commit varnish for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package varnish for openSUSE:Factory checked 
in at 2016-03-17 16:34:55

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


Package is "varnish"

Changes:

--- /work/SRC/openSUSE:Factory/varnish/varnish.changes  2016-02-17 
12:26:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.varnish.new/varnish.changes 2016-03-17 
16:48:10.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar  8 08:47:30 UTC 2016 - jeng...@inai.de
+
+- Report testsuite failure to build log and make testsuite nonfatal
+  as there seems to be one swaying test, tests/r01478.vtc.
+
+---



Other differences:
--
++ varnish.spec ++
--- /var/tmp/diff_new_pack.AcqYGX/_old  2016-03-17 16:48:11.0 +0100
+++ /var/tmp/diff_new_pack.AcqYGX/_new  2016-03-17 16:48:11.0 +0100
@@ -131,7 +131,11 @@
 cp -a ChangeLog LICENSE README "$b/%_docdir/%name/"
 
 %check
-make %{?_smp_mflags} check
+if ! make %{?_smp_mflags} check; then
+   x="$?"
+   cat bin/varnishtest/test-suite.log
+   exit "$x"
+fi
 
 %pre
 %_bindir/getent group varnish >/dev/null || \




commit salt for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package salt for openSUSE:Factory checked in 
at 2016-03-17 16:34:53

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


Package is "salt"

Changes:

--- /work/SRC/openSUSE:Factory/salt/salt.changes2016-03-07 
13:28:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2016-03-17 
16:48:08.0 +0100
@@ -1,0 +2,25 @@
+Sat Mar 12 17:08:03 UTC 2016 - m...@suse.com
+
+- fix detection of base products in SLE11
+  * 0030-Bugfix-on-SLE11-series-base-product-reported-as-addi.patch
+- fix rpm info for SLE11
+  * 0031-Only-use-LONGSIZE-in-rpm.info-if-available.-Otherwis.patch
+  * 0032-Add-error-check-when-retcode-is-0-but-stderr-is-pres.patch
+- fix init system detection for SLE11
+  * 0033-fixing-init-system-dectection-on-sles-11-refs-31617.patch
+
+---
+Fri Mar 11 14:42:52 UTC 2016 - bmaryn...@suse.com
+
+- Re-add corrected patch:
+  0029-Make-use-of-checksum-configurable-defaults-to-MD5-SH.patch
+
+---
+Wed Mar  9 09:39:09 UTC 2016 - kkae...@suse.com
+
+- Make checksum configurable (upstream still wants md5, we
+  suggest sha256). bsc#955373
+  Add:
+  0029-Make-use-of-checksum-configurable-defaults-to-MD5-SH.patch
+
+---

New:

  0029-Make-use-of-checksum-configurable-defaults-to-MD5-SH.patch
  0030-Bugfix-on-SLE11-series-base-product-reported-as-addi.patch
  0031-Only-use-LONGSIZE-in-rpm.info-if-available.-Otherwis.patch
  0032-Add-error-check-when-retcode-is-0-but-stderr-is-pres.patch
  0033-fixing-init-system-dectection-on-sles-11-refs-31617.patch



Other differences:
--
++ salt.spec ++
--- /var/tmp/diff_new_pack.1TaNUj/_old  2016-03-17 16:48:09.0 +0100
+++ /var/tmp/diff_new_pack.1TaNUj/_new  2016-03-17 16:48:09.0 +0100
@@ -96,6 +96,15 @@
 # PATCH-FIX-UPSTREAM https://github.com/saltstack/salt/pull/31629
 Patch27:0027-make-suse-check-consistent-with-rh_service.patch
 Patch28:0028-fix-numerical-check-of-osrelease.patch
+# PATCH-FIX-UPSTREAM https://github.com/saltstack/salt/pull/31162
+Patch29:0029-Make-use-of-checksum-configurable-defaults-to-MD5-SH.patch
+# PATCH-FIX-UPSTREAM https://github.com/saltstack/salt/pull/31786
+Patch30:0030-Bugfix-on-SLE11-series-base-product-reported-as-addi.patch
+# PATCH-FIX-UPSTREAM https://github.com/saltstack/salt/pull/31445
+Patch31:0031-Only-use-LONGSIZE-in-rpm.info-if-available.-Otherwis.patch
+Patch32:0032-Add-error-check-when-retcode-is-0-but-stderr-is-pres.patch
+# PATCH-FIX-UPSTREAM https://github.com/saltstack/salt/pull/31793
+Patch33:0033-fixing-init-system-dectection-on-sles-11-refs-31617.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  logrotate
@@ -466,6 +475,11 @@
 %patch26 -p1
 %patch27 -p1
 %patch28 -p1
+%patch29 -p1
+%patch30 -p1
+%patch31 -p1
+%patch32 -p1
+%patch33 -p1
 
 %build
 python setup.py --salt-transport=both build

++ 0029-Make-use-of-checksum-configurable-defaults-to-MD5-SH.patch ++
 734 lines (skipped)

++ 0030-Bugfix-on-SLE11-series-base-product-reported-as-addi.patch ++
>From 79d5477cfa5e85d2480bb07e49ecaeff423f5238 Mon Sep 17 00:00:00 2001
From: Bo Maryniuk 
Date: Thu, 10 Mar 2016 13:25:20 +0100
Subject: [PATCH 30/33] Bugfix: on SLE11 series base product reported as
 additional

Add SLE11 product info snapshot, rename previous

Update test case to cover SLE11 and SLE12
---
 salt/modules/zypper.py |  2 +-
 .../unit/modules/zypp/zypper-products-sle11sp3.xml | 37 +++
 .../unit/modules/zypp/zypper-products-sle12sp1.xml | 37 +++
 tests/unit/modules/zypp/zypper-products.xml| 37 ---
 tests/unit/modules/zypper_test.py  | 52 +-
 5 files changed, 107 insertions(+), 58 deletions(-)
 create mode 100644 tests/unit/modules/zypp/zypper-products-sle11sp3.xml
 create mode 100644 tests/unit/modules/zypp/zypper-products-sle12sp1.xml
 delete mode 100644 tests/unit/modules/zypp/zypper-products.xml

diff --git a/salt/modules/zypper.py b/salt/modules/zypper.py
index d6628aa..1c6b31d 100644
--- a/salt/modules/zypper.py
+++ b/salt/modules/zypper.py
@@ -1373,7 +1373,7 @@ def list_products(all=False, refresh=False):
 for prd in 
doc.getElementsByTagName('product-list')[0].getElementsByTagName('product'):
 p_nfo = dict()
 for k_p_nfo, v_p_nfo in prd.attributes.items():
-p_nfo[k_p_nfo] = k_p_nfo not in ['isbase', 'installed'] 

commit docker-distribution for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package docker-distribution for 
openSUSE:Factory checked in at 2016-03-18 21:42:38

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


Package is "docker-distribution"

Changes:

