commit python3-ws4py for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package python3-ws4py for openSUSE:Factory 
checked in at 2016-06-25 02:23:49

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


Package is "python3-ws4py"

Changes:

--- /work/SRC/openSUSE:Factory/python3-ws4py/python3-ws4py.changes  
2016-05-25 21:26:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-ws4py.new/python3-ws4py.changes 
2016-06-25 02:23:58.0 +0200
@@ -1,0 +2,9 @@
+Thu Jun 23 15:43:25 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * include python3-setuptools
+
+- update to version 0.3.5:
+  (no changelog available)
+
+---
@@ -6 +14,0 @@
-

Old:

  ws4py-0.3.4.tar.gz

New:

  ws4py-0.3.5.tar.gz



Other differences:
--
++ python3-ws4py.spec ++
--- /var/tmp/diff_new_pack.6DkLys/_old  2016-06-25 02:23:59.0 +0200
+++ /var/tmp/diff_new_pack.6DkLys/_new  2016-06-25 02:23:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-ws4py
-Version:0.3.4
+Version:0.3.5
 Release:0
 Summary:WebSocket for Python
 License:BSD-2-Clause
@@ -26,6 +26,7 @@
 Source0:
https://files.pythonhosted.org/packages/source/w/ws4py/ws4py-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ ws4py-0.3.4.tar.gz -> ws4py-0.3.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ws4py-0.3.4/PKG-INFO new/ws4py-0.3.5/PKG-INFO
--- old/ws4py-0.3.4/PKG-INFO2014-03-30 12:28:57.0 +0200
+++ new/ws4py-0.3.5/PKG-INFO2016-06-05 21:28:30.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ws4py
-Version: 0.3.4
+Version: 0.3.5
 Summary: WebSocket client and server library for Python 2 and 3 as well as PyPy
 Home-page: https://github.com/Lawouach/WebSocket-for-Python
 Author: Sylvain Hellegouarch
@@ -20,6 +20,7 @@
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Communications
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ws4py-0.3.4/setup.py new/ws4py-0.3.5/setup.py
--- old/ws4py-0.3.4/setup.py2014-03-30 12:23:02.0 +0200
+++ new/ws4py-0.3.5/setup.py2016-06-05 21:07:56.0 +0200
@@ -29,7 +29,7 @@
 return amended_modules
   
 setup(name = "ws4py",
-  version = '0.3.4',
+  version = '0.3.5',
   description = "WebSocket client and server library for Python 2 and 3 as 
well as PyPy",
   maintainer = "Sylvain Hellegouarch",
   maintainer_email = "s...@defuze.org",
@@ -51,6 +51,7 @@
   'Programming Language :: Python :: 3',
   'Programming Language :: Python :: 3.3',
   'Programming Language :: Python :: 3.4',
+  'Programming Language :: Python :: 3.5',
   'Programming Language :: Python :: Implementation :: CPython',
   'Programming Language :: Python :: Implementation :: PyPy',
   'Topic :: Communications',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ws4py-0.3.4/test/test_cherrypy.py 
new/ws4py-0.3.5/test/test_cherrypy.py
--- old/ws4py-0.3.4/test/test_cherrypy.py   2014-01-25 22:30:19.0 
+0100
+++ new/ws4py-0.3.5/test/test_cherrypy.py   2016-06-05 17:59:03.0 
+0200
@@ -1,5 +1,6 @@
 # -*- coding: utf-8 -*-
 import os
+import socket
 import time
 import unittest
 
@@ -65,7 +66,7 @@
 manager = cherrypy.engine.websocket.manager
 self.assertEqual(len(manager), 0)
 
-s = MagicMock()
+s = MagicMock(spec=socket.socket)
 s.recv.return_value = Frame(opcode=OPCODE_TEXT, body=b'hello',
 fin=1, masking_key=os.urandom(4)).build()
 h = EchoWebSocket(s, [], [])
@@ -87,7 +88,7 @@
 
 # the poller runs a thread, give it time to get there
 time.sleep(1)
-
+
 # TODO: Implement a fake poller so that works...
 self.assertEqual(len(manager), 0)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ws4py-0.3.4/test/test_client.py 
new/ws4py-0.3.5/test/test_client.py
--- old/ws4py-0.3.4/test/test_client.py 2014-01-25 22:30:07.0 +0100
+++ 

commit cram for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package cram for openSUSE:Factory checked in 
at 2016-06-25 02:24:43

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


Package is "cram"

Changes:

--- /work/SRC/openSUSE:Factory/cram/cram.changes2016-05-02 
10:44:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.cram.new/cram.changes   2016-06-25 
02:24:44.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 17 08:37:24 UTC 2016 - mplus...@suse.com
+
+- Update testsuite dependencies and enable all tests
+
+---



Other differences:
--
++ cram.spec ++
--- /var/tmp/diff_new_pack.lNunyy/_old  2016-06-25 02:24:44.0 +0200
+++ /var/tmp/diff_new_pack.lNunyy/_new  2016-06-25 02:24:44.0 +0200
@@ -24,6 +24,7 @@
 Group:  Development/Languages/Python
 Url:https://bitheap.org/cram/
 Source: 
https://pypi.python.org/packages/source/c/cram/cram-%{version}.tar.gz
+BuildRequires:  python3-coverage
 BuildRequires:  python3-devel
 BuildRequires:  python3-nose
 BuildRequires:  python3-setuptools
@@ -50,7 +51,7 @@
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-make PYTHON="python3" quicktest 
+make %{?_smp_mflags} PYTHON=python3 test
 
 %files
 %defattr(-,root,root,-)




commit geos for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package geos for openSUSE:Factory checked in 
at 2016-06-25 02:24:44

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


Package is "geos"

Changes:

--- /work/SRC/openSUSE:Factory/geos/geos.changes2015-11-10 
10:04:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.geos.new/geos.changes   2016-06-25 
02:24:46.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 24 09:28:19 UTC 2016 - mplus...@suse.com
+
+- Fix building with recent gcc 
+
+---



Other differences:
--
++ geos.spec ++
--- /var/tmp/diff_new_pack.TbUPGz/_old  2016-06-25 02:24:47.0 +0200
+++ /var/tmp/diff_new_pack.TbUPGz/_new  2016-06-25 02:24:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package geos
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -164,6 +164,10 @@
 done
 %endif
 
+# isnan is in math.h, std::isnan is in cmath
+sed -i -e 's|= isnan(|= std::isnan(|g' configure
+sed -i -e 's|(isnan(|(std::isnan(|g' include/geos/platform.h.in
+
 %configure \
--disable-static \
%if 0%{?suse_version} > 1210
@@ -183,14 +187,14 @@
 # tests fail with older releases and non-intel architectures
 # while this was reported to upstream, there has been no reply
 %if 0%{?suse_version} > 1210
-%ifarch %ix86 x86_64
+%ifarch %{ix86} x86_64
 %check
 make %{?_smp_mflags} check
 %endif
 %endif
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 install -d -m 0755 %{buildroot}%{_mandir}/man1
 install -D -m 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/
@@ -213,11 +217,8 @@
 %endif
 
 %post   -n libgeos-%{uver} -p /sbin/ldconfig
-
 %postun -n libgeos-%{uver} -p /sbin/ldconfig
-
 %post   -n libgeos_c1 -p /sbin/ldconfig
-
 %postun -n libgeos_c1 -p /sbin/ldconfig
 
 %files -n libgeos-%{uver}
@@ -255,7 +256,7 @@
 %files devel
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README TODO
-%{_mandir}/man1/%{name}-config.1.gz
+%{_mandir}/man1/%{name}-config.1%{ext_man}
 %{_bindir}/%{name}-config
 %{_includedir}/*
 %{_libdir}/lib%{name}.so




commit perl-App-perlbrew for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2016-06-25 02:24:04

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


Package is "perl-App-perlbrew"

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-perlbrew/perl-App-perlbrew.changes  
2016-04-12 19:33:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new/perl-App-perlbrew.changes 
2016-06-25 02:24:08.0 +0200
@@ -1,0 +2,11 @@
+Thu Jun 23 05:51:51 UTC 2016 - co...@suse.com
+
+- updated to 0.76
+   see /usr/share/doc/packages/perl-App-perlbrew/Changes
+
+  0.76: # 2016-06-21T23:02:44+0200
+  - Start supporting cperl installation.
+  - cperl releases are sourced from: https://github.com/perl11/cperl/releases
+  - Deal with a regex warning when testing perlbrew with perl-5.25. See RT: 
https://rt.cpan.org/Ticket/Display.html?id=114871
+
+---

Old:

  App-perlbrew-0.75.tar.gz

New:

  App-perlbrew-0.76.tar.gz



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.x5x2la/_old  2016-06-25 02:24:09.0 +0200
+++ /var/tmp/diff_new_pack.x5x2la/_new  2016-06-25 02:24:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-App-perlbrew
-Version:0.75
+Version:0.76
 Release:0
 %define cpan_name App-perlbrew
 Summary:Manage perl installations in your C<$HOME>
@@ -30,14 +30,14 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Perl::Releases) >= 1.94
-BuildRequires:  perl(Capture::Tiny) >= 0.25
-BuildRequires:  perl(Devel::PatchPerl) >= 1.28
+BuildRequires:  perl(CPAN::Perl::Releases) >= 2.60
+BuildRequires:  perl(Capture::Tiny) >= 0.36
+BuildRequires:  perl(Devel::PatchPerl) >= 1.40
 BuildRequires:  perl(File::Temp) >= 0.2304
 BuildRequires:  perl(IO::All) >= 0.51
 BuildRequires:  perl(Path::Class) >= 0.33
-BuildRequires:  perl(Pod::Parser) >= 1.62
-BuildRequires:  perl(Pod::Usage) >= 1.64
+BuildRequires:  perl(Pod::Parser) >= 1.63
+BuildRequires:  perl(Pod::Usage) >= 1.68
 BuildRequires:  perl(Test::Exception) >= 0.32
 BuildRequires:  perl(Test::More) >= 1.001002
 BuildRequires:  perl(Test::NoWarnings) >= 1.04
@@ -45,11 +45,11 @@
 BuildRequires:  perl(Test::Simple) >= 1.001002
 BuildRequires:  perl(Test::Spec) >= 0.47
 BuildRequires:  perl(local::lib) >= 2.14
-Requires:   perl(CPAN::Perl::Releases) >= 1.94
-Requires:   perl(Capture::Tiny) >= 0.25
-Requires:   perl(Devel::PatchPerl) >= 1.28
-Requires:   perl(Pod::Parser) >= 1.62
-Requires:   perl(Pod::Usage) >= 1.64
+Requires:   perl(CPAN::Perl::Releases) >= 2.60
+Requires:   perl(Capture::Tiny) >= 0.36
+Requires:   perl(Devel::PatchPerl) >= 1.40
+Requires:   perl(Pod::Parser) >= 1.63
+Requires:   perl(Pod::Usage) >= 1.68
 Requires:   perl(local::lib) >= 2.14
 %{perl_requires}
 # MANUAL BEGIN

++ App-perlbrew-0.75.tar.gz -> App-perlbrew-0.76.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.75/Changes 
new/App-perlbrew-0.76/Changes
--- old/App-perlbrew-0.75/Changes   2016-03-16 23:51:16.0 +0100
+++ new/App-perlbrew-0.76/Changes   2016-06-21 23:05:27.0 +0200
@@ -1,3 +1,8 @@
+0.76: # 2016-06-21T23:02:44+0200
+- Start supporting cperl installation.
+- cperl releases are sourced from: https://github.com/perl11/cperl/releases
+- Deal with a regex warning when testing perlbrew with perl-5.25. See RT: 
https://rt.cpan.org/Ticket/Display.html?id=114871
+
 0.75: # 2016-03-16T23:41:41+0100
 - Thanks to our contributors: Dave Cross,  Dean Hamstead,  Mark J. Reed,  
Mohammed El-Afifi,
 - Add '--no-patchperl' install option for skip running patchperl.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.75/MANIFEST 
new/App-perlbrew-0.76/MANIFEST
--- old/App-perlbrew-0.75/MANIFEST  2016-03-16 23:50:28.0 +0100
+++ new/App-perlbrew-0.76/MANIFEST  2016-06-21 23:04:48.0 +0200
@@ -42,6 +42,11 @@
 t/13.perl_release.t
 t/14.perl_version_parsing.t
 t/15.no-reuse-build-dir.t
+t/16.release-detail.t
+t/17.release-detail-cperl-local.t
+t/17.release-detail-cperl-remote.t
+t/18.release-detail-perl-local.t
+t/18.release-detail-perl-remote.t
 t/command-alias.t
 t/command-available.t
 t/command-compgen.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.75/META.yml 
new/App-perlbrew-0.76/META.yml
--- 

commit muffin for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package muffin for openSUSE:Factory checked 
in at 2016-06-25 02:23:51

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


Package is "muffin"

Changes:

--- /work/SRC/openSUSE:Factory/muffin/muffin.changes2016-05-23 
16:40:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.muffin.new/muffin.changes   2016-06-25 
02:24:00.0 +0200
@@ -1,0 +2,11 @@
+Thu Jun 23 18:43:19 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.0.5:
+  * cogl-utils: Don't set such a tight restriction on texture sizes.
+  * keybindings.c: Fix alignment calculation for handle_move_to -
+it was not accounting for GTK_FRAME_EXTENTS in the final x,y
+position.
+  * window.c: Temporary workaround for gtk3 tooltip position bug
+and Gtk 3.18.
+
+---

Old:

  muffin-3.0.4.tar.gz

New:

  muffin-3.0.5.tar.gz



Other differences:
--
++ muffin.spec ++
--- /var/tmp/diff_new_pack.iZ113o/_old  2016-06-25 02:24:01.0 +0200
+++ /var/tmp/diff_new_pack.iZ113o/_new  2016-06-25 02:24:01.0 +0200
@@ -20,7 +20,7 @@
 %define sover   0
 %define typelib typelib-1_0-MetaMuffin-0_0
 Name:   muffin
-Version:3.0.4
+Version:3.0.5
 Release:0
 Summary:Cinnamon Desktop default window manager
 License:GPL-2.0+ and MIT
@@ -32,7 +32,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gnome-common
 BuildRequires:  gtk-doc
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  zenity
 BuildRequires:  pkgconfig(cairo) >= 1.10.0

++ muffin-3.0.4.tar.gz -> muffin-3.0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/muffin-3.0.4/configure.ac 
new/muffin-3.0.5/configure.ac
--- old/muffin-3.0.4/configure.ac   2016-05-20 14:10:58.0 +0200
+++ new/muffin-3.0.5/configure.ac   2016-06-23 14:38:11.0 +0200
@@ -2,7 +2,7 @@
 
 m4_define([muffin_major_version], [3])
 m4_define([muffin_minor_version], [0])
-m4_define([muffin_micro_version], [4])
+m4_define([muffin_micro_version], [5])
 
 m4_define([muffin_version],
   [muffin_major_version.muffin_minor_version.muffin_micro_version])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/muffin-3.0.4/debian/changelog 
new/muffin-3.0.5/debian/changelog
--- old/muffin-3.0.4/debian/changelog   2016-05-20 14:10:58.0 +0200
+++ new/muffin-3.0.5/debian/changelog   2016-06-23 14:38:11.0 +0200
@@ -1,3 +1,14 @@
+muffin (3.0.5) sarah; urgency=medium
+
+  [ JosephMcc ]
+  * cogl-utils: Don't set such a tight restriction on texture sizes
+
+  [ Michael Webster ]
+  * keybindings.c: Fix alignment calculation for handle_move_to - it was not 
accounting for GTK_FRAME_EXTENTS in the final x,y position.
+  * window.c: temporary workaround for gtk3 tooltip position bug and gtk 3.18.
+
+ -- Clement Lefebvre   Thu, 23 Jun 2016 13:37:13 +0100
+
 muffin (3.0.4) sarah; urgency=medium
 
   [ brownsr ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/muffin-3.0.4/src/compositor/cogl-utils.c 
new/muffin-3.0.5/src/compositor/cogl-utils.c
--- old/muffin-3.0.4/src/compositor/cogl-utils.c2016-05-20 
14:10:58.0 +0200
+++ new/muffin-3.0.5/src/compositor/cogl-utils.c2016-06-23 
14:38:11.0 +0200
@@ -147,8 +147,8 @@
 screen_height = gdk_screen_get_height (screen);
   }
 
-*width = MIN (*width, screen_width);
-*height = MIN (*height, screen_height);
+*width = MIN (*width, screen_width * 2);
+*height = MIN (*height, screen_height * 2);
 }
 
 /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/muffin-3.0.4/src/core/keybindings.c 
new/muffin-3.0.5/src/core/keybindings.c
--- old/muffin-3.0.4/src/core/keybindings.c 2016-05-20 14:10:58.0 
+0200
+++ new/muffin-3.0.5/src/core/keybindings.c 2016-06-23 14:38:11.0 
+0200
@@ -38,6 +38,7 @@
 #include "keybindings-private.h"
 #include "workspace-private.h"
 #include 
+#include "window-private.h"
 #include "edge-resistance.h"
 #include "ui.h"
 #include "frame.h"
@@ -2456,6 +2457,13 @@
 new_y = outer.y;
   }
 
+  if (window->has_custom_frame_extents)
+{
+  const GtkBorder *extents = >custom_frame_extents;
+  new_x -= extents->left;
+  new_y -= extents->top;
+}
+
   meta_window_move_frame (window,
   TRUE,
   new_x,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit perl-MooseX-Getopt for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Getopt for 
openSUSE:Factory checked in at 2016-06-25 02:24:28

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


Package is "perl-MooseX-Getopt"

Changes:

--- /work/SRC/openSUSE:Factory/perl-MooseX-Getopt/perl-MooseX-Getopt.changes
2016-05-25 21:29:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Getopt.new/perl-MooseX-Getopt.changes   
2016-06-25 02:24:29.0 +0200
@@ -1,0 +2,9 @@
+Thu Jun 23 06:43:20 UTC 2016 - co...@suse.com
+
+- updated to 0.71
+   see /usr/share/doc/packages/perl-MooseX-Getopt/Changes
+
+  0.71  2016-06-19 04:08:13Z
+   - private attributes (i.e., lead "_) with a public init_arg now work.
+
+---

Old:

  MooseX-Getopt-0.70.tar.gz

New:

  MooseX-Getopt-0.71.tar.gz



Other differences:
--
++ perl-MooseX-Getopt.spec ++
--- /var/tmp/diff_new_pack.rITuhz/_old  2016-06-25 02:24:30.0 +0200
+++ /var/tmp/diff_new_pack.rITuhz/_new  2016-06-25 02:24:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-Getopt
-Version:0.70
+Version:0.71
 Release:0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name MooseX-Getopt
@@ -25,7 +25,7 @@
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/MooseX-Getopt/
-Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ MooseX-Getopt-0.70.tar.gz -> MooseX-Getopt-0.71.tar.gz ++
 2185 lines of diff (skipped)




commit perl-Task-Kensho-Scalability for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Task-Kensho-Scalability for 
openSUSE:Factory checked in at 2016-06-25 02:23:59

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


Package is "perl-Task-Kensho-Scalability"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Task-Kensho-Scalability/perl-Task-Kensho-Scalability.changes
2015-04-27 22:09:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Task-Kensho-Scalability.new/perl-Task-Kensho-Scalability.changes
   2016-06-25 02:24:05.0 +0200
@@ -1,0 +2,13 @@
+Mon Jun 13 07:43:26 UTC 2016 - co...@suse.com
+
+- updated to 0.39
+   see /usr/share/doc/packages/perl-Task-Kensho-Scalability/Changes
+
+  0.39  2016-05-14
+- WebDev: removed Dancer, added Dancer2
+- OOP: added Moose, Moo and many related modules
+- Exceptions: remove TryCatch
+- Testing: remove Test::Most and Test::NoWarnings, added 
Test::Warnings
+- Config: added JSON::MaybeXS
+
+---

Old:

  Task-Kensho-Scalability-0.38.tar.gz

New:

  Task-Kensho-Scalability-0.39.tar.gz



Other differences:
--
++ perl-Task-Kensho-Scalability.spec ++
--- /var/tmp/diff_new_pack.B8JfHW/_old  2016-06-25 02:24:06.0 +0200
+++ /var/tmp/diff_new_pack.B8JfHW/_new  2016-06-25 02:24:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Task-Kensho-Scalability
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Task-Kensho-Scalability
-Version:0.38
+Version:0.39
 Release:0
 %define cpan_name Task-Kensho-Scalability
 Summary:Glimpse at an Enlightened Perl: Scalability
@@ -31,44 +31,44 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(CHI)
-BuildRequires:  perl(Module::Build::Tiny) >= 0.038
+BuildRequires:  perl(Module::Build::Tiny) >= 0.034
+BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(Redis)
 Requires:   perl(CHI)
 Requires:   perl(Redis)
 %{perl_requires}
 
 %description
-From the http://en.wikipedia.org/wiki/Kensho manpage:
+From http://en.wikipedia.org/wiki/Kensho:
 
 Kenshō (見性) (C. Wu) is a Japanese term for enlightenment experiences -
 most commonly used within the confines of Zen Buddhism - literally
 meaning "seeing one's nature"[1] or "true self."[2] It generally
 "refers to the realization of nonduality of subject and object."[3]
 
-the Task::Kensho manpage is a list of recommended modules for Enlightened
-Perl development. CPAN is wonderful, but there are too many wheels and you
-have to pick and choose amongst the various competing technologies.
-
-The plan is for the Task::Kensho manpage to be a rough testing ground for
-ideas that go into among other things the Enlightened Perl Organisation
-Extended Core (EPO-EC).
-
-The modules that are bundled by the Task::Kensho manpage are broken down
-into several categories and are still being considered. They are all taken
-from various top 100 most used perl modules lists and from discussions with
-various subject matter experts in the Perl Community. That said, this
-bundle does _not_ follow the guidelines established for the EPO-EC for peer
-review via industry advisers.
-
-Starting in 2011, the Task::Kensho manpage split its sub-groups of modules
-into individually-installable tasks. Each the Task::Kensho manpage sub-task
-is listed at the beginning of its section in this documentation.
-
-When installing the Task::Kensho manpage itself, you will be asked to
-install each sub-task in turn, or you can install individual tasks
-separately. These individual tasks will always install all their modules by
-default. This facilitates the ease and simplicity the distribution aims to
-achieve.
+Task::Kensho is a list of recommended modules for Enlightened Perl
+development. CPAN is wonderful, but there are too many wheels and you have
+to pick and choose amongst the various competing technologies.
+
+The plan is for Task::Kensho to be a rough testing ground for ideas that go
+into among other things the Enlightened Perl Organisation Extended Core
+(EPO-EC).
+
+The modules that are bundled by Task::Kensho are broken down into several
+categories and are still being considered. They are all taken from various
+top 100 most used perl modules lists and from discussions with various

commit perl-Module-Runtime-Conflicts for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Runtime-Conflicts for 
openSUSE:Factory checked in at 2016-06-25 02:24:15

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


Package is "perl-Module-Runtime-Conflicts"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Module-Runtime-Conflicts/perl-Module-Runtime-Conflicts.changes
  2015-05-06 11:19:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Runtime-Conflicts.new/perl-Module-Runtime-Conflicts.changes
 2016-06-25 02:24:16.0 +0200
@@ -1,0 +2,9 @@
+Thu Jun 23 06:41:01 UTC 2016 - co...@suse.com
+
+- updated to 0.003
+   see /usr/share/doc/packages/perl-Module-Runtime-Conflicts/Changes
+
+  0.003 2016-06-23 03:40:02Z
+- Makefile.PL now also checks for incompatible Moose versions
+
+---

Old:

  Module-Runtime-Conflicts-0.002.tar.gz

New:

  Module-Runtime-Conflicts-0.003.tar.gz



Other differences:
--
++ perl-Module-Runtime-Conflicts.spec ++
--- /var/tmp/diff_new_pack.6MULoF/_old  2016-06-25 02:24:17.0 +0200
+++ /var/tmp/diff_new_pack.6MULoF/_new  2016-06-25 02:24:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Runtime-Conflicts
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Module-Runtime-Conflicts
-Version:0.002
+Version:0.003
 Release:0
 %define cpan_name Module-Runtime-Conflicts
 Summary:Provide information on conflicts for Module::Runtime
@@ -31,7 +31,7 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Dist::CheckConflicts)
-BuildRequires:  perl(Module::Build::Tiny) >= 0.039
+BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Test::More) >= 0.88
 Requires:   perl(Dist::CheckConflicts)
@@ -39,26 +39,27 @@
 %{perl_requires}
 
 %description
-This module provides conflicts checking for the Module::Runtime manpage,
-which had a recent release that broke some versions of the Moose manpage.
-It is called from the Moose::Conflicts manpage and 'moose-outdated'.
+This module provides conflicts checking for Module::Runtime, which had a
+recent release that broke some versions of Moose. It is called from
+Moose::Conflicts and 'moose-outdated'.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL --installdirs=vendor
-./Build build --flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install --destdir=%{buildroot} --create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README
+%doc Changes CONTRIBUTING LICENCE README
 
 %changelog

++ Module-Runtime-Conflicts-0.002.tar.gz -> 
Module-Runtime-Conflicts-0.003.tar.gz ++
 4058 lines of diff (skipped)




commit perl-Event for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Event for openSUSE:Factory 
checked in at 2016-06-25 02:24:09

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


Package is "perl-Event"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Event/perl-Event.changes2016-06-19 
10:48:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Event.new/perl-Event.changes   
2016-06-25 02:24:13.0 +0200
@@ -1,0 +2,9 @@
+Thu Jun 23 06:18:11 UTC 2016 - co...@suse.com
+
+- updated to 1.26
+   see /usr/share/doc/packages/perl-Event/Changes
+
+  1.26 2015-06-13
+- fix doc typos (Lucas Kanashiro)
+
+---

Old:

  Event-1.25.tar.gz

New:

  Event-1.26.tar.gz



Other differences:
--
++ perl-Event.spec ++
--- /var/tmp/diff_new_pack.J8qg9H/_old  2016-06-25 02:24:14.0 +0200
+++ /var/tmp/diff_new_pack.J8qg9H/_new  2016-06-25 02:24:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Event
-Version:1.25
+Version:1.26
 Release:0
 %define cpan_name Event
 Summary:Event loop processing

++ Event-1.25.tar.gz -> Event-1.26.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.25/Changes new/Event-1.26/Changes
--- old/Event-1.25/Changes  2016-06-06 04:00:25.0 +0200
+++ new/Event-1.26/Changes  2016-06-14 00:05:25.0 +0200
@@ -1,3 +1,6 @@
+1.26 2015-06-13
+  - fix doc typos (Lucas Kanashiro)
+
 1.25 2015-06-06
   - Fix Event::PRIO_NORMAL call in Watcher.pm (Lucas Kanashiro)
   - update Changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.25/META.json new/Event-1.26/META.json
--- old/Event-1.25/META.json2016-06-06 04:05:11.0 +0200
+++ new/Event-1.26/META.json2016-06-14 00:07:45.0 +0200
@@ -4,7 +4,7 @@
   "unknown"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.14, CPAN::Meta::Converter 
version 2.150001",
+   "generated_by" : "ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter 
version 2.150001",
"license" : [
   "unknown"
],
@@ -45,5 +45,5 @@
  "web" : "https://github.com/mohawk2/cpan-Event;
   }
},
-   "version" : "1.25"
+   "version" : "1.26"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.25/META.yml new/Event-1.26/META.yml
--- old/Event-1.25/META.yml 2016-06-06 04:05:11.0 +0200
+++ new/Event-1.26/META.yml 2016-06-14 00:07:45.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.14, CPAN::Meta::Converter version 
2.150001'
+generated_by: 'ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter version 
2.150001'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -22,4 +22,4 @@
   perl: '5.008000'
 resources:
   repository: https://github.com/mohawk2/cpan-Event.git
-version: '1.25'
+version: '1.26'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.25/lib/Event.pm new/Event-1.26/lib/Event.pm
--- old/Event-1.25/lib/Event.pm 2016-06-06 04:04:18.0 +0200
+++ new/Event-1.26/lib/Event.pm 2016-06-14 00:05:37.0 +0200
@@ -13,7 +13,7 @@
 use Carp;
 eval { require Carp::Heavy; };  # work around perl_call_pv bug XXX
 our $API;
-our $VERSION = '1.25';
+our $VERSION = '1.26';
 
 # If we inherit DynaLoader then we inherit AutoLoader; Bletch!
 require DynaLoader;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.25/lib/Event.pod new/Event-1.26/lib/Event.pod
--- old/Event-1.25/lib/Event.pod2016-06-06 01:52:29.0 +0200
+++ new/Event-1.26/lib/Event.pod2016-06-14 00:04:38.0 +0200
@@ -239,7 +239,7 @@
 another active watcher for the same signal.  If this situation might
 occur, and it would be a problem for the new watcher to see older
 events, call C immediately before starting the new
-watcher in order to reify any outstanding events.  This explaination
+watcher in order to reify any outstanding events.  This explanation
 may be more clear if read along with C.
 
 =item $watcher->again
@@ -327,7 +327,7 @@
 
 If neither C nor C is specified, the watcher defaults to
 one-shot behaviour (C false), otherwise it defaults to repeating.
-In either case, the default can be overidden by specifying a C
+In either case, the default can be overridden by specifying a C
 attribute.  C defaults to 

commit perl-CPAN-Perl-Releases for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Perl-Releases for 
openSUSE:Factory checked in at 2016-06-25 02:24:02

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


Package is "perl-CPAN-Perl-Releases"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-CPAN-Perl-Releases/perl-CPAN-Perl-Releases.changes
  2016-05-30 09:57:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new/perl-CPAN-Perl-Releases.changes
 2016-06-25 02:24:07.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 23 05:57:21 UTC 2016 - co...@suse.com
+
+- updated to 2.80
+   see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+---

Old:

  CPAN-Perl-Releases-2.78.tar.gz

New:

  CPAN-Perl-Releases-2.80.tar.gz



Other differences:
--
++ perl-CPAN-Perl-Releases.spec ++
--- /var/tmp/diff_new_pack.OC8sE4/_old  2016-06-25 02:24:07.0 +0200
+++ /var/tmp/diff_new_pack.OC8sE4/_new  2016-06-25 02:24:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CPAN-Perl-Releases
-Version:2.78
+Version:2.80
 Release:0
 %define cpan_name CPAN-Perl-Releases
 Summary:Mapping Perl releases on CPAN to the location of the tarballs

++ CPAN-Perl-Releases-2.78.tar.gz -> CPAN-Perl-Releases-2.80.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.78/Changes 
new/CPAN-Perl-Releases-2.80/Changes
--- old/CPAN-Perl-Releases-2.78/Changes 2016-05-20 23:38:43.0 +0200
+++ new/CPAN-Perl-Releases-2.80/Changes 2016-06-20 23:10:46.0 +0200
@@ -1,8 +1,18 @@
 ==
-Changes from 2011-05-22 00:00:00 + to present.
+Changes from 2011-06-22 00:00:00 + to present.
 ==
 
 -
+version 2.80 at 2016-06-20 20:52:25 +
+-
+
+  Change: eb8b805edeb4683414b78f34eedb2f59d53e9a8c
+  Author: Chris 'BinGOs' Williams 
+  Date : 2016-06-20 21:52:25 +
+
+Updated for v5.25.2 
+
+-
 version 2.78 at 2016-05-20 21:38:09 +
 -
 
@@ -1341,86 +1351,6 @@
 
 Updated for v5.15.1 
 
--
-version 0.22 at 2011-06-20 23:43:11 +
--
-
-  Change: 523a5971bec0b93cb7450850d86664a599a4fb90
-  Author: Chris 'BinGOs' Williams 
-  Date : 2011-06-21 00:43:11 +
-
-Updated for v5.15.0 
-
--
-version 0.20 at 2011-06-20 10:50:26 +
--
-
-  Change: b746f2ea254d2ba900b45aba55c01da5d57c0d84
-  Author: Chris 'BinGOs' Williams 
-  Date : 2011-06-20 11:50:26 +
-
-Added v5.12.4 information 
-
--
-version 0.18 at 2011-06-17 07:52:45 +
--
-
-  Change: bf7d0af08a2861dd66a9bc493e3f93d537cf798e
-  Author: Chris 'BinGOs' Williams 
-  Date : 2011-06-17 08:52:45 +
-
-Updated for v5.14.1 
-
--
-version 0.16 at 2011-06-15 18:20:49 +
--
-
-  Change: c5e50c6ad76556032abc3264756ff00686db7b8d
-  Author: Chris 'BinGOs' Williams 
-  Date : 2011-06-15 19:20:49 +
-
-Updated for perl-5.12.4-RC2 
-
--
-version 0.14 at 2011-06-13 10:55:50 +
--
-
-  Change: c925287bbc6cdf010de93699246ad2af384bae97
-  Author: Chris 'BinGOs' Williams 
-  Date : 2011-06-13 11:55:50 +
-
-Updated as numerous Release Candidates have been removed 
-
--
-version 0.12 at 2011-06-09 23:59:40 +
--
-
-  Change: cfc7f34731191af7b069f6d4dafaa2c7b499e8e5
-  Author: Chris 'BinGOs' Williams 
-  Date : 2011-06-10 00:59:40 +
-
-Added perl-5.14.1-RC1 data 
-
--
-version 0.10 at 2011-06-08 13:41:47 +
--
-
-  Change: 15ad911305b78dac13a109ba07e39db3d5da56db
-  Author: Chris 'BinGOs' Williams 
-  Date : 2011-06-08 14:41:47 +
-
-Added data for perl-5.12.4-RC1 and few more scripts in tools/ 
-

commit perl-DBIx-Class for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-DBIx-Class for openSUSE:Factory 
checked in at 2016-06-25 02:24:06

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


Package is "perl-DBIx-Class"

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBIx-Class/perl-DBIx-Class.changes  
2016-02-17 12:19:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBIx-Class.new/perl-DBIx-Class.changes 
2016-06-25 02:24:09.0 +0200
@@ -1,0 +2,44 @@
+Thu Jun 23 06:07:55 UTC 2016 - co...@suse.com
+
+- updated to 0.082840
+   see /usr/share/doc/packages/perl-DBIx-Class/Changes
+
+  0.082840 2016-06-20 07:02 (UTC)
+  * New Features
+  - When using non-scalars (e.g. arrays) as literal bind values it is 
no
+longer necessary to explicitly specify a bindtype (this turned out
+to be a mostly useless overprotection)
+  
+  * Fixes
+  - Ensure leaving an exception stack via Return::MultiLevel or 
something
+similar produces a large warning
+  - Another relatively invasive set of ::FilterColumn changes, covering
+potential data loss (RT#111567). Please run your regression tests!
+  - Ensure failing on_connect* / on_disconnect* are dealt with 
properly,
+notably on_connect* failures now properly abort the entire connect
+  - Fix use of ::Schema::Versioned combined with a user-supplied
+$dbh->{HandleError} (GH#101)
+  - Fix parsing of DSNs containing driver arguments (GH#99)
+  - Fix silencing of exceptions thrown by custom inflate_result() 
methods
+  - Fix complex prefetch when ordering over foreign boolean columns
+( Pg can't MAX(boolcol) despite being able to ORDER BY boolcol )
+  - Fix infinite loop on ->svp_release("nonexistent_savepoint") (GH#97)
+  - Fix spurious ROLLBACK statements when a TxnScopeGuard fails a 
commit
+of a transaction with deferred FK checks: a guard is now 
inactivated
+immediately before the commit is attempted (RT#107159)
+  - Fix the Sybase ASE storage incorrectly attempting to retrieve an
+autoinc value when inserting rows containing blobs (GH#82)
+  - Remove spurious exception warping in ::Replicated::execute_reliably
+(RT#113339)
+  - Work around unreliable $sth->finish() on INSERT ... RETURNING 
within
+DBD::Firebird on some compiler/driver combinations (RT#110979)
+  - Fix leaktest failures with upcoming version of Sub::Quote
+  - Really fix savepoint rollbacks on older DBD::SQLite (fix in 
0.082800
+was not sufficient to cover up RT#67843)
+  
+  * Misc
+  - Test suite is now officially certified to work under very high 
random
+parallelism: META x_parallel_test_certified set to true accordingly
+  - Typo fixes from downstream debian packagers (RT#112007)
+
+---

Old:

  DBIx-Class-0.082821.tar.gz

New:

  DBIx-Class-0.082840.tar.gz



Other differences:
--
++ perl-DBIx-Class.spec ++
--- /var/tmp/diff_new_pack.OQggY3/_old  2016-06-25 02:24:10.0 +0200
+++ /var/tmp/diff_new_pack.OQggY3/_new  2016-06-25 02:24:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DBIx-Class
-Version:0.082821
+Version:0.082840
 Release:0
 %define cpan_name DBIx-Class
 Summary:Extensible and flexible object <-> relational mapper

++ DBIx-Class-0.082821.tar.gz -> DBIx-Class-0.082840.tar.gz ++
 2990 lines of diff (skipped)




commit nemo for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package nemo for openSUSE:Factory checked in 
at 2016-06-25 02:23:54

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


Package is "nemo"

Changes:

--- /work/SRC/openSUSE:Factory/nemo/nemo.changes2016-06-02 
09:39:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.nemo.new/nemo.changes   2016-06-25 
02:24:02.0 +0200
@@ -1,0 +2,28 @@
+Thu Jun 23 18:43:19 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.0.6:
+  * Generate action files manually (as opposed to during the build).
+  * nemo-desktop-utils.c: return 0 for monitor index if a widget
+isn't realised (this can happen during configuration changes
+and during session startup).
+  * nemo-desktop-icon-view.c: Disconnect from the same gsettings
+instance we connected to.
+  * nemo-desktop-manager, nemo-application: Fix some cleanup
+issues - disconnect from the correct objects when disposing of
+the desktop manager, and destroy the desktop manager earlier
+in Nemo's destruction so there are no issues freeing the
+DesktopInfos.
+  * notebook: Remove unused ifdef code.
+  * nemo-list-view.c: Detach the column header menu from metadata
+when setting it up. Use the actual view's layout instead. When
+reacting to visible columns being changed, simplify things by
+iterating through the treeview column to build a new metadata
+list.
+  * nemo-list-view.c: Don't show trash-specific columns in the
+header menu.
+  * list view: Make changes to the search results view persistent.
+gvfs can't save metadata for the search 'folder' so we store it
+ourselves.
+  * eel-canvas.c: Fix touchscreen selection in icon views.
+
+---

Old:

  nemo-3.0.5.tar.gz

New:

  nemo-3.0.6.tar.gz



Other differences:
--
++ nemo.spec ++
--- /var/tmp/diff_new_pack.RP801U/_old  2016-06-25 02:24:03.0 +0200
+++ /var/tmp/diff_new_pack.RP801U/_new  2016-06-25 02:24:03.0 +0200
@@ -20,7 +20,7 @@
 %define sover   1
 %define typelib typelib-1_0-Nemo-3_0
 Name:   nemo
-Version:3.0.5
+Version:3.0.6
 Release:0
 Summary:File browser for Cinnamon
 License:GPL-2.0+
@@ -36,7 +36,7 @@
 BuildRequires:  gnome-common
 BuildRequires:  gtk-doc
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  python3-gobject
 BuildRequires:  python3-polib
 BuildRequires:  shared-mime-info

++ nemo-3.0.5.tar.gz -> nemo-3.0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.0.5/configure.ac new/nemo-3.0.6/configure.ac
--- old/nemo-3.0.5/configure.ac 2016-05-31 14:59:08.0 +0200
+++ new/nemo-3.0.6/configure.ac 2016-06-23 14:33:15.0 +0200
@@ -18,7 +18,7 @@
 m4_define(nemo_extension_current,  5)
 m4_define(nemo_extension_revision, 0)
 
-AC_INIT(nemo, 3.0.5, https://github.com/linuxmint/nemo)
+AC_INIT(nemo, 3.0.6, https://github.com/linuxmint/nemo)
 
 dnl ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.0.5/debian/changelog 
new/nemo-3.0.6/debian/changelog
--- old/nemo-3.0.5/debian/changelog 2016-05-31 14:59:08.0 +0200
+++ new/nemo-3.0.6/debian/changelog 2016-06-23 14:33:15.0 +0200
@@ -1,3 +1,24 @@
+nemo (3.0.6) sarah; urgency=medium
+
+  [ Clement Lefebvre ]
+  * Generate action files manually (as opposed to during the build)
+
+  [ Michael Webster ]
+  * nemo-desktop-utils.c: return 0 for monitor index if a widget isn't 
realized (this can happen during configuration changes and during session 
startup).
+  * nemo-desktop-icon-view.c: disconnect from the same gsettings instance we 
connected to.
+  * nemo-desktop-manager, nemo-application: Fix some cleanup issues - 
disconnect from the correct objects when disposing of the desktop manager, and 
destroy the desktop manager earlier in nemo's destruction so there are no 
issues freeing the DesktopInfos.
+
+  [ leigh123linux ]
+  * notebook: removed unused ifdef code
+
+  [ Michael Webster ]
+  * nemo-list-view.c: detach the column header menu from metadata when setting 
it up.  Use the actual view's layout instead.  When reacting to visible columns 
being changed, simplify things by iterating through the treeview column to 
build a new metadata list.
+  * nemo-list-view.c: Don't show trash-specific columns in the header menu.
+  * list view: Make changes to the search results view persistent. gvfs can't 
save metadata for the search 

commit perl-Devel-PPPort for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-PPPort for 
openSUSE:Factory checked in at 2016-06-25 02:23:57

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


Package is "perl-Devel-PPPort"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-PPPort/perl-Devel-PPPort.changes  
2016-06-19 10:47:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-PPPort.new/perl-Devel-PPPort.changes 
2016-06-25 02:24:04.0 +0200
@@ -1,0 +2,11 @@
+Mon Jun 13 06:58:04 UTC 2016 - co...@suse.com
+
+- updated to 3.34
+   see /usr/share/doc/packages/perl-Devel-PPPort/Changes
+
+  3.34 - 2016-06-04
+  
+  * Fix compilation on Windows with certain compilers.
+(__attribute__ not recognized. (#GH 36)
+
+---

Old:

  Devel-PPPort-3.33.tar.gz

New:

  Devel-PPPort-3.34.tar.gz



Other differences:
--
++ perl-Devel-PPPort.spec ++
--- /var/tmp/diff_new_pack.wosFVb/_old  2016-06-25 02:24:05.0 +0200
+++ /var/tmp/diff_new_pack.wosFVb/_new  2016-06-25 02:24:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-PPPort
-Version:3.33
+Version:3.34
 Release:0
 %define cpan_name Devel-PPPort
 Summary:Perl/Pollution/Portability

++ Devel-PPPort-3.33.tar.gz -> Devel-PPPort-3.34.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PPPort-3.33/Changes 
new/Devel-PPPort-3.34/Changes
--- old/Devel-PPPort-3.33/Changes   2016-06-03 15:43:34.0 +0200
+++ new/Devel-PPPort-3.34/Changes   2016-06-13 00:30:48.0 +0200
@@ -1,3 +1,8 @@
+3.34 - 2016-06-04
+
+* Fix compilation on Windows with certain compilers.
+  (__attribute__ not recognized. (#GH 36)
+
 3.33 - 2016-06-03
 
 * Add PERL_OP_PARENT related macros, and cBOOL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PPPort-3.33/META.json 
new/Devel-PPPort-3.34/META.json
--- old/Devel-PPPort-3.33/META.json 2016-06-03 15:43:49.0 +0200
+++ new/Devel-PPPort-3.34/META.json 2016-06-13 01:04:51.0 +0200
@@ -1,5 +1,5 @@
 {
-   "abstract" : "unknown",
+   "abstract" : "Perl/Pollution/Portability",
"author" : [
   "Marcus Holland-Moritz "
],
@@ -42,5 +42,5 @@
  "web" : "https://github.com/mhx/Devel-PPPort/;
   }
},
-   "version" : "3.33"
+   "version" : "3.34"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PPPort-3.33/META.yml 
new/Devel-PPPort-3.34/META.yml
--- old/Devel-PPPort-3.33/META.yml  2016-06-03 15:43:49.0 +0200
+++ new/Devel-PPPort-3.34/META.yml  2016-06-13 01:04:51.0 +0200
@@ -1,5 +1,5 @@
 ---
-abstract: unknown
+abstract: Perl/Pollution/Portability
 author:
   - 'Marcus Holland-Moritz '
 build_requires:
@@ -20,4 +20,4 @@
 resources:
   bugtracker: https://github.com/mhx/Devel-PPPort/issues/
   repository: git://github.com/mhx/Devel-PPPort.git
-version: '3.33'
+version: '3.34'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PPPort-3.33/PPPort.pm 
new/Devel-PPPort-3.34/PPPort.pm
--- old/Devel-PPPort-3.33/PPPort.pm 2016-06-03 15:43:46.0 +0200
+++ new/Devel-PPPort-3.34/PPPort.pm 2016-06-13 01:04:42.0 +0200
@@ -1668,7 +1668,7 @@
 use strict;
 use vars qw($VERSION $data);
 
-$VERSION = '3.33';
+$VERSION = '3.34';
 
 sub _init_data
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PPPort-3.33/PPPort_pm.PL 
new/Devel-PPPort-3.34/PPPort_pm.PL
--- old/Devel-PPPort-3.33/PPPort_pm.PL  2016-06-03 15:43:34.0 +0200
+++ new/Devel-PPPort-3.34/PPPort_pm.PL  2016-06-13 00:30:54.0 +0200
@@ -539,7 +539,7 @@
 use strict;
 use vars qw($VERSION $data);
 
-$VERSION = '3.33';
+$VERSION = '3.34';
 
 sub _init_data
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PPPort-3.33/parts/inc/misc 
new/Devel-PPPort-3.34/parts/inc/misc
--- old/Devel-PPPort-3.33/parts/inc/misc2016-06-03 15:43:34.0 
+0200
+++ new/Devel-PPPort-3.34/parts/inc/misc2016-06-13 00:28:48.0 
+0200
@@ -391,9 +391,6 @@
 
 #define NEED_SvRX
 
-int returnint(int x) __attribute__((warn_unused_result));
-int returnint(int x) { return x * x; }
-
 =xsboot
 
 {
@@ -679,13 +676,6 @@
 #endif
 
 void
-check_unused_return(x)
-int x;
-PPCODE:
-PERL_UNUSED_RESULT(returnint(3));
-mXPUSHp("Yay", 3);
-

commit perl-Package-DeprecationManager for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Package-DeprecationManager for 
openSUSE:Factory checked in at 2016-06-25 02:24:33

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


Package is "perl-Package-DeprecationManager"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Package-DeprecationManager/perl-Package-DeprecationManager.changes
  2016-03-26 15:27:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Package-DeprecationManager.new/perl-Package-DeprecationManager.changes
 2016-06-25 02:24:35.0 +0200
@@ -1,0 +2,10 @@
+Thu Jun 23 06:50:18 UTC 2016 - co...@suse.com
+
+- updated to 0.17
+   see /usr/share/doc/packages/perl-Package-DeprecationManager/Changes
+
+  0.17 2016-06-17
+  
+  - Remove use of namespace::autoclean.
+
+---

Old:

  Package-DeprecationManager-0.16.tar.gz

New:

  Package-DeprecationManager-0.17.tar.gz



Other differences:
--
++ perl-Package-DeprecationManager.spec ++
--- /var/tmp/diff_new_pack.TfZtoq/_old  2016-06-25 02:24:35.0 +0200
+++ /var/tmp/diff_new_pack.TfZtoq/_new  2016-06-25 02:24:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Package-DeprecationManager
-Version:0.16
+Version:0.17
 Release:0
 %define cpan_name Package-DeprecationManager
 Summary:Manage deprecation warnings for your distribution
@@ -38,13 +38,11 @@
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Warnings)
-BuildRequires:  perl(namespace::autoclean)
 Requires:   perl(List::Util) >= 1.33
 Requires:   perl(Package::Stash)
 Requires:   perl(Params::Util)
 Requires:   perl(Sub::Install)
 Requires:   perl(Sub::Name)
-Requires:   perl(namespace::autoclean)
 %{perl_requires}
 
 %description

++ Package-DeprecationManager-0.16.tar.gz -> 
Package-DeprecationManager-0.17.tar.gz ++
 3143 lines of diff (skipped)




commit perl-Test-Exception-LessClever for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Exception-LessClever for 
openSUSE:Factory checked in at 2016-06-25 02:24:41

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


Package is "perl-Test-Exception-LessClever"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-Exception-LessClever/perl-Test-Exception-LessClever.changes
2014-09-18 07:12:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Exception-LessClever.new/perl-Test-Exception-LessClever.changes
   2016-06-25 02:24:42.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 23 07:08:12 UTC 2016 - co...@suse.com
+
+- updated to 0.007
+   see /usr/share/doc/packages/perl-Test-Exception-LessClever/
+
+---

Old:

  Test-Exception-LessClever-0.006.tar.gz

New:

  Test-Exception-LessClever-0.007.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Test-Exception-LessClever.spec ++
--- /var/tmp/diff_new_pack.CMoA8A/_old  2016-06-25 02:24:43.0 +0200
+++ /var/tmp/diff_new_pack.CMoA8A/_new  2016-06-25 02:24:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Exception-LessClever
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,29 +17,32 @@
 
 
 Name:   perl-Test-Exception-LessClever
-Version:0.006
+Version:0.007
 Release:0
 %define cpan_name Test-Exception-LessClever
-Summary:Test::Exception simplified
+Summary:Test::Exception simplified ***DEPRECATED***
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Exception-LessClever/
-Source: 
http://www.cpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Mock::Quick) >= 1.100
-BuildRequires:  perl(Module::Build) >= 0.38
+BuildRequires:  perl(Module::Build) >= 0.42
 BuildRequires:  perl(Test::Simple) >= 0.88
 %{perl_requires}
 
 %description
-An alternative to the Test::Exception manpage that is much simpler. This
-alternative does not use fancy stack tricks to hide itself. The idea here
-is to keep it simple. This also solves the Test::Exception bug where some
-dies will be hidden when a DESTROY method calls eval. If a DESTROY method
-masks $@ a warning will be generated as well.
+*** This is deprecated please do not use it ***
+
+An alternative to Test::Exception that is much simpler. This alternative
+does not use fancy stack tricks to hide itself. The idea here is to keep it
+simple. This also solves the Test::Exception bug where some dies will be
+hidden when a DESTROY method calls eval. If a DESTROY method masks $@ a
+warning will be generated as well.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ Test-Exception-LessClever-0.006.tar.gz -> 
Test-Exception-LessClever-0.007.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Exception-LessClever-0.006/Build.PL 
new/Test-Exception-LessClever-0.007/Build.PL
--- old/Test-Exception-LessClever-0.006/Build.PL2011-04-07 
03:39:35.0 +0200
+++ new/Test-Exception-LessClever-0.007/Build.PL2016-06-20 
21:01:12.0 +0200
@@ -17,6 +17,11 @@
 'Test::Simple' => 0.88,
 'Mock::Quick' => '1.100',
 },
+meta_merge => {
+resources => {
+repository => 
'https://github.com/exodist/Test-Exception-LessClever',
+},
+},
 );
 
 $build->create_build_script;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Exception-LessClever-0.006/META.json 
new/Test-Exception-LessClever-0.007/META.json
--- old/Test-Exception-LessClever-0.006/META.json   2011-04-07 
03:39:35.0 +0200
+++ new/Test-Exception-LessClever-0.007/META.json   2016-06-20 
21:01:12.0 +0200
@@ -1,10 +1,10 @@
 {
-   "abstract" : "Test::Exception simplified",
+   "abstract" : "Test::Exception simplified ***DEPRECATED***",
"author" : [
   "Chad Granum "
],
"dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.38, 

commit perl-Math-BigInt for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Math-BigInt for 
openSUSE:Factory checked in at 2016-06-25 02:24:13

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


Package is "perl-Math-BigInt"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Math-BigInt/perl-Math-BigInt.changes
2016-06-19 10:48:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Math-BigInt.new/perl-Math-BigInt.changes   
2016-06-25 02:24:15.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 23 06:36:46 UTC 2016 - co...@suse.com
+
+- updated to 1.999724
+   see /usr/share/doc/packages/perl-Math-BigInt/CHANGES
+
+---

Old:

  Math-BigInt-1.999723.tar.gz

New:

  Math-BigInt-1.999724.tar.gz



Other differences:
--
++ perl-Math-BigInt.spec ++
--- /var/tmp/diff_new_pack.rzhLuf/_old  2016-06-25 02:24:16.0 +0200
+++ /var/tmp/diff_new_pack.rzhLuf/_new  2016-06-25 02:24:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Math-BigInt
-Version:1.999723
+Version:1.999724
 Release:0
 %define cpan_name Math-BigInt
 Summary:Arbitrary size integer/float math package
@@ -44,13 +44,8 @@
 # MANUAL END
 
 %description
-All operators (including basic math operations) are overloaded if you
-declare your big integers as
-
-  $i = Math::BigInt -> new('123_456_789_123_456_789');
-
-Operations with overloaded operators preserve the arguments which is
-exactly what you expect.
+Math::BigInt provides support for arbitrary precision integers. Overloading
+is also provided for Perl operators.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ Math-BigInt-1.999723.tar.gz -> Math-BigInt-1.999724.tar.gz ++
 20698 lines of diff (skipped)




commit perl-Net-SSLGlue for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-SSLGlue for 
openSUSE:Factory checked in at 2016-06-25 02:24:31

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


Package is "perl-Net-SSLGlue"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-SSLGlue/perl-Net-SSLGlue.changes
2016-04-12 19:35:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-SSLGlue.new/perl-Net-SSLGlue.changes   
2016-06-25 02:24:33.0 +0200
@@ -1,0 +2,10 @@
+Thu Jun 23 06:47:54 UTC 2016 - co...@suse.com
+
+- updated to 1.058
+   see /usr/share/doc/packages/perl-Net-SSLGlue/Changes
+
+  1.058 2016/06/17
+  - RT#109887 - fix t/01_load.t in case only very old version of LWP was
+installed which did not have LWP::Protocol::https
+
+---

Old:

  Net-SSLGlue-1.057.tar.gz

New:

  Net-SSLGlue-1.058.tar.gz



Other differences:
--
++ perl-Net-SSLGlue.spec ++
--- /var/tmp/diff_new_pack.4NrnvW/_old  2016-06-25 02:24:34.0 +0200
+++ /var/tmp/diff_new_pack.4NrnvW/_new  2016-06-25 02:24:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-SSLGlue
-Version:1.057
+Version:1.058
 Release:0
 %define cpan_name Net-SSLGlue
 Summary:Add/Extend Ssl Support for Common Perl Modules

++ Net-SSLGlue-1.057.tar.gz -> Net-SSLGlue-1.058.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSLGlue-1.057/Changes 
new/Net-SSLGlue-1.058/Changes
--- old/Net-SSLGlue-1.057/Changes   2016-04-04 09:29:58.0 +0200
+++ new/Net-SSLGlue-1.058/Changes   2016-06-17 09:18:57.0 +0200
@@ -1,3 +1,6 @@
+1.058 2016/06/17
+- RT#109887 - fix t/01_load.t in case only very old version of LWP was
+  installed which did not have LWP::Protocol::https
 1.057 2016/04/04
 - removed warning with very old versions of LWP where
   LWP::Protocol::https::VERSION was not defined yet.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSLGlue-1.057/META.json 
new/Net-SSLGlue-1.058/META.json
--- old/Net-SSLGlue-1.057/META.json 2016-04-04 09:36:55.0 +0200
+++ new/Net-SSLGlue-1.058/META.json 2016-06-17 09:19:44.0 +0200
@@ -4,7 +4,7 @@
   "unknown"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.120921",
+   "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150001",
"license" : [
   "unknown"
],
@@ -42,5 +42,5 @@
  "url" : "https://github.com/noxxi/p5-net-sslglue;
   }
},
-   "version" : "1.057"
+   "version" : "1.058"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSLGlue-1.057/META.yml 
new/Net-SSLGlue-1.058/META.yml
--- old/Net-SSLGlue-1.057/META.yml  2016-04-04 09:36:55.0 +0200
+++ new/Net-SSLGlue-1.058/META.yml  2016-06-17 09:19:44.0 +0200
@@ -3,22 +3,22 @@
 author:
   - unknown
 build_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 
2.120921'
+generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150001'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Net-SSLGlue
 no_index:
   directory:
 - t
 - inc
 requires:
-  IO::Socket::SSL: 1.19
+  IO::Socket::SSL: '1.19'
 resources:
   repository: https://github.com/noxxi/p5-net-sslglue
-version: 1.057
+version: '1.058'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSLGlue-1.057/lib/Net/SSLGlue.pm 
new/Net-SSLGlue-1.058/lib/Net/SSLGlue.pm
--- old/Net-SSLGlue-1.057/lib/Net/SSLGlue.pm2016-04-04 09:28:05.0 
+0200
+++ new/Net-SSLGlue-1.058/lib/Net/SSLGlue.pm2016-06-17 09:17:37.0 
+0200
@@ -1,5 +1,5 @@
 package Net::SSLGlue;
-our $VERSION = '1.057';
+our $VERSION = '1.058';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSLGlue-1.057/t/01_load.t 
new/Net-SSLGlue-1.058/t/01_load.t
--- old/Net-SSLGlue-1.057/t/01_load.t   2008-12-31 15:13:09.0 +0100
+++ new/Net-SSLGlue-1.058/t/01_load.t   2016-06-17 09:16:14.0 +0200
@@ -4,15 +4,15 @@
 print "1..3\n";
 for (
[ 'Net::SMTP','SMTP' ],
-   [ 'LWP',  'LWP'  ],
+   [ 

commit perl-Mojolicious-Plugin-AssetPack for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-AssetPack 
for openSUSE:Factory checked in at 2016-06-25 02:24:20

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


Package is "perl-Mojolicious-Plugin-AssetPack"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-AssetPack/perl-Mojolicious-Plugin-AssetPack.changes
  2016-06-05 14:20:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-AssetPack.new/perl-Mojolicious-Plugin-AssetPack.changes
 2016-06-25 02:24:21.0 +0200
@@ -1,0 +2,12 @@
+Thu Jun 23 06:41:58 UTC 2016 - co...@suse.com
+
+- updated to 1.14
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes
+
+  1.14 2016-06-21T13:33:41+0200
+   - Fix Fetch::URL_RE for url(...) without quotes #91 #99
+   - Fix trimming whitespace for topics in .def file, closes #93
+   - Fix replacing all fetched files #94
+   - Will show download error message #96
+
+---

Old:

  Mojolicious-Plugin-AssetPack-1.13.tar.gz

New:

  Mojolicious-Plugin-AssetPack-1.14.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-AssetPack.spec ++
--- /var/tmp/diff_new_pack.KZYOa8/_old  2016-06-25 02:24:22.0 +0200
+++ /var/tmp/diff_new_pack.KZYOa8/_new  2016-06-25 02:24:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious-Plugin-AssetPack
-Version:1.13
+Version:1.14
 Release:0
 %define cpan_name Mojolicious-Plugin-AssetPack
 Summary:Compress and convert css, less, sass, javascript and 
coffeescript files

++ Mojolicious-Plugin-AssetPack-1.13.tar.gz -> 
Mojolicious-Plugin-AssetPack-1.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-1.13/.travis.yml 
new/Mojolicious-Plugin-AssetPack-1.14/.travis.yml
--- old/Mojolicious-Plugin-AssetPack-1.13/.travis.yml   2016-04-02 
21:25:40.0 +0200
+++ new/Mojolicious-Plugin-AssetPack-1.14/.travis.yml   2016-06-21 
13:26:33.0 +0200
@@ -11,7 +11,7 @@
   - 'HARNESS_OPTIONS=j1 TEST_ONLINE=1'
 install:
   - 'cpanm -n Test::Pod Test::Pod::Coverage IO::Socket::SSL'
-  - 'cpanm -n CSS::Minifier::XS CSS::Sass Imager::File::PNG 
JavaScript::Minifier::XS'
+  - 'cpanm -n CSS::Minifier::XS Imager::File::PNG JavaScript::Minifier::XS'
   - 'cpanm -n --installdeps .'
 notifications:
   email: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-1.13/Changes 
new/Mojolicious-Plugin-AssetPack-1.14/Changes
--- old/Mojolicious-Plugin-AssetPack-1.13/Changes   2016-05-21 
08:11:27.0 +0200
+++ new/Mojolicious-Plugin-AssetPack-1.14/Changes   2016-06-21 
13:33:41.0 +0200
@@ -1,5 +1,11 @@
 Revision history for perl distribution Mojolicious-Plugin-AssetPack
 
+1.14 2016-06-21T13:33:41+0200
+ - Fix Fetch::URL_RE for url(...) without quotes #91 #99
+ - Fix trimming whitespace for topics in .def file, closes #93
+ - Fix replacing all fetched files #94
+ - Will show download error message #96
+
 1.13 2016-05-21T08:11:27+0200
  - Fix sass-current-app.t after 1.12
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-1.13/MANIFEST 
new/Mojolicious-Plugin-AssetPack-1.14/MANIFEST
--- old/Mojolicious-Plugin-AssetPack-1.13/MANIFEST  2016-05-21 
08:11:29.0 +0200
+++ new/Mojolicious-Plugin-AssetPack-1.14/MANIFEST  2016-06-21 
13:33:41.0 +0200
@@ -62,6 +62,7 @@
 t/coffee.t
 t/css.t
 t/Dynamic.pm
+t/fetch-all.t
 t/font-awesome.t
 t/google-font.t
 t/Helper.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-1.13/META.json 
new/Mojolicious-Plugin-AssetPack-1.14/META.json
--- old/Mojolicious-Plugin-AssetPack-1.13/META.json 2016-05-21 
08:11:29.0 +0200
+++ new/Mojolicious-Plugin-AssetPack-1.14/META.json 2016-06-21 
13:33:41.0 +0200
@@ -4,7 +4,7 @@
   "Jan Henning Thorsen "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150001",
+   "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "artistic_2"
],
@@ -48,5 +48,6 @@
  "url" : 
"https://github.com/jhthorsen/mojolicious-plugin-assetpack.git;
   }
},
-   "version" : "1.13"
+   "version" : "1.14",
+   "x_serialization_backend" 

commit perl-Test-CleanNamespaces for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-CleanNamespaces for 
openSUSE:Factory checked in at 2016-06-25 02:24:39

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


Package is "perl-Test-CleanNamespaces"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-CleanNamespaces/perl-Test-CleanNamespaces.changes
  2015-05-11 22:28:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CleanNamespaces.new/perl-Test-CleanNamespaces.changes
 2016-06-25 02:24:40.0 +0200
@@ -1,0 +2,9 @@
+Thu Jun 23 07:07:32 UTC 2016 - co...@suse.com
+
+- updated to 0.19
+   see /usr/share/doc/packages/perl-Test-CleanNamespaces/Changes
+
+  0.19  2016-06-17 05:00:35Z
+- removed dependencies on namespace::clean, Sub::Exporter, File::Find::Rule
+
+---

Old:

  Test-CleanNamespaces-0.18.tar.gz

New:

  Test-CleanNamespaces-0.19.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Test-CleanNamespaces.spec ++
--- /var/tmp/diff_new_pack.6V8WEF/_old  2016-06-25 02:24:41.0 +0200
+++ /var/tmp/diff_new_pack.6V8WEF/_new  2016-06-25 02:24:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-CleanNamespaces
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-CleanNamespaces
-Version:0.18
+Version:0.19
 Release:0
 %define cpan_name Test-CleanNamespaces
 Summary:Check for uncleaned imports
@@ -25,16 +25,18 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-CleanNamespaces/
 Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Find::Rule)
-BuildRequires:  perl(File::Find::Rule::Perl)
+BuildRequires:  perl(CPAN::Meta::Requirements) >= 2.120620
+BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Package::Stash) >= 0.14
 BuildRequires:  perl(Role::Tiny) >= 1.003000
 BuildRequires:  perl(Sub::Exporter)
+BuildRequires:  perl(Sub::Exporter::Progressive)
 BuildRequires:  perl(Sub::Identify)
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::More) >= 0.88
@@ -43,22 +45,19 @@
 BuildRequires:  perl(Test::Warnings) >= 0.009
 BuildRequires:  perl(namespace::clean)
 BuildRequires:  perl(parent)
-Requires:   perl(File::Find::Rule)
-Requires:   perl(File::Find::Rule::Perl)
 Requires:   perl(Module::Runtime)
 Requires:   perl(Package::Stash) >= 0.14
 Requires:   perl(Role::Tiny) >= 1.003000
-Requires:   perl(Sub::Exporter)
+Requires:   perl(Sub::Exporter::Progressive)
 Requires:   perl(Sub::Identify)
-Requires:   perl(namespace::clean)
 Recommends: perl(Package::Stash::XS)
 %{perl_requires}
 
 %description
 This module lets you check your module's namespaces for imported functions
-you might have forgotten to remove with the namespace::autoclean manpage or
-the namespace::clean manpage and are therefore available to be called as
-methods, which usually isn't want you want.
+you might have forgotten to remove with namespace::autoclean or
+namespace::clean and are therefore available to be called as methods, which
+usually isn't want you want.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -77,6 +76,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README
+%doc Changes CONTRIBUTING LICENCE README
 
 %changelog

++ Test-CleanNamespaces-0.18.tar.gz -> Test-CleanNamespaces-0.19.tar.gz 
++
 4543 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && 

commit perl-Hash-Util-FieldHash-Compat for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Hash-Util-FieldHash-Compat for 
openSUSE:Factory checked in at 2016-06-25 02:24:11

Comparing /work/SRC/openSUSE:Factory/perl-Hash-Util-FieldHash-Compat (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Hash-Util-FieldHash-Compat.new (New)


Package is "perl-Hash-Util-FieldHash-Compat"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Hash-Util-FieldHash-Compat/perl-Hash-Util-FieldHash-Compat.changes
  2015-10-12 10:01:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Hash-Util-FieldHash-Compat.new/perl-Hash-Util-FieldHash-Compat.changes
 2016-06-25 02:24:14.0 +0200
@@ -1,0 +2,10 @@
+Thu Jun 23 06:26:55 UTC 2016 - co...@suse.com
+
+- updated to 0.11
+   see /usr/share/doc/packages/perl-Hash-Util-FieldHash-Compat/Changes
+
+  0.11  2016-06-13 21:57:55Z
+  - be gentle to older toolchains by avoiding the use of
+Module::Metadata in configure-requires (RT#115310)
+
+---

Old:

  Hash-Util-FieldHash-Compat-0.10.tar.gz

New:

  Hash-Util-FieldHash-Compat-0.11.tar.gz



Other differences:
--
++ perl-Hash-Util-FieldHash-Compat.spec ++
--- /var/tmp/diff_new_pack.ixn0NS/_old  2016-06-25 02:24:15.0 +0200
+++ /var/tmp/diff_new_pack.ixn0NS/_new  2016-06-25 02:24:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Hash-Util-FieldHash-Compat
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Hash-Util-FieldHash-Compat
-Version:0.10
+Version:0.11
 Release:0
 %define cpan_name Hash-Util-FieldHash-Compat
 Summary:Use Hash::Util::FieldHash or ties, depending on availability
@@ -30,22 +30,21 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Meta::Requirements) >= 2.120620
-BuildRequires:  perl(Module::Metadata)
+BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(parent)
 Requires:   perl(parent)
 %{perl_requires}
 
 %description
-Under older perls this module provides a drop-in compatible API to the
-Hash::Util::FieldHash manpage using the perltie manpage. When the
-Hash::Util::FieldHash manpage is available it will use that instead.
+Under older perls this module provides a drop-in compatible API to
+Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is
+available it will use that instead.
 
 This way code requiring field hashes can benefit from fast, robust field
 hashes on Perl 5.10 and newer, but still run on older perls that don't ship
 with that module.
 
-See the Hash::Util::FieldHash manpage for all the details of the API.
+See Hash::Util::FieldHash for all the details of the API.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ Hash-Util-FieldHash-Compat-0.10.tar.gz -> 
Hash-Util-FieldHash-Compat-0.11.tar.gz ++
 2320 lines of diff (skipped)




commit perl-Moo for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Moo for openSUSE:Factory 
checked in at 2016-06-25 02:24:23

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


Package is "perl-Moo"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Moo/perl-Moo.changes2016-03-09 
16:48:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Moo.new/perl-Moo.changes   2016-06-25 
02:24:26.0 +0200
@@ -1,0 +2,49 @@
+Thu Jun 23 06:42:40 UTC 2016 - co...@suse.com
+
+- updated to 2.002002
+   see /usr/share/doc/packages/perl-Moo/Changes
+
+  2.002002 - 2016-06-21
+- fix handling of Carp < 1.12
+  
+  2.002_001 - 2016-06-17
+- added Sub::Quote::sanitize_identifier to generate an identifier from an
+  arbitrary string.
+- Sub::Defer::defer_info is now exportable.
+- improved documentation for Sub::Quote.
+- fix quoted subs with no_defer ignoring no_install option. (RT#114605)
+- internals of Sub::Quote were refactored.
+- error message when @ISA changes now includes the location that the
+  constructor was generated.
+- original invoker will be used when calling a non-Moo parent constructor.
+  (RT#115189)
+- added testing for preserving context into quote_sub subs. (RT#114511)
+- quote_sub context options will be used even when zero. (RT#114512)
+- Sub::Defer::defer_sub gained attributes option to specify sub attributes.
+- Sub::Quote::quote_sub gained attributes option to specify sub attributes.
+  
+  2.002_000 - 2016-05-18
+- Use Carp::croak rather than die to improve reported error locations
+  (RT#109844, RT#109632, RT#102622)
+- removed Method::Inliner module.  It was never intended to ship with Moo,
+  and was undocumented, untested, and unused on CPAN.
+- require Role::Tiny 2.02 for fixes to method modifiers being applied
+  via multiple role composition paths (RT#106668)
+- Delay loading Class::Method::Modifiers until we actually need it
+- Fix an explosion that could happen if meta inflation was attempted part 
way
+  through Moo's bootstrapping process, which was possible via a
+  CORE::GLOBAL::bless override (RT#113743)
+- Accessor subs will be generated immediately, rather than being partially
+  deferred.  The deferal added extra sub layers and the delayed compilation
+  didn't provide any real benefit for them.
+- Numeric values used as defaults will be inlined as numbers rather than
+  strings.
+- Numerous test cleanups and additional test coverage
+- Fixed a typo in Sub::Defer docs (RT#113416)
+- Deferred subs (including constructors) will always be named properly, 
even
+  if neither Sub::Name nor Sub::Util are available.  This improves
+  compatibility with namespace::autoclean, among other things.  Once the 
sub
+  is undeferred, it may not be given a correct name if Sub::Name or 
Sub::Util
+  aren't available.
+
+---

Old:

  Moo-2.001001.tar.gz

New:

  Moo-2.002002.tar.gz



Other differences:
--
++ perl-Moo.spec ++
--- /var/tmp/diff_new_pack.v31Nlu/_old  2016-06-25 02:24:27.0 +0200
+++ /var/tmp/diff_new_pack.v31Nlu/_new  2016-06-25 02:24:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Moo
-Version:2.001001
+Version:2.002002
 Release:0
 %define cpan_name Moo
 Summary:Minimalist Object Orientation (with Moose compatibility)
@@ -33,13 +33,13 @@
 BuildRequires:  perl(Class::Method::Modifiers) >= 1.1
 BuildRequires:  perl(Devel::GlobalDestruction) >= 0.11
 BuildRequires:  perl(Module::Runtime) >= 0.014
-BuildRequires:  perl(Role::Tiny) >= 2
+BuildRequires:  perl(Role::Tiny) >= 2.02
 BuildRequires:  perl(Test::Fatal) >= 0.003
 BuildRequires:  perl(Test::More) >= 0.94
 Requires:   perl(Class::Method::Modifiers) >= 1.1
 Requires:   perl(Devel::GlobalDestruction) >= 0.11
 Requires:   perl(Module::Runtime) >= 0.014
-Requires:   perl(Role::Tiny) >= 2
+Requires:   perl(Role::Tiny) >= 2.02
 Recommends: perl(Class::XSAccessor) >= 1.18
 Recommends: perl(strictures) >= 2
 Recommends: perl(Sub::Name) >= 0.08

++ Moo-2.001001.tar.gz -> Moo-2.002002.tar.gz ++
 4877 lines of diff (skipped)




commit perl-DateTime-Locale for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-DateTime-Locale for 
openSUSE:Factory checked in at 2016-06-25 02:24:08

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


Package is "perl-DateTime-Locale"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-DateTime-Locale/perl-DateTime-Locale.changes
2016-03-31 13:03:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-DateTime-Locale.new/perl-DateTime-Locale.changes
   2016-06-25 02:24:11.0 +0200
@@ -1,0 +2,10 @@
+Thu Jun 23 06:12:50 UTC 2016 - co...@suse.com
+
+- updated to 1.04
+   see /usr/share/doc/packages/perl-DateTime-Locale/Changes
+
+  1.04 2016-06-17
+  
+  - Replaced List::MoreUtils with List::Util.
+
+---

Old:

  DateTime-Locale-1.03.tar.gz

New:

  DateTime-Locale-1.04.tar.gz



Other differences:
--
++ perl-DateTime-Locale.spec ++
--- /var/tmp/diff_new_pack.kAfAlE/_old  2016-06-25 02:24:12.0 +0200
+++ /var/tmp/diff_new_pack.kAfAlE/_new  2016-06-25 02:24:12.0 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   perl-DateTime-Locale
-Version:1.03
+Version:1.04
 Release:0
-%define cpan_version 1.03
-Provides:   perl(DateTime::Locale) = 1.03
+%define cpan_version 1.04
+Provides:   perl(DateTime::Locale) = 1.04
 %define cpan_name DateTime-Locale
 Summary:Localization support for DateTime.pm
 License:Artistic-1.0 or GPL-1.0+
@@ -33,14 +33,14 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Dist::CheckConflicts) >= 0.02
-BuildRequires:  perl(List::MoreUtils)
+BuildRequires:  perl(List::Util) >= 1.45
 BuildRequires:  perl(Params::Validate)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Test::Warnings)
 Requires:   perl(Dist::CheckConflicts) >= 0.02
-Requires:   perl(List::MoreUtils)
+Requires:   perl(List::Util) >= 1.45
 Requires:   perl(Params::Validate)
 %{perl_requires}
 

++ DateTime-Locale-1.03.tar.gz -> DateTime-Locale-1.04.tar.gz ++
 8846 lines of diff (skipped)




commit ladspa-preamp for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package ladspa-preamp for openSUSE:Factory 
checked in at 2016-06-25 02:23:34

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


Package is "ladspa-preamp"

Changes:

--- /work/SRC/openSUSE:Factory/ladspa-preamp/ladspa-preamp.changes  
2014-03-04 13:38:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.ladspa-preamp.new/ladspa-preamp.changes 
2016-06-25 02:23:49.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun 23 12:05:44 CEST 2016 - ti...@suse.de
+
+- Wrap with a namespace for own exp2() implementation to fix the
+  build error with gcc6:
+  preamp-ext2-conflict.patch
+
+---

New:

  preamp-ext2-conflict.patch



Other differences:
--
++ ladspa-preamp.spec ++
--- /var/tmp/diff_new_pack.AplkEh/_old  2016-06-25 02:23:50.0 +0200
+++ /var/tmp/diff_new_pack.AplkEh/_new  2016-06-25 02:23:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ladspa-preamp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 Url:http://quitte.de/dsp/
 Source: preamp-v%{version}.tar.bz2
 Patch1: preamp.dif
+Patch2: preamp-ext2-conflict.patch
 BuildRequires:  gcc-c++
 BuildRequires:  ladspa-devel
 Supplements:ladspa
@@ -37,6 +38,7 @@
 %prep
 %setup -q -n preamp
 %patch1
+%patch2 -p1
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.

++ preamp-ext2-conflict.patch ++
---
 exp2.h|3 +++
 preamp.cc |2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

--- a/exp2.h
+++ b/exp2.h
@@ -7,6 +7,8 @@
  * thanks, andy!
  */
 
+namespace DSP {
+
 static inline float
 exp2 (float x)
 {
@@ -22,4 +24,5 @@ exp2 (float x)
return x;
 }
 
+} /* namespace DSP */
 #endif /* _EXP_2_H_ */
--- a/preamp.cc
+++ b/preamp.cc
@@ -194,7 +194,7 @@ Preamp::process (int frames)
hp.set_f (fc / fs);
}

