commit kapidox for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package kapidox for openSUSE:Factory checked 
in at 2017-09-17 22:39:25

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


Package is "kapidox"

Sun Sep 17 22:39:25 2017 rev:44 rq:526624 version:5.38.0

Changes:

--- /work/SRC/openSUSE:Factory/kapidox/kapidox.changes  2017-08-14 
12:40:59.227852482 +0200
+++ /work/SRC/openSUSE:Factory/.kapidox.new/kapidox.changes 2017-09-17 
22:40:09.541214750 +0200
@@ -1,0 +2,11 @@
+Tue Sep 12 07:11:16 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.38.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.38.0.php
+- Changes since 5.37.0:
+  * Fix build on CI.
+  * Add an .arcconfig
+
+---

Old:

  kapidox-5.37.0.tar.xz

New:

  kapidox-5.38.0.tar.xz



Other differences:
--
++ kapidox.spec ++
--- /var/tmp/diff_new_pack.gL25Sg/_old  2017-09-17 22:40:10.085138275 +0200
+++ /var/tmp/diff_new_pack.gL25Sg/_new  2017-09-17 22:40:10.089137713 +0200
@@ -16,9 +16,13 @@
 #
 
 
-%define _tar_path 5.37
+%define _tar_path 5.38
+# Full KF5 version (e.g. 5.33.0)
+%{!?_kf5_version: %global _kf5_version %{version}}
+# Last major and minor KF5 version (e.g. 5.33)
+%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kapidox
-Version:5.37.0
+Version:5.38.0
 Release:0
 Requires:   doxygen
 BuildRequires:  fdupes

++ kapidox-5.37.0.tar.xz -> kapidox-5.38.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.37.0/.arcconfig 
new/kapidox-5.38.0/.arcconfig
--- old/kapidox-5.37.0/.arcconfig   1970-01-01 01:00:00.0 +0100
+++ new/kapidox-5.38.0/.arcconfig   2017-09-02 10:50:21.0 +0200
@@ -0,0 +1,4 @@
+{
+"project.name" : "KApidox",
+"phabricator.uri" : "https://phabricator.kde.org/;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.37.0/CMakeLists.txt 
new/kapidox-5.38.0/CMakeLists.txt
--- old/kapidox-5.37.0/CMakeLists.txt   2017-07-30 12:40:00.0 +0200
+++ new/kapidox-5.38.0/CMakeLists.txt   2017-09-02 10:50:21.0 +0200
@@ -3,7 +3,13 @@
 
 find_package(PythonInterp REQUIRED)
 
-file(TO_NATIVE_PATH ${CMAKE_BINARY_DIR} BINARY_DIR)
+if(WIN32)
+# Needs native path and extra escaping of spaces
+file(TO_NATIVE_PATH "${CMAKE_BINARY_DIR}" BINARY_DIR)
+else()
+set(BINARY_DIR ${CMAKE_BINARY_DIR})
+endif()
+
 add_custom_target(build ALL
 COMMAND ${PYTHON_EXECUTABLE} setup.py build --build-base ${BINARY_DIR}
 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.37.0/setup.py new/kapidox-5.38.0/setup.py
--- old/kapidox-5.37.0/setup.py 2017-07-30 12:40:00.0 +0200
+++ new/kapidox-5.38.0/setup.py 2017-09-02 10:50:21.0 +0200
@@ -6,7 +6,7 @@
 
 setup(
 name='kapidox',
-version='5.37.0',
+version='5.38.0',
 description='KDE API documentation generation tools',
 maintainer = 'Olivier Churlaud',
 maintainer_email = 'oliv...@churlaud.com',




commit ghc for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package ghc for openSUSE:Factory checked in 
at 2017-09-17 22:39:19

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


Package is "ghc"

Sun Sep 17 22:39:19 2017 rev:56 rq:526531 version:8.0.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc/ghc.changes  2017-05-31 12:20:01.681979381 
+0200
+++ /work/SRC/openSUSE:Factory/.ghc.new/ghc.changes 2017-09-17 
22:40:08.397375575 +0200
@@ -1,0 +2,8 @@
+Sat Sep 16 12:16:30 UTC 2017 - ptromm...@icloud.com
+
+- add 0001-PPC-Implement-Atomic-operations.patch
+  * fixes parallel programs on all PowerPC platforms
+  * uptream ticket #12537
+- refresh buildpath-abi-stability.patch 
+
+---

New:

  0001-PPC-Implement-Atomic-operations.patch



Other differences:
--
++ ghc.spec ++
--- /var/tmp/diff_new_pack.ScUlQU/_old  2017-09-17 22:40:09.301248490 +0200
+++ /var/tmp/diff_new_pack.ScUlQU/_new  2017-09-17 22:40:09.313246803 +0200
@@ -76,6 +76,8 @@
 # PATCH-FIX-UPSTREAM 0001-PPC-CodeGen-fix-lwa-instruction-generation.patch 
peter.tromm...@ohm-hochschule.de -- Fix PPC codegen: Fixes ghc-zeromq4-haskell 
build on 64-bit PowerPCs
 Patch30:0001-PPC-CodeGen-fix-lwa-instruction-generation.patch
 Patch31:ghc-pie.patch
+# PATCH-FIX-UPSTREAM 0001-PPC-Implement-Atomic-operations.patch 
ptromm...@icloud.com -- Inline atomic operations for PowerPC. This also happens 
to fix Haskell Trac #12537.
+Patch32:0001-PPC-Implement-Atomic-operations.patch
 # PATCH-FIX-OPENSUSE ghc-8.0.2-Cabal-dynlibdir.patch -- Fix shared library 
directory location.
 Patch100:   ghc-8.0.2-Cabal-dynlibdir.patch
 # PATCH-FIX-UPSTREAM buildpath-abi-stability.patch -- debian patch for more 
stable abi-1
@@ -171,6 +173,7 @@
 %patch29 -p1
 %patch30 -p1
 %patch31 -p1
+%patch32 -p1
 %patch100 -p1
 %patch110 -p1
 %patch111 -p1

++ 0001-PPC-Implement-Atomic-operations.patch ++
>From d52808aa474ed9f51981ae35814c0a7ec36b5fea Mon Sep 17 00:00:00 2001
From: Peter Trommler 
Date: Sat, 16 Sep 2017 13:52:04 +0200
Subject: [PATCH] PPC: Implement Atomic operations.

Fixes #12537
---
 compiler/nativeGen/PPC/CodeGen.hs | 91 +++
 compiler/nativeGen/PPC/Instr.hs   | 47 
 compiler/nativeGen/PPC/Ppr.hs | 56 
 3 files changed, 159 insertions(+), 35 deletions(-)

diff --git a/compiler/nativeGen/PPC/CodeGen.hs 
b/compiler/nativeGen/PPC/CodeGen.hs
index df76211f3d..5ec8459926 100644
--- a/compiler/nativeGen/PPC/CodeGen.hs
+++ b/compiler/nativeGen/PPC/CodeGen.hs
@@ -160,8 +160,8 @@ stmtToInstrs stmt = do
-> genCCall target result_regs args
 
 CmmBranch id  -> genBranch id
-CmmCondBranch arg true false _ -> do
-  b1 <- genCondJump true arg
+CmmCondBranch arg true false prediction -> do
+  b1 <- genCondJump true arg prediction
   b2 <- genBranch false
   return (b1 `appOL` b2)
 CmmSwitch arg ids -> do dflags <- getDynFlags
@@ -1069,11 +1069,12 @@ comparison to do.
 genCondJump
 :: BlockId  -- the branch target
 -> CmmExpr  -- the condition on which to branch
+-> Maybe Bool
 -> NatM InstrBlock
 
-genCondJump id bool = do
+genCondJump id bool prediction = do
   CondCode _ cond code <- getCondCode bool
-  return (code `snocOL` BCC cond id)
+  return (code `snocOL` BCC cond id prediction)
 
 
 
@@ -1091,6 +1092,78 @@ genCCall :: ForeignTarget-- function to call
  -> [CmmFormal]-- where to put the result
  -> [CmmActual]-- arguments (of mixed type)
  -> NatM InstrBlock
+genCCall (PrimTarget (MO_AtomicRMW width amop)) [dst] [addr, n]
+ = do dflags <- getDynFlags
+  let platform = targetPlatform dflags
+  fmt  = intFormat width
+  reg_dst  = getRegisterReg platform (CmmLocal dst)
+  (instr, n_code) <- case amop of
+AMO_Add  -> getSomeRegOrImm ADD True reg_dst
+AMO_Sub  -> case n of
+CmmLit (CmmInt i _)
+  | Just imm <- makeImmediate width True (-i)
+   -> return (ADD reg_dst reg_dst (RIImm imm), nilOL)
+_
+   -> do
+ (n_reg, n_code) <- getSomeReg n
+ return  (SUBF reg_dst n_reg reg_dst, n_code)
+AMO_And  -> getSomeRegOrImm AND False reg_dst
+AMO_Nand -> do (n_reg, n_code) <- getSomeReg n
+   return (NAND reg_dst reg_dst n_reg, n_code)
+AMO_Or   -> getSomeRegOrImm OR False reg_dst
+AMO_Xor  -> getSomeRegOrImm XOR False reg_dst
+

commit rpmrebuild for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package rpmrebuild for openSUSE:Factory 
checked in at 2017-09-17 22:39:13

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


Package is "rpmrebuild"

Sun Sep 17 22:39:13 2017 rev:22 rq:526523 version:2.11

Changes:

--- /work/SRC/openSUSE:Factory/rpmrebuild/rpmrebuild.changes2015-05-10 
10:46:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpmrebuild.new/rpmrebuild.changes   
2017-09-17 22:40:07.277533025 +0200
@@ -1,0 +2,10 @@
+Sat Sep 16 10:01:10 UTC 2017 - br...@ioda-net.ch
+
+- New release of source code (2.11) release -2
+  + fix bad day of week in changelog (rpmbuild warning)
+  + add dependency to rpm-build package instead rpmbuild binary
+- Adjust patch rpmrebuild-fix-bashims.patch
+- Pick new gpg block for rpmrebuild.keyring
+- Spec cleanup
+
+---



Other differences:
--
++ rpmrebuild.spec ++
--- /var/tmp/diff_new_pack.i1YsZ2/_old  2017-09-17 22:40:07.889446989 +0200
+++ /var/tmp/diff_new_pack.i1YsZ2/_new  2017-09-17 22:40:07.909444178 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmrebuild
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,7 +34,6 @@
 Requires:   cpio
 Requires:   rpm-build
 Requires:   sed
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description

++ rpmrebuild-2.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Changelog new/Changelog
--- old/Changelog   2013-11-22 10:17:12.0 +0100
+++ new/Changelog   2017-09-10 15:23:42.0 +0200
@@ -1,10 +1,14 @@
-* Wed Nov 22 2013  2.11
+* Sun Sep 10 2017  2.11-2
+- fix bad day of week in changelog (rpmbuild warning)
+- add dependency to rpm-build package instead rpmbuild binary
+
+* Fri Nov 22 2013  2.11
 - add install option
 
 * Sun Aug 11 2013  2.10-2
 - bugfix from 2.10 on test install : test was inverted (applied on rpm files 
instead installed rpm)
 
-* Tue Aug 01 2013  2.10
+* Thu Aug 01 2013  2.10
 - add tag DISTTAG (feature request)
 - do not test install if work on rpm files
 - applied patch from Olivier Bourdon for pretrans and postrans
@@ -12,12 +16,12 @@
 * Sun Jan 13 2013  2.9
 - fix to work with rpm 4.10 (Fedora 18) - error: incorrect format: invalid 
field width
 
-* Thu Jul 11 2012  2.8
+* Wed Jul 11 2012  2.8
 - can handle SUGGESTS/ENHANCES rpm tag
 - add --cap-from-fs/cap-from-db options
 - build rpmrebuild-version.tar.gz to allow rpmbuild -tb work
 
-* Thu Jun 06 2012  2.7
+* Wed Jun 06 2012  2.7
 - patch from Andreas Kainz for package file checking
 - add new unset_tag plugin
 - add support for rpm version 5 (mandriva)
@@ -42,10 +46,10 @@
 * Fri Dec 11 2009  2.4
 - add -l / --list-plugin option
 
-* Tue Nov 12 2009 
+* Thu Nov 12 2009 
 - add -5 / --md5-compat-digest option
 
-* Wed Jan 09 2009  2.3
+* Fri Jan 09 2009  2.3
 - release version 2.3
 
 * Tue Dec 16 2008 
@@ -54,7 +58,7 @@
 * Tue Dec 16 2008 
 - fix for rpm 4.6 (fedora 10), that ignore BuildRoot in the spec file flag
 
-* Wed Dec 05 2008  
+* Fri Dec 05 2008 
 - do not use popt any more
 
 * Wed Aug 06 2008  2.2.3-1
@@ -126,18 +130,18 @@
 * Sun Nov 14 2004  2.0.0-1
 - rpmrebuild_parser.src - added '--help-plugins' option
 
-* Wed Oct 26 2004  2.0.0-1
+* Tue Oct 26 2004  2.0.0-1
 - processing of /change/modify/edit was moved to the processng_func.src
 - changes to support --change-spec-* ane --edit-* (in the processing_func, 
rpmrebuild_popt and rpmrebuild_parser)
 - added '--include' option
 
-* Wed Sep 28 2004  2.0.0-1
+* Tue Sep 28 

commit trytond_purchase for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package trytond_purchase for 
openSUSE:Factory checked in at 2017-09-17 22:39:10

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


Package is "trytond_purchase"

Sun Sep 17 22:39:10 2017 rev:3 rq:526514 version:4.2.2

Changes:

--- /work/SRC/openSUSE:Factory/trytond_purchase/trytond_purchase.changes
2017-07-05 23:56:08.255678975 +0200
+++ /work/SRC/openSUSE:Factory/.trytond_purchase.new/trytond_purchase.changes   
2017-09-17 22:40:06.237679228 +0200
@@ -1,0 +2,5 @@
+Sat Sep  9 16:00:55 UTC 2017 - axel.br...@gmx.de
+
+- Version 4.2.2 - Bugfix Release
+
+---

Old:

  trytond_purchase-4.2.1.tar.gz

New:

  trytond_purchase-4.2.2.tar.gz



Other differences:
--
++ trytond_purchase.spec ++
--- /var/tmp/diff_new_pack.x3Lbxv/_old  2017-09-17 22:40:06.857592069 +0200
+++ /var/tmp/diff_new_pack.x3Lbxv/_new  2017-09-17 22:40:06.861591507 +0200
@@ -19,7 +19,7 @@
 
 %define majorver 4.2
 Name:   trytond_purchase
-Version:%{majorver}.1
+Version:%{majorver}.2
 Release:0
 Summary:The "purchase" module for the Tryton ERP system
 License:GPL-3.0

++ trytond_purchase-4.2.1.tar.gz -> trytond_purchase-4.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_purchase-4.2.1/CHANGELOG 
new/trytond_purchase-4.2.2/CHANGELOG
--- old/trytond_purchase-4.2.1/CHANGELOG2017-03-10 11:00:34.0 
+0100
+++ new/trytond_purchase-4.2.2/CHANGELOG2017-09-04 22:39:20.0 
+0200
@@ -1,3 +1,6 @@
+Version 4.2.2 - 2017-09-04
+* Bug fixes (see mercurial logs for details)
+
 Version 4.2.1 - 2017-03-10
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_purchase-4.2.1/PKG-INFO 
new/trytond_purchase-4.2.2/PKG-INFO
--- old/trytond_purchase-4.2.1/PKG-INFO 2017-03-10 11:00:43.0 +0100
+++ new/trytond_purchase-4.2.2/PKG-INFO 2017-09-04 22:39:21.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_purchase
-Version: 4.2.1
+Version: 4.2.2
 Summary: Tryton module for purchase
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_purchase-4.2.1/purchase.py 
new/trytond_purchase-4.2.2/purchase.py
--- old/trytond_purchase-4.2.1/purchase.py  2016-11-28 18:39:03.0 
+0100
+++ new/trytond_purchase-4.2.2/purchase.py  2017-09-04 22:39:18.0 
+0200
@@ -446,7 +446,7 @@
 
 def get_tax_amount(self):
 taxes = self._get_taxes().itervalues()
-return sum(tax['amount'] for tax in taxes)
+return sum((tax['amount'] for tax in taxes), Decimal(0))
 
 @classmethod
 def get_amount(cls, purchases, names):
@@ -818,7 +818,10 @@
 purchase.create_return_shipment(return_moves)
 purchase.set_shipment_state()
 if purchase.is_done():
-done.append(purchase)
+if purchase.state != 'done':
+if purchase.state == 'confirmed':
+process.append(purchase)
+done.append(purchase)
 elif purchase.state != 'processing':
 process.append(purchase)
 if process:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_purchase-4.2.1/setup.cfg 
new/trytond_purchase-4.2.2/setup.cfg
--- old/trytond_purchase-4.2.1/setup.cfg2017-03-10 11:00:43.0 
+0100
+++ new/trytond_purchase-4.2.2/setup.cfg2017-09-04 22:39:21.0 
+0200
@@ -1,5 +1,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_purchase-4.2.1/tryton.cfg 
new/trytond_purchase-4.2.2/tryton.cfg
--- old/trytond_purchase-4.2.1/tryton.cfg   2016-11-28 18:42:11.0 
+0100
+++ new/trytond_purchase-4.2.2/tryton.cfg   2017-03-10 11:01:38.0 
+0100
@@ -1,5 +1,5 @@
 [tryton]
-version=4.2.1
+version=4.2.2
 depends:
 account
 account_invoice
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_purchase-4.2.1/trytond_purchase.egg-info/PKG-INFO 
new/trytond_purchase-4.2.2/trytond_purchase.egg-info/PKG-INFO
--- old/trytond_purchase-4.2.1/trytond_purchase.egg-info/PKG-INFO   
2017-03-10 11:00:42.0 +0100
+++ 

commit trytond_currency for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package trytond_currency for 
openSUSE:Factory checked in at 2017-09-17 22:39:07

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


Package is "trytond_currency"

Sun Sep 17 22:39:07 2017 rev:3 rq:526513 version:4.2.1

Changes:

--- /work/SRC/openSUSE:Factory/trytond_currency/trytond_currency.changes
2017-07-05 23:56:05.260100948 +0200
+++ /work/SRC/openSUSE:Factory/.trytond_currency.new/trytond_currency.changes   
2017-09-17 22:40:05.225821496 +0200
@@ -0,0 +1,5 @@
+---
+Sat Sep  9 16:01:04 UTC 2017 - axel.br...@gmx.de
+
+- Version 4.2.1 - Bugfix Release
+

Old:

  trytond_currency-4.2.0.tar.gz

New:

  trytond_currency-4.2.1.tar.gz



Other differences:
--
++ trytond_currency.spec ++
--- /var/tmp/diff_new_pack.z9Ky3W/_old  2017-09-17 22:40:05.78174 +0200
+++ /var/tmp/diff_new_pack.z9Ky3W/_new  2017-09-17 22:40:05.789742208 +0200
@@ -19,7 +19,7 @@
 
 %define majorver 4.2
 Name:   trytond_currency
-Version:%{majorver}.0
+Version:%{majorver}.1
 Release:0
 Summary:The "currency" module for the Tryton ERP system
 License:GPL-3.0

++ trytond_currency-4.2.0.tar.gz -> trytond_currency-4.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_currency-4.2.0/CHANGELOG 
new/trytond_currency-4.2.1/CHANGELOG
--- old/trytond_currency-4.2.0/CHANGELOG2016-11-28 16:10:32.0 
+0100
+++ new/trytond_currency-4.2.1/CHANGELOG2017-09-04 22:46:27.0 
+0200
@@ -1,3 +1,6 @@
+Version 4.2.1 - 2017-09-04
+* Bug fixes (see mercurial logs for details)
+
 Version 4.2.0 - 2016-11-28
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_currency-4.2.0/COPYRIGHT 
new/trytond_currency-4.2.1/COPYRIGHT
--- old/trytond_currency-4.2.0/COPYRIGHT2016-11-28 16:10:29.0 
+0100
+++ new/trytond_currency-4.2.1/COPYRIGHT2017-09-04 22:46:27.0 
+0200
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2016 Cédric Krier.
+Copyright (C) 2008-2017 Cédric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2016 B2CK SPRL.
+Copyright (C) 2008-2017 B2CK SPRL.
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_currency-4.2.0/PKG-INFO 
new/trytond_currency-4.2.1/PKG-INFO
--- old/trytond_currency-4.2.0/PKG-INFO 2016-11-28 16:10:44.0 +0100
+++ new/trytond_currency-4.2.1/PKG-INFO 2017-09-04 22:46:28.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_currency
-Version: 4.2.0
+Version: 4.2.1
 Summary: Tryton module with currencies
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_currency-4.2.0/currency.py 
new/trytond_currency-4.2.1/currency.py
--- old/trytond_currency-4.2.0/currency.py  2015-11-15 21:34:22.0 
+0100
+++ new/trytond_currency-4.2.1/currency.py  2017-09-04 22:46:26.0 
+0200
@@ -244,7 +244,6 @@
 class Rate(ModelSQL, ModelView):
 'Rate'
 __name__ = 'currency.currency.rate'
-_rec_name = 'date'
 date = fields.Date('Date', required=True, select=True)
 rate = fields.Numeric('Rate', digits=(12, 6), required=1)
 currency = fields.Many2One('currency.currency', 'Currency',
@@ -270,3 +269,6 @@
 @classmethod
 def check_xml_record(self, records, values):
 return True
+
+def get_rec_name(self, name):
+return str(self.date)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_currency-4.2.0/setup.cfg 
new/trytond_currency-4.2.1/setup.cfg
--- old/trytond_currency-4.2.0/setup.cfg2016-11-28 16:10:44.0 
+0100
+++ new/trytond_currency-4.2.1/setup.cfg2017-09-04 22:46:28.0 
+0200
@@ -1,5 +1,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_currency-4.2.0/tryton.cfg 
new/trytond_currency-4.2.1/tryton.cfg
--- old/trytond_currency-4.2.0/tryton.cfg   2016-11-28 16:10:24.0 
+0100
+++ new/trytond_currency-4.2.1/tryton.cfg   2016-11-28 18:42:04.0 
+0100
@@ -1,5 +1,5 @@
 [tryton]
-version=4.2.0
+version=4.2.1
 depends:
 ir
 res
diff -urN 

commit trytond for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package trytond for openSUSE:Factory checked 
in at 2017-09-17 22:38:53

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


Package is "trytond"

Sun Sep 17 22:38:53 2017 rev:12 rq:526511 version:4.2.6

Changes:

--- /work/SRC/openSUSE:Factory/trytond/trytond.changes  2017-08-18 
15:06:02.444323309 +0200
+++ /work/SRC/openSUSE:Factory/.trytond.new/trytond.changes 2017-09-17 
22:40:03.262097595 +0200
@@ -1,0 +2,5 @@
+Thu Sep 14 19:24:19 UTC 2017 - axel.br...@gmx.de
+
+- Documentation updated
+
+---



Other differences:
--
++ tryton-server.README.SUSE ++
--- /var/tmp/diff_new_pack.eWkEr3/_old  2017-09-17 22:40:04.021990754 +0200
+++ /var/tmp/diff_new_pack.eWkEr3/_new  2017-09-17 22:40:04.021990754 +0200
@@ -7,13 +7,14 @@
 You have already installed the package trytond and found this documentation. 
Good.
 
 1) Log in as root and start the database
-#su
-#systemctl start postgresql
+> su
+> systemctl start postgresql
 
 2) Change postgres parameters. You need to log in as user postgres, in order 
to avoid authorisation issues. Assuming we have nano as editor:
 
-#su postgres
-#nano /var/lib/pgsql/data/pg_hba.conf
+
+> su postgres
+> nano /var/lib/pgsql/data/pg_hba.conf
 
 Change the line
 local   all all md5
@@ -24,29 +25,24 @@
 Save your input. 
 
 3) Create a role for 'tryton' in the database (sill as user postgres)
-#psql -c "CREATE USER tryton WITH CREATEDB;"
+> psql -c "CREATE USER tryton WITH CREATEDB;"
 
 4) exit as user postgres and restart postgres
