commit ibacm for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package ibacm for openSUSE:Factory checked 
in at 2015-11-08 14:35:59

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


Package is "ibacm"

Changes:

--- /work/SRC/openSUSE:Factory/ibacm/ibacm.changes  2015-02-16 
21:14:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.ibacm.new/ibacm.changes 2015-11-08 
14:36:16.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  3 21:05:18 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.1.0
+  * Empty changelog
+- Split out libibacmp1 into his own package
+- Add a dependency to libibacmp1 in ibacm-devel
+
+---

Old:

  ibacm-1.0.9.tar.gz

New:

  ibacm-1.1.0.tar.gz



Other differences:
--
++ ibacm.spec ++
--- /var/tmp/diff_new_pack.etCvyu/_old  2015-11-08 14:36:17.0 +0100
+++ /var/tmp/diff_new_pack.etCvyu/_new  2015-11-08 14:36:17.0 +0100
@@ -16,8 +16,10 @@
 #
 
 
+%define so_ver 1
+
 Name:   ibacm
-Version:1.0.9
+Version:1.1.0
 Release:0
 Summary:InfiniBand Communication Manager Assistant
 License:GPL-2.0 or BSD-2-Clause
@@ -31,10 +33,19 @@
 %description
 ibacm assists with establishing communication over Infiniband.
 
+%package -n lib%{name}p%{so_ver}
+Summary:InfiniBand Communication Manager Assistant -- System Library
+Group:  System/Libraries
+
+%description -n lib%{name}p%{so_ver}
+ibacm assists with establishing communication over Infiniband.
+
+This package provides the shared library of ibacm.
+
 %packagedevel
 Summary:IB CM pre-connection services - SDK
 Group:  Development/Libraries/C and C++
-Requires:   %{name} = %{version}
+Requires:   lib%{name}p%{so_ver} = %{version}
 Requires:   libibverbs-devel >= 1.1-1
 
 %descriptiondevel
@@ -53,6 +64,12 @@
 %makeinstall
 # Remove sysvinit script, as it's not used anyway
 rm -rf %{buildroot}%{_sysconfdir}
