commit perl-Spooky-Patterns-XS for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package perl-Spooky-Patterns-XS for 
openSUSE:Factory checked in at 2017-12-05 01:30:34

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


Package is "perl-Spooky-Patterns-XS"

Tue Dec  5 01:30:34 2017 rev:2 rq:548102 version:1.51

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Spooky-Patterns-XS/perl-Spooky-Patterns-XS.changes
  2017-07-21 22:44:52.439029121 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Spooky-Patterns-XS.new/perl-Spooky-Patterns-XS.changes
 2017-12-05 01:30:35.572525240 +0100
@@ -1,0 +2,5 @@
+Mon Dec  4 14:18:29 UTC 2017 - co...@suse.com
+
+- 1.51: Ignore skips at the end of a pattern
+
+---

Old:

  Spooky-Patterns-XS-1.50.tar.gz

New:

  Spooky-Patterns-XS-1.51.tar.gz



Other differences:
--
++ perl-Spooky-Patterns-XS.spec ++
--- /var/tmp/diff_new_pack.DPYRaL/_old  2017-12-05 01:30:36.512491092 +0100
+++ /var/tmp/diff_new_pack.DPYRaL/_new  2017-12-05 01:30:36.536490219 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Spooky-Patterns-XS
-Version:1.50
+Version:1.51
 Release:0
 %define cpan_name Spooky-Patterns-XS
 Summary:Spooky::Patterns::XS Perl module

++ Spooky-Patterns-XS-1.50.tar.gz -> Spooky-Patterns-XS-1.51.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Spooky-Patterns-XS-1.50/Changes 
new/Spooky-Patterns-XS-1.51/Changes
--- old/Spooky-Patterns-XS-1.50/Changes 2017-05-08 10:33:36.462982000 +0200
+++ new/Spooky-Patterns-XS-1.51/Changes 2017-12-04 15:16:38.987570161 +0100
@@ -1,5 +1,8 @@
 Revision history for Perl extension Spooky::Patterns::XS
 
+1.512017-12-04
+- Ignore skips at the end of a pattern
+
 1.502017-05-08
 - Support dump and load and rework data structure
   to make it fast
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Spooky-Patterns-XS-1.50/META.json 
new/Spooky-Patterns-XS-1.51/META.json
--- old/Spooky-Patterns-XS-1.50/META.json   2017-05-08 10:35:48.894502000 
+0200
+++ new/Spooky-Patterns-XS-1.51/META.json   2017-12-04 15:17:54.211367984 
+0100
@@ -4,7 +4,7 @@
   "Stephan Kulow "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "unknown"
],
@@ -45,6 +45,6 @@
  "url" : "https://github.com/coolo/spooky-pattern-xs";
   }
},
-   "version" : "1.50",
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   "version" : "1.51",
+   "x_serialization_backend" : "JSON::PP version 2.27400_02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Spooky-Patterns-XS-1.50/META.yml 
new/Spooky-Patterns-XS-1.51/META.yml
--- old/Spooky-Patterns-XS-1.50/META.yml2017-05-08 10:35:48.817508000 
+0200
+++ new/Spooky-Patterns-XS-1.51/META.yml2017-12-04 15:17:54.159368124 
+0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter 
version 2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150010'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -22,5 +22,5 @@
 resources:
   license: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
   repository: https://github.com/coolo/spooky-pattern-xs
-version: '1.50'
+version: '1.51'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Spooky-Patterns-XS-1.50/XS.pm 
new/Spooky-Patterns-XS-1.51/XS.pm
--- old/Spooky-Patterns-XS-1.50/XS.pm   2017-05-08 10:33:36.479003000 +0200
+++ new/Spooky-Patterns-XS-1.51/XS.pm   2017-12-04 15:16:57.179521271 +0100
@@ -23,7 +23,7 @@
 our @ISA   = qw(Exporter);
 our @EXPORT_OK = qw();
 
-our $VERSION = '1.50';
+our $VERSION = '1.51';
 
 require XSLoader;
 XSLoader::load( 'Spooky::Patterns::XS', $VERSION );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Spooky-Patterns-XS-1.50/patterns_impl.cc 
new/Spooky-Patterns-XS-1.51/patterns_impl.cc
--- old/Spooky-Patterns-XS-1.50/patterns_impl.cc2017-05-08 
10:33:36.174973000 +0200
+++ new/Spooky-Patterns-XS-1.51/patterns_impl.cc2017-12-04 
15:16:07.587654549 +0100
@@ -106,7 +106,7 @@
 

commit tlswrap for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package tlswrap for openSUSE:Factory checked 
in at 2017-12-05 01:30:40

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


Package is "tlswrap"

Tue Dec  5 01:30:40 2017 rev:2 rq:548108 version:1.04

Changes:

--- /work/SRC/openSUSE:Factory/tlswrap/tlswrap.changes  2017-07-11 
08:24:48.288253614 +0200
+++ /work/SRC/openSUSE:Factory/.tlswrap.new/tlswrap.changes 2017-12-05 
01:30:42.196284606 +0100
@@ -1,0 +2,7 @@
+Mon Dec  4 14:23:25 UTC 2017 - 9@cirno.systems
+
+- Use openssl 1.0.0 for build
+  Temporary. Will have to sit down and work out how to port this
+  thing.
+
+---



Other differences:
--
++ tlswrap.spec ++
--- /var/tmp/diff_new_pack.V9oAkZ/_old  2017-12-05 01:30:42.920258305 +0100
+++ /var/tmp/diff_new_pack.V9oAkZ/_new  2017-12-05 01:30:42.924258160 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tlswrap
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,8 +27,12 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc
+%if %{suse_version} >= 1330
+BuildRequires:  libopenssl-1_0_0-devel
+%else
+BuildRequires:  openssl-devel
+%endif
 BuildRequires:  make
-BuildRequires:  pkgconfig(libssl)
 
 %description
 TLS/SSL FTP wrapper/proxy, allowing you to use your favorite FTP client with




commit virt-sandbox for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package virt-sandbox for openSUSE:Factory 
checked in at 2017-12-05 01:30:51

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


Package is "virt-sandbox"