-#exit
-#systemctl restart postgresql
-
-5) Now lets look at /etc/tryton/trytond.conf. Uncomment the line with 
super_pwd (it is recommended that you set your own password here!
-#nano /etc/tryton/trytond.conf
-uncomment super_pwd
+> exit
+> systemctl restart postgresql
 
-6) start trytond:
-#systemctl start trytond
+5) start trytond:
+> systemctl start trytond
 
-7) Install the tryton client:
-#zypper in tryton
+6) Install the tryton client:
+> zypper in tryton
 
-8) Open the tryton client:
-#tryton
+7) Open the tryton client:
+>tryton
 go to 'manage profiles' -> add -> name it 'localhost' -> Host: localhost
 -> you should now see a selection of available databases
 
-Note: Fron Tryton Release 4.2 onwards it is not possible anymore to create 
databases 
-from the Frontend. You need to do this manually (see below)
+Note: From Tryton Release 4.2 onwards it is not possible anymore to create 
databases from the Frontend. You need to do this manually (see below)
 
 DONE.
 
@@ -70,7 +66,7 @@
 
   * In both cases, make sure PostgreSQL is running:
 
-# systemctl status postgresql
+> systemctl status postgresql
 
 Note: If PostgreSQL runs on another machine than the Tryton server, make 
sure
 you have setup database password authentication. Please refer to the
@@ -96,17 +92,10 @@
 
 The Tryton Server runs as user 'tryton', so we need a role in postgres for 
this.
 
-Case 1)
-For manual database creation it is sufficient to create the user as 
follows:
-
-su postgres
-psql -c "CREATE USER tryton WITH CREATEDB;" 
+For manual database creation (standard as from Tryton 4.2 onwards) it is 
sufficient to create the user as follows:
 
-Case 2)
-In case 2 the user needs additionally an encrypted password to log into 
the DB:
-
-su postgres
-psql -c "ALTER ROLE tryton ENCRYPTED PASSWORD 'tryton_password' ;"
+> su postgres
+> psql -c "CREATE USER tryton WITH CREATEDB;" 
 
 Note: If you want to run the database as another user than 'tryton', you
 need to replace 'tryton' above with the user you want to use instead.
@@ -121,17 +110,7 @@
 It contains all settings for a locally running database and manual database
 configuration.
 
-Adjust /etc/tryton/trytond.conf to reflect the setup of your system by 
using
-the database user and password from step 1 for the database URI.
-
-For case 1 you do not need to do anything additional.
-For case 2 (creation of database from Tryton frontend) you need to set the
-Super password in the configuration file.
-See section super_pwd in
-http://trytond.readthedocs.org/en/latest/topics/configuration.html 
-As a result you will get an encypted password in the form
-super_pwd = grlvvq5T4r5BQ
-which is entered in /etc/tryton/trytond.conf
+Adjust /etc/tryton/trytond.conf to reflect any different the setup of your 
system.
 
   * If the Tryton server shall listen on some external interface (i.e. shall be
 available for 

commit gnuhealth for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package gnuhealth for openSUSE:Factory 
checked in at 2017-09-17 22:38:47

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


Package is "gnuhealth"

Sun Sep 17 22:38:47 2017 rev:15 rq:526510 version:3.2.3

Changes:

--- /work/SRC/openSUSE:Factory/gnuhealth/gnuhealth.changes  2017-08-29 
11:48:04.250576270 +0200
+++ /work/SRC/openSUSE:Factory/.gnuhealth.new/gnuhealth.changes 2017-09-17 
22:40:01.326369759 +0200
@@ -1,0 +2,11 @@
+Sat Sep 16 16:18:04 UTC 2017 - axel.br...@gmx.de
+
+- version 3.2.3 Fix bug #52038: Field history is repeated in the tree
+  view of the prescription line 
+
+---
+Thu Sep 14 19:14:55 UTC 2017 - axel.br...@gmx.de
+
+- Documentation adapted
+
+---

Old:

  gnuhealth-3.2.2.tar.gz

New:

  gnuhealth-3.2.3.tar.gz



Other differences:
--
++ gnuhealth.spec ++
--- /var/tmp/diff_new_pack.Eyiy9d/_old  2017-09-17 22:40:02.566195439 +0200
+++ /var/tmp/diff_new_pack.Eyiy9d/_new  2017-09-17 22:40:02.602190378 +0200
@@ -24,7 +24,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python3-setuptools
 
-Version:%{majorver}.2
+Version:%{majorver}.3
 Release:0
 
 Url:http://health.gnu.org

++ GNUHealth.README.SUSE ++
--- /var/tmp/diff_new_pack.Eyiy9d/_old  2017-09-17 22:40:02.750169573 +0200
+++ /var/tmp/diff_new_pack.Eyiy9d/_new  2017-09-17 22:40:02.754169011 +0200
@@ -7,13 +7,14 @@
 You have already installed the package gnuhealth and found this documentation. 
Good.
 
 1) Log in as root and start the database
-#su
-#systemctl start postgresql
+> su
+> systemctl start postgresql
 
 2) Change postgres parameters. You need to log in as user postgres, in order 
to avoid authorisation issues. Assuming we have nano as editor:
 
-#su postgres
-#nano /var/lib/pgsql/data/pg_hba.conf
+
+> su postgres
+> nano /var/lib/pgsql/data/pg_hba.conf
 
 FOR LOCAL CONNECTIONS (Database on the same machine) change the line
 local   all all md5
@@ -23,28 +24,24 @@
 Save your input. This will make sure that Tryton/GNUHealth server can connect 
to the database
 
 3) Create a role for 'tryton' in the database (sill as user postgres)
-#psql -c "CREATE USER tryton WITH CREATEDB;"
+> psql -c "CREATE USER tryton WITH CREATEDB;"
 
 4) exit as user postgres and restart postgres
