commit wt for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package wt for openSUSE:Factory checked in 
at 2017-02-11 01:43:15

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


Package is "wt"

Changes:

--- /work/SRC/openSUSE:Factory/wt/wt.changes2016-04-28 17:00:58.0 
+0200
+++ /work/SRC/openSUSE:Factory/.wt.new/wt.changes   2017-02-11 
01:43:16.343322308 +0100
@@ -1,0 +2,6 @@
+Tue Feb  7 14:51:27 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+- boost_1_63_fix.patch: Compilation fix for Boost 1.63 (boo#1023886)
+
+---

New:

  boost_1_63_fix.patch



Other differences:
--
++ wt.spec ++
--- /var/tmp/diff_new_pack.r69qE5/_old  2017-02-11 01:43:18.107073440 +0100
+++ /var/tmp/diff_new_pack.r69qE5/_new  2017-02-11 01:43:18.111072875 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wt
 #
-# 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
@@ -28,13 +28,24 @@
 Group:  Development/Libraries/C and C++
 Url:http://www.webtoolkit.eu/wt/
 Source0:https://github.com/kdeforche/wt/archive/%{version}.tar.gz
+Patch1: boost_1_63_fix.patch
 
 BuildRequires:  FastCGI-devel
-# wt will build with boost-devel < 1.36.0 but it won't work
 BuildRequires:  GraphicsMagick-devel
 BuildRequires:  Mesa-devel
 BuildRequires:  apache-rpm-macros
+%if 0%{?suse_version} > 1315
+BuildRequires:  libboost_date_time-devel
+BuildRequires:  libboost_filesystem-devel
+BuildRequires:  libboost_program_options-devel
+BuildRequires:  libboost_random-devel
+BuildRequires:  libboost_regex-devel
+BuildRequires:  libboost_signals-devel
+BuildRequires:  libboost_thread-devel
+%else
+# wt will build with boost-devel < 1.36.0 but it won't work
 BuildRequires:  boost-devel >= 1.36.0
+%endif
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -120,6 +131,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %cmake \

++ boost_1_63_fix.patch ++
Author: Adam Majer 
Summary: Boost.Phoenix 1.63 no longer automatically cast

Index: wt-3.3.5/src/Wt/Render/CssParser.C
===
--- wt-3.3.5.orig/src/Wt/Render/CssParser.C
+++ wt-3.3.5/src/Wt/Render/CssParser.C
@@ -372,7 +372,7 @@ CssGrammer::CssGrammer()
   on_error
   (
 rulesetArray_,
-error_report(qi::_2, qi::_3, qi::_4, "styleSheetText()", fs_error_tag())
+error_report(qi::_2, qi::_3, qi::_4, std::string("styleSheetText()"), 
fs_error_tag())
   );
 
 }



commit ghc-cabal-doctest for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package ghc-cabal-doctest for 
openSUSE:Factory checked in at 2017-02-11 01:42:59

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


Package is "ghc-cabal-doctest"

Changes:

New Changes file:

--- /dev/null   2017-01-26 09:49:33.150892021 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-cabal-doctest.new/ghc-cabal-doctest.changes 
2017-02-11 01:42:59.529694740 +0100
@@ -0,0 +1,5 @@
+---
+Sun Feb  5 19:32:28 UTC 2017 - psim...@suse.com
+
+- Update to version 1 with cabal2obs.
+

New:

  cabal-doctest-1.tar.gz
  ghc-cabal-doctest.changes
  ghc-cabal-doctest.spec



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

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


%global pkg_name cabal-doctest
Name:   ghc-%{pkg_name}
Version:1
Release:0
Summary:A Setup.hs helper for doctests running
License:BSD-3-Clause
Group:  Development/Languages/Other
Url:https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-directory-devel
BuildRequires:  ghc-filepath-devel
BuildRequires:  ghc-rpm-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Currently (beginning of 2017), there isn't 'cabal doctest' command.
Yet, to properly work doctest needs plenty of configuration. This library
provides the common bits for writing custom Setup.hs See
 for the progress of
'cabal doctest', i.e. whether this library is obsolete.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

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

%build
%ghc_lib_build

%install
%ghc_lib_install

%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc ChangeLog.md README.md

%changelog



commit shake for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package shake for openSUSE:Factory checked 
in at 2017-02-11 01:42:48

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


Package is "shake"

Changes:

--- /work/SRC/openSUSE:Factory/shake/shake.changes  2017-01-12 
15:53:29.683340915 +0100
+++ /work/SRC/openSUSE:Factory/.shake.new/shake.changes 2017-02-11 
01:42:50.886914257 +0100
@@ -1,0 +2,5 @@
+Thu Jan 26 16:20:18 UTC 2017 - psim...@suse.com
+
+- Update to version 0.15.11 with cabal2obs.
+
+---

Old:

  shake-0.15.10.tar.gz
  shake.cabal

New:

  shake-0.15.11.tar.gz



Other differences:
--
++ shake.spec ++
--- /var/tmp/diff_new_pack.qqtfYj/_old  2017-02-11 01:42:51.818782768 +0100
+++ /var/tmp/diff_new_pack.qqtfYj/_new  2017-02-11 01:42:51.822782204 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package shake
 #
-# 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
@@ -19,14 +19,13 @@
 %global pkg_name shake
 %bcond_with tests
 Name:   %{pkg_name}
-Version:0.15.10
+Version:0.15.11
 Release:0
 Summary:Build system library, like Make, but more accurate dependencies
 License:BSD-3-Clause
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-binary-devel
 BuildRequires:  ghc-bytestring-devel
@@ -90,7 +89,6 @@
 
 %prep
 %setup -q
-cp -p %{SOURCE1} %{name}.cabal
 
 %build
 %ghc_lib_build
@@ -111,6 +109,7 @@
 %files
 %defattr(-,root,root,-)
 %doc LICENSE
+%doc CHANGES.txt README.md docs
 %{_bindir}/%{name}
 %dir %{_datadir}/%{name}-%{version}
 %dir %{_datadir}/%{name}-%{version}/html
@@ -125,5 +124,6 @@
 
 %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
 %defattr(-,root,root,-)
+%doc CHANGES.txt README.md docs
 
 %changelog

++ shake-0.15.10.tar.gz -> shake-0.15.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shake-0.15.10/CHANGES.txt 
new/shake-0.15.11/CHANGES.txt
--- old/shake-0.15.10/CHANGES.txt   2016-06-14 21:09:43.0 +0200
+++ new/shake-0.15.11/CHANGES.txt   2017-01-18 23:12:25.0 +0100
@@ -1,5 +1,8 @@
 Changelog for Shake
 
+0.15.11
+#488, make sure parallel tracks dependencies
+#513, permit process-1.4.3.0 and above
 0.15.10
 #465, fix phony names which clash with directories
 0.15.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shake-0.15.10/LICENSE new/shake-0.15.11/LICENSE
--- old/shake-0.15.10/LICENSE   2016-06-14 21:09:43.0 +0200
+++ new/shake-0.15.11/LICENSE   2017-01-18 23:12:25.0 +0100
@@ -1,4 +1,4 @@
-Copyright Neil Mitchell 2011-2016.
+Copyright Neil Mitchell 2011-2017.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shake-0.15.10/shake.cabal 
new/shake-0.15.11/shake.cabal
--- old/shake-0.15.10/shake.cabal   2016-06-14 21:09:43.0 +0200
+++ new/shake-0.15.11/shake.cabal   2017-01-18 23:12:25.0 +0100
@@ -1,13 +1,13 @@
-cabal-version:  >= 1.10
+cabal-version:  >= 1.18
 build-type: Simple
 name:   shake
-version:0.15.10
+version:0.15.11
 license:BSD3
 license-file:   LICENSE
 category:   Development, Shake
 author: Neil Mitchell 
 maintainer: Neil Mitchell 
-copyright:  Neil Mitchell 2011-2016
+copyright:  Neil Mitchell 2011-2017
 synopsis:   Build system library, like Make, but more accurate 
dependencies.
 description:
 Shake is a Haskell library for writing build systems - designed as a
@@ -75,6 +75,7 @@
 
 flag portable
 default: False
+manual: True
 description: Obtain FileTime using portable functions
 
 library
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shake-0.15.10/src/Development/Shake/Core.hs 
new/shake-0.15.11/src/Development/Shake/Core.hs
--- old/shake-0.15.10/src/Development/Shake/Core.hs 

commit ghc-zip-archive for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package ghc-zip-archive for openSUSE:Factory 
checked in at 2017-02-11 01:42:38

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


Package is "ghc-zip-archive"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-zip-archive/ghc-zip-archive.changes  
2016-10-19 13:05:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-zip-archive.new/ghc-zip-archive.changes 
2017-02-11 01:42:39.308547997 +0100
@@ -1,0 +2,5 @@
+Mon Jan 23 20:28:10 UTC 2017 - psim...@suse.com
+
+- Update to version 0.3.0.5 revision 1 with cabal2obs.
+
+---

New:

  zip-archive.cabal



Other differences:
--
++ ghc-zip-archive.spec ++
--- /var/tmp/diff_new_pack.ncnEvV/_old  2017-02-11 01:42:40.728347659 +0100
+++ /var/tmp/diff_new_pack.ncnEvV/_new  2017-02-11 01:42:40.732347094 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-zip-archive
 #
-# 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
@@ -26,6 +26,7 @@
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-binary-devel
@@ -66,6 +67,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
@@ -88,6 +90,5 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.markdown changelog
 
 %changelog

++ zip-archive.cabal ++
Name:zip-archive
Version: 0.3.0.5
x-revision: 1
Cabal-Version:   >= 1.10
Build-type:  Custom
Synopsis:Library for creating and modifying zip archives.
Description: The zip-archive library provides functions for creating, 
modifying,
 and extracting files from zip archives.
Category:Codec
Tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.2
License: BSD3
License-file:LICENSE
Homepage:http://github.com/jgm/zip-archive
Author:  John MacFarlane
Maintainer:  j...@berkeley.edu
Extra-Source-Files:  changelog, README.markdown

Source-repositoryhead
  type:  git
  location:  git://github.com/jgm/zip-archive.git

flag splitBase
  Description:   Choose the new, smaller, split-up base package.
  Default:   True
flag executable
  Description:   Build the Zip executable.
  Default:   False

custom-setup
  setup-depends: base, Cabal

Library
  if flag(splitBase)
Build-depends:   base >= 3 && < 5, pretty, containers
  else
Build-depends:   base < 3
  Build-depends: binary >= 0.5, zlib, filepath, bytestring >= 0.9.0,
 array, mtl, text >= 0.11, old-time, digest >= 0.0.0.1,
 directory, time
  Exposed-modules:   Codec.Archive.Zip
  Default-Language:  Haskell98
  Hs-Source-Dirs:src
  Ghc-Options:   -Wall
  if os(windows)
cpp-options: -D_WINDOWS
  else
Build-depends:   unix

Executable Zip
  if flag(executable)
Buildable:   True
  else
Buildable:   False
  Main-is:   Zip.hs
  Hs-Source-Dirs:.
  Build-Depends: base >= 4.2 && < 5, directory >= 1.1, bytestring >= 0.9.0,
 zip-archive
  Other-Modules: Paths_zip_archive
  Ghc-Options:   -Wall
  Default-Language:  Haskell98

Test-Suite test-zip-archive
  Type:   exitcode-stdio-1.0
  Main-Is:test-zip-archive.hs
  Hs-Source-Dirs: tests
  Build-Depends:  base >= 4.2 && < 5,
  directory, bytestring >= 0.9.0, process, time, old-time,
  HUnit, zip-archive, temporary
  Default-Language:  Haskell98
  Ghc-Options:-Wall
  Build-Tools:zip
  if os(windows)
cpp-options: -D_WINDOWS
  else
Build-depends:   unix



commit ghc-streaming for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package ghc-streaming for openSUSE:Factory 
checked in at 2017-02-11 01:42:06

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


Package is "ghc-streaming"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-streaming/ghc-streaming.changes  
2016-11-02 12:40:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-streaming.new/ghc-streaming.changes 
2017-02-11 01:42:07.764998907 +0100
@@ -1,0 +2,5 @@
+Thu Jan 26 16:20:13 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.4.5 with cabal2obs.
+
+---

Old:

  streaming-0.1.4.3.tar.gz

New:

  streaming-0.1.4.5.tar.gz



Other differences:
--
++ ghc-streaming.spec ++
--- /var/tmp/diff_new_pack.N07H43/_old  2017-02-11 01:42:08.520892248 +0100
+++ /var/tmp/diff_new_pack.N07H43/_new  2017-02-11 01:42:08.524891683 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-streaming
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,15 @@
 
 %global pkg_name streaming
 Name:   ghc-%{pkg_name}
-Version:0.1.4.3
+Version:0.1.4.5
 Release:0
 Summary:An elementary streaming prelude and general stream type
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
+BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-exceptions-devel
 BuildRequires:  ghc-mmorph-devel
 BuildRequires:  ghc-monad-control-devel
@@ -37,57 +37,69 @@
 BuildRequires:  ghc-transformers-base-devel
 BuildRequires:  ghc-transformers-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
-'Streaming.Prelude' exports an elementary streaming prelude focused on a simple
-"source" or "producer" type, namely 'Stream (Of a) m r'. 'Stream (Of a) m r' is
-a sort of effectful version of '([a],r)' in which successive elements arise
-from some sort of monadic action. Everything in the library is organized to
-make programming with this type as simple as possible, by the simple expedient
-of making it as close to 'Prelude' and 'Data.List' as possible. Thus for
-example the trivial program
+This package contains two modules,
+
+and . The principal module,
+, exports an elementary streaming prelude focused on a simple
+"source" or "producer" type, namely 'Stream (Of a) m r'. This is a sort of
+effectful version of '([a],r)' in which successive elements of type 'a' arise
+from some sort of monadic action before the succession ends with a value of
+type 'r'. Everything in the library is organized to make programming with this
+type as simple as possible, by the simple expedient of making it as close to
+'Prelude' and 'Data.List' as possible. Thus for example the trivial program
 
-> S.sum (S.take 3 (S.readLn :: Stream (Of Integer) IO ()))
+> >>> S.sum $ S.take 3 (S.readLn :: Stream (Of Int) IO ()) > 1 >
+2 > 3 > 6 :> ()
 
 sums the first three valid integers from user input. Similarly,
 
-> S.stdoutLn (S.map reverse (S.take 3 S.stdinLn))
+> >>> S.stdoutLn $ S.map (map toUpper) $ S.take 2 S.stdinLn > hello >
+HELLO > world! > WORLD!
 
-reverses the first three lines from stdin as they arise, and sends them to
-stdout. And so on, with filtering, mapping, breaking, chunking and so forth.
-We program with streams of 'Int's or 'String's directly as if they constituted
-something like a list. And we everywhere oppose "extracting a list from IO",
-which is the origin of typical Haskell memory catastrophes. Basically any case
-where you are tempted to use 'mapM', 'replicateM', 'traverse' or 'sequence'
-with Haskell lists, you would do better to use something like 'Stream (Of a) m
-r'. The type signatures are a little fancier, but the programs themselves are
-mostly the same or simpler. Thus, consider the trivial demo program mentioned
-in 

commit ghc-wai-extra for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package ghc-wai-extra for openSUSE:Factory 
checked in at 2017-02-11 01:42:23

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


Package is "ghc-wai-extra"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-wai-extra/ghc-wai-extra.changes  
2016-11-04 21:00:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-wai-extra.new/ghc-wai-extra.changes 
2017-02-11 01:42:23.638759056 +0100
@@ -1,0 +2,5 @@
+Thu Jan 26 16:22:12 UTC 2017 - psim...@suse.com
+
+- Update to version 3.0.19.1 with cabal2obs.
+
+---

Old:

  wai-extra-3.0.19.tar.gz

New:

  wai-extra-3.0.19.1.tar.gz



Other differences:
--
++ ghc-wai-extra.spec ++
--- /var/tmp/diff_new_pack.ByeZk2/_old  2017-02-11 01:42:24.670613458 +0100
+++ /var/tmp/diff_new_pack.ByeZk2/_new  2017-02-11 01:42:24.674612893 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-wai-extra
 #
-# 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
@@ -19,7 +19,7 @@
 %global pkg_name wai-extra
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:3.0.19
+Version:3.0.19.1
 Release:0
 Summary:Provides some basic WAI handlers and middleware
 License:MIT

++ wai-extra-3.0.19.tar.gz -> wai-extra-3.0.19.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wai-extra-3.0.19/ChangeLog.md 
new/wai-extra-3.0.19.1/ChangeLog.md
--- old/wai-extra-3.0.19/ChangeLog.md   2016-10-21 09:04:14.0 +0200
+++ new/wai-extra-3.0.19.1/ChangeLog.md 2017-01-17 12:29:22.0 +0100
@@ -1,3 +1,7 @@
+## 3.0.19.1
+
+* All loggers follow the autoFlush setting 
[#604](https://github.com/yesodweb/wai/pull/604)
+
 ## 3.0.19
 
 * Add a new function basicAuth', which passes request to the CheckCreds 
argument.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/wai-extra-3.0.19/Network/Wai/Middleware/RequestLogger.hs 
new/wai-extra-3.0.19.1/Network/Wai/Middleware/RequestLogger.hs
--- old/wai-extra-3.0.19/Network/Wai/Middleware/RequestLogger.hs
2016-10-21 09:04:14.0 +0200
+++ new/wai-extra-3.0.19.1/Network/Wai/Middleware/RequestLogger.hs  
2017-01-17 12:29:22.0 +0100
@@ -95,20 +95,19 @@
 Handle h -> (BS.hPutStr h . logToByteString, when autoFlush 
(hFlush h))
 Logger l -> (pushLogStr l, when autoFlush (flushLogStr l))
 Callback c -> (c, return ())
+callbackAndFlush str = callback str >> flusher
 case outputFormat of
 Apache ipsrc -> do
 getdate <- getDateGetter flusher
 apache <- initLogger ipsrc (LogCallback callback flusher) getdate
 return $ apacheMiddleware apache
-Detailed useColors -> detailedMiddleware
-  (\str -> callback str >> flusher)
-  useColors
+Detailed useColors -> detailedMiddleware callbackAndFlush useColors
 CustomOutputFormat formatter -> do
 getDate <- getDateGetter flusher
-return $ customMiddleware callback getDate formatter
+return $ customMiddleware callbackAndFlush getDate formatter
 CustomOutputFormatWithDetails formatter -> do
 getdate <- getDateGetter flusher
-return $ customMiddlewareWithDetails callback getdate formatter
+return $ customMiddlewareWithDetails callbackAndFlush getdate 
formatter
 
 apacheMiddleware :: ApacheLoggerActions -> Middleware
 apacheMiddleware ala app req sendResponse = app req $ \res -> do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wai-extra-3.0.19/wai-extra.cabal 
new/wai-extra-3.0.19.1/wai-extra.cabal
--- old/wai-extra-3.0.19/wai-extra.cabal2016-10-21 09:04:14.0 
+0200
+++ new/wai-extra-3.0.19.1/wai-extra.cabal  2017-01-17 12:29:22.0 
+0100
@@ -1,5 +1,5 @@
 Name:wai-extra
-Version: 3.0.19
+Version: 3.0.19.1
 Synopsis:Provides some basic WAI handlers and middleware.
 description:
   Provides basic WAI handler and middleware functionality:




commit ghc-tasty for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package ghc-tasty for openSUSE:Factory 
checked in at 2017-02-11 01:42:14

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


Package is "ghc-tasty"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-tasty/ghc-tasty.changes  2016-10-22 
13:20:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-tasty.new/ghc-tasty.changes 2017-02-11 
01:42:15.815862896 +0100
@@ -1,0 +2,5 @@
+Thu Jan 26 16:22:16 UTC 2017 - psim...@suse.com
+
+- Update to version 0.11.1 with cabal2obs.
+
+---

Old:

  tasty-0.11.0.4.tar.gz

New:

  tasty-0.11.1.tar.gz



Other differences:
--
++ ghc-tasty.spec ++
--- /var/tmp/diff_new_pack.1zzogp/_old  2017-02-11 01:42:17.227663686 +0100
+++ /var/tmp/diff_new_pack.1zzogp/_new  2017-02-11 01:42:17.231663121 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-tasty
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %global pkg_name tasty
 Name:   ghc-%{pkg_name}
-Version:0.11.0.4
+Version:0.11.1
 Release:0
 Summary:Modern and extensible testing framework
 License:MIT

++ tasty-0.11.0.4.tar.gz -> tasty-0.11.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tasty-0.11.0.4/CHANGELOG.md 
new/tasty-0.11.1/CHANGELOG.md
--- old/tasty-0.11.0.4/CHANGELOG.md 2016-08-23 15:39:28.0 +0200
+++ new/tasty-0.11.1/CHANGELOG.md   2017-01-18 12:51:23.0 +0100
@@ -1,6 +1,11 @@
 Changes
 ===
 
+Version 0.11.1
+--
+
+Introduce `mkOptionCLParser` and `mkFlagCLParser`
+
 Version 0.11.0.4
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/tasty-0.11.0.4/Test/Tasty/Ingredients/ConsoleReporter.hs 
new/tasty-0.11.1/Test/Tasty/Ingredients/ConsoleReporter.hs
--- old/tasty-0.11.0.4/Test/Tasty/Ingredients/ConsoleReporter.hs
2015-09-08 12:51:39.0 +0200
+++ new/tasty-0.11.1/Test/Tasty/Ingredients/ConsoleReporter.hs  2017-01-18 
12:40:24.0 +0100
@@ -334,7 +334,7 @@
   parseValue = fmap Quiet . safeRead
   optionName = return "quiet"
   optionHelp = return "Do not produce any output; indicate success only by the 
exit code"
-  optionCLParser = flagCLParser (Just 'q') (Quiet True)
+  optionCLParser = mkFlagCLParser (short 'q') (Quiet True)
 
 -- | Report only failed tests
 newtype HideSuccesses = HideSuccesses Bool
@@ -344,7 +344,7 @@
   parseValue = fmap HideSuccesses . safeRead
   optionName = return "hide-successes"
   optionHelp = return "Do not print tests that passed successfully"
-  optionCLParser = flagCLParser Nothing (HideSuccesses True)
+  optionCLParser = mkFlagCLParser mempty (HideSuccesses True)
 
 -- | When to use color on the output
 data UseColor
@@ -357,15 +357,6 @@
   parseValue = parseUseColor
   optionName = return "color"
   optionHelp = return "When to use colored output. Options are 'never', 
'always' and 'auto' (default: 'auto')"
-  optionCLParser =
-option parse
-  (  long name
-  <> help (untag (optionHelp :: Tagged UseColor String))
-  )
-where
-  name = untag (optionName :: Tagged UseColor String)
-  parse = str >>=
-maybe (readerError $ "Could not parse " ++ name) pure <$> parseValue
 
 -- | @useColor when isTerm@ decides if colors should be used,
 --   where @isTerm@ denotes where @stdout@ is a terminal device.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tasty-0.11.0.4/Test/Tasty/Ingredients/ListTests.hs 
new/tasty-0.11.1/Test/Tasty/Ingredients/ListTests.hs
--- old/tasty-0.11.0.4/Test/Tasty/Ingredients/ListTests.hs  2015-01-19 
16:27:56.0 +0100
+++ new/tasty-0.11.1/Test/Tasty/Ingredients/ListTests.hs2017-01-18 
12:40:24.0 +0100
@@ -8,6 +8,8 @@
 
 import Data.Typeable
 import Data.Proxy
+import Data.Monoid
+import Options.Applicative
 
 import Test.Tasty.Core
 import Test.Tasty.Options
@@ -22,7 +24,7 @@
   parseValue = fmap ListTests . safeRead
   optionName = return "list-tests"
   optionHelp = return "Do not run the tests; just print their names"
-  optionCLParser = flagCLParser (Just 'l') (ListTests True)
+  optionCLParser = mkFlagCLParser (short 'l') (ListTests True)
 
 -- | Obtain the list of all tests in the suite
 testsNames :: OptionSet -> TestTree -> [TestName]
diff -urN 

commit ghc-pipes-network for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package ghc-pipes-network for 
openSUSE:Factory checked in at 2017-02-11 01:41:39

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


Package is "ghc-pipes-network"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-pipes-network/ghc-pipes-network.changes  
2016-11-24 21:20:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-pipes-network.new/ghc-pipes-network.changes 
2017-02-11 01:41:40.304873666 +0100
@@ -1,0 +2,5 @@
+Mon Jan 23 20:28:11 UTC 2017 - psim...@suse.com
+
+- Update to version 0.6.4.1 revision 1 with cabal2obs.
+
+---

New:

  pipes-network.cabal



Other differences:
--
++ ghc-pipes-network.spec ++
--- /var/tmp/diff_new_pack.CCF2va/_old  2017-02-11 01:41:41.128757412 +0100
+++ /var/tmp/diff_new_pack.CCF2va/_new  2017-02-11 01:41:41.132756848 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-pipes-network
 #
-# 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
@@ -22,9 +22,10 @@
 Release:0
 Summary:Use network sockets together with the pipes library
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-network-devel
@@ -65,16 +66,14 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 
@@ -87,6 +86,5 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md changelog.md
 
 %changelog

++ pipes-network.cabal ++
name:   pipes-network
version:0.6.4.1
x-revision: 1
license:BSD3
license-file:   LICENSE
copyright:  Copyright (c) Renzo Carbonara 2012-2016, Paolo Capriotti 
2012-2012.
author: Renzo Carbonara
maintainer: renzocarbonaraλgmail.com
stability:  Experimental
tested-with:GHC == 8.0.1
homepage:   https://github.com/k0001/pipes-network
bug-reports:https://github.com/k0001/pipes-network/issues
category:   Pipes, Network
build-type: Simple
synopsis:   Use network sockets together with the pipes library.
cabal-version:  >=1.8
extra-source-files: README.md PEOPLE changelog.md
description:
  Use network sockets together with the @pipes@ library.
  .
  This package is organized using the following namespaces:
  .
  * "Pipes.Network.TCP" exports pipes and utilities for using TCP connections in
  a streaming fashion.
  .
  * "Pipes.Network.TCP.Safe" subsumes "Pipes.Network.TCP", exporting pipes and
  functions that allow you to safely establish new TCP connections within a
  pipeline using the @pipes-safe@ facilities. You only need to use this module
  if you want to safely acquire and release operating system resources within a
  pipeline.
  .
  See the @changelog@ file in the source distribution to learn about any
  important changes between version.

source-repository head
type: git
location: git://github.com/k0001/pipes-network.git

library
hs-source-dirs: src
build-depends:
base   (==4.*),
bytestring (>=0.9.2.1),
network,
network-simple (>=0.4.0.1 && <0.5),
pipes  (>=4.0 && <4.4),
pipes-safe (>=2.1 && <2.3),
transformers   (>=0.2 && <0.6)
exposed-modules:
Pipes.Network.TCP
Pipes.Network.TCP.Safe
ghc-options: -Wall -O2



commit ghc-random for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package ghc-random for openSUSE:Factory 
checked in at 2017-02-11 01:41:47

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


Package is "ghc-random"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-random/ghc-random.changes2016-07-21 
08:13:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-random.new/ghc-random.changes   
2017-02-11 01:41:48.291746676 +0100
@@ -1,0 +2,5 @@
+Thu Jan 26 16:20:16 UTC 2017 - psim...@suse.com
+
+- Update to version 1.1 revision 1 with cabal2obs.
+
+---

New:

  random.cabal



Other differences:
--
++ ghc-random.spec ++
--- /var/tmp/diff_new_pack.MUTwIY/_old  2017-02-11 01:41:49.923516425 +0100
+++ /var/tmp/diff_new_pack.MUTwIY/_new  2017-02-11 01:41:49.923516425 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-random
 #
-# 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
@@ -22,15 +22,14 @@
 Release:0
 Summary:Random number library
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-time-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 This package provides a basic random number generation library, including the
@@ -49,16 +48,14 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 
@@ -71,6 +68,5 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc CHANGELOG.md README.md
 
 %changelog

++ random.cabal ++
name:   random
version:1.1
x-revision: 1




license:BSD3
license-file:   LICENSE
maintainer: carter dot schonwald at google mail dot com
bug-reports:https://github.com/haskell/random/issues
synopsis:   random number library
category:   System
description:
This package provides a basic random number generation
library, including the ability to split random number
generators.

extra-source-files:
  .travis.yml
  README.md
  CHANGELOG.md
  .gitignore
  .darcs-boring



build-type: Simple
-- cabal-version 1.8 needed because "the field 'build-depends: random' refers
-- to a library which is defined within the same package"
cabal-version: >= 1.8



Library
exposed-modules:
System.Random
extensions: CPP
GHC-Options: -O2
build-depends: base >= 3 && < 5, time

source-repository head
type: git
location: http://git.haskell.org/packages/random.git

-- To run the Test-Suite:
-- $ cabal configure --enable-tests
-- $ cabal test --show-details=always --test-options="+RTS -M1M -RTS"

Test-Suite T7936
type:   exitcode-stdio-1.0
main-is:T7936.hs
hs-source-dirs: tests
build-depends:  base >= 3 && < 5, random
ghc-options:-rtsopts -O2

Test-Suite TestRandomRs
type:   exitcode-stdio-1.0
main-is:TestRandomRs.hs
hs-source-dirs: tests
build-depends:  base >= 3 && < 5, random
ghc-options:-rtsopts -O2
-- TODO. Why does the following not work?
--test-options:   +RTS -M1M -RTS

Test-Suite TestRandomIOs
type:   exitcode-stdio-1.0
main-is:TestRandomIOs.hs
hs-source-dirs: tests
build-depends:  base >= 3 && < 5, random
ghc-options:-rtsopts -O2



commit ghc-safe for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package ghc-safe for openSUSE:Factory 
checked in at 2017-02-11 01:41:53

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


Package is "ghc-safe"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-safe/ghc-safe.changes2016-12-06 
14:25:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-safe.new/ghc-safe.changes   2017-02-11 
01:41:54.338893393 +0100
@@ -1,0 +2,5 @@
+Thu Jan 26 16:21:49 UTC 2017 - psim...@suse.com
+
+- Update to version 0.3.11 with cabal2obs.
+
+---

Old:

  safe-0.3.10.tar.gz

New:

  safe-0.3.11.tar.gz



Other differences:
--
++ ghc-safe.spec ++
--- /var/tmp/diff_new_pack.Vg2HFt/_old  2017-02-11 01:41:55.442737635 +0100
+++ /var/tmp/diff_new_pack.Vg2HFt/_new  2017-02-11 01:41:55.446737071 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-safe
 #
-# 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
@@ -17,8 +17,9 @@
 
 
 %global pkg_name safe
+%bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.3.10
+Version:0.3.11
 Release:0
 Summary:Library of safe (exception free) functions
 License:BSD-3-Clause
@@ -28,6 +29,10 @@
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if %{with tests}
+BuildRequires:  ghc-QuickCheck-devel
+BuildRequires:  ghc-deepseq-devel
+%endif
 
 %description
 A library wrapping 'Prelude'/'Data.List' functions that can throw exceptions,
@@ -76,6 +81,9 @@
 %install
 %ghc_lib_install
 
+%check
+%cabal_test
+
 %post devel
 %ghc_pkg_recache
 

++ safe-0.3.10.tar.gz -> safe-0.3.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/safe-0.3.10/CHANGES.txt new/safe-0.3.11/CHANGES.txt
--- old/safe-0.3.10/CHANGES.txt 2016-11-09 00:06:13.0 +0100
+++ new/safe-0.3.11/CHANGES.txt 2017-01-22 21:16:22.0 +0100
@@ -1,5 +1,9 @@
 Changelog for Safe
 
+0.3.11
+#16, add Safe succ and pred
+#16, add readEitherSafe for better errors than readEither
+#14, add Safe zip3Exact
 0.3.10
 #15, add Safe cycle
 0.3.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/safe-0.3.10/LICENSE new/safe-0.3.11/LICENSE
--- old/safe-0.3.10/LICENSE 2016-11-09 00:06:13.0 +0100
+++ new/safe-0.3.11/LICENSE 2017-01-22 21:16:22.0 +0100
@@ -1,4 +1,4 @@
-Copyright Neil Mitchell 2007-2016.
+Copyright Neil Mitchell 2007-2017.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/safe-0.3.10/Safe/Exact.hs 
new/safe-0.3.11/Safe/Exact.hs
--- old/safe-0.3.10/Safe/Exact.hs   2016-11-09 00:06:13.0 +0100
+++ new/safe-0.3.11/Safe/Exact.hs   2017-01-22 21:16:22.0 +0100
@@ -19,12 +19,15 @@
 -- * New functions
 takeExact, dropExact, splitAtExact,
 zipExact, zipWithExact,
+zip3Exact, zipWith3Exact,
 -- * Safe wrappers
 takeExactMay, takeExactNote, takeExactDef,
 dropExactMay, dropExactNote, dropExactDef,
 splitAtExactMay, splitAtExactNote, splitAtExactDef,
 zipExactMay, zipExactNote, zipExactDef,
 zipWithExactMay, zipWithExactNote, zipWithExactDef,
+zip3ExactMay, zip3ExactNote, zip3ExactDef,
+zipWith3ExactMay, zipWith3ExactNote, zipWith3ExactDef,
 ) where
 
 import Control.Arrow
@@ -34,6 +37,7 @@
 -
 -- HELPERS
 
+addNote :: String -> String -> String -> a
 addNote note fun msg = error $
 "Safe.Exact." ++ fun ++ ", " ++ msg ++ (if null note then "" else ", " ++ 
note)
 
@@ -62,6 +66,17 @@
 f _ [] = err "first list is longer than the second"
 
 