+# Remove static library
+rm -f %{buildroot}%{_libdir}/ibacm/libibacmp.la
+
+%post -n lib%{name}p%{so_ver} -p /sbin/ldconfig
+
+%postun -n lib%{name}p%{so_ver} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,-)
@@ -62,8 +79,14 @@
 %{_mandir}/man1/*
 %{_mandir}/man7/*
 
+%files -n lib%{name}p%{so_ver}
+%defattr(-,root,root,-)
+%dir %{_libdir}/%{name}
+%{_libdir}/%{name}/lib%{name}p.*
+
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/infiniband/acm.h
+%{_includedir}/infiniband/acm_prov.h
 
 %changelog

++ ibacm-1.0.9.tar.gz -> ibacm-1.1.0.tar.gz ++
 10262 lines of diff (skipped)




commit xulrunner for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package xulrunner for openSUSE:Factory 
checked in at 2015-11-08 14:35:57

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


Package is "xulrunner"

Changes:

--- /work/SRC/openSUSE:Factory/xulrunner/xulrunner.changes  2015-09-30 
05:51:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner.changes 2015-11-08 
14:36:05.0 +0100
@@ -1,0 +2,28 @@
+Sat Oct 31 09:32:17 UTC 2015 - w...@rosenauer.org
+
+- update to xulrunner 38.4.0 (bnc#952810)
+  * MFSA 2015-116/CVE-2015-4513/CVE-2015-4514
+Miscellaneous memory safety hazards
+  * MFSA 2015-122/CVE-2015-7188 (bmo#1199430)
+Trailing whitespace in IP address hostnames can bypass same-origin policy
+  * MFSA 2015-123/CVE-2015-7189 (bmo#1205900)
+Buffer overflow during image interactions in canvas
+  * MFSA 2015-127/CVE-2015-7193 (bmo#1210302)
+CORS preflight is bypassed when non-standard Content-Type headers
+are received
+  * MFSA 2015-128/CVE-2015-7194 (bmo#1211262)
+Memory corruption in libjar through zip files
+  * MFSA 2015-130/CVE-2015-7196 (bmo#1140616)
+JavaScript garbage collection crash with Java applet
+  * MFSA 2015-131/CVE-2015-7198/CVE-2015-7199/CVE-2015-7200
+(bmo#1188010, bmo#1204061, bmo#1204155)
+Vulnerabilities found through code inspection
+  * MFSA 2015-132/CVE-2015-7197 (bmo#1204269)
+Mixed content WebSocket policy bypass through workers
+  * MFSA 2015-133/CVE-2015-7181/CVE-2015-7182/CVE-2015-7183
+(bmo#1202868, bmo#1205157)
+NSS and NSPR memory corruption issues
+(fixed in mozilla-nspr and mozilla-nss packages)
+- requires NSPR 4.10.10 and NSS 3.19.2.1
+
+---

Old:

  l10n-38.3.0.tar.xz
  xulrunner-38.3.0-source.tar.xz

New:

  l10n-38.4.0.tar.xz
  xulrunner-38.4.0-source.tar.xz



Other differences:
--
++ xulrunner.spec ++
--- /var/tmp/diff_new_pack.JCgrRP/_old  2015-11-08 14:36:15.0 +0100
+++ /var/tmp/diff_new_pack.JCgrRP/_new  2015-11-08 14:36:15.0 +0100
@@ -17,10 +17,10 @@
 #
 
 
-%define version_internal 38.3.0
+%define version_internal 38.4.0
 %define apiversion 38
-%define uaweight 383
-%define releasedate 2015091700
+%define uaweight 384
+%define releasedate 2015102700
 %define shared_js 0
 %define has_system_nspr  1
 %define has_system_nss   1
@@ -67,8 +67,8 @@
 %else
 BuildRequires:  wireless-tools
 %endif
-BuildRequires:  mozilla-nspr-devel >= 4.10.8
-BuildRequires:  mozilla-nss-devel >= 3.19.2
+BuildRequires:  mozilla-nspr-devel >= 4.10.10
+BuildRequires:  mozilla-nss-devel >= 3.19.2.1
 BuildRequires:  pkgconfig(libpulse)
 %if %suse_version > 1210
 BuildRequires:  pkgconfig(gstreamer-%gstreamer_ver)


++ compare-locales.tar.xz ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.JCgrRP/_old  2015-11-08 14:36:16.0 +0100
+++ /var/tmp/diff_new_pack.JCgrRP/_new  2015-11-08 14:36:16.0 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL="esr38"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_38_3_0esr_RELEASE"
-VERSION="38.3.0"
+RELEASE_TAG="FIREFOX_38_4_0esr_RELEASE"
+VERSION="38.4.0"
 
 # mozilla
 if [ -d mozilla ]; then

++ l10n-38.3.0.tar.xz -> l10n-38.4.0.tar.xz ++
/work/SRC/openSUSE:Factory/xulrunner/l10n-38.3.0.tar.xz 
/work/SRC/openSUSE:Factory/.xulrunner.new/l10n-38.4.0.tar.xz differ: char 26, 
line 1

++ source-stamp.txt ++
--- /var/tmp/diff_new_pack.JCgrRP/_old  2015-11-08 14:36:16.0 +0100
+++ /var/tmp/diff_new_pack.JCgrRP/_new  2015-11-08 14:36:16.0 +0100
@@ -1,2 +1,2 @@
-REV=7b1115ea78f7
+REV=6afcba951b0f
 REPO=http://hg.mozilla.org/releases/mozilla-esr38

++ xulrunner-38.3.0-source.tar.xz -> xulrunner-38.4.0-source.tar.xz ++
/work/SRC/openSUSE:Factory/xulrunner/xulrunner-38.3.0-source.tar.xz 
/work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner-38.4.0-source.tar.xz 
differ: char 27, line 1




commit seamonkey for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package seamonkey for openSUSE:Factory 
checked in at 2015-11-08 14:36:01

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


Package is "seamonkey"

Changes:

--- /work/SRC/openSUSE:Factory/seamonkey/seamonkey.changes  2015-10-03 
20:30:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.seamonkey.new/seamonkey.changes 2015-11-08 
14:36:25.0 +0100
@@ -1,0 +2,51 @@
+Thu Nov  5 08:01:22 UTC 2015 - w...@rosenauer.org
+
+- update to Seamonkey 2.39 (bnc#952810)
+  * MFSA 2015-116/CVE-2015-4513/CVE-2015-4514
+Miscellaneous memory safety hazards
+  * MFSA 2015-117/CVE-2015-4515 (bmo#1046421)
+Information disclosure through NTLM authentication
+  * MFSA 2015-118/CVE-2015-4518 (bmo#1182778, bmo#1136692)
+CSP bypass due to permissive Reader mode whitelist
+  * MFSA 2015-119/CVE-2015-7185 (bmo#1149000) (Android only)
+Firefox for Android addressbar can be removed after fullscreen mode
+  * MFSA 2015-120/CVE-2015-7186 (bmo#1193027) (Android only)
+Reading sensitive profile files through local HTML file on Android
+  * MFSA 2015-121/CVE-2015-7187 (bmo#1195735)
+disabling scripts in Add-on SDK panels has no effect
+  * MFSA 2015-122/CVE-2015-7188 (bmo#1199430)
+Trailing whitespace in IP address hostnames can bypass same-origin policy
+  * MFSA 2015-123/CVE-2015-7189 (bmo#1205900)
+Buffer overflow during image interactions in canvas
+  * MFSA 2015-124/CVE-2015-7190 (bmo#1208520) (Android only)
+Android intents can be used on Firefox for Android to open privileged files
+  * MFSA 2015-125/CVE-2015-7191 (bmo#1208956) (Android only)
+XSS attack through intents on Firefox for Android
+  * MFSA 2015-126/CVE-2015-7192 (bmo#1210023) (OS X only)
+Crash when accessing HTML tables with accessibility tools on OS X
+  * MFSA 2015-127/CVE-2015-7193 (bmo#1210302)
+CORS preflight is bypassed when non-standard Content-Type headers
+are received
+  * MFSA 2015-128/CVE-2015-7194 (bmo#1211262)
+Memory corruption in libjar through zip files
+  * MFSA 2015-129/CVE-2015-7195 (bmo#1211871)
+Certain escaped characters in host of Location-header are being
+treated as non-escaped
+  * MFSA 2015-130/CVE-2015-7196 (bmo#1140616)
+JavaScript garbage collection crash with Java applet
+  * MFSA 2015-131/CVE-2015-7198/CVE-2015-7199/CVE-2015-7200
+(bmo#1188010, bmo#1204061, bmo#1204155)
+Vulnerabilities found through code inspection
+  * MFSA 2015-132/CVE-2015-7197 (bmo#1204269)
+Mixed content WebSocket policy bypass through workers
+  * MFSA 2015-133/CVE-2015-7181/CVE-2015-7182/CVE-2015-7183
+(bmo#1202868, bmo#1205157)
+NSS and NSPR memory corruption issues
+(fixed in mozilla-nspr and mozilla-nss packages)
+- requires NSPR >= 4.10.10 and NSS >= 3.19.4
+- removed obsolete patches
+  * mozilla-icu-strncat.patch
+- fixed build with enable-libproxy (bmo#1220399)
+  * mozilla-libproxy.patch
+
+---

Old:

  l10n-2.38.tar.bz2
  mozilla-icu-strncat.patch
  seamonkey-2.38-source.tar.bz2

New:

  l10n-2.39.tar.bz2
  mozilla-libproxy.patch
  seamonkey-2.39-source.tar.bz2



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.c2FHtr/_old  2015-11-08 14:36:37.0 +0100
+++ /var/tmp/diff_new_pack.c2FHtr/_new  2015-11-08 14:36:37.0 +0100
@@ -60,9 +60,9 @@
 %endif
 Provides:   web_browser
 Provides:   browser(npapi)
-Version:2.38
+Version:2.39
 Release:0
-%define releasedate 2015092600
+%define releasedate 2015110400
 Summary:The successor of the Mozilla Application Suite
 License:MPL-2.0
 Group:  Productivity/Networking/Web/Browsers
@@ -84,8 +84,8 @@
 Patch4: mozilla-ntlm-full-path.patch
 Patch5: mozilla-ua-locale.patch
 Patch6: mozilla-no-stdcxx-check.patch
-Patch7: mozilla-icu-strncat.patch
-Patch8: mozilla-openaes-decl.patch
+Patch7: mozilla-openaes-decl.patch
+Patch8: mozilla-libproxy.patch
 Patch100:   seamonkey-ua-locale.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: /bin/sh coreutils
@@ -112,9 +112,9 @@
 %global __find_provides %provfind
 # the following conditions are always met in Factory by definition
 # so using %opensuse_bs is secure for now
-BuildRequires:  mozilla-nspr-devel >= 4.10.8
+BuildRequires:  mozilla-nspr-devel >= 4.10.10
 PreReq: mozilla-nspr >= %(rpm -q --queryformat '%{VERSION}' 
mozilla-nspr)
-BuildRequires:  mozilla-nss-devel >= 3.19.2
+BuildRequires:  mozilla-nss-devel >= 3.19.4
 PreReq: mozilla-nss >= %(rpm -q --queryfo

commit infiniband-diags for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package infiniband-diags for 
openSUSE:Factory checked in at 2015-11-08 14:36:00

Comparing /work/SRC/openSUSE:Factory/infiniband-diags (Old)
 and  /work/SRC/openSUSE:Factory/.infiniband-diags.new (New)


Package is "infiniband-diags"

Changes:

--- /work/SRC/openSUSE:Factory/infiniband-diags/infiniband-diags.changes
2015-02-16 21:14:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.infiniband-diags.new/infiniband-diags.changes   
2015-11-08 14:36:17.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov  3 21:47:00 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.6.6
+  * No short changelog available; please read the ChangeLog file
+- Use download Url as source
+- Add a systemd service file for rdma-ndd
+- Add pkgconfig(libudev) and systemd-rpm-macros build require
+- Add dependency to systemd
+- Update infiniband-diags-configure.patch
+
+---

Old:

  infiniband-diags-1.6.4.tar.gz

New:

  infiniband-diags-1.6.6.tar.gz
  rdma-ndd.service



Other differences:
--
++ infiniband-diags.spec ++
--- /var/tmp/diff_new_pack.zNcY7b/_old  2015-11-08 14:36:18.0 +0100
+++ /var/tmp/diff_new_pack.zNcY7b/_new  2015-11-08 14:36:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package infiniband-diags
 #
-# 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
@@ -20,15 +20,15 @@
 Summary:OpenIB InfiniBand Diagnostic Tools
 License:GPL-2.0 or BSD-2-Clause
 Group:  Productivity/Networking/Diagnostic
-Version:1.6.4
+Version:1.6.6
 Release:0
-Source0:%{name}-%{version}.tar.gz
-Source1:%{name}-rpmlintrc
+Source0:
https://www.openfabrics.org/downloads/management/%{name}-%{version}.tar.gz
+Source1:rdma-ndd.service
+Source99:   %{name}-rpmlintrc
 Patch0: infiniband-diags-configure.patch
 Patch1: infiniband-diags-automake_foreign.patch
 Patch2: infiniband-diags-help_for_ibnodes.patch
 Url:http://www.openfabrics.org
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  glib2-devel
@@ -38,7 +38,10 @@
 BuildRequires:  libtool
 BuildRequires:  opensm-devel
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(libudev)
+BuildRequires:  systemd-rpm-macros
 Requires:   perl = %{perl_version}
+%{?systemd_requires}
 
 %define so_major 5
 
@@ -82,13 +85,27 @@
 
 %build
 autoreconf -fi
-export CFLAGS="%{optflags}"
 %configure --with-perl-installdir=%{perl_vendorarch} --disable-static
 make %{?_smp_mflags} V=1
 
 %install
 make DESTDIR=%buildroot install
 rm -f %{buildroot}%{_libdir}/*.la
+# Remove the init script and install a systemd init file
+rm -rf %{buildroot}/%{_sysconfdir}/init.d
+install -Dm 644 %{SOURCE1} %{buildroot}%{_unitdir}/rdma-ndd.service
+
+%pre
+%service_add_pre rdma-ndd.service
+
+%post
+%service_add_post rdma-ndd.service
+
+%preun
+%service_del_preun rdma-ndd.service
+
+%postun
+%service_del_postun rdma-ndd.service
 
 %post -n libibnetdisc%{so_major} -p /sbin/ldconfig
 
@@ -104,6 +121,7 @@
 %_mandir/man8/*
 %_mandir/man3/*
 %{perl_vendorarch}/IBswcountlimits.pm
+%{_unitdir}/rdma-ndd.service
 
 %files -n libibnetdisc%{so_major}
 %defattr(-, root, root)

++ infiniband-diags-1.6.4.tar.gz -> infiniband-diags-1.6.6.tar.gz ++
 36341 lines of diff (skipped)

++ infiniband-diags-configure.patch ++
--- /var/tmp/diff_new_pack.zNcY7b/_old  2015-11-08 14:36:18.0 +0100
+++ /var/tmp/diff_new_pack.zNcY7b/_new  2015-11-08 14:36:18.0 +0100
@@ -25,9 +25,9 @@
  dnl Process this file with autoconf to produce a configure script.
  
 -AC_PREREQ(2.57)
--AC_INIT(infiniband-diags, 1.6.4, linux-r...@vger.kernel.org)
+-AC_INIT(infiniband-diags, 1.6.6, linux-r...@vger.kernel.org)
 +AC_PREREQ(2.63)
-+AC_INIT([infiniband-diags],[1.6.4],[linux-r...@vger.kernel.org])
++AC_INIT([infiniband-diags],[1.6.6],[linux-r...@vger.kernel.org])
  AC_CONFIG_AUX_DIR(config)
  AC_CONFIG_MACRO_DIR(config)
  AM_CONFIG_HEADER(config.h)

++ rdma-ndd.service ++
# Freshly created, didn't find an existing rdma-ndd.service anywhere
# Skeleton systemd service file, may need additional work such as 
Before/Requires/After

[Unit]
Description=Start or stop the srptools rdma-ndd daemon
Documentation=file:///etc/infiniband-diags/ibdiag.conf

[Service]
Type=simple
ExecStart=/usr/bin/rdma-ndd

[Install]
WantedBy=network.target



commit glpk for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package glpk for openSUSE:Factory checked in 
at 2015-11-08 14:36:03

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


Package is "glpk"

Changes:

--- /work/SRC/openSUSE:Factory/glpk/glpk.changes2015-10-06 
13:25:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.glpk.new/glpk.changes   2015-11-08 
14:36:37.0 +0100
@@ -1,0 +2,20 @@
+Sun Nov  8 09:34:38 UTC 2015 - mplus...@suse.com
+
+- Update to 4.57
+  * A new, more efficient implementation of the dual simplex method
+   was included in the package. This new implementation replaces
+   the old one, which was removed.
+   * Option sr_heur was added to struct glp_iocp to enable/disable
+   the simple rounding heuristic used by the MIP solver. Thanks to
+   Chris Matrakidis  for suggestion.
+   * New API routine glp_at_error was added and documented. Thanks
+   to Jeroen Demeyer  for suggestion.
+   * Some minor typos were corrected in the GLPK documentation.
+   Thanks to Anton Voropaev  for typo
+   report.
+   * An example application program TSPSOL was added. It uses the
+   GLPK MIP optimizer to solve the Symmetric Traveling Salesman
+   Problem and illustrates "lazy" constraints generation. For more
+   details please see glpk/examples/tsp/README.
+
+---

Old:

  glpk-4.56.tar.gz
  glpk-4.56.tar.gz.sig

New:

  glpk-4.57.tar.gz
  glpk-4.57.tar.gz.sig



Other differences:
--
++ glpk.spec ++
--- /var/tmp/diff_new_pack.3cbc4P/_old  2015-11-08 14:36:38.0 +0100
+++ /var/tmp/diff_new_pack.3cbc4P/_new  2015-11-08 14:36:38.0 +0100
@@ -18,14 +18,14 @@
 
 %define lname   libglpk36
 Name:   glpk
-Version:4.56
+Version:4.57
 Release:0
 Summary:GNU Linear Programming Kit
 License:GPL-3.0
 Group:  Productivity/Scientific/Math
-Url:http://www.gnu.org/software/glpk/glpk.html
-Source0:http://ftp.gnu.org/gnu/glpk/%{name}-%{version}.tar.gz
-Source1:http://ftp.gnu.org/gnu/glpk/%{name}-%{version}.tar.gz.sig
+Url:https://www.gnu.org/software/glpk/glpk.html
+Source0:https://ftp.gnu.org/gnu/glpk/%{name}-%{version}.tar.gz
+Source1:https://ftp.gnu.org/gnu/glpk/%{name}-%{version}.tar.gz.sig
 Source2:%{name}.keyring
 BuildRequires:  ghostscript
 BuildRequires:  texlive

++ glpk-4.56.tar.gz -> glpk-4.57.tar.gz ++
 12414 lines of diff (skipped)





commit libcanberra for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package libcanberra for openSUSE:Factory 
checked in at 2015-11-08 14:35:45

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


Package is "libcanberra"

Changes:

--- /work/SRC/openSUSE:Factory/libcanberra/libcanberra.changes  2013-02-07 
14:23:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.libcanberra.new/libcanberra.changes 
2015-11-08 14:35:47.0 +0100
@@ -1,0 +2,10 @@
+Fri Nov  6 00:54:02 UTC 2015 - zai...@opensuse.org
+
+- Split out a new sub-package canberra-gtk-play-gnome: Currently
+  there are no desktop-login, desktop-logout or session-ready
+  sounds in the freedesktop sound theme, so installing this will
+  require a different sound-theme for it to be operational. Having
+  this in a own sub-package will avoid logspam about missing files.
+  Fixes boo#953862.
+
+---



Other differences:
--
++ libcanberra.spec ++
--- /var/tmp/diff_new_pack.nycSGH/_old  2015-11-08 14:35:48.0 +0100
+++ /var/tmp/diff_new_pack.nycSGH/_new  2015-11-08 14:35:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcanberra
 #
-# 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
@@ -150,10 +150,6 @@
 %package -n canberra-gtk-play
 Summary:Portable sound event library -- Utility
 Group:  System/Libraries
-# This package contains a ready sound for gdm
-Supplements:gdm
-# This package contains login/logout sound for GNOME
-Supplements:gnome-session
 Provides:   %{name}-gtk = %{version}
 Obsoletes:  %{name}-gtk < %{version}
 
@@ -165,6 +161,30 @@
 
 This package provides the canberra-gtk-play utility.
 
+%package -n canberra-gtk-play-gnome
+Summary:Portable sound event library -- Utility
+Group:  System/Libraries
+# Disable supplements as we do not want it installed by default.
+# This package contains a ready sound for gdm
+#Supplements:gdm
+# This package contains login/logout sound for GNOME
+#Supplements:gnome-session
+Provides:   %{name}-gtk-gnome = %{version}
+Obsoletes:  %{name}-gtk-gnome < %{version}
+
+%description -n canberra-gtk-play-gnome
+libcanberra is an implementation of the XDG Sound Theme and Name
+Specifications, for generating event sounds on free desktops, such as
+GNOME. It comes with several backends (ALSA, PulseAudio, null) and is
+designed to be portable.
+
+This package provides the canberra-gtk-play .desktop files for the
+gnome-desktop and gdm.
+Currently there are no desktop-login, desktop-logout or session-ready
+sounds in the freedesktop sound theme, so installing this will
+require a different sound-theme for it to be operational.
+
+
 %package devel
 Summary:Portable sound event library -- Development files
 Group:  Development/Libraries/C and C++
@@ -262,6 +282,8 @@
 %files -n canberra-gtk-play
 %defattr(-,root,root)
 %{_bindir}/canberra-gtk-play
+
+%files -n canberra-gtk-play-gnome
 %dir %{_datadir}/gnome
 %dir %{_datadir}/gnome/autostart
 %{_datadir}/gnome/autostart/libcanberra-login-sound.desktop




commit dracut for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2015-11-08 14:35:52

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


Package is "dracut"

Changes:

--- /work/SRC/openSUSE:Factory/dracut/dracut.changes2015-10-24 
10:24:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes   2015-11-08 
14:35:53.0 +0100
@@ -1,0 +2,42 @@
+Wed Nov  4 16:45:37 UTC 2015 - fv...@suse.com
+
+- Add dracut-rpmlintrc
+- Fix permissions of various scripts, as patch does not
+create executable files
+
+---
+Wed Nov  4 16:07:07 UTC 2015 - fv...@suse.com
+
+- Fix format of patch disablement
+
+---
+Wed Nov  4 16:05:31 UTC 2015 - fv...@suse.com
+
+- Add 0204-mkinitrd-fix-monster.patch:
+- Implement functionality of -A option
+- Without this patch, -A sets host_only=0,
+  but host_only wasn't used
+- Translates into --no-host-only now
+- References boo#935993
+
+---
+Tue Nov  3 16:12:44 UTC 2015 - fv...@suse.com
+
+- Add 0402-driver-fail-summary.patch:
+- Port 0169-Enabled-Warning-for-failed-kernel-modules-per-defaul.patch:
+  Subject: Enable warning for failed kernel moduiles
+
+  Enabled Warning for failed kernel modules per default
+  and added summary of those to the end of dracut output
+
+  References: bnc#886839
+- Disable inline warnings in favour of summary
+
+---
+Tue Nov  3 15:35:20 UTC 2015 - fv...@suse.com
+
+- Add 0203-no-fail-builtin-module.patch:
+Don't let inst1mod fail if module is built-in
+- Fixes bsc#935563
+
+---

New:

  0203-no-fail-builtin-module.patch
  0204-mkinitrd-fix-monster.patch
  0402-driver-fail-summary.patch
  dracut-rpmlintrc



Other differences:
--
++ dracut.spec ++
--- /var/tmp/diff_new_pack.aXSwN1/_old  2015-11-08 14:35:55.0 +0100
+++ /var/tmp/diff_new_pack.aXSwN1/_new  2015-11-08 14:35:55.0 +0100
@@ -26,6 +26,7 @@
 Group:  System/Base
 Url:https://dracut.wiki.kernel.org/
 Source0:
http://www.kernel.org/pub/linux/utils/boot/dracut/dracut-%{version}.tar.xz
+Source1:dracut-rpmlintrc
 Source3:mkinitrd_setup_dummy
 Source4:purge-kernels
 Source5:purge-kernels.service
@@ -118,12 +119,15 @@
 Patch200:   dracut_fix_multipath_without_config.patch
 Patch201:   fix_nfs_with_ip_instead_of_hostname.patch
 Patch202:   dracut_dmraid_use_udev.patch
+Patch203:   0203-no-fail-builtin-module.patch
+Patch204:   0204-mkinitrd-fix-monster.patch
 
 ## fix for SUSE systems which have dpkg installed anyway
 Patch300:   dracut_dont_use_dpkg_defaults_on_SUSE.patch
 
 Patch400:   0400-use_fstab_systemd.patch
 Patch401:   0401-mount_option_mountpoint.patch
+Patch402:   0402-driver-fail-summary.patch
 
 BuildRequires:  asciidoc
 BuildRequires:  bash
@@ -184,6 +188,7 @@
 %patch16 -p1
 %patch17 -p1
 %patch20 -p1
+chmod a+x modules.d/00warpclock/module-setup.sh
 %patch21 -p1
 %patch48 -p1
 %patch53 -p1
@@ -192,6 +197,7 @@
 %patch58 -p1
 %patch59 -p1
 %patch60 -p1
+chmod a+x modules.d/45ifcfg/write-ifcfg-suse.sh
 %patch61 -p1
 %patch75 -p1
 %patch76 -p1
@@ -203,6 +209,7 @@
 %patch86 -p1
 %patch87 -p1
 %patch88 -p1
+chmod a+x modules.d/91zipl/install_zipl_cmdline.sh
 %patch89 -p1
 %patch90 -p1
 %patch91 -p1
@@ -230,10 +237,10 @@
 %patch132 -p1
 
 # Still needed!
-#%patch133 -p1
-#%patch134 -p1
-#%patch145 -p1
-#%patch162 -p1
+#patch133 -p1
+#patch134 -p1
+#patch145 -p1
+#patch162 -p1
 
 %patch137 -p1
 %patch138 -p1
@@ -258,11 +265,14 @@
 %patch200 -p1
 %patch201 -p1
 %patch202 -p1
+%patch203 -p1
+%patch204 -p1
 
 %patch300 -p1
 
 %patch400 -p1
 %patch401 -p1
+%patch402 -p1
 
 %build
 %configure\

++ 0203-no-fail-builtin-module.patch ++
>From a7996e5e33c0456c96764dfb1ab35c0a59134ccc Mon Sep 17 00:00:00 2001
From: Fabian Vogt 
Date: Tue, 3 Nov 2015 16:29:21 +0100
Subject: [PATCH] Don't let inst1mod fail if module is built-in

- Fixes bsc#935563

Signed-off-by: Fabian Vogt 
---
 dracut-functions.sh | 5 +
 1 file changed, 5 insertions(+)

diff --git a/dracut-functions.sh b/dracut-functions.sh
index b666446..e5be295 100755
--- a/dracut-functions.sh
+++ b/dracut-functions.sh
@@ -1721,6 +1721,11 @@ instmods() {
 return 0
 fi
 
+if grep -q "/${_mod}.ko" /lib/modules/$kernel/modules.builtin; 
then
+

commit zsh for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package zsh for openSUSE:Factory checked in 
at 2015-11-08 14:35:23

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


Package is "zsh"

Changes:

--- /work/SRC/openSUSE:Factory/zsh/zsh.changes  2015-09-17 09:18:29.0 
+0200
+++ /work/SRC/openSUSE:Factory/.zsh.new/zsh.changes 2015-11-08 
14:35:24.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov  5 15:51:37 UTC 2015 - idon...@suse.com
+
+- Remove -Wl,-z,now it breaks module loading rh#1277996 
+
+---



Other differences:
--
++ zsh.spec ++
--- /var/tmp/diff_new_pack.0mW2YL/_old  2015-11-08 14:35:25.0 +0100
+++ /var/tmp/diff_new_pack.0mW2YL/_new  2015-11-08 14:35:25.0 +0100
@@ -113,6 +113,7 @@
 Util/reporter
 
 %build
+
 %configure \
 --enable-fndir=%{_datadir}/%{name}/${version}/functions \
 --enable-site-fndir=%{_datadir}/%{name}/site-functions \
@@ -124,7 +125,7 @@
 --enable-pcre \
 --with-term-lib="ncursesw" \
 --enable-cflags="%{optflags} -fPIE -fstack-protector %(ncursesw6-config 
--cflags)" \
---enable-ldflags="%(ncursesw6-config --libs) -pie -Wl,-z,relro,-z,now"
+--enable-ldflags="%(ncursesw6-config --libs) -pie -Wl,-z,relro"
 
 # Copy _rpm completion from Redhat (bnc#900424)
 cp Completion/Redhat/Command/_rpm Completion/openSUSE/Command/_rpm




commit squashfs for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

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

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


Package is "squashfs"

Changes:

--- /work/SRC/openSUSE:Factory/squashfs/squashfs.changes2015-09-03 
18:05:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.squashfs.new/squashfs.changes   2015-11-08 
14:35:15.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov  5 08:29:56 UTC 2015 - seife+...@b1-systems.com
+
+- add patches to fix eventual file corruption (boo#953723)
+  0001-mksquashfs-fix-rare-race-in-fragment-waiting-in-file.patch
+  0002-Fix-2GB-limit-of-the-is_fragment-.-function.patch
+
+---

New:

  0001-mksquashfs-fix-rare-race-in-fragment-waiting-in-file.patch
  0002-Fix-2GB-limit-of-the-is_fragment-.-function.patch



Other differences:
--
++ squashfs.spec ++
--- /var/tmp/diff_new_pack.f3dEu8/_old  2015-11-08 14:35:16.0 +0100
+++ /var/tmp/diff_new_pack.f3dEu8/_new  2015-11-08 14:35:16.0 +0100
@@ -25,6 +25,10 @@
 Url:http://squashfs.sourceforge.net/
 Source0:
http://sourceforge.net/projects/squashfs/files/squashfs/%{name}%{version}/%{name}%{version}.tar.gz
 Patch0: squashfs-64k.patch
+# PATCH-FIX-UPSTREAM 
0001-mksquashfs-fix-rare-race-in-fragment-waiting-in-file.patch boo#953723
+Patch1: 0001-mksquashfs-fix-rare-race-in-fragment-waiting-in-file.patch
+# PATCH-FIX-UPSTREAM 0002-Fix-2GB-limit-of-the-is_fragment-.-function.patch 
boo#953723
+Patch2: 0002-Fix-2GB-limit-of-the-is_fragment-.-function.patch
 BuildRequires:  liblz4-devel
 BuildRequires:  lzma-devel
 BuildRequires:  lzo-devel
@@ -39,6 +43,8 @@
 %prep
 %setup -q -n squashfs%{version}
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 sed -i -e "s,-O2,%{optflags}," squashfs-tools/Makefile

++ 0001-mksquashfs-fix-rare-race-in-fragment-waiting-in-file.patch ++
>From de03266983ceb62e5365aac84fcd3b2fd4d16e6f Mon Sep 17 00:00:00 2001
From: Phillip Lougher 
Date: Thu, 18 Sep 2014 01:28:11 +0100
Subject: [PATCH 1/2] mksquashfs: fix rare race in fragment waiting in
 filesystem finalisation

Fix a rare race condition in fragment waiting when finalising the
filesystem.  This is a race condition that was initially fixed in 2009,
but inadvertantly re-introduced in the latest release when the code
was rewritten.

Background:

When finalising the filesystem, the main control thread needs to ensure
all the in-flight fragments have been queued to the writer thread before
asking the writer thread to finish, and then writing the metadata.

It does this by waiting on the fragments_outstanding counter.  Once this
counter reaches 0, it synchronises with the writer thread, waiting until
the writer thread reports no outstanding data to be written.

However, the main thread can race with the fragment deflator thread(s)
because the fragment deflator thread(s) decrement the fragments_outstanding
counter and release the mutex before queueing the compressed fragment
to the writer thread, i.e. the offending code is:

fragments_outstanding --;
pthread_mutex_unlock(&fragment_mutex);
queue_put(to_writer, write_buffer);

In extremely rare circumstances, the main thread may see the
fragments_outstanding counter is zero before the fragment
deflator sends the fragment buffer to the writer thread, and synchronise
with the writer thread, and finalise before the fragment has been written.

The fix is to ensure the fragment is queued to the writer thread
before releasing the mutex.

Signed-off-by: Phillip Lougher 
---
 squashfs-tools/mksquashfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/squashfs-tools/mksquashfs.c b/squashfs-tools/mksquashfs.c
index 87b7d86..f1fcff1 100644
--- a/squashfs-tools/mksquashfs.c
+++ b/squashfs-tools/mksquashfs.c
@@ -2419,8 +2419,8 @@ void *frag_deflator(void *arg)
write_buffer->block = bytes;
bytes += compressed_size;
fragments_outstanding --;
-   pthread_mutex_unlock(&fragment_mutex);
queue_put(to_writer, write_buffer);
+   pthread_mutex_unlock(&fragment_mutex);
TRACE("Writing fragment %lld, uncompressed size %d, "
"compressed size %d\n", file_buffer->block,
file_buffer->size, compressed_size);
-- 
2.1.4

++ 0002-Fix-2GB-limit-of-the-is_fragment-.-function.patch ++
>From 9c1db6d13a51a2e009f0027ef336ce03624eac0d Mon Sep

commit pacemaker for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

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

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


Package is "pacemaker"

Changes:

--- /work/SRC/openSUSE:Factory/pacemaker/pacemaker.changes  2015-10-17 
16:38:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2015-11-08 
14:35:36.0 +0100
@@ -1,0 +2,36 @@
+Thu Nov  5 22:51:27 UTC 2015 - y...@suse.com
+
+- CTS: add "try except" to deal with errors that raw_input gets EOFError and 
add "--yes" to skip interaction (bsc#953192)
+- Upstream version cs: 577898dc4ac1efdb5989a996cb5f9ac60ed2eb7a
+
+---
+Wed Nov  4 11:42:56 UTC 2015 - y...@suse.com
+
+- crm_resource: Correctly clean up all children for anonymous cloned groups 
(bsc#950128)
+- services: Directly add operations into in-flight list in the execution 
functions (bsc#952874)
+- systemd: Return PCMK_OCF_UNKNOWN_ERROR instead of PCMK_OCF_NOT_INSTALLED for 
uncertain errors on LoadUnit (bsc#952884)
+- systemd: Return FALSE for systemd_mask_error() if it only maps an error 
instead of masking one (bsc#952884)
+- dbus: Correctly return the result for pcmk_dbus_find_error() no matter if 
there's a DBusError passed in (bsc#952884)
+- services: Prevent potential use-after-free when trying to add an operation 
into in-flight list (bsc#952874)
+- systemd: Directly return an error if the connection to System DBus is closed 
(bsc#952874)
+- services: Correctly determine if operations are in-flight (bsc#952874)
+- systemd: Reconnect to System DBus if the connection is closed (bsc#931271)
+- lrmd: Finalize all pending and recurring operations when cleaning up a 
resource (bsc#950450)
+- fencing: don't poke peers when remote node status changes
+- attrd: don't try to communicate with attrd on a remote node
+- libcluster,crmd: never update join info or processes for remote nodes
+- cib: Increased paranoia when peer updates fail to apply in compatability mode
+- crmd: do not accept remote peer data as enough for startup
+- crmd: remote nodes can't be DC so never add them to stonith cleanup list
+- libcluster: never autoreap from remote peer cache
+- crmd: improve generation of node state
+- CTS: get Reattach test working again and up-to-date (bsc#953192)
+- libcommon: Ignore CDATA of metadata of the resource.
+- cib: Downgrade the log message on forwarding CRM_OP_NOOP requests from INFO 
to DEBUG (bsc#949267)
+
+- fencing: Return a provider for the internal fencing agent "#watchdog" 
instead of logging an error (bsc#949441)
+  * Drop bug-949441_pacemaker-fencing-provider-internal.patch which has been 
merged upstream
+
+- Upstream version cs: 7bd00f3f3010bc10d13b87e2ff501b597ea6ca03
+
+---
@@ -300 +336 @@
-- crmd: don't update fail count twice for same failure
+- crmd: don't update fail count twice for same failure (bsc#950450)
@@ -378 +414 @@
-- systemd: Trick systemd into not stopping our services before us during 
shutdown
+- systemd: Trick systemd into not stopping our services before us during 
shutdown (bsc#913251)
@@ -380,2 +416,2 @@
-- systemd: Kindly ask dbus NOT to kill the process if the dbus connection fails
-- systemd: Tell systemd not to take DBus down from underneath us
+- systemd: Kindly ask dbus NOT to kill the process if the dbus connection 
fails (bsc#931271)
+- systemd: Tell systemd not to take DBus down from underneath us (bsc#913251)
@@ -500 +536 @@
-- systemd: Correctly handle long running stop actions
+- systemd: Correctly handle long running stop actions (bsc#948989)

Old:

  bug-949441_pacemaker-fencing-provider-internal.patch
  pacemaker-1.1.13+git20151008.7906df9.tar.bz2

New:

  pacemaker-1.1.13+git20151105.577898d.tar.bz2



Other differences:
--
++ pacemaker.spec ++
--- /var/tmp/diff_new_pack.YnvTny/_old  2015-11-08 14:35:37.0 +0100
+++ /var/tmp/diff_new_pack.YnvTny/_new  2015-11-08 14:35:37.0 +0100
@@ -100,7 +100,7 @@
 Summary:Scalable High-Availability cluster resource manager
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Clustering/HA
-Version:1.1.13+git20151008.7906df9
+Version:1.1.13+git20151105.577898d
 Release:0
 #Release:%{pcmk_release}%{?dist}
 Url:http://www.clusterlabs.org
@@ -116,7 +116,6 @@
 Patch6: bug-812269_pacemaker-fencing-device-register-messages.patch
 Patch7: pacemaker-Wno-format-signedness.patch
 Patch8: bug-943295_pacemaker-lrmd-log-notice.patch
-Patch9: bug-949441_pacemaker-fencing-pro

commit apache2 for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2015-11-08 14:35:30

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


Package is "apache2"

Changes:

--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2015-11-06 
00:09:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes 2015-11-08 
14:35:31.0 +0100
@@ -1,0 +2,16 @@
+Thu Nov  5 16:52:45 UTC 2015 - crrodrig...@opensuse.org
+
+- 2.4.17-protocols.patch from upstream http2 module:
+* master conn_rec* addition to conn_rec
+* improved ALPN and Upgrade handling
+* allowing requests for servers whose TLS configuration is compatible
+  to the SNI server ones
+* disabling TLS renegotiation for slave connections
+
+---
+Wed Nov  4 06:29:27 UTC 2015 - pgaj...@suse.com
+
+- LogLevel directive into correct config file, thanks Michael Calmer 
+  for the fix [bsc#953329]
+
+---

New:

  2.4.17-protocols.patch



Other differences:
--
++ apache2.spec ++
--- /var/tmp/diff_new_pack.CoTFYR/_old  2015-11-08 14:35:33.0 +0100
+++ /var/tmp/diff_new_pack.CoTFYR/_new  2015-11-08 14:35:33.0 +0100
@@ -122,6 +122,7 @@
 Patch111:   httpd-visibility.patch
 # PATCH-FIX-UPSTREAM marguer...@opensuse.org -- compability for lua 5.2+ 
https://bz.apache.org/bugzilla/show_bug.cgi?id=58188
 Patch114:  httpd-2.4.12-lua-5.2.patch
+Patch1000:  
https://raw.githubusercontent.com/icing/mod_h2/master/sandbox/httpd/patches/2.4.17-protocols.patch
 BuildRequires:  automake
 BuildRequires:  db-devel
 BuildRequires:  ed
@@ -307,6 +308,7 @@
 %endif
 %patch111 -p1
 %patch114 -p1
+%patch1000
 cat $RPM_SOURCE_DIR/SUSE-NOTICE >> NOTICE
 # install READMEs
 a=$(basename %{SOURCE22})

++ 2.4.17-protocols.patch ++
 819 lines (skipped)




++ start_apache2 ++
--- /var/tmp/diff_new_pack.CoTFYR/_old  2015-11-08 14:35:34.0 +0100
+++ /var/tmp/diff_new_pack.CoTFYR/_new  2015-11-08 14:35:34.0 +0100
@@ -125,7 +125,7 @@
 fi
 # APACHE_LOGLEVEL -> global.conf
 if [ -n "$APACHE_LOGLEVEL" ]; then
-echo "LogLevel $APACHE_LOGLEVEL" >> global.conf
+echo "LogLevel $APACHE_LOGLEVEL" >> ${sysconfd_dir}/global.conf
 fi
 # APACHE_USE_CANONICAL_NAME -> global.conf
 if [ -n "$APACHE_USE_CANONICAL_NAME" ]; then




commit geoclue2 for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package geoclue2 for openSUSE:Factory 
checked in at 2015-11-08 14:35:40

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


Package is "geoclue2"

Changes:

--- /work/SRC/openSUSE:Factory/geoclue2/geoclue2.changes2015-10-14 
16:38:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.geoclue2.new/geoclue2.changes   2015-11-08 
14:35:42.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov  5 21:32:00 UTC 2015 - zai...@opensuse.org
+
+- Correct geoclue2-permit-gnome-maps.patch to include system=false,
+  all services are supposed to have a system section. Fixes
+  (boo#953865).
+
+---



Other differences:
--
++ geoclue2-permit-gnome-maps.patch ++
--- /var/tmp/diff_new_pack.Ow7H13/_old  2015-11-08 14:35:43.0 +0100
+++ /var/tmp/diff_new_pack.Ow7H13/_new  2015-11-08 14:35:43.0 +0100
@@ -1,13 +1,12 @@
-Index: geoclue-2.3.0/data/geoclue.conf.in
-===
 geoclue-2.3.0.orig/data/geoclue.conf.in
-+++ geoclue-2.3.0/data/geoclue.conf.in
-@@ -77,3 +77,8 @@ users=
+--- geoclue-2.3.0-orig/data/geoclue.conf.in2015-09-07 14:17:11.0 
+0200
 geoclue-2.3.0/data/geoclue.conf.in 2015-11-05 22:30:08.142708396 +0100
+@@ -77,3 +77,9 @@
  allowed=true
  system=false
  users=
 +
 +[gnome-maps]
 +allowed=true
++system=false
 +users=
 +




commit grep for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package grep for openSUSE:Factory checked in 
at 2015-11-08 14:34:53

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


Package is "grep"

Changes:

--- /work/SRC/openSUSE:Factory/grep/grep.changes2015-07-21 
13:23:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.grep.new/grep.changes   2015-11-08 
14:34:55.0 +0100
@@ -1,0 +2,14 @@
+Tue Nov  3 13:45:34 UTC 2015 - sch...@suse.de
+
+- testsuite.patch: disable unreliable test mb-non-UTF8-performance
+
+---
+Mon Nov  2 18:20:38 UTC 2015 - astie...@suse.com
+
+- GNU grep 2.22:
+  * Improve performance for patterns containing very long strings
+  * Output and pattern matching bug fixes
+- drop add gnulib-perl522.patch, changed upstream
+- drop grep-F-heap-overrun.patch, included upstream
+
+---

Old:

  gnulib-perl522.patch
  grep-2.21.tar.xz
  grep-2.21.tar.xz.sig
  grep-F-heap-overrun.patch

New:

  grep-2.22.tar.xz
  grep-2.22.tar.xz.sig
  testsuite.patch



Other differences:
--
++ grep.spec ++
--- /var/tmp/diff_new_pack.um4D16/_old  2015-11-08 14:34:57.0 +0100
+++ /var/tmp/diff_new_pack.um4D16/_new  2015-11-08 14:34:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   grep
-Version:2.21
+Version:2.22
 Release:0
 Summary:Print lines matching a pattern
 License:GPL-3.0+
@@ -26,9 +26,7 @@
 Source0:http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
 Source2:http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
 Source3:
http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=grep&download=1#/%{name}.keyring
-Patch0: grep-F-heap-overrun.patch
-# PATCH-FIX-UPSTREAM http://comments.gmane.org/gmane.comp.lib.gnulib.bugs/35272
-Patch1: gnulib-perl522.patch
+Patch0: testsuite.patch
 BuildRequires:  makeinfo
 BuildRequires:  pcre-devel
 BuildRequires:  xz
@@ -47,8 +45,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-chmod +x tests/kwset-abuse
 %if 0%{?suse_version} < 1120
 echo 
"ac_cv_search_pcre_compile=\${ac_cv_search_pcre_compile=%{_libdir}/libpcre.a}" 
>config.cache
 %endif

++ grep-2.21.tar.xz -> grep-2.22.tar.xz ++
 64049 lines of diff (skipped)


++ testsuite.patch ++
Index: grep-2.22/tests/mb-non-UTF8-performance
===
--- grep-2.22.orig/tests/mb-non-UTF8-performance
+++ grep-2.22/tests/mb-non-UTF8-performance
@@ -18,6 +18,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see .
 
+exit 77
+
 . "${srcdir=.}/init.sh"; path_prepend_ ../src
 
 fail=0



commit libassuan for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package libassuan for openSUSE:Factory 
checked in at 2015-11-08 14:35:03

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


Package is "libassuan"

Changes:

--- /work/SRC/openSUSE:Factory/libassuan/libassuan.changes  2015-08-31 
22:58:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.libassuan.new/libassuan.changes 2015-11-08 
14:35:05.0 +0100
@@ -1,0 +2,14 @@
+Thu Nov  5 10:10:52 UTC 2015 - astie...@suse.com
+
+- libassuan 2.4.0:
+  * New flags "socks" and "tor-mode" for assuan_sock_{set,get}_flag.
+  * New function assuan_sock_connect_byname.
+  * Require at least libgpg-error 1.17.
+  * Interface changes relative to the 2.3.0 release:
+assuan_sock_connect_bynameNEW.
+ASSUAN_SOCK_TOR   NEW.
+ASSUAN_SOCK_SOCKS NEW.
+assuan_sock_set_flag  EXTENDED.
+assuan_sock_get_flag  EXTENDED.
+
+---

Old:

  libassuan-2.3.0.tar.bz2
  libassuan-2.3.0.tar.bz2.sig

New:

  libassuan-2.4.0.tar.bz2
  libassuan-2.4.0.tar.bz2.sig



Other differences:
--
++ libassuan.spec ++
--- /var/tmp/diff_new_pack.69bi6d/_old  2015-11-08 14:35:05.0 +0100
+++ /var/tmp/diff_new_pack.69bi6d/_new  2015-11-08 14:35:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libassuan
-Version:2.3.0
+Version:2.4.0
 Release:0
 Summary:IPC library used by GnuPG version 2
 License:GPL-3.0+ and LGPL-2.1+
@@ -28,7 +28,7 @@
 Source2:
ftp://ftp.gnupg.org/gcrypt/libassuan/%{name}-%{version}.tar.bz2.sig
 # http://www.gnupg.org/signature_key.en.html
 Source3:libassuan.keyring
-BuildRequires:  libgpg-error-devel >= 1.8
+BuildRequires:  libgpg-error-devel >= 1.17
 Requires:   %{install_info_prereq}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -88,7 +88,7 @@
 
 %files devel
 %defattr(-,root,root)
-%doc %{_infodir}/assuan*
+%{_infodir}/assuan*
 %{_includedir}/*.h
 %{_bindir}/*-config
 %dir %{_datadir}/aclocal

++ libassuan-2.3.0.tar.bz2 -> libassuan-2.4.0.tar.bz2 ++
 1984 lines of diff (skipped)




commit btrfsprogs for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

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

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


Package is "btrfsprogs"

Changes:

--- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes2015-10-22 
12:58:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.btrfsprogs.new/btrfsprogs.changes   
2015-11-08 14:35:09.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov  2 00:00:00 CET 2015 - dste...@suse.cz
+
+- build btrfsprogs-static package for 13.2 and Factory, package
+  with static versions of the utilities, aimed for rescue environments
+
+---



Other differences:
--
++ btrfsprogs.spec ++
--- /var/tmp/diff_new_pack.eDYZLc/_old  2015-11-08 14:35:10.0 +0100
+++ /var/tmp/diff_new_pack.eDYZLc/_new  2015-11-08 14:35:10.0 +0100
@@ -16,6 +16,13 @@
 #
 
 
+# enable building of btrfsprogs-static
+%if 0%{?suse_version} <= 1310 || 0%{?suse_version} == 1315
+%define build_static   0
+%else
+%define build_static   1
+%endif
+
 Name:   btrfsprogs
 Version:4.2.3
 Release:0
@@ -59,6 +66,26 @@
 %description
 Utilities needed to create and maintain btrfs file systems under Linux.
 
+%if %build_static
+%package -n btrfsprogs-static
+Summary:Static build of utilities for the Btrfs filesystem
+Group:  System/Filesystems
+BuildRequires:  glibc-devel-static
+BuildRequires:  libblkid-devel-static
+BuildRequires:  libcom_err-devel-static
+BuildRequires:  libext2fs-devel-static
+BuildRequires:  libuuid-devel-static
+BuildRequires:  lzo-devel-static
+BuildRequires:  zlib-devel-static
+
+%description -n btrfsprogs-static
+Static build of utilities needed to create and maintain btrfs file systems
+under Linux. Suitable for limited or rescue environments.
+
+Warning: the zlib and lzo libraries are statically linked in and may lack
+important updates
+%endif
+
 %package -n libbtrfs0
 Summary:Library for interacting with Btrfs
 Group:  System/Libraries
@@ -89,10 +116,22 @@
 %build
 ./autogen.sh
 %configure
-make V=1 %{?_smp_mflags} all
+make V=1 %{?_smp_mflags} all \
+%if %build_static
+   static
+%endif
 
 %install
-make install DESTDIR=%{buildroot} prefix=%{_prefix} bindir=%{_sbindir} 
mandir=%{_mandir} libdir=%{_libdir}
+make install   \
+%if %build_static
+   install-static  \
+%endif
+   DESTDIR=%{buildroot} prefix=%{_prefix} bindir=%{_sbindir} 
mandir=%{_mandir} libdir=%{_libdir}
+
+%if %build_static
+make install-static DESTDIR=%{buildroot} prefix=%{_prefix} bindir=%{_sbindir} 
mandir=%{_mandir} libdir=%{_libdir}
+%endif
+
 install -m 0755 -d %{buildroot}/%{_sbindir}
 install -m 0755 -d %{buildroot}/%{_bindir}
 # move some utilities out of /usr/sbin
@@ -219,6 +258,25 @@
 %{_sbindir}/btrfs-select-super
 %endif
 
+%if %build_static
+%files -n btrfsprogs-static
+%defattr(-, root, root)
+%{_sbindir}/btrfs.static
+%{_sbindir}/btrfs-zero-log.static
+%{_sbindir}/btrfs-convert.static
+%{_sbindir}/btrfs-image.static
+%{_sbindir}/btrfstune.static
+%{_sbindir}/btrfsck.static
+%{_sbindir}/mkfs.btrfs.static
+%{_sbindir}/btrfs-debug-tree.static
+%{_sbindir}/btrfs-show-super.static
+%{_sbindir}/btrfs-calc-size.static
+%{_sbindir}/btrfs-corrupt-block.static
+%{_sbindir}/btrfs-find-root.static
+%{_sbindir}/btrfs-map-logical.static
+%{_sbindir}/btrfs-select-super.static
+%endif
+
 %files -n libbtrfs0
 %defattr(-, root, root)
 %{_libdir}/libbtrfs.so.*

++ local-version-override.patch ++
--- /var/tmp/diff_new_pack.eDYZLc/_old  2015-11-08 14:35:10.0 +0100
+++ /var/tmp/diff_new_pack.eDYZLc/_new  2015-11-08 14:35:10.0 +0100
@@ -7,7 +7,7 @@
  # Released under the GNU GPLv2
  
 -v="v4.2.3"
-+v="v4.2.3+20151019"
++v="v4.2.3+20151102"
  
  opt=$1
  




commit gnome-sudoku for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package gnome-sudoku for openSUSE:Factory 
checked in at 2015-11-08 11:27:15

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


Package is "gnome-sudoku"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-sudoku/gnome-sudoku.changes
2015-10-26 12:48:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-sudoku.new/gnome-sudoku.changes   
2015-11-08 11:27:51.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  6 22:39:37 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.2:
+  + Updated translations.
+
+---

Old:

  gnome-sudoku-3.18.1.tar.xz

New:

  gnome-sudoku-3.18.2.tar.xz



Other differences:
--
++ gnome-sudoku.spec ++
--- /var/tmp/diff_new_pack.VIqbW0/_old  2015-11-08 11:27:52.0 +0100
+++ /var/tmp/diff_new_pack.VIqbW0/_new  2015-11-08 11:27:52.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-sudoku
-Version:3.18.1
+Version:3.18.2
 Release:0
 Summary:Sudoku Game for GNOME
 License:GPL-2.0+

++ gnome-sudoku-3.18.1.tar.xz -> gnome-sudoku-3.18.2.tar.xz ++
 23563 lines of diff (skipped)




commit calibre for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2015-11-08 11:27:20

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


Package is "calibre"

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2015-10-20 
00:05:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2015-11-08 
11:27:56.0 +0100
@@ -1,0 +2,18 @@
+Sat Nov  7 12:31:51 UTC 2015 - corne...@solcon.nl
+
+- Update to 2.43.0:
+  * Driver for the new NookGlowlight Plus. This device only allows
+sending of files inside the NOOK folder, so calibre now
+follows that limitation.
+  * When converting AZW4 files to PDF, skip the conversion and
+simply unwrap the PDF file already embedded inside the AZW4
+file.
+  * Edit Book: Add a 'Smart Comment' tool to easily comment/
+uncomment text.
+  * Tag mapper: Add new rule types to upper-case, lower-case or
+capitalize tags.
+  * Amazon metadata download: Fix for website change at amazon.com
+that prevented ratings from being downloaded.
+  * And more, for details see: http://calibre-ebook.com/whats-new
+
+---

Old:

  calibre-2.41.0.tar.xz

New:

  calibre-2.43.0.tar.xz



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.3oI5Jg/_old  2015-11-08 11:27:57.0 +0100
+++ /var/tmp/diff_new_pack.3oI5Jg/_new  2015-11-08 11:27:57.0 +0100
@@ -20,7 +20,7 @@
 License:GPL-3.0
 Group:  Productivity/Other
 Name:   calibre
-Version:2.41.0
+Version:2.43.0
 Release:0
 Url:http://calibre-ebook.com
 Source0:
http://download.calibre-ebook.com/%{version}/calibre-%{version}.tar.xz

++ calibre-2.41.0.tar.xz -> calibre-2.43.0.tar.xz ++
/work/SRC/openSUSE:Factory/calibre/calibre-2.41.0.tar.xz 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-2.43.0.tar.xz differ: char 26, 
line 1




commit cacti-spine for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2015-11-08 11:27:09

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is "cacti-spine"

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2014-12-30 
00:50:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2015-11-08 11:27:43.0 +0100
@@ -1,0 +2,19 @@
+Sun Nov  1 13:49:40 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.8.8f
+  * bug:0002604: cacti-spine, configure script ignores LDFLAGS in 
+certain situations
+- Changes from version 0.8.8e
+  * bug#0002185: Multiple memory leaks found in spine 
+  * bug#0002398: Buffer overflow
+  * bug#0002447: Building spine on Debian Jessie (testing) fails 
+  * bug#0002536: Spine segfaults when 18k+ hosts are to be pulled
+  * bug#0002576: Call to a non-existent column of the database in poller.c
+  * bug#0002578: spine doesn't compile on ubuntu 12.04
+  * bug#0002585: Spine: buffer overflow in logging when 
+RESULTS_BUFFER>LOGSIZE can SEGV
+  * bug#0002588: Spine "is_numeric" incorrectly returns TRUE for some
+hexadecimal values 
+- Remove systemd buildrequires; unneeded
+
+---

Old:

  cacti-spine-0.8.8c.tar.gz

New:

  cacti-spine-0.8.8f.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.gBvtj1/_old  2015-11-08 11:27:44.0 +0100
+++ /var/tmp/diff_new_pack.gBvtj1/_new  2015-11-08 11:27:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cacti-spine
 #
-# 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,14 +17,11 @@
 
 
 Name:   cacti-spine
-Version:0.8.8c
+Version:0.8.8f
 Release:0
 Url:http://www.cacti.net/spine_info.php
 Source: http://www.cacti.net/downloads/spine/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} >= 1210
-BuildRequires:  systemd
-%endif
 BuildRequires:  mysql-devel
 BuildRequires:  net-snmp-devel
 BuildRequires:  openssl-devel

++ cacti-spine-0.8.8c.tar.gz -> cacti-spine-0.8.8f.tar.gz ++
 39169 lines of diff (skipped)




commit python3-bsddb3 for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package python3-bsddb3 for openSUSE:Factory 
checked in at 2015-11-08 11:27:18

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


Package is "python3-bsddb3"

Changes:

--- /work/SRC/openSUSE:Factory/python3-bsddb3/python3-bsddb3.changes
2015-01-26 16:47:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-bsddb3.new/python3-bsddb3.changes   
2015-11-08 11:27:54.0 +0100
@@ -1,0 +2,15 @@
+Sat Nov  7 05:27:39 UTC 2015 - a...@gmx.de
+
+- update to version 6.1.1:
+  * Compatibility with Python 3.5.
+  * Code cleanup after dropping Python 2.4/2.5 support.
+  * PGP key changed.
+  * Support for DB_FORCESYNCENV flag in "DB_ENV.close()".
+  * Support for DB_LOG_NOSYNC flag in "DB_ENV.log_set_config()".
+  * Fix tests under Windows. See https://bugs.python.org/issue22943 .
+  * Solve an incorrect parameter verification with the
+"DB.compact()" method call.
+  * Solve a compilation warning when compiling the bindings for
+Python 3.5 and Berkeley DB 4.8, 5.0 or 5.1.
+
+---

Old:

  bsddb3-6.1.0.tar.gz

New:

  bsddb3-6.1.1.tar.gz



Other differences:
--
++ python3-bsddb3.spec ++
--- /var/tmp/diff_new_pack.tCHWyb/_old  2015-11-08 11:27:54.0 +0100
+++ /var/tmp/diff_new_pack.tCHWyb/_new  2015-11-08 11:27:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-bsddb3
 #
-# 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,7 +17,7 @@
 
 
 Name:   python3-bsddb3
-Version:6.1.0
+Version:6.1.1
 Release:0
 Url:http://pypi.python.org/pypi/bsddb3
 Summary:Python interface for Berkeley DB

++ bsddb3-6.1.0.tar.gz -> bsddb3-6.1.1.tar.gz ++
 20114 lines of diff (skipped)




commit gcompris for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

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

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


Package is "gcompris"

Changes:

--- /work/SRC/openSUSE:Factory/gcompris/gcompris.changes2015-03-16 
07:00:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.gcompris.new/gcompris.changes   2015-11-08 
11:27:30.0 +0100
@@ -1,0 +2,30 @@
+Fri Oct 30 14:33:01 UTC 2015 - mimi...@gmail.com
+
+- update to 15.10:
+  Bug fixes and improvements:
++ core, proper locale detection from the env variable
++ explore_wold_animals, changed the map background
++ german translation fix for letter 'b' broken in hangman
++ play_piano, fix string too large for button in some languages
++ play_rhythm, made a bigger text area to accomodate larger translations
++ add a generic-name entry in our desktop file
++ windows, set a bat file as a startup entry point to avoid the R6034 error
++ piano_composition, fix image name (eighth instead of quarter) by Johnny 
Jazeix
+  Translations update:
++ Added Bosnian translation by Samir Ribic
++ Fixes to Catalan translation by Jordi Mas
++ Updated ALL_LINGUAS by Piotr DrÄ…g
++ Updated Czech translation by Marek Černocký
++ Updated Hebrew translation by Yosef Or Boczko
++ Updated Hungarian translation by Balázs Úr
++ Updated Lithuanian translation by Aurimas ÄŒernius
++ Updated Portuguese translation by Pedro Albuquerque
++ Updated Scottish Gaelic translation
++ Updated Spanish translation by Daniel Mustieles
++ Updated Swedish translation by Anders Jonsson and Josef Andersson
++ Updated Turkish translation by Atilla ÖNTAŞ
+  Voices:
++ Updated Brazilian Portuguese by Marcos Dias Meneghel
++ Initial catalan voices by Antoni Bella Pérez
+
+---

Old:

  gcompris-15.02.tar.bz2

New:

  gcompris-15.10.tar.bz2



Other differences:
--
++ gcompris.spec ++
--- /var/tmp/diff_new_pack.K53H8Z/_old  2015-11-08 11:27:43.0 +0100
+++ /var/tmp/diff_new_pack.K53H8Z/_new  2015-11-08 11:27:43.0 +0100
@@ -20,7 +20,7 @@
 Summary:J'ai compris / I Have Understood
 License:GPL-3.0+
 Group:  Amusements/Teaching/Other
-Version:15.02
+Version:15.10
 Release:0
 Url:http://gcompris.net
 Source0:%{name}-%{version}.tar.bz2

++ gcompris-15.02.tar.bz2 -> gcompris-15.10.tar.bz2 ++
/work/SRC/openSUSE:Factory/gcompris/gcompris-15.02.tar.bz2 
/work/SRC/openSUSE:Factory/.gcompris.new/gcompris-15.10.tar.bz2 differ: char 
11, line 1




commit anjuta for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

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

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


Package is "anjuta"

Changes:

--- /work/SRC/openSUSE:Factory/anjuta/anjuta.changes2015-10-06 
16:13:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.anjuta.new/anjuta.changes   2015-11-08 
11:27:58.0 +0100
@@ -1,0 +2,16 @@
+Sat Nov  7 21:52:47 UTC 2015 - badshah...@gmail.com
+
+- Update to version 3.18.2:
+  + bgo#756426: Anjuta shows "The file ... has been deleted on the
+disk" everytime upon file save.
+  + Updated translations.
+- Drop anjuta-file-deleted-upon-save.patch: incorporated upstream.
+
+---
+Sat Nov  7 11:31:31 UTC 2015 - badshah...@gmail.com
+
+- Add anjuta-file-deleted-upon-save.patch to prevent showing 
+  "The file ... has been deleted on the disk" everytime upon file
+  save (bgo#756426); patch taken from upstream master.
+
+---

Old:

  anjuta-3.18.0.tar.xz

New:

  anjuta-3.18.2.tar.xz



Other differences:
--
++ anjuta.spec ++
--- /var/tmp/diff_new_pack.ghGQW8/_old  2015-11-08 11:27:59.0 +0100
+++ /var/tmp/diff_new_pack.ghGQW8/_new  2015-11-08 11:27:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package anjuta
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   anjuta
-Version:3.18.0
+Version:3.18.2
 Release:0
 Summary:Versatile Integrated Development Environment for GNOME
 License:GPL-2.0+

++ anjuta-3.18.0.tar.xz -> anjuta-3.18.2.tar.xz ++
/work/SRC/openSUSE:Factory/anjuta/anjuta-3.18.0.tar.xz 
/work/SRC/openSUSE:Factory/.anjuta.new/anjuta-3.18.2.tar.xz differ: char 26, 
line 1




commit gnome-robots for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package gnome-robots for openSUSE:Factory 
checked in at 2015-11-08 11:27:14

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


Package is "gnome-robots"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-robots/gnome-robots.changes
2015-10-06 16:30:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-robots.new/gnome-robots.changes   
2015-11-08 11:27:49.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  6 22:37:57 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.1:
+  + Updated translations.
+
+---

Old:

  gnome-robots-3.18.0.tar.xz

New:

  gnome-robots-3.18.1.tar.xz



Other differences:
--
++ gnome-robots.spec ++
--- /var/tmp/diff_new_pack.VyrPLC/_old  2015-11-08 11:27:50.0 +0100
+++ /var/tmp/diff_new_pack.VyrPLC/_new  2015-11-08 11:27:50.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-robots
-Version:3.18.0
+Version:3.18.1
 Release:0
 Summary:Robots Game for GNOME
 License:GPL-2.0+

++ gnome-robots-3.18.0.tar.xz -> gnome-robots-3.18.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-robots-3.18.0/Makefile.in 
new/gnome-robots-3.18.1/Makefile.in
--- old/gnome-robots-3.18.0/Makefile.in 2015-09-21 19:06:32.0 +0200
+++ new/gnome-robots-3.18.1/Makefile.in 2015-11-06 23:02:49.0 +0100
@@ -156,7 +156,7 @@
 CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
-   NEWS compile install-sh missing
+   NEWS compile depcomp install-sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-robots-3.18.0/NEWS new/gnome-robots-3.18.1/NEWS
--- old/gnome-robots-3.18.0/NEWS2015-09-21 19:06:20.0 +0200
+++ new/gnome-robots-3.18.1/NEWS2015-11-06 23:01:58.0 +0100
@@ -1,3 +1,8 @@
+3.18.1 - November 6, 2015
+=
+
+* Updated translations
+
 3.18.0 - September 21, 2015
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-robots-3.18.0/configure 
new/gnome-robots-3.18.1/configure
--- old/gnome-robots-3.18.0/configure   2015-09-21 19:06:31.0 +0200
+++ new/gnome-robots-3.18.1/configure   2015-11-06 23:02:49.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GNOME Robots 3.18.0.
+# Generated by GNU Autoconf 2.69 for GNOME Robots 3.18.1.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='GNOME Robots'
 PACKAGE_TARNAME='gnome-robots'
-PACKAGE_VERSION='3.18.0'
-PACKAGE_STRING='GNOME Robots 3.18.0'
+PACKAGE_VERSION='3.18.1'
+PACKAGE_STRING='GNOME Robots 3.18.1'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/'
 PACKAGE_URL='https://wiki.gnome.org/Apps/Robots'
 
@@ -1297,7 +1297,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 GNOME Robots 3.18.0 to adapt to many kinds of systems.
+\`configure' configures GNOME Robots 3.18.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1363,7 +1363,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of GNOME Robots 3.18.0:";;
+ short | recursive ) echo "Configuration of GNOME Robots 3.18.1:";;
esac
   cat <<\_ACEOF
 
@@ -1478,7 +1478,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNOME Robots configure 3.18.0
+GNOME Robots configure 3.18.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1533,7 +1533,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GNOME Robots $as_me 3.18.0, which was
+It was created by GNOME Robots $as_me 3.18.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2396,7 +2396,7 @@
 
 # Define the identity of the package.
  PACKAGE='gnome-robots'
- VERSION='3.18.0'
+ VERSION='3.18.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5582,7 +5582,7 @@
 # report actual input values of CONFIG_FILES etc.

commit four-in-a-row for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package four-in-a-row for openSUSE:Factory 
checked in at 2015-11-08 11:27:11

Comparing /work/SRC/openSUSE:Factory/four-in-a-row (Old)
 and  /work/SRC/openSUSE:Factory/.four-in-a-row.new (New)


Package is "four-in-a-row"

Changes:

--- /work/SRC/openSUSE:Factory/four-in-a-row/four-in-a-row.changes  
2015-10-26 12:47:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.four-in-a-row.new/four-in-a-row.changes 
2015-11-08 11:27:44.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  6 22:34:25 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.2:
+  + Updated translations.
+
+---

Old:

  four-in-a-row-3.18.1.tar.xz

New:

  four-in-a-row-3.18.2.tar.xz



Other differences:
--
++ four-in-a-row.spec ++
--- /var/tmp/diff_new_pack.nyl49v/_old  2015-11-08 11:27:46.0 +0100
+++ /var/tmp/diff_new_pack.nyl49v/_new  2015-11-08 11:27:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   four-in-a-row
-Version:3.18.1
+Version:3.18.2
 Release:0
 Summary:Connect Four Game for GNOME
 License:GPL-2.0+ and GPL-3.0+

++ four-in-a-row-3.18.1.tar.xz -> four-in-a-row-3.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/four-in-a-row-3.18.1/Makefile.in 
new/four-in-a-row-3.18.2/Makefile.in
--- old/four-in-a-row-3.18.1/Makefile.in2015-10-11 23:08:47.0 
+0200
+++ new/four-in-a-row-3.18.2/Makefile.in2015-11-06 23:05:42.0 
+0100
@@ -156,7 +156,7 @@
 CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
-   NEWS README compile install-sh missing
+   NEWS README compile depcomp install-sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/four-in-a-row-3.18.1/NEWS 
new/four-in-a-row-3.18.2/NEWS
--- old/four-in-a-row-3.18.1/NEWS   2015-10-11 23:08:21.0 +0200
+++ new/four-in-a-row-3.18.2/NEWS   2015-11-06 23:05:08.0 +0100
@@ -1,3 +1,8 @@
+3.18.2 - November 6, 2015
+=
+
+* Updated translations
+
 3.18.1 - October 11, 2015
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/four-in-a-row-3.18.1/configure 
new/four-in-a-row-3.18.2/configure
--- old/four-in-a-row-3.18.1/configure  2015-10-11 23:08:47.0 +0200
+++ new/four-in-a-row-3.18.2/configure  2015-11-06 23:05:41.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Four-in-a-Row 3.18.1.
+# Generated by GNU Autoconf 2.69 for Four-in-a-Row 3.18.2.
 #
 # Report bugs to .
 #
@@ -639,8 +639,8 @@
 # Identity of this package.
 PACKAGE_NAME='Four-in-a-Row'
 PACKAGE_TARNAME='four-in-a-row'
-PACKAGE_VERSION='3.18.1'
-PACKAGE_STRING='Four-in-a-Row 3.18.1'
+PACKAGE_VERSION='3.18.2'
+PACKAGE_STRING='Four-in-a-Row 3.18.2'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/'
 PACKAGE_URL='https://wiki.gnome.org/Apps/Four-in-a-row'
 
@@ -1358,7 +1358,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 Four-in-a-Row 3.18.1 to adapt to many kinds of systems.
+\`configure' configures Four-in-a-Row 3.18.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1424,7 +1424,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of Four-in-a-Row 3.18.1:";;
+ short | recursive ) echo "Configuration of Four-in-a-Row 3.18.2:";;
esac
   cat <<\_ACEOF
 
@@ -1540,7 +1540,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Four-in-a-Row configure 3.18.1
+Four-in-a-Row configure 3.18.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1595,7 +1595,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Four-in-a-Row $as_me 3.18.1, which was
+It was created by Four-in-a-Row $as_me 3.18.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2458,7 +2458,7 @@
 
 # Define the identity of the package.
  PACKAGE='four-in-a-row'
- VERSION='3.18.1'
+ VERSION='3.18.2'
 
 
 cat >>confde

commit perl-CPAN-Perl-Releases for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Perl-Releases for 
openSUSE:Factory checked in at 2015-11-08 11:27:00

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


Package is "perl-CPAN-Perl-Releases"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-CPAN-Perl-Releases/perl-CPAN-Perl-Releases.changes
  2015-10-24 10:30:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new/perl-CPAN-Perl-Releases.changes
 2015-11-08 11:27:14.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  6 09:43:17 UTC 2015 - co...@suse.com
+
+- updated to 2.42
+   see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+---

Old:

  CPAN-Perl-Releases-2.40.tar.gz

New:

  CPAN-Perl-Releases-2.42.tar.gz



Other differences:
--
++ perl-CPAN-Perl-Releases.spec ++
--- /var/tmp/diff_new_pack.Muq9KZ/_old  2015-11-08 11:27:15.0 +0100
+++ /var/tmp/diff_new_pack.Muq9KZ/_new  2015-11-08 11:27:15.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CPAN-Perl-Releases
-Version:2.40
+Version:2.42
 Release:0
 %define cpan_name CPAN-Perl-Releases
 Summary:Mapping Perl releases on CPAN to the location of the tarballs

++ CPAN-Perl-Releases-2.40.tar.gz -> CPAN-Perl-Releases-2.42.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.40/Changes 
new/CPAN-Perl-Releases-2.42/Changes
--- old/CPAN-Perl-Releases-2.40/Changes 2015-10-21 02:50:06.0 +0200
+++ new/CPAN-Perl-Releases-2.42/Changes 2015-10-31 19:55:22.0 +0100
@@ -1,8 +1,18 @@
 ==
-Changes from 2010-10-22 00:00:00 + to present.
+Changes from 2010-11-01 00:00:00 + to present.
 ==
 
 -
+version 2.42 at 2015-10-31 18:12:27 +
+-
+
+  Change: f5c1059fd0f0408f401857068b28094081106017
+  Author: Chris 'BinGOs' Williams 
+  Date : 2015-10-31 18:12:27 +
+
+Updated for v5.22.1-RC1 
+
+-
 version 2.40 at 2015-10-21 00:49:39 +
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.40/MANIFEST 
new/CPAN-Perl-Releases-2.42/MANIFEST
--- old/CPAN-Perl-Releases-2.40/MANIFEST2015-10-21 02:50:06.0 
+0200
+++ new/CPAN-Perl-Releases-2.42/MANIFEST2015-10-31 19:55:22.0 
+0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.040.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.041.
 Changes
 LICENSE
 MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.40/META.json 
new/CPAN-Perl-Releases-2.42/META.json
--- old/CPAN-Perl-Releases-2.40/META.json   2015-10-21 02:50:06.0 
+0200
+++ new/CPAN-Perl-Releases-2.42/META.json   2015-10-31 19:55:22.0 
+0100
@@ -4,7 +4,7 @@
   "Chris Williams "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.040, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 5.041, CPAN::Meta::Converter version 
2.150005",
"license" : [
   "perl_5"
],
@@ -54,6 +54,6 @@
  "web" : "https://github.com/bingos/cpan-perl-releases";
   }
},
-   "version" : "2.40"
+   "version" : "2.42"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.40/META.yml 
new/CPAN-Perl-Releases-2.42/META.yml
--- old/CPAN-Perl-Releases-2.40/META.yml2015-10-21 02:50:06.0 
+0200
+++ new/CPAN-Perl-Releases-2.42/META.yml2015-10-31 19:55:22.0 
+0100
@@ -10,7 +10,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.040, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'Dist::Zilla version 5.041, CPAN::Meta::Converter version 
2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -21,4 +21,4 @@
 resources:
   homepage: https://github.com/bingos/cpan-perl-releases
   repository: https://github.com/bingos/cpan-perl-releases.git
-version: '2.40'
+version: '2.42'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.40/Makefile.PL 
new/CPAN-Perl-Releases-2.42/M

commit gnome-klotski for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package gnome-klotski for openSUSE:Factory 
checked in at 2015-11-08 11:27:12

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


Package is "gnome-klotski"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-klotski/gnome-klotski.changes  
2015-10-26 12:48:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-klotski.new/gnome-klotski.changes 
2015-11-08 11:27:47.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  6 22:36:28 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.2:
+  + Updated translations.
+
+---

Old:

  gnome-klotski-3.18.1.tar.xz

New:

  gnome-klotski-3.18.2.tar.xz



Other differences:
--
++ gnome-klotski.spec ++
--- /var/tmp/diff_new_pack.9Jh7Nf/_old  2015-11-08 11:27:48.0 +0100
+++ /var/tmp/diff_new_pack.9Jh7Nf/_new  2015-11-08 11:27:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-klotski
-Version:3.18.1
+Version:3.18.2
 Release:0
 Summary:Klotski Game for GNOME
 License:GPL-2.0+

++ gnome-klotski-3.18.1.tar.xz -> gnome-klotski-3.18.2.tar.xz ++
 10408 lines of diff (skipped)




commit gnuradio for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package gnuradio for openSUSE:Factory 
checked in at 2015-11-08 11:27:06

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-08-21 
07:41:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnuradio.new/gnuradio.changes   2015-11-08 
11:27:18.0 +0100
@@ -1,0 +2,5 @@
+Sat Oct 31 21:35:29 UTC 2015 - w...@ire.pw.edu.pl
+
+- update to version 3.7.8.1
+
+---

Old:

  gnuradio-3.7.8.tar.gz

New:

  gnuradio-3.7.8.1.tar.gz



Other differences:
--
++ gnuradio.spec ++
--- /var/tmp/diff_new_pack.OljpFE/_old  2015-11-08 11:27:19.0 +0100
+++ /var/tmp/diff_new_pack.OljpFE/_new  2015-11-08 11:27:19.0 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   gnuradio
-Version:3.7.8
+Version:3.7.8.1
 Release:0
 %define soname  3_7_8-0_0_0
-%define soname_volk  1_0_2
+%define soname_volk  1_1_1
 Summary:GNU software radio
 License:GPL-3.0+
 Group:  Productivity/Hamradio/Other

++ gnuradio-3.7.8.tar.gz -> gnuradio-3.7.8.1.tar.gz ++
 7248 lines of diff (skipped)




commit c++-gtk-utils for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2015-11-08 11:26:57

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


Package is "c++-gtk-utils"

Changes:

--- /work/SRC/openSUSE:Factory/c++-gtk-utils/c++-gtk-utils.changes  
2015-04-10 09:52:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2015-11-08 11:27:07.0 +0100
@@ -1,0 +2,14 @@
+Sun Nov  1 13:39:35 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 2.2.12
+  + Simplify Cgu::Application::add() method.
+  + Minor implementation improvement for
+Cgu::Thread::parallel_transform* functions.
+  + Permit return value optimisation when returning thread object
+on starting new thread.
+  + Update libtool to version 2.4.6.
+  + Documentation fix for doxygen-1.8.9.
+  + Update code comments.
+  + Update documentation.
+
+---

Old:

  c++-gtk-utils-2.2.11.tar.gz

New:

  c++-gtk-utils-2.2.12.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.xTUNNN/_old  2015-11-08 11:27:08.0 +0100
+++ /var/tmp/diff_new_pack.xTUNNN/_new  2015-11-08 11:27:08.0 +0100
@@ -20,13 +20,13 @@
 %define soname 2_2-0
 
 Name:   c++-gtk-utils
-Version:2.2.11
+Version:2.2.12
 Release:0
 Summary:Lightweight library for GTK+ programs using C++
 License:LGPL-2.1
 Group:  System/Libraries
 Url:http://cxx-gtk-utils.sourceforge.net/
-Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.2.11/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.2.12/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  guile-devel
 %if 0%{?favor_gtk2}

++ c++-gtk-utils-2.2.11.tar.gz -> c++-gtk-utils-2.2.12.tar.gz ++
 93446 lines of diff (skipped)




commit texmaker for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2015-11-08 11:26:50

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


Package is "texmaker"

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2015-10-25 
19:13:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2015-11-08 
11:27:00.0 +0100
@@ -1,0 +2,18 @@
+Thu Nov  5 23:52:51 UTC 2015 - badshah...@gmail.com
+
+- Update to version 4.5:
+  + The content of the \cite{} command is no more scanned while
+the spell checking.
+  + A compilation trouble has been fixed with Qt 5.5.x.
+  + A new option allow the svn users to display the uncommitted
+lines with a different color in the line number widget
+(Configure Texmaker -> Editor).
+  + Two more options for the pdf internel viewer contextual menu
+(user request): number of words in the current pdf page and
+open the file browser at the pdf file location.
+  + De, hu, it, nl, pl, se and zh_CN translations have been
+updated.
+- Drop texmaker-include-qdatastream-header.patch: incorporated by
+  upstream.
+
+---

Old:

  texmaker-4.4.1.tar.bz2
  texmaker-include-qdatastream-header.patch

New:

  texmaker-4.5.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.HjTGwg/_old  2015-11-08 11:27:01.0 +0100
+++ /var/tmp/diff_new_pack.HjTGwg/_new  2015-11-08 11:27:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   texmaker
-Version:4.4.1
+Version:4.5
 Release:0
 Summary:Free cross-platform LaTeX editor
 License:GPL-2.0 and BSD-3-Clause
@@ -26,8 +26,6 @@
 Source: http://www.xm1math.net/texmaker/texmaker-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM texmaker-correct-doc-location.patch badshah...@gmail.com 
-- Handle doc files in the spec file rather than placing them in %%{_datadir} 
during compilation
 Patch1: texmaker-correct-doc-location.patch
-# PATCH-FIX-UPSTREAM texmaker-include-qdatastream-header.patch 
badshah...@gmail.com -- Include the qdatasream header to prevent build failures 
with Qt >= 5.5
-Patch2: texmaker-include-qdatastream-header.patch
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
 %if 0%{?suse_version} == 1315
@@ -60,9 +58,6 @@
 %prep
 %setup -q
 %patch1 -p1
-%if 0%{?suse_version} > 1320
-%patch2 -p1
-%endif
 
 %build
 %if 0%{?suse_version} == 1315

++ texmaker-4.4.1.tar.bz2 -> texmaker-4.5.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-4.4.1.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-4.5.tar.bz2 differ: char 11, 
line 1




commit yast2-slide-show for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package yast2-slide-show for 
openSUSE:Factory checked in at 2015-11-08 11:26:51

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


Package is "yast2-slide-show"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-slide-show/yast2-slide-show.changes
2015-10-30 13:43:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-slide-show.new/yast2-slide-show.changes   
2015-11-08 11:27:02.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  6 09:40:02 UTC 2015 - k...@suse.de
+
+- 3.1.22
+- Update SLE 12 SP1 translations (bsc#933411).
+
+---

Old:

  yast2-slide-show-3.1.21.tar.bz2

New:

  yast2-slide-show-3.1.22.tar.bz2



Other differences:
--
++ yast2-slide-show.spec ++
--- /var/tmp/diff_new_pack.n17CYQ/_old  2015-11-08 11:27:03.0 +0100
+++ /var/tmp/diff_new_pack.n17CYQ/_new  2015-11-08 11:27:03.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-slide-show
-Version:3.1.21
+Version:3.1.22
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ slideshow-sles-po.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/po/ar.po new/po/ar.po
--- old/po/ar.po2015-09-28 10:51:08.0 +0200
+++ new/po/ar.po2015-11-06 10:05:38.0 +0100
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: slideshow-sles\n"
-"POT-Creation-Date: 2014-09-02 13:26+0200\n"
-"PO-Revision-Date: 2015-09-17 15:13\n"
+"POT-Creation-Date: 2015-11-03 10:04+0100\n"
+"PO-Revision-Date: 2015-11-05 17:01\n"
 "Last-Translator: Novell language \n"
 "Language-Team: Novell language \n"
 "MIME-Version: 1.0\n"
@@ -86,8 +86,8 @@
 msgstr "متضمن دعم Xen وKVM"
 
 #: slideshow.xml:125(para)
-msgid "Basis for OpenStack-based SUSE® Cloud"
-msgstr "أساس لـ SUSE® Cloud المستند إلى OpenStack"
+msgid "Basis for SUSE OpenStack Cloud"
+msgstr "أساس SUSE OpenStack Cloud"
 
 #: slideshow.xml:132(para)
 msgid "Perfect Guest"
@@ -243,8 +243,8 @@
 msgstr "SUSE Manager"
 
 #: slideshow.xml:358(para)
-msgid "SUSE Cloud"
-msgstr "SUSE Cloud"
+msgid "SUSE OpenStack Cloud"
+msgstr "SUSE OpenStack Cloud"
 
 #: slideshow.xml:363(para)
 msgid "SUSE Storage"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/po/cs.po new/po/cs.po
--- old/po/cs.po2015-09-28 10:51:08.0 +0200
+++ new/po/cs.po2015-11-06 10:05:38.0 +0100
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: slideshow-sles\n"
-"POT-Creation-Date: 2014-09-02 13:26+0200\n"
-"PO-Revision-Date: 2015-09-17 15:14\n"
+"POT-Creation-Date: 2015-11-03 10:04+0100\n"
+"PO-Revision-Date: 2015-11-05 17:02\n"
 "Last-Translator: Novell language \n"
 "Language-Team: Novell language \n"
 "MIME-Version: 1.0\n"
@@ -86,8 +86,8 @@
 msgstr "Zahrnuta podpora řešení KVM a Xen"
 
 #: slideshow.xml:125(para)
-msgid "Basis for OpenStack-based SUSE® Cloud"
-msgstr "Základ cloudu SUSE® s využitím technologie OpenStack"
+msgid "Basis for SUSE OpenStack Cloud"
+msgstr "Základ technologie SUSE OpenStack Cloud"
 
 #: slideshow.xml:132(para)
 msgid "Perfect Guest"
@@ -243,8 +243,8 @@
 msgstr "SUSE Manager"
 
 #: slideshow.xml:358(para)
-msgid "SUSE Cloud"
-msgstr "SUSE Cloud"
+msgid "SUSE OpenStack Cloud"
+msgstr "SUSE OpenStack Cloud"
 
 #: slideshow.xml:363(para)
 msgid "SUSE Storage"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/po/da.po new/po/da.po
--- old/po/da.po2015-07-15 16:14:55.0 +0200
+++ new/po/da.po1970-01-01 01:00:00.0 +0100
@@ -1,173 +0,0 @@
-# translation of slideshow.po to
-# @TITLE@
-# Copyright (C) 2006, SUSE Linux GmbH, Nuremberg
-#
-# This file is distributed under the same license as @PACKAGE@ package. FIRST
-#
-# Martin Schlander , 2006, 2007.
-# Jan Madsen , 2006.
-# Martin Moeller , 2006.
-# Martin Møller , 2007.
-# Martin Schlander , 2008.
-msgid ""
-msgstr ""
-"Project-Id-Version: slideshow\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-17 09:33+0100\n"
-"PO-Revision-Date: 2008-11-17 21:14+0100\n"
-"Last-Translator: Martin Schlander \n"
-"Language-Team: Danish \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 0.2\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: slideshow.xml:15(title)
-msgid "Slide Show"
-msgstr "Diasfremvisning"
-
-#: slideshow.xml:18(title)
-msgid "Welcome to openSUSEâ„¢"
-msgstr "Velkommen til openSUSEâ„¢"
-
-#: slideshow.xml:20(para)
-msgid "Whether you use your computer to 

commit perl-Math-BigInt for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Math-BigInt for 
openSUSE:Factory checked in at 2015-11-08 11:27:01

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


Package is "perl-Math-BigInt"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Math-BigInt/perl-Math-BigInt.changes
2015-10-30 21:52:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Math-BigInt.new/perl-Math-BigInt.changes   
2015-11-08 11:27:15.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  6 10:06:53 UTC 2015 - co...@suse.com
+
+- updated to 1.999708
+   see /usr/share/doc/packages/perl-Math-BigInt/CHANGES
+
+---

Old:

  Math-BigInt-1.999707.tar.gz

New:

  Math-BigInt-1.999708.tar.gz



Other differences:
--
++ perl-Math-BigInt.spec ++
--- /var/tmp/diff_new_pack.KCvJvm/_old  2015-11-08 11:27:16.0 +0100
+++ /var/tmp/diff_new_pack.KCvJvm/_new  2015-11-08 11:27:16.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Math-BigInt
-Version:1.999707
+Version:1.999708
 Release:0
 %define cpan_name Math-BigInt
 Summary:Arbitrary size integer/float math package

++ Math-BigInt-1.999707.tar.gz -> Math-BigInt-1.999708.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Math-BigInt-1.999707/CHANGES 
new/Math-BigInt-1.999708/CHANGES
--- old/Math-BigInt-1.999707/CHANGES2015-10-29 16:41:47.0 +0100
+++ new/Math-BigInt-1.999708/CHANGES2015-11-03 15:08:35.0 +0100
@@ -1431,7 +1431,7 @@
 
  * Add documentation for as_float() in lib/Math/BigFloat.pm
 
- * Added test files t/objectify_mbf.t and t/objectify_mbi.t.
+ * Add test files t/objectify_mbf.t and t/objectify_mbi.t.
 
 2015-10-26 v1.999705 pjacklam
 
@@ -1442,20 +1442,20 @@
 
 2015-10-28 v1.999706 pjacklam
 
- * Corrected release date of v1.999705 in CHANGES.
+ * Correct release date of v1.999705 in CHANGES.
 
- * Added code and tests for numify() on non-finite objects.
+ * Add code and tests for numify() on non-finite objects.
 
 2015-10-29 v1.999707 pjacklam
 
- * Added dependency on Math::Complex 1.39 for Math::Complex::Inf(), which is
+ * Add dependency on Math::Complex 1.39 for Math::Complex::Inf(), which is
used for numifying infinity.
 
- * Updated author information.
+ * Update author information.
 
- * Updated information in the file README.
+ * Update information in the file README.
 
- * Removed the files INSTALL and LICENSE as this information is already covered
+ * Remove the files INSTALL and LICENSE as this information is already covered
in the file README.
 
  * Enable 'use warnings' in all modules. We require a Perl newer than 5.6.0
@@ -1468,6 +1468,26 @@
 
  * Moved 'Test::More' from 'build_requires' to 'test_requires' in Makefile.PL.
 
+2015-11-03 v1.999708 pjacklam
+
+ * Use bxxx() method names consistently, rather than mixing bxxx() and fxxx()
+   in code and test files. The fxxx() methods for Math::BigFloat objects are
+   still available through autoloading. However, we leave the fround() method
+   in Math::BigInt, as it seems to provide some kind of compatibility with
+   Math::BigFloat.
+
+ * Correct author information in the README file.
+
+ * Remove INSTALL file, which by accident wasn't removed in v1.999707.
+
+ * Use present tense, not past tense, in CHANGES file.
+
+ * Add '#!perl' to Makefile.PL for correct syntax highlighting in editors
+   supporting this.
+
+ * Use Math::Complex::Inf() in testfiles also (for generating Perl scalar
+   infinity) since it is more portable.
+
 Please send us test-reports, your experiences with this and your ideas - we 
love
 to hear about our work!
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Math-BigInt-1.999707/META.json 
new/Math-BigInt-1.999708/META.json
--- old/Math-BigInt-1.999707/META.json  2015-10-29 16:43:14.0 +0100
+++ new/Math-BigInt-1.999708/META.json  2015-11-03 15:19:07.0 +0100
@@ -40,6 +40,6 @@
   }
},
"release_status" : "stable",
-   "version" : "1.999707",
+   "version" : "1.999708",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Math-BigInt-1.999707/META.yml 
new/Math-BigInt-1.999708/META.yml
--- old/Math-BigInt-1.999707/META.yml   2015-10-29 16:43:11.0 +0100
+++ new/Math-BigInt-1.999708/META.yml   2015-11-03 15:19:05.0 +0100
@@ -22,5 +22,5 @@
   Math::Complex: '1.39'
   Test::More: '0.62'
   perl: '5.006002'
-version: '1.999707'
+version: '1.999708'
 x_serialization_back

commit blender for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package blender for openSUSE:Factory checked 
in at 2015-11-08 11:26:59

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


Package is "blender"

Changes:

--- /work/SRC/openSUSE:Factory/blender/blender.changes  2015-10-28 
17:30:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.blender.new/blender.changes 2015-11-08 
11:27:11.0 +0100
@@ -1,0 +2,111 @@
+Fri Nov  6 05:54:44 UTC 2015 - davejpla...@gmail.com
+
+- Spec file additions to allow build in other build service
+  instances.
+
+---
+Thu Nov  5 13:29:59 UTC 2015 - mrueck...@suse.de
+
+- update to 2.76b
+  - Fix bug#46437: Make progress report py helper resitent to 'zero
+steps' passed value...
+  - Fix bug#44048: freestyle lines in Cycles are in the wrong color
+space.
+  - Fix bug#45152: multiviewithstereo render not working with
+Freestyle + Cycles.
+  - Fix bug#46441: texture paint soften brush at 0 strength works
+at full strength.
+  - Cycles: Increase number of textures allowed for OpenCL render
+  - Fix bug#46444: Crash importing DAE with empty armature
+  - Fix bug#46434: Shear with local-center & editmode fails
+  - Fix bug#46446: texture nodes image node not working with image
+sequences.
+  - Fix bug#46447: fix build on non-x86 platforms.
+  - Fix bug#46458: BGE Crash on load
+  - Fix bug#46450: Seams from islands, wont show 'Sharp'
+  - Fix bug#46002: mathutils.geometry.intersect_line_line_2d
+doesn't operate on lines, but on line segments.
+  - Fix bug#46467: Clean Keyframes removes the channels.
+  - Fix bug#46453: JPEG quality not stored in file
+  - Fix bug#46487: OpenSubdiv objects are invisible in Blender
+Internal "Rendered" viewport mode
+  - BGE: Fix animations update when scene is suspended.
+  - Fix bug#46223: multiview image sequences crashing.
+  - Fix related to bug#46223: memory leak when loading multilayer
+multiview images.
+  - Fix bug#46483: vertex/edge slide with correct UVs sometimes
+pinning UVs.
+  - Fix bug#45900: Allow again white spaces in file names.
+  - Fix bug#46465: Lag scrubbing with PlayAnim
+  - Fix memory leaks in PlayAnim
+  - Fix bug#46493: Wrong camera zoom blur with non-unit pixel
+aspect
+  - Fix crash with PlayAnim & long filenames
+  - Fix crash pressing +/- in file-selector
+  - Fix bug#46503: Snap scale fails using corner pivot
+  - Fix bug#46502: Linked dupli-group lost on reload
+  - Fix for missing id_lib_extern, assigning ID's
+  - Mesh remapping: fix loop 'best matching normals' not using
+transform space.
+  - Fix bug#46508: data_transfer of normals fails in case objects
+are transformed.
+  - Fix broken CD_NORMAL interpolation callback (would generate
+non-unit vectors).
+  - Fix bug#46429: Movie clip is deformed by resolution multiplier
+when offset is added in sequence editor.
+  - Fix bug#46524: Use Alpha (Straight/Premultiply) option missing
+in 2.76 for DDS files.
+  - Fix bug#46520: mathutils.bvhtree crashes with distance input.
+  - Fix bug#46531: Cannot use % in filenames.
+  - Fix bug#46529: Unwrap UV with use-subsurf fails
+  - BGE: Fix bug#46381 : last action frame not updated.
+  - Fix bug#46544: Can't unpack generated image
+  - BGE: Fix physics meshes conversion with modifiers.
+  - Fix bug#46524: Use Alpha (Straight/Premultiply) option missing
+in 2.76, part II.
+  - Fix bug#46565: Movie render crash with out permissions
+  - Fix bug#46561: Crash in outliner delete hierarchy
+  - Fix bug#46569: Crash with mask & locked-track enabled
+  - Fix bug#46521: Python: bvh.ray_cast doesn't find a plane facing
+in the other direction under certain circumstances
+  - Cycles: Fix for watertight intersection
+  - Cycles: Watertight fix for SSS intersection
+  - BGE: Fix bug#46556: check on null sound datablock pointer.
+  - Fix snap-scale with axis constraint
+  - Fix for error with RenderView in ImageView list
+  - Fix ffmpeg saving long paths
+  - Fix ffmpeg memory leaks
+  - Fix related to bug#46538: do not popup choice menu of
+mark/clear seam UV editor op invoke when prop is already set!
+  - Fix bug#46538: Mark and Clear Seam in UV Editor, assigning
+Hotkeys.
+  - Fix invalid exceptions with preview API
+  - Fix error in bone UI
+  - Fix: X-axis values in Graph Editor should not be displayed as
+timecodes in "Drivers" mode
+  - Fix: Missing update after scrubbing time in Graph Editor
+  - Fix bug#46599: Copy Rotation behaves erratically when Use Y is
+disabled
+  - Fix: Prevent warnings from popping up when trying to edit
+driver expressions from buttons
+  - Freestyle: minor speed-up by omitting the calculation of the
+smallest edge size.
+  - Fix bug#46604

commit perl-Net-SSLGlue for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-SSLGlue for 
openSUSE:Factory checked in at 2015-11-08 11:27:03

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


Package is "perl-Net-SSLGlue"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-SSLGlue/perl-Net-SSLGlue.changes
2015-05-02 17:44:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-SSLGlue.new/perl-Net-SSLGlue.changes   
2015-11-08 11:27:16.0 +0100
@@ -1,0 +2,10 @@
+Fri Nov  6 10:13:55 UTC 2015 - co...@suse.com
+
+- updated to 1.055
+   see /usr/share/doc/packages/perl-Net-SSLGlue/Changes
+
+  1.055 2015/10/25
+  - fix memory leak in Net::SSLGlue::Socket, RT#107816.
+Thanks to kasyap.mr[AT]gmail[DOT]com  for reporting
+
+---

Old:

  Net-SSLGlue-1.054.tar.gz

New:

  Net-SSLGlue-1.055.tar.gz



Other differences:
--
++ perl-Net-SSLGlue.spec ++
--- /var/tmp/diff_new_pack.wvAAek/_old  2015-11-08 11:27:17.0 +0100
+++ /var/tmp/diff_new_pack.wvAAek/_new  2015-11-08 11:27:17.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-SSLGlue
-Version:1.054
+Version:1.055
 Release:0
 %define cpan_name Net-SSLGlue
 Summary:Add/Extend Ssl Support for Common Perl Modules

++ Net-SSLGlue-1.054.tar.gz -> Net-SSLGlue-1.055.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSLGlue-1.054/Changes 
new/Net-SSLGlue-1.055/Changes
--- old/Net-SSLGlue-1.054/Changes   2015-04-28 08:53:18.0 +0200
+++ new/Net-SSLGlue-1.055/Changes   2015-10-25 13:40:39.0 +0100
@@ -1,3 +1,7 @@
+1.055 2015/10/25
+- fix memory leak in Net::SSLGlue::Socket, RT#107816.
+  Thanks to kasyap.mr[AT]gmail[DOT]com  for reporting
+
 1.054 2015/04/28
 - if a version of libnet is detected which already supports TLS (i.e.
   libnet 3.0+) warn and use this instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSLGlue-1.054/META.json 
new/Net-SSLGlue-1.055/META.json
--- old/Net-SSLGlue-1.054/META.json 2015-04-28 09:24:49.0 +0200
+++ new/Net-SSLGlue-1.055/META.json 2015-10-25 13:40:58.0 +0100
@@ -42,5 +42,5 @@
  "url" : "https://github.com/noxxi/p5-net-sslglue";
   }
},
-   "version" : "1.054"
+   "version" : "1.055"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSLGlue-1.054/META.yml 
new/Net-SSLGlue-1.055/META.yml
--- old/Net-SSLGlue-1.054/META.yml  2015-04-28 09:24:49.0 +0200
+++ new/Net-SSLGlue-1.055/META.yml  2015-10-25 13:40:57.0 +0100
@@ -21,4 +21,4 @@
   IO::Socket::SSL: 1.19
 resources:
   repository: https://github.com/noxxi/p5-net-sslglue
-version: 1.054
+version: 1.055
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSLGlue-1.054/lib/Net/SSLGlue/Socket.pm 
new/Net-SSLGlue-1.055/lib/Net/SSLGlue/Socket.pm
--- old/Net-SSLGlue-1.054/lib/Net/SSLGlue/Socket.pm 2014-01-10 
13:27:40.0 +0100
+++ new/Net-SSLGlue-1.055/lib/Net/SSLGlue/Socket.pm 2015-10-25 
13:36:12.0 +0100
@@ -1,6 +1,6 @@
 
 package Net::SSLGlue::Socket;
-our $VERSION = 1.001;
+our $VERSION = 1.002;
 
 use strict;
 use warnings;
@@ -35,11 +35,11 @@
or return;
 
 my $self = gensym();
-*$self = *$sock;  # clone handle
 bless $self,$class;
 ${*$self}{sock}= $sock;
 ${*$self}{ssl} = $ssl;
 ${*$self}{sslargs} = \%sslargs;
+tie *{$self}, "Net::SSLGlue::Socket::HANDLE", $self;
 
 return $self;
 }
@@ -114,6 +114,33 @@
 return ${*$self}{ssl} && ${*$self}{sock};
 }
 
+package Net::SSLGlue::Socket::HANDLE;
+use strict;
+use Errno 'EBADF';
+use Scalar::Util 'weaken';
+
+sub TIEHANDLE {
+my ($class, $handle) = @_;
+weaken($handle);
+bless \$handle, $class;
+}
+
+sub READ { ${shift()}->sysread(@_) }
+sub READLINE { ${shift()}->readline(@_) }
+sub GETC { ${shift()}->getc(@_) }
+sub PRINT{ ${shift()}->print(@_) }
+sub PRINTF   { ${shift()}->printf(@_) }
+sub WRITE{ ${shift()}->syswrite(@_) }
+sub FILENO   { ${shift()}->fileno(@_) }
+sub TELL { $! = EBADF; return -1 }
+sub BINMODE  { return 0 }  # not perfect, but better than not implementing the 
method
+sub CLOSE {  #< Do not change this function!
+my $ssl = ${$_[0]};
+local @_;
+$ssl->close();
+}
+
+
 1;
 
 =head1 NAME
@@ -138,7 +165,11 @@
 $plain->stop_SSL
 
 
-=head1 DESCRIPTION
+=head1 DESCRIPTIONA
+
+First, it is recommended to use L directly instead of this

commit libhugetlbfs for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package libhugetlbfs for openSUSE:Factory 
checked in at 2015-11-08 11:26:54

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


Package is "libhugetlbfs"

Changes:

--- /work/SRC/openSUSE:Factory/libhugetlbfs/libhugetlbfs.changes
2015-06-30 10:16:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.libhugetlbfs.new/libhugetlbfs.changes   
2015-11-08 11:27:05.0 +0100
@@ -1,0 +2,14 @@
+Fri Nov  6 13:10:03 UTC 2015 - fv...@suse.com
+
+- Add zero_filesize_segment.patch to fix testcase on s390x
+- Fixes bnc#919680
+- Patches already included mainline and now deleted:
+D libhugetlbfs-2.18-restrict-is-a-reserved-word.patch
+D fix_plt_extrasz_always_returning_0_on_ppc64le.patch
+
+---
+Fri Nov  6 12:01:55 UTC 2015 - fv...@suse.com
+
+- Latest version from git next branch
+
+---

Old:

  fix_plt_extrasz_always_returning_0_on_ppc64le.patch
  libhugetlbfs-2.18-restrict-is-a-reserved-word.patch
  libhugetlbfs-2.18.tar.gz

New:

  _service
  libhugetlbfs-2.18.99.tar.xz
  zero_filesize_segment.patch



Other differences:
--
++ libhugetlbfs.spec ++
--- /var/tmp/diff_new_pack.ucqUua/_old  2015-11-08 11:27:06.0 +0100
+++ /var/tmp/diff_new_pack.ucqUua/_new  2015-11-08 11:27:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libhugetlbfs
 #
-# 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
@@ -16,27 +16,15 @@
 #
 
 
+%define my_make_flags V=1 CFLAGS="%{optflags} -fPIC" BUILDTYPE=NATIVEONLY 
PREFIX=%{_prefix} LIBDIR32=%{_libdir} DESTDIR=%{buildroot}
 Name:   libhugetlbfs
-
-%if 0%{?suse_version} > 1140
-BuildRequires:  glibc-devel-static
-%endif
-BuildRequires:  doxygen
-
+Version:2.18.99
+Release:0
 Summary:Hugetlbfs helper library
 License:LGPL-2.1+
 Group:  Development/Libraries/Other
-# bug437293
-%ifarch ppc64
-Obsoletes:  libhugetlbfs-64bit
-%endif
-#
-Version:2.18
-Release:0
-Url:http://libhugetlbfs.sourceforge.net/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define my_make_flags V=1 CFLAGS="$RPM_OPT_FLAGS -fPIC" BUILDTYPE=NATIVEONLY 
PREFIX=/usr LIBDIR32=%{_libdir} DESTDIR=$RPM_BUILD_ROOT
-Source0:
http://downloads.sourceforge.net/project/libhugetlbfs/libhugetlbfs/%{version}/libhugetlbfs-%{version}.tar.gz
+Url:https://github.com/libhugetlbfs/libhugetlbfs
+Source0:%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 Patch2: libhugetlbfs.s390.patch
 Patch4: libhugetlbfs.tests-malloc.patch
@@ -44,22 +32,34 @@
 Patch8: libhugetlbfs_fix_tests.patch
 Patch13:ignore-perl-modules.diff
 Patch14:disable-rw-on-non-ldscripts.diff
-Patch15:fix_plt_extrasz_always_returning_0_on_ppc64le.patch
-# PATCH-FIX-UPSTREAM libhugetlbfs-2.18-restrict-is-a-reserved-word.patch -- 
Fix compilation with GCC 5 (and C99/C11 in general)
-Patch16:libhugetlbfs-2.18-restrict-is-a-reserved-word.patch
+Patch15:zero_filesize_segment.patch
+BuildRequires:  doxygen
+BuildRequires:  glibc-devel-static
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# bug437293
+%ifarch ppc64
+Obsoletes:  libhugetlbfs-64bit
+%endif
 
 %description
 The libhugetlbfs package interacts with the Linux hugetlbfs to
 make large pages available to applications in a transparent manner.
 
-%package libhugetlb-devel
+%package devel
 Summary:Devel package for libhugetlb
 Group:  Development/Libraries/Other
 Requires:   libhugetlbfs
 
-%description libhugetlb-devel
+%description devel
 Devel package, header and static library, of libhugetlb
 
+%package tests
+Summary:Tests for package libhugetlb
+Group:  Development/Libraries/Other
+
+%description tests
+The testsuite for libhugetlb. Binaries can be found in 
%{_libdir}/libhugetlbfs/tests
+
 %prep
 %setup -q
 %patch2 -p1
@@ -69,37 +69,36 @@
 %patch13
 %patch14
 %patch15 -p1
-%patch16 -p1
 
 %build
+echo %{version} > version
 make %{my_make_flags}
 
 %install
 make %{my_make_flags} install
-make \
-%ifarch sparc sparcv9
-   CC32="gcc" CC64="" NATIVEONLY=1 \
-%endif
-   %{my_make_flags} install
-mkdir -p $RPM_BUILD_ROOT/usr/include
-cp -avL hugetlbfs.h $RPM_BUILD_ROOT/usr/include
-chmod 644 $RPM_BUILD_ROOT%{_libdir}/*.a
-
-%clean
-rm -rf $RPM_BU

commit transifex-client for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package transifex-client for 
openSUSE:Factory checked in at 2015-11-08 11:26:56

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


Package is "transifex-client"

Changes:

--- /work/SRC/openSUSE:Factory/transifex-client/transifex-client.changes
2015-03-23 12:17:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.transifex-client.new/transifex-client.changes   
2015-11-08 11:27:06.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov  6 14:29:19 UTC 2015 - buschman...@opensuse.org
+
+- Add python-setuptools to the Requires
+
+---



Other differences:
--
++ transifex-client.spec ++
--- /var/tmp/diff_new_pack.Ujk1Qv/_old  2015-11-08 11:27:07.0 +0100
+++ /var/tmp/diff_new_pack.Ujk1Qv/_new  2015-11-08 11:27:07.0 +0100
@@ -35,6 +35,7 @@
 %else
 BuildArch:  noarch
 %endif
+Requires:   python-setuptools
 
 %description
 The Transifex Command-line Client is a command line tool that enables you




commit dice for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package dice for openSUSE:Factory checked in 
at 2015-11-08 11:26:53

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


Package is "dice"

Changes:

--- /work/SRC/openSUSE:Factory/dice/dice.changes2015-08-05 
19:15:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.dice.new/dice.changes   2015-11-08 
11:27:04.0 +0100
@@ -1,0 +2,14 @@
+Fri Oct 30 10:52:51 CET 2015 - m...@suse.de
+
+- minor version bump
+  
+---
+Fri Oct 30 10:48:53 CET 2015 - m...@suse.de
+  
+- Fixed solvable creation
+  
+  If multiple solver items are present each needs to be its
+  own solvable in order to become merged later. The *2solv
+  tools does not support multiple input files
+  
+---

Old:

  dice-0.7.3.gem

New:

  dice-0.7.4.gem



Other differences:
--
++ dice.spec ++
--- /var/tmp/diff_new_pack.nIyDSt/_old  2015-11-08 11:27:05.0 +0100
+++ /var/tmp/diff_new_pack.nIyDSt/_new  2015-11-08 11:27:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   dice
-Version:0.7.3
+Version:0.7.4
 Release:0
 %define mod_name dice
 %define mod_full_name %{mod_name}-%{version}

++ dice-0.7.3.gem -> dice-0.7.4.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/repository_base.rb new/lib/repository_base.rb
--- old/lib/repository_base.rb  2015-07-29 10:02:58.0 +0200
+++ new/lib/repository_base.rb  2015-10-30 10:53:12.0 +0100
@@ -71,27 +71,32 @@
 source_dir = args[:source_dir]
 dest_dir   = args[:dest_dir]
 FileUtils.mkdir_p(dest_dir)
-rand_name = "solvable-" + (0...8).map { (65 + Kernel.rand(26)).chr }.join
-solvable = File.open(dest_dir + "/" + rand_name, "wb")
 begin
   if tool == 'rpms2solv'
+solvable = File.open(dest_dir + "/" + rand_solvable_name, "wb")
 Command.run(
   "bash", "-c", "#{tool} #{source_dir}/*.rpm",
   :stdout => solvable
 )
+solvable.close
   else
-Command.run(
-  "bash", "-c", "gzip -cd --force #{source_dir}/* | #{tool}",
-  :stdout => solvable
-)
+solv_files = Dir.glob(source_dir + "/*")
+solv_files.each do |solv|
+  next if File.directory?(solv)
+  next if solv =~ /.rpm$/
+  solvable = File.open(dest_dir + "/" + rand_solvable_name, "wb")
+  Command.run(
+"bash", "-c", "gzip -cd --force #{solv} | #{tool}",
+:stdout => solvable
+  )
+  solvable.close
+end
   end
 rescue Cheetah::ExecutionFailed => e
   raise Dice::Errors::SolvToolFailed.new(
 "Creating solvable failed: #{e.stderr}"
   )
 end
-solvable.close
-rand_name
   end
 
   def merge_solv(source_dir, timestamp = "static")
@@ -150,6 +155,10 @@
 
   private
 
+  def rand_solvable_name
+return "solvable-" + (0...8).map { (65 + Kernel.rand(26)).chr }.join
+  end
+
   def check_404_header(source, dest)
 outfile = File.open(dest, "rb")
 # if there is a 404 not found information it will be in the first two lines
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/version.rb new/lib/version.rb
--- old/lib/version.rb  2015-07-29 10:02:58.0 +0200
+++ new/lib/version.rb  2015-10-30 10:53:12.0 +0100
@@ -1,3 +1,3 @@
 module Dice
-  VERSION = "0.7.3"
+  VERSION = "0.7.4"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-07-29 10:02:58.0 +0200
+++ new/metadata2015-10-30 10:53:12.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: dice
 version: !ruby/object:Gem::Version
-  version: 0.7.3
+  version: 0.7.4
 platform: ruby
 authors:
 - SUSE
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-07-29 00:00:00.0 Z
+date: 2015-10-30 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: cheetah




commit syncthing-gtk for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package syncthing-gtk for openSUSE:Factory 
checked in at 2015-11-08 11:26:42

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


Package is "syncthing-gtk"

Changes:

--- /work/SRC/openSUSE:Factory/syncthing-gtk/syncthing-gtk.changes  
2015-10-14 16:45:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.syncthing-gtk.new/syncthing-gtk.changes 
2015-11-08 11:26:52.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov  5 20:43:01 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.8:
+  * Syncthing 0.12 and above API.
+  * No 'ignore' button on Unknown device message.
+
+---

Old:

  syncthing-gtk-0.7.6.1.tar.gz

New:

  syncthing-gtk-0.8.tar.gz



Other differences:
--
++ syncthing-gtk.spec ++
--- /var/tmp/diff_new_pack.d4lySk/_old  2015-11-08 11:26:53.0 +0100
+++ /var/tmp/diff_new_pack.d4lySk/_new  2015-11-08 11:26:53.0 +0100
@@ -16,10 +16,10 @@
 #
 
 
-%global __requires_exclude 
typelib\\(Caja\\)|typelib\\(Nautilus\\)|typelib\\(Nemo\\)
+%global __requires_exclude typelib\\((Caja|Nautilus|Nemo)\\)
 %define _name   syncthing_gtk
 Name:   syncthing-gtk
-Version:0.7.6.1
+Version:0.8
 Release:0
 Summary:Syncthing Gtk-based graphical interface
 License:GPL-2.0+
@@ -36,7 +36,7 @@
 Requires:   python-dateutil
 Requires:   python-gobject
 Requires:   python-gobject-cairo
-Requires:   syncthing >= 0.11
+Requires:   syncthing >= 0.12
 Recommends: libnotify
 Recommends: librsvg
 Recommends: python-pyinotify

++ syncthing-gtk-0.7.6.1.tar.gz -> syncthing-gtk-0.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.6.1/README.md 
new/syncthing-gtk-0.8/README.md
--- old/syncthing-gtk-0.7.6.1/README.md 2015-10-07 10:04:07.0 +0200
+++ new/syncthing-gtk-0.8/README.md 2015-11-05 18:16:32.0 +0100
@@ -22,12 +22,11 @@
 
 Dependencies:
 - python 2.7, GTK 3.8 or newer and 
[PyGObject](https://live.gnome.org/PyGObject)
-- [python-gi-cairo](https://packages.debian.org/sid/python-gi-cairo) on debian 
based distros (included in PyGObject elsewhere)
-- [gir1.2-rsvg-2.0](https://packages.debian.org/sid/gir1.2-rsvg-2.0) on debian 
based distros (included in PyGObject elsewhere)
+- [python-gi-cairo](https://packages.debian.org/sid/python-gi-cairo) and 
[gir1.2-rsvg-2.0](https://packages.debian.org/sid/gir1.2-rsvg-2.0) on debian 
based distros (included in PyGObject elsewhere)
 - [python-dateutil](http://labix.org/python-dateutil) (Python 2 version)
 - [setuptools](https://pypi.python.org/pypi/setuptools)
 - [psmisc](http://psmisc.sourceforge.net) (for the `killall` command)
-- [Syncthing][syncthing] v0.11 or newer
+- [Syncthing][syncthing] v0.12 or newer
 
 Optional Dependencies:
 - [pyinotify](https://github.com/seb-m/pyinotify/wiki) for instant 
synchronization.
@@ -36,8 +35,9 @@
 
 Packages:
 - Ubuntu (deb-based distros): in [Web Upd8 
PPA](https://launchpad.net/~nilarimogard/+archive/ubuntu/webupd8/) (thanks!) or 
[DEBs](http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/s/syncthing-gtk/)
-- SUSE, Fedora (rpm-based distros): in [OpenSUSE Build 
Service](http://software.opensuse.org/download.html?project=home%3Akozec&package=syncthing-gtk).
 You can install [Syncthing 
Package](http://software.opensuse.org/package/syncthing) first.
 - Arch Linux: In [[community] 
repository](https://www.archlinux.org/packages/community/any/syncthing-gtk/)
+- Fedora: [in decathorpe's copr 
repository](https://copr.fedoraproject.org/coprs/decathorpe/syncthing/)
+- SUSE (and other rpm-based distros): in [OpenSUSE Build 
Service](http://software.opensuse.org/download.html?project=home%3Akozec&package=syncthing-gtk).
 - Windows: Get [latest installer from 
here](https://github.com/kozec/syncthing-gui/releases/latest), or use [the 
Chocolatey package](https://chocolatey.org/packages/syncthing-gtk).
 - Or, in worst case scenario, download [latest 
tarball](https://github.com/kozec/syncthing-gui/releases/latest), extract it 
and run syncthing-gtk.py.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.6.1/app.glade 
new/syncthing-gtk-0.8/app.glade
--- old/syncthing-gtk-0.7.6.1/app.glade 2015-10-07 10:04:07.0 +0200
+++ new/syncthing-gtk-0.8/app.glade 2015-11-05 18:16:32.0 +0100
@@ -594,6 +594,29 @@



+   
+   True
+   False
+   gtk-media-pause
+

commit python-PyJWT for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package python-PyJWT for openSUSE:Factory 
checked in at 2015-11-08 11:26:34

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


Package is "python-PyJWT"

Changes:

--- /work/SRC/openSUSE:Factory/python-PyJWT/python-PyJWT.changes
2015-08-17 15:35:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyJWT.new/python-PyJWT.changes   
2015-11-08 11:26:36.0 +0100
@@ -1,0 +2,31 @@
+Thu Nov  5 10:38:45 UTC 2015 - toddrme2...@gmail.com
+
+- Update to 1.4.0
+  + Fixed
+* Exclude Python cache files from PyPI releases.
+  + Added
+* Added new options to require certain claims
+  (require_nbf, require_iat, require_exp) and raise 
`MissingRequiredClaimError`
+  if they are not present.
+* If `audience=` or `issuer=` is specified but the claim is not present,
+  `MissingRequiredClaimError` is now raised instead of 
`InvalidAudienceError`
+  and `InvalidIssuerError`
+- Update to 1.3.0
+  + Fixed
+* ECDSA (ES256, ES384, ES512) signatures are now being properly serialized 
[#158][158]
+* RSA-PSS (PS256, PS384, PS512) signatures now use the proper salt length 
for PSS padding. [#163][163]
+  + Added
+* Added a new `jwt.get_unverified_header()` to parse and return the header 
portion of a token prior to signature verification.
+  + Removed
+* Python 3.2 is no longer a supported platform. This version of Python is
+  rarely used. Users affected by this should upgrade to 3.3+.
+- Update to 1.2.0
+  + Fixed
+* Added back `verify_expiration=` argument to `jwt.decode()` that was 
erroneously removed in [v1.1.0][1.1.0].
+  + Changed
+* Refactored JWS-specific logic out of PyJWT and into PyJWS superclass. 
[#141][141]
+  + Deprecated
+* `verify_expiration=` argument to `jwt.decode()` is now deprecated and 
will be removed in a future version. Use the `option=` argument instead.
+- Rebase PyJWT-1.1.0.diff
+
+---

Old:

  PyJWT-1.1.0.tar.gz

New:

  PyJWT-1.4.0.tar.gz



Other differences:
--
++ python-PyJWT.spec ++
--- /var/tmp/diff_new_pack.2LOkIt/_old  2015-11-08 11:26:37.0 +0100
+++ /var/tmp/diff_new_pack.2LOkIt/_new  2015-11-08 11:26:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-PyJWT
-Version:1.1.0
+Version:1.4.0
 Release:0
 Url:https://github.com/progrium/pyjwt
 Summary:JSON Web Token implementation in Python
@@ -33,8 +33,11 @@
 BuildRequires:  python-pycrypto
 BuildRequires:  python-pytest
 BuildRequires:  python-pytest-cov
+BuildRequires:  python-pytest-runner
 BuildRequires:  python-setuptools
 Requires:   python-cryptography
+Requires:   python-ecdsa
+Requires:   python-pycrypto
 %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
@@ -57,12 +60,12 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-python setup.py test
+PYTHONPATH=%{buildroot}%{python_sitelib} py.test -k "not 
test_verify_false_deprecated"
 
 %files
 %defattr(-,root,root,-)
-%doc README.md
+%doc AUTHORS CHANGELOG.md LICENSE README.md
 %{python_sitelib}/*
-/usr/bin/jwt
+%{_bindir}/jwt
 
 %changelog

++ PyJWT-1.1.0.diff ++
--- /var/tmp/diff_new_pack.2LOkIt/_old  2015-11-08 11:26:37.0 +0100
+++ /var/tmp/diff_new_pack.2LOkIt/_new  2015-11-08 11:26:37.0 +0100
@@ -2,10 +2,11 @@
 index 2586c2a..dee928c 100755
 --- a/setup.py
 +++ b/setup.py
-@@ -78,6 +78,5 @@ setup(
- 'Topic :: Utilities',
+@@ -62,7 +62,6 @@
  ],
  test_suite='tests',
--tests_require=['pytest', 'pytest-cov'],
- cmdclass={'test': PyTest},
- )
+ setup_requires=['pytest-runner'],
+-tests_require=tests_require,
+ extras_require=dict(
+ test=tests_require,
+ crypto=['cryptography'],

++ PyJWT-1.1.0.tar.gz -> PyJWT-1.4.0.tar.gz ++
 4564 lines of diff (skipped)




commit filezilla for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package filezilla for openSUSE:Factory 
checked in at 2015-11-08 11:26:45

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


Package is "filezilla"

Changes:

--- /work/SRC/openSUSE:Factory/filezilla/filezilla.changes  2015-11-02 
12:54:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.filezilla.new/filezilla.changes 2015-11-08 
11:26:55.0 +0100
@@ -1,0 +2,13 @@
+Thu Nov  5 18:29:30 UTC 2015 - sor.ale...@meowr.ru
+
+- Only use explicit gcc5 for openSUSE Leap 42.1 (and older).
+- Some spec simplifications.
+- Update icon cache.
+- Remove duplicate CXXFLAGS adding.
+
+---
+Thu Nov  5 17:52:45 UTC 2015 - aloi...@gmx.com
+
+- Fixed compiler requirements, again.
+
+---



Other differences:
--
++ filezilla.spec ++
--- /var/tmp/diff_new_pack.Fp3Thx/_old  2015-11-08 11:26:56.0 +0100
+++ /var/tmp/diff_new_pack.Fp3Thx/_new  2015-11-08 11:26:56.0 +0100
@@ -22,47 +22,57 @@
 Summary:A GUI FTP and SFTP Client
 License:GPL-2.0+
 Group:  Productivity/Networking/Ftp/Clients
-Url:http://filezilla-project.org/
+Url:https://filezilla-project.org/
 Source0:
http://download.filezilla-project.org/client/FileZilla_%{version}_src.tar.bz2
+# PATCH-FIX-OPENSUSE putty-no_DATE_and_TIME_.patch
 Patch0: putty-no_DATE_and_TIME_.patch
+# PATCH-FIX-OPENSUSE filezilla-3.5.3-buildinfo-no-date.patch
 Patch1: filezilla-3.5.3-buildinfo-no-date.patch
+# PATCH-FIX-UPSTREAM filezilla-3.14.1_wxstring.patch
 Patch2: filezilla-3.14.1_wxstring.patch
+# PATCH-FIX-UPSTREAM filezilla-3.14.1_xml.patch
 Patch3: filezilla-3.14.1_xml.patch
-BuildRequires:  cppunit-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  fdupes
-BuildRequires:  gcc-c++
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  libtool
 # needs long long support in pugixml
 BuildRequires:  pugixml-devel >= 1.7
 BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-3_0-devel >= 3.0.2
 BuildRequires:  xdg-utils
+BuildRequires:  pkgconfig(cppunit)
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gnutls) >= 3.1.12
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libidn)
 BuildRequires:  pkgconfig(sqlite3)
-Requires(pre):  update-desktop-files
-Recommends: %{name}-lang = %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Recommends: %{name}-lang
+%if 0%{?suse_version} <= 1320
+# FileZilla requires C++14 support.
+BuildRequires:  gcc5-c++
+%else
+BuildRequires:  gcc-c++
+%endif
 
 %description
-FileZilla is a modern and powerful FTP client for Windows and Linux.
-FileZilla development focuses on high usability while also supporting
-as many useful features as possible. FileZilla is "Open Source" under
-the GPL license.
+FileZilla is a modern and powerful FTP client.
+FileZilla development focuses on high usability while also
+supporting as many useful features as possible.
 
 Some of the main features are:
-   * Continuing interrupted up-/downloads
-   * Managing different FTP sites
-   * Modifiable Commands
-   * Keep-Alive-System
-   * Timeout detection
-   * Firewall support
-   * SOCKS4/5 and HTTP 1.1 proxy support
-   * SSL support (secure connections)
-   * SFTP support
-   * Upload/Download queue
-   * Drag&Drop support
+ * Continuing interrupted up-/downloads.
+ * Managing different FTP sites.
+ * Modifiable Commands.
+ * Keep-Alive-System.
+ * Timeout detection.
+ * Firewall support.
+ * SOCKS4/5 and HTTP 1.1 proxy support.
+ * SSL support (secure connections).
+ * SFTP support.
+ * Upload/Download queue.
+ * Drag&Drop support.
 
 %lang_package
 
@@ -74,41 +84,16 @@
 %patch3 -p1
 
 # Fix invalid translation locales:
-cd locales
-for LOC in\
-bg_BG\
-ca_ES@valencia\
-cs_CZ\
-da_DK\
-fa_IR\
-fi_FI\
-gl_ES\
-he_IL\
-hu_HU\
-id_ID\
-ja_JP\
-km_KH\
-ko_KR\
-lt_LT\
-lv_LV\
-mk_MK\
-nb_NO\
-nn_NO\
-pl_PL\
-pt_PT\
-ro_RO\
-sl_SI\
-sk_SK\
-th_TH\
-uk_UA\
-vi_VN;
-do
-mv -iv $LOC.po ${LOC/_??}.po
+find locales/ -maxdepth 1 -type f -regex '.+_[A-Z][A-Z].*\.po' | while read 
file; do
+mv -fv "$file" "${file/_[A-Z][A-Z]}"
 done
 
 %build
-export CFLAGS="%{optflags}"
-export CXXFLAGS="%{optflags}"
+%if 0%{?suse_version} <= 1320
+export CC="gcc-5"
+export CXX="g++-5"
+%endif
+autoreconf -fi
 %configure \
 --disable-static \
--disable-manualupdatecheck \
@@ -116,36 +101,41 @@
--with-dbu

commit touchegg for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package touchegg for openSUSE:Factory 
checked in at 2015-11-08 11:26:28

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


Package is "touchegg"

Changes:

New Changes file:

--- /dev/null   2015-11-02 12:10:47.524024255 +0100
+++ /work/SRC/openSUSE:Factory/.touchegg.new/touchegg.changes   2015-11-08 
11:26:30.0 +0100
@@ -0,0 +1,24 @@
+---
+Fri Oct  9 19:11:09 UTC 2015 - sor.ale...@meowr.ru
+
+- Further spec cleanup.
+- Use a tarball with bundled touchegg-gui.
+- Add touchegg-gui subpackage.
+- Add GPL-3.0+ to licenses (touchegg-gui license).
+- Use optimised CFLAGS.
+- Correct package group.
+
+---
+Mon Dec 22 18:27:38 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner to be acceptable
+
+---
+Sat Jun 22 00:00:00 UTC 2013 - kamfo...@gmail.com
+
+- Add patch touchegg-1.1.1-slowdown-scroll-speed.patch
+
+---
+Sat May  7 00:00:00 UTC 2011 - cab...@opensuse.org
+
+- Create package in openSuse Build : Alessandro de Oliveira Faria.

New:

  touchegg-1.1.1-slowdown-scroll-speed.patch
  touchegg-1.1.1.tar.gz
  touchegg.changes
  touchegg.spec



Other differences:
--
++ touchegg.spec ++
#
# spec file for package touchegg
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


Name:   touchegg
Version:1.1.1
Release:0
Summary:A multitouch gesture recogniser for GNU/Linux
License:GPL-2.0+ and GPL-3.0+
Group:  Hardware/Other
Url:https://github.com/JoseExposito/touchegg
Source: 
https://github.com/JoseExposito/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
#PATCH-FIX-OPENSUSE touchegg-1.1.1-slowdown-scroll-speed.patch
Patch0: %{name}-1.1.1-slowdown-scroll-speed.patch
BuildRequires:  gcc-c++
BuildRequires:  hicolor-icon-theme
BuildRequires:  pkg-config
BuildRequires:  update-desktop-files
BuildRequires:  pkgconfig(QtCore)
BuildRequires:  pkgconfig(QtGui)
BuildRequires:  pkgconfig(QtXml)
BuildRequires:  pkgconfig(dbus-1)
BuildRequires:  pkgconfig(libgeis)
Suggests:   %{name}-gui >= %{version}

%description
Touchegg is a multitouch gesture recogniser for GNU/Linux that
allows associating actions to each gesture. Written in C++ with Qt4
and geis library.

%package gui
Summary:Multitouch gesture recogniser GUI
Group:  System/GUI/Other
Requires:   %{name} >= %{version}

%description gui
Graphical user interface for a multitouch gesture recogniser for
GNU/Linux.

%prep
%setup -q
%patch0

%build
for dir in %{name} %{name}-gui; do
pushd "$dir"
%{_libdir}/qt4/bin/qmake \
  QMAKE_CFLAGS="%{optflags}"   \
  QMAKE_CXXFLAGS="%{optflags}"
make %{?_smp_mflags}
popd
done

%install
make INSTALL_ROOT=%{buildroot} install -C %{name}
make INSTALL_ROOT=%{buildroot} install -C %{name}-gui

mkdir -p %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/
mv -f %{buildroot}%{_datadir}/icons/%{name}-gui.png \
  %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}-gui.png

%suse_update_desktop_file -r %{name}-gui Utility DesktopUtility

%post gui
%desktop_database_post
%icon_theme_cache_post

%postun gui
%desktop_database_postun
%icon_theme_cache_postun

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_datadir}/%{name}/

%files gui
%defattr(-,root,root)
%{_bindir}/%{name}-gui
%{_datadir}/applications/%{name}-gui.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}-gui.*

%changelog
++ touchegg-1.1.1-slowdown-scroll-speed.patch ++
--- touchegg_orig/src/touchegg/actions/implementation/Scroll.cpp
+++ touchegg/src/touchegg/actions/implementation/Scroll.cpp
@@ -48,9 +48,9 @@ Scroll::Scroll(const QString &settings,
 if (!error && mainStrSpeed.length() == 2 && mainStrSpeed.at(0) == "SPEED") 
{
 bool ok;
 int configSpeed = QString(mainStrSpeed.at(

commit pcsc-acsccid for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package pcsc-acsccid for openSUSE:Factory 
checked in at 2015-11-08 11:26:43

Comparing /work/SRC/openSUSE:Factory/pcsc-acsccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-acsccid.new (New)


Package is "pcsc-acsccid"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-acsccid/pcsc-acsccid.changes
2014-12-17 19:14:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-acsccid.new/pcsc-acsccid.changes   
2015-11-08 11:26:53.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov  6 06:22:00 UTC 2015 - godfrey.ch...@acs.com.hk
+
+- Updated to version 1.1.1.
+
+---

Old:

  acsccid-1.1.0.tar.bz2

New:

  acsccid-1.1.1.tar.bz2



Other differences:
--
++ pcsc-acsccid.spec ++
--- /var/tmp/diff_new_pack.BfnK1n/_old  2015-11-08 11:26:54.0 +0100
+++ /var/tmp/diff_new_pack.BfnK1n/_new  2015-11-08 11:26:54.0 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package pcsc-acsccid
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2014 Advanced Card Systems Ltd.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 Advanced Card Systems Ltd.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,13 +28,13 @@
 Name:   pcsc-acsccid
 %define _name acsccid
 BuildRequires:  flex
-BuildRequires:  libusb-1_0-devel >= 1.0.8
+BuildRequires:  libusb-1_0-devel >= 1.0.9
 BuildRequires:  pcsc-lite-devel >= 1.8.3
 BuildRequires:  pkg-config
 %if 0%{?suse_version} >= 1140
 BuildRequires:  udev
 %endif
-Version:1.1.0
+Version:1.1.1
 Release:0
 Url:http://acsccid.sourceforge.net/
 Summary:PCSC Driver for ACS CCID Based Smart Card Readers
@@ -47,6 +47,7 @@
 %define ifddir %(pkg-config libpcsclite --variable=usbdropdir)
 
 Enhances:   modalias(usb:v072fpb301d*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fpb304d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp8300d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp8302d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp8307d*dc*dsc*dp*ic*isc*ip*)
@@ -85,6 +86,7 @@
 Enhances:   modalias(usb:v072fp221bd*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp2232d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp2242d*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp2238d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp223bd*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp223ed*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp223dd*dc*dsc*dp*ic*isc*ip*)
@@ -113,6 +115,7 @@
 Enhances:   modalias(usb:v072fp0100d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp8201d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp8202d*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp8205d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp90dbd*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fpb200d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fpb106d*dc*dsc*dp*ic*isc*ip*)

++ acsccid-1.1.0.tar.bz2 -> acsccid-1.1.1.tar.bz2 ++
 4040 lines of diff (skipped)




commit u-boot for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2015-11-08 11:26:14

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


Package is "u-boot"

Changes:

--- /work/SRC/openSUSE:Factory/u-boot/u-boot-a10-olinuxino-lime.changes 
2015-10-20 00:04:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-a10-olinuxino-lime.changes
2015-11-08 11:26:16.0 +0100
@@ -1,0 +2,21 @@
+Tue Nov  3 08:14:57 UTC 2015 - matwey.korni...@gmail.com
+
+- Fix am335x booting
+  * 
U-Boot-image.c-Fix-non-Android-booting-with-ramdisk-and-or-device-tree.patch
+
+---
+Wed Oct 21 08:16:32 UTC 2015 - guilla...@opensuse.org
+
+- Add Beagle x15 support
+- Fix build for Beagle x15: 
+  * U-Boot-1-2-usb-host-xhci-omap-fix-build-break.patch 
+
+---
+Tue Oct 20 11:32:30 UTC 2015 - guilla...@opensuse.org
+
+- Update to 2015.10
+- Remove upstreamed patches:
+  * 0001-odroid-replace-fatload-with-load-to-be-able-to-use-E.patch
+  * 0002-odroid-Add-boot-script-boot.scr-support.patch
+
+---
u-boot-a13-olinuxino.changes: same change
u-boot-a13-olinuxinom.changes: same change
u-boot-a20-olinuxino-lime.changes: same change
u-boot-a20-olinuxino-lime2.changes: same change
u-boot-a20-olinuxinomicro.changes: same change
u-boot-am335xevm.changes: same change
u-boot-arndale.changes: same change
u-boot-bananapi.changes: same change
New Changes file:

--- /dev/null   2015-11-02 12:10:47.524024255 +0100
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-beaglex15.changes 
2015-11-08 11:26:16.0 +0100
@@ -0,0 +1,875 @@
+---
+Tue Nov  3 08:14:57 UTC 2015 - matwey.korni...@gmail.com
+
+- Fix am335x booting
+  * 
U-Boot-image.c-Fix-non-Android-booting-with-ramdisk-and-or-device-tree.patch
+
+---
+Wed Oct 21 08:16:32 UTC 2015 - guilla...@opensuse.org
+
+- Add Beagle x15 support
+- Fix build for Beagle x15: 
+  * U-Boot-1-2-usb-host-xhci-omap-fix-build-break.patch 
+
+---
+Tue Oct 20 11:32:30 UTC 2015 - guilla...@opensuse.org
+
+- Update to 2015.10
+- Remove upstreamed patches:
+  * 0001-odroid-replace-fatload-with-load-to-be-able-to-use-E.patch
+  * 0002-odroid-Add-boot-script-boot.scr-support.patch
+
+---
+Tue Oct 13 06:58:38 UTC 2015 - guilla...@opensuse.org
+
+- Update to 2015.10-rc5
+- Remove upstreamed patch:
+  * arndale-apply-cortex-a15-erratas.patch 
+
+---
+Thu Oct  8 09:27:15 UTC 2015 - guilla...@opensuse.org
+
+- Add boot script support to odroid board:
+  * 0001-odroid-replace-fatload-with-load-to-be-able-to-use-E.patch
+  * 0002-odroid-Add-boot-script-boot.scr-support.patch
+
+---
+Mon Oct  5 18:04:28 UTC 2015 - afaer...@suse.de
+
+- Add spring and firefly-rk3288 for armv7hl
+  * Break overly long armv7_boards line in pre_checkin.sh
+  * Clean up case'ing of defconfigs to avoid excessive wildcards
+- Prepare for adding qemu-ppce500 for ppc
+  * Allow for more than two exclusive architectures (cleanup)
+
+---
+Mon Oct  5 11:42:08 UTC 2015 - dmuel...@suse.com
+
+- add arndale-apply-cortex-a15-erratas.patch
+
+---
+Thu Oct  1 16:41:38 UTC 2015 - guillaume.gar...@opensuse.org
+
+- Update to 2015.10-rc4
+- Update drop-marvell.patch
+
+---
+Sat Sep 12 12:22:53 UTC 2015 - guilla...@opensuse.org
+
+- Use u-boot-2015.10-rc3.tar.bz2 package provided on FTP instead of
+  packaging it manually.
+
+---
+Tue Sep  8 08:52:56 UTC 2015 - guilla...@opensuse.org
+
+- Update to 2015.10-rc3
+
+---
+Wed Sep  2 16:28:02 UTC 2015 - guilla...@opensuse.org
+
+- Add odroid and odroid-xu3
+
+---
+Tue Aug 18 08:31:48 UTC 2015 - guilla...@opensuse.org
+
+- Update to 2015.10-rc2 
+- Remove upstreamed patch:
+  * jetson-tk1-gpu-1.patch
+  * jetson-tk1-gpu-2.patch
+
+---
+Thu Aug  6 12:40:58 UTC 2015 - guilla...@opensuse.org
+
+- Update to 2015.10-rc1
+- Remove upstreamed patch:
+  * mx53loc

commit perl-Spreadsheet-XLSX for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Spreadsheet-XLSX for 
openSUSE:Factory checked in at 2015-11-08 11:26:26

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


Package is "perl-Spreadsheet-XLSX"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Spreadsheet-XLSX/perl-Spreadsheet-XLSX.changes  
2011-09-23 12:38:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Spreadsheet-XLSX.new/perl-Spreadsheet-XLSX.changes
 2015-11-08 11:26:26.0 +0100
@@ -1,0 +2,21 @@
+Wed Nov  4 10:29:57 UTC 2015 - co...@suse.com
+
+- updated to 0.15
+   see /usr/share/doc/packages/perl-Spreadsheet-XLSX/Changes
+
+  0.15
+  
+   - revert a numeric formatting change which caused isssues with 
Spreadsheet::Read.
+
+---
+Sat Oct 31 11:07:27 UTC 2015 - co...@suse.com
+
+- updated to 0.14
+   see /usr/share/doc/packages/perl-Spreadsheet-XLSX/Changes
+
+  0.14  
+  
+   - change default date format to -mm-dd.  This matches 
Spreadsheet::ParseExcel.
+   - handle xml tag attributes in varying order (RT #86667, et.al.)
+
+---

Old:

  Spreadsheet-XLSX-0.13-withoutworldwriteables.tar.gz

New:

  Spreadsheet-XLSX-0.15.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Spreadsheet-XLSX.spec ++
--- /var/tmp/diff_new_pack.k7rOzS/_old  2015-11-08 11:26:27.0 +0100
+++ /var/tmp/diff_new_pack.k7rOzS/_new  2015-11-08 11:26:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Spreadsheet-XLSX
 #
-# 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
@@ -16,27 +16,26 @@
 #
 
 
-
 Name:   perl-Spreadsheet-XLSX
-Version:0.13
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.15
+Release:0
 %define cpan_name Spreadsheet-XLSX
 Summary:Perl extension for reading MS Excel 2007 files;
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Spreadsheet-XLSX/
-#Source:
http://www.cpan.org/authors/id/D/DM/DMOW/Spreadsheet-XLSX-%{version}-withoutworldwriteables.tar.gz
-Source: %{cpan_name}-%{version}-withoutworldwriteables.tar.gz
+Source0:
http://www.cpan.org/authors/id/M/MI/MIKEB/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker)
-#
 BuildRequires:  perl(Archive::Zip) >= 1.18
 BuildRequires:  perl(Spreadsheet::ParseExcel)
+BuildRequires:  perl(Test::NoWarnings)
 Requires:   perl(Archive::Zip) >= 1.18
 Requires:   perl(Spreadsheet::ParseExcel)
+Requires:   perl(Test::NoWarnings)
 %{perl_requires}
 
 %description
@@ -61,9 +60,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes README

++ Spreadsheet-XLSX-0.13-withoutworldwriteables.tar.gz -> 
Spreadsheet-XLSX-0.15.tar.gz ++
 2587 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module



commit aubio for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package aubio for openSUSE:Factory checked 
in at 2015-11-08 11:26:32

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


Package is "aubio"

Changes:

--- /work/SRC/openSUSE:Factory/aubio/aubio.changes  2014-08-04 
16:51:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.aubio.new/aubio.changes 2015-11-08 
11:26:33.0 +0100
@@ -1,0 +2,57 @@
+Tue Oct 27 15:14:35 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.4.2
+   * src/onset/onset.h: add aubio_onset_get_silence(), fix description of
+ aubio_onset_get/set_delay functions
+   * src/tempo/tempo.h: add aubio_tempo_get_silence and 
aubio_tempo_get_threshold
+   * src/io/audio_unit.c: fix deprecation warning (closes #16)
+   * src/io/sink_apple_audio.c: avoid opening null path
+   * src/io/sink_sndfile.c: improve error messages, set nsamples after 
write
+   * src/io/sink_wavwrite.c: fail if samplerate is way too large, assume
+   windows is little endian to build with mingw32
+   * src/io/source_apple_audio.c: check out of bounds _seek, set s->path, 
quiet
+   * src/io/source_avcodec.c: update to libav10, libavcodec 55.34.1
+   * src/io/source_sndfile.c: cast to uint_t for now, clarify some 
variables
+ names, fix crash, zero-pad output vector when upsampling, improve
+  seek errors and strings
+   * src/io/source_wavread.c: avoid orphan parenthesis , cast size_t to 
int to
+ avoid warning on win64 , improve seek errors processing , sync error 
message
+   * src/onset/onset.c: avoid doubled onset at start, check parameters
+   * src/pitch/pitch.c: add Hertz as valid unit string, check parameters
+   * src/pitch/pitchyin.c, src/pitch/pitchyinfft.c: avoid producing
+  NaN on silence (closes #7)
+   * src/pitch/pitchyin.{c,h}: fix typo, developed
+   * src/spectral/phasevoc.c: fix argument checks, improve error messages
+   * src/synth/sampler.c: make sure blocksize > 0
+   * src/tempo/beattracking.c: avoid segfault on silence (closes #24)
+   * src/tempo/tempo.c: add silence detection (closes #23), add old 
behavior in
+ examples/aubiotrack.c, check parameters
+   * src/*.c: fix some useless float conversion
+   * python/ext/aubiomodule.c: improve documentation
+   * python/ext/py-musicutils.c: add silence_detection (closes #21),
+ level_detection, db_spl, level_lin, complete window implementation
+   * python/ext/py-source.c: add channels, add seek (closes #9)
+   * python/demos/demo_a_weighting.py: add simple demo for a_weighting
+   * python/demos/demo_sink_multi.py: add multi channel version
+   * python/demos/, python/demos/: minor improvements, improve syntax 
(closes #19)
+   * python/setup.py: use setuptools, add numpy to install_requires
+   * waf: removed, now automatically downloaded with make, updated to 
1.8.12
+   * Makefile: add target to fetch waf and basic instructions
+   * .travis.yml: added template for travis continuous integration
+   * {examples,src,tests}/wscript_build: add external libs and uselib to 
targets 
+   * src/wscript_build: do not hardocode install path
+   * wscript, src/io/*.c: use custom defines instead of __APPLE__
+   * wscript: make fat build optional, remove iOS sdk versioning
+   * examples/: use outmsg to print notes (fixes #8)
+   * examples/parse_args.h: improve short documentation (closes #12)
+   * doc/*.cfg: remove html timestamps to make build reproducible 
+  (see debian bug #779216)
+   * doc/aubiocut.txt: improve documentation
+   * doc/*.rst: add sphinx documentation basis with Makefile and conf.py
+   * README.md: minor updates
+   * python.old: removed old code
+   * tests/: minor bug fixing
+- Add doxygen, ffmpeg-devel and txt2man dependencies
+- Replace python with python-devel
+
+---

Old:

  aubio-0.4.1.tar.bz2
  aubio-0.4.1.tar.bz2.asc

New:

  aubio-0.4.2.tar.bz2
  aubio-0.4.2.tar.bz2.asc



Other differences:
--
++ aubio.spec ++
--- /var/tmp/diff_new_pack.JFfDQi/_old  2015-11-08 11:26:34.0 +0100
+++ /var/tmp/diff_new_pack.JFfDQi/_new  2015-11-08 11:26:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aubio
 #
-# 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
@@ -22,13 +22,18 @@
 License: 

commit kdebase3 for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package kdebase3 for openSUSE:Factory 
checked in at 2015-11-08 11:26:39

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


Package is "kdebase3"

Changes:

--- /work/SRC/openSUSE:Factory/kdebase3/kdebase3.changes2015-07-14 
17:46:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase3.new/kdebase3.changes   2015-11-08 
11:26:43.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov  6 01:31:31 UTC 2015 - an...@opensuse.org
+
+- soft dependency on udisks-glue which has been removed from distro
+
+---



Other differences:
--
++ kdebase3.spec ++
--- /var/tmp/diff_new_pack.UhYqo4/_old  2015-11-08 11:26:48.0 +0100
+++ /var/tmp/diff_new_pack.UhYqo4/_new  2015-11-08 11:26:48.0 +0100
@@ -350,7 +350,7 @@
 Recommends: kdebase3-with-hal-enabled
 %else
 Requires:   udisks
-Requires:   udisks-glue
+Recommends:   udisks-glue
 %if %suse_version > 1210
 Requires:   udisks2
 %endif









commit gnome-software for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2015-11-08 11:26:46

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


Package is "gnome-software"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2015-10-26 12:48:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2015-11-08 11:26:56.0 +0100
@@ -1,0 +2,9 @@
+Thu Nov  5 13:12:13 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.3:
+  + Use the correct user agent string when downloading firmware.
+  + Fix a crash in the limba plugin.
+  + Fix installing web applications.
+  + Updated translations.
+
+---

Old:

  gnome-software-3.18.2.tar.xz

New:

  gnome-software-3.18.3.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.WJLHPj/_old  2015-11-08 11:26:57.0 +0100
+++ /var/tmp/diff_new_pack.WJLHPj/_new  2015-11-08 11:26:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.18.2
+Version:3.18.3
 Release:0
 %define gs_plugin_api 8
 Summary:GNOME Software Store

++ gnome-software-3.18.2.tar.xz -> gnome-software-3.18.3.tar.xz ++
 3229 lines of diff (skipped)




commit translation-update for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package translation-update for 
openSUSE:Factory checked in at 2015-11-08 11:26:36

Comparing /work/SRC/openSUSE:Factory/translation-update (Old)
 and  /work/SRC/openSUSE:Factory/.translation-update.new (New)


Package is "translation-update"

Changes:

--- /work/SRC/openSUSE:Factory/translation-update/translation-update.changes
2014-05-08 12:39:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.translation-update.new/translation-update.changes   
2015-11-08 11:26:37.0 +0100
@@ -1,0 +2,16 @@
+Tue Nov  3 19:09:04 CET 2015 - sbra...@suse.com
+
+- Obsolete all language packages that are no longer distributed
+  (boo#952855#c41) and add support for it in supplementary scripts
+  (translation-update-spec-generate-lang-list.sh,
+  translation-update-spec-reset-lang-list.sh).
+
+---
+Thu Sep  4 17:44:47 CEST 2014 - sbra...@suse.cz
+
+- Reset translation-update-from-translation-update-upstream-20140905.tar.bz2.
+  * all language subpackages disappear
+- translation-update-spec-generate-lang-list.sh:
+  Prefer X-Poedit-Language for spec file summary.
+
+---

Old:

  translation-update-from-translation-update-upstream-20130214.tar.bz2

New:

  translation-update-from-translation-update-upstream-20140905.tar.bz2



Other differences:
--
++ translation-update.spec ++
 1378 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/translation-update/translation-update.spec
 and 
/work/SRC/openSUSE:Factory/.translation-update.new/translation-update.spec

++ translation-update-from-translation-update-upstream-20130214.tar.bz2 -> 
translation-update-from-translation-update-upstream-20140905.tar.bz2 ++
 1042526 lines of diff (skipped)

++ translation-update-spec-generate-lang-list.sh ++
--- /var/tmp/diff_new_pack.wp627t/_old  2015-11-08 11:26:42.0 +0100
+++ /var/tmp/diff_new_pack.wp627t/_new  2015-11-08 11:26:42.0 +0100
@@ -1,9 +1,9 @@
 #!/bin/bash
 # Generate lang list for spec file.
 # Usage:
-# 1. sh ./translation-update-reset-lang-list.sh
+# 1. sh ./translation-update-spec-reset-lang-list.sh
 # 2. osc build # it will fail
-# 3. sh ./translation-update-generate-lang-list.sh
+# 3. sh ./translation-update-spec-generate-lang-list.sh
 
 BUILD_ROOT=/var/tmp/build-root/standard-x86_64
 BUILDROOT=/home/abuild/rpmbuild/BUILDROOT
@@ -30,13 +30,16 @@
 
# Guess language name from Language-Team catalog file keyword
for FILE in 
$BUILD_ROOT$BUILDROOT/translation-update*/usr/share/locale-langpack/$LNG/LC_MESSAGES/*.mo
 ; do
+   LNG_POEDIT_NAME=$(msgunfmt $FILE 2>/dev/null | sed -n 
's/^"X-Poedit-Language:  *\([^<\]*\) *.*"$/\1/p')
LNG_NAME=$(msgunfmt $FILE 2>/dev/null | sed -n 
's/^"Language-Team:  *\([^<\]*\) *.*"$/\1/p')
LNG_NAME=${LNG_NAME%% }
LNG_NAME=${LNG_NAME% (http*}
LNG_NAME=${LNG_NAME% Team}
LNG_NAME=${LNG_NAME% Translation}
LNG_NAME=${LNG_NAME#GNOME }
+   LNG_NAME=${LNG_NAME#Gnome }
LNG_NAME=${LNG_NAME% GNOME}
+   LNG_NAME=${LNG_NAME% Gnome}
# for ug:
LNG_NAME=${LNG_NAME% Computer Science Association}
# for ml:
@@ -44,6 +47,12 @@
LNG_NAME=${LNG_NAME% Computing}
LNG_NAME=${LNG_NAME%, Modern*}
 
+   # X-Poedit-Language should be correct without hacks. Prefer it, 
if exists.
+   if test -n "$LNG_POEDIT_NAME" ; then
+   LNG_NAME="$LNG_POEDIT_NAME"
+   break
+   fi
+
# Do not accept the default value "American English" for 
anything else than en_US.
if test "$LNG_NAME" = "American English" -a "$LNG" != en_US ; 
then
continue
@@ -110,7 +119,7 @@
 EOF
 done >translation-update.spec.files.tmp
 
-bash ./translation-update-reset-lang-list.sh
+bash ./translation-update-spec-reset-lang-list.sh
 sed -i '
 /^%prep$/{
 r translation-update.spec.preamble.tmp
@@ -124,3 +133,9 @@
 }
 ' translation-update.spec
 rm translation-update.spec.preamble.tmp translation-update.spec.files.tmp
+
+grep %package *.spec | sed 's/%package -n //' | LANG=C sort -u 
>pkglist-post.lst
+
+echo "Please add this to translation-update.spec with comments of version."
+
+diff pkglist-pre.lst pkglist-post.lst | sed -n 's/< /Obsoletes:  /p'

++ translation-update-spec-reset-lang-list.sh ++
--- /var/tmp/diff_new_pack.wp627t/_old  2015-11-08 11:26:42.0 +0100
+++ /var/tmp/diff_new_pack.wp62

commit python-systemd for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package python-systemd for openSUSE:Factory 
checked in at 2015-11-08 11:26:30

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


Package is "python-systemd"

Changes:

--- /work/SRC/openSUSE:Factory/python-systemd/python-systemd.changes
2015-10-30 13:43:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-systemd.new/python-systemd.changes   
2015-11-08 11:26:32.0 +0100
@@ -1,0 +2,27 @@
+Sat Oct 31 21:17:21 UTC 2015 - jweberho...@weberhofer.at
+
+- Upgrade to release 231
+
+  * Various build fixes and cleanups: documentation can be generated with 'make
+sphinx-html', pip install works out of the box.
+
+  * Tests that cover most of the python code were added. As a result, a bug in
+sd_is_mq was fixed in systemd 227.
+
+  * Functions sd_pid_notify and sd_pid_notify_with_fds are now wrapped as
+optional arguments to notify(), when compiled against a new-enough
+libsystemd.
+
+- Run tests
+
+- Removed obsolete python-systemd-libraries-for-opensuse-1310.patch patch
+
+- New build dependencies had been added
+
+---
+Thu Oct 22 06:47:42 UTC 2015 - jweberho...@weberhofer.at
+
+- python-systemd-libraries-for-opensuse-1310.patch allows compilation
+  on openSUSE 13.1
+
+---

Old:

  python-systemd-v230.tar.gz

New:

  python-systemd-231.tar.gz



Other differences:
--
++ python-systemd.spec ++
--- /var/tmp/diff_new_pack.SKJ0Lg/_old  2015-11-08 11:26:33.0 +0100
+++ /var/tmp/diff_new_pack.SKJ0Lg/_new  2015-11-08 11:26:33.0 +0100
@@ -17,16 +17,18 @@
 
 
 Name:   python-systemd
-Version:230
+Version:231
 Release:0
 Summary:Python wrappers for systemd functionality
 License:LGPL-2.1+
 Group:  Development/Languages/Python
 Url:https://github.com/systemd/python-systemd
-Source: 
https://github.com/systemd/%{name}/archive/v%{version}.tar.gz#/%{name}-v%{version}.tar.gz
+Source: 
https://github.com/systemd/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
 BuildRequires:  python-devel
+BuildRequires:  python-pytest
 BuildRequires:  python-setuptools
 BuildRequires:  systemd-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -42,13 +44,17 @@
 %setup -q
 
 %build
-make %{?_smp_mflags} systemd/id128-constants.h
-python setup.py build
+make %{?_smp_mflags} build
 
 %install
-python setup.py install -O1 --skip-build --prefix=%{_prefix} 
--root=%{buildroot}
+%make_install
 %fdupes %{buildroot}/%{python_sitearch}
 
+%check
+# run doc-tests only when socket is available
+test -f /run/systemd/journal/stdout || sed -i 's/--doctest[^ ]*//g' pytest.ini
+make %{?_smp_mflags} check || :
+
 %files
 %defattr(-,root,root,-)
 %doc LICENSE.txt README.md