-#exit
-#systemctl restart postgresql
-
-5) Now lets look at /etc/tryton/trytond.conf. Uncomment the line with 
super_pwd (it is recommended that you set your own password here!
-#nano /etc/tryton/trytond.conf
-uncomment super_pwd
+> exit
+> systemctl restart postgresql
 
-6) start gnuhealth/trytond:
-#systemctl start gnuhealth
+5) start gnuhealth/trytond:
+> systemctl start gnuhealth
 
-7) Install the tryton client:
-#zypper in tryton
+6) Install the tryton client:
+> zypper in tryton
 
-8) Open the tryton client:
-#tryton
+7) Open the tryton client:
+> tryton
 go to 'manage profiles' -> add -> name it 'localhost' -> Host: localhost
 -> you should now see a selection of available databases
 
-Note: Fron Tryton Release 4.2 onwards it is not possible anymore to create 
databases 
+Note: From Tryton Release 4.2 onwards it is not possible anymore to create 
databases 
 from the Frontend. You need to do this manually (see 
/usr/share/doc/packages/trytond/tryton-server.README.SUSE)
 
 DONE.
@@ -69,24 +66,24 @@
 
 As user tryton, run tryton-admin:
 
-# /usr/bin/trytond-admin -c /etc/tryton/trytond.conf --all -d mydb
+> /usr/bin/trytond-admin -c /etc/tryton/trytond.conf --all -d mydb
 
   * GNU_Health 3.0 on openSUSE delivered 2 modules, which are not (yet) in 3.2
 anymore: pdq and hl7. You need to delete them first
 
 Log in as database owner (usually tryton):
 
-# sudo su tryton -s /bin/bash
+> sudo su tryton -s /bin/bash
 
 Delete the 2 modules:
-# psql mydb
+> psql mydb
 delete from ir_module where name='pdq';
 delete from ir_module where name='hl7';
 
 Quit with CRTL-D
 Apply the database patch:
 
-# psql mydb < /usr/share/doc/packages/gnuhealth/upgrade/3.2/upgrade_32.sql
+> psql mydb < /usr/share/doc/packages/gnuhealth/upgrade/3.2/upgrade_32.sql
 
 Remember to replace mydb with the name of your database.
 
@@ -135,7 +132,7 @@
 
 Starting with GNU Health 3.2, GNU Health comes with its own WebDAV-Server that 
can be used for shared calendars. In order to enable the WebDAV server, it 
comes with a systemd-service. As input parameter for the service the 
database-name on which to operate 

commit chromium for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2017-09-17 22:38:40

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


Package is "chromium"

Sun Sep 17 22:38:40 2017 rev:165 rq:526505 version:61.0.3163.91

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2017-09-12 
19:54:41.736976643 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2017-09-17 
22:39:41.861106572 +0200
@@ -1,0 +2,6 @@
+Sat Sep 16 15:50:19 UTC 2017 - tchva...@suse.com
+
+- Update to 61.0.3163.91:
+  * Various bugfixes 
+
+---

Old:

  chromium-61.0.3163.79.tar.xz

New:

  chromium-61.0.3163.91.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.pt3vMS/_old  2017-09-17 22:40:00.638466478 +0200
+++ /var/tmp/diff_new_pack.pt3vMS/_new  2017-09-17 22:40:00.642465916 +0200
@@ -35,7 +35,7 @@
 %bcond_with system_vpx
 %bcond_with clang
 Name:   chromium
-Version:61.0.3163.79
+Version:61.0.3163.91
 Release:0
 Summary:Google's open source browser project
 License:BSD-3-Clause AND LGPL-2.1+

++ chromium-61.0.3163.79.tar.xz -> chromium-61.0.3163.91.tar.xz ++
/work/SRC/openSUSE:Factory/chromium/chromium-61.0.3163.79.tar.xz 
/work/SRC/openSUSE:Factory/.chromium.new/chromium-61.0.3163.91.tar.xz differ: 
char 26, line 1




commit trytond_company for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package trytond_company for openSUSE:Factory 
checked in at 2017-09-17 22:39:00

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


Package is "trytond_company"

Sun Sep 17 22:39:00 2017 rev:3 rq:526512 version:4.2.1

Changes:

--- /work/SRC/openSUSE:Factory/trytond_company/trytond_company.changes  
2017-07-05 23:55:55.833428839 +0200
+++ /work/SRC/openSUSE:Factory/.trytond_company.new/trytond_company.changes 
2017-09-17 22:40:04.305950830 +0200
@@ -0,0 +1,5 @@
+---
+Sat Sep  9 16:01:13 UTC 2017 - axel.br...@gmx.de
+
+- Version 4.2.1 - Bugfix Release
+

Old:

  trytond_company-4.2.0.tar.gz

New:

  trytond_company-4.2.1.tar.gz



Other differences:
--
++ trytond_company.spec ++
--- /var/tmp/diff_new_pack.BbyLqF/_old  2017-09-17 22:40:04.865872105 +0200
+++ /var/tmp/diff_new_pack.BbyLqF/_new  2017-09-17 22:40:04.869871542 +0200
@@ -19,7 +19,7 @@
 
 %define majorver 4.2
 Name:   trytond_company
-Version:%{majorver}.0
+Version:%{majorver}.1
 Release:0
 Summary:The "company" module for the Tryton ERP system
 License:GPL-3.0

++ trytond_company-4.2.0.tar.gz -> trytond_company-4.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_company-4.2.0/CHANGELOG 
new/trytond_company-4.2.1/CHANGELOG
--- old/trytond_company-4.2.0/CHANGELOG 2016-11-28 16:26:43.0 +0100
+++ new/trytond_company-4.2.1/CHANGELOG 2017-09-04 22:48:09.0 +0200
@@ -1,3 +1,6 @@
+Version 4.2.1 - 2017-09-04
+* Bug fixes (see mercurial logs for details)
+
 Version 4.2.0 - 2016-11-28
 * Bug fixes (see mercurial logs for details)
 * Add start and end dates on employee
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_company-4.2.0/COPYRIGHT 
new/trytond_company-4.2.1/COPYRIGHT
--- old/trytond_company-4.2.0/COPYRIGHT 2016-11-28 16:26:41.0 +0100
+++ new/trytond_company-4.2.1/COPYRIGHT 2017-09-04 22:48:09.0 +0200
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2016 Cédric Krier.
+Copyright (C) 2008-2017 Cédric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2016 B2CK SPRL.
+Copyright (C) 2008-2017 B2CK SPRL.
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_company-4.2.0/PKG-INFO 
new/trytond_company-4.2.1/PKG-INFO
--- old/trytond_company-4.2.0/PKG-INFO  2016-11-28 16:26:56.0 +0100
+++ new/trytond_company-4.2.1/PKG-INFO  2017-09-04 22:48:10.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_company
-Version: 4.2.0
+Version: 4.2.1
 Summary: Tryton module with companies and employees
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_company-4.2.0/company.py 
new/trytond_company-4.2.1/company.py
--- old/trytond_company-4.2.0/company.py2016-10-21 18:41:58.0 
+0200
+++ new/trytond_company-4.2.1/company.py2017-09-04 22:48:08.0 
+0200
@@ -26,7 +26,6 @@
 class Company(ModelSQL, ModelView):
 'Company'
 __name__ = 'company.company'
-_rec_name = 'party'
 party = fields.Many2One('party.party', 'Party', required=True,
 ondelete='CASCADE')
 parent = fields.Many2One('company.company', 'Parent')
@@ -50,6 +49,10 @@
 return self.party.rec_name
 
 @classmethod
+def search_rec_name(cls, name, clause):
+return [('party',) + tuple(clause[1:])]
+
+@classmethod
 def write(cls, companies, values, *args):
 super(Company, cls).write(companies, values, *args)
 # Restart the cache on the domain_get method
@@ -59,7 +62,6 @@
 class Employee(ModelSQL, ModelView):
 'Employee'
 __name__ = 'company.employee'
