commit munin for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package munin for openSUSE:Factory checked 
in at 2017-09-29 11:57:46

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


Package is "munin"

Fri Sep 29 11:57:46 2017 rev:11 rq:529857 version:2.0.32

Changes:

--- /work/SRC/openSUSE:Factory/munin/munin.changes  2017-06-05 
18:50:37.994755717 +0200
+++ /work/SRC/openSUSE:Factory/.munin.new/munin.changes 2017-09-29 
11:57:50.174075852 +0200
@@ -1,0 +2,5 @@
+Fri Sep 29 04:56:09 UTC 2017 - co...@suse.com
+
+- add perl526.patch to compile with perl 5.26 (no more . in @INC)
+
+---

New:

  perl526.patch



Other differences:
--
++ munin.spec ++
--- /var/tmp/diff_new_pack.p4eZL1/_old  2017-09-29 11:57:51.045952913 +0200
+++ /var/tmp/diff_new_pack.p4eZL1/_new  2017-09-29 11:57:51.049952350 +0200
@@ -48,6 +48,7 @@
 # https://svn.koumbit.net/koumbit/trunk/munin-plugins/quota-usage
 Patch:  munin-plugin-quota_usage_warnings.patch
 Patch2: mysql55.patch
+Patch3: perl526.patch
 BuildRequires:  html2text
 BuildRequires:  perl-HTML-Template
 BuildRequires:  perl-Log-Log4perl
@@ -157,6 +158,7 @@
 unzip %{SOURCE13}
 %patch
 %patch2 -p1
+%patch3 -p1
 
 %build
 %__make HOSTNAME=yourhostname



++ perl526.patch ++
Index: munin-2.0.32/master/Build.PL
===
--- munin-2.0.32.orig/master/Build.PL
+++ munin-2.0.32/master/Build.PL
@@ -1,3 +1,4 @@
+use lib '.';
 use MasterBuilder;
 
 use warnings;
Index: munin-2.0.32/node/Build.PL
===
--- munin-2.0.32.orig/node/Build.PL
+++ munin-2.0.32/node/Build.PL
@@ -1,3 +1,4 @@
+use lib '.';
 use NodeBuilder;
 
 use warnings;
Index: munin-2.0.32/plugins/Build.PL
===
--- munin-2.0.32.orig/plugins/Build.PL
+++ munin-2.0.32/plugins/Build.PL
@@ -1,3 +1,4 @@
+use lib '.';
 use PluginsBuilder;
 
 use warnings;



commit icu4j for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package icu4j for openSUSE:Factory checked 
in at 2017-09-29 11:57:40

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


Package is "icu4j"

Fri Sep 29 11:57:40 2017 rev:10 rq:529854 version:58.1

Changes:

--- /work/SRC/openSUSE:Factory/icu4j/icu4j.changes  2017-09-20 
17:08:49.138258684 +0200
+++ /work/SRC/openSUSE:Factory/.icu4j.new/icu4j.changes 2017-09-29 
11:57:46.338616667 +0200
@@ -1,0 +2,6 @@
+Fri Sep 29 06:29:50 UTC 2017 - fst...@suse.com
+
+- Don't condition the maven defines on release version, but on 
+  _maven_repository being defined
+
+---



Other differences:
--
++ icu4j.spec ++
--- /var/tmp/diff_new_pack.HeDph5/_old  2017-09-29 11:57:47.678427748 +0200
+++ /var/tmp/diff_new_pack.HeDph5/_new  2017-09-29 11:57:47.678427748 +0200
@@ -99,10 +99,10 @@
 %files
 %doc readme.html APIChangeReport.html
 %{_javadir}/%{name}*.jar
-%if 0%{?suse_version} >= 1330
-%{_datadir}/maven-metadata/%{name}.xml*
-%else
+%if %{defined _maven_repository}
 %{_mavendepmapfragdir}/%{name}
