commit patchinfo.5784 for openSUSE:13.2:Update

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.5784 for 
openSUSE:13.2:Update checked in at 2016-11-07 17:17:33

Comparing /work/SRC/openSUSE:13.2:Update/patchinfo.5784 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.patchinfo.5784.new (New)


Package is "patchinfo.5784"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  VUL-0: CVE-2016-8864: bind: DNAME response 
problem
  
  security
  important
  simotek
  This update for bind fixes the following issues:

- A defect in BIND's handling of responses containing a DNAME answer had
the potential to trigger assertion errors in the server remotely,
thereby facilitating a denial-of-service attack. (CVE-2016-8864, bsc#1007829).

  Security update for bind




commit bind for openSUSE:13.2:Update

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package bind for openSUSE:13.2:Update 
checked in at 2016-11-07 17:17:31

Comparing /work/SRC/openSUSE:13.2:Update/bind (Old)
 and  /work/SRC/openSUSE:13.2:Update/.bind.new (New)


Package is "bind"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ZwJX8E/_old  2016-11-07 17:17:32.0 +0100
+++ /var/tmp/diff_new_pack.ZwJX8E/_new  2016-11-07 17:17:32.0 +0100
@@ -1 +1 @@
-
+




commit rxvt-unicode for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package rxvt-unicode for openSUSE:Factory 
checked in at 2016-11-07 13:25:47

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


Package is "rxvt-unicode"

Changes:

--- /work/SRC/openSUSE:Factory/rxvt-unicode/rxvt-unicode.changes
2015-07-21 13:29:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.rxvt-unicode.new/rxvt-unicode.changes   
2016-11-07 13:25:48.0 +0100
@@ -1,0 +2,37 @@
+Mon Nov  7 08:30:16 UTC 2016 - mimi...@gmail.com
+
+- update to 9.22
+  - NOTICE: this release updates terminfo.
+   - add terminfo capabilities for various ctrl and shift-ctrl key variants
+- fix longstanding core font encoding bug where some character
+  ranges could not be mapped from unicode to the font: affected
+  encodings are big5, gb2312, iso8859-8 (hebrew), jis0201 and
+  ksc5601 .
+- fix crash when the number of columns is 1 and a 0 width character is 
inserted
+- fix a crash when parsing an invalid color specification
+- fix a buffer overflow in font name parser
+   - do not start blinking cursor if the window is unfocused
+   - change the width of underline and i-beam cursor to 2 pixels (based on
+ a patch by Omar Sandoval).
+   - add pointerShape resource to change the mouse pointer shape
+   - a keysym resource for a key which is already bound to an
+ action now properly rebinds the key.
+   - do not report mouse motion events if Shift is active
+   - put the alpha component last in responses to OSC color queries
+   - the key_press hook is now invoked before processing the
+ event, as documented. This change was done in 9.21 but not
+ announced and fixes debian bugs #511377, #531751 and red hat
+ bug #1105069. Note that this change breaks a few scripts,
+ such as mark-yank-urls, which rely on the previous buggy
+ behaviour that urxvt processes the event (in particular
+ keysym bindings) before invoking the hook.
+   - the tabbed extension now properly refreshes the active tab
+ on a key press when the mouse pointer is outside the terminal
+ window.
+   - add 'lookup_keysym' perl method to lookup the action bound
+ to a key combination.
+   - a key combination bound to 'matcher:select' can now be used
+ to cycle through the matches in matcher.
+- change perl integer accessors (->width et al.) into mutators.
+
+---

Old:

  rxvt-unicode-9.21.tar.bz2

New:

  rxvt-unicode-9.22.tar.bz2



Other differences:
--
++ rxvt-unicode.spec ++
--- /var/tmp/diff_new_pack.VCCdTs/_old  2016-11-07 13:25:50.0 +0100
+++ /var/tmp/diff_new_pack.VCCdTs/_new  2016-11-07 13:25:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rxvt-unicode
 #
-# 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
@@ -16,15 +16,33 @@
 #
 
 
+#
+%define _terminfo  %{_datadir}/terminfo
+%if 0%{?suse_version} < 1140
+%define with_265color_terminfo_files 1
+%endif
 Name:   rxvt-unicode
-Version:9.21
+Version:9.22
 Release:0
 #
+Summary:Rxvt X Terminal with Unicode Support
 #
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+License:GPL-3.0+
+Group:  System/X11/Terminals
+Url:http://software.schmorp.de/#rxvt-unicode
+Source: http://dist.schmorp.de/%{name}/%{name}-%{version}.tar.bz2
+Source1:rxvt-unicode-rpmlintrc
+Source2:rxvt-unicode.README.SuSE
+Source3:rxvt-unicode-256color.desktop
+Source4:rxvt-unicode.desktop
+Patch1: rxvt-unicode-9.20-CVE-2008-1142-DISPLAY.patch
+Patch2: rxvt-unicode-9.21-xsubpp.patch
+Patch3: rxvt-unicode-0001-Prefer-XDG_RUNTIME_DIR-over-the-HOME.patch
 BuildRequires:  gcc-c++
+BuildRequires:  ncurses-devel
 BuildRequires:  perl
 BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
@@ -32,33 +50,12 @@
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xft)
 BuildRequires:  pkgconfig(xrender)
-# for tic
-BuildRequires:  ncurses-devel
+%requires_eqperl
 Provides:   locale(xorg-x11:ja;ko;zh)
-BuildRequires:  update-desktop-files
-#
-%define _terminfo  

commit yast2-schema for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-schema for openSUSE:Factory 
checked in at 2016-11-07 13:25:42

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