-_rec_name = 'party'
 party = fields.Many2One('party.party', 'Party', required=True)
 company = fields.Many2One('company.company', 'Company', required=True)
 start_date = fields.Date('Start Date',
@@ -84,6 +86,9 @@
 def get_rec_name(self, name):
 return self.party.rec_name
 
+@classmethod
+def search_rec_name(cls, name, clause):
+return [('party',) + tuple(clause[1:])]
 
 class UserEmployee(ModelSQL):
 'User - Employee'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_company-4.2.0/setup.cfg 

commit kaffeine for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package kaffeine for openSUSE:Factory 
checked in at 2017-09-17 22:37:38

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


Package is "kaffeine"

Sun Sep 17 22:37:38 2017 rev:69 rq:526430 version:2.0.13

Changes:

--- /work/SRC/openSUSE:Factory/kaffeine/kaffeine.changes2017-07-27 
11:12:49.540543263 +0200
+++ /work/SRC/openSUSE:Factory/.kaffeine.new/kaffeine.changes   2017-09-17 
22:38:04.058857435 +0200
@@ -1,0 +2,14 @@
+Fri Sep 15 15:15:17 UTC 2017 - wba...@tmo.at
+
+- Update to 2.0.13:
+  * Add a logic to send LNBf higher voltage commands. That may be
+needed on a few devices, if the antenna cabling is too long,
+as, otherwise, polarity setting may not work (kde#374693).
+  * Fix layer selection for ISDB-T
+  * Improve README.md instructions
+  * get rid of incomplete work (dtvdaemon)
+  * fix install dir on some distros
+  * Shut up a gcc 7.1 warning
+  * scanfile.dvb updated.
+
+---

Old:

  kaffeine-2.0.12.1.tar.xz

New:

  kaffeine-2.0.13.tar.xz



Other differences:
--
++ kaffeine.spec ++
--- /var/tmp/diff_new_pack.03vWZJ/_old  2017-09-17 22:38:05.470658939 +0200
+++ /var/tmp/diff_new_pack.03vWZJ/_new  2017-09-17 22:38:05.474658376 +0200
@@ -20,7 +20,7 @@
 Summary:VLC-based Multimedia Player
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Video/Players
-Version:2.0.12.1
+Version:2.0.13
 Release:0
 Url:http://kaffeine.kde.org/
 Source0:%{name}-%{version}.tar.xz
@@ -109,12 +109,11 @@
 %files
 %defattr(-,root,root)
 %doc COPYING COPYING-DOCS Changelog NOTES README.md
-%{_kf5_bindir}/dtvdaemon
 %{_kf5_bindir}/kaffeine
 %if 0%{?sle_version} == 120100
 %dir %{_kf5_sharedir}/appdata
 %endif
-%{_kf5_sharedir}/appdata/org.kde.kaffeine.appdata.xml
+%{_kf5_appstreamdir}/org.kde.kaffeine.appdata.xml
 %{_kf5_applicationsdir}/org.kde.kaffeine.desktop
 %{_kf5_iconsdir}/hicolor/*/*/*
 %{_kf5_sharedir}/kaffeine/

++ kaffeine-2.0.12.1.tar.xz -> kaffeine-2.0.13.tar.xz ++
 28251 lines of diff (skipped)




commit umbrello for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package umbrello for openSUSE:Factory 
checked in at 2017-09-17 22:38:09

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


Package is "umbrello"

Sun Sep 17 22:38:09 2017 rev:56 rq:526435 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2017-09-12 
19:55:25.582811624 +0200
+++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes   2017-09-17 
22:38:26.631683744 +0200
@@ -1,0 +2,6 @@
+Fri Sep  8 23:54:34 UTC 2017 - jeng...@inai.de
+
+- Remove unnecessary ldconfig call, there are no shared libraries
+  in here.
+
+---



Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.I5Sg9e/_old  2017-09-17 22:38:27.255596023 +0200
+++ /var/tmp/diff_new_pack.I5Sg9e/_new  2017-09-17 22:38:27.255596023 +0200
@@ -96,9 +96,6 @@
 
   %suse_update_desktop_fileorg.kde.umbrello5   Development Design
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %files
 %defattr(-,root,root)
 %doc COPYING COPYING.DOC README




commit gpxsee for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package gpxsee for openSUSE:Factory checked 
in at 2017-09-17 22:38:15

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


Package is "gpxsee"

Sun Sep 17 22:38:15 2017 rev:14 rq:526436 version:4.14

Changes:

--- /work/SRC/openSUSE:Factory/gpxsee/gpxsee.changes2017-09-04 
12:39:24.161510662 +0200
+++ /work/SRC/openSUSE:Factory/.gpxsee.new/gpxsee.changes   2017-09-17 
22:38:28.059482998 +0200
@@ -1,0 +2,15 @@
+Fri Sep 15 23:24:48 CEST 2017 - tu...@cbox.cz
+
+- Update to version 4.14
+  * Fixed broken parsing of TCX files with heart rate data.
+  * Fixed invalid memory access in NMEA parser.
+  * Fixed broken units setting for cadence, heart rate and power
+graphs.
+  * Added support for limiting the maximal zoom level of online map
+sources.
+  * Added waypoints/POI size/color settings and map background
+color settings.
+  * Adjusted the scale bar (text) size to the remaining content
+in print/PDF export output.
+
+---

Old:

  GPXSee-4.13.tar.gz

New:

  GPXSee-4.14.tar.gz



Other differences:
--
++ gpxsee.spec ++
--- /var/tmp/diff_new_pack.mlnyll/_old  2017-09-17 22:38:28.743386842 +0200
+++ /var/tmp/diff_new_pack.mlnyll/_new  2017-09-17 22:38:28.747386280 +0200
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:   gpxsee
-Version:4.13
+Version:4.14
 Release:1
 Summary:GPS log files visualizing and analyzing tool
 License:GPL-3.0

++ GPXSee-4.13.tar.gz -> GPXSee-4.14.tar.gz ++
 4002 lines of diff (skipped)

++ debian.changelog ++
--- /var/tmp/diff_new_pack.mlnyll/_old  2017-09-17 22:38:28.939359289 +0200
+++ /var/tmp/diff_new_pack.mlnyll/_new  2017-09-17 22:38:28.943358727 +0200
@@ -1,3 +1,18 @@
+gpxsee (4.14) stable; urgency=low
+
+  * Fixed broken parsing of TCX files with heart rate data.
+  * Fixed invalid memory access in NMEA parser.
+  * Fixed broken units setting for cadence, heart rate and power
+graphs.
+  * Added support for limiting the maximal zoom level of online map
+sources.
+  * Added waypoints/POI size/color settings and map background
+color settings.
+  * Adjusted the scale bar (text) size to the remaining content
+in print/PDF export output.
+
+ -- Martin Tuma   Fri, 15 Sep 2017 23:35:38 +0200
+
 gpxsee (4.13) stable; urgency=low
 
   * Added support for high-resolution printing.

++ gpxsee.dsc ++
--- /var/tmp/diff_new_pack.mlnyll/_old  2017-09-17 22:38:29.015348605 +0200
+++ /var/tmp/diff_new_pack.mlnyll/_new  2017-09-17 22:38:29.015348605 +0200
@@ -1,9 +1,9 @@
 Format: 1.0
 Source: gpxsee
-Version: 4.13
+Version: 4.14
 Binary: gpxsee
 Maintainer: Martin Tuma 
 Architecture: any
 Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake, 
qttools5-dev-tools, libqt5opengl5-dev
 Files:
-  0 GPXSee-4.13.tar.gz
+  0 GPXSee-4.14.tar.gz




commit gromacs for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package gromacs for openSUSE:Factory checked 
in at 2017-09-17 22:38:04

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


Package is "gromacs"

Sun Sep 17 22:38:04 2017 rev:35 rq:526433 version:2016.4

Changes:

--- /work/SRC/openSUSE:Factory/gromacs/gromacs.changes  2017-08-10 
14:13:28.492865191 +0200
+++ /work/SRC/openSUSE:Factory/.gromacs.new/gromacs.changes 2017-09-17 
22:38:15.937187368 +0200
@@ -1,0 +2,27 @@
+Fri Sep 15 16:20:29 UTC 2017 - jungh...@votca.org
+
+- version bump to 2016.4 details here:
+  http://manual.gromacs.org/documentation/2016.4/ReleaseNotes/index.html
+  Highlighs:
+   - Disabled PME tuning with the group scheme
+   - Fixed value of Ewald shift
+   - Fixed orientation restraint reference
+   - Fixed bugs with setup for orientation restraints
+   - Worked around missing OpenMP implementation in orientation restraints
+   - Enable group-scheme SIMD kernels on recent AVX extensions
+   - Fix FEP state with rerun
+   - Fixed COM pull force with SD
+   - Fix PBC bugs in the swap code
+   - Fixed flat-bottomed position restraints with multiple ranks
+   - Fixed null pointer print in DD
+   - Improved the “files not present” error message
+   - Fixed LJ-PME + switch grompp error
+   - Fixed unused SIMD PME table kernel
+   - Fixed bugs in most double-precision Simd4 implementations
+   - Avoid inf in SIMD double sqrt()
+   - Fix NVML error messages
+   - Fixed IMD interface malfunctions
+   - Fixed initial temperature reporting
+   - Fix exception in SIMD LJ PME solve
+
+---

Old:

  gromacs-2016.3.tar.gz
  manual-2016.3.pdf
  regressiontests-2016.3.tar.gz

New:

  gromacs-2016.4.tar.gz
  manual-2016.4.pdf
  regressiontests-2016.4.tar.gz



Other differences:
--
++ gromacs.spec ++
--- /var/tmp/diff_new_pack.mINubO/_old  2017-09-17 22:38:24.264016634 +0200
+++ /var/tmp/diff_new_pack.mINubO/_new  2017-09-17 22:38:24.264016634 +0200
@@ -17,7 +17,7 @@
 #
 
 Name:   gromacs
-Version:2016.3
+Version:2016.4
 Release:0
 Summary:Molecular Dynamics Package
 License:GPL-2.0+

++ gromacs-2016.3.tar.gz -> gromacs-2016.4.tar.gz ++
/work/SRC/openSUSE:Factory/gromacs/gromacs-2016.3.tar.gz 
/work/SRC/openSUSE:Factory/.gromacs.new/gromacs-2016.4.tar.gz differ: char 5, 
line 1

++ manual-2016.3.pdf -> manual-2016.4.pdf ++
(binary differes)

++ regressiontests-2016.3.tar.gz -> regressiontests-2016.4.tar.gz ++
/work/SRC/openSUSE:Factory/gromacs/regressiontests-2016.3.tar.gz 
/work/SRC/openSUSE:Factory/.gromacs.new/regressiontests-2016.4.tar.gz differ: 
char 18, line 1




commit minuet for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package minuet for openSUSE:Factory checked 
in at 2017-09-17 22:37:54

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


Package is "minuet"

Sun Sep 17 22:37:54 2017 rev:13 rq:526432 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/minuet/minuet.changes2017-09-11 
16:23:17.992413250 +0200
+++ /work/SRC/openSUSE:Factory/.minuet.new/minuet.changes   2017-09-17 
22:38:09.214132615 +0200
@@ -1,0 +2,6 @@
+Fri Sep  8 23:44:34 UTC 2017 - jeng...@inai.de
+
+- Fix rpmlint warning about missing ldconfig call for
+  libminuetinterfaces.so.0.3.0.
+
+---



Other differences:
--
++ minuet.spec ++
--- /var/tmp/diff_new_pack.r9oFZs/_old  2017-09-17 22:38:10.050015092 +0200
+++ /var/tmp/diff_new_pack.r9oFZs/_new  2017-09-17 22:38:10.054014530 +0200
@@ -92,6 +92,9 @@
   %endif
   %suse_update_desktop_file org.kde.minuet Music
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root)
 %doc COPYING* README*




commit bitlbee-facebook for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package bitlbee-facebook for 
openSUSE:Factory checked in at 2017-09-17 22:38:34

Comparing /work/SRC/openSUSE:Factory/bitlbee-facebook (Old)
 and  /work/SRC/openSUSE:Factory/.bitlbee-facebook.new (New)


Package is "bitlbee-facebook"

Sun Sep 17 22:38:34 2017 rev:3 rq:526488 version:1.1.2

Changes:

--- /work/SRC/openSUSE:Factory/bitlbee-facebook/bitlbee-facebook.changes
2017-04-24 09:50:28.941543060 +0200
+++ /work/SRC/openSUSE:Factory/.bitlbee-facebook.new/bitlbee-facebook.changes   
2017-09-17 22:38:47.816705165 +0200
@@ -1,0 +2,7 @@
+Sat Sep 16 12:18:28 UTC 2017 - tampak...@opensuse.org
+
+- Version bump 1.1.2
+  - Fix "Failed to read thrift" with unknown fields in /t_p payload
+  - Fix rare login hang/timeout when the last page of contacts is empty
+
+---

Old:

  bitlbee-facebook-1.1.1.tar.gz

New:

  bitlbee-facebook-1.1.2.tar.gz



Other differences:
--
++ bitlbee-facebook.spec ++
--- /var/tmp/diff_new_pack.SuFIAi/_old  2017-09-17 22:38:48.484611259 +0200
+++ /var/tmp/diff_new_pack.SuFIAi/_new  2017-09-17 22:38:48.488610697 +0200
@@ -17,9 +17,9 @@
 
 
 Name:   bitlbee-facebook
-Version:1.1.1
+Version:1.1.2
 Release:0
-Summary:The Facebook protocol plugin for bitlbee.
+Summary:The Facebook protocol plugin for bitlbee
 License:GPL-2.0
 Group:  Productivity/Networking/IRC
 Url:https://github.com/bitlbee/bitlbee-facebook

++ bitlbee-facebook-1.1.1.tar.gz -> bitlbee-facebook-1.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bitlbee-facebook-1.1.1/ChangeLog 
new/bitlbee-facebook-1.1.2/ChangeLog
--- old/bitlbee-facebook-1.1.1/ChangeLog2017-04-02 08:06:40.0 
+0200
+++ new/bitlbee-facebook-1.1.2/ChangeLog2017-08-31 01:22:27.0 
+0200
@@ -1,3 +1,7 @@
+bitlbee-facebook-1.1.2 (2017-08-30):
+  - Fix "Failed to read thrift" with unknown fields in /t_p payload
+  - Fix rare login hang/timeout when the last page of contacts is empty
+
 bitlbee-facebook-1.1.1 (2017-04-02):
   - Send orca-formatted user agent for all HTTP requests too. Fixes "Failed to
   parse thread information" errors when joining channels.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bitlbee-facebook-1.1.1/Makefile.in 
new/bitlbee-facebook-1.1.2/Makefile.in
--- old/bitlbee-facebook-1.1.1/Makefile.in  2017-04-02 08:12:57.0 
+0200
+++ new/bitlbee-facebook-1.1.2/Makefile.in  2017-08-31 01:24:04.0 
+0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bitlbee-facebook-1.1.1/README 
new/bitlbee-facebook-1.1.2/README
--- old/bitlbee-facebook-1.1.1/README   2017-03-29 10:50:08.0 +0200
+++ new/bitlbee-facebook-1.1.2/README   2017-08-31 01:19:57.0 +0200
@@ -1,5 +1,7 @@
 The Facebook protocol plugin for bitlbee. This plugin uses the Facebook
-Mobile API.
+Messenger MQTT-based protocol.
+
+This project is not affiliated with Facebook, Inc.
 
 ## Usage
 
@@ -27,7 +29,7 @@
 doing. This can lead to mismatched header versions, which often times
 will lead to bad things.
 
-$ git clone https://github.com/jgeboski/bitlbee-facebook.git
+$ git clone https://github.com/bitlbee/bitlbee-facebook.git
 $ cd bitlbee-facebook
 
 With a "global" (or system) bitlbee installation:
@@ -36,13 +38,10 @@
 $ make
 $ make install
 
-Or with a "local" bitlbee installation (location: $HOME/bitlbee):
+Otherwise, before running those commands, set PKG_CONFIG_PATH to the path to
+the `bitlbee.pc` file. For example:
 
-$ export BITLBEE_CFLAGS="-I$HOME/bitlbee/include/bitlbee"
-$ export BITLBEE_LIBS=""
-$ ./autogen.sh --with-plugindir=$HOME/bitlbee/lib
-$ make
-$ make install
+$ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
 
 ## Debugging
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bitlbee-facebook-1.1.1/aclocal.m4 
new/bitlbee-facebook-1.1.2/aclocal.m4
--- old/bitlbee-facebook-1.1.1/aclocal.m4   2017-04-02 08:12:57.0 
+0200
+++ new/bitlbee-facebook-1.1.2/aclocal.m4   2017-08-31 

commit gsmartcontrol for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package gsmartcontrol for openSUSE:Factory 
checked in at 2017-09-17 22:38:26

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


Package is "gsmartcontrol"

Sun Sep 17 22:38:26 2017 rev:4 rq:526447 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/gsmartcontrol/gsmartcontrol.changes  
2017-08-24 18:41:47.699015521 +0200
+++ /work/SRC/openSUSE:Factory/.gsmartcontrol.new/gsmartcontrol.changes 
2017-09-17 22:38:34.854527627 +0200
@@ -1,0 +2,25 @@
+Mon Sep 11 14:29:47 UTC 2017 - joerg.loren...@ki.tng.de
+
+- Update to version 1.1.0
+  + New Statistics, Temperature Log, Error Recovery, Physical and
+Directory tabs.
+  + General tab shows non-SMART device settings as well.
+  + Attributes tab shows entries in "brief" format.
+  + Error Log tab shows Extended error log by default (if
+supported).
+  + Self-Test Log tab now shows Extended self-test log by default
+(if supported).
+  + GSmartControl now uses "-x" equivalent for retrieving data (as
+upposed to "-a"); loading "-x" outputs as virtual drives is
+also supported.
+  + Implemented ability to copy rows in CSV format from Attribute,
+Statistics and Self-Test Log tables.
+  + Implemented "Update Drive Database" functionality.
+  + Windows: Drive letters are shown for each drive.
+  + Scan time is shown under virtual drive icons.
+  + Polkit is supported with gsmartcontrol-root script now.
+  + Pcrecpp is no longer bundled, use system-installed one instead.
+  + Smartmontools version 5.43 is required at runtime.
+  + Other minor improvements and fixes.
+
+---

Old:

  gsmartcontrol-1.0.2.tar.bz2

New:

  gsmartcontrol-1.1.0.tar.bz2



Other differences:
--
++ gsmartcontrol.spec ++
--- /var/tmp/diff_new_pack.52ckAm/_old  2017-09-17 22:38:35.470441031 +0200
+++ /var/tmp/diff_new_pack.52ckAm/_new  2017-09-17 22:38:35.474440469 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gsmartcontrol
-Version:1.0.2
+Version:1.1.0
 Release:0
 License:GPL-2.0 or GPL-3.0
 Summary:Hard Disk Health Inspection Tool
@@ -29,11 +29,13 @@
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libstdc++-devel
+BuildRequires:  polkit
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gtkmm-3.0)
 BuildRequires:  pkgconfig(libpcre)
 Requires:   pcre
-Requires:   smartmontools
+Requires:   polkit
+Requires:   smartmontools >= 5.43
 Recommends: xdg-utils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -67,7 +69,7 @@
 %files
 %defattr(-,root,root,-)
 %doc %{_defaultdocdir}/%{name}
-%{_bindir}/%{name}
+%{_sbindir}/%{name}
 %{_bindir}/%{name}-root
 %{_mandir}/man1/%{name}.1%{ext_man}
 %{_mandir}/man1/%{name}-root.1%{ext_man}
@@ -78,5 +80,6 @@
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/pixmaps/%{name}.png
 %{_datadir}/pixmaps/%{name}.xpm
+%{_datadir}/polkit-1/actions/org.gsmartcontrol.policy
 
 %changelog

++ gsmartcontrol-1.0.2.tar.bz2 -> gsmartcontrol-1.1.0.tar.bz2 ++
 59710 lines of diff (skipped)




commit perf for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package perf for openSUSE:Factory checked in 
at 2017-09-17 22:38:23

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


Package is "perf"

Sun Sep 17 22:38:23 2017 rev:39 rq:526437 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/perf/perf.changes2016-09-07 
11:44:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.perf.new/perf.changes   2017-09-17 
22:38:29.219319927 +0200
@@ -1,0 +2,6 @@
+Fri Sep 15 21:26:35 UTC 2017 - to...@suse.com
+
+- Fix x86 32bit build error
+  New patch: perf-provide-definition-for-einval-on-32bit.patch
+
+---

New:

  perf-provide-definition-for-einval-on-32bit.patch



Other differences:
--
++ perf.spec ++
--- /var/tmp/diff_new_pack.uY0aSY/_old  2017-09-17 22:38:29.931219836 +0200
+++ /var/tmp/diff_new_pack.uY0aSY/_new  2017-09-17 22:38:29.931219836 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perf
 #
-# 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
@@ -49,6 +49,7 @@
 BuildRequires:  zlib-devel
 %{perl_requires}
 %{?libperl_requires}