-   double g = gain < 1 ? gain + .1 : exp2 (gain - 1);
+   double g = gain < 1 ? gain + .1 : DSP::exp2 (gain - 1);
double ig = .063 / g;
 
g *= 4.; /* correction for first valve transfer at -12 dB gain */



commit tvtime for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package tvtime for openSUSE:Factory checked 
in at 2016-06-25 02:23:39

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


Package is "tvtime"

Changes:

--- /work/SRC/openSUSE:Factory/tvtime/tvtime.changes2016-02-26 
00:46:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.tvtime.new/tvtime.changes   2016-06-25 
02:23:51.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 23 13:34:06 CEST 2016 - ti...@suse.de
+
+- Fix build errors with gcc6: all are about spaces with literals
+  tvtime-gcc6-fixes.patch
+
+---

New:

  tvtime-gcc6-fixes.patch



Other differences:
--
++ tvtime.spec ++
--- /var/tmp/diff_new_pack.2WQEB0/_old  2016-06-25 02:23:52.0 +0200
+++ /var/tmp/diff_new_pack.2WQEB0/_new  2016-06-25 02:23:52.0 +0200
@@ -24,6 +24,7 @@
 Group:  Hardware/TV
 Url:http://www.linuxtv.org/
 Source: 
http://www.linuxtv.org/downloads/tvtime/%{name}-%{version}.tar.gz
+Patch1: tvtime-gcc6-fixes.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
 #BuildRequires:  libtool
@@ -70,6 +71,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 #autoreconf -i -f

++ tvtime-gcc6-fixes.patch ++
 931 lines (skipped)




commit perl-CGI for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-CGI for openSUSE:Factory 
checked in at 2016-06-25 02:23:37

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


Package is "perl-CGI"

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes2016-06-19 
10:47:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CGI.new/perl-CGI.changes   2016-06-25 
02:23:50.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 23 05:55:54 UTC 2016 - co...@suse.com
+
+- updated to 4.31
+   see /usr/share/doc/packages/perl-CGI/Changes
+
+---

Old:

  CGI-4.30.tar.gz

New:

  CGI-4.31.tar.gz



Other differences:
--
++ perl-CGI.spec ++
--- /var/tmp/diff_new_pack.NWzn5C/_old  2016-06-25 02:23:51.0 +0200
+++ /var/tmp/diff_new_pack.NWzn5C/_new  2016-06-25 02:23:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CGI
-Version:4.30
+Version:4.31
 Release:0
 %define cpan_name CGI
 Summary:Handle Common Gateway Interface requests and responses
