commit libisds for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package libisds for openSUSE:Factory checked 
in at 2016-04-12 19:39:52

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


Package is "libisds"

Changes:

--- /work/SRC/openSUSE:Factory/libisds/libisds.changes  2015-09-08 
18:04:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.libisds.new/libisds.changes 2016-04-12 
19:39:53.0 +0200
@@ -1,0 +2,20 @@
+Mon Apr 11 18:09:19 UTC 2016 - mplus...@suse.com
+
+- Add gpg signature
+- Small cleanup with spec-cleaner
+  * use valid rpm category
+  * use pkgconfig() style dependencies
+-Update build dependencies
+  * add gpgme-devel
+
+---
+Mon Apr 11 15:32:40 UTC 2016 - jsl...@suse.com
+
+- Version bump to 0.10.3:
+  * l10n: Update translation catalogues
+  * Correct _isds_build_url_from_context() documentation
+  * Do not use dolar in formatting strings
+  * Fixed a potential bug when printing debugging information.
+  * Fix building without libcurl
+
+---

Old:

  libisds-0.10.1.tar.xz

New:

  libisds-0.10.3.tar.xz
  libisds-0.10.3.tar.xz.asc
  libisds.keyring



Other differences:
--
++ libisds.spec ++
--- /var/tmp/diff_new_pack.XAjHnU/_old  2016-04-12 19:39:54.0 +0200
+++ /var/tmp/diff_new_pack.XAjHnU/_new  2016-04-12 19:39:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libisds
 #
-# 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
@@ -18,15 +18,18 @@
 
 %define libname %{name}5
 Name:   libisds
-Version:0.10.1
+Version:0.10.3
 Release:0
 Summary:Library for accessing the Czech Data Boxes
 License:LGPL-3.0+
 Group:  System/Libraries
 Url:http://xpisar.wz.cz/libisds/
 Source0:http://xpisar.wz.cz/%{name}/dist/%{name}-%{version}.tar.xz
+Source1:http://xpisar.wz.cz/%{name}/dist/%{name}-%{version}.tar.xz.asc
+Source2:%{name}.keyring
 BuildRequires:  gpg2
 BuildRequires:  libgcrypt-devel
+BuildRequires:  libgpgme-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(expat) >= 2.0.0
 BuildRequires:  pkgconfig(gnutls) >= 2.12.0
@@ -52,9 +55,8 @@
 
 %packagedevel
 Summary:Development files for %{name}
-Group:  Development/Libraries
+Group:  Development/Languages/C and C++
 Requires:   %{libname} = %{version}
-Requires:   pkg-config
 
 %descriptiondevel
 The %{name}-devel package contains libraries and header files for
@@ -75,14 +77,13 @@
 make check %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{name}
 mv doc specification
 rm -rf client/.deps
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname} -f %{name}.lang

++ libisds-0.10.1.tar.xz -> libisds-0.10.3.tar.xz ++
 2211 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libisds-0.10.1/ChangeLog new/libisds-0.10.3/ChangeLog
--- old/libisds-0.10.1/ChangeLog2015-09-06 10:17:12.0 +0200
+++ new/libisds-0.10.3/ChangeLog2016-03-18 19:48:21.0 +0100
@@ -1,4 +1,97 @@
-commit f41a9ae065cb9764a8b12fe56a97d03b393e0d1a (HEAD -> 
refs/heads/v0.10-stable)
+commit bf9cd27c03dd0882efd5daf7708bb0ee1f01 (HEAD -> 
refs/heads/v0.10-stable)
+Author: Petr Písař 
+Date:   Fri Mar 18 19:47:45 2016 +0100
+
+l10n: Update translation catalogues
+
+commit 3056a30d795721e6c5bb7f73e6adfc305bbff2fe
+Author: Petr Písař 
+Date:   Fri Mar 18 18:28:47 2016 +0100
+
+Increase version to 0.10.3
+
+commit 5875136cc24682f1acdff6552e9b53996858cc09
+Author: Petr Písař 
+Date:   Fri Mar 18 17:45:15 2016 +0100
+
+Correct _isds_build_url_from_context() documentation
+
+This copies changes in _isds_build_url_from_context() documentstion from
+soap.c to soap.h as made in:
+
+commit 1d1041f77de2fb21629e8e8d70ee872189f2654b
+

commit tmux for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package tmux for openSUSE:Factory checked in 
at 2016-04-12 19:40:11

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


Package is "tmux"

Changes:

--- /work/SRC/openSUSE:Factory/tmux/tmux.changes2016-02-01 
19:57:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.tmux.new/tmux.changes   2016-04-12 
19:40:12.0 +0200
@@ -1,0 +2,45 @@
+Tue Apr 12 07:44:49 UTC 2016 - idon...@suse.com
+
+- Update to 2.2
+ + Incompatible changes:
+   * The format strings which referenced time have been removed.  Instead:
+ #{t:window_activity} can be used.
+   * Support for TMPDIR has been removed.  Use TMUX_TMPDIR instead.
+   * UTF8 detection how happens automatically if the client supports it, hence
+ the mouse-utf8, utf8 options has been removed.
+   * The mouse_utf8_flag format string has been removed.
+   * The -I option to show-messages has been removed.  See #{t:start_time}
+ format option instead.
+  + Other changes:
+* Panes are unzoomed with selectp -LRUD
+* New formats added:
+  #{scroll_position}
+  #{socket_path}
+  #{=10:...} -- limit to N characters (from the start)
+  #{=-10:...} -- limit to N characters (from the end)
+  #{t:...} -- used to format time-based formats
+  #{b:...} -- used to ascertain basename from string
+  #{d:...} -- used to ascertain dirname from string
+ #{s:...} -- used to perform substitutions on a string
+* Job output is run via the format system, so formats work again
+* If display-time is set to 0, then the indicators wait for a key to be
+  pressed.
+* list-keys and list-commands can be run without starting the tmux server.
+* kill-session learns -C to clear all alerts in all windows of the session.
+* Support for hooks (internal for now), but hooks for the following have 
been
+  implemented:
+  alert-bell
+  alert-silence
+  alert-activity
+  client-attached
+  client-detached
+  client-resized
+  pane-died
+  pane-exited
+* RGB (24bit) colour support.  The 'Tc' flag must be set in the external 
TERM
+  entry (using terminal-overrides or a custom terminfo entry).
+- Refresh tmux-socket-path.patch
+- Bash completion is now removed and provided by 
+  https://github.com/przepompownia/tmux-bash-completion instead.
+
+---

Old:

  tmux-2.1.tar.gz

New:

  tmux-2.2.tar.gz



Other differences:
--
++ tmux.spec ++
--- /var/tmp/diff_new_pack.eqsAGF/_old  2016-04-12 19:40:13.0 +0200
+++ /var/tmp/diff_new_pack.eqsAGF/_new  2016-04-12 19:40:13.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   tmux
-Version:2.1
+Version:2.2
 Release:0
 Summary:Terminal multiplexer
 License:ISC and BSD-3-Clause and BSD-2-Clause
@@ -53,7 +53,7 @@
 
 %prep
 %setup -q
-%patch0
+%patch0 -p1
 
 %build
 autoreconf -fi
@@ -63,7 +63,6 @@
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
-install -D -m 0644 examples/bash_completion_tmux.sh 
%{buildroot}%{_sysconfdir}/bash_completion.d/bash_completion_tmux.sh
 
 mkdir -p %{buildroot}%{_tmpfilesdir}
 printf 'd /run/tmux 1777 root root -' > %{buildroot}%{_tmpfilesdir}/tmux.conf
@@ -73,10 +72,9 @@
 
 %files
 %defattr(-,root,root,-)
-%doc examples/ CHANGES COPYING FAQ TODO
+%doc CHANGES COPYING FAQ TODO
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1%{ext_man}
-%config %{_sysconfdir}/bash_completion.d/bash_completion_tmux.sh
 %{_tmpfilesdir}/%{name}.conf
 %ghost /run/tmux
 

++ tmux-2.1.tar.gz -> tmux-2.2.tar.gz ++
 22705 lines of diff (skipped)

++ tmux-socket-path.patch ++
--- /var/tmp/diff_new_pack.eqsAGF/_old  2016-04-12 19:40:13.0 +0200
+++ /var/tmp/diff_new_pack.eqsAGF/_new  2016-04-12 19:40:13.0 +0200
@@ -1,16 +1,13 @@
-# Use /run/tmux instead of /tmp as the default socket path, this add some
-# robustness against accidental deletion via systemd-tmpfiles-clean, tmpwatch,
-# or similar
-# 
-# 
 tmux.c.orig2015-03-01 22:46:05.0 +0100
-+++ tmux.c 2015-07-09 09:40:19.853421647 +0200
-@@ -138,7 +138,7 @@
-   else if ((s = getenv("TMPDIR")) != NULL && *s != '\0')
-   xsnprintf(base, sizeof base, "%s/tmux-%u", s, uid);
+Index: tmux-2.2/tmux.c
+===
+--- tmux-2.2.orig/tmux.c
 tmux-2.2/tmux.c
+@@ -122,7 +122,7 @@ make_label(const char *label)
+   if ((s = getenv("TMUX_TMPDIR")) != NULL && *s != '\0')
+   xasprintf(, "%s/tmux-%u", s, uid);
else
--  

commit efl for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package efl for openSUSE:Factory checked in 
at 2016-04-12 19:40:04

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-03-04 19:30:28.0 
+0100
+++ /work/SRC/openSUSE:Factory/.efl.new/efl.changes 2016-04-12 
19:40:05.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr  7 01:48:46 UTC 2016 - sfl...@suse.de
+- Fix crash due to threadsafty issue fix-evas-sw-cutout-rects-threads.patch 
T3348
+- Fix spinlock handling leading to deadlock (fix-evas-sw-spinlock-free.patch)
+- Fix mulitple possible crashes in gif loader that could lead to DOS attacks 
+(CVE-2014-9762 boo#963796, boo#963797, boo#973759)
+  * fix-evas-gif-loader-CVE-2014-9762.patch
+  * fix-evas-gif-loader-pixel-lookup-decode.patch
+  * fix-evas-gif-loader-cmap-null.patch
+  
+---

New:

  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



Other differences:
--
++ efl.spec ++
--- /var/tmp/diff_new_pack.tO14gj/_old  2016-04-12 19:40:06.0 +0200
+++ /var/tmp/diff_new_pack.tO14gj/_new  2016-04-12 19:40:06.0 +0200
@@ -59,6 +59,12 @@
 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
 %if %build_doc
@@ -645,6 +651,11 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
 
 %build
 # fedora has the wrong autoconf version

++ fix-evas-gif-loader-CVE-2014-9762.patch ++
commit dd90b6afadf706aafec9e53a6b1efa8f899ab277
Author: Carsten Haitzler (Rasterman) 
Date:   Sat Apr 2 12:25:52 2016 +0900

evas: gif loader - fix out of bounds access on cmap of invalid pixels

if gif has example 4 colors in colormap, pixels provided still can
hold values higher than 3 (4, 8, 255 etc.) ass a pixel is still a
byte. it should not, but it could. technically it'd be nice for gitlib
to pad its palette out to 256 entires to ensure this cant be a
problem, but it doesn't have to , so make a local copy of the cmap
when decoding pixels and pad out to 256 entires (using color 0 as any
value > pallette ize is invalid anyway so any color will do).

this fixes a possible security attack vector in reading memory out of
bounds of an allocated array. not very far out of bounds - but enough
to cause a crash - ie a dos attack, (not to inject code though).

@fix

diff --git a/src/modules/evas/image_loaders/gif/evas_image_load_gif.c 
b/src/modules/evas/image_loaders/gif/evas_image_load_gif.c
index a9f67f7..5110158 100644
--- a/src/modules/evas/image_loaders/gif/evas_image_load_gif.c
+++ b/src/modules/evas/image_loaders/gif/evas_image_load_gif.c
@@ -46,7 +46,7 @@ do { \
goto on_error; \
 } while (0)
 #define PIX(_x, _y) rows[yin + _y][xin + _x]
-#define CMAP(_v) cmap->Colors[_v]
+#define CMAP(_v) colors[_v]
 #define PIXLK(_p) ARGB_JOIN(0xff, CMAP(_p).Red, CMAP(_p).Green, CMAP(_p).Blue)
 
 // utility funcs...
@@ -120,11 +120,19 @@ _fill_frame(DATA32 *data, int rowpix, GifFileType *gif, 
Frame_Info *finfo,
  {
 ColorMapObject *cmap;
 int bg;
-
+GifColorType colors[256];
+int cnum;
+
 // work out color to use from cmap
 if (gif->Image.ColorMap) cmap = gif->Image.ColorMap;
 else cmap = gif->SColorMap;
 bg = gif->SBackGroundColor;
+
+// fill in local color table of guaranteed 256 entires with cmap & pad
+for (cnum = 0; cnum < cmap->ColorCount; cnum++)
+  colors[cnum] = cmap->Colors[cnum];
+for (cnum = cmap->ColorCount; cnum < 256; cnum++)
+  colors[cnum] = cmap->Colors[0];
 // and do the fill
 _fill_image
   (data, rowpix,
@@ -208,6 +216,8 @@ _decode_image(GifFileType *gif, DATA32 *data, int rowpix, 
int xin, int yin,
Eina_Bool ret = EINA_FALSE;
ColorMapObject *cmap;
DATA32 *p;
+   GifColorType colors[256];
+   int cnum;
 
// build a blob of memory to have pointers to rows of pixels
// AND 

commit monit for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package monit for openSUSE:Factory checked 
in at 2016-04-12 19:40:17

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


Package is "monit"

Changes:

--- /work/SRC/openSUSE:Factory/monit/monit.changes  2016-03-26 
15:24:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.monit.new/monit.changes 2016-04-12 
19:40:18.0 +0200
@@ -1,0 +2,42 @@
+Mon Apr 11 07:49:33 UTC 2016 - lie...@rz.uni-mannheim.de
+
+- update to 5.17.1:
+  + Fixed: Monit crashed when trying to deliver alert by mail if monit
+   set alert was configured, but the set mail-format statement
+  was missing (regression in Monit 5.17).
+
+- update to 5.17:
+  + New: Extended the SMTP protocol test to support STARTTLS in addition
+to SMTPS. Thanks to Robert Nelson for initial patch.
+  + New: The SMTP protocol test can now, optionally, perform authentication
+during testing. Just add username and password if you want to test
+that authentication also works. We recommend using smtps if
+authentication is to be performed to encrypt the communication.
+  + New: Support extended e-mail format when specyfing from and reply-to
+addresses. That is, instead of just the email address you can also
+specify the name of the user.
+  + New: A new environment variable MONIT_PROGRAM_STATUS was added to check
+program to allow scripts called from exec to access the check programs
+last exit status.
+  + Fixed: The include statement now check if a file has already been included
+  to prevent circular or recursive inclusion of files.
+  + Fixed: Reinitialize supplementary user groups in an exec action when
+  executing as a different user.
+  + Fixed: The value in if changed checksum and if changed timestamp has been
+  made persistent across Monit restart/reload. If the value changes
+  while Monit is stopped, Monit will now notice.
+  + Fixed: Related to Issue #316 above, we now also save file size, filesystem
+  flags, file/directory/fifo/filesystem permissions, network link speed
+  so the last known values will be persistent and if changed tests will
+  work as expected across a Monit restart/reload.
+  + Fixed: favicon did not display properly in the Browser when Monit was 
behind
+  a reverse HTTP proxy.
+  + Fixed: Monit CLI actions like monit monitor all could fail if you had more
+  than ~ 50 services in your config file.
+  + Fixed: The send/expect protocol test returned error if the target server 
sent
+  more data than the buffer limit.
+  + Fixed: On 32-bit platforms with more then 4GB of RAM, Monit reported 
incorrect
+  system and swap memory values (regression in Monit 5.16).
+  + Fixed: Save state on exit when monit is executed in non-deamon mode.
+
+---

Old:

  monit-5.16.tar.gz
  monit-5.16.tar.gz.sha256

New:

  monit-5.17.1.tar.gz
  monit-5.17.1.tar.gz.sha256



Other differences:
--
++ monit.spec ++
--- /var/tmp/diff_new_pack.ZFNTOK/_old  2016-04-12 19:40:19.0 +0200
+++ /var/tmp/diff_new_pack.ZFNTOK/_new  2016-04-12 19:40:19.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   monit
-Version:5.16
+Version:5.17.1
 Release:0
 Summary:Service Manager and Monitor System
 License:AGPL-3.0

++ monit-5.16.tar.gz -> monit-5.17.1.tar.gz ++
 20914 lines of diff (skipped)

++ monit-5.16.tar.gz.sha256 -> monit-5.17.1.tar.gz.sha256 ++
--- /work/SRC/openSUSE:Factory/monit/monit-5.16.tar.gz.sha256   2016-02-11 
12:37:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.monit.new/monit-5.17.1.tar.gz.sha256
2016-04-12 19:40:18.0 +0200
@@ -1 +1 @@
-5b998e796113ce244c8b575da09d3a62bac1b2765484fe6416f224b4ba8f391f  
monit-5.16.tar.gz
+f71a22cfb6bd91ff46496e72e1d1b1021ecd651e7748131ce0f995cc37ff0b42  
monit-5.17.1.tar.gz




commit libexplain for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package libexplain for openSUSE:Factory 
checked in at 2016-04-12 19:39:23

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


Package is "libexplain"

Changes:

--- /work/SRC/openSUSE:Factory/libexplain/libexplain.changes2015-04-15 
16:21:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.libexplain.new/libexplain.changes   
2016-04-12 19:39:24.0 +0200
@@ -1,0 +2,7 @@
+Mon Apr 11 12:01:59 UTC 2016 - mplus...@suse.com
+
+- Fix building with kernel-4.5 and later
+  * libexplain-1.4-missing-defines.patch
+- Fix rpm group
+
+---

New:

  libexplain-1.4-missing-defines.patch



Other differences:
--
++ libexplain.spec ++
--- /var/tmp/diff_new_pack.TI7tFq/_old  2016-04-12 19:39:25.0 +0200
+++ /var/tmp/diff_new_pack.TI7tFq/_new  2016-04-12 19:39:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libexplain
 #
-# 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define lib_name %{name}51
 Name:   libexplain
 Version:1.4
@@ -26,9 +27,12 @@
 Source: http://downloads.sf.net/libexplain/%{name}-%{version}.tar.gz
 Patch0: libexplain-1.4-largefile.patch
 Patch1: libexplain-1.4-syscall.patch
+# PATCH-FIX-UPSTREAM libexplain-1.4-missing-defines.patch mplus...@suse.com
+Patch2: libexplain-1.4-missing-defines.patch
 BuildRequires:  bison
 BuildRequires:  ghostscript
 BuildRequires:  groff-full
+BuildRequires:  kernel-devel
 BuildRequires:  libacl-devel
 BuildRequires:  libcap-devel
 BuildRequires:  libtool
@@ -48,6 +52,7 @@
 
 %package -n %{lib_name}
 Summary:Explains system call error reports
+License:LGPL-3.0+
 Group:  System/Libraries
 
 %description -n %{lib_name}
@@ -63,7 +68,7 @@
 %package -n explain
 Summary:Explains system call error reports
 License:GPL-3.0+
-Group:  Development/Tools
+Group:  Development/Tools/Other
 
 %description -n explain
 The explain command is used to decode an error return read from an
@@ -82,22 +87,22 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch0
+%patch1
+%patch2
 
 %build
 %configure
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 # --disable-static for configure has no effect
 rm %{buildroot}%{_libdir}/%{name}.{a,la}
 
 %find_lang %{name}
 
 %post -n %{lib_name} -p /sbin/ldconfig
-
 %postun -n %{lib_name} -p /sbin/ldconfig
 
 %files -n %{lib_name} -f %{name}.lang
@@ -108,12 +113,14 @@
 %files -n explain
 %defattr(-,root,root)
 %{_bindir}/explain
-%{_mandir}/man1/*.1.*
+%{_mandir}/man1/explain.1%{ext_man}
+%{_mandir}/man1/explain_lca2010.1%{ext_man}
+%{_mandir}/man1/explain_license.1%{ext_man}
 
 %files devel
 %defattr(-,root,root)
 %{_datadir}/doc/%{name}
-%{_mandir}/man3/*.3.*
+%{_mandir}/man3/*.3%{ext_man}
 %{_includedir}/%{name}/
 %{_libdir}/%{name}.so
 %{_libdir}/pkgconfig/%{name}.pc

++ libexplain-1.4-largefile.patch ++
--- /var/tmp/diff_new_pack.TI7tFq/_old  2016-04-12 19:39:25.0 +0200
+++ /var/tmp/diff_new_pack.TI7tFq/_new  2016-04-12 19:39:25.0 +0200
@@ -1,5 +1,7 @@
 a/libexplain/ac/fcntl.h
-+++ b/libexplain/ac/fcntl.h
+Index: libexplain/ac/fcntl.h
+===
+--- libexplain/ac/fcntl.h.orig
 libexplain/ac/fcntl.h
 @@ -65,8 +65,14 @@
   * flags values returned by the kernel.
   */

++ libexplain-1.4-missing-defines.patch ++
Index: libexplain/buffer/file_inode_flags.c
===
--- libexplain/buffer/file_inode_flags.c.orig
+++ libexplain/buffer/file_inode_flags.c
@@ -28,6 +28,14 @@
 
 #if defined(FS_IOC_GETFLAGS) || defined(FS_IOC32_GETFLAGS)
 
+#ifndef FS_ECOMPR_FL
+#define FS_ECOMPR_FL0x0800 /* Compression error */
+#endif
+
+#ifndef FS_DIRECTIO_FL
+#define FS_DIRECTIO_FL  0x0010 /* Use direct i/o */
+#endif
+
 void
 explain_buffer_file_inode_flags(explain_string_buffer_t *sb, int value)
 {
++ libexplain-1.4-syscall.patch ++
--- /var/tmp/diff_new_pack.TI7tFq/_old  2016-04-12 19:39:25.0 +0200
+++ /var/tmp/diff_new_pack.TI7tFq/_new  2016-04-12 19:39:25.0 +0200
@@ -1,5 +1,7 @@
 

commit python3-Pillow for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package python3-Pillow for openSUSE:Factory 
checked in at 2016-04-12 19:39:28

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


Package is "python3-Pillow"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Pillow/python3-Pillow.changes
2016-02-08 09:48:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-Pillow.new/python3-Pillow.changes   
2016-04-12 19:39:30.0 +0200
@@ -1,0 +2,7 @@
+Tue Mar 22 14:47:35 UTC 2016 - norm...@linux.vnet.ibm.com
+
+- add LICENSE
+- ignore make check errors ppc64 architecture as upstream issue
+  https://github.com/python-pillow/Pillow/issues/1204
+
+---



Other differences:
--
++ python3-Pillow.spec ++
--- /var/tmp/diff_new_pack.eiK63G/_old  2016-04-12 19:39:31.0 +0200
+++ /var/tmp/diff_new_pack.eiK63G/_new  2016-04-12 19:39:31.0 +0200
@@ -73,8 +73,15 @@
 done
 
 %check
+%ifarch ppc64
+PYTHONPATH=%{buildroot}/%{python3_sitearch} python3 selftest.py --installed || 
\
+echo "WARNING ignore failure 
https://github.com/python-pillow/Pillow/issues/1204;
+PYTHONPATH=%{buildroot}/%{python3_sitearch} pythoni3 test-installed.py  || \
+echo "WARNING ignore failure 
https://github.com/python-pillow/Pillow/issues/1204;
+%else
 PYTHONPATH=%{buildroot}/%{python3_sitearch} python3 selftest.py --installed
 PYTHONPATH=%{buildroot}/%{python3_sitearch} python3 test-installed.py
+%endif
 
 %post
 update-alternatives \
@@ -99,7 +106,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES.rst README.rst
+%doc CHANGES.rst README.rst LICENSE
 %{_bindir}/pilconvert
 %{_bindir}/pildriver
 %{_bindir}/pilfile




commit perl-Growl-GNTP for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Growl-GNTP for openSUSE:Factory 
checked in at 2016-04-12 19:39:07

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


Package is "perl-Growl-GNTP"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Growl-GNTP/perl-Growl-GNTP.changes  
2014-06-17 11:22:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Growl-GNTP.new/perl-Growl-GNTP.changes 
2016-04-12 19:39:08.0 +0200
@@ -1,0 +2,9 @@
+Mon Apr 11 12:37:42 UTC 2016 - co...@suse.com
+
+- updated to 0.21
+   see /usr/share/doc/packages/perl-Growl-GNTP/Changes
+
+  0.21 2016-04-08T16:13:37Z
+  - removed dependency of IO::Socket::PortState.
+
+---

Old:

  Growl-GNTP-0.20.tar.gz

New:

  Growl-GNTP-0.21.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Growl-GNTP.spec ++
--- /var/tmp/diff_new_pack.ToAqpM/_old  2016-04-12 19:39:09.0 +0200
+++ /var/tmp/diff_new_pack.ToAqpM/_new  2016-04-12 19:39:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Growl-GNTP
 #
-# 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,31 +17,26 @@
 
 
 Name:   perl-Growl-GNTP
-Version:0.20
+Version:0.21
 Release:0
 %define cpan_name Growl-GNTP
 Summary:Perl implementation of GNTP Protocol (Client Part)
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Growl-GNTP/
-Source: 
http://www.cpan.org/authors/id/M/MA/MATTN/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/M/MA/MATTN/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Meta)
-BuildRequires:  perl(CPAN::Meta::Prereqs)
 BuildRequires:  perl(Crypt::CBC) >= 2.29
 BuildRequires:  perl(Data::UUID) >= 0.149
 BuildRequires:  perl(Digest::SHA) >= 5.45
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.36
-BuildRequires:  perl(IO::Socket::PortState)
-BuildRequires:  perl(Module::Build) >= 0.38
-BuildRequires:  perl(Module::Build::Tiny)
+BuildRequires:  perl(Module::Build::Tiny) >= 0.035
 Requires:   perl(Crypt::CBC) >= 2.29
 Requires:   perl(Data::UUID) >= 0.149
 Requires:   perl(Digest::SHA) >= 5.45
-Requires:   perl(IO::Socket::PortState)
 %{perl_requires}
 
 %description
@@ -63,6 +58,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes cpanfile examples LICENSE README.md
+%doc Changes examples LICENSE README.md
 
 %changelog

++ Growl-GNTP-0.20.tar.gz -> Growl-GNTP-0.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Growl-GNTP-0.20/.gitignore 
new/Growl-GNTP-0.21/.gitignore
--- old/Growl-GNTP-0.20/.gitignore  2013-04-07 13:30:09.0 +0200
+++ new/Growl-GNTP-0.21/.gitignore  1970-01-01 01:00:00.0 +0100
@@ -1,15 +0,0 @@
-cover_db
-META.yml
-Makefile
-blib
-inc
-pm_to_blib
-Makefile.old
-/Growl-GNTP-*
-/.build
-/_build_params
-/Build
-!Build/
-!META.json
-MYMETA.json
-MYMETA.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Growl-GNTP-0.20/.travis.yml 
new/Growl-GNTP-0.21/.travis.yml
--- old/Growl-GNTP-0.20/.travis.yml 2013-04-07 13:30:09.0 +0200
+++ new/Growl-GNTP-0.21/.travis.yml 1970-01-01 01:00:00.0 +0100
@@ -1,8 +0,0 @@
-language: perl
-before_script:
-  - "git config --global user.email 'y...@example.com'"
-  - "git config --global user.name 'Your Name'"
-script: perl Build.PL && ./Build build && ./Build test
-perl:
-  - 5.16
-  - 5.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Growl-GNTP-0.20/Build.PL new/Growl-GNTP-0.21/Build.PL
--- old/Growl-GNTP-0.20/Build.PL2013-04-07 13:30:09.0 +0200
+++ new/Growl-GNTP-0.21/Build.PL2016-04-08 18:13:46.0 +0200
@@ -1,50 +1,12 @@
-use strict;
-use Module::Build;
-use File::Basename;
-use File::Spec;
-use CPAN::Meta;
-use CPAN::Meta::Prereqs;
-
 # =
 # THIS FILE IS AUTOMATICALLY GENERATED BY MINILLA.
 # DO NOT EDIT DIRECTLY.
 # =
 
-use 

commit fio for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package fio for openSUSE:Factory checked in 
at 2016-04-12 19:39:58

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


Package is "fio"

Changes:

--- /work/SRC/openSUSE:Factory/fio/fio.changes  2016-03-18 21:41:48.0 
+0100
+++ /work/SRC/openSUSE:Factory/.fio.new/fio.changes 2016-04-12 
19:39:59.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr  4 20:45:38 UTC 2016 - mplus...@suse.com
+
+- Update dependencies (enable rdmca)
+
+---



Other differences:
--
++ fio.spec ++
--- /var/tmp/diff_new_pack.hoRDG8/_old  2016-04-12 19:40:00.0 +0200
+++ /var/tmp/diff_new_pack.hoRDG8/_new  2016-04-12 19:40:00.0 +0200
@@ -35,6 +35,7 @@
 %if 0%{?suse_version} > 1320
 BuildRequires:  glusterfs-devel
 BuildRequires:  libnuma-devel
+BuildRequires:  librdmacm-devel
 # This is not yet in Tumbleweed. Working on it.
 # BuildRequires:  librbd1-devel
 %endif




commit perl-Devel-CheckLib for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-CheckLib for 
openSUSE:Factory checked in at 2016-04-12 19:39:12

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


Package is "perl-Devel-CheckLib"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-CheckLib/perl-Devel-CheckLib.changes  
2016-02-26 00:38:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-CheckLib.new/perl-Devel-CheckLib.changes 
2016-04-12 19:39:13.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 11 12:25:14 UTC 2016 - co...@suse.com
+
+- updated to 1.07
+   see /usr/share/doc/packages/perl-Devel-CheckLib/CHANGES
+
+  1.072016-04-09  Add analyze_binary feature.
+
+---

Old:

  Devel-CheckLib-1.06.tar.gz

New:

  Devel-CheckLib-1.07.tar.gz



Other differences:
--
++ perl-Devel-CheckLib.spec ++
--- /var/tmp/diff_new_pack.mWno5v/_old  2016-04-12 19:39:13.0 +0200
+++ /var/tmp/diff_new_pack.mWno5v/_new  2016-04-12 19:39:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-CheckLib
-Version:1.06
+Version:1.07
 Release:0
 %define cpan_name Devel-CheckLib
 Summary:Check That a Library Is Available

++ Devel-CheckLib-1.06.tar.gz -> Devel-CheckLib-1.07.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.06/CHANGES 
new/Devel-CheckLib-1.07/CHANGES
--- old/Devel-CheckLib-1.06/CHANGES 2016-02-19 17:23:31.0 +0100
+++ new/Devel-CheckLib-1.07/CHANGES 2016-04-08 17:57:00.0 +0200
@@ -1,3 +1,5 @@
+1.072016-04-09  Add analyze_binary feature.
+
 1.062016-02-20  Fix linking on MSVC.
 
 1.052015-09-16  Fix handling $PERL_MM_OPT.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.06/MANIFEST 
new/Devel-CheckLib-1.07/MANIFEST
--- old/Devel-CheckLib-1.06/MANIFEST2016-02-19 17:27:17.0 +0100
+++ new/Devel-CheckLib-1.07/MANIFEST2016-04-08 17:59:28.0 +0200
@@ -20,4 +20,6 @@
 t/cmdline-LIBS-INC.t
 t/custom-function.t
 META.yml Module meta-data (added by MakeMaker)
+t/analyze-binary.t
+t/flags.t
 META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.06/META.json 
new/Devel-CheckLib-1.07/META.json
--- old/Devel-CheckLib-1.06/META.json   2016-02-19 17:27:16.0 +0100
+++ new/Devel-CheckLib-1.07/META.json   2016-04-08 17:59:28.0 +0200
@@ -46,5 +46,5 @@
  "url" : "http://github.com/mattn/p5-Devel-CheckLib;
   }
},
-   "version" : "1.06"
+   "version" : "1.07"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.06/META.yml 
new/Devel-CheckLib-1.07/META.yml
--- old/Devel-CheckLib-1.06/META.yml2016-02-19 17:27:16.0 +0100
+++ new/Devel-CheckLib-1.07/META.yml2016-04-08 17:59:28.0 +0200
@@ -25,4 +25,4 @@
   perl: 5.00405
 resources:
   repository: http://github.com/mattn/p5-Devel-CheckLib
-version: 1.06
+version: 1.07
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckLib-1.06/lib/Devel/CheckLib.pm 
new/Devel-CheckLib-1.07/lib/Devel/CheckLib.pm
--- old/Devel-CheckLib-1.06/lib/Devel/CheckLib.pm   2016-02-19 
17:23:39.0 +0100
+++ new/Devel-CheckLib-1.07/lib/Devel/CheckLib.pm   2016-04-08 
17:57:06.0 +0200
@@ -5,7 +5,7 @@
 use 5.00405; #postfix foreach
 use strict;
 use vars qw($VERSION @ISA @EXPORT);
-$VERSION = '1.06';
+$VERSION = '1.07';
 use Config qw(%Config);
 use Text::ParseWords 'quotewords';
 
@@ -54,7 +54,7 @@
 
 It works by trying to compile some code - which defaults to this:
 
-int main(void) { return 0; }
+int main(int argc, char *argv[]) { return 0; }
 
 and linking it to the specified libraries.  If something pops out the end
 which looks executable, it gets executed, and if main() returns 0 we know
@@ -142,6 +142,23 @@
 
 This can also be supplied on the command-line.
 
+=item ccflags
+
+Extra flags to pass to the compiler.
+
+=item ldflags
+
+Extra flags to pass to the linker.
+
+=item analyze_binary
+
+a callback function that will be invoked in order to perform custom
+analysis of the generated binary. The callback arguments are the
+library name and the path to the binary just compiled.
+
+It is possible to use this callback, for instance, to inspect the
+binary for further dependencies.
+
 =back
 

commit DisplayCAL for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2016-04-12 19:39:46

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


Package is "DisplayCAL"

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2016-03-14 
09:57:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2016-04-12 19:39:48.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 11 08:53:40 UTC 2016 - flor...@displaycal.net
+
+- update to 3.1.3.1: see README.html#changelog-3.1.3.1
+
+---
+Sat Apr 09 10:20:55 UTC 2016 - flor...@displaycal.net
+
+- update to 3.1.3.0: see README.html#changelog-3.1.3
+
+---

Old:

  DisplayCAL-3.1.1.0.tar.gz

New:

  DisplayCAL-3.1.3.1.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.KaqpDg/_old  2016-04-12 19:39:49.0 +0200
+++ /var/tmp/diff_new_pack.KaqpDg/_new  2016-04-12 19:39:49.0 +0200
@@ -22,20 +22,32 @@
 %define py_maxversion 2.7
 %define wx_minversion 2.8.8
 
+%if 0%{?mandriva_version} > 0
+%define correct_group Graphics
+%else
+%if 0%{?suse_version} > 0
+%define correct_group Productivity/Graphics/Other
+%else
+%if 0%{?fedora_version} > 0 || 0%{?rhel_version} > 0 || 0%{?centos_version} > 
0 || 0%{?scientificlinux_version} > 0
+%define correct_group Applications/Multimedia
+%endif
+%endif
+%endif
+
 %global debug_package %{nil}
 
 Summary:A graphical front-end for display calibration and profiling 
using Argyll CMS
 License:GPL-3.0+
-Group:  Applications/Multimedia
+Group:  %{correct_group}
 Name:   DisplayCAL
-Version:3.1.1.0
+Version:3.1.3.1
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:http://displaycal.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   p7zip
 Obsoletes:  DisplayCAL-0install
-Provides:   dispcalGUI
+Provides:   dispcalGUI = %{version}
 Obsoletes:  dispcalGUI < 3.1.0.0
 Obsoletes:  dispcalGUI-0install < 3.1.0.0
 %if 0%{?mandriva_version} > 0
@@ -193,6 +205,7 @@
 %config /etc/xdg/autostart/z-displaycal-apply-profiles.desktop
 %doc LICENSE.txt
 %doc README.html
+%doc README-fr.html
 %doc screenshots
 %doc theme
 /usr/share/man/man1/*

++ DisplayCAL-3.1.1.0.tar.gz -> DisplayCAL-3.1.3.1.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.1.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL-3.1.3.1.tar.gz differ: 
char 5, line 1

++ debian.changelog ++
--- /var/tmp/diff_new_pack.KaqpDg/_old  2016-04-12 19:39:49.0 +0200
+++ /var/tmp/diff_new_pack.KaqpDg/_new  2016-04-12 19:39:49.0 +0200
@@ -1,5 +1,5 @@
-displaycal (3.1.1.0-1) stable; urgency=low
+displaycal (3.1.3.1-1) stable; urgency=low
 
-  * Version 3.1.1.0
+  * Version 3.1.3.1
 
- -- Florian Höch   Mon, 29 Feb 2016 16:43:24 +0100
+ -- Florian Höch   Mon, 11 Apr 2016 08:53:40 +0100




commit tint2 for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package tint2 for openSUSE:Factory checked 
in at 2016-04-12 19:39:34

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


Package is "tint2"

Changes:

--- /work/SRC/openSUSE:Factory/tint2/tint2.changes  2016-03-26 
15:24:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.tint2.new/tint2.changes 2016-04-12 
19:39:35.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr  4 14:45:46 UTC 2016 - mvet...@suse.com
+
+- Update to 0.12.9:
+- Remove tint2_ppc64le_linux.patch: Upstreamed
+
+---

Old:

  tint2-0.12.7.tar.gz
  tint2_ppc64le_linux.patch

New:

  tint2-0.12.9.tar.gz



Other differences:
--
++ tint2.spec ++
--- /var/tmp/diff_new_pack.ZTB1Zy/_old  2016-04-12 19:39:36.0 +0200
+++ /var/tmp/diff_new_pack.ZTB1Zy/_new  2016-04-12 19:39:36.0 +0200
@@ -17,14 +17,13 @@
 
 
 Name:   tint2
-Version:0.12.7
+Version:0.12.9
 Release:0
 Summary:A lightweight X11 desktop panel and task manager
 License:GPL-2.0
 Group:  User Interface/Desktops
 Url:https://gitlab.com/o9000/tint2
 Source0:
https://gitlab.com/o9000/%{name}/repository/archive.tar.gz?ref=v%{version}#/%{name}-%{version}.tar.gz
-Patch1: tint2_ppc64le_linux.patch
 BuildRequires:  cairo-devel
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
@@ -50,8 +49,7 @@
 %lang_package
 
 %prep
-%setup -q -n %{name}-v%{version}-107bfc85a3955a8b88ff027d2f6cb4cb7e943cb0
-%patch1 -p1
+%setup -q -n %{name}-v%{version}-d2b32d528f92891d4b185f6febd08835b231c3a3
 
 %build
 %cmake -DENABLE_EXAMPLES=ON -DDOCDIR=%{_docdir}/%{name}
@@ -90,7 +88,6 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING README.md
-%doc sample/
 %{_bindir}/tint2
 %{_bindir}/tint2conf
 %config(noreplace) %{_sysconfdir}/xdg/tint2/tint2rc

++ tint2-0.12.7.tar.gz -> tint2-0.12.9.tar.gz ++
 33616 lines of diff (skipped)




commit perl-Mojolicious for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2016-04-12 19:38:54

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


Package is "perl-Mojolicious"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mojolicious/perl-Mojolicious.changes
2016-03-17 16:47:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2016-04-12 19:38:56.0 +0200
@@ -1,0 +2,32 @@
+Mon Apr 11 12:51:36 UTC 2016 - co...@suse.com
+
+- updated to 6.58
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.58  2016-04-09
+- Removed deprecated build_frame and parse_frame methods from
+  Mojo::Transaction::WebSocket.
+- Added fork policy to Mojolicious::Guides::Contributing.
+- Improved Mojo::JSON to generate canonical JSON objects.
+- Fixed bug in Mojo::Loader where classes with exceptions could not be 
loaded
+  twice. (kiwiroy, sri)
+
+---
+Mon Apr  4 10:00:32 UTC 2016 - co...@suse.com
+
+- updated to 6.57
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.57  2016-03-23
+- Fixed a few validation bugs in Mojolicious::Validator::Validation.
+  (Mikey, sri)
+- Fixed copyright notice.
+  
+  6.56  2016-03-16
+- Added hidden option to list_files method in Mojo::Home. (batman, sri)
+- Added hidden option to files function in Mojo::Util. (batman, sri)
+- Fixed bug where Morbo would not ignore hidden files. (batman, sri)
+- Fixed bug where Morbo would ignore the --verbose option.
+- Fixed keep-alive bug in Mojo::UserAgent. (jberger)
+
+---

Old:

  Mojolicious-6.55.tar.gz

New:

  Mojolicious-6.58.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.443Mkc/_old  2016-04-12 19:38:57.0 +0200
+++ /var/tmp/diff_new_pack.443Mkc/_new  2016-04-12 19:38:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.55
+Version:6.58
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.55.tar.gz -> Mojolicious-6.58.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.55/Changes new/Mojolicious-6.58/Changes
--- old/Mojolicious-6.55/Changes2016-03-08 19:08:01.0 +0100
+++ new/Mojolicious-6.58/Changes2016-04-10 19:07:57.0 +0200
@@ -1,4 +1,24 @@
 
+6.58  2016-04-09
+  - Removed deprecated build_frame and parse_frame methods from
+Mojo::Transaction::WebSocket.
+  - Added fork policy to Mojolicious::Guides::Contributing.
+  - Improved Mojo::JSON to generate canonical JSON objects.
+  - Fixed bug in Mojo::Loader where classes with exceptions could not be loaded
+twice. (kiwiroy, sri)
+
+6.57  2016-03-23
+  - Fixed a few validation bugs in Mojolicious::Validator::Validation.
+(Mikey, sri)
+  - Fixed copyright notice.
+
+6.56  2016-03-16
+  - Added hidden option to list_files method in Mojo::Home. (batman, sri)
+  - Added hidden option to files function in Mojo::Util. (batman, sri)
+  - Fixed bug where Morbo would not ignore hidden files. (batman, sri)
+  - Fixed bug where Morbo would ignore the --verbose option.
+  - Fixed keep-alive bug in Mojo::UserAgent. (jberger)
+
 6.55  2016-03-08
   - Deprecated Mojo::Server::Morbo::check in favor of
 Mojo::Server::Morbo::modified_files. (leejo, nugged)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.55/MANIFEST 
new/Mojolicious-6.58/MANIFEST
--- old/Mojolicious-6.55/MANIFEST   2016-03-08 21:42:16.0 +0100
+++ new/Mojolicious-6.58/MANIFEST   2016-04-10 19:11:02.0 +0200
@@ -183,6 +183,8 @@
 t/mojo/ioloop_tls.t
 t/mojo/json.t
 t/mojo/json_pointer.t
+t/mojo/lib/Mojo/.hidden.txt
+t/mojo/lib/Mojo/.test/hidden.txt
 t/mojo/lib/Mojo/BaseTest/Base1.pm
 t/mojo/lib/Mojo/BaseTest/Base2.pm
 t/mojo/lib/Mojo/BaseTest/Base3.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.55/META.json 
new/Mojolicious-6.58/META.json
--- old/Mojolicious-6.55/META.json  2016-03-08 21:42:16.0 +0100
+++ new/Mojolicious-6.58/META.json  2016-04-10 19:11:02.0 +0200
@@ -58,5 +58,5 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "6.55"
+   "version" : "6.58"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

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

2016-04-12 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-04-12 19:39:18

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-03-26 15:27:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new/perl-CPAN-Perl-Releases.changes
 2016-04-12 19:39:19.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 11 12:13:22 UTC 2016 - co...@suse.com
+
+- updated to 2.62
+   see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+---

Old:

  CPAN-Perl-Releases-2.60.tar.gz

New:

  CPAN-Perl-Releases-2.62.tar.gz



Other differences:
--
++ perl-CPAN-Perl-Releases.spec ++
--- /var/tmp/diff_new_pack.V6h05L/_old  2016-04-12 19:39:20.0 +0200
+++ /var/tmp/diff_new_pack.V6h05L/_new  2016-04-12 19:39:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CPAN-Perl-Releases
-Version:2.60
+Version:2.62
 Release:0
 %define cpan_name CPAN-Perl-Releases
 Summary:Mapping Perl releases on CPAN to the location of the tarballs

++ CPAN-Perl-Releases-2.60.tar.gz -> CPAN-Perl-Releases-2.62.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.60/Changes 
new/CPAN-Perl-Releases-2.62/Changes
--- old/CPAN-Perl-Releases-2.60/Changes 2016-03-20 19:30:02.0 +0100
+++ new/CPAN-Perl-Releases-2.62/Changes 2016-04-10 19:44:08.0 +0200
@@ -1,8 +1,18 @@
 ==
-Changes from 2011-03-22 00:00:00 + to present.
+Changes from 2011-04-12 00:00:00 + to present.
 ==
 
 -
+version 2.62 at 2016-04-10 17:43:33 +
+-
+
+  Change: a9fc7491237007a90931cf4572a9caa95d1f1855
+  Author: Chris 'BinGOs' Williams 
+  Date : 2016-04-10 18:43:33 +
+
+Updated for v5.22.2-RC1 
+
+-
 version 2.60 at 2016-03-20 18:29:24 +
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.60/META.json 
new/CPAN-Perl-Releases-2.62/META.json
--- old/CPAN-Perl-Releases-2.60/META.json   2016-03-20 19:30:02.0 
+0100
+++ new/CPAN-Perl-Releases-2.62/META.json   2016-04-10 19:44:08.0 
+0200
@@ -54,6 +54,6 @@
  "web" : "https://github.com/bingos/cpan-perl-releases;
   }
},
-   "version" : "2.60"
+   "version" : "2.62"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.60/META.yml 
new/CPAN-Perl-Releases-2.62/META.yml
--- old/CPAN-Perl-Releases-2.60/META.yml2016-03-20 19:30:02.0 
+0100
+++ new/CPAN-Perl-Releases-2.62/META.yml2016-04-10 19:44:08.0 
+0200
@@ -21,4 +21,4 @@
 resources:
   homepage: https://github.com/bingos/cpan-perl-releases
   repository: https://github.com/bingos/cpan-perl-releases.git
-version: '2.60'
+version: '2.62'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.60/Makefile.PL 
new/CPAN-Perl-Releases-2.62/Makefile.PL
--- old/CPAN-Perl-Releases-2.60/Makefile.PL 2016-03-20 19:30:02.0 
+0100
+++ new/CPAN-Perl-Releases-2.62/Makefile.PL 2016-04-10 19:44:08.0 
+0200
@@ -26,7 +26,7 @@
 "IPC::Open3" => 0,
 "Test::More" => "0.47"
   },
-  "VERSION" => "2.60",
+  "VERSION" => "2.62",
   "test" => {
 "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.60/README 
new/CPAN-Perl-Releases-2.62/README
--- old/CPAN-Perl-Releases-2.60/README  2016-03-20 19:30:02.0 +0100
+++ new/CPAN-Perl-Releases-2.62/README  2016-04-10 19:44:08.0 +0200
@@ -5,7 +5,7 @@
 
 VERSION
 
-version 2.60
+version 2.62
 
 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.60/dist.ini 
new/CPAN-Perl-Releases-2.62/dist.ini
--- old/CPAN-Perl-Releases-2.60/dist.ini2016-03-20 19:30:02.0 
+0100
+++ new/CPAN-Perl-Releases-2.62/dist.ini2016-04-10 19:44:08.0 
+0200
@@ -1,5 +1,5 @@
 name = CPAN-Perl-Releases
-version = 2.60
+version = 2.62
 author = 

commit perl-Minion for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Minion for openSUSE:Factory 
checked in at 2016-04-12 19:39:00

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


Package is "perl-Minion"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Minion/perl-Minion.changes  2016-03-16 
10:34:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Minion.new/perl-Minion.changes 
2016-04-12 19:39:02.0 +0200
@@ -1,0 +2,18 @@
+Mon Apr 11 12:49:32 UTC 2016 - co...@suse.com
+
+- updated to 5.03
+   see /usr/share/doc/packages/perl-Minion/Changes
+
+  5.03  2016-04-10
+- Added enqueue event to Minion. (jberger)
+
+---
+Mon Apr  4 09:58:24 UTC 2016 - co...@suse.com
+
+- updated to 5.02
+   see /usr/share/doc/packages/perl-Minion/Changes
+
+  5.02  2016-03-23
+- Fixed copyright notice.
+
+---

Old:

  Minion-5.01.tar.gz

New:

  Minion-5.03.tar.gz



Other differences:
--
++ perl-Minion.spec ++
--- /var/tmp/diff_new_pack.v0pXDo/_old  2016-04-12 19:39:02.0 +0200
+++ /var/tmp/diff_new_pack.v0pXDo/_new  2016-04-12 19:39:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Minion
-Version:5.01
+Version:5.03
 Release:0
 %define cpan_name Minion
 Summary:Job queue

++ Minion-5.01.tar.gz -> Minion-5.03.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-5.01/Changes new/Minion-5.03/Changes
--- old/Minion-5.01/Changes 2016-02-24 12:00:57.0 +0100
+++ new/Minion-5.03/Changes 2016-04-10 18:57:18.0 +0200
@@ -1,4 +1,10 @@
 
+5.03  2016-04-10
+  - Added enqueue event to Minion. (jberger)
+
+5.02  2016-03-23
+  - Fixed copyright notice.
+
 5.01  2016-02-24
   - Fixed worker command to repair in regular intervals.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-5.01/META.json new/Minion-5.03/META.json
--- old/Minion-5.01/META.json   2016-02-24 12:05:00.0 +0100
+++ new/Minion-5.03/META.json   2016-04-10 19:02:44.0 +0200
@@ -54,5 +54,5 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "5.01"
+   "version" : "5.03"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-5.01/META.yml new/Minion-5.03/META.yml
--- old/Minion-5.01/META.yml2016-02-24 12:05:00.0 +0100
+++ new/Minion-5.03/META.yml2016-04-10 19:02:44.0 +0200
@@ -27,4 +27,4 @@
   homepage: http://mojolicious.org
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/minion.git
-version: '5.01'
+version: '5.03'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-5.01/lib/Minion.pm 
new/Minion-5.03/lib/Minion.pm
--- old/Minion-5.01/lib/Minion.pm   2016-02-17 14:42:21.0 +0100
+++ new/Minion-5.03/lib/Minion.pm   2016-04-10 18:57:04.0 +0200
@@ -16,11 +16,16 @@
 has remove_after  => 172800;
 has tasks => sub { {} };
 
-our $VERSION = '5.01';
+our $VERSION = '5.03';
 
 sub add_task { ($_[0]->tasks->{$_[1]} = $_[2]) and return $_[0] }
 
-sub enqueue { shift->backend->enqueue(@_) }
+sub enqueue {
+  my $self = shift;
+  my $id   = $self->backend->enqueue(@_);
+  $self->emit(enqueue => $id);
+  return $id;
+}
 
 sub job {
   my ($self, $id) = @_;
@@ -195,6 +200,20 @@
 L inherits all events from L and can emit the
 following new ones.
 
+=head2 enqueue
+
+  $minion->on(enqueue => sub {
+my ($minion, $id) = @_;
+...
+  });
+
+Emitted after a job has been enqueued, in the process that enqueued it.
+
+  $minion->on(enqueue => sub {
+my ($minion, $id) = @_;
+say "Job $id has been enqueued.";
+  });
+
 =head2 worker
 
   $minion->on(worker => sub {
@@ -352,7 +371,12 @@
   $minion->perform_jobs;
   $minion->perform_jobs({queues => ['important']});
 
-Perform all jobs, very useful for testing.
+Perform all jobs with a temporary worker, very useful for testing.
+
+  # Longer version
+  my $worker = $minion->worker;
+  while (my $job = $worker->register->dequeue(0)) { $job->perform }
+  $worker->unregister;
 
 These options are currently available:
 
@@ -479,13 +503,15 @@
 
 Brian Medley
 
+Joel Berger
+
 Paul Williams
 
 =back
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2014-2016, Sebastian Riedel.
+Copyright (C) 2014-2016, Sebastian Riedel and others.
 
 This program is free software, you can redistribute it and/or modify it under
 the terms of the Artistic License 

commit youtube-dl for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-04-12 19:39:41

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


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-03-29 
10:39:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-04-12 19:39:42.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr  4 13:54:40 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.04.01
+* brightcove: Support alternative BrightcoveExperience
+
+---

Old:

  youtube-dl-2016.03.25.tar.gz
  youtube-dl-2016.03.25.tar.gz.sig

New:

  youtube-dl-2016.04.01.tar.gz
  youtube-dl-2016.04.01.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.Icj8sK/_old  2016-04-12 19:39:43.0 +0200
+++ /var/tmp/diff_new_pack.Icj8sK/_new  2016-04-12 19:39:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2016.03.25
+Version:2016.04.01
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2016.03.25.tar.gz -> youtube-dl-2016.04.01.tar.gz ++
 4859 lines of diff (skipped)




commit numix-gtk-theme for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package numix-gtk-theme for openSUSE:Factory 
checked in at 2016-04-12 19:38:38

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


Package is "numix-gtk-theme"

Changes:

--- /work/SRC/openSUSE:Factory/numix-gtk-theme/numix-gtk-theme.changes  
2015-07-03 00:11:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.numix-gtk-theme.new/numix-gtk-theme.changes 
2016-04-12 19:38:39.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 11 10:02:03 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 2.5.1+git20160410.
+
+---

Old:

  numix-gtk-theme-2.5.1.tar.gz

New:

  numix-gtk-theme-2.5.1+git20160410.tar.gz



Other differences:
--
++ numix-gtk-theme.spec ++
--- /var/tmp/diff_new_pack.hzu2yG/_old  2016-04-12 19:38:40.0 +0200
+++ /var/tmp/diff_new_pack.hzu2yG/_new  2016-04-12 19:38:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package numix-gtk-theme
 #
-# 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
@@ -19,14 +19,17 @@
 %define _theme  Numix
 %define _name   numix
 Name:   numix-gtk-theme
-Version:2.5.1
+Version:2.5.1+git20160410
 Release:0
 Summary:Numix GTK+ theme for MATE, GNOME, and Xfce
 License:GPL-3.0+
 Group:  System/GUI/Other
 Url:https://numixproject.org/
-Source: 
https://github.com/shimmerproject/%{_theme}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source: %{name}-%{version}.tar.gz
 BuildRequires:  fdupes
+BuildRequires:  glib2-tools
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
+BuildRequires:  rubygem(sass)
 BuildArch:  noarch
 
 %description
@@ -71,9 +74,10 @@
 
 %prep
 %setup -q -n %{_theme}-%{version}
+chmod a-x CREDITS LICENSE README.md
 
 %build
-# Nothing to build.
+make %{?_smp_mflags}
 
 %install
 install -Dm 0644 index.theme 
%{buildroot}%{_datadir}/themes/%{_theme}/index.theme
@@ -81,27 +85,23 @@
 ls -d */ | while read dir; do
 cp -r --no-preserve=mode "$dir" 
"%{buildroot}%{_datadir}/themes/%{_theme}/$dir"
 done
-%fdupes %{buildroot}%{_datadir}
+%fdupes %{buildroot}%{_datadir}/
 
 %files -n metatheme-%{_name}-common
 %defattr(-,root,root)
 %doc CREDITS LICENSE README.md
-%dir %{_datadir}/themes/%{_theme}/
-%{_datadir}/themes/%{_theme}/metacity-1/
-%{_datadir}/themes/%{_theme}/openbox-3/
-%{_datadir}/themes/%{_theme}/unity/
-%{_datadir}/themes/%{_theme}/xfce-notify-4.0/
-%{_datadir}/themes/%{_theme}/xfwm4/
-%{_datadir}/themes/%{_theme}/index.theme
+%{_datadir}/themes/%{_theme}/
+%exclude %{_datadir}/themes/%{_theme}/gtk-2.*/
+%exclude %{_datadir}/themes/%{_theme}/gtk-3.*/
 
 %files -n gtk2-metatheme-%{_name}
 %defattr(-,root,root)
 %doc CREDITS LICENSE README.md
-%{_datadir}/themes/%{_theme}/gtk-2.0/
+%{_datadir}/themes/%{_theme}/gtk-2.*/
 
 %files -n gtk3-metatheme-%{_name}
 %defattr(-,root,root)
 %doc CREDITS LICENSE README.md
-%{_datadir}/themes/%{_theme}/gtk-3.0/
+%{_datadir}/themes/%{_theme}/gtk-3.*/
 
 %changelog




commit docker for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package docker for openSUSE:Factory checked 
in at 2016-04-12 19:38:27

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


Package is "docker"

Changes:

--- /work/SRC/openSUSE:Factory/docker/docker.changes2016-03-31 
13:03:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.docker.new/docker.changes   2016-04-12 
19:38:28.0 +0200
@@ -1,0 +2,14 @@
+Fri Apr  8 13:27:55 UTC 2016 - dmuel...@suse.com
+
+- use go-lang for aarch64:
+  - drop fix_platform_type_arm.patch (works around a gcc-go bug, so
+  unnecessary)
+
+---
+Thu Apr  7 09:35:40 UTC 2016 - asa...@suse.de
+
+- Add patch from upstream (https://github.com/docker/docker/pull/21723) to fix
+  compilation on Factory and Tumbleweed (which have btrfsprogs >= 4.5).
++ fix-btrfs-ioctl-structure.patch  bnc#974208
+
+---

Old:

  fix_platform_type_arm.patch

New:

  fix-btrfs-ioctl-structure.patch



Other differences:
--
++ docker.spec ++
--- /var/tmp/diff_new_pack.SAfOiL/_old  2016-04-12 19:38:29.0 +0200
+++ /var/tmp/diff_new_pack.SAfOiL/_new  2016-04-12 19:38:29.0 +0200
@@ -21,7 +21,7 @@
 %define docker_migration_testfile 
%{docker_store}/.suse-image-migration-v1to2-complete
 
 %define git_version 9e83765
-%define go_arches %ix86 x86_64
+%define go_arches %ix86 x86_64 aarch64
 Name:   docker
 Version:1.10.3
 Release:0
@@ -45,10 +45,12 @@
 Source8:docker-audit.rules
 # TODO: remove once we figure out what is wrong with iptables on ppc64le
 Source100:  sysconfig.docker.ppc64le
-Patch0: fix_platform_type_arm.patch
 Patch1: gcc5_socket_workaround.patch
 Patch2: fix-docker-init.patch
 Patch3: fix-apparmor.patch
+# TODO: Remove this once we update to Docker 1.11.0. This has been merged in
+#   https://github.com/docker/docker/pull/21723
+Patch4: fix-btrfs-ioctl-structure.patch
 # Required to overcome some limitations of gcc-go: 
https://groups.google.com/forum/#!msg/golang-nuts/SlGCPYkjxo4/4DjcjXRCqAkJ
 # Right now docker passes the sha1sum of the dockerinit binary to the docker 
binary at build time
 # We cannot do that, right now a quick and really dirty way to get it running 
is
@@ -153,7 +155,6 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1
 # 1330 is Tumbleweed after leap has been released
 # gcc5-go in Tumbleweed includes this commit
 # 
https://github.com/golang/gofrontend/commit/a850225433a66a58613c22185c3b09626f5545eb
@@ -166,6 +167,7 @@
 %endif
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 %ifnarch %go_arches
 %patch101 -p1
 %patch102 -p1

++ fix-btrfs-ioctl-structure.patch ++
>From a038cccf88998814249a7a40b71a33a680e3f02f Mon Sep 17 00:00:00 2001
From: Julio Montes 
Date: Fri, 1 Apr 2016 08:58:29 -0600
Subject: [PATCH] Fix compilation errors with btrfs-progs-4.5

btrfs-progs-4.5 introduces device delete by devid
for this reason btrfs_ioctl_vol_args_v2's name was encapsulated
in a union

this patch is for setting btrfs_ioctl_vol_args_v2's name
using a C function in order to preserve compatibility
with all btrfs-progs versions

Signed-off-by: Julio Montes 
Signed-off-by: Aleksa Sarai 
---
 daemon/graphdriver/btrfs/btrfs.go | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Index: docker-1.10.3/daemon/graphdriver/btrfs/btrfs.go
===
--- docker-1.10.3.orig/daemon/graphdriver/btrfs/btrfs.go
+++ docker-1.10.3/daemon/graphdriver/btrfs/btrfs.go
@@ -7,6 +7,10 @@ package btrfs
 #include 
 #include 
 #include 
+
+static void set_name_btrfs_ioctl_vol_args_v2(struct btrfs_ioctl_vol_args_v2* 
btrfs_struct, const char* value) {
+snprintf(btrfs_struct->name, BTRFS_SUBVOL_NAME_MAX, "%s", value);
+}
 */
 import "C"
 
@@ -160,9 +164,10 @@ func subvolSnapshot(src, dest, name stri
 
var args C.struct_btrfs_ioctl_vol_args_v2
args.fd = C.__s64(getDirFd(srcDir))
-   for i, c := range []byte(name) {
-   args.name[i] = C.char(c)
-   }
+
+   var cs = C.CString(name)
+   C.set_name_btrfs_ioctl_vol_args_v2(, cs)
+   C.free(unsafe.Pointer(cs))
 
_, _, errno := syscall.Syscall(syscall.SYS_IOCTL, getDirFd(destDir), 
C.BTRFS_IOC_SNAP_CREATE_V2,
uintptr(unsafe.Pointer()))



commit osc for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package osc for openSUSE:Factory checked in 
at 2016-04-12 19:38:32

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-11 10:26:31.0 
+0200
+++ /work/SRC/openSUSE:Factory/.osc.new/osc.changes 2016-04-12 
19:38:34.0 +0200
@@ -1,0 +2,7 @@
+Mon Apr 11 08:50:29 UTC 2016 - adr...@suse.de
+
+- 0.154.0
+  - support for new obs_scm services (OBS 2.7 needed)
+  - show errors on branch failures again
+
+---

Old:

  osc-0.153.0.tar.gz

New:

  osc-0.154.0.tar.gz



Other differences:
--
++ osc.spec ++
--- /var/tmp/diff_new_pack.VBSp58/_old  2016-04-12 19:38:35.0 +0200
+++ /var/tmp/diff_new_pack.VBSp58/_new  2016-04-12 19:38:35.0 +0200
@@ -16,8 +16,10 @@
 #
 
 
+%define version_unconverted 0.154.0
+
 Name:   osc
-Version:0.153.0
+Version:0.154.0
 Release:0
 Summary:Open Build Service Commander
 License:GPL-2.0+

++ PKGBUILD ++
--- /var/tmp/diff_new_pack.VBSp58/_old  2016-04-12 19:38:35.0 +0200
+++ /var/tmp/diff_new_pack.VBSp58/_new  2016-04-12 19:38:35.0 +0200
@@ -1,5 +1,5 @@
 pkgname=osc
-pkgver=0.153.0
+pkgver=0.154.0
 pkgrel=0
 pkgdesc="Open Build Service client"
 arch=('i686' 'x86_64')

++ _service ++
--- /var/tmp/diff_new_pack.VBSp58/_old  2016-04-12 19:38:35.0 +0200
+++ /var/tmp/diff_new_pack.VBSp58/_new  2016-04-12 19:38:35.0 +0200
@@ -1,7 +1,7 @@
 
   
-0.153.0
-0.153.0
+0.154.0
+0.154.0
 git://github.com/openSUSE/osc.git
 git
   

++ debian.changelog ++
--- /var/tmp/diff_new_pack.VBSp58/_old  2016-04-12 19:38:35.0 +0200
+++ /var/tmp/diff_new_pack.VBSp58/_new  2016-04-12 19:38:35.0 +0200
@@ -1,4 +1,4 @@
-osc (0.153.0) unstable; urgency=low
+osc (0.154.0) unstable; urgency=low
   - Update to 0.135.0
 
  -- Adrian Schroeter   Wed, 28 Jun 2012 10:00:00 +0200

++ osc-0.153.0.tar.gz -> osc-0.154.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.153.0/NEWS new/osc-0.154.0/NEWS
--- old/osc-0.153.0/NEWS2016-03-04 08:38:36.0 +0100
+++ new/osc-0.154.0/NEWS2016-04-11 10:49:56.0 +0200
@@ -1,3 +1,8 @@
+0.154
+  - switch to new obs_scm service when adding git URL's
+  - set OSC_VERSION environment for source services
+(allows to work in local git checkouts when using obs_scm)
+
 0.153
   - "my sr" is using the server side request collection to get right results
   - maintenance request offers to supersede old, but still open requests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.153.0/osc/commandline.py 
new/osc-0.154.0/osc/commandline.py
--- old/osc-0.153.0/osc/commandline.py  2016-03-04 08:38:36.0 +0100
+++ new/osc-0.154.0/osc/commandline.py  2016-04-11 10:49:56.0 +0200
@@ -3160,7 +3160,7 @@
 @cmdln.alias('sm')
 @cmdln.alias('maintained')
 def do_mbranch(self, subcmd, opts, *args):
-"""${cmd_name}: Search or banch multiple instances of a package
+"""${cmd_name}: Search or branch multiple instances of a package
 
 This command is used for searching all relevant instances of packages
 and creating links of them in one project.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.153.0/osc/core.py new/osc-0.154.0/osc/core.py
--- old/osc-0.153.0/osc/core.py 2016-03-04 08:38:36.0 +0100
+++ new/osc-0.154.0/osc/core.py 2016-04-11 10:49:56.0 +0200
@@ -5,7 +5,7 @@
 
 from __future__ import print_function
 
-__version__ = '0.153.0'
+__version__ = '0.154.0'
 
 # __store_version__ is to be incremented when the format of the working copy
 # "store" changes in an incompatible way. Please add any needed migration
@@ -257,7 +257,7 @@
 """
 def __init__(self):
 """creates an empty serviceinfo instance"""
-self.services = None
+self.services = []
 self.project  = None
 self.package  = None
 
@@ -265,34 +265,36 @@
 """read in the source services  element passed as
 elementtree node.
 """
-if serviceinfo_node == None:
+def error(msg, xml):
+data = 'invalid service format:\n%s' % ET.tostring(xml, 
encoding=ET_ENCODING)
+raise ValueError("%s\n\n%s" % (data, msg))
+
+if serviceinfo_node is None:
 return
-if not append or self.services == 

commit mate-branding-openSUSE for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package mate-branding-openSUSE for 
openSUSE:Factory checked in at 2016-04-12 19:38:43

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


Package is "mate-branding-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-branding-openSUSE/mate-branding-openSUSE.changes
2016-04-05 10:43:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-branding-openSUSE.new/mate-branding-openSUSE.changes
   2016-04-12 19:38:45.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 11 10:02:03 UTC 2016 - sor.ale...@meowr.ru
+
+- Change the theme back from TraditionGreen to Numix to
+  TraditionGreen: Numix now supports Gtk 3.20.
+
+---



Other differences:
--
++ mate-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.BelYOh/_old  2016-04-12 19:38:46.0 +0200
+++ /var/tmp/diff_new_pack.BelYOh/_new  2016-04-12 19:38:46.0 +0200
@@ -111,8 +111,9 @@
 Group:  System/GUI/Other
 Requires:   mate-icon-theme
 Requires:   mate-session-manager = %{mate_session_manager_version}
-Requires:   mate-themes
+Requires:   metatheme-numix-common
 Requires:   wallpaper-branding-openSUSE
+Recommends: mate-themes
 Supplements:packageand(mate-session-manager:branding-openSUSE)
 Conflicts:  otherproviders(mate-session-manager-branding)
 Provides:   mate-session-manager-branding = %{mate_session_manager_version}

++ mate-session-branding.gschema.override.in ++
--- /var/tmp/diff_new_pack.BelYOh/_old  2016-04-12 19:38:46.0 +0200
+++ /var/tmp/diff_new_pack.BelYOh/_new  2016-04-12 19:38:46.0 +0200
@@ -7,10 +7,10 @@
 
 [org.mate.interface]
 icon-theme='menta'
-gtk-theme='TraditionalGreen'
+gtk-theme='Numix'
 
 [org.mate.Marco.general]
-theme='TraditionalGreen'
+theme='Numix'
 
 [org.mate.panel.menubar]
-icon-name='mate-opensuse-dark'
+icon-name='mate-opensuse-light'




commit vertex-gtk-theme for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package vertex-gtk-theme for 
openSUSE:Factory checked in at 2016-04-12 19:38:49

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


Package is "vertex-gtk-theme"

Changes:

--- /work/SRC/openSUSE:Factory/vertex-gtk-theme/vertex-gtk-theme.changes
2016-04-03 23:07:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.vertex-gtk-theme.new/vertex-gtk-theme.changes   
2016-04-12 19:38:50.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 11 10:02:03 UTC 2016 - sor.ale...@meowr.ru
+
+- Add Gtk3 build dependency for theme to know for which version to
+  build for.
+
+---



Other differences:
--
++ vertex-gtk-theme.spec ++
--- /var/tmp/diff_new_pack.EFmL1L/_old  2016-04-12 19:38:51.0 +0200
+++ /var/tmp/diff_new_pack.EFmL1L/_new  2016-04-12 19:38:51.0 +0200
@@ -30,6 +30,7 @@
 BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.10
 BuildArch:  noarch
 
 %description
@@ -92,23 +93,24 @@
 %install
 %make_install
 find %{buildroot}%{_datadir} -type f -name '*.sh' -delete
-%fdupes %{buildroot}%{_datadir}
+%fdupes %{buildroot}%{_datadir}/
 
 %files -n metatheme-%{_name}-common
 %defattr(-,root,root)
 %doc AUTHORS COPYING
 %dir %{_datadir}/themes/%{_theme}*/
-%exclude %{_datadir}/themes/%{_theme}*/gtk-?.0/
+%exclude %{_datadir}/themes/%{_theme}*/gtk-2.*/
+%exclude %{_datadir}/themes/%{_theme}*/gtk-3.*/
 %{_datadir}/themes/%{_theme}*/*
 
 %files -n gtk2-metatheme-%{_name}
 %defattr(-,root,root)
 %doc AUTHORS COPYING
-%{_datadir}/themes/%{_theme}*/gtk-2.0/
+%{_datadir}/themes/%{_theme}*/gtk-2.*/
 
 %files -n gtk3-metatheme-%{_name}
 %defattr(-,root,root)
 %doc AUTHORS COPYING
-%{_datadir}/themes/%{_theme}*/gtk-3.0/
+%{_datadir}/themes/%{_theme}*/gtk-3.*/
 
 %changelog




commit ghc-turtle for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package ghc-turtle for openSUSE:Factory 
checked in at 2016-04-12 19:38:16

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


Package is "ghc-turtle"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-turtle/ghc-turtle.changes2016-02-09 
13:31:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-turtle.new/ghc-turtle.changes   
2016-04-12 19:38:17.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr  4 07:58:04 UTC 2016 - mimi...@gmail.com
+
+- update to 1.2.6 
+
+---

Old:

  turtle-1.2.5.tar.gz

New:

  turtle-1.2.6.tar.gz



Other differences:
--
++ ghc-turtle.spec ++
--- /var/tmp/diff_new_pack.o63otB/_old  2016-04-12 19:38:17.0 +0200
+++ /var/tmp/diff_new_pack.o63otB/_new  2016-04-12 19:38:17.0 +0200
@@ -20,7 +20,7 @@
 %bcond_with tests
 
 Name:   ghc-%{pkg_name}
-Version:1.2.5
+Version:1.2.6
 Release:0
 Summary:Shell programming, Haskell-style
 Group:  System/Libraries

++ turtle-1.2.5.tar.gz -> turtle-1.2.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/turtle-1.2.5/src/Turtle/Format.hs 
new/turtle-1.2.6/src/Turtle/Format.hs
--- old/turtle-1.2.5/src/Turtle/Format.hs   2016-01-07 05:54:31.0 
+0100
+++ new/turtle-1.2.6/src/Turtle/Format.hs   2016-03-06 03:13:11.0 
+0100
@@ -66,6 +66,7 @@
 ) where
 
 import Control.Category (Category(..))
+import Control.Monad.IO.Class (MonadIO(..))
 import Data.Monoid ((<>))
 import Data.String (IsString(..))
 import Data.Text (Text, pack)
@@ -106,8 +107,8 @@
 >>> printf ("Hello, "%s%"!\n") "world"
 Hello, world!
 -}
-printf :: Format (IO ()) r -> r
-printf fmt = fmt >>- Text.putStr
+printf :: MonadIO io => Format (io ()) r -> r
+printf fmt = fmt >>- (liftIO . Text.putStr)
 
 -- | Create your own format specifier
 makeFormat :: (a -> Text) -> Format r (a -> r)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/turtle-1.2.5/src/Turtle/Prelude.hs 
new/turtle-1.2.6/src/Turtle/Prelude.hs
--- old/turtle-1.2.5/src/Turtle/Prelude.hs  2016-01-07 05:54:31.0 
+0100
+++ new/turtle-1.2.6/src/Turtle/Prelude.hs  2016-03-28 00:38:05.0 
+0200
@@ -105,15 +105,11 @@
 
 module Turtle.Prelude (
 -- * IO
-  proc
-, shell
-, procs
-, shells
-, procStrict
-, shellStrict
-, echo
+  echo
 , err
 , readline
+, Filesystem.readTextFile
+, Filesystem.writeTextFile
 , arguments
 #if MIN_VERSION_base(4,7,0)
 , export
@@ -196,11 +192,21 @@
 -- * Text
 , cut
 
+-- * Subprocess management
+, proc
+, shell
+, system
+, procs
+, shells
+, procStrict
+, shellStrict
+
 -- * Permissions
 , Permissions
 , chmod
 , getmod
 , setmod
+, copymod
 , readable, nonreadable
 , writable, nonwritable
 , executable, nonexecutable
@@ -238,7 +244,7 @@
 import qualified Control.Foldl.Text
 import Control.Monad (liftM, msum, when, unless)
 import Control.Monad.IO.Class (MonadIO(..))
-import Control.Monad.Managed (Managed, managed, runManaged)
+import Control.Monad.Managed (MonadManaged(..), managed, runManaged)
 #ifdef mingw32_HOST_OS
 import Data.Bits ((.&.))
 #endif
@@ -276,7 +282,14 @@
 #ifdef mingw32_HOST_OS
 import qualified System.Win32 as Win32
 #else
-import System.Posix (openDirStream, readDirStream, closeDirStream, touchFile)
+import System.Posix (
+openDirStream,
+readDirStream,
+closeDirStream,
+touchFile,
+getSymbolicLinkStatus,
+isDirectory,
+isSymbolicLink )
 #endif
 import Prelude hiding (FilePath)
 
@@ -298,7 +311,13 @@
 -- ^ Lines of standard input
 -> io ExitCode
 -- ^ Exit code
-proc cmd args = system (Process.proc (unpack cmd) (map unpack args))
+proc cmd args =
+system
+( (Process.proc (unpack cmd) (map unpack args))
+{ Process.std_in  = Process.CreatePipe
+, Process.std_out = Process.Inherit
+, Process.std_err = Process.Inherit
+} )
 
 {-| Run a command line using the shell, retrieving the exit code
 
@@ -315,7 +334,13 @@
 -- ^ Lines of standard input
 -> io ExitCode
 -- ^ Exit code
-shell cmdLine = system (Process.shell (unpack cmdLine))
+shell cmdLine =
+system
+( (Process.shell (unpack cmdLine))
+{ Process.std_in  = Process.CreatePipe
+, Process.std_out = Process.Inherit
+, Process.std_err = Process.Inherit
+} )
 
 data ProcFailed = ProcFailed
 { 

commit ghc-monad-control for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package ghc-monad-control for 
openSUSE:Factory checked in at 2016-04-12 19:38:10

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


Package is "ghc-monad-control"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-monad-control/ghc-monad-control.changes  
2016-02-01 19:57:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-monad-control.new/ghc-monad-control.changes 
2016-04-12 19:38:11.0 +0200
@@ -1,0 +2,16 @@
+Thu Apr  7 15:00:08 UTC 2016 - mimi...@gmail.com
+
+- update to 1.0.1.0
+- removed useless _service
+* Added the functions:
+
+  liftThrough
+  :: (MonadTransControl t, Monad (t m), Monad m)
+  => (m (StT t a) -> m (StT t b)) -- ^
+  -> t m a -> t m b
+
+  captureT :: (MonadTransControl t, Monad (t m), Monad m) => t m (StT t ())
+  captureM :: MonadBaseControl b m => m (StM m ())
+
+
+---

Old:

  _service
  monad-control-1.0.0.5.tar.gz

New:

  monad-control-1.0.1.0.tar.gz



Other differences:
--
++ ghc-monad-control.spec ++
--- /var/tmp/diff_new_pack.IzDUAV/_old  2016-04-12 19:38:12.0 +0200
+++ /var/tmp/diff_new_pack.IzDUAV/_new  2016-04-12 19:38:12.0 +0200
@@ -19,7 +19,7 @@
 %global pkg_name monad-control
 
 Name:   ghc-%{pkg_name}
-Version:1.0.0.5
+Version:1.0.1.0
 Release:0
 Summary:Lift control operations, like exception catching, through 
monad transformers
 License:BSD-3-Clause

++ monad-control-1.0.0.5.tar.gz -> monad-control-1.0.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-control-1.0.0.5/CHANGELOG 
new/monad-control-1.0.1.0/CHANGELOG
--- old/monad-control-1.0.0.5/CHANGELOG 2016-01-28 11:03:35.0 +0100
+++ new/monad-control-1.0.1.0/CHANGELOG 2016-04-06 00:53:58.0 +0200
@@ -1,3 +1,18 @@
+1.0.1.0
+
+* Added the functions:
+
+  liftThrough
+:: (MonadTransControl t, Monad (t m), Monad m)
+=> (m (StT t a) -> m (StT t b)) -- ^
+-> t m a -> t m b
+
+  captureT :: (MonadTransControl t, Monad (t m), Monad m) => t m (StT t ())
+  captureM :: MonadBaseControl b m => m (StM m ())
+
+* Added Travis-CI integration
+
+
 1.0.0.5
 
 * Support transformers-0.5 & ransformers-compat-0.5.*.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-control-1.0.0.5/Control/Monad/Trans/Control.hs 
new/monad-control-1.0.1.0/Control/Monad/Trans/Control.hs
--- old/monad-control-1.0.0.5/Control/Monad/Trans/Control.hs2016-01-28 
11:03:35.0 +0100
+++ new/monad-control-1.0.1.0/Control/Monad/Trans/Control.hs2016-04-06 
00:53:58.0 +0200
@@ -29,23 +29,25 @@
 ( -- * MonadTransControl
   MonadTransControl(..), Run
 
-  -- ** Defaults for MonadTransControl
+  -- ** Defaults
   -- $MonadTransControlDefaults
 , RunDefault, defaultLiftWith, defaultRestoreT
 
   -- * MonadBaseControl
 , MonadBaseControl (..), RunInBase
 
-  -- ** Defaults for MonadBaseControl
+  -- ** Defaults
   -- $MonadBaseControlDefaults
 , ComposeSt, RunInBaseDefault, defaultLiftBaseWith, defaultRestoreM
 
   -- * Utility functions
-, control, embed, embed_
+, control, embed, embed_, captureT, captureM
 
 , liftBaseOp, liftBaseOp_
 
 , liftBaseDiscard, liftBaseOpDiscard
+
+, liftThrough
 ) where
 
 
@@ -464,6 +466,16 @@
 embed_ f = liftBaseWith $ \runInBase -> return (void . runInBase . f)
 {-# INLINABLE embed_ #-}
 
+-- | Capture the current state of a transformer
+captureT :: (MonadTransControl t, Monad (t m), Monad m) => t m (StT t ())
+captureT = liftWith $ \runInM -> runInM (return ())
+{-# INLINABLE captureT #-}
+
+-- | Capture the current state above the base monad
+captureM :: MonadBaseControl b m => m (StM m ())
+captureM = liftBaseWith $ \runInBase -> runInBase (return ())
+{-# INLINABLE captureM #-}
+
 -- | @liftBaseOp@ is a particular application of 'liftBaseWith' that allows
 -- lifting control operations of type:
 --
@@ -525,3 +537,13 @@
   ->  (a -> m ()) -> m c
 liftBaseOpDiscard f g = liftBaseWith $ \runInBase -> f $ void . runInBase . g
 {-# INLINABLE liftBaseOpDiscard #-}
+
+-- | Transform an action in @t m@ using a transformer that operates on the 
underlying monad @m@
+liftThrough
+:: (MonadTransControl t, Monad (t m), Monad m)
+=> (m (StT t a) -> m (StT t b)) -- ^
+-> t m a -> t m b
+liftThrough f t = do
+  st <- liftWith $ \run -> do
+f $ run t
+  restoreT $ return st
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit rubygem-mustache for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mustache for 
openSUSE:Factory checked in at 2016-04-12 19:37:54

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


Package is "rubygem-mustache"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mustache/rubygem-mustache.changes
2015-07-14 17:44:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-mustache.new/rubygem-mustache.changes   
2016-04-12 19:37:55.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr  6 06:26:11 UTC 2016 - co...@suse.com
+
+- updated to version 1.0.3
+  no changelog found
+
+---

Old:

  mustache-1.0.2.gem

New:

  mustache-1.0.3.gem



Other differences:
--
++ rubygem-mustache.spec ++
--- /var/tmp/diff_new_pack.U9qbTw/_old  2016-04-12 19:37:56.0 +0200
+++ /var/tmp/diff_new_pack.U9qbTw/_new  2016-04-12 19:37:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mustache
 #
-# 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,7 +24,7 @@
 #
 
 Name:   rubygem-mustache
-Version:1.0.2
+Version:1.0.3
 Release:0
 %define mod_name mustache
 %define mod_full_name %{mod_name}-%{version}

++ mustache-1.0.2.gem -> mustache-1.0.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2015-06-24 16:45:05.0 +0200
+++ new/README.md   2016-03-24 13:43:22.0 +0100
@@ -379,15 +379,15 @@
 * Home: 
 * Bugs: 
 * List: 
-* Gems: 
+* Gems: 
 
-[1]: http://code.google.com/p/google-ctemplate/
+[1]: https://github.com/olafvdspek/ctemplate
 [2]: 
http://www.ivan.fomichev.name/2008/05/erlang-template-engine-prototype.html
 [3]: http://google-ctemplate.googlecode.com/svn/trunk/doc/howto.html
 [4]: https://github.com/brynary/rack-bug/
 [5]: http://img.skitch.com/20091027-n8pxwwx8r61tc318a15q1n6m14.png
-[fk]: http://help.github.com/forking/
-[is]: https://github.com/defunkt/mustache/issues
+[fk]: https://help.github.com/forking/
+[is]: https://github.com/mustache/mustache/issues
 [irc]: irc://irc.freenode.net/#{
 [vim]: https://github.com/mustache/vim-mustache-handlebars
 [emacs]: https://github.com/mustache/vim-mustache-handlebars
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bin/mustache new/bin/mustache
--- old/bin/mustache2015-06-24 16:45:05.0 +0200
+++ new/bin/mustache2016-03-24 13:43:22.0 +0100
@@ -11,7 +11,7 @@
 # Return a structure describing the options.
 def self.parse_options(args)
   opts = OptionParser.new do |opts|
-opts.banner = "Usage: mustache [-c] [-t] [-r library] FILE ..."
+opts.banner = "Usage: mustache [-c] [-t] [-e] [-r library] FILE ..."
 
 opts.separator " "
 
@@ -42,6 +42,11 @@
   exit
 end
 
+opts.on("-e", "--error",
+  "Raise an error on context misses.") do |e|
+  Mustache.raise_on_context_miss = true
+end
+
 opts.on('-r', '--require LIB', 'Require a Ruby library before 
running.') do |lib|
   require lib
 end
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/mustache/context.rb new/lib/mustache/context.rb
--- old/lib/mustache/context.rb 2015-06-24 16:45:05.0 +0200
+++ new/lib/mustache/context.rb 2016-03-24 13:43:22.0 +0100
@@ -97,7 +97,7 @@
 # Do we know about a particular key? In other words, will calling
 # `context[key]` give us a result that was set. Basically.
 def has_key?(key)
-  !!fetch(key, false)
+  fetch(key, false)
 rescue ContextMiss
   false
 end
@@ -114,7 +114,7 @@
 next if frame == self
 
 value = find(frame, name, :__missing)
-return value if value != :__missing
+return value if :__missing != value
   end
 
   if default == :__raise || mustache_in_stack.raise_on_context_miss?
@@ -138,8 +138,11 @@
 def find(obj, key, default = nil)
   return find_in_hash(obj.to_hash, key, default) if 
obj.respond_to?(:to_hash)
 
-  key = to_tag(key)
-  return default unless 

commit ghc-xml-conduit for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package ghc-xml-conduit for openSUSE:Factory 
checked in at 2016-04-12 19:38:22

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


Package is "ghc-xml-conduit"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-xml-conduit/ghc-xml-conduit.changes  
2016-03-16 10:33:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-xml-conduit.new/ghc-xml-conduit.changes 
2016-04-12 19:38:23.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr  9 18:48:15 UTC 2016 - mimi...@gmail.com
+
+- update to 1.3.4.1
+* Remove unneeded ImpredicativeTypes
+
+---

Old:

  xml-conduit-1.3.4.tar.gz

New:

  xml-conduit-1.3.4.1.tar.gz



Other differences:
--
++ ghc-xml-conduit.spec ++
--- /var/tmp/diff_new_pack.ZEhmfX/_old  2016-04-12 19:38:24.0 +0200
+++ /var/tmp/diff_new_pack.ZEhmfX/_new  2016-04-12 19:38:24.0 +0200
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   ghc-xml-conduit
-Version:1.3.4
+Version:1.3.4.1
 Release:0
 Summary:Pure-Haskell utilities for dealing with XML with the conduit 
package
 License:BSD-2-Clause

++ xml-conduit-1.3.4.tar.gz -> xml-conduit-1.3.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xml-conduit-1.3.4/ChangeLog.md 
new/xml-conduit-1.3.4.1/ChangeLog.md
--- old/xml-conduit-1.3.4/ChangeLog.md  2016-03-02 16:38:12.0 +0100
+++ new/xml-conduit-1.3.4.1/ChangeLog.md2016-04-07 08:20:41.0 
+0200
@@ -1,3 +1,7 @@
+## 1.3.4.1
+
+* Remove unneeded ImpredicativeTypes
+
 ## 1.3.4
 
 * dropWS retains consumed whitespace values 
[#74](https://github.com/snoyberg/xml/issues/74) 
[#75](https://github.com/snoyberg/xml/pull/75) 
[#76](https://github.com/snoyberg/xml/pull/76)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xml-conduit-1.3.4/Text/XML/Stream/Parse.hs 
new/xml-conduit-1.3.4.1/Text/XML/Stream/Parse.hs
--- old/xml-conduit-1.3.4/Text/XML/Stream/Parse.hs  2016-03-02 
16:38:12.0 +0100
+++ new/xml-conduit-1.3.4.1/Text/XML/Stream/Parse.hs2016-04-07 
08:20:41.0 +0200
@@ -1,7 +1,6 @@
 {-# LANGUAGE BangPatterns   #-}
 {-# LANGUAGE DeriveDataTypeable #-}
 {-# LANGUAGE FlexibleContexts   #-}
-{-# LANGUAGE ImpredicativeTypes #-}
 {-# LANGUAGE OverloadedStrings  #-}
 {-# LANGUAGE PatternGuards  #-}
 {-# LANGUAGE RankNTypes #-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xml-conduit-1.3.4/xml-conduit.cabal 
new/xml-conduit-1.3.4.1/xml-conduit.cabal
--- old/xml-conduit-1.3.4/xml-conduit.cabal 2016-03-02 16:38:12.0 
+0100
+++ new/xml-conduit-1.3.4.1/xml-conduit.cabal   2016-04-07 08:20:41.0 
+0200
@@ -1,5 +1,5 @@
 name:xml-conduit
-version: 1.3.4
+version: 1.3.4.1
 license: MIT
 license-file:LICENSE
 author:  Michael Snoyman , Aristid Breitkreuz 





commit ghc-js-jquery for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package ghc-js-jquery for openSUSE:Factory 
checked in at 2016-04-12 19:38:04

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


Package is "ghc-js-jquery"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-js-jquery/ghc-js-jquery.changes  
2016-03-31 13:02:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-js-jquery.new/ghc-js-jquery.changes 
2016-04-12 19:38:05.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr  7 14:58:01 UTC 2016 - mimi...@gmail.com
+
+- update to 1.12.3 
+
+---

Old:

  js-jquery-1.12.2.tar.gz

New:

  js-jquery-1.12.3.tar.gz



Other differences:
--
++ ghc-js-jquery.spec ++
--- /var/tmp/diff_new_pack.3iBkZp/_old  2016-04-12 19:38:05.0 +0200
+++ /var/tmp/diff_new_pack.3iBkZp/_new  2016-04-12 19:38:05.0 +0200
@@ -19,7 +19,7 @@
 %global pkg_name js-jquery
 
 Name:   ghc-js-jquery
-Version:1.12.2
+Version:1.12.3
 Release:0
 Summary:Obtain minified jQuery code
 License:MIT

++ js-jquery-1.12.2.tar.gz -> js-jquery-1.12.3.tar.gz ++
 22103 lines of diff (skipped)




commit ghc-fast-logger for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package ghc-fast-logger for openSUSE:Factory 
checked in at 2016-04-12 19:37:59

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


Package is "ghc-fast-logger"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-fast-logger/ghc-fast-logger.changes  
2015-08-25 08:48:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-fast-logger.new/ghc-fast-logger.changes 
2016-04-12 19:38:00.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr  7 11:33:42 UTC 2016 - mimi...@gmail.com
+
+- update to 2.4.2
+* Fixing a buf of long log messages
+* Unsupporting GHC 7.4
+
+---

Old:

  fast-logger-2.4.1.tar.gz

New:

  fast-logger-2.4.2.tar.gz



Other differences:
--
++ ghc-fast-logger.spec ++
--- /var/tmp/diff_new_pack.IHQAWc/_old  2016-04-12 19:38:01.0 +0200
+++ /var/tmp/diff_new_pack.IHQAWc/_new  2016-04-12 19:38:01.0 +0200
@@ -20,7 +20,7 @@
 %bcond_with tests
 
 Name:   ghc-fast-logger
-Version:2.4.1
+Version:2.4.2
 Release:0
 Summary:A fast logging system
 Group:  System/Libraries

++ fast-logger-2.4.1.tar.gz -> fast-logger-2.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fast-logger-2.4.1/ChangeLog.md 
new/fast-logger-2.4.2/ChangeLog.md
--- old/fast-logger-2.4.1/ChangeLog.md  2015-08-12 14:53:42.0 +0200
+++ new/fast-logger-2.4.2/ChangeLog.md  2016-04-05 04:07:56.0 +0200
@@ -1,3 +1,22 @@
+## 2.4.2
+
+* Fixing a buf of long log messages 
[#80](https://github.com/kazu-yamamoto/logger/pull/80)
+* Log rotation support for Windows 
[#79](https://github.com/kazu-yamamoto/logger/pull/79)
+* Unsupporting GHC 7.4.
+
+## 2.4.1
+
+* Restore compatibility with bytestring < 0.10
+* Mark fast-logger modules as Safe/Trustworth 
[#68](https://github.com/kazu-yamamoto/logger/pull/68)
+
+## 2.4.0
+
+* Providing pushLogStrLn. 
[#64](https://github.com/kazu-yamamoto/logger/pull/64)
+
+## 2.3.1
+
+* No changes.
+
 ## 2.3.0
 
 * Move from blaze-builder to `Data.ByteString.Builder` 
[#55](https://github.com/kazu-yamamoto/logger/pull/55)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fast-logger-2.4.1/System/Log/FastLogger/FileIO.hs 
new/fast-logger-2.4.2/System/Log/FastLogger/FileIO.hs
--- old/fast-logger-2.4.1/System/Log/FastLogger/FileIO.hs   1970-01-01 
01:00:00.0 +0100
+++ new/fast-logger-2.4.2/System/Log/FastLogger/FileIO.hs   2016-04-05 
04:07:56.0 +0200
@@ -0,0 +1,61 @@
+{-# LANGUAGE CPP #-}
+
+module System.Log.FastLogger.FileIO where
+
+import Foreign.Ptr (Ptr)
+import Data.Word (Word8)
+
+#ifdef mingw32_HOST_OS
+import System.Win32.Types (HANDLE)
+import System.Win32.File
+import Graphics.Win32.Misc (getStdHandle, sTD_OUTPUT_HANDLE, sTD_ERROR_HANDLE)
+import Data.Bits ((.|.))
+
+type FD = HANDLE
+
+closeFD :: FD -> IO ()
+closeFD = closeHandle
+
+openFileFD :: FilePath -> IO FD
+openFileFD f = createFile f
+ (gENERIC_READ .|. gENERIC_WRITE)
+ (fILE_SHARE_READ .|. fILE_SHARE_DELETE)
+ Nothing
+ oPEN_ALWAYS
+ fILE_ATTRIBUTE_NORMAL
+ Nothing
+
+getStderrFD :: IO FD
+getStderrFD = getStdHandle sTD_ERROR_HANDLE
+
+getStdoutFD :: IO FD
+getStdoutFD = getStdHandle sTD_OUTPUT_HANDLE
+
+writeRawBufferPtr2FD :: FD -> Ptr Word8 -> Int -> IO Int
+writeRawBufferPtr2FD h bf len = fromIntegral `fmap` win32_WriteFile h bf 
(fromIntegral len) Nothing
+
+#else
+
+import GHC.IO.Device (close)
+import qualified GHC.IO.FD as POSIX (FD(..))
+import GHC.IO.FD (openFile, stderr, stdout,  writeRawBufferPtr)
+import GHC.IO.IOMode (IOMode(..))
+
+type FD = POSIX.FD
+
+closeFD :: FD -> IO ()
+closeFD = close
+
+openFileFD :: FilePath -> IO FD
+openFileFD f = fst `fmap` openFile f AppendMode False
+
+getStderrFD :: IO FD
+getStderrFD = return stderr
+
+getStdoutFD :: IO FD
+getStdoutFD = return stdout
+
+writeRawBufferPtr2FD :: FD -> Ptr Word8 -> Int -> IO Int
+writeRawBufferPtr2FD fd bf len = fromIntegral `fmap` writeRawBufferPtr "write" 
fd bf 0 (fromIntegral len)
+
+#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fast-logger-2.4.1/System/Log/FastLogger/IO.hs 
new/fast-logger-2.4.2/System/Log/FastLogger/IO.hs
--- old/fast-logger-2.4.1/System/Log/FastLogger/IO.hs   2015-08-12 
14:53:42.0 +0200
+++ new/fast-logger-2.4.2/System/Log/FastLogger/IO.hs   2016-04-05 
04:07:56.0 +0200
@@ -38,6 +38,5 @@
 

commit compiz for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2016-04-12 19:37:30

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


Package is "compiz"

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2016-03-26 
17:25:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes   2016-04-12 
19:37:32.0 +0200
@@ -1,0 +2,12 @@
+Sun Apr 10 21:20:23 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.8.12.3:
+  * Drop glib-gettext dependency.
+This fixes usage of autogen.sh with newer glib.
+  * Change default Blue filter to Gaussian.
+  * Fix broken appearance on HiDPI with GTK+ 3.10+ (if scaling is on).
+For now scaling is just disabled completely.
+  * Fix for some cases when cursor settings were ignored by
+applications.
+
+---

Old:

  compiz-0.8.12.2.tar.xz

New:

  compiz-0.8.12.3.tar.xz



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.G6jBZl/_old  2016-04-12 19:37:33.0 +0200
+++ /var/tmp/diff_new_pack.G6jBZl/_new  2016-04-12 19:37:33.0 +0200
@@ -18,7 +18,7 @@
 
 %define sover   0
 Name:   compiz
-Version:0.8.12.2
+Version:0.8.12.3
 Release:0
 Summary:OpenGL window and compositing manager
 License:GPL-2.0+ and LGPL-2.1+ and MIT
@@ -36,6 +36,7 @@
 Patch2: bug-474862-allow-moving-focus-to-fs-window.diff
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  gettext
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  libjpeg-devel
@@ -66,6 +67,7 @@
 BuildRequires:  pkgconfig(xdamage)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xfixes)
+BuildRequires:  pkgconfig(xi)
 BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xrandr)
 BuildRequires:  pkgconfig(xrender) >= 0.9.3

++ compiz-0.8.12.2.tar.xz -> compiz-0.8.12.3.tar.xz ++
 21502 lines of diff (skipped)






commit xslide for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package xslide for openSUSE:Factory checked 
in at 2016-04-12 19:37:19

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


Package is "xslide"

Changes:

--- /work/SRC/openSUSE:Factory/xslide/xslide.changes2011-09-23 
12:52:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.xslide.new/xslide.changes   2016-04-12 
19:37:21.0 +0200
@@ -1,0 +2,5 @@
+Thu Mar 24 09:42:07 UTC 2016 - jeng...@inai.de
+
+- Remove or replace ancient RPM tags and sections
+
+---



Other differences:
--
++ xslide.spec ++
--- /var/tmp/diff_new_pack.oqV92z/_old  2016-04-12 19:37:22.0 +0200
+++ /var/tmp/diff_new_pack.oqV92z/_new  2016-04-12 19:37:22.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xslide (Version 0.2.2)
+# spec file for package xslide
 #
-# Copyright (c) 2008 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,40 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   xslide
-BuildRequires:  emacs-nox
+Version:0.2.2
+Release:0
+Summary:XSL Integrated Development Environment
 License:GPL-2.0+
 Group:  Productivity/Editors/Emacs
-Requires:   emacs_program psgml
-AutoReqProv:on
-Summary:XSL Integrated Development Environment
-Version:0.2.2
-Release:241
-Source: 
http://unc.dl.sourceforge.net/sourceforge/xslide/xslide-%{version}.tar.gz
+Url:http://www.menteith.com/xslide/
+Source: http://downloads.sf.net/xslide/xslide-%version.tar.gz
 Source10:   COPYING
-# Patch0: xslide-0.2.dif
 Patch1: suse-start-xslide.dif
-Url:http://www.menteith.com/xslide/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+BuildRequires:  emacs-nox
+Requires:   emacs_program
+Requires:   psgml
 
 %description
 An Emacs mode to edit XSL files.
 
-
-
-Authors:
-
-Tony Graham 
-
 %prep
-# %setup -T -c
-# unzip -o -a %{SOURCE0}
 %setup -q 
-# %patch0 -p 1
 %patch1 -p 1
 cp %{S:10} .
 
@@ -56,26 +44,21 @@
 make xslide
 
 %install
-[ -z $RPM_BUILD_ROOT ] || rm -fr $RPM_BUILD_ROOT
-install -d -m755 $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/xslide \
- $RPM_BUILD_ROOT%{_infodir}
+install -dm0755 "%buildroot/usr/share/emacs/site-lisp/xslide" \
+ "%buildroot/%_infodir"
 # to avoid timestamp problems, install .el files first.
-install -p -m644 *.el $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/xslide
+install -p -m644 *.el "%buildroot/usr/share/emacs/site-lisp/xslide/"
 install -p -m644 suse-start-xslide.el \
-$RPM_BUILD_ROOT/usr/share/emacs/site-lisp/suse-start-xslide.el
+"%buildroot/usr/share/emacs/site-lisp/suse-start-xslide.el"
 install -p -m644 *.el *.elc \
-$RPM_BUILD_ROOT/usr/share/emacs/site-lisp/xslide
-export RPM_BUILD_ROOT
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+"%buildroot/usr/share/emacs/site-lisp/xslide"
 
 %files
 %defattr(-,root,root)
 %doc TODO README.TXT NEWS dot_emacs
 %doc COPYING
 %doc xslide-initial.xsl
-%config /usr/share/emacs/site-lisp/suse-start-xslide.el
-/usr/share/emacs/site-lisp/xslide
+%config %_datadir/emacs/site-lisp/suse-start-xslide.el
+%_datadir/emacs/site-lisp/xslide
 
 %changelog




commit rocksndiamonds for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package rocksndiamonds for openSUSE:Factory 
checked in at 2016-04-12 19:37:13

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


Package is "rocksndiamonds"

Changes:

--- /work/SRC/openSUSE:Factory/rocksndiamonds/rocksndiamonds.changes
2014-10-14 08:59:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.rocksndiamonds.new/rocksndiamonds.changes   
2016-04-12 19:37:14.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr  7 04:50:37 UTC 2016 - bwiedem...@suse.com
+
+- Add reproducible.patch to fix build-compare
+
+---

New:

  reproducible.patch



Other differences:
--
++ rocksndiamonds.spec ++
--- /var/tmp/diff_new_pack.0i06TM/_old  2016-04-12 19:37:15.0 +0200
+++ /var/tmp/diff_new_pack.0i06TM/_new  2016-04-12 19:37:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rocksndiamonds
 #
-# 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:%{name}.desktop
 # PATCH-FIX-UPSTREAM Permissions
 Patch0: %{name}-%{version}-src_libgame_setup.c-CVE-2011-4606.patch
+# PATCH-FIX-OPENSUSE bmwiedemann -- fix build-compare
+Patch1: reproducible.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig(SDL_image)
@@ -49,6 +51,7 @@
 %prep
 %setup -q -b 1
 %patch0
+%patch1 -p1
 
 # Remove not needed files
 find levels -name '*.orig' -delete

++ reproducible.patch ++
Index: rocksndiamonds-3.3.1.2/src/Makefile
===
--- rocksndiamonds-3.3.1.2.orig/src/Makefile
+++ rocksndiamonds-3.3.1.2/src/Makefile
@@ -291,7 +291,7 @@ conf_mus.h: conf_mus.c
@$(MAKE) auto-conf
 
 $(TIMESTAMP_FILE): $(SRCS) $(LIBGAME) $(GAME_EM) $(GAME_SP)
-   @date '+"%Y-%m-%d %H:%M"' \
+   @date -r ../ChangeLog '+"%Y-%m-%d %H:%M"' \
| sed -e 's/^/#define COMPILE_DATE_STRING /' \
> $(TIMESTAMP_FILE)
 




commit bs-update for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package bs-update for openSUSE:Factory 
checked in at 2016-04-12 19:37:07

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


Package is "bs-update"

Changes:

--- /work/SRC/openSUSE:Factory/bs-update/bs-update.changes  2015-09-30 
05:50:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.bs-update.new/bs-update.changes 2016-04-12 
19:37:10.0 +0200
@@ -1,0 +2,9 @@
+Sun Apr 10 09:01:08 UTC 2016 - mplus...@suse.com
+
+- Update to 0.18
+  * $bsu_specfiles may come from subdirs
+  * GNUmakefile: .built target asks for $(.DEFAULT_GOAL)
+  * drop (erroneous) group from PKGBUILD.in
+- Use pretty url
+
+---

Old:

  v0.17.tar.gz

New:

  bs-update-0.18.tar.gz



Other differences:
--
++ bs-update.spec ++
--- /var/tmp/diff_new_pack.DD3e31/_old  2016-04-12 19:37:11.0 +0200
+++ /var/tmp/diff_new_pack.DD3e31/_new  2016-04-12 19:37:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bs-update
 #
-# 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,13 +17,13 @@
 
 
 Name:   bs-update
-Version:0.17
+Version:0.18
 Release:0
 Summary:Automate maintenance of packages in a Build Service
 License:MIT
 Group:  Development/Tools/Version Control
 Url:https://github.com/roman-neuhauser/bs-update
-Source0:
https://github.com/roman-neuhauser/bs-update/archive/v%{version}.tar.gz
+Source0:
https://github.com/roman-neuhauser/bs-update/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:PKGBUILD
 BuildRequires:  coreutils
 BuildRequires:  filesystem
@@ -48,7 +48,7 @@
 %setup -q
 
 %build
-make %{?_smp_mflags} PREFIX=%{_prefix}
+make %{?_smp_mflags}
 
 %check
 make %{?_smp_mflags} check PREFIX=%{_prefix}
@@ -59,6 +59,6 @@
 %files
 %defattr(-,root,root)
 %{_bindir}/bs-update
-%{_mandir}/man1/bs-update.1.*
+%{_mandir}/man1/bs-update.1%{ext_man}
 
 %changelog

++ PKGBUILD ++
--- /var/tmp/diff_new_pack.DD3e31/_old  2016-04-12 19:37:11.0 +0200
+++ /var/tmp/diff_new_pack.DD3e31/_new  2016-04-12 19:37:11.0 +0200
@@ -1,6 +1,6 @@
 # Maintainer: Roman Neuhauser 
 pkgname=bs-update
-pkgver=0.17
+pkgver=0.18
 pkgrel=1
 epoch=
 pkgdesc="Automate maintenance of packages in a Build Service"




commit libcompizconfig for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package libcompizconfig for openSUSE:Factory 
checked in at 2016-04-12 19:37:48

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


Package is "libcompizconfig"

Changes:

--- /work/SRC/openSUSE:Factory/libcompizconfig/libcompizconfig.changes  
2016-02-26 00:34:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.libcompizconfig.new/libcompizconfig.changes 
2016-04-12 19:37:50.0 +0200
@@ -1,0 +2,7 @@
+Sun Apr 10 22:40:13 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.8.12.1:
+  * Include autogen.sh into the tarball.
+  * Drop locales support which is without actual locales.
+
+---

Old:

  libcompizconfig-0.8.12.tar.xz

New:

  libcompizconfig-0.8.12.1.tar.xz



Other differences:
--
++ libcompizconfig.spec ++
--- /var/tmp/diff_new_pack.V2m6ta/_old  2016-04-12 19:37:50.0 +0200
+++ /var/tmp/diff_new_pack.V2m6ta/_new  2016-04-12 19:37:50.0 +0200
@@ -18,16 +18,19 @@
 
 %define sover   0
 Name:   libcompizconfig
-Version:0.8.12
+Version:0.8.12.1
 Release:0
 Summary:CompizConfig plugin required for CCSM
 License:GPL-2.0+
 Group:  System/Libraries
-Url:https://github.com/raveit65/libcompizconfig
-Source: 
https://github.com/raveit65/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
+Url:https://github.com/compiz-reloaded/libcompizconfig
+Source: 
https://github.com/compiz-reloaded/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE libcompizconfig-config-dir.patch boo#438081 
rodr...@novell.com
 Patch0: %{name}-config-dir.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  intltool
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(compiz) < 0.9
 BuildRequires:  pkgconfig(libxml-2.0)
@@ -59,6 +62,7 @@
 %patch0 -p1
 
 %build
+NOCONFIGURE=1 ./autogen.sh
 %configure \
   --disable-static
 make %{?_smp_mflags}

++ libcompizconfig-0.8.12.tar.xz -> libcompizconfig-0.8.12.1.tar.xz ++
 28222 lines of diff (skipped)




commit compiz-plugins-extra for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package compiz-plugins-extra for 
openSUSE:Factory checked in at 2016-04-12 19:37:43

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


Package is "compiz-plugins-extra"

Changes:

--- 
/work/SRC/openSUSE:Factory/compiz-plugins-extra/compiz-plugins-extra.changes
2016-02-26 01:08:01.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.compiz-plugins-extra.new/compiz-plugins-extra.changes
   2016-04-12 19:37:44.0 +0200
@@ -1,0 +2,7 @@
+Sun Apr 10 22:10:45 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.8.12.1:
+  * Include autogen.sh into the tarball.
+  * Remove Gtk2 requirement from libnotify plugin.
+
+---

Old:

  compiz-plugins-extra-0.8.12.tar.xz

New:

  compiz-plugins-extra-0.8.12.1.tar.xz



Other differences:
--
++ compiz-plugins-extra.spec ++
--- /var/tmp/diff_new_pack.XUPdtg/_old  2016-04-12 19:37:45.0 +0200
+++ /var/tmp/diff_new_pack.XUPdtg/_new  2016-04-12 19:37:45.0 +0200
@@ -17,16 +17,19 @@
 
 
 Name:   compiz-plugins-extra
-Version:0.8.12
+Version:0.8.12.1
 Release:0
 Summary:OpenGL window and compositing manager community extra plugins
 License:GPL-2.0+
 Group:  System/GUI/Other
-Url:https://github.com/raveit65/compiz-plugins-extra
-Source: 
https://github.com/raveit65/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
+Url:https://github.com/compiz-reloaded/compiz-plugins-extra
+Source: 
https://github.com/compiz-reloaded/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE dims...@opensuse.org -- Define some sane standards 
for the extra plugins.
 Patch0: compiz-plugins-extra-defaults.diff
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  intltool
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(bcop) < 0.9
 BuildRequires:  pkgconfig(cairo) >= 1.0
@@ -37,7 +40,6 @@
 BuildRequires:  pkgconfig(compiz-scale) < 0.9
 BuildRequires:  pkgconfig(compiz-text) < 0.9
 BuildRequires:  pkgconfig(gl)
-BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libnotify)
 Requires:   compiz < 0.9
 Requires:   compiz-plugins-main < 0.9
@@ -70,7 +72,6 @@
 Requires:   pkgconfig(compiz-scale) < 0.9
 Requires:   pkgconfig(compiz-text) < 0.9
 Requires:   pkgconfig(gl)
-Requires:   pkgconfig(gtk+-2.0)
 Requires:   pkgconfig(libnotify)
 Provides:   compiz-fusion-plugins-extra-devel = %{version}
 Obsoletes:  compiz-fusion-plugins-extra-devel < %{version}
@@ -87,6 +88,7 @@
 %patch0 -p1
 
 %build
+NOCONFIGURE=1 ./autogen.sh
 %configure \
   --disable-static
 make %{?_smp_mflags}

++ compiz-plugins-extra-0.8.12.tar.xz -> 
compiz-plugins-extra-0.8.12.1.tar.xz ++
 32464 lines of diff (skipped)




commit compiz-plugins-main for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package compiz-plugins-main for 
openSUSE:Factory checked in at 2016-04-12 19:37:37

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


Package is "compiz-plugins-main"

Changes:

--- /work/SRC/openSUSE:Factory/compiz-plugins-main/compiz-plugins-main.changes  
2016-03-07 13:26:58.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.compiz-plugins-main.new/compiz-plugins-main.changes 
2016-04-12 19:37:38.0 +0200
@@ -1,0 +2,7 @@
+Sun Apr 10 21:46:26 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.8.12.2:
+  * Drop glib-gettext dependency.
+This fixes usage of autogen.sh with newer glib.
+
+---

Old:

  compiz-plugins-main-0.8.12.1.tar.xz

New:

  compiz-plugins-main-0.8.12.2.tar.xz



Other differences:
--
++ compiz-plugins-main.spec ++
--- /var/tmp/diff_new_pack.1KLpfB/_old  2016-04-12 19:37:39.0 +0200
+++ /var/tmp/diff_new_pack.1KLpfB/_new  2016-04-12 19:37:39.0 +0200
@@ -17,15 +17,16 @@
 
 
 Name:   compiz-plugins-main
-Version:0.8.12.1
+Version:0.8.12.2
 Release:0
 Summary:OpenGL window and compositing manager plugins
 License:GPL-2.0+
 Group:  System/GUI/Other
-Url:https://github.com/raveit65/compiz-plugins-main
-Source: 
https://github.com/raveit65/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
+Url:https://github.com/compiz-reloaded/compiz-plugins-main
+Source: 
https://github.com/compiz-reloaded/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  gettext
 BuildRequires:  intltool
 BuildRequires:  libjpeg8-devel
 BuildRequires:  libtool
@@ -55,7 +56,7 @@
 Requires:   pkgconfig(cairo)
 Requires:   pkgconfig(cairo-xlib-xrender)
 Requires:   pkgconfig(compiz) < 0.9
-Requires:   pkgconfig(compiz-scale)
+Requires:   pkgconfig(compiz-scale) < 0.9
 Requires:   pkgconfig(gl)
 Requires:   pkgconfig(pangocairo)
 Provides:   compiz-fusion-plugins-main-devel = %{version}

++ compiz-plugins-main-0.8.12.1.tar.xz -> 
compiz-plugins-main-0.8.12.2.tar.xz ++
 11739 lines of diff (skipped)




commit obs-service-set_version for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package obs-service-set_version for 
openSUSE:Factory checked in at 2016-04-12 19:37:25

Comparing /work/SRC/openSUSE:Factory/obs-service-set_version (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-set_version.new (New)


Package is "obs-service-set_version"

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-set_version/obs-service-set_version.changes
  2016-03-09 16:48:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-set_version.new/obs-service-set_version.changes
 2016-04-12 19:37:26.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 08 13:28:43 UTC 2016 - tbecht...@suse.com
+
+- Update to version 0.5.3:
+  * Don't add unconverted_version unconditionally
+
+---



Other differences:
--
++ _servicedata ++
--- /var/tmp/diff_new_pack.hlKl57/_old  2016-04-12 19:37:27.0 +0200
+++ /var/tmp/diff_new_pack.hlKl57/_new  2016-04-12 19:37:27.0 +0200
@@ -1,5 +1,5 @@
 
   
 g...@github.com:openSUSE/obs-service-set_version.git
-  e4ef61441030a385985e8c9d952825ad550a8c21
+  5dd3f3872b32332e4985845f0694a82132fe2df3
 
\ No newline at end of file

++ obs-service-set_version-0.5.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-set_version-0.5.3/set_version 
new/obs-service-set_version-0.5.3/set_version
--- old/obs-service-set_version-0.5.3/set_version   2016-03-03 
17:42:56.0 +0100
+++ new/obs-service-set_version-0.5.3/set_version   2016-04-08 
15:28:43.0 +0200
@@ -146,7 +146,7 @@
 return False
 
 
-def _add_or_replace_define(filename, def_name, def_value):
+def _replace_define(filename, def_name, def_value, add_if_missing=True):
 # first, modify a copy of filename and then move it
 with open(filename, 'r+') as f:
 contents = f.read()
@@ -157,7 +157,7 @@
 r'%define {def_name}\g<1>{def_value}'.format(
 def_name=def_name, def_value=def_value),
 contents, flags=re.MULTILINE)
-if subs == 0:
+if subs == 0 and add_if_missing:
 # seems there was no define. add new one before 'Name:'
 contents_new, subs = re.subn(
 r'^(Name:.*)$',
@@ -318,8 +318,10 @@
 for f in filter(lambda x: x.endswith(".spec"), files):
 filename = outdir + "/" + f
 shutil.copyfile(f, filename)
-_add_or_replace_define(filename, "version_unconverted", version)
+_replace_define(filename, "version_unconverted", version,
+add_if_missing=False)
 if version_converted and version_converted != version:
+_replace_define(filename, "version_unconverted", version)
 _replace_tag(filename, 'Version', version_converted)
 _replace_spec_setup(filename, "version_unconverted")
 else:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-set_version-0.5.3/tests/test_base.py 
new/obs-service-set_version-0.5.3/tests/test_base.py
--- old/obs-service-set_version-0.5.3/tests/test_base.py2016-03-03 
17:42:56.0 +0100
+++ new/obs-service-set_version-0.5.3/tests/test_base.py2016-04-08 
15:28:43.0 +0200
@@ -138,14 +138,14 @@
 )
 )
 @unpack
-def test_add_or_replace_define_replace(self, lines, expected_lines,
-   define_name, define_value):
+def test_replace_define_replace(self, lines, expected_lines,
+define_name, define_value):
 fn = os.path.join(self._tmpdir, "test-file")
 with open(fn, "w") as f:
 f.write("\n".join(lines))
 # do the replacement
-sv._add_or_replace_define(os.path.basename(fn),
-  define_name, define_value)
+sv._replace_define(os.path.basename(fn),
+   define_name, define_value)
 # check
 with open(fn, "r") as f:
 current_lines = f.read().split("\n")
@@ -186,14 +186,14 @@
 )
 )
 @unpack
-def test_add_or_replace_define_add(self, lines, expected_lines,
-   define_name, define_value):
+def test_replace_define_add(self, lines, expected_lines,
+define_name, define_value):
 fn = os.path.join(self._tmpdir, "test-file")
 with open(fn, "w") as f:
 f.write("\n".join(lines))
 # do the addition
-sv._add_or_replace_define(os.path.basename(fn),
-  define_name, define_value)
+

commit java-1_9_0-openjdk for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package java-1_9_0-openjdk for 
openSUSE:Factory checked in at 2016-04-12 19:36:55

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


Package is "java-1_9_0-openjdk"

Changes:

--- /work/SRC/openSUSE:Factory/java-1_9_0-openjdk/java-1_9_0-openjdk.changes
2016-03-29 10:39:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new/java-1_9_0-openjdk.changes   
2016-04-12 19:36:58.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr  8 10:54:12 UTC 2016 - fst...@suse.com
+
+- Upgrade to upstream tag jdk-9+113
+
+---

Old:

  0db939c930f3.tar.bz2
  1c1bb661d35b.tar.bz2
  2f5d1578b240.tar.bz2
  925be13b3740.tar.bz2
  9417e1bcded6.tar.bz2
  9666775734fb.tar.bz2
  9937077e48f1.tar.bz2
  9b4c916633f8.tar.bz2

New:

  28626780e245.tar.bz2
  4e87682893e6.tar.bz2
  55b6d550828d.tar.bz2
  68f8be44b6a6.tar.bz2
  a5d1990fd32d.tar.bz2
  c569f8d89269.tar.bz2
  cc30faa2da49.tar.bz2
  e980062475c1.tar.bz2



Other differences:
--
++ java-1_9_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.scF8PJ/_old  2016-04-12 19:37:00.0 +0200
+++ /var/tmp/diff_new_pack.scF8PJ/_new  2016-04-12 19:37:00.0 +0200
@@ -33,17 +33,17 @@
 %global minorver0
 %global securityver 0
 %global patchver0
-%global buildver110
+%global buildver113
 %global root_projectjdk9
 %global root_repository jdk9
-%global root_revision   925be13b3740
-%global corba_revision  9666775734fb
-%global hotspot_revision 2f5d1578b240
-%global jaxp_revision   1c1bb661d35b
-%global jaxws_revision  0db939c930f3
-%global jdk_revision9417e1bcded6
-%global langtools_revision 9b4c916633f8
-%global nashorn_revision 9937077e48f1
+%global root_revision   55b6d550828d
+%global corba_revision  cc30faa2da49
+%global hotspot_revision c569f8d89269
+%global jaxp_revision   28626780e245
+%global jaxws_revision  e980062475c1
+%global jdk_revision68f8be44b6a6
+%global langtools_revision 4e87682893e6
+%global nashorn_revision a5d1990fd32d
 %global icedtea_sound_version 1.0.1
 # priority must be 6 digits in total
 %global priority1905
@@ -163,7 +163,7 @@
 Release:0
 Summary:OpenJDK Runtime Environment
 License:Apache-1.1 and Apache-2.0 and GPL-1.0+ and GPL-2.0 and 
GPL-2.0-with-classpath-exception and LGPL-2.0 and MPL-1.0 and MPL-1.1 and 
SUSE-Public-Domain and W3C
-Group:  Development/Languages
+Group:  Development/Languages/Java
 Url:http://openjdk.java.net/
 # Sources from upstream OpenJDK9 project.
 Source0:
http://hg.openjdk.java.net/%{root_project}/%{root_repository}/archive/%{root_revision}.tar.bz2
@@ -293,7 +293,7 @@
 %if %{bootcycle}
 BuildRequires:  java-1.8.0-devel >= 1.8.0
 %else
-BuildRequires:  java-devel >= %{majorver}.0.0.0
+BuildRequires:  java-%{javaver}-devel
 %endif
 # runtime certificates generation available in 11.3+ - bnc#596177
 %if 0%{?suse_version} >= 1130
@@ -320,7 +320,7 @@
 
 %package headless
 Summary:OpenJDK Runtime Environment
-Group:  Development/Languages
+Group:  Development/Languages/Java
 # Require jpackage-utils (with java9 compatibility) for ownership of 
/usr/lib/jvm/
 Requires:   jpackage-utils-java9
 # Require zoneinfo data in java8+ format provided by tzdata-java8 subpackage.
@@ -354,7 +354,7 @@
 
 %package devel
 Summary:OpenJDK Development Environment
-Group:  Development/Tools
+Group:  Development/Languages/Java
 # Require base package.
 Requires:   %{name} = %{version}-%{release}
 # Post requires update-alternatives to install tool update-alternatives.
@@ -375,7 +375,7 @@
 
 %package demo
 Summary:OpenJDK Demos
-Group:  Development/Languages
+Group:  Development/Languages/Java
 Requires:   %{name} = %{version}-%{release}
 
 %description demo
@@ -383,7 +383,7 @@
 
 %package src
 Summary:OpenJDK Source Bundle
-Group:  Development/Languages
+Group:  Development/Languages/Java
 Requires:   %{name} = %{version}-%{release}
 
 %description src
@@ -391,7 +391,7 @@
 
 %package javadoc
 Summary:OpenJDK API Documentation
-Group:  Documentation
+Group:  Development/Languages/Java
 Requires:   jpackage-utils-java9
 # Post requires update-alternatives to install javadoc alternative.
 Requires(post): update-alternatives
@@ -409,7 +409,7 @@
 
 %package accessibility
 Summary:OpenJDK accessibility connector
-Group:  Development/Languages
+Group:  Development/Languages/Java
 Requires:   %{name} = %{version}-%{release}

commit openttd for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package openttd for openSUSE:Factory checked 
in at 2016-04-12 19:37:01

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


Package is "openttd"

Changes:

--- /work/SRC/openSUSE:Factory/openttd/openttd.changes  2015-12-09 
22:26:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.openttd.new/openttd.changes 2016-04-12 
19:37:09.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr  7 06:07:45 UTC 2016 - bwiedem...@suse.com
+
+- Fix build-compare
+
+---



Other differences:
--
++ openttd.spec ++
--- /var/tmp/diff_new_pack.jswgmO/_old  2016-04-12 19:37:10.0 +0200
+++ /var/tmp/diff_new_pack.jswgmO/_new  2016-04-12 19:37:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openttd
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2007-2012 The OpenTTD developers
 #
 # All modifications and additions to the file contributed by third parties
@@ -106,6 +106,7 @@
 # Remove build time references so build-compare can do its work
 sed -i "s/__DATE__/\"openSUSE\"/" src/rev.cpp.in
 sed -i "s/__TIME__/\"BuildService\"/" src/rev.cpp.in
+sed -i "s/!!DATE!!/openSUSE Build Service/" src/rev.cpp.in
 
 %build
 # first, we build the dedicated binary and copy it to dedicated/




commit python-botocore for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package python-botocore for openSUSE:Factory 
checked in at 2016-04-12 19:36:35

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


Package is "python-botocore"

Changes:

--- /work/SRC/openSUSE:Factory/python-botocore/python-botocore.changes  
2015-12-18 21:54:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-botocore.new/python-botocore.changes 
2016-04-12 19:36:38.0 +0200
@@ -1,0 +2,130 @@
+Fri Apr  8 18:47:49 UTC 2016 - rjsch...@suse.com
+
+- Update to version 1.4.10 (bsc#974705)
+  + feature:Lambda: Added support for setting the function runtime as
+nodejs4.3, as well as updating function configuration to set the runtime.
+  + feature:DS: Added support for Directory Service Conditional Forwarder APIs.
+  + feature:Elasticbeanstalk: Adds support for three additional elements in
+AWS Elasticbeanstalk's DescribeInstancesHealthResponse: Deployment,
+AvailabilityZone, and InstanceType. Additionally adds support for
+increased EnvironmentName length from 23 to 40.
+  + bugfix:Paginator: Allow non-specified input tokens in old starting
+token format.
+- From 1.4.9
+  + feature:APIGateway: Added support for API Import
+  + feature:Route53: Added support for metric-based health checks and
+regional health checks.
+  + feature:STS: Added support for GetCallerIdentity, which returns details
+about the credentials used to make the API call. The details include
+name and account, as well as the type of entity making the call, such
+as an IAM user vs. federated user.
+  + feature:S3: Added support for VersionId in PutObjectAcl (issue 856)
+  + bugfix:S3: Add validation to enforce S3 metadata only contains ASCII.
+(issue 861)
+  + bugfix:Exceptions: Consistently parse errors with no body (issue 859)
+  + bugfix:Config: Handle case where S3 config key is not a dict (issue 858)
+  + bugfix:Examples: Account for empty input shape in examples (issue 855)
+- From 1.4.8
+  + feature:ACM: Update client to latest version
+  + feature:CloudFormation: Update client to latest version
+  + feature:CodeDeploy: Update client to latest version
+  + feature:DMS: Update client to latest version
+  + feature:ElastiCache: Update client to latest version
+  + feature:Elastic Beanstalk: Update client to latest version
+  + feature:Redshift: Update client to latest version
+  + feature:WAF: Update client to latest version
+  + bugfix:Pagintor: Fix regression when providing a starting token for a
+paginator (issue 849)
+  + bugfix:Response Parsing: Handle case when generic HTML error response
+is received (issue 850)
+  + bugfix:Request serialization: Handle case when non str values are
+provided for header values when using signature version 4 (issue 852)
+  + bugfix:Retry: Retry HTTP responses with status code 502 (issue 853)
+- From 1.4.7
+  + feature:ElastiCache: Update client to latest version
+  + feature:RDS: Update client to latest version
+  + feature:StorageGateway: Update client to latest version
+  + bugfix: Handle case where error response from proxy is received
+(`issue 850 

commit libtunepimp for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package libtunepimp for openSUSE:Factory 
checked in at 2016-04-12 19:36:43

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


Package is "libtunepimp"

Changes:

--- /work/SRC/openSUSE:Factory/libtunepimp/libtunepimp.changes  2016-01-17 
09:23:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.libtunepimp.new/libtunepimp.changes 
2016-04-12 19:36:44.0 +0200
@@ -1,0 +2,7 @@
+Wed Apr  6 15:53:40 UTC 2016 - alarr...@suse.com
+
+- Added libtunepimp-configure-taglib-two-dots-in-version-fix.patch 
+  so it's possible to compare taglib versions like 1.9.1 with
+  the minimum required 1.4 version
+
+---

New:

  libtunepimp-configure-taglib-two-dots-in-version-fix.patch



Other differences:
--
++ libtunepimp.spec ++
--- /var/tmp/diff_new_pack.2Phs1Q/_old  2016-04-12 19:36:45.0 +0200
+++ /var/tmp/diff_new_pack.2Phs1Q/_new  2016-04-12 19:36:45.0 +0200
@@ -31,6 +31,8 @@
 Patch1: %{name}-ltdl.patch
 #PATCH-FIX-UPSTREAM marguer...@opensuse.org - compare floating-point numbers 
correctly in configure script
 Patch2: 
libtunepimp-configure-taglib-floatpoint-version-comparsion.patch
+#PATCH-FIX-OPENSUSE alarr...@suse.com - make it possible to compare taglib 
versions such as 1.9.1
+Patch3: libtunepimp-configure-taglib-two-dots-in-version-fix.patch
 # Patched code is built by default.
 # Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
 # Use rpmbuild -D 'BUILD_ORIG 1' -D 'BUILD_ORIG_ADDON 1' to build patched 
build plus original as addon.
@@ -115,6 +117,7 @@
 %patch0
 %patch1
 %patch2 -p1
+%patch3 -p1
 
 %build
 autoreconf -fiv

++ libtunepimp-configure-taglib-two-dots-in-version-fix.patch ++
Index: libtunepimp-0.5.3/acinclude.m4
===
--- libtunepimp-0.5.3.orig/acinclude.m4
+++ libtunepimp-0.5.3/acinclude.m4
@@ -22,7 +22,7 @@ AC_DEFUN([AC_CHECK_TAGLIB], [
 echo "*** in your path, and that taglib is properly installed."
 echo "*** Or see http://developer.kde.org/~wheeler/taglib.html;
   else
-TAGLIB_VERSION=`$TAGLIB_CONFIG --version`
+TAGLIB_VERSION=`$TAGLIB_CONFIG --version | sed 
"s/\(@<:@0-9@:>@\+\.@<:@0-9@:>@\+\)\.@<:@0-9@:>@\+/\1/"`
 AC_MSG_CHECKING(for taglib >= $1)
 VERSION_CHECK=$(if @<:@ $(echo "$TAGLIB_VERSION >= $1" | /usr/bin/bc 
-l) @:>@ ; then echo 1 ; else echo 0 ; fi)
 if test "$VERSION_CHECK" = "1" ; then



commit xf86-video-amdgpu for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-amdgpu for 
openSUSE:Factory checked in at 2016-04-12 19:36:14

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


Package is "xf86-video-amdgpu"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-amdgpu/xf86-video-amdgpu.changes  
2016-03-29 14:50:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-amdgpu.new/xf86-video-amdgpu.changes 
2016-04-12 19:36:15.0 +0200
@@ -1,0 +2,25 @@
+Fri Apr  8 13:12:22 UTC 2016 - sndir...@suse.com
+
+- amdgpu.ids: added new PCI IDs supported by driver release 1.1.0
+
+---
+Thu Apr  7 19:07:08 UTC 2016 - mimi...@gmail.com
+
+- update to 1.1.0
+* Support for the upcoming Polaris family of GPUs.
+* Option "TearFree" can now prevent tearing with rotation/reflection as
+  well (with Xorg >= 1.16).
+* RandR CRTC transforms now work correctly (but for now still exhibit
+  tearing even with TearFree).
+* The RandR 1.4 provider name is now no longer hardcoded to "amdgpu"
+  but constructed from the GPU chipset name and bus ID, allowing
+  several GPUs supported by this driver to be distinguished by name.
+* The RandR primary output is now always explicitly marked as such.
+* The driver can prevent clients trying to use the DRI3 extension over a
+  display connection forwarded via SSH from hanging.
+* VDPAU/OpenGL interoperation can now work with DRI3 enabled.
+* Many more fixes for issues using the DRI3/Present extensions.
+* Plus many other small improvements and fixes. Thanks to everybody who
+   contributed to this release in any way!* 
+
+---

Old:

  xf86-video-amdgpu-1.0.1.tar.bz2

New:

  xf86-video-amdgpu-1.1.0.tar.bz2



Other differences:
--
++ xf86-video-amdgpu.spec ++
--- /var/tmp/diff_new_pack.vtJ1Ga/_old  2016-04-12 19:36:16.0 +0200
+++ /var/tmp/diff_new_pack.vtJ1Ga/_new  2016-04-12 19:36:16.0 +0200
@@ -22,13 +22,13 @@
 %endif
 
 Name:   xf86-video-amdgpu
-Version:1.0.1
+Version:1.1.0
 Release:0
 Summary:AMDGPU video driver for the Xorg X server
 License:MIT
 Group:  System/X11/Servers/XF86_4
 Url:http://xorg.freedesktop.org/
-Source0:%{name}-%{version}.tar.bz2
+Source: 
ftp://ftp.freedesktop.org/pub/xorg/individual/driver/%{name}-%{version}.tar.bz2
 Source1:amdgpu.ids
 BuildRequires:  Mesa-devel
 BuildRequires:  autoconf >= 2.6.0
@@ -37,7 +37,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
 BuildRequires:  pkgconfig(gbm)
-BuildRequires:  pkgconfig(libdrm) >= 2.4.46
+BuildRequires:  pkgconfig(libdrm) >= 2.4.58
 BuildRequires:  pkgconfig(libdrm_amdgpu)
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(pciaccess) >= 0.8.0

++ amdgpu.ids ++
--- /var/tmp/diff_new_pack.vtJ1Ga/_old  2016-04-12 19:36:16.0 +0200
+++ /var/tmp/diff_new_pack.vtJ1Ga/_new  2016-04-12 19:36:16.0 +0200
@@ -61,6 +61,14 @@
 #100267B9   
 #100267BA   
 #100267BE   
+#100267E0
+#100267E1
+#100267E9
+#100267E9
+#100267EB
+#100267EF
+#100267C0
+#100267DF
 #10026900
 #10026901
 #10026902
@@ -81,4 +89,4 @@
 #10029876  
 #10029877  
 #10027300 
-#100298E4   
\ No newline at end of file
+#100298E4   

++ xf86-video-amdgpu-1.0.1.tar.bz2 -> xf86-video-amdgpu-1.1.0.tar.bz2 ++
 3723 lines of diff (skipped)




commit nmon for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package nmon for openSUSE:Factory checked in 
at 2016-04-12 19:36:27

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


Package is "nmon"

Changes:

--- /work/SRC/openSUSE:Factory/nmon/nmon.changes2016-03-26 
15:24:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.nmon.new/nmon.changes   2016-04-12 
19:36:29.0 +0200
@@ -1,0 +2,22 @@
+Fri Apr  8 18:44:06 UTC 2016 - mplus...@suse.com
+
+- Update to 16e (boo#974718)
+  * Boottime shown online in the Kernel "k" panel 
+  * Utilisation stats: /proc/stat now reports 10 Utilisation stats 
+including KVM guest VM CPU use = cool.
+  * Bug caused Seg Faults core dumps fixed while collecting to a 
+file including top process stats.
+  * Fix: Improved memory handling for extreme numbers of processes 
+(1000's) or rapid exec of processes  (100's in a millisecond) 
+for large Linux servers. We have examples on Intel of 80 CPU 
+cores and POWER 160+
+  * Online Dot "." command no longer also changes what is displayed 
+as users said it was confusing. 
+  * Minor online start-up flash screen text changes to include C 
+concise CPU stats and U for full  Utilisation stats (all 10 of 
+them) instead of a file. 
+  * Copyright and GPL v3 notice in the code plus online "h" and 
+nmon -h output
+- Improve manpage generation
+
+---

Old:

  lmon16d.c

New:

  lmon16e.c



Other differences:
--
++ nmon.spec ++
--- /var/tmp/diff_new_pack.i4lstE/_old  2016-04-12 19:36:30.0 +0200
+++ /var/tmp/diff_new_pack.i4lstE/_new  2016-04-12 19:36:30.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   nmon
-Version:16d
+Version:16e
 Release:0
 Summary:Performance Monitor
 License:GPL-3.0
@@ -79,7 +79,11 @@
 %install
 install -D -m 0755 nmon %{buildroot}%{_bindir}/nmon
 install -d %{buildroot}%{_mandir}/man1
-help2man ./nmon >  %{buildroot}%{_mandir}/man1/nmon.1
+help2man \
+  --help-option=-h \
+  --name="Performance Monitor" \
+  --version-string=%{version} \
+  ./nmon > %{buildroot}%{_mandir}/man1/nmon.1
 ln -s nmon %{buildroot}%{_bindir}/lmon
 ln -s nmon %{buildroot}%{_mandir}/man1/lmon.1
 cp %{SOURCE1} LICENSE.GPL-3.0

++ lmon16e.c ++
 8561 lines (skipped)




commit gstreamer-0_10-plugins-ugly for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-ugly for 
openSUSE:Factory checked in at 2016-04-12 19:36:07

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


Package is "gstreamer-0_10-plugins-ugly"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-ugly/gstreamer-0_10-plugins-ugly.changes
  2015-06-03 08:35:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-ugly.new/gstreamer-0_10-plugins-ugly.changes
 2016-04-12 19:36:09.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr  8 09:55:32 UTC 2016 - dims...@opensuse.org
+
+- Add gstreamer-0_10-plugins-ugly-gtk-doc-1.25.patch: Fix build
+  with gtk-doc 1.25. index.sgml is an internal file and must not be
+  messed with (and with gtk-doc 1.25 it is no longer created).
+
+---

New:

  gstreamer-0_10-plugins-ugly-gtk-doc-1.25.patch



Other differences:
--
++ gstreamer-0_10-plugins-ugly.spec ++
--- /var/tmp/diff_new_pack.u61Gdv/_old  2016-04-12 19:36:10.0 +0200
+++ /var/tmp/diff_new_pack.u61Gdv/_new  2016-04-12 19:36:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-plugins-ugly
 #
-# 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
@@ -47,6 +47,8 @@
 Patch1: gstreamer010-plugins-ugly-patched.patch
 # PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-ugly-0.10.19-new_libcdio.patch git 
commit 649bd92cd2 seife+...@b1-systems.com -- fix build with new libcdio
 Patch2: gstreamer-0_10-plugins-ugly-0.10.19-new_libcdio.patch
+# PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-ugly-gtk-doc-1.25.patch 
dims...@opensuse.org -- Fix build with gtk-doc 1.25. index.sgml is an internal 
file and must not be messed with (and with gtk-doc 1.25 it is no longer 
created).
+Patch3: gstreamer-0_10-plugins-ugly-gtk-doc-1.25.patch
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel >= 2.24
 BuildRequires:  gstreamer-0_10-devel >= 0.10.36
@@ -173,6 +175,7 @@
 %patch1
 %endif
 %patch2 -p1
+%patch3 -p1
 translation-update-upstream po gst-plugins-ugly-0.10
 
 %build

++ gstreamer-0_10-plugins-ugly-gtk-doc-1.25.patch ++
Index: gst-plugins-ugly-0.10.19/common/gtk-doc-plugins.mak
===
--- gst-plugins-ugly-0.10.19.orig/common/gtk-doc-plugins.mak
+++ gst-plugins-ugly-0.10.19/common/gtk-doc-plugins.mak
@@ -224,9 +224,6 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_
  fi; \
fi; \
cd html && gtkdoc-mkhtml $$mkhtml_options $(DOC_MODULE) 
$(DOC_MAIN_SGML_FILE)
-   @mv html/index.sgml html/index.sgml.bak
-   @$(SED) "s/ href=\"$(DOC_MODULE)\// 
href=\"$(DOC_MODULE)-@GST_MAJORMINOR@\//g" html/index.sgml.bak >html/index.sgml
-   @rm -f html/index.sgml.bak
@rm -f html/$(DOC_MAIN_SGML_FILE)
@rm -rf html/xml
@rm -f html/version.entities
Index: gst-plugins-ugly-0.10.19/common/gtk-doc.mak
===
--- gst-plugins-ugly-0.10.19.orig/common/gtk-doc.mak
+++ gst-plugins-ugly-0.10.19/common/gtk-doc.mak
@@ -131,9 +131,6 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_
  mkhtml_options=--path="$(abs_srcdir)"; \
fi; \
cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) 
$(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
-   @mv html/index.sgml html/index.sgml.bak
-   @$(SED) "s/ href=\"$(DOC_MODULE)\// 
href=\"$(DOC_MODULE)-@GST_MAJORMINOR@\//g" html/index.sgml.bak >html/index.sgml
-   @rm -f html/index.sgml.bak
@rm -rf html/xml
@rm -f version.entities
@test "x$(HTML_IMAGES)" = "x" ||  ( cd $(srcdir) && cp $(HTML_IMAGES) 
$(abs_builddir)/html )
Index: gst-plugins-ugly-0.10.19/docs/plugins/Makefile.in
===
--- gst-plugins-ugly-0.10.19.orig/docs/plugins/Makefile.in
+++ gst-plugins-ugly-0.10.19/docs/plugins/Makefile.in
@@ -914,9 +914,6 @@ update:
 @ENABLE_GTK_DOC_TRUE@fi; \
 @ENABLE_GTK_DOC_TRUE@  fi; \
 @ENABLE_GTK_DOC_TRUE@  cd html && gtkdoc-mkhtml $$mkhtml_options $(DOC_MODULE) 
$(DOC_MAIN_SGML_FILE)
-@ENABLE_GTK_DOC_TRUE@  @mv html/index.sgml html/index.sgml.bak
-@ENABLE_GTK_DOC_TRUE@  @$(SED) "s/ href=\"$(DOC_MODULE)\// 
href=\"$(DOC_MODULE)-@GST_MAJORMINOR@\//g" html/index.sgml.bak >html/index.sgml
-@ENABLE_GTK_DOC_TRUE@  @rm -f html/index.sgml.bak
 @ENABLE_GTK_DOC_TRUE@  

commit drbd-utils for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package drbd-utils for openSUSE:Factory 
checked in at 2016-04-12 19:36:20

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


Package is "drbd-utils"

Changes:

--- /work/SRC/openSUSE:Factory/drbd-utils/drbd-utils.changes2016-03-17 
16:47:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.drbd-utils.new/drbd-utils.changes   
2016-04-12 19:36:22.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr  8 13:04:00 UTC 2016 - lchiqui...@suse.de
+
+- bsc#972886, add pkg-config as build requirement to ensure udev's
+  rules directory will be detected at build time
+
+---



Other differences:
--
++ drbd-utils.spec ++
--- /var/tmp/diff_new_pack.488hXh/_old  2016-04-12 19:36:23.0 +0200
+++ /var/tmp/diff_new_pack.488hXh/_new  2016-04-12 19:36:23.0 +0200
@@ -57,6 +57,7 @@
 BuildRequires:  glibc-devel
 BuildRequires:  libxslt
 BuildRequires:  make
+BuildRequires:  pkg-config
 BuildRequires:  systemd
 BuildRequires:  udev
 Provides:   drbd-control
@@ -112,12 +113,6 @@
 rm -rf %{buildroot}%{_sysconfdir}/xen
 %endif
 
-mkdir -p %{buildroot}/usr/lib/udev/rules.d
-if [ -f "%{buildroot}/lib/udev/rules.d/65-drbd.rules" ]
-then
-mv %{buildroot}/lib/udev/rules.d/65-drbd.rules* 
%{buildroot}/usr/lib/udev/rules.d/65-drbd.rules
-fi
-
 %pre
 %service_add_pre drbd.service
 
@@ -153,9 +148,7 @@
 %{_sysconfdir}/xen/scripts/block-drbd
 %endif
 %{_prefix}/lib/ocf/resource.d/linbit/drbd
-%dir /usr/lib/udev
-%dir /usr/lib/udev/rules.d
-/usr/lib/udev/rules.d/65-drbd.rules
+%{_udevrulesdir}/65-drbd.rules
 %{_unitdir}/drbd.service
 /usr/lib/systemd/system/drbd.service
 %defattr(-, root, root)




commit gstreamer-0_10-plugins-bad for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-bad for 
openSUSE:Factory checked in at 2016-04-12 19:36:00

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


Package is "gstreamer-0_10-plugins-bad"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-bad/gstreamer-0_10-plugins-bad.changes
2015-05-20 23:53:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-bad.new/gstreamer-0_10-plugins-bad.changes
   2016-04-12 19:36:01.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr  8 09:36:42 UTC 2016 - dims...@opensuse.org
+
+- Add gstreamer-0_10-plugins-bad-gtk-doc-1.25.patch: Fix build
+  with gtk-doc 1.25. index.sgml is an internal file and must not be
+  messed with (and with gtk-doc 1.25 it is no longer created).
+
+---

New:

  gstreamer-0_10-plugins-bad-gtk-doc-1.25.patch



Other differences:
--
++ gstreamer-0_10-plugins-bad.spec ++
--- /var/tmp/diff_new_pack.N5dTEb/_old  2016-04-12 19:36:02.0 +0200
+++ /var/tmp/diff_new_pack.N5dTEb/_new  2016-04-12 19:36:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-plugins-bad
 #
-# 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
@@ -62,6 +62,8 @@
 Patch10:gstreamer-0_10-plugins-bad-mp4-overflow.patch
 # PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-bad-libvpx.patch 
joerg.loren...@ki.tng.de -- Enable build against libvpx >= 1.4.
 Patch11:gstreamer-0_10-plugins-bad-libvpx.patch
+# PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-bad-gtk-doc-1.25.patch 
dims...@opensuse.org -- Fix build with gtk-doc 1.25. index.sgml is an internal 
file and must not be messed with (and with gtk-doc 1.25 it is no longer 
created).
+Patch12:gstreamer-0_10-plugins-bad-gtk-doc-1.25.patch
 # Please remove me when slv2 and lv2core are in factory.
 %if %{with LV2}
 BuildRequires:  slv2-devel
@@ -337,6 +339,7 @@
 %patch9 -p1
 %patch10 -p1
 %patch11 -p0
+%patch12 -p1
 
 %build
 autoconf

++ gstreamer-0_10-plugins-bad-gtk-doc-1.25.patch ++
Index: gst-plugins-bad-0.10.23/common/gtk-doc-plugins.mak
===
--- gst-plugins-bad-0.10.23.orig/common/gtk-doc-plugins.mak
+++ gst-plugins-bad-0.10.23/common/gtk-doc-plugins.mak
@@ -224,9 +224,6 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_
  fi; \
fi; \
cd html && gtkdoc-mkhtml $$mkhtml_options $(DOC_MODULE) 
$(DOC_MAIN_SGML_FILE)
-   @mv html/index.sgml html/index.sgml.bak
-   @$(SED) "s/ href=\"$(DOC_MODULE)\// 
href=\"$(DOC_MODULE)-@GST_MAJORMINOR@\//g" html/index.sgml.bak >html/index.sgml
-   @rm -f html/index.sgml.bak
@rm -f html/$(DOC_MAIN_SGML_FILE)
@rm -rf html/xml
@rm -f html/version.entities
Index: gst-plugins-bad-0.10.23/common/gtk-doc.mak
===
--- gst-plugins-bad-0.10.23.orig/common/gtk-doc.mak
+++ gst-plugins-bad-0.10.23/common/gtk-doc.mak
@@ -131,9 +131,6 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_
  mkhtml_options=--path="$(abs_srcdir)"; \
fi; \
cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) 
$(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
-   @mv html/index.sgml html/index.sgml.bak
-   @$(SED) "s/ href=\"$(DOC_MODULE)\// 
href=\"$(DOC_MODULE)-@GST_MAJORMINOR@\//g" html/index.sgml.bak >html/index.sgml
-   @rm -f html/index.sgml.bak
@rm -rf html/xml
@rm -f version.entities
@test "x$(HTML_IMAGES)" = "x" ||  ( cd $(srcdir) && cp $(HTML_IMAGES) 
$(abs_builddir)/html )
Index: gst-plugins-bad-0.10.23/docs/libs/Makefile.in
===
--- gst-plugins-bad-0.10.23.orig/docs/libs/Makefile.in
+++ gst-plugins-bad-0.10.23/docs/libs/Makefile.in
@@ -1017,9 +1017,6 @@ upload: $(FORMATS)
 @ENABLE_GTK_DOC_TRUE@mkhtml_options=--path="$(abs_srcdir)"; \
 @ENABLE_GTK_DOC_TRUE@  fi; \
 @ENABLE_GTK_DOC_TRUE@  cd html && gtkdoc-mkhtml $$mkhtml_options 
$(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
-@ENABLE_GTK_DOC_TRUE@  @mv html/index.sgml html/index.sgml.bak
-@ENABLE_GTK_DOC_TRUE@  @$(SED) "s/ href=\"$(DOC_MODULE)\// 
href=\"$(DOC_MODULE)-@GST_MAJORMINOR@\//g" html/index.sgml.bak >html/index.sgml
-@ENABLE_GTK_DOC_TRUE@  @rm -f html/index.sgml.bak
 @ENABLE_GTK_DOC_TRUE@  @rm -rf html/xml
 

commit rubygem-mail for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mail for openSUSE:Factory 
checked in at 2016-04-12 19:35:49

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


Package is "rubygem-mail"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mail/rubygem-mail.changes
2015-02-11 16:44:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-mail.new/rubygem-mail.changes   
2016-04-12 19:35:50.0 +0200
@@ -1,0 +2,34 @@
+Wed Apr  6 06:25:06 UTC 2016 - co...@suse.com
+
+- updated to version 2.6.4
+ see installed CHANGELOG.rdoc
+
+  == Version 2.6.4 - Wed Mar 23 08:16 -0700 2016 Jeremy Daer 

+  
+  Features:
+  * #772 - Normalize encoding matchers (grosser)
+  * #775 - Avoid failed encodings / stop bad charsets early (grosser)
+  * #782 – Make the gem compatible with Rubinius (robin850)
+  * #865 - Allow a body with an invalid encoding to be round tripped (kjg)
+  * #866 - Support decoding message bodies with non-Ruby-standard charsets 
(jeremy)
+  * #868 - Use the Ruby19.charset_encoder when decoding message bodies (kjg)
+  * #872 - Low-level option to include BCC field in the encoded message 
(grossadamm)
+  * #901 - Allow mail.text_part = '…' and mail.html_part = '…' (taavo)
+  * #924 - Matcher for having attachments (schepedw)
+  
+  Performance:
+  * #956 - Use native String#encode for CR/LF conversion (carsonreinke)
+  * #970 - Support Ruby 2.3+ frozen string literals (twalpole)
+  
+  Bugs:
+  * #719 - Fix to not extract header content that looks like its field name 
(kjg)
+  * #789 - Fix encoding collapsing not dealing with multiple encodings in 1 
line (grosser)
+  * #808 - Mail::Field correctly responds_to? the methods of its instantiated 
field (thegcat)
+  * #849 - Handle calling Part#inline? when the Content-Disposition field 
couldn't be parsed (kjg)
+  * #874 – Stay under 1000-char SMTP line length limits (pushrax)
+  * #877 - Make Mail::Field == other take the field value into account (kjg)
+  * #907 - Mail::ContentDispositionField should work with nil value (kjg)
+  * #910 - Mail::Address should handle b_value_encoded local and domain parts 
(kjg)
+  * #918 - Account for possibility of absent delivery-status headers (kjg)
+
+---

Old:

  mail-2.6.3.gem

New:

  mail-2.6.4.gem



Other differences:
--
++ rubygem-mail.spec ++
--- /var/tmp/diff_new_pack.FccSnT/_old  2016-04-12 19:35:51.0 +0200
+++ /var/tmp/diff_new_pack.FccSnT/_new  2016-04-12 19:35:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mail
 #
-# 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,7 +24,7 @@
 #
 
 Name:   rubygem-mail
-Version:2.6.3
+Version:2.6.4
 Release:0
 %define mod_name mail
 %define mod_full_name %{mod_name}-%{version}

++ mail-2.6.3.gem -> mail-2.6.4.gem ++
 2932 lines of diff (skipped)




commit perl-Math-BigInt for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Math-BigInt for 
openSUSE:Factory checked in at 2016-04-12 19:35:26

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-01-11 19:11:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Math-BigInt.new/perl-Math-BigInt.changes   
2016-04-12 19:35:27.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr  7 09:36:45 UTC 2016 - co...@suse.com
+
+- updated to 1.999716
+   see /usr/share/doc/packages/perl-Math-BigInt/CHANGES
+
+---

Old:

  Math-BigInt-1.999715.tar.gz

New:

  Math-BigInt-1.999716.tar.gz



Other differences:
--
++ perl-Math-BigInt.spec ++
--- /var/tmp/diff_new_pack.0RgdtL/_old  2016-04-12 19:35:28.0 +0200
+++ /var/tmp/diff_new_pack.0RgdtL/_new  2016-04-12 19:35:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Math-BigInt
-Version:1.999715
+Version:1.999716
 Release:0
 %define cpan_name Math-BigInt
 Summary:Arbitrary size integer/float math package

++ Math-BigInt-1.999715.tar.gz -> Math-BigInt-1.999716.tar.gz ++
 2475 lines of diff (skipped)




commit perl-SQL-Statement for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-SQL-Statement for 
openSUSE:Factory checked in at 2016-04-12 19:35:09

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


Package is "perl-SQL-Statement"

Changes:

--- /work/SRC/openSUSE:Factory/perl-SQL-Statement/perl-SQL-Statement.changes
2015-11-12 19:40:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-SQL-Statement.new/perl-SQL-Statement.changes   
2016-04-12 19:35:10.0 +0200
@@ -1,0 +2,23 @@
+Thu Apr  7 09:58:39 UTC 2016 - co...@suse.com
+
+- updated to 1.409
+   see /usr/share/doc/packages/perl-SQL-Statement/Changes
+
+  1.409 2016-04-06
+  * Release 1.408_001 without further changes as 1.409
+  
+  1.408_001 2016-03-07
+  [Bug fixes]
+  * Fix RT#112530 - t/06virtual.t fails with -Duselongdouble (thanks
+Slaven Rezic)
+  * Fix RT#105852 - dependency installation isn't triggered properly in
+cpan (thanks Mithaldu)
+  * Fix RT#99349 - bind variables are not bound to placeholders in the
+correct order (thanks vulpecu...@gmx.de)
+  
+  [Documentation]
+  * Update Copyright statements, add where missing (according to records)
+  * Add license conditions where missing
+  * bundle copy of license conditions to distribution
+
+---

Old:

  SQL-Statement-1.407.tar.gz

New:

  SQL-Statement-1.409.tar.gz



Other differences:
--
++ perl-SQL-Statement.spec ++
--- /var/tmp/diff_new_pack.e14OH4/_old  2016-04-12 19:35:11.0 +0200
+++ /var/tmp/diff_new_pack.e14OH4/_new  2016-04-12 19:35:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SQL-Statement
 #
-# 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-SQL-Statement
-Version:1.407
+Version:1.409
 Release:0
 %define cpan_name SQL-Statement
 Summary:SQL parsing and processing engine
@@ -67,7 +67,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -83,6 +83,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README README.md
+%doc ARTISTIC-1.0 Changes GPL-1 GPL-2.0 LICENSE README README.md
 
 %changelog

++ SQL-Statement-1.407.tar.gz -> SQL-Statement-1.409.tar.gz ++
 3822 lines of diff (skipped)




commit enlightenment for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package enlightenment for openSUSE:Factory 
checked in at 2016-04-12 19:35:31

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


Package is "enlightenment"

Changes:

--- /work/SRC/openSUSE:Factory/enlightenment/enlightenment.changes  
2016-03-04 19:30:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.enlightenment.new/enlightenment.changes 
2016-04-12 19:35:34.0 +0200
@@ -1,0 +2,79 @@
+Fri Apr  8 05:35:30 UTC 2016 - sfl...@suse.de
+
+- Recommend Pulse X11 Intergration for audio out of the box 
+  boo#972912
+- Make services localonly 
+
+---
+Fri Apr  8 03:02:37 UTC 2016 - sfl...@suse.de
+
+- Fix crashes
+  * fix-upstream-dont-add-deleted-clients-to-tasks.patch
+  * fix-upstream-remove-deleted-clients-on-repop-tasks.patch
+- Fix systray issues particuarlly with KDE5 apps
+  * fix-upstream-systray-handle-kde5-apps.patch
+  * fix-upstream-systray-use-canvas-coords.patch
+- Reduce Memory usage by sharing icons.
+  * enhance-upstream-share-icons.patch
+
+---
+Wed Mar  9 19:46:44 UTC 2016 - sfl...@suse.de
+
+- Enlightenment 0.20.6
+  Tickets Addressed:
+ T3152
+ T3208
+ T3210
+  Multiple wayland issues fixed
+  Other issues listed below
+e – efm: fix op registry listener add and dont use eina_error
+e xkbswitch: don’t free layouts that are just pointed to in instances
+don’t have to hook the ecore_evas resize callback here as that should be 
handled by elm now
+Move pixmap free to client free from client destroy
+Render deleted objects as long as they still have a pixmap
+Track whether objects are on the post_updates list or not
+Track whether a render is in progress or not
+clamp minimum shelf size to 20px in shelf config
+do not perform special case position adjustment for re_manage clients
+do not clamp comp object input regions to 0,0
+improve enforcement of shelf autohide-related window adjustment
+reshuffle x11 comp init to cleanup on failure cases
+pre-remove pixmap from x11 clients during del hook
+enable comp object image data refresh if a dirty call is made with no 
damages
+remove some unused variables
+make bgpreview create vdesk config dialog on mouse up instead of mouse down
+do not decrement e_comp->new_clients for non-new clients during 
_e_client_eval
+update winlist ui when using directional window selection
+force changed when adding or removing keyboard layouts in config
+disable emotion_shutdown during shutdown procedure
+use strbufs instead of strcat in fwin navbars
+do not set XCURSOR_PATH variable if re-setting existing value
+remove security hole in e_start_main
+remove DISPLAY usage from E_IPC_SOCKET value
+remove multihead env var setting in e_exec
+strcpy -> strncpy in evry files plugin
+use strbuf instead of strcat in keybinding string synthesis
+use strbuf instead of strcat in edgebinding string synthesis
+use dblequal for double comparisons in edgebindings config
+replace static buffer usage with binbuf in e_fm_ipc
+prevent potential null deref during pager (plain) window drag
+remove unused value in config profile saving
+remove useless client_add handler in e_ipc
+use uint instead of int for eina_list_count() return in cpufreq (trivial)
+simplify static grab case statements
+remove ipc command allowing arbitrary command execution by the compositor
+simplify ipc socket creation
+remove impossible null check in color dialog
+do not add render updates during damage of deleted clients
+don’t directly use image data when creating a comp object mirror
+Revert “send mouse out+in on desk flip end”
+reject x11 client mouse-in events on comp object based on frame geometry
+reverse ordering for x11 client mouse in NotifyVirtual and NotifyInferior 
details
+only use x11 mouse out event if client has received mouse in previously
+apply x11 mouse in event for clients using a job
+apply x11 focus/unfocus using jobs
+block re-unsetting of native surface for comp objects
+always run client res changes in e_comp_canvas_update()
+ 
+
+---

Old:

  enlightenment-0.20.5.tar.xz

New:

  _service
  enhance-upstream-share-icons.patch
  enlightenment-0.20.6.tar.xz
  fix-upstream-dont-add-deleted-clients-to-tasks.patch
  fix-upstream-remove-deleted-clients-on-repop-tasks.patch
  fix-upstream-systray-handle-kde5-apps.patch
  fix-upstream-systray-use-canvas-coords.patch


commit rubygem-js-routes for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-js-routes for 
openSUSE:Factory checked in at 2016-04-12 19:35:43

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


Package is "rubygem-js-routes"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-js-routes/rubygem-js-routes.changes  
2016-03-18 21:39:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-js-routes.new/rubygem-js-routes.changes 
2016-04-12 19:35:45.0 +0200
@@ -1,0 +2,15 @@
+Wed Apr  6 06:23:51 UTC 2016 - co...@suse.com
+
+- updated to version 1.2.5
+ see installed CHANGELOG.md
+
+  ## v1.2.5
+  
+  * Bugfix subdomain default parameter in routes #184
+  * Bugfix infinite recursion in some specific route sets #183
+  
+  ## v1.2.4
+  
+  * Additional bugfixes to support all versions of Sprockets: 2.x and 3.x
+
+---

Old:

  js-routes-1.2.4.gem

New:

  js-routes-1.2.5.gem



Other differences:
--
++ rubygem-js-routes.spec ++
--- /var/tmp/diff_new_pack.ZzN5TA/_old  2016-04-12 19:35:46.0 +0200
+++ /var/tmp/diff_new_pack.ZzN5TA/_new  2016-04-12 19:35:46.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-js-routes
-Version:1.2.4
+Version:1.2.5
 Release:0
 %define mod_name js-routes
 %define mod_full_name %{mod_name}-%{version}

++ js-routes-1.2.4.gem -> js-routes-1.2.5.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-02-13 09:48:00.0 +0100
+++ new/CHANGELOG.md2016-03-24 05:55:28.0 +0100
@@ -1,5 +1,14 @@
 ## master
 
+## v1.2.5
+
+* Bugfix subdomain default parameter in routes #184
+* Bugfix infinite recursion in some specific route sets #183
+
+## v1.2.4
+
+* Additional bugfixes to support all versions of Sprockets: 2.x and 3.x
+
 ## v1.2.3
 
 * Sprockets ~= 3.0 support
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/js_routes/version.rb new/lib/js_routes/version.rb
--- old/lib/js_routes/version.rb2016-02-13 09:48:00.0 +0100
+++ new/lib/js_routes/version.rb2016-03-24 05:55:28.0 +0100
@@ -1,3 +1,3 @@
 class JsRoutes
-  VERSION = "1.2.4"
+  VERSION = "1.2.5"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/js_routes.rb new/lib/js_routes.rb
--- old/lib/js_routes.rb2016-02-13 09:48:00.0 +0100
+++ new/lib/js_routes.rb2016-03-24 05:55:28.0 +0100
@@ -35,7 +35,7 @@
   }
 
   LAST_OPTIONS_KEY = "options".freeze
-  FILTERED_DEFAULT_PARTS = [:controller, :action]
+  FILTERED_DEFAULT_PARTS = [:controller, :action, :subdomain]
 
   class Options < Struct.new(*DEFAULTS.keys)
 def to_hash
@@ -150,7 +150,7 @@
   protected
 
   def js_routes
-js_routes = 
Rails.application.routes.named_routes.to_a.sort_by(&:to_s).flat_map do |_, 
route|
+js_routes = 
Rails.application.routes.named_routes.to_a.sort_by(&:first).flat_map do |_, 
route|
   rails_engine_app = get_app_from_route(route)
   if rails_engine_app.respond_to?(:superclass) && 
rails_engine_app.superclass == Rails::Engine && !route.path.anchored
 rails_engine_app.routes.named_routes.map do |_, engine_route|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-02-13 09:48:00.0 +0100
+++ new/metadata2016-03-24 05:55:28.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: js-routes
 version: !ruby/object:Gem::Version
-  version: 1.2.4
+  version: 1.2.5
 platform: ruby
 authors:
 - Bogdan Gusiev
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-02-13 00:00:00.0 Z
+date: 2016-03-24 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: railties
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spec/js_routes/rails_routes_compatibility_spec.rb 
new/spec/js_routes/rails_routes_compatibility_spec.rb
--- old/spec/js_routes/rails_routes_compatibility_spec.rb   2016-02-13 
09:48:00.0 +0100
+++ new/spec/js_routes/rails_routes_compatibility_spec.rb   2016-03-24 
05:55:28.0 +0100
@@ -66,6 +66,10 @@
   expect(evaljs("Routes.api_purchases_path()")).to 
eq(routes.api_purchases_path)
 end
 
+it 'should support route default subdomain' do
+  expect(evaljs("Routes.backend_root_path()")).to 
eq(routes.backend_root_path)
+  

commit ghc-byteable for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package ghc-byteable for openSUSE:Factory 
checked in at 2016-04-12 19:35:55

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


Package is "ghc-byteable"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-byteable/ghc-byteable.changes
2015-05-21 08:35:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-byteable.new/ghc-byteable.changes   
2016-04-12 19:35:56.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr  8 08:29:15 UTC 2016 - peter.tromm...@ohm-hochschule.de
+
+- fix typo in group tag (Thanks @killit!)
+
+---



Other differences:
--
++ ghc-byteable.spec ++
--- /var/tmp/diff_new_pack.1IAcp0/_old  2016-04-12 19:35:57.0 +0200
+++ /var/tmp/diff_new_pack.1IAcp0/_new  2016-04-12 19:35:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-byteable
 #
-# 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
@@ -23,7 +23,7 @@
 Release:0
 Summary:Type class for sequence of bytes
 License:BSD-3-Clause
-Group:  System/Libaries
+Group:  System/Libraries
 
 Url:http://hackage.haskell.org/package/%{pkg_name}
 Source0:
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz




commit rubygem-hoe for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-hoe for openSUSE:Factory 
checked in at 2016-04-12 19:35:37

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


Package is "rubygem-hoe"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hoe/rubygem-hoe.changes  2015-09-27 
08:39:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-hoe.new/rubygem-hoe.changes 
2016-04-12 19:35:39.0 +0200
@@ -1,0 +2,17 @@
+Wed Apr  6 06:23:19 UTC 2016 - co...@suse.com
+
+- updated to version 3.15.0
+ see installed History.rdoc
+
+  === 3.15.0 / 2016-03-25
+  
+  * 1 minor enhancement:
+  
+* Added ruby version declarations for hoe-spec. ruby20!
+  
+  * 2 bug fixes:
+  
+* Fixed running rdoc if it was satisfied outside of GEM_HOME.
+* Relaxed requirement on rake to include new rake 11.x. (hsbt)
+
+---

Old:

  hoe-3.14.2.gem

New:

  hoe-3.15.0.gem



Other differences:
--
++ rubygem-hoe.spec ++
--- /var/tmp/diff_new_pack.CbBKYM/_old  2016-04-12 19:35:40.0 +0200
+++ /var/tmp/diff_new_pack.CbBKYM/_new  2016-04-12 19:35:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-hoe
 #
-# 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,7 +24,7 @@
 #
 
 Name:   rubygem-hoe
-Version:3.14.2
+Version:3.15.0
 Release:0
 %define mod_name hoe
 %define mod_full_name %{mod_name}-%{version}

++ hoe-3.14.2.gem -> hoe-3.15.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.rdoc new/History.rdoc
--- old/History.rdoc2015-09-15 00:23:13.0 +0200
+++ new/History.rdoc2016-03-26 00:33:16.0 +0100
@@ -1,3 +1,14 @@
+=== 3.15.0 / 2016-03-25
+
+* 1 minor enhancement:
+
+  * Added ruby version declarations for hoe-spec. ruby20!
+
+* 2 bug fixes:
+
+  * Fixed running rdoc if it was satisfied outside of GEM_HOME.
+  * Relaxed requirement on rake to include new rake 11.x. (hsbt)
+
 === 3.14.2 / 2015-09-14
 
 * 1 minor enhancement:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2015-09-15 00:23:13.0 +0200
+++ new/Rakefile2016-03-26 00:33:16.0 +0100
@@ -21,7 +21,7 @@
   pluggable!
   require_rubygems_version ">= 1.4"
 
-  dependency "rake", [">= 0.8", "< 11.0"] # FIX: to force it to exist 
pre-isolate
+  dependency "rake", [">= 0.8", "< 12.0"] # FIX: to force it to exist 
pre-isolate
 end
 
 task :plugins do
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/hoe/publish.rb new/lib/hoe/publish.rb
--- old/lib/hoe/publish.rb  2015-09-15 00:23:13.0 +0200
+++ new/lib/hoe/publish.rb  2016-03-26 00:33:16.0 +0100
@@ -206,6 +206,11 @@
 title = "#{group_name}'s #{title}" if group_name != name
 rdoc  = Gem.bin_wrapper "rdoc"
 
+unless File.exist? rdoc then
+  warn "Can't find #{rdoc}. Falling back."
+  rdoc = "rdoc"
+end
+
 %W[#{rdoc}
--title #{title}
-o #{local_rdoc_dir}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/hoe.rb new/lib/hoe.rb
--- old/lib/hoe.rb  2015-09-15 00:23:13.0 +0200
+++ new/lib/hoe.rb  2016-03-26 00:33:16.0 +0100
@@ -91,7 +91,7 @@
   include Rake::DSL if defined?(Rake::DSL)
 
   # duh
-  VERSION = "3.14.2"
+  VERSION = "3.15.0"
 
   @@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]
@@ -833,6 +833,48 @@
   end
 
   ##
+  # Declare that this gem requires ruby to be in the 1.8+ family.
+
+  def ruby18!
+require_ruby_version "~> 1.8"
+  end
+
+  ##
+  # Declare that this gem requires ruby to be in the 1.9 family.
+
+  def ruby19!
+require_ruby_version "~> 1.9"
+  end
+
+  ##
+  # Declare that this gem requires ruby to be in the 2.0+ family.
+
+  def ruby20!
+require_ruby_version "~> 2.0"
+  end
+
+  ##
+  # Declare that this gem requires ruby to be in the 2.1+ family.
+
+  def ruby21!
+require_ruby_version "~> 2.1"
+  end
+
+  ##
+  # Declare that this gem requires ruby to be in the 2.2+ 

commit jhbuild for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package jhbuild for openSUSE:Factory checked 
in at 2016-04-12 19:34:57

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


Package is "jhbuild"

Changes:

--- /work/SRC/openSUSE:Factory/jhbuild/jhbuild.changes  2015-10-12 
10:02:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.jhbuild.new/jhbuild.changes 2016-04-12 
19:34:58.0 +0200
@@ -1,0 +2,366 @@
+Wed Apr 06 22:07:42 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.0~20160406:
+  + world: point to 3.20
+  + apps: gnome-clocks doesnt depend on libnotify since long time
+ago
+  + core: g-c-c and nautilus doesnt depend on libnotify since long
+time ago
+  + 3.20: Keep using GStreamer 1.6 branches
+  + 3.18: Use the gtk-3-18 branch
+  + world: Use 1.6 branch for gst-python
+  + 3.18: Update some branches
+  + core-deps-3.20: fix gobject-introspection python dependency
+  + 3.20: Make cairo a sysdep
+  + 3.20: Get rid of suggests that are causing circular dependency
+issues
+  + world: add gspell
+  + world: update latexila dependencies
+  + Branches are done for my modules.
+  + Oops...
+  + Oops, bis.
+  + Update some sourceforge project links
+  + core-deps-3.20: Really fix libwacom download link
+  + core-deps-3.20: Hold grilo and grilo-plugins on 0.2.x branch
+  + core-deps-3.18/3.20: WebKitGTK+ 2.10.1
+  + 3.18: Polari has branched
+  + core-3.20: gnome-contacts doesnt depend on libnotify
+  + apps-3.20: Upgrade fwudp to 0.5.1
+  + core-deps-3.18/3.20: WebKitGTK+ 2.10.2
+  + 3.18: mutter, gnome-shell + extension have branched
+  + apps: Add m4-common dependency to polari
+  + world: retro-plugins-* don't skip autogen
+  + world: Add retro-plugins-pce
+  + world: Update adress of gnome-games repo
+  + 3.18: GtkSourceView and gedit have branched
+  + 3.20: Target grilo 0.3.x for GNOME 3.20
+  + 3.20: Fix grilo* module definitions
+  + default: switch to build 3.20
+  + 3.20: remove intltool dependency for GtkSourceView
+  + gnome-world: Update retro-gtk dependencies
+  + world: Add libratbag
+  + 3.20: Move fontconfig back to -sysdeps
+  + 3.20: Move itstool to -sysdeps
+  + Remove itstool patch
+  + 3.18: branch modules on gnome-3-18
+  + 3.20: Remove dleyna-renderer
+  + 3.20: Drop gnome-music to gnome-world
+  + 3.20: Add note on why aisleriot is in gnome-world
+  + core-deps-3.18/3.20: WebKitGTK+ 2.10.3
+  + 3.20: Move libgames-support to gnome-apps
+  + 3.20: Refresh Nibbles dependencies
+  + 3.18: Use the 0.30 branch of vala
+  + minor style fix
+  + core-deps-3.20: WebKitGTK+ 2.11.1
+  + 3.20: Move libndp to sysdeps
+  + 3.20: Move lcms2 to -sysdeps
+  + 3.20: Move libpwquality to -sysdeps
+  + 3.20: Move libepoxy to -sysdeps
+  + 3.20: Move libevdev to -sysdeps
+  + 3.20: Move xwayland to -sysdeps
+  + 3.20: Move libXi to -sysdeps
+  + sysid: add a missing space in get_freebsd_info
+  + install-check: Drop as no longer useful and potentially
+dangerous
+  + core-deps-3.18: WebKitGTK+ 2.10.4
+  + 3.18: branch gnome-session
+  + 3.20: update dependencies for the spell checking
+  + modulesets: move gspell from gnome-world to
+gnome-suites-core-deps
+  + 3.20: add wayland-protocols for weston
+  + 3.20: gobject-introspection depends on python2-devel
+  + Updated Czech translation
+  + Updated Czech translation
+  + 3.18: libgusb needs a dependency on libusb1
+  + 3.20: add missing version field to libusb1
+  + 3.18: fix libwacom module path
+  + 3.20: move libusb1 from sysdeps to core-deps
+  + 3.20: libgusb needs a dependency on libusb1
+  + 3.18: Fix lcms2 module path
+  + 3.18: move libusb1 from sysdeps to core-deps
+  + 3.18: move libxml2 from sysdeps to core-deps
+  + 3.18: branch tracker
+  + Fixed typo fron -> from
+  + Czech translation
+  + Add Czech language
+  + core-deps-3.20: WebKitGTK+ 2.11.2
+  + Updated Spanish translation
+  + 3.20: Add wayland-protocols to the gtk+ deps
+  + Revert "3.20: move libusb1 from sysdeps to core-deps"
+  + 3.20: vala provides libvala-0.32.pc now
+  + Revert "3.20: Drop gnome-music to gnome-world"
+  + info: add a --installed option
+  + docs: document the --install option of the info command
+  + 3.20: declare geoclue as a dependency of gnome-weather
+  + Updated Portuguese translation
+  + Updated Polish translation
+  + Updated Czech translation
+  + Updated Czech translation
+  + 3.20: Disable SELinux for Nautilus on non-Linux systems
+  + gtkmm branched for 3.18
+  + Updated Indonesian translation
+  + apps: Remove glu dependency from gnome-chess
+  + 3.18: Track gnome-3-18 for gsettings-desktop-schemas
+  + Updated Spanish translation
+  + Updated Spanish translation
+  + 3.20: update gspell dependencies
+  + Updated Slovenian translation
+  + Updated Swedish translation
+  + world: Switch to 

commit perl-Module-ScanDeps for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-ScanDeps for 
openSUSE:Factory checked in at 2016-04-12 19:35:20

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


Package is "perl-Module-ScanDeps"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes
2015-10-12 10:01:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new/perl-Module-ScanDeps.changes
   2016-04-12 19:35:21.0 +0200
@@ -1,0 +2,19 @@
+Thu Apr  7 09:40:30 UTC 2016 - co...@suse.com
+
+- updated to 1.21
+   see /usr/share/doc/packages/perl-Module-ScanDeps/Changes
+
+  1.21  2016-04-05
+  
+  - %Preload: add rules for List::MoreUtils and Log::Dispatch
+  
+  - %Preload: make the following modules require the unicore stuff:
+charnames.pm
+Unicode/Normalize.pm
+Unicode/UCD.pm
+  
+  - add helper _glob_in_inc_1()
+  
+  - remove all references to http://par.perl.org/, doesn't exist anymore
+
+---

Old:

  Module-ScanDeps-1.20.tar.gz

New:

  Module-ScanDeps-1.21.tar.gz



Other differences:
--
++ perl-Module-ScanDeps.spec ++
--- /var/tmp/diff_new_pack.6Fs8Vw/_old  2016-04-12 19:35:22.0 +0200
+++ /var/tmp/diff_new_pack.6Fs8Vw/_new  2016-04-12 19:35:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-ScanDeps
 #
-# 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-ScanDeps
-Version:1.20
+Version:1.21
 Release:0
 %define cpan_name Module-ScanDeps
 Summary:Recursively scan Perl code for dependencies
@@ -61,8 +61,8 @@
 my $packer = App::Packer->new( frontend => 'Module::ScanDeps' );
 ...
 
-Please see the App::Packer::Frontend manpage for detailed explanation on
-the structure returned by 'get_files'.
+Please see App::Packer::Frontend for detailed explanation on the structure
+returned by 'get_files'.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ Module-ScanDeps-1.20.tar.gz -> Module-ScanDeps-1.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-ScanDeps-1.20/Changes 
new/Module-ScanDeps-1.21/Changes
--- old/Module-ScanDeps-1.20/Changes2015-10-04 15:12:33.0 +0200
+++ new/Module-ScanDeps-1.21/Changes2016-04-05 12:07:12.0 +0200
@@ -1,3 +1,16 @@
+1.21  2016-04-05
+
+- %Preload: add rules for List::MoreUtils and Log::Dispatch
+
+- %Preload: make the following modules require the unicore stuff:
+  charnames.pm
+  Unicode/Normalize.pm
+  Unicode/UCD.pm
+
+- add helper _glob_in_inc_1()
+
+- remove all references to http://par.perl.org/, doesn't exist anymore
+
 1.20  2015-10-04
 
 - Fix RT #107304: Newer versions of File::Path cause warning "_Inline for 
_Inline: No such file or directory at Module/ScanDeps.pm line 1339."
@@ -37,8 +50,8 @@
   ...
 );
 
-  scan_deps_static() register a dependency on Bar.pm _and_
-  Quux.pm when it saw "use Foo;" 
+  scan_deps_static() registers a dependency on Bar.pm _and_
+  Quux.pm when it has seen "use Foo;" 
 
 - Minor changes:
   - drop dubious %Preload of utf8.pm for SOAP::Lite and XML::Parser::Expat
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-ScanDeps-1.20/META.yml 
new/Module-ScanDeps-1.21/META.yml
--- old/Module-ScanDeps-1.20/META.yml   2015-10-04 15:16:02.0 +0200
+++ new/Module-ScanDeps-1.21/META.yml   2016-04-05 12:08:33.0 +0200
@@ -34,4 +34,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: https://www.openfoundry.org/svn/par/Module-ScanDeps/trunk
-version: '1.20'
+version: '1.21'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-ScanDeps-1.20/lib/Module/ScanDeps.pm 
new/Module-ScanDeps-1.21/lib/Module/ScanDeps.pm
--- old/Module-ScanDeps-1.20/lib/Module/ScanDeps.pm 2015-10-04 
14:56:12.0 +0200
+++ new/Module-ScanDeps-1.21/lib/Module/ScanDeps.pm 2016-04-03 
19:48:39.0 +0200
@@ -4,7 +4,7 @@
 use warnings;
 use vars qw( $VERSION @EXPORT @EXPORT_OK @ISA $CurrentPackage @IncludeLibs 
$ScanFileRE );
 
-$VERSION   = '1.20';
+$VERSION   = '1.21';
 @EXPORT= qw( scan_deps scan_deps_runtime );
 @EXPORT_OK = qw( scan_line scan_chunk add_deps scan_deps_runtime 
path_to_inc_name );
 
@@ -258,9 +258,7 @@
 

commit php-composer for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package php-composer for openSUSE:Factory 
checked in at 2016-04-12 19:35:03

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


Package is "php-composer"

Changes:

--- /work/SRC/openSUSE:Factory/php-composer/php-composer.changes
2015-12-23 08:49:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.php-composer.new/php-composer.changes   
2016-04-12 19:35:04.0 +0200
@@ -1,0 +2,12 @@
+Wed Apr  6 06:03:57 UTC 2016 - ji...@boombatower.com
+
+- version 1.0.0
+  * Added support for bitbucket-oauth configuration
+  * Added warning when running composer as super user, set 
COMPOSER_ALLOW_SUPERUSER=1 to hide the warning if you really must
+  * Added PluginManager::getGlobalComposer getter to retrieve the global 
instance (which can be null!)
+  * Fixed dependency solver error reporting in many cases it now shows you 
proper errors instead of just saying a package does not exist
+  * Fixed output of failed downloads appearing as 100% done instead of Failed
+  * Fixed handling of empty directories when archiving, they are not skipped 
anymore
+  * Fixed installation of broken plugins corrupting the vendor state when 
combined with symlinked path repositories
+
+---



Other differences:
--
++ php-composer.spec ++
--- /var/tmp/diff_new_pack.NeZEWN/_old  2016-04-12 19:35:05.0 +0200
+++ /var/tmp/diff_new_pack.NeZEWN/_new  2016-04-12 19:35:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package php-composer
 #
-# 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,13 +17,13 @@
 
 
 Name:   php-composer
-Version:1.0.0~alpha11
+Version:1.0.0
 Release:0
 Summary:Dependency Management for PHP
 License:MIT
 Group:  Development/Libraries/Other
 Url:http://getcomposer.org/
-Source0:https://getcomposer.org/download/1.0.0-alpha11/composer.phar
+Source0:https://getcomposer.org/download/1.0.0/composer.phar
 Source1:
https://raw.githubusercontent.com/composer/composer/master/LICENSE
 Requires:   php-json
 Requires:   php-openssl

++ LICENSE ++
--- /var/tmp/diff_new_pack.NeZEWN/_old  2016-04-12 19:35:05.0 +0200
+++ /var/tmp/diff_new_pack.NeZEWN/_new  2016-04-12 19:35:05.0 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2015 Nils Adermann, Jordi Boggiano
+Copyright (c) 2016 Nils Adermann, Jordi Boggiano
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

++ composer.phar ++
Files /var/tmp/diff_new_pack.NeZEWN/_old and /var/tmp/diff_new_pack.NeZEWN/_new 
differ




commit perl-Net-SSLGlue for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-SSLGlue for 
openSUSE:Factory checked in at 2016-04-12 19:35:14

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
2015-11-08 11:27:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Net-SSLGlue.new/perl-Net-SSLGlue.changes   
2016-04-12 19:35:16.0 +0200
@@ -1,0 +2,16 @@
+Thu Apr  7 09:45:56 UTC 2016 - co...@suse.com
+
+- updated to 1.057
+   see /usr/share/doc/packages/perl-Net-SSLGlue/Changes
+
+  1.057 2016/04/04
+  - removed warning with very old versions of LWP where
+LWP::Protocol::https::VERSION was not defined yet.
+Thanks to denis[AT]fateyev[DOT]com for reporting
+  
+  1.056 2015/10/31
+  - fix another memory leak which happened on data connections only
+  - make sure that context reuse is done properly, see
+https://github.com/noxxi/p5-net-sslglue/pull/3
+
+---

Old:

  Net-SSLGlue-1.055.tar.gz

New:

  Net-SSLGlue-1.057.tar.gz



Other differences:
--
++ perl-Net-SSLGlue.spec ++
--- /var/tmp/diff_new_pack.qJ1Cat/_old  2016-04-12 19:35:17.0 +0200
+++ /var/tmp/diff_new_pack.qJ1Cat/_new  2016-04-12 19:35:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-SSLGlue
 #
-# 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-Net-SSLGlue
-Version:1.055
+Version:1.057
 Release:0
 %define cpan_name Net-SSLGlue
 Summary:Add/Extend Ssl Support for Common Perl Modules

++ Net-SSLGlue-1.055.tar.gz -> Net-SSLGlue-1.057.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSLGlue-1.055/Changes 
new/Net-SSLGlue-1.057/Changes
--- old/Net-SSLGlue-1.055/Changes   2015-10-25 13:40:39.0 +0100
+++ new/Net-SSLGlue-1.057/Changes   2016-04-04 09:29:58.0 +0200
@@ -1,3 +1,13 @@
+1.057 2016/04/04
+- removed warning with very old versions of LWP where
+  LWP::Protocol::https::VERSION was not defined yet.
+  Thanks to denis[AT]fateyev[DOT]com for reporting
+
+1.056 2015/10/31
+- fix another memory leak which happened on data connections only
+- make sure that context reuse is done properly, see
+  https://github.com/noxxi/p5-net-sslglue/pull/3
+
 1.055 2015/10/25
 - fix memory leak in Net::SSLGlue::Socket, RT#107816.
   Thanks to kasyap.mr[AT]gmail[DOT]com  for reporting
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSLGlue-1.055/META.json 
new/Net-SSLGlue-1.057/META.json
--- old/Net-SSLGlue-1.055/META.json 2015-10-25 13:40:58.0 +0100
+++ new/Net-SSLGlue-1.057/META.json 2016-04-04 09:36:55.0 +0200
@@ -42,5 +42,5 @@
  "url" : "https://github.com/noxxi/p5-net-sslglue;
   }
},
-   "version" : "1.055"
+   "version" : "1.057"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSLGlue-1.055/META.yml 
new/Net-SSLGlue-1.057/META.yml
--- old/Net-SSLGlue-1.055/META.yml  2015-10-25 13:40:57.0 +0100
+++ new/Net-SSLGlue-1.057/META.yml  2016-04-04 09:36:55.0 +0200
@@ -21,4 +21,4 @@
   IO::Socket::SSL: 1.19
 resources:
   repository: https://github.com/noxxi/p5-net-sslglue
-version: 1.055
+version: 1.057
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSLGlue-1.055/lib/Net/SSLGlue/LWP.pm 
new/Net-SSLGlue-1.057/lib/Net/SSLGlue/LWP.pm
--- old/Net-SSLGlue-1.055/lib/Net/SSLGlue/LWP.pm2015-04-28 
08:23:10.0 +0200
+++ new/Net-SSLGlue-1.057/lib/Net/SSLGlue/LWP.pm2016-04-04 
09:28:14.0 +0200
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 package Net::SSLGlue::LWP;
-our $VERSION = 0.5;
+our $VERSION = 0.501;
 use LWP::UserAgent '5.822';
 use IO::Socket::SSL 1.19;
 use URI;
@@ -11,7 +11,8 @@
 my $use_existent;
 BEGIN {
 require LWP::Protocol::https;
-$use_existent = $LWP::Protocol::https::VERSION >= 6.06
+$use_existent = $LWP::Protocol::https::VERSION
+   && $LWP::Protocol::https::VERSION >= 6.06
&& $LWP::UserAgent::VERSION >= 6.06;
 if ($use_existent) {
my $oc = $Net::HTTPS::SSL_SOCKET_CLASS ||
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit perl-Net-Twitter for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-Twitter for 
openSUSE:Factory checked in at 2016-04-12 19:33:59

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


Package is "perl-Net-Twitter"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-Twitter/perl-Net-Twitter.changes
2015-04-23 08:03:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-Twitter.new/perl-Net-Twitter.changes   
2016-04-12 19:34:01.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr  4 10:07:03 UTC 2016 - co...@suse.com
+
+- updated to 4.01020
+   see /usr/share/doc/packages/perl-Net-Twitter/Changes
+
+---

Old:

  Net-Twitter-4.01010.tar.gz

New:

  Net-Twitter-4.01020.tar.gz



Other differences:
--
++ perl-Net-Twitter.spec ++
--- /var/tmp/diff_new_pack.sdG2om/_old  2016-04-12 19:34:02.0 +0200
+++ /var/tmp/diff_new_pack.sdG2om/_new  2016-04-12 19:34:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-Twitter
 #
-# 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-Net-Twitter
-Version:4.01010
+Version:4.01020
 Release:0
 %define cpan_name Net-Twitter
 Summary:Perl Interface to the Twitter Api
@@ -41,10 +41,10 @@
 BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(HTTP::Response)
 BuildRequires:  perl(IO::Socket::SSL) >= 2.005
-BuildRequires:  perl(JSON)
+BuildRequires:  perl(JSON::MaybeXS)
 BuildRequires:  perl(LWP::Protocol::https)
 BuildRequires:  perl(LWP::UserAgent) >= 5.819
-BuildRequires:  perl(Module::Build) >= 0.360100
+BuildRequires:  perl(Module::Build) >= 0.28
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Exporter)
 BuildRequires:  perl(Moose::Meta::Method)
@@ -71,7 +71,7 @@
 Requires:   perl(HTML::Entities)
 Requires:   perl(HTTP::Request::Common)
 Requires:   perl(IO::Socket::SSL) >= 2.005
-Requires:   perl(JSON)
+Requires:   perl(JSON::MaybeXS)
 Requires:   perl(LWP::Protocol::https)
 Requires:   perl(Moose)
 Requires:   perl(Moose::Exporter)
@@ -91,13 +91,12 @@
 # MANUAL END
 
 %description
-This module provides a perl interface to the Twitter APIs. See the
-http://dev.twitter.com/doc manpage for a full description of the Twitter
-APIs.
+This module provides a perl interface to the Twitter APIs. See
+http://dev.twitter.com/doc for a full description of the Twitter APIs.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Build.PL installdirs=vendor

++ Net-Twitter-4.01010.tar.gz -> Net-Twitter-4.01020.tar.gz ++
 1809 lines of diff (skipped)




commit rubygem-amqp for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-amqp for openSUSE:Factory 
checked in at 2016-04-12 19:34:05

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


Package is "rubygem-amqp"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-amqp/rubygem-amqp.changes
2016-02-05 00:31:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2016-04-12 19:34:07.0 +0200
@@ -1,0 +2,32 @@
+Wed Apr  6 06:11:32 UTC 2016 - co...@suse.com
+
+- updated to version 1.6.0
+ see installed ChangeLog.md
+
+  ## Changes Between 1.5.x and 1.6.0 (Apr 4th, 2016)
+  
+  ### amq-protocol Update
+  
+  Minimum `amq-protocol` version is now `2.0.1`.
+  
+  ### Provide More Details in TCP Connection Failure Exception
+  
+  Contributed by Neil Hooey.
+  
+  GH issue: [#222](https://github.com/ruby-amqp/amqp/issues/222).
+  
+  
+  ### Ensures frameset is cleared after an unhandled exception
+  
+  Ensures frameset is cleared after an unhandled exception.
+  This avoids confusing exceptions such as
+  
+  ```
+  undefined method `method_class' for 
#
+  ```
+  
+  Contributed by Michael Lutsiuk.
+  
+  GH issue: [#218](https://github.com/ruby-amqp/amqp/issues/218)
+
+---

Old:

  amqp-1.5.1.gem

New:

  amqp-1.6.0.gem



Other differences:
--
++ rubygem-amqp.spec ++
--- /var/tmp/diff_new_pack.9JjtBl/_old  2016-04-12 19:34:08.0 +0200
+++ /var/tmp/diff_new_pack.9JjtBl/_new  2016-04-12 19:34:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-amqp
 #
-# 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,7 +24,7 @@
 #
 
 Name:   rubygem-amqp
-Version:1.5.1
+Version:1.6.0
 Release:0
 %define mod_name amqp
 %define mod_full_name %{mod_name}-%{version}
@@ -36,13 +36,12 @@
 Url:http://rubyamqp.info
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
-Summary:Widely used, feature-rich asynchronous RabbitMQ client with
+Summary:Mature EventMachine-based RabbitMQ client
 License:BSD-2-Clause or Ruby
 Group:  Development/Languages/Ruby
 
 %description
-Widely used, feature-rich asynchronous RabbitMQ client with batteries
-included.
+Mature EventMachine-based RabbitMQ client.
 
 %prep
 

++ amqp-1.5.1.gem -> amqp-1.6.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.ruby-version new/.ruby-version
--- old/.ruby-version   2015-08-26 03:45:15.0 +0200
+++ new/.ruby-version   2016-04-04 07:28:28.0 +0200
@@ -1 +1 @@
-2.0.0@rabbitmq
\ No newline at end of file
+2.2
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ChangeLog.md new/ChangeLog.md
--- old/ChangeLog.md2015-08-26 03:45:15.0 +0200
+++ new/ChangeLog.md2016-04-04 07:28:28.0 +0200
@@ -1,3 +1,31 @@
+## Changes Between 1.5.x and 1.6.0 (Apr 4th, 2016)
+
+### amq-protocol Update
+
+Minimum `amq-protocol` version is now `2.0.1`.
+
+### Provide More Details in TCP Connection Failure Exception
+
+Contributed by Neil Hooey.
+
+GH issue: [#222](https://github.com/ruby-amqp/amqp/issues/222).
+
+
+### Ensures frameset is cleared after an unhandled exception
+
+Ensures frameset is cleared after an unhandled exception.
+This avoids confusing exceptions such as
+
+```
+undefined method `method_class' for 
#
+```
+
+Contributed by Michael Lutsiuk.
+
+GH issue: [#218](https://github.com/ruby-amqp/amqp/issues/218)
+
+
+
 ## Changes Between 1.4.x and 1.5.0
 
 ### Only Await basic.consume-ok If nowait is false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2015-08-26 03:45:15.0 +0200
+++ new/README.md   2016-04-04 07:28:28.0 +0200
@@ -203,13 +203,6 @@
 
 
 
-## Migration from amqp gem 0.6.x and 0.7.x
-
-Upgrading from amqp gem 0.6.x and 0.7.x to 0.8.0+ is straightforward, please 
see [amqp gem 0.8.0 migration 
guide](http://rubyamqp.info/articles/08_migration/).
-The same guide explains amqp gem versions history and why you would want to 
upgrade.
-
-
-
 ## Maintainer Information
 
 amqp gem is maintained by [Michael Klishin](http://twitter.com/michaelklishin).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit florence for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package florence for openSUSE:Factory 
checked in at 2016-04-12 19:34:51

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


Package is "florence"

Changes:

--- /work/SRC/openSUSE:Factory/florence/florence.changes2013-12-16 
15:52:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.florence.new/florence.changes   2016-04-12 
19:34:53.0 +0200
@@ -1,0 +2,35 @@
+Sat Apr  2 18:36:21 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.6.3:
+  + Many bug fixes
+- Changes from version 0.6.2:
+  + Fix gradients.
+  + Remove deprecated GTK3 functions.
+- Changes from version 0.6.1:
+  + A lot of bug fixes.
+  + Add commands to the dbus interface.
+  + Add command line options to control the keyboard.
+  + Move at-spi2 handling to a new process in order to avoid
+deadlocks.
+  + Implement a floating icon for desktops with no systray.
+- Remove la files, not needed in openSUSE.
+- Disable parallel build, currently broken.
+- Replace *-devel BuildRequires for their pkgconfig counterparts:
+  + at-spi2-core-devel for pkgconfig(atspi-2).
+  + libXtst-devel for pkgconfig(xtst).
+  + librsvg2-devel for pkgconfig(librsvg-2.0).
+- Drop pkgconfig(gstreamer-0.10) and add pkgconfig(gstreamer-1.0)
+  BuildRequires, upstream ported to current gstreamer.
+- Add pkgconfig(cairo), pkgconfig(gio-2.0), pkgconfig(gmodule-2.0),
+  pkgconfig(x11) and pkgconfig(xext) BuildRequires: configure looks
+  for them.
+- Add new devel and lib subpackages.
+- Handle new so files in post/postun.
+- Pass --disable-static to configure since we do not need them.
+- Rebase and simplify florence-icondir.patch.
+- Add libtool BuildRequires and call autoreconf: needed, as
+  florence-icondir.patch touches the build system.
+- Add florence-implicit-definitions.patch: Do not use wait(), which
+  is implicit defined and has no function.
+
+---

Old:

  florence-0.6.0.tar.bz2

New:

  florence-0.6.3.tar.bz2
  florence-implicit-definitions.patch



Other differences:
--
++ florence.spec ++
--- /var/tmp/diff_new_pack.yhkvdp/_old  2016-04-12 19:34:54.0 +0200
+++ /var/tmp/diff_new_pack.yhkvdp/_new  2016-04-12 19:34:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package florence
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   florence
-Version:0.6.0
+Version:0.6.3
 Release:0
 Summary:Extensible scalable on-screen virtual keyboard
 License:GPL-2.0+ and GFDL-1.2
@@ -27,18 +27,26 @@
 Source99:   florence-rpmlintrc
 # PATCH-FIX-OPENSUSE florence-icondir.patch bnc#855529 dap.darkn...@gmail.com 
-- Set correct svg icon directory to not breake the application
 Patch0: florence-icondir.patch
-BuildRequires:  at-spi2-core-devel
+# PATCH-FIX-UPSTREAM florence-implicit-definitions.patch sf#florence#14 
dims...@opensuse.org -- Fix implicit definition of function wait()
+Patch1: florence-implicit-definitions.patch
 BuildRequires:  intltool
-BuildRequires:  libXtst-devel
-BuildRequires:  librsvg2-devel
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  rarian-scrollkeeper-compat
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(atspi-2)
+BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gnome-doc-utils)
-BuildRequires:  pkgconfig(gstreamer-0.10)
+BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libnotify)
+BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xtst)
 Recommends: %{name}-lang
 Requires(post):   glib2-tools
 Requires(postun): glib2-tools
@@ -46,7 +54,7 @@
 Requires(postun): desktop-file-utils
 
 %description
-Florence is an extensible scalable virtual keyboard for GNOME.
+Florence is an extensible scalable virtual keyboard for X11.
 You need it if you can't use a real hardware keyboard, for
 example because you are disabled, your keyboard is broken or
 because you use a tablet PC, but you must be able to use a pointing
@@ -57,20 +65,44 @@
 A Timer-based auto-click functionality is available
 to help disabled people having difficulties to click.
 
+%package -n libflorence-1_0-1

commit rubygem-excon for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-excon for openSUSE:Factory 
checked in at 2016-04-12 19:34:16

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


Package is "rubygem-excon"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-excon/rubygem-excon.changes  
2016-03-18 21:40:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-excon.new/rubygem-excon.changes 
2016-04-12 19:34:17.0 +0200
@@ -1,0 +2,16 @@
+Wed Apr  6 06:18:07 UTC 2016 - co...@suse.com
+
+- updated to version 0.49.0
+ see installed changelog.txt
+
+  0.49.0 03/28/2016
+  =
+  
+  fix nonblock ssl socket connect timeout handling
+  fix README debug example
+  make unique class for certificate errors
+  connection logic cleanup
+  change stubs back to global (with local option via defaults)
+  specific handling for set-cookie header exceptions
+
+---

Old:

  excon-0.48.0.gem

New:

  excon-0.49.0.gem



Other differences:
--
++ rubygem-excon.spec ++
--- /var/tmp/diff_new_pack.c8B08A/_old  2016-04-12 19:34:18.0 +0200
+++ /var/tmp/diff_new_pack.c8B08A/_new  2016-04-12 19:34:18.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-excon
-Version:0.48.0
+Version:0.49.0
 Release:0
 %define mod_name excon
 %define mod_full_name %{mod_name}-%{version}

++ excon-0.48.0.gem -> excon-0.49.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile.lock new/Gemfile.lock
--- old/Gemfile.lock2016-03-07 22:19:26.0 +0100
+++ new/Gemfile.lock2016-03-28 22:32:51.0 +0200
@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-excon (0.48.0)
+excon (0.49.0)
 
 GEM
   remote: http://rubygems.org/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-03-07 22:19:26.0 +0100
+++ new/README.md   2016-03-28 22:32:51.0 +0200
@@ -86,7 +86,7 @@
 
 ```ruby
 # Output debug info, similar to ENV['EXCON_DEBUG']
-connection = Excon.new('http://geemus.com/', :debug => true)
+connection = Excon.new('http://geemus.com/', :debug_request => true, 
:debug_response => true)
 
 # Custom headers
 Excon.get('http://geemus.com', :headers => {'Authorization' => 'Basic 
0123456789ABCDEF'})
@@ -308,6 +308,8 @@
 end
 ```
 
+By default stubs are shared globally, to make stubs unique to each thread, use 
`Excon.defaults[:stubs] = :local`.
+
 ## Instrumentation
 
 Excon calls can be timed using the 
[ActiveSupport::Notifications](http://api.rubyonrails.org/classes/ActiveSupport/Notifications.html)
 API.
@@ -390,7 +392,7 @@
 
 ## HTTPS/SSL Issues
 
-By default excon will try to verify peer certificates when using SSL for 
HTTPS. Unfortunately on some operating systems the defaults will not work. This 
will likely manifest itself as something like `Excon::Errors::SocketError: 
SSL_connect returned=1 ...`
+By default excon will try to verify peer certificates when using HTTPS. 
Unfortunately on some operating systems the defaults will not work. This will 
likely manifest itself as something like `Excon::Errors::CertificateError: 
SSL_connect returned=1 ...`
 
 If you have the misfortune of running into this problem you have a couple 
options. If you have certificates but they aren't being auto-discovered, you 
can specify the path to your certificates:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/changelog.txt new/changelog.txt
--- old/changelog.txt   2016-03-07 22:19:26.0 +0100
+++ new/changelog.txt   2016-03-28 22:32:51.0 +0200
@@ -1,3 +1,13 @@
+0.49.0 03/28/2016
+=
+
+fix nonblock ssl socket connect timeout handling
+fix README debug example
+make unique class for certificate errors
+connection logic cleanup
+change stubs back to global (with local option via defaults)
+specific handling for set-cookie header exceptions
+
 0.48.0 03/07/2016
 =
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/excon.gemspec new/excon.gemspec
--- old/excon.gemspec   2016-03-07 22:19:26.0 +0100
+++ new/excon.gemspec   2016-03-28 22:32:51.0 +0200
@@ -13,8 +13,8 @@
   ## If your rubyforge_project name is different, then edit it and comment out
   ## the sub! line in the Rakefile
   s.name  = 'excon'
-  s.version   = '0.48.0'
-  s.date  = '2016-03-07'
+  s.version   = '0.49.0'
+  

commit arpwatch-ethercodes for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2016-04-12 19:34:26

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


Package is "arpwatch-ethercodes"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2013-03-08 11:20:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2016-04-12 19:34:28.0 +0200
@@ -1,0 +2,10 @@
+Sun Mar 27 22:12:59 UTC 2016 - mplus...@suse.com
+
+- Update to 2016-03-28
+
+---
+Wed Jul  2 12:51:38 UTC 2014 - co...@suse.com
+
+- manual update on 2014-07-02
+
+---

Old:

  get_version_number.sh



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.dd89Z6/_old  2016-04-12 19:34:29.0 +0200
+++ /var/tmp/diff_new_pack.dd89Z6/_new  2016-04-12 19:34:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package arpwatch-ethercodes
 #
-# Copyright (c) 2012 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,14 +17,14 @@
 
 
 Name:   arpwatch-ethercodes
-BuildRequires:  arpwatch-ethercodes-build
-Url:http://standards.ieee.org/regauth/oui/
+Version:2016.03.28
+Release:0
 Summary:Ethercodes Data for arpwatch
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
-Version:2013.2.20
-Release:0
+Url:http://standards.ieee.org/regauth/oui/
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
+BuildRequires:  arpwatch-ethercodes-build
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -34,7 +34,7 @@
 %prep
 
 %build
-pushd /usr/share/arpwatch
+pushd %{_datadir}/arpwatch
 ./massagevendor >${RPM_BUILD_DIR}/ethercodes.dat < %{SOURCE0}
 popd
 if [ ! -s ethercodes.dat ]; then
@@ -44,8 +44,8 @@
 
 %install
 mkdir -p \
-   $RPM_BUILD_ROOT/%{_datadir}/arpwatch
-install -m 0444 ethercodes.dat $RPM_BUILD_ROOT/%{_datadir}/arpwatch
+   %{buildroot}/%{_datadir}/arpwatch
+install -m 0444 ethercodes.dat %{buildroot}/%{_datadir}/arpwatch
 
 %files
 %defattr(-,root,root)

++ oui.txt ++
 241419 lines (skipped)
 between /work/SRC/openSUSE:Factory/arpwatch-ethercodes/oui.txt
 and /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/oui.txt




commit nemiver for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package nemiver for openSUSE:Factory checked 
in at 2016-04-12 19:34:46

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


Package is "nemiver"

Changes:

--- /work/SRC/openSUSE:Factory/nemiver/nemiver.changes  2015-11-10 
10:03:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.nemiver.new/nemiver.changes 2016-04-12 
19:34:47.0 +0200
@@ -1,0 +2,6 @@
+Thu Mar 17 16:45:52 UTC 2016 - zai...@opensuse.org
+
+- Add nemiver-build-fix.patch: Fix build with new mm stack, patches
+  from upstream git, and one from bugzilla (bgo#763840).
+
+---

New:

  nemiver-build-fix.patch



Other differences:
--
++ nemiver.spec ++
--- /var/tmp/diff_new_pack.N7u9O4/_old  2016-04-12 19:34:48.0 +0200
+++ /var/tmp/diff_new_pack.N7u9O4/_new  2016-04-12 19:34:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nemiver
 #
-# 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
@@ -26,6 +26,8 @@
 Group:  Development/Tools/Debuggers
 Url:http://home.gna.org/nemiver/
 Source0:
http://download.gnome.org/sources/nemiver/0.9/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM nemiver-build-fix.patch bgo#763840 zai...@opensuse.org -- 
Fix build with new mm stack
+Patch0: nemiver-build-fix.patch
 %if 0%{?scm_bootstrap}
 BuildRequires:  gnome-common
 %endif
@@ -71,6 +73,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 # Disabled from ver 0.9.6, it breaks the build.
 #translation-update-upstream
 

++ nemiver-build-fix.patch ++
>From 49f3edbc3f0f0cfbbde57efe88be4cbf921bf779 Mon Sep 17 00:00:00 2001
From: Sebastian Rasmussen 
Date: Fri, 20 Feb 2015 19:21:28 +0100
Subject: 744865 Fix typo in singular form of string
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* src/persp/dbgperspective/nmv-call-stack.cc
  (CallStack::Priv::append_frames_to_tree_view): Fix typo in
  singular form of string

Signed-off-by: Marek Černocký 
---
 src/persp/dbgperspective/nmv-call-stack.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/persp/dbgperspective/nmv-call-stack.cc 
b/src/persp/dbgperspective/nmv-call-stack.cc
index 68b80d1..b79a9f6 100644
--- a/src/persp/dbgperspective/nmv-call-stack.cc
+++ b/src/persp/dbgperspective/nmv-call-stack.cc
@@ -765,7 +765,7 @@ struct CallStack::Priv {
 store_iter = store->append ();
 UString msg;
 msg.printf (ngettext ("(Click here to see the next %d row of the "
-  "call stack",
+  "call stack)",
   "(Click here to see the next %d rows of the "
   "call stack)",
   nb_frames_expansion_chunk),
-- 
cgit v0.12


>From 7005393a8c4d914eac9705e7f47818d0f4de3578 Mon Sep 17 00:00:00 2001
From: Marcin Kolny 
Date: Wed, 7 Oct 2015 12:16:49 +0200
Subject: build fix

---
 src/confmgr/nmv-gconf-mgr.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/confmgr/nmv-gconf-mgr.cc b/src/confmgr/nmv-gconf-mgr.cc
index 672935b..e212ff6 100644
--- a/src/confmgr/nmv-gconf-mgr.cc
+++ b/src/confmgr/nmv-gconf-mgr.cc
@@ -32,6 +32,7 @@
 NEMIVER_BEGIN_NAMESPACE (nemiver)
 
 using nemiver::common::GCharSafePtr;
+using nemiver::common::GErrorSafePtr;
 
 class GConfMgr : public IConfMgr {
 GConfMgr (const GConfMgr &);
-- 
cgit v0.12

>From 0ad382f79c6249fe0a46121d04fca0a2044bcfc0 Mon Sep 17 00:00:00 2001
From: Ben Iofel 
Date: Thu, 17 Mar 2016 18:28:02 -0400
Subject: [PATCH] Fix compiliation warnings & errors

---
 src/dbgengine/nmv-dbg-common.h| 2 +-
 src/dbgengine/nmv-i-var-list-walker.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/dbgengine/nmv-dbg-common.h b/src/dbgengine/nmv-dbg-common.h
index ad3cc00..0edac7c 100644
--- a/src/dbgengine/nmv-dbg-common.h
+++ b/src/dbgengine/nmv-dbg-common.h
@@ -171,7 +171,7 @@ public:
 
 bool has_slot () const
 {
-return m_slot;
+return static_cast (m_slot);
 }
 
 template
diff --git a/src/dbgengine/nmv-i-var-list-walker.h 
b/src/dbgengine/nmv-i-var-list-walker.h
index b719c0d..f2f3229 100644
--- a/src/dbgengine/nmv-i-var-list-walker.h
+++ b/src/dbgengine/nmv-i-var-list-walker.h
@@ -22,7 

commit rubygem-devise-i18n for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-devise-i18n for 
openSUSE:Factory checked in at 2016-04-12 19:34:10

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


Package is "rubygem-devise-i18n"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-devise-i18n/rubygem-devise-i18n.changes  
2016-03-26 15:24:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-devise-i18n.new/rubygem-devise-i18n.changes 
2016-04-12 19:34:12.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr  6 06:16:13 UTC 2016 - co...@suse.com
+
+- updated to version 1.0.1
+  no changelog found
+
+---

Old:

  devise-i18n-1.0.0.gem

New:

  devise-i18n-1.0.1.gem



Other differences:
--
++ rubygem-devise-i18n.spec ++
--- /var/tmp/diff_new_pack.xDw5jM/_old  2016-04-12 19:34:13.0 +0200
+++ /var/tmp/diff_new_pack.xDw5jM/_new  2016-04-12 19:34:13.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-devise-i18n
-Version:1.0.0
+Version:1.0.1
 Release:0
 %define mod_name devise-i18n
 %define mod_full_name %{mod_name}-%{version}

++ devise-i18n-1.0.0.gem -> devise-i18n-1.0.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2016-03-05 00:48:40.0 +0100
+++ new/VERSION 2016-04-03 17:38:26.0 +0200
@@ -1 +1 @@
-1.0.0
+1.0.1
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-03-05 00:48:40.0 +0100
+++ new/metadata2016-04-03 17:38:26.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: devise-i18n
 version: !ruby/object:Gem::Version
-  version: 1.0.0
+  version: 1.0.1
 platform: ruby
 authors:
 - Christopher Dell
@@ -10,7 +10,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-03-04 00:00:00.0 Z
+date: 2016-04-03 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rspec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locales/cs.yml new/rails/locales/cs.yml
--- old/rails/locales/cs.yml2016-03-05 00:48:40.0 +0100
+++ new/rails/locales/cs.yml2016-04-03 17:38:26.0 +0200
@@ -46,7 +46,7 @@
   unlock_instructions:
 action: Odblokovat můj účet
 greeting: Ahoj %{recipient}!
-instruction: Účet odblokujete otevřením na odkazu níže.
+instruction: "Účet odblokujete otevřením na odkazu níže."
 message: Váš účet byl zablokován pro nadměrný počet neúspěšných pokusů 
o přihlášení.
 subject: Instrukce k odemknutí účtu
 omniauth_callbacks:
@@ -71,9 +71,9 @@
   edit:
 are_you_sure: Jste si jisti?
 cancel_my_account: Zrušit můj účet
-currently_waiting_confirmation_for_email: "Momentálně čekám na 
potvrzení pro: %{email}"
+currently_waiting_confirmation_for_email: 'Momentálně čekám na 
potvrzení pro: %{email}'
 leave_blank_if_you_don_t_want_to_change_it: nevyplňujte, pokud ho 
nechcete měnit
-title: "Upravit %{resource}"
+title: Upravit %{resource}
 unhappy: Nejste zde šťastni?
 update: Aktualizovat
 we_need_your_current_password_to_confirm_your_changes: Je vyžadováno 
pro potvrzení změn.
@@ -83,7 +83,7 @@
   signed_up_but_inactive: Vítejte! Registrace byla úspěšná. Bohužel se 
nemůžete přihlásit, protože váš účet ještě není aktivován.
   signed_up_but_locked: Vítejte! Registrace byla úspěšná. Bohužel se 
nemůžete přihlásit, protože váš účet je zamknutý.
   signed_up_but_unconfirmed: Vítejte! Registrace byla úspěšná. Pro 
dokončení otevřete aktivační odkaz zaslaný na váš email.
-  update_needs_confirmation: Úspěšně jste aktualizovali svůj účet, ale 
ještě musíte ověřit svou novou e-mailovou adresu. Zkontrolujte prosím svou 
schránku a klikněte na odkaz pro dokončení ověření vaši nové e-mailové adresy.
+  update_needs_confirmation: "Úspěšně jste aktualizovali svůj účet, ale 
ještě musíte ověřit svou novou e-mailovou adresu. Zkontrolujte prosím svou 
schránku a klikněte na odkaz pro dokončení ověření vaši nové e-mailové adresy."
   updated: Váš účet byl úspěšně aktualizován.
 sessions:
   already_signed_out: Nejste momentálně přihlášeni.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locales/es-MX.yml new/rails/locales/es-MX.yml
--- old/rails/locales/es-MX.yml 2016-03-05 

commit rubygem-factory_girl for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-factory_girl for 
openSUSE:Factory checked in at 2016-04-12 19:34:21

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


Package is "rubygem-factory_girl"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-factory_girl/rubygem-factory_girl.changes
2015-02-11 16:45:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-factory_girl.new/rubygem-factory_girl.changes
   2016-04-12 19:34:23.0 +0200
@@ -1,0 +2,17 @@
+Wed Apr  6 06:18:31 UTC 2016 - co...@suse.com
+
+- updated to version 4.7.0
+ see installed NEWS
+
+  4.7.0 (April 1, 2016)
+Improve documentation
+Improve instrumentation payload to include traits, overrides, and the 
factory itself
+Allow linting of traits
+Deprecate factory lookup by class name in preparation for 5.0
+Improve internal performance by using flat_map instead of map and compact
+Improve handling of dirty attributes after building a stubbed object
+Reduce warnings from redefining methods
+  
+  4.6.0 (skipped)
+
+---

Old:

  factory_girl-4.5.0.gem

New:

  factory_girl-4.7.0.gem



Other differences:
--
++ rubygem-factory_girl.spec ++
--- /var/tmp/diff_new_pack.7ksLHg/_old  2016-04-12 19:34:23.0 +0200
+++ /var/tmp/diff_new_pack.7ksLHg/_new  2016-04-12 19:34:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-factory_girl
 #
-# 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,7 +24,7 @@
 #
 
 Name:   rubygem-factory_girl
-Version:4.5.0
+Version:4.7.0
 Release:0
 %define mod_name factory_girl
 %define mod_full_name %{mod_name}-%{version}
@@ -50,7 +50,7 @@
 
 %install
 %gem_install \
-  --doc-files="LICENSE README.md" \
+  --doc-files="LICENSE NEWS README.md" \
   -f
 
 %gem_packages

++ factory_girl-4.5.0.gem -> factory_girl-4.7.0.gem ++
 8221 lines of diff (skipped)




commit avrdude for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package avrdude for openSUSE:Factory checked 
in at 2016-04-12 19:34:35

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


Package is "avrdude"

Changes:

--- /work/SRC/openSUSE:Factory/avrdude/avrdude.changes  2014-04-09 
13:11:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.avrdude.new/avrdude.changes 2016-04-12 
19:34:36.0 +0200
@@ -1,0 +2,37 @@
+Fri Mar 18 13:03:52 UTC 2016 - kkae...@suse.com
+
+- Update to 6.3
+  * New devices supported:
+  - ATmega48PB, ATmega88PB, ATmega168PB
+  - ATtiny28 (HVPP-only device)
+  - AT90PWM216 (bug #42310: New part description for AT90PWM216)
+  - ATmega32M1 (patch #7694 Add support for the atmega32m1)
+  * New programmers supported:
+  - Atmel mEDBG: xplainedmini, xplainedmini_dw
+  - ftdi_syncbb
+  -  uncompatino, ttl232r (FTDI TTL232R-5V with ICSP adapter)
+ (patch #8529 2 more ftdi_syncbb devices)
+  - Atmel DFU, using FLIP protocol version 1 (AT90USB and ATmegaU
+devices), or version 2 (Xmega devices)
+  - Atmel-ICE (ARM/AVR), JTAG, PDI, debugWIRE, ISP modi
+
+  * Major changes compared to the previous version:
+  - The stk500v2 implementation now uses its own higher-level
+command implementation for byte-wide access, rather than the
+historic SPI_MULTI command where all the low-level ISP
+implementation had to be assembled manually inside AVRDUDE. In
+addition to the traditional STK500, this implementation is also
+used by all the more modern Atmel tools (AVRISPmkII, JTAGICEmkII
+in ISP mode, STK600 in ISP mode).
+  - The -B option can be suffixed with "Hz", "kHz", or "MHz", in
+order to specify a bitclock frequency rather than period.
+  - Print part id after signature (patch #8440 )
+  - buspirate: Also support "cpufreq" extended parameter
+in binary mode (patch #8504 )
+  - The "-P net:" syntax (forwarding of serial data over TCP) is now
+also implemented for Win32 systems.
+  - Atmel EDBG protocol support added (JTAGICE3, XplainedPro, Atmel-ICE)
+
+- disable IPv6 temporarily
+
+---

Old:

  avrdude-6.1.tar.gz

New:

  avrdude-6.3.tar.gz



Other differences:
--
++ avrdude.spec ++
--- /var/tmp/diff_new_pack.i30437/_old  2016-04-12 19:34:37.0 +0200
+++ /var/tmp/diff_new_pack.i30437/_new  2016-04-12 19:34:37.0 +0200
@@ -16,6 +16,8 @@
 #
 
 Name:   avrdude
+%define libname   lib%{name}
+%define libsoname %{libname}1
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  libusb-devel
@@ -23,15 +25,17 @@
 %if 0%{?suse_version} >= 1210
 BuildRequires:  libftdi1-devel
 %endif
-BuildRequires:  libelf-devel
 BuildRequires:  automake
+BuildRequires:  libelf-devel
+BuildRequires:  libtool
 BuildRequires:  texinfo
-Version:6.1
+Version:6.3
 Release:0
 Url:http://savannah.nongnu.org/projects/avrdude
 Group:  Development/Tools/Other
 License:GPL-2.0+
 Summary:Upload tool for AVR microcontrollers
+# http://download.savannah.gnu.org/releases/avrdude/
 Source0:%name-%version.tar.gz
 Source3:modprobe.avrdude_parport
 Source4:avrdude-usbdevices
@@ -47,18 +51,36 @@
 in-system programmers. avrdude allows you to program your
 microcontroller through USB or parallel port of your computer.
 
+%package -n %{libsoname}
+Summary:Shared library of %{name}
+Group:  System/Libraries
+Provides:   %{name} = %{version}
+Obsoletes:  %{name} < %{version}
+
+%description -n %{libsoname}
+This package contains the shared lib%{name} library.
+
+%package devel
+Summary:Development files for %{name}
+Group:  Development/Libraries/C and C++
+Requires:   %{name} = %{version}
+
+%description devel
+This package contains development files for %{name}
+
 %prep 
 %setup -q
 # avrdude-5.11-no-builddate.diff
 %patch0 -p1
-%patch1
+# %patch1
 touch lexer.l
 
 %build
 ./bootstrap
 sed -i 's/--clean /--tidy /g' doc/Makefile.in
 %configure \
---enable-linuxgpio
+--enable-linuxgpio \
+--disable-static
 make %{?_smp_mflags}
 make -C doc info
 
@@ -66,6 +88,7 @@
 %makeinstall DOC_INST_DIR=%buildroot%_docdir/%name
 make -C doc install-info DESTDIR=%buildroot
 install -D -m 644 %{S:3} $RPM_BUILD_ROOT/etc/modprobe.d/50-avrdude_parport.conf
+rm $RPM_BUILD_ROOT%{_libdir}/lib%{name}.la
 
 %if 0%{?suse_version} >= 1230
 %global udevdir /usr/lib/udev
@@ -103,6 +126,10 @@
 %postun
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
+%post -n %{libsoname} -p /sbin/ldconfig
+
+%postun -n %{libsoname} -p /sbin/ldconfig
+
 %files
 

commit tomcat for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package tomcat for openSUSE:Factory checked 
in at 2016-04-12 19:34:40

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


Package is "tomcat"

Changes:

--- /work/SRC/openSUSE:Factory/tomcat/tomcat.changes2016-03-09 
16:48:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.tomcat.new/tomcat.changes   2016-04-12 
19:34:42.0 +0200
@@ -1,0 +2,17 @@
+Thu Apr  7 13:01:07 UTC 2016 - tchva...@suse.com
+
+- Fix fixme for the prereq preamble value
+- It seems systemd prints error on adding the @ services to macros
+  so do not do that
+
+---
+Thu Mar 31 08:18:39 UTC 2016 - dmacvi...@suse.de
+
+- package was partly merged with the scripts used in the
+  Fedora distribution
+- support running multiple tomcat instances on the same server
+  (fate#317783)
+- add catalina-jmx-remote.jar (fate#318403)
+- remove sysvinit support: systemd is required
+
+---

Old:

  tomcat-7.0-jsvc.service
  tomcat-7.0-tomcat-sysd
  tomcat-7.0.service

New:

  tomcat-8.0-jsvc.service
  tomcat-8.0.service
  tomcat-8.0.sysconfig
  tomcat-functions
  tomcat-named.service
  tomcat-preamble
  tomcat-server



Other differences:
--
++ tomcat.spec ++
--- /var/tmp/diff_new_pack.0IgHRi/_old  2016-04-12 19:34:43.0 +0200
+++ /var/tmp/diff_new_pack.0IgHRi/_new  2016-04-12 19:34:43.0 +0200
@@ -17,7 +17,6 @@
 #
 
 
-%global with_systemd 0%{?suse_version} > 1210
 %define jspspec 2.3
 %define servletspec 3.1
 %define elspec 3.0
@@ -26,7 +25,8 @@
 %define micro_version 32
 %define packdname apache-tomcat-%{version}-src
 # FHS 2.3 compliant tree structure - http://www.pathname.com/fhs/2.3/
-%define appdir /srv/%{name}/webapps
+%global basedir /srv/%{name}
+%define appdir %{basedir}/webapps
 %define bindir %{_datadir}/%{name}/bin
 %define confdir %{_sysconfdir}/%{name}
 %define homedir %{_datadir}/%{name}
@@ -45,6 +45,7 @@
 Source0:
http://www.apache.org/dist/tomcat/tomcat-%{major_version}/v%{version}/src/%{packdname}.tar.gz
 Source1:%{name}-%{major_version}.%{minor_version}.conf
 Source2:%{name}-%{major_version}.%{minor_version}.init
+Source3:%{name}-%{major_version}.%{minor_version}.sysconfig
 Source4:%{name}-%{major_version}.%{minor_version}.wrapper
 Source5:%{name}-%{major_version}.%{minor_version}.logrotate
 Source6:%{name}-%{major_version}.%{minor_version}-digest.script
@@ -52,15 +53,18 @@
 Source8:servlet-api-OSGi-MANIFEST.MF
 Source9:jsp-api-OSGi-MANIFEST.MF
 Source10:   %{name}-%{major_version}.%{minor_version}-log4j.properties
-Source11:   tomcat-7.0.service
+Source11:   %{name}-%{major_version}.%{minor_version}.service
 Source12:   el-api-OSGi-MANIFEST.MF
 Source13:   jasper-el-OSGi-MANIFEST.MF
 Source14:   jasper-OSGi-MANIFEST.MF
 Source15:   tomcat-api-OSGi-MANIFEST.MF
 Source16:   tomcat-juli-OSGi-MANIFEST.MF
-Source17:   tomcat-7.0-tomcat-sysd
-Source20:   tomcat-7.0-jsvc.service
-Source30:   dbcp-tomcat-build.xml
+Source20:   %{name}-%{major_version}.%{minor_version}-jsvc.service
+Source21:   tomcat-functions
+Source30:   tomcat-preamble
+Source31:   tomcat-server
+Source32:   tomcat-named.service
+Source40:   dbcp-tomcat-build.xml
 Source1000: tomcat-rpmlintrc
 Source1001: 
http://www.apache.org/dist/tomcat/tomcat-%{major_version}/v%{version}/src/%{packdname}.tar.gz.asc
 Source1002: %{name}.keyring
@@ -95,6 +99,8 @@
 BuildRequires:  junit
 BuildRequires:  log4j
 BuildRequires:  sed
+BuildRequires:  systemd
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  unzip
 BuildRequires:  wsdl4j
 BuildRequires:  zip
@@ -104,19 +110,14 @@
 Requires:   jakarta-commons-logging
 Requires:   jakarta-commons-pool
 Requires:   log4j
-Requires(post): /sbin/chkconfig
+Requires(post): %fillup_prereq
 Requires(pre):  %{_sbindir}/groupadd
 Requires(pre):  %{_sbindir}/useradd
-Requires(preun): /sbin/chkconfig
 Recommends: libtcnative-1-0 >= 1.1.24
+Recommends: logrotate
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-%if %{with_systemd}
-BuildRequires:  systemd
 %systemd_requires
-%else
-Recommends: logrotate
-%endif
 
 %description
 Tomcat is the servlet container that is used in the official Reference
@@ -186,7 +187,6 @@
 %description jsp-2_3-api
 Apache Tomcat JSP API implementation classes version 2.3
 
-%if %{with_systemd}
 %package jsvc
 Summary:Apache jsvc wrapper for Apache Tomcat as separate service
 Group:  

commit perl-Scalar-List-Utils for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Scalar-List-Utils for 
openSUSE:Factory checked in at 2016-04-12 19:33:54

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


Package is "perl-Scalar-List-Utils"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Scalar-List-Utils/perl-Scalar-List-Utils.changes
2016-03-26 15:27:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Scalar-List-Utils.new/perl-Scalar-List-Utils.changes
   2016-04-12 19:33:55.0 +0200
@@ -1,0 +2,16 @@
+Mon Apr  4 10:21:07 UTC 2016 - co...@suse.com
+
+- updated to 1.45
+   see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
+
+  1.45 -- 2016/03/25 16:09:40
+   [CHANGES]
+* Renamed existing uniq() to uniqstr()
+* Canonicalise undef to {empty string,zero} in uniq{str,num}()
+* Add a new uniq() with more DWIMish semantics around undef
+  
+   [BUGFIXES]
+* Fix uses of GET magic by the uniq*() family of functions. GET magic
+  is now always invoked exactly once if it exists.
+
+---

Old:

  Scalar-List-Utils-1.44.tar.gz

New:

  Scalar-List-Utils-1.45.tar.gz



Other differences:
--
++ perl-Scalar-List-Utils.spec ++
--- /var/tmp/diff_new_pack.lKx4tA/_old  2016-04-12 19:33:55.0 +0200
+++ /var/tmp/diff_new_pack.lKx4tA/_new  2016-04-12 19:33:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Scalar-List-Utils
-Version:1.44
+Version:1.45
 Release:0
 %define cpan_name Scalar-List-Utils
 Summary:Common Scalar and List utility subroutines

++ Scalar-List-Utils-1.44.tar.gz -> Scalar-List-Utils-1.45.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Scalar-List-Utils-1.44/Changes 
new/Scalar-List-Utils-1.45/Changes
--- old/Scalar-List-Utils-1.44/Changes  2016-03-18 00:09:46.0 +0100
+++ new/Scalar-List-Utils-1.45/Changes  2016-03-25 17:09:57.0 +0100
@@ -1,3 +1,13 @@
+1.45 -- 2016/03/25 16:09:40
+   [CHANGES]
+* Renamed existing uniq() to uniqstr()
+* Canonicalise undef to {empty string,zero} in uniq{str,num}()
+* Add a new uniq() with more DWIMish semantics around undef
+
+   [BUGFIXES]
+* Fix uses of GET magic by the uniq*() family of functions. GET magic
+  is now always invoked exactly once if it exists.
+
 1.44 -- 2016/03/17 23:08:46
[CHANGES]
 * Added List::Util::uniq() and uniqnum()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Scalar-List-Utils-1.44/ListUtil.xs 
new/Scalar-List-Utils-1.45/ListUtil.xs
--- old/Scalar-List-Utils-1.44/ListUtil.xs  2016-03-18 00:07:44.0 
+0100
+++ new/Scalar-List-Utils-1.45/ListUtil.xs  2016-03-23 19:20:15.0 
+0100
@@ -1011,8 +1011,9 @@
 uniq(...)
 PROTOTYPE: @
 ALIAS:
-uniq= 0
-uniqnum = 1
+uniqnum = 0
+uniqstr = 1
+uniq= 2
 CODE:
 {
 int retcount = 0;
@@ -1020,28 +1021,33 @@
 SV **args = _stack_base[ax];
 HV *seen;
 
-if(items < 2) {
+if(items == 0 || (items == 1 && !SvGAMAGIC(args[0]) && SvOK(args[0]))) {
+/* Optimise for the case of the empty list or a defined nonmagic
+ * singleton. Leave a singleton magical||undef for the regular case */
 retcount = items;
 goto finish;
 }
 
 sv_2mortal((SV *)(seen = newHV()));
 
-if(ix) {
+if(ix == 0) {
+/* uniqnum */
 /* A temporary buffer for number stringification */
 SV *keysv = sv_newmortal();
 
 for(index = 0 ; index < items ; index++) {
 SV *arg = args[index];
 
-SvGETMAGIC(arg);
+if(SvGAMAGIC(arg))
+/* clone the value so we don't invoke magic again */
+arg = sv_mortalcopy(arg);
 
 if(SvUOK(arg))
-sv_setpvf(keysv, "%"UVuf, SvUV_nomg(arg));
+sv_setpvf(keysv, "%"UVuf, SvUV(arg));
 else if(SvIOK(arg))
-sv_setpvf(keysv, "%"IVdf, SvIV_nomg(arg));
+sv_setpvf(keysv, "%"IVdf, SvIV(arg));
 else
-sv_setpvf(keysv, "%"NVgf, SvNV_nomg(arg));
+sv_setpvf(keysv, "%"NVgf, SvNV(arg));
 #ifdef HV_FETCH_EMPTY_HE
 HE* he = hv_common(seen, NULL, SvPVX(keysv), SvCUR(keysv), 0, 
HV_FETCH_LVALUE | HV_FETCH_EMPTY_HE, NULL, 0);
 if (HeVAL(he))
@@ -1056,29 +1062,51 @@
 #endif
 
 if(GIMME_V == G_ARRAY)
-ST(retcount) = arg;
+ST(retcount) = SvOK(arg) ? arg 

commit kwallet for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package kwallet for openSUSE:Factory checked 
in at 2016-04-12 19:27:28

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


Package is "kwallet"

Changes:

--- /work/SRC/openSUSE:Factory/kwallet/kwallet.changes  2016-03-16 
10:32:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.kwallet.new/kwallet.changes 2016-04-12 
19:27:30.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr  4 14:22:37 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  kwallet-5.20.0.tar.xz

New:

  kwallet-5.21.0.tar.xz



Other differences:
--
++ kwallet.spec ++
--- /var/tmp/diff_new_pack.ph1vcg/_old  2016-04-12 19:27:31.0 +0200
+++ /var/tmp/diff_new_pack.ph1vcg/_new  2016-04-12 19:27:31.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Wallet5
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   kwallet
-Version:5.20.0
+Version:5.21.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -42,9 +42,9 @@
 BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
 BuildRequires:  libgcrypt-devel >= 1.5.0
-BuildRequires:  cmake(Qt5DBus) >= 5.3.0
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
+BuildRequires:  cmake(Qt5DBus) >= 5.4.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
 Summary:Safe desktop-wide storage for passwords
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -115,7 +115,7 @@
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
 Requires:   libkwalletbackend5-5 = %{version}
-Requires:   cmake(Qt5Gui) >= 5.3.0
+Requires:   cmake(Qt5Gui) >= 5.4.0
 # Was shortly present in K:F5
 Obsoletes:  kwallet-framework-devel <= %{version}
 Provides:   kwallet-framework-devel = %{version}

++ kwallet-5.20.0.tar.xz -> kwallet-5.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.20.0/CMakeLists.txt 
new/kwallet-5.21.0/CMakeLists.txt
--- old/kwallet-5.20.0/CMakeLists.txt   2016-03-05 20:10:45.0 +0100
+++ new/kwallet-5.21.0/CMakeLists.txt   2016-04-03 23:04:46.0 +0200
@@ -4,18 +4,18 @@
 set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
 
 include(FeatureSummary)
-find_package(ECM 5.20.0  NO_MODULE)
+find_package(ECM 5.21.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
-set(REQUIRED_QT_VERSION 5.3.0)
+set(REQUIRED_QT_VERSION 5.4.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
 
-set(KF5_VERSION "5.20.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.20.0") # handled by release scripts
+set(KF5_VERSION "5.21.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.21.0") # handled by release scripts
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.20.0/po/ast/kwalletd5.po 
new/kwallet-5.21.0/po/ast/kwalletd5.po
--- old/kwallet-5.20.0/po/ast/kwalletd5.po  2016-03-05 20:10:45.0 
+0100
+++ new/kwallet-5.21.0/po/ast/kwalletd5.po  2016-04-03 23:04:46.0 
+0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdebase-runtime\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-01-05 09:00+\n"
-"PO-Revision-Date: 2016-02-07 13:20+0100\n"
+"PO-Revision-Date: 2016-03-08 15:22+0100\n"
 "Last-Translator: enolp \n"
 "Language-Team: Asturian <>\n"
 "Language: ast\n"
@@ -84,7 +84,7 @@
 
 #: backend/backendpersisthandler.cpp:630
 msgid "Retry"
-msgstr "Reintentar"
+msgstr "Retentar"
 
 #: backend/backendpersisthandler.cpp:632
 #, kde-format
@@ -93,9 +93,9 @@
 "you're using a SmartCard, please ensure it's inserted then try again."
 "GPG error was %2"
 msgstr ""
-"Fallu al intentar descifrar la cartera %1 usando GPG. Si tas "
-"usando una tarxeta intelixente, asegúrate por favor que ta inxertada ya "
-"inténtalo de nueves. El fallu de GPG foi 

commit perl-Email-Valid for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Email-Valid for 
openSUSE:Factory checked in at 2016-04-12 19:33:21

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


Package is "perl-Email-Valid"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Email-Valid/perl-Email-Valid.changes
2015-10-30 13:43:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Email-Valid.new/perl-Email-Valid.changes   
2016-04-12 19:33:23.0 +0200
@@ -1,0 +2,17 @@
+Mon Apr  4 09:38:59 UTC 2016 - co...@suse.com
+
+- updated to 1.200
+   see /usr/share/doc/packages/perl-Email-Valid/Changes
+
+  1.200 2016-03-27 17:36:57-04:00 America/New_York
+  - skip more tests when Net::Domain::TLD not available, as required
+  
+  1.199 2016-03-27 09:58:03-04:00 America/New_York
+  - More "no MX found" fixes (thanks, Troy Morehouse)
+  - treat restricted/reserved TLDs (invalid, test, example, localhost)
+as invalid (thanks, Steve Bertrand!)
+  - Made first mention of various external modules be L<> linked.
+  - Added link to RFC822 to SEE ALSO
+  - Various typo and formatting fixes
+
+---

Old:

  Email-Valid-1.198.tar.gz

New:

  Email-Valid-1.200.tar.gz



Other differences:
--
++ perl-Email-Valid.spec ++
--- /var/tmp/diff_new_pack.NPZQsw/_old  2016-04-12 19:33:24.0 +0200
+++ /var/tmp/diff_new_pack.NPZQsw/_new  2016-04-12 19:33:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Email-Valid
 #
-# 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-Email-Valid
-Version:1.198
+Version:1.200
 Release:0
 %define cpan_name Email-Valid
 Summary:Check validity of Internet email addresses
@@ -46,7 +46,8 @@
 optionally, whether a mail host exists for the domain.
 
 Please note that there is no way to determine whether an address is
-deliverable without attempting delivery (for details, see perlfaq 9).
+deliverable without attempting delivery (for details, see at
+http://perldoc.perl.org/perlfaq9.html#How-do-I-check-a-valid-mail-address).
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ Email-Valid-1.198.tar.gz -> Email-Valid-1.200.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Valid-1.198/Changes 
new/Email-Valid-1.200/Changes
--- old/Email-Valid-1.198/Changes   2015-10-26 03:36:41.0 +0100
+++ new/Email-Valid-1.200/Changes   2016-03-27 23:37:00.0 +0200
@@ -1,5 +1,16 @@
 Revision history for Perl extension Email::Valid.
 
+1.200 2016-03-27 17:36:57-04:00 America/New_York
+- skip more tests when Net::Domain::TLD not available, as required
+
+1.199 2016-03-27 09:58:03-04:00 America/New_York
+- More "no MX found" fixes (thanks, Troy Morehouse)
+- treat restricted/reserved TLDs (invalid, test, example, localhost)
+  as invalid (thanks, Steve Bertrand!)
+- Made first mention of various external modules be L<> linked.
+- Added link to RFC822 to SEE ALSO
+- Various typo and formatting fixes
+
 1.198 2015-10-25 22:36:37-04:00 America/New_York
 - fix a typo that caused the MX check to die
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Valid-1.198/MANIFEST 
new/Email-Valid-1.200/MANIFEST
--- old/Email-Valid-1.198/MANIFEST  2015-10-26 03:36:41.0 +0100
+++ new/Email-Valid-1.200/MANIFEST  2016-03-27 23:37:00.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.040.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.043.
 Changes
 LICENSE
 MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Valid-1.198/META.json 
new/Email-Valid-1.200/META.json
--- old/Email-Valid-1.198/META.json 2015-10-26 03:36:41.0 +0100
+++ new/Email-Valid-1.200/META.json 2016-03-27 23:37:00.0 +0200
@@ -4,7 +4,7 @@
   "Maurice Aubrey "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.040, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 5.043, CPAN::Meta::Converter version 
2.150005",
"license" : [
   

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

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-CHI for 
openSUSE:Factory checked in at 2016-04-12 19:33:42

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


Package is "perl-Mojolicious-Plugin-CHI"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI/perl-Mojolicious-Plugin-CHI.changes
  2015-11-17 14:22:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new/perl-Mojolicious-Plugin-CHI.changes
 2016-04-12 19:33:43.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr  4 10:01:09 UTC 2016 - co...@suse.com
+
+- updated to 0.13
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-CHI/Changes
+
+  0.13 2016-04-01
+  - Added dependency of Digest::JHash,
+ as there seem to be broken builds of CHI out there
+ (dependencies in CHI are correkt; cpantesters).
+
+---

Old:

  Mojolicious-Plugin-CHI-0.12.tar.gz

New:

  Mojolicious-Plugin-CHI-0.13.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-CHI.spec ++
--- /var/tmp/diff_new_pack.CA8uR4/_old  2016-04-12 19:33:44.0 +0200
+++ /var/tmp/diff_new_pack.CA8uR4/_new  2016-04-12 19:33:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mojolicious-Plugin-CHI
 #
-# 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-Mojolicious-Plugin-CHI
-Version:0.12
+Version:0.13
 Release:0
 %define cpan_name Mojolicious-Plugin-CHI
 Summary:Use CHI Caches in Mojolicious
@@ -31,9 +31,11 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(CHI) >= 0.58
+BuildRequires:  perl(Digest::JHash) >= 0.05
 BuildRequires:  perl(Mojolicious) >= 4.77
 BuildRequires:  perl(Test::Output) >= 1
 Requires:   perl(CHI) >= 0.58
+Requires:   perl(Digest::JHash) >= 0.05
 Requires:   perl(Mojolicious) >= 4.77
 %{perl_requires}
 
@@ -43,7 +45,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Mojolicious-Plugin-CHI-0.12.tar.gz -> Mojolicious-Plugin-CHI-0.13.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.12/Changes 
new/Mojolicious-Plugin-CHI-0.13/Changes
--- old/Mojolicious-Plugin-CHI-0.12/Changes 2015-11-14 11:56:07.0 
+0100
+++ new/Mojolicious-Plugin-CHI-0.13/Changes 2016-04-01 11:42:35.0 
+0200
@@ -1,3 +1,8 @@
+0.13 2016-04-01
+- Added dependency of Digest::JHash,
+ as there seem to be broken builds of CHI out there
+ (dependencies in CHI are correkt; cpantesters).
+
 0.12 2015-11-14
 - Removed smartmatch in tests.
- Made dependencies more concrete.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.12/META.json 
new/Mojolicious-Plugin-CHI-0.13/META.json
--- old/Mojolicious-Plugin-CHI-0.12/META.json   2015-11-14 11:57:35.0 
+0100
+++ new/Mojolicious-Plugin-CHI-0.13/META.json   2016-04-01 12:14:38.0 
+0200
@@ -34,6 +34,7 @@
   "runtime" : {
  "requires" : {
 "CHI" : "0.58",
+"Digest::JHash" : "0.05",
 "Mojolicious" : "4.77",
 "perl" : "5.010001"
  }
@@ -41,13 +42,18 @@
},
"release_status" : "stable",
"resources" : {
+  "bugtracker" : {
+ "web" : "https://github.com/Akron/XML-Loy/issues;
+  },
   "license" : [
  "http://www.opensource.org/licenses/artistic-license-2.0;
   ],
   "repository" : {
- "url" : "https://github.com/Akron/Mojolicious-Plugin-CHI;
+ "type" : "git",
+ "url" : "https://github.com/Akron/XML-Loy.git;,
+ "web" : "https://github.com/Akron/XML-Loy;
   }
},
-   "version" : "0.12",
+   "version" : "0.13",
"x_serialization_backend" : "JSON::PP version 2.27203"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.12/META.yml 
new/Mojolicious-Plugin-CHI-0.13/META.yml
--- old/Mojolicious-Plugin-CHI-0.12/META.yml2015-11-14 11:57:35.0 
+0100
+++ new/Mojolicious-Plugin-CHI-0.13/META.yml2016-04-01 

commit perl-Devel-NYTProf for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-NYTProf for 
openSUSE:Factory checked in at 2016-04-12 19:33:35

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


Package is "perl-Devel-NYTProf"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-NYTProf/perl-Devel-NYTProf.changes
2015-08-07 00:24:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-NYTProf.new/perl-Devel-NYTProf.changes   
2016-04-12 19:33:37.0 +0200
@@ -1,0 +2,22 @@
+Mon Apr  4 09:34:04 UTC 2016 - co...@suse.com
+
+- updated to 6.03
+   see /usr/share/doc/packages/perl-Devel-NYTProf/Changes
+
+  =head2 Changes in Devel::NYTProf 6.03 - 25th March 2016
+  
+Fix to account for the deep stack optimizations in perl 5.23.8
+  by Dave Mitchell, with my great gratitude!
+Fix SIGUSR2 on MSWin32 and div by zero #78 PR#79
+  with thanks to Nicolas Georges.
+Fix for perl 5.8.8 but adding definition for tTHX.
+Unify 'Profile format error' messages.
+  
+Improve the TROUBLESHOOTING docs.
+Added some more docs for the start=init option #85
+Corrected URL of KCachegrind home page #87
+  with thanks to Denis Ibaev.
+Corrected URL of sample report #80
+Removed dead code.nytimes.com URL and redundant history #84
+
+---

Old:

  Devel-NYTProf-6.02.tar.gz

New:

  Devel-NYTProf-6.03.tar.gz



Other differences:
--
++ perl-Devel-NYTProf.spec ++
--- /var/tmp/diff_new_pack.mSKr1O/_old  2016-04-12 19:33:38.0 +0200
+++ /var/tmp/diff_new_pack.mSKr1O/_new  2016-04-12 19:33:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-NYTProf
 #
-# 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-Devel-NYTProf
-Version:6.02
+Version:6.03
 Release:0
 %define cpan_name Devel-NYTProf
 Summary:Powerful fast feature-rich Perl source code profiler
@@ -42,81 +42,43 @@
 %description
 Devel::NYTProf is a powerful, fast, feature-rich perl source code profiler.
 
-* *
+  * Performs per-line statement profiling for fine detail
 
-  Performs per-line statement profiling for fine detail
+  * Performs per-subroutine statement profiling for overview
 
-* *
+  * Performs per-opcode profiling for slow perl builtins
 
-  Performs per-subroutine statement profiling for overview
+  * Performs per-block statement profiling (the first profiler to do so)
 
-* *
+  * Accounts correctly for time spent after calls return
 
-  Performs per-opcode profiling for slow perl builtins
+  * Performs inclusive and exclusive timing of subroutines
 
-* *
+  * Subroutine times are per calling location (a powerful feature)
 
-  Performs per-block statement profiling (the first profiler to do so)
+  * Can profile compile-time activity, just run-time, or just END time
 
-* *
+  * Uses novel techniques for efficient profiling
 
-  Accounts correctly for time spent after calls return
+  * Sub-microsecond (100ns) resolution on supported systems
 
-* *
+  * Very fast - the fastest statement and subroutine profilers for perl
 
-  Performs inclusive and exclusive timing of subroutines
+  * Handles applications that fork, with no performance cost
 
-* *
+  * Immune from noise caused by profiling overheads and I/O
 
-  Subroutine times are per calling location (a powerful feature)
+  * Program being profiled can stop/start the profiler
 
-* *
+  * Generates richly annotated and cross-linked html reports
 
-  Can profile compile-time activity, just run-time, or just END time
+  * Captures source code, including string evals, for stable results
 
-* *
+  * Trivial to use with mod_perl - add one line to httpd.conf
 
-  Uses novel techniques for efficient profiling
+  * Includes an extensive test suite
 
-* *
-
-  Sub-microsecond (100ns) resolution on supported systems
-
-* *
-
-  Very fast - the fastest statement and subroutine profilers for perl
-
-* *
-
-  Handles applications that fork, with no performance cost
-
-* *
-
-  Immune from noise caused by profiling overheads and I/O
-
-* *
-
-  Program being profiled can stop/start the profiler
-
-* *
-
-  Generates richly annotated and cross-linked html reports
-
-* *
-
-  Captures source code, including string evals, for stable results
-
-* *
-
-  Trivial to use with mod_perl - add one line to httpd.conf
-
-* *
-
-  Includes an extensive test suite
-
-* *
-
-  Tested 

commit perl-Net-Whois-Raw for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-Whois-Raw for 
openSUSE:Factory checked in at 2016-04-12 19:33:48

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


Package is "perl-Net-Whois-Raw"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-Whois-Raw/perl-Net-Whois-Raw.changes
2016-03-16 10:34:08.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-Whois-Raw.new/perl-Net-Whois-Raw.changes   
2016-04-12 19:33:49.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr  4 10:07:41 UTC 2016 - co...@suse.com
+
+- updated to 2.94
+   see /usr/share/doc/packages/perl-Net-Whois-Raw/Changes
+
+  2.94Mar 31 2016 Alexander Nalobin
+  - new tlds .CAFE, .QA
+  - new 'not found' message of whois-dub.mm-registry.com
+
+---

Old:

  Net-Whois-Raw-2.93.tar.gz

New:

  Net-Whois-Raw-2.94.tar.gz



Other differences:
--
++ perl-Net-Whois-Raw.spec ++
--- /var/tmp/diff_new_pack.s9vS43/_old  2016-04-12 19:33:50.0 +0200
+++ /var/tmp/diff_new_pack.s9vS43/_new  2016-04-12 19:33:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-Whois-Raw
-Version:2.93
+Version:2.94
 Release:0
 %define cpan_name Net-Whois-Raw
 Summary:Get Whois information of domains and IP addresses

++ Net-Whois-Raw-2.93.tar.gz -> Net-Whois-Raw-2.94.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.93/Changes 
new/Net-Whois-Raw-2.94/Changes
--- old/Net-Whois-Raw-2.93/Changes  2016-03-07 05:58:08.0 +0100
+++ new/Net-Whois-Raw-2.94/Changes  2016-03-31 15:27:10.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl module Net::Whois::Raw.
 
+2.94Mar 31 2016 Alexander Nalobin
+- new tlds .CAFE, .QA
+- new 'not found' message of whois-dub.mm-registry.com
+
 2.93Mar 06 2016 Vadim Likhota
 - fix whois for .CC, .RU.NET, .COM.RU, .EXNET.RU, *.RU & *.SU geodomains
 - new tlds .CLOUD, .BET, .PET, .AUTO, .CAR, .CARS, .BEST, .BROKER, 
.CAREER, .COURSES, .EARTH, .FILM, .FOREX, .MEN, .SRL, .STUDY, .FAMILY, .LIVE, 
.STUDIO
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.93/META.yml 
new/Net-Whois-Raw-2.94/META.yml
--- old/Net-Whois-Raw-2.93/META.yml 2016-03-07 05:58:08.0 +0100
+++ new/Net-Whois-Raw-2.94/META.yml 2016-03-31 15:27:10.0 +0200
@@ -37,4 +37,4 @@
 resources:
   bugtracker: https://github.com/regru/Net-Whois-Raw/issues
   repository: git://github.com/regru/Net-Whois-Raw.git
-version: '2.93'
+version: '2.94'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.93/Makefile.PL 
new/Net-Whois-Raw-2.94/Makefile.PL
--- old/Net-Whois-Raw-2.93/Makefile.PL  2016-03-07 05:58:08.0 +0100
+++ new/Net-Whois-Raw-2.94/Makefile.PL  2016-03-31 15:27:10.0 +0200
@@ -44,7 +44,7 @@
 "Test::More" => 0,
 "Test::RequiresInternet" => 0
   },
-  "VERSION" => "2.93",
+  "VERSION" => "2.94",
   "test" => {
 "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.93/bin/pwhois 
new/Net-Whois-Raw-2.94/bin/pwhois
--- old/Net-Whois-Raw-2.93/bin/pwhois   2016-03-07 05:58:08.0 +0100
+++ new/Net-Whois-Raw-2.94/bin/pwhois   2016-03-31 15:27:10.0 +0200
@@ -237,7 +237,7 @@
 
 =head1 VERSION
 
-version 2.93
+version 2.94
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.93/dist.ini 
new/Net-Whois-Raw-2.94/dist.ini
--- old/Net-Whois-Raw-2.93/dist.ini 2016-03-07 05:58:08.0 +0100
+++ new/Net-Whois-Raw-2.94/dist.ini 2016-03-31 15:27:10.0 +0200
@@ -4,7 +4,7 @@
 copyright_holder = Alexander Nalobin
 copyright_year   = 2002-2016
 
-version = 2.93
+version = 2.94
 
 [@Filter]
 -bundle = @Basic
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.93/lib/Net/Whois/Raw/Common.pm 
new/Net-Whois-Raw-2.94/lib/Net/Whois/Raw/Common.pm
--- old/Net-Whois-Raw-2.93/lib/Net/Whois/Raw/Common.pm  2016-03-07 
05:58:08.0 +0100
+++ new/Net-Whois-Raw-2.94/lib/Net/Whois/Raw/Common.pm  2016-03-31 
15:27:10.0 +0200
@@ -1,5 +1,5 @@
 package Net::Whois::Raw::Common;
-$Net::Whois::Raw::Common::VERSION = '2.93';
+$Net::Whois::Raw::Common::VERSION = '2.94';
 # ABSTRACT: Helper for Net::Whois::Raw.
 
 use Encode;
@@ -619,7 +619,7 @@
 
 =head1 VERSION
 
-version 2.93
+version 2.94
 
 =head1 AUTHOR
 

commit perl-File-Remove for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Remove for 
openSUSE:Factory checked in at 2016-04-12 19:33:27

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


Package is "perl-File-Remove"

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Remove/perl-File-Remove.changes
2016-03-16 10:36:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-File-Remove.new/perl-File-Remove.changes   
2016-04-12 19:33:28.0 +0200
@@ -1,0 +2,13 @@
+Mon Apr  4 09:42:40 UTC 2016 - co...@suse.com
+
+- updated to 1.56
+   see /usr/share/doc/packages/perl-File-Remove/Changes
+
+  1.562016-03-23 - Shlomi Fish
+  - Remove the Build.PL so there won't be two build files.
+  - https://github.com/shlomif/File-Remove/pull/1
+  - I think it doesn't matter too much with Dist-Zilla, but to avoid
+  future complaints, I decided to comply with the request.
+  - Thanks to Karen Etheridge (ETHER) for the report.
+
+---

Old:

  File-Remove-1.55.tar.gz

New:

  File-Remove-1.56.tar.gz



Other differences:
--
++ perl-File-Remove.spec ++
--- /var/tmp/diff_new_pack.BJ9Lsw/_old  2016-04-12 19:33:28.0 +0200
+++ /var/tmp/diff_new_pack.BJ9Lsw/_new  2016-04-12 19:33:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Remove
 #
-# 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:   perl-File-Remove
-Version:1.55
+Version:1.56
 Release:0
 %define cpan_name File-Remove
 Summary:Remove files and directories
@@ -32,7 +32,6 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Cwd) >= 3.29
 BuildRequires:  perl(File::Spec) >= 3.29
-BuildRequires:  perl(Module::Build) >= 0.2800
 Requires:   perl(Cwd) >= 3.29
 Requires:   perl(File::Spec) >= 3.29
 %{perl_requires}
@@ -51,14 +50,15 @@
 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %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

++ File-Remove-1.55.tar.gz -> File-Remove-1.56.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.55/Build.PL 
new/File-Remove-1.56/Build.PL
--- old/File-Remove-1.55/Build.PL   2016-01-11 15:12:07.0 +0100
+++ new/File-Remove-1.56/Build.PL   1970-01-01 01:00:00.0 +0100
@@ -1,74 +0,0 @@
-
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v5.043.
-use strict;
-use warnings;
-
-use Module::Build 0.28;
-
-
-my %module_build_args = (
-  "build_requires" => {
-"Module::Build" => "0.28"
-  },
-  "configure_requires" => {
-"ExtUtils::MakeMaker" => 0,
-"Module::Build" => "0.28"
-  },
-  "dist_abstract" => "Remove files and directories",
-  "dist_author" => [
-"Shlomi Fish "
-  ],
-  "dist_name" => "File-Remove",
-  "dist_version" => "1.55",
-  "license" => "perl",
-  "module_name" => "File::Remove",
-  "recursive_test_files" => 1,
-  "requires" => {
-"Cwd" => "3.29",
-"File::Glob" => 0,
-"File::Path" => 0,
-"File::Spec" => "3.29",
-"constant" => 0,
-"perl" => "5.006",
-"strict" => 0,
-"vars" => 0
-  },
-  "test_requires" => {
-"File::Copy" => 0,
-"File::Spec" => "3.29",
-"File::Spec::Functions" => 0,
-"File::Temp" => 0,
-"IO::Handle" => 0,
-"IPC::Open3" => 0,
-"Test::More" => 0,
-"blib" => "1.01",
-"perl" => "5.006",
-"warnings" => 0
-  }
-);
-
-
-my %fallback_build_requires = (
-  "File::Copy" => 0,
-  "File::Spec" => "3.29",
-  "File::Spec::Functions" => 0,
-  "File::Temp" => 0,
-  "IO::Handle" => 0,
-  "IPC::Open3" => 0,
-  "Module::Build" => "0.28",
-  "Test::More" => 0,
-  "blib" => "1.01",
-  "perl" => "5.006",
-  "warnings" => 0
-);
-
-
-unless ( eval { Module::Build->VERSION(0.4004) } ) {
-  delete $module_build_args{test_requires};
-  $module_build_args{build_requires} = \%fallback_build_requires;
-}
-
-my $build = Module::Build->new(%module_build_args);
-
-
-$build->create_build_script;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit perl-Devel-StackTrace-AsHTML for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-StackTrace-AsHTML for 
openSUSE:Factory checked in at 2016-04-12 19:33:15

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


Package is "perl-Devel-StackTrace-AsHTML"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Devel-StackTrace-AsHTML/perl-Devel-StackTrace-AsHTML.changes
2013-06-07 10:07:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-StackTrace-AsHTML.new/perl-Devel-StackTrace-AsHTML.changes
   2016-04-12 19:33:16.0 +0200
@@ -1,0 +2,9 @@
+Mon Apr  4 09:34:31 UTC 2016 - co...@suse.com
+
+- updated to 0.15
+   see /usr/share/doc/packages/perl-Devel-StackTrace-AsHTML/Changes
+
+  0.15  2016-04-01 12:23:25 PDT
+  - Switch to Milla (haarg)
+
+---

Old:

  Devel-StackTrace-AsHTML-0.14.tar.gz

New:

  Devel-StackTrace-AsHTML-0.15.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Devel-StackTrace-AsHTML.spec ++
--- /var/tmp/diff_new_pack.AvlwV6/_old  2016-04-12 19:33:17.0 +0200
+++ /var/tmp/diff_new_pack.AvlwV6/_new  2016-04-12 19:33:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-StackTrace-AsHTML
 #
-# 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
@@ -17,42 +17,30 @@
 
 
 Name:   perl-Devel-StackTrace-AsHTML
-Version:0.14
+Version:0.15
 Release:0
 %define cpan_name Devel-StackTrace-AsHTML
 Summary:Displays stack trace in HTML
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-StackTrace-AsHTML/
-Source: 
http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Devel::StackTrace)
-#BuildRequires: perl(App::pod2pdf)
-#BuildRequires: perl(Devel::StackTrace::AsHTML)
-#BuildRequires: perl(inc::Module::Install)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(Spiffy)
-#BuildRequires: perl(Test::Builder::IO::Scalar)
-#BuildRequires: perl(Test::Deep)
-#BuildRequires: perl(Text::Diff)
-#BuildRequires: perl(YAML)
-#BuildRequires: perl(YAML::Tiny)
+BuildRequires:  perl(Test::More) >= 0.88
 Requires:   perl(Devel::StackTrace)
 %{perl_requires}
 
 %description
-Devel::StackTrace::AsHTML adds 'as_html' method to the Devel::StackTrace
-manpage which displays the stack trace in beautiful HTML, with code snippet
-context and function parameters. If you call it on an instance of the
-Devel::StackTrace::WithLexicals manpage, you even get to see the lexical
-variables of each stack frame.
+Devel::StackTrace::AsHTML adds 'as_html' method to Devel::StackTrace which
+displays the stack trace in beautiful HTML, with code snippet context and
+function parameters. If you call it on an instance of
+Devel::StackTrace::WithLexicals, you even get to see the lexical variables
+of each stack frame.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -71,6 +59,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes LICENSE README
 
 %changelog

++ Devel-StackTrace-AsHTML-0.14.tar.gz -> 
Devel-StackTrace-AsHTML-0.15.tar.gz ++
 7386 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 && make test
#ignore_requires: Bizarre::Module



commit perl-App-perlbrew for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2016-04-12 19:33:03

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  
2015-12-03 13:31:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new/perl-App-perlbrew.changes 
2016-04-12 19:33:04.0 +0200
@@ -1,0 +2,14 @@
+Mon Apr  4 09:14:05 UTC 2016 - co...@suse.com
+
+- updated to 0.75
+   see /usr/share/doc/packages/perl-App-perlbrew/Changes
+
+  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.
+  - Add '--destdir' install option.
+  - "uninstall" command now also delete associated libs.
+  - "mirror" command is removed.
+  - "config" command is removed.
+
+---

Old:

  App-perlbrew-0.74.tar.gz

New:

  App-perlbrew-0.75.tar.gz



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.kUxbnK/_old  2016-04-12 19:33:05.0 +0200
+++ /var/tmp/diff_new_pack.kUxbnK/_new  2016-04-12 19:33:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-App-perlbrew
 #
-# 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-App-perlbrew
-Version:0.74
+Version:0.75
 Release:0
 %define cpan_name App-perlbrew
 Summary:Manage perl installations in your C<$HOME>
@@ -58,23 +58,11 @@
 # MANUAL END
 
 %description
-perlbrew is a program to automate the building and installation of perl in
-an easy way. It provides multiple isolated perl environments, and a
-mechanism for you to switch between them.
-
-Everything are installed unter '~/perl5/perlbrew'. You then need to include
-a bashrc/cshrc provided by perlbrew to tweak the PATH for you. You then can
-benefit from not having to run 'sudo' commands to install cpan modules
-because those are installed inside your HOME too.
-
-For the documentation of perlbrew usage see the perlbrew manpage command on
-CPAN, or by running 'perlbrew help'. The following documentation features
-the API of 'App::perlbrew' module, and may not be remotely close to what
-your want to read.
+Manage perl installations in your C<$HOME>
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ App-perlbrew-0.74.tar.gz -> App-perlbrew-0.75.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.74/Changes 
new/App-perlbrew-0.75/Changes
--- old/App-perlbrew-0.74/Changes   2015-11-24 21:17:25.0 +0100
+++ new/App-perlbrew-0.75/Changes   2016-03-16 23:51:16.0 +0100
@@ -1,3 +1,11 @@
+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.
+- Add '--destdir' install option.
+- "uninstall" command now also delete associated libs.
+- "mirror" command is removed.
+- "config" command is removed.
+
 0.74: # 2015-11-24T20:55:02+0100
 - A big thanks for our contributers: Aristotle Pagaltzis, Dave Jacoby, Dylan 
Cali, John Krull, Kevin Johnson, Nathan Day, Paul Cochrane, Tudor Constantin, 
Yanick Champoux, tm604
 - support PERLBREW_LIB_PREFIX. 
https://github.com/gugod/App-perlbrew/commit/c29813cd4633683bd049964178a9ac96647986bc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.74/LICENSE 
new/App-perlbrew-0.75/LICENSE
--- old/App-perlbrew-0.74/LICENSE   2015-02-01 10:09:41.0 +0100
+++ new/App-perlbrew-0.75/LICENSE   2016-03-16 23:51:06.0 +0100
@@ -1,6 +1,6 @@
 The MIT License
 
-Copyright (c) 2010,2011,2012,2013 Kang-min Liu
+Copyright (c) 2010-2016 Kang-min Liu
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.74/MANIFEST 

commit perl-Config-Any for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-Any for openSUSE:Factory 
checked in at 2016-04-12 19:33:09

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


Package is "perl-Config-Any"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-Any/perl-Config-Any.changes  
2015-04-30 11:51:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Config-Any.new/perl-Config-Any.changes 
2016-04-12 19:33:11.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr  4 09:23:23 UTC 2016 - co...@suse.com
+
+- updated to 0.27
+   see /usr/share/doc/packages/perl-Config-Any/Changes
+
+  0.27 2016-03-31
+  - depend on Module::Pluggable::Object directly instead of assuming it is 
+bundled with Module::Pluggable (RT #113148)
+
+---

Old:

  Config-Any-0.26.tar.gz

New:

  Config-Any-0.27.tar.gz



Other differences:
--
++ perl-Config-Any.spec ++
--- /var/tmp/diff_new_pack.RcbtU0/_old  2016-04-12 19:33:12.0 +0200
+++ /var/tmp/diff_new_pack.RcbtU0/_new  2016-04-12 19:33:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-Any
 #
-# 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-Config-Any
-Version:0.26
+Version:0.27
 Release:0
 %define cpan_name Config-Any
 Summary:Load configuration from different file formats, transparently
@@ -30,8 +30,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Pluggable) >= 3.01
-Requires:   perl(Module::Pluggable) >= 3.01
+BuildRequires:  perl(Module::Pluggable::Object) >= 3.6
+Requires:   perl(Module::Pluggable::Object) >= 3.6
 %{perl_requires}
 
 %description

++ Config-Any-0.26.tar.gz -> Config-Any-0.27.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Any-0.26/Changes new/Config-Any-0.27/Changes
--- old/Config-Any-0.26/Changes 2015-04-30 01:04:47.0 +0200
+++ new/Config-Any-0.27/Changes 2016-03-31 19:54:02.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Config-Any
 
+0.27 2016-03-31
+- depend on Module::Pluggable::Object directly instead of assuming it is 
+  bundled with Module::Pluggable (RT #113148)
+
 0.26 2015-04-29
 - fix error reporting from code applied in 0.25 (RT #104079)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Any-0.26/META.yml new/Config-Any-0.27/META.yml
--- old/Config-Any-0.26/META.yml2015-04-30 01:07:42.0 +0200
+++ new/Config-Any-0.27/META.yml2016-03-31 19:54:08.0 +0200
@@ -9,7 +9,7 @@
   ExtUtils::MakeMaker: 6.59
 distribution_type: module
 dynamic_config: 1
-generated_by: 'Module::Install version 1.06'
+generated_by: 'Module::Install version 1.16'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -20,9 +20,9 @@
 - inc
 - t
 requires:
-  Module::Pluggable: 3.01
+  Module::Pluggable::Object: '3.6'
   perl: 5.6.0
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://git.shadowcat.co.uk/p5sagit/Config-Any.git
-version: 0.26
+version: '0.27'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Any-0.26/Makefile.PL 
new/Config-Any-0.27/Makefile.PL
--- old/Config-Any-0.26/Makefile.PL 2013-08-15 03:12:36.0 +0200
+++ new/Config-Any-0.27/Makefile.PL 2016-03-31 19:54:02.0 +0200
@@ -9,7 +9,7 @@
 
 all_from 'lib/Config/Any.pm';
 
-requires 'Module::Pluggable' => '3.01';
+requires 'Module::Pluggable::Object' => '3.6';
 
 # Upgrade Config::General is necessary
 if ( can_use( 'Config::General' ) && !can_use( 'Config::General', '2.47' ) ) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Any-0.26/README new/Config-Any-0.27/README
--- old/Config-Any-0.26/README  2015-04-30 01:07:41.0 +0200
+++ new/Config-Any-0.27/README  2016-03-31 19:54:08.0 +0200
@@ -113,7 +113,7 @@
 Config::Any requires no configuration files or environment variables.
 
 DEPENDENCIES
-Module::Pluggable
+Module::Pluggable::Object
 
 And at least one of the following: Config::General Config::Tiny JSON
 YAML JSON::Syck YAML::Syck XML::Simple
diff -urN '--exclude=CVS' 

commit rubygem-pg for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pg for openSUSE:Factory 
checked in at 2016-04-12 19:32:51

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


Package is "rubygem-pg"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pg/rubygem-pg.changes2015-12-14 
10:13:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-pg.new/rubygem-pg.changes   
2016-04-12 19:32:53.0 +0200
@@ -1,0 +2,5 @@
+Wed Mar 23 12:07:48 UTC 2016 - o...@aepfle.de
+
+- Force fixed timestamps for patched gems (bsc#916047)
+
+---



Other differences:
--
++ rubygem-pg.spec ++
--- /var/tmp/diff_new_pack.OFEV75/_old  2016-04-12 19:32:54.0 +0200
+++ /var/tmp/diff_new_pack.OFEV75/_new  2016-04-12 19:32:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-pg
 #
-# 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
@@ -69,6 +69,7 @@
 %prep
 %gem_unpack
 %patch0 -p0
+find -type f -print0 | xargs -0 touch -r %{S:0}
 %gem_build
 
 %build




commit rubygem-RedCloth for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-RedCloth for 
openSUSE:Factory checked in at 2016-04-12 19:32:38

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


Package is "rubygem-RedCloth"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-RedCloth/rubygem-RedCloth.changes
2015-08-27 08:57:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-RedCloth.new/rubygem-RedCloth.changes   
2016-04-12 19:32:39.0 +0200
@@ -1,0 +2,5 @@
+Wed Mar 23 12:07:48 UTC 2016 - o...@aepfle.de
+
+- Force fixed timestamps for patched gems (bsc#916047)
+
+---



Other differences:
--
++ rubygem-RedCloth.spec ++
--- /var/tmp/diff_new_pack.u4ZNby/_old  2016-04-12 19:32:40.0 +0200
+++ /var/tmp/diff_new_pack.u4ZNby/_new  2016-04-12 19:32:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-RedCloth
 #
-# 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
@@ -29,10 +29,10 @@
 %define mod_name RedCloth
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{rubydevel}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
+BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:http://redcloth.org
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -53,6 +53,7 @@
 %prep
 %gem_unpack
 %patch0 -p1
+find -type f -print0 | xargs -0 touch -r %{S:0}
 %gem_build
 
 %build




commit libgsasl for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package libgsasl for openSUSE:Factory 
checked in at 2016-04-12 19:32:21

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


Package is "libgsasl"

Changes:

--- /work/SRC/openSUSE:Factory/libgsasl/libgsasl.changes2015-10-28 
17:31:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgsasl.new/libgsasl.changes   2016-04-12 
19:32:22.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr  4 14:22:22 CEST 2016 - ku...@suse.de
+
+- Remove unused buildrequires for libgssglue-devel
+
+---



Other differences:
--
++ libgsasl.spec ++
--- /var/tmp/diff_new_pack.W2huMv/_old  2016-04-12 19:32:23.0 +0200
+++ /var/tmp/diff_new_pack.W2huMv/_new  2016-04-12 19:32:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgsasl
 #
-# 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
@@ -32,7 +32,6 @@
 BuildRequires:  gettext-devel
 BuildRequires:  krb5-devel
 BuildRequires:  libgcrypt-devel
-BuildRequires:  libgssglue-devel
 BuildRequires:  libidn-devel
 BuildRequires:  libntlm-devel
 BuildRequires:  pkgconfig




commit rubygem-rubyforge for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rubyforge for 
openSUSE:Factory checked in at 2016-04-12 19:32:43

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


Package is "rubygem-rubyforge"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rubyforge/rubygem-rubyforge.changes  
2014-10-22 16:23:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rubyforge.new/rubygem-rubyforge.changes 
2016-04-12 19:32:45.0 +0200
@@ -1,0 +2,5 @@
+Wed Mar 23 12:07:48 UTC 2016 - o...@aepfle.de
+
+- Force fixed timestamps for patched gems (bsc#916047)
+
+---



Other differences:
--
++ rubygem-rubyforge.spec ++
--- /var/tmp/diff_new_pack.LLQR2B/_old  2016-04-12 19:32:46.0 +0200
+++ /var/tmp/diff_new_pack.LLQR2B/_new  2016-04-12 19:32:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rubyforge
 #
-# 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
@@ -29,10 +29,10 @@
 %define mod_name rubyforge
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
-BuildRequires:  %{ruby}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:http://codeforpeople.rubyforge.org/rubyforge/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -58,6 +58,7 @@
 %prep
 %gem_unpack
 %patch0 -p1
+find -type f -print0 | xargs -0 touch -r %{S:0}
 %gem_build
 
 %build




commit rubygem-bundler for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2016-04-12 19:32:57

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


Package is "rubygem-bundler"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2016-01-28 17:22:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2016-04-12 19:32:58.0 +0200
@@ -1,0 +2,5 @@
+Wed Mar 23 12:07:48 UTC 2016 - o...@aepfle.de
+
+- Force fixed timestamps for patched gems (bsc#916047)
+
+---



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.Ala60S/_old  2016-04-12 19:32:59.0 +0200
+++ /var/tmp/diff_new_pack.Ala60S/_new  2016-04-12 19:32:59.0 +0200
@@ -29,9 +29,9 @@
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{ruby >= 1.8.7}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:http://bundler.io
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -52,6 +52,7 @@
 %prep
 %gem_unpack
 %patch0 -p1
+find -type f -print0 | xargs -0 touch -r %{S:0}
 %gem_build
 
 %build




commit python3-veusz for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package python3-veusz for openSUSE:Factory 
checked in at 2016-04-12 19:32:09

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


Package is "python3-veusz"

Changes:

--- /work/SRC/openSUSE:Factory/python3-veusz/python3-veusz.changes  
2016-01-05 09:41:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-veusz.new/python3-veusz.changes 
2016-04-12 19:32:11.0 +0200
@@ -1,0 +2,7 @@
+Sun Apr  3 20:16:04 UTC 2016 - badshah...@gmail.com
+
+- Add BuildRequires and Requires on python3-h5py: enables the
+  hdf5 data import module in the application.
+- Run specfile through "spec-cleaner -m" for cleanup.
+
+---



Other differences:
--
++ python3-veusz.spec ++
--- /var/tmp/diff_new_pack.HwHOrE/_old  2016-04-12 19:32:12.0 +0200
+++ /var/tmp/diff_new_pack.HwHOrE/_new  2016-04-12 19:32:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-veusz
 #
-# 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,8 @@
 
 
 %define appname veusz3
-
+%define X_display ":98"
+%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
 Name:   python3-veusz
 Version:1.23.2
 Release:0
@@ -33,22 +34,22 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt4-devel
 BuildRequires:  python3-devel
+BuildRequires:  python3-h5py
 BuildRequires:  python3-numpy-devel
 BuildRequires:  python3-qt4-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-sip
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-server
-%define X_display ":98"
-%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
+Requires:   python3-h5py
 Requires:   python3-numpy
 Requires:   python3-qt4
-Recommends: %{appname}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires(post): shared-mime-info
 Requires(post): desktop-file-utils
-Requires(postun): shared-mime-info
+Requires(post): shared-mime-info
 Requires(postun): desktop-file-utils
+Requires(postun): shared-mime-info
+Recommends: %{appname}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Veusz is a scientific plotting package, designed to create
@@ -114,7 +115,7 @@
   %{buildroot}%{python3_sitearch}/veusz/icons/$i ;
 done
 # symlink main veusz icon also into hicolor-icon-theme dir (for desktop file)
-install -m 0644 %{S:3} %{buildroot}%{_datadir}/pixmaps/%{appname}/veusz_256.png
+install -m 0644 %{SOURCE3} 
%{buildroot}%{_datadir}/pixmaps/%{appname}/veusz_256.png
 for size in 16 32 48 64 128 256; do
 odir=%{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps
 mkdir -p $odir





commit gpaste for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package gpaste for openSUSE:Factory checked 
in at 2016-04-12 19:32:03

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


Package is "gpaste"

Changes:

--- /work/SRC/openSUSE:Factory/gpaste/gpaste.changes2015-12-17 
15:54:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.gpaste.new/gpaste.changes   2016-04-12 
19:32:05.0 +0200
@@ -1,0 +2,38 @@
+Thu Mar 31 02:25:00 UTC 2016 - lidongy...@suse.com
+
+- Update to version 3.20:
+  + Relicensing from GPL-3 to BSD-2.
+  + Detect the presence of more features at runtime instead of
+compile time.
+  + The gpaste-client cli has been mostly rewritten.
+  + gpaste-client file now supports adding images to the history.
+  + The legacy gpaste cli is gone.
+  + gnome-shell extension cleanups and compatibility with 3.20.
+  + automake 1.15 is required.
+  + pkg-config 0.27 is required.
+  + gtk+ 3.20, vala 0.32 (if –enable-vapi) and
+gobject-introspection 1.48 are required.
+  + gpaste-ui now has a "new" button to add new contents to the
+clipboard.
+  + The daemon now reexecs itself on SIGUSR1.
+  + Avoid having two passwords under the same name in history.
+  + libgpaste now logs into its own G_LOG_DOMAIN.
+  + GPaste components now write their pid to a file.
+  + A new tool is provided for debugging, but not installed:
+clipboard-watcher.
+  + systemd user units are provided.
+  + Build system cleanups.
+  + Outdated translations have been dropped.
+  + gobject-introspection fixes.
+  + Fix style with gtk+ 3.20.
+  + Implement the new shortcut window from gtk+.
+  + Various code cleanups.
+- Changes from version 3.18.3:
+  + Fix synchronisation issues between clipboard and primary
+selection.
+  + Fix a memory leak.
+  + Never handle images when images support is disabled.
+- Rename libgpaste4 subpackage to libgpaste6, following upstreams
+  soname bump.
+
+---

Old:

  gpaste-3.18.2.tar.xz

New:

  gpaste-3.20.tar.xz



Other differences:
--
++ gpaste.spec ++
--- /var/tmp/diff_new_pack.kynjc7/_old  2016-04-12 19:32:06.0 +0200
+++ /var/tmp/diff_new_pack.kynjc7/_new  2016-04-12 19:32:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gpaste
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Simone Tolotti, .
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,18 +18,19 @@
 
 
 Name:   gpaste
-Version:3.18.2
+Version:3.20
 Release:0
 Summary:Clipboard management system for GNOME
-License:GPL-3.0+
+License:BSD-2-Clause
 Group:  System/GUI/GNOME
 Url:https://github.com/Keruspe/GPaste
 Source0:
http://www.imagination-land.org/files/%{name}/%{name}-%{version}.tar.xz
 # For directory ownership
 BuildRequires:  gnome-shell
-BuildRequires:  gobject-introspection-devel >= 1.31.1
+BuildRequires:  gobject-introspection-devel >= 1.48
 BuildRequires:  intltool >= 0.50.0
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(appstream-glib)
 BuildRequires:  pkgconfig(clutter-1.0)
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gdk-3.0) >= 3.0.0
@@ -51,11 +52,11 @@
 %description
 GPaste is a clipboard management daemon with DBus interface.
 
-%package -n libgpaste4
+%package -n libgpaste6
 Summary:Library for managing clipboard history
 Group:  System/Libraries
 
-%description -n libgpaste4
+%description -n libgpaste6
 GPaste is a clipboard management daemon with DBus interface.
 
 This package provides a library for managing clipboard history.
@@ -82,7 +83,7 @@
 %package devel
 Summary:Library for managing clipboard history -- Development Files
 Group:  Development/Libraries/GNOME
-Requires:   libgpaste4 = %{version}
+Requires:   libgpaste6 = %{version}
 Requires:   typelib-1_0-GPaste-1_0 = %{version}
 
 %description devel
@@ -116,9 +117,6 @@
 %install
 %make_install
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
-# Install bash/zsh completion support
-install -D -m 0644 data/completions/gpaste-client 
%{buildroot}%{_sysconfdir}/bash_completion.d/gpaste-client
-install -D -m 0644 data/completions/_gpaste-client 
%{buildroot}%{_datadir}/zsh/site-functions/_gpaste-client
 desktop-file-edit --set-icon=edit-paste --remove-key Categories 
--add-category=Applet --add-only-show-in=GNOME 
%{buildroot}%{_datadir}/applications/org.gnome.GPaste.Ui.desktop
 %find_lang GPaste %{?no_lang_C}
 
@@ 

commit libsodium for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package libsodium for openSUSE:Factory 
checked in at 2016-04-12 19:32:32

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


Package is "libsodium"

Changes:

--- /work/SRC/openSUSE:Factory/libsodium/libsodium.changes  2016-04-03 
23:07:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsodium.new/libsodium.changes 2016-04-12 
19:32:33.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr  5 13:14:08 UTC 2016 - idon...@suse.com
+
+- Update to version 1.0.10
+  * Compile fix update for older GCCs
+
+---

Old:

  libsodium-1.0.9.tar.gz

New:

  libsodium-1.0.10.tar.gz



Other differences:
--
++ libsodium.spec ++
--- /var/tmp/diff_new_pack.3Cpfg1/_old  2016-04-12 19:32:34.0 +0200
+++ /var/tmp/diff_new_pack.3Cpfg1/_new  2016-04-12 19:32:34.0 +0200
@@ -18,7 +18,7 @@
 
 %define lname libsodium18
 Name:   libsodium
-Version:1.0.9
+Version:1.0.10
 Release:0
 Summary:Portable NaCl-based crypto library
 License:ISC

++ libsodium-1.0.9.tar.gz -> libsodium-1.0.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsodium-1.0.9/ChangeLog 
new/libsodium-1.0.10/ChangeLog
--- old/libsodium-1.0.9/ChangeLog   2016-04-02 16:43:57.0 +0200
+++ new/libsodium-1.0.10/ChangeLog  2016-04-04 21:47:06.0 +0200
@@ -1,4 +1,8 @@
 
+* Version 1.0.10
+ - This release only fixes a compilation issue reported with some older
+gcc versions. There are no functional changes over the previous release.
+
 * Version 1.0.9
  - The Javascript target now includes a `--sumo` option to include all
 the symbols of the original C library.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsodium-1.0.9/configure 
new/libsodium-1.0.10/configure
--- old/libsodium-1.0.9/configure   2016-04-02 16:46:45.0 +0200
+++ new/libsodium-1.0.10/configure  2016-04-04 21:45:40.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libsodium 1.0.9.
+# Generated by GNU Autoconf 2.69 for libsodium 1.0.10.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libsodium'
 PACKAGE_TARNAME='libsodium'
-PACKAGE_VERSION='1.0.9'
-PACKAGE_STRING='libsodium 1.0.9'
+PACKAGE_VERSION='1.0.10'
+PACKAGE_STRING='libsodium 1.0.10'
 PACKAGE_BUGREPORT='https://github.com/jedisct1/libsodium/issues'
 PACKAGE_URL='https://github.com/jedisct1/libsodium'
 
@@ -1384,7 +1384,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libsodium 1.0.9 to adapt to many kinds of systems.
+\`configure' configures libsodium 1.0.10 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1454,7 +1454,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libsodium 1.0.9:";;
+ short | recursive ) echo "Configuration of libsodium 1.0.10:";;
esac
   cat <<\_ACEOF
 
@@ -1591,7 +1591,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libsodium configure 1.0.9
+libsodium configure 1.0.10
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1960,7 +1960,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libsodium $as_me 1.0.9, which was
+It was created by libsodium $as_me 1.0.10, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2896,7 +2896,7 @@
 
 # Define the identity of the package.
  PACKAGE='libsodium'
- VERSION='1.0.9'
+ VERSION='1.0.10'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15563,6 +15563,34 @@
   :
 fi
 
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if 
_mm256_broadcastsi128_si256 is correctly defined" >&5
+$as_echo_n "checking if _mm256_broadcastsi128_si256 is correctly defined... " 
>&6; }
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#pragma GCC target("avx2")
+#include 
+
+int
+main ()
+{
+ __m256i y = _mm256_broadcastsi128_si256(_mm_setzero_si128());
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+else
+  { $as_echo 

commit pithos for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package pithos for openSUSE:Factory checked 
in at 2016-04-12 19:32:26

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


Package is "pithos"

Changes:

--- /work/SRC/openSUSE:Factory/pithos/pithos.changes2014-12-05 
21:05:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.pithos.new/pithos.changes   2016-04-12 
19:32:28.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr  5 12:14:42 UTC 2016 - dims...@opensuse.org
+
+- Call fdupes only over pyton3_sitelib: ensure that
+  /usr/share/icons contains actual files and not symlinks.
+
+---



Other differences:
--
++ pithos.spec ++
--- /var/tmp/diff_new_pack.hFBunL/_old  2016-04-12 19:32:29.0 +0200
+++ /var/tmp/diff_new_pack.hFBunL/_new  2016-04-12 19:32:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pithos
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012-2014 Malcolm J Lewis 
 #
 # All modifications and additions to the file contributed by third parties
@@ -60,7 +60,7 @@
 #Remove unnecessary icons
 rm -rf %{buildroot}%{_datadir}/icons/ubuntu-mono*
 %suse_update_desktop_file pithos
-%fdupes -s %{buildroot}
+%fdupes -s %{buildroot}%{python3_sitelib}
 
 %post
 %desktop_database_post




commit maxima for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2016-04-12 19:32:15

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


Package is "maxima"

Changes:

--- /work/SRC/openSUSE:Factory/maxima/maxima.changes2015-11-12 
19:41:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2016-04-12 
19:32:18.0 +0200
@@ -1,0 +2,86 @@
+Sun Apr  3 00:46:32 UTC 2016 - badshah...@gmail.com
+
+- Update to version 5.38.0:
+  + New in core:
+- Images in the HTML manual now are automatically shrinked to
+  fit within the browser window, if neeeded.
+- A singlepage HTML manual (doc/info/maxima_singlepage.html)
+- Docu/Creating a release: Added a request to inform the
+  wxMaxima team that aims to make a simultaneous release.
+- Commit charsets package as posted by Michel Talon
+- Add configure option --enable-mathjax to enable usage of
+  MathJax in the html docs
+- Add simple documentation for bf_fft and bf_inverse_fft.
+- Added a small GUI for Windows users for selecting their
+  default Lisp interpreter.
+- Allow setting the Lisp type (MAXIMA_LISP=...) using maximarc
+  on Windows.
+- Try to exit gracefully if we are unable to connect to a server
+  + New items in share:
+- draw: grid now not only accepts boolean values, but also a
+  list of 2 numbers.
+  + Changes in core:
+- Documentation: Add example images for the draw options.
+- Crosscompiling: update sbcl to the current version.
+- Adjust the tolerances of two li[2] numerical tests
+- Prevent the removal of the integervalued feature during a
+  reset()
+- Work around bug in ecl that causes all tests to fail.
+- Removed the --dynamic-space-size option for sbcl.
+- Fix bug in utf-8-fix-start-end and improve
+  pseudo-unicode-support for GCL
+- WIP: Bigfloat FFT routines.
+  + Changes in share:
+- Split up implementation of FFT in a separate package
+- Add the draw package to autoload updating the documentation
+- First attempt to rework numericalio.lisp for greater speed
+  and memory efficiency.
+  + Bug fixes:
+- Apply patch in bug report 3120.
+- Fix #3105: li[s](1.0) doesn't simplify.
+- Fix #3112: inaccurate zeta(n) for negative even n.
+- Fix #3098: li[3] nuemrical evaluation.
+- Fix SF bug report #3104: "limit(log(1 - exp(x)), x, 0,
+  plus), numer => stack overflow"
+- Fix SF bug report #3103: "limit of li[..](...) with
+  numer:true infinite recursion"
+- Fix SF bug #3102: "find_root(x,x,-1e300,1e300) => overflow"
+- Fix SF bug report #3099: "Float read is single-precision,
+  though float() is double-precision"
+- Fix bug #481: ('m)[1] (meval)
+- Fixed bug #3075: '#3075 answer "3*false" from
+  "integrate(3*asinh(x),x,-inf,inf)"'
+- Fixed bug #3081 'abs(...) -> "bfloat: attempted conversion
+  of floating-point infinity."'
+- Fix #3069 limit(a/abs(x),x,0) crashes with stack overflow
+- Fix bug:#3065.
+- Fix bug #3058: Lingering assumptions after an interrupted
+  simpsum
+- Add test for SF bug #2302: "'at' applied to definite
+  integral"
+- A quick solution for Bug 3052
+- Fix SF bug #3049: "set should act like list"
+- Fix SF bug #3045: "Save command now fails to generate lisp
+  file"
+- Fix bug #3044: opsubst crash
+- Fix SourceForge bug #2159 - integration_with_logabs.
+- Fix SF bug #3003: make pdf returns an error.
+- Fix SourceForge bug #3017 - "integrate_use_rootsof" leads to
+  wrong result.
+- Add tests to verify that SF bug #365 is fixed. Add tests for
+  related bug #3072
+- Use per-maxima-instance filenames for draw and plot. Without
+  this simultaneous plotting from concurrent maxima instances
+  might result in name collisions.
+- Allow sbcl to use enough memory to compile Lapack (linux+mac
+  only).
+- Remove the two black lines at the border of the bounding box
+  that were introduced with gnuplot 5.0
+- Fix integrate((4*x^3-x^2+4*x)^(-2/3)*(12*x^2-2*x+4),x);
+- li[2] and li[3] fixes.
+- Try to fix the trace output when the lisp_print trace option
+  is set.
+- In MEVAL1, call GETCHARN only if argument is a symbol. Fixes
+  bug reported to mailing list 2016-01-06.
+
+---

Old:

  maxima-5.37.3.tar.gz

New:

  maxima-5.38.0.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.XFLags/_old  2016-04-12 19:32:20.0 +0200
+++ 

commit threadweaver for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package threadweaver for openSUSE:Factory 
checked in at 2016-04-12 19:30:51

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


Package is "threadweaver"

Changes:

--- /work/SRC/openSUSE:Factory/threadweaver/threadweaver.changes
2016-03-16 10:32:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.threadweaver.new/threadweaver.changes   
2016-04-12 19:30:53.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr  4 14:31:53 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  threadweaver-5.20.0.tar.xz

New:

  threadweaver-5.21.0.tar.xz



Other differences:
--
++ threadweaver.spec ++
--- /var/tmp/diff_new_pack.Xjvp46/_old  2016-04-12 19:30:54.0 +0200
+++ /var/tmp/diff_new_pack.Xjvp46/_new  2016-04-12 19:30:54.0 +0200
@@ -17,15 +17,15 @@
 
 
 %define lname   libKF5ThreadWeaver5
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   threadweaver
-Version:5.20.0
+Version:5.21.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(Qt5Core) >= 5.3.0
+BuildRequires:  cmake(Qt5Core) >= 5.4.0
 Summary:KDE Helper for multithreaded programming
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -62,7 +62,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Core) >= 5.3.0
+Requires:   cmake(Qt5Core) >= 5.4.0
 
 %description devel
 ThreadWeaver is a helper for multithreaded programming.  It uses a job-based

++ threadweaver-5.20.0.tar.xz -> threadweaver-5.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/threadweaver-5.20.0/CMakeLists.txt 
new/threadweaver-5.21.0/CMakeLists.txt
--- old/threadweaver-5.20.0/CMakeLists.txt  2016-03-04 23:28:12.0 
+0100
+++ new/threadweaver-5.21.0/CMakeLists.txt  2016-04-03 22:40:53.0 
+0200
@@ -3,7 +3,7 @@
 project(ThreadWeaver)
 
 include(FeatureSummary)
-find_package(ECM 5.20.0  NO_MODULE)
+find_package(ECM 5.21.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -15,7 +15,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.3.0)
+set(REQUIRED_QT_VERSION 5.4.0)
 find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 
@@ -29,7 +29,7 @@
 ENDIF()
 
 # -- Maintained by scripty
-set(KF5_VERSION "5.20.0") # handled by release scripts
+set(KF5_VERSION "5.21.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX THREADWEAVER
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/threadweaver_version.h"




commit libstaroffice for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package libstaroffice for openSUSE:Factory 
checked in at 2016-04-12 19:31:28

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


Package is "libstaroffice"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ /work/SRC/openSUSE:Factory/.libstaroffice.new/libstaroffice.changes 
2016-04-12 19:31:29.0 +0200
@@ -0,0 +1,5 @@
+---
+Thu Mar 24 13:54:37 UTC 2016 - tchva...@suse.com
+
+- Initial package used by writerperfect
+

New:

  libstaroffice-0.0.1.tar.xz
  libstaroffice.changes
  libstaroffice.spec



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

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


%define libname libstaroffice-0_0-0
Name:   libstaroffice
Version:0.0.1
Release:0
Summary:A library for import of StarOffice documents
License:LGPL-2.1+ and MPL-2.0+
Group:  Productivity/Publishing/Word
Url:https://github.com/fosnola/libstaroffice/wiki
Source: 
https://github.com/fosnola/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
BuildRequires:  doxygen
BuildRequires:  fdupes
BuildRequires:  gcc-c++
BuildRequires:  pkg-config
BuildRequires:  xz
BuildRequires:  pkgconfig(librevenge-0.0)
BuildRequires:  pkgconfig(zlib)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
%{name} is a library for import of StarOffice documents.

%package -n %{libname}
Summary:A library for import of StarOffice documents
Group:  System/Libraries

%description -n %{libname}
%{name} is a library for import of StarOffice documents.

%package devel
Summary:A library for import of StarOffice documents
Group:  Development/Libraries/C and C++
Requires:   %{libname} = %{version}
Requires:   libstdc++-devel

%description devel
%{name} is a library for import of StarOffice documents.

%package devel-doc
Summary:Documentation for the libstaroffice API
Group:  Documentation/HTML
BuildArch:  noarch

%description devel-doc
This package contains documentation for the libstaroffice API.

%package tools
Summary:Tools to work with documents in StarOffice formats
Group:  Productivity/Publishing/Word

%description tools
This package contains tools to work with documents in StarOffice file-format.

%prep
%setup -q

# fix date in documentation
sed -i \
-e 's/on $datetime //g' \
docs/doxygen/footer.html.in

%build
export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
%configure \
--disable-silent-rules \
--disable-werror \
--disable-static \
--docdir=%{_docdir}/%{name}-devel/html \
--with-sharedptr=c++11

make %{?_smp_mflags}

%install
make %{?_smp_mflags} DESTDIR=%{buildroot} install
find %{buildroot} -type f -name "*.la" -delete -print

%fdupes -s %{buildroot}

%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.*
%doc ChangeLog
%doc COPYING.LGPL
%doc COPYING.MPL
%doc NEWS

%files devel
%defattr(-,root,root)
%{_libdir}/*.so
%{_libdir}/pkgconfig/libstaroffice*.pc
%{_includedir}/libstaroffice*

%files devel-doc
%defattr(-,root,root,-)
%dir %{_docdir}/%{name}-devel
%doc %{_docdir}/%{name}-devel/html/

%files tools
%defattr(-,root,root)
%{_bindir}/sd2raw
%{_bindir}/sd2svg
%{_bindir}/sd2text
%{_bindir}/sdc2csv
%{_bindir}/sdw2html

%changelog



commit writerperfect for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package writerperfect for openSUSE:Factory 
checked in at 2016-04-12 19:31:42

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


Package is "writerperfect"

Changes:

--- /work/SRC/openSUSE:Factory/writerperfect/writerperfect.changes  
2015-09-03 18:09:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.writerperfect.new/writerperfect.changes 
2016-04-12 19:31:43.0 +0200
@@ -1,0 +2,21 @@
+Thu Mar 24 14:18:12 UTC 2016 - tchva...@suse.com
+
+- Enable libstaroffice as a dependency to provide sd2odf
+- Enable librvngabw to allow export to abiword documents
+- There is no test phase so delete it
+
+---
+Wed Mar 23 13:58:50 UTC 2016 - tchva...@suse.com
+
+- Version update to 0.9.5:
+  - Make numbers2ods actually work.
+  - Convert Pict images to SVG in mwaw2abw.
+  - Pass needed flags enabling C++11 mode to gcc automatically if
+configured with --with-sharedptr=c++11 .
+  - Fix build in C++11 mode.
+  - Add support for conversion of StarOffice documents using
+libstaroffice. The new tool is called sd2odf.
+  - Improve --help for all tools and make it compatible with help2man.
+- Do not use boost but c++11
+
+---

Old:

  writerperfect-0.9.4.tar.xz

New:

  writerperfect-0.9.5.tar.xz



Other differences:
--
++ writerperfect.spec ++
--- /var/tmp/diff_new_pack.zGb1kB/_old  2016-04-12 19:31:44.0 +0200
+++ /var/tmp/diff_new_pack.zGb1kB/_new  2016-04-12 19:31:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package writerperfect
 #
-# 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,14 +17,13 @@
 
 
 Name:   writerperfect
-Version:0.9.4
+Version:0.9.5
 Release:0
 Summary:Tools for converting WordPerfect(tm) documents
 License:LGPL-2.1+ or MPL-2.0+
 Group:  Productivity/Text/Convertors
 Url:http://libwpd.sf.net/
 Source: 
http://downloads.sourceforge.net/project/libwpd/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
-BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel >= 2.0.0
 BuildRequires:  libgsf-devel >= 1.6.0
@@ -44,6 +43,8 @@
 BuildRequires:  pkgconfig(libpagemaker-0.0)
 BuildRequires:  pkgconfig(librevenge-0.0) >= 0.0.1
 BuildRequires:  pkgconfig(librevenge-stream-0.0)
+BuildRequires:  pkgconfig(librvngabw-0.0)
+BuildRequires:  pkgconfig(libstaroffice-0.0)
 BuildRequires:  pkgconfig(libvisio-0.1)
 BuildRequires:  pkgconfig(libwpd-0.10)
 BuildRequires:  pkgconfig(libwpg-0.3)
@@ -128,23 +129,24 @@
 %configure \
 --disable-werror \
 --with-libgsf \
---disable-silent-rules
+--disable-silent-rules \
+--with-sharedptr=c++11
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
-
-%check
-make check %{?_smp_mflags}
-
-# To hell with split packages, lets just nicely keep everything in one
-# nice small and tidy package
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root)
 %doc COPYING.* NEWS README
 # Name binaries to be sure we do not lose features due to wrong
 # configure checks
+%{_bindir}/abw2abw
+%{_bindir}/ebook2abw
+%{_bindir}/mwaw2abw
+%{_bindir}/pages2abw
+%{_bindir}/wpd2abw
+%{_bindir}/wps2abw
 %{_bindir}/abw2epub
 %{_bindir}/abw2odt
 %{_bindir}/ebook2epub
@@ -169,6 +171,7 @@
 %{_bindir}/pmd2odg
 %{_bindir}/pub2epub
 %{_bindir}/pub2odg
+%{_bindir}/sd2odf
 %{_bindir}/vsd2epub
 %{_bindir}/vsd2odg
 %{_bindir}/vss2epub

++ writerperfect-0.9.4.tar.xz -> writerperfect-0.9.5.tar.xz ++
 52574 lines of diff (skipped)




commit sonnet for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2016-04-12 19:30:32

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


Package is "sonnet"

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2016-03-16 
10:32:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.sonnet.new/sonnet.changes   2016-04-12 
19:30:33.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr  4 14:31:48 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  sonnet-5.20.0.tar.xz

New:

  sonnet-5.21.0.tar.xz



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.OqPnBd/_old  2016-04-12 19:30:33.0 +0200
+++ /var/tmp/diff_new_pack.OqPnBd/_new  2016-04-12 19:30:33.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   sonnet
-Version:5.20.0
+Version:5.21.0
 Release:0
 #BuildRequires:  aspell-devel
 BuildRequires:  cmake >= 2.8.12
@@ -30,12 +30,12 @@
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.3.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.4.0
 %endif
 BuildRequires:  myspell-dictionaries
-BuildRequires:  cmake(Qt5Core) >= 5.3.0
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
+BuildRequires:  cmake(Qt5Core) >= 5.4.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
 BuildRequires:  pkgconfig(hunspell)
 Summary:KDE spell checking library
 License:LGPL-2.1+
@@ -82,7 +82,7 @@
 Requires:   extra-cmake-modules
 Requires:   libKF5SonnetCore%sonum = %{version}
 Requires:   libKF5SonnetUi%sonum = %{version}
-Requires:   cmake(Qt5Core) >= 5.3.0
+Requires:   cmake(Qt5Core) >= 5.4.0
 
 %description devel
 Sonnet is a plugin-based spell checking library for Qt-based

++ sonnet-5.20.0.tar.xz -> sonnet-5.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.20.0/CMakeLists.txt 
new/sonnet-5.21.0/CMakeLists.txt
--- old/sonnet-5.20.0/CMakeLists.txt2016-03-05 20:15:12.0 +0100
+++ new/sonnet-5.21.0/CMakeLists.txt2016-04-03 23:08:41.0 +0200
@@ -4,7 +4,7 @@
 project(Sonnet)
 
 include(FeatureSummary)
-find_package(ECM 5.20.0  NO_MODULE)
+find_package(ECM 5.21.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -15,7 +15,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.3.0)
+set(REQUIRED_QT_VERSION 5.4.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
 
 
@@ -26,7 +26,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.20.0") # handled by release scripts
+set(KF5_VERSION "5.21.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX SONNET
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/sonnet_version.h"




commit solid for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package solid for openSUSE:Factory checked 
in at 2016-04-12 19:30:11

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


Package is "solid"

Changes:

--- /work/SRC/openSUSE:Factory/solid/solid.changes  2016-03-16 
10:32:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.solid.new/solid.changes 2016-04-12 
19:30:13.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr  4 14:31:44 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  solid-5.20.0.tar.xz

New:

  solid-5.21.0.tar.xz



Other differences:
--
++ solid.spec ++
--- /var/tmp/diff_new_pack.1WEa6U/_old  2016-04-12 19:30:14.0 +0200
+++ /var/tmp/diff_new_pack.1WEa6U/_new  2016-04-12 19:30:14.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Solid5
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   solid
-Version:5.20.0
+Version:5.21.0
 Release:0
 BuildRequires:  bison
 BuildRequires:  cmake >= 2.8.12
@@ -29,14 +29,14 @@
 BuildRequires:  flex
 BuildRequires:  kf5-filesystem
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.3.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.4.0
 %endif
-BuildRequires:  cmake(Qt5Concurrent) >= 5.3.0
-BuildRequires:  cmake(Qt5DBus) >= 5.3.0
-BuildRequires:  cmake(Qt5Qml) >= 5.3.0
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
-BuildRequires:  cmake(Qt5Xml) >= 5.3.0
+BuildRequires:  cmake(Qt5Concurrent) >= 5.4.0
+BuildRequires:  cmake(Qt5DBus) >= 5.4.0
+BuildRequires:  cmake(Qt5Qml) >= 5.4.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
+BuildRequires:  cmake(Qt5Xml) >= 5.4.0
 BuildRequires:  pkgconfig(libudev)
 Summary:KDE Desktop hardware abstraction
 License:LGPL-2.1+
@@ -93,7 +93,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Core) >= 5.3.0
+Requires:   cmake(Qt5Core) >= 5.4.0
 
 %description devel
 Solid is a device integration framework.  It provides a way of querying and

++ solid-5.20.0.tar.xz -> solid-5.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.20.0/CMakeLists.txt 
new/solid-5.21.0/CMakeLists.txt
--- old/solid-5.20.0/CMakeLists.txt 2016-03-05 20:14:37.0 +0100
+++ new/solid-5.21.0/CMakeLists.txt 2016-04-03 23:08:10.0 +0200
@@ -4,7 +4,7 @@
 project(Solid)
 
 include(FeatureSummary)
-find_package(ECM 5.20.0  NO_MODULE)
+find_package(ECM 5.21.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -15,7 +15,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.3.0)
+set(REQUIRED_QT_VERSION 5.4.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Xml DBus Widgets)
 
 if(WIN32)
@@ -42,7 +42,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.20.0") # handled by release scripts
+set(KF5_VERSION "5.21.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX SOLID
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/solid_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.20.0/po/de/solid5_qt.po 
new/solid-5.21.0/po/de/solid5_qt.po
--- old/solid-5.20.0/po/de/solid5_qt.po 2016-03-05 20:14:37.0 +0100
+++ new/solid-5.21.0/po/de/solid5_qt.po 2016-04-03 23:08:10.0 +0200
@@ -1,4 +1,4 @@
-# Burkhard Lück , 2009, 2012, 2013, 2014.
+# Burkhard Lück , 2009, 2012, 2013, 2014, 2016.
 # Johannes Obermayr , 2009, 2010.
 # Frederik Schwarzer , 2009, 2010, 2011, 2012, 2013.
 # Rolf Eike Beer , 2009.
@@ -9,14 +9,14 @@
 "Project-Id-Version: solid_qt\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-04-01 01:49+\n"
-"PO-Revision-Date: 2014-11-03 18:16+0100\n"
+"PO-Revision-Date: 2016-03-26 12:54+0100\n"
 "Last-Translator: Burkhard Lück \n"
 "Language-Team: German \n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
 

commit plasma-framework for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package plasma-framework for 
openSUSE:Factory checked in at 2016-04-12 19:29:51

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


Package is "plasma-framework"

Changes:

--- /work/SRC/openSUSE:Factory/plasma-framework/plasma-framework.changes
2016-03-16 10:33:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.plasma-framework.new/plasma-framework.changes   
2016-04-12 19:29:52.0 +0200
@@ -1,0 +2,45 @@
+Mon Apr  4 14:31:31 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * [calendar] Fix calendar applet not clearing selection
+when hiding (kde#360683)
+  * update audio icon to use stylesheet
+  * update audio mute icon (kde#360953)
+  * Fixing the force-creation of applets when plasma is immutable
+  * [Fading Node] Don't mix opacity separately (kde#355894)
+  * [Svg] Don't reparse configuration in response to
+Theme::applicationPaletteChanged
+  * Dialog: Set SkipTaskbar/Pager states before showing window
+(kde#332024)
+  * Reintroduce busy property in Applet
+  * Make sure PlasmaQuick export file is properly found
+  * Don't import an nonexistent layout
+  * Make it possible for an applet to offer a test object
+  * Replace QMenu::exec with QMenu::popup
+  * FrameSvg: Fix dangling pointers in sharedFrames when
+theme changes
+  * IconItem: Schedule pixmap update when window changes
+  * IconItem: Animate active and enabled change even with
+animations disabled
+  * DaysModel: Make update a slot
+  * [Icon Item] Don't animate from previous pixmap when it
+has been invisible
+  * [Icon Item] Don't call loadPixmap in setColorGroup
+  * [Applet] Don't overwrite "Persistent" flag of Undo notification
+  * Allowing to override plasma mutability setting on
+containment creation
+  * Add icon/titleChanged
+  * Remove QtScript dependency
+  * Header of plasmaquick_export.h is in plasmaquick folder
+  * Install some plasmaquick headers
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---
+Thu Mar 31 16:42:44 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Conflict with kapptemplate <= 15.12.3 as the Plasma templates
+  are removed in newer versions
+
+---

Old:

  plasma-framework-5.20.0.tar.xz

New:

  plasma-framework-5.21.0.tar.xz



Other differences:
--
++ plasma-framework.spec ++
--- /var/tmp/diff_new_pack.pkXtJg/_old  2016-04-12 19:29:53.0 +0200
+++ /var/tmp/diff_new_pack.pkXtJg/_new  2016-04-12 19:29:53.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   plasma-framework
-Version:5.20.0
+Version:5.21.0
 Release:0
 %define kf5_version %{version}
 Summary:Plasma library and runtime components based upon KF5 and Qt5
@@ -28,7 +28,7 @@
 Url:https://projects.kde.org/plasma-framework
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-OPENSUSE loosen-up-kactivities-requirement.patch -- require 
kactivities 5.19.0, as we can't update kactivities5 to 5.20.0 before Plasma 
5.6.0
+# PATCH-FIX-OPENSUSE loosen-up-kactivities-requirement.patch -- require 
kactivities 5.19.0, as we can't update kactivities5 to 5.21.0 before Plasma 
5.6.0
 Patch0: loosen-up-kactivities-requirement.patch
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
@@ -54,15 +54,14 @@
 BuildRequires:  kxmlgui-devel >= %{_tar_path}
 BuildRequires:  libxcb-devel
 BuildRequires:  xz
-BuildRequires:  cmake(Qt5Gui) >= 5.3.0
-BuildRequires:  cmake(Qt5Qml) >= 5.3.0
-BuildRequires:  cmake(Qt5Quick) >= 5.3.0
-BuildRequires:  cmake(Qt5Script) >= 5.3.0
-BuildRequires:  cmake(Qt5Sql) >= 5.3.0
-BuildRequires:  cmake(Qt5Svg) >= 5.3.0
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.3.0
+BuildRequires:  cmake(Qt5Gui) >= 5.4.0
+BuildRequires:  cmake(Qt5Qml) >= 5.4.0
+BuildRequires:  cmake(Qt5Quick) >= 5.4.0
+BuildRequires:  cmake(Qt5Sql) >= 5.4.0
+BuildRequires:  cmake(Qt5Svg) >= 5.4.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.4.0
 BuildRequires:  pkgconfig(egl)
 %ifarch %arm aarch64
 BuildRequires:  pkgconfig(glesv2)
@@ -112,10 +111,10 @@
 Requires:   kf5-filesystem
 Requires:   

commit kxmlgui for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package kxmlgui for openSUSE:Factory checked 
in at 2016-04-12 19:28:30

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


Package is "kxmlgui"

Changes:

--- /work/SRC/openSUSE:Factory/kxmlgui/kxmlgui.changes  2016-03-16 
10:32:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.kxmlgui.new/kxmlgui.changes 2016-04-12 
19:28:31.0 +0200
@@ -1,0 +2,16 @@
+Wed Apr  6 08:50:12 UTC 2016 - alarr...@suse.com
+
+- Don't apply use-setFallbackSessionManagementEnabled-API-with-5.5.1.patch
+  in SLE12 since Qt 5.5.1 in SLE12 is not patched to support the new 
+  session management API from 5.6.0 .
+
+---
+Mon Apr  4 14:22:57 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Fix editing toolbars loses plugged actions
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  kxmlgui-5.20.0.tar.xz

New:

  kxmlgui-5.21.0.tar.xz



Other differences:
--
++ kxmlgui.spec ++
--- /var/tmp/diff_new_pack.4ocH0e/_old  2016-04-12 19:28:32.0 +0200
+++ /var/tmp/diff_new_pack.4ocH0e/_new  2016-04-12 19:28:32.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5XmlGui5
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   kxmlgui
-Version:5.20.0
+Version:5.21.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  attica-qt5-devel >= %{_tar_path}
@@ -38,13 +38,13 @@
 BuildRequires:  ktextwidgets-devel >= %{_tar_path}
 BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.3.0
-BuildRequires:  cmake(Qt5DBus) >= 5.3.0
-BuildRequires:  cmake(Qt5Network) >= 5.3.0
-BuildRequires:  cmake(Qt5PrintSupport) >= 5.3.0
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
-BuildRequires:  cmake(Qt5Xml) >= 5.3.0
+BuildRequires:  cmake(Qt5Core) >= 5.4.0
+BuildRequires:  cmake(Qt5DBus) >= 5.4.0
+BuildRequires:  cmake(Qt5Network) >= 5.4.0
+BuildRequires:  cmake(Qt5PrintSupport) >= 5.4.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
+BuildRequires:  cmake(Qt5Xml) >= 5.4.0
 BuildRequires:  pkgconfig(x11)
 Summary:Framework for managing menu and toolbar actions
 License:LGPL-2.1+ and GPL-2.0+
@@ -84,9 +84,9 @@
 Requires:   extra-cmake-modules
 Requires:   kconfig-devel >= %{_tar_path}
 Requires:   kconfigwidgets-devel >= %{_tar_path}
-Requires:   cmake(Qt5DBus) >= 5.3.0
-Requires:   cmake(Qt5Widgets) >= 5.3.0
-Requires:   cmake(Qt5Xml) >= 5.3.0
+Requires:   cmake(Qt5DBus) >= 5.4.0
+Requires:   cmake(Qt5Widgets) >= 5.4.0
+Requires:   cmake(Qt5Xml) >= 5.4.0
 
 %description devel
 libkxmlgui provides a framework for managing menu and toolbar actions in an
@@ -97,7 +97,9 @@
 %lang_package -n %lname
 %prep
 %setup -q
+%if 0%{?is_opensuse} || 0%{?suse_version} > 1315
 %patch0 -p1
+%endif
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}

++ kxmlgui-5.20.0.tar.xz -> kxmlgui-5.21.0.tar.xz ++
 10229 lines of diff (skipped)




commit kxmlrpcclient5 for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package kxmlrpcclient5 for openSUSE:Factory 
checked in at 2016-04-12 19:28:48

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


Package is "kxmlrpcclient5"

Changes:

--- /work/SRC/openSUSE:Factory/kxmlrpcclient5/kxmlrpcclient5.changes
2016-03-16 10:32:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.kxmlrpcclient5.new/kxmlrpcclient5.changes   
2016-04-12 19:28:50.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr  4 14:23:03 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  kxmlrpcclient-5.20.0.tar.xz

New:

  kxmlrpcclient-5.21.0.tar.xz



Other differences:
--
++ kxmlrpcclient5.spec ++
--- /var/tmp/diff_new_pack.rRaCB8/_old  2016-04-12 19:28:50.0 +0200
+++ /var/tmp/diff_new_pack.rRaCB8/_new  2016-04-12 19:28:50.0 +0200
@@ -19,9 +19,9 @@
 %bcond_without lang
 %define rname kxmlrpcclient
 %define lname libKF5XmlRpcClient5
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   kxmlrpcclient5
-Version:5.20.0
+Version:5.21.0
 Release:0
 %define kf5_version %{version}
 Summary:Library containing simple XML-RPC Client support
@@ -34,7 +34,7 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  ki18n-devel >= %{_tar_path}
 BuildRequires:  kio-devel >= %{_tar_path}
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ kxmlrpcclient-5.20.0.tar.xz -> kxmlrpcclient-5.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlrpcclient-5.20.0/CMakeLists.txt 
new/kxmlrpcclient-5.21.0/CMakeLists.txt
--- old/kxmlrpcclient-5.20.0/CMakeLists.txt 2016-03-05 20:12:58.0 
+0100
+++ new/kxmlrpcclient-5.21.0/CMakeLists.txt 2016-04-03 23:06:42.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.20.0 CONFIG )
+find_package(ECM 5.21.0 CONFIG )
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -21,8 +21,8 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(ECMQtDeclareLoggingCategory)
 
-set(KF5_VERSION "5.20.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.20.0") # handled by release scripts
+set(KF5_VERSION "5.21.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.21.0") # handled by release scripts
 
 add_definitions(-DTRANSLATION_DOMAIN=\"libkxmlrpcclient5\")
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KXMLRPCCLIENT




commit libKF5ModemManagerQt for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package libKF5ModemManagerQt for 
openSUSE:Factory checked in at 2016-04-12 19:29:10

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


Package is "libKF5ModemManagerQt"

Changes:

--- 
/work/SRC/openSUSE:Factory/libKF5ModemManagerQt/libKF5ModemManagerQt.changes
2016-03-16 10:32:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libKF5ModemManagerQt.new/libKF5ModemManagerQt.changes
   2016-04-12 19:29:11.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr  4 14:23:07 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  modemmanager-qt-5.20.0.tar.xz

New:

  modemmanager-qt-5.21.0.tar.xz



Other differences:
--
++ libKF5ModemManagerQt.spec ++
--- /var/tmp/diff_new_pack.2KNvBP/_old  2016-04-12 19:29:12.0 +0200
+++ /var/tmp/diff_new_pack.2KNvBP/_new  2016-04-12 19:29:12.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define soversion 6
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   libKF5ModemManagerQt
-Version:5.20.0
+Version:5.21.0
 Release:0
 Summary:Qt wrapper for ModemManager DBus API
 License:LGPL-2.1 or LGPL-3.0
@@ -29,9 +29,9 @@
 BuildRequires:  cmake
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(Qt5Core) >= 5.3.0
-BuildRequires:  cmake(Qt5DBus) >= 5.3.0
-BuildRequires:  cmake(Qt5Xml) >= 5.3.0
+BuildRequires:  cmake(Qt5Core) >= 5.4.0
+BuildRequires:  cmake(Qt5DBus) >= 5.4.0
+BuildRequires:  cmake(Qt5Xml) >= 5.4.0
 BuildRequires:  pkgconfig(ModemManager) >= 1.0.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -42,9 +42,9 @@
 Summary:Development package for the libmm-qt library
 Group:  Development/Libraries/KDE
 Requires:   libKF5ModemManagerQt%{soversion} = %{version}
-Requires:   cmake(Qt5Core) >= 5.3.0
-Requires:   cmake(Qt5DBus) >= 5.3.0
-Requires:   cmake(Qt5Xml) >= 5.3.0
+Requires:   cmake(Qt5Core) >= 5.4.0
+Requires:   cmake(Qt5DBus) >= 5.4.0
+Requires:   cmake(Qt5Xml) >= 5.4.0
 Requires:   pkgconfig(ModemManager) >= 1.0.0
 
 %description devel

++ modemmanager-qt-5.20.0.tar.xz -> modemmanager-qt-5.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.20.0/CMakeLists.txt 
new/modemmanager-qt-5.21.0/CMakeLists.txt
--- old/modemmanager-qt-5.20.0/CMakeLists.txt   2016-03-04 23:26:17.0 
+0100
+++ new/modemmanager-qt-5.21.0/CMakeLists.txt   2016-04-02 17:38:19.0 
+0200
@@ -3,7 +3,7 @@
 project(ModemManagerQt)
 
 include(FeatureSummary)
-find_package(ECM 5.20.0  NO_MODULE)
+find_package(ECM 5.21.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -32,7 +32,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.20.0") # handled by release scripts
+set(KF5_VERSION "5.21.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX MODEMMANAGERQT
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/modemmanagerqt_version.h"




commit libKF5NetworkManagerQt for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package libKF5NetworkManagerQt for 
openSUSE:Factory checked in at 2016-04-12 19:29:31

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


Package is "libKF5NetworkManagerQt"

Changes:

--- 
/work/SRC/openSUSE:Factory/libKF5NetworkManagerQt/libKF5NetworkManagerQt.changes
2016-03-16 10:32:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libKF5NetworkManagerQt.new/libKF5NetworkManagerQt.changes
   2016-04-12 19:29:32.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr  4 14:23:13 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * ConnectionSettings: Initialize gateway ping timeout
+  * New TunSetting and Tun connection type
+  * Create devices for all known types
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  networkmanager-qt-5.20.0.tar.xz

New:

  networkmanager-qt-5.21.0.tar.xz



Other differences:
--
++ libKF5NetworkManagerQt.spec ++
--- /var/tmp/diff_new_pack.rhUlEL/_old  2016-04-12 19:29:32.0 +0200
+++ /var/tmp/diff_new_pack.rhUlEL/_new  2016-04-12 19:29:32.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define soversion 6
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   libKF5NetworkManagerQt
-Version:5.20.0
+Version:5.21.0
 Release:0
 Summary:A Qt wrapper for NetworkManager DBus API
 License:LGPL-2.1 or LGPL-3.0
@@ -30,9 +30,9 @@
 BuildRequires:  cmake
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(Qt5Core) >= 5.3.0
-BuildRequires:  cmake(Qt5DBus) >= 5.3.0
-BuildRequires:  cmake(Qt5Network) >= 5.3.0
+BuildRequires:  cmake(Qt5Core) >= 5.4.0
+BuildRequires:  cmake(Qt5DBus) >= 5.4.0
+BuildRequires:  cmake(Qt5Network) >= 5.4.0
 BuildRequires:  pkgconfig(NetworkManager) >= 0.9.8.4
 BuildRequires:  pkgconfig(libnm-glib) >= 0.9.8.4
 BuildRequires:  pkgconfig(libnm-util) >= 0.9.8.4
@@ -48,9 +48,9 @@
 Summary:A Qt wrapper for NetworkManager DBus API
 Group:  Development/Libraries/KDE
 Requires:   libKF5NetworkManagerQt%{soversion} = %{version}
-Requires:   cmake(Qt5Core) >= 5.3.0
-Requires:   cmake(Qt5DBus) >= 5.3.0
-Requires:   cmake(Qt5Network) >= 5.3.0
+Requires:   cmake(Qt5Core) >= 5.4.0
+Requires:   cmake(Qt5DBus) >= 5.4.0
+Requires:   cmake(Qt5Network) >= 5.4.0
 Requires:   pkgconfig(NetworkManager) >= 0.9.8.4
 Requires:   pkgconfig(libnm-glib) >= 0.9.8.4
 Requires:   pkgconfig(libnm-util) >= 0.9.8.4

++ networkmanager-qt-5.20.0.tar.xz -> networkmanager-qt-5.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/networkmanager-qt-5.20.0/CMakeLists.txt 
new/networkmanager-qt-5.21.0/CMakeLists.txt
--- old/networkmanager-qt-5.20.0/CMakeLists.txt 2016-03-04 23:26:35.0 
+0100
+++ new/networkmanager-qt-5.21.0/CMakeLists.txt 2016-04-04 10:20:31.0 
+0200
@@ -3,7 +3,7 @@
 project(NetworkManagerQt)
 
 include(FeatureSummary)
-find_package(ECM 5.20.0  NO_MODULE)
+find_package(ECM 5.21.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,7 +16,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.3.0)
+set(REQUIRED_QT_VERSION 5.4.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED Core DBus Network)
 
 add_definitions(${QT_DEFINITIONS})
@@ -32,7 +32,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.20.0") # handled by release scripts
+set(KF5_VERSION "5.21.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX NETWORKMANAGERQT
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/networkmanagerqt_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/networkmanager-qt-5.20.0/TODO 
new/networkmanager-qt-5.21.0/TODO
--- old/networkmanager-qt-5.20.0/TODO   1970-01-01 01:00:00.0 +0100
+++ new/networkmanager-qt-5.21.0/TODO   2016-04-04 10:20:31.0 +0200
@@ -0,0 +1,75 @@
+== NetworkManager 1.0/1.2 ==
+
+* New interfaces:
+  - org.freedesktop.NetworkManager.Device.IPTunnel
+  - org.freedesktop.NetworkManager.Device.Vxlan
+
+* New properties/slots/signals:
+  - 

commit kwindowsystem for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package kwindowsystem for openSUSE:Factory 
checked in at 2016-04-12 19:28:09

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


Package is "kwindowsystem"

Changes:

--- /work/SRC/openSUSE:Factory/kwindowsystem/kwindowsystem.changes  
2016-03-16 10:32:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.kwindowsystem.new/kwindowsystem.changes 
2016-04-12 19:28:10.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr  4 14:22:49 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  kwindowsystem-5.20.0.tar.xz

New:

  kwindowsystem-5.21.0.tar.xz



Other differences:
--
++ kwindowsystem.spec ++
--- /var/tmp/diff_new_pack.udkfkS/_old  2016-04-12 19:28:11.0 +0200
+++ /var/tmp/diff_new_pack.udkfkS/_new  2016-04-12 19:28:11.0 +0200
@@ -18,20 +18,20 @@
 
 %bcond_without lang
 %define lname   libKF5WindowSystem5
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   kwindowsystem
-Version:5.20.0
+Version:5.21.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.3.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.4.0
 %endif
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.3.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.4.0
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcb)
 BuildRequires:  pkgconfig(xcb-keysyms)
@@ -73,8 +73,8 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Core) >= 5.3.0
-Requires:   cmake(Qt5Widgets) >= 5.3.0
+Requires:   cmake(Qt5Core) >= 5.4.0
+Requires:   cmake(Qt5Widgets) >= 5.4.0
 Requires:   pkgconfig(x11)
 Requires:   pkgconfig(xcb)
 

++ kwindowsystem-5.20.0.tar.xz -> kwindowsystem-5.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwindowsystem-5.20.0/CMakeLists.txt 
new/kwindowsystem-5.21.0/CMakeLists.txt
--- old/kwindowsystem-5.20.0/CMakeLists.txt 2016-03-05 20:12:00.0 
+0100
+++ new/kwindowsystem-5.21.0/CMakeLists.txt 2016-04-03 23:05:51.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.20.0  NO_MODULE)
+find_package(ECM 5.21.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -19,7 +19,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.20.0") # handled by release scripts
+set(KF5_VERSION "5.21.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KWINDOWSYSTEM
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kwindowsystem_version.h"
@@ -27,7 +27,7 @@
 SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.3.0)
+set(REQUIRED_QT_VERSION 5.4.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
 
 include(KDEInstallDirs)




commit kwidgetsaddons for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package kwidgetsaddons for openSUSE:Factory 
checked in at 2016-04-12 19:27:49

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


Package is "kwidgetsaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kwidgetsaddons/kwidgetsaddons.changes
2016-03-16 10:32:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.kwidgetsaddons.new/kwidgetsaddons.changes   
2016-04-12 19:27:50.0 +0200
@@ -1,0 +2,9 @@
+Mon Apr  4 14:22:41 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Take content margins into account when calculating size hints
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  kwidgetsaddons-5.20.0.tar.xz

New:

  kwidgetsaddons-5.21.0.tar.xz



Other differences:
--
++ kwidgetsaddons.spec ++
--- /var/tmp/diff_new_pack.L5qKYX/_old  2016-04-12 19:27:51.0 +0200
+++ /var/tmp/diff_new_pack.L5qKYX/_new  2016-04-12 19:27:51.0 +0200
@@ -18,20 +18,20 @@
 
 %bcond_without lang
 %define lname   libKF5WidgetsAddons5
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   kwidgetsaddons
-Version:5.20.0
+Version:5.21.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.3.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.4.0
 %endif
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
-BuildRequires:  cmake(Qt5UiTools) >= 5.3.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5UiTools) >= 5.4.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
 Summary:Large set of desktop widgets
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -64,7 +64,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Widgets) >= 5.3.0
+Requires:   cmake(Qt5Widgets) >= 5.4.0
 
 %description devel
 his repository contains add-on widgets and classes for applications

++ kwidgetsaddons-5.20.0.tar.xz -> kwidgetsaddons-5.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwidgetsaddons-5.20.0/CMakeLists.txt 
new/kwidgetsaddons-5.21.0/CMakeLists.txt
--- old/kwidgetsaddons-5.20.0/CMakeLists.txt2016-03-05 20:11:23.0 
+0100
+++ new/kwidgetsaddons-5.21.0/CMakeLists.txt2016-04-03 23:05:20.0 
+0200
@@ -3,7 +3,7 @@
 project(KWidgetsAddons)
 
 include(FeatureSummary)
-find_package(ECM 5.20.0  NO_MODULE)
+find_package(ECM 5.21.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -13,7 +13,7 @@
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
-set(REQUIRED_QT_VERSION 5.3.0)
+set(REQUIRED_QT_VERSION 5.4.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
 
 
@@ -24,7 +24,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.20.0") # handled by release scripts
+set(KF5_VERSION "5.21.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KWIDGETSADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kwidgetsaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwidgetsaddons-5.20.0/src/kcollapsiblegroupbox.cpp 
new/kwidgetsaddons-5.21.0/src/kcollapsiblegroupbox.cpp
--- old/kwidgetsaddons-5.20.0/src/kcollapsiblegroupbox.cpp  2016-03-05 
20:11:23.0 +0100
+++ new/kwidgetsaddons-5.21.0/src/kcollapsiblegroupbox.cpp  2016-04-03 
23:05:20.0 +0200
@@ -312,7 +312,9 @@
 QSize KCollapsibleGroupBoxPrivate::contentSize() const
 {
 if (q->layout()) {
-return q->layout()->sizeHint();
+const QMargins margins = q->contentsMargins();
+const QSize marginSize(margins.left() + margins.right(), margins.top() 
+ margins.bottom());
+return q->layout()->sizeHint() + marginSize;
 }
 return QSize(0,0);
 }
@@ -320,7 +322,9 @@
 QSize KCollapsibleGroupBoxPrivate::contentMinimumSize() const
 {
 if (q->layout()) {
-return q->layout()->minimumSize();
+const QMargins margins = 

commit kunitconversion for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package kunitconversion for openSUSE:Factory 
checked in at 2016-04-12 19:27:10

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


Package is "kunitconversion"

Changes:

--- /work/SRC/openSUSE:Factory/kunitconversion/kunitconversion.changes  
2016-03-16 10:32:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.kunitconversion.new/kunitconversion.changes 
2016-04-12 19:27:11.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr  4 14:22:33 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  kunitconversion-5.20.0.tar.xz

New:

  kunitconversion-5.21.0.tar.xz



Other differences:
--
++ kunitconversion.spec ++
--- /var/tmp/diff_new_pack.LfUiks/_old  2016-04-12 19:27:12.0 +0200
+++ /var/tmp/diff_new_pack.LfUiks/_new  2016-04-12 19:27:12.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5UnitConversion5
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   kunitconversion
-Version:5.20.0
+Version:5.21.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -29,10 +29,10 @@
 BuildRequires:  kconfig-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
 BuildRequires:  ki18n-devel >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.3.0
-BuildRequires:  cmake(Qt5Network) >= 5.3.0
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
-BuildRequires:  cmake(Qt5Xml) >= 5.3.0
+BuildRequires:  cmake(Qt5Core) >= 5.4.0
+BuildRequires:  cmake(Qt5Network) >= 5.4.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5Xml) >= 5.4.0
 Summary:Converting physical units
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -63,7 +63,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Core) >= 5.3.0
+Requires:   cmake(Qt5Core) >= 5.4.0
 
 %description devel
 KUnitConversion provides functions to convert values in different physical

++ kunitconversion-5.20.0.tar.xz -> kunitconversion-5.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kunitconversion-5.20.0/CMakeLists.txt 
new/kunitconversion-5.21.0/CMakeLists.txt
--- old/kunitconversion-5.20.0/CMakeLists.txt   2016-03-05 20:10:12.0 
+0100
+++ new/kunitconversion-5.21.0/CMakeLists.txt   2016-04-03 23:04:20.0 
+0200
@@ -3,14 +3,14 @@
 project(KUnitConversion)
 
 include(FeatureSummary)
-find_package(ECM 5.20.0  NO_MODULE)
+find_package(ECM 5.21.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION "5.3")
+set(REQUIRED_QT_VERSION 5.4.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core Xml Network)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
@@ -22,8 +22,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.20.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.20.0") # handled by release scripts
+set(KF5_VERSION "5.21.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.21.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KUNITCONVERSION
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kunitconversion_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5UnitConversionConfigVersion.cmake"




commit ktextwidgets for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2016-04-12 19:26:50

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


Package is "ktextwidgets"

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2016-03-16 10:31:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2016-04-12 19:26:52.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr  4 14:22:29 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  ktextwidgets-5.20.0.tar.xz

New:

  ktextwidgets-5.21.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.VIaPW2/_old  2016-04-12 19:26:53.0 +0200
+++ /var/tmp/diff_new_pack.VIaPW2/_new  2016-04-12 19:26:53.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   ktextwidgets
-Version:5.20.0
+Version:5.21.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -36,9 +36,9 @@
 BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
 BuildRequires:  sonnet-devel >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.3.0
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
+BuildRequires:  cmake(Qt5Core) >= 5.4.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
 Summary:KDE Text editing widgets
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -70,7 +70,7 @@
 Requires:   extra-cmake-modules
 Requires:   ki18n-devel >= %{_tar_path}
 Requires:   sonnet-devel >= %{_tar_path}
-Requires:   cmake(Qt5Widgets) >= 5.3.0
+Requires:   cmake(Qt5Widgets) >= 5.4.0
 
 %description devel
 KTextWidgets provides widgets for displaying and editing text. It supports

++ ktextwidgets-5.20.0.tar.xz -> ktextwidgets-5.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.20.0/CMakeLists.txt 
new/ktextwidgets-5.21.0/CMakeLists.txt
--- old/ktextwidgets-5.20.0/CMakeLists.txt  2016-03-05 20:09:37.0 
+0100
+++ new/ktextwidgets-5.21.0/CMakeLists.txt  2016-04-03 23:03:50.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.20.0  NO_MODULE)
+find_package(ECM 5.21.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -19,8 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.20.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.20.0") # handled by release scripts
+set(KF5_VERSION "5.21.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.21.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS
@@ -29,7 +29,7 @@
   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.3.0)
+set(REQUIRED_QT_VERSION 5.4.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
 




commit kross for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package kross for openSUSE:Factory checked 
in at 2016-04-12 19:25:06

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


Package is "kross"

Changes:

--- /work/SRC/openSUSE:Factory/kross/kross.changes  2016-03-16 
10:31:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.kross.new/kross.changes 2016-04-12 
19:25:08.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr  4 14:22:16 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  kross-5.20.0.tar.xz

New:

  kross-5.21.0.tar.xz



Other differences:
--
++ kross.spec ++
--- /var/tmp/diff_new_pack.Ant4le/_old  2016-04-12 19:25:08.0 +0200
+++ /var/tmp/diff_new_pack.Ant4le/_new  2016-04-12 19:25:08.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   kross
-Version:5.20.0
+Version:5.21.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -34,11 +34,11 @@
 BuildRequires:  kparts-devel >= %{_tar_path}
 BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
 BuildRequires:  kxmlgui-devel >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.3.0
-BuildRequires:  cmake(Qt5Script) >= 5.3.0
-BuildRequires:  cmake(Qt5UiTools) >= 5.3.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
-BuildRequires:  cmake(Qt5Xml) >= 5.3.0
+BuildRequires:  cmake(Qt5Core) >= 5.4.0
+BuildRequires:  cmake(Qt5Script) >= 5.4.0
+BuildRequires:  cmake(Qt5UiTools) >= 5.4.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
+BuildRequires:  cmake(Qt5Xml) >= 5.4.0
 %if %{with lang}
 Recommends: %{name}-lang = %{version}
 %endif
@@ -66,10 +66,10 @@
 Requires:   kio-devel >= %{_tar_path}
 Requires:   kparts-devel >= %{_tar_path}
 Requires:   kwidgetsaddons-devel >= %{_tar_path}
-Requires:   cmake(Qt5Core) >= 5.3.0
-Requires:   cmake(Qt5Script) >= 5.3.0
-Requires:   cmake(Qt5Widgets) >= 5.3.0
-Requires:   cmake(Qt5Xml) >= 5.3.0
+Requires:   cmake(Qt5Core) >= 5.4.0
+Requires:   cmake(Qt5Script) >= 5.4.0
+Requires:   cmake(Qt5Widgets) >= 5.4.0
+Requires:   cmake(Qt5Xml) >= 5.4.0
 
 %description devel
 Kross is a scripting bridge to embed scripting functionality

++ kross-5.20.0.tar.xz -> kross-5.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.20.0/CMakeLists.txt 
new/kross-5.21.0/CMakeLists.txt
--- old/kross-5.20.0/CMakeLists.txt 2016-03-05 20:07:16.0 +0100
+++ new/kross-5.21.0/CMakeLists.txt 2016-04-03 23:01:49.0 +0200
@@ -3,7 +3,7 @@
 project(Kross)
 
 include(FeatureSummary)
-find_package(ECM 5.20.0  NO_MODULE)
+find_package(ECM 5.21.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -20,14 +20,14 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.20.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.20.0") # handled by release scripts
+set(KF5_VERSION "5.21.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.21.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KROSS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kross_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5KrossConfigVersion.cmake"
 SOVERSION 5)
 
-set(REQUIRED_QT_VERSION "5.3")
+set(REQUIRED_QT_VERSION 5.4.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core Script Xml 
Widgets UiTools)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.20.0/po/sr/kross5.po 
new/kross-5.21.0/po/sr/kross5.po
--- old/kross-5.20.0/po/sr/kross5.po2016-03-05 20:07:16.0 +0100
+++ new/kross-5.21.0/po/sr/kross5.po2016-04-03 23:01:49.0 +0200
@@ -1,14 +1,14 @@
-# Translation of kdelibs4.po into Serbian.
+# Translation of kross5.po into Serbian.
 # Marko Rosic , 2003.
 # Toplica Tanaskovic , 2003, 2004, 2005.
-# Chusslove Illich , 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014, 2015.
+# Chusslove Illich , 2003, 2004, 2005, 

commit kservice for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package kservice for openSUSE:Factory 
checked in at 2016-04-12 19:25:46

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


Package is "kservice"

Changes:

--- /work/SRC/openSUSE:Factory/kservice/kservice.changes2016-03-16 
10:31:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.kservice.new/kservice.changes   2016-04-12 
19:25:48.0 +0200
@@ -1,0 +2,13 @@
+Mon Apr  4 14:22:23 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Fix new kbuildsycoca warning, when a mimetype inherits
+from an alias
+  * Fix handling of x-scheme-handler/* in mimeapps.list
+  * Fix handling of x-scheme-handler/* in mimeapps.list parsing
+(kde#358159)
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  kservice-5.20.0.tar.xz

New:

  kservice-5.21.0.tar.xz



Other differences:
--
++ kservice.spec ++
--- /var/tmp/diff_new_pack.Q0IkMd/_old  2016-04-12 19:25:49.0 +0200
+++ /var/tmp/diff_new_pack.Q0IkMd/_new  2016-04-12 19:25:49.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   kservice
-Version:5.20.0
+Version:5.21.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -32,10 +32,10 @@
 BuildRequires:  kdoctools-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
 BuildRequires:  ki18n-devel >= %{_tar_path}
-BuildRequires:  cmake(Qt5Concurrent) >= 5.3.0
-BuildRequires:  cmake(Qt5DBus) >= 5.3.0
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
-BuildRequires:  cmake(Qt5Xml) >= 5.3.0
+BuildRequires:  cmake(Qt5Concurrent) >= 5.4.0
+BuildRequires:  cmake(Qt5DBus) >= 5.4.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5Xml) >= 5.4.0
 %if %{with lang}
 Recommends: %{name}-lang = %{version}
 %endif

++ kservice-5.20.0.tar.xz -> kservice-5.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.20.0/CMakeLists.txt 
new/kservice-5.21.0/CMakeLists.txt
--- old/kservice-5.20.0/CMakeLists.txt  2016-03-05 20:08:10.0 +0100
+++ new/kservice-5.21.0/CMakeLists.txt  2016-04-03 23:02:37.0 +0200
@@ -5,7 +5,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.20.0  NO_MODULE)
+find_package(ECM 5.21.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -19,8 +19,8 @@
 
 include(GenerateExportHeader)
 
-set(KF5_VERSION "5.20.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.20.0") # handled by release scripts
+set(KF5_VERSION "5.21.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.21.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KSERVICE
@@ -35,7 +35,7 @@
 remove_definitions(-DQT_NO_CAST_FROM_ASCII)
 
 # Dependencies
-set(REQUIRED_QT_VERSION "5.3.0")
+set(REQUIRED_QT_VERSION 5.4.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED DBus Xml)
 
 find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.20.0/autotests/CMakeLists.txt 
new/kservice-5.21.0/autotests/CMakeLists.txt
--- old/kservice-5.20.0/autotests/CMakeLists.txt2016-03-05 
20:08:10.0 +0100
+++ new/kservice-5.21.0/autotests/CMakeLists.txt2016-04-03 
23:02:37.0 +0200
@@ -43,7 +43,7 @@
 
 # kmimeassociationstest 
 
-set(kmimeassociationstest_SRCS kmimeassociationstest.cpp 
../src/sycoca/kmimeassociations.cpp)
+set(kmimeassociationstest_SRCS kmimeassociationstest.cpp 
../src/sycoca/kmimeassociations.cpp ../src/sycoca/sycocadebug.cpp)
 
 ecm_add_test(${kmimeassociationstest_SRCS} TEST_NAME kmimeassociationstest
  LINK_LIBRARIES KF5::Service Qt5::Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.20.0/autotests/kmimeassociationstest.cpp 
new/kservice-5.21.0/autotests/kmimeassociationstest.cpp
--- old/kservice-5.20.0/autotests/kmimeassociationstest.cpp 2016-03-05 
20:08:10.0 +0100
+++ new/kservice-5.21.0/autotests/kmimeassociationstest.cpp 2016-04-03 
23:02:37.0 +0200
@@ -33,6 +33,7 @@
 #include "ksycoca_p.h"
 #include 
 #include 
+#include 
 
 // We 

  1   2   3   >