+Patch1: perf-provide-definition-for-einval-on-32bit.patch
 
 Requires:   kernel >= 2.6.31
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -64,6 +65,7 @@
 # copy necessary files from kernel-source since we need to modify them
 (cd /usr/src/linux ; tar -cf - COPYING CREDITS README tools include scripts 
Kbuild Makefile arch/*/{include,lib,Makefile} lib) | tar -xf - 
 chmod +x tools/perf/util/generate-cmdlist.sh
+%patch1 -p1
 
 %build
 cd tools/perf

++ perf-provide-definition-for-einval-on-32bit.patch ++
From: Tony Jones 
Subject: provide definition for EINVAL on 32bit
References: none
Upstream: pending

diff --git a/tools/perf/arch/x86/util/unwind-libunwind.c 
b/tools/perf/arch/x86/util/unwind-libunwind.c
index 4f16661cbdbb..88934cce977b 100644
--- a/tools/perf/arch/x86/util/unwind-libunwind.c
+++ b/tools/perf/arch/x86/util/unwind-libunwind.c
@@ -1,6 +1,6 @@
+#include 
 
 #ifndef REMOTE_UNWIND_LIBUNWIND
-#include 
 #include 
 #include "perf_regs.h"
 #include "../../util/unwind.h"



commit wlc for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package wlc for openSUSE:Factory checked in 
at 2017-09-17 22:38:37

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


Package is "wlc"

Sun Sep 17 22:38:37 2017 rev:10 rq:526490 version:0.0.9

Changes:

--- /work/SRC/openSUSE:Factory/wlc/wlc.changes  2017-05-16 14:44:58.564639491 
+0200
+++ /work/SRC/openSUSE:Factory/.wlc.new/wlc.changes 2017-09-17 
22:38:51.940125419 +0200
@@ -1,0 +2,6 @@
+Thu Sep 14 12:35:25 UTC 2017 - zai...@opensuse.org
+
+- Add explicit pkgconfig(libudev) BuildRequires: Mandatory
+  dependency previously pulled in by something else.
+
+---



Other differences:
--
++ wlc.spec ++
--- /var/tmp/diff_new_pack.qpQHHd/_old  2017-09-17 22:38:52.420057940 +0200
+++ /var/tmp/diff_new_pack.qpQHHd/_new  2017-09-17 22:38:52.424057378 +0200
@@ -36,6 +36,7 @@
 BuildRequires:  pkgconfig(dri)
 BuildRequires:  pkgconfig(libinput)
 BuildRequires:  pkgconfig(libsystemd)
+BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(pixman-1)
 BuildRequires:  pkgconfig(wayland-client) >= %{wayland_minimal}
 BuildRequires:  pkgconfig(wayland-cursor) >= %{wayland_minimal}






commit jovie for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package jovie for openSUSE:Factory checked 
in at 2017-09-17 22:37:44

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


Package is "jovie"

Sun Sep 17 22:37:44 2017 rev:77 rq:526431 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/jovie/jovie.changes  2017-09-11 
16:19:07.875539946 +0200
+++ /work/SRC/openSUSE:Factory/.jovie.new/jovie.changes 2017-09-17 
22:38:08.330256886 +0200
@@ -1,0 +2,5 @@
+Fri Sep  8 22:41:27 UTC 2017 - jeng...@inai.de
+
+- Update package descriptions.
+
+---



Other differences:
--
++ jovie.spec ++
--- /var/tmp/diff_new_pack.b1e3F9/_old  2017-09-17 22:38:09.094149484 +0200
+++ /var/tmp/diff_new_pack.b1e3F9/_new  2017-09-17 22:38:09.098148922 +0200
@@ -22,7 +22,7 @@
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
-Summary:Text-to-Speech
+Summary:KDE Text-to-Speech subsystem
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
@@ -40,8 +40,10 @@
 %{kde4_runtime_requires}
 
 %description
-The KDE Text To Speech Daemon, which can be used from any KDE
-application that uses the interface from kdelibs.
+Jovie KDE Text-to-Speech (TTS) is a subsystem within the KDE desktop
+for conversion of text to audible speech.
+It can be used from any KDE application that uses the kdelibs
+TTS interface.
 
 %prep
 %setup -q




commit deja-dup for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package deja-dup for openSUSE:Factory 
checked in at 2017-09-17 22:37:34

Comparing /work/SRC/openSUSE:Factory/deja-dup (Old)
 and  /work/SRC/openSUSE:Factory/.deja-dup.new (New)


Package is "deja-dup"

Sun Sep 17 22:37:34 2017 rev:45 rq:526428 version:36.0

Changes:

--- /work/SRC/openSUSE:Factory/deja-dup/deja-dup.changes2017-09-14 
21:19:22.327474470 +0200
+++ /work/SRC/openSUSE:Factory/.deja-dup.new/deja-dup.changes   2017-09-17 
22:37:53.304369489 +0200
@@ -1,0 +2,6 @@
+Fri Sep 15 20:17:15 UTC 2017 - zai...@opensuse.org
+
+- Add deja-dup-fix-setting-drive-volume.patch: BackendDrive: Fix
+  setting a drive volume (lp#1717230).
+
+---

New:

  deja-dup-fix-setting-drive-volume.patch



Other differences:
--
++ deja-dup.spec ++
--- /var/tmp/diff_new_pack.m6CfHz/_old  2017-09-17 22:37:55.048124321 +0200
+++ /var/tmp/diff_new_pack.m6CfHz/_new  2017-09-17 22:37:55.072120948 +0200
@@ -24,6 +24,8 @@
 Group:  Productivity/Archiving/Backup
 Url:https://launchpad.net/deja-dup
 Source0:
https://launchpad.net/deja-dup/36/%{version}/+download/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM deja-dup-fix-setting-drive-volume.patch lp#1717230 
zai...@opensuse.org -- BackendDrive: Fix setting a drive volume
+Patch0: deja-dup-fix-setting-drive-volume.patch
 # For make check to work, we need dbus-launch
 BuildRequires:  dbus-1-x11
 BuildRequires:  fdupes
@@ -85,6 +87,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}"

++ deja-dup-fix-setting-drive-volume.patch ++
>From 3390fd1b0a906b8bd4d859922844b3d57b7f5fdd Mon Sep 17 00:00:00 2001
From: Michael Terry 
Date: Thu, 14 Sep 2017 11:41:38 -0400
Subject: BackendDrive: Fix setting a drive volume

Use get_uuid() instead of get_identifier(UUID) because it gets the
user-friendly version (i.e. the unencrypted partition, not the outer
LUKS partition).

And actually set the drive UUID when choosing it in the settings.

https://launchpad.net/bugs/1717230

diff --git a/deja-dup/widgets/ConfigLocation.vala 
b/deja-dup/widgets/ConfigLocation.vala
index d51d241..8bd092e 100644
--- a/deja-dup/widgets/ConfigLocation.vala
+++ b/deja-dup/widgets/ConfigLocation.vala
@@ -424,8 +424,7 @@ public class ConfigLocation : ConfigWidget
   {
 if (is_allowed_volume(v))
 {
-  add_volume_full(v.get_identifier(VolumeIdentifier.UUID),
-  v.get_name(), v.get_icon());
+  add_volume_full(v.get_uuid(), v.get_name(), v.get_icon());
 }
   }
 
@@ -445,8 +444,7 @@ public class ConfigLocation : ConfigWidget
 
   void update_volume(VolumeMonitor monitor, Volume v)
   {
-update_volume_full(v.get_identifier(VolumeIdentifier.UUID),
-   v.get_name(), v.get_icon());
+update_volume_full(v.get_uuid(), v.get_name(), v.get_icon());
   }
 
   void update_volume_full(string uuid, string name, Icon icon)
@@ -460,7 +458,7 @@ public class ConfigLocation : ConfigWidget
 
   void remove_volume(VolumeMonitor monitor, Volume v)
   {
-remove_volume_full(v.get_identifier(VolumeIdentifier.UUID));
+remove_volume_full(v.get_uuid());
   }
 
   void remove_volume_full(string uuid)
@@ -622,6 +620,7 @@ public class ConfigLocation : ConfigWidget
 
 // First things first, we must remember that we set a volume
 all_settings[""].set_string(BACKEND_KEY, "drive");
+all_settings[DRIVE_ROOT].set_string(DRIVE_UUID_KEY, uuid);
 
 var vol = VolumeMonitor.get().get_volume_for_uuid(uuid);
 if (vol == null) {
diff --git a/libdeja/BackendDrive.vala b/libdeja/BackendDrive.vala
index dcfe450..86c752c 100644
--- a/libdeja/BackendDrive.vala
+++ b/libdeja/BackendDrive.vala
@@ -125,7 +125,7 @@ public class BackendDrive : BackendFile
 var icon = volume.get_icon();
 
 // sanity check that these writable settings are for this volume
-var vol_uuid = volume.get_identifier(VolumeIdentifier.UUID);
+var vol_uuid = volume.get_uuid();
 var settings_uuid = settings.get_string(DRIVE_UUID_KEY);
 if (vol_uuid != settings_uuid)
   return;
-- 
cgit v0.10.2




commit python-ZEO for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package python-ZEO for openSUSE:Factory 
checked in at 2017-09-17 22:37:20

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


Package is "python-ZEO"

Sun Sep 17 22:37:20 2017 rev:6 rq:526409 version:5.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-ZEO/python-ZEO.changes2017-08-29 
11:44:27.329153116 +0200
+++ /work/SRC/openSUSE:Factory/.python-ZEO.new/python-ZEO.changes   
2017-09-17 22:37:25.548271916 +0200
@@ -1,0 +2,5 @@
+Fri Sep 15 17:57:56 UTC 2017 - toddrme2...@gmail.com
+
+- Fix python-trollius detection
+
+---



Other differences:
--
++ python-ZEO.spec ++
--- /var/tmp/diff_new_pack.fC2N3z/_old  2017-09-17 22:37:26.132189819 +0200
+++ /var/tmp/diff_new_pack.fC2N3z/_new  2017-09-17 22:37:26.136189256 +0200
@@ -18,6 +18,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
 %bcond_without  test
 Name:   python-ZEO
 Version:5.1.0
@@ -55,7 +56,7 @@
 Requires:   python-persistent
 Requires:   python-transaction
 %ifpython2
-Requires:   python-trollius
+Requires:   %{oldpython}-trollius
 %endif
 Requires:   python-zc.lockfile
 Requires:   python-zdaemon




commit avalon-logkit for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package avalon-logkit for openSUSE:Factory 
checked in at 2017-09-17 22:37:10

Comparing /work/SRC/openSUSE:Factory/avalon-logkit (Old)
 and  /work/SRC/openSUSE:Factory/.avalon-logkit.new (New)


Package is "avalon-logkit"

Sun Sep 17 22:37:10 2017 rev:13 rq:526401 version:2.1

Changes:

--- /work/SRC/openSUSE:Factory/avalon-logkit/avalon-logkit.changes  
2017-05-22 10:49:15.553897080 +0200
+++ /work/SRC/openSUSE:Factory/.avalon-logkit.new/avalon-logkit.changes 
2017-09-17 22:37:18.309289693 +0200
@@ -1,0 +2,12 @@
+Fri Sep 15 16:14:15 UTC 2017 - jeng...@inai.de
+
+- RPM group and minor spelling fix. Replacement of
+  -exec rm by -delete.
+
+---
+Fri Sep 15 09:20:19 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9 by specifying java source and target 1.6
+- Clean spec file
+
+---



Other differences:
--
++ avalon-logkit.spec ++
--- /var/tmp/diff_new_pack.HZUTvD/_old  2017-09-17 22:37:19.537117064 +0200
+++ /var/tmp/diff_new_pack.HZUTvD/_new  2017-09-17 22:37:19.545115940 +0200
@@ -36,7 +36,8 @@
 Patch3: fix-java7-compile.patch
 BuildRequires:  ant
 BuildRequires:  ant-junit
-BuildRequires:  avalon-framework >= 4.1.4
+BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.6
 BuildRequires:  javamail
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
@@ -45,19 +46,18 @@
 BuildRequires:  log4j
 BuildRequires:  servlet >= 3.0
 BuildRequires:  unzip
-Requires:   avalon-framework >= 4.1.4
 Requires:   jms
 Requires:   servlet >= 3.0
 BuildArch:  noarch
 
 %description
-LogKit is a logging toolkit designed for secure performance orientated
+LogKit is a logging toolkit designed for secure performance oriented
 logging in applications. To get started using LogKit, it is recomended
 that you read the whitepaper and browse the API docs.
 
 %package javadoc
 Summary:Javadoc for %{name}
-Group:  Development/Libraries/Java
+Group:  Documentation/HTML
 
 %description javadoc
 API documentation for %{name}.
@@ -71,22 +71,21 @@
 %patch3
 
 # remove all binary libs
-find . -name "*.jar" -exec rm -f {} \;
+find . -name "*.jar" -delete
 
 %build
-export CLASSPATH=%(build-classpath \
+ant clean
+mkdir -p target/lib
+build-jar-repository -s -p target/lib \
log4j \
javamail/mailapi \
jms_api \
tomcat-servlet-api \
-   jdbc-stdext \
-   avalon-framework \
junit \
-  ):$PWD/build/classes
 
-ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
--Dencoding=ISO-8859-1 -Dnoget=true clean jar javadoc \
--lib %{_datadir}/java
+ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+-Dencoding=ISO-8859-1 -Dnoget=true -lib %{_datadir}/java \
+jar javadoc
 
 %install
 # jars
@@ -101,16 +100,15 @@
 # javadoc
 install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes %{buildroot}%{_javadocdir}/%{name}
 
 %files
-%defattr(0644,root,root,0755)
 %doc LICENSE.txt NOTICE.txt
 %{_javadir}/*
 %{_datadir}/maven-metadata/%{name}.xml
 %{_mavenpomdir}/JPP-%{name}.pom
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %doc LICENSE.txt
 %{_javadocdir}/*
 





commit rapid-photo-downloader for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package rapid-photo-downloader for 
openSUSE:Factory checked in at 2017-09-17 22:37:25

Comparing /work/SRC/openSUSE:Factory/rapid-photo-downloader (Old)
 and  /work/SRC/openSUSE:Factory/.rapid-photo-downloader.new (New)


Package is "rapid-photo-downloader"

Sun Sep 17 22:37:25 2017 rev:3 rq:526414 version:0.9.3

Changes:

--- 
/work/SRC/openSUSE:Factory/rapid-photo-downloader/rapid-photo-downloader.changes
2017-09-12 19:55:13.284540847 +0200
+++ 
/work/SRC/openSUSE:Factory/.rapid-photo-downloader.new/rapid-photo-downloader.changes
   2017-09-17 22:37:43.209788759 +0200
@@ -1,0 +2,29 @@
+Fri Sep 15 18:38:44 UTC 2017 - aloi...@gmx.com
+
+- Added python3-pyzmq version requirement
+
+---
+Fri Sep 15 18:09:51 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.9.3:
+  + When requesting GIO to unmount a camera / phone so it can be
+accessed by libgphoto2, retry several times if it fails.
+Sometimes a GIO client program such as Gnome Files needs a few
+seconds to relinquish control of the device.
+  + Fixed bug where a crash could occur when removing a camera that
+was in the preliminary stages of being scanned.
+  + Fixed a bug introduced in 0.9.3b1 where photo and video numbers
+and sizes were not displayed in the devices summary in the
+program's left-hand pane.
+  + Fixed a bug on Fedora where the maximum length for an sqlite3
+query could be exceeded.
+  + When running a user-installed python such as Anaconda or
+another custom python, where possible the install.py script now
+switches over to using the Linux distribution's system python.
+  + Under Python 3.6 or newer, bumped required version of pyzmq up
+to 16.0.2, hopefully avoiding a segfault observed with pyzmq
+15.1.0 and ZeroMQ 4.1.5. See the Release Notes for more
+details.
+  + Updated translations.
+
+---

Old:

  rapid-photo-downloader-0.9.2.tar.gz

New:

  rapid-photo-downloader-0.9.3.tar.gz



Other differences:
--
++ rapid-photo-downloader.spec ++
--- /var/tmp/diff_new_pack.HBLp97/_old  2017-09-17 22:37:45.033532346 +0200
+++ /var/tmp/diff_new_pack.HBLp97/_new  2017-09-17 22:37:45.033532346 +0200
@@ -20,7 +20,7 @@
 
 %global __requires_exclude ^typelib\\(Unity\\).*$
 Name:   rapid-photo-downloader
-Version:0.9.2
+Version:0.9.3
 Release:0
 Summary:Rapid Photo Downloader
 License:GPL-3.0+
@@ -46,7 +46,7 @@
 Requires:   python3-pymediainfo
 Requires:   python3-python-dateutil >= 2.2
 Requires:   python3-pyxdg
-Requires:   python3-pyzmq
+Requires:   python3-pyzmq >=  16.0.2
 Requires:   python3-qt5 >= 5.4
 Requires:   python3-rawkit
 Requires:   python3-sortedcontainers

++ rapid-photo-downloader-0.9.2.tar.gz -> 
rapid-photo-downloader-0.9.3.tar.gz ++
/work/SRC/openSUSE:Factory/rapid-photo-downloader/rapid-photo-downloader-0.9.2.tar.gz
 
/work/SRC/openSUSE:Factory/.rapid-photo-downloader.new/rapid-photo-downloader-0.9.3.tar.gz
 differ: char 5, line 1




commit libqt5-qtwayland for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package libqt5-qtwayland for 
openSUSE:Factory checked in at 2017-09-17 22:37:03

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


Package is "libqt5-qtwayland"

Sun Sep 17 22:37:03 2017 rev:14 rq:526018 version:5.9.1

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtwayland/libqt5-qtwayland.changes
2017-07-08 12:24:45.316075302 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtwayland.new/libqt5-qtwayland.changes   
2017-09-17 22:37:04.375248770 +0200
@@ -1,0 +2,6 @@
+Thu Sep 14 07:16:03 UTC 2017 - fab...@ritter-vogt.de
+
+- Add patch to workaround crash due to nullptr deref (kde#381630):
+  * workaround-null-object.patch
+
+---

New:

  workaround-null-object.patch



Other differences:
--
++ libqt5-qtwayland.spec ++
--- /var/tmp/diff_new_pack.Uz4NDR/_old  2017-09-17 22:37:05.047154303 +0200
+++ /var/tmp/diff_new_pack.Uz4NDR/_new  2017-09-17 22:37:05.047154303 +0200
@@ -31,6 +31,8 @@
 Url:https://www.qt.io
 Source: 
https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
 Source1:baselibs.conf
+# PATCH-FIX-OPENSUSE
+Patch1: workaround-null-object.patch
 BuildRequires:  fdupes
 BuildRequires:  libqt5-qtbase-private-headers-devel >= %{version}
 BuildRequires:  libqt5-qtdeclarative-private-headers-devel >= %{version}
@@ -101,6 +103,7 @@
 
 %prep
 %setup -q -n qtwayland-opensource-src-%{real_version}
+%patch1 -p1
 
 %post  -n libQt5WaylandCompositor5 -p /sbin/ldconfig
 

++ workaround-null-object.patch ++
From: Fabian Vogt 
Subject: Work around crash in QtWaylandClient::QWaylandEglWindow::updateSurface
References: kde#381630

object() is nullptr when it crashes, so do not try to reference it.
This is only a workaround as object() should never be nullptr AFAICT.
So far I haven't discovered any bad side effects.

Index: 
qtwayland-opensource-src-5.9.1/src/hardwareintegration/client/wayland-egl/qwaylandeglwindow.cpp
===
--- 
qtwayland-opensource-src-5.9.1.orig/src/hardwareintegration/client/wayland-egl/qwaylandeglwindow.cpp
+++ 
qtwayland-opensource-src-5.9.1/src/hardwareintegration/client/wayland-egl/qwaylandeglwindow.cpp
@@ -112,7 +112,7 @@ void QWaylandEglWindow::updateSurface(bo
 // mesa's egl returns NULL if we try to create a, invalid wl_egl_window, 
however not all EGL
 // implementations may do that, so check the size ourself. Besides, we 
must deal with resizing
 // a valid window to 0x0, which would make it invalid. Hence, destroy it.
-if (sizeWithMargins.isEmpty()) {
+if (sizeWithMargins.isEmpty() || !object()) {
 if (m_eglSurface) {
 eglDestroySurface(m_clientBufferIntegration->eglDisplay(), 
m_eglSurface);
 m_eglSurface = 0;



commit bea-stax for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package bea-stax for openSUSE:Factory 
checked in at 2017-09-17 22:36:33

Comparing /work/SRC/openSUSE:Factory/bea-stax (Old)
 and  /work/SRC/openSUSE:Factory/.bea-stax.new (New)


Package is "bea-stax"

Sun Sep 17 22:36:33 2017 rev:24 rq:526189 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/bea-stax/bea-stax.changes2017-05-31 
13:32:21.422246279 +0200
+++ /work/SRC/openSUSE:Factory/.bea-stax.new/bea-stax.changes   2017-09-17 
22:36:34.639429509 +0200
@@ -1,0 +2,12 @@
+Thu Sep 14 16:17:04 UTC 2017 - fst...@suse.com
+
+- Don't require java-1_5_0-gcj-compat and build with source and
+  target level 1.6
+- Removed patch:
+  * bea-stax-target15.patch
+- Added patch:
+  * bea-stax-target16.patch
+- change the source and target levels and fix a problem with
+  the encoding of one file
+
+---

Old:

  bea-stax-target15.patch

New:

  bea-stax-target16.patch



Other differences:
--
++ bea-stax.spec ++
--- /var/tmp/diff_new_pack.AbAC1I/_old  2017-09-17 22:36:35.247344038 +0200
+++ /var/tmp/diff_new_pack.AbAC1I/_new  2017-09-17 22:36:35.251343476 +0200
@@ -25,10 +25,10 @@
 Group:  Development/Libraries/Java
 Url:http://dev2dev.bea.com/technologies/stax/index.jsp
 Source0:stax-src-1.2.0_rc1-dev.zip
-Patch0: bea-stax-target15.patch
+Patch0: bea-stax-target16.patch
 Patch2: bea-stax-gcj-build.patch
 BuildRequires:  ant
-BuildRequires:  java-1_5_0-gcj-compat-devel
+BuildRequires:  java-devel >= 1.6
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
 #!BuildIgnore:  xerces-j2-bootstrap

++ bea-stax-target15.patch -> bea-stax-target16.patch ++
--- /work/SRC/openSUSE:Factory/bea-stax/bea-stax-target15.patch 2011-09-23 
01:52:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.bea-stax.new/bea-stax-target16.patch
2017-09-17 22:36:34.563440192 +0200
@@ -5,25 +5,28 @@
  
  
-@@ -104,7 +104,7 @@
+@@ -104,9 +104,10 @@

  
  
-@@ -124,7 +124,7 @@
+   
+ 
+@@ -124,7 +125,7 @@


  






commit rhino for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package rhino for openSUSE:Factory checked 
in at 2017-09-17 22:36:48

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


Package is "rhino"

Sun Sep 17 22:36:48 2017 rev:31 rq:526251 version:1.7R3

Changes:

--- /work/SRC/openSUSE:Factory/rhino/rhino.changes  2017-06-10 
18:32:57.864171461 +0200
+++ /work/SRC/openSUSE:Factory/.rhino.new/rhino.changes 2017-09-17 
22:36:48.769442887 +0200
@@ -1,0 +2,8 @@
+Fri Sep 15 05:49:47 UTC 2017 - fst...@suse.com
+
+- Make build with the new version of java-1_5_0-gcj-compat, where
+  javac is not just a simple link to gcj, but a wrapper script that
+  runs Eclipse Compiler for Java(tm)
+- Make buildable with different versions of OpenJDK
+
+---



Other differences:
--
++ rhino.spec ++
--- /var/tmp/diff_new_pack.VUrDf6/_old  2017-09-17 22:36:49.485342235 +0200
+++ /var/tmp/diff_new_pack.VUrDf6/_new  2017-09-17 22:36:49.493341110 +0200
@@ -22,7 +22,7 @@
 Version:1.7R3
 Release:0
 Summary:JavaScript for Java
-License:MPL-1.1 or GPL-2.0+
+License:MPL-1.1 OR GPL-2.0+
 Group:  Development/Libraries/Java
 Url:http://www.mozilla.org/rhino/
 # wget ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino%{cvs_version}.zip
@@ -51,20 +51,31 @@
 BuildRequires:  java-1_5_0-gcj-compat-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  jline
+BuildRequires:  xmlbeans-mini
+#!BuildIgnore:  antlr
+#!BuildIgnore:  antlr-java
+#!BuildIgnore:  java-1_6_0-openjdk
+#!BuildIgnore:  java-1_6_0-openjdk-devel
+#!BuildIgnore:  java-1_6_0-openjdk-headless
+#!BuildIgnore:  java-1_7_0-openjdk
+#!BuildIgnore:  java-1_7_0-openjdk-devel
+#!BuildIgnore:  java-1_7_0-openjdk-headless
+#!BuildIgnore:  java-1_8_0-openjdk
+#!BuildIgnore:  java-1_8_0-openjdk-devel
+#!BuildIgnore:  java-1_8_0-openjdk-headless
+#!BuildIgnore:  java-9-openjdk
+#!BuildIgnore:  java-9-openjdk-devel
+#!BuildIgnore:  java-9-openjdk-headless
+#!BuildIgnore:  xerces-j2
 #BuildRequires:  xerces-j2-bootstrap
 #!BuildIgnore:  xerces-j2-bootstrap
-BuildRequires:  xmlbeans-mini
-#!BuildIgnore:  xerces-j2 xml-commons xml-commons-apis xml-commons-resolver
-#!BuildIgnore:  antlr antlr-java
+#!BuildIgnore:  xml-commons
+#!BuildIgnore:  xml-commons-apis
 #!BuildIgnore:  xml-commons-jaxp-1.3-apis
-#!BuildIgnore:  java-1_6_0-openjdk java-1_6_0-openjdk-devel 
java-1_6_0-openjdk-headless
-#!BuildIgnore:  java-1_7_0-openjdk java-1_7_0-openjdk-devel 
java-1_7_0-openjdk-headless
-#!BuildIgnore:  java-1_8_0-openjdk java-1_8_0-openjdk-devel 
java-1_8_0-openjdk-headless
-#!BuildIgnore:  java-9-openjdk java-9-openjdk-devel java-9-openjdk-headless
+#!BuildIgnore:  xml-commons-resolver
 Requires:   bea-stax-api
 Requires:   jline
 Requires:   xmlbeans
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -110,9 +121,10 @@
 -Djsr173.jar=$(build-classpath bea-stax-api) \
 deepclean jar copy-all
 
+export CLASSPATH=`pwd`/build/%{name}%{cvs_version}/js.jar:$(build-classpath 
xmlbeans/xbean 2>/dev/null)
+SOURCEPATH=`pwd`/build/%{name}%{cvs_version}/src
 pushd examples
-export CLASSPATH=../build/%{name}%{cvs_version}/js.jar:$(build-classpath 
xmlbeans/xbean 2>/dev/null)
-javac -C *.java
+javac -sourcepath ${SOURCEPATH} -source 1.5 -target 1.5 *.java
 jar cvf ../build/%{name}%{cvs_version}/%{name}-examples.jar *.class
 popd
 
@@ -136,7 +148,6 @@
 cp -a build/%{name}%{cvs_version}/%{name}-examples.jar 
%{buildroot}%{_javadir}/%{name}-examples.jar
 
 %files
-%defattr(0644,root,root,0755)
 %doc LICENSE.txt
 %attr(0755,root,root) %{_bindir}/%{name}
 %attr(0755,root,root) %{_bindir}/%{name}-debugger
@@ -145,7 +156,6 @@
 %{_javadir}/*.jar
 
 %files demo
-%defattr(0644,root,root,0755)
 %{_datadir}/%{name}
 
 %changelog




commit xml-commons for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package xml-commons for openSUSE:Factory 
checked in at 2017-09-17 22:36:10

Comparing /work/SRC/openSUSE:Factory/xml-commons (Old)
 and  /work/SRC/openSUSE:Factory/.xml-commons.new (New)


Package is "xml-commons"

Sun Sep 17 22:36:10 2017 rev:39 rq:526036 version:1.4.01

Changes:

--- /work/SRC/openSUSE:Factory/xml-commons/xml-commons-apis-bootstrap.changes   
2017-05-31 13:30:29.478025383 +0200
+++ 
/work/SRC/openSUSE:Factory/.xml-commons.new/xml-commons-apis-bootstrap.changes  
2017-09-17 22:36:11.198725165 +0200
@@ -1,0 +2,5 @@
+Thu Sep 14 09:00:18 UTC 2017 - fst...@suse.com
+
+- Fix build with javac that has OpenJDK compatible options
+
+---
@@ -4 +9 @@
-- Add BuildRequires: javapackages-local (for maven conversions)
+- Add BuildRequires: javapackages-local (for maven conversions)



Other differences:
--
++ xml-commons-apis-bootstrap.spec ++
--- /var/tmp/diff_new_pack.pILqD0/_old  2017-09-17 22:36:12.922482813 +0200
+++ /var/tmp/diff_new_pack.pILqD0/_new  2017-09-17 22:36:12.930481689 +0200
@@ -140,7 +140,7 @@
 #<<< end functions
 
 # variables:
-COMPILER_COMMAND="javac -C -ftarget=1.4 -classpath "
+COMPILER_COMMAND="javac -source 1.5 -target 1.5 -classpath "
 TARGET_DIR=`pwd`
 CLASSPATH_ORIG="$CLASSPATH"
 LIB_GCJ="`ls %{_javadir}/libgcj-*.jar`"




commit systemd for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2017-09-17 22:36:37

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


Package is "systemd"

Sun Sep 17 22:36:37 2017 rev:261 rq:526196 version:234

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2017-09-04 
12:20:46.186712146 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2017-09-17 22:36:38.786846400 +0200
@@ -1,0 +2,59 @@
+Thu Sep 14 16:34:16 UTC 2017 - f...@suse.com
+
+- Import commit 58ea3c819cca1639ef8c922505c573ba5e262b3d
+
+  334945091 shutdown: fix incorrect fscanf() result check (#6806)
+  027202892 shutdown: don't remount,ro network filesystems. (#6588) 
(bsc#1035386)
+  bc77b53a5 shutdown: don't be fooled when detaching DM devices with BTRFS 
(boo#1055641)
+  d9d293847 util: make get_block_device() available
+  421ce7382 tmpfiles: silently ignore any path that passes through autofs 
(#6506) (bsc#1045472)
+  ca8f90e62 device: make sure to remove all device units sharing the same 
sysfs path (#6679)
+
+---
+Thu Sep 14 16:12:30 UTC 2017 - f...@suse.com
+
+- Make use of "%tmpfiles_create" in %post of the logger subpackage
+
+---
+Thu Sep 14 15:51:54 UTC 2017 - f...@suse.com
+
+- Add scripts-udev-convert-lib-udev-path.sh (bsc#1050152)
+
+  This script takes care of converting /lib/udev into a symlink
+  pointing to /usr/lib/udev when upgrading a distro using an old
+  version of udev.
+
+---
+Thu Sep 14 12:23:26 UTC 2017 - f...@suse.com
+
+- Make use of "%make_build" rpm macro
+
+---
+Thu Sep 14 12:18:21 UTC 2017 - f...@suse.com
+
+- Renumber scripts to start at index 100
+
+---
+Thu Sep 14 11:32:28 UTC 2017 - f...@suse.com
+
+- Introduce scripts-systemd-upgrade-from-pre-210.sh
+
+  It collects all existing hacks done in %post to fix old/deprecated
+  settings in systemd older than 210. This includes hacks needed to
+  fix system that are migrating from SysV.
+
+  There shouldn't be any functional changes.
+
+---
+Thu Sep 14 11:06:35 UTC 2017 - f...@suse.com
+
+- Move scripts for packaging workaround/fixes in /usr/lib/systemd/scripts
+
+  It also renames fix-machines-subvol-for-rollbacks.sh into
+  scripts-systemd-fix-machines-btrfs-subvol.sh
+
+  Note that the "scripts-systemd-" prefix is used for those scripts so
+  we can gather them. Why not using a directory instead ? because osc
+  doesn't allow that.
+
+---
systemd.changes: same change

Old:

  fix-machines-subvol-for-rollbacks.sh

New:

  scripts-systemd-fix-machines-btrfs-subvol.sh
  scripts-systemd-upgrade-from-pre-210.sh
  scripts-udev-convert-lib-udev-path.sh



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.YuT3es/_old  2017-09-17 22:36:39.682720443 +0200
+++ /var/tmp/diff_new_pack.YuT3es/_new  2017-09-17 22:36:39.690719319 +0200
@@ -150,9 +150,12 @@
 Source10:   macros.systemd.upstream
 Source11:   after-local.service
 Source12:   systemd-sysv-install
-Source13:   fix-machines-subvol-for-rollbacks.sh
 Source14:   kbd-model-map.legacy
 
+Source100:  scripts-systemd-fix-machines-btrfs-subvol.sh
+Source101:  scripts-systemd-upgrade-from-pre-210.sh
+Source200:  scripts-udev-convert-lib-udev-path.sh
+
 Source1065: udev-remount-tmpfs
 
 # Patches listed in here are really special cases. Normally all
@@ -460,7 +463,7 @@
 %endif
 --disable-kdbus
 
-make %{?_smp_mflags} V=e
+%make_build V=e
 
 %install
 %make_install
@@ -488,7 +491,16 @@
 
 install -m0755 -D %{S:3}  %{buildroot}/%{_sbindir}/systemd-sysv-convert
 install -m0755 -D %{S:12} 
%{buildroot}/%{_prefix}/lib/systemd/systemd-sysv-install
-install -m0755%{S:13} %{buildroot}/%{_prefix}/lib/systemd/
+
+# Package the scripts used to fix all packaging issues. Also drop the
+# "scripts-{systemd/udev}" prefix which is used because osc doesn't
+# allow directory structure...
+for s in %{S:100} %{S:101}; do
+   install -m0755 -D $s 
%{buildroot}%{_prefix}/lib/systemd/scripts/${s#*/scripts-systemd-}
+done
+for s in %{S:200}; do
+   install -m0755 -D $s 
%{buildroot}%{_prefix}/lib/udev/scripts/${s#*/scripts-udev-}
+done
 
 ln -s ../usr/lib/systemd/systemd %{buildroot}/bin/systemd
 ln -s 

commit axis for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package axis for openSUSE:Factory checked in 
at 2017-09-17 22:36:43

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


Package is "axis"

Sun Sep 17 22:36:43 2017 rev:28 rq:526215 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/axis/axis.changes2017-09-13 
22:21:49.131543837 +0200
+++ /work/SRC/openSUSE:Factory/.axis.new/axis.changes   2017-09-17 
22:36:44.270075480 +0200
@@ -1,0 +2,8 @@
+Thu Sep 14 14:22:43 UTC 2017 - fst...@suse.com
+
+- BuildRequires: java-devel >= 1.6 
+- BuildConflicts: java-devel >= 1.9
+  * Allow building with wider range of java compilers
+- Clean spec file
+
+---



Other differences:
--
++ axis.spec ++
--- /var/tmp/diff_new_pack.6qo4U8/_old  2017-09-17 22:36:45.209943338 +0200
+++ /var/tmp/diff_new_pack.6qo4U8/_new  2017-09-17 22:36:45.213942776 +0200
@@ -14,7 +14,6 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-# icecream 0
 
 
 Name:   axis
@@ -50,12 +49,10 @@
 BuildRequires:  antlr
 BuildRequires:  apache-commons-httpclient
 BuildRequires:  apache-commons-logging
-BuildRequires:  classpath
 BuildRequires:  classpathx-mail
 BuildRequires:  gnu-jaf
 BuildRequires:  jakarta-commons-discovery
-# JDK8 is the last one that is able to build with source and target levels 1.3
-BuildRequires:  java-devel = 1.8.0
+BuildRequires:  java-devel >= 1.6
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
@@ -75,7 +72,7 @@
 Requires:   wsdl4j
 Obsoletes:  %{name}-javadoc
 BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildConflicts: java-devel >= 1.9
 
 %description
 Apache Axis is an implementation of the SOAP ("Simple Object Access
@@ -93,7 +90,7 @@
 
 %patch0 -p1
 %patch1 -p1 -b gcc44-build
-%patch2 -p0
+%patch2
 %patch3 -p1
 
 # Remove provided binaries
@@ -135,20 +132,19 @@
 popd
 
 # POMs
-install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
-install -m 644 %{S:4} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}-axis.pom
+install -d -m 755 %{buildroot}%{_mavenpomdir}
+install -m 644 %{SOURCE4} %{buildroot}%{_mavenpomdir}/JPP.%{name}-axis.pom
 %add_maven_depmap JPP.%{name}-axis.pom %{name}/axis.jar
-install -m 644 %{S:5} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}-axis-ant.pom
+install -m 644 %{SOURCE5} %{buildroot}%{_mavenpomdir}/JPP.%{name}-axis-ant.pom
 %add_maven_depmap JPP.%{name}-axis-ant.pom %{name}/axis-ant.jar