@@ -30,11 +30,13 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(File::Temp) >= 0.17
 BuildRequires:  perl(HTML::Entities) >= 3.69
 BuildRequires:  perl(Test::Deep) >= 0.11
 BuildRequires:  perl(Test::More) >= 0.98
 BuildRequires:  perl(Test::Warn) >= 0.3
 BuildRequires:  perl(parent) >= 0.225
+Requires:   perl(File::Temp) >= 0.17
 Requires:   perl(HTML::Entities) >= 3.69
 Requires:   perl(Test::Deep) >= 0.11
 Requires:   perl(Test::More) >= 0.98

++ CGI-4.30.tar.gz -> CGI-4.31.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.30/Changes new/CGI-4.31/Changes
--- old/CGI-4.30/Changes2016-06-09 14:09:54.0 +0200
+++ new/CGI-4.31/Changes2016-06-14 09:05:59.0 +0200
@@ -1,4 +1,4 @@
-4.30 2016-06-08
+4.31 2016-06-14
 
 [ FEATURES ]
 - Add SameSite support to Cookie handling (thanks to pangyre)
@@ -21,6 +21,8 @@
 
 - fake using strict and warnings to appease CPANTS Kwalitee
 
+- require File::Temp v0.17+ to get seekable file handles (GH #204)
+
 4.28 2016-03-14
 
 [ RELEASE NOTES ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.30/META.json new/CGI-4.31/META.json
--- old/CGI-4.30/META.json  2016-06-09 14:10:40.0 +0200
+++ new/CGI-4.31/META.json  2016-06-14 09:07:26.0 +0200
@@ -36,7 +36,7 @@
 "Exporter" : "0",
 "File::Find" : "0",
 "File::Spec" : "0.82",
-"File::Temp" : "0",
+"File::Temp" : "0.17",
 "HTML::Entities" : "3.69",
 "IO::File" : "0",
 "IO::Handle" : "0",
@@ -68,6 +68,6 @@
  "url" : "https://github.com/leejo/CGI.pm;
   }
},
-   "version" : "4.30",
+   "version" : "4.31",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.30/META.yml new/CGI-4.31/META.yml
--- old/CGI-4.30/META.yml   2016-06-09 14:10:40.0 +0200
+++ new/CGI-4.31/META.yml   2016-06-14 09:07:26.0 +0200
@@ -24,7 +24,7 @@
   Exporter: '0'
   File::Find: '0'
   File::Spec: '0.82'
-  File::Temp: '0'
+  File::Temp: '0.17'
   HTML::Entities: '3.69'
   IO::File: '0'
   IO::Handle: '0'
@@ -45,5 +45,5 @@
   homepage: https://metacpan.org/module/CGI
   license: http://dev.perl.org/licenses/
   repository: https://github.com/leejo/CGI.pm
-version: '4.30'
+version: '4.31'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.30/Makefile.PL new/CGI-4.31/Makefile.PL
--- old/CGI-4.30/Makefile.PL2016-05-23 09:58:56.0 +0200
+++ new/CGI-4.31/Makefile.PL2016-06-14 09:05:02.0 +0200
@@ -23,7 +23,7 @@
 'File::Spec' => 0.82,
 'if' => 0, # core in 5.6.2 and later, for deprecate.pm
 'parent' => 0.225, # parent was first released with perl 
v5.10.1
-'File::Temp' => 0, # was first released with perl v5.6.1'
+'File::Temp' => 0.17,  # 0.17 for seekable file handles
 'HTML::Entities' => 3.69,
 'Encode' => 0,# Encode was first released with perl v5.7.3
 'Config' => 0,# Config was first released with perl 5.00307
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-4.30/lib/CGI/Carp.pm 

commit metacity for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package metacity for openSUSE:Factory 
checked in at 2016-06-25 02:23:27

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


Package is "metacity"

Changes:

--- /work/SRC/openSUSE:Factory/metacity/metacity.changes2016-05-19 
12:15:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.metacity.new/metacity.changes   2016-06-25 
02:23:42.0 +0200
@@ -1,0 +2,25 @@
+Tue Jun 21 23:27:12 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.0:
+  + Allow minimizing windows which don't advertise support for it.
+  + Metacity follows Mutter and by default will use GTK+ theme. It
+is still possible to use Metacity themes by adjusting settings.
+  + Previously shipped Metacity themes has been removed.
+  + Metacity theme settings now is under new GSettings schema:
+org.gnome.metacity.theme.
+  + Metacity now has new library - libmetacity.
+  + New Metacity theme viewer - can be used to preview both
+Metacity and GTK+ themes.
+  + Updated translations.
+- Add explicit pkgconfig(pango) BuildRequires following upstream
+  changes.
+- Replace pkgconfig(gio-2.0) for pkgconfig(glib-2.0)
+  BuildRequires.
+- Rename subpackge libmetacity-private3 to libmetacity0 and update
+  post(un) handling following upstream changes. Also add
+  libmetacity0 to devel package.
+- Drop metacity-bnc385553-buggy-intel-xinerama.diff: No longer
+  needed due to changes to intel driver, nor did it ever land
+  upstream.
+
+---

Old:

  metacity-3.18.4.tar.xz
  metacity-bnc385553-buggy-intel-xinerama.diff

New:

  metacity-3.20.0.tar.xz



Other differences:
--
++ metacity.spec ++
--- /var/tmp/diff_new_pack.hMDUQ1/_old  2016-06-25 02:23:44.0 +0200
+++ /var/tmp/diff_new_pack.hMDUQ1/_new  2016-06-25 02:23:44.0 +0200
@@ -17,14 +17,12 @@
 
 
 Name:   metacity
-Version:3.18.4
+Version:3.20.0
 Release:0
 Summary:A Window Manager for the GNOME Desktop
 License:GPL-2.0+
 Group:  System/GUI/GNOME
-Source: 
http://download.gnome.org/sources/metacity/3.18/%{name}-%{version}.tar.xz
-# PATCH-FIX-OPENSUSE metacity-bnc385553-buggy-intel-xinerama.diff bnc#385553 
feder...@novell.com - Sanitize overlapping (cloned) monitors from Xinerama
-Patch11:metacity-bnc385553-buggy-intel-xinerama.diff
+Source: 
http://download.gnome.org/sources/metacity/3.20/%{name}-%{version}.tar.xz
 Url:http://www.gnome.org
 BuildRequires:  fdupes
 BuildRequires:  intltool
@@ -35,14 +33,17 @@
 BuildRequires:  libXrandr-devel
 BuildRequires:  libgtop-devel
 BuildRequires:  startup-notification-devel
+%if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  zenity
-BuildRequires:  pkgconfig(gio-2.0) >= 2.25.10
+BuildRequires:  pkgconfig(glib-2.0) >= 2.44.0
 BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= 3.3.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.15.2
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.19.8
 BuildRequires:  pkgconfig(libcanberra-gtk3)
+BuildRequires:  pkgconfig(pango) >= 1.2.0
 BuildRequires:  pkgconfig(xcomposite) >= 0.2
 BuildRequires:  pkgconfig(xcursor)
 BuildRequires:  pkgconfig(xdamage)
@@ -57,12 +58,12 @@
 %description
 Metacity is a window manager for the GNOME Desktop.
 
-%package -n libmetacity-private3
+%package -n libmetacity0
 Summary:A Window Manager for the GNOME Desktop -- Library to render 
themes
 Group:  System/Libraries
 
-%description -n libmetacity-private3
-Metacity is a window manager for the GNOME Desktop.
+%description -n libmetacity0
+Metacity is a window manager for the GNOME Desktop -- Library to render themes
 
 %package tools
 Summary:A Window Manager for the GNOME Desktop -- Tools
@@ -78,7 +79,7 @@
 %package devel
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/GNOME
-Requires:   libmetacity-private3 = %{version}
+Requires:   libmetacity0 = %{version}
 
 %description devel
 This package contains all necessary include files and libraries needed
@@ -87,8 +88,9 @@
 %lang_package
 %prep
 %setup -q
+%if !0%{?is_opensuse}
 translation-update-upstream
-%patch11 -p1
+%endif
 
 %build
 %configure\
@@ -102,9 +104,6 @@
 %find_lang %{name} %{?no_lang_C}
 %fdupes $RPM_BUILD_ROOT
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 %desktop_database_post
 %glib2_gsettings_schema_post
@@ -113,25 +112,19 @@
 %desktop_database_postun
 %glib2_gsettings_schema_postun
 
-%post -n libmetacity-private3

commit python3-xlwt for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package python3-xlwt for openSUSE:Factory 
checked in at 2016-06-25 02:23:45

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


Package is "python3-xlwt"

Changes:

--- /work/SRC/openSUSE:Factory/python3-xlwt/python3-xlwt-doc.changes
2016-05-25 21:27:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-xlwt.new/python3-xlwt-doc.changes   
2016-06-25 02:23:56.0 +0200
@@ -1,0 +2,18 @@
+Thu Jun 23 03:34:20 UTC 2016 - a...@gmx.de
+
+- update to version 1.1.2:
+  * Fix failure in style compression under Python 3.
+  * Officially support Python 3.5
+  * Documentation tweaks.
+
+- changes from version 1.1.1:
+  * Fix release problems.
+
+- changes from version 1.1.0:
+  * Fix SST BIFF record in Python 3.
+  * Fix for writing :class:`ExternSheetRecord` in Python 3.
+  * Add the ability to insert bitmap images from buffers as well as
+files.
+  * Official support for Python 3.5.
+
+---
python3-xlwt.changes: same change

Old:

  xlwt-1.0.0.tar.gz

New:

  xlwt-1.1.2.tar.gz



Other differences:
--
++ python3-xlwt-doc.spec ++
--- /var/tmp/diff_new_pack.Tvp3xl/_old  2016-06-25 02:23:57.0 +0200
+++ /var/tmp/diff_new_pack.Tvp3xl/_new  2016-06-25 02:23:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-xlwt-doc
-Version:1.0.0
+Version:1.1.2
 Release:0
 Url:https://secure.simplistix.co.uk/svn/xlwt/trunk
 Summary:Documentation for python3-xlwt

python3-xlwt.spec: same change
++ xlwt-1.0.0.tar.gz -> xlwt-1.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xlwt-1.0.0/.gitignore new/xlwt-1.1.2/.gitignore
--- old/xlwt-1.0.0/.gitignore   2015-04-15 03:29:03.0 +0200
+++ new/xlwt-1.1.2/.gitignore   2016-06-09 07:15:28.0 +0200
@@ -5,3 +5,7 @@
 /tests/output
 .coverage
 /docs/_build
+.tox
+/bin
+/include
+/lib
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xlwt-1.0.0/.travis.yml new/xlwt-1.1.2/.travis.yml
--- old/xlwt-1.0.0/.travis.yml  2015-04-15 22:34:50.0 +0200
+++ new/xlwt-1.1.2/.travis.yml  2016-06-09 07:15:28.0 +0200
@@ -1,6 +1,10 @@
+# for container-y goodness:
+sudo: false
+
 language: python
 
 python:
+  - "3.5"
   - "3.4"
   - "3.3"
   - "2.7"
@@ -14,3 +18,15 @@
 
 after_success:
   - coveralls
+
+deploy:
+  provider: pypi
+  user: chrisw
+  password:
+secure: 
HZ9DRsLpeNMBZc3Sjj2X/KF/fJxaDjINqbeUzJ7FnqcJ5A5ECDHZ/2Bxx/crdpfXwqHDPEcZvatu+LhtpBFu+HCUFAc00V0qvmq34RZDes9WNmnh5Kx97kXxdN0scoM1V7JXeDffhEUZJkL6EQJfJqUWvl9nq4SnC5wOlJBR3QE=
+  on:
+tags: true
+repo: python-excel/xlwt
+python: "3.5"
+  skip_cleanup: true
+  distributions: "sdist bdist_wheel"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xlwt-1.0.0/PKG-INFO new/xlwt-1.1.2/PKG-INFO
--- old/xlwt-1.0.0/PKG-INFO 2015-04-15 23:24:18.0 +0200
+++ new/xlwt-1.1.2/PKG-INFO 2016-06-09 07:15:59.0 +0200
@@ -1,23 +1,26 @@
 Metadata-Version: 1.1
 Name: xlwt
-Version: 1.0.0
+Version: 1.1.2
 Summary: Library to create spreadsheet files compatible with MS Excel 
97/2000/XP/2003 XLS files, on any platform, with Python 2.6, 2.6, 3.3+
 Home-page: http://www.python-excel.org/
 Author: John Machin
 Author-email: sjmac...@lexicon.net
 License: BSD
 Download-URL: http://pypi.python.org/pypi/xlwt
-Description: |Travis|_ |Coveralls|_ |Docs|_
+Description: |Travis|_ |Coveralls|_ |Docs|_ |PyPI|_
 
-.. |Travis| image:: 
https://api.travis-ci.org/python-excel/xlwt.png?branch=master
+.. |Travis| image:: 
https://api.travis-ci.org/python-excel/xlwt.svg?branch=master
 .. _Travis: https://travis-ci.org/python-excel/xlwt
 
-.. |Coveralls| image:: 
https://coveralls.io/repos/python-excel/xlwt/badge.png?branch=master
+.. |Coveralls| image:: 
https://coveralls.io/repos/python-excel/xlwt/badge.svg?branch=master
 .. _Coveralls: https://coveralls.io/r/python-excel/xlwt?branch=master
 
 .. |Docs| image:: 
https://readthedocs.org/projects/xlwt/badge/?version=latest
 .. _Docs: http://xlwt.readthedocs.org/en/latest/
 
+.. |PyPI| image:: https://badge.fury.io/py/xlwt.svg
+.. _PyPI: https://badge.fury.io/py/xlwt
+
 xlwt
 
 
@@ -37,7 +40,7 @@
 Quick start
 ===
 
-::
+.. code-block:: python
 
 import xlwt
 from datetime import 

commit imapfilter for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package imapfilter for openSUSE:Factory 
checked in at 2016-06-25 02:23:42

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


Package is "imapfilter"

Changes:

--- /work/SRC/openSUSE:Factory/imapfilter/imapfilter.changes2016-02-16 
09:19:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.imapfilter.new/imapfilter.changes   
2016-06-25 02:23:54.0 +0200
@@ -1,0 +2,8 @@
+Thu Jun 23 05:31:57 UTC 2016 - a...@gmx.de
+
+- update to version 2.6.7:
+  * A dry-run mode that disables all actions that modify data.
+  * Bug fix; handle IDLE untagged responses that are received in
+pieces.
+
+---

Old:

  imapfilter-2.6.6.tar.gz

New:

  imapfilter-2.6.7.tar.gz



Other differences:
--
++ imapfilter.spec ++
--- /var/tmp/diff_new_pack.1WQHrq/_old  2016-06-25 02:23:55.0 +0200
+++ /var/tmp/diff_new_pack.1WQHrq/_new  2016-06-25 02:23:55.0 +0200
@@ -21,7 +21,7 @@
 License:MIT
 Group:  Productivity/Networking/Email/Utilities
 Url:https://github.com/lefcha/imapfilter