Tue Dec  5 01:30:51 2017 rev:14 rq:548151 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/virt-sandbox/virt-sandbox.changes
2017-05-31 12:21:18.167182296 +0200
+++ /work/SRC/openSUSE:Factory/.virt-sandbox.new/virt-sandbox.changes   
2017-12-05 01:30:54.427840249 +0100
@@ -1,0 +2,7 @@
+Fri Dec  1 17:39:22 UTC 2017 - cbosdon...@suse.com
+
+- Conversion to python 3 (fate#323526)
+  python3.patch
+- Enable LZMA support for recent distributions
+
+---

New:

  python3.patch



Other differences:
--
++ virt-sandbox.spec ++
--- /var/tmp/diff_new_pack.MysEkZ/_old  2017-12-05 01:30:55.53578 +0100
+++ /var/tmp/diff_new_pack.MysEkZ/_new  2017-12-05 01:30:55.539799852 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package virt-sandbox
 #
-# Copyright (c) 2017 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
@@ -37,13 +37,14 @@
 # Patches pending upstream review
 
 # Need to go upstream
+Patch150:   python3.patch
 
 # Our patches
 Patch200:   no-libexec.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  glib2-devel >= 2.32.0
-BuildRequires:  glibc-static
+BuildRequires:  glibc-devel-static
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
@@ -51,8 +52,11 @@
 BuildRequires:  libtool
 BuildRequires:  libvirt-glib-devel >= 0.2.1
 BuildRequires:  perl
+%if 0%{?suse_version} >= 1330
+BuildRequires:  xz-static-devel
+%endif
 BuildRequires:  zlib-devel-static
-Requires:   rpm-python
+Requires:   python3-rpm
 # For virsh lxc-enter-namespace command
 Requires:   libvirt-client >= %{libvirt_version}
 Requires:   python3-gobject
@@ -63,8 +67,8 @@
 
 %package -n libvirt-sandbox-%{soname}
 Summary:Libvirt application sandbox framework libraries
-Group:  Development/Libraries/C and C++
 # So we get the full libvirtd daemon, not just client libs
+Group:  Development/Libraries/C and C++
 Requires:   libvirt-daemon-lxc >= %{libvirt_version}
 Requires:   libvirt-daemon-qemu >= %{libvirt_version}
 
@@ -98,6 +102,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch150 -p1
 %patch200 -p1
 
 %build
@@ -105,7 +110,11 @@
 # than the one used to autoconfigure the project for the distribution
 # Just make sure the files are sync'ed with our version
 autoreconf -f -i
-%configure --enable-introspection --disable-static --without-lzma
+%configure --enable-introspection \
+%if 0%{?suse_version} < 1330
+   --without-lzma \
+%endif
+   --disable-static
 make V=1 %{?_smp_mflags}
 
 %install

++ no-libexec.patch ++
--- /var/tmp/diff_new_pack.MysEkZ/_old  2017-12-05 01:30:55.583798254 +0100
+++ /var/tmp/diff_new_pack.MysEkZ/_new  2017-12-05 01:30:55.583798254 +0100
@@ -2,7 +2,7 @@
 ===
 --- libvirt-sandbox-0.6.0.orig/bin/virt-sandbox-service
 +++ libvirt-sandbox-0.6.0/bin/virt-sandbox-service
-@@ -469,7 +469,7 @@ After=libvirtd.service
+@@ -484,7 +484,7 @@ After=libvirtd.service
  %(FOLLOW)s
  [Service]
  Type=simple
@@ -11,16 +11,22 @@
  ExecReload=/usr/bin/virt-sandbox-service -c %(URI)s reload -u %(RELOAD)s 
%(NAME)s
  ExecStop=/usr/bin/virsh -c %(URI)s destroy %(NAME)s
  
-@@ -921,7 +921,7 @@ def connect(args):
+@@ -935,11 +935,11 @@ def connect(args):
+ print ("""\
  Connected to %s.
  Type 'Ctrl + ]' to detach from the console.
- """ % ( args.name )
+-""" % ( args.name )
 -os.execl("/usr/libexec/virt-sandbox-service-util",
++""" % ( args.name ))
 +os.execl("/usr/lib/virt-sandbox-service-util",
   "virt-sandbox-service-util",
   "-c", args.uri,
-  "-a", args.name)
-@@ -1027,7 +1027,7 @@ def upgrade_config_legacy(path):
+- "-a", args.name))
++ "-a", args.name)
+ 
+ #
+ # Search Path for command to execute within the container.
+@@ -1042,7 +1042,7 @@ def upgrade_config_legacy(path):
  fd.close()
  
  unitfile = unitfile.replace("/usr/bin/virt-sandbox-service start",

++ python3.patch ++
Index: libvirt-sandbox-0.6.0/bin/virt-sandbox-service
===
--- libvirt-sandbox-0.6.0.orig/bin/v

commit socket_wrapper for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package socket_wrapper for openSUSE:Factory 
checked in at 2017-12-05 01:30:25

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


Package is "socket_wrapper"

Tue Dec  5 01:30:25 2017 rev:8 rq:548058 version:1.1.9

Changes:

--- /work/SRC/openSUSE:Factory/socket_wrapper/socket_wrapper.changes
2017-10-17 01:51:55.272111923 +0200
+++ /work/SRC/openSUSE:Factory/.socket_wrapper.new/socket_wrapper.changes   
2017-12-05 01:30:27.432820946 +0100
@@ -1,0 +2,6 @@
+Mon Dec  4 11:22:22 UTC 2017 - a...@cryptomilk.org
+
+- Update to version 1.1.9
+  * Fixed thread - signal deadlock issue
+
+---

Old:

  socket_wrapper-1.1.8.tar.gz

New:

  socket_wrapper-1.1.9.tar.gz



Other differences:
--
++ socket_wrapper.spec ++
--- /var/tmp/diff_new_pack.bR4fzE/_old  2017-12-05 01:30:28.220792320 +0100
+++ /var/tmp/diff_new_pack.bR4fzE/_new  2017-12-05 01:30:28.224792174 +0100
@@ -24,7 +24,7 @@
 # NOTE ##
 
 Name:   socket_wrapper
-Version:1.1.8
+Version:1.1.9
 Release:0
 Summary:A library passing all socket communications trough Unix sockets
 License:BSD-3-Clause

++ socket_wrapper-1.1.8.tar.gz -> socket_wrapper-1.1.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/socket_wrapper-1.1.8/CMakeLists.txt 
new/socket_wrapper-1.1.9/CMakeLists.txt
--- old/socket_wrapper-1.1.8/CMakeLists.txt 2017-10-12 16:47:44.0 
+0200
+++ new/socket_wrapper-1.1.9/CMakeLists.txt 2017-12-04 10:21:00.0 
+0100
@@ -8,7 +8,7 @@
 
 set(APPLICATION_VERSION_MAJOR "1")
 set(APPLICATION_VERSION_MINOR "1")
-set(APPLICATION_VERSION_PATCH "8")
+set(APPLICATION_VERSION_PATCH "9")
 
 set(APPLICATION_VERSION 
"${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
 
@@ -19,7 +19,7 @@
 # Increment AGE. Set REVISION to 0
 #   If the source code was changed, but there were no interface changes:
 # Increment REVISION.
-set(LIBRARY_VERSION "0.1.8")
+set(LIBRARY_VERSION "0.1.9")
 set(LIBRARY_SOVERSION "0")
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is 
checked
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/socket_wrapper-1.1.8/ChangeLog 
new/socket_wrapper-1.1.9/ChangeLog
--- old/socket_wrapper-1.1.8/ChangeLog  2017-10-13 08:18:59.0 +0200
+++ new/socket_wrapper-1.1.9/ChangeLog  2017-12-04 10:21:00.0 +0100
@@ -1,6 +1,9 @@
 ChangeLog
 ==
 
+version 1.1.9 (released 2017-12-04)
+  * Fixed thread - signal deadlock issue
+
 version 1.1.8 (released 2017-10-13)
   * Added support for openat()
   * Added support for open64() and fopen64()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/socket_wrapper-1.1.8/src/socket_wrapper.c 
new/socket_wrapper-1.1.9/src/socket_wrapper.c
--- old/socket_wrapper-1.1.8/src/socket_wrapper.c   2017-09-07 
07:57:43.0 +0200
+++ new/socket_wrapper-1.1.9/src/socket_wrapper.c   2017-12-04 
10:20:52.0 +0100
@@ -671,37 +671,46 @@
 }
 
 #define swrap_bind_symbol_libc(sym_name) \
-   SWRAP_LOCK(libc_symbol_binding); \
if (swrap.libc.symbols._libc_##sym_name.obj == NULL) { \
-   swrap.libc.symbols._libc_##sym_name.obj = \
-   _swrap_bind_symbol(SWRAP_LIBC, #sym_name); \
-   } \
-   SWRAP_UNLOCK(libc_symbol_binding)
+   SWRAP_LOCK(libc_symbol_binding); \
+   if (swrap.libc.symbols._libc_##sym_name.obj == NULL) { \
+   swrap.libc.symbols._libc_##sym_name.obj = \
+   _swrap_bind_symbol(SWRAP_LIBC, #sym_name); \
+   } \
+   SWRAP_UNLOCK(libc_symbol_binding); \
+   }
 
 #define swrap_bind_symbol_libsocket(sym_name) \
-   SWRAP_LOCK(libc_symbol_binding); \
if (swrap.libc.symbols._libc_##sym_name.obj == NULL) { \
-   swrap.libc.symbols._libc_##sym_name.obj = \
-   _swrap_bind_symbol(SWRAP_LIBSOCKET, #sym_name); \
-   } \
-   SWRAP_UNLOCK(libc_symbol_binding)
+   SWRAP_LOCK(libc_symbol_binding); \
+   if (swrap.libc.symbols._libc_##sym_name.obj == NULL) { \
+   swrap.libc.symbols._libc_##sym_name.obj = \
+   _swrap_bind_symbol(SWRAP_LIBSOCKET, #sym_name); 
\
+   } \
+   SWRAP_UNLOCK(libc_symbol_binding); \
+   }
 
 #define s

commit reiserfs for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package reiserfs for openSUSE:Factory 
checked in at 2017-12-05 01:30:56

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


Package is "reiserfs"

Tue Dec  5 01:30:56 2017 rev:38 rq:548157 version:3.6.27

Changes:

--- /work/SRC/openSUSE:Factory/reiserfs/reiserfs.changes2017-12-03 
10:10:25.977507873 +0100
+++ /work/SRC/openSUSE:Factory/.reiserfs.new/reiserfs.changes   2017-12-05 
01:30:58.751683169 +0100
@@ -9 +9 @@
-- Add conflicts for libreiserfscore0 and earlier reiserfs package.
+- Add conflicts for libreiserfscore0 and earlier reiserfs package 
(bsc#1071088).



Other differences:
--



commit squid for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package squid for openSUSE:Factory checked 
in at 2017-12-05 01:30:32

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


Package is "squid"

Tue Dec  5 01:30:32 2017 rev:52 rq:548098 version:3.5.27

Changes:

--- /work/SRC/openSUSE:Factory/squid/squid.changes  2017-11-24 
10:55:23.662260479 +0100
+++ /work/SRC/openSUSE:Factory/.squid.new/squid.changes 2017-12-05 
01:30:34.164576389 +0100
@@ -1,0 +2,6 @@
+Mon Dec  4 12:31:44 UTC 2017 - adam.ma...@suse.de
+
+- Explicitly BuildRequire libopenssl-1_0_0-devel until
+  OpenSSL 1.1.x support can be ported.
+
+---



Other differences:
--
++ squid.spec ++
--- /var/tmp/diff_new_pack.xzM1Q8/_old  2017-12-05 01:30:35.004545874 +0100
+++ /var/tmp/diff_new_pack.xzM1Q8/_new  2017-12-05 01:30:35.004545874 +0100
@@ -55,7 +55,11 @@
 %endif
 BuildRequires:  openldap2-devel
 BuildRequires:  opensp-devel
+%if 0%{suse_version} >= 1330
+BuildRequires:  libopenssl-1_0_0-devel
+%else
 BuildRequires:  openssl-devel
+%endif
 BuildRequires:  pam-devel
 BuildRequires:  pkgconfig
 BuildRequires:  samba-winbind




commit haproxy for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package haproxy for openSUSE:Factory checked 
in at 2017-12-05 01:30:30

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


Package is "haproxy"

Tue Dec  5 01:30:30 2017 rev:53 rq:548086 version:1.8.1

Changes:

--- /work/SRC/openSUSE:Factory/haproxy/haproxy.changes  2017-11-29 
10:54:39.184311592 +0100
+++ /work/SRC/openSUSE:Factory/.haproxy.new/haproxy.changes 2017-12-05 
01:30:32.324643232 +0100
@@ -1,0 +2,37 @@
+Mon Dec 04 10:33:40 UTC 2017 - kgronl...@suse.com
+
+- Update to version 1.8.1 (bsc#1069954):
+  * BUG/MAJOR: h2: correctly check the request length when building an H1 
request
+  * BUG/MAJOR: thread: Be sure to request a sync between threads only once at 
a time
+  * BUG/MAJOR: thread/peers: fix deadlock on peers sync.
+  * BUG/MEDIUM: h2: do not accept upper case letters in request header names
+  * BUG/MEDIUM: h2: remove connection-specific headers from request
+  * BUG/MEDIUM: h2: enforce the per-connection stream limit
+  * BUG/MEDIUM: checks: Be sure we have a mux if we created a cs.
+  * BUG/MEDIUM: peers: fix some track counter rules dont register entries for 
sync.
+  * BUG/MEDIUM: h2: don't report an error after parsing a 100-continue response
+  * BUG/MEDIUM: threads/peers: decrement, not increment jobs on quitting
+  * BUG/MEDIUM: stream: fix session leak on applet-initiated connections
+  * BUG/MEDIUM: cache: bad computation of the remaining size
+  * BUG/MEDIUM: ssl: don't allocate shctx several time
+  * BUG/MEDIUM: tcp-check: Don't lock the server in tcpcheck_main
+  * BUG/MEDIUM: kqueue: Don't bother closing the kqueue after fork.
+  * BUG/MINOR: h2: use the H2_F_DATA_* macros for DATA frames
+  * BUG/MINOR: h2: reject response pseudo-headers from requests
+  * BUG/MINOR: h2: properly check PRIORITY frames
+  * BUG/MINOR: h2: reject incorrect stream dependencies on HEADERS frame
+  * BUG/MINOR: h2: do not accept SETTINGS_ENABLE_PUSH other than 0 or 1
+  * BUG/MINOR: h2: the TE header if present may only contain trailers
+  * BUG/MINOR: h2: fix a typo causing PING/ACK to be responded to
+  * BUG/MINOR: h2: ":path" must not be empty
+  * BUG/MINOR: h2: try to abort closed streams as soon as possible
+  * BUG/MINOR: h2: immediately close if receiving GOAWAY after the last stream
+  * BUG/MINOR: hpack: dynamic table size updates are only allowed before 
headers
+  * BUG/MINOR: hpack: reject invalid header index
+  * BUG/MINOR: hpack: must reject huffman literals padded with more than 7 bits
+  * BUG/MINOR: hpack: fix debugging output of pseudo header names
+  * BUG/MINOR: mworker: detach from tty when in daemon mode
+  * BUG/MINOR: mworker: fix validity check for the pipe FDs
+  * BUG/MINOR: ssl: CO_FL_EARLY_DATA removal is managed by stream
+
+---

Old:

  haproxy-1.8.0.tar.gz

New:

  haproxy-1.8.1.tar.gz



Other differences:
--
++ haproxy.spec ++
--- /var/tmp/diff_new_pack.HWnwbk/_old  2017-12-05 01:30:33.336606468 +0100
+++ /var/tmp/diff_new_pack.HWnwbk/_new  2017-12-05 01:30:33.336606468 +0100
@@ -40,7 +40,7 @@
 %bcond_without  apparmor
 
 Name:   haproxy
-Version:1.8.0
+Version:1.8.1
 Release:0
 #
 #

++ _service ++
--- /var/tmp/diff_new_pack.HWnwbk/_old  2017-12-05 01:30:33.392604434 +0100
+++ /var/tmp/diff_new_pack.HWnwbk/_new  2017-12-05 01:30:33.392604434 +0100
@@ -3,8 +3,8 @@
 http://git.haproxy.org/git/haproxy-1.8.git
 git
 haproxy
-1.8.0
-v1.8.0
+1.8.1
+v1.8.1
 enable
   
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.HWnwbk/_old  2017-12-05 01:30:33.436602835 +0100
+++ /var/tmp/diff_new_pack.HWnwbk/_new  2017-12-05 01:30:33.436602835 +0100
@@ -5,4 +5,4 @@
 http://git.haproxy.org/git/haproxy-1.7.git
   640d526f8cdad00f7f5043b51f6a34f3f6ebb49f
 http://git.haproxy.org/git/haproxy-1.8.git
-  0b78792bbe61fec420e4e7298d145ec7d498f8f2
\ No newline at end of file
+  bc1f797c2dcfe8a6b82697725e161f87b2d6c386
\ No newline at end of file

++ haproxy-1.8.0.tar.gz -> haproxy-1.8.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/haproxy-1.8.0/CHANGELOG new/haproxy-1.8.1/CHANGELOG
--- old/haproxy-1.8.0/CHANGELOG 2017-11-26 19:25:23.0 +0100
+++ new/haproxy-1.8.1/CHANGELOG 2017-12-03 22:19:05.0 +0100
@@ -1,6 +1,47 @@
 ChangeLog :
 ===
 
+2017/12/03 : 1.8.1
+- BUG/MEDIUM: kqueue: Don't bother closing the kqueue after fork.
+- DOC: cache: update sections and fix some typos
+- BUILD/MINOR: deviceatlas: enable thread suppo

commit php7-pear-Net_IDNA2 for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package php7-pear-Net_IDNA2 for 
openSUSE:Factory checked in at 2017-12-05 01:30:22

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


Package is "php7-pear-Net_IDNA2"

Tue Dec  5 01:30:22 2017 rev:2 rq:548045 version:0.2.0

Changes:

--- /work/SRC/openSUSE:Factory/php7-pear-Net_IDNA2/php7-pear-Net_IDNA2.changes  
2017-11-15 16:51:23.654115823 +0100
+++ 
/work/SRC/openSUSE:Factory/.php7-pear-Net_IDNA2.new/php7-pear-Net_IDNA2.changes 
2017-12-05 01:30:26.168866864 +0100
@@ -1,0 +2,5 @@
+Fri Nov  3 08:18:33 UTC 2017 - jeng...@inai.de
+
+- Expand description.
+
+---



Other differences:
--
++ php7-pear-Net_IDNA2.spec ++
--- /var/tmp/diff_new_pack.i0Ldsd/_old  2017-12-05 01:30:27.080833733 +0100
+++ /var/tmp/diff_new_pack.i0Ldsd/_new  2017-12-05 01:30:27.080833733 +0100
@@ -23,7 +23,7 @@
 Release:0
 Summary:PHP library for Punycode encoding and decoding
 License:LGPL-2.0+
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/PHP
 Url:http://pear.php.net/package/%{pear_name}/
 Source: 
http://download.pear.php.net/package/%{pear_name}-%{version}.tgz
 BuildRequires:  %{php_name}-devel
@@ -39,7 +39,11 @@
 %endif
 
 %description
-This package helps you to encode and decode punycode strings easily
+The package provides a class which allows one to convert from and to
+internationalized domain names (RFC 3490). They can be used with
+various registries worldwide to be translated between their original
+(localized) form and their encoded form as it will be used in the DNS
+(Domain Name System).
 
 %prep
 %setup -q -c




commit libmesode for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package libmesode for openSUSE:Factory 
checked in at 2017-12-05 01:30:28

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


Package is "libmesode"

Tue Dec  5 01:30:28 2017 rev:2 rq:548077 version:0.9.1

Changes:

--- /work/SRC/openSUSE:Factory/libmesode/libmesode.changes  2016-11-24 
21:21:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmesode.new/libmesode.changes 2017-12-05 
01:30:28.604778370 +0100
@@ -1,0 +2,9 @@
+Mon Dec  4 12:53:40 UTC 2017 - mvet...@suse.com
+
+- Add libmesode-0.9.1-openssl-1.1.patch:
+  Fix build with openssl 1.1.
+  Taken from commits:
+  * 5ab52edb943985fc3943b33d9a6be1b23045a052
+  * b91872cf7e7ed4d2443ab5c622f4cdb395d64dbe
+
+---

New:

  libmesode-0.9.1-openssl-1.1.patch



Other differences:
--
++ libmesode.spec ++
--- /var/tmp/diff_new_pack.7OuUe9/_old  2017-12-05 01:30:29.704738409 +0100
+++ /var/tmp/diff_new_pack.7OuUe9/_new  2017-12-05 01:30:29.704738409 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmesode
 #
-# 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
@@ -25,15 +25,16 @@
 Group:  Development/Libraries/C and C++
 Url:https://github.com/boothj5/libmesode
 Source0:https://github.com/boothj5/%{name}/archive/%{version}.tar.gz
+Patch0: libmesode-0.9.1-openssl-1.1.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc
+BuildRequires:  libexpat-devel >= 2.0.0
 BuildRequires:  libopenssl-devel
 BuildRequires:  libtool
 BuildRequires:  libxml2-devel
 BuildRequires:  make
 BuildRequires:  pkg-config
-BuildRequires:  libexpat-devel >= 2.0.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -62,6 +63,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 mkdir m4

++ libmesode-0.9.1-openssl-1.1.patch ++
>From 5ab52edb943985fc3943b33d9a6be1b23045a052 Mon Sep 17 00:00:00 2001
From: Jelle van der Waa 
Date: Wed, 15 Mar 2017 20:25:53 +0100
Subject: [PATCH] Fix build with OpenSSL 1.1.x

OpenSSL 1.1.x made many structs opaque and helpers are required to access
members of struct. TX509_PUBKEY_get0_param returns 1 for succes and 0 on
failure, this has not been handled yet by this patch.
---
 src/tls_openssl.c | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/src/tls_openssl.c b/src/tls_openssl.c
index 3118adc..89e2643 100644
--- a/src/tls_openssl.c
+++ b/src/tls_openssl.c
@@ -168,7 +168,15 @@ static struct _tlscert_t *_x509_to_tlscert(xmpp_ctx_t 
*ctx, X509 *cert)
}
 
 tlscert->keyalg = NULL;
+#if OPENSSL_VERSION_NUMBER < 0x1010L
int alg_nid = OBJ_obj2nid(cert->cert_info->key->algor->algorithm);
+#else
+   X509_PUBKEY *pubkey = X509_get_X509_PUBKEY(cert);
+   ASN1_OBJECT *ppkalg;
+   // FIXME: handle 0 on error.
+   X509_PUBKEY_get0_param(&ppkalg, NULL, NULL, NULL, NULL);
+   int alg_nid = OBJ_obj2nid(ppkalg);
+#endif
if (alg_nid != NID_undef) {
 const char* keyalg = OBJ_nid2ln(alg_nid);
 if (keyalg) {
@@ -177,7 +185,13 @@ static struct _tlscert_t *_x509_to_tlscert(xmpp_ctx_t 
*ctx, X509 *cert)
 }
 
 tlscert->sigalg = NULL;
+#if OPENSSL_VERSION_NUMBER < 0x1010L
alg_nid = OBJ_obj2nid(cert->sig_alg->algorithm);
+#else
+   const X509_ALGOR *palg;
+   X509_get0_signature(NULL, &palg, cert);
+   alg_nid = OBJ_obj2nid(palg->algorithm);
+#endif
if (alg_nid != NID_undef) {
 const char* sigalg = OBJ_nid2ln(alg_nid);
 if (sigalg) {

>From b91872cf7e7ed4d2443ab5c622f4cdb395d64dbe Mon Sep 17 00:00:00 2001
From: James Booth 
Date: Fri, 24 Mar 2017 00:21:21 +
Subject: [PATCH] Fix getting SSL public key algorithm

---
 src/tls_openssl.c | 26 ++
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/src/tls_openssl.c b/src/tls_openssl.c
index 6c93a4f..94e4c2b 100644
--- a/src/tls_openssl.c
+++ b/src/tls_openssl.c
@@ -169,15 +169,17 @@ static struct _tlscert_t *_x509_to_tlscert(xmpp_ctx_t 
*ctx, X509 *cert)
 
 tlscert->keyalg = NULL;
 #if OPENSSL_VERSION_NUMBER < 0x1010L
-   int alg_nid = OBJ_obj2nid(cert->cert_info->key->algor->algorithm);
+int alg_nid = OBJ_obj2nid(cert->cert_info->key->algor->algorithm);
 #else
-   X509_PUBKEY *pubkey = X509_get_X509_PUBKEY(cert);
-   ASN1_OBJECT *ppkalg;
-   // FIXME: handle 0 on error.
-   X509_PUBKEY_get0_param(&

commit wslay for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package wslay for openSUSE:Factory checked 
in at 2017-12-05 01:30:20

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


Package is "wslay"

Tue Dec  5 01:30:20 2017 rev:3 rq:548030 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/wslay/wslay.changes  2017-07-17 
09:12:09.903428195 +0200
+++ /work/SRC/openSUSE:Factory/.wslay.new/wslay.changes 2017-12-05 
01:30:25.116905080 +0100
@@ -1,0 +2,5 @@
+Mon Dec  4 09:43:03 UTC 2017 - mplus...@suse.com
+
+- Build with -fpermissive to avoid build failure on current TW
+
+---



Other differences:
--
++ wslay.spec ++
--- /var/tmp/diff_new_pack.0w6YpY/_old  2017-12-05 01:30:25.976873838 +0100
+++ /var/tmp/diff_new_pack.0w6YpY/_new  2017-12-05 01:30:25.980873693 +0100
@@ -91,6 +91,8 @@
 %setup -q -n %{name}-release-%{version}
 
 %build
+export CFLAGS="%{optflags} -fpermissive"
+export CXXFLAGS="%{optflags} -fpermissive"
 autoreconf -fiv
 %configure \
   --disable-silent-rules \




commit virt-manager for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory 
checked in at 2017-12-05 01:30:42

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


Package is "virt-manager"

Tue Dec  5 01:30:42 2017 rev:161 rq:548109 version:1.4.3

Changes:

--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes
2017-11-30 12:45:19.546061905 +0100
+++ /work/SRC/openSUSE:Factory/.virt-manager.new/virt-manager.changes   
2017-12-05 01:30:43.420240141 +0100
@@ -1,0 +2,11 @@
+Sat Dec  2 18:41:22 MST 2017 - carn...@suse.com
+
+- bsc#1070896 - virt-manager will not run on a python3 only system
+  virtcli-python2-to-python3-conversion.patch
+  virtconv-python2-to-python3-conversion.patch
+  virtinst-python2-to-python3-conversion.patch
+  virtman-python2-to-python3-conversion.patch
+  virtmisc-python2-to-python3-conversion.patch
+  virttests-python2-to-python3-conversion.patch
+
+---

New:

  virtcli-python2-to-python3-conversion.patch
  virtconv-python2-to-python3-conversion.patch
  virtinst-python2-to-python3-conversion.patch
  virtman-python2-to-python3-conversion.patch
  virtmisc-python2-to-python3-conversion.patch
  virttests-python2-to-python3-conversion.patch



Other differences:
--
++ virt-manager.spec ++
--- /var/tmp/diff_new_pack.8rJTWU/_old  2017-12-05 01:30:47.300099191 +0100
+++ /var/tmp/diff_new_pack.8rJTWU/_new  2017-12-05 01:30:47.304099046 +0100
@@ -115,6 +115,13 @@
 Patch167:   virtinst-no-usb-tablet-for-xenpv.patch
 Patch168:   virtinst-add-sle15-detection-support.patch
 Patch169:   virtinst-keep-install-iso-attached.patch
+# Python2 to Python3 patches
+Patch200:   virtmisc-python2-to-python3-conversion.patch
+Patch201:   virtcli-python2-to-python3-conversion.patch
+Patch202:   virtconv-python2-to-python3-conversion.patch
+Patch203:   virtinst-python2-to-python3-conversion.patch
+Patch204:   virtman-python2-to-python3-conversion.patch
+Patch205:   virttests-python2-to-python3-conversion.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -123,10 +130,10 @@
 Requires:   dconf
 Requires:   gtk3
 Requires:   python-gconf
-Requires:   python-gobject-Gdk
+Requires:   python3-gobject-Gdk
 # For console widget
-Requires:   python-gobject-cairo
-Recommends: python-SpiceClientGtk
+Requires:   python3-gobject-cairo
+Recommends: python3-SpiceClientGtk
 Requires:   virt-install
 Requires:   virt-manager-common = %{verrel}
 %if 0%{?is_opensuse} == 1
@@ -135,14 +142,14 @@
 %endif
 
 %if %{with_guestfs}
-Requires:   python-libguestfs
+Requires:   python3-libguestfs
 %endif
 
 BuildRequires:  glib2-devel
 BuildRequires:  gtk2-tools
 BuildRequires:  intltool
 BuildRequires:  perl
-BuildRequires:  python
+BuildRequires:  python3
 
 %description
 Virtual Machine Manager provides a graphical tool for administering virtual
@@ -159,10 +166,10 @@
 # This version not strictly required: virt-manager should work with older,
 # however varying amounts of functionality will not be enabled.
 Requires:   libosinfo >= 0.2.10
-Requires:   python-ipaddr
-Requires:   python-libvirt-python >= 0.7.0
-Requires:   python-libxml2
-Requires:   python-urlgrabber
+Requires:   python3-ipaddr
+Requires:   python3-libvirt-python >= 0.7.0
+Requires:   python3-libxml2-python
+Requires:   python3-pycurl
 Requires:   typelib(LibvirtGLib)
 Recommends: python3-virt-bootstrap
 BuildRequires:  gobject-introspection
@@ -182,8 +189,8 @@
 
 Requires:   virt-manager-common = %{verrel}
 
-Requires:   python-requests
-Provides:   python-virtinst
+Requires:   python3-requests
+Provides:   python3-virtinst
 Provides:   virt-clone
 Provides:   virt-convert
 Obsoletes:  python-virtinst <= 0.600.4
@@ -275,6 +282,13 @@
 %patch167 -p1
 %patch168 -p1
 %patch169 -p1
+# Python2 to Python3 patches
+%patch200 -p1
+%patch201 -p1
+%patch202 -p1
+%patch203 -p1
+%patch204 -p1
+%patch205 -p1
 
 %build
 %if %{qemu_user}
@@ -301,7 +315,7 @@
 %define _askpass_package --askpass-package-names=%{askpass_package}
 %endif
 
-python setup.py configure \
+python3 setup.py configure \
 --prefix=%{_prefix} \
 --default-graphics="spice" \
 %{?_qemu_user} \
@@ -313,7 +327,7 @@
 %{?_default_graphics}
 
 %install
-python setup.py \
+python3 setup.py \
 --no-update-icon-cache \
 --no-compile-schemas install \
 --prefix=%{_prefix} \

++ virtcli-python2-to-python3-conversion.patch ++
Index: virt-manager-1.4.3/virtcli/cliconfig.py
=

commit openSUSE-release-tools for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2017-12-05 01:30:45

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


Package is "openSUSE-release-tools"

Tue Dec  5 01:30:45 2017 rev:27 rq:548150 version:20171204.4661a09

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2017-12-04 12:17:14.698697645 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
   2017-12-05 01:30:49.672013022 +0100
@@ -1,0 +2,8 @@
+Mon Dec 04 15:34:47 UTC 2017 - opensuse-releaset...@opensuse.org
+
+- Update to version 20171204.4661a09:
+  * rebuildpacs: Ignore some more multibuild packages
+  * repochecker: filter out self requirement
+  * repochecker: add --force and --limit-group options
+
+---

Old:

  openSUSE-release-tools-20171204.86cd536.obscpio

New:

  openSUSE-release-tools-20171204.4661a09.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.Qi9G67/_old  2017-12-05 01:30:50.823971173 +0100
+++ /var/tmp/diff_new_pack.Qi9G67/_new  2017-12-05 01:30:50.827971028 +0100
@@ -20,7 +20,7 @@
 %define source_dir osc-plugin-factory
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20171204.86cd536
+Version:20171204.4661a09
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0+ and MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.Qi9G67/_old  2017-12-05 01:30:50.891968703 +0100
+++ /var/tmp/diff_new_pack.Qi9G67/_new  2017-12-05 01:30:50.891968703 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/osc-plugin-factory.git
-9f5a0aa079bc02ccc257624a152062a9973178a9
+4661a09b2f27676c1944bd47e7d19bb99f09058f
   
 

++ openSUSE-release-tools-20171204.86cd536.obscpio -> 
openSUSE-release-tools-20171204.4661a09.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20171204.86cd536/rebuildpacs.pl 
new/openSUSE-release-tools-20171204.4661a09/rebuildpacs.pl
--- old/openSUSE-release-tools-20171204.86cd536/rebuildpacs.pl  2017-12-04 
09:56:47.0 +0100
+++ new/openSUSE-release-tools-20171204.4661a09/rebuildpacs.pl  2017-12-04 
16:28:22.0 +0100
@@ -268,7 +268,7 @@
 
 s,^\s*,,;
 # patterns are too spammy and rebuilding doesn't help
-next if (grep { $_ eq $cproblem } qw(patterns-openSUSE 
installation-images:Kubic));
+next if (grep { $_ eq $cproblem } qw(patterns-openSUSE 
installation-images:Kubic fftw3:gnu-openmpi-hpc hdf5:mvapich2 hdf5:openmpi 
scalapack:gnu-mvapich2-hpc scalapack:gnu-openmpi-hpc python-numpy:gnu-hpc 
petsc:serial netcdf:serial netcdf:openmpi netcdf:gnu-hpc netcdf:gnu-openmpi-hpc 
netcdf:gnu-mvapich2-hpc));
 $problems{$cproblem}->{$_} = 1;
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20171204.86cd536/repo_checker.py 
new/openSUSE-release-tools-20171204.4661a09/repo_checker.py
--- old/openSUSE-release-tools-20171204.86cd536/repo_checker.py 2017-12-04 
09:56:47.0 +0100
+++ new/openSUSE-release-tools-20171204.4661a09/repo_checker.py 2017-12-04 
16:28:22.0 +0100
@@ -39,6 +39,8 @@
 
 # RepoChecker options.
 self.skip_cycle = False
+self.force = False
+self.limit_group = None
 
 def project_only(self, project, post_comments=False):
 # self.staging_config needed by target_archs().
@@ -46,7 +48,7 @@
 
 root = ET.fromstringlist(show_results_meta(
 self.apiurl, project, multibuild=True, repository=['standard']))
-if len(root.xpath('result[@state!="published"]')):
+if not self.force and len(root.xpath('result[@state!="published"]')):
 self.logger.info('{}/standard not published'.format(project))
 return
 
@@ -119,6 +121,9 @@
 self.logger.debug('{}: not staged'.format(request.reqid))
 continue
 
+if self.limit_group and group != self.limit_group:
+continue
+
 # Only interested if group has completed building.
 api = self.staging_api(request.actions[0].tgt_project)
 status = api.project_status(group, True)
@@ -136,7 +141,7 @@
 openQA_only = False
 break
 
-if not openQA_only:
+if not self.

commit yast2-geo-cluster for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package yast2-geo-cluster for 
openSUSE:Factory checked in at 2017-12-05 01:30:13

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


Package is "yast2-geo-cluster"

Tue Dec  5 01:30:13 2017 rev:17 rq:548026 version:4.0.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-geo-cluster/yast2-geo-cluster.changes  
2017-10-24 22:24:38.616863855 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-geo-cluster.new/yast2-geo-cluster.changes 
2017-12-05 01:30:20.821061144 +0100
@@ -1,0 +2,6 @@
+Fri Dec  1 06:22:22 UTC 2017 - nw...@suse.com
+
+- fate#323526, support python3.
+- Version 4.0.2
+
+---

Old:

  yast2-geo-cluster-4.0.1.tar.bz2

New:

  yast2-geo-cluster-4.0.2.tar.bz2



Other differences:
--
++ yast2-geo-cluster.spec ++
--- /var/tmp/diff_new_pack.pTEPbR/_old  2017-12-05 01:30:21.553034551 +0100
+++ /var/tmp/diff_new_pack.pTEPbR/_new  2017-12-05 01:30:21.557034407 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-geo-cluster
-Version:4.0.1
+Version:4.0.2
 Release:0
 
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services

++ yast2-geo-cluster-4.0.1.tar.bz2 -> yast2-geo-cluster-4.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-geo-cluster-4.0.1/package/yast2-geo-cluster.changes 
new/yast2-geo-cluster-4.0.2/package/yast2-geo-cluster.changes
--- old/yast2-geo-cluster-4.0.1/package/yast2-geo-cluster.changes   
2017-10-23 11:06:43.614271147 +0200
+++ new/yast2-geo-cluster-4.0.2/package/yast2-geo-cluster.changes   
2017-12-04 10:34:20.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Dec  1 06:22:22 UTC 2017 - nw...@suse.com
+
+- fate#323526, support python3.
+- Version 4.0.2
+
+---
 Thu Sep 28 09:07:29 UTC 2017 - nw...@suse.com
 
 - fate#323960, support manual tickets mode.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-geo-cluster-4.0.1/package/yast2-geo-cluster.spec 
new/yast2-geo-cluster-4.0.2/package/yast2-geo-cluster.spec
--- old/yast2-geo-cluster-4.0.1/package/yast2-geo-cluster.spec  2017-10-23 
11:06:43.614271147 +0200
+++ new/yast2-geo-cluster-4.0.2/package/yast2-geo-cluster.spec  2017-12-04 
10:34:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-geo-cluster
-Version:4.0.1
+Version:4.0.2
 Release:0
 
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-geo-cluster-4.0.1/src/modules/GeoCluster3.py 
new/yast2-geo-cluster-4.0.2/src/modules/GeoCluster3.py
--- old/yast2-geo-cluster-4.0.1/src/modules/GeoCluster3.py  2017-10-23 
11:06:43.618271147 +0200
+++ new/yast2-geo-cluster-4.0.2/src/modules/GeoCluster3.py  2017-12-04 
10:34:20.0 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 # 
--
 # Copyright (c) 2006 Novell, Inc. All Rights Reserved.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-geo-cluster-4.0.1/src/servers_non_y2/ag_booth 
new/yast2-geo-cluster-4.0.2/src/servers_non_y2/ag_booth
--- old/yast2-geo-cluster-4.0.1/src/servers_non_y2/ag_booth 2017-10-23 
11:06:43.618271147 +0200
+++ new/yast2-geo-cluster-4.0.2/src/servers_non_y2/ag_booth 2017-12-04 
10:34:20.0 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # -*- coding: utf8 -*-
 
 #
@@ -273,7 +273,7 @@
 
return
 
-class BoothConf_Parser:
+class BoothConf_Parser(object):
def __init__(self):
load_booth_conf_list()
 
@@ -450,7 +450,7 @@
except OSError:
pass
 
-class SCR_Agent:
+class SCR_Agent(object):
def __init__(self):
self.command = ""
self.args = ""




commit ccgfs for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package ccgfs for openSUSE:Factory checked 
in at 2017-12-05 01:30:17

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


Package is "ccgfs"

Tue Dec  5 01:30:17 2017 rev:14 rq:548027 version:0.81

Changes:

--- /work/SRC/openSUSE:Factory/ccgfs/ccgfs.changes  2014-09-26 
11:21:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.ccgfs.new/ccgfs.changes 2017-12-05 
01:30:22.061016097 +0100
@@ -1,0 +2,5 @@
+Mon Dec  4 09:02:40 UTC 2017 - jeng...@inai.de
+
+- Add replace-sha0.diff
+
+---

New:

  replace-sha0.diff



Other differences:
--
++ ccgfs.spec ++
--- /var/tmp/diff_new_pack.etNgnw/_old  2017-12-05 01:30:23.216974103 +0100
+++ /var/tmp/diff_new_pack.etNgnw/_new  2017-12-05 01:30:23.220973957 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ccgfs
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,7 @@
 Source: http://downloads.sf.net/ccgfs/%name-%version.tar.xz
 Source2:http://downloads.sf.net/ccgfs/%name-%version.tar.xz.asc
 Source3:%name.keyring
+Patch1: replace-sha0.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
 BuildRequires:  libattr-devel
@@ -48,6 +49,7 @@
 
 %prep
 %setup -q
+%patch -P 1 -p1
 
 %build
 %configure


++ replace-sha0.diff ++
>From 4b5b69055886073ee95d768443febee94177f59b Mon Sep 17 00:00:00 2001
From: Jan Engelhardt 
Date: Mon, 4 Dec 2017 09:55:13 +0100
Subject: [PATCH] ccgfs: replace SHA0 by SHA1 to fix build error with OpenSSL
 1.1

OpenSSL 1.1.x removed SHA0 support. It was used by ccgfs only to find
duplicate config entries, so any hash function can be substituted.
---
 src/super.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/super.c b/src/super.c
index f406e79..955d6a0 100644
--- a/src/super.c
+++ b/src/super.c
@@ -497,10 +497,10 @@ static bool config_parse_subproc(struct HXclist_head *dq,
}
 
/* Calculate checksum and convert to vector */
-   SHA_Init(&ctx);
+   SHA1_Init(&ctx);
for (node = args->first; node != NULL; node = node->next)
-   SHA_Update(&ctx, node->ptr, strlen(node->ptr) + 1);
-   SHA_Final(subp->checksum, &ctx);
+   SHA1_Update(&ctx, node->ptr, strlen(node->ptr) + 1);
+   SHA1_Final(subp->checksum, &ctx);
subp->args = reinterpret_cast(char **, HXdeque_to_vec(args, NULL));
HXdeque_free(args);
 
-- 
2.15.0




commit yast2-cluster for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package yast2-cluster for openSUSE:Factory 
checked in at 2017-12-05 01:30:10

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


Package is "yast2-cluster"

Tue Dec  5 01:30:10 2017 rev:20 rq:548023 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-cluster/yast2-cluster.changes  
2017-11-01 11:09:50.757318186 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-cluster.new/yast2-cluster.changes 
2017-12-05 01:30:19.469110258 +0100
@@ -1,0 +2,6 @@
+Fri Dec  1 06:08:41 UTC 2017 - nw...@suse.com
+
+- fate#323526, support python3.
+- Version 4.0.1
+
+---

Old:

  yast2-cluster-4.0.0.tar.bz2

New:

  yast2-cluster-4.0.1.tar.bz2



Other differences:
--
++ yast2-cluster.spec ++
--- /var/tmp/diff_new_pack.rkKTmW/_old  2017-12-05 01:30:20.561070589 +0100
+++ /var/tmp/diff_new_pack.rkKTmW/_new  2017-12-05 01:30:20.565070443 +0100
@@ -18,7 +18,7 @@
 
 Name:   yast2-cluster
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-cluster-4.0.0.tar.bz2 -> yast2-cluster-4.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-4.0.0/package/yast2-cluster.changes 
new/yast2-cluster-4.0.1/package/yast2-cluster.changes
--- old/yast2-cluster-4.0.0/package/yast2-cluster.changes   2017-10-31 
11:07:24.256722880 +0100
+++ new/yast2-cluster-4.0.1/package/yast2-cluster.changes   2017-12-04 
10:34:09.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Dec  1 06:08:41 UTC 2017 - nw...@suse.com
+
+- fate#323526, support python3.
+- Version 4.0.1
+
+---
 Fri Oct 27 08:35:58 UTC 2017 - nw...@suse.com
 
 - bsc#1065393, remove checking bind address when unicast.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-4.0.0/package/yast2-cluster.spec 
new/yast2-cluster-4.0.1/package/yast2-cluster.spec
--- old/yast2-cluster-4.0.0/package/yast2-cluster.spec  2017-10-31 
11:07:24.256722880 +0100
+++ new/yast2-cluster-4.0.1/package/yast2-cluster.spec  2017-12-04 
10:34:09.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   yast2-cluster
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-4.0.0/src/servers_non_y2/ag_openais 
new/yast2-cluster-4.0.1/src/servers_non_y2/ag_openais
--- old/yast2-cluster-4.0.0/src/servers_non_y2/ag_openais   2017-10-31 
11:07:24.292722880 +0100
+++ new/yast2-cluster-4.0.1/src/servers_non_y2/ag_openais   2017-12-04 
10:34:09.0 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # -*- coding: utf8 -*-
 
 #
@@ -179,7 +179,7 @@
return line.split('#')[0].rstrip().lstrip()
 
 def get_next_line(ff):
-   l = ff.next()
+   l = next(ff)
return strip_comments_and_pending_space(l)
 
 
@@ -235,7 +235,7 @@
for node in nodelist:
f.write("\tnode {\n")
# Sort the keys like ring0 and ring1
-   klist=node.keys()
+   klist=list(node.keys())
klist.sort()
for key in klist:
if node[key] == "":
@@ -417,7 +417,7 @@
member_str = ""
 
for item in  nodelist_options.get("node"):
-   if item.has_key("ring0_addr"):
+   if "ring0_addr" in item:
address1 = item.get("ring0_addr", None)
member_str += address1
address2 = item.get("ring1_addr", None)
@@ -438,7 +438,7 @@
 # obsolete setting. BNC-879596, pop up a message if config file is in old 
format.
 def check_conf_format():
for x in range(len(totem_options["interface"])):
-   if totem_options["interface"][x].has_key("oldlist"):
+   if "oldlist" in totem_options["interface"][x]:
return "old"
return "new"
 
@@ -461,7 +461,7 @@
pass
 
 
-class OpenAISConf_Parser:
+class OpenAISConf_Parser(object):
def __init__(self):
load_ais_conf("/etc/corosync/corosync.conf")
 
@@ -521,7 +521,7 @@
elif path[1] == "autoid":
 

commit goffice for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package goffice for openSUSE:Factory checked 
in at 2017-12-05 01:30:38

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


Package is "goffice"

Tue Dec  5 01:30:38 2017 rev:91 rq:548107 version:0.10.37

Changes:

--- /work/SRC/openSUSE:Factory/goffice/goffice.changes  2017-12-03 
10:13:06.675665320 +0100
+++ /work/SRC/openSUSE:Factory/.goffice.new/goffice.changes 2017-12-05 
01:30:40.228356099 +0100
@@ -1,0 +2,12 @@
+Sat Dec  2 21:41:04 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 0.10.37:
+  + No visible changes for the users.
+- Point fdupes to the data directory intead of build root, which is
+  is a practice that must be avoided.
+- Adopt the use of %make_build macro instead of raw make command,
+  following the best practices.
+- Remove %clean section once its use is redundant since RPM does
+  this work now.
+
+---

Old:

  goffice-0.10.36.tar.xz

New:

  goffice-0.10.37.tar.xz



Other differences:
--
++ goffice.spec ++
--- /var/tmp/diff_new_pack.qkzcG0/_old  2017-12-05 01:30:40.924330815 +0100
+++ /var/tmp/diff_new_pack.qkzcG0/_new  2017-12-05 01:30:40.924330815 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   goffice
-Version:0.10.36
+Version:0.10.37
 Release:0
 Summary:GLib/GTK+ Set of Document-Centric Objects and Utilities
 License:GPL-2.0 or GPL-3.0
@@ -108,8 +108,11 @@
 %endif
 
 %build
-%configure --disable-static --with-pic --enable-introspection
-make %{?_smp_mflags}
+%configure \
+--disable-static\
+--with-pic\
+--enable-introspection
+%make_build
 
 %install
 %make_install
@@ -117,10 +120,7 @@
 # Create directory for extern plugins
 mkdir -p %{buildroot}%{_libdir}/goffice/0.10/plugins
 %find_lang %{name}-%{version}
-%fdupes %{buildroot}
-
-%clean
-rm -rf %{buildroot}
+%fdupes %{buildroot}%{_datadir}
 
 %post -n libgoffice-0_10-10 -p /sbin/ldconfig
 

++ goffice-0.10.36.tar.xz -> goffice-0.10.37.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goffice-0.10.36/ChangeLog 
new/goffice-0.10.37/ChangeLog
--- old/goffice-0.10.36/ChangeLog   2017-11-19 01:07:42.0 +0100
+++ new/goffice-0.10.37/ChangeLog   2017-12-01 23:44:32.0 +0100
@@ -1,3 +1,11 @@
+2017-12-01  Morten Welinder 
+
+   * Release 0.10.37
+
+2017-11-18  Morten Welinder 
+
+   * configure.ac: Post-release bump.
+
 2017-11-18  Morten Welinder 
 
* Release 0.10.36
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goffice-0.10.36/NEWS new/goffice-0.10.37/NEWS
--- old/goffice-0.10.36/NEWS2017-11-11 01:23:29.0 +0100
+++ new/goffice-0.10.37/NEWS2017-11-19 01:16:09.0 +0100
@@ -1,3 +1,6 @@
+goffice 0.10.37:
+
+--
 goffice 0.10.36:
 
 Jean:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/goffice-0.10.36/configure 
new/goffice-0.10.37/configure
--- old/goffice-0.10.36/configure   2017-07-11 00:42:45.0 +0200
+++ new/goffice-0.10.37/configure   2017-11-19 01:28:48.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for goffice 0.10.36.
+# Generated by GNU Autoconf 2.69 for goffice 0.10.37.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='goffice'
 PACKAGE_TARNAME='goffice'
-PACKAGE_VERSION='0.10.36'
-PACKAGE_STRING='goffice 0.10.36'
+PACKAGE_VERSION='0.10.37'
+PACKAGE_STRING='goffice 0.10.37'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=libgoffice'
 PACKAGE_URL=''
 
@@ -1495,7 +1495,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures goffice 0.10.36 to adapt to many kinds of systems.
+\`configure' configures goffice 0.10.37 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1566,7 +1566,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of goffice 0.10.36:";;
+ short | recursive ) echo "Configuration of goffice 0.10.37:";;
esac
   cat <<\_ACEOF
 
@@ -1733,7 +1733,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-goffice configure 0.10.36
+goffice configure 0.10.37
 generate

commit xar for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package xar for openSUSE:Factory checked in 
at 2017-12-05 01:30:36

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


Package is "xar"

Tue Dec  5 01:30:36 2017 rev:7 rq:548104 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/xar/xar.changes  2016-10-04 15:59:44.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xar.new/xar.changes 2017-12-05 
01:30:36.808480338 +0100
@@ -1,0 +2,7 @@
+Mon Dec  4 14:22:06 UTC 2017 - mplus...@suse.com
+
+- Explicitly BuildRequire libopenssl-1_0_0-devel until OpenSSL
+  1.1.x support is ported
+- Clean up with spec-cleaner
+
+---



Other differences:
--
++ xar.spec ++
--- /var/tmp/diff_new_pack.s6y8tB/_old  2017-12-05 01:30:37.476456072 +0100
+++ /var/tmp/diff_new_pack.s6y8tB/_new  2017-12-05 01:30:37.476456072 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xar
 #
-# 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
@@ -32,10 +32,13 @@
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  libacl-devel
 BuildRequires:  libbz2-devel
-BuildRequires:  libopenssl-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  zlib-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} >= 1330
+BuildRequires:  libopenssl-1_0_0-devel
+%else
+BuildRequires:  openssl-devel
+%endif
 
 %description
 The XAR project aims to provide an easily extensible archive format. Important
@@ -91,24 +94,21 @@
 pushd xar
 %make_install
 popd
-find %{buildroot} -type f -name '*.la' -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libxar%{sover} -p /sbin/ldconfig
 %postun -n libxar%{sover} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc xar/ChangeLog xar/LICENSE xar/NEWS
 %{_bindir}/xar
 %{_mandir}/man1/xar.1%{ext_man}
 
 %files -n libxar%{sover}
-%defattr(-,root,root)
 %doc xar/ChangeLog xar/LICENSE xar/NEWS
 %{_libdir}/libxar.so.%{sover}
 
 %files -n libxar-devel
-%defattr(-,root,root)
 %doc xar/ChangeLog xar/LICENSE xar/NEWS
 %{_includedir}/xar
 %{_libdir}/libxar.so




commit kopano for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package kopano for openSUSE:Factory checked 
in at 2017-12-05 01:30:04

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


Package is "kopano"

Tue Dec  5 01:30:04 2017 rev:9 rq:548010 version:8.4.4.0

Changes:

--- /work/SRC/openSUSE:Factory/kopano/kopano.changes2017-11-09 
14:03:53.269801682 +0100
+++ /work/SRC/openSUSE:Factory/.kopano.new/kopano.changes   2017-12-05 
01:30:09.097487048 +0100
@@ -1,0 +2,23 @@
+Sun Dec  3 23:09:31 UTC 2017 - jeng...@inai.de
+
+- Add 0001-build-fix-build-error-w.r.t.-gettimeofday.patch
+
+---
+Thu Nov 23 13:52:58 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+---
+Wed Nov 15 10:57:23 UTC 2017 - jeng...@inai.de
+
+- Update to bugfix snapshot 8.4.4
+  * common: fix detection of local connections that need not use
+zlib compression
+  * libserver: improve ECICS error reporting
+  * dagent: reenable automated backtraces when invoked with -f
+  * php5-ext: fix positive retval setting in error case
+  * dagent: redirect rule led to crash
+  * inetmapi: overwrite recipients instead of appending
+
+---

Old:

  kopanocore-8.4.2.0.tar.xz

New:

  0001-build-fix-build-error-w.r.t.-gettimeofday.patch
  kopanocore-8.4.4.0.tar.xz



Other differences:
--
++ kopano.spec ++
--- /var/tmp/diff_new_pack.KW4Q60/_old  2017-12-05 01:30:17.313188581 +0100
+++ /var/tmp/diff_new_pack.KW4Q60/_new  2017-12-05 01:30:17.317188435 +0100
@@ -17,10 +17,15 @@
 #
 
 
-%define version_unconverted 8.4.2.0
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
+%define version_unconverted 8.4.4.0
 
 Name:   kopano
-Version:8.4.2.0
+Version:8.4.4.0
 Release:0
 Summary:Groupware server suite
 License:AGPL-3.0
@@ -29,6 +34,7 @@
 Source: kopanocore-%version.tar.xz
 Source3:%name-rpmlintrc
 Source4:build.collax
+Patch1: 0001-build-fix-build-error-w.r.t.-gettimeofday.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  gettext-devel
@@ -544,6 +550,7 @@
 echo Detected old RPM with broken _initddir
 %endif
 %setup -qn kopanocore-%version
+%patch -P 1 -p1
 
 %build
 autoreconf -fi
@@ -590,12 +597,16 @@
 b="%buildroot"
 make -C obj/ install DESTDIR="$b"
 find "$b" -type f -name "*.la" -print -delete
+if test "%_fillupdir" != "/var/adm/fillup-templates"; then
+   mkdir -p "$b/%_fillupdir"
+   mv "$b/var/adm/fillup-templates"/* "$b/%_fillupdir/"
+fi
 %if "%_repository" == "RHEL_6_PHP_56" || "%_repository" == "RHEL_7_PHP_56"
 mkdir -p "$b/%_prefix/lib/systemd/system/kopano-dagent.service.d"
 cat >"$b/%_prefix/lib/systemd/system/kopano-dagent.service.d/scl.conf" <<-EOF
[Service]
Environment=X_SCLS=rh-php56 
-   Envirnoment=LD_LIBRARY_PATH=/opt/rh/rh-php56/root/usr/lib64
+   Environment=LD_LIBRARY_PATH=/opt/rh/rh-php56/root/usr/lib64

Environment=PATH=/usr/local/sbin:/usr/local/bin:/opt/rh/rh-php56/root/usr/sbin:/opt/rh/rh-php56/root/usr/bin:/usr/sbin:/usr/bin
 EOF
 %endif
@@ -899,7 +910,7 @@
 %config(noreplace) %_sysconfdir/logrotate.d/*
 %doc AGPL-3
 %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version}
-%_sysconfdir/sysconfig/kopano
+%config(noreplace) %_sysconfdir/sysconfig/kopano
 %endif
 %dir %_prefix/lib/systemd/
 %dir %_prefix/lib/systemd/system/
@@ -907,7 +918,7 @@
 %_prefix/lib/tmpfiles.d/
 %_mandir/man7/kopano.7*
 %if 0%{?suse_version}
-/var/adm/fillup-templates/sysconfig.kopano
+%_fillupdir/sysconfig.kopano
 %endif
 %attr(0750,kopano,kopano) %dir %_localstatedir/log/kopano/
 
@@ -1136,6 +1147,7 @@
 %_docdir/kopano/kopano.ldif
 %_docdir/kopano/kopano.schema
 %_docdir/kopano/example-config/apparmor.d/
+%_docdir/kopano/example-config/apparmor.d/usr.sbin.kopano-dagent
 
 %files server-packages
 %defattr(-,root,root)

++ 0001-build-fix-build-error-w.r.t.-gettimeofday.patch ++
>From a90503c66509d69017d8388f1edcf37e1148b20a Mon Sep 17 00:00:00 2001
From: Jan Engelhardt 
Date: Fri, 1 Dec 2017 18:03:23 +0100
Subject: [PATCH] build: fix build error w.r.t. gettimeofday

ECIndexer must have relied on some implicit include; it causes
a build error in the current openSUSE TW.

ECIndexer.cpp:366:2: error: 'gettimeofday' was not declared in this scope
   gettimeofday(&tstart, NULL);
---
 provider/libserver/EC

commit leechcraft for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package leechcraft for openSUSE:Factory 
checked in at 2017-12-05 01:29:41

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


Package is "leechcraft"

Tue Dec  5 01:29:41 2017 rev:46 rq:546524 version:0.6.70+git.9561.gaf7a4f70b8

Changes:

--- /work/SRC/openSUSE:Factory/leechcraft/leechcraft.changes2017-08-31 
21:03:58.232131052 +0200
+++ /work/SRC/openSUSE:Factory/.leechcraft.new/leechcraft.changes   
2017-12-05 01:29:41.534488385 +0100
@@ -1,0 +2,6 @@
+Wed Nov 29 14:44:57 UTC 2017 - dims...@opensuse.org
+
+- BuildIgnore openssl: the required libraries are pulled in by wt
+  and libqt. openssl (the program suite) is not required here.
+
+---



Other differences:
--
++ leechcraft.spec ++
--- /var/tmp/diff_new_pack.Fbn1jk/_old  2017-12-05 01:29:42.578450459 +0100
+++ /var/tmp/diff_new_pack.Fbn1jk/_new  2017-12-05 01:29:42.582450313 +0100
@@ -173,6 +173,8 @@
 BuildConflicts: libgstinterfaces-0_10
 BuildConflicts: libgstreamer-0_10
 
+#!BuildIgnore:  openssl
+
 Requires:   oxygen-icon-theme
 Recommends: %{name}-advancednotifications
 Recommends: %{name}-azoth-acetamide




commit nagios for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package nagios for openSUSE:Factory checked 
in at 2017-12-05 01:29:43

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


Package is "nagios"

Tue Dec  5 01:29:43 2017 rev:4 rq:547323 version:4.3.4

Changes:

--- /work/SRC/openSUSE:Factory/nagios/nagios.changes2017-10-17 
01:53:21.328080958 +0200
+++ /work/SRC/openSUSE:Factory/.nagios.new/nagios.changes   2017-12-05 
01:29:47.866258358 +0100
@@ -1,0 +2,9 @@
+Fri Dec  1 22:19:07 UTC 2017 - l...@linux-schulserver.de
+
+- fix a possible symlink attack for files/dirs created by root
+  fixes CVE-2016-8641 (bsc#1011630 and bsc#1018047)
+- remove the pre-configured administrative account with fixed 
+  password from the htpasswd file and provide an empty one instead
+  (fixes boo#961115 - CVE-2016-0726)
+
+---

Old:

  nagios-htpasswd.users



Other differences:
--
++ nagios.spec ++
--- /var/tmp/diff_new_pack.0Lgsz6/_old  2017-12-05 01:29:49.934183232 +0100
+++ /var/tmp/diff_new_pack.0Lgsz6/_new  2017-12-05 01:29:49.938183086 +0100
@@ -36,7 +36,6 @@
 Source4:suse.de-nagios
 Source5:nagios.8
 Source6:nagiosstats.8
-Source7:nagios-htpasswd.users
 Source8:upgrade_nagios.sh
 Source9:upgrade_nagios.8
 Source10:   %{name}-README.SuSE
@@ -352,8 +351,8 @@
 install -D -m 0644 %{SOURCE3} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
 # install cronjob (gzip' the logfiles)
 install -D -m 0755 %{SOURCE4} %{buildroot}%{_sysconfdir}/cron.weekly/%{name}
-# install htpasswd file
-install -m 0640 %{SOURCE7} %{buildroot}%{_sysconfdir}/%{name}/htpasswd.users
+# install empty htpasswd file (boo#961115)
+touch %{buildroot}%{_sysconfdir}/%{name}/htpasswd.users
 # important ghost files
 touch %{buildroot}%{nagios_state_retention_file}
 touch %{buildroot}%{nagios_status_file}

++ nagios-README.SuSE ++
--- /var/tmp/diff_new_pack.0Lgsz6/_old  2017-12-05 01:29:49.986181343 +0100
+++ /var/tmp/diff_new_pack.0Lgsz6/_new  2017-12-05 01:29:49.986181343 +0100
@@ -18,7 +18,7 @@
 *   htpasswd2 -c SYSCONFDIR/htpasswd.users nagiosadmin 
 * And set the correct rights for this file:
 *   chmod 640 SYSCONFDIR/htpasswd.users
-*   chown root:www SYSCONFDIR/htpasswd.users
+*   chown --no-dereference root:www SYSCONFDIR/htpasswd.users
 *
 * You should also add a mail alias for the nagiosadmin to your
 * /etc/aliases file like:

++ nagios-exec-start-pre ++
--- /var/tmp/diff_new_pack.0Lgsz6/_old  2017-12-05 01:29:50.002180762 +0100
+++ /var/tmp/diff_new_pack.0Lgsz6/_new  2017-12-05 01:29:50.006180616 +0100
@@ -54,7 +54,7 @@
 if [ ! -e "$file" ]; then
 touch "$file"
 fi
-chown ${nagios_user}:${nagios_cmdgrp} "$file"
+chown --no-dereference ${nagios_user}:${nagios_cmdgrp} "$file"
 done
 for dir in "$check_result_path" $(dirname "$status_file"); do
 install -d -m755 -o${nagios_user} -g${nagios_cmdgrp} "$dir"
@@ -76,4 +76,4 @@
;;
 esac
 chmod 660 "$resource_file"
-chown ${nagios_user}:${nagios_cmdgrp} "$resource_file"
+chown --no-dereference ${nagios_user}:${nagios_cmdgrp} "$resource_file"

++ rcnagios ++
--- /var/tmp/diff_new_pack.0Lgsz6/_old  2017-12-05 01:29:50.106176983 +0100
+++ /var/tmp/diff_new_pack.0Lgsz6/_new  2017-12-05 01:29:50.106176983 +0100
@@ -83,16 +83,16 @@
  if [ ! -e "$file" ]; then
touch "$file"
  fi
-  chown $nagios_user:$nagios_cmdgrp "$file"
+  chown --no-dereference $nagios_user:$nagios_cmdgrp "$file"
 done
for dir in "$check_result_path" $(dirname $status_file); do
   if [ ! -d "$dir" ]; then
   mkdir -p "$dir"
   fi
-  chown $nagios_user:$nagios_cmdgrp "$dir"
+  chown --no-dereference $nagios_user:$nagios_cmdgrp "$dir"
 done
 chmod 660 "$resource_file"
-chown $nagios_user:$nagios_cmdgrp "$resource_file"
+chown --no-dereference $nagios_user:$nagios_cmdgrp "$resource_file"
 }
 
 check_lock_file() {
@@ -200,8 +200,8 @@
sleep 1
NAGIOS_TIMEOUT=$(($NAGIOS_TIMEOUT-1))
done
-chgrp $nagios_cmdgrp "$command_file"
-chown $nagios_user:$nagios_cmdgrp "$check_result_path"
+chgrp --no-dereference $nagios_cmdgrp "$command_file"
+chown --no-dereference $nagios_user:$nagios_cmdgrp 
"$check_result_path"
 fi
 else
 echo "Error in configuration - please read $NAGIOS_CFG_ERR_LOG"




commit icinga for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package icinga for openSUSE:Factory checked 
in at 2017-12-05 01:29:49

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


Package is "icinga"

Tue Dec  5 01:29:49 2017 rev:57 rq:547324 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/icinga/icinga.changes2017-11-27 
22:19:04.561186788 +0100
+++ /work/SRC/openSUSE:Factory/.icinga.new/icinga.changes   2017-12-05 
01:29:50.510162307 +0100
@@ -1,0 +2,9 @@
+Fri Dec  1 21:24:18 UTC 2017 - l...@linux-schulserver.de
+
+- fix a possible symlink attack for files/dirs created by root
+  fixes CVE-2016-8641 (bsc#1011630 and bsc#1018047)
+- the update to 1.14.0 also fixed boo#952777
+- remove the pre-configured administrative account with fixed 
+  password for the WebUI - CVE-2016-0726 (boo#961115)
+
+---



Other differences:
--
++ icinga.spec ++
--- /var/tmp/diff_new_pack.mQkw8X/_old  2017-12-05 01:29:52.290097644 +0100
+++ /var/tmp/diff_new_pack.mQkw8X/_new  2017-12-05 01:29:52.294097498 +0100
@@ -397,8 +397,8 @@
 # install logrotate rule
 install -D -m 0644 icinga.logrotate %{buildroot}%{icinga_logrotatefile}
 
-# install sample htpasswd file
-install -D -m 0644 icinga.htpasswd %{buildroot}%{icinga_http_authfile}
+# install empty htpasswd file (see boo#961115)
+touch %{buildroot}%{icinga_http_authfile}
 
 # create icinga localstatedir
 install -d -m 0755 %{buildroot}%{icinga_localstatedir}

++ README.SUSE ++
--- /var/tmp/diff_new_pack.mQkw8X/_old  2017-12-05 01:29:52.374094592 +0100
+++ /var/tmp/diff_new_pack.mQkw8X/_new  2017-12-05 01:29:52.378094447 +0100
@@ -34,11 +34,12 @@
 3. If you need or want the classic gui, install icinga-www. If you want plain
monitoring with icinga core and configure everything else by hand, you are 
done.
 
-3.1 An example user icingaadmin with password icingaadmin is installed to
-  /etc/icinga/htpasswd.users
+3.1 An empty htpasswd file is installed to
+ /etc/icinga/htpasswd.users
+This allows the Apache server to run, but will not allow anyone to log in.
 
-3.1 Add a new basic auth user for apache:
-  # htpasswd /etc/icinga/htpasswd.users youradmin
+3.2 Add a new basic auth user for apache:
+# htpasswd /etc/icinga/htpasswd.users youradmin
 
 4. Optional: install icinga-idoutils. Icinga Data Output Utils are necessary 
for
various database backed guis such as Icinga Web or Icinga Reporting. 
IDOUtils


++ rcicinga ++
--- /var/tmp/diff_new_pack.mQkw8X/_old  2017-12-05 01:29:52.602086309 +0100
+++ /var/tmp/diff_new_pack.mQkw8X/_new  2017-12-05 01:29:52.606086164 +0100
@@ -171,7 +171,7 @@
 # create checkresult dir if missing
 if [ ! -d "$check_result_path" ]; then
 mkdir -p "$check_result_path"
-chown $icinga_user:$icinga_group "$check_result_path"
+chown --no-dereference $icinga_user:$icinga_group 
"$check_result_path"
 chmod 775 "$check_result_path"
 fi
if [ ! -d "$temp_path" ]; then
@@ -199,7 +199,7 @@
 sleep 1
 ICINGA_TIMEOUT=$(($ICINGA_TIMEOUT - 1))
 done
-chgrp $icinga_cmdgrp "$command_file"
+chgrp --no-dereference $icinga_cmdgrp "$command_file"
 fi
 else
 echo "Error in configuration - please read $ICINGA_CFG_ERR_LOG"




commit gnome-weather for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package gnome-weather for openSUSE:Factory 
checked in at 2017-12-05 01:29:56

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


Package is "gnome-weather"

Tue Dec  5 01:29:56 2017 rev:30 rq:547760 version:3.26.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-weather/gnome-weather.changes  
2017-09-13 21:50:25.808556297 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-weather.new/gnome-weather.changes 
2017-12-05 01:29:56.509944341 +0100
@@ -1,0 +2,11 @@
+Sat Dec  2 21:59:18 UTC 2017 - zai...@opensuse.org
+
+- Add gnome-weather-fix-gettext-domain.patch: gschema: Fix
+  gettext-domain.
+- Drop post(un) handling of glib2_gsettings_schema_post(un),
+  desktop_database_post(un) and icon_theme_cache_post(un), we have
+  file-triggers taking care of this now.
+- Modernize spec, run spec-cleaner, use autosetup and make_build
+  macros.
+
+---

New:

  gnome-weather-fix-gettext-domain.patch



Other differences:
--
++ gnome-weather.spec ++
--- /var/tmp/diff_new_pack.E2l3c8/_old  2017-12-05 01:29:57.217918621 +0100
+++ /var/tmp/diff_new_pack.E2l3c8/_new  2017-12-05 01:29:57.221918475 +0100
@@ -24,7 +24,11 @@
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:https://live.gnome.org/Design/Apps/Weather
-Source: 
http://download.gnome.org/sources/gnome-weather/3.26/%{name}-%{version}.tar.xz
+
+Source0:
http://download.gnome.org/sources/gnome-weather/3.26/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gnome-weather-fix-gettext-domain.patch 
zai...@opensuse.org -- gschema: Fix gettext-domain
+Patch0: gnome-weather-fix-gettext-domain.patch
+
 BuildRequires:  gjs
 BuildRequires:  intltool >= 0.26
 BuildRequires:  update-desktop-files
@@ -40,7 +44,6 @@
 BuildRequires:  pkgconfig(libgeoclue-2.0) >= 2.3.1
 BuildArch:  noarch
 Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
 
 %description
@@ -61,30 +64,20 @@
 search results from GNOME Weather.
 
 %lang_package
+
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 %suse_update_desktop_file %{_name}.Application Utility DesktopUtility
 %find_lang %{_name}
 
-%post
-%glib2_gsettings_schema_post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%glib2_gsettings_schema_postun
-%desktop_database_postun
-%icon_theme_cache_postun
-
 %files
-%defattr(-,root,root)
 %{_bindir}/%{name}
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/org.gnome.Weather.appdata.xml
@@ -96,7 +89,6 @@
 %{_datadir}/icons/hicolor/*/apps/%{_name}*
 
 %files -n gnome-shell-search-provider-gnome-weather
-%defattr(-,root,root)
 %dir %{_datadir}/gnome-shell
 %dir %{_datadir}/gnome-shell/search-providers
 
%{_datadir}/gnome-shell/search-providers/org.gnome.Weather.Application.search-provider.ini

++ gnome-weather-fix-gettext-domain.patch ++
>From bbb0508860004f97a86486d1c0711c195c857005 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Dr=C4=85g?= 
Date: Sat, 30 Sep 2017 15:41:53 +0200
Subject: gschema: Fix gettext-domain
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Special thanks to Sébastien Wilmet for help with deciphering Autotools.
---
 data/org.gnome.Weather.Application.gschema.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/data/org.gnome.Weather.Application.gschema.xml 
b/data/org.gnome.Weather.Application.gschema.xml
index aaf9d79..2bba122 100644
--- a/data/org.gnome.Weather.Application.gschema.xml
+++ b/data/org.gnome.Weather.Application.gschema.xml
@@ -1,4 +1,5 @@
-
+
+
   
 
   []
-- 
cgit v0.12



commit gtk-doc for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package gtk-doc for openSUSE:Factory checked 
in at 2017-12-05 01:28:26

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


Package is "gtk-doc"

Tue Dec  5 01:28:26 2017 rev:38 rq:547579 version:1.26

Changes:

--- /work/SRC/openSUSE:Factory/gtk-doc/gtk-doc.changes  2017-11-02 
10:24:04.904790859 +0100
+++ /work/SRC/openSUSE:Factory/.gtk-doc.new/gtk-doc.changes 2017-12-05 
01:28:29.621100944 +0100
@@ -1,0 +2,6 @@
+Sat Dec  2 15:17:35 UTC 2017 - dims...@opensuse.org
+
+- Add gtk-doc-fixxref-logging.patch: Use logging infrastructure for
+  LogWarning (bgo#791131).
+
+---

New:

  gtk-doc-fixxref-logging.patch



Other differences:
--
++ gtk-doc.spec ++
--- /var/tmp/diff_new_pack.wSdBhU/_old  2017-12-05 01:28:30.165081182 +0100
+++ /var/tmp/diff_new_pack.wSdBhU/_new  2017-12-05 01:28:30.165081182 +0100
@@ -29,6 +29,8 @@
 Patch0: gtk-doc-Generate-main-sgml.patch
 # PATCH-FIX-UPSTREAM gtk-doc-open-docs-as-utf8.patch dims...@opensuse.org -- 
Always open files using utf-8
 Patch1: gtk-doc-open-docs-as-utf8.patch
+# PATCH-FIX-UPSTREAM gtk-doc-fixxref-logging.patch bgo#791131 
dims...@opensuse.org -- Use logging infrastructure for LogWarning
+Patch2: gtk-doc-fixxref-logging.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libtool
 BuildRequires:  libxml2-tools
@@ -63,6 +65,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fiv

++ gtk-doc-fixxref-logging.patch ++
>From 2d364e50140d17cf455365df537e5976d5d480d2 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger 
Date: Sat, 2 Dec 2017 16:11:50 +0100
Subject: [PATCH] Use logging infrastructure for LogWarning

Using pure 'print' statements often fail if we have a message containing
UTF-8, but output on a terminal/pipe not supporting UTF-8.

Instead of trying to en/decode (and likely fail all the time) use 
logging.warning

This causes a slight change of the format, as the log is prefixed with 
WARNING:root
but that seems better than crashing

https://bugzilla.gnome.org/show_bug.cgi?id=791131
---
 gtkdoc/common.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gtkdoc/common.py b/gtkdoc/common.py
index ca82263..286f7f3 100644
--- a/gtkdoc/common.py
+++ b/gtkdoc/common.py
@@ -148,7 +148,7 @@ def LogWarning(filename, line, message):
 filename = filename or "unknown"
 
 # TODO: write to stderr
-print ("%s:%d: warning: %s" % (filename, line, message))
+logging.warning ("%s:%d: warning: %s" % (filename, line, message))
 
 
 def CreateValidSGMLID(xml_id):
-- 
2.15.0




commit ws-jaxme for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package ws-jaxme for openSUSE:Factory 
checked in at 2017-12-05 01:28:34

Comparing /work/SRC/openSUSE:Factory/ws-jaxme (Old)
 and  /work/SRC/openSUSE:Factory/.ws-jaxme.new (New)


Package is "ws-jaxme"

Tue Dec  5 01:28:34 2017 rev:18 rq:548065 version:0.5.2

Changes:

--- /work/SRC/openSUSE:Factory/ws-jaxme/ws-jaxme.changes2017-10-10 
11:40:07.427011163 +0200
+++ /work/SRC/openSUSE:Factory/.ws-jaxme.new/ws-jaxme.changes   2017-12-05 
01:28:37.124828339 +0100
@@ -1,0 +2,8 @@
+Mon Dec  4 12:03:31 UTC 2017 - thomas.schrai...@suse.com
+
+- Fix catalog paths in ws-jaxme-catalog.patch
+  The DocBook XML 4.1.2 DTD cannot be retrieved from SGML catalogs
+  (/etc/sgml/catalog) but from XML catalogs (/etc/xml/catalog).
+  Corrected path from /etc/sgml/catalog to /etc/xml/catalog.
+
+---



Other differences:
--
++ ws-jaxme-catalog.patch ++
--- /var/tmp/diff_new_pack.Lk0O5f/_old  2017-12-05 01:28:38.472779368 +0100
+++ /var/tmp/diff_new_pack.Lk0O5f/_new  2017-12-05 01:28:38.472779368 +0100
@@ -6,7 +6,7 @@

 -
 +
-+  
++  
 +

  
@@ -17,7 +17,7 @@

 -
 +
-+  
++  
 +






commit docbook-xsl for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package docbook-xsl for openSUSE:Factory 
checked in at 2017-12-05 01:28:12

Comparing /work/SRC/openSUSE:Factory/docbook-xsl (Old)
 and  /work/SRC/openSUSE:Factory/.docbook-xsl.new (New)


Package is "docbook-xsl"

Tue Dec  5 01:28:12 2017 rev:1 rq:546168 version:1.79.2

Changes:

New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ /work/SRC/openSUSE:Factory/.docbook-xsl.new/docbook-xsl.changes 
2017-12-05 01:28:26.877200628 +0100
@@ -0,0 +1,808 @@
+---
+Wed Nov 22 08:34:21 UTC 2017 - thomas.schrai...@suse.com
+
+- Abandom the docbook-xsl-stylesheets-script package.
+  The dbtoepub script is available from the rubygem-dbtoepub
+  package.
+  The script pdf2index is available in docbook-xsl-pdf2index
+
+---
+Sun Nov 19 17:03:25 UTC 2017 - thomas.schrai...@suse.com
+
+- First attempt to build the two DocBook stylesheet packages
+  from a single source:
+  - Added xslnons-build script from upstream.
+  - Improved dbxslt-install.sh script a lot
+
+
+---
+Tue Nov 14 12:44:15 UTC 2017 - thomas.schrai...@suse.com
+
+- Fix bsc#1063066:
+  From 1.79.1 and later, upstream decided to release namespace
+  aware stylesheets only. The non-NS stylesheets have to be built
+  with the "xslnons-build" script (taken from upstream).
+  This is integrated now.
+  The switch from NS-aware to non-NS stylesheets help to fix this
+  problem.  
+
+---
+Fri Oct 27 07:35:44 UTC 2017 - mplus...@suse.com
+
+- Restore working patch (bsc#1063066):
+  * Rebase docbook-xsl-stylesheets-non-recursive_string_subst.patch
+
+---
+Sun Oct  1 14:45:19 UTC 2017 - aavind...@gmail.com
+
+- Update to version 1.79.2
+- Rebase docbook-xsl-stylesheets-non-recursive_string_subst.patch
+- callout-gen is removed
+
+---
+Sat Aug 26 12:07:41 UTC 2017 - thomas.schrai...@suse.com
+
+- Add docbook-xsl-stylesheets-non-recursive_string_subst.patch
+  Use str:replace from exslt.org to implement string.subst
+
+  string.subst implementation causes recursion issues when building
+  systemd documentation. This issue has been reported in
+  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765567 and
+  https://bugs.archlinux.org/task/54694 .
+
+  Taken from 
https://github.com/fishilico/xslt10-stylesheets/commit/a7df4fbbef3ab0f97d50aa47f2ccfa0630a2686e
+
+---
+Tue Feb  7 16:40:58 UTC 2017 - dims...@opensuse.org
+
+- Explicitly package %{_docdir}/%{name} to fix build with RPM 4.13.
+
+---
+Tue Jul 19 11:44:56 UTC 2016 - fv...@suse.com
+
+- Use update-xml-catalog
+
+---
+Mon Dec 21 09:44:33 UTC 2015 - mplus...@suse.com
+
+- Update download urls
+
+---
+Sat Dec 12 18:35:36 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.79.0, see 
+  http://snapshots.docbook.org/xsl/RELEASE-NOTES.html#V1.79.0
+  for details (Mostly bugfix release)
+- Remove obsolete patches
+  * docbook-xsl-stylesheets-epub3-base.dir.patch
+  * docbook-xsl-stylesheets-manpages-other-r9847.patch
+- Perform a spec-cleaner on the spec file
+
+---
+Wed Apr 29 09:38:13 UTC 2015 - t...@opensuse.org
+
+- Fixed bsc#928753 (added missing template directory)
+- Slightly corrected file list
+
+---
+Thu Feb 19 12:25:28 UTC 2015 - t...@opensuse.org
+
+- Slightly adapted %post and %postun section to fix bsc#918565
+
+---
+Mon Jan 12 09:53:49 UTC 2015 - fsunderme...@opensuse.org
+
+- Added missing images directory to install-script dbxslt-install.sh 
+
+---
+Thu Feb  6 13:30:10 UTC 2014 - t...@opensuse.org
+
+- Fixed bnc#842844 and added upstream patch from r9847 of docbook#1313
+  (File docbook-xsl-stylesheets-manpages-other-r9847.patch)
+
+---
+Thu Feb  6 12:03:53 UTC 2014 - k...@suse.com
+
+- .spec: syntax fix.
+
+---
+Mon Dec  9 13:49:49 UTC 2013 - t...@opensuse.org
+
+- Added missing patch description to follow Patch Guidlines 
+  (see http://en.opensuse.org/openSUSE:P

commit man-pages for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2017-12-05 01:27:41

Comparing /work/SRC/openSUSE:Factory/man-pages (Old)
 and  /work/SRC/openSUSE:Factory/.man-pages.new (New)


Package is "man-pages"

Tue Dec  5 01:27:41 2017 rev:125 rq:545829 version:4.14

Changes:

--- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes  2017-09-18 
19:51:16.398053103 +0200
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2017-12-05 
01:27:42.778802703 +0100
@@ -1,0 +2,11 @@
+Mon Nov 27 07:50:13 UTC 2017 - pgaj...@suse.com
+
+- update to 4.14:
+  * new or rewritten pages:
+pthread_spin_init.3, pthread_spin_lock.3, smartpqi.4,
+veth.4
+  * removed pages: 
+infnan.3
+- see Changes for detailed upstream change log
+
+---

Old:

  man-pages-4.13.tar.xz

New:

  man-pages-4.14.tar.xz



Other differences:
--
++ man-pages.spec ++
--- /var/tmp/diff_new_pack.g1yW0v/_old  2017-12-05 01:27:43.570773932 +0100
+++ /var/tmp/diff_new_pack.g1yW0v/_new  2017-12-05 01:27:43.574773786 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   man-pages
-Version:4.13
+Version:4.14
 Release:0
 Summary:Linux  Manual Pages
 License:BSD-3-Clause and GPL-2.0+ and MIT

++ man-pages-4.13.tar.xz -> man-pages-4.14.tar.xz ++
 21839 lines of diff (skipped)

++ man-pages-remove-ioctl_list-reference.patch ++
--- /var/tmp/diff_new_pack.g1yW0v/_old  2017-12-05 01:27:44.438742398 +0100
+++ /var/tmp/diff_new_pack.g1yW0v/_new  2017-12-05 01:27:44.442742253 +0100
@@ -1,7 +1,7 @@
-Index: man-pages-4.12/man2/ioctl.2
+Index: man-pages-4.14/man2/ioctl.2
 ===
 man-pages-4.12.orig/man2/ioctl.2   2017-07-13 14:28:33.0 +0200
-+++ man-pages-4.12/man2/ioctl.22017-08-07 09:28:26.706802724 +0200
+--- man-pages-4.14.orig/man2/ioctl.2   2017-11-26 12:42:39.0 +0100
 man-pages-4.14/man2/ioctl.22017-11-27 08:26:44.948255722 +0100
 @@ -123,11 +123,6 @@ Arguments, returns, and semantics of
  vary according to the device driver in question (the call is used as a
  catch-all for operations that don't cleanly fit the UNIX stream I/O
@@ -13,7 +13,7 @@
 -calls.
  The
  .BR ioctl ()
- function call appeared in Version 7 AT&T UNIX.
+ system call appeared in Version 7 AT&T UNIX.
 @@ -148,7 +143,6 @@ flag.
  .BR ioctl_fideduperange (2),
  .BR ioctl_getfsmap (2),




commit kernel-source for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2017-12-05 01:27:07

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


Package is "kernel-source"

Tue Dec  5 01:27:07 2017 rev:392 rq:546625 version:4.14.3

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/dtb-aarch64.changes
2017-11-26 10:34:20.468212104 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/dtb-aarch64.changes   
2017-12-05 01:27:10.415978436 +0100
@@ -1,0 +2,381 @@
+Thu Nov 30 10:05:48 CET 2017 - jsl...@suse.cz
+
+- Linux 4.14.3 (bnc#1012628).
+- s390: fix transactional execution control register handling
+  (bnc#1012628).
+- s390/noexec: execute kexec datamover without DAT (bnc#1012628).
+- s390/runtime instrumention: fix possible memory corruption
+  (bnc#1012628).
+- s390/guarded storage: fix possible memory corruption
+  (bnc#1012628).
+- s390/disassembler: add missing end marker for e7 table
+  (bnc#1012628).
+- s390/disassembler: increase show_code buffer size (bnc#1012628).
+- ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue()
+  deadlock (bnc#1012628).
+- ACPI / EC: Fix regression related to triggering source of EC
+  event handling (bnc#1012628).
+- cpufreq: schedutil: Reset cached_raw_freq when not in sync
+  with next_freq (bnc#1012628).
+- serdev: fix registration of second slave (bnc#1012628).
+- sched: Make resched_cpu() unconditional (bnc#1012628).
+- lib/mpi: call cond_resched() from mpi_powm() loop (bnc#1012628).
+- x86/boot: Fix boot failure when SMP MP-table is based at 0
+  (bnc#1012628).
+- x86/decoder: Add new TEST instruction pattern (bnc#1012628).
+- x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing
+  (bnc#1012628).
+- x86/entry/64: Add missing irqflags tracing to
+  native_load_gs_index() (bnc#1012628).
+- perf/x86/intel: Hide TSX events when RTM is not supported
+  (bnc#1012628).
+- arm64: Implement arch-specific pte_access_permitted()
+  (bnc#1012628).
+- ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE
+  (bnc#1012628).
+- ARM: 8721/1: mm: dump: check hardware RO bit for LPAE
+  (bnc#1012628).
+- uapi: fix linux/tls.h userspace compilation error (bnc#1012628).
+- uapi: fix linux/rxrpc.h userspace compilation errors
+  (bnc#1012628).
+- MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work
+  for 32-bit SMP (bnc#1012628).
+- MIPS: ralink: Fix MT7628 pinmux (bnc#1012628).
+- MIPS: ralink: Fix typo in mt7628 pinmux function (bnc#1012628).
+- net: mvneta: fix handling of the Tx descriptor counter
+  (bnc#1012628).
+- nbd: wait uninterruptible for the dead timeout (bnc#1012628).
+- nbd: don't start req until after the dead connection logic
+  (bnc#1012628).
+- PM / OPP: Add missing of_node_put(np) (bnc#1012628).
+- PCI/ASPM: Account for downstream device's Port
+  Common_Mode_Restore_Time (bnc#1012628).
+- PCI/ASPM: Use correct capability pointer to program
+  LTR_L1.2_THRESHOLD (bnc#1012628).
+- PCI: hv: Use effective affinity mask (bnc#1012628).
+- PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
+  (bnc#1012628).
+- PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
+  (bnc#1012628).
+- ALSA: hda: Add Raven PCI ID (bnc#1012628).
+- dm integrity: allow unaligned bv_offset (bnc#1012628).
+- dm cache: fix race condition in the writeback mode overwrite_bio
+  optimisation (bnc#1012628).
+- dm crypt: allow unaligned bv_offset (bnc#1012628).
+- dm zoned: ignore last smaller runt zone (bnc#1012628).
+- dm mpath: remove annoying message of 'blk_get_request()
+  returned -11' (bnc#1012628).
+- dm bufio: fix integer overflow when limiting maximum cache size
+  (bnc#1012628).
+- ovl: Put upperdentry if ovl_check_origin() fails (bnc#1012628).
+- dm: allocate struct mapped_device with kvzalloc (bnc#1012628).
+- sched/rt: Simplify the IPI based RT balancing logic
+  (bnc#1012628).
+- MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver
+  (bnc#1012628).
+- dm: fix race between dm_get_from_kobject() and __dm_destroy()
+  (bnc#1012628).
+- dm: discard support requires all targets in a table support
+  discards (bnc#1012628).
+- MIPS: Fix odd fp register warnings with MIPS64r2 (bnc#1012628).
+- MIPS: Fix MIPS64 FP save/restore on 32-bit kernels
+  (bnc#1012628).
+- MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry
+  (bnc#1012628).
+- MIPS: Fix an n32 core file generation regset support regression
+  (bnc#1012628).
+- MIPS: BCM47XX: Fix LED inversion for WRT54GSv1 (bnc#1012628).
+- MIPS: math-emu: Fix final emulation phase for certain
+  instructions (bnc#1012628).
+- rt2x00usb: mark device removed when get ENOENT usb error
+  (bnc#1012628).
+- mm/z3fold.c: use kref to prevent page free/compact race
+  (bnc#1012628).
+- autofs: don't fail mount for transien

commit docbook_4 for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package docbook_4 for openSUSE:Factory 
checked in at 2017-12-05 01:28:05

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


Package is "docbook_4"

Tue Dec  5 01:28:05 2017 rev:31 rq:546051 version:4.5

Changes:

--- /work/SRC/openSUSE:Factory/docbook_4/docbook_4.changes  2015-02-22 
17:25:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.docbook_4.new/docbook_4.changes 2017-12-05 
01:28:07.017922106 +0100
@@ -1,0 +2,19 @@
+Mon Nov 13 15:56:39 UTC 2017 - thomas.schrai...@suse.com
+
+- Fix XML catalog problems (missing or mistyped identifiers)
+- Fix version 4.1.2 link in SGML (yes!) directory
+- Add missing docbook-xml-4.1.2-catalog.xml
+- 
+
+---
+Tue Oct 17 09:05:19 UTC 2017 - thomas.schrai...@suse.com
+
+- Spec file changes:
+  * Adapted patches (only directory)
+  * Used spec-cleaner
+  * Removed obsolete stuff
+  * Installed files through Makefile
+  * Used/require sgml-skel >= 0.7
+  * Used update-xml-catalog
+
+---

New:

  Makefile
  docbook-xml-4.1.2-catalog.xml
  docbook_4.xml
  generate-docbook_4-xmlcat.py



Other differences:
--
++ docbook_4.spec ++
--- /var/tmp/diff_new_pack.cTC4FZ/_old  2017-12-05 01:28:08.289875897 +0100
+++ /var/tmp/diff_new_pack.cTC4FZ/_new  2017-12-05 01:28:08.293875751 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package docbook_4
 #
-# Copyright (c) 2015 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
@@ -16,27 +16,25 @@
 #
 
 
+%define regcat %{_bindir}/sgml-register-catalog
 Name:   docbook_4
-BuildRequires:  fdupes
-BuildRequires:  sgml-skel
-BuildRequires:  unzip
-Provides:   docbook
-Provides:   docbook-dtd
-Provides:   docbook-dtds
-Requires:   iso_ent
-%define regcat /usr/bin/sgml-register-catalog
-PreReq: %{regcat} /usr/bin/xmlcatalog sgml-skel
-PreReq: sed grep awk
-Summary:DocBook DTD Version 4.x
-License:BSD-3-Clause and MIT
-Group:  Productivity/Publishing/DocBook
 Version:4.5
 Release:0
+Summary:DocBook DTD Version 4.x
+License:BSD-3-Clause AND MIT
+Group:  Productivity/Publishing/DocBook
+Url:http://www.oasis-open.org/docbook/
 Source2:docbook_4-README.SUSE
+Source3:%{name}.xml
 Source7:CATALOG.docbook_4
+Source8:Makefile
+# Only needed to regenerate docbook_4.xml
+Source9:generate-docbook_4-xmlcat.py
+
 # DocBook 4.1
 Source410:  http://www.oasis-open.org/docbook/sgml/4.1/docbk41.zip
-Source411:  http://www.oasis-open.org/docbook/xml/4.1/docbkx412.zip
+Source411:  docbook-xml-4.1.2-catalog.xml
+Source412:  http://www.oasis-open.org/docbook/xml/4.1/docbkx412.zip
 # No RNG and XSD files for DB4.1
 Source414:  CATALOG.db41xml
 # DocBook 4.2
@@ -67,9 +65,22 @@
 Patch1: docbook-4-3.diff
 Patch2: docbook-4-3-xml-cat.diff
 Patch3: docbook.4.4.dcl.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+#
+BuildRequires:  fdupes
+BuildRequires:  sgml-skel >= 0.7
+BuildRequires:  unzip
+Requires:   iso_ent
+PreReq: %{_bindir}/xmlcatalog
+PreReq: awk
+PreReq: grep
+PreReq: sed
+PreReq: sgml-skel
+Requires(post): sgml-skel >= 0.7
+Requires(postun): sgml-skel >= 0.7
+Provides:   docbook
+Provides:   docbook-dtd
+Provides:   docbook-dtds
 BuildArch:  noarch
-Url:http://www.oasis-open.org/docbook/
 
 %description
 DocBook is a schema. It is particularly well-suited to books and papers
@@ -94,263 +105,60 @@
 %define xml_docbook_xsd_dir %{xml_docbook_dir}/schema/xsd
 %define xml_docbook_custom_dir %{xml_docbook_dir}/custom
 %define xml_docbook_style_dir %{xml_docbook_dir}/stylesheet
-%define sgml_config_dir /var/lib/sgml
+%define sgml_config_dir %{_localstatedir}/lib/sgml
 %define sgml_sysconf_dir %{_sysconfdir}/sgml
-%define xml_config_dir /var/lib/xml
+%define xml_config_dir %{_localstatedir}/lib/xml
 %define xml_sysconf_dir %{_sysconfdir}/xml
+%define FOR_ROOT_CAT for-catalog-%{name}-%{version}.xml
+%define my_all_cat docbook_4 db41xml db42xml db43xml db44xml db45xml
 
 %prep
-%setup -n %{name} -c -T
+%setup -q -n %{name} -c -T
 cp -p $RPM_SOURCE_DIR/%{name}-README.SUSE README.SUSE
-%{INSTALL_DIR} dtd/4.{1,2,3,4,5} 4.{1,2,3,4,5}xml
-echo " %{S:410}"
-pushd dtd/4.1
-  unzip -q -a %{S:410}
-popd
-pus

commit docbook_5 for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package docbook_5 for openSUSE:Factory 
checked in at 2017-12-05 01:27:34

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


Package is "docbook_5"

Tue Dec  5 01:27:34 2017 rev:27 rq:545075 version:5.1.0

Changes:

--- /work/SRC/openSUSE:Factory/docbook_5/docbook_5.changes  2017-10-18 
12:49:53.068898631 +0200
+++ /work/SRC/openSUSE:Factory/.docbook_5.new/docbook_5.changes 2017-12-05 
01:27:35.947050899 +0100
@@ -0,0 +1,12 @@
+---
+Sun Nov 12 17:02:51 UTC 2017 - thomas.schrai...@suse.com
+
+- Correct Makefile:
+  - Add more pattern rules
+  - Use more builtin make functions
+  - Create links in nvdl directory to docbook.{rng,sch}
+  - Add missing assembly.rn{c,g} and dbits.rn{c,g} for Schematron
+
+- Correct spec file:
+  - Add docbook_5-nvdl.patch to change path to DocBook RNG/SCH files
+  - Apply spec-cleaner

New:

  docbook_5-nvdl.patch



Other differences:
--
++ docbook_5.spec ++
--- /var/tmp/diff_new_pack.cceqxh/_old  2017-12-05 01:27:37.031011518 +0100
+++ /var/tmp/diff_new_pack.cceqxh/_new  2017-12-05 01:27:37.035011374 +0100
@@ -27,8 +27,8 @@
 Group:  Productivity/Publishing/DocBook
 Url:http://www.oasis-open.org/docbook/
 # XML Catalog Entry
-Source1:docbook_5.xml
-Source2:docbook_5-README.SUSE
+Source1:%{name}.xml
+Source2:%{name}-README.SUSE
 # DocBook Sources
 Source3:docbook-5.0-docs.tar.bz2
 Source4:docbook-5.1-docs.tar.bz2
@@ -38,6 +38,10 @@
 # DB 5.1
 Source510:  docbook-5.1.tar.bz2
 # 
+# PATCH-FIX-OPENSUSE docbook_5-nvdl.patch change path to schema files
+Patch501:   %{name}-nvdl.patch
+
+#
 BuildRequires:  fdupes
 BuildRequires:  sgml-skel
 Requires:   sgml-skel >= 0.7
@@ -91,6 +95,9 @@
 chmod -R a+rX,g-w,o-w .
 find . -type f | xargs chmod a-x
 
+# Patching
+%patch501
+
 %build
 # Nothing to build
 
@@ -98,7 +105,7 @@
 make DESTDIR=%{buildroot}
 
 # cleanup
-%fdupes %{buildroot}
+%fdupes -q %{buildroot}
 
 %post
 update-xml-catalog

++ Makefile ++
--- /var/tmp/diff_new_pack.cceqxh/_old  2017-12-05 01:27:37.075009920 +0100
+++ /var/tmp/diff_new_pack.cceqxh/_new  2017-12-05 01:27:37.075009920 +0100
@@ -12,78 +12,133 @@
 SHELL := /bin/bash
 PACKAGE   := docbook_5
 VERSION   := 5.1
+DB_VERSIONS   := 5.0 5.1
+LAST_VER  := $(lastword $(DB_VERSIONS))
 CDIR  := $(shell pwd)
 #
-DATADIR   := $(PREFIX)/share
+DATADIR   := $(DESTDIR)$(PREFIX)/share
 #
 BINDIR:= $(DESTDIR)$(PREFIX)/bin
 # Catalog stuff
-DB_CATALOG_SRC := $(PACKAGE).xml
-CATALOG_DIR:= $(DESTDIR)/etc/xml/catalog.d
-DB_CATALOG := $(CATALOG_DIR)/$(DB_CATALOG_SRC)
+DB_CATALOG_SRC  := $(PACKAGE).xml
+XML_CATALOG_DIR := $(DESTDIR)/etc/xml/catalog.d
+DB_CATALOG  := $(XML_CATALOG_DIR)/$(DB_CATALOG_SRC)
 #
-DB_XML_PATH   := $(DESTDIR)$(DATADIR)/xml/docbook
+DB_XML_PATH   := $(DATADIR)/xml/docbook
 SCHEMA_PATH   := $(DB_XML_PATH)/schema
 #
 XSLT_PATH := $(DB_XML_PATH)/stylesheet/upgrade
 #
 DTD_PATH  := $(SCHEMA_PATH)/dtd
+XSD_PATH  := $(SCHEMA_PATH)/xsd
 RNG_PATH  := $(SCHEMA_PATH)/rng
 SCH_PATH  := $(SCHEMA_PATH)/sch
-XSD_PATH  := $(SCHEMA_PATH)/xsd
 NVDL_PATH := $(SCHEMA_PATH)/nvdl
 #
-PATHS_50  := $(DTD_PATH)/5.0 $(RNG_PATH)/5.0 $(SCH_PATH)/5.0 
$(XSD_PATH)/5.0 $(NVDL_PATH)/5.0
-PATHS_51  := $(RNG_PATH)/5.1 $(SCH_PATH)/5.1 $(NVDL_PATH)/5.1
-#
-DB_VERSIONS   := 5.0 5.1
+DB_DTD_PATHS  := $(DTD_PATH)/5.0
+DB_XSD_PATHS  := $(XSD_PATH)/5.0
+DB_RNG_PATHS  := $(foreach v,$(DB_VERSIONS),$(RNG_PATH)/$(v))
+DB_SCH_PATHS  := $(foreach v,$(DB_VERSIONS),$(SCH_PATH)/$(v))
+DB_NVDL_PATHS := $(foreach v,$(DB_VERSIONS),$(NVDL_PATH)/$(v))
+
+
+INST_DIRECTORIES := $(XML_CATALOG_DIR) $(BINDIR) $(XSLT_PATH) \
+   $(DB_DTD_PATHS) $(DB_XSD_PATHS) $(DB_RNG_PATHS) 
$(DB_SCH_PATHS) $(DB_NVDL_PATHS)
+
+DTD_SCHEMAS   := $(wildcard docbook-5.0/dtd/*.dtd)
+DTD_SCHEMAS   := $(patsubst docbook-5.0/dtd/%,%,$(DTD_SCHEMAS))
+DTD_SCHEMAS   := $(addprefix $(DB_DTD_PATHS)/,$(DTD_SCHEMAS))
+#
+XSD_SCHEMAS   := $(wildcard docbook-5.0/xsd/*.xsd)
+XSD_SCHEMAS   := $(patsubst docbook-5.0/xsd/%,%,$(XSD_SCHEMAS))
+XSD_SCHEMAS   := $(addprefix $(DB_XSD_PATHS)/,$(XSD_SCHEMAS))
+#
+NVDL_SCHEMAS  := $(wildcard $(foreach v,$(DB_VERSIONS),docbook-$(v)/*.nvdl))
+NVDL_SCHEMAS  := $(subst docbook-,,$(NVDL_SCHEMAS))
+NVDL_SCHEMAS  := $(addprefix $(NVDL_PATH)/,$(NVDL_SCHEMAS))
+#
+SCH_SCHEMAS   := $(wildcard $(foreach p,$(DB_VERSIONS),docbook-$(p)/sch/*))
+SCH_SCHEMAS   := $(patsubst docbook-%,%,$(SCH_SCHEMAS))
+SCH_SCHEMAS   := $(subst sch/,,$(SCH_SCHEMAS))
+SCH_SCHEMAS

commit kdebase4-workspace for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2017-12-05 01:26:21

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


Package is "kdebase4-workspace"

Tue Dec  5 01:26:21 2017 rev:331 rq:547677 version:4.11.22

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes
2017-11-30 12:37:44.422609415 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2017-12-05 01:26:23.605679051 +0100
@@ -1,0 +2,8 @@
+Sat Dec  2 18:13:59 UTC 2017 - fab...@ritter-vogt.de
+
+- Add patch to not build against Qt4 WebKit:
+  * skip-qtwebkit-parts.patch
+  * Drop ksysguard, not built anymore
+  * Adjust filelist
+
+---

New:

  skip-qtwebkit-parts.patch



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.xeplhn/_old  2017-12-05 01:26:25.049626592 +0100
+++ /var/tmp/diff_new_pack.xeplhn/_new  2017-12-05 01:26:25.053626447 +0100
@@ -31,7 +31,6 @@
 BuildRequires:  fdupes
 BuildRequires:  gpsd-devel
 BuildRequires:  kde4-filesystem
-BuildRequires:  libQtWebKit-devel
 BuildRequires:  libdbusmenu-qt-devel
 BuildRequires:  libkactivities-devel
 BuildRequires:  libkde4-devel >= %{_kde_platform_version}
@@ -154,8 +153,9 @@
 Patch74:gcc6-fixes.diff
 # PATCH-FIX-OPENSUSE gcc7-fix.diff boo#1031317 wba...@tmo.at -- Fix an error 
reported by the GCC7 compiler
 Patch75:gcc7-fix.diff
+# PATCH-FIX-OPENSUSE
+Patch76:skip-qtwebkit-parts.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   %{name}-ksysguardd = %{version}
 Requires:   %{name}-liboxygenstyle = %{version}
 # Requires /etc/xdg/menus/applications.menu (bnc#754104)
 %if !0%{?is_opensuse}
@@ -223,18 +223,6 @@
 This package contains the upstream branding for KDE's display manager
 kdm.
 
-%package ksysguardd
-Summary:KDE base package: ksysguard daemon
-Group:  System/GUI/KDE
-Requires(pre): %insserv_prereq
-%kde4_runtime_requires
-
-%description ksysguardd
-This package contains the ksysguard daemon and application.
-
-This package can be installed on servers without any other KDE packages
-to enable monitoring them remotely with ksysguard.
-
 %package -n kwin
 Summary:KDE Window Manager
 Group:  System/GUI/KDE
@@ -274,7 +262,6 @@
 Requires:   %{name}-liboxygenstyle = %{version}
 Requires:   %{name}-libs = %{version}
 Requires:   kwin = %{version}
-Requires:   libQtWebKit-devel
 Requires:   libkde4-devel >= %{_kde_platform_version}
 Provides:   plasma-devel = %{_kde_platform_version}
 %kde4_runtime_requires
@@ -390,6 +377,7 @@
 %endif
 %patch74
 %patch75 -p1
+%patch76 -p1
 
 cp %{SOURCE3} kwin/effects/cube/data/cubecap.png
 
@@ -409,7 +397,6 @@
 install -m 644 %{SOURCE4} %{buildroot}%{_fillupdir}/
 %create_subdir_filelist -d kdm   -v devel
 %create_subdir_filelist -d kwin  -v devel
-%create_subdir_filelist -d ksysguard -v devel
 %create_subdir_filelist -d systemsettings -v devel
 cd ..
 sed -ri "s,.*%{_kde4_configdir}/kdm/backgroundrc,," filelists/kdm
@@ -427,13 +414,11 @@
 cat filelists/devel filelists/systemsettings filelists/kdm filelists/kwin 
| while read line; do echo "%exclude $line";done >filelists/exclude
 popd
 %suse_update_desktop_filesystemsettings X-SuSE-core
-%suse_update_desktop_fileksysguard  System Monitor
 %suse_update_desktop_filekmenuedit  Core-Configuration
 %suse_update_desktop_file -r klipperSystem TrayIcon
 %suse_update_desktop_file -r krandrtray System TrayIcon
 mkdir -p  %{buildroot}%{_kde4_sbindir}
 mkdir -p %{buildroot}%{_kde4_sysconfdir}/init.d
-install -D -m 0644 %{SOURCE7} %{buildroot}%{_unitdir}/ksysguardd.service
 ln -sf rcxdm %{buildroot}%{_kde4_sbindir}/rckdm
 mkdir -p %{buildroot}%{_kde4_sysconfdir}/logrotate.d/
 install -m 644 %{SOURCE6} %{buildroot}%{_kde4_sysconfdir}/logrotate.d/kdm
@@ -494,21 +479,6 @@
 %post -n kdm-branding-upstream
 %{fillup_only -n displaymanager -s kdm}
 
-%pre ksysguardd
-%service_add_pre ksysguardd.service
-
-%preun ksysguardd
-%service_del_preun ksysguardd.service
-
-%post ksysguardd
-/sbin/ldconfig
-%service_add_post ksysguardd.service
-
-%postun ksysguardd
-/sbin/ldconfig
-%service_del_postun ksysguardd.service
-exit 0
-
 %pre
 rm -rf %{_kde4_appsdir}/ksmserver/ksmserver.notifyrc/
 
@@ -553,16 +523,6 @@
 %{_kde4_appsdir}/kdm/pics
 %{_fillupdir}/sysconfig.displaymanager-kdm
 
-%files ksysguardd -f filelists/ksysguard
-%defattr(-,root,root)
-

commit kdebase4-runtime for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package kdebase4-runtime for 
openSUSE:Factory checked in at 2017-12-05 01:26:14

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


Package is "kdebase4-runtime"

Tue Dec  5 01:26:14 2017 rev:238 rq:547674 version:17.08.3

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-runtime/kdebase4-runtime.changes
2017-11-16 14:42:40.907040637 +0100
+++ /work/SRC/openSUSE:Factory/.kdebase4-runtime.new/kdebase4-runtime.changes   
2017-12-05 01:26:15.777963432 +0100
@@ -1,0 +2,6 @@
+Sat Dec  2 21:00:00 UTC 2017 - fab...@ritter-vogt.de
+
+- Add patch to not build against Qt 4 WebKit:
+  * skip-qtwebkit-parts.patch
+
+---

New:

  skip-qtwebkit-parts.patch



Other differences:
--
++ kdebase4-runtime.spec ++
--- /var/tmp/diff_new_pack.sVU955/_old  2017-12-05 01:26:17.041917513 +0100
+++ /var/tmp/diff_new_pack.sVU955/_new  2017-12-05 01:26:17.045917367 +0100
@@ -41,6 +41,8 @@
 Patch7: kdesu-add-some-i18n-love.patch
 # PATCH-FIX-OPENSUSE kde-runtime-glib2-include.patch -- m...@suse.com
 Patch8: kde-runtime-glib2-include.patch
+# PATCH-FIX-OPENSUSE
+Patch9: skip-qtwebkit-parts.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  alsa-devel
 BuildRequires:  automoc4
@@ -121,6 +123,7 @@
 %patch5 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 # Superseded by khelpcenter5
 rm -r $RPM_BUILD_DIR/kde-runtime-%{version}/khelpcenter
 sed -i"" "/khelpcenter/d" 
$RPM_BUILD_DIR/kde-runtime-%{version}/doc/CMakeLists.txt
@@ -205,9 +208,6 @@
 %config %{_kde4_sysconfdir}/xdg/menus/kde4-information.menu
 %config %{_kde4_sysconfdir}/xdg/menus/kde4-settings.menu
 
-# --- dbus configuraton ---
-%config 
%{_kde4_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmremotewidgets.conf
-
 # --- default configurations ---
 %{_kde4_configkcfgdir}/jpegcreatorsettings.kcfg
 
@@ -234,7 +234,6 @@
 %{_kde4_modulesdir}/djvuthumbnail.so
 %{_kde4_modulesdir}/exrthumbnail.so
 %{_kde4_modulesdir}/fixhosturifilter.so
-%{_kde4_modulesdir}/htmlthumbnail.so
 %{_kde4_modulesdir}/imagethumbnail.so
 %{_kde4_modulesdir}/jpegthumbnail.so
 %{_kde4_modulesdir}/svgthumbnail.so
@@ -313,21 +312,11 @@
 # --- kparts ---
 %{_kde4_modulesdir}/libkmanpart.so
 
-# --- plasma ---
-%{_kde4_modulesdir}/plasma_appletscript_declarative.so
-%{_kde4_modulesdir}/plasma_appletscript_simple_javascript.so
-%{_kde4_modulesdir}/plasma_containment_newspaper.so
-%{_kde4_modulesdir}/plasma_dataenginescript_javascript.so
-%{_kde4_modulesdir}/plasma-kpart.so
-%{_kde4_modulesdir}/plasma_packagestructure_javascriptaddon.so
-%{_kde4_modulesdir}/plasma_runnerscript_javascript.so
-
 # --- other ---
 %{_kde4_libdir}/attica_kde.so
 %{_kde4_libdir}/libknotifyplugin.so
 %{_kde4_libdir}/libkwalletbackend.so
 %{_kde4_libdir}/libmolletnetwork.so
-%{_kde4_modulesdir}/imports/
 %{_kde4_modulesdir}/plugins/imageformats/kimg_webp.so
 %{_kde4_modulesdir}/plugins/phonon_platform
 %{_kde4_modulesdir}/kio_recentdocuments.so
@@ -335,8 +324,6 @@
 
 # --- libexec ---
 %verify(not mode) %attr(2755,root,nogroup) %{_kde4_libexecdir}/kdesud
-%{_kde4_libexecdir}/drkonqi
-%{_kde4_libexecdir}/kcmremotewidgetshelper
 %{_kde4_libexecdir}/kdeeject
 %{_kde4_libexecdir}/kdesu
 %{_kde4_libexecdir}/kdontchangethehostname
@@ -354,13 +341,11 @@
 %exclude %{_kde4_appsdir}/desktoptheme/oxygen
 %{_kde4_appsdir}/cmake
 %{_kde4_appsdir}/desktoptheme
-%{_kde4_appsdir}/drkonqi
 %{_kde4_appsdir}/hardwarenotifications/hardwarenotifications.notifyrc
 %{_kde4_appsdir}/kcm_componentchooser
 %{_kde4_appsdir}/kcmlocale
 %{_kde4_appsdir}/kcm_phonon
 %{_kde4_appsdir}/kconf_update/devicepreference.upd
-%{_kde4_appsdir}/kconf_update/drkonqi-rename-config-section.upd
 %{_kde4_appsdir}/kconf_update/kuriikwsfilter.upd
 %{_kde4_appsdir}/kde/kde.notifyrc
 %{_kde4_appsdir}/kglobalaccel
@@ -442,13 +427,6 @@
 %{_kde4_servicesdir}/kwalletd.desktop
 %{_kde4_servicesdir}/language.desktop
 %{_kde4_servicesdir}/localdomainurifilter.desktop
-%{_kde4_servicesdir}/plasma-containment-newspaper.desktop
-%{_kde4_servicesdir}/plasma-kpart.desktop
-%{_kde4_servicesdir}/plasma-packagestructure-javascript-addon.desktop
-%{_kde4_servicesdir}/plasma-scriptengine-applet-declarative.desktop
-%{_kde4_servicesdir}/plasma-scriptengine-applet-simple-javascript.desktop
-%{_kde4_servicesdir}/plasma-scriptengine-dataengine-javascript.desktop
-%{_kde4_servicesdir}/plasma-scriptengine-runner-javascript.desktop
 %{_kde4_servicesdir}/qimageioplugins/webp.desktop
 %{_kde4_servicesdir}/renaudiodlg.desktop
 %{_kde4_servicesdir}/renimagedlg.desktop
@@ -475,7 +453,6 @@
 # --- service types ---
 %{_kde4_servicetypes}/knotifyn

commit qt4-qtscript for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package qt4-qtscript for openSUSE:Factory 
checked in at 2017-12-05 01:25:57

Comparing /work/SRC/openSUSE:Factory/qt4-qtscript (Old)
 and  /work/SRC/openSUSE:Factory/.qt4-qtscript.new (New)


Package is "qt4-qtscript"

Tue Dec  5 01:25:57 2017 rev:9 rq:547671 version:0.2.0

Changes:

--- /work/SRC/openSUSE:Factory/qt4-qtscript/qt4-qtscript.changes
2017-06-21 13:50:47.713506733 +0200
+++ /work/SRC/openSUSE:Factory/.qt4-qtscript.new/qt4-qtscript.changes   
2017-12-05 01:25:58.118604999 +0100
@@ -1,0 +2,8 @@
+Sat Dec  2 17:11:37 UTC 2017 - fab...@ritter-vogt.de
+
+- Do not build against Qt4 WebKit:
+  * Vade retro satana
+  * Add qtscript-qt-no_webkit.patch
+  * Remove qtscript-separate-webkit.patch, not needed anymore
+
+---

Old:

  qtscript-separate-webkit.patch

New:

  qtscript-qt-no_webkit.patch



Other differences:
--
++ qt4-qtscript.spec ++
--- /var/tmp/diff_new_pack.hp0Fdz/_old  2017-12-05 01:25:58.814579714 +0100
+++ /var/tmp/diff_new_pack.hp0Fdz/_new  2017-12-05 01:25:58.818579569 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qt4-qtscript
 #
-# Copyright (c) 2012 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
@@ -28,11 +28,12 @@
 Source0:qtscriptgenerator-src-%{version}.tar.gz
 Patch0: qtscript-qt-no_phonon.diff
 Patch1: gcc-44.diff
-Patch2: qtscript-separate-webkit.patch
 Patch3: fix-arm-build.diff
 # PATCH-FIX-UPSTREAM https://github.com/qt-labs/qtscriptgenerator/pull/1
 Patch4: reproducible.patch
-BuildRequires:  libQtWebKit-devel
+# PATCH-FIX-OPENSUSE
+Patch5: qtscript-qt-no_webkit.patch
+BuildRequires:  libqt4-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %requires_eqlibqt4
 
@@ -55,11 +56,11 @@
 %setup -q -n qtscriptgenerator-src-%{version}
 %patch0
 %patch1
-%patch2
 %ifarch %arm
 %patch3
 %endif
 %patch4 -p1
+%patch5 -p1
 
 %build
 export QTDIR=/usr

++ qtscript-qt-no_webkit.patch ++
From: Fabian Vogt 
Subject: Do not build parts depending on Qt WebKit

Qt WebKit is unmaintained and must not be used anymore.

Index: qtscriptgenerator-src-0.2.0/qtbindings/qtbindings.pro
===
--- qtscriptgenerator-src-0.2.0.orig/qtbindings/qtbindings.pro
+++ qtscriptgenerator-src-0.2.0/qtbindings/qtbindings.pro
@@ -7,7 +7,6 @@ SUBDIRS = qtscript_core \
  qtscript_svg \
  qtscript_xml \
 #qtscript_phonon \
- qtscript_webkit \
  qtscript_xmlpatterns \
  qtscript_uitools \
  qs_eval



commit amarok for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2017-12-05 01:26:05

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


Package is "amarok"

Tue Dec  5 01:26:05 2017 rev:111 rq:547673 version:2.8.0

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2017-11-26 
10:35:00.070768006 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2017-12-05 
01:26:06.786290101 +0100
@@ -1,0 +2,6 @@
+Sat Dec  2 16:44:45 UTC 2017 - fab...@ritter-vogt.de
+
+- Add patch to not build WebKit-dependent parts:
+  * Skip-qtwebkit-parts.patch
+
+---

New:

  Skip-qtwebkit-parts.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.0wCO1r/_old  2017-12-05 01:26:08.938211921 +0100
+++ /var/tmp/diff_new_pack.0wCO1r/_new  2017-12-05 01:26:08.942211776 +0100
@@ -37,6 +37,8 @@
 Patch4: amarok-taglib-compare.patch
 # PATCH-FIX-OPENSUSE gcc6-workaround.patch -- Workaround an errors seen by 
GCC6 (PR71273)
 Patch5: gcc6-workaround.patch
+# PATCH-FIX-OPENSUSE
+Patch6: Skip-qtwebkit-parts.patch
 # PATCH-FIX-UPSTREAM 
0001-Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch -- avoids 
adding the analyzer applet on phonon backends that don't support it (e.g. vlc)
 Patch100:   0001-Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch
 # PATCH-FIX-UPSTREAM 
0002-Don-t-allow-adding-Analyzer-applet-when-not-supporte.patch -- Don't allow 
adding Analyzer applet when not supported.
@@ -135,6 +137,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 %patch100 -p1
 %patch101 -p1
 %patch102 -p1

++ Skip-qtwebkit-parts.patch ++
From: Fabian Vogt 
Subject: Do not build parts depending on Qt WebKit

Qt WebKit is unmaintained and must not be used anymore.

Index: amarok-2.8.0/CMakeLists.txt
===
--- amarok-2.8.0.orig/CMakeLists.txt
+++ amarok-2.8.0/CMakeLists.txt
@@ -84,7 +84,7 @@ include_directories(
 ${CMAKE_CURRENT_BINARY_DIR}/shared
 )
 
-find_package( Qt4 4.8.3 COMPONENTS QtCore QtGui QtScript QtSvg QtXml QtWebKit 
REQUIRED )
+find_package( Qt4 4.8.3 COMPONENTS QtCore QtGui QtScript QtSvg QtXml REQUIRED )
 find_package( KDE4 4.8.4 REQUIRED )
 
 include( KDE4Defaults )
Index: amarok-2.8.0/src/context/applets/CMakeLists.txt
===
--- amarok-2.8.0.orig/src/context/applets/CMakeLists.txt
+++ amarok-2.8.0/src/context/applets/CMakeLists.txt
@@ -1,18 +1,15 @@
 add_subdirectory( albums )
 add_subdirectory( currenttrack )
-add_subdirectory( info )
 add_subdirectory( labels )
 add_subdirectory( lyrics )
 add_subdirectory( photos )
 add_subdirectory( tabs )
-add_subdirectory( wikipedia )
 
 if( QT_QTOPENGL_FOUND )
 add_subdirectory( analyzer )
 endif()
 
 if( LIBLASTFM_FOUND )
-add_subdirectory( upcomingevents )
 add_subdirectory( similarartists )
 endif()
 



commit libqt4 for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package libqt4 for openSUSE:Factory checked 
in at 2017-12-05 01:25:11

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


Package is "libqt4"

Tue Dec  5 01:25:11 2017 rev:223 rq:547666 version:4.8.7

Changes:

--- /work/SRC/openSUSE:Factory/libqt4/libqt4-devel-doc.changes  2017-10-23 
16:21:45.989223720 +0200
+++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4-devel-doc.changes 
2017-12-05 01:25:12.560260147 +0100
@@ -1,0 +2,6 @@
+Sat Dec  2 13:32:21 UTC 2017 - fab...@ritter-vogt.de
+
+- Do not require Qt4 WebKit:
+  * Vade retro satana
+
+---
libqt4.changes: same change



Other differences:
--
++ libqt4-devel-doc.spec ++
--- /var/tmp/diff_new_pack.diNGJE/_old  2017-12-05 01:25:18.360049438 +0100
+++ /var/tmp/diff_new_pack.diNGJE/_new  2017-12-05 01:25:18.364049293 +0100
@@ -45,7 +45,6 @@
 Release:0
 # COMMON-VERSION-END
 # COMMON-VERSION-END
-BuildRequires:  libQtWebKit-devel >= %{version}
 BuildRequires:  libqt4-devel >= %{version}
 Requires:   libqt4 = %{version}
 Requires:   libqt4-devel-doc-data = %{version}
@@ -241,7 +240,7 @@
 platform=""
 %endif
 echo yes | ./configure %common_options $platform \
-   -webkit -xmlpatterns -no-sql-sqlite -no-sql-sqlite2 -no-sql-mysql
+   -no-webkit -xmlpatterns -no-sql-sqlite -no-sql-sqlite2 -no-sql-mysql
 %check_config
 
 # Simply use the binaries from the -devel package instead of building it again
@@ -249,10 +248,6 @@
 ( while read file; do test -e bin/$file || ln -s %{_bindir}/$file bin/ ; 
done )
 rpm -ql libqt4-devel | grep %{_libdir}/lib | sed 's#%{_libdir}/##' | \
 ( while read file; do test -e lib/$file || ln -s %{_libdir}/$file lib/ ; 
done )
-rpm -ql libQtWebKit-devel | grep %{_bindir}/ | sed 's#%{_bindir}/##' | \
-( while read file; do test -e bin/$file || ln -s %{_bindir}/$file bin/ ; 
done )
-rpm -ql libQtWebKit-devel | grep %{_libdir}/lib | sed 's#%{_libdir}/##' | \
-( while read file; do test -e lib/$file || ln -s %{_libdir}/$file lib/ ; 
done )
 
 make %{?_smp_mflags} -C tools/assistant
 make %{?_smp_mflags} -C demos
@@ -265,9 +260,7 @@
 make INSTALL_ROOT=%{buildroot} -C demos install
 make INSTALL_ROOT=%{buildroot} -C examples install
 mv %{buildroot}/%{_libdir}/qt4/examples/painting/svgviewer/svgviewer 
%{buildroot}/%{_bindir}
-mv %{buildroot}/%{_libdir}/qt4/demos/browser/browser 
%{buildroot}/%{_bindir}/qt4-browser
 ln -s %{_bindir}/svgviewer 
%{buildroot}/%{_libdir}/qt4/examples/painting/svgviewer/svgviewer
-ln -s %{_bindir}/qt4-browser %{buildroot}/%{_libdir}/qt4/demos/browser/browser
 
 # htmldocs are not generated - why?
 for d in docimages qchdocs htmldocs ; do
@@ -337,7 +330,6 @@
 
 %files -n qt4-x11-tools
 %defattr(-,root,root,755)
-%{_bindir}/qt4-browser
 %{_bindir}/svgviewer
 
 %files data

libqt4.spec: same change






commit python-qt4 for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package python-qt4 for openSUSE:Factory 
checked in at 2017-12-05 01:25:47

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


Package is "python-qt4"

Tue Dec  5 01:25:47 2017 rev:85 rq:547670 version:4.12.1

Changes:

--- /work/SRC/openSUSE:Factory/python-qt4/python-qt4.changes2017-09-04 
12:19:52.694232328 +0200
+++ /work/SRC/openSUSE:Factory/.python-qt4.new/python-qt4.changes   
2017-12-05 01:25:48.494954628 +0100
@@ -1,0 +2,6 @@
+Sat Dec  2 13:25:10 UTC 2017 - fab...@ritter-vogt.de
+
+- Do not build with Qt4 WebKit:
+  * Vade retro satana
+
+---



Other differences:
--
++ python-qt4.spec ++
--- /var/tmp/diff_new_pack.CeTVde/_old  2017-12-05 01:25:49.374922658 +0100
+++ /var/tmp/diff_new_pack.CeTVde/_new  2017-12-05 01:25:49.374922658 +0100
@@ -37,7 +37,6 @@
 BuildRequires:  dbus-1-python-devel
 BuildRequires:  dbus-1-python3-devel
 BuildRequires:  fdupes
-BuildRequires:  libQtWebKit-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  phonon-devel
 BuildRequires:  python-rpm-macros
@@ -75,7 +74,6 @@
 %ifpython3
 Requires:   dbus-1-python3-devel
 %endif
-Requires:   libQtWebKit-devel
 Requires:   libqt4-devel
 Requires:   phonon-devel
 Requires:   python-qt4-utils = %{version}
@@ -100,8 +98,8 @@
 %package -n %{name}-utils
 Summary:Common files for PyQt4 for python2 and python3
 Group:  Development/Libraries/Python
-Provides:   %{python_module qt4-utils = %{version}}
 Provides:   %{python_module PyQt4-utils = %{version}}
+Provides:   %{python_module qt4-utils = %{version}}
 
 %description -n %{name}-utils
 PyQt is a set of Python bindings for Trolltech's Qt application
@@ -118,8 +116,8 @@
 %package -n %{name}-doc
 Summary:Documentation for %{name}
 Group:  Documentation/Other
-Provides:   %{python_module qt4-doc = %{version}}
 Provides:   %{python_module PyQt4-doc = %{version}}
+Provides:   %{python_module qt4-doc = %{version}}
 
 %description -n %{name}-doc
 PyQt is a set of Python bindings for Trolltech's Qt application




commit kdelibs4 for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:Factory 
checked in at 2017-12-05 01:25:34

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


Package is "kdelibs4"

Tue Dec  5 01:25:34 2017 rev:300 rq:547667 version:4.14.38

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4.changes2017-11-16 
14:34:47.220217265 +0100
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4.changes   2017-12-05 
01:25:35.855413826 +0100
@@ -1,0 +2,7 @@
+Sat Dec  2 16:46:52 UTC 2017 - fab...@ritter-vogt.de
+
+- Add patch to not build against Qt4 WebKit:
+  * Skip-qtwebkit-parts.patch
+  * Vade retro satana
+
+---

New:

  Skip-qtwebkit-parts.patch



Other differences:
--
++ kdelibs4.spec ++
--- /var/tmp/diff_new_pack.KhbCCJ/_old  2017-12-05 01:25:37.163366308 +0100
+++ /var/tmp/diff_new_pack.KhbCCJ/_new  2017-12-05 01:25:37.167366162 +0100
@@ -38,7 +38,6 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  kde4-filesystem
 BuildRequires:  krb5-devel
-BuildRequires:  libQtWebKit-devel
 BuildRequires:  libacl-devel
 BuildRequires:  libattica-devel >= 0.4.2
 BuildRequires:  libattr-devel
@@ -88,6 +87,8 @@
 Patch15:0001-Drop-Nepomuk-from-KParts-LINK_INTERFACE_LIBRARIES.patch
 # PATCH-FIX-OPENSUSE gcc6-fix-errors.patch -- Fix errors spotted by GCC6.
 Patch17:gcc6-fix-errors.patch
+# PATCH-FIX-OPENSUSE
+Patch18:Skip-qtwebkit-parts.patch
 PreReq: permissions
 Requires:   libattica0_4 >= %( echo `rpm -q --queryformat '%{VERSION}' 
libattica-devel`)
 Recommends: media-player-info
@@ -144,6 +145,7 @@
 %patch12 -p1
 %patch15 -p1
 %patch17
+%patch18 -p1
 
 %build
   EXTRA_FLAGS="-DLIB_INSTALL_DIR=%{_kde4_libdir} \
@@ -351,7 +353,6 @@
 %{_kde4_libdir}/libkdeclarative.so.*
 %{_kde4_libdir}/libkdesu.so.*
 %{_kde4_libdir}/libkdeui.so.*
-%{_kde4_libdir}/libkdewebkit.so.*
 %{_kde4_libdir}/libkdnssd.so.*
 %{_kde4_libdir}/libkemoticons.so.*
 %{_kde4_libdir}/libkfile.so.*
@@ -386,7 +387,6 @@
 Requires:   docbook-xsl-stylesheets
 Requires:   kdelibs4 = %{version}
 Requires:   kdelibs4-doc = %{version}
-Requires:   libQtWebKit-devel
 Requires:   libkde4 = %{version}
 Requires:   libkdecore4-devel = %{version}
 Requires:   phonon-devel

++ Skip-qtwebkit-parts.patch ++
From: Fabian Vogt 
Subject: Do not build parts depending on Qt WebKit

Qt WebKit is unmaintained and must not be used anymore.

Index: kdelibs-4.14.38/CMakeLists.txt
===
--- kdelibs-4.14.38.orig/CMakeLists.txt
+++ kdelibs-4.14.38/CMakeLists.txt
@@ -357,7 +357,6 @@ if(NOT WINCE)
 add_subdirectory( plasma )
 endif(NOT WINCE)
 add_subdirectory( kunitconversion )
-add_subdirectory( kdewebkit )
 add_subdirectory( includes )
 
 add_subdirectory( experimental )
Index: kdelibs-4.14.38/plasma/CMakeLists.txt
===
--- kdelibs-4.14.38.orig/plasma/CMakeLists.txt
+++ kdelibs-4.14.38/plasma/CMakeLists.txt
@@ -1,6 +1,7 @@
 # strange conversion error in pushbutton.cpp
 kde4_no_enable_final(plasma)
 
+set(PLASMA_NO_KDEWEBKIT TRUE)
 if(KDE_PLATFORM_FEATURE_BINARY_COMPATIBLE_FEATURE_REDUCTION)
 set(PLASMA_NO_KDEWEBKIT TRUE)
 set(PLASMA_NO_KNEWSTUFF TRUE)
@@ -121,7 +122,6 @@ set(plasma_LIB_SRCS
 framesvg.cpp
 plasma.cpp
 popupapplet.cpp
-private/animablegraphicswebview.cpp
 private/applethandle.cpp
 private/associatedapplicationmanager.cpp
 private/componentinstaller.cpp
@@ -211,7 +211,6 @@ set(plasma_LIB_SRCS
 widgets/textbrowser.cpp
 widgets/treeview.cpp
 widgets/textedit.cpp
-widgets/webview.cpp
 
 #Temporary QtJolie branch
 private/qtjolie-branch/qtjolie/abstractadaptor.cpp
@@ -275,7 +274,7 @@ endif(PHONON_FOUND)
 
 kde4_add_library(plasma ${LIBRARY_TYPE} ${plasma_LIB_SRCS})
 
-target_link_libraries(plasma LINK_PRIVATE ${QT_QTUITOOLS_LIBRARY} 
${QT_QTWEBKIT_LIBRARY}
+target_link_libraries(plasma LINK_PRIVATE ${QT_QTUITOOLS_LIBRARY}
  ${QT_QTSCRIPT_LIBRARY} ${QT_QTNETWORK_LIBRARY} 
${QT_QTXML_LIBRARY} ${QT_QTSQL_LIBRARY} ${QT_QTDECLARATIVE_LIBRARY}
  ${KDE4_KDEUI_LIBS} ${KDE4_KDNSSD_LIBS} 
${KDE4_THREADWEAVER_LIBS} ${PLASMA_EXTRA_LIBS})
 
@@ -418,7 +417,6 @@ install(FILES
 widgets/textbrowser.h
 widgets/treeview.h
 widgets/textedit.h
-widgets/webview.h
 DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/widgets COMPONENT Devel)
 
 install(FILES
Index: kdelibs-4.14.38/kdewidgets/CMakeLists.txt
=

commit python-jupyter_notebook for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package python-jupyter_notebook for 
openSUSE:Factory checked in at 2017-12-04 12:16:39

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


Package is "python-jupyter_notebook"

Mon Dec  4 12:16:39 2017 rev:7 rq:548013 version:5.2.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook-doc.changes
  2017-11-09 14:05:18.426698726 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/python-jupyter_notebook-doc.changes
 2017-12-04 12:17:02.299147844 +0100
@@ -1,0 +2,6 @@
+Sun Dec  3 19:11:58 UTC 2017 - a...@gmx.de
+
+- update to version 5.2.2:
+  * set cookie on base_urls (:ghpull:`2959`).
+
+---
--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook.changes
  2017-11-09 14:05:18.930680361 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/python-jupyter_notebook.changes
 2017-12-04 12:17:03.355109505 +0100
@@ -1,0 +2,6 @@
+Sun Dec  3 19:11:58 UTC 2017 - a...@gmx.de
+
+- update to version 5.2.2:
+  * set cookie on base_urls (:ghpull:`2959`).
+
+---

Old:

  notebook-5.2.1.tar.gz

New:

  notebook-5.2.2.tar.gz



Other differences:
--
++ python-jupyter_notebook-doc.spec ++
--- /var/tmp/diff_new_pack.5rYRDF/_old  2017-12-04 12:17:05.231041394 +0100
+++ /var/tmp/diff_new_pack.5rYRDF/_new  2017-12-04 12:17:05.235041250 +0100
@@ -28,7 +28,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupyter_notebook-doc
-Version:5.2.1
+Version:5.2.2
 Release:0
 Summary:Documentation for python-jupyter_notebook
 License:BSD-3-Clause

python-jupyter_notebook.spec: same change
++ notebook-5.2.1.tar.gz -> notebook-5.2.2.tar.gz ++
/work/SRC/openSUSE:Factory/python-jupyter_notebook/notebook-5.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/notebook-5.2.2.tar.gz 
differ: char 5, line 1




commit python-polib for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package python-polib for openSUSE:Factory 
checked in at 2017-12-04 12:17:04

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


Package is "python-polib"

Mon Dec  4 12:17:04 2017 rev:20 rq:548032 version:1.0.8

Changes:

--- /work/SRC/openSUSE:Factory/python-polib/python-polib.changes
2017-05-06 18:27:30.501371441 +0200
+++ /work/SRC/openSUSE:Factory/.python-polib.new/python-polib.changes   
2017-12-04 12:17:16.262640862 +0100
@@ -1,0 +2,8 @@
+Mon Dec  4 08:41:02 UTC 2017 - m...@suse.com
+
+- Add upstream patch 2a4caf09e210554018bf0e928690d9617ff89e00.diff
+  * Fixed test for mo files that was failing because since gettext
+version 0.19.8.1, msgfmt skips the "POT-Creation-Date" metadata
+entry.
+
+---

New:

  2a4caf09e210554018bf0e928690d9617ff89e00.diff



Other differences:
--
++ python-polib.spec ++
--- /var/tmp/diff_new_pack.Osu0XW/_old  2017-12-04 12:17:16.882618352 +0100
+++ /var/tmp/diff_new_pack.Osu0XW/_new  2017-12-04 12:17:16.886618208 +0100
@@ -28,11 +28,13 @@
 License:MIT
 Group:  Development/Languages/Python
 Source0:
https://files.pythonhosted.org/packages/source/p/polib/polib-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM 
https://bitbucket.org/izi/polib/commits/2a4caf09e210554018bf0e928690d9617ff89e00
+Patch0: 2a4caf09e210554018bf0e928690d9617ff89e00.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildRequires:  python3-Sphinx
 BuildArch:  noarch
 %python_subpackages
@@ -66,6 +68,7 @@
 
 %prep
 %setup -q -n polib-%{version}
+%patch0 -p1
 
 %build
 %python_build

++ 2a4caf09e210554018bf0e928690d9617ff89e00.diff ++
diff --git a/tests/test_iso-8859-15.po b/tests/test_iso-8859-15.po
index a26d7d6..da453ee 100644
--- a/tests/test_iso-8859-15.po
+++ b/tests/test_iso-8859-15.po
@@ -3,7 +3,6 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Vim(Fran�ais)\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-05-01 19:42+0200\n"
 "PO-Revision-Date: 2006-05-02 14:15+0200\n"
 "Last-Translator: David Blanchet \n"
 "Language-Team: Adrien Beau \n"
diff --git a/tests/test_utf8.po b/tests/test_utf8.po
index 0ae3c0b..ebbda67 100644
--- a/tests/test_utf8.po
+++ b/tests/test_utf8.po
@@ -6,7 +6,6 @@ msgid ""
 msgstr ""
 "Project-Id-Version: django\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-08-17 15:35-0400\n"
 "PO-Revision-Date: 2007-07-14 13:00-0500\n"
 "Last-Translator: Mario Gonzalez \n"
 "Language-Team: Castellano \n"
diff --git a/tests/tests.py b/tests/tests.py
index 9d82461..d2f0f3a 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -304,15 +304,15 @@ msgstr ""
 
 def test_linenum_1(self):
 po = polib.pofile('tests/test_utf8.po')
-self.assertEqual(po[0].linenum, 18)
+self.assertEqual(po[0].linenum, 17)
 
 def test_linenum_2(self):
 po = polib.pofile('tests/test_utf8.po')
-self.assertEqual(po.find('XML text').linenum, 1799)
+self.assertEqual(po.find('XML text').linenum, 1798)
 
 def test_linenum_3(self):
 po = polib.pofile('tests/test_utf8.po')
-self.assertEqual(po[-1].linenum, 3478)
+self.assertEqual(po[-1].linenum, 3477)
 
 def test_windows_path_occurrences(self):
 po = polib.pofile('tests/test_weird_occurrences.po')



commit python-Flask-Login for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package python-Flask-Login for 
openSUSE:Factory checked in at 2017-12-04 12:16:47

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


Package is "python-Flask-Login"

Mon Dec  4 12:16:47 2017 rev:2 rq:548014 version:0.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Flask-Login/python-Flask-Login.changes
2017-09-09 20:27:08.316983462 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-Flask-Login.new/python-Flask-Login.changes   
2017-12-04 12:17:12.194788557 +0100
@@ -1,0 +2,11 @@
+Sun Dec  3 18:32:18 UTC 2017 - a...@gmx.de
+
+- update to version 0.4.1:
+  * New config option USE_SESSION_FOR_NEXT to enable storing next url
+in session instead of url. #330
+  * Accept int seconds along with timedelta for
+REMEMBER_COOKIE_DURATION. #370
+  * New config option FORCE_HOST_FOR_REDIRECTS to force host for
+redirects. #371
+
+---

Old:

  Flask-Login-0.4.0.tar.gz

New:

  Flask-Login-0.4.1.tar.gz



Other differences:
--
++ python-Flask-Login.spec ++
--- /var/tmp/diff_new_pack.0zhWfp/_old  2017-12-04 12:17:12.762767935 +0100
+++ /var/tmp/diff_new_pack.0zhWfp/_new  2017-12-04 12:17:12.762767935 +0100
@@ -13,22 +13,23 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without  test
 Name:   python-Flask-Login
-Version:0.4.0
+Version:0.4.1
 Release:0
-License:MIT
 Summary:User session management for Flask
-Url:https://github.com/maxcountryman/flask-login
+License:MIT
 Group:  Development/Languages/Python
+Url:https://github.com/maxcountryman/flask-login
 Source: 
https://files.pythonhosted.org/packages/source/F/Flask-Login/Flask-Login-%{version}.tar.gz
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 %if %{with test}
 BuildRequires:  %{python_module Flask}
 %endif

++ Flask-Login-0.4.0.tar.gz -> Flask-Login-0.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Flask-Login-0.4.0/Flask_Login.egg-info/PKG-INFO 
new/Flask-Login-0.4.1/Flask_Login.egg-info/PKG-INFO
--- old/Flask-Login-0.4.0/Flask_Login.egg-info/PKG-INFO 2016-10-26 
19:39:37.0 +0200
+++ new/Flask-Login-0.4.1/Flask_Login.egg-info/PKG-INFO 2017-12-02 
03:35:27.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Flask-Login
-Version: 0.4.0
+Version: 0.4.1
 Summary: User session management for Flask
 Home-page: https://github.com/maxcountryman/flask-login
 Author: Matthew Frazier
@@ -21,7 +21,7 @@
 
 Links
 `
-* `documentation `_
+* `documentation `_
 * `development version `_
 
 Platform: any
@@ -36,5 +36,9 @@
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Flask-Login-0.4.0/PKG-INFO 
new/Flask-Login-0.4.1/PKG-INFO
--- old/Flask-Login-0.4.0/PKG-INFO  2016-10-26 19:39:37.0 +0200
+++ new/Flask-Login-0.4.1/PKG-INFO  2017-12-02 03:35:27.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Flask-Login
-Version: 0.4.0
+Version: 0.4.1
 Summary: User session management for Flask
 Home-page: https://github.com/maxcountryman/flask-login
 Author: Matthew Frazier
@@ -21,7 +21,7 @@
 
 Links
 `
-* `documentation `_
+* `documentation `_
 * `development version `_
 
 Platform: any
@@ -36,5 +36,9 @@
 Classifier: Programming Language :: Python :: 3
 Classifier: Progra

commit openSUSE-release-tools for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2017-12-04 12:16:57

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


Package is "openSUSE-release-tools"

Mon Dec  4 12:16:57 2017 rev:26 rq:548016 version:20171204.86cd536

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2017-12-02 13:12:25.450540328 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
   2017-12-04 12:17:14.698697645 +0100
@@ -1,0 +2,6 @@
+Mon Dec 04 09:04:01 UTC 2017 - opensuse-releaset...@opensuse.org
+
+- Update to version 20171204.86cd536:
+  * compare_pkglist: fallback to old route if submitfrom and submitto has not 
defined
+
+---

Old:

  openSUSE-release-tools-20171201.913531e.obscpio

New:

  openSUSE-release-tools-20171204.86cd536.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.7997A3/_old  2017-12-04 12:17:15.346674120 +0100
+++ /var/tmp/diff_new_pack.7997A3/_new  2017-12-04 12:17:15.350673974 +0100
@@ -20,7 +20,7 @@
 %define source_dir osc-plugin-factory
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20171201.913531e
+Version:20171204.86cd536
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0+ and MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.7997A3/_old  2017-12-04 12:17:15.394672377 +0100
+++ /var/tmp/diff_new_pack.7997A3/_new  2017-12-04 12:17:15.394672377 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/osc-plugin-factory.git
-913531e12bef3c42c0732b1ff12d388a3e711cb3
+9f5a0aa079bc02ccc257624a152062a9973178a9
   
 

++ openSUSE-release-tools-20171201.913531e.obscpio -> 
openSUSE-release-tools-20171204.86cd536.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20171201.913531e/compare_pkglist.py 
new/openSUSE-release-tools-20171204.86cd536/compare_pkglist.py
--- old/openSUSE-release-tools-20171201.913531e/compare_pkglist.py  
2017-12-01 15:52:24.0 +0100
+++ new/openSUSE-release-tools-20171204.86cd536/compare_pkglist.py  
2017-12-04 09:56:47.0 +0100
@@ -133,12 +133,13 @@
 if (self.submitfrom and not self.submitto) or (self.submitto and 
not self.submitfrom):
 print("** Please give both --submitfrom and --submitto 
parameter **")
 return
-if not self.item_exists(self.submitfrom):
-print("Project %s is not exist"%self.submitfrom)
-return
-if not self.item_exists(self.submito):
-print("Project %s is not exist"%self.submitto)
-return
+if self.submitfrom and self.submitto:
+if not self.item_exists(self.submitfrom):
+print("Project %s is not exist"%self.submitfrom)
+return
+if not self.item_exists(self.submito):
+print("Project %s is not exist"%self.submitto)
+return
 
 # get souce packages from target
 print 'Gathering the package list from %s' % self.old_prj

++ openSUSE-release-tools.obsinfo ++
--- /var/tmp/diff_new_pack.7997A3/_old  2017-12-04 12:17:16.162644493 +0100
+++ /var/tmp/diff_new_pack.7997A3/_new  2017-12-04 12:17:16.162644493 +0100
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20171201.913531e
-mtime: 1512139944
-commit: 913531e12bef3c42c0732b1ff12d388a3e711cb3
+version: 20171204.86cd536
+mtime: 1512377807
+commit: 86cd536c4f7a9a10d61b2a91ae534fd8160cb763
 




commit q4wine for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package q4wine for openSUSE:Factory checked 
in at 2017-12-04 12:16:19

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


Package is "q4wine"

Mon Dec  4 12:16:19 2017 rev:31 rq:547616 version:1.3.6

Changes:

--- /work/SRC/openSUSE:Factory/q4wine/q4wine.changes2017-05-17 
17:19:26.367892134 +0200
+++ /work/SRC/openSUSE:Factory/.q4wine.new/q4wine.changes   2017-12-04 
12:16:22.464594144 +0100
@@ -1,0 +2,13 @@
+Sat Nov 25 21:18:01 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version 1.3.6:
+  *  Bind Plus and Minus keys for Config tab for +\- zoom respectively; Allow 
to change Config and Program Icon sizes independently  [BUG-112];
+  * Bind Plus and Minus keys for Program tab for +\- zoom respectively 
[BUT-112];
+  * Update AUTHORS and authors.h;
+  * Add app version to help url;
+  * Update contact information.
+  * Get rid of dead 'jabber.com.ua' entities;
+  * Update ChangeLog;
+  * Documented: q4wine prevents user from running winecfg from KRunner even 
after uninstalling [BUG-98];
+
+---

Old:

  q4wine-1.3.5.tar.gz

New:

  _service
  _servicedata
  q4wine-1.3.6.tar.xz



Other differences:
--
++ q4wine.spec ++
--- /var/tmp/diff_new_pack.Scdlb6/_old  2017-12-04 12:16:23.188567858 +0100
+++ /var/tmp/diff_new_pack.Scdlb6/_new  2017-12-04 12:16:23.192567713 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   q4wine
-Version:1.3.5
+Version:1.3.6
 Release:0
 Summary:Qt4 GUI for WINE
 License:GPL-3.0
 Group:  System/Emulators/PC
 Url:http://q4wine.brezblock.org.ua/
-Source0:
https://github.com/brezerk/q4wine/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:%{name}-%{version}.tar.xz
 BuildRequires:  cmake >= 2.8.0
 BuildRequires:  fdupes
 BuildRequires:  fuseiso
@@ -31,16 +31,15 @@
 BuildRequires:  icoutils
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(QtCore)
-BuildRequires:  pkgconfig(QtDBus)
-BuildRequires:  pkgconfig(QtGui)
-BuildRequires:  pkgconfig(QtNetwork)
-BuildRequires:  pkgconfig(QtSql)
-BuildRequires:  pkgconfig(QtXml)
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5DBus)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5Sql)
+BuildRequires:  pkgconfig(Qt5Xml)
+BuildRequires: cmake(Qt5LinguistTools)
 Requires:   fuseiso
 Requires:   icoutils
-Requires:   libqt4-sql-sqlite
-Requires:   sqlite3
 Requires:   sudo
 Requires:   wine
 Recommends: %{name}-lang

++ _service ++

  
https://github.com/brezerk/q4wine.git
git
enable
@PARENT_TAG@
v(.*)
refs/tags/v1.3.6
  
  
*.tar
xz
  
  
  

++ _servicedata ++


https://github.com/brezerk/q4wine.git
  4920bc159c6ce95c3e0cadb59f4bafa25fb0ddd8


commit bcc for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package bcc for openSUSE:Factory checked in 
at 2017-12-04 12:16:34

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


Package is "bcc"

Mon Dec  4 12:16:34 2017 rev:12 rq:547897 version:0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/bcc/bcc.changes  2017-12-03 10:12:56.496035423 
+0100
+++ /work/SRC/openSUSE:Factory/.bcc.new/bcc.changes 2017-12-04 
12:16:39.183987102 +0100
@@ -1,0 +2,8 @@
+Mon Dec  4 03:34:52 UTC 2017 - g...@suse.com
+
+- Tweak the installation path of bps directly instead of installing
+  it manually. For those architectures without luajit, %{_bindir}
+  wasn't created and it failed the previous install command.
+  (FATE#37, bsc#1070362)
+
+---



Other differences:
--
++ bcc.spec ++
--- /var/tmp/diff_new_pack.nshvo9/_old  2017-12-04 12:16:39.887961543 +0100
+++ /var/tmp/diff_new_pack.nshvo9/_new  2017-12-04 12:16:39.887961543 +0100
@@ -165,6 +165,9 @@
 # Those programs are statically linked and huge in binary size.
 sed -i "/add_subdirectory(cpp)/d" examples/CMakeLists.txt
 
+# Install bps to /usr/bin
+sed -i "s,share/bcc/introspection,bin," introspection/CMakeLists.txt
+
 export LD_LIBRARY_PATH="%{_builddir}/usr/lib64"
 export PATH="%{_builddir}/usr/bin":$PATH
 
@@ -191,8 +194,6 @@
 %install
 pushd build
 make install DESTDIR=%{buildroot}
-install -m 755 %{buildroot}/%{_datadir}/bcc/introspection/bps 
%{buildroot}/%{_bindir}/bps
-rm %{buildroot}/%{_datadir}/bcc/introspection/bps
 
 # For python2-bcc (should be removed in the future)
 cmake -DPYTHON_CMD=python2 ..




commit stunnel for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package stunnel for openSUSE:Factory checked 
in at 2017-12-04 12:16:14

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


Package is "stunnel"

Mon Dec  4 12:16:14 2017 rev:9 rq:547614 version:5.42

Changes:

--- /work/SRC/openSUSE:Factory/stunnel/stunnel.changes  2017-08-22 
11:10:07.736148134 +0200
+++ /work/SRC/openSUSE:Factory/.stunnel.new/stunnel.changes 2017-12-04 
12:16:17.888760282 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:54:29 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+---



Other differences:
--
++ stunnel.spec ++
--- /var/tmp/diff_new_pack.evw714/_old  2017-12-04 12:16:18.636733125 +0100
+++ /var/tmp/diff_new_pack.evw714/_new  2017-12-04 12:16:18.636733125 +0100
@@ -16,6 +16,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 Name:   stunnel
 Version:5.42
 Release:0
@@ -89,8 +94,8 @@
 
 cp -p %{S:1} tools/stunnel.conf-sample.%VENDOR
 cp -p %{S:2} README.%VENDOR
-mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
-cp -p %{S:3} $RPM_BUILD_ROOT/var/adm/fillup-templates/
+mkdir -p $RPM_BUILD_ROOT%{_fillupdir}
+cp -p %{S:3} $RPM_BUILD_ROOT%{_fillupdir}/
 %if 0%{?has_systemd}
 install -D -m 0644 $RPM_SOURCE_DIR/stunnel.service 
$RPM_BUILD_ROOT/%_unitdir/stunnel.service
 ln -s service $RPM_BUILD_ROOT/usr/sbin/rcstunnel
@@ -170,7 +175,7 @@
 %dir %attr(755,root,root)  /var/lib/stunnel/sbin
 %dir %attr(755,root,root)  /var/lib/stunnel/var
 %dir %attr(755,stunnel,root)   /var/lib/stunnel/var/run
-/var/adm/fillup-templates/sysconfig.syslog-stunnel
+%{_fillupdir}/sysconfig.syslog-stunnel
 %if 0%{?has_systemd}
 %_unitdir/stunnel.service
 %else






commit flatpak-builder for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package flatpak-builder for openSUSE:Factory 
checked in at 2017-12-04 12:16:11

Comparing /work/SRC/openSUSE:Factory/flatpak-builder (Old)
 and  /work/SRC/openSUSE:Factory/.flatpak-builder.new (New)


Package is "flatpak-builder"

Mon Dec  4 12:16:11 2017 rev:2 rq:547565 version:0.10.5

Changes:

--- /work/SRC/openSUSE:Factory/flatpak-builder/flatpak-builder.changes  
2017-12-01 15:53:25.616493071 +0100
+++ /work/SRC/openSUSE:Factory/.flatpak-builder.new/flatpak-builder.changes 
2017-12-04 12:16:12.940939926 +0100
@@ -1,0 +2,20 @@
+Mon Nov 27 09:16:01 UTC 2017 - adrien.pla...@suse.com
+
+- Update to version 0.10.5:
+  + Add support for running tests during the build (disable with
+--disable-tests).
+  + New build-option append-pkg-config to append to
+PKG_CONFIG_PATH.
+  + --state-dir option lets you reuse a single directory instead of
+scattered .flatpak-builder dirs for builds, downloads and cache
+data.
+  + git: Allow updates with non-fastforwarded branched.
+  + Don't fail if app ships both appdata and metainfo file.
+  + Support --log-system/session-bus in --run.
+
+---
+Mon Nov 13 20:34:43 UTC 2017 - jeng...@inai.de
+
+- Adjust RPM groups.
+
+---

Old:

  flatpak-builder-0.10.4.tar.xz

New:

  flatpak-builder-0.10.5.tar.xz



Other differences:
--
++ flatpak-builder.spec ++
--- /var/tmp/diff_new_pack.FSq37L/_old  2017-12-04 12:16:13.852906814 +0100
+++ /var/tmp/diff_new_pack.FSq37L/_new  2017-12-04 12:16:13.864906378 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   flatpak-builder
-Version:0.10.4
+Version:0.10.5
 Release:0
 Summary:Tool to build flatpaks from source
 License:LGPL-2.1+
-Group:  System/Packages
+Group:  Development/Tools/Building
 Url:http://flatpak.org/
 Source: 
https://github.com/flatpak/flatpak-builder/releases/download/%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  docbook-xsl-stylesheets
@@ -32,7 +32,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  xmlto
 BuildRequires:  xsltproc
-BuildRequires:  pkgconfig(flatpak) >= 0.10.0
+BuildRequires:  pkgconfig(flatpak) >= 0.10.1
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(json-glib-1.0)

++ flatpak-builder-0.10.4.tar.xz -> flatpak-builder-0.10.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flatpak-builder-0.10.4/Makefile.in 
new/flatpak-builder-0.10.5/Makefile.in
--- old/flatpak-builder-0.10.4/Makefile.in  2017-11-06 15:18:21.0 
+0100
+++ new/flatpak-builder-0.10.5/Makefile.in  2017-11-24 14:58:41.0 
+0100
@@ -676,6 +676,8 @@
 NMEDIT = @NMEDIT@
 OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
+OSTREE_CFLAGS = @OSTREE_CFLAGS@
+OSTREE_LIBS = @OSTREE_LIBS@
 OTOOL = @OTOOL@
 OTOOL64 = @OTOOL64@
 PACKAGE = @PACKAGE@
@@ -2706,7 +2708,8 @@
 
 
 @ENABLE_INSTALLED_TESTS_TRUE@%.test: %$(EXEEXT) Makefile
-@ENABLE_INSTALLED_TESTS_TRUE@  $(AM_V_GEN) (echo '[Test]' > $@.tmp; \
+@ENABLE_INSTALLED_TESTS_TRUE@  $(AM_V_GEN) (mkdir -p $(@D); \
+@ENABLE_INSTALLED_TESTS_TRUE@  echo '[Test]' > $@.tmp; \
 @ENABLE_INSTALLED_TESTS_TRUE@  echo 'Type=session' >> $@.tmp; \
 @ENABLE_INSTALLED_TESTS_TRUE@  echo 'Exec=env 
G_TEST_SRCDIR=$(installed_testdir) G_TEST_BUILDDIR=$(installed_testdir)  
$(installed_testdir)/$(notdir $<) --tap' >> $@.tmp; \
 @ENABLE_INSTALLED_TESTS_TRUE@  echo 'Output=TAP' >> $@.tmp; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flatpak-builder-0.10.4/NEWS 
new/flatpak-builder-0.10.5/NEWS
--- old/flatpak-builder-0.10.4/NEWS 2017-11-06 15:17:45.0 +0100
+++ new/flatpak-builder-0.10.5/NEWS 2017-11-24 14:57:53.0 +0100
@@ -1,3 +1,14 @@
+Major changes in 0.10.5
+===
+
+ * Add support for running tests during the build (disable with 
--disable-tests).
+ * New build-option append-pkg-config to append to PKG_CONFIG_PATH
+ * --state-dir option lets you reuse a single directory instead of scattered
+   .flatpak-builder dirs for builds, downloads and cache data.
+ * git: Allow updates with non-fastforwarded branched
+ * Don't fail if app ships both appdata and metainfo file
+ * Support --log-system/session-bus in --run
+
 Major changes in 0.10.4
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flatpak-builder-0.10.4/buildutil/glib-tap.mk 
new/flatpak-builder-0.10.5/buildutil/glib-tap.mk
--- old/flatpak-buil

commit empathy for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2017-12-04 12:15:38

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


Package is "empathy"

Mon Dec  4 12:15:38 2017 rev:101 rq:547589 version:3.12.14

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2017-09-04 
12:23:40.478209058 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2017-12-04 
12:15:39.774144132 +0100
@@ -1,0 +2,13 @@
+Thu Nov 30 09:22:10 UTC 2017 - dims...@opensuse.org
+
+- Export LANG=C.UTF-8 before building: in case we use python3 to
+  build (we rely on what we get into the build system), an UTF-8
+  setting is required or pyhon won't be able to parse all files.
+- Only call the post/postun scriptlets conditional on suse_version
+  < 1330. Newer systems use file triggers.
+- Switch to using python3 to build:
+  + Add python3-base and python3-xml BuildRequires.
+  + Export PYTHON=/usr/bin/python3 before running configure: use
+python3 for the build process.
+
+---



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.oYcp65/_old  2017-12-04 12:15:40.502117702 +0100
+++ /var/tmp/diff_new_pack.oYcp65/_new  2017-12-04 12:15:40.506117556 +0100
@@ -30,6 +30,8 @@
 Source99:   %{name}-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  intltool
+BuildRequires:  python3-base
+BuildRequires:  python3-xml
 %if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
 %endif
@@ -124,6 +126,8 @@
 %endif
 
 %build
+export LANG=C.UTF-8
+export PYTHON=%{_bindir}/python3
 %configure  --disable-static \
 --with-pic \
 --enable-goa \
@@ -144,6 +148,7 @@
 # create hardlinks for the rest
 %fdupes %{buildroot}
 
+%if 0%{?suse_version} < 1330
 %post
 %glib2_gsettings_schema_post
 %desktop_database_post
@@ -153,6 +158,7 @@
 %glib2_gsettings_schema_postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
 %defattr(-,root,root)




commit sbl for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package sbl for openSUSE:Factory checked in 
at 2017-12-04 12:15:43

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


Package is "sbl"

Mon Dec  4 12:15:43 2017 rev:42 rq:548022 version:3.5.0.20130317.git7a75bc29

Changes:

--- /work/SRC/openSUSE:Factory/sbl/sbl.changes  2016-12-16 11:53:44.172862829 
+0100
+++ /work/SRC/openSUSE:Factory/.sbl.new/sbl.changes 2017-12-04 
12:15:47.617859346 +0100
@@ -1,0 +2,9 @@
+Sat Dec  2 10:41:38 UTC 2017 - dims...@opensuse.org
+
+- Migrate orca plugin to python3: orca has been a python3
+  application since version 3.7, released in 2013:
+  + Add python3-base BuildRequires.
+  + Add sbl-orca-python3.patch: convert brlapi.py and
+python/Makefile to python3.
+
+---

New:

  sbl-orca-python3.patch



Other differences:
--
++ sbl.spec ++
--- /var/tmp/diff_new_pack.6MiPpf/_old  2017-12-04 12:15:48.377831753 +0100
+++ /var/tmp/diff_new_pack.6MiPpf/_new  2017-12-04 12:15:48.381831608 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sbl
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,10 +31,12 @@
 Patch4: sbl-libdir.patch
 Patch5: sbl-init-scripts.patch
 Patch6: sbl-sppkdev.patch
+Patch7: sbl-orca-python3.patch
 BuildRequires:  bluez-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libusb-devel
 BuildRequires:  orca
+BuildRequires:  python3-base
 BuildRequires:  speechd-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1310
@@ -57,7 +59,6 @@
 License:GPL-2.0 and GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Utilities
 Requires:   orca
-%py_requires
 
 %description orca
 this python module enables orca to use brld for braille output
@@ -72,6 +73,7 @@
 %endif
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 make %{?_smp_mflags} CFLAGS="%{optflags} -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE" 
LIB_CFLAGS="%{optflags} -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -fPIC 
-I%{_includedir}/speech-dispatcher"
@@ -147,7 +149,7 @@
 
 %files orca
 %defattr (-,root,root,755)
-%dir %{python_sitearch}/orca
-%{python_sitearch}/orca/brlapi.py*
+%dir %{python3_sitearch}/orca
+%{python3_sitearch}/orca/brlapi.py*
 
 %changelog

++ sbl-orca-python3.patch ++
Index: sbl-3.5.0.20130317.git7a75bc29/python/Makefile
===
--- sbl-3.5.0.20130317.git7a75bc29.orig/python/Makefile
+++ sbl-3.5.0.20130317.git7a75bc29/python/Makefile
@@ -2,12 +2,11 @@
 ### Author: Marco Skambraks 
 include ../make.config
 
-PYVER=$(shell python --version 2>&1|cut -c 8-|cut -c 1-3)
-ORCA_DIR=$(DESTDIR)$(LIBDIR)/python$(PYVER)/site-packages/orca
+ORCA_DIR=$(DESTDIR)$(shell python3 -c "import site; 
print(site.getsitepackages()[0])")/orca
 
 all: brlapi.py
@echo -n Generating byte code... 
-   @python -c 'import brlapi' && echo ok || @echo failed
+   @python3 -c 'import brlapi' && echo ok || @echo failed
 
 clean:
rm -f *~ xyz jj.jj *.pyc
@@ -15,7 +14,7 @@ clean:
 install: all
@if [ -d $(ORCA_DIR) ] || [ ! -z "$(DESTDIR)" ]; then \
 install --directory $(ORCA_DIR) ; \
-install -m 644 brlapi.py brlapi.pyc $(ORCA_DIR) ; \
+install -m 644 brlapi.py* $(ORCA_DIR) ; \
else \
 echo please make sure that orca is installed in: ; \
 echo $(ORCA_DIR) ; \
Index: sbl-3.5.0.20130317.git7a75bc29/python/brlapi.py
===
--- sbl-3.5.0.20130317.git7a75bc29.orig/python/brlapi.py
+++ sbl-3.5.0.20130317.git7a75bc29/python/brlapi.py
@@ -42,7 +42,7 @@ class getconf:
 try:
 conffile = open("/etc/sbl.conf",'r')
 except:
-print "cannot open /etc/sbl.conf"
+print("cannot open /etc/sbl.conf")
 return None
 
 for i in conffile.readlines():
@@ -99,7 +99,7 @@ class getconf:
 try:
 kmfile = open("/etc/sbl/keymap/" + brlname + ".map", 'r')
 except:
-print "no keymap found for ", brlname
+print("no keymap found for ", brlname)
 return False
 
 for i in kmfile.readlines():
@@ -167,32 +167,32 @@ class Connection:
 if self.brld == None:
 self.brld = CDLL("libbrld.so.1")
 except:
-print "cannot open libbrld.so.1"

commit neovim for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package neovim for openSUSE:Factory checked 
in at 2017-12-04 12:16:28

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


Package is "neovim"

Mon Dec  4 12:16:28 2017 rev:10 rq:547888 version:0.2.2

Changes:

--- /work/SRC/openSUSE:Factory/neovim/neovim.changes2017-11-25 
08:42:51.841809501 +0100
+++ /work/SRC/openSUSE:Factory/.neovim.new/neovim.changes   2017-12-04 
12:16:30.884288445 +0100
@@ -1,0 +2,5 @@
+Sun Dec  3 21:23:18 UTC 2017 - bwiedem...@suse.com
+
+- Make build result independent from build hostname and username
+
+---



Other differences:
--
++ neovim.spec ++
--- /var/tmp/diff_new_pack.lBcHjT/_old  2017-12-04 12:16:32.964212928 +0100
+++ /var/tmp/diff_new_pack.lBcHjT/_new  2017-12-04 12:16:32.968212782 +0100
@@ -70,6 +70,9 @@
 sed -i "s/__DATE__/\"$BUILD_DATE\"/" $(grep -rl '__DATE__')
 
 %build
+# set vars to make build reproducible in spite of config/CMakeLists.txt
+HOSTNAME=OBS
+USERNAME=OBS
 %cmake \
   -DLUA_PRG=%{_bindir}/lua \
   -DUSE_BUNDLED=OFF\




commit python-pysaml2 for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package python-pysaml2 for openSUSE:Factory 
checked in at 2017-12-04 12:16:22

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


Package is "python-pysaml2"

Mon Dec  4 12:16:22 2017 rev:8 rq:547617 version:4.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pysaml2/python-pysaml2.changes
2017-11-17 10:38:58.058919881 +0100
+++ /work/SRC/openSUSE:Factory/.python-pysaml2.new/python-pysaml2.changes   
2017-12-04 12:16:25.204494665 +0100
@@ -1,0 +2,6 @@
+Wed Nov 29 08:25:34 UTC 2017 - ok...@suse.com
+
+- Add missing runtime dependency on 'defusedxml'
+- Add obsolete suse_version special handling
+
+---



Other differences:
--
++ python-pysaml2.spec ++
--- /var/tmp/diff_new_pack.UlCMUk/_old  2017-12-04 12:16:26.408450952 +0100
+++ /var/tmp/diff_new_pack.UlCMUk/_new  2017-12-04 12:16:26.408450952 +0100
@@ -51,12 +51,9 @@
 BuildRequires:  %{python_module repoze.who}
 BuildRequires:  %{python_module requests >= 1.0.0}
 %endif
-%if 0%{?suse_release}
-# NOTE(saschpe): xmlsec has a lot of deps and some issues, thus not require it:
-Recommends: python-xmlsec
-%endif
 Requires:   python-Paste
 Requires:   python-decorator
+Requires:   python-defusedxml
 Requires:   python-future
 Requires:   python-pyOpenSSL
 Requires:   python-pycryptodomex
@@ -67,11 +64,7 @@
 Requires:   python-six
 Requires:   python-zope.interface
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
 
 %python_subpackages
 




commit libQtWebKit4 for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package libQtWebKit4 for openSUSE:Factory 
checked in at 2017-12-04 12:15:09

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


Package is "libQtWebKit4"

Mon Dec  4 12:15:09 2017 rev:46 rq:546808 version:4.8.7+2.3.4

Changes:

--- /work/SRC/openSUSE:Factory/libQtWebKit4/libQtWebKit4.changes
2017-03-31 15:01:07.479320657 +0200
+++ /work/SRC/openSUSE:Factory/.libQtWebKit4.new/libQtWebKit4.changes   
2017-12-04 12:15:13.587094921 +0100
@@ -1,0 +2,8 @@
+Thu Nov 30 17:03:13 UTC 2017 - dims...@opensuse.org
+
+- Unconditionally buildrequire python-xml: our build script makes
+  use of it and we just can't rely on 3rd party packages to bring
+  our dependencies (in the past, glib2-devel brought python-xml,
+  but that package changed to python3 code).
+
+---



Other differences:
--
++ libQtWebKit4.spec ++
--- /var/tmp/diff_new_pack.rieuIq/_old  2017-12-04 12:15:16.346994715 +0100
+++ /var/tmp/diff_new_pack.rieuIq/_new  2017-12-04 12:15:16.354994424 +0100
@@ -62,9 +62,7 @@
 BuildRequires:  pcre-devel
 BuildRequires:  perl
 BuildRequires:  python-devel
-%if 0%{?suse_version} <= 1110
 BuildRequires:  python-xml
-%endif
 BuildRequires:  ruby
 %if 0%{?suse_version} > 1140
 BuildRequires:  perl-Switch




commit speech-dispatcher for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package speech-dispatcher for 
openSUSE:Factory checked in at 2017-12-04 12:15:33

Comparing /work/SRC/openSUSE:Factory/speech-dispatcher (Old)
 and  /work/SRC/openSUSE:Factory/.speech-dispatcher.new (New)


Package is "speech-dispatcher"

Mon Dec  4 12:15:33 2017 rev:25 rq:547109 version:0.8.7

Changes:

--- /work/SRC/openSUSE:Factory/speech-dispatcher/speech-dispatcher.changes  
2017-10-02 16:48:55.422855493 +0200
+++ /work/SRC/openSUSE:Factory/.speech-dispatcher.new/speech-dispatcher.changes 
2017-12-04 12:15:34.818324066 +0100
@@ -1,0 +2,6 @@
+Thu Nov 30 16:40:45 UTC 2017 - dims...@opensuse.org
+
+- Drop py_requires: this is a static python2-dependency on a
+  python3 package.
+
+---



Other differences:
--
++ speech-dispatcher.spec ++
--- /var/tmp/diff_new_pack.cx3J5I/_old  2017-12-04 12:15:35.538297926 +0100
+++ /var/tmp/diff_new_pack.cx3J5I/_new  2017-12-04 12:15:35.542297781 +0100
@@ -76,8 +76,6 @@
 Requires:   %{name} = %{version}
 Requires:   python3-xdg
 Enhances:   %{name}
-# spd-conf is in python
-%py_requires
 
 %description configure
 The goal of Speech Dispatcher project is to provide a high-level device




commit gstreamer for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package gstreamer for openSUSE:Factory 
checked in at 2017-12-04 12:15:26

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


Package is "gstreamer"

Mon Dec  4 12:15:26 2017 rev:47 rq:547077 version:1.12.3

Changes:

--- /work/SRC/openSUSE:Factory/gstreamer/gstreamer.changes  2017-09-25 
13:56:31.971177267 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer.new/gstreamer.changes 2017-12-04 
12:15:28.350558895 +0100
@@ -1,0 +2,13 @@
+Fri Dec  1 08:50:56 UTC 2017 - zai...@opensuse.org
+
+- Add explicit python3-xml BuildRequires: fix build on older
+  versions of openSUSE.
+
+---
+Wed Nov 29 12:32:33 UTC 2017 - dims...@opensuse.org
+
+- Switch to python3:
+  + Replace python BuildRequires with python3-base.
+  + Export PYTHON=/usr/bin/python3 before calling configure.
+
+---



Other differences:
--
++ gstreamer.spec ++
--- /var/tmp/diff_new_pack.Z95HNW/_old  2017-12-04 12:15:29.270525493 +0100
+++ /var/tmp/diff_new_pack.Z95HNW/_new  2017-12-04 12:15:29.278525203 +0100
@@ -47,7 +47,8 @@
 BuildRequires:  gobject-introspection-devel >= 1.31.1
 BuildRequires:  gtk-doc >= 1.12
 BuildRequires:  pkgconfig
-BuildRequires:  python
+BuildRequires:  python3-base
+BuildRequires:  python3-xml
 BuildRequires:  pkgconfig(bash-completion) >= 2.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
 BuildRequires:  pkgconfig(libunwind)
@@ -155,6 +156,7 @@
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing -fPIE"
 export LDFLAGS="-pie"
+export PYTHON=/usr/bin/python3
 %configure \
 --with-ptp-helper-permissions=capabilities \
 --with-package-name='openSUSE GStreamer package' \




commit gstreamer-plugins-base for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-base for 
openSUSE:Factory checked in at 2017-12-04 12:15:20

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


Package is "gstreamer-plugins-base"

Mon Dec  4 12:15:20 2017 rev:46 rq:547076 version:1.12.3

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-base/gstreamer-plugins-base.changes
2017-09-25 13:55:57.280058206 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new/gstreamer-plugins-base.changes
   2017-12-04 12:15:21.390811587 +0100
@@ -1,0 +2,13 @@
+Fri Dec  1 01:54:53 UTC 2017 - zai...@opensuse.org
+
+- Add explicit python3-xml BuildRequires: fix build on older
+  versions of openSUSE.
+
+---
+Wed Nov 29 14:25:58 UTC 2017 - dims...@opensuse.org
+
+- Switch to python3:
+  + Replace python-base BuildRequires with python3-base.
+  + Export PYTHON=/usr/bin/python3 before calling configure.
+
+---



Other differences:
--
++ gstreamer-plugins-base.spec ++
--- /var/tmp/diff_new_pack.PIyOf9/_old  2017-12-04 12:15:22.066787043 +0100
+++ /var/tmp/diff_new_pack.PIyOf9/_new  2017-12-04 12:15:22.066787043 +0100
@@ -38,7 +38,8 @@
 BuildRequires:  libXext-devel
 BuildRequires:  libXv-devel
 BuildRequires:  orc >= 0.4.24
-BuildRequires:  python-base
+BuildRequires:  python3-base
+BuildRequires:  python3-xml
 BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.12.0
 %if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
@@ -414,6 +415,7 @@
 # FIXME: GTKDOC_CFLAGS, GST_OBJ_CFLAGS:
 # Silently ignored compilation of uninstalled gtk-doc scanners without 
RPM_OPT_FLAGS.
 export CFLAGS="%{optflags} -fno-strict-aliasing"
+export PYTHON=/usr/bin/python3
 %configure\
--with-package-name='openSUSE GStreamer-plugins-base package'\
--with-package-origin='http://download.opensuse.org'\




commit graphene for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package graphene for openSUSE:Factory 
checked in at 2017-12-04 12:15:02

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


Package is "graphene"

Mon Dec  4 12:15:02 2017 rev:5 rq:546766 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/graphene/graphene.changes2017-08-18 
14:59:18.437205012 +0200
+++ /work/SRC/openSUSE:Factory/.graphene.new/graphene.changes   2017-12-04 
12:15:03.279469165 +0100
@@ -1,0 +2,10 @@
+Wed Nov 29 12:22:26 UTC 2017 - dims...@opensuse.org
+
+- Switch to python3:
+  + Update the shebang in src/identfilter.py using sed.
+  + Replace --identifier-filter-cmd=python in src/meson.build with
+--identifier-filter-cmd=python3 (using sed).
+  + Add python3-base BuildRequires: needed to have the python3
+interpreter present.
+
+---



Other differences:
--
++ graphene.spec ++
--- /var/tmp/diff_new_pack.6fiyhT/_old  2017-12-04 12:15:03.951444768 +0100
+++ /var/tmp/diff_new_pack.6fiyhT/_new  2017-12-04 12:15:03.955444622 +0100
@@ -28,6 +28,7 @@
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  meson >= 0.37.0
 BuildRequires:  pkgconfig
+BuildRequires:  python3-base
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.30.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -76,6 +77,9 @@
 
 %prep
 %setup -q
+# replace usr/bin/env shebang
+sed -i "s|/usr/bin/env python|/usr/bin/python3|" src/identfilter.py
+sed -i "s|--identifier-filter-cmd=python|--identifier-filter-cmd=python3|" 
src/meson.build
 
 %build
 # meson errors out without a utf8 LANG set




commit lensfun for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package lensfun for openSUSE:Factory checked 
in at 2017-12-04 12:14:55

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


Package is "lensfun"

Mon Dec  4 12:14:55 2017 rev:45 rq:546765 version:0.3.2

Changes:

--- /work/SRC/openSUSE:Factory/lensfun/lensfun.changes  2017-10-25 
17:45:38.892689873 +0200
+++ /work/SRC/openSUSE:Factory/.lensfun.new/lensfun.changes 2017-12-04 
12:14:56.547713579 +0100
@@ -1,0 +2,6 @@
+Thu Nov 30 14:21:55 UTC 2017 - dims...@opensuse.org
+
+- Pass -DPYTHON_EXECUTABLE=%{_bindir}/python3 to cmake: ensure the
+  entire build uses python3.
+
+---



Other differences:
--
++ lensfun.spec ++
--- /var/tmp/diff_new_pack.RmN11o/_old  2017-12-04 12:14:57.123692666 +0100
+++ /var/tmp/diff_new_pack.RmN11o/_new  2017-12-04 12:14:57.127692521 +0100
@@ -150,7 +150,8 @@
 -DBUILD_DOC=ON \
 -DDOCDIR=%{_defaultdocdir}/%{name} \
 -DCMAKE_INSTALL_DOCDIR=%{_defaultdocdir}/%{name} \
--DINSTALL_HELPER_SCRIPTS=ON
+-DINSTALL_HELPER_SCRIPTS=ON \
+-DPYTHON_EXECUTABLE=%{_bindir}/python3
 make %{?_smp_mflags} lensfun doc
 
 %install




commit gstreamer-plugins-good for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-good for 
openSUSE:Factory checked in at 2017-12-04 12:14:42

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


Package is "gstreamer-plugins-good"

Mon Dec  4 12:14:42 2017 rev:49 rq:546682 version:1.12.3

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-good/gstreamer-plugins-good.changes
2017-09-25 13:56:04.846993560 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new/gstreamer-plugins-good.changes
   2017-12-04 12:14:47.532040916 +0100
@@ -1,0 +2,12 @@
+Thu Nov 30 10:10:33 UTC 2017 - zai...@opensuse.org
+
+- Add python3-xml BuildRequires as it is needed for xml support.
+
+---
+Wed Nov 29 13:59:18 UTC 2017 - dims...@opensuse.org
+
+- Switch to python3:
+  + Replace python-base BuildRequires with python3-base.
+  + Export PYTHON=/usr/bin/python3 before calling configure.
+
+---



Other differences:
--
++ gstreamer-plugins-good.spec ++
--- /var/tmp/diff_new_pack.uzM33F/_old  2017-12-04 12:14:49.047985875 +0100
+++ /var/tmp/diff_new_pack.uzM33F/_new  2017-12-04 12:14:49.051985730 +0100
@@ -45,7 +45,8 @@
 BuildRequires:  libbz2-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  orc >= 0.4.16
-BuildRequires:  python-base
+BuildRequires:  python3-base
+BuildRequires:  python3-xml
 %if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
 %endif
@@ -123,6 +124,7 @@
 %endif
 
 %build
+export PYTHON=/usr/bin/python3
 %configure\
--with-package-name='openSUSE GStreamer-plugins-good package'\
--with-package-origin='http://download.opensuse.org'\




commit gstreamer-plugins-ugly for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-ugly for 
openSUSE:Factory checked in at 2017-12-04 12:14:50

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


Package is "gstreamer-plugins-ugly"

Mon Dec  4 12:14:50 2017 rev:44 rq:546683 version:1.12.3

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-ugly/gstreamer-plugins-ugly.changes
2017-09-25 13:56:20.464796181 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new/gstreamer-plugins-ugly.changes
   2017-12-04 12:14:52.759851107 +0100
@@ -1,0 +2,12 @@
+Thu Nov 30 10:15:11 UTC 2017 - zai...@opensuse.org
+
+- Add python3-xml BuildRequires as it is needed for xml support.
+
+---
+Wed Nov 29 14:36:46 UTC 2017 - dims...@opensuse.org
+
+- Switch to python3:
+  + Replace python-base BuildRequires with python3-base.
+  + Export PYTHON=/usr/bin/python3 before calling configure.
+
+---



Other differences:
--
++ gstreamer-plugins-ugly.spec ++
--- /var/tmp/diff_new_pack.xadQtx/_old  2017-12-04 12:14:54.515787353 +0100
+++ /var/tmp/diff_new_pack.xadQtx/_new  2017-12-04 12:14:54.515787353 +0100
@@ -40,7 +40,8 @@
 BuildRequires:  libmp3lame-devel
 BuildRequires:  orc >= 0.4.16
 BuildRequires:  pkgconfig
-BuildRequires:  python-base
+BuildRequires:  python3-base
+BuildRequires:  python3-xml
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
 BuildRequires:  pkgconfig(gmodule-no-export-2.0)
 BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.12.0
@@ -126,6 +127,7 @@
 %setup -q -n %{_name}-%{version}
 
 %build
+export PYTHON=/usr/bin/python3
 %configure \
 %if ! 0%{?BUILD_ORIG}
--with-package-name='openSUSE gstreamer-plugins-ugly package' \




commit glib2 for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2017-12-04 12:14:33

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


Package is "glib2"

Mon Dec  4 12:14:33 2017 rev:191 rq:546642 version:2.54.2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2017-11-01 
11:07:26.214598113 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2017-12-04 
12:14:35.728469474 +0100
@@ -1,0 +2,10 @@
+Wed Nov 29 11:13:02 UTC 2017 - dims...@opensuse.org
+
+- Switch to python3:
+  + Pass --with-python=/usr/bin/python3 to configure.
+  + Replace python-base and python-xml BuildRequires with their
+python3 equivalents python3-base and python3-xml.
+  + Replace the -devel package's python-xml requires with
+python3-xml.
+
+---



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.FCfsHN/_old  2017-12-04 12:14:37.648399766 +0100
+++ /var/tmp/diff_new_pack.FCfsHN/_new  2017-12-04 12:14:37.652399620 +0100
@@ -61,9 +61,9 @@
 # glib/Makefile.am calls config.status, and thus triggers a bootstrap
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  python-base
+BuildRequires:  python3-base
 # gdbus-codegen is run during the build, so we need python-xml
-BuildRequires:  python-xml
+BuildRequires:  python3-xml
 BuildRequires:  xsltproc
 # Needed for gresource
 BuildRequires:  pkgconfig(libelf) >= 0.8.12
@@ -136,7 +136,7 @@
 Requires:   libgthread-2_0-0 = %{version}
 Requires:   pkgconfig
 # Required by gdbus-codegen
-Requires:   python-xml
+Requires:   python3-xml
 Provides:   glib2-doc = 2.19.6
 Obsoletes:  glib2-doc < 2.19.6
 # bug437293
@@ -280,6 +280,7 @@
 --enable-static \
 --enable-selinux \
 --enable-man \
+--with-python=%{_bindir}/python3 \
 %if 0%{?with_systemtap}
 --enable-systemtap \
 %endif




commit gstreamer-plugins-bad for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-bad for 
openSUSE:Factory checked in at 2017-12-04 12:14:21

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


Package is "gstreamer-plugins-bad"

Mon Dec  4 12:14:21 2017 rev:68 rq:546462 version:1.12.3

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes  
2017-11-14 14:10:56.501364151 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new/gstreamer-plugins-bad.changes
 2017-12-04 12:14:26.432806977 +0100
@@ -1,0 +2,13 @@
+Wed Nov 29 14:46:34 UTC 2017 - dims...@opensuse.org
+
+- Switch to python3:
+  + Replace python-base BuildRequires with python3-base.
+  + Export PYTHON=/usr/bin/python3 before calling configure.
+
+---
+Mon Nov 27 12:55:41 UTC 2017 - zai...@opensuse.org
+
+- Add pkgconfig(libde265) BuildRequires in orig-addon subpackage,
+  build h.265 (HVEC) decode support.
+
+---



Other differences:
--
++ gstreamer-plugins-bad.spec ++
--- /var/tmp/diff_new_pack.CADjqG/_old  2017-12-04 12:14:29.376700091 +0100
+++ /var/tmp/diff_new_pack.CADjqG/_new  2017-12-04 12:14:29.380699945 +0100
@@ -49,7 +49,7 @@
 BuildRequires:  libmpcdec-devel
 BuildRequires:  libtool
 BuildRequires:  orc >= 0.4.11
-BuildRequires:  python-base
+BuildRequires:  python3-base
 BuildRequires:  pkgconfig(OpenEXR)
 BuildRequires:  pkgconfig(bluez)
 BuildRequires:  pkgconfig(bzip2)
@@ -134,6 +134,7 @@
 BuildRequires:  faad2-devel
 BuildRequires:  libdca-devel
 BuildRequires:  pkgconfig(fdk-aac) >= 0.1.4
+BuildRequires:  pkgconfig(libde265) >= 0.9
 BuildRequires:  pkgconfig(librtmp)
 BuildRequires:  pkgconfig(mjpegtools)
 BuildRequires:  pkgconfig(vo-aacenc) >= 0.1.0
@@ -465,6 +466,7 @@
 %build
 # patch1 modifies configure.ac
 autoreconf -fi
+export PYTHON=/usr/bin/python3
 %configure \
 %if ! 0%{?BUILD_ORIG}
--with-package-name='openSUSE GStreamer-plugins-bad package' \
@@ -764,6 +766,7 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstfaac.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstfaad.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstfdkaac.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstlibde265.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmpeg2enc.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmplex.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstrtmp.so




commit plasma5-workspace-wallpapers for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package plasma5-workspace-wallpapers for 
openSUSE:Factory checked in at 2017-12-04 10:02:14

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


Package is "plasma5-workspace-wallpapers"

Mon Dec  4 10:02:14 2017 rev:40 rq:547212 version:5.11.4

Changes:

--- 
/work/SRC/openSUSE:Factory/plasma5-workspace-wallpapers/plasma5-workspace-wallpapers.changes
2017-11-08 15:15:48.361624168 +0100
+++ 
/work/SRC/openSUSE:Factory/.plasma5-workspace-wallpapers.new/plasma5-workspace-wallpapers.changes
   2017-12-04 10:02:21.232464055 +0100
@@ -1,0 +2,10 @@
+Thu Nov 30 10:47:37 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.4.php
+- Changes since 5.11.3:
+  * None
+
+---

Old:

  plasma-workspace-wallpapers-5.11.3.tar.xz

New:

  plasma-workspace-wallpapers-5.11.4.tar.xz



Other differences:
--
++ plasma5-workspace-wallpapers.spec ++
--- /var/tmp/diff_new_pack.cnlqw0/_old  2017-12-04 10:02:23.604377963 +0100
+++ /var/tmp/diff_new_pack.cnlqw0/_new  2017-12-04 10:02:23.612377672 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   plasma5-workspace-wallpapers
-Version:5.11.3
+Version:5.11.4
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.12

++ plasma-workspace-wallpapers-5.11.3.tar.xz -> 
plasma-workspace-wallpapers-5.11.4.tar.xz ++
/work/SRC/openSUSE:Factory/plasma5-workspace-wallpapers/plasma-workspace-wallpapers-5.11.3.tar.xz
 
/work/SRC/openSUSE:Factory/.plasma5-workspace-wallpapers.new/plasma-workspace-wallpapers-5.11.4.tar.xz
 differ: char 29, line 1




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

2017-12-04 Thread root
Hello community,

here is the log from the commit of package xdg-desktop-portal-kde for 
openSUSE:Factory checked in at 2017-12-04 10:02:31

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


Package is "xdg-desktop-portal-kde"

Mon Dec  4 10:02:31 2017 rev:12 rq:547219 version:5.11.4

Changes:

--- 
/work/SRC/openSUSE:Factory/xdg-desktop-portal-kde/xdg-desktop-portal-kde.changes
2017-11-08 15:15:51.445511606 +0100
+++ 
/work/SRC/openSUSE:Factory/.xdg-desktop-portal-kde.new/xdg-desktop-portal-kde.changes
   2017-12-04 10:02:37.883859666 +0100
@@ -1,0 +2,10 @@
+Thu Nov 30 10:47:52 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.4.php
+- Changes since 5.11.3:
+  * None
+
+---

Old:

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

New:

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



Other differences:
--
++ xdg-desktop-portal-kde.spec ++
--- /var/tmp/diff_new_pack.TmRbkC/_old  2017-12-04 10:02:38.511836873 +0100
+++ /var/tmp/diff_new_pack.TmRbkC/_new  2017-12-04 10:02:38.511836873 +0100
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.26.0
 Name:   xdg-desktop-portal-kde
-Version:5.11.3
+Version:5.11.4
 Release:0
 Summary:QT/KF5 backend for xdg-desktop-portal
 License:LGPL-2.1+

++ xdg-desktop-portal-kde-5.11.3.tar.xz -> 
xdg-desktop-portal-kde-5.11.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xdg-desktop-portal-kde-5.11.3/CMakeLists.txt 
new/xdg-desktop-portal-kde-5.11.4/CMakeLists.txt
--- old/xdg-desktop-portal-kde-5.11.3/CMakeLists.txt2017-11-07 
14:36:46.0 +0100
+++ new/xdg-desktop-portal-kde-5.11.4/CMakeLists.txt2017-11-28 
13:56:22.0 +0100
@@ -3,7 +3,7 @@
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
 
-set(PROJECT_VERSION "5.11.3")
+set(PROJECT_VERSION "5.11.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 # set KDE specific information #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xdg-desktop-portal-kde-5.11.3/po/da/xdg-desktop-portal-kde.po 
new/xdg-desktop-portal-kde-5.11.4/po/da/xdg-desktop-portal-kde.po
--- old/xdg-desktop-portal-kde-5.11.3/po/da/xdg-desktop-portal-kde.po   
2017-11-07 14:36:30.0 +0100
+++ new/xdg-desktop-portal-kde-5.11.4/po/da/xdg-desktop-portal-kde.po   
2017-11-28 13:56:05.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-05-23 03:08+0200\n"
-"PO-Revision-Date: 2017-05-30 22:07+0100\n"
+"PO-Revision-Date: 2017-11-27 19:39+0100\n"
 "Last-Translator: Martin Schlander \n"
 "Language-Team: Danish \n"
 "Language: da\n"
@@ -20,7 +20,7 @@
 #: src/accessdialog.cpp:42
 #, kde-format
 msgid "Request device access"
-msgstr ""
+msgstr "Anmod om adgang til enhed"
 
 #. i18n: ectx: property (windowTitle), widget (QDialog, AppChooserDialog)
 #. i18n: ectx: property (windowTitle), widget (QDialog, AccessDialog)
@@ -33,7 +33,7 @@
 #: src/accessdialog.ui:26
 #, kde-format
 msgid "Icon"
-msgstr ""
+msgstr "Ikon"
 
 #. i18n: ectx: property (text), widget (QLabel, titleLabel)
 #. i18n: ectx: property (text), widget (QLabel, subtitleLabel)
@@ -41,25 +41,25 @@
 #: src/accessdialog.ui:38 src/accessdialog.ui:51 src/accessdialog.ui:69
 #, kde-format
 msgid "TextLabel"
-msgstr ""
+msgstr "TekstEtiket"
 
 #: src/appchooserdialog.cpp:66
 #, kde-format
 msgid "Select"
-msgstr ""
+msgstr "Vælg"
 
 #: src/appchooserdialog.cpp:67
 #, kde-format
 msgid "Select application"
-msgstr ""
+msgstr "Vælg program"
 
 #. i18n: ectx: property (text), widget (QLabel, searchLabel)
 #: src/appchooserdialog.ui:22
 #, kde-format
 msgid "Search"
-msgstr ""
+msgstr "Søg"
 
 #: src/filechooser.cpp:159
 #, kde-format
 msgid "Open"
-msgstr ""
\ No newline at end of file
+msgstr "Åbn"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xdg-desktop-portal-kde-5.11.3/po/en_GB/xdg-desktop-portal-kde.po 
new/xdg-desktop-portal-kde-5.11.4/po/en_GB/xdg-desktop-portal-kde.po
--- old/xdg-desktop-portal-kde-5.11.3/po/en_GB/xdg-desktop-portal-kde.po
2017-11-07 14:36:31.0 +0100
+++ new/xdg-desktop-portal-kde-5.11.4/po/en_GB/xdg-desktop-portal-kde.po
2017-11-28 13:56:06.0 +0100
@@ -7,9 +7,9 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-05-23 03:08+0200

commit plasma5-sdk for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package plasma5-sdk for openSUSE:Factory 
checked in at 2017-12-04 10:02:07

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


Package is "plasma5-sdk"

Mon Dec  4 10:02:07 2017 rev:37 rq:547209 version:5.11.4

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-sdk/plasma5-sdk.changes  2017-11-08 
15:15:32.674196761 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-sdk.new/plasma5-sdk.changes 
2017-12-04 10:02:10.144866496 +0100
@@ -1,0 +2,10 @@
+Thu Nov 30 10:46:11 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.4.php
+- Changes since 5.11.3:
+  * None
+
+---

Old:

  plasma-sdk-5.11.3.tar.xz

New:

  plasma-sdk-5.11.4.tar.xz



Other differences:
--
++ plasma5-sdk.spec ++
--- /var/tmp/diff_new_pack.1wdacC/_old  2017-12-04 10:02:11.232827007 +0100
+++ /var/tmp/diff_new_pack.1wdacC/_new  2017-12-04 10:02:11.236826862 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-sdk
-Version:5.11.3
+Version:5.11.4
 Release:0
 Summary:Plasma SDK
 License:LGPL-2.0+ and GPL-2.0

++ plasma-sdk-5.11.3.tar.xz -> plasma-sdk-5.11.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-sdk-5.11.3/CMakeLists.txt 
new/plasma-sdk-5.11.4/CMakeLists.txt
--- old/plasma-sdk-5.11.3/CMakeLists.txt2017-11-07 14:08:09.0 
+0100
+++ new/plasma-sdk-5.11.4/CMakeLists.txt2017-11-28 13:42:46.0 
+0100
@@ -1,5 +1,5 @@
 project(plasma-sdk)
-set(PROJECT_VERSION "5.11.3")
+set(PROJECT_VERSION "5.11.4")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-sdk-5.11.3/po/ca/cuttlefish.po 
new/plasma-sdk-5.11.4/po/ca/cuttlefish.po
--- old/plasma-sdk-5.11.3/po/ca/cuttlefish.po   2017-11-07 14:06:37.0 
+0100
+++ new/plasma-sdk-5.11.4/po/ca/cuttlefish.po   2017-11-28 13:41:08.0 
+0100
@@ -3,15 +3,15 @@
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Antoni Bella Pérez , 2015.
+# Antoni Bella Pérez , 2015, 2017.
 # Josep Ma. Ferrer , 2015, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: cuttlefish\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-05-07 02:56+0200\n"
-"PO-Revision-Date: 2017-05-07 15:50+0100\n"
-"Last-Translator: Josep Ma. Ferrer \n"
+"PO-Revision-Date: 2017-11-20 13:05+0100\n"
+"Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
@@ -69,12 +69,12 @@
 #: package/contents/ui/Preview.qml:178
 #, kde-format
 msgid "Insert QtQuick code"
-msgstr "Insereix codi QtQuick"
+msgstr "Insereix el codi QtQuick"
 
 #: package/contents/ui/Preview.qml:178
 #, kde-format
 msgid "Copy QtQuick code to clipboard"
-msgstr "Copia codi QtQuick al porta-retalls"
+msgstr "Copia el codi QtQuick al porta-retalls"
 
 #: package/contents/ui/Preview.qml:195
 #, kde-format
@@ -114,4 +114,4 @@
 #: src/main.cpp:55
 #, kde-format
 msgid "Run in icon-picker mode"
-msgstr "Executa en mode de selecció d'icona"
\ No newline at end of file
+msgstr "Executa en el mode de selecció d'icona"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-sdk-5.11.3/po/ca/plasmaengineexplorer.po 
new/plasma-sdk-5.11.4/po/ca/plasmaengineexplorer.po
--- old/plasma-sdk-5.11.3/po/ca/plasmaengineexplorer.po 2017-11-07 
14:06:37.0 +0100
+++ new/plasma-sdk-5.11.4/po/ca/plasmaengineexplorer.po 2017-11-28 
13:41:08.0 +0100
@@ -1,16 +1,16 @@
 # Translation of plasmaengineexplorer.po to Catalan
-# Copyright (C) 2007-2016 This_file_is_part_of_KDE
+# Copyright (C) 2007-2017 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2012, 2013, 
2014.
-# Antoni Bella Pérez , 2015, 2016.
+# Antoni Bella Pérez , 2015, 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: plasmaengineexplorer\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-08-21 03:48+0200\n"
-"PO-Revision-Date: 2016-03-28 12:41+0100\n"
+"PO-Revision-Date: 2017-11-15 16:21+0100\n"
 "Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"

commit kdebindings-smokeqt for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package kdebindings-smokeqt for 
openSUSE:Factory checked in at 2017-12-04 10:02:38

Comparing /work/SRC/openSUSE:Factory/kdebindings-smokeqt (Old)
 and  /work/SRC/openSUSE:Factory/.kdebindings-smokeqt.new (New)


Package is "kdebindings-smokeqt"

Mon Dec  4 10:02:38 2017 rev:54 rq:547672 version:4.14.3

Changes:

--- /work/SRC/openSUSE:Factory/kdebindings-smokeqt/kdebindings-smokeqt.changes  
2016-06-19 12:52:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokeqt.new/kdebindings-smokeqt.changes 
2017-12-04 10:02:40.551762830 +0100
@@ -1,0 +2,5 @@
+Sat Dec  2 22:14:07 UTC 2017 - fab...@ritter-vogt.de
+
+- Don't build with Qt4 WebKit
+
+---



Other differences:
--
++ kdebindings-smokeqt.spec ++
--- /var/tmp/diff_new_pack.EhkZPB/_old  2017-12-04 10:02:41.307735392 +0100
+++ /var/tmp/diff_new_pack.EhkZPB/_new  2017-12-04 10:02:41.311735246 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdebindings-smokeqt
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,6 @@
 Source0:smokeqt-%{version}.tar.xz
 BuildRequires:  cmake
 BuildRequires:  kde4-filesystem
-BuildRequires:  libQtWebKit-devel
 BuildRequires:  libqimageblitz-devel
 BuildRequires:  libqscintilla-devel
 BuildRequires:  libsmokegen-devel




commit grub2-theme-breeze for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package grub2-theme-breeze for 
openSUSE:Factory checked in at 2017-12-04 10:02:22

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


Package is "grub2-theme-breeze"

Mon Dec  4 10:02:22 2017 rev:20 rq:547217 version:5.11.4

Changes:

--- /work/SRC/openSUSE:Factory/grub2-theme-breeze/grub2-theme-breeze.changes
2017-11-08 15:15:49.769572777 +0100
+++ 
/work/SRC/openSUSE:Factory/.grub2-theme-breeze.new/grub2-theme-breeze.changes   
2017-12-04 10:02:34.939966520 +0100
@@ -1,0 +2,10 @@
+Thu Nov 30 10:43:14 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.4.php
+- Changes since 5.11.3:
+  * None
+
+---

Old:

  breeze-grub-5.11.3.tar.xz

New:

  breeze-grub-5.11.4.tar.xz



Other differences:
--
++ grub2-theme-breeze.spec ++
--- /var/tmp/diff_new_pack.9nMCQ1/_old  2017-12-04 10:02:36.055926015 +0100
+++ /var/tmp/diff_new_pack.9nMCQ1/_new  2017-12-04 10:02:36.059925869 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   grub2-theme-breeze
-Version:5.11.3
+Version:5.11.4
 Release:0
 Summary:Plasma branding for GRUB2's graphical console
 License:GPL-3.0+

++ breeze-grub-5.11.3.tar.xz -> breeze-grub-5.11.4.tar.xz ++




commit pam_kwallet for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package pam_kwallet for openSUSE:Factory 
checked in at 2017-12-04 10:02:04

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


Package is "pam_kwallet"

Mon Dec  4 10:02:04 2017 rev:19 rq:547204 version:5.11.4

Changes:

--- /work/SRC/openSUSE:Factory/pam_kwallet/pam_kwallet.changes  2017-11-08 
15:15:32.030220266 +0100
+++ /work/SRC/openSUSE:Factory/.pam_kwallet.new/pam_kwallet.changes 
2017-12-04 10:02:06.512998320 +0100
@@ -1,0 +2,10 @@
+Thu Nov 30 10:44:10 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.4.php
+- Changes since 5.11.3:
+  * None
+
+---

Old:

  kwallet-pam-5.11.3.tar.xz

New:

  kwallet-pam-5.11.4.tar.xz



Other differences:
--
++ pam_kwallet.spec ++
--- /var/tmp/diff_new_pack.Vk4n27/_old  2017-12-04 10:02:07.360967542 +0100
+++ /var/tmp/diff_new_pack.Vk4n27/_new  2017-12-04 10:02:07.364967396 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   pam_kwallet
-Version:5.11.3
+Version:5.11.4
 Release:0
 Summary:A PAM Module for KWallet signing
 License:LGPL-2.1 and GPL-2.0+ and GPL-3.0

++ kwallet-pam-5.11.3.tar.xz -> kwallet-pam-5.11.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-pam-5.11.3/CMakeLists.txt 
new/kwallet-pam-5.11.4/CMakeLists.txt
--- old/kwallet-pam-5.11.3/CMakeLists.txt   2017-11-07 13:47:47.0 
+0100
+++ new/kwallet-pam-5.11.4/CMakeLists.txt   2017-11-28 13:19:29.0 
+0100
@@ -1,7 +1,7 @@
 project(pam_kwallet)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.11.3")
+set(PROJECT_VERSION "5.11.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 find_package (ECM 1.2.0 REQUIRED NO_MODULE)




commit plymouth-theme-breeze for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package plymouth-theme-breeze for 
openSUSE:Factory checked in at 2017-12-04 10:01:59

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


Package is "plymouth-theme-breeze"

Mon Dec  4 10:01:59 2017 rev:20 rq:547179 version:5.11.4

Changes:

--- 
/work/SRC/openSUSE:Factory/plymouth-theme-breeze/plymouth-theme-breeze.changes  
2017-11-08 15:15:31.314246399 +0100
+++ 
/work/SRC/openSUSE:Factory/.plymouth-theme-breeze.new/plymouth-theme-breeze.changes
 2017-12-04 10:02:04.737062780 +0100
@@ -1,0 +2,10 @@
+Thu Nov 30 10:47:45 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.4.php
+- Changes since 5.11.3:
+  * fix overlapping labels on systems with different window sizes
+
+---

Old:

  breeze-plymouth-5.11.3.tar.xz

New:

  breeze-plymouth-5.11.4.tar.xz



Other differences:
--
++ plymouth-theme-breeze.spec ++
--- /var/tmp/diff_new_pack.zk2TSc/_old  2017-12-04 10:02:05.585032002 +0100
+++ /var/tmp/diff_new_pack.zk2TSc/_new  2017-12-04 10:02:05.589031857 +0100
@@ -34,7 +34,7 @@
 
 
 Name:   plymouth-theme-breeze
-Version:5.11.3
+Version:5.11.4
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 1.8.0

++ breeze-plymouth-5.11.3.tar.xz -> breeze-plymouth-5.11.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-plymouth-5.11.3/CMakeLists.txt 
new/breeze-plymouth-5.11.4/CMakeLists.txt
--- old/breeze-plymouth-5.11.3/CMakeLists.txt   2017-11-07 13:29:18.0 
+0100
+++ new/breeze-plymouth-5.11.4/CMakeLists.txt   2017-11-28 13:00:48.0 
+0100
@@ -1,5 +1,5 @@
 project(breeze-plymouth)
-set(PROJECT_VERSION "5.11.3")
+set(PROJECT_VERSION "5.11.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-plymouth-5.11.3/breeze/breeze.script.cmake 
new/breeze-plymouth-5.11.4/breeze/breeze.script.cmake
--- old/breeze-plymouth-5.11.3/breeze/breeze.script.cmake   2017-11-07 
13:29:18.0 +0100
+++ new/breeze-plymouth-5.11.4/breeze/breeze.script.cmake   2017-11-28 
13:00:48.0 +0100
@@ -201,7 +201,12 @@
 text_height = first_line_height * 7.5;
 
 // FIXME: why minimum?
-local.min_height = Window.GetHeight();
+// The maximum Y we may end at, if we exceed this we'll try to scoot up
+// a bit. This includes the Window offset itself as we position ourselves
+// relative to the Spinner which is relative to the Logo which is relative
+// to the center of the window TAKING INTO ACCOUNT the y offset of the
+// window!
+local.min_height = Window.GetHeight() + Window.GetY();
 
 if (y + text_height > min_height)
 y = min_height - text_height;




commit plasma-vault for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package plasma-vault for openSUSE:Factory 
checked in at 2017-12-04 10:02:11

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


Package is "plasma-vault"

Mon Dec  4 10:02:11 2017 rev:7 rq:547210 version:5.11.4

Changes:

--- /work/SRC/openSUSE:Factory/plasma-vault/plasma-vault.changes
2017-11-08 15:15:33.458168146 +0100
+++ /work/SRC/openSUSE:Factory/.plasma-vault.new/plasma-vault.changes   
2017-12-04 10:02:13.444746722 +0100
@@ -1,0 +2,10 @@
+Thu Nov 30 10:47:40 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.4.php
+- Changes since 5.11.3:
+  * Enable -DQT_NO_URL_CAST_FROM_STRING and fix compilation.
+
+---

Old:

  plasma-vault-5.11.3.tar.xz

New:

  plasma-vault-5.11.4.tar.xz



Other differences:
--
++ plasma-vault.spec ++
--- /var/tmp/diff_new_pack.2G7568/_old  2017-12-04 10:02:14.404711879 +0100
+++ /var/tmp/diff_new_pack.2G7568/_new  2017-12-04 10:02:14.408711734 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   plasma-vault
-Version:5.11.3
+Version:5.11.4
 Release:0
 %define kf5_version 5.17.0
 Summary:Plasma applet and services for creating encrypted vaults

++ plasma-vault-5.11.3.tar.xz -> plasma-vault-5.11.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.11.3/CMakeLists.txt 
new/plasma-vault-5.11.4/CMakeLists.txt
--- old/plasma-vault-5.11.3/CMakeLists.txt  2017-11-07 14:08:40.0 
+0100
+++ new/plasma-vault-5.11.4/CMakeLists.txt  2017-11-28 13:43:16.0 
+0100
@@ -4,7 +4,7 @@
 
 project (PlasmaVault)
 
-set(PROJECT_VERSION "5.11.3")
+set(PROJECT_VERSION "5.11.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 set (PLASMAVAULT_VERSION "0.1")
@@ -72,6 +72,8 @@
 include (ECMPackageConfigHelpers)
 include (ECMSetupVersion)
 
+add_definitions (-DQT_NO_URL_CAST_FROM_STRING)
+add_definitions (-DQT_NO_CAST_TO_ASCII)
 add_definitions (-DTRANSLATION_DOMAIN=\"plasmavault-kde\")
 add_definitions (-fexceptions)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.11.3/kded/plasmavault.desktop 
new/plasma-vault-5.11.4/kded/plasmavault.desktop
--- old/plasma-vault-5.11.3/kded/plasmavault.desktop2017-11-07 
14:08:40.0 +0100
+++ new/plasma-vault-5.11.4/kded/plasmavault.desktop2017-11-28 
13:43:16.0 +0100
@@ -14,7 +14,7 @@
 Name[it]=Modulo del caveau di Plasma
 Name[nl]=Plasma module voor kluis
 Name[pa]=ਪਲਾਜ਼ਮਾ ਵਾਲਟ ਮੋਡੀਊਲ
-Name[pl]=Moduł krypty Plazmy
+Name[pl]=Moduł sejfu Plazmy
 Name[pt]=Módulo do Plasma Vault
 Name[pt_BR]=Módulo de cofre do Plasma
 Name[sk]=Modul Plasma Vault
@@ -32,6 +32,7 @@
 Comment[ar]=توفّر خزنات معمّاة
 Comment[ca]=Proporciona voltes encriptades
 Comment[ca@valencia]=Proporciona voltes encriptades
+Comment[da]=Giver mulighed for krypterede sikkerhedsbokse
 Comment[el]=Παρέχει κρυπτογραφημένα θησαυροφυλάκια
 Comment[en_GB]=Provides encrypted vaults
 Comment[es]=Proporciona cajas fuertes cifradas
@@ -42,7 +43,7 @@
 Comment[it]=Caveau criptati forniti
 Comment[nl]=Levert versleutelde kluizen
 Comment[pa]=ਇੰਕ੍ਰਿਪਟ ਕੀਤੇ ਵਾਲਟ ਦਿੰਦਾ ਹੈ
-Comment[pl]=Zapewnia zaszyfrowane krypty
+Comment[pl]=Zapewnia zaszyfrowane sejfy
 Comment[pt]=Fornece 'cofres' encriptados
 Comment[pt_BR]=Fornece cofres criptografados
 Comment[sk]=Poskytuje šifrovanú klenbu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-vault-5.11.3/kded/ui/directorychooserwidget.cpp 
new/plasma-vault-5.11.4/kded/ui/directorychooserwidget.cpp
--- old/plasma-vault-5.11.3/kded/ui/directorychooserwidget.cpp  2017-11-07 
14:08:40.0 +0100
+++ new/plasma-vault-5.11.4/kded/ui/directorychooserwidget.cpp  2017-11-28 
13:43:16.0 +0100
@@ -68,8 +68,8 @@
 d->flags = flags;
 
 connect(d->ui.editMountPoint, &KUrlRequester::textEdited,
-this, [&] (const QString &url) {
-d->setMountPointValid(d->isDirectoryValid(url));
+this, [&] () {
+
d->setMountPointValid(d->isDirectoryValid(d->ui.editMountPoint->url()));
 });
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-vault-5.11.3/kded/ui/directorypairchooserwidget.cpp 
new/plasma-vault-5.11.4/kded/ui/directorypairchooserwidget.cpp
--- old/plasma-vault-5.11.3/kded/ui/directorypairchooserwidget.cpp

commit calibre for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2017-12-04 10:01:54

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


Package is "calibre"

Mon Dec  4 10:01:54 2017 rev:178 rq:547087 version:3.13.0

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2017-11-12 
18:03:26.454426862 +0100
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2017-12-04 
10:01:57.385329621 +0100
@@ -1,0 +2,43 @@
+Fri Dec  1 11:04:59 UTC 2017 - ec...@opensuse.org
+
+- update to 3.13.0
+  New Features
+  - Driver for the new Bq Cervantes 4
+  - Edit book: Auto-generate links to existing stylesheets when
+adding a new HTML file.
+  - Add a button to easily clear server logs in 
+Preferences->Sharing over the net->Show server logs.
+  - Catalog generation: Store the list of fields to be used in 
+generating CSV/XML catalogs per library.
+  - Bulk metadata edit: Make the custom series controls similar to 
+the builtin series ones, with the same set of features
+  - Edit book: Pre-select existing cover image (if any) in add 
+cover dialog
+  - Make the Manage saved searches dialog a little easier for new 
+users.
+  - Add a tweak to control behavior of Enter on the book list
+  - Content server: Fix random book button on book details page 
+multiplying.
+  - Edit Book: Bulk file rename dialog: Remember last used prefix 
+for renaming files
+  Bug Fixes
+  - Tag browser: Fix use of the tweak to control order of items in 
+the Tag browser causing unexpected expansion of items after
+editing metadata.
+  - Content server: Improve rendering of tags/categories with long 
+words on small screens.
+  - Fix first added saved search not appearing in Tag browser until
+calibre restart.
+  - When checking added books for duplicates, also check on the 
+language field. So books with the same title/authors but 
+different languages are not considered duplicates.
+  - Edit Book: Spell check should not fail if there are non-HTML 
+files in the spine
+  - Conversion: Fix an error when using the embed_all_fonts option
+with certain books
+  - Save to disk: Dont error out if the user deletes all formats 
+to be saved.
+  - Linux binary: Fix calibre not starting on systems where 
+QT_QPA_PLATFORM is set to use wayland
+
+---

Old:

  calibre-3.12.0.tar.xz

New:

  calibre-3.13.0.tar.xz



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.oV8CRq/_old  2017-12-04 10:01:59.161265162 +0100
+++ /var/tmp/diff_new_pack.oV8CRq/_new  2017-12-04 10:01:59.165265016 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   calibre
-Version:3.12.0
+Version:3.13.0
 Release:0
 Summary:EBook Management Application
 License:GPL-3.0

++ calibre-3.12.0.tar.xz -> calibre-3.13.0.tar.xz ++
/work/SRC/openSUSE:Factory/calibre/calibre-3.12.0.tar.xz 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-3.13.0.tar.xz differ: char 25, 
line 1




commit wt for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package wt for openSUSE:Factory checked in 
at 2017-12-04 10:01:32

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


Package is "wt"

Mon Dec  4 10:01:32 2017 rev:32 rq:546476 version:3.3.5

Changes:

--- /work/SRC/openSUSE:Factory/wt/wt.changes2017-02-11 01:43:16.343322308 
+0100
+++ /work/SRC/openSUSE:Factory/.wt.new/wt.changes   2017-12-04 
10:01:34.090175148 +0100
@@ -1,0 +2,6 @@
+Wed Nov 29 14:22:15 UTC 2017 - dims...@opensuse.org
+
+- Replace openssl-devel (Build)Requires with pkgconfig(openssl):
+  allow OBS to pick openssl 1.0 if needed.
+
+---



Other differences:
--
++ wt.spec ++
--- /var/tmp/diff_new_pack.jqvWDt/_old  2017-12-04 10:01:35.206134643 +0100
+++ /var/tmp/diff_new_pack.jqvWDt/_new  2017-12-04 10:01:35.210134499 +0100
@@ -57,11 +57,11 @@
 BuildRequires:  libpng-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  mysql-devel
-BuildRequires:  openssl-devel
 BuildRequires:  pango-devel
 BuildRequires:  pkgconfig
 BuildRequires:  postgresql-devel
 BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(openssl)
 Requires:   FastCGI
 Requires:   openssl
 Recommends: %{name}-dbo = %{version}
@@ -116,7 +116,7 @@
 Requires:   boost-devel >= 1.34.1
 Requires:   cmake
 Requires:   mxml-devel >= 2.3
-Requires:   openssl-devel
+Requires:   pkgconfig(openssl)
 
 %description devel
 Development files for the Wt library.




commit yubico-piv-tool for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package yubico-piv-tool for openSUSE:Factory 
checked in at 2017-12-04 10:01:51

Comparing /work/SRC/openSUSE:Factory/yubico-piv-tool (Old)
 and  /work/SRC/openSUSE:Factory/.yubico-piv-tool.new (New)


Package is "yubico-piv-tool"

Mon Dec  4 10:01:51 2017 rev:9 rq:547083 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/yubico-piv-tool/yubico-piv-tool.changes  
2016-08-18 09:18:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.yubico-piv-tool.new/yubico-piv-tool.changes 
2017-12-04 10:01:52.861493820 +0100
@@ -1,0 +2,32 @@
+Thu Nov 30 15:14:13 UTC 2017 - t.gru...@katodev.de
+
+- Version 1.5.0 (released 2017-11-29)
+  - API additions: Higher-level "util" API added to libykpiv.
+  - Added ykpiv_attest(), ykpiv_get_pin_retries(), ykpiv_set_pin_retries()
+  - Added functions for using existing PCSC card handle.
+  - Support using custom memory allocator.
+  - Documentation updates. make doxygen for HTML format.
+  - Expanded automated tests for hardware devices, moved to make hwcheck.
+  - OpenSSL 1.1 support
+  - Moderate internal refactoring. Many small bugs fixed.
+
+---
+Wed Nov 15 19:19:15 UTC 2017 - t.gru...@katodev.de
+
+- Version 1.4.4 (released 2017-10-17)
+  - Documentation updates.
+  - Add pin caching to work around disconnect problems.
+  - Disable RSA key generation on YubiKey 4 before 4.3.5. See 
https://yubi.co/ysa201701/ for details.
+
+---
+Mon May 29 14:46:53 UTC 2017 - t.gru...@katodev.de
+
+- Version 1.4.3 (released 2017-04-18)
+  - Encode RSA x509 certificates correctly.
+  - Documentation updates.
+  - In ykcs11 return CKA_MODULUS correctly for private keys.
+  - In ykcs11 fix for signature size approximation.
+  - Fix PSS signatures in ykcs11.
+  - Add a CLI flag --stdin-input to make batch execution easier.
+
+---

Old:

  yubico-piv-tool-1.4.2.tar.gz
  yubico-piv-tool-1.4.2.tar.gz.sig

New:

  yubico-piv-tool-1.5.0.tar.gz
  yubico-piv-tool-1.5.0.tar.gz.sig



Other differences:
--
++ yubico-piv-tool.spec ++
--- /var/tmp/diff_new_pack.76ZMTE/_old  2017-12-04 10:01:53.597467107 +0100
+++ /var/tmp/diff_new_pack.76ZMTE/_new  2017-12-04 10:01:53.601466962 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yubico-piv-tool
 #
-# 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,7 +18,7 @@
 
 %define soname  1
 Name:   yubico-piv-tool
-Version:1.4.2
+Version:1.5.0
 Release:0
 Summary:Yubico YubiKey NEO CCID Manager
 License:BSD-2-Clause
@@ -26,6 +26,7 @@
 Url:https://developers.yubico.com/
 Source0:
https://developers.yubico.com/yubico-piv-tool/Releases/%{name}-%{version}.tar.gz
 Source1:
https://developers.yubico.com/yubico-piv-tool/Releases/%{name}-%{version}.tar.gz.sig
+BuildRequires:  check-devel
 BuildRequires:  libtool
 BuildRequires:  pcsc-lite-devel
 BuildRequires:  pkg-config
@@ -102,12 +103,12 @@
 %files -n libykpiv%{soname}
 %defattr(-,root,root)
 %{_libdir}/libykpiv.so.%{soname}
-%{_libdir}/libykpiv.so.%{soname}.3.4
+%{_libdir}/libykpiv.so.%{soname}.4.0
 
 %files -n libykcs11-%{soname}
 %defattr(-,root,root)
 %{_libdir}/libykcs11.so.%{soname}
-%{_libdir}/libykcs11.so.%{soname}.3.4
+%{_libdir}/libykcs11.so.%{soname}.4.0
 
 %files -n libykpiv-devel
 %defattr(-,root,root)

++ yubico-piv-tool-1.4.2.tar.gz -> yubico-piv-tool-1.5.0.tar.gz ++
 34992 lines of diff (skipped)




commit yubikey-piv-manager for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package yubikey-piv-manager for 
openSUSE:Factory checked in at 2017-12-04 10:01:21

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


Package is "yubikey-piv-manager"

Mon Dec  4 10:01:21 2017 rev:6 rq:544322 version:1.4.2

Changes:

--- /work/SRC/openSUSE:Factory/yubikey-piv-manager/yubikey-piv-manager.changes  
2016-10-18 10:42:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yubikey-piv-manager.new/yubikey-piv-manager.changes 
2017-12-04 10:01:22.778585716 +0100
@@ -1,0 +2,7 @@
+Wed Nov 15 19:40:22 UTC 2017 - t.gru...@katodev.de
+
+- Version 1.4.2 (released 2017-04-19)
+  - PIN, PUK, management key and certificate passwords are now passed to 
yubico-piv-tool using standard input instead of as CLI arguments. This prevents 
them from being logged by some operating system auditing tools.
+
+
+---

Old:

  yubikey-piv-manager-1.4.1.tar.gz
  yubikey-piv-manager-1.4.1.tar.gz.sig

New:

  yubikey-piv-manager-1.4.2.tar.gz
  yubikey-piv-manager-1.4.2.tar.gz.sig



Other differences:
--
++ yubikey-piv-manager.spec ++
--- /var/tmp/diff_new_pack.Xil4vn/_old  2017-12-04 10:01:23.606555664 +0100
+++ /var/tmp/diff_new_pack.Xil4vn/_new  2017-12-04 10:01:23.614555374 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yubikey-piv-manager
 #
-# 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,7 +18,7 @@
 
 %define bname   pivman
 Name:   yubikey-piv-manager
-Version:1.4.1
+Version:1.4.2
 Release:0
 Summary:YubiKey PIV Manager GUI
 License:GPL-3.0+
@@ -60,7 +60,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING NEWS ChangeLog README
+%doc COPYING NEWS README
 %{_mandir}/man1/*
 %{_bindir}/%{bname}
 %{python_sitelib}

++ yubikey-piv-manager-1.4.1.tar.gz -> yubikey-piv-manager-1.4.2.tar.gz 
++
 1755 lines of diff (skipped)




commit hedgewars for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package hedgewars for openSUSE:Factory 
checked in at 2017-12-04 10:01:35

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


Package is "hedgewars"

Mon Dec  4 10:01:35 2017 rev:3 rq:546484 version:0.9.22

Changes:

--- /work/SRC/openSUSE:Factory/hedgewars/hedgewars.changes  2016-11-14 
20:17:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.hedgewars.new/hedgewars.changes 2017-12-04 
10:01:36.386091815 +0100
@@ -1,0 +2,7 @@
+Wed Nov 29 14:18:18 UTC 2017 - dims...@opensuse.org
+
+- Replace libopenssl-devel BuildRequires with pkgconfig(openssl),
+  allowing OBS to pick openssl 1.0 (which is required due to Qt4
+  not being able to be ported to openSSL 1.1).
+
+---



Other differences:
--
++ hedgewars.spec ++
--- /var/tmp/diff_new_pack.XAE3xp/_old  2017-12-04 10:01:40.673936183 +0100
+++ /var/tmp/diff_new_pack.XAE3xp/_new  2017-12-04 10:01:40.673936183 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hedgewars
 #
-# 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
@@ -44,11 +44,11 @@
 BuildRequires:  gmp-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libffi-devel
-BuildRequires:  libopenssl-devel
 BuildRequires:  libphysfs-devel >= 2.0.3
 BuildRequires:  lzma
 BuildRequires:  qt-devel
 BuildRequires:  shared-mime-info
+BuildRequires:  pkgconfig(openssl)
 %if 0%{?suse_version} > 1210
 BuildRequires:  lua51-devel
 %else




commit python-repoze.lru for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package python-repoze.lru for 
openSUSE:Factory checked in at 2017-12-04 10:01:16

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


Package is "python-repoze.lru"

Mon Dec  4 10:01:16 2017 rev:9 rq:544313 version:0.7

Changes:

--- /work/SRC/openSUSE:Factory/python-repoze.lru/python-repoze.lru.changes  
2017-08-24 18:33:01.281177712 +0200
+++ /work/SRC/openSUSE:Factory/.python-repoze.lru.new/python-repoze.lru.changes 
2017-12-04 10:01:17.694770238 +0100
@@ -1,0 +2,5 @@
+Wed Nov 15 00:06:03 UTC 2017 - dmuel...@suse.com
+
+- update to 0.7 
+
+---

Old:

  repoze.lru-0.6.tar.gz

New:

  repoze.lru-0.7.tar.gz



Other differences:
--
++ python-repoze.lru.spec ++
--- /var/tmp/diff_new_pack.3vpkev/_old  2017-12-04 10:01:18.462742365 +0100
+++ /var/tmp/diff_new_pack.3vpkev/_new  2017-12-04 10:01:18.466742219 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-repoze.lru
-Version:0.6
+Version:0.7
 Release:0
 Summary:A tiny LRU cache implementation and decorator
 License:SUSE-Repoze
@@ -50,7 +50,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt
+%doc LICENSE.txt
 %{python_sitelib}/*
 
 %changelog

++ repoze.lru-0.6.tar.gz -> repoze.lru-0.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/repoze.lru-0.6/.coveragerc 
new/repoze.lru-0.7/.coveragerc
--- old/repoze.lru-0.6/.coveragerc  1970-01-01 01:00:00.0 +0100
+++ new/repoze.lru-0.7/.coveragerc  2016-11-12 23:29:27.0 +0100
@@ -0,0 +1,3 @@
+[report]
+show_missing = True
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/repoze.lru-0.6/.travis.yml 
new/repoze.lru-0.7/.travis.yml
--- old/repoze.lru-0.6/.travis.yml  1970-01-01 01:00:00.0 +0100
+++ new/repoze.lru-0.7/.travis.yml  2016-11-12 23:48:42.0 +0100
@@ -0,0 +1,26 @@
+# Wire up travis
+language: python
+sudo: false
+
+matrix:
+  include:
+- python: 3.5
+  env: TOXENV=py35
+
+env:
+  - TOXENV=py27
+  - TOXENV=py33
+  - TOXENV=py34
+  - TOXENV=pypy
+  - TOXENV=pypy3
+  - TOXENV=cover
+
+install:
+  - travis_retry pip install tox
+
+script:
+  - travis_retry tox
+
+notifications:
+  email:
+- repoze-check...@lists.repoze.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/repoze.lru-0.6/CHANGES.txt 
new/repoze.lru-0.7/CHANGES.txt
--- old/repoze.lru-0.6/CHANGES.txt  2012-07-12 20:45:06.0 +0200
+++ new/repoze.lru-0.7/CHANGES.txt  1970-01-01 01:00:00.0 +0100
@@ -1,72 +0,0 @@
-Changelog
-=
-
-0.6 (2012-07-12)
-
-
-- Added a 'CacheMaker' helper class:  a maker keeps references (by name)
-  to the caches it creates, to permit them to be cleared.
-
-- Added statistics to each cache, tracking lookups, hits, misses, and
-  evictions.
-
-- Automated building Sphinx docs and testing example snippets under ``tox``.
-
-- Added Sphinx documentation.
-
-- Dropped support for Python 2.5.
-
-- Added support for PyPy.
-
-- Added ``setup.py docs`` alias (installs ``Sphinx`` and dependencies).
-
-- Added ``setup.py dev`` alias (runs ``develop`` plus installs ``nose``
-  and ``coverage``).
-
-- Added support for CI under supported Pythons using ``tox``.
-
-- Bug: Remove potential race condition on lock in face of interrupts
-  (Issue #10).
-
-0.5 (2012-03-24)
-
-
-- Feature: added a new "invalidate()" method to allow removal of items from
-  the cache (issue #8).
-
-- Bug: LRUCache.put() could take multiple seconds on large caches (Issue #7).
-
-- Bug: LRUCache was not thread safe (Issue #6).
-
-- Bug: LRUCache.clock would waste RAM (Issue #4).
-
-- Bug: repeated pushing of an entry would remove other cache entries
-  (Issue #3).
-
-- Bug: LRUCache would evict entries even when not full (Issue #2).
-
-0.4 (2011-09-04)
-
-
-- Moved to GitHub (https://github.com/repoze/repoze.lru).
-
-- Added Python 3.2 support.
-
-- Python 2.4 no longer supported.
-
-- Added tox.ini for easier testing.
-
-0.3 (2009/06/16)
-
-
-- Add a thread lock around ``clear`` logic.
-
-0.2 (2009/06/15)
-
-
-- Add a ``clear`` method.
-
-0.1 (2009/06/14)
-
-
-- Initial release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/repoze.lru-0.6/CONTRIBUTORS.txt 
new/repoze.lru-0.7

commit python-warlock for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package python-warlock for openSUSE:Factory 
checked in at 2017-12-04 10:01:18

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


Package is "python-warlock"

Mon Dec  4 10:01:18 2017 rev:14 rq:544314 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-warlock/python-warlock.changes
2017-09-05 15:14:45.145182263 +0200
+++ /work/SRC/openSUSE:Factory/.python-warlock.new/python-warlock.changes   
2017-12-04 10:01:19.850691987 +0100
@@ -1,0 +2,7 @@
+Tue Nov 14 23:25:58 UTC 2017 - dmuel...@suse.com
+
+- update to 1.3.0:
+  * Allow resolver to be set in model
+  * flake8 compliance
+
+---

Old:

  warlock-1.2.0.tar.gz

New:

  warlock-1.3.0.tar.gz



Other differences:
--
++ python-warlock.spec ++
--- /var/tmp/diff_new_pack.PEBx2Y/_old  2017-12-04 10:01:20.858655402 +0100
+++ /var/tmp/diff_new_pack.PEBx2Y/_new  2017-12-04 10:01:20.862655257 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-warlock
-Version:1.2.0
+Version:1.3.0
 Release:0
 Summary:Python object model built on top of JSON schema
 License:Apache-2.0
@@ -28,7 +28,7 @@
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module jsonpatch}
 BuildRequires:  %{python_module jsonschema}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  python-rpm-macros
@@ -54,7 +54,7 @@
 %python_install
 
 %check
-%python_exec %{_bindir}/nosetests
+%python_exec setup.py test
 
 %files %{python_files}
 %defattr(-,root,root,-)

++ warlock-1.2.0.tar.gz -> warlock-1.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/warlock-1.2.0/PKG-INFO new/warlock-1.3.0/PKG-INFO
--- old/warlock-1.2.0/PKG-INFO  2015-10-12 19:09:45.0 +0200
+++ new/warlock-1.3.0/PKG-INFO  2016-06-25 20:13:37.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: warlock
-Version: 1.2.0
+Version: 1.3.0
 Summary: Python object model built on JSON schema and JSON patch.
 Home-page: http://github.com/bcwaldon/warlock
 Author: Brian Waldon
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/warlock-1.2.0/README.md new/warlock-1.3.0/README.md
--- old/warlock-1.2.0/README.md 2015-10-12 18:48:26.0 +0200
+++ new/warlock-1.3.0/README.md 2016-06-25 19:42:56.0 +0200
@@ -1,5 +1,7 @@
 # Warlock
 
+[![Build 
Status](https://travis-ci.org/bcwaldon/warlock.svg?branch=master)](https://travis-ci.org/bcwaldon/warlock)
+
 Build self-validating python objects using JSON schemas.
 
 1) Create your schema
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/warlock-1.2.0/setup.py new/warlock-1.3.0/setup.py
--- old/warlock-1.2.0/setup.py  2015-10-12 19:08:55.0 +0200
+++ new/warlock-1.3.0/setup.py  2016-06-25 20:13:05.0 +0200
@@ -24,7 +24,7 @@
 
 setuptools.setup(
 name='warlock',
-version='1.2.0',
+version='1.3.0',
 description='Python object model built on JSON schema and JSON patch.',
 author='Brian Waldon',
 author_email='bcwal...@gmail.com',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/warlock-1.2.0/test/test_core.py 
new/warlock-1.3.0/test/test_core.py
--- old/warlock-1.2.0/test/test_core.py 2015-10-12 18:48:26.0 +0200
+++ new/warlock-1.3.0/test/test_core.py 2016-06-25 20:04:07.0 +0200
@@ -14,6 +14,7 @@
 
 import copy
 import unittest
+import os
 
 import json
 
@@ -40,6 +41,24 @@
 },
 }
 
+parent_fixture = {
+'name': 'Parent',
+'properties': {
+'name': {'type': 'string'},
+'children': {'type': 'array', 'items': [{'type': 'object'}]}
+},
+'required': ['name', 'children']
+}
+
+child_fixture = {
+'name': 'Child',
+'properties': {
+'age': {'type': 'integer'},
+'mother': {'type': 'object'}
+},
+'required': ['age', 'mother']
+}
+
 
 nameless_fixture = {
 'properties': {
@@ -105,46 +124,46 @@
 exc = warlock.InvalidOperation
 self.assertRaises(exc, sweden.update, {'population': 'N/A'})
 self.assertRaises(exc, sweden.update, {'overloard': 'Bears'})
-
+
 def test_naming(self):
 Country = warlock.model_factory(fixture)
-self.assertEqual(Country.__name__, 'Country')
-
+self.assertEqual('Country', Country.__name__)
+
   

commit vlc for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2017-12-04 10:00:52

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


Package is "vlc"

Mon Dec  4 10:00:52 2017 rev:75 rq:547755 version:2.2.8

Changes:

--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2017-12-02 13:10:37.002490354 
+0100
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes 2017-12-04 
10:00:54.355617356 +0100
@@ -1,0 +2,5 @@
+Sun Dec  3 16:20:45 UTC 2017 - dims...@opensuse.org
+
+- Disable projectM on non-x86(_64) archs (boo#1070913).
+
+---



Other differences:
--
++ vlc.spec ++
--- /var/tmp/diff_new_pack.EZSgAa/_old  2017-12-04 10:00:56.999521393 +0100
+++ /var/tmp/diff_new_pack.EZSgAa/_new  2017-12-04 10:00:57.003521248 +0100
@@ -156,6 +156,7 @@
 BuildRequires:  pkgconfig(SDL_image) >= 1.2.10
 BuildRequires:  pkgconfig(libupnp)
 BuildRequires:  pkgconfig(opencv) > 2.0
+%ifarch %ix86 x86_64
 %if 0%{?suse_version} > 1320
 BuildRequires:  pkgconfig(libprojectM-qt5) >= 2.0.0
 %else
@@ -163,6 +164,7 @@
 %endif
 %endif
 %endif
+%endif
 %if 0%{?suse_version} > 1110 || 0%{?BUILD_ORIG}
 BuildRequires:  libmatroska-devel
 BuildRequires:  pkgconfig(dvdnav) > 4.9.0
@@ -613,10 +615,12 @@
 %{_libdir}/vlc/plugins/visualization/libglspectrum_plugin.so
 %{_libdir}/vlc/plugins/video_output/libaa_plugin.so
 %if 0%{?suse_version} > 1110
+%ifarch %ix86 x86_64
 %if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
 %{_libdir}/vlc/plugins/visualization/libprojectm_plugin.so
 %endif
 %endif
+%endif
 
 %files lang -f vlc.lang
 %defattr(-,root,root)




commit flatpak for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package flatpak for openSUSE:Factory checked 
in at 2017-12-04 10:00:31

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


Package is "flatpak"

Mon Dec  4 10:00:31 2017 rev:13 rq:547566 version:0.10.1

Changes:

--- /work/SRC/openSUSE:Factory/flatpak/flatpak.changes  2017-11-30 
16:30:40.824769301 +0100
+++ /work/SRC/openSUSE:Factory/.flatpak.new/flatpak.changes 2017-12-04 
10:00:39.000174695 +0100
@@ -1,0 +2,30 @@
+Mon Nov 27 08:40:56 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version 0.10.1:
+  + New command "flatpak remote-info" shows information about
+applications in a remote. In particular the --log operation
+shows the history and can be used in combination with flatpak
+update --commit=XYZ to roll back to a previous version.
+  + New command "flatpak search" which allows you to search the
+appstream data from the commandline.
+  + flatpak update now updates appstream data for all configured
+remotes, which is important for search to work.
+  + Allow automatic installation of gtk themes matching the active
+theme.
+  + Handle the case when /etc/resolv.conf is a symlink.
+  + /usr an /etc are now expose in /run/host in the app if the app
+has full filesystem access.
+  + flatpak remote-add now works as a user when /var/lib/flatpak is
+empty, allowing flatpak to work on stateless systems.
+  + Add support for flatpak build --log-session/system-bus, similar
+to what flatpak run already does.
+  + flatpak build --readonly runs with the target directory
+(normally /app) mounted read-only.
+  + Fall back to LD_LIBRARY_PATH if a runtime doesn't have
+/usr/bin/ldconfig.
+  + Updated the support for OCI remotes. This is work in progress
+and still disabled by default though.
+  + Updated translations.
+- Add pkgconfig(appstream-glib) BuildRequires: New dependency.
+
+---

Old:

  flatpak-0.10.0.tar.xz

New:

  flatpak-0.10.1.tar.xz



Other differences:
--
++ flatpak.spec ++
--- /var/tmp/diff_new_pack.Vg6O71/_old  2017-12-04 10:00:41.132097315 +0100
+++ /var/tmp/diff_new_pack.Vg6O71/_new  2017-12-04 10:00:41.136097170 +0100
@@ -18,7 +18,7 @@
 
 %define libname libflatpak0
 Name:   flatpak
-Version:0.10.0
+Version:0.10.1
 Release:0
 Summary:OSTree based application bundles management
 License:LGPL-2.1+
@@ -34,6 +34,7 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  xsltproc
+BuildRequires:  pkgconfig(appstream-glib)
 BuildRequires:  pkgconfig(fuse)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gio-unix-2.0)

++ _service ++
--- /var/tmp/diff_new_pack.Vg6O71/_old  2017-12-04 10:00:41.172095864 +0100
+++ /var/tmp/diff_new_pack.Vg6O71/_new  2017-12-04 10:00:41.172095864 +0100
@@ -4,7 +4,7 @@
 git
 @PARENT_TAG@
 enable
-refs/tags/0.10.0
+refs/tags/0.10.1
   
   
 *.tar

++ _servicedata ++
--- /var/tmp/diff_new_pack.Vg6O71/_old  2017-12-04 10:00:41.196094992 +0100
+++ /var/tmp/diff_new_pack.Vg6O71/_new  2017-12-04 10:00:41.196094992 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/flatpak/flatpak.git
-  2a0c17976fadf65badc3d18df565a7f04e7089b0
\ No newline at end of file
+  8fbd442c9d395ca19561c98e20a7451926c440ab
\ No newline at end of file

++ flatpak-0.10.0.tar.xz -> flatpak-0.10.1.tar.xz ++
 22630 lines of diff (skipped)




commit NetworkManager for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory 
checked in at 2017-12-04 10:00:24

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


Package is "NetworkManager"

Mon Dec  4 10:00:24 2017 rev:173 rq:547541 version:1.8.4

Changes:

--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes
2017-10-02 16:51:36.368266938 +0200
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new/NetworkManager.changes   
2017-12-04 10:00:26.424631133 +0100
@@ -1,0 +2,9 @@
+Fri Dec  1 15:22:50 UTC 2017 - yfji...@suse.com
+
+- Switch to python3:
+  + Replace BuildRequires python-gobject, python2-dbus-python with
+python3-gobject, python3-dbus-python.
+  + Explictly set environment variable PYTHON as python3 in
+build time.
+
+---



Other differences:
--
++ NetworkManager.spec ++
--- /var/tmp/diff_new_pack.M4EGAe/_old  2017-12-04 10:00:28.292563336 +0100
+++ /var/tmp/diff_new_pack.M4EGAe/_new  2017-12-04 10:00:28.292563336 +0100
@@ -51,9 +51,9 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  pkgconfig
 BuildRequires:  ppp-devel
-BuildRequires:  python-gobject
+BuildRequires:  python3-gobject
 # Required for tests
-BuildRequires:  python2-dbus-python
+BuildRequires:  python3-dbus-python
 BuildRequires:  readline-devel
 BuildRequires:  rp-pppoe
 # Do not use suse-release, it's very late in build chain and not needed
@@ -241,6 +241,7 @@
 pppddir=`ls -1d %{_libdir}/pppd/2*`
 test -n "$pppddir" || exit 1
 export CFLAGS="%{optflags} -fno-strict-aliasing"
+export PYTHON=/usr/bin/python3
 %configure \
 --disable-silent-rules \
 --with-hostname-persist=suse \




commit adwaita-icon-theme for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package adwaita-icon-theme for 
openSUSE:Factory checked in at 2017-12-04 10:00:46

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


Package is "adwaita-icon-theme"

Mon Dec  4 10:00:46 2017 rev:16 rq:547588 version:3.26.1

Changes:

--- /work/SRC/openSUSE:Factory/adwaita-icon-theme/adwaita-icon-theme.changes
2017-11-21 15:24:41.325918474 +0100
+++ 
/work/SRC/openSUSE:Factory/.adwaita-icon-theme.new/adwaita-icon-theme.changes   
2017-12-04 10:00:47.835853996 +0100
@@ -1,0 +2,12 @@
+Mon Nov 27 21:09:58 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 3.26.1:
+  + Fix scalability issues with 256/512 size (bgo#785574).
+  + Audio-volume-* pixel alignment.
+- Point fdupes to the data directory instead of the build root,
+  which is a practice that must be avoided.
+- Drop adwaita-symbolic-audio-volume-fix.patch: fixed upstream.
+- Drop intltool BuildRequires once there is no translations to deal
+  with in the package.
+
+---

Old:

  adwaita-icon-theme-3.26.0.tar.xz
  adwaita-symbolic-audio-volume-fix.patch

New:

  adwaita-icon-theme-3.26.1.tar.xz



Other differences:
--
++ adwaita-icon-theme.spec ++
--- /var/tmp/diff_new_pack.5BVPRQ/_old  2017-12-04 10:00:49.795782860 +0100
+++ /var/tmp/diff_new_pack.5BVPRQ/_new  2017-12-04 10:00:49.799782714 +0100
@@ -17,18 +17,15 @@
 
 
 Name:   adwaita-icon-theme
-Version:3.26.0
+Version:3.26.1
 Release:0
 Summary:GNOME Icon Theme
 License:LGPL-3.0+ or CC-BY-SA-3.0
 Group:  System/GUI/GNOME
-URL:http://www.gnome.org/
+Url:https://www.gnome.org
 Source0:
http://download.gnome.org/sources/adwaita-icon-theme/3.26/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM adwaita-symbolic-audio-volume-fix.patch bgo#709131 
zai...@opensuse.org -- symbolic: audio-volume-*  - line up vertices to the 
pixel grid
-Patch0: adwaita-symbolic-audio-volume-fix.patch
 BuildRequires:  fdupes
 BuildRequires:  gdk-pixbuf-loader-rsvg
-BuildRequires:  intltool
 BuildRequires:  pkg-config
 # To make sure the icon theme cache gets generated
 Requires(post): gtk3-tools
@@ -40,14 +37,13 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
 %make_build
 
 %install
-%makeinstall
+%make_install
 # Those folders disappeared in the upgrade from 2.28.0 -> 2.29.0
 # FIXME: eventually no application should install any files there
 mkdir -p %{buildroot}%{_datadir}/icons/Adwaita/scalable/actions
@@ -65,7 +61,7 @@
  ln ${folder}/apps/web-browser.png ${folder}/apps/internet-web-browser.png || :
 done
 %icon_theme_cache_create_ghost Adwaita
-%fdupes %{buildroot}
+%fdupes %{buildroot}%{_datadir}
 
 %posttrans
 %icon_theme_cache_post Adwaita
@@ -73,7 +69,7 @@
 # No need for %%icon_theme_cache_postun in %%postun since the theme won't 
exist anymore
 
 %files
-%doc AUTHORS COPYING COPYING_LGPL COPYING_CCBYSA3
+%doc AUTHORS COPYING COPYING_LGPL COPYING_CCBYSA3 NEWS README
 %ghost %{_datadir}/icons/Adwaita/icon-theme.cache
 %{_datadir}/icons/Adwaita/
 %{_datadir}/pkgconfig/adwaita-icon-theme.pc

++ adwaita-icon-theme-3.26.0.tar.xz -> adwaita-icon-theme-3.26.1.tar.xz 
++
/work/SRC/openSUSE:Factory/adwaita-icon-theme/adwaita-icon-theme-3.26.0.tar.xz 
/work/SRC/openSUSE:Factory/.adwaita-icon-theme.new/adwaita-icon-theme-3.26.1.tar.xz
 differ: char 25, line 1




commit fcitx for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package fcitx for openSUSE:Factory checked 
in at 2017-12-04 10:00:17

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


Package is "fcitx"

Mon Dec  4 10:00:17 2017 rev:58 rq:547516 version:4.2.9.5

Changes:

--- /work/SRC/openSUSE:Factory/fcitx/fcitx.changes  2017-04-30 
21:10:04.341654303 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx.new/fcitx.changes 2017-12-04 
10:00:20.944830026 +0100
@@ -1,0 +2,68 @@
+Sat Nov 11 01:06:32 UTC 2017 - i...@marguerite.su
+
+- update 4.2.9.5
+  * [qt] remove quickphrase editor, moved to qt5
+  * [misc] forget to remove the add_directory for quickphrase editor
+  * fcitx-configtool.desktop: Remove MimeType entry
+  * [frontend] add a compatibility layer for ofd.portal.Fcitx
+  * [gtk] run clang-format on gtk libraries
+  * [gclinet] remove a undefined function
+  * set display for fcitx and harden dbus frontend with sender verification
+  * extend dbus module to be able to accept external dbus connection
+  * [ipcportal] fix signal sending in portal
+  * [qt] delay the recheck on availability, but does do the recheck
+  * [portal] put ipc portal in queue
+  * [qt] do the real unwatch
+  * [misc] make more optional disabled option for easier flatpak
+  * [table] make sure we don't download table data if we disable table
+- changes in 4.2.9.4
+  * [gtk, kimpanel] add relative coordinate support
+  * [kimpanel] check null before use ic
+  * [kimpanel] correctly reset relative spot state
+  * [notificationitem] Reply event method call
+- changes in 4.2.9.3
+  * [core] Make sure when RealEnd is called, instance->destroy == true
+- changes in 4.2.9.2
+  * [notificationitem] avoid unnecessary xembed tray icon fallback
+  * [classicui] give tray icon a default size
+  * [qt] fix inconsistency when handling qstring and ucs4 string
+  * [classicui] Watch for dockWindow visual property change
+  * [qt] fromUcs4 expect a nul terminated string by default, give it a size
+  * [core] Expose internal show input speed function
+  * logging should not include the build path(boo#951602)
+  * autostart desktop file should not be shown(boo#968486)
+  * [qt] replace QPointer with raw pointer in icdata
+  * [notificationitem] display layout under unity 
+  * [diagnose] Print info about dbus name owner
+  * Include emoji short codes ("emoji alpha codes") 
+  * [notificationitem] Fix a bug in plugin entry
+  * [core] Add a new hook to watch ui status changed
+  * [xim] handle reset ic
+  * [utils] Improve process name detection on *BSD
+  * [quickphrase] use some different character, original one looks bad under 
noto
+  * [misc] use RTLD_NODELETE for all dlopen
+  * Call sem_post() only on valid semaphore
+  * [unicode] Update Unicode 9.0 descriptions
+  * [classicui] Check XShape version before using it 
+  * [remote] exit the loop after trying 20 times
+  * Require bash in fcitx-cmake-helper.sh
+  * [xim] fix a memset
+  * [pinyin] fix missing files
+  * [dbus] fix a wrong dbus destruct order that my cause deadlock on exit
+  * [xkb] handle some corner case for any evil third party that override layout
+  * [xkb, xkbdbus] add support for our gnome-shell kimpanel dbus helper
+  * [xkb] fix circular deps between xkb and xkbdbus
+  * [gclient] try to eliminate a warning for configtool
+  * [misc] enforce c99 for compiler 
+  * [core] call backtrace() ahead to let it finish init()
+  * [misc] remove a dup define
+  * [unicode] enable prev/next key and enter to choose for unicode
+  * [gtk] fix wrong gobject add weak pointer
+  * [misc] use unsigned int instead for portability
+  * Remove deprecated api in enchant so we can also support 2.1.0.
+  * Fix bashism/use correct shebang
+- drop fcitx-autostart-desktop-no-display.patch, upstreamed
+- drop fcitx-use-basename-for-log.patch, upstreamed
+- drop boo954623.patch, upstreamed
+
+---

Old:

  _service
  boo954623.patch
  fcitx-4.2.9.1_dict.tar.xz
  fcitx-autostart-desktop-no-display.patch
  fcitx-use-basename-for-log.patch

New:

  fcitx-4.2.9.5_dict.tar.xz



Other differences:
--
++ fcitx.spec ++
--- /var/tmp/diff_new_pack.5pk2mw/_old  2017-12-04 10:00:22.932757873 +0100
+++ /var/tmp/diff_new_pack.5pk2mw/_new  2017-12-04 10:00:22.936757729 +0100
@@ -19,7 +19,7 @@
 %define libver -4_2_9
 
 Name:   fcitx
-Version:4.2.9.1
+Version:4.2.9.5
 Release:0
 Summary:Flexible Context-aware Input Tool with eXtension
 License:GPL-2.0+
@@ -32,14 +32,8 @@
 Source8:openSUSE-themes.tar.gz
 Source9:macros.%{name}
 Source99:   baselibs.conf
-# PATCH-FIX-OPENSUSE fcitx-use-basen

commit virtualbox for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2017-12-04 09:59:58

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


Package is "virtualbox"

Mon Dec  4 09:59:58 2017 rev:149 rq:547420 version:5.1.30

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2017-11-30 
12:37:58.198108497 +0100
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes   
2017-12-04 10:00:01.285543572 +0100
@@ -1,0 +2,5 @@
+Sat Dec  2 03:57:55 UTC 2017 - larry.fin...@lwfinger.net
+
+- Update "fixes_for_4.15.patch" for further API changes in kernel 4.15.
+
+---



Other differences:
--
++ fixes_for_4.15.patch ++
--- /var/tmp/diff_new_pack.VEdHZv/_old  2017-12-04 10:00:07.393321887 +0100
+++ /var/tmp/diff_new_pack.VEdHZv/_new  2017-12-04 10:00:07.397321742 +0100
@@ -1,15 +1,180 @@
+This patch file makes the necessary changes to the VirtualBox 5.1.30 sources
+to allow the kernel modules to build with kernel 4.15.
+
+The API changes are of several types:
+
+1. The timer initialization routine init_timer_pinned() no longer exists, and
+   is replaced by timer_setup().
+2. The timer callback routine calling sequence is changed as is the technique
+   for getting the timer information from the callback parameters.
+3. The calling sequence for drm_encoder_find() is changed.
+4. The calling sequence for the .get and .set members of the 
module_param_call()
+   calls have changed.
+
+This patch is released under the MIT license when appropriate, GPLv2 otherwise.
+
+Signed-off-by: Larry Finger 
+
 Index: VirtualBox-5.1.30/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c
 ===
 --- VirtualBox-5.1.30.orig/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c
 +++ VirtualBox-5.1.30/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c
-@@ -1584,7 +1584,9 @@ RTDECL(int) RTTimerCreateEx(PRTTIMER *pp
+@@ -715,6 +715,14 @@ static enum hrtimer_restart rtTimerLinux
+ #endif /* RTTIMER_LINUX_WITH_HRTIMER */
+ 
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0)
++/**
++ * Timer callback for kernels 4.15 and later
++ */
++static void rtTimerLinuxStdCallback(struct timer_list *t)
++{
++PRTTIMERLNXSUBTIMER pSubTimer = from_timer(pSubTimer, t, u.Std.LnxTimer);
++#else
+ /**
+  * Timer callback function for standard timers.
+  *
+@@ -723,6 +731,7 @@ static enum hrtimer_restart rtTimerLinux
+ static void rtTimerLinuxStdCallback(unsigned long ulUser)
+ {
+ PRTTIMERLNXSUBTIMER pSubTimer = (PRTTIMERLNXSUBTIMER)ulUser;
++#endif
+ PRTTIMERpTimer= pSubTimer->pParent;
+ 
+ RTTIMERLNX_LOG(("stdcallback %p\n", pTimer));
+@@ -1584,13 +1593,17 @@ RTDECL(int) RTTimerCreateEx(PRTTIMER *pp
  else
  #endif
  {
 -#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 8, 0)
 +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0)
-+  __init_timer(&pTimer->aSubTimers[iCpu].u.Std.LnxTimer, 
TIMER_PINNED);
++
timer_setup(&pTimer->aSubTimers[iCpu].u.Std.LnxTimer,rtTimerLinuxStdCallback, 
TIMER_PINNED);
 +#elif LINUX_VERSION_CODE >= KERNEL_VERSION(4, 8, 0)
  init_timer_pinned(&pTimer->aSubTimers[iCpu].u.Std.LnxTimer);
  #else
  init_timer(&pTimer->aSubTimers[iCpu].u.Std.LnxTimer);
+ #endif
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 15, 0)
+ pTimer->aSubTimers[iCpu].u.Std.LnxTimer.data= (unsigned 
long)&pTimer->aSubTimers[iCpu];
+ pTimer->aSubTimers[iCpu].u.Std.LnxTimer.function= 
rtTimerLinuxStdCallback;
++#endif
+ pTimer->aSubTimers[iCpu].u.Std.LnxTimer.expires = jiffies;
+ pTimer->aSubTimers[iCpu].u.Std.u64NextTS= 0;
+ }
+Index: VirtualBox-5.1.30/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c
+===
+--- 
VirtualBox-5.1.30.orig/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c
 VirtualBox-5.1.30/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c
+@@ -958,7 +958,11 @@ EXPORT_SYMBOL(VBoxGuestIDCCall);
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0)
+ 
+ /** log and dbg_log parameter setter. */
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0)
++static int vgdrvLinuxParamLogGrpSet(const char *pszValue, const struct 
kernel_param *pParam)
++#else
+ static int vgdrvLinuxParamLogGrpSet(const char *pszValue, struct kernel_param 
*pParam)
++#endif
+ {
+ if (g_fLoggerCreated)
+ {
+@@ -973,7 +973,11 @@ static int vgdrvLinuxParamLogGrpSet(cons
+ }
+ 
+ /** log and dbg_log parameter getter. */
++#if LINUX_VERSION_C

commit ppp for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package ppp for openSUSE:Factory checked in 
at 2017-12-04 09:59:46

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


Package is "ppp"

Mon Dec  4 09:59:46 2017 rev:37 rq:547370 version:2.4.7

Changes:

--- /work/SRC/openSUSE:Factory/ppp/ppp.changes  2017-11-29 10:50:08.002149900 
+0100
+++ /work/SRC/openSUSE:Factory/.ppp.new/ppp.changes 2017-12-04 
09:59:47.154056481 +0100
@@ -1,0 +2,6 @@
+Fri Nov 24 19:18:37 UTC 2017 - i...@ilya.pp.ua
+
+- Refresh spec-file via spec-cleaner.
+- Add ppp-modem package for automatic redial to mobile provider.
+
+---

New:

  modem-peers
  modem.chat
  modem.rules
  modem@.service



Other differences:
--
++ ppp.spec ++
--- /var/tmp/diff_new_pack.RDQYOI/_old  2017-12-04 09:59:48.142020622 +0100
+++ /var/tmp/diff_new_pack.RDQYOI/_new  2017-12-04 09:59:48.146020477 +0100
@@ -12,22 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org
 #
 
 %define _group dialout
 Name:   ppp
-BuildRequires:  libpcap-devel
-BuildRequires:  linux-atm-devel
-BuildRequires:  pam-devel
-Url:http://ppp.samba.org/
 Version:2.4.7
 Release:0
 Summary:The Point to Point Protocol for Linux
-License:BSD-3-Clause and LGPL-2.1+ and GPL-2.0+
+License:BSD-3-Clause AND LGPL-2.1+ AND GPL-2.0+
 Group:  Productivity/Networking/PPP
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz
+URL:https://ppp.samba.org
+Source0:
https://download.samba.org/pub/%{name}/%{name}-%{version}.tar.gz
 # config for pam
 Source1:ppp.pamd
 # templates for secrets
@@ -37,12 +33,17 @@
 Source5:options
 Source6:filters
 # several peers file
+Source7:modem-peers
 Source8:pppoe-peers
 Source9:pppoe-rp-peers
 Source10:   pppoatm-peers
 Source11:   ppp-peers
 Source12:   pptp-peers
 Source13:   pppoe-discovery.8.gz
+# modem files
+Source14:   modem.chat
+Source15:   modem@.service
+Source16:   modem.rules
 # Makefile changes
 Patch0: ppp-2.4.6-make.diff
 # replacedefaultroute option
@@ -72,6 +73,9 @@
 # PATCH-FIX-UPSTREAM -- Patch for CVE-2015-3310
 Patch24:ppp-CVE-2015-3310.patch
 Patch25:fix-header-conflict.patch
+BuildRequires:  libpcap-devel
+BuildRequires:  linux-atm-devel
+BuildRequires:  pam-devel
 %if 0%{?suse_version} >= 1330
 Requires:   group(%{_group})
 Requires(pre):  group(%{_group})
@@ -90,12 +94,30 @@
 %package devel
 Summary:Header Files Required for Developing Plugins for pppd
 Group:  Development/Libraries/C and C++
-Requires:   ppp = %version
+Requires:   ppp = %{version}
 
 %description devel
 The package ppp-devel contains C header files required for developing
 plugins for the pppd.
 
+%package modem
+Summary:Automatic redial for any USB modem supported by the kernel
+Group:  System/Kernel
+Requires:   group(dialout)
+Requires:   ppp
+Requires:   udev
+BuildArch:  noarch
+
+%description modem
+This package contains peer, chat script, systemd unit and udev rule for
+automatic redial when connecting any USB modem supported by the kernel.
+For disable automatic redial (by default enabled for all), run
+sudo systemctl mask modem@0.service
+For enable again automatic redial, run
+sudo systemctl unmask modem@0.service
+"0" after "@" is the serial number of the modem, if you have more than one,
+you can disable unnecessary or disable everything.
+
 %prep
 %setup -q
 %patch0
@@ -113,7 +135,7 @@
 %patch17
 %patch18
 %patch19 -p1
-%if %_lib == lib64
+%if %{_lib} == lib64
 %patch21
 %endif
 %patch22
@@ -129,30 +151,32 @@
 sed -i '/#HAVE_LIBATM/s/#//' pppd/plugins/pppoatm/Makefile.linux
 
 %build
-# Remove local copy that is out of sync and use the one from linux-header
-rm -f include/linux/if_pppol2tp.h
-export MY_CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fPIC $SP"
-./configure --prefix=/usr
+export MY_CFLAGS="%{optflags} -fno-strict-aliasing -fPIC $SP"
+%configure
 make %{?_smp_mflags} CHAPMS=y CBCP=y USE_CRYPT=y HAS_SHADOW=y USE_PAM=y 
FILTER=y HAVE_INET6=y HAVE_LOGWTMP=y
 
 %install
-make install DESTDIR=%{buildroot}%_prefix
-install -d -m 750  %{buildroot}%{_sysconfdir}/ppp
-install -m 644 %{S:5}  %{buildroot}%{_sysconfdir}/ppp/options
-install -m 644 %{S:6}  %{bui

commit perl-CGI for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2017-12-04 09:59:52

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


Package is "perl-CGI"

Mon Dec  4 09:59:52 2017 rev:9 rq:547397 version:4.38

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2017-11-04 
19:27:58.795991439 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new/perl-CGI.changes   2017-12-04 
09:59:53.837813891 +0100
@@ -1,0 +2,11 @@
+Sat Dec  2 06:07:26 UTC 2017 - co...@suse.com
+
+- updated to 4.38
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+  4.38 2017-12-01
+  
+  [ TESTING ]
+  - command_line.t: Avoid -I for libs (GH #224, thanks to cpansprout)
+
+---

Old:

  CGI-4.37.tar.gz

New:

  CGI-4.38.tar.gz



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.dPw9da/_old  2017-12-04 09:59:54.981772370 +0100
+++ /var/tmp/diff_new_pack.dPw9da/_new  2017-12-04 09:59:54.985772226 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CGI
-Version:4.37
+Version:4.38
 Release:0
 %define cpan_name CGI
 Summary:Handle Common Gateway Interface requests and responses

++ CGI-4.37.tar.gz -> CGI-4.38.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/Changes new/CGI-4.38/Changes
--- old/CGI-4.37/Changes2017-10-18 15:40:12.0 +0200
+++ new/CGI-4.38/Changes2017-12-01 09:30:41.0 +0100
@@ -1,3 +1,8 @@
+4.38 2017-12-01
+
+[ TESTING ]
+- command_line.t: Avoid -I for libs (GH #224, thanks to cpansprout)
+
 4.37 2017-11-01
 
 [ FIX ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/META.json new/CGI-4.38/META.json
--- old/CGI-4.37/META.json  2017-11-01 11:17:16.0 +0100
+++ new/CGI-4.38/META.json  2017-12-01 09:31:53.0 +0100
@@ -79,6 +79,6 @@
  "web" : "https://github.com/leejo/CGI.pm";
   }
},
-   "version" : "4.37",
+   "version" : "4.38",
"x_serialization_backend" : "JSON::PP version 2.27400_02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/META.yml new/CGI-4.38/META.yml
--- old/CGI-4.37/META.yml   2017-11-01 11:17:16.0 +0100
+++ new/CGI-4.38/META.yml   2017-12-01 09:31:53.0 +0100
@@ -48,5 +48,5 @@
   homepage: https://metacpan.org/module/CGI
   license: http://dev.perl.org/licenses/
   repository: https://github.com/leejo/CGI.pm
-version: '4.37'
+version: '4.38'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/lib/CGI/Carp.pm new/CGI-4.38/lib/CGI/Carp.pm
--- old/CGI-4.37/lib/CGI/Carp.pm2017-10-18 15:40:29.0 +0200
+++ new/CGI-4.38/lib/CGI/Carp.pm2017-12-01 09:27:49.0 +0100
@@ -327,7 +327,7 @@
 
 $main::SIG{__WARN__}=\&CGI::Carp::warn;
 
-$CGI::Carp::VERSION = '4.37';
+$CGI::Carp::VERSION = '4.38';
 $CGI::Carp::CUSTOM_MSG  = undef;
 $CGI::Carp::DIE_HANDLER = undef;
 $CGI::Carp::TO_BROWSER  = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/lib/CGI/Cookie.pm 
new/CGI-4.38/lib/CGI/Cookie.pm
--- old/CGI-4.37/lib/CGI/Cookie.pm  2017-10-18 15:40:31.0 +0200
+++ new/CGI-4.38/lib/CGI/Cookie.pm  2017-12-01 09:27:52.0 +0100
@@ -5,7 +5,7 @@
 
 use if $] >= 5.019, 'deprecate';
 
-our $VERSION='4.37';
+our $VERSION='4.38';
 
 use CGI::Util qw(rearrange unescape escape);
 use overload '""' => \&as_string, 'cmp' => \&compare, 'fallback' => 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/lib/CGI/File/Temp.pm 
new/CGI-4.38/lib/CGI/File/Temp.pm
--- old/CGI-4.37/lib/CGI/File/Temp.pm   2017-10-18 15:40:33.0 +0200
+++ new/CGI-4.38/lib/CGI/File/Temp.pm   2017-12-01 09:27:54.0 +0100
@@ -3,7 +3,7 @@
 # you use it directly and your code breaks horribly.
 package CGI::File::Temp;
 
-$CGI::File::Temp::VERSION = '4.37';
+$CGI::File::Temp::VERSION = '4.38';
 
 use parent File::Temp;
 use parent Fh;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.37/lib/CGI/Pretty.pm 
new/CGI-4.38/lib/CGI/Pretty.pm
--- old/CGI-4.37/lib/CGI/Pretty.pm  2017-10-18 15:40:34.0 +0200
+++ new/CGI-4.38/lib/CGI/Pretty.pm  2017-12-01 09:27:56.0 +0100
@@ -6,7 +6,7 @@
 use if $] >= 5.019, 'deprecate';
 use CGI ();
 
-$CGI::Pretty::VERSION 

commit libvirt for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2017-12-04 09:59:32

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


Package is "libvirt"

Mon Dec  4 09:59:32 2017 rev:242 rq:547322 version:3.10.0

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2017-11-30 
12:38:10.605657325 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2017-12-04 
09:59:35.566477056 +0100
@@ -1,0 +2,25 @@
+Fri Dec  1 21:54:24 UTC 2017 - jfeh...@suse.com
+
+- Update to libvirt 3.10.0 RC2
+  - Many incremental improvements and bug fixes, see
+http://libvirt.org/news.html
+  - Dropped patches:
+8056721c-qemu-null-storage-source.patch,
+74a13be4-xdr-flags.patch,
+apparmor-rules-for-new-mediation-features.patch,
+apparmor-fine-grained-mount-rules.patch
+  - bsc#1070285, bsc#1070478, FATE#323473, FATE#324479
+
+---
+Thu Nov 30 18:18:35 UTC 2017 - jfeh...@suse.com
+
+- spec: remove use of 'systemctl enable'
+  bsc#1038401
+
+---
+Thu Nov 30 02:18:23 UTC 2017 - jfeh...@suse.com
+
+- spec: enable firewalld support for SLE15, Leap15, and Tumbleweed
+  FATE#320794
+
+---

Old:

  74a13be4-xdr-flags.patch
  8056721c-qemu-null-storage-source.patch
  apparmor-fine-grained-mount-rules.patch
  apparmor-rules-for-new-mediation-features.patch
  libvirt-3.9.0.tar.xz
  libvirt-3.9.0.tar.xz.asc

New:

  libvirt-3.10.0.tar.xz
  libvirt-3.10.0.tar.xz.asc



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.RiS93J/_old  2017-12-04 09:59:37.690399968 +0100
+++ /var/tmp/diff_new_pack.RiS93J/_new  2017-12-04 09:59:37.698399677 +0100
@@ -105,8 +105,8 @@
 %define with_phyp  1
 %endif
 
-# Enable firewalld support for openSUSE >= 42.2
-%if 0%{?sle_version} >= 120200 && 0%{?is_opensuse}
+# Enable firewalld support in newer code bases
+%if 0%{?suse_version} >= 1330
 %define with_firewalld 1
 %endif
 
@@ -165,7 +165,7 @@
 
 Name:   libvirt
 Url:http://libvirt.org/
-Version:3.9.0
+Version:3.10.0
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+
@@ -308,13 +308,9 @@
 Source99:   baselibs.conf
 Source100:  %{name}-rpmlintrc
 # Upstream patches
-Patch0: 8056721c-qemu-null-storage-source.patch
-Patch1: 74a13be4-xdr-flags.patch
 # Patches pending upstream review
 Patch100:   libxl-dom-reset.patch
 Patch101:   network-don-t-use-dhcp-authoritative-on-static-netwo.patch
-Patch102:   apparmor-rules-for-new-mediation-features.patch
-Patch103:   apparmor-fine-grained-mount-rules.patch
 # Need to go upstream
 Patch150:   xen-pv-cdrom.patch
 Patch151:   blockcopy-check-dst-identical-device.patch
@@ -887,12 +883,8 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 %patch100 -p1
 %patch101 -p1
-%patch102 -p1
-%patch103 -p1
 %patch150 -p1
 %patch151 -p1
 %patch152 -p1
@@ -1296,18 +1288,6 @@
 done
 fi
 
-# In upgrade scenario we must explicitly enable virtlockd/virtlogd
-# sockets, if libvirtd is already enabled and start them if
-# libvirtd is running, otherwise you'll get failures to start
-# guests
-%triggerpostun daemon -- %{name}-daemon < 1.3.0
-if [ $1 -ge 1 ] ; then
-/usr/bin/systemctl is-enabled libvirtd.service 1>/dev/null 2>&1 &&
-/usr/bin/systemctl enable virtlogd.socket || :
-/usr/bin/systemctl is-active libvirtd.service 1>/dev/null 2>&1 &&
-/usr/bin/systemctl start virtlogd.socket || :
-fi
-
 %post daemon-config-network
 # Install the default network if one doesn't exist
 if test $1 -eq 1 && test ! -f %{_sysconfdir}/libvirt/qemu/networks/default.xml 
; then

++ apparmor-no-mount.patch ++
--- /var/tmp/diff_new_pack.RiS93J/_old  2017-12-04 09:59:37.762397355 +0100
+++ /var/tmp/diff_new_pack.RiS93J/_new  2017-12-04 09:59:37.766397209 +0100
@@ -1,7 +1,7 @@
-Index: libvirt-3.9.0/examples/apparmor/libvirt-lxc
+Index: libvirt-3.10.0/examples/apparmor/libvirt-lxc
 ===
 libvirt-3.9.0.orig/examples/apparmor/libvirt-lxc
-+++ libvirt-3.9.0/examples/apparmor/libvirt-lxc
+--- libvirt-3.10.0.orig/examples/apparmor/libvirt-lxc
 libvirt-3.10.0/examples/apparmor/libvirt-lxc
 @@ -2,39 +2,15 @@
  
#include 

++ blockcopy-check-dst-identical-device.patch ++
--- /var/tmp/diff_new_pack.RiS93J/_old  2017-12-04 09:59:37.794396193 +0100
+++ /var/tmp/diff_new_pack.RiS93J/_new  2017-1