-install -m 644 %{S:6} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}-jaxrpc.pom
+install -m 644 %{SOURCE6} %{buildroot}%{_mavenpomdir}/JPP.%{name}-jaxrpc.pom
 %add_maven_depmap JPP.%{name}-jaxrpc.pom %{name}/jaxrpc.jar
-install -m 644 %{S:7} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}-saaj.pom
+install -m 644 %{SOURCE7} %{buildroot}%{_mavenpomdir}/JPP.%{name}-saaj.pom
 %add_maven_depmap JPP.%{name}-saaj.pom %{name}/saaj.jar
 #install -m 644 %{S:8} 
$RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}-axis-schema.pom
 # % add_maven_depmap JPP.%{name}-axis-schema.pom %{name}/axis-schema.jar
 
 %files
-%defattr(0644,root,root,0755)
 %doc LICENSE README release-notes.html changelog.html
 %dir %{_javadir}/%{name}
 %{_javadir}/%{name}/*.jar
@@ -156,7 +152,6 @@
 %{_datadir}/maven-metadata/%{name}.xml
 
 %files manual
-%defattr(0644,root,root,0755)
 %doc docs/*
 
 %changelog




commit gnu-jaf for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package gnu-jaf for openSUSE:Factory checked 
in at 2017-09-17 22:36:27

Comparing /work/SRC/openSUSE:Factory/gnu-jaf (Old)
 and  /work/SRC/openSUSE:Factory/.gnu-jaf.new (New)


Package is "gnu-jaf"

Sun Sep 17 22:36:27 2017 rev:20 rq:526178 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/gnu-jaf/gnu-jaf.changes  2017-01-25 
22:41:46.279325716 +0100
+++ /work/SRC/openSUSE:Factory/.gnu-jaf.new/gnu-jaf.changes 2017-09-17 
22:36:29.124204925 +0200
@@ -1,0 +2,6 @@
+Thu Sep 14 15:48:21 UTC 2017 - fst...@suse.com
+
+- Build with java source and target 1.6
+- Don't depend on classpath, since it is basically java-gcj-compat
+
+---



Other differences:
--
++ gnu-jaf.spec ++
--- /var/tmp/diff_new_pack.jELrgd/_old  2017-09-17 22:36:29.800109896 +0200
+++ /var/tmp/diff_new_pack.jELrgd/_new  2017-09-17 22:36:29.800109896 +0200
@@ -27,7 +27,6 @@
 Source: %{official_name}-%{version}.tar.bz2
 BuildRequires:  ant
 BuildRequires:  antlr
-BuildRequires:  classpath
 BuildRequires:  java-devel
 BuildRequires:  unzip
 Requires(post): update-alternatives
@@ -54,7 +53,8 @@
 %setup -q -n %{official_name}-%{version}
 
 %build
-CLASSPATH=$(build-classpath glibj):$CLASSPATH ant dist
+export CLASSPATH=$(build-classpath glibj):$CLASSPATH
+ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 dist
 
 %install
 mkdir -p %{buildroot}/%{_javadir}




commit jdom for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package jdom for openSUSE:Factory checked in 
at 2017-09-17 22:36:21

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


Package is "jdom"

Sun Sep 17 22:36:21 2017 rev:21 rq:526161 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/jdom/jdom.changes2017-05-31 
13:31:02.177416269 +0200
+++ /work/SRC/openSUSE:Factory/.jdom.new/jdom.changes   2017-09-17 
22:36:22.401150157 +0200
@@ -1,0 +2,5 @@
+Thu Sep 14 14:39:55 UTC 2017 - fst...@suse.com
+
+- Build with javac whose syntax is compatible with OpenJDK
+
+---



Other differences:
--
++ jdom.spec ++
--- /var/tmp/diff_new_pack.ZiIgHL/_old  2017-09-17 22:36:23.433005083 +0200
+++ /var/tmp/diff_new_pack.ZiIgHL/_new  2017-09-17 22:36:23.433005083 +0200
@@ -59,15 +59,19 @@
 BuildRequires:  java-1_5_0-gcj-compat-devel
 BuildRequires:  junit
 BuildRequires:  servletapi5
-#!BuildIgnore:  java-1_6_0-openjdk java-1_6_0-openjdk-devel
-#!BuildIgnore:  java-1_7_0-openjdk java-1_7_0-openjdk-devel
-#!BuildIgnore:  java-1_8_0-openjdk java-1_8_0-openjdk-devel
-#!BuildIgnore:  java-9-openjdk java-9-openjdk-devel
 BuildRequires:  unzip
 BuildRequires:  xalan-j2
 BuildRequires:  xerces-j2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+#!BuildIgnore:  java-1_6_0-openjdk
+#!BuildIgnore:  java-1_6_0-openjdk-devel
+#!BuildIgnore:  java-1_7_0-openjdk
+#!BuildIgnore:  java-1_7_0-openjdk-devel
+#!BuildIgnore:  java-1_8_0-openjdk
+#!BuildIgnore:  java-1_8_0-openjdk-devel
+#!BuildIgnore:  java-9-openjdk
+#!BuildIgnore:  java-9-openjdk-devel
 BuildArch:  noarch
+BuildConflicts: java-devel >= 1.9
 
 %description
 JDOM is, quite simply, a Java representation of an XML document. JDOM
@@ -158,11 +162,9 @@
 %patch2
 
 %build
-LIBGCJ=$(ls %{_datadir}/java/libgcj* | tail -n1 )
-LIBGCJ=$(basename $LIBGCJ)
-export GC_MAXIMUM_HEAP_SIZE="134217728" #128M
-export JAVA_OPTS="-C -ftarget=1.5"
+export JAVA_OPTS="-source 1.5 -target 1.5 -J-Xss4m"
 export JAVAC="javac ${JAVA_OPTS} "
+export ANT_OPTS="-Xss4m"
 i=0
 export CLASSPATH="%{stage1_build_dir}:$(build-classpath $LIBGCJ xerces-j2 
xalan-j2 xalan-j2-serializer junit 
servletapi5):%{jaxen_dir}/src/java/main/:%{jdom_dir}/src/java/:%{saxpath_dir}/src/java/main/:%{xom_dir}/src/:%{dom4j_dir}/src/java"
 SOURCE_DIRS="%{jaxen_dir}/src/java/main/ %{jdom_dir}/src/java/ 
%{saxpath_dir}/src/java/main/ %{xom_dir}/src/ %{dom4j_dir}/src/java"
@@ -224,19 +226,15 @@
 ln -sf %{_javadir}/xom-%{xom_version}.jar %{buildroot}/%{_javadir}/xom.jar
 
 %files
-%defattr(-,root,root)
 %{_javadir}/jdom*.jar
 
 %files -n xom
-%defattr(-,root,root)
 %{_javadir}/xom*.jar
 
 %files -n saxpath
-%defattr(-,root,root)
 %{_javadir}/saxpath*.jar
 
 %files -n jaxen
-%defattr(-,root,root)
 %{_javadir}/jaxen*.jar
 
 %changelog




commit ant for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package ant for openSUSE:Factory checked in 
at 2017-09-17 22:36:02

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


Package is "ant"

Sun Sep 17 22:36:02 2017 rev:63 rq:526034 version:1.9.9

Changes:

--- /work/SRC/openSUSE:Factory/ant/ant-antlr.changes2017-09-13 
22:18:56.543841114 +0200
+++ /work/SRC/openSUSE:Factory/.ant.new/ant-antlr.changes   2017-09-17 
22:36:06.239422420 +0200
@@ -1,0 +2,11 @@
+Thu Sep 14 05:39:48 UTC 2017 - fst...@suse.com
+
+- Allow bootstrapping with something else then
+  java-1_5_0-gcj-compat, but still require
+  java-1_5_0-gcj-compat-devel
+- Added patch:
+  * apache-ant-bootstrap.patch
+- Add -sourcepath option to fix build breakages with Eclipse
+  Compiler for Java(tm)
+
+---
ant-junit.changes: same change
ant.changes: same change

New:

  apache-ant-bootstrap.patch



Other differences:
--
++ ant-antlr.spec ++
--- /var/tmp/diff_new_pack.SinK2O/_old  2017-09-17 22:36:08.395119339 +0200
+++ /var/tmp/diff_new_pack.SinK2O/_new  2017-09-17 22:36:08.399118777 +0200
@@ -44,11 +44,11 @@
 #PATCH-FIX-UPSTREAM -- https://bz.apache.org/bugzilla/show_bug.cgi?id=61079
 Patch3: reproducible.patch
 Patch4: apache-ant-1.9.9-sourcetarget.patch
+Patch5: apache-ant-bootstrap.patch
 %if %{with bootstrap}
 BuildRequires:  java-1_5_0-gcj-compat-devel
-#!BuildIgnore:  java-1_6_0-openjdk java-1_6_0-openjdk-devel 
java-1_6_0-openjdk-headless
-#!BuildIgnore:  java-1_7_0-openjdk java-1_7_0-openjdk-devel 
java-1_7_0-openjdk-headless
-#!BuildIgnore:  java-1_8_0-openjdk java-1_8_0-openjdk-devel 
java-1_8_0-openjdk-headless
+#BuildRequires:  java-devel >= 1.5
+BuildConflicts: java-devel >= 1.9
 #!BuildIgnore:  java-9-openjdk java-9-openjdk-devel java-9-openjdk-headless
 %else
 BuildRequires:  java-devel >= 1.6.0
@@ -354,6 +354,7 @@
 %if ! %{with bootstrap}
 %patch4 -p1
 %endif
+%patch5 -p1
 
 # clean jar files
 %{_bindir}/find . -name "*.jar" | %{_bindir}/xargs -t rm
@@ -394,8 +395,7 @@
 %if %{with bootstrap}
 export GC_MAXIMUM_HEAP_SIZE="134217728" #128M
 export JAVA_HOME="%{java_home}"
-export CLASSPATH="$JAVA_HOME/lib/tools.jar"
-export BOOTJAVAC_OPTS="-C -Wno-deprecated"
+export BOOTJAVAC_OPTS="-source 1.5 -target 1.5"
 sh -x ./build.sh --noconfig jars
 
 %endif

ant-junit.spec: same change
++ ant.spec ++
--- /var/tmp/diff_new_pack.SinK2O/_old  2017-09-17 22:36:08.463109780 +0200
+++ /var/tmp/diff_new_pack.SinK2O/_new  2017-09-17 22:36:08.467109218 +0200
@@ -43,11 +43,11 @@
 #PATCH-FIX-UPSTREAM -- https://bz.apache.org/bugzilla/show_bug.cgi?id=61079
 Patch3: reproducible.patch
 Patch4: apache-ant-1.9.9-sourcetarget.patch
+Patch5: apache-ant-bootstrap.patch
 %if %{with bootstrap}
 BuildRequires:  java-1_5_0-gcj-compat-devel
-#!BuildIgnore:  java-1_6_0-openjdk java-1_6_0-openjdk-devel 
java-1_6_0-openjdk-headless
-#!BuildIgnore:  java-1_7_0-openjdk java-1_7_0-openjdk-devel 
java-1_7_0-openjdk-headless
-#!BuildIgnore:  java-1_8_0-openjdk java-1_8_0-openjdk-devel 
java-1_8_0-openjdk-headless
+#BuildRequires:  java-devel >= 1.5
+BuildConflicts: java-devel >= 1.9
 #!BuildIgnore:  java-9-openjdk java-9-openjdk-devel java-9-openjdk-headless
 %else
 BuildRequires:  java-devel >= 1.6.0
@@ -353,6 +353,7 @@
 %if ! %{with bootstrap}
 %patch4 -p1
 %endif
+%patch5 -p1
 
 # clean jar files
 %{_bindir}/find . -name "*.jar" | %{_bindir}/xargs -t rm
@@ -393,8 +394,7 @@
 %if %{with bootstrap}
 export GC_MAXIMUM_HEAP_SIZE="134217728" #128M
 export JAVA_HOME="%{java_home}"
-export CLASSPATH="$JAVA_HOME/lib/tools.jar"
-export BOOTJAVAC_OPTS="-C -Wno-deprecated"
+export BOOTJAVAC_OPTS="-source 1.5 -target 1.5"
 sh -x ./build.sh --noconfig jars
 
 %endif


++ apache-ant-bootstrap.patch ++
--- apache-ant-1.9.9/bootstrap.sh   2017-02-02 18:55:08.0 +0100
+++ apache-ant-1.9.9/bootstrap.sh   2017-09-14 09:10:47.071433171 +0200
@@ -124,8 +124,7 @@
 mkdir -p bin
 
 echo ... Compiling Ant Classes
-
-"${JAVAC}" $BOOTJAVAC_OPTS -d ${CLASSDIR} ${TOOLS}/bzip2/*.java 
${TOOLS}/tar/*.java ${TOOLS}/zip/*.java \
+"${JAVAC}" $BOOTJAVAC_OPTS -d ${CLASSDIR} -sourcepath src/main 
${TOOLS}/bzip2/*.java ${TOOLS}/tar/*.java ${TOOLS}/zip/*.java \
 ${TOOLS}/ant/util/regexp/RegexpMatcher.java \
 ${TOOLS}/ant/util/regexp/RegexpMatcherFactory.java \
 ${TOOLS}/ant/property/*.java \



commit java-1_5_0-gcj-compat for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package java-1_5_0-gcj-compat for 
openSUSE:Factory checked in at 2017-09-17 22:35:55

Comparing /work/SRC/openSUSE:Factory/java-1_5_0-gcj-compat (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_5_0-gcj-compat.new (New)


Package is "java-1_5_0-gcj-compat"

Sun Sep 17 22:35:55 2017 rev:37 rq:526026 version:1.5.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/java-1_5_0-gcj-compat/java-1_5_0-gcj-compat.changes  
2017-09-12 19:39:41.511543962 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_5_0-gcj-compat.new/java-1_5_0-gcj-compat.changes
 2017-09-17 22:35:56.436800619 +0200
@@ -1,0 +2,14 @@
+Wed Sep 13 13:18:26 UTC 2017 - fst...@suse.com
+
+- Instead of a symlink to gcj, make javac a script that runs the
+  gcj's ecj.jar. This provides for us a javac that has compatible
+  options with OpenJDK's javac.
+
+---
+Mon Sep 11 11:09:03 UTC 2017 - fst...@suse.com
+
+- Clean the spec file a bit
+- Link required header files to the jvmdir in order to allow build
+  with different versions of gcj and gcc
+
+---



Other differences:
--
++ java-1_5_0-gcj-compat.spec ++
--- /var/tmp/diff_new_pack.jYPSuP/_old  2017-09-17 22:35:58.248545897 +0200
+++ /var/tmp/diff_new_pack.jYPSuP/_new  2017-09-17 22:35:58.252545335 +0200
@@ -17,9 +17,9 @@
 
 
 %define sectionfree
-%define gccsuffix %{nil}
+%define gccsuffix   %(rpm -q --qf "%{VERSION}" gcc-java | sed 's#\.##g')
 %define gccbinsuffix %(rpm -q --qf "-%{VERSION}" gcc-java)
-%defineorigin  gcj%{gccsuffix}
+%defineorigin  gcj
 %define priority   1505
 %definejavaver 1.5.0
 %define buildver   0
@@ -55,30 +55,18 @@
 # Call gij instead of gcj in the "java" wrapper script:
 Patch0: gcc43-fixes.patch
 Patch1: python_prefix.patch
-#!BuildIgnore:  antlr
 BuildRequires:  antlr-bootstrap
-%if 0%{?suse_version} > 1230
-BuildRequires:  ca-certificates-mozilla
-%else
-BuildRequires:  openssl-certs
-%endif
 BuildRequires:  gcc-gij
 BuildRequires:  gcc-java
 BuildRequires:  python-devel
 BuildRequires:  unzip
 BuildRequires:  update-alternatives
+#!BuildIgnore:  antlr
 Requires(post): coreutils
-Requires(post): update-alternatives
-# gcc-java should not be required, see Suse Bugzilla bug #151732
-# even if it would be required it should have been a PreReq
-# because gcj was called in the post install section
-# now the gcj related stuff is only done via triggerin
-#Requires:   gcc%{gccsuffix}-java >= %{gccver}
-#PreReq: libgcj%{gccsuffix} >= %{gccver}
-#Requires:   libgcj%{gccsuffix} >= %{gccver}
-Requires(pre):   sed
 Requires(post):  sed
+Requires(post): update-alternatives
 Requires(pre):  gcc-gij
+Requires(pre):  sed
 # See java-1_4_2-sun.spec:
 Provides:   j2re = %{javaver}
 Provides:   java = %{javaver}
@@ -96,7 +84,6 @@
 Provides:   jre-%{javaver}-%{bits}
 Provides:   jre-%{javaver}-%{origin} = %{version}-%{release}
 Provides:   jre-%{javaver}-%{origin}-%{bits} = %{version}-%{release}
-Provides:   jre-%{javaver}-%{origin}-%{bits} = %{version}-%{release}
 Provides:   jre-%{origin} = %{version}-%{release}
 Provides:   jre-%{origin}-%{bits} = %{version}-%{release}
 # See java-1_4_2-sun.spec and Suse Bugzilla bug #148186:
@@ -124,7 +111,11 @@
 Provides:   classpath-jta = %{version}
 Obsoletes:  classpath-jta <= 0.95
 Provides:   jta
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} > 1230
+BuildRequires:  ca-certificates-mozilla
+%else
+BuildRequires:  openssl-certs
+%endif
 
 %description
 This package contains shell scripts and symbolic links to simulate a
@@ -134,8 +125,7 @@
 Summary:JPackage development scripts for GCJ
 Group:  Development/Languages/Java
 Requires:   %{name} = %{version}-%{release}
-# See Suse Bugzilla bug #151732 comment #17:
-Requires:   gcc-java >= %{gccver}
+Requires:   gcc%{gccsuffix}-java >= %{gccver}
 # Be able to check bytecode version
 Requires:   unzip
 Requires(post): coreutils
@@ -178,7 +168,7 @@
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 install -dm 755 %{buildroot}%{_jvmdir}/%{cname}-%{version}/jre/lib
 # make a link to ecj.jar in the lib dir:
 ln -sf %{_javadir}/libgcj%{gccbinsuffix}.jar 
%{buildroot}%{_jvmdir}/%{cname}-%{version}/jre/lib/jdtcore.jar
@@ -203,6 +193,19 @@
 rm -f %{buildroot}/%{_jvmdir}/%{sdkdir}/bin/javadoc
 rm -f %{buildroot}/%{_bindir}/gjdoc
 
+# Create a script that uses the gcj's ecj.jar as java compiler.
+# This provides javac that is 

commit kernel-source for openSUSE:Factory

2017-09-17 Thread root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2017-09-17 22:27:04

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


Package is "kernel-source"

Sun Sep 17 22:27:04 2017 rev:379 rq:526211 version:4.13.2

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/dtb-aarch64.changes
2017-09-12 19:40:07.771853351 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/dtb-aarch64.changes   
2017-09-17 22:27:09.302914462 +0200
@@ -1,0 +2,129 @@
+Thu Sep 14 20:35:54 CEST 2017 - jsl...@suse.cz
+
+- Linux 4.13.2 (bnc#1012628 bsc#1055826).
+- Delete
+  patches.drivers/rt2800-fix-TX_PIN_CFG-setting-for-non-MT7620-chips.
+- Delete
+  patches.fixes/Bluetooth-validate-output-buffer-length-for-config-r.patch.
+- commit 96d9efa
+
+---
+Wed Sep 13 08:24:42 CEST 2017 - jsl...@suse.cz
+
+- Bluetooth: validate output buffer length for config requests
+  and responses (bnc#1057389 CVE-2017-1000251).
+- commit c0b7e1f
+
+---
+Tue Sep 12 14:57:54 CEST 2017 - jsl...@suse.cz
+
+- fix annotations of xen-head.S (bnc#1058115).
+- commit d4c88a5
+
+---
+Tue Sep 12 13:51:53 CEST 2017 - jsl...@suse.cz
+
+- x86/head: Add unwind hint annotations (bnc#1058115).
+- x86/xen: Add unwind hint annotations (bnc#1058115).
+- x86/xen: Fix xen head ELF annotations (bnc#1058115).
+- x86/boot: Annotate verify_cpu() as a callable function
+  (bnc#1058115).
+- x86/head: Fix head ELF function annotations (bnc#1058115).
+- x86/head: Remove unused 'bad_address' code (bnc#1058115).
+- x86/head: Remove confusing comment (bnc#1058115).
+- objtool: Don't report end of section error after an empty
+  unwind hint (bnc#1058115).
+- commit 53af152
+
+---
+Tue Sep 12 13:26:40 CEST 2017 - jsl...@suse.cz
+
+- objtool: Assume unannotated UD2 instructions are dead ends
+  (bnc#1058115).
+- objtool: Fix gcov check for older versions of GCC (bnc#1058115).
+- objtool: Fix objtool fallthrough detection with function padding
+  (bnc#1058115).
+- objtool: Fix validate_branch() return codes (bnc#1058115).
+- objtool: Handle GCC stack pointer adjustment bug (bnc#1058115).
+- x86/asm: Add ASM_UNREACHABLE (bnc#1058115).
+- x86/asm: Fix UNWIND_HINT_REGS macro for older binutils
+  (bnc#1058115).
+- x86/asm: Make objtool unreachable macros independent from GCC
+  version (bnc#1058115).
+- objtool: Skip unreachable warnings for 'alt' instructions
+  (bnc#1058115).
+- objtool: Track DRAP separately from callee-saved registers
+  (bnc#1058115).
+- Refresh patches.suse/0001-x86-unwind-Add-the-ORC-unwinder.patch.
+  Take all ORC upstream patches. This will go to stable & SLE15 too.
+- commit 831ca01
+
+---
+Mon Sep 11 15:54:48 CEST 2017 - jsl...@suse.cz
+
+- Refresh
+  patches.suse/0001-x86-entry-64-Refactor-IRQ-stacks-and-make-them-NMI-s.patch.
+- Refresh patches.suse/0001-x86-unwind-Add-the-ORC-unwinder.patch.
+- Refresh
+  patches.suse/0002-x86-entry-64-Initialize-the-top-of-the-IRQ-stack-bef.patch.
+- Refresh
+  patches.suse/0002-x86-kconfig-Make-it-easier-to-switch-to-the-new-ORC-.patch.
+- Refresh
+  patches.suse/0003-x86-dumpstack-Fix-occasionally-missing-registers.patch.
+- Refresh
+  patches.suse/0003-x86-kconfig-Consolidate-unwinders-into-multiple-choi.patch.
+- Refresh
+  patches.suse/0004-x86-dumpstack-Fix-interrupt-and-exception-stack-boun.patch.
+- Refresh
+  patches.suse/0005-objtool-Add-ORC-unwind-table-generation.patch.
+- Refresh
+  patches.suse/0006-objtool-x86-Add-facility-for-asm-code-to-provide-unw.patch.
+- Refresh
+  patches.suse/0007-x86-entry-64-Add-unwind-hint-annotations.patch.
+- Refresh
+  patches.suse/0008-x86-asm-Add-unwind-hint-annotations-to-sync_core.patch.
+- Delete
+  patches.suse/0001-linkage-new-macros-for-assembler-symbols.patch.
+- Delete
+  patches.suse/0003-DWARF-EH-frame-based-stack-unwinding.patch.
+- Delete patches.suse/stack-unwind-disable-kasan.patch.
+  Update upstream status of ORC and drop already-disabled DWARF unwinder.
+- commit 2e9b944
+
+---
+Mon Sep 11 09:47:41 CEST 2017 - jsl...@suse.cz
+
+- rpm/constraints.in: build ARM on at least 2 cpus
+- commit b7edeaf
+
+---
+Mon Sep 11 08:01:37 CEST 2017 - jsl...@suse.cz
+
+- rpm/constraints.in: increase memory for kernel-syzkaller
+  And see if it helps. If so, push it to packaging...
+- commit 7193e65
+