-Version:2.6.6
+Version:2.6.7
 Release:0
 Source: %{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ imapfilter-2.6.6.tar.gz -> imapfilter-2.6.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imapfilter-2.6.6/NEWS new/imapfilter-2.6.7/NEWS
--- old/imapfilter-2.6.6/NEWS   2016-01-23 21:12:28.0 +0100
+++ new/imapfilter-2.6.7/NEWS   2016-06-06 23:37:30.0 +0200
@@ -1,3 +1,7 @@
+IMAPFilter 2.6.7 - 7 Jun 2016
+  - A dry-run mode that disables all actions that modify data.
+  - Bug fix; handle IDLE untagged responses that are received in pieces.
+
 IMAPFilter 2.6.6 - 23 Jan 2016
   - Bug fix; print an error message if "ssl" has been set to "ssl3".
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imapfilter-2.6.6/doc/imapfilter.1 
new/imapfilter-2.6.7/doc/imapfilter.1
--- old/imapfilter-2.6.6/doc/imapfilter.1   2016-01-23 21:12:28.0 
+0100
+++ new/imapfilter-2.6.7/doc/imapfilter.1   2016-06-06 23:37:30.0 
+0200
@@ -1,4 +1,4 @@
-.Dd Jul 19, 2015
+.Dd Apr 27, 2016
 .Dt IMAPFILTER 1
 .Os
 .Sh NAME
@@ -6,7 +6,7 @@
 .Nd mail filter
 .Sh SYNOPSIS
 .Nm
-.Op Fl iVv
+.Op Fl inVv
 .Op Fl c Ar configfile
 .Op Fl d Ar debugfile
 .Op Fl e Ar 'command'
@@ -38,11 +38,22 @@
 .Dq one line
 of configuration, while it is also possible to pipe a full configuration as a
 string.
-When this options is used, a configuration file will not be loaded.
+When this option is used, a configuration file will not be loaded.
 .It Fl i
 Enters interactive mode after executing the configuration file.
 .It Fl l Ar logfile
 File that contains logs of error messages produced.
+.It Fl n
+This option enables the so called dry-run mode, and any actions that would
+result in changes to the server do not actually take place.  So the requests
+that would modify any data are not sent to the server, even though
+informational messages about these actions are still printed.
+
+Any other methods, that only receive data from the server, are performed as
+normal, such as for example the searching methods.  Note, that the number of
+messages an action is reported to be applied upon, might differ between dry-run
+mode and the normal execution, and this is expected as in the latter case the
+data on the server are continuesly altered by subsequent actions.
 .It Fl t Ar truststore
 The path to the system's SSL CA TrustStore directory or file. SSL connections
 will be validated using the CA certificates found in this directory or file,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imapfilter-2.6.6/src/imapfilter.c 
new/imapfilter-2.6.7/src/imapfilter.c
--- old/imapfilter-2.6.6/src/imapfilter.c   2016-01-23 21:12:28.0 
+0100
+++ new/imapfilter-2.6.7/src/imapfilter.c   2016-06-06 23:37:30.0 
+0200
@@ -51,6 +51,7 @@
 
opts.verbose = 0;
opts.interactive = 0;
+   opts.dryrun = 0;
opts.log = NULL;
opts.config = NULL;
opts.oneline = NULL;
@@ -65,7 +66,7 @@
env.home = NULL;
env.pathmax = -1;
 
-   while ((c = getopt(argc, argv, "Vc:d:e:il:t:v?")) != -1) {
+   while ((c = getopt(argc, argv, "Vc:d:e:il:nt:v?")) != -1) {
switch (c) {
case 'V':
version();
@@ -86,6 +87,9 @@
case 'l':
opts.log = 

commit gnome-software for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2016-06-25 02:22:58

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


Package is "gnome-software"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2016-05-31 12:25:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2016-06-25 02:23:14.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 15 15:38:53 UTC 2016 - zai...@opensuse.org
+
+- Add gnome-software-fix-app-folders.patch: Fix regression in
+  app-folders. Patch from upstream stable branch (boo#979570).
+
+---

New:

  gnome-software-fix-app-folders.patch



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.hAYNJz/_old  2016-06-25 02:23:15.0 +0200
+++ /var/tmp/diff_new_pack.hAYNJz/_new  2016-06-25 02:23:15.0 +0200
@@ -29,6 +29,8 @@
 Patch0: gnome-software-add-default-yast-appfolder.patch
 # PATCH-FIX-UPSTREAM gnome-software-icon-crash.patch boo#974806 
mgo...@suse.com -- don't crash if unable to find a cached icon.
 Patch1: gnome-software-icon-crash.patch
+# PATCH-FIX-UPSTREAM gnome-software-fix-app-folders.patch boo#979570 
zai...@opensuse.org -- Fix regression in app-folders, make them work again.
+Patch2: gnome-software-fix-app-folders.patch
 BuildRequires:  intltool >= 0.35.0
 BuildRequires:  suse-xsl-stylesheets
 BuildRequires:  update-desktop-files
@@ -61,6 +63,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure \

++ gnome-software-fix-app-folders.patch ++
>From 53e8e0842f28533c1df3a1504191182a67e9c963 Mon Sep 17 00:00:00 2001
From: Kalev Lember 
Date: Tue, 7 Jun 2016 15:21:53 +0200
Subject: app folder dialog: Make the dialog work again

This commit makes the code match with the .ui file changes done in
commit 5fa5a35, fixing the add folder dialog to actually add things to
folders when clicking the 'Add' button.

https://bugzilla.gnome.org/show_bug.cgi?id=764437
---
 src/gs-app-folder-dialog.c | 32 +++-
 1 file changed, 19 insertions(+), 13 deletions(-)

diff --git a/src/gs-app-folder-dialog.c b/src/gs-app-folder-dialog.c
index f6b3d76..563f4b4 100644
--- a/src/gs-app-folder-dialog.c
+++ b/src/gs-app-folder-dialog.c
@@ -60,12 +60,6 @@ gs_app_folder_dialog_destroy (GtkWidget *widget)
 }
 
 static void
-cancel_cb (GsAppFolderDialog *dialog)
-{
-   gtk_window_close (GTK_WINDOW (dialog));
-}
-
-static void
 apply_changes (GsAppFolderDialog *dialog)
 {
const gchar *folder;
@@ -88,10 +82,23 @@ apply_changes (GsAppFolderDialog *dialog)
 }
 
 static void
-done_cb (GsAppFolderDialog *dialog)
+response_cb (GtkDialog *dialog,
+ GtkResponseType response_type,
+ gpointer user_data)
 {
-   apply_changes (dialog); 
-   gtk_window_close (GTK_WINDOW (dialog));
+   switch (response_type) {
+   case GTK_RESPONSE_APPLY:
+   apply_changes (GS_APP_FOLDER_DIALOG (dialog));
+   gtk_window_close (GTK_WINDOW (dialog));
+   break;
+   case GTK_RESPONSE_CANCEL:
+   gtk_window_close (GTK_WINDOW (dialog));
+   break;
+   case GTK_RESPONSE_DELETE_EVENT:
+   break;
+   default:
+   g_assert_not_reached ();
+   }
 }
 
 static GtkWidget *create_row (GsAppFolderDialog *dialog, const gchar *folder);
@@ -129,10 +136,9 @@ gs_app_folder_dialog_init (GsAppFolderDialog *dialog)
dialog->folders = gs_folders_get ();
gtk_widget_init_template (GTK_WIDGET (dialog));
 
-   g_signal_connect_swapped (dialog->cancel_button, "clicked",
- G_CALLBACK (cancel_cb), dialog);
-   g_signal_connect_swapped (dialog->done_button, "clicked",
- G_CALLBACK (done_cb), dialog);
+   g_signal_connect (dialog, "response",
+ G_CALLBACK (response_cb),
+ NULL);
dialog->rows = gtk_size_group_new (GTK_SIZE_GROUP_VERTICAL);
 
gtk_list_box_set_header_func (GTK_LIST_BOX (dialog->app_folder_list),
-- 
cgit v0.12

>From 81c67726cb9e3dd29c961cc857c6b5b43bf9bf45 Mon Sep 17 00:00:00 2001
From: Kalev Lember 
Date: Tue, 7 Jun 2016 15:25:40 +0200
Subject: shell: Avoid destroying modal windows in the "response" signal
 handler

Other code may legitimately connect to the "response" signal handler as
well and if we destroy it in the handler, their callbacks are never
invoked. Instead, do our window 

commit matio for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package matio for openSUSE:Factory checked 
in at 2016-06-25 02:23:01

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


Package is "matio"

Changes:

--- /work/SRC/openSUSE:Factory/matio/matio.changes  2016-03-26 
15:25:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.matio.new/matio.changes 2016-06-25 
02:23:16.0 +0200
@@ -1,0 +2,10 @@
+Thu Jun 23 08:11:32 UTC 2016 - dmitr...@opensuse.org
+
+- Update to version 1.5.7
+  * Added support for MAT_T_UTF16 when reading character array from v5 MAT file
+  * Added support of HDF5 v1.10.x (with deprecated v1.8.x symbols exported)
+  * Added warning on unsupported character data types when reading v5 MAT file
+  * Added error check if variable already exists when writing to MAT file
+  * Bug fixes
+
+---

Old:

  matio-1.5.6.tar.gz

New:

  matio-1.5.7.tar.gz



Other differences:
--
++ matio.spec ++
--- /var/tmp/diff_new_pack.8BLZ8N/_old  2016-06-25 02:23:17.0 +0200
+++ /var/tmp/diff_new_pack.8BLZ8N/_new  2016-06-25 02:23:17.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   matio
 %define libname lib%{name}
-Version:1.5.6
+Version:1.5.7
 Release:0
 %define major   4
 Summary:Open-source library for reading and writing MATLAB MAT files

++ matio-1.5.6.tar.gz -> matio-1.5.7.tar.gz ++
/work/SRC/openSUSE:Factory/matio/matio-1.5.6.tar.gz 
/work/SRC/openSUSE:Factory/.matio.new/matio-1.5.7.tar.gz differ: char 5, line 1




commit php7 for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package php7 for openSUSE:Factory checked in 
at 2016-06-25 02:23:32

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


Package is "php7"

Changes:

--- /work/SRC/openSUSE:Factory/php7/php7.changes2016-05-31 
12:25:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.php7.new/php7.changes   2016-06-25 
02:23:47.0 +0200
@@ -1,0 +2,12 @@
+Thu Jun 23 13:50:13 UTC 2016 - pgaj...@suse.com
+
+- updated to 7.0.8: This is a security release. Several security 
+  bugs were fixed in this release.
+- removed: php7-mbstring-missing-return.patch (upstreamed)
+
+---
+Mon Jun 20 11:37:51 UTC 2016 - pgaj...@suse.com
+
+- systemd unit: remove syslog.target from After [bsc#983938]
+
+---

Old:

  php-7.0.7.tar.xz
  php-7.0.7.tar.xz.asc
  php7-mbstring-missing-return.patch

New:

  php-7.0.8.tar.xz
  php-7.0.8.tar.xz.asc



Other differences:
--
++ php7.spec ++
--- /var/tmp/diff_new_pack.sjuHwx/_old  2016-06-25 02:23:49.0 +0200
+++ /var/tmp/diff_new_pack.sjuHwx/_new  2016-06-25 02:23:49.0 +0200
@@ -51,7 +51,7 @@
 %define need_libxml2_hack %(if [ -e %{_includedir}/libxml/parser.h ]; then if 
grep -q XML_PARSE_OLDSAX %{_includedir}/libxml/parser.h; then echo 1; else echo 
0; fi; else echo 0; fi)
 
 Name:   php7
-Version:7.0.7
+Version:7.0.8
 Release:0
 Summary:PHP7 Core Files
 License:PHP-3.01
@@ -83,7 +83,6 @@
 Patch9: php7-depdb-path.patch
 
 ## Bugfix patches
-Patch10:php7-mbstring-missing-return.patch
 Patch11:php7-BNC-457056.patch
 # following patch is to fix configure tests for crypt; the aim is to have php
 # built against glibc's crypt; problem is, that our glibc doesn't support 
extended
@@ -1028,8 +1027,7 @@
 %patch5
 %patch6
 %patch7 -p1
-%patch8
-%patch10
+%patch8 -p1
 %if %{need_libxml2_hack}
 echo "*** APPLY LIBXML2.7 FIX ***"
 %patch11

++ build-test.sh ++
--- /var/tmp/diff_new_pack.sjuHwx/_old  2016-06-25 02:23:49.0 +0200
+++ /var/tmp/diff_new_pack.sjuHwx/_new  2016-06-25 02:23:49.0 +0200
@@ -28,7 +28,7 @@
 if [ ! -z "$apiurl" ]; then
   apiurl="-A $apiurl"
 fi
-osc $apiurl build $@ --no-verify --with make_test php5.spec 
+osc $apiurl build $@ --no-verify --with make_test -x valgrind php5.spec 
 if [ $? -ne 0 ]; then 
   echo "ERROR: build failed. See $OSC_BUILD_ROOT/.build.log for details."
   exit 1


++ php-7.0.7.tar.xz -> php-7.0.8.tar.xz ++
/work/SRC/openSUSE:Factory/php7/php-7.0.7.tar.xz 
/work/SRC/openSUSE:Factory/.php7.new/php-7.0.8.tar.xz differ: char 26, line 1

++ php7-systemd-unit.patch ++
--- /var/tmp/diff_new_pack.sjuHwx/_old  2016-06-25 02:23:49.0 +0200
+++ /var/tmp/diff_new_pack.sjuHwx/_new  2016-06-25 02:23:49.0 +0200
@@ -1,9 +1,12 @@
 sapi/fpm/php-fpm.service.in.orig
-+++ sapi/fpm/php-fpm.service.in
+Index: php-7.0.7/sapi/fpm/php-fpm.service.in
+===
+--- php-7.0.7.orig/sapi/fpm/php-fpm.service.in 2016-05-25 15:13:19.0 
+0200
 php-7.0.7/sapi/fpm/php-fpm.service.in  2016-06-20 13:37:00.256207074 
+0200
 @@ -1,12 +1,15 @@
  [Unit]
  Description=The PHP FastCGI Process Manager
- After=syslog.target network.target
+-After=syslog.target network.target
++After=network.target
 +Before=apache2.service nginx.service lighttpd.service
  
  [Service]





commit gitg for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package gitg for openSUSE:Factory checked in 
at 2016-06-25 02:22:51

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


Package is "gitg"

Changes:

--- /work/SRC/openSUSE:Factory/gitg/gitg.changes2016-03-29 
14:32:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.gitg.new/gitg.changes   2016-06-25 
02:23:06.0 +0200
@@ -1,0 +2,12 @@
+Wed Jun 22 18:45:58 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.1:
+  + Disable burger menu in dash.
+  + Set primary selection to selected commit SHA1.
+  + Reduce hot area for action bar to mitigate horizontal scrolling
+issue.
+  + Show the complete message, not only the subject.
+  + Misc fixes.
+  + Updated translations.
+
+---

Old:

  gitg-3.20.0.tar.xz

New:

  gitg-3.20.1.tar.xz



Other differences:
--
++ gitg.spec ++
--- /var/tmp/diff_new_pack.OuQYBc/_old  2016-06-25 02:23:07.0 +0200
+++ /var/tmp/diff_new_pack.OuQYBc/_new  2016-06-25 02:23:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gitg
-Version:3.20.0
+Version:3.20.1
 Release:0
 Summary:Git repository viewer
 License:GPL-2.0+
@@ -34,7 +34,7 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.38
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.10.1
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.18.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20.0
 BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.10
 BuildRequires:  pkgconfig(gtkspell3-3.0) >= 3.0.3
 BuildRequires:  pkgconfig(json-glib-1.0)

++ gitg-3.20.0.tar.xz -> gitg-3.20.1.tar.xz ++
 56638 lines of diff (skipped)




commit efl for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package efl for openSUSE:Factory checked in 
at 2016-06-25 02:22:46

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


Package is "efl"

Changes:

--- /work/SRC/openSUSE:Factory/efl/efl.changes  2016-04-12 19:40:05.0 
+0200
+++ /work/SRC/openSUSE:Factory/.efl.new/efl.changes 2016-06-25 
02:23:00.0 +0200
@@ -1,0 +2,34 @@
+Thu Jun 23 02:29:06 UTC 2016 - sfl...@suse.de
+
+- Bump to 1.17.2
+  * evas: gif loader - fix out of bounds access on cmap of invalid pixels
+  * evas - gif loader - handle missing colormap
+  * evas sw render: cutout rects may be used in multiple threads (T3348)
+  * eina hash - fix stringshare key comparison function (T3638)
+  * efl - fix many bounds over/underflow where we use int for ptr cmp
+  (T3638)
+  * examples: evas: add all needed files to SOURCES to make sure they
+  are distributed
+  * ecore_x: fix emission of ECORE_X_EVENT_XKB_NEWKBD_NOTIFY
+- The following patches have been removed due to being fixed upstream
+  * fix-evas-sw-cutout-rects-threads.patch
+  * fix-evas-sw-spinlock-free.patch
+  * fix-evas-gif-loader-CVE-2014-9762.patch
+  * fix-evas-gif-loader-pixel-lookup-decode.patch
+  * fix-evas-gif-loader-cmap-null.patch
+- 1.17.1 changes
+  * Ecore con: Close server socket fd on failure.
+  * eina: invalidate last add/del rects when the opposite operation occurs
+  * Evas textblock: Fix markup cache, was completely broken.
+  * Edje textblock: Assume textblock knows to deal with setting the
+  same markup.
+  * ecore-wl2: do not send double mouse up events during input ungrab
+  * edje: clear pending programs upon calling stop_programs_on()
+  * Evas textblock: fix cached markup's stringshare refs
+  * edje entry: fix bug not to call
+  ecore_imf_context_cursor_position_set when deleting surrounding text
+  * evas: Fix improper extra library linkage for various engines
+  * ecore-drm: Add missing initializer for fb2 command
+  * ecore-evas-wayland: Remove include for old Ecore_Wayland library
+
+---

Old:

  efl-1.17.0.tar.xz
  fix-evas-gif-loader-CVE-2014-9762.patch
  fix-evas-gif-loader-cmap-null.patch
  fix-evas-gif-loader-pixel-lookup-decode.patch
  fix-evas-sw-cutout-rects-threads.patch
  fix-evas-sw-spinlock-free.patch

New:

  efl-1.17.2.tar.xz



Other differences:
--
++ efl.spec ++
--- /var/tmp/diff_new_pack.hHzvxp/_old  2016-06-25 02:23:02.0 +0200
+++ /var/tmp/diff_new_pack.hHzvxp/_new  2016-06-25 02:23:02.0 +0200
@@ -50,7 +50,7 @@
 %define enable_wayland (0%{?suse_version} > 1320)
 
 Name:   efl
-Version:1.17.0
+Version:1.17.2
 Release:0
 # TODO: split package to separate packages and specify licenses correctly
 Summary:Enlightenment Foundation Libraries - libraries used by 
Enlightenment (e17 e19)
@@ -59,11 +59,6 @@
 Url:http://enlightenment.org
 Source: 
http://download.enlightenment.org/rel/libs/efl/%{name}-%{version}.tar.xz
 Patch1: efl-1.11.3-fix-bashisms.patch
-Patch2: fix-evas-sw-cutout-rects-threads.patch
-Patch3: fix-evas-sw-spinlock-free.patch
-Patch4: fix-evas-gif-loader-CVE-2014-9762.patch
-Patch5: fix-evas-gif-loader-pixel-lookup-decode.patch
-Patch6: fix-evas-gif-loader-cmap-null.patch
 
 BuildRequires:  autoconf >= 2.5
 BuildRequires:  automake
@@ -651,11 +646,6 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
 
 %build
 # fedora has the wrong autoconf version

++ efl-1.17.0.tar.xz -> efl-1.17.2.tar.xz ++
/work/SRC/openSUSE:Factory/efl/efl-1.17.0.tar.xz 
/work/SRC/openSUSE:Factory/.efl.new/efl-1.17.2.tar.xz differ: char 26, line 1




commit gtksourceviewmm for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package gtksourceviewmm for openSUSE:Factory 
checked in at 2016-06-25 02:23:07

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


Package is "gtksourceviewmm"

Changes:

--- /work/SRC/openSUSE:Factory/gtksourceviewmm/gtksourceviewmm.changes  
2016-03-29 14:28:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtksourceviewmm.new/gtksourceviewmm.changes 
2016-06-25 02:23:24.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 20 22:56:09 UTC 2016 - zai...@opensuse.org
+
+- Add gtksourceviewmm-C++11-fix-deprecated.patch: C++11: Markup:
+  Deprecated operator const void*(), adding explicit operator
+  bool(). Patch from upstream git.
+
+---

New:

  gtksourceviewmm-C++11-fix-deprecated.patch



Other differences:
--
++ gtksourceviewmm.spec ++
--- /var/tmp/diff_new_pack.9s81cW/_old  2016-06-25 02:23:25.0 +0200
+++ /var/tmp/diff_new_pack.9s81cW/_new  2016-06-25 02:23:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gtksourceviewmm
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 Group:  System/Libraries
 Url:http://projects.gnome.org/gtksourceviewmm/
 Source0:
http://download.gnome.org/sources/gtksourceviewmm/3.18/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gtksourceviewmm-C++11-fix-deprecated.patch 
zai...@opensuse.org -- C++11: Markup: Deprecated operator const void*(), adding 
explicit  operator bool().
+Patch0: gtksourceviewmm-C++11-fix-deprecated.patch
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(glibmm-2.4) >= 2.46.1
 BuildRequires:  pkgconfig(gtkmm-3.0) >= 3.18.0
@@ -50,6 +52,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \

++ gtksourceviewmm-C++11-fix-deprecated.patch ++
>From 60565786a5d0f5089489134eb8c0c0dfe796d680 Mon Sep 17 00:00:00 2001
From: Murray Cumming 
Date: Sun, 10 Apr 2016 16:22:47 +0200
Subject: C++11: Markup: Deprecated operator const void*(), adding explicit
 operator bool().

---
 gtksourceview/gtksourceviewmm/markup.cc |  7 +++
 gtksourceview/gtksourceviewmm/markup.h  | 19 +++
 2 files changed, 26 insertions(+)

diff --git a/gtksourceview/gtksourceviewmm/markup.cc 
b/gtksourceview/gtksourceviewmm/markup.cc
index d853a4f..f2450d2 100644
--- a/gtksourceview/gtksourceviewmm/markup.cc
+++ b/gtksourceview/gtksourceviewmm/markup.cc
@@ -52,10 +52,17 @@ Markup& Markup::operator=(const Markup& other)
   return *this;
 }
 
+#ifndef GTKMM_DISABLE_DEPRECATED
 Markup::operator const void*() const
 {
   return !(markup_.empty()) ? GINT_TO_POINTER(1) : 0;
 }
+#endif // GTKMM_DISABLE_DEPRECATED
+
+Markup::operator bool() const
+{
+  return !(markup_.empty());
+}
 
 bool Markup::equal(const Markup& rhs) const
 {
diff --git a/gtksourceview/gtksourceviewmm/markup.h 
b/gtksourceview/gtksourceviewmm/markup.h
index d4b82ba..56f98cf 100644
--- a/gtksourceview/gtksourceviewmm/markup.h
+++ b/gtksourceview/gtksourceviewmm/markup.h
@@ -87,8 +87,11 @@ public:
*/
   Markup& operator=(const Markup& other);
 
+#ifndef GTKMM_DISABLE_DEPRECATED
   /** This typedef is just to make it more obvious that
* our operator const void*() should be used like operator bool().
+   *
+   * @deprecated Use the explicit operator bool() instead.
*/
   typedef const void* BoolExpr;
 
@@ -102,8 +105,24 @@ public:
* @return @c true if Markup is not empty, otherwise @c false.
*
* @newin{2,10}
+   *
+   * @deprecated Use the explicit operator bool() instead.
*/
   operator BoolExpr() const;
+#endif // GTKMM_DISABLE_DEPRECATED
+
+  /** Checks if Markup is not empty.
+   * For instance,
+   * @code
+   * if(markup)
+   *   do_something()
+   * @endcode
+   *
+   * @return @c true if Markup is not empty, otherwise @c false.
+   *
+   * @newin{3,20}
+   */
+  explicit operator bool() const;
 
   /** Checks if @a other Markup is the same as this one.
*
-- 
cgit v0.12



commit GraphicsMagick for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package GraphicsMagick for openSUSE:Factory 
checked in at 2016-06-25 02:23:18

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


Package is "GraphicsMagick"

Changes:

--- /work/SRC/openSUSE:Factory/GraphicsMagick/GraphicsMagick.changes
2016-06-14 23:08:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.GraphicsMagick.new/GraphicsMagick.changes   
2016-06-25 02:23:32.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 23 11:54:26 UTC 2016 - meiss...@suse.com
+
+- Build "gm" as position independend executable (PIE).
+
+---



Other differences:
--
++ GraphicsMagick.spec ++
--- /var/tmp/diff_new_pack.VG36J2/_old  2016-06-25 02:23:33.0 +0200
+++ /var/tmp/diff_new_pack.VG36J2/_new  2016-06-25 02:23:33.0 +0200
@@ -236,6 +236,7 @@
 export PERLOPTS="PREFIX=%{buildroot}%{_prefix}"
 # This shouldn't be there yet.
 rm -f PerlMagick/Makefile.PL
+export CFLAGS="$RPM_OPT_FLAGS -fPIE"
 %configure --enable-shared --disable-static \
--with-modules --enable-lzw \
--with-frozenpaths \
@@ -248,7 +249,7 @@
--x-libraries=%{_libdir} \
--x-includes=%{_prefix}/include
 #  --with-perl-options="$PERLOPTS" \
-make %{?_smp_mflags}
+make %{?_smp_mflags} LDFLAGS="-pie"
 cd PerlMagick
 if [ -e PerlMagick/typemap ]; then
   echo "With Graphics Magick 1.4.0, typmap exists yet, please "




commit froxlor for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package froxlor for openSUSE:Factory checked 
in at 2016-06-25 02:23:21

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


Package is "froxlor"

Changes:

--- /work/SRC/openSUSE:Factory/froxlor/froxlor.changes  2016-04-30 
23:30:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.froxlor.new/froxlor.changes 2016-06-25 
02:23:34.0 +0200
@@ -1,0 +2,25 @@
+Thu Jun 23 13:43:04 CEST 2016 - ase...@suse.de
+
+- upstream upgrade to version 0.9.36 (bnc#846355)
+Bug #1570: Customer DOCROOT not accesable / forbidden in fresh Debian 8 w/ 
Apache 2.4
+Bug #1605: add insserv overrides for nscd and apache
+Bug #1613: Password reset link wrong behind nginx proxy
+Bug #1614: php5-curl requirement missing for debian
+Bug #1615: bind configuration broken since 0.9.35 if zonefiles are used
+Bug #1616: SSl Redirect
+Bug #1617: Domains with Custom Zone Files Not Being Built
+Bug #1619: Error setting termination_date
+Bug #1620: Error: Table ftp_users after new installation of froxlor is missing
+Bug #1621: Include nginx's default_server parameter within the default vhost 
config file
+Bug #1622: Missing /etc/nginx/conf.d/default.conf - could cause potential 
issues with future package upgrades
+Bug #1623: not empty zonefiles missing in froxlor_bind.conf
+Feature #786: [Backup] Mailbackup
+Feature #975: "Backup now" Option
+Feature #1544: Backup möglichkeit
+Feature #1574: customer selectable php version
+Feature #1576: Backup system
+Feature #1597: LE: support SNI and certs with multiple SANs
+Feature #1607: make webserver ssl protocols configurable like ssl ciphers
+Feature #1612: OPCache mit mod_itk
+
+---

Old:

  froxlor-0.9.35.1.tar.bz2

New:

  froxlor-0.9.36.tar.bz2



Other differences:
--
++ froxlor.spec ++
--- /var/tmp/diff_new_pack.s7eTEE/_old  2016-06-25 02:23:35.0 +0200
+++ /var/tmp/diff_new_pack.s7eTEE/_new  2016-06-25 02:23:35.0 +0200
@@ -20,7 +20,7 @@
 %define apache_serverroot /srv/www/htdocs
 
 Name:   froxlor
-Version:0.9.35.1
+Version:0.9.36
 Release:0
 Source0:froxlor-%{version}.tar.bz2
 Patch0: froxlor.sql.patch  

++ froxlor-0.9.35.1.tar.bz2 -> froxlor-0.9.36.tar.bz2 ++
 6651 lines of diff (skipped)

++ froxlor.sql.patch ++
--- /var/tmp/diff_new_pack.s7eTEE/_old  2016-06-25 02:23:36.0 +0200
+++ /var/tmp/diff_new_pack.s7eTEE/_new  2016-06-25 02:23:36.0 +0200
@@ -1,6 +1,6 @@
 install/froxlor.sql.orig   2016-04-26 10:53:42.303370421 +0200
-+++ install/froxlor.sql2016-04-26 10:57:24.858822646 +0200
-@@ -1,3 +1,15 @@
+--- install/froxlor.sql.orig   2016-06-23 13:49:26.385288456 +0200
 install/froxlor.sql2016-06-23 13:54:54.356747813 +0200
+@@ -1,3 +1,13 @@
 +# change path from /var to /srv
 +# webspaces: /srv/customers/webs
 +# logs: /srv/customers/logs/
@@ -8,15 +8,13 @@
 +# tmp: /srv/customers/tmp
 +# cgi:  /srv/www/cgi-bin/
 +# fcgi: /srv/www/php-fcgi-scripts
-+# backup: /srv/customers/backups/
 +# doc documentroot_prefix /srv/customers/webs/
-+# asemen 20160426
-+
++# asemen 20160621
 +
  DROP TABLE IF EXISTS `ftp_groups`;
  CREATE TABLE `ftp_groups` (
`id` int(20) NOT NULL auto_increment,
-@@ -392,7 +404,7 @@
+@@ -392,7 +402,7 @@
('customredirect', 'enabled', '1'),
('customredirect', 'default', '1'),
('perl', 'suexecworkaround', '0'),
@@ -25,7 +23,7 @@
('login', 'domain_login', '0'),
('login', 'maxloginattempts', '3'),
('login', 'deactivatetime', '900'),
-@@ -405,13 +417,13 @@
+@@ -405,13 +415,13 @@
('phpfpm', 'min_spare_servers', '5'),
('phpfpm', 'max_spare_servers', '35'),
('phpfpm', 'max_requests', '0'),
@@ -41,7 +39,7 @@
('phpfpm', 'defaultini', '1'),
('phpfpm', 'vhost_defaultini', '2'),
('phpfpm', 'fastcgi_ipcdir', '/var/lib/apache2/fastcgi/'),
-@@ -419,14 +431,14 @@
+@@ -419,14 +429,14 @@
('nginx', 'fastcgiparams', '/etc/nginx/fastcgi_params'),
('system', 'lastaccountnumber', '0'),
('system', 'lastguid', ''),
@@ -59,7 +57,7 @@
('system', 'vmail_maildirname', 'Maildir'),
('system', 'bind_enable', '1'),
('system', 'bindconf_directory', '/etc/bind/'),
-@@ -447,9 +459,9 @@
+@@ -447,9 +457,9 @@
('system', 'apacheconf_htpasswddir', '/etc/apache2/htpasswd/'),
('system', 'webalizer_quiet', '2'),
('system', 'last_archive_run', '00'),
@@ -72,7 +70,7 @@
('system', 'use_ssl', '0'),
('system', 'default_vhostconf', ''),
('system', 'mail_quota_enabled', 

commit phpMyAdmin for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2016-06-25 02:23:24

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


Package is "phpMyAdmin"

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2016-05-30 
09:59:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2016-06-25 02:23:37.0 +0200
@@ -1,0 +2,55 @@
+Thu Jun 23 12:10:01 UTC 2016 - ch...@computersalat.de
+
+- update to 4.6.3 (2016-06-23)
+  * gh#12249 Fixed cookie path on Windows
+  * gh#12279 Fixed error reporting on connect problems
+  * gh#12290 Fixed export of tables without explicitly set engine
+  * gh#12285 Designer JavaScript error: Show/Hide tables list
+  * gh#12293 Fix MySQL SSL connection with some PHP versions
+  * gh#12279 Fix MySQL connection error on version mismatch
+  * gh#12281 Keep user attributes (privileges, authentication mode, etc) when 
copying a user
+  * gh#12308 Fix division by zero in case of misconfigured MySQL server
+  * gh#12317 Fix editing server variables
+  * gh#12303 Fix table size calculation in some circumstances
+  * gh#12310 Fix listing routines for non privileged user
+  * issue Escape generated query in exporting a database
+  * issue Setup script did not properly use input type password for some input 
types
+- fix for boo#986154
+  * PMASA-2016-17 (CVE-2016-5701, CWE-661)
+https://www.phpmyadmin.net/security/PMASA-2016-17/
+- BBCode injection vulnerability
+  * PMASA-2016-18 (CVE-2016-5702, CWE-661)
+https://www.phpmyadmin.net/security/PMASA-2016-18/
+- Cookie attribute injection attack
+  * PMASA-2016-19 (CVE-2016-5703, CWE-661)
+https://www.phpmyadmin.net/security/PMASA-2016-19/
+- SQL injection attack
+  * PMASA-2016-20 (CVE-2016-5704, CWE-661)
+https://www.phpmyadmin.net/security/PMASA-2016-20/
+- XSS on table structure page
+  * PMASA-2016-21 (CVE-2016-5705, CWE-661)
+https://www.phpmyadmin.net/security/PMASA-2016-21/
+- Multiple XSS vulnerabilities
+  * PMASA-2016-22 (CVE-2016-5706, CWE-661)
+https://www.phpmyadmin.net/security/PMASA-2016-22/
+- DOS attack
+  * PMASA-2016-23 (CVE-2016-5730, CWE-661)
+https://www.phpmyadmin.net/security/PMASA-2016-23/
+- Multiple full path disclosure vulnerabilities
+  * PMASA-2016-24 (CVE-2016-5731, CWE-661)
+https://www.phpmyadmin.net/security/PMASA-2016-24/
+- XSS through FPD
+  * PMASA-2016-25 (CVE-2016-5732, CWE-661)
+https://www.phpmyadmin.net/security/PMASA-2016-25/
+- XSS in partition range functionality
+  * PMASA-2016-26 (CVE-2016-5733, CWE-661)
+https://www.phpmyadmin.net/security/PMASA-2016-26/
+- Multiple XSS vulnerabilities
+  * PMASA-2016-27 (CVE-2016-5734, CWE-661)
+https://www.phpmyadmin.net/security/PMASA-2016-27/
+- Unsafe handling of preg_replace parameters
+  * PMASA-2016-28 (CVE-2016-5739, CWE-661)
+https://www.phpmyadmin.net/security/PMASA-2016-28/
+- Referrer leak in transformations
+
+---

Old:

  phpMyAdmin-4.6.2-all-languages.tar.xz
  phpMyAdmin-4.6.2-all-languages.tar.xz.asc

New:

  phpMyAdmin-4.6.3-all-languages.tar.xz
  phpMyAdmin-4.6.3-all-languages.tar.xz.asc



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.49x5UQ/_old  2016-06-25 02:23:38.0 +0200
+++ /var/tmp/diff_new_pack.49x5UQ/_new  2016-06-25 02:23:38.0 +0200
@@ -29,7 +29,7 @@
 %define ap_grp nogroup
 %endif
 Name:   phpMyAdmin
-Version:4.6.2
+Version:4.6.3
 Release:0
 Summary:Administration of MySQL over the web
 License:GPL-2.0+

++ phpMyAdmin-4.6.2-all-languages.tar.xz -> 
phpMyAdmin-4.6.3-all-languages.tar.xz ++
 3696 lines of diff (skipped)





commit epiphany for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package epiphany for openSUSE:Factory 
checked in at 2016-06-25 02:22:54

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


Package is "epiphany"

Changes:

--- /work/SRC/openSUSE:Factory/epiphany/epiphany.changes2016-05-12 
09:33:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.epiphany.new/epiphany.changes   2016-06-25 
02:23:11.0 +0200
@@ -1,0 +2,9 @@
+Mon Jun 20 19:20:21 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.3:
+  + Activate downloads popover only for active window (bgo#764303).
+  + Middle-clicking the title bar doesn't send Epiphany to the
+background (bgo#767585).
+  + Updated translations.
+
+---

Old:

  epiphany-3.20.2.tar.xz

New:

  epiphany-3.20.3.tar.xz



Other differences:
--
++ epiphany.spec ++
--- /var/tmp/diff_new_pack.9OKiR5/_old  2016-06-25 02:23:12.0 +0200
+++ /var/tmp/diff_new_pack.9OKiR5/_new  2016-06-25 02:23:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   epiphany
-Version:3.20.2
+Version:3.20.3
 Release:0
 %define _base_version 3.20
 Summary:GNOME Web Browser

++ epiphany-3.20.2.tar.xz -> epiphany-3.20.3.tar.xz ++
 198643 lines of diff (skipped)




commit v8 for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package v8 for openSUSE:Factory checked in 
at 2016-06-25 02:23:04

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


Package is "v8"

Changes:

--- /work/SRC/openSUSE:Factory/v8/v8.changes2016-06-12 18:54:53.0 
+0200
+++ /work/SRC/openSUSE:Factory/.v8.new/v8.changes   2016-06-25 
02:23:20.0 +0200
@@ -1,0 +2,15 @@
+Thu Jun 23 10:22:42 UTC 2016 - tittiatc...@gmail.com
+
+- Updated the GCC6 patch to prevent possible crashes
+
+---
+Fri Jun 17 13:35:25 UTC 2016 - martin.li...@suse.com
+
+- Add memory constraint to 6GB.
+
+---
+Thu Jun 16 11:49:15 UTC 2016 - martin.li...@suse.com
+
+- Add v8-gcc6.patch: Fix build with gcc6.
+
+---

New:

  v8-gcc6.patch



Other differences:
--
++ v8.spec ++
--- /var/tmp/diff_new_pack.L2M58k/_old  2016-06-25 02:23:23.0 +0200
+++ /var/tmp/diff_new_pack.L2M58k/_new  2016-06-25 02:23:23.0 +0200
@@ -39,6 +39,8 @@
 Source9:test.benchmarks.data-00.tar.bz2
 Source10:   trace_event-00.tar.bz2
 Patch1: add_ppc64le_arch.patch
+# PATCH-FIX-UPSTREAM v8-gcc6.patch mli...@suse.cz -- Fix build with GCC6
+Patch2: v8-gcc6.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gyp
 BuildRequires:  libicu-devel >= 4.0
@@ -108,6 +110,7 @@
 tar --strip-components=1 -xvf %{SOURCE10}
 popd
 %patch1 -p1
+%patch2 -p1
 
 %build
 

++ _constraints ++
--- /var/tmp/diff_new_pack.L2M58k/_old  2016-06-25 02:23:23.0 +0200
+++ /var/tmp/diff_new_pack.L2M58k/_new  2016-06-25 02:23:23.0 +0200
@@ -3,6 +3,9 @@
 
   4500
 
+
+  6000
+
   
   
 

++ v8-gcc6.patch ++
diff -r -u 
/var/tmp/build-root/standard-x86_64/home/abuild/rpmbuild/BUILD/v8-5.3.171/gypfiles/standalone.gypi
 /tmp/v8-5.3.171/gypfiles/standalone.gypi
--- v8-5.3.171/gypfiles/standalone.gypi 2016-06-08 12:55:12.0 +0200
+++ v8-5.3.171/gypfiles/standalone.gypi 2016-06-16 13:33:15.054190529 +0200
@@ -688,6 +688,7 @@
   '-pedantic',
   '-Wmissing-field-initializers',
   '-Wno-gnu-zero-variadic-macro-arguments',
+ '-Wno-unused-function'
 ],
 'cflags_cc': [
   '-Wnon-virtual-dtor',
+  '-fno-delete-null-pointer-checks',
   '-fno-exceptions',
   '-fno-rtti',
   '-std=gnu++11',
 



commit elementary for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package elementary for openSUSE:Factory 
checked in at 2016-06-25 02:22:44

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


Package is "elementary"

Changes:

--- /work/SRC/openSUSE:Factory/elementary/elementary.changes2016-03-04 
19:30:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.elementary.new/elementary.changes   
2016-06-25 02:22:54.0 +0200
@@ -1,0 +2,34 @@
+Thu Jun 23 05:09:40 UTC 2016 - sfl...@suse.de
+
+- Bump to 1.17.1
+* calendar.edc: fix typo in text style
+* fix the wrong operation of mirrored set
+* tooltip: set pass events on the tooltip, not the content
+* ctxpopup: completely disable focus-setting on show (T3088)
+* cursor: do not unconditionally unset cursor before setting an
+engine cursor
+* config: add more frames for scrolling options
+* hoversel: set hover layer to layer of hover_parent (T3203)
+* list: do not constantly reset scr_min flags
+* list: always apply new size hints for subobjects
+* list: do not change scr_min flags when setting an unenforced list mode
+* list: set update hints on item edje objects
+* elm - genlist item - index get start from 0 - unbreak api break
+* docs: bring back docs from eo files by switching to the new group
+name (T3109)
+* docs: bring back docs from eo files by switching to the new group
+name (T3109)
+* docs: bring back docs from eo files by switching to the new group
+name (T3109)
+
+---
+Mon Apr 11 01:48:48 UTC 2016 - sfl...@suse.de
+
+- Fix path in patch file for unmerged elementary
+
+---
+Thu Apr  7 04:33:21 UTC 2016 - simonf.l...@suse.com
+
+- Fix issues with alpha wins in elm fix-unset-opaque-with-alpha.patch
+
+---

Old:

  elementary-1.17.0.tar.xz

New:

  elementary-1.17.1.tar.xz
  fix-unset-opaque-with-alpha.patch



Other differences:
--
++ elementary.spec ++
--- /var/tmp/diff_new_pack.7S3c8b/_old  2016-06-25 02:22:56.0 +0200
+++ /var/tmp/diff_new_pack.7S3c8b/_new  2016-06-25 02:22:56.0 +0200
@@ -27,7 +27,7 @@
 %define efl_version1.17.0
 
 Name:   elementary
-Version:1.17.0
+Version:1.17.1
 Release:0
 
 Summary:The widget set for enlightenment
@@ -35,6 +35,7 @@
 Group:  System/Libraries
 Url:http://enlightenment.org/
 Source: %{name}-%{version}.tar.xz
+Patch0: fix-unset-opaque-with-alpha.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  doxygen
@@ -156,6 +157,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %if %build_doc

++ elementary-1.17.0.tar.xz -> elementary-1.17.1.tar.xz ++
/work/SRC/openSUSE:Factory/elementary/elementary-1.17.0.tar.xz 
/work/SRC/openSUSE:Factory/.elementary.new/elementary-1.17.1.tar.xz differ: 
char 25, line 1

++ fix-unset-opaque-with-alpha.patch ++
commit c84a4e5a5fa0477c10c869b97e78a3d7beda2cfb
Author: Mike Blumenkrantz 
Date:   Mon Apr 4 16:30:33 2016 -0400

elm_win: unset opaque region when alpha is set

@fix

diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
index ae3e38c..a69fa2d 100644
--- a/src/lib/elm_win.c
+++ b/src/lib/elm_win.c
@@ -1269,18 +1269,24 @@ static void
 _elm_win_opaque_update(Elm_Win_Data *sd)
 {
int ox, oy, ow, oh;
+   Eina_Bool alpha;
 
+   alpha = ecore_evas_alpha_get(sd->ee);
+   if (alpha)
+ ecore_wl2_window_opaque_region_set(sd->wl.win, 0, 0, 0, 0);
if (sd->fullscreen)
  {
 ecore_evas_geometry_get(sd->ee, NULL, NULL, , );
-ecore_wl2_window_opaque_region_set(sd->wl.win, 0, 0, ow, oh);
+if (!alpha)
+  ecore_wl2_window_opaque_region_set(sd->wl.win, 0, 0, ow, oh);
 ecore_wl2_window_geometry_set(sd->wl.win, 0, 0, ow, oh);
 return;
  }
 
edje_object_part_geometry_get(sd->frame_obj, "elm.spacer.opaque",
  , , , );
-   ecore_wl2_window_opaque_region_set(sd->wl.win, ox, oy, ow, oh);
+   if (!alpha)
+ ecore_wl2_window_opaque_region_set(sd->wl.win, ox, oy, ow, oh);
ecore_wl2_window_geometry_set(sd->wl.win, ox, oy, ow, oh);
 }
 #endif



commit gnome-photos for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package gnome-photos for openSUSE:Factory 
checked in at 2016-06-25 02:22:52

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


Package is "gnome-photos"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-photos/gnome-photos.changes
2016-04-15 19:06:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-photos.new/gnome-photos.changes   
2016-06-25 02:23:09.0 +0200
@@ -1,0 +2,9 @@
+Tue Jun 21 11:03:53 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.2:
+  + edit-palette-row: Don't leak the PhotosTool (bgo#763881).
+  + Invalid memory access when reading
+G_FILE_ATTRIBUTE_THUMBNAIL_PATH (bgo#765295).
+  + Updated translations.
+
+---

Old:

  gnome-photos-3.20.1.tar.xz

New:

  gnome-photos-3.20.2.tar.xz



Other differences:
--
++ gnome-photos.spec ++
--- /var/tmp/diff_new_pack.2DsGoe/_old  2016-06-25 02:23:10.0 +0200
+++ /var/tmp/diff_new_pack.2DsGoe/_new  2016-06-25 02:23:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-photos
-Version:3.20.1
+Version:3.20.2
 Release:0
 Summary:Photo viewer for GNOME
 License:GPL-3.0+

++ gnome-photos-3.20.1.tar.xz -> gnome-photos-3.20.2.tar.xz ++
 4844 lines of diff (skipped)




commit julia for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package julia for openSUSE:Factory checked 
in at 2016-06-25 02:22:35

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


Package is "julia"

Changes:

--- /work/SRC/openSUSE:Factory/julia/julia-compat.changes   2016-05-02 
10:44:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.julia.new/julia-compat.changes  2016-06-25 
02:22:47.0 +0200
@@ -1,0 +2,10 @@
+Wed Jun 22 12:24:50 UTC 2016 - roni...@gmail.com
+
+- Version bump to 0.4.6.
+* Bugfix release, no changelog available.
+- Re-enable i586 architecture.
+* After the full rebuild caused by gcc6, julia started to
+  correctly build against i586 again. The root cause of the
+  problem was not identified yet.
+
+---
julia.changes: same change

Old:

  julia-0.4.5.tar.gz

New:

  julia-0.4.6.tar.gz



Other differences:
--
++ julia-compat.spec ++
--- /var/tmp/diff_new_pack.7CvCh0/_old  2016-06-25 02:22:48.0 +0200
+++ /var/tmp/diff_new_pack.7CvCh0/_new  2016-06-25 02:22:48.0 +0200
@@ -22,7 +22,7 @@
 %define llvm_ver 3.3
 %define compat_mode 1
 %define src_name julia-tarball
-Version:0.4.5
+Version:0.4.6
 Release:0
 Url:http://julialang.org/
 Source0:
https://github.com/JuliaLang/julia/releases/download/v%{version}/julia-%{version}.tar.gz
@@ -82,14 +82,6 @@
 Recommends: openspecfun-devel
 Recommends: pcre2-devel
 Recommends: suitesparse-devel
-# Due to a bug, it is not possible now to build julia against i586 with glibc
-# 2.23. The root of the problem has not been determined yet. Two bugs were
-# filled in upstream:
-#_ https://github.com/JuliaLang/julia/issues/16087
-#_ https://llvm.org/bugs/show_bug.cgi?id=27548
-# Thus, the support for julia in i586 architectures is being dropped until this
-# bug is fixed.
-ExcludeArch:%ix86
 %if 0%{?compat_mode} == 0
 Name:   julia
 %else

++ julia.spec ++
--- /var/tmp/diff_new_pack.7CvCh0/_old  2016-06-25 02:22:48.0 +0200
+++ /var/tmp/diff_new_pack.7CvCh0/_new  2016-06-25 02:22:48.0 +0200
@@ -22,7 +22,7 @@
 %define llvm_ver 3.3
 %define compat_mode 0
 %define src_name julia-tarball
-Version:0.4.5
+Version:0.4.6
 Release:0
 Url:http://julialang.org/
 Source0:
https://github.com/JuliaLang/julia/releases/download/v%{version}/julia-%{version}.tar.gz
@@ -82,14 +82,6 @@
 Recommends: openspecfun-devel
 Recommends: pcre2-devel
 Recommends: suitesparse-devel
-# Due to a bug, it is not possible now to build julia against i586 with glibc
-# 2.23. The root of the problem has not been determined yet. Two bugs were
-# filled in upstream:
-#_ https://github.com/JuliaLang/julia/issues/16087
-#_ https://llvm.org/bugs/show_bug.cgi?id=27548
-# Thus, the support for julia in i586 architectures is being dropped until this
-# bug is fixed.
-ExcludeArch:%ix86
 %if 0%{?compat_mode} == 0
 Name:   julia
 %else


++ julia-0.4.5.tar.gz -> julia-0.4.6.tar.gz ++
 8643 lines of diff (skipped)




commit clamav for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package clamav for openSUSE:Factory checked 
in at 2016-06-25 02:22:48

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


Package is "clamav"

Changes:

--- /work/SRC/openSUSE:Factory/clamav/clamav.changes2016-06-19 
12:52:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.clamav.new/clamav.changes   2016-06-25 
02:23:04.0 +0200
@@ -1,0 +2,53 @@
+Thu Jun 23 07:30:49 UTC 2016 - fwe...@suse.com
+
+- Update to version 0.99.2 (bsc#978459)
+  * 7z: fix for FolderStartPackStreamIndex array index heck
+  * print all CDBNAME entries for a zip file when using the -z
+flag.
+  * try to minimize the err cleanup path
+  * clamunrar: notice if unpacking comment failed
+  * signature manual update.
+  * use temp var for realloc to prevent pointer loss.
+  * fix debug VI hex truncation
+  * freshclam: avoid random data in mirrors.dat.
+  * libclamav: print raw certificate metadata
+  * freshclam manager check return code of strdup.
+  * additional suppress IP notification when using proxy
+  * fix download and verification of *.cld through PrivateMirrors
+  * suppress IP notification when using proxy
+  * remove redundant mempool assignment
+  * divide out dumpcerts output for better readability
+  * fix dconf and option handling for nocert and dumpcert
+  * patch by Jim Morris to increase clamd's soft file descriptor to
+its potential maximum on 64-bit systems
+  * Move libfreshclam config to m4/reorganization.
+  * adding libfreshclam
+  * Add 'cdb' datafile to sigtools list of datafile types.
+  * NULL pointer check.
+  * malloc() NULL pointer check.
+  * clamscan 'block-macros' option.
+  * initialize cpio name buffer
+  * initialize mspack decompression buffers
+  * prevent memory allocations on used pointers (folder objects)
+  * prevent memory allocations on used pointers (boolvectors)
+  * initialize ARJ metadata structures
+  * change cli_malloc with cli_calloc
+  * check packSizes prior to dereference
+  * fixed inconsistent folder state on failure
+  * pre-check on (*unpackSizes) dereference
+  * fix on pre-checks on dereferenced array
+  * pre-checks on dereferenced array size values (not =0)
+  * adding sanity checks to 7z header parsing
+  * fixed mew source read issue
+  * documentation update on targets
+  * filetype consistency
+  * move llvm option flag handling to new m4 file
+  * hwp5.x: fix for streams without names
+
+- bsc#958451: Remove updateclamconf, because it breaks
+  configurations that have multiple occurances of the same keyword.
+
+  Henceforth the configuration files have to be merged manually, if
+  a ClamAV update adds or removs options.
+
+---

Old:

  clamav-0.99.1.tar.gz
  clamav-updateclamconf

New:

  clamav-0.99.2.tar.gz



Other differences:
--
++ clamav.spec ++
--- /var/tmp/diff_new_pack.zEvQGE/_old  2016-06-25 02:23:05.0 +0200
+++ /var/tmp/diff_new_pack.zEvQGE/_new  2016-06-25 02:23:05.0 +0200
@@ -40,16 +40,15 @@
 Summary:Antivirus Toolkit
 License:GPL-2.0
 Group:  Productivity/Security
-Version:0.99.1
+Version:0.99.2
 Release:0
 Url:http://www.clamav.net
 Requires:   latex2html-pngicons
 Obsoletes:  clamav-db < 0.88.3
 Requires(pre):  %_sbindir/groupadd %_sbindir/useradd %_sbindir/usermod
 Requires(pre):  /usr/bin/awk /bin/sed /bin/tar
-Source0:
http://downloads.sourceforge.net/clamav/%{name}-%{version}.tar.gz
+Source0:
http://www.clamav.net/downloads/production/%{name}-%{version}.tar.gz
 Source11:   clamav.keyring
-Source3:clamav-updateclamconf
 Source4:clamav-rpmlintrc
 Source6:clamav-tmpfiles.conf
 Source7:service.clamd
@@ -101,7 +100,6 @@
 
 %install
 %makeinstall
-install -m755 %SOURCE3 %buildroot%_sbindir/updateclamconf
 install -d -m755 %buildroot/var/lib/clamav
 install -d -m755 %buildroot/%_tmpfilesdir
 install -m644 %SOURCE6 %buildroot%_tmpfilesdir/clamav.conf
@@ -166,22 +164,6 @@
 systemd-tmpfiles --create %_tmpfilesdir/clamav.conf
 %service_add_post clamd.service freshclam.service clamav-milter.service
 
-# merge config files on update
-test "0$1" -lt 2 && exit 0
-umask 022
-for f in /etc/clamd.conf /etc/freshclam.conf /etc/clamav-milter.conf; do
-  if test -e $f.rpmnew; then
-echo "Merging $f and $f.rpmnew"
-%_sbindir/updateclamconf -v override="$OVERRIDE" $f $f.rpmnew > $f.tmp
-if test $? = 0; then
-  mv $f $f.old
-  mv $f.tmp $f
-else
-  echo "Merging $f with $f.rpmnew failed"
-fi
-  fi
-done
-
 %preun
 %service_del_preun clamd.service 

commit daps for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package daps for openSUSE:Factory checked in 
at 2016-06-25 02:22:41

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


Package is "daps"

Changes:

--- /work/SRC/openSUSE:Factory/daps/daps.changes2016-05-02 
10:44:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.daps.new/daps.changes   2016-06-25 
02:22:51.0 +0200
@@ -1,0 +2,96 @@
+Wed Jun 15 12:34:00 UTC 2016 - fsunderme...@opensuse.org
+
+Stable release DAPS 2.2.0:
+
+* New Features:
+  - new subcommand "xmlformat" prettyfies the XML sources of a
+given DC-file or ROOTID using daps-xmlformat with
+/etc/daps/docbook-xmlformat.conf.
+(Note: this command will modify the original XML sources!)
+  - SVG image support for HTML builds. To use it, make sure to
+provide the images in SVG format ad reference to them as follows:
+
+ 
+
+  - the new global switch --jobs lets you specify how many parallel
+jobs to use. The default is set to the number of CPU cores (as was
+done in previous versions).
+  - all commands generating file lists (e.g. "list-srcfiles") now
+generate human readable output on STDOUT. When the output goes
+to a pipe or subshell, it will be generated as a a one-liner.
+  - Debugging of XML errors has been made easier. Sometimes the error
+message of the validator only points to an xi:include line, making
+it impossible to find the real location of the error. The option
+--novalid for the target "bigfile" will create the bigfile
+without performing a validation check on the sources. A single XML
+will be built and validated. Now the error message points to the
+exact location of the error in the bigfile. From there it should be
+easy to find the error in the original sources.
+  - Verbose and debugging output now also show all profiling
+attributes set in the DC-file, plus version information for
+the sytlesheets (if available)
+  - added the option --norefchecks to all output-generating targets
+("html", "pdf", ...), "validate", "bigfile" and others. Allows
+to build/validate documents without checking internal links
+(<... linkend="">).
+  - subcommand "online-docs" now always converts the bigfile that is
+created to NovDoc. To keep the same format as the original
+sources, specify --dbnoconv. To create a DocBook4 bigfile from
+DocBook5 sources, specify --db5todb4.
+
+* Bugfixes:
+  - #368: db4tonovdoc.xsl generates invalid NovDoc
+  - #367: daps does not validate fop output
+  - #366: Spellcheck trying to check the files "Cannot", "stat:", "No",
+  "such", "file" ...
+  - #364: DocBook5: Allow validating without checking xrefs
+  - #363: Allow building a bigfile from invalid sources
+  - #362: Make the number of parallel jobs configurable
+  - #361: Externel xrefs are resolved to ""
+  - #360: Check Rootid fails on Debian 8.4.0
+  - #356: file list output should default to pretty format
+  - #354: Validate the result of online docs when it has been
+  converted from DB5 to DB4 or novdoc
+  - #353: Make db5 to db4 conversion default for online-docs
+  - #351, #348, #342, #282: Fixes for the daps spec-file
+  - #346: daps-xmlformat writes its messages into the output
+  - #343: daps-init warning messages
+  - #340: ePUB builds always show remarks
+  - #335: on Debian, make install creates incorrect group in
+  /etc/xml/config
+  - #330: Enable SVG2Grayscale stylesheet to handle new color
+  names
+  - #305: locdrop produces no "non-trans" image tarball for a
+  complete set
+  - #301: SVG to PNG conversion creates very large PNGs
+  - #289: Verbose / Debugging Output Should Show Profiling
+  Attributes
+  - #251: Write XSLT to Return xml-model PI
+  - #226: Let stylesheets know which version of DAPS calls them
+  - subcommand "clean-all" fails if run from within a directory
+that will be removed with that command
+  - daps fails when called from a directory that no longer exists
+
+* Cross-Distribution Support
+  - first release with full Debian/Ubuntu support--manual
+adjustments after the installation are no longer needed
+(was required in previous releases for DocBook5 support).
+Many thanks to Tomáš Bažant and Christoph Berg for their help!
+  - GitHub checkouts now also work for Fedora/RedHat and
+Debian/Ubuntu--refer to
+https://github.com/openSUSE/daps/blob/develop/INSTALL.adoc
+for details
+  - tested on Debian 8.5.0 / Fedora 23 / openSUSE 13.2 and
+Leap 42.1 / SUSE Linux Enterprise 12 / Ubuntu 16.0
+
+* Misc:
+  - removed "daps-envconvert", a script for converting susedoc
+ENV-files to DAPS DC-files. susedoc was the predecessor of
+DAPS.
+
+* Documentation:
+  - the 

commit python3-websockets for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package python3-websockets for 
openSUSE:Factory checked in at 2016-06-25 02:22:29

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


Package is "python3-websockets"

Changes:

--- /work/SRC/openSUSE:Factory/python3-websockets/python3-websockets.changes
2016-06-03 16:38:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-websockets.new/python3-websockets.changes   
2016-06-25 02:22:44.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun 15 07:54:06 UTC 2016 - mschnit...@suse.com
+
+* Remove unnecessary dependency 
+
+---



Other differences:
--
++ python3-websockets.spec ++
--- /var/tmp/diff_new_pack.u17dN9/_old  2016-06-25 02:22:44.0 +0200
+++ /var/tmp/diff_new_pack.u17dN9/_new  2016-06-25 02:22:44.0 +0200
@@ -26,7 +26,7 @@
 Source: 
https://files.pythonhosted.org/packages/source/w/websockets/websockets-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
-Requires:   python-async
+Requires:   python3 >= 3.4
 BuildArch:  noarch
 
 %description




commit pixz for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package pixz for openSUSE:Factory checked in 
at 2016-06-25 02:22:39

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


Package is "pixz"

Changes:

--- /work/SRC/openSUSE:Factory/pixz/pixz.changes2015-11-18 
22:34:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.pixz.new/pixz.changes   2016-06-25 
02:22:50.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun 22 20:22:07 UTC 2016 - astie...@suse.com
+
+- fix build with current libarchive in CentOS/RHEL: link libbz2
+
+---



Other differences:
--
++ pixz.spec ++
--- /var/tmp/diff_new_pack.yCrSNG/_old  2016-06-25 02:22:51.0 +0200
+++ /var/tmp/diff_new_pack.yCrSNG/_new  2016-06-25 02:22:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pixz
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -71,7 +71,7 @@
 
 %build
 %if %{use_static_libarchive}
-export LIBARCHIVE_LIBS="-Wl,-Bstatic -larchive -Wl,-Bdynamic"
+export LIBARCHIVE_LIBS="-Wl,-Bstatic -larchive -Wl,-Bdynamic,-lbz2"
 %endif
 %if %{use_static_lzma}
 export LZMA_LIBS="-Wl,-Bstatic -llzma -Wl,-Bdynamic"




commit exmh for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package exmh for openSUSE:Factory checked in 
at 2016-06-25 02:22:32

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


Package is "exmh"

Changes:

--- /work/SRC/openSUSE:Factory/exmh/exmh.changes2015-01-20 
12:34:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.exmh.new/exmh.changes   2016-06-25 
02:22:45.0 +0200
@@ -1,0 +2,6 @@
+Mon Feb 22 10:58:16 UTC 2016 - m...@suse.com
+
+- Fix the version information in exmh-2.7-conf.patch and rename it
+  to exmh-conf.patch (bsc#967510).
+
+---

Old:

  exmh-2.7-conf.patch

New:

  exmh-conf.patch



Other differences:
--
++ exmh.spec ++
--- /var/tmp/diff_new_pack.QPsXqq/_old  2016-06-25 02:22:46.0 +0200
+++ /var/tmp/diff_new_pack.QPsXqq/_new  2016-06-25 02:22:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package exmh
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,19 +16,20 @@
 #
 
 
-
 Name:   exmh
 BuildRequires:  tcl
 Summary:Front-End for nmh Written in tcl/tk
+License:MIT
+Group:  Productivity/Networking/Email/Clients
 Version:2.8.0
 Release:0
 BuildArch:  noarch
-Requires:   nmh, metamail, expect
-License:MIT
-Group:  Productivity/Networking/Email/Clients
+Requires:   expect
+Requires:   metamail
+Requires:   nmh
 Source0:ftp://ftp.tcl.tk/pub/tcl/exmh/exmh-%{version}.tar.gz
 Url:http://beedub.com/exmh/
-Patch0: %{name}-2.7-conf.patch
+Patch0: %{name}-conf.patch
 Patch1: %name-expectk.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ exmh-conf.patch ++
Index: exmh
===
--- exmh.orig
+++ exmh
@@ -1,4 +1,4 @@
-#!wish -f
+#!/usr/bin/wish -f
 #
 # TK interface to the MH Mail utility
 # Brent Welch 
@@ -17,6 +17,34 @@
 
 # The following lines are patched by exmh.install
 #CONFIGURATION
+set wish /usr/bin/wish
+set exmh(version) {version 2.8.0 04/21/2012}
+set exmh(name) exmh
+set exmh(maintainer) we...@acm.org
+set mh_path /usr/bin
+set exmh(slocal) /usr/lib/nmh/slocal
+set mime(dir) /usr/bin
+set mailcap_default /etc/mailcap
+set mimetypes_default /etc/mime.types
+set exmh(expect) /usr/bin/expect
+set exmh(expectk) /usr/bin/expect
+set faces(dir) /var/lib/faces
+set faces(set,user) {local users usenix misc}
+set faces(set,unknown) {domains unknown}
+set faces(set,news) news
+set faces(defaultDomain) eng.sun.com
+set faces(suffix) {xpm gif xbm}
+set pgp(pgp,path) /usr/bin
+set pgp(pgp5,path) /usr/bin
+set pgp(gpg,path) /usr/bin
+set pgp(pgp6,path) /usr/bin
+set glimpse(path) /usr/bin
+set sound(cmd) /usr/bin/play
+set exmh(library) /usr/share/tcl/exmh-2.8.0
+set install(dir,bin) /usr/bin
+set install(dir,man) /usr/man/mann
+set install(dir,lib) /usr/share/tcl/exmh-2.8.0
+
 #END CONFIGURATION
 
 package require Tk
Index: exmh-async
===
--- exmh-async.orig
+++ exmh-async
@@ -1,4 +1,4 @@
-#!wish -f
+#!/usr/bin/wish -f
 #
 # async editor frontend for exmh
 # Arg1: invoking interpreter's name (from [winfo name .])
Index: exmh-bg
===
--- exmh-bg.orig
+++ exmh-bg
@@ -1,4 +1,4 @@
-#!wish -f
+#!/usr/bin/wish -f
 #
 # Background processing script for exmh.
 # This does stuff and then sends messages to the background module
@@ -17,6 +17,34 @@
 # any specification.
 
 #CONFIGURATION
+set wish /usr/bin/wish
+set exmh(version) {version 2.8.0 04/21/2012}
+set exmh(name) exmh
+set exmh(maintainer) we...@acm.org
+set mh_path /usr/bin
+set exmh(slocal) /usr/lib/nmh/slocal
+set mime(dir) /usr/bin
+set mailcap_default /etc/mailcap
+set mimetypes_default /etc/mime.types
+set exmh(expect) /usr/bin/expect
+set exmh(expectk) /usr/bin/expect
+set faces(dir) /var/lib/faces
+set faces(set,user) {local users usenix misc}
+set faces(set,unknown) {domains unknown}
+set faces(set,news) news
+set faces(defaultDomain) eng.sun.com
+set faces(suffix) {xpm gif xbm}
+set pgp(pgp,path) /usr/bin
+set pgp(pgp5,path) /usr/bin
+set pgp(gpg,path) /usr/bin
+set pgp(pgp6,path) /usr/bin
+set glimpse(path) /usr/bin
+set sound(cmd) /usr/bin/play
+set exmh(library) /usr/share/tcl/exmh-2.8.0
+set install(dir,bin) /usr/bin
+set install(dir,man) /usr/man/mann
+set 

commit ghc-path for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package ghc-path for openSUSE:Factory 
checked in at 2016-06-25 02:21:04

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


Package is "ghc-path"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-path/ghc-path.changes2016-03-16 
10:33:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-path.new/ghc-path.changes   2016-06-25 
02:21:55.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 17 06:28:34 UTC 2016 - mimi...@gmail.com
+
+- update to 0.5.8
+* Add Aeson instances.
+
+---

Old:

  path-0.5.7.tar.gz

New:

  path-0.5.8.tar.gz



Other differences:
--
++ ghc-path.spec ++
--- /var/tmp/diff_new_pack.XcKx2O/_old  2016-06-25 02:21:56.0 +0200
+++ /var/tmp/diff_new_pack.XcKx2O/_new  2016-06-25 02:21:56.0 +0200
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   ghc-path
-Version:0.5.7
+Version:0.5.8
 Release:0
 Summary:Path
 License:BSD-3-Clause
@@ -34,6 +34,7 @@
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
+BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-exceptions-devel
 BuildRequires:  ghc-filepath-devel

++ path-0.5.7.tar.gz -> path-0.5.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/path-0.5.7/CHANGELOG new/path-0.5.8/CHANGELOG
--- old/path-0.5.7/CHANGELOG2016-03-06 17:43:45.0 +0100
+++ new/path-0.5.8/CHANGELOG2016-06-16 14:24:12.0 +0200
@@ -1,3 +1,6 @@
+0.5.8
+   * Add Aeson instances.
+
 0.5.7:
* Fix haddock problem.
 0.5.6:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/path-0.5.7/path.cabal new/path-0.5.8/path.cabal
--- old/path-0.5.7/path.cabal   2016-03-06 17:43:32.0 +0100
+++ new/path-0.5.8/path.cabal   2016-06-16 14:23:48.0 +0200
@@ -1,5 +1,5 @@
 name:path
-version: 0.5.7
+version: 0.5.8
 synopsis:Support for well-typed paths
 description: Support for will-typed paths.
 license: BSD3
@@ -21,12 +21,14 @@
, filepath
, template-haskell
, deepseq
+   , aeson
 
 test-suite test
 type: exitcode-stdio-1.0
 main-is: Main.hs
 hs-source-dirs: test
 build-depends: HUnit
+ , aeson
  , base
  , hspec
  , mtl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/path-0.5.7/src/Path/Internal.hs 
new/path-0.5.8/src/Path/Internal.hs
--- old/path-0.5.7/src/Path/Internal.hs 2016-03-04 14:32:28.0 +0100
+++ new/path-0.5.8/src/Path/Internal.hs 2016-06-16 11:39:06.0 +0200
@@ -1,3 +1,4 @@
+{-# LANGUAGE CPP #-}
 {-# LANGUAGE DeriveDataTypeable #-}
 
 -- | Internal types and functions.
@@ -7,6 +8,7 @@
   where
 
 import Control.DeepSeq (NFData (..))
+import Data.Aeson (ToJSON (..))
 import Data.Data
 
 -- | Path of some base and type.
@@ -47,3 +49,11 @@
 
 instance NFData (Path b t) where
   rnf (Path x) = rnf x
+
+instance ToJSON (Path b t) where
+  toJSON (Path x) = toJSON x
+  {-# INLINE toJSON #-}
+#if MIN_VERSION_aeson(0,10,0)
+  toEncoding (Path x) = toEncoding x
+  {-# INLINE toEncoding #-}
+#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/path-0.5.7/src/Path.hs new/path-0.5.8/src/Path.hs
--- old/path-0.5.7/src/Path.hs  2016-03-06 17:43:28.0 +0100
+++ new/path-0.5.8/src/Path.hs  2016-06-16 11:39:06.0 +0200
@@ -12,6 +12,7 @@
 {-# LANGUAGE TemplateHaskell #-}
 {-# LANGUAGE DeriveDataTypeable #-}
 {-# LANGUAGE EmptyDataDecls #-}
+{-# LANGUAGE FlexibleInstances #-}
 
 module Path
   (-- * Types
@@ -49,6 +50,8 @@
 
 import   Control.Exception (Exception)
 import   Control.Monad.Catch (MonadThrow(..))
+import   Data.Aeson (FromJSON (..))
+import qualified Data.Aeson.Types as Aeson
 import   Data.Data
 import   Data.List
 import   Data.Maybe
@@ -71,6 +74,31 @@
 -- | A directory path.
 data Dir deriving (Typeable)
 
+instance FromJSON (Path Abs File) where
+  parseJSON = parseJSONWith parseAbsFile
+  {-# INLINE parseJSON #-}
+
+instance FromJSON (Path Rel File) where
+  parseJSON = parseJSONWith parseRelFile
+  {-# INLINE parseJSON #-}
+
+instance FromJSON (Path Abs Dir) where
+  parseJSON = parseJSONWith parseAbsDir
+  {-# INLINE parseJSON #-}
+
+instance FromJSON (Path Rel Dir) where
+  parseJSON = 

commit libcryptopp for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package libcryptopp for openSUSE:Factory 
checked in at 2016-06-25 02:21:45

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


Package is "libcryptopp"

Changes:

--- /work/SRC/openSUSE:Factory/libcryptopp/libcryptopp.changes  2015-07-12 
22:53:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcryptopp.new/libcryptopp.changes 
2016-06-25 02:22:10.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 20 11:09:05 UTC 2016 - i...@marguerite.su
+
+- add patch cryptopp-gcc6.patch
+  * fix boo#985143
+  * fix narrowing conversion from unsigned int to int inside {}
+
+---

New:

  cryptopp-gcc6.patch



Other differences:
--
++ libcryptopp.spec ++
--- /var/tmp/diff_new_pack.H32qEl/_old  2016-06-25 02:22:12.0 +0200
+++ /var/tmp/diff_new_pack.H32qEl/_new  2016-06-25 02:22:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcryptopp
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -43,6 +43,8 @@
 Patch4: 0001-disable_os_rng_test.patch
 # PATCH-FIX-UPSTREAM
 Patch5: libcryptopp-CVE-2015-2141.patch
+# PATCH-FIX-UPSTREAM fix gcc 6 narrowing conversion from unsigned int to int 
inside {}
+Patch6: cryptopp-gcc6.patch
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRequires:  unzip
@@ -81,6 +83,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 make %{?_smp_mflags} \

++ cryptopp-gcc6.patch ++
Index: cryptopp/wake.cpp
===
--- cryptopp.orig/wake.cpp
+++ cryptopp/wake.cpp
@@ -23,7 +23,7 @@ void WAKE_Base::GenKey(word32 k0, word32
signed int x, z, p; 
// x and z were declared as "long" in Wheeler's paper, which is a 
signed type. I don't know if that was intentional, but it's too late to change 
it now. -- Wei 7/4/2010
CRYPTOPP_COMPILE_ASSERT(sizeof(x) == 4);
-   static int tt[10]= {
+   static unsigned int tt[10]= {
0x726a8f3b, 
 // table
0xe69a3b5c,
0xd3c71fe5,




commit nano for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package nano for openSUSE:Factory checked in 
at 2016-06-25 02:21:23

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


Package is "nano"

Changes:

--- /work/SRC/openSUSE:Factory/nano/nano.changes2016-03-18 
21:39:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.nano.new/nano.changes   2016-06-25 
02:22:07.0 +0200
@@ -1,0 +2,21 @@
+Mon Jun 20 13:02:56 UTC 2016 - mplus...@suse.com
+
+- Download keyring from savannah
+
+---
+Sat Jun 18 12:51:25 UTC 2016 - mplus...@suse.com
+
+- Update to version 2.6.0:
+  * fixes more than fifty little bugs -- and some of them not so 
+little.
+  * It improves moving about in the file browser, corrects failings 
+of the internal spell checker, adds a new feature 
+(comment/uncomment lines, with default binding M-3), makes some 
+error messages clearer, shows more of a file when positionlog 
+is used and the cursor is near the end, displays all error
+messages at startup if there are multiple ones, does not 
+misinterpret keystrokes when typing very fast, is less eager 
+to trim the filename on narrow terminals, speeds up 
+case-insensitive searches, and allows to abort re-searches.
+
+---

Old:

  nano-2.5.3.tar.gz
  nano-2.5.3.tar.gz.asc

New:

  nano-2.6.0.tar.gz
  nano-2.6.0.tar.gz.asc



Other differences:
--
++ nano.spec ++
--- /var/tmp/diff_new_pack.srNtOL/_old  2016-06-25 02:22:08.0 +0200
+++ /var/tmp/diff_new_pack.srNtOL/_new  2016-06-25 02:22:08.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 2.5
+%define _version 2.6
 Name:   nano
-Version:2.5.3
+Version:2.6.0
 Release:0
 Summary:Pico editor clone with enhancements
 License:GPL-3.0+
@@ -26,10 +26,10 @@
 Url:http://nano-editor.org/
 Source0:
http://nano-editor.org/dist/v%{_version}/%{name}-%{version}.tar.gz
 Source1:
http://nano-editor.org/dist/v%{_version}/%{name}-%{version}.tar.gz.asc
-Source2:%{name}.keyring
+Source2:
https://savannah.gnu.org/people/viewgpg.php?user_id=42085#/%{name}.keyring
 BuildRequires:  file-devel
 BuildRequires:  ncurses-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel
 Requires(post): info
 Requires(preun): info
@@ -84,7 +84,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog ChangeLog.pre-2.1 COPYING COPYING.DOC NEWS README 
THANKS TODO UPGRADE
+%doc AUTHORS ChangeLog ChangeLog.pre-2.1 COPYING COPYING.DOC NEWS README 
THANKS TODO
 %doc %{_docdir}/nano/
 %exclude %{_docdir}/%{name}/*/
 %{_bindir}/nano

++ nano-2.5.3.tar.gz -> nano-2.6.0.tar.gz ++
 106219 lines of diff (skipped)

++ nano.keyring ++
--- /var/tmp/diff_new_pack.srNtOL/_old  2016-06-25 02:22:09.0 +0200
+++ /var/tmp/diff_new_pack.srNtOL/_new  2016-06-25 02:22:09.0 +0200
@@ -1,28 +1,31 @@
--BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2
-
-mQGiBD6t3TURBACD6Ur8VeLQvMNOQMzffTegJMKrs4uGhundXrIYZdzCsckYAESs
-Y7yvI7SPMdBeaGfJV0f12hpQoDuiVSJQkqKtVtF8j53EI09T28lhhYJqRMKT2rxa
-qF0DOq3H653J5wwQY3LqoJtukavd68QPO/Asp4mcGI/3ep+Q47+9DIK4ZwCg+UAl
-9/Hobbqyf5h8XKm5YL6rqccD/04+mJE8NWWBCbnLcy8FCIB5y6IvmA+Ndj2k9wa7
-FRMmbZvoQ5JrQJ70fU8BHR6HVgY+FydYGiei/jTcN0X3Vh33XfQ9MONqJ2svoX00
-RA2duHguw2g2imShzywd6oxwCJh83hBYXC0yusZfLy3qo/4F2sH5mmTOzkpGGTO/
-gfK/A/9+2HoMfgMQGuKK6Z6vBbFLDKxfdfVKjbmlKvYzXwVXiEIzPEMWtY1p1uod
-yt1VnNxLjrmnBdiu+5E7PmP8CwoIRWVY0XxWxUWqSohR9NJna/+W2Nb70VKGt8EW
-pxlTISjAYG2pfZiVNzqhd09T0AEU663kpjknydDASQ3q/9oOWbQiQ2hyaXMgQWxs
-ZWdyZXR0YSA8Y2hyaXNhQGFzdHkub3JnPohGBBARAgAGBQJCk1ngAAoJEIvYLm8w
-uUtcDVYAnid3fWB84XhPxMxk0sItB8pjYRL/AKCcfMjZGwcyxIxNQYwzj5/E27oL
-a4hZBBMRAgAZBQI+rd01BAsHAwIDFQIDAxYCAQIeAQIXgAAKCRC8s1bfkQCfp+Ua
-AJwLUKiEs+0HIYhR0dkVXYwBhhv4VACggpTuat5U6xXjS+zBcYZCSBZ/73eIYQQT
-EQIAGQUCPq3dNQQLBwMCAxUCAwMWAgECHgECF4AAEgkQvLNW35EAn6cHZUdQRwAB
-AeUaAJwLUKiEs+0HIYhR0dkVXYwBhhv4VACggpTuat5U6xXjS+zBcYZCSBZ/73e5
-AQ0EPq3dNxAEAKMUPzw96s3acvuxyhJnEZBoPICJ9q1zpgaSmkphGV+kJCjFy53J
-l0PrziGlCCUofCU2SBeoO1P+ecW3ArrkrqzKKOJxgQX+BGbyux+RFcprdLfLZhFW
-4mCwI5YGYhARUIDulGYQYmSY/l/nSOTvwWZmpKFcjCkj7wJjChgyMDfnAAQLA/4/
-SJWPTObAMBdAXz5utL4t50zekAU/uZnxiccAOLGg1Z3R5fetI0Q5KV9YtryiSNJc
-cFwk++zvGkmJD6sNf6KA+6Tt9i7tAxOsCzyA8/IEIlMMT0k15zLRaQLZ01ReQbRo
-C4D/9Z3hLvyfjzak15XrrAzO3J+6uCGHo/iQJkOrPohOBBgRAgAGBQI+rd03ABIJ
-ELyzVt+RAJ+nB2VHUEcAAQFHEwCg9q0NDM94gddngg1ZvrQoBhROzMoAniemKew/
-JJtszm7z9CFzpKeUbg56
-=Cz0K
--END PGP PUBLIC KEY BLOCK-
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: GnuPG v1
+

commit vym for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package vym for openSUSE:Factory checked in 
at 2016-06-25 02:22:05

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


Package is "vym"

Changes:

--- /work/SRC/openSUSE:Factory/vym/vym.changes  2015-10-30 13:44:01.0 
+0100
+++ /work/SRC/openSUSE:Factory/.vym.new/vym.changes 2016-06-25 
02:22:23.0 +0200
@@ -1,0 +2,14 @@
+Tue Jun 21 06:57:11 UTC 2016 - v...@insilmaril.de
+
+- Update to upstream 2.5.4
+- Remove vym-2.5.0-gcc6.patch again, not required
+
+---
+Mon Jun 20 17:01:00 UTC 2016 - i...@marguerite.su
+
+- add patch vym-2.5.0-gcc6.patch
+  * no known conversion for argument 2 from bool to QString,
+actually the second QString was skipped, the bool value
+was the 3rd argument.
+
+---

Old:

  vym-2.5.0.tar.bz2

New:

  vym-2.5.4.tar.bz2



Other differences:
--
++ vym.spec ++
--- /var/tmp/diff_new_pack.mE3nmr/_old  2016-06-25 02:22:25.0 +0200
+++ /var/tmp/diff_new_pack.mE3nmr/_new  2016-06-25 02:22:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vym
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,30 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-Name:   vym
 
+Name:   vym
+Version:2.5.4
+Release:0
+Summary:View Your Mind - generate and manipulate maps which show your 
thoughts
+License:GPL-2.0
+Group:  Productivity/Office/Other
+Url:http://www.insilmaril.de/vym/index.html
+Source0:%{name}-%{version}.tar.bz2
+Source1:%{name}.xml
+Source2:%{name}.desktop
+Source3:x-%{name}.desktop
+Source4:debian.dirs
+Source5:debian.docs
+Source6:makedist.config
 BuildRequires:  libQt5Core-devel
 BuildRequires:  libQt5Gui-devel
+BuildRequires:  libqt5-linguist-devel
 BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  libqt5-qtsvg-devel
-BuildRequires:  libqt5-linguist-devel
 BuildRequires:  update-desktop-files
 Requires:   unzip
 Requires:   zip
-Url:http://www.insilmaril.de/vym/index.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:View Your Mind - generate and manipulate maps which show your 
thoughts
-License:GPL-2.0
-Group:  Productivity/Office/Other
-Version:2.5.0
-Release:0
-Source0:%name-%version.tar.bz2
-Source1:%name.xml
-Source2:%name.desktop
-Source3:x-%name.desktop
-Source4:debian.dirs
-Source5:debian.docs
-Source6:makedist.config
 
 %description
 VYM  (View Your Mind) is a tool to generate and manipulate maps which
@@ -51,32 +51,29 @@
 %setup -q
 
 %build
-qmake-qt5 -o Makefile vym.pro PREFIX=%_prefix/share BINDIR=%_prefix/bin 
CONFIG+=RELEASE
-make  
 lrelease-qt5 vym.pro
+qmake-qt5 -o Makefile vym.pro PREFIX=%{_datadir} BINDIR=%{_bindir} 
CONFIG+=RELEASE
+make %{?_smp_mflags}
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/vym
-mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/pixmaps
-install -m 0644 icons/vym.png $RPM_BUILD_ROOT%{_prefix}/share/pixmaps
-mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
-install -m 0644 README.md LICENSE.txt INSTALL.txt 
$RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
-install -m 0644 doc/*.pdf $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
-%makeinstall INSTALL_ROOT=$RPM_BUILD_ROOT 
+mkdir -p %{buildroot}%{_datadir}/vym
+mkdir -p %{buildroot}%{_datadir}/pixmaps
+install -m 0644 icons/vym.png %{buildroot}%{_datadir}/pixmaps
+mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
+install -m 0644 README.md LICENSE.txt INSTALL.txt 
%{buildroot}%{_defaultdocdir}/%{name}
+install -m 0644 doc/*.pdf %{buildroot}%{_defaultdocdir}/%{name}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install INSTALL_ROOT=%{buildroot}
 
-mkdir -p $RPM_BUILD_ROOT/usr/share/applications
-install -Dm644 %{SOURCE2} $RPM_BUILD_ROOT/usr/share/applications
+mkdir -p %{buildroot}%{_datadir}/applications
+install -Dm644 %{SOURCE2} %{buildroot}%{_datadir}/applications
 
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
-install -m 0644 doc/vym.1.gz $RPM_BUILD_ROOT%{_mandir}/man1
+mkdir -p %{buildroot}%{_mandir}/man1
+install -m 0644 doc/vym.1.gz %{buildroot}%{_mandir}/man1
 
-mkdir -p $RPM_BUILD_ROOT/usr/share/mime/packages
-install -m 0644 %{SOURCE1} 

commit i3 for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package i3 for openSUSE:Factory checked in 
at 2016-06-25 02:21:50

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


Package is "i3"

Changes:

--- /work/SRC/openSUSE:Factory/i3/i3.changes2016-06-19 10:50:35.0 
+0200
+++ /work/SRC/openSUSE:Factory/.i3.new/i3.changes   2016-06-25 
02:22:14.0 +0200
@@ -1,0 +2,5 @@
+Sun Jun 19 14:56:32 UTC 2016 - asa...@suse.de
+
+* Add i3lock to recomends
+
+---



Other differences:
--
++ i3.spec ++
--- /var/tmp/diff_new_pack.tuwced/_old  2016-06-25 02:22:15.0 +0200
+++ /var/tmp/diff_new_pack.tuwced/_new  2016-06-25 02:22:15.0 +0200
@@ -50,6 +50,7 @@
 
 # introduced to fix bnc#971897 and boo#985443
 Recommends: i3status
+Recommends: i3lock
 
 # So that M-enter works in the default config. boo#985443
 Recommends: dmenu





commit python3-pylint for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package python3-pylint for openSUSE:Factory 
checked in at 2016-06-25 02:21:13

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


Package is "python3-pylint"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pylint/python3-pylint.changes
2016-05-25 21:27:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pylint.new/python3-pylint.changes   
2016-06-25 02:22:00.0 +0200
@@ -1,0 +2,8 @@
+Sun Jun 19 01:30:04 UTC 2016 - a...@gmx.de
+
+- update to version 1.5.6:
+  * config files with BOM markers can now be read.
+  * epylint.py_run does not crash on big files, using .communicate()
+instead of .wait()
+
+---
@@ -11 +18,0 @@
-

Old:

  pylint-1.5.5.tar.gz

New:

  pylint-1.5.6.tar.gz



Other differences:
--
++ python3-pylint.spec ++
--- /var/tmp/diff_new_pack.b8bZ0N/_old  2016-06-25 02:22:01.0 +0200
+++ /var/tmp/diff_new_pack.b8bZ0N/_new  2016-06-25 02:22:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pylint
-Version:1.5.5
+Version:1.5.6
 Release:0
 Summary:Syntax and style checker for Python code
 License:GPL-2.0+

++ pylint-1.5.5.tar.gz -> pylint-1.5.6.tar.gz ++
 12801 lines of diff (skipped)




commit libfaketime for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package libfaketime for openSUSE:Factory 
checked in at 2016-06-25 02:22:23

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


Package is "libfaketime"

Changes:

--- /work/SRC/openSUSE:Factory/libfaketime/libfaketime.changes  2015-02-05 
10:59:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.libfaketime.new/libfaketime.changes 
2016-06-25 02:22:38.0 +0200
@@ -1,0 +2,8 @@
+Mon Jun 20 17:19:50 UTC 2016 - i...@marguerite.su
+
+- add patch: libfaketime-0.9.6-gcc6.patch
+  * fix boo#985141
+  * fix nonnull argument 'buf' compared to NULL
+- run spec-cleaner
+
+---

New:

  libfaketime-0.9.6-gcc6.patch



Other differences:
--
++ libfaketime.spec ++
--- /var/tmp/diff_new_pack.IvBeW7/_old  2016-06-25 02:22:38.0 +0200
+++ /var/tmp/diff_new_pack.IvBeW7/_new  2016-06-25 02:22:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfaketime
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,30 +21,34 @@
 Release:0
 Summary:FakeTime Preload Library
 License:GPL-2.0
-Group:  Development
+Group:  System/Libraries
 Url:http://www.code-wizards.com/projects/libfaketime/
 Source: 
http://www.code-wizards.com/projects/libfaketime/%{name}-%{version}.tar.gz
+#PATCH-FIX-UPSTREAM nonnull argument compared to NULL
+Patch:  libfaketime-0.9.6-gcc6.patch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 report faked system time to programs without having to change the system-wide 
time
 
 %prep
 %setup -q
+%patch -p1
 
 %build
-make %{?_smp_mflags} PREFIX=%_prefix LIBDIRNAME=/%_lib/%name
+make %{?_smp_mflags} PREFIX=%{_prefix} LIBDIRNAME=/%{_lib}/%{name}
 
 %install
-make install DESTDIR=%{buildroot} PREFIX=%_prefix LIBDIRNAME=/%_lib/%name
-rm %buildroot/usr/share/doc/faketime/*
+make install DESTDIR=%{buildroot} PREFIX=%{_prefix} LIBDIRNAME=/%{_lib}/%{name}
+rm %{buildroot}%{_datadir}/doc/faketime/*
 
 %files
 %defattr(-,root,root)
 %doc NEWS README COPYING
-%_bindir/faketime
-%dir %_libdir/%name
-%_libdir/%name/libfaketime.so.1
-%_libdir/%name/libfaketimeMT.so.1
-%_mandir/man1/faketime.1*
+%{_bindir}/faketime
+%dir %{_libdir}/%{name}
+%{_libdir}/%{name}/libfaketime.so.1
+%{_libdir}/%{name}/libfaketimeMT.so.1
+%{_mandir}/man1/faketime.1*
 
 %changelog

++ libfaketime-0.9.6-gcc6.patch ++
Index: libfaketime-0.9.6/src/libfaketime.c
===
--- libfaketime-0.9.6.orig/src/libfaketime.c
+++ libfaketime-0.9.6/src/libfaketime.c
@@ -510,13 +510,10 @@ int __xstat (int ver, const char *path,
 return -1;
   }
 
-   if (buf != NULL)
-   {
  if (!fake_stat_disabled)
  {
fake_statbuf(buf);
  }
-   }
 
   return result;
 }
@@ -539,13 +536,11 @@ int __fxstat (int ver, int fildes, struc
 return -1;
   }
 
-  if (buf != NULL)
-  {
 if (!fake_stat_disabled)
 {
   fake_statbuf(buf);
 }
-  }
+
   return result;
 }
 
@@ -568,13 +563,11 @@ int __fxstatat(int ver, int fildes, cons
 return -1;
   }
 
-  if (buf != NULL)
-  {
 if (!fake_stat_disabled)
 {
   fake_statbuf(buf);
 }
-  }
+
   return result;
 }
 #endif
@@ -597,13 +590,11 @@ int __lxstat (int ver, const char *path,
 return -1;
   }
 
-  if (buf != NULL)
-  {
 if (!fake_stat_disabled)
 {
   fake_statbuf(buf);
 }
-  }
+
   return result;
 }
 
@@ -625,13 +616,11 @@ int __xstat64 (int ver, const char *path
 return -1;
   }
 
-  if (buf != NULL)
-  {
 if (!fake_stat_disabled)
 {
   fake_stat64buf(buf);
 }
-  }
+
   return result;
 }
 
@@ -653,13 +642,11 @@ int __fxstat64 (int ver, int fildes, str
 return -1;
   }
 
-  if (buf != NULL)
-  {
 if (!fake_stat_disabled)
 {
   fake_stat64buf(buf);
 }
-  }
+
   return result;
 }
 
@@ -682,13 +669,11 @@ int __fxstatat64 (int ver, int fildes, c
 return -1;
   }
 
-  if (buf != NULL)
-  {
 if (!fake_stat_disabled)
 {
   fake_stat64buf(buf);
 }
-  }
+
   return result;
 }
 #endif
@@ -711,13 +696,11 @@ int __lxstat64 (int ver, const char *pat
 return -1;
   }
 
-  if (buf != NULL)
-  {
 if (!fake_stat_disabled)
 {
   fake_stat64buf(buf);
 }
-  }
+
   return result;
 }
 #endif



commit R-base for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package R-base for openSUSE:Factory checked 
in at 2016-06-25 02:22:09

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


Package is "R-base"

Changes:

--- /work/SRC/openSUSE:Factory/R-base/R-base.changes2016-05-23 
16:38:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.R-base.new/R-base.changes   2016-06-25 
02:22:30.0 +0200
@@ -1,0 +2,45 @@
+Tue Jun 21 09:26:17 UTC 2016 - detlef.ste...@gmx.de
+
+- upstream release 3.3.1
+
+- Most important changes
+  CHANGES IN R 3.3.1:
+
+  BUG FIXES:
+
+* R CMD INSTALL and hence install.packages() gave an internal error
+  installing a package called description from a tarball on a
+  case-insensitive file system.
+
+* match(x, t) (and hence x %in% t) failed when x was of length one,
+  and either character and x and t only differed in their Encoding
+  or when x and t where complex with NAs or NaNs.  (PR#16885.)
+
+* unloadNamespace(ns) also works again when ns is a 'namespace', as
+  from getNamespace().
+
+* rgamma(1,Inf) or rgamma(1, 0,0) no longer give NaN but the
+  correct limit.
+
+* length(baseenv()) is correct now.
+
+* pretty(d, ..) for date-time d rarely failed when "halfmonth" time
+  steps were tried (PR#16923) and on 'inaccurate' platforms such as
+  32-bit windows or a configuration with --disable-long-double; see
+  comment #15 of PR#16761.
+
+* In text.default(x, y, labels), the rarely(?) used default for
+  labels is now correct also for the case of a 2-column matrix x
+  and missing y.
+* as.factor(c(a = 1L)) preserves names() again as in R < 3.1.0.
+
+* strtrim(""[0], 0[0]) now works.
+
+* Use of Ctrl-C to terminate a reverse incremental search started
+  by Ctrl-R in the readline-based Unix terminal interface is now
+  supported for readline >= 6.3 (Ctrl-G always worked).  (PR#16603)
+
+* diff() now keeps the "units" attribute, as subtraction
+  already did, PR#16940.
+
+---

Old:

  R-3.3.0.tar.bz2

New:

  R-3.3.1.tar.bz2



Other differences:
--
++ R-base.spec ++
--- /var/tmp/diff_new_pack.c4GInL/_old  2016-06-25 02:22:31.0 +0200
+++ /var/tmp/diff_new_pack.c4GInL/_new  2016-06-25 02:22:31.0 +0200
@@ -19,7 +19,7 @@
 %define release 1
 
 Name:   R-base
-Version:3.3.0
+Version:3.3.1
 Release:%release
 %define Rversion %{version}
 Source: R-%{version}.tar.bz2
@@ -1438,7 +1438,7 @@
 %package -n R-nlme
 Summary:Package provides recommended R-nlme
 Group:  Developement/Libraries/Other
-Version:3.1.127
+Version:3.1.128
 Release:%release
 Requires:   R-base
 
@@ -1456,6 +1456,7 @@
 %{_libdir}/R/library/nlme/html/
 %{_libdir}/R/library/nlme/INDEX
 %{_libdir}/R/library/nlme/libs/
+%{_libdir}/R/library/nlme/LICENCE
 %{_libdir}/R/library/nlme/Meta/
 %{_libdir}/R/library/nlme/mlbook/
 %{_libdir}/R/library/nlme/NAMESPACE
@@ -1578,7 +1579,7 @@
 %package -n R-survival
 Summary:Package provides recommended R-survival
 Group:  Developement/Libraries/Other
-Version:2.39.2
+Version:2.39.4
 Release:%release
 Requires:   R-base
 

++ R-3.3.0.tar.bz2 -> R-3.3.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/R-base/R-3.3.0.tar.bz2 
/work/SRC/openSUSE:Factory/.R-base.new/R-3.3.1.tar.bz2 differ: char 11, line 1




commit mgp for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package mgp for openSUSE:Factory checked in 
at 2016-06-25 02:22:20

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


Package is "mgp"

Changes:

--- /work/SRC/openSUSE:Factory/mgp/mgp.changes  2016-05-25 21:28:22.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mgp.new/mgp.changes 2016-06-25 
02:22:36.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 21 09:57:14 CEST 2016 - ti...@suse.de
+
+- Fix obsoleted jpeg conversion programs to the netpbm ones:
+  mpg-netpbm-jpeg-fix.diff
+
+---

New:

  mpg-netpbm-jpeg-fix.diff



Other differences:
--
++ mgp.spec ++
--- /var/tmp/diff_new_pack.Sqp91S/_old  2016-06-25 02:22:38.0 +0200
+++ /var/tmp/diff_new_pack.Sqp91S/_new  2016-06-25 02:22:38.0 +0200
@@ -57,6 +57,7 @@
 Patch14:mgp-bilinear-zoom.diff
 Patch15:mgp-imlib2-segfault-fix.diff
 Patch16:mgp-alpha-channel.diff
+Patch17:mpg-netpbm-jpeg-fix.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -85,6 +86,7 @@
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
+%patch17 -p1
 cp %{SOURCE1} .
 rm -rf sample/CVS
 

++ mpg-netpbm-jpeg-fix.diff ++
---
 mgp.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/mgp.c
+++ b/mgp.c
@@ -510,7 +510,7 @@ genhtml(start_page)
FILE *txt;
int page;
char *childdebug;
-   char *convdb[][3] = {{ "jpg", "cjpeg", "djpeg" },
+   char *convdb[][3] = {{ "jpg", "pnmtojpeg", "jpegtopnm" },
{ "png", "pnmtopng", "pngtopnm" },
{ { 0 }, { 0 }, { 0 } }};
int inum = 0;



commit paraview for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2016-06-25 02:22:27

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


Package is "paraview"

Changes:

--- /work/SRC/openSUSE:Factory/paraview/paraview.changes2016-04-28 
16:56:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2016-06-25 
02:22:40.0 +0200
@@ -1,0 +2,15 @@
+Tue Jun 21 11:45:20 UTC 2016 - f...@grueninger.de
+
+- update to version 5.1.0
+  + add OSPRay ray tracing renderer
+  + interpolating point clouds
+  + generic arrays
+  + x-ray view
+  + resampling to image
+  + List of changes at
+http://www.paraview.org/Bug/changelog_page.php?version_id=122
+- adjust patch paraview-default-qtstyle.patch
+- add require-only-cmake-3_0.patch to lower required CMake verstion
+  to 3.0
+
+---

Old:

  ParaView-v5.0.1-source.tar.gz

New:

  ParaView-v5.1.0.tar.gz
  require-only-cmake-3_0.patch



Other differences:
--
++ paraview.spec ++
--- /var/tmp/diff_new_pack.9GKRCk/_old  2016-06-25 02:22:43.0 +0200
+++ /var/tmp/diff_new_pack.9GKRCk/_new  2016-06-25 02:22:43.0 +0200
@@ -16,15 +16,15 @@
 #
 
 
-%define major_ver 5.0
+%define major_ver 5.1
 Name:   paraview
-Version:5.0.1
+Version:5.1.0
 Release:0
 Summary:Data analysis and visualization application
 License:BSD-3-Clause
 Group:  Productivity/Scientific/Physics
 Url:http://www.paraview.org
-Source0:
http://www.paraview.org/files/v%{major_ver}/ParaView-v%{version}-source.tar.gz
+Source0:
http://www.paraview.org/files/v%{major_ver}/ParaView-v%{version}.tar.gz
 Source1:%{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE paraview-default-qtstyle.patch badshah...@gmail.com -- 
Make paraview inherit default qt gui look and feel, instead of using the 
Plastique theme
 Patch0: paraview-default-qtstyle.patch
@@ -32,9 +32,10 @@
 Patch1: paraview-desktop-entry-fix.patch
 # PATCH-FIX-UPSTREAM paraview-fix-file-contains-date-time.patch 
badshah...@gmail.com -- Remove reference to __DATE__ and __TIME__ from source
 Patch2: paraview-fix-file-contains-date-time.patch
+Patch3: require-only-cmake-3_0.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  boost-devel
-BuildRequires:  cmake >= 2.8.8
+BuildRequires:  cmake >= 3.0
 BuildRequires:  desktop-file-utils
 BuildRequires:  doxygen
 BuildRequires:  gnuplot
@@ -110,10 +111,11 @@
 
 
 %prep
-%setup -q -n ParaView-v%{version}-source
+%setup -q -n ParaView-v%{version}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 # Prepare for gcc 4.9.0: work around gcc 4.9.0 regression

++ ParaView-v5.0.1-source.tar.gz -> ParaView-v5.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/paraview/ParaView-v5.0.1-source.tar.gz 
/work/SRC/openSUSE:Factory/.paraview.new/ParaView-v5.1.0.tar.gz differ: char 5, 
line 1

++ paraview-default-qtstyle.patch ++
--- /var/tmp/diff_new_pack.9GKRCk/_old  2016-06-25 02:22:43.0 +0200
+++ /var/tmp/diff_new_pack.9GKRCk/_new  2016-06-25 02:22:43.0 +0200
@@ -1,28 +1,20 @@
-Index: ParaView-v4.2.0-source/CMake/branded_paraview_main.cxx.in
-===
 ParaView-v4.2.0-source.orig/CMake/branded_paraview_main.cxx.in
-+++ ParaView-v4.2.0-source/CMake/branded_paraview_main.cxx.in
-@@ -48,7 +48,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBI
- #endif
- 
- #ifdef Q_WS_X11
--#include 
-+#include 
- #endif
- 
- #include 
-@@ -72,12 +72,12 @@ static bool checkenv(const char* vname)
+--- ParaView-v5.1.0_old/CMake/branded_paraview_main.cxx.in  2016-06-18 
11:39:09.0 -0400
 ParaView-v5.1.0/CMake/branded_paraview_main.cxx.in  2016-06-21 
08:01:39.384393053 -0400
+@@ -72,15 +72,15 @@
  
  int main(int argc, char* argv[])
  {
--#ifdef Q_WS_X11
-+// #ifdef Q_WS_X11
+-#if defined(Q_WS_X11) || defined(Q_OS_LINUX)
++// #if defined(Q_WS_X11) || defined(Q_OS_LINUX)
// Using motif style gives us test failures (and its ugly).
// Using cleanlooks style gives us errors when using valgrind (Trolltech's 
bug #179200)
// let's just use plastique for now
--  QApplication::setStyle(new QPlastiqueStyle);
+ 
+   // "plastique" is only available on Qt4, but this works just fine with Qt5 
too. Qt5 just uses the
+   // default style when QStyleFactory::create("plastique") return nullptr.
+-  QApplication::setStyle(QStyleFactory::create("plastique"));
 -#endif
-+  // QApplication::setStyle(new QPlastiqueStyle);
++//   

commit lmms for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package lmms for openSUSE:Factory checked in 
at 2016-06-25 02:21:15

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


Package is "lmms"

Changes:

--- /work/SRC/openSUSE:Factory/lmms/lmms.changes2016-03-01 
09:44:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.lmms.new/lmms.changes   2016-06-25 
02:22:03.0 +0200
@@ -1,0 +2,8 @@
+Sat Jun 18 22:19:53 UTC 2016 - o...@aepfle.de
+
+- Adjust indent to allow compile with gcc6 (bnc#985248)
+  lmms-code-indent.patch
+  lmms-code-macro.patch
+  lmms-code-min.patch
+
+---

New:

  lmms-code-indent.patch
  lmms-code-macro.patch
  lmms-code-min.patch



Other differences:
--
++ lmms.spec ++
--- /var/tmp/diff_new_pack.LSxpy8/_old  2016-06-25 02:22:04.0 +0200
+++ /var/tmp/diff_new_pack.LSxpy8/_new  2016-06-25 02:22:04.0 +0200
@@ -35,6 +35,9 @@
 # PATCH-FIX-OPENSUSE Some parts cannot be build because stk misses some files 
due to legal issues (bnc#761147)
 Patch4: lmms-1.0.0-crippled_stk.patch
 Patch5: lmms-carla.patch
+Patch6: lmms-code-indent.patch
+Patch7: lmms-code-min.patch
+Patch8: lmms-code-macro.patch
 
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
@@ -105,6 +108,9 @@
 %patch4 -p1
 %endif
 %patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
 
 %build
 mkdir build

++ lmms-code-indent.patch ++
---
 plugins/opl2/fmopl.c  |5 -
 plugins/zynaddsubfx/zynaddsubfx/src/UI/EnvelopeUI.fl  |6 --
 plugins/zynaddsubfx/zynaddsubfx/src/UI/ResonanceUI.fl |6 --
 src/core/drumsynth.cpp|7 +--
 4 files changed, 17 insertions(+), 7 deletions(-)

--- a/plugins/opl2/fmopl.c
+++ b/plugins/opl2/fmopl.c
@@ -653,7 +653,10 @@ static void init_timetables( FM_OPL *OPL
double rate;
 
/* make attack rate & decay rate tables */
-   for ( i = 0; i < 4; i++ ) OPL->AR_TABLE[i] = OPL->DR_TABLE[i] = 0; {
+   for ( i = 0; i < 4; i++ )
+   OPL->AR_TABLE[i] = OPL->DR_TABLE[i] = 0;
+   if (1)
+   {
for (i = 4; i <= 60; i++) {
rate  = OPL->freqbase;  
/* frequency rate */
if( i < 60 ) { 
--- a/plugins/zynaddsubfx/zynaddsubfx/src/UI/EnvelopeUI.fl
+++ b/plugins/zynaddsubfx/zynaddsubfx/src/UI/EnvelopeUI.fl
@@ -204,12 +204,14 @@ if (event==FL_RELEASE){
 
 if ((event==FL_DRAG)&&(currentpoint>=0)){
   int ny=127-(int) (y_*127.0/h());
-  if (ny<0) ny=0;if (ny>127) ny=127;
+  if (ny<0) ny=0;
+  if (ny>127) ny=127;
   env->Penvval[currentpoint]=ny;
 
   int dx=(int)((x_-cpx)*0.1);
   int newdt=cpdt+dx;
-  if (newdt<0) newdt=0;if (newdt>127) newdt=127;
+  if (newdt<0) newdt=0;
+  if (newdt>127) newdt=127;
   if (currentpoint!=0) env->Penvdt[currentpoint]=newdt;
  else env->Penvdt[currentpoint]=0;
 
--- a/plugins/zynaddsubfx/zynaddsubfx/src/UI/ResonanceUI.fl
+++ b/plugins/zynaddsubfx/zynaddsubfx/src/UI/ResonanceUI.fl
@@ -133,8 +133,10 @@ if ( (x_>=0)&&(x_=0)&&(y_=w()) x_=w();if (y_>=h()-1) y_=h()-1;
+  if (x_<0) x_=0;
+  if (y_<0) y_=0;
+  if (x_>=w()) x_=w();
+  if (y_>=h()-1) y_=h()-1;
 
   if ((oldx<0)||(oldx==x_)){
 int sn=(int)(x_*1.0/w()*N_RES_POINTS);
--- a/src/core/drumsynth.cpp
+++ b/src/core/drumsynth.cpp
@@ -155,7 +155,8 @@ float DrumSynth::waveform(float ph, int
  case 1: w = (float)fabs(2.0f*(float)sin(fmod(0.5f*ph,TwoPi)))-1.f; break; 
//sine^2
  case 2: while(ph1.f) w=2.f-w; break;
+ if(w>1.f) w=2.f-w;
+ break;
  case 3: w = ph - TwoPi * (float)(int)(ph / TwoPi);
//saw
  w = (0.3183098f * w) - 1.f;break; 
 
 default: w = (sin(fmod(ph,TwoPi))>0.0)? 1.f: -1.f;  break; 
//square
@@ -429,7 +430,9 @@ int DrumSynth::GetDSFileSamples(const ch
   strcpy(sec, "Distortion");
   chkOn[5] = GetPrivateProfileInt(sec,"On",0,dsfile); DiON = chkOn[5];
   DStep = 1 + GetPrivateProfileInt(sec,"Rate",0,dsfile);
-  if(DStep==7) DStep=20; if(DStep==6) DStep=10; if(DStep==5) DStep=8;
+  if(DStep==7) DStep=20;
+  if(DStep==6) DStep=10;
+  if(DStep==5) DStep=8;
 
   clippoint = 32700;
   DAtten = 1.0f;
++ lmms-code-macro.patch ++
include/versioninfo.h:2:21: error: invalid suffix on literal; C++11 requires a 
space between literal and string macro 

commit enlightenment-profiles-openSUSE for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package enlightenment-profiles-openSUSE for 
openSUSE:Factory checked in at 2016-06-25 02:22:15

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


Package is "enlightenment-profiles-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/enlightenment-profiles-openSUSE/enlightenment-profiles-openSUSE.changes
  2016-01-05 21:54:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.enlightenment-profiles-openSUSE.new/enlightenment-profiles-openSUSE.changes
 2016-06-25 02:22:35.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 22 02:35:02 UTC 2016 - sfl...@suse.de
+
+- boo#983953 alt-F4 and Ctrl-Alt-X keybindings don't match other 
+  desktops
+
+---

Old:

  enlightenment-profiles-openSUSE-20151022.tar.xz

New:

  enlightenment-profiles-openSUSE-20160622.tar.xz



Other differences:
--
++ enlightenment-profiles-openSUSE.spec ++
--- /var/tmp/diff_new_pack.Za3EUE/_old  2016-06-25 02:22:36.0 +0200
+++ /var/tmp/diff_new_pack.Za3EUE/_new  2016-06-25 02:22:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package enlightenment-profiles-openSUSE
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   enlightenment-profiles-openSUSE
-Version:20151022
+Version:20160622
 Release:0
-Summary:E17 openSUSE profiles
+Summary:Enlightenment openSUSE profiles
 License:BSD-2-Clause
 Group:  System/GUI/Other
-Url:https://github.com/sleep-walker/e17-openSUSE-profiles
+Url:https://github.com/simotek/enlightenment-openSUSE-profiles
 Source: enlightenment-profiles-openSUSE-%{version}.tar.xz
 BuildRequires:  eet
 # The profile needs default.edj, it presumes it is the right default.edj for 
the theme

++ enlightenment-profiles-openSUSE-20151022.tar.xz -> 
enlightenment-profiles-openSUSE-20160622.tar.xz ++
 7387 lines of diff (skipped)




commit libtorrent-rasterbar for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package libtorrent-rasterbar for 
openSUSE:Factory checked in at 2016-06-25 02:22:13

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


Package is "libtorrent-rasterbar"

Changes:

--- 
/work/SRC/openSUSE:Factory/libtorrent-rasterbar/libtorrent-rasterbar.changes
2016-06-07 23:49:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new/libtorrent-rasterbar.changes
   2016-06-25 02:22:33.0 +0200
@@ -1,0 +2,13 @@
+Tue Jun 21 18:33:03 UTC 2016 - aloi...@gmx.com
+
+- Added explicit linking of libboost_devel for aarch64, see
+  https://svn.boost.org/trac/boost/ticket/9041
+
+---
+Mon Jun 20 12:24:04 UTC 2016 - aloi...@gmx.com
+
+- Updated version requirement for boost-devel
+  and added -std=c++11 in CXXFLAGS to address
+  a build problem with qbittorrent 3.3.5
+
+---



Other differences:
--
++ libtorrent-rasterbar.spec ++
--- /var/tmp/diff_new_pack.5Tux2c/_old  2016-06-25 02:22:34.0 +0200
+++ /var/tmp/diff_new_pack.5Tux2c/_new  2016-06-25 02:22:34.0 +0200
@@ -32,7 +32,7 @@
 Patch0: %{name}-1.1.0-remove-x86-only-flag.patch
 # PATCH-FIX-UPSTREAM libtorrent-rasterbar-1.1.0-fix-invalid-input-crash.patch 
boo#983228 -- Fix crash on invalid input in http_parser (commit 3624ce6).
 Patch1: %{name}-1.1.0-fix-invalid-input-crash.patch
-BuildRequires:  boost-devel >= 1.47
+BuildRequires:  boost-devel >= 1.54
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
@@ -135,8 +135,12 @@
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
-export CXXFLAGS="$CFLAGS"
+export CXXFLAGS="$CFLAGS -std=c++11"
 export LDFLAGS="%{optflags} -lrt"
+# Some architectures require explicit linking of libboost_atomic on 1.55 and 
older.
+%ifarch aarch64
+export LIBS="-lboost_atomic"
+%endif
 
 %global _configure ../configure
 %if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120200 && 
0%{?is_opensuse})




commit nss-pam-ldapd for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package nss-pam-ldapd for openSUSE:Factory 
checked in at 2016-06-25 02:22:11

Comparing /work/SRC/openSUSE:Factory/nss-pam-ldapd (Old)
 and  /work/SRC/openSUSE:Factory/.nss-pam-ldapd.new (New)


Package is "nss-pam-ldapd"

Changes:

--- /work/SRC/openSUSE:Factory/nss-pam-ldapd/nss-pam-ldapd.changes  
2016-06-19 10:49:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.nss-pam-ldapd.new/nss-pam-ldapd.changes 
2016-06-25 02:22:31.0 +0200
@@ -1,0 +2,26 @@
+Tue Jun 21 12:20:20 UTC 2016 - jeng...@inai.de
+
+- Do not suppress errors from useradd/groupadd.
+  Reduce dependencies for it.
+
+---
+Fri Jun 17 11:59:06 UTC 2016 - mvet...@suse.com
+
+- Explicityly disable nslcd-utils otherwise it will auto-enable them
+  if python is present. This can lead to different builds depending on
+  environment. And creation of files %{_datadir}/nslcd-utils/*.py?
+  %{_bindir}/chsh.ldap, %{_bindir}/getent.ldap
+
+---
+Thu Jun 16 10:46:01 UTC 2016 - mvet...@suse.com
+
+- Package all installed files
+
+---
+Thu Jun 16 09:17:21 UTC 2016 - mvet...@suse.com
+
+- Create user and group nslcd.
+- Remove nslcd-user-conf.dif:
+  It shouldn't be run as root.
+
+---

Old:

  nslcd-user-conf.dif



Other differences:
--
++ nss-pam-ldapd.spec ++
--- /var/tmp/diff_new_pack.atrIQJ/_old  2016-06-25 02:22:32.0 +0200
+++ /var/tmp/diff_new_pack.atrIQJ/_new  2016-06-25 02:22:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nss-pam-ldapd
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
 License:LGPL-2.1+
 Group:  Productivity/Networking/LDAP/Clients
 Url:http://arthurdejong.org/nss-ldapd/
-PreReq: /bin/chmod
+Requires(pre):  shadow
 Conflicts:  nss_ldap pam_ldap
 Obsoletes:  nss-ldapd < %{version}-%{release}
 Provides:   nss-ldapd = %{version}-%{release}
@@ -36,7 +36,6 @@
 Source1:baselibs.conf
 Source2:nslcd.service
 Source100:  nss-pam-ldapd-rpmlintrc
-Patch0: nslcd-user-conf.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -53,14 +52,14 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{?suse_update_config:%{suse_update_config -f}}
 autoreconf
 export CPPFLAGS="-I/usr/include/sasl"
 %configure --libdir=/%{_lib} \
-   --with-pam-seclib-dir=/%{_lib}/security
+   --with-pam-seclib-dir=/%{_lib}/security \
+   --disable-utils
 make %{?_smp_mflags}
 
 %install
@@ -70,6 +69,11 @@
 ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rcnslcd
 
 %pre
+# creating groupd and user nslcd
+%{_bindir}/getent group nslcd >/dev/null || %{_sbindir}/groupadd -r nslcd
+%{_bindir}/getent passwd nslcd >/dev/null || \
+  %{_sbindir}/useradd -r -g nslcd -d / -s /sbin/nologin \
+  -c "nslcd ldap user" nslcd
 %service_add_pre nslcd.service
 
 %post




commit wxWidgets for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package wxWidgets for openSUSE:Factory 
checked in at 2016-06-25 02:21:57

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


Package is "wxWidgets"

Changes:

--- /work/SRC/openSUSE:Factory/wxWidgets/wxWidgets-ansi.changes 2014-08-14 
14:57:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxWidgets.new/wxWidgets-ansi.changes
2016-06-25 02:22:17.0 +0200
@@ -1,0 +2,7 @@
+Sat Jun 18 18:04:53 UTC 2016 - i...@marguerite.su
+
+- add patch: wxWidgets-2.8.12-gcc6.patch
+  * fix FTBFS: gcc6 narrowing conversion from int to char inside {}
+  * original patch from  for fedora project 
+
+---
--- /work/SRC/openSUSE:Factory/wxWidgets/wxWidgets-wxcontainer.changes  
2014-08-14 14:57:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxWidgets.new/wxWidgets-wxcontainer.changes 
2016-06-25 02:22:17.0 +0200
@@ -1,0 +2,7 @@
+Sat Jun 18 18:05:08 UTC 2016 - i...@marguerite.su
+
+- add patch: wxWidgets-2.8.12-gcc6.patch
+  * fix FTBFS: gcc6 narrowing conversion from int to char inside {}
+  * original patch from  for fedora project 
+
+---
--- /work/SRC/openSUSE:Factory/wxWidgets/wxWidgets-wxcontainer24c.changes   
2014-08-14 14:57:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxWidgets.new/wxWidgets-wxcontainer24c.changes  
2016-06-25 02:22:18.0 +0200
@@ -1,0 +2,7 @@
+Sat Jun 18 18:05:23 UTC 2016 - i...@marguerite.su
+
+- add patch: wxWidgets-2.8.12-gcc6.patch
+  * fix FTBFS: gcc6 narrowing conversion from int to char inside {}
+  * original patch from  for fedora project
+
+---
--- /work/SRC/openSUSE:Factory/wxWidgets/wxWidgets.changes  2014-08-14 
14:57:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxWidgets.new/wxWidgets.changes 2016-06-25 
02:22:19.0 +0200
@@ -1,0 +2,7 @@
+Sat Jun 18 18:03:04 UTC 2016 - i...@marguerite.su
+
+- add patch: wxWidgets-2.8.12-gcc6.patch
+  * fix FTBFS: gcc6 narrowing conversion from int to char inside {}
+  * original patch from  for fedora project
+
+---

New:

  wxWidgets-2.8.12-gcc6.patch



Other differences:
--
++ wxWidgets-ansi.spec ++
--- /var/tmp/diff_new_pack.DilCp2/_old  2016-06-25 02:22:21.0 +0200
+++ /var/tmp/diff_new_pack.DilCp2/_new  2016-06-25 02:22:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wxWidgets-ansi
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -116,6 +116,8 @@
 Patch4: wxWidgets-find-wx-provides-bash3.patch
 # PATCH-FIX-UPSTREAM wxWidgets-to-wxpython-2.8.12.1.patch sbra...@suse.cz -- 
wxPython changes backport.
 Patch5: wxWidgets-to-wxpython-2.8.12.1.patch
+# PATCH-FIX-UPSTREAM  FTBFS gcc6: narrowing conversion from int 
to char inside {}
+Patch6: wxWidgets-2.8.12-gcc6.patch
 Source50:   baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  SDL-devel
@@ -765,6 +767,7 @@
 %patch4
 %endif
 %patch5 -p1
+%patch6 -p1
 chmod +x find-wx-provides find-wx-requires
 %if %ENABLE_STL
 # Remove sources of deprecated libraries that don't compile with STL.

wxWidgets-wxcontainer.spec: same change
wxWidgets-wxcontainer24c.spec: same change
++ wxWidgets.spec ++
--- /var/tmp/diff_new_pack.DilCp2/_old  2016-06-25 02:22:21.0 +0200
+++ /var/tmp/diff_new_pack.DilCp2/_new  2016-06-25 02:22:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wxWidgets
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -116,6 +116,8 @@
 Patch4: wxWidgets-find-wx-provides-bash3.patch
 # PATCH-FIX-UPSTREAM wxWidgets-to-wxpython-2.8.12.1.patch sbra...@suse.cz -- 
wxPython changes backport.
 Patch5: wxWidgets-to-wxpython-2.8.12.1.patch
+# PATCH-FIX-UPSTREAM  FTBFS gcc6: narrowing conversion from int 
to char inside {}
+Patch6: wxWidgets-2.8.12-gcc6.patch
 Source50:   baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  

commit smplayer for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package smplayer for openSUSE:Factory 
checked in at 2016-06-25 02:21:52

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


Package is "smplayer"

Changes:

--- /work/SRC/openSUSE:Factory/smplayer/smplayer.changes2016-06-14 
23:08:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.smplayer.new/smplayer.changes   2016-06-25 
02:22:15.0 +0200
@@ -1,0 +2,9 @@
+Mon Jun 20 20:36:30 UTC 2016 - sor.ale...@meowr.ru
+
+- Add smplayer-16.6.0-colour-scheme.patch from upstream: don't
+  change colour pallete.
+- Build with Qt5 for openSUSE 13.2.
+- Drop KDE 4 support in Qt4 builds as well: will be removed
+  completely in the next version.
+
+---

New:

  smplayer-16.6.0-colour-scheme.patch



Other differences:
--
++ smplayer.spec ++
--- /var/tmp/diff_new_pack.uBBcHj/_old  2016-06-25 02:22:16.0 +0200
+++ /var/tmp/diff_new_pack.uBBcHj/_new  2016-06-25 02:22:16.0 +0200
@@ -32,10 +32,12 @@
 Patch2: %{name}-simple-resize.patch
 # PATCH-FIX-UPSTREAM smplayer-add_kde_protocols_to_desktop_file.patch -- To 
play network shared video correctly: #PM-48.
 Patch3: %{name}-add_kde_protocols_to_desktop_file.patch
+# PATCH-FIX-UPSTREAM smplayer-16.6.0-colour-scheme.patch 
r...@users.sourceforge.net -- Don't change colour pallete.
+Patch4: %{name}-16.6.0-colour-scheme.patch
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libstdc++-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
 # Either mpv >= 0.6.2 or MPlayer >= 1.0rc4_r32607.
@@ -43,11 +45,13 @@
 Recommends: smplayer-lang
 Recommends: smplayer-skins
 Suggests:   smplayer-themes
+# smplayer-core and smplayer-qt5 was last used in openSUSE 13.2.
 Provides:   smplayer-core = %{version}
+Obsoletes:  smplayer-core < %{version}
 Provides:   smplayer-qt5 = %{version}
 Obsoletes:  smplayer-qt5 < %{version}
 Obsoletes:  smplayer-qt5-lang < %{version}
-%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120100
+%if 0%{?suse_version} >= 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
 BuildRequires:  libQt5Gui-private-headers-devel
 BuildRequires:  libqt5-qttools-devel
 BuildRequires:  pkgconfig(Qt5Concurrent)
@@ -62,7 +66,6 @@
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5Xml)
 %else
-BuildRequires:  libkde4-devel
 BuildRequires:  libqt4-devel
 %endif
 
@@ -85,6 +88,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 # Fix CRLF in .txt files.
 sed -i 's/\r$//' *.txt
@@ -104,22 +108,17 @@
 %build
 make \
   MAKEFLAGS="%{?_smp_mflags}" \
-  PREFIX=%{_prefix}   \
-%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120100
+%if 0%{?suse_version} >= 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
   QMAKE=%{_libqt5_bindir}/qmake   \
-  LRELEASE=%{_libqt5_bindir}/lrelease
+  LRELEASE=%{_libqt5_bindir}/lrelease  \
 %else
-  KDE_SUPPORT=1
+  QMAKE=%{_libdir}/qt4/bin/qmake   \
+  LRELEASE=%{_libdir}/qt4/bin/lrelease \
 %endif
+  PREFIX=%{_prefix}
 
 %install
 %make_install \
-%if 0%{?suse_version} <= 1320 && 0%{?sle_version} < 120100
-  KDE_PREFIX=%{_prefix}   \
-  DOC_PATH=%{_docdir}/%{name} \
-  KDE_INCLUDE_PATH=%{_includedir} \
-  KDE_LIB_PATH=%{_libdir} \
-%endif
   PREFIX=%{_prefix}   \
   DOC_PATH=%{_docdir}/%{name}
 

++ smplayer-16.6.0-colour-scheme.patch ++
--- a/src/basegui.cpp
+++ b/src/basegui.cpp
@@ -5617,7 +5617,9 @@ void BaseGui::applyStyles() {
qDebug() << "BaseGui::applyStyles: style:" << style;
if (!style.isEmpty()) {
qApp->setStyle(style);
+#ifdef Q_OS_WIN
qApp->setPalette(qApp->style()->standardPalette());
+#endif
}
 #endif
 }



commit xrootd for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package xrootd for openSUSE:Factory checked 
in at 2016-06-25 02:21:18

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


Package is "xrootd"

Changes:

--- /work/SRC/openSUSE:Factory/xrootd/xrootd.changes2014-06-25 
21:20:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.xrootd.new/xrootd.changes   2016-06-25 
02:22:04.0 +0200
@@ -1,0 +2,11 @@
+Sun Jun 19 11:57:32 UTC 2016 - b...@vdm-design.de
+
+- Fix compilation with GCC6 in Tumbleweed, by applying patch
+  xrootd-gcc6-fix.patch
+  Patch taken from https://sft.its.cern.ch/jira/browse/ROOT-8184
+  Fix is included in upstream version 4.3.0. We do not update to
+  this version, as other packages that use xrootd do not compile
+  against versions >= 4.0
+- Fixes bnc#985167
+
+---

New:

  xrootd-gcc6-fix.patch



Other differences:
--
++ xrootd.spec ++
--- /var/tmp/diff_new_pack.WjsHgs/_old  2016-06-25 02:22:06.0 +0200
+++ /var/tmp/diff_new_pack.WjsHgs/_new  2016-06-25 02:22:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xrootd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,8 @@
 Source2:cmsd
 Source3:frm_xfrd
 Source4:frm_purged
+# PATCH-FIX-OPENSUSE xrootd-gcc6-fix.patch bnc#985167 -- fixes build with 
gcc6, patch included in upstream version 4.3.0
+Patch0: xrootd-gcc6-fix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake >= 2.8
 BuildRequires:  fdupes
@@ -46,6 +48,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1
 
 %build
 mkdir build

++ xrootd-gcc6-fix.patch ++
>From 96dcf7b6a2a4ec79716c36dd61f458448d52b29f Mon Sep 17 00:00:00 2001
From: Mattias Ellert 
Date: Sun, 14 Feb 2016 00:11:58 +0100
Subject: [PATCH 1/2] Don't throw exceptions in destructors

---
 src/XrdSys/XrdSysPthread.hh | 18 +-
 src/XrdSys/XrdSysXSLock.cc  |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/XrdSys/XrdSysPthread.hh b/src/XrdSys/XrdSysPthread.hh
index 5132530..57b9d09 100644
--- a/src/XrdSys/XrdSysPthread.hh
+++ b/src/XrdSys/XrdSysPthread.hh
@@ -119,9 +119,9 @@ inline void UnLock() {if (cnd) {cnd->UnLock(); cnd = 0;}}
  {if (CndVar) CndVar->Lock();
   cnd = CndVar;
  }
-XrdSysCondVarHelper(XrdSysCondVar ) {
-CndVar.Lock();
-cnd = 
+XrdSysCondVarHelper(XrdSysCondVar )
+ {CndVar.Lock();
+  cnd = 
  }
 
~XrdSysCondVarHelper() {if (cnd) UnLock();}
@@ -204,9 +204,9 @@ inline void UnLock() {if (mtx) {mtx->UnLock(); mtx = 0;}}
  {if (mutex) mutex->Lock();
   mtx = mutex;
  }
-XrdSysMutexHelper(XrdSysMutex ) {
-mutex.Lock();
-mtx = 
+XrdSysMutexHelper(XrdSysMutex )
+ {mutex.Lock();
+  mtx = 
  }
 
~XrdSysMutexHelper() {if (mtx) UnLock();}
@@ -350,11 +350,11 @@ inline void Wait() {while (sem_wait(_semaphore))
 
   XrdSysSemaphore(int semval=1, const char * =0)
{if (sem_init(_semaphore, 0, semval))
-  {throw "sem_init() failed";}
+   {throw "sem_init() failed";}
}
  ~XrdSysSemaphore() {if (sem_destroy(_semaphore))
-   {throw "sem_destroy() failed";}
-   }
+{/* throw "sem_destroy() failed"; */}
+}
 
 private:
 
diff --git a/src/XrdSys/XrdSysXSLock.cc b/src/XrdSys/XrdSysXSLock.cc
index 3a4df53..5260c36 100644
--- a/src/XrdSys/XrdSysXSLock.cc
+++ b/src/XrdSys/XrdSysXSLock.cc
@@ -43,7 +43,7 @@ XrdSysXSLock::~XrdSysXSLock()
LockContext.Lock();
if (cur_count || shr_wait || exc_wait)
   {LockContext.UnLock();
-   throw "XSLock_delete: Lock object is still active.";
+   /* throw "XSLock_delete: Lock object is still active."; */
   }
LockContext.UnLock();
 }

>From e7e400c5f4f09df1ad36884c34ae0f350d1c5be2 Mon Sep 17 00:00:00 2001
From: Mattias Ellert 
Date: Sun, 14 Feb 2016 08:11:29 +0100
Subject: [PATCH 2/2] Call abort() instead

---
 

commit shake for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package shake for openSUSE:Factory checked 
in at 2016-06-25 02:21:06

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  2016-06-14 
23:08:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.shake.new/shake.changes 2016-06-25 
02:21:56.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 15 09:23:40 UTC 2016 - mimi...@gmail.com
+
+- update to 0.15.10
+* fix phony names which clash with directories
+
+---

Old:

  shake-0.15.9.tar.gz

New:

  shake-0.15.10.tar.gz



Other differences:
--
++ shake.spec ++
--- /var/tmp/diff_new_pack.LQcEGB/_old  2016-06-25 02:21:57.0 +0200
+++ /var/tmp/diff_new_pack.LQcEGB/_new  2016-06-25 02:21:57.0 +0200
@@ -19,7 +19,7 @@
 %global pkg_name shake
 %bcond_with tests
 Name:   shake
-Version:0.15.9
+Version:0.15.10
 Release:0
 Summary:Build system library, like Make, but more accurate dependencies
 Group:  Development/Languages/Other

++ shake-0.15.9.tar.gz -> shake-0.15.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shake-0.15.9/CHANGES.txt 
new/shake-0.15.10/CHANGES.txt
--- old/shake-0.15.9/CHANGES.txt2016-06-12 14:05:32.0 +0200
+++ new/shake-0.15.10/CHANGES.txt   2016-06-14 21:09:43.0 +0200
@@ -1,5 +1,7 @@
 Changelog for Shake
 
+0.15.10
+#465, fix phony names which clash with directories
 0.15.9
 Documentation tweaks
 Optimise the thread pool
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shake-0.15.9/shake.cabal 
new/shake-0.15.10/shake.cabal
--- old/shake-0.15.9/shake.cabal2016-06-12 14:05:32.0 +0200
+++ new/shake-0.15.10/shake.cabal   2016-06-14 21:09:43.0 +0200
@@ -1,7 +1,7 @@
 cabal-version:  >= 1.10
 build-type: Simple
 name:   shake
-version:0.15.9
+version:0.15.10
 license:BSD3
 license-file:   LICENSE
 category:   Development, Shake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shake-0.15.9/src/Development/Shake/FileInfo.hs 
new/shake-0.15.10/src/Development/Shake/FileInfo.hs
--- old/shake-0.15.9/src/Development/Shake/FileInfo.hs  2016-06-12 
14:05:32.0 +0200
+++ new/shake-0.15.10/src/Development/Shake/FileInfo.hs 2016-06-14 
21:09:43.0 +0200
@@ -3,7 +3,7 @@
 module Development.Shake.FileInfo(
 FileInfo, fileInfoEq, fileInfoNeq,
 FileSize, ModTime, FileHash,
-getFileHash, getFileInfo
+getFileHash, getFileInfo, getFileInfoNoDirErr
 ) where
 
 import Control.Exception.Extra
@@ -83,10 +83,17 @@
 
 
 getFileInfo :: BSU -> IO (Maybe (ModTime, FileSize))
+getFileInfo = getFileInfoEx True
+
+getFileInfoNoDirErr :: BSU -> IO (Maybe (ModTime, FileSize))
+getFileInfoNoDirErr = getFileInfoEx False
+
+
+getFileInfoEx :: Bool -> BSU -> IO (Maybe (ModTime, FileSize))
 
 #if defined(PORTABLE)
 -- Portable fallback
-getFileInfo x = handleBool isDoesNotExistError (const $ return Nothing) $ do
+getFileInfoEx direrr x = handleBool isDoesNotExistError (const $ return 
Nothing) $ do
 let file = unpackU x
 time <- getModificationTime file
 size <- withFile file ReadMode hFileSize
@@ -102,14 +109,14 @@
 
 #elif defined(mingw32_HOST_OS)
 -- Directly against the Win32 API, twice as fast as the portable version
-getFileInfo x = BS.useAsCString (unpackU_ x) $ \file ->
+getFileInfoEx direrr x = BS.useAsCString (unpackU_ x) $ \file ->
 alloca_WIN32_FILE_ATTRIBUTE_DATA $ \fad -> do
 res <- c_GetFileAttributesExA file 0 fad
 code <- peekFileAttributes fad
 let peek = do
 code <- peekFileAttributes fad
 if testBit code 4 then
-errorDirectoryNotFile $ unpackU x
+(if direrr then errorDirectoryNotFile $ unpackU x else 
return Nothing)
  else
 join $ liftM2 result (peekLastWriteTimeLow fad) 
(peekFileSizeLow fad)
 if res then
@@ -150,10 +157,10 @@
 
 #else
 -- Unix version
-getFileInfo x = handleBool isDoesNotExistError (const $ return Nothing) $ do
+getFileInfoEx direrr x = handleBool isDoesNotExistError (const $ return 
Nothing) $ do
 s <- getFileStatus $ unpackU_ x
 if isDirectory s then
-errorDirectoryNotFile $ unpackU x
+(if direrr then errorDirectoryNotFile $ unpackU x else return Nothing)
  else
 result 

commit osc for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package osc for openSUSE:Factory checked in 
at 2016-06-25 02:21:25

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


Package is "osc"

Changes:

--- /work/SRC/openSUSE:Factory/osc/osc.changes  2016-04-12 19:38:34.0 
+0200
+++ /work/SRC/openSUSE:Factory/.osc.new/osc.changes 2016-06-25 
02:22:09.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 10 12:09:42 UTC 2016 - suse-...@gmx.de
+
+- make a noarch package if suse_version >= 1120 (since 1120 python
+  noarch packages are supported)
+
+---



Other differences:
--
++ osc.spec ++
--- /var/tmp/diff_new_pack.xR7a8p/_old  2016-06-25 02:22:10.0 +0200
+++ /var/tmp/diff_new_pack.xR7a8p/_new  2016-06-25 02:22:10.0 +0200
@@ -32,7 +32,7 @@
 Requires:   python-urlgrabber
 %endif
 BuildRequires:  python-devel
-%if 0%{?mandriva_version}
+%if 0%{?mandriva_version} || 0%{?mageia}
 BuildRequires:  python-rpm
 Requires:   python-rpm
 %else
@@ -48,7 +48,7 @@
 BuildRequires:  python-xml
 Requires:   python-xml
 %endif
-%if 0%{?suse_version} > 1110
+%if 0%{?suse_version} >= 1120
 BuildArch:  noarch
 %endif
 %if 0%{?suse_version} > 1000
@@ -64,6 +64,9 @@
 Recommends: obs-service-format_spec_file
 Recommends: obs-service-source_validator
 %endif
+%else
+# non-suse
+BuildArch:  noarch
 %endif
 # needed for storing credentials in kwallet/gnome-keyring
 %if 0%{?suse_version} > 1000 || 0%{?mandriva_version} || 0%{?mdkversion}
@@ -77,7 +80,7 @@
 BuildRequires:  python-elementtree
 Requires:   python-elementtree
 %endif
-%if 0%{?suse_version}%{?mandriva_version}
+%if 0%{?suse_version} || 0%{?mandriva_version} || 0%{?mageia}
 BuildRequires:  python-m2crypto
 Requires:   python-m2crypto > 0.19
 %else




commit ghc-generic-deriving for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package ghc-generic-deriving for 
openSUSE:Factory checked in at 2016-06-25 02:20:55

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


Package is "ghc-generic-deriving"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-generic-deriving/ghc-generic-deriving.changes
2016-06-07 23:46:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-generic-deriving.new/ghc-generic-deriving.changes
   2016-06-25 02:21:49.0 +0200
@@ -1,0 +2,9 @@
+Sun Jun 19 14:47:57 UTC 2016 - mimi...@gmail.com
+
+- update to 1.10.5
+* Apply an optimization to generated to(1)/from(1) instances that factors
+out common occurrences of M1
+* Export internal typeclass names
+* Fix Haddock issues with GHC 7.8
+
+---

Old:

  generic-deriving-1.10.4.1.tar.gz

New:

  generic-deriving-1.10.5.tar.gz



Other differences:
--
++ ghc-generic-deriving.spec ++
--- /var/tmp/diff_new_pack.XkSjQp/_old  2016-06-25 02:21:50.0 +0200
+++ /var/tmp/diff_new_pack.XkSjQp/_new  2016-06-25 02:21:50.0 +0200
@@ -18,7 +18,7 @@
 %global pkg_name generic-deriving
 
 Name:   ghc-%{pkg_name}
-Version:1.10.4.1
+Version:1.10.5
 Release:0
 Summary:Generic programming library for generalised deriving
 Group:  System/Libraries

++ generic-deriving-1.10.4.1.tar.gz -> generic-deriving-1.10.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/generic-deriving-1.10.4.1/CHANGELOG.md 
new/generic-deriving-1.10.5/CHANGELOG.md
--- old/generic-deriving-1.10.4.1/CHANGELOG.md  2016-04-13 15:20:14.0 
+0200
+++ new/generic-deriving-1.10.5/CHANGELOG.md2016-06-19 01:54:56.0 
+0200
@@ -1,3 +1,10 @@
+# 1.10.5
+* Apply an optimization to generated `to(1)`/`from(1)` instances that factors 
out
+  common occurrences of `M1`. See
+  
http://git.haskell.org/ghc.git/commit/9649fc0ae45e006c2ed54cc5ea2414158949fadb
+* Export internal typeclass names
+* Fix Haddock issues with GHC 7.8
+
 # 1.10.4.1
 * Fix Haddock parsing issue on GHC 8.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/generic-deriving-1.10.4.1/generic-deriving.cabal 
new/generic-deriving-1.10.5/generic-deriving.cabal
--- old/generic-deriving-1.10.4.1/generic-deriving.cabal2016-04-13 
15:20:14.0 +0200
+++ new/generic-deriving-1.10.5/generic-deriving.cabal  2016-06-19 
01:54:56.0 +0200
@@ -1,5 +1,5 @@
 name:   generic-deriving
-version:1.10.4.1
+version:1.10.5
 synopsis:   Generic programming library for generalised deriving.
 description:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/generic-deriving-1.10.4.1/src/Generics/Deriving/Copoint.hs 
new/generic-deriving-1.10.5/src/Generics/Deriving/Copoint.hs
--- old/generic-deriving-1.10.4.1/src/Generics/Deriving/Copoint.hs  
2016-04-13 15:20:14.0 +0200
+++ new/generic-deriving-1.10.5/src/Generics/Deriving/Copoint.hs
2016-06-19 01:54:56.0 +0200
@@ -14,10 +14,13 @@
 
 module Generics.Deriving.Copoint (
   -- * GCopoint class
-GCopoint(..),
+GCopoint(..)
 
   -- * Default method
-  gcopointdefault
+  , gcopointdefault
+
+  -- * Internal class
+  , GCopoint'(..)
 
   ) where
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/generic-deriving-1.10.4.1/src/Generics/Deriving/Enum.hs 
new/generic-deriving-1.10.5/src/Generics/Deriving/Enum.hs
--- old/generic-deriving-1.10.4.1/src/Generics/Deriving/Enum.hs 2016-04-13 
15:20:14.0 +0200
+++ new/generic-deriving-1.10.5/src/Generics/Deriving/Enum.hs   2016-06-19 
01:54:56.0 +0200
@@ -24,6 +24,9 @@
   -- * Default definitions for GEnum
   , genumDefault, toEnumDefault, fromEnumDefault
 
+  -- * Internal enum class
+  , Enum'(..)
+
   -- * Generic Ix class
   , GIx(..)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/generic-deriving-1.10.4.1/src/Generics/Deriving/Eq.hs 
new/generic-deriving-1.10.5/src/Generics/Deriving/Eq.hs
--- old/generic-deriving-1.10.4.1/src/Generics/Deriving/Eq.hs   2016-04-13 
15:20:14.0 +0200
+++ new/generic-deriving-1.10.5/src/Generics/Deriving/Eq.hs 2016-06-19 
01:54:56.0 +0200
@@ -19,12 +19,15 @@
 #include "HsBaseConfig.h"
 
 module Generics.Deriving.Eq (
-  -- * Generic show class
+  -- * Generic Eq class
 GEq(..)
 
   -- * Default definition
   , geqdefault
 
+  -- * 

commit python3-xlrd for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package python3-xlrd for openSUSE:Factory 
checked in at 2016-06-25 02:20:46

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


Package is "python3-xlrd"

Changes:

--- /work/SRC/openSUSE:Factory/python3-xlrd/python3-xlrd.changes
2016-05-25 21:26:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-xlrd.new/python3-xlrd.changes   
2016-06-25 02:21:45.0 +0200
@@ -1,0 +2,37 @@
+Sun Jun 19 15:05:38 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * use setuptools
+  * README.html -> REAMDE.md
+
+- update to version 1.0.0:
+  * Use panci to update tox.ini
+  * remove python versions that don't work under our travis setup.
+  * Use Travis to do releases.
+  * dev requirements.
+  * Just use setuptools, like everyone else ;-)
+  * Fix xlsx sheet->comments relationship
+  * ignore virtualenv stuff.
+  * Peek with context manager
+  * Fix for  inlineStr attribute without  child.
+  * Remove misleading comment (fixed #162)
+  * Uniform empty cell value (always unicode string) for Python2 and
+Python3 (fixes #159)
+  * Add tests for types of cell values
+  * Add test case for empty cell #159
+  * Update README.md
+  * Add pypy, pypy3, and 3.5 to Travis
+  * Fix sheet lookup key error.
+  * Fix unequal row lengths.
+  * support files with missing WINDOW2 record
+  * support BIFF4 files with missing FORMAT records
+  * add supported python environments in tox.ini
+  * update supported python versions in README
+  * Delete README.html
+  * converted html readme to GitHub markdown
+  * NoneType zoom variable causes crash
+  * Document chi, rhi in merged cells are exclusive
+  * fix parsing of bad dimensions
+  * #85 fix XLRD fails to open valid excel (.xls) file
+
+---
@@ -7 +43,0 @@
-

Old:

  xlrd-0.9.4.tar.gz

New:

  xlrd-1.0.0.tar.gz



Other differences:
--
++ python3-xlrd.spec ++
--- /var/tmp/diff_new_pack.sPzUtF/_old  2016-06-25 02:21:46.0 +0200
+++ /var/tmp/diff_new_pack.sPzUtF/_new  2016-06-25 02:21:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-xlrd
-Version:0.9.4
+Version:1.0.0
 Release:0
 Url:http://www.python-excel.org/
 Summary:Library for Developers to Extract Data From Microsoft Excel 
Spreadsheet Files
@@ -29,6 +29,7 @@
 BuildRequires:  python3
 BuildRequires:  python3-devel
 BuildRequires:  python3-nose
+BuildRequires:  python3-setuptools
 BuildArch:  noarch
 
 %description
@@ -51,7 +52,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.html
+%doc README.md
 %{_bindir}/runxlrd-python3
 %{python_sitelib}/*
 


++ xlrd-0.9.4.tar.gz -> xlrd-1.0.0.tar.gz ++
 2900 lines of diff (skipped)




commit ghc-http-client for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package ghc-http-client for openSUSE:Factory 
checked in at 2016-06-25 02:20:56

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


Package is "ghc-http-client"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-http-client/ghc-http-client.changes  
2016-04-22 16:25:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-http-client.new/ghc-http-client.changes 
2016-06-25 02:21:50.0 +0200
@@ -1,0 +2,10 @@
+Fri Jun 17 07:48:56 UTC 2016 - mimi...@gmail.com
+
+- update to 0.4.29
+* Changed the order of connecting a socket and tweaking a socket, such that 
+the socket tweaking callback now happen before connecting.
+* add setRequestIgnoreStatus
+* Added missing Host: HTTP header for https CONNECT
+* Fix: Redirects will be followed in httpRaw' when reusing a dead connection
+
+---

Old:

  http-client-0.4.28.tar.gz

New:

  http-client-0.4.29.tar.gz



Other differences:
--
++ ghc-http-client.spec ++
--- /var/tmp/diff_new_pack.JtkQBc/_old  2016-06-25 02:21:51.0 +0200
+++ /var/tmp/diff_new_pack.JtkQBc/_new  2016-06-25 02:21:51.0 +0200
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   ghc-http-client
-Version:0.4.28
+Version:0.4.29
 Release:0
 Summary:HTTP client engine, intended as a base layer 
 License:MIT

++ http-client-0.4.28.tar.gz -> http-client-0.4.29.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-client-0.4.28/ChangeLog.md 
new/http-client-0.4.29/ChangeLog.md
--- old/http-client-0.4.28/ChangeLog.md 2016-04-15 10:51:33.0 +0200
+++ new/http-client-0.4.29/ChangeLog.md 2016-06-16 14:06:36.0 +0200
@@ -1,3 +1,10 @@
+## 0.4.29
+
+* Changed the order of connecting a socket and tweaking a socket, such that 
the socket tweaking callback now happen before connecting.
+* add setRequestIgnoreStatus 
[#201](https://github.com/snoyberg/http-client/pull/201)
+* Added missing Host: HTTP header for https CONNECT 
[#192](https://github.com/snoyberg/http-client/pull/192)
+* Fix: Redirects will be followed in httpRaw' when reusing a dead connection 
[#195](https://github.com/snoyberg/http-client/issues/195)
+
 ## 0.4.28
 
 * Add support for including request method in URL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-client-0.4.28/Network/HTTP/Client/Connection.hs 
new/http-client-0.4.29/Network/HTTP/Client/Connection.hs
--- old/http-client-0.4.28/Network/HTTP/Client/Connection.hs2016-04-15 
10:51:33.0 +0200
+++ new/http-client-0.4.29/Network/HTTP/Client/Connection.hs2016-06-16 
14:06:36.0 +0200
@@ -41,7 +41,7 @@
 go bs0 id 0
   where
 go bs front total =
-case S.breakByte charLF bs of
+case S.break (== charLF) bs of
 (_, "") -> do
 let total' = total + S.length bs
 when (total' > 4096) $ throwIO OverlongHeaders
@@ -165,8 +165,8 @@
 (NS.sClose)
 (\sock -> do
 NS.setSocketOption sock NS.NoDelay 1
-NS.connect sock (NS.addrAddress addr)
 tweakSocket sock
+NS.connect sock (NS.addrAddress addr)
 socketConnection sock chunksize)
 
 firstSuccessful :: [NS.AddrInfo] -> (NS.AddrInfo -> IO a) -> IO a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-client-0.4.28/Network/HTTP/Client/Cookies.hs 
new/http-client-0.4.29/Network/HTTP/Client/Cookies.hs
--- old/http-client-0.4.28/Network/HTTP/Client/Cookies.hs   2016-04-15 
10:51:33.0 +0200
+++ new/http-client-0.4.29/Network/HTTP/Client/Cookies.hs   2016-06-16 
14:06:36.0 +0200
@@ -47,7 +47,7 @@
 Just (i, x') | BS.null x' && i >= 0 && i < 256 -> go (rest - 1) y
 _ -> False
   where
-(x, y') = BS.breakByte 46 bs -- period
+(x, y') = BS.break (== 46) bs -- period
 y = BS.drop 1 y'
 
 -- | This corresponds to the subcomponent algorithm entitled \"Domain 
Matching\" detailed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-client-0.4.28/Network/HTTP/Client/Core.hs 
new/http-client-0.4.29/Network/HTTP/Client/Core.hs
--- old/http-client-0.4.28/Network/HTTP/Client/Core.hs  2016-04-15 
10:51:33.0 +0200
+++ new/http-client-0.4.29/Network/HTTP/Client/Core.hs  2016-06-16 
14:06:36.0 +0200
@@ -113,8 +113,7 @@
 -- Connection was reused, and might have been closed. Try 

commit derby for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package derby for openSUSE:Factory checked 
in at 2016-06-25 02:21:47

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


Package is "derby"

Changes:

--- /work/SRC/openSUSE:Factory/derby/derby.changes  2015-08-01 
14:17:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.derby.new/derby.changes 2016-06-25 
02:22:12.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 20 14:11:08 UTC 2016 - pjano...@suse.de
+
+- Give javac more stack space for the build, so that it doesn't
+  fail pseudo-randomly (bsc#985388)
+
+---



Other differences:
--
++ derby.spec ++
--- /var/tmp/diff_new_pack.QEDKhG/_old  2016-06-25 02:22:13.0 +0200
+++ /var/tmp/diff_new_pack.QEDKhG/_new  2016-06-25 02:22:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package derby
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -99,6 +99,9 @@
 ln -sf $(build-classpath lucene/lucene-analyzers) 
tools/java/lucene-analyzers-common.jar
 ln -sf $(build-classpath lucene/xml-query-parser) 
tools/java/lucene-queryparser.jar
 
+# So that the build doesn't fail on a stack overflow
+export ANT_OPTS="-Xss2m"
+
 export CLASSPATH="$(build-classpath xerces-j2-xml-apis)"
 ant buildsource buildjars javadoc
 




commit ghc-wai-extra for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package ghc-wai-extra for openSUSE:Factory 
checked in at 2016-06-25 02:21:11

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-04-30 23:30:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-wai-extra.new/ghc-wai-extra.changes 
2016-06-25 02:21:59.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 17 06:33:09 UTC 2016 - mimi...@gmail.com
+
+- update to 3.0.15.2
+* Doc improvements
+
+---

Old:

  wai-extra-3.0.15.1.tar.gz

New:

  wai-extra-3.0.15.2.tar.gz



Other differences:
--
++ ghc-wai-extra.spec ++
--- /var/tmp/diff_new_pack.yIyWK4/_old  2016-06-25 02:22:00.0 +0200
+++ /var/tmp/diff_new_pack.yIyWK4/_new  2016-06-25 02:22:00.0 +0200
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   ghc-wai-extra
-Version:3.0.15.1
+Version:3.0.15.2
 Release:0
 Summary:Provides some basic WAI handlers and middleware
 License:MIT

++ wai-extra-3.0.15.1.tar.gz -> wai-extra-3.0.15.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wai-extra-3.0.15.1/ChangeLog.md 
new/wai-extra-3.0.15.2/ChangeLog.md
--- old/wai-extra-3.0.15.1/ChangeLog.md 2016-04-25 15:20:48.0 +0200
+++ new/wai-extra-3.0.15.2/ChangeLog.md 2016-06-16 13:53:10.0 +0200
@@ -1,3 +1,7 @@
+## 3.0.15.2
+
+* Doc improvements
+
 ## 3.0.15.1
 
 * don't use deprecated CRT functions on Windows 
[#544](https://github.com/yesodweb/wai/pull/544)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wai-extra-3.0.15.1/Network/Wai/Middleware/Gzip.hs 
new/wai-extra-3.0.15.2/Network/Wai/Middleware/Gzip.hs
--- old/wai-extra-3.0.15.1/Network/Wai/Middleware/Gzip.hs   2016-01-11 
18:14:32.0 +0100
+++ new/wai-extra-3.0.15.2/Network/Wai/Middleware/Gzip.hs   2016-06-16 
13:53:10.0 +0200
@@ -50,12 +50,23 @@
 , gzipCheckMime :: S.ByteString -> Bool
 }
 
-data GzipFiles = GzipIgnore | GzipCompress | GzipCacheFolder FilePath
+-- | Gzip behavior for files.
+data GzipFiles
+= GzipIgnore -- ^ Do not compress file responses.
+| GzipCompress -- ^ Compress files. Note that this may counteract
+   -- zero-copy response optimizations on some
+   -- platforms.
+| GzipCacheFolder FilePath -- ^ Compress files, caching them in
+   -- some directory.
 deriving (Show, Eq, Read)
 
+-- | Use default MIME settings; /do not/ compress files.
 instance Default GzipSettings where
 def = GzipSettings GzipIgnore defaultCheckMime
 
+-- | MIME types that will be compressed by default:
+-- @text/*@, @application/json@, @application/javascript@,
+-- @application/ecmascript@, @image/x-icon@.
 defaultCheckMime :: S.ByteString -> Bool
 defaultCheckMime bs =
 S8.isPrefixOf "text/" bs || bs' `Set.member` toCompress
@@ -73,9 +84,7 @@
 -- Analyzes the \"Accept-Encoding\" header from the client to determine
 -- if gzip is supported.
 --
--- Possible future enhancements:
---
--- * Only compress if the response is above a certain size.
+-- File responses will be compressed according to the 'GzipFiles' setting.
 gzip :: GzipSettings -> Middleware
 gzip set app env sendResponse = app env $ \res ->
 case res of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wai-extra-3.0.15.1/wai-extra.cabal 
new/wai-extra-3.0.15.2/wai-extra.cabal
--- old/wai-extra-3.0.15.1/wai-extra.cabal  2016-04-25 15:20:53.0 
+0200
+++ new/wai-extra-3.0.15.2/wai-extra.cabal  2016-06-16 13:53:10.0 
+0200
@@ -1,5 +1,5 @@
 Name:wai-extra
-Version: 3.0.15.1
+Version: 3.0.15.2
 Synopsis:Provides some basic WAI handlers and middleware.
 description:
   Provides basic WAI handler and middleware functionality:




commit python3-cryptography for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package python3-cryptography for 
openSUSE:Factory checked in at 2016-06-25 02:20:44

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


Package is "python3-cryptography"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-cryptography/python3-cryptography.changes
2016-06-13 21:55:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-cryptography.new/python3-cryptography.changes
   2016-06-25 02:21:44.0 +0200
@@ -1,0 +2,20 @@
+Sat Jun 18 19:00:08 UTC 2016 - a...@gmx.de
+
+- update to version 1.4:
+  * Support for OpenSSL 0.9.8 has been removed. Users on older
+versions of OpenSSL will need to upgrade.
+  * Added KBKDFHMAC.
+  * Added support for OpenSSH public key serialization.
+  * Added support for SHA-2 in RSA OAEP when using OpenSSL 1.0.2 or
+greater.
+  * Added “one shot” sign() and verify() methods to RSA keys.
+
+- changes from version 1.3.4:
+  * Added another OpenSSL function to the bindings to support an
+upcoming pyOpenSSL release.
+
+- changes from version 1.3.3:
+  * Added two new OpenSSL functions to the bindings to support an
+upcoming pyOpenSSL release.
+
+---

Old:

  cryptography-1.3.2.tar.gz
  cryptography-1.3.2.tar.gz.asc

New:

  cryptography-1.4.tar.gz
  cryptography-1.4.tar.gz.asc



Other differences:
--
++ python3-cryptography.spec ++
--- /var/tmp/diff_new_pack.UOd5G9/_old  2016-06-25 02:21:44.0 +0200
+++ /var/tmp/diff_new_pack.UOd5G9/_new  2016-06-25 02:21:44.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-cryptography
+# spec file for package python3-cryptography
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-cryptography
-Version:1.3.2
+Version:1.4
 Release:0
 Url:https://cryptography.io/en/latest/
 Summary:Python library which exposes cryptographic recipes and 
primitives
@@ -27,14 +27,14 @@
 Source1:
https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz.asc
 Source2:%{name}.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkgconfig(python3)
-BuildRequires:  pkgconfig(openssl)
-BuildRequires:  pkgconfig(libffi)
 BuildRequires:  python3-cffi >= 0.8
-BuildRequires:  python3-six >= 1.4.1
-BuildRequires:  python3-setuptools
-BuildRequires:  python3-pyasn1
 BuildRequires:  python3-idna
+BuildRequires:  python3-pyasn1
+BuildRequires:  python3-setuptools
+BuildRequires:  python3-six >= 1.4.1
+BuildRequires:  pkgconfig(libffi)
+BuildRequires:  pkgconfig(openssl)
+BuildRequires:  pkgconfig(python3)
 #test requirements
 BuildRequires:  python3-pytest
 %if %{?suse_version} == 1310
@@ -42,9 +42,9 @@
 Requires:  python3-enum34
 %endif
 Requires:  python3-cffi >= 0.8
-Requires:  python3-six >= 1.4.1
-Requires:  python3-pyasn1
 Requires:  python3-idna
+Requires:   python3-pyasn1
+Requires:   python3-six >= 1.4.1
 
 %description
 cryptography is a package designed to expose cryptographic

++ cryptography-1.3.2.tar.gz -> cryptography-1.4.tar.gz ++
 4751 lines of diff (skipped)




commit perl-PAR-Packer for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-PAR-Packer for openSUSE:Factory 
checked in at 2016-06-25 02:22:06

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


Package is "perl-PAR-Packer"

Changes:

--- /work/SRC/openSUSE:Factory/perl-PAR-Packer/perl-PAR-Packer-test.changes 
2014-05-17 21:43:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-PAR-Packer.new/perl-PAR-Packer-test.changes
2016-06-25 02:22:26.0 +0200
@@ -1,0 +2,101 @@
+Fri Jun 17 22:56:24 UTC 2016 - t...@libreoffice.org
+
+- Update to 1.033:
+  - Fix RT#114229: v1.32 still won't install on strawberry perl v5.22.2
+  - Drop the "re-exec myself" in myldr/internals.c
+  - Really suppress generation of myldr/MYMETA.* and don't install
+man pages for myldr/{Dynamic,Static}.pm
+
+- Update to 1.032:
+  - Unbreak PAR::Packer for Perl 5.23.9 and higher
+  - Fix RT#114155: Makefile.PL error - not loading ExtUtils::MakeMaker
+  - extract-embedded.pl: show starting offset of embedded files
+
+- Update to 1.031:
+  - Fix RT#113618: Strange issue with not packing libperl.dylib
+  - Implement namespace options for "-M" like ActiveState's perlapp
+  - Fix RT#113463: Fix spelling error in manpage
+
+- Update to 1.030:
+  - Fix RT#111455: unable to use -x and -u with pp
+  - Fix RT#110480: Unpacking exe: File exists
+  - Fix RT#111896: PAR Question Solaris 10
+  - file2c.pl: switch back from array of unsiged to (hex encoded) strings.
+  - Skip a test if Archive::Unzip::Burst is detected (this messes up expected
+mtimes for extracted files).
+  - Make a test work with early versions of Perl 5.8.x (x < 9) that have a bug
+with compiled regexes and the /m modifier.
+
+- Update to 1.029:
+  - Add option "-u" ("--unicode") to pp to explicitly package Unicode support
+  - Remove all references to http://par.perl.org/, doesn't exist anymore
+  - Remove Internals::PAR::CLEARSTACK
+
+- Update to 1.028:
+  - Fix RT#109123: v1.027 tests are not passed under windows
+
+- Update to 1.027:
+  - Add option -M Foo::Bar:: to pp (note the trailing double colon)
+  - Fix RT#109110: Incompatible with Module::ScanDeps 1.20
+
+- Update to 1.026:
+  - Fix RT#101800: [PATCH] Reinstate files to inc dir if deleted by external 
process
+  - Find the "\nPAR.pm\n" signature in a .par (or packed executable)
+  - Fix RT#104635 for PAR-Packer: IO error the first time an executable built 
by the packer
+  - Fix RT#104509: Problem signing PAR file,
+and RT#104560: [PATCH] list added files in manifest
+  - Make MIME::Types work "out of the box"
+  - Bump requirement on PAR (for the fix for RT #103861), add a test.
+  - Update tkpp ito 1.5:
+  - Make pp fail when an unknown option is encountered.
+  - Remove PAR::Packer::_append_parl(), not called anywhere.
+  - Add license; update repository OpenFoundry repository URL
+
+- Update to 1.025:
+  - Fix PAR::Packer "make test" problem with Strawberry Portable
+  - Fix for PAR-Packer 1.024 with a nonstandard libperl.so name
+Patch from markus.jan...@ericsson.com, thanks!
+  - Fix #101662: Prevent shared libs from being cached in memory on AIX
+Applied patch from th...@northpeak.org, thanks.
+Note: this is one half of the fix, the other is in PAR
+
+- Update to 1.024:
+  - Fix RT #99231: Problem with PAR::Packer 1.022 on Perl 5.20.1 and earlier
+
+- Update to 1.023:
+  - Fix RT #99231: Problem with PAR::Packer 1.022 on Perl 5.20.1 and earlier
+  - Fix RT #63939: The behaviour of "pp --link ..." is subtly different 
between OSX and Linux
+  - Bump required version of Module::ScanDeps,
+makes t/90-rt59710.t pass again on perl 5.21.x
+  - die if a requested shared library (option -l) can't be found.
+  - Add a patch rule so that Mozilla::CA finds its (extracted) cacert.pem file.
+  - Upgrade to Module::Install 1.14.
+
+- Update to 1.022:
+  - Fix RT#98955: installation fails | Can't locate String/ShellQuote.pm
+  - Simply enclose the filenames in double quotes, should work on both
+*nix and Windows in all reasonable scenarios.
+  - Drop incorrectly specified 'Digital signature support' "feature": simply
+"recommends" the required modules.
+
+- Update to 1.021:
+  - Fix #98791: PAR-Packer fails to build with DWIMPerl/Strawberry Perl due to 
unquoted path name
+
+- Update to 1.020:
+  - Implement option --xargs for pp
+  - Update to Module::Install 1.10
+
+- Update to 1.019:
+  - Fix RT #96288: PAR::Packer unable to build under Win32/ActivePerl v5.14.2
+RT #96739: "bsd_glob" is not defined on perl 5.14.x and earlier
+RT #97018 (Issue while upgrading PAR::Packer )
+  - Fix RT #59224 (make error with version 1.006 on aix 5.3)
+  - Update documentation wrt the name of the cache directory.
+
+- Update to 1.018:
+  - [DJIBEL] tkpp 1.4 

commit ghc-parsers for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package ghc-parsers for openSUSE:Factory 
checked in at 2016-06-25 02:21:02

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


Package is "ghc-parsers"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-parsers/ghc-parsers.changes  2016-01-05 
21:54:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-parsers.new/ghc-parsers.changes 
2016-06-25 02:21:54.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun  1 11:16:55 UTC 2016 - mimi...@gmail.com
+
+- update to 0.12.4
+* Allow transformers 0.5
+
+---

Old:

  parsers-0.12.3.tar.gz

New:

  parsers-0.12.4.tar.gz



Other differences:
--
++ ghc-parsers.spec ++
--- /var/tmp/diff_new_pack.x1U19W/_old  2016-06-25 02:21:55.0 +0200
+++ /var/tmp/diff_new_pack.x1U19W/_new  2016-06-25 02:21:55.0 +0200
@@ -20,7 +20,7 @@
 %bcond_with tests
 
 Name:   ghc-parsers
-Version:0.12.3
+Version:0.12.4
 Release:0
 Summary:Parsing combinators
 Group:  System/Libraries

++ parsers-0.12.3.tar.gz -> parsers-0.12.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parsers-0.12.3/.travis.yml 
new/parsers-0.12.4/.travis.yml
--- old/parsers-0.12.3/.travis.yml  2015-09-07 21:49:22.0 +0200
+++ new/parsers-0.12.4/.travis.yml  2016-06-14 22:24:48.0 +0200
@@ -1,20 +1,98 @@
-language: haskell
-before_install:
-  # Uncomment whenever hackage is down.
-  # - mkdir -p ~/.cabal && cp travis/config ~/.cabal/config && cabal update
-
-  # Try installing some of the build-deps with apt-get for speed.
-  - travis/cabal-apt-install --only-dependencies --force-reinstall $mode
+# This file has been generated -- see https://github.com/hvr/multi-ghc-travis
+language: c
+sudo: false
+
+cache:
+  directories:
+- $HOME/.cabsnap
+- $HOME/.cabal/packages
+
+before_cache:
+  - rm -fv $HOME/.cabal/packages/hackage.haskell.org/build-reports.log
+  - rm -fv $HOME/.cabal/packages/hackage.haskell.org/00-index.tar
+
+matrix:
+  include:
+- env: CABALVER=1.18 GHCVER=7.0.4
+  compiler: ": #GHC 7.0.4"
+  addons: {apt: {packages: [cabal-install-1.18,ghc-7.0.4,hlint], sources: 
[hvr-ghc]}}
+- env: CABALVER=1.18 GHCVER=7.2.2
+  compiler: ": #GHC 7.2.2"
+  addons: {apt: {packages: [cabal-install-1.18,ghc-7.2.2,hlint], sources: 
[hvr-ghc]}}
+- env: CABALVER=1.18 GHCVER=7.4.2
+  compiler: ": #GHC 7.4.2"
+  addons: {apt: {packages: [cabal-install-1.18,ghc-7.4.2,hlint], sources: 
[hvr-ghc]}}
+- env: CABALVER=1.18 GHCVER=7.6.3
+  compiler: ": #GHC 7.6.3"
+  addons: {apt: {packages: [cabal-install-1.18,ghc-7.6.3,hlint], sources: 
[hvr-ghc]}}
+- env: CABALVER=1.18 GHCVER=7.8.4
+  compiler: ": #GHC 7.8.4"
+  addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.4,hlint], sources: 
[hvr-ghc]}}
+- env: CABALVER=1.22 GHCVER=7.10.3
+  compiler: ": #GHC 7.10.3"
+  addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3,hlint], sources: 
[hvr-ghc]}}
+- env: CABALVER=1.24 GHCVER=8.0.1
+  compiler: ": #GHC 8.0.1"
+  addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1,hlint], sources: 
[hvr-ghc]}}
 
-  - sudo apt-get -q -y install hlint || cabal install hlint
+before_install:
+ - unset CC
+ - export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
 
 install:
-  - cabal configure -flib-Werror $mode
-  - cabal build
+ - cabal --version
+ - echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || 
echo '?')]"
+ - if [ -f $HOME/.cabal/packages/hackage.haskell.org/00-index.tar.gz ];
+   then
+ zcat $HOME/.cabal/packages/hackage.haskell.org/00-index.tar.gz >
+  $HOME/.cabal/packages/hackage.haskell.org/00-index.tar;
+   fi
+ - travis_retry cabal update -v
+ - sed -i 's/^jobs:/-- jobs:/' ${HOME}/.cabal/config
+ - cabal install --only-dependencies --enable-tests --enable-benchmarks --dry 
-v > installplan.txt
+ - sed -i -e '1,/^Resolving /d' installplan.txt; cat installplan.txt
+
+# check whether current requested install-plan matches cached package-db 
snapshot
+ - if diff -u installplan.txt $HOME/.cabsnap/installplan.txt;
+   then
+ echo "cabal build-cache HIT";
+ rm -rfv .ghc;
+ cp -a $HOME/.cabsnap/ghc $HOME/.ghc;
+ cp -a $HOME/.cabsnap/lib $HOME/.cabsnap/share $HOME/.cabsnap/bin 
$HOME/.cabal/;
+   else
+ echo "cabal build-cache MISS";
+ rm -rf $HOME/.cabsnap;
+ mkdir -p $HOME/.ghc $HOME/.cabal/lib $HOME/.cabal/share $HOME/.cabal/bin;
+ cabal install --only-dependencies --enable-tests --enable-benchmarks;
+   fi

commit ghc-http-client-tls for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package ghc-http-client-tls for 
openSUSE:Factory checked in at 2016-06-25 02:20:58

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


Package is "ghc-http-client-tls"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-http-client-tls/ghc-http-client-tls.changes  
2016-04-22 16:25:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-http-client-tls.new/ghc-http-client-tls.changes 
2016-06-25 02:21:51.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 17 07:51:57 UTC 2016 - mimi...@gmail.com
+
+- update to 0.2.4.1 
+
+---

Old:

  http-client-tls-0.2.4.tar.gz

New:

  http-client-tls-0.2.4.1.tar.gz



Other differences:
--
++ ghc-http-client-tls.spec ++
--- /var/tmp/diff_new_pack.PKEYyk/_old  2016-06-25 02:21:52.0 +0200
+++ /var/tmp/diff_new_pack.PKEYyk/_new  2016-06-25 02:21:52.0 +0200
@@ -20,7 +20,7 @@
 %bcond_with tests
 
 Name:   ghc-http-client-tls
-Version:0.2.4
+Version:0.2.4.1
 Release:0
 Summary:Http-client backend using the connection package and tls 
library
 Group:  System/Libraries

++ http-client-tls-0.2.4.tar.gz -> http-client-tls-0.2.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-client-tls-0.2.4/ChangeLog.md 
new/http-client-tls-0.2.4.1/ChangeLog.md
--- old/http-client-tls-0.2.4/ChangeLog.md  2016-04-15 10:51:33.0 
+0200
+++ new/http-client-tls-0.2.4.1/ChangeLog.md2016-06-16 14:07:25.0 
+0200
@@ -1,3 +1,7 @@
+## 0.2.4.1
+
+* Cabal description fix
+
 ## 0.2.4
 
 * Global manager
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-client-tls-0.2.4/http-client-tls.cabal 
new/http-client-tls-0.2.4.1/http-client-tls.cabal
--- old/http-client-tls-0.2.4/http-client-tls.cabal 2016-04-15 
10:51:33.0 +0200
+++ new/http-client-tls-0.2.4.1/http-client-tls.cabal   2016-06-16 
14:07:25.0 +0200
@@ -1,7 +1,7 @@
 name:http-client-tls
-version: 0.2.4
+version: 0.2.4.1
 synopsis:http-client backend using the connection package and tls 
library
-description: Hackage documentation generation is not reliable. For up 
to date documentation, please see: 
.
+description: Hackage documentation generation is not reliable. For up 
to date documentation, please see: 
.
 homepage:https://github.com/snoyberg/http-client
 license: MIT
 license-file:LICENSE




commit ghc-simple-sendfile for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package ghc-simple-sendfile for 
openSUSE:Factory checked in at 2016-06-25 02:21:08

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


Package is "ghc-simple-sendfile"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-simple-sendfile/ghc-simple-sendfile.changes  
2016-05-31 12:24:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-simple-sendfile.new/ghc-simple-sendfile.changes 
2016-06-25 02:21:58.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun 15 09:25:29 UTC 2016 - mimi...@gmail.com
+
+- update to 0.2.25 
+
+---

Old:

  simple-sendfile-0.2.24.tar.gz

New:

  simple-sendfile-0.2.25.tar.gz



Other differences:
--
++ ghc-simple-sendfile.spec ++
--- /var/tmp/diff_new_pack.1GDwG2/_old  2016-06-25 02:21:59.0 +0200
+++ /var/tmp/diff_new_pack.1GDwG2/_new  2016-06-25 02:21:59.0 +0200
@@ -20,7 +20,7 @@
 %bcond_with tests
 
 Name:   ghc-simple-sendfile
-Version:0.2.24
+Version:0.2.25
 Release:0
 Summary:Cross platform library for the sendfile system call
 Group:  System/Libraries

++ simple-sendfile-0.2.24.tar.gz -> simple-sendfile-0.2.25.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simple-sendfile-0.2.24/simple-sendfile.cabal 
new/simple-sendfile-0.2.25/simple-sendfile.cabal
--- old/simple-sendfile-0.2.24/simple-sendfile.cabal2016-05-24 
03:02:09.0 +0200
+++ new/simple-sendfile-0.2.25/simple-sendfile.cabal2016-06-14 
07:21:03.0 +0200
@@ -1,5 +1,5 @@
 Name:   simple-sendfile
-Version:0.2.24
+Version:0.2.25
 Author: Kazu Yamamoto 
 Maintainer: Kazu Yamamoto 
 License:BSD3
@@ -48,7 +48,7 @@
 Other-Modules:  Network.Sendfile.Fallback
 Build-Depends:  conduit >= 1.0 && < 1.3
   , conduit-extra   >= 1.0 && < 1.2
-  , transformers>= 0.2.2 && < 0.5
+  , transformers>= 0.2.2 && < 0.6
   , resourcet
 
 Test-Suite spec




commit ghc-dns for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package ghc-dns for openSUSE:Factory checked 
in at 2016-06-25 02:20:50

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


Package is "ghc-dns"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-dns/ghc-dns.changes  2016-05-03 
09:36:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-dns.new/ghc-dns.changes 2016-06-25 
02:21:47.0 +0200
@@ -1,0 +2,6 @@
+Sun Jun 19 20:06:07 UTC 2016 - mimi...@gmail.com
+
+- update to 2.0.3
+* Use Safe.toEnumMay to handle unsupported opcodes gracefully
+
+---

Old:

  dns-2.0.2.tar.gz

New:

  dns-2.0.3.tar.gz



Other differences:
--
++ ghc-dns.spec ++
--- /var/tmp/diff_new_pack.wRadD8/_old  2016-06-25 02:21:48.0 +0200
+++ /var/tmp/diff_new_pack.wRadD8/_new  2016-06-25 02:21:48.0 +0200
@@ -19,7 +19,7 @@
 %global pkg_name dns
 %bcond_with tests
 Name:   ghc-dns
-Version:2.0.2
+Version:2.0.3
 Release:0
 Summary:DNS library in Haskell
 License:BSD-3-Clause
@@ -40,6 +40,7 @@
 BuildRequires:  ghc-network-devel
 BuildRequires:  ghc-random-devel
 BuildRequires:  ghc-resourcet-devel
+BuildRequires:  ghc-safe-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}

++ dns-2.0.2.tar.gz -> dns-2.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dns-2.0.2/Network/DNS/Decode.hs 
new/dns-2.0.3/Network/DNS/Decode.hs
--- old/dns-2.0.2/Network/DNS/Decode.hs 2016-04-12 06:15:47.0 +0200
+++ new/dns-2.0.3/Network/DNS/Decode.hs 2016-06-17 02:52:57.0 +0200
@@ -19,9 +19,11 @@
 import Data.Conduit.Network (sourceSocket)
 import Data.IP (IP(..), toIPv4, toIPv6b)
 import Data.Typeable (Typeable)
+import Data.Word (Word16)
 import Network (Socket)
 import Network.DNS.Internal
 import Network.DNS.StateBinary
+import qualified Safe
 
 #if __GLASGOW_HASKELL__ < 709
 import Control.Applicative
@@ -81,22 +83,28 @@
 
 
 decodeFlags :: SGet DNSFlags
-decodeFlags = toFlags <$> get16
+decodeFlags = do
+word <- get16
+maybe (fail "Unsupported flags") pure (toFlags word)
   where
-toFlags flgs = DNSFlags (getQorR flgs)
-(getOpcode flgs)
-(getAuthAnswer flgs)
-(getTrunCation flgs)
-(getRecDesired flgs)
-(getRecAvailable flgs)
-(getRcode flgs)
+toFlags :: Word16 -> Maybe DNSFlags
+toFlags flgs = do
+  opcode_ <- getOpcode flgs
+  rcode_ <- getRcode flgs
+  return $ DNSFlags (getQorR flgs)
+opcode_
+(getAuthAnswer flgs)
+(getTrunCation flgs)
+(getRecDesired flgs)
+(getRecAvailable flgs)
+rcode_
 getQorR w = if testBit w 15 then QR_Response else QR_Query
-getOpcode w = toEnum $ fromIntegral $ shiftR w 11 .&. 0x0f
+getOpcode w = Safe.toEnumMay (fromIntegral (shiftR w 11 .&. 0x0f))
 getAuthAnswer w = testBit w 10
 getTrunCation w = testBit w 9
 getRecDesired w = testBit w 8
 getRecAvailable w = testBit w 7
-getRcode w = toEnum $ fromIntegral $ w .&. 0x0f
+getRcode w = Safe.toEnumMay (fromIntegral (w .&. 0x0f))
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dns-2.0.2/Network/DNS/Internal.hs 
new/dns-2.0.3/Network/DNS/Internal.hs
--- old/dns-2.0.2/Network/DNS/Internal.hs   2016-04-12 06:15:47.0 
+0200
+++ new/dns-2.0.3/Network/DNS/Internal.hs   2016-06-17 02:52:57.0 
+0200
@@ -143,9 +143,21 @@
 
 data QorR = QR_Query | QR_Response deriving (Eq, Show)
 
-data OPCODE = OP_STD | OP_INV | OP_SSR deriving (Eq, Show, Enum)
+data OPCODE
+  = OP_STD
+  | OP_INV
+  | OP_SSR
+  deriving (Eq, Show, Enum, Bounded)
 
-data RCODE = NoErr | FormatErr | ServFail | NameErr | NotImpl | Refused | 
BadOpt deriving (Eq, Show, Enum)
+data RCODE
+  = NoErr
+  | FormatErr
+  | ServFail
+  | NameErr
+  | NotImpl
+  | Refused
+  | BadOpt
+  deriving (Eq, Show, Enum, Bounded)
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dns-2.0.2/dns.cabal new/dns-2.0.3/dns.cabal
--- old/dns-2.0.2/dns.cabal 2016-04-12 06:15:47.0 

commit kde-l10n for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package kde-l10n for openSUSE:Factory 
checked in at 2016-06-25 02:20:19

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


Package is "kde-l10n"

Changes:

--- /work/SRC/openSUSE:Factory/kde-l10n/kde-l10n.changes2016-05-29 
03:11:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde-l10n.new/kde-l10n.changes   2016-06-25 
02:20:32.0 +0200
@@ -1,0 +2,9 @@
+Fri Jun 10 18:16:45 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+- Add the Asturian language (ast) properly
+
+---

Old:

  kde-l10n-ar-16.04.1.tar.xz
  kde-l10n-ast-16.04.1.tar.xz
  kde-l10n-bg-16.04.1.tar.xz
  kde-l10n-bs-16.04.1.tar.xz
  kde-l10n-ca-16.04.1.tar.xz
  kde-l10n...@valencia-16.04.1.tar.xz
  kde-l10n-cs-16.04.1.tar.xz
  kde-l10n-da-16.04.1.tar.xz
  kde-l10n-de-16.04.1.tar.xz
  kde-l10n-el-16.04.1.tar.xz
  kde-l10n-en_GB-16.04.1.tar.xz
  kde-l10n-eo-16.04.1.tar.xz
  kde-l10n-es-16.04.1.tar.xz
  kde-l10n-et-16.04.1.tar.xz
  kde-l10n-eu-16.04.1.tar.xz
  kde-l10n-fa-16.04.1.tar.xz
  kde-l10n-fi-16.04.1.tar.xz
  kde-l10n-fr-16.04.1.tar.xz
  kde-l10n-ga-16.04.1.tar.xz
  kde-l10n-gl-16.04.1.tar.xz
  kde-l10n-he-16.04.1.tar.xz
  kde-l10n-hi-16.04.1.tar.xz
  kde-l10n-hr-16.04.1.tar.xz
  kde-l10n-hu-16.04.1.tar.xz
  kde-l10n-ia-16.04.1.tar.xz
  kde-l10n-id-16.04.1.tar.xz
  kde-l10n-is-16.04.1.tar.xz
  kde-l10n-it-16.04.1.tar.xz
  kde-l10n-ja-16.04.1.tar.xz
  kde-l10n-kk-16.04.1.tar.xz
  kde-l10n-km-16.04.1.tar.xz
  kde-l10n-ko-16.04.1.tar.xz
  kde-l10n-lt-16.04.1.tar.xz
  kde-l10n-lv-16.04.1.tar.xz
  kde-l10n-mr-16.04.1.tar.xz
  kde-l10n-nb-16.04.1.tar.xz
  kde-l10n-nds-16.04.1.tar.xz
  kde-l10n-nl-16.04.1.tar.xz
  kde-l10n-nn-16.04.1.tar.xz
  kde-l10n-pa-16.04.1.tar.xz
  kde-l10n-pl-16.04.1.tar.xz
  kde-l10n-pt-16.04.1.tar.xz
  kde-l10n-pt_BR-16.04.1.tar.xz
  kde-l10n-ro-16.04.1.tar.xz
  kde-l10n-ru-16.04.1.tar.xz
  kde-l10n-sk-16.04.1.tar.xz
  kde-l10n-sl-16.04.1.tar.xz
  kde-l10n-sr-16.04.1.tar.xz
  kde-l10n-sv-16.04.1.tar.xz
  kde-l10n-tr-16.04.1.tar.xz
  kde-l10n-ug-16.04.1.tar.xz
  kde-l10n-uk-16.04.1.tar.xz
  kde-l10n-wa-16.04.1.tar.xz
  kde-l10n-zh_CN-16.04.1.tar.xz
  kde-l10n-zh_TW-16.04.1.tar.xz

New:

  kde-l10n-ar-16.04.2.tar.xz
  kde-l10n-ast-16.04.2.tar.xz
  kde-l10n-bg-16.04.2.tar.xz
  kde-l10n-bs-16.04.2.tar.xz
  kde-l10n-ca-16.04.2.tar.xz
  kde-l10n...@valencia-16.04.2.tar.xz
  kde-l10n-cs-16.04.2.tar.xz
  kde-l10n-da-16.04.2.tar.xz
  kde-l10n-de-16.04.2.tar.xz
  kde-l10n-el-16.04.2.tar.xz
  kde-l10n-en_GB-16.04.2.tar.xz
  kde-l10n-eo-16.04.2.tar.xz
  kde-l10n-es-16.04.2.tar.xz
  kde-l10n-et-16.04.2.tar.xz
  kde-l10n-eu-16.04.2.tar.xz
  kde-l10n-fa-16.04.2.tar.xz
  kde-l10n-fi-16.04.2.tar.xz
  kde-l10n-fr-16.04.2.tar.xz
  kde-l10n-ga-16.04.2.tar.xz
  kde-l10n-gl-16.04.2.tar.xz
  kde-l10n-he-16.04.2.tar.xz
  kde-l10n-hi-16.04.2.tar.xz
  kde-l10n-hr-16.04.2.tar.xz
  kde-l10n-hu-16.04.2.tar.xz
  kde-l10n-ia-16.04.2.tar.xz
  kde-l10n-id-16.04.2.tar.xz
  kde-l10n-is-16.04.2.tar.xz
  kde-l10n-it-16.04.2.tar.xz
  kde-l10n-ja-16.04.2.tar.xz
  kde-l10n-kk-16.04.2.tar.xz
  kde-l10n-km-16.04.2.tar.xz
  kde-l10n-ko-16.04.2.tar.xz
  kde-l10n-lt-16.04.2.tar.xz
  kde-l10n-lv-16.04.2.tar.xz
  kde-l10n-mr-16.04.2.tar.xz
  kde-l10n-nb-16.04.2.tar.xz
  kde-l10n-nds-16.04.2.tar.xz
  kde-l10n-nl-16.04.2.tar.xz
  kde-l10n-nn-16.04.2.tar.xz
  kde-l10n-pa-16.04.2.tar.xz
  kde-l10n-pl-16.04.2.tar.xz
  kde-l10n-pt-16.04.2.tar.xz
  kde-l10n-pt_BR-16.04.2.tar.xz
  kde-l10n-ro-16.04.2.tar.xz
  kde-l10n-ru-16.04.2.tar.xz
  kde-l10n-sk-16.04.2.tar.xz
  kde-l10n-sl-16.04.2.tar.xz
  kde-l10n-sr-16.04.2.tar.xz
  kde-l10n-sv-16.04.2.tar.xz
  kde-l10n-tr-16.04.2.tar.xz
  kde-l10n-ug-16.04.2.tar.xz
  kde-l10n-uk-16.04.2.tar.xz
  kde-l10n-wa-16.04.2.tar.xz
  kde-l10n-zh_CN-16.04.2.tar.xz
  kde-l10n-zh_TW-16.04.2.tar.xz



Other differences:
--
++ kde-l10n.spec ++
--- /var/tmp/diff_new_pack.Dt5hlv/_old  2016-06-25 02:20:46.0 +0200
+++ /var/tmp/diff_new_pack.Dt5hlv/_new  2016-06-25 02:20:46.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   kde-l10n
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:KDE translations base package
 License:GPL-2.0+


++ kde-l10n-ar-16.04.1.tar.xz -> kde-l10n-ar-16.04.2.tar.xz ++
 5802 lines of diff (skipped)

++ kde-l10n-ast-16.04.1.tar.xz -> kde-l10n-ast-16.04.2.tar.xz ++
 7658 lines of diff (skipped)

++ kde-l10n-bg-16.04.1.tar.xz -> kde-l10n-bg-16.04.2.tar.xz ++
 3154 

commit ghc-extra for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package ghc-extra for openSUSE:Factory 
checked in at 2016-06-25 02:20:53

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


Package is "ghc-extra"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-extra/ghc-extra.changes  2016-06-07 
23:48:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-extra.new/ghc-extra.changes 2016-06-25 
02:21:48.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 16 10:28:27 UTC 2016 - mimi...@gmail.com
+
+- update to 1.4.10
+* Add Data.Typeable.Extra containing typeRep, Proxy, (:~:)
+
+---
@@ -5 +11 @@
-* add Line 1
+* add line1

Old:

  extra-1.4.9.tar.gz

New:

  extra-1.4.10.tar.gz



Other differences:
--
++ ghc-extra.spec ++
--- /var/tmp/diff_new_pack.zpNVAl/_old  2016-06-25 02:21:49.0 +0200
+++ /var/tmp/diff_new_pack.zpNVAl/_new  2016-06-25 02:21:49.0 +0200
@@ -20,7 +20,7 @@
 # no useful debuginfo for Haskell packages without C sources
 %bcond_with tests
 Name:   ghc-extra
-Version:1.4.9
+Version:1.4.10
 Release:0
 Summary:Extra functions I use
 License:BSD-3-Clause

++ extra-1.4.9.tar.gz -> extra-1.4.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-1.4.9/CHANGES.txt new/extra-1.4.10/CHANGES.txt
--- old/extra-1.4.9/CHANGES.txt 2016-06-01 11:40:52.0 +0200
+++ new/extra-1.4.10/CHANGES.txt2016-06-15 20:37:00.0 +0200
@@ -1,5 +1,7 @@
 Changelog for Extra
 
+1.4.10
+Add Data.Typeable.Extra containing typeRep, Proxy, (:~:)
 1.4.9
 Add line1
 1.4.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-1.4.9/Generate.hs new/extra-1.4.10/Generate.hs
--- old/extra-1.4.9/Generate.hs 2016-06-01 11:40:52.0 +0200
+++ new/extra-1.4.10/Generate.hs2016-06-15 20:37:00.0 +0200
@@ -66,7 +66,7 @@
 
 
 validIdentifier xs =
-(take 1 xs == "(" || isName xs) &&
+(take 1 xs == "(" || isName (takeWhile (/= '(') xs)) &&
 xs `notElem` ["module","Numeric"]
 
 isName (x:xs) = isAlpha x && all (\x -> isAlphaNum x || x `elem` "_'") xs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-1.4.9/extra.cabal new/extra-1.4.10/extra.cabal
--- old/extra-1.4.9/extra.cabal 2016-06-01 11:40:52.0 +0200
+++ new/extra-1.4.10/extra.cabal2016-06-15 20:37:00.0 +0200
@@ -1,7 +1,7 @@
 cabal-version:  >= 1.10
 build-type: Simple
 name:   extra
-version:1.4.9
+version:1.4.10
 license:BSD3
 license-file:   LICENSE
 category:   Development
@@ -48,6 +48,7 @@
 Data.IORef.Extra
 Data.List.Extra
 Data.Tuple.Extra
+Data.Typeable.Extra
 Data.Version.Extra
 Numeric.Extra
 System.Directory.Extra
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-1.4.9/src/Data/Either/Extra.hs 
new/extra-1.4.10/src/Data/Either/Extra.hs
--- old/extra-1.4.9/src/Data/Either/Extra.hs2016-06-01 11:40:52.0 
+0200
+++ new/extra-1.4.10/src/Data/Either/Extra.hs   2016-06-15 20:37:00.0 
+0200
@@ -1,6 +1,9 @@
 {-# LANGUAGE CPP #-}
 {-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
 
+-- | This module extends "Data.Either" with extra operations, particularly
+--   to quickly extract from inside an 'Either'. Some of these operations are
+--   partial, and should be used with care in production-quality code.
 module Data.Either.Extra(
 module Data.Either,
 isLeft, isRight, fromLeft, fromRight, fromEither
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-1.4.9/src/Data/IORef/Extra.hs 
new/extra-1.4.10/src/Data/IORef/Extra.hs
--- old/extra-1.4.9/src/Data/IORef/Extra.hs 2016-06-01 11:40:52.0 
+0200
+++ new/extra-1.4.10/src/Data/IORef/Extra.hs2016-06-15 20:37:00.0 
+0200
@@ -1,6 +1,8 @@
 {-# LANGUAGE CPP #-}
 {-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
 
+-- | This module extends "Data.IORef" with operations forcing the value 
written to the IORef.
+--   Some of these functions are available in later versions of GHC, but not 
all.
 module Data.IORef.Extra(
 module Data.IORef,
 modifyIORef', writeIORef', atomicModifyIORef', atomicWriteIORef, 
atomicWriteIORef'
@@ -31,6 +33,8 @@
 x <- readIORef ref
 writeIORef' ref $ f x
 
+-- | Strict version of 'atomicModifyIORef'.  This forces both the value stored
+-- in the 'IORef' as well as the value 

commit skiboot for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package skiboot for openSUSE:Factory checked 
in at 2016-06-25 02:20:41

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


Package is "skiboot"

Changes:

--- /work/SRC/openSUSE:Factory/skiboot/skiboot.changes  2016-04-01 
13:02:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.skiboot.new/skiboot.changes 2016-06-25 
02:21:43.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 17 11:04:23 UTC 2016 - norm...@linux.vnet.ibm.com
+
+- new skiboot_gcc6_backtrace.patch
+
+---

New:

  skiboot_gcc6_backtrace.patch



Other differences:
--
++ skiboot.spec ++
--- /var/tmp/diff_new_pack.avxcDP/_old  2016-06-25 02:21:43.0 +0200
+++ /var/tmp/diff_new_pack.avxcDP/_new  2016-06-25 02:21:43.0 +0200
@@ -25,6 +25,7 @@
 Url:https://github.com/open-power/skiboot
 Source: 
https://github.com/open-power/skiboot/archive/%{name}-%{version}.tar.gz
 Patch0: 0001-Make-links-target-reusable.patch 
+Patch1: skiboot_gcc6_backtrace.patch
 BuildRequires:  linux-glibc-devel
 BuildRequires:  systemd-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -68,6 +69,7 @@
 %prep
 %setup -q -n %{name}-%{name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 SKIBOOT_VERSION=%version CROSS= make V=1 %{?_smp_mflags}

++ skiboot_gcc6_backtrace.patch ++
>From 793f6f5b32c96f2774bd955b6062c74a672317ca Mon Sep 17 00:00:00 2001
From: Joel Stanley 
Date: Mon, 29 Feb 2016 11:21:11 +1030
Subject: [PATCH] core: Fix backtrace for gcc 6

GCC 6 warns when we look at any stack frame other than our own, ie any
argument to __builtin_frame_address other than zero.

Signed-off-by: Joel Stanley 
Signed-off-by: Stewart Smith 

diff --git a/core/stack.c b/core/stack.c
index 5fba6c7..3b92a14 100644
--- a/core/stack.c
+++ b/core/stack.c
@@ -31,7 +31,7 @@ extern uint32_t _stext, _etext;
 void __nomcount __backtrace(struct bt_entry *entries, unsigned int *count)
 {
unsigned int room = *count;
-   unsigned long *fp = __builtin_frame_address(1);
+   unsigned long *fp = __builtin_frame_address(0);
unsigned long top_adj = top_of_ram;
 
/* Assume one stack for early backtraces */
@@ -40,6 +40,7 @@ void __nomcount __backtrace(struct bt_entry *entries, 
unsigned int *count)
 
*count = 0;
while(room) {
+   fp = (unsigned long *)fp[0];
if (!fp || (unsigned long)fp > top_adj)
break;
entries->sp = (unsigned long)fp;
@@ -47,7 +48,6 @@ void __nomcount __backtrace(struct bt_entry *entries, 
unsigned int *count)
entries++;
*count = (*count) + 1;
room--;
-   fp = (unsigned long *)fp[0];
}
 }
 



commit python3-transaction for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package python3-transaction for 
openSUSE:Factory checked in at 2016-06-25 02:20:48

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


Package is "python3-transaction"

Changes:

--- /work/SRC/openSUSE:Factory/python3-transaction/python3-transaction.changes  
2016-05-25 21:29:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-transaction.new/python3-transaction.changes 
2016-06-25 02:21:46.0 +0200
@@ -1,0 +2,8 @@
+Sun Jun 19 15:04:58 UTC 2016 - a...@gmx.de
+
+- update to version 1.6.1:
+  * Fixed: Synchonizers that registered with transaction managers when
+transactions were in progress didn’t have their newTransaction
+methods called to let them know of the in-progress transactions.
+
+---

Old:

  transaction-1.6.0.tar.gz

New:

  transaction-1.6.1.tar.gz



Other differences:
--
++ python3-transaction.spec ++
--- /var/tmp/diff_new_pack.m9qEM1/_old  2016-06-25 02:21:47.0 +0200
+++ /var/tmp/diff_new_pack.m9qEM1/_new  2016-06-25 02:21:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-transaction
-Version:1.6.0
+Version:1.6.1
 Release:0
 Summary:Transaction management for Python
 License:ZPL-2.1

++ transaction-1.6.0.tar.gz -> transaction-1.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transaction-1.6.0/.coveragerc 
new/transaction-1.6.1/.coveragerc
--- old/transaction-1.6.0/.coveragerc   2015-01-13 17:49:42.0 +0100
+++ new/transaction-1.6.1/.coveragerc   2016-06-10 23:45:55.0 +0200
@@ -2,3 +2,4 @@
 exclude_lines =
 # pragma: no cover
 class I[A-Z]\w+\((Interface|I[A-Z].*)\):
+show_missing = true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transaction-1.6.0/CHANGES.rst 
new/transaction-1.6.1/CHANGES.rst
--- old/transaction-1.6.0/CHANGES.rst   2016-05-21 22:27:03.0 +0200
+++ new/transaction-1.6.1/CHANGES.rst   2016-06-10 23:46:20.0 +0200
@@ -1,6 +1,13 @@
 Changes
 ===
 
+1.6.1 (2016-06-10)
+--
+
+- Fixed: Synchonizers that registered with transaction managers when
+  transactions were in progress didn't have their newTransaction
+  methods called to let them know of the in-progress transactions.
+
 1.6.0 (2016-05-21)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transaction-1.6.0/PKG-INFO 
new/transaction-1.6.1/PKG-INFO
--- old/transaction-1.6.0/PKG-INFO  2016-05-21 22:28:39.0 +0200
+++ new/transaction-1.6.1/PKG-INFO  2016-06-10 23:47:24.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: transaction
-Version: 1.6.0
+Version: 1.6.1
 Summary: Transaction management for Python
 Home-page: http://www.zope.org/Products/ZODB
 Author: Zope Corporation
@@ -36,6 +36,13 @@
 Changes
 ===
 
+1.6.1 (2016-06-10)
+--
+
+- Fixed: Synchonizers that registered with transaction managers when
+  transactions were in progress didn't have their newTransaction
+  methods called to let them know of the in-progress transactions.
+
 1.6.0 (2016-05-21)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transaction-1.6.0/buildout.cfg 
new/transaction-1.6.1/buildout.cfg
--- old/transaction-1.6.0/buildout.cfg  2013-09-09 23:05:20.0 +0200
+++ new/transaction-1.6.1/buildout.cfg  2016-06-10 23:45:55.0 +0200
@@ -1,7 +1,12 @@
 [buildout]
 develop = .
-parts = test
+parts = py
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = transaction
+eggs = transaction [test]
+
+[py]
+recipe = zc.recipe.egg
+eggs = ${test:eggs}
+interpreter = py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transaction-1.6.0/setup.py 
new/transaction-1.6.1/setup.py
--- old/transaction-1.6.0/setup.py  2016-05-21 22:27:46.0 +0200
+++ new/transaction-1.6.1/setup.py  2016-06-10 23:46:34.0 +0200
@@ -11,14 +11,13 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##
-version = '1.6.0'
+version = '1.6.1'
 
 import os
 from setuptools import setup, find_packages
 
 here = os.path.abspath(os.path.dirname(__file__))
 
-
 def _read_file(filename):
 with open(os.path.join(here, filename)) as f:
 return f.read()
@@ -26,6 +25,8 @@
 

commit rocs for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package rocs for openSUSE:Factory checked in 
at 2016-06-25 02:19:56

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


Package is "rocs"

Changes:

--- /work/SRC/openSUSE:Factory/rocs/rocs.changes2016-05-29 
03:08:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.rocs.new/rocs.changes   2016-06-25 
02:19:59.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:13:06 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  rocs-16.04.1.tar.xz

New:

  rocs-16.04.2.tar.xz



Other differences:
--
++ rocs.spec ++
--- /var/tmp/diff_new_pack.TkLWv7/_old  2016-06-25 02:20:00.0 +0200
+++ /var/tmp/diff_new_pack.TkLWv7/_new  2016-06-25 02:20:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rocs
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Graph Theory IDE
 License:GPL-3.0+

++ rocs-16.04.1.tar.xz -> rocs-16.04.2.tar.xz ++




commit svgpart for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package svgpart for openSUSE:Factory checked 
in at 2016-06-25 02:20:04

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


Package is "svgpart"

Changes:

--- /work/SRC/openSUSE:Factory/svgpart/svgpart.changes  2016-05-29 
03:08:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.svgpart.new/svgpart.changes 2016-06-25 
02:20:05.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:13:27 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  svgpart-16.04.1.tar.xz

New:

  svgpart-16.04.2.tar.xz



Other differences:
--
++ svgpart.spec ++
--- /var/tmp/diff_new_pack.xdM2OD/_old  2016-06-25 02:20:06.0 +0200
+++ /var/tmp/diff_new_pack.xdM2OD/_new  2016-06-25 02:20:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   svgpart
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:SVG viewer component
 License:GPL-2.0+

++ svgpart-16.04.1.tar.xz -> svgpart-16.04.2.tar.xz ++




commit umbrello for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package umbrello for openSUSE:Factory 
checked in at 2016-06-25 02:20:09

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


Package is "umbrello"

Changes:

--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2016-05-29 
03:08:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes   2016-06-25 
02:20:10.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:13:48 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  umbrello-16.04.1.tar.xz

New:

  umbrello-16.04.2.tar.xz



Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.3u75A0/_old  2016-06-25 02:20:11.0 +0200
+++ /var/tmp/diff_new_pack.3u75A0/_new  2016-06-25 02:20:11.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ umbrello-16.04.1.tar.xz -> umbrello-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/umbrello-16.04.1/CMakeLists.txt 
new/umbrello-16.04.2/CMakeLists.txt
--- old/umbrello-16.04.1/CMakeLists.txt 2016-04-28 14:54:55.0 +0200
+++ new/umbrello-16.04.2/CMakeLists.txt 2016-06-07 14:21:24.0 +0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "16")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 
 set(UMBRELLO_VERSION_MAJOR "2")
 MATH(EXPR UMBRELLO_VERSION_MINOR "15+${KDE_APPLICATIONS_VERSION_MINOR}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/umbrello-16.04.1/umbrello/codegenerators/codegenerationpolicy.cpp 
new/umbrello-16.04.2/umbrello/codegenerators/codegenerationpolicy.cpp
--- old/umbrello-16.04.1/umbrello/codegenerators/codegenerationpolicy.cpp   
2016-04-28 14:54:55.0 +0200
+++ new/umbrello-16.04.2/umbrello/codegenerators/codegenerationpolicy.cpp   
2016-06-07 14:21:24.0 +0200
@@ -462,8 +462,8 @@
 // settors below will each send the modifiedCodeContent() signal
 // needlessly (we can just make one call at the end).
 
-setCodeVerboseSectionComments(UmbrelloSettings::forceDoc());
-setCodeVerboseDocumentComments(UmbrelloSettings::forceSections());
+setCodeVerboseSectionComments(UmbrelloSettings::forceSections());
+setCodeVerboseDocumentComments(UmbrelloSettings::forceDoc());
 setLineEndingType(UmbrelloSettings::lineEndingType());
 setIndentationType(UmbrelloSettings::indentationType());
 setIndentationAmount(UmbrelloSettings::indentationAmount());
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/umbrello-16.04.1/umbrello/codeimport/import_utils.cpp 
new/umbrello-16.04.2/umbrello/codeimport/import_utils.cpp
--- old/umbrello-16.04.1/umbrello/codeimport/import_utils.cpp   2016-04-28 
14:54:55.0 +0200
+++ new/umbrello-16.04.2/umbrello/codeimport/import_utils.cpp   2016-06-07 
14:21:24.0 +0200
@@ -791,10 +791,11 @@
 MessageWidgetList messages;
 
 // for each line
+int index = 1;
 foreach(const QString , lines) {
-QString sequence, package, method;
+QString stackframe, package, method;
 
-if (!parseStraceTraceLine(line, sequence, package, method))
+if (!parseStraceTraceLine(line, stackframe, package, method))
 continue;
 
 bool createObject = false;
@@ -828,7 +829,7 @@
 messageWidget = new MessageWidget(scene, leftWidget, rightWidget, y,
   createObject ? 
Uml::SequenceMessage::Creation : Uml::SequenceMessage::Synchronous);
 messageWidget->setCustomOpText(method);
-messageWidget->setSequenceNumber(sequence);
+messageWidget->setSequenceNumber(QString::number(index++));
 messageWidget->calculateWidget();
 messageWidget->activate();
 messageWidget->setY(y);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/umbrello-16.04.1/umbrello/listpopupmenu.cpp 
new/umbrello-16.04.2/umbrello/listpopupmenu.cpp
--- old/umbrello-16.04.1/umbrello/listpopupmenu.cpp 2016-04-28 

commit okteta for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2016-06-25 02:20:15

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


Package is "okteta"

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2016-05-29 
03:08:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2016-06-25 
02:20:16.0 +0200
@@ -1,0 +2,13 @@
+Tue Jun 14 21:34:54 UTC 2016 - wba...@tmo.at
+
+- Use shared-mime-info macros (boo#979301)
+
+---
+Fri Jun 10 18:12:11 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  okteta-16.04.1.tar.xz

New:

  okteta-16.04.2.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.wxED2r/_old  2016-06-25 02:20:17.0 +0200
+++ /var/tmp/diff_new_pack.wxED2r/_new  2016-06-25 02:20:17.0 +0200
@@ -39,7 +39,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}
@@ -71,11 +71,11 @@
 
 %post
 /sbin/ldconfig
-%{_bindir}/update-mime-database %{_kf5_sharedir}/mime &> /dev/null || :
+%mime_database_post
 
 %postun
 /sbin/ldconfig
-%{_bindir}/update-mime-database %{_kf5_sharedir}/mime &> /dev/null || :
+%mime_database_postun
 
 %files
 %defattr(-,root,root)

++ okteta-16.04.1.tar.xz -> okteta-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-16.04.1/CMakeLists.txt 
new/okteta-16.04.2/CMakeLists.txt
--- old/okteta-16.04.1/CMakeLists.txt   2016-05-05 15:31:03.0 +0200
+++ new/okteta-16.04.2/CMakeLists.txt   2016-06-06 14:13:15.0 +0200
@@ -88,6 +88,9 @@
 -DQT_NO_CAST_TO_ASCII
 -DQT_NO_CAST_FROM_ASCII
 -DQT_NO_CAST_FROM_BYTEARRAY
+-DQT_STRICT_ITERATORS
+-DQT_NO_URL_CAST_FROM_STRING
+-DQT_NO_SIGNALS_SLOTS_KEYWORDS
 )
 
 # helper libs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-16.04.1/kasten/controllers/view/print/printtool.cpp 
new/okteta-16.04.2/kasten/controllers/view/print/printtool.cpp
--- old/okteta-16.04.1/kasten/controllers/view/print/printtool.cpp  
2016-05-05 15:31:03.0 +0200
+++ new/okteta-16.04.2/kasten/controllers/view/print/printtool.cpp  
2016-06-06 14:13:15.0 +0200
@@ -32,6 +32,8 @@
 #include 
 // Okteta core
 #include 
+// Kasten core
+#include 
 // KF5
 #include 
 #include 
@@ -155,7 +157,10 @@
 framesPrinter.addFrameRenderer( footerFrameRenderer );
 
 info.setNoOfPages( byteArrayFrameRenderer->framesCount() );
-info.setUrl( mDocument->title() ); //TODO: get the url from 
synchronizer!!!
+AbstractModelSynchronizer* synchronizer = mDocument->synchronizer();
+if (synchronizer) {
+info.setUrl( synchronizer->url() );
+}
 
 QApplication::setOverrideCursor( Qt::WaitCursor );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-16.04.1/libs/framesprint/headerfooterframerenderer.cpp 
new/okteta-16.04.2/libs/framesprint/headerfooterframerenderer.cpp
--- old/okteta-16.04.1/libs/framesprint/headerfooterframerenderer.cpp   
2016-05-05 15:31:03.0 +0200
+++ new/okteta-16.04.2/libs/framesprint/headerfooterframerenderer.cpp   
2016-06-06 14:13:15.0 +0200
@@ -100,7 +100,7 @@
 tagReplacements['U'] = user.property( KUser::FullName ).toString();
 // tagReplacements['f'] = isSelection ? i18n("(Selection of) %1", 
url.fileName()) : url.fileName();
 tagReplacements['f'] = url.fileName();
-tagReplacements['F'] = url.toDisplayString();
+tagReplacements['F'] = 
url.toDisplayString(QUrl::PrettyDecoded|QUrl::PreferLocalFile);
 tagReplacements['P'] = QString::number( mInfo->noOfPages() );
 
 // create text with globally replaced tags
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-16.04.1/program/about.cpp 
new/okteta-16.04.2/program/about.cpp
--- old/okteta-16.04.1/program/about.cpp2016-05-05 15:31:03.0 
+0200
+++ new/okteta-16.04.2/program/about.cpp2016-06-06 14:13:15.0 
+0200
@@ -29,7 +29,7 @@
 OktetaAboutData::OktetaAboutData()
 : KAboutData( QStringLiteral("okteta"),
   

commit step for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package step for openSUSE:Factory checked in 
at 2016-06-25 02:19:59

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


Package is "step"

Changes:

--- /work/SRC/openSUSE:Factory/step/step.changes2016-05-29 
03:08:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.step.new/step.changes   2016-06-25 
02:20:00.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:13:20 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  step-16.04.1.tar.xz

New:

  step-16.04.2.tar.xz



Other differences:
--
++ step.spec ++
--- /var/tmp/diff_new_pack.DqXqim/_old  2016-06-25 02:20:02.0 +0200
+++ /var/tmp/diff_new_pack.DqXqim/_new  2016-06-25 02:20:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   step
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:An interactive physics simulator
 License:GPL-2.0+

++ step-16.04.1.tar.xz -> step-16.04.2.tar.xz ++




commit poxml for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package poxml for openSUSE:Factory checked 
in at 2016-06-25 02:19:53

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


Package is "poxml"

Changes:

--- /work/SRC/openSUSE:Factory/poxml/poxml.changes  2016-05-29 
03:10:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.poxml.new/poxml.changes 2016-06-25 
02:19:55.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:12:59 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  poxml-16.04.1.tar.xz

New:

  poxml-16.04.2.tar.xz



Other differences:
--
++ poxml.spec ++
--- /var/tmp/diff_new_pack.aaNcXT/_old  2016-06-25 02:19:56.0 +0200
+++ /var/tmp/diff_new_pack.aaNcXT/_new  2016-06-25 02:19:56.0 +0200
@@ -28,7 +28,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ poxml-16.04.1.tar.xz -> poxml-16.04.2.tar.xz ++




commit picmi for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package picmi for openSUSE:Factory checked 
in at 2016-06-25 02:03:45

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


Package is "picmi"

Changes:

--- /work/SRC/openSUSE:Factory/picmi/picmi.changes  2016-05-29 
03:07:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.picmi.new/picmi.changes 2016-06-25 
02:03:47.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:12:52 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  picmi-16.04.1.tar.xz

New:

  picmi-16.04.2.tar.xz



Other differences:
--
++ picmi.spec ++
--- /var/tmp/diff_new_pack.wZS80M/_old  2016-06-25 02:03:48.0 +0200
+++ /var/tmp/diff_new_pack.wZS80M/_new  2016-06-25 02:03:48.0 +0200
@@ -36,7 +36,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Logic
 Url:http://www.kde.org
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:picmi-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ picmi-16.04.1.tar.xz -> picmi-16.04.2.tar.xz ++




commit parley for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package parley for openSUSE:Factory checked 
in at 2016-06-25 02:03:43

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


Package is "parley"

Changes:

--- /work/SRC/openSUSE:Factory/parley/parley.changes2016-05-29 
03:08:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.parley.new/parley.changes   2016-06-25 
02:03:45.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:12:41 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  parley-16.04.1.tar.xz

New:

  parley-16.04.2.tar.xz



Other differences:
--
++ parley.spec ++
--- /var/tmp/diff_new_pack.JPu8cI/_old  2016-06-25 02:03:46.0 +0200
+++ /var/tmp/diff_new_pack.JPu8cI/_new  2016-06-25 02:03:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   parley
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Vocabulary Trainer
 License:GPL-2.0+

++ parley-16.04.1.tar.xz -> parley-16.04.2.tar.xz ++




commit lokalize for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package lokalize for openSUSE:Factory 
checked in at 2016-06-25 02:03:36

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


Package is "lokalize"

Changes:

--- /work/SRC/openSUSE:Factory/lokalize/lokalize.changes2016-05-29 
03:09:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.lokalize.new/lokalize.changes   2016-06-25 
02:03:38.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:11:09 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  lokalize-16.04.1.tar.xz

New:

  lokalize-16.04.2.tar.xz



Other differences:
--
++ lokalize.spec ++
--- /var/tmp/diff_new_pack.Uep8Sl/_old  2016-06-25 02:03:39.0 +0200
+++ /var/tmp/diff_new_pack.Uep8Sl/_new  2016-06-25 02:03:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   lokalize
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:KDE Translation Editor
 License:GPL-2.0+

++ lokalize-16.04.1.tar.xz -> lokalize-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lokalize-16.04.1/src/lokalize.notifyrc 
new/lokalize-16.04.2/src/lokalize.notifyrc
--- old/lokalize-16.04.1/src/lokalize.notifyrc  2016-05-02 03:01:19.0 
+0200
+++ new/lokalize-16.04.2/src/lokalize.notifyrc  2016-05-16 15:11:11.0 
+0200
@@ -243,6 +243,7 @@
 Name[es]=Explorando carpetas con archivos de código fuente...
 Name[fi]=Etsitään lähdekoodikansiosta…
 Name[gl]=Examinando os cartafoles con ficheiros fonte…
+Name[it]=Ricerca di cartelle contenenti file sorgente...
 Name[nl]=Mappen scannen met bronbestanden...
 Name[pl]=Przeszukiwanie katalogów z plikami źródłowymi...
 Name[pt]=A sondar as pastas com os ficheiros de origem...




commit lskat for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package lskat for openSUSE:Factory checked 
in at 2016-06-25 02:03:38

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


Package is "lskat"

Changes:

--- /work/SRC/openSUSE:Factory/lskat/lskat.changes  2016-05-29 
03:08:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.lskat.new/lskat.changes 2016-06-25 
02:03:40.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:11:17 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  lskat-16.04.1.tar.xz

New:

  lskat-16.04.2.tar.xz



Other differences:
--
++ lskat.spec ++
--- /var/tmp/diff_new_pack.qr8AI1/_old  2016-06-25 02:03:41.0 +0200
+++ /var/tmp/diff_new_pack.qr8AI1/_new  2016-06-25 02:03:41.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Card
 Url:http://www.kde.org
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:lskat-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ lskat-16.04.1.tar.xz -> lskat-16.04.2.tar.xz ++




commit palapeli for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package palapeli for openSUSE:Factory 
checked in at 2016-06-25 02:03:40

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


Package is "palapeli"

Changes:

--- /work/SRC/openSUSE:Factory/palapeli/palapeli.changes2016-05-29 
03:10:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.palapeli.new/palapeli.changes   2016-06-25 
02:03:43.0 +0200
@@ -1,0 +2,13 @@
+Tue Jun 14 22:03:38 UTC 2016 - wba...@tmo.at
+
+- Use shared-mime-info macros (boo#979301)
+
+---
+Fri Jun 10 18:12:30 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  palapeli-16.04.1.tar.xz

New:

  palapeli-16.04.2.tar.xz



Other differences:
--
++ palapeli.spec ++
--- /var/tmp/diff_new_pack.7ZICWm/_old  2016-06-25 02:03:44.0 +0200
+++ /var/tmp/diff_new_pack.7ZICWm/_new  2016-06-25 02:03:44.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:palapeli-%{version}.tar.xz
 BuildRequires:  libkdegames4-devel
@@ -69,11 +69,11 @@
 
 %post
 /sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
+%mime_database_post
 
 %postun
 /sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
+%mime_database_postun
 
 %files
 %defattr(-,root,root)

++ palapeli-16.04.1.tar.xz -> palapeli-16.04.2.tar.xz ++




commit kubrick for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package kubrick for openSUSE:Factory checked 
in at 2016-06-25 02:03:22

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


Package is "kubrick"

Changes:

--- /work/SRC/openSUSE:Factory/kubrick/kubrick.changes  2016-05-29 
03:08:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.kubrick.new/kubrick.changes 2016-06-25 
02:03:24.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:08:43 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kubrick-16.04.1.tar.xz

New:

  kubrick-16.04.2.tar.xz



Other differences:
--
++ kubrick.spec ++
--- /var/tmp/diff_new_pack.cfQfBo/_old  2016-06-25 02:03:25.0 +0200
+++ /var/tmp/diff_new_pack.cfQfBo/_new  2016-06-25 02:03:25.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Logic
 Url:http://www.kde.org
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:kubrick-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kubrick-16.04.1.tar.xz -> kubrick-16.04.2.tar.xz ++




commit libkdegames for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package libkdegames for openSUSE:Factory 
checked in at 2016-06-25 02:03:31

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


Package is "libkdegames"

Changes:

--- /work/SRC/openSUSE:Factory/libkdegames/libkdegames.changes  2016-05-29 
03:10:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdegames.new/libkdegames.changes 
2016-06-25 02:03:31.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:09:46 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  libkdegames-16.04.1.tar.xz

New:

  libkdegames-16.04.2.tar.xz



Other differences:
--
++ libkdegames.spec ++
--- /var/tmp/diff_new_pack.cczZfy/_old  2016-06-25 02:03:33.0 +0200
+++ /var/tmp/diff_new_pack.cczZfy/_new  2016-06-25 02:03:33.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:libkdegames-%{version}.tar.xz
 Patch1: libkdegames-bnc793185.patch

++ libkdegames-16.04.1.tar.xz -> libkdegames-16.04.2.tar.xz ++




commit libkeduvocdocument for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package libkeduvocdocument for 
openSUSE:Factory checked in at 2016-06-25 02:03:33

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


Package is "libkeduvocdocument"

Changes:

--- /work/SRC/openSUSE:Factory/libkeduvocdocument/libkeduvocdocument.changes
2016-05-29 03:10:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libkeduvocdocument.new/libkeduvocdocument.changes   
2016-06-25 02:03:35.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:09:56 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  libkeduvocdocument-16.04.1.tar.xz

New:

  libkeduvocdocument-16.04.2.tar.xz



Other differences:
--
++ libkeduvocdocument.spec ++
--- /var/tmp/diff_new_pack.HEtXfU/_old  2016-06-25 02:03:36.0 +0200
+++ /var/tmp/diff_new_pack.HEtXfU/_new  2016-06-25 02:03:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libkeduvocdocument
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Library for KDE Education Applications
 License:GPL-2.0+

++ libkeduvocdocument-16.04.1.tar.xz -> libkeduvocdocument-16.04.2.tar.xz 
++




commit ktimer for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package ktimer for openSUSE:Factory checked 
in at 2016-06-25 02:03:08

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


Package is "ktimer"

Changes:

--- /work/SRC/openSUSE:Factory/ktimer/ktimer.changes2016-05-29 
03:09:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktimer.new/ktimer.changes   2016-06-25 
02:03:10.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:06:23 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  ktimer-16.04.1.tar.xz

New:

  ktimer-16.04.2.tar.xz



Other differences:
--
++ ktimer.spec ++
--- /var/tmp/diff_new_pack.7O5MEj/_old  2016-06-25 02:03:11.0 +0200
+++ /var/tmp/diff_new_pack.7O5MEj/_new  2016-06-25 02:03:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktimer
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Countdown Launcher
 License:GPL-2.0+

++ ktimer-16.04.1.tar.xz -> ktimer-16.04.2.tar.xz ++




commit kuser for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package kuser for openSUSE:Factory checked 
in at 2016-06-25 02:03:24

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


Package is "kuser"

Changes:

--- /work/SRC/openSUSE:Factory/kuser/kuser.changes  2016-05-29 
03:10:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.kuser.new/kuser.changes 2016-06-25 
02:03:26.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:08:51 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kuser-16.04.1.tar.xz

New:

  kuser-16.04.2.tar.xz



Other differences:
--
++ kuser.spec ++
--- /var/tmp/diff_new_pack.fNEU9t/_old  2016-06-25 02:03:27.0 +0200
+++ /var/tmp/diff_new_pack.fNEU9t/_new  2016-06-25 02:03:27.0 +0200
@@ -19,7 +19,7 @@
 Name:   kuser
 BuildRequires:  libkdepimlibs4-devel
 Url:http://www.kde.org
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:User Account Manager
 License:GPL-2.0+

++ kuser-16.04.1.tar.xz -> kuser-16.04.2.tar.xz ++




commit kteatime for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package kteatime for openSUSE:Factory 
checked in at 2016-06-25 02:03:06

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


Package is "kteatime"

Changes:

--- /work/SRC/openSUSE:Factory/kteatime/kteatime.changes2016-05-29 
03:10:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.kteatime.new/kteatime.changes   2016-06-25 
02:03:09.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:06:16 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kteatime-16.04.1.tar.xz

New:

  kteatime-16.04.2.tar.xz



Other differences:
--
++ kteatime.spec ++
--- /var/tmp/diff_new_pack.TMheQT/_old  2016-06-25 02:03:10.0 +0200
+++ /var/tmp/diff_new_pack.TMheQT/_new  2016-06-25 02:03:10.0 +0200
@@ -37,7 +37,7 @@
 License:GPL-2.0+
 Group:  Amusements/Toys/Other
 Url:http://www.kde.org
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ kteatime-16.04.1.tar.xz -> kteatime-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kteatime-16.04.1/org.kde.kteatime.appdata.xml 
new/kteatime-16.04.2/org.kde.kteatime.appdata.xml
--- old/kteatime-16.04.1/org.kde.kteatime.appdata.xml   2016-04-21 
21:37:49.0 +0200
+++ new/kteatime-16.04.2/org.kde.kteatime.appdata.xml   2016-05-16 
13:45:52.0 +0200
@@ -15,6 +15,7 @@
   KTeaTime
   KTeaTime
   KTeaTime
+  KTeaTime
   KTeaTime
   KTeaTime
   KTeaTime
@@ -50,6 +51,7 @@
   Tea Cooker
   Calentador de té
   Teenkeitin
+  Tea Cooker
   Quece-tés
   Teafőző
   Teiera
@@ -84,6 +86,7 @@
 KTeaTime is a handy timer for steeping tea. No longer 
will you have to guess at how long it takes for your tea to be ready. Simply 
select the type of tea you have, and it will alert you when the tea is ready to 
drink.
 KTeaTime es un útil temporizador para tomar té. Usted 
nunca más tendrá que adivinar cuanto tiempo tarda en estar listo el té. 
Sencillamente, seleccione el tipo de té del que disponga y le avisará cuando 
esté listo para beber.
 KTeaTime on kätevä kello teen hautumisajan mittaamiseksi. 
Enää ei tarvitse arvata milloin tee on valmis. Valitse vain teelaji ja KTeaTime 
hälyttää, kun tee on valmista juotavaksi.
+KTeaTime est un chronomètre pratique pour mesurer le 
temps d'infusion de votre thé. Vous n'aurez plus besoin d'estimer la durée 
nécessaire à la préparation de votre thé à vue de nez. Sélectionnez simplement 
le type de thé que vous souhaitez préparer et vous serez alerté lorsque votre 
boisson sera prête.
 KTeaTime é un temporizador útil para deixar té en 
infusión. Xa non terás que adiviñar o tempo que lle falta ao teu té para estar 
listo. Só tes que seleccionar o tipo de té, e KTeaTime informarate cando o té 
estea listo para tomar.
 A KTeaTime egy kezes időzítő teafőzéshez. Nem kell többé 
azon gondolkoznia, mikor lesz kész a teája: egyszerűen válassza ki a tea 
típusát, és a KTeaTime értesíti, mikor ihatja a teáját.
 KTeaTime è un comodo timer per preparare il tè. Non è più 
necessario indovinare quanto tempo ci vuole prima che il tè sia pronto. 
Seleziona il tipo di tè che desideri e il programma ti avviserà quanto è pronto 
da bere.




commit kturtle for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package kturtle for openSUSE:Factory checked 
in at 2016-06-25 02:03:20

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


Package is "kturtle"

Changes:

--- /work/SRC/openSUSE:Factory/kturtle/kturtle.changes  2016-05-29 
03:09:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.kturtle.new/kturtle.changes 2016-06-25 
02:03:22.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:08:33 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  kturtle-16.04.1.tar.xz

New:

  kturtle-16.04.2.tar.xz



Other differences:
--
++ kturtle.spec ++
--- /var/tmp/diff_new_pack.f92J4y/_old  2016-06-25 02:03:24.0 +0200
+++ /var/tmp/diff_new_pack.f92J4y/_new  2016-06-25 02:03:24.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Amusements/Teaching/Mathematics
 Url:http://edu.kde.org
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  update-desktop-files

++ kturtle-16.04.1.tar.xz -> kturtle-16.04.2.tar.xz ++




commit ksquares for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package ksquares for openSUSE:Factory 
checked in at 2016-06-25 02:02:58

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


Package is "ksquares"

Changes:

--- /work/SRC/openSUSE:Factory/ksquares/ksquares.changes2016-05-29 
03:07:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksquares.new/ksquares.changes   2016-06-25 
02:03:00.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:05:27 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  ksquares-16.04.1.tar.xz

New:

  ksquares-16.04.2.tar.xz



Other differences:
--
++ ksquares.spec ++
--- /var/tmp/diff_new_pack.69L89r/_old  2016-06-25 02:03:01.0 +0200
+++ /var/tmp/diff_new_pack.69L89r/_new  2016-06-25 02:03:01.0 +0200
@@ -43,7 +43,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:ksquares-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ ksquares-16.04.1.tar.xz -> ksquares-16.04.2.tar.xz ++




  1   2   3   >