++ python-systemd-v230.tar.gz -> python-systemd-231.tar.gz ++
 3020 lines of diff (skipped)




commit booth for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package booth for openSUSE:Factory checked 
in at 2015-11-08 11:26:48

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


Package is "booth"

Changes:

--- /work/SRC/openSUSE:Factory/booth/booth.changes  2015-08-31 
22:59:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.booth.new/booth.changes 2015-11-08 
11:26:58.0 +0100
@@ -1,0 +2,7 @@
+Fri Nov  6 09:16:45 UTC 2015 - dmuhameda...@suse.com
+
+- Update to version v0.2.0_113_gaeef08d:
+  + doc: add the geostore(8) man page
+  + geo attributes (fate#318182)
+
+---



Other differences:
--
++ booth.spec ++
--- /var/tmp/diff_new_pack.DILOyM/_old  2015-11-08 11:26:59.0 +0100
+++ /var/tmp/diff_new_pack.DILOyM/_new  2015-11-08 11:26:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package booth
 #
-# 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
@@ -136,9 +136,11 @@
 %{_sbindir}/booth
 %{_sbindir}/boothd
 %{_sbindir}/booth-keygen
+%{_sbindir}/geostore
 %{_mandir}/man8/booth.8.gz
 %{_mandir}/man8/boothd.8.gz
 %{_mandir}/man8/booth-keygen.8.gz
+%{_mandir}/man8/geostore.8.gz
 %dir /usr/lib/ocf
 %dir /usr/lib/ocf/resource.d
 %dir /usr/lib/ocf/resource.d/pacemaker

++ booth.tar.bz2 ++
 1829 lines of diff (skipped)




commit syncthing for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package syncthing for openSUSE:Factory 
checked in at 2015-11-08 11:26:41

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


Package is "syncthing"

Changes:

--- /work/SRC/openSUSE:Factory/syncthing/syncthing.changes  2015-10-03 
20:30:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.syncthing.new/syncthing.changes 2015-11-08 
11:26:50.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov  5 20:43:01 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.12.0.
+
+---

Old:

  syncthing-0.11.26.tar.gz

New:

  syncthing-0.12.0.tar.gz



Other differences:
--
++ syncthing.spec ++
--- /var/tmp/diff_new_pack.M6vkU2/_old  2015-11-08 11:26:51.0 +0100
+++ /var/tmp/diff_new_pack.M6vkU2/_new  2015-11-08 11:26:51.0 +0100
@@ -17,9 +17,9 @@
 
 
 Name:   syncthing
-Version:0.11.26
+Version:0.12.0
 Release:0
-Summary:FOSS Continuous File Synchronization
+Summary:FOSS Continuous File Synchronisation
 License:MPL-2.0
 Group:  Productivity/Networking/File-Sharing
 Url:https://syncthing.net/
@@ -32,7 +32,7 @@
 
 %description
 Syncthing replaces proprietary sync and cloud services with
-something open, trustworthy and decentralized. Your data is your
+something open, trustworthy and decentralised. Your data is your
 data alone and you deserve to choose where it is stored, if it is
 shared with some third party and how it's transmitted over the
 Internet.

++ syncthing-0.11.26.tar.gz -> syncthing-0.12.0.tar.gz ++
 35957 lines of diff (skipped)




commit python3-html2text for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package python3-html2text for 
openSUSE:Factory checked in at 2015-11-08 11:26:24

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


Package is "python3-html2text"

Changes:

--- /work/SRC/openSUSE:Factory/python3-html2text/python3-html2text.changes  
2015-07-03 00:18:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-html2text.new/python3-html2text.changes 
2015-11-08 11:26:25.0 +0100
@@ -1,0 +2,11 @@
+Wed Nov  4 16:40:42 UTC 2015 - a...@gmx.de
+
+- update to version 2015.11.4:
+  * Fix #38: Long links wrapping controlled by --no-wrap-links.
+  * Note: --no-wrap-links implies --reference-links
+  * Feature #83: Add callback-on-tag.
+  * Fix #87: Decode errors can be handled via command line.
+  * Feature #95: Docs, decode errors spelling mistake.
+  * Fix #84: Make bodywidth kwarg overridable using config.
+
+---

Old:

  html2text-2015.6.21.tar.gz

New:

  html2text-2015.11.4.tar.gz



Other differences:
--
++ python3-html2text.spec ++
--- /var/tmp/diff_new_pack.BnLolk/_old  2015-11-08 11:26:26.0 +0100
+++ /var/tmp/diff_new_pack.BnLolk/_new  2015-11-08 11:26:26.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-html2text
-Version:2015.6.21
+Version:2015.11.4
 Release:0
 Url:https://github.com/Alir3z4/html2text/
 Summary:Turn HTML into equivalent Markdown-structured text

++ html2text-2015.6.21.tar.gz -> html2text-2015.11.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html2text-2015.6.21/AUTHORS.rst 
new/html2text-2015.11.4/AUTHORS.rst
--- old/html2text-2015.6.21/AUTHORS.rst 2015-06-12 08:58:49.0 +0200
+++ new/html2text-2015.11.4/AUTHORS.rst 2015-11-04 15:32:38.0 +0100
@@ -17,6 +17,8 @@
 * Arjoonn Sharma 
 * Ali Mohammad 
 * Albert Berger 
+* Etienne Millon 
+* John C F 
 
 
 Maintainer:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html2text-2015.6.21/ChangeLog.rst 
new/html2text-2015.11.4/ChangeLog.rst
--- old/html2text-2015.6.21/ChangeLog.rst   2015-06-21 16:36:23.0 
+0200
+++ new/html2text-2015.11.4/ChangeLog.rst   2015-11-04 15:48:46.0 
+0100
@@ -1,3 +1,15 @@
+2015.11.4
+=
+
+
+* Fix #38: Long links wrapping controlled by `--no-wrap-links`.
+* Note: `--no-wrap-links` implies `--reference-links`
+* Feature #83: Add callback-on-tag.
+* Fix #87: Decode errors can be handled via command line.
+* Feature #95: Docs, decode errors spelling mistake.
+* Fix #84: Make bodywidth kwarg overridable using config.
+
+
 2015.6.21
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html2text-2015.6.21/PKG-INFO 
new/html2text-2015.11.4/PKG-INFO
--- old/html2text-2015.6.21/PKG-INFO2015-06-21 16:43:23.0 +0200
+++ new/html2text-2015.11.4/PKG-INFO2015-11-04 16:23:02.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: html2text
-Version: 2015.6.21
+Version: 2015.11.4
 Summary: Turn HTML into equivalent Markdown-structured text.
 Home-page: https://github.com/Alir3z4/html2text/
 Author: Alireza Savand
@@ -23,3 +23,4 @@
 Classifier: Programming Language :: Python :: 3.1
 Classifier: Programming Language :: Python :: 3.2
 Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html2text-2015.6.21/README.md 
new/html2text-2015.11.4/README.md
--- old/html2text-2015.6.21/README.md   2015-06-12 08:58:23.0 +0200
+++ new/html2text-2015.11.4/README.md   2015-11-04 15:32:38.0 +0100
@@ -15,27 +15,16 @@
 
 Usage: `html2text [(filename|url) [encoding]]`
 
-
 | Option | Description
 
||---
 | `--version`| Show program's 
version number and exit
 | `-h`, `--help` | Show this help 
message and exit
 | `--ignore-links`   | Don't include any 
formatting for links
-|`--protect-links`   | Protect links from 
line breaks surrounding them "+" with angle brackets
-|`--ignore-images`   | Don't include any 
formatting for images
-|`--images-to-alt`   

commit gcin-branding-openSUSE for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package gcin-branding-openSUSE for 
openSUSE:Factory checked in at 2015-11-08 11:26:38

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


Package is "gcin-branding-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/gcin-branding-openSUSE/gcin-branding-openSUSE.changes
2012-04-23 09:13:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gcin-branding-openSUSE.new/gcin-branding-openSUSE.changes
   2015-11-08 11:26:42.0 +0100
@@ -1,0 +2,12 @@
+Thu Nov  5 17:26:28 UTC 2015 - swy...@gmail.com
+
+- fix changelog style 
+
+---
+Mon Nov  2 05:14:23 UTC 2015 - swy...@gmail.com
+
+- Rename gcin-tray.png to gcin_tray.png (Upstream change)
+- Add missing icons (using upstream icons)
+- Remove size 30 dir  
+
+---



Other differences:
--
++ gcin-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.e9T2vp/_old  2015-11-08 11:26:43.0 +0100
+++ /var/tmp/diff_new_pack.e9T2vp/_new  2015-11-08 11:26:43.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package 
+# spec file for package gcin-branding-openSUSE
 #
-# Copyright (c) 2010 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,17 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 Name:   gcin-branding-openSUSE
 Version:   12.1
-Release:   1
-License:   LGPL-2.1
+Release:0
 Summary:   openSUSE branding of gcin
-Url:   http://hyperrate.com
+License:LGPL-2.1
 Group: System/I18n/Chinese
+Url:http://hyperrate.com
 Source:gcin-kai-mono.tar.bz2
-BuildRequires: gcin-branding-upstream gcin
+BuildRequires:  gcin
+BuildRequires:  gcin-branding-upstream
 %define gcin_version %(rpm -q --qf '%%{version}-%%{release}' gcin)
 Provides:   gcin-branding = %{gcin_version}
 Conflicts:  otherproviders(gcin-branding)
@@ -33,6 +33,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch: noarch
 Requires:  gcin
+
 %description
 This package provides openSUSE Look and Feel for gcin
 

++ gcin-kai-mono.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gcin-kai-mono/.directory new/gcin-kai-mono/.directory
--- old/gcin-kai-mono/.directory2012-02-15 01:20:11.0 +0100
+++ new/gcin-kai-mono/.directory2015-11-02 06:12:18.0 +0100
@@ -1,4 +1,4 @@
 [Dolphin]
 ShowPreview=true
-Timestamp=2012,2,15,8,20,11
-Version=2
+Timestamp=2015,11,2,13,12,18
+Version=3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gcin-kai-mono/22/.directory 
new/gcin-kai-mono/22/.directory
--- old/gcin-kai-mono/22/.directory 2012-03-16 06:58:01.0 +0100
+++ new/gcin-kai-mono/22/.directory 2015-11-02 06:11:23.0 +0100
@@ -1,4 +1,5 @@
 [Dolphin]
+PreviewsShown=true
 ShowPreview=true
-Timestamp=2012,3,16,13,58,1
-Version=2
+Timestamp=2015,11,2,13,11,23
+Version=3
Files old/gcin-kai-mono/22/4corner.png and new/gcin-kai-mono/22/4corner.png 
differ
Files old/gcin-kai-mono/22/amis-gcin.png and new/gcin-kai-mono/22/amis-gcin.png 
differ
Files old/gcin-kai-mono/22/cj-punc.png and new/gcin-kai-mono/22/cj-punc.png 
differ
Files old/gcin-kai-mono/22/en-gcin-A.png and new/gcin-kai-mono/22/en-gcin-A.png 
differ
Files old/gcin-kai-mono/22/en-gcin.png and new/gcin-kai-mono/22/en-gcin.png 
differ
Files old/gcin-kai-mono/22/en-gtab-A.png and new/gcin-kai-mono/22/en-gtab-A.png 
differ
Files old/gcin-kai-mono/22/en-gtab.png and new/gcin-kai-mono/22/en-gtab.png 
differ
Files old/gcin-kai-mono/22/en-tsin-A.png and new/gcin-kai-mono/22/en-tsin-A.png 
differ
Files old/gcin-kai-mono/22/erbi.png and new/gcin-kai-mono/22/erbi.png differ
Files old/gcin-kai-mono/22/ez.png and new/gcin-kai-mono/22/ez.png differ
Files old/gcin-kai-mono/22/fcitx-qxm.png and new/gcin-kai-mono/22/fcitx-qxm.png 
differ
Files old/gcin-kai-mono/22/fcitx-wanfeng.png and 
new/gcin-kai-mono/22/fcitx-wanfeng.png differ
Files old/gcin-kai-mono/22/gcin_tray.png and new/gcin-kai-mono/22/gcin_tray.png 
differ
Files old/gcin-kai-mono/22/gdayi3.png and new/gcin-kai-mono/22/gdayi3.png differ
Files old/gcin-kai-mono/22/german.png and new/gcin-kai-mono/22/german.png differ
Files old/gcin-kai-mono/22/hakka.png and new/gcin-kai-mon

commit libspectre for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package libspectre for openSUSE:Factory 
checked in at 2015-11-08 11:25:36

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


Package is "libspectre"

Changes:

--- /work/SRC/openSUSE:Factory/libspectre/libspectre.changes2014-01-23 
15:48:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.libspectre.new/libspectre.changes   
2015-11-08 11:25:37.0 +0100
@@ -1,0 +2,13 @@
+Wed Nov  4 15:02:34 UTC 2015 - dims...@opensuse.org
+
+- Replace the logic in the prep section to use zypper in order to
+  verify the version. The previous version had issues on openSUSE
+  13.2.
+
+---
+Wed Nov  4 10:33:43 UTC 2015 - dims...@opensuse.org
+
+- Add libspectre-gs-9.18.patch: Fix building with ghostscript 9.18;
+  patch only applied when building against GS 9.18+ (boo#953149).
+
+---

New:

  libspectre-gs-9.18.patch



Other differences:
--
++ libspectre.spec ++
--- /var/tmp/diff_new_pack.VzwX87/_old  2015-11-08 11:25:38.0 +0100
+++ /var/tmp/diff_new_pack.VzwX87/_new  2015-11-08 11:25:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libspectre
 #
-# 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
@@ -25,10 +25,15 @@
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 Source0:
http://libspectre.freedesktop.org/releases/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM libspectre-gs-9.18.patch boo#953149 dims...@opensuse.org 
-- Fix build with Ghostscript 9.18: e_* is renamed to gs_error_*
+Patch0: libspectre-gs-9.18.patch
 %define debug_package_requires libspectre1 = %{version}-%{release}
+# Need ghostscript-devel >= 9.18 due to libspectre-gs-9.18 patch
 BuildRequires:  ghostscript-devel
 BuildRequires:  ghostscript-library
 BuildRequires:  pkg-config
+# Zypper is just needed as a helper to properly compare versions, to decide if 
patch0 needs to be applied or not
+BuildRequires:  zypper
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -58,6 +63,10 @@
 
 %prep
 %setup -q
+# Apply the patch only for ghostscript >= 9.18
+if zypper vcmp $(rpm -q --qf '%%{version}' ghostscript-devel) 9.18 | grep -e 
"\(newer\|matches\)"; then
+%patch0 -p1
+fi
 
 %build
 %configure --disable-static --enable-shared

++ libspectre-gs-9.18.patch ++
Index: libspectre-0.2.7/libspectre/spectre-gs.c
===
--- libspectre-0.2.7.orig/libspectre/spectre-gs.c
+++ libspectre-0.2.7/libspectre/spectre-gs.c
@@ -43,12 +43,12 @@ critic_error_code (int code)

if (code <= -100) {
switch (code) {
-   case e_Fatal:
+   case gs_error_Fatal:
fprintf (stderr, "fatal internal error %d", 
code);
return TRUE;
break;
 
-   case e_ExecStackUnderflow:
+   case gs_error_ExecStackUnderflow:
fprintf (stderr, "stack overflow %d", code);
return TRUE;
break;
@@ -109,9 +109,9 @@ spectre_gs_process (SpectreGS  *gs,
set = _spectre_strdup_printf ("%d %d translate\n", -x, -y);
error = gsapi_run_string_continue (ghostscript_instance, set, 
strlen (set),
   0, &exit_code);
-   error = error == e_NeedInput ? 0 : error;
+   error = error == gs_error_NeedInput ? 0 : error;
free (set);
-   if (error != e_NeedInput && critic_error_code (error)) {
+   if (error != gs_error_NeedInput && critic_error_code (error)) {
fclose (fd);
return FALSE;
}
@@ -126,7 +126,7 @@ spectre_gs_process (SpectreGS  *gs,
read = fread (buf, sizeof (char), to_read, fd);
error = gsapi_run_string_continue (ghostscript_instance,
   buf, read, 0, &exit_code);
-   error = error == e_NeedInput ? 0 : error;
+   error = error == gs_error_NeedInput ? 0 : error;
left -= read;
}




commit perl-Minion for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Minion for openSUSE:Factory 
checked in at 2015-11-08 11:26:09

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


Package is "perl-Minion"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Minion/perl-Minion.changes  2015-10-20 
00:06:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Minion.new/perl-Minion.changes 
2015-11-08 11:26:10.0 +0100
@@ -1,0 +2,20 @@
+Sat Oct 31 10:49:31 UTC 2015 - co...@suse.com
+
+- updated to 3.02
+   see /usr/share/doc/packages/perl-Minion/Changes
+
+  3.02  2015-10-31
+- Fixed portability issues in tests.
+  
+  3.01  2015-10-30
+- Added support retrying failed jobs automatically.
+- Added backoff attribute to Minion.
+- Added attempts attribute to Minion::Job.
+- Added attempts option to enqueue method in Minion and 
Minion::Backend::Pg.
+- Added -A option to job command.
+  
+  3.0  2015-10-30
+- Removed Minion::Backend::File, because DBM::Deep quickly becomes unusably
+  slow, you can use the CPAN module Minion::Backend::SQLite instead.
+
+---

Old:

  Minion-2.05.tar.gz

New:

  Minion-3.02.tar.gz



Other differences:
--
++ perl-Minion.spec ++
--- /var/tmp/diff_new_pack.XiElui/_old  2015-11-08 11:26:11.0 +0100
+++ /var/tmp/diff_new_pack.XiElui/_new  2015-11-08 11:26:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Minion
-Version:2.05
+Version:3.02
 Release:0
 %define cpan_name Minion
 Summary:Job queue
@@ -30,16 +30,15 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(DBM::Deep) >= 2.0011
 BuildRequires:  perl(Mojolicious) >= 6.0
-Requires:   perl(DBM::Deep) >= 2.0011
 Requires:   perl(Mojolicious) >= 6.0
 %{perl_requires}
 
 %description
 the Minion manpage is a job queue for the http://mojolicio.us real-time web
-framework with support for multiple backends, such as the DBM::Deep manpage
-and http://www.postgresql.org.
+framework with support for multiple named queues, priorities, delayed jobs,
+job results, retries with backoff, distributed workers, parallel processing
+and multiple backends (such as http://www.postgresql.org).
 
 A job queue allows you to process time and/or computationally intensive
 tasks in background processes, outside of the request/response lifecycle.

++ Minion-2.05.tar.gz -> Minion-3.02.tar.gz ++
 2009 lines of diff (skipped)




commit libsndfile for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

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

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


Package is "libsndfile"

Changes:

--- /work/SRC/openSUSE:Factory/libsndfile/libsndfile.changes2015-03-27 
09:39:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsndfile.new/libsndfile.changes   
2015-11-08 11:25:42.0 +0100
@@ -1,0 +2,16 @@
+Wed Nov  4 16:43:39 CET 2015 - ti...@suse.de
+
+- VUL-0: libsndfile 1.0.25 heap overflow (CVE-2015-7805, bsc#953516)
+  libsndfile-src-common.c-Fix-a-header-parsing-bug.patch
+  libsndfile-fix-header-read-CVE-2015-7805.patch
+- VUL-0: libsndfile 1.0.25 heap overflow (CVE-2015-8075, bsc#953519)
+  libsndfile-psf_strlcpy_crlf-fix-CVE-2015-8075.patch
+- Fix the build with SLE11-SP3 due to AM_SILENT_RULE macro
+
+---
+Wed Nov  4 11:38:16 CET 2015 - ti...@suse.de
+
+- VUL-1: libsndfile DoS/divide-by-zero (CVE-2014-9756, bsc#953521):
+  libsndfile-src-file_io.c-Prevent-potential-divide-by-zero.patch
+
+---

New:

  libsndfile-fix-header-read-CVE-2015-7805.patch
  libsndfile-psf_strlcpy_crlf-fix-CVE-2015-8075.patch
  libsndfile-src-common.c-Fix-a-header-parsing-bug.patch
  libsndfile-src-file_io.c-Prevent-potential-divide-by-zero.patch



Other differences:
--
++ libsndfile.spec ++
--- /var/tmp/diff_new_pack.mOraYf/_old  2015-11-08 11:25:43.0 +0100
+++ /var/tmp/diff_new_pack.mOraYf/_new  2015-11-08 11:25:43.0 +0100
@@ -37,6 +37,14 @@
 Patch3: sndfile-src-sd2.c-Fix-segfault-in-SD2-RSRC-parser.patch
 # PATCH-FIX-UPSTREAM CVE-2014-9496 bnc#911796
 Patch4: sndfile-src-sd2.c-Fix-two-potential-buffer-read-overflows.patch
+# PATCH-FIX-UPSTREAM CVE-2014-9756 bsc#953521
+Patch5: libsndfile-src-file_io.c-Prevent-potential-divide-by-zero.patch
+# PATCH-FIX-UPSTREAM CVE-2015-7805 bsc#953516
+Patch6: libsndfile-src-common.c-Fix-a-header-parsing-bug.patch
+# PATCH-FIX-SUSE CVE-2015-7805 bsc#953516
+Patch7: libsndfile-fix-header-read-CVE-2015-7805.patch
+# PATCH-FIX-SUSE CVE-2015-8075 bsc#953519
+Patch8: libsndfile-psf_strlcpy_crlf-fix-CVE-2015-8075.patch
 BuildRequires:  alsa-devel
 BuildRequires:  flac-devel
 BuildRequires:  gcc-c++
@@ -87,9 +95,16 @@
 %patch2
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
 
 %build
 %define warn_flags -W -Wall -Wstrict-prototypes -Wpointer-arith 
-Wno-unused-parameter
+%if %suse_version < 1200
+sed -i -e'/^AM_SILENT_RULES/d' configure.ac
+%endif
 autoreconf --force --install
 CFLAGS="%{optflags} %{warn_flags}"
 export CFLAGS


++ libsndfile-fix-header-read-CVE-2015-7805.patch ++
---
 src/common.c |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

--- a/src/common.c
+++ b/src/common.c
@@ -800,9 +800,10 @@ header_read (SF_PRIVATE *psf, void *ptr,
if (psf->headindex + bytes > SIGNED_SIZEOF (psf->header))
{   int most ;
 
-   most = SIGNED_SIZEOF (psf->header) - psf->headindex ;
+   most = SIGNED_SIZEOF (psf->header) - psf->headend ;
psf_fread (psf->header + psf->headend, 1, most, psf) ;
-   memcpy (ptr, psf->header + psf->headend, most) ;
+   most = SIGNED_SIZEOF (psf->header) - psf->headindex ;
+   memcpy (ptr, psf->header + psf->headindex, most) ;
psf->headend = psf->headindex += most ;
psf_fread ((char *) ptr + most, bytes - most, 1, psf) ;
return bytes ;
++ libsndfile-psf_strlcpy_crlf-fix-CVE-2015-8075.patch ++
---
 src/common.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/src/common.c
+++ b/src/common.c
@@ -1332,7 +1332,7 @@ psf_strlcpy_crlf (char *dest, const char
char * destend = dest + destmax - 2 ;
const char * srcend = src + srcmax ;
 
-   while (dest < destend && src < srcend)
+   while (*src && dest < destend && src < srcend)
{   if ((src [0] == '\r' && src [1] == '\n') || (src [0] == '\n' && 
src [1] == '\r'))
{   *dest++ = '\r' ;
*dest++ = '\n' ;
++ libsndfile-src-common.c-Fix-a-header-parsing-bug.patch ++
>From d2a87385c1ca1d72918e9a2875d24f202a5093e8 Mon Sep 17 00:00:00 2001
From: Erik de Castro Lopo 
Date: Sat, 7 Feb 2015 15:45:10 +1100
Subject: [PATCH] src/common.c : Fix a header parsing bug.

When the file header is bigger that SF_HEADER_LEN, the code would seek
instead of reading causing file parse errors.

The current header parsing and 

commit perl-IO-TieCombine for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-TieCombine for 
openSUSE:Factory checked in at 2015-11-08 11:26:08

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


Package is "perl-IO-TieCombine"

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-TieCombine/perl-IO-TieCombine.changes
2014-02-10 10:17:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-IO-TieCombine.new/perl-IO-TieCombine.changes   
2015-11-08 11:26:09.0 +0100
@@ -1,0 +2,10 @@
+Sat Oct 31 10:43:36 UTC 2015 - co...@suse.com
+
+- updated to 1.005
+   see /usr/share/doc/packages/perl-IO-TieCombine/Changes
+
+  1.005 2015-10-30 22:18:10-04:00 America/New_York
+  - fileno on a IO::TieCombine::Handle now returns a negative value
+so they can be known to be artificial
+
+---

Old:

  IO-TieCombine-1.004.tar.gz

New:

  IO-TieCombine-1.005.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-IO-TieCombine.spec ++
--- /var/tmp/diff_new_pack.nvAF7C/_old  2015-11-08 11:26:10.0 +0100
+++ /var/tmp/diff_new_pack.nvAF7C/_new  2015-11-08 11:26:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-IO-TieCombine
 #
-# 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
@@ -17,14 +17,15 @@
 
 
 Name:   perl-IO-TieCombine
-Version:1.004
+Version:1.005
 Release:0
 %define cpan_name IO-TieCombine
-Summary:produce tied (and other) separate but combined variables
+Summary:Produce Tied (and Other) Separate but Combined Variables
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/IO-TieCombine/
-Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ IO-TieCombine-1.004.tar.gz -> IO-TieCombine-1.005.tar.gz ++
 1840 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module



commit yast2-kdump for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package yast2-kdump for openSUSE:Factory 
checked in at 2015-11-08 11:25:20

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


Package is "yast2-kdump"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-kdump/yast2-kdump.changes  2015-10-20 
16:21:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-kdump.new/yast2-kdump.changes 
2015-11-08 11:25:22.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov  3 09:44:53 UTC 2015 - an...@suse.com
+
+- manage the value of the fadump kernel param (bsc#951212)
+- 3.1.34
+
+---

Old:

  yast2-kdump-3.1.33.tar.bz2

New:

  yast2-kdump-3.1.34.tar.bz2



Other differences:
--
++ yast2-kdump.spec ++
--- /var/tmp/diff_new_pack.n09U9R/_old  2015-11-08 11:25:23.0 +0100
+++ /var/tmp/diff_new_pack.n09U9R/_new  2015-11-08 11:25:23.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-kdump
-Version:3.1.33
+Version:3.1.34
 Release:0
 Summary:Configuration of kdump
 License:GPL-2.0

++ yast2-kdump-3.1.33.tar.bz2 -> yast2-kdump-3.1.34.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.33/package/yast2-kdump.changes 
new/yast2-kdump-3.1.34/package/yast2-kdump.changes
--- old/yast2-kdump-3.1.33/package/yast2-kdump.changes  2015-10-12 
15:34:12.0 +0200
+++ new/yast2-kdump-3.1.34/package/yast2-kdump.changes  2015-11-04 
15:14:23.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Nov  3 09:44:53 UTC 2015 - an...@suse.com
+
+- manage the value of the fadump kernel param (bsc#951212)
+- 3.1.34
+
+---
 Mon Oct 12 12:17:16 UTC 2015 - jreidin...@suse.com
 
 - when fadump changed write show popup that reboot is needed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.33/package/yast2-kdump.spec 
new/yast2-kdump-3.1.34/package/yast2-kdump.spec
--- old/yast2-kdump-3.1.33/package/yast2-kdump.spec 2015-10-12 
15:34:12.0 +0200
+++ new/yast2-kdump-3.1.34/package/yast2-kdump.spec 2015-11-04 
15:14:23.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-kdump
-Version:3.1.33
+Version:3.1.34
 Release:0
 Summary:Configuration of kdump
 License:GPL-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.33/src/modules/Kdump.rb 
new/yast2-kdump-3.1.34/src/modules/Kdump.rb
--- old/yast2-kdump-3.1.33/src/modules/Kdump.rb 2015-10-12 15:34:12.0 
+0200
+++ new/yast2-kdump-3.1.34/src/modules/Kdump.rb 2015-11-04 15:14:23.0 
+0100
@@ -448,13 +448,19 @@
   true
 end
 
-# Write kdump boot argument crashkernel
+# Write kdump boot arguments - crashkernel and fadump
 # set kdump start at boot
 #
 #  @return [Boolean] successfull
 def WriteKdumpBootParameter
   old_progress = false
+  reboot_needed = using_fadump_changed?
 
+  # First, write or remove the fadump param if needed
+  write_fadump_boot_param
+
+  # Then, do the same for the crashkernel param
+  #
   # If we need to add crashkernel param
   if @add_crashkernel_param
 if Mode.autoinst || Mode.autoupgrade
@@ -467,7 +473,7 @@
   crash_values = crash_kernel_values
   remove_offsets!(crash_values) if Mode.update
   # Skip writing of param if it's already set to the desired values
-  skip_crash_values = @crashkernel_param && @crashkernel_param_values 
== crash_values && !using_fadump_changed?
+  skip_crash_values = @crashkernel_param && @crashkernel_param_values 
== crash_values
 end
 
 if skip_crash_values
@@ -483,9 +489,7 @@
 "[kdump] (WriteKdumpBootParameter) adding chrashkernel options 
with values: %1",
 crash_values
   )
-  if Mode.normal
-Popup.Message(_("To apply changes a reboot is necessary."))
-  end
+  reboot_needed = true
   Service.Enable(KDUMP_SERVICE_NAME)
 end
   else
@@ -496,14 +500,16 @@
   old_progress = Progress.set(false)
   Bootloader.Write
   Progress.set(old_progress)
-  if Mode.normal
-Popup.Message(_("To apply changes a reboot is necessary."))
-  end
+  reboot_needed = true
 end
 Service.Disable(KDUMP_SERVICE_NAME)
 Service.Stop(KDUMP_SERVICE_NAME) if Service.active

commit perl-Mojolicious for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-11-08 11:26:11

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


Package is "perl-Mojolicious"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mojolicious/perl-Mojolicious.changes
2015-10-30 13:43:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-11-08 11:26:12.0 +0100
@@ -1,0 +2,22 @@
+Tue Nov  3 10:12:15 UTC 2015 - co...@suse.com
+
+- updated to 6.28
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.28  2015-11-02
+- Improved build_app method in Mojo::Server to work more like the load_app
+  method.
+- Fixed multi-line attribute bug in Mojo::DOM::HTML. (jamadam)
+
+---
+Sat Oct 31 10:51:02 UTC 2015 - co...@suse.com
+
+- updated to 6.27
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.27  2015-10-29
+- Updated HTML5 entities in Mojo::Util.
+- Improved Mojo::Server::Prefork to log if the process id file could not be
+  created.
+
+---

Old:

  Mojolicious-6.26.tar.gz

New:

  Mojolicious-6.28.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.AaVtHq/_old  2015-11-08 11:26:13.0 +0100
+++ /var/tmp/diff_new_pack.AaVtHq/_new  2015-11-08 11:26:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.26
+Version:6.28
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.26.tar.gz -> Mojolicious-6.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.26/Changes new/Mojolicious-6.28/Changes
--- old/Mojolicious-6.26/Changes2015-10-28 01:24:01.0 +0100
+++ new/Mojolicious-6.28/Changes2015-11-02 13:10:32.0 +0100
@@ -1,4 +1,14 @@
 
+6.28  2015-11-02
+  - Improved build_app method in Mojo::Server to work more like the load_app
+method.
+  - Fixed multi-line attribute bug in Mojo::DOM::HTML. (jamadam)
+
+6.27  2015-10-29
+  - Updated HTML5 entities in Mojo::Util.
+  - Improved Mojo::Server::Prefork to log if the process id file could not be
+created.
+
 6.26  2015-10-28
   - Renamed built-in templates with more descriptive names.
   - Added warmup method to Mojolicious::Renderer and Mojolicious::Static.
@@ -1446,9 +1456,9 @@
   - Added direct array access for parsed parameters to Mojo::Parameters.
   - Added direct array access for path parts to Mojo::Path.
   - Improved dumper helper to sort hash keys.
-  - Fixed bug in Mojo::Headers that prevented multiline headers from being
+  - Fixed bug in Mojo::Headers that prevented multi-line headers from being
 parsed correctly.
-  - Fixed multiline header support in hash representation of Mojo::Headers.
+  - Fixed multi-line header support in hash representation of Mojo::Headers.
   - Fixed cloning bug in Mojo::Headers.
 
 3.89  2013-03-04
@@ -3388,7 +3398,7 @@
   - Improved nested exception handling. (spleenjack)
   - Fixed relative path handling.
   - Fixed application generator. (yko)
-  - Fixed support for multiline expressions in Mojo::Template.
+  - Fixed support for multi-line expressions in Mojo::Template.
   - Fixed multiple --reload related leaks and reduced overall memory usage.
   - Fixed exception handling for included templates.
   - Fixed a small Mojo::Server::PSGI header bug.
@@ -3618,7 +3628,7 @@
   - Fixed Mojo::DOM to support escaped selectors.
   - Fixed Mojo::DOM parser bugs.
   - Fixed Mojo::DOM child listing bug. (evt)
-  - Fixed Mojo::DOM multiline attribute bug. (tempire)
+  - Fixed Mojo::DOM multi-line attribute bug. (tempire)
   - Fixed charset detection of the dom builder in Mojo::Message. (und3f)
   - Fixed json/data rendering with layouts in MojoX::Renderer.
   - Fixed Mojo::IOLoop to not stop unexpectedly.
@@ -4218,7 +4228,7 @@
 
 0.991234  2009-07-03
   - Added name and value filters to Mojo::Headers. (acajou)
-  - Added clean multiline value handling to Mojo::Headers.
+  - Added clean multi-line value handling to Mojo::Headers.
   - Added prepare/finalize methods to Mojolicious.
   - Added some additional MIME types to MojoX::Types.
   - Renamed method add_line to add in Mojo::Headers.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.26/META.json 
new/Mojolicious-6.28/META.json
--- old/Mojolicious-6.26/META.json  2015-10-29 01:27:55.0

commit perl-Dist-Zilla for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Dist-Zilla for openSUSE:Factory 
checked in at 2015-11-08 11:26:07

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


Package is "perl-Dist-Zilla"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Dist-Zilla/perl-Dist-Zilla.changes  
2015-10-20 00:06:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Dist-Zilla.new/perl-Dist-Zilla.changes 
2015-11-08 11:26:08.0 +0100
@@ -1,0 +2,10 @@
+Sat Oct 31 10:27:01 UTC 2015 - co...@suse.com
+
+- updated to 5.041
+   see /usr/share/doc/packages/perl-Dist-Zilla/Changes
+
+  5.041 2015-10-27 22:07:54-04:00 America/New_York
+  - add 'static_attribution' attribution to MakeMaker plugin
+  - fix prereqs for App::Cmd and Config::MVP::Reader::INI
+
+---

Old:

  Dist-Zilla-5.040.tar.gz

New:

  Dist-Zilla-5.041.tar.gz



Other differences:
--
++ perl-Dist-Zilla.spec ++
--- /var/tmp/diff_new_pack.ES1LTF/_old  2015-11-08 11:26:09.0 +0100
+++ /var/tmp/diff_new_pack.ES1LTF/_new  2015-11-08 11:26:09.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Dist-Zilla
-Version:5.040
+Version:5.041
 Release:0
 %define cpan_name Dist-Zilla
 Summary:Distribution Builder; Installer Not Included!
@@ -31,7 +31,7 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(App::Cmd::Command::version)
-BuildRequires:  perl(App::Cmd::Setup) >= 0.327
+BuildRequires:  perl(App::Cmd::Setup) >= 0.330
 BuildRequires:  perl(App::Cmd::Tester) >= 0.306
 BuildRequires:  perl(App::Cmd::Tester::CaptureExternal)
 BuildRequires:  perl(Archive::Tar)
@@ -49,7 +49,7 @@
 BuildRequires:  perl(Config::MVP::Reader) >= 2.101540
 BuildRequires:  perl(Config::MVP::Reader::Findable::ByExtension)
 BuildRequires:  perl(Config::MVP::Reader::Finder)
-BuildRequires:  perl(Config::MVP::Reader::INI) >= 2
+BuildRequires:  perl(Config::MVP::Reader::INI) >= 2.101461
 BuildRequires:  perl(Config::MVP::Section) >= 2.29
 BuildRequires:  perl(Data::Section) >= 0.22
 BuildRequires:  perl(DateTime) >= 0.44
@@ -108,7 +108,7 @@
 BuildRequires:  perl(parent)
 BuildRequires:  perl(version)
 Requires:   perl(App::Cmd::Command::version)
-Requires:   perl(App::Cmd::Setup) >= 0.327
+Requires:   perl(App::Cmd::Setup) >= 0.330
 Requires:   perl(App::Cmd::Tester) >= 0.306
 Requires:   perl(App::Cmd::Tester::CaptureExternal)
 Requires:   perl(Archive::Tar)
@@ -125,7 +125,7 @@
 Requires:   perl(Config::MVP::Reader) >= 2.101540
 Requires:   perl(Config::MVP::Reader::Findable::ByExtension)
 Requires:   perl(Config::MVP::Reader::Finder)
-Requires:   perl(Config::MVP::Reader::INI) >= 2
+Requires:   perl(Config::MVP::Reader::INI) >= 2.101461
 Requires:   perl(Config::MVP::Section) >= 2.29
 Requires:   perl(Data::Section) >= 0.22
 Requires:   perl(DateTime) >= 0.44

++ Dist-Zilla-5.040.tar.gz -> Dist-Zilla-5.041.tar.gz ++
 3785 lines of diff (skipped)




commit yast2 for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2015-11-08 11:25:30

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


Package is "yast2"

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2015-10-28 
17:27:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2015-11-08 
11:25:32.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov  4 20:19:10 UTC 2015 - lsle...@suse.cz
+
+- Fixed clipped dialog label (bsc#948381)
+- 3.1.156
+
+---

Old:

  yast2-3.1.155.tar.bz2

New:

  yast2-3.1.156.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.zPdKVA/_old  2015-11-08 11:25:33.0 +0100
+++ /var/tmp/diff_new_pack.zPdKVA/_new  2015-11-08 11:25:33.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:3.1.155
+Version:3.1.156
 Release:0
 Url:https://github.com/yast/yast-yast2
 

++ yast2-3.1.155.tar.bz2 -> yast2-3.1.156.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.155/library/wizard/src/modules/Progress.rb 
new/yast2-3.1.156/library/wizard/src/modules/Progress.rb
--- old/yast2-3.1.155/library/wizard/src/modules/Progress.rb2015-10-26 
10:46:26.0 +0100
+++ new/yast2-3.1.156/library/wizard/src/modules/Progress.rb2015-11-05 
08:51:24.0 +0100
@@ -458,6 +458,7 @@
 
   if !UI.WizardCommand(term(:SetDialogHeading, window_title))
 UI.ChangeWidget(Id(:title), :Value, window_title)
+UI.RecalcLayout
   end
   Wizard.SetHelpText(help_text) if "" != help_text && nil != help_text
   Wizard.DisableBackButton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.155/package/yast2.changes 
new/yast2-3.1.156/package/yast2.changes
--- old/yast2-3.1.155/package/yast2.changes 2015-10-26 10:46:26.0 
+0100
+++ new/yast2-3.1.156/package/yast2.changes 2015-11-05 08:51:24.0 
+0100
@@ -1,4 +1,10 @@
 ---
+Wed Nov  4 20:19:10 UTC 2015 - lsle...@suse.cz
+
+- Fixed clipped dialog label (bsc#948381)
+- 3.1.156
+
+---
 Fri Oct 23 11:52:35 UTC 2015 - mvid...@suse.com
 
 - Fixed clipped labels in Arabic on some widgets (bsc#880701).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.155/package/yast2.spec 
new/yast2-3.1.156/package/yast2.spec
--- old/yast2-3.1.155/package/yast2.spec2015-10-26 10:46:26.0 
+0100
+++ new/yast2-3.1.156/package/yast2.spec2015-11-05 08:51:24.0 
+0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:3.1.155
+Version:3.1.156
 Release:0
 Url:https://github.com/yast/yast-yast2
 




commit xdm for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package xdm for openSUSE:Factory checked in 
at 2015-11-08 11:25:14

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


Package is "xdm"

Changes:

--- /work/SRC/openSUSE:Factory/xdm/xdm.changes  2015-10-22 12:57:32.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xdm.new/xdm.changes 2015-11-08 
11:25:16.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov  4 12:51:56 UTC 2015 - e...@suse.com
+
+- rename SuSEconfig.xdm
+  * /etc/X11/xdm/SuSEconfig.xdm -> /etc/X11/xdm/SUSEconfig.xdm
+  * created a symlink for the old file (bsc#953563).
+
+---



Other differences:
--
++ xdm.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xdm/SUSEconfig.xdm 
new/etc/X11/xdm/SUSEconfig.xdm
--- old/etc/X11/xdm/SUSEconfig.xdm  1970-01-01 01:00:00.0 +0100
+++ new/etc/X11/xdm/SUSEconfig.xdm  2014-03-04 13:53:31.0 +0100
@@ -0,0 +1,107 @@
+#!/bin/bash
+#
+# Copyright (c) 2001 SuSE GmbH Nuernberg, Germany.
+# Copyright (c) 2008 SuSE LINUX Products GmbH, Germany.
+# Author: Werner Fink  
+
+check_md5_and_move() # Usage: check_md5_and_move file_name-without.SuSEconfig
+{
+# This function checks the existence of a file (specified without the
+# extension .SuSEconfig and without "$r") and a corresponding md5 checksum
+# and tests whether the time stamp of the file has changed.
+# If it has, nothing further will happen. If not, the "file.SuSEconfig"
+# will be moved to "file".
+
+FILE=$1
+if test -n "$r" ; then
+RELPATH=`echo $FILE | sed -e"s:^$r::"`
+else
+RELPATH=$FILE
+fi
+MD5FILE=$MD5DIR/$RELPATH
+#
+# make sure that the directory exists
+mkdir -p `dirname $MD5FILE`
+NEWMD5SUM="`cat $FILE.SuSEconfig | grep -v "^#" | md5sum`"
+if test ! -s $FILE ; then
+touch $FILE
+rm -f $MD5FILE
+fi
+if test "$FORCE_REPLACE" = true ; then
+cp -p $FILE.SuSEconfig $FILE
+fi
+USERMD5SUM="`cat $FILE | grep -v "^#" | md5sum`"
+test -e $MD5FILE || echo "$USERMD5SUM" > $MD5FILE
+OLDMD5SUM="`cat $MD5FILE`"
+if test "$USERMD5SUM" != "$OLDMD5SUM" -a \
+"$USERMD5SUM" != "$NEWMD5SUM" ; then
+echo
+echo "ATTENTION: You have modified $RELPATH.  Leaving it untouched..."
+echo "You can find my version in $FILE.SuSEconfig..."
+echo
+else
+if test "$USERMD5SUM" != "$NEWMD5SUM" -o "$FORCE_REPLACE" = true ; then
+echo "Installing new $RELPATH"
+cp -p $FILE.SuSEconfig $FILE
+else
+test "$VERBOSE" = false || echo "No changes for $RELPATH"
+fi
+rm -f $FILE.SuSEconfig
+fi
+rm -f $MD5FILE
+echo "$NEWMD5SUM" > $MD5FILE
+}
+
+type -p sed  &> /dev/null || {
+echo "${0##*/}: No sed  in PATH ... skipping"
+exit 0
+}
+
+r=$ROOT
+test -f $r/etc/sysconfig/displaymanager || {
+echo "${0##*/}: No $r/etc/sysconfig/displaymanager found."
+exit 1
+}
+. $r/etc/sysconfig/displaymanager
+
+test -z "$MD5DIR" && {
+MD5DIR=/var/adm/SuSEconfig/md5
+echo "Using MD5DIR=\"$MD5DIR\"..."
+}
+
+if test -r $r/etc/X11/xdm/Xservers -a $r/etc/sysconfig/displaymanager -nt 
$r/etc/X11/xdm/Xservers; then
+file=$r/etc/X11/xdm/Xservers
+cp -p $file ${file}.SuSEconfig
+if   test "$DISPLAYMANAGER_STARTS_XSERVER" = "no"  ; then
+   sed -ri 's/^(:[0-9][[:blank:]]+local[[:blank:]]+)/#\1/g' 
${file}.SuSEconfig
+elif test "$DISPLAYMANAGER_STARTS_XSERVER" = "yes" ; then
+   sed -ri 's/^#[[:blank:]]*(:[0-9][[:blank:]]+local[[:blank:]]+)/\1/g' 
${file}.SuSEconfig
+fi
+if   test "$DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN" = "no" ; then
+sed -ri 
's%(.*/usr/bin/X)[[:blank:]]*(-nolisten[[:blank:]]*tcp[[:blank:]]*|)%\1 
-nolisten tcp %g' ${file}.SuSEconfig
+elif test "$DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN" = "yes" ; then
+sed -ri 's%(.*/usr/bin/X)[[:blank:]]*-nolisten tcp[[:blank:]]*%\1 %g' 
${file}.SuSEconfig
+fi
+check_md5_and_move $file
+fi
+
+if test -n "$DISPLAYMANAGER_XSERVER" -a -x "/usr/bin/$DISPLAYMANAGER_XSERVER" 
; then
+test -d /var/lib/X11 && ln -snf "/usr/bin/$DISPLAYMANAGER_XSERVER" 
/var/lib/X11/X
+else
+test -d /var/lib/X11 && ln -snf /usr/bin/Xorg /var/lib/X11/X
+fi
+
+if test -r $r/etc/X11/xdm/xdm-config -a $r/etc/sysconfig/displaymanager -nt 
$r/etc/X11/xdm/xdm-config; then
+file=$r/etc/X11/xdm/xdm-config
+cp -p $file ${file}.SuSEconfig
+if   test "$DISPLAYMANAGER_REMOTE_ACCESS" = "yes"  ; then
+   sed -ri 's/^(DisplayManager\.requestPort:[[:blank:]

commit perl-Math-Base-Convert for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Math-Base-Convert for 
openSUSE:Factory checked in at 2015-11-08 11:25:49

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


Package is "perl-Math-Base-Convert"

Changes:

New Changes file:

--- /dev/null   2015-11-02 12:10:47.524024255 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Math-Base-Convert.new/perl-Math-Base-Convert.changes
   2015-11-08 11:25:50.0 +0100
@@ -0,0 +1,6 @@
+---
+Tue Oct  6 11:29:17 UTC 2015 - co...@suse.com
+
+- initial package 0.08
+ * created by cpanspec 1.78.08
+

New:

  Math-Base-Convert-0.08.tar.gz
  perl-Math-Base-Convert.changes
  perl-Math-Base-Convert.spec



Other differences:
--
++ perl-Math-Base-Convert.spec ++
#
# spec file for package perl-Math-Base-Convert
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


Name:   perl-Math-Base-Convert
Version:0.08
Release:0
%define cpan_name Math-Base-Convert
Summary:Very Fast Base to Base Conversion
License:GPL-1.0+ or Artistic-1.0
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Math-Base-Convert/
Source0:
http://www.cpan.org/authors/id/M/MI/MIKER/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
%{perl_requires}

%description
This module provides fast functions and methods to convert between
arbitrary number bases from 2 (binary) thru 65535.

This module is pure Perl, has no external dependencies, and is backward
compatible with old versions of Perl 5.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc bitmaps Changes README recurse2txt

%changelog



commit dtb-source for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

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

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


Package is "dtb-source"

Changes:

--- /work/SRC/openSUSE:Factory/dtb-source/dtb-aarch64.changes   2015-08-01 
11:37:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.dtb-source.new/dtb-aarch64.changes  
2015-11-08 11:26:05.0 +0100
@@ -1,0 +2,6 @@
+Thu Oct 15 13:06:47 UTC 2015 - matwey.korni...@gmail.com
+
+- Add armv7l dtbs:
+  * dtb-am57xx
+
+---
dtb-armv6l.changes: same change
dtb-armv7l.changes: same change
dtb-source.changes: same change



Other differences:
--
dtb-armv6l.spec: same change
++ dtb-armv7l.spec ++
--- /var/tmp/diff_new_pack.zLzChB/_old  2015-11-08 11:26:06.0 +0100
+++ /var/tmp/diff_new_pack.zLzChB/_new  2015-11-08 11:26:06.0 +0100
@@ -66,6 +66,13 @@
 %description -n dtb-am335x
 Device Tree Files for TI AM335x based systems.
 
+%package -n dtb-am57xx
+Summary:TI AM57xx based systems
+Group:  System/Boot
+
+%description -n dtb-am57xx
+Device Tree Files for TI AM57xx based systems.
+
 %package -n dtb-keystone
 Summary:TI Keystone based systems
 Group:  System/Boot
@@ -256,7 +263,7 @@
 mkdir -p %{buildroot}/boot/dtb
 
 cd linux/arch/arm/boot/dts
-for dts in *omap3*.dts *omap4*.dts *omap5*.dts *am335x*.dts k2hk-evm.dts 
*exynos4*.dts *exynos5*.dts *imx5*.dts *imx6*.dts *vf6*.dts *tegra2*.dts 
*tegra3*.dts tegra114-*.dts tegra124-*.dts *sun4i*.dts *sun5i*.dts *sun6i*.dts 
*sun7i*.dts *sun8i*.dts *sun9i*.dts *xenvm*.dts vexpress*.dts ste*.dts 
dove*.dts armada-370*.dts armada-xp*.dts rk3*.dts qcom-*.dts zynq-*.dts ; do
+for dts in *omap3*.dts *omap4*.dts *omap5*.dts *am335x*.dts *am57xx*.dts 
k2hk-evm.dts *exynos4*.dts *exynos5*.dts *imx5*.dts *imx6*.dts *vf6*.dts 
*tegra2*.dts *tegra3*.dts tegra114-*.dts tegra124-*.dts *sun4i*.dts *sun5i*.dts 
*sun6i*.dts *sun7i*.dts *sun8i*.dts *sun9i*.dts *xenvm*.dts vexpress*.dts 
ste*.dts dove*.dts armada-370*.dts armada-xp*.dts rk3*.dts qcom-*.dts 
zynq-*.dts ; do
target=${dts%*.dts}
cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. -I./include/ 
-P $target.dts -o $target.dts.tmp
install -m 700 -d %{buildroot}/boot/dtb/$(dirname $target)
@@ -288,6 +295,12 @@
 %dir /boot/dtb/
 /boot/dtb/*am335x*.dtb
 
+%files -n dtb-am57xx
+%defattr(-,root,root)
+%doc COPYING
+%dir /boot/dtb/
+/boot/dtb/*am57xx*.dtb
+
 %files -n dtb-keystone
 %defattr(-,root,root)
 %doc COPYING

++ pre_checkin.pl ++
--- /var/tmp/diff_new_pack.zLzChB/_old  2015-11-08 11:26:06.0 +0100
+++ /var/tmp/diff_new_pack.zLzChB/_new  2015-11-08 11:26:06.0 +0100
@@ -11,6 +11,7 @@
 ['dtb-omap4',  '*omap4*.dts', "TI OMAP4 based systems"],
 ['dtb-omap5',  '*omap5*.dts', "TI OMAP5 based systems"],
 ['dtb-am335x', '*am335x*.dts',"TI AM335x based systems"],
+['dtb-am57xx', '*am57xx*.dts',"TI AM57xx based systems"],
 ['dtb-keystone',   'k2hk-evm.dts',"TI Keystone based systems"],
 ['dtb-exynos4','*exynos4*.dts',   "Samsung Exynos4 based systems"],
 ['dtb-exynos5','*exynos5*.dts',   "Samsung Exynos5 based systems"],




commit gnome-shell for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2015-11-08 11:25:09

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


Package is "gnome-shell"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2015-10-25 
19:12:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes 
2015-11-08 11:25:11.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov  4 11:56:22 UTC 2015 - dims...@opensuse.org
+
+- Drop fortune recommends: Wanda has been removed with GNOME 3.12.
+
+---



Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.YqOdeO/_old  2015-11-08 11:25:12.0 +0100
+++ /var/tmp/diff_new_pack.YqOdeO/_new  2015-11-08 11:25:12.0 +0100
@@ -94,8 +94,6 @@
 Recommends: %{name}-browser-plugin
 Recommends: %{name}-calendar
 Recommends: %{name}-lang
-# Wanda makes use of this.
-Recommends: fortune
 # The dateTime applet in the panel launches gnome-clocks upon user request
 Recommends: gnome-clocks
 Recommends: gnome-shell-search-provider-documents




commit libibmad for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package libibmad for openSUSE:Factory 
checked in at 2015-11-08 11:24:55

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


Package is "libibmad"

Changes:

--- /work/SRC/openSUSE:Factory/libibmad/libibmad.changes2014-07-04 
09:34:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.libibmad.new/libibmad.changes   2015-11-08 
11:25:03.0 +0100
@@ -1,0 +2,17 @@
+Tue Nov  3 21:14:06 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.3.12
+  * fields.c: Fix commentary typo
+  * libibmad/src/rpc.c: Remove superfluous packet dump
+  * fields.c: Print SwitchCongestionSetting threshold fields in hex
+rather than decimal
+  * libibmad: Add new fields for SM:PortInfoExtended and for
+PM:PortExtendedSpeedsCounters
+  * dump.c: In mad_dump_linkwidth, output undefined widths
+- Drop useless dependencies
+  * automake
+  * autoconf 
+  * libtool
+- Do not call autogen anymore
+
+---

Old:

  libibmad-1.3.11.tar.gz

New:

  libibmad-1.3.12.tar.gz



Other differences:
--
++ libibmad.spec ++
--- /var/tmp/diff_new_pack.QOO1tN/_old  2015-11-08 11:25:04.0 +0100
+++ /var/tmp/diff_new_pack.QOO1tN/_new  2015-11-08 11:25:04.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libibmad (Version 1.3.6)
+# spec file for package libibmad
 #
-# Copyright (c) 2009-2012 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
@@ -19,16 +19,13 @@
 
 Name:   libibmad
 Summary:Low layer Infiniband diagnostic and management programs
-Version:1.3.11
+Version:1.3.12
 Release:0
 License:GPL-2.0 or BSD-2-Clause
 Group:  Productivity/Networking/System
 Source0:
https://www.openfabrics.org/downloads/management/libibmad-%{version}.tar.gz
 Source1:baselibs.conf
 Url:http://www.openfabrics.org
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  automake autoconf libtool
-
 %description
 Libibmad provides low layer IB functions for use by the IB diagnostic
 and management programs. These include MAD, SA, SMP, and other basic IB
@@ -55,7 +52,6 @@
 
 %prep
 %setup -q
-./autogen.sh
 
 %build
 %configure --disable-static

++ libibmad-1.3.11.tar.gz -> libibmad-1.3.12.tar.gz ++
 29544 lines of diff (skipped)




commit mozilla-nss for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:Factory 
checked in at 2015-11-08 11:24:50

Comparing /work/SRC/openSUSE:Factory/mozilla-nss (Old)
 and  /work/SRC/openSUSE:Factory/.mozilla-nss.new (New)


Package is "mozilla-nss"

Changes:

--- /work/SRC/openSUSE:Factory/mozilla-nss/mozilla-nss.changes  2015-10-03 
20:29:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.mozilla-nss.new/mozilla-nss.changes 
2015-11-08 11:25:00.0 +0100
@@ -1,0 +2,8 @@
+Sun Oct 25 14:44:21 UTC 2015 - w...@rosenauer.org
+
+- update to NSS 4.20.1 (bnc#952810)
+  * requires NSPR 4.10.10
+  * MFSA 2015-133/CVE-2015-7181/CVE-2015-7182 (bmo#1192028, bmo#1202868)
+memory corruption issues
+
+---

Old:

  nss-3.20.tar.gz

New:

  nss-3.20.1.tar.gz



Other differences:
--
++ mozilla-nss.spec ++
--- /var/tmp/diff_new_pack.nDFq8L/_old  2015-11-08 11:25:02.0 +0100
+++ /var/tmp/diff_new_pack.nDFq8L/_new  2015-11-08 11:25:02.0 +0100
@@ -21,11 +21,11 @@
 
 Name:   mozilla-nss
 BuildRequires:  gcc-c++
-BuildRequires:  mozilla-nspr-devel >= 4.10.8
+BuildRequires:  mozilla-nspr-devel >= 4.10.10
 BuildRequires:  pkg-config
 BuildRequires:  sqlite-devel
 BuildRequires:  zlib-devel
-Version:3.20
+Version:3.20.1
 Release:0
 # bug437293
 %ifarch ppc64
@@ -36,8 +36,8 @@
 License:MPL-2.0
 Group:  System/Libraries
 Url:http://www.mozilla.org/projects/security/pki/nss/
-Source: 
https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_20_RTM/src/nss-%{version}.tar.gz
-# hg clone https://hg.mozilla.org/projects/nss nss-3.20/nss ; cd nss-3.20/nss 
; hg up NSS_3_20_RTM
+Source: 
https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_20_1_RTM/src/nss-%{version}.tar.gz
+# hg clone https://hg.mozilla.org/projects/nss nss-3.20.1/nss ; cd 
nss-3.20.1/nss ; hg up NSS_3_20_1_RTM
 #Source: nss-%{version}.tar.gz
 Source1:nss.pc.in
 Source3:nss-config.in



++ nss-3.20.tar.gz -> nss-3.20.1.tar.gz ++
/work/SRC/openSUSE:Factory/mozilla-nss/nss-3.20.tar.gz 
/work/SRC/openSUSE:Factory/.mozilla-nss.new/nss-3.20.1.tar.gz differ: char 5, 
line 1




commit mozilla-nspr for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package mozilla-nspr for openSUSE:Factory 
checked in at 2015-11-08 11:24:45

Comparing /work/SRC/openSUSE:Factory/mozilla-nspr (Old)
 and  /work/SRC/openSUSE:Factory/.mozilla-nspr.new (New)


Package is "mozilla-nspr"

Changes:

--- /work/SRC/openSUSE:Factory/mozilla-nspr/mozilla-nspr.changes
2015-10-22 12:56:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.mozilla-nspr.new/mozilla-nspr.changes   
2015-11-08 11:24:58.0 +0100
@@ -1,0 +2,7 @@
+Sun Oct 25 14:42:59 UTC 2015 - w...@rosenauer.org
+
+- update to version 4.10.10 (bnc#952810)
+  * MFSA 2015-133/CVE-2015-7183 (bmo#1205157)
+memory corruption issues
+
+---

Old:

  nspr-4.10.9.tar.gz

New:

  nspr-4.10.10.tar.gz



Other differences:
--
++ mozilla-nspr.spec ++
--- /var/tmp/diff_new_pack.RZN9XH/_old  2015-11-08 11:25:00.0 +0100
+++ /var/tmp/diff_new_pack.RZN9XH/_new  2015-11-08 11:25:00.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   mozilla-nspr
-Version:4.10.9
+Version:4.10.10
 Release:0
 Summary:Netscape Portable Runtime
 License:MPL-2.0

++ nspr-4.10.9.tar.gz -> nspr-4.10.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nspr-4.10.9/nspr/.hg_archival.txt 
new/nspr-4.10.10/nspr/.hg_archival.txt
--- old/nspr-4.10.9/nspr/.hg_archival.txt   2015-08-19 17:32:22.0 
+0200
+++ new/nspr-4.10.10/nspr/.hg_archival.txt  2015-10-16 15:22:19.0 
+0200
@@ -1,4 +1,4 @@
 repo: a4b34919bf34db2ee22acbbc305693c8980b6dc6
-node: 2c9a94fefea664f8a84442fc959b37db119e2e25
+node: 21a7c4a68ca663ae2ba8ff05e12b9379f5108c5d
 branch: default
-tag: NSPR_4_10_9_RTM
+tag: NSPR_4_10_10_RTM
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nspr-4.10.9/nspr/configure 
new/nspr-4.10.10/nspr/configure
--- old/nspr-4.10.9/nspr/configure  2015-08-19 17:32:22.0 +0200
+++ new/nspr-4.10.10/nspr/configure 2015-10-16 15:22:19.0 +0200
@@ -2489,7 +2489,7 @@
 
 MOD_MAJOR_VERSION=4
 MOD_MINOR_VERSION=10
-MOD_PATCH_VERSION=9
+MOD_PATCH_VERSION=10
 NSPR_MODNAME=nspr20
 _HAVE_PTHREADS=
 USE_PTHREADS=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nspr-4.10.9/nspr/configure.in 
new/nspr-4.10.10/nspr/configure.in
--- old/nspr-4.10.9/nspr/configure.in   2015-08-19 17:32:22.0 +0200
+++ new/nspr-4.10.10/nspr/configure.in  2015-10-16 15:22:19.0 +0200
@@ -16,7 +16,7 @@
 dnl 
 MOD_MAJOR_VERSION=4
 MOD_MINOR_VERSION=10
-MOD_PATCH_VERSION=9
+MOD_PATCH_VERSION=10
 NSPR_MODNAME=nspr20
 _HAVE_PTHREADS=
 USE_PTHREADS=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nspr-4.10.9/nspr/lib/ds/plarena.c 
new/nspr-4.10.10/nspr/lib/ds/plarena.c
--- old/nspr-4.10.9/nspr/lib/ds/plarena.c   2015-08-19 17:32:22.0 
+0200
+++ new/nspr-4.10.10/nspr/lib/ds/plarena.c  2015-10-16 15:22:19.0 
+0200
@@ -93,6 +93,9 @@
 pool->mask = PR_BITMASK(PR_CeilingLog2(align));
 
 pool->first.next = NULL;
+/* Set all three addresses in pool->first to the same dummy value.
+ * These addresses are only compared with each other, but never
+ * dereferenced. */
 pool->first.base = pool->first.avail = pool->first.limit =
 (PRUword)PL_ARENA_ALIGN(pool, &pool->first + 1);
 pool->current = &pool->first;
@@ -144,10 +147,14 @@
 {
 PLArena *a;   
 char *rp; /* returned pointer */
+PRUint32 nbOld;
 
 PR_ASSERT((nb & pool->mask) == 0);
 
+nbOld = nb;
 nb = (PRUword)PL_ARENA_ALIGN(pool, nb); /* force alignment */
+if (nb < nbOld)
+return NULL;
 
 /* attempt to allocate from arenas at pool->current */
 {
@@ -208,6 +215,7 @@
 PL_MAKE_MEM_NOACCESS((void*)a->avail, a->limit - a->avail);
 rp = (char *)a->avail;
 a->avail += nb;
+PR_ASSERT(a->avail <= a->limit);
 /* the newly allocated arena is linked after pool->current 
 *  and becomes pool->current */
 a->next = pool->current->next;
@@ -230,6 +238,8 @@
 {
 void *newp;
 
+if (PR_UINT32_MAX - size < incr)
+return NULL;
 PL_ARENA_ALLOCATE(newp, pool, size + incr);
 if (newp)
 memcpy(newp, p, size);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nspr-4.10.9/nspr/lib/ds/plarena.h 
new/nspr-4.10.10/nspr/lib/ds/plarena.h
--- old/nspr-4.10.9/nspr/lib/ds/plarena.h   2015-08-19 17:32

commit libbluray for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2015-11-08 11:25:05

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


Package is "libbluray"

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2015-10-22 
12:56:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2015-11-08 
11:25:06.0 +0100
@@ -1,0 +2,11 @@
+Wed Nov  4 09:56:23 UTC 2015 - idon...@suse.com
+
+- Update to version 0.9.1
+  + Improved BD-J security.
+  + Improved error resilience.
+  + Improved seeking (avoid skipping PAT/PMT/PCR).
+  + Fix UO mask check when bd_play_title() is used for Top Menu.
+  + Fix re-starting of title bound Xlets when title changes.
+  + Fix loading classes with invalid debug info.
+
+---

Old:

  libbluray-0.9.0.tar.bz2

New:

  libbluray-0.9.1.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.gTNMfi/_old  2015-11-08 11:25:07.0 +0100
+++ /var/tmp/diff_new_pack.gTNMfi/_new  2015-11-08 11:25:07.0 +0100
@@ -19,7 +19,7 @@
 
 %define soname 1
 Name:   libbluray
-Version:0.9.0
+Version:0.9.1
 Release:0
 Summary:Library to access Blu-Ray disk
 License:LGPL-2.1+

++ libbluray-0.9.0.tar.bz2 -> libbluray-0.9.1.tar.bz2 ++
 16751 lines of diff (skipped)




commit libibumad for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package libibumad for openSUSE:Factory 
checked in at 2015-11-08 11:25:00

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


Package is "libibumad"

Changes:

--- /work/SRC/openSUSE:Factory/libibumad/libibumad.changes  2015-02-16 
17:34:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.libibumad.new/libibumad.changes 2015-11-08 
11:25:04.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov  3 21:21:28 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.3.10.2
+  * umad.h: Remove umad_reg_flags from enum declaration
+- Do not call autogen anymore
+- Remove useless dependencies
+  * autoconf
+  * automake
+  * libtool
+
+---

Old:

  libibumad-1.3.10.1.tar.gz

New:

  libibumad-1.3.10.2.tar.gz



Other differences:
--
++ libibumad.spec ++
--- /var/tmp/diff_new_pack.KLxtIy/_old  2015-11-08 11:25:05.0 +0100
+++ /var/tmp/diff_new_pack.KLxtIy/_new  2015-11-08 11:25:05.0 +0100
@@ -22,16 +22,12 @@
 Summary:User MAD library functions for Infiniband diagnostic and 
management tools
 License:GPL-2.0 or BSD-2-Clause
 Group:  Productivity/Networking/System
-Version:1.3.10.1
+Version:1.3.10.2
 Release:0
 Source0:
https://www.openfabrics.org/downloads/management/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
 Url:http://www.openfabrics.org
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  gcc-c++
-BuildRequires:  libtool
 
 %description
 libibumad provides the user MAD library functions which sit on top of
@@ -59,7 +55,6 @@
 %setup -q
 
 %build
-NOCONFIGURE=1 ./autogen.sh
 %configure --disable-static
 make %{?_smp_mflags}
 

++ libibumad-1.3.10.1.tar.gz -> libibumad-1.3.10.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libibumad-1.3.10.1/ChangeLog 
new/libibumad-1.3.10.2/ChangeLog
--- old/libibumad-1.3.10.1/ChangeLog2014-12-17 17:02:32.0 +0100
+++ new/libibumad-1.3.10.2/ChangeLog2015-03-03 22:11:26.0 +0100
@@ -1,6 +1,16 @@
 
 ** Version: HEAD
 
+Tue Mar 3 23:09:43 2015 +0200 Hal Rosenstock
+ecda3a56b18c6a2845f3d966f8b8061941f5d447
+
+   * configure.in: package version update for 1.3.10.2 release
+
+Tue Mar 3 23:06:32 2015 +0200 Hal Rosenstock
+0c0e6651f17aa14351e1ce6ac0a3c839e0886568
+
+   * umad.h: Remove umad_reg_flags from enum declaration
+
 Wed Dec 17 17:55:41 2014 +0200 Hal Rosenstock
 c979013516ff5aba7f1c0e2fbcf008c2163066c6
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libibumad-1.3.10.1/configure 
new/libibumad-1.3.10.2/configure
--- old/libibumad-1.3.10.1/configure2014-12-17 17:02:10.0 +0100
+++ new/libibumad-1.3.10.2/configure2015-03-03 22:10:58.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libibumad 1.3.10.1.
+# Generated by GNU Autoconf 2.69 for libibumad 1.3.10.2.
 #
 # Report bugs to .
 #
@@ -729,8 +729,8 @@
 # Identity of this package.
 PACKAGE_NAME='libibumad'
 PACKAGE_TARNAME='libibumad'
-PACKAGE_VERSION='1.3.10.1'
-PACKAGE_STRING='libibumad 1.3.10.1'
+PACKAGE_VERSION='1.3.10.2'
+PACKAGE_STRING='libibumad 1.3.10.2'
 PACKAGE_BUGREPORT='linux-r...@vger.kernel.org'
 PACKAGE_URL=''
 
@@ -1446,7 +1446,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 libibumad 1.3.10.1 to adapt to many kinds of systems.
+\`configure' configures libibumad 1.3.10.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1516,7 +1516,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libibumad 1.3.10.1:";;
+ short | recursive ) echo "Configuration of libibumad 1.3.10.2:";;
esac
   cat <<\_ACEOF
 
@@ -1617,7 +1617,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libibumad configure 1.3.10.1
+libibumad configure 1.3.10.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1986,7 +1986,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libibumad $as_me 1.3.10.1, which was
+It was created by libibumad $as_me 1.3.10.2, which was
 generated by GNU Autoconf 2.69.  Invoc

commit MozillaFirefox for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

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

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


Package is "MozillaFirefox"

Changes:

--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes
2015-10-24 10:24:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes   
2015-11-08 11:24:41.0 +0100
@@ -1,0 +2,62 @@
+Sat Oct 31 19:50:03 UTC 2015 - w...@rosenauer.org
+
+- update to Firefox 42.0 (bnc#952810)
+  * Private Browsing with Tracking Protection blocks certain Web
+elements that could be used to record your behavior across sites
+  * Control Center that contains site security and privacy controls
+  * Login Manager improvements
+  * WebRTC improvements
+  * Indicator added to tabs that play audio with one-click muting
+  * Media Source Extension for HTML5 video available for all sites
+  security fixes:
+  * MFSA 2015-116/CVE-2015-4513/CVE-2015-4514
+Miscellaneous memory safety hazards
+  * MFSA 2015-117/CVE-2015-4515 (bmo#1046421)
+Information disclosure through NTLM authentication
+  * MFSA 2015-118/CVE-2015-4518 (bmo#1182778, bmo#1136692)
+CSP bypass due to permissive Reader mode whitelist
+  * MFSA 2015-119/CVE-2015-7185 (bmo#1149000) (Android only)
+Firefox for Android addressbar can be removed after fullscreen mode
+  * MFSA 2015-120/CVE-2015-7186 (bmo#1193027) (Android only)
+Reading sensitive profile files through local HTML file on Android
+  * MFSA 2015-121/CVE-2015-7187 (bmo#1195735)
+disabling scripts in Add-on SDK panels has no effect
+  * MFSA 2015-122/CVE-2015-7188 (bmo#1199430)
+Trailing whitespace in IP address hostnames can bypass same-origin policy
+  * MFSA 2015-123/CVE-2015-7189 (bmo#1205900)
+Buffer overflow during image interactions in canvas
+  * MFSA 2015-124/CVE-2015-7190 (bmo#1208520) (Android only)
+Android intents can be used on Firefox for Android to open privileged files
+  * MFSA 2015-125/CVE-2015-7191 (bmo#1208956) (Android only)
+XSS attack through intents on Firefox for Android
+  * MFSA 2015-126/CVE-2015-7192 (bmo#1210023) (OS X only)
+Crash when accessing HTML tables with accessibility tools on OS X
+  * MFSA 2015-127/CVE-2015-7193 (bmo#1210302)
+CORS preflight is bypassed when non-standard Content-Type headers
+are received
+  * MFSA 2015-128/CVE-2015-7194 (bmo#1211262)
+Memory corruption in libjar through zip files
+  * MFSA 2015-129/CVE-2015-7195 (bmo#1211871)
+Certain escaped characters in host of Location-header are being
+treated as non-escaped
+  * MFSA 2015-130/CVE-2015-7196 (bmo#1140616)
+JavaScript garbage collection crash with Java applet
+  * MFSA 2015-131/CVE-2015-7198/CVE-2015-7199/CVE-2015-7200
+(bmo#1188010, bmo#1204061, bmo#1204155)
+Vulnerabilities found through code inspection
+  * MFSA 2015-132/CVE-2015-7197 (bmo#1204269)
+Mixed content WebSocket policy bypass through workers
+  * MFSA 2015-133/CVE-2015-7181/CVE-2015-7182/CVE-2015-7183
+(bmo#1202868, bmo#1205157)
+NSS and NSPR memory corruption issues
+(fixed in mozilla-nspr and mozilla-nss packages)
+- requires NSPR >= 4.10.10 and NSS >= 3.19.4
+- removed obsolete patches
+  * mozilla-arm-disable-edsp.patch
+  * mozilla-icu-strncat.patch
+  * mozilla-skia-be-le.patch
+  * toolkit-download-folder.patch
+- fixed build with enable-libproxy (bmo#1220399)
+  * mozilla-libproxy.patch
+
+---

Old:

  firefox-41.0.2-source.tar.xz
  l10n-41.0.2.tar.xz
  mozilla-arm-disable-edsp.patch
  mozilla-icu-strncat.patch
  mozilla-skia-be-le.patch
  toolkit-download-folder.patch

New:

  firefox-42.0-source.tar.xz
  l10n-42.0.tar.xz
  mozilla-libproxy.patch



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.dX8VNr/_old  2015-11-08 11:24:57.0 +0100
+++ /var/tmp/diff_new_pack.dX8VNr/_new  2015-11-08 11:24:57.0 +0100
@@ -18,10 +18,10 @@
 
 
 # changed with every update
-%define major 41
-%define mainver %major.0.2
+%define major 42
+%define mainver %major.0
 %define update_channel release
-%define releasedate 2015101500
+%define releasedate 2015103000
 
 # general build definitions
 %if "%{update_channel}" != "aurora"
@@ -76,8 +76,8 @@
 BuildRequires:  libnotify-devel
 BuildRequires:  libproxy-devel
 BuildRequires:  makeinfo
-BuildRequires:  mozilla-nspr-devel >= 4.10.8
-BuildRequires:  mozilla-nss-devel >= 3.19.2
+BuildRequires:  mozilla-nspr-devel >= 4.10.10
+BuildRequires:  mozilla-nss-devel >= 3.19.4
 BuildRequires:  nss-shared-helper-devel
 Bu

commit cantarell-fonts for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/cantarell-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.cantarell-fonts.new (New)


Package is "cantarell-fonts"

Changes:

--- /work/SRC/openSUSE:Factory/cantarell-fonts/cantarell-fonts.changes  
2015-10-22 12:58:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.cantarell-fonts.new/cantarell-fonts.changes 
2015-11-08 11:24:36.0 +0100
@@ -1,0 +2,13 @@
+Mon Nov  2 13:19:35 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.0.18:
+  + Respaced t, 4 and 7.
+  + Bold accents fixes.
+  + Consistent stem width and various improvements on E, H, B
+and S.
+  + Harmonized o and c.
+  + Improved capitals.
+  + Superscript 123 fixes.
+  + Extra glyps for gtk+ (arrows, openbox).
+
+---

Old:

  cantarell-fonts-0.0.17.2.tar.xz

New:

  cantarell-fonts-0.0.18.tar.xz



Other differences:
--
++ cantarell-fonts.spec ++
--- /var/tmp/diff_new_pack.xE84XH/_old  2015-11-08 11:24:37.0 +0100
+++ /var/tmp/diff_new_pack.xE84XH/_new  2015-11-08 11:24:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cantarell-fonts
-Version:0.0.17.2
+Version:0.0.18
 Release:0
 Summary:Contemporary Humanist Sans Serif Font
 License:OFL-1.1

++ cantarell-fonts-0.0.17.2.tar.xz -> cantarell-fonts-0.0.18.tar.xz ++
 77139 lines of diff (skipped)