--- /work/SRC/openSUSE:Factory/docker-distribution/docker-distribution.changes  
2016-02-17 12:10:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.docker-distribution.new/docker-distribution.changes 
2016-03-18 21:42:39.0 +0100
@@ -1,0 +2,12 @@
+Thu Mar 10 11:14:26 UTC 2016 - msab...@suse.com
+
+- Ugraded to 2.3.1. The changelog is as follows:
+
+- Allow uppercase characters in hostnames 
(https://github.com/docker/distribution/commit/34c3acf8a8d800524ac06444290b26ed96d4dac0)
+- Fix schema1 manifest etag and docker content digest header 
(https://github.com/docker/distribution/commit/d7eb5d118a6a14a6f320062296b1808506c35241)
+- Add option to disable signatures 
(https://github.com/docker/distribution/commit/d1c173078fe47f45c7f7b96098410d4f13dd68ab)
+- To avoid any network use unless necessary, delay establishing authorization 
(https://github.com/docker/distribution/commit/740ed699f40e1522faacb2a706e44fa1560af8ea)
+- Extend authChallenger interface to remove type cast.  
(https://github.com/docker/distribution/commit/16445b67679e91eab408a40a34625aa1f4dabfd1)
+- Enable proxying registries to downgrade fetched manifests to Schema 1.  
(https://github.com/docker/distribution/commit/36936218c2e6a4527fc99a5c04126bb1f4c7d55c)
+
+---

Old:

  v2.3.0.tar.gz

New:

  v2.3.1.tar.gz



Other differences:
--
++ docker-distribution.spec ++
--- /var/tmp/diff_new_pack.YRbZye/_old  2016-03-18 21:42:40.0 +0100
+++ /var/tmp/diff_new_pack.YRbZye/_new  2016-03-18 21:42:40.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   docker-distribution
-Version:2.3.0
+Version:2.3.1
 Release:0
 Summary:The Docker toolset to pack, ship, store, and deliver content
 License:Apache-2.0

++ v2.3.0.tar.gz -> v2.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/distribution-2.3.0/configuration/configuration.go 
new/distribution-2.3.1/configuration/configuration.go
--- old/distribution-2.3.0/configuration/configuration.go   2016-02-04 
20:11:33.0 +0100
+++ new/distribution-2.3.1/configuration/configuration.go   2016-02-23 
23:39:19.0 +0100
@@ -145,6 +145,21 @@
Health Health `yaml:"health,omitempty"`
 
Proxy Proxy `yaml:"proxy,omitempty"`
+
+   // Compatibility is used for configurations of working with older or 
deprecated features.
+   Compatibility struct {
+   // Schema1 configures how schema1 manifests will be handled
+   Schema1 struct {
+   // TrustKey is the signing key to use for adding the 
signature to
+   // schema1 manifests.
+   TrustKey string `yaml:"signingkeyfile,omitempty"`
+
+   // DisableSignatureStore will cause all signatures 
attached to schema1 manifests
+   // to be ignored. Signatures will be generated on all 
schema1 manifest requests
+   // rather than only requests which converted schema2 to 
schema1.
+   DisableSignatureStore bool 
`yaml:"disablesignaturestore,omitempty"`
+   } `yaml:"schema1,omitempty"`
+   } `yaml:"compatibility,omitempty"`
 }
 
 // LogHook is composed of hook Level and Type.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/distribution-2.3.0/manifest/schema1/manifest.go 
new/distribution-2.3.1/manifest/schema1/manifest.go
--- old/distribution-2.3.0/manifest/schema1/manifest.go 2016-02-04 
20:11:33.0 +0100
+++ new/distribution-2.3.1/manifest/schema1/manifest.go 2016-02-23 
23:39:19.0 +0100
@@ -102,7 +102,7 @@
Canonical []byte `json:"-"`
 
// all contains the byte representation of the Manifest including 
signatures
-   // and is retuend by Payload()
+   // and is returned by Payload()
all []byte
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/distribution-2.3.0/reference/reference.go 
new/distribution-2.3.1/reference/reference.go
--- old/distribution-2.3.0/reference/reference.go   2016-02-04 
20:11:33.0 +0100
+++ new/distribution-2.3.1/reference/reference.go   2016-02-23 
23:39:19.0 +0100
@@ -6,7 +6,7 @@
 // reference   := 

commit python3-logilab-common for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package python3-logilab-common for 
openSUSE:Factory checked in at 2016-03-17 16:35:21

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


Package is "python3-logilab-common"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-logilab-common/python3-logilab-common.changes
2015-10-20 00:06:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-logilab-common.new/python3-logilab-common.changes
   2016-03-17 16:48:27.0 +0100
@@ -1,0 +2,20 @@
+Tue Mar 15 15:30:11 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 1.2.0:
+  * [configuration] fix crash on python 3.5 1.2.0 centos/1.2.0-1
+debian/1.2.0-1
+  * [testlib] drop unused TestCase.pdbclass
+  * [date] take milliseconds into account in datetime2ticks
+  * rpm: mx package was renamed it is now python-egenix-mx-base
+  * Add .git and .tox to STD_BLACKLIST
+  * Move coverage utility from pytest to testlib
+  * [testlib] Deprecate doctest things in favour of stdlib module
+  * [tox] Pass command line arguments to underlying command
+  * [configuration] Fix multi-line strings handling
+  * wip modutils: modpath_from_file('/foo/bar/baz/__init__.py') should
+ignore the __init__.py partx
+
+---

Old:

  logilab-common-1.1.0.tar.gz

New:

  logilab-common-1.2.0.tar.gz



Other differences:
--
++ python3-logilab-common.spec ++
--- /var/tmp/diff_new_pack.QDusrQ/_old  2016-03-17 16:48:28.0 +0100
+++ /var/tmp/diff_new_pack.QDusrQ/_new  2016-03-17 16:48:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-logilab-common
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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-logilab-common
-Version:1.1.0
+Version:1.2.0
 Release:0
 Url:http://www.logilab.org/projects/common/
 Summary:Python lowlevel functionality shared by logilab projects

++ logilab-common-1.1.0.tar.gz -> logilab-common-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/logilab-common-1.1.0/ChangeLog 
new/logilab-common-1.2.0/ChangeLog
--- old/logilab-common-1.1.0/ChangeLog  2015-10-12 17:39:18.0 +0200
+++ new/logilab-common-1.2.0/ChangeLog  2016-03-15 10:24:29.0 +0100
@@ -1,6 +1,15 @@
 ChangeLog for logilab.common
 
 
+2016-03-15  -- 1.2.0
+
+* pytest: TraceController class, pause_tracing and resume_tracing
+  functions, deprecated from 0.63.1, got removed.  The nocoverage
+  and pause_trace utilities are now available from the testlib
+  module rather than pytest.
+
+* date: datetime2ticks uses the milliseconds from the datetime objects
+
 2015-10-12  --  1.1.0
 * configuration: have a stable order for sections (#298658)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/logilab-common-1.1.0/PKG-INFO 
new/logilab-common-1.2.0/PKG-INFO
--- old/logilab-common-1.1.0/PKG-INFO   2015-10-12 17:51:14.0 +0200
+++ new/logilab-common-1.2.0/PKG-INFO   2016-03-15 10:38:06.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: logilab-common
-Version: 1.1.0
+Version: 1.2.0
 Summary: collection of low-level Python packages and modules used by Logilab 
projects
 Home-page: http://www.logilab.org/project/logilab-common
 Author: Logilab
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/logilab-common-1.1.0/__pkginfo__.py 
new/logilab-common-1.2.0/__pkginfo__.py
--- old/logilab-common-1.1.0/__pkginfo__.py 2015-10-12 17:39:18.0 
+0200
+++ new/logilab-common-1.2.0/__pkginfo__.py 2016-03-15 10:24:29.0 
+0100
@@ -25,7 +25,7 @@
 subpackage_of = 'logilab'
 subpackage_master = True
 
-numversion = (1, 1, 0)
+numversion = (1, 2, 0)
 version = '.'.join([str(num) for num in numversion])
 
 license = 'LGPL' # 2.1 or later
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/logilab-common-1.1.0/logilab/common/__init__.py 
new/logilab-common-1.2.0/logilab/common/__init__.py
--- old/logilab-common-1.1.0/logilab/common/__init__.py 2015-10-12 
17:39:18.0 +0200
+++ new/logilab-common-1.2.0/logilab/common/__init__.py 2016-03-15 
10:24:29.0 +0100
@@ -38,7 +38,7 @@
 

commit cgit for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package cgit for openSUSE:Factory checked in 
at 2016-03-17 16:36:11

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


Package is "cgit"

Changes:

--- /work/SRC/openSUSE:Factory/cgit/cgit.changes2016-01-16 
11:57:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.cgit.new/cgit.changes   2016-03-17 
16:49:34.0 +0100
@@ -1,0 +2,11 @@
+Wed Mar 16 16:12:46 CET 2016 - ti...@suse.de
+
+- Fix remote code execution via buffer overflow (CVE-2016-2315,
+  CVE-2016-2324, bsc#971328):
+  0012-http-push-stop-using-name_path.patch
+  0013-show_object_with_name-simplify-by-using-path_name.patch
+  0014-list-objects-convert-name_path-to-a-strbuf.patch
+  0015-list-objects-drop-name_path-entirely.patch
+  0016-list-objects-pass-full-pathname-to-callbacks.patch
+
+---

New:

  0012-http-push-stop-using-name_path.patch
  0013-show_object_with_name-simplify-by-using-path_name.patch
  0014-list-objects-convert-name_path-to-a-strbuf.patch
  0015-list-objects-drop-name_path-entirely.patch
  0016-list-objects-pass-full-pathname-to-callbacks.patch



Other differences:
--
++ cgit.spec ++
--- /var/tmp/diff_new_pack.qpAmdI/_old  2016-03-17 16:49:36.0 +0100
+++ /var/tmp/diff_new_pack.qpAmdI/_new  2016-03-17 16:49:36.0 +0100
@@ -33,6 +33,12 @@
 Source4:%name.keyring
 Source9:cgitrc
 Patch0: cgit-optflags.diff
+# PATCH-FIX-UPSTREAM fix remote code execution via buffer overflow 
(CVE-2016-2324, bsc#971328)
+Patch12:0012-http-push-stop-using-name_path.patch
+Patch13:0013-show_object_with_name-simplify-by-using-path_name.patch
+Patch14:0014-list-objects-convert-name_path-to-a-strbuf.patch
+Patch15:0015-list-objects-drop-name_path-entirely.patch
+Patch16:0016-list-objects-pass-full-pathname-to-callbacks.patch
 # Requirements for cgit
 BuildRequires:  gnu-crypto
 BuildRequires:  libopenssl-devel
@@ -52,6 +58,12 @@
 %patch0 -p1
 rm -rf git
 ln -s git-%git_version git
+cd git
+%patch12 -p1
+%patch13 -p1
+%patch14 -p1
+%patch15 -p1
+%patch16 -p1
 
 %build
 make V=1 prefix="%_prefix" %{?_smp_mflags}

++ 0012-http-push-stop-using-name_path.patch ++
>From 415959387e0642842be7aad05fa5d95ea4ed350f Mon Sep 17 00:00:00 2001
From: Jeff King 
Date: Thu, 11 Feb 2016 17:23:48 -0500
Subject: [PATCH 2/6] http-push: stop using name_path

The graph traversal code here passes along a name_path to
build up the pathname at which we find each blob. But we
never actually do anything with the resulting names, making
it a waste of code and memory.

This usage came in aa1dbc9 (Update http-push functionality,
2006-03-07), and originally the result was passed to
"add_object" (which stored it, but didn't really use it,
either). But we stopped using that function in 1f1e895 (Add
"named object array" concept, 2006-06-19) in favor of
storing just the objects themselves.

Moreover, the generation of the name in process_tree() is
buggy. It sticks "name" onto the end of the name_path linked
list, and then passes it down again as it recurses (instead
of "entry.path"). So it's a good thing this was unused, as
the resulting path for "a/b/c/d" would end up as "a/a/a/a".

Signed-off-by: Jeff King 
Signed-off-by: Junio C Hamano 
---
 http-push.c | 23 +++
 1 file changed, 7 insertions(+), 16 deletions(-)

diff --git a/http-push.c b/http-push.c
index d857b131a8f7..bd60668707b9 100644
--- a/http-push.c
+++ b/http-push.c
@@ -1277,9 +1277,7 @@ static struct object_list **add_one_object(struct object 
*obj, struct object_lis
 }
 
 static struct object_list **process_blob(struct blob *blob,
-struct object_list **p,
-struct name_path *path,
-const char *name)
+struct object_list **p)
 {
struct object *obj = >object;
 
@@ -1293,14 +1291,11 @@ static struct object_list **process_blob(struct blob 
*blob,
 }
 
 static struct object_list **process_tree(struct tree *tree,
-struct object_list **p,
-struct name_path *path,
-const char *name)
+struct object_list **p)
 {
struct object *obj = >object;
struct tree_desc desc;
struct name_entry entry;
-   struct name_path me;
 
obj->flags |= LOCAL;
 
@@ -1310,21 +1305,17 @@ static struct object_list 

commit texlive-specs-z for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-z for openSUSE:Factory 
checked in at 2016-03-17 16:33:00

Comparing /work/SRC/openSUSE:Factory/texlive-specs-z (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-specs-z.new (New)


Package is "texlive-specs-z"

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-z/texlive-specs-z.changes  
2015-04-25 09:54:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-z.new/texlive-specs-z.changes 
2016-03-17 16:45:38.0 +0100
@@ -1,0 +2,31 @@
+Mon Feb  8 11:35:46 UTC 2016 - wer...@suse.de
+
+- Add both texlive.infra and texlive.infra.doc as these provides
+  some perl module files used by fmtutil.pl 
+
+---
+Mon Feb  8 09:47:30 UTC 2016 - wer...@suse.de
+
+- Also enforce fmtutil.pl to use FHS as then it will find mktexlsr.pl
+  boo#965151 
+- Make sure that mktexlsr.pl knows about mktex group
+
+---
+Thu Feb  4 14:58:39 UTC 2016 - wer...@suse.de
+
+- Fix bug boo#965151 that is wrong perl syntax 
+
+---
+Thu Jan 28 10:52:36 UTC 2016 - wer...@suse.de
+
+- Update to TeXLive 2015 (timestamp 20150521 revision 26946)
+  * Allow boot strapping by adding BuildIgnore for texlive
+  * Modify kpathsea_cnf.dif
+  * Remove leipzig.moves
+  * Modify luaotfload_varfonts.dif
+  * Modify musixtex_various.dif
+  * Modify tetex_scripts.dif
+  * Modify tex4ht_env.dif
+  * Modify texconfig_scripts.dif
+
+---

Old:

  yafoot.doc.tar.xz
  yafoot.tar.xz
  yagusylo.doc.tar.xz
  yagusylo.tar.xz
  yannisgr.doc.tar.xz
  yannisgr.tar.xz
  yax.doc.tar.xz
  yax.tar.xz
  ydoc.doc.tar.xz
  ydoc.tar.xz
  yfonts.doc.tar.xz
  yfonts.tar.xz
  yhmath.doc.tar.xz
  yhmath.tar.xz



Other differences:
--
++ texlive-specs-z.spec ++
 1354 lines (skipped)
 between /work/SRC/openSUSE:Factory/texlive-specs-z/texlive-specs-z.spec
 and /work/SRC/openSUSE:Factory/.texlive-specs-z.new/texlive-specs-z.spec

++ york-thesis.doc.tar.xz ++

++ york-thesis.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tlpkg/tlpobj/york-thesis.tlpobj 
new/tlpkg/tlpobj/york-thesis.tlpobj
--- old/tlpkg/tlpobj/york-thesis.tlpobj 2011-08-03 04:19:00.0 +0200
+++ new/tlpkg/tlpobj/york-thesis.tlpobj 2015-04-13 02:52:54.0 +0200
@@ -9,6 +9,6 @@
 runfiles size=4
  RELOC/tex/latex/york-thesis/york-thesis.cls
 catalogue-ctan /macros/latex/contrib/york-thesis
-catalogue-date 2011-06-14 00:09:45 +0200
+catalogue-date 2014-09-13 11:37:30 +0200
 catalogue-license lppl1.3
 catalogue-version 3.6

++ youngtab.doc.tar.xz ++

++ youngtab.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tlpkg/tlpobj/youngtab.tlpobj 
new/tlpkg/tlpobj/youngtab.tlpobj
--- old/tlpkg/tlpobj/youngtab.tlpobj2010-06-10 18:57:12.0 +0200
+++ new/tlpkg/tlpobj/youngtab.tlpobj2015-04-13 02:52:54.0 +0200
@@ -9,6 +9,6 @@
 runfiles size=2
  RELOC/tex/latex/youngtab/youngtab.sty
 catalogue-ctan /macros/latex/contrib/youngtab
-catalogue-date 2010-03-30 14:47:00 +0200
+catalogue-date 2012-04-16 12:07:42 +0200
 catalogue-license lppl1
 catalogue-version 1.1

++ yplan.doc.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/latex/yplan/yplan new/doc/latex/yplan/yplan
--- old/doc/latex/yplan/yplan   2008-09-15 03:06:30.0 +0200
+++ new/doc/latex/yplan/yplan   1970-01-01 01:00:00.0 +0100
@@ -1,326 +0,0 @@
-#!/usr/bin/perl
-# ===
-# Filename : yplan[.pl]
-# Revision : 0.3, 2000-03-14
-# Purpose  : Writes LaTeX2e code for an A4 year-planner,
-#  : in the style designed by Dick Nickalls
-# Author   : John Palmer,
-#  : using matter from Dick Nickalls and Harald Harders
-# ===
-# Revision History
-# 0.3, 2000-03-14 avoids long lines in the program where possible
-# 0.2, 2000-03-08 YEAR arg mandatory; PAGE arg added;
-# error-messages changed
-# 0.1, 2000-02-18 alternative languages added (after Harald Harders)
-# 2000-02-11 adding the bulk of the boilerplate
-#(copied from Dick Nickalls)
-# 1999-08-28 dividing into two pages and adding more TeX boilerplate
-# 1999-08-18 program begun: first attempt to align days of week
-# ===
-# Usage: yplan LANGUAGE LETTERCASE PAGE YEAR >FILE.tex
-#   where:
-#   LANGUAGE is one of: english, german, french, italian, spanish,
-#   portuguese, swedish, latin; if omitted, english is 

commit rubygem-gettext for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gettext for openSUSE:Factory 
checked in at 2016-03-18 21:39:08

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


Package is "rubygem-gettext"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-gettext/rubygem-gettext.changes  
2015-09-27 08:39:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-gettext.new/rubygem-gettext.changes 
2016-03-18 21:39:10.0 +0100
@@ -1,0 +2,46 @@
+Mon Jan 25 05:50:58 UTC 2016 - co...@suse.com
+
+- updated to version 3.2.1
+ see installed news.md
+
+  ## 3.2.1: 2016-01-23 {#version-3-2-1}
+  
+  ### Improvements
+  
+* Supported customizing msgmerge options on merging edit.po to .po.
+  [GitHub#44][Patch by Dominic Cleal]
+  
+  ### Thanks
+  
+* Dominic Cleal
+
+---
+Thu Jan 21 05:36:04 UTC 2016 - co...@suse.com
+
+- updated to version 3.2.0
+ see installed news.md
+
+  ## 3.2.0: 2015-12-31 {#version-3-2-0}
+  
+  ### Improvements
+  
+* Improved fuzzy detection for sub text.
+  
+  ## 3.1.9: 2015-12-30 {#version-3-1-9}
+  
+  ### Improvements
+  
+* Improved fuzzy detection for small texts.
+  [GitHub#43][Reported by Mamoru TASAKA]
+  
+  ### Thanks
+  
+* Mamoru TASAKA
+  
+  ## 3.1.8: 2015-12-29 {#version-3-1-8}
+  
+  ### Improvements
+  
+* Improved fuzzy detection.
+
+---

Old:

  gettext-3.1.7.gem

New:

  gettext-3.2.1.gem



Other differences:
--
++ rubygem-gettext.spec ++
--- /var/tmp/diff_new_pack.K4GHq8/_old  2016-03-18 21:39:11.0 +0100
+++ /var/tmp/diff_new_pack.K4GHq8/_new  2016-03-18 21:39:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-gettext
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-gettext
-Version:3.1.7
+Version:3.2.1
 Release:0
 %define mod_name gettext
 %define mod_full_name %{mod_name}-%{version}

++ gettext-3.1.7.gem -> gettext-3.2.1.gem ++
 3551 lines of diff (skipped)




commit kile for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package kile for openSUSE:Factory checked in 
at 2016-03-17 16:33:54

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


Package is "kile"

Changes:

--- /work/SRC/openSUSE:Factory/kile/kile.changes2015-05-30 
12:33:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kile.new/kile.changes   2016-03-17 
16:47:29.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar  8 18:17:14 UTC 2016 - bwiedem...@suse.com
+
+- drop build time from png file to fix build-compare
+
+---



Other differences:
--
++ kile.spec ++
--- /var/tmp/diff_new_pack.aJgMX4/_old  2016-03-17 16:47:30.0 +0100
+++ /var/tmp/diff_new_pack.aJgMX4/_new  2016-03-17 16:47:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kile
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2009 Johannes Engel 
 #
 # All modifications and additions to the file contributed by third parties
@@ -105,9 +105,9 @@
 chmod 755 %{buildroot}%{_kde4_appsdir}/kile/test/runTests.sh
 # Fix incorrect icon sizes
 # Don't do this for mathmode.png and smallfrac.png as these turn into black 
icons bnc#676046
-convert -scale 16x16! 
%{buildroot}%{_kde4_appsdir}/kile/icons/hicolor/16x16/actions/beamerblock.png 
%{buildroot}%{_kde4_appsdir}/kile/icons/hicolor/16x16/actions/beamerblock.png
-convert -scale 16x16! 
%{buildroot}%{_kde4_appsdir}/kile/icons/hicolor/16x16/actions/label.png 
%{buildroot}%{_kde4_appsdir}/kile/icons/hicolor/16x16/actions/label.png
-convert -scale 22x22! 
%{buildroot}%{_kde4_appsdir}/kile/icons/hicolor/22x22/actions/label.png 
%{buildroot}%{_kde4_appsdir}/kile/icons/hicolor/22x22/actions/label.png
+convert -strip -scale 16x16! 
%{buildroot}%{_kde4_appsdir}/kile/icons/hicolor/16x16/actions/beamerblock.png 
%{buildroot}%{_kde4_appsdir}/kile/icons/hicolor/16x16/actions/beamerblock.png
+convert -strip -scale 16x16! 
%{buildroot}%{_kde4_appsdir}/kile/icons/hicolor/16x16/actions/label.png 
%{buildroot}%{_kde4_appsdir}/kile/icons/hicolor/16x16/actions/label.png
+convert -strip -scale 22x22! 
%{buildroot}%{_kde4_appsdir}/kile/icons/hicolor/22x22/actions/label.png 
%{buildroot}%{_kde4_appsdir}/kile/icons/hicolor/22x22/actions/label.png
 rm -rf %{buildroot}%{_datadir}/doc/kile/
 popd
 




commit u-boot for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2016-03-17 16:35:37

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 
2016-03-16 10:34:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-a10-olinuxino-lime.changes
2016-03-17 16:49:16.0 +0100
@@ -1,0 +2,12 @@
+Tue Mar 15 08:47:35 UTC 2016 - guilla...@opensuse.org
+
+- Update to 2016.03
+- Remove upstreamed patch:
+  * omap3-Use-raw-SPL-by-default-for-mmc1.patch
+
+---
+Sun Mar 13 21:48:46 UTC 2016 - dmuel...@suse.com
+
+- add support for Raspberry Pi 3 (rpi3.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-am335xboneblack.changes: same change
u-boot-am335xevm.changes: same change
u-boot-am57xxevm.changes: same change
u-boot-am57xxevmnodt.changes: same change
u-boot-arndale.changes: same change
u-boot-bananapi.changes: same change
u-boot-colibrit20.changes: same change
u-boot-cubieboard.changes: same change
u-boot-cubieboard2.changes: same change
u-boot-cubietruck.changes: same change
u-boot-firefly-rk3288.changes: same change
u-boot-highbank.changes: same change
u-boot-hyundaia7hd.changes: same change
u-boot-jetson-tk1.changes: same change
u-boot-melea1000.changes: same change
u-boot-merriia80optimus.changes: same change
u-boot-mx53loco.changes: same change
u-boot-mx6cuboxi.changes: same change
u-boot-mx6qsabrelite.changes: same change
u-boot-odroid-xu3.changes: same change
u-boot-odroid.changes: same change
u-boot-omap3beagle.changes: same change
u-boot-omap4panda.changes: same change
u-boot-orangepipc.changes: same change
u-boot-p2371-2180.changes: same change
u-boot-paz00.changes: same change
u-boot-pcm051rev3.changes: same change
u-boot-qemu-ppce500.changes: same change
u-boot-rpi.changes: same change
u-boot-rpi2.changes: same change
New Changes file:

--- /dev/null   2016-01-27 19:41:03.648095915 +0100
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-rpi3.changes  2016-03-17 
16:49:18.0 +0100
@@ -0,0 +1,1081 @@
+---
+Tue Mar 15 08:47:35 UTC 2016 - guilla...@opensuse.org
+
+- Update to 2016.03
+- Remove upstreamed patch:
+  * omap3-Use-raw-SPL-by-default-for-mmc1.patch
+
+---
+Sun Mar 13 21:48:46 UTC 2016 - dmuel...@suse.com
+
+- add support for Raspberry Pi 3 (rpi3.patch)
+
+---
+Wed Mar  9 22:50:22 UTC 2016 - ag...@suse.com
+
+- Fix missing 0-terminator in efi patch, breaking boot.scr boot
+
+---
+Sat Mar  5 22:02:18 UTC 2016 - afaer...@suse.de
+
+- Non-free licensed Marvell code has long been removed.
+  Drop obsolete drop-marvell.patch (bsc#773824)
+- Fix indentation of Patch6 in u-boot.spec.in
+
+---
+Thu Mar  3 15:02:37 UTC 2016 - ag...@suse.com
+
+- EFI: Map fdt as reserved
+  * efi-map-fdt-as-reserved.patch
+
+---
+Thu Mar  3 12:52:17 UTC 2016 - ag...@suse.com
+
+- Fix OMAP3 boards to load u-boot from raw sector offset
+  * omap3-Use-raw-SPL-by-default-for-mmc1.patch
+
+---
+Wed Mar  2 23:46:44 UTC 2016 - ag...@suse.com
+
+- Allow grub2 to find its config
+  * efi_loader-Pass-proper-device-path-in-on-boot.patch
+- Fix Raspberry Pi 1 build
+  * efi_loader-Provide-icache-flush-stub.patch
+
+---
+Wed Mar  2 10:03:56 UTC 2016 - guilla...@opensuse.org
+
+- Update to 2016.03-rc3
+- Remove upstreamed patches:
+  * 0001-spl-if-MMCSD_MODE_RAW-fails-try-MMCSD_MODE_FS-if-ava.patch
+
+---
+Tue Mar  1 23:06:57 UTC 2016 - ag...@suse.com
+
+- Move omap3 to distro bootcmd (to enable efi boot on beagle-xm)
+  * omap3-Move-to-distro-bootcmd.patch
+- Add EFI patch to support FDT fixups (patches in RAM size)
+  * efi_loader-Call-fdt-preparation-functions.patch
+
+---
+Mon Feb 29 23:28:15 UTC 2016 - ag...@suse.com
+
+- Patch the default u-boot env to search for dtb in /boot at part 2
+  * efi-default-env.patch
+

commit QMPlay2 for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package QMPlay2 for openSUSE:Factory checked 
in at 2016-03-17 16:34:57

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


Package is "QMPlay2"

Changes:

--- /work/SRC/openSUSE:Factory/QMPlay2/QMPlay2.changes  2016-02-17 
12:09:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.QMPlay2.new/QMPlay2.changes 2016-03-17 
16:48:11.0 +0100
@@ -1,0 +2,28 @@
+Sat Mar 12 09:50:27 UTC 2016 - dap.darkn...@gmail.com
+
+- Update to 16.03.08:
+  * updated Russian translation (victorr2007).
+- Added QMPlay2-no-prostopleer.diff  because Prostopleer extension
+  provides illegal audio.
+
+---
+Wed Mar  9 18:09:39 UTC 2016 - dap.darkn...@gmail.com
+
+- Update to 16.03.08:
+  * feature: suspend the computer after playback is finished,
+  * fix VA-API driver Intel >= 1.6.2 video filtering,
+  * fix slow seeking on some slow network streams,
+  * zero-copy demuxing and decoding (if possible),
+  * updated Russian translation (victorr2007),
+  * 90°/270° video rotation (OpenGL only),
+  * visualization and VDPAU/DDraw bugfix,
+  * feature: A-B Repeat,
+  * OpenGL 2 bugfix.
+
+---
+Sat Feb 20 15:11:26 UTC 2016 - dap.darkn...@gmail.com
+
+- Added QMPlay2-Qt53-lrelease.diff and hack vs. Qt<=5.3 lrelease
+  issue. Read more at https://github.com/zaps166/QMPlay2/issues/10
+
+---

Old:

  QMPlay2-src-16.02.08.tar.xz

New:

  QMPlay2-Qt53-lrelease.diff
  QMPlay2-no-prostopleer.diff
  QMPlay2-src-16.03.11.tar.xz



Other differences:
--
++ QMPlay2.spec ++
--- /var/tmp/diff_new_pack.2hmMEb/_old  2016-03-17 16:48:12.0 +0100
+++ /var/tmp/diff_new_pack.2hmMEb/_new  2016-03-17 16:48:12.0 +0100
@@ -17,17 +17,23 @@
 
 
 Name:   QMPlay2
-Version:16.02.08
+Version:16.03.11
 Release:0
 Summary:A Qt based media player, streamer and downloader
 License:LGPL-3.0+
 Group:  Productivity/Multimedia/Video/Players
 Url:http://qt-apps.org/content/show.php/QMPlay2?content=153339
 Source: 
http://kent.dl.sourceforge.net/project/zaps166/QMPlay2/QMPlay2-src-%{version}.tar.xz
-
+# PATCH-FIX-UPSTREAM vs. Qt5.3 lrelease issue, read more at
+# https://github.com/zaps166/QMPlay2/issues/10#issuecomment-186585268
+Patch0: QMPlay2-Qt53-lrelease.diff
+#PATCH-FIX-OPENSUSE vs. Prostopleer extension that provides illegal audio.
+Patch1: QMPlay2-no-prostopleer.diff
 BuildRequires:  libXv-devel
 %if 0%{?suse_version} > 1310
 BuildRequires:  libqt5-linguist
+%else
+BuildRequires:  libqt5-qttools
 %endif
 BuildRequires:  portaudio-devel
 BuildRequires:  pkgconfig(Qt5DBus)
@@ -68,9 +74,17 @@
 
 %prep
 %setup -q -n %{name}-src-%{version}
+%if 0%{?suse_version} <= 1320
+%patch0
+%endif
+%patch1
 
 %build
 export QT_SUFFIX="-qt5"
+%if 0%{?suse_version} <= 1320
+export QMAKE=/usr/bin/qmake$QT_SUFFIX
+lrelease$QT_SUFFIX QMPlay2.pro
+%endif
 NOTERM=1 SYSTEM_BUILD=1 ./compile_unix `echo "%{?_smp_mflags}" | grep -o 
'[0-9]*'`
 
 %install

++ QMPlay2-Qt53-lrelease.diff ++
--- compile_unix.orig   2016-02-20 14:25:53.438381280 +0300
+++ compile_unix2016-02-20 14:25:53.478381280 +0300
@@ -27,7 +27,7 @@
 
 # lupdate-qt4 -no-obsolete -locations none QMPlay2.pro
 
-lrelease$QT_SUFFIX QMPlay2.pro
+# lrelease$QT_SUFFIX QMPlay2.pro
 
 mkdir -p app/share/qmplay2/lang
 mv lang/*.qm app/share/qmplay2/lang
++ QMPlay2-no-prostopleer.diff ++
--- src/modules/Extensions/Extensions.cpp.orig  2016-02-29 21:17:29.0 
+0300
+++ src/modules/Extensions/Extensions.cpp   2016-03-12 13:03:59.990846080 
+0300
@@ -4,20 +4,18 @@
 #include 
 #include 
 #include 
-#include 
 #ifdef USE_MPRIS2
#include 
 #endif
 
 Extensions::Extensions() :
Module("Extensions"),
-   downloader(QImage(":/downloader")), youtube(QImage(":/youtube")), 
radio(QImage(":/radio")), lastfm(QImage(":/lastfm")), 
prostopleer(QImage(":/prostopleer"))
+   downloader(QImage(":/downloader")), youtube(QImage(":/youtube")), 
radio(QImage(":/radio")), lastfm(QImage(":/lastfm"))
 {
downloader.setText("Path", ":/downloader");
youtube.setText("Path", ":/youtube");
radio.setText("Path", ":/radio");
lastfm.setText("Path", ":/lastfm");
-   prostopleer.setText("Path", ":/prostopleer");
 
init("YouTube/ShowAdditionalInfo", false);
init("YouTube/MultiStream", true);
@@ -45,7 +43,6 @@
modulesInfo += Info(YouTubeName, QMPLAY2EXTENSION, youtube);
modulesInfo += 

commit chromium for openSUSE:13.2:Update

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:13.2:Update 
checked in at 2016-03-18 12:40:27

Comparing /work/SRC/openSUSE:13.2:Update/chromium (Old)
 and  /work/SRC/openSUSE:13.2:Update/.chromium.new (New)


Package is "chromium"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.VX1ZZz/_old  2016-03-18 12:40:38.0 +0100
+++ /var/tmp/diff_new_pack.VX1ZZz/_new  2016-03-18 12:40:38.0 +0100
@@ -1 +1 @@
-
+




commit rubygem-excon for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-excon for openSUSE:Factory 
checked in at 2016-03-18 21:40:24

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


Package is "rubygem-excon"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-excon/rubygem-excon.changes  
2016-03-07 13:29:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-excon.new/rubygem-excon.changes 
2016-03-18 21:40:25.0 +0100
@@ -1,0 +2,11 @@
+Tue Mar  8 05:33:52 UTC 2016 - co...@suse.com
+
+- updated to version 0.48.0
+ see installed changelog.txt
+
+  0.48.0 03/07/2016
+  =
+  
+  optimize by writing part of body with headers when it fits in a chunk
+
+---

Old:

  excon-0.47.0.gem

New:

  excon-0.48.0.gem



Other differences:
--
++ rubygem-excon.spec ++
--- /var/tmp/diff_new_pack.Z0btu7/_old  2016-03-18 21:40:26.0 +0100
+++ /var/tmp/diff_new_pack.Z0btu7/_new  2016-03-18 21:40:26.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-excon
-Version:0.47.0
+Version:0.48.0
 Release:0
 %define mod_name excon
 %define mod_full_name %{mod_name}-%{version}

++ excon-0.47.0.gem -> excon-0.48.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile.lock new/Gemfile.lock
--- old/Gemfile.lock2016-02-29 17:40:18.0 +0100
+++ new/Gemfile.lock2016-03-07 22:19:26.0 +0100
@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-excon (0.47.0)
+excon (0.48.0)
 
 GEM
   remote: http://rubygems.org/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/changelog.txt new/changelog.txt
--- old/changelog.txt   2016-02-29 17:40:18.0 +0100
+++ new/changelog.txt   2016-03-07 22:19:26.0 +0100
@@ -1,3 +1,8 @@
+0.48.0 03/07/2016
+=
+
+optimize by writing part of body with headers when it fits in a chunk
+
 0.47.0 02/29/2016
 =
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/excon.gemspec new/excon.gemspec
--- old/excon.gemspec   2016-02-29 17:40:18.0 +0100
+++ new/excon.gemspec   2016-03-07 22:19:26.0 +0100
@@ -13,8 +13,8 @@
   ## If your rubyforge_project name is different, then edit it and comment out
   ## the sub! line in the Rakefile
   s.name  = 'excon'
-  s.version   = '0.47.0'
-  s.date  = '2016-02-29'
+  s.version   = '0.48.0'
+  s.date  = '2016-03-07'
   s.rubyforge_project = 'excon'
 
   ## Make sure your summary is short. The description may be as long
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/excon/connection.rb new/lib/excon/connection.rb
--- old/lib/excon/connection.rb 2016-02-29 17:40:18.0 +0100
+++ new/lib/excon/connection.rb 2016-03-07 22:19:26.0 +0100
@@ -140,9 +140,9 @@
 
   # add additional "\r\n" to indicate end of headers
   request << CR_NL
-  socket.write(request) # write out request + headers
 
   if datum.has_key?(:request_block)
+socket.write(request) # write out request + headers
 while true # write out body with chunked encoding
   chunk = datum[:request_block].call
   if FORCE_ENC
@@ -155,6 +155,8 @@
 break
   end
 end
+  elsif body.nil?
+socket.write(request) # write out request + headers
   elsif !body.nil? # write out body
 if body.respond_to?(:binmode)
   body.binmode
@@ -162,6 +164,21 @@
 if body.respond_to?(:rewind)
   body.rewind  rescue nil
 end
+
+# if request + headers is less than chunk size, fill with body
+if FORCE_ENC
+  request.force_encoding('BINARY')
+end
+chunk = body.read([datum[:chunk_size] - request.length, 0].max)
+if chunk
+  if FORCE_ENC
+chunk.force_encoding('BINARY')
+  end
+  socket.write(request << chunk)
+else
+  socket.write(request) # write out request + headers
+end
+
 while chunk = body.read(datum[:chunk_size])
   socket.write(chunk)
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/excon/constants.rb new/lib/excon/constants.rb
--- old/lib/excon/constants.rb  

commit rubygem-js-routes for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-js-routes for 
openSUSE:Factory checked in at 2016-03-18 21:39:29

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


Package is "rubygem-js-routes"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-js-routes/rubygem-js-routes.changes  
2015-09-27 08:38:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-js-routes.new/rubygem-js-routes.changes 
2016-03-18 21:39:31.0 +0100
@@ -1,0 +2,42 @@
+Sun Feb 14 05:31:32 UTC 2016 - co...@suse.com
+
+- updated to version 1.2.4
+ see installed CHANGELOG.md
+
+---
+Thu Jan 28 05:30:45 UTC 2016 - co...@suse.com
+
+- updated to version 1.2.3
+ see installed CHANGELOG.md
+
+  ## v1.2.3
+  
+  * Sprockets ~= 3.0 support
+  
+  ## v1.2.2
+  
+  * Sprockets ~= 3.0 support
+  * Support default parameters specified in route.rb file
+
+---
+Thu Jan 21 05:38:29 UTC 2016 - co...@suse.com
+
+- updated to version 1.2.2
+ see installed CHANGELOG.md
+
+  ## v1.2.1
+  
+  * Fixes for Rails 5
+  
+  ## v1.2.0
+  
+  * Support host, port and protocol inline parameters
+  * Support host, port and protocol parameters given to a route explicitly
+  * Remove all incompatibilities between actiondispatch and js-routes in 
handling route URLs
+  
+  ## v1.1.2
+  
+  * Bugfix support nested object null parameters #164
+  * Bugfix support for nested optional parameters #162 #163
+
+---

Old:

  js-routes-1.1.2.gem

New:

  js-routes-1.2.4.gem



Other differences:
--
++ rubygem-js-routes.spec ++
--- /var/tmp/diff_new_pack.5LskRy/_old  2016-03-18 21:39:32.0 +0100
+++ /var/tmp/diff_new_pack.5LskRy/_new  2016-03-18 21:39:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-js-routes
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-js-routes
-Version:1.1.2
+Version:1.2.4
 Release:0
 %define mod_name js-routes
 %define mod_full_name %{mod_name}-%{version}

++ js-routes-1.1.2.gem -> js-routes-1.2.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2015-09-14 16:16:33.0 +0200
+++ new/.travis.yml 2016-02-13 09:48:00.0 +0100
@@ -30,12 +30,7 @@
 - master
 
 matrix:
-  include:
-- gemfile: gemfiles/rails_edge.gemfile
-  rvm: 2.2
   allow_failures:
 - rvm: jruby-19mode
 - rvm: ruby-head
 - rvm: jruby-head
-- gemfile: gemfiles/rails_edge.gemfile
-  rvm: 2.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Appraisals new/Appraisals
--- old/Appraisals  2015-09-14 16:16:33.0 +0200
+++ new/Appraisals  2016-02-13 09:48:00.0 +0100
@@ -13,9 +13,4 @@
 gem "railties", "~> #{version}"
 gem "sprockets", "~> 3.0"
   end
-end
-
-appraise "rails-edge" do
-  gem "railties", github: 'rails/rails'
-  gem "sprockets", "~> 3.0"
 end
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-09-14 16:16:33.0 +0200
+++ new/CHANGELOG.md2016-02-13 09:48:00.0 +0100
@@ -1,5 +1,29 @@
 ## master
 
+## v1.2.3
+
+* Sprockets ~= 3.0 support
+
+## v1.2.2
+
+* Sprockets ~= 3.0 support
+* Support default parameters specified in route.rb file
+
+## v1.2.1
+
+* Fixes for Rails 5
+
+## v1.2.0
+
+* Support host, port and protocol inline parameters
+* Support host, port and protocol parameters given to a route explicitly
+* Remove all incompatibilities between actiondispatch and js-routes in 
handling route URLs
+
+## v1.1.2
+
+* Bugfix support nested object null parameters #164
+* Bugfix support for nested optional parameters #162 #163
+
 ## v1.1.1
 
 * Bugfix regression in serialisation on blank strings caused by 
[#155](https://github.com/railsware/js-routes/pull/155/files)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Readme.md new/Readme.md
--- old/Readme.md   2015-09-14 16:16:33.0 +0200
+++ new/Readme.md   2016-02-13 09:48:00.0 +0100
@@ -11,7 +11,7 @@
 gem "js-routes"
 ```
 

commit rubygem-activejob-4_2 for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activejob-4_2 for 
openSUSE:Factory checked in at 2016-03-18 21:40:45

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


Package is "rubygem-activejob-4_2"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activejob-4_2/rubygem-activejob-4_2.changes  
2016-03-07 13:27:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activejob-4_2.new/rubygem-activejob-4_2.changes
 2016-03-18 21:40:47.0 +0100
@@ -1,0 +2,10 @@
+Tue Mar  8 05:30:29 UTC 2016 - co...@suse.com
+
+- updated to version 4.2.6
+ see installed CHANGELOG.md
+
+  ## Rails 4.2.6 (March 07, 2016) ##
+  
+  *   No changes.
+
+---

Old:

  activejob-4.2.5.2.gem

New:

  activejob-4.2.6.gem



Other differences:
--
++ rubygem-activejob-4_2.spec ++
--- /var/tmp/diff_new_pack.KhHcIt/_old  2016-03-18 21:40:48.0 +0100
+++ /var/tmp/diff_new_pack.KhHcIt/_new  2016-03-18 21:40:48.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activejob-4_2
-Version:4.2.5.2
+Version:4.2.6
 Release:0
 %define mod_name activejob
 %define mod_full_name %{mod_name}-%{version}

++ activejob-4.2.5.2.gem -> activejob-4.2.6.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-02-29 20:16:30.0 +0100
+++ new/CHANGELOG.md2016-03-07 23:31:32.0 +0100
@@ -1,3 +1,8 @@
+## Rails 4.2.6 (March 07, 2016) ##
+
+*   No changes.
+
+
 ## Rails 4.2.5.2 (February 26, 2016) ##
 
 *   No changes.
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_job/gem_version.rb 
new/lib/active_job/gem_version.rb
--- old/lib/active_job/gem_version.rb   2016-02-29 20:16:30.0 +0100
+++ new/lib/active_job/gem_version.rb   2016-03-07 23:31:32.0 +0100
@@ -7,8 +7,8 @@
   module VERSION
 MAJOR = 4
 MINOR = 2
-TINY  = 5
-PRE   = "2"
+TINY  = 6
+PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-02-29 20:16:30.0 +0100
+++ new/metadata2016-03-07 23:31:32.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activejob
 version: !ruby/object:Gem::Version
-  version: 4.2.5.2
+  version: 4.2.6
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-02-29 00:00:00.0 Z
+date: 2016-03-07 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.5.2
+version: 4.2.6
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.5.2
+version: 4.2.6
 - !ruby/object:Gem::Dependency
   name: globalid
   requirement: !ruby/object:Gem::Requirement




commit rubygem-rails-4_2 for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rails-4_2 for 
openSUSE:Factory checked in at 2016-03-18 21:40:17

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


Package is "rubygem-rails-4_2"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rails-4_2/rubygem-rails-4_2.changes  
2016-03-07 13:28:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rails-4_2.new/rubygem-rails-4_2.changes 
2016-03-18 21:40:19.0 +0100
@@ -1,0 +2,10 @@
+Tue Mar  8 05:38:22 UTC 2016 - co...@suse.com
+
+- updated to version 4.2.6
+ see installed CHANGELOG.md
+
+  ## Rails 4.2.6 (March 07, 2016) ##
+  
+  *   No changes.
+
+---

Old:

  rails-4.2.5.2.gem

New:

  rails-4.2.6.gem



Other differences:
--
++ rubygem-rails-4_2.spec ++
--- /var/tmp/diff_new_pack.FZGXbZ/_old  2016-03-18 21:40:20.0 +0100
+++ /var/tmp/diff_new_pack.FZGXbZ/_new  2016-03-18 21:40:20.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rails-4_2
-Version:4.2.5.2
+Version:4.2.6
 Release:0
 %define mod_name rails
 %define mod_full_name %{mod_name}-%{version}

++ rails-4.2.5.2.gem -> rails-4.2.6.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guides/CHANGELOG.md new/guides/CHANGELOG.md
--- old/guides/CHANGELOG.md 2016-02-29 20:17:00.0 +0100
+++ new/guides/CHANGELOG.md 2016-03-07 23:31:33.0 +0100
@@ -1,3 +1,8 @@
+## Rails 4.2.6 (March 07, 2016) ##
+
+*   No changes.
+
+
 ## Rails 4.2.5.2 (February 26, 2016) ##
 
 *   No changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guides/source/configuring.md 
new/guides/source/configuring.md
--- old/guides/source/configuring.md2016-02-29 20:17:00.0 +0100
+++ new/guides/source/configuring.md2016-03-07 23:31:34.0 +0100
@@ -33,7 +33,7 @@
 For example, the `config/application.rb` file includes this setting:
 
 ```ruby
-config.autoload_paths += %W(#{config.root}/extras)
+config.time_zone = 'Central Time (US & Canada)'
 ```
 
 This is a setting for Rails itself. If you want to pass settings to individual 
Rails components, you can do so via the same `config` object in 
`config/application.rb`:
@@ -1062,11 +1062,11 @@
   # config/application.rb
   module MyApp
 class Application < Rails::Application
-  config.x.payment = Rails.application.config_for(:payment)
+  config.x.payment = config_for(:payment)
 end
   end
   ```
 
   ```ruby
-  Rails.configuration.x.payment.merchant_id # => production_merchant_id or 
development_merchant_id
+  Rails.configuration.x.payment['merchant_id'] # => production_merchant_id or 
development_merchant_id
   ```
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guides/source/contributing_to_ruby_on_rails.md 
new/guides/source/contributing_to_ruby_on_rails.md
--- old/guides/source/contributing_to_ruby_on_rails.md  2016-02-29 
20:17:00.0 +0100
+++ new/guides/source/contributing_to_ruby_on_rails.md  2016-03-07 
23:31:34.0 +0100
@@ -119,11 +119,11 @@
 Ruby on Rails has two main sets of documentation: the guides, which help you
 learn about Ruby on Rails, and the API, which serves as a reference.
 
-You can help improve the Rails guides by making them more coherent, consistent 
or readable, adding missing information, correcting factual errors, fixing 
typos, or bringing it up to date with the latest edge Rails. To get involved in 
the translation of Rails guides, please see [Translating Rails 
Guides](https://wiki.github.com/rails/docrails/translating-rails-guides).
+You can help improve the Rails guides by making them more coherent, consistent 
or readable, adding missing information, correcting factual errors, fixing 
typos, or bringing it up to date with the latest edge Rails.
 
 You can either open a pull request to [Rails](http://github.com/rails/rails) or
 ask the [Rails core team](http://rubyonrails.org/core) for commit access on
-[docrails](http://github.com/rails/docrails) if you contribute regularly.
+docrails if you contribute regularly.
 Please do not open pull requests in docrails, if you'd like to get feedback on 
your
 change, ask for it in [Rails](http://github.com/rails/rails) instead.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guides/source/layout.html.erb 
new/guides/source/layout.html.erb
--- old/guides/source/layout.html.erb   2016-02-29 20:17:00.0 

commit nvme-cli for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package nvme-cli for openSUSE:Factory 
checked in at 2016-03-18 21:42:58

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


Package is "nvme-cli"

Changes:

--- /work/SRC/openSUSE:Factory/nvme-cli/nvme-cli.changes2016-03-02 
14:21:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.nvme-cli.new/nvme-cli.changes   2016-03-18 
21:43:05.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar 18 09:31:01 UTC 2016 - jthumsh...@suse.com
+
+- Update to upstream release v0.5
+The v0.4 breakage should all be resolved now. Tagging release
+v0.5, and back to stability.
+
+---

Old:

  v0.4.tar.gz

New:

  v0.5.tar.gz



Other differences:
--
++ nvme-cli.spec ++
--- /var/tmp/diff_new_pack.NiUJkD/_old  2016-03-18 21:43:06.0 +0100
+++ /var/tmp/diff_new_pack.NiUJkD/_new  2016-03-18 21:43:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   nvme-cli
-Version:0.4
+Version:0.5
 Release:0
 Summary:Core nvme tools
 License:GPL-2.0

++ v0.4.tar.gz -> v0.5.tar.gz ++
 7993 lines of diff (skipped)




commit p7zip for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package p7zip for openSUSE:Factory checked 
in at 2016-03-18 21:36:46

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


Package is "p7zip"

Changes:

--- /work/SRC/openSUSE:Factory/p7zip/p7zip.changes  2015-12-18 
21:52:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.p7zip.new/p7zip.changes 2016-03-18 
21:36:48.0 +0100
@@ -1,0 +2,9 @@
+Mon Mar 14 06:39:10 UTC 2016 - idon...@suse.com
+
+- Update to version 15.14
+  * Based on 7-zip 15.14 release
+  * Build fixes
+  * All the fixes from 7-zip 15.14, see the included ChangeLog
+- Drop p7zip-CVE-2015-1038.patch, upstream.
+
+---

Old:

  p7zip-CVE-2015-1038.patch
  p7zip_15.09_src_all.tar.bz2

New:

  p7zip_15.14_src_all.tar.bz2



Other differences:
--
++ p7zip.spec ++
--- /var/tmp/diff_new_pack.rHE83k/_old  2016-03-18 21:36:49.0 +0100
+++ /var/tmp/diff_new_pack.rHE83k/_new  2016-03-18 21:36:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package p7zip
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,13 @@
 
 
 Name:   p7zip
-Version:15.09
+Version:15.14
 Release:0
 Summary:7-zip file compression program
 License:LGPL-2.1+
 Group:  Productivity/Archiving/Compression
 Url:http://p7zip.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/project/p7zip/p7zip/15.09/p7zip_%{version}_src_all.tar.bz2
-Patch0: p7zip-CVE-2015-1038.patch
+Source: 
http://downloads.sourceforge.net/project/p7zip/p7zip/%{version}/p7zip_%{version}_src_all.tar.bz2
 BuildRequires:  gcc-c++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1100
@@ -39,7 +38,6 @@
 
 %prep
 %setup -q -n %{name}_%{version}
-%patch0 -p1
 
 %ifarch x86_64
 cp makefile.linux_amd64_asm makefile.machine
@@ -87,7 +85,7 @@
 %{_libdir}/%{name}/Codecs/*
 %{_bindir}/7z
 %{_bindir}/7za
-%doc DOC/*.txt
+%doc ChangeLog DOC/*.txt
 %{_mandir}/man1/*
 
 %changelog

++ p7zip_15.09_src_all.tar.bz2 -> p7zip_15.14_src_all.tar.bz2 ++
 74290 lines of diff (skipped)




commit ntp for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package ntp for openSUSE:Factory checked in 
at 2016-03-18 21:28:52

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


Package is "ntp"

Changes:

--- /work/SRC/openSUSE:Factory/ntp/ntp.changes  2016-01-23 01:03:46.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ntp.new/ntp.changes 2016-03-18 
21:28:53.0 +0100
@@ -1,0 +2,32 @@
+Fri Mar 11 11:06:17 UTC 2016 - m...@suse.com
+
+- CVE-2015-8158, bsc#962966: potential infinite loop in ntpq
+- CVE-2015-8138, bsc#963002: Zero Origin Timestamp Bypass
+- CVE-2015-7978, bsc#963000: Stack exhaustion in recursive
+  traversal of restriction list.
+- CVE-2015-7979, bsc#962784: off-path denial of service on
+  authenticated broadcast mode
+- CVE-2015-7977, bsc#962970: restriction list NULL pointer
+  dereference
+- CVE-2015-7976, bsc#962802: 'ntpq saveconfig' command allows
+  dangerous characters in filenames
+- CVE-2015-7975, bsc#962988: nextvar() missing length check in ntpq
+- CVE-2015-7974, bsc#962960: Missing key check allows impersonation
+  between authenticated peers
+- CVE-2015-7973, bsc#962995: replay attack on authenticated
+  broadcast mode
+- CVE-2015-5300, bsc#951629: MITM attacker can force ntpd to make
+  a step larger than the panic threshold
+
+---
+Mon Mar  7 13:50:03 UTC 2016 - h...@imb-jena.de
+
+- update to 4.2.8p6
+  * fixes low- and medium-severity vulnerabilities
+4.2.8p6: CVE-2015-8158 CVE-2015-8138 CVE-2015-7978
+CVE-2015-7979 CVE-2015-7977 CVE-2015-7976 CVE-2015-7975
+CVE-2015-7974 CVE-2015-7973
+4.2.8p5: CVE-2015-5300
+  * bug fixes
+
+--- 

Old:

  ntp-4.2.8p4.tar.gz

New:

  ntp-4.2.8p6.tar.gz



Other differences:
--
++ ntp.spec ++
--- /var/tmp/diff_new_pack.XfwcCe/_old  2016-03-18 21:28:56.0 +0100
+++ /var/tmp/diff_new_pack.XfwcCe/_new  2016-03-18 21:28:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ntp
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %global _ntpunitsdir %{_libexecdir}/systemd/ntp-units.d
 %endif
 Name:   ntp
-Version:4.2.8p4
+Version:4.2.8p6
 Release:0
 Summary:Network Time Protocol daemon (version 4)
 License:(MIT and BSD-3-Clause and BSD-4-Clause) and GPL-2.0

++ ntp-4.2.8p4.tar.gz -> ntp-4.2.8p6.tar.gz ++
/work/SRC/openSUSE:Factory/ntp/ntp-4.2.8p4.tar.gz 
/work/SRC/openSUSE:Factory/.ntp.new/ntp-4.2.8p6.tar.gz differ: char 5, line 1






commit perl-IO-Socket-SSL for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-Socket-SSL for 
openSUSE:Factory checked in at 2016-03-18 21:29:30

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


Package is "perl-IO-Socket-SSL"

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-Socket-SSL/perl-IO-Socket-SSL.changes
2015-07-21 13:24:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-IO-Socket-SSL.new/perl-IO-Socket-SSL.changes   
2016-03-18 21:29:31.0 +0100
@@ -1,0 +2,55 @@
+Fri Mar 11 10:14:57 UTC 2016 - co...@suse.com
+
+- updated to 2.024
+   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
+
+  2.024 2016/02/06
+  - Work around issue where the connect fails on systems having only a loopback
+interface and where IO::Socket::IP is used as super class (default when
+available). Since IO::Socket::IP sets AI_ADDRCONFIG by default connect to
+localhost would fail on this systems. This happened at least for the tests,
+see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813796
+Workaround is to explicitely set GetAddrInfoFlags to 0 if no 
GetAddrInfoFlags
+is set but the Family/Domain is given. In this case AI_ADDRCONFIG would not
+be useful anyway but would cause at most harm.
+  2.023 2016/01/30
+  - OpenSSL 1.0.2f changed the behavior of SSL shutdown in case the TLS 
connection
+was not fully established (commit: 
f73c737c7ac908c5d6407c419769123392a3b0a9).
+This somehow resulted in Net::SSLeay::shutdown returning 0 (i.e. keep 
trying)
+which caused an endless loop. It will now ignore this result in case the 
TLS
+connection was not yet established and consider the TLS connection closed
+instead.
+  2.022 2015/12/10
+  - fix stringification of IPv6 inside subjectAltNames in Utils::CERT_asHash.
+Thanks to Mark.Martinec[AT]ijs[DOT]si for reporting in #110253
+  2.021 2015/12/02
+  - Fixes for documentation and typos thanks to DavsX and jwilk.
+  - Update PublicSuffx with latest version from publicsuffix.org
+  2.020 2015/09/20
+  - support multiple directories in SSL_ca_path as proposed in RT#106711
+by dr1027[AT]evocat[DOT]ne. Directories can be given as array or as string
+with a path separator, see documentation.
+  - typos fixed thanks to jwilk 
https://github.com/noxxi/p5-io-socket-ssl/pull/34
+  2.019 2015/09/01
+  - work around different behavior of getnameinfo from Socket and Socket6 by
+using a different wrapper depending on which module I use for IPv6.
+Thanks to bluhm for reporting.
+  2.018 2015/08/27
+  - RT#106687 - startssl.t failed on darwin with old openssl since server 
+requested client certificate but offered also anon ciphers
+  2.017 2015/08/24
+  - checks for readability of files/dirs for certificates and CA no longer use
+-r because this is not safe when ACLs are used. Thanks to BBYRD, RT#106295
+  - new method sock_certificate similar to peer_certificate based on idea of
+Paul Evans, RT#105733
+  - get_fingerprint can now take optional certificate as argument and compute
+the fingerprint of it. Useful in connection with sock_certificate.
+  - check for both EWOULDBLOCK and EAGAIN since these codes are different on
+some platforms. Thanks to Andy Grundman, RT#106573
+  - enforce default verification scheme if none was specified, i.e. no longer
+just warn but accept. If really no verification is wanted a scheme of 
+'none' must be explicitly specified.
+  - support different cipher suites per SNI hosts
+- remove perl-IO-Socket-SSL_fix_offline.patch
+
+---

Old:

  IO-Socket-SSL-2.016.tar.gz
  perl-IO-Socket-SSL_fix_offline.patch

New:

  IO-Socket-SSL-2.024.tar.gz



Other differences:
--
++ perl-IO-Socket-SSL.spec ++
--- /var/tmp/diff_new_pack.0IPliz/_old  2016-03-18 21:29:32.0 +0100
+++ /var/tmp/diff_new_pack.0IPliz/_new  2016-03-18 21:29:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-IO-Socket-SSL
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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:   perl-IO-Socket-SSL
-Version:2.016
+Version:2.024
 Release:0
 %define cpan_name IO-Socket-SSL
 Summary:Nearly transparent SSL encapsulation for IO::Socket::INET
@@ -27,7 +27,6 @@
 Source0:
http://www.cpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 Patch0: 

commit Mesa for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2016-03-18 21:32:53

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


Package is "Mesa"

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2016-02-17 
12:09:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2016-03-18 
21:32:55.0 +0100
@@ -1,0 +2,21 @@
+Wed Mar 16 18:12:00 UTC 2016 - e...@suse.com
+
+- n_Define-GLAPIVAR-separate-from-GLAPI.patch:
+  Add separate definition GLAPIVAR as GLAPI
+  doesn't have the an 'extern' for some compiler
+  versions. This is needed for GLw (bsc#970725).
+
+---
+Wed Mar 16 11:31:20 UTC 2016 - sndir...@suse.com
+
+- U_llvmpipe-Do-not-use-barriers-if-not-using-threads.patch
+  * llvmpipe: Do not use barriers if not using threads; triggers
+on single cpu machines (like KVM in openQA) with gcc6 and
+latest glibc(bnc#971350)
+
+---
+Mon Mar 14 12:02:29 UTC 2016 - dmuel...@suse.com
+
+- enable llvmpipe for aarch64 (fate#320649)
+
+---

New:

  U_llvmpipe-Do-not-use-barriers-if-not-using-threads.patch
  n_Define-GLAPIVAR-separate-from-GLAPI.patch



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.3iCVKe/_old  2016-03-18 21:32:56.0 +0100
+++ /var/tmp/diff_new_pack.3iCVKe/_new  2016-03-18 21:32:56.0 +0100
@@ -70,6 +70,9 @@
 Patch18:n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch
 # Already upstream
 Patch19:U_clover-Fix-build-against-LLVM-3.8.patch
+Patch20:U_llvmpipe-Do-not-use-barriers-if-not-using-threads.patch
+Patch21:n_Define-GLAPIVAR-separate-from-GLAPI.patch
+
 BuildRequires:  autoconf >= 2.60
 BuildRequires:  automake
 BuildRequires:  bison
@@ -131,7 +134,7 @@
 BuildRequires:  pkgconfig(wayland-client)
 BuildRequires:  pkgconfig(wayland-server)
 %endif
-%ifarch %arm ppc64 ppc64le s390x %ix86 x86_64
+%ifarch aarch64 %arm ppc64 ppc64le s390x %ix86 x86_64
 BuildRequires:  llvm-devel
 BuildRequires:  ncurses-devel
 %endif
@@ -563,6 +566,8 @@
 %patch17 -p1
 %patch18 -p1
 %patch19 -p1
+%patch20 -p1
+%patch21 -p1
 
 %build
 %if 0%{?suse_version} >= 1310
@@ -624,11 +629,11 @@
--with-dri-drivers=nouveau,r200,radeon \
--with-gallium-drivers=r300,r600,nouveau,swrast \
 %endif
-%ifarch s390 aarch64
+%ifarch s390
--with-dri-drivers=swrast \
--with-gallium-drivers=swrast \
 %endif
-%ifarch s390x
+%ifarch aarch64 s390x
 --enable-xa \
 --enable-gallium-llvm \
 --with-dri-drivers=swrast \
@@ -689,7 +694,7 @@
 
 %postun -n libgbm1 -p /sbin/ldconfig
 
-%ifarch %ix86 x86_64 %arm ppc64 ppc64le s390x
+%ifarch aarch64 %ix86 x86_64 %arm ppc64 ppc64le s390x
 %post   -n libxatracker2 -p /sbin/ldconfig
 
 %postun -n libxatracker2 -p /sbin/ldconfig
@@ -844,7 +849,7 @@
 %{_libdir}/libgbm.so
 %{_libdir}/pkgconfig/gbm.pc
 
-%ifarch %ix86 x86_64 %arm ppc64 ppc64le s390x
+%ifarch aarch64 %ix86 x86_64 %arm ppc64 ppc64le s390x
 %files -n libxatracker2
 %defattr(-,root,root)
 %{_libdir}/libxatracker.so.2*


++ U_llvmpipe-Do-not-use-barriers-if-not-using-threads.patch ++
>From 4ed4c1d9210b11ce6faea81455c21531904ea45b Mon Sep 17 00:00:00 2001
From: Vinson Lee 
Date: Wed, 10 Feb 2016 16:42:19 -0800
Subject: [PATCH] llvmpipe: Do not use barriers if not using threads.

Cc: mesa-sta...@lists.freedesktop.org
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94088
Signed-off-by: Vinson Lee 
Reviewed-by: Roland Scheidegger 
---
 src/gallium/drivers/llvmpipe/lp_rast.c | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_rast.c 
b/src/gallium/drivers/llvmpipe/lp_rast.c
index d22e507..9e56c96 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast.c
+++ b/src/gallium/drivers/llvmpipe/lp_rast.c
@@ -910,7 +910,9 @@ lp_rast_create( unsigned num_threads )
create_rast_threads(rast);
 
/* for synchronizing rasterization threads */
-   pipe_barrier_init( >barrier, rast->num_threads );
+   if (rast->num_threads > 0) {
+  pipe_barrier_init( >barrier, rast->num_threads );
+   }
 
memset(lp_dummy_tile, 0, sizeof lp_dummy_tile);
 
@@ -967,7 +969,9 @@ void lp_rast_destroy( struct lp_rasterizer *rast )
}
 
/* for synchronizing rasterization threads */
-   pipe_barrier_destroy( >barrier );
+   if (rast->num_threads > 0) {
+  pipe_barrier_destroy( >barrier );
+   }
 

commit fs_mark for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package fs_mark for openSUSE:Factory checked 
in at 2016-03-17 16:36:07

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


Package is "fs_mark"

Changes:

--- /work/SRC/openSUSE:Factory/fs_mark/fs_mark.changes  2015-03-18 
13:04:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.fs_mark.new/fs_mark.changes 2016-03-17 
16:49:30.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar 16 14:57:55 UTC 2016 - mplus...@suse.com
+
+- Build with optflags
+
+---



Other differences:
--
++ fs_mark.spec ++
--- /var/tmp/diff_new_pack.H911HC/_old  2016-03-17 16:49:31.0 +0100
+++ /var/tmp/diff_new_pack.H911HC/_new  2016-03-17 16:49:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fs_mark
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2003-2004 EMC Corporation
 #
 # All modifications and additions to the file contributed by third parties
@@ -43,11 +43,11 @@
 cp %{SOURCE1} .
 
 %build
-CFLAGS="%{optflags}"
+export CFLAGS="%{optflags}"
 make %{?_smp_mflags}
 
 %install
-install -D -m0755 fs_mark %{buildroot}%{_bindir}/fs_mark
+install -D -m 0755 fs_mark %{buildroot}%{_bindir}/fs_mark
 
 %files
 %defattr(-,root,root)




commit python3-testscenarios for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package python3-testscenarios for 
openSUSE:Factory checked in at 2016-03-18 21:42:07

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


Package is "python3-testscenarios"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-testscenarios/python3-testscenarios.changes  
2015-05-11 19:49:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-testscenarios.new/python3-testscenarios.changes
 2016-03-18 21:42:08.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 16 17:08:29 UTC 2016 - toddrme2...@gmail.com
+
+- Break dependency loop with python3-testtools by disabling 
+  unit tests.
+
+---



Other differences:
--
++ python3-testscenarios.spec ++
--- /var/tmp/diff_new_pack.EtYwCE/_old  2016-03-18 21:42:10.0 +0100
+++ /var/tmp/diff_new_pack.EtYwCE/_new  2016-03-18 21:42:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-testscenarios
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -27,10 +27,11 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-devel
 BuildRequires:  python3-pbr
-# Test requirements:
-BuildRequires:  python3-extras
-BuildRequires:  python3-nose
-BuildRequires:  python3-testtools
+BuildRequires:  python3-setuptools
+# Causes dependency loop
+# BuildRequires:  python3-testtools
+Requires:   python3-pbr
+Requires:   python3-testtools
 BuildArch:  noarch
 
 %description
@@ -49,9 +50,10 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%check
-sed -i "s/PYTHON ?= python/PYTHON=python3/" Makefile
-make check
+# Tests introduce dependency loop with python3-testtools
+# %check
+# sed -i "s/PYTHON ?= python/PYTHON=python3/" Makefile
+# make check
 
 %files
 %defattr(-,root,root,-)




commit python-Pillow for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package python-Pillow for openSUSE:Factory 
checked in at 2016-03-18 21:35:40

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


Package is "python-Pillow"

Changes:

--- /work/SRC/openSUSE:Factory/python-Pillow/python-Pillow.changes  
2016-03-09 19:01:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Pillow.new/python-Pillow.changes 
2016-03-18 21:35:42.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 13 20:32:48 UTC 2016 - dmuel...@suse.com
+
+- add LICENSE
+
+---



Other differences:
--
++ python-Pillow.spec ++
--- /var/tmp/diff_new_pack.41iypa/_old  2016-03-18 21:35:43.0 +0100
+++ /var/tmp/diff_new_pack.41iypa/_new  2016-03-18 21:35:43.0 +0100
@@ -140,7 +140,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES.rst README.rst
+%doc CHANGES.rst README.rst LICENSE
 %{_bindir}/pilconvert
 %{_bindir}/pildriver
 %{_bindir}/pilfile




commit videoproto for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package videoproto for openSUSE:Factory 
checked in at 2016-03-18 21:34:24

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


Package is "videoproto"

Changes:

--- /work/SRC/openSUSE:Factory/videoproto/videoproto.changes2014-09-23 
13:46:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.videoproto.new/videoproto.changes   
2016-03-18 21:34:26.0 +0100
@@ -1,0 +2,6 @@
+Sat Mar 12 00:26:41 UTC 2016 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 2.3.3:
+  No functional change, just squashing a build warning for new xserver.
+
+---

Old:

  videoproto-2.3.1.tar.bz2

New:

  videoproto-2.3.3.tar.bz2



Other differences:
--
++ videoproto.spec ++
--- /var/tmp/diff_new_pack.Uv0aWq/_old  2016-03-18 21:34:27.0 +0100
+++ /var/tmp/diff_new_pack.Uv0aWq/_new  2016-03-18 21:34:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package videoproto
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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:   videoproto
-Version:2.3.1
+Version:2.3.3
 Release:0
 Url:http://xorg.freedesktop.org/
 Summary:The X11 Protocol: X Video extension

++ videoproto-2.3.1.tar.bz2 -> videoproto-2.3.3.tar.bz2 ++
 19445 lines of diff (skipped)