+{-# INLINE zipWith3Exact_ #-}
+zipWith3Exact_ :: (String -> r) -> r -> (a -> b -> c -> r -> r) -> [a] -> [b] 
-> [c] -> r
+zipWith3Exact_ err nil cons = f
+where
+f (x:xs) (y:ys) (z:zs) = cons x y z $ f xs ys zs
+f [] [] [] = nil
+f [] _ _ = err "first list is shorter than the others"
+f _ [] _ = err "second list is shorter than the others"
+f _ _ [] = err "third list is shorter than the others"
+
+
 -
 -- TAKE/DROP/SPLIT
 
@@ -151,3 +166,37 @@
 
 zipWithExactDef :: [c] -> 

commit ghc-pipes-attoparsec for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package ghc-pipes-attoparsec for 
openSUSE:Factory checked in at 2017-02-11 01:41:29

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


Package is "ghc-pipes-attoparsec"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-pipes-attoparsec/ghc-pipes-attoparsec.changes
2016-11-15 17:56:15.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-pipes-attoparsec.new/ghc-pipes-attoparsec.changes
   2017-02-11 01:41:30.278288475 +0100
@@ -1,0 +2,5 @@
+Mon Jan 23 20:28:09 UTC 2017 - psim...@suse.com
+
+- Update to version 0.5.1.4 revision 1 with cabal2obs.
+
+---

New:

  pipes-attoparsec.cabal



Other differences:
--
++ ghc-pipes-attoparsec.spec ++
--- /var/tmp/diff_new_pack.YyWs19/_old  2017-02-11 01:41:31.190159805 +0100
+++ /var/tmp/diff_new_pack.YyWs19/_new  2017-02-11 01:41:31.194159241 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-pipes-attoparsec
 #
-# 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
@@ -23,11 +23,11 @@
 Release:0
 Summary:Attoparsec and Pipes integration
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-attoparsec-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-pipes-devel
@@ -42,7 +42,6 @@
 BuildRequires:  ghc-tasty-devel
 BuildRequires:  ghc-tasty-hunit-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Utilities to run Attoparsec parsers on Pipes input streams.
@@ -64,21 +63,16 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache
@@ -92,6 +86,5 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md changelog.md
 
 %changelog

++ pipes-attoparsec.cabal ++
name:   pipes-attoparsec
version:0.5.1.4
x-revision: 1
license:BSD3
license-file:   LICENSE
copyright:  Copyright (c) Renzo Carbonara 2012-2016, Paolo Capriotti 
2012
author: Renzo Carbonara
maintainer: renzocarbonaraλgmail.com
stability:  Experimental
homepage:   https://github.com/k0001/pipes-attoparsec
bug-reports:https://github.com/k0001/pipes-attoparsec/issues
category:   Pipes, Parser
build-type: Simple
cabal-version:  >=1.8
synopsis:   Attoparsec and Pipes integration.
extra-source-files: README.md PEOPLE changelog.md
description:
  Utilities to run Attoparsec parsers on Pipes input streams.
  .
  See the @changelog.md@ file in the source distribution to learn about any
  important changes between version.

source-repository head
type: git
location: git://github.com/k0001/pipes-attoparsec.git

library
  hs-source-dirs:  src
  exposed-modules: Pipes.Attoparsec
  build-depends:
  base (>=4.5  && <5.0)
, attoparsec   (>=0.10 && <0.14)
, bytestring   (>=0.9.2.1  && <0.11)
, pipes(>=4.1  && <4.4)
, pipes-parse  (>=3.0.1&& <3.1)
, text (>=0.11.2.0 && <1.3)
, transformers (>=0.2  && <0.6)
  ghc-options: -Wall -O2

test-suite tests
  type:   exitcode-stdio-1.0
  hs-source-dirs: tests
  main-is:Main.hs
  other-modules:  Test.Attoparsec
  ghc-options: -Wall -rtsopts -fno-warn-missing-signatures

  build-depends:
  base
, attoparsec
, mmorph
, pipes
, pipes-attoparsec
, pipes-parse
, text
, transformers
, HUnit   >= 1.2
, tasty   >= 0.7
, tasty-hunit >= 0.4



commit ghc-pipes-aeson for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package ghc-pipes-aeson for openSUSE:Factory 
checked in at 2017-02-11 01:41:15

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


Package is "ghc-pipes-aeson"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-pipes-aeson/ghc-pipes-aeson.changes  
2017-02-03 17:39:38.484223513 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-pipes-aeson.new/ghc-pipes-aeson.changes 
2017-02-11 01:41:16.224271586 +0100
@@ -1,0 +2,5 @@
+Mon Jan 23 20:28:14 UTC 2017 - psim...@suse.com
+
+- Update to version 0.4.1.7 revision 1 with cabal2obs.
+
+---

New:

  pipes-aeson.cabal



Other differences:
--
++ ghc-pipes-aeson.spec ++
--- /var/tmp/diff_new_pack.Z1pxZD/_old  2017-02-11 01:41:17.108146865 +0100
+++ /var/tmp/diff_new_pack.Z1pxZD/_new  2017-02-11 01:41:17.112146301 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-pipes-aeson
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-attoparsec-devel
@@ -56,6 +57,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
@@ -75,6 +77,5 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md changelog.md
 
 %changelog

++ pipes-aeson.cabal ++
name:   pipes-aeson
version:0.4.1.7
x-revision: 1
license:BSD3
license-file:   LICENSE
copyright:  Copyright (c) Renzo Carbonara 2013-2016
author: Renzo Carbonara
maintainer: renzocarbonaraλgmail.com
stability:  Experimental
tested-with:GHC ==7.10.3 GHC ==8.0.1
homepage:   https://github.com/k0001/pipes-aeson
bug-reports:https://github.com/k0001/pipes-aeson/issues
category:   Pipes, Parser
build-type: Simple
cabal-version:  >=1.8
synopsis:   Encode and decode JSON streams using Aeson and Pipes.
extra-source-files: README.md PEOPLE changelog.md
description:
  Utilities to encode and decode Pipes streams of JSON.
  .
  See the @changelog.md@ file in the source distribution to learn about any
  important changes between version.

source-repository head
type: git
location: git://github.com/k0001/pipes-aeson.git

library
  hs-source-dirs:  src
  exposed-modules: Pipes.Aeson
   Pipes.Aeson.Unchecked
  other-modules:   Pipes.Aeson.Internal
  build-depends:
  aeson(>=0.6.1 && <1.1)
, attoparsec   (>=0.10  && <0.14)
, base (>=4.5   && <5.0)
, pipes(>=4.1   && <4.4)
, pipes-attoparsec (>=0.5   && <0.6)
, pipes-bytestring (>=2.0   && <2.2)
, pipes-parse  (>=3.0.1 && <3.1)
, bytestring   (>=0.9.2.1)
, transformers (>=0.2   && <0.6)
  ghc-options: -Wall -O2



commit ghc-fold-debounce-conduit for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package ghc-fold-debounce-conduit for 
openSUSE:Factory checked in at 2017-02-11 01:40:52

Comparing /work/SRC/openSUSE:Factory/ghc-fold-debounce-conduit (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-fold-debounce-conduit.new (New)


Package is "ghc-fold-debounce-conduit"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-fold-debounce-conduit/ghc-fold-debounce-conduit.changes
  2016-11-11 14:35:07.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-fold-debounce-conduit.new/ghc-fold-debounce-conduit.changes
 2017-02-11 01:40:54.047400899 +0100
@@ -1,0 +2,5 @@
+Thu Jan 26 16:22:01 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.0.5 with cabal2obs.
+
+---

Old:

  fold-debounce-conduit-0.1.0.4.tar.gz

New:

  fold-debounce-conduit-0.1.0.5.tar.gz



Other differences:
--
++ ghc-fold-debounce-conduit.spec ++
--- /var/tmp/diff_new_pack.CuW5HX/_old  2017-02-11 01:40:54.955272791 +0100
+++ /var/tmp/diff_new_pack.CuW5HX/_new  2017-02-11 01:40:54.955272791 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-fold-debounce-conduit
 #
-# 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
@@ -19,7 +19,7 @@
 %global pkg_name fold-debounce-conduit
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.0.4
+Version:0.1.0.5
 Release:0
 Summary:Regulate input traffic from conduit Source with 
Control.FoldDebounce
 License:BSD-3-Clause

++ fold-debounce-conduit-0.1.0.4.tar.gz -> 
fold-debounce-conduit-0.1.0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fold-debounce-conduit-0.1.0.4/ChangeLog.md 
new/fold-debounce-conduit-0.1.0.5/ChangeLog.md
--- old/fold-debounce-conduit-0.1.0.4/ChangeLog.md  2016-10-10 
08:30:13.0 +0200
+++ new/fold-debounce-conduit-0.1.0.5/ChangeLog.md  2017-01-24 
13:18:41.0 +0100
@@ -1,5 +1,10 @@
 # Revision history for fold-debounce-conduit
 
+## 0.1.0.5  -- 2017-01-24
+
+* Confirmed test with `hspec-2.4.0`
+
+
 ## 0.1.0.4  -- 2016-10-10
 
 * Make the tests more stable.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/fold-debounce-conduit-0.1.0.4/fold-debounce-conduit.cabal 
new/fold-debounce-conduit-0.1.0.5/fold-debounce-conduit.cabal
--- old/fold-debounce-conduit-0.1.0.4/fold-debounce-conduit.cabal   
2016-10-10 08:29:44.0 +0200
+++ new/fold-debounce-conduit-0.1.0.5/fold-debounce-conduit.cabal   
2017-01-24 13:18:49.0 +0100
@@ -1,5 +1,5 @@
 name:   fold-debounce-conduit
-version:0.1.0.4
+version:0.1.0.5
 author: Toshio Ito 
 maintainer: Toshio Ito 
 license:BSD3
@@ -46,7 +46,7 @@
   other-modules:Data.Conduit.FoldDebounceSpec
   build-depends:base, fold-debounce-conduit, stm,
 conduit, transformers, resourcet,
-hspec >=2.1.7 && <2.4
+hspec >=2.1.7 && <2.5
 
 source-repository head
   type: git




commit ghc-inline-c for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package ghc-inline-c for openSUSE:Factory 
checked in at 2017-02-11 01:41:08

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


Package is "ghc-inline-c"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-inline-c/ghc-inline-c.changes
2016-11-10 13:22:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-inline-c.new/ghc-inline-c.changes   
2017-02-11 01:41:10.233116977 +0100
@@ -1,0 +2,5 @@
+Thu Jan 26 16:21:52 UTC 2017 - psim...@suse.com
+
+- Update to version 0.5.6.1 with cabal2obs.
+
+---

Old:

  inline-c-0.5.5.9.tar.gz

New:

  inline-c-0.5.6.1.tar.gz



Other differences:
--
++ ghc-inline-c.spec ++
--- /var/tmp/diff_new_pack.iPgqdf/_old  2017-02-11 01:41:11.744903654 +0100
+++ /var/tmp/diff_new_pack.iPgqdf/_new  2017-02-11 01:41:11.744903654 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-inline-c
 #
-# 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
@@ -19,7 +19,7 @@
 %global pkg_name inline-c
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.5.5.9
+Version:0.5.6.1
 Release:0
 Summary:Write Haskell source files including C code inline. No FFI 
required
 License:MIT

++ inline-c-0.5.5.9.tar.gz -> inline-c-0.5.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/inline-c-0.5.5.9/README.md 
new/inline-c-0.5.6.1/README.md
--- old/inline-c-0.5.5.9/README.md  2016-06-15 11:26:10.0 +0200
+++ new/inline-c-0.5.6.1/README.md  2017-01-21 13:30:18.0 +0100
@@ -307,9 +307,10 @@
 Each module that uses at least one of the `inline-c` functions gets a C
 file associated to it, where the filename of said file will be the same
 as the module but with a C extension.  This C file must be built after
-the Haskell code and linked appropriately.  If you use cabal, all you
-have to do is declare each associated C file in the `.cabal` file and
-you are good.
+the Haskell code and linked appropriately.
+
+If you use cabal, you **must** manually declare each associated C file in
+the `c-sources` section of the `.cabal` file and you are good.
 
 For example we might have
 
@@ -317,10 +318,13 @@
 executable foo
   main-is: Main.hs, Foo.hs, Bar.hs
   hs-source-dirs:  src
+
+  -- IMPORTANT!
   -- Here the corresponding C sources must be listed for every module
   -- that uses C code.  In this example, Main.hs and Bar.hs do, but
   -- Foo.hs does not.
   c-sources:   src/Main.c, src/Bar.c
+
   -- These flags will be passed to the C compiler
   cc-options:  -Wall -O2
   -- Libraries to link the code with.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/inline-c-0.5.5.9/changelog.md 
new/inline-c-0.5.6.1/changelog.md
--- old/inline-c-0.5.5.9/changelog.md   2016-09-15 13:28:42.0 +0200
+++ new/inline-c-0.5.6.1/changelog.md   2017-01-21 13:30:18.0 +0100
@@ -1,3 +1,4 @@
+- 0.5.6.0: Add `ForeignPtr` anti-quoter
 - 0.5.5.9: Make tests work with QuickCheck < 2.9
 - 0.5.5.8: Add workaround for QuickCheck-2.9 bug. See issue #51
 - 0.5.5.2: Add docs regarding internals. See issue #41.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/inline-c-0.5.5.9/inline-c.cabal 
new/inline-c-0.5.6.1/inline-c.cabal
--- old/inline-c-0.5.5.9/inline-c.cabal 2016-09-15 13:28:42.0 +0200
+++ new/inline-c-0.5.6.1/inline-c.cabal 2017-01-21 13:30:18.0 +0100
@@ -1,5 +1,5 @@
 name:inline-c
-version: 0.5.5.9
+version: 0.5.6.1
 synopsis:Write Haskell source files including C code inline. No 
FFI required.
 description: See 
.
 license: MIT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/inline-c-0.5.5.9/src/Language/C/Inline/Context.hs 
new/inline-c-0.5.6.1/src/Language/C/Inline/Context.hs
--- old/inline-c-0.5.5.9/src/Language/C/Inline/Context.hs   2016-07-04 
11:41:41.0 +0200
+++ new/inline-c-0.5.6.1/src/Language/C/Inline/Context.hs   2017-01-21 
13:30:18.0 +0100
@@ -35,6 +35,7 @@
 -- * 'Context'
   , Context(..)
   , baseCtx
+  , fptrCtx
   , funCtx
   , vecCtx
   , VecCtx(..)
@@ -47,6 +48,7 @@
 import   

commit ghc-fold-debounce for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package ghc-fold-debounce for 
openSUSE:Factory checked in at 2017-02-11 01:40:44

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


Package is "ghc-fold-debounce"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-fold-debounce/ghc-fold-debounce.changes  
2017-01-12 15:49:13.627512069 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-fold-debounce.new/ghc-fold-debounce.changes 
2017-02-11 01:40:45.648586037 +0100
@@ -1,0 +2,5 @@
+Thu Jan 26 16:22:06 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.0.5 with cabal2obs.
+
+---

Old:

  fold-debounce-0.2.0.4.tar.gz

New:

  fold-debounce-0.2.0.5.tar.gz



Other differences:
--
++ ghc-fold-debounce.spec ++
--- /var/tmp/diff_new_pack.hVUEKz/_old  2017-02-11 01:40:46.940403752 +0100
+++ /var/tmp/diff_new_pack.hVUEKz/_new  2017-02-11 01:40:46.940403752 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-fold-debounce
 #
-# 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
@@ -19,7 +19,7 @@
 %global pkg_name fold-debounce
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.0.4
+Version:0.2.0.5
 Release:0
 Summary:Fold multiple events that happen in a given period of time
 License:BSD-3-Clause

++ fold-debounce-0.2.0.4.tar.gz -> fold-debounce-0.2.0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fold-debounce-0.2.0.4/ChangeLog.md 
new/fold-debounce-0.2.0.5/ChangeLog.md
--- old/fold-debounce-0.2.0.4/ChangeLog.md  2016-11-27 01:59:06.0 
+0100
+++ new/fold-debounce-0.2.0.5/ChangeLog.md  2017-01-24 13:13:28.0 
+0100
@@ -1,5 +1,10 @@
 # Revision history for fold-debounce
 
+## 0.2.0.5  -- 2017-01-24
+
+* Confirmed test with `hspec-2.4.0`.
+
+
 ## 0.2.0.4  -- 2016-11-27
 
 * Confirmed test with `time-1.7`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fold-debounce-0.2.0.4/fold-debounce.cabal 
new/fold-debounce-0.2.0.5/fold-debounce.cabal
--- old/fold-debounce-0.2.0.4/fold-debounce.cabal   2016-11-27 
01:58:39.0 +0100
+++ new/fold-debounce-0.2.0.5/fold-debounce.cabal   2017-01-24 
13:13:38.0 +0100
@@ -1,5 +1,5 @@
 name:   fold-debounce
-version:0.2.0.4
+version:0.2.0.5
 author: Toshio Ito 
 maintainer: Toshio Ito 
 license:BSD3
@@ -34,7 +34,7 @@
   main-is:  Spec.hs
   other-modules:Control.FoldDebounceSpec
   build-depends:base, fold-debounce,
-hspec >=2.1.7 && <2.4,
+hspec >=2.1.7 && <2.5,
 stm,
 time
 
@@ -46,7 +46,7 @@
   main-is:  Spec.hs
   other-modules:Control.FoldDebounceSpec
   build-depends:base, fold-debounce,
-hspec >=2.1.7 && <2.4,
+hspec >=2.1.7 && <2.5,
 stm,
 time
 




commit ghc-hspec-smallcheck for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package ghc-hspec-smallcheck for 
openSUSE:Factory checked in at 2017-02-11 01:40:59

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


Package is "ghc-hspec-smallcheck"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-hspec-smallcheck/ghc-hspec-smallcheck.changes
2017-01-12 15:45:07.914221207 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-hspec-smallcheck.new/ghc-hspec-smallcheck.changes
   2017-02-11 01:41:00.458496246 +0100
@@ -1,0 +2,5 @@
+Thu Jan 26 16:20:12 UTC 2017 - psim...@suse.com
+
+- Update to version 0.4.1 revision 1 with cabal2obs.
+
+---

New:

  hspec-smallcheck.cabal



Other differences:
--
++ ghc-hspec-smallcheck.spec ++
--- /var/tmp/diff_new_pack.8gHwF8/_old  2017-02-11 01:41:01.362368703 +0100
+++ /var/tmp/diff_new_pack.8gHwF8/_new  2017-02-11 01:41:01.366368139 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hspec-smallcheck
 #
-# 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
@@ -23,11 +23,11 @@
 Release:0
 Summary:SmallCheck support for the Hspec testing framework
 License:MIT
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-hspec-core-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-smallcheck-devel
@@ -36,7 +36,6 @@
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-hspec-devel
 %endif
-# End cabal-rpm deps
 
 %description
 SmallCheck support for the Hspec testing framework.
@@ -55,21 +54,16 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ hspec-smallcheck.cabal ++
name: hspec-smallcheck
version:  0.4.1
x-revision: 1
license:  MIT
license-file: LICENSE
copyright:(c) 2013-2015 Simon Hengel
maintainer:   Simon Hengel 
build-type:   Simple
cabal-version:>= 1.8
category: Testing
bug-reports:  https://github.com/hspec/hspec-smallcheck/issues
homepage: http://hspec.github.io/
synopsis: SmallCheck support for the Hspec testing framework
description:  SmallCheck support for the Hspec testing framework

source-repository head
  type: git
  location: https://github.com/hspec/hspec-smallcheck

library
  ghc-options:
  -Wall
  hs-source-dirs:
  src
  exposed-modules:
  Test.Hspec.SmallCheck
  build-depends:
  base == 4.*
, hspec-core >= 2 && < 2.4
, smallcheck >= 1.0

test-suite spec
  type:
  exitcode-stdio-1.0
  ghc-options:
  -Wall
  hs-source-dirs:
  test
  main-is:
  Spec.hs
  build-depends:
  base  == 4.*
, hspec
, hspec-core
, smallcheck

, hspec-smallcheck
, QuickCheck



commit ghc-aeson for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package ghc-aeson for openSUSE:Factory 
checked in at 2017-02-11 01:40:38

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


Package is "ghc-aeson"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-aeson/ghc-aeson.changes  2016-10-22 
13:21:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-aeson.new/ghc-aeson.changes 2017-02-11 
01:40:38.681569140 +0100
@@ -1,0 +2,5 @@
+Thu Jan 26 16:20:17 UTC 2017 - psim...@suse.com
+
+- Update to version 0.11.3.0 with cabal2obs.
+
+---

Old:

  aeson-0.11.2.1.tar.gz
  aeson.cabal

New:

  aeson-0.11.3.0.tar.gz



Other differences:
--
++ ghc-aeson.spec ++
--- /var/tmp/diff_new_pack.YEaVbw/_old  2017-02-11 01:40:40.057375002 +0100
+++ /var/tmp/diff_new_pack.YEaVbw/_new  2017-02-11 01:40:40.057375002 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-aeson
 #
-# 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
@@ -19,14 +19,13 @@
 %global pkg_name aeson
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.11.2.1
+Version:0.11.3.0
 Release:0
 Summary:Fast JSON parsing and encoding
 License:BSD-3-Clause
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-attoparsec-devel
 BuildRequires:  ghc-bytestring-devel
@@ -91,7 +90,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
@@ -114,5 +112,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
+%doc README.markdown changelog.md examples
 
 %changelog

++ aeson-0.11.2.1.tar.gz -> aeson-0.11.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aeson-0.11.2.1/Data/Aeson/Encode/Builder.hs 
new/aeson-0.11.3.0/Data/Aeson/Encode/Builder.hs
--- old/aeson-0.11.2.1/Data/Aeson/Encode/Builder.hs 2016-08-07 
14:20:26.0 +0200
+++ new/aeson-0.11.3.0/Data/Aeson/Encode/Builder.hs 2017-01-24 
18:07:40.0 +0100
@@ -181,12 +181,13 @@
 !(T dh dl)  = twoDigits d
 encodeYear y
 | y >= 1000 = B.integerDec y
-| y > 0 =
-let (ab,c) = fromIntegral y `quotRem` 10
-(a,b)  = ab `quotRem` 10
-in BP.primBounded (ascii4 ('0',(digit a,(digit b,digit c ()
-| otherwise =
-error "Data.Aeson.Encode.Builder.day:  years BCE not supported"
+| y >= 0= BP.primBounded (ascii4 (padYear y)) ()
+| y >= -999 = BP.primBounded (ascii5 ('-',padYear (- y))) ()
+| otherwise = B.integerDec y
+padYear y =
+let (ab,c) = fromIntegral y `quotRem` 10
+(a,b)  = ab `quotRem` 10
+in ('0',(digit a,(digit b,digit c)))
 {-# INLINE day #-}
 
 timeOfDay :: TimeOfDay -> Builder
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aeson-0.11.2.1/aeson.cabal 
new/aeson-0.11.3.0/aeson.cabal
--- old/aeson-0.11.2.1/aeson.cabal  2016-08-07 14:20:26.0 +0200
+++ new/aeson-0.11.3.0/aeson.cabal  2017-01-24 18:13:56.0 +0100
@@ -1,5 +1,5 @@
 name:aeson
-version: 0.11.2.1
+version: 0.11.3.0
 license: BSD3
 license-file:LICENSE
 category:Text, Web, JSON
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aeson-0.11.2.1/changelog.md 
new/aeson-0.11.3.0/changelog.md
--- old/aeson-0.11.2.1/changelog.md 2016-08-07 14:20:26.0 +0200
+++ new/aeson-0.11.3.0/changelog.md 2017-01-24 18:13:50.0 +0100
@@ -1,5 +1,9 @@
 For the latest version of this document, please see 
[https://github.com/bos/aeson/blob/master/changelog.md](https://github.com/bos/aeson/blob/master/changelog.md).
 
+### 0.11.3.0
+
+* Backported support for `Day`s BCE from aeson-1.1.0.0
+
 ### 0.11.2.0
 
 * Enable `PolyKinds` to generalize `Proxy`, `Tagged`, and `Const` instances.




commit ghc-ListLike for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package ghc-ListLike for openSUSE:Factory 
checked in at 2017-02-11 01:40:32

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


Package is "ghc-ListLike"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-ListLike/ghc-ListLike.changes
2016-11-24 21:23:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-ListLike.new/ghc-ListLike.changes   
2017-02-11 01:40:33.466305056 +0100
@@ -1,0 +2,5 @@
+Thu Jan 26 16:22:01 UTC 2017 - psim...@suse.com
+
+- Update to version 4.5.1 with cabal2obs.
+
+---

Old:

  ListLike-4.5.tar.gz

New:

  ListLike-4.5.1.tar.gz



Other differences:
--
++ ghc-ListLike.spec ++
--- /var/tmp/diff_new_pack.7rmQcp/_old  2017-02-11 01:40:34.682133493 +0100
+++ /var/tmp/diff_new_pack.7rmQcp/_new  2017-02-11 01:40:34.686132929 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-ListLike
 #
-# 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
@@ -19,7 +19,7 @@
 %global pkg_name ListLike
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:4.5
+Version:4.5.1
 Release:0
 Summary:Generic support for list-like structures
 License:BSD-3-Clause

++ ListLike-4.5.tar.gz -> ListLike-4.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ListLike-4.5/ListLike.cabal 
new/ListLike-4.5.1/ListLike.cabal
--- old/ListLike-4.5/ListLike.cabal 2016-07-23 19:19:23.0 +0200
+++ new/ListLike-4.5.1/ListLike.cabal   2017-01-20 19:39:12.0 +0100
@@ -1,5 +1,5 @@
 Name: ListLike
-Version: 4.5
+Version: 4.5.1
 License: BSD3
 Maintainer: John Lato 
 Author: John Goerzen
@@ -54,7 +54,7 @@
 ,bytestring >= 0.9.1 && < 0.11
 ,array  >= 0.3   && < 0.6
 ,text   >= 0.11  && < 1.3
-,vector >= 0.5   && < 0.12
+,vector >= 0.5   && < 0.13
 ,dlist  >= 0.7   && < 0.9
 ,fmlist >= 0.8   && < 0.10
 ,utf8-string
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ListLike-4.5/testsrc/runtests.hs 
new/ListLike-4.5.1/testsrc/runtests.hs
--- old/ListLike-4.5/testsrc/runtests.hs2016-07-23 19:19:23.0 
+0200
+++ new/ListLike-4.5.1/testsrc/runtests.hs  2017-01-20 19:39:12.0 
+0100
@@ -1,4 +1,5 @@
-{-# LANGUAGE ScopedTypeVariables
+{-# LANGUAGE CPP
+,ScopedTypeVariables
 ,RankNTypes
 ,ExistentialQuantification
 ,MultiParamTypeClasses
@@ -7,6 +8,10 @@
 ,UndecidableInstances
 ,FlexibleContexts #-}
 
+#if __GLASGOW_HASKELL__ >= 708
+{-# LANGUAGE AllowAmbiguousTypes #-}
+#endif
+
 {-
 Copyright (C) 2007 John Goerzen 
 




commit ghc-HsOpenSSL for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package ghc-HsOpenSSL for openSUSE:Factory 
checked in at 2017-02-11 01:40:25

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


Package is "ghc-HsOpenSSL"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-HsOpenSSL/ghc-HsOpenSSL.changes  
2016-11-10 13:19:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-HsOpenSSL.new/ghc-HsOpenSSL.changes 
2017-02-11 01:40:26.783248094 +0100
@@ -1,0 +2,5 @@
+Thu Jan 26 16:22:01 UTC 2017 - psim...@suse.com
+
+- Update to version 0.11.4 with cabal2obs.
+
+---

Old:

  HsOpenSSL-0.11.3.2.tar.gz

New:

  HsOpenSSL-0.11.4.tar.gz



Other differences:
--
++ ghc-HsOpenSSL.spec ++
--- /var/tmp/diff_new_pack.KaWb9p/_old  2017-02-11 01:40:28.279037025 +0100
+++ /var/tmp/diff_new_pack.KaWb9p/_new  2017-02-11 01:40:28.283036460 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-HsOpenSSL
 #
-# 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
@@ -19,7 +19,7 @@
 %global pkg_name HsOpenSSL
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.11.3.2
+Version:0.11.4
 Release:0
 Summary:Partial OpenSSL binding for Haskell
 License:SUSE-Public-Domain

++ HsOpenSSL-0.11.3.2.tar.gz -> HsOpenSSL-0.11.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HsOpenSSL-0.11.3.2/ChangeLog 
new/HsOpenSSL-0.11.4/ChangeLog
--- old/HsOpenSSL-0.11.3.2/ChangeLog2016-10-17 16:11:02.0 +0200
+++ new/HsOpenSSL-0.11.4/ChangeLog  2017-01-24 02:44:40.0 +0100
@@ -1,3 +1,9 @@
+2017-01-24  Vladimir Shabanov  
+
+   * HsOpenSSL.cabal (Version): Bump version to 0.11.4
+
+   * Updated for OpenSSL 1.1.0 (#15)
+
 2016-10-17  Vladimir Shabanov  
 
* HsOpenSSL.cabal (Version): Bump version to 0.11.3.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HsOpenSSL-0.11.3.2/HsOpenSSL.cabal 
new/HsOpenSSL-0.11.4/HsOpenSSL.cabal
--- old/HsOpenSSL-0.11.3.2/HsOpenSSL.cabal  2016-10-17 16:11:02.0 
+0200
+++ new/HsOpenSSL-0.11.4/HsOpenSSL.cabal2017-01-24 02:44:40.0 
+0100
@@ -12,7 +12,7 @@
 , which is a pure Haskell
 implementation of SSL.
 .
-Version:   0.11.3.2
+Version:   0.11.4
 License:   PublicDomain
 License-File:  COPYING
 Author:Adam Langley, Mikhail Vorozhtsov, PHO, Taru Karttunen
@@ -127,7 +127,6 @@
 OpenSSL.BIO
 OpenSSL.ERR
 OpenSSL.Objects
-OpenSSL.SSL
 OpenSSL.SSL.Option
 OpenSSL.Stack
 OpenSSL.Utils
@@ -144,19 +143,6 @@
 Includes:
 openssl/asn1.h
 
-Test-Suite test-cipher
-Type:exitcode-stdio-1.0
-Main-Is: Test/OpenSSL/Cipher.hs
-Other-Modules: Test.OpenSSL.TestUtils
-Build-Depends:
-HsOpenSSL,
-base >= 4.4 && < 5,
-bytestring   >= 0.9 && < 0.11
-Default-Language:
-Haskell2010
-GHC-Options:
--Wall
-
 Test-Suite test-dsa
 Type:exitcode-stdio-1.0
 Main-Is: Test/OpenSSL/DSA.hs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HsOpenSSL-0.11.3.2/OpenSSL/Cipher.hsc 
new/HsOpenSSL-0.11.4/OpenSSL/Cipher.hsc
--- old/HsOpenSSL-0.11.3.2/OpenSSL/Cipher.hsc   2016-10-17 16:11:02.0 
+0200
+++ new/HsOpenSSL-0.11.4/OpenSSL/Cipher.hsc 2017-01-24 02:44:40.0 
+0100
@@ -16,7 +16,10 @@
 , AESCtx
 , newAESCtx
 , aesCBC
-, aesCTR)
+#if OPENSSL_VERSION_NUMBER < 0x1010L
+, aesCTR
+#endif
+)
 where
 #include "HsOpenSSL.h"
 #include "openssl/aes.h"
@@ -56,9 +59,6 @@
 foreign import ccall unsafe "AES_cbc_encrypt"
 _AES_cbc_encrypt :: Ptr CChar -> Ptr Word8 -> CULong -> Ptr AES_KEY -> 
Ptr CUChar -> CInt -> IO ()
 
-foreign import ccall unsafe "AES_ctr128_encrypt"
-_AES_ctr_encrypt :: Ptr CChar -> Ptr Word8 -> CULong -> Ptr AES_KEY -> 
Ptr CUChar -> Ptr CUChar -> Ptr CUInt -> IO ()
-
 foreign import ccall unsafe ""
 _free :: FunPtr (Ptr a -> IO ())
 
@@ -99,6 +99,11 @@
 BSI.create (BS.length input) $ \out ->
 _AES_cbc_encrypt ptr out (fromIntegral len) ctxPtr ivPtr $ modeToInt mode
 
+#if OPENSSL_VERSION_NUMBER < 0x1010L
+-- seems that AES_ctr128_encrypt 

commit rssguard for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package rssguard for openSUSE:Factory 
checked in at 2017-02-11 01:40:17

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


Package is "rssguard"

Changes:

New Changes file:

--- /dev/null   2017-01-26 09:49:33.150892021 +0100
+++ /work/SRC/openSUSE:Factory/.rssguard.new/rssguard.changes   2017-02-11 
01:40:19.332299489 +0100
@@ -0,0 +1,45 @@
+---
+Tue Jan 24 11:42:36 UTC 2017 - jeng...@inai.de
+
+- Update for description guidelines.
+
+---
+Tue Jan 24 10:00:57 UTC 2017 - aloi...@gmx.com
+
+- Update to version 3.3.7
+  Added:
+  * Some localizations added & updated.
+  * User now can place custom user skins in user "data" 
+folder. (issue #81) See "About" dialog for the exact path.
+  * User now can select if DB transactions are enabled or not. 
+(bug #70) By default, DB transactions are now switched OFF, 
+therefore anyone who wants better performance, must turn 
+them ON in app settings.
+  * MySQL database backend now requires at least version 5.5, 
+DB encoding is now changed to utf8mb4 character set. (bug 
+#74)
+  * Height if message attachment image is now configurable, 
+defaults to 36. (issue #69)
+  * All textual contents of all messages are now locally saved 
+in explicit UTF-8 encoding. This is partially because of 
+MySQL backend. We need to keep encoding of data sent to DB 
+and encoding of DB itself in parity.
+  Changed:
+  * TT-RSS plugin now does NOT require service URL to be 
+entered with "/api/" suffix. In other words, do not use that 
+suffix now, RSS Guard will add it silently when it needs to.
+  Fixed:
+  * Fixed problem with strings in core being rendered 
+untranslated. (bug #60)
+  * Fixed problem with feed updates progress bar flickering. 
+(bug #73)
+  * Partially fixed problem with incorrect number of 
+downloaded messages being reported. (bug #70)
+
+- Refreshed rssguard-locale.patch
+
+---
+Sun Dec  3 18:09:26 UTC 2016 - aloi...@gmx.com
+
+- Initial package (version 3.3.5)
+

New:

  rssguard-3.3.7.tar.gz
  rssguard-locale.patch
  rssguard-rpmlintrc
  rssguard.changes
  rssguard.spec



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

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


Name:   rssguard
Version:3.3.7
Release:0
Summary:RSS/ATOM/RDF feed reader
License:GPL-3.0
Group:  Productivity/Networking/News/Utilities
Url:https://github.com/martinrotter/rssguard
Source0:
https://github.com/martinrotter/rssguard/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1:%{name}.changes
Source2:%{name}-rpmlintrc
# PATCH-FIX-UPSTREAM rssguard-locale.patch (gh#martinrotter/rssguard#75)
Patch0: %{name}-locale.patch
BuildRequires:  dos2unix
BuildRequires:  fdupes
BuildRequires:  gcc-c++
BuildRequires:  libqt5-linguist
BuildRequires:  libqt5-qtbase-common-devel
BuildRequires:  make
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(Qt5Concurrent)
BuildRequires:  pkgconfig(Qt5Core) >= 5.6
BuildRequires:  pkgconfig(Qt5Network)
BuildRequires:  pkgconfig(Qt5PrintSupport)
BuildRequires:  pkgconfig(Qt5Sql)
BuildRequires:  pkgconfig(Qt5WebEngine)
BuildRequires:  pkgconfig(Qt5Widgets)
BuildRequires:  pkgconfig(Qt5Xml)
Recommends: %{name}-lang = %{version}
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
RSS Guard is a RSS/ATOM feed aggregator developed using the Qt framework.
It supports online feed synchronization.

%lang_package

%prep
%setup -q
# let's make %%find_lang happy
%patch0 -p1
for file in localization/*.ts; do mv -v -- "${file}" "${file/-/_}"; done

# Remove build time references so build-compare can do its work
FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{SOURCE1} '+%%H:%%M')
FAKE_BUILDDATE=$(LC_ALL=C date 

commit python-oslo.privsep for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package python-oslo.privsep for 
openSUSE:Factory checked in at 2017-02-11 01:40:03

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


Package is "python-oslo.privsep"

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.privsep/python-oslo.privsep.changes  
2016-12-03 18:27:44.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.privsep.new/python-oslo.privsep.changes 
2017-02-11 01:40:04.534387614 +0100
@@ -1,0 +2,7 @@
+Fri Dec 23 12:02:25 UTC 2016 - tbecht...@suse.com
+
+- update to version 1.13.1:
+  * Update .gitreview for stable/newton
+  * [Backport] Ignore timeout error when receiving message
+
+---

Old:

  oslo.privsep-1.13.0.tar.gz

New:

  oslo.privsep-1.13.1.tar.gz



Other differences:
--
++ python-oslo.privsep.spec ++
--- /var/tmp/diff_new_pack.LWYG72/_old  2017-02-11 01:40:05.462256683 +0100
+++ /var/tmp/diff_new_pack.LWYG72/_new  2017-02-11 01:40:05.466256118 +0100
@@ -18,7 +18,7 @@
 
 %global sname oslo.privsep
 Name:   python-oslo.privsep
-Version:1.13.0
+Version:1.13.1
 Release:0
 Summary:OpenStack library for privilege separation
 License:Apache-2.0

++ oslo.privsep-1.13.0.tar.gz -> oslo.privsep-1.13.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-1.13.0/AUTHORS 
new/oslo.privsep-1.13.1/AUTHORS
--- old/oslo.privsep-1.13.0/AUTHORS 2016-08-25 14:01:14.0 +0200
+++ new/oslo.privsep-1.13.1/AUTHORS 2016-12-01 12:37:27.0 +0100
@@ -11,6 +11,7 @@
 Joshua Harlow 
 Kirill Bespalov 
 Swapnil Kulkarni (coolsvap) 
+TommyLike 
 Walter A. Boring IV 
 Zhihai Song 
 sonu.kumar 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-1.13.0/ChangeLog 
new/oslo.privsep-1.13.1/ChangeLog
--- old/oslo.privsep-1.13.0/ChangeLog   2016-08-25 14:01:14.0 +0200
+++ new/oslo.privsep-1.13.1/ChangeLog   2016-12-01 12:37:27.0 +0100
@@ -1,6 +1,12 @@
 CHANGES
 ===
 
+1.13.1
+--
+
+* [Backport] Ignore timeout error when receiving message
+* Update .gitreview for stable/newton
+
 1.13.0
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-1.13.0/PKG-INFO 
new/oslo.privsep-1.13.1/PKG-INFO
--- old/oslo.privsep-1.13.0/PKG-INFO2016-08-25 14:01:14.0 +0200
+++ new/oslo.privsep-1.13.1/PKG-INFO2016-12-01 12:37:27.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: oslo.privsep
-Version: 1.13.0
+Version: 1.13.1
 Summary: OpenStack library for privilege separation
 Home-page: http://launchpad.net/oslo
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-1.13.0/oslo.privsep.egg-info/PKG-INFO 
new/oslo.privsep-1.13.1/oslo.privsep.egg-info/PKG-INFO
--- old/oslo.privsep-1.13.0/oslo.privsep.egg-info/PKG-INFO  2016-08-25 
14:01:14.0 +0200
+++ new/oslo.privsep-1.13.1/oslo.privsep.egg-info/PKG-INFO  2016-12-01 
12:37:27.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: oslo.privsep
-Version: 1.13.0
+Version: 1.13.1
 Summary: OpenStack library for privilege separation
 Home-page: http://launchpad.net/oslo
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-1.13.0/oslo.privsep.egg-info/pbr.json 
new/oslo.privsep-1.13.1/oslo.privsep.egg-info/pbr.json
--- old/oslo.privsep-1.13.0/oslo.privsep.egg-info/pbr.json  2016-08-25 
14:01:14.0 +0200
+++ new/oslo.privsep-1.13.1/oslo.privsep.egg-info/pbr.json  2016-12-01 
12:37:27.0 +0100
@@ -1 +1 @@
-{"is_release": true, "git_version": "e400f4e"}
\ No newline at end of file
+{"is_release": true, "git_version": "d186635"}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-1.13.0/oslo_privsep/comm.py 
new/oslo.privsep-1.13.1/oslo_privsep/comm.py
--- old/oslo.privsep-1.13.0/oslo_privsep/comm.py2016-08-25 
13:59:38.0 +0200
+++ new/oslo.privsep-1.13.1/oslo_privsep/comm.py2016-12-01 
12:34:19.0 +0100
@@ -74,10 +74,13 @@
 try:
 return next(self.unpacker)
 except StopIteration:
-buf = self.readsock.recv(4096)
-

commit efivar for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package efivar for openSUSE:Factory checked 
in at 2017-02-11 01:39:19

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


Package is "efivar"

Changes:

--- /work/SRC/openSUSE:Factory/efivar/efivar.changes2016-07-20 
09:15:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.efivar.new/efivar.changes   2017-02-11 
01:39:21.052523371 +0100
@@ -1,0 +2,13 @@
+Thu Feb  9 06:32:10 UTC 2017 - g...@suse.com
+
+- Add efivar-use-sysmacros.patch to fix the Factory/Tumbleweed
+  build correctly.
+- Amend the spec file to specify the gcc version for SLE11SP4
+
+---
+Mon Feb  6 14:40:25 UTC 2017 - r...@suse.com
+
+- Fix building for SLE11SP4, SLE12SP2, and Tumbleweed
+  (fate#322108, bnc#1012765)
+
+---

New:

  efivar-use-sysmacros.patch



Other differences:
--
++ efivar.spec ++
--- /var/tmp/diff_new_pack.cRqvIh/_old  2017-02-11 01:39:22.136370428 +0100
+++ /var/tmp/diff_new_pack.cRqvIh/_new  2017-02-11 01:39:22.136370428 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package efivar
 #
-# 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
@@ -16,6 +16,17 @@
 #
 
 
+%if 0%{?suse_version} <= 1320
+  # Allow building on older products (SLE11SP4, SLES12, and Leap 42.2)
+  %bcond_without forced_lto
+  %if 0%{?suse_version} == 1110
+%define gcc 48
+%define gcc_v 4.8
+  %endif
+%else
+  %bcond_with forced_lto
+%endif
+
 Name:   efivar
 Version:0.24
 Release:0
@@ -26,9 +37,17 @@
 Source0:
https://github.com/rhinstaller/efivar/releases/download/%{version}/%{name}-%{version}.tar.bz2
 Patch1: efivar-no-static.patch
 Patch2: deprecated-readdir_r.patch
+Patch3: efivar-use-sysmacros.patch
+%if "0%{?buildroot}" == "0"
+# set a sane value for buildroot, unless it's already there!
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%endif
 BuildRequires:  fdupes
 BuildRequires:  pkg-config
 BuildRequires:  popt-devel
+%if 0%{?gcc} != 0
+BuildRequires:  gcc%{gcc}
+%endif
 Requires:   libefivar0 = %{version}-%{release}
 
 %description
@@ -47,21 +66,48 @@
 Requires:   libefivar0 = %{version}-%{release}
 
 %description devel
-development headers required to use libefivar.
+Development headers required to use libefivar.
 
 %prep
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%if 0%{?suse_version} == 1110
+# Instead of conditional patching:
+# - 'popt.pc' missing in 'popt-devel' on SLE11
+perl -pi -e 's{^.*PKGS=popt.*$}{}; s{(efivar\S* : LIBS=.*)dl}{$1popt dl}' \
+   src/Makefile
+# - 'uchar.h' missing in both 'glibc-devel' and 'gcc-5' packages on SLE11
+perl -pi -e 's{\#include \}{typedef __CHAR16_TYPE__ char16_t;}' \
+   src/export.c
+%endif
 
 %build
-export CFLAGS="%{optflags} -Wno-nonnull"
+CFLAGS="%{optflags} -Wno-nonnull"
+%if %{with forced_lto}
+  CFLAGS="$CFLAGS -flto"
+%endif
+%ifarch ia64
+  CFLAGS="${CFLAGS//-fstack-protector/}"
+%endif
+export CFLAGS
+
 make \
+%if 0%{?suse_version} == 1110
+  CC=gcc-%{gcc_v} \
+  AR=gcc-ar-%{gcc_v} \
+  NM=gcc-nm-%{gcc_v} \
+  RANLIB=gcc-ranlib-%{gcc_v} \
+%endif
   libdir=%{_libdir} \
   bindir=%{_bindir}
 
 %install
-make DESTDIR=%{buildroot} libdir=%{_libdir} install
+make DESTDIR=%{buildroot} \
+  libdir=%{_libdir} \
+  bindir=%{_bindir} \
+  install
 %fdupes -s %{buildroot}
 
 %post -n libefivar0 -p /sbin/ldconfig

++ efivar-use-sysmacros.patch ++
>From 3ad5aab6ec57b28e62625bf6f3e444b0bcde799a Mon Sep 17 00:00:00 2001
From: Peter Jones 
Date: Wed, 10 Aug 2016 16:47:41 -0400
Subject: [PATCH] libefivar: use sysmacros.h

Signed-off-by: Peter Jones 
---
 src/linux.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/linux.c b/src/linux.c
index 87f2284..7c644ed 100644
--- a/src/linux.c
+++ b/src/linux.c
@@ -31,6 +31,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
-- 
2.11.0




commit java-1_8_0-openjdk for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package java-1_8_0-openjdk for 
openSUSE:Factory checked in at 2017-02-11 01:38:35

Comparing /work/SRC/openSUSE:Factory/java-1_8_0-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new (New)


Package is "java-1_8_0-openjdk"

Changes:

--- /work/SRC/openSUSE:Factory/java-1_8_0-openjdk/java-1_8_0-openjdk.changes
2017-02-03 17:42:58.139963972 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/java-1_8_0-openjdk.changes   
2017-02-11 01:38:41.138155791 +0100
@@ -1,0 +2,7 @@
+Wed Feb  1 12:54:10 UTC 2017 - fst...@suse.com
+
+- Don't run bootstrap build for s390, since it is broken, instead
+  introduce a little cycle on this platform, in order to have
+  working openjdk8
+
+---



Other differences:
--
++ java-1_8_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.FmSrrN/_old  2017-02-11 01:38:47.349279319 +0100
+++ /var/tmp/diff_new_pack.FmSrrN/_new  2017-02-11 01:38:47.353278754 +0100
@@ -50,6 +50,11 @@
 # real file made by update-ca-certificates
 %global javacacerts %{_var}/lib/ca-certificates/java-cacerts
 # turn zero on non jit arches by default
+%ifarch s390
+%global _with_bootstrap 0
+%else
+%bcond_without bootstrap
+%endif
 %ifnarch %{jit_arches}
 %global _with_zero 1
 %endif
@@ -214,7 +219,6 @@
 BuildRequires:  gcc-c++
 BuildRequires:  giflib-devel
 BuildRequires:  gtk2-devel
-BuildRequires:  java-bootstrap-devel >= 1.7.0
 BuildRequires:  libjpeg-devel
 BuildRequires:  liblcms2-devel
 BuildRequires:  libpng-devel
@@ -261,6 +265,11 @@
 Provides:   jre1.7.x
 Provides:   jre1.8.x
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if %{with bootstrap}
+BuildRequires:  java-bootstrap-devel >= 1.7.0
+%else
+BuildRequires:  java-1_8_0-openjdk-devel
+%endif
 %if %{with_system_kerberos}
 BuildRequires:  krb5-devel
 %endif
@@ -473,7 +482,11 @@
 %if %{with_sunec}
 --enable-sunec \
 %endif
+%if %{with bootstrap}
 --enable-bootstrap \
+%else
+--disable-bootstrap \
+%endif
 --disable-downloading \
 --with-abs-install-dir=%{_jvmdir}/%{sdkdir} \
 %ifnarch %{arm} %{aarch64}




commit font-util for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package font-util for openSUSE:Factory 
checked in at 2017-02-11 01:38:55

Comparing /work/SRC/openSUSE:Factory/font-util (Old)
 and  /work/SRC/openSUSE:Factory/.font-util.new (New)


Package is "font-util"

Changes:

--- /work/SRC/openSUSE:Factory/font-util/font-util.changes  2015-09-11 
09:02:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.font-util.new/font-util.changes 2017-02-11 
01:38:56.911929905 +0100
@@ -1,0 +2,6 @@
+Wed Feb  8 21:14:19 UTC 2017 - msta...@suse.com
+
+- Set fontrootdir in configure options
+  Fixes (boo#1024391).
+
+---



Other differences:
--
++ font-util.spec ++
--- /var/tmp/diff_new_pack.Vnni83/_old  2017-02-11 01:38:58.743671422 +0100
+++ /var/tmp/diff_new_pack.Vnni83/_new  2017-02-11 01:38:58.747670858 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package font-util
 #
-# 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
@@ -46,7 +46,7 @@
 cp %{SOURCE3} map-JISX0201.1976-0
 
 %build
-%configure --with-mapdir=%{_datadir}/fonts/util
+%configure --with-mapdir=%{_datadir}/fonts/util 
--with-fontrootdir=%{_datadir}/fonts
 
 %install
 %make_install






commit libkolabxml for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package libkolabxml for openSUSE:Factory 
checked in at 2017-02-11 01:38:10

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


Package is "libkolabxml"

Changes:

--- /work/SRC/openSUSE:Factory/libkolabxml/libkolabxml.changes  2017-02-08 
10:47:36.451415518 +0100
+++ /work/SRC/openSUSE:Factory/.libkolabxml.new/libkolabxml.changes 
2017-02-11 01:38:11.750302834 +0100
@@ -1,0 +2,6 @@
+Wed Feb  8 18:49:49 UTC 2017 - wba...@tmo.at
+
+- Add missing libboost-*-devel requirements to the devel package
+  to fix the build of dependent packages in Tumbleweed
+
+---



Other differences:
--
++ libkolabxml.spec ++
--- /var/tmp/diff_new_pack.mKQ2hO/_old  2017-02-11 01:38:13.130108123 +0100
+++ /var/tmp/diff_new_pack.mKQ2hO/_new  2017-02-11 01:38:13.138106994 +0100
@@ -108,6 +108,12 @@
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
 Requires:   libcurl-devel
+%if 0%{?suse_version} > 1325
+Requires:   libboost_system-devel
+Requires:   libboost_thread-devel
+%else
+Requires:   boost-devel
+%endif
 
 %description devel
 Libkolabxml serves as a serialization/de-serialization library for the the 
Kolab XML Format




commit esound for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package esound for openSUSE:Factory checked 
in at 2017-02-11 01:37:31

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


Package is "esound"

Changes:

--- /work/SRC/openSUSE:Factory/esound/esound.changes2013-03-12 
14:58:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.esound.new/esound.changes   2017-02-11 
01:37:33.467705110 +0100
@@ -1,0 +2,11 @@
+Wed Feb  8 13:12:12 UTC 2017 - dims...@opensuse.org
+
+- Drop esound-daemon subpackage (and related binaries):
+  + openSUSE builds on pulseaudio. For applications that really
+still want to connect to ESD, there is pulseaudio-esound-compat
+in place (as a drop-in replacement, it also provides
+esound-daemon)
+  + Drop esound.init and sysconfig.esound: sources were only used
+to configure the daemon.
+
+---

Old:

  esound.init
  sysconfig.esound



Other differences:
--
++ esound.spec ++
--- /var/tmp/diff_new_pack.22tea0/_old  2017-02-11 01:37:34.619542567 +0100
+++ /var/tmp/diff_new_pack.22tea0/_new  2017-02-11 01:37:34.623542002 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package esound
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,8 +29,6 @@
 Release:0
 Url:ftp://ftp.gnome.org/pub/gnome/sources/esound/
 Source: 
ftp://ftp.gnome.org/pub/gnome/sources/esound/0.2/%{name}-%{version}.tar.bz2
-Source1:esound.init
-Source2:sysconfig.esound
 Source3:baselibs.conf
 Patch0: esd-as.patch
 # PATCH-FIX-UPSTREAM esound-biarch.patch bgo545534 sbra...@suse.cz -- fix 
bi-arch clash
@@ -50,7 +48,7 @@
 %package -n libesd0
 Summary:A sound daemon for Enlightenment and GNOME
 Group:  System/Libraries
-Recommends: %{name}-daemon >= %{version}
+Recommends: %{name}-daemon
 # bug437293
 %ifarch ppc64
 Obsoletes:  esound-64bit
@@ -62,27 +60,10 @@
 sound output. Many projects, including Enlightenment and GNOME, use
 esound to play and record their sounds.
 
-%package daemon
-Summary:A sound daemon for Enlightenment and GNOME
-Group:  System/Sound Daemons
-PreReq: %insserv_prereq %fillup_prereq
-Obsoletes:  esound < %{version}
-# For update from <= 11.0 and SLE <= 10
-Provides:   esound:%{_bindir}/esd
-# we put the conflict in here as they both provide the same
-# and the solver may pick both. p-e-c can not conflict with
-# esound-daemon as it also provides it
-Conflicts:  pulseaudio-esound-compat
-
-%description daemon
-A multiplexing and caching sound daemon. It can use ALSA or OSS for
-sound output. Many projects, including Enlightenment and GNOME, use
-esound to play and record their sounds.
-
 %package utils
 Summary:A sound daemon for Enlightenment and GNOME
-Group:  Productivity/Multimedia/Sound/Utilities
 # For update from <= 11.0 and SLE <= 10
+Group:  Productivity/Multimedia/Sound/Utilities
 Provides:   esound:%{_bindir}/esddsp
 
 %description utils
@@ -92,8 +73,8 @@
 
 %package -n libesd-devel
 Summary:EsounD development package
-Group:  Development/Libraries/C and C++
 # replaces esound-devel, which existed for <= 11.0 and <= SLED10
+Group:  Development/Libraries/C and C++
 Provides:   esound-devel = %{version}
 Obsoletes:  esound-devel < %{version}
 Requires:   libesd0 = %{version} alsa-devel %(rpm -q --queryformat 
'%{NAME}' -f %{_libdir}/pkgconfig/audiofile.pc)
@@ -121,42 +102,18 @@
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/init.d
-cp %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/init.d/esound
-chmod +x $RPM_BUILD_ROOT%{_sysconfdir}/init.d/esound
-mkdir -p $RPM_BUILD_ROOT%{_sbindir}
-ln -s ../..%{_sysconfdir}/init.d/esound $RPM_BUILD_ROOT%{_sbindir}/rcesound
-mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/adm/fillup-templates
-cp %{SOURCE2} $RPM_BUILD_ROOT%{_localstatedir}/adm/fillup-templates/
 rm $RPM_BUILD_ROOT%{_libdir}/%{name}/*.*a
+# esd is phasing out - we no longer ship the daemon (there is 
pulseaudio-esound-compat available)
+rm %{buildroot}%{_bindir}/esd %{buildroot}%{_sysconfdir}/esd.conf 
%{buildroot}%{_mandir}/man1/esd.1*
 
 %post -n libesd0 -p /sbin/ldconfig
 
 %postun -n libesd0 -p /sbin/ldconfig
 
-%post daemon
-%{fillup_and_insserv}
-
-%postun daemon
-%{insserv_cleanup}
-
-%preun daemon
-%{stop_on_removal}
-
 %files -n libesd0
 %defattr(-, root, 

commit choqok for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package choqok for openSUSE:Factory checked 
in at 2017-02-11 01:36:22

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


Package is "choqok"

Changes:

--- /work/SRC/openSUSE:Factory/choqok/choqok.changes2016-12-02 
16:37:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.choqok.new/choqok.changes   2017-02-11 
01:36:28.980805378 +0100
@@ -1,0 +2,37 @@
+Wed Feb  8 14:59:01 UTC 2017 - wba...@tmo.at
+
+- Fix source URL
+
+---
+Tue Dec 27 17:35:00 UTC 2016 - wba...@tmo.at
+
+- Update to 1.6.0:
+  * Migrated to Qt and KDE Frameworks 5 (config files are migrated first time)
+  * Add Friendica microblog based on GNU Social api
+  * Rename StatusNet microblog as GNU Social
+  * Twitter: fix user lists loading
+  * Twitter: allow to select any follower when sending a direct message
+  * Twitter: fix searches by username
+  * Twitter: fix searches by hashtag
+  * Twitter: show original retweet time
+  * Twitter: fix external URL to access direct messages and tweets
+  * Twitter: send direct message without text limits
+  * Twitter: support to send and view tweets with quoted text
+  * Twitter: allow to delete direct messages
+  * GNU Social: fix medium attachment to post
+  * GNU Social: allow to send direct messages
+  * Fix removal of accounts with spaces in their names
+  * Fixed the bug that overwrite an account if you use the same alias of 
another
+  * Always use HTTPS when available
+  * ImageView: dropped Twitpic, Plixi and Tweetphoto support (services are 
dead)
+  * Enable Untiny plugin
+  * Remove LongUrl plugin (service is dead)
+  * Remove Ur.ly shortner (service is dead)
+  * A couple of segmentation fault fixes
+
+---
+Thu Dec  8 19:57:52 UTC 2016 - fab...@ritter-vogt.de
+
+- Revert kde4_runtime_requires change
+
+---

Old:

  choqok-1.5.tar.xz

New:

  choqok-1.6.0.tar.xz



Other differences:
--
++ choqok.spec ++
--- /var/tmp/diff_new_pack.YqG0hf/_old  2017-02-11 01:36:30.760554220 +0100
+++ /var/tmp/diff_new_pack.YqG0hf/_new  2017-02-11 01:36:30.760554220 +0100
@@ -17,21 +17,41 @@
 
 
 Name:   choqok
-Version:1.5
+Version:1.6.0
 Release:0
 Summary:Micro-Blogging Client for KDE
 License:GPL-3.0
 Group:  Productivity/Networking/Other
 Url:http://choqok.gnufolks.org
-Source: 
http://downloads.sourceforge.net/project/choqok/Choqok/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/%{name}/1.6/src/%{name}-%{version}.tar.xz
+BuildRequires:  attica-qt5-devel
+BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
-BuildRequires:  libattica-devel
-BuildRequires:  libkde4-devel
-BuildRequires:  libqca2-devel
-BuildRequires:  libqjson-devel
-BuildRequires:  qoauth-devel
+BuildRequires:  kcmutils-devel
+BuildRequires:  kconfigwidgets-devel
+BuildRequires:  kcoreaddons-devel
+BuildRequires:  kdelibs4support-devel
+BuildRequires:  kdewebkit-devel
+BuildRequires:  kemoticons-devel
+BuildRequires:  kglobalaccel-devel
+BuildRequires:  ki18n-devel
+BuildRequires:  kio-devel
+BuildRequires:  knotifyconfig-devel
+BuildRequires:  kwallet-devel
+BuildRequires:  kwidgetsaddons-devel
+BuildRequires:  kxmlgui-devel
+BuildRequires:  libqca-qt5-devel
+BuildRequires:  qoauth-qt5-devel
+BuildRequires:  sonnet-devel
+BuildRequires:  telepathy-qt5-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(Qt5Concurrent)
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5DBus)
+BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5WebKit)
+BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{?kde4_runtime_requires}
 
 %description
 A Free/Open Source micro-blogging client for the K Desktop Environment.
@@ -41,7 +61,7 @@
 %package devel
 Summary:Micro-Blogging Client for KDE
 Group:  Development/Libraries/KDE
-Requires:   choqok = %{version}
+Requires:   %{name} = %{version}
 
 %description devel
 A Free/Open Source micro-blogging client for the K Desktop Environment.
@@ -52,16 +72,13 @@
 %setup -q
 
 %build
-  %cmake_kde4 -d build
+  %cmake_kf5 -d build
   %make_jobs
 
 %install
-  pushd build
-  %kde4_makeinstall
+  %kf5_makeinstall -C build
   %fdupes %{buildroot}
-  popd
-  %suse_update_desktop_file -C "KDE Micro-blogging Client" %{name} 
InstantMessaging
-  %kde_post_install
+  %suse_update_desktop_file -C "KDE Micro-blogging Client" org.kde.choqok 

commit spice for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package spice for openSUSE:Factory checked 
in at 2017-02-11 01:36:47

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


Package is "spice"

Changes:

--- /work/SRC/openSUSE:Factory/spice/spice.changes  2017-02-08 
10:43:38.380589082 +0100
+++ /work/SRC/openSUSE:Factory/.spice.new/spice.changes 2017-02-11 
01:36:49.213950095 +0100
@@ -1,0 +2,9 @@
+Thu Feb  2 11:23:03 UTC 2017 - psim...@suse.com
+
+- Added patches to fix two security vulnerabilities. 
+  * CVE-2016-9577-buffer-overflow-in-main_channel_alloc_msg_rcv_buf.patch
+[CVE-2016-9577, bsc#1023078]
+  * CVE-2016-9578-remote-dos-via-crafted-message.patch
+[CVE-2016-9578, bsc#1023079]
+
+---

New:

  CVE-2016-9577-buffer-overflow-in-main_channel_alloc_msg_rcv_buf.patch
  CVE-2016-9578-remote-dos-via-crafted-message.patch



Other differences:
--
++ spice.spec ++
--- /var/tmp/diff_new_pack.ri7d5I/_old  2017-02-11 01:36:50.025835523 +0100
+++ /var/tmp/diff_new_pack.ri7d5I/_new  2017-02-11 01:36:50.025835523 +0100
@@ -26,6 +26,9 @@
 Url:http://www.spice-space.org/
 Source: 
http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2
 Source99:   %{name}.rpmlintrc
+Patch0: 
CVE-2016-9577-buffer-overflow-in-main_channel_alloc_msg_rcv_buf.patch
+Patch1: CVE-2016-9578-remote-dos-via-crafted-message.patch
+
 # Build-time parameters
 BuildRequires:  alsa-devel
 BuildRequires:  celt051-devel
@@ -81,6 +84,8 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 %configure \

++ CVE-2016-9577-buffer-overflow-in-main_channel_alloc_msg_rcv_buf.patch 
++
>From 9f3ac8195f55027c6fb880d811141ae87d6d04f1 Mon Sep 17 00:00:00 2001
From: Frediano Ziglio 
Date: Tue, 29 Nov 2016 16:46:56 +
Subject: [PATCH spice-server] main-channel: Prevent overflow reading messages 
from client

Caller is supposed the function return a buffer able to store
size bytes.

Signed-off-by: Frediano Ziglio 
---
 server/main-channel.c | 3 +++
 1 file changed, 3 insertions(+)

Index: spice-0.12.7/server/main_channel.c
===
--- spice-0.12.7.orig/server/main_channel.c 2016-04-12 15:06:48.0 
+0200
+++ spice-0.12.7/server/main_channel.c  2017-02-02 12:21:06.338289992 +0100
@@ -1026,6 +1026,9 @@ static uint8_t *main_channel_alloc_msg_r
 
 if (type == SPICE_MSGC_MAIN_AGENT_DATA) {
 return reds_get_agent_data_buffer(mcc, size);
+} else if (size > sizeof(main_chan->recv_buf)) {
+/* message too large, caller will log a message and close the 
connection */
+return NULL;
 } else {
 return main_chan->recv_buf;
 }
++ CVE-2016-9578-remote-dos-via-crafted-message.patch ++
>From fb8760d657271f52b357f83615c81bc984a3a197 Mon Sep 17 00:00:00 2001
From: Frediano Ziglio 
Date: Mon, 28 Nov 2016 13:15:58 +
Subject: [PATCH spice-server] Prevent possible DoS attempts during protocol 
handshake

Signed-off-by: Frediano Ziglio 
---
 server/reds.c | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

Index: spice-0.12.7/server/reds.c
===
--- spice-0.12.7.orig/server/reds.c 2016-04-14 17:09:22.0 +0200
+++ spice-0.12.7/server/reds.c  2017-02-02 12:21:06.346289634 +0100
@@ -2110,6 +2110,14 @@ static void reds_handle_read_link_done(v
 link_mess->num_channel_caps = GUINT32_FROM_LE(link_mess->num_channel_caps);
 link_mess->num_common_caps = GUINT32_FROM_LE(link_mess->num_common_caps);
 
+/* Prevent DoS. Currently we defined only 13 capabilities so here 1 would 
suffice,
+ * I expect 1024 to be valid for quite a lot time */
+if (link_mess->num_channel_caps > 1024 || link_mess->num_common_caps > 
1024) {
+reds_send_link_error(link, SPICE_LINK_ERR_INVALID_DATA);
+reds_link_free(link);
+return;
+}
+
 num_caps = link_mess->num_common_caps + link_mess->num_channel_caps;
 caps = (uint32_t *)((uint8_t *)link_mess + link_mess->caps_offset);
 
@@ -2202,7 +2210,8 @@ static void reds_handle_read_header_done
 
 reds->peer_minor_version = header->minor_version;
 
-if (header->size < sizeof(SpiceLinkMess)) {
+/* the check for 4096 is to avoid clients to attempt DoS to the server */
+if (header->size < sizeof(SpiceLinkMess) || header->size > 4096) {
 reds_send_link_error(link, SPICE_LINK_ERR_INVALID_DATA);
 spice_warning("bad size %u", header->size);
 

commit libgnome-keyring for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package libgnome-keyring for 
openSUSE:Factory checked in at 2017-02-11 01:36:06

Comparing /work/SRC/openSUSE:Factory/libgnome-keyring (Old)
 and  /work/SRC/openSUSE:Factory/.libgnome-keyring.new (New)


Package is "libgnome-keyring"

Changes:

--- /work/SRC/openSUSE:Factory/libgnome-keyring/libgnome-keyring.changes
2016-06-29 15:01:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgnome-keyring.new/libgnome-keyring.changes   
2017-02-11 01:36:07.611820971 +0100
@@ -1,0 +2,7 @@
+Wed Feb  8 16:06:36 UTC 2017 - dims...@opensuse.org
+
+- Drop the provides and obsoletes of gnome-keyring from
+  baselibs.conf: the library does not provide all the capabilities
+  gnome-keyring did. The package gnome-keyring-32bit still exists.
+
+---



Other differences:
--
++ libgnome-keyring.spec ++
--- /var/tmp/diff_new_pack.po8YSS/_old  2017-02-11 01:36:08.463700754 +0100
+++ /var/tmp/diff_new_pack.po8YSS/_new  2017-02-11 01:36:08.471699624 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgnome-keyring
 #
-# 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

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.po8YSS/_old  2017-02-11 01:36:08.507694545 +0100
+++ /var/tmp/diff_new_pack.po8YSS/_new  2017-02-11 01:36:08.511693981 +0100
@@ -1,3 +1 @@
 libgnome-keyring0
-  provides  "gnome-keyring- = "
-  obsoletes "gnome-keyring- <  "




commit gnome-maps for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package gnome-maps for openSUSE:Factory 
checked in at 2017-02-11 01:35:46

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


Package is "gnome-maps"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-maps/gnome-maps.changes2016-11-10 
13:13:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-maps.new/gnome-maps.changes   
2017-02-11 01:35:47.386675166 +0100
@@ -1,0 +2,5 @@
+Fri Dec 16 14:50:28 UTC 2016 - skn...@suse.com
+
+- Improve package description.
+
+---



Other differences:
--
++ gnome-maps.spec ++
--- /var/tmp/diff_new_pack.sK3TQT/_old  2017-02-11 01:35:48.498518260 +0100
+++ /var/tmp/diff_new_pack.sK3TQT/_new  2017-02-11 01:35:48.502517696 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-maps
 #
-# 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
@@ -19,7 +19,7 @@
 Name:   gnome-maps
 Version:3.22.2
 Release:0
-Summary:MAP Application for GNOME 3 
+Summary:Maps Application for GNOME
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:https://live.gnome.org/Design/Apps/Maps
@@ -46,7 +46,9 @@
 %glib2_gsettings_schema_requires
 
 %description
-Maps is a map application for GNOME 3.
+Maps is a maps application for GNOME 3. It allows viewing street maps from
+OpenStreetMaps and satellite imagery from Mapbox. You can also get directions
+for your journeys, whether on foot, by bike, or by car.
 
 %lang_package
 %prep




commit libssh for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package libssh for openSUSE:Factory checked 
in at 2017-02-11 01:35:29

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


Package is "libssh"

Changes:

--- /work/SRC/openSUSE:Factory/libssh/libssh.changes2016-12-11 
13:25:00.371385433 +0100
+++ /work/SRC/openSUSE:Factory/.libssh.new/libssh.changes   2017-02-11 
01:35:30.425068821 +0100
@@ -1,0 +2,10 @@
+Wed Feb  8 10:43:05 UTC 2017 - a...@cryptomilk.org
+
+- Update to version 0.7.4
+  * Added id_ed25519 to the default identity list
+  * Fixed sftp EOF packet handling
+  * Fixed ssh_send_banner() to confirm with RFC 4253
+  * Fixed some memory leaks
+- Removed patch gcc5-fixes.patch
+
+---

Old:

  gcc5-fixes.patch
  libssh-0.7.2.tar.xz

New:

  libssh-0.7.4.tar.xz



Other differences:
--
++ libssh.spec ++
--- /var/tmp/diff_new_pack.gkYYan/_old  2017-02-11 01:35:31.728884823 +0100
+++ /var/tmp/diff_new_pack.gkYYan/_new  2017-02-11 01:35:31.732884258 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libssh
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   libssh
-Version:0.7.2
+Version:0.7.4
 Release:0
 Summary:The SSH library
 License:LGPL-2.1+
@@ -26,7 +26,6 @@
 # Dynamic number: https://red.libssh.org/projects/libssh/files
 Source0:%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
-Patch0: gcc5-fixes.patch
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
@@ -79,7 +78,6 @@
 
 %prep
 %setup -q
-%patch0
 
 %build
 %cmake \

++ libssh-0.7.2.tar.xz -> libssh-0.7.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libssh-0.7.2/CMakeLists.txt 
new/libssh-0.7.4/CMakeLists.txt
--- old/libssh-0.7.2/CMakeLists.txt 2015-09-16 08:44:35.0 +0200
+++ new/libssh-0.7.4/CMakeLists.txt 2017-02-03 09:51:50.0 +0100
@@ -8,7 +8,7 @@
 
 set(APPLICATION_VERSION_MAJOR "0")
 set(APPLICATION_VERSION_MINOR "7")
-set(APPLICATION_VERSION_PATCH "2")
+set(APPLICATION_VERSION_PATCH "4")
 
 set(APPLICATION_VERSION 
"${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
 
@@ -19,7 +19,7 @@
 # Increment AGE. Set REVISION to 0
 #   If the source code was changed, but there were no interface changes:
 # Increment REVISION.
-set(LIBRARY_VERSION "4.4.0")
+set(LIBRARY_VERSION "4.4.1")
 set(LIBRARY_SOVERSION "4")
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is 
checked
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libssh-0.7.2/CPackConfig.cmake 
new/libssh-0.7.4/CPackConfig.cmake
--- old/libssh-0.7.2/CPackConfig.cmake  2015-09-16 08:34:58.0 +0200
+++ new/libssh-0.7.4/CPackConfig.cmake  2017-02-03 09:52:51.0 +0100
@@ -19,7 +19,7 @@
 
 ### source generator
 set(CPACK_SOURCE_GENERATOR "TXZ")
-set(CPACK_SOURCE_IGNORE_FILES 
"~$;[.]swp$;/[.]svn/;/[.]git/;.gitignore;/build/;/obj/;tags;cscope.*")
+set(CPACK_SOURCE_IGNORE_FILES 
"~$;[.]swp$;/[.]svn/;/[.]git/;.gitignore;/build/;/obj*/;tags;cscope.*")
 set(CPACK_SOURCE_PACKAGE_FILE_NAME 
"${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}")
 
 if (WIN32)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libssh-0.7.2/ChangeLog new/libssh-0.7.4/ChangeLog
--- old/libssh-0.7.2/ChangeLog  2015-09-16 08:44:35.0 +0200
+++ new/libssh-0.7.4/ChangeLog  2017-02-03 09:51:50.0 +0100
@@ -1,5 +1,15 @@
 ChangeLog
 ==
+version 0.7.4 (released 2017-02-03)
+  * Added id_ed25519 to the default identity list
+  * Fixed sftp EOF packet handling
+  * Fixed ssh_send_banner() to confirm with RFC 4253
+  * Fixed some memory leaks
+
+version 0.7.3 (released 2016-01-23)
+  * Fixed CVE-2016-0739
+  * Fixed ssh-agent on big endian
+  * Fixed some documentation issues
 
 version 0.7.2 (released 2015-09-15)
   * Fixed OpenSSL detection on Windows
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libssh-0.7.2/ConfigureChecks.cmake 
new/libssh-0.7.4/ConfigureChecks.cmake
--- old/libssh-0.7.2/ConfigureChecks.cmake  2015-08-21 15:58:17.0 
+0200
+++ new/libssh-0.7.4/ConfigureChecks.cmake  2017-02-03 09:51:50.0 
+0100
@@ -1,4 +1,5 @@
 include(CheckIncludeFile)

commit ekiga for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package ekiga for openSUSE:Factory checked 
in at 2017-02-11 01:35:15

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


Package is "ekiga"

Changes:

--- /work/SRC/openSUSE:Factory/ekiga/ekiga.changes  2016-08-03 
11:40:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.ekiga.new/ekiga.changes 2017-02-11 
01:35:16.826987818 +0100
@@ -1,0 +2,6 @@
+Wed Feb  1 10:32:31 UTC 2017 - adam.ma...@suse.de
+
+- Use individual libboost-*-devel packages instead of boost-devel.
+  + Add conditional libboost_signals-devel BuildRequires.
+
+---



Other differences:
--
++ ekiga.spec ++
--- /var/tmp/diff_new_pack.wwcDYC/_old  2017-02-11 01:35:19.330634496 +0100
+++ /var/tmp/diff_new_pack.wwcDYC/_new  2017-02-11 01:35:19.334633932 +0100
@@ -30,7 +30,11 @@
 Patch0: boost-configure.patch
 # PATCH-FIX-UPSTREAM ekiga-appdata.patch badshah...@gmail.com -- Add, 
translate and install appstream metainfo file taken from upstream git
 Patch1: ekiga-appdata.patch
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_signals-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  fdupes




commit tracker for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2017-02-11 01:34:40

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


Package is "tracker"

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2017-02-08 
10:41:26.718933398 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2017-02-11 01:34:41.491974432 +0100
@@ -1,0 +2,6 @@
+Thu Feb  2 09:50:37 UTC 2017 - jeng...@inai.de
+
+- Trim filler words from description
+- Remove ancient %clean section
+
+---
tracker.changes: same change



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.fbBQ8i/_old  2017-02-11 01:34:42.935770676 +0100
+++ /var/tmp/diff_new_pack.fbBQ8i/_new  2017-02-11 01:34:42.939770112 +0100
@@ -45,7 +45,7 @@
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0
-Summary:Powerful object database, tag/metadata database, search tool 
and indexer
+Summary:Object database, tag/metadata database, search tool and indexer
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://projects.gnome.org/tracker/
@@ -147,17 +147,15 @@
 %glib2_gsettings_schema_requires
 
 %description
-Tracker is a powerful desktop-neutral first class object
-database, tag/metadata database, search tool and indexer.
+Tracker is a desktop-neutral object database, tag/metadata database,
+search tool and indexer.
 
 It consists of a common object database that allows entities to
 have an almost infinite number of properties, metadata (both
 embedded/harvested as well as user definable), a comprehensive
 database of keywords/tags and links to other entities.
 
-It provides additional features for file-based objects
-including context linking and audit trails for a file object.
-
+It provides context linking and audit trails for file objects.
 It has the ability to index, store, harvest metadata, retrieve
 and search all types of files and other first class objects.
 
@@ -170,27 +168,27 @@
 %glib2_gsettings_schema_requires
 
 %description -n %{_name}-miner-files
-Tracker is a powerful desktop-neutral first class object
-database, tag/metadata database, search tool and indexer.
+Tracker is a desktop-neutral object database, tag/metadata database,
+search tool and indexer.
 
 This package contains a miner to index files and applications.
 
 # This package name is not correct as per SLPP, but the 'lib' lives in a
-# private folder: the symbol provided is libtracker-common.so() (same
+# private directory: the symbol provided is libtracker-common.so() (same
 # name across multiple versions of tracker).
 # Yet, different libtracker-miner-* packages require their explicit
 # version of libtracker-common.so as they link is done using rpath.
 %package -n libtracker-common-%{RPMTrackerAPI}
-Summary:Conveniance libraries for Tracker
+Summary:Convenience libraries for Tracker
 # Obsolete old tracker libs, bnc#876649
 Group:  System/Libraries
 Obsoletes:  libtracker-extract-0_16-0
 
 %description -n libtracker-common-%{RPMTrackerAPI}
-Tracker is a powerful desktop-neutral first class object
-database, tag/metadata database, search tool and indexer.
+Tracker is a desktop-neutral object database, tag/metadata database,
+search tool and indexer.
 
-This package contains private conveniance libraries for the
+This package contains private convenience libraries for the
 various tracker libraries.
 
 %package -n libtracker-control-%{RPMTrackerAPI}-0
@@ -202,17 +200,15 @@
 %glib2_gsettings_schema_requires
 
 %description -n libtracker-control-%{RPMTrackerAPI}-0
-Tracker is a powerful desktop-neutral first class object
-database, tag/metadata database, search tool and indexer.
+Tracker is a desktop-neutral object database, tag/metadata database,
+search tool and indexer.
 
 It consists of a common object database that allows entities to
 have an almost infinite number of properties, metadata (both
 embedded/harvested as well as user definable), a comprehensive
 database of keywords/tags and links to other entities.
 
-It provides additional features for file-based objects
-including context linking and audit trails for a file object.
-
+It provides context linking and audit trails for file objects.
 It has the ability to index, store, harvest metadata, retrieve
 and search all types of files and other first class objects.
 
@@ -224,82 +220,47 @@
 Suggests:   %{_name}
 
 %description -n libtracker-miner-%{RPMTrackerAPI}-0
-Tracker is a powerful desktop-neutral first class object
-database, tag/metadata database, 

commit evince for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package evince for openSUSE:Factory checked 
in at 2017-02-11 01:34:22

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


Package is "evince"

Changes:

--- /work/SRC/openSUSE:Factory/evince/evince.changes2016-10-18 
10:31:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.evince.new/evince.changes   2017-02-11 
01:34:24.090430227 +0100
@@ -1,0 +2,8 @@
+Thu Dec  1 13:10:20 UTC 2016 - dims...@opensuse.org
+
+- Workaround bgo#738370: Disable the browser-plugin (pass
+  --disable-browser-plugin to configure) and evince-browser-plugin
+  package, make main package obsolete the browser-plugin package to
+  avoid update issues.
+
+---



Other differences:
--
++ evince.spec ++
--- /var/tmp/diff_new_pack.ARob8A/_old  2017-02-11 01:34:25.730198814 +0100
+++ /var/tmp/diff_new_pack.ARob8A/_new  2017-02-11 01:34:25.730198814 +0100
@@ -64,6 +64,9 @@
 Suggests:   p7zip
 Suggests:   unrar
 Suggests:   unzip
+# Disable the browser plugin and package, and make main package 
provide-obsolete plugin package for upgrade; see bgo#738270
+Provides:   evince-browser-plugin
+Obsoletes:  evince-browser-plugin
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{glib2_gsettings_schema_requires}
 
@@ -221,7 +224,8 @@
 --enable-comics\
 --enable-nautilus\
 --enable-introspection \
---enable-multimedia
+--enable-multimedia \
+--disable-browser-plugin
 make %{?_smp_mflags}
 
 %install
@@ -282,9 +286,9 @@
 %files lang -f %{name}.lang
 %defattr(-,root,root)
 
-%files browser-plugin
-%defattr(-,root,root)
-%{_libdir}/browser-plugins/libevbrowserplugin.so
+#%files browser-plugin
+#%defattr(-,root,root)
+#%{_libdir}/browser-plugins/libevbrowserplugin.so
 
 %files -n libevdocument3-4
 %defattr(-, root, root)




commit libapparmor for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package libapparmor for openSUSE:Factory 
checked in at 2017-02-11 01:33:53

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


Package is "libapparmor"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++



commit rarian for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package rarian for openSUSE:Factory checked 
in at 2017-02-11 01:34:11

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


Package is "rarian"

Changes:

--- /work/SRC/openSUSE:Factory/rarian/rarian.changes2013-12-30 
10:39:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.rarian.new/rarian.changes   2017-02-11 
01:34:12.364085117 +0100
@@ -1,0 +2,8 @@
+Tue Jan 17 11:07:50 UTC 2017 - o...@aepfle.de
+
+- Reword and improve Summary and description.
+- Remove clean section.
+- Remove shell dependency in pre/post scripts.
+- Remove stale PreReq workaround.
+
+---



Other differences:
--
++ rarian.spec ++
--- /var/tmp/diff_new_pack.aazvgn/_old  2017-02-11 01:34:14.455789922 +0100
+++ /var/tmp/diff_new_pack.aazvgn/_new  2017-02-11 01:34:14.459789358 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rarian
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 BuildRequires:  perl-XML-Parser
 BuildRequires:  pkg-config
 BuildRequires:  sgml-skel
-Summary:Rarian is designed to be a replacement for scrollkeeper
+Summary:Document cataloging system
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Version:0.8.1
@@ -53,10 +53,9 @@
 PreReq: /bin/touch sgml-skel /usr/bin/xmlcatalog
 
 %description
-Rarian is designed to be a replacement for scrollkeeper.  It is
-currently undergoing heavy development.  As of writing, rarian can be
-installed in place of scrollkeeper and everything will work okay (as
-far as my testing indicates)
+Rarian is a document cataloging system.
+It manages documentation metadata, as specified by the Open Source Metadata 
Framework (OMF)
+Rarian is designed to be a replacement for scrollkeeper.
 
 %package scrollkeeper-compat
 Requires:   %{name} = %{version}
@@ -67,17 +66,9 @@
 Obsoletes:  scrollkeeper <= 0.3.14
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
-# The build service fails to build the package because it doesn't really
-# understand Requires(post), so use PreReq too (see bnc#439232).
-%if %defined suse_version
-PreReq: update-alternatives
-%endif
 
 %description scrollkeeper-compat
-Rarian is designed to be a replacement for scrollkeeper.  It is
-currently undergoing heavy development.  As of writing, rarian can be
-installed in place of scrollkeeper and everything will work okay (as
-far as my testing indicates)
+Rarian is designed to be a replacement for scrollkeeper.
 
 %package devel
 Requires:   %{name} = %{version}
@@ -86,12 +77,9 @@
 Group:  Development/Libraries/C and C++
 
 %description devel
-Rarian is designed to be a replacement for scrollkeeper.  It is
-currently undergoing heavy development.  As of writing, rarian can be
-installed in place of scrollkeeper and everything will work okay.
+Rarian is a document cataloging system.
 
-This package contains the files for developing applications using
-rarian.
+This package contains the files for developing applications using rarian.
 
 %prep
 %setup -q
@@ -151,14 +139,9 @@
 # install -m644 %{name}.xml $RPM_BUILD_ROOT/etc/xml/%{name}.xml
 install -m644 %{FOR_ROOT_CAT} scrollkeeper.xml $cat_dir
 
-%clean
-rm -rf %{buildroot}
-
-%post
-/sbin/ldconfig
+%post -p /sbin/ldconfig
 
-%postun
-/sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %post scrollkeeper-compat
 # If the scrollkeeper-config group is in automatic mode, then this




commit apparmor for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2017-02-11 01:33:45

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


Package is "apparmor"

Changes:

--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes2017-02-03 
17:31:34.092783177 +0100
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2017-02-11 
01:33:47.991524735 +0100
@@ -1,0 +2,54 @@
+Mon Jan 30 21:37:48 UTC 2017 - suse-b...@cboltz.de
+
+- add upstream-changes-r3616..3628.diff:
+  - update abstractions/base, abstractions/apache2-common and dovecot profiles
+  - merge ask_the_questions() of aa-logprof and aa-mergeprof
+  - pass LDFLAGS when building parser, libapparmor perl bindings and 
pam_apparmor
+- adjust deleting the cache in profiles %post to the new cache location
+- silence errors when deleting the cache (boo#976914)
+
+---
+Sat Jan 28 21:40:11 UTC 2017 - suse-b...@cboltz.de
+
+- split libapparmor into separate spec to get rid of build loop
+  involving mariadb, systemd, apparmor, libapr and mariadb again
+  (see the discussion in SR 448871 for details)
+
+---
+Fri Jan 27 20:08:03 UTC 2017 - suse-b...@cboltz.de
+
+- update to AppArmor 2.11.0
+  - apparmor_parser now supports parallel compiles and loads
+  - add full support for dbus, ptrace and signal rules and events to the
+utils
+  - full rewrite of the file rule handling in the utils
+  - lots of improvements and fixes
+  - see http://wiki.apparmor.net/index.php/ReleaseNotes_2_11 for the
+detailed changelog
+- patches:
+  - add sshd-profile-drop-local-include-r3615.diff to fix 'make check'
+  - drop aa-unconfined-fix-netstat-call-2.10r3380.diff, no longer needed
+  - refresh apparmor-abstractions-no-multiline.diff
+  - refresh apparmor-samba-include-permissions-for-shares.diff
+- spec changes:
+  - aa-unconfined switched to using ss (from iproute2), adjust Recommends:
+  - move libapparmor to /usr/lib*/
+  - drop %if %suse_version checks for 12.x
+  - change several Obsoletes from %version to < 2.9. Those package names
+weren't used since years, and 2.9 is still a careful choice
+  - include apparmor.service independent of %suse_version
+  - techdoc.pdf is now shipped in upstream tarball to reduce BuildRequires
+- drop latex2html, texlive-* and w3m BuildRequires
+- techdoc.txt and techdoc.html not included, drop them from the package
+  - run most of utils/ make check (some tests expect /etc/apparmor.d/ and
+/sbin/apparmor_parser to exist, skip them)
+  - BuildRequires python3-pyflakes (utils tests) and dejagnu (libapparmor 
tests)
+  - drop sed'ing python3 into aa-* shebang (upstreamed)
+  - build binutils
+- aa-exec is now written in C and lives in /usr/bin/, move it to the
+  apparmor_parser package and create a compability symlink in /usr/sbin/
+- aa-exec manpage moved to section 1
+- aa-enabled is a small new tool to find out if AppArmor is enabled
+  - package new aa_stack_profile(2) manpage
+
+---
New Changes file:

--- /dev/null   2017-01-26 09:49:33.150892021 +0100
+++ /work/SRC/openSUSE:Factory/.apparmor.new/libapparmor.changes
2017-02-11 01:33:48.099509496 +0100
@@ -0,0 +1,11 @@
+---
+Sat Jan 28 21:40:11 UTC 2017 - suse-b...@cboltz.de
+
+- split libapparmor into separate spec to get rid of build loop
+  involving mariadb, systemd, apparmor, libapr and mariadb again
+  (see the discussion in SR 448871 for details)
+- libapparmor.spec is based on the AppArmor 2.11 apparmor.spec, but
+  with minimum BuildRequires
+
+
+

Old:

  aa-unconfined-fix-netstat-call-2.10r3380.diff
  apparmor-2.10.2.tar.gz
  apparmor-2.10.2.tar.gz.asc

New:

  apparmor-2.11.0.tar.gz
  apparmor-2.11.0.tar.gz.asc
  libapparmor.changes
  libapparmor.spec
  sshd-profile-drop-local-include-r3615.diff
  upstream-changes-r3616..3628.diff



Other differences:
--
++ apparmor.spec ++
--- /var/tmp/diff_new_pack.MgBvpk/_old  2017-02-11 01:33:50.739136973 +0100
+++ /var/tmp/diff_new_pack.MgBvpk/_new  2017-02-11 01:33:50.739136973 +0100
@@ -24,23 +24,9 @@
 %bcond_without pam
 %bcond_without apache
 %bcond_without perl
-%if 0%{?suse_version} > 0 && 0%{?suse_version} <= 1210
- # disable python and ruby bindings on openSUSE <= 12.1 to avoid problems with 
rb_sitearch and python_sitearch
- %bcond_with python
- %bcond_with python3
- %bcond_with ruby
-%else
-%if 0%{?suse_version} == 1220
- # swig for python3 is broken on 12.2 - 

commit rpmlint for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2017-02-11 01:33:09

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


Package is "rpmlint"

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2017-02-06 
15:04:54.788524641 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2017-02-11 
01:33:10.452822505 +0100
@@ -1,0 +2,11 @@
+Mon Feb  6 18:59:55 UTC 2017 - l...@linux-schulserver.de
+
+- rename user/group sks to _sks following 
+  https://github.com/LinuxStandardBase/lsb/pull/21
+
+---
+Mon Feb  6 15:31:53 UTC 2017 - krah...@suse.com
+
+- adding blueman (bsc#987141) 
+
+---



Other differences:
--
rpmlint.spec: same change
++ config ++
--- /var/tmp/diff_new_pack.9ZC2WF/_old  2017-02-11 01:33:16.307996171 +0100
+++ /var/tmp/diff_new_pack.9ZC2WF/_new  2017-02-11 01:33:16.307996171 +0100
@@ -211,7 +211,7 @@
 'shadow',
 'shibd',
 'siproxd',
-'sks',
+'_sks',
 'snort',
 'squid',
 'sshd',
@@ -378,7 +378,7 @@
 'sensu',
 'shibd',
 'siproxd',
-'sks',
+'_sks',
 'snort',
 'squid',
 'sshd',
@@ -727,7 +727,11 @@
 "org.kde.powerdevil.discretegpuhelper.service",
 # rebootmgr (bsc#1019644)
 "org.opensuse.RebootMgr.conf",
-"rebootmgr.service"
+"rebootmgr.service",
+# blueman (bsc#987141)
+"org.blueman.Mechanism.conf",
+"org.blueman.Mechanism.service",
+"org.blueman.Applet.service"
 ))
 
 setOption("PAMModules.WhiteList", (




commit cmis-client for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package cmis-client for openSUSE:Factory 
checked in at 2017-02-11 01:32:54

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


Package is "cmis-client"

Changes:

--- /work/SRC/openSUSE:Factory/cmis-client/cmis-client.changes  2017-02-08 
10:41:08.297499933 +0100
+++ /work/SRC/openSUSE:Factory/.cmis-client.new/cmis-client.changes 
2017-02-11 01:32:55.354953260 +0100
@@ -1,0 +2,6 @@
+Wed Feb  8 10:09:12 UTC 2017 - jeng...@inai.de
+
+- Description updates
+- Rename %soname to %sover to better reflect its use
+
+---



Other differences:
--
++ cmis-client.spec ++
--- /var/tmp/diff_new_pack.Wz8WuD/_old  2017-02-11 01:32:56.502791266 +0100
+++ /var/tmp/diff_new_pack.Wz8WuD/_new  2017-02-11 01:32:56.502791266 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define soname 0_5-5
+%define sover 0_5-5
 %define incname 0.5
 %define _name  libcmis
 Name:   cmis-client
@@ -44,46 +44,48 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libxml-2.0)
-Requires:   %{_name}-%{soname} = %{version}
+Requires:   %{_name}-%{sover} = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Sample client to access CMIS-enabled repositories using libcmis.
 
-%package -n %{_name}-%{soname}
+%package -n %{_name}-%{sover}
 Summary:Library for accessing CMIS-enabled servers
 Group:  System/Libraries
 
-%description -n %{_name}-%{soname}
-LibCMIS is a C++ client library for the CMIS (Content Management
-Interoperability Services) interface. This allows C++ applications to
-connect to any CMIS-enabled repositories.
+%description -n %{_name}-%{sover}
+libcmis is a C++ client library for the CMIS (Content Management
+Interoperability Services) interface. This library allows C++
+applications to connect to any CMIS-enabled repositories.
 
 %package -n %{_name}-devel
-Summary:Libcmis development files
+Summary:Development files for libcmis
 Group:  Development/Libraries/C and C++
-Requires:   %{_name}-%{soname} = %{version}
+Requires:   %{_name}-%{sover} = %{version}
 
 %description -n %{_name}-devel
-Development files for libcmis. LibCMIS is a C++ client library for the CMIS 
interface.
-This allows C++ applications to connect to any CMIS-enabled repositories.
+Development files for libcmis. libcmis is a C++ client library for
+the CMIS interface.
 
-%package -n %{_name}-c-%{soname}
-Summary:C Wrapper for libcmis, a library for accessing CMIS-enabled 
servers
+%package -n %{_name}-c-%{sover}
+Summary:C wrapper for libcmis, a library for accessing CMIS-enabled 
servers
 Group:  System/Libraries
 
-%description -n %{_name}-c-%{soname}
-libcmis-c is a C client library for the CMIS interface. This allows C 
applications to connect to any CMIS-enabled repositories.
-It is only a wrapper for its C++ sister libcmis.
+%description -n %{_name}-c-%{sover}
+libcmis-c is a C client library for the CMIS (Content Management
+Interoperability Services) interface. This allows C applications to
+connect to any CMIS-enabled repositories. It is only a wrapper for
+its C++ sister library libcmis.
 
 %package -n %{_name}-c-devel
-Summary:Libcmis-c development files
+Summary:Development files for libcmis-c
 Group:  Development/Libraries/C and C++
-Requires:   %{_name}-c-%{soname} = %{version}
+Requires:   %{_name}-c-%{sover} = %{version}
 
 %description -n %{_name}-c-devel
-Development files for libcmis-c. Libcmis-c is a C client library for the CMIS 
interface.
-This allows C applications to connect to any CMIS-enabled repositories. It is 
only a wrapper for its C++ sister libcmis.
+Development files for libcmis-c. libcmis-c is a C client library for
+the CMIS interface.
 
 %prep
 %setup -q -n %{_name}-%{version}
@@ -112,17 +114,17 @@
 make check %{?_smp_mflags}
 %endif
 
-%post -n %{_name}-%{soname} -p /sbin/ldconfig
-%post -n %{_name}-c-%{soname} -p /sbin/ldconfig
-%postun -n %{_name}-%{soname} -p /sbin/ldconfig
-%postun -n %{_name}-c-%{soname} -p /sbin/ldconfig
+%post -n %{_name}-%{sover} -p /sbin/ldconfig
+%post -n %{_name}-c-%{sover} -p /sbin/ldconfig
+%postun -n %{_name}-%{sover} -p /sbin/ldconfig
+%postun -n %{_name}-c-%{sover} -p /sbin/ldconfig
 
 %files
 %defattr(-, root, root)
 %{_bindir}/cmis-client
 %{_mandir}/man1/cmis-client.1.*
 
-%files -n %{_name}-%{soname}
+%files -n %{_name}-%{sover}
 %defattr(-, root, root)
 %doc AUTHORS COPYING.LGPL COPYING.MPL COPYING.GPL NEWS
 %{_libdir}/%{_name}-%{incname}.so.*
@@ -133,7 +135,7 @@
 

commit adolc for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package adolc for openSUSE:Factory checked 
in at 2017-02-11 01:31:49

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


Package is "adolc"

Changes:

--- /work/SRC/openSUSE:Factory/adolc/adolc.changes  2016-09-11 
00:53:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.adolc.new/adolc.changes 2017-02-11 
01:31:49.672223163 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 09:50:03 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ adolc.spec ++
--- /var/tmp/diff_new_pack.fooOld/_old  2017-02-11 01:31:50.960041409 +0100
+++ /var/tmp/diff_new_pack.fooOld/_new  2017-02-11 01:31:50.964040845 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package adolc
 #
-# 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
@@ -27,7 +27,12 @@
 Source0:
http://www.coin-or.org/download/source/ADOL-C/ADOL-C-%{version}.tgz
 Source1:baselibs.conf
 BuildRequires:  ColPack-devel
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+BuildRequires:  libboost_system-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
 BuildRequires:  pkg-config




commit firebird for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package firebird for openSUSE:Factory 
checked in at 2017-02-11 01:32:08

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


Package is "firebird"

Changes:

--- /work/SRC/openSUSE:Factory/firebird/firebird.changes2016-10-14 
03:37:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.firebird.new/firebird.changes   2017-02-11 
01:32:12.445009181 +0100
@@ -1,0 +2,7 @@
+Tue Feb  7 10:58:14 UTC 2017 - mkube...@suse.cz
+
+- Backported-fix-for-CORE-5474-Restrict-UDF-is-not-eff.patch
+  security vulnerability fix for bypassing 'Restrict UDF' value of
+  UdfAccess config directive (bsc#1023990) 
 
+
+---

New:

  Backported-fix-for-CORE-5474-Restrict-UDF-is-not-eff.patch



Other differences:
--
++ firebird.spec ++
--- /var/tmp/diff_new_pack.1SGKDv/_old  2017-02-11 01:32:14.464724135 +0100
+++ /var/tmp/diff_new_pack.1SGKDv/_new  2017-02-11 01:32:14.464724135 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package firebird
 #
-# 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
@@ -52,6 +52,7 @@
 Patch6: unicode-handle-the-ICU-version-hack-from-SuSE.patch
 Patch7: Make-the-generated-code-compatible-with-gcc-6-in-C-1.patch
 Patch8: Provide-sized-global-delete-operators-when-compiled-.patch
+Patch9: Backported-fix-for-CORE-5474-Restrict-UDF-is-not-eff.patch
 # work around a problem with old g++
 Patch91:work-around-g-problem-in-SLE11.patch
 
@@ -76,6 +77,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 # --
 # work around a problem with old g++
 %if 0%{?suse_version} < 1140

++ Backported-fix-for-CORE-5474-Restrict-UDF-is-not-eff.patch ++
From: AlexPeshkoff 
Date: Mon, 6 Feb 2017 19:50:03 +0300
Subject: Backported fix for CORE-5474: 'Restrict UDF' is not effective, because 
fbudf.so is dynamically linked against libc
Patch-mainline: Not tagged yet (likely 4.0-alpha1 / 3.0.2 / 2.5.7)
Git-commit: 8b2a9cb44bf6055e15f016d70a6842b8ada60375
References: bsc#1023990

---
 src/common/os/mod_loader.h |  8 
 src/common/os/posix/mod_loader.cpp | 20 +---
 2 files changed, 17 insertions(+), 11 deletions(-)

diff --git a/src/common/os/mod_loader.h b/src/common/os/mod_loader.h
index b27d35630d20..b57af4ac9f8d 100644
--- a/src/common/os/mod_loader.h
+++ b/src/common/os/mod_loader.h
@@ -70,23 +70,15 @@ public:
/// Destructor
virtual ~Module() {}
 
-#ifdef WIN_NT
const Firebird::PathName fileName;
-#endif
 
protected:
/// The constructor is protected so normal code can't allocate 
instances
/// of the class, but the class itself is still able to be 
subclassed.
-#ifdef WIN_NT
Module(MemoryPool& pool, const Firebird::PathName& aFileName)
: fileName(pool, aFileName)
{
}
-#else
-   Module()
-   {
-   }
-#endif
 
private:
/// Copy construction is not supported, hence the copy 
constructor is private
diff --git a/src/common/os/posix/mod_loader.cpp 
b/src/common/os/posix/mod_loader.cpp
index a03c3065bcd8..2b42c59a5c35 100644
--- a/src/common/os/posix/mod_loader.cpp
+++ b/src/common/os/posix/mod_loader.cpp
@@ -27,6 +27,7 @@
 
 #include "firebird.h"
 #include "../common/os/mod_loader.h"
+#include "../common/os/path_utils.h"
 #ifdef HAVE_UNISTD_H
 #include 
 #endif
@@ -39,8 +40,9 @@
 class DlfcnModule : public ModuleLoader::Module
 {
 public:
-   DlfcnModule(void* m)
-   : module(m)
+   DlfcnModule(MemoryPool& pool, const Firebird::PathName& aFileName, 
void* m)
+   : ModuleLoader::Module(pool, aFileName),
+ module(m)
{}
 
~DlfcnModule();
@@ -104,7 +106,7 @@ ModuleLoader::Module* ModuleLoader::loadModule(const 
Firebird::PathName& modPath
system(command.c_str());
 #endif
 
-   return FB_NEW_POOL(*getDefaultMemoryPool()) DlfcnModule(module);
+   return FB_NEW_POOL(*getDefaultMemoryPool()) 
DlfcnModule(*getDefaultMemoryPool(), modPath, module);
 }
 
 DlfcnModule::~DlfcnModule()
@@ -122,6 +124,18 @@ void* DlfcnModule::findSymbol(const Firebird::string& 
symName)
 
result = dlsym(module, newSym.c_str());
}
+
+#ifdef HAVE_DLADDR
+   if 

commit ypbind for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package ypbind for openSUSE:Factory checked 
in at 2017-02-11 01:32:27

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


Package is "ypbind"

Changes:

--- /work/SRC/openSUSE:Factory/ypbind/ypbind.changes2016-07-21 
07:53:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.ypbind.new/ypbind.changes   2017-02-11 
01:32:29.358622136 +0100
@@ -1,0 +2,5 @@
+Wed Feb  8 09:02:58 CET 2017 - ku...@suse.de
+
+- Remove wrong insserv requires and support for old init scripts
+
+---



Other differences:
--
++ ypbind.spec ++
--- /var/tmp/diff_new_pack.nkbSzm/_old  2017-02-11 01:32:30.850411598 +0100
+++ /var/tmp/diff_new_pack.nkbSzm/_new  2017-02-11 01:32:30.850411598 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ypbind
-PreReq: %insserv_prereq %fillup_prereq
+PreReq: %fillup_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Version:2.4
 Release:0
@@ -72,7 +72,6 @@
 touch $RPM_BUILD_ROOT/etc/yp.conf
 # Create filelist with translatins
 %{find_lang} ypbind-mt
-%if %{suse_version} >= 1310
 # Install systemd stuff
 install -D -m 644 %SOURCE2 %{buildroot}%{_unitdir}/ypbind.service
 mkdir -p $RPM_BUILD_ROOT%{_libexecdir}/ypbind
@@ -81,13 +80,7 @@
 install -m 755 %SOURCE5 
$RPM_BUILD_ROOT%{_libexecdir}/ypbind/ypbind-systemd-exec
 # create symlink for rcypbind
 ln -s /sbin/service $RPM_BUILD_ROOT/usr/sbin/rcypbind
-%else
-mkdir -p $RPM_BUILD_ROOT/etc/init.d
-install -m 755 etc/ypbind.init $RPM_BUILD_ROOT/etc/init.d/ypbind
-ln -sf /etc/init.d/ypbind $RPM_BUILD_ROOT/usr/sbin/rcypbind
-%endif
 
-%if %{suse_version} >= 1310
 %pre
 %service_add_pre ypbind.service
 
@@ -103,22 +96,7 @@
 
 %postun
 %service_del_postun ypbind.service
-%else
-%post
-%{fillup_and_insserv ypbind}
 
-%preun
-%stop_on_removal ypbind
-if [ "$1" = "0" ]; then
-   rm -f var/yp/binding/*
-fi
-exit 0
-
-%postun
-%restart_on_update ypbind
-%insserv_cleanup
-exit 0
-%endif
 
 %files -f ypbind-mt.lang
 %defattr(-,root,root)




commit lynx for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package lynx for openSUSE:Factory checked in 
at 2017-02-11 01:31:30

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


Package is "lynx"

Changes:

--- /work/SRC/openSUSE:Factory/lynx/lynx.changes2014-12-03 
22:52:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.lynx.new/lynx.changes   2017-02-11 
01:31:31.830741195 +0100
@@ -1,0 +2,7 @@
+Mon Feb  6 16:27:18 UTC 2017 - pgaj...@suse.com
+
+- security update:
+  * CVE-2016-9179 [bsc#1008642]
++ lynx-CVE-2016-9179.patch
+
+---

New:

  lynx-CVE-2016-9179.patch



Other differences:
--
++ lynx.spec ++
--- /var/tmp/diff_new_pack.3htS23/_old  2017-02-11 01:31:33.266538556 +0100
+++ /var/tmp/diff_new_pack.3htS23/_new  2017-02-11 01:31:33.270537991 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lynx
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,6 +38,7 @@
 Patch102:   lynx-2.8.7-enable_xli.patch
 Patch103:   lynx-no-build-date.patch
 Patch104:   lynx-2.8.8-expired-cookie-crash.patch
+Patch105:   lynx-CVE-2016-9179.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   lynxssl = %version
 Obsoletes:  lynxssl < %version
@@ -56,6 +57,7 @@
 %patch102 -p1
 %patch103
 %patch104
+%patch105 -p1
 # containing a few test msg's only:
 # rm -f po/{es,fr,it,ko,no,pl,pt}.po
 

++ lynx-CVE-2016-9179.patch ++
Index: lynx2-8-8/WWW/Library/Implementation/HTTP.c
===
--- lynx2-8-8.orig/WWW/Library/Implementation/HTTP.c2017-02-06 
18:52:54.585749847 +0100
+++ lynx2-8-8/WWW/Library/Implementation/HTTP.c 2017-02-06 19:17:22.161941448 
+0100
@@ -417,27 +417,151 @@ int ws_netread(int fd, char *buf, int le
 #endif /* _WINDOWS */
 
 /*
+ * RFC-1738 says we can have user/password using these ASCII characters
+ *safe   = "$" | "-" | "_" | "." | "+"
+ *extra  = "!" | "*" | "'" | "(" | ")" | ","
+ *hex= digit | "A" | "B" | "C" | "D" | "E" | "F" |
+ * "a" | "b" | "c" | "d" | "e" | "f"
+ *escape = "%" hex hex
+ *unreserved = alpha | digit | safe | extra
+ *uchar  = unreserved | escape
+ *user   = *[ uchar | ";" | "?" | "&" | "=" ]
+ *password   = *[ uchar | ";" | "?" | "&" | "=" ]
+ * and we cannot have a password without user, i.e., no leading ":"
+ * and ":", "@", "/" must be encoded, i.e., will not appear as such.
+ *
+ * However, in a URL
+ *//:@:/
+ * valid characters in the host are different, not allowing most of those
+ * punctuation characters.
+ *
+ * RFC-3986 amends this, using
+ * userinfo= *( unreserved / pct-encoded / sub-delims / ":" )
+ * unreserved= ALPHA / DIGIT / "-" / "." / "_" / "~"
+ * reserved  = gen-delims / sub-delims
+ * gen-delims= ":" / "/" / "?" / "#" / "[" / "]" / "@"
+ * sub-delims= "!" / "$" / "&" / "'" / "(" / ")"
+ * / "*" / "+" / "," / ";" / "="
+ * and
+ * host  = IP-literal / IPv4address / reg-name
+ * reg-name  = *( unreserved / pct-encoded / sub-delims )
+ */
+#define RFC_3986_UNRESERVED(c) (isalnum(UCH(c)) || strchr("-._~", UCH(c)) != 0)
+#define RFC_3986_GEN_DELIMS(c) ((c) != 0 && strchr(":/?#[]@", UCH(c)) != 0)
+#define RFC_3986_SUB_DELIMS(c) ((c) != 0 && strchr("!$&'()*+,;=", UCH(c)) != 0)
+
+static char *skip_user_passwd(char *host)
+{
+char *result = 0;
+char *s = host;
+int pass = 0;
+int ch;
+int last = -1;
+
+while ((ch = UCH(*s)) != '\0') {
+   if (ch == '\0') {
+   break;
+   } else if (ch == ':') {
+   if (pass++)
+   break;
+   } else if (ch == '@') {
+   if (s != host && last != ':')
+   result = s;
+   break;
+   } else if (RFC_3986_GEN_DELIMS(ch)) {
+   if (!RFC_3986_GEN_DELIMS(s[1]))
+   break;
+   } else if (ch == '%') {
+   if (!(isxdigit(UCH(s[1])) && isxdigit(UCH(s[2]
+   break;
+   } else if (!(RFC_3986_UNRESERVED(ch) ||
+RFC_3986_SUB_DELIMS(ch))) {
+   break;
+   }
+   ++s;
+   last = ch;
+}
+return result;
+}
+
+static char *fake_hostname(char *auth)
+{
+char *result = NULL;
+char *colon = NULL;
+
+StrAllocCopy(result, auth);
+if ((colon = 

commit polkit-default-privs for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory checked in at 2017-02-11 01:31:14

Comparing /work/SRC/openSUSE:Factory/polkit-default-privs (Old)
 and  /work/SRC/openSUSE:Factory/.polkit-default-privs.new (New)


Package is "polkit-default-privs"

Changes:

--- 
/work/SRC/openSUSE:Factory/polkit-default-privs/polkit-default-privs.changes
2017-02-03 18:56:28.077370793 +0100
+++ 
/work/SRC/openSUSE:Factory/.polkit-default-privs.new/polkit-default-privs.changes
   2017-02-11 01:31:17.868711718 +0100
@@ -1,0 +2,5 @@
+Mon Feb  6 15:24:03 UTC 2017 - krah...@suse.com
+
+- polkit-default-privs: adding blueman actions (bsc#987141)
+
+---



Other differences:
--
++ polkit-default-privs-13.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.2/polkit-default-privs.restrictive 
new/polkit-default-privs-13.2/polkit-default-privs.restrictive
--- old/polkit-default-privs-13.2/polkit-default-privs.restrictive  
2017-01-30 09:47:55.0 +0100
+++ new/polkit-default-privs-13.2/polkit-default-privs.restrictive  
2017-02-06 16:01:52.0 +0100
@@ -712,4 +712,10 @@
 org.freedesktop.Flatpak.runtime-update 
auth_admin:auth_admin:auth_admin_keep
 org.freedesktop.Flatpak.appstream-update   
auth_admin:auth_admin:auth_admin_keep
 
+# blueman (bsc#987141)
+org.blueman.network.setup  auth_admin_keep
+org.blueman.dhcp.clientauth_admin_keep
+org.blueman.pppd.pppconnectauth_admin_keep
+org.blueman.rfkill.setstateauth_admin_keep
+
 ###
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.2/polkit-default-privs.standard 
new/polkit-default-privs-13.2/polkit-default-privs.standard
--- old/polkit-default-privs-13.2/polkit-default-privs.standard 2017-01-30 
09:47:55.0 +0100
+++ new/polkit-default-privs-13.2/polkit-default-privs.standard 2017-02-06 
16:01:52.0 +0100
@@ -775,4 +775,10 @@
 org.freedesktop.Flatpak.runtime-update 
auth_admin:auth_admin:auth_admin_keep
 org.freedesktop.Flatpak.appstream-update   
auth_admin:auth_admin:auth_admin_keep
 
+# blueman (bsc#987141)
+org.blueman.network.setup  auth_admin_keep
+org.blueman.dhcp.clientauth_admin_keep
+org.blueman.pppd.pppconnectauth_admin_keep
+org.blueman.rfkill.setstateauth_admin_keep
+
 ###




commit zsh for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package zsh for openSUSE:Factory checked in 
at 2017-02-11 01:30:57

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


Package is "zsh"

Changes:

--- /work/SRC/openSUSE:Factory/zsh/zsh.changes  2016-12-16 11:58:11.246986022 
+0100
+++ /work/SRC/openSUSE:Factory/.zsh.new/zsh.changes 2017-02-11 
01:30:58.987374762 +0100
@@ -1,0 +2,6 @@
+Tue Jan 10 16:27:19 UTC 2017 - jmate...@suse.com
+
+- fix broken completion for filterdiff: fix-patchutils-completion.patch
+  (boo#1019130)
+
+---

New:

  fix-patchutils-completion.patch



Other differences:
--
++ zsh.spec ++
--- /var/tmp/diff_new_pack.5Eketv/_old  2017-02-11 01:31:02.258913678 +0100
+++ /var/tmp/diff_new_pack.5Eketv/_new  2017-02-11 01:31:02.258913678 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zsh
 #
-# 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
@@ -41,6 +41,7 @@
 # PATCH-FIX-OPENSUSE zsh-osc-completion.patch -- Fix openSUSE versions in osc 
completion
 Patch2: zsh-osc-completion.patch
 Patch3: fix-printf.patch
+Patch4: fix-patchutils-completion.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  groff
 %if 0%{?suse_version}
@@ -103,6 +104,7 @@
 %endif
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 # Remove executable bit
 chmod 0644 Etc/changelog2html.pl

++ fix-patchutils-completion.patch ++
Index: zsh-5.3/Completion/Unix/Command/_patchutils
===
--- zsh-5.3.orig/Completion/Unix/Command/_patchutils
+++ zsh-5.3/Completion/Unix/Command/_patchutils
@@ -43,6 +43,7 @@ case $service in
   '(-F --files)'{-F+,--files=}'[only list files within specified 
range]:range'
   '--strip=[remove specified number of pathname components before 
displaying]:components'
   '--addprefix=[insert specified path prefix before displaying path 
names]:prefix:_directories'
+  '*:diff file:_files'
 )
   ;|
   grepdiff|lsdiff)
@@ -58,7 +59,6 @@ case $service in
   \*{-v,--verbose}'[verbose operation]' 
   '(-H --with-filename -h --no-filename)'{-H,--with-filename}'[print the 
name of the patch file containing each patch]'
   '!--filter' '!--grep'
-  '*:diff file:_files'
 )
   ;;
   grepdiff|filterdiff)
@@ -71,7 +71,7 @@ case $service in
   '--as-numbered-lines=[display lines of selected hunks]:line 
numbers:(before after)'
   "--remove-timestamps[don't include timestamps in output]"
 )
-  ;;
+  ;|
   filterdiff)
 args+=(
   '(-X --exclude-from-file)'{-X+,--exclude-from-file=}'[exclude files 
matching any pattern listed in specified file]:file:_files'





commit systemd for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2017-02-11 01:24:29

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


Package is "systemd"

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2017-02-10 
09:46:38.666057723 +0100
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2017-02-11 01:24:35.405436364 +0100
@@ -2,38 +1,0 @@
-Wed Feb  8 08:45:09 CET 2017 - ku...@suse.de
-
-- Remove obsolete insserv requirements for udev again [bsc#999841]
-

-Mon Feb  6 14:13:00 UTC 2017 - f...@suse.com
-
-- Import commit cd97d5d5fef79ab9d957bf6504d085c0faca6bfc
-
-  e587b6ce0 disable RestrictAddressFamilies on all architectures but x86_64 
one (bsc#1023460)
-  c8ae05632 journald: don't flush to /var/log/journal before we get asked to 
(bsc#1004094)
-  7261eaf3e sd-event: fix sd_event_source_get_priority() (#4712)
-

-Fri Feb  3 08:37:22 UTC 2017 - f...@suse.com
-
-- Move fix for permission set on /var/lib/systemd/linger/* (no functional 
changes)
-
-  Move that part after the fix on timer timestamp files otherwise the
-  comment doesn't make sense.
-

-Wed Feb  1 15:06:06 UTC 2017 - f...@suse.com
-
-- Import commit 028fd9b60580976dffb09b3576a2b652ee35137c
-
-  cc2ca55ff build-sys: do not install ctrl-alt-del.target symlink twice
-  ececae77a device: Avoid calling unit_free(NULL) in device setup logic (#4748)
-

-Wed Feb  1 14:32:28 UTC 2017 - f...@suse.com
-
-- Ship systemd-resolved but it's disabled by default (bsc#1018387)
-
-  The NSS plugin will also be disabled, users need to enable it
-  manually.
-

systemd.changes: same change



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.WCv7tR/_old  2017-02-11 01:24:39.740825335 +0100
+++ /var/tmp/diff_new_pack.WCv7tR/_new  2017-02-11 01:24:39.744824772 +0100
@@ -33,19 +33,18 @@
 %bcond_with machined
 %bcond_with importd
 %bcond_with networkd
-%bcond_with resolved
 %bcond_with journal_remote
 %else
 %bcond_without  sysvcompat
 %bcond_without  machined
 %bcond_without  importd
 %bcond_without  networkd
-%bcond_without  resolved
 %bcond_without  journal_remote
 %ifarch %{ix86} x86_64
 %bcond_without  gnuefi
 %endif
 %endif
+%bcond_with resolved
 %bcond_with parentpathid
 
 Name:   systemd-mini
@@ -231,6 +230,7 @@
 Requires(pre):  /usr/bin/getent
 Requires(post): sed
 Requires(post): /usr/bin/systemctl
+Requires(postun): %insserv_prereq
 
 Requires(post): coreutils
 Requires(postun): coreutils
@@ -706,6 +706,11 @@
 *)rm -f %{_prefix}/lib/systemd/system/tmp.mount
 esac
 
+# Same for user lingering created by logind.
+for username in $(ls /var/lib/systemd/linger/* 2>/dev/null); do
+chmod 0644 $username
+done
+
 # v228 wrongly set world writable suid root permissions on timestamp
 # files used by permanent timers. Fix the timestamps that might have
 # been created by the affected versions of systemd (bsc#1020601).
@@ -713,11 +718,6 @@
 chmod 0644 $stamp
 done
 
-# Same for user lingering created by logind.
-for username in $(ls /var/lib/systemd/linger/* 2>/dev/null); do
-chmod 0644 $username
-done
-
 # Convert /var/lib/machines subvolume to make it suitable for
 # rollbacks, if needed. See bsc#992573. The installer has been fixed
 # to create it at installation time.
@@ -797,6 +797,7 @@
 
 %postun -n udev%{?mini}
 %regenerate_initrd_post
+%insserv_cleanup
 systemctl daemon-reload || :
 # On package update: the restart of the socket units will probably
 # fail as the daemon is most likely running. It's not really an issue
@@ -1001,6 +1002,7 @@
 %dir %{_sysconfdir}/systemd/system
 %dir %{_sysconfdir}/systemd/user
 %dir %{_sysconfdir}/xdg/systemd
+%{_sysconfdir}/systemd/system/ctrl-alt-del.target
 %{_sysconfdir}/xdg/systemd/user
 %{_sysconfdir}/X11/xinit/xinitrc.d/50-systemd-user.sh
 

++ systemd.spec ++
--- /var/tmp/diff_new_pack.WCv7tR/_old  2017-02-11 01:24:39.768821390 +0100
+++ /var/tmp/diff_new_pack.WCv7tR/_new  2017-02-11 01:24:39.768821390 +0100
@@ -31,19 +31,18 @@
 %bcond_with machined
 %bcond_with importd
 %bcond_with networkd
-%bcond_with resolved
 %bcond_with journal_remote
 %else
 %bcond_without  sysvcompat
 %bcond_without  machined
 %bcond_without  importd
 %bcond_without  networkd
-%bcond_without  resolved
 

commit profanity for openSUSE:Factory

2017-02-10 Thread root
Hello community,

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

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


Package is "profanity"

Changes:

--- /work/SRC/openSUSE:Factory/profanity/profanity.changes  2016-11-24 
21:21:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.profanity.new/profanity.changes 2017-02-10 
10:05:52.582866810 +0100
@@ -1,0 +2,14 @@
+Thu Feb  9 13:10:41 UTC 2017 - mvet...@suse.com
+
+- Update to 0.5.1:
+  * Add prof.get_room_nick plugins api function
+  * Add main.help.header theme option
+  * Look for system TLS certificate path by default (/tls certpath)
+  * Use service discovery to set account muc property
+  * Allow clearing account muc and resource properties
+  * Allow plugins to complete file paths with prof.filepath_completer_add 
function
+  * Add encryption settings functions to plugins api
+  * Allow plugins to block message sending on pre message send hooks
+  * Bug fixes: https://github.com/boothj5/profanity/milestone/15?closed=1
+
+---

Old:

  profanity-0.5.0.tar.gz

New:

  profanity-0.5.1.tar.gz



Other differences:
--
++ profanity.spec ++
--- /var/tmp/diff_new_pack.C53cAp/_old  2017-02-10 10:05:53.074797240 +0100
+++ /var/tmp/diff_new_pack.C53cAp/_new  2017-02-10 10:05:53.078796674 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package profanity
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   profanity
-Version:0.5.0
+Version:0.5.1
 Release:0
 Summary:Console-based XMPP client
 License:SUSE-GPL-3.0+-with-openssl-exception

++ profanity-0.5.0.tar.gz -> profanity-0.5.1.tar.gz ++
 5912 lines of diff (skipped)




commit armadillo for openSUSE:Factory

2017-02-10 Thread root
Hello community,

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

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


Package is "armadillo"

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2017-01-04 
19:37:23.996239695 +0100
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2017-02-10 
10:05:50.535156403 +0100
@@ -1,0 +2,11 @@
+Wed Feb  8 13:58:57 UTC 2017 - badshah...@gmail.com
+
+- Update to version 7.700.0:
+  + Added polyfit() and polyval().
+  + Added second form of log_det() to directly return the result
+as a complex number.
+  + Added range() to statistics functions.
+  + Expanded trimatu()/trimatl() and symmatu()/symmatl() to handle
+sparse matrices.
+
+---

Old:

  armadillo-7.600.2.tar.xz

New:

  armadillo-7.700.0.tar.xz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.dJqCZZ/_old  2017-02-10 10:05:51.235057421 +0100
+++ /var/tmp/diff_new_pack.dJqCZZ/_new  2017-02-10 10:05:51.235057421 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package armadillo
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define soname libarmadillo7
 Name:   armadillo
-Version:7.600.2
+Version:7.700.0
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0

++ armadillo-7.600.2.tar.xz -> armadillo-7.700.0.tar.xz ++
 2365 lines of diff (skipped)




commit grub2-theme-breeze for openSUSE:Factory

2017-02-10 Thread root
Hello community,

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

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


Package is "grub2-theme-breeze"

Changes:

--- /work/SRC/openSUSE:Factory/grub2-theme-breeze/grub2-theme-breeze.changes
2017-02-03 17:41:39.931033817 +0100
+++ 
/work/SRC/openSUSE:Factory/.grub2-theme-breeze.new/grub2-theme-breeze.changes   
2017-02-10 10:04:48.431939151 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:51:49 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  breeze-grub-5.9.0.tar.xz

New:

  breeze-grub-5.9.1.tar.xz



Other differences:
--
++ grub2-theme-breeze.spec ++
--- /var/tmp/diff_new_pack.9fRcqX/_old  2017-02-10 10:04:49.091845826 +0100
+++ /var/tmp/diff_new_pack.9fRcqX/_new  2017-02-10 10:04:49.091845826 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   grub2-theme-breeze
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:Plasma branding for GRUB2's graphical console
 License:GPL-3.0+
 Group:  System/Boot
 Url:http://www.kde.org
-Source: breeze-grub-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-grub-%{version}.tar.xz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ breeze-grub-5.9.0.tar.xz -> breeze-grub-5.9.1.tar.xz ++




commit tboot for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package tboot for openSUSE:Factory checked 
in at 2017-02-10 10:03:40

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


Package is "tboot"

Changes:

--- /work/SRC/openSUSE:Factory/tboot/tboot.changes  2016-07-01 
09:59:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.tboot.new/tboot.changes 2017-02-10 
10:04:26.623023379 +0100
@@ -1,0 +2,17 @@
+Wed Feb  8 13:11:50 UTC 2017 - meiss...@suse.com
+
+- Updated to 20161216: v1.9.5 (FATE#321510)
+  + Add 2nd generation of LCP creation tool source codes for TPM 2.0 platforms.
+  + Add user guide for 2nd generation LCP creation tool
+  + Provide workaround for Intel PTT(Platform Trust Technology) & Linux PTT 
driver.
+  + Add new fields in Linux kernel header struct to accommodate Linux kernel 
new capabilities.
+  + Fix a pointer dereference regression in the tboot native Linux loader 
which manifests itself as a system reset.
+  + Fix the issue of overwriting tboot when the loaded elf kernel is located 
below tboot.
+  + Add support to release TPM localities when tboot exits to linux kernel.
+  + Fix the evtlog dump function for tpm2 case.
+  + Initiaize kernel header comdline buffer before copying kernel cmdline 
arguments to the buffer to avoid random 
+  + data at end of the original cmdline contents.
+  + Move tpm_detect() to an earlier stage so as to get tpm interface 
initialized before checking TXT platform capabilities.
+
+
+---

Old:

  tboot-1.9.4.tar.gz

New:

  tboot-1.9.5.tar.gz



Other differences:
--
++ tboot.spec ++
--- /var/tmp/diff_new_pack.Iu32nL/_old  2017-02-10 10:04:27.182944195 +0100
+++ /var/tmp/diff_new_pack.Iu32nL/_new  2017-02-10 10:04:27.186943629 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tboot
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   tboot
-%define ver 1.9.4
+%define ver 1.9.5
 Version:20160518_1.9.4
 Release:0
 Summary:Performs a verified launch using Intel(R) TXT

++ tboot-1.9.4.tar.gz -> tboot-1.9.5.tar.gz ++
 13051 lines of diff (skipped)

++ tboot-grub2-fix-xen-submenu-name.patch ++
--- /var/tmp/diff_new_pack.Iu32nL/_old  2017-02-10 10:04:27.410911955 +0100
+++ /var/tmp/diff_new_pack.Iu32nL/_new  2017-02-10 10:04:27.410911955 +0100
@@ -4,13 +4,13 @@
 References: bnc#865815
 Patch-Mainline: no
 
-Index: tboot-1.9.4/tboot/20_linux_xen_tboot
+Index: tboot-1.9.5/tboot/20_linux_xen_tboot
 ===
 tboot-1.9.4.orig/tboot/20_linux_xen_tboot
-+++ tboot-1.9.4/tboot/20_linux_xen_tboot
+--- tboot-1.9.5.orig/tboot/20_linux_xen_tboot
 tboot-1.9.5/tboot/20_linux_xen_tboot
 @@ -232,7 +232,7 @@ while [ "x${xen_list}" != "x" ] ; do
  rel_tboot_dirname=`make_system_path_relative_to_its_root 
$tboot_dirname`
- tboot_version="1.9.4"
+ tboot_version="1.9.5"
  list="${linux_list}"
 -echo "submenu \"Xen ${xen_version}\" \"Tboot ${tboot_version}\"{"
 +echo "submenu \"Xen ${xen_version} with Tboot ${tboot_version}\"{"




commit dbus-1 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package dbus-1 for openSUSE:Factory checked 
in at 2017-02-10 10:03:49

Comparing /work/SRC/openSUSE:Factory/dbus-1 (Old)
 and  /work/SRC/openSUSE:Factory/.dbus-1.new (New)


Package is "dbus-1"

Changes:

--- /work/SRC/openSUSE:Factory/dbus-1/dbus-1.changes2017-02-03 
17:35:25.560022150 +0100
+++ /work/SRC/openSUSE:Factory/.dbus-1.new/dbus-1.changes   2017-02-10 
10:04:27.690872363 +0100
@@ -1,0 +2,6 @@
+Thu Feb  2 05:31:01 UTC 2017 - sfl...@suse.de
+
+- A note for scripts bsc#974092 (remove sysvinit script) is already
+  fixed here.
+
+---



Other differences:
--
dbus-1.spec: same change



commit plasma5-workspace-wallpapers for openSUSE:Factory

2017-02-10 Thread root
Hello community,

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

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


Package is "plasma5-workspace-wallpapers"

Changes:

--- 
/work/SRC/openSUSE:Factory/plasma5-workspace-wallpapers/plasma5-workspace-wallpapers.changes
2017-02-03 18:56:14.243313496 +0100
+++ 
/work/SRC/openSUSE:Factory/.plasma5-workspace-wallpapers.new/plasma5-workspace-wallpapers.changes
   2017-02-10 10:04:46.216252495 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:58:19 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  plasma-workspace-wallpapers-5.9.0.tar.xz

New:

  plasma-workspace-wallpapers-5.9.1.tar.xz



Other differences:
--
++ plasma5-workspace-wallpapers.spec ++
--- /var/tmp/diff_new_pack.xUCh83/_old  2017-02-10 10:04:47.860020032 +0100
+++ /var/tmp/diff_new_pack.xUCh83/_new  2017-02-10 10:04:47.864019467 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   plasma5-workspace-wallpapers
-Version:5.9.0
+Version:5.9.1
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.12
@@ -27,7 +27,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: plasma-workspace-wallpapers-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-workspace-wallpapers-%{version}.tar.xz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ plasma-workspace-wallpapers-5.9.0.tar.xz -> 
plasma-workspace-wallpapers-5.9.1.tar.xz ++
/work/SRC/openSUSE:Factory/plasma5-workspace-wallpapers/plasma-workspace-wallpapers-5.9.0.tar.xz
 
/work/SRC/openSUSE:Factory/.plasma5-workspace-wallpapers.new/plasma-workspace-wallpapers-5.9.1.tar.xz
 differ: char 27, line 1




commit plymouth-theme-breeze for openSUSE:Factory

2017-02-10 Thread root
Hello community,

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

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


Package is "plymouth-theme-breeze"

Changes:

--- 
/work/SRC/openSUSE:Factory/plymouth-theme-breeze/plymouth-theme-breeze.changes  
2017-02-03 18:56:24.053935803 +0100
+++ 
/work/SRC/openSUSE:Factory/.plymouth-theme-breeze.new/plymouth-theme-breeze.changes
 2017-02-10 10:04:29.762579382 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:58:26 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  breeze-plymouth-5.9.0.tar.xz

New:

  breeze-plymouth-5.9.1.tar.xz



Other differences:
--
++ plymouth-theme-breeze.spec ++
--- /var/tmp/diff_new_pack.R6tELk/_old  2017-02-10 10:04:30.334498501 +0100
+++ /var/tmp/diff_new_pack.R6tELk/_new  2017-02-10 10:04:30.334498501 +0100
@@ -34,7 +34,7 @@
 
 
 Name:   plymouth-theme-breeze
-Version:5.9.0
+Version:5.9.1
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 1.8.0
@@ -44,7 +44,7 @@
 License:GPL-2.0+
 Group:  System/Base
 Url:http://www.kde.org
-Source: breeze-plymouth-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-plymouth-%{version}.tar.xz
 Requires:   %{name}-plugin-breeze = %{version}
 Requires:   plymouth-plugin-label-ft
 Requires(post): plymouth-scripts

++ breeze-plymouth-5.9.0.tar.xz -> breeze-plymouth-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-plymouth-5.9.0/CMakeLists.txt 
new/breeze-plymouth-5.9.1/CMakeLists.txt
--- old/breeze-plymouth-5.9.0/CMakeLists.txt2017-01-26 13:06:58.0 
+0100
+++ new/breeze-plymouth-5.9.1/CMakeLists.txt2017-02-07 12:16:41.0 
+0100
@@ -1,5 +1,5 @@
 project(breeze-plymouth)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)




commit headmore for openSUSE:Factory

2017-02-10 Thread root
Hello community,

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

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


Package is "headmore"

Changes:

--- /work/SRC/openSUSE:Factory/headmore/headmore.changes2016-11-03 
11:14:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.headmore.new/headmore.changes   2017-02-10 
10:04:28.622740579 +0100
@@ -1,0 +2,7 @@
+Thu Feb  9 08:11:14 UTC 2017 - h...@suse.com
+
+- Upgrade to release 1.2 with exactly one feature enhancement:
+  * Local mouse pointer can be toggled with space bar, this makes
+mouse pointer visible in case it is not drawn by VNC server.
+
+---

Old:

  headmore-1.1.1.tar.gz

New:

  headmore-1.2.tar.gz



Other differences:
--
++ headmore.spec ++
--- /var/tmp/diff_new_pack.VRlfMi/_old  2017-02-10 10:04:29.154665354 +0100
+++ /var/tmp/diff_new_pack.VRlfMi/_new  2017-02-10 10:04:29.158664788 +0100
@@ -1,7 +1,6 @@
 #
 # spec file for package headmore
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 Howard Guo 
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,22 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   headmore
-Version:1.1.1
+Version:1.2
 Release:0
-Summary:VNC client for character terminals
 License:GPL-3.0
-Group:  Productivity/Networking/Other
+Summary:VNC client for character terminals
 Url:https://github.com/HouzuoGuo/headmore
+Group:  Productivity/Networking/Other
 Source: %{name}-%{version}.tar.gz
-BuildRequires:  libgcrypt-devel
-BuildRequires:  libjpeg8-devel
-BuildRequires:  libopenssl-devel
-BuildRequires:  libpng16-compat-devel
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(caca)
-BuildRequires:  pkgconfig(libvncclient)
+BuildRequires:  pkgconfig(caca) pkgconfig(libvncclient)
+BuildRequires:  libgcrypt-devel libjpeg8-devel libopenssl-devel 
libpng16-compat-devel
 
 %description
 headmore is a client for Virtual Network Computing (VNC),

++ headmore-1.1.1.tar.gz -> headmore-1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/headmore-1.1.1/README.md new/headmore-1.2/README.md
--- old/headmore-1.1.1/README.md2016-11-02 09:26:31.0 +0100
+++ new/headmore-1.2/README.md  2017-02-09 09:07:57.0 +0100
@@ -32,7 +32,7 @@
 You are most welcomed to contribute code and file bug report, feature request, 
and questions in the project's [issues 
page](https://github.com/HouzuoGuo/headmore/issues), you may also direct any 
inquiry to the author in [Email](mailto:guohou...@gmail.com).
 
 ## License
-Copyright (c) 2016 Howard Guo 
+Copyright (c) 2017 Howard Guo 
 
 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 the Free Software 
Foundation; either version 3 of the License, or (at your option) any later 
version.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/headmore-1.1.1/geo.c new/headmore-1.2/geo.c
--- old/headmore-1.1.1/geo.c2016-11-02 09:26:31.0 +0100
+++ new/headmore-1.2/geo.c  2017-02-09 09:07:57.0 +0100
@@ -1,8 +1,8 @@
 #include 
 #include "geo.h"
 
-struct geo_facts geo_facts_of(struct vnc *vnc, caca_display_t * disp,
- caca_canvas_t * view)
+struct geo_facts
+geo_facts_of(struct vnc *vnc, caca_display_t * disp, caca_canvas_t * view)
 {
struct geo_facts ret;
ret.px_width = caca_get_display_width(disp);
@@ -55,9 +55,9 @@
(g->zoom <
 0) ? 1.0 / g->zoom_lvls[-g->zoom] : g->zoom_lvls[g->zoom];
g->zoom_y =
-   g->zoom_x * facts.ch_width / facts.ch_height *
-   facts.vnc_height / facts.vnc_width * facts.ch_height /
-   facts.ch_width * facts.px_width / facts.px_height;
+   g->zoom_x * facts.ch_width / facts.ch_height * facts.vnc_height /
+   facts.vnc_width * facts.ch_height / facts.ch_width *
+   facts.px_width / facts.px_height;
 
if (g->zoom_y > g->zoom_x) {
float tmp = g->zoom_x;
@@ -90,8 +90,8 @@
}
 }
 
-void geo_move_mouse(struct geo *g, struct geo_facts facts, int step_x,
-   int step_y)
+void
+geo_move_mouse(struct geo *g, struct geo_facts facts, int step_x, int step_y)
 {
int speed = 

commit pam_kwallet for openSUSE:Factory

2017-02-10 Thread root
Hello community,

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

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


Package is "pam_kwallet"

Changes:

--- /work/SRC/openSUSE:Factory/pam_kwallet/pam_kwallet.changes  2017-02-03 
17:52:48.268624598 +0100
+++ /work/SRC/openSUSE:Factory/.pam_kwallet.new/pam_kwallet.changes 
2017-02-10 10:04:30.678449859 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:53:50 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  kwallet-pam-5.9.0.tar.xz

New:

  kwallet-pam-5.9.1.tar.xz



Other differences:
--
++ pam_kwallet.spec ++
--- /var/tmp/diff_new_pack.js3LH4/_old  2017-02-10 10:04:31.142384250 +0100
+++ /var/tmp/diff_new_pack.js3LH4/_new  2017-02-10 10:04:31.146383685 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   pam_kwallet
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:A PAM Module for kwallet signing
 License:LGPL-2.1 and GPL-2.0+ and GPL-3.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: kwallet-pam-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kwallet-pam-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  libgcrypt-devel >= 1.5.0

++ kwallet-pam-5.9.0.tar.xz -> kwallet-pam-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-pam-5.9.0/CMakeLists.txt 
new/kwallet-pam-5.9.1/CMakeLists.txt
--- old/kwallet-pam-5.9.0/CMakeLists.txt2017-01-26 13:18:03.0 
+0100
+++ new/kwallet-pam-5.9.1/CMakeLists.txt2017-02-07 12:22:08.0 
+0100
@@ -1,7 +1,7 @@
 project(pam_kwallet)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 find_package (ECM 1.2.0 REQUIRED NO_MODULE)




commit plasma5-desktop for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package plasma5-desktop for openSUSE:Factory 
checked in at 2017-02-10 10:03:16

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


Package is "plasma5-desktop"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes  
2017-02-08 10:49:34.598950920 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma5-desktop.changes 
2017-02-10 10:04:22.983538075 +0100
@@ -1,0 +2,38 @@
+Thu Feb  9 18:17:42 UTC 2017 - fab...@ritter-vogt.de
+
+- Add patch to fix regression with security fix (allow running .desktop files
+  inside desktop:/, boo#1024446)
+  * plasma-desktop-run.patch
+
+---
+Tue Feb  7 18:54:31 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * [Solid Device Actions KCM] Encode action file name
+  * [Task Manager] Enable "Mark applications that play audio" option only if 
plasma-pa is available
+  * Fix i18n extraction in Kickoff Buttons
+  * Add missing include in sortedactivitiesmodel to fix build with GCC 7
+  * Add missing include in sortedactivitiesmodel to fix build with GCC 7
+  * Fix i18n extraction: xgettext doesn't recognize single quotes
+  * Use consistent default icon in UserManager and Kicker
+  * Revamp (Activity) Pager wheel handling
+  * [Folder View] Open selection in preferred application instead of running 
them
+  * [Folder View] show script execution prompt when clicking item
+  * And maybe don't undo the fix while fixing the fix ...
+  * Fix startup warning introduced in 3568d8e4.
+  * Fix clearing selection when rectangle selection contains no items.
+  * Fix Plasmoid.busy visualization in desktop containment.
+  * Call correct function and fix warning.
+  * Fix crash and loss of favorites model on refresh with pagination on.
+  * Make parts of KCM Touchpad interface translatable (Patch by Victor 
)
+  * Clip by bounding delegate size instead of Item.clip.
+  * fix autotest
+- Remove patches, now upstream:
+  * 0001-Folder-View-show-script-execution-prompt-when-clicki.patch
+  * 0002-Folder-View-Open-selection-in-preferred-application-.patch
+
+---

Old:

  0001-Folder-View-show-script-execution-prompt-when-clicki.patch
  0002-Folder-View-Open-selection-in-preferred-application-.patch
  plasma-desktop-5.9.0.tar.xz

New:

  plasma-desktop-5.9.1.tar.xz
  plasma-desktop-run.patch



Other differences:
--
++ plasma5-desktop.spec ++
--- /var/tmp/diff_new_pack.mUV59G/_old  2017-02-10 10:04:23.735431742 +0100
+++ /var/tmp/diff_new_pack.mUV59G/_new  2017-02-10 10:04:23.735431742 +0100
@@ -20,22 +20,20 @@
 
 %bcond_without lang
 Name:   plasma5-desktop
-Version:5.9.0
+Version:5.9.1
 Release:0
-# Full Plasma 5 version (e.g. 5.9.0)
+# Full Plasma 5 version (e.g. 5.9.1)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
-# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.0 in KUF)
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 Summary:The KDE Plasma Workspace Components
 License:GPL-2.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: plasma-desktop-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-desktop-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE plasma-desktop-run.patch k...@privat.broulik.de -- Allow 
running .desktop files inside desktop:/
+Patch0: plasma-desktop-run.patch
 # PATCHES 100-200 and above are from upstream 5.9 branch
-# PATCH-FIX-UPSTREAM 
0001-Folder-View-show-script-execution-prompt-when-clicki.patch 
k...@privat.broulik.de -- [Folder View] show script execution prompt when 
clicking item
-Patch100:   0001-Folder-View-show-script-execution-prompt-when-clicki.patch
-# PATCH-FIX-UPSTREAM 
0002-Folder-View-Open-selection-in-preferred-application-.patch 
k...@privat.broulik.de -- [Folder View] Open selection in preferred application 
instead of running them
-Patch101:   0002-Folder-View-Open-selection-in-preferred-application-.patch
 # PATCHES 201-300 and above are from upstream master/5.10 branch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
@@ -177,8 +175,7 @@
 %lang_package
 %prep
 %setup -q -n plasma-desktop-%{version}
-%patch100 -p1
-%patch101 -p1
+%patch0 -p1
 
 %build
   

commit plasma5-openSUSE for openSUSE:Factory

2017-02-10 Thread root
Hello community,

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

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


Package is "plasma5-openSUSE"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-openSUSE/plasma5-openSUSE.changes
2017-02-03 18:56:08.304147519 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-openSUSE.new/plasma5-openSUSE.changes   
2017-02-10 10:02:59.315370324 +0100
@@ -1,0 +2,5 @@
+Tue Feb  7 18:54:39 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+
+---



Other differences:
--
++ plasma5-openSUSE.spec ++
--- /var/tmp/diff_new_pack.FN7MJ7/_old  2017-02-10 10:02:59.923284354 +0100
+++ /var/tmp/diff_new_pack.FN7MJ7/_new  2017-02-10 10:02:59.923284354 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define plasma_version 5.9.0
+%define plasma_version 5.9.1
 
 Name:   plasma5-openSUSE
 Version:42.1.1





commit systemsettings5 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package systemsettings5 for openSUSE:Factory 
checked in at 2017-02-10 10:02:39

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


Package is "systemsettings5"

Changes:

--- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes  
2017-02-03 20:02:58.080430040 +0100
+++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 
2017-02-10 10:02:40.382047820 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:58:33 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  systemsettings-5.9.0.tar.xz

New:

  systemsettings-5.9.1.tar.xz



Other differences:
--
++ systemsettings5.spec ++
--- /var/tmp/diff_new_pack.4nn579/_old  2017-02-10 10:02:40.957966376 +0100
+++ /var/tmp/diff_new_pack.4nn579/_new  2017-02-10 10:02:40.957966376 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   systemsettings5
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:KDE's control center
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: systemsettings-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System 
Administration category, needed at least for YaST KCM
 Patch0: install_administration_category.diff
 # PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to 
Configure Desktop, in order to cause less confusion for KDE4 users

++ systemsettings-5.9.0.tar.xz -> systemsettings-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.9.0/CMakeLists.txt 
new/systemsettings-5.9.1/CMakeLists.txt
--- old/systemsettings-5.9.0/CMakeLists.txt 2017-01-26 13:33:36.0 
+0100
+++ new/systemsettings-5.9.1/CMakeLists.txt 2017-02-07 12:30:46.0 
+0100
@@ -1,5 +1,5 @@
 project(systemsettings)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.9.0/categories/old/settings-application-and-system-notifications.desktop
 
new/systemsettings-5.9.1/categories/old/settings-application-and-system-notifications.desktop
--- 
old/systemsettings-5.9.0/categories/old/settings-application-and-system-notifications.desktop
   2017-01-26 13:33:15.0 +0100
+++ 
new/systemsettings-5.9.1/categories/old/settings-application-and-system-notifications.desktop
   2017-02-07 12:30:38.0 +0100
@@ -22,7 +22,7 @@
 Name[eu]=Aplikazio- eta sistema-jakinarazpenak
 Name[fi]=Ohjelma- ja järjestelmäilmoitukset
 Name[fr]=Notifications des applications et du système
-Name[gl]=Notificacións dos programas e do sistema
+Name[gl]=Notificacións dos aplicativos e do sistema
 Name[he]=הודעות מערכת והודעות יישום
 Name[hi]=अनुप्रयोग व तंत्र सूचनाएँ
 Name[hr]=Obavijesti sustava i aplikacija
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.9.0/categories/old/settings-application-appearance.desktop 
new/systemsettings-5.9.1/categories/old/settings-application-appearance.desktop
--- 
old/systemsettings-5.9.0/categories/old/settings-application-appearance.desktop 
2017-01-26 13:33:15.0 +0100
+++ 
new/systemsettings-5.9.1/categories/old/settings-application-appearance.desktop 
2017-02-07 12:30:38.0 +0100
@@ -22,7 +22,7 @@
 Name[eu]=Aplikazioen itxura
 Name[fi]=Sovellusten ulkoasu
 Name[fr]=Apparence des applications
-Name[gl]=Aparencia dos programas
+Name[gl]=Aparencia dos aplicativos
 Name[he]=מראה יישום
 Name[hi]=अनुप्रयोग रूप
 Name[hr]=Izgled aplikacija
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.9.0/categories/settings-appearance-applicationstyle.desktop
 
new/systemsettings-5.9.1/categories/settings-appearance-applicationstyle.desktop
--- 
old/systemsettings-5.9.0/categories/settings-appearance-applicationstyle.desktop
2017-01-26 13:33:15.0 +0100
+++ 
new/systemsettings-5.9.1/categories/settings-appearance-applicationstyle.desktop
2017-02-07 12:30:38.0 +0100
@@ -20,7 +20,7 @@
 Name[et]=Rakenduste stiil
 

commit polkit-kde-agent-5 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package polkit-kde-agent-5 for 
openSUSE:Factory checked in at 2017-02-10 10:02:07

Comparing /work/SRC/openSUSE:Factory/polkit-kde-agent-5 (Old)
 and  /work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new (New)


Package is "polkit-kde-agent-5"

Changes:

--- /work/SRC/openSUSE:Factory/polkit-kde-agent-5/polkit-kde-agent-5.changes
2017-02-03 18:56:28.873259027 +0100
+++ 
/work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new/polkit-kde-agent-5.changes   
2017-02-10 10:02:08.282587209 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:58:28 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * Merge Plasma/5.8 into Plasma/5.9
+
+---

Old:

  polkit-kde-agent-1-5.9.0.tar.xz

New:

  polkit-kde-agent-1-5.9.1.tar.xz



Other differences:
--
++ polkit-kde-agent-5.spec ++
--- /var/tmp/diff_new_pack.rPNIcS/_old  2017-02-10 10:02:08.710526691 +0100
+++ /var/tmp/diff_new_pack.rPNIcS/_new  2017-02-10 10:02:08.710526691 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   polkit-kde-agent-5
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:PolicyKit authentication agent for KDE
 License:GPL-2.0 and LGPL-2.1+
 Group:  Development/Libraries/KDE
 Url:https://projects.kde.org/polkit-kde-agent-1
-Source: polkit-kde-agent-1-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/polkit-kde-agent-1-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KF5Config)

++ polkit-kde-agent-1-5.9.0.tar.xz -> polkit-kde-agent-1-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polkit-kde-agent-1-5.9.0/CMakeLists.txt 
new/polkit-kde-agent-1-5.9.1/CMakeLists.txt
--- old/polkit-kde-agent-1-5.9.0/CMakeLists.txt 2017-01-26 13:31:36.0 
+0100
+++ new/polkit-kde-agent-1-5.9.1/CMakeLists.txt 2017-02-07 12:29:46.0 
+0100
@@ -1,5 +1,5 @@
 project(polkit-kde-agent-1)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 
 # minimal requirements
 cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.9.0/po/gl/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.9.1/po/gl/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.9.0/po/gl/polkit-kde-authentication-agent-1.po 
2017-01-26 13:31:30.0 +0100
+++ new/polkit-kde-agent-1-5.9.1/po/gl/polkit-kde-authentication-agent-1.po 
2017-02-07 12:29:43.0 +0100
@@ -98,7 +98,7 @@
 "An application is attempting to perform an action that requires privileges. "
 "Authentication is required to perform this action."
 msgstr ""
-"Un aplicativo está a tentar realizar unha acción que require privilexios. "
+"Un aplicativo está a intentar realizar unha acción que require privilexios. "
 "Debe autenticarse para realizar esta acción."
 
 #: AuthDialog.cpp:222
@@ -115,7 +115,7 @@
 #: AuthDialog.cpp:307
 #, kde-format
 msgid "Authentication failure, please try again."
-msgstr "Fallou a autenticación, ténteo de novo."
+msgstr "Fallou a autenticación, inténteo de novo."
 
 #: AuthDialog.cpp:333
 #, kde-format
@@ -173,4 +173,4 @@
 #: policykitlistener.cpp:74
 #, kde-format
 msgid "Another client is already authenticating, please try again later."
-msgstr "Xa está a autenticar outro aplicativo, ténteo máis tarde."
\ No newline at end of file
+msgstr "Xa está a autenticar outro aplicativo, inténteo máis tarde."
\ No newline at end of file




commit powerdevil5 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package powerdevil5 for openSUSE:Factory 
checked in at 2017-02-10 10:02:23

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


Package is "powerdevil5"

Changes:

--- /work/SRC/openSUSE:Factory/powerdevil5/powerdevil5.changes  2017-02-03 
18:56:35.112382863 +0100
+++ /work/SRC/openSUSE:Factory/.powerdevil5.new/powerdevil5.changes 
2017-02-10 10:02:24.468298288 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:58:31 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  powerdevil-5.9.0.tar.xz

New:

  powerdevil-5.9.1.tar.xz



Other differences:
--
++ powerdevil5.spec ++
--- /var/tmp/diff_new_pack.6aNrhc/_old  2017-02-10 10:02:24.908236074 +0100
+++ /var/tmp/diff_new_pack.6aNrhc/_new  2017-02-10 10:02:24.912235509 +0100
@@ -18,17 +18,17 @@
 
 %bcond_without lang
 Name:   powerdevil5
-Version:5.9.0
+Version:5.9.1
 Release:0
-# Full Plasma 5 version (e.g. 5.9.0)
+# Full Plasma 5 version (e.g. 5.9.1)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
-# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.0 in KUF)
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 Summary:KDE Power Management module
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: powerdevil-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/powerdevil-%{version}.tar.xz
 # PATCHES 100-200 and above are from upstream 5.9 branch
 # PATCHES 201-300 and above are from upstream master/5.10 branch
 BuildRequires:  extra-cmake-modules >= 1.2.0

++ powerdevil-5.9.0.tar.xz -> powerdevil-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerdevil-5.9.0/CMakeLists.txt 
new/powerdevil-5.9.1/CMakeLists.txt
--- old/powerdevil-5.9.0/CMakeLists.txt 2017-01-26 13:32:41.0 +0100
+++ new/powerdevil-5.9.1/CMakeLists.txt 2017-02-07 12:30:17.0 +0100
@@ -1,5 +1,5 @@
 project(PowerDevil)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerdevil-5.9.0/po/cs/powerdevil.po 
new/powerdevil-5.9.1/po/cs/powerdevil.po
--- old/powerdevil-5.9.0/po/cs/powerdevil.po2017-01-26 13:31:54.0 
+0100
+++ new/powerdevil-5.9.1/po/cs/powerdevil.po2017-02-07 12:30:00.0 
+0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Lukáš Tinkl , 2010.
-# Vít Pelčák , 2010, 2011, 2012, 2013, 2014, 2015, 2016.
+# Vít Pelčák , 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017.
 # Tomáš Chvátal , 2013.
 #
 msgid ""
@@ -9,7 +9,7 @@
 "Project-Id-Version: powerdevil\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-24 02:58+0100\n"
-"PO-Revision-Date: 2016-11-03 15:48+0100\n"
+"PO-Revision-Date: 2017-02-01 15:49+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -268,12 +268,12 @@
 #: powerdevilcore.cpp:386
 #, kde-format
 msgid "This activity's policies prevent the system from suspending"
-msgstr "Tato pravidla aktivit brání uspání systému"
+msgstr "Tyto zásady aktivit brání uspání systému"
 
 #: powerdevilcore.cpp:398
 #, kde-format
 msgid "This activity's policies prevent screen power management"
-msgstr "Tato pravidla aktivit brání vypnutí obrazovky"
+msgstr "Tyto zásady aktivit brání vypnutí obrazovky"
 
 #: powerdevilcore.cpp:430
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerdevil-5.9.0/po/gl/powerdevil.po 
new/powerdevil-5.9.1/po/gl/powerdevil.po
--- old/powerdevil-5.9.0/po/gl/powerdevil.po2017-01-26 13:32:01.0 
+0100
+++ new/powerdevil-5.9.1/po/gl/powerdevil.po2017-02-07 12:30:03.0 
+0100
@@ -362,7 +362,7 @@
 "Your battery is low. If you need to continue using your computer, either "
 "plug in your computer, or shut it down and then change the battery."
 msgstr ""
-"Quédalle pouca batería. Se 

commit plasma-nm5 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package plasma-nm5 for openSUSE:Factory 
checked in at 2017-02-10 10:01:39

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


Package is "plasma-nm5"

Changes:

--- /work/SRC/openSUSE:Factory/plasma-nm5/plasma-nm5.changes2017-02-03 
18:56:01.193146094 +0100
+++ /work/SRC/openSUSE:Factory/.plasma-nm5.new/plasma-nm5.changes   
2017-02-10 10:01:40.482518566 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:58:23 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * elide Network Manager KCM tabs
+
+---

Old:

  plasma-nm-5.9.0.tar.xz

New:

  plasma-nm-5.9.1.tar.xz



Other differences:
--
++ plasma-nm5.spec ++
--- /var/tmp/diff_new_pack.hZlVHd/_old  2017-02-10 10:01:41.078434295 +0100
+++ /var/tmp/diff_new_pack.hZlVHd/_new  2017-02-10 10:01:41.082433729 +0100
@@ -19,13 +19,13 @@
 %bcond_without lang
 %define mm_support 1
 Name:   plasma-nm5
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:Plasma applet written in QML for managing network connections
 License:(LGPL-2.1 or LGPL-3.0) and (GPL-2.0 or GPL-3.0)
 Group:  System/GUI/KDE
 Url:https://projects.kde.org/projects/playground/network/plasma-nm
-Source: plasma-nm-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-nm-%{version}.tar.xz
 BuildRequires:  NetworkManager-devel >= 0.9.8.4
 BuildRequires:  extra-cmake-modules >= 1.3.0
 BuildRequires:  fdupes

++ plasma-nm-5.9.0.tar.xz -> plasma-nm-5.9.1.tar.xz ++
 1891 lines of diff (skipped)




commit plasma5-session for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package plasma5-session for openSUSE:Factory 
checked in at 2017-02-10 10:00:42

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


Package is "plasma5-session"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-session/plasma5-session.changes  
2017-02-03 18:56:11.599684736 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-session.new/plasma5-session.changes 
2017-02-10 10:00:43.310603477 +0100
@@ -1,0 +2,5 @@
+Tue Feb  7 18:54:45 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+
+---



Other differences:
--
++ plasma5-session.spec ++
--- /var/tmp/diff_new_pack.wq2v9q/_old  2017-02-10 10:00:44.050498846 +0100
+++ /var/tmp/diff_new_pack.wq2v9q/_new  2017-02-10 10:00:44.054498280 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   plasma5-session
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:The KDE Session
 License:GPL-2.0+




commit plasma5-workspace for openSUSE:Factory

2017-02-10 Thread root
Hello community,

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

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


Package is "plasma5-workspace"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes  
2017-02-03 18:56:12.471562300 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma5-workspace.changes 
2017-02-10 10:01:03.467752985 +0100
@@ -1,0 +2,27 @@
+Tue Feb  7 18:55:13 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * [User Switcher] Ungrab keyboard before trying to lock the screen
+  * react to config change
+  * [System Tray Containment] Drop useless Q_INVOKABLE from .cpp file
+  * [System Tray Containment] Ungrab mouse before opening context menu
+  * [AppMenu Applet] Map from scene after mapping from global
+  * Fix memory leak in Appmenu when using compact menu
+  * [Appmenu Applet] Check whether buttonGrid has a window before calling 
mapToGlobal
+  * [Digital Clock] Take into account timezone label width for applet size
+  * [KRunner] In doubt use primary screen for view position
+  * Drop legacy fixup rule for VirtualBox.
+  * fix isOutputRedundant logic
+  * fix isOutputRedundant logic
+  * When swapping Wallpapers, save the config to file, not just to propertymap
+- Remove patches, now upstream:
+  * 0001-When-swapping-Wallpapers-save-the-config-to-file-not.patch
+  * 0002-fix-isOutputRedundant-logic.patch
+- Add patch to fix 5.9.0 regression:
+  * 0001-make-services-disqualification-much-stricter.patch
+
+---

Old:

  0001-When-swapping-Wallpapers-save-the-config-to-file-not.patch
  0002-fix-isOutputRedundant-logic.patch
  plasma-workspace-5.9.0.tar.xz

New:

  0001-make-services-disqualification-much-stricter.patch
  plasma-workspace-5.9.1.tar.xz



Other differences:
--
++ plasma5-workspace.spec ++
--- /var/tmp/diff_new_pack.vB0sEa/_old  2017-02-10 10:01:04.395621772 +0100
+++ /var/tmp/diff_new_pack.vB0sEa/_new  2017-02-10 10:01:04.399621206 +0100
@@ -20,17 +20,17 @@
 
 %bcond_without lang
 Name:   plasma5-workspace
-Version:5.9.0
+Version:5.9.1
 Release:0
-# Full Plasma 5 version (e.g. 5.9.0)
+# Full Plasma 5 version (e.g. 5.9.1)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
-# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.0 in KUF)
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 Summary:The KDE Plasma Workspace Components
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: plasma-workspace-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-workspace-%{version}.tar.xz
 Source1:baselibs.conf
 # PATCH-FIX-OPENSUSE 0001-Rename-qdbus-in-startkde.patch cgiboude...@gmx.com 
-- Rename the qdbus executable in startkde
 Patch0: 0001-Rename-qdbus-in-startkde.patch
@@ -39,10 +39,8 @@
 # PATCH-FIX-OPENSUSE 0001-Ignore-default-sddm-face-icons.patch boo#1001364 
fab...@ritter-vogt.de -- Ignore default sddm face icons
 Patch2: 0001-Ignore-default-sddm-face-icons.patch
 # PATCHES 100-200 and above are from upstream 5.9 branch
-# PATCH-FIX-UPSTREAM 
0001-When-swapping-Wallpapers-save-the-config-to-file-not.patch 
k...@davidedmundson.co.uk -- When swapping Wallpapers, save the config to file
-Patch100:   0001-When-swapping-Wallpapers-save-the-config-to-file-not.patch
-# PATCH-FIX-UPSTREAM 0002-fix-isOutputRedundant-logic.patch notm...@gmail.com 
-- fix isOutputRedundant logic
-Patch101:   0002-fix-isOutputRedundant-logic.patch
+# PATCH-FIX-UPSTREAM 0001-make-services-disqualification-much-stricter.patch 
sit...@kde.org -- make services disqualification much stricter
+Patch100:   0001-make-services-disqualification-much-stricter.patch
 # PATCHES 201-300 and above are from upstream master/5.10 branch
 BuildRequires:  breeze5-icons
 BuildRequires:  fdupes
@@ -215,7 +213,6 @@
 %patch1 -p1
 %patch2 -p1
 %patch100 -p1
-%patch101 -p1
 
 %build
   %cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=xdm 
-DKDE_DEFAULT_HOME=.kde4 -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
@@ -346,7 +343,7 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%doc %lang(de) %{_kf5_htmldir}/de/
+%doc %lang(ca) %{_kf5_htmldir}/ca/
 %endif
 
 %changelog

++ 

commit plasma5-sdk for openSUSE:Factory

2017-02-10 Thread root
Hello community,

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

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


Package is "plasma5-sdk"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-sdk/plasma5-sdk.changes  2017-02-03 
18:56:10.619822335 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-sdk.new/plasma5-sdk.changes 
2017-02-10 10:00:21.033753707 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:54:45 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  plasma-sdk-5.9.0.tar.xz

New:

  plasma-sdk-5.9.1.tar.xz



Other differences:
--
++ plasma5-sdk.spec ++
--- /var/tmp/diff_new_pack.SH6RCa/_old  2017-02-10 10:00:21.685661519 +0100
+++ /var/tmp/diff_new_pack.SH6RCa/_new  2017-02-10 10:00:21.685661519 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   plasma5-sdk
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:Plasma SDK
 License:LGPL-2.0+
 Group:  System/GUI/KDE
 Url:https://projects.kde.org/projects/extragear/sdk/plasmate
-Source: plasma-sdk-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-sdk-%{version}.tar.xz
 BuildRequires:  breeze5-icons
 BuildRequires:  extra-cmake-modules >= 1.8.0
 BuildRequires:  kf5-filesystem

++ plasma-sdk-5.9.0.tar.xz -> plasma-sdk-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-sdk-5.9.0/CMakeLists.txt 
new/plasma-sdk-5.9.1/CMakeLists.txt
--- old/plasma-sdk-5.9.0/CMakeLists.txt 2017-01-26 13:28:06.0 +0100
+++ new/plasma-sdk-5.9.1/CMakeLists.txt 2017-02-07 12:27:40.0 +0100
@@ -1,5 +1,5 @@
 project(plasma-sdk)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-sdk-5.9.0/po/gl/plasma_shell_org.kde.plasmoidviewershell.po 
new/plasma-sdk-5.9.1/po/gl/plasma_shell_org.kde.plasmoidviewershell.po
--- old/plasma-sdk-5.9.0/po/gl/plasma_shell_org.kde.plasmoidviewershell.po  
2017-01-26 13:27:36.0 +0100
+++ new/plasma-sdk-5.9.1/po/gl/plasma_shell_org.kde.plasmoidviewershell.po  
2017-02-07 12:27:29.0 +0100
@@ -32,7 +32,7 @@
 "changes or discard them?"
 msgstr ""
 "Mudaron as opcións de configuración deste módulo.Desexas aplicar os cambios "
-"ou rexeitalos?"
+"ou descartalos?"
 
 #: contents/configuration/AppletConfiguration.qml:330
 msgid "OK"
@@ -143,7 +143,7 @@
 
 #: contents/views/SdkButtons.qml:84
 msgid "Application"
-msgstr "Programa"
+msgstr "Aplicativo"
 
 #: contents/views/SdkButtons.qml:91
 msgid "Location"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-sdk-5.9.0/po/gl/plasmaengineexplorer.po 
new/plasma-sdk-5.9.1/po/gl/plasmaengineexplorer.po
--- old/plasma-sdk-5.9.0/po/gl/plasmaengineexplorer.po  2017-01-26 
13:27:36.0 +0100
+++ new/plasma-sdk-5.9.1/po/gl/plasmaengineexplorer.po  2017-02-07 
12:27:29.0 +0100
@@ -275,8 +275,8 @@
 "Only show engines associated with the parent application; maps to the X-KDE-"
 "ParentApp entry in the DataEngine's .desktop file."
 msgstr ""
-"Mostra só os motores asociados co programa pai. Está relacionado coa entrada "
-"X-KDE-ParentApp no ficheiro .desktop do motor de datos"
+"Mostra só os motores asociados co aplicativo pai. Está relacionado coa "
+"entrada X-KDE-ParentApp no ficheiro .desktop do motor de datos"
 
 #: modelviewer.cpp:98 serviceviewer.cpp:65
 #, kde-format
@@ -356,8 +356,8 @@
 "'%1' operation with destination '%2' returned successfully. "
 "The result was: '%3'"
 msgstr ""
-"A operación %1 con destino %2 retornou con éxito. O "
-"resultado foi:%3"
+"A operación %1 con destino %2 retornou. O resultado foi:"
+"%3"
 
 #: serviceviewer.cpp:231
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-sdk-5.9.0/po/gl/plasmate.po 
new/plasma-sdk-5.9.1/po/gl/plasmate.po
--- old/plasma-sdk-5.9.0/po/gl/plasmate.po  2017-01-26 13:27:36.0 
+0100
+++ new/plasma-sdk-5.9.1/po/gl/plasmate.po  2017-02-07 12:27:29.0 
+0100
@@ -767,7 +767,7 @@
 #: editors/kconfigxt/kconfigxteditor.ui:202
 #, kde-format
 msgid "To edit a configuration item double-click its cell"
-msgstr "Para 

commit plasma5-pa for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2017-02-10 09:59:56

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


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2017-02-03 
18:56:09.224018345 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2017-02-10 09:59:58.224979141 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:54:41 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * Always check if context is valid when calling pa functions
+
+---

Old:

  plasma-pa-5.9.0.tar.xz

New:

  plasma-pa-5.9.1.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.qujWSI/_old  2017-02-10 09:59:58.652918626 +0100
+++ /var/tmp/diff_new_pack.qujWSI/_new  2017-02-10 09:59:58.656918060 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: plasma-pa-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  kf5-filesystem
 BuildRequires:  libcanberra-devel

++ plasma-pa-5.9.0.tar.xz -> plasma-pa-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.9.0/CMakeLists.txt 
new/plasma-pa-5.9.1/CMakeLists.txt
--- old/plasma-pa-5.9.0/CMakeLists.txt  2017-01-26 13:27:06.0 +0100
+++ new/plasma-pa-5.9.1/CMakeLists.txt  2017-02-07 12:27:14.0 +0100
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 set (QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.9.0/po/gl/kcm_pulseaudio.po 
new/plasma-pa-5.9.1/po/gl/kcm_pulseaudio.po
--- old/plasma-pa-5.9.0/po/gl/kcm_pulseaudio.po 2017-01-26 13:26:29.0 
+0100
+++ new/plasma-pa-5.9.1/po/gl/kcm_pulseaudio.po 2017-02-07 12:27:00.0 
+0100
@@ -84,13 +84,13 @@
 #, kde-format
 msgctxt "@title:tab"
 msgid "Applications"
-msgstr "Programas"
+msgstr "Aplicativos"
 
 #: kcm/package/contents/ui/main.qml:45
 #, kde-format
 msgctxt "@label"
 msgid "No Applications Playing Audio"
-msgstr "Ningún programa emitindo son"
+msgstr "Ningún aplicativo emitindo son"
 
 #: kcm/package/contents/ui/main.qml:49
 #, kde-format
@@ -102,7 +102,7 @@
 #, kde-format
 msgctxt "@label"
 msgid "No Applications Recording Audio"
-msgstr "Ningún programa gravando son"
+msgstr "Ningún aplicativo gravando son"
 
 #: kcm/package/contents/ui/main.qml:59
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.9.0/po/gl/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.9.1/po/gl/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.9.0/po/gl/plasma_applet_org.kde.plasma.volume.po
2017-01-26 13:26:29.0 +0100
+++ new/plasma-pa-5.9.1/po/gl/plasma_applet_org.kde.plasma.volume.po
2017-02-07 12:27:00.0 +0100
@@ -124,7 +124,7 @@
 #: contents/ui/main.qml:278
 #, kde-format
 msgid "Applications"
-msgstr "Programas"
+msgstr "Aplicativos"
 
 #: contents/ui/main.qml:310
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.9.0/po/nn/kcm_pulseaudio.po 
new/plasma-pa-5.9.1/po/nn/kcm_pulseaudio.po
--- old/plasma-pa-5.9.0/po/nn/kcm_pulseaudio.po 2017-01-26 13:26:41.0 
+0100
+++ new/plasma-pa-5.9.1/po/nn/kcm_pulseaudio.po 2017-02-07 12:27:04.0 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2016-11-19 20:21+0100\n"
+"POT-Creation-Date: 2017-01-26 06:51+0100\n"
 "PO-Revision-Date: 2016-10-13 21:16+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
@@ -158,18 +158,18 @@
 msgid "%1: %2"
 msgstr "%1: %2"
 
-#: kcm/package/contents/ui/VolumeSlider.qml:82
+#: kcm/package/contents/ui/VolumeSlider.qml:87
 #, kde-format
 msgid "100%"
 msgstr "100 %"
 
-#: 

commit plasma5-integration for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package plasma5-integration for 
openSUSE:Factory checked in at 2017-02-10 09:59:39

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


Package is "plasma5-integration"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-integration/plasma5-integration.changes  
2017-02-03 18:56:07.552253106 +0100
+++ 
/work/SRC/openSUSE:Factory/.plasma5-integration.new/plasma5-integration.changes 
2017-02-10 09:59:40.375503260 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:54:39 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  plasma-integration-5.9.0.tar.xz

New:

  plasma-integration-5.9.1.tar.xz



Other differences:
--
++ plasma5-integration.spec ++
--- /var/tmp/diff_new_pack.wHyi9x/_old  2017-02-10 09:59:40.731452924 +0100
+++ /var/tmp/diff_new_pack.wHyi9x/_new  2017-02-10 09:59:40.735452359 +0100
@@ -18,17 +18,17 @@
 
 %bcond_without lang
 Name:   plasma5-integration
-Version:5.9.0
+Version:5.9.1
 Release:0
-# Full Plasma 5 version (e.g. 5.9.0)
+# Full Plasma 5 version (e.g. 5.9.1)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
-# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.0 in KUF)
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 Summary:Plugins responsible for better integration of Qt applications 
in KDE Workspace
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: plasma-integration-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-integration-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 5.17.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  libQt5Gui-private-headers-devel >= 5.5.0

++ plasma-integration-5.9.0.tar.xz -> plasma-integration-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-integration-5.9.0/CMakeLists.txt 
new/plasma-integration-5.9.1/CMakeLists.txt
--- old/plasma-integration-5.9.0/CMakeLists.txt 2017-01-26 13:24:59.0 
+0100
+++ new/plasma-integration-5.9.1/CMakeLists.txt 2017-02-07 12:26:14.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8.12)
 
 project(PlasmaIntegration)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 include(FeatureSummary)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-integration-5.9.0/po/gl/plasmaintegration5.po 
new/plasma-integration-5.9.1/po/gl/plasmaintegration5.po
--- old/plasma-integration-5.9.0/po/gl/plasmaintegration5.po2017-01-26 
13:24:53.0 +0100
+++ new/plasma-integration-5.9.1/po/gl/plasmaintegration5.po2017-02-07 
12:26:12.0 +0100
@@ -58,7 +58,7 @@
 #, kde-format
 msgctxt "@action:button"
 msgid "Retry"
-msgstr "Tentar de novo"
+msgstr "Intentar de novo"
 
 #: platformtheme/kdeplatformtheme.cpp:291
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-integration-5.9.0/po/nn/plasmaintegration5.po 
new/plasma-integration-5.9.1/po/nn/plasmaintegration5.po
--- old/plasma-integration-5.9.0/po/nn/plasmaintegration5.po2017-01-26 
13:24:56.0 +0100
+++ new/plasma-integration-5.9.1/po/nn/plasmaintegration5.po2017-02-07 
12:26:13.0 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2017-01-12 04:00+0100\n"
+"POT-Creation-Date: 2017-01-19 06:54+0100\n"
 "PO-Revision-Date: 2016-04-24 21:22+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
@@ -31,37 +31,37 @@
 msgid "Save File"
 msgstr "Lagra fil"
 
-#: platformtheme/kdeplatformtheme.cpp:269
+#: platformtheme/kdeplatformtheme.cpp:274
 #, kde-format
 msgctxt "@action:button"
 msgid "Save All"
 msgstr "Lagra alt"
 
-#: platformtheme/kdeplatformtheme.cpp:275
+#: platformtheme/kdeplatformtheme.cpp:280
 #, kde-format
 msgctxt "@action:button"
 msgid "Yes to All"
 msgstr "Ja til alt"
 
-#: platformtheme/kdeplatformtheme.cpp:279
+#: platformtheme/kdeplatformtheme.cpp:284
 #, kde-format
 msgctxt "@action:button"
 msgid "No to All"
 msgstr "Nei til alt"
 
-#: 

commit plasma5-addons for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package plasma5-addons for openSUSE:Factory 
checked in at 2017-02-10 09:59:23

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


Package is "plasma5-addons"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-addons/plasma5-addons.changes
2017-02-03 18:56:02.580951209 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-addons.new/plasma5-addons.changes   
2017-02-10 09:59:24.481750807 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:54:01 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * check on current comic to be valid
+
+---

Old:

  kdeplasma-addons-5.9.0.tar.xz

New:

  kdeplasma-addons-5.9.1.tar.xz



Other differences:
--
++ plasma5-addons.spec ++
--- /var/tmp/diff_new_pack.xHsyZ9/_old  2017-02-10 09:59:25.093664276 +0100
+++ /var/tmp/diff_new_pack.xHsyZ9/_new  2017-02-10 09:59:25.097663711 +0100
@@ -18,17 +18,17 @@
 
 %bcond_without lang
 Name:   plasma5-addons
-Version:5.9.0
+Version:5.9.1
 Release:0
-# Full Plasma 5 version (e.g. 5.9.0)
+# Full Plasma 5 version (e.g. 5.9.1)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
-# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.0 in KUF)
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 Summary:Additional Plasma5 Widgets
 License:LGPL-2.1 and GPL-2.0+ and GPL-3.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: kdeplasma-addons-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kdeplasma-addons-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM 
0001-Color-Picker-Add-border-around-color-if-contrast-to-.patch 
k...@privat.broulik.de -- [Color Picker] Add border around color if contrast to 
surrounding view is too little
 Patch200:   0001-Color-Picker-Add-border-around-color-if-contrast-to-.patch
 # PATCH-FIX-UPSTREAM 
0002-Color-Picker-Add-contrast-frame-around-colors-in-pop.patch 
k...@privat.broulik.de -- [Color Picker] Add contrast frame around colors in 
popup

++ kdeplasma-addons-5.9.0.tar.xz -> kdeplasma-addons-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeplasma-addons-5.9.0/CMakeLists.txt 
new/kdeplasma-addons-5.9.1/CMakeLists.txt
--- old/kdeplasma-addons-5.9.0/CMakeLists.txt   2017-01-26 13:11:06.0 
+0100
+++ new/kdeplasma-addons-5.9.1/CMakeLists.txt   2017-02-07 12:18:57.0 
+0100
@@ -1,5 +1,5 @@
 project(kdeplasma-addons)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeplasma-addons-5.9.0/applets/comic/comic.knsrc 
new/kdeplasma-addons-5.9.1/applets/comic/comic.knsrc
--- old/kdeplasma-addons-5.9.0/applets/comic/comic.knsrc2017-01-26 
13:10:11.0 +0100
+++ new/kdeplasma-addons-5.9.1/applets/comic/comic.knsrc2017-02-07 
12:18:28.0 +0100
@@ -2,6 +2,7 @@
 Name=Comics
 Name[ca]=Còmics
 Name[ca@valencia]=Còmics
+Name[cs]=Komiksy
 Name[de]=Comics
 Name[el]=Κόμικς
 Name[en_GB]=Comics
@@ -14,6 +15,8 @@
 Name[nn]=Teikneseriar
 Name[pl]=Komiksy
 Name[pt]=Banda Desenhada
+Name[pt_BR]=Tirinhas
+Name[ru]=Комиксы
 Name[sk]=Komiks
 Name[sr]=стрипови
 Name[sr@ijekavian]=стрипови
@@ -22,6 +25,7 @@
 Name[sv]=Serier
 Name[uk]=Комікси
 Name[x-test]=xxComicsxx
+Name[zh_CN]=漫画
 Name[zh_TW]=漫畫
 
 ProvidersUrl=http://download.kde.org/ocs/providers.xml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-5.9.0/applets/comic/package/metadata.desktop 
new/kdeplasma-addons-5.9.1/applets/comic/package/metadata.desktop
--- old/kdeplasma-addons-5.9.0/applets/comic/package/metadata.desktop   
2017-01-26 13:10:11.0 +0100
+++ new/kdeplasma-addons-5.9.1/applets/comic/package/metadata.desktop   
2017-02-07 12:18:28.0 +0100
@@ -52,7 +52,7 @@
 Name[uk]=Комічна стрічка
 Name[wa]=Binde d' imådje
 Name[x-test]=xxComic Stripxx
-Name[zh_CN]=连环画
+Name[zh_CN]=漫画
 Name[zh_TW]=漫畫
 Comment=View comic strips from the Internet
 Comment[ar]=اعرض شرائط هزلية من الإنترنت
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit oxygen5 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package oxygen5 for openSUSE:Factory checked 
in at 2017-02-10 09:59:06

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


Package is "oxygen5"

Changes:

--- /work/SRC/openSUSE:Factory/oxygen5/oxygen5.changes  2017-02-03 
17:52:22.540252298 +0100
+++ /work/SRC/openSUSE:Factory/.oxygen5.new/oxygen5.changes 2017-02-10 
09:59:07.640132384 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:53:48 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  oxygen-5.9.0.tar.xz

New:

  oxygen-5.9.1.tar.xz



Other differences:
--
++ oxygen5.spec ++
--- /var/tmp/diff_new_pack.bFqw9r/_old  2017-02-10 09:59:08.216050944 +0100
+++ /var/tmp/diff_new_pack.bFqw9r/_new  2017-02-10 09:59:08.216050944 +0100
@@ -20,17 +20,17 @@
 %define kwin_deco 1
 
 Name:   oxygen5
-Version:5.9.0
+Version:5.9.1
 Release:0
-# Full Plasma 5 version (e.g. 5.9.0)
+# Full Plasma 5 version (e.g. 5.9.1)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
-# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.0 in KUF)
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 Summary:Oxygen style, KWin decoration, cursors and sounds
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: oxygen-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/oxygen-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  extra-cmake-modules >= 0.0.9
 BuildRequires:  kf5-filesystem

++ oxygen-5.9.0.tar.xz -> oxygen-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.9.0/CMakeLists.txt 
new/oxygen-5.9.1/CMakeLists.txt
--- old/oxygen-5.9.0/CMakeLists.txt 2017-01-26 13:22:46.0 +0100
+++ new/oxygen-5.9.1/CMakeLists.txt 2017-02-07 12:24:46.0 +0100
@@ -1,5 +1,5 @@
 project(oxygen)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.9.0/kstyle/config/oxygenstyleconfig.desktop 
new/oxygen-5.9.1/kstyle/config/oxygenstyleconfig.desktop
--- old/oxygen-5.9.0/kstyle/config/oxygenstyleconfig.desktop2017-01-26 
13:22:07.0 +0100
+++ new/oxygen-5.9.1/kstyle/config/oxygenstyleconfig.desktop2017-02-07 
12:24:29.0 +0100
@@ -98,7 +98,7 @@
 X-KDE-Keywords[et]=oxygen,vidin,stiil
 
X-KDE-Keywords[fi]=oxygen,widget,style,tyyli,käyttöliittymäelementti,elementti,kontrolli,säädin
 X-KDE-Keywords[fr]=Oxygène, Composants graphiques, Style
-X-KDE-Keywords[gl]=oxygen,widget,trebello,estilo
+X-KDE-Keywords[gl]=oxygen,trebello,trebello,estilo
 X-KDE-Keywords[hu]=oxygen,elem,stílus
 X-KDE-Keywords[it]=oxygen,oggetto,stile
 X-KDE-Keywords[ko]=oxygen,widget,style,위젯,스타일
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.9.0/po/gl/oxygen_kdecoration.po 
new/oxygen-5.9.1/po/gl/oxygen_kdecoration.po
--- old/oxygen-5.9.0/po/gl/oxygen_kdecoration.po2017-01-26 
13:22:20.0 +0100
+++ new/oxygen-5.9.1/po/gl/oxygen_kdecoration.po2017-02-07 
12:24:36.0 +0100
@@ -260,7 +260,7 @@
 #: config/ui/oxygendetectwidget.ui:69
 #, kde-format
 msgid "Use window class (whole application)"
-msgstr "Usar a clase de xanela (para todo o programa)"
+msgstr "Usar a clase de xanela (para todo o aplicativo)"
 
 #. i18n: ectx: property (text), widget (QRadioButton, windowTitleCheckBox)
 #: config/ui/oxygendetectwidget.ui:79
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.9.0/po/gl/oxygen_style_config.po 
new/oxygen-5.9.1/po/gl/oxygen_style_config.po
--- old/oxygen-5.9.0/po/gl/oxygen_style_config.po   2017-01-26 
13:22:20.0 +0100
+++ new/oxygen-5.9.1/po/gl/oxygen_style_config.po   2017-02-07 
12:24:35.0 +0100
@@ -33,7 +33,7 @@
 #: oxygenanimationconfigwidget.cpp:49
 #, kde-format
 msgid "Focus, mouseover and widget state transition"
-msgstr "Transición co foco, rato e estado do widget"
+msgstr "Transición co foco, rato e estado do trebello"
 
 #: oxygenanimationconfigwidget.cpp:50
 #, kde-format
@@ -42,7 +42,7 @@
 "widget 

commit milou5 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package milou5 for openSUSE:Factory checked 
in at 2017-02-10 09:58:51

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


Package is "milou5"

Changes:

--- /work/SRC/openSUSE:Factory/milou5/milou5.changes2017-02-03 
17:50:10.214909201 +0100
+++ /work/SRC/openSUSE:Factory/.milou5.new/milou5.changes   2017-02-10 
09:58:52.322298475 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:53:34 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  milou-5.9.0.tar.xz

New:

  milou-5.9.1.tar.xz



Other differences:
--
++ milou5.spec ++
--- /var/tmp/diff_new_pack.d3Mhg6/_old  2017-02-10 09:58:52.730240788 +0100
+++ /var/tmp/diff_new_pack.d3Mhg6/_new  2017-02-10 09:58:52.730240788 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   milou5
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:Dedicated search application built on top of Baloo
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/KDE
 Url:https://projects.kde.org/milou
-Source: milou-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/milou-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem

++ milou-5.9.0.tar.xz -> milou-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.9.0/CMakeLists.txt 
new/milou-5.9.1/CMakeLists.txt
--- old/milou-5.9.0/CMakeLists.txt  2017-01-26 13:21:54.0 +0100
+++ new/milou-5.9.1/CMakeLists.txt  2017-02-07 12:24:19.0 +0100
@@ -1,5 +1,5 @@
 project(Milou)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.9.0/po/pl/milou.po 
new/milou-5.9.1/po/pl/milou.po
--- old/milou-5.9.0/po/pl/milou.po  2017-01-26 13:21:42.0 +0100
+++ new/milou-5.9.1/po/pl/milou.po  2017-02-07 12:24:14.0 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Łukasz Wojniłowicz , 2014.
+# Łukasz Wojniłowicz , 2014, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-01-09 04:01+0100\n"
-"PO-Revision-Date: 2014-06-23 20:19+0200\n"
+"PO-Revision-Date: 2017-01-29 08:01+0100\n"
 "Last-Translator: Łukasz Wojniłowicz \n"
 "Language-Team: Polish \n"
 "Language: pl\n"
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: previews/audioplugin.cpp:59
 #, kde-format
@@ -79,4 +79,4 @@
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
 msgid "%1 (Shift+Return)"
-msgstr ""
\ No newline at end of file
+msgstr "%1 (Shift+Return)"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.9.0/po/zh_CN/milou.po 
new/milou-5.9.1/po/zh_CN/milou.po
--- old/milou-5.9.0/po/zh_CN/milou.po   2017-01-26 13:21:53.0 +0100
+++ new/milou-5.9.1/po/zh_CN/milou.po   2017-02-07 12:24:19.0 +0100
@@ -2,20 +2,21 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Weng Xuetian , 2014.
+# Guo Yunhe , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-01-09 04:01+0100\n"
-"PO-Revision-Date: 2014-07-16 15:31-0400\n"
-"Last-Translator: Weng Xuetian \n"
-"Language-Team: Chinese Simplified \n"
+"PO-Revision-Date: 2017-02-05 14:40+0200\n"
+"Last-Translator: Guo Yunhe \n"
+"Language-Team: Chinese \n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: 

commit libksysguard5 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package libksysguard5 for openSUSE:Factory 
checked in at 2017-02-10 09:58:33

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


Package is "libksysguard5"

Changes:

--- /work/SRC/openSUSE:Factory/libksysguard5/libksysguard5.changes  
2017-02-03 17:47:52.890269220 +0100
+++ /work/SRC/openSUSE:Factory/.libksysguard5.new/libksysguard5.changes 
2017-02-10 09:58:34.412831037 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:53:32 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  libksysguard-5.9.0.tar.xz

New:

  libksysguard-5.9.1.tar.xz



Other differences:
--
++ libksysguard5.spec ++
--- /var/tmp/diff_new_pack.GuCLve/_old  2017-02-10 09:58:35.064738852 +0100
+++ /var/tmp/diff_new_pack.GuCLve/_new  2017-02-10 09:58:35.068738286 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   libksysguard5
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:Task management and system monitoring library
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 Url:http://www.kde.org
-Source: libksysguard-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/libksysguard-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  kf5-filesystem

++ libksysguard-5.9.0.tar.xz -> libksysguard-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.9.0/CMakeLists.txt 
new/libksysguard-5.9.1/CMakeLists.txt
--- old/libksysguard-5.9.0/CMakeLists.txt   2017-01-26 13:21:00.0 
+0100
+++ new/libksysguard-5.9.1/CMakeLists.txt   2017-02-07 12:23:50.0 
+0100
@@ -1,5 +1,5 @@
 project(libksysguard)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.9.0/po/gl/processui.po 
new/libksysguard-5.9.1/po/gl/processui.po
--- old/libksysguard-5.9.0/po/gl/processui.po   2017-01-26 13:20:32.0 
+0100
+++ new/libksysguard-5.9.1/po/gl/processui.po   2017-02-07 12:23:37.0 
+0100
@@ -5,13 +5,13 @@
 # mvillarino , 2007, 2008, 2009.
 # marce villarino , 2009.
 # Marce Villarino , 2009, 2011, 2012, 2013.
-# Adrián Chaves Fernández , 2015.
+# Adrián Chaves Fernández , 2015, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: processui\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:21+0100\n"
-"PO-Revision-Date: 2015-11-12 07:25+0100\n"
+"PO-Revision-Date: 2017-01-28 12:12+0100\n"
 "Last-Translator: Adrián Chaves Fernández (Gallaecio) \n"
 "Language-Team: Galician \n"
@@ -45,7 +45,7 @@
 #: ksysguardprocesslist.cpp:164
 #, kde-format
 msgid "Show Application Window"
-msgstr "Mostrar a xanela do programa"
+msgstr "Mostrar a xanela do aplicativo"
 
 #: ksysguardprocesslist.cpp:165
 #, kde-format
@@ -244,7 +244,7 @@
 "trying to run as root.  Error %1 %2"
 msgstr ""
 "Non ten permisos para mudar a prioridade do proceso. Ademais produciuse un "
-"problema ao tentar executar como root. Erro %1 %2"
+"problema ao intentar executar como root. Erro %1 %2"
 
 #: ksysguardprocesslist.cpp:1063 ksysguardprocesslist.cpp:1288
 #, kde-format
@@ -258,7 +258,7 @@
 "there was a problem trying to run as root.  Error %1 %2"
 msgstr ""
 "Non ten permisos para mudar a prioridades de E/S do proceso, ademais "
-"produciuse un problema ao tentar executar como root. Erro %1 %2"
+"produciuse un problema ao intentar executar como root. Erro %1 %2"
 
 #: ksysguardprocesslist.cpp:1229
 #, kde-format
@@ -267,7 +267,7 @@
 "and there was a problem trying to run as root.  Error %1 %2"
 msgstr ""
 "Non ten permisos para trocar o planificador de CPU do proceso. Ademais "
-"produciuse un problema ao tentar executar como root. Erro %1 %2"
+"produciuse un problema ao intentar executar como root. Erro %1 %2"
 
 #: ksysguardprocesslist.cpp:1259
 #, kde-format
@@ -276,7 +276,7 @@
 "trying to run as root.  Error %1 %2"
 msgstr ""
 "Non ten permisos para matar o proceso. Ademais produciuse un problema ao "

commit libkdecoration2 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package libkdecoration2 for openSUSE:Factory 
checked in at 2017-02-10 09:57:57

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


Package is "libkdecoration2"

Changes:

--- /work/SRC/openSUSE:Factory/libkdecoration2/libkdecoration2.changes  
2017-02-03 17:47:45.135362452 +0100
+++ /work/SRC/openSUSE:Factory/.libkdecoration2.new/libkdecoration2.changes 
2017-02-10 09:57:58.433918751 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:53:26 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  kdecoration-5.9.0.tar.xz

New:

  kdecoration-5.9.1.tar.xz



Other differences:
--
++ libkdecoration2.spec ++
--- /var/tmp/diff_new_pack.a4cvSc/_old  2017-02-10 09:57:59.037833353 +0100
+++ /var/tmp/diff_new_pack.a4cvSc/_new  2017-02-10 09:57:59.041832788 +0100
@@ -19,7 +19,7 @@
 %define lname   libkdecorations2-5
 %define lname_private   libkdecorations2private5
 Name:   libkdecoration2
-Version:5.9.0
+Version:5.9.1
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.11
@@ -31,7 +31,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: kdecoration-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kdecoration-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kdecoration-5.9.0.tar.xz -> kdecoration-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdecoration-5.9.0/CMakeLists.txt 
new/kdecoration-5.9.1/CMakeLists.txt
--- old/kdecoration-5.9.0/CMakeLists.txt2017-01-26 13:09:41.0 
+0100
+++ new/kdecoration-5.9.1/CMakeLists.txt2017-02-07 12:18:07.0 
+0100
@@ -1,5 +1,5 @@
 project(decoration-api)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 




commit kwayland-integration for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package kwayland-integration for 
openSUSE:Factory checked in at 2017-02-10 09:57:21

Comparing /work/SRC/openSUSE:Factory/kwayland-integration (Old)
 and  /work/SRC/openSUSE:Factory/.kwayland-integration.new (New)


Package is "kwayland-integration"

Changes:

--- 
/work/SRC/openSUSE:Factory/kwayland-integration/kwayland-integration.changes
2017-02-03 17:46:36.225095464 +0100
+++ 
/work/SRC/openSUSE:Factory/.kwayland-integration.new/kwayland-integration.changes
   2017-02-10 09:57:22.602985497 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:53:05 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  kwayland-integration-5.9.0.tar.xz

New:

  kwayland-integration-5.9.1.tar.xz



Other differences:
--
++ kwayland-integration.spec ++
--- /var/tmp/diff_new_pack.zJvt56/_old  2017-02-10 09:57:23.050922156 +0100
+++ /var/tmp/diff_new_pack.zJvt56/_new  2017-02-10 09:57:23.054921590 +0100
@@ -17,17 +17,17 @@
 
 
 Name:   kwayland-integration
-Version:5.9.0
+Version:5.9.1
 Release:0
-# Full Plasma 5 version (e.g. 5.9.0)
+# Full Plasma 5 version (e.g. 5.9.1)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
-# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.0 in KUF)
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 Summary:Integration plugins for various KDE frameworks for wayland 
windowing system
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Source: kwayland-integration-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kwayland-integration-%{version}.tar.xz
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.11
 BuildRequires:  kf5-filesystem

++ kwayland-integration-5.9.0.tar.xz -> kwayland-integration-5.9.1.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-integration-5.9.0/CMakeLists.txt 
new/kwayland-integration-5.9.1/CMakeLists.txt
--- old/kwayland-integration-5.9.0/CMakeLists.txt   2017-01-26 
13:18:13.0 +0100
+++ new/kwayland-integration-5.9.1/CMakeLists.txt   2017-02-07 
12:22:17.0 +0100
@@ -1,5 +1,5 @@
 project(kwayland-integration)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)




commit kwrited5 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package kwrited5 for openSUSE:Factory 
checked in at 2017-02-10 09:57:45

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


Package is "kwrited5"

Changes:

--- /work/SRC/openSUSE:Factory/kwrited5/kwrited5.changes2017-02-03 
17:46:45.127835330 +0100
+++ /work/SRC/openSUSE:Factory/.kwrited5.new/kwrited5.changes   2017-02-10 
09:57:46.371624449 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:53:24 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  kwrited-5.9.0.tar.xz

New:

  kwrited-5.9.1.tar.xz



Other differences:
--
++ kwrited5.spec ++
--- /var/tmp/diff_new_pack.s4L10a/_old  2017-02-10 09:57:46.783566198 +0100
+++ /var/tmp/diff_new_pack.s4L10a/_new  2017-02-10 09:57:46.783566198 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   kwrited5
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:Daemon listening for wall and write messages
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: kwrited-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kwrited-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.11
 BuildRequires:  kf5-filesystem
 BuildRequires:  xz

++ kwrited-5.9.0.tar.xz -> kwrited-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwrited-5.9.0/CMakeLists.txt 
new/kwrited-5.9.1/CMakeLists.txt
--- old/kwrited-5.9.0/CMakeLists.txt2017-01-26 13:19:55.0 +0100
+++ new/kwrited-5.9.1/CMakeLists.txt2017-02-07 12:23:14.0 +0100
@@ -1,5 +1,5 @@
 project(kwrited)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
 set(KF5_MIN_VERSION "5.10.0")




commit libkscreen2 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package libkscreen2 for openSUSE:Factory 
checked in at 2017-02-10 09:58:08

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


Package is "libkscreen2"

Changes:

--- /work/SRC/openSUSE:Factory/libkscreen2/libkscreen2.changes  2017-02-03 
17:47:50.798564095 +0100
+++ /work/SRC/openSUSE:Factory/.libkscreen2.new/libkscreen2.changes 
2017-02-10 09:58:09.444361789 +0100
@@ -1,0 +2,12 @@
+Tue Feb  7 18:53:28 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * Fix type argument for get property call
+  * disable logging to kscreen.log by default
+  * allow changing an output's modelist at runtime
+
+---

Old:

  libkscreen-5.9.0.tar.xz

New:

  libkscreen-5.9.1.tar.xz



Other differences:
--
++ libkscreen2.spec ++
--- /var/tmp/diff_new_pack.Uuwlp5/_old  2017-02-10 09:58:10.064274128 +0100
+++ /var/tmp/diff_new_pack.Uuwlp5/_new  2017-02-10 09:58:10.068273563 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Screen7
 Name:   libkscreen2
-Version:5.9.0
+Version:5.9.1
 Release:0
-# Full Plasma 5 version (e.g. 5.9.0)
+# Full Plasma 5 version (e.g. 5.9.1)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
-# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.0 in KUF)
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 5.14.0
@@ -40,7 +40,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: libkscreen-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/libkscreen-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ libkscreen-5.9.0.tar.xz -> libkscreen-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.9.0/CMakeLists.txt 
new/libkscreen-5.9.1/CMakeLists.txt
--- old/libkscreen-5.9.0/CMakeLists.txt 2017-01-26 13:20:05.0 +0100
+++ new/libkscreen-5.9.1/CMakeLists.txt 2017-02-07 12:23:23.0 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8.12)
 
 project(libkscreen)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 
 find_package(ECM 5.14.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})




commit kwin5 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package kwin5 for openSUSE:Factory checked 
in at 2017-02-10 09:57:33

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


Package is "kwin5"

Changes:

--- /work/SRC/openSUSE:Factory/kwin5/kwin5.changes  2017-02-03 
17:46:40.468494835 +0100
+++ /work/SRC/openSUSE:Factory/.kwin5.new/kwin5.changes 2017-02-10 
09:57:35.353182534 +0100
@@ -1,0 +2,11 @@
+Tue Feb  7 18:53:22 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * Call performMoveResize when we got a new geoemtry during resize
+  * [autotests] Add test case for resizing window manually
+
+---

Old:

  kwin-5.9.0.tar.xz

New:

  kwin-5.9.1.tar.xz



Other differences:
--
++ kwin5.spec ++
--- /var/tmp/diff_new_pack.REak2P/_old  2017-02-10 09:57:36.153069425 +0100
+++ /var/tmp/diff_new_pack.REak2P/_new  2017-02-10 09:57:36.153069425 +0100
@@ -21,17 +21,17 @@
 %define wayland 0%{?suse_version} >= 1330
 %bcond_without lang
 Name:   kwin5
-Version:5.9.0
+Version:5.9.1
 Release:0
-# Full Plasma 5 version (e.g. 5.9.0)
+# Full Plasma 5 version (e.g. 5.9.1)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
-# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.0 in KUF)
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 Summary:KDE Window Manager
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: kwin-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kwin-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.11
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem

++ kwin-5.9.0.tar.xz -> kwin-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwin-5.9.0/CMakeLists.txt 
new/kwin-5.9.1/CMakeLists.txt
--- old/kwin-5.9.0/CMakeLists.txt   2017-01-26 13:19:31.0 +0100
+++ new/kwin-5.9.1/CMakeLists.txt   2017-02-07 12:22:52.0 +0100
@@ -1,5 +1,5 @@
 project(KWIN)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwin-5.9.0/autotests/integration/move_resize_window_test.cpp 
new/kwin-5.9.1/autotests/integration/move_resize_window_test.cpp
--- old/kwin-5.9.0/autotests/integration/move_resize_window_test.cpp
2017-01-26 13:18:26.0 +0100
+++ new/kwin-5.9.1/autotests/integration/move_resize_window_test.cpp
2017-02-07 12:22:26.0 +0100
@@ -57,6 +57,7 @@
 void init();
 void cleanup();
 void testMove();
+void testResize();
 void testPackTo_data();
 void testPackTo();
 void testPackAgainstClient_data();
@@ -193,6 +194,88 @@
 QVERIFY(workspace()->getMovingClient() == nullptr);
 surface.reset();
 QVERIFY(Test::waitForWindowDestroyed(c));
+}
+
+void MoveResizeWindowTest::testResize()
+{
+// a test case which manually resizes a window
+using namespace KWayland::Client;
+
+QScopedPointer surface(Test::createSurface());
+QVERIFY(!surface.isNull());
+
+QScopedPointer 
shellSurface(Test::createShellSurface(surface.data()));
+QVERIFY(!shellSurface.isNull());
+QSignalSpy sizeChangeSpy(shellSurface.data(), ::sizeChanged);
+QVERIFY(sizeChangeSpy.isValid());
+// let's render
+auto c = Test::renderAndWaitForShown(surface.data(), QSize(100, 50), 
Qt::blue);
+QSignalSpy surfaceSizeChangedSpy(shellSurface.data(), 
::sizeChanged);
+QVERIFY(surfaceSizeChangedSpy.isValid());
+
+QVERIFY(c);
+QCOMPARE(workspace()->activeClient(), c);
+QCOMPARE(c->geometry(), QRect(0, 0, 100, 50));
+QSignalSpy geometryChangedSpy(c, ::geometryChanged);
+QVERIFY(geometryChangedSpy.isValid());
+QSignalSpy startMoveResizedSpy(c, 
::clientStartUserMovedResized);
+QVERIFY(startMoveResizedSpy.isValid());
+QSignalSpy moveResizedChangedSpy(c, ::moveResizedChanged);
+QVERIFY(moveResizedChangedSpy.isValid());
+QSignalSpy clientStepUserMovedResizedSpy(c, 
::clientStepUserMovedResized);
+QVERIFY(clientStepUserMovedResizedSpy.isValid());
+QSignalSpy clientFinishUserMovedResizedSpy(c, 
::clientFinishUserMovedResized);
+

commit ksysguard5 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

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

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


Package is "ksysguard5"

Changes:

--- /work/SRC/openSUSE:Factory/ksysguard5/ksysguard5.changes2017-02-03 
17:46:23.826850366 +0100
+++ /work/SRC/openSUSE:Factory/.ksysguard5.new/ksysguard5.changes   
2017-02-10 09:57:13.052336018 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:53:04 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  ksysguard-5.9.0.tar.xz

New:

  ksysguard-5.9.1.tar.xz



Other differences:
--
++ ksysguard5.spec ++
--- /var/tmp/diff_new_pack.Ol39fc/_old  2017-02-10 09:57:13.528268719 +0100
+++ /var/tmp/diff_new_pack.Ol39fc/_new  2017-02-10 09:57:13.540267022 +0100
@@ -18,17 +18,17 @@
 
 %bcond_without lang
 Name:   ksysguard5
-Version:5.9.0
+Version:5.9.1
 Release:0
-# Full Plasma 5 version (e.g. 5.9.0)
+# Full Plasma 5 version (e.g. 5.9.1)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
-# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.0 in KUF)
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 Summary:KDE System Guard daemon
 License:GPL-2.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: ksysguard-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/ksysguard-%{version}.tar.xz
 Source1:ksysguardd.service
 # PATCH-FIX-OPENSUSE 0001-Use-run-for-ksysguardd-s-pid-file.patch
 Patch0: 0001-Use-run-for-ksysguardd-s-pid-file.patch

++ ksysguard-5.9.0.tar.xz -> ksysguard-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.9.0/CMakeLists.txt 
new/ksysguard-5.9.1/CMakeLists.txt
--- old/ksysguard-5.9.0/CMakeLists.txt  2017-01-26 13:17:50.0 +0100
+++ new/ksysguard-5.9.1/CMakeLists.txt  2017-02-07 12:21:58.0 +0100
@@ -1,5 +1,5 @@
 project(ksysguard)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.9.0/po/cs/ksysguard.po 
new/ksysguard-5.9.1/po/cs/ksysguard.po
--- old/ksysguard-5.9.0/po/cs/ksysguard.po  2017-01-26 13:17:30.0 
+0100
+++ new/ksysguard-5.9.1/po/cs/ksysguard.po  2017-02-07 12:21:50.0 
+0100
@@ -197,9 +197,9 @@
 #, kde-format
 msgid "1 processœ1"
 msgid_plural "%1 processesœ%1"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgstr[0] "1 proces❢1"
+msgstr[1] "%1 procesy❢%1"
+msgstr[2] "%1 procesů❢%1"
 
 #: ksysguard.cpp:445
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.9.0/po/gl/ksysguard.po 
new/ksysguard-5.9.1/po/gl/ksysguard.po
--- old/ksysguard-5.9.0/po/gl/ksysguard.po  2017-01-26 13:17:32.0 
+0100
+++ new/ksysguard-5.9.1/po/gl/ksysguard.po  2017-02-07 12:21:51.0 
+0100
@@ -231,7 +231,7 @@
 #: ksysguard.cpp:538
 #, kde-format
 msgid "(c) 1996-2016 The KDE System Monitor Developers"
-msgstr "© 1996-2016 Desenvolventes do vixiante do sistema de KDE"
+msgstr "© 1996-2016 Desenvolvedores do vixiante do sistema de KDE"
 
 #: ksysguard.cpp:540
 #, kde-format
@@ -551,7 +551,7 @@
 #: SensorDisplayLib/DancingBarsSettings.cpp:205
 #, kde-format
 msgid "Push this button to configure the label."
-msgstr "Prema neste botón para configurar a etiqueta."
+msgstr "Prema este botón para configurar a etiqueta."
 
 #: SensorDisplayLib/DancingBarsSettings.cpp:208
 #: SensorDisplayLib/FancyPlotterSettings.cpp:226
@@ -563,7 +563,7 @@
 #: SensorDisplayLib/FancyPlotterSettings.cpp:227
 #, kde-format
 msgid "Push this button to delete the sensor."
-msgstr "Prema neste botón para borrar o sensor."
+msgstr "Prema este botón para borrar o sensor."
 
 #: SensorDisplayLib/DancingBarsSettings.cpp:361
 #, kde-format
@@ -722,8 +722,8 @@
 "currently displayed values; if you do not check this, you have to specify "
 "the range you want in the fields below."
 msgstr ""
-"Sinale esta opción se quere que o rango mostrado se adapte dinamicamente aos "
-"valores actualmente mostrados. Se non sinala isto, terá que especificar o "
+"Marque 

commit ksshaskpass5 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package ksshaskpass5 for openSUSE:Factory 
checked in at 2017-02-10 09:57:03

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


Package is "ksshaskpass5"

Changes:

--- /work/SRC/openSUSE:Factory/ksshaskpass5/ksshaskpass5.changes
2017-02-03 17:46:22.786997551 +0100
+++ /work/SRC/openSUSE:Factory/.ksshaskpass5.new/ksshaskpass5.changes   
2017-02-10 09:57:03.913628286 +0100
@@ -1,0 +2,12 @@
+Tue Feb  7 18:52:59 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * Merge Plasma/5.8 into Plasma/5.9
+  * Workaround for keys stored with an extra space at the end
+  * Fix several problems in algorithm of deriving key filename from a prompt 
message supplied by ssh-add
+
+---

Old:

  ksshaskpass-5.9.0.tar.xz

New:

  ksshaskpass-5.9.1.tar.xz



Other differences:
--
++ ksshaskpass5.spec ++
--- /var/tmp/diff_new_pack.Xe07T2/_old  2017-02-10 09:57:04.889490294 +0100
+++ /var/tmp/diff_new_pack.Xe07T2/_new  2017-02-10 09:57:04.889490294 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   ksshaskpass5
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:Plasma 5 version of ssh-askpass
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:
http://kde-apps.org/CONTENT/content-files/50971-ksshaskpass-0.5.3.tar.gz
-Source: ksshaskpass-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/ksshaskpass-%{version}.tar.xz
 Patch1: suse-tweaks.diff
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kf5-filesystem

++ ksshaskpass-5.9.0.tar.xz -> ksshaskpass-5.9.1.tar.xz ++
 2911 lines of diff (skipped)




commit kinfocenter5 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package kinfocenter5 for openSUSE:Factory 
checked in at 2017-02-10 09:56:21

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


Package is "kinfocenter5"

Changes:

--- /work/SRC/openSUSE:Factory/kinfocenter5/kinfocenter5.changes
2017-02-03 17:45:11.793046316 +0100
+++ /work/SRC/openSUSE:Factory/.kinfocenter5.new/kinfocenter5.changes   
2017-02-10 09:56:22.851434688 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:52:45 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  kinfocenter-5.9.0.tar.xz

New:

  kinfocenter-5.9.1.tar.xz



Other differences:
--
++ kinfocenter5.spec ++
--- /var/tmp/diff_new_pack.725NU9/_old  2017-02-10 09:56:23.427353250 +0100
+++ /var/tmp/diff_new_pack.725NU9/_new  2017-02-10 09:56:23.427353250 +0100
@@ -18,17 +18,17 @@
 
 %bcond_without lang
 Name:   kinfocenter5
-Version:5.9.0
+Version:5.9.1
 Release:0
-# Full Plasma 5 version (e.g. 5.9.0)
+# Full Plasma 5 version (e.g. 5.9.1)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
-# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.0 in KUF)
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 Summary:Utility that provides information about a computer system
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: kinfocenter-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kinfocenter-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE plasma-session-name.patch
 Patch0: plasma-session-name.patch
 BuildRequires:  extra-cmake-modules >= 1.2.0
@@ -37,25 +37,25 @@
 BuildRequires:  pciutils-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
-BuildRequires:  cmake(KF5Completion) >= 5.9.0
-BuildRequires:  cmake(KF5Config) >= 5.9.0
-BuildRequires:  cmake(KF5ConfigWidgets) >= 5.9.0
-BuildRequires:  cmake(KF5CoreAddons) >= 5.9.0
-BuildRequires:  cmake(KF5DBusAddons) >= 5.9.0
-BuildRequires:  cmake(KF5Declarative) >= 5.9.0
-BuildRequires:  cmake(KF5DocTools) >= 5.9.0
-BuildRequires:  cmake(KF5I18n) >= 5.9.0
-BuildRequires:  cmake(KF5IconThemes) >= 5.9.0
-BuildRequires:  cmake(KF5KCMUtils) >= 5.9.0
-BuildRequires:  cmake(KF5KDELibs4Support) >= 5.9.0
-BuildRequires:  cmake(KF5KIO) >= 5.9.0
-BuildRequires:  cmake(KF5Package) >= 5.9.0
-BuildRequires:  cmake(KF5Service) >= 5.9.0
-BuildRequires:  cmake(KF5Solid) >= 5.9.0
-BuildRequires:  cmake(KF5Solid) >= 5.9.0
+BuildRequires:  cmake(KF5Completion) >= 5.9.1
+BuildRequires:  cmake(KF5Config) >= 5.9.1
+BuildRequires:  cmake(KF5ConfigWidgets) >= 5.9.1
+BuildRequires:  cmake(KF5CoreAddons) >= 5.9.1
+BuildRequires:  cmake(KF5DBusAddons) >= 5.9.1
+BuildRequires:  cmake(KF5Declarative) >= 5.9.1
+BuildRequires:  cmake(KF5DocTools) >= 5.9.1
+BuildRequires:  cmake(KF5I18n) >= 5.9.1
+BuildRequires:  cmake(KF5IconThemes) >= 5.9.1
+BuildRequires:  cmake(KF5KCMUtils) >= 5.9.1
+BuildRequires:  cmake(KF5KDELibs4Support) >= 5.9.1
+BuildRequires:  cmake(KF5KIO) >= 5.9.1
+BuildRequires:  cmake(KF5Package) >= 5.9.1
+BuildRequires:  cmake(KF5Service) >= 5.9.1
+BuildRequires:  cmake(KF5Solid) >= 5.9.1
+BuildRequires:  cmake(KF5Solid) >= 5.9.1
 BuildRequires:  cmake(KF5Wayland) >= %{_plasma5_version}
-BuildRequires:  cmake(KF5WidgetsAddons) >= 5.9.0
-BuildRequires:  cmake(KF5XmlGui) >= 5.9.0
+BuildRequires:  cmake(KF5WidgetsAddons) >= 5.9.1
+BuildRequires:  cmake(KF5XmlGui) >= 5.9.1
 BuildRequires:  cmake(Qt5Core) >= 5.4.0
 BuildRequires:  cmake(Qt5Gui) >= 5.4.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.4.0

++ kinfocenter-5.9.0.tar.xz -> kinfocenter-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.9.0/CMakeLists.txt 
new/kinfocenter-5.9.1/CMakeLists.txt
--- old/kinfocenter-5.9.0/CMakeLists.txt2017-01-26 13:13:24.0 
+0100
+++ new/kinfocenter-5.9.1/CMakeLists.txt2017-02-07 12:20:11.0 
+0100
@@ -1,5 +1,5 @@
 project(kinfocenter)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.9.0/Modules/usbview/kcmusb.desktop 

commit kmenuedit5 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package kmenuedit5 for openSUSE:Factory 
checked in at 2017-02-10 09:56:31

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


Package is "kmenuedit5"

Changes:

--- /work/SRC/openSUSE:Factory/kmenuedit5/kmenuedit5.changes2017-02-03 
17:45:40.684956846 +0100
+++ /work/SRC/openSUSE:Factory/.kmenuedit5.new/kmenuedit5.changes   
2017-02-10 09:56:33.081988041 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:52:50 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  kmenuedit-5.9.0.tar.xz

New:

  kmenuedit-5.9.1.tar.xz



Other differences:
--
++ kmenuedit5.spec ++
--- /var/tmp/diff_new_pack.U0bOzj/_old  2017-02-10 09:56:33.677903776 +0100
+++ /var/tmp/diff_new_pack.U0bOzj/_new  2017-02-10 09:56:33.681903210 +0100
@@ -18,17 +18,17 @@
 
 %bcond_without lang
 Name:   kmenuedit5
-Version:5.9.0
+Version:5.9.1
 Release:0
-# Full Plasma 5 version (e.g. 5.9.0)
+# Full Plasma 5 version (e.g. 5.9.1)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
-# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.0 in KUF)
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 Summary:Provides the interface and basic tools for the KDE workspace
 License:GPL-2.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: kmenuedit-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kmenuedit-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem

++ kmenuedit-5.9.0.tar.xz -> kmenuedit-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmenuedit-5.9.0/CMakeLists.txt 
new/kmenuedit-5.9.1/CMakeLists.txt
--- old/kmenuedit-5.9.0/CMakeLists.txt  2017-01-26 13:14:00.0 +0100
+++ new/kmenuedit-5.9.1/CMakeLists.txt  2017-02-07 12:20:31.0 +0100
@@ -1,5 +1,5 @@
 project(kmenuedit)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmenuedit-5.9.0/po/gl/kmenuedit.po 
new/kmenuedit-5.9.1/po/gl/kmenuedit.po
--- old/kmenuedit-5.9.0/po/gl/kmenuedit.po  2017-01-26 13:13:43.0 
+0100
+++ new/kmenuedit-5.9.1/po/gl/kmenuedit.po  2017-02-07 12:20:24.0 
+0100
@@ -214,7 +214,7 @@
 "Do you want to save the changes or discard them?"
 msgstr ""
 "Fixo cambios no menú.\n"
-"Quere gardalos ou esquecelos?"
+"Quere gardalos ou descartalos?"
 
 #: kmenuedit.cpp:216
 #, kde-format




commit kscreen5 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package kscreen5 for openSUSE:Factory 
checked in at 2017-02-10 09:56:39

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


Package is "kscreen5"

Changes:

--- /work/SRC/openSUSE:Factory/kscreen5/kscreen5.changes2017-02-03 
17:46:17.771707436 +0100
+++ /work/SRC/openSUSE:Factory/.kscreen5.new/kscreen5.changes   2017-02-10 
09:56:40.308966111 +0100
@@ -1,0 +2,17 @@
+Tue Feb  7 18:52:55 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * Merge Plasma/5.8 into Plasma/5.9
+  * guard against nullptr-access to the OutputPtr
+  * apply config change after correcting invalid mode
+  * no use in setting modes on disabled outputs
+  * correct possibly invalid current mode
+  * Disable unify button when only one output is connected
+  * Increase precision of refresh rate
+  * Move back to runtime connection
+
+---

Old:

  kscreen-5.9.0.tar.xz

New:

  kscreen-5.9.1.tar.xz



Other differences:
--
++ kscreen5.spec ++
--- /var/tmp/diff_new_pack.L7Xe3g/_old  2017-02-10 09:56:40.924879019 +0100
+++ /var/tmp/diff_new_pack.L7Xe3g/_new  2017-02-10 09:56:40.928878453 +0100
@@ -18,17 +18,17 @@
 
 %bcond_without lang
 Name:   kscreen5
-Version:5.9.0
+Version:5.9.1
 Release:0
-# Full Plasma 5 version (e.g. 5.9.0)
+# Full Plasma 5 version (e.g. 5.9.1)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
-# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.0 in KUF)
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 Summary:KDE's screen management software
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: kscreen-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kscreen-%{version}.tar.xz
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 1.6.0
 BuildRequires:  fdupes

++ kscreen-5.9.0.tar.xz -> kscreen-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreen-5.9.0/CMakeLists.txt 
new/kscreen-5.9.1/CMakeLists.txt
--- old/kscreen-5.9.0/CMakeLists.txt2017-01-26 13:15:00.0 +0100
+++ new/kscreen-5.9.1/CMakeLists.txt2017-02-07 12:21:02.0 +0100
@@ -1,5 +1,5 @@
 project(KScreen)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 
 cmake_minimum_required(VERSION 2.8.12)
 




commit kscreenlocker for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package kscreenlocker for openSUSE:Factory 
checked in at 2017-02-10 09:56:48

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


Package is "kscreenlocker"

Changes:

--- /work/SRC/openSUSE:Factory/kscreenlocker/kscreenlocker.changes  
2017-02-03 17:46:18.623586858 +0100
+++ /work/SRC/openSUSE:Factory/.kscreenlocker.new/kscreenlocker.changes 
2017-02-10 09:56:49.403680073 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:52:57 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  kscreenlocker-5.9.0.tar.xz

New:

  kscreenlocker-5.9.1.tar.xz



Other differences:
--
++ kscreenlocker.spec ++
--- /var/tmp/diff_new_pack.xxbw15/_old  2017-02-10 09:56:49.859615601 +0100
+++ /var/tmp/diff_new_pack.xxbw15/_new  2017-02-10 09:56:49.859615601 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   kscreenlocker
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:Library and components for secure lock screen architecture
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:https://projects.kde.org/kscreenlocker
-Source: kscreenlocker-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kscreenlocker-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE fix-wayland-version-requirement.diff -- Changes wayland 
requirement from 1.3 to 1.2.1
 Patch0: fix-wayland-version-requirement.diff
 BuildRequires:  cmake >= 2.8.12

++ kscreenlocker-5.9.0.tar.xz -> kscreenlocker-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.9.0/CMakeLists.txt 
new/kscreenlocker-5.9.1/CMakeLists.txt
--- old/kscreenlocker-5.9.0/CMakeLists.txt  2017-01-26 15:51:52.0 
+0100
+++ new/kscreenlocker-5.9.1/CMakeLists.txt  2017-02-07 12:21:29.0 
+0100
@@ -1,4 +1,4 @@
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)




commit kde-cli-tools5 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package kde-cli-tools5 for openSUSE:Factory 
checked in at 2017-02-10 09:55:23

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


Package is "kde-cli-tools5"

Changes:

--- /work/SRC/openSUSE:Factory/kde-cli-tools5/kde-cli-tools5.changes
2017-02-03 17:44:12.069499787 +0100
+++ /work/SRC/openSUSE:Factory/.kde-cli-tools5.new/kde-cli-tools5.changes   
2017-02-10 09:55:24.023753118 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:52:00 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * Merge Plasma/5.8 into Plasma/5.9
+
+---

Old:

  kde-cli-tools-5.9.0.tar.xz

New:

  kde-cli-tools-5.9.1.tar.xz



Other differences:
--
++ kde-cli-tools5.spec ++
--- /var/tmp/diff_new_pack.rt5rMo/_old  2017-02-10 09:55:24.911627570 +0100
+++ /var/tmp/diff_new_pack.rt5rMo/_new  2017-02-10 09:55:24.919626439 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   kde-cli-tools5
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:Additional CLI tools for KDE applications
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: kde-cli-tools-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- boo#852256
 Patch0: kdesu-add-some-i18n-love.patch
 BuildRequires:  extra-cmake-modules >= 1.3.0

++ kde-cli-tools-5.9.0.tar.xz -> kde-cli-tools-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.9.0/CMakeLists.txt 
new/kde-cli-tools-5.9.1/CMakeLists.txt
--- old/kde-cli-tools-5.9.0/CMakeLists.txt  2017-01-26 13:09:30.0 
+0100
+++ new/kde-cli-tools-5.9.1/CMakeLists.txt  2017-02-07 12:17:57.0 
+0100
@@ -1,5 +1,5 @@
 project(KDE-CLI-Tools)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.9.0/po/cs/kstart.po 
new/kde-cli-tools-5.9.1/po/cs/kstart.po
--- old/kde-cli-tools-5.9.0/po/cs/kstart.po 2017-01-26 13:08:42.0 
+0100
+++ new/kde-cli-tools-5.9.1/po/cs/kstart.po 2017-02-07 12:17:35.0 
+0100
@@ -21,12 +21,12 @@
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr ""
+msgstr "Miroslav Flídr"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr ""
+msgstr "fl...@kky.zcu.cz"
 
 #: kstart.cpp:295
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.9.0/po/gl/filetypes.po 
new/kde-cli-tools-5.9.1/po/gl/filetypes.po
--- old/kde-cli-tools-5.9.0/po/gl/filetypes.po  2017-01-26 13:08:50.0 
+0100
+++ new/kde-cli-tools-5.9.1/po/gl/filetypes.po  2017-02-07 12:17:38.0 
+0100
@@ -66,7 +66,7 @@
 msgstr ""
 "Aquí pode configurar o que fará o xestor de ficheiros Konqueror cando se "
 "faga clic nun ficheiro deste grupo. Konqueror pode mostrar o ficheiro nun "
-"visor incluído na fiestra ou iniciar un programa á parte. Pode cambiar esta "
+"visor incluído na xanela ou iniciar un aplicativo á parte. Pode cambiar esta "
 "configuración para un tipo de ficheiro específico na páxina «Inclusión» da "
 "configuración do tipo de ficheiro. Dolphin sempre mostra os ficheiros nun "
 "visor á parte."
@@ -77,7 +77,7 @@
 "This button displays the icon associated with the selected file type. Click "
 "on it to choose a different icon."
 msgstr ""
-"Este botón mostra a icona asociada co tipo de ficheiro escollido. Prema nel "
+"Este botón mostra a icona asociada co tipo de ficheiro escollido. Prémao "
 "para escoller unha icona diferente."
 
 #: filetypedetails.cpp:78
@@ -131,8 +131,8 @@
 "to display directory content."
 msgstr ""
 "Pode escribir unha descrición curta para ficheiros do tipo escollido (por "
-"ex. «Páxina HTML»). Esta descrición empregarase por programas como Konqueror "
-"para mostrar o contido do cartafol."
+"ex. «Páxina HTML»). Esta descrición empregarase por aplicativos como "
+"Konqueror para mostrar o contido do directorio."
 
 #: filetypedetails.cpp:141
 #, kde-format
@@ -156,7 +156,7 @@
 msgstr ""
 "Aquí pode configurar o que fará o xestor de ficheiros Konqueror cando se "
 "faga clic nun ficheiro 

commit kde-gtk-config5 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package kde-gtk-config5 for openSUSE:Factory 
checked in at 2017-02-10 09:55:35

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


Package is "kde-gtk-config5"

Changes:

--- /work/SRC/openSUSE:Factory/kde-gtk-config5/kde-gtk-config5.changes  
2017-02-03 17:44:13.869245045 +0100
+++ /work/SRC/openSUSE:Factory/.kde-gtk-config5.new/kde-gtk-config5.changes 
2017-02-10 09:55:36.717958125 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:52:15 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  kde-gtk-config-5.9.0.tar.xz

New:

  kde-gtk-config-5.9.1.tar.xz



Other differences:
--
++ kde-gtk-config5.spec ++
--- /var/tmp/diff_new_pack.07E7w8/_old  2017-02-10 09:55:37.289877254 +0100
+++ /var/tmp/diff_new_pack.07E7w8/_new  2017-02-10 09:55:37.293876689 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kde-gtk-config5
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:KCM Module to Configure GTK2 and GTK3 Applications Appearance 
Under KDE
 License:LGPL-3.0+ and GPL-3.0+
@@ -27,7 +27,7 @@
 Source1:kde_gtk_config.suse.sh
 Source2:gtkrc-2.0-kde4.template
 Source3:gtk3-settings.ini-kde4.template
-Source: kde-gtk-config-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.9
 BuildRequires:  kf5-filesystem
 BuildRequires:  xz

++ kde-gtk-config-5.9.0.tar.xz -> kde-gtk-config-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.9.0/CMakeLists.txt 
new/kde-gtk-config-5.9.1/CMakeLists.txt
--- old/kde-gtk-config-5.9.0/CMakeLists.txt 2017-01-26 13:10:01.0 
+0100
+++ new/kde-gtk-config-5.9.1/CMakeLists.txt 2017-02-07 12:18:19.0 
+0100
@@ -1,5 +1,5 @@
 project(kde-gtk-config)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 cmake_minimum_required(VERSION 2.8.12)
 
 find_package(ECM 0.0.9 REQUIRED NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.9.0/cgcgtk3.knsrc 
new/kde-gtk-config-5.9.1/cgcgtk3.knsrc
--- old/kde-gtk-config-5.9.0/cgcgtk3.knsrc  2017-01-26 13:09:51.0 
+0100
+++ new/kde-gtk-config-5.9.1/cgcgtk3.knsrc  2017-02-07 12:18:15.0 
+0100
@@ -13,6 +13,8 @@
 Name[nn]=GTK 3.x-tema
 Name[pl]=Wygląd GTK 3.x
 Name[pt]=Temas do GTK 3.x
+Name[pt_BR]=Temas GTK 3.x
+Name[ru]=Темы GTK 3.x
 Name[sk]=Témy GTK 3.x
 Name[sr]=ГТК 3.x теме
 Name[sr@ijekavian]=ГТК 3.x теме
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.9.0/cgcicon.knsrc 
new/kde-gtk-config-5.9.1/cgcicon.knsrc
--- old/kde-gtk-config-5.9.0/cgcicon.knsrc  2017-01-26 13:09:51.0 
+0100
+++ new/kde-gtk-config-5.9.1/cgcicon.knsrc  2017-02-07 12:18:15.0 
+0100
@@ -13,6 +13,8 @@
 Name[nn]=Ikontema
 Name[pl]=Zestawy ikon
 Name[pt]=Temas de Ícones
+Name[pt_BR]=Temas de ícones
+Name[ru]=Темы значков
 Name[sk]=Témy ikon
 Name[sr]=Теме иконица
 Name[sr@ijekavian]=Теме иконица
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.9.0/cgctheme.knsrc 
new/kde-gtk-config-5.9.1/cgctheme.knsrc
--- old/kde-gtk-config-5.9.0/cgctheme.knsrc 2017-01-26 13:09:51.0 
+0100
+++ new/kde-gtk-config-5.9.1/cgctheme.knsrc 2017-02-07 12:18:15.0 
+0100
@@ -13,6 +13,8 @@
 Name[nn]=GTK 2.x-tema
 Name[pl]=Wygląd GTK 2.x
 Name[pt]=Temas do GTK 2.x
+Name[pt_BR]=Temas GTK 2.x
+Name[ru]=Темы GTK 2.x
 Name[sk]=Témy GTK 2.x
 Name[sr]=ГТК 2.x теме
 Name[sr@ijekavian]=ГТК 2.x теме
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.9.0/kde-gtk-config.desktop 
new/kde-gtk-config-5.9.1/kde-gtk-config.desktop
--- old/kde-gtk-config-5.9.0/kde-gtk-config.desktop 2017-01-26 
13:09:51.0 +0100
+++ new/kde-gtk-config-5.9.1/kde-gtk-config.desktop 2017-02-07 
12:18:15.0 +0100
@@ -15,7 +15,7 @@
 Comment[eu]=GNOME/Gtk trepeten tankera
 Comment[fi]=Gnome/GTK-sovellusten elementtien tyyli
 Comment[fr]=Configuration du style de composants graphiques des applications « 
GNOME / GTK »
-Comment[gl]=Estilo dos trebellos de programas de GNOME ou GTK.
+Comment[gl]=Estilo dos trebellos de 

commit kde-user-manager for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package kde-user-manager for 
openSUSE:Factory checked in at 2017-02-10 09:55:52

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


Package is "kde-user-manager"

Changes:

--- /work/SRC/openSUSE:Factory/kde-user-manager/kde-user-manager.changes
2017-02-03 17:44:16.112927467 +0100
+++ /work/SRC/openSUSE:Factory/.kde-user-manager.new/kde-user-manager.changes   
2017-02-10 09:55:53.311611732 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:52:27 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  user-manager-5.9.0.tar.xz

New:

  user-manager-5.9.1.tar.xz



Other differences:
--
++ kde-user-manager.spec ++
--- /var/tmp/diff_new_pack.SmvuPy/_old  2017-02-10 09:55:54.043508239 +0100
+++ /var/tmp/diff_new_pack.SmvuPy/_new  2017-02-10 09:55:54.047507674 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   kde-user-manager
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:KDE System Settings module to manage users
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: user-manager-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/user-manager-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 1.3.0
 BuildRequires:  libpwquality-devel
 BuildRequires:  cmake(KF5I18n)

++ user-manager-5.9.0.tar.xz -> user-manager-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.9.0/CMakeLists.txt 
new/user-manager-5.9.1/CMakeLists.txt
--- old/user-manager-5.9.0/CMakeLists.txt   2017-01-26 13:33:57.0 
+0100
+++ new/user-manager-5.9.1/CMakeLists.txt   2017-02-07 12:31:01.0 
+0100
@@ -1,6 +1,6 @@
 project(user-manager)
 cmake_minimum_required(VERSION 2.8.12)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 
 find_package(ECM 1.3.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})




commit khotkeys5 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package khotkeys5 for openSUSE:Factory 
checked in at 2017-02-10 09:56:09

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


Package is "khotkeys5"

Changes:

--- /work/SRC/openSUSE:Factory/khotkeys5/khotkeys5.changes  2017-02-03 
17:44:59.566776866 +0100
+++ /work/SRC/openSUSE:Factory/.khotkeys5.new/khotkeys5.changes 2017-02-10 
09:56:12.136949760 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:52:33 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  khotkeys-5.9.0.tar.xz

New:

  khotkeys-5.9.1.tar.xz



Other differences:
--
++ khotkeys5.spec ++
--- /var/tmp/diff_new_pack.fMPNKk/_old  2017-02-10 09:56:12.724866627 +0100
+++ /var/tmp/diff_new_pack.fMPNKk/_new  2017-02-10 09:56:12.724866627 +0100
@@ -18,17 +18,17 @@
 
 %bcond_without lang
 Name:   khotkeys5
-Version:5.9.0
+Version:5.9.1
 Release:0
-# Full Plasma 5 version (e.g. 5.9.0)
+# Full Plasma 5 version (e.g. 5.9.1)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
-# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.0 in KUF)
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 Summary:KDE's hotkey daemon
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: khotkeys-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/khotkeys-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 1.1.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  xz

++ khotkeys-5.9.0.tar.xz -> khotkeys-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.9.0/CMakeLists.txt 
new/khotkeys-5.9.1/CMakeLists.txt
--- old/khotkeys-5.9.0/CMakeLists.txt   2017-01-26 15:08:43.0 +0100
+++ new/khotkeys-5.9.1/CMakeLists.txt   2017-02-07 12:19:35.0 +0100
@@ -1,5 +1,5 @@
 project(khotkeys)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.9.0/data/kde32b1.khotkeys 
new/khotkeys-5.9.1/data/kde32b1.khotkeys
--- old/khotkeys-5.9.0/data/kde32b1.khotkeys2017-01-26 15:08:18.0 
+0100
+++ new/khotkeys-5.9.1/data/kde32b1.khotkeys2017-02-07 12:19:26.0 
+0100
@@ -622,7 +622,7 @@
 Comment[fr]=Après avoir appuyé « Ctrl » + « Alt » + « H », la saisie de « 
Hello » sera simulée comme si vous l'aviez saisi. C'est particulièrement utile 
si vous êtes amené à saisir fréquemment un mot (par exemple « unsigned » ). 
Chaque appui de touche en entrée est séparée par deux-points « : ». Veuillez 
noter que les appuis de touches sont littéralement ce qu'ils sont, vous devez 
donc écrire exactement les touches que vous utiliseriez sur le clavier. Dans le 
tableau ci-dessous, la colonne de gauche montre l'entrée et celle de droite ce 
que vous devez saisir.\n\n « Entrée » (c'est-à-dire, un retour à la ligne)  
 « Entrée » ou « Retour »\na (c'est-à-dire, « a » minuscule) A\nA 
(c'est-à-dire, « A » majuscule)« Maj » + « A »\n : (deux-points)  « Maj 
» + « ;  »\n «   » (espace)« Espace »
 Comment[fy]=As jo op Alt+Ctrl+H drukke sil de ynfier 'Hallo' similearre wurde 
krekt as jo it typt haw. Hannich as jo te lui binne om dingen as 'unsigned' te 
typen. Eltse toetsoanslach by de ynfier moat skieden wurde troch in dûbele punt 
':'. Tink derom dat in toetsoanslach letterliknommen moat wurde, dus eltse 
oanslach moat opskreaun wurde. Yn de ûndersteande tabel befettet de lofterkolom 
de ynfier en rjochts wat jo ynfiere moatte.\n\n"enter" (nij rigel)  
  Enter of Return\na (lytse a)A\nA (haadletter A)   
Shift+A\n: (dûbele punt)  
Shift+;\n' '  (spaasje)  Space
 Comment[ga]=Tar éis duit Alt+Ctrl+H a bhrú, déanfar insamhladh ar ionchur 
'Hello' go díreach mar a chlóscríobh tú é. Is úsáideach é seo go háirithe má tá 
ort focal éigin a chlóscríobh go minic (mar shampla, 'unsigned').  Cuir 
idirstad ':' idir gach eochairbhrú san ionchur. Tabhair faoi deara go 
gciallaíonn 'eochairbhrúnna' na heochracha féin a bhrúitear, agus dá bhrí sin 

commit kgamma5 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package kgamma5 for openSUSE:Factory checked 
in at 2017-02-10 09:56:02

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


Package is "kgamma5"

Changes:

--- /work/SRC/openSUSE:Factory/kgamma5/kgamma5.changes  2017-02-03 
17:44:55.371370698 +0100
+++ /work/SRC/openSUSE:Factory/.kgamma5.new/kgamma5.changes 2017-02-10 
09:56:03.986102322 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:52:30 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  kgamma5-5.9.0.tar.xz

New:

  kgamma5-5.9.1.tar.xz



Other differences:
--
++ kgamma5.spec ++
--- /var/tmp/diff_new_pack.aXy3l8/_old  2017-02-10 09:56:04.622012402 +0100
+++ /var/tmp/diff_new_pack.aXy3l8/_new  2017-02-10 09:56:04.630011271 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   kgamma5
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:Display gamma configuration
 License:GPL-2.0+
 Group:  Productivity/Graphics/Other
 Url:http://www.kde.org
-Source: kgamma5-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kgamma5-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 1.0.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  xz

++ kgamma5-5.9.0.tar.xz -> kgamma5-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.9.0/CMakeLists.txt 
new/kgamma5-5.9.1/CMakeLists.txt
--- old/kgamma5-5.9.0/CMakeLists.txt2017-01-26 13:11:43.0 +0100
+++ new/kgamma5-5.9.1/CMakeLists.txt2017-02-07 12:19:18.0 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8.9)
 project(kgamma)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 set(QT_MIN_VERSION "5.4.0")
 find_package(ECM 1.0.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.9.0/po/gl/kcmkgamma.po 
new/kgamma5-5.9.1/po/gl/kcmkgamma.po
--- old/kgamma5-5.9.0/po/gl/kcmkgamma.po2017-01-26 13:11:28.0 
+0100
+++ new/kgamma5-5.9.1/po/gl/kcmkgamma.po2017-02-07 12:19:12.0 
+0100
@@ -117,7 +117,7 @@
 "no monitor.Emprega os catro controles para definir a corrección de gama de "
 "todos xuntos, ou separado para o vermello, o verde e o azul. Talvez "
 "precisará corrixir luminosidade e contraste do monitor para obter uns bos "
-"resultados. A imaxes de proba axudarano a procurar a configuración adecuada."
+"resultados. A imaxes de proba axudarano a buscar a configuración adecuada."
 " Pode gardalos en XF86Config (ten que acceder como administrador para "
 "facer iso) ou na súa configuración de KDE. Nos sistemas multipantalla pode "
 "corrixir os valores da gama por separado para cada unha das pantallas."
\ No newline at end of file




commit kactivitymanagerd for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package kactivitymanagerd for 
openSUSE:Factory checked in at 2017-02-10 09:54:59

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


Package is "kactivitymanagerd"

Changes:

--- /work/SRC/openSUSE:Factory/kactivitymanagerd/kactivitymanagerd.changes  
2017-02-08 10:49:05.287035811 +0100
+++ /work/SRC/openSUSE:Factory/.kactivitymanagerd.new/kactivitymanagerd.changes 
2017-02-10 09:55:00.367098213 +0100
@@ -1,0 +2,12 @@
+Tue Feb  7 18:51:51 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * Merge Plasma/5.8 into Plasma/5.9
+  * Backporting the fixes from master
+  * Sync the dbus ActivityInfo structure with the framework
+
+---

Old:

  kactivitymanagerd-5.9.0.tar.xz

New:

  kactivitymanagerd-5.9.1.tar.xz



Other differences:
--
++ kactivitymanagerd.spec ++
--- /var/tmp/diff_new_pack.meL9NK/_old  2017-02-10 09:55:00.727047316 +0100
+++ /var/tmp/diff_new_pack.meL9NK/_new  2017-02-10 09:55:00.731046751 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   kactivitymanagerd
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://projects.kde.org/kactivitymanagerd
-Source: kactivitymanagerd-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else

++ kactivitymanagerd-5.9.0.tar.xz -> kactivitymanagerd-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivitymanagerd-5.9.0/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json
 
new/kactivitymanagerd-5.9.1/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json
--- 
old/kactivitymanagerd-5.9.0/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json
 2017-01-26 13:08:12.0 +0100
+++ 
new/kactivitymanagerd-5.9.1/src/service/plugins/eventspy/kactivitymanagerd-plugin-eventspy.json
 2017-02-07 12:17:20.0 +0100
@@ -22,7 +22,7 @@
 "Description[et]": "Sündmuste kogumine rakendustelt, mis toetavad 
viimati kasutatud dokumentide spetsifikatsiooni", 
 "Description[fi]": "Kerää tapahtumia sovelluksilta, jotka tukevat 
viimeaikaisten tiedostojen määrittelyä", 
 "Description[fr]": "Collecte les évènements des applications qui 
prennent en charge la spécification de documents récents", 
-"Description[gl]": "Recolle eventos dos programas compatíbeis coa 
especificación de documentos recentes.", 
+"Description[gl]": "Recolle eventos dos aplicativos compatíbeis coa 
especificación de documentos recentes.", 
 "Description[it]": "Raccoglie eventi dalle applicazioni che supportano 
la specifica dei documenti recenti", 
 "Description[ko]": "최근 문서 규격을 지원하는 프로그램의 이벤트 수집", 
 "Description[nl]": "Verzamelt gebeurtenissen uit toepassingen die 
recente documentspecificaties ondersteunen", 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivitymanagerd-5.9.0/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json
 
new/kactivitymanagerd-5.9.1/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json
--- 
old/kactivitymanagerd-5.9.0/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json
 2017-01-26 13:08:12.0 +0100
+++ 
new/kactivitymanagerd-5.9.1/src/service/plugins/runapplication/kactivitymanagerd-plugin-runapplication.json
 2017-02-07 12:17:20.0 +0100
@@ -25,7 +25,7 @@
 "Description[et]": "Määratud rakenduste käivitamine tegevuste 
vahetamisel või nende käivitamisel ja peatamisel", 
 "Description[fi]": "Suorita annetut sovellukset vaihdettaessa 
aktiviteetteja tai käynnistettäessä tai pysäytettäessä niitä", 
 "Description[fr]": "Lors du changement d'activités, ou lorsqu'on les 
démarre ou les arrête, exécute les applications spécifiées", 
-"Description[gl]": "Executar programas concretos ao cambiar de 
actividade ou ao iniciar ou deter unha actividade.", 
+"Description[gl]": "Executar aplicativos concretos ao cambiar de 
actividade ou ao iniciar ou deter unha actividade.", 
 "Description[it]": "Quando si passa da un'attività 

commit kcm_sddm for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package kcm_sddm for openSUSE:Factory 
checked in at 2017-02-10 09:55:08

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


Package is "kcm_sddm"

Changes:

--- /work/SRC/openSUSE:Factory/kcm_sddm/kcm_sddm.changes2017-02-03 
17:43:57.047626027 +0100
+++ /work/SRC/openSUSE:Factory/.kcm_sddm.new/kcm_sddm.changes   2017-02-10 
09:55:09.413818992 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:51:53 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * Set wallpaper type in SDDM config
+
+---

Old:

  sddm-kcm-5.9.0.tar.xz

New:

  sddm-kcm-5.9.1.tar.xz



Other differences:
--
++ kcm_sddm.spec ++
--- /var/tmp/diff_new_pack.hycYEu/_old  2017-02-10 09:55:09.897750564 +0100
+++ /var/tmp/diff_new_pack.hycYEu/_new  2017-02-10 09:55:09.897750564 +0100
@@ -21,10 +21,10 @@
 Summary:A sddm control module for KDE
 License:GPL-2.0
 Group:  System/GUI/KDE
-Version:5.9.0
+Version:5.9.1
 Release:0
 Url:https://projects.kde.org/projects/kdereview/sddm-kcm/repository
-Source: sddm-kcm-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/sddm-kcm-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE set-default-session-to-plasma5-for-autologin.patch 
boo#951886 wba...@tmo.at -- set the default autologin session to plasma5.desktop
 Patch:  set-default-session-to-plasma5-for-autologin.patch
 BuildRequires:  extra-cmake-modules >= 1.0.0

++ sddm-kcm-5.9.0.tar.xz -> sddm-kcm-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.9.0/CMakeLists.txt 
new/sddm-kcm-5.9.1/CMakeLists.txt
--- old/sddm-kcm-5.9.0/CMakeLists.txt   2017-01-26 13:33:05.0 +0100
+++ new/sddm-kcm-5.9.1/CMakeLists.txt   2017-02-07 12:30:30.0 +0100
@@ -1,6 +1,6 @@
 project(sddm-kcm)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 set(QT_MIN_VERSION "5.4.0")
 find_package(ECM 1.0.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.9.0/kcm_sddm.actions 
new/sddm-kcm-5.9.1/kcm_sddm.actions
--- old/sddm-kcm-5.9.0/kcm_sddm.actions 2017-01-26 13:32:56.0 +0100
+++ new/sddm-kcm-5.9.1/kcm_sddm.actions 2017-02-07 12:30:26.0 +0100
@@ -167,6 +167,7 @@
 Description[it]=Estrai un file zip contenente un tema di SDDM nella posizione 
dei temi di SDDM
 Description[ko]=SDDM 테마 설치 위치에 SDDM 테마 ZIP 압축 파일 해제
 Description[nl]=Pakt een zip-bestand uit met een SDDM-thema naar de 
SDDM-themalocatie
+Description[nn]=Pakkar ut ei zip-fil med SDDM-tema til temamappa til SDDM
 Description[pl]=Wypakowuje plik zip zawierający wygląd SDDM do położenia 
wyglądów SDDM
 Description[pt]=Extrai um ficheiro ZIP que contém um tema do SDDM para o local 
dos temas do SDDM
 Description[ru]=Распаковка архива ZIP, содержащего тему SDDM, в каталог для 
тем SDDM
@@ -195,6 +196,7 @@
 Name[it]=Disinstalla un tema di SDDM
 Name[ko]=SDDM 테마 삭제
 Name[nl]=Een SDDM-thema deïnstalleren
+Name[nn]=Avinstaller SDDM-tema
 Name[pl]=Usuń wygląd SDDM
 Name[pt]=Desinstalar um tema do SDDM
 Name[ru]=Удаление темы SDDM
@@ -219,6 +221,7 @@
 Description[it]=Rimuove un tema di SDDM precedentemente installato
 Description[ko]=이전에 설치한 SDDM 테마 삭제
 Description[nl]=Verwijdert een eerder geïnstalleerd SDDM-thema
+Description[nn]=Fjernar eit tidlegare installert SDDM-tema
 Description[pl]=Usuwa poprzednio wgrany wygląd SDDM
 Description[pt]=Remove um tema do SDDM instalado anteriormente
 Description[ru]=Удаление ранее установленной темы SDDM
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.9.0/kcm_sddm.desktop 
new/sddm-kcm-5.9.1/kcm_sddm.desktop
--- old/sddm-kcm-5.9.0/kcm_sddm.desktop 2017-01-26 13:32:56.0 +0100
+++ new/sddm-kcm-5.9.1/kcm_sddm.desktop 2017-02-07 12:30:26.0 +0100
@@ -104,6 +104,7 @@
 Comment[it]=Seleziona tema di accesso
 Comment[ko]=로그인 테마 선택
 Comment[nl]=Aanmeldthema selecteren
+Comment[nn]=Vel tema for innloggingsbilete
 Comment[pl]=Wybierz wystrój przy logowaniu
 Comment[pt]=Seleccionar o Tema de Autenticação
 Comment[ru]=Настройка диспетчера входа в систему SDDM
@@ -115,4 +116,5 @@
 Comment[sv]=Välj inloggningstema
 Comment[uk]=Вибрати тему вікна 

commit discover for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package discover for openSUSE:Factory 
checked in at 2017-02-10 09:54:43

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


Package is "discover"

Changes:

--- /work/SRC/openSUSE:Factory/discover/discover.changes2017-02-03 
17:35:45.609184437 +0100
+++ /work/SRC/openSUSE:Factory/.discover.new/discover.changes   2017-02-10 
09:54:45.145250601 +0100
@@ -1,0 +2,17 @@
+Tue Feb  7 18:51:40 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * Don't show the version if there's no version to show
+  * Don't sort resources if the delivery is sorted
+  * KNS: Improve how we react to error messages
+  * Use the right name for the method
+  * Also show passive errors on the console
+  * Simplify code
+  * Also expose YaST repository configuration if present
+  * Fix arguments when running .desktop files with runservice
+
+---

Old:

  discover-5.9.0.tar.xz

New:

  discover-5.9.1.tar.xz



Other differences:
--
++ discover.spec ++
--- /var/tmp/diff_new_pack.p1Wrjq/_old  2017-02-10 09:54:46.205100737 +0100
+++ /var/tmp/diff_new_pack.p1Wrjq/_new  2017-02-10 09:54:46.213099606 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   discover
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:KDE Software Installer
 License:GPL-2.0
 Group:  System/GUI/KDE
 Url:https://quickgit.kde.org/?p=discover.git
-Source: discover-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/discover-%{version}.tar.xz
 BuildRequires:  PackageKit-Qt5-devel
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules

++ discover-5.9.0.tar.xz -> discover-5.9.1.tar.xz ++
/work/SRC/openSUSE:Factory/discover/discover-5.9.0.tar.xz 
/work/SRC/openSUSE:Factory/.discover.new/discover-5.9.1.tar.xz differ: char 26, 
line 1




commit breeze for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2017-02-10 09:53:58

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


Package is "breeze"

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2017-02-03 
17:32:18.190541789 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2017-02-10 
09:54:23.456317428 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:51:19 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * [KStyle] Don't draw focus indicator on ComboBox entries
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.9.0.tar.xz

New:

  breeze-5.9.1.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.okdRuG/_old  2017-02-10 09:54:25.688001867 +0100
+++ /var/tmp/diff_new_pack.okdRuG/_new  2017-02-10 09:54:25.688001867 +0100
@@ -18,11 +18,11 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.9.0
+Version:5.9.1
 Release:0
-# Full Plasma 5 version (e.g. 5.9.0)
+# Full Plasma 5 version (e.g. 5.9.1)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
-# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.0 in KUF)
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13
@@ -54,7 +54,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: breeze-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.okdRuG/_old  2017-02-10 09:54:25.707999040 +0100
+++ /var/tmp/diff_new_pack.okdRuG/_new  2017-02-10 09:54:25.707999040 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.9.0
+Version:5.9.1
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12
@@ -30,7 +30,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: breeze-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch 
boo#973728 wba...@tmo.at -- fixes collapse/expand icon in Q3ListView that still 
may be used by some KDE4 applications (knode e.g.)
 Patch:  add-support-for-Q3ListView-to-the-KDE4-style.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ breeze-5.9.0.tar.xz -> breeze-5.9.1.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.9.0.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.9.1.tar.xz differ: char 26, 
line 1




commit breeze-gtk for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package breeze-gtk for openSUSE:Factory 
checked in at 2017-02-10 09:54:22

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


Package is "breeze-gtk"

Changes:

--- /work/SRC/openSUSE:Factory/breeze-gtk/breeze-gtk.changes2017-02-03 
17:32:19.962291023 +0100
+++ /work/SRC/openSUSE:Factory/.breeze-gtk.new/breeze-gtk.changes   
2017-02-10 09:54:26.479889894 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:51:21 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  breeze-gtk-5.9.0.tar.xz

New:

  breeze-gtk-5.9.1.tar.xz



Other differences:
--
++ breeze-gtk.spec ++
--- /var/tmp/diff_new_pack.nS0uR7/_old  2017-02-10 09:54:27.219785273 +0100
+++ /var/tmp/diff_new_pack.nS0uR7/_new  2017-02-10 09:54:27.223784707 +0100
@@ -18,13 +18,13 @@
 
 %define _name   breeze
 Name:   breeze-gtk
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:GTK+ theme matching KDE's Breeze
 License:LGPL-2.1
 Group:  System/GUI/KDE
 Url:https://projects.kde.org/breeze-gtk
-Source: breeze-gtk-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-gtk-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE update_from_BreezeGTK.patch boo#994832 -- update user's 
config from the old BreezyGTK theme
 Patch: update_from_BreezeGTK.patch
 BuildRequires:  cmake >= 2.8.12

++ breeze-gtk-5.9.0.tar.xz -> breeze-gtk-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-gtk-5.9.0/CMakeLists.txt 
new/breeze-gtk-5.9.1/CMakeLists.txt
--- old/breeze-gtk-5.9.0/CMakeLists.txt 2017-01-26 13:06:48.0 +0100
+++ new/breeze-gtk-5.9.1/CMakeLists.txt 2017-02-07 12:16:32.0 +0100
@@ -1,5 +1,5 @@
 project(breeze-gtk)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12)




commit bluedevil5 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package bluedevil5 for openSUSE:Factory 
checked in at 2017-02-10 09:53:35

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


Package is "bluedevil5"

Changes:

--- /work/SRC/openSUSE:Factory/bluedevil5/bluedevil5.changes2017-02-03 
17:32:06.548189594 +0100
+++ /work/SRC/openSUSE:Factory/.bluedevil5.new/bluedevil5.changes   
2017-02-10 09:53:37.766777898 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:48:07 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * None
+
+---

Old:

  bluedevil-5.9.0.tar.xz

New:

  bluedevil-5.9.1.tar.xz



Other differences:
--
++ bluedevil5.spec ++
--- /var/tmp/diff_new_pack.JBVvJa/_old  2017-02-10 09:53:38.338697030 +0100
+++ /var/tmp/diff_new_pack.JBVvJa/_new  2017-02-10 09:53:38.342696464 +0100
@@ -19,13 +19,13 @@
 
 %bcond_without lang
 Name:   bluedevil5
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:Bluetooth Manager for KDE Plasma
 License:GPL-2.0+
 Group:  Hardware/Other
 Url:http://www.kde.org/
-Source: bluedevil-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/bluedevil-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kf5-filesystem

++ bluedevil-5.9.0.tar.xz -> bluedevil-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.9.0/CMakeLists.txt 
new/bluedevil-5.9.1/CMakeLists.txt
--- old/bluedevil-5.9.0/CMakeLists.txt  2017-01-26 13:03:47.0 +0100
+++ new/bluedevil-5.9.1/CMakeLists.txt  2017-02-07 12:15:13.0 +0100
@@ -1,5 +1,5 @@
 project(bluedevil)
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.9.0/po/gl/bluedevil.po 
new/bluedevil-5.9.1/po/gl/bluedevil.po
--- old/bluedevil-5.9.0/po/gl/bluedevil.po  2017-01-26 13:03:16.0 
+0100
+++ new/bluedevil-5.9.1/po/gl/bluedevil.po  2017-02-07 12:15:03.0 
+0100
@@ -701,12 +701,12 @@
 #, kde-format
 msgctxt "This string is shown when the wizard fail"
 msgid "The connection to the device has failed"
-msgstr "Non foi posíbel establecer a conexión co dispositivo."
+msgstr "Non foi posíbel estabelecer a conexión co dispositivo."
 
 #: sendfile/pages/failpage.cpp:58
 #, kde-format
 msgid "The connection to %1 has failed"
-msgstr "Non foi posíbel establecer a conexión con %1."
+msgstr "Non foi posíbel estabelecer a conexión con %1."
 
 #: sendfile/pages/selectdeviceandfilespage.cpp:65
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/bluedevil-5.9.0/po/gl/plasma_applet_org.kde.plasma.bluetooth.po 
new/bluedevil-5.9.1/po/gl/plasma_applet_org.kde.plasma.bluetooth.po
--- old/bluedevil-5.9.0/po/gl/plasma_applet_org.kde.plasma.bluetooth.po 
2017-01-26 13:03:16.0 +0100
+++ new/bluedevil-5.9.1/po/gl/plasma_applet_org.kde.plasma.bluetooth.po 
2017-02-07 12:15:03.0 +0100
@@ -170,7 +170,7 @@
 #, kde-format
 msgctxt "Notification when the connection failed due to Failed"
 msgid "Connection to the device failed"
-msgstr "Non foi posíbel establecer a conexión co dispositivo."
+msgstr "Non foi posíbel estabelecer a conexión co dispositivo."
 
 #: package/contents/ui/DeviceItem.qml:462
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.9.0/src/bluedevil.notifyrc 
new/bluedevil-5.9.1/src/bluedevil.notifyrc
--- old/bluedevil-5.9.0/src/bluedevil.notifyrc  2017-01-26 13:03:02.0 
+0100
+++ new/bluedevil-5.9.1/src/bluedevil.notifyrc  2017-02-07 12:14:57.0 
+0100
@@ -409,7 +409,7 @@
 Name[eu]=Konexikoak huts egin du
 Name[fi]=Yhdistäminen epäonnistui
 Name[fr]=La connexion a échoué
-Name[gl]=Non foi posíbel establecer a conexión
+Name[gl]=Non foi posíbel estabelecer a conexión
 Name[he]=ההתחברות נכשלה
 Name[hu]=A kapcsolódás meghiúsult
 Name[it]=Connessione non riuscita
@@ -449,7 +449,7 @@
 Comment[eu]=Gailurako konexioak huts egin du
 Comment[fi]=Laitteeseen yhdistäminen epäonnistui
 Comment[fr]=La connexion au périphérique a échoué
-Comment[gl]=Non foi posíbel establecer a conexión co dispositivo
+Comment[gl]=Non foi posíbel 

commit icmake for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package icmake for openSUSE:Factory checked 
in at 2017-02-10 09:52:16

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


Package is "icmake"

Changes:

--- /work/SRC/openSUSE:Factory/icmake/icmake.changes2017-02-06 
14:35:25.699402667 +0100
+++ /work/SRC/openSUSE:Factory/.icmake.new/icmake.changes   2017-02-10 
09:52:17.258161579 +0100
@@ -1,0 +2,5 @@
+Tue Feb  7 15:32:28 UTC 2017 - dims...@opensuse.org
+
+- Explicitly package %{_docdir}/%{name} to fix build with RPM 4.13.
+
+---



Other differences:
--
++ icmake.spec ++
--- /var/tmp/diff_new_pack.pZSgmQ/_old  2017-02-10 09:52:17.830080712 +0100
+++ /var/tmp/diff_new_pack.pZSgmQ/_new  2017-02-10 09:52:17.830080712 +0100
@@ -63,6 +63,7 @@
 %files
 %defattr(-,root,root)
 %doc %{name}/changelog
+%doc %{_docdir}/%{name}/
 %{_bindir}/icmake
 %{_bindir}/icmbuild
 %{_bindir}/icmstart




commit python-pyasn1 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package python-pyasn1 for openSUSE:Factory 
checked in at 2017-02-10 09:52:46

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


Package is "python-pyasn1"

Changes:

--- /work/SRC/openSUSE:Factory/python-pyasn1/python-pyasn1.changes  
2015-10-14 16:42:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyasn1.new/python-pyasn1.changes 
2017-02-10 09:52:46.594013603 +0100
@@ -1,0 +2,63 @@
+Tue Feb  7 07:35:04 UTC 2017 - mich...@stroeder.com
+
+- updated to upstream release 0.2.2 with security fixes
+- updated project and source URLs and list of doc files
+
+Revision 0.2.2, released 07-02-2017
+---
+
+- FIX TO A SECURITY WEAKNESS: define length only decoders could have 
successfully
+  processed indefinite length serialization.
+- FIX TO A SECURITY WEAKNESS: canonical decoders (CER/DER) may have 
successfully
+  consumed non-canonical variations of (otherwise valid) serialization.
+- Broken Enumerated subtyping fixed.
+
+Revision 0.2.1, released 05-02-2017
+---
+
+- FIX TO A SECURITY WEAKNESS: BER decoder improperly cached long tags.
+- New "native" codec implemented to transform pyasn1 types to Python built-in 
types and back.
+- Switched to new-style classes.
+- Sphinx documentation added.
+- BitString improvements:
+
+  * simple string of binary digits is now supported as initializer
+  * default str() yields string of binary digits (used to yield str(tuple())
+  * binValue and hexValue initializers added
+  * .asNumbers(), .asOctets() and asInteger() representation added
+
+- Components of constructed ASN.1 types can now be populated with
+  uninitialized ASN.1 objects by assigning either noValue sentinel or
+  setupComponent() function return in addition to now-legacy None sentinel.
+  This should improve code readability.
+- NoValue class improved to become a singleton and catch more kinds
+  of access to it.
+- Compatibility wrappers str2octs() and oct2strs() fixed to run over
+  iso-8859-1 encoding.
+- Integer changed to emit Real instance if division produces a float.
+- True division operation now supported by Integer type.
+- The __contains__(), __reverse__() methods implemented for container types
+- Iterator protocol support implemented for all container types.
+  Warning, warning, warning: this change may potentially affect backward
+  compatibility when:
+
+  * user class overrides __getitem__() without overriding __iter__()
+  * when user code iterates over SEQUENCE object to get its components (now 
keys will be yielded)
+
+- Almost complete Python list and dict protocols added to SequenceOf/SetOf and
+  Sequence/Set respectively
+- Fix to divmod operation implementation in Integer type.
+- Fix to IntegerDecoder's precomputed value map on Python 3.
+- Fix to base ASN.1 types to run in "unicode_literals" mode.
+- Fix to composite constraints "+" operands ordering 
(AbstractConstraintSet.__radd__)
+- Fix to constraints merge in .subtype() -- on merge existing constraints are
+  expanded to accommodate new constraints, not the other way round. When 
existing
+  constraints are wrapped in ConstraintsIntersection composite, additional
+  constraints being added on subtyping effectively further narrow the set of
+  allowed values, which aligns well with the notion of subtyping.
+- Fix to NamedTypes methods to handle .getTagMap() returning None
+- Fix to Set/Sequence.setDefaultComponents() to return self
+- Copyright notice added to non-trivial source code files.
+- Author's email changed, copyright extended to 2017
+
+---

Old:

  pyasn1-0.1.9.tar.gz

New:

  pyasn1-0.2.2.tar.gz



Other differences:
--
++ python-pyasn1.spec ++
--- /var/tmp/diff_new_pack.B8oWnR/_old  2017-02-10 09:52:47.037950832 +0100
+++ /var/tmp/diff_new_pack.B8oWnR/_new  2017-02-10 09:52:47.041950266 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   python-pyasn1
-Version:0.1.9
+Version:0.2.2
 Release:0
 Summary:ASN.1 types and codecs
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Url:http://pyasn1.sf.net/
-Source: 
http://pypi.python.org/packages/source/p/pyasn1/pyasn1-%{version}.tar.gz
+Url:https://github.com/etingof/pyasn1
+Source: 
https://pypi.io/packages/source/p/pyasn1/pyasn1-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-pytest
 BuildRequires:  python-setuptools
@@ -56,7 +56,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES.txt LICENSE.txt README.txt THANKS.txt TODO.txt doc
+%doc 

commit korganizer for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package korganizer for openSUSE:Factory 
checked in at 2017-02-10 09:51:16

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


Package is "korganizer"

Changes:

--- /work/SRC/openSUSE:Factory/korganizer/korganizer.changes2017-01-25 
23:02:04.079318322 +0100
+++ /work/SRC/openSUSE:Factory/.korganizer.new/korganizer.changes   
2017-02-10 09:51:17.550603897 +0100
@@ -1,0 +2,5 @@
+Tue Feb  7 10:40:27 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ korganizer.spec ++
--- /var/tmp/diff_new_pack.QnjkVC/_old  2017-02-10 09:51:18.030536038 +0100
+++ /var/tmp/diff_new_pack.QnjkVC/_new  2017-02-10 09:51:18.034535472 +0100
@@ -28,7 +28,11 @@
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
 Patch1: korgac-autostart-default.patch
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  phonon4qt5-devel
 BuildRequires:  pkgconfig




commit knotes for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package knotes for openSUSE:Factory checked 
in at 2017-02-10 09:50:59

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


Package is "knotes"

Changes:

--- /work/SRC/openSUSE:Factory/knotes/knotes.changes2017-01-25 
23:00:14.331907609 +0100
+++ /work/SRC/openSUSE:Factory/.knotes.new/knotes.changes   2017-02-10 
09:51:00.265047955 +0100
@@ -1,0 +2,5 @@
+Mon Feb  6 16:59:24 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ knotes.spec ++
--- /var/tmp/diff_new_pack.BXvdxo/_old  2017-02-10 09:51:00.916955780 +0100
+++ /var/tmp/diff_new_pack.BXvdxo/_new  2017-02-10 09:51:00.920955214 +0100
@@ -27,7 +27,11 @@
 Group:  Productivity/Other
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  gettext-devel
 BuildRequires:  grantlee5-devel




commit geoclue2 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package geoclue2 for openSUSE:Factory 
checked in at 2017-02-10 09:50:40

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


Package is "geoclue2"

Changes:

--- /work/SRC/openSUSE:Factory/geoclue2/geoclue2.changes2017-02-03 
17:37:38.593192854 +0100
+++ /work/SRC/openSUSE:Factory/.geoclue2.new/geoclue2.changes   2017-02-10 
09:50:41.383717630 +0100
@@ -1,0 +2,8 @@
+Thu Feb  2 21:21:10 UTC 2017 - zai...@opensuse.org
+
+- Drop convenience shortcut for rcgeoclue, as this is a dbus
+  activated service, there is no point in that shortcut, no human
+  should ever manually call it. Following this, filter warning now
+  produced via rpmlintrc.
+
+---



Other differences:
--
++ geoclue2.spec ++
--- /var/tmp/diff_new_pack.7ojNRc/_old  2017-02-10 09:50:41.875648075 +0100
+++ /var/tmp/diff_new_pack.7ojNRc/_new  2017-02-10 09:50:41.879647509 +0100
@@ -90,9 +90,6 @@
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 install -d %{buildroot}%{_localstatedir}/lib/%{dbus_user}
-# Create conveniance shortcut for rcgeoclue -> /usr/sbin/service
-mkdir -p %{buildroot}%{_sbindir}
-ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcgeoclue
 find %{buildroot} -type f -name "*.la" -delete -print
 # Remove desktop file, we do not build the demos
 find %{buildroot} -type f -name "geoclue-demo-agent.desktop" -delete -print
@@ -130,7 +127,6 @@
 %config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.conf
 %config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.Agent.conf
 %attr(0700,%{dbus_user},root) %{_localstatedir}/lib/%{dbus_user}
-%{_sbindir}/rcgeoclue
 %{_unitdir}/geoclue.service
 
 %files -n typelib-1_0-Geoclue-2_0

++ geoclue2-rpmlintrc ++
--- /var/tmp/diff_new_pack.7ojNRc/_old  2017-02-10 09:50:41.931640159 +0100
+++ /var/tmp/diff_new_pack.7ojNRc/_new  2017-02-10 09:50:41.935639593 +0100
@@ -1,6 +1,8 @@
+# note: do not use systemd macros for geoclue2.service, they are not meant for 
dbus unit files.
 addFilter("W: systemd-service-without-service_del_preun")
 addFilter("W: systemd-service-without-service_del_postun")
 addFilter("W: systemd-service-without-service_add_pre")
 addFilter("W: systemd-service-without-service_add_post")
 addFilter("W: non-standard-uid /var/lib/srvGeoClue srvGeoClue")
-
+# This is a dbus activated service, no human should ever call it.
+addFilter("W: suse-missing-rclink geoclue")




commit libkolab-qt5 for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package libkolab-qt5 for openSUSE:Factory 
checked in at 2017-02-10 09:49:22

Comparing /work/SRC/openSUSE:Factory/libkolab-qt5 (Old)
 and  /work/SRC/openSUSE:Factory/.libkolab-qt5.new (New)


Package is "libkolab-qt5"

Changes:

--- /work/SRC/openSUSE:Factory/libkolab-qt5/libkolab-qt5.changes
2016-10-28 12:27:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkolab-qt5.new/libkolab-qt5.changes   
2017-02-10 09:50:14.767480940 +0100
@@ -1,0 +2,5 @@
+Mon Feb  6 15:37:12 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ libkolab-qt5.spec ++
--- /var/tmp/diff_new_pack.LphbJG/_old  2017-02-10 09:50:15.399391593 +0100
+++ /var/tmp/diff_new_pack.LphbJG/_new  2017-02-10 09:50:15.399391593 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libkolab-qt5
 #
-# 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
@@ -27,26 +27,36 @@
 Group:  Development/Libraries/C and C++
 Url:https://kolab.org/about/libkolab
 Source: libkolab-%{version}.tar.gz
-BuildRequires:  boost-devel
-BuildRequires:  cmake >= 2.8.9
-BuildRequires:  libkolabxml-devel >= 1.1.1
-BuildRequires:  libxerces-c-devel
-BuildRequires:  php-devel >= 5.3
-BuildRequires:  python-devel
-BuildRequires:  swig >= 2.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  akonadi-notes-devel
 BuildRequires:  akonadi-server-devel
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_atomic-devel
+BuildRequires:  libboost_chrono-devel
+BuildRequires:  libboost_date_time-devel
+BuildRequires:  libboost_program_options-devel
+BuildRequires:  libboost_system-devel
+BuildRequires:  libboost_thread-devel
+%else
+BuildRequires:  boost-devel
+%endif
+BuildRequires:  cmake >= 2.8.9
 BuildRequires:  kcalcore-devel
 BuildRequires:  kcalutils-devel
 BuildRequires:  kcontacts-devel
 BuildRequires:  kcoreaddons-devel
 BuildRequires:  kmime-devel
+BuildRequires:  libkolabxml-devel >= 1.1.1
+BuildRequires:  libxerces-c-devel
+BuildRequires:  php-devel >= 5.3
+BuildRequires:  pkgconfig
+BuildRequires:  python-devel
+BuildRequires:  swig >= 2.0
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Qml)
 BuildRequires:  pkgconfig(Qt5Test)
 BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 libkolab provides conversions from/to KDE containers, mime message handling 
and facilities
@@ -66,9 +76,9 @@
 Summary:PHP Bindings for libkolab
 Group:  Development/Languages/Other
 Requires:   %{libname} = %{version}
+Conflicts:  otherproviders(php-kolab)
 Provides:   php-kolab = %{version}
 Obsoletes:  php-kolab < %{version}
-Conflicts:  otherproviders(php-kolab)
 
 %description -n php-%{libname}
 libkolab provides conversions from/to KDE containers, mime message handling 
and facilities
@@ -79,9 +89,9 @@
 Summary:Python bindings for libkolab
 Group:  Development/Languages/Python
 Requires:   %{libname} = %{version}
+Conflicts:  otherproviders(python-kolab)
 Provides:   python-kolab = %{version}
 Obsoletes:  python-kolab < %{version}
-Conflicts:  otherproviders(python-kolab)
 
 %description -n python-%{libname}
 libkolab provides conversions from/to KDE containers, mime message handling 
and facilities
@@ -149,7 +159,6 @@
 EOF
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}




commit perl-Mojolicious for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2017-02-10 09:49:12

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


Package is "perl-Mojolicious"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mojolicious/perl-Mojolicious.changes
2017-02-03 18:54:14.324152500 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2017-02-10 09:50:13.403673770 +0100
@@ -1,0 +2,15 @@
+Mon Jan 30 06:06:15 UTC 2017 - co...@suse.com
+
+- updated to 7.23
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  7.23  2017-01-29
+- Added max_request_size attribute to Mojolicious.
+- Added max_response_size attribute to Mojo::UserAgent.
+- Added to_unsafe_string method to Mojo::URL.
+- Added -S option to get command.
+- Fixed a data corruption problem in Mojo::IOLoop::Stream, caused by a
+  dependency of IO::Socket::SSL on the internal representation of strings,
+  which differs from IO::Socket::IP. (coolo, sri)
+
+---

Old:

  Mojolicious-7.22.tar.gz

New:

  Mojolicious-7.23.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.K8RIAp/_old  2017-02-10 09:50:14.375536357 +0100
+++ /var/tmp/diff_new_pack.K8RIAp/_new  2017-02-10 09:50:14.379535792 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:7.22
+Version:7.23
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-7.22.tar.gz -> Mojolicious-7.23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.22/Changes new/Mojolicious-7.23/Changes
--- old/Mojolicious-7.22/Changes2017-01-25 21:17:33.0 +0100
+++ new/Mojolicious-7.23/Changes2017-01-29 22:33:08.0 +0100
@@ -1,4 +1,13 @@
 
+7.23  2017-01-29
+  - Added max_request_size attribute to Mojolicious.
+  - Added max_response_size attribute to Mojo::UserAgent.
+  - Added to_unsafe_string method to Mojo::URL.
+  - Added -S option to get command.
+  - Fixed a data corruption problem in Mojo::IOLoop::Stream, caused by a
+dependency of IO::Socket::SSL on the internal representation of strings,
+which differs from IO::Socket::IP. (coolo, sri)
+
 7.22  2017-01-25
   - Added ports method to Mojo::Server::Daemon.
   - Added remove_tree method to Mojo::File.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.22/META.json 
new/Mojolicious-7.23/META.json
--- old/Mojolicious-7.22/META.json  2017-01-26 00:09:02.0 +0100
+++ new/Mojolicious-7.23/META.json  2017-01-29 22:42:04.0 +0100
@@ -58,6 +58,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "7.22",
+   "version" : "7.23",
"x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.22/META.yml 
new/Mojolicious-7.23/META.yml
--- old/Mojolicious-7.22/META.yml   2017-01-26 00:09:02.0 +0100
+++ new/Mojolicious-7.23/META.yml   2017-01-29 22:42:04.0 +0100
@@ -31,5 +31,5 @@
   homepage: http://mojolicious.org
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '7.22'
+version: '7.23'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.22/lib/Mojo/IOLoop/Stream.pm 
new/Mojolicious-7.23/lib/Mojo/IOLoop/Stream.pm
--- old/Mojolicious-7.22/lib/Mojo/IOLoop/Stream.pm  2016-08-27 
04:52:25.0 +0200
+++ new/Mojolicious-7.23/lib/Mojo/IOLoop/Stream.pm  2017-01-29 
22:33:08.0 +0100
@@ -77,6 +77,8 @@
 sub write {
   my ($self, $chunk, $cb) = @_;
 
+  # IO::Socket::SSL will corrupt data with the wrong internal representation
+  utf8::downgrade $chunk;
   $self->{buffer} .= $chunk;
   if ($cb) { $self->once(drain => $cb) }
   elsif (!length $self->{buffer}) { return $self }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.22/lib/Mojo/Message/Request.pm 
new/Mojolicious-7.23/lib/Mojo/Message/Request.pm
--- old/Mojolicious-7.22/lib/Mojo/Message/Request.pm2016-07-19 
02:38:18.0 +0200
+++ new/Mojolicious-7.23/lib/Mojo/Message/Request.pm2017-01-29 
22:33:08.0 +0100
@@ -410,8 +410,8 @@
 than just the last one, you can use L. Note 

commit gstreamer-plugins-qt for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-qt for 
openSUSE:Factory checked in at 2017-02-10 09:49:51

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


Package is "gstreamer-plugins-qt"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-qt/gstreamer-plugins-qt.changes
2016-01-07 00:19:44.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-qt.new/gstreamer-plugins-qt.changes
   2017-02-10 09:50:17.315120727 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 11:17:02 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ gstreamer-plugins-qt.spec ++
--- /var/tmp/diff_new_pack.v38Imj/_old  2017-02-10 09:50:17.919035338 +0100
+++ /var/tmp/diff_new_pack.v38Imj/_new  2017-02-10 09:50:17.923034773 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-qt
 #
-# 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
@@ -35,7 +35,11 @@
 # PATCH-FIX-UPSTREAM fix-boost-moc.patch idon...@suse.com -- Fix build with 
boost 1.60
 Patch2: fix-boost-moc.patch
 BuildRequires:  bison
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  cmake >= 2.8.9
 BuildRequires:  doxygen
 BuildRequires:  flex
@@ -83,7 +87,11 @@
 Summary:Include files and libraries mandatory for development
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
+%if 0%{?suse_version} > 1325
+Requires:   libboost_headers-devel
+%else
 Requires:   boost-devel
+%endif
 Requires:   pkgconfig(QtCore)
 Requires:   pkgconfig(QtDeclarative)
 Requires:   pkgconfig(QtGui)




  1   2   >