commit dovecot22 for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package dovecot22 for openSUSE:Factory 
checked in at 2017-06-08 16:38:35

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


Package is "dovecot22"

Thu Jun  8 16:38:35 2017 rev:29 rq:501898 version:2.2.30.2

Changes:

--- /work/SRC/openSUSE:Factory/dovecot22/dovecot22.changes  2017-06-01 
16:35:10.394479816 +0200
+++ /work/SRC/openSUSE:Factory/.dovecot22.new/dovecot22.changes 2017-06-08 
16:38:52.918962241 +0200
@@ -1,0 +2,8 @@
+Thu Jun  8 11:22:06 UTC 2017 - mrueck...@suse.de
+
+- update to 2.2.30.2
+  - auth: Multiple failed authentications within short time caused
+crashes
+  - push-notification: OX driver crashed at deinit
+
+---

Old:

  dovecot-2.2.30.1.tar.gz

New:

  dovecot-2.2.30.2.tar.gz



Other differences:
--
++ dovecot22.spec ++
--- /var/tmp/diff_new_pack.Ft71v7/_old  2017-06-08 16:38:53.646859458 +0200
+++ /var/tmp/diff_new_pack.Ft71v7/_new  2017-06-08 16:38:53.650858893 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   dovecot22
-Version:2.2.30.1
+Version:2.2.30.2
 Release:0
 %define pkg_name dovecot
-%define dovecot_version 2.2.30.1
+%define dovecot_version 2.2.30.2
 %define dovecot_pigeonhole_version 0.4.18
 %define dovecot_branch  2.2
 %define dovecot_pigeonhole_source_dir 
%{pkg_name}-%{dovecot_branch}-pigeonhole-%{dovecot_pigeonhole_version}

++ dovecot-2.2.30.1.tar.gz -> dovecot-2.2.30.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dovecot-2.2.30.1/ChangeLog 
new/dovecot-2.2.30.2/ChangeLog
--- old/dovecot-2.2.30.1/ChangeLog  2017-05-31 15:16:38.0 +0200
+++ new/dovecot-2.2.30.2/ChangeLog  2017-06-06 16:30:18.0 +0200
@@ -1,3 +1,33 @@
+2017-06-06 17:28:19 +0300 Timo Sirainen  (c0c463e)
+
+Released v2.2.30.2.
+
+
+M  NEWS
+M  configure.ac
+
+2017-06-05 19:05:58 +0300 Timo Sirainen  (112db5a)
+
+push-notification: Fix crash in OX driver's deinit
+
+The http_client doesn't always exist.
+
+M  src/plugins/push-notification/push-notification-driver-ox.c
+
+2017-06-05 12:14:57 +0300 Aki Tuomi  (a5704dd)
+
+auth: Access always first entry when flushing failures
+
+The code is deleting the first item after accessing it, and then moving
+forward. It will eventually go beyond the array and get NULL ptr and fail.
+
+Instead we need to always get the first item, since the array deletion is
+moving the queued items forward.
+
+Broken by e18b4e41
+
+M  src/auth/auth-request-handler.c
+
 2017-05-31 16:15:59 +0300 Timo Sirainen  (eebd877)
 
 Released v2.2.30.1.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dovecot-2.2.30.1/NEWS new/dovecot-2.2.30.2/NEWS
--- old/dovecot-2.2.30.1/NEWS   2017-05-31 15:11:33.0 +0200
+++ new/dovecot-2.2.30.2/NEWS   2017-06-06 16:26:30.0 +0200
@@ -1,3 +1,9 @@
+v2.2.30.2 2017-06-06  Timo Sirainen 
+
+   - auth: Multiple failed authentications within short time caused
+ crashes
+   - push-notification: OX driver crashed at deinit
+
 v2.2.30.1 2017-05-31  Timo Sirainen 
 
- quota_warning scripts weren't working in v2.2.30
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dovecot-2.2.30.1/configure 
new/dovecot-2.2.30.2/configure
--- old/dovecot-2.2.30.1/configure  2017-05-31 15:16:27.0 +0200
+++ new/dovecot-2.2.30.2/configure  2017-06-06 16:29:58.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Dovecot 2.2.30.1.
+# Generated by GNU Autoconf 2.69 for Dovecot 2.2.30.2.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='Dovecot'
 PACKAGE_TARNAME='dovecot'
-PACKAGE_VERSION='2.2.30.1'
-PACKAGE_STRING='Dovecot 2.2.30.1'
+PACKAGE_VERSION='2.2.30.2'
+PACKAGE_STRING='Dovecot 2.2.30.2'
 PACKAGE_BUGREPORT='dove...@dovecot.org'
 PACKAGE_URL=''
 
@@ -1512,7 +1512,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Dovecot 2.2.30.1 to adapt to many kinds of systems.
+\`configure' configures Dovecot 2.2.30.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1583,7 +1583,7 @@
 
 if test -n 

commit spec-cleaner for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package spec-cleaner for openSUSE:Factory 
checked in at 2017-06-08 16:38:32

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


Package is "spec-cleaner"

Thu Jun  8 16:38:32 2017 rev:42 rq:501887 version:0.9.6

Changes:

--- /work/SRC/openSUSE:Factory/spec-cleaner/spec-cleaner.changes
2017-05-17 17:20:24.691666785 +0200
+++ /work/SRC/openSUSE:Factory/.spec-cleaner.new/spec-cleaner.changes   
2017-06-08 16:38:35.905364661 +0200
@@ -1,0 +2,8 @@
+Thu Jun  8 11:25:30 UTC 2017 - tchva...@suse.com
+
+- Version update to 0.9.6:
+  * Deduplication of requires/buildrequires
+  * Preamble detection fixups
+  * Detect buildignores
+
+---

Old:

  spec-cleaner-0.9.5.tar.gz

New:

  spec-cleaner-0.9.6.tar.gz



Other differences:
--
++ spec-cleaner.spec ++
--- /var/tmp/diff_new_pack.DoHZUx/_old  2017-06-08 16:38:36.489282208 +0200
+++ /var/tmp/diff_new_pack.DoHZUx/_new  2017-06-08 16:38:36.493281643 +0200
@@ -20,7 +20,7 @@
 # This is used for Fedora, we need to sync this
 %{!?py3_ver: %define py3_ver %{python3_version}}
 Name:   spec-cleaner
-Version:0.9.5
+Version:0.9.6
 Release:0
 Summary:.spec file cleaner
 License:BSD-3-Clause


++ spec-cleaner-0.9.5.tar.gz -> spec-cleaner-0.9.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.9.5/spec_cleaner/__init__.py 
new/spec-cleaner-spec-cleaner-0.9.6/spec_cleaner/__init__.py
--- old/spec-cleaner-spec-cleaner-0.9.5/spec_cleaner/__init__.py
2017-05-17 14:22:32.0 +0200
+++ new/spec-cleaner-spec-cleaner-0.9.6/spec_cleaner/__init__.py
2017-06-08 13:14:12.0 +0200
@@ -12,7 +12,7 @@
 from .rpmcleaner import RpmSpecCleaner
 
 
-__version__ = '0.9.5'
+__version__ = '0.9.6'
 
 
 def process_args(argv):
@@ -42,6 +42,8 @@
   help='inline the changes directly to the parsed 
file.')
 parser.add_argument('-m', '--minimal', action='store_true',
 help='run in minimal mode that does not do anything 
intrusive (ie. just sets the Copyright)')
+parser.add_argument('--no-curlification', action='store_true',
+help='do not convert variables bracketing (%{macro}) 
and keep it as it was on the input')
 parser.add_argument('--no-copyright', action='store_true',
 help='do not include official SUSE copyright hear and 
just keep what is present')
 output_group.add_argument('-o', '--output', default='',
@@ -84,6 +86,7 @@
 'diff': options.diff,
 'diff_prog': options.diff_prog,
 'minimal': options.minimal,
+'no_curlification': options.no_curlification,
 'no_copyright': options.no_copyright,
 'perl': options.perl,
 'tex': options.tex,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.9.5/spec_cleaner/dependency_parser.py 
new/spec-cleaner-spec-cleaner-0.9.6/spec_cleaner/dependency_parser.py
--- old/spec-cleaner-spec-cleaner-0.9.5/spec_cleaner/dependency_parser.py   
2017-05-17 14:22:32.0 +0200
+++ new/spec-cleaner-spec-cleaner-0.9.6/spec_cleaner/dependency_parser.py   
2017-06-08 13:14:12.0 +0200
@@ -1,21 +1,13 @@
-"""RPM dependency lines parser and helpers.
-
-Contains class DependencyParser which parses string and generates
-token tree. For common manipulation is method flat_out() useful, it
-just splits dependencies into list.
-
-For future development is useful find_end_of_macro().
-
-"""
 import re
 import logging
-
 from .rpmexception import NoMatchException
+from .rpmrequirestoken import RpmRequiresToken
 
-DEBUG = None
+chunk_types = [
+'text', 'space', 'macro', 'operator', 'version'
+]
 
-if DEBUG:
-logging.basicConfig(level=logging.DEBUG)
+state_types = ['start', 'name', 'operator', 'version']
 
 re_parens = re.compile(
 r'(' +
@@ -39,22 +31,19 @@
 re_macro_unbraced = re.compile('%[A-Za-z0-9_]{3,}')
 re_version_operator = re.compile('(>=|<=|=>|=<|>|<|=)')
 
+logger = logging.getLogger("DepParser")
+# Switch to logging.DEBUG if needed
+logger.setLevel(logging.ERROR)
 
 def find_end_of_macro(string, regex, opening, closing):
-if DEBUG:
-logger = logging.getLogger('DepParser')
-else:
-logger = None
 macro = string[0:2]
 # eat '%{'
 string = string[2:]
 
 opened = 1
 while opened and string:
-if logger:
-logger.debug('opened: %d string: %s', opened, 

commit libepoxy for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package libepoxy for openSUSE:Factory 
checked in at 2017-06-08 16:38:06

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


Package is "libepoxy"

Thu Jun  8 16:38:06 2017 rev:8 rq:501393 version:1.4.3

Changes:

--- /work/SRC/openSUSE:Factory/libepoxy/libepoxy.changes2017-03-10 
20:46:38.337765038 +0100
+++ /work/SRC/openSUSE:Factory/.libepoxy.new/libepoxy.changes   2017-06-08 
16:38:09.653071650 +0200
@@ -1,0 +2,35 @@
+Tue Jun  6 10:16:41 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.4.3:
+  + Require Meson 0.39.1; the previous release already had an
+implicit requirement on this version.
+  + Allow disabling EGL support when building Epoxy.
+  + Add support for building on Haiku.
+  + Update EGL registry from Khronos.
+- Switch to meson build:
+  + Drop autoconf, automake and libtool BuildRequires, and drop
+conditional autogen.sh call.
+  + Add meson BuildRequires and add meson macros, drop autotools
+macros.
+- Correct docs installed.
+- Use "Full and pretty" source name.
+- Run spec-cleaner.
+- Add pkgconfig(glesv1_cm) and pkgconfig(glesv2) BuildRequires:
+  Build the optional gles v1 and v2 support.
+
+---
+Sun Jun  4 10:36:06 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.4.2:
+  * Add C++ guards around generated headers.
+  * Add z,relro and z,now to the GCC linker flags.
+  * Add explicit version flags for macOS builds.
+  * Add missing visibility compiler flags.
+  * Prefer using pkg-config files to find GLES.
+  * Fix build on MSVC 2013 when using the inline keyword.
+  * Fix dlwrap on aarch64.
+  * Require Meson ≥ 0.38.1.
+  * Allow building Epoxy as a Meson sub-project.
+  * Avoid crashes when running Epoxy on X servers without GLX.
+
+---

Old:

  1.4.1.tar.gz

New:

  libepoxy-1.4.3.tar.gz



Other differences:
--
++ libepoxy.spec ++
--- /var/tmp/diff_new_pack.OB4x3b/_old  2017-06-08 16:38:10.216992020 +0200
+++ /var/tmp/diff_new_pack.OB4x3b/_new  2017-06-08 16:38:10.216992020 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libepoxy
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,21 +18,21 @@
 
 Name:   libepoxy
 %define sonum  0
-Version:1.4.1
+Version:1.4.3
 Release:0
 Summary:OpenGL function pointer management library
 License:MIT
 Group:  Development/Libraries/C and C++
 Url:https://github.com/anholt/libepoxy
-Source: https://github.com/anholt/%{name}/archive/%{version}.tar.gz
+Source0:
https://github.com/anholt/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
-BuildRequires:  autoconf >= 2.60
-BuildRequires:  automake
-BuildRequires:  libtool
+BuildRequires:  meson >= 0.39.1
 BuildRequires:  pkgconfig
 BuildRequires:  python3
 BuildRequires:  pkgconfig(egl)
 BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(glesv1_cm)
+BuildRequires:  pkgconfig(glesv2)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xorg-macros)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -73,18 +73,15 @@
 Development files.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
-if [ ! -e configure ]; then
-   NOCONFIGURE=1 ./autogen.sh;
-fi;
-%configure --disable-static
-make %{?_smp_mflags}
+%{meson}
+%{meson_build}
 
 %install
-make install DESTDIR="%buildroot";
-rm -f "%buildroot/%{_libdir}"/*.la
+%{meson_install}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post   -n %{name}%{sonum} -p /sbin/ldconfig
 
@@ -97,7 +94,7 @@
 
 %files devel
 %defattr(-,root,root)
-%doc COPYING
+%doc README.md
 %{_libdir}/libepoxy.so
 %{_libdir}/pkgconfig/epoxy.pc
 %{_includedir}/epoxy/




commit meson for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package meson for openSUSE:Factory checked 
in at 2017-06-08 16:38:12

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


Package is "meson"

Thu Jun  8 16:38:12 2017 rev:18 rq:501640 version:0.40.1

Changes:

--- /work/SRC/openSUSE:Factory/meson/meson.changes  2017-05-31 
12:12:39.416409746 +0200
+++ /work/SRC/openSUSE:Factory/.meson.new/meson.changes 2017-06-08 
16:38:13.436537399 +0200
@@ -1,0 +2,8 @@
+Tue Jun  6 13:08:19 UTC 2017 - dims...@opensuse.org
+
+- Make the build footprint smaller to enter ring1: This means we
+  skip a couple tests though. Removed BuildRequires: java-devel,
+  libqt5-qtbase-devel, mono-core, mono-devel, wxWidgets-devel,
+  pkgconfig(protobuf) and pkgconfig(gtk+-3.0).
+
+---



Other differences:
--
++ meson.spec ++
--- /var/tmp/diff_new_pack.xddZo6/_old  2017-06-08 16:38:14.492388306 +0200
+++ /var/tmp/diff_new_pack.xddZo6/_new  2017-06-08 16:38:14.492388306 +0200
@@ -46,10 +46,6 @@
 BuildRequires:  git
 BuildRequires:  gtk-doc
 BuildRequires:  itstool
-BuildRequires:  java-devel
-BuildRequires:  libqt5-qtbase-devel
-BuildRequires:  mono-core
-BuildRequires:  mono-devel
 BuildRequires:  ninja
 BuildRequires:  pkgconfig
 BuildRequires:  python3 >= 3.4
@@ -57,11 +53,8 @@
 BuildRequires:  python3-gobject
 BuildRequires:  python3-setuptools
 BuildRequires:  vala
-BuildRequires:  wxWidgets-devel >= 3.0.0
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRequires:  pkgconfig(protobuf)
 BuildRequires:  pkgconfig(zlib)
 Requires:   ninja
 # meson-gui was last used in openSUSE Leap 42.1.
@@ -84,10 +77,14 @@
 %patch2 -p1
 %patch3 -p1
 
-# Lack of gtest, gmock, gnustep.
+# Lack of gtest, gmock, gnustep, for the vala test, we'd need gtk3 which 
causes a build cycle
+# but considering the GNOME stack is the main driver for meson and the GNOME 
team is maintaining
+# also this build system, we will see issues in GNOME soon enough too
 rm -rf "test cases/frameworks/2 gtest" \
   "test cases/frameworks/3 gmock/" \
-  "test cases/objc/2 nsstring"
+   "test cases/frameworks/4 qt" \
+   "test cases/objc/2 nsstring" \
+   "test cases/vala/14 target glib version and gresources"
 
 %build
 python3 setup.py build





commit xkeyboard-config for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package xkeyboard-config for 
openSUSE:Factory checked in at 2017-06-08 16:37:45

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


Package is "xkeyboard-config"

Thu Jun  8 16:37:45 2017 rev:80 rq:500976 version:2.21

Changes:

--- /work/SRC/openSUSE:Factory/xkeyboard-config/xkeyboard-config.changes
2017-02-07 11:56:36.539922007 +0100
+++ /work/SRC/openSUSE:Factory/.xkeyboard-config.new/xkeyboard-config.changes   
2017-06-08 16:37:58.218686261 +0200
@@ -1,0 +2,26 @@
+Fri Jun  2 12:54:59 UTC 2017 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 2.21:
+  + Two "Hausa" layout variants with identical descriptions
+  + Fixed RALT config of de(T3)
+  + Descriptions formatting, typos and mistakes v2
+  + two new layouts "Russian (Germany, recommended)" and "Russian (Germany,
+transliteration)" for german keyboards
+  + Updated apl stuff
+  + Updated apl version
+  + Added it(fur)
+  + Updated translations (broken with prev commit)
+  + Add missing letter I̵ to French (Togo) keyboard and update language list
+  + Duplicate "Malay (Jawi)" entry
+  + Update to lk(us)
+  + Missing closing bracket on keyboard layout: Slovak (extended backslash),
+Slovak (querty, extended backslash)
+  + Amending typo
+  + English (Canada) input source is missing the left backslash key
+  + UK is not an exception any more
+  + Missing closing bracket on keyboard layout: Slovak (extended backslash),
+Slovak (querty, extended backslash)
+  + Adding Sarala Telugu Keyboard layout.
+  + steelseries apex300 geometry
+
+---

Old:

  xkeyboard-config-2.20.tar.bz2

New:

  xkeyboard-config-2.21.tar.bz2



Other differences:
--
++ xkeyboard-config.spec ++
--- /var/tmp/diff_new_pack.Z7Ei2L/_old  2017-06-08 16:38:00.774325387 +0200
+++ /var/tmp/diff_new_pack.Z7Ei2L/_new  2017-06-08 16:38:00.778324823 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xkeyboard-config
-Version:2.20
+Version:2.21
 Release:0
 Summary:The X Keyboard Extension
 License:GPL-2.0+ and LGPL-2.1+ and MIT and CDDL-1.0

++ xkeyboard-config-2.20.tar.bz2 -> xkeyboard-config-2.21.tar.bz2 ++
 59216 lines of diff (skipped)




commit rpmlint-mini for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rpmlint-mini for openSUSE:Factory 
checked in at 2017-06-08 16:37:02

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


Package is "rpmlint-mini"

Thu Jun  8 16:37:02 2017 rev:83 rq:500925 version:1.8

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint-mini/rpmlint-mini.changes
2017-02-06 15:05:01.439569139 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint-mini.new/rpmlint-mini.changes   
2017-06-08 16:37:10.141475111 +0200
@@ -1,0 +2,7 @@
+Fri May 26 07:10:46 UTC 2017 - matwey.korni...@gmail.com
+
+- Add rpmlint-deps.patch:
+  Revert 'Adapt rpmlint-deps.txt for python-construct >= 2.8'
+  for Leap 42.x
+
+---

New:

  rpmlint-deps.patch



Other differences:
--
++ rpmlint-mini.spec ++
--- /var/tmp/diff_new_pack.XAVuqd/_old  2017-06-08 16:37:11.661260506 +0200
+++ /var/tmp/diff_new_pack.XAVuqd/_new  2017-06-08 16:37:11.665259941 +0200
@@ -46,6 +46,8 @@
 Source103:  polkit-default-privs.config
 Source104:  appdata_checker.config
 Source1000: rpmlint-mini.rpmlintrc
+# adjusts python deps for Leap 42.3
+Patch0: rpmlint-deps.patch
 
 %description
 Rpmlint is a tool to check common errors on rpm packages. Binary and
@@ -54,6 +56,9 @@
 %prep
 %setup -q -n desktop-file-utils-0.23
 [[ -r COPYING ]]
+%if 0%{?sle_version}
+patch -d %{_sourcedir} -p0 < %{P:0}
+%endif
 
 %build
 %configure

++ rpmlint-deps.patch ++
Index: rpmlint-deps.txt
===
--- rpmlint-deps.txt
+++ rpmlint-deps.txt
@@ -166,16 +166,55 @@
 sitecustomize.so
 sitemodule.so
 site-packages
+site-packages/construct/__init__.py
+site-packages/construct/adapters.py
 site-packages/construct/core.py
 site-packages/construct/debug.py
-site-packages/construct/expr.py
-site-packages/construct/__init__.py
+site-packages/construct/formats/__init__.py
+site-packages/construct/formats/data/__init__.py
+site-packages/construct/formats/data/cap.py
+site-packages/construct/formats/data/snoop.py
+site-packages/construct/formats/executable/__init__.py
+site-packages/construct/formats/executable/elf32.py
+site-packages/construct/formats/executable/pe32.py
+site-packages/construct/formats/filesystem/__init__.py
+site-packages/construct/formats/filesystem/ext2.py
+site-packages/construct/formats/filesystem/fat16.py
+site-packages/construct/formats/filesystem/mbr.py
+site-packages/construct/formats/graphics/__init__.py
+site-packages/construct/formats/graphics/bmp.py
+site-packages/construct/formats/graphics/emf.py
+site-packages/construct/formats/graphics/gif.py
+site-packages/construct/formats/graphics/png.py
+site-packages/construct/formats/graphics/wmf.py
+site-packages/construct/lib/__init__.py
 site-packages/construct/lib/binary.py
 site-packages/construct/lib/bitstream.py
 site-packages/construct/lib/container.py
+site-packages/construct/lib/expr.py
 site-packages/construct/lib/hex.py
-site-packages/construct/lib/__init__.py
 site-packages/construct/lib/py3compat.py
+site-packages/construct/macros.py
+site-packages/construct/protocols/__init__.py
+site-packages/construct/protocols/application/__init__.py
+site-packages/construct/protocols/application/dns.py
+site-packages/construct/protocols/ipstack.py
+site-packages/construct/protocols/layer2/__init__.py
+site-packages/construct/protocols/layer2/arp.py
+site-packages/construct/protocols/layer2/ethernet.py
+site-packages/construct/protocols/layer2/mtp2.py
+site-packages/construct/protocols/layer3/__init__.py
+site-packages/construct/protocols/layer3/dhcpv4.py
+site-packages/construct/protocols/layer3/dhcpv6.py
+site-packages/construct/protocols/layer3/icmpv4.py
+site-packages/construct/protocols/layer3/igmpv2.py
+site-packages/construct/protocols/layer3/ipv4.py
+site-packages/construct/protocols/layer3/ipv6.py
+site-packages/construct/protocols/layer3/mtp3.py
+site-packages/construct/protocols/layer4/__init__.py
+site-packages/construct/protocols/layer4/isup.py
+site-packages/construct/protocols/layer4/tcp.py
+site-packages/construct/protocols/layer4/udp.py
 site-packages/construct/version.py
 site-packages/pybeam/__init__.py
 site-packages/pybeam/beam_construct.py



commit xorg-x11-fonts for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package xorg-x11-fonts for openSUSE:Factory 
checked in at 2017-06-08 16:37:24

Comparing /work/SRC/openSUSE:Factory/xorg-x11-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-fonts.new (New)


Package is "xorg-x11-fonts"

Thu Jun  8 16:37:24 2017 rev:45 rq:500946 version:7.6

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-fonts/xorg-x11-fonts.changes
2014-06-16 21:43:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-fonts.new/xorg-x11-fonts.changes   
2017-06-08 16:37:25.327330753 +0200
@@ -1,0 +2,6 @@
+Sat Jun  3 16:06:58 UTC 2017 - bwiedem...@suse.com
+
+- use wrapper script during build to call gzip -n 
+  to not add timestamps to .gz files to have fully reproducible builds
+
+---



Other differences:
--
++ xorg-x11-fonts.spec ++
--- /var/tmp/diff_new_pack.NYhU7y/_old  2017-06-08 16:37:26.379182224 +0200
+++ /var/tmp/diff_new_pack.NYhU7y/_new  2017-06-08 16:37:26.379182224 +0200
@@ -107,6 +107,7 @@
 for i in $RPM_SOURCE_DIR/*.tar.bz2; do tar xjf $i; done
 
 %build
+echo -e '#!/bin/sh\nexec /usr/bin/gzip -n -9 "$@"' > ../gzip ; chmod a+x 
../gzip ; PATH=`pwd`/..:$PATH
 for dir in encodings-* $(ls | grep -v -e encodings -e alias) font-alias-* ; do
   pushd $dir
 case $dir in




commit MozillaThunderbird for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2017-06-08 16:36:51

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


Package is "MozillaThunderbird"

Thu Jun  8 16:36:51 2017 rev:180 rq:500919 version:52.1.1

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2017-06-04 01:48:43.026394961 +0200
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2017-06-08 16:36:52.499966232 +0200
@@ -1,0 +2,5 @@
+Sun Jun  4 07:31:01 UTC 2017 - w...@rosenauer.org
+
+- remove legacy -Os optimization breaking gcc7/i586 (boo#1042090)
+
+---



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.USvpnF/_old  2017-06-08 16:37:00.370854799 +0200
+++ /var/tmp/diff_new_pack.USvpnF/_new  2017-06-08 16:37:00.370854799 +0200
@@ -223,9 +223,6 @@
 %if 0%{?suse_version} > 1320
 export CFLAGS="$CFLAGS -fno-delete-null-pointer-checks"
 %endif
-%if %{with mozilla_tb_optimize_for_size}
-export CFLAGS="$CFLAGS -Os"
-%endif
 %ifarch ppc64 ppc64le
 export CFLAGS="$CFLAGS -mminimal-toc"
 %endif




commit tcpd for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package tcpd for openSUSE:Factory checked in 
at 2017-06-08 16:09:28

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


Package is "tcpd"

Thu Jun  8 16:09:28 2017 rev:29 rq:500899 version:7.6

Changes:

--- /work/SRC/openSUSE:Factory/tcpd/tcpd.changes2016-04-14 
12:59:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.tcpd.new/tcpd.changes   2017-06-08 
16:09:32.911413504 +0200
@@ -1,0 +2,6 @@
+Sat Jun  3 08:36:59 UTC 2017 - meiss...@suse.com
+
+- tcp_wrappers_7.6-optflags.diff: enable PIE for all binaries
+  directly.
+
+---



Other differences:
--
++ tcpd.spec ++
--- /var/tmp/diff_new_pack.cD2VaM/_old  2017-06-08 16:09:34.883135286 +0200
+++ /var/tmp/diff_new_pack.cD2VaM/_new  2017-06-08 16:09:34.887134721 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tcpd
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ tcp_wrappers_7.6-optflags.diff ++
--- /var/tmp/diff_new_pack.cD2VaM/_old  2017-06-08 16:09:35.031114405 +0200
+++ /var/tmp/diff_new_pack.cD2VaM/_new  2017-06-08 16:09:35.031114405 +0200
@@ -1,3 +1,5 @@
+Index: Makefile
+===
 --- Makefile.orig
 +++ Makefile
 @@ -673,7 +673,7 @@ SHLIBFLAGS = -Lshared -lwrap
@@ -9,28 +11,36 @@
$(BUGS) $(SYSTYPE) $(AUTH) $(UMASK) \
-DREAL_DAEMON_DIR=\"$(REAL_DAEMON_DIR)\" $(STYLE) $(KILL_OPT) \
-DSEVERITY=$(SEVERITY) -DRFC931_TIMEOUT=$(RFC931_TIMEOUT) \
-@@ -730,13 +730,13 @@ $(SHLIB): $(SHLIB_OBJ)
+@@ -730,26 +730,26 @@ $(SHLIB): $(SHLIB_OBJ)
ln -s $(notdir $(SHLIBSOMAJ)) $(SHLIBSO)
  
  tcpd: tcpd.o $(SHLIB)
 -  $(CC) $(CFLAGS) -o $@ tcpd.o $(SHLIBFLAGS)
-+  $(CC) $(CFLAGS) -pie -o $@ tcpd.o $(SHLIBFLAGS)
++  $(CC) -pie -o $@ tcpd.o $(SHLIBFLAGS)
  
  miscd:miscd.o $(SHLIB)
-   $(CC) $(CFLAGS) -o $@ miscd.o $(SHLIBFLAGS)
+-  $(CC) $(CFLAGS) -o $@ miscd.o $(SHLIBFLAGS)
++  $(CC) -pie -o $@ miscd.o $(SHLIBFLAGS)
  
  safe_finger: safe_finger.o $(SHLIB)
 -  $(CC) $(CFLAGS) -o $@ safe_finger.o $(SHLIBFLAGS)
-+  $(CC) $(CFLAGS) -pie -o $@ safe_finger.o $(SHLIBFLAGS)
++  $(CC) -pie -o $@ safe_finger.o $(SHLIBFLAGS)
  
  TCPDMATCH_OBJ = tcpdmatch.o fakelog.o inetcf.o scaffold.o
  
-@@ -744,7 +744,7 @@ tcpdmatch: $(TCPDMATCH_OBJ) $(SHLIB)
-   $(CC) $(CFLAGS) -o $@ $(TCPDMATCH_OBJ) $(SHLIBFLAGS)
+ tcpdmatch: $(TCPDMATCH_OBJ) $(SHLIB)
+-  $(CC) $(CFLAGS) -o $@ $(TCPDMATCH_OBJ) $(SHLIBFLAGS)
++  $(CC) -pie -o $@ $(TCPDMATCH_OBJ) $(SHLIBFLAGS)
  
  try-from: try-from.o fakelog.o $(SHLIB)
 -  $(CC) $(CFLAGS) -o $@ try-from.o fakelog.o $(SHLIBFLAGS)
-+  $(CC) $(CFLAGS) -pie -o $@ try-from.o fakelog.o $(SHLIBFLAGS)
++  $(CC) -pie -o $@ try-from.o fakelog.o $(SHLIBFLAGS)
  
  TCPDCHK_OBJ = tcpdchk.o fakelog.o inetcf.o scaffold.o
  
+ tcpdchk: $(TCPDCHK_OBJ) $(SHLIB)
+-  $(CC) $(CFLAGS) -o $@ $(TCPDCHK_OBJ) $(SHLIBFLAGS)
++  $(CC) -pie -o $@ $(TCPDCHK_OBJ) $(SHLIBFLAGS)
+ 
+ shar: $(KIT)
+   @shar $(KIT)




commit grep for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package grep for openSUSE:Factory checked in 
at 2017-06-08 16:09:38

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


Package is "grep"

Thu Jun  8 16:09:38 2017 rev:64 rq:501206 version:3.0

Changes:

--- /work/SRC/openSUSE:Factory/grep/grep.changes2017-03-05 
17:47:44.741887972 +0100
+++ /work/SRC/openSUSE:Factory/.grep.new/grep.changes   2017-06-08 
16:09:42.142111010 +0200
@@ -1,0 +2,7 @@
+Thu Jun  1 19:23:26 UTC 2017 - mplus...@suse.com
+
+- Use https url's
+- Drop no longer needed explicit pie
+- Enable profiled build
+
+---



Other differences:
--
++ grep.spec ++
--- /var/tmp/diff_new_pack.toUMoU/_old  2017-06-08 16:09:42.894004914 +0200
+++ /var/tmp/diff_new_pack.toUMoU/_new  2017-06-08 16:09:42.894004914 +0200
@@ -22,10 +22,10 @@
 Summary:Print lines matching a pattern
 License:GPL-3.0+
 Group:  Productivity/Text/Utilities
-Url:http://www.gnu.org/software/grep/
-Source0:http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
-Source2:http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
-Source3:
http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=grep=1#/%{name}.keyring
+Url:https://www.gnu.org/software/grep/
+Source0:https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
+Source2:https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
+Source3:
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=grep=1#/%{name}.keyring
 BuildRequires:  fdupes
 BuildRequires:  makeinfo
 BuildRequires:  pcre-devel
@@ -44,13 +44,20 @@
 %setup -q
 
 %build
-%global optflags %{optflags} -fPIE
-export LDFLAGS="-pie"
-%configure --disable-silent-rules --without-included-regex
-make %{?_smp_mflags}
+%configure \
+  --disable-silent-rules \
+  --without-included-regex
+%if %{do_profiling}
+  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}"
+  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" check
+  make clean
+  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}"
+%else
+  make %{?_smp_mflags} CFLAGS="%{optflags}"
+%endif
 
 %check
-make check VERBOSE=1 %{?_smp_mflags}
+make %{?_smp_mflags} check
 
 %install
 %make_install






commit xrdp for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package xrdp for openSUSE:Factory checked in 
at 2017-06-08 15:04:38

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


Package is "xrdp"

Thu Jun  8 15:04:38 2017 rev:6 rq:501848 version:0.9.2

Changes:

--- /work/SRC/openSUSE:Factory/xrdp/xrdp.changes2017-06-04 
01:56:39.987008039 +0200
+++ /work/SRC/openSUSE:Factory/.xrdp.new/xrdp.changes   2017-06-08 
15:04:40.668842532 +0200
@@ -1,0 +2,6 @@
+Wed Jun  7 11:24:14 UTC 2017 - jeng...@inai.de
+
+- Remove filler wording from description.
+- Rectify RPM groups and little errors in the summaries.
+
+---



Other differences:
--
++ xrdp.spec ++
--- /var/tmp/diff_new_pack.pTq6ij/_old  2017-06-08 15:04:41.668701424 +0200
+++ /var/tmp/diff_new_pack.pTq6ij/_new  2017-06-08 15:04:41.672700859 +0200
@@ -68,32 +68,31 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-A fully functional Linux terminal server, capable of accepting
-connection from rdesktop and Microsoft's own terminal server / remote
-desktop clients.
+A terminal server, capable of accepting connection from rdesktop and
+Microsoft's own terminal server / remote desktop clients.
 
 %package devel
 Summary:Development files for xrdp
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/C and C++
 Requires:   libpainter0 = %{version}
 Requires:   librfxencode0 = %{version}
 
 %description devel
-This package contains the development headers for xrdp
+This package contains the development headers for xrdp.
 
 %package -n libpainter0
 Summary:Library for manipulating memory bitmaps
-Group:  Development/Libraries/Other
+Group:  System/Libraries
 
 %description -n libpainter0
-This package contains libraries for manipulating memory bitmaps
+This package contains libraries for manipulating memory bitmaps.
 
 %package -n librfxencode0
-Summary:Library for JPEG2000 codec for RDP
-Group:  Development/Libraries/Other
+Summary:Library for the JPEG2000 codec for RDP
+Group:  System/Libraries
 
 %description -n librfxencode0
-This package contains libraries for JPEG2000 codec for RDP
+This package contains libraries for the JPEG2000 codec for RDP.
 
 %prep
 %setup -q





commit patterns-base for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package patterns-base for openSUSE:Factory 
checked in at 2017-06-08 15:04:43

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


Package is "patterns-base"

Thu Jun  8 15:04:43 2017 rev:8 rq:501866 version:20170319

Changes:

--- /work/SRC/openSUSE:Factory/patterns-base/patterns-base.changes  
2017-06-07 13:08:26.503385139 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-base.new/patterns-base.changes 
2017-06-08 15:04:43.320468313 +0200
@@ -1,0 +2,11 @@
+Thu Jun  8 09:49:25 UTC 2017 - dims...@opensuse.org
+
+- Rename pattern minimal_base-conflicts to minimal_base_conflicts:
+  we fall into a neat trap with
+ Provides: pattern() = minimal_base-conflicts
+  As this is translated to RPM lingo, meaning 'minimal_base' is the
+  'version' and 'conflicts' the 'release'; so anything requiring
+  pattern() = minimal_base is satisfied by minimal_base-conflicts
+  directly too (boo#1043348).
+
+---



Other differences:
--
++ patterns-base.spec ++
--- /var/tmp/diff_new_pack.L3LWK7/_old  2017-06-08 15:04:44.136353169 +0200
+++ /var/tmp/diff_new_pack.L3LWK7/_new  2017-06-08 15:04:44.140352604 +0200
@@ -557,7 +557,7 @@
 Provides:   pattern-icon() = yast-sw_single
 Provides:   pattern-order() = 5190
 Obsoletes:  patterns-openSUSE-minimal_base < %{version}
-Recommends: pattern() = minimal_base-conflicts
+Recommends: pattern() = minimal_base_conflicts
 
 Requires:   aaa_base
 Requires:   bash
@@ -616,12 +616,12 @@
 
 

 
-%package minimal_base-conflicts
+%package minimal_base_conflicts
 %pattern_basetechnologies
 Summary:Base System
 Group:  Metapackages
 Provides:   patterns-openSUSE-minimal_base-conflicts = %{version}
-Provides:   pattern() = minimal_base-conflicts
+Provides:   pattern() = minimal_base_conflicts
 Provides:   pattern-icon() = yast-sw_single
 Provides:   pattern-order() = 5191
 Obsoletes:  patterns-openSUSE-minimal_base-conflicts < %{version}
@@ -674,12 +674,12 @@
 # requires all kinds of perl modules
 Conflicts:  xdg-utils
 
-%description minimal_base-conflicts
+%description minimal_base_conflicts
 This is the base runtime system.  It contains only a minimal multiuser booting 
system. For running on real hardware, you need to add additional packages and 
pattern to make this pattern useful on its own.
 
-%files minimal_base-conflicts
+%files minimal_base_conflicts
 %dir /usr/share/doc/packages/patterns
-/usr/share/doc/packages/patterns/minimal_base-conflicts.txt
+/usr/share/doc/packages/patterns/minimal_base_conflicts.txt
 
 

 
@@ -886,7 +886,7 @@
 %install
 mkdir -p %{buildroot}/usr/share/doc/packages/patterns
 for i in 32bit 64bit apparmor apparmor_opt base console enhanced_base \
-enhanced_base_opt minimal_base minimal_base-conflicts sw_management \
+enhanced_base_opt minimal_base minimal_base_conflicts sw_management \
 update_test x11 x11_opt x86; do
echo "This file marks the pattern $i to be installed." \
>"%{buildroot}/usr/share/doc/packages/patterns/$i.txt"




commit ansible for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package ansible for openSUSE:Factory checked 
in at 2017-06-08 15:04:20

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


Package is "ansible"

Thu Jun  8 15:04:20 2017 rev:27 rq:501813 version:2.3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/ansible/ansible.changes  2017-05-18 
20:47:34.449577174 +0200
+++ /work/SRC/openSUSE:Factory/.ansible.new/ansible.changes 2017-06-08 
15:04:27.794659441 +0200
@@ -1,0 +2,14 @@
+Wed Jun 07 20:51:30 UTC 2017 - matthias.elias...@gmail.com
+
+- update to 2.3.1.0 (final)
+- clean up of spec file with spec-cleaner
+
+---
+Wed May 10 22:35:24 UTC 2017 - l...@linux-schulserver.de
+
+- update to 2.3.1 RC1 (package version 2.3.0.1):
+  * SECURITY (MODERATE): fix for CVE-2017-7481, in which data for 
+lookup plugins used as variables was not being correctly marked
+as "unsafe".
+
+---

Old:

  ansible-2.3.0.0.tar.gz

New:

  ansible-2.3.1.0.tar.gz



Other differences:
--
++ ansible.spec ++
--- /var/tmp/diff_new_pack.cr6fG9/_old  2017-06-08 15:04:28.754523977 +0200
+++ /var/tmp/diff_new_pack.cr6fG9/_new  2017-06-08 15:04:28.758523412 +0200
@@ -18,37 +18,40 @@
 #
 
 
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110 || 0%{?rhel} == 5
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
+BuildArch:  noarch
+%endif
 Name:   ansible
-Version:2.3.0.0
+Version:2.3.1.0
 Release:0
 Summary:Radically simple IT automation
 License:GPL-3.0
 Group:  Development/Languages/Python
 Url:http://ansible.com/
 Source: https://releases.ansible.com/ansible/ansible-%{version}.tar.gz 
-
 Source99:   ansible-rpmlintrc
-
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
-%if 0%{?suse_version} >= 01130
-BuildRequires:  python-paramiko
-Requires:   python-paramiko
-BuildRequires:  python-Jinja2
-Requires:   python-Jinja2
-BuildRequires:  python-PyYAML
-Requires:   python-PyYAML
-BuildRequires:  python-pycrypto >= 2.6
-Requires:   python-pycrypto >= 2.6
-%endif
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:   python-setuptools
+Recommends: python-dnspython
 Recommends: python-dopy
 Recommends: python-pywinrm
 Recommends: sshpass
-Recommends: python-dnspython
+%if 0%{?suse_version} >= 01130
+BuildRequires:  python-Jinja2
+BuildRequires:  python-PyYAML
+BuildRequires:  python-paramiko
+BuildRequires:  python-pycrypto >= 2.6
+Requires:   python-Jinja2
+Requires:   python-PyYAML
+Requires:   python-paramiko
+Requires:   python-pycrypto >= 2.6
+%endif
 %endif
-
 # RHEL == 6
 %if 0%{?rhel} == 6
 Requires:   python-crypto2.6
@@ -65,14 +68,6 @@
 Requires:   python-setuptools
 %endif
 
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110 || 0%{?rhel} == 5
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch
-%endif
-
 %description 
 Ansible is a radically simple IT automation system.  It handles
 configuration-management, application deployment, cloud provisioning, ad-hoc
@@ -80,7 +75,7 @@
 like zero downtime rolling updates with load balancers.
 
 %prep
-%setup -q -n ansible-%{version}
+%setup -q -n ansible-2.3.1.0
 
 %build
 python setup.py build
@@ -88,9 +83,9 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-mkdir -p %{buildroot}/etc/ansible/
-cp examples/hosts %{buildroot}/etc/ansible/
-cp examples/ansible.cfg %{buildroot}/etc/ansible/
+mkdir -p %{buildroot}%{_sysconfdir}/ansible/
+cp examples/hosts %{buildroot}%{_sysconfdir}/ansible/
+cp examples/ansible.cfg %{buildroot}%{_sysconfdir}/ansible/
 mkdir -p %{buildroot}/%{_mandir}/man1/
 cp -v docs/man/man1/*.1 %{buildroot}/%{_mandir}/man1/
 mkdir -p %{buildroot}/%{_datadir}/ansible

++ ansible-2.3.0.0.tar.gz -> ansible-2.3.1.0.tar.gz ++
 10953 lines of diff (skipped)




commit fwts for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package fwts for openSUSE:Factory checked in 
at 2017-06-08 15:04:45

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


Package is "fwts"

Thu Jun  8 15:04:45 2017 rev:24 rq:501869 version:17.05.00

Changes:

--- /work/SRC/openSUSE:Factory/fwts/fwts.changes2017-04-12 
18:04:18.402996997 +0200
+++ /work/SRC/openSUSE:Factory/.fwts.new/fwts.changes   2017-06-08 
15:04:48.851687704 +0200
@@ -1,0 +2,22 @@
+Sun Jun  4 07:58:46 UTC 2017 - mplus...@suse.com
+
+- Update to version 17.05.00:
+  * Support SMBIOS 3.1.1 tests
+  * dmi: dmicheck: check new offset in spec 3.11
+  * dmi: dmicheck: check reserved bits of Type 7 offset 0x5
+  * dmi: dmicheck: check reserved bits of Type 7 offset 0xd
+  * dmi: dmicheck: add a function to verify reserved bits
+  * dmi: dmicheck: add a helper function to check word min/max value
+  * dmi: dmicheck: check pci(e) slot and segment, bus and dev/func
+  * dmi: dmicheck: check reserved bits of offset 0x5 in type 13
+  * dmi: dmicheck: add a helper function to check a reserved offset
+  * dmi: dmicheck: check reserved bits in type 15 & type 17
+  * dmi: dmicheck: check reserved fields in type 22, 23, 30, 32, 38 and 39
+  * dmi: dmicheck: add 64-bit integer to dmi_reserved_bits_check
+  * dmi: dmicheck: add checks for new type 43
+  * dmi: dmicheck: check reserved bits in Type 0
+  * fwts/opal: Power management DT Validation tests.
+  * fwts/opal: Reserved memory DT validation tests.
+  * Add snapcraft rules to build a fwts snap
+
+---

Old:

  fwts-V17.03.00.tar.gz

New:

  fwts-V17.05.00.tar.gz



Other differences:
--
++ fwts.spec ++
--- /var/tmp/diff_new_pack.iLjzel/_old  2017-06-08 15:04:51.347335498 +0200
+++ /var/tmp/diff_new_pack.iLjzel/_new  2017-06-08 15:04:51.355334369 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   fwts
-Version:17.03.00
+Version:17.05.00
 Release:0
 Summary:Firmware Test Suite
 License:GPL-2.0+
@@ -30,6 +30,7 @@
 BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  flex
+BuildRequires:  libfdt-devel
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0)

++ fwts-V17.03.00.tar.gz -> fwts-V17.05.00.tar.gz ++
 3345 lines of diff (skipped)




commit certbot for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package certbot for openSUSE:Factory checked 
in at 2017-06-08 15:04:29

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


Package is "certbot"

Thu Jun  8 15:04:29 2017 rev:8 rq:501821 version:0.14.2

Changes:

--- /work/SRC/openSUSE:Factory/certbot/certbot.changes  2017-06-02 
10:34:27.274391023 +0200
+++ /work/SRC/openSUSE:Factory/.certbot.new/certbot.changes 2017-06-08 
15:04:30.958212974 +0200
@@ -1,0 +2,11 @@
+Wed Jun  7 21:05:04 UTC 2017 - ec...@opensuse.org
+
+- add missing domain parameter in cli.ini
+
+---
+Wed Jun  7 10:43:48 UTC 2017 - ec...@opensuse.org
+
+- add missing dependency to python-future
+- rework README.SUSE and certbot.cron
+
+---



Other differences:
--
++ certbot.spec ++
--- /var/tmp/diff_new_pack.57oYTl/_old  2017-06-08 15:04:31.554128874 +0200
+++ /var/tmp/diff_new_pack.57oYTl/_new  2017-06-08 15:04:31.558128309 +0200
@@ -53,6 +53,7 @@
 BuildRequires:  python-configobj
 BuildRequires:  python-cryptography >= 0.8
 BuildRequires:  python-dialog >= 3.2.2rc1
+BuildRequires:  python-future
 BuildRequires:  python-jsonschema
 BuildRequires:  python-mock
 BuildRequires:  python-parsedatetime
@@ -171,6 +172,7 @@
 Summary:Python module for Certbot 
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
+Requires:   python-future
 Obsoletes:  python-letsencrypt < %{version}
 Provides:   python-letsencrypt = %{version}
 

++ README.SUSE ++
--- /var/tmp/diff_new_pack.57oYTl/_old  2017-06-08 15:04:31.602122101 +0200
+++ /var/tmp/diff_new_pack.57oYTl/_new  2017-06-08 15:04:31.606121536 +0200
@@ -1,5 +1,5 @@
-Things you must change to run productive
-
+Things you must change to use the production server
+===
 First you must change settings (domains, email, challenges) in 
 /etc/certbot/cli.ini.
 
@@ -7,14 +7,14 @@
 You can make tests without lock out you from letsencrypt servers.
 
 After that when all go right, you _must_ change the server in 
-/etc/certbot/cli.ini to produktive server.
+/etc/certbot/cli.ini to production server.
 
-Also you _must_ change /etc/cron.d/certbot to your choise,
-so the certificate will be renew.
+You _must_ change /etc/cron.d/certbot with your settings,
+so the certificate is renewed.
 
 
 Change from letsencrypt-client to certbot-client
-===
+
 You must only copy your configs, key and so on from /etc/letsencrypt to 
/etc/certbot.
 Also you must change /etc/cron/certbot as /etc/cron/letsencrypt it is.
 

++ certbot-cli.ini.patch ++
--- /var/tmp/diff_new_pack.57oYTl/_old  2017-06-08 15:04:31.622119278 +0200
+++ /var/tmp/diff_new_pack.57oYTl/_new  2017-06-08 15:04:31.622119278 +0200
@@ -1,21 +1,26 @@
-diff -Pdpru certbot-0.13.0.orig/examples/cli.ini 
certbot-0.13.0/examples/cli.ini
 certbot-0.13.0.orig/examples/cli.ini   2017-04-06 00:16:51.0 
+0200
-+++ certbot-0.13.0/examples/cli.ini2017-04-25 23:57:31.727575126 +0200
-@@ -10,14 +10,31 @@
+Index: certbot-0.14.2/examples/cli.ini
+===
+--- certbot-0.14.2.orig/examples/cli.ini
 certbot-0.14.2/examples/cli.ini
+@@ -10,14 +10,35 @@
  # Use a 4096 bit RSA key instead of 2048
  rsa-key-size = 4096
  
 +# The staging/testing server
 +server = https://acme-staging.api.letsencrypt.org/directory
-+# The productive server.
++# The production server.
 +# server = https://acme-v01.api.letsencrypt.org/directory
 +
  # Uncomment and update to register with the specified e-mail address
  # email = f...@example.com
  
++# Uncomment and update to generate certificates for the specified
++# domains.
++# domains = example.com, www.example.com
++
 +# Uncomment to use a text interface instead of ncurses
 +# text = True
-+ 
++
 +# Uncomment
 +# agree-eula = True
 +# agree-tos = True

++ certbot-fix_constants.patch ++
--- /var/tmp/diff_new_pack.57oYTl/_old  2017-06-08 15:04:31.638117020 +0200
+++ /var/tmp/diff_new_pack.57oYTl/_new  2017-06-08 15:04:31.642116456 +0200
@@ -1,6 +1,7 @@
-diff -Pdpru certbot-0.13.0.orig/certbot/constants.py 
certbot-0.13.0/certbot/constants.py
 certbot-0.13.0.orig/certbot/constants.py   2017-04-06 00:16:51.0 
+0200
-+++ certbot-0.13.0/certbot/constants.py2017-04-26 00:04:22.42219 
+0200
+Index: certbot-0.14.2/certbot/constants.py

commit wammu for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package wammu for openSUSE:Factory checked 
in at 2017-06-08 15:04:41

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


Package is "wammu"

Thu Jun  8 15:04:41 2017 rev:36 rq:501855 version:0.43

Changes:

--- /work/SRC/openSUSE:Factory/wammu/wammu.changes  2017-02-26 
17:09:22.522811441 +0100
+++ /work/SRC/openSUSE:Factory/.wammu.new/wammu.changes 2017-06-08 
15:04:42.216624097 +0200
@@ -1,0 +2,6 @@
+Fri Jun  2 14:57:36 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to sort appdata and desktop file entries
+  to make build reproducible (boo#1041090)
+
+---

New:

  reproducible.patch



Other differences:
--
++ wammu.spec ++
--- /var/tmp/diff_new_pack.iDKxX8/_old  2017-06-08 15:04:43.080502179 +0200
+++ /var/tmp/diff_new_pack.iDKxX8/_new  2017-06-08 15:04:43.080502179 +0200
@@ -24,6 +24,8 @@
 Group:  Productivity/Telephony/Utilities
 Url:http://wammu.eu/wammu/
 Source: https://dl.cihar.com/wammu/v0/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM https://github.com/gammu/wammu/pull/48
+Patch0: reproducible.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # Python location
@@ -77,6 +79,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 CFLAGS="%{optflags}" %{__python} setup.py build

++ reproducible.patch ++
https://github.com/gammu/wammu/pull/48
Index: wammu-0.43/setup.py
===
--- wammu-0.43.orig/setup.py
+++ wammu-0.43/setup.py
@@ -144,7 +144,7 @@ def list_message_files(package='wammu',
 """
 _files = glob.glob('locale/*/' + package + suffix)
 _list = []
-for _file in _files:
+for _file in sorted(_files):
 # basename (without extension) is a locale name
 _locale = os.path.basename(os.path.dirname(_file))
 _list.append((_locale, _file, os.path.join(
@@ -210,7 +210,7 @@ class build_wammu(distutils.command.buil
 summary.text = msgfmt.DESKTOP_GENERIC_NAME
 component = tree.getroot()
 
-for loc in translations.keys():
+for loc in sorted(translations.keys()):
 translation = translations[loc]
 if 'Description_1' in translation and 'Description_2' in 
translation:
 p1 = ElementTree.SubElement(description, 'p')



commit ptokax for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package ptokax for openSUSE:Factory checked 
in at 2017-06-08 15:04:31

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


Package is "ptokax"

Thu Jun  8 15:04:31 2017 rev:3 rq:501829 version:0.5.2.2

Changes:

--- /work/SRC/openSUSE:Factory/ptokax/ptokax.changes2017-04-30 
21:23:46.073799397 +0200
+++ /work/SRC/openSUSE:Factory/.ptokax.new/ptokax.changes   2017-06-08 
15:04:32.853945433 +0200
@@ -1,0 +2,5 @@
+Wed Jun  7 23:30:12 UTC 2017 - jeng...@inai.de
+
+- Add gcc7.diff
+
+---

New:

  gcc7.diff



Other differences:
--
++ ptokax.spec ++
--- /var/tmp/diff_new_pack.IHrSxG/_old  2017-06-08 15:04:33.869802067 +0200
+++ /var/tmp/diff_new_pack.IHrSxG/_new  2017-06-08 15:04:33.877800939 +0200
@@ -32,6 +32,7 @@
 Source1:ptokax.service
 Patch1: logs.patch
 Patch2: nodate.diff
+Patch3: gcc7.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 Requires(pre):  pwdutils
@@ -45,7 +46,7 @@
 
 %prep
 %setup -q -n PtokaX
-%patch -P 1 -P 2 -p1
+%patch -P 1 -P 2 -P 3 -p1
 sed -i 's/\r//' ReadMe.txt Changelog.txt scripting.docs/scripting-interface.txt
 # remove tinyxml as we use system lib
 rm -rf tinyxml

++ gcc7.diff ++
From: Jan Engelhardt 
Date: 2017-06-08 01:30:00.201233233 +0200

Repair some ancient code that newer g++ rightfully flags.

[   49s] error: ISO C++ forbids comparison between pointer and integer 
[-fpermissive]
[   49s]   if(SetBoolCom[szi] != '\0') {
[   49s]   if(SetShortCom[szi] != '\0') {
[   49s]   if(SetTxtCom[szi] != '\0') {
---
 core/SettingManager.cpp |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Index: PtokaX/core/SettingManager.cpp
===
--- PtokaX.orig/core/SettingManager.cpp
+++ PtokaX/core/SettingManager.cpp
@@ -504,12 +504,12 @@ void SettingManager::Save() {
 
 for(size_t szi = 0; szi < SETBOOL_IDS_END; szi++) {
// Don't save empty hint
-   if(SetBoolCom[szi] != '\0') {
+   if(SetBoolCom[szi] != NULL) {
fputs(SetBoolCom[szi], fSettingsFile);
}
 
 // Don't save setting with empty id
-if(SetBoolStr[szi][0] == '\0') {
+if(SetBoolStr[szi] == NULL || SetBoolStr[szi][0] == '\0') {
 continue;
 }
 
@@ -527,12 +527,12 @@ void SettingManager::Save() {
 
 for(size_t szi = 0; szi < SETSHORT_IDS_END; szi++) {
// Don't save empty hint
-   if(SetShortCom[szi] != '\0') {
+   if(SetShortCom[szi] != NULL) {
fputs(SetShortCom[szi], fSettingsFile);
}
 
 // Don't save setting with empty id
-if(SetShortStr[szi][0] == '\0') {
+if(SetShortStr[szi] == NULL || SetShortStr[szi][0] == '\0') {
 continue;
 }
 
@@ -550,12 +550,12 @@ void SettingManager::Save() {
 
 for(size_t szi = 0; szi < SETTXT_IDS_END; szi++) {
// Don't save empty hint
-   if(SetTxtCom[szi] != '\0') {
+   if(SetTxtCom[szi] != NULL) {
fputs(SetTxtCom[szi], fSettingsFile);
}
 
 // Don't save setting with empty id
-if(SetTxtStr[szi][0] == '\0') {
+if(SetTxtStr[szi] == NULL || SetTxtStr[szi][0] == '\0') {
 continue;
 }
 



commit python-gevent for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package python-gevent for openSUSE:Factory 
checked in at 2017-06-08 15:04:15

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


Package is "python-gevent"

Thu Jun  8 15:04:15 2017 rev:18 rq:501810 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-gevent/python-gevent.changes  
2017-04-28 15:07:51.241457584 +0200
+++ /work/SRC/openSUSE:Factory/.python-gevent.new/python-gevent.changes 
2017-06-08 15:04:15.852344839 +0200
@@ -1,0 +2,5 @@
+Wed May 31 19:30:52 UTC 2017 - dmuel...@suse.com
+
+- adjust buildrequirements for singlespec building on SLE_12 
+
+---



Other differences:
--
++ python-gevent.spec ++
--- /var/tmp/diff_new_pack.Xdl5gt/_old  2017-06-08 15:04:16.404266947 +0200
+++ /var/tmp/diff_new_pack.Xdl5gt/_new  2017-06-08 15:04:16.408266382 +0200
@@ -29,19 +29,21 @@
 Url:http://www.gevent.org/
 Source: 
https://files.pythonhosted.org/packages/source/g/gevent/gevent-%{version}.tar.gz
 Source100:  %{name}-rpmlintrc
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module cffi}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module cffi}
-BuildRequires:  %{python_module greenlet}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+%ifpython2
+BuildRequires:  python-greenlet
+Requires:   python-greenlet
+%endif
 # Documentation requirements
-BuildRequires:  python3-Sphinx
+BuildRequires:  python-Sphinx
 %if %{with tests}
 BuildRequires:  %{python_module nose}
 %endif
 Requires:   python-cffi
-Requires:   python-greenlet
 Recommends: python-psutil
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %python_subpackages




commit libreoffice-voikko for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package libreoffice-voikko for 
openSUSE:Factory checked in at 2017-06-08 15:04:08

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


Package is "libreoffice-voikko"

Thu Jun  8 15:04:08 2017 rev:16 rq:501800 version:5.0

Changes:

--- /work/SRC/openSUSE:Factory/libreoffice-voikko/libreoffice-voikko.changes
2017-05-18 20:45:23.792016302 +0200
+++ 
/work/SRC/openSUSE:Factory/.libreoffice-voikko.new/libreoffice-voikko.changes   
2017-06-08 15:04:15.124447565 +0200
@@ -1,0 +2,5 @@
+Wed Jun  7 16:47:57 UTC 2017 - tchva...@suse.com
+
+- No need to limit exclusivearch
+
+---



Other differences:
--
++ libreoffice-voikko.spec ++
--- /var/tmp/diff_new_pack.ER5cLc/_old  2017-06-08 15:04:15.696366851 +0200
+++ /var/tmp/diff_new_pack.ER5cLc/_new  2017-06-08 15:04:15.696366851 +0200
@@ -40,8 +40,6 @@
 Requires(postun): grep
 Requires(postun): libreoffice >= 4.1
 Provides:   locale(libreoffice:fi)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  %ix86 x86_64 aarch64
 
 %description
 LibreOffice spellchecker/hyphenator for finnish language, which uses






commit dvdauthor for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package dvdauthor for openSUSE:Factory 
checked in at 2017-06-08 15:04:00

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


Package is "dvdauthor"

Thu Jun  8 15:04:00 2017 rev:2 rq:501799 version:0.7.2

Changes:

--- /work/SRC/openSUSE:Factory/dvdauthor/dvdauthor.changes  2017-04-12 
18:03:35.433072553 +0200
+++ /work/SRC/openSUSE:Factory/.dvdauthor.new/dvdauthor.changes 2017-06-08 
15:04:08.709352918 +0200
@@ -1,0 +2,6 @@
+Thu Jun  1 11:20:53 UTC 2017 - alarr...@suse.com
+
+- Obsolete dvdauthor07 <= %version-%release instead of only older
+  versions in order to fix conflicts on TW.
+
+---



Other differences:
--
++ dvdauthor.spec ++
--- /var/tmp/diff_new_pack.YHt5U2/_old  2017-06-08 15:04:09.305268817 +0200
+++ /var/tmp/diff_new_pack.YHt5U2/_new  2017-06-08 15:04:09.305268817 +0200
@@ -48,7 +48,7 @@
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(zlib)
 Provides:   dvdauthor07 = %{version}
-Obsoletes:  dvdauthor07 < %{version}
+Obsoletes:  dvdauthor07 <= %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit caasp-tools for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package caasp-tools for openSUSE:Factory 
checked in at 2017-06-08 15:03:48

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


Package is "caasp-tools"

Thu Jun  8 15:03:48 2017 rev:6 rq:501789 version:0.20

Changes:

--- /work/SRC/openSUSE:Factory/caasp-tools/caasp-tools.changes  2017-05-17 
17:20:13.285275450 +0200
+++ /work/SRC/openSUSE:Factory/.caasp-tools.new/caasp-tools.changes 
2017-06-08 15:03:58.914735216 +0200
@@ -1,0 +2,17 @@
+Wed Jun  7 17:37:19 CEST 2017 - ku...@suse.de
+
+- Fix syntax of /etc/fstab.sys for overlayfs mount points
+
+---
+Fri Jun  2 09:29:22 CEST 2017 - ku...@suse.de
+
+- suse_caasp cloud-init module: fix order of docker start
+
+---
+Sat May 27 18:13:36 UTC 2017 - ku...@suse.com
+
+- Release version 0.18
+- Enable docker and container-feeder on cluster nodes
+- Cleanup build requires
+
+---

Old:

  MicroOS-tools-0.17.tar.bz2

New:

  MicroOS-tools-0.20.tar.bz2



Other differences:
--
++ caasp-tools.spec ++
--- /var/tmp/diff_new_pack.oZyQgA/_old  2017-06-08 15:04:02.442237386 +0200
+++ /var/tmp/diff_new_pack.oZyQgA/_new  2017-06-08 15:04:02.442237386 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   caasp-tools
-Version:0.17
+Version:0.20
 Release:0
 Summary:Files and Scripts for SUSE CaaS Platform
 License:GPL-2.0+
@@ -27,9 +27,7 @@
 Source2:COPYING
 BuildRequires:  distribution-release
 BuildRequires:  dracut
-BuildRequires:  snapper
 BuildRequires:  systemd
-BuildRequires:  udev
 Requires:   perl-JSON
 #only needed as directory owners
 # Requires:   distribution-release systemd udev

++ MicroOS-tools-0.17.tar.bz2 -> MicroOS-tools-0.20.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/MicroOS-tools-0.17/usr/lib/python2.7/site-packages/cloudinit/config/cc_suse_caasp.py
 
new/MicroOS-tools-0.20/usr/lib/python2.7/site-packages/cloudinit/config/cc_suse_caasp.py
--- 
old/MicroOS-tools-0.17/usr/lib/python2.7/site-packages/cloudinit/config/cc_suse_caasp.py
2017-04-21 13:29:17.233681387 +0200
+++ 
new/MicroOS-tools-0.20/usr/lib/python2.7/site-packages/cloudinit/config/cc_suse_caasp.py
2017-06-07 17:53:44.475635036 +0200
@@ -51,8 +51,8 @@
 log.debug(("role administration node found"))
 cmd = ['/usr/share/caasp-container-manifests/activate.sh']
 util.subp(cmd, capture=True)
-enable_service('container-feeder')
 enable_service('docker')
+enable_service('container-feeder')
 enable_service('etcd')
 enable_service('kubelet')
 elif system_role == 'cluster':
@@ -69,6 +69,7 @@
 cmd = ['sed', '-i', '-e', sed_arg, '/etc/systemd/timesyncd.conf']
 util.subp(cmd, capture=True)
 
+enable_service('docker')
 enable_service('container-feeder')
 enable_service('salt-minion')
 enable_service('systemd-timesyncd')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/MicroOS-tools-0.17/usr/sbin/setup-fstab.sys-for-overlayfs 
new/MicroOS-tools-0.20/usr/sbin/setup-fstab.sys-for-overlayfs
--- old/MicroOS-tools-0.17/usr/sbin/setup-fstab.sys-for-overlayfs   
2017-04-12 13:54:20.354984723 +0200
+++ new/MicroOS-tools-0.20/usr/sbin/setup-fstab.sys-for-overlayfs   
2017-06-07 17:34:23.101602867 +0200
@@ -2,4 +2,12 @@
 
 test -f /etc/fstab || exit 1
 
-grep "/var/lib/overlay" /etc/fstab | awk '{ if ($1 != "" && $1 !~ "#") print 
$0"\n"$1" /etc overlay 
defaults,lowerdir=/sysroot/etc,upperdir=/sysroot/var/lib/overlay/etc,workdir=/sysroot/var/lib/overlay/work-etc
 0 0\n"$1" /var/adm/netconfig overlay 
defaults,lowerdir=/sysroot/var/adm/netconfig,upperdir=/sysroot/var/lib/overlay/netconfig,workdir=/sysroot/var/lib/overlay/work-netconfig
 0 0\n"$1" /var/lib/apparmor overlay 
defaults,lowerdir=/sysroot/var/lib/apparmor,upperdir=/sysroot/var/lib/overlay/apparmor,workdir=/sysroot/var/lib/overlay/work-apparmor
 0 0" }'> /etc/fstab.sys
+grep "/var/lib/overlay" /etc/fstab | grep -v "^#" > /etc/fstab.sys
+
+# /etc/fstab.sys for dracut to mount overlayfs
+cat << EOF >> /etc/fstab.sys
+overlay /etc overlay 
defaults,lowerdir=/sysroot/etc,upperdir=/sysroot/var/lib/overlay/etc,workdir=/sysroot/var/lib/overlay/work-etc
 0 0
+overlay /var/adm/netconfig overlay 

commit libtins for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package libtins for openSUSE:Factory checked 
in at 2017-06-08 15:03:35

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


Package is "libtins"

Thu Jun  8 15:03:35 2017 rev:2 rq:501740 version:3.5

Changes:

--- /work/SRC/openSUSE:Factory/libtins/libtins.changes  2017-05-31 
12:19:27.250839838 +0200
+++ /work/SRC/openSUSE:Factory/.libtins.new/libtins.changes 2017-06-08 
15:03:35.410052401 +0200
@@ -1,0 +2,5 @@
+Wed Jun  7 11:19:42 UTC 2017 - jeng...@inai.de
+
+- Ensure neutrality of description.
+
+---



Other differences:
--
++ libtins.spec ++
--- /var/tmp/diff_new_pack.DrANR8/_old  2017-06-08 15:03:36.025965478 +0200
+++ /var/tmp/diff_new_pack.DrANR8/_new  2017-06-08 15:03:36.029964915 +0200
@@ -36,8 +36,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-The library's main purpose is to provide the C++ developer an easy,
-efficient, platform and endianess-independent way to create tools which
+The library provides a C++ interface for creating tools which
 need to send, receive and manipulate specially crafted packets.
 
 %package -n %{name}%{soname}
@@ -45,8 +44,7 @@
 Group:  System/Libraries
 
 %description -n %{name}%{soname}
-The library's main purpose is to provide the C++ developer an easy,
-efficient, platform and endianess-independent way to create tools which
+The library provides a C++ interface for creating tools which
 need to send, receive and manipulate specially crafted packets.
 
 %packagedevel




commit python-tagpy for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package python-tagpy for openSUSE:Factory 
checked in at 2017-06-08 15:03:22

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


Package is "python-tagpy"

Thu Jun  8 15:03:22 2017 rev:9 rq:501670 version:2013.1

Changes:

--- /work/SRC/openSUSE:Factory/python-tagpy/python-tagpy.changes
2017-02-05 16:25:37.455360260 +0100
+++ /work/SRC/openSUSE:Factory/.python-tagpy.new/python-tagpy.changes   
2017-06-08 15:03:24.419603472 +0200
@@ -1,0 +2,6 @@
+Sat May 20 17:49:17 UTC 2017 - aloi...@gmx.com
+
+- Converted to single-spec
+- Spec cleanup
+
+---



Other differences:
--
++ python-tagpy.spec ++
--- /var/tmp/diff_new_pack.TCU37c/_old  2017-06-08 15:03:24.995522193 +0200
+++ /var/tmp/diff_new_pack.TCU37c/_new  2017-06-08 15:03:25.003521064 +0200
@@ -17,18 +17,20 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-tagpy
 Version:2013.1
 Release:0
 Summary:Python Bindings for TagLib
 License:MIT
 Group:  Development/Libraries/Python
-Source: 
http://pypi.python.org/packages/source/t/tagpy/tagpy-%{version}.tar.gz
+Url:https://mathema.tician.de/software/tagpy
+Source: 
https://files.pythonhosted.org/packages/source/t/tagpy/tagpy-%{version}.tar.gz
 Patch1: python-tagpy-no_sleep.patch
 Patch2: python-tagpy-remove_ccopt.patch
 Patch3: tagpy-no-distribute-dep.patch
-Url:http://mathema.tician.de/software/tagpy
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  autoconf
 BuildRequires:  automake
 %if 0%{?suse_version} > 1325
@@ -36,18 +38,17 @@
 %else
 BuildRequires:  boost-devel
 %endif
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  glibc-devel
 BuildRequires:  libtag-devel
 BuildRequires:  libtool
 BuildRequires:  make
 BuildRequires:  pkgconfig
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  python-rpm-macros
 BuildRequires:  update-desktop-files
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%endif
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%python_subpackages
 
 %description
 TagPy is a set of Python bindings for Scott Wheeler's TagLib. It builds upon
@@ -70,21 +71,23 @@
 %patch3 -p1
 
 %build
-python configure.py \
---python-exe="%__python" \
+%{python_expand $python configure.py \
+--python-exe="$python" \
 --prefix="%{_prefix}" \
 --taglib-inc-dir="%{_includedir}/taglib" \
 --boost-python-libname="boost_python"
-python setup.py build
+}
+%python_build
 
 %install
-python setup.py install --prefix="%{_prefix}" --root="%{buildroot}"
+%python_install
+%python_expand %fdupes -s %{buildroot}%{$python_sitearch}
 
-%files
+%files %{python_files}
 %defattr(-,root,root)
 %doc LICENSE
-%{python_sitearch}/_tagpy.so
+%{python_sitearch}/_tagpy*.so
 %{python_sitearch}/tagpy/
-%{python_sitearch}/tagpy-%{version}-py%{py_ver}.egg-info/
+%{python_sitearch}/tagpy-%{version}-py%{python_version}.egg-info/
 
 %changelog




commit psi+ for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package psi+ for openSUSE:Factory checked in 
at 2017-06-08 15:03:24

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


Package is "psi+"

Thu Jun  8 15:03:24 2017 rev:41 rq:501679 version:1.0.19+1

Changes:

--- /work/SRC/openSUSE:Factory/psi+/psi+-lang.changes   2017-06-04 
02:00:23.907377693 +0200
+++ /work/SRC/openSUSE:Factory/.psi+.new/psi+-lang.changes  2017-06-08 
15:03:25.759414386 +0200
@@ -1,0 +2,5 @@
+Fri Jun  2 11:01:52 UTC 2017 - jsl...@suse.com
+
+- update to 1.0.9+1
+
+---
--- /work/SRC/openSUSE:Factory/psi+/psi+.changes2017-06-04 
02:00:23.935373741 +0200
+++ /work/SRC/openSUSE:Factory/.psi+.new/psi+.changes   2017-06-08 
15:03:26.287339880 +0200
@@ -1,0 +2,11 @@
+Fri Jun  2 11:01:25 UTC 2017 - jsl...@suse.com
+
+- update to 1.0.19+1
+  * some bugfixes
+  * dropped deprecated plugins
++ captchaformsplugin
++ gmailserviceplugin
++ gnome3supportplugin
+- add 0001-plugins-imagepreviewplugin-include-QWebFrame.patch
+
+---

Old:

  psi+-0.16.584.748+1.tar.xz
  psi-plus-l10n-0.16.584.737+0.tar.xz

New:

  0001-plugins-imagepreviewplugin-include-QWebFrame.patch
  psi+-1.0.19+1.tar.xz
  psi-plus-l10n-1.0.9+1.tar.xz



Other differences:
--
++ psi+-lang.spec ++
--- /var/tmp/diff_new_pack.DSvvlI/_old  2017-06-08 15:03:27.115223042 +0200
+++ /var/tmp/diff_new_pack.DSvvlI/_new  2017-06-08 15:03:27.119222478 +0200
@@ -20,11 +20,11 @@
 %define with_qt5 1
 %endif
 
-%define version_unconverted 0.16.584.737+0
+%define version_unconverted 1.0.9+1
 
 Name:   psi+-lang
 Url:https://github.com/psi-plus/psi-plus-l10n
-Version:0.16.584.737+0
+Version:1.0.9+1
 Release:0
 Summary:Translations for Psi+
 License:GPL-2.0+

++ psi+.spec ++
--- /var/tmp/diff_new_pack.DSvvlI/_old  2017-06-08 15:03:27.139219655 +0200
+++ /var/tmp/diff_new_pack.DSvvlI/_new  2017-06-08 15:03:27.139219655 +0200
@@ -21,16 +21,17 @@
 %define __builder ninja
 %endif
 
-%define version_unconverted 0.16.584.748+1
+%define version_unconverted 1.0.19+1
 
 Name:   psi+
 Url:https://github.com/psi-plus
-Version:0.16.584.748+1
+Version:1.0.19+1
 Release:0
 Summary:Jabber client using Qt
 License:GPL-2.0+
 Group:  Productivity/Networking/Talk/Clients
 Source0:psi+-%{version}.tar.xz
+Patch0: 0001-plugins-imagepreviewplugin-include-QWebFrame.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake >= 3.1
 BuildRequires:  fdupes
@@ -162,14 +163,6 @@
 %description plugins-birthdayreminderplugin
 This plugin is designed to show reminders of upcoming birthdays.
 
-%package plugins-gmailserviceplugin
-Summary:Plugin for Psi
-Group:  Productivity/Networking/Talk/Clients
-Requires:   %{name} = %{version}
-
-%description plugins-gmailserviceplugin
-Shows notifications of new messages in your Gmailbox.
-
 %package plugins-gnupgplugin
 Summary:Plugin for Psi
 Group:  Productivity/Networking/Talk/Clients
@@ -186,14 +179,6 @@
 %description plugins-gomokugameplugin
 Plugin to add Gomoku game to Psi+.
 
-%package plugins-gnome3supportplugin
-Summary:Plugin for Psi
-Group:  Productivity/Networking/Talk/Clients
-Requires:   %{name} = %{version}
-
-%description plugins-gnome3supportplugin
-This plugin is designed to add support of GNOME 3 presence status changes.
-
 %package plugins-httpuploadplugin
 Summary:Plugin for Psi
 Group:  Productivity/Networking/Talk/Clients
@@ -379,14 +364,6 @@
 This plugin is designed to set the custom status when you see the video in
 selected video player.
 
-%package plugins-captchaformsplugin
-Summary:Plugin for Psi
-Group:  Productivity/Networking/Talk/Clients
-Requires:   %{name} = %{version}
-
-%description plugins-captchaformsplugin
-This plugin is designed to pass of captcha directly from the Psi+.
-
 %package plugins-contentdownloaderplugin
 Summary:Plugin for Psi
 Group:  Productivity/Networking/Talk/Clients
@@ -398,6 +375,9 @@
 
 %prep
 %setup -q
+%patch0 -p1
+
+sed -i 's@^\([0-9]*\.[0-9]*\.[0-9]*\)\.\([a-fA-F0-9]*\)\.\([a-fA-F0-9]*\) 
\(.*\)$@\1.Psi+:\2.Psi:\3 \4@' version
 
 %build
 %cmake \
@@ -434,10 +414,6 @@
 %defattr(-,root,root)
 %{pluginspath}/libautoreplyplugin.so
 
-%files plugins-captchaformsplugin
-%defattr(-,root,root)
-%{pluginspath}/libcaptchaformsplugin.so
-
 %files plugins-contentdownloaderplugin
 %defattr(-,root,root)
 

commit gnome-initial-setup for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package gnome-initial-setup for 
openSUSE:Factory checked in at 2017-06-08 15:03:40

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


Package is "gnome-initial-setup"

Thu Jun  8 15:03:40 2017 rev:18 rq:501761 version:3.24.2

Changes:

--- /work/SRC/openSUSE:Factory/gnome-initial-setup/gnome-initial-setup.changes  
2017-06-01 16:31:54.326137705 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-initial-setup.new/gnome-initial-setup.changes 
2017-06-08 15:03:41.797150998 +0200
@@ -1,0 +2,7 @@
+Thu Jun  1 10:25:31 UTC 2017 - qz...@suse.com
+
+- Update gnome-initial-setup-only-setup-keyboard.patch
+  gnome-initial-setup-disable-dep-on-started-docs.patch: Porting
+  these patches to gnome-initial-setup version 3.24.2.
+
+---
@@ -66,0 +74,25 @@
+
+---
+Thu May 23 07:11:48 UTC 2016 - yfji...@suse.com
+
+- Add gnome-initial-setup-disable-dep-on-started-docs.patch:
+  Dismiss the yelp help page after the initial setup
+  (FATE#321126).
+
+---
+Thu May 16 06:49:02 UTC 2016 - yfji...@suse.com
+
+- Add gnome-initial-setup-only-setup-keyboard.patch: Only setup the
+  keyboard and IM as required (FATE#321126).
+
+---
+Fri May 10 11:14:47 UTC 2016 - qz...@suse.com
+
+- Add gnome-initial-setup-only-launch-CJK.patch: In SLED, it will
+  active if user's language is Chinese/Japanese/Korean, and
+  deactive in other language (FATE#321126).
+
+---
+Wed May  8 09:37:13 UTC 2016 - qz...@suse.com
+
+- Import gnome-initial-setup to SLE12:SP3(FATE#321126, bsc#988350).

New:

  gnome-initial-setup-disable-dep-on-started-docs.patch
  gnome-initial-setup-only-launch-CJK.patch
  gnome-initial-setup-only-setup-keyboard.patch



Other differences:
--
++ gnome-initial-setup.spec ++
--- /var/tmp/diff_new_pack.EDKd2I/_old  2017-06-08 15:03:42.785011583 +0200
+++ /var/tmp/diff_new_pack.EDKd2I/_new  2017-06-08 15:03:42.789011018 +0200
@@ -24,6 +24,12 @@
 Group:  System/GUI/GNOME
 Url:http://www.google.com
 Source: 
http://download.gnome.org/sources/gnome-initial-setup/3.24/%{name}-%{version}.tar.xz
+# PATCH-FIX-SLE gnome-initial-setup-only-launch-CJK.patch FATE#321126 
qz...@suse.com -- Make gnome-initial-setup only work for CJK
+Patch0: gnome-initial-setup-only-launch-CJK.patch
+# PATCH-FIX-SLE gnome-initial-setup-only-setup-keyboard.patch FATE#321126 
yfji...@suse.com -- Only launch the keyboard and IM setup
+Patch1: gnome-initial-setup-only-setup-keyboard.patch
+# PATCH-FIX-SLE gnome-initial-setup-disable-dep-on-started-docs.patch 
FATE#321126 yfji...@suse.com -- Disable help dialog after g-i-s system to break 
the dependency of gnome-getting-started-docs
+Patch2: gnome-initial-setup-disable-dep-on-started-docs.patch
 BuildRequires:  intltool >= 0.40
 BuildRequires:  krb5-devel
 BuildRequires:  vala
@@ -53,7 +59,9 @@
 BuildRequires:  pkgconfig(pwquality)
 BuildRequires:  pkgconfig(rest-0.7)
 BuildRequires:  pkgconfig(webkit2gtk-4.0)
+%if 0%{?is_opensuse}
 Requires:   gnome-getting-started-docs
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -62,6 +70,11 @@
 %lang_package
 %prep
 %setup -q
+%if !0%{?is_opensuse}
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%endif
 
 %build
 %configure

++ gnome-initial-setup-disable-dep-on-started-docs.patch ++
diff -Nura 
gnome-initial-setup-3.24.2/gnome-initial-setup/gnome-initial-setup-copy-worker.c
 
gnome-initial-setup-3.24.2_new/gnome-initial-setup/gnome-initial-setup-copy-worker.c
--- 
gnome-initial-setup-3.24.2/gnome-initial-setup/gnome-initial-setup-copy-worker.c
2017-05-10 23:33:48.0 +0800
+++ 
gnome-initial-setup-3.24.2_new/gnome-initial-setup/gnome-initial-setup-copy-worker.c
2017-06-01 18:19:47.127676830 +0800
@@ -89,7 +89,6 @@
   move_file_from_homedir (src, dest, path);
 
   FILE (".config/gnome-initial-setup-done");
-  FILE (".config/run-welcome-tour");
   FILE (".config/dconf/user");
   FILE (".config/goa-1.0/accounts.conf");
   FILE (".local/share/keyrings/login.keyring");
++ gnome-initial-setup-only-launch-CJK.patch ++
Index: gnome-initial-setup-3.20.1/gnome-initial-setup/gnome-initial-setup.c
===
--- gnome-initial-setup-3.20.1.orig/gnome-initial-setup/gnome-initial-setup.c
+++ 

commit ocaml-facile for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package ocaml-facile for openSUSE:Factory 
checked in at 2017-06-08 15:03:00

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


Package is "ocaml-facile"

Thu Jun  8 15:03:00 2017 rev:19 rq:501578 version:1.1

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-facile/ocaml-facile.changes
2017-05-17 17:20:18.584528088 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-facile.new/ocaml-facile.changes   
2017-06-08 15:03:01.314864224 +0200
@@ -1,0 +2,5 @@
+Wed May 31 07:07:33 UTC 2017 - o...@aepfle.de
+
+- Replace tabs with spaces in generated _oasis file
+
+---



Other differences:
--
++ ocaml-facile.spec ++
--- /var/tmp/diff_new_pack.0HZTLx/_old  2017-06-08 15:03:02.094754159 +0200
+++ /var/tmp/diff_new_pack.0HZTLx/_new  2017-06-08 15:03:02.098753594 +0200
@@ -69,11 +69,11 @@
 OASISFormat: 0.4
 Name:%{name}
 Version: %{version}
+Synopsis:Constraint Programming Library
 Authors: fac...@recherche.enac.fr
-License: LGPL-2.1+
+License: %{license}
 Plugins: META(`oasis version`)
 BuildTools:  ocamlbuild
-Synopsis:Constraint Programming Library
 
 Library facile
Install: true




commit python-glareclient for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package python-glareclient for 
openSUSE:Factory checked in at 2017-06-08 15:03:02

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


Package is "python-glareclient"

Thu Jun  8 15:03:02 2017 rev:2 rq:501637 version:0.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-glareclient/python-glareclient.changes
2017-03-02 19:28:21.747828192 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-glareclient.new/python-glareclient.changes   
2017-06-08 15:03:05.342295836 +0200
@@ -1,0 +2,5 @@
+Wed Jun  7 09:46:49 UTC 2017 - dmuel...@suse.com
+
+- fix buildrequires
+
+---



Other differences:
--
++ python-glareclient.spec ++
--- /var/tmp/diff_new_pack.MvUA2t/_old  2017-06-08 15:03:05.954209477 +0200
+++ /var/tmp/diff_new_pack.MvUA2t/_new  2017-06-08 15:03:05.958208912 +0200
@@ -34,16 +34,14 @@
 BuildRequires:  python-osc-lib >= 1.2.0
 BuildRequires:  python-oslo.log >= 3.11.0
 BuildRequires:  python-oslo.utils >= 3.18.0
-BuildRequires:  python-oslosphinx >= 4.7.0
 BuildRequires:  python-reno >= 1.8.0
 BuildRequires:  python-requests-mock >= 1.1
-BuildRequires:  python-sphinx >= 1.2.1
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7.1
-Requires:   python-keystoneauth1 >= 2.17.0
+Requires:   python-keystoneauth1 >= 2.18.0
 Requires:   python-osc-lib >= 1.2.0
 Requires:   python-oslo.i18n >= 2.1.0
 Requires:   python-oslo.log >= 3.11.0




commit python-novaclient for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package python-novaclient for 
openSUSE:Factory checked in at 2017-06-08 15:03:08

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


Package is "python-novaclient"

Thu Jun  8 15:03:08 2017 rev:25 rq:501641 version:7.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-novaclient/python-novaclient.changes  
2017-02-21 13:46:28.297112573 +0100
+++ /work/SRC/openSUSE:Factory/.python-novaclient.new/python-novaclient.changes 
2017-06-08 15:03:09.161756798 +0200
@@ -1,0 +2,13 @@
+Wed Jun  7 09:49:44 UTC 2017 - cloud-de...@suse.de
+
+- update to version 7.1.1
+  - Fix cinder volume leakage
+  - Fix ValueError when incorrect metadata passed
+  - Fix devstack python-novaclient warning
+  - Fix aggregate_update name and availability_zone clash
+  - Update .gitreview for stable/ocata
+  - Update UPPER_CONSTRAINTS_FILE for stable/ocata
+  - Updated from global requirements
+  - Tags and Metadata fields with unicode cannot be correctly displayed
+
+---

Old:

  python-novaclient-7.1.0.tar.gz

New:

  python-novaclient-7.1.1.tar.gz



Other differences:
--
++ python-novaclient.spec ++
--- /var/tmp/diff_new_pack.PC8PD9/_old  2017-06-08 15:03:09.913650684 +0200
+++ /var/tmp/diff_new_pack.PC8PD9/_new  2017-06-08 15:03:09.913650684 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-novaclient
-Version:7.1.0
+Version:7.1.1
 Release:0
 Summary:Python API and CLI for OpenStack Nova
 License:Apache-2.0
@@ -44,7 +44,7 @@
 Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7.1
 Requires:   python-iso8601 >= 0.1.11
-Requires:   python-keystoneauth1 >= 2.17.0
+Requires:   python-keystoneauth1 >= 2.18.0
 Requires:   python-oslo.i18n >= 2.1.0
 Requires:   python-oslo.serialization >= 1.10.0
 Requires:   python-oslo.utils >= 3.18.0

++ python-novaclient-7.1.0.tar.gz -> python-novaclient-7.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-novaclient-7.1.0/AUTHORS 
new/python-novaclient-7.1.1/AUTHORS
--- old/python-novaclient-7.1.0/AUTHORS 2017-01-26 23:25:19.0 +0100
+++ new/python-novaclient-7.1.1/AUTHORS 2017-05-08 23:49:59.0 +0200
@@ -108,6 +108,7 @@
 David Wittman 
 Dean Troyer 
 Diana Clarke 
+Dinesh Bhor 
 Dirk Mueller 
 Dominik Heidler 
 Doug Hellmann 
@@ -247,6 +248,7 @@
 Noorul Islam K M 
 Ollie Leahy 
 Ondřej Nový 
+OpenStack Release Bot 
 Paul Voccio 
 Paul Voccio 
 Pavel Kholkin 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-novaclient-7.1.0/ChangeLog 
new/python-novaclient-7.1.1/ChangeLog
--- old/python-novaclient-7.1.0/ChangeLog   2017-01-26 23:25:19.0 
+0100
+++ new/python-novaclient-7.1.1/ChangeLog   2017-05-08 23:49:59.0 
+0200
@@ -1,6 +1,18 @@
 CHANGES
 ===
 
+7.1.1
+-
+
+* Fix devstack python-novaclient warning
+* Fix cinder volume leakage
+* Updated from global requirements
+* Fix aggregate_update name and availability_zone clash
+* Fix ValueError when incorrect metadata passed
+* Update UPPER_CONSTRAINTS_FILE for stable/ocata
+* Tags and Metadata fields with unicode cannot be correctly displayed
+* Update .gitreview for stable/ocata
+
 7.1.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-novaclient-7.1.0/PKG-INFO 
new/python-novaclient-7.1.1/PKG-INFO
--- old/python-novaclient-7.1.0/PKG-INFO2017-01-26 23:25:20.0 
+0100
+++ new/python-novaclient-7.1.1/PKG-INFO2017-05-08 23:50:00.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-novaclient
-Version: 7.1.0
+Version: 7.1.1
 Summary: Client library for OpenStack Compute API
 Home-page: http://docs.openstack.org/developer/python-novaclient
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-novaclient-7.1.0/novaclient/shell.py 
new/python-novaclient-7.1.1/novaclient/shell.py
--- old/python-novaclient-7.1.0/novaclient/shell.py 2017-01-26 
23:24:23.0 +0100
+++ new/python-novaclient-7.1.1/novaclient/shell.py 2017-05-08 
23:48:26.0 +0200
@@ 

commit pcb for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package pcb for openSUSE:Factory checked in 
at 2017-06-08 15:03:44

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


Package is "pcb"

Thu Jun  8 15:03:44 2017 rev:9 rq:501780 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/pcb/pcb.changes  2017-02-21 13:49:58.023590555 
+0100
+++ /work/SRC/openSUSE:Factory/.pcb.new/pcb.changes 2017-06-08 
15:03:44.484771698 +0200
@@ -1,0 +2,5 @@
+Mon May  8 23:56:38 UTC 2017 - w...@ire.pw.edu.pl
+
+- updated to bugfix release 4.0.1
+
+---

Old:

  pcb-4.0.0.tar.gz

New:

  pcb-4.0.1.tar.gz



Other differences:
--
++ pcb.spec ++
--- /var/tmp/diff_new_pack.kmGjrm/_old  2017-06-08 15:03:45.140679131 +0200
+++ /var/tmp/diff_new_pack.kmGjrm/_new  2017-06-08 15:03:45.144678566 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pcb
-Version:4.0.0
+Version:4.0.1
 Release:0
 Summary:CAD Program for the Design of Printed Circuit Boards
 License:GPL-2.0

++ pcb-4.0.0.tar.gz -> pcb-4.0.1.tar.gz ++
 22389 lines of diff (skipped)




commit getmail for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package getmail for openSUSE:Factory checked 
in at 2017-06-08 15:03:18

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


Package is "getmail"

Thu Jun  8 15:03:18 2017 rev:21 rq:501657 version:4.54.0

Changes:

--- /work/SRC/openSUSE:Factory/getmail/getmail.changes  2014-10-09 
12:52:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.getmail.new/getmail.changes 2017-06-08 
15:03:22.315900366 +0200
@@ -1,0 +2,57 @@
+Sun Apr 30 13:56:49 UTC 2017 - cu...@bitmessage.ch
+
+- added obs-service verify_file
+
+- Version bump to 4.54.0
+  * fix error running getmail_fetch introduced in 4.53.0.
+
+- Changes from 4.53.0
+  * fix plaintext version of docs not generated correctly.
+  * fix `getmail --fingerprint` not logging server TLS fingerprint correctly
+with SimplePOP3SSLRetriever.
+
+- Changes from 4.52.0
+  * add `ignore_header_shrinkage` parameter to Filter_external for users who
+know it is normal for their particular filter to result in a smaller 
message
+header than the source message, for example when the filter encapsulates
+the original message in a simpler wrapper message.
+  * EXPERIMENTAL: when deleting a message from an IMAP mailbox, set the \Seen 
+flag in addition to the the \Deleted flag.  This apparently prevents 
+the ever-innovatively-broken MSExchange from sending a spurious incorrect 
+disposition-notification message to the sender of the message.  I do not 
+know if this will cause problems with other broken IMAP server 
+implementations; please send a report to the getmail-user's mailing list if
+you see odd behaviour with this change.
+  * enable socket timeouts for IMAP SSL classes by default.  They were disabled
+in the code because they were incompatible with SSL in older versions of 
+Python.  If you see problems with Python 2.6 or 2.7 now, please let me 
know.
+
+- Changes from 4.51.0
+  * fix exception when using MDA_External and an IMAP mailbox whose name 
+contains non-ASCII chars.
+
+- Changes from 4.50.0
+  * maybe fix handling of OSX keychain passwords containing double-quote chars.
+  * fix getmail erroring out on IMAP folders containing i18n chars.
+
+- Changes from 4.49.0
+  * make IMAP class only issue EXPUNGE command on mailbox close if we have
+actually deleted any messages from the open mailbox.  Makes use of 
read-only
+IMAP folders possible.
+
+- Changes from 4.48.0
+  * work around brain-damaged change in Python's poplib which causes 
+message retrieval errors if any line of a message has more than
+2048 characters in it.
+  * restore link to moved Marc mailing list archive.
+
+- Changes from 4.47.0
+  * try to work around pathological breakage in one random POP server 
+implementation.
+  * remove dead marc.theaimsgroup.com list archive from docs.
+  * bugfix: if you combined IMAP IDLE mode with delete_after, getmail would, 
+after remaining connected to the server for the number of days configured,
+begin deleting messages immediately after retrieval instead of after the
+configured delay.  Now fixed.
+
+---

Old:

  getmail-4.46.0.tar.gz

New:

  _service
  getmail-4.54.0.tar.gz



Other differences:
--
++ getmail.spec ++
--- /var/tmp/diff_new_pack.XQoXOF/_old  2017-06-08 15:03:23.055795945 +0200
+++ /var/tmp/diff_new_pack.XQoXOF/_new  2017-06-08 15:03:23.059795380 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package getmail
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   getmail
-Version:4.46.0
+Version:4.54.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pyropus.ca/software/getmail/

++ _service ++


  sha256
  d45657945353c68785b106dd9c5fae6bc2cec8f99fbb202d94967f483a65
  getmail-4.54.0.tar.gz


++ getmail-4.46.0.tar.gz -> getmail-4.54.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getmail-4.46.0/PKG-INFO new/getmail-4.54.0/PKG-INFO
--- old/getmail-4.46.0/PKG-INFO 2014-04-07 05:25:59.0 +0200
+++ new/getmail-4.54.0/PKG-INFO 2017-02-19 19:08:50.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: getmail
-Version: 4.46.0
+Version: 4.54.0
 Summary: a mail retrieval, sorting, and delivering system
 Home-page: 

commit ocaml-extlib for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package ocaml-extlib for openSUSE:Factory 
checked in at 2017-06-08 15:02:57

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


Package is "ocaml-extlib"

Thu Jun  8 15:02:57 2017 rev:3 rq:501577 version:1.7.2

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-extlib/ocaml-extlib.changes
2017-05-27 13:19:08.728884867 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-extlib.new/ocaml-extlib.changes   
2017-06-08 15:02:59.819075324 +0200
@@ -1,0 +2,5 @@
+Wed May 31 07:07:33 UTC 2017 - o...@aepfle.de
+
+- Replace tabs with spaces in generated _oasis file
+
+---



Other differences:
--
++ ocaml-extlib.spec ++
--- /var/tmp/diff_new_pack.gS3GJI/_old  2017-06-08 15:03:00.766941552 +0200
+++ /var/tmp/diff_new_pack.gS3GJI/_new  2017-06-08 15:03:00.770940988 +0200
@@ -78,11 +78,11 @@
 OASISFormat: 0.4
 Name:%{name}
 Version: %{version}
+Synopsis:Extended Standard Library for OCaml
 Authors: yg...@autistici.org
-License: LGPL-2.1+
+License: %{license}
 Plugins: META(`oasis version`)
 BuildTools:  ocamlbuild, cppo
-Synopsis:Extended Standard Library for OCaml
 OCamlVersion: >= 4.03
 AlphaFeatures: ocamlbuild_more_args
 XOCamlbuildPluginTags: package(ocamlbuild_cppo)




commit anjuta for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package anjuta for openSUSE:Factory checked 
in at 2017-06-08 15:03:38

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


Package is "anjuta"

Thu Jun  8 15:03:38 2017 rev:107 rq:501755 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/anjuta/anjuta.changes2017-03-22 
22:57:33.100021485 +0100
+++ /work/SRC/openSUSE:Factory/.anjuta.new/anjuta.changes   2017-06-08 
15:03:39.341497562 +0200
@@ -1,0 +2,5 @@
+Sat Jun  3 19:31:17 UTC 2017 - zai...@opensuse.org
+
+- Add anjuta-fix-gcc7-build.patch: Fix build with gcc7.
+
+---

New:

  anjuta-fix-gcc7-build.patch



Other differences:
--
++ anjuta.spec ++
--- /var/tmp/diff_new_pack.VUPR14/_old  2017-06-08 15:03:39.957410639 +0200
+++ /var/tmp/diff_new_pack.VUPR14/_new  2017-06-08 15:03:39.961410074 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package anjuta
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,8 @@
 Source99:   %{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM anjuta-vala-0.34.patch dims...@opensuse.org -- Enable 
building with vala 0.34 and 0.36
 Patch0: anjuta-vala-0.34.patch
+# PATCH-FIX-UPSTREAM anjuta-fix-gcc7-build.patch zai...@opensuse.org -- Fix 
build with gcc7
+Patch1: anjuta-fix-gcc7-build.patch
 BuildRequires:  autogen
 BuildRequires:  binutils-devel
 BuildRequires:  bison
@@ -153,6 +155,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 translation-update-upstream
 
 %build

++ anjuta-fix-gcc7-build.patch ++
>From ae460ed1c2512875032a641dbe157b7a7144c09b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Granjoux?= 
Date: Sat, 3 Jun 2017 13:43:48 +0200
Subject: Avoid errors with recent version of gcc

---
 plugins/build-basic-autotools/Makefile.am | 3 +++
 plugins/cvs-plugin/Makefile.am| 3 +++
 plugins/debug-manager/Makefile.am | 3 +++
 plugins/file-manager/Makefile.am  | 3 +++
 plugins/git/Makefile.am   | 3 +++
 5 files changed, 15 insertions(+)

diff --git a/plugins/build-basic-autotools/Makefile.am 
b/plugins/build-basic-autotools/Makefile.am
index b91dda2..0858303 100644
--- a/plugins/build-basic-autotools/Makefile.am
+++ b/plugins/build-basic-autotools/Makefile.am
@@ -32,6 +32,9 @@ AM_CPPFLAGS = \
$(DEPRECATED_FLAGS) \
$(LIBANJUTA_CFLAGS)
 
+AM_CFLAGS += \
+   -Wno-error=format-nonliteral
+
 # Where to install the plugin
 plugindir = $(anjuta_plugin_dir)
 
diff --git a/plugins/cvs-plugin/Makefile.am b/plugins/cvs-plugin/Makefile.am
index b6d4f0e..dd83f4e 100644
--- a/plugins/cvs-plugin/Makefile.am
+++ b/plugins/cvs-plugin/Makefile.am
@@ -2,6 +2,9 @@
 cvs_plugin_gladedir = $(anjuta_glade_dir)
 dist_cvs_plugin_glade_DATA = anjuta-cvs-plugin.ui
 
+AM_CFLAGS += \
+   -Wno-error=format-nonliteral
+
 cvs_plugin_pixmapsdir = $(anjuta_image_dir)
 dist_cvs_plugin_pixmaps_DATA = \
anjuta-cvs-plugin.svg \
diff --git a/plugins/debug-manager/Makefile.am 
b/plugins/debug-manager/Makefile.am
index 751d63a..abe048f 100644
--- a/plugins/debug-manager/Makefile.am
+++ b/plugins/debug-manager/Makefile.am
@@ -21,6 +21,9 @@ AM_CPPFLAGS= \
$(GIO_CFLAGS) \
$(LIBANJUTA_CFLAGS)
 
+AM_CFLAGS += \
+   -Wno-error=format-nonliteral
+
 plugindir = $(anjuta_plugin_dir)
 plugin_LTLIBRARIES = libanjuta-debug-manager.la
 
diff --git a/plugins/file-manager/Makefile.am b/plugins/file-manager/Makefile.am
index 1d86aeb..eecb6f5 100644
--- a/plugins/file-manager/Makefile.am
+++ b/plugins/file-manager/Makefile.am
@@ -33,6 +33,9 @@ AM_CPPFLAGS = \
$(GDL_CFLAGS) \
$(GIO_CFLAGS)
 
+AM_CFLAGS += \
+   -Wno-error=format-y2k
+
 # Where to install the plugin
 plugindir = $(anjuta_plugin_dir)
 
diff --git a/plugins/git/Makefile.am b/plugins/git/Makefile.am
index 21889d0..45ab84c 100644
--- a/plugins/git/Makefile.am
+++ b/plugins/git/Makefile.am
@@ -29,6 +29,9 @@ AM_CPPFLAGS = \
$(DEPRECATED_FLAGS) \
$(LIBANJUTA_CFLAGS)
 
+AM_CFLAGS += \
+   -Wno-error=format-nonliteral
+
 # Where to install the plugin
 plugindir = $(anjuta_plugin_dir)
 
-- 
cgit v0.12


>From a10b1b33ee89de8c86dc56f5b7a88c452ea246ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Granjoux?= 
Date: Sat, 3 Jun 2017 13:52:24 +0200
Subject: gdb: bgo #783380 Unable to debug executable compiled with -pie option

---
 plugins/gdb/anjuta-gdb.plugin.in | 2 +-
 

commit libzypp-testsuite-tools for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package libzypp-testsuite-tools for 
openSUSE:Factory checked in at 2017-06-08 15:03:42

Comparing /work/SRC/openSUSE:Factory/libzypp-testsuite-tools (Old)
 and  /work/SRC/openSUSE:Factory/.libzypp-testsuite-tools.new (New)


Package is "libzypp-testsuite-tools"

Thu Jun  8 15:03:42 2017 rev:56 rq:501779 version:5.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/libzypp-testsuite-tools/libzypp-testsuite-tools.changes
  2015-08-12 15:10:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libzypp-testsuite-tools.new/libzypp-testsuite-tools.changes
 2017-06-08 15:03:43.000981103 +0200
@@ -1,0 +2,6 @@
+Wed May 31 16:26:20 CEST 2017 - m...@suse.com
+
+- Fix unrecognized solver flags (bsc#1041889)
+- version 5.0.3
+
+---

Old:

  zypp-testsuite-tools-5.0.2.tar.bz2

New:

  zypp-testsuite-tools-5.0.3.tar.bz2



Other differences:
--
++ libzypp-testsuite-tools.spec ++
--- /var/tmp/diff_new_pack.IGqbcf/_old  2017-06-08 15:03:43.884856363 +0200
+++ /var/tmp/diff_new_pack.IGqbcf/_new  2017-06-08 15:03:43.884856363 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libzypp-testsuite-tools
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,9 +26,9 @@
 Summary:Package, Patch, Pattern, and Product Management - 
testsuite-tools
 License:GPL-2.0
 Group:  System/Packages
-Version:5.0.2
+Version:5.0.3
 Release:0
-Source: zypp-testsuite-tools-5.0.2.tar.bz2
+Source: zypp-testsuite-tools-5.0.3.tar.bz2
 
 %description
 Package, Patch, Pattern, and Product Management - testsuite-tools
@@ -45,7 +45,7 @@
 Ladislav Slezak 
 
 %prep
-%setup -q -n zypp-testsuite-tools-5.0.2
+%setup -q -n zypp-testsuite-tools-5.0.3
 
 %build
 mv configure.ac x

++ zypp-testsuite-tools-5.0.2.tar.bz2 -> zypp-testsuite-tools-5.0.3.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zypp-testsuite-tools-5.0.2/Makefile.in 
new/zypp-testsuite-tools-5.0.3/Makefile.in
--- old/zypp-testsuite-tools-5.0.2/Makefile.in  2015-07-30 18:20:39.0 
+0200
+++ new/zypp-testsuite-tools-5.0.3/Makefile.in  2017-05-31 16:30:18.0 
+0200
@@ -575,7 +575,7 @@
  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-   tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
+   tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c 
>$(distdir).tar.gz
$(am__post_remove_distdir)
 dist-bzip2: distdir
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c 
>$(distdir).tar.bz2
@@ -600,7 +600,7 @@
@echo WARNING: "Support for shar distribution archives is" \
   "deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-   shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+   shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
$(am__post_remove_distdir)
 
 dist-zip: distdir
@@ -618,7 +618,7 @@
 distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lz*) \
@@ -628,7 +628,7 @@
*.tar.Z*) \
  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
  unzip $(distdir).zip ;;\
esac
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zypp-testsuite-tools-5.0.2/VERSION 
new/zypp-testsuite-tools-5.0.3/VERSION
--- old/zypp-testsuite-tools-5.0.2/VERSION  2015-07-30 18:20:28.0 
+0200
+++ new/zypp-testsuite-tools-5.0.3/VERSION  2017-05-31 16:30:08.0 
+0200
@@ -49,5 +49,5 @@
 m4_define([LIBZYPPTESTSUITE_MINOR], [0])
 m4_define([LIBZYPPTESTSUITE_COMPATMINOR], [0])
 dnl ==
-m4_define([LIBZYPPTESTSUITE_PATCH], [2])
+m4_define([LIBZYPPTESTSUITE_PATCH], [3])
 dnl ==
diff 

commit cryptctl for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package cryptctl for openSUSE:Factory 
checked in at 2017-06-08 15:03:27

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


Package is "cryptctl"

Thu Jun  8 15:03:27 2017 rev:4 rq:501709 version:2.2

Changes:

--- /work/SRC/openSUSE:Factory/cryptctl/cryptctl.changes2017-06-04 
02:00:23.083493983 +0200
+++ /work/SRC/openSUSE:Factory/.cryptctl.new/cryptctl.changes   2017-06-08 
15:03:30.130797457 +0200
@@ -1,0 +2,11 @@
+Wed Jun  7 12:11:50 UTC 2017 - h...@suse.com
+
+- Upgrade to upstream release 2.2 that brings important enhancements
+  in effor tof implementing fate#322979:
+  * System administrator may now optionally turn off TLS certificate
+verification on KMIP server. Note that, certificate verification
+is enforced by default.
+  * Improve handling of boolean answers from interactive command line.
+  * Improve error handling in KMIP client.
+
+---

Old:

  cryptctl-2.1.tgz

New:

  cryptctl-2.2.tgz



Other differences:
--
++ cryptctl.spec ++
--- /var/tmp/diff_new_pack.LcuzH4/_old  2017-06-08 15:03:30.586733111 +0200
+++ /var/tmp/diff_new_pack.LcuzH4/_new  2017-06-08 15:03:30.586733111 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cryptctl
-Version:2.1
+Version:2.2
 Release:0
 Summary:A utility for setting up LUKS-based disk encryption
 License:GPL-3.0

++ cryptctl-2.1.tgz -> cryptctl-2.2.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/command/client.go new/command/client.go
--- old/command/client.go   2017-05-31 13:42:19.429519219 +0200
+++ new/command/client.go   2017-06-06 13:56:24.447582048 +0200
@@ -102,7 +102,7 @@
}
storedHost := sysconf.GetString(keyserv.CLIENT_CONF_HOST, "")
if storedHost != "" && host != storedHost {
-   if !sys.InputBool(MSG_ASK_DIFF_HOST, storedHost, host) {
+   if !sys.InputBool(false, MSG_ASK_DIFF_HOST, storedHost, host) {
return errors.New(MSG_E_CANCELLED)
}
}
@@ -138,7 +138,7 @@
 
// Prompt user for confirmation and then proceed
fmt.Printf(MSG_ENC_SEQUENCE, encDisk, srcDir)
-   if !sys.InputBool(MSG_ASK_PROCEED) {
+   if !sys.InputBool(false, MSG_ASK_PROCEED) {
return errors.New(MSG_E_CANCELLED)
}
// Alive-report interval is hard coded for now until there is a very 
good reason to change it
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/command/server.go new/command/server.go
--- old/command/server.go   2017-06-01 12:42:35.899886409 +0200
+++ new/command/server.go   2017-06-07 11:47:29.907094109 +0200
@@ -106,7 +106,7 @@
var reconfigure bool
if sysconf.GetString(keyserv.SRV_CONF_PASS_HASH, "") != "" {
reconfigure = true
-   if !sys.InputBool(`You appear to have already initialised the 
configuration on this key server.
+   if !sys.InputBool(false, `You appear to have already 
initialised the configuration on this key server.
 Would you like to re-configure it?`) {
fmt.Println("OK, existing configuration is left 
untouched.")
return nil
@@ -219,35 +219,40 @@
 
// Walk through the remaining mandatory configuration keys
if listenAddr := sys.Input(false,
-   sysconf.GetString(keyserv.SRV_CONF_LISTEN_ADDR, ""),
+   sysconf.GetString(keyserv.SRV_CONF_LISTEN_ADDR, "0.0.0.0"),
"IP address for the server to listen on (0.0.0.0 to listen on 
all network interfaces)"); listenAddr != "" {
sysconf.Set(keyserv.SRV_CONF_LISTEN_ADDR, listenAddr)
}
if listenPort := sys.InputInt(false,
-   sysconf.GetInt(keyserv.SRV_CONF_LISTEN_PORT, 0), 1, 65535,
+   sysconf.GetInt(keyserv.SRV_CONF_LISTEN_PORT, 3737), 1, 65535,
"TCP port number to listen on"); listenPort != 0 {
sysconf.Set(keyserv.SRV_CONF_LISTEN_PORT, listenPort)
}
if keyDBDir := sys.InputAbsFilePath(true,
-   sysconf.GetString(keyserv.SRV_CONF_KEYDB_DIR, ""),
+   sysconf.GetString(keyserv.SRV_CONF_KEYDB_DIR, 
"/var/lib/cryptctl/keydb"),
"Key database directory"); keyDBDir != "" {
sysconf.Set(keyserv.SRV_CONF_KEYDB_DIR, keyDBDir)
}
// Walk through client certificate verification settings
-   validateClient := sys.InputBool("Should clients present 

commit firewalld for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package firewalld for openSUSE:Factory 
checked in at 2017-06-08 15:03:15

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


Package is "firewalld"

Thu Jun  8 15:03:15 2017 rev:19 rq:501650 version:0.4.4.5

Changes:

--- /work/SRC/openSUSE:Factory/firewalld/firewalld.changes  2017-04-07 
13:54:47.978825198 +0200
+++ /work/SRC/openSUSE:Factory/.firewalld.new/firewalld.changes 2017-06-08 
15:03:16.740687190 +0200
@@ -1,0 +2,24 @@
+Tue Jun  6 15:12:27 UTC 2017 - mchand...@suse.de
+
+- Update to version 0.4.4.5
+  * firewall-offline-cmd: Fix --remove-service-from-zone option (rh#1438127)
+  * Support sctp and dccp in ports, source-ports, forward-ports, helpers and 
rich rules
+  * firewall-cmd: Fix --{set,get}-{short,description} for zone
+  * firewall.core.ipXtables: Use new wait option for restore commands if 
available
+  * Adding ovirt-vmconsole service file
+  * Adding oVirt storage-console service.
+  * Adding ctdb service file.
+  * Adding service file for nrpe.
+  * Rename extension for policy choices (server and desktop) to .policy.choice 
(rh#1449754)
+  * D-Bus interfaces: Fix GetAll for interfaces without properties (rh#1452017)
+  * firewall.core.fw_config: Fix wrong variable use in repr output
+  * firewall.core.fw_icmptype: Add missing import for copy
+  * firewall.core.fw_test: Fix wrong format string in repr
+  * firewall.core.io.zone: Fix getattr use on super(Zone)
+  * firewall.functions: New function get_nf_nat_helpers
+  * firewall.core.fw: Get NAT helpers and store them internally.
+  * firewall.core.fw_zone: Load NAT helpers with conntrack helpers
+  * firewalld.dbus: Add missing properties nf_conntrach_helper_setting and 
nf_conntrack_helpers
+  * firewall.server.firewalld: New property for NAT helpers supported by the 
kernel
+
+---

Old:

  firewalld-0.4.4.4.tar.gz

New:

  firewalld-0.4.4.5.tar.gz



Other differences:
--
++ firewalld.spec ++
--- /var/tmp/diff_new_pack.g0jtuG/_old  2017-06-08 15:03:17.344601960 +0200
+++ /var/tmp/diff_new_pack.g0jtuG/_new  2017-06-08 15:03:17.344601960 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   firewalld
-Version:0.4.4.4
+Version:0.4.4.5
 Release:0
 Summary:A firewall daemon with D-Bus interface providing a dynamic 
firewall
 License:GPL-2.0+

++ firewalld-0.4.4.4.tar.gz -> firewalld-0.4.4.5.tar.gz ++
 50986 lines of diff (skipped)




commit python-yaql for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package python-yaql for openSUSE:Factory 
checked in at 2017-06-08 15:03:13

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


Package is "python-yaql"

Thu Jun  8 15:03:13 2017 rev:4 rq:501643 version:1.1.3

Changes:

--- /work/SRC/openSUSE:Factory/python-yaql/python-yaql.changes  2017-02-21 
13:41:27.387563441 +0100
+++ /work/SRC/openSUSE:Factory/.python-yaql.new/python-yaql.changes 
2017-06-08 15:03:14.241039963 +0200
@@ -1,0 +2,45 @@
+Wed Jun  7 09:52:11 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.1.3
+  - Refactor datetime.datetime usage to defined DATETIME_TYPE
+  - Use reno for releasenotes
+  - [docs] Docstrings for branching YAQL functions
+  - YAQL autodoc script
+  - [docs] Docstrings for strings YAQL functions
+  - Pass re.VERBOSE explicitly
+  - [docs] Docstrings for queries YAQL functions
+  - Added engine options to disable input/output data conversion
+  - Use __slots__ for yaqltypes
+  - [docs] Docstrings for system YAQL functions
+  - [docs] Docstrings for common YAQL functions
+  - Remove oslosphinx from sphinx extensions
+  - Auto building of std library docs
+  - Add help info to CLI options
+  - Update tests of YAQL queries
+  - Rename shiftBitsLeft and shiftBitsRight arguments
+  - Don't include openstack/common in flake8 exclude list
+  - Customizing and extending yaql documentation
+  - Fix "indexOf", "lastIndexOf" methods length parameter usage
+  - YAQL syntax documentation
+  - Use modern PBR and hacking packages
+  - Use __slots__ for Parameter/Function definition
+  - Remove discover from test-requirements
+  - [docs] Docstrings for date_time YAQL functions
+  - [docs] Docstrings for legacy YAQL functions
+  - [docs] Docstrings for math YAQL functions
+  - Update flake8 ignore list
+  - Improvements to yaql CLI
+  - [docs] Docstrings for boolean YAQL functions
+  - Add a test proving escaped back references work
+  - groupBy() aggregator was fixed
+  - Create child context in regex/search function
+  - Drop MANIFEST.in - it's not needed by pbr
+  - [docs] Docstrings for yaqlized YAQL functions
+  - [docs] Docstrings for regex YAQL functions
+  - Changed the home-page link
+  - Replace ValueError with StopIteration in single() method
+  - Use six.moves.input for Python 3 compatability
+  - Enable release notes translation
+  - [docs] Docstrings for collections YAQL functions
+
+---

Old:

  yaql-1.1.1.tar.gz

New:

  yaql-1.1.3.tar.gz



Other differences:
--
++ python-yaql.spec ++
--- /var/tmp/diff_new_pack.iURJkU/_old  2017-06-08 15:03:14.916944574 +0200
+++ /var/tmp/diff_new_pack.iURJkU/_new  2017-06-08 15:03:14.920944009 +0200
@@ -18,7 +18,7 @@
 
 %global sname yaql
 Name:   python-yaql
-Version:1.1.1
+Version:1.1.3
 Release:0
 Summary:YAQL - Yet Another Query Language
 License:Apache-2.0

++ yaql-1.1.1.tar.gz -> yaql-1.1.3.tar.gz ++
 9750 lines of diff (skipped)




commit python-heatclient for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2017-06-08 15:03:06

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


Package is "python-heatclient"

Thu Jun  8 15:03:06 2017 rev:23 rq:501639 version:1.8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2017-02-21 13:43:42.896446624 +0100
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2017-06-08 15:03:07.985922743 +0200
@@ -1,0 +2,7 @@
+Wed Jun  7 09:47:25 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.8.1
+  - Build event stack_name from links
+  - Update .gitreview for stable/ocata
+
+---

Old:

  python-heatclient-1.8.0.tar.gz

New:

  python-heatclient-1.8.1.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.7jkbLd/_old  2017-06-08 15:03:08.601835820 +0200
+++ /var/tmp/diff_new_pack.7jkbLd/_new  2017-06-08 15:03:08.609834690 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-heatclient
 Name:   python-heatclient
-Version:1.8.0
+Version:1.8.1
 Release:0
 Summary:Python API and CLI for OpenStack Heat
 License:Apache-2.0
@@ -46,7 +46,7 @@
 Requires:   python-PyYAML >= 3.10.0
 Requires:   python-cliff >= 2.3.0
 Requires:   python-iso8601 >= 0.1.11
-Requires:   python-keystoneauth1 >= 2.17.0
+Requires:   python-keystoneauth1 >= 2.18.0
 Requires:   python-osc-lib >= 1.2.0
 Requires:   python-oslo.i18n >= 2.1.0
 Requires:   python-oslo.serialization >= 1.10.0

++ python-heatclient-1.8.0.tar.gz -> python-heatclient-1.8.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-1.8.0/AUTHORS 
new/python-heatclient-1.8.1/AUTHORS
--- old/python-heatclient-1.8.0/AUTHORS 2017-01-25 12:55:45.0 +0100
+++ new/python-heatclient-1.8.1/AUTHORS 2017-04-25 15:29:58.0 +0200
@@ -65,6 +65,7 @@
 Oleg Khavroshin 
 Oleksii Chuprykov 
 Ondřej Nový 
+OpenStack Release Bot 
 Pablo Andres Fuente 
 Pablo Iranzo Gómez 
 PanFengyun 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-1.8.0/ChangeLog 
new/python-heatclient-1.8.1/ChangeLog
--- old/python-heatclient-1.8.0/ChangeLog   2017-01-25 12:55:45.0 
+0100
+++ new/python-heatclient-1.8.1/ChangeLog   2017-04-25 15:29:58.0 
+0200
@@ -1,6 +1,12 @@
 CHANGES
 ===
 
+1.8.1
+-
+
+* Build event stack\_name from links
+* Update .gitreview for stable/ocata
+
 1.8.0
 -
 
@@ -11,7 +17,7 @@
 * Enable coverage report in console output
 * Distinguish between stack and resource events when polling
 * Make sure the --heat-url option is respected, part 2
-* Remove LOG Warning from __eq__
+* Remove LOG Warning from \_\_eq\_\_
 * Add convenience function for events over websocket
 
 1.7.0
@@ -25,7 +31,7 @@
 * Updated from global requirements
 * Fix event list help
 * Updated from global requirements
-* Use default service_type with session
+* Use default service\_type with session
 * Show team and repo badges on README
 * Don't resolve outputs when polling events
 * Updated from global requirements
@@ -34,7 +40,7 @@
 1.6.1
 -
 
-* Use endpoint as endpoint_override
+* Use endpoint as endpoint\_override
 
 1.6.0
 -
@@ -45,42 +51,42 @@
 * Remove oslo-incubator modules
 * Move required modules from oslo-incubator
 * Updated from global requirements
-* Make method import_versioned_module work
+* Make method import\_versioned\_module work
 * Graduate to oslo.i18n and cleanup incubator usage
 * Change property option into append action
 * Updated from global requirements
 * Return condition functions based on the filter param
 * Updated from global requirements
-* Use region_name and interface with session
+* Use region\_name and interface with session
 * Fix help string for osc resource show 
 * handle empty sections in environment files
 * Updated from global requirements
 * Fix "heat output-show -F json" output format
-* Use event_time as default event sort key in OSC
+* Use event\_time as default event sort key in OSC
 * Updated from global requirements
 * Updated from global requirements
 * Improved the help message of the stack-list tags
 * delete python bytecode including pyo before every test run
-* Don't use endpoint_override 

commit python-oslo.rootwrap for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package python-oslo.rootwrap for 
openSUSE:Factory checked in at 2017-06-08 15:03:10

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


Package is "python-oslo.rootwrap"

Thu Jun  8 15:03:10 2017 rev:4 rq:501642 version:5.4.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-oslo.rootwrap/python-oslo.rootwrap.changes
2017-02-21 13:42:16.616618511 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.rootwrap.new/python-oslo.rootwrap.changes
   2017-06-08 15:03:11.409439584 +0200
@@ -1,0 +2,10 @@
+Wed Jun  7 09:51:00 UTC 2017 - cloud-de...@suse.de
+
+- update to version 5.4.1
+  - Avoid importing Linux specific modules on Windows
+  - Update UPPER_CONSTRAINTS_FILE for stable/ocata
+  - Allow rootwrap-daemon to timeout and exit
+  - [daemon] Close inherited filedescriptors after forking
+  - Update .gitreview for stable/ocata
+
+---

Old:

  oslo.rootwrap-5.4.0.tar.gz

New:

  oslo.rootwrap-5.4.1.tar.gz



Other differences:
--
++ python-oslo.rootwrap.spec ++
--- /var/tmp/diff_new_pack.FW14NH/_old  2017-06-08 15:03:12.029352097 +0200
+++ /var/tmp/diff_new_pack.FW14NH/_new  2017-06-08 15:03:12.029352097 +0200
@@ -18,7 +18,7 @@
 
 %global sname oslo.rootwrap
 Name:   python-oslo.rootwrap
-Version:5.4.0
+Version:5.4.1
 Release:0
 Summary:Filtering shell commands to run as root from OpenStack services
 License:Apache-2.0

++ oslo.rootwrap-5.4.0.tar.gz -> oslo.rootwrap-5.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.rootwrap-5.4.0/AUTHORS 
new/oslo.rootwrap-5.4.1/AUTHORS
--- old/oslo.rootwrap-5.4.0/AUTHORS 2017-01-18 20:32:57.0 +0100
+++ new/oslo.rootwrap-5.4.1/AUTHORS 2017-05-22 19:07:39.0 +0200
@@ -4,6 +4,7 @@
 Cedric Brandily 
 ChangBo Guo(gcb) 
 Christian Berendt 
+Claudiu Belu 
 Cyril Roelandt 
 Davanum Srinivas 
 Davanum Srinivas 
@@ -12,6 +13,7 @@
 Doug Hellmann 
 Doug Hellmann 
 Flavio Percoco 
+IWAMOTO Toshihiro 
 Ihar Hrachyshka 
 Jakub Libosvar 
 James Carey 
@@ -22,7 +24,9 @@
 Mark McLoughlin 
 Maru Newby 
 Monty Taylor 
+OpenStack Release Bot 
 Pádraig Brady 
+Ralf Haferkamp 
 Roman Podolyaka 
 Ronald Bradford 
 Sean Dague 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.rootwrap-5.4.0/ChangeLog 
new/oslo.rootwrap-5.4.1/ChangeLog
--- old/oslo.rootwrap-5.4.0/ChangeLog   2017-01-18 20:32:57.0 +0100
+++ new/oslo.rootwrap-5.4.1/ChangeLog   2017-05-22 19:07:39.0 +0200
@@ -1,6 +1,15 @@
 CHANGES
 ===
 
+5.4.1
+-
+
+* Allow rootwrap-daemon to timeout and exit
+* Avoid importing Linux specific modules on Windows
+* [daemon] Close inherited filedescriptors after forking
+* Update UPPER_CONSTRAINTS_FILE for stable/ocata
+* Update .gitreview for stable/ocata
+
 5.4.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.rootwrap-5.4.0/PKG-INFO 
new/oslo.rootwrap-5.4.1/PKG-INFO
--- old/oslo.rootwrap-5.4.0/PKG-INFO2017-01-18 20:32:58.0 +0100
+++ new/oslo.rootwrap-5.4.1/PKG-INFO2017-05-22 19:07:39.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: oslo.rootwrap
-Version: 5.4.0
+Version: 5.4.1
 Summary: Oslo Rootwrap
 Home-page: http://docs.openstack.org/developer/oslo.rootwrap
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.rootwrap-5.4.0/etc/rootwrap.conf.sample 
new/oslo.rootwrap-5.4.1/etc/rootwrap.conf.sample
--- old/oslo.rootwrap-5.4.0/etc/rootwrap.conf.sample2017-01-18 
20:31:15.0 +0100
+++ new/oslo.rootwrap-5.4.1/etc/rootwrap.conf.sample2017-05-22 
19:05:28.0 +0200
@@ -25,3 +25,6 @@
 # INFO means log all usage
 # ERROR means only log unsuccessful attempts
 syslog_log_level=ERROR
+
+# Rootwrap daemon exits after this seconds of inactivity
+daemon_timeout=600
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit ocaml-easy-format for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package ocaml-easy-format for 
openSUSE:Factory checked in at 2017-06-08 15:02:54

Comparing /work/SRC/openSUSE:Factory/ocaml-easy-format (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-easy-format.new (New)


Package is "ocaml-easy-format"

Thu Jun  8 15:02:54 2017 rev:2 rq:501576 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-easy-format/ocaml-easy-format.changes  
2016-10-19 12:59:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-easy-format.new/ocaml-easy-format.changes 
2017-06-08 15:02:55.927624522 +0200
@@ -1,0 +2,5 @@
+Wed May 31 07:07:33 UTC 2017 - o...@aepfle.de
+
+- Replace tabs with spaces in generated _oasis file
+
+---



Other differences:
--
++ ocaml-easy-format.spec ++
--- /var/tmp/diff_new_pack.y0012x/_old  2017-06-08 15:02:56.999473253 +0200
+++ /var/tmp/diff_new_pack.y0012x/_new  2017-06-08 15:02:57.003472688 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-easy-format
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,14 +16,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ocaml-easy-format
 Version:1.2.0
 Release:0
 %{ocaml_preserve_bytecode}
-License:BSD-3-Clause
 Summary:Data pretty printing made easy
-Url:http://mjambon.com/easy-format.html
+License:BSD-3-Clause
 Group:  Development/Libraries/Other
+Url:http://mjambon.com/easy-format.html
 Source: easy-format-%{version}.tar.xz
 BuildRequires:  ocaml
 BuildRequires:  ocaml-oasis
@@ -74,7 +75,7 @@
 Synopsis:Data pretty printing made easy
 Authors: Martin Jambon
 LicenseFile: LICENSE
-License: BSD-3-Clause
+License: %{license}
 Plugins: META(`oasis version`)
 BuildTools:  ocamlbuild
 




commit ocaml-curses for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package ocaml-curses for openSUSE:Factory 
checked in at 2017-06-08 15:02:50

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


Package is "ocaml-curses"

Thu Jun  8 15:02:50 2017 rev:3 rq:501575 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-curses/ocaml-curses.changes
2017-05-16 14:45:02.032152271 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-curses.new/ocaml-curses.changes   
2017-06-08 15:02:53.911908998 +0200
@@ -1,0 +2,5 @@
+Wed May 31 07:07:33 UTC 2017 - o...@aepfle.de
+
+- Replace tabs with spaces in generated _oasis file
+
+---



Other differences:
--
++ ocaml-curses.spec ++
--- /var/tmp/diff_new_pack.WZEYwB/_old  2017-06-08 15:02:54.823780307 +0200
+++ /var/tmp/diff_new_pack.WZEYwB/_new  2017-06-08 15:02:54.827779742 +0200
@@ -75,7 +75,7 @@
 Version: 0
 Synopsis:OCaml bindings for ncurses
 Authors: Paul Pelzl
-License: LGPL-2.1+
+License: %{license}
 LicenseFile: LICENSE
 Plugins: META(`oasis version`)
 BuildTools:  ocamlbuild




commit rubygem-gettext-setup for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-gettext-setup for 
openSUSE:Factory checked in at 2017-06-08 15:02:03

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


Package is "rubygem-gettext-setup"

Thu Jun  8 15:02:03 2017 rev:10 rq:499981 version:0.25

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-gettext-setup/rubygem-gettext-setup.changes  
2017-04-20 20:58:38.018771150 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-gettext-setup.new/rubygem-gettext-setup.changes
 2017-06-08 15:02:04.530878128 +0200
@@ -1,0 +2,12 @@
+Wed May 31 07:18:40 UTC 2017 - co...@suse.com
+
+- updated to version 0.25
+  no changelog found
+
+---
+Tue May 23 09:54:04 UTC 2017 - co...@suse.com
+
+- updated to version 0.24
+  no changelog found
+
+---

Old:

  gettext-setup-0.21.gem

New:

  gettext-setup-0.25.gem



Other differences:
--
++ rubygem-gettext-setup.spec ++
--- /var/tmp/diff_new_pack.TErhfK/_old  2017-06-08 15:02:05.470745485 +0200
+++ /var/tmp/diff_new_pack.TErhfK/_new  2017-06-08 15:02:05.474744921 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-gettext-setup
-Version:0.21
+Version:0.25
 Release:0
 %define mod_name gettext-setup
 %define mod_full_name %{mod_name}-%{version}

++ gettext-setup-0.21.gem -> gettext-setup-0.25.gem ++
 1916 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/README.md new/README.md
--- old/README.md   2017-04-08 00:27:08.0 +0200
+++ new/README.md   2017-05-30 20:09:42.0 +0200
@@ -36,11 +36,11 @@
 `GettextSetup.initialize(File.absolute_path('locales', 
File.dirname(__FILE__)))`
 (Note that the second line may require modification to find the `locales` 
directory.
 1. For client-side applications, add this line:
-`FastGettext.locale = 
GettextSetup.negotiate_locale(GettextSetup.candidate_locales)`
+`GettextSetup.negotiate_locale!(GettextSetup.candidate_locales)`
 1. For server-side applications, add these lines:
 ```
 before do
-  FastGettext.locale = 
GettextSetup.negotiate_locale(env["HTTP_ACCEPT_LANGUAGE"])
+  GettextSetup.negotiate_locale!(env["HTTP_ACCEPT_LANGUAGE"])
 end
 ```
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lib/gettext-setup/gettext_setup.rb new/lib/gettext-setup/gettext_setup.rb
--- old/lib/gettext-setup/gettext_setup.rb  2017-04-08 00:27:08.0 
+0200
+++ new/lib/gettext-setup/gettext_setup.rb  2017-05-30 20:09:42.0 
+0200
@@ -5,6 +5,12 @@
 require 'locale'
 
 module GettextSetup
+  class NoConfigFoundError < RuntimeError
+def initialize(path)
+  super("No config.yaml found! (searching: #{path})")
+end
+  end
+
   @config = nil
   @translation_repositories = {}
   FastGettext.default_available_locales = []
@@ -16,8 +22,10 @@
   # - if using .mo files, an LC_MESSAGES dir in each language dir, with the 
.mo file in it
   # valid `options` fields:
   # :file_format - one of the supported backends for fast_gettext (e.g. :po, 
:mo, :yaml, etc.)
-  def self.initialize(locales_path, options = {})
+  def self.initialize(locales_path = 'locales', options = {})
 config_path = File.absolute_path('config.yaml', locales_path)
+File.exist?(config_path) || raise(NoConfigFoundError, config_path)
+
 @config = YAML.load_file(config_path)['gettext']
 @locales_path = locales_path
 
@@ -41,6 +49,11 @@
 Locale.set_default(default_locale)
   end
 
+  def self.config?
+raise NoConfigFoundError, File.join(locales_path, 'config.yaml') unless 
@config
+@config
+  end
+
   def self.add_repository_to_chain(project_name, options)
 repository = FastGettext::TranslationRepository.build(project_name,
   path: locales_path,
@@ -50,7 +63,7 @@
   end
 
   def self.locales_path
-@locales_path
+@locales_path ||= File.join(Dir.pwd, 'locales')
   end

commit slurm for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package slurm for openSUSE:Factory checked 
in at 2017-06-08 15:01:56

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


Package is "slurm"

Thu Jun  8 15:01:56 2017 rev:2 rq:499661 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/slurm/slurm.changes  2017-03-04 
16:52:30.585844221 +0100
+++ /work/SRC/openSUSE:Factory/.slurm.new/slurm.changes 2017-06-08 
15:01:57.363889607 +0200
@@ -1,0 +2,19 @@
+Tue May 30 10:24:09 UTC 2017 - e...@suse.com
+
+- Move wrapper script mpiexec provided by slrum-torque to
+  mpiexec.slurm to avoid conflicts. This file is normally
+  provided by the MPI implementation (boo#1041706). 
+
+---
+Mon May  8 10:10:04 UTC 2017 - e...@suse.com
+
+- Replace remaining ${RPM_BUILD_ROOT}s.
+- Improve description.
+- Fix up changelog.
+
+---
+Fri Mar 31 12:43:25 UTC 2017 - e...@suse.com
+- Spec file: Replace "Requires : slurm-perlapi" by
+  "Requires: perl-slurm = %{version}" (boo#1031872).
+
+---
@@ -54,0 +74,2 @@
+- Fix array initialzation and ensure strings are always NULL terminated in
+-  pam_slurm.c (bsc#1007053).
@@ -76,0 +98,5 @@
+
+---
+Fri Dec  2 19:39:56 UTC 2016 - e...@suse.com
+
+- Create slurm user/group in preinstall script.



Other differences:
--
++ slurm.spec ++
--- /var/tmp/diff_new_pack.5Yg59x/_old  2017-06-08 15:01:58.251764300 +0200
+++ /var/tmp/diff_new_pack.5Yg59x/_new  2017-06-08 15:01:58.255763737 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package slurm
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # For anything newer than Leap 42.1 and SLE-12-SP1 build compatible to OpenHPC.
 %if 0%{?sle_version} >= 120200
 %define OHPC_BUILD 1
@@ -109,7 +110,8 @@
 Recommends:%{name}-munge
 
 %description
-SLURM is a cluster management and job scheduling system for Linux
+SLURM is an open source, fault-tolerant, and highly
+scalable cluster management and job scheduling system for Linux
 clusters containing up to 65,536 nodes. Components include machine
 status, partition management, job management, scheduling and
 accounting modules.
@@ -119,7 +121,7 @@
 Group: Documentation/HTML
 
 %description doc
-Documentation for the SLURM cluster managment software.
+Documentation (html) for the SLURM cluster managment software.
 
 %package -n perl-slurm
 Summary:Perl API to SLURM
@@ -167,8 +169,8 @@
 %package munge
 Summary:SLURM authentication and crypto implementation using Munge
 Group:  Productivity/Clustering/Computing
-Requires:   slurm = %{version}
 Requires:   munge
+Requires:   slurm = %{version}
 BuildRequires:  munge-devel
 Obsoletes:  slurm-auth-munge < %{version}
 Provides:   slurm-auth-munge = %{version}
@@ -227,7 +229,7 @@
 %package openlava
 Summary: Openlava/LSF wrappers for transitition from OpenLava/LSF to Slurm
 Group:  Productivity/Clustering/Computing
-Requires: slurm-perlapi
+Requires:   perl-slurm = %{version}
 
 %description openlava
 OpenLava wrapper scripts used for helping migrate from OpenLava/LSF to Slurm
@@ -235,7 +237,7 @@
 %package seff
 Summary: Mail tool that includes job statistics in user notification email
 Group:  Productivity/Clustering/Computing
-Requires: slurm-perlapi
+Requires:   perl-slurm = %{version}
 
 %description seff
 Mail program used directly by the Slurm daemons. On completion of a job,
@@ -310,10 +312,9 @@
 
 %install
 %make_install
-make install-contrib DESTDIR=$RPM_BUILD_ROOT 
PERL_MM_PARAMS="INSTALLDIRS=vendor"
-rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/slurm.conf.template
-rm -f $RPM_BUILD_ROOT/%{_sbindir}/slurmconfgen.py
-
+make install-contrib DESTDIR=%{buildroot} PERL_MM_PARAMS="INSTALLDIRS=vendor"
+rm -f %{buildroot}/%{_sysconfdir}/slurm.conf.template
+rm -f %{buildroot}/%{_sbindir}/slurmconfgen.py
 
 %if 0%{?with_systemd}
 mkdir -p %{buildroot}%{_unitdir}
@@ -322,8 +323,8 @@
 ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rcslurmdbd
 ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rcslurmctld
 %else
-install -D -m755 etc/init.d.slurm$RPM_BUILD_ROOT%{_initrddir}/slurm
-install -D -m755 etc/init.d.slurmdbd 

commit rubygem-fluentd for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-fluentd for openSUSE:Factory 
checked in at 2017-06-08 15:01:53

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


Package is "rubygem-fluentd"

Thu Jun  8 15:01:53 2017 rev:3 rq:499611 version:0.14.17

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes  
2017-04-11 09:33:39.162641313 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-fluentd.new/rubygem-fluentd.changes 
2017-06-08 15:01:55.064214160 +0200
@@ -1,0 +2,80 @@
+Tue May 30 05:12:12 UTC 2017 - co...@suse.com
+
+- updated to version 0.14.17
+ see installed ChangeLog
+
+  ## Release v0.14.17 - 2017/05/29
+  
+  ### New features / Enhancements
+  
+  * in_tail: Add ignore_repeated_permission_error
+https://github.com/fluent/fluentd/pull/1574
+  * server: Accept private key for TLS server without passphrase
+https://github.com/fluent/fluentd/pull/1575
+  * config: Validate workers option on standalone mode
+https://github.com/fluent/fluentd/pull/1577
+  
+  ### Bug fixes
+  
+  * config: Mask all secret parameters in worker section
+https://github.com/fluent/fluentd/pull/1580
+  * out_forward: Fix ack handling
+https://github.com/fluent/fluentd/pull/1581
+  * plugin-config-format: Fix markdown format generator
+https://github.com/fluent/fluentd/pull/1585
+
+---
+Tue May 23 09:52:24 UTC 2017 - co...@suse.com
+
+- updated to version 0.14.16
+ see installed ChangeLog
+
+  ## Release v0.14.16 - 2017/05/13
+  
+  ### New features / Enhancements
+  
+  * config: Allow null byte in double-quoted string
+https://github.com/fluent/fluentd/pull/1552
+  * parser: Support %iso8601 special case for time_format
+https://github.com/fluent/fluentd/pull/1562
+  
+  ### Bug fixes
+  
+  * out_forward: Call proper method for each connection type
+https://github.com/fluent/fluentd/pull/1560
+  * in_monitor_agent: check variable buffer is a Buffer instance
+https://github.com/fluent/fluentd/pull/1556
+  * log: Add missing '<<' method to delegators
+https://github.com/fluent/fluentd/pull/1558
+  * command: uninitialized constant Fluent::Engine in fluent-binlog-reader
+https://github.com/fluent/fluentd/pull/1568
+  
+  ## Release v0.14.15 - 2017/04/23
+  
+  ### New features / Enhancements
+  
+  * Add  directive
+https://github.com/fluent/fluentd/pull/1507
+  * in_tail: Do not warn that directories are unreadable in the in_tail plugin
+https://github.com/fluent/fluentd/pull/1540
+  * output: Add formatted_to_msgpack_binary? to Output plugin API
+https://github.com/fluent/fluentd/pull/1547
+  * windows: Allow the Windows Service name Fluentd runs as to be configurable
+https://github.com/fluent/fluentd/pull/1548
+  
+  ### Bug fixes
+  
+  * in_http: Fix X-Forwarded-For header handling. Accpet multiple headers
+https://github.com/fluent/fluentd/pull/1535
+  * Fix backward compatibility with Fluent::DetachProcess and 
Fluent::DetachMultiProcess
+https://github.com/fluent/fluentd/pull/1522
+  * fix typo
+https://github.com/fluent/fluentd/pull/1521
+https://github.com/fluent/fluentd/pull/1523
+https://github.com/fluent/fluentd/pull/1544
+  * test: Fix out_file test with timezone
+https://github.com/fluent/fluentd/pull/1546
+  * windows: Quote the file path to the Ruby bin directory when starting 
fluentd as a windows service
+https://github.com/fluent/fluentd/pull/1536
+
+---

Old:

  fluentd-0.14.14.gem

New:

  fluentd-0.14.17.gem



Other differences:
--
++ rubygem-fluentd.spec ++
--- /var/tmp/diff_new_pack.M8NbOU/_old  2017-06-08 15:01:56.799969193 +0200
+++ /var/tmp/diff_new_pack.M8NbOU/_new  2017-06-08 15:01:56.803968628 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-fluentd
-Version:0.14.14
+Version:0.14.17
 Release:0
 %define mod_name fluentd
 %define mod_full_name %{mod_name}-%{version}

++ fluentd-0.14.14.gem -> fluentd-0.14.17.gem ++
 2265 lines of diff (skipped)




commit rubygem-rack for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-rack for openSUSE:Factory 
checked in at 2017-06-08 15:02:38

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


Package is "rubygem-rack"

Thu Jun  8 15:02:38 2017 rev:10 rq:501344 version:2.0.3

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rack/rubygem-rack.changes
2017-04-11 09:30:52.858131296 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rack.new/rubygem-rack.changes   
2017-06-08 15:02:39.225981615 +0200
@@ -1,0 +2,11 @@
+Thu Jun  1 18:55:47 UTC 2017 - opensuse_buildserv...@ojkastl.de
+
+- removed manual definition of rb_build_versions and rb_default_ruby_abi from 
gem2rpm.yml; recreated spec
+
+---
+Tue May 23 10:12:04 UTC 2017 - co...@suse.com
+
+- updated to version 2.0.3
+ see installed HISTORY.md
+
+---

Old:

  rack-2.0.1.gem

New:

  rack-2.0.3.gem



Other differences:
--
++ rubygem-rack.spec ++
--- /var/tmp/diff_new_pack.rXBH79/_old  2017-06-08 15:02:40.093859132 +0200
+++ /var/tmp/diff_new_pack.rXBH79/_new  2017-06-08 15:02:40.097858568 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rack
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,14 +24,12 @@
 #
 
 Name:   rubygem-rack
-Version:2.0.1
+Version:2.0.3
 Release:0
 %define mod_name rack
 %define mod_full_name %{mod_name}-%{version}
 # MANUAL
 BuildRequires:  fdupes
-%define rb_build_versions ruby22 ruby23
-%define rb_default_ruby_abi ruby:2.2.0 ruby:2.3.0
 # /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{ruby >= 2.2.2}
@@ -39,7 +37,7 @@
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:http://rack.github.io/
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:rubygem-rack-rpmlintrc
 Source2:gem2rpm.yml
 Summary:A modular Ruby webserver interface

++ gem2rpm.yml ++
--- /var/tmp/diff_new_pack.rXBH79/_old  2017-06-08 15:02:40.133853488 +0200
+++ /var/tmp/diff_new_pack.rXBH79/_new  2017-06-08 15:02:40.133853488 +0200
@@ -76,8 +76,8 @@
 
 :preamble: |-
   BuildRequires:  fdupes
-  %define rb_build_versions ruby22 ruby23
-  %define rb_default_ruby_abi ruby:2.2.0 ruby:2.3.0
+#  %define rb_build_versions ruby22 ruby23
+#  %define rb_default_ruby_abi ruby:2.2.0 ruby:2.3.0
 
 :post_install: |-
   %fdupes %{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/

++ rack-2.0.1.gem -> rack-2.0.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SPEC new/SPEC
--- old/SPEC2016-06-30 19:34:02.0 +0200
+++ new/SPEC2017-05-15 18:49:44.0 +0200
@@ -237,10 +237,10 @@
 The lines must not contain characters below 037.
 === The Content-Type
 There must not be a Content-Type, when the +Status+ is 1xx,
-204, 205 or 304.
+204 or 304.
 === The Content-Length
 There must not be a Content-Length header when the
-+Status+ is 1xx, 204, 205 or 304.
++Status+ is 1xx, 204 or 304.
 === The Body
 The Body must respond to +each+
 and must only yield String values.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rack/deflater.rb new/lib/rack/deflater.rb
--- old/lib/rack/deflater.rb2016-06-30 19:34:02.0 +0200
+++ new/lib/rack/deflater.rb2017-05-15 18:49:44.0 +0200
@@ -8,7 +8,6 @@
   # Currently supported compression algorithms:
   #
   #   * gzip
-  #   * deflate
   #   * identity (no transformation)
   #
   # The middleware automatically detects when compression is supported
@@ -22,7 +21,7 @@
 # [app] rack app instance
 # [options] hash of deflater options, i.e.
 #   'if' - a lambda enabling / disabling deflation based on 
returned boolean value
-#  e.g use Rack::Deflater, :if => lambda { |env, status, 
headers, body| body.length > 512 }
+#  e.g use Rack::Deflater, :if => lambda { |env, status, 
headers, body| body.map(&:bytesize).reduce(0, :+) > 512 }
 #   'include' - a list of content types that should be compressed
 def initialize(app, options = {})
   @app = app
@@ -41,7 +40,7 @@
 
   

commit perl-Test2-Plugin-NoWarnings for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package perl-Test2-Plugin-NoWarnings for 
openSUSE:Factory checked in at 2017-06-08 15:02:22

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


Package is "perl-Test2-Plugin-NoWarnings"

Thu Jun  8 15:02:22 2017 rev:1 rq:501205 version:0.05

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test2-Plugin-NoWarnings.new/perl-Test2-Plugin-NoWarnings.changes
   2017-06-08 15:02:23.404214537 +0200
@@ -0,0 +1,5 @@
+---
+Tue May 30 14:14:10 UTC 2017 - co...@suse.com
+
+- initial package 0.05
+ * created by cpanspec 1.78.08

New:

  Test2-Plugin-NoWarnings-0.05.tar.gz
  perl-Test2-Plugin-NoWarnings.changes
  perl-Test2-Plugin-NoWarnings.spec



Other differences:
--
++ perl-Test2-Plugin-NoWarnings.spec ++
#
# spec file for package perl-Test2-Plugin-NoWarnings
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


Name:   perl-Test2-Plugin-NoWarnings
Version:0.05
Release:0
%define cpan_name Test2-Plugin-NoWarnings
Summary:Fail if tests warn
License:Artistic-2.0
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Test2-Plugin-NoWarnings/
Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(IPC::Run3)
BuildRequires:  perl(Test2::API)
BuildRequires:  perl(Test2::Bundle::Extended)
BuildRequires:  perl(Test2::Event)
BuildRequires:  perl(Test2::Require::Module)
BuildRequires:  perl(Test2::Util::HashBase)
BuildRequires:  perl(Test::More) >= 1.302015
BuildRequires:  perl(parent)
Requires:   perl(Test2::API)
Requires:   perl(Test2::Event)
Requires:   perl(Test2::Util::HashBase)
Requires:   perl(parent)
%{perl_requires}

%description
Loading this plugin causes your tests to fail if there any warnings while
they run. Each warning generates a new failing test and the warning content
is outputted via 'diag'.

This module uses '$SIG{__WARN__}', so if the code you're testing sets this,
then this module will stop working.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING.md README.md
%license LICENSE

%changelog



commit python-pycha for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package python-pycha for openSUSE:Factory 
checked in at 2017-06-08 15:02:28

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


Package is "python-pycha"

Thu Jun  8 15:02:28 2017 rev:3 rq:501308 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pycha/python-pycha.changes
2016-11-09 11:39:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pycha.new/python-pycha.changes   
2017-06-08 15:02:31.119125733 +0200
@@ -1,0 +2,10 @@
+Mon May 29 07:55:03 UTC 2017 - axel.br...@gmx.de
+
+- added python-rpm-macros
+
+---
+Sun May 28 13:01:00 UTC 2017 - ok...@suse.com
+
+- Convert to singlespec
+
+---



Other differences:
--
++ python-pycha.spec ++
--- /var/tmp/diff_new_pack.iNMHTH/_old  2017-06-08 15:02:32.390946242 +0200
+++ /var/tmp/diff_new_pack.iNMHTH/_new  2017-06-08 15:02:32.394945677 +0200
@@ -1,8 +1,9 @@
 #
 # spec file for package python-pycha
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 Dr. Axel Braun
+# Copyright (c) 2017 Oliver Kurz
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +18,23 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+
+%define mod_name pycha
 Name:   python-pycha
 Version:0.7.0
 Release:0
 Summary:A library for making charts with Python
 License:LGPL-3.0+
 Group:  Development/Languages/Python
-Url:http://bitbucket.org/lgs/pycha/
-Source: https://pypi.io/packages/source/p/pycha/pycha-%{version}.tar.gz
+Url:http://bitbucket.org/lgs/%{mod_name}/
+Source: 
https://pypi.io/packages/source/p/%{mod_name}/%{mod_name}-%{version}.tar.gz
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 BuildRequires:  fdupes
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildArch:  noarch
+%python_subpackages
 
 %description
 Pycha is a Python package for drawing charts using the Cairo library.
@@ -40,22 +44,19 @@
 web programming. Pycha was developed for the server side.
 
 %prep
-%setup -q -n pycha-%{version}
+%setup -q -n %{mod_name}-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 %fdupes -s %{buildroot}
 
-%check
-#python setup.py test
-
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc COPYING README.txt CHANGES.txt AUTHORS
 %{python_sitelib}/*
-%{_bindir}/chavier
+%python3_only %{_bindir}/chavier
 
 %changelog




commit rubygem-debug_inspector for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-debug_inspector for 
openSUSE:Factory checked in at 2017-06-08 15:01:49

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


Package is "rubygem-debug_inspector"

Thu Jun  8 15:01:49 2017 rev:2 rq:497719 version:0.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-debug_inspector/rubygem-debug_inspector.changes
  2015-02-18 12:08:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-debug_inspector.new/rubygem-debug_inspector.changes
 2017-06-08 15:01:50.720827143 +0200
@@ -1,0 +2,6 @@
+Tue May 23 09:48:35 UTC 2017 - co...@suse.com
+
+- updated to version 0.0.3
+  no changelog found
+
+---

Old:

  debug_inspector-0.0.2.gem

New:

  debug_inspector-0.0.3.gem



Other differences:
--
++ rubygem-debug_inspector.spec ++
--- /var/tmp/diff_new_pack.7U0Pm2/_old  2017-06-08 15:01:51.444724979 +0200
+++ /var/tmp/diff_new_pack.7U0Pm2/_new  2017-06-08 15:01:51.444724979 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-debug_inspector
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-debug_inspector
-Version:0.0.2
+Version:0.0.3
 Release:0
 %define mod_name debug_inspector
 %define mod_full_name %{mod_name}-%{version}

++ debug_inspector-0.0.2.gem -> debug_inspector-0.0.3.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 2017-05-09 01:49:46.0 +0200
@@ -0,0 +1,15 @@
+language: ruby
+sudo: false
+before_install:
+  - gem install bundler
+rvm:
+- 2.0.0
+- 2.1.10
+- 2.2.7
+- 2.3.4
+- 2.4.1
+- ruby-head
+matrix:
+  allow_failures:
+- rvm: ruby-head
+  fast_finish: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 1970-01-01 01:00:00.0 +0100
+++ new/Gemfile 2017-05-09 01:49:46.0 +0200
@@ -0,0 +1,5 @@
+source "https://rubygems.org;
+
+gemspec
+
+gem 'rake'
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   2017-05-09 01:49:46.0 +0200
@@ -1,11 +1,15 @@
-debug_inspector
+debug_inspector [![Build 
Status](https://travis-ci.org/banister/debug_inspector.svg?branch=master)](https://travis-ci.org/banister/debug_inspector)
 ===
 
-(C) John Mair (banisterfiend) 2012
-
 _A Ruby wrapper for the new MRI 2.0 debug\_inspector API_
 
-**This library only works on MRI 2.0. Requiring it on unsupported Rubies will 
result in a no-op**
+The `debug_inspector` C extension and API were designed and built by [Koichi 
Sasada](https://github.com/ko1), this project
+is just a gemification of his work.
+
+**NOTES:**
+
+* This library makes use of the new debug inspector API in MRI 2.0.0, **do not 
use this library outside of debugging situations**.
+* Only works on MRI 2.0. Requiring it on unsupported Rubies will result in a 
no-op
 
 Usage
 -
@@ -13,17 +17,24 @@
 ```ruby
 require 'debug_inspector'
 
-# binding of nth caller frame (returns a Binding object)
-RubyVM::DebugInspector.open { |i| i.frame_binding(n) }
-
-# iseq of nth caller frame (returns a RubyVM::InstructionSequence object)
-RubyVM::DebugInspector.open { |i| i.frame_iseq(n) }
-
-# class of nth caller frame
-RubyVM::DebugInspector.open { |i| i.frame_class(n) }
-
-# backtrace locations (returns an array of Thread::Backtrace::Location objects)
-RubyVM::DebugInspector.open { |i| i.backtrace_locations }
+# Open debug context
+# Passed `dc' is only active in a block
+RubyVM::DebugInspector.open { |dc|
+  # backtrace locations (returns an array of Thread::Backtrace::Location 
objects)
+  locs = dc.backtrace_locations
+
+  # you can get depth of stack frame with `locs.size'
+  locs.size.times do |i|
+# binding of i-th caller frame (returns a Binding object or nil)
+p dc.frame_binding(i)
+
+# iseq of i-th caller frame (returns a RubyVM::InstructionSequence object 
or nil)
+p dc.frame_iseq(i)
+
+# class of i-th caller frame
+p dc.frame_class(i)
+  end
+}
 ```
 
 Contact
@@ -36,7 +47,7 @@
 
 (The MIT License)
 
-Copyright (c) 2012 (John 

commit ocaml-cppo for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package ocaml-cppo for openSUSE:Factory 
checked in at 2017-06-08 15:02:47

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


Package is "ocaml-cppo"

Thu Jun  8 15:02:47 2017 rev:3 rq:501574 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-cppo/ocaml-cppo.changes2017-05-27 
13:19:04.397497211 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-cppo.new/ocaml-cppo.changes   
2017-06-08 15:02:48.740638817 +0200
@@ -1,0 +2,5 @@
+Wed May 31 07:07:33 UTC 2017 - o...@aepfle.de
+
+- Replace tabs with spaces in generated _oasis file
+
+---



Other differences:
--
++ ocaml-cppo.spec ++
--- /var/tmp/diff_new_pack.iCl2Nj/_old  2017-06-08 15:02:49.648510689 +0200
+++ /var/tmp/diff_new_pack.iCl2Nj/_new  2017-06-08 15:02:49.652510124 +0200
@@ -78,7 +78,7 @@
 Synopsis:The C preprocessor written in OCaml
 Authors: Martin Jambon
 LicenseFile: LICENSE
-License: BSD-3-Clause
+License: %{license}
 Plugins: META(`oasis version`)
 BuildTools:  ocamlbuild
 




commit perl-Params-ValidationCompiler for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package perl-Params-ValidationCompiler for 
openSUSE:Factory checked in at 2017-06-08 15:01:58

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


Package is "perl-Params-ValidationCompiler"

Thu Jun  8 15:01:58 2017 rev:1 rq:499956 version:0.24

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Params-ValidationCompiler.new/perl-Params-ValidationCompiler.changes
   2017-06-08 15:01:59.979520462 +0200
@@ -0,0 +1,26 @@
+---
+Wed May 31 06:24:45 UTC 2017 - co...@suse.com
+
+- updated to 0.24
+   see /usr/share/doc/packages/perl-Params-ValidationCompiler/Changes
+
+  0.24 2017-04-08
+  
+  - The source_for() exported by Params::ValidationCompiler did not work at
+all. Reported by Diab Jerius. GH #16.
+  
+  
+  0.23 2017-01-23
+  
+  - Trying to create a validator for positional parameters where a required
+param came after one with a default did not throw an exception.
+  
+  - A positional params validator with a slurpy type which had coercions did 
not
+return the coerced values. It returned the original values instead.
+
+---
+Wed Jan 11 06:40:45 UTC 2017 - co...@suse.com
+
+- initial package 0.22
+ * created by cpanspec 1.78.08
+

New:

  Params-ValidationCompiler-0.24.tar.gz
  cpanspec.yml
  perl-Params-ValidationCompiler.changes
  perl-Params-ValidationCompiler.spec



Other differences:
--
++ perl-Params-ValidationCompiler.spec ++
#
# spec file for package perl-Params-ValidationCompiler
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


Name:   perl-Params-ValidationCompiler
Version:0.24
Release:0
%define cpan_name Params-ValidationCompiler
Summary:Build an optimized subroutine parameter validator once, use it 
forever
License:Artistic-2.0
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Params-ValidationCompiler/
Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
Source1:cpanspec.yml
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Eval::Closure)
BuildRequires:  perl(Exception::Class)
BuildRequires:  perl(List::Util) >= 1.29
BuildRequires:  perl(Specio) >= 0.14
BuildRequires:  perl(Test2::Bundle::Extended)
BuildRequires:  perl(Test2::Plugin::NoWarnings)
BuildRequires:  perl(Test2::Require::Module)
BuildRequires:  perl(Test::More) >= 1.302015
BuildRequires:  perl(Test::Without::Module)
Requires:   perl(Eval::Closure)
Requires:   perl(Exception::Class)
Requires:   perl(List::Util) >= 1.29
Recommends: perl(Sub::Util) >= 1.40
%{perl_requires}

%description
This module creates a customized, highly efficient parameter checking
subroutine. It can handle named or positional parameters, and can return
the parameters as key/value pairs or a list of values.

In addition to type checks, it also supports parameter defaults, optional
parameters, and extra "slurpy" parameters.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING.md README.md test-matrix.als
%license LICENSE

%changelog
++ 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," 

commit python-opengl for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package python-opengl for openSUSE:Factory 
checked in at 2017-06-08 15:02:34

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


Package is "python-opengl"

Thu Jun  8 15:02:34 2017 rev:22 rq:501314 version:3.1.1a1

Changes:

--- /work/SRC/openSUSE:Factory/python-opengl/python-opengl.changes  
2014-07-15 08:01:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-opengl.new/python-opengl.changes 
2017-06-08 15:02:35.286537588 +0200
@@ -1,0 +2,7 @@
+Mon Jun  5 11:26:10 UTC 2017 - aloi...@gmx.com
+
+- Update to version 3.1.1a1
+- Added python-opengl.changes as source
+- Converted to single-spec
+
+---

Old:

  PyOpenGL-3.1.0.tar.gz

New:

  PyOpenGL-3.1.1a1.tar.gz



Other differences:
--
++ python-opengl.spec ++
--- /var/tmp/diff_new_pack.pP9lem/_old  2017-06-08 15:02:36.266399300 +0200
+++ /var/tmp/diff_new_pack.pP9lem/_new  2017-06-08 15:02:36.266399300 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-opengl
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,25 @@
 #
 
 
-Name:   python-opengl
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define tarname PyOpenGL
-Version:3.1.0
+Name:   python-opengl
+Version:3.1.1a1
 Release:0
 Summary:OpenGL bindings for Python
 License:BSD-3-Clause
 Group:  Development/Libraries/Python
 Url:http://pyopengl.sourceforge.net
-Source0:
https://pypi.python.org/packages/source/P/%{tarname}/%{tarname}-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/P/%{tarname}/%{tarname}-%{version}.tar.gz
+Source1:%{name}.changes
+BuildRequires:  %{python_module Pillow}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module numpy}
 BuildRequires:  fdupes
 BuildRequires:  freeglut-devel
 BuildRequires:  libdrm-devel
-BuildRequires:  python-devel
-BuildRequires:  python-Pillow
-BuildRequires:  python-numpy
+BuildRequires:  libgle-devel
+BuildRequires:  python-rpm-macros
 BuildRequires:  swig
 BuildRequires:  tk-devel
 BuildRequires:  xorg-x11
@@ -38,14 +42,8 @@
 Requires:   tk >= 8.1
 Recommends: python-opengl-accelerate
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{py_requires}
-# this is only noarch as long as the accelerator module is missing
-%if %{?suse_version: 0%{?suse_version} > 1110} %{!?suse_version:1}
-BuildRequires:  libgle-devel
 BuildArch:  noarch
-%else
-BuildRequires:  gle
-%endif
+%python_subpackages
 
 %description
 OpenGL bindings for Python including support for GL extensions, GLU,
@@ -53,23 +51,24 @@
 
 %prep
 %setup -q -n %{tarname}-%{version}
+# remove shebang
+sed -e '1d' -i OpenGL/arrays/_buffers.py OpenGL/arrays/buffers.py
+# avoid "python-bytecode-inconsistent-mtime" warning
+FAKE_TIMESTAMP=$(LC_ALL=C date -u -r %{SOURCE1} +%%y%%m%%d%%H%%M)
+find . -name '*.py' -exec touch -mat $FAKE_TIMESTAMP {} \;
 
 %build
-CFLAGS="%{optflags} -DGLX_GLXEXT_LEGACY" python setup.py build
+export CFLAGS="%{optflags} -DGLX_GLXEXT_LEGACY"
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-chmod a+x %{buildroot}%{python_sitelib}/OpenGL/arrays/_buffers.py
-chmod a+x %{buildroot}%{python_sitelib}/OpenGL/arrays/buffers.py
-%fdupes %{buildroot}%{python_sitelib}/OpenGL/
-
-%clean
-rm -rf %{buildroot}
+%python_install
+%python_expand %fdupes -s %{buildroot}%{$python_sitelib}/OpenGL/
 
-%files
+%files %{python_files}
 %defattr(-,root,root)
 %doc license.txt
 %{python_sitelib}/OpenGL/
-%{python_sitelib}/PyOpenGL-%{version}-py*.egg-info
+%{python_sitelib}/PyOpenGL-%{version}-py%{python_version}.egg-info
 
 %changelog

++ PyOpenGL-3.1.0.tar.gz -> PyOpenGL-3.1.1a1.tar.gz ++
 20225 lines of diff (skipped)




commit python-requests-mock for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package python-requests-mock for 
openSUSE:Factory checked in at 2017-06-08 15:02:31

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


Package is "python-requests-mock"

Thu Jun  8 15:02:31 2017 rev:6 rq:501309 version:1.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-requests-mock/python-requests-mock.changes
2017-02-03 18:58:21.553434468 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-requests-mock.new/python-requests-mock.changes
   2017-06-08 15:02:33.126842384 +0200
@@ -1,0 +2,5 @@
+Thu May 25 15:22:58 UTC 2017 - sebix+novell@sebix.at
+
+- convert to singlespec
+
+---



Other differences:
--
++ python-requests-mock.spec ++
--- /var/tmp/diff_new_pack.5PbtAt/_old  2017-06-08 15:02:33.762752639 +0200
+++ /var/tmp/diff_new_pack.5PbtAt/_new  2017-06-08 15:02:33.770751510 +0200
@@ -16,6 +16,8 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without test
 Name:   python-requests-mock
 Version:1.2.0
 Release:0
@@ -23,43 +25,55 @@
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://requests-mock.readthedocs.org/
-Source: 
https://pypi.io/packages/source/r/requests-mock/requests-mock-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-fixtures
-BuildRequires:  python-mock
-BuildRequires:  python-pbr
-BuildRequires:  python-requests
-BuildRequires:  python-six
-BuildRequires:  python-sphinx >= 1.1.2
-BuildRequires:  python-testrepository >= 0.0.18
-BuildRequires:  python-testtools
+Source: 
https://files.pythonhosted.org/packages/source/r/requests-mock/requests-mock-%{version}.tar.gz
+BuildRequires:  %{python_module Sphinx >= 1.1.2}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module fixtures}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pbr}
+BuildRequires:  %{python_module requests}
+BuildRequires:  %{python_module rpm-macros}
+BuildRequires:  %{python_module six}
+BuildRequires:  %{python_module testrepository >= 0.0.18}
+BuildRequires:  %{python_module testtools}
+BuildRequires:  fdupes
+BuildRequires:  python3-dbm
 Requires:   python-requests >= 1.1
 Requires:   python-six
+%ifpython3
+Requires:   python3-dbm
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
+
+%python_subpackages
 
 %description
-`requests-mock` provides a building block to stub out the HTTP `requests`_ 
portions of your testing code.
-You should checkout the `docs`_ for more information.
+requests-mock provides a building block to stub out the HTTP requests portions 
of your testing code.
+You should checkout the docs for more information.
 
 %prep
 %setup -q -n requests-mock-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}/mymodule
 
+%if %{with test}
 %check
+mv .testr.conf .testr.conf.orig
+%{python_expand # first line can't be empty
+rm -rf .testrepository
+sed 's/python/$python/' .testr.conf.orig >| .testr.conf
 testr init
 testr run --parallel
+}
+%endif
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc AUTHORS README.rst LICENSE ChangeLog
 %{python_sitelib}/*




commit aegisub for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package aegisub for openSUSE:Factory checked 
in at 2017-06-08 15:02:15

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


Package is "aegisub"

Thu Jun  8 15:02:15 2017 rev:23 rq:501091 version:3.2.2

Changes:

--- /work/SRC/openSUSE:Factory/aegisub/aegisub.changes  2017-03-24 
02:22:06.472216196 +0100
+++ /work/SRC/openSUSE:Factory/.aegisub.new/aegisub.changes 2017-06-08 
15:02:20.888569569 +0200
@@ -1,0 +2,11 @@
+Mon Jun  5 07:47:20 UTC 2017 - tchva...@suse.com
+
+- Add constraints file to allow paralel build
+- Add changelog to files list to ensure plain rpmbuild to work
+- Do not bundle luajit remove-vendor-luajit-dependency.patch
+- Disable the version checking, calling home in desktop apps is
+  really bad idea, esp since upstream is semi-dead
+- Add patch to fix build with icu59 icu59.patch
+- Add patch to not put O3 to the cflags aegisub-no-optimize.patch
+
+---

New:

  _constraints
  aegisub-no-optimize.patch
  icu59.patch
  remove-vendor-luajit-dependency.patch



Other differences:
--
++ aegisub.spec ++
--- /var/tmp/diff_new_pack.mRR8kj/_old  2017-06-08 15:02:22.176387820 +0200
+++ /var/tmp/diff_new_pack.mRR8kj/_new  2017-06-08 15:02:22.184386691 +0200
@@ -17,7 +17,6 @@
 
 
 %bcond_with ffms2
-
 Name:   aegisub
 Version:3.2.2
 Release:0
@@ -26,21 +25,18 @@
 Group:  Productivity/Multimedia/Video/Editors and Convertors
 Url:http://www.aegisub.net/
 Source0:http://ftp.aegisub.org/pub/releases/aegisub-%{version}.tar.xz
+Source99:   aegisub.changes
 Patch0: aegisub.build-compare.patch
 Patch1: Makefile.inc.in.patch
+Patch2: remove-vendor-luajit-dependency.patch
+Patch3: icu59.patch
+Patch4: aegisub-no-optimize.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_filesystem-devel
-BuildRequires:  libboost_locale-devel
-BuildRequires:  libboost_regex-devel
-BuildRequires:  libboost_thread-devel
-%else
-BuildRequires:  boost-devel >= 1.50.0
-%endif
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
-BuildRequires:  pkg-config >= 0.20
+BuildRequires:  lua51
+BuildRequires:  pkgconfig >= 0.20
 BuildRequires:  wxWidgets-devel >= 3
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(fftw3) >= 3.3
@@ -49,12 +45,20 @@
 BuildRequires:  pkgconfig(hunspell) >= 1.2.0
 BuildRequires:  pkgconfig(libass)
 BuildRequires:  pkgconfig(libpulse) >= 0.5
-BuildRequires:  pkgconfig(lua) >= 5.1
+BuildRequires:  pkgconfig(luajit)
 BuildRequires:  pkgconfig(zlib)
+ExcludeArch:ppc ppc64 ppc64le
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_filesystem-devel
+BuildRequires:  libboost_locale-devel
+BuildRequires:  libboost_regex-devel
+BuildRequires:  libboost_thread-devel
+%else
+BuildRequires:  boost-devel >= 1.50.0
+%endif
 %if %{with ffms2}
 BuildRequires:  pkgconfig(ffms2)
 %endif
-ExcludeArch:ppc ppc64 ppc64le
 
 %description
 Aegisub is an advanced subtitle editor for Windows, and UNIX-like systems, such
@@ -69,18 +73,21 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
 sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" src/version.cpp
 FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes 
'+%%H:%%M:%%S')
 sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/" src/version.cpp
 
 %build
-autoreconf -fi
-# Don't use --disable-update-checker because of 
http://blog.aegisub.org/2012/02/bit-of-statistics.html
-%configure --with-player-audio=PulseAudio \
+autoreconf -fvi
+%configure \
+--disable-update-checker \
+--with-player-audio=PulseAudio \
--without-oss
-# parallel make takes too much memory 
-make -j1
+make %{?_smp_mflags}
 
 %install
 %make_install

++ _constraints ++

  

  4000

  

++ aegisub-no-optimize.patch ++
Index: aegisub-3.2.2/configure
===
--- aegisub-3.2.2.orig/configure
+++ aegisub-3.2.2/configure
@@ -5949,8 +5949,8 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
 else
 
-CFLAGS="$CFLAGS -O3"
-CXXFLAGS="$CXXFLAGS -O3"
+CFLAGS="$CFLAGS"
+CXXFLAGS="$CXXFLAGS"
 
 fi
 
Index: aegisub-3.2.2/configure.ac
===
--- aegisub-3.2.2.orig/configure.ac
+++ aegisub-3.2.2/configure.ac
@@ -151,8 +151,8 @@ AS_IF([test x$enable_compiler_flags != x
 CFLAGS="$CFLAGS -O0"
 CXXFLAGS="$CXXFLAGS -O0"
   ], [
-CFLAGS="$CFLAGS 

commit dreampie for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package dreampie for openSUSE:Factory 
checked in at 2017-06-08 15:02:36

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


Package is "dreampie"

Thu Jun  8 15:02:36 2017 rev:2 rq:501319 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/dreampie/dreampie.changes2017-06-04 
01:56:36.959435766 +0200
+++ /work/SRC/openSUSE:Factory/.dreampie.new/dreampie.changes   2017-06-08 
15:02:37.934163929 +0200
@@ -1,0 +2,5 @@
+Fri May 26 14:19:41 UTC 2017 - jeng...@inai.de
+
+- Trim description.
+
+---



Other differences:
--
++ dreampie.spec ++
--- /var/tmp/diff_new_pack.mM1Jz4/_old  2017-06-08 15:02:38.738050477 +0200
+++ /var/tmp/diff_new_pack.mM1Jz4/_new  2017-06-08 15:02:38.742049913 +0200
@@ -37,12 +37,11 @@
 
 %description
 DreamPie is a Python shell and features a new concept for an
-interactive shell: the window is divided into the history box, which
-lets you view previous commands and their output, and the code box,
-where you write your code. This allows you to edit any amount of
-code, just like in your favorite editor, and execute it when it is
-ready. You can also copy code from anywhere, edit it and run it
-instantly.
+interactive shell: the window is divided into a history box, which
+shows previous commands and their output, and a code box, where code
+is written. This allows editing any amount of code, just like in an
+editor, and executing it when it is ready. Code can be copied from
+anywhere, edited and run instantly.
 
 %prep
 %setup -q




commit rubygem-haml-rails for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-haml-rails for 
openSUSE:Factory checked in at 2017-06-08 15:01:42

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


Package is "rubygem-haml-rails"

Thu Jun  8 15:01:42 2017 rev:3 rq:497714 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml-rails/rubygem-haml-rails.changes
2015-03-19 21:17:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-haml-rails.new/rubygem-haml-rails.changes   
2017-06-08 15:01:43.481848782 +0200
@@ -1,0 +2,6 @@
+Tue May 23 09:57:24 UTC 2017 - co...@suse.com
+
+- updated to version 1.0.0
+  no changelog found
+
+---

Old:

  haml-rails-0.9.0.gem

New:

  haml-rails-1.0.0.gem



Other differences:
--
++ rubygem-haml-rails.spec ++
--- /var/tmp/diff_new_pack.DmCZqd/_old  2017-06-08 15:01:44.189748876 +0200
+++ /var/tmp/diff_new_pack.DmCZqd/_new  2017-06-08 15:01:44.189748876 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-haml-rails
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-haml-rails
-Version:0.9.0
+Version:1.0.0
 Release:0
 %define mod_name haml-rails
 %define mod_full_name %{mod_name}-%{version}

++ haml-rails-0.9.0.gem -> haml-rails-1.0.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2015-03-11 08:21:34.0 +0100
+++ new/.travis.yml 2017-04-27 18:50:18.0 +0200
@@ -1,17 +1,30 @@
+sudo: false
 language: ruby
+cache: bundler
+before_install: "gem install bundler"
 rvm:
+  - 2.4.1
+  - 2.3.1
+  - 2.2.5
+  - 2.1
+  - 2.0
   - 1.9.3
-  - 2.0.0
-  - 2.1.0
-  - 2.2.0
   - jruby-19mode
-  - rbx
 gemfile:
-  - gemfiles/rails_4_0.gemfile
-  - gemfiles/rails_4_1.gemfile
+  - gemfiles/rails_5_0.gemfile
   - gemfiles/rails_4_2.gemfile
+  - gemfiles/rails_4_1.gemfile
+  - gemfiles/rails_4_0.gemfile
 matrix:
   exclude:
+- rvm: 2.1
+  gemfile: gemfiles/rails_5_0.gemfile
+- rvm: 2.0
+  gemfile: gemfiles/rails_5_0.gemfile
+- rvm: 1.9.3
+  gemfile: gemfiles/rails_5_0.gemfile
+- rvm: jruby-19mode
+  gemfile: gemfiles/rails_5_0.gemfile
 - rvm: 1.9.3
   gemfile: gemfiles/rails_4_1.gemfile
-script: "bundle exec rake test"
\ No newline at end of file
+script: "bundle exec rake test"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Appraisals new/Appraisals
--- old/Appraisals  2015-03-11 08:21:34.0 +0100
+++ new/Appraisals  2017-04-27 18:50:18.0 +0200
@@ -8,4 +8,8 @@
 
 appraise "rails_4_2" do
   gem "rails", "4.2"
-end
\ No newline at end of file
+end
+
+appraise "rails_5_0" do
+  gem "rails", "5.0"
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2015-03-11 08:21:34.0 +0100
+++ new/README.md   2017-04-27 18:50:18.0 +0200
@@ -52,7 +52,7 @@
 
 ### Code Status
 
-[![Build 
Status](https://travis-ci.org/indirect/haml-rails.png)](https://travis-ci.org/indirect/haml-rails)
+[![Build 
Status](https://travis-ci.org/indirect/haml-rails.svg)](https://travis-ci.org/indirect/haml-rails)
 
 ### License
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gemfiles/rails_5_0.gemfile 
new/gemfiles/rails_5_0.gemfile
--- old/gemfiles/rails_5_0.gemfile  1970-01-01 01:00:00.0 +0100
+++ new/gemfiles/rails_5_0.gemfile  2017-04-27 18:50:18.0 +0200
@@ -0,0 +1,10 @@
+# This file was generated by Appraisal
+
+source "https://rubygems.org;
+
+gem "rubysl", "~> 2.0", :platforms => :rbx
+gem "minitest", :platforms => :rbx
+gem "html2haml"
+gem "rails", "5.0"
+
+gemspec :path => "../"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/haml-rails.gemspec new/haml-rails.gemspec
--- old/haml-rails.gemspec  2015-03-11 08:21:34.0 +0100
+++ new/haml-rails.gemspec  2017-04-27 18:50:18.0 +0200
@@ -15,7 +15,7 @@
   s.rubyforge_project = "haml-rails"
   s.required_rubygems_version = ">= 1.3.6"
 
-  s.add_dependency "haml",  [">= 4.0.6", "< 5.0"]
+  s.add_dependency 

commit rubygem-jbuilder for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2017-06-08 15:01:27

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


Package is "rubygem-jbuilder"

Thu Jun  8 15:01:27 2017 rev:18 rq:497701 version:2.6.4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2017-03-21 22:50:49.787919489 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new/rubygem-jbuilder.changes   
2017-06-08 15:01:27.748069297 +0200
@@ -1,0 +2,11 @@
+Tue May 23 10:00:38 UTC 2017 - co...@suse.com
+
+- updated to version 2.6.4
+ see installed CHANGELOG.md
+
+  2.6.4
+  -
+  
+  * Drop the pessimistic upper-bound restriction on Active Support and 
MultiJSON to prevent future gemfile resolution deadlocks *DHH*
+
+---

Old:

  jbuilder-2.6.3.gem

New:

  jbuilder-2.6.4.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.rEJvyz/_old  2017-06-08 15:01:28.243999307 +0200
+++ /var/tmp/diff_new_pack.rEJvyz/_new  2017-06-08 15:01:28.251998177 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jbuilder
-Version:2.6.3
+Version:2.6.4
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}

++ jbuilder-2.6.3.gem -> jbuilder-2.6.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Appraisals new/Appraisals
--- old/Appraisals  2017-02-24 03:45:36.0 +0100
+++ new/Appraisals  2017-05-10 18:21:08.0 +0200
@@ -44,7 +44,7 @@
 end
 
 appraise "rails-5-1" do
-  gem "railties",">= 5.1.0.beta1", "< 5.2"
-  gem "actionpack",  ">= 5.1.0.beta1", "< 5.2"
-  gem "activemodel", ">= 5.1.0.beta1", "< 5.2"
+  gem "railties",">= 5.1.0", "< 5.2"
+  gem "actionpack",  ">= 5.1.0", "< 5.2"
+  gem "activemodel", ">= 5.1.0", "< 5.2"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-02-24 03:45:36.0 +0100
+++ new/CHANGELOG.md2017-05-10 18:21:08.0 +0200
@@ -1,5 +1,10 @@
 # Changelog
 
+2.6.4
+-
+
+* Drop the pessimistic upper-bound restriction on Active Support and MultiJSON 
to prevent future gemfile resolution deadlocks *DHH*
+
 2.6.3
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIT-LICENSE new/MIT-LICENSE
--- old/MIT-LICENSE 2017-02-24 03:45:36.0 +0100
+++ new/MIT-LICENSE 2017-05-10 18:21:08.0 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2011-2016 David Heinemeier Hansson, 37signals
+Copyright (c) 2011-2017 David Heinemeier Hansson, 37signals
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gemfiles/rails_5_1.gemfile 
new/gemfiles/rails_5_1.gemfile
--- old/gemfiles/rails_5_1.gemfile  2017-02-24 03:45:36.0 +0100
+++ new/gemfiles/rails_5_1.gemfile  2017-05-10 18:21:08.0 +0200
@@ -6,8 +6,8 @@
 gem "mocha", :require => false
 gem "appraisal"
 gem "pry"
-gem "railties", ">= 5.1.0.beta1", "< 5.2"
-gem "actionpack", ">= 5.1.0.beta1", "< 5.2"
-gem "activemodel", ">= 5.1.0.beta1", "< 5.2"
+gem "railties", ">= 5.1.0", "< 5.2"
+gem "actionpack", ">= 5.1.0", "< 5.2"
+gem "activemodel", ">= 5.1.0", "< 5.2"
 
 gemspec :path => "../"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jbuilder.gemspec new/jbuilder.gemspec
--- old/jbuilder.gemspec2017-02-24 03:45:36.0 +0100
+++ new/jbuilder.gemspec2017-05-10 18:21:08.0 +0200
@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = 'jbuilder'
-  s.version  = '2.6.3'
+  s.version  = '2.6.4'
   s.authors  = ['David Heinemeier Hansson']
   s.email= ['da...@37signals.com']
   s.summary  = 'Create JSON structures via a Builder-style DSL'
@@ -9,8 +9,8 @@
 
   s.required_ruby_version = '>= 1.9.3'
 
-  s.add_dependency 'activesupport', '>= 3.0.0', '< 5.2'
-  s.add_dependency 'multi_json','~> 1.2'
+  s.add_dependency 'activesupport', '>= 3.0.0'
+  s.add_dependency 'multi_json','>= 1.2'
 
   s.files = `git ls-files`.split("\n")
   s.test_files= `git ls-files -- test/*`.split("\n")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- 

commit rubygem-childprocess for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-childprocess for 
openSUSE:Factory checked in at 2017-06-08 15:01:51

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


Package is "rubygem-childprocess"

Thu Jun  8 15:01:51 2017 rev:21 rq:497720 version:0.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-childprocess/rubygem-childprocess.changes
2017-04-11 09:33:25.148620973 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-childprocess.new/rubygem-childprocess.changes
   2017-06-08 15:01:51.764679824 +0200
@@ -1,0 +2,10 @@
+Tue May 23 09:45:59 UTC 2017 - co...@suse.com
+
+- updated to version 0.7.0
+ see installed CHANGELOG.md
+
+  ### Version 0.7.0 / 2017-05-07
+  
+  * Debugging information now uses a Logger, which can be configured.
+
+---

Old:

  childprocess-0.6.3.gem

New:

  childprocess-0.7.0.gem



Other differences:
--
++ rubygem-childprocess.spec ++
--- /var/tmp/diff_new_pack.BcRKTG/_old  2017-06-08 15:01:52.352596851 +0200
+++ /var/tmp/diff_new_pack.BcRKTG/_new  2017-06-08 15:01:52.352596851 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-childprocess
-Version:0.6.3
+Version:0.7.0
 Release:0
 %define mod_name childprocess
 %define mod_full_name %{mod_name}-%{version}

++ childprocess-0.6.3.gem -> childprocess-0.7.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-03-25 04:06:44.0 +0100
+++ new/CHANGELOG.md2017-05-08 02:43:19.0 +0200
@@ -1,3 +1,8 @@
+### Version 0.7.0 / 2017-05-07
+
+* Debugging information now uses a Logger, which can be configured.
+
+
 ### Version 0.6.3 / 2017-03-24
 
 See beta release notes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-03-25 04:06:44.0 +0100
+++ new/README.md   2017-05-08 02:43:19.0 +0200
@@ -154,6 +154,16 @@
 ChildProcess.build("ruby", "-S", "bundle")
 ```
 
+ Log to file
+
+Errors and debugging information are logged to `$stderr` by default but a 
custom logger can be used instead. 
+
+```ruby
+logger = Logger.new('logfile.log')
+logger.level = Logger::DEBUG
+ChildProcess.logger = logger
+```
+
 ## Caveats
 
 * With JRuby on Unix, modifying `ENV["PATH"]` before using childprocess could 
lead to 'Command not found' errors, since JRuby is unable to modify the 
environemnt used for PATH searches in `java.lang.ProcessBuilder`. This can be 
avoided by setting `ChildProcess.posix_spawn = true`.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/childprocess/abstract_process.rb 
new/lib/childprocess/abstract_process.rb
--- old/lib/childprocess/abstract_process.rb2017-03-25 04:06:44.0 
+0100
+++ new/lib/childprocess/abstract_process.rb2017-05-08 02:43:19.0 
+0200
@@ -176,7 +176,7 @@
 end
 
 def log(*args)
-  $stderr.puts "#{self.inspect} : #{args.inspect}" if $DEBUG
+  ChildProcess.logger.debug "#{self.inspect} : #{args.inspect}"
 end
 
 def assert_started
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/childprocess/jruby/pump.rb 
new/lib/childprocess/jruby/pump.rb
--- old/lib/childprocess/jruby/pump.rb  2017-03-25 04:06:44.0 +0100
+++ new/lib/childprocess/jruby/pump.rb  2017-05-08 02:43:19.0 +0200
@@ -44,7 +44,8 @@
 
 @output.flush
   rescue java.io.IOException => ex
-$stderr.puts ex.message, ex.backtrace if $DEBUG
+ChildProcess.logger.debug ex.message
+ChildProcess.logger.debug ex.backtrace
   end
 
 end # Pump
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/childprocess/version.rb 
new/lib/childprocess/version.rb
--- old/lib/childprocess/version.rb 2017-03-25 04:06:44.0 +0100
+++ new/lib/childprocess/version.rb 2017-05-08 02:43:19.0 +0200
@@ -1,3 +1,3 @@
 module ChildProcess
-  VERSION = '0.6.3'
+  VERSION = '0.7.0'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/childprocess.rb new/lib/childprocess.rb
--- old/lib/childprocess.rb 2017-03-25 04:06:44.0 +0100
+++ new/lib/childprocess.rb 2017-05-08 02:43:19.0 +0200
@@ -3,12 +3,15 @@
 require 'childprocess/abstract_process'
 require 'childprocess/abstract_io'
 require "fcntl"

commit rubygem-haml for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2017-06-08 15:01:44

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


Package is "rubygem-haml"

Thu Jun  8 15:01:44 2017 rev:26 rq:497715 version:5.0.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2015-08-21 07:40:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2017-06-08 15:01:46.001493184 +0200
@@ -1,0 +2,69 @@
+Tue May 23 09:57:09 UTC 2017 - co...@suse.com
+
+- updated to version 5.0.1
+ see installed CHANGELOG.md
+
+  ## 5.0.1
+  
+  Released on May 3, 2017
+  ([diff](https://github.com/haml/haml/compare/v5.0.0...v5.0.1)).
+  
+  * Fix parsing attributes including string interpolation. 
[#917](https://github.com/haml/haml/pull/917) 
[#921](https://github.com/haml/haml/issues/921)
+  * Stop distributing test files in gem package and allow installing on 
Windows.
+  * Use ActionView's Erubi/Erubis handler for erb filter only on ActionView. 
[#914](https://github.com/haml/haml/pull/914)
+  
+  ## 5.0.0
+  
+  Released on April 26, 2017
+  ([diff](https://github.com/haml/haml/compare/4.0.7...v5.0.0)).
+  
+  Breaking Changes
+  
+  * Haml now requires Ruby 2.0.0 or above.
+  * Rails 3 is no longer supported, matching the official
+[Maintenance Policy for Ruby on 
Rails](http://weblog.rubyonrails.org/2013/2/24/maintenance-policy-for-ruby-on-rails/).
+(Tee Parham)
+  * The `haml` command's debug option (`-d`) no longer executes the Haml code, 
but
+rather checks the generated Ruby syntax for errors.
+  * Drop parser/compiler accessor from `Haml::Engine`. Modify 
`Haml::Engine#initialize` options
+or `Haml::Template.options` instead. (Takashi Kokubun)
+  * Drop dynamic quotes support and always escape `'` for 
`escape_html`/`escape_attrs` instead.
+Also, escaped results are slightly changed and always unified to the same 
characters. (Takashi Kokubun)
+  * Don't preserve newlines in attributes. (Takashi Kokubun)
+  * HTML escape interpolated code in filters.
+[#770](https://github.com/haml/haml/pull/770)
+(Matt Wildig)
+  
+  :javascript
+#{JSON.generate(foo: "bar")}
+  Haml 4 output: {"foo":"bar"}
+  Haml 5 output: {foo:bar}
+  
+  Added
+  
+  * Add a tracing option. When enabled, Haml will output a data-trace 
attribute on each tag showing the path
+to the source Haml file from which it was generated. Thanks [Alex 
Babkin](https://github.com/ababkin).
+  * Add `haml_tag_if` to render a block, conditionally wrapped in another 
element (Matt Wildig)
+  * Support Rails 5.1 Erubi template handler.
+  * Support Sprockets 3. Thanks [Sam Davies](https://github.com/samphilipd) 
and [Jeremy Venezia](https://github.com/jvenezia).
+  * General performance and memory usage improvements. (Akira Matsuda)
+  * Analyze attribute values by Ripper and render static attributes 
beforehand. (Takashi Kokubun)
+  * Optimize attribute rendering about 3x faster. (Takashi Kokubun)
+  * Add temple gem as dependency and create `Haml::TempleEngine` class.
+Some methods in `Haml::Compiler` are migrated to `Haml::TempleEngine`. 
(Takashi Kokubun)
+  
+  Fixed
+  
+  * Fix for attribute merging. When an attribute method (or literal nested 
hash)
+was used in an old style attribute hash and there is also a (non-static) 
new
+style hash there is an error. The fix can result in different behavior in
+some circumstances. See the [commit 
message](https://github.com/haml/haml/tree/e475b015d3171fb4c4f140db304f7970c787d6e3)
+for detailed info. (Matt Wildig)
+  * Make escape_once respect hexadecimal references. (Matt Wildig)
+  * Don't treat the 'data' attribute specially when merging attribute hashes. 
(Matt Wildig and Norman Clarke)
+  * Fix #@foo and #$foo style interpolation that was not working in html_safe 
mode. (Akira Matsuda)
+  * Allow `@` as tag's class name. Thanks [Joe 
Bartlett](https://github.com/redoPop).
+  * Raise `Haml::InvalidAttributeNameError` when attribute name includes 
invalid characters. (Takashi Kokubun)
+  * Don't ignore unexpected exceptions on initializing 
`ActionView::OutputBuffer`. (Takashi Kokubun)
+
+---

Old:

  haml-4.0.7.gem

New:

  haml-5.0.1.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.wFDkkb/_old  2017-06-08 15:01:46.929362233 +0200
+++ /var/tmp/diff_new_pack.wFDkkb/_new  2017-06-08 15:01:46.933361669 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-haml
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, 

commit rubygem-html2haml for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-html2haml for 
openSUSE:Factory checked in at 2017-06-08 15:01:38

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


Package is "rubygem-html2haml"

Thu Jun  8 15:01:38 2017 rev:3 rq:497712 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-html2haml/rubygem-html2haml.changes  
2017-04-11 09:31:07.204105196 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-html2haml.new/rubygem-html2haml.changes 
2017-06-08 15:01:39.634391775 +0200
@@ -1,0 +2,10 @@
+Tue May 23 09:58:43 UTC 2017 - co...@suse.com
+
+- updated to version 2.2.0
+ see installed Changelog.markdown
+
+  ## 2.2.0
+  
+  * Haml 5 support.
+
+---

Old:

  html2haml-2.1.0.gem

New:

  html2haml-2.2.0.gem



Other differences:
--
++ rubygem-html2haml.spec ++
--- /var/tmp/diff_new_pack.YzLhL1/_old  2017-06-08 15:01:40.214309931 +0200
+++ /var/tmp/diff_new_pack.YzLhL1/_new  2017-06-08 15:01:40.214309931 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-html2haml
-Version:2.1.0
+Version:2.2.0
 Release:0
 %define mod_name html2haml
 %define mod_full_name %{mod_name}-%{version}

++ html2haml-2.1.0.gem -> html2haml-2.2.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-01-25 02:33:34.0 +0100
+++ new/.travis.yml 2017-05-01 00:51:07.0 +0200
@@ -4,14 +4,14 @@
 before_install: gem update bundler --no-document
 
 rvm:
-  - 2.4.0
-  - 2.3.3
-  - 2.2.6
+  - 2.4.1
+  - 2.3.4
+  - 2.2.7
   - 2.1.10
   - 2.0.0
   - 1.9.3
   - rbx-2
-  - jruby-9.1.7.0
+  - jruby-9.1.8.0
 
 gemfile:
   - Gemfile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Changelog.markdown new/Changelog.markdown
--- old/Changelog.markdown  2017-01-25 02:33:34.0 +0100
+++ new/Changelog.markdown  2017-05-01 00:51:07.0 +0200
@@ -1,5 +1,9 @@
 # HTML2Haml Changelog
 
+## 2.2.0
+
+* Haml 5 support.
+
 ## 2.1.0
 
 * Reduce specificity of Haml 4.0 version dependency.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-01-25 02:33:34.0 +0100
+++ new/README.md   2017-05-01 00:51:07.0 +0200
@@ -57,8 +57,8 @@
 Description: Transforms an HTML file into corresponding Haml code.
 
 Options:
--e, --erbParse ERb tags.
---no-erb Don't parse ERb tags.
+-e, --erbParse ERB tags.
+--no-erb Don't parse ERB tags.
 --html-attributesUse HTML style attributes instead of 
Ruby hash style.
 --ruby19-attributes  Use Ruby 1.9-style attributes when 
possible.
 -E ex[:in]   Specify the default external and 
internal character encodings.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html2haml.gemspec new/html2haml.gemspec
--- old/html2haml.gemspec   2017-01-25 02:33:34.0 +0100
+++ new/html2haml.gemspec   2017-05-01 00:51:07.0 +0200
@@ -2,8 +2,8 @@
 require File.expand_path('../lib/html2haml/version', __FILE__)
 
 Gem::Specification.new do |gem|
-  gem.authors   = ["Norman Clarke", "Stefan Natchev"]
-  gem.email = ["nor...@njclarke.com", "stefan.natc...@gmail.com"]
+  gem.authors   = ["Akira Matsuda", "Stefan Natchev"]
+  gem.email = ["ron...@dio.jp", "stefan.natc...@gmail.com"]
   gem.description   = %q{Converts HTML into Haml}
   gem.summary   = %q{Converts HTML into Haml}
   gem.homepage  = "http://haml.info;
@@ -21,8 +21,8 @@
   gem.add_dependency 'nokogiri', '>= 1.6.0'
   gem.add_dependency 'erubis', '~> 2.7.0'
   gem.add_dependency 'ruby_parser', '~> 3.5'
-  gem.add_dependency 'haml', '~> 4.0'
+  gem.add_dependency 'haml', ['>= 4.0', '< 6']
   gem.add_development_dependency 'simplecov', '~> 0.7.1'
-  gem.add_development_dependency 'minitest', '~> 4.4.0'
+  gem.add_development_dependency 'minitest', '>= 4.4.0'
   gem.add_development_dependency 'rake'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/html2haml/exec.rb new/lib/html2haml/exec.rb
--- old/lib/html2haml/exec.rb   2017-01-25 02:33:34.0 +0100
+++ new/lib/html2haml/exec.rb   2017-05-01 00:51:07.0 +0200
@@ -203,11 

commit rubygem-mysql2 for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-mysql2 for openSUSE:Factory 
checked in at 2017-06-08 15:01:21

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


Package is "rubygem-mysql2"

Thu Jun  8 15:01:21 2017 rev:21 rq:497698 version:0.4.6

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mysql2/rubygem-mysql2.changes
2016-11-07 12:23:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-mysql2.new/rubygem-mysql2.changes   
2017-06-08 15:01:22.428820006 +0200
@@ -1,0 +2,6 @@
+Tue May 23 10:04:10 UTC 2017 - co...@suse.com
+
+- updated to version 0.4.6
+ see installed CHANGELOG.md
+
+---

Old:

  mysql2-0.4.5.gem

New:

  mysql2-0.4.6.gem



Other differences:
--
++ rubygem-mysql2.spec ++
--- /var/tmp/diff_new_pack.bUm0Zv/_old  2017-06-08 15:01:23.008738161 +0200
+++ /var/tmp/diff_new_pack.bUm0Zv/_new  2017-06-08 15:01:23.012737597 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mysql2
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-mysql2
-Version:0.4.5
+Version:0.4.6
 Release:0
 %define mod_name mysql2
 %define mod_full_name %{mod_name}-%{version}

++ mysql2-0.4.5.gem -> mysql2-0.4.6.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
@@ -85,6 +85,9 @@
 common paths will be automatically searched. If you want to select a specific
 MySQL directory, use the `--with-mysql-dir` or `--with-mysql-config` options 
above.
 
+If you have not done so already, you will need to install the XCode select 
tools by running
+`xcode-select --install`.
+
 ### Windows
 Make sure that you have Ruby and the DevKit compilers installed. We recommend
 the [Ruby Installer](http://rubyinstaller.org) distribution.
Binary 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
@@ -111,7 +111,7 @@
   int val = NUM2INT( setting );
   if (version >= 50703 && version < 50711) {
 if (val == SSL_MODE_DISABLED || val == SSL_MODE_REQUIRED) {
-  my_bool b = ( val == SSL_MODE_REQUIRED );
+  bool b = ( val == SSL_MODE_REQUIRED );
   int result = mysql_options( wrapper->client, MYSQL_OPT_SSL_ENFORCE,  );
   return INT2NUM(result);
   
@@ -504,7 +504,7 @@
  */
 static void *nogvl_read_query_result(void *ptr) {
   MYSQL * client = ptr;
-  my_bool res = mysql_read_query_result(client);
+  bool res = mysql_read_query_result(client);
 
   return (void *)(res == 0 ? Qtrue : Qfalse);
 }
@@ -596,9 +596,11 @@
   /* Invalidate the MySQL socket to prevent further communication.
* The GC will come along later and call mysql_close to free it.
*/
-  if (invalidate_fd(wrapper->client->net.fd) == Qfalse) {
-fprintf(stderr, "[WARN] mysql2 failed to invalidate FD safely, closing 
unsafely\n");
-close(wrapper->client->net.fd);
+  if (wrapper->client) {
+if (invalidate_fd(wrapper->client->net.fd) == Qfalse) {
+  fprintf(stderr, "[WARN] mysql2 failed to invalidate FD safely, closing 
unsafely\n");
+  close(wrapper->client->net.fd);
+}
   }
 
   rb_exc_raise(error);
@@ -647,26 +649,30 @@
 
   return Qnil;
 }
-#else
-static VALUE finish_and_mark_inactive(void *args) {
-  VALUE self = args;
-  MYSQL_RES *result;
+#endif
 
+static VALUE disconnect_and_mark_inactive(VALUE self) {
   GET_CLIENT(self);
 
+  /* Check if execution terminated while result was still being read. */
   if (!NIL_P(wrapper->active_thread)) {
-/* if we got here, the result hasn't been read off the wire yet
-   so lets do that and then throw it away because we have no way
-   of getting it back up to the caller from here */
-result = (MYSQL_RES *)rb_thread_call_without_gvl(nogvl_store_result, 
wrapper, RUBY_UBF_IO, 0);
-mysql_free_result(result);
-
+/* Invalidate the MySQL socket to prevent further communication. */
+#ifndef _WIN32
+if (invalidate_fd(wrapper->client->net.fd) == Qfalse) {
+  rb_warn("mysql2 failed 

commit rubygem-rest-client for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-rest-client for 
openSUSE:Factory checked in at 2017-06-08 15:01:07

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


Package is "rubygem-rest-client"

Thu Jun  8 15:01:07 2017 rev:10 rq:497689 version:2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rest-client/rubygem-rest-client.changes  
2017-04-11 09:32:28.308650349 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rest-client.new/rubygem-rest-client.changes 
2017-06-08 15:01:08.638766206 +0200
@@ -1,0 +2,11 @@
+Tue May 23 10:16:18 UTC 2017 - co...@suse.com
+
+- updated to version 2.0.2
+ see installed history.md
+
+  # 2.0.2
+  
+  - Suppress the header override warning introduced in 2.0.1 if the value is 
the
+same. There's no conflict if the value is unchanged. (#578)
+
+---

Old:

  rest-client-2.0.1.gem

New:

  rest-client-2.0.2.gem



Other differences:
--
++ rubygem-rest-client.spec ++
--- /var/tmp/diff_new_pack.bOWW59/_old  2017-06-08 15:01:09.362664042 +0200
+++ /var/tmp/diff_new_pack.bOWW59/_new  2017-06-08 15:01:09.362664042 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rest-client
-Version:2.0.1
+Version:2.0.2
 Release:0
 %define mod_name rest-client
 %define mod_full_name %{mod_name}-%{version}

++ rest-client-2.0.1.gem -> rest-client-2.0.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-02-19 16:17:30.0 +0100
+++ new/.travis.yml 2017-04-24 00:16:40.0 +0200
@@ -17,6 +17,8 @@
   - "jruby-9.1.5.0"
   - "jruby-head"
 
+cache: bundler
+
 script:
   bundle exec rake test
 
@@ -44,10 +46,3 @@
   fast_finish: true
 
 sudo: false
-
-
-# Use Java 8 for jruby to fix some Java 7 bugs.
-addons:
-  apt:
-packages:
-  - oracle-java8-set-default
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-02-19 16:17:30.0 +0100
+++ new/README.md   2017-04-24 00:16:40.0 +0200
@@ -762,13 +762,12 @@
 Have a look at rest-client-components: 
http://github.com/crohr/rest-client-components
 
 ## Credits
-
-|||
-|-|-|
-| REST Client Team| Andy Brody 
 |
-| Creator | Adam Wiggins   
 |
-| Maintainers Emeriti | Lawrence Leonard Gilbert, Matthew Manning, Julien 
Kirch |
-| Major contributions | Blake Mizerany, Julien Kirch   
 |
+| | |
+|-|-|
+| **REST Client Team**| Andy Brody 
 |
+| **Creator** | Adam Wiggins   
 |
+| **Maintainers Emeriti** | Lawrence Leonard Gilbert, Matthew Manning, Julien 
Kirch |
+| **Major contributions** | Blake Mizerany, Julien Kirch   
 |
 
 A great many generous folks have contributed features and patches.
 See AUTHORS for the full list.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/history.md new/history.md
--- old/history.md  2017-02-19 16:17:30.0 +0100
+++ new/history.md  2017-04-24 00:16:40.0 +0200
@@ -1,3 +1,8 @@
+# 2.0.2
+
+- Suppress the header override warning introduced in 2.0.1 if the value is the
+  same. There's no conflict if the value is unchanged. (#578)
+
 # 2.0.1
 
 - Warn if auto-generated headers from the payload, such as Content-Type,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/restclient/request.rb 
new/lib/restclient/request.rb
--- old/lib/restclient/request.rb   2017-02-19 16:17:30.0 +0100
+++ new/lib/restclient/request.rb   2017-04-24 00:16:40.0 +0200
@@ -373,7 +373,7 @@
 # x-www-form-urlencoded but a Content-Type application/json was
 # also supplied by the user.
 payload_headers.each_pair do |key, val|
-  if headers.include?(key)
+  if headers.include?(key) && headers[key] != val
 warn("warning: Overriding #{key.inspect} header " +
  "#{headers.fetch(key).inspect} with #{val.inspect} " +
  "due to payload")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit rubygem-hashdiff for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-hashdiff for 
openSUSE:Factory checked in at 2017-06-08 15:01:40

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


Package is "rubygem-hashdiff"

Thu Jun  8 15:01:40 2017 rev:4 rq:497713 version:0.3.4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hashdiff/rubygem-hashdiff.changes
2017-01-15 11:18:36.801855124 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-hashdiff.new/rubygem-hashdiff.changes   
2017-06-08 15:01:42.198029968 +0200
@@ -1,0 +2,10 @@
+Tue May 23 09:58:16 UTC 2017 - co...@suse.com
+
+- updated to version 0.3.4
+ see installed changelog.md
+
+  ## v0.3.4 2017-05-01
+  
+  * performance improvement of HashDiff#similar? #31
+
+---

Old:

  hashdiff-0.3.2.gem

New:

  hashdiff-0.3.4.gem



Other differences:
--
++ rubygem-hashdiff.spec ++
--- /var/tmp/diff_new_pack.bOg7W9/_old  2017-06-08 15:01:42.913928933 +0200
+++ /var/tmp/diff_new_pack.bOg7W9/_new  2017-06-08 15:01:42.917928368 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-hashdiff
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-hashdiff
-Version:0.3.2
+Version:0.3.4
 Release:0
 %define mod_name hashdiff
 %define mod_full_name %{mod_name}-%{version}

++ hashdiff-0.3.2.gem -> hashdiff-0.3.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-12-27 09:50:24.0 +0100
+++ new/README.md   2017-05-01 06:02:25.0 +0200
@@ -2,6 +2,10 @@
 
 HashDiff is a ruby library to compute the smallest difference between two 
hashes.
 
+It also supports comparing two arrays.
+
+HashDiff does not monkey-patch any existing class. All features are contained 
inside the `HashDiff` module.
+
 **Docs**: [Documentation](http://rubydoc.info/gems/hashdiff)
 
 ## Why HashDiff?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/changelog.md new/changelog.md
--- old/changelog.md2016-12-27 09:50:24.0 +0100
+++ new/changelog.md2017-05-01 06:02:25.0 +0200
@@ -1,5 +1,9 @@
 # Change Log
 
+## v0.3.4 2017-05-01
+
+* performance improvement of HashDiff#similar? #31
+
 ## v0.3.2 2016-12-27
 
 * replace `Fixnum` by `Integer` #28
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/hashdiff/util.rb new/lib/hashdiff/util.rb
--- old/lib/hashdiff/util.rb2016-12-27 09:50:24.0 +0100
+++ new/lib/hashdiff/util.rb2017-05-01 06:02:25.0 +0200
@@ -4,6 +4,7 @@
   #
   # judge whether two objects are similar
   def self.similar?(a, b, options = {})
+return compare_values(a, b, options) unless a.is_a?(Array) || 
a.is_a?(Hash) || b.is_a?(Array) || b.is_a?(Hash)
 opts = { :similarity => 0.8 }.merge(options)
 
 count_a = count_nodes(a)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/hashdiff/version.rb new/lib/hashdiff/version.rb
--- old/lib/hashdiff/version.rb 2016-12-27 09:50:24.0 +0100
+++ new/lib/hashdiff/version.rb 2017-05-01 06:02:25.0 +0200
@@ -1,3 +1,3 @@
 module HashDiff
-  VERSION = '0.3.2'
+  VERSION = '0.3.4'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-12-27 09:50:24.0 +0100
+++ new/metadata2017-05-01 06:02:25.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: hashdiff
 version: !ruby/object:Gem::Version
-  version: 0.3.2
+  version: 0.3.4
 platform: ruby
 authors:
 - Liu Fengyun
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-12-27 00:00:00.0 Z
+date: 2017-05-01 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rspec




commit rubygem-minitest for openSUSE:Factory

2017-06-08 Thread root


bin5E_U_k14_y.bin
Description: Binary data


commit rubygem-path_expander for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-path_expander for 
openSUSE:Factory checked in at 2017-06-08 15:01:36

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


Package is "rubygem-path_expander"

Thu Jun  8 15:01:36 2017 rev:3 rq:497711 version:1.0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-path_expander/rubygem-path_expander.changes  
2016-12-11 13:29:43.007355679 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-path_expander.new/rubygem-path_expander.changes
 2017-06-08 15:01:38.682526112 +0200
@@ -1,0 +2,12 @@
+Tue May 23 10:10:02 UTC 2017 - co...@suse.com
+
+- updated to version 1.0.2
+ see installed History.rdoc
+
+  === 1.0.2 / 2017-05-09
+  
+  * 1 bug fix:
+  
+* Fixed expand_dirs_to_files returning non-files on glob expansion.
+
+---

Old:

  path_expander-1.0.1.gem

New:

  path_expander-1.0.2.gem



Other differences:
--
++ rubygem-path_expander.spec ++
--- /var/tmp/diff_new_pack.vcqmby/_old  2017-06-08 15:01:39.202452734 +0200
+++ /var/tmp/diff_new_pack.vcqmby/_new  2017-06-08 15:01:39.206452171 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-path_expander
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-path_expander
-Version:1.0.1
+Version:1.0.2
 Release:0
 %define mod_name path_expander
 %define mod_full_name %{mod_name}-%{version}

++ path_expander-1.0.1.gem -> path_expander-1.0.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.rdoc new/History.rdoc
--- old/History.rdoc2016-12-01 02:37:38.0 +0100
+++ new/History.rdoc2017-05-10 00:35:13.0 +0200
@@ -1,3 +1,9 @@
+=== 1.0.2 / 2017-05-09
+
+* 1 bug fix:
+
+  * Fixed expand_dirs_to_files returning non-files on glob expansion.
+
 === 1.0.1 / 2016-11-30
 
 * 1 bug fix:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Manifest.txt new/Manifest.txt
--- old/Manifest.txt2016-12-01 02:37:38.0 +0100
+++ new/Manifest.txt2017-05-10 00:35:13.0 +0200
@@ -4,5 +4,6 @@
 README.rdoc
 Rakefile
 lib/path_expander.rb
+test/bad_named_dir.rb/.ignore
 test/test_bad.rb
 test/test_path_expander.rb
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Binary files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/path_expander.rb new/lib/path_expander.rb
--- old/lib/path_expander.rb2016-12-01 02:37:38.0 +0100
+++ new/lib/path_expander.rb2017-05-10 00:35:13.0 +0200
@@ -13,7 +13,7 @@
 # PathExpander.
 
 class PathExpander
-  VERSION = "1.0.1" # :nodoc:
+  VERSION = "1.0.2" # :nodoc:
 
   ##
   # The args array to process.
@@ -42,7 +42,7 @@
   def expand_dirs_to_files *dirs
 dirs.flatten.map { |p|
   if File.directory? p then
-Dir[File.join(p, glob)]
+Dir[File.join(p, glob)].find_all { |f| File.file? f }
   else
 p
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-12-01 02:37:38.0 +0100
+++ new/metadata2017-05-10 00:35:13.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: path_expander
 version: !ruby/object:Gem::Version
-  version: 1.0.1
+  version: 1.0.2
 platform: ruby
 authors:
 - Ryan Davis
@@ -30,36 +30,36 @@
   E4oJcnPkJAr0rw504JGtlZtONZQblwmRJOIdXzolaE3NRGUzGVOUSptZppAKiavY
   fO6tdKQc/5RfA8oQEkg8hrxA5PQSz4TOFJGLpFvIapEk6tMruQ0bHgkhr9auXg==
   -END CERTIFICATE-
-date: 2016-12-01 00:00:00.0 Z
+date: 2017-05-09 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rdoc
   requirement: !ruby/object:Gem::Requirement
 requirements:
-- - ~>
+- - "~>"
   - !ruby/object:Gem::Version
 version: '4.0'
   type: :development
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
-- - ~>
+- - "~>"
   - !ruby/object:Gem::Version
 version: '4.0'
 - !ruby/object:Gem::Dependency
   name: hoe
   requirement: !ruby/object:Gem::Requirement
 requirements:
-- - ~>
+  

commit rubygem-rails-5_0 for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-rails-5_0 for 
openSUSE:Factory checked in at 2017-06-08 15:01:47

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


Package is "rubygem-rails-5_0"

Thu Jun  8 15:01:47 2017 rev:6 rq:497718 version:5.0.3

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rails-5_0/rubygem-rails-5_0.changes  
2017-03-21 22:49:14.665367184 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rails-5_0.new/rubygem-rails-5_0.changes 
2017-06-08 15:01:49.129051791 +0200
@@ -1,0 +2,11 @@
+Tue May 23 09:33:00 UTC 2017 - co...@suse.com
+
+- updated to version 5.0.3
+  no changelog found
+
+---
+Tue May 23 09:32:09 UTC 2017 - co...@suse.com
+
+- fix the recommends for web-console (related to bsc#1029316)
+
+---

Old:

  rails-5.0.2.gem

New:

  rails-5.0.3.gem



Other differences:
--
++ rubygem-rails-5_0.spec ++
--- /var/tmp/diff_new_pack.URRGBH/_old  2017-06-08 15:01:50.016926485 +0200
+++ /var/tmp/diff_new_pack.URRGBH/_new  2017-06-08 15:01:50.016926485 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rails-5_0
-Version:5.0.2
+Version:5.0.3
 Release:0
 %define mod_name rails
 %define mod_full_name %{mod_name}-%{version}

++ gem2rpm.yml ++
--- /var/tmp/diff_new_pack.URRGBH/_old  2017-06-08 15:01:50.052921405 +0200
+++ /var/tmp/diff_new_pack.URRGBH/_new  2017-06-08 15:01:50.052921405 +0200
@@ -11,7 +11,7 @@
   # we could probably do that if we had a more structured tag for this.
   :preamble: |-
 Recommends: rubygem(byebug)
-Recommends: rubygem(web-console)
+Recommends: rubygem(web-console) >= 3.3.0
 Recommends: rubygem(coffee-rails)
 Recommends: rubygem(coffee-script-source)
 Recommends: rubygem(jbuilder)

++ rails-5.0.2.gem -> rails-5.0.3.gem ++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-03-02 00:12:16.0 +0100
+++ new/metadata2017-05-12 22:01:33.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: rails
 version: !ruby/object:Gem::Version
-  version: 5.0.2
+  version: 5.0.3
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-03-01 00:00:00.0 Z
+date: 2017-05-12 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,126 +16,126 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
 - !ruby/object:Gem::Dependency
   name: actionpack
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
 - !ruby/object:Gem::Dependency
   name: actionview
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
 - !ruby/object:Gem::Dependency
   name: activemodel
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
 - !ruby/object:Gem::Dependency
   name: activerecord
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3

commit rubygem-power_assert for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-power_assert for 
openSUSE:Factory checked in at 2017-06-08 15:01:34

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


Package is "rubygem-power_assert"

Thu Jun  8 15:01:34 2017 rev:11 rq:497709 version:1.0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-power_assert/rubygem-power_assert.changes
2017-04-11 09:32:10.979098152 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-power_assert.new/rubygem-power_assert.changes
   2017-06-08 15:01:37.730660449 +0200
@@ -1,0 +2,6 @@
+Tue May 23 10:10:59 UTC 2017 - co...@suse.com
+
+- updated to version 1.0.2
+  no changelog found
+
+---

Old:

  power_assert-1.0.1.gem

New:

  power_assert-1.0.2.gem



Other differences:
--
++ rubygem-power_assert.spec ++
--- /var/tmp/diff_new_pack.6g53nn/_old  2017-06-08 15:01:38.298580298 +0200
+++ /var/tmp/diff_new_pack.6g53nn/_new  2017-06-08 15:01:38.302579735 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-power_assert
-Version:1.0.1
+Version:1.0.2
 Release:0
 %define mod_name power_assert
 %define mod_full_name %{mod_name}-%{version}

++ power_assert-1.0.1.gem -> power_assert-1.0.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.rdoc new/README.rdoc
--- old/README.rdoc 2017-01-29 02:23:48.0 +0100
+++ new/README.rdoc 2017-05-04 03:13:02.0 +0200
@@ -7,7 +7,6 @@
 
 == Related Projects
 * {test-unit}[https://github.com/test-unit/test-unit](>= 3.0.0)
-* {test-unit-power_assert}[https://github.com/k-tsj/test-unit-power_assert]
 * {minitest-power_assert}[https://github.com/hsbt/minitest-power_assert]
 * {pry-power_assert}[https://github.com/yui-knk/pry-power_assert]
 * {rspec-power_assert}[https://github.com/joker1007/rspec-power_assert]
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/power_assert/context.rb 
new/lib/power_assert/context.rb
--- old/lib/power_assert/context.rb 2017-01-29 02:23:48.0 +0100
+++ new/lib/power_assert/context.rb 2017-05-04 03:13:02.0 +0200
@@ -23,7 +23,6 @@
 next if ! method_id_set[method_id]
 next if tp.event == :c_return and
 not (@parser.lineno == tp.lineno and @parser.path == tp.path)
-next unless tp.binding # workaround for ruby 2.2
 locs = PowerAssert.app_caller_locations
 diff = locs.length - base_caller_length
 if (tp.event == :c_return && diff == 1 || tp.event == :return && diff 
<= 2) and Thread.current == @target_thread
@@ -151,8 +150,10 @@
   locs = PowerAssert.app_caller_locations
   path = locs.last.path
   lineno = locs.last.lineno
-  line ||= open(path).each_line.drop(lineno - 1).first
-  @parser = Parser.new(line, path, lineno, @assertion_proc.binding, 
assertion_method.to_s)
+  if File.exist?(path)
+line ||= open(path).each_line.drop(lineno - 1).first
+@parser = Parser.new(line, path, lineno, @assertion_proc.binding, 
assertion_method.to_s)
+  end
 end
   end
 end
@@ -180,8 +181,12 @@
   super(base.length)
   path = target_frame.path
   lineno = target_frame.lineno
-  line = open(path).each_line.drop(lineno - 1).first
-  @parser = Parser.new(line, path, lineno, binding)
+  if File.exist?(path)
+line = open(path).each_line.drop(lineno - 1).first
+@parser = Parser.new(line, path, lineno, binding)
+  else
+@parser = Parser::DUMMY
+  end
 end
 
 def enable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/power_assert/parser.rb 
new/lib/power_assert/parser.rb
--- old/lib/power_assert/parser.rb  2017-01-29 02:23:48.0 +0100
+++ new/lib/power_assert/parser.rb  2017-05-04 03:13:02.0 +0200
@@ -212,7 +212,7 @@
 if node.kind_of?(Branch)
   prefixes = node.flat_map {|n| collect_paths(n, prefixes, 0) }
 else
-  prefixes = prefixes.empty? ? [[node]] : prefixes.map {|prefix| 
prefix + [node] }
+  prefixes = prefixes.map {|prefix| prefix + [node] }
 end
 collect_paths(idents, prefixes, index + 1)
   else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/power_assert/version.rb 
new/lib/power_assert/version.rb
--- old/lib/power_assert/version.rb 2017-01-29 

commit rubygem-rails-dom-testing for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-rails-dom-testing for 
openSUSE:Factory checked in at 2017-06-08 15:01:29

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


Package is "rubygem-rails-dom-testing"

Thu Jun  8 15:01:29 2017 rev:7 rq:497704 version:2.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rails-dom-testing/rubygem-rails-dom-testing.changes
  2017-01-15 11:18:47.344361868 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rails-dom-testing.new/rubygem-rails-dom-testing.changes
 2017-06-08 15:01:30.851631290 +0200
@@ -1,0 +2,6 @@
+Tue May 23 10:13:43 UTC 2017 - co...@suse.com
+
+- updated to version 2.0.3
+  no changelog found
+
+---

Old:

  rails-dom-testing-2.0.2.gem

New:

  rails-dom-testing-2.0.3.gem



Other differences:
--
++ rubygem-rails-dom-testing.spec ++
--- /var/tmp/diff_new_pack.6d0r5C/_old  2017-06-08 15:01:31.415551703 +0200
+++ /var/tmp/diff_new_pack.6d0r5C/_new  2017-06-08 15:01:31.423550575 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rails-dom-testing
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rails-dom-testing
-Version:2.0.2
+Version:2.0.3
 Release:0
 %define mod_name rails-dom-testing
 %define mod_full_name %{mod_name}-%{version}

++ rails-dom-testing-2.0.2.gem -> rails-dom-testing-2.0.3.gem ++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rails/dom/testing/version.rb 
new/lib/rails/dom/testing/version.rb
--- old/lib/rails/dom/testing/version.rb2016-12-27 14:20:00.0 
+0100
+++ new/lib/rails/dom/testing/version.rb2017-05-10 18:34:51.0 
+0200
@@ -1,7 +1,7 @@
 module Rails
   module Dom
 module Testing
-  VERSION = "2.0.2"
+  VERSION = "2.0.3"
 end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-12-27 14:20:00.0 +0100
+++ new/metadata2017-05-10 18:34:51.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: rails-dom-testing
 version: !ruby/object:Gem::Version
-  version: 2.0.2
+  version: 2.0.3
 platform: ruby
 authors:
 - Rafael Mendonça França
@@ -9,20 +9,20 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-12-27 00:00:00.0 Z
+date: 2017-05-10 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: nokogiri
   requirement: !ruby/object:Gem::Requirement
 requirements:
-- - "~>"
+- - ">="
   - !ruby/object:Gem::Version
 version: '1.6'
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
-- - "~>"
+- - ">="
   - !ruby/object:Gem::Version
 version: '1.6'
 - !ruby/object:Gem::Dependency
@@ -32,9 +32,6 @@
 - - ">="
   - !ruby/object:Gem::Version
 version: 4.2.0
-- - "<"
-  - !ruby/object:Gem::Version
-version: '6.0'
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
@@ -42,21 +39,18 @@
 - - ">="
   - !ruby/object:Gem::Version
 version: 4.2.0
-- - "<"
-  - !ruby/object:Gem::Version
-version: '6.0'
 - !ruby/object:Gem::Dependency
   name: bundler
   requirement: !ruby/object:Gem::Requirement
 requirements:
-- - "~>"
+- - ">="
   - !ruby/object:Gem::Version
 version: '1.3'
   type: :development
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
-- - "~>"
+- - ">="
   - !ruby/object:Gem::Version
 version: '1.3'
 - !ruby/object:Gem::Dependency




commit rubygem-rack-protection for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-rack-protection for 
openSUSE:Factory checked in at 2017-06-08 15:01:31

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


Package is "rubygem-rack-protection"

Thu Jun  8 15:01:31 2017 rev:2 rq:497706 version:2.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rack-protection/rubygem-rack-protection.changes
  2015-09-19 11:04:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rack-protection.new/rubygem-rack-protection.changes
 2017-06-08 15:01:31.723508242 +0200
@@ -1,0 +2,6 @@
+Tue May 23 10:13:09 UTC 2017 - co...@suse.com
+
+- updated to version 2.0.0
+  no changelog found
+
+---

Old:

  rack-protection-1.5.3.gem

New:

  rack-protection-2.0.0.gem



Other differences:
--
++ rubygem-rack-protection.spec ++
--- /var/tmp/diff_new_pack.vDknlo/_old  2017-06-08 15:01:32.323423575 +0200
+++ /var/tmp/diff_new_pack.vDknlo/_new  2017-06-08 15:01:32.323423575 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rack-protection
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 #
 # This file was generated with a gem2rpm.yml and not just plain gem2rpm.
 # All sections marked as MANUAL, license headers, summaries and descriptions
@@ -22,23 +24,24 @@
 #
 
 Name:   rubygem-rack-protection
-Version:1.5.3
+Version:2.0.0
 Release:0
 %define mod_name rack-protection
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
-BuildRequires:  %{ruby}
 BuildRequires:  %{rubygem gem2rpm}
-Url:http://github.com/rkh/rack-protection
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros >= 5
+Url:http://github.com/sinatra/sinatra/tree/master/rack-protection
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:   gem2rpm.yml
-Summary:You should use protection!
+Summary:Protect against typical web attacks, works with all Rack apps,
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
-You should use protection!.
+Protect against typical web attacks, works with all Rack apps, including
+Rails.
 
 %prep
 

++ rack-protection-1.5.3.gem -> rack-protection-2.0.0.gem ++
 1898 lines of diff (skipped)




commit rubygem-puma_worker_killer for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-puma_worker_killer for 
openSUSE:Factory checked in at 2017-06-08 15:01:32

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"

Thu Jun  8 15:01:32 2017 rev:3 rq:497708 version:0.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-puma_worker_killer/rubygem-puma_worker_killer.changes
2016-11-07 12:23:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-puma_worker_killer.new/rubygem-puma_worker_killer.changes
   2017-06-08 15:01:33.419268918 +0200
@@ -1,0 +2,10 @@
+Tue May 23 10:11:52 UTC 2017 - co...@suse.com
+
+- updated to version 0.1.0
+ see installed CHANGELOG.md
+
+  ## 0.1.0
+  
+  - Emit extra data via `pre_term` callback before puma worker killer 
terminates a worker #49.
+
+---

Old:

  puma_worker_killer-0.0.7.gem

New:

  puma_worker_killer-0.1.0.gem



Other differences:
--
++ rubygem-puma_worker_killer.spec ++
--- /var/tmp/diff_new_pack.vzaGLb/_old  2017-06-08 15:01:34.147166190 +0200
+++ /var/tmp/diff_new_pack.vzaGLb/_new  2017-06-08 15:01:34.147166190 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-puma_worker_killer
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-puma_worker_killer
-Version:0.0.7
+Version:0.1.0
 Release:0
 %define mod_name puma_worker_killer
 %define mod_full_name %{mod_name}-%{version}

++ puma_worker_killer-0.0.7.gem -> puma_worker_killer-0.1.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-10-13 16:56:01.0 +0200
+++ new/CHANGELOG.md2017-05-12 17:28:39.0 +0200
@@ -1,3 +1,7 @@
+## 0.1.0
+
+- Emit extra data via `pre_term` callback before puma worker killer terminates 
a worker #49.
+
 ## 0.0.7
 
 - Logging is configurable #41
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-10-13 16:56:01.0 +0200
+++ new/README.md   2017-05-12 17:28:39.0 +0200
@@ -34,6 +34,8 @@
 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/puma.rb
+
 before_fork do
   require 'puma_worker_killer'
 
@@ -103,10 +105,30 @@
   config.rolling_restart_frequency = 12 * 3600 # 12 hours in seconds
   config.reaper_status_logs = true # setting this to false will not log lines 
like:
   # PumaWorkerKiller: Consuming 54.34765625 mb with master and 2 workers.
+
+  config.pre_term = -> (worker) { puts "Worker #{worker.inspect} being killed" 
}
 end
 PumaWorkerKiller.start
 ```
 
+### pre_term
+
+`config.pre_term` will be called just prior to worker termination with the 
worker that is about to be terminated. This may be useful to use in keeping 
track of metrics, time of day workers are restarted, etc.
+
+By default Puma Worker Killer will emit a log when a worker is being killed
+
+```
+PumaWorkerKiller: Out of memory. 5 workers consuming total: 500 mb out of max: 
450 mb. Sending TERM to pid 23 consuming 53 mb.
+```
+
+or
+
+```
+PumaWorkerKiller: Rolling Restart. 5 workers consuming total: 650mb mb. 
Sending TERM to pid 34.
+```
+
+However you may want to collect more data, such as sending an event to an 
error collection service like rollbar or airbrake. The `pre_term` lambda gets 
called before any worker is killed by PWK for any reason.
+
 ## Attention
 
 If you start puma as a daemon, to add puma worker killer config into puma 
config file, rather than into initializers:
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/puma_worker_killer/puma_memory.rb 
new/lib/puma_worker_killer/puma_memory.rb

commit rubygem-sass for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-sass for openSUSE:Factory 
checked in at 2017-06-08 15:01:16

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


Package is "rubygem-sass"

Thu Jun  8 15:01:16 2017 rev:42 rq:497694 version:3.4.24

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sass/rubygem-sass.changes
2016-12-29 22:45:57.666721300 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-sass.new/rubygem-sass.changes   
2017-06-08 15:01:17.377532897 +0200
@@ -1,0 +2,6 @@
+Tue May 23 10:19:24 UTC 2017 - co...@suse.com
+
+- updated to version 3.4.24
+ see installed CHANGELOG.md
+
+---

Old:

  sass-3.4.23.gem

New:

  sass-3.4.24.gem



Other differences:
--
++ rubygem-sass.spec ++
--- /var/tmp/diff_new_pack.2plO17/_old  2017-06-08 15:01:18.077434120 +0200
+++ /var/tmp/diff_new_pack.2plO17/_new  2017-06-08 15:01:18.081433555 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sass
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-sass
-Version:3.4.23
+Version:3.4.24
 Release:0
 %define mod_name sass
 %define mod_full_name %{mod_name}-%{version}

++ sass-3.4.23.gem -> sass-3.4.24.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.yardopts new/.yardopts
--- old/.yardopts   2016-12-20 00:15:44.0 +0100
+++ new/.yardopts   2017-05-19 02:01:42.0 +0200
@@ -1,6 +1,6 @@
 --readme  README.md
 --markup  markdown
---markup-provider maruku
+--markup-provider redcarpet
 --default-return  ""
 --title   "Sass Documentation"
 --query   'object.type != :classvariable'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2016-12-20 00:15:44.0 +0100
+++ new/VERSION 2017-05-19 02:01:42.0 +0200
@@ -1 +1 @@
-3.4.23
+3.4.24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION_DATE new/VERSION_DATE
--- old/VERSION_DATE2016-12-20 00:15:44.0 +0100
+++ new/VERSION_DATE2017-05-19 02:01:42.0 +0200
@@ -1 +1 @@
-19 December 2016 23:15:42 UTC
+19 May 2017 00:01:41 UTC
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sass/engine.rb new/lib/sass/engine.rb
--- old/lib/sass/engine.rb  2016-12-20 00:15:44.0 +0100
+++ new/lib/sass/engine.rb  2017-05-19 02:01:42.0 +0200
@@ -94,13 +94,13 @@
 # `text`: `String`
 # : The text in the line, without any whitespace at the beginning or end.
 #
-# `tabs`: `Fixnum`
+# `tabs`: `Integer`
 # : The level of indentation of the line.
 #
-# `index`: `Fixnum`
+# `index`: `Integer`
 # : The line number in the original document.
 #
-# `offset`: `Fixnum`
+# `offset`: `Integer`
 # : The number of bytes in on the line that the text begins.
 #   This ends up being the number of bytes of leading whitespace.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sass/error.rb new/lib/sass/error.rb
--- old/lib/sass/error.rb   2016-12-20 00:15:44.0 +0100
+++ new/lib/sass/error.rb   2017-05-19 02:01:42.0 +0200
@@ -69,14 +69,14 @@
 # The name of the mixin in which the error occurred.
 # This could be `nil` if the error occurred outside a mixin.
 #
-# @return [Fixnum]
+# @return [String]
 def sass_mixin
   sass_backtrace.first[:mixin]
 end
 
 # The line of the Sass template on which the error occurred.
 #
-# @return [Fixnum]
+# @return [Integer]
 def sass_line
   sass_backtrace.first[:line]
 end
@@ -153,7 +153,7 @@
   # Returns an error report for an exception in CSS format.
   #
   # @param e [Exception]
-  # @param line_offset [Fixnum] The number of the first line of the Sass 
template.
+  # @param line_offset [Integer] The number of the first line of the Sass 
template.
   # @return [String] The error report
   # @raise [Exception] `e`, if the
   #   {file:SASS_REFERENCE.md#full_exception-option `:full_exception`} 
option
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit rubygem-rack-1_6 for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-rack-1_6 for 
openSUSE:Factory checked in at 2017-06-08 15:01:19

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


Package is "rubygem-rack-1_6"

Thu Jun  8 15:01:19 2017 rev:3 rq:497695 version:1.6.8

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rack-1_6/rubygem-rack-1_6.changes
2016-11-14 20:14:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rack-1_6.new/rubygem-rack-1_6.changes   
2017-06-08 15:01:20.293121418 +0200
@@ -1,0 +2,6 @@
+Tue May 23 10:12:19 UTC 2017 - co...@suse.com
+
+- updated to version 1.6.8
+ see installed HISTORY.md
+
+---

Old:

  rack-1.6.5.gem

New:

  rack-1.6.8.gem



Other differences:
--
++ rubygem-rack-1_6.spec ++
--- /var/tmp/diff_new_pack.4DtGZs/_old  2017-06-08 15:01:20.849042961 +0200
+++ /var/tmp/diff_new_pack.4DtGZs/_new  2017-06-08 15:01:20.857041832 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rack-1_6
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rack-1_6
-Version:1.6.5
+Version:1.6.8
 Release:0
 %define mod_name rack
 %define mod_full_name %{mod_name}-%{version}

++ rack-1.6.5.gem -> rack-1.6.8.gem ++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rack/mock.rb new/lib/rack/mock.rb
--- old/lib/rack/mock.rb2016-11-10 22:54:16.0 +0100
+++ new/lib/rack/mock.rb2017-05-16 23:28:07.0 +0200
@@ -91,13 +91,7 @@
 
   env = DEFAULT_ENV.dup
 
-  env[REQUEST_METHOD] = opts[:method] ? opts[:method].to_s.upcase : "GET"
-  env["SERVER_NAME"] = uri.host || "example.org"
-  env["SERVER_PORT"] = uri.port ? uri.port.to_s : "80"
-  env[QUERY_STRING] = uri.query.to_s
-  env[PATH_INFO] = (!uri.path || uri.path.empty?) ? "/" : uri.path
-  env["rack.url_scheme"] = uri.scheme || "http"
-  env["HTTPS"] = env["rack.url_scheme"] == "https" ? "on" : "off"
+  env_with_encoding(env, opts, uri)
 
   env[SCRIPT_NAME] = opts[:script_name] || ""
 
@@ -148,6 +142,28 @@
 
   env
 end
+
+if "<3".respond_to? :b
+  def self.env_with_encoding(env, opts, uri)
+env[REQUEST_METHOD] = (opts[:method] ? opts[:method].to_s.upcase : 
"GET").b
+env["SERVER_NAME"] = (uri.host || "example.org").b
+env["SERVER_PORT"] = (uri.port ? uri.port.to_s : "80").b
+env[QUERY_STRING] = (uri.query.to_s).b
+env[PATH_INFO] = ((!uri.path || uri.path.empty?) ? "/" : uri.path).b
+env["rack.url_scheme"] = (uri.scheme || "http").b
+env["HTTPS"] = (env["rack.url_scheme"] == "https" ? "on" : "off").b
+  end
+else
+  def self.env_with_encoding(env, opts, uri)
+env[REQUEST_METHOD] = opts[:method] ? opts[:method].to_s.upcase : "GET"
+env["SERVER_NAME"] = uri.host || "example.org"
+env["SERVER_PORT"] = uri.port ? uri.port.to_s : "80"
+env[QUERY_STRING] = uri.query.to_s
+env[PATH_INFO] = (!uri.path || uri.path.empty?) ? "/" : uri.path
+env["rack.url_scheme"] = uri.scheme || "http"
+env["HTTPS"] = env["rack.url_scheme"] == "https" ? "on" : "off"
+  end
+end
   end
 
   # Rack::MockResponse provides useful helpers for testing your apps.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rack/multipart/parser.rb 
new/lib/rack/multipart/parser.rb
--- old/lib/rack/multipart/parser.rb2016-11-10 22:54:16.0 +0100
+++ new/lib/rack/multipart/parser.rb2017-05-16 23:28:07.0 +0200
@@ -6,7 +6,6 @@
 
 class Parser
   BUFSIZE = 16384
-
   DUMMY = Struct.new(:parse).new
 
   def self.create(env)
@@ -19,7 +18,7 @@
 content_length = content_length.to_i if content_length
 
 tempfile = env['rack.multipart.tempfile_factory'] ||
-  lambda { |filename, content_type| Tempfile.new(["RackMultipart", 
::File.extname(filename)]) }
+  lambda { |filename, content_type| Tempfile.new(["RackMultipart", 
::File.extname(filename.gsub("\0".freeze, '%00'.freeze))]) }
 bufsize = env['rack.multipart.buffer_size'] || BUFSIZE
 
 new($1, io, content_length, env, tempfile, bufsize)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit rubygem-mail for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-mail for openSUSE:Factory 
checked in at 2017-06-08 15:01:25

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


Package is "rubygem-mail"

Thu Jun  8 15:01:25 2017 rev:11 rq:497700 version:2.6.5

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mail/rubygem-mail.changes
2016-04-12 19:35:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-mail.new/rubygem-mail.changes   
2017-06-08 15:01:26.828199119 +0200
@@ -1,0 +2,6 @@
+Tue May 23 10:02:59 UTC 2017 - co...@suse.com
+
+- updated to version 2.6.5
+ see installed CHANGELOG.rdoc
+
+---

Old:

  mail-2.6.4.gem

New:

  mail-2.6.5.gem



Other differences:
--
++ rubygem-mail.spec ++
--- /var/tmp/diff_new_pack.KRJHmy/_old  2017-06-08 15:01:27.384120661 +0200
+++ /var/tmp/diff_new_pack.KRJHmy/_new  2017-06-08 15:01:27.392119533 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mail
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-mail
-Version:2.6.4
+Version:2.6.5
 Release:0
 %define mod_name mail
 %define mod_full_name %{mod_name}-%{version}

++ mail-2.6.4.gem -> mail-2.6.5.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.rdoc new/CHANGELOG.rdoc
--- old/CHANGELOG.rdoc  2016-03-23 16:23:58.0 +0100
+++ new/CHANGELOG.rdoc  2017-04-27 03:03:00.0 +0200
@@ -1,4 +1,12 @@
-== HEAD
+== Version 2.6.5 - 2017-04-26 Jeremy Daer 
+
+Features:
+* #1053 - Ruby 2.4.0 compatibility. Fixnum+Bignum unified as Integer. 
(peterkovacs)
+
+Bugs:
+* #605 - Fix Mail::Address#name for nil addresses (peterkovacs)
+* #1003 - Fix decoding some b encoded headers on specific rubies that don't 
account for lack of base64 padding (kjg)
+* #1023 - Fix double-quoting in display names. (garethrees)
 
 == Version 2.6.4 - Wed Mar 23 08:16 -0700 2016 Jeremy Daer 

 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2016-03-23 16:23:58.0 +0100
+++ new/Gemfile 2017-04-27 03:03:00.0 +0200
@@ -1,11 +1,14 @@
-source "https://rubygems.org;
+source 'https://rubygems.org'
 
 gemspec
 
-gem "tlsmail", "~> 0.0.1" if RUBY_VERSION <= "1.8.6"
-gem "jruby-openssl", :platforms => :jruby
+gem 'tlsmail', '~> 0.0.1' if RUBY_VERSION <= '1.8.6'
+gem 'jruby-openssl', :platforms => :jruby
+gem 'rake', '< 11.0', :platforms => :ruby_18
+gem 'rdoc', '< 4.3', :platforms => [ :ruby_18, :ruby_19 ]
+gem 'mime-types', '< 2.0', :platforms => [ :ruby_18, :ruby_19 ]
 
 # For gems not required to run tests
 group :local_development, :test do
-  gem "appraisal", "~> 1.0" unless RUBY_VERSION <= "1.8.7"
+  gem 'appraisal', '~> 1.0' unless RUBY_VERSION < '1.9'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIT-LICENSE new/MIT-LICENSE
--- old/MIT-LICENSE 2016-03-23 16:23:58.0 +0100
+++ new/MIT-LICENSE 2017-04-27 03:03:00.0 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2009-2016 Mikel Lindsaar
+Copyright (c) 2009-2017 Mikel Lindsaar
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-03-23 16:23:58.0 +0100
+++ new/README.md   2017-04-27 03:03:00.0 +0200
@@ -48,9 +48,12 @@
 * ruby-1.9.2 [ x86_64 ]
 * ruby-1.9.3 [ x86_64 ]
 * ruby-2.0.0 [ x86_64 ]
-* ruby-2.1.2 [ x86_64 ]
+* ruby-2.1.10 [ x86_64 ]
+* ruby-2.2.6 [ x86_64 ]
+* ruby-2.3.3 [ x86_64 ]
 * ruby-head [ x86_64 ]
 * jruby [ x86_64 ]
+* jruby-9.1.6.0 [ x86_64 ]
 * jruby-head [ x86_64 ]
 * rbx-2 [ x86_64 ]
 
@@ -697,7 +700,7 @@
 
 (The MIT License)
 
-Copyright (c) 2009-2016 Mikel Lindsaar
+Copyright (c) 2009-2017 Mikel Lindsaar
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/mail/attachments_list.rb 
new/lib/mail/attachments_list.rb

commit rubygem-responders for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-responders for 
openSUSE:Factory checked in at 2017-06-08 15:00:52

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


Package is "rubygem-responders"

Thu Jun  8 15:00:52 2017 rev:5 rq:497688 version:2.4.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-responders/rubygem-responders.changes
2016-09-12 13:26:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-responders.new/rubygem-responders.changes   
2017-06-08 15:00:53.328926897 +0200
@@ -1,0 +2,6 @@
+Tue May 23 10:16:05 UTC 2017 - co...@suse.com
+
+- updated to version 2.4.0
+ see installed CHANGELOG.md
+
+---

Old:

  responders-2.3.0.gem

New:

  responders-2.4.0.gem



Other differences:
--
++ rubygem-responders.spec ++
--- /var/tmp/diff_new_pack.WKVXr8/_old  2017-06-08 15:00:53.864851261 +0200
+++ /var/tmp/diff_new_pack.WKVXr8/_new  2017-06-08 15:00:53.868850697 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-responders
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-responders
-Version:2.3.0
+Version:2.4.0
 Release:0
 %define mod_name responders
 %define mod_full_name %{mod_name}-%{version}

++ responders-2.3.0.gem -> responders-2.4.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-08-15 18:31:02.0 +0200
+++ new/CHANGELOG.md2017-04-29 00:13:52.0 +0200
@@ -1,4 +1,10 @@
-## Unreleased
+## 2.4.0
+
+* `respond_with` now accepts a new kwargs called `:render` which goes straight 
to the `render`
+   call after an unsuccessful post request. Usefull if for example you need to 
render a template
+   which is outside of controller's path eg:
+
+   `respond_with resource, render: { template: 'path/to/template' }`
 
 ## 2.3.0
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_controller/respond_with.rb 
new/lib/action_controller/respond_with.rb
--- old/lib/action_controller/respond_with.rb   2016-08-15 18:31:02.0 
+0200
+++ new/lib/action_controller/respond_with.rb   2017-04-29 00:13:52.0 
+0200
@@ -182,11 +182,17 @@
 # to save a resource, e.g. when automatically rendering :new
 # after a post request.
 #
-# Two additional options are relevant specifically to +respond_with+ -
+# Three additional options are relevant specifically to +respond_with+ -
 # 1. :location - overwrites the default redirect location used 
after
 #a successful html +post+ request.
 # 2. :action - overwrites the default render action used after an
 #unsuccessful html +post+ request.
+# 3. :render - allows to pass any options directly to the 
:render
+#call after unsuccessful html +post+ request. Usefull if for example 
you
+#need to render a template which is outside of controller's path or you
+#want to override the default http :status code, e.g.
+#
+#response_with(resource, render: { template: 'path/to/template', 
status: 422 })
 def respond_with(*resources, )
   if self.class.mimes_for_respond_to.empty?
 raise "In order to use respond_with, first you need to declare the " \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_controller/responder.rb 
new/lib/action_controller/responder.rb
--- old/lib/action_controller/responder.rb  2016-08-15 18:31:02.0 
+0200
+++ new/lib/action_controller/responder.rb  2017-04-29 00:13:52.0 
+0200
@@ -200,7 +200,7 @@
   if get?
 raise error
   elsif has_errors? && default_action
-render :action => default_action
+render rendering_options
   else
 redirect_to navigation_location
   end
@@ -297,5 +297,13 @@
 def response_overridden?
   @default_response.present?
 end
+
+def rendering_options
+  if options[:render]
+options[:render]
+  else
+{ action: default_action }
+  end
+end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/responders/version.rb 

commit rubygem-rb-kqueue for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-rb-kqueue for 
openSUSE:Factory checked in at 2017-06-08 15:00:48

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


Package is "rubygem-rb-kqueue"

Thu Jun  8 15:00:48 2017 rev:3 rq:497687 version:0.2.5

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rb-kqueue/rubygem-rb-kqueue.changes  
2015-05-02 17:46:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rb-kqueue.new/rubygem-rb-kqueue.changes 
2017-06-08 15:00:49.537461990 +0200
@@ -1,0 +2,6 @@
+Tue May 23 10:14:56 UTC 2017 - co...@suse.com
+
+- updated to version 0.2.5
+  no changelog found
+
+---

Old:

  rb-kqueue-0.2.4.gem

New:

  rb-kqueue-0.2.5.gem



Other differences:
--
++ rubygem-rb-kqueue.spec ++
--- /var/tmp/diff_new_pack.KwNnzY/_old  2017-06-08 15:00:50.301354181 +0200
+++ /var/tmp/diff_new_pack.KwNnzY/_new  2017-06-08 15:00:50.305353617 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rb-kqueue
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rb-kqueue
-Version:0.2.4
+Version:0.2.5
 Release:0
 %define mod_name rb-kqueue
 %define mod_full_name %{mod_name}-%{version}

++ rb-kqueue-0.2.4.gem -> rb-kqueue-0.2.5.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rspec new/.rspec
--- old/.rspec  1970-01-01 01:00:00.0 +0100
+++ new/.rspec  2017-05-16 15:42:31.0 +0200
@@ -0,0 +1,2 @@
+--color
+--require spec_helper
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rb-kqueue/native/flags.rb 
new/lib/rb-kqueue/native/flags.rb
--- old/lib/rb-kqueue/native/flags.rb   2015-05-01 01:07:17.0 +0200
+++ new/lib/rb-kqueue/native/flags.rb   2017-05-16 15:42:31.0 +0200
@@ -6,17 +6,50 @@
 # @private
 module Flags
   # Filters
-  EVFILT_READ = -1
-  EVFILT_WRITE = -2
-  EVFILT_AIO = -3 # Attached to aio requests
-  EVFILT_VNODE = -4 # Attached to vnodes
-  EVFILT_PROC = -5 # Attached to struct proc
-  EVFILT_SIGNAL = -6 # Attached to struct proc
-  EVFILT_TIMER = -7 # Timers
-  EVFILT_MACHPORT = -8 # Mach portsets
-  EVFILT_FS = -9 # Filesystem events
-  EVFILT_USER = -10 # User events
-  EVFILT_SESSION = -11 # Audit session events
+  if FFI::Platform::IS_FREEBSD
+EVFILT_READ=   -1
+EVFILT_WRITE   =   -2
+EVFILT_AIO =   -3  # Attached to aio requests
+EVFILT_VNODE   =   -4  # Attached to vnodes
+EVFILT_PROC=   -5  # Attached to struct proc
+EVFILT_SIGNAL  =   -6  # Attached to struct proc
+EVFILT_TIMER   =   -7  # Timers
+EVFILT_PROCDESC=   -8  # Attached to process 
descriptors
+EVFILT_FS  =   -9  # Filesystem events
+EVFILT_LIO =   -10 # Attached to lio requests
+EVFILT_USER=   -11 # User events
+EVFILT_SENDFILE=   -12 # Attached to sendfile requests
+EVFILT_SYSCOUNT=   12
+  elsif FFI::Platform::IS_NETBSD
+EVFILT_READ=   0
+EVFILT_WRITE   =   1
+EVFILT_AIO =   2   # Attached to aio requests
+EVFILT_VNODE   =   3   # Attached to vnodes
+EVFILT_PROC=   4   # Attached to struct proc
+EVFILT_SIGNAL  =   5   # Attached to struct proc
+EVFILT_TIMER   =   6   # Arbitrary timer (in ms)
+EVFILT_SYSCOUNT=   7   # Number of filters
+  elsif FFI::Platform::IS_OPENBSD
+EVFILT_READ=   -1
+EVFILT_WRITE   =   -2
+EVFILT_AIO =   -3  # Attached to aio requests
+EVFILT_VNODE   =   -4  # Attached to vnodes
+EVFILT_PROC=   -5  # Attached to struct proc
+EVFILT_SIGNAL  =   -6  # Attached to struct proc
+EVFILT_TIMER   =   -7  # Timers
+  else
+EVFILT_READ=   -1
+EVFILT_WRITE   =   -2
+EVFILT_AIO =   -3  # Attached to aio requests
+EVFILT_VNODE   =   -4  # Attached to vnodes
+ 

commit rubygem-railties-5_0 for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-railties-5_0 for 
openSUSE:Factory checked in at 2017-06-08 15:00:42

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


Package is "rubygem-railties-5_0"

Thu Jun  8 15:00:42 2017 rev:5 rq:497686 version:5.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-railties-5_0/rubygem-railties-5_0.changes
2017-03-21 22:49:08.430248661 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-railties-5_0.new/rubygem-railties-5_0.changes
   2017-06-08 15:00:43.786273662 +0200
@@ -1,0 +2,11 @@
+Tue May 23 10:14:27 UTC 2017 - co...@suse.com
+
+- updated to version 5.0.3
+ see installed CHANGELOG.md
+
+  *   Namespace error pages' CSS selectors to stop the styles from bleeding 
into other pages
+  when using Turbolinks.
+  
+  *Jan Krutisch*
+
+---

Old:

  railties-5.0.2.gem

New:

  railties-5.0.3.gem



Other differences:
--
++ rubygem-railties-5_0.spec ++
--- /var/tmp/diff_new_pack.4wDZrg/_old  2017-06-08 15:00:44.622155693 +0200
+++ /var/tmp/diff_new_pack.4wDZrg/_new  2017-06-08 15:00:44.626155128 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-railties-5_0
-Version:5.0.2
+Version:5.0.3
 Release:0
 %define mod_name railties
 %define mod_full_name %{mod_name}-%{version}

++ railties-5.0.2.gem -> railties-5.0.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-03-02 00:12:12.0 +0100
+++ new/CHANGELOG.md2017-05-12 22:01:33.0 +0200
@@ -1,3 +1,9 @@
+*   Namespace error pages' CSS selectors to stop the styles from bleeding into 
other pages
+when using Turbolinks.
+
+*Jan Krutisch*
+
+
 ## Rails 5.0.2 (March 01, 2017) ##
 
 *   Fix running multiple tests in one `rake` command
@@ -58,10 +64,6 @@
 
 *Rafael Mendonça França*
 
-*   Ensure `/rails/info` routes match in development for apps with a catch-all 
globbing route.
-
-*Nicholas Firth-McCoy*
-
 
 ## Rails 5.0.0 (June 30, 2016) ##
 
@@ -69,9 +71,10 @@
 
 *Nicholas Firth-McCoy*
 
-*   Ensure `/rails/info` routes match in development for apps with a catch-all 
globbing route.
+*   Default `config.assets.quiet = true` in the development environment. 
Suppress
+logging of assets requests by default.
 
-*Nicholas Firth-McCoy*
+*Kevin McPhillips*
 
 *   Add `config/initializers/to_time_preserves_timezone.rb`, which tells
 Active Support to preserve the receiver's timezone when calling `to_time`.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rails/commands/server.rb 
new/lib/rails/commands/server.rb
--- old/lib/rails/commands/server.rb2017-03-02 00:12:12.0 +0100
+++ new/lib/rails/commands/server.rb2017-05-12 22:01:33.0 +0200
@@ -11,9 +11,13 @@
 
   def parse!(args)
 args, options = args.dup, {}
+options[:user_supplied_options] = []
+options[:user_supplied_options] << :Host if ENV["Host"]
+options[:user_supplied_options] << :Port if ENV["PORT"]
 
 option_parser(options).parse! args
 
+options[:user_supplied_options].uniq!
 options[:log_stdout] = options[:daemonize].blank? && 
(options[:environment] || Rails.env) == "development"
 options[:server] = args.shift
 options
@@ -25,21 +29,42 @@
 OptionParser.new do |opts|
   opts.banner = "Usage: rails server [mongrel, thin etc] [options]"
   opts.on("-p", "--port=port", Integer,
-  "Runs Rails on the specified port.", "Default: 3000") { |v| 
options[:Port] = v }
+  "Runs Rails on the specified port.", "Default: 3000") { |v|
+options[:user_supplied_options] << :Port
+options[:Port] = v
+  }
   opts.on("-b", "--binding=IP", String,
-  "Binds Rails to the specified IP.", "Default: localhost") { 
|v| options[:Host] = v }
+  "Binds Rails to the specified IP.", "Default: localhost") { 
|v|
+options[:user_supplied_options] << :Host
+options[:Host] = v
+  }
   opts.on("-c", "--config=file", String,
-  "Uses a custom rackup configuration.") { |v| 
options[:config] = v }
-  opts.on("-d", "--daemon", "Runs server as a Daemon.") { 
options[:daemonize] = true }
+  "Uses a custom rackup configuration.") { |v|
+

commit rubygem-rails-i18n for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-rails-i18n for 
openSUSE:Factory checked in at 2017-06-08 15:00:39

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


Package is "rubygem-rails-i18n"

Thu Jun  8 15:00:39 2017 rev:23 rq:497685 version:5.0.4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rails-i18n/rubygem-rails-i18n.changes
2017-04-11 09:32:02.412308056 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rails-i18n.new/rubygem-rails-i18n.changes   
2017-06-08 15:00:40.666713928 +0200
@@ -1,0 +2,19 @@
+Tue May 23 10:13:58 UTC 2017 - co...@suse.com
+
+- updated to version 5.0.4
+ see installed CHANGELOG.md
+
+  ## 5.0.4 (2017-05-06)
+  - Add following locales:
+- Cypriot Greek (el-CY)
+- Cypriot English (en-CY)
+  - Update following locales:
+- Swedish (sv, sv-SE)
+- Ukrainian (uk)
+- French (fr, fr-FR)
+- Japanese (ja)
+- Uzbek (uz)
+- Chinese (zh-CN, zh-HK, zh-TW, zh-YUE)
+- Spanish (es)
+
+---

Old:

  rails-i18n-5.0.3.gem

New:

  rails-i18n-5.0.4.gem



Other differences:
--
++ rubygem-rails-i18n.spec ++
--- /var/tmp/diff_new_pack.C6rZcx/_old  2017-06-08 15:00:41.302624182 +0200
+++ /var/tmp/diff_new_pack.C6rZcx/_new  2017-06-08 15:00:41.306623618 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rails-i18n
-Version:5.0.3
+Version:5.0.4
 Release:0
 %define mod_name rails-i18n
 %define mod_full_name %{mod_name}-%{version}

++ rails-i18n-5.0.3.gem -> rails-i18n-5.0.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-02-10 15:03:05.0 +0100
+++ new/CHANGELOG.md2017-05-06 18:55:12.0 +0200
@@ -1,3 +1,16 @@
+## 5.0.4 (2017-05-06)
+- Add following locales:
+  - Cypriot Greek (el-CY)
+  - Cypriot English (en-CY)
+- Update following locales:
+  - Swedish (sv, sv-SE)
+  - Ukrainian (uk)
+  - French (fr, fr-FR)
+  - Japanese (ja)
+  - Uzbek (uz)
+  - Chinese (zh-CN, zh-HK, zh-TW, zh-YUE)
+  - Spanish (es)
+
 ## 5.0.3 (2017-02-10)
 - Update following locales:
   - Portuguese (pt, pt-BR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-02-10 15:03:05.0 +0100
+++ new/README.md   2017-05-06 18:55:12.0 +0200
@@ -10,7 +10,7 @@
 
 Add to your Gemfile:
 
-gem 'rails-i18n', '~> 5.0.0' # For 5.0.x
+gem 'rails-i18n', '~> 5.0.0' # For 5.0.x and 5.1.x
 gem 'rails-i18n', '~> 4.0.0' # For 4.0.x
 gem 'rails-i18n', '~> 3.0.0' # For 3.x
 gem 'rails-i18n', github: 'svenfuchs/rails-i18n', branch: 'master' # For 
5.x
@@ -19,7 +19,7 @@
 
 or run this command:
 
-gem install rails-i18n -v '~> 5.0.0' # For 5.0.0
+gem install rails-i18n -v '~> 5.0.0' # For 5.0.x and 5.1.x
 gem install rails-i18n -v '~> 4.0.0' # For 4.0.x
 gem install rails-i18n -v '~> 3.0.0' # For 3.x
 
@@ -54,19 +54,19 @@
 
 Available locales are:
 
-> af, ar, az, be, bg, bn, bs, ca, cs, cy, da, de, de-AT, de-CH, de-DE, el,
-> en, en-AU, en-CA, en-GB, en-IE, en-IN, en-NZ, en-US, en-ZA, eo, es,
+> af, ar, az, be, bg, bn, bs, ca, cs, cy, da, de, de-AT, de-CH, de-DE, el, 
el-CY,
+> en, en-AU, en-CA, en-GB, en-IE, en-IN, en-NZ, en-US, en-ZA, en-CY,eo, es,
 > es-419, es-AR, es-CL, es-CO, es-CR, es-EC, es-ES, es-MX, es-PA, es-PE, 
 > es-US, es-VE,
 > et, eu, fa, fi, fr, fr-CA, fr-CH, fr-FR, gl, he, hi, hi-IN, hr, hu, id, is, 
 > it,
 > it-CH, ja, ka, km, kn, ko, lb, lo, lt, lv, mk, ml, mn, mr-IN, ms, nb, ne, 
 > nl, nn, or,
-> pa, pl, pt, pt-BR, rm, ro, ru, sk, sl, sq, sr, sw, ta, th, tl, tr, tt, ug, 
uk,
+> pa, pl, pt, pt-BR, rm, ro, ru, sk, sl, sq, sr, sw, ta, th, tl, tr, tt, ug,
 > ur, uz, vi, wo, zh-CN, zh-HK, zh-TW, zh-YUE
 
 Complete locales are:
 
 > af, da, de, de-AT, de-CH, de-DE, en-US, es, es-419, es-AR, es-CL, es-CO, 
 > es-CR, es-EC,
 > es-ES, es-MX, es-PA, es-PE, es-US, es-VE, et, fa, fr, fr-CA, fr-CH, fr-FR, 
 > id, ja, ka, ml, nb,
-> nl, nn, pt-BR, sv, sv-SE, tr, zh-CN, zh-HK, zh-TW, zh-YUE
+> nl, nn, pt-BR, sv, sv-SE, tr, zh-CN, zh-HK, zh-TW, zh-YUE, uk
 
 Currently, most locales are incomplete. Typically they lack the following keys:
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-02-10 15:03:05.0 +0100
+++ new/metadata2017-05-06 18:55:12.0 +0200
@@ -1,14 +1,14 @@
 --- 

commit rubygem-activejob-5_0 for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-activejob-5_0 for 
openSUSE:Factory checked in at 2017-06-08 15:00:31

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


Package is "rubygem-activejob-5_0"

Thu Jun  8 15:00:31 2017 rev:5 rq:497682 version:5.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activejob-5_0/rubygem-activejob-5_0.changes  
2017-03-21 22:49:41.249608899 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activejob-5_0.new/rubygem-activejob-5_0.changes
 2017-06-08 15:00:33.875672356 +0200
@@ -1,0 +2,6 @@
+Tue May 23 09:36:03 UTC 2017 - co...@suse.com
+
+- updated to version 5.0.3
+ see installed CHANGELOG.md
+
+---

Old:

  activejob-5.0.2.gem

New:

  activejob-5.0.3.gem



Other differences:
--
++ rubygem-activejob-5_0.spec ++
--- /var/tmp/diff_new_pack.uyoKnS/_old  2017-06-08 15:00:35.075503023 +0200
+++ /var/tmp/diff_new_pack.uyoKnS/_new  2017-06-08 15:00:35.079502458 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activejob-5_0
-Version:5.0.2
+Version:5.0.3
 Release:0
 %define mod_name activejob
 %define mod_full_name %{mod_name}-%{version}

++ activejob-5.0.2.gem -> activejob-5.0.3.gem ++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_job/gem_version.rb 
new/lib/active_job/gem_version.rb
--- old/lib/active_job/gem_version.rb   2017-03-02 00:12:05.0 +0100
+++ new/lib/active_job/gem_version.rb   2017-05-12 22:04:04.0 +0200
@@ -7,7 +7,7 @@
   module VERSION
 MAJOR = 5
 MINOR = 0
-TINY  = 2
+TINY  = 3
 PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-03-02 00:12:05.0 +0100
+++ new/metadata2017-05-12 22:04:04.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activejob
 version: !ruby/object:Gem::Version
-  version: 5.0.2
+  version: 5.0.3
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-03-01 00:00:00.0 Z
+date: 2017-05-12 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
 - !ruby/object:Gem::Dependency
   name: globalid
   requirement: !ruby/object:Gem::Requirement
@@ -106,3 +106,4 @@
 specification_version: 4
 summary: Job framework with pluggable queues.
 test_files: []
+has_rdoc: 




commit rubygem-faraday for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-faraday for openSUSE:Factory 
checked in at 2017-06-08 15:00:35

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


Package is "rubygem-faraday"

Thu Jun  8 15:00:35 2017 rev:18 rq:497684 version:0.12.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-faraday/rubygem-faraday.changes  
2017-04-20 20:58:40.634401241 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-faraday.new/rubygem-faraday.changes 
2017-06-08 15:00:36.835254667 +0200
@@ -1,0 +2,6 @@
+Tue May 23 09:52:09 UTC 2017 - co...@suse.com
+
+- updated to version 0.12.1
+  no changelog found
+
+---

Old:

  faraday-0.12.0.1.gem

New:

  faraday-0.12.1.gem



Other differences:
--
++ rubygem-faraday.spec ++
--- /var/tmp/diff_new_pack.qNZ0Om/_old  2017-06-08 15:00:37.691133875 +0200
+++ /var/tmp/diff_new_pack.qNZ0Om/_new  2017-06-08 15:00:37.691133875 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-faraday
-Version:0.12.0.1
+Version:0.12.1
 Release:0
 %define mod_name faraday
 %define mod_full_name %{mod_name}-%{version}

++ faraday-0.12.0.1.gem -> faraday-0.12.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE.md new/LICENSE.md
--- old/LICENSE.md  2017-04-02 11:42:39.0 +0200
+++ new/LICENSE.md  2017-04-21 18:15:00.0 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2009-2015 Rick Olson, Zack Hobson
+Copyright (c) 2009-2017 Rick Olson, Zack Hobson
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-04-02 11:42:39.0 +0200
+++ new/README.md   2017-04-21 18:15:00.0 +0200
@@ -140,6 +140,20 @@
 The encoder will affect both how query strings are processed and how POST 
bodies
 get serialized. The default encoder is Faraday::NestedParamsEncoder.
 
+## Authentication
+  
+Basic and Token authentication are handled by 
Faraday::Request::BasicAuthentication and Faraday::Request::TokenAuthentication 
respectively. These can be added as middleware manually or through the helper 
methods.
+
+```ruby
+Faraday.new(...) do |conn|
+  conn.basic_auth('username', 'password')
+end
+
+Faraday.new(...) do |conn|
+  conn.token_auth('authentication-token') 
+end
+```
+
 ## Advanced middleware usage
 
 The order in which middleware is stacked is important. Like with Rack, the
@@ -325,7 +339,7 @@
 
 ## Copyright
 
-Copyright (c) 2009-2013 [Rick Olson](mailto:technowee...@gmail.com), Zack 
Hobson.
+Copyright (c) 2009-2017 [Rick Olson](mailto:technowee...@gmail.com), Zack 
Hobson.
 See [LICENSE][] for details.
 
 [net_http]: http://ruby-doc.org/stdlib/libdoc/net/http/rdoc/Net/HTTP.html
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/faraday/error.rb new/lib/faraday/error.rb
--- old/lib/faraday/error.rb2017-04-02 11:42:39.0 +0200
+++ new/lib/faraday/error.rb2017-04-21 18:15:00.0 +0200
@@ -3,7 +3,7 @@
   class MissingDependency < Error; end
 
   class ClientError < Error
-attr_reader :response
+attr_reader :response, :wrapped_exception
 
 def initialize(ex, response = nil)
   @wrapped_exception = nil
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/faraday/request/retry.rb 
new/lib/faraday/request/retry.rb
--- old/lib/faraday/request/retry.rb2017-04-02 11:42:39.0 +0200
+++ new/lib/faraday/request/retry.rb2017-04-21 18:15:00.0 +0200
@@ -151,8 +151,9 @@
   @options.methods.include?(env[:method]) || @options.retry_if.call(env, 
exception)
 end
 
-def rewind_files(env)
-  env && env.each do |_, value|
+def rewind_files(body)
+  return unless body.is_a?(Hash)
+  body.each do |_, value|
 if value.is_a? UploadIO
   value.rewind
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/faraday.rb new/lib/faraday.rb
--- old/lib/faraday.rb  2017-04-02 11:42:39.0 +0200
+++ new/lib/faraday.rb  2017-04-21 18:15:00.0 +0200
@@ -14,7 +14,7 @@
 #   conn.get '/'
 #
 module Faraday
-  VERSION = "0.12.0.1"
+  VERSION = "0.12.1"
 
   class << self
 # Public: Gets or sets the root path that Faraday is being loaded from.
diff -urN '--exclude=CVS' 

commit rubygem-simplecov-html for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-simplecov-html for 
openSUSE:Factory checked in at 2017-06-08 15:00:28

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


Package is "rubygem-simplecov-html"

Thu Jun  8 15:00:28 2017 rev:12 rq:497681 version:0.10.1

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-simplecov-html/rubygem-simplecov-html.changes
2015-04-25 11:25:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new/rubygem-simplecov-html.changes
   2017-06-08 15:00:29.384306229 +0200
@@ -1,0 +2,6 @@
+Tue May 23 10:21:41 UTC 2017 - co...@suse.com
+
+- updated to version 0.10.1
+  no changelog found
+
+---

Old:

  simplecov-html-0.10.0.gem

New:

  simplecov-html-0.10.1.gem



Other differences:
--
++ rubygem-simplecov-html.spec ++
--- /var/tmp/diff_new_pack.k9CYFK/_old  2017-06-08 15:00:30.520145926 +0200
+++ /var/tmp/diff_new_pack.k9CYFK/_new  2017-06-08 15:00:30.524145362 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-simplecov-html
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-simplecov-html
-Version:0.10.0
+Version:0.10.1
 Release:0
 %define mod_name simplecov-html
 %define mod_full_name %{mod_name}-%{version}
@@ -48,7 +48,7 @@
 
 %install
 %gem_install \
-  --doc-files="LICENSE README.md" \
+  --doc-files="CHANGELOG.md LICENSE README.md" \
   -f
 
 %gem_packages

++ simplecov-html-0.10.0.gem -> simplecov-html-0.10.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml2015-04-18 19:10:19.0 +0200
+++ new/.rubocop.yml2017-05-17 21:10:04.0 +0200
@@ -37,6 +37,10 @@
 Style/HashSyntax:
   EnforcedStyle: hash_rockets
 
+Style/MutableConstant:
+  Exclude:
+- 'lib/simplecov-html/version.rb'
+
 Style/RegexpLiteral:
   Enabled: false
 
@@ -46,5 +50,5 @@
 Style/StringLiterals:
   EnforcedStyle: double_quotes
 
-Style/TrailingComma:
+Style/TrailingCommaInLiteral:
   EnforcedStyleForMultiline: 'comma'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2015-04-18 19:10:19.0 +0200
+++ new/.travis.yml 2017-05-17 21:10:04.0 +0200
@@ -15,6 +15,7 @@
   - 2.0.0
   - 2.1
   - 2.2
+  - 2.3.1
   - ruby-head
   - jruby
   - rbx-2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md1970-01-01 01:00:00.0 +0100
+++ new/CHANGELOG.md2017-05-17 21:10:04.0 +0200
@@ -0,0 +1,6 @@
+0.10.1 2017-05-17 
+
+
+## Bugfixes
+
+* circumvent a regression that happens in the new JRuby 9.1.9.0 release. See 
[#53](https://github.com/colszowka/simplecov-html/pull/53) thanks @koic
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2015-04-18 19:10:19.0 +0200
+++ new/Gemfile 2017-05-17 21:10:04.0 +0200
@@ -2,7 +2,11 @@
 
 gemspec
 
-gem "rake"
+if RUBY_VERSION == "1.8.7"
+  gem "rake", "~> 10.5"
+else
+  gem "rake", ">= 11"
+end
 
 # Use local copy of simplecov in development when checked out, fetch from git 
otherwise
 if File.directory?(File.dirname(__FILE__) + "/../simplecov")
@@ -11,8 +15,16 @@
   gem "simplecov", :git => "https://github.com/colszowka/simplecov;
 end
 
+platforms :ruby_18, :ruby_19 do
+  gem "json", "~> 1.8"
+end
+
+platforms :ruby_18, :ruby_19, :ruby_20, :ruby_21 do
+  gem "rack", "~> 1.6"
+end
+
 group :test do
-  gem "test-unit"
+  gem "minitest"
 end
 
 group :development do
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/simplecov-html/version.rb 
new/lib/simplecov-html/version.rb
--- old/lib/simplecov-html/version.rb   2015-04-18 19:10:19.0 +0200
+++ new/lib/simplecov-html/version.rb   2017-05-17 21:10:04.0 +0200
@@ -1,7 +1,7 @@
 module SimpleCov
   module Formatter
 class HTMLFormatter
-  VERSION = "0.10.0"
+  VERSION = "0.10.1"
 
   def VERSION.to_a
 split(".").map(&:to_i)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit rubygem-sinatra for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-sinatra for openSUSE:Factory 
checked in at 2017-06-08 15:00:26

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


Package is "rubygem-sinatra"

Thu Jun  8 15:00:26 2017 rev:4 rq:497680 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sinatra/rubygem-sinatra.changes  
2017-04-11 09:31:35.676084058 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sinatra.new/rubygem-sinatra.changes 
2017-06-08 15:00:26.260747061 +0200
@@ -1,0 +2,6 @@
+Tue May 23 10:21:57 UTC 2017 - co...@suse.com
+
+- updated to version 2.0.0
+ see installed CHANGELOG.md
+
+---

Old:

  sinatra-1.4.8.gem

New:

  sinatra-2.0.0.gem



Other differences:
--
++ rubygem-sinatra.spec ++
--- /var/tmp/diff_new_pack.OM6ypb/_old  2017-06-08 15:00:27.352592967 +0200
+++ /var/tmp/diff_new_pack.OM6ypb/_new  2017-06-08 15:00:27.356592403 +0200
@@ -24,14 +24,14 @@
 #
 
 Name:   rubygem-sinatra
-Version:1.4.8
+Version:2.0.0
 Release:0
 %define mod_name sinatra
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby >= 2.2.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
-BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:http://www.sinatrarb.com/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem

++ sinatra-1.4.8.gem -> sinatra-2.0.0.gem ++
 16122 lines of diff (skipped)




commit rubygem-slop for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-slop for openSUSE:Factory 
checked in at 2017-06-08 15:00:22

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


Package is "rubygem-slop"

Thu Jun  8 15:00:22 2017 rev:20 rq:497679 version:4.5.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-slop/rubygem-slop.changes
2016-10-10 16:22:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-slop.new/rubygem-slop.changes   
2017-06-08 15:00:23.717106049 +0200
@@ -1,0 +2,26 @@
+Tue May 23 10:22:40 UTC 2017 - co...@suse.com
+
+- updated to version 4.5.0
+ see installed CHANGELOG.md
+
+  v4.5.0 (2017-05-22)
+  ---
+  
+  Features:
+* Added config option to avoid translating flags-with-dashes into
+underscores. #206 (@lbriais)
+  
+  v4.4.3 (2017-05-02)
+  ---
+  
+  Bug fixes:
+* Ruby 2.0.0 support broken in v4.4.2
+  
+  v4.4.2 (2017-04-29)
+  ---
+  
+  Bug fixes:
+* Fix support for parsing -x5 or -nfoo. #199
+* Fix removing arguments after `--`. #194
+
+---

Old:

  slop-4.4.1.gem

New:

  slop-4.5.0.gem



Other differences:
--
++ rubygem-slop.spec ++
--- /var/tmp/diff_new_pack.a4bVGT/_old  2017-06-08 15:00:25.392869546 +0200
+++ /var/tmp/diff_new_pack.a4bVGT/_new  2017-06-08 15:00:25.396868981 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-slop
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-slop
-Version:4.4.1
+Version:4.5.0
 Release:0
 %define mod_name slop
 %define mod_full_name %{mod_name}-%{version}

++ slop-4.4.1.gem -> slop-4.5.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2016-08-21 15:52:42.0 +0200
+++ new/.travis.yml 2017-05-22 21:29:25.0 +0200
@@ -1,18 +1,15 @@
 cache: bundler
 before_install:
-  - gem update bundler
+  - gem install bundler
 rvm:
   - 2.0.0
   - 2.1
   - 2.2
-  - 2.3.0
-  - rbx-2
+  - 2.3.4
+  - 2.4.1
+  - jruby-9.1.8.0
   - jruby-head
   - ruby-head
-matrix:
-  allow_failures:
-- rvm: ruby-head
-- rvm: jruby-head
 notifications:
   email:
 on_success: change
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-08-21 15:52:42.0 +0200
+++ new/CHANGELOG.md2017-05-22 21:29:25.0 +0200
@@ -1,6 +1,26 @@
 Changelog
 =
 
+v4.5.0 (2017-05-22)
+---
+
+Features:
+  * Added config option to avoid translating flags-with-dashes into
+  underscores. #206 (@lbriais)
+
+v4.4.3 (2017-05-02)
+---
+
+Bug fixes:
+  * Ruby 2.0.0 support broken in v4.4.2
+
+v4.4.2 (2017-04-29)
+---
+
+Bug fixes:
+  * Fix support for parsing -x5 or -nfoo. #199
+  * Fix removing arguments after `--`. #194
+
 v4.4.1 (2016-08-21)
 ---
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/slop/option.rb new/lib/slop/option.rb
--- old/lib/slop/option.rb  2016-08-21 15:52:42.0 +0200
+++ new/lib/slop/option.rb  2017-05-22 21:29:25.0 +0200
@@ -3,6 +3,7 @@
 DEFAULT_CONFIG = {
   help: true,
   tail: false,
+  underscore_flags: true,
 }
 
 # An Array of flags this option matches.
@@ -107,7 +108,14 @@
 
 # Returns the last key as a symbol. Used in Options.to_hash.
 def key
-  (config[:key] || flags.last.sub(/\A--?/, '')).tr("-", "_").to_sym
+  key = config[:key] || flags.last.sub(/\A--?/, '')
+  key = key.tr '-', '_' if underscore_flags?
+  key.to_sym
+end
+
+# Returns true if this option should be displayed with dashes transformed 
into underscores.
+def underscore_flags?
+  config[:underscore_flags]
 end
 
 # Returns true if this option should be displayed in help text.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/slop/options.rb new/lib/slop/options.rb
--- old/lib/slop/options.rb 2016-08-21 15:52:42.0 +0200
+++ new/lib/slop/options.rb 2017-05-22 21:29:25.0 +0200
@@ -3,9 +3,10 @@
 include Enumerable
 
 DEFAULT_CONFIG = {

commit rubygem-tins for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-tins for openSUSE:Factory 
checked in at 2017-06-08 15:00:10

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


Package is "rubygem-tins"

Thu Jun  8 15:00:10 2017 rev:31 rq:497676 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tins/rubygem-tins.changes
2017-04-11 09:31:30.192858462 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tins.new/rubygem-tins.changes   
2017-06-08 15:00:14.322431933 +0200
@@ -1,0 +2,6 @@
+Tue May 23 10:24:49 UTC 2017 - co...@suse.com
+
+- updated to version 1.14.0
+  no changelog found
+
+---

Old:

  tins-1.13.2.gem

New:

  tins-1.14.0.gem



Other differences:
--
++ rubygem-tins.spec ++
--- /var/tmp/diff_new_pack.x9v7ts/_old  2017-06-08 15:00:15.306293079 +0200
+++ /var/tmp/diff_new_pack.x9v7ts/_new  2017-06-08 15:00:15.306293079 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-tins
-Version:1.13.2
+Version:1.14.0
 Release:0
 %define mod_name tins
 %define mod_full_name %{mod_name}-%{version}

++ tins-1.13.2.gem -> tins-1.14.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-02-03 12:10:50.0 +0100
+++ new/.travis.yml 2017-05-16 23:29:42.0 +0200
@@ -3,7 +3,7 @@
   - 2.1
   - 2.2
   - 2.3.3
-  - 2.4.0
+  - 2.4.1
   - ruby-head
 matrix:
   allow_failures:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-02-03 12:10:50.0 +0100
+++ new/README.md   2017-05-16 23:29:42.0 +0200
@@ -12,6 +12,14 @@
 
 ## Changes
 
+* 2017-05-16 Release 1.14.0
+ - Add visit proc to determine if file should be visited.
+* 2017-05-14 Release 1.13.3
+ - Fix some debugging warnings
+* 2017-02-03 Release 1.13.2
+  - Fix test on older rubies
+* 2016-11-23 Release 1.13.1
+  - Fix comparibility of Tins::Duration instances
 * 2016-11-23 Release 1.13.0
   - Add expose method mostly for testing hidden methods.
 * 2016-08-04 Release 1.12.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2017-02-03 12:10:50.0 +0100
+++ new/VERSION 2017-05-16 23:29:42.0 +0200
@@ -1 +1 @@
-1.13.2
+1.14.0
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/tins/date_dummy.rb new/lib/tins/date_dummy.rb
--- old/lib/tins/date_dummy.rb  2017-02-03 12:10:50.0 +0100
+++ new/lib/tins/date_dummy.rb  2017-05-16 23:29:42.0 +0200
@@ -19,7 +19,9 @@
 
 def dummy(value = nil)
   if value.nil?
-@dummy
+if defined?(@dummy)
+  @dummy
+end
   else
 begin
   old_dummy = @dummy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/tins/date_time_dummy.rb 
new/lib/tins/date_time_dummy.rb
--- old/lib/tins/date_time_dummy.rb 2017-02-03 12:10:50.0 +0100
+++ new/lib/tins/date_time_dummy.rb 2017-05-16 23:29:42.0 +0200
@@ -19,7 +19,9 @@
 
 def dummy(value = nil)
   if value.nil?
-@dummy
+if defined?(@dummy)
+  @dummy
+end
   else
 begin
   old_dummy = @dummy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/tins/dslkit.rb new/lib/tins/dslkit.rb
--- old/lib/tins/dslkit.rb  2017-02-03 12:10:50.0 +0100
+++ new/lib/tins/dslkit.rb  2017-05-16 23:29:42.0 +0200
@@ -207,7 +207,10 @@
   variable = "@#{name}"
   define_method(name) do |*args|
 if args.empty?
-  result = instance_variable_get(variable)
+  result =
+if instance_variable_defined?(variable)
+  instance_variable_get(variable)
+end
   if result.nil?
 result = if default.empty?
   block && instance_eval()
@@ -233,7 +236,10 @@
   variable = "@#{name}"
   define_method(name) do |*args|
 if args.empty?
-  result = instance_variable_get(variable)
+  result =
+if instance_variable_defined?(variable)
+  instance_variable_get(variable)
+end
   if result.nil?
 if default.empty?
   block && instance_eval()
@@ -441,11 +447,15 

commit rubygem-test-unit for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-test-unit for 
openSUSE:Factory checked in at 2017-06-08 15:00:16

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


Package is "rubygem-test-unit"

Thu Jun  8 15:00:16 2017 rev:28 rq:497677 version:3.2.4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-test-unit/rubygem-test-unit.changes  
2016-12-11 13:28:44.343664153 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-test-unit.new/rubygem-test-unit.changes 
2017-06-08 15:00:17.889928447 +0200
@@ -1,0 +2,70 @@
+Tue May 23 10:24:20 UTC 2017 - co...@suse.com
+
+- updated to version 3.2.4
+ see installed news.md
+
+  ## 3.2.4 - 2017-05-23 {#version-3-2-4}
+  
+  ### Improvements
+  
+* Updated tests for Ruby 2.4. [GitHUb#136][Patch by Kazuki Tsujimoto]
+  
+* Supported power\_assert 1.0.0. [GitHub#137][Patch by Kazuki Tsujimoto]
+  
+* Added the getting started document.
+  [GitHub#139][GitHub#141][Patch by Hiroyuki Sato]
+  
+* Added the document for `attribute`.
+  [GitHub#143][Patch by Fumiaki MATSUSHIMA]
+  
+* Improved a link for GitHub. [GitHub#144][Patch by rochefort]
+  
+* Updated `.travis.yml`. [GitHub#145][Patch by Jun Aruga]
+  
+  ### Fixes
+  
+* Fixed a contributor name. [GitHub#131][Patch by Akira Matsuda]
+  
+* Fixed typos in document. [GitHub#132][Patch by Akira Matsuda]
+  
+* Fixed typos in document. [GitHub#134][Patch by Yuji Yaginuma]
+  
+* Fixed a bug that data label with "(" isn't supported.
+  [GitHub#135][Reported by Kazuki Tsujimoto]
+  
+* Fixed assertion message in English.
+  [GitHub#133][Reported by Khalil Fazal]
+  
+* Fixed a typo in typo fix. [GitHub#138][Patch by kami]
+  
+* Fixed a bug that target location finder may return wrong
+  location. [GitHub#146][Patch by Yuki Ito]
+  
+* Fixed a bug that `--no-show-detail-immediately` raises an error.
+  [GitHub#147][Reported by MSP-Greg]
+  
+  ### Thanks
+  
+* Akira Matsuda
+  
+* Yuji Yaginuma
+  
+* Kazuki Tsujimoto
+  
+* Khalil Fazal
+  
+* kami
+  
+* Hiroyuki Sato
+  
+* Fumiaki MATSUSHIMA
+  
+* rochefort
+  
+* Jun Aruga
+  
+* Yuki Ito
+  
+* MSP-Greg
+
+---

Old:

  test-unit-3.2.3.gem

New:

  test-unit-3.2.4.gem



Other differences:
--
++ rubygem-test-unit.spec ++
--- /var/tmp/diff_new_pack.XrjXZ5/_old  2017-06-08 15:00:19.361720730 +0200
+++ /var/tmp/diff_new_pack.XrjXZ5/_new  2017-06-08 15:00:19.365720166 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-test-unit
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-test-unit
-Version:3.2.3
+Version:3.2.4
 Release:0
 %define mod_name test-unit
 %define mod_full_name %{mod_name}-%{version}

++ test-unit-3.2.3.gem -> test-unit-3.2.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-11-25 13:44:09.0 +0100
+++ new/README.md   2017-05-23 04:40:04.0 +0200
@@ -34,7 +34,7 @@
 
 ## How To
 
-* [How To](doc/text/how-to.md) (link for GitHub)
+* [How 
To](https://github.com/test-unit/test-unit/blob/master/doc/text/how-to.md) 
(link for GitHub)
 * {file:doc/text/how-to.md How To} (link for YARD)
 
 ## Install
@@ -77,7 +77,7 @@
 
 ### Images
 
-* Mayu & Co.: kinotan icons: http://cocooon.com/kinotan/
+* Mayu & Co.: kinotan icons
 
 ## Thanks
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/text/getting-started.md 
new/doc/text/getting-started.md
--- old/doc/text/getting-started.md 1970-01-01 01:00:00.0 +0100
+++ new/doc/text/getting-started.md 2017-05-23 04:40:04.0 +0200
@@ -0,0 +1,246 @@
+## 1. First step of the `test-unit`
+
+Let's getting start `test-unit`.
+
+This document creates an example gem package called `sample` with the 
`test-unit` testing framework.
+
+## 2. Install bundler and test-unit.
+
+* First, install the `bundler` gem for generating gem template.
+* Second, install the `test-unit` itself.
+
+~~~
+!!!plain
+gem install bundler
+gem install test-unit
+~~~
+
+The `gem list` command output installed packages.
+You will find the following lines.
+
+~~~

commit rubygem-amq-protocol for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-amq-protocol for 
openSUSE:Factory checked in at 2017-06-08 14:59:44

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


Package is "rubygem-amq-protocol"

Thu Jun  8 14:59:44 2017 rev:15 rq:497670 version:2.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-amq-protocol/rubygem-amq-protocol.changes
2017-04-11 09:31:27.101295088 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-amq-protocol.new/rubygem-amq-protocol.changes
   2017-06-08 14:59:50.425804504 +0200
@@ -1,0 +2,6 @@
+Tue May 23 09:39:17 UTC 2017 - co...@suse.com
+
+- updated to version 2.2.0
+ see installed ChangeLog.md
+
+---

Old:

  amq-protocol-2.1.0.gem

New:

  amq-protocol-2.2.0.gem



Other differences:
--
++ rubygem-amq-protocol.spec ++
--- /var/tmp/diff_new_pack.rx1IRP/_old  2017-06-08 14:59:51.033718708 +0200
+++ /var/tmp/diff_new_pack.rx1IRP/_new  2017-06-08 14:59:51.037718143 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-amq-protocol
-Version:2.1.0
+Version:2.2.0
 Release:0
 %define mod_name amq-protocol
 %define mod_full_name %{mod_name}-%{version}

++ amq-protocol-2.1.0.gem -> amq-protocol-2.2.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-01-28 06:55:25.0 +0100
+++ new/.travis.yml 2017-05-11 00:43:45.0 +0200
@@ -3,10 +3,11 @@
 cache: bundler
 script: "bundle exec rspec spec"
 rvm:
-  - 2.3.0
-  - 2.2
-  - 2.1
-  - 2.0
+  - "2.4.0"
+  - "2.3.3"
+  - "2.2"
+  - "2.1"
+  - "2.0"
   - ruby-head
 notifications:
   recipients:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ChangeLog.md new/ChangeLog.md
--- old/ChangeLog.md2017-01-28 06:55:25.0 +0100
+++ new/ChangeLog.md2017-05-11 00:43:45.0 +0200
@@ -1,4 +1,18 @@
-## Changes between 2.0.0 and 2.1.0
+## Changes between 2.1.0 and 2.2.0 (unreleased)
+
+### Timestamps are Encoded as 64-bit Unsigned Integers
+
+This is a potentially **breaking change**. It is recommended that
+all applications that use this gem and pass date/time values in message
+properties or headers are upgraded at the same time.
+
+GitHub issue: [#64](https://github.com/ruby-amqp/amq-protocol/issues/64).
+
+Contributed by Carl Hoerberg.
+
+
+
+## Changes between 2.0.0 and 2.1.0 (January 28th, 2017)
 
 ### Ruby Warnings Squashed
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/codegen/codegen.py new/codegen/codegen.py
--- old/codegen/codegen.py  2017-01-28 06:55:25.0 +0100
+++ new/codegen/codegen.py  2017-05-11 00:43:45.0 +0200
@@ -12,7 +12,7 @@
 try:
 from mako.template import Template
 except ImportError:
-print "Mako isn't installed. Please install mako via pip or similar."
+print("Mako isn't installed. Please install mako via pip or similar.")
 sys.exit(1)
 
 # main class
@@ -57,7 +57,7 @@
 
 # method.accepted_by("server")
 # method.accepted_by("client", "server")
-accepted_by_update = json.loads(file("codegen/amqp_0.9.1_changes.json").read())
+accepted_by_update = json.loads(open("codegen/amqp_0.9.1_changes.json").read())
 
 def accepted_by(self, *receivers):
 def get_accepted_by(self):
@@ -143,7 +143,7 @@
 def main(json_spec_path):
 spec = AmqpSpecObject(json_spec_path)
 spec.type = type
-print render("codegen/protocol.rb.pytemplate", spec = spec)
+print(render("codegen/protocol.rb.pytemplate", spec = spec))
 
 return main
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/codegen/codegen_helpers.py 
new/codegen/codegen_helpers.py
--- old/codegen/codegen_helpers.py  2017-01-28 06:55:25.0 +0100
+++ new/codegen/codegen_helpers.py  2017-05-11 00:43:45.0 +0200
@@ -1,5 +1,7 @@
 # -*- coding: utf-8 -*-
 
+from __future__ import print_function
+
 def genSingleEncode(spec, cValue, unresolved_domain):
 buffer = []
 type = spec.resolveDomain(unresolved_domain)
@@ -24,7 +26,7 @@
 elif type == 'table':
 buffer.append("buffer << AMQ::Protocol::Table.encode(%s)" % (cValue,))
 else:
-raise "Illegal domain in genSingleEncode", type
+raise "Illegal domain in genSingleEncode: {0}".format(type)
 
 return buffer
 
@@ -34,7 +36,7 @@
 
 if cLvalue == "known_hosts":
 import sys
-print >> 

commit rubygem-bundler for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2017-06-08 14:59:59

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


Package is "rubygem-bundler"

Thu Jun  8 14:59:59 2017 rev:39 rq:497673 version:1.15.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2017-03-21 22:51:00.490406459 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2017-06-08 15:00:06.651514541 +0200
@@ -1,0 +2,79 @@
+Tue May 23 09:43:06 UTC 2017 - co...@suse.com
+
+- updated to version 1.15.0
+ see installed CHANGELOG.md
+
+  ## 1.15.0 (2017-05-19)
+  
+  This space intentionally left blank.
+  
+  ## 1.15.0.pre.4 (2017-05-10)
+  
+  Bugfixes:
+  
+- avoid conflicts when `Gem.finish_resolve` is called after the bundle has 
been set up (@segiddins)
+- ensure that `Gem::Specification.find_by_name` always returns an object 
that can have `#to_spec` called on it (#5592, @jules2689)
+  
+  ## 1.15.0.pre.3 (2017-04-30)
+  
+  Bugfixes:
+  
+- avoid redundant blank lines in the readme generated by `bundle gem` 
(@koic)
+- ensure that `open-uri` is not loaded after `bundle exec` (@segiddins)
+- print a helpful error message when an activated default gem conflicts 
with
+  a gem in the gemfile (@segiddins)
+- only shorten `ref` option for git gems when it is a SHA (#5620, 
@segiddins)
+  
+  ## 1.15.0.pre.2 (2017-04-23)
+  
+  Bugfixes:
+  
+- ensure pre-existing fit caches are updated from remote sources (#5423, 
@alextaylor000)
+- avoid duplicating specs in the lockfile after updating with the gem 
uninstalled (#5599, @segiddins)
+- ensure git gems have their extensions available at runtime (#5594, 
@jules2689, @segiddins)
+  
+  ## 1.15.0.pre.1 (2017-04-16)
+  
+  Features:
+  
+- print a notification when a newer version of bundler is available 
(#4683, @segiddins)
+- add man pages for all bundler commands (#4988, @feministy)
+- add the `bundle info` command (@fredrb, @colby-swandale)
+- all files created with `bundle gem` comply with the bundler style guide 
(@zachahn)
+- if installing a gem fails, print out the reason the gem needed to be 
installed (#5078, @segiddins)
+- allow setting `gem.push_key` to set the key used when running `rake 
release` (@DTrierweiler)
+- print gem versions that are regressing during `bundle update` in yellow 
(#5506, @brchristian)
+- avoid printing extraneous dependencies when the resolver encounters a 
conflict (@segiddins)
+- add the `bundle issue` command that prints instructions for reporting 
issues (#4871, @jonathanpike)
+- add `--source` and `--group` options to the `bundle inject` command 
(#5452, @Shekharrajak)
+- add the `bundle add` command to add a gem to the gemfile (@denniss)
+- add the `bundle pristine` command to re-install gems from cached `.gem` 
files (#4509, @denniss)
+- add a `--parseable` option for `bundle config` (@JuanitoFatas, 
@colby-swandale)
+  
+  Performance:
+  
+- speed up gemfile initialization by storing locked dependencies as a hash 
(@jules2689)
+- speed up gemfile initialization by making locked dependency comparison 
lazy, avoiding object allocation (@jules2689)
+- only validate git gems when they are downloaded, instead of every time 
`Bundler.setup` is run (@segiddins)
+- avoid regenerating the lockfile when nothing has changed (@segiddins)
+- avoid diffing large arrays when no sources in the gemfile have changed 
(@segiddins)
+- avoid evaluating full gemspecs when running with RubyGems 2.5+ 
(@segiddins)
+  
+  Bugfixes:
+  
+- fix cases where `bundle update` would print a resolver conflict instead 
of updating the selected gems (#5031, #5095, @segiddins)
+- print out a stack trace after an interrupt when running in debug mode 
(@segiddins)
+- print out when bundler starts fetching a gem from a remote server 
(@segiddins)
+- fix `bundle gem` failing when `git` is unavailable (#5458, 
@Shekharrajak, @colby-swandale)
+- suggest the appropriate command to unfreeze a bundle (#5009, @denniss)
+- ensure nested calls to `bundle exec` resolve default gems correctly 
(#5500, @segiddins)
+- ensure that a plugin failing to install doesn't uninstall other plugins 
(@kerrizor, @roseaboveit)
+- ensure `socket` is required before being referenced (#5533, 
@rafaelfranca)
+- allow running `bundle outdated` when gems aren't installed locally 
(#5553, @segiddins)
+- print a helpful error when `bundle exec`ing to a gem that isn't included 
in the bundle (#5487, @segiddins)
+- print an error message when a non-git gem is given a `branch` option 
(#5530, @colby-swandale)
+

commit rubygem-turbolinks-source for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-turbolinks-source for 
openSUSE:Factory checked in at 2017-06-08 15:00:07

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


Package is "rubygem-turbolinks-source"

Thu Jun  8 15:00:07 2017 rev:2 rq:497675 version:5.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-turbolinks-source/rubygem-turbolinks-source.changes
  2016-07-21 07:56:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-turbolinks-source.new/rubygem-turbolinks-source.changes
 2017-06-08 15:00:10.658948966 +0200
@@ -1,0 +2,6 @@
+Tue May 23 10:25:03 UTC 2017 - co...@suse.com
+
+- updated to version 5.0.3
+  no changelog found
+
+---

Old:

  turbolinks-source-5.0.0.gem

New:

  turbolinks-source-5.0.3.gem



Other differences:
--
++ rubygem-turbolinks-source.spec ++
--- /var/tmp/diff_new_pack.QrrIxJ/_old  2017-06-08 15:00:11.446837770 +0200
+++ /var/tmp/diff_new_pack.QrrIxJ/_new  2017-06-08 15:00:11.450837205 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-turbolinks-source
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,14 +24,14 @@
 #
 
 Name:   rubygem-turbolinks-source
-Version:5.0.0
+Version:5.0.3
 Release:0
 %define mod_name turbolinks-source
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
-BuildRequires:  %{ruby}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros >= 5
 Url:https://github.com/turbolinks/turbolinks-source-gem
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml

++ turbolinks-source-5.0.0.gem -> turbolinks-source-5.0.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE new/LICENSE
--- old/LICENSE 2016-06-30 18:11:51.0 +0200
+++ new/LICENSE 2017-05-04 22:43:46.0 +0200
@@ -1,4 +1,4 @@
-Copyright 2016 Basecamp, LLC
+Copyright 2017 Basecamp, LLC
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/assets/javascripts/turbolinks.js 
new/lib/assets/javascripts/turbolinks.js
--- old/lib/assets/javascripts/turbolinks.js2016-06-30 18:11:51.0 
+0200
+++ new/lib/assets/javascripts/turbolinks.js2017-05-04 22:43:46.0 
+0200
@@ -1,6 +1,6 @@
 /*
-Turbolinks 5.0.0
-Copyright © 2016 Basecamp, LLC
+Turbolinks 5.0.3
+Copyright © 2017 Basecamp, LLC
  */
-(function(){(function(){(function(){this.Turbolinks={supported:function(){return
 
null!=window.history.pushState&!=window.requestAnimationFrame}(),visit:function(e,r){return
 t.controller.visit(e,r)},clearCache:function(){return 
t.controller.clearCache()}}}).call(this)}).call(this);var 
t=this.Turbolinks;(function(){(function(){var e,r;t.copyObject=function(t){var 
e,r,n;r={};for(e in t)n=t[e],r[e]=n;return r},t.closest=function(t,r){return 
e.call(t,r)},e=function(){var t,e;return 
t=document.documentElement,null!=(e=t.closest)?e:function(t){var 
e;for(e=this;e;){if(e.nodeType===Node.ELEMENT_NODE&(e,t))return 
e;e=e.parentNode}}}(),t.defer=function(t){return 
setTimeout(t,1)},t.dispatch=function(t,e){var r,n,o,i,s;return 
i=null!=e?e:{},s=i.target,r=i.cancelable,n=i.data,o=document.createEvent("Events"),o.initEvent(t,!0,r===!0),o.data=null!=n?n:{},(null!=s?s:document).dispatchEvent(o),o},t.match=function(t,e){return
 r.call(t,e)},r=function(){var t,e,r,n;return 
t=document.documentElement,null!=(e=null!=(r=null!=(n=t.matchesSelector)?n:t.webkitMatchesSelector)?r:t.msMatchesSelector)?e:t.mozMatchesSelector}(),t.uuid=function(){var
 
t,e,r;for(r="",t=e=1;36>=e;t=++e)r+=9===t||14===t||19===t||24===t?"-":15===t?"4":20===t?(Math.floor(4*Math.random())+8).toString(16):Math.floor(15*Math.random()).toString(16);return
 r}}).call(this),function(){t.Location=function(){function t(t){var 
e,r;null==t&&(t=""),r=document.createElement("a"),r.href=t.toString(),this.absoluteURL=r.href,e=r.hash.length,2>e?this.requestURL=this.absoluteURL:(this.requestURL=this.absoluteURL.slice(0,-e),this.anchor=r.hash.slice(1))}var
 

commit rubygem-spring for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-spring for openSUSE:Factory 
checked in at 2017-06-08 15:00:19

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


Package is "rubygem-spring"

Thu Jun  8 15:00:19 2017 rev:17 rq:497678 version:2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-spring/rubygem-spring.changes
2017-04-11 09:30:57.353496410 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-spring.new/rubygem-spring.changes   
2017-06-08 15:00:19.725669366 +0200
@@ -1,0 +2,6 @@
+Tue May 23 10:23:08 UTC 2017 - co...@suse.com
+
+- updated to version 2.0.2
+  no changelog found
+
+---

Old:

  spring-2.0.1.gem

New:

  spring-2.0.2.gem



Other differences:
--
++ rubygem-spring.spec ++
--- /var/tmp/diff_new_pack.kiAkHs/_old  2017-06-08 15:00:20.821514707 +0200
+++ /var/tmp/diff_new_pack.kiAkHs/_new  2017-06-08 15:00:20.825514143 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-spring
-Version:2.0.1
+Version:2.0.2
 Release:0
 %define mod_name spring
 %define mod_full_name %{mod_name}-%{version}

++ spring-2.0.1.gem -> spring-2.0.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE.txt new/LICENSE.txt
--- old/LICENSE.txt 2017-01-21 15:35:15.0 +0100
+++ new/LICENSE.txt 2017-05-21 22:04:22.0 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2012-2016 Jon Leighton
+Copyright (c) 2012-2017 Jon Leighton
 
 MIT License
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/spring/application.rb 
new/lib/spring/application.rb
--- old/lib/spring/application.rb   2017-01-21 15:35:15.0 +0100
+++ new/lib/spring/application.rb   2017-05-21 22:04:22.0 +0200
@@ -66,7 +66,17 @@
 
 def start_watcher
   @watcher = Spring.watcher
-  @watcher.on_stale { state! :watcher_stale }
+
+  @watcher.on_stale do
+state! :watcher_stale
+  end
+
+  if @watcher.respond_to? :on_debug
+@watcher.on_debug do |message|
+  spring_env.log "[watcher:#{app_env}] #{message}"
+end
+  end
+
   @watcher.start
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/spring/test/application_generator.rb 
new/lib/spring/test/application_generator.rb
--- old/lib/spring/test/application_generator.rb2017-01-21 
15:35:15.0 +0100
+++ new/lib/spring/test/application_generator.rb2017-05-21 
22:04:22.0 +0200
@@ -92,6 +92,11 @@
 
 build_and_install_gems
 
+# TO prevent nokogiri install error in application.bundle.
+if RUBY_VERSION < "2.1.0"
+  append_to_file(application.gemfile, "gem 'nokogiri', '~> 1.6.8'")
+end
+
 application.bundle
 
 FileUtils.rm_rf application.path("bin")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/spring/test/watcher_test.rb 
new/lib/spring/test/watcher_test.rb
--- old/lib/spring/test/watcher_test.rb 2017-01-21 15:35:15.0 +0100
+++ new/lib/spring/test/watcher_test.rb 2017-05-21 22:04:22.0 +0200
@@ -162,6 +162,33 @@
 watcher.add './foobar'
 assert watcher.files.empty?
   end
+
+  test "add symlink" do
+File.write("#{dir}/bar", "bar")
+File.symlink("#{dir}/bar", "#{dir}/foo")
+watcher.add './foo'
+assert_equal ["#{dir}/bar"], watcher.files.to_a
+  end
+
+  test "add dangling symlink" do
+File.symlink("#{dir}/bar", "#{dir}/foo")
+watcher.add './foo'
+assert watcher.files.empty?
+  end
+
+  test "add directory with dangling symlink" do
+subdir = "#{@dir}/subdir"
+FileUtils.mkdir(subdir)
+File.symlink("dangling", "#{subdir}/foo")
+
+watcher.add subdir
+assert_not_stale
+
+# Adding a new file should mark as stale despite the dangling symlink.
+File.write("#{subdir}/new-file", "new")
+watcher.check_stale
+assert_stale
+  end
 end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/spring/version.rb new/lib/spring/version.rb
--- old/lib/spring/version.rb   2017-01-21 15:35:15.0 +0100
+++ new/lib/spring/version.rb   2017-05-21 22:04:22.0 +0200
@@ -1,3 +1,3 @@
 module Spring
-  VERSION = "2.0.1"
+  VERSION = "2.0.2"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit rubygem-activerecord-5_0 for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-activerecord-5_0 for 
openSUSE:Factory checked in at 2017-06-08 14:59:55

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


Package is "rubygem-activerecord-5_0"

Thu Jun  8 14:59:55 2017 rev:5 rq:497672 version:5.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activerecord-5_0/rubygem-activerecord-5_0.changes
2017-03-21 22:49:36.118334321 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activerecord-5_0.new/rubygem-activerecord-5_0.changes
   2017-06-08 14:59:59.156572315 +0200
@@ -1,0 +2,44 @@
+Tue May 23 09:36:46 UTC 2017 - co...@suse.com
+
+- updated to version 5.0.3
+ see installed CHANGELOG.md
+
+  *   Check whether `Rails.application` defined before calling it
+  
+  In #27674 we changed the migration generator to generate migrations at 
the
+  path defined in `Rails.application.config.paths` however the code checked
+  for the presence of the `Rails` constant but not the `Rails.application`
+  method which caused problems when using Active Record and generators 
outside
+  of the context of a Rails application.
+  
+  Fixes #28325.
+  
+  *   Fix `deserialize` with JSON array.
+  
+  Fixes #28285.
+  
+  *Ryuta Kamizono*
+  
+  *   Fix `rake db:schema:load` with subdirectories.
+  
+  *Ryuta Kamizono*
+  
+  *   Fix `rake db:migrate:status` with subdirectories.
+  
+  *Ryuta Kamizono*
+  
+  *   Don't share options between reference id and type columns
+  
+  When using a polymorphic reference column in a migration, sharing options
+  between the two columns doesn't make sense since they are different 
types.
+  The `reference_id` column is usually an integer and the `reference_type`
+  column a string so options like `unsigned: true` will result in an 
invalid
+  table definition.
+  
+  *Ryuta Kamizono*
+  
+  *   Fix regression of #1969 with SELECT aliases in HAVING clause.
+  
+  *Eugene Kenny*
+
+---

Old:

  activerecord-5.0.2.gem

New:

  activerecord-5.0.3.gem



Other differences:
--
++ rubygem-activerecord-5_0.spec ++
--- /var/tmp/diff_new_pack.TIvdXD/_old  2017-06-08 15:00:01.364260740 +0200
+++ /var/tmp/diff_new_pack.TIvdXD/_new  2017-06-08 15:00:01.368260175 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activerecord-5_0
-Version:5.0.2
+Version:5.0.3
 Release:0
 %define mod_name activerecord
 %define mod_full_name %{mod_name}-%{version}

++ activerecord-5.0.2.gem -> activerecord-5.0.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-03-02 00:11:59.0 +0100
+++ new/CHANGELOG.md2017-05-12 22:03:36.0 +0200
@@ -1,3 +1,42 @@
+*   Check whether `Rails.application` defined before calling it
+
+In #27674 we changed the migration generator to generate migrations at the
+path defined in `Rails.application.config.paths` however the code checked
+for the presence of the `Rails` constant but not the `Rails.application`
+method which caused problems when using Active Record and generators 
outside
+of the context of a Rails application.
+
+Fixes #28325.
+
+*   Fix `deserialize` with JSON array.
+
+Fixes #28285.
+
+*Ryuta Kamizono*
+
+*   Fix `rake db:schema:load` with subdirectories.
+
+*Ryuta Kamizono*
+
+*   Fix `rake db:migrate:status` with subdirectories.
+
+*Ryuta Kamizono*
+
+*   Don't share options between reference id and type columns
+
+When using a polymorphic reference column in a migration, sharing options
+between the two columns doesn't make sense since they are different types.
+The `reference_id` column is usually an integer and the `reference_type`
+column a string so options like `unsigned: true` will result in an invalid
+table definition.
+
+*Ryuta Kamizono*
+
+*   Fix regression of #1969 with SELECT aliases in HAVING clause.
+
+*Eugene Kenny*
+
+
 ## Rails 5.0.2 (March 01, 2017) ##
 
 *   Fix `wait_timeout` to configurable for mysql2 adapter.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_record/associations/association.rb 
new/lib/active_record/associations/association.rb
--- old/lib/active_record/associations/association.rb   2017-03-02 
00:11:59.0 +0100
+++ new/lib/active_record/associations/association.rb   2017-05-12 
22:03:36.0 +0200
@@ -83,7 +83,7 

commit rubygem-activesupport-5_0 for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-activesupport-5_0 for 
openSUSE:Factory checked in at 2017-06-08 14:59:50

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


Package is "rubygem-activesupport-5_0"

Thu Jun  8 14:59:50 2017 rev:5 rq:497671 version:5.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activesupport-5_0/rubygem-activesupport-5_0.changes
  2017-03-21 22:49:29.479272902 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activesupport-5_0.new/rubygem-activesupport-5_0.changes
 2017-06-08 14:59:55.425098945 +0200
@@ -1,0 +2,40 @@
+Tue May 23 09:38:25 UTC 2017 - co...@suse.com
+
+- updated to version 5.0.3
+ see installed CHANGELOG.md
+
+  *   `ActiveSupport::EventedFileUpdateChecker` no longer listens to
+  directories outside of the application directory.
+  
+  *radiospiel*
+  
+  *   Return unmapped timezones from `country_zones`
+  
+  If a country doesn't exist in the MAPPINGS hash then create a new
+  `ActiveSupport::Timezone` instance using the supplied timezone id.
+  
+  Fixes #28431.
+  
+  *Andrew White*
+  
+  *   Fixed bug in `DateAndTime::Compatibility#to_time` that caused it to
+  raise `RuntimeError: can't modify frozen Time` when called on any frozen 
`Time`.
+  Properly pass through the frozen `Time` or `ActiveSupport::TimeWithZone` 
object
+  when calling `#to_time`.
+  
+  *Kevin McPhillips* & *Andrew White*
+  
+  *   Fix inconsistent results when parsing large durations and constructing 
durations from code
+  
+  ActiveSupport::Duration.parse('P3Y') == 3.years # It should be true
+  
+  Duration parsing made independent from any moment of time:
+  Fixed length in seconds is assigned to each duration part during parsing.
+  
+  Methods on `Numeric` like `2.days` now use these predefined durations
+  to avoid duplicating of duration constants through the codebase and
+  eliminate creation of intermediate durations.
+  
+  *Andrey Novikov, Andrew White*
+
+---

Old:

  activesupport-5.0.2.gem

New:

  activesupport-5.0.3.gem



Other differences:
--
++ rubygem-activesupport-5_0.spec ++
--- /var/tmp/diff_new_pack.B80E9W/_old  2017-06-08 14:59:55.901031775 +0200
+++ /var/tmp/diff_new_pack.B80E9W/_new  2017-06-08 14:59:55.905031211 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activesupport-5_0
-Version:5.0.2
+Version:5.0.3
 Release:0
 %define mod_name activesupport
 %define mod_full_name %{mod_name}-%{version}

++ activesupport-5.0.2.gem -> activesupport-5.0.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-03-02 00:11:56.0 +0100
+++ new/CHANGELOG.md2017-05-12 22:03:19.0 +0200
@@ -1,7 +1,42 @@
+*   `ActiveSupport::EventedFileUpdateChecker` no longer listens to
+directories outside of the application directory.
+
+*radiospiel*
+
+*   Return unmapped timezones from `country_zones`
+
+If a country doesn't exist in the MAPPINGS hash then create a new
+`ActiveSupport::Timezone` instance using the supplied timezone id.
+
+Fixes #28431.
+
+*Andrew White*
+
+*   Fixed bug in `DateAndTime::Compatibility#to_time` that caused it to
+raise `RuntimeError: can't modify frozen Time` when called on any frozen 
`Time`.
+Properly pass through the frozen `Time` or `ActiveSupport::TimeWithZone` 
object
+when calling `#to_time`.
+
+*Kevin McPhillips* & *Andrew White*
+
+*   Fix inconsistent results when parsing large durations and constructing 
durations from code
+
+ActiveSupport::Duration.parse('P3Y') == 3.years # It should be true
+
+Duration parsing made independent from any moment of time:
+Fixed length in seconds is assigned to each duration part during parsing.
+
+Methods on `Numeric` like `2.days` now use these predefined durations
+to avoid duplicating of duration constants through the codebase and
+eliminate creation of intermediate durations.
+
+*Andrey Novikov, Andrew White*
+
+
 ## Rails 5.0.2 (March 01, 2017) ##
 
 *   In Core Extensions, make `MarshalWithAutoloading#load` pass through the 
second, optional
-argument for `Marshal#load( source [, proc] )`. This way we don't have to 
do 
+argument for `Marshal#load( source [, proc] )`. This way we don't have to 
do
 `Marshal.method(:load).super_method.call(sourse, proc)` just to be able to 
pass a proc.
 
 *Jeff Latz*
Binary files old/checksums.yaml.gz and 

commit rubygem-autoprefixer-rails for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-autoprefixer-rails for 
openSUSE:Factory checked in at 2017-06-08 14:59:41

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


Package is "rubygem-autoprefixer-rails"

Thu Jun  8 14:59:41 2017 rev:5 rq:497669 version:7.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-autoprefixer-rails/rubygem-autoprefixer-rails.changes
2017-04-20 20:58:32.531547162 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-autoprefixer-rails.new/rubygem-autoprefixer-rails.changes
   2017-06-08 14:59:42.962857764 +0200
@@ -1,0 +2,26 @@
+Tue May 23 09:41:01 UTC 2017 - co...@suse.com
+
+- updated to version 7.1.1
+ see installed CHANGELOG.md
+
+  ## 7.1.1
+  * Remove non-`-webkit-` intrinsic prefixes in Grid Layout (by 一丝).
+  
+  ## 7.1 “Universitas litterarum”
+  * Add `unicode-bidi` support.
+  * Add `-webkit-appearance` support for Edge.
+  * Fix intrinsic widths prefixes in Grid Layout.
+  
+  ## 7.0.1
+  * Fix `therubyracer` support.
+  
+  ## 7.0 “Coelestem adspicit lucem”
+  * Remove node.js 0.12 support.
+  * Use PostCSS 6.0.
+  * Use Browserslist 2.
+  * Use `caniuse-lite` instead of `caniuse-db` (by Ben Briggs).
+  * Rewrite project from CoffeeScript to Babel (by Dmitry Semigradsky).
+  * Disable Grid Layout prefixes for IE by default.
+  * Fix `-ms-grid-column-align`.
+
+---

Old:

  autoprefixer-rails-6.7.7.2.gem

New:

  autoprefixer-rails-7.1.1.gem



Other differences:
--
++ rubygem-autoprefixer-rails.spec ++
--- /var/tmp/diff_new_pack.hLjaQC/_old  2017-06-08 14:59:43.978714393 +0200
+++ /var/tmp/diff_new_pack.hLjaQC/_new  2017-06-08 14:59:43.982713830 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-autoprefixer-rails
-Version:6.7.7.2
+Version:7.1.1
 Release:0
 %define mod_name autoprefixer-rails
 %define mod_full_name %{mod_name}-%{version}

++ autoprefixer-rails-6.7.7.2.gem -> autoprefixer-rails-7.1.1.gem ++
 37681 lines of diff (skipped)




commit rubygem-activemodel-5_0 for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-activemodel-5_0 for 
openSUSE:Factory checked in at 2017-06-08 14:59:27

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


Package is "rubygem-activemodel-5_0"

Thu Jun  8 14:59:27 2017 rev:5 rq:497666 version:5.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activemodel-5_0/rubygem-activemodel-5_0.changes
  2017-03-21 22:49:37.306166394 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activemodel-5_0.new/rubygem-activemodel-5_0.changes
 2017-06-08 14:59:32.496334925 +0200
@@ -1,0 +2,17 @@
+Tue May 23 09:36:31 UTC 2017 - co...@suse.com
+
+- updated to version 5.0.3
+ see installed CHANGELOG.md
+
+  *   The original string assigned to a model attribute is no longer 
incorrectly
+  frozen.
+  
+  Fixes #24185, #28718.
+  
+  *Matthew Draper*
+  
+  *   Avoid converting integer as a string into float.
+  
+  *namusyaka*
+
+---

Old:

  activemodel-5.0.2.gem

New:

  activemodel-5.0.3.gem



Other differences:
--
++ rubygem-activemodel-5_0.spec ++
--- /var/tmp/diff_new_pack.mHkzah/_old  2017-06-08 14:59:33.452200022 +0200
+++ /var/tmp/diff_new_pack.mHkzah/_new  2017-06-08 14:59:33.452200022 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activemodel-5_0
-Version:5.0.2
+Version:5.0.3
 Release:0
 %define mod_name activemodel
 %define mod_full_name %{mod_name}-%{version}

++ activemodel-5.0.2.gem -> activemodel-5.0.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-03-02 00:11:58.0 +0100
+++ new/CHANGELOG.md2017-05-12 22:03:27.0 +0200
@@ -1,3 +1,15 @@
+*   The original string assigned to a model attribute is no longer incorrectly
+frozen.
+
+Fixes #24185, #28718.
+
+*Matthew Draper*
+
+*   Avoid converting integer as a string into float.
+
+*namusyaka*
+
+
 ## Rails 5.0.2 (March 01, 2017) ##
 
 *   No changes.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_model/errors.rb 
new/lib/active_model/errors.rb
--- old/lib/active_model/errors.rb  2017-03-02 00:11:58.0 +0100
+++ new/lib/active_model/errors.rb  2017-05-12 22:03:27.0 +0200
@@ -372,7 +372,7 @@
 
 To achieve the same use:
 
-  errors.add(attribute, :empty, options) if value.blank?
+  errors.add(attribute, :blank, options) if value.blank?
   MESSAGE
 
   Array(attributes).each do |attribute|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_model/gem_version.rb 
new/lib/active_model/gem_version.rb
--- old/lib/active_model/gem_version.rb 2017-03-02 00:11:58.0 +0100
+++ new/lib/active_model/gem_version.rb 2017-05-12 22:03:27.0 +0200
@@ -7,7 +7,7 @@
   module VERSION
 MAJOR = 5
 MINOR = 0
-TINY  = 2
+TINY  = 3
 PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_model/type/string.rb 
new/lib/active_model/type/string.rb
--- old/lib/active_model/type/string.rb 2017-03-02 00:11:58.0 +0100
+++ new/lib/active_model/type/string.rb 2017-05-12 22:03:27.0 +0200
@@ -11,9 +11,14 @@
 
   private
 
-  def cast_value(value)
-::String.new(super)
-  end
+def cast_value(value)
+  case value
+  when ::String then ::String.new(value)
+  when true then "t".freeze
+  when false then "f".freeze
+  else value.to_s
+  end
+end
 end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_model/validations/numericality.rb 
new/lib/active_model/validations/numericality.rb
--- old/lib/active_model/validations/numericality.rb2017-03-02 
00:11:58.0 +0100
+++ new/lib/active_model/validations/numericality.rb2017-05-12 
22:03:27.0 +0200
@@ -73,6 +73,7 @@
   end
 
   def parse_raw_value_as_a_number(raw_value)
+return raw_value.to_i if is_integer?(raw_value)
 Kernel.Float(raw_value) if raw_value !~ /\A0[xX]/
   end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-03-02 00:11:58.0 +0100
+++ new/metadata

commit rubygem-bunny for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-bunny for openSUSE:Factory 
checked in at 2017-06-08 14:59:38

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


Package is "rubygem-bunny"

Thu Jun  8 14:59:38 2017 rev:36 rq:497668 version:2.7.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bunny/rubygem-bunny.changes  
2017-04-20 20:58:11.362540911 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bunny.new/rubygem-bunny.changes 
2017-06-08 14:59:39.755310452 +0200
@@ -1,0 +2,6 @@
+Tue May 23 09:43:21 UTC 2017 - co...@suse.com
+
+- updated to version 2.7.0
+ see installed ChangeLog.md
+
+---

Old:

  bunny-2.6.5.gem

New:

  bunny-2.7.0.gem



Other differences:
--
++ rubygem-bunny.spec ++
--- /var/tmp/diff_new_pack.4OHEhi/_old  2017-06-08 14:59:40.727173290 +0200
+++ /var/tmp/diff_new_pack.4OHEhi/_new  2017-06-08 14:59:40.731172726 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-bunny
-Version:2.6.5
+Version:2.7.0
 Release:0
 %define mod_name bunny
 %define mod_full_name %{mod_name}-%{version}

++ bunny-2.6.5.gem -> bunny-2.7.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-04-15 21:38:44.0 +0200
+++ new/.travis.yml 2017-05-11 01:14:09.0 +0200
@@ -4,9 +4,10 @@
 before_script: "./bin/ci/before_build"
 script: "bundle exec rake integration_without_recovery"
 rvm:
-  - "2.4.0"
-  - "2.3.3"
-  - "2.2"
+  - ruby-head
+  - "2.4.1"
+  - "2.3.4"
+  - "2.2.7"
 notifications:
   email: mich...@rabbitmq.com
 services:
@@ -16,4 +17,4 @@
 - master
 - 2.6.x-stable
 env:
-  - CI=true
\ No newline at end of file
+  - CI=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ChangeLog.md new/ChangeLog.md
--- old/ChangeLog.md2017-04-15 21:38:44.0 +0200
+++ new/ChangeLog.md2017-05-11 01:14:09.0 +0200
@@ -1,14 +1,15 @@
-## Changes between Bunny 2.6.4 and 2.6.5 (April 15th, 2017)
+## Changes between Bunny 2.7.0 and 2.8.0 (unreleased)
 
-### Absolute Windows File Paths are No Longer treated as Inline Certs
+No changes yet.
 
-Contributed by Jared Smartt.
 
-GitHub issue: [#492](https://github.com/ruby-amqp/bunny/issues/492).
+## Changes between Bunny 2.6.0 and 2.7.0 (May 11th, 2017)
 
+### amq-protocol Update
 
+Minimum `amq-protocol` version is now 
[`2.2.0`]](https://github.com/ruby-amqp/amq-protocol/blob/master/ChangeLog.md#changes-between-210-and-220-may-11th-2017)
 which includes
+a change in [how timestamps are 
encoded](https://github.com/ruby-amqp/amq-protocol/issues/64).
 
-## Changes between Bunny 2.6.3 and 2.6.4 (March 4th, 2017)
 
 ### `Bunny::ContinuationQueue#poll` Less Prone to Race Conditions
 
@@ -16,6 +17,7 @@
 
 GitHub issue: [#462](https://github.com/ruby-amqp/bunny/issues/462)
 
+
 ### Recovery Attempt Counting Strategy Changed
 
 Previous behehavior is not unreasonable but is not what many users and
@@ -32,6 +34,14 @@
 
 GitHub issue: [#408](https://github.com/ruby-amqp/bunny/issues/408)
 
+
+### Absolute Windows File Paths are No Longer treated as Inline Certs
+
+Contributed by Jared Smartt.
+
+GitHub issue: [#492](https://github.com/ruby-amqp/bunny/issues/492).
+
+
 ### Opening a Channel on an Intentionally Closed Connection Immediately Raises 
an Exception
 
 Contributed by Alessandro Verlato.
@@ -39,15 +49,20 @@
 GitHub issue: [#465](https://github.com/ruby-amqp/bunny/issues/465)
 
 
-## Changes between Bunny 2.6.2 and 2.6.3 (January 19th, 2016)
+### Bunny::ConsumerWorkPool#shutdown Terminates Early When It's Safe to Do So
+
+`Bunny::ConsumerWorkPool#shutdown(true)` waited for consumer shutdown
+even if the pool wasn't active (there were no consumers on its
+channel).
+
+GitHub issue: [#438](https://github.com/ruby-amqp/bunny/issues/438).
+
 
 ### Retry on new Ruby 2.1+ variations of `EAGAIN`, `EWOULDBLOCK`
 
 GitHub issue: [#456](https://github.com/ruby-amqp/bunny/issues/456)
 
 
-## Changes between Bunny 2.6.1 and 2.6.2 (December 17th, 2016)
-
 ### Do Not Modify Host Arrays
 
 Bunny now can work with frozen host arrays.
@@ -56,18 +71,6 @@
 
 
 
-## Changes between Bunny 2.6.0 and 2.6.1 (October 23rd, 2016)
-
-### Bunny::ConsumerWorkPool#shutdown Terminates Early When It's Safe to Do So
-
-`Bunny::ConsumerWorkPool#shutdown(true)` waited for consumer shutdown
-even if the pool wasn't active (there were no consumers on its
-channel).
-
-GitHub issue: [#438](https://github.com/ruby-amqp/bunny/issues/438).
-
-
-
 ## Changes between Bunny 2.5.0 and 2.6.0 

commit rubygem-capistrano for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2017-06-08 14:59:33

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


Package is "rubygem-capistrano"

Thu Jun  8 14:59:33 2017 rev:27 rq:497667 version:3.8.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes
2017-04-11 09:32:22.725439049 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2017-06-08 14:59:37.895572920 +0200
@@ -1,0 +2,6 @@
+Tue May 23 09:44:05 UTC 2017 - co...@suse.com
+
+- updated to version 3.8.1
+ see installed CHANGELOG.md
+
+---

Old:

  capistrano-3.8.0.gem

New:

  capistrano-3.8.1.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.9Hgo5H/_old  2017-06-08 14:59:38.507486559 +0200
+++ /var/tmp/diff_new_pack.9Hgo5H/_new  2017-06-08 14:59:38.507486559 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-capistrano
-Version:3.8.0
+Version:3.8.1
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}

++ capistrano-3.8.0.gem -> capistrano-3.8.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml2017-03-10 18:05:32.0 +0100
+++ new/.rubocop.yml2017-04-21 17:16:10.0 +0200
@@ -3,6 +3,9 @@
   DisplayStyleGuide: true
   TargetRubyVersion: 2.0
 
+Lint/AmbiguousBlockAssociation:
+  Enabled:
+false
 Metrics/BlockLength:
   Exclude:
 - "spec/**/*"
@@ -13,6 +16,11 @@
   Enabled: false
 Style/DoubleNegation:
   Enabled: false
+Style/FileName:
+  Exclude:
+- "Dangerfile"
+Style/IndentHeredoc:
+  Enabled: false
 Style/SpaceAroundEqualsInParameterDefault:
   EnforcedStyle: no_space
 Style/StringLiterals:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-03-10 18:05:32.0 +0100
+++ new/CHANGELOG.md2017-04-21 17:16:10.0 +0200
@@ -10,17 +10,29 @@
 
 ## master
 
-https://github.com/capistrano/capistrano/compare/v3.7.2...HEAD
+https://github.com/capistrano/capistrano/compare/v3.8.1...HEAD
 
 * Your contribution here!
 
+## `3.8.1` (2017-04-21)
+
+https://github.com/capistrano/capistrano/compare/v3.8.0...v3.8.1
+
+### Breaking changes:
+
+* None
+
+### Fixes:
+
+* [#1867](https://github.com/capistrano/capistrano/pull/1867): Allow `cap -T` 
to run without Capfile present - 
[@mattbrictson](https://github.com/mattbrictson)
+
 ## `3.8.0` (2017-03-10)
 
 https://github.com/capistrano/capistrano/compare/v3.7.2...v3.8.0
 
-### Potentially breaking changes:
+### Minor breaking changes:
 
-* [#1846](https://github.com/capistrano/capistrano/pull/1846): add_host will 
add a new host in a case where it used to incorrectly update an existing one 
(potentially breaking) [(@dbenamy)](https://github.com/dbenamy)
+* [#1846](https://github.com/capistrano/capistrano/pull/1846): add_host - When 
this method has already been called once for a given host and it is called a 
second time with a port, a new host will be added. Previously, the first host 
would have been updated. [(@dbenamy)](https://github.com/dbenamy)
 
 ### New features:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2017-03-10 18:05:32.0 +0100
+++ new/Rakefile2017-04-21 17:16:10.0 +0200
@@ -3,7 +3,7 @@
 require "rspec/core/rake_task"
 require "rubocop/rake_task"
 
-task default: [:spec, :rubocop]
+task default: %i(spec rubocop)
 RSpec::Core::RakeTask.new
 
 Cucumber::Rake::Task.new(:features)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/capistrano.gemspec new/capistrano.gemspec
--- old/capistrano.gemspec  2017-03-10 18:05:32.0 +0100
+++ new/capistrano.gemspec  2017-04-21 17:16:10.0 +0200
@@ -1,4 +1,5 @@
 # -*- encoding: utf-8 -*-
+
 lib = File.expand_path("../lib", __FILE__)
 $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
 require "capistrano/version"
@@ -28,5 +29,5 @@
   gem.add_development_dependency "danger"
   gem.add_development_dependency "mocha"
   gem.add_development_dependency "rspec"
-  gem.add_development_dependency "rubocop"
+  gem.add_development_dependency "rubocop", "0.48.1"
 end
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit rubygem-actionmailer-5_0 for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-actionmailer-5_0 for 
openSUSE:Factory checked in at 2017-06-08 14:59:19

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


Package is "rubygem-actionmailer-5_0"

Thu Jun  8 14:59:19 2017 rev:5 rq:497662 version:5.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-actionmailer-5_0/rubygem-actionmailer-5_0.changes
2017-03-21 22:49:53.547870264 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionmailer-5_0.new/rubygem-actionmailer-5_0.changes
   2017-06-08 14:59:22.253780479 +0200
@@ -1,0 +2,6 @@
+Tue May 23 09:34:44 UTC 2017 - co...@suse.com
+
+- updated to version 5.0.3
+ see installed CHANGELOG.md
+
+---

Old:

  actionmailer-5.0.2.gem

New:

  actionmailer-5.0.3.gem



Other differences:
--
++ rubygem-actionmailer-5_0.spec ++
--- /var/tmp/diff_new_pack.n1Z9VR/_old  2017-06-08 14:59:23.433613967 +0200
+++ /var/tmp/diff_new_pack.n1Z9VR/_new  2017-06-08 14:59:23.437613402 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-actionmailer-5_0
-Version:5.0.2
+Version:5.0.3
 Release:0
 %define mod_name actionmailer
 %define mod_full_name %{mod_name}-%{version}

++ actionmailer-5.0.2.gem -> actionmailer-5.0.3.gem ++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_mailer/gem_version.rb 
new/lib/action_mailer/gem_version.rb
--- old/lib/action_mailer/gem_version.rb2017-03-02 00:12:07.0 
+0100
+++ new/lib/action_mailer/gem_version.rb2017-05-12 22:04:12.0 
+0200
@@ -7,7 +7,7 @@
   module VERSION
 MAJOR = 5
 MINOR = 0
-TINY  = 2
+TINY  = 3
 PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_mailer.rb new/lib/action_mailer.rb
--- old/lib/action_mailer.rb2017-03-02 00:12:06.0 +0100
+++ new/lib/action_mailer.rb2017-05-12 22:04:12.0 +0200
@@ -25,6 +25,7 @@
 require 'action_mailer/version'
 
 # Common Active Support usage in Action Mailer
+require 'active_support'
 require 'active_support/rails'
 require 'active_support/core_ext/class'
 require 'active_support/core_ext/module/attr_internal'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-03-02 00:12:06.0 +0100
+++ new/metadata2017-05-12 22:04:12.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: actionmailer
 version: !ruby/object:Gem::Version
-  version: 5.0.2
+  version: 5.0.3
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-03-01 00:00:00.0 Z
+date: 2017-05-12 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: actionpack
@@ -16,42 +16,42 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
 - !ruby/object:Gem::Dependency
   name: actionview
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
 - !ruby/object:Gem::Dependency
   name: activejob
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
 - !ruby/object:Gem::Dependency
   name: mail
   requirement: !ruby/object:Gem::Requirement
@@ -142,3 +142,4 @@
 specification_version: 4
 summary: Email composition, delivery, and receiving framework (part of Rails).
 test_files: []
+has_rdoc: 




commit rubygem-actionview-5_0 for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-actionview-5_0 for 
openSUSE:Factory checked in at 2017-06-08 14:59:25

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


Package is "rubygem-actionview-5_0"

Thu Jun  8 14:59:25 2017 rev:5 rq:497664 version:5.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-actionview-5_0/rubygem-actionview-5_0.changes
2017-03-21 22:49:45.421019177 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionview-5_0.new/rubygem-actionview-5_0.changes
   2017-06-08 14:59:26.573170874 +0200
@@ -1,0 +2,6 @@
+Tue May 23 09:35:18 UTC 2017 - co...@suse.com
+
+- updated to version 5.0.3
+ see installed CHANGELOG.md
+
+---

Old:

  actionview-5.0.2.gem

New:

  actionview-5.0.3.gem



Other differences:
--
++ rubygem-actionview-5_0.spec ++
--- /var/tmp/diff_new_pack.tr3VLX/_old  2017-06-08 14:59:27.205081691 +0200
+++ /var/tmp/diff_new_pack.tr3VLX/_new  2017-06-08 14:59:27.209081127 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-actionview-5_0
-Version:5.0.2
+Version:5.0.3
 Release:0
 %define mod_name actionview
 %define mod_full_name %{mod_name}-%{version}

++ actionview-5.0.2.gem -> actionview-5.0.3.gem ++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_view/gem_version.rb 
new/lib/action_view/gem_version.rb
--- old/lib/action_view/gem_version.rb  2017-03-02 00:12:01.0 +0100
+++ new/lib/action_view/gem_version.rb  2017-05-12 22:03:46.0 +0200
@@ -7,7 +7,7 @@
   module VERSION
 MAJOR = 5
 MINOR = 0
-TINY  = 2
+TINY  = 3
 PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-03-02 00:12:01.0 +0100
+++ new/metadata2017-05-12 22:03:46.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: actionview
 version: !ruby/object:Gem::Version
-  version: 5.0.2
+  version: 5.0.3
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-03-01 00:00:00.0 Z
+date: 2017-05-12 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
 - !ruby/object:Gem::Dependency
   name: builder
   requirement: !ruby/object:Gem::Requirement
@@ -92,28 +92,28 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
   type: :development
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
 - !ruby/object:Gem::Dependency
   name: activemodel
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
   type: :development
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
 description: Simple, battle-tested conventions and helpers for building web 
pages.
 email: da...@loudthinking.com
 executables: []
@@ -249,3 +249,4 @@
 specification_version: 4
 summary: Rendering framework putting the V in MVC (part of Rails).
 test_files: []
+has_rdoc: 




commit rubygem-actionpack-5_0 for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-actionpack-5_0 for 
openSUSE:Factory checked in at 2017-06-08 14:59:23

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


Package is "rubygem-actionpack-5_0"

Thu Jun  8 14:59:23 2017 rev:5 rq:497663 version:5.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-actionpack-5_0/rubygem-actionpack-5_0.changes
2017-03-21 22:49:51.136211205 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionpack-5_0.new/rubygem-actionpack-5_0.changes
   2017-06-08 14:59:23.817559779 +0200
@@ -1,0 +2,96 @@
+Tue May 23 09:35:00 UTC 2017 - co...@suse.com
+
+- updated to version 5.0.3
+ see installed CHANGELOG.md
+
+  *   Raise exception when calling `to_h` in an unfiltered Parameters.
+  
+  This method will raise on unfiltered Parameters if
+  `config.action_controller.raise_on_unfiltered_parameters` is true.
+  
+  Before we returned either an empty hash or only the always permitted 
parameters
+  (`:controller` and `:action` by default).
+  
+  The previous behavior was dangerous because in order to get the 
attributes users
+  usually fallback to use `to_unsafe_h` that could potentially introduce 
security issues.
+  
+  *Rafael Mendonça França*
+  
+  *   Add `ActionController::Parameters#to_hash` to implicit conversion.
+  
+  Now methods that implicit convert objects to a hash will be able to work 
without
+  requiring the users to change their implementation.
+  
+  This method will return a `Hash` instead of a 
`ActiveSupport::HashWithIndefirentAccess`
+  to mimic the same implementation of 
`ActiveSupport::HashWithIndefirentAccess#to_hash`.
+  
+  This method will raise on unfiltered Parameters if
+  `config.action_controller.raise_on_unfiltered_parameters` is true.
+  
+  *Rafael Mendonça França*
+  
+  *   Undeprecate `ActionController::Parameters#to_query` and `#to_param`.
+  
+  Previously it was raising a deprecation because it may be unsafe to use 
those methods
+  in an unfiltered parameter. Now we delegate to `#to_h` that already 
raise an error when
+  the Parameters instance is not permitted.
+  
+  This also fix a bug when using `#to_query` in a hash that contains a
+  `ActionController::Parameters` instance and was returning the name of 
the class in the
+  string.
+  
+  *Rafael Mendonça França*
+  
+  *   Use more specific check for :format in route path
+  
+  The current check for whether to add an optional format to the path is 
very lax
+  and will match things like `:format_id` where there are nested 
resources, e.g:
+  
+  ``` ruby
+  resources :formats do
+resources :items
+  end
+  ```
+  
+  Fix this by using a more restrictive regex pattern that looks for the 
patterns
+  `(.:format)`, `.:format` or `/` at the end of the path. Note that we 
need to
+  allow for multiple closing parenthesis since the route may be of this 
form:
+  
+  ``` ruby
+  get "/books(/:action(.:format))", controller: "books"
+  ```
+  
+  This probably isn't what's intended since it means that the default 
index action
+  route doesn't support a format but we have a test for it so we need to 
allow it.
+  
+  Fixes #28517.
+  
+  *Andrew White*
+  
+  *   Don't include default headers in `ActionController::Metal` responses
+  
+  The commit e16afe6 introduced an unintentional change of behavior where 
the default
+  headers were included in responses from `ActionController::Metai` based 
controllers.
+  This is now reverted to the previous behavior of having no default 
headers.
+  
+  Fixes #25820.
+  
+  *Jon Moss*
+  
+  *   Fix malformed URLS when using `ApplicationController.renderer`
+  
+  The Rack environment variable `rack.url_scheme` was not being set so 
`scheme` was
+  returning `nil`. This caused URLs to be malformed with the default 
settings.
+  Fix this by setting `rack.url_scheme` when the environment is normalized.
+  
+  Fixes #28151.
+  
+  *George Vrettos*
+  
+  *   Commit flash changes when using a redirect route.
+  
+  Fixes #27992.
+  
+  *Andrew White*
+
+---

Old:

  actionpack-5.0.2.gem

New:

  actionpack-5.0.3.gem



Other differences:
--
++ rubygem-actionpack-5_0.spec ++
--- /var/tmp/diff_new_pack.1Q0JqT/_old  2017-06-08 14:59:25.029388752 +0200
+++ /var/tmp/diff_new_pack.1Q0JqT/_new  2017-06-08 14:59:25.029388752 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-actionpack-5_0
-Version:5.0.2

commit rubygem-actioncable-5_0 for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-actioncable-5_0 for 
openSUSE:Factory checked in at 2017-06-08 14:59:10

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


Package is "rubygem-actioncable-5_0"

Thu Jun  8 14:59:10 2017 rev:5 rq:497661 version:5.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-actioncable-5_0/rubygem-actioncable-5_0.changes
  2017-03-21 22:50:02.270637106 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actioncable-5_0.new/rubygem-actioncable-5_0.changes
 2017-06-08 14:59:18.334333640 +0200
@@ -1,0 +2,6 @@
+Tue May 23 09:34:28 UTC 2017 - co...@suse.com
+
+- updated to version 5.0.3
+ see installed CHANGELOG.md
+
+---

Old:

  actioncable-5.0.2.gem

New:

  actioncable-5.0.3.gem



Other differences:
--
++ rubygem-actioncable-5_0.spec ++
--- /var/tmp/diff_new_pack.l6sXdk/_old  2017-06-08 14:59:19.942106731 +0200
+++ /var/tmp/diff_new_pack.l6sXdk/_new  2017-06-08 14:59:19.942106731 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-actioncable-5_0
-Version:5.0.2
+Version:5.0.3
 Release:0
 %define mod_name actioncable
 %define mod_full_name %{mod_name}-%{version}

++ actioncable-5.0.2.gem -> actioncable-5.0.3.gem ++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_cable/connection/authorization.rb 
new/lib/action_cable/connection/authorization.rb
--- old/lib/action_cable/connection/authorization.rb2017-03-02 
00:12:10.0 +0100
+++ new/lib/action_cable/connection/authorization.rb2017-05-12 
22:04:22.0 +0200
@@ -3,11 +3,11 @@
 module Authorization
   class UnauthorizedError < StandardError; end
 
-  private
-def reject_unauthorized_connection
-  logger.error "An unauthorized connection attempt was rejected"
-  raise UnauthorizedError
-end
+  # Closes the \WebSocket connection if it is open and returns a 404 "File 
not Found" response.
+  def reject_unauthorized_connection
+logger.error "An unauthorized connection attempt was rejected"
+raise UnauthorizedError
+  end
 end
   end
 end
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_cable/gem_version.rb 
new/lib/action_cable/gem_version.rb
--- old/lib/action_cable/gem_version.rb 2017-03-02 00:12:10.0 +0100
+++ new/lib/action_cable/gem_version.rb 2017-05-12 22:04:22.0 +0200
@@ -7,7 +7,7 @@
   module VERSION
 MAJOR = 5
 MINOR = 0
-TINY  = 2
+TINY  = 3
 PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-03-02 00:12:10.0 +0100
+++ new/metadata2017-05-12 22:04:22.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: actioncable
 version: !ruby/object:Gem::Version
-  version: 5.0.2
+  version: 5.0.3
 platform: ruby
 authors:
 - Pratik Naik
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-03-01 00:00:00.0 Z
+date: 2017-05-12 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: actionpack
@@ -17,14 +17,14 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.2
+version: 5.0.3
 - !ruby/object:Gem::Dependency
   name: nio4r
   requirement: !ruby/object:Gem::Requirement
@@ -161,3 +161,4 @@
 specification_version: 4
 summary: WebSocket framework for Rails.
 test_files: []
+has_rdoc: 




commit rubygem-web-console for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-web-console for 
openSUSE:Factory checked in at 2017-06-08 14:59:05

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


Package is "rubygem-web-console"

Thu Jun  8 14:59:05 2017 rev:13 rq:497439 version:3.5.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes  
2017-04-17 10:27:18.581730456 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-web-console.new/rubygem-web-console.changes 
2017-06-08 14:59:05.832098110 +0200
@@ -1,0 +2,10 @@
+Tue May 23 09:17:57 UTC 2017 - co...@suse.com
+
+- updated to version 3.5.1
+ see installed CHANGELOG.markdown
+
+  ## 3.5.1
+  
+  * [239](https://github.com/rails/web-console/pull/239) Fix the 
ActionDispatch::DebugExceptions integration ([@gsamokovarov])
+
+---

Old:

  web-console-3.5.0.gem

New:

  web-console-3.5.1.gem



Other differences:
--
++ rubygem-web-console.spec ++
--- /var/tmp/diff_new_pack.60yWjq/_old  2017-06-08 14:59:06.488005540 +0200
+++ /var/tmp/diff_new_pack.60yWjq/_new  2017-06-08 14:59:06.492004976 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-web-console
-Version:3.5.0
+Version:3.5.1
 Release:0
 %define mod_name web-console
 %define mod_full_name %{mod_name}-%{version}

++ web-console-3.5.0.gem -> web-console-3.5.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.markdown new/CHANGELOG.markdown
--- old/CHANGELOG.markdown  2017-03-29 12:01:11.0 +0200
+++ new/CHANGELOG.markdown  2017-05-12 12:27:36.0 +0200
@@ -2,6 +2,10 @@
 
 ## master (unreleased)
 
+## 3.5.1
+
+* [239](https://github.com/rails/web-console/pull/239) Fix the 
ActionDispatch::DebugExceptions integration ([@gsamokovarov])
+
 ## 3.5.0
 
 * [237](https://github.com/rails/web-console/pull/237) Bindex integration for 
JRuby 9k support ([@gsamokovarov])
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/web_console/extensions.rb 
new/lib/web_console/extensions.rb
--- old/lib/web_console/extensions.rb   2017-03-29 12:01:11.0 +0200
+++ new/lib/web_console/extensions.rb   2017-05-12 12:27:36.0 +0200
@@ -20,12 +20,12 @@
   end
 end
 
-module WebConsole
-  module DebugExceptionsExt
-def render_exception(request, exception)
-  super(request, exception).tap do
+module ActionDispatch
+  class DebugExceptions
+def render_exception_with_web_console(request, exception)
+  render_exception_without_web_console(request, exception).tap do
 backtrace_cleaner = 
request.get_header('action_dispatch.backtrace_cleaner')
-error = ActionDispatch::ExceptionWrapper.new(backtrace_cleaner, 
exception).exception
+error = ExceptionWrapper.new(backtrace_cleaner, exception).exception
 
 # Get the original exception if ExceptionWrapper decides to follow it.
 Thread.current[:__web_console_exception] = error
@@ -38,7 +38,8 @@
 end
   end
 end
+
+alias_method :render_exception_without_web_console, :render_exception
+alias_method :render_exception, :render_exception_with_web_console
   end
 end
-
-ActionDispatch::DebugExceptions.prepend(WebConsole::DebugExceptionsExt)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/web_console/version.rb 
new/lib/web_console/version.rb
--- old/lib/web_console/version.rb  2017-03-29 12:01:12.0 +0200
+++ new/lib/web_console/version.rb  2017-05-12 12:27:37.0 +0200
@@ -1,3 +1,3 @@
 module WebConsole
-  VERSION = '3.5.0'
+  VERSION = '3.5.1'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-03-29 12:01:11.0 +0200
+++ new/metadata2017-05-12 12:27:36.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: web-console
 version: !ruby/object:Gem::Version
-  version: 3.5.0
+  version: 3.5.1
 platform: ruby
 authors:
 - Charlie Somerville
@@ -11,7 +11,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-03-29 00:00:00.0 Z
+date: 2017-05-12 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: railties




commit bandwidth for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package bandwidth for openSUSE:Factory 
checked in at 2017-06-08 14:58:00

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


Package is "bandwidth"

Thu Jun  8 14:58:00 2017 rev:1 rq:494725 version:1.4

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.bandwidth.new/bandwidth.changes 2017-06-08 
14:58:06.660449175 +0200
@@ -0,0 +1,31 @@
+---
+Thu May 11 19:38:44 UTC 2017 - mplus...@suse.com
+
+- Enable arm as well
+
+---
+Thu May 11 18:27:45 UTC 2017 - mar...@gmx.de
+
+- update to version 1.4
+- fix source url
+
+---
+Sat Jul 30 17:39:40 UTC 2016 - mar...@gmx.de
+
+- update to version 1.3.1
+  * Added CSV output. Updated ARM code for Raspberry π 3.
+- update to version 1.2
+  * Added ARM code back in.
+- remove broken source URL
+- add patch: bandwidth-fix-cflags.diff for proper cflags handling
+
+---
+Mon Sep 21 13:40:02 UTC 2015 - mar...@gmx.de
+
+- set ExclusiveArch:  %ix86 x86_64
+
+---
+Thu Feb  5 20:42:26 UTC 2015 - mar...@gmx.de
+
+- update to version 1.1b
+

New:

  bandwidth-1.4.zip
  bandwidth-fix-cflags.diff
  bandwidth.changes
  bandwidth.spec



Other differences:
--
++ bandwidth.spec ++
#
# spec file for package bandwidth
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


Name:   bandwidth
Version:1.4
Release:0
Summary:Memory and network benchmark program
License:GPL-2.0
Group:  System/Benchmark
Url:http://zsmith.co/bandwidth.html
Source: http://zsmith.co/archives/%{name}-%{version}.zip
Patch0: bandwidth-fix-cflags.diff
BuildRequires:  nasm
BuildRequires:  unzip
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
ExclusiveArch:  %{ix86} x86_64

%description
bandwidth is an artificial benchmark primarily for measuring memory bandwidth
on x86 and x86_64 based computers, useful for identifying weaknesses in a
computer's memory subsystem, in the bus architecture, in the cache architecture
and in the processor itself.

%prep
%setup -q
%patch0 -p1
# FIXME:
chmod 644 README.txt COPYING.txt

%build
# currently fails with No rule to make target 'routines-arm-32bit.asm', needed 
by 'bandwidth-arm32'
%ifarch %arm
make %{?_smp_mflags} bandwidth-arm32
%endif

export CFLAGS="%{optflags}"
%ifarch %{ix86}
make %{?_smp_mflags} bandwidth32
mv bandwidth32 %{name}
%endif

%ifarch x86_64
make %{?_smp_mflags} bandwidth64
mv bandwidth64 %{name}
%endif

%install
install -Dsm 755 %{name} %{buildroot}/%{_bindir}/%{name}

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%doc README.txt COPYING.txt

%changelog
++ bandwidth-fix-cflags.diff ++
diff --git a/Makefile b/Makefile
index a611d75..a115b46 100644
--- a/Makefile
+++ b/Makefile
@@ -19,9 +19,8 @@
 # The author may be reached at veri...@comcast.net.
 #
 
-CFLAGS= -O6 
-CFLAGS= -g
-CC=gcc -Wall
+CFLAGS+= -g -Wall
+CC=gcc
 LD=gcc 
 SRC=main.c 
 OBJ=main.o



commit armadillo for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2017-06-08 14:58:12

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


Package is "armadillo"

Thu Jun  8 14:58:12 2017 rev:107 rq:495092 version:7.900.1

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2017-03-01 
23:43:29.862455491 +0100
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2017-06-08 
14:58:27.901451365 +0200
@@ -1,0 +2,13 @@
+Mon May 15 14:07:43 UTC 2017 - badshah...@gmail.com
+
+- Update to version 7.900.1:
+  + Expanded clamp() to handle cubes.
+  + Computationally expensive element-wise functions (such as
+exp(), log(), cos(), etc) can now be automatically sped up via
+OpenMP; this requires a C++11/C++14 compiler with OpenMP 3.0+
+support.
+- Rebase armadillo-tests.patch for updated version.
+- Drop tests because upstream acknowledges some tests are intended
+  to fail without ARPACK.
+
+---

Old:

  armadillo-7.800.0.tar.xz

New:

  armadillo-7.900.1.tar.xz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.re2KPO/_old  2017-06-08 14:58:29.497226149 +0200
+++ /var/tmp/diff_new_pack.re2KPO/_new  2017-06-08 14:58:29.501225585 +0200
@@ -18,7 +18,7 @@
 
 %define soname libarmadillo7
 Name:   armadillo
-Version:7.800.0
+Version:7.900.1
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:Apache-2.0
@@ -140,7 +140,7 @@
 %build
 cmake . \
 -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix}\
--DINSTALL_LIB_DIR:PATH=%{_libdir}
+-DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir}
 make %{?_smp_mflags}
 
 %install
@@ -150,11 +150,12 @@
 rm -rf examples/example2_win64.*
 rm -rf examples/lib_win64
 
-%check
-pushd tests
-make %{?_smp_mflags}
-./main
-popd
+# Drop tests because upstream acknowledges some tests are intended to fail 
without ARPACK
+#%%check
+#pushd tests
+#make %%{?_smp_mflags}
+#./main
+#popd
 
 %post -n %{soname} -p /sbin/ldconfig
 

++ armadillo-7.800.0.tar.xz -> armadillo-7.900.1.tar.xz ++
 19632 lines of diff (skipped)

++ armadillo-tests.patch ++
--- /var/tmp/diff_new_pack.re2KPO/_old  2017-06-08 14:58:30.681059071 +0200
+++ /var/tmp/diff_new_pack.re2KPO/_new  2017-06-08 14:58:30.681059071 +0200
@@ -1,7 +1,7 @@
-Index: armadillo-7.500.0/tests/Makefile.in
+Index: armadillo-7.900.1/tests/Makefile.in
 ===
 --- /dev/null
-+++ armadillo-7.500.0/tests/Makefile.in
 armadillo-7.900.1/tests/Makefile.in
 @@ -0,0 +1,38 @@
 +
 +LIB_FLAGS = -L@PROJECT_SOURCE_DIR@ -larmadillo
@@ -19,8 +19,8 @@
 +  LIB_FLAGS += -larpack
 +endif
 +
-+#LIB_FLAGS = -lblas -llapack 
-+#LIB_FLAGS = -lopenblas -llapack 
++#LIB_FLAGS = -lblas -llapack
++#LIB_FLAGS = -lopenblas -llapack
 +
 +CXX_FLAGS = -I@PROJECT_SOURCE_DIR@/include -std=c++11 -Wshadow -Wall 
-pedantic -O0
 +#CXX_FLAGS = -std=c++11 -Wshadow -Wall -pedantic -O0 -DARMA_DONT_USE_WRAPPER
@@ -41,11 +41,11 @@
 +
 +clean:
 +  rm -f main *.o
-Index: armadillo-7.500.0/CMakeLists.txt
+Index: armadillo-7.900.1/CMakeLists.txt
 ===
 armadillo-7.500.0.orig/CMakeLists.txt
-+++ armadillo-7.500.0/CMakeLists.txt
-@@ -453,6 +453,10 @@ set(ARMADILLO_LIB_DIR  "${PROJECT_BI
+--- armadillo-7.900.1.orig/CMakeLists.txt
 armadillo-7.900.1/CMakeLists.txt
+@@ -437,6 +437,10 @@ set(ARMADILLO_LIB_DIR  "${PROJECT_BI
  set(ARMADILLO_CMAKE_DIR"${PROJECT_BINARY_DIR}")
  
  
@@ -56,17 +56,18 @@
  message(STATUS "Generating '${PROJECT_BINARY_DIR}/ArmadilloConfig.cmake'")
  # copy/change config and configVersion file (modify only the @xyz@ variables)
  
configure_file(${PROJECT_SOURCE_DIR}/cmake_aux/InstallFiles/ArmadilloConfig.cmake.in
-Index: armadillo-7.500.0/tests/Makefile
+Index: armadillo-7.900.1/tests/Makefile
 ===
 armadillo-7.500.0.orig/tests/Makefile
-+++ /dev/null
-@@ -1,24 +0,0 @@
+--- armadillo-7.900.1.orig/tests/Makefile
 armadillo-7.900.1/tests/Makefile
+@@ -1,25 +0,0 @@
 -
 -LIB_FLAGS = -larmadillo
 -#LIB_FLAGS = -lblas -llapack 
 -#LIB_FLAGS = -lopenblas -llapack 
 -
 -CXX_FLAGS = -std=c++11 -Wshadow -Wall -pedantic -O0
+-#CXX_FLAGS = -std=c++11 -Wshadow -Wall -pedantic -O0 -fopenmp
 -#CXX_FLAGS = -std=c++11 -Wshadow -Wall -pedantic -O0 -DARMA_DONT_USE_WRAPPER
 -#CXX_FLAGS = -std=c++11 -Wshadow -Wall -pedantic -O2
 -




commit texlive for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package texlive for openSUSE:Factory checked 
in at 2017-06-08 14:57:24

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


Package is "texlive"

Thu Jun  8 14:57:24 2017 rev:35 rq:500750 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/texlive/texlive.changes  2017-05-10 
20:33:37.469861504 +0200
+++ /work/SRC/openSUSE:Factory/.texlive.new/texlive.changes 2017-06-08 
14:57:30.453559182 +0200
@@ -1,0 +2,11 @@
+Fri May 26 15:22:17 UTC 2017 - wer...@suse.de
+
+- Switch over from 20160523 source tree to 20160523b
+  as it includes someminor bug fixes
+
+---
+Fri May 26 11:07:07 UTC 2017 - wer...@suse.de
+
+- Use lua compatible configuration for TEXMFCNF in texmf.cnf
+
+---



Other differences:
--
++ texlive.spec ++
--- /var/tmp/diff_new_pack.4Mcirz/_old  2017-06-08 14:57:32.793228975 +0200
+++ /var/tmp/diff_new_pack.4Mcirz/_new  2017-06-08 14:57:32.797228411 +0200
@@ -19,7 +19,7 @@
 %define texlive_version  2016
 %define texlive_previous 2015
 %define texlive_release  20160523
-%define texlive_noarch   117
+%define texlive_noarch   122
 %define texlive_source   texlive-20160523-source
 
 %define __perl_requires%{nil}
@@ -3945,6 +3945,9 @@
 #%config(noreplace) %verify(not md5 size mtime) 
%{_texmfconfdir}/web2c/texmf.cnf
 #%verify(link) %{_texmfmaindir}/web2c/fmtutil.cnf
 #%verify(link) %{_texmfmaindir}/web2c/texmf.cnf
+# is part of texlive-luatex
+#%config(noreplace) %verify(not md5 size mtime) 
%{_texmfconfdir}/web2c/texmfcnf.lua
+#%verify(link) %{_texmfmaindir}/web2c/texmfcnf.lua
 %{_mandir}/man8/public.*
 %verify(link) /var/adm/update-scripts/%{name}-%{version}-%{release}-zypper
 

++ source.dif ++
--- /var/tmp/diff_new_pack.4Mcirz/_old  2017-06-08 14:57:32.937208655 +0200
+++ /var/tmp/diff_new_pack.4Mcirz/_new  2017-06-08 14:57:32.941208090 +0200
@@ -392,7 +392,7 @@
  
  % Where to look for ls-R files.  There need not be an ls-R in the
  % directories in this path, but if there is one, Kpathsea will use it.
-@@ -102,13 +102,13 @@ TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHO
+@@ -102,24 +102,23 @@ TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHO
  % does not create ls-R files in the non-!! elements -- because if an
  % ls-R is present, it will be used, and the disk will not be searched.
  % This is arguably a bug in kpathsea.
@@ -408,7 +408,11 @@
  
  % First writable tree here is used by Lua(La)TeX for the font cache.
  % LuaLaTeX uses the value here, while ConTeXt uses the same variable but
-@@ -119,7 +119,6 @@ TEXMFCACHE = $TEXMFSYSVAR;$TEXMFVAR
+ % from texmfcnf.lua; therefore the two values should be kept in sync.
+ % (As should everything else in texmf.cnf <-> texmfcnf.lua.)
+-TEXMFCACHE = $TEXMFSYSVAR;$TEXMFVAR
++TEXMFCACHE = $TEXMFSYSVAR;$TEXMFVAR;$HOMECACHE
+ 
  % Where generated fonts may be written.  This tree is used when the sources
  % were found in a system tree and either that tree wasn't writable, or the
  % varfonts feature was enabled in MT_FEATURES in mktex.cnf.
@@ -572,11 +576,10 @@
  OTPINPUTS = .;$TEXMF/omega/otp//
  OCPINPUTS = .;$TEXMF/omega/ocp//
  
-@@ -489,33 +489,34 @@ RUBYINPUTS   = .;$TEXMF/scripts/{$progna
- % since we don't want to scatter ../'s throughout the value.  Hence we
+@@ -490,32 +490,38 @@ RUBYINPUTS   = .;$TEXMF/scripts/{$progna
  % explicitly list every directory.  Arguably more understandable anyway.
  %
--TEXMFCNF = {\
+ TEXMFCNF = {\
 -$SELFAUTOLOC,\
 -$SELFAUTOLOC/share/texmf-local/web2c,\
 -$SELFAUTOLOC/share/texmf-dist/web2c,\
@@ -602,8 +605,11 @@
 -$SELFAUTOPARENT/texmf-local/web2c,\
 -$SELFAUTOPARENT/texmf-dist/web2c,\
 -$SELFAUTOPARENT/texmf/web2c\
--}
-+TEXMFCNF = /etc/texmf;/etc/texmf/web2c;/var/lib/texmf/web2c;$TEXMF/web2c
++/etc/texmf,\
++/etc/texmf/web2c,\
++/var/lib/texmf/web2c,\
++/usr/share/texmf/web2c\
+ }
 +%TEXMFCNF = {\
 +%$SELFAUTOLOC,\
 +%$SELFAUTOLOC/share/texmf-local/web2c,\
@@ -634,7 +640,7 @@
  %
  % For reference, here is the old brace-using definition:
  %TEXMFCNF = 
{$SELFAUTOLOC,$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,}/web2c}
-@@ -568,7 +569,6 @@ extractbb,\
+@@ -568,7 +574,6 @@ extractbb,\
  gregorio,\
  kpsewhich,\
  makeindex,\
@@ -642,7 +648,7 @@
  repstopdf,\
  
  % we'd like to allow:
-@@ -791,3 +791,33 @@ max_cols.gftype = 8191
+@@ -791,3 +796,33 @@ max_cols.gftype = 8191
  % Guess input encoding (SJIS vs. Unicode, etc.) in pTeX and friends?
  % Default is 0, to not guess.
  guess_input_kanji_encoding = 1

++ texlive-20160523-source.tar.xz ++

  1   2   >