+%else
+%{_datadir}/maven-metadata/%{name}.xml*
 %endif
 %{_mavenpomdir}/*.pom
 




commit perl-Authen-SASL for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package perl-Authen-SASL for 
openSUSE:Factory checked in at 2017-09-29 11:57:31

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


Package is "perl-Authen-SASL"

Fri Sep 29 11:57:31 2017 rev:26 rq:529834 version:2.16

Changes:

--- /work/SRC/openSUSE:Factory/perl-Authen-SASL/perl-Authen-SASL.changes
2013-06-05 17:47:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Authen-SASL.new/perl-Authen-SASL.changes   
2017-09-29 11:57:39.247616528 +0200
@@ -1,0 +2,5 @@
+Fri Sep 29 05:01:55 UTC 2017 - co...@suse.com
+
+- add perl526.path to build with perl 5.26
+
+---

New:

  cpanspec.yml
  perl526.path



Other differences:
--
++ perl-Authen-SASL.spec ++
--- /var/tmp/diff_new_pack.TT54vn/_old  2017-09-29 11:57:43.087075148 +0200
+++ /var/tmp/diff_new_pack.TT54vn/_new  2017-09-29 11:57:43.087075148 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Authen-SASL
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,21 +24,14 @@
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Authen-SASL/
-Source: 
http://www.cpan.org/authors/id/G/GB/GBARR/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/G/GB/GBARR/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+Patch0: perl526.path
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Digest::HMAC_MD5)
-#BuildRequires: perl(Authen::SASL)
-#BuildRequires: perl(GSSAPI)
-#BuildRequires: perl(inc::Module::Install)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(YAML::Tiny)
 Requires:   perl(Digest::HMAC_MD5)
 Recommends: perl(GSSAPI)
 %{perl_requires}
@@ -53,18 +46,18 @@
 
 * Authen::SASL::Perl
 
-  This module implements several mechanisms and is implemented entirely in
-  Perl.
+This module implements several mechanisms and is implemented entirely in
+Perl.
 
 * Authen::SASL::XS
 
-  This module uses the Cyrus SASL C-library (both version 1 and 2 are
-  supported).
+This module uses the Cyrus SASL C-library (both version 1 and 2 are
+supported).
 
 * Authen::SASL::Cyrus
 
-  This module is the predecessor to the Authen::SASL::XS manpage. It is
-  reccomended to use the Authen::SASL::XS manpage
+This module is the predecessor to Authen::SASL::XS. It is reccomended to
+use Authen::SASL::XS
 
 By default the order in which these plugins are selected is
 Authen::SASL::XS, Authen::SASL::Cyrus and then Authen::SASL::Perl.
@@ -80,6 +73,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -95,6 +89,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc api.txt Changes compat_pl example_pl MYMETA.json MYMETA.yml
+%doc api.txt Changes compat_pl example_pl
 
 %changelog

++ cpanspec.yml ++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
patches:
  perl526.path: -p1
#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_build: |-
# rm unused.files
#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
++ perl526.path ++
Index: Authen-SASL-2.16/Makefile.PL
===
--- Authen-SASL-2.16.orig/Makefile.PL
+++ Authen-SASL-2.16/Makefile.PL
@@ -3,6 +3,7 @@
 use strict;
 use warnings;
 use 5.005;
+use lib '.';
 use inc::Module::Install;
 
 name   'Authen-SASL';



commit powdertoy for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package powdertoy for openSUSE:Factory 
checked in at 2017-09-29 11:57:26

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


Package is "powdertoy"

Fri Sep 29 11:57:26 2017 rev:3 rq:529161 version:92.5

Changes:

--- /work/SRC/openSUSE:Factory/powdertoy/powdertoy.changes  2017-09-13 
22:36:59.679354455 +0200
+++ /work/SRC/openSUSE:Factory/.powdertoy.new/powdertoy.changes 2017-09-29 
11:57:28.961066979 +0200
@@ -1,0 +2,8 @@
+Thu Sep 28 00:00:00 CEST 2017 - dste...@suse.cz
+
+- update to version 92.5
+ * Added - New sim.takeSnapshot and tpt.record lua functions
+ * Changed - Now compiled with luajit, should increase lua script performance 
by 10-40%
+ * Fix crash with BOMB explosions
+
+---
@@ -6 +13,0 @@
-  * Changed - Fix incorrect 91.1 Windows executable being released
@@ -12 +18,0 @@
-  * Fix incorrect 91.1 Windows executable being released

Old:

  v92.2.333.tar.gz

New:

  v92.5.tar.gz



Other differences:
--
++ powdertoy.spec ++
--- /var/tmp/diff_new_pack.e1XnlE/_old  2017-09-29 11:57:30.576839148 +0200
+++ /var/tmp/diff_new_pack.e1XnlE/_new  2017-09-29 11:57:30.580838583 +0200
@@ -20,7 +20,7 @@
 License:GPL-3.0
 Group:  Amusements/Games/Other
 Name:   powdertoy
-Version:92.2.333
+Version:92.5
 Release:0
 Source: 
https://github.com/simtr/The-Powder-Toy/archive/v%{version}.tar.gz
 Url:http://powdertoy.co.uk

++ v92.2.333.tar.gz -> v92.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/The-Powder-Toy-92.2.333/SConscript 
new/The-Powder-Toy-92.5/SConscript
--- old/The-Powder-Toy-92.2.333/SConscript  2017-09-05 05:08:52.0 
+0200
+++ new/The-Powder-Toy-92.5/SConscript  2017-09-21 15:06:38.0 +0200
@@ -134,7 +134,7 @@
env['ENV']['PATH'] = "{0}:{1}".format(sdlconfigpath, 
env['ENV']['PATH'])
 
 #copy environment variables because scons doesn't do this by default
-for var in ["CC","CXX","LD","LIBPATH"]:
+for var in ["CC","CXX","LD","LIBPATH","STRIP"]:
if var in os.environ:
env[var] = os.environ[var]
print "copying environment variable 
{0}={1!r}".format(var,os.environ[var])
@@ -210,7 +210,8 @@
 def CheckFramework(context, framework):
import SCons.Conftest
#Extreme hack, TODO: maybe think of a better one (like replicating 
CheckLib here) or at least just fix the message
-   oldLinkFlags = context.env.Append(LINKFLAGS=["-framework", framework])
+   oldLinkFlags = env["LINKFLAGS"]
+   context.env.Append(LINKFLAGS=["-framework", framework])
context.Display("Checking for Darwin Framework 
{0}...".format(framework))
ret = SCons.Conftest.CheckLib(context, ["m"], autoadd = 0)
context.did_show_result = 1
@@ -415,6 +416,8 @@
 elif platform == "Darwin":
env.Append(CPPDEFINES=['MACOSX'])
#env.Append(LINKFLAGS=['-headerpad_max_install_names']) #needed in some 
cross compiles
+   if GetOption('luajit'):
+   env.Append(LINKFLAGS=['-pagezero_size=1', 
'-image_base=1'])
 
 
 #Add architecture flags and defines
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/The-Powder-Toy-92.2.333/src/Config.h 
new/The-Powder-Toy-92.5/src/Config.h
--- old/The-Powder-Toy-92.2.333/src/Config.h2017-09-05 05:08:52.0 
+0200
+++ new/The-Powder-Toy-92.5/src/Config.h2017-09-21 15:06:38.0 
+0200
@@ -16,11 +16,11 @@
 #endif
 
 #ifndef MINOR_VERSION
-#define MINOR_VERSION 2
+#define MINOR_VERSION 5
 #endif
 
 #ifndef BUILD_NUM
-#define BUILD_NUM 333
+#define BUILD_NUM 336
 #endif
 
 #ifndef SNAPSHOT_ID




commit vagrant for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package vagrant for openSUSE:Factory checked 
in at 2017-09-29 11:57:21

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


Package is "vagrant"

Fri Sep 29 11:57:21 2017 rev:4 rq:529155 version:1.9.7

Changes:

--- /work/SRC/openSUSE:Factory/vagrant/vagrant.changes  2017-08-31 
21:03:31.687860569 +0200
+++ /work/SRC/openSUSE:Factory/.vagrant.new/vagrant.changes 2017-09-29 
11:57:24.061757805 +0200
@@ -1,0 +2,8 @@
+Thu Sep 28 13:38:17 UTC 2017 - dims...@opensuse.org
+
+- Lock rubygem-net-ssh to 4.1 branch, matching the resulting
+  dependency from vagrant.gemspec:
+  + add_dependency "net-ssh", "~> 4.1.0", meaning anything from
+4.1.0 to just before 4.2 is acceptable.
+
+---



Other differences:
--
++ vagrant.spec ++
--- /var/tmp/diff_new_pack.avaE05/_old  2017-09-29 11:57:25.253589751 +0200
+++ /var/tmp/diff_new_pack.avaE05/_new  2017-09-29 11:57:25.257589186 +0200
@@ -71,7 +71,7 @@
 # Prevent have choice for rubygem(ruby:2.2.0:net-scp)
 BuildRequires:  %{rubygem net-scp >= 1.2}
 BuildRequires:  %{rubygem net-sftp}
-BuildRequires:  %{rubygem net-ssh}
+BuildRequires:  %{rubygem net-ssh:4.1}
 # Prevent have choice for rubygem(ruby:2.2.0:nokogiri)
 BuildRequires:  %{rubygem nokogiri >= 1.7}
 # Prevent have choice for rubygem(ruby:2.1.0:mime-types) >= 1.16 




commit nodejs8 for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package nodejs8 for openSUSE:Factory checked 
in at 2017-09-29 11:57:00

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


Package is "nodejs8"

Fri Sep 29 11:57:00 2017 rev:4 rq:529110 version:8.6.0

Changes:

--- /work/SRC/openSUSE:Factory/nodejs8/nodejs8.changes  2017-09-22 
21:33:57.388295035 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs8.new/nodejs8.changes 2017-09-29 
11:57:12.351409022 +0200
@@ -1,0 +2,14 @@
+Wed Sep 27 15:02:48 UTC 2017 - adam.ma...@suse.de
+
+- New upstream version 8.6.0:
+  * crypto: Support for multiple ECDH curves.
+  * dgram:
++ Added setMulticastInterface() API
++ Custom lookup functions are now supported.
+  * n-api: The command-line flag is no longer required to use N-API
+  * tls: Docs-only deprecation of parseCertString().
+  * path: fix normalize paths ending with two dots
+  * see https://nodejs.org/en/blog/release/v8.6.0/ for full
+changelog
+
+---

Old:

  node-v8.5.0.tar.xz

New:

  node-v8.6.0.tar.xz



Other differences:
--
++ nodejs8.spec ++
--- /var/tmp/diff_new_pack.UZCSxP/_old  2017-09-29 11:57:13.323271984 +0200
+++ /var/tmp/diff_new_pack.UZCSxP/_new  2017-09-29 11:57:13.323271984 +0200
@@ -26,7 +26,7 @@
 ###
 
 Name:   nodejs8
-Version:8.5.0
+Version:8.6.0
 Release:0
 
 %if 0%{?sles_version} == 11

++ SHASUMS256.txt ++
--- /var/tmp/diff_new_pack.UZCSxP/_old  2017-09-29 11:57:13.367265781 +0200
+++ /var/tmp/diff_new_pack.UZCSxP/_new  2017-09-29 11:57:13.371265217 +0200
@@ -1,42 +1,40 @@
-ac88cdf15b0984efb87a81b6b692ad2a86711516453b8e8fd4923003b578  
node-v8.5.0-aix-ppc64.tar.gz
-0c8d4c4d90f858a19a29fe1ae7f42b2b7f1a4d3caaa25bea2e08479c00ebbd5f  
node-v8.5.0-darwin-x64.tar.gz
-30cdfc139d8909eabde9bb4439c1b2409b9814ff05032368e9ed96555af1c860  
node-v8.5.0-darwin-x64.tar.xz
-c0e2c5ad594cc0d5898d933fc4d859974e62034b9e691af4fc3fdc8f0755300f  
node-v8.5.0-headers.tar.gz
-8e83244ac9e0fedd472aed02da6857f1befdba74fd29cf56a40476fd7f020aec  
node-v8.5.0-headers.tar.xz
-09004f9cc8039918e48ce846173dbd37e8673c9a6ada34bdb2e073534c70c9af  
node-v8.5.0-linux-arm64.tar.gz
-e0decdebe73dba516d6c72401e337cee6277c6e00f817b0bf1c592360adfd4e6  
node-v8.5.0-linux-arm64.tar.xz
-b6e8f2963c149a556ca2c3f2bfbd42a94ea2f51608e4d1873364b86c283c11da  
node-v8.5.0-linux-armv6l.tar.gz
-fee64a5843ebcd20b3a553b2fcc032729a90fcf23da236ebdd7dc241fcf93736  
node-v8.5.0-linux-armv6l.tar.xz
-3caed49e1367eb0a173646a9f82616401127a96cf8c569f5bf5a1dbfba74680c  
node-v8.5.0-linux-armv7l.tar.gz
-c0b8adcc54a754a84768d8860d4e2abd2eaba35b579fdc0a576e830c7d7ac599  
node-v8.5.0-linux-armv7l.tar.xz
-82dedda02b88df74d9f0f415d27da3b7ab584b1679b032d70773fe59a954f3c1  
node-v8.5.0-linux-ppc64le.tar.gz
-abc1db0f2a731d67b598b6e784acee341e0e6272fe61c5f337522ab576ff2cd0  
node-v8.5.0-linux-ppc64le.tar.xz
-73e218998534f1c467591d474a9436ada1b6adc4977709f482393b6b00eedd6c  
node-v8.5.0-linux-ppc64.tar.gz
-adeed3f1b7ebc7495a694ffa1514cb9e4700ad4a580c1cd6f529e814e184e11f  
node-v8.5.0-linux-ppc64.tar.xz
-09eb6157502faabf4e3d22fbe3c31245f5c9e14cf3ec9e25ba5ce1bc19ea84ee  
node-v8.5.0-linux-s390x.tar.gz
-b75d06cadaa1611b0ee10ebc5a3127f529afc1e19d3ee1299ba05f31c9f969fa  
node-v8.5.0-linux-s390x.tar.xz
-710235e04553147b9c18deadc7cefa4297d4dce190de94cc625d2cf6b9ba  
node-v8.5.0-linux-x64.tar.gz
-a9651fcc6259b4a944ebb72e6dd116602c7b26ddf939599b060d1d3e6ead8c36  
node-v8.5.0-linux-x64.tar.xz
-00ea2be3a78b1694439254d9c7232ce79748d5ff3e0d9bb2ff1fcd090d502d63  
node-v8.5.0-linux-x86.tar.gz
-b420254e8ec211bc28059176890d4dab83e2ee7e72965a6953aec9bf87b9db97  
node-v8.5.0-linux-x86.tar.xz
-20362cacfceb34512a03ba766e239c142fe89ed6ecbff21a851dd52015482c88  
node-v8.5.0.pkg
-6f8ce37b15c6e950d98b0523326484e5c23fd2df36f69c032f08790e90ad0f73  
node-v8.5.0-sunos-x64.tar.gz
-fb06d47106af700633885c476177e52e5e6be3c4bcdb84d7263dd0ff3e47040e  
node-v8.5.0-sunos-x64.tar.xz
-495b3383d8116b8f82648754c2df54950f68205852b0094f95632da9c558ff68  
node-v8.5.0-sunos-x86.tar.gz
-b441d93edac5aac5e46cac93354638d7ab5d5e4216fcd3bf279196fe84f6e761  
node-v8.5.0-sunos-x86.tar.xz
-dd5ac97074882ba62892bdb91ec5e624c338d772a6218da08c182231031a4446  
node-v8.5.0.tar.gz
-e1cde5d8e5049e7e1b61aef128f26162059d885dc8cab5014bf5cbf693f75c3c  
node-v8.5.0.tar.xz
-bce2013fdd2d6fbd6bbca1397e07600d01081be711e18fb8a9515443f4eb89a6  
node-v8.5.0-win-x64.7z
-c385d162c15a7a85d42755ee8c78c1c73bd251e2f7cbf82e5e20c824564aa9df  
node-v8.5.0-win-x64.zip
-797bed56fe22b52ab8639e4377ffa6a62f921ab0b9ff671fe2ecb6fb2bbcd1f4  
node-v8.5.0-win-x86.7z
-e2cfb400453

commit python-tqdm for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package python-tqdm for openSUSE:Factory 
checked in at 2017-09-29 11:57:19

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


Package is "python-tqdm"

Fri Sep 29 11:57:19 2017 rev:2 rq:529153 version:4.17.1

Changes:

--- /work/SRC/openSUSE:Factory/python-tqdm/python-tqdm.changes  2017-08-04 
11:59:07.989718596 +0200
+++ /work/SRC/openSUSE:Factory/.python-tqdm.new/python-tqdm.changes 
2017-09-29 11:57:20.274291855 +0200
@@ -1,0 +2,32 @@
+Sun Sep 24 01:41:06 UTC 2017 - a...@gmx.de
+
+- update to version 4.17.1:
+  * __repr__() bugfix
+  * better unicode detection
+  * initialise `n` even when disabled
+
+- changes from version 4.17.0:
+  * easier redirect of stdout (#426 -> #431)
++ cls.external_write_mode() @contextmanager
+  * refresh=True for set_description/update(_str) (#317 -> #377)
+
+- changes from version 4.16.0:
+  * more formatting control (#347 -> #362)
++ set_postfix_str(), set_description_str()
++ move ": " to bar_format
++ complements #266, #270
+  * better CLI support (e.g. hyphenated paths) (#421 #423 -> #424)
+  * more unit tests (#411)
++ upgrade to pypy2/3-5.8.0
++ add py37-dev
+  * doc updates
+
+- changes from version 4.15.0 :
+  * minor fixes (#395)
+  * minor documentation updates (#400, #401, #412)
+  * better pandas support (#351 -> #409)
+  * Jupyter notebook fix (#352, #369 -> #373, #405)
+  * optimise setcheckinterval/setswitchinterval (#376)
+  * add unit_scale (#273, #295 -> #378)
+
+---

Old:

  tqdm-4.14.0.tar.gz

New:

  tqdm-4.17.1.tar.gz



Other differences:
--
++ python-tqdm.spec ++
--- /var/tmp/diff_new_pack.VAK1tX/_old  2017-09-29 11:57:21.506118163 +0200
+++ /var/tmp/diff_new_pack.VAK1tX/_new  2017-09-29 11:57:21.506118163 +0200
@@ -20,7 +20,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:   python-tqdm
-Version:4.14.0
+Version:4.17.1
 Release:0
 Summary:A Fast, Extensible Progress Meter
 License:MPL-2.0 and MIT

++ tqdm-4.14.0.tar.gz -> tqdm-4.17.1.tar.gz ++
 3032 lines of diff (skipped)




commit python-audioread for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package python-audioread for 
openSUSE:Factory checked in at 2017-09-29 11:57:15

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


Package is "python-audioread"

Fri Sep 29 11:57:15 2017 rev:2 rq:529152 version:2.1.5

Changes:

--- /work/SRC/openSUSE:Factory/python-audioread/python-audioread.changes
2017-08-24 18:51:01.337050691 +0200
+++ /work/SRC/openSUSE:Factory/.python-audioread.new/python-audioread.changes   
2017-09-29 11:57:16.842775717 +0200
@@ -1,0 +2,15 @@
+Thu Sep 28 07:21:03 UTC 2017 - alarr...@suse.com
+
+- Update to 2.1.5 
+  * Properly clean up the file handle when a backend fails to decode a file.
+  * Fix parsing of "N.M" channel counts in the FFmpeg backend.
+  * Avoid a crash in the raw backend when a file uses an unsupported
+number of bits per sample (namely, 24-bit samples in Python < 3.4).
+  * Add a __version__ value to the package.
+
+---
+Sat Aug 12 21:19:28 UTC 2017 - jeng...@inai.de
+
+- Trim author list and redundant license info. Improve summary.
+
+---

Old:

  audioread-2.1.4.tar.gz

New:

  audioread-2.1.5.tar.gz



Other differences:
--
++ python-audioread.spec ++
--- /var/tmp/diff_new_pack.hiDH14/_old  2017-09-29 11:57:17.570673080 +0200
+++ /var/tmp/diff_new_pack.hiDH14/_new  2017-09-29 11:57:17.574672516 +0200
@@ -18,9 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-audioread
-Version:2.1.4
+Version:2.1.5
 Release:0
-Summary:multi-library, cross-platform audio decoding
+Summary:Wrapper for audio decoding via selectable backends
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/sampsyo/audioread
@@ -42,9 +42,6 @@
 - The standard library wave, aifc, and sunau modules (for
   uncompressed audio formats).
 
-audioread is by Adrian Sampson. It is made available under the MIT
-license. An alternative to this module is decoder.py.
-
 %prep
 %setup -q -n audioread-%{version}
 

++ audioread-2.1.4.tar.gz -> audioread-2.1.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audioread-2.1.4/PKG-INFO new/audioread-2.1.5/PKG-INFO
--- old/audioread-2.1.4/PKG-INFO2016-06-26 02:58:11.0 +0200
+++ new/audioread-2.1.5/PKG-INFO2017-06-10 22:41:46.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: audioread
-Version: 2.1.4
+Version: 2.1.5
 Summary: multi-library, cross-platform audio decoding
 Home-page: https://github.com/sampsyo/audioread
 Author: Adrian Sampson
@@ -43,10 +43,10 @@
 do_something(buf)
 
 Buffers in the file can be accessed by iterating over the object 
returned from
-``audio_open``. Each buffer is a ``buffer`` or ``str`` object 
containing raw
-**16-bit little-endian signed integer PCM data**. (Currently, these 
PCM format
-parameters are not configurable, but this could be added to most of the
-backends.)
+``audio_open``. Each buffer is a bytes-like object (``buffer``, 
``bytes``, or
+``bytearray``) containing raw **16-bit little-endian signed integer PCM
+data**. (Currently, these PCM format parameters are not configurable, 
but this
+could be added to most of the backends.)
 
 Additional values are available as fields on the audio file object:
 
@@ -73,6 +73,13 @@
 Version History
 ---
 
+2.1.5
+  Properly clean up the file handle when a backend fails to decode a 
file.
+  Fix parsing of "N.M" channel counts in the FFmpeg backend (thanks to 
@piem).
+  Avoid a crash in the raw backend when a file uses an unsupported 
number of
+  bits per sample (namely, 24-bit samples in Python < 3.4).
+  Add a ``__version__`` value to the package.
+
 2.1.4
   Fix a bug in the FFmpeg backend where, after closing a file, the 
program's
   standard input stream would be "broken" and wouldn't receive any 
input.
@@ -187,3 +194,4 @@
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audioread-2.1.4/README.rst 
new/audioread-2.1.5/README.rst
--- old/audi

commit python-oslo.config for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package python-oslo.config for 
openSUSE:Factory checked in at 2017-09-29 11:56:36

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


Package is "python-oslo.config"

Fri Sep 29 11:56:36 2017 rev:23 rq:529085 version:4.11.1

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.config/python-oslo.config.changes
2017-08-28 15:29:41.043156515 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.config.new/python-oslo.config.changes   
2017-09-29 11:56:39.376058732 +0200
@@ -1,0 +2,9 @@
+Thu Sep 28 06:58:37 UTC 2017 - cloud-de...@suse.de
+
+- update to version 4.11.1
+  - Update .gitreview for stable/pike
+  - Empty groupname will be 'DEFAULT' by default
+  - Updated from global requirements
+  - Update UPPER_CONSTRAINTS_FILE for stable/pike
+
+---

Old:

  oslo.config-4.11.0.tar.gz

New:

  oslo.config-4.11.1.tar.gz



Other differences:
--
++ python-oslo.config.spec ++
--- /var/tmp/diff_new_pack.hhR1Xq/_old  2017-09-29 11:56:40.023967372 +0200
+++ /var/tmp/diff_new_pack.hhR1Xq/_new  2017-09-29 11:56:40.027966808 +0200
@@ -18,7 +18,7 @@
 
 %global sname oslo.config
 Name:   python-oslo.config
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:OpenStack common configuration library
 License:Apache-2.0
@@ -64,7 +64,7 @@
 Summary:Documentation for OpenStack common configuration library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.11.0
+BuildRequires:  python-openstackdocstheme >= 1.16.0
 
 %description doc
 Documentation for the oslo-config library.

++ oslo.config-4.11.0.tar.gz -> oslo.config-4.11.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.config-4.11.0/AUTHORS 
new/oslo.config-4.11.1/AUTHORS
--- old/oslo.config-4.11.0/AUTHORS  2017-07-21 01:28:55.0 +0200
+++ new/oslo.config-4.11.1/AUTHORS  2017-09-27 06:25:24.0 +0200
@@ -136,6 +136,7 @@
 YAMAMOTO Takashi 
 Yibo Cai 
 Yuriy Taraday 
+Yuval Brik 
 ZhiQiang Fan 
 Zhihai Song 
 ZhongShengping 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.config-4.11.0/ChangeLog 
new/oslo.config-4.11.1/ChangeLog
--- old/oslo.config-4.11.0/ChangeLog2017-07-21 01:28:55.0 +0200
+++ new/oslo.config-4.11.1/ChangeLog2017-09-27 06:25:24.0 +0200
@@ -1,6 +1,14 @@
 CHANGES
 ===
 
+4.11.1
+--
+
+* Updated from global requirements
+* Empty groupname will be 'DEFAULT' by default
+* Update UPPER\_CONSTRAINTS\_FILE for stable/pike
+* Update .gitreview for stable/pike
+
 4.11.0
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.config-4.11.0/PKG-INFO 
new/oslo.config-4.11.1/PKG-INFO
--- old/oslo.config-4.11.0/PKG-INFO 2017-07-21 01:28:55.0 +0200
+++ new/oslo.config-4.11.1/PKG-INFO 2017-09-27 06:25:25.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: oslo.config
-Version: 4.11.0
+Version: 4.11.1
 Summary: Oslo Configuration API
 Home-page: https://docs.openstack.org/oslo.config/latest/
 Author: OpenStack
 Author-email: openstack-...@lists.openstack.org
 License: UNKNOWN
+Description-Content-Type: UNKNOWN
 Description: 
 Team and repository tags
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.config-4.11.0/oslo.config.egg-info/PKG-INFO 
new/oslo.config-4.11.1/oslo.config.egg-info/PKG-INFO
--- old/oslo.config-4.11.0/oslo.config.egg-info/PKG-INFO2017-07-21 
01:28:55.0 +0200
+++ new/oslo.config-4.11.1/oslo.config.egg-info/PKG-INFO2017-09-27 
06:25:24.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: oslo.config
-Version: 4.11.0
+Version: 4.11.1
 Summary: Oslo Configuration API
 Home-page: https://docs.openstack.org/oslo.config/latest/
 Author: OpenStack
 Author-email: openstack-...@lists.openstack.org
 License: UNKNOWN
+Description-Content-Type: UNKNOWN
 Description: 
 Team and repository tags
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.config-4.11.0/oslo.config.egg-info/pbr.json 
new/oslo.config-4.11.1/oslo.config.egg-info/pbr.json
--- old/oslo.config-4.11.0/oslo.config.egg-info/pbr.json2017-07-21 
01:28:55.0 +0200
+++ new/oslo.config-4.11.1/oslo.config.egg-inf

commit python-automaton for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package python-automaton for 
openSUSE:Factory checked in at 2017-09-29 11:56:18

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


Package is "python-automaton"

Fri Sep 29 11:56:18 2017 rev:7 rq:529072 version:1.12.1

Changes:

--- /work/SRC/openSUSE:Factory/python-automaton/python-automaton.changes
2017-08-28 15:32:40.765890423 +0200
+++ /work/SRC/openSUSE:Factory/.python-automaton.new/python-automaton.changes   
2017-09-29 11:56:25.645994756 +0200
@@ -1,0 +2,8 @@
+Thu Sep 28 06:18:52 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.12.1
+  - Update .gitreview for stable/pike
+  - Updated from global requirements
+  - Update UPPER_CONSTRAINTS_FILE for stable/pike
+
+---

Old:

  automaton-1.12.0.tar.gz

New:

  automaton-1.12.1.tar.gz



Other differences:
--
++ python-automaton.spec ++
--- /var/tmp/diff_new_pack.fkdwbJ/_old  2017-09-29 11:56:26.505873508 +0200
+++ /var/tmp/diff_new_pack.fkdwbJ/_new  2017-09-29 11:56:26.509872943 +0200
@@ -18,7 +18,7 @@
 
 %global sname automaton
 Name:   python-automaton
-Version:1.12.0
+Version:1.12.1
 Release:0
 Summary:Friendly state machines for python
 License:Apache-2.0
@@ -48,7 +48,7 @@
 Summary:Documentation for the Automaton Library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.11.0
+BuildRequires:  python-openstackdocstheme >= 1.16.0
 
 %description doc
 Documentation for the Automaton library.

++ automaton-1.12.0.tar.gz -> automaton-1.12.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.12.0/ChangeLog 
new/automaton-1.12.1/ChangeLog
--- old/automaton-1.12.0/ChangeLog  2017-07-18 15:08:40.0 +0200
+++ new/automaton-1.12.1/ChangeLog  2017-09-27 06:25:17.0 +0200
@@ -1,6 +1,13 @@
 CHANGES
 ===
 
+1.12.1
+--
+
+* Updated from global requirements
+* Update UPPER\_CONSTRAINTS\_FILE for stable/pike
+* Update .gitreview for stable/pike
+
 1.12.0
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.12.0/PKG-INFO 
new/automaton-1.12.1/PKG-INFO
--- old/automaton-1.12.0/PKG-INFO   2017-07-18 15:08:40.0 +0200
+++ new/automaton-1.12.1/PKG-INFO   2017-09-27 06:25:17.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: automaton
-Version: 1.12.0
+Version: 1.12.1
 Summary: Friendly state machines for python.
 Home-page: https://docs.openstack.org/automaton/latest/
 Author: OpenStack
 Author-email: openstack-...@lists.openstack.org
 License: UNKNOWN
+Description-Content-Type: UNKNOWN
 Description: =
 Automaton
 =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.12.0/automaton.egg-info/PKG-INFO 
new/automaton-1.12.1/automaton.egg-info/PKG-INFO
--- old/automaton-1.12.0/automaton.egg-info/PKG-INFO2017-07-18 
15:08:40.0 +0200
+++ new/automaton-1.12.1/automaton.egg-info/PKG-INFO2017-09-27 
06:25:17.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: automaton
-Version: 1.12.0
+Version: 1.12.1
 Summary: Friendly state machines for python.
 Home-page: https://docs.openstack.org/automaton/latest/
 Author: OpenStack
 Author-email: openstack-...@lists.openstack.org
 License: UNKNOWN
+Description-Content-Type: UNKNOWN
 Description: =
 Automaton
 =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.12.0/automaton.egg-info/pbr.json 
new/automaton-1.12.1/automaton.egg-info/pbr.json
--- old/automaton-1.12.0/automaton.egg-info/pbr.json2017-07-18 
15:08:40.0 +0200
+++ new/automaton-1.12.1/automaton.egg-info/pbr.json2017-09-27 
06:25:17.0 +0200
@@ -1 +1 @@
-{"git_version": "d34d157", "is_release": true}
\ No newline at end of file
+{"git_version": "0028da7", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.12.0/test-requirements.txt 
new/automaton-1.12.1/test-requirements.txt
--- old/automaton-1.12.0/test-requirements.txt  2017-07-18 15:06:40.0 
+0200
+++ new/automaton-1.12.1/test-requirements.txt  2017-09-27 06:23:07.0 
+0200
@@ -8,7 +8,7 @@
 coverage!=4.4,>=4.0 # Apache-2.0
 python-subunit>=0.0.18 # Apache-2.0/BSD
 sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.11.0 # Apa

commit e16 for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package e16 for openSUSE:Factory checked in 
at 2017-09-29 11:56:39

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


Package is "e16"

Fri Sep 29 11:56:39 2017 rev:8 rq:529105 version:1.0.18

Changes:

--- /work/SRC/openSUSE:Factory/e16/e16.changes  2017-06-17 10:22:40.750376228 
+0200
+++ /work/SRC/openSUSE:Factory/.e16.new/e16.changes 2017-09-29 
11:56:41.151808340 +0200
@@ -1,0 +2,17 @@
+Wed Sep 27 16:50:54 UTC 2017 - dims...@opensuse.org
+
+- Fixup sound dependencies: we pass --enable-sound to configure,
+  which, according to configure, implies 'pulseaudio' (unless
+  specified as --enable-sound=esound).
+  + Drop esound-devel BuildRequires: not needed, since we never
+passed --enable-sound=esound to configure.
+  + Drop pkgconfig(alas) BuildRequires: no needed, since e16 has no
+alsa support.
+  + Add pkgconfig(libpulse) BuildRequires: Enable the implied sound
+module for 16.
+- Toggle with_sound to 0, until somebody actually fixes the build
+  with PulseAudio (note: this is defacto the same as we had before
+  as the dependencies were simply not in place and configure
+  silently switched off --enable-sound).
+
+---



Other differences:
--
++ e16.spec ++
--- /var/tmp/diff_new_pack.pvQiYC/_old  2017-09-29 11:56:41.883705138 +0200
+++ /var/tmp/diff_new_pack.pvQiYC/_new  2017-09-29 11:56:41.887704574 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define enable_sound   1
+%define enable_sound   0
 %define enable_hints_gnome 0
 %define enable_zoom1
 %define enable_xrandr  1
@@ -57,8 +57,7 @@
 Obsoletes:  enlightenment >= 1.0.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{enable_sound}
-BuildRequires:  esound-devel
-BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(libpulse)
 %endif
 %if %{enable_pango}
 BuildRequires:  pkgconfig(pango)




commit libunicap for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package libunicap for openSUSE:Factory 
checked in at 2017-09-29 11:56:41

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


Package is "libunicap"

Fri Sep 29 11:56:41 2017 rev:16 rq:529107 version:0.9.12

Changes:

--- /work/SRC/openSUSE:Factory/libunicap/libunicap.changes  2015-04-13 
20:31:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libunicap.new/libunicap.changes 2017-09-29 
11:56:42.155666790 +0200
@@ -1,0 +2,6 @@
+Thu Sep 28 08:17:01 UTC 2017 - davejpla...@gmail.com
+
+- Fix Factory build by disable gtk-doc html build due to
+  gtkdoc-mktmpl having been removed.
+
+---



Other differences:
--
++ libunicap.spec ++
--- /var/tmp/diff_new_pack.kJSX7d/_old  2017-09-29 11:56:43.311503810 +0200
+++ /var/tmp/diff_new_pack.kJSX7d/_new  2017-09-29 11:56:43.311503810 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libunicap
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -106,7 +106,7 @@
 mkdir -p m4
 autoreconf -fiv
 intltoolize --force
-%configure --disable-rpath --disable-static --enable-gtk-doc --enable-libv4l
+%configure --disable-rpath --disable-static --enable-gtk-doc-html=no 
--enable-libv4l
 make %{?_smp_mflags}
 
 %install




commit cgal for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package cgal for openSUSE:Factory checked in 
at 2017-09-29 11:55:55

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


Package is "cgal"

Fri Sep 29 11:55:55 2017 rev:11 rq:528980 version:4.11

Changes:

--- /work/SRC/openSUSE:Factory/cgal/cgal.changes2017-02-09 
11:16:54.320132022 +0100
+++ /work/SRC/openSUSE:Factory/.cgal.new/cgal.changes   2017-09-29 
11:56:09.168318218 +0200
@@ -1,0 +2,23 @@
+Wed Sep 27 14:58:36 UTC 2017 - mvet...@suse.com
+
+- Always use Qt5
+
+---
+Wed Sep 27 13:48:30 UTC 2017 - mvet...@suse.com
+
+- boo#1060631: Add cgal-4.11-opengl-es-arm.patch
+  On armv7 Qt uses OpenGL ES headers.
+  cgal included GL/gl.h desktop header, but they cannot be mixed.
+
+---
+Wed Sep 27 09:54:34 UTC 2017 - mvet...@suse.com
+
+- Remove boost conditionals. They are handled in prj conf.
+
+---
+Tue Sep 26 13:35:19 UTC 2017 - mvet...@suse.com
+
+- Update to 4.11
+  * details can be found in CHANGES file
+
+---

Old:

  CGAL-4.7-doc_html.tar.xz
  CGAL-4.7.tar.xz

New:

  CGAL-4.11-doc_html.tar.xz
  CGAL-4.11.tar.xz
  cgal-4.11-opengl-es-arm.patch



Other differences:
--
++ cgal.spec ++
--- /var/tmp/diff_new_pack.0uoc2h/_old  2017-09-29 11:56:13.351728329 +0200
+++ /var/tmp/diff_new_pack.0uoc2h/_new  2017-09-29 11:56:13.355727765 +0200
@@ -22,49 +22,39 @@
 #@TODO : split package in coherent parts
 #@TODO : rename parts (inspirated by sfcgal packaging)
 #@TODO : ask for rename and take into account the obsolete existant thing. 
like libcgal deps
-%define _sover 11
+%define _sover 13
 %define _sourcename CGAL
 %define _libname libCGAL%{_sover}
-%if 0%{?suse_version} >= 1320 || ( 0%{?suse_version} == 1315 && 
0%{?is_opensuse} ) 
-%define have_qt5 1
-%else
-%define have_qt5 0
-%endif
 Name:   cgal
-Version:4.7
+Version:4.11
 Release:0
 Summary:Computational Geometry Algorithms Library
-License:GPL-3.0+ and LGPL-3.0+
+License:GPL-3.0+ AND LGPL-3.0+
 Group:  Productivity/Graphics/CAD
 Url:http://www.cgal.org/
 # You will need to update the magic numbers from the download urls on updating
 Source0:
https://github.com/CGAL/cgal/releases/download/releases%%2FCGAL-%{version}/CGAL-%{version}.tar.xz
 Source1:
https://github.com/CGAL/cgal/releases/download/releases%%2FCGAL-%{version}/CGAL-%{version}-doc_html.tar.xz
 Source2:cgal-rpmlintrc
+Patch0: cgal-4.11-opengl-es-arm.patch
 BuildRequires:  blas-devel
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_system-devel
-BuildRequires:  libboost_thread-devel
-%else
-BuildRequires:  boost-devel >= 1.39
-%endif
-BuildRequires:  cmake
+BuildRequires:  cmake >= 2.8.11
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  glu-devel
 BuildRequires:  gmp-devel
 BuildRequires:  lapack-devel
-%if %{have_qt5}
-BuildRequires:  libqt5-qtbase-devel
-BuildRequires:  libqt5-qtscript-devel
-BuildRequires:  libqt5-qtsvg-devel
-BuildRequires:  libqt5-qttools-devel
-%endif
 BuildRequires:  mpfr-devel
 BuildRequires:  xz
 BuildRequires:  zlib-devel
 Requires:   libcgal-devel = %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  libQt5OpenGL-devel >= 5.3
+BuildRequires:  libboost_system-devel
+BuildRequires:  libboost_thread-devel
+BuildRequires:  libqt5-qtbase-devel >= 5.3
+BuildRequires:  libqt5-qtscript-devel >= 5.3
+BuildRequires:  libqt5-qtsvg-devel >= 5.3
+BuildRequires:  libqt5-qttools-devel >= 5.3
 
 %description
 CGAL provides geometric algorithms in a C++ library.
@@ -77,7 +67,7 @@
 
 %package -n %{_libname}
 Summary:Computational Geometry Algorithms Library
-License:GPL-3.0+ and LGPL-3.0+
+License:GPL-3.0+ AND LGPL-3.0+
 Group:  System/Libraries
 
 %description -n %{_libname}
@@ -91,7 +81,7 @@
 
 %package devel
 Summary:Development files and tools for CGAL applications
-License:GPL-3.0+ and LGPL-3.0+ and BSL-1.0
+License:GPL-3.0+ AND LGPL-3.0+ AND BSL-1.0
 Group:  Development/Libraries/C and C++
 Requires:   %{_libname} = %{version}
 Requires:   blas
@@ -111,7 +101,7 @@
 
 %package demo-examples-devel
 Summary:Example & demo files for CGAL library usage
-License:GPL-3.0+ and LGPL-3.0+ and BSL-1.0 and MIT
+License:GPL-3.0+ AND LGPL-3.0+ AND BSL-1.0 AND MIT
 Group:  Development/Libraries/C and C++
 Requires:   

commit python-oslo.middleware for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package python-oslo.middleware for 
openSUSE:Factory checked in at 2017-09-29 11:56:33

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


Package is "python-oslo.middleware"

Fri Sep 29 11:56:33 2017 rev:7 rq:529083 version:3.30.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-oslo.middleware/python-oslo.middleware.changes
2017-08-28 15:30:49.409545588 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.middleware.new/python-oslo.middleware.changes
   2017-09-29 11:56:36.524460824 +0200
@@ -1,0 +2,9 @@
+Thu Sep 28 06:54:30 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.30.1
+  - Invalid parsing of Forwarded header fixed
+  - Update .gitreview for stable/pike
+  - Updated from global requirements
+  - Update UPPER_CONSTRAINTS_FILE for stable/pike
+
+---

Old:

  oslo.middleware-3.30.0.tar.gz

New:

  oslo.middleware-3.30.1.tar.gz



Other differences:
--
++ python-oslo.middleware.spec ++
--- /var/tmp/diff_new_pack.1o8Qya/_old  2017-09-29 11:56:37.060385255 +0200
+++ /var/tmp/diff_new_pack.1o8Qya/_new  2017-09-29 11:56:37.060385255 +0200
@@ -18,7 +18,7 @@
 
 %global sname oslo.middleware
 Name:   python-oslo.middleware
-Version:3.30.0
+Version:3.30.1
 Release:0
 Summary:OpenStack oslo.middleware library
 License:Apache-2.0
@@ -64,7 +64,7 @@
 Summary:Documentation for OpenStack middleware library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.11.0
+BuildRequires:  python-openstackdocstheme >= 1.16.0
 BuildRequires:  python-reno >= 1.8.0
 
 %description doc

++ oslo.middleware-3.30.0.tar.gz -> oslo.middleware-3.30.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.middleware-3.30.0/AUTHORS 
new/oslo.middleware-3.30.1/AUTHORS
--- old/oslo.middleware-3.30.0/AUTHORS  2017-07-18 15:09:33.0 +0200
+++ new/oslo.middleware-3.30.1/AUTHORS  2017-09-27 06:25:25.0 +0200
@@ -1,4 +1,5 @@
 Abhijeet Malawade 
+Adam Kijak 
 Aditi Raveesh 
 Akihiro Motoki 
 Andreas Jaeger 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.middleware-3.30.0/ChangeLog 
new/oslo.middleware-3.30.1/ChangeLog
--- old/oslo.middleware-3.30.0/ChangeLog2017-07-18 15:09:33.0 
+0200
+++ new/oslo.middleware-3.30.1/ChangeLog2017-09-27 06:25:25.0 
+0200
@@ -1,6 +1,14 @@
 CHANGES
 ===
 
+3.30.1
+--
+
+* Invalid parsing of Forwarded header fixed
+* Updated from global requirements
+* Update UPPER\_CONSTRAINTS\_FILE for stable/pike
+* Update .gitreview for stable/pike
+
 3.30.0
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.middleware-3.30.0/PKG-INFO 
new/oslo.middleware-3.30.1/PKG-INFO
--- old/oslo.middleware-3.30.0/PKG-INFO 2017-07-18 15:09:33.0 +0200
+++ new/oslo.middleware-3.30.1/PKG-INFO 2017-09-27 06:25:26.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: oslo.middleware
-Version: 3.30.0
+Version: 3.30.1
 Summary: Oslo Middleware library
 Home-page: https://docs.openstack.org/oslo.middleware/latest/
 Author: OpenStack
 Author-email: openstack-...@lists.openstack.org
 License: UNKNOWN
+Description-Content-Type: UNKNOWN
 Description: ===
 oslo.middleware
 ===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.middleware-3.30.0/oslo.middleware.egg-info/PKG-INFO 
new/oslo.middleware-3.30.1/oslo.middleware.egg-info/PKG-INFO
--- old/oslo.middleware-3.30.0/oslo.middleware.egg-info/PKG-INFO
2017-07-18 15:09:33.0 +0200
+++ new/oslo.middleware-3.30.1/oslo.middleware.egg-info/PKG-INFO
2017-09-27 06:25:25.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: oslo.middleware
-Version: 3.30.0
+Version: 3.30.1
 Summary: Oslo Middleware library
 Home-page: https://docs.openstack.org/oslo.middleware/latest/
 Author: OpenStack
 Author-email: openstack-...@lists.openstack.org
 License: UNKNOWN
+Description-Content-Type: UNKNOWN
 Description: ===
 oslo.middleware
 ===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.middleware-3.30.0/oslo.middleware.egg-info/pbr.json 
new/oslo.middleware-3.30.1/oslo.middleware.egg-info/pbr.json
--- 

commit python-pycountry for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package python-pycountry for 
openSUSE:Factory checked in at 2017-09-29 11:56:06

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


Package is "python-pycountry"

Fri Sep 29 11:56:06 2017 rev:2 rq:528994 version:17.5.14

Changes:

--- /work/SRC/openSUSE:Factory/python-pycountry/python-pycountry.changes
2016-11-11 14:34:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pycountry.new/python-pycountry.changes   
2017-09-29 11:56:16.863233183 +0200
@@ -1,0 +2,6 @@
+Sat Sep 16 01:29:15 UTC 2017 - smurf.a...@gmail.com
+
+- Update to version 17.5.14
+- Convert to singlespec
+
+---

Old:

  pycountry-1.20.tar.gz

New:

  pycountry-17.5.14.tar.gz



Other differences:
--
++ python-pycountry.spec ++
--- /var/tmp/diff_new_pack.79eB8y/_old  2017-09-29 11:56:17.695115882 +0200
+++ /var/tmp/diff_new_pack.79eB8y/_new  2017-09-29 11:56:17.699115318 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pycountry
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,21 @@
 
 %define real_name pycountry
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pycountry
-Version:1.20
+Version:17.5.14
 Release:0
 Summary:Databases for ISO standards 639 3166 3166-2 4217 15924
 License:LGPL-2.1
 Group:  Development/Libraries/Python
 Url:https://pypi.python.org/pypi/pycountry/
 Source: 
https://pypi.io/packages/source/p/%{real_name}/%{real_name}-%{version}.tar.gz
-BuildRequires:  python-setuptools
-Requires:   python
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 Requires:   python-lxml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%py_requires
+BuildArch:  noarch
+%python_subpackages
 
 %description
 pycountry provides the ISO databases for the standards 639 (Languages),
@@ -43,13 +45,14 @@
 %setup -q -n %{real_name}-%{version}
 
 %build
-export CFLAGS="%{optflags}"
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=INSTALLED_FILES
+%python_install
 
-%files -f INSTALLED_FILES
-%defattr(-,root,root)
+%files %{python_files}
+%defattr(-,root,root,-)
+%doc LICENSE.txt README
+%{python_sitelib}/*
 
 %changelog

++ pycountry-1.20.tar.gz -> pycountry-17.5.14.tar.gz ++
/work/SRC/openSUSE:Factory/python-pycountry/pycountry-1.20.tar.gz 
/work/SRC/openSUSE:Factory/.python-pycountry.new/pycountry-17.5.14.tar.gz 
differ: char 5, line 1




commit python-debtcollector for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package python-debtcollector for 
openSUSE:Factory checked in at 2017-09-29 11:56:28

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


Package is "python-debtcollector"

Fri Sep 29 11:56:28 2017 rev:7 rq:529080 version:1.17.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-debtcollector/python-debtcollector.changes
2017-08-28 15:30:10.914957188 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-debtcollector.new/python-debtcollector.changes
   2017-09-29 11:56:28.365611274 +0200
@@ -1,0 +2,8 @@
+Thu Sep 28 06:20:52 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.17.1
+  - Update .gitreview for stable/pike
+  - Updated from global requirements
+  - Update UPPER_CONSTRAINTS_FILE for stable/pike
+
+---
@@ -33,0 +42,12 @@
+
+---
+Tue Nov 15 10:26:06 UTC 2016 - dmuel...@suse.com
+
+- update to 1.8.0:
+  * Drop *openstack/common* in flake8 exclude list
+  * Remove discover from test-requirements
+  * Add Python 3.5 classifier and venv
+  * Drop babel as requirement since its not used
+  * Fix renamed_kwarg to preserve argspec
+  * Add tests for decorated argspec preservation
+  * Updated from global requirements

Old:

  debtcollector-1.17.0.tar.gz

New:

  debtcollector-1.17.1.tar.gz



Other differences:
--
++ python-debtcollector.spec ++
--- /var/tmp/diff_new_pack.DJcJoN/_old  2017-09-29 11:56:28.857541908 +0200
+++ /var/tmp/diff_new_pack.DJcJoN/_new  2017-09-29 11:56:28.861541343 +0200
@@ -18,7 +18,7 @@
 
 %global pypi_name debtcollector
 Name:   python-debtcollector
-Version:1.17.0
+Version:1.17.1
 Release:0
 Summary:A collection of Python deprecation patterns and strategies
 License:Apache-2.0
@@ -55,7 +55,7 @@
 Summary:Documentation for %{name}
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.11.0
+BuildRequires:  python-openstackdocstheme >= 1.16.0
 
 %description doc
 A collection of Python deprecation patterns and strategies that help

++ debtcollector-1.17.0.tar.gz -> debtcollector-1.17.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-1.17.0/ChangeLog 
new/debtcollector-1.17.1/ChangeLog
--- old/debtcollector-1.17.0/ChangeLog  2017-07-18 15:08:21.0 +0200
+++ new/debtcollector-1.17.1/ChangeLog  2017-09-27 06:25:09.0 +0200
@@ -1,6 +1,13 @@
 CHANGES
 ===
 
+1.17.1
+--
+
+* Updated from global requirements
+* Update UPPER\_CONSTRAINTS\_FILE for stable/pike
+* Update .gitreview for stable/pike
+
 1.17.0
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-1.17.0/PKG-INFO 
new/debtcollector-1.17.1/PKG-INFO
--- old/debtcollector-1.17.0/PKG-INFO   2017-07-18 15:08:22.0 +0200
+++ new/debtcollector-1.17.1/PKG-INFO   2017-09-27 06:25:10.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: debtcollector
-Version: 1.17.0
+Version: 1.17.1
 Summary: A collection of Python deprecation patterns and strategies that help 
you collect your technical debt in a non-destructive manner.
 Home-page: https://docs.openstack.org/debtcollector/latest
 Author: OpenStack
 Author-email: openstack-...@lists.openstack.org
 License: UNKNOWN
+Description-Content-Type: UNKNOWN
 Description: 
 Team and repository tags
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-1.17.0/debtcollector.egg-info/PKG-INFO 
new/debtcollector-1.17.1/debtcollector.egg-info/PKG-INFO
--- old/debtcollector-1.17.0/debtcollector.egg-info/PKG-INFO2017-07-18 
15:08:21.0 +0200
+++ new/debtcollector-1.17.1/debtcollector.egg-info/PKG-INFO2017-09-27 
06:25:09.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: debtcollector
-Version: 1.17.0
+Version: 1.17.1
 Summary: A collection of Python deprecation patterns and strategies that help 
you collect your technical debt in a non-destructive manner.
 Home-page: https://docs.openstack.org/debtcollector/latest
 Author: OpenStack
 Author-email: openstack-...@lists.openstack.org
 License: UNKNOWN
+Description-Content-Type: UNKNOWN
 Description: 
 Team and repository tags
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-1.17.0/debtco

commit switcheroo-control for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package switcheroo-control for 
openSUSE:Factory checked in at 2017-09-29 11:56:14

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


Package is "switcheroo-control"

Fri Sep 29 11:56:14 2017 rev:2 rq:529004 version:1.2

Changes:

--- /work/SRC/openSUSE:Factory/switcheroo-control/switcheroo-control.changes
2017-08-28 15:19:25.437681960 +0200
+++ 
/work/SRC/openSUSE:Factory/.switcheroo-control.new/switcheroo-control.changes   
2017-09-29 11:56:18.554994634 +0200
@@ -1,0 +2,6 @@
+Fri Sep 22 16:54:09 UTC 2017 - badshah...@gmail.com
+
+- Update to version 1.2:
+  + Fix API documentation not being part of the tarball.
+
+---

Old:

  switcheroo-control-1.1.tar.xz

New:

  switcheroo-control-1.2.tar.xz



Other differences:
--
++ switcheroo-control.spec ++
--- /var/tmp/diff_new_pack.psuobT/_old  2017-09-29 11:56:19.262894815 +0200
+++ /var/tmp/diff_new_pack.psuobT/_new  2017-09-29 11:56:19.266894251 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   switcheroo-control
-Version:1.1
+Version:1.2
 Release:0
 Summary:D-Bus service to check the availability of dual-GPU
 License:GPL-3.0
 Group:  Hardware/Other
 Url:https://github.com/hadess/switcheroo-control
-Source0:
https://github.com/hadess/switcheroo-control/releases/download/1.1/%{name}-%{version}.tar.xz
+Source0:
https://github.com/hadess/switcheroo-control/releases/download/1.2/%{name}-%{version}.tar.xz
 Source1:%{name}-rpmlintrc
 BuildRequires:  gtk-doc
 BuildRequires:  pkgconfig
@@ -36,6 +36,7 @@
 
 %package doc
 Summary:Documentation for %{name}
+Group:  Hardware/Other
 BuildArch:  noarch
 
 %description doc

++ switcheroo-control-1.1.tar.xz -> switcheroo-control-1.2.tar.xz ++
 2929 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/switcheroo-control-1.1/INSTALL new/switcheroo-control-1.2/INSTALL
--- old/switcheroo-control-1.1/INSTALL  2016-11-04 17:14:09.0 +0100
+++ new/switcheroo-control-1.2/INSTALL  2017-09-20 18:44:04.0 +0200
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
-Inc.
+   Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software
+Foundation, Inc.
 
Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
@@ -12,97 +12,96 @@
 Basic Installation
 ==
 
-   Briefly, the shell command `./configure && make && make install'
+   Briefly, the shell command './configure && make && make install'
 should configure, build, and install this package.  The following
-more-detailed instructions are generic; see the `README' file for
+more-detailed instructions are generic; see the 'README' file for
 instructions specific to this package.  Some packages provide this
-`INSTALL' file but do not implement all of the features documented
+'INSTALL' file but do not implement all of the features documented
 below.  The lack of an optional feature in a given package is not
 necessarily a bug.  More recommendations for GNU packages can be found
 in *note Makefile Conventions: (standards)Makefile Conventions.
 
-   The `configure' shell script attempts to guess correct values for
+   The 'configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
-those values to create a `Makefile' in each directory of the package.
-It may also create one or more `.h' files containing system-dependent
-definitions.  Finally, it creates a shell script `config.status' that
+those values to create a 'Makefile' in each directory of the package.
+It may also create one or more '.h' files containing system-dependent
+definitions.  Finally, it creates a shell script 'config.status' that
 you can run in the future to recreate the current configuration, and a
-file `config.log' containing compiler output (useful mainly for
-debugging `configure').
+file 'config.log' containing compiler output (useful mainly for
+debugging 'configure').
 
-   It can also use an optional file (typically called `config.cache'
-and enabled with `--cache-

commit python-PyWebDAV for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package python-PyWebDAV for openSUSE:Factory 
checked in at 2017-09-29 11:55:42

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


Package is "python-PyWebDAV"

Fri Sep 29 11:55:42 2017 rev:2 rq:527097 version:0.9.8

Changes:

--- /work/SRC/openSUSE:Factory/python-PyWebDAV/python-PyWebDAV.changes  
2016-07-09 09:23:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyWebDAV.new/python-PyWebDAV.changes 
2017-09-29 11:55:48.495233273 +0200
@@ -1,0 +2,9 @@
+Mon Sep 18 17:40:07 UTC 2017 - toddrme2...@gmail.com
+
+- Implement update-alternatives for compatibility with newer
+  alternatives
+- Use more up-to-date macros
+- General spec file cleanups
+- Fix license
+
+---

Old:

  _service



Other differences:
--
++ python-PyWebDAV.spec ++
--- /var/tmp/diff_new_pack.OkM27n/_old  2017-09-29 11:55:50.298978931 +0200
+++ /var/tmp/diff_new_pack.OkM27n/_new  2017-09-29 11:55:50.302978367 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pywebdav
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -14,46 +14,75 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 
-%define mod_name PyWebDAV
 
 Name:   python-PyWebDAV
-BuildRequires:  python-setuptools
 Version:0.9.8
-Release:1
-License:GPL-3.0+
-Source: 
https://files.pythonhosted.org/packages/e9/14/5f2a654233e533797f32dd670dab8dd61ac974d5105950481e872bddb898/%{mod_name}-%{version}.tar.gz
-Url:   https://pypi.io/project/PyWebDAV/
-
-Requires:  python-setuptools
-
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch  
-%endif
-
+Release:0
+License:LGPL-2.0
+Summary:WebDAV library including a standalone server for python2
+Url:https://code.google.com/archive/p/pywebdav/
 Group:  Productivity/Networking/Web/Servers
-Summary:Python-based WebDAV server
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source: 
https://files.pythonhosted.org/packages/source/P/PyWebDAV/PyWebDAV-%{version}.tar.gz
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  python-setuptools
+Provides:   python2-PyWebDAV = %{version}
+BuildArch:  noarch
+Requires(post):   update-alternatives
+Requires(postun):  update-alternatives
 
 %description
-Python WebDAV implementation (level 1 and 2) that features a library that 
enables you to integrate WebDAV server capabilities to your application.
-A fully working example on how to use the library is included. You can find a 
server in the DAVServer package. This server is fully functional and can even 
be run as daemon.
-If you search an easy to use WebDAV server that supports most clients 
(cadaver, Mac OS X Finder, Windows Explorer, ...) then try out PyWebDAV. 
+WebDAV library for python2.
+
+Consists of a server that is ready to run Serve and the DAV package
+that provides WebDAV server functionality.
+
+Currently supports
 
+ * WebDAV level 1
+ * Level 2 (LOCK, UNLOCK)
+ * Experimental iterator support
+
+It plays nice with
+
+  * Mac OS X Finder
+  * Windows Explorer
+  * iCal
+  * cadaver
+  * Nautilus
+
+This package does not provide client functionality.
 
 %prep
-%setup -q -n %{mod_name}-%{version}
+%setup -q -n PyWebDAV-%{version}
 
 %build
-python setup.py build
+%python2_build
 
 %install
-python setup.py install --prefix=%_prefix --root=%buildroot 
+%python2_install
+%fdupes %{buildroot}%{python2_sitelib}
+
+chmod a+x %{buildroot}%{python2_sitelib}/pywebdav/server/server.py
+sed -i "s|^#!/usr/bin/env python$|#!%{__python2}|" 
%{buildroot}%{python2_sitelib}/pywebdav/server/server.py
+%fdupes %{buildroot}%{python2_sitelib}
+python2 -m compileall -d %{python2_sitelib} 
%{buildroot}%{python2_sitelib}/pywebdav/server/
+python2 -O -m compileall -d %{python2_sitelib} 
%{buildroot}%{python2_sitelib}/pywebdav/server/
+%fdupes %{buildroot}%{python2_sitelib}/pywebdav/server/
+
+mv %{buildroot}%{_bindir}/davserver 
%{buildroot}%{_bindir}/davserver-%{python2_bin_suffix}
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+ln -s -f %{_sysconfdir}/alternatives/davserver %{buildroot}%{_bindir}/davserver
+
+%post
+%python2_install_altern

commit python-python-subunit for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package python-python-subunit for 
openSUSE:Factory checked in at 2017-09-29 11:55:51

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


Package is "python-python-subunit"

Fri Sep 29 11:55:51 2017 rev:18 rq:528951 version:1.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-python-subunit/python-python-subunit.changes  
2017-07-12 19:35:51.385616147 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-subunit.new/python-python-subunit.changes
 2017-09-29 11:55:55.218285272 +0200
@@ -1,0 +2,6 @@
+Wed Sep 27 12:14:25 UTC 2017 - tbecht...@suse.com
+
+- Use update-alternatives for binaries. That way, the binaries are
+  also available from the python2 package.
+
+---



Other differences:
--
++ python-python-subunit.spec ++
--- /var/tmp/diff_new_pack.Hd0jpD/_old  2017-09-29 11:55:56.342126802 +0200
+++ /var/tmp/diff_new_pack.Hd0jpD/_new  2017-09-29 11:55:56.346126239 +0200
@@ -38,6 +38,8 @@
 Requires:   python-extras
 Requires:   python-testtools >= 0.9.34
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 %python_subpackages
 
@@ -68,30 +70,42 @@
  $python -O -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/subunit/tests/
  %fdupes -s %{buildroot}%{$python_sitelib}
 }
+for bin in subunit-2to1 subunit2csv subunit-1to2 subunit-filter subunit-ls \
+subunit-notify subunit-stats subunit-tags subunit-output subunit2gtk \
+subunit2junitxml subunit2pyunit tap2subunit
+do
+%python_clone -a %{buildroot}%{_bindir}/$bin
+done
 
 %check
 patch -p1 -R < %{PATCH0}
 export PYTHONPATH="$PWD/python"
 %python_exec -m testtools.run subunit.test_suite
 
+%post
+%{python_install_alternative subunit-2to1 subunit2csv subunit-1to2 
subunit-filter subunit-ls
+subunit-notify subunit-stats subunit-tags subunit-output subunit2gtk
+subunit2junitxml subunit2pyunit tap2subunit}
+
+%postun
+%python_uninstall_alternative subunit-2to1
+
 %files %{python_files}
 %defattr(-,root,root,-)
 %doc README.rst NEWS
-%ifpython3
-%{_bindir}/subunit2csv
-%{_bindir}/subunit-2to1
-%{_bindir}/subunit-1to2
-%{_bindir}/subunit-filter
-%{_bindir}/subunit-ls
-%{_bindir}/subunit-notify
-%{_bindir}/subunit-stats
-%{_bindir}/subunit-tags
-%{_bindir}/subunit-output
-%{_bindir}/subunit2gtk
-%{_bindir}/subunit2junitxml
-%{_bindir}/subunit2pyunit
-%{_bindir}/tap2subunit
-%endif
+%python_alternative %{_bindir}/subunit2csv
+%python_alternative %{_bindir}/subunit-2to1
+%python_alternative %{_bindir}/subunit-1to2
+%python_alternative %{_bindir}/subunit-filter
+%python_alternative %{_bindir}/subunit-ls
+%python_alternative %{_bindir}/subunit-notify
+%python_alternative %{_bindir}/subunit-stats
+%python_alternative %{_bindir}/subunit-tags
+%python_alternative %{_bindir}/subunit-output
+%python_alternative %{_bindir}/subunit2gtk
+%python_alternative %{_bindir}/subunit2junitxml
+%python_alternative %{_bindir}/subunit2pyunit
+%python_alternative %{_bindir}/tap2subunit
 %{python_sitelib}/subunit
 %{python_sitelib}/python_subunit-%{version}-py*.egg-info
 




commit rubygem-jekyll for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package rubygem-jekyll for openSUSE:Factory 
checked in at 2017-09-29 11:55:28

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


Package is "rubygem-jekyll"

Fri Sep 29 11:55:28 2017 rev:3 rq:523560 version:3.5.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jekyll/rubygem-jekyll.changes
2017-04-17 10:25:26.841554905 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-jekyll.new/rubygem-jekyll.changes   
2017-09-29 11:55:42.408091606 +0200
@@ -1,0 +2,18 @@
+Mon Sep 11 12:41:20 UTC 2017 - co...@suse.com
+
+- updated to version 3.5.2
+  no changelog found
+
+---
+Thu Aug  3 19:24:28 UTC 2017 - co...@suse.com
+
+- updated to version 3.5.1
+  no changelog found
+
+---
+Tue Jun 20 06:51:57 UTC 2017 - co...@suse.com
+
+- updated to version 3.5.0
+  no changelog found
+
+---

Old:

  jekyll-3.4.3.gem

New:

  jekyll-3.5.2.gem



Other differences:
--
++ rubygem-jekyll.spec ++
--- /var/tmp/diff_new_pack.00k8en/_old  2017-09-29 11:55:43.319963025 +0200
+++ /var/tmp/diff_new_pack.00k8en/_new  2017-09-29 11:55:43.323962461 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jekyll
-Version:3.4.3
+Version:3.5.2
 Release:0
 %define mod_name jekyll
 %define mod_full_name %{mod_name}-%{version}
@@ -35,7 +35,7 @@
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:https://github.com/jekyll/jekyll
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:A simple, blog aware, static site generator
 License:MIT

++ jekyll-3.4.3.gem -> jekyll-3.5.2.gem ++
 1725 lines of diff (skipped)




commit bcel for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package bcel for openSUSE:Factory checked in 
at 2017-09-29 11:54:32

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


Package is "bcel"

Fri Sep 29 11:54:32 2017 rev:26 rq:529838 version:5.2

Changes:

--- /work/SRC/openSUSE:Factory/bcel/bcel.changes2017-05-31 
13:31:53.590169379 +0200
+++ /work/SRC/openSUSE:Factory/.bcel.new/bcel.changes   2017-09-29 
11:54:35.505525445 +0200
@@ -1,0 +2,9 @@
+Wed Sep 27 17:05:58 UTC 2017 - fst...@suse.com
+
+- Allow building with any java-devel provider
+- Specify java source and target level 1.6 to fix build with jdk9
+- Added patch:
+  * bcel-5.2-encoding.patch
++ specify the correct encoding of the files
+
+---

New:

  bcel-5.2-encoding.patch



Other differences:
--
++ bcel.spec ++
--- /var/tmp/diff_new_pack.kOQJ8Z/_old  2017-09-29 11:54:36.201427316 +0200
+++ /var/tmp/diff_new_pack.kOQJ8Z/_new  2017-09-29 11:54:36.205426752 +0200
@@ -26,20 +26,18 @@
 Source0:
http://www.apache.org/dist/commons/bcel/source/%{name}-%{version}-src.tar.gz
 Source1:
http://www.apache.org/dist/commons/bcel/source/%{name}-%{version}-src.tar.gz.asc
 Source2:bcel.keyring
+Patch0: bcel-5.2-encoding.patch
 BuildRequires:  ant
-BuildRequires:  java-1_5_0-gcj-compat-devel
+BuildRequires:  java-devel
 BuildRequires:  regexp
-#BuildRequires:  xerces-j2-bootstrap
-#!BuildIgnore:  xml-commons-apis xml-commons-resolver xml-commons xerces-j2
-#!BuildIgnore:  xml-commons-jaxp-1.3-apis
-#!BuildIgnore:  java-1_6_0-openjdk java-1_6_0-openjdk-devel
-#!BuildIgnore:  java-1_7_0-openjdk java-1_7_0-openjdk-devel
-#!BuildIgnore:  java-1_8_0-openjdk java-1_8_0-openjdk-devel
-#!BuildIgnore:  java-9-openjdk java-9-openjdk-devel
-#!BuildIgnore:  xerces-j2-bootstrap
 BuildRequires:  xml-commons-apis-bootstrap
+#!BuildIgnore:  xerces-j2
+#!BuildIgnore:  xerces-j2-bootstrap
+#!BuildIgnore:  xml-commons
+#!BuildIgnore:  xml-commons-apis
+#!BuildIgnore:  xml-commons-jaxp-1.3-apis
+#!BuildIgnore:  xml-commons-resolver
 Requires:   regexp
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -66,6 +64,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 # remove all binary libs
 find . -name "*.jar" -exec rm -f {} \;
 # very broken build
@@ -75,8 +74,14 @@
 %build
 export CLASSPATH=%(build-classpath regexp)
 export OPT_JAR_LIST="ant/ant-nodeps"
-ant -Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} compile
-ant -Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} jar
+ant \
+-Dant.build.javac.target=1.6 -Dant.build.javac.source=1.6 \
+-Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} \
+compile
+ant \
+-Dant.build.javac.target=1.6 -Dant.build.javac.source=1.6 \
+-Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} \
+   jar
 
 %install
 # jars
@@ -85,7 +90,6 @@
 (cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -s ${jar} `echo 
$jar| sed  "s|-%{version}||g"`; done)
 
 %files
-%defattr(0644,root,root,0755)
 %doc LICENSE.txt
 %{_javadir}/*
 

++ bcel-5.2-encoding.patch ++
--- bcel-5.2/build.xml  2017-09-27 18:59:57.110434113 +0200
+++ bcel-5.2/build.xml  2017-09-27 19:00:39.286692143 +0200
@@ -39,7 +39,7 @@
   
 
 
-
+
   
 
 




commit gdm for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package gdm for openSUSE:Factory checked in 
at 2017-09-29 11:54:07

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


Package is "gdm"

Fri Sep 29 11:54:07 2017 rev:196 rq:529143 version:3.26.0

Changes:

--- /work/SRC/openSUSE:Factory/gdm/gdm.changes  2017-09-19 16:20:09.642694361 
+0200
+++ /work/SRC/openSUSE:Factory/.gdm.new/gdm.changes 2017-09-29 
11:54:09.873139867 +0200
@@ -1,0 +2,7 @@
+Thu Sep 28 07:33:15 UTC 2017 - xw...@suse.com
+
+- Add gdm-ignore-SLE-CLASSIC-MODE.patch: Ignore env
+  SLE_CLASSIC_MODE variable when switching from sle-classic session
+  to gnome-classic session (bsc#1060630).
+
+---

New:

  gdm-ignore-SLE-CLASSIC-MODE.patch



Other differences:
--
++ gdm.spec ++
--- /var/tmp/diff_new_pack.HwSBpl/_old  2017-09-29 11:54:10.841003388 +0200
+++ /var/tmp/diff_new_pack.HwSBpl/_new  2017-09-29 11:54:10.845002824 +0200
@@ -64,6 +64,8 @@
 Patch49:gdm-default-wm-sle12.patch
 # PATCH-FIX-UPSTREAM gdm-check-for-Xwayland.patch bgo#787837 fcro...@suse.com 
-- Don't try Wayland if Xwayland isn't installed
 Patch50:gdm-check-for-Xwayland.patch
+# PATCH-FIX-SLE gdm-ignore-SLE-CLASSIC-MODE.patch bsc#1060630 xw...@suse.com 
-- ignore env SLE_CLASSIC_MODE variable when switching from sle-classic session 
to gnome-classic session
+Patch51:gdm-ignore-SLE-CLASSIC-MODE.patch
 BuildRequires:  check-devel
 # needed for directory ownership
 BuildRequires:  dconf
@@ -203,6 +205,7 @@
 %patch42 -p1
 %if !0%{?is_opensuse}
 %patch49 -p1
+%patch51 -p1
 %endif
 %patch50 -p1
 

++ gdm-ignore-SLE-CLASSIC-MODE.patch ++
diff --git a/daemon/gdm-wayland-session.c b/daemon/gdm-wayland-session.c
index b648e9de..eee31724 100644
--- a/daemon/gdm-wayland-session.c
+++ b/daemon/gdm-wayland-session.c
@@ -285,6 +285,7 @@ spawn_session (State*state,
 "WAYLAND_DISPLAY",
 "WAYLAND_SOCKET",
 "GNOME_SHELL_SESSION_MODE",
+"SLE_CLASSIC_MODE",
 NULL };
 
 g_debug ("Running wayland session");
diff --git a/daemon/gdm-x-session.c b/daemon/gdm-x-session.c
index 88fe96f4..c60ae04f 100644
--- a/daemon/gdm-x-session.c
+++ b/daemon/gdm-x-session.c
@@ -610,6 +610,7 @@ spawn_session (State*state,
  "WAYLAND_DISPLAY",
  "WAYLAND_SOCKET",
  
"GNOME_SHELL_SESSION_MODE",
+ "SLE_CLASSIC_MODE",
  NULL };
 
 g_debug ("Running X session");



commit libatasmart for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package libatasmart for openSUSE:Factory 
checked in at 2017-09-29 11:54:13

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


Package is "libatasmart"

Fri Sep 29 11:54:13 2017 rev:22 rq:529156 version:0.19

Changes:

--- /work/SRC/openSUSE:Factory/libatasmart/libatasmart.changes  2016-05-05 
13:18:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.libatasmart.new/libatasmart.changes 
2017-09-29 11:54:14.576476648 +0200
@@ -1,0 +2,6 @@
+Wed Sep 13 18:45:50 UTC 2017 - zai...@opensuse.org
+
+- Add libatasmart-0.19-wd-fix.patch: Fix issue with WD drives.
+  Fixes fdo#61998.
+
+---

New:

  libatasmart-0.19-wd-fix.patch



Other differences:
--
++ libatasmart.spec ++
--- /var/tmp/diff_new_pack.11EIZY/_old  2017-09-29 11:54:15.216386414 +0200
+++ /var/tmp/diff_new_pack.11EIZY/_new  2017-09-29 11:54:15.220385850 +0200
@@ -24,6 +24,7 @@
 Group:  System/Libraries
 Url:http://git.0pointer.net/libatasmart.git/
 Source: http://0pointer.de/public/%{name}-%{version}.tar.xz
+Patch0: libatasmart-0.19-wd-fix.patch
 
 BuildRequires:  libudev-devel
 BuildRequires:  pkgconfig
@@ -75,6 +76,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static

++ libatasmart-0.19-wd-fix.patch ++
Author: Phillip Susi 
Subject: fix an incorrect IO error reading SMART status
Description: The read SMART status command's return status
 was testing for a success/failure value that included 8
 bits that are "N/A" according to the standard, and required
 that they be zeros.  At least some drives do not fill them
 with zeros, so correct this by masking off the undefined
 bits.

Index: b/atasmart.c
===
--- a/atasmart.c
+++ b/atasmart.c
@@ -925,10 +925,10 @@
 /* SAT/USB bridges truncate packets, so we only check for 4F,
  * not for 2C on those */
 if ((d->type == SK_DISK_TYPE_ATA_PASSTHROUGH_12 || cmd[3] == 
htons(0x00C2U)) &&
-cmd[4] == htons(0x4F00U))
+(cmd[4] & htons(0xFF00U)) == htons(0x4F00U))
 *good = TRUE;
 else if ((d->type == SK_DISK_TYPE_ATA_PASSTHROUGH_12 || cmd[3] == 
htons(0x002CU)) &&
- cmd[4] == htons(0xF400U))
+ (cmd[4] & htons(0xFF00U)) == htons(0xF400U))
 *good = FALSE;
 else {
 errno = EIO;



commit gnome-shell-extensions for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package gnome-shell-extensions for 
openSUSE:Factory checked in at 2017-09-29 11:53:52

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


Package is "gnome-shell-extensions"

Fri Sep 29 11:53:52 2017 rev:64 rq:529141 version:3.26.0

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-shell-extensions/gnome-shell-extensions.changes
2017-09-25 13:51:40.540180880 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-shell-extensions.new/gnome-shell-extensions.changes
   2017-09-29 11:53:53.559440271 +0200
@@ -1,0 +2,7 @@
+Wed Sep 27 08:37:53 UTC 2017 - xw...@suse.com
+
+- Enable SLE-Classic session working on Wayland.
+  Add sle-classic.desktop in folder '{_datadir}/wayland-sessions/'
+  (bsc#1058797)
+
+---



Other differences:
--
++ gnome-shell-extensions.spec ++
--- /var/tmp/diff_new_pack.expWQh/_old  2017-09-29 11:53:54.387323530 +0200
+++ /var/tmp/diff_new_pack.expWQh/_new  2017-09-29 11:53:54.387323530 +0200
@@ -126,6 +126,8 @@
 %find_lang %{name} %{?no_lang_C}
 %if !0%{?is_opensuse}
 install -m0644 %{SOURCE2} 
%{buildroot}/%{_datadir}/xsessions/sle-classic.desktop
+install -d -m755 %{buildroot}%{_datadir}/wayland-sessions
+install -m0644 %{SOURCE2} 
%{buildroot}/%{_datadir}/wayland-sessions/sle-classic.desktop
 # Install SLE theme
 tar -xzvf %{SOURCE3}
 install -d %{buildroot}%{_datadir}/gnome-shell/theme
@@ -147,7 +149,6 @@
   --remove default-xsession.desktop %{_datadir}/xsessions/sle-classic.desktop
 %endif
 
-
 %files common
 %defattr(-,root,root)
 %doc COPYING README.SUSE
@@ -181,6 +182,8 @@
 %if !0%{?is_opensuse}
 %{_datadir}/xsessions/default.desktop
 %{_datadir}/xsessions/sle-classic.desktop
+%dir %{_datadir}/wayland-sessions
+%{_datadir}/wayland-sessions/sle-classic.desktop
 %{_datadir}/gnome-shell/theme/sle-background.png
 %ghost %{_sysconfdir}/alternatives/default-xsession.desktop
 %endif




commit gnome-shell for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2017-09-29 11:54:00

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


Package is "gnome-shell"

Fri Sep 29 11:54:00 2017 rev:138 rq:529142 version:3.26.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2017-09-25 
13:51:14.307871715 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes 
2017-09-29 11:54:01.710290914 +0200
@@ -1,0 +2,6 @@
+Thu Sep 28 01:59:13 UTC 2017 - xw...@suse.com
+
+- Add gnome-shell-Avoid-loginDialog-grab-focus-when-locked.patch:
+  Fix using keyboard can't unlock screen (bgo#788169).
+
+---

New:

  gnome-shell-Avoid-loginDialog-grab-focus-when-locked.patch



Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.bABWPG/_old  2017-09-29 11:54:02.602165149 +0200
+++ /var/tmp/diff_new_pack.bABWPG/_new  2017-09-29 11:54:02.606164586 +0200
@@ -61,6 +61,8 @@
 Patch18:gnome-shell-fix-crash-hint-actor-NULL.patch
 # PATCH-FIX-UPSTREAM gnome-shell-only-listen-window-created-events-once.patch 
bgo#787361 zai...@opensuse.org -- gtk-embed: ensure we only listen for 
window-created events once
 Patch19:gnome-shell-only-listen-window-created-events-once.patch
+# PATCH-FIX-UPSTREAM 
gnome-shell-Avoid-loginDialog-grab-focus-when-locked.patch bgo#788169 
xw...@suse.com -- Avoid login dialog grabs focus when screen locked
+Patch20:gnome-shell-Avoid-loginDialog-grab-focus-when-locked.patch
 ## NOTE: Keep SLE Classic patches at bottom.
 # PATCH-FEATURE-SLE gs-sle-classic-ext.patch bnc#862615 cxi...@suse.com -- add 
SLE Classic support
 Patch1000:  gs-sle-classic-ext.patch
@@ -190,6 +192,7 @@
 # Needs rebase
 #patch1 -p1
 %patch2 -p1
+%patch20 -p1
 %if !0%{?is_opensuse}
 %patch3 -p1
 %patch4 -p1

++ gnome-shell-Avoid-loginDialog-grab-focus-when-locked.patch ++
>From 8a46458bf59300fb73ac4d1271c80c5b9ab571c4 Mon Sep 17 00:00:00 2001
From: Xiaoguang Wang 
Date: Tue, 26 Sep 2017 16:54:15 +0800
Subject: [PATCH] gdm: Avoid loginDialog grab focus when locked

https://bugzilla.gnome.org/show_bug.cgi?id=788169
---
 js/gdm/loginDialog.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js
index 1cae3db85..b83129150 100644
--- a/js/gdm/loginDialog.js
+++ b/js/gdm/loginDialog.js
@@ -1128,7 +1128,8 @@ var LoginDialog = new Lang.Class({
 this._sessionMenuButton.close();
 this._setUserListExpanded(true);
 this._notListedButton.show();
-this._userList.actor.grab_key_focus();
+if (!Main.screenShield.locked)
+this._userList.actor.grab_key_focus();
 },
 
 _beginVerificationForItem: function(item) {
-- 
2.12.3

++ gnome-shell-domain.patch ++
--- /var/tmp/diff_new_pack.bABWPG/_old  2017-09-29 11:54:02.714149358 +0200
+++ /var/tmp/diff_new_pack.bABWPG/_new  2017-09-29 11:54:02.714149358 +0200
@@ -357,9 +357,9 @@
 +if (this._domainMenuButton.domain_enabled)
 +this._domainMenuButton.actor.show();
 +this._userLayout.show();
- this._userList.actor.grab_key_focus();
+ if (!Main.screenShield.locked)
+ this._userList.actor.grab_key_focus();
  },
- 
 Index: gnome-shell-3.26.0/po/POTFILES.in
 ===
 --- gnome-shell-3.26.0.orig/po/POTFILES.in





commit gstreamer-plugins-bad for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-bad for 
openSUSE:Factory checked in at 2017-09-29 11:53:44

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


Package is "gstreamer-plugins-bad"

Fri Sep 29 11:53:44 2017 rev:65 rq:529138 version:1.12.3

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes  
2017-09-25 13:55:53.440598406 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new/gstreamer-plugins-bad.changes
 2017-09-29 11:53:46.768397881 +0200
@@ -1,0 +2,8 @@
+Thu Sep 28 11:42:21 UTC 2017 - dims...@opensuse.org
+
+- Split out chromaprint plugin into
+  gstreamer-plugins-bad-chromaprint: the chromaprint plugin links
+  against ffmpeg (indirectly) which in turn can cause cycles in
+  various other builds, like webkit2).
+
+---



Other differences:
--
++ gstreamer-plugins-bad.spec ++
--- /var/tmp/diff_new_pack.bvuVbK/_old  2017-09-29 11:53:48.176199366 +0200
+++ /var/tmp/diff_new_pack.bvuVbK/_new  2017-09-29 11:53:48.176199366 +0200
@@ -166,6 +166,13 @@
 videos. Its plug-in-based architecture means that new data types or
 processing capabilities can be added simply by installing new plug-ins.
 
+%package chromaprint
+Summary:   Chromaprint plugin for GStreamer
+Group: Productivity/Multimedia/Other
+
+%description chromaprint
+Add chromaprint (Audio Fingerprinting) support to any GStreamer based tool.
+
 %package -n libgstadaptivedemux-1_0-0
 Summary:GStreamer Streaming-Media Framework Plug-Ins
 Group:  System/Libraries
@@ -572,12 +579,14 @@
 # Explicitly list openSUSE only plugins
 %if 0%{?is_opensuse}
 %{_libdir}/gstreamer-%{gst_branch}/libgstbs2b.so
-%{_libdir}/gstreamer-%{gst_branch}/libgstchromaprint.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstfluidsynthmidi.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstopenal.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstopenjpeg.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstteletext.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstzbar.so
+
+%files chromaprint
+%{_libdir}/gstreamer-%{gst_branch}/libgstchromaprint.so
 %endif
 
 %files -n libgstadaptivedemux-1_0-0




commit golang-github-docker-libnetwork for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package golang-github-docker-libnetwork for 
openSUSE:Factory checked in at 2017-09-29 11:53:32

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


Package is "golang-github-docker-libnetwork"

Fri Sep 29 11:53:32 2017 rev:3 rq:529123 version:0.0.0+git20170119.7b2b1fe

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-docker-libnetwork/golang-github-docker-libnetwork.changes
  2017-05-23 12:04:40.400693845 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-docker-libnetwork.new/golang-github-docker-libnetwork.changes
 2017-09-29 11:53:37.497705152 +0200
@@ -1,0 +2,5 @@
+Thu Sep 28 09:29:01 UTC 2017 - th...@suse.de
+
+- always use -buildmode=default
+
+---



Other differences:
--
++ golang-github-docker-libnetwork.spec ++
--- /var/tmp/diff_new_pack.Cc6Xct/_old  2017-09-29 11:53:38.197606459 +0200
+++ /var/tmp/diff_new_pack.Cc6Xct/_new  2017-09-29 11:53:38.201605894 +0200
@@ -61,7 +61,7 @@
 %build
 %goprep %{import_path}
 export CGO_ENABLED=0
-%gobuild cmd/proxy
+%gobuild -buildmode=default cmd/proxy
 
 %install
 %{goinstall}




commit mpg123 for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package mpg123 for openSUSE:Factory checked 
in at 2017-09-29 11:53:14

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


Package is "mpg123"

Fri Sep 29 11:53:14 2017 rev:8 rq:529118 version:1.25.7

Changes:

--- /work/SRC/openSUSE:Factory/mpg123/mpg123.changes2017-08-12 
20:19:43.938835385 +0200
+++ /work/SRC/openSUSE:Factory/.mpg123.new/mpg123.changes   2017-09-29 
11:53:25.899340655 +0200
@@ -1,0 +2,25 @@
+Tue Sep 26 17:34:59 UTC 2017 - zai...@opensuse.org
+
+- Drop pkgconfig(esound) BuildRequires and mpg123-esound
+  sub-package, esound is a long obsoleted sound server.
+
+---
+Tue Sep 26 08:52:53 UTC 2017 - aloi...@gmx.com
+
+- Update to version 1.25.7
+  mpg123:
+  * Do not play with cursor and inverse video for progress bar
+when TERM=dumb.
+  * Fix parsing of host port for numerical IPv6 addresses (just did
+not work before, only for textual host names).
+  libmpg123:
+  * Proper fix for the xrpnt overflow problems by correctly
+initialising certain tables for MPEG 2.x layer III. The checks
+that catch the resulting overflow are still in place, but
+likely superfluous now. Note that this means certain valid
+files would have been misdecoded before, if anyone actually
+produced them. Thanks to Robert Hegemann for the fix!
+  * Silently handle granules with part2_3_length == 0, but
+scalefac_compress != 0 (ignore the latter).
+
+---

Old:

  mpg123-1.25.6.tar.bz2
  mpg123-1.25.6.tar.bz2.sig

New:

  mpg123-1.25.7.tar.bz2
  mpg123-1.25.7.tar.bz2.sig



Other differences:
--
++ mpg123.spec ++
--- /var/tmp/diff_new_pack.10W3Oc/_old  2017-09-29 11:53:28.450980844 +0200
+++ /var/tmp/diff_new_pack.10W3Oc/_new  2017-09-29 11:53:28.454980280 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mpg123
-Version:1.25.6
+Version:1.25.7
 Release:0
 Summary:Console MPEG audio player and decoder library
 License:LGPL-2.1
@@ -30,7 +30,6 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(ao)
-BuildRequires:  pkgconfig(esound)
 BuildRequires:  pkgconfig(jack)
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(openal)
@@ -57,6 +56,7 @@
 %package -n libmpg123-0
 Summary:MPEG audio decoder library
 Group:  System/Libraries
+Obsoletes:  mpg123-esound >= 1.25.7
 
 %description -n libmpg123-0
 MPEG 1.0/2.0/2.5 audio decoder library for layers 1, 2 and 3 (most
@@ -71,19 +71,6 @@
 layers 1,2 and 3 (most commonly MPEG 1.0 layer 3 aka MP3), as well as 
re-usable decoding
 and output libraries.
 
-%package esound
-Summary:Esound GNOME Sound System Daemon Support for %{name}
-Group:  Productivity/Multimedia/Sound/Players
-Supplements:esound-daemon
-
-%description esound
-The mpg123 distribution contains a real time MPEG 1.0/2.0/2.5 audio 
player/decoder for
-layers 1,2 and 3 (most commonly MPEG 1.0 layer 3 aka MP3), as well as 
re-usable decoding
-and output libraries.
-
-This package contains the plugin for esound (the GNOME sound system daemon)
-output support.
-
 %package openal
 Summary:OpenAL Support for %{name}
 Group:  Productivity/Multimedia/Sound/Players
@@ -193,10 +180,6 @@
 %{_includedir}/mpg123.h
 %{_includedir}/out123.h
 
-%files esound
-%defattr(-,root,root)
-%{_libdir}/%{name}/output_esd.so
-
 %files pulse
 %defattr(-,root,root)
 %{_libdir}/%{name}/output_pulse.so

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.10W3Oc/_old  2017-09-29 11:53:28.490975204 +0200
+++ /var/tmp/diff_new_pack.10W3Oc/_new  2017-09-29 11:53:28.494974641 +0200
@@ -4,7 +4,6 @@
   -requires mpg123-
   requires "libmpg123-0-"
   requires "libout123-0-"
-mpg123-esound
 mpg123-jack
 mpg123-openal
 mpg123-portaudio

++ mpg123-1.25.6.tar.bz2 -> mpg123-1.25.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpg123-1.25.6/NEWS new/mpg123-1.25.7/NEWS
--- old/mpg123-1.25.6/NEWS  2017-08-11 09:29:15.0 +0200
+++ new/mpg123-1.25.7/NEWS  2017-09-25 23:28:08.0 +0200
@@ -1,3 +1,20 @@
+1.25.7
+--
+- mpg123:
+-- Do not play with cursor and inverse video for progress bar
+   when TERM=dumb.
+-- Fix parsing of host port for numerical IPv6 addresses (just did
+   not work before, only for textual host names).
+- libmpg123:
+-- Proper fix for the xrpnt overflow problems by correctly
+   initialising certain tables for MPEG 2.x layer III. The checks that
+   catch the resulting overflow are still in place

commit python-six for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package python-six for openSUSE:Factory 
checked in at 2017-09-29 11:52:53

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


Package is "python-six"

Fri Sep 29 11:52:53 2017 rev:26 rq:529092 version:1.11.0

Changes:

--- /work/SRC/openSUSE:Factory/python-six/python-six-doc.changes
2017-02-27 18:28:31.705430166 +0100
+++ /work/SRC/openSUSE:Factory/.python-six.new/python-six-doc.changes   
2017-09-29 11:53:02.402653969 +0200
@@ -1,0 +2,25 @@
+Thu Sep 28 07:47:18 UTC 2017 - tbecht...@suse.com
+
+- Fix Source url
+
+---
+Sat Sep 23 20:49:03 UTC 2017 - a...@gmx.de
+
+- README->README.rst, add CHANGES
+
+- update to version 1.11.0:
+  * Pull request #178: `with_metaclass` now properly proxies
+`__prepare__` to the underlying metaclass.
+  * Pull request #191: Allow `with_metaclass` to work with metaclasses
+implemented in C.
+  * Pull request #203: Add parse_http_list and parse_keqv_list to
+moved urllib.request.
+  * Pull request #172 and issue #171: Add unquote_to_bytes to moved
+urllib.parse.
+  * Pull request #167: Add `six.moves.getoutput`.
+  * Pull request #80: Add `six.moves.urllib_parse.splitvalue`.
+  * Pull request #75: Add `six.moves.email_mime_image`.
+  * Pull request #72: Avoid creating reference cycles through
+tracebacks in `reraise`.
+
+---
python-six.changes: same change

Old:

  six-1.10.0.tar.gz

New:

  six-1.11.0.tar.gz



Other differences:
--
++ python-six-doc.spec ++
--- /var/tmp/diff_new_pack.cz54wU/_old  2017-09-29 11:53:11.785330897 +0200
+++ /var/tmp/diff_new_pack.cz54wU/_new  2017-09-29 11:53:11.789330333 +0200
@@ -18,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-six-doc
-Version:1.10.0
+Version:1.11.0
 Release:0
 Url:http://pypi.python.org/pypi/six/
 Summary:Python 2 and 3 compatibility utilities
 License:MIT
 Group:  Development/Libraries/Python
-Source: 
http://pypi.python.org/packages/source/s/six/six-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/s/six/six-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{python_module six}
 # require old python 2 explicitly to get the ssl module
@@ -67,6 +67,6 @@
 
 %files
 %defattr(-,root,root)
-%doc LICENSE README documentation/_build/html
+%doc LICENSE README.rst CHANGES documentation/_build/html
 
 %changelog

++ python-six.spec ++
--- /var/tmp/diff_new_pack.cz54wU/_old  2017-09-29 11:53:11.809327513 +0200
+++ /var/tmp/diff_new_pack.cz54wU/_new  2017-09-29 11:53:11.809327513 +0200
@@ -18,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-six
-Version:1.10.0
+Version:1.11.0
 Release:0
 Url:http://pypi.python.org/pypi/six/
 Summary:Python 2 and 3 compatibility utilities
 License:MIT
 Group:  Development/Libraries/Python
-Source: 
http://pypi.python.org/packages/source/s/six/six-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/s/six/six-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{python_module base}
 BuildRequires:  python-rpm-macros
@@ -61,7 +61,7 @@
 
 %files %python_files
 %defattr(-,root,root)
-%doc LICENSE README
+%doc LICENSE README.rst CHANGES
 %{python_sitelib}/six.py*
 %pycache_only %{python3_sitelib}/__pycache__/*
 %{python_sitelib}/six-%{version}-py*.egg-info

++ six-1.10.0.tar.gz -> six-1.11.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/six-1.10.0/CHANGES new/six-1.11.0/CHANGES
--- old/six-1.10.0/CHANGES  2015-10-07 05:13:01.0 +0200
+++ new/six-1.11.0/CHANGES  2017-09-17 20:46:32.0 +0200
@@ -3,6 +3,29 @@
 
 This file lists the changes in each six version.
 
+1.11.0
+--
+
+- Pull request #178: `with_metaclass` now properly proxies `__prepare__` to the
+  underlying metaclass.
+
+- Pull request #191: Allow `with_metaclass` to work with metaclasses 
implemented
+  in C.
+
+- Pull request #203: Add parse_http_list and parse_keqv_list to moved
+  urllib.request.
+
+- Pull request #172 and issue #171: Add unquote_to_bytes to moved urllib.parse.
+
+- Pull request #167: Add `six.moves.getoutput`.
+
+- Pull request #80: Add `six.moves.urllib_parse.splitvalue`.
+
+- Pull request #75: Add `six.moves.email_mi

commit libpt2 for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package libpt2 for openSUSE:Factory checked 
in at 2017-09-29 11:52:43

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


Package is "libpt2"

Fri Sep 29 11:52:43 2017 rev:40 rq:529088 version:2.10.11

Changes:

--- /work/SRC/openSUSE:Factory/libpt2/libpt2.changes2017-09-12 
19:37:39.380707873 +0200
+++ /work/SRC/openSUSE:Factory/.libpt2.new/libpt2.changes   2017-09-29 
11:52:46.168943126 +0200
@@ -1,0 +2,11 @@
+Wed Sep 27 16:11:35 UTC 2017 - dims...@opensuse.org
+
+- Disable esd plugin (openSUSE has moved through various other
+  sound daemons since esd was useful):
+  + Drop esound-devel BuildRequires
+  + No longer pass --enable-esd to configure
+  + Drop libpt2_10_11-plugins-esd subpackage.
+- Add an explicit alsa-devel BuildRequires: this uses to be pulled
+  in by esound devel.
+
+---



Other differences:
--
++ libpt2.spec ++
--- /var/tmp/diff_new_pack.ewCDmX/_old  2017-09-29 11:52:49.284503792 +0200
+++ /var/tmp/diff_new_pack.ewCDmX/_new  2017-09-29 11:52:49.288503228 +0200
@@ -49,9 +49,9 @@
 # PATCH-FIX-UPSTREAM libpt2-openssl11.patch boo#1055477 mgo...@suse.com -- 
port to OpenSSL 1.1.
 Patch8: libpt2-openssl11.patch
 BuildRequires:  SDL-devel
+BuildRequires:  alsa-devel
 BuildRequires:  bison
 BuildRequires:  cyrus-sasl-devel
-BuildRequires:  esound-devel
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 %if %{build_avc}
@@ -113,18 +113,6 @@
 This package includes header files and scripts needed for developers
 using the %{name} library.
 
-%package -n libpt%{_version}-plugins-esd
-
-Summary:ESD plugin for %{name}
-Group:  System/Libraries
-Requires:   libpt%{_version} = %{version}
-# No idea about why this provides is here. Feel free to remove it if you think
-# is the best thing to do... or to add an explanation about why it is useful.
-Provides:   libpt2-audio-plugin
-
-%description -n libpt%{_version}-plugins-esd
-This plugin enables ESD (Enlightened Sound Daemon) support in %{name}.
-
 %if %{build_avc}
 
 %package -n libpt%{_version}-plugins-avc
@@ -203,7 +191,6 @@
 #CXXFLAGS and CFLAGS are mixed up in the Makefiles..
 export CFLAGS="%optflags -fvisibility-inlines-hidden"
 %configure \
-   --enable-esd \
--enable-oss \
--enable-pulse \
 %if %{build_v4l}
@@ -250,10 +237,6 @@
 %{_libdir}/libpt.so
 %{_libdir}/pkgconfig/ptlib.pc
 
-%files -n libpt%{_version}-plugins-esd
-%defattr(-,root,root)
-%{_libdir}/%{_name}-%{version}/devices/sound/esd_pwplugin.so
-
 %if %{build_avc}
 
 %files -n libpt%{_version}-plugins-avc




commit kbd for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package kbd for openSUSE:Factory checked in 
at 2017-09-29 11:52:20

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


Package is "kbd"

Fri Sep 29 11:52:20 2017 rev:83 rq:529011 version:2.0.4

Changes:

--- /work/SRC/openSUSE:Factory/kbd/kbd.changes  2017-05-06 18:25:20.803672429 
+0200
+++ /work/SRC/openSUSE:Factory/.kbd.new/kbd.changes 2017-09-29 
11:52:23.680114346 +0200
@@ -1,0 +2,10 @@
+Fri Sep 22 15:51:51 CEST 2017 - sbra...@suse.com
+
+- Version update to 2.0.6:
+  * translation updates
+  * support for U+202F
+  * minor fixes and code cleanup
+  * minor improvements and more characters support
+- Enable vlock (bsc#1056449, FATE#261).
+
+---

Old:

  kbd-2.0.3-repack.tar.bz2

New:

  kbd-2.0.4-repack.tar.xz



Other differences:
--
++ kbd.spec ++
--- /var/tmp/diff_new_pack.RTJf1D/_old  2017-09-29 11:52:24.811954741 +0200
+++ /var/tmp/diff_new_pack.RTJf1D/_new  2017-09-29 11:52:24.815954177 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kbd
-Version:2.0.3
+Version:2.0.4
 Release:0
 Summary:Keyboard and Font Utilities
 # git: git://git.altlinux.org/people/legion/packages/kbd.git
@@ -25,7 +25,7 @@
 Group:  System/Console
 Url:ftp://ftp.altlinux.org/pub/people/legion/kbd/
 # ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.xz repack_kbd.sh
-Source: %{name}-%{version}-repack.tar.bz2
+Source: %{name}-%{version}-repack.tar.xz
 Source1:kbd_fonts.tar.bz2
 Source2:suse-add.tar.bz2
 Source3:README.SUSE
@@ -71,6 +71,8 @@
 Requires(post): coreutils
 Requires(postun): coreutils
 Requires(pre):  %fillup_prereq
+Provides:   vlock = 2.2.3
+Obsoletes:  vlock <= 2.2.3
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -130,8 +132,7 @@
--datadir=%{kbd} \
--enable-nls \
--localedir=%{_datadir}/locale \
-   --enable-optional-progs \
-   --disable-vlock
+   --enable-optional-progs
 make %{?_smp_mflags}
 gcc %{optflags} -o fbtest   $RPM_SOURCE_DIR/fbtest.c
 # fix lat2-16.psfu (bnc#340579)
@@ -439,6 +440,7 @@
 %{_bindir}/setvesablank
 %{_bindir}/spawn_console
 %{_bindir}/spawn_login
+%{_bindir}/vlock
 %{_mandir}/man1/*
 %{_mandir}/man5/keymaps.5%{ext_man}
 %ifnarch %{sparc} m68k

++ kbd-1.15.2-dumpkeys-C-opt.patch ++
--- /var/tmp/diff_new_pack.RTJf1D/_old  2017-09-29 11:52:24.919939513 +0200
+++ /var/tmp/diff_new_pack.RTJf1D/_new  2017-09-29 11:52:24.923938950 +0200
@@ -1,18 +1,18 @@
 Index: docs/man/man1/dumpkeys.1.in
 ===
 docs/man/man1/dumpkeys.1.in.orig   2013-08-27 22:45:33.0 +0200
-+++ docs/man/man1/dumpkeys.1.in2014-09-12 13:42:01.557871837 +0200
+--- docs/man/man1/dumpkeys.1.in.orig
 docs/man/man1/dumpkeys.1.in
 @@ -4,6 +4,7 @@
  dumpkeys \- dump keyboard translation tables
  .SH SYNOPSIS
  .B dumpkeys
 +.RI [ \-C\ '' | \-\-console='' ]
  [
- .B \-hilfn
- .BI \-c charset
-@@ -197,6 +198,12 @@
- loadkeys how to interpret the keymap. (For example, "division" is
- 0xf7 in iso-8859-1 but 0xba in iso-8859-8.)
+ .\".B \-1Vdfhiklnstv
+ .B \-h \-\-help \-i \-\-short\-info \-l \-s \-\-long\-info
+@@ -212,6 +213,12 @@ loadkeys how to interpret the keymap. (F
+ .B \-V \-\-version
+ Prints version number and exits.
  .LP
 +The affected console device can be specified using the 
 +.I -C 
@@ -25,43 +25,43 @@
  .TP 20
 Index: src/dumpkeys.c
 ===
 src/dumpkeys.c.orig2014-06-15 20:33:18.0 +0200
-+++ src/dumpkeys.c 2014-09-12 13:47:09.633866557 +0200
-@@ -41,6 +41,8 @@
-  --funcs-only display only the function key strings\n\
-  --keys-only  display only key bindings\n\
-  --compose-only   display only compose key combinations\n\
+--- src/dumpkeys.c.orig
 src/dumpkeys.c
+@@ -45,6 +45,8 @@ valid options are:\n\
+   -t --funcs-only display only the function key strings\n\
+   -k --keys-only  display only key bindings\n\
+   -d --compose-only   display only compose key combinations\n\
 +  -C \n\
 + --console=   Indicate the virtual console device to be used.\n\
-c --charset="));
lk_list_charsets(stderr);
fprintf(stderr, _("\
-@@ -52,7 +54,7 @@
+@@ -60,7 +62,7 @@ valid options are:\n\
  
- int
- main (int argc, char *argv[]) {
--  const char *short_opts = "hilvsnf1tkdS:c:V";
-+  const char *short_opts = "hilvsnf1tkdS:C:c:V";
+ int main(int argc, char *argv[])
+ {
+-  cons

commit openconnect for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package openconnect for openSUSE:Factory 
checked in at 2017-09-29 11:52:13

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


Package is "openconnect"

Fri Sep 29 11:52:13 2017 rev:26 rq:529010 version:7.08

Changes:

--- /work/SRC/openSUSE:Factory/openconnect/openconnect.changes  2016-12-22 
16:01:10.563082088 +0100
+++ /work/SRC/openSUSE:Factory/.openconnect.new/openconnect.changes 
2017-09-29 11:52:14.421419947 +0200
@@ -1,0 +2,6 @@
+Mon Sep 25 01:48:32 UTC 2017 - sck...@suse.com
+
+- Drop vpnc dependency by including vpnc-script from vpnc package
+  (fate#323497).
+
+---
@@ -4 +10 @@
-- update to version 7.08
+- update to version 7.08 (bsc#1056389)

New:

  vpnc-script



Other differences:
--
++ openconnect.spec ++
--- /var/tmp/diff_new_pack.WzlVAH/_old  2017-09-29 11:52:15.713237784 +0200
+++ /var/tmp/diff_new_pack.WzlVAH/_new  2017-09-29 11:52:15.717237220 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openconnect
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
 Group:  Productivity/Networking/Security
 Url:http://www.infradead.org/openconnect.html
 Source0:ftp://ftp.infradead.org/pub/%{name}/%{name}-%{version}.tar.gz
+Source1:vpnc-script
 BuildRequires:  libgnutls-devel
 %if 0%{?suse_version} >= 1320
 BuildRequires:  liblz4-devel
@@ -32,7 +33,6 @@
 BuildRequires:  libtomcrypt-devel
 BuildRequires:  pkg-config
 BuildRequires:  stoken-devel
-BuildRequires:  vpnc
 # == docs ==
 BuildRequires:  groff-full
 # == docs ==
@@ -40,7 +40,6 @@
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxml-2.0)
-Requires:   vpnc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -82,11 +81,13 @@
 %lang_package
 
 %build
-%configure --docdir=%{_docdir}/%{name}/
+%configure --docdir=%{_docdir}/%{name}/ 
--with-vpnc-script=/etc/openconnect/vpnc-script
 make
 
 %install
 %make_install
+mkdir -p %{buildroot}/%{_sysconfdir}/openconnect
+cp %{SOURCE1} %{buildroot}/%{_sysconfdir}/openconnect/
 rm %{buildroot}%{_libdir}/libopenconnect.la
 %find_lang %{name}
 
@@ -101,6 +102,8 @@
 %{_libdir}/libopenconnect.so.*
 %{_mandir}/man8/*
 %{_sbindir}/openconnect
+%dir %{_sysconfdir}/openconnect
+%attr(0755,root,root) %{_sysconfdir}/openconnect/vpnc-script
 
 %files devel
 %defattr(-,root,root)

++ vpnc-script ++
 760 lines (skipped)




commit jline for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package jline for openSUSE:Factory checked 
in at 2017-09-29 11:52:04

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


Package is "jline"

Fri Sep 29 11:52:04 2017 rev:21 rq:529001 version:0.9.94

Changes:

--- /work/SRC/openSUSE:Factory/jline/jline.changes  2017-06-10 
18:32:46.301806294 +0200
+++ /work/SRC/openSUSE:Factory/.jline.new/jline.changes 2017-09-29 
11:52:07.558387730 +0200
@@ -1,0 +2,8 @@
+Wed Sep 27 16:55:31 UTC 2017 - fst...@suse.com
+
+- Don't require java-1_5_0-gcj-compat, but build with any
+  java-devel provider
+- Specify java source and target level 1.6: fixes build with
+  jdk9
+
+---



Other differences:
--
++ jline.spec ++
--- /var/tmp/diff_new_pack.CY1F38/_old  2017-09-29 11:52:09.150163267 +0200
+++ /var/tmp/diff_new_pack.CY1F38/_new  2017-09-29 11:52:09.154162704 +0200
@@ -28,11 +28,12 @@
 Source2:jline-build.xml
 Source3:jline-0.9.94.pom
 BuildRequires:  ant
-BuildRequires:  java-1_5_0-gcj-compat-devel
+BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
 BuildRequires:  xml-commons-resolver
-#!BuildIgnore:  antlr antlr-java
+#!BuildIgnore:  antlr
+#!BuildIgnore:  antlr-java
 BuildArch:  noarch
 
 %description
@@ -70,7 +71,7 @@
 cd src/
 export CLASSPATH=`pwd`/target/classes:`pwd`/target/test-classes
 export OPT_JAR_LIST=:
-ant jar
+ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 jar
 
 %install
 # jars
@@ -79,7 +80,6 @@
 (cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} 
${jar/-%{version}/}; done)
 
 %files
-%defattr(0644,root,root,0755)
 %{_javadir}/%{name}.jar
 %{_javadir}/%{name}-%{version}.jar
 





commit libvirt for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2017-09-29 11:51:22

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


Package is "libvirt"

Fri Sep 29 11:51:22 2017 rev:236 rq:528890 version:3.7.0

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2017-09-25 
13:53:51.885700856 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2017-09-29 
11:51:35.078967797 +0200
@@ -1,0 +2,13 @@
+Tue Sep 26 22:38:42 UTC 2017 - jfeh...@suse.com
+
+- apparmor: Add rules for kernel 4.13 ptrace checks
+  b482925c-apparmor-ptrace-support.patch
+  Drop temporary workaround apparmor-ptrace-support.patch
+  bsc#1058847
+- apparmor: Add rules for denial encountered when starting
+  confined domains
+  f305d8a1-apparmor-attach_disconnected.patch,
+  suse-apparmor-libnl-paths.patch
+  Drop old, useless, undocumented apparmor-fixes.patch
+
+---

Old:

  apparmor-fixes.patch
  apparmor-ptrace-support.patch

New:

  b482925c-apparmor-ptrace-support.patch
  f305d8a1-apparmor-attach_disconnected.patch
  suse-apparmor-libnl-paths.patch



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.x6NvCA/_old  2017-09-29 11:51:36.442775480 +0200
+++ /var/tmp/diff_new_pack.x6NvCA/_new  2017-09-29 11:51:36.446774915 +0200
@@ -307,10 +307,11 @@
 Patch0: 92bd87a2-ryzen-test-data.patch
 Patch1: 5c83b360-epyc-test-data.patch
 Patch2: a0b62843-epyc-cpu-model.patch
+Patch3: f305d8a1-apparmor-attach_disconnected.patch
+Patch4: b482925c-apparmor-ptrace-support.patch
 # Patches pending upstream review
 Patch100:   libxl-dom-reset.patch
 Patch101:   network-don-t-use-dhcp-authoritative-on-static-netwo.patch
-Patch102:   apparmor-ptrace-support.patch
 # Need to go upstream
 Patch150:   xen-pv-cdrom.patch
 Patch151:   blockcopy-check-dst-identical-device.patch
@@ -318,7 +319,6 @@
 Patch153:   ppc64le-canonical-name.patch
 Patch154:   libxl-set-migration-constraints.patch
 Patch155:   libxl-set-cach-mode.patch
-Patch156:   apparmor-fixes.patch
 # Our patches
 Patch200:   suse-libvirtd-disable-tls.patch
 Patch201:   suse-libvirtd-sysconfig-settings.patch
@@ -328,14 +328,15 @@
 Patch205:   suse-libvirtd-service-xen.patch
 Patch206:   suse-qemu-conf.patch
 Patch207:   suse-ovmf-paths.patch
-Patch208:   support-managed-pci-xen-driver.patch
-Patch209:   xen-sxpr-disk-type.patch
-Patch210:   libxl-support-block-script.patch
-Patch211:   apparmor-no-mount.patch
-Patch212:   qemu-apparmor-screenshot.patch
-Patch213:   libvirt-suse-netcontrol.patch
-Patch214:   lxc-wait-after-eth-del.patch
-Patch215:   libxl-qemu-emulator-caps.patch
+Patch208:   suse-apparmor-libnl-paths.patch
+Patch209:   support-managed-pci-xen-driver.patch
+Patch210:   xen-sxpr-disk-type.patch
+Patch211:   libxl-support-block-script.patch
+Patch212:   apparmor-no-mount.patch
+Patch213:   qemu-apparmor-screenshot.patch
+Patch214:   libvirt-suse-netcontrol.patch
+Patch215:   lxc-wait-after-eth-del.patch
+Patch216:   libxl-qemu-emulator-caps.patch
 # SLES-Only patches
 %if %{with_sle_build}
 Patch400:   virt-create-rootfs.patch
@@ -876,16 +877,16 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
 %patch100 -p1
 %patch101 -p1
-%patch102 -p1
 %patch150 -p1
 %patch151 -p1
 %patch152 -p1
 %patch153 -p1
 %patch154 -p1
 %patch155 -p1
-%patch156 -p1
 %patch200 -p1
 %patch201 -p1
 %patch202 -p1
@@ -902,6 +903,7 @@
 %patch213 -p1
 %patch214 -p1
 %patch215 -p1
+%patch216 -p1
 %if %{with_sle_build}
 %patch400 -p1
 %endif

++ apparmor-no-mount.patch ++
--- /var/tmp/diff_new_pack.x6NvCA/_old  2017-09-29 11:51:36.514765328 +0200
+++ /var/tmp/diff_new_pack.x6NvCA/_new  2017-09-29 11:51:36.518764764 +0200
@@ -2,15 +2,12 @@
 ===
 --- libvirt-3.7.0.orig/examples/apparmor/libvirt-lxc
 +++ libvirt-3.7.0/examples/apparmor/libvirt-lxc
-@@ -2,42 +2,19 @@
+@@ -2,39 +2,15 @@
  
#include 
  
 -  umount,
-   dbus,
-   signal,
-   ptrace,
- 
+-
 -  # ignore DENIED message on / remount
 -  deny mount options=(ro, remount) -> /,
 -

++ b482925c-apparmor-ptrace-support.patch ++
commit b482925c2277e906542faea52ef587a5c0aa1f5f
Author: Jim Fehlig 
Date:   Fri Sep 22 17:02:42 2017 -0600

apparmor: support ptrace checks

Kernel 4.13 introduced finer-grained ptrace checks


https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?h=v4.13.2&id=290f458a4f

commit php7 for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package php7 for openSUSE:Factory checked in 
at 2017-09-29 11:51:37

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


Package is "php7"

Fri Sep 29 11:51:37 2017 rev:23 rq:528903 version:7.1.10

Changes:

--- /work/SRC/openSUSE:Factory/php7/php7.changes2017-09-07 
22:11:38.704244045 +0200
+++ /work/SRC/openSUSE:Factory/.php7.new/php7.changes   2017-09-29 
11:51:47.525212693 +0200
@@ -1,0 +2,12 @@
+Wed Sep 27 07:35:51 UTC 2017 - pgaj...@suse.com
+
+- updated to 7.1.10: Several bugs have been fixed, see
+  https://secure.php.net/ChangeLog-7.php
+  for details
+
+---
+Tue Sep 12 08:43:11 UTC 2017 - pgaj...@suse.com
+
+- aarch64-mult.patch renamed to php7-aarch64-mult.patch
+
+---

Old:

  aarch64-mult.patch
  php-7.1.9.tar.xz
  php-7.1.9.tar.xz.asc

New:

  php-7.1.10.tar.xz
  php-7.1.10.tar.xz.asc
  php7-aarch64-mult.patch



Other differences:
--
++ php7.spec ++
--- /var/tmp/diff_new_pack.tTiQCt/_old  2017-09-29 11:51:48.785035040 +0200
+++ /var/tmp/diff_new_pack.tTiQCt/_new  2017-09-29 11:51:48.789034476 +0200
@@ -43,7 +43,7 @@
 %endif
 %endif
 Name:   php7
-Version:7.1.9
+Version:7.1.10
 Release:0
 Summary:PHP7 Core Files
 License:PHP-3.01
@@ -82,7 +82,7 @@
 # https://bugs.php.net/bug.php?id=70461
 Patch15:php7-fix_net-snmp_disable_MD5.patch
 # https://bugs.php.net/bug.php?id=70015
-Patch16:aarch64-mult.patch
+Patch16:php7-aarch64-mult.patch
 # should be upstreamed, will do later
 Patch17:php7-date-regenerate-lexers.patch
 BuildRequires:  apache-rpm-macros


++ php-7.1.9.tar.xz -> php-7.1.10.tar.xz ++
/work/SRC/openSUSE:Factory/php7/php-7.1.9.tar.xz 
/work/SRC/openSUSE:Factory/.php7.new/php-7.1.10.tar.xz differ: char 27, line 1

++ php7-aarch64-mult.patch ++
Index: php-7.0.5/Zend/zend_multiply.h
===
--- php-7.0.5.orig/Zend/zend_multiply.h
+++ php-7.0.5/Zend/zend_multiply.h
@@ -53,8 +53,8 @@
__asm__("mul %0, %2, %3\n"  
\
"smulh %1, %2, %3\n"
\
"sub %1, %1, %0, asr #63\n" 
\
-   : "=X"(__tmpvar), "=X"(usedval) 
\
-   : "X"(a), "X"(b));  
\
+   : "=&r"(__tmpvar), "=&r"(usedval)   
\
+   : "r"(a), "r"(b));  
\
if (usedval) (dval) = (double) (a) * (double) (b);  
\
else (lval) = __tmpvar; 
\
 } while (0)




commit xf86-video-intel for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package xf86-video-intel for 
openSUSE:Factory checked in at 2017-09-29 11:50:51

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


Package is "xf86-video-intel"

Fri Sep 29 11:50:51 2017 rev:76 rq:529008 version:2.99.917+git781.c8990575

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-intel/xf86-video-intel.changes
2017-04-18 13:46:48.460962879 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-intel.new/xf86-video-intel.changes   
2017-09-29 11:50:52.560963498 +0200
@@ -1,0 +2,6 @@
+Tue Aug 22 04:14:20 UTC 2017 - qantas94he...@gmail.com
+
+- Update to 2.99.917+git781.c8990575: includes some SNA bugfixes.
+- Use .xz for tar file instead of .bz2
+
+---

Old:

  xf86-video-intel-2.99.917.770_gcb6ba2da.tar.bz2

New:

  xf86-video-intel-2.99.917+git781.c8990575.tar.xz



Other differences:
--
++ xf86-video-intel.spec ++
--- /var/tmp/diff_new_pack.ep60hw/_old  2017-09-29 11:50:53.240867620 +0200
+++ /var/tmp/diff_new_pack.ep60hw/_new  2017-09-29 11:50:53.244867056 +0200
@@ -19,7 +19,7 @@
 %bcond_with glamor
 %bcond_with backlighthelper
 Name:   xf86-video-intel
-Version:2.99.917.770_gcb6ba2da
+Version:2.99.917+git781.c8990575
 Release:0
 Summary:Intel video driver for the Xorg X server
 License:MIT
@@ -28,7 +28,8 @@
 #Git-Clone:git://anongit.freedesktop.org/xorg/driver/xf86-video-intel
 #Git-Web:  http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/
 # http://xorg.freedesktop.org/releases/individual/driver/
-Source0:%{name}-%{version}.tar.bz2
+# Created using git archive.
+Source0:%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -132,7 +133,7 @@
 the 830M and later.
 
 %prep
-%setup -n xf86-video-intel-2.99.917
+%setup -qn %{name}
 
 %build
 autoreconf -fvi




commit check for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package check for openSUSE:Factory checked 
in at 2017-09-29 11:50:34

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


Package is "check"

Fri Sep 29 11:50:34 2017 rev:31 rq:528877 version:0.11.0

Changes:

--- /work/SRC/openSUSE:Factory/check/check.changes  2015-08-25 
07:18:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.check.new/check.changes 2017-09-29 
11:50:37.027154020 +0200
@@ -1,0 +2,26 @@
+Wed Sep 20 01:18:39 UTC 2017 - avvi...@yandex.by
+
+- Update to version 0.11.0:
+  + Avoid issue in unit test output checking where a shell's
+built-in printf command does not work properly, but the printf
+program itself is correct.
+  + Emit only valid XML characters in XML logging.
+  + Add LGPL header to files where it was missing.
+  + Strip timestamps from examples using filterdiff if available.
+  + Fix potential SIGSEGV in Check related to the disk filling up
+during a test.
+  + Support added for applying tags to test cases and selectively
+running test cases based on tags.
+  + Macros for comparing memory regions
+(ck_assert_mem_eq, ck_assert_mem_ne) have been added.
+  + Macros for comparing floating point numbers have been added.
+  + Macros for comparing string, but allowing for NULL
+(ck_assert_pstr_eq,ck_assert_pstr_ne) have been added.
+  + Macros for checking if a pointer is NULL or not have been
+added.
+- Update the homepage and source Url to current location.
+- Add libtool and makeinfo BuildRequires and use autoreconf when
+  building, needed as package is not bootstraped.
+- Add NEWS file.
+
+---

Old:

  check-0.10.0.tar.gz

New:

  check-0.11.0.tar.gz



Other differences:
--
++ check.spec ++
--- /var/tmp/diff_new_pack.kxFarv/_old  2017-09-29 11:50:38.998875975 +0200
+++ /var/tmp/diff_new_pack.kxFarv/_new  2017-09-29 11:50:39.002875410 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package check
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,18 @@
 
 Name:   check
 %define lname   libcheck0
-Version:0.10.0
+Version:0.11.0
 Release:0
 Summary:Unit Test Framework for C
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Url:http://check.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/project/check/check/0.10.0/%{name}-%{version}.tar.gz
+Url:https://libcheck.github.io/check/
+Source: 
https://github.com/libcheck/check/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source99:   baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
+BuildRequires:  libtool
+BuildRequires:  makeinfo
 BuildRequires:  pkg-config
 
 %description
@@ -66,6 +68,7 @@
 %setup -q
 
 %build
+autoreconf -fiv
 export CFLAGS="%{optflags} -std=gnu99"
 export CXXFLAGS="%{optflags} -std=gnu99"
 export FFLAGS="%{optflags} -std=gnu99"
@@ -74,7 +77,7 @@
 
 %install
 %make_install docdir=%{_docdir}/%{name}
-%{__cp} -a AUTHORS COPYING.LESSER THANKS TODO %{buildroot}%{_docdir}/%{name}
+%{__cp} -a AUTHORS COPYING.LESSER NEWS THANKS TODO 
%{buildroot}%{_docdir}/%{name}
 %{__rm} -f %{buildroot}%{_libdir}/*.la
 # a little duplicate documentation…
 %fdupes %buildroot/%_datadir

++ check-0.10.0.tar.gz -> check-0.11.0.tar.gz ++
 92397 lines of diff (skipped)




commit colord for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2017-09-29 11:50:45

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


Package is "colord"

Fri Sep 29 11:50:45 2017 rev:70 rq:528878 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2017-03-22 
23:02:19.667398533 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2017-09-29 
11:50:46.389833727 +0200
@@ -1,0 +2,59 @@
+Tue Sep 26 18:42:03 UTC 2017 - zai...@opensuse.org
+
+- Add ulimit -Sv 200 entry before build, set ~2 GiB limit so
+  that colprof is forced to work in chunks when generating the
+  print profile rather than trying to allocate a 3.1 GiB chunk of
+  RAM to put the entire B-to-A tables in.
+
+---
+Mon Sep 11 14:05:14 UTC 2017 - zai...@opensuse.org
+
+- Add pkgconfig(vapigen) BuildRequires and pass
+  enable-session-example=false, enable-bash-completion=true,
+  enable-systemd=true, enable-libcolordcompat=true,
+  enable-argyllcms-sensor=true, enable-reverse=false,
+  enable-sane=false, enable-vala=true, enable-print-profiles=true,
+  enable-tests=false, enable-installed-tests=false,
+  with-daemon-user=colord, enable-man=true and enable-docs=true to
+  meson, ensure we build the feature we want.
+
+---
+Thu Sep  7 19:56:12 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 1.4.1:
+  + Bugfixes:
+- Add back the meson -Denable-systemd=false configure argument.
+- Add the fallback rules for older PolicyKit versions.
+- Define PATH_MAX if not available.
+- Enable C99 support in meson.build.
+- Include all the files in the GIR target.
+- Include the correct file when using Colord-1.0.gir.
+- Use appropriate feature macro for realpath().
+- Use gio-2.0 when generating the VAPI.
+- Changes from version 1.4.0:
+  + New Features:
+- Port to the Meson build system.
+- Enable Travis CI for Fedora 25 and Debian Stretch.
+- Make PolicyKit, gusb and udev a hard requirement.
+  + Bugfixes:
+- Add some experimental tools for the HueyCOLOR sensor as found
+  in the P70.
+- Conditionally build documentation and man pages.
+- Correctly build the ICC transfer curve for Rec709.
+- Do not build the examples as part of the regular build.
+- Do not spin the Huey LEDs when the sensor is embedded.
+- Do not use /tmp to create profiles.
+- Fix the version numbers in cd-version.h to reflect reality.
+- Get the Huey status before trying to unlock.
+- Use a different Huey unlock code on the W700 laptop.
+- Add meson BuildRequires, and switch autotools macros configure,
+  make and makeinstall to meson, meson_build and meson_install
+  following upstream switch to Meson Build System.
+- Add gtk-doc and docbook-utils BuildRequires: new dependencies.
+- Drop %glib2_gsettings_schema_* post/postun macros: the
+  functionality is now covered by file triggers.
+- Drop intltool and vala BuildRequires: no longer needed.
+- Upstream rename of ColorHug-1.0.typelib file to
+  Colorhug-1.0.typelib, thus its package has been renamed as well.
+
+---

Old:

  colord-1.3.5.tar.xz
  colord-1.3.5.tar.xz.asc

New:

  colord-1.4.1.tar.xz
  colord-1.4.1.tar.xz.asc



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.M7EXzD/_old  2017-09-29 11:50:47.097733902 +0200
+++ /var/tmp/diff_new_pack.M7EXzD/_new  2017-09-29 11:50:47.097733902 +0200
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.3.5
+Version:1.4.1
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+
@@ -32,9 +32,10 @@
 Source3:usr.lib.colord
 Source99:   baselibs.conf
 BuildRequires:  argyllcms
+BuildRequires:  docbook-utils
 BuildRequires:  gobject-introspection-devel
-BuildRequires:  intltool
-BuildRequires:  vala
+BuildRequires:  gtk-doc
+BuildRequires:  meson
 BuildRequires:  pkgconfig(bash-completion) >= 2.0
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gio-2.0) >= 2.25.9
@@ -51,6 +52,7 @@
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(udev)
+BuildRequires:  pkgconfig(vapigen)
 Requires(pre):  pwdutils
 Requires:   argyllcms
 Requires:   colord-color-profiles
@@ -85,8 +87,8 @@
 
 %package color-profiles
 Summary:System Daemon for Managing Color Devices -- Color profiles
-Group:  System/L

commit polari for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package polari for openSUSE:Factory checked 
in at 2017-09-29 11:50:25

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


Package is "polari"

Fri Sep 29 11:50:25 2017 rev:26 rq:528876 version:3.26.0

Changes:

--- /work/SRC/openSUSE:Factory/polari/polari.changes2017-09-13 
21:56:43.967350504 +0200
+++ /work/SRC/openSUSE:Factory/.polari.new/polari.changes   2017-09-29 
11:50:26.308665508 +0200
@@ -1,0 +2,6 @@
+Mon Sep 25 15:13:05 UTC 2017 - bear...@opensuse.org
+
+- Add telepathy-idle and telepathy-logger Requires: missing
+  mandatory run-time dependencies.
+
+---



Other differences:
--
++ polari.spec ++
--- /var/tmp/diff_new_pack.ZldiM9/_old  2017-09-29 11:50:27.472501387 +0200
+++ /var/tmp/diff_new_pack.ZldiM9/_new  2017-09-29 11:50:27.476500823 +0200
@@ -44,6 +44,8 @@
 BuildRequires:  pkgconfig(telepathy-glib)
 BuildRequires:  pkgconfig(telepathy-logger-0.2)
 Requires:   gjs >= 1.45.0
+Requires:   telepathy-idle
+Requires:   telepathy-logger
 Requires:   telepathy-mission-control
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit libqt5-qtwebengine for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package libqt5-qtwebengine for 
openSUSE:Factory checked in at 2017-09-29 11:50:16

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


Package is "libqt5-qtwebengine"

Fri Sep 29 11:50:16 2017 rev:23 rq:528855 version:5.9.1

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtwebengine/libqt5-qtwebengine.changes
2017-07-30 11:20:29.375721174 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtwebengine.new/libqt5-qtwebengine.changes   
2017-09-29 11:50:17.233945198 +0200
@@ -1,0 +2,6 @@
+Tue Sep 26 15:03:00 UTC 2017 - fab...@ritter-vogt.de
+
+- Unbundle ffmpeg if possible, only support proprietary codecs
+  if the system ffmpeg does
+
+---



Other differences:
--
++ libqt5-qtwebengine.spec ++
--- /var/tmp/diff_new_pack.2DVCv2/_old  2017-09-29 11:50:22.565193401 +0200
+++ /var/tmp/diff_new_pack.2DVCv2/_new  2017-09-29 11:50:22.569192837 +0200
@@ -18,18 +18,23 @@
 
 %define qt5_snapshot 0
 
-%if %{?suse_version} <= 1320
+%if 0%{?suse_version} <= 1320
 %bcond_with system_vpx
 %else
 %bcond_without system_vpx
 %endif
-%if %{?suse_version} < 1330
+%if 0%{?suse_version} < 1330
 %bcond_with system_icu
 %else
 # Change to without once ICU 59 in TW is supported
 %bcond_with system_icu
 %endif
-%if %{?suse_version} >= 1320 || (%{?suse_version} == 1315 && 0%{?leap_version} 
>= 420200)
+%if %{?suse_version} >= 1320 || (0%{?is_opensuse} && 0%{?sle_version} >= 
120300)
+%bcond_without system_ffmpeg
+%else
+%bcond_with system_ffmpeg
+%endif
+%if 0%{?suse_version} >= 1320 || (0%{?suse_version} == 1315 && 
0%{?sle_version} >= 120200)
 %bcond_without system_minizip
 %else
 %bcond_with system_minizip
@@ -168,6 +173,11 @@
 %if %{with system_vpx}
 BuildRequires:  pkgconfig(vpx) >= 1.4.0
 %endif
+%if %{with system_ffmpeg}
+BuildRequires:  libavformat-devel
+BuildRequires:  libavcodec-devel
+BuildRequires:  libavutil-devel
+%endif
 %if %qt5_snapshot
 #to create the forwarding headers
 BuildRequires:  perl
@@ -247,8 +257,10 @@
 %endif
 # It does not actually include proprietary codecs, it only makes it attempt to 
use ffmpeg
 %qmake5 QMAKE_CFLAGS="$RPM_OPT_FLAGS" \
-QMAKE_CFLAGS+="$RPM_OPT_FLAGS" \
+%if %{with system_ffmpeg}
 WEBENGINE_CONFIG+=use_proprietary_codecs \
+WEBENGINE_CONFIG+=use_system_ffmpeg \
+%endif
 %if %{with system_icu}
 WEBENGINE_CONFIG+=use_system_icu \
 %endif




commit taglib for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package taglib for openSUSE:Factory checked 
in at 2017-09-29 11:50:06

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


Package is "taglib"

Fri Sep 29 11:50:06 2017 rev:49 rq:528829 version:1.11.1

Changes:

--- /work/SRC/openSUSE:Factory/taglib/taglib.changes2017-08-12 
20:12:13.393963344 +0200
+++ /work/SRC/openSUSE:Factory/.taglib.new/taglib.changes   2017-09-29 
11:50:08.083235608 +0200
@@ -1,0 +2,6 @@
+Tue Sep 26 09:27:25 UTC 2017 - tchva...@suse.com
+
+- Cleanup bit with spec-cleaner
+- Drop librcc dependency as there is no actual code dependency in taglib
+
+---



Other differences:
--
++ taglib.spec ++
--- /var/tmp/diff_new_pack.Ko7RET/_old  2017-09-29 11:50:10.722863374 +0200
+++ /var/tmp/diff_new_pack.Ko7RET/_new  2017-09-29 11:50:10.722863374 +0200
@@ -20,31 +20,27 @@
 Version:1.11.1
 Release:0
 Summary:Audio Meta-Data Library
-License:LGPL-2.1+ and MPL-1.1
+License:LGPL-2.1+ AND MPL-1.1
 Group:  Productivity/Multimedia/Other
 Url:http://taglib.github.io/
 Source0:http://taglib.github.io/releases/%{name}-%{version}.tar.gz
 Source1:%{name}.desktop
-# PATCH-FIX-SECURITY taglib-CVE-2017-12678.patch bsc1052699 CVE-2017-12678 
sbra...@suse.com -- Prevent denial of service.
-Patch:  taglib-CVE-2017-12678.patch
 Source100:  baselibs.conf
+# PATCH-FIX-SECURITY taglib-CVE-2017-12678.patch bsc1052699 CVE-2017-12678 
sbra...@suse.com -- Prevent denial of service.
+Patch0: taglib-CVE-2017-12678.patch
 BuildRequires:  cmake >= 2.8
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  graphviz-gnome
 BuildRequires:  libcppunit-devel
-BuildRequires:  librcc-devel
-BuildRequires:  pkg-config
-BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(zlib)
 # NOTE: The tagreader and writer executables give different results when built 
with
 # an earlier taglib-1.8-ds-rusxmms patch. See bnc#814814
 Requires:   libtag1 = %{version}-%{release}
 Requires:   libtag_c0 = %{version}-%{release}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}
-BuildRequires:  update-desktop-files
-%endif
 
 %description
 TagLib is a library for reading and editing the meta-data of several popular
@@ -58,8 +54,6 @@
 Summary:Audio Meta-Data Library
 License:LGPL-2.1+
 Group:  System/Libraries
-# Without this the old taglib package containing the libraries isn't removed 
when this package is installed.
-# The only alternative is for the libraries to Require: taglib 
version-release, badness 440
 Conflicts:  taglib <= 1.6.3
 
 %description -n libtag1
@@ -72,8 +66,6 @@
 Summary:Audio Meta-Data Library
 License:LGPL-2.1+
 Group:  System/Libraries
-# Without this the old taglib package containing the libraries isn't removed 
when this package is installed.
-# The only alternative is for the libraries to Require: taglib 
version-release, badness 440
 Conflicts:  taglib <= 1.6.3
 
 %description -n libtag_c0
@@ -99,7 +91,7 @@
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 
 %build
 %cmake \
@@ -116,9 +108,7 @@
 mkdir -p %{buildroot}%{_datadir}/susehelp/meta/Development/Libraries/
 install -pm 0644 %{SOURCE1} 
%{buildroot}%{_datadir}/susehelp/meta/Development/Libraries/
 
-%if 0%{?suse_version}
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/susehelp/meta/Development/Libraries/%{name}.desktop
-%endif
 
 # Documentation
 mkdir -p %{buildroot}%{_defaultdocdir}/libtag-devel
@@ -130,40 +120,26 @@
 mkdir -p %{buildroot}%{_bindir}
 for i in `find build/examples -maxdepth 1 ! -type d -executable`; do cp -v 
${i} %{buildroot}%{_bindir}/; done
 
-%check
-# check the library
-#pushd tests
-#make check
-#popd
-
-%if 0%{?suse_version} > 1110
 %post
 %desktop_database_post
 
 %postun
 %desktop_database_postun
-%endif
 
 %post -n libtag1 -p /sbin/ldconfig
-
 %postun -n libtag1 -p /sbin/ldconfig
-
 %post -n libtag_c0 -p /sbin/ldconfig
-
 %postun -n libtag_c0 -p /sbin/ldconfig
 
 %files -n libtag1
-%defattr(-,root,root,-)
 %{_libdir}/libtag.so.1
 %{_libdir}/libtag.so.1.*
 
 %files -n libtag_c0
-%defattr(-,root,root,-)
 %{_libdir}/libtag_c.so.0
 %{_libdir}/libtag_c.so.0.*
 
 %files -n libtag-devel
-%defattr(-,root,root,-)
 %doc %{_defaultdocdir}/libtag-devel
 %{_bindir}/taglib-config
 %{_includedir}/taglib/
@@ -172,12 +148,7 @@
 %{_datadir}/susehelp/
 
 %files
-%defattr(-,root,root,-)
-%if 1 == 1
 %{_bindir}/*
 %exclude %{_bindir}/taglib-config
-%else
-%

commit systemd for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2017-09-29 11:49:48

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


Package is "systemd"

Fri Sep 29 11:49:48 2017 rev:262 rq:528802 version:234

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2017-09-17 
22:36:38.786846400 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2017-09-29 11:49:54.385167280 +0200
@@ -1,0 +2,26 @@
+Tue Sep 26 10:14:22 UTC 2017 - f...@suse.com
+
+- Import commit 9e0985dc330b1cf04bc44049962343bdf4ba851a
+
+  4fd7cd041 pam_logind: skip leading /dev/ from PAM_TTY field before passing 
it on
+  dd6312828 logind: make sure we don't process the same method call twice 
(#6583)
+
+---
+Tue Sep 26 09:27:12 UTC 2017 - f...@suse.com
+
+- Update scripts-systemd-upgrade-from-pre-210.sh script
+
+  - drop dependency on awk
+  - fallback to runlevel #3 if something goes wrong
+
+  Note: I'm not sure how this is supposed to work as /etc/inittab is
+  likely to be missing in my understanding. Indeed this file is part
+  of the aaa_base package which might be upgraded before systemd is
+  installed...
+
+---
+Tue Sep 26 08:08:22 UTC 2017 - f...@suse.com
+
+- Drop macros.systemd.upstream as it's not used 
+
+---
systemd.changes: same change

Old:

  macros.systemd.upstream



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.WvXdtp/_old  2017-09-29 11:49:55.529005978 +0200
+++ /var/tmp/diff_new_pack.WvXdtp/_new  2017-09-29 11:49:55.533005414 +0200
@@ -128,7 +128,6 @@
 Requires(post): systemd-presets-branding
 Requires(post): pam-config >= 0.79-5
 %endif
-Requires(post): /usr/bin/awk
 
 %if 0%{?bootstrap}
 Conflicts:  systemd
@@ -147,7 +146,6 @@
 Source3:systemd-sysv-convert
 Source6:baselibs.conf
 Source7:libgcrypt.m4
-Source10:   macros.systemd.upstream
 Source11:   after-local.service
 Source12:   systemd-sysv-install
 Source14:   kbd-model-map.legacy

++ systemd.spec ++
--- /var/tmp/diff_new_pack.WvXdtp/_old  2017-09-29 11:49:55.569000338 +0200
+++ /var/tmp/diff_new_pack.WvXdtp/_new  2017-09-29 11:49:55.572999774 +0200
@@ -126,7 +126,6 @@
 Requires(post): systemd-presets-branding
 Requires(post): pam-config >= 0.79-5
 %endif
-Requires(post): /usr/bin/awk
 
 %if 0%{?bootstrap}
 Conflicts:  systemd
@@ -145,7 +144,6 @@
 Source3:systemd-sysv-convert
 Source6:baselibs.conf
 Source7:libgcrypt.m4
-Source10:   macros.systemd.upstream
 Source11:   after-local.service
 Source12:   systemd-sysv-install
 Source14:   kbd-model-map.legacy

++ scripts-systemd-upgrade-from-pre-210.sh ++
--- /var/tmp/diff_new_pack.WvXdtp/_old  2017-09-29 11:49:55.692982854 +0200
+++ /var/tmp/diff_new_pack.WvXdtp/_new  2017-09-29 11:49:55.692982854 +0200
@@ -8,12 +8,18 @@
 # All hacks can potentially break the admin settings since they work
 # in /etc...
 
-# Try to read default runlevel from the old inittab if it exists
+# Try to read default runlevel from the old inittab if it exists. If
+# it fails fallback to runlevel 3 which should still be better than
+# the rescue shell.
+#
+# Note: /etc/inittab was part of the aaa_base package which can be
+# upgraded before systemd is. Therefore this file is likely to be
+# missing.
 if [ ! -e /etc/systemd/system/default.target -a -e /etc/inittab ]; then
-runlevel=$(awk -F ':' '$3 == "initdefault" && $1 !~ "^#" { print $2 }' 
/etc/inittab)
-if [ -n "$runlevel" ] ; then
-ln -sf /usr/lib/systemd/system/runlevel$runlevel.target 
/etc/systemd/system/default.target
-fi
+runlevel=$(sed -n -r "s/^id:([[:digit:]]):initdefault:/\1/p" 
/etc/inittab)
+: ${runlevel:=3}
+echo "Initializing default.target to runlevel${runlevel}.target"
+ln -s /usr/lib/systemd/system/runlevel${runlevel}.target 
/etc/systemd/system/default.target
 fi
 
 # since v207 /etc/sysctl.conf is no longer parsed, however

++ systemd-234.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemd-234/src/login/logind-session-dbus.c 
new/systemd-234/src/login/logind-session-dbus.c
--- old/systemd-234/src/login/logind-session-dbus.c 2017-09-14 
18:32:58.0 +0200
+++ new/systemd-234/src/login/logind-session-dbus.c 2017-09-26 
12:13:06.0 +0200
@@ -457,7 +457,7 @@
 goto error;
 
 s

commit perl-XML-LibXML for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2017-09-29 11:49:58

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


Package is "perl-XML-LibXML"

Fri Sep 29 11:49:58 2017 rev:45 rq:528827 version:2.0129

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2017-03-18 20:47:36.734854226 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2017-09-29 11:49:58.896531096 +0200
@@ -1,0 +2,6 @@
+Tue Sep 26 09:44:35 UTC 2017 - tchva...@suse.com
+
+- Add patch to fix building with new libxml (from Fedora):
+  * XML-LibXML-2.0129-Adjust-tests-to-libxml2-2.9.5.patch
+
+---

New:

  XML-LibXML-2.0129-Adjust-tests-to-libxml2-2.9.5.patch



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.3qT0kh/_old  2017-09-29 11:49:59.524442549 +0200
+++ /var/tmp/diff_new_pack.3qT0kh/_new  2017-09-29 11:49:59.528441986 +0200
@@ -16,17 +16,17 @@
 #
 
 
+%define cpan_name XML-LibXML
 Name:   perl-XML-LibXML
 Version:2.0129
 Release:0
-%define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/XML-LibXML/
 Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch0: XML-LibXML-2.0129-Adjust-tests-to-libxml2-2.9.5.patch
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(XML::NamespaceSupport) >= 1.07
@@ -44,7 +44,7 @@
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.9.0
 Provides:   perl-XML-LibXML-Common = %{version}
 Obsoletes:  perl-XML-LibXML-Common < %{version}
-# MANUAL END
+# /MANUAL END
 
 %description
 This module is an interface to libxml2, providing XML and HTML parsers with
@@ -55,13 +55,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0 -p1
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make %{?_smp_mflags} test
 
 %install
 %perl_make_install
@@ -69,7 +70,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes docs example HACKING.txt README TODO
 %license LICENSE
 

++ XML-LibXML-2.0129-Adjust-tests-to-libxml2-2.9.5.patch ++
>From 14f879ec851e7f5e32f4895fc93dd391cf841eb9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Wed, 20 Sep 2017 17:17:57 +0200
Subject: [PATCH] Adjust tests to libxml2-2.9.5
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

libxml2-2.9.5 started accepting empty strings thus
t/48_reader_undef_warning_on_empty_str_rt106830.t test does not make
sense anymore and reports a faluire.

This patch skips the test when running against libnxml2 >= 2.9.5.

CPAN RT#122958

Signed-off-by: Petr Písař 
---
 t/48_reader_undef_warning_on_empty_str_rt106830.t | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/t/48_reader_undef_warning_on_empty_str_rt106830.t 
b/t/48_reader_undef_warning_on_empty_str_rt106830.t
index 8f704c0..0f656a1 100644
--- a/t/48_reader_undef_warning_on_empty_str_rt106830.t
+++ b/t/48_reader_undef_warning_on_empty_str_rt106830.t
@@ -30,9 +30,13 @@ use XML::LibXML::Reader;
 my $xml_reader = XML::LibXML::Reader->new(string => $empty_xml_doc);
 
 # TEST
-ok (scalar(!defined($xml_reader)),
-'xml_reader is undef',
-);
+SKIP: {
+skip 'libxml2 accepts empty strings since 2.9.5 version', 1
+if (XML::LibXML::LIBXML_VERSION() >= 20905);
+ok (scalar(!defined($xml_reader)),
+'xml_reader is undef',
+);
+}
 
 # TEST
 eq_or_diff(
-- 
2.13.5




commit python-pytest-runner for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package python-pytest-runner for 
openSUSE:Factory checked in at 2017-09-29 11:49:39

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


Package is "python-pytest-runner"

Fri Sep 29 11:49:39 2017 rev:9 rq:528800 version:2.12.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-runner/python-pytest-runner.changes
2017-03-09 01:46:48.428177201 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-runner.new/python-pytest-runner.changes
   2017-09-29 11:49:43.558694009 +0200
@@ -1,0 +2,12 @@
+Tue Sep 26 05:22:40 UTC 2017 - a...@gmx.de
+
+- update to version 2.12.1:
+  * #32: Fix support for dependency_links.
+
+- changes from version 2.12:
+  * #30: Rework support for --allow-hosts and --index-url, removing
+dependence on setuptools.Distribution's private
+member. Additionally corrects logic in marker evaluation along
+with unit tests!
+
+---

Old:

  pytest-runner-2.11.1.tar.gz

New:

  pytest-runner-2.12.1.tar.gz



Other differences:
--
++ python-pytest-runner.spec ++
--- /var/tmp/diff_new_pack.zGAwrP/_old  2017-09-29 11:49:44.862510147 +0200
+++ /var/tmp/diff_new_pack.zGAwrP/_new  2017-09-29 11:49:44.862510147 +0200
@@ -15,20 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-runner
-Version:2.11.1
+Version:2.12.1
 Release:0
 Summary:Simple powerful testing with Python
 License:MIT
 Group:  Development/Languages/Python
 Url:http://pytest.org
 Source: 
https://files.pythonhosted.org/packages/source/p/pytest-runner/pytest-runner-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pytest >= 2.8}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module setuptools_scm >= 1.9}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 Requires:   python-pytest >= 2.8
 Requires:   python-setuptools_scm >= 1.9
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ pytest-runner-2.11.1.tar.gz -> pytest-runner-2.12.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.11.1/.readthedocs.yml 
new/pytest-runner-2.12.1/.readthedocs.yml
--- old/pytest-runner-2.11.1/.readthedocs.yml   1970-01-01 01:00:00.0 
+0100
+++ new/pytest-runner-2.12.1/.readthedocs.yml   2017-09-07 03:59:33.0 
+0200
@@ -0,0 +1,5 @@
+python:
+  version: 3
+  extra_requirements:
+- docs
+  pip_install: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.11.1/CHANGES.rst 
new/pytest-runner-2.12.1/CHANGES.rst
--- old/pytest-runner-2.11.1/CHANGES.rst2017-02-08 23:01:52.0 
+0100
+++ new/pytest-runner-2.12.1/CHANGES.rst2017-09-07 03:59:33.0 
+0200
@@ -1,3 +1,17 @@
+2.12.1
+~~
+
+* #32: Fix support for ``dependency_links``.
+
+2.12
+
+
+* #30: Rework support for ``--allow-hosts`` and
+  ``--index-url``, removing dependence on
+  ``setuptools.Distribution``'s private member.
+  Additionally corrects logic in marker evaluation
+  along with unit tests!
+
 2.11.1
 ~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.11.1/PKG-INFO 
new/pytest-runner-2.12.1/PKG-INFO
--- old/pytest-runner-2.11.1/PKG-INFO   2017-02-08 23:02:15.0 +0100
+++ new/pytest-runner-2.12.1/PKG-INFO   2017-09-07 04:03:18.0 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: pytest-runner
-Version: 2.11.1
+Version: 2.12.1
 Summary: Invoke py.test as distutils command with dependency resolution
 Home-page: https://github.com/pytest-dev/pytest-runner
 Author: Jason R. Coombs
@@ -133,3 +133,4 @@
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Classifier: Framework :: Pytest
+Requires-Python: >=2.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.11.1/appveyor.yml 
new/pytest-runner-2.12.1/appveyor.yml
--- old/pytest-runner-2.11.1/appveyor.yml   1970-01-01 01:00:00.0 
+0100
+++ new/pytest-runner-2.12.1/appveyor.yml   2017-09-07 03:59:33.0 
+0200
@@ -0,0 +1,21 @@
+environment:
+
+  APPVEYOR: true
+
+  matrix:
+- PYTHON: "C:\\Python36-x64"
+- PYTHON: "C:\\P

commit python-M2Crypto for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package python-M2Crypto for openSUSE:Factory 
checked in at 2017-09-29 11:49:30

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


Package is "python-M2Crypto"

Fri Sep 29 11:49:30 2017 rev:23 rq:528798 version:0.26.4

Changes:

--- /work/SRC/openSUSE:Factory/python-M2Crypto/python-M2Crypto.changes  
2017-09-25 13:56:59.631285575 +0200
+++ /work/SRC/openSUSE:Factory/.python-M2Crypto.new/python-M2Crypto.changes 
2017-09-29 11:49:32.600239354 +0200
@@ -1,0 +2,5 @@
+Tue Sep 26 12:32:25 UTC 2017 - mich...@stroeder.com
+
+- Update to 0.26.4 with fix for OpenSSL 1.1.0 and LibreSSL
+
+---

Old:

  M2Crypto-0.26.3.tar.gz

New:

  M2Crypto-0.26.4.tar.gz



Other differences:
--
++ python-M2Crypto.spec ++
--- /var/tmp/diff_new_pack.VWT3pP/_old  2017-09-29 11:49:33.984044212 +0200
+++ /var/tmp/diff_new_pack.VWT3pP/_new  2017-09-29 11:49:33.988043648 +0200
@@ -22,7 +22,7 @@
 %define oldpython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-M2Crypto
-Version:0.26.3
+Version:0.26.4
 Release:0
 Url:https://gitlab.com/m2crypto/m2crypto
 Summary:Crypto and SSL toolkit for Python

++ M2Crypto-0.26.3.tar.gz -> M2Crypto-0.26.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/M2Crypto-0.26.3/CHANGES new/M2Crypto-0.26.4/CHANGES
--- old/M2Crypto-0.26.3/CHANGES 2017-03-25 13:20:10.0 +0100
+++ new/M2Crypto-0.26.4/CHANGES 2017-09-25 12:46:00.0 +0200
@@ -1,3 +1,29 @@
+0.26.3 - 2016-03-21
+---
+- Fix a syntax typo.
+
+0.26.2 - 2016-03-21
+---
+- port to support OpenSSL 1.1.0 API
+- add generated Sphinx documentation
+- another set of cleanups
+
+0.26.0 - 2017-03-21
+---
+- Fix packaging on RHEL-6
+- Replace ASN1_UTCTIME with ASN1_TIME which supports both UTCTime and
+  GeneralizedTime
+- Add possibility to sign PKCS7 with a non-default digest.
+- Add possibility to set custom callback for X509 verification.
+- Clean up imports and PEP8ization
+- A lot of cleanups on the way towards Python 3
+- Other small bugfixes
+
+0.25.1 - 2016-07-25
+---
+- Actually do check, whether we have SSLv2 compiled in, and don't run
+  test for it.
+
 0.25.0 - 2016-03-21
 ---
 - More cleanups, removal of obsolete stuff, and moves towards py3k
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/M2Crypto-0.26.3/M2Crypto/__init__.py 
new/M2Crypto-0.26.4/M2Crypto/__init__.py
--- old/M2Crypto-0.26.3/M2Crypto/__init__.py2017-09-22 16:43:22.0 
+0200
+++ new/M2Crypto-0.26.4/M2Crypto/__init__.py2017-09-26 11:28:54.0 
+0200
@@ -19,7 +19,7 @@
 """
 # noqa
 from distutils.version import StrictVersion
-__version__ = '0.26.3'
+__version__ = '0.26.4'
 version = __version__  # type: str
 version_info = StrictVersion(__version__).version
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/M2Crypto-0.26.3/PKG-INFO new/M2Crypto-0.26.4/PKG-INFO
--- old/M2Crypto-0.26.3/PKG-INFO2017-09-22 16:55:39.0 +0200
+++ new/M2Crypto-0.26.4/PKG-INFO2017-09-26 11:29:21.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: M2Crypto
-Version: 0.26.3
+Version: 0.26.4
 Summary: M2Crypto: A Python crypto and SSL toolkit
 Home-page: https://gitlab.com/m2crypto/m2crypto
 Author: Matej Cepl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/M2Crypto-0.26.3/SWIG/_evp.i 
new/M2Crypto-0.26.4/SWIG/_evp.i
--- old/M2Crypto-0.26.3/SWIG/_evp.i 2017-09-21 11:29:46.0 +0200
+++ new/M2Crypto-0.26.4/SWIG/_evp.i 2017-09-26 11:26:33.0 +0200
@@ -21,7 +21,7 @@
 
 #if OPENSSL_VERSION_NUMBER < 0x1010L
 
-HMAC_CTX *HMAC_CTX_new() {
+HMAC_CTX *HMAC_CTX_new(void) {
 HMAC_CTX *ret = PyMem_Malloc(sizeof(HMAC_CTX));
 HMAC_CTX_init(ret);
 return ret;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/M2Crypto-0.26.3/SWIG/_m2crypto.i 
new/M2Crypto-0.26.4/SWIG/_m2crypto.i
--- old/M2Crypto-0.26.3/SWIG/_m2crypto.i2017-09-22 16:19:54.0 
+0200
+++ new/M2Crypto-0.26.4/SWIG/_m2crypto.i2017-09-26 11:26:33.0 
+0200
@@ -21,6 +21,11 @@
 #endif
 
 %{
+#if __GNUC__ < 5
+#pragma GCC diagnostic ignored "-Wunused-label"
+#pragma GCC diagnostic warning "-Wstrict-prototypes"
+#endif
+
 #include 
 #include 
 #include <_lib.h>
diff -urN '--exclude=CVS' '

commit radvd for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package radvd for openSUSE:Factory checked 
in at 2017-09-29 11:49:21

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


Package is "radvd"

Fri Sep 29 11:49:21 2017 rev:30 rq:528786 version:2.17

Changes:

--- /work/SRC/openSUSE:Factory/radvd/radvd.changes  2015-05-16 
19:01:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.radvd.new/radvd.changes 2017-09-29 
11:49:24.173427693 +0200
@@ -1,0 +2,33 @@
+Tue Sep 26 11:34:15 UTC 2017 - dmuel...@suse.com
+
+- only do group prereq on new style distro
+
+---
+Tue Sep 26 08:23:23 UTC 2017 - dmuel...@suse.com
+
+- update to 2.17:
+  * Fix STDERR_SYSLOG log level bug.
+  * Always close stdout and stderr when daemonizing.
+  * Implement RFC 7772 Section 5.1.1, 5.1.2, defaulted to on. 
+  * Fixed ExecReload in systemd service file 
+  * Merged ARPHRD_6LOWPAN netlink query from 
+  * Add systemd service file 
+  * Fixed bug in new vs old address list comparison when
+responding to netlink messages.
+  * Fix netlink bug where RADVD reacts to RTM_NEWADDR
+messages when there weren't actually any new addresses
+to be found.  Those RTM_NEWADDR messages were only
+  * process.c: fixup ugly overflow check
+radvd.conf.5.man: minor fixup to 'client' option
+radvd.conf.5.man: update abro usage
+gram.y: deprecate abro prefix length
+device-linux.c: IEEE 802.15.4 musl libc fix
+send.c: seconds/miliseconds comparison fix
+send.c: preferred lifetime RFC 4862, 5.5.3 fix
+defaults.h: remaining lifetime RFC 4862 fix
+radvdump: show routes with prefixlen > 64
+- run tmpfiles_create in post to ensure creation of rundir
+- depend on daemon group to be created before adding user
+- fix rundir group permission
+
+---

Old:

  radvd-2.11.tar.xz
  radvd-2.11.tar.xz.asc

New:

  radvd-2.17.tar.xz
  radvd-2.17.tar.xz.asc



Other differences:
--
++ radvd.spec ++
--- /var/tmp/diff_new_pack.b70kqv/_old  2017-09-29 11:49:24.877328430 +0200
+++ /var/tmp/diff_new_pack.b70kqv/_new  2017-09-29 11:49:24.877328430 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package radvd
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,12 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %if ! %{defined _rundir}
 %define _rundir %{_localstatedir}/run
 %endif
 
 Name:   radvd
-Version:2.11
+Version:2.17
 Release:0
 Summary:Router ADVertisement Daemon for IPv6
 License:BSD-3-Clause
@@ -45,6 +46,9 @@
 BuildRequires:  pkgconfig(check)
 Requires(pre):  %fillup_prereq
 Requires(pre):  shadow
+%if 0%{?suse_version} >= 1330
+Requires(pre):  group(daemon)
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 
@@ -75,7 +79,7 @@
 install -m 644 /dev/null %{buildroot}%{_sysconfdir}/radvd.conf
 
 install -D -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service
-install -D -m 0644 redhat/radvd-tmpfs.conf 
%{buildroot}%{_libexecdir}/tmpfiles.d/radvd-tmpfs.conf
+install -D -m 0644 redhat/radvd-tmpfs.conf 
%{buildroot}%{_libexecdir}/tmpfiles.d/%name.conf
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcradvd
 
 %pre
@@ -116,6 +120,7 @@
 fi
 #
 install -d -m 755 -o radvd /run/radvd
+%tmpfiles_create %{_tmpfilesdir}/%name.conf
 
 %service_add_post %{name}.service
 
@@ -127,7 +132,7 @@
 
 %files
 %defattr(-,root,root)
-%ghost %dir %attr(0755,radvd,root) /run/radvd/
+%ghost %dir %attr(0755,radvd,daemon) /run/radvd/
 %ghost %config(noreplace) %{_sysconfdir}/radvd.conf
 %{_localstatedir}/adm/fillup-templates/sysconfig.radvd
 %{_sbindir}/radvd
@@ -140,6 +145,6 @@
 %{_sbindir}/rcradvd
 %{_unitdir}/%{name}.service
 %dir %{_libexecdir}/tmpfiles.d
-%{_libexecdir}/tmpfiles.d/%{name}-tmpfs.conf
+%{_libexecdir}/tmpfiles.d/%{name}.conf
 
 %changelog

++ radvd-2.11.tar.xz -> radvd-2.17.tar.xz ++
 8540 lines of diff (skipped)





commit gvfs for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package gvfs for openSUSE:Factory checked in 
at 2017-09-29 11:49:06

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


Package is "gvfs"

Fri Sep 29 11:49:06 2017 rev:137 rq:528763 version:1.34.0

Changes:

--- /work/SRC/openSUSE:Factory/gvfs/gvfs.changes2017-09-15 
21:07:42.130058110 +0200
+++ /work/SRC/openSUSE:Factory/.gvfs.new/gvfs.changes   2017-09-29 
11:49:09.971430446 +0200
@@ -1,0 +2,7 @@
+Mon Sep 25 12:43:44 UTC 2017 - fcro...@suse.com
+
+- No longer recommends gvfs-backend-afc from gvfs-backends, use
+  packageand(gvfs:libimobiledevice6) on gvfs-backend-afc
+  instead.
+
+---



Other differences:
--
++ gvfs.spec ++
--- /var/tmp/diff_new_pack.odVI5E/_old  2017-09-29 11:49:10.659333439 +0200
+++ /var/tmp/diff_new_pack.odVI5E/_new  2017-09-29 11:49:10.663332875 +0200
@@ -101,6 +101,7 @@
 License:LGPL-2.0+
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
+Supplements:packageand(%{name}:%(rpm -q --qf "%%{name}" -f $(readlink -f 
%{_libdir}/llibimobiledevice.so)))
 
 %description backend-afc
 This package provides a gvfs backend that supports iPod / iPhone devices.
@@ -122,7 +123,6 @@
 License:LGPL-2.0+ AND GPL-3.0
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
-Recommends: gvfs-backend-afc
 %glib2_gsettings_schema_requires
 %if %{with_udisks2}
 Recommends: udisks2




commit ImageMagick for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory 
checked in at 2017-09-29 11:49:14

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


Package is "ImageMagick"

Fri Sep 29 11:49:14 2017 rev:144 rq:528770 version:7.0.7.4

Changes:

--- /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick.changes  2017-09-15 
20:58:40.674065519 +0200
+++ /work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick.changes 
2017-09-29 11:49:16.586497595 +0200
@@ -1,0 +2,19 @@
+Tue Sep 26 10:15:50 UTC 2017 - pgaj...@suse.com
+
+- updated to 7.0.7-4
+  * Fixed numerous memory leaks.
+  * Maximum valid hour is 23, not 24, in the PNG tIME chunk, and maximum
+valid minute is 59, not 60.
+  * Use signed integer arithmetic to calculate timezone corrections.
+
+---
+Mon Sep 11 12:20:31 UTC 2017 - pgaj...@suse.com
+
+- builds for sle11
+
+---
+Mon Sep 11 11:22:02 UTC 2017 - pgaj...@suse.com
+
+- builds for sle12
+
+---

Old:

  ImageMagick-7.0.7-1.tar.xz
  ImageMagick-7.0.7-1.tar.xz.asc

New:

  ImageMagick-7.0.7-4.tar.bz2
  ImageMagick-7.0.7-4.tar.bz2.asc



Other differences:
--
++ ImageMagick.spec ++
--- /var/tmp/diff_new_pack.U5Tmv7/_old  2017-09-29 11:49:18.378244924 +0200
+++ /var/tmp/diff_new_pack.U5Tmv7/_new  2017-09-29 11:49:18.382244360 +0200
@@ -18,7 +18,7 @@
 
 %define maj   7
 %define mfr_version   %{maj}.0.7
-%define mfr_revision  1
+%define mfr_revision  4
 %define quantum_depth 16
 %define source_version %{mfr_version}-%{mfr_revision}
 %define clibver   4
@@ -32,49 +32,82 @@
 License:ImageMagick
 Group:  Productivity/Graphics/Other
 Url:http://www.imagemagick.org
-Source0:
http://www.imagemagick.org/download/ImageMagick-%{mfr_version}-%{mfr_revision}.tar.xz
+Source0:
http://www.imagemagick.org/download/ImageMagick-%{mfr_version}-%{mfr_revision}.tar.bz2
 Source1:baselibs.conf
-Source2:
http://www.imagemagick.org/download/ImageMagick-%{mfr_version}-%{mfr_revision}.tar.xz.asc
+Source2:
http://www.imagemagick.org/download/ImageMagick-%{mfr_version}-%{mfr_revision}.tar.bz2.asc
 Source3:ImageMagick.keyring
 # suse specific patches
 Patch0: ImageMagick-disable-insecure-coders.patch
 # workaround, see https://github.com/ImageMagick/ImageMagick/issues/439
 Patch1: ImageMagick-relax-filter.t.patch
 Patch2: ImageMagick-library-installable-in-parallel.patch
-BuildRequires:  autoconf >= 2.69
 BuildRequires:  chrpath
 BuildRequires:  dcraw
+%if 0%{?suse_version} >= 1315
 BuildRequires:  dejavu-fonts
+%endif
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  libjasper-devel
+%if 0%{?suse_version} >= 1315
 BuildRequires:  libjbig-devel
+%endif
+BuildRequires:  libjasper-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtool
 BuildRequires:  libwmf-devel
 BuildRequires:  lzma-devel
+%if 0%{?suse_version} > 1315
 BuildRequires:  mupdf-devel-static
+%endif
+%if 0%{?suse_version} >= 1315
 BuildRequires:  p7zip
 BuildRequires:  pkgconfig
+%endif
 BuildRequires:  xdg-utils
-BuildRequires:  xz
 BuildRequires:  zip
+%if 0%{?suse_version} >= 1315
 BuildRequires:  pkgconfig(OpenEXR)
 BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(ddjvuapi)
 BuildRequires:  pkgconfig(fftw3)
 BuildRequires:  pkgconfig(freetype2)
+%if 0%{?suse_version} > 1315
 BuildRequires:  pkgconfig(ijs)
+%else
+BuildRequires:  ghostscript-fonts-other
+BuildRequires:  ghostscript-fonts-std
+BuildRequires:  ghostscript-library
+%endif
 BuildRequires:  pkgconfig(lcms2)
 BuildRequires:  pkgconfig(libexif)
+%if 0%{?suse_version} > 1315
 BuildRequires:  pkgconfig(libopenjp2) >= 2.1.0
+%endif
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(libtiff-4) >= 4.0.3
 BuildRequires:  pkgconfig(libwebp)
 BuildRequires:  pkgconfig(libxml-2.0)
+%if 0%{?suse_version} > 1315
 BuildRequires:  pkgconfig(lqr-1)
+%endif
 BuildRequires:  pkgconfig(pango)
+%else
+BuildRequires:  OpenEXR-devel
+BuildRequires:  fftw3-devel
+BuildRequires:  freetype2-devel
+BuildRequires:  ghostscript-fonts-other
+BuildRequires:  ghostscript-fonts-std
+BuildRequires:  ghostscript-library
+BuildRequires:  libbz2-devel
+BuildRequires:  libdjvulibre-devel
+BuildRequires:  libexif-devel
+BuildRequires:  librsvg-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  libxml-devel
+BuildRequires:  perl-parent
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%endif
 
 %package -n perl-PerlM

commit gnome-settings-daemon for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package gnome-settings-daemon for 
openSUSE:Factory checked in at 2017-09-29 11:49:00

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


Package is "gnome-settings-daemon"

Fri Sep 29 11:49:00 2017 rev:141 rq:528761 version:3.26.0

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-settings-daemon/gnome-settings-daemon.changes  
2017-09-15 21:06:51.733133519 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-settings-daemon.new/gnome-settings-daemon.changes
 2017-09-29 11:49:01.400639096 +0200
@@ -1,0 +2,9 @@
+Mon Sep 25 11:39:28 UTC 2017 - badshah...@gmail.com
+
+- Add gnome-settings-daemon-wacom-tablet-rotation.patch: wacom:
+  Add both tablet and touchscreen devices on initial iteration,
+  and use GTK+ skeleton to make sure input coordinates are
+  properly transformed upon screen rotation; patch taken from
+  upstream git (bgo#787884).
+
+---

New:

  gnome-settings-daemon-wacom-tablet-rotation.patch



Other differences:
--
++ gnome-settings-daemon.spec ++
--- /var/tmp/diff_new_pack.YcJng2/_old  2017-09-29 11:49:02.164531371 +0200
+++ /var/tmp/diff_new_pack.YcJng2/_new  2017-09-29 11:49:02.168530808 +0200
@@ -50,6 +50,8 @@
 Patch6: gnome-settings-daemon-more-power-button-actions.patch
 # PATCH-FIX-OPENSUSE 
gnome-settings-daemon-switch-Japanese-default-input-to-mozc.patch bnc#1029083 
boo#1056289 qz...@suse.com -- Switch new user's default input engine from 
"anthy" to "mozc" in gnome-desktop with Japanese language and ibus input 
frame-work condition.
 Patch7: 
gnome-settings-daemon-switch-Japanese-default-input-to-mozc.patch
+# PATCH-FIX-UPSTREAM gnome-settings-daemon-wacom-tablet-rotation.patch 
bgo#787884 badshah...@gmail.com -- wacom: Add both tablet and touchscreen 
devices on initial iteration, and use GTK+ skeleton to make sure input 
coordinates are properly transformed upon screen rotation; patch taken from 
upstream git
+Patch8: gnome-settings-daemon-wacom-tablet-rotation.patch
 BuildRequires:  cups-devel
 BuildRequires:  fdupes
 BuildRequires:  gtk-doc
@@ -171,6 +173,7 @@
 %patch6 -p1
 %endif
 %patch7 -p1
+%patch8 -p1
 
 %build
 # need autoreconf if patch translation has run

++ gnome-settings-daemon-wacom-tablet-rotation.patch ++
>From 0fb1b96b3cb12fcc91398e3727c6d4117505fa10 Mon Sep 17 00:00:00 2001
From: Carlos Garnacho 
Date: Fri, 22 Sep 2017 17:50:28 +0200
Subject: wacom: Use GTK+ skeleton

The wacom module uses GDK resources indirectly through GsdDeviceMapper,
which turn out NULL when this object tries to attach itself to a
GdkScreen.

https://bugzilla.gnome.org/show_bug.cgi?id=787884
---
 plugins/wacom/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/wacom/main.c b/plugins/wacom/main.c
index ad1367c..a19a71b 100644
--- a/plugins/wacom/main.c
+++ b/plugins/wacom/main.c
@@ -4,4 +4,4 @@
 #define MANAGER GsdWacomManager
 #include "gsd-wacom-manager.h"
 
-#include "daemon-skeleton.h"
+#include "daemon-skeleton-gtk.h"
-- 
cgit v0.12

>From 08424fb6c134765216bdf032457fa19ef44ebe16 Mon Sep 17 00:00:00 2001
From: Carlos Garnacho 
Date: Fri, 22 Sep 2017 17:52:06 +0200
Subject: wacom: Add both tablet and touchscreen devices on initial iteration

The GsdDeviceManager::device-added callback would observe both
display-attached tablets and touchscreens, but only the former were
added in the initial loop.

This made touchscreens not properly mapped to outputs, as touchscreens
are usually built into the device.

https://bugzilla.gnome.org/show_bug.cgi?id=787884
---
 plugins/wacom/gsd-wacom-manager.c | 22 +++---
 1 file changed, 15 insertions(+), 7 deletions(-)

diff --git a/plugins/wacom/gsd-wacom-manager.c 
b/plugins/wacom/gsd-wacom-manager.c
index 3bcbca4..b6d71f9 100644
--- a/plugins/wacom/gsd-wacom-manager.c
+++ b/plugins/wacom/gsd-wacom-manager.c
@@ -304,6 +304,19 @@ device_removed_cb (GsdDeviceManager *device_manager,
 }
 
 static void
+add_devices (GsdWacomManager *manager,
+ GsdDeviceTypedevice_type)
+{
+GList *devices, *l;
+
+devices = gsd_device_manager_list_devices 
(manager->priv->device_manager,
+   device_type);
+for (l = devices; l ; l = l->next)
+   device_added_cb (manager->priv->device_manager, l->data, 
manager);
+g_list_free (devices);
+}
+
+static void
 set_devicepresence_handler (GsdWacomManager *manager)
 {
 GsdDeviceManager *device_manager;
@@ -325,19 +338,14 @@ gsd_wacom_manager_init (GsdWacomManager *manager)
 static gboolean
 gsd_wacom

commit newt for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package newt for openSUSE:Factory checked in 
at 2017-09-29 11:48:53

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


Package is "newt"

Fri Sep 29 11:48:53 2017 rev:41 rq:528738 version:0.52.20

Changes:

--- /work/SRC/openSUSE:Factory/newt/newt.changes2017-07-10 
11:01:06.633455807 +0200
+++ /work/SRC/openSUSE:Factory/.newt.new/newt.changes   2017-09-29 
11:48:54.669588306 +0200
@@ -1,0 +2,5 @@
+Sun Sep 24 13:04:01 UTC 2017 - m...@suse.com
+
+- build python3 subpackage
+
+---



Other differences:
--
++ newt.spec ++
--- /var/tmp/diff_new_pack.mRgLGm/_old  2017-09-29 11:48:55.933410082 +0200
+++ /var/tmp/diff_new_pack.mRgLGm/_new  2017-09-29 11:48:55.933410082 +0200
@@ -16,6 +16,12 @@
 #
 
 
+%if 0%{?suse_version} > 1320
+%bcond_without python3
+%else
+%bcond_with python3
+%endif
+
 %define libname lib%{name}
 %define libsoname %{libname}0_52
 Name:   newt
@@ -46,6 +52,9 @@
 BuildRequires:  texlive-jadetex
 BuildRequires:  texlive-times
 %endif
+%if %{with python3}
+BuildRequires:  python3-devel
+%endif
 
 %description
 Newt is a programming library for color text-mode, widget-based user
@@ -136,9 +145,21 @@
 %py_requires
 
 %description -n python-%{name}
-The newt-python package contains the Python bindings for the newt
+The python-newt package contains the Python bindings for the newt
 library providing a python API for creating text mode interfaces.
 
+%if %{with python3}
+%package -n python3-%{name}
+Summary:Python 3 bindings for newt
+License:LGPL-2.1+
+Group:  Development/Libraries
+Requires:   %{name} = %{version}-%{release}
+
+%description -n python3-%{name}
+The python3-newt package contains the Python 3 bindings for the newt library
+providing a python API for creating text mode interfaces.
+%endif
+
 %prep
 %setup -q
 
@@ -149,9 +170,14 @@
 ## make depend
 make CPPFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
 #docbook2txt tutorial.sgml
+chmod 0644 peanuts.py popcorn.py
 
 %install
-make PYTHONVERS="python%{py_ver}" instroot=%{buildroot} DESTDIR=%{buildroot} 
install install-sh
+pyversions="python%{py_ver}"
+%if %{with python3}
+pyversions="$pyversions python%{py3_ver}"
+%endif
+make PYTHONVERS="$pyversions" instroot=%{buildroot} DESTDIR=%{buildroot} 
install install-sh
 # currently we don't support these languages
 for lang in ast bal sr@latin wo; do
   rm -rf %{buildroot}%{_datadir}/locale/$lang
@@ -175,6 +201,15 @@
 popd 1>/dev/null
 %find_lang %{name}
 
+%if 0%{?suse_version}
+%py_compile %{buildroot}/%{python_sitearch}
+%py_compile -O %{buildroot}/%{python_sitearch}
+%if %{with python3}
+%py3_compile %{buildroot}/%{python3_sitearch}
+%py3_compile -O %{buildroot}/%{python3_sitearch}
+%endif
+%endif
+
 %post -n %{libsoname} -p /sbin/ldconfig
 
 %postun -n %{libsoname} -p /sbin/ldconfig
@@ -215,4 +250,12 @@
 %doc %{_defaultdocdir}/%{name}/examples/*.py
 %{py_sitedir}/*
 
+%if %{with python3}
+%files -n python3-%{name}
+%doc peanuts.py popcorn.py
+%{python3_sitearch}/*.so
+%{python3_sitearch}/*.py*
+%{python3_sitearch}/__pycache__/*.py*
+%endif
+
 %changelog




commit libxml2 for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package libxml2 for openSUSE:Factory checked 
in at 2017-09-29 11:48:40

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


Package is "libxml2"

Fri Sep 29 11:48:40 2017 rev:87 rq:528090 version:2.9.5

Changes:

--- /work/SRC/openSUSE:Factory/libxml2/libxml2.changes  2017-06-20 
11:00:55.163117626 +0200
+++ /work/SRC/openSUSE:Factory/.libxml2.new/libxml2.changes 2017-09-29 
11:48:43.163210936 +0200
@@ -1,0 +2,28 @@
+Thu Sep 21 14:19:56 UTC 2017 - jeng...@inai.de
+
+- Update package summaries and RPM groups. Trim descriptions for
+  size on secondary subpackages. Replace install call by a
+  commonly-used macro.
+
+---
+Thu Sep 21 14:05:29 UTC 2017 - tchva...@suse.com
+
+- Add patch to fix TW integration:
+  * libxml2-bug787941.patch
+
+---
+Sun Sep 10 09:54:07 UTC 2017 - tchva...@suse.com
+
+- Version update to 2.9.5 release:
+  * Merged all the previous cve fixes that were patched in
+  * Few small tweaks
+- Remove merged patches:
+  * libxml2-CVE-2016-4658.patch
+  * libxml2-CVE-2017-0663.patch
+  * libxml2-CVE-2017-5969.patch
+  * libxml2-CVE-2017-9047.patch
+  * libxml2-CVE-2017-9048.patch
+  * libxml2-CVE-2017-9049.patch
+  * libxml2-2.9.4-fix_attribute_decoding.patch
+
+---
--- /work/SRC/openSUSE:Factory/libxml2/python-libxml2.changes   2016-06-12 
18:51:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.libxml2.new/python-libxml2.changes  
2017-09-29 11:48:43.211204168 +0200
@@ -1,0 +2,22 @@
+Thu Sep 21 14:19:56 UTC 2017 - jeng...@inai.de
+
+- Update package summaries and RPM groups. Trim descriptions for
+  size on secondary subpackages. Replace install call by a
+  commonly-used macro.
+
+---
+Sun Sep 10 09:54:07 UTC 2017 - tchva...@suse.com
+
+- Version update to 2.9.5 release:
+  * Merged all the previous cve fixes that were patched in
+  * Few small tweaks
+- Remove merged patches:
+  * libxml2-CVE-2016-4658.patch
+  * libxml2-CVE-2017-0663.patch
+  * libxml2-CVE-2017-5969.patch
+  * libxml2-CVE-2017-9047.patch
+  * libxml2-CVE-2017-9048.patch
+  * libxml2-CVE-2017-9049.patch
+  * libxml2-2.9.4-fix_attribute_decoding.patch
+
+---

Old:

  libxml2-2.9.4-fix_attribute_decoding.patch
  libxml2-2.9.4.tar.gz
  libxml2-2.9.4.tar.gz.asc
  libxml2-CVE-2016-4658.patch
  libxml2-CVE-2017-0663.patch
  libxml2-CVE-2017-5969.patch
  libxml2-CVE-2017-9047.patch
  libxml2-CVE-2017-9048.patch
  libxml2-CVE-2017-9049.patch

New:

  libxml2-2.9.5.tar.gz
  libxml2-2.9.5.tar.gz.asc
  libxml2-bug787941.patch



Other differences:
--
++ libxml2.spec ++
--- /var/tmp/diff_new_pack.0WWeFS/_old  2017-09-29 11:48:44.075082344 +0200
+++ /var/tmp/diff_new_pack.0WWeFS/_new  2017-09-29 11:48:44.075082344 +0200
@@ -18,55 +18,29 @@
 
 %define lname libxml2-2
 Name:   libxml2
-Version:2.9.4
+Version:2.9.5
 Release:0
 Summary:A Library to Manipulate XML Files
 License:MIT
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 Url:http://xmlsoft.org
 Source: ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
 Source1:ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz.asc
 Source2:baselibs.conf
 Source3:%{name}.keyring
 Patch0: fix-perl.diff
-# PATCH-FIX-UPSTREAM bnc#983288 kstreit...@suse.com -- fix attribute decoding 
during XML schema validation
-Patch1: libxml2-2.9.4-fix_attribute_decoding.patch
-# PATCH-FIX-UPSTREAM bsc#1005544 pmonrealgonza...@suse.com -- Disallow 
namespace nodes in XPointer ranges
-Patch2: libxml2-CVE-2016-4658.patch
-# PATCH-FIX-UPSTREAM bsc#1039063 -- pmonrealgonza...@suse.com -- stack 
overflow vulnerability
-Patch3: libxml2-CVE-2017-9047.patch
-# PATCH-FIX-UPSTREAM bsc#1039064 -- pmonrealgonza...@suse.com -- stack 
overflow vulnerability
-Patch4: libxml2-CVE-2017-9048.patch
-# PATCH-FIX-UPSTREAM bsc#1039066 -- pmonrealgonza...@suse.com -- heap-based 
buffer overflow
-Patch5: libxml2-CVE-2017-9049.patch
-# PATCH-FIX-UPSTREAM bnc#1024989 pmonrealgonza...@suse.com -- CVE-2017-5969 
NULL pointer derefence parsing xml file
-Patch6: libxml2-CVE-2017-5969.patch
-# PATCH-FIX-UPSTREAM bnc#1044337 pmonrealgonza...@suse.com -- CVE-2017-0663: 
libxml2: Heap buffer overflow in xmlAddID
-Patch7: libxml2-CVE-2017-0663.patch
-
+Patch1: libxml2-

commit git for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2017-09-29 11:48:46

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


Package is "git"

Fri Sep 29 11:48:46 2017 rev:203 rq:528736 version:2.14.2

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2017-08-21 11:35:03.278949855 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2017-09-29 
11:48:49.978249879 +0200
@@ -1,0 +2,21 @@
+Tue Sep 26 07:56:20 UTC 2017 - astie...@suse.com
+
+- git 2.14.2:
+  * fixes to color output
+  * http.{sslkey,sslCert} now interpret "~[username]/" prefix
+  * fixes to walking of reflogs via "log -g" and friends
+  * various fixes to output correctness
+  * "git push --recurse-submodules $there HEAD:$target" is now
+propagated down to the submodules
+  * "git clone --recurse-submodules --quiet" c$how propagates quiet
+option down to submodules.
+  * "git svn --localtime" correctness fixes
+  * "git grep -L" and "git grep --quiet -L" now report same exit code
+  * fixes to "git apply" when converting line endings
+  * "git cvsserver" no longer is invoked by "git daemon" by
+default bsc#1060377
+  * Various Perl scripts did not use safe_pipe_capture() instead 
+of backticks, leaving them susceptible to end-user input.
+bsc#1060378
+
+---

Old:

  git-2.14.1.tar.sign
  git-2.14.1.tar.xz

New:

  git-2.14.2.tar.sign
  git-2.14.2.tar.xz



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.RIZFmt/_old  2017-09-29 11:48:50.954112263 +0200
+++ /var/tmp/diff_new_pack.RIZFmt/_new  2017-09-29 11:48:50.958111698 +0200
@@ -26,7 +26,7 @@
 %endif
 
 Name:   git
-Version:2.14.1
+Version:2.14.2
 Release:0
 Summary:Fast, scalable, distributed revision control system
 License:GPL-2.0

++ git-2.14.1.tar.xz -> git-2.14.2.tar.xz ++
 7827 lines of diff (skipped)





commit kernel-source for openSUSE:Factory

2017-09-29 Thread root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2017-09-29 11:48:18

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


Package is "kernel-source"

Fri Sep 29 11:48:18 2017 rev:381 rq:528973 version:4.13.4

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/dtb-aarch64.changes
2017-09-23 21:32:31.896625186 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/dtb-aarch64.changes   
2017-09-29 11:48:20.542400936 +0200
@@ -1,0 +2,463 @@
+Wed Sep 27 16:18:58 CEST 2017 - jsl...@suse.cz
+
+- Linux 4.13.4 (bnc#1012628).
+- orangefs: Don't clear SGID when inheriting ACLs (bnc#1012628).
+- : Fix copy_in_user() declaration (bnc#1012628).
+- IB/hfi1: Revert egress pkey check enforcement (bnc#1012628).
+- IB/{qib, hfi1}: Avoid flow control testing for RDMA write
+  operation (bnc#1012628).
+- IB/mlx5: Fix cached MR allocation flow (bnc#1012628).
+- srcu: Provide ordering for CPU not involved in grace period
+  (bnc#1012628).
+- smp/hotplug: Handle removal correctly in cpuhp_store_callbacks()
+  (bnc#1012628).
+- Input: xpad - validate USB endpoint type during probe
+  (bnc#1012628).
+- drm/amdgpu: read reg in each iterator of psp_wait_for loop
+  (bnc#1012628).
+- tty: improve tty_insert_flip_char() fast path (bnc#1012628).
+- tty: improve tty_insert_flip_char() slow path (bnc#1012628).
+- tty: fix __tty_insert_flip_char regression (bnc#1012628).
+- pinctrl: samsung: Fix invalid register offset used for
+  Exynos5433 external interrupts (bnc#1012628).
+- pinctrl: samsung: Fix NULL pointer exception on external
+  interrupts on S3C24xx (bnc#1012628).
+- pinctrl/amd: save pin registers over suspend/resume
+  (bnc#1012628).
+- Input: i8042 - add Gigabyte P57 to the keyboard reset table
+  (bnc#1012628).
+- MIPS: math-emu: .: Fix quiet NaN
+  propagation (bnc#1012628).
+- MIPS: math-emu: .: Fix cases of both
+  inputs zero (bnc#1012628).
+- MIPS: math-emu: .: Fix cases of both inputs
+  negative (bnc#1012628).
+- MIPS: math-emu: .: Fix cases of input values
+  with opposite signs (bnc#1012628).
+- MIPS: math-emu: .: Fix cases of both infinite
+  inputs (bnc#1012628).
+- MIPS: math-emu: MINA.: Fix some cases of infinity and
+  zero inputs (bnc#1012628).
+- MIPS: math-emu: .: Fix NaN propagation
+  (bnc#1012628).
+- MIPS: math-emu: .: Fix some cases of infinite
+  inputs (bnc#1012628).
+- MIPS: math-emu: .: Fix some cases of zero
+  inputs (bnc#1012628).
+- MIPS: math-emu: .: Clean up "maddf_flags"
+  enumeration (bnc#1012628).
+- MIPS: math-emu: .S: Fix accuracy (32-bit case)
+  (bnc#1012628).
+- MIPS: math-emu: .D: Fix accuracy (64-bit case)
+  (bnc#1012628).
+- docs: disable KASLR when debugging kernel (bnc#1012628).
+- crypto: ccp - Fix XTS-AES-128 support on v5 CCPs (bnc#1012628).
+- crypto: scompress - don't sleep with preemption disabled
+  (bnc#1012628).
+- crypto: caam/qi - fix typo in authenc alg driver name
+  (bnc#1012628).
+- crypto: caam/qi - properly set IV after {en,de}crypt
+  (bnc#1012628).
+- crypto: AF_ALG - remove SGL terminator indicator when chaining
+  (bnc#1012628).
+- regulator: cpcap: Fix standby mode (bnc#1012628).
+- wcn36xx: Introduce mutual exclusion of fw configuration
+  (bnc#1012628).
+- ext4: in ext4_seek_{hole,data}, return -ENXIO for negative
+  offsets (bnc#1012628).
+- ext4: fix incorrect quotaoff if the quota feature is enabled
+  (bnc#1012628).
+- ext4: fix quota inconsistency during orphan cleanup for
+  read-only mounts (bnc#1012628).
+- cxl: Fix driver use count (bnc#1012628).
+- powerpc/powernv/npu: Move tlb flush before launching ATSD
+  (bnc#1012628).
+- powerpc/pseries: Don't attempt to acquire drc during memory
+  hot add for assigned lmbs (bnc#1012628).
+- powerpc: Fix DAR reporting when alignment handler faults
+  (bnc#1012628).
+- block: Relax a check in blk_start_queue() (bnc#1012628).
+- block: directly insert blk-mq request from
+  blk_insert_cloned_request() (bnc#1012628).
+- md/bitmap: copy correct data for bitmap super (bnc#1012628).
+- md/bitmap: disable bitmap_resize for file-backed bitmaps
+  (bnc#1012628).
+- skd: Avoid that module unloading triggers a use-after-free
+  (bnc#1012628).
+- skd: Submit requests to firmware before triggering the doorbell
+  (bnc#1012628).
+- scsi: zfcp: fix queuecommand for scsi_eh commands when DIX
+  enabled (bnc#1012628).
+- scsi: zfcp: add handling for FCP_RESID_OVER to the fcp ingress
+  path (bnc#1012628).
+- scsi: zfcp: fix capping of unsuccessful GPN_FT SAN response
+  trace records (bnc#1012628).
+- scsi: zfcp: fix passing fsf_req to SCSI trace on TMF to
+  correlate with HBA (bnc#1012628).
+- scsi: zfcp: fix missing trace records for early returns in
+  TMF eh handlers (bnc#1012628).
+- scsi: zfcp: fix payload with full FCP_RSP I