Package is "yast2-schema"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-schema/yast2-schema.changes
2016-08-26 23:18:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-schema.new/yast2-schema.changes   
2016-11-07 13:25:43.0 +0100
@@ -1,0 +2,10 @@
+Fri Nov  4 10:12:24 UTC 2016 - igonzalezs...@suse.com
+
+- Add support to enable copy-on-write for Btrfs subvolumes
+  (FATE#320342)
+- Add support to omit the Btrfs default subvolume name
+  (FATE#317775)
+- Add support to define SSH authorized_keys (FATE#319471)
+- 3.2.0
+
+---

Old:

  yast2-schema-3.1.8.tar.bz2

New:

  yast2-schema-3.2.0.tar.bz2



Other differences:
--
++ yast2-schema.spec ++
--- /var/tmp/diff_new_pack.rX2xbd/_old  2016-11-07 13:25:44.0 +0100
+++ /var/tmp/diff_new_pack.rX2xbd/_new  2016-11-07 13:25:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-schema
-Version:3.1.8
+Version:3.2.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-schema-3.1.8.tar.bz2 -> yast2-schema-3.2.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-schema-3.1.8/package/yast2-schema.changes 
new/yast2-schema-3.2.0/package/yast2-schema.changes
--- old/yast2-schema-3.1.8/package/yast2-schema.changes 2016-08-25 
17:43:37.0 +0200
+++ new/yast2-schema-3.2.0/package/yast2-schema.changes 2016-11-07 
10:25:47.0 +0100
@@ -1,4 +1,14 @@
 ---
+Fri Nov  4 10:12:24 UTC 2016 - igonzalezs...@suse.com
+
+- Add support to enable copy-on-write for Btrfs subvolumes
+  (FATE#320342)
+- Add support to omit the Btrfs default subvolume name
+  (FATE#317775)
+- Add support to define SSH authorized_keys (FATE#319471)
+- 3.2.0
+
+---
 Thu Aug 25 14:51:31 UTC 2016 - igonzalezs...@suse.com
 
 - Exclude i586 and s390 architectures as SLE 12 does not build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-schema-3.1.8/package/yast2-schema.spec 
new/yast2-schema-3.2.0/package/yast2-schema.spec
--- old/yast2-schema-3.1.8/package/yast2-schema.spec2016-08-26 
09:30:23.0 +0200
+++ new/yast2-schema-3.2.0/package/yast2-schema.spec2016-11-07 
10:25:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-schema
-Version:3.1.8
+Version:3.2.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit flatpak for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package flatpak for openSUSE:Factory checked 
in at 2016-11-07 13:24:45

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


Package is "flatpak"

Changes:

--- /work/SRC/openSUSE:Factory/flatpak/flatpak.changes  2016-10-28 
10:44:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.flatpak.new/flatpak.changes 2016-11-07 
13:24:46.0 +0100
@@ -1,0 +2,8 @@
+Thu Nov  3 17:10:34 UTC 2016 - dims...@opensuse.org
+
+- Require flatpak by flatpak-devel: xdg-desktop-portal expects to
+  find org.freedesktop.portal.Documents.xml, which is part of
+  flatpak. It's fair to assume everything to be present when
+  pulling in the -devel package.
+
+---



Other differences:
--
++ flatpak.spec ++
--- /var/tmp/diff_new_pack.wxxpun/_old  2016-11-07 13:24:47.0 +0100
+++ /var/tmp/diff_new_pack.wxxpun/_new  2016-11-07 13:24:47.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %if 0%{suse_version} == 1315
 %define _userunitdir /usr/lib/systemd/user/
 %endif
@@ -47,10 +48,10 @@
 BuildRequires:  pkgconfig(libelf) >= 0.8.12
 BuildRequires:  pkgconfig(libseccomp)
 BuildRequires:  pkgconfig(libsoup-2.4)
-BuildRequires:  pkgconfig(ostree-1) >= 2016.11
+BuildRequires:  pkgconfig(ostree-1) >= 2016.12
 BuildRequires:  pkgconfig(polkit-gobject-1)
 BuildRequires:  pkgconfig(xau)
-Requires:   ostree >= 2016.5
+Requires:   ostree >= 2016.12
 # Remove after openSUSE Leap 42 is out of scope
 Provides:   xdg-app = %{version}
 Obsoletes:  xdg-app < %{version}
@@ -70,9 +71,9 @@
 Requires:   %{_bindir}/git
 Requires:   %{_bindir}/patch
 Requires:   %{_bindir}/strip
-Requires:   /bin/tar
 Requires:   %{_bindir}/unzip
 Requires:   %{name} = %{version}
+Requires:   /bin/tar
 
 %description builder
 flatpak-builder is a tool that makes it easy to build applications and their
@@ -100,6 +101,7 @@
 Summary:Manage OSTree based application bundles -- Development files
 Group:  Development/Languages/C and C++
 Requires:   %{libname} = %{version}
+Requires:   %{name} = %{version}
 Requires:   typelib-1_0-Flatpak-1_0 = %{version}
 
 %description devel




commit harfbuzz for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package harfbuzz for openSUSE:Factory 
checked in at 2016-11-07 13:25:29

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


Package is "harfbuzz"

Changes:

--- /work/SRC/openSUSE:Factory/harfbuzz/harfbuzz.changes2016-11-02 
12:28:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.harfbuzz.new/harfbuzz.changes   2016-11-07 
13:25:30.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  4 14:38:14 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.3.3:
+  + Implement parsing of OpenType MATH table.
+
+---

Old:

  harfbuzz-1.3.2.tar.bz2

New:

  harfbuzz-1.3.3.tar.bz2



Other differences:
--
++ harfbuzz.spec ++
--- /var/tmp/diff_new_pack.fnq2Ov/_old  2016-11-07 13:25:32.0 +0100
+++ /var/tmp/diff_new_pack.fnq2Ov/_new  2016-11-07 13:25:32.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   harfbuzz
-Version:1.3.2
+Version:1.3.3
 Release:0
 Summary:An OpenType text shaping engine
 License:MIT
@@ -30,7 +30,7 @@
 BuildRequires:  pkgconfig(cairo) >= 1.8.0
 BuildRequires:  pkgconfig(cairo-ft)
 BuildRequires:  pkgconfig(freetype2) >= 12.0.6
-BuildRequires:  pkgconfig(glib-2.0) >= 2.16
+BuildRequires:  pkgconfig(glib-2.0) >= 2.38
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(graphite2)
 BuildRequires:  pkgconfig(gthread-2.0)

++ harfbuzz-1.3.2.tar.bz2 -> harfbuzz-1.3.3.tar.bz2 ++
 9418 lines of diff (skipped)




commit busybox for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package busybox for openSUSE:Factory checked 
in at 2016-11-07 13:25:14

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


Package is "busybox"

Changes:

--- /work/SRC/openSUSE:Factory/busybox/busybox-static.changes   2016-03-09 
15:16:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.busybox.new/busybox-static.changes  
2016-11-07 13:25:23.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov  1 17:20:51 UTC 2016 - astie...@suse.com
+
+- update to 1.25.1:
+  * fixes for hush, gunzip, ip route, ntpd
+- includes changes from 1.25.0:
+  * many added and expanded implementations of command options
+- includes changes from 1.24.2:
+  * fixes for build system (static build with glibc fixed),
+truncate, gunzip and unzip. 
+
+---
busybox.changes: same change

Old:

  busybox-1.24.1.tar.bz2

New:

  busybox-1.25.1.tar.bz2



Other differences:
--
++ busybox-static.spec ++
--- /var/tmp/diff_new_pack.UQo2mT/_old  2016-11-07 13:25:25.0 +0100
+++ /var/tmp/diff_new_pack.UQo2mT/_new  2016-11-07 13:25:25.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   busybox-static
-Version:1.24.1
+Version:1.25.1
 Release:0
 Summary:The Swiss Army Knife of Embedded Linux
 License:GPL-2.0+

busybox.spec: same change
++ busybox-1.24.1.tar.bz2 -> busybox-1.25.1.tar.bz2 ++
 21752 lines of diff (skipped)




commit webkit2gtk3 for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package webkit2gtk3 for openSUSE:Factory 
checked in at 2016-11-07 13:24:33

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


Package is "webkit2gtk3"

Changes:

--- /work/SRC/openSUSE:Factory/webkit2gtk3/webkit2gtk3.changes  2016-10-18 
10:35:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new/webkit2gtk3.changes 
2016-11-07 13:24:34.0 +0100
@@ -1,0 +2,19 @@
+Thu Nov  3 19:12:04 UTC 2016 - zai...@opensuse.org
+
+- Update to version 2.14.2:
+  + Expose WebKitDOMHTMLInputElement APIs for form autofill in
+unstable DOM API.
+  + Properly update WebKitWebView and WebKitWebPage URI properties
+when request is modified by WebKitWebPage:send-request signal.
+  + Restore user agent quirk for Yahoo.
+  + Dot not leak the default WebKitWebsiteDataManager in
+WebKitWebContext.
+  + Use eglGetPlatformDisplay when available instead of
+eglGetDisplay.
+  + Avoid strstr() when checking (E)GL extensions.
+  + Fix several crashes and rendering issues.
+  + Fix the build with ENABLE_OPENGL=OFF and allow to build on
+Wayland without OpenGL again.
+  + Updated translations.
+
+---

Old:

  webkitgtk-2.14.1.tar.xz

New:

  webkitgtk-2.14.2.tar.xz



Other differences:
--
++ webkit2gtk3.spec ++
--- /var/tmp/diff_new_pack.7Y0NMC/_old  2016-11-07 13:24:36.0 +0100
+++ /var/tmp/diff_new_pack.7Y0NMC/_new  2016-11-07 13:24:36.0 +0100
@@ -26,7 +26,7 @@
 %define _pkgconfig_suffix gtk-3.0
 %define _name webkitgtk
 Name:   webkit2gtk3
-Version:2.14.1
+Version:2.14.2
 Release:0
 Summary:Library for rendering web content, GTK+ Port
 License:LGPL-2.0+ and BSD-3-Clause

++ webkitgtk-2.14.1.tar.xz -> webkitgtk-2.14.2.tar.xz ++
/work/SRC/openSUSE:Factory/webkit2gtk3/webkitgtk-2.14.1.tar.xz 
/work/SRC/openSUSE:Factory/.webkit2gtk3.new/webkitgtk-2.14.2.tar.xz differ: 
char 27, line 1




commit yast2-storage for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-11-07 13:24:54

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


Package is "yast2-storage"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2016-10-28 10:43:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-11-07 13:24:57.0 +0100
@@ -1,0 +2,13 @@
+Mon Oct 31 13:11:04 UTC 2016 - igonzalezs...@suse.com
+
+- Improve support to redefine/detect the Btrfs default subvolume
+  name (FATE#320342 and FATE#317775) using AutoYaST.
+- 3.2.0
+
+---
+Thu Oct 27 14:26:49 CEST 2016 - shundham...@suse.de
+
+- Make subvolumes configurable in control.xml (fate#321737)
+- 3.1.105
+
+---
@@ -6 +18,0 @@
-- 3.1.105

Old:

  yast2-storage-3.1.105.tar.bz2

New:

  yast2-storage-3.2.0.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.8DjMI4/_old  2016-11-07 13:24:59.0 +0100
+++ /var/tmp/diff_new_pack.8DjMI4/_new  2016-11-07 13:24:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.105
+Version:3.2.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.105.tar.bz2 -> yast2-storage-3.2.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.105/.travis.yml 
new/yast2-storage-3.2.0/.travis.yml
--- old/yast2-storage-3.1.105/.travis.yml   2016-10-24 14:04:09.0 
+0200
+++ new/yast2-storage-3.2.0/.travis.yml 2016-11-04 17:06:56.0 +0100
@@ -5,7 +5,7 @@
 # disable rvm, use system Ruby
 - rvm reset
 - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "rake yast2-core-dev yast2 yast2-devtools 
doxygen yast2-testsuite libstorage5-dev libstorage5-ruby ruby-dbus" -g 
"rspec:3.3.0 yast-rake gettext"
+- sh ./travis_setup.sh -p "rake yast2-core-dev yast2 yast2-devtools 
doxygen yast2-testsuite libstorage5-dev libstorage5-ruby ruby-dbus" -g 
"rspec:3.3.0 yast-rake gettext cheetah abstract_method"
 script:
 - rake check:syntax
 - rake check:pot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.105/package/yast2-storage.changes 
new/yast2-storage-3.2.0/package/yast2-storage.changes
--- old/yast2-storage-3.1.105/package/yast2-storage.changes 2016-10-24 
14:04:09.0 +0200
+++ new/yast2-storage-3.2.0/package/yast2-storage.changes   2016-11-04 
17:06:56.0 +0100
@@ -1,9 +1,21 @@
 ---
+Mon Oct 31 13:11:04 UTC 2016 - igonzalezs...@suse.com
+
+- Improve support to redefine/detect the Btrfs default subvolume
+  name (FATE#320342 and FATE#317775) using AutoYaST.
+- 3.2.0
+
+---
+Thu Oct 27 14:26:49 CEST 2016 - shundham...@suse.de
+
+- Make subvolumes configurable in control.xml (fate#321737)
+- 3.1.105
+
+---
 Mon Oct 24 13:53:10 CEST 2016 - aschn...@suse.com
 
 - fixed installing required storage packages for unmounted
   filesystems (bsc#907331)
-- 3.1.105
 
 ---
 Thu Sep 29 12:19:20 CEST 2016 - aschn...@suse.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.105/package/yast2-storage.spec 
new/yast2-storage-3.2.0/package/yast2-storage.spec
--- old/yast2-storage-3.1.105/package/yast2-storage.spec2016-10-24 
14:04:09.0 +0200
+++ new/yast2-storage-3.2.0/package/yast2-storage.spec  2016-11-04 
17:06:56.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.105
+Version:3.2.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.105/src/Makefile.am 
new/yast2-storage-3.2.0/src/Makefile.am
--- old/yast2-storage-3.1.105/src/Makefile.am   2016-10-24 14:04:09.0 
+0200
+++ new/yast2-storage-3.2.0/src/Makefile.am 2016-11-04 17:06:56.0 
+0100
@@ -91,7 +91,8 @@
   lib/storage/target_map_formatter.rb \
   lib/storage/used_storage_features.rb \
   lib/storage/shadowed_vol_list.rb \
-  

commit gnome-packagekit for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package gnome-packagekit for 
openSUSE:Factory checked in at 2016-11-07 13:24:22

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


Package is "gnome-packagekit"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-packagekit/gnome-packagekit.changes
2016-10-18 10:31:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-packagekit.new/gnome-packagekit.changes   
2016-11-07 13:24:23.0 +0100
@@ -1,0 +2,7 @@
+Tue Oct 25 08:59:45 UTC 2016 - zai...@opensuse.org
+
+- Replace pkgconfig(libsystemd-login) for pkgconfig(libsystemd)
+  BuildRequires, this was changed upstream during the 3.22
+  development, but we missed changing it.
+
+---



Other differences:
--
++ gnome-packagekit.spec ++
--- /var/tmp/diff_new_pack.iJhsYn/_old  2016-11-07 13:24:26.0 +0100
+++ /var/tmp/diff_new_pack.iJhsYn/_new  2016-11-07 13:24:26.0 +0100
@@ -62,7 +62,7 @@
 BuildRequires:  translation-update-upstream
 %endif
 %if %{with_systemd}
-BuildRequires:  pkgconfig(libsystemd-login)
+BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(polkit-gobject-1)
 %endif
 




commit ivykis for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package ivykis for openSUSE:Factory checked 
in at 2016-11-07 12:24:02

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


Package is "ivykis"

Changes:

--- /work/SRC/openSUSE:Factory/ivykis/ivykis.changes2013-06-06 
12:08:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.ivykis.new/ivykis.changes   2016-11-07 
12:24:03.0 +0100
@@ -1,0 +2,10 @@
+Sun Oct 30 15:50:15 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 0.40
+* This release fixes a pthread_sigmask() pointer aliasing issue,
+  and significantly speeds up polling for events by using
+  timerfd_create(3) / EVFILT_TIMER / timer_create(3C) to avoid
+  creating and destroying a kernel timer for every fd readiness
+  polling system call.
+
+---

Old:

  ivykis-0.38.g16.tar.xz

New:

  ivykis-0.40.tar.gz



Other differences:
--
++ ivykis.spec ++
--- /var/tmp/diff_new_pack.V3WczO/_old  2016-11-07 12:24:04.0 +0100
+++ /var/tmp/diff_new_pack.V3WczO/_new  2016-11-07 12:24:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ivykis
 #
-# 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
@@ -18,23 +18,22 @@
 
 Name:   ivykis
 %define lname   libivykis0
-Version:0.38.g16
+Version:0.40
 Release:0
 Summary:An event dispatching library
 License:LGPL-2.1
 Group:  Development/Libraries/C and C++
 Url:http://sf.net/projects/libivykis/
 
-#Freecode-URL: https://freecode.com/projects/libivykis
-#DL-URL:   http://downloads.sf.net/libivykis/ivykis-0.39.tar.gz
+#Freshcode-URL:http://freshcode.club/projects/ivykis
 #Git-Clone:git://github.com/buytenh/ivykis
-Source: %name-%version.tar.xz
+Source: http://downloads.sf.net/libivykis/%name-%version.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig
-BuildRequires:  xz
 %if 0%{?suse_version} || 0%{?sles_version}
 BuildRequires:  fdupes
 %endif
+ExcludeArch:ppc ppc64 ppc64le %arm aarch64
 
 %description
 libivykis is a thin wrapper over various OS'es implementation of I/O




commit python3-pycodestyle for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package python3-pycodestyle for 
openSUSE:Factory checked in at 2016-11-07 12:24:08

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


Package is "python3-pycodestyle"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pycodestyle/python3-pycodestyle.changes  
2016-08-18 09:17:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pycodestyle.new/python3-pycodestyle.changes 
2016-11-07 12:24:09.0 +0100
@@ -1,0 +2,25 @@
+Sun Nov  6 20:35:51 UTC 2016 - a...@gmx.de
+
+- update to version 2.1.0:
+  * Announcements:
++ Change all references to the pep8 project to say pycodestyle;
+  #530
+  * Changes:
++ Report E302 for blank lines before an "async def"; #556
++ Update our list of tested and supported Python versions which
+  are 2.6, 2.7, 3.2, 3.3, 3.4 and 3.5 as well as the nightly
+  Python build and PyPy.
++ Report E742 and E743 for functions and classes badly named 'l',
+  'O', or 'I'.
++ Report E741 on 'global' and 'nonlocal' statements, as well as
+  prohibited single-letter variables.
++ Deprecated use of `[pep8]` section name in favor of
+  `[pycodestyle]`; #591
+  * Bugs:
++ Fix opt_type AssertionError when using Flake8 2.6.2 and
+  pycodestyle; #561
++ Require two blank lines after toplevel def, class; #536
++ Remove accidentally quadratic computation based on the number of
+  colons. This will make pycodestyle faster in some cases; #314
+
+---

Old:

  pycodestyle-2.0.0.tar.gz

New:

  pycodestyle-2.1.0.tar.gz



Other differences:
--
++ python3-pycodestyle.spec ++
--- /var/tmp/diff_new_pack.qBXxuF/_old  2016-11-07 12:24:10.0 +0100
+++ /var/tmp/diff_new_pack.qBXxuF/_new  2016-11-07 12:24:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pycodestyle
-Version:2.0.0
+Version:2.1.0
 Release:0
 Url:https://github.com/PyCQA/pycodestyle
 Summary:Python style guide checker - formery python3-pep8

++ pycodestyle-2.0.0.tar.gz -> pycodestyle-2.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycodestyle-2.0.0/CHANGES.txt 
new/pycodestyle-2.1.0/CHANGES.txt
--- old/pycodestyle-2.0.0/CHANGES.txt   2016-06-01 02:00:29.0 +0200
+++ new/pycodestyle-2.1.0/CHANGES.txt   2016-11-04 16:00:31.0 +0100
@@ -1,6 +1,29 @@
 Changelog
 =
 
+2.1.0 (unreleased)
+--
+
+Announcements:
+
+* Change all references to the pep8 project to say pycodestyle; #530
+
+Changes:
+
+* Report E302 for blank lines before an "async def"; #556
+* Update our list of tested and supported Python versions which are 2.6, 2.7,
+  3.2, 3.3, 3.4 and 3.5 as well as the nightly Python build and PyPy.
+* Report E742 and E743 for functions and classes badly named 'l', 'O', or 'I'.
+* Report E741 on 'global' and 'nonlocal' statements, as well as prohibited
+  single-letter variables.
+* Deprecated use of `[pep8]` section name in favor of `[pycodestyle]`; #591
+
+Bugs:
+
+* Fix opt_type AssertionError when using Flake8 2.6.2 and pycodestyle; #561
+* Require two blank lines after toplevel def, class; #536
+* Remove accidentally quadratic computation based on the number of colons. This
+  will make pycodestyle faster in some cases; #314
 
 2.0.0 (2016-05-31)
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycodestyle-2.0.0/CONTRIBUTING.rst 
new/pycodestyle-2.1.0/CONTRIBUTING.rst
--- old/pycodestyle-2.0.0/CONTRIBUTING.rst  2016-06-01 01:52:06.0 
+0200
+++ new/pycodestyle-2.1.0/CONTRIBUTING.rst  2016-08-13 20:42:06.0 
+0200
@@ -1,4 +1,72 @@
-Contributing to ``pycodestyle``
-===
+Contributing to pycodestyle
+===
 
-Please see the `developer notes 
`_
+When contributing to pycodestyle, please observe our `Code of Conduct`_.
+
+Step 1: Forking pycodestyle for editing
+---
+
+Fork the pycodestyle repository on GitHub. This will add
+pycodestyle to your GitHub account. You will push your changes to your
+fork and then make pull requests into the official pycodestyle repository.
+
+GitHub has an excellent `guide`_ that has screenshots on how to do this.
+
+Next, clone your fork of the pycodestyle repository to your system for
+editing::
+
+$ git clone https://www.github.com//pycodestyle
+
+Now you have a copy of the pycodestyle 

commit rubygem-http_accept_language for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-http_accept_language for 
openSUSE:Factory checked in at 2016-11-07 12:23:39

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


Package is "rubygem-http_accept_language"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-http_accept_language/rubygem-http_accept_language.changes
2015-02-11 16:45:39.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-http_accept_language.new/rubygem-http_accept_language.changes
   2016-11-07 12:23:40.0 +0100
@@ -1,0 +2,6 @@
+Fri Oct 28 04:37:28 UTC 2016 - co...@suse.com
+
+- updated to version 2.1.0
+  no changelog found
+
+---

Old:

  http_accept_language-2.0.5.gem

New:

  http_accept_language-2.1.0.gem



Other differences:
--
++ rubygem-http_accept_language.spec ++
--- /var/tmp/diff_new_pack.IX1Do1/_old  2016-11-07 12:23:41.0 +0100
+++ /var/tmp/diff_new_pack.IX1Do1/_new  2016-11-07 12:23:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-http_accept_language
 #
-# 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-http_accept_language
-Version:2.0.5
+Version:2.1.0
 Release:0
 %define mod_name http_accept_language
 %define mod_full_name %{mod_name}-%{version}

++ http_accept_language-2.0.5.gem -> http_accept_language-2.1.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 1970-01-01 01:00:00.0 +0100
+++ new/.travis.yml 2016-10-27 16:50:44.0 +0200
@@ -0,0 +1,9 @@
+language: ruby
+cache: bundler
+sudo: false
+rvm:
+  - 1.9.3
+  - 2.0.0
+  - 2.1
+  - 2.2
+script: bundle exec rspec spec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2015-01-25 19:47:23.0 +0100
+++ new/README.md   2016-10-27 16:50:44.0 +0200
@@ -1,4 +1,4 @@
-# HttpAcceptLanguage
+# HttpAcceptLanguage [![Build 
Status](https://travis-ci.org/iain/http_accept_language.svg?branch=master)](https://travis-ci.org/iain/http_accept_language)
 
 A gem which helps you detect the users preferred language, as sent by the 
"Accept-Language" HTTP header.
 
@@ -53,6 +53,12 @@
 end
 ```
 
+Then set available locales in `config/application.rb`:
+
+```ruby
+config.i18n.available_locales = %w(en nl de fr)
+```
+
 To use the middleware in any Rack application, simply add the middleware:
 
 ``` ruby
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/http_accept_language/auto_locale.rb 
new/lib/http_accept_language/auto_locale.rb
--- old/lib/http_accept_language/auto_locale.rb 2015-01-25 19:47:23.0 
+0100
+++ new/lib/http_accept_language/auto_locale.rb 2016-10-27 16:50:44.0 
+0200
@@ -11,7 +11,7 @@
 private
 
 def set_locale
-  I18n.locale = 
http_accept_language.compatible_language_from(I18n.available_locales)
+  I18n.locale = 
http_accept_language.compatible_language_from(I18n.available_locales) || 
I18n.default_locale
 end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/http_accept_language/version.rb 
new/lib/http_accept_language/version.rb
--- old/lib/http_accept_language/version.rb 2015-01-25 19:47:23.0 
+0100
+++ new/lib/http_accept_language/version.rb 2016-10-27 16:50:44.0 
+0200
@@ -1,3 +1,3 @@
 module HttpAcceptLanguage
-  VERSION = '2.0.5'
+  VERSION = '2.1.0'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-01-25 19:47:23.0 +0100
+++ new/metadata2016-10-27 16:50:44.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: http_accept_language
 version: !ruby/object:Gem::Version
-  version: 2.0.5
+  version: 2.1.0
 platform: ruby
 authors:
 - iain
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-01-25 00:00:00.0 Z
+date: 2016-10-27 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake
@@ -118,6 +118,7 @@
 files:
 - ".gitignore"
 - ".rspec"
+- ".travis.yml"
 - 

commit rubygem-puma_worker_killer for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-puma_worker_killer for 
openSUSE:Factory checked in at 2016-11-07 12:23:15

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


Package is "rubygem-puma_worker_killer"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-puma_worker_killer/rubygem-puma_worker_killer.changes
2016-09-30 15:28:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-puma_worker_killer.new/rubygem-puma_worker_killer.changes
   2016-11-07 12:23:16.0 +0100
@@ -1,0 +2,10 @@
+Fri Oct 14 04:35:10 UTC 2016 - co...@suse.com
+
+- updated to version 0.0.7
+ see installed CHANGELOG.md
+
+  ## 0.0.7
+  
+  - Logging is configurable #41
+
+---

Old:

  puma_worker_killer-0.0.6.gem

New:

  puma_worker_killer-0.0.7.gem



Other differences:
--
++ rubygem-puma_worker_killer.spec ++
--- /var/tmp/diff_new_pack.3WpkrT/_old  2016-11-07 12:23:17.0 +0100
+++ /var/tmp/diff_new_pack.3WpkrT/_new  2016-11-07 12:23:17.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-puma_worker_killer
-Version:0.0.6
+Version:0.0.7
 Release:0
 %define mod_name puma_worker_killer
 %define mod_full_name %{mod_name}-%{version}

++ puma_worker_killer-0.0.6.gem -> puma_worker_killer-0.0.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2016-04-01 23:20:07.0 +0200
+++ new/.travis.yml 2016-10-13 16:56:01.0 +0200
@@ -7,6 +7,8 @@
   - 2.3.0
   - ruby-head
   - rbx
+before_install:
+  - gem install bundler -v 1.12.5
 
 matrix:
   allow_failures:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-04-01 23:20:07.0 +0200
+++ new/CHANGELOG.md2016-10-13 16:56:01.0 +0200
@@ -1,3 +1,7 @@
+## 0.0.7
+
+- Logging is configurable #41
+
 ## 0.0.6
 
 - Log PID of worker insead of inspecting the worker #33
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-04-01 23:20:07.0 +0200
+++ new/README.md   2016-10-13 16:56:01.0 +0200
@@ -29,15 +29,68 @@
 
 -->
 
-Somewhere in your main process run this code:
+## Turn on Rolling Restarts
+
+A rolling restart will kill each of your workers on a rolling basis. You set 
the frequency which it conducts the restart. This is a simple way to keep 
memory down as Ruby web programs generally increase memory usage over time. If 
you're using Heroku [it is difficult to measure RAM from inside of a container 
accurately](https://github.com/schneems/get_process_mem/issues/7), so it is 
recommended to use this feature or use a [log-drain-based worker 
killer](https://github.com/arches/whacamole). You can enable roling restarts by 
running:
 
 ```ruby
-# config/initializers/puma_worker_killer.rb
-PumaWorkerKiller.start
+before_fork do
+  require 'puma_worker_killer'
+
+  PumaWorkerKiller.enable_rolling_restart # Default is every 6 hours
+end
+
+```
+
+or you can pass in the restart frequency:
+
+```ruby
+PumaWorkerKiller.enable_rolling_restart(12 * 3600) # 12 hours in seconds
+```
+
+Make sure if you do this to not accidentally call `PumaWorkerKiller.start` as 
well.
+
+## Enable Worker Killing
+
+If you're not running on a containerized platform you can try to detect the 
amount of memory you're using and only kill Puma workers when you're over that 
limit. It may allow you to go for longer periods of time without killing a 
worker however it is more error prone than rolling restarts. To enable 
measurement based worker killing put this in your `config/puma.rb`:
+
+```ruby
+# config/puma.rb
+
+before_fork do
+  require 'puma_worker_killer'
+
+  PumaWorkerKiller.start
+end
 ```
 
 That's it. Now on a regular basis the size of all Puma and all of it's forked 
processes will be evaluated and if they're over the RAM threshold will be 
killed. Don't worry Puma will notice a process is missing a spawn a fresh copy 
with a much smaller RAM footprint ASAP.
 
+## Troubleshooting
+
+When you boot your program locally you should see debug output:
+
+```
+[3] Puma starting in cluster mode...
+[3] * Version 3.1.0 (ruby 2.3.1-p112), codename: El Niño Winter Wonderland
+[3] * Min threads: 0, max threads: 16
+[3] * Environment: development
+[3] * Process workers: 2
+[3] * Phased restart available
+[3] * Listening on tcp://0.0.0.0:9292
+[3] Use 

commit rubygem-mysql2 for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mysql2 for openSUSE:Factory 
checked in at 2016-11-07 12:23:28

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


Package is "rubygem-mysql2"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mysql2/rubygem-mysql2.changes
2016-05-29 03:12:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-mysql2.new/rubygem-mysql2.changes   
2016-11-07 12:23:29.0 +0100
@@ -1,0 +2,6 @@
+Sun Oct 23 04:39:33 UTC 2016 - co...@suse.com
+
+- updated to version 0.4.5
+ see installed CHANGELOG.md
+
+---

Old:

  mysql2-0.4.4.gem

New:

  mysql2-0.4.5.gem



Other differences:
--
++ rubygem-mysql2.spec ++
--- /var/tmp/diff_new_pack.q0Gphg/_old  2016-11-07 12:23:30.0 +0100
+++ /var/tmp/diff_new_pack.q0Gphg/_new  2016-11-07 12:23:30.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-mysql2
-Version:0.4.4
+Version:0.4.5
 Release:0
 %define mod_name mysql2
 %define mod_full_name %{mod_name}-%{version}

++ mysql2-0.4.4.gem -> mysql2-0.4.5.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   1970-01-01 01:00:00.0 +0100
+++ new/README.md   1970-01-01 01:00:00.0 +0100
@@ -164,8 +164,8 @@
 ``` ruby
 headers = results.fields # <= that's an array of field names, in order
 results.each(:as => :array) do |row|
-# Each row is an array, ordered the same as the query results
-# An otter's den is called a "holt" or "couch"
+  # Each row is an array, ordered the same as the query results
+  # An otter's den is called a "holt" or "couch"
 end
 ```
 
@@ -203,6 +203,7 @@
   :reconnect = true/false,
   :local_infile = true/false,
   :secure_auth = true/false,
+  :ssl_mode = :disabled / :preferred / :required / :verify_ca / 
:verify_identity,
   :default_file = '/path/to/my.cfg',
   :default_group = 'my.cfg section',
   :init_command => sql
@@ -398,6 +399,15 @@
 result = client.query("SELECT * FROM table_with_boolean_field", :cast_booleans 
=> true)
 ```
 
+Keep in mind that this works only with fields and not with computed values, 
e.g. this result will contain `1`, not `true`:
+
+``` ruby
+client = Mysql2::Client.new
+result = client.query("SELECT true", :cast_booleans => true)
+```
+
+CAST function wouldn't help here as there's no way to cast to TINYINT(1). 
Apparently the only way to solve this is to use a stored procedure with return 
type set to TINYINT(1).
+
 ### Skipping casting
 
 Mysql2 casting is fast, but not as fast as not casting data.  In rare cases 
where typecasting is not needed, it will be faster to disable it by providing 
:cast => false. (Note that :cast => false overrides :cast_booleans => true.)
@@ -484,13 +494,13 @@
 
 This gem is tested with the following Ruby versions on Linux and Mac OS X:
 
- * Ruby MRI 1.8.7, 1.9.3, 2.0.0, 2.1.x, 2.2.x, 2.3.x
+ * Ruby MRI 1.8.7, 1.9.3, 2.0.0, 2.1.x, 2.2.x, 2.3.x, 2.4.x
  * Ruby Enterprise Edition (based on MRI 1.8.7)
- * Rubinius 2.x, 3.x
+ * Rubinius 2.x and 3.x do work but may fail under some workloads
 
 This gem is tested with the following MySQL and MariaDB versions:
 
- * MySQL 5.5, 5.6, 5.7
+ * MySQL 5.5, 5.6, 5.7, 8.0
  * MySQL Connector/C 6.0 and 6.1 (primarily on Windows)
  * MariaDB 5.5, 10.0, 10.1
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ext/mysql2/client.c new/ext/mysql2/client.c
--- old/ext/mysql2/client.c 1970-01-01 01:00:00.0 +0100
+++ new/ext/mysql2/client.c 1970-01-01 01:00:00.0 +0100
@@ -30,6 +30,12 @@
 rb_raise(cMysql2Error, "MySQL client is not initialized"); \
   }
 
+#define REQUIRE_CONNECTED(wrapper) \
+  REQUIRE_INITIALIZED(wrapper) \
+  if (!wrapper->connected && !wrapper->reconnect_enabled) { \
+rb_raise(cMysql2Error, "MySQL client is not connected"); \
+  }
+
 #define REQUIRE_NOT_CONNECTED(wrapper) \
   REQUIRE_INITIALIZED(wrapper) \
   if (wrapper->connected) { \
@@ -48,6 +54,16 @@
 #endif
 
 /*
+ * compatibility with mysql-connector-c 6.1.x, and with MySQL 5.7.3 - 5.7.10.
+ */
+#ifdef HAVE_CONST_MYSQL_OPT_SSL_ENFORCE
+  #define SSL_MODE_DISABLED 1
+  #define SSL_MODE_REQUIRED 3
+  #define HAVE_CONST_SSL_MODE_DISABLED
+  #define HAVE_CONST_SSL_MODE_REQUIRED
+#endif
+
+/*
  * used to pass all arguments to mysql_real_connect while inside
  * rb_thread_call_without_gvl
  */
@@ -83,6 +99,43 @@
   char *db;
 };
 
+static VALUE rb_set_ssl_mode_option(VALUE self, VALUE setting) {
+  

commit rubygem-rb-fsevent for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rb-fsevent for 
openSUSE:Factory checked in at 2016-11-07 12:23:22

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


Package is "rubygem-rb-fsevent"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rb-fsevent/rubygem-rb-fsevent.changes
2016-03-01 09:40:17.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rb-fsevent.new/rubygem-rb-fsevent.changes   
2016-11-07 12:23:23.0 +0100
@@ -1,0 +2,6 @@
+Tue Oct 25 04:42:31 UTC 2016 - co...@suse.com
+
+- updated to version 0.9.8
+  no changelog found
+
+---

Old:

  rb-fsevent-0.9.7.gem

New:

  rb-fsevent-0.9.8.gem



Other differences:
--
++ rubygem-rb-fsevent.spec ++
--- /var/tmp/diff_new_pack.8y81WD/_old  2016-11-07 12:23:24.0 +0100
+++ /var/tmp/diff_new_pack.8y81WD/_new  2016-11-07 12:23:24.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rb-fsevent
-Version:0.9.7
+Version:0.9.8
 Release:0
 %define mod_name rb-fsevent
 %define mod_full_name %{mod_name}-%{version}

++ rb-fsevent-0.9.7.gem -> rb-fsevent-0.9.8.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ext/fsevent_watch/TSICTString.c 
new/ext/fsevent_watch/TSICTString.c
--- old/ext/fsevent_watch/TSICTString.c 2015-12-29 15:49:45.0 +0100
+++ new/ext/fsevent_watch/TSICTString.c 2016-10-24 20:23:48.0 +0200
@@ -113,27 +113,6 @@
 return string;
 }
 
-static inline CFDataRef TSICTStringCreateDataWithDataOfTypeAndFormat(CFDataRef 
data, TSITStringTag type, TSITStringFormat format)
-{
-CFRetain(data);
-
-if (format == kTSITStringFormatDefault) {
-format = TSICTStringGetDefaultFormat();
-}
-
-TStringIRep* rep = TSICTStringCreateWithDataOfTypeAndFormat(data, type, 
format);
-if (rep == NULL) {
-return NULL;
-}
-
-CFDataRef result = 
TSICTStringCreateDataFromIntermediateRepresentation(rep);
-
-TSICTStringDestroy(rep);
-CFRelease(data);
-
-return result;
-}
-
 static inline void TSICTStringAppendObjectToMutableDataWithFormat(CFTypeRef 
object, CFMutableDataRef buffer, TSITStringFormat format)
 {
 if (object == NULL) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ext/fsevent_watch/main.c new/ext/fsevent_watch/main.c
--- old/ext/fsevent_watch/main.c2015-12-29 15:49:45.0 +0100
+++ new/ext/fsevent_watch/main.c2016-10-24 20:23:48.0 +0200
@@ -1,4 +1,5 @@
 #include "common.h"
+#include "signal_handlers.h"
 #include "cli.h"
 #include "FSEventsFix.h"
 
@@ -470,6 +471,7 @@
 
 int main(int argc, const char* argv[])
 {
+  install_signal_handlers();
   parse_cli_settings(argc, argv);
 
   if (needs_fsevents_fix) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ext/fsevent_watch/signal_handlers.c 
new/ext/fsevent_watch/signal_handlers.c
--- old/ext/fsevent_watch/signal_handlers.c 1970-01-01 01:00:00.0 
+0100
+++ new/ext/fsevent_watch/signal_handlers.c 2016-10-24 20:23:48.0 
+0200
@@ -0,0 +1,66 @@
+#include "signal_handlers.h"
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+
+
+#define PPID_ALARM_INTERVAL 2 // send SIGALRM every this seconds
+
+
+static pid_t orig_ppid;
+
+
+static void signal_handler(int _) {
+  exit(EXIT_FAILURE);
+}
+
+static void check_ppid(void) {
+  if (getppid() != orig_ppid) {
+exit(EXIT_FAILURE);
+  }
+}
+
+static void check_stdout_open(void) {
+  if (fcntl(STDOUT_FILENO, F_GETFD) < 0) {
+exit(EXIT_FAILURE);
+  }
+}
+
+static void alarm_handler(int _) {
+  check_ppid();
+  check_stdout_open();
+  alarm(PPID_ALARM_INTERVAL);
+  signal(SIGALRM, alarm_handler);
+}
+
+static void die(const char *msg) {
+  fprintf(stderr, "\nFATAL: %s\n", msg);
+  abort();
+}
+
+static void install_signal_handler(int sig, void (*handler)(int)) {
+  if (signal(sig, handler) == SIG_ERR) {
+die("Could not install signal handler");
+  }
+}
+
+void install_signal_handlers(void) {
+  // check pipe is still connected
+  check_stdout_open();
+
+  // watch getppid() every PPID_ALARM_INTERVAL seconds 
+  orig_ppid = getppid();
+  if (orig_ppid <= 1) {
+die("prematurely zombied");
+  }
+  install_signal_handler(SIGALRM, alarm_handler);
+  alarm(PPID_ALARM_INTERVAL);
+
+  // be sure to exit on SIGHUP, SIGPIPE
+  install_signal_handler(SIGHUP,  signal_handler);
+  install_signal_handler(SIGPIPE, signal_handler);
+}
+
diff -urN 

commit rubygem-gettext_i18n_rails_js for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gettext_i18n_rails_js for 
openSUSE:Factory checked in at 2016-11-07 12:23:20

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


Package is "rubygem-gettext_i18n_rails_js"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-gettext_i18n_rails_js/rubygem-gettext_i18n_rails_js.changes
  2016-06-19 10:48:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-gettext_i18n_rails_js.new/rubygem-gettext_i18n_rails_js.changes
 2016-11-07 12:23:21.0 +0100
@@ -1,0 +2,11 @@
+Thu Oct 13 04:32:00 UTC 2016 - co...@suse.com
+
+- updated to version 1.2.0
+ see installed CHANGELOG.md
+
+  ## 
[1.2.0](https://github.com/webhippie/gettext_i18n_rails_js/releases/tag/v1.2.0) 
- 2016-06-02
+  
+  * Support for JSX files (@artemv)
+  * Fixed test suite, reduced test matrix (@tboerger)
+
+---

Old:

  gettext_i18n_rails_js-1.1.0.gem

New:

  gettext_i18n_rails_js-1.2.0.gem



Other differences:
--
++ rubygem-gettext_i18n_rails_js.spec ++
--- /var/tmp/diff_new_pack.1JWjDB/_old  2016-11-07 12:23:22.0 +0100
+++ /var/tmp/diff_new_pack.1JWjDB/_new  2016-11-07 12:23:22.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-gettext_i18n_rails_js
-Version:1.1.0
+Version:1.2.0
 Release:0
 %define mod_name gettext_i18n_rails_js
 %define mod_full_name %{mod_name}-%{version}

++ gettext_i18n_rails_js-1.1.0.gem -> gettext_i18n_rails_js-1.2.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-06-03 12:31:33.0 +0200
+++ new/CHANGELOG.md2016-10-12 11:29:08.0 +0200
@@ -1,5 +1,10 @@
 # Changelog
 
+## 
[1.2.0](https://github.com/webhippie/gettext_i18n_rails_js/releases/tag/v1.2.0) 
- 2016-06-02
+
+* Support for JSX files (@artemv)
+* Fixed test suite, reduced test matrix (@tboerger)
+
 ## 
[1.1.0](https://github.com/webhippie/gettext_i18n_rails_js/releases/tag/v1.1.0) 
- 2016-06-02
 
 * Replace hyphens with underscores in locale var from DOM (@filib)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-06-03 12:31:33.0 +0200
+++ new/README.md   2016-10-12 11:29:08.0 +0200
@@ -16,23 +16,24 @@
 
 ## Versions
 
-This gem is tested on the following versions:
+This gem is tested on the following versions, it's also possible that it works
+with older versions, but because of version bumps at `gettext_i18n_rails` and
+`fast_gettext` we have dropped the older versions from the testing matrix:
 
 * Ruby
-  * 1.9.3
-  * 2.0.0
   * 2.1.0
+  * 2.2.0
 * Rails
   * 3.2.21
   * 4.0.13
-  * 4.1.9
-  * 4.2.0
+  * 4.1.16
+  * 4.2.7
 
 
 ## Installation
 
 ```ruby
-gem "gettext_i18n_rails_js", "~> 1.0.0"
+gem "gettext_i18n_rails_js", "~> 1.2.0"
 ```
 
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/gettext_i18n_rails_js/parser/javascript.rb 
new/lib/gettext_i18n_rails_js/parser/javascript.rb
--- old/lib/gettext_i18n_rails_js/parser/javascript.rb  2016-06-03 
12:31:33.0 +0200
+++ new/lib/gettext_i18n_rails_js/parser/javascript.rb  2016-10-12 
11:29:08.0 +0200
@@ -36,6 +36,7 @@
   def target?(file)
 [
   ".js",
+  ".jsx",
   ".coffee"
 ].include? ::File.extname(file)
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/gettext_i18n_rails_js/version.rb 
new/lib/gettext_i18n_rails_js/version.rb
--- old/lib/gettext_i18n_rails_js/version.rb2016-06-03 12:31:33.0 
+0200
+++ new/lib/gettext_i18n_rails_js/version.rb2016-10-12 11:29:08.0 
+0200
@@ -26,7 +26,7 @@
 module GettextI18nRailsJs
   class Version
 MAJOR = 1
-MINOR = 1
+MINOR = 2
 PATCH = 0
 
 PRE = nil
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/tasks/gettext_i18n_rails_js_tasks.rake 
new/lib/tasks/gettext_i18n_rails_js_tasks.rake
--- old/lib/tasks/gettext_i18n_rails_js_tasks.rake  2016-06-03 
12:31:33.0 +0200
+++ new/lib/tasks/gettext_i18n_rails_js_tasks.rake  2016-10-12 
11:29:08.0 +0200
@@ -48,6 +48,7 @@
   "slim",
   "rhtml",
   "js",
+  "jsx",
   "coffee",
   "handlebars",
   "hbs",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit rubygem-mocha for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mocha for openSUSE:Factory 
checked in at 2016-11-07 12:23:02

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


Package is "rubygem-mocha"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mocha/rubygem-mocha.changes  
2016-10-18 10:40:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-mocha.new/rubygem-mocha.changes 
2016-11-07 12:23:03.0 +0100
@@ -1,0 +2,6 @@
+Sun Oct 16 04:34:16 UTC 2016 - co...@suse.com
+
+- updated to version 1.2.1
+  no changelog found
+
+---

Old:

  mocha-1.2.0.gem

New:

  mocha-1.2.1.gem



Other differences:
--
++ rubygem-mocha.spec ++
--- /var/tmp/diff_new_pack.vpfMou/_old  2016-11-07 12:23:04.0 +0100
+++ /var/tmp/diff_new_pack.vpfMou/_new  2016-11-07 12:23:04.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-mocha
-Version:1.2.0
+Version:1.2.1
 Release:0
 %define mod_name mocha
 %define mod_full_name %{mod_name}-%{version}

++ mocha-1.2.0.gem -> mocha-1.2.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-10-10 16:40:22.0 +0200
+++ new/README.md   2016-10-15 15:09:06.0 +0200
@@ -109,6 +109,7 @@
 
  Known Issues
 
+* In Mocha v1.2.0 there is a scenario where stubbing a class method originally 
defined in a module hangs the Ruby interpreter due to [a bug in Ruby 
v2.3.1](https://bugs.ruby-lang.org/issues/12832). See #272. This was fixed in 
Mocha v1.2.1.
 * Stubbing an aliased class method, where the original method is defined in a 
module that's used to `extend` the class doesn't work in Ruby 1.8.x. See 
stub_method_defined_on_module_and_aliased_test.rb for an example of this 
behaviour.
 * 0.13.x versions cause a harmless, but annoying, deprecation warning when 
used with Rails 3.2.0-3.2.12, 3.1.0-3.1.10 & 3.0.0-3.0.19.
 * 0.11.x versions don't work with Rails 3.2.13 (`TypeError: superclass 
mismatch for class ExpectationError`). See #115.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/RELEASE.md new/RELEASE.md
--- old/RELEASE.md  2016-10-10 16:40:22.0 +0200
+++ new/RELEASE.md  2016-10-15 15:09:06.0 +0200
@@ -1,5 +1,9 @@
 # Release Notes
 
+## 1.2.1
+
+* Fixed #272. Workaround Ruby bug 12832 which caused interpreter to hang. See 
https://bugs.ruby-lang.org/issues/12832. Thanks to @chrisroos & @petems 
(6f1c8b9b, #273).
+
 ## 1.2.0
 
 * Always use prepended module to stub class & instance methods for Ruby v2+ - 
thanks to @grosser & @chrisroos (43d56671, #244)
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/mocha/class_method.rb 
new/lib/mocha/class_method.rb
--- old/lib/mocha/class_method.rb   2016-10-10 16:40:22.0 +0200
+++ new/lib/mocha/class_method.rb   2016-10-15 15:09:06.0 +0200
@@ -40,11 +40,11 @@
 def hide_original_method
   if @original_visibility = method_visibility(method)
 begin
-  @original_method = stubbee._method(method)
   if RUBY_V2_PLUS
 @definition_target = PrependedModule.new
 stubbee.__metaclass__.__send__ :prepend, @definition_target
   else
+@original_method = stubbee._method(method)
 if @original_method && @original_method.owner == 
stubbee.__metaclass__
   stubbee.__metaclass__.send(:remove_method, method)
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/mocha/version.rb new/lib/mocha/version.rb
--- old/lib/mocha/version.rb2016-10-10 16:40:22.0 +0200
+++ new/lib/mocha/version.rb2016-10-15 15:09:06.0 +0200
@@ -1,3 +1,3 @@
 module Mocha
-  VERSION = "1.2.0"
+  VERSION = "1.2.1"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-10-10 16:40:22.0 +0200
+++ new/metadata2016-10-15 15:09:06.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: mocha
 version: !ruby/object:Gem::Version
-  version: 1.2.0
+  version: 1.2.1
 platform: ruby
 authors:
 - James Mead
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-10-10 00:00:00.0 Z
+date: 2016-10-15 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: metaclass
@@ -236,6 +236,7 @@
 - 

commit rubygem-tzinfo-data for openSUSE:Factory

2016-11-07 Thread h_root


binbfLqEtnwtY.bin
Description: Binary data


commit rubygem-bunny for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bunny for openSUSE:Factory 
checked in at 2016-11-07 12:23:09

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


Package is "rubygem-bunny"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bunny/rubygem-bunny.changes  
2016-09-13 22:24:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bunny.new/rubygem-bunny.changes 
2016-11-07 12:23:10.0 +0100
@@ -1,0 +2,6 @@
+Sat Oct 15 04:29:32 UTC 2016 - co...@suse.com
+
+- updated to version 2.6.0
+ see installed ChangeLog.md
+
+---

Old:

  bunny-2.5.1.gem

New:

  bunny-2.6.0.gem



Other differences:
--
++ rubygem-bunny.spec ++
--- /var/tmp/diff_new_pack.xLAql1/_old  2016-11-07 12:23:11.0 +0100
+++ /var/tmp/diff_new_pack.xLAql1/_new  2016-11-07 12:23:11.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-bunny
-Version:2.5.1
+Version:2.6.0
 Release:0
 %define mod_name bunny
 %define mod_full_name %{mod_name}-%{version}

++ bunny-2.5.1.gem -> bunny-2.6.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rspec new/.rspec
--- old/.rspec  2016-08-15 08:02:49.0 +0200
+++ new/.rspec  2016-10-14 19:03:22.0 +0200
@@ -1,3 +1 @@
---color
---format
-progress
+-c -fp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ChangeLog.md new/ChangeLog.md
--- old/ChangeLog.md2016-08-15 08:02:49.0 +0200
+++ new/ChangeLog.md2016-10-14 19:03:22.0 +0200
@@ -1,9 +1,25 @@
-## Changes between Bunny 2.5.1 and 2.5.2 (unreleased)
+## Changes between Bunny 2.5.0 and 2.6.0 (unreleased)
 
-No changes yet.
+### Graceful Shutdown of Consumers
 
+Consumer work pool will now allow for a grace period before stopping
+pool threads so that delivery processing in progress can have a chance to 
finish.
 
-## Changes between Bunny 2.5.0 and 2.5.1 (August 15th, 2016)
+GitHub issue: [#437](https://github.com/ruby-amqp/bunny/pull/437)
+
+Contributed by Stefan Sedich.
+
+### `Bunny::Channel#wait_for_confirms` Now Throws When Used on a Closed Channel
+
+GitHub issue: [#428](https://github.com/ruby-amqp/bunny/pull/428)
+
+Contributed by Dimitar Dimitrov.
+
+### Race Condition Eliminated in `Bunny::Channel#wait_for_confirms`
+
+GitHub issue: [#424](https://github.com/ruby-amqp/bunny/issues/424)
+
+Contributed by Dimitar Dimitrov.
 
 ### More Defensive Consumer Work Pool
 
@@ -49,6 +65,8 @@
 
 ## Changes between Bunny 2.3.0 and 2.4.0 (June 11th, 2016)
 
+**This release includes minor breaking API changes**.
+
 ### Unconfirmed Delivery Tag Set Reset on Network Recovery
 
 Channels will now reset their unconfirmed delivery tag set after
@@ -81,6 +99,8 @@
 
 ### More Predictable RABBITMQ_URL Handling
 
+**This is a breaking API change**.
+
 `RABBITMQ_URL` no longer will be used if any other
 connection options are provided. This makes it possible
 to use `RABBITMQ_URL` for some connections and options
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-08-15 08:02:49.0 +0200
+++ new/README.md   2016-10-14 19:03:22.0 +0200
@@ -59,7 +59,7 @@
 
 ## Supported RabbitMQ Versions
 
-Bunny `1.5.0` (including previews) and later versions only support RabbitMQ 
`3.3+`.
+Bunny `1.5.0` and later versions only support RabbitMQ `3.3+`.
 Bunny `1.4.x` and earlier supports RabbitMQ 2.x and 3.x.
 
 
@@ -88,7 +88,7 @@
 To use Bunny in a project managed with Bundler:
 
 ``` ruby
-gem "bunny", ">= 2.3.1"
+gem "bunny", ">= 2.5.1"
 ```
 
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bunny/channel.rb new/lib/bunny/channel.rb
--- old/lib/bunny/channel.rb2016-08-15 08:02:49.0 +0200
+++ new/lib/bunny/channel.rb2016-10-14 19:03:22.0 +0200
@@ -952,7 +952,7 @@
 @last_basic_cancel_ok = wait_on_continuations
   end
 
-  maybe_kill_consumer_work_pool! unless any_consumers?
+  @work_pool.shutdown(true) unless any_consumers?
 
   @last_basic_cancel_ok
 end
@@ -1790,11 +1790,9 @@
 @threads_waiting_on_confirms_continuations << t
 
 begin
-  outstanding_confirms = false
-  @unconfirmed_set_mutex.synchronize do
-outstanding_confirms = !@unconfirmed_set.empty?
+  while @unconfirmed_set_mutex.synchronize { !@unconfirmed_set.empty? }
+

commit rubygem-arel for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-arel for openSUSE:Factory 
checked in at 2016-11-07 12:22:38

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


Package is "rubygem-arel"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-arel/rubygem-arel.changes
2016-10-10 16:23:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-arel.new/rubygem-arel.changes   
2016-11-07 12:22:39.0 +0100
@@ -1,0 +2,15 @@
+Sat Oct  8 04:28:52 UTC 2016 - co...@suse.com
+
+- updated to version 7.1.3
+ see installed History.txt
+
+  === 7.1.3 / 2016-10-07
+  
+  * bug fixes
+  
+* Remove union mapping as :binary node when performing DepthFirst 
enumeration
+* Fix invalid BindParam output in Dot visitor
+* Add Arel::Nodes::Casted to dot visitor
+* Use Arel::Nodes::BindParam in Oracle visitor for queries using both 
LIMIT and OFFSET
+
+---

Old:

  arel-7.1.2.gem

New:

  arel-7.1.3.gem



Other differences:
--
++ rubygem-arel.spec ++
--- /var/tmp/diff_new_pack.tSUPGZ/_old  2016-11-07 12:22:40.0 +0100
+++ /var/tmp/diff_new_pack.tSUPGZ/_new  2016-11-07 12:22:40.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-arel
-Version:7.1.2
+Version:7.1.3
 Release:0
 %define mod_name arel
 %define mod_full_name %{mod_name}-%{version}

++ arel-7.1.2.gem -> arel-7.1.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.txt new/History.txt
--- old/History.txt 2016-09-13 22:27:22.0 +0200
+++ new/History.txt 2016-10-07 21:50:47.0 +0200
@@ -1,3 +1,12 @@
+=== 7.1.3 / 2016-10-07
+
+* bug fixes
+
+  * Remove union mapping as :binary node when performing DepthFirst enumeration
+  * Fix invalid BindParam output in Dot visitor
+  * Add Arel::Nodes::Casted to dot visitor
+  * Use Arel::Nodes::BindParam in Oracle visitor for queries using both LIMIT 
and OFFSET
+
 === 7.1.2 / 2016-09-13
 
 * bug fixes
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/arel/visitors/depth_first.rb 
new/lib/arel/visitors/depth_first.rb
--- old/lib/arel/visitors/depth_first.rb2016-09-13 22:27:22.0 
+0200
+++ new/lib/arel/visitors/depth_first.rb2016-10-07 21:50:47.0 
+0200
@@ -98,7 +98,6 @@
   alias :visit_Arel_Nodes_Regexp :binary
   alias :visit_Arel_Nodes_RightOuterJoin :binary
   alias :visit_Arel_Nodes_TableAlias :binary
-  alias :visit_Arel_Nodes_Union  :binary
   alias :visit_Arel_Nodes_Values :binary
   alias :visit_Arel_Nodes_When   :binary
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/arel/visitors/dot.rb new/lib/arel/visitors/dot.rb
--- old/lib/arel/visitors/dot.rb2016-09-13 22:27:22.0 +0200
+++ new/lib/arel/visitors/dot.rb2016-10-07 21:50:47.0 +0200
@@ -155,6 +155,11 @@
 visit_edge o, "name"
   end
 
+  def visit_Arel_Nodes_Casted o
+visit_edge o, 'val'
+visit_edge o, 'attribute'
+  end
+
   def visit_Arel_Attribute o
 visit_edge o, "relation"
 visit_edge o, "name"
@@ -204,7 +209,6 @@
   alias :visit_NilClass :visit_String
   alias :visit_TrueClass :visit_String
   alias :visit_FalseClass :visit_String
-  alias :visit_Arel_Nodes_BindParam :visit_String
   alias :visit_Integer :visit_String
   alias :visit_Fixnum :visit_String
   alias :visit_BigDecimal :visit_String
@@ -212,6 +216,8 @@
   alias :visit_Symbol :visit_String
   alias :visit_Arel_Nodes_SqlLiteral :visit_String
 
+  def visit_Arel_Nodes_BindParam o; end
+
   def visit_Hash o
 o.each_with_index do |pair, i|
   edge("pair_#{i}")   { visit pair }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/arel/visitors/oracle.rb 
new/lib/arel/visitors/oracle.rb
--- old/lib/arel/visitors/oracle.rb 2016-09-13 22:27:22.0 +0200
+++ new/lib/arel/visitors/oracle.rb 2016-10-07 21:50:47.0 +0200
@@ -26,11 +26,22 @@
 FROM ("
 
   collector = super(o, collector)
-  collector << ") raw_sql_
+
+  if offset.expr.is_a? Nodes::BindParam
+offset_bind = nil
+collector << ') raw_sql_ WHERE rownum <= ('
+collector.add_bind(offset.expr) { |i| offset_bind = ":a#{i}" }
+collector << ' + 

commit rubygem-sdoc for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sdoc for openSUSE:Factory 
checked in at 2016-11-07 12:22:49

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


Package is "rubygem-sdoc"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sdoc/rubygem-sdoc.changes
2015-02-16 21:09:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-sdoc.new/rubygem-sdoc.changes   
2016-11-07 12:22:50.0 +0100
@@ -1,0 +2,6 @@
+Sat Oct  8 04:37:10 UTC 2016 - co...@suse.com
+
+- updated to version 0.4.2
+  no changelog found
+
+---

Old:

  sdoc-0.4.1.gem

New:

  sdoc-0.4.2.gem



Other differences:
--
++ rubygem-sdoc.spec ++
--- /var/tmp/diff_new_pack.bjWntx/_old  2016-11-07 12:22:51.0 +0100
+++ /var/tmp/diff_new_pack.bjWntx/_new  2016-11-07 12:22:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sdoc
 #
-# 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
@@ -16,8 +16,15 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-sdoc
-Version:0.4.1
+Version:0.4.2
 Release:0
 %define mod_name sdoc
 %define mod_full_name %{mod_name}-%{version}
@@ -30,7 +37,7 @@
 BuildRequires:  %{rubygem rdoc  => 4.0}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  update-alternatives
-Url:http://github.com/voloko/sdoc
+Url:https://github.com/zzak/sdoc
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:rdoc html with javascript search index
@@ -48,7 +55,7 @@
 %install
 %gem_install \
   --symlink-binaries \
-  --doc-files="LICENSE README.md" \
+  --doc-files="CHANGELOG.md LICENSE README.md" \
   -f
 
 %gem_packages

++ sdoc-0.4.1.gem -> sdoc-0.4.2.gem ++
 2218 lines of diff (skipped)




commit rubygem-httpclient for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-httpclient for 
openSUSE:Factory checked in at 2016-11-07 12:22:44

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


Package is "rubygem-httpclient"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-httpclient/rubygem-httpclient.changes
2016-10-10 16:22:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-httpclient.new/rubygem-httpclient.changes   
2016-11-07 12:22:45.0 +0100
@@ -1,0 +2,6 @@
+Sat Oct  8 04:32:11 UTC 2016 - co...@suse.com
+
+- updated to version 2.8.2.4
+  no changelog found
+
+---

Old:

  httpclient-2.8.2.3.gem

New:

  httpclient-2.8.2.4.gem



Other differences:
--
++ rubygem-httpclient.spec ++
--- /var/tmp/diff_new_pack.FuFx4V/_old  2016-11-07 12:22:46.0 +0100
+++ /var/tmp/diff_new_pack.FuFx4V/_new  2016-11-07 12:22:46.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-httpclient
-Version:2.8.2.3
+Version:2.8.2.4
 Release:0
 %define mod_name httpclient
 %define mod_full_name %{mod_name}-%{version}

++ httpclient-2.8.2.3.gem -> httpclient-2.8.2.4.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/httpclient/ssl_config.rb 
new/lib/httpclient/ssl_config.rb
--- old/lib/httpclient/ssl_config.rb2016-08-28 08:48:35.0 +0200
+++ new/lib/httpclient/ssl_config.rb2016-09-10 17:06:12.0 +0200
@@ -56,8 +56,9 @@
 [:add_cert, :add_file, :add_path].each do |m|
   wrapped[m] = instance_method(m)
   define_method(m) do |cert|
-wrapped[m].bind(self).call(cert)
+res = wrapped[m].bind(self).call(cert)
 @_httpclient_cert_store_items << cert
+res
   end
 end
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/httpclient/version.rb 
new/lib/httpclient/version.rb
--- old/lib/httpclient/version.rb   2016-08-28 08:48:35.0 +0200
+++ new/lib/httpclient/version.rb   2016-09-10 17:06:12.0 +0200
@@ -1,3 +1,3 @@
 class HTTPClient
-  VERSION = '2.8.2.3'
+  VERSION = '2.8.2.4'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-08-28 08:48:35.0 +0200
+++ new/metadata2016-09-10 17:06:12.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: httpclient
 version: !ruby/object:Gem::Version
-  version: 2.8.2.3
+  version: 2.8.2.4
 platform: ruby
 authors:
 - Hiroshi Nakamura
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-08-28 00:00:00.0 Z
+date: 2016-09-10 00:00:00.0 Z
 dependencies: []
 description: 
 email: n...@ruby-lang.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/test/test_ssl.rb new/test/test_ssl.rb
--- old/test/test_ssl.rb2016-08-28 08:48:35.0 +0200
+++ new/test/test_ssl.rb2016-09-10 17:06:12.0 +0200
@@ -383,6 +383,11 @@
 @client.ssl_config.verify_mode = OpenSSL::SSL::VERIFY_PEER
   end
 
+  def test_x509_store_add_cert_prepend
+store = OpenSSL::X509::Store.new
+assert_equal(store, 
store.add_cert(OpenSSL::X509::Certificate.new(VERIFY_TEST_CERT_LOCALHOST)))
+  end
+
 private
 
   def cert(filename)




commit rubygem-excon for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-excon for openSUSE:Factory 
checked in at 2016-11-07 12:22:56

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-10-10 16:23:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-excon.new/rubygem-excon.changes 
2016-11-07 12:22:57.0 +0100
@@ -1,0 +2,6 @@
+Tue Oct 18 04:32:13 UTC 2016 - co...@suse.com
+
+- updated to version 0.54.0
+ see installed changelog.txt
+
+---

Old:

  excon-0.53.0.gem

New:

  excon-0.54.0.gem



Other differences:
--
++ rubygem-excon.spec ++
--- /var/tmp/diff_new_pack.Kms8ye/_old  2016-11-07 12:22:59.0 +0100
+++ /var/tmp/diff_new_pack.Kms8ye/_new  2016-11-07 12:22:59.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-excon
-Version:0.53.0
+Version:0.54.0
 Release:0
 %define mod_name excon
 %define mod_full_name %{mod_name}-%{version}

++ excon-0.53.0.gem -> excon-0.54.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile.lock new/Gemfile.lock
--- old/Gemfile.lock2016-09-27 22:21:36.0 +0200
+++ new/Gemfile.lock2016-10-17 16:46:34.0 +0200
@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-excon (0.53.0)
+excon (0.54.0)
 
 GEM
   remote: http://rubygems.org/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2016-09-27 22:21:36.0 +0200
+++ new/Rakefile2016-10-17 16:46:34.0 +0200
@@ -152,3 +152,10 @@
 file.write(data)
   end
 end
+
+desc "check ssl settings"
+task :hows_my_ssl do
+  require File.join(File.dirname(__FILE__), 'lib', 'excon')
+  data = Excon.get("https://www.howsmyssl.com/a/check;).body
+  puts data
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/changelog.txt new/changelog.txt
--- old/changelog.txt   2016-09-27 22:21:37.0 +0200
+++ new/changelog.txt   2016-10-17 16:46:34.0 +0200
@@ -1,4 +1,11 @@
-0.32.0 09/27/2016
+0.54.0 10/17/2016
+=
+
+add howsmyssl rake task for sanity checking
+update default ciphers to mozilla intermediate list
+fix typo in changelog
+
+0.53.0 09/27/2016
 =
 
 add ability to pass ssl options as strings
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-09-27 22:21:37.0 +0200
+++ new/excon.gemspec   2016-10-17 16:46:34.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.53.0'
-  s.date  = '2016-09-27'
+  s.version   = '0.54.0'
+  s.date  = '2016-10-17'
   s.rubyforge_project = 'excon'
 
   ## Make sure your summary is short. The description may be as long
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/excon/constants.rb new/lib/excon/constants.rb
--- old/lib/excon/constants.rb  2016-09-27 22:21:37.0 +0200
+++ new/lib/excon/constants.rb  2016-10-17 16:46:34.0 +0200
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 module Excon
 
-  VERSION = '0.53.0'
+  VERSION = '0.54.0'
 
   CR_NL = "\r\n"
 
@@ -110,7 +110,8 @@
   # these come last as they rely on the above
   DEFAULTS = {
 :chunk_size   => CHUNK_SIZE || DEFAULT_CHUNK_SIZE,
-:ciphers  => 'HIGH:!SSLv2:!aNULL:!eNULL:!3DES',
+# see 
https://wiki.mozilla.org/Security/Server_Side_TLS#Intermediate_compatibility_.28default.29
+:ciphers  => 
'ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS',
 

commit perl-Data-Util for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package perl-Data-Util for openSUSE:Factory 
checked in at 2016-11-07 12:22:08

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


Package is "perl-Data-Util"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Data-Util/perl-Data-Util.changes
2015-08-29 20:04:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Data-Util.new/perl-Data-Util.changes   
2016-11-07 12:22:10.0 +0100
@@ -1,0 +2,21 @@
+Tue Aug  2 05:14:12 UTC 2016 - co...@suse.com
+
+- updated to 0.65
+   see /usr/share/doc/packages/perl-Data-Util/Changes
+
+  0.65 2016-08-01T13:12:55Z
+  - Drop Perl 5.8 for maintenance
+  - Fix pure perl installation
+
+---
+Sun Jul 24 05:13:57 UTC 2016 - co...@suse.com
+
+- updated to 0.64
+   see /usr/share/doc/packages/perl-Data-Util/Changes
+
+  0.64 2016-07-23T15:13:01Z
+  - Fix on perl 5.22.x or higher versions
+  - Minilla migrate
+- remove upstream perl522.patch
+
+---

Old:

  Data-Util-0.63.tar.gz
  perl522.patch

New:

  Data-Util-0.65.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Data-Util.spec ++
--- /var/tmp/diff_new_pack.E5vf4n/_old  2016-11-07 12:22:11.0 +0100
+++ /var/tmp/diff_new_pack.E5vf4n/_new  2016-11-07 12:22:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Data-Util
 #
-# 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,53 +17,55 @@
 
 
 Name:   perl-Data-Util
-Version:0.63
+Version:0.65
 Release:0
 %define cpan_name Data-Util
-Summary:A selection of utilities for data and data types
+Summary:Selection of Utilities for Data and Data Types
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Data-Util/
-Source: 
http://www.cpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz
-Patch0: perl522.patch
+Source0:
http://www.cpan.org/authors/id/S/SY/SYOHEX/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Devel::PPPort) >= 3.19
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.59
 BuildRequires:  perl(ExtUtils::ParseXS) >= 3.18
 BuildRequires:  perl(Hash::Util::FieldHash::Compat)
+BuildRequires:  perl(Module::Build) >= 0.400500
+BuildRequires:  perl(Module::Build::XSUtil) >= 0.03
 BuildRequires:  perl(Scope::Guard)
-BuildRequires:  perl(Test::Exception) >= 0.27
+BuildRequires:  perl(Test::Exception) >= 0.27
 %{perl_requires}
 
 %description
 This module provides utility functions for data and data types, including
 functions for subroutines and symbol table hashes (stashes).
 
-The implementation of this module is both Pure Perl and XS, so if you have
-a C compiler, all the functions this module provides are really faster.
+This module makes for a pure Perl and XS implementation.
+
+However, if you want to use the full capacity of it, we recommend you to
+opt for the XS backend.
 
 There are many benchmarks in the _DIST-DIR/benchmark/_ directory.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
-%patch0 -p1
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
+./Build build flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes example README
+%doc Changes circle.yml example LICENSE minil.toml README.md
 
 %changelog

++ Data-Util-0.63.tar.gz -> Data-Util-0.65.tar.gz ++
 8469 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 

commit perl-Sys-SigAction for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-SigAction for 
openSUSE:Factory checked in at 2016-11-07 12:22:22

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


Package is "perl-Sys-SigAction"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-SigAction/perl-Sys-SigAction.changes
2013-11-26 14:41:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Sys-SigAction.new/perl-Sys-SigAction.changes   
2016-11-07 12:22:23.0 +0100
@@ -1,0 +2,16 @@
+Sun Sep 11 06:07:16 UTC 2016 - co...@suse.com
+
+- updated to 0.23
+   see /usr/share/doc/packages/perl-Sys-SigAction/Changes
+
+---
+Tue Jul 26 05:53:12 UTC 2016 - co...@suse.com
+
+- updated to 0.22
+   see /usr/share/doc/packages/perl-Sys-SigAction/Changes
+
+  =head2 Changes in Sys::SigAction 0.22  20 Nov 2013
+  
+  Fix lack of interpolation in Makefile.PL for unsupported MSWin OS.
+
+---

Old:

  Sys-SigAction-0.21.tar.gz

New:

  Sys-SigAction-0.23.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Sys-SigAction.spec ++
--- /var/tmp/diff_new_pack.WvKjwy/_old  2016-11-07 12:22:24.0 +0100
+++ /var/tmp/diff_new_pack.WvKjwy/_new  2016-11-07 12:22:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sys-SigAction
 #
-# 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,20 +17,19 @@
 
 
 Name:   perl-Sys-SigAction
-Version:0.21
+Version:0.23
 Release:0
 %define cpan_name Sys-SigAction
 Summary:Perl extension for Consistent Signal Handling
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Sys-SigAction/
-Source: 
http://www.cpan.org/authors/id/L/LB/LBAXTER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/L/LB/LBAXTER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(Sys::SigAction)
-#BuildRequires: perl(Sys::SigAction::Alarm)
 %{perl_requires}
 
 %description
@@ -70,21 +69,101 @@
 when, for instance, the host on which a database resides is not available:
 'DBI->connect()' hangs for minutes before returning an error (and cannot
 even be interrupted with control-C, even when the intended timeout is only
-seconds). This is because SIGINT appears to be deferred as well. 
+seconds). This is because SIGINT appears to be deferred as well. The result
+is that it is impossible to implement open timeouts with code that looks
+like this in perl 5.8.0 and later:
+
+   eval {
+  eval {
+ local $SIG{ALRM} = sub { die "timeout" };
+ alarm 2;
+ $sth = DBI->connect(...);
+ alarm 0;
+  };
+  alarm 0;
+  die if $@;
+   };
+
+Or as the author of bug #50628 pointed out, might probably better be
+written as:
+
+   eval {
+  local $SIG{ALRM} = sub { die "timeout" };
+  eval {
+ alarm 2;
+ $sth = DBI->connect(...);
+ alarm 0;
+  };
+  alarm 0;
+  die if $@;
+   };
+
+The solution, if your system has the POSIX sigaction() function, is to use
+perl's 'POSIX::sigaction()' to install the signal handler. With
+'sigaction()', one gets control over both the signal mask, and the
+'sa_flags' that are used to install the handler. Further, with perl 5.8.2
+and later, a 'safe' switch is provided which can be used to ask for safe(r)
+signal handling.
+
+Using sigaction() ensures that the system call won't be resumed after it's
+interrupted, so long as die is called within the signal handler. This is no
+longer the case when one uses '$SIG{name}' to set signal handlers in perls
+>= 5.8.0.
+
+The usage of sigaction() is not well documented however, and in perl
+versions less than 5.8.0, it does not work at all. (But that's OK, because
+just setting '$SIG' does work in that case.) Using sigaction() requires
+approximately 4 or 5 lines of code where previously one only had to set a
+code reference into the %SIG hash.
+
+Unfortunately, at least with perl 5.8.0, the result is that doing this
+effectively reverts to the 'unsafe' signals behavior. It is not clear
+whether this would be the case in perl 5.8.2, since the safe flag can be
+used to ask 

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

2016-11-07 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-11-07 12:22:33

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-07-24 19:53:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new/perl-CPAN-Perl-Releases.changes
 2016-11-07 12:22:34.0 +0100
@@ -1,0 +2,36 @@
+Fri Oct 21 05:07:12 UTC 2016 - co...@suse.com
+
+- updated to 2.98
+   see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+---
+Fri Oct 14 05:07:02 UTC 2016 - co...@suse.com
+
+- updated to 2.96
+   see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+---
+Wed Sep 21 05:07:47 UTC 2016 - co...@suse.com
+
+- updated to 2.94
+   see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+---
+Sun Aug 21 05:06:25 UTC 2016 - co...@suse.com
+
+- updated to 2.92
+   see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+---
+Sat Aug 13 05:06:18 UTC 2016 - co...@suse.com
+
+- updated to 2.90
+   see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+---
+Tue Jul 26 05:05:26 UTC 2016 - co...@suse.com
+
+- updated to 2.88
+   see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+---

Old:

  CPAN-Perl-Releases-2.84.tar.gz

New:

  CPAN-Perl-Releases-2.98.tar.gz



Other differences:
--
++ perl-CPAN-Perl-Releases.spec ++
--- /var/tmp/diff_new_pack.0FCISf/_old  2016-11-07 12:22:35.0 +0100
+++ /var/tmp/diff_new_pack.0FCISf/_new  2016-11-07 12:22:35.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CPAN-Perl-Releases
-Version:2.84
+Version:2.98
 Release:0
 %define cpan_name CPAN-Perl-Releases
 Summary:Mapping Perl releases on CPAN to the location of the tarballs

++ CPAN-Perl-Releases-2.84.tar.gz -> CPAN-Perl-Releases-2.98.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.84/Changes 
new/CPAN-Perl-Releases-2.98/Changes
--- old/CPAN-Perl-Releases-2.84/Changes 2016-07-20 20:32:14.0 +0200
+++ new/CPAN-Perl-Releases-2.98/Changes 2016-10-20 17:53:49.0 +0200
@@ -1,8 +1,80 @@
 ==
-Changes from 2011-07-22 00:00:00 + to present.
+Changes from 2011-10-22 00:00:00 + to present.
 ==
 
 -
+version 2.98 at 2016-10-20 15:53:14 +
+-
+
+  Change: e96d93cdad3277c8c60243e39a9d63ef29e7d260
+  Author: Chris 'BinGOs' Williams 
+  Date : 2016-10-20 16:53:14 +
+
+Updated for v5.25.6 
+
+-
+version 2.96 at 2016-10-12 23:51:51 +
+-
+
+  Change: 0a88ef83dfd01f000ccfb520f6a17889c62bdcf6
+  Author: Chris 'BinGOs' Williams 
+  Date : 2016-10-13 00:51:51 +
+
+Updated for v5.22.3-RC4 and v5.24.1-RC4 
+
+-
+version 2.94 at 2016-09-20 18:02:27 +
+-
+
+  Change: 961673b146a504db123194ccd787c85b59610dd0
+  Author: Chris 'BinGOs' Williams 
+  Date : 2016-09-20 19:02:27 +
+
+Updated for v5.25.5
+
+Fixed for v5.25.4 
+
+-
+version 2.92 at 2016-08-20 20:37:31 +
+-
+
+  Change: 4f99fa2b9ee9aabf228c5cc75787998b77129c32
+  Author: Chris 'BinGOs' Williams 
+  Date : 2016-08-20 21:37:31 +
+
+Updated for v5.25.4 
+
+-
+version 2.90 at 2016-08-12 07:06:51 +
+-
+
+  Change: d5f83629121e31d807cc11e7f7e4e897cfd937b3
+  Author: Chris 'BinGOs' Williams 
+  Date : 2016-08-12 08:06:51 +
+
+Updated for v5.22.3 and v5.24.1 RC3 
+
+-
+version 2.88 at 2016-07-25 15:49:54 +
+-
+
+  Change: 

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

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-AssetPack 
for openSUSE:Factory checked in at 2016-11-07 12:22:14

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


Package is "perl-Mojolicious-Plugin-AssetPack"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-AssetPack/perl-Mojolicious-Plugin-AssetPack.changes
  2016-07-20 09:29:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-AssetPack.new/perl-Mojolicious-Plugin-AssetPack.changes
 2016-11-07 12:22:15.0 +0100
@@ -1,0 +2,59 @@
+Mon Sep 12 05:42:28 UTC 2016 - co...@suse.com
+
+- updated to 1.24
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes
+
+  1.24 2016-09-11T17:22:08+0200
+   - Forgot to delete t/sass-current-app.t after 1.23
+  
+  1.23 2016-09-11T17:01:57+0200
+   - Add EXPERIMENTAL support for mixing in dynamic SASS files
+
+---
+Sat Sep  3 05:40:17 UTC 2016 - co...@suse.com
+
+- updated to 1.22
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes
+
+  1.22 2016-09-02T14:27:42+0200
+   - Fix showing error message when asset could not be found
+
+---
+Fri Sep  2 05:42:57 UTC 2016 - co...@suse.com
+
+- updated to 1.21
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes
+
+  1.21 2016-08-29T15:48:01+0200
+   - Add support for merging assetpack.db files
+
+---
+Sat Aug 20 05:34:48 UTC 2016 - co...@suse.com
+
+- updated to 1.20
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes
+
+  1.20 2016-08-19T15:11:58+0200
+   - Add EXPERIMENTAL Mojolicious::Plugin::AssetPack::Pipe::TypeScript
+   - Will default to "==" test when checking mode in assetpack.def
+   - Moved Backcompat to the Mojolicious-Plugin-AssetPack-Backcompat dist
+
+---
+Thu Aug 11 05:41:10 UTC 2016 - co...@suse.com
+
+- updated to 1.19
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes
+
+  1.19 2016-08-10T19:14:16+0200
+   - Add EXPERIMENTAL support for compiling .vue (Vue.js) files
+
+---
+Tue Jul 26 05:33:29 UTC 2016 - co...@suse.com
+
+- updated to 1.18
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes
+
+  1.18 2016-07-25T17:52:06+0200
+   - Fix Can't locate object method "authority" via package "Mojo::URL" #102
+
+---

Old:

  Mojolicious-Plugin-AssetPack-1.17.tar.gz

New:

  Mojolicious-Plugin-AssetPack-1.24.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-AssetPack.spec ++
--- /var/tmp/diff_new_pack.yLLr0L/_old  2016-11-07 12:22:16.0 +0100
+++ /var/tmp/diff_new_pack.yLLr0L/_new  2016-11-07 12:22:16.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious-Plugin-AssetPack
-Version:1.17
+Version:1.24
 Release:0
 %define cpan_name Mojolicious-Plugin-AssetPack
 Summary:Compress and convert css, less, sass, javascript and 
coffeescript files

++ Mojolicious-Plugin-AssetPack-1.17.tar.gz -> 
Mojolicious-Plugin-AssetPack-1.24.tar.gz ++
 4008 lines of diff (skipped)




commit perl-Class-Base for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-Base for openSUSE:Factory 
checked in at 2016-11-07 12:21:57

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


Package is "perl-Class-Base"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-Base/perl-Class-Base.changes  
2015-04-15 16:23:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Class-Base.new/perl-Class-Base.changes 
2016-11-07 12:21:58.0 +0100
@@ -1,0 +2,12 @@
+Tue Jul 26 05:07:32 UTC 2016 - co...@suse.com
+
+- updated to 0.08
+   see /usr/share/doc/packages/perl-Class-Base/Changes
+
+  0.08 2016.08.25
+  Fix release (hopefully)
+  
+  0.07 2016.08.25
+  BUILD_REQUIRES vs TEST_REQUIRES  (Kent Fredric)
+
+---

Old:

  Class-Base-0.06.tar.gz

New:

  Class-Base-0.08.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Class-Base.spec ++
--- /var/tmp/diff_new_pack.xmeE2B/_old  2016-11-07 12:22:00.0 +0100
+++ /var/tmp/diff_new_pack.xmeE2B/_new  2016-11-07 12:22:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-Base
 #
-# 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,15 @@
 
 
 Name:   perl-Class-Base
-Version:0.06
+Version:0.08
 Release:0
 %define cpan_name Class-Base
-Summary:useful base class for deriving other modules
+Summary:Useful Base Class for Deriving Other Modules
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Class-Base/
-Source: 
http://www.cpan.org/authors/id/S/SZ/SZABGAB/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/S/SZ/SZABGAB/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -32,8 +33,8 @@
 %{perl_requires}
 
 %description
-Please consider using the Badger::Base manpage instead which is the
-successor of this module.
+Please consider using Badger::Base instead which is the successor of this
+module.
 
 This module implements a simple base class from which other modules can be
 derived, thereby inheriting a number of useful methods such as 'new()',
@@ -107,7 +108,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

++ Class-Base-0.06.tar.gz -> Class-Base-0.08.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Base-0.06/.travis.yml 
new/Class-Base-0.08/.travis.yml
--- old/Class-Base-0.06/.travis.yml 1970-01-01 01:00:00.0 +0100
+++ new/Class-Base-0.08/.travis.yml 2014-09-03 08:14:55.0 +0200
@@ -0,0 +1,11 @@
+branches:
+  except:
+- gh-pages
+language: perl
+perl:
+  - "5.20"
+  - "5.18"
+  - "5.16"
+  - "5.14"
+  - "5.12"
+  - "5.10"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Base-0.06/Changes new/Class-Base-0.08/Changes
--- old/Class-Base-0.06/Changes 2014-08-26 09:12:03.0 +0200
+++ new/Class-Base-0.08/Changes 2016-07-25 12:44:53.0 +0200
@@ -11,6 +11,12 @@
 #
 
 
+0.08 2016.08.25
+Fix release (hopefully)
+
+0.07 2016.08.25
+BUILD_REQUIRES vs TEST_REQUIRES  (Kent Fredric)
+
 0.06 2014.08.26
 Add license to META files
 Updating the Changes file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Base-0.06/MANIFEST new/Class-Base-0.08/MANIFEST
--- old/Class-Base-0.06/MANIFEST2014-08-26 09:12:47.0 +0200
+++ new/Class-Base-0.08/MANIFEST2016-07-25 12:45:10.0 +0200
@@ -1,3 +1,4 @@
+.travis.yml
 Changes
 lib/Class/Base.pm
 Makefile.PL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Base-0.06/META.json 
new/Class-Base-0.08/META.json
--- old/Class-Base-0.06/META.json   2014-08-26 09:12:47.0 +0200
+++ new/Class-Base-0.08/META.json   2016-07-25 12:45:10.0 +0200
@@ -4,7 +4,7 @@
   "Andy Wardley "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, 

commit perl-Lingua-EN-Inflect for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package perl-Lingua-EN-Inflect for 
openSUSE:Factory checked in at 2016-11-07 12:21:50

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


Package is "perl-Lingua-EN-Inflect"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Lingua-EN-Inflect/perl-Lingua-EN-Inflect.changes
2015-05-10 10:47:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Lingua-EN-Inflect.new/perl-Lingua-EN-Inflect.changes
   2016-11-07 12:21:51.0 +0100
@@ -1,0 +2,6 @@
+Thu Jul 28 05:30:29 UTC 2016 - co...@suse.com
+
+- updated to 1.900
+   see /usr/share/doc/packages/perl-Lingua-EN-Inflect/Changes
+
+---

Old:

  Lingua-EN-Inflect-1.899.tar.gz

New:

  Lingua-EN-Inflect-1.900.tar.gz



Other differences:
--
++ perl-Lingua-EN-Inflect.spec ++
--- /var/tmp/diff_new_pack.QbMMQT/_old  2016-11-07 12:21:52.0 +0100
+++ /var/tmp/diff_new_pack.QbMMQT/_new  2016-11-07 12:21:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Lingua-EN-Inflect
 #
-# 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-Lingua-EN-Inflect
-Version:1.899
+Version:1.900
 Release:0
 %define cpan_name Lingua-EN-Inflect
 Summary:Convert singular to plural. Select "a" or "an"
@@ -65,11 +65,11 @@
 Where two or more inflected forms exist for a single word (typically a
 "classical" form and a "modern" form), Lingua::EN::Inflect prefers the more
 common form (typically the "modern" one), unless "classical" processing has
-been specified (see the "MODERN VS CLASSICAL INFLECTIONS" manpage).
+been specified (see "MODERN VS CLASSICAL INFLECTIONS").
 
 %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

++ Lingua-EN-Inflect-1.899.tar.gz -> Lingua-EN-Inflect-1.900.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Inflect-1.899/Changes 
new/Lingua-EN-Inflect-1.900/Changes
--- old/Lingua-EN-Inflect-1.899/Changes 2015-05-05 22:34:22.0 +0200
+++ new/Lingua-EN-Inflect-1.900/Changes 2016-07-27 12:03:35.0 +0200
@@ -240,7 +240,6 @@
 - Added a pointer to Lingua::EN::Inflexion
 
 
-
 1.899  Wed May  6 06:34:22 2015
 
 - Fixed bug in ORD() where huge integers (in strings) were
@@ -249,3 +248,8 @@
 
 
 
+1.900  Wed Jul 27 20:03:35 2016
+
+- Fixed POD example (thanks, Rik!)
+
+- Fixed recalcitrant doc nit (humble apologies, Lady Aleena)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Inflect-1.899/META.json 
new/Lingua-EN-Inflect-1.900/META.json
--- old/Lingua-EN-Inflect-1.899/META.json   2015-05-05 22:34:27.0 
+0200
+++ new/Lingua-EN-Inflect-1.900/META.json   2016-07-27 12:03:39.0 
+0200
@@ -37,5 +37,5 @@
   }
},
"release_status" : "stable",
-   "version" : "1.899"
+   "version" : "1.900"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Inflect-1.899/META.yml 
new/Lingua-EN-Inflect-1.900/META.yml
--- old/Lingua-EN-Inflect-1.899/META.yml2015-05-05 22:34:27.0 
+0200
+++ new/Lingua-EN-Inflect-1.900/META.yml2016-07-27 12:03:39.0 
+0200
@@ -19,4 +19,4 @@
 - inc
 requires:
   Test::More: '0'
-version: '1.899'
+version: '1.900'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Inflect-1.899/README 
new/Lingua-EN-Inflect-1.900/README
--- old/Lingua-EN-Inflect-1.899/README  2015-05-05 22:34:22.0 +0200
+++ new/Lingua-EN-Inflect-1.900/README  2016-07-27 12:03:35.0 +0200
@@ -1,4 +1,4 @@
-Lingua::EN::Inflect version 1.899
+Lingua::EN::Inflect version 1.900
 
 The exportable subroutines of Lingua::EN::Inflect provide plural
 inflections and "a"/"an" selection for English words.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Inflect-1.899/lib/Lingua/EN/Inflect.pm 
new/Lingua-EN-Inflect-1.900/lib/Lingua/EN/Inflect.pm
--- old/Lingua-EN-Inflect-1.899/lib/Lingua/EN/Inflect.pm2015-05-05 
22:34:22.0 +0200
+++ new/Lingua-EN-Inflect-1.900/lib/Lingua/EN/Inflect.pm   

commit perl-Config-General for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-General for 
openSUSE:Factory checked in at 2016-11-07 12:21:43

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


Package is "perl-Config-General"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-General/perl-Config-General.changes  
2016-07-12 23:52:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Config-General.new/perl-Config-General.changes 
2016-11-07 12:21:44.0 +0100
@@ -1,0 +2,11 @@
+Sun Jul 31 05:09:04 UTC 2016 - co...@suse.com
+
+- updated to 2.63
+   see /usr/share/doc/packages/perl-Config-General/Changelog
+
+  2.63  - fix for rt.cpan.org#116340: do only consider a backslash
+  as meta escape char, but not if it appears on it's own,
+  as it happens on windows platforms. Thanks to for finding
+   and tracking it down.
+
+---

Old:

  Config-General-2.62.tar.gz

New:

  Config-General-2.63.tar.gz



Other differences:
--
++ perl-Config-General.spec ++
--- /var/tmp/diff_new_pack.LUbZ5j/_old  2016-11-07 12:21:45.0 +0100
+++ /var/tmp/diff_new_pack.LUbZ5j/_new  2016-11-07 12:21:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Config-General
-Version:2.62
+Version:2.63
 Release:0
 %define cpan_name Config-General
 Summary:Generic Config Module

++ Config-General-2.62.tar.gz -> Config-General-2.63.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-General-2.62/Changelog 
new/Config-General-2.63/Changelog
--- old/Config-General-2.62/Changelog   2016-07-08 10:42:58.0 +0200
+++ new/Config-General-2.63/Changelog   2016-07-29 08:06:23.0 +0200
@@ -1,3 +1,8 @@
+2.63  - fix for rt.cpan.org#116340: do only consider a backslash
+as meta escape char, but not if it appears on it's own,
+as it happens on windows platforms. Thanks to for finding
+   and tracking it down.
+
 2.62  - fix rt.cpan.org#115326: Callback on 'pre_open' not called
 when glob expands to one include file
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-General-2.62/General.pm 
new/Config-General-2.63/General.pm
--- old/Config-General-2.62/General.pm  2016-07-08 10:25:25.0 +0200
+++ new/Config-General-2.63/General.pm  2016-07-29 08:10:28.0 +0200
@@ -32,7 +32,7 @@
 use Carp;
 use Exporter;
 
-$Config::General::VERSION = "2.62";
+$Config::General::VERSION = "2.63";
 
 use vars  qw(@ISA @EXPORT_OK);
 use base qw(Exporter);
@@ -454,9 +454,18 @@
 $configfile = $basefile;
   }
 
-  if ($this->{IncludeGlob} and $configfile =~ /[*?\[\{\\]/) {
+  my $glob = qr/[*?\[\{\\]/;
+  if ($^O =~ /win/i) {
+# fix for rt.cpan.org#116340: do only consider a backslash
+# as meta escape char, but not if it appears on it's own,
+# as it happens on windows platforms.
+$glob = qr/(\\[*?\[\{\\]|[*?\[\{])/;
+  }
+
+  if ($this->{IncludeGlob} and $configfile =~ /$glob/) {
 # Something like: *.conf (or maybe dir/*.conf) was included; expand it and
 # pass each expansion through this method again.
+local $_;
 my @include = grep { -f $_ } bsd_glob($configfile, GLOB_BRACE | 
GLOB_QUOTE);
 
 # applied patch by AlexK fixing rt.cpan.org#41030
@@ -473,8 +482,8 @@
 # Multiple results or no expansion results (which is fine,
 # include foo/* shouldn't fail if there isn't anything matching)
 # rt.cpan.org#79869: local $this->{IncludeGlob};
-for (@include) {
-  $this->_open($_);
+foreach my $file (@include) {
+  $this->_open($file);
 }
 return;
   }
@@ -2865,7 +2874,7 @@
 
 =head1 VERSION
 
-2.62
+2.63
 
 =cut
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-General-2.62/META.json 
new/Config-General-2.63/META.json
--- old/Config-General-2.62/META.json   2016-07-08 10:46:42.0 +0200
+++ new/Config-General-2.63/META.json   2016-07-29 08:10:54.0 +0200
@@ -45,5 +45,5 @@
  "url" : "http://dev.catalyst.perl.org/repos/Config-General/trunk/;
   }
},
-   "version" : "2.62"
+   "version" : "2.63"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-General-2.62/META.yml 
new/Config-General-2.63/META.yml
--- old/Config-General-2.62/META.yml2016-07-08 10:46:42.0 +0200
+++ new/Config-General-2.63/META.yml2016-07-29 08:10:54.0 +0200
@@ -24,4 +24,4 @@
   IO::File: 0
 resources:
   repository: 

commit perl-IRI for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package perl-IRI for openSUSE:Factory 
checked in at 2016-11-07 12:22:03

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


Package is "perl-IRI"

Changes:

--- /work/SRC/openSUSE:Factory/perl-IRI/perl-IRI.changes2016-04-28 
16:59:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-IRI.new/perl-IRI.changes   2016-11-07 
12:22:04.0 +0100
@@ -1,0 +2,11 @@
+Thu Jul 21 05:28:55 UTC 2016 - co...@suse.com
+
+- updated to 0.006
+   see /usr/share/doc/packages/perl-IRI/Changes
+
+  0.006  2016-07-19
+  
+   - (Update) Fix regular expression use of quantifiers (#8 from Karl
+ Williamson).
+
+---

Old:

  IRI-0.005.tar.gz

New:

  IRI-0.006.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-IRI.spec ++
--- /var/tmp/diff_new_pack.t5zk3J/_old  2016-11-07 12:22:05.0 +0100
+++ /var/tmp/diff_new_pack.t5zk3J/_new  2016-11-07 12:22:05.0 +0100
@@ -17,14 +17,15 @@
 
 
 Name:   perl-IRI
-Version:0.005
+Version:0.006
 Release:0
 %define cpan_name IRI
 Summary:Internationalized Resource Identifiers
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/IRI/
-Source: 
http://www.cpan.org/authors/id/G/GW/GWILLIAMS/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/G/GW/GWILLIAMS/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 Patch0: fix-package.diff
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,7 +44,7 @@
 
 %description
 The IRI module provides an object representation for Internationalized
-Resource Identifiers (IRIs) as defined by
+Resource Identifiers (IRIs) as defined by at
 http://www.ietf.org/rfc/rfc3987.txt and supports their parsing,
 serializing, and base resolution.
 

++ IRI-0.005.tar.gz -> IRI-0.006.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IRI-0.005/Changes new/IRI-0.006/Changes
--- old/IRI-0.005/Changes   2016-04-04 17:04:06.0 +0200
+++ new/IRI-0.006/Changes   2016-07-19 16:31:29.0 +0200
@@ -6,6 +6,11 @@
 Bug tracker:  
 Maintainer:   Gregory Todd Williams 
 
+0.006  2016-07-19
+
+ - (Update) Fix regular expression use of quantifiers (#8 from Karl
+   Williamson).
+
 0.005  2016-04-04
 
  - (Addition) Add ability to lazily parse IRI components.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IRI-0.005/Changes.ttl new/IRI-0.006/Changes.ttl
--- old/IRI-0.005/Changes.ttl   2016-04-04 06:20:44.0 +0200
+++ new/IRI-0.006/Changes.ttl   2016-07-19 16:28:22.0 +0200
@@ -15,6 +15,20 @@
.
 
 
+
+   dcterms:isVersionOf my:project ;
+   dcterms:replaces ;
+   
+   doap:Version [
+   doap:revision   "0.006" ;
+   doap:created"2016-07-19" ;
+   ] ;
+   asc:changes [
+   asc:update  "Fix regular expression use of 
quantifiers (#8 from Karl Williamson)." ;
+   ] ;
+   .
+
+
 
dcterms:isVersionOf my:project ;
dcterms:replaces ;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IRI-0.005/Changes.xml new/IRI-0.006/Changes.xml
--- old/IRI-0.005/Changes.xml   2016-04-04 17:04:06.0 +0200
+++ new/IRI-0.006/Changes.xml   2016-07-19 16:31:29.0 +0200
@@ -1,10 +1,24 @@
 
 http://www.w3.org/1999/02/22-rdf-syntax-ns#; 
xmlns:dbug="http://ontologi.es/doap-bugs#; xmlns:dc="http://purl.org/dc/terms/; 
xmlns:dcs="http://ontologi.es/doap-changeset#; 
xmlns:doap="http://usefulinc.com/ns/doap#; 
xmlns:foaf="http://xmlns.com/foaf/0.1/; 
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#;>
-
+
+   2016-07-19
+   0.006
+
+http://aaronland.info/ns/changefile/; 
rdf:nodeID="r1468938689r1">
+   Fix regular expression use of quantifiers (#8 from Karl 
Williamson).
+
+
+   2014-08-02
+   0.001
+
+http://aaronland.info/ns/changefile/; 
rdf:nodeID="r1468938689r11">
+   First release.
+
+
2016-04-04
0.005
 
-http://aaronland.info/ns/changefile/; 
rdf:nodeID="r1459782246r1">
+http://aaronland.info/ns/changefile/; 
rdf:nodeID="r1468938689r3">
Add ability to 

commit perl-Test-WWW-Mechanize for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-WWW-Mechanize for 
openSUSE:Factory checked in at 2016-11-07 12:21:36

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


Package is "perl-Test-WWW-Mechanize"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-WWW-Mechanize/perl-Test-WWW-Mechanize.changes
  2013-06-06 13:59:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-WWW-Mechanize.new/perl-Test-WWW-Mechanize.changes
 2016-11-07 12:21:37.0 +0100
@@ -1,0 +2,6 @@
+Mon Aug  1 06:01:30 UTC 2016 - co...@suse.com
+
+- updated to 1.46
+   see /usr/share/doc/packages/perl-Test-WWW-Mechanize/Changes
+
+---

Old:

  Test-WWW-Mechanize-1.44.tar.gz

New:

  Test-WWW-Mechanize-1.46.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Test-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.aHmPUL/_old  2016-11-07 12:21:38.0 +0100
+++ /var/tmp/diff_new_pack.aHmPUL/_new  2016-11-07 12:21:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-WWW-Mechanize
 #
-# 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,19 +17,21 @@
 
 
 Name:   perl-Test-WWW-Mechanize
-Version:1.44
+Version:1.46
 Release:0
 %define cpan_name Test-WWW-Mechanize
 Summary:Testing-specific WWW::Mechanize subclass
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-WWW-Mechanize/
-Source: 
http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Carp::Assert::More)
+BuildRequires:  perl(HTML::TokeParser)
 BuildRequires:  perl(HTML::TreeBuilder)
 BuildRequires:  perl(HTTP::Server::Simple) >= 0.42
 BuildRequires:  perl(HTTP::Server::Simple::CGI)
@@ -39,9 +41,9 @@
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(URI::file)
 BuildRequires:  perl(WWW::Mechanize) >= 1.68
-#BuildRequires: perl(TestServer)
-#BuildRequires: perl(Test::WWW::Mechanize)
+BuildRequires:  perl(parent)
 Requires:   perl(Carp::Assert::More)
+Requires:   perl(HTML::TokeParser)
 Requires:   perl(HTML::TreeBuilder)
 Requires:   perl(HTTP::Server::Simple) >= 0.42
 Requires:   perl(HTTP::Server::Simple::CGI)
@@ -51,6 +53,7 @@
 Requires:   perl(Test::More) >= 0.96
 Requires:   perl(URI::file)
 Requires:   perl(WWW::Mechanize) >= 1.68
+Requires:   perl(parent)
 %{perl_requires}
 
 %description

++ Test-WWW-Mechanize-1.44.tar.gz -> Test-WWW-Mechanize-1.46.tar.gz ++
 1654 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 fdupes for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package fdupes for openSUSE:Factory checked 
in at 2016-11-07 12:21:17

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


Package is "fdupes"

Changes:

--- /work/SRC/openSUSE:Factory/fdupes/fdupes.changes2015-09-19 
07:56:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.fdupes.new/fdupes.changes   2016-11-07 
12:21:18.0 +0100
@@ -1,0 +2,25 @@
+Fri Nov  4 14:33:59 UTC 2016 - psim...@suse.com
+
+- Drop 50_bts284274_hardlinkreplace.dpatch. The --linkhard option
+  added by this patch has an implementation bug that can cause data
+  loss. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677419
+  has more details.
+
+---
+Fri Nov  4 13:47:27 UTC 2016 - psim...@suse.com
+
+- Update to version 1.6.1. The following patches have been applied
+  upstream and were dropped:
+  * 0001-restore-pristine-code.patch
+  * 0002-Added-to-escape-minus-signs-in-manpage-lintian-warni.patch
+  * 0003-Fix-a-typo-in-a-manpage-bts353789.patch
+  * 0005-add-summarize-to-manpage-bts481809.patch
+  * 0006-add-nohidden-support-bts511702.patch
+  * 0007-Disambiguate-the-options-recurse-and-recurse-bts5371.patch
+  * 0008-speedup-the-file-compare.patch
+  * 0009-glibc-endianness-check-in-md5.patch
+  * 0010-add-permissions-mode.patch
+  * 0011-add-an-option-to-sort-duplicate-files-by-name.patch
+- 50_bts284274_hardlinkreplace.dpatch had to be refreshed.
+
+---

Old:

  0001-restore-pristine-code.patch
  0002-Added-to-escape-minus-signs-in-manpage-lintian-warni.patch
  0003-Fix-a-typo-in-a-manpage-bts353789.patch
  0005-add-summarize-to-manpage-bts481809.patch
  0006-add-nohidden-support-bts511702.patch
  0007-Disambiguate-the-options-recurse-and-recurse-bts5371.patch
  0008-speedup-the-file-compare.patch
  0009-glibc-endianness-check-in-md5.patch
  0010-add-permissions-mode.patch
  0011-add-an-option-to-sort-duplicate-files-by-name.patch
  50_bts284274_hardlinkreplace.dpatch
  fdupes-1.51.tar.gz

New:

  fdupes-1.6.1.tar.gz



Other differences:
--
++ fdupes.spec ++
--- /var/tmp/diff_new_pack.wIyG34/_old  2016-11-07 12:21:19.0 +0100
+++ /var/tmp/diff_new_pack.wIyG34/_new  2016-11-07 12:21:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fdupes
 #
-# 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,61 +17,25 @@
 
 
 Name:   fdupes
-Version:1.51
+Version:1.6.1
 Release:0
 Summary:Identifying or deleting duplicate files
 License:MIT
 Group:  Productivity/Archiving/Compression
 Url:https://github.com/adrianlopezroche/fdupes
-Source0:
https://github.com/adrianlopezroche/%{name}/archive/%{name}-%{version}.tar.gz
+Source0:
https://github.com/adrianlopezroche/fdupes/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:macros.fdupes
 #PATCH-FIX-SUSE: fix patch according distro's needs
 Patch0: fdupes-makefile.patch
-# I'v imported all patches from Debian (Fedora and Gentoo has the subset only)
-# to git and added there as individual patches
-# TODO: export the git repo or upstream it
-#PATCH-FIX-DEBIAN: obsoletes partly the speedup patch
-Patch1: 0001-restore-pristine-code.patch
-#PATCH-FIX-DEBIAN: minor typo in man page
-Patch2: 0002-Added-to-escape-minus-signs-in-manpage-lintian-warni.patch
-#PATCH-FIX-DEBIAN: dtto
-Patch3: 0003-Fix-a-typo-in-a-manpage-bts353789.patch
-#PATCH-FIX-DEBIAN: manpage fix
-Patch5: 0005-add-summarize-to-manpage-bts481809.patch
-#PATCH-FIX-DEBIAN: dtto
-Patch6: 0006-add-nohidden-support-bts511702.patch
-#PATCH-FIX-DEBIAN: manpage fix
-Patch7: 0007-Disambiguate-the-options-recurse-and-recurse-bts5371.patch
-#PATCH-FIX-OPENSUSE: speedup the compare
-Patch8: 0008-speedup-the-file-compare.patch
-#PATCH-FIX-OPENSUSE: endianness check in md5.h
-Patch9: 0009-glibc-endianness-check-in-md5.patch
-#PATCH-FIX-OPENSUSE: -p/--permissions mode
-Patch10:0010-add-permissions-mode.patch
-#PATCH-FIX-OPENSUSE: -o/--order mode
-Patch11:0011-add-an-option-to-sort-duplicate-files-by-name.patch
-#PATCH-FIX-DEBIAN: add -L/--linkhard
-Patch20:50_bts284274_hardlinkreplace.dpatch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 FDUPES is a program for identifying or deleting 

commit git for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2016-11-07 11:22:56

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


Package is "git"

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2016-10-06 12:31:03.0 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2016-11-07 
11:22:56.0 +0100
@@ -1,0 +2,8 @@
+Sat Oct 29 09:00:48 UTC 2016 - astie...@suse.com
+
+- git 2.10.2:
+  * minor bug fixes
+  * internal code improvements
+  * documentation updates
+
+---

Old:

  git-2.10.1.tar.sign
  git-2.10.1.tar.xz

New:

  git-2.10.2.tar.sign
  git-2.10.2.tar.xz



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.NTGUvt/_old  2016-11-07 11:22:58.0 +0100
+++ /var/tmp/diff_new_pack.NTGUvt/_new  2016-11-07 11:22:58.0 +0100
@@ -26,7 +26,7 @@
 %endif
 
 Name:   git
-Version:2.10.1
+Version:2.10.2
 Release:0
 Summary:Fast, scalable, distributed revision control system
 License:GPL-2.0

++ git-2.10.1.tar.xz -> git-2.10.2.tar.xz ++
 13968 lines of diff (skipped)





commit python3-pandas for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package python3-pandas for openSUSE:Factory 
checked in at 2016-11-07 10:08:18

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


Package is "python3-pandas"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pandas/python3-pandas-doc.changes
2016-10-13 11:31:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pandas.new/python3-pandas-doc.changes   
2016-11-07 10:08:19.0 +0100
@@ -1,0 +2,76 @@
+Sat Nov  5 17:42:27 UTC 2016 - a...@gmx.de
+
+- update to version 0.19.1:
+  * Performance Improvements
++ Fixed performance regression in factorization of Period data
+  (GH14338)
++ Fixed performance regression in Series.asof(where) when where is
+  a scalar (GH14461)
++ Improved performance in DataFrame.asof(where) when where is a
+  scalar (GH14461)
++ Improved performance in .to_json() when lines=True (GH14408)
++ Improved performance in certain types of loc indexing with a
+  MultiIndex (GH14551).
+  * Bug Fixes
++ Source installs from PyPI will now again work without cython
+  installed, as in previous versions (GH14204)
++ Compat with Cython 0.25 for building (GH14496)
++ Fixed regression where user-provided file handles were closed in
+  read_csv (c engine) (GH14418).
++ Fixed regression in DataFrame.quantile when missing values where
+  present in some columns (GH14357).
++ Fixed regression in Index.difference where the freq of a
+  DatetimeIndex was incorrectly set (GH14323)
++ Added back pandas.core.common.array_equivalent with a
+  deprecation warning (GH14555).
++ Bug in pd.read_csv for the C engine in which quotation marks
+  were improperly parsed in skipped rows (GH14459)
++ Bug in pd.read_csv for Python 2.x in which Unicode quote
+  characters were no longer being respected (GH14477)
++ Fixed regression in Index.append when categorical indices were
+  appended (GH14545).
++ Fixed regression in pd.DataFrame where constructor fails when
+  given dict with None value (GH14381)
++ Fixed regression in DatetimeIndex._maybe_cast_slice_bound when
+  index is empty (GH14354).
++ Bug in localizing an ambiguous timezone when a boolean is passed
+  (GH14402)
++ Bug in TimedeltaIndex addition with a Datetime-like object where
+  addition overflow in the negative direction was not being caught
+  (GH14068, GH14453)
++ Bug in string indexing against data with object Index may raise
+  AttributeError (GH14424)
++ Corrrecly raise ValueError on empty input to pd.eval() and
+  df.query() (GH13139)
++ Bug in RangeIndex.intersection when result is a empty set
+  (GH14364).
++ Bug in groupby-transform broadcasting that could cause incorrect
+  dtype coercion (GH14457)
++ Bug in Series.__setitem__ which allowed mutating read-only
+  arrays (GH14359).
++ Bug in DataFrame.insert where multiple calls with duplicate
+  columns can fail (GH14291)
++ pd.merge() will raise ValueError with non-boolean parameters in
+  passed boolean type arguments (GH14434)
++ Bug in Timestamp where dates very near the minimum (1677-09)
+  could underflow on creation (GH14415)
++ Bug in pd.concat where names of the keys were not propagated to
+  the resulting MultiIndex (GH14252)
++ Bug in pd.concat where axis cannot take string parameters 'rows'
+  or 'columns' (GH14369)
++ Bug in pd.concat with dataframes heterogeneous in length and
+  tuple keys (GH14438)
++ Bug in MultiIndex.set_levels where illegal level values were
+  still set after raising an error (GH13754)
++ Bug in DataFrame.to_json where lines=True and a value contained
+  a } character (GH14391)
++ Bug in df.groupby causing an AttributeError when grouping a
+  single index frame by a column and the index level
+  (:issue`14327`)
++ Bug in df.groupby where TypeError raised when
+  pd.Grouper(key=...) is passed in a list (GH14334)
++ Bug in pd.pivot_table may raise TypeError or ValueError when
+  index or columns is not scalar and values is not specified
+  (GH14380)
+
+---
python3-pandas.changes: same change

Old:

  pandas-0.19.0.tar.gz

New:

  pandas-0.19.1.tar.gz



Other differences:
--
++ python3-pandas-doc.spec ++
--- /var/tmp/diff_new_pack.fRGCNP/_old  2016-11-07 10:08:20.0 +0100
+++ /var/tmp/diff_new_pack.fRGCNP/_new  2016-11-07 10:08:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pandas-doc
-Version:0.19.0

commit python3-Django for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package python3-Django for openSUSE:Factory 
checked in at 2016-11-07 10:08:13

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


Package is "python3-Django"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Django/python3-Django.changes
2016-10-28 10:45:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Django.new/python3-Django.changes   
2016-11-07 10:08:14.0 +0100
@@ -1,0 +2,25 @@
+Sat Nov  5 17:56:44 UTC 2016 - a...@gmx.de
+
+- update to version 1.10.3:
+  * User with hardcoded password created when running tests on Oracle
+  * DNS rebinding vulnerability when DEBUG=True
+  * Bugfixes
++ Allowed User.is_authenticated and User.is_anonymous properties
+  to be tested for set membership (#27309).
++ Fixed a performance regression when running migrate in projects
+  with RenameModel operations (#27279).
++ Added model_name to the allow_migrate() calls in makemigrations
+  (#27200).
++ Made the JavaScriptCatalog view respect the packages argument;
+  previously it was ignored (#27374).
++ Fixed QuerySet.bulk_create() on PostgreSQL when the number of
+  objects is a multiple plus one of batch_size (#27385).
++ Prevented i18n_patterns() from using too much of the URL as the
+  language to fix a use case for prefix_default_language=False
+  (#27063).
++ Replaced a possibly incorrect redirect from SessionMiddleware
+  when a session is destroyed in a concurrent request with a
+  SuspiciousOperation to indicate that the request can’t be
+  completed (#27363).
+
+---

Old:

  Django-1.10.2.checksum.txt
  Django-1.10.2.tar.gz

New:

  Django-1.10.3.checksum.txt
  Django-1.10.3.tar.gz



Other differences:
--
++ python3-Django.spec ++
--- /var/tmp/diff_new_pack.zqAgFZ/_old  2016-11-07 10:08:15.0 +0100
+++ /var/tmp/diff_new_pack.zqAgFZ/_new  2016-11-07 10:08:15.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-Django
-Version:1.10.2
+Version:1.10.3
 Release:0
 Summary:A high-level Python Web framework
 License:BSD-3-Clause

++ Django-1.10.2.checksum.txt -> Django-1.10.3.checksum.txt ++
--- /work/SRC/openSUSE:Factory/python3-Django/Django-1.10.2.checksum.txt
2016-10-28 10:45:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Django.new/Django-1.10.3.checksum.txt   
2016-11-07 10:08:14.0 +0100
@@ -2,7 +2,7 @@
 Hash: SHA256
 
 This file contains MD5, SHA1, and SHA256 checksums for the source-code
-tarball and wheel files of Django 1.10.2, released October 1, 2016.
+tarball and wheel files of Django 1.10.3, released November 1, 2016.
 
 To use this file, you will need a working install of PGP or other
 compatible public-key encryption software. You will also need to have
@@ -24,40 +24,40 @@
 Release packages:
 =
 
-https://www.djangoproject.com/m/releases/1.10/Django-1.10.2.tar.gz
-https://www.djangoproject.com/m/releases/1.10/Django-1.10.2-py2.py3-none-any.whl
+https://www.djangoproject.com/m/releases/1.10/Django-1.10.3-py2.py3-none-any.whl
+https://www.djangoproject.com/m/releases/1.10/Django-1.10.3.tar.gz
 
 MD5 checksums
 =
 
-5342e77374b2acd2eafa86d2bb68f8c9  Django-1.10.2.tar.gz
-0b29f13cc5907dcf6f06649ce77be7c2  Django-1.10.2-py2.py3-none-any.whl
+dd66eaec09d7a3810c40b01c53535b37  Django-1.10.3-py2.py3-none-any.whl
+70e4e0e6b2b38e782436e4eb7eb6ff39  Django-1.10.3.tar.gz
 
 SHA1 checksums
 ==
 
-8c93027b8ec93d249929ed5f5e0c0bd29f00483f  Django-1.10.2.tar.gz
-95ed6820348ff04af88a50fea769244e8e5b092e  Django-1.10.2-py2.py3-none-any.whl
+fbdb85bd572b0de749af53bf3badf9e33fe833b5  Django-1.10.3-py2.py3-none-any.whl
+72badffcac16f052d41c0938f83ba7db761e5fe4  Django-1.10.3.tar.gz
 
 SHA256 checksums
 
 
-e127f12a0bfb34843b6e8c82f91e26fff6445a7ca91d222c0794174cf97cbce1  
Django-1.10.2.tar.gz
-4d48ab8e84a7c8b2bc4b2f4f199bc3a8bfcc9cbdbc29e355ac5c44a501d73a1a  
Django-1.10.2-py2.py3-none-any.whl
+94426cc28d8721fbf13c333053f08d32427671a4ca7986f7030fc82bdf9c88c1  
Django-1.10.3-py2.py3-none-any.whl
+6f92f08dee8a1bd7680e098a91bf5acd08b5cdfe74137f695b60fd79f4478c30  
Django-1.10.3.tar.gz
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
-iQIcBAEBCAAGBQJX8BWnAAoJEB6Kvcdz7eJSnckP/3bgdPyosIAFnxBsA2mYVSsR
-3I3dlRBdCr4O4T+XJLN/W8wqw6QipkKCOkHs+pngGQk3TFwVEc0Hf7ZVzW0nw2AW
-2Fn4ICAKpGhv4oezMt+kvWL+CKWhFK0tAYLv5heQCzSzSSqP5Hcee4pzgYLz91wH
-h6QQs+L0n7D1ri3oXaPq9GjoQisiVZPUxvq391qh08J0kc66no2SZOGt+FptRNPH

commit trytond_stock_lot for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package trytond_stock_lot for 
openSUSE:Factory checked in at 2016-11-07 10:08:09

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


Package is "trytond_stock_lot"

Changes:

--- /work/SRC/openSUSE:Factory/trytond_stock_lot/trytond_stock_lot.changes  
2016-09-23 11:30:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.trytond_stock_lot.new/trytond_stock_lot.changes 
2016-11-07 10:08:10.0 +0100
@@ -0,0 +1,5 @@
+---
+Sat Nov  5 18:03:16 UTC 2016 - axel.br...@gmx.de
+
+- Description enhanced 
+



Other differences:
--
++ trytond_stock_lot.spec ++
--- /var/tmp/diff_new_pack.hxWEQf/_old  2016-11-07 10:08:11.0 +0100
+++ /var/tmp/diff_new_pack.hxWEQf/_new  2016-11-07 10:08:11.0 +0100
@@ -21,7 +21,7 @@
 Name:   trytond_stock_lot
 Version:%{majorver}.0
 Release:0
-Summary:Tryton is an OpenSource ERP system
+Summary:The "stock_lot" module of the Tryton ERP system
 License:GPL-3.0+
 Group:  Productivity/Office/Management
 Url:http://www.tryton.org/
@@ -40,7 +40,7 @@
 BuildArch:  noarch
 
 %description
-The stock_lot module of the Tryton application platform.
+The stock lot module defines lot of products.
 
 %prep
 %setup -q




commit gnome-commander for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package gnome-commander for openSUSE:Factory 
checked in at 2016-11-07 10:08:04

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


Package is "gnome-commander"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-commander/gnome-commander.changes  
2016-09-20 13:27:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-commander.new/gnome-commander.changes 
2016-11-07 10:08:05.0 +0100
@@ -1,0 +2,49 @@
+Wed Nov  2 16:10:00 UTC 2016 - dims...@opensuse.org
+
+- Update to version 1.6.1:
+  + Selection background color not applied when using custom
+colors (bgo#638174).
+  + Compiles with gcc6 -Werror=format-security (bgo#773063).
+- Changes from version 1.6.0:
+  + New features:
+- Always reopen the tab which was previously closed in the
+  options dialog.
+- Samba support is now optionally available via configure
+  option.
+- Configurable command for sending files to a preferred
+  application.
+- Button 'Edit files' accepts more than one selected file at
+  the same time.
+- Device buttons and device list entries act as 'home buttons'
+  for that device when it is already active.
+- Copy directory path to clipboard after right click on
+  dir-indicator.
+- Show/hide mainmenu can be set as keyboard shortcut now.
+- Simple plug-in system for file context menu.
+- Display of application icons in the "Open With" popup menu.
+- Write bookmark changes immediately to file, Sync bookmarks
+  between all instances.
+- Storage of options is done in the dconf database now instead
+  of a gnome-config file (bgo#570733).
+- Devices and fav-apps are now stored within the GKeyFile
+  format.
+- File Roller plugin can use patterns of strftime when creating
+  the archive name.
+- Started usage of google test framework for unit tests.
+- New colour theme 'Winter'.
+- Code cleanup.
+  + Removed "Open folder" command in popup menu and user actions.
+  + Bugs fixed: bgo#671616, bgo#683087, bgo#742752, bgo#767158,
+bgo#769309, bgo#770062, bgo#770063.
+  + Updated translations.
+- Align BuildRequires with configure:
+  + Removed: libexiv2-devel, libgnomeui-devel, libgsf-devel,
+libxslt, taglib-devel
+  + Added (pkgconfig()-style): exiv2, glib-2.0, gmodule-2.0,
+gobject-2.0, gtk+-2.0, libgnome-2.0, libgnomeui-2.0, libgsf-1,
+taglib.
+- Add %glib2_gsettings_schema_post/postun to the respective
+  scriptlets to handle the newly installed glib schemas.
+- Drop obsolete conditions for openSUSE 11.3.
+
+---

Old:

  gnome-commander-1.4.9.tar.xz

New:

  gnome-commander-1.6.1.tar.xz



Other differences:
--
++ gnome-commander.spec ++
--- /var/tmp/diff_new_pack.xvKe0c/_old  2016-11-07 10:08:06.0 +0100
+++ /var/tmp/diff_new_pack.xvKe0c/_new  2016-11-07 10:08:06.0 +0100
@@ -17,28 +17,32 @@
 
 
 Name:   gnome-commander
-Version:1.4.9
+Version:1.6.1
 Release:0
 Summary:Nice and Fast File Manager for the GNOME Desktop
 License:GPL-2.0+
 Group:  Productivity/File utilities
 Url:http://www.nongnu.org/gcmd/
-Source: 
http://download.gnome.org/sources/gnome-commander/1.4/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-commander/1.6/%{name}-%{version}.tar.xz
 BuildRequires:  chmlib-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  intltool
-BuildRequires:  libexiv2-devel >= 0.14
-BuildRequires:  libgnomeui-devel >= 2.4.0
-BuildRequires:  libgsf-devel >= 1.12.0
-BuildRequires:  libxslt
+BuildRequires:  intltool >= 0.50.1
 BuildRequires:  python-devel >= 2.5
-BuildRequires:  taglib-devel >= 1.4
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(exiv2) >= 0.14
+BuildRequires:  pkgconfig(glib-2.0) >= 2.44.0
+BuildRequires:  pkgconfig(gmodule-2.0) >= 2.0.0
 BuildRequires:  pkgconfig(gnome-keyring-1) >= 2.22
+BuildRequires:  pkgconfig(gobject-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0) >= 2.8.0
+BuildRequires:  pkgconfig(libgnome-2.0) >= 2.0.0
+BuildRequires:  pkgconfig(libgnomeui-2.0) >= 2.4.0
+BuildRequires:  pkgconfig(libgsf-1) >= 1.12.0
 BuildRequires:  pkgconfig(poppler-glib) >= 0.19
+BuildRequires:  pkgconfig(taglib) >= 1.4
 BuildRequires:  pkgconfig(unique-1.0) >= 0.9.3
 Recommends: %{name}-lang
 # For xdg-su
@@ -70,17 +74,13 @@
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} > 1130
-
 %post
+%glib2_gsettings_schema_post
 

commit rubygem-tzinfo-0 for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tzinfo-0 for 
openSUSE:Factory checked in at 2016-11-07 10:07:55

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


Package is "rubygem-tzinfo-0"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tzinfo-0/rubygem-tzinfo-0.changes
2016-07-15 12:49:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo-0.new/rubygem-tzinfo-0.changes   
2016-11-07 10:07:56.0 +0100
@@ -1,0 +2,11 @@
+Sat Oct 29 04:50:23 UTC 2016 - co...@suse.com
+
+- updated to version 0.3.52
+ see installed CHANGES
+
+  == Version 0.3.52 (tzdata v2016h) - 28-Oct-2016
+  
+  * Updated to tzdata version 2016h
+(https://mm.icann.org/pipermail/tz-announce/2016-October/42.html).
+
+---

Old:

  tzinfo-0.3.51.gem

New:

  tzinfo-0.3.52.gem



Other differences:
--
++ rubygem-tzinfo-0.spec ++
--- /var/tmp/diff_new_pack.u6FKtu/_old  2016-11-07 10:07:57.0 +0100
+++ /var/tmp/diff_new_pack.u6FKtu/_new  2016-11-07 10:07:57.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-tzinfo-0
-Version:0.3.51
+Version:0.3.52
 Release:0
 %define mod_name tzinfo
 %define mod_full_name %{mod_name}-%{version}

++ tzinfo-0.3.51.gem -> tzinfo-0.3.52.gem ++
 2520 lines of diff (skipped)




commit rubygem-unicorn for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-unicorn for openSUSE:Factory 
checked in at 2016-11-07 10:07:59

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


Package is "rubygem-unicorn"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-unicorn/rubygem-unicorn.changes  
2016-09-21 18:47:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-unicorn.new/rubygem-unicorn.changes 
2016-11-07 10:08:00.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov  1 05:47:11 UTC 2016 - co...@suse.com
+
+- updated to version 5.2.0
+ see installed NEWS
+
+---

Old:

  unicorn-5.1.0.gem

New:

  unicorn-5.2.0.gem



Other differences:
--
++ rubygem-unicorn.spec ++
--- /var/tmp/diff_new_pack.010EKb/_old  2016-11-07 10:08:01.0 +0100
+++ /var/tmp/diff_new_pack.010EKb/_new  2016-11-07 10:08:01.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-unicorn
-Version:5.1.0
+Version:5.2.0
 Release:0
 %define mod_name unicorn
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:http://unicorn.bogomips.org/
+Url:https://bogomips.org/unicorn/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:rubygem-unicorn-rpmlintrc
 Source2:series

++ unicorn-5.1.0.gem -> unicorn-5.2.0.gem ++
 3072 lines of diff (skipped)




commit libsamplerate for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package libsamplerate for openSUSE:Factory 
checked in at 2016-11-07 10:06:58

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


Package is "libsamplerate"

Changes:

--- /work/SRC/openSUSE:Factory/libsamplerate/libsamplerate.changes  
2015-02-27 11:07:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsamplerate.new/libsamplerate.changes 
2016-11-07 10:07:00.0 +0100
@@ -1,0 +2,9 @@
+Tue Oct 25 19:12:46 UTC 2016 - tom.m...@googlemail.com
+
+- update to version 0.1.9 (2016-09-23)
+  * Relicense under 2 clause BSD license.
+  * Minor bug fixes and upates.
+- remove 0001-src-src_sinc.c-Fix-a-read-beyond-end-of-coefficent-a.patch
+  since it was fixed upstream
+
+---

Old:

  0001-src-src_sinc.c-Fix-a-read-beyond-end-of-coefficent-a.patch
  libsamplerate-0.1.8.tar.gz

New:

  libsamplerate-0.1.9.tar.gz



Other differences:
--
++ libsamplerate.spec ++
--- /var/tmp/diff_new_pack.Mn3sF6/_old  2016-11-07 10:07:02.0 +0100
+++ /var/tmp/diff_new_pack.Mn3sF6/_new  2016-11-07 10:07:02.0 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   libsamplerate
-Version:0.1.8
+Version:0.1.9
 Release:0
 Summary:A Sample Rate Converter Library
-License:GPL-2.0+
+License:BSD-2-Clause
 Group:  System/Libraries
 Url:http://www.mega-nerd.com/SRC/
 Source0:http://www.mega-nerd.com/SRC/libsamplerate-%{version}.tar.gz
@@ -29,8 +29,6 @@
 BuildRequires:  libsndfile-devel
 BuildRequires:  pkgconfig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# PATCH-FIX-UPSTREAM 
0001-src-src_sinc.c-Fix-a-read-beyond-end-of-coefficent-a.patch off by one in 
src_sinc
-Patch:  0001-src-src_sinc.c-Fix-a-read-beyond-end-of-coefficent-a.patch
 
 %description
 Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for
@@ -77,7 +75,7 @@
 
 %prep
 %setup -q
-%patch -p1
+
 %build
 %ifnarch %arm aarch64
 # ARM has no working profile support in gcc atm

++ libsamplerate-0.1.8.tar.gz -> libsamplerate-0.1.9.tar.gz ++
 32451 lines of diff (skipped)