openSUSE Commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
May 2019
- 1 participants
- 2232 discussions
Hello community,
here is the log from the commit of package python-subprocess32 for openSUSE:Factory checked in at 2019-05-28 09:41:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-subprocess32 (Old)
and /work/SRC/openSUSE:Factory/.python-subprocess32.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-subprocess32"
Tue May 28 09:41:43 2019 rev:5 rq:705298 version:3.5.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-subprocess32/python-subprocess32.changes 2019-01-15 09:13:04.766419040 +0100
+++ /work/SRC/openSUSE:Factory/.python-subprocess32.new.5148/python-subprocess32.changes 2019-05-28 09:41:44.949875770 +0200
@@ -1,0 +2,9 @@
+Fri May 24 19:34:16 UTC 2019 - Tomáš Chvátal <tchvatal(a)suse.com>
+
+- Update to 3.5.4:
+ * TimeoutExpired and CalledProcessError exceptions can now
+ be unpickled.
+ * Backport the fixes for https://bugs.python.org/issue10963,
+ https://bugs.python.org/issue19612, and https://bugs.python.org/issue30418.
+
+-------------------------------------------------------------------
Old:
----
subprocess32-3.5.3.tar.gz
New:
----
subprocess32-3.5.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-subprocess32.spec ++++++
--- /var/tmp/diff_new_pack.of5qVJ/_old 2019-05-28 09:41:45.817875469 +0200
+++ /var/tmp/diff_new_pack.of5qVJ/_new 2019-05-28 09:41:45.817875469 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-subprocess32
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
# 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -20,7 +20,7 @@
# Note: this package is python 2.x-only.
%define skip_python3 1
Name: python-subprocess32
-Version: 3.5.3
+Version: 3.5.4
Release: 0
Summary: A backport of the subprocess module from Python 3.2/3.3 for use on 2.x
License: Python-2.0
@@ -29,10 +29,10 @@
Source: https://files.pythonhosted.org/packages/source/s/subprocess32/subprocess32-…
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
+BuildRequires: python-rpm-macros
%if 0%{?rhel} || 0%{?fedora}
BuildRequires: python-test
%endif
-BuildRequires: python-rpm-macros
%python_subpackages
%description
++++++ subprocess32-3.5.3.tar.gz -> subprocess32-3.5.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/subprocess32-3.5.3/ChangeLog new/subprocess32-3.5.4/ChangeLog
--- old/subprocess32-3.5.3/ChangeLog 2018-10-10 00:12:07.000000000 +0200
+++ new/subprocess32-3.5.4/ChangeLog 2019-05-21 00:08:37.000000000 +0200
@@ -1,7 +1,28 @@
-----------------
+2019-05-20 3.5.4
+-----------------
+ * Promoted 3.5.4rc2 to become 3.5.4.
+
+-----------------
+2019-05-13 3.5.4rc2
+-----------------
+ * GitHub [#57]: TimeoutExpired and CalledProcessError exceptions can now
+ be unpickled.
+
+-----------------
+2019-05-10 3.5.4rc1
+-----------------
+* GitHub [#61]: Backport the fixes for https://bugs.python.org/issue10963,
+ https://bugs.python.org/issue19612, and https://bugs.python.org/issue30418.
+ When a child process was so short lived it dies or closes its pipes before
+ you call communicate(). When supplying stdin or reading its output in
+ this scenario, do not raise an unexpected broken pipe or interrupted
+ system call exception.
+
+-----------------
2018-10-09 3.5.3
-----------------
-* Disallow rediculiously large numbers (millions) of arguments. [#54]
+* Disallow ridiculously large numbers (millions) of arguments. [#54]
-----------------
2018-06-07 3.5.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/subprocess32-3.5.3/PKG-INFO new/subprocess32-3.5.4/PKG-INFO
--- old/subprocess32-3.5.3/PKG-INFO 2018-10-10 00:13:43.000000000 +0200
+++ new/subprocess32-3.5.4/PKG-INFO 2019-05-21 00:10:13.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: subprocess32
-Version: 3.5.3
+Version: 3.5.4
Summary: A backport of the subprocess module from Python 3 for use on 2.x.
Home-page: https://github.com/google/python-subprocess32
Maintainer: Gregory P. Smith
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/subprocess32-3.5.3/setup.py new/subprocess32-3.5.4/setup.py
--- old/subprocess32-3.5.3/setup.py 2018-10-10 00:12:07.000000000 +0200
+++ new/subprocess32-3.5.4/setup.py 2019-05-21 00:08:37.000000000 +0200
@@ -66,7 +66,7 @@
setup(
name='subprocess32',
- version='3.5.3',
+ version='3.5.4',
description='A backport of the subprocess module from Python 3 for use on 2.x.',
long_description="""\
This is a backport of the subprocess standard library module from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/subprocess32-3.5.3/subprocess32.egg-info/PKG-INFO new/subprocess32-3.5.4/subprocess32.egg-info/PKG-INFO
--- old/subprocess32-3.5.3/subprocess32.egg-info/PKG-INFO 2018-10-10 00:13:43.000000000 +0200
+++ new/subprocess32-3.5.4/subprocess32.egg-info/PKG-INFO 2019-05-21 00:10:13.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: subprocess32
-Version: 3.5.3
+Version: 3.5.4
Summary: A backport of the subprocess module from Python 3 for use on 2.x.
Home-page: https://github.com/google/python-subprocess32
Maintainer: Gregory P. Smith
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/subprocess32-3.5.3/subprocess32.py new/subprocess32-3.5.4/subprocess32.py
--- old/subprocess32-3.5.3/subprocess32.py 2018-10-10 00:12:07.000000000 +0200
+++ new/subprocess32-3.5.4/subprocess32.py 2019-05-21 00:08:37.000000000 +0200
@@ -41,6 +41,7 @@
mswindows = (sys.platform == "win32")
import os
+import errno
import exceptions
import types
import time
@@ -64,6 +65,8 @@
self.cmd = cmd
self.output = output
self.stderr = stderr
+ super(CalledProcessError, self).__init__(returncode, cmd,
+ output, stderr)
def __str__(self):
if self.returncode and self.returncode < 0:
@@ -99,6 +102,7 @@
self.timeout = timeout
self.output = output
self.stderr = stderr
+ super(TimeoutExpired, self).__init__(cmd, timeout, output, stderr)
def __str__(self):
return ("Command '%s' timed out after %s seconds" %
@@ -132,7 +136,6 @@
else:
import select
_has_poll = hasattr(select, 'poll')
- import errno
import fcntl
import pickle
@@ -682,6 +685,29 @@
self._devnull = os.open(os.devnull, os.O_RDWR)
return self._devnull
+ def _stdin_write(self, input):
+ if input:
+ try:
+ self.stdin.write(input)
+ except EnvironmentError as e:
+ if e.errno == errno.EPIPE:
+ # communicate() must ignore broken pipe error
+ pass
+ elif e.errno == errno.EINVAL :
+ # bpo-19612, bpo-30418: On Windows, stdin.write() fails
+ # with EINVAL if the child process exited or if the child
+ # process is still running but closed the pipe.
+ pass
+ else:
+ raise
+
+ try:
+ self.stdin.close()
+ except EnvironmentError as e:
+ if e.errno in (errno.EPIPE, errno.EINVAL):
+ pass
+ else:
+ raise
def communicate(self, input=None, timeout=None):
"""Interact with process: Send data to stdin. Read data from
@@ -708,9 +734,7 @@
stdout = None
stderr = None
if self.stdin:
- if input:
- self.stdin.write(input)
- self.stdin.close()
+ self._stdin_write(input)
elif self.stdout:
stdout = _eintr_retry_call(self.stdout.read)
self.stdout.close()
@@ -983,9 +1007,7 @@
self.stderr_thread.start()
if self.stdin:
- if input is not None:
- self.stdin.write(input)
- self.stdin.close()
+ self._stdin_write(input)
# Wait for the reader threads, or time out. If we time out, the
# threads remain reading and the fds left open in case the user
@@ -1681,11 +1703,19 @@
if self.stdin in wlist:
chunk = self._input[self._input_offset :
self._input_offset + _PIPE_BUF]
- bytes_written = os.write(self.stdin.fileno(), chunk)
- self._input_offset += bytes_written
- if self._input_offset >= len(self._input):
- self.stdin.close()
- self._write_set.remove(self.stdin)
+ try:
+ bytes_written = os.write(self.stdin.fileno(), chunk)
+ except EnvironmentError as e:
+ if e.errno == errno.EPIPE:
+ self._write_set.remove(self.stdin)
+ self.stdin.close()
+ else:
+ raise
+ else:
+ self._input_offset += bytes_written
+ if self._input_offset >= len(self._input):
+ self.stdin.close()
+ self._write_set.remove(self.stdin)
if self.stdout in rlist:
data = os.read(self.stdout.fileno(), 1024)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/subprocess32-3.5.3/test_subprocess32.py new/subprocess32-3.5.4/test_subprocess32.py
--- old/subprocess32-3.5.3/test_subprocess32.py 2018-10-10 00:12:07.000000000 +0200
+++ new/subprocess32-3.5.4/test_subprocess32.py 2019-05-21 00:08:37.000000000 +0200
@@ -27,6 +27,7 @@
import gc
except ImportError:
gc = None
+import pickle
mswindows = (sys.platform == "win32")
@@ -999,6 +1000,25 @@
output = subprocess.check_output([sys.executable, '-c', code])
self.assert_(output.startswith('Hello World!'), output)
+ def test_communicate_epipe(self):
+ # Issue 10963: communicate() should hide EPIPE
+ p = subprocess.Popen([sys.executable, "-c", 'pass'],
+ stdin=subprocess.PIPE,
+ stdout=subprocess.PIPE,
+ stderr=subprocess.PIPE)
+ self.addCleanup(p.stdout.close)
+ self.addCleanup(p.stderr.close)
+ self.addCleanup(p.stdin.close)
+ p.communicate(b"x" * 2**20)
+
+ def test_communicate_epipe_only_stdin(self):
+ # Issue 10963: communicate() should hide EPIPE
+ p = subprocess.Popen([sys.executable, "-c", 'pass'],
+ stdin=subprocess.PIPE)
+ self.addCleanup(p.stdin.close)
+ p.wait()
+ p.communicate(b"x" * 2**20)
+
if not mswindows: # Signal tests are POSIX specific.
def test_communicate_eintr(self):
# Issue #12493: communicate() should handle EINTR
@@ -2340,6 +2360,28 @@
args_list = subprocess32._args_from_interpreter_flags()
self.assertTrue(isinstance(args_list, list), msg=repr(args_list))
+ def test_timeout_expired_unpickling(self):
+ """https://github.com/google/python-subprocess32/issues/57"""
+ t = subprocess32.TimeoutExpired(['command', 'arg1'], 5,
+ output='stdout!', stderr='err')
+ t_pickled = pickle.dumps(t)
+ t2 = pickle.loads(t_pickled)
+ self.assertEqual(t.cmd, t2.cmd)
+ self.assertEqual(t.timeout, t2.timeout)
+ self.assertEqual(t.output, t2.output)
+ self.assertEqual(t.stderr, t2.stderr)
+
+ def test_called_process_error_unpickling(self):
+ """https://github.com/google/python-subprocess32/issues/57"""
+ e = subprocess32.CalledProcessError(
+ 2, ['command', 'arg1'], output='stdout!', stderr='err')
+ e_pickled = pickle.dumps(e)
+ e2 = pickle.loads(e_pickled)
+ self.assertEqual(e.returncode, e2.returncode)
+ self.assertEqual(e.cmd, e2.cmd)
+ self.assertEqual(e.output, e2.output)
+ self.assertEqual(e.stderr, e2.stderr)
+
def reap_children():
"""Use this function at the end of test_main() whenever sub-processes
1
0
Hello community,
here is the log from the commit of package frameworkintegration for openSUSE:Factory checked in at 2019-05-28 09:41:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/frameworkintegration (Old)
and /work/SRC/openSUSE:Factory/.frameworkintegration.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "frameworkintegration"
Tue May 28 09:41:35 2019 rev:71 rq:705295 version:5.58.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/frameworkintegration/frameworkintegration.changes 2019-05-21 10:24:52.655564001 +0200
+++ /work/SRC/openSUSE:Factory/.frameworkintegration.new.5148/frameworkintegration.changes 2019-05-28 09:41:37.885878215 +0200
@@ -1,0 +2,8 @@
+Fri May 24 18:17:49 UTC 2019 - wbauer(a)tmo.at
+
+- Update to 5.58.2
+ * New bugfix release
+- Changes since 5.58.1:
+ * ensure to search also in the legacy location
+
+-------------------------------------------------------------------
@@ -6,2 +13,0 @@
- * For more details please see:
- * https://www.kde.org/announcements/kde-frameworks-5.58.1.php
Old:
----
frameworkintegration-5.58.1.tar.xz
New:
----
frameworkintegration-5.58.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ frameworkintegration.spec ++++++
--- /var/tmp/diff_new_pack.erBZHQ/_old 2019-05-28 09:41:39.169877771 +0200
+++ /var/tmp/diff_new_pack.erBZHQ/_new 2019-05-28 09:41:39.169877771 +0200
@@ -23,7 +23,7 @@
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
Name: frameworkintegration
-Version: 5.58.1
+Version: 5.58.2
Release: 0
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
License: LGPL-2.1-or-later
++++++ frameworkintegration-5.58.1.tar.xz -> frameworkintegration-5.58.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.58.1/src/kpackage-install-handlers/kns/main.cpp new/frameworkintegration-5.58.2/src/kpackage-install-handlers/kns/main.cpp
--- old/frameworkintegration-5.58.1/src/kpackage-install-handlers/kns/main.cpp 2019-05-14 23:21:33.000000000 +0200
+++ new/frameworkintegration-5.58.2/src/kpackage-install-handlers/kns/main.cpp 2019-05-24 12:55:14.000000000 +0200
@@ -48,7 +48,7 @@
Q_ASSERT(url.scheme() == QLatin1String("kns"));
QString knsname;
- for (const auto &location : KNSCore::Engine::configSearchLocations()) {
+ for (const auto &location : KNSCore::Engine::configSearchLocations(true)) {
QString candidate = location + QLatin1Char('/') + url.host();
if (QFile::exists(candidate)) {
knsname = candidate;
1
0
Hello community,
here is the log from the commit of package iputils for openSUSE:Factory checked in at 2019-05-28 09:41:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iputils (Old)
and /work/SRC/openSUSE:Factory/.iputils.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iputils"
Tue May 28 09:41:27 2019 rev:45 rq:705287 version:s20190515
Changes:
--------
--- /work/SRC/openSUSE:Factory/iputils/iputils.changes 2018-08-02 14:49:51.735448435 +0200
+++ /work/SRC/openSUSE:Factory/.iputils.new.5148/iputils.changes 2019-05-28 09:41:29.545881102 +0200
@@ -1,0 +2,20 @@
+Fri May 24 16:22:41 UTC 2019 - Petr Vorel <pvorel(a)suse.cz>
+
+- Update to version s20190515 (includes changes s20190324)
+ * s20190324: 189 commits since s20180629 that include changing build
+ system from autotools to meson, added rarpd and rdisc systemd service
+ files, many fixes
+ * s20190515 bugfix release (6 commits)
+- User visible change: arping and clockdiff are moved from /usr/sbin
+ to /usr/bin (respect upstream path)
+- Backport patch 0001-build-sys-doc-Fix-the-dependency-on-xsltproc.patch
+ (fixing build system)
+- Add workaround patch meson-remove-setcap-setuid.sh.patch
+- Remove 0001-tracepath-Fix-copying-input-IPv6-address.patch
+ (included in s20190324 release)
+- Refresh old patches (iputils-ping-interrupt.diff, iputils-sec-ping-unblock.diff)
+- Changes caused by upstream switching to meson build system (drop sed build dependency)
+- Added locales
+- Fix typos
+
+-------------------------------------------------------------------
Old:
----
0001-tracepath-Fix-copying-input-IPv6-address.patch
s20180629.tar.gz
New:
----
0001-build-sys-doc-Fix-the-dependency-on-xsltproc.patch
meson-remove-setcap-setuid.sh.patch
s20190515.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ iputils.spec ++++++
--- /var/tmp/diff_new_pack.9fJiRL/_old 2019-05-28 09:41:30.373880815 +0200
+++ /var/tmp/diff_new_pack.9fJiRL/_new 2019-05-28 09:41:30.373880815 +0200
@@ -1,7 +1,7 @@
#
# spec file for package iputils
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,12 +12,12 @@
# 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: iputils
-Version: s20180629
+Version: s20190515
Release: 0
Summary: IPv4 and IPv6 Networking Utilities
License: BSD-3-Clause AND GPL-2.0-or-later
@@ -27,24 +27,26 @@
Source1: rarpd.service
Patch1: iputils-sec-ping-unblock.diff
Patch2: iputils-ping-interrupt.diff
-Patch3: 0001-tracepath-Fix-copying-input-IPv6-address.patch
-BuildRequires: docbook-xsl-stylesheets
-BuildRequires: docbook_3
+Patch3: 0001-build-sys-doc-Fix-the-dependency-on-xsltproc.patch
+Patch4: meson-remove-setcap-setuid.sh.patch
+BuildRequires: docbook5-xsl-stylesheets
+BuildRequires: docbook_5
BuildRequires: iso_ent
BuildRequires: libcap-devel
BuildRequires: libidn2-devel
BuildRequires: libopenssl-devel
+BuildRequires: meson
BuildRequires: opensp
BuildRequires: perl-SGMLS
BuildRequires: pkgconfig
BuildRequires: systemd-rpm-macros
+BuildRequires: pkgconfig(systemd)
# For Makefile modifications
-BuildRequires: sed
BuildRequires: pkgconfig(libidn)
Requires(pre): permissions
# I have spotted at least two packages (yast-printer and dhcp-client) that need
# /bin/ping and /sbin/arping but they do not seem to use them with absolute
-# paths so we may be lukcy and no further changes are necessary.
+# paths so we may be lucky and no further changes are necessary.
Provides: /bin/ping
Provides: /sbin/arping
@@ -67,115 +69,116 @@
%patch1 -p1
%patch2 -p1
%patch3 -p1
+%patch4 -p1
%build
-
-# Drop LASTTAG variable since it needs git and it's not used for regular
-# building
-sed -i '/^LASTTAG:=/d' Makefile
-# Do not link against nettle
-sed -i '/^USE_NETTLE/s/yes/no/' Makefile
-
# Export CFLAGS so we can also benefit from the ones the Makefile sets for us
# Instead of overriding all of them.
-export CFLAGS='%{optflags} -fpie'
+%ifarch s390 s390x
+ export CFLAGS="-fPIE"
+%else
+ export CFLAGS="-fpie"
+%endif
# Pulled-in by the LINK.o variable.
-export LDFLAGS='-pie -Wl,-z,relro,-z,now'
+export LDFLAGS="-pie -Wl,-z,relro,-z,now"
-# Build only selected apps
-make %{?_smp_mflags} arping clockdiff ping rdisc tracepath \
- rarpd man
+%meson -DBUILD_NINFOD=false -DBUILD_TFTPD=false -DBUILD_RARPD=true
+%meson_build
%install
-mkdir -p %{buildroot}/%{_sbindir}
-mkdir -p %{buildroot}/%{_bindir}
-install arping %{buildroot}/%{_sbindir}
-install clockdiff %{buildroot}/%{_sbindir}
-install rarpd %{buildroot}/%{_sbindir}
-install rdisc %{buildroot}/%{_sbindir}
-# boo#795788
-install tracepath %{buildroot}/%{_bindir}
-install ping %{buildroot}/%{_bindir}
+%meson_install
+
# boo#1017616
ln -sf %{_bindir}/ping %{buildroot}/%{_bindir}/ping6
ln -sf %{_bindir}/tracepath %{buildroot}/%{_bindir}/tracepath6
+# symlink to man tracepath6(8)
+ln -sf %{_mandir}/man8/tracepath.8%{ext_man} %{buildroot}%{_mandir}/man8/tracepath6.8%{ext_man}
+
+# Install service files and create rc compat symling
+install -Dpm 0644 build/rdisc.service %{buildroot}/%{_unitdir}
+install -Dpm 0644 build/rarpd@.service %{buildroot}/%{_unitdir}
+ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcrarpd
+ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcrdisc
+
#UsrMerge
# We still have reverse dependencies using /sbin/* or /bin/*
# so keep these symlinks for now. They are slowly being fixed
# but lets not just break them yet.
mkdir -p %{buildroot}/{bin,sbin}
-ln -sf %{_sbindir}/arping %{buildroot}/sbin
-ln -sf %{_sbindir}/clockdiff %{buildroot}/sbin
+ln -sf %{_bindir}/arping %{buildroot}/bin
+ln -sf %{_bindir}/clockdiff %{buildroot}/bin
ln -sf %{_sbindir}/rarpd %{buildroot}/sbin
ln -sf %{_sbindir}/rdisc %{buildroot}/sbin
-ln -sf %{_bindir}/tracepath %{buildroot}/bin
ln -sf %{_bindir}/ping %{buildroot}/bin
ln -sf %{_bindir}/ping6 %{buildroot}/bin
+ln -sf %{_bindir}/tracepath %{buildroot}/bin
ln -sf %{_bindir}/tracepath6 %{buildroot}/bin
#EndUsrMerge
-mkdir -p %{buildroot}/%{_mandir}/man8
-# Remove conflicting / unused manpages
-rm doc/ninfod* doc/pg3* doc/rdisc* doc/tftpd* doc/traceroute* doc/ipg* doc/pgset*
-# Install the rest
-install -m 644 doc/*.8 %{buildroot}%{_mandir}/man8/
+%find_lang %{name}
-# Install rarp service and create rc compat symling
-install -Dpm 0644 %{SOURCE1} %{buildroot}/%{_unitdir}/rarpd.service
-ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcrarpd
+%pre
+%service_add_pre rdisc.service
%post
%set_permissions %{_bindir}/ping
%verifyscript
%verify_permissions -e %{_bindir}/ping
+%service_add_post rdisc.service
+
+%preun
+%service_del_preun rdisc.service
+
+%postun
+%service_del_postun rdisc.service
%pre -n rarpd
-%service_add_pre rarpd.service
+%service_add_pre rarpd@.service
%post -n rarpd
-%service_add_post rarpd.service
+%service_add_post rarpd@.service
%preun -n rarpd
-%service_del_preun rarpd.service
+%service_del_preun rarpd@.service
%postun -n rarpd
-%service_del_postun rarpd.service
+%service_del_postun rarpd@.service
-%files
-%if 0%{?suse_version} < 1500
-%doc LICENSE LICENSE.BSD3 LICENSE.GPL2
-%else
-%license LICENSE LICENSE.BSD3 LICENSE.GPL2
-%endif
+%files -f %{name}.lang
+%license LICENSE
%verify(not mode caps) %attr(0755,root,root) %{_bindir}/ping
+%{_bindir}/arping
+%{_bindir}/clockdiff
%{_bindir}/ping6
-%{_sbindir}/arping
-%{_sbindir}/clockdiff
+%{_sbindir}/rcrdisc
+%{_sbindir}/rdisc
%{_bindir}/tracepath
%{_bindir}/tracepath6
-%{_sbindir}/rdisc
+%{_unitdir}/rdisc.service
+
#UsrMerge
+/bin/arping
+/bin/clockdiff
/bin/ping
/bin/ping6
+/sbin/rdisc
/bin/tracepath
/bin/tracepath6
-/sbin/arping
-/sbin/clockdiff
-/sbin/rdisc
#EndUsrMerge
%{_mandir}/man8/arping.8%{ext_man}
%{_mandir}/man8/clockdiff.8%{ext_man}
%{_mandir}/man8/ping.8%{ext_man}
+%{_mandir}/man8/rdisc.8%{ext_man}
%{_mandir}/man8/tracepath.8%{ext_man}
%{_mandir}/man8/tracepath6.8%{ext_man}
#EndUsrMerge
%files -n rarpd
%{_sbindir}/rarpd
+%{_unitdir}/rarpd@.service
%{_sbindir}/rcrarpd
-%{_unitdir}/rarpd.service
#UsrMerge
/sbin/rarpd
#EndUsrMerge
++++++ 0001-build-sys-doc-Fix-the-dependency-on-xsltproc.patch ++++++
>From 3b013f271931c3fe771e5a2c591f35d617de90f3 Mon Sep 17 00:00:00 2001
From: Michael Weiss <dev.primeos(a)gmail.com>
Date: Thu, 16 May 2019 10:08:50 +0000
Subject: [PATCH] build-sys/doc: Fix the dependency on xsltproc
This dependency is only required if either the man pages or the HTML
documentation is being build. Both targets require docbook-xsl-ns and
not docbook-xsl (the former is preferred and in use since c503834).
---
.travis.yml | 1 -
doc/meson.build | 27 +++++++++++++++++----------
2 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 54edb61..6a6e8c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,6 @@ addons:
- "libidn2-0-dev"
- "nettle-dev"
- "xsltproc"
- - "docbook-xsl"
- "docbook-xsl-ns"
matrix:
include:
diff --git a/doc/meson.build b/doc/meson.build
index 369090f..9a007b3 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -38,7 +38,7 @@ if build_ninfod == true
manpages += ['ninfod']
endif
-xsltproc = find_program('xsltproc', required : true)
+xsltproc = find_program('xsltproc', required : build_mans or build_html_mans)
xsltproc_args = [
'--nonet',
'--stringparam', 'man.output.quietly', '1',
@@ -48,19 +48,26 @@ xsltproc_args = [
]
if xsltproc.found()
- xsl = 'http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl'
- testrun = run_command([xsltproc, '--nonet', xsl])
- xsltproc_works = testrun.returncode() == 0
- if xsltproc_works == false
- warning('xsltproc: cannot process ' + xsl)
+ doc_targets = []
+ if build_mans
+ doc_targets += ['manpages']
endif
-else
- warning('No docbook stylesheet found for generating man pages')
- xsltproc_works = false
+ if build_html_mans
+ doc_targets += ['html']
+ endif
+ xsltproc_works = true
+ foreach doc_target : doc_targets
+ xsl = 'http://docbook.sourceforge.net/release/xsl-ns/current/' + doc_target + '/docbook.xsl'
+ testrun = run_command([xsltproc, '--nonet', xsl])
+ if testrun.returncode() != 0
+ xsltproc_works = false
+ warning('xsltproc: cannot process ' + xsl)
+ endif
+ endforeach
endif
if xsltproc_works == false
- error('Man pages cannot be built: xsltproc does not work correctly')
+ error('Docs cannot be built: xsltproc does not work correctly')
endif
if build_mans
--
2.21.0
++++++ iputils-ping-interrupt.diff ++++++
--- /var/tmp/diff_new_pack.9fJiRL/_old 2019-05-28 09:41:30.409880803 +0200
+++ /var/tmp/diff_new_pack.9fJiRL/_new 2019-05-28 09:41:30.409880803 +0200
@@ -8,19 +8,19 @@
ping.c | 8 ++++++++
1 file changed, 8 insertions(+)
-Index: iputils/ping.c
-===================================================================
---- iputils.orig/ping.c
-+++ iputils/ping.c
-@@ -94,6 +94,7 @@ static unsigned short in_cksum(const unsigned short *addr, int len, unsigned sho
- static void pr_icmph(__u8 type, __u8 code, __u32 info, struct icmphdr *icp);
+diff --git a/ping.c b/ping.c
+index 06cc369..2c76677 100644
+--- a/ping.c
++++ b/ping.c
+@@ -92,6 +92,7 @@ static unsigned short in_cksum(const unsigned short *addr, int len, unsigned sho
+ static void pr_icmph(uint8_t type, uint8_t code, uint32_t info, struct icmphdr *icp);
static int parsetos(char *str);
static int parseflow(char *str);
+static void doexit (int);
- static struct {
- struct cmsghdr cm;
-@@ -572,6 +573,8 @@ int ping4_run(int argc, char **argv, struct addrinfo *ai, socket_st *sock)
+ static struct sockaddr_in source = { .sin_family = AF_INET };
+ char *device;
+@@ -543,6 +544,8 @@ int ping4_run(int argc, char **argv, struct addrinfo *ai, socket_st *sock)
options |= F_SOURCEROUTE;
}
}
@@ -29,12 +29,15 @@
while (argc > 0) {
target = *argv;
-@@ -1711,3 +1714,8 @@ void usage(void)
- ping6_usage(1);
- exit(2);
+@@ -1619,3 +1622,8 @@ void ping4_install_filter(socket_st *sock)
+ if (setsockopt(sock->fd, SOL_SOCKET, SO_ATTACH_FILTER, &filter, sizeof(filter)))
+ error(0, errno, _("WARNING: failed to install socket filter"));
}
+
-+static void doexit(int signo)
++static void doexit(int signo __attribute__((unused)))
+{
+ exit (1);
+}
+--
+2.21.0
+
++++++ iputils-sec-ping-unblock.diff ++++++
--- /var/tmp/diff_new_pack.9fJiRL/_old 2019-05-28 09:41:30.417880800 +0200
+++ /var/tmp/diff_new_pack.9fJiRL/_new 2019-05-28 09:41:30.421880799 +0200
@@ -16,10 +16,10 @@
1 file changed, 11 insertions(+)
diff --git a/ping.c b/ping.c
-index 733477f..4efdaa8 100644
+index 3debd82..06cc369 100644
--- a/ping.c
+++ b/ping.c
-@@ -483,6 +483,17 @@ main(int argc, char **argv)
+@@ -452,6 +452,17 @@ main(int argc, char **argv)
/* Create sockets */
enable_capability_raw();
@@ -35,8 +35,8 @@
+ set_signal(SIGALRM, doexit);
+
if (hints.ai_family != AF_INET6)
- create_socket(&sock4, AF_INET, hints.ai_socktype, IPPROTO_ICMP, hints.ai_family == AF_INET);
- if (hints.ai_family != AF_INET) {
+ create_socket(&sock4, AF_INET, hints.ai_socktype, IPPROTO_ICMP,
+ hints.ai_family == AF_INET);
--
2.17.1
++++++ meson-remove-setcap-setuid.sh.patch ++++++
# patch to workaround error
# meson.build:242:7: ERROR: add_install_script args must be strings
# Upstream status: not upstreamable (workaround)
diff --git a/meson.build b/meson.build
index 8af9e18..c82597c 100644
--- a/meson.build
+++ b/meson.build
@@ -239,12 +239,6 @@ if build_ping == true
dependencies : [m_dep, cap_dep, idn_dep, crypto_dep, resolv_dep],
link_with : [libcommon],
install: true)
- meson.add_install_script('build-aux/setcap-setuid.sh',
- join_paths(get_option('prefix'), get_option('bindir')),
- 'ping',
- perm_type,
- setcap.path()
- )
endif
if build_tracepath == true
@@ -259,12 +253,6 @@ if build_traceroute6 == true
dependencies : [cap_dep, idn_dep],
link_with : [libcommon],
install: true)
- meson.add_install_script('build-aux/setcap-setuid.sh',
- join_paths(get_option('prefix'), get_option('bindir')),
- 'traceroute6',
- perm_type,
- setcap.path()
- )
endif
if build_clockdiff == true
@@ -272,12 +260,6 @@ if build_clockdiff == true
dependencies : [cap_dep],
link_with : [libcommon],
install: true)
- meson.add_install_script('build-aux/setcap-setuid.sh',
- join_paths(get_option('prefix'), get_option('bindir')),
- 'clockdiff',
- perm_type,
- setcap.path()
- )
endif
if build_rinfod == true
@@ -302,12 +284,6 @@ if build_arping == true
dependencies : [rt_dep, cap_dep, idn_dep],
link_with : [libcommon],
install: true)
- meson.add_install_script('build-aux/setcap-setuid.sh',
- join_paths(get_option('prefix'), get_option('bindir')),
- 'arping',
- perm_type,
- setcap.path()
- )
endif
if build_tftpd == true
++++++ s20180629.tar.gz -> s20190515.tar.gz ++++++
++++ 37390 lines of diff (skipped)
1
0
Hello community,
here is the log from the commit of package haveged for openSUSE:Factory checked in at 2019-05-28 09:41:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/haveged (Old)
and /work/SRC/openSUSE:Factory/.haveged.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "haveged"
Tue May 28 09:41:21 2019 rev:53 rq:705285 version:1.9.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/haveged/haveged.changes 2018-09-26 14:53:39.575085233 +0200
+++ /work/SRC/openSUSE:Factory/.haveged.new.5148/haveged.changes 2019-05-28 09:41:22.601883505 +0200
@@ -4 +4 @@
-- Add patch f2193587.patch from github pull request
+- Add patch f2193587.patch from github pull request (bsc#1134351)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ haveged.spec ++++++
--- /var/tmp/diff_new_pack.Qatx2Z/_old 2019-05-28 09:41:23.209883295 +0200
+++ /var/tmp/diff_new_pack.Qatx2Z/_new 2019-05-28 09:41:23.213883294 +0200
@@ -1,7 +1,7 @@
#
# spec file for package haveged
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
# 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -34,7 +34,7 @@
Patch1: haveged-conditional-enttest.patch
# PATCH-FIX-UPSTREAM: don't write to syslog at startup to avoid deadlocks psimons(a)suse.com bnc#959237
Patch2: haveged-no-syslog.patch
-# PATCH-FIX-GITHUN: Fix segfault on arm machines
+# PATCH-FIX-GITHUB: Fix segfault on arm machines
Patch3: f2193587.patch
BuildRequires: autoconf
BuildRequires: automake
1
0
Hello community,
here is the log from the commit of package MozillaThunderbird for openSUSE:Factory checked in at 2019-05-28 09:40:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/MozillaThunderbird (Old)
and /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "MozillaThunderbird"
Tue May 28 09:40:54 2019 rev:211 rq:705454 version:60.7.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes 2019-04-25 17:52:11.765013389 +0200
+++ /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.5148/MozillaThunderbird.changes 2019-05-28 09:40:56.233892393 +0200
@@ -1,0 +2,44 @@
+Fri May 24 08:53:57 UTC 2019 - Wolfgang Rosenauer <wr(a)rosenauer.org>
+
+- Mozilla Thunderbird 60.7.0
+ * Attachment pane of Write window no longer focussed when attaching
+ files using a keyboard shortcut
+ MFSA 2019-15 (boo#1135824)
+ * CVE-2019-9815 (bmo#1546544)
+ Disable hyperthreading on content JavaScript threads on macOS
+ * CVE-2019-9816 (bmo#1536768)
+ Type confusion with object groups and UnboxedObjects
+ * CVE-2019-9817 (bmo#1540221)
+ Stealing of cross-domain images using canvas
+ * CVE-2019-9818 (bmo#1542581) (Windows only)
+ Use-after-free in crash generation server
+ * CVE-2019-9819 (bmo#1532553)
+ Compartment mismatch with fetch API
+ * CVE-2019-9820 (bmo#1536405)
+ Use-after-free of ChromeEventHandler by DocShell
+ * CVE-2019-11691 (bmo#1542465)
+ Use-after-free in XMLHttpRequest
+ * CVE-2019-11692 (bmo#1544670)
+ Use-after-free removing listeners in the event listener manager
+ * CVE-2019-11693 (bmo#1532525)
+ Buffer overflow in WebGL bufferdata on Linux
+ * CVE-2019-7317 (bmo#1542829)
+ Use-after-free in png_image_free of libpng library
+ * CVE-2019-9797 (bmo#1528909)
+ Cross-origin theft of images with createImageBitmap
+ * CVE-2018-18511 (bmo#1526218)
+ Cross-origin theft of images with ImageBitmapRenderingContext
+ * CVE-2019-11694 (bmo#1534196) (Windows only)
+ Uninitialized memory memory leakage in Windows sandbox
+ * CVE-2019-11698 (bmo#1543191)
+ Theft of user history data through drag and drop of hyperlinks
+ to and from bookmarks
+ * CVE-2019-5798 (bmo#1535518)
+ Out-of-bounds read in Skia
+ * CVE-2019-9800 (bmo#1540166, bmo#1534593, bmo#1546327, bmo#1540136,
+ bmo#1538736, bmo#1538042, bmo#1535612, bmo#1499719, bmo#1499108,
+ bmo#1538619, bmo#1535194, bmo#1516325, bmo#1542324, bmo#1542097,
+ bmo#1532465, bmo#1533554, bmo#1541580)
+ Memory safety bugs fixed in Firefox 67 and Firefox ESR 60.7
+
+-------------------------------------------------------------------
Old:
----
l10n-60.6.1.tar.xz
thunderbird-60.6.1.source.tar.xz
thunderbird-60.6.1.source.tar.xz.asc
New:
----
l10n-60.7.0.tar.xz
thunderbird-60.7.0.source.tar.xz
thunderbird-60.7.0.source.tar.xz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ MozillaThunderbird.spec ++++++
--- /var/tmp/diff_new_pack.k83Pf0/_old 2019-05-28 09:41:05.969889185 +0200
+++ /var/tmp/diff_new_pack.k83Pf0/_new 2019-05-28 09:41:05.969889185 +0200
@@ -17,9 +17,9 @@
#
-%define mainversion 60.6.1
+%define mainversion 60.7.0
%define update_channel release
-%define releasedate 20190314112142
+%define releasedate 20190517095026
%bcond_without mozilla_tb_kde4
%bcond_with mozilla_tb_valgrind
++++++ compare-locales.tar.xz ++++++
++++++ create-tar.sh ++++++
--- /var/tmp/diff_new_pack.k83Pf0/_old 2019-05-28 09:41:06.245889094 +0200
+++ /var/tmp/diff_new_pack.k83Pf0/_new 2019-05-28 09:41:06.245889094 +0200
@@ -2,9 +2,9 @@
CHANNEL="esr60"
BRANCH="releases/comm-$CHANNEL"
-RELEASE_TAG="ed1296af783ca23d9b07aac774cd104b14d246c3"
-MOZ_RELEASE_TAG="ac46edc9c4223fb6613501d3287705f49d1dfc57"
-VERSION="60.6.1"
+RELEASE_TAG="5822a83963e333699a33099c37c65bcd6527b988"
+MOZ_RELEASE_TAG="2ae9b50be57173c299c10df512590e2feb164977"
+VERSION="60.7.0"
VERSION_SUFFIX=""
LOCALE_FILE="thunderbird-$VERSION/comm/mail/locales/l10n-changesets.json"
++++++ l10n-60.6.1.tar.xz -> l10n-60.7.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/MozillaThunderbird/l10n-60.6.1.tar.xz /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.5148/l10n-60.7.0.tar.xz differ: char 26, line 1
++++++ mozilla-bmo1519629.patch ++++++
--- /var/tmp/diff_new_pack.k83Pf0/_old 2019-05-28 09:41:06.281889082 +0200
+++ /var/tmp/diff_new_pack.k83Pf0/_new 2019-05-28 09:41:06.281889082 +0200
@@ -1,32 +1,47 @@
-diff -rup thunderbird-60.6.1.orig/servo/components/style/lib.rs thunderbird-60.6.1/servo/components/style/lib.rs
---- thunderbird-60.6.1.orig/servo/components/style/lib.rs 2019-03-25 02:38:41.000000000 +0100
-+++ thunderbird-60.6.1/servo/components/style/lib.rs 2019-03-30 14:46:10.491001809 +0100
-@@ -23,7 +23,7 @@
+# HG changeset patch
+# Parent ba0e794338a92e82d4b19e9fb012c848302b7dbd
+
+diff --git a/servo/components/style/lib.rs b/servo/components/style/lib.rs
+--- a/servo/components/style/lib.rs
++++ b/servo/components/style/lib.rs
+@@ -18,17 +18,17 @@
+ //! [recalc_style_at]: traversal/fn.recalc_style_at.html
+ //!
+ //! Major dependencies are the [cssparser][cssparser] and [selectors][selectors]
+ //! crates.
+ //!
//! [cssparser]: ../cssparser/index.html
//! [selectors]: ../selectors/index.html
-#![deny(missing_docs)]
-+/// #![deny(missing_docs)]
++//#![deny(missing_docs)]
extern crate app_units;
extern crate arrayvec;
-diff -rup thunderbird-60.6.1.orig/servo/components/style_traits/values.rs thunderbird-60.6.1/servo/components/style_traits/values.rs
---- thunderbird-60.6.1.orig/servo/components/style_traits/values.rs 2019-03-25 02:38:43.000000000 +0100
-+++ thunderbird-60.6.1/servo/components/style_traits/values.rs 2019-03-30 12:31:55.070634646 +0100
-@@ -135,6 +135,7 @@ where
- }
- }
-
-+/// Documentation needed here, but the macro appears to be unused anyway...
- #[macro_export]
- macro_rules! serialize_function {
- ($dest: expr, $name: ident($( $arg: expr, )+)) => {
-@@ -404,6 +405,8 @@ impl_to_css_for_predefined_type!(::csspa
- impl_to_css_for_predefined_type!(::cssparser::Color);
- impl_to_css_for_predefined_type!(::cssparser::UnicodeRange);
-
-+
-+/// Define an enum type with unit variants that each correspond to a CSS keyword.
- #[macro_export]
- macro_rules! define_css_keyword_enum {
- (pub enum $name:ident { $($variant:ident = $css:expr,)+ }) => {
+ extern crate atomic_refcell;
+ #[macro_use]
+ extern crate bitflags;
+ #[allow(unused_extern_crates)] extern crate byteorder;
+ #[cfg(feature = "gecko")] #[macro_use] #[no_link] extern crate cfg_if;
+diff --git a/servo/components/style_traits/lib.rs b/servo/components/style_traits/lib.rs
+--- a/servo/components/style_traits/lib.rs
++++ b/servo/components/style_traits/lib.rs
+@@ -4,17 +4,17 @@
+
+ //! This module contains shared types and messages for use by devtools/script.
+ //! The traits are here instead of in script so that the devtools crate can be
+ //! modified independently of the rest of Servo.
+
+ #![crate_name = "style_traits"]
+ #![crate_type = "rlib"]
+
+-#![deny(unsafe_code, missing_docs)]
++#![deny(unsafe_code)]
+
+ extern crate app_units;
+ #[macro_use] extern crate bitflags;
+ #[macro_use] extern crate cssparser;
+ extern crate euclid;
+ extern crate malloc_size_of;
+ #[macro_use] extern crate malloc_size_of_derive;
+ extern crate selectors;
++++++ thunderbird-60.6.1.source.tar.xz -> thunderbird-60.7.0.source.tar.xz ++++++
/work/SRC/openSUSE:Factory/MozillaThunderbird/thunderbird-60.6.1.source.tar.xz /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.5148/thunderbird-60.7.0.source.tar.xz differ: char 15, line 1
1
0
Hello community,
here is the log from the commit of package libgadu for openSUSE:Factory checked in at 2019-05-28 09:40:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgadu (Old)
and /work/SRC/openSUSE:Factory/.libgadu.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgadu"
Tue May 28 09:40:47 2019 rev:30 rq:705449 version:1.12.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/libgadu/libgadu.changes 2017-06-17 10:19:53.373987035 +0200
+++ /work/SRC/openSUSE:Factory/.libgadu.new.5148/libgadu.changes 2019-05-28 09:40:48.805894841 +0200
@@ -1,0 +2,5 @@
+Sat May 25 20:14:19 UTC 2019 - Mariusz Fik <fisiu(a)opensuse.org>
+
+- Build against zlib.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libgadu.spec ++++++
--- /var/tmp/diff_new_pack.nT3NiO/_old 2019-05-28 09:40:49.273894686 +0200
+++ /var/tmp/diff_new_pack.nT3NiO/_new 2019-05-28 09:40:49.273894686 +0200
@@ -1,7 +1,7 @@
#
# spec file for package libgadu
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
# 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -21,7 +21,7 @@
Version: 1.12.2
Release: 0
Summary: Library for Handling of Gadu-Gadu Instant Messaging
-License: LGPL-2.1+
+License: LGPL-2.1-or-later
Group: System/Libraries
Url: http://toxygen.net/libgadu/
Source: http://github.com/wojtekka/%{name}/releases/download/%{version}/%{name}-%{v…
@@ -30,6 +30,7 @@
BuildRequires: pkg-config
BuildRequires: pkgconfig(gnutls)
BuildRequires: pkgconfig(libprotobuf-c)
+BuildRequires: pkgconfig(zlib)
# these packages are necessary for tests, but not necessary for a library:
# libexpat-devel, pkgconfig(libcurl), pkgconfig(libxml-2.0)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
1
0
Hello community,
here is the log from the commit of package dracut for openSUSE:Factory checked in at 2019-05-28 09:40:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dracut (Old)
and /work/SRC/openSUSE:Factory/.dracut.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dracut"
Tue May 28 09:40:39 2019 rev:138 rq:705447 version:049+git92.951f754b
Changes:
--------
--- /work/SRC/openSUSE:Factory/dracut/dracut.changes 2019-05-03 22:06:57.850863647 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new.5148/dracut.changes 2019-05-28 09:40:43.993896426 +0200
@@ -1,0 +2,229 @@
+Sat May 25 19:40:09 UTC 2019 - Daniel Molkentin <daniel.molkentin(a)suse.com>
+
+- Bump to 049
+- Patches are now maintained in git
+ * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch
+ * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch
+ * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch
+ * Removed 0016-Add-new-s390x-specific-rule-files.patch
+ * Removed 0017-45ifcfg-use-distro-specific-scripts.patch
+ * Removed 0020-00warpclock-Set-correct-timezone.patch
+ * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch
+ * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch
+ * Removed 0053-01fips-fixup-loading-issues.patch
+ * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch
+ * Removed 0057-01fips-Include-some-more-hmacs.patch
+ * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch
+ * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch
+ * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch
+ * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch
+ * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch
+ * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch
+ * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch
+ * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch
+ * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch
+ * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch
+ * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch
+ * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch
+ * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch
+ * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch
+ * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch
+ * Removed 0090-dracut-caps-Remove-whole-caps-module.patch
+ * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch
+ * Removed 0094-Implement-shortcut-ip-ifname-static-for-static-confi.patch
+ * Removed 0107-Fixup-typo-firmare-instead-of-firmware.patch
+ * Removed 0108-91zipl-Store-commandline-correctly.patch
+ * Removed 0109-95dasd_rules-Store-all-devices-in-commandline.patch
+ * Removed 0110-95zfcp_rules-Store-all-devices-in-commandline.patch
+ * Removed 0113-91zipl-Install-script-as-executable.patch
+ * Removed 0114-91zipl-Translate-ext2-3-into-ext4.patch
+ * Removed 0116-Mark-scripts-as-executable.patch
+ * Removed 0117-95dasd_rules-Enable-the-device-before-checking-devic.patch
+ * Removed 0118-95zfcp_rules-Enable-the-device-before-checking-devic.patch
+ * Removed 0121-Adjust-initramfs-kernel.img-to-SUSE-default-initrd-k.patch
+ * Removed 0123-95zfcp_rules-fix-typo-in-module_setup.patch
+ * Removed 0124-40network-Update-iBFT-scanning-code-to-handle-IPv6.patch
+ * Removed 0125-40network-separate-mask-and-prefix.patch
+ * Removed 0126-01fips-Add-drbg-module-to-force-loaded-modules.patch
+ * Removed 0128-90lvm-Install-dm-snapshot-module.patch
+ * Removed 0130-nfs-Always-add-all-kernel-modules-for-kdump.patch
+ * Removed 0131-40network-handle-prefixed-IP-addresses-correctly.patch
+ * Removed 0132-40network-fixup-static-network-configuration.patch
+ * Removed 0133-Allow-multiple-configurations-per-network-interface-.patch
+ * Removed 0137-Switch-from-Mozilla-NSS-sha256hmac-checking-to-fipsc.patch
+ * Removed 0138-fips_add_aesni-intel.patch
+ * Removed 0139-fips-kernel-4.4-fixes.patch
+ * Removed 0142-40network-Don-t-report-error-for-etc-sysconfig-netwo.patch
+ * Removed 0144-90crypt-Fixed-crypttab_contains-to-also-work-with-de.patch
+ * Removed 0145-40network-handle-ip-ifname-static-correctly.patch
+ * Removed 0150-Find-kernel-modules-in-extra-and-weak-updates-path-a.patch
+ * Removed 0157-Add-boot-zipl-to-host-devs-if-it-is-a-mount-point.patch
+ * Removed 0158-Add-SUSE-kernel-module-dependencies-in-etc-modprobe.patch
+ * Removed 0159-network-Try-to-load-xennet.patch
+ * Removed 0160-s390-update_active_devices_initrd.patch
+ * Removed 0161-95zfcp_rules-simplified-rd.zfcp-commandline-for-NPIV.patch
+ * Removed 0162-network-Request-DHCP-lease-instead-of-getting-applyi.patch
+ * Removed 0163-Install-etc-sysconfig-console-to-see-specific-fonts.patch
+ * Removed 0164-Fix-initramfs-ver.img-vs-initrd-ver-in-dracut-initra.patch
+ * Removed 0168-remove_plymouth_logo_file.patch
+ * Removed 0169-network_set_mtu_macaddr_for_dhcp.patch
+ * Removed 0170-iscsi-skip-ibft-invalid-dhcp.patch
+ * Removed 0180-i18n_add_correct_fontmaps.patch
+ * Removed 0182-fix-include-parsing.patch
+ * Removed 0183-fix_add_drivers_hang.patch
+ * Removed 0188-95dasd_rules-Install-collect-udev-helper-binary.patch
+ * Removed 0190-replace-iscsistart-with-systemd-service-files.patch
+ * Removed 0191-static_network_setup_return_zero.patch
+ * Removed 0192-iscsi_set_boot_protocol_from_ifcfg.patch
+ * Removed 0193-95iscsi-Set-number-of-login-retries.patch
+ * Removed 0196-ibft-wait-for-session-on-all-paths.patch
+ * Removed 0197-95iscsi-Do-not-require-network-for-qla4xxx-flash-ses.patch
+ * Removed 0198-95iscsi-set-rd.iscsi.firmware-for-qla4xxx-sessions.patch
+ * Removed 0199-rd-iscsi-waitnet-default-false.patch
+ * Removed 0200-dracut_fix_multipath_without_config.patch
+ * Removed 0201-fix_nfs_with_ip_instead_of_hostname.patch
+ * Removed 0202-dracut_dmraid_use_udev.patch
+ * Removed 0203-no-fail-builtin-module.patch
+ * Removed 0204-mkinitrd-fix-monster.patch
+ * Removed 0205-mdraid_ignore_hostonly.patch
+ * Removed 0206-nfs_dns_alias.patch
+ * Removed 0207-handle_module_aliases.patch
+ * Removed 0208-no_forced_virtnet.patch
+ * Removed 0209-fix_modules_load_d_hostonly.patch
+ * Removed 0210-add_fcoe_uefi_check.patch
+ * Removed 0212-fcoe_reorder_init_path.patch
+ * Removed 0213-Fix-wrong-keymap-inclusion.patch
+ * Removed 0214-95fcoe-Do-not-overwrite-FCoE-configuration.patch
+ * Removed 0215-95fcoe-Do-not-complain-about-missing-etc-hba.conf.patch
+ * Removed 0216-95fcoe-silence-lldpad-warnings.patch
+ * Removed 0217-95fcoe-Allow-to-specify-the-FCoE-mode-via-the-fcoe-p.patch
+ * Removed 0218-40network-allow-persistent-interface-names.patch
+ * Removed 0219-95fcoe-use-interface-names-instead-of-MAC-addresses.patch
+ * Removed 0220-95fcoe-always-set-AUTO_VLAN-for-fcoemon.patch
+ * Removed 0221-95fcoe-Add-shutdown-script.patch
+ * Removed 0222-90dm-Fixup-shutdown-script.patch
+ * Removed 0223-90dm-fixup-dependency-cycle-between-MD-and-DM-shutdo.patch
+ * Removed 0224-95iscsi-setup-bnx2i-offload-connections-properly.patch
+ * Removed 0225-95fcoe-do-not-start-fcoemon-twice.patch
+ * Removed 0300-dracut_dont_use_dpkg_defaults_on_SUSE.patch
+ * Removed 0301-include_sysconfig_language.patch
+ * Removed 0302-Revert-90multipath-add-hostonly-multipath.conf-in-ca.patch
+ * Removed 0303-fix_multipath_check_hostonly.patch
+ * Removed 0304-90multipath-Start-daemon-after-udev-settle.patch
+ * Removed 0305-90multipath-load-dm_multipath-module-during-startup.patch
+ * Removed 0306-90multipath-add-shutdown-script.patch
+ * Removed 0307-90multipath-parse-kernel-commandline-option-multipat.patch
+ * Removed 0308-mdraid_add_IMSM_NO_PLATFORM_env.patch
+ * Removed 0309-90dmraid-do-not-delete-partitions.patch
+ * Removed 0310-95resume-Do-not-resume-on-iSCSI.patch
+ * Removed 0311-95iscsi-ip-ibft-is-deprecated.patch
+ * Removed 0312-40network-Do-not-print-message-about-tmp-net.ibft0.c.patch
+ * Removed 0313-90mdraid-Use-stock-MD-rules-to-assemble-RAID-arrays.patch
+ * Removed 0314-nfs_do_not_pass_ifname_for_bonding_devices.patch
+ * Removed 0402-driver-fail-summary.patch
+ * Removed 0403-95lunmask-Add-module-to-handle-LUN-masking.patch
+ * Removed 0404-dracut-emergency-optionally-print-fs-help.patch
+ * Removed 0450-Strip-NUL-bytes-in-stream-before-push-in-string.patch
+ * Removed 0451-systemd-initrd-add-initrd-root-device.target.patch
+ * Removed 0452-Always-try-to-add-pinctrl-cherryview.patch
+ * Removed 0453-Resolve-symbolic-links-for-i-and-k-parameters-bsc-90.patch
+ * Removed 0454-Add-md4-and-arc4-modules-for-ntlm.patch
+ * Removed 0500-Reset-IFS-variable.patch
+ * Removed 0501-dasd_fix_ssid_bigger_zero.patch
+ * Removed 0502-persistent_device_policy_param_enhance.patch
+ * Removed 0503-dracut.sh-create-the-initramfs-non-world-readable-al.patch
+ * Removed 0504-ibft-fix-boot-flag-check.patch
+ * Removed 0505-Allow-booting-from-degraded-MD-RAID-arrays.patch
+ * Removed 0506-Boot-on-s390x-with-fips-1-on-the-kernel-commnad-line.patch
+ * Removed 0507-Set-TaskMax-inifinite-for-the-emergency-shell.patch
+ * Removed 0508-90multipath-start-before-local-fs-pre.target.patch
+ * Removed 0509-01fips-Remove-zlib-module-as-requirement.patch
+ * Removed 0510-01fips-Some-modules-use-separators-other-than.patch
+ * Removed 0511-01fips-ensure-fips-initialization-succeeds-on-s390-x.patch
+ * Removed 0512-Make-binutils-optional-when-elfutils-are-available.patch
+ * Removed 0513-Fix-regression-caused-by-6f9bf2b8ac436259bdccb110545.patch
+ * Removed 0514-man-make-the-k-option-clear-using-mkinitrd.patch
+ * Removed 0515-90kernel-modules-also-add-block-device-driver-revers.patch
+ * Removed 0516-mkinitrd-suse.sh-Fix-prefix-calculation.patch
+ * Removed 0517-95fcoe-fixup-fcoe-genrules.sh-for-VN2VN-mode.patch
+ * Removed 0518-90kernel-modules-Fix-backlight-on-Cherrytrail-device.patch
+ * Removed 0519-90kernel-modules-Ensure-phy-drivers-are-loaded-in-in.patch
+ * Removed 0520-Ignore-module-resolution-errors.patch
+ * Removed 0521-Ensure-udev-persistent-storage-compat-rules-get-crea.patch
+ * Removed 0522-Fix-typo-from-commit-3f1cdb520.patch
+ * Removed 0523-98dracut-systemd-Fix-module-force-loading-with-syste.patch
+ * Removed 0524-Suppress-nonsensical-error-message-bsc-1032029.patch
+ * Removed 0525-backport-bail-out-if-module-directory-does-not-exist.patch
+ * Removed 0526-iscsiroot-call-handle_firmware-only-for-non-iface-in.patch
+ * Removed 0527-switch-fips-checking-to-use-the-libkcapi-based-fipsc.patch
+ * Removed 0528-Ensure-dracut.sh-responds-properly-to-hostonly_cmdli.patch
+ * Removed 0529-systemd-add-missing-.slice-unit.patch
+ * Removed 0530-dracut-systemd-dracut-cmdline-ask-fix-dracut-kernel-.patch
+ * Removed 0531-dracut-systemd-.service-conflict-with-shutdown-targe.patch
+ * Removed 0532-List-drivers-rather-than-looking-for-reverse-depende.patch
+ * Removed 0533-instmods-check-modules.builtin-in-srcmods.patch
+ * Removed 0534-ssh-client-Include-nss_-libraries.patch
+ * Removed 0535-Sync-initramfs-after-creation.patch
+ * Removed 0536-90multipath-drop-67-kpartx-compat.rules.patch
+ * Removed 0537-dracut-init.sh-ignore-crc32.ko-in-builtin-test.patch
+ * Removed 0538-Enable-core-dumps-with-systemd-from-initrd.patch
+ * Removed 0539-Add-IMA-functionality-fate-323289.patch
+ * Removed 0540-Check-the-proper-variable-for-a-custom-IMA-keys-dire.patch
+ * Removed 0541-Make-sure-70-persistent-net.rules-is-included-in-ini.patch
+ * Removed 0542-Include-crc32c-intel-module-when-using-btrfs.patch
+ * Removed 0543-Remove-00systemd-bootchart.patch
+ * Removed 0544-40network-Make-ip-dhcp-work.patch
+ * Removed 0545-Add-early-microcode-support-for-AMD-family-16h.patch
+ * Removed 0546-Support-Microcode-Updates-for-AMD-CPU-Family-0x17.patch
+ * Removed 0547-Fix-task-limit-in-emergency.service-the-same-change-.patch
+ * Removed 0548-95fcoe-Switch-back-to-using-fipvlan-for-bnx2fc.patch
+ * Removed 0549-fcoe-up-Increase-sleeptime-to-13s.patch
+ * Removed 0550-95fcoe-add-timeout-initqueue-entries.patch
+ * Removed 0551-fips-use-lib-modules-uname-r-modules.fips.patch
+ * Removed 0552-98integrity-support-validating-the-IMA-policy-file-s.patch
+ * Removed 0553-98integrity-support-loading-x509-into-the-trusted-bu.patch
+ * Removed 0554-98integrity-support-X.509-only-EVM-configuration.patch
+ * Removed 0555-Avoid-executing-emergency-hooks-twice.patch
+ * Removed 0556-95qeth_rules-Add-new-module-to-copy-qeth-rules.patch
+ * Removed 0557-40network-make-arping-optional.patch
+ * Removed 0558-40network-remove-brctl-dependency.patch
+ * Removed 0559-Add-wickedd-duid.xml-and-iaid.xml-if-available.patch
+ * Removed 0560-90kernel-modules-Ensure-PCI-host-modules-are-include.patch
+ * Removed 0561-Add-the-qedi-driver-to-driver-list-for-iscsi-boot.patch
+ * Removed 0562-Adjust-driver-list-to-modern-kernels.patch
+ * Removed 0563-40network-collapse-arping-and-dhcp-calls-into-wicked.patch
+ * Removed 0564-40network-Always-set-the-gw-variable.patch
+ * Removed 0565-90kernel-modules-Include-Intel-Volume-Management-Dev.patch
+ * Removed 0566-95nfs-If-no-server-is-configured-read-BOOTSERVERADDR.patch
++++ 32 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/dracut/dracut.changes
++++ and /work/SRC/openSUSE:Factory/.dracut.new.5148/dracut.changes
Old:
----
0012-40network-Fix-race-condition-when-wait-for-networks.patch
0013-40network-always-start-netroot-in-ifup.sh.patch
0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch
0016-Add-new-s390x-specific-rule-files.patch
0017-45ifcfg-use-distro-specific-scripts.patch
0020-00warpclock-Set-correct-timezone.patch
0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch
0048-40network-Only-enable-network-interfaces-if-explicit.patch
0053-01fips-fixup-loading-issues.patch
0056-81cio_ignore-handle-cio_ignore-commandline.patch
0057-01fips-Include-some-more-hmacs.patch
0058-dracut-add-warning-when-including-unsupported-module.patch
0059-99suse-Add-SUSE-specific-initrd-parsing.patch
0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch
0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch
0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch
0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch
0079-95dasd_rules-fixup-rd.dasd-parsing.patch
0080-95dasd_rules-print-out-rd.dasd-commandline.patch
0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch
0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch
0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch
0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch
0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch
0088-91zipl-Add-new-module-to-update-s390x-configuration.patch
0089-40network-create-var-lib-wicked-in-ifup.sh.patch
0090-dracut-caps-Remove-whole-caps-module.patch
0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch
0094-Implement-shortcut-ip-ifname-static-for-static-confi.patch
0107-Fixup-typo-firmare-instead-of-firmware.patch
0108-91zipl-Store-commandline-correctly.patch
0109-95dasd_rules-Store-all-devices-in-commandline.patch
0110-95zfcp_rules-Store-all-devices-in-commandline.patch
0113-91zipl-Install-script-as-executable.patch
0114-91zipl-Translate-ext2-3-into-ext4.patch
0116-Mark-scripts-as-executable.patch
0117-95dasd_rules-Enable-the-device-before-checking-devic.patch
0118-95zfcp_rules-Enable-the-device-before-checking-devic.patch
0121-Adjust-initramfs-kernel.img-to-SUSE-default-initrd-k.patch
0123-95zfcp_rules-fix-typo-in-module_setup.patch
0124-40network-Update-iBFT-scanning-code-to-handle-IPv6.patch
0125-40network-separate-mask-and-prefix.patch
0126-01fips-Add-drbg-module-to-force-loaded-modules.patch
0128-90lvm-Install-dm-snapshot-module.patch
0130-nfs-Always-add-all-kernel-modules-for-kdump.patch
0131-40network-handle-prefixed-IP-addresses-correctly.patch
0132-40network-fixup-static-network-configuration.patch
0133-Allow-multiple-configurations-per-network-interface-.patch
0137-Switch-from-Mozilla-NSS-sha256hmac-checking-to-fipsc.patch
0138-fips_add_aesni-intel.patch
0139-fips-kernel-4.4-fixes.patch
0142-40network-Don-t-report-error-for-etc-sysconfig-netwo.patch
0144-90crypt-Fixed-crypttab_contains-to-also-work-with-de.patch
0145-40network-handle-ip-ifname-static-correctly.patch
0150-Find-kernel-modules-in-extra-and-weak-updates-path-a.patch
0157-Add-boot-zipl-to-host-devs-if-it-is-a-mount-point.patch
0158-Add-SUSE-kernel-module-dependencies-in-etc-modprobe.patch
0159-network-Try-to-load-xennet.patch
0160-s390-update_active_devices_initrd.patch
0161-95zfcp_rules-simplified-rd.zfcp-commandline-for-NPIV.patch
0162-network-Request-DHCP-lease-instead-of-getting-applyi.patch
0163-Install-etc-sysconfig-console-to-see-specific-fonts.patch
0164-Fix-initramfs-ver.img-vs-initrd-ver-in-dracut-initra.patch
0168-remove_plymouth_logo_file.patch
0169-network_set_mtu_macaddr_for_dhcp.patch
0170-iscsi-skip-ibft-invalid-dhcp.patch
0180-i18n_add_correct_fontmaps.patch
0182-fix-include-parsing.patch
0183-fix_add_drivers_hang.patch
0188-95dasd_rules-Install-collect-udev-helper-binary.patch
0190-replace-iscsistart-with-systemd-service-files.patch
0191-static_network_setup_return_zero.patch
0192-iscsi_set_boot_protocol_from_ifcfg.patch
0193-95iscsi-Set-number-of-login-retries.patch
0196-ibft-wait-for-session-on-all-paths.patch
0197-95iscsi-Do-not-require-network-for-qla4xxx-flash-ses.patch
0198-95iscsi-set-rd.iscsi.firmware-for-qla4xxx-sessions.patch
0199-rd-iscsi-waitnet-default-false.patch
0200-dracut_fix_multipath_without_config.patch
0201-fix_nfs_with_ip_instead_of_hostname.patch
0202-dracut_dmraid_use_udev.patch
0203-no-fail-builtin-module.patch
0204-mkinitrd-fix-monster.patch
0205-mdraid_ignore_hostonly.patch
0206-nfs_dns_alias.patch
0207-handle_module_aliases.patch
0208-no_forced_virtnet.patch
0209-fix_modules_load_d_hostonly.patch
0210-add_fcoe_uefi_check.patch
0212-fcoe_reorder_init_path.patch
0213-Fix-wrong-keymap-inclusion.patch
0214-95fcoe-Do-not-overwrite-FCoE-configuration.patch
0215-95fcoe-Do-not-complain-about-missing-etc-hba.conf.patch
0216-95fcoe-silence-lldpad-warnings.patch
0217-95fcoe-Allow-to-specify-the-FCoE-mode-via-the-fcoe-p.patch
0218-40network-allow-persistent-interface-names.patch
0219-95fcoe-use-interface-names-instead-of-MAC-addresses.patch
0220-95fcoe-always-set-AUTO_VLAN-for-fcoemon.patch
0221-95fcoe-Add-shutdown-script.patch
0222-90dm-Fixup-shutdown-script.patch
0223-90dm-fixup-dependency-cycle-between-MD-and-DM-shutdo.patch
0224-95iscsi-setup-bnx2i-offload-connections-properly.patch
0225-95fcoe-do-not-start-fcoemon-twice.patch
0300-dracut_dont_use_dpkg_defaults_on_SUSE.patch
0301-include_sysconfig_language.patch
0302-Revert-90multipath-add-hostonly-multipath.conf-in-ca.patch
0303-fix_multipath_check_hostonly.patch
0304-90multipath-Start-daemon-after-udev-settle.patch
0305-90multipath-load-dm_multipath-module-during-startup.patch
0306-90multipath-add-shutdown-script.patch
0307-90multipath-parse-kernel-commandline-option-multipat.patch
0308-mdraid_add_IMSM_NO_PLATFORM_env.patch
0309-90dmraid-do-not-delete-partitions.patch
0310-95resume-Do-not-resume-on-iSCSI.patch
0311-95iscsi-ip-ibft-is-deprecated.patch
0312-40network-Do-not-print-message-about-tmp-net.ibft0.c.patch
0313-90mdraid-Use-stock-MD-rules-to-assemble-RAID-arrays.patch
0314-nfs_do_not_pass_ifname_for_bonding_devices.patch
0402-driver-fail-summary.patch
0403-95lunmask-Add-module-to-handle-LUN-masking.patch
0404-dracut-emergency-optionally-print-fs-help.patch
0450-Strip-NUL-bytes-in-stream-before-push-in-string.patch
0451-systemd-initrd-add-initrd-root-device.target.patch
0452-Always-try-to-add-pinctrl-cherryview.patch
0453-Resolve-symbolic-links-for-i-and-k-parameters-bsc-90.patch
0454-Add-md4-and-arc4-modules-for-ntlm.patch
0500-Reset-IFS-variable.patch
0501-dasd_fix_ssid_bigger_zero.patch
0502-persistent_device_policy_param_enhance.patch
0503-dracut.sh-create-the-initramfs-non-world-readable-al.patch
0504-ibft-fix-boot-flag-check.patch
0505-Allow-booting-from-degraded-MD-RAID-arrays.patch
0506-Boot-on-s390x-with-fips-1-on-the-kernel-commnad-line.patch
0507-Set-TaskMax-inifinite-for-the-emergency-shell.patch
0508-90multipath-start-before-local-fs-pre.target.patch
0509-01fips-Remove-zlib-module-as-requirement.patch
0510-01fips-Some-modules-use-separators-other-than.patch
0511-01fips-ensure-fips-initialization-succeeds-on-s390-x.patch
0512-Make-binutils-optional-when-elfutils-are-available.patch
0513-Fix-regression-caused-by-6f9bf2b8ac436259bdccb110545.patch
0514-man-make-the-k-option-clear-using-mkinitrd.patch
0515-90kernel-modules-also-add-block-device-driver-revers.patch
0516-mkinitrd-suse.sh-Fix-prefix-calculation.patch
0517-95fcoe-fixup-fcoe-genrules.sh-for-VN2VN-mode.patch
0518-90kernel-modules-Fix-backlight-on-Cherrytrail-device.patch
0519-90kernel-modules-Ensure-phy-drivers-are-loaded-in-in.patch
0520-Ignore-module-resolution-errors.patch
0521-Ensure-udev-persistent-storage-compat-rules-get-crea.patch
0522-Fix-typo-from-commit-3f1cdb520.patch
0523-98dracut-systemd-Fix-module-force-loading-with-syste.patch
0524-Suppress-nonsensical-error-message-bsc-1032029.patch
0525-backport-bail-out-if-module-directory-does-not-exist.patch
0526-iscsiroot-call-handle_firmware-only-for-non-iface-in.patch
0527-switch-fips-checking-to-use-the-libkcapi-based-fipsc.patch
0528-Ensure-dracut.sh-responds-properly-to-hostonly_cmdli.patch
0529-systemd-add-missing-.slice-unit.patch
0530-dracut-systemd-dracut-cmdline-ask-fix-dracut-kernel-.patch
0531-dracut-systemd-.service-conflict-with-shutdown-targe.patch
0532-List-drivers-rather-than-looking-for-reverse-depende.patch
0533-instmods-check-modules.builtin-in-srcmods.patch
0534-ssh-client-Include-nss_-libraries.patch
0535-Sync-initramfs-after-creation.patch
0536-90multipath-drop-67-kpartx-compat.rules.patch
0537-dracut-init.sh-ignore-crc32.ko-in-builtin-test.patch
0538-Enable-core-dumps-with-systemd-from-initrd.patch
0539-Add-IMA-functionality-fate-323289.patch
0540-Check-the-proper-variable-for-a-custom-IMA-keys-dire.patch
0541-Make-sure-70-persistent-net.rules-is-included-in-ini.patch
0542-Include-crc32c-intel-module-when-using-btrfs.patch
0543-Remove-00systemd-bootchart.patch
0544-40network-Make-ip-dhcp-work.patch
0545-Add-early-microcode-support-for-AMD-family-16h.patch
0546-Support-Microcode-Updates-for-AMD-CPU-Family-0x17.patch
0547-Fix-task-limit-in-emergency.service-the-same-change-.patch
0548-95fcoe-Switch-back-to-using-fipvlan-for-bnx2fc.patch
0549-fcoe-up-Increase-sleeptime-to-13s.patch
0550-95fcoe-add-timeout-initqueue-entries.patch
0551-fips-use-lib-modules-uname-r-modules.fips.patch
0552-98integrity-support-validating-the-IMA-policy-file-s.patch
0553-98integrity-support-loading-x509-into-the-trusted-bu.patch
0554-98integrity-support-X.509-only-EVM-configuration.patch
0555-Avoid-executing-emergency-hooks-twice.patch
0556-95qeth_rules-Add-new-module-to-copy-qeth-rules.patch
0557-40network-make-arping-optional.patch
0558-40network-remove-brctl-dependency.patch
0559-Add-wickedd-duid.xml-and-iaid.xml-if-available.patch
0560-90kernel-modules-Ensure-PCI-host-modules-are-include.patch
0561-Add-the-qedi-driver-to-driver-list-for-iscsi-boot.patch
0562-Adjust-driver-list-to-modern-kernels.patch
0563-40network-collapse-arping-and-dhcp-calls-into-wicked.patch
0564-40network-Always-set-the-gw-variable.patch
0565-90kernel-modules-Include-Intel-Volume-Management-Dev.patch
0566-95nfs-If-no-server-is-configured-read-BOOTSERVERADDR.patch
0567-Fix-booting-with-fips-1-on-SLES-15.patch
0568-95multipath-Pickup-files-in-etc-multipath-conf.d.patch
0569-10i18n-Load-all-keymaps-for-a-given-locale.patch
0570-10i18n-Fix-possible-infinite-recursion.patch
0571-40network-Fix-static-network-setup.patch
0572-lsinitrd-no-more-cat-write-error-Broken-pipe.patch
0573-lsinitrd.sh-quote-filename-in-extract_files.patch
0574-s-find_btrfs_devs-btrfs_devs.patch
0580-check_for_CONFIG_ACPI_TABLE_UPGRADE.patch
0581-kernel-modules-add-nfit.patch
0582-98dracut-systemd-Start-systemd-vconsole-setup-before.patch
0583-99base-Allow-files-with-backslashes-in-hostonly-file.patch
0584-95dasd_rules-mark-dasd-rules-host_only.patch
0585-emergency-mode-use-sulogin.patch
0586-95zfcp_rules-parse-zfcp.sh-remove-rule-existence-check.patch
0587-Fix-a-missing-space-in-example-configs.patch
0588-Ensure-mmc-host-modules-get-included-properly.patch
0589-Fix-98dracut-systemd-dracut-emergency.sh.patch
0590-00systemd-check-if-systemd-version-is-a-number.patch
0591-91zipl-Don-t-use-contents-of-commented-lines.patch
0592-95iscsi-handle-qedi-like-bnx2i.patch
0593-dracut-only-copy-xattr-if-root.patch
0594-Check-SUSE-kernel-module-dependencies-recursively.patch
0595-iscsi-don-t-continue-waiting-if-the-root-device-is-p.patch
0596-network-stop-waiting-for-interfaces-if-root-device-i.patch
0597-iscsiroot-parse_iscsi_root-overwrites-command-line-a.patch
0598-iscsiroot-there-s-never-more-than-one-target-per-cal.patch
0599-iscsiroot-try-targets-only-once.patch
0600-iscsiroot-remove-bashisms.patch
0601-base-dracut-lib.sh-dev_unit_name-guard-against-dev-b.patch
99-debug.conf
dracut-044.tar.xz
dracut-installkernel
mkinitrd_setup_dummy
purge-kernels
purge-kernels.service
s390x_persistent_device.conf
New:
----
README.susemaint
_service
_servicedata
dracut-049+git92.951f754b.obscpio
dracut-049+git92.951f754b.tar.xz
dracut.obsinfo
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ dracut.spec ++++++
++++ 910 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/dracut/dracut.spec
++++ and /work/SRC/openSUSE:Factory/.dracut.new.5148/dracut.spec
++++++ README.susemaint ++++++
Maintaining Dracut
==================
1. Adding/Submitting patches:
Patches get added as merge requests on Github against the respective maintenance branch.
If the dracut version is 049, the maintenance branch is SUSE/049. Please make sure
to provide an adiquate patch description. If you fix a modules, please prepend the module
name in the first line. Also add bugzilla and fate references in their own line:
99example: Provide a useful description
Explain the use cases for the module in more detail, give a general summary of
its purpose.
Reference: bsc#4566
2. Updating the OBS repo from git:
rm dracut*.xz
rm dracut*.obscpio
osc service localrun
osc ar
osc commit
osc sr
++++++ _service ++++++
<services>
<service name="obs_scm" mode="localonly">
<param name="scm">git</param>
<param name="url">https://github.com/opensuse/dracut.git</param>
<param name="revision">SUSE/049</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
<param name="extract">suse/dracut.spec</param>
<param name="extract">suse/README.susemaint</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="localonly" />
<service name="recompress" mode="localonly">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="localonly" />
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/opensuse/dracut.git</param>
<param name="changesrevision">951f754bdf44f95c745cfe157c5580b9602f5d21</param></service></servicedata>++++++ dracut.obsinfo ++++++
name: dracut
version: 049+git92.951f754b
mtime: 1558812590
commit: 951f754bdf44f95c745cfe157c5580b9602f5d21
1
0
Hello community,
here is the log from the commit of package python-boto3 for openSUSE:Factory checked in at 2019-05-28 09:40:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-boto3 (Old)
and /work/SRC/openSUSE:Factory/.python-boto3.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-boto3"
Tue May 28 09:40:23 2019 rev:28 rq:705435 version:1.9.156
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-boto3/python-boto3.changes 2019-05-22 10:55:11.371069601 +0200
+++ /work/SRC/openSUSE:Factory/.python-boto3.new.5148/python-boto3.changes 2019-05-28 09:40:26.053902337 +0200
@@ -1,0 +2,46 @@
+Sat May 25 15:32:34 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz(a)suse.com>
+
+- Version update to 1.9.156
+ * api-change:``mediastore-data``: [``botocore``] Update mediastore-data client to latest version
+ * api-change:``codedeploy``: [``botocore``] Update codedeploy client to latest version
+ * api-change:``opsworkscm``: [``botocore``] Update opsworkscm client to latest version
+- from version 1.9.155
+ * api-change:``waf-regional``: [``botocore``] Update waf-regional client to latest version
+ * api-change:``ec2``: [``botocore``] Update ec2 client to latest version
+- from version 1.9.154
+ * api-change:``efs``: [``botocore``] Update efs client to latest version
+ * api-change:``ec2``: [``botocore``] Update ec2 client to latest version
+ * api-change:``apigateway``: [``botocore``] Update apigateway client to latest version
+ * api-change:``worklink``: [``botocore``] Update worklink client to latest version
+ * api-change:``rds``: [``botocore``] Update rds client to latest version
+ * api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version
+ * api-change:``devicefarm``: [``botocore``] Update devicefarm client to latest version
+ * api-change:``budgets``: [``botocore``] Update budgets client to latest version
+- from version 1.9.153
+ * api-change:``datasync``: [``botocore``] Update datasync client to latest version
+ * api-change:``alexaforbusiness``: [``botocore``] Update alexaforbusiness client to latest version
+- from version 1.9.152
+ * api-change:``kafka``: [``botocore``] Update kafka client to latest version
+ * api-change:``meteringmarketplace``: [``botocore``] Update meteringmarketplace client to latest version
+ * api-change:``mediapackage-vod``: [``botocore``] Update mediapackage-vod client to latest version
+- from version 1.9.151
+ * api-change:``appstream``: [``botocore``] Update appstream client to latest version
+- from version 1.9.150
+ * api-change:``medialive``: [``botocore``] Update medialive client to latest version
+ * api-change:``s3``: [``botocore``] Update s3 client to latest version
+- from version 1.9.149
+ * api-change:``ec2``: [``botocore``] Update ec2 client to latest version
+ * api-change:``transcribe``: [``botocore``] Update transcribe client to latest version
+ * api-change:``mediapackage``: [``botocore``] Update mediapackage client to latest version
+ * api-change:``codepipeline``: [``botocore``] Update codepipeline client to latest version
+ * enhancement:Environment Variables: [``botocore``] Ignore env var credentials is values
+ are empty (`#1680 <https://github.com/boto/botocore/issues/1680>`__)
+ * api-change:``rds``: [``botocore``] Update rds client to latest version
+- from version 1.9.148
+ * api-change:``comprehend``: [``botocore``] Update comprehend client to latest version
+ * api-change:``chime``: [``botocore``] Update chime client to latest version
+ * api-change:``storagegateway``: [``botocore``] Update storagegateway client to latest version
+ * api-change:``ec2``: [``botocore``] Update ec2 client to latest version
+- Update BuildRequires and Requires in spec file from setup.py
+
+-------------------------------------------------------------------
Old:
----
1.9.147.tar.gz
New:
----
1.9.156.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-boto3.spec ++++++
--- /var/tmp/diff_new_pack.d4vkGd/_old 2019-05-28 09:40:26.845902076 +0200
+++ /var/tmp/diff_new_pack.d4vkGd/_new 2019-05-28 09:40:26.845902076 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-boto3
-Version: 1.9.147
+Version: 1.9.156
Release: 0
Summary: Amazon Web Services Library
License: Apache-2.0
@@ -27,7 +27,7 @@
Source: https://github.com/boto/boto3/archive/%{version}.tar.gz
# Related test dependencies
BuildRequires: %{python_module botocore < 1.13.0}
-BuildRequires: %{python_module botocore >= 1.12.147}
+BuildRequires: %{python_module botocore >= 1.12.156}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module s3transfer < 0.3.0}
@@ -37,7 +37,7 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-botocore < 1.13.0
-Requires: python-botocore >= 1.12.147
+Requires: python-botocore >= 1.12.156
Requires: python-jmespath < 1.0.0
Requires: python-jmespath >= 0.7.1
Requires: python-s3transfer < 0.3.0
++++++ 1.9.147.tar.gz -> 1.9.156.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.147/.changes/1.9.148.json new/boto3-1.9.156/.changes/1.9.148.json
--- old/boto3-1.9.147/.changes/1.9.148.json 1970-01-01 01:00:00.000000000 +0100
+++ new/boto3-1.9.156/.changes/1.9.148.json 2019-05-24 20:13:32.000000000 +0200
@@ -0,0 +1,22 @@
+[
+ {
+ "category": "``comprehend``",
+ "description": "[``botocore``] Update comprehend client to latest version",
+ "type": "api-change"
+ },
+ {
+ "category": "``chime``",
+ "description": "[``botocore``] Update chime client to latest version",
+ "type": "api-change"
+ },
+ {
+ "category": "``storagegateway``",
+ "description": "[``botocore``] Update storagegateway client to latest version",
+ "type": "api-change"
+ },
+ {
+ "category": "``ec2``",
+ "description": "[``botocore``] Update ec2 client to latest version",
+ "type": "api-change"
+ }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.147/.changes/1.9.149.json new/boto3-1.9.156/.changes/1.9.149.json
--- old/boto3-1.9.147/.changes/1.9.149.json 1970-01-01 01:00:00.000000000 +0100
+++ new/boto3-1.9.156/.changes/1.9.149.json 2019-05-24 20:13:32.000000000 +0200
@@ -0,0 +1,32 @@
+[
+ {
+ "category": "``ec2``",
+ "description": "[``botocore``] Update ec2 client to latest version",
+ "type": "api-change"
+ },
+ {
+ "category": "``transcribe``",
+ "description": "[``botocore``] Update transcribe client to latest version",
+ "type": "api-change"
+ },
+ {
+ "category": "``mediapackage``",
+ "description": "[``botocore``] Update mediapackage client to latest version",
+ "type": "api-change"
+ },
+ {
+ "category": "``codepipeline``",
+ "description": "[``botocore``] Update codepipeline client to latest version",
+ "type": "api-change"
+ },
+ {
+ "category": "Environment Variables",
+ "description": "[``botocore``] Ignore env var credentials is values are empty (`#1680 <https://github.com/boto/botocore/issues/1680>`__)",
+ "type": "enhancement"
+ },
+ {
+ "category": "``rds``",
+ "description": "[``botocore``] Update rds client to latest version",
+ "type": "api-change"
+ }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.147/.changes/1.9.150.json new/boto3-1.9.156/.changes/1.9.150.json
--- old/boto3-1.9.147/.changes/1.9.150.json 1970-01-01 01:00:00.000000000 +0100
+++ new/boto3-1.9.156/.changes/1.9.150.json 2019-05-24 20:13:32.000000000 +0200
@@ -0,0 +1,12 @@
+[
+ {
+ "category": "``medialive``",
+ "description": "[``botocore``] Update medialive client to latest version",
+ "type": "api-change"
+ },
+ {
+ "category": "``s3``",
+ "description": "[``botocore``] Update s3 client to latest version",
+ "type": "api-change"
+ }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.147/.changes/1.9.151.json new/boto3-1.9.156/.changes/1.9.151.json
--- old/boto3-1.9.147/.changes/1.9.151.json 1970-01-01 01:00:00.000000000 +0100
+++ new/boto3-1.9.156/.changes/1.9.151.json 2019-05-24 20:13:32.000000000 +0200
@@ -0,0 +1,7 @@
+[
+ {
+ "category": "``appstream``",
+ "description": "[``botocore``] Update appstream client to latest version",
+ "type": "api-change"
+ }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.147/.changes/1.9.152.json new/boto3-1.9.156/.changes/1.9.152.json
--- old/boto3-1.9.147/.changes/1.9.152.json 1970-01-01 01:00:00.000000000 +0100
+++ new/boto3-1.9.156/.changes/1.9.152.json 2019-05-24 20:13:32.000000000 +0200
@@ -0,0 +1,17 @@
+[
+ {
+ "category": "``kafka``",
+ "description": "[``botocore``] Update kafka client to latest version",
+ "type": "api-change"
+ },
+ {
+ "category": "``meteringmarketplace``",
+ "description": "[``botocore``] Update meteringmarketplace client to latest version",
+ "type": "api-change"
+ },
+ {
+ "category": "``mediapackage-vod``",
+ "description": "[``botocore``] Update mediapackage-vod client to latest version",
+ "type": "api-change"
+ }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.147/.changes/1.9.153.json new/boto3-1.9.156/.changes/1.9.153.json
--- old/boto3-1.9.147/.changes/1.9.153.json 1970-01-01 01:00:00.000000000 +0100
+++ new/boto3-1.9.156/.changes/1.9.153.json 2019-05-24 20:13:32.000000000 +0200
@@ -0,0 +1,12 @@
+[
+ {
+ "category": "``datasync``",
+ "description": "[``botocore``] Update datasync client to latest version",
+ "type": "api-change"
+ },
+ {
+ "category": "``alexaforbusiness``",
+ "description": "[``botocore``] Update alexaforbusiness client to latest version",
+ "type": "api-change"
+ }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.147/.changes/1.9.154.json new/boto3-1.9.156/.changes/1.9.154.json
--- old/boto3-1.9.147/.changes/1.9.154.json 1970-01-01 01:00:00.000000000 +0100
+++ new/boto3-1.9.156/.changes/1.9.154.json 2019-05-24 20:13:32.000000000 +0200
@@ -0,0 +1,42 @@
+[
+ {
+ "category": "``efs``",
+ "description": "[``botocore``] Update efs client to latest version",
+ "type": "api-change"
+ },
+ {
+ "category": "``ec2``",
+ "description": "[``botocore``] Update ec2 client to latest version",
+ "type": "api-change"
+ },
+ {
+ "category": "``apigateway``",
+ "description": "[``botocore``] Update apigateway client to latest version",
+ "type": "api-change"
+ },
+ {
+ "category": "``worklink``",
+ "description": "[``botocore``] Update worklink client to latest version",
+ "type": "api-change"
+ },
+ {
+ "category": "``rds``",
+ "description": "[``botocore``] Update rds client to latest version",
+ "type": "api-change"
+ },
+ {
+ "category": "``servicecatalog``",
+ "description": "[``botocore``] Update servicecatalog client to latest version",
+ "type": "api-change"
+ },
+ {
+ "category": "``devicefarm``",
+ "description": "[``botocore``] Update devicefarm client to latest version",
+ "type": "api-change"
+ },
+ {
+ "category": "``budgets``",
+ "description": "[``botocore``] Update budgets client to latest version",
+ "type": "api-change"
+ }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.147/.changes/1.9.155.json new/boto3-1.9.156/.changes/1.9.155.json
--- old/boto3-1.9.147/.changes/1.9.155.json 1970-01-01 01:00:00.000000000 +0100
+++ new/boto3-1.9.156/.changes/1.9.155.json 2019-05-24 20:13:32.000000000 +0200
@@ -0,0 +1,12 @@
+[
+ {
+ "category": "``waf-regional``",
+ "description": "[``botocore``] Update waf-regional client to latest version",
+ "type": "api-change"
+ },
+ {
+ "category": "``ec2``",
+ "description": "[``botocore``] Update ec2 client to latest version",
+ "type": "api-change"
+ }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.147/.changes/1.9.156.json new/boto3-1.9.156/.changes/1.9.156.json
--- old/boto3-1.9.147/.changes/1.9.156.json 1970-01-01 01:00:00.000000000 +0100
+++ new/boto3-1.9.156/.changes/1.9.156.json 2019-05-24 20:13:32.000000000 +0200
@@ -0,0 +1,17 @@
+[
+ {
+ "category": "``mediastore-data``",
+ "description": "[``botocore``] Update mediastore-data client to latest version",
+ "type": "api-change"
+ },
+ {
+ "category": "``codedeploy``",
+ "description": "[``botocore``] Update codedeploy client to latest version",
+ "type": "api-change"
+ },
+ {
+ "category": "``opsworkscm``",
+ "description": "[``botocore``] Update opsworkscm client to latest version",
+ "type": "api-change"
+ }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.147/CHANGELOG.rst new/boto3-1.9.156/CHANGELOG.rst
--- old/boto3-1.9.147/CHANGELOG.rst 2019-05-13 20:43:44.000000000 +0200
+++ new/boto3-1.9.156/CHANGELOG.rst 2019-05-24 20:13:32.000000000 +0200
@@ -2,6 +2,82 @@
CHANGELOG
=========
+1.9.156
+=======
+
+* api-change:``mediastore-data``: [``botocore``] Update mediastore-data client to latest version
+* api-change:``codedeploy``: [``botocore``] Update codedeploy client to latest version
+* api-change:``opsworkscm``: [``botocore``] Update opsworkscm client to latest version
+
+
+1.9.155
+=======
+
+* api-change:``waf-regional``: [``botocore``] Update waf-regional client to latest version
+* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
+
+
+1.9.154
+=======
+
+* api-change:``efs``: [``botocore``] Update efs client to latest version
+* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
+* api-change:``apigateway``: [``botocore``] Update apigateway client to latest version
+* api-change:``worklink``: [``botocore``] Update worklink client to latest version
+* api-change:``rds``: [``botocore``] Update rds client to latest version
+* api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version
+* api-change:``devicefarm``: [``botocore``] Update devicefarm client to latest version
+* api-change:``budgets``: [``botocore``] Update budgets client to latest version
+
+
+1.9.153
+=======
+
+* api-change:``datasync``: [``botocore``] Update datasync client to latest version
+* api-change:``alexaforbusiness``: [``botocore``] Update alexaforbusiness client to latest version
+
+
+1.9.152
+=======
+
+* api-change:``kafka``: [``botocore``] Update kafka client to latest version
+* api-change:``meteringmarketplace``: [``botocore``] Update meteringmarketplace client to latest version
+* api-change:``mediapackage-vod``: [``botocore``] Update mediapackage-vod client to latest version
+
+
+1.9.151
+=======
+
+* api-change:``appstream``: [``botocore``] Update appstream client to latest version
+
+
+1.9.150
+=======
+
+* api-change:``medialive``: [``botocore``] Update medialive client to latest version
+* api-change:``s3``: [``botocore``] Update s3 client to latest version
+
+
+1.9.149
+=======
+
+* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
+* api-change:``transcribe``: [``botocore``] Update transcribe client to latest version
+* api-change:``mediapackage``: [``botocore``] Update mediapackage client to latest version
+* api-change:``codepipeline``: [``botocore``] Update codepipeline client to latest version
+* enhancement:Environment Variables: [``botocore``] Ignore env var credentials is values are empty (`#1680 <https://github.com/boto/botocore/issues/1680>`__)
+* api-change:``rds``: [``botocore``] Update rds client to latest version
+
+
+1.9.148
+=======
+
+* api-change:``comprehend``: [``botocore``] Update comprehend client to latest version
+* api-change:``chime``: [``botocore``] Update chime client to latest version
+* api-change:``storagegateway``: [``botocore``] Update storagegateway client to latest version
+* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
+
+
1.9.147
=======
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.147/LICENSE new/boto3-1.9.156/LICENSE
--- old/boto3-1.9.147/LICENSE 2019-05-13 20:43:44.000000000 +0200
+++ new/boto3-1.9.156/LICENSE 2019-05-24 20:13:32.000000000 +0200
@@ -1,12 +1,177 @@
-Copyright 2013-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
-Licensed under the Apache License, Version 2.0 (the "License"). You
-may not use this file except in compliance with the License. A copy of
-the License is located at
-
- http://aws.amazon.com/apache2.0/
-
-or in the "license" file accompanying this file. This file is
-distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
-ANY KIND, either express or implied. See the License for the specific
-language governing permissions and limitations under the License.
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.147/NOTICE new/boto3-1.9.156/NOTICE
--- old/boto3-1.9.147/NOTICE 1970-01-01 01:00:00.000000000 +0100
+++ new/boto3-1.9.156/NOTICE 2019-05-24 20:13:32.000000000 +0200
@@ -0,0 +1,2 @@
+boto3
+Copyright 2013-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.147/boto3/__init__.py new/boto3-1.9.156/boto3/__init__.py
--- old/boto3-1.9.147/boto3/__init__.py 2019-05-13 20:43:44.000000000 +0200
+++ new/boto3-1.9.156/boto3/__init__.py 2019-05-24 20:13:32.000000000 +0200
@@ -17,7 +17,7 @@
__author__ = 'Amazon Web Services'
-__version__ = '1.9.147'
+__version__ = '1.9.156'
# The default Boto3 session; autoloaded when needed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.147/setup.cfg new/boto3-1.9.156/setup.cfg
--- old/boto3-1.9.147/setup.cfg 2019-05-13 20:43:44.000000000 +0200
+++ new/boto3-1.9.156/setup.cfg 2019-05-24 20:13:32.000000000 +0200
@@ -3,6 +3,6 @@
[metadata]
requires-dist =
- botocore>=1.12.147,<1.13.0
+ botocore>=1.12.156,<1.13.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.2.0,<0.3.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.147/setup.py new/boto3-1.9.156/setup.py
--- old/boto3-1.9.147/setup.py 2019-05-13 20:43:44.000000000 +0200
+++ new/boto3-1.9.156/setup.py 2019-05-24 20:13:32.000000000 +0200
@@ -14,7 +14,7 @@
requires = [
- 'botocore>=1.12.147,<1.13.0',
+ 'botocore>=1.12.156,<1.13.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.2.0,<0.3.0'
]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.147/tests/integration/test_s3.py new/boto3-1.9.156/tests/integration/test_s3.py
--- old/boto3-1.9.147/tests/integration/test_s3.py 2019-05-13 20:43:44.000000000 +0200
+++ new/boto3-1.9.156/tests/integration/test_s3.py 2019-05-24 20:13:32.000000000 +0200
@@ -187,6 +187,9 @@
}
bucket = self.s3.create_bucket(**kwargs)
self.addCleanup(bucket.delete)
+
+ for _ in range(3):
+ bucket.wait_until_exists()
return bucket
def test_s3(self):
1
0
Hello community,
here is the log from the commit of package python-botocore for openSUSE:Factory checked in at 2019-05-28 09:40:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-botocore (Old)
and /work/SRC/openSUSE:Factory/.python-botocore.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-botocore"
Tue May 28 09:40:16 2019 rev:42 rq:705434 version:1.12.156
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-botocore/python-botocore.changes 2019-05-22 10:55:04.991084240 +0200
+++ /work/SRC/openSUSE:Factory/.python-botocore.new.5148/python-botocore.changes 2019-05-28 09:40:18.033904979 +0200
@@ -1,0 +2,48 @@
+Sat May 25 15:32:05 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz(a)suse.com>
+
+- Version update to 1.12.156 (boo#1136184)
+ * api-change:``mediastore-data``: Update mediastore-data client to latest version
+ * api-change:``codedeploy``: Update codedeploy client to latest version
+ * api-change:``opsworkscm``: Update opsworkscm client to latest version
+- from version 1.12.155
+ * api-change:``waf-regional``: Update waf-regional client to latest version
+ * api-change:``ec2``: Update ec2 client to latest version
+- from version 1.12.154
+ * api-change:``efs``: Update efs client to latest version
+ * api-change:``ec2``: Update ec2 client to latest version
+ * api-change:``apigateway``: Update apigateway client to latest version
+ * api-change:``worklink``: Update worklink client to latest version
+ * api-change:``rds``: Update rds client to latest version
+ * api-change:``servicecatalog``: Update servicecatalog client to latest version
+ * api-change:``devicefarm``: Update devicefarm client to latest version
+ * api-change:``budgets``: Update budgets client to latest version
+- from version 1.12.153
+ * api-change:``datasync``: Update datasync client to latest version
+ * api-change:``alexaforbusiness``: Update alexaforbusiness client to latest version
+- from version 1.12.152
+ * api-change:``kafka``: Update kafka client to latest version
+ * api-change:``meteringmarketplace``: Update meteringmarketplace client to latest version
+ * api-change:``mediapackage-vod``: Update mediapackage-vod client to latest version
+- from version 1.12.151
+ * api-change:``appstream``: Update appstream client to latest version
+- from 1.12.150
+ * api-change:``medialive``: Update medialive client to latest version
+ * api-change:``s3``: Update s3 client to latest version
+- from version 1.12.149
+ * api-change:``ec2``: Update ec2 client to latest version
+ * api-change:``transcribe``: Update transcribe client to latest version
+ * api-change:``mediapackage``: Update mediapackage client to latest version
+ * api-change:``codepipeline``: Update codepipeline client to latest version
+ * enhancement:Environment Variables: Ignore env var credentials is values are
+ empty (`#1680 <https://github.com/boto/botocore/issues/1680>`__)
+ * api-change:``rds``: Update rds client to latest version
+- from version 1.12.148
+ * api-change:``comprehend``: Update comprehend client to latest version
+ * api-change:``chime``: Update chime client to latest version
+ * api-change:``storagegateway``: Update storagegateway client to latest version
+ * api-change:``ec2``: Update ec2 client to latest version
+- Refresh patches for new version
+ + hide_py_pckgmgmt.patch
+- Update Requires in spec file from setup.py
+
+-------------------------------------------------------------------
Old:
----
botocore-1.12.147.tar.gz
New:
----
botocore-1.12.156.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-botocore.spec ++++++
--- /var/tmp/diff_new_pack.kmNdRd/_old 2019-05-28 09:40:18.637904780 +0200
+++ /var/tmp/diff_new_pack.kmNdRd/_new 2019-05-28 09:40:18.637904780 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-botocore
-Version: 1.12.147
+Version: 1.12.156
Release: 0
Summary: Python interface for AWS
License: Apache-2.0
@@ -32,7 +32,7 @@
BuildRequires: %{python_module python-dateutil <= 3.0.0}
BuildRequires: %{python_module python-dateutil >= 2.1}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module urllib3 < 1.25}
+BuildRequires: %{python_module urllib3 < 1.26}
BuildRequires: %{python_module urllib3 >= 1.20}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
++++++ botocore-1.12.147.tar.gz -> botocore-1.12.156.tar.gz ++++++
++++ 11404 lines of diff (skipped)
++++++ hide_py_pckgmgmt.patch ++++++
--- /var/tmp/diff_new_pack.kmNdRd/_old 2019-05-28 09:40:20.221904259 +0200
+++ /var/tmp/diff_new_pack.kmNdRd/_new 2019-05-28 09:40:20.225904257 +0200
@@ -1,6 +1,6 @@
-diff -Nru botocore-1.12.84.orig/setup.py botocore-1.12.84/setup.py
---- botocore-1.12.84.orig/setup.py 2019-01-24 00:03:29.000000000 +0100
-+++ botocore-1.12.84/setup.py 2019-01-24 11:52:15.619409887 +0100
+diff -Nru botocore-1.12.156.orig/setup.py botocore-1.12.156/setup.py
+--- botocore-1.12.156.orig/setup.py 2019-05-24 20:11:40.000000000 +0200
++++ botocore-1.12.156/setup.py 2019-05-25 17:15:57.371868069 +0200
@@ -23,31 +23,31 @@
raise RuntimeError("Unable to find version string.")
@@ -31,7 +31,7 @@
-elif sys.version_info[:2] == (3, 3):
- requires.append('urllib3>=1.20,<1.23')
-else:
-- requires.append('urllib3>=1.20,<1.25')
+- requires.append('urllib3>=1.20,<1.26')
+# if sys.version_info[:2] == (2, 6):
+# # For python2.6 we have a few other dependencies.
+# # First we need an ordered dictionary so we use the
@@ -52,7 +52,7 @@
+# elif sys.version_info[:2] == (3, 3):
+# requires.append('urllib3>=1.20,<1.23')
+# else:
-+# requires.append('urllib3>=1.20,<1.25')
++# requires.append('urllib3>=1.20,<1.26')
setup(
1
0
Hello community,
here is the log from the commit of package obs-service-tar_scm for openSUSE:Factory checked in at 2019-05-28 09:40:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-tar_scm (Old)
and /work/SRC/openSUSE:Factory/.obs-service-tar_scm.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-tar_scm"
Tue May 28 09:40:05 2019 rev:53 rq:705415 version:0.10.9.1557261720.32a1cdb
Changes:
--------
--- /work/SRC/openSUSE:Factory/obs-service-tar_scm/obs-service-tar_scm.changes 2019-03-14 14:53:15.827780052 +0100
+++ /work/SRC/openSUSE:Factory/.obs-service-tar_scm.new.5148/obs-service-tar_scm.changes 2019-05-28 09:40:10.285907532 +0200
@@ -1,0 +2,57 @@
+Wed May 8 13:26:40 UTC 2019 - Julio González Gil <jgonzalez(a)suse.com>
+
+- Require external argparse for RHEL6
+
+-------------------------------------------------------------------
+Tue May 07 22:41:38 UTC 2019 - FSchreiner(a)suse.com
+
+- Update to version 0.10.9.1557261720.32a1cdb:
+ * fix encoding error for surrogates
+ * glibc-common was used up to FC23 and RHEL7
+
+-------------------------------------------------------------------
+Fri May 03 15:24:40 UTC 2019 - FSchreiner(a)suse.com
+
+- Update to version 0.10.8.1556896538.0693a62:
+ * Compile python files before install
+ * change order in GNUMakefile to prefer python3
+ * More thorought spec file cleanup
+ * predefine python version in spec file for GNUMAkefile
+
+-------------------------------------------------------------------
+Fri Apr 26 19:00:00 UTC 2019 - Marcus Rueckert <mrueckert(a)suse.de>
+
+- the current guessing code is finding python2 and then uses that,
+ because python2 still seems to be available in the build env,
+ as we already know which python version we want we can just pass
+ the path to make and skip the whole guessing.
+
+-------------------------------------------------------------------
+Fri Apr 26 12:40:14 UTC 2019 - FSchreiner(a)suse.com
+
+- Update to version 0.10.7.1556277536.7e9915a:
+ * [dist] spec file: python3 only and multidist
+ * Git also uses the LANGUAGE variable
+ * centos_version and rhel_version are triple digits
+ * Minimize diff with the version in openSUSE:Tools
+ * Fix the logic to pick the locale package on Fedora
+ * Forgot the guard 0 in one conditional
+
+-------------------------------------------------------------------
+Tue Apr 9 17:18:09 UTC 2019 - Marcus Rueckert <mrueckert(a)suse.de>
+
+- centos_version and rhel_version are triple digits
+
+-------------------------------------------------------------------
+Tue Apr 9 17:03:08 UTC 2019 - Marcus Rueckert <mrueckert(a)suse.de>
+
+- locally apply fixes from
+ https://github.com/openSUSE/obs-service-tar_scm/pull/298
+
+-------------------------------------------------------------------
+Fri Mar 29 13:49:15 UTC 2019 - Julio González Gil <jgonzalez(a)suse.com>
+
+- Change requirement locale_package to glibc-common to fix building
+ for CentOS6 and CentOS7
+
+-------------------------------------------------------------------
Old:
----
obs-service-tar_scm-0.10.6.1551887937.e42c270.tar.gz
New:
----
obs-service-tar_scm-0.10.9.1557261720.32a1cdb.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ obs-service-tar_scm.spec ++++++
--- /var/tmp/diff_new_pack.4KcJgf/_old 2019-05-28 09:40:11.465907143 +0200
+++ /var/tmp/diff_new_pack.4KcJgf/_new 2019-05-28 09:40:11.469907142 +0200
@@ -16,65 +16,123 @@
#
+%if 0%{?suse_version} && 0%{?suse_version} >= 1220
+%bcond_without obs_scm_testsuite
+%else
+%bcond_with obs_scm_testsuite
+%endif
+
+%if 0%{?suse_version} >= 1500 || 0%{?fedora_version} >= 29
+%bcond_without python3
+%else
+%bcond_with python3
+%endif
+
+# This list probably needs to be extended
+# logic seems to be if python < 2.7 ; then needs_external_argparse ; fi
+%if (0%{?centos_version} == 6) || (0%{?rhel_version} == 600) || (0%{?suse_version} && 0%{?suse_version} < 1315) || (0%{?fedora_version} && 0%{?fedora_version} < 26)
+%bcond_without needs_external_argparse
+%else
+%bcond_with needs_external_argparse
+%endif
+
+%if %{with python3}
+%define use_python python3
+%define use_test test3
+%else
+%define use_python python
+%define use_test test
+%endif
+
%if 0%{?suse_version}
-%if 0%{?suse_version} >= 1550
+%define pyyaml_package %{use_python}-PyYAML
+%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150100
%define locale_package glibc-locale-base
%else
%define locale_package glibc-locale
%endif
%endif
-%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
+
+%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} >= 29 || 0%{?rhel_version} >= 800 || 0%{?centos_version} >= 800
+%define pyyaml_package %{use_python}-PyYAML
+%else
+%define pyyaml_package PyYAML
+%endif
+
+%if 0%{?fedora_version} >= 24 || 0%{?rhel_version} >= 800 || 0%{?centos_version} >= 800
%define locale_package glibc-langpack-en
+%else
+%define locale_package glibc-common
+%endif
%endif
-%bcond_without obs_scm_testsuite
+%if 0%{?mageia} || 0%{?mandriva_version}
+%define pyyaml_package python-yaml
+%define locale_package locales
+%endif
+
+# avoid code duplication
+%define scm_common_dep \
+Requires: obs-service-obs_scm-common = %version-%release \
+%{nil}
+
+%define scm_dependencies \
+Requires: git-core \
+%if 0%{?suse_version} >= 1315 \
+Recommends: bzr \
+Recommends: mercurial \
+Recommends: subversion \
+Recommends: obs-service-download_files \
+%endif \
+%{nil}
+
+######## END OF MACROS AND FUN ###################################
Name: obs-service-tar_scm
-%define version_unconverted 0.10.6.1551887937.e42c270
-Version: 0.10.6.1551887937.e42c270
+%define version_unconverted 0.10.9.1557261720.32a1cdb
+Version: 0.10.9.1557261720.32a1cdb
Release: 0
Summary: An OBS source service: create tar ball from svn/git/hg
License: GPL-2.0-or-later
Group: Development/Tools/Building
Url: https://github.com/openSUSE/obs-service-tar_scm
Source: %{name}-%{version}.tar.gz
+
# Fix build on Ubuntu by disabling mercurial tests, not applied in rpm
# based distributions
#Patch0: 0001-Debianization-disable-running-mercurial-tests.patch
+
%if %{with obs_scm_testsuite}
BuildRequires: %{locale_package}
+BuildRequires: %{use_python}-mock
+BuildRequires: %{use_python}-six
+BuildRequires: %{use_python}-unittest2
BuildRequires: bzr
BuildRequires: git-core
BuildRequires: mercurial
BuildRequires: subversion
-%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
-%define py_compile(O) \
-find %1 -name '*.pyc' -exec rm -f {} \\; \
-python -c "import sys, os, compileall; br='%{buildroot}'; compileall.compile_dir(sys.argv[1], ddir=br and (sys.argv[1][len(os.path.abspath(br)):]+'/') or None)" %1 \
-%{-O: \
-find %1 -name '*.pyo' -exec rm -f {} \\; \
-python -O -c "import sys, os, compileall; br='%{buildroot}'; compileall.compile_dir(sys.argv[1], ddir=br and (sys.argv[1][len(os.path.abspath(br)):]+'/') or None)" %1 \
-}
-
-BuildRequires: PyYAML
-%else
-BuildRequires: python-PyYAML
-%endif
-BuildRequires: python-dateutil
-BuildRequires: python-lxml
-BuildRequires: python-mock
-BuildRequires: python-six
-BuildRequires: python-unittest2
%endif
-BuildRequires: python >= 2.6
-Requires: git-core
-%if 0%{?suse_version} >= 1315
-Recommends: bzr
-Recommends: mercurial
-Recommends: subversion
+BuildRequires: %{locale_package}
+BuildRequires: %{pyyaml_package}
+%if %{with needs_external_argparse}
+BuildRequires: %{use_python}-argparse
+%endif
+BuildRequires: %{use_python}-dateutil
+# Why do we need this? we dont use it as runtime requires later
+BuildRequires: %{use_python}-lxml
+
+%if %{with python3}
+BuildRequires: %{use_python}
+%else
+BuildRequires: python >= 2.6
%endif
-Requires: obs-service-obs_scm-common = %version-%release
+%scm_common_dep
+%scm_dependencies
+#
+#
+#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -87,31 +145,24 @@
Summary: Common parts of SCM handling services
Group: Development/Tools/Building
Requires: %{locale_package}
-Requires: python-dateutil
-%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
-Requires: PyYAML
-%else
-Requires: python-PyYAML
-%if 0%{?suse_version} < 1315
-Requires: python-argparse
-%endif
-%endif
-
-%if 0%{?fedora_version} >= 25
-Requires: python2
+Requires: %{pyyaml_package}
+Requires: %{use_python}-dateutil
+%if %{with needs_external_argparse}
+Requires: %{use_python}-argparse
%endif
%description -n obs-service-obs_scm-common
+This is a source service for openSUSE Build Service.
+
+It supports downloading from svn, git, hg and bzr repositories.
+
+This package holds the shared files for different services.
%package -n obs-service-tar
Summary: Creates a tar archive from local directory
Group: Development/Tools/Building
-Requires: obs-service-obs_scm-common = %version-%release
Provides: obs-service-tar_scm:/usr/lib/obs/service/tar.service
-%if (0%{?fedora_version} && 0%{?fedora_version} < 26) || 0%{?centos} == 6 || 0%{?centos} == 7
-BuildRequires: python-argparse
-Requires: python-argparse
-%endif
+%scm_common_dep
%description -n obs-service-tar
Creates a tar archive from local directory
@@ -120,13 +171,8 @@
Summary: Creates a OBS cpio from a remote SCM resource
Group: Development/Tools/Building
Provides: obs-service-tar_scm:/usr/lib/obs/service/obs_scm.service
-Requires: git-core
-%if 0%{?suse_version} >= 1315
-Recommends: bzr
-Recommends: mercurial
-Recommends: subversion
-%endif
-Requires: obs-service-obs_scm-common = %version-%release
+%scm_common_dep
+%scm_dependencies
%description -n obs-service-obs_scm
Creates a OBS cpio from a remote SCM resource.
@@ -137,14 +183,8 @@
%package -n obs-service-appimage
Summary: Handles source downloads defined in appimage.yml files
Group: Development/Tools/Building
-Requires: git-core
-%if 0%{?suse_version} >= 1315
-Recommends: bzr
-Recommends: mercurial
-Recommends: subversion
-Recommends: obs-service-download_files
-%endif
-Requires: obs-service-obs_scm-common = %version-%release
+%scm_common_dep
+%scm_dependencies
%description -n obs-service-appimage
Experimental appimage support: This parses appimage.yml files for SCM
@@ -154,14 +194,8 @@
Summary: Handles source downloads defined in snapcraft.yaml files
Group: Development/Tools/Building
Provides: obs-service-tar_scm:/usr/lib/obs/service/snapcraft.service
-Requires: git-core
-%if 0%{?suse_version} >= 1315
-Recommends: bzr
-Recommends: mercurial
-Recommends: subversion
-Recommends: obs-service-download_files
-%endif
-Requires: obs-service-obs_scm-common = %version-%release
+%scm_common_dep
+%scm_dependencies
%description -n obs-service-snapcraft
Experimental snapcraft support: This parses snapcraft.yaml files for SCM
@@ -172,24 +206,17 @@
%setup -q -n obs-service-tar_scm-%version
%build
-%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
-%py_compile .
-%else
-%py_compile %{buildroot}
-%endif
%install
-make install DESTDIR="%{buildroot}" PREFIX="%{_prefix}" SYSCFG="%{_sysconfdir}"
+make install DESTDIR="%{buildroot}" PREFIX="%{_prefix}" SYSCFG="%{_sysconfdir}" PYTHON="%{_bindir}/%{use_python}"
%if %{with obs_scm_testsuite}
-%if 0%{?suse_version} >= 1220
-
+# moved conditional to the top as it helps to have it all in one place and only rely on the bcond_with here.
%check
# No need to run PEP8 tests here; that would require a potentially
# brittle BuildRequires: python-pep8, and any style issues are already
# caught by Travis CI.
-make test
-%endif
+make %{use_test}
%endif
%files
++++++ PKGBUILD ++++++
--- /var/tmp/diff_new_pack.4KcJgf/_old 2019-05-28 09:40:11.521907125 +0200
+++ /var/tmp/diff_new_pack.4KcJgf/_new 2019-05-28 09:40:11.521907125 +0200
@@ -1,5 +1,5 @@
pkgname=obs-service-tar_scm
-pkgver=0.10.6.1551887937.e42c270
+pkgver=0.10.9.1557261720.32a1cdb
pkgrel=0
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
arch=('any')
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.4KcJgf/_old 2019-05-28 09:40:11.553907114 +0200
+++ /var/tmp/diff_new_pack.4KcJgf/_new 2019-05-28 09:40:11.553907114 +0200
@@ -5,4 +5,4 @@
<param name="url">git://github.com/M0ses/obs-service-tar_scm.git</param>
<param name="changesrevision">b742dfc0e12755cf306a95439494b5bdde7c0c61</param></service><service name="tar_scm">
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
- <param name="changesrevision">689f06bdad912d238ee2714eeae9f53218953b9a</param></service></servicedata>
\ No newline at end of file
+ <param name="changesrevision">d35048f2cac019c9f452fe8fac2fe1eab5018e6e</param></service></servicedata>
\ No newline at end of file
++++++ debian.dsc ++++++
--- /var/tmp/diff_new_pack.4KcJgf/_old 2019-05-28 09:40:11.569907109 +0200
+++ /var/tmp/diff_new_pack.4KcJgf/_new 2019-05-28 09:40:11.573907107 +0200
@@ -1,6 +1,6 @@
Format: 1.0
Source: obs-service-tar-scm
-Version: 0.10.6.1551887937.e42c270
+Version: 0.10.9.1557261720.32a1cdb
Provides: obs-service-obs_scm, obs-service-tar
Binary: obs-service-tar_scm
Maintainer: Adrian Schroeter <adrian(a)suse.de>
++++++ obs-service-tar_scm-0.10.6.1551887937.e42c270.tar.gz -> obs-service-tar_scm-0.10.9.1557261720.32a1cdb.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/obs-service-tar_scm-0.10.6.1551887937.e42c270/GNUmakefile new/obs-service-tar_scm-0.10.9.1557261720.32a1cdb/GNUmakefile
--- old/obs-service-tar_scm-0.10.6.1551887937.e42c270/GNUmakefile 2019-03-06 16:58:57.000000000 +0100
+++ new/obs-service-tar_scm-0.10.9.1557261720.32a1cdb/GNUmakefile 2019-05-07 22:42:00.000000000 +0200
@@ -53,19 +53,19 @@
)
endef
-# On ArchLinux, /usr/bin/python is Python 3, and other distros
-# will switch to the same at various points. So until we support
-# Python 3, we need to do our best to ensure we have Python 2.
-PYTHON3 = python3 python3.6 python-3.6 python
-PYTHON2 = python2 python2.7 python-2.7 python2.6 python-2.6 python
-ALL_PYTHONS = $(PYTHON3) $(PYTHON2)
+PYTHON3 = python3.7 python-3.7 python3.6 python-3.6 python3.5 python-3.5 python3.4 python-3.4 python3.3 python-3.3 python3.2 python-3.2 python3
+PYTHON2 = python2.7 python-2.7 python2.6 python-2.6 python2
+
+# Ensure that correct python version is used in travis
PYTHON_MAJOR := $(shell python -c "import sys; print sys.version[:1]" 2>/dev/null)
ifeq ($(PYTHON_MAJOR), 2)
-PYTHON := $(shell which python2)
+ALL_PYTHONS = $(PYTHON2) python
else
-PYTHON = $(call first_in_path,$(ALL_PYTHONS))
+ALL_PYTHONS = $(PYTHON3) $(PYTHON2) python
endif
+PYTHON = $(call first_in_path,$(ALL_PYTHONS))
+
mylibdir = $(PREFIX)/lib/obs/service
mycfgdir = $(SYSCFG)/obs/services
@@ -165,7 +165,7 @@
.PHONY: install
-install: dirs tar_scm service
+install: dirs tar_scm service compile
install -m 0755 tar_scm $(DESTDIR)$(mylibdir)/tar_scm
install -m 0644 tar_scm.rc $(DESTDIR)$(mycfgdir)/tar_scm
# Recreate links, otherwise reinstalling would fail
@@ -177,7 +177,7 @@
ln -s tar_scm $(DESTDIR)$(mylibdir)/appimage
[ ! -L $(DESTDIR)$(mylibdir)/snapcraft ] || rm $(DESTDIR)$(mylibdir)/snapcraft
ln -s tar_scm $(DESTDIR)$(mylibdir)/snapcraft
- find ./TarSCM/ -name '*.py*' -exec install -m 644 {} $(DESTDIR)$(mylibdir)/{} \;
+ find ./TarSCM/ -name '*.py*' -exec install -D -m 644 {} $(DESTDIR)$(mylibdir)/{} \;
.PHONY: dirs
dirs:
@@ -206,4 +206,4 @@
rm -f ./cover.log
compile:
- find -name '*.py' -exec python -m py_compile {} \;
+ find -name '*.py' -exec $(PYTHON) -m py_compile {} \;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/obs-service-tar_scm-0.10.6.1551887937.e42c270/TarSCM/archive.py new/obs-service-tar_scm-0.10.9.1557261720.32a1cdb/TarSCM/archive.py
--- old/obs-service-tar_scm-0.10.6.1551887937.e42c270/TarSCM/archive.py 2019-03-06 16:58:57.000000000 +0100
+++ new/obs-service-tar_scm-0.10.9.1557261720.32a1cdb/TarSCM/archive.py 2019-05-07 22:42:00.000000000 +0200
@@ -114,9 +114,10 @@
# bytes() break in python2 with a TypeError as it expects only 1
# arg
try:
- proc.stdin.write(bytes(name, 'UTF-8'))
+ proc.stdin.write(name.encode('UTF-8', 'surrogateescape'))
except TypeError:
proc.stdin.write(name)
+
proc.stdin.write(b"\n")
proc.stdin.close()
ret_code = proc.wait()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/obs-service-tar_scm-0.10.6.1551887937.e42c270/TarSCM/cli.py new/obs-service-tar_scm-0.10.9.1557261720.32a1cdb/TarSCM/cli.py
--- old/obs-service-tar_scm-0.10.6.1551887937.e42c270/TarSCM/cli.py 2019-03-06 16:58:57.000000000 +0100
+++ new/obs-service-tar_scm-0.10.9.1557261720.32a1cdb/TarSCM/cli.py 2019-05-07 22:42:00.000000000 +0200
@@ -176,5 +176,6 @@
locale.setlocale(locale.LC_ALL, args.locale)
os.environ["LC_ALL"] = args.locale
os.environ["LANG"] = args.locale
+ os.environ["LANGUAGE"] = args.locale
return args
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/obs-service-tar_scm-0.10.6.1551887937.e42c270/dist/obs-service-tar_scm.spec new/obs-service-tar_scm-0.10.9.1557261720.32a1cdb/dist/obs-service-tar_scm.spec
--- old/obs-service-tar_scm-0.10.6.1551887937.e42c270/dist/obs-service-tar_scm.spec 2019-03-06 16:58:57.000000000 +0100
+++ new/obs-service-tar_scm-0.10.9.1557261720.32a1cdb/dist/obs-service-tar_scm.spec 2019-05-07 22:42:00.000000000 +0200
@@ -15,65 +15,124 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
+%if 0%{?suse_version} && 0%{?suse_version} >= 1220
+%bcond_without obs_scm_testsuite
+%else
+%bcond_with obs_scm_testsuite
+%endif
+
+%if 0%{?suse_version} >= 1500 || 0%{?fedora_version} >= 29
+%bcond_without python3
+%else
+%bcond_with python3
+%endif
+
+# This list probably needs to be extended
+# logic seems to be if python < 2.7 ; then needs_external_argparse ; fi
+%if (0%{?centos_version} == 6) || (0%{?suse_version} && 0%{?suse_version} < 1315) || (0%{?fedora_version} && 0%{?fedora_version} < 26)
+%bcond_without needs_external_argparse
+%else
+%bcond_with needs_external_argparse
+%endif
+
+%if %{with python3}
+%define use_python python3
+%define use_test test3
+%else
+%define use_python python
+%define use_test test
+%endif
+
%if 0%{?suse_version}
-%if 0%{?suse_version} >= 1550
+%define pyyaml_package %{use_python}-PyYAML
+%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150100
%define locale_package glibc-locale-base
%else
%define locale_package glibc-locale
%endif
%endif
-%if %{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
+
+%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} >= 29 || 0%{?rhel_version} >= 800 || 0%{?centos_version} >= 800
+%define pyyaml_package %{use_python}-PyYAML
+%else
+%define pyyaml_package PyYAML
+%endif
+
+%if 0%{?fedora_version} >= 24 || 0%{?rhel_version} >= 800 || 0%{?centos_version} >= 800
%define locale_package glibc-langpack-en
+%else
+%define locale_package glibc-common
+%endif
%endif
-%bcond_without obs_scm_testsuite
+%if 0%{?mageia} || 0%{?mandriva_version}
+%define pyyaml_package python-yaml
+%define locale_package locales
+%endif
+
+# avoid code duplication
+%define scm_common_dep \
+Requires: obs-service-obs_scm-common = %version-%release \
+%{nil}
+
+%define scm_dependencies \
+Requires: git-core \
+%if 0%{?suse_version} >= 1315 \
+Recommends: bzr \
+Recommends: mercurial \
+Recommends: subversion \
+Recommends: obs-service-download_files \
+%endif \
+%{nil}
+
+######## END OF MACROS AND FUN ###################################
Name: obs-service-tar_scm
-%define version_unconverted 0.9.5.1545082095.8dbc95f
-Version: 0.9.5.1545082095.8dbc95f
+%define version_unconverted 0.10.7.1556277536.7e9915a
+Version: 0.10.7.1556277536.7e9915a
Release: 0
Summary: An OBS source service: create tar ball from svn/git/hg
License: GPL-2.0-or-later
Group: Development/Tools/Building
Url: https://github.com/openSUSE/obs-service-tar_scm
Source: %{name}-%{version}.tar.gz
+
# Fix build on Ubuntu by disabling mercurial tests, not applied in rpm
# based distributions
#Patch0: 0001-Debianization-disable-running-mercurial-tests.patch
+
%if %{with obs_scm_testsuite}
+BuildRequires: %{locale_package}
+BuildRequires: %{use_python}-mock
+BuildRequires: %{use_python}-six
+BuildRequires: %{use_python}-unittest2
BuildRequires: bzr
BuildRequires: git-core
BuildRequires: mercurial
BuildRequires: subversion
-BuildRequires: %{locale_package}
-%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
-%define py_compile(O) \
-find %1 -name '*.pyc' -exec rm -f {} \\; \
-python -c "import sys, os, compileall; br='%{buildroot}'; compileall.compile_dir(sys.argv[1], ddir=br and (sys.argv[1][len(os.path.abspath(br)):]+'/') or None)" %1 \
-%{-O: \
-find %1 -name '*.pyo' -exec rm -f {} \\; \
-python -O -c "import sys, os, compileall; br='%{buildroot}'; compileall.compile_dir(sys.argv[1], ddir=br and (sys.argv[1][len(os.path.abspath(br)):]+'/') or None)" %1 \
-}
-
-BuildRequires: PyYAML
-%else
-BuildRequires: python-PyYAML
-%endif
-BuildRequires: python-dateutil
-BuildRequires: python-lxml
-BuildRequires: python-mock
-BuildRequires: python-unittest2
-BuildRequires: python-six
%endif
-BuildRequires: python >= 2.6
-Requires: git-core
-%if 0%{?suse_version} >= 1315
-Recommends: bzr
-Recommends: mercurial
-Recommends: subversion
+BuildRequires: %{locale_package}
+BuildRequires: %{pyyaml_package}
+%if %{with needs_external_argparse}
+BuildRequires: %{use_python}-argparse
+%endif
+BuildRequires: %{use_python}-dateutil
+# Why do we need this? we dont use it as runtime requires later
+BuildRequires: %{use_python}-lxml
+
+%if %{with python3}
+BuildRequires: %{use_python}
+%else
+BuildRequires: python >= 2.6
%endif
-Requires: obs-service-obs_scm-common = %version-%release
+%scm_common_dep
+%scm_dependencies
+#
+#
+#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -85,32 +144,25 @@
%package -n obs-service-obs_scm-common
Summary: Common parts of SCM handling services
Group: Development/Tools/Building
-Requires: python-dateutil
Requires: %{locale_package}
-%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
-Requires: PyYAML
-%else
-Requires: python-PyYAML
-%if 0%{?suse_version} < 1315
-Requires: python-argparse
-%endif
-%endif
-
-%if 0%{?fedora_version} >= 25
-Requires: python2
+Requires: %{pyyaml_package}
+Requires: %{use_python}-dateutil
+%if %{with needs_external_argparse}
+Requires: %{use_python}-argparse
%endif
%description -n obs-service-obs_scm-common
+This is a source service for openSUSE Build Service.
+
+It supports downloading from svn, git, hg and bzr repositories.
+
+This package holds the shared files for different services.
%package -n obs-service-tar
Summary: Creates a tar archive from local directory
Group: Development/Tools/Building
-Requires: obs-service-obs_scm-common = %version-%release
Provides: obs-service-tar_scm:/usr/lib/obs/service/tar.service
-%if (0%{?fedora_version} && 0%{?fedora_version} < 26) || 0%{?centos} == 6 || 0%{?centos} == 7
-BuildRequires: python-argparse
-Requires: python-argparse
-%endif
+%scm_common_dep
%description -n obs-service-tar
Creates a tar archive from local directory
@@ -119,13 +171,8 @@
Summary: Creates a OBS cpio from a remote SCM resource
Group: Development/Tools/Building
Provides: obs-service-tar_scm:/usr/lib/obs/service/obs_scm.service
-Requires: git-core
-%if 0%{?suse_version} >= 1315
-Recommends: bzr
-Recommends: mercurial
-Recommends: subversion
-%endif
-Requires: obs-service-obs_scm-common = %version-%release
+%scm_common_dep
+%scm_dependencies
%description -n obs-service-obs_scm
Creates a OBS cpio from a remote SCM resource.
@@ -136,14 +183,8 @@
%package -n obs-service-appimage
Summary: Handles source downloads defined in appimage.yml files
Group: Development/Tools/Building
-Requires: git-core
-%if 0%{?suse_version} >= 1315
-Recommends: bzr
-Recommends: mercurial
-Recommends: subversion
-Recommends: obs-service-download_files
-%endif
-Requires: obs-service-obs_scm-common = %version-%release
+%scm_common_dep
+%scm_dependencies
%description -n obs-service-appimage
Experimental appimage support: This parses appimage.yml files for SCM
@@ -153,14 +194,8 @@
Summary: Handles source downloads defined in snapcraft.yaml files
Group: Development/Tools/Building
Provides: obs-service-tar_scm:/usr/lib/obs/service/snapcraft.service
-Requires: git-core
-%if 0%{?suse_version} >= 1315
-Recommends: bzr
-Recommends: mercurial
-Recommends: subversion
-Recommends: obs-service-download_files
-%endif
-Requires: obs-service-obs_scm-common = %version-%release
+%scm_common_dep
+%scm_dependencies
%description -n obs-service-snapcraft
Experimental snapcraft support: This parses snapcraft.yaml files for SCM
@@ -171,24 +206,17 @@
%setup -q -n obs-service-tar_scm-%version
%build
-%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
-%py_compile .
-%else
-%py_compile %{buildroot}
-%endif
%install
-make install DESTDIR="%{buildroot}" PREFIX="%{_prefix}" SYSCFG="%{_sysconfdir}"
+make install DESTDIR="%{buildroot}" PREFIX="%{_prefix}" SYSCFG="%{_sysconfdir}" PYTHON="%{_bindir}/%{use_python}"
%if %{with obs_scm_testsuite}
-%if 0%{?suse_version} >= 1220
-
+# moved conditional to the top as it helps to have it all in one place and only rely on the bcond_with here.
%check
# No need to run PEP8 tests here; that would require a potentially
# brittle BuildRequires: python-pep8, and any style issues are already
# caught by Travis CI.
-make test
-%endif
+make %{use_test}
%endif
%files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/obs-service-tar_scm-0.10.6.1551887937.e42c270/tests/fixtures.py new/obs-service-tar_scm-0.10.9.1557261720.32a1cdb/tests/fixtures.py
--- old/obs-service-tar_scm-0.10.6.1551887937.e42c270/tests/fixtures.py 2019-03-06 16:58:57.000000000 +0100
+++ new/obs-service-tar_scm-0.10.9.1557261720.32a1cdb/tests/fixtures.py 2019-05-07 22:42:00.000000000 +0200
@@ -1,4 +1,3 @@
-#!/usr/bin/env python2
# -*- coding: utf-8 -*-
import os
1
0
Hello community,
here is the log from the commit of package perl-Devel-StackTrace for openSUSE:Factory checked in at 2019-05-28 09:39:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-StackTrace (Old)
and /work/SRC/openSUSE:Factory/.perl-Devel-StackTrace.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Devel-StackTrace"
Tue May 28 09:39:56 2019 rev:20 rq:705413 version:2.04
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Devel-StackTrace/perl-Devel-StackTrace.changes 2017-11-23 09:37:39.307311278 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Devel-StackTrace.new.5148/perl-Devel-StackTrace.changes 2019-05-28 09:39:58.093911549 +0200
@@ -1,0 +2,15 @@
+Sat May 25 05:05:57 UTC 2019 - Stephan Kulow <coolo(a)suse.com>
+
+- updated to 2.04
+ see /usr/share/doc/packages/perl-Devel-StackTrace/Changes
+
+ 2.04 2019-05-24
+
+ - Add a partial workaround for "Bizarre copy" errors (GH #11) that come when
+ attempting to look at arguments in the call stack. This is only a partial
+ fix as there are cases that can lead to a SEGV. Ultimately this needs to be
+ fixed in the Perl core. See
+ https://rt.perl.org/Public/Bug/Display.html?id=131046 for relevant
+ discussion. Fixed by pali. GH #21.
+
+-------------------------------------------------------------------
Old:
----
Devel-StackTrace-2.03.tar.gz
New:
----
Devel-StackTrace-2.04.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Devel-StackTrace.spec ++++++
--- /var/tmp/diff_new_pack.mGfBA2/_old 2019-05-28 09:39:58.941911270 +0200
+++ /var/tmp/diff_new_pack.mGfBA2/_new 2019-05-28 09:39:58.941911270 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Devel-StackTrace
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,18 +12,18 @@
# 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Devel-StackTrace
-Version: 2.03
+Version: 2.04
Release: 0
%define cpan_name Devel-StackTrace
Summary: An object representing a stack trace
License: Artistic-2.0
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Devel-StackTrace/
+Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.t…
Source1: cpanspec.yml
BuildArch: noarch
@@ -50,11 +50,11 @@
%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -63,7 +63,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc appveyor.yml Changes CONTRIBUTING.md README.md
+%doc appveyor.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
%license LICENSE
%changelog
++++++ Devel-StackTrace-2.03.tar.gz -> Devel-StackTrace-2.04.tar.gz ++++++
++++ 1902 lines of diff (skipped)
1
0
Hello community,
here is the log from the commit of package python-pyjsparser for openSUSE:Factory checked in at 2019-05-28 09:39:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyjsparser (Old)
and /work/SRC/openSUSE:Factory/.python-pyjsparser.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyjsparser"
Tue May 28 09:39:46 2019 rev:3 rq:705409 version:2.7.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyjsparser/python-pyjsparser.changes 2019-04-04 12:04:56.221422555 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyjsparser.new.5148/python-pyjsparser.changes 2019-05-28 09:39:48.757914625 +0200
@@ -1,0 +2,7 @@
+Sat May 25 13:09:24 UTC 2019 - Tomáš Chvátal <tchvatal(a)suse.com>
+
+- Update to 2.7.1:
+ * no upstream changelog
+- Rebase fix_version.patch
+
+-------------------------------------------------------------------
Old:
----
README.md
pyjsparser-2.5.2.tar.gz
New:
----
pyjsparser-2.7.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyjsparser.spec ++++++
--- /var/tmp/diff_new_pack.Tdr6IL/_old 2019-05-28 09:39:49.505914379 +0200
+++ /var/tmp/diff_new_pack.Tdr6IL/_new 2019-05-28 09:39:49.505914379 +0200
@@ -18,21 +18,19 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyjsparser
-Version: 2.5.2
+Version: 2.7.1
Release: 0
Summary: Javascript parser based on esprimajs
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/PiotrDabkowski/pyjsparser
+URL: https://github.com/PiotrDabkowski/pyjsparser
Source: https://files.pythonhosted.org/packages/source/p/pyjsparser/pyjsparser-%{ve…
Source1: https://raw.githubusercontent.com/PiotrDabkowski/pyjsparser/master/LICENSE
-Source2: https://raw.githubusercontent.com/PiotrDabkowski/pyjsparser/master/README.md
Patch0: fix_version.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
-
%python_subpackages
%description
@@ -42,8 +40,7 @@
%prep
%setup -q -n pyjsparser-%{version}
%patch0 -p1
-cp %{S:1} .
-cp %{S:2} .
+cp %{SOURCE1} .
%build
%python_build
++++++ fix_version.patch ++++++
--- /var/tmp/diff_new_pack.Tdr6IL/_old 2019-05-28 09:39:49.565914359 +0200
+++ /var/tmp/diff_new_pack.Tdr6IL/_new 2019-05-28 09:39:49.565914359 +0200
@@ -1,12 +1,13 @@
-Index: pyjsparser-2.5.2/pyjsparser/__init__.py
+Index: pyjsparser-2.7.1/pyjsparser/__init__.py
===================================================================
---- pyjsparser-2.5.2.orig/pyjsparser/__init__.py
-+++ pyjsparser-2.5.2/pyjsparser/__init__.py
-@@ -1,4 +1,4 @@
- __all__ = ['PyJsParser', 'parse', 'JsSyntaxError']
+--- pyjsparser-2.7.1.orig/pyjsparser/__init__.py
++++ pyjsparser-2.7.1/pyjsparser/__init__.py
+@@ -1,5 +1,5 @@
+ __all__ = ['PyJsParser', 'parse', 'JsSyntaxError', 'pyjsparserdata']
__author__ = 'Piotr Dabkowski'
-__version__ = '2.2.0'
--from .parser import PyJsParser, parse, JsSyntaxError
++__version__ = '2.7.1'
+ from .parser import PyJsParser, parse, JsSyntaxError
+-from . import pyjsparserdata
\ No newline at end of file
-+__version__ = '2.5.2'
-+from .parser import PyJsParser, parse, JsSyntaxError
++from . import pyjsparserdata
++++++ pyjsparser-2.5.2.tar.gz -> pyjsparser-2.7.1.tar.gz ++++++
++++ 3706 lines of diff (skipped)
1
0
Hello community,
here is the log from the commit of package 000update-repos for openSUSE:Factory checked in at 2019-05-27 21:03:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000update-repos (Old)
and /work/SRC/openSUSE:Factory/.000update-repos.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000update-repos"
Mon May 27 21:03:43 2019 rev:276 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
New:
----
42.3:update_1558977742.packages.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
1
0
Hello community,
here is the log from the commit of package 000update-repos for openSUSE:Factory checked in at 2019-05-27 21:03:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000update-repos (Old)
and /work/SRC/openSUSE:Factory/.000update-repos.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000update-repos"
Mon May 27 21:03:34 2019 rev:275 rq: version:unknown
Mon May 27 21:03:33 2019 rev:274 rq: version:unknown
Mon May 27 21:03:26 2019 rev:273 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
New:
----
15.0:update_1558973132.packages.xz
15.1:update_1558972848.packages.xz
factory:non-oss_1271.3.packages.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
1
0
Hello community,
here is the log from the commit of package 000update-repos for openSUSE:Factory checked in at 2019-05-27 21:03:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000update-repos (Old)
and /work/SRC/openSUSE:Factory/.000update-repos.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000update-repos"
Mon May 27 21:03:24 2019 rev:272 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
New:
----
factory_20190525.packages.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
1
0
Hello community,
here is the log from the commit of package 000product for openSUSE:Factory checked in at 2019-05-27 15:02:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000product (Old)
and /work/SRC/openSUSE:Factory/.000product.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000product"
Mon May 27 15:02:28 2019 rev:1275 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.HvRxf5/_old 2019-05-27 15:02:36.317592828 +0200
+++ /var/tmp/diff_new_pack.HvRxf5/_new 2019-05-27 15:02:36.321592826 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE-Addon-NonOss___20190525" schemaversion="4.1">
+<image name="OBS__openSUSE-Addon-NonOss___20190527" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -36,11 +36,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20190525</productvar>
+ <productvar name="VERSION">20190527</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse-addon-nonoss:20190525,openSUSE NonOSS Addon</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse-addon-nonoss:20190527,openSUSE NonOSS Addon</productinfo>
<productinfo name="LINGUAS">af ar be_BY bg br ca cy el et ga gl gu_IN he hi_IN hr ka km ko lt mk nn pa_IN rw sk sl sr_CS ss st tg th tr uk ve vi xh zu </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/2019… obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/2019…</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/2019… obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/2019…</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
++++++ openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.HvRxf5/_old 2019-05-27 15:02:36.357592811 +0200
+++ /var/tmp/diff_new_pack.HvRxf5/_new 2019-05-27 15:02:36.357592811 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE-MicroOS___20190525" schemaversion="4.1">
+<image name="OBS__openSUSE-MicroOS___20190527" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -35,11 +35,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20190525</productvar>
+ <productvar name="VERSION">20190527</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse-microos:20190525,openSUSE MicroOS</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse-microos:20190527,openSUSE MicroOS</productinfo>
<productinfo name="LINGUAS">en_US </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/20190525/…</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/20190527/…</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
++++++ openSUSE-cd-mini-i586.kiwi ++++++
--- /var/tmp/diff_new_pack.HvRxf5/_old 2019-05-27 15:02:36.409592790 +0200
+++ /var/tmp/diff_new_pack.HvRxf5/_new 2019-05-27 15:02:36.409592790 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20190525" schemaversion="4.1">
+<image name="OBS__openSUSE___20190527" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -32,11 +32,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20190525</productvar>
+ <productvar name="VERSION">20190527</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20190525,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20190527,openSUSE Tumbleweed</productinfo>
<productinfo name="LINGUAS">cs da de el en en_GB en_US es fr hu it ja pl pt pt_BR ru zh zh_CN zh_TW </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20190525/i586</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20190527/i586</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
++++++ openSUSE-cd-mini-x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.HvRxf5/_old 2019-05-27 15:02:36.425592783 +0200
+++ /var/tmp/diff_new_pack.HvRxf5/_new 2019-05-27 15:02:36.425592783 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20190525" schemaversion="4.1">
+<image name="OBS__openSUSE___20190527" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -35,11 +35,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20190525</productvar>
+ <productvar name="VERSION">20190527</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20190525,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20190527,openSUSE Tumbleweed</productinfo>
<productinfo name="LINGUAS">cs da de el en en_GB en_US es fr hu it ja pl pt pt_BR ru zh zh_CN zh_TW </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20190525/x86_64</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20190527/x86_64</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
++++++ openSUSE-dvd5-dvd-i586.kiwi ++++++
--- /var/tmp/diff_new_pack.HvRxf5/_old 2019-05-27 15:02:36.453592772 +0200
+++ /var/tmp/diff_new_pack.HvRxf5/_new 2019-05-27 15:02:36.453592772 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20190525" schemaversion="4.1">
+<image name="OBS__openSUSE___20190527" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -32,11 +32,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20190525</productvar>
+ <productvar name="VERSION">20190527</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20190525,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20190527,openSUSE Tumbleweed</productinfo>
<productinfo name="LINGUAS">cs da de el en en_GB en_US es fr hu it ja pl pt pt_BR ru zh zh_CN zh_TW </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20190525/i586</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20190527/i586</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
@@ -1019,7 +1019,6 @@
<repopackage name="ibus-mozc"/>
<repopackage name="ibus-mozc-candidate-window"/>
<repopackage name="ibus-pinyin"/>
- <repopackage name="ibus-qt"/>
<repopackage name="ibus-table"/>
<repopackage name="ibus-table-chinese-array"/>
<repopackage name="ibus-table-chinese-cangjie"/>
++++++ openSUSE-dvd5-dvd-x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.HvRxf5/_old 2019-05-27 15:02:36.485592758 +0200
+++ /var/tmp/diff_new_pack.HvRxf5/_new 2019-05-27 15:02:36.489592757 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20190525" schemaversion="4.1">
+<image name="OBS__openSUSE___20190527" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -35,11 +35,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20190525</productvar>
+ <productvar name="VERSION">20190527</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20190525,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20190527,openSUSE Tumbleweed</productinfo>
<productinfo name="LINGUAS">cs da de el en en_GB en_US es fr hu it ja pl pt pt_BR ru zh zh_CN zh_TW </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20190525/x86_64</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20190527/x86_64</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
@@ -1049,7 +1049,6 @@
<repopackage name="ibus-mozc"/>
<repopackage name="ibus-mozc-candidate-window"/>
<repopackage name="ibus-pinyin"/>
- <repopackage name="ibus-qt"/>
<repopackage name="ibus-table"/>
<repopackage name="ibus-table-chinese-array"/>
<repopackage name="ibus-table-chinese-cangjie"/>
++++++ openSUSE-ftp-ftp-i586_x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.HvRxf5/_old 2019-05-27 15:02:36.509592749 +0200
+++ /var/tmp/diff_new_pack.HvRxf5/_new 2019-05-27 15:02:36.509592749 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20190525" schemaversion="4.1">
+<image name="OBS__openSUSE___20190527" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -24,7 +24,7 @@
<productvar name="DISTNAME">openSUSE</productvar>
<productvar name="FLAVOR">ftp</productvar>
<productvar name="MAKE_LISTINGS">true</productvar>
- <productvar name="MEDIUM_NAME">openSUSE-20190525-i586-x86_64</productvar>
+ <productvar name="MEDIUM_NAME">openSUSE-20190527-i586-x86_64</productvar>
<productvar name="MULTIPLE_MEDIA">true</productvar>
<productvar name="PRODUCT_DIR">/</productvar>
<productvar name="PRODUCT_NAME">$DISTNAME-$FLAVOR</productvar>
@@ -36,11 +36,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20190525</productvar>
+ <productvar name="VERSION">20190527</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20190525,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20190527,openSUSE Tumbleweed</productinfo>
<productinfo name="LINGUAS">cs da de el en en_GB en_US es fr hu it ja pl pt pt_BR ru zh zh_CN zh_TW </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20190525/i586 obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20190525/x86_64</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20190527/i586 obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20190527/x86_64</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="DEBUGMEDIUM">2</productoption>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
++++++ dvd.group ++++++
--- /var/tmp/diff_new_pack.HvRxf5/_old 2019-05-27 15:02:36.713592665 +0200
+++ /var/tmp/diff_new_pack.HvRxf5/_new 2019-05-27 15:02:36.713592665 +0200
@@ -1015,7 +1015,6 @@
<package name="ibus-mozc" supportstatus="unsupported"/> <!-- reason: dvd:kernel-default -->
<package name="ibus-mozc-candidate-window" supportstatus="unsupported"/> <!-- reason: dvd:kernel-default -->
<package name="ibus-pinyin" supportstatus="unsupported"/> <!-- reason: dvd:kernel-default -->
- <package name="ibus-qt" supportstatus="unsupported"/> <!-- reason: dvd:kernel-default -->
<package name="ibus-table" supportstatus="unsupported"/> <!-- reason: dvd:kernel-default -->
<package name="ibus-table-chinese-array" supportstatus="unsupported"/> <!-- reason: dvd:kernel-default -->
<package name="ibus-table-chinese-cangjie" supportstatus="unsupported"/> <!-- reason: dvd:kernel-default -->
++++++ unsorted.yml ++++++
--- /var/tmp/diff_new_pack.HvRxf5/_old 2019-05-27 15:02:36.845592611 +0200
+++ /var/tmp/diff_new_pack.HvRxf5/_new 2019-05-27 15:02:36.849592608 +0200
@@ -798,9 +798,6 @@
- avocado-common
- avocado-examples
- avocado-vt-common
- - avogadro
- - avogadro-devel
- - avogadro-devel-32bit: [x86_64]
- avogadrolibs-devel
- avr-libc
- avrdude
@@ -5119,8 +5116,6 @@
- ibus-hangul
- ibus-input-pad
- ibus-kkc
- - ibus-qt-32bit: [x86_64]
- - ibus-qt-devel
- ibus-rime
- ibus-skk
- ibus-table-cns11643
@@ -5408,9 +5403,6 @@
- jackson-parent
- jacktrip
- jaero
- - jag
- - jag-data
- - jag-level-editor
- jakarta-commons-discovery
- jakarta-commons-discovery-javadoc
- jakarta-commons-launcher
@@ -5532,6 +5524,7 @@
- jemmy
- jemmy-javadoc
- jeos-firstboot
+ - jeos-firstboot-rpiwifi
- jeuclid
- jeuclid-cli
- jeuclid-fop
@@ -7319,8 +7312,6 @@
- libavfilter7-32bit: [x86_64]
- libavformat58-32bit: [x86_64]
- libavfs0
- - libavogadro1
- - libavogadro1-32bit: [x86_64]
- libavrdude1
- libavresample4-32bit: [x86_64]
- libavtp-devel
@@ -13928,6 +13919,7 @@
- nvdock
- nvidia-texture-tools
- nvme-cli
+ - nvme-cli-regress-script
- nvmetcli
- nvptx-tools: [x86_64]
- nxtvepg
@@ -16324,7 +16316,6 @@
- postgresql11-server-devel
- postgresql11-test
- postgresql11-timescaledb
- - postgresql93-devel
- postgresql93-plr
- postgresql93-plr-doc
- postgresql94
@@ -16633,7 +16624,6 @@
- python-apfel
- python-atomicwrites-doc
- python-automaton-doc
- - python-avogadro
- python-azure-agent
- python-azure-agent-test
- python-azure-sdk
@@ -17956,7 +17946,6 @@
- python2-jupyter_nbextensions_configurator
- python2-jupyter_nbformat
- python2-jupyter_nbsmoke
- - python2-jupyter_nbval
- python2-jupyter_notebook
- python2-jupyter_notebook-lang
- python2-jupyter_notebook-latex
@@ -18659,6 +18648,7 @@
- python2-rcssmin
- python2-rdflib
- python2-readme_renderer
+ - python2-readthedocs-sphinx-ext
- python2-rebulk
- python2-recommonmark
- python2-redbaron
@@ -19069,7 +19059,6 @@
- python2-yaspin
- python2-youtube-dl
- python2-yq
- - python2-yubico
- python2-zake
- python2-zaqarclient
- python2-zc.buildout
@@ -20205,7 +20194,6 @@
- python3-jupyter_nbextensions_configurator
- python3-jupyter_nbformat
- python3-jupyter_nbsmoke
- - python3-jupyter_nbval
- python3-jupyter_notebook
- python3-jupyter_notebook-lang
- python3-jupyter_notebook-latex
@@ -20952,6 +20940,7 @@
- python3-rcssmin
- python3-rdflib
- python3-readme_renderer
+ - python3-readthedocs-sphinx-ext
- python3-rebulk
- python3-recommonmark
- python3-redbaron
@@ -21391,7 +21380,6 @@
- python3-youtube-dl
- python3-yq
- python3-yt
- - python3-yubico
- python3-z3
- python3-zake
- python3-zaqarclient
1
0
Hello community,
here is the log from the commit of package 000release-packages for openSUSE:Factory checked in at 2019-05-27 15:02:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000release-packages (Old)
and /work/SRC/openSUSE:Factory/.000release-packages.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000release-packages"
Mon May 27 15:02:09 2019 rev:149 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-Addon-NonOss-release.spec ++++++
--- /var/tmp/diff_new_pack.geeJzJ/_old 2019-05-27 15:02:16.129601143 +0200
+++ /var/tmp/diff_new_pack.geeJzJ/_new 2019-05-27 15:02:16.141601137 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package openSUSE-Addon-NonOss-release (Version 20190525)
+# spec file for package openSUSE-Addon-NonOss-release (Version 20190527)
#
# Copyright (c) 2019 openSUSE.
#
@@ -16,16 +16,16 @@
Name: openSUSE-Addon-NonOss-release
%define product openSUSE-Addon-NonOss
Summary: openSUSE NonOSS Addon
-Version: 20190525
+Version: 20190527
Release: 0
License: BSD-3-Clause
Group: System/Fhs
Provides: %name-%version
Provides: product() = openSUSE-Addon-NonOss
-Provides: product(openSUSE-Addon-NonOss) = 20190525-0
+Provides: product(openSUSE-Addon-NonOss) = 20190527-0
Provides: product-label() = non%20oss%20addon
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20190525
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20190527
AutoReqProv: on
@@ -49,10 +49,10 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>openSUSE-Addon-NonOss</name>
- <version>20190525</version>
+ <version>20190527</version>
<release>0</release>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:opensuse-addon-nonoss:20190525</cpeid>
+ <cpeid>cpe:/o:opensuse:opensuse-addon-nonoss:20190527</cpeid>
<register>
<pool>
</pool>
++++++ openSUSE-MicroOS-release.spec ++++++
--- /var/tmp/diff_new_pack.geeJzJ/_old 2019-05-27 15:02:16.157601131 +0200
+++ /var/tmp/diff_new_pack.geeJzJ/_new 2019-05-27 15:02:16.169601126 +0200
@@ -17,7 +17,7 @@
Name: openSUSE-MicroOS-release
-Version: 20190525
+Version: 20190527
Release: 0
Summary: openSUSE MicroOS
License: GPL-2.0-or-later
@@ -40,9 +40,9 @@
ExclusiveArch: %ix86 x86_64 ppc64le s390x aarch64
Provides: %name-%version
Provides: product() = openSUSE-MicroOS
-Provides: product(openSUSE-MicroOS) = 20190525-0
+Provides: product(openSUSE-MicroOS) = 20190527-0
Provides: product-label() = openSUSE%20MicroOS
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dmicroos%3A20190525
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dmicroos%3A20190527
Provides: product-url(releasenotes) = http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
Provides: product-endoflife()
Requires: product_flavor(openSUSE-MicroOS)
@@ -58,7 +58,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(dvd)
-Provides: product_flavor(openSUSE-MicroOS) = 20190525-0
+Provides: product_flavor(openSUSE-MicroOS) = 20190527-0
Summary: openSUSE MicroOS
%description dvd
@@ -74,7 +74,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(kubic-dvd)
-Provides: product_flavor(openSUSE-MicroOS) = 20190525-0
+Provides: product_flavor(openSUSE-MicroOS) = 20190527-0
Summary: openSUSE MicroOS
%description kubic-dvd
@@ -90,7 +90,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance)
-Provides: product_flavor(openSUSE-MicroOS) = 20190525-0
+Provides: product_flavor(openSUSE-MicroOS) = 20190527-0
Summary: openSUSE MicroOS
%description appliance
@@ -106,7 +106,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-kubic)
-Provides: product_flavor(openSUSE-MicroOS) = 20190525-0
+Provides: product_flavor(openSUSE-MicroOS) = 20190527-0
Summary: openSUSE MicroOS
%description appliance-kubic
@@ -164,11 +164,11 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>openSUSE-MicroOS</name>
- <version>20190525</version>
+ <version>20190527</version>
<release>0</release>
<endoflife></endoflife>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:opensuse-microos:20190525</cpeid>
+ <cpeid>cpe:/o:opensuse:opensuse-microos:20190527</cpeid>
<productline>openSUSE-MicroOS</productline>
<register>
<pool>
++++++ openSUSE-release.spec ++++++
--- /var/tmp/diff_new_pack.geeJzJ/_old 2019-05-27 15:02:16.185601119 +0200
+++ /var/tmp/diff_new_pack.geeJzJ/_new 2019-05-27 15:02:16.189601118 +0200
@@ -20,7 +20,7 @@
#define betaversion %{nil}
%define codename Tumbleweed
Name: openSUSE-release
-Version: 20190525
+Version: 20190527
Release: 0
# 0 is the product release, not the build release of this package
Summary: openSUSE Tumbleweed
@@ -55,7 +55,7 @@
Obsoletes: aaa_version
Obsoletes: openSUSE-Promo-release <= 11.1
Obsoletes: openSUSE-release-live <= 11.0
-Obsoletes: product_flavor(%{product}) < 20190525
+Obsoletes: product_flavor(%{product}) < 20190527
# bnc#826592
Provides: weakremover(kernel-default) < 3.11
Provides: weakremover(kernel-desktop) < 4.2
@@ -183,7 +183,7 @@
%include %{SOURCE100}
Provides: %name-%version
Provides: product() = openSUSE
-Provides: product(openSUSE) = 20190525-0
+Provides: product(openSUSE) = 20190527-0
%ifarch x86_64
Provides: product-register-target() = openSUSE%2DTumbleweed%2Dx86_64
%endif
@@ -197,7 +197,7 @@
Provides: product-register-target() = openSUSE%2DTumbleweed%2Daarch64
%endif
Provides: product-label() = openSUSE
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%3A20190525
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%3A20190527
Provides: product-url(releasenotes) = http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
Provides: product-url(repository) = http%3A%2F%2Fdownload.opensuse.org%2Ftumbleweed%2Frepo%2Foss%2F
Requires: product_flavor(openSUSE)
@@ -211,7 +211,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(ftp)
-Provides: product_flavor(openSUSE) = 20190525-0
+Provides: product_flavor(openSUSE) = 20190527-0
Summary: openSUSE Tumbleweed
%description ftp
@@ -226,7 +226,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(mini)
-Provides: product_flavor(openSUSE) = 20190525-0
+Provides: product_flavor(openSUSE) = 20190527-0
Summary: openSUSE Tumbleweed
%description mini
@@ -241,7 +241,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(dvd)
-Provides: product_flavor(openSUSE) = 20190525-0
+Provides: product_flavor(openSUSE) = 20190527-0
Summary: openSUSE Tumbleweed
%description dvd
@@ -256,7 +256,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-kde)
-Provides: product_flavor(openSUSE) = 20190525-0
+Provides: product_flavor(openSUSE) = 20190527-0
Summary: openSUSE Tumbleweed
%description livecd-kde
@@ -271,7 +271,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-x11)
-Provides: product_flavor(openSUSE) = 20190525-0
+Provides: product_flavor(openSUSE) = 20190527-0
Summary: openSUSE Tumbleweed
%description livecd-x11
@@ -286,7 +286,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-gnome)
-Provides: product_flavor(openSUSE) = 20190525-0
+Provides: product_flavor(openSUSE) = 20190527-0
Summary: openSUSE Tumbleweed
%description livecd-gnome
@@ -301,7 +301,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-xfce)
-Provides: product_flavor(openSUSE) = 20190525-0
+Provides: product_flavor(openSUSE) = 20190527-0
Summary: openSUSE Tumbleweed
%description livecd-xfce
@@ -316,7 +316,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(usb-kde)
-Provides: product_flavor(openSUSE) = 20190525-0
+Provides: product_flavor(openSUSE) = 20190527-0
Summary: openSUSE Tumbleweed
%description usb-kde
@@ -331,7 +331,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(usb-gnome)
-Provides: product_flavor(openSUSE) = 20190525-0
+Provides: product_flavor(openSUSE) = 20190527-0
Summary: openSUSE Tumbleweed
%description usb-gnome
@@ -346,7 +346,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(usb-x11)
-Provides: product_flavor(openSUSE) = 20190525-0
+Provides: product_flavor(openSUSE) = 20190527-0
Summary: openSUSE Tumbleweed
%description usb-x11
@@ -361,7 +361,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance)
-Provides: product_flavor(openSUSE) = 20190525-0
+Provides: product_flavor(openSUSE) = 20190527-0
Summary: openSUSE Tumbleweed
%description appliance
@@ -435,10 +435,10 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>openSUSE</name>
- <version>20190525</version>
+ <version>20190527</version>
<release>0</release>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:opensuse:20190525</cpeid>
+ <cpeid>cpe:/o:opensuse:opensuse:20190527</cpeid>
<productline>openSUSE</productline>
<register>
<pool>
++++++ weakremovers.inc ++++++
--- /var/tmp/diff_new_pack.geeJzJ/_old 2019-05-27 15:02:16.333601059 +0200
+++ /var/tmp/diff_new_pack.geeJzJ/_new 2019-05-27 15:02:16.341601055 +0200
@@ -6146,7 +6146,6 @@
Provides: weakremover(python-wxWidgets)
Provides: weakremover(python-wxWidgets-devel)
Provides: weakremover(python-wxWidgets-lang)
-Provides: weakremover(python-yubico)
Provides: weakremover(python-zeroconf)
Provides: weakremover(python-zope.interface-doc)
Provides: weakremover(python-zypp)
@@ -8022,6 +8021,8 @@
Provides: weakremover(audex-lang)
Provides: weakremover(audience)
Provides: weakremover(audience-lang)
+Provides: weakremover(avogadro)
+Provides: weakremover(avogadro-devel)
Provides: weakremover(baloo5)
Provides: weakremover(bind-dyndb-ldap)
Provides: weakremover(blitz-devel)
@@ -12620,6 +12621,8 @@
Provides: weakremover(ibmrtpkgs)
Provides: weakremover(ibus-branding-openSUSE-KDE)
Provides: weakremover(ibus-googlepinyin)
+Provides: weakremover(ibus-qt)
+Provides: weakremover(ibus-qt-devel)
Provides: weakremover(ibus-sunpinyin)
Provides: weakremover(ibus-table-zhengma)
Provides: weakremover(ibus-table-zhuyin)
@@ -12650,6 +12653,9 @@
Provides: weakremover(iptables-nft)
Provides: weakremover(irqd)
Provides: weakremover(ivtv-firmware)
+Provides: weakremover(jag)
+Provides: weakremover(jag-data)
+Provides: weakremover(jag-level-editor)
Provides: weakremover(jailbreak-cabal)
Provides: weakremover(jakarta-commons-compress-javadoc)
Provides: weakremover(jakarta-commons-digester-javadoc)
@@ -13236,6 +13242,7 @@
Provides: weakremover(libavfilter6)
Provides: weakremover(libavformat56)
Provides: weakremover(libavformat57)
+Provides: weakremover(libavogadro1)
Provides: weakremover(libavresample2)
Provides: weakremover(libavresample3)
Provides: weakremover(libavutil54)
@@ -15480,6 +15487,7 @@
Provides: weakremover(postgresql-jdbc-javadoc)
Provides: weakremover(postgresql93)
Provides: weakremover(postgresql93-contrib)
+Provides: weakremover(postgresql93-devel)
Provides: weakremover(postgresql93-docs)
Provides: weakremover(postgresql93-pgagent)
Provides: weakremover(postgresql93-plperl)
@@ -15537,6 +15545,7 @@
Provides: weakremover(python-antlr)
Provides: weakremover(python-apsw-doc)
Provides: weakremover(python-async)
+Provides: weakremover(python-avogadro)
Provides: weakremover(python-backports)
Provides: weakremover(python-bcdoc)
Provides: weakremover(python-beautifulsoup)
@@ -15765,6 +15774,7 @@
Provides: weakremover(python-wsgiref)
Provides: weakremover(python-xcb-proto-devel)
Provides: weakremover(python-xklavier)
+Provides: weakremover(python-yubico)
Provides: weakremover(python-z3)
Provides: weakremover(python-zbar)
Provides: weakremover(python-zbar-gtk)
@@ -15878,6 +15888,7 @@
Provides: weakremover(python2-vdirsyncer)
Provides: weakremover(python2-xarray)
Provides: weakremover(python2-xcb-proto-devel)
+Provides: weakremover(python2-yubico)
Provides: weakremover(python2-zeroconf)
Provides: weakremover(python3-Attest)
Provides: weakremover(python3-CXX)
@@ -15975,6 +15986,7 @@
Provides: weakremover(python3-usb)
Provides: weakremover(python3-vtk-compat_gl)
Provides: weakremover(python3-vtk-qt)
+Provides: weakremover(python3-yubico)
Provides: weakremover(python3-zope.event-doc)
Provides: weakremover(qca)
Provides: weakremover(qca-devel)
@@ -20538,6 +20550,7 @@
Provides: weakremover(allegro-jack-plugin-32bit)
Provides: weakremover(anthy-32bit)
Provides: weakremover(arts-32bit)
+Provides: weakremover(avogadro-devel-32bit)
Provides: weakremover(cg-32bit)
Provides: weakremover(clang3_8-devel-32bit)
Provides: weakremover(clang4-devel-32bit)
@@ -20601,6 +20614,7 @@
Provides: weakremover(gtk4-immodule-vietnamese-32bit)
Provides: weakremover(gtk4-immodule-xim-32bit)
Provides: weakremover(gtk4-immodules-tigrigna-32bit)
+Provides: weakremover(ibus-qt-32bit)
Provides: weakremover(idnkit-devel-32bit)
Provides: weakremover(java-1_5_0-gcj-compat-32bit)
Provides: weakremover(kdebase3-32bit)
@@ -20697,6 +20711,7 @@
Provides: weakremover(libavfilter6-32bit)
Provides: weakremover(libavformat56-32bit)
Provides: weakremover(libavformat57-32bit)
+Provides: weakremover(libavogadro1-32bit)
Provides: weakremover(libavresample2-32bit)
Provides: weakremover(libavresample3-32bit)
Provides: weakremover(libavutil54-32bit)
1
0
Hello community,
here is the log from the commit of package homebank for openSUSE:Factory checked in at 2019-05-27 11:14:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/homebank (Old)
and /work/SRC/openSUSE:Factory/.homebank.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "homebank"
Mon May 27 11:14:55 2019 rev:23 rq:705590 version:5.2.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/homebank/homebank.changes 2019-03-26 22:32:50.369699745 +0100
+++ /work/SRC/openSUSE:Factory/.homebank.new.5148/homebank.changes 2019-05-27 11:15:01.103407842 +0200
@@ -1,0 +2,16 @@
+Mon May 27 06:18:13 UTC 2019 - mvetter(a)suse.com
+
+- Update to 5.2.6:
+ + Changes:
+ - access to the show all transaction with the toolbar
+ + Bugfixes:
+ - #1829630 homebank: _cairo_arc_in_direction(): homebank killed by SIGABRT
+ - #1829076 status "no category" filter not working
+ - #1829603 multi currencies problem in Trend Time Report
+ + Wishes:
+ - #1829007 prefill txn dialog with account if single
+ - #1828209 multiple edit could allow updating transaction amount
+ - #1809022 detail txn show only category amount split part
+ - #1792749 main window date 'other...' consistency
+
+-------------------------------------------------------------------
Old:
----
homebank-5.2.3.tar.gz
New:
----
homebank-5.2.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ homebank.spec ++++++
--- /var/tmp/diff_new_pack.coWPcG/_old 2019-05-27 11:15:02.323407370 +0200
+++ /var/tmp/diff_new_pack.coWPcG/_new 2019-05-27 11:15:02.327407369 +0200
@@ -17,7 +17,7 @@
Name: homebank
-Version: 5.2.3
+Version: 5.2.6
Release: 0
Summary: Application to manage personal accounts
License: GPL-2.0-or-later
++++++ homebank-5.2.3.tar.gz -> homebank-5.2.6.tar.gz ++++++
++++ 165524 lines of diff (skipped)
1
0
Hello community,
here is the log from the commit of package FirmwareUpdateKit for openSUSE:Factory checked in at 2019-05-27 11:14:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/FirmwareUpdateKit (Old)
and /work/SRC/openSUSE:Factory/.FirmwareUpdateKit.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "FirmwareUpdateKit"
Mon May 27 11:14:47 2019 rev:21 rq:705529 version:2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/FirmwareUpdateKit/FirmwareUpdateKit.changes 2019-05-24 11:32:10.617394228 +0200
+++ /work/SRC/openSUSE:Factory/.FirmwareUpdateKit.new.5148/FirmwareUpdateKit.changes 2019-05-27 11:14:51.795411438 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Thu May 23 12:58:39 UTC 2019 - Jan Engelhardt <jengelh(a)inai.de>
+
+- Use noun phrase in descriptions.
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ FirmwareUpdateKit.spec ++++++
--- /var/tmp/diff_new_pack.GH6Zuu/_old 2019-05-27 11:14:52.863411025 +0200
+++ /var/tmp/diff_new_pack.GH6Zuu/_new 2019-05-27 11:14:52.863411025 +0200
@@ -13,14 +13,14 @@
# 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: FirmwareUpdateKit
Version: 2.0
Release: 0
-Summary: Assist with DOS-based firmware updates
+Summary: Tool for assisting with DOS-based firmware updates
License: GPL-3.0-only
Group: System/Boot
Source: %{name}-%{version}.tar.xz
@@ -37,8 +37,8 @@
ExclusiveArch: %{ix86} x86_64
%description
-Create a bootable mini-DOS system and add files to it. Useful if you
-have to do firmware updates from DOS.
+This tool creates a bootable mini-DOS system and adds files to it.
+It may be useful if one has to do firmware updates from a real-mode environment.
%prep
%setup -q
1
0
Hello community,
here is the log from the commit of package 000product for openSUSE:Factory checked in at 2019-05-27 08:40:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000product (Old)
and /work/SRC/openSUSE:Factory/.000product.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000product"
Mon May 27 08:40:19 2019 rev:1274 rq: version:unknown
Mon May 27 08:40:15 2019 rev:1273 rq: version:unknown
Mon May 27 08:40:11 2019 rev:1272 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi: same change
openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
openSUSE-dvd5-dvd-i586.kiwi: same change
openSUSE-dvd5-dvd-x86_64.kiwi: same change
openSUSE-ftp-ftp-i586_x86_64.kiwi: same change
stub.kiwi: same change
++++++ openSUSE-Addon-NonOss.product ++++++
--- /var/tmp/diff_new_pack.iW66p6/_old 2019-05-27 08:40:25.523023259 +0200
+++ /var/tmp/diff_new_pack.iW66p6/_new 2019-05-27 08:40:25.527023257 +0200
@@ -4,7 +4,7 @@
<product>
<vendor>openSUSE</vendor>
<name>openSUSE-Addon-NonOss</name>
- <version>20190525</version>
+ <version>20190527</version>
<release>0</release>
<summary>openSUSE NonOSS Addon</summary>
<shortsummary>non oss addon</shortsummary>
++++++ openSUSE-MicroOS.product ++++++
--- /var/tmp/diff_new_pack.iW66p6/_old 2019-05-27 08:40:25.539023252 +0200
+++ /var/tmp/diff_new_pack.iW66p6/_new 2019-05-27 08:40:25.539023252 +0200
@@ -6,7 +6,7 @@
<name>openSUSE-MicroOS</name>
<releasepkgname>openSUSE-MicroOS-release</releasepkgname>
<endoflife/>
- <version>20190525</version>
+ <version>20190527</version>
<!-- release is no longer optional -->
<release>0</release>
<productline>openSUSE-MicroOS</productline>
++++++ openSUSE.product ++++++
--- /var/tmp/diff_new_pack.iW66p6/_old 2019-05-27 08:40:25.575023239 +0200
+++ /var/tmp/diff_new_pack.iW66p6/_new 2019-05-27 08:40:25.575023239 +0200
@@ -4,7 +4,7 @@
<product>
<vendor>openSUSE</vendor>
<name>openSUSE</name>
- <version>20190525</version>
+ <version>20190527</version>
<release>0</release>
<productline>openSUSE</productline>
1
0
Hello community,
here is the log from the commit of package openSUSE-release-tools for openSUSE:Factory checked in at 2019-05-27 08:40:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Mon May 27 08:40:08 2019 rev:182 rq:705487 version:20190524.65b73f1d
Changes:
--------
--- /work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes 2019-05-25 13:21:03.696318118 +0200
+++ /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.5148/openSUSE-release-tools.changes 2019-05-27 08:40:15.539027151 +0200
@@ -1,0 +2,15 @@
+Fri May 24 19:59:27 UTC 2019 - opensuse-releaseteam(a)opensuse.org
+
+- Update to version 20190524.65b73f1d:
+ * userscript/staging*: only utilize the last two domain components.
+ * osclib/core: package_version(): drop lxml element and return string version.
+ * systemd: increase timeout to 24 hours for origin-manager report services.
+
+-------------------------------------------------------------------
+Fri May 24 19:52:42 UTC 2019 - opensuse-releaseteam(a)opensuse.org
+
+- Update to version 20190524.86919f96:
+ * README: Add explanation of developing against git osc.
+ * .gitignore: ignore osc symlink commonly used to develop against pre-release osc.
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20190524.fa2a17cf.obscpio
New:
----
openSUSE-release-tools-20190524.65b73f1d.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.ekRSSi/_old 2019-05-27 08:40:18.783025886 +0200
+++ /var/tmp/diff_new_pack.ekRSSi/_new 2019-05-27 08:40:18.807025877 +0200
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20190524.fa2a17cf
+Version: 20190524.65b73f1d
Release: 0
Summary: Tools to aid in staging and release work for openSUSE/SUSE
License: GPL-2.0-or-later AND MIT
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ekRSSi/_old 2019-05-27 08:40:18.971025813 +0200
+++ /var/tmp/diff_new_pack.ekRSSi/_new 2019-05-27 08:40:18.975025811 +0200
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
- <param name="changesrevision">5d13e07b5a71b808c3ed1668be5d92065a288380</param>
+ <param name="changesrevision">65b73f1d416e9a7cdc337902c7aec744f4d2d334</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20190524.fa2a17cf.obscpio -> openSUSE-release-tools-20190524.65b73f1d.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20190524.fa2a17cf/README.md new/openSUSE-release-tools-20190524.65b73f1d/README.md
--- old/openSUSE-release-tools-20190524.fa2a17cf/README.md 2019-05-24 12:24:49.000000000 +0200
+++ new/openSUSE-release-tools-20190524.65b73f1d/README.md 2019-05-24 21:57:50.000000000 +0200
@@ -42,6 +42,18 @@
ln -sr ./osc-staging.py ./osclib ~/.osc-plugins
+It can also be useful to work against a development copy of `osc` either to utilize new features or to debug/fix functionality. To do so one must place the development copy in the path to be loaded and utilize the wrapper script if working on `osc` plugins. One method to accomplish this is shown below.
+
+ # outside of openSUSE-release-tools checkout
+ git clone git clone https://github.com/openSUSE/osc.git
+
+ # inside openSUSE-release-tools checkout
+ # note the ending /osc which points to the osc directory within the checkout
+ ln -s /path/to/osc/osc ./
+
+ # to utilize the wrapper for working on osc plugins from osrt checkout
+ $(realpath ./osc)/../osc-wrapper.py --version
+
A containerized OBS can be started via one command. The default credentials are `Admin` and `opensuse` on [0.0.0.0:3000](http://0.0.0.0:3000).
./dist/ci/docker-compose-obs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20190524.fa2a17cf/osclib/core.py new/openSUSE-release-tools-20190524.65b73f1d/osclib/core.py
--- old/openSUSE-release-tools-20190524.fa2a17cf/osclib/core.py 2019-05-24 12:24:49.000000000 +0200
+++ new/openSUSE-release-tools-20190524.65b73f1d/osclib/core.py 2019-05-24 21:57:50.000000000 +0200
@@ -642,7 +642,7 @@
raise e
- return root.xpath('(//version)[last()]/text()')[0]
+ return str(root.xpath('(//version)[last()]/text()')[0])
def project_attribute_list(apiurl, attribute, value=None):
xpath = 'attribute/@name="{}"'.format(attribute)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20190524.fa2a17cf/systemd/osrt-obs-operator-origin-manager-report@.service new/openSUSE-release-tools-20190524.65b73f1d/systemd/osrt-obs-operator-origin-manager-report@.service
--- old/openSUSE-release-tools-20190524.fa2a17cf/systemd/osrt-obs-operator-origin-manager-report@.service 2019-05-24 12:24:49.000000000 +0200
+++ new/openSUSE-release-tools-20190524.65b73f1d/systemd/osrt-obs-operator-origin-manager-report@.service 2019-05-24 21:57:50.000000000 +0200
@@ -5,7 +5,7 @@
User=osrt-obs-operator
SyslogIdentifier=osrt-obs-operator-origin-manager
ExecStart=/usr/bin/osc origin -p "%i" report --force-refresh
-RuntimeMaxSec=12 hour
+RuntimeMaxSec=24 hour
[Install]
WantedBy=multi-user.target
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20190524.fa2a17cf/systemd/osrt-origin-manager-report@.service new/openSUSE-release-tools-20190524.65b73f1d/systemd/osrt-origin-manager-report@.service
--- old/openSUSE-release-tools-20190524.fa2a17cf/systemd/osrt-origin-manager-report@.service 2019-05-24 12:24:49.000000000 +0200
+++ new/openSUSE-release-tools-20190524.65b73f1d/systemd/osrt-origin-manager-report@.service 2019-05-24 21:57:50.000000000 +0200
@@ -5,7 +5,7 @@
User=osrt-origin-manager
SyslogIdentifier=osrt-origin-manager
ExecStart=/usr/bin/osc origin -p "%i" report --diff --force-refresh --mail
-RuntimeMaxSec=12 hour
+RuntimeMaxSec=24 hour
[Install]
WantedBy=multi-user.target
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20190524.fa2a17cf/userscript/staging-move-drag-n-drop.user.js new/openSUSE-release-tools-20190524.65b73f1d/userscript/staging-move-drag-n-drop.user.js
--- old/openSUSE-release-tools-20190524.fa2a17cf/userscript/staging-move-drag-n-drop.user.js 2019-05-24 12:24:49.000000000 +0200
+++ new/openSUSE-release-tools-20190524.65b73f1d/userscript/staging-move-drag-n-drop.user.js 2019-05-24 21:57:50.000000000 +0200
@@ -271,7 +271,7 @@
var project = pathParts[pathParts.length - 1];
var data = JSON.stringify({'user': user, 'project': project, 'move': true, 'selection': summary});
- var domain_parent = window.location.hostname.split('.').splice(1).join('.');
+ var domain_parent = window.location.hostname.split('.').splice(-2).join('.');
var subdomain = domain_parent.endsWith('suse.de') ? 'tortuga' : 'operator';
var url = 'https://' + subdomain + '.' + domain_parent + '/staging/select';
$.post({url: url, data: data, crossDomain: true, xhrFields: {withCredentials: true},
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.ekRSSi/_old 2019-05-27 08:40:22.715024353 +0200
+++ /var/tmp/diff_new_pack.ekRSSi/_new 2019-05-27 08:40:22.715024353 +0200
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20190524.fa2a17cf
-mtime: 1558693489
-commit: fa2a17cfec75d7eb9b99f987feff0aae1bf1cfa0
+version: 20190524.65b73f1d
+mtime: 1558727870
+commit: 65b73f1d416e9a7cdc337902c7aec744f4d2d334
1
0
Hello community,
here is the log from the commit of package smplayer for openSUSE:Factory checked in at 2019-05-27 08:39:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/smplayer (Old)
and /work/SRC/openSUSE:Factory/.smplayer.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "smplayer"
Mon May 27 08:39:59 2019 rev:35 rq:705431 version:19.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/smplayer/smplayer.changes 2019-02-08 12:12:26.489490893 +0100
+++ /work/SRC/openSUSE:Factory/.smplayer.new.5148/smplayer.changes 2019-05-27 08:40:02.223032342 +0200
@@ -1,0 +2,12 @@
+Wed May 22 15:01:34 UTC 2019 - Alexei Sorokin <sor.alexei(a)meowr.ru>
+
+- Update to version 19.5.0:
+ * Add command line option -start.
+ * Add actions for previous subtitle track, previous audio track
+ and previous video track.
+ * Fix YouTube live streams (it seems to work only with mpv).
+ * Try to prevent to play invalid YouTube streams.
+ * Fix for YouTube.
+- Remove any Qt4 support conditionals.
+
+-------------------------------------------------------------------
Old:
----
smplayer-19.1.0.tar.bz2
New:
----
smplayer-19.5.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ smplayer.spec ++++++
--- /var/tmp/diff_new_pack.1ZzuId/_old 2019-05-27 08:40:04.227031561 +0200
+++ /var/tmp/diff_new_pack.1ZzuId/_new 2019-05-27 08:40:04.231031559 +0200
@@ -17,7 +17,7 @@
Name: smplayer
-Version: 19.1.0
+Version: 19.5.0
Release: 0
Summary: Complete frontend for MPV
License: GPL-2.0-or-later
@@ -33,10 +33,23 @@
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
+BuildRequires: libQt5Gui-private-headers-devel
+BuildRequires: libqt5-qttools-devel
BuildRequires: libstdc++-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: zlib-devel
+BuildRequires: pkgconfig(Qt5Concurrent)
+BuildRequires: pkgconfig(Qt5Core)
+BuildRequires: pkgconfig(Qt5DBus)
+BuildRequires: pkgconfig(Qt5Gui)
+BuildRequires: pkgconfig(Qt5Network)
+BuildRequires: pkgconfig(Qt5PrintSupport)
+BuildRequires: pkgconfig(Qt5Script)
+BuildRequires: pkgconfig(Qt5Sql)
+BuildRequires: pkgconfig(Qt5WebKitWidgets)
+BuildRequires: pkgconfig(Qt5Widgets)
+BuildRequires: pkgconfig(Qt5Xml)
# Either mpv >= 0.6.2 or MPlayer >= 1.0rc4_r32607.
Requires: mpv >= 0.6.2
Recommends: smplayer-lang
@@ -49,23 +62,6 @@
Provides: smplayer-qt5 = %{version}
Obsoletes: smplayer-qt5 < %{version}
Obsoletes: smplayer-qt5-lang < %{version}
-%if 0%{?suse_version} >= 1320 || (0%{?sle_version} >= 120100 && 0%{?is_opensuse})
-BuildRequires: libQt5Gui-private-headers-devel
-BuildRequires: libqt5-qttools-devel
-BuildRequires: pkgconfig(Qt5Concurrent)
-BuildRequires: pkgconfig(Qt5Core)
-BuildRequires: pkgconfig(Qt5DBus)
-BuildRequires: pkgconfig(Qt5Gui)
-BuildRequires: pkgconfig(Qt5Network)
-BuildRequires: pkgconfig(Qt5PrintSupport)
-BuildRequires: pkgconfig(Qt5Script)
-BuildRequires: pkgconfig(Qt5Sql)
-BuildRequires: pkgconfig(Qt5WebKitWidgets)
-BuildRequires: pkgconfig(Qt5Widgets)
-BuildRequires: pkgconfig(Qt5Xml)
-%else
-BuildRequires: libqt4-devel
-%endif
%description
SMPlayer is a front-end for MPV/MPlayer, from basic features like
@@ -79,10 +75,7 @@
%lang_package
%prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%autosetup -p1
# Fix CRLF in .txt files.
sed -i 's/\r$//' *.txt
@@ -102,13 +95,8 @@
%build
make \
MAKEFLAGS="%{?_smp_mflags} V=1" \
-%if 0%{?suse_version} >= 1320 || (0%{?sle_version} >= 120100 && 0%{?is_opensuse})
QMAKE=%{_libqt5_bindir}/qmake \
LRELEASE=%{_libqt5_bindir}/lrelease \
-%else
- QMAKE=%{_libdir}/qt4/bin/qmake \
- LRELEASE=%{_libdir}/qt4/bin/lrelease \
-%endif
PREFIX=%{_prefix}
%install
++++++ smplayer-19.1.0.tar.bz2 -> smplayer-19.5.0.tar.bz2 ++++++
++++ 122926 lines of diff (skipped)
1
0
Hello community,
here is the log from the commit of package perl-CPAN-Perl-Releases for openSUSE:Factory checked in at 2019-05-27 08:39:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-CPAN-Perl-Releases (Old)
and /work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-CPAN-Perl-Releases"
Mon May 27 08:39:50 2019 rev:77 rq:705414 version:4.06
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-CPAN-Perl-Releases/perl-CPAN-Perl-Releases.changes 2019-05-24 11:32:37.373384267 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new.5148/perl-CPAN-Perl-Releases.changes 2019-05-27 08:39:56.659034511 +0200
@@ -1,0 +2,6 @@
+Sat May 25 05:02:38 UTC 2019 - Stephan Kulow <coolo(a)suse.com>
+
+- updated to 4.06
+ see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+-------------------------------------------------------------------
Old:
----
CPAN-Perl-Releases-4.04.tar.gz
New:
----
CPAN-Perl-Releases-4.06.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-CPAN-Perl-Releases.spec ++++++
--- /var/tmp/diff_new_pack.XxPCxN/_old 2019-05-27 08:39:58.479033801 +0200
+++ /var/tmp/diff_new_pack.XxPCxN/_new 2019-05-27 08:39:58.483033800 +0200
@@ -17,7 +17,7 @@
Name: perl-CPAN-Perl-Releases
-Version: 4.04
+Version: 4.06
Release: 0
%define cpan_name CPAN-Perl-Releases
Summary: Mapping Perl releases on CPAN to the location of the tarballs
++++++ CPAN-Perl-Releases-4.04.tar.gz -> CPAN-Perl-Releases-4.06.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Perl-Releases-4.04/Changes new/CPAN-Perl-Releases-4.06/Changes
--- old/CPAN-Perl-Releases-4.04/Changes 2019-05-22 13:25:48.000000000 +0200
+++ new/CPAN-Perl-Releases-4.06/Changes 2019-05-24 23:34:08.000000000 +0200
@@ -1,8 +1,18 @@
==================================================
-Changes from 2014-05-23 00:00:00 +0000 to present.
+Changes from 2014-05-25 00:00:00 +0000 to present.
==================================================
-----------------------------------------
+version 4.06 at 2019-05-24 21:33:36 +0000
+-----------------------------------------
+
+ Change: 9d848cd326c05f8d69f4dc212cef20ee89ded872
+ Author: Chris 'BinGOs' Williams <chris(a)bingosnet.co.uk>
+ Date : 2019-05-24 22:33:36 +0000
+
+ Updated for v5.31.0
+
+-----------------------------------------
version 4.04 at 2019-05-22 11:19:39 +0000
-----------------------------------------
@@ -1203,5 +1213,5 @@
Updated for v5.20.0
=================================================
-Plus 84 releases after 2014-05-23 00:00:00 +0000.
+Plus 84 releases after 2014-05-25 00:00:00 +0000.
=================================================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Perl-Releases-4.04/META.json new/CPAN-Perl-Releases-4.06/META.json
--- old/CPAN-Perl-Releases-4.04/META.json 2019-05-22 13:25:48.000000000 +0200
+++ new/CPAN-Perl-Releases-4.06/META.json 2019-05-24 23:34:08.000000000 +0200
@@ -54,7 +54,7 @@
"web" : "https://github.com/bingos/cpan-perl-releases"
}
},
- "version" : "4.04",
+ "version" : "4.06",
"x_generated_by_perl" : "v5.26.3",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.11"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Perl-Releases-4.04/META.yml new/CPAN-Perl-Releases-4.06/META.yml
--- old/CPAN-Perl-Releases-4.04/META.yml 2019-05-22 13:25:48.000000000 +0200
+++ new/CPAN-Perl-Releases-4.06/META.yml 2019-05-24 23:34:08.000000000 +0200
@@ -21,6 +21,6 @@
resources:
homepage: https://github.com/bingos/cpan-perl-releases
repository: https://github.com/bingos/cpan-perl-releases.git
-version: '4.04'
+version: '4.06'
x_generated_by_perl: v5.26.3
x_serialization_backend: 'YAML::Tiny version 1.73'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Perl-Releases-4.04/Makefile.PL new/CPAN-Perl-Releases-4.06/Makefile.PL
--- old/CPAN-Perl-Releases-4.04/Makefile.PL 2019-05-22 13:25:48.000000000 +0200
+++ new/CPAN-Perl-Releases-4.06/Makefile.PL 2019-05-24 23:34:08.000000000 +0200
@@ -26,7 +26,7 @@
"IPC::Open3" => 0,
"Test::More" => "0.47"
},
- "VERSION" => "4.04",
+ "VERSION" => "4.06",
"test" => {
"TESTS" => "t/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Perl-Releases-4.04/README new/CPAN-Perl-Releases-4.06/README
--- old/CPAN-Perl-Releases-4.04/README 2019-05-22 13:25:48.000000000 +0200
+++ new/CPAN-Perl-Releases-4.06/README 2019-05-24 23:34:08.000000000 +0200
@@ -5,7 +5,7 @@
VERSION
- version 4.04
+ version 4.06
SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Perl-Releases-4.04/dist.ini new/CPAN-Perl-Releases-4.06/dist.ini
--- old/CPAN-Perl-Releases-4.04/dist.ini 2019-05-22 13:25:48.000000000 +0200
+++ new/CPAN-Perl-Releases-4.06/dist.ini 2019-05-24 23:34:08.000000000 +0200
@@ -1,5 +1,5 @@
name = CPAN-Perl-Releases
-version = 4.04
+version = 4.06
author = Chris Williams <chris(a)bingosnet.co.uk>
license = Perl_5
copyright_holder = Chris Williams
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Perl-Releases-4.04/lib/CPAN/Perl/Releases.pm new/CPAN-Perl-Releases-4.06/lib/CPAN/Perl/Releases.pm
--- old/CPAN-Perl-Releases-4.04/lib/CPAN/Perl/Releases.pm 2019-05-22 13:25:48.000000000 +0200
+++ new/CPAN-Perl-Releases-4.06/lib/CPAN/Perl/Releases.pm 2019-05-24 23:34:08.000000000 +0200
@@ -1,5 +1,5 @@
package CPAN::Perl::Releases;
-$CPAN::Perl::Releases::VERSION = '4.04';
+$CPAN::Perl::Releases::VERSION = '4.06';
#ABSTRACT: Mapping Perl releases on CPAN to the location of the tarballs
use strict;
@@ -240,6 +240,7 @@
"5.30.0-RC1" => { id => 'XSAWYERX' },
"5.30.0-RC2" => { id => 'XSAWYERX' },
"5.30.0" => { id => 'XSAWYERX' },
+"5.31.0" => { id => 'XSAWYERX' },
};
sub perl_tarballs {
@@ -308,7 +309,7 @@
=head1 VERSION
-version 4.04
+version 4.06
=head1 SYNOPSIS
1
0
Hello community,
here is the log from the commit of package perl-Test-Spelling for openSUSE:Factory checked in at 2019-05-27 08:39:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Spelling (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Spelling.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Spelling"
Mon May 27 08:39:47 2019 rev:14 rq:705412 version:0.24
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Spelling/perl-Test-Spelling.changes 2019-05-24 11:32:40.725382986 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Spelling.new.5148/perl-Test-Spelling.changes 2019-05-27 08:39:49.219037411 +0200
@@ -1,0 +2,11 @@
+Sat May 25 05:31:02 UTC 2019 - Stephan Kulow <coolo(a)suse.com>
+
+- updated to 0.24
+ see /usr/share/doc/packages/perl-Test-Spelling/Changes
+
+ 0.24 2019-05-24
+ - Fixup the prereqs some
+ - Revert the unicode support added in the last release as it caused
+ some test breakage
+
+-------------------------------------------------------------------
Old:
----
Test-Spelling-0.23.tar.gz
New:
----
Test-Spelling-0.24.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-Spelling.spec ++++++
--- /var/tmp/diff_new_pack.U0bgkc/_old 2019-05-27 08:39:49.879037154 +0200
+++ /var/tmp/diff_new_pack.U0bgkc/_new 2019-05-27 08:39:49.879037154 +0200
@@ -17,7 +17,7 @@
Name: perl-Test-Spelling
-Version: 0.23
+Version: 0.24
Release: 0
%define cpan_name Test-Spelling
Summary: Check for spelling errors in POD files
++++++ Test-Spelling-0.23.tar.gz -> Test-Spelling-0.24.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spelling-0.23/Changes new/Test-Spelling-0.24/Changes
--- old/Test-Spelling-0.23/Changes 2019-05-22 02:44:53.000000000 +0200
+++ new/Test-Spelling-0.24/Changes 2019-05-24 15:43:01.000000000 +0200
@@ -1,5 +1,10 @@
Revision history for Test-Spelling
+0.24 2019-05-24
+ - Fixup the prereqs some
+ - Revert the unicode support added in the last release as it caused
+ some test breakage
+
0.23 2019-05-21
- Fixed some documentation errors (Mohammad S Anwar)
- Added unicode support (Kivanc Yazan, GH PR#10)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spelling-0.23/META.json new/Test-Spelling-0.24/META.json
--- old/Test-Spelling-0.23/META.json 2019-05-22 02:44:53.000000000 +0200
+++ new/Test-Spelling-0.24/META.json 2019-05-24 15:43:01.000000000 +0200
@@ -64,7 +64,6 @@
"Symbol" : "0",
"Test::Builder" : "0",
"Text::Wrap" : "0",
- "base" : "0",
"perl" : "5.008",
"strict" : "0",
"warnings" : "0"
@@ -80,6 +79,7 @@
"Test::More" : "0.88",
"Test::Tester" : "0",
"strict" : "0",
+ "utf8" : "0",
"warnings" : "0"
}
}
@@ -87,7 +87,7 @@
"provides" : {
"Test::Spelling" : {
"file" : "lib/Test/Spelling.pm",
- "version" : "0.23"
+ "version" : "0.24"
}
},
"release_status" : "stable",
@@ -102,7 +102,7 @@
"web" : "https://github.com/genio/test-spelling"
}
},
- "version" : "0.23",
+ "version" : "0.24",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.026001"
@@ -413,7 +413,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
- "tag" : "v0.23",
+ "tag" : "v0.24",
"tag_format" : "v%V",
"tag_message" : "v%V"
},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spelling-0.23/META.yml new/Test-Spelling-0.24/META.yml
--- old/Test-Spelling-0.23/META.yml 2019-05-22 02:44:53.000000000 +0200
+++ new/Test-Spelling-0.24/META.yml 2019-05-24 15:43:01.000000000 +0200
@@ -8,6 +8,7 @@
Test::More: '0.88'
Test::Tester: '0'
strict: '0'
+ utf8: '0'
warnings: '0'
configure_requires:
ExtUtils::MakeMaker: '0'
@@ -29,7 +30,7 @@
provides:
Test::Spelling:
file: lib/Test/Spelling.pm
- version: '0.23'
+ version: '0.24'
requires:
Exporter: '5.57'
File::Spec: '0'
@@ -38,7 +39,6 @@
Symbol: '0'
Test::Builder: '0'
Text::Wrap: '0'
- base: '0'
perl: '5.008'
strict: '0'
warnings: '0'
@@ -46,7 +46,7 @@
bugtracker: https://github.com/genio/test-spelling/issues
homepage: https://github.com/genio/test-spelling
repository: https://github.com/genio/test-spelling.git
-version: '0.23'
+version: '0.24'
x_Dist_Zilla:
perl:
version: '5.026001'
@@ -286,7 +286,7 @@
branch: ~
changelog: Changes
signed: 0
- tag: v0.23
+ tag: v0.24
tag_format: v%V
tag_message: v%V
Dist::Zilla::Role::Git::Repo:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spelling-0.23/Makefile.PL new/Test-Spelling-0.24/Makefile.PL
--- old/Test-Spelling-0.23/Makefile.PL 2019-05-22 02:44:53.000000000 +0200
+++ new/Test-Spelling-0.24/Makefile.PL 2019-05-24 15:43:01.000000000 +0200
@@ -27,7 +27,6 @@
"Symbol" => 0,
"Test::Builder" => 0,
"Text::Wrap" => 0,
- "base" => 0,
"strict" => 0,
"warnings" => 0
},
@@ -37,9 +36,10 @@
"Test::More" => "0.88",
"Test::Tester" => 0,
"strict" => 0,
+ "utf8" => 0,
"warnings" => 0
},
- "VERSION" => "0.23",
+ "VERSION" => "0.24",
"test" => {
"TESTS" => "t/*.t"
}
@@ -56,8 +56,8 @@
"Test::More" => "0.88",
"Test::Tester" => 0,
"Text::Wrap" => 0,
- "base" => 0,
"strict" => 0,
+ "utf8" => 0,
"warnings" => 0
);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spelling-0.23/cpanfile new/Test-Spelling-0.24/cpanfile
--- old/Test-Spelling-0.23/cpanfile 2019-05-22 02:44:53.000000000 +0200
+++ new/Test-Spelling-0.24/cpanfile 2019-05-24 15:43:01.000000000 +0200
@@ -2,7 +2,6 @@
requires 'perl' => '5.008';
requires 'strict';
requires 'warnings';
- requires 'base';
requires 'Exporter' => '5.57';
requires 'File::Spec';
requires 'IPC::Run3';
@@ -19,6 +18,9 @@
on 'test' => sub {
requires 'strict';
requires 'warnings';
+ requires 'utf8';
+ requires 'ExtUtils::MakeMaker';
+ requires 'File::Spec';
requires 'Test::More' => '0.88'; # already uses done_testing
requires 'Test::Tester';
};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spelling-0.23/lib/Test/Spelling.pm new/Test-Spelling-0.24/lib/Test/Spelling.pm
--- old/Test-Spelling-0.23/lib/Test/Spelling.pm 2019-05-22 02:44:53.000000000 +0200
+++ new/Test-Spelling-0.24/lib/Test/Spelling.pm 2019-05-24 15:43:01.000000000 +0200
@@ -11,7 +11,7 @@
use IPC::Run3;
use Symbol 'gensym';
-our $VERSION = '0.23';
+our $VERSION = '0.24';
our @EXPORT = qw(
pod_file_spelling_ok
@@ -101,11 +101,12 @@
my $document = '';
open my $handle, '>', \$document;
- open my $infile, '<:encoding(UTF-8)', $file;
+ # the UTF-8 parsing seems to have broken many tests
+ #open my $infile, '<:encoding(UTF-8)', $file;
# save digested POD to the string $document
- get_pod_parser()->parse_from_filehandle($infile, $handle);
-
+ #get_pod_parser()->parse_from_filehandle($infile, $handle);
+ get_pod_parser()->parse_from_file($file, $handle);
my @words = _get_spellcheck_results($document);
chomp for @words;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spelling-0.23/t/00-report-prereqs.dd new/Test-Spelling-0.24/t/00-report-prereqs.dd
--- old/Test-Spelling-0.23/t/00-report-prereqs.dd 2019-05-22 02:44:53.000000000 +0200
+++ new/Test-Spelling-0.24/t/00-report-prereqs.dd 2019-05-24 15:43:01.000000000 +0200
@@ -39,7 +39,6 @@
'Symbol' => '0',
'Test::Builder' => '0',
'Text::Wrap' => '0',
- 'base' => '0',
'perl' => '5.008',
'strict' => '0',
'warnings' => '0'
@@ -55,6 +54,7 @@
'Test::More' => '0.88',
'Test::Tester' => '0',
'strict' => '0',
+ 'utf8' => '0',
'warnings' => '0'
}
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spelling-0.23/t/basic.t new/Test-Spelling-0.24/t/basic.t
--- old/Test-Spelling-0.23/t/basic.t 2019-05-22 02:44:53.000000000 +0200
+++ new/Test-Spelling-0.24/t/basic.t 2019-05-24 15:43:01.000000000 +0200
@@ -25,12 +25,13 @@
diag => "Errors:\n incorectly",
});
-add_stopwords("ünıçöđé");
-
-check_test(sub { pod_file_spelling_ok('t/corpus/unicode-pod.pm', 'unicode pod has no errors') }, {
- ok => 1,
- name => 'unicode pod has no errors',
-});
+SKIP: {
+ skip "Unicode support reverted", 1;
+ add_stopwords("ünıçöđé");
+ check_test(sub { pod_file_spelling_ok('t/corpus/unicode-pod.pm', 'unicode pod has no errors') }, {
+ ok => 1,
+ name => 'unicode pod has no errors',
+ });
+};
done_testing;
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spelling-0.23/xt/release/changes_has_content.t new/Test-Spelling-0.24/xt/release/changes_has_content.t
--- old/Test-Spelling-0.23/xt/release/changes_has_content.t 2019-05-22 02:44:53.000000000 +0200
+++ new/Test-Spelling-0.24/xt/release/changes_has_content.t 2019-05-24 15:43:01.000000000 +0200
@@ -2,7 +2,7 @@
note 'Checking Changes';
my $changes_file = 'Changes';
-my $newver = '0.23';
+my $newver = '0.24';
my $trial_token = '-TRIAL';
my $encoding = 'UTF-8';
1
0
Hello community,
here is the log from the commit of package perl-Test-Synopsis for openSUSE:Factory checked in at 2019-05-27 08:39:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Synopsis (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Synopsis.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Synopsis"
Mon May 27 08:39:44 2019 rev:16 rq:705411 version:0.16
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Synopsis/perl-Test-Synopsis.changes 2016-03-16 10:34:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Synopsis.new.5148/perl-Test-Synopsis.changes 2019-05-27 08:39:46.643038415 +0200
@@ -1,0 +2,10 @@
+Sat May 25 05:31:18 UTC 2019 - Stephan Kulow <coolo(a)suse.com>
+
+- updated to 0.16
+ see /usr/share/doc/packages/perl-Test-Synopsis/Changes
+
+ 0.16 2019-05-24
+ - Fix test failures when version 0.23 of
+ Test::Spelling is in use (by ppisar, #21)
+
+-------------------------------------------------------------------
Old:
----
Test-Synopsis-0.15.tar.gz
New:
----
Test-Synopsis-0.16.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-Synopsis.spec ++++++
--- /var/tmp/diff_new_pack.khU1kW/_old 2019-05-27 08:39:47.383038127 +0200
+++ /var/tmp/diff_new_pack.khU1kW/_new 2019-05-27 08:39:47.387038125 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Synopsis
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,19 +12,19 @@
# 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Test-Synopsis
-Version: 0.15
+Version: 0.16
Release: 0
%define cpan_name Test-Synopsis
Summary: Test your SYNOPSIS code
-License: Artistic-1.0 or GPL-1.0+
+License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Test-Synopsis/
-Source0: http://www.cpan.org/authors/id/Z/ZO/ZOFFIX/%{cpan_name}-%{version}.tar.gz
+Url: https://metacpan.org/release/%{cpan_name}
+Source0: https://cpan.metacpan.org/authors/id/Z/ZO/ZOFFIX/%{cpan_name}-%{version}.ta…
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -69,11 +69,11 @@
%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -82,6 +82,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes LICENSE README README.md
+%doc Changes README README.md
+%license LICENSE
%changelog
++++++ Test-Synopsis-0.15.tar.gz -> Test-Synopsis-0.16.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/Changes new/Test-Synopsis-0.16/Changes
--- old/Test-Synopsis-0.15/Changes 2016-03-02 18:49:07.000000000 +0100
+++ new/Test-Synopsis-0.16/Changes 2019-05-24 17:07:41.000000000 +0200
@@ -1,5 +1,9 @@
Revision history for Perl extension Test::Synopsis
+0.16 2019-05-24
+ - Fix test failures when version 0.23 of
+ Test::Spelling is in use (by ppisar, #21)
+
0.15 2016-03-02
- Specify Pod::Simple version to prereq, as needed
feature missing from older versions (by autarch)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/INSTALL new/Test-Synopsis-0.16/INSTALL
--- old/Test-Synopsis-0.15/INSTALL 2016-03-02 18:49:07.000000000 +0100
+++ new/Test-Synopsis-0.16/INSTALL 2019-05-24 17:07:41.000000000 +0200
@@ -8,10 +8,10 @@
% cpanm Test::Synopsis
-If you are installing into a system-wide directory, you may need to pass the
-"-S" flag to cpanm, which uses sudo to install the module:
-
- % cpanm -S Test::Synopsis
+If it does not have permission to install modules to the current perl, cpanm
+will automatically set up and install to a local::lib in your home directory.
+See the local::lib documentation (https://metacpan.org/pod/local::lib) for
+details on enabling it in your environment.
## Installing with the CPAN shell
@@ -22,7 +22,7 @@
## Manual installation
As a last resort, you can manually install it. Download the tarball, untar it,
-then build it:
+install configure prerequisites (see below), then build it:
% perl Makefile.PL
% make && make test
@@ -31,13 +31,42 @@
% make install
-If you are installing into a system-wide directory, you may need to run:
+On Windows platforms, you should use `dmake` or `nmake`, instead of `make`.
+
+If your perl is system-managed, you can create a local::lib in your home
+directory to install modules to. For details, see the local::lib documentation:
+https://metacpan.org/pod/local::lib
+
+The prerequisites of this distribution will also have to be installed manually. The
+prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` generated
+by running the manual build process described above.
+
+## Configure Prerequisites
+
+This distribution requires other modules to be installed before this
+distribution's installer can be run. They can be found under the
+"configure_requires" key of META.yml or the
+"{prereqs}{configure}{requires}" key of META.json.
- % sudo make install
+## Other Prerequisites
+
+This distribution may require additional modules to be installed after running
+Makefile.PL.
+Look for prerequisites in the following phases:
+
+* to run make, PHASE = build
+* to use the module code itself, PHASE = runtime
+* to run tests, PHASE = test
+
+They can all be found in the "PHASE_requires" key of MYMETA.yml or the
+"{prereqs}{PHASE}{requires}" key of MYMETA.json.
## Documentation
Test-Synopsis documentation is available as POD.
-You can run perldoc from a shell to read the documentation:
+You can run `perldoc` from a shell to read the documentation:
% perldoc Test::Synopsis
+
+For more information on installing Perl modules via CPAN, please see:
+https://www.cpan.org/modules/INSTALL.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/LICENSE new/Test-Synopsis-0.16/LICENSE
--- old/Test-Synopsis-0.15/LICENSE 2016-03-02 18:49:07.000000000 +0100
+++ new/Test-Synopsis-0.16/LICENSE 2019-05-24 17:07:41.000000000 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2016 by Tatsuhiko Miyagawa.
+This software is copyright (c) 2019 by Tatsuhiko Miyagawa.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
--- The GNU General Public License, Version 1, February 1989 ---
-This software is Copyright (c) 2016 by Tatsuhiko Miyagawa.
+This software is Copyright (c) 2019 by Tatsuhiko Miyagawa.
This is free software, licensed under:
@@ -272,7 +272,7 @@
--- The Artistic License 1.0 ---
-This software is Copyright (c) 2016 by Tatsuhiko Miyagawa.
+This software is Copyright (c) 2019 by Tatsuhiko Miyagawa.
This is free software, licensed under:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/MANIFEST new/Test-Synopsis-0.16/MANIFEST
--- old/Test-Synopsis-0.15/MANIFEST 2016-03-02 18:49:07.000000000 +0100
+++ new/Test-Synopsis-0.16/MANIFEST 2019-05-24 17:07:41.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.042.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012.
Changes
INSTALL
LICENSE
@@ -38,17 +38,17 @@
t/lib/Test12DATAInPodWithError.pm
t/lib/TestMultipleChunks.pm
xt/author/eol.t
+xt/author/minimum-version.t
xt/author/mojibake.t
xt/author/no-tabs.t
xt/author/pod-coverage.t
xt/author/pod-spell.t
xt/author/pod-syntax.t
+xt/author/portability.t
+xt/author/synopsis.t
xt/author/test-version.t
xt/release/cpan-changes.t
xt/release/dist-manifest.t
xt/release/distmeta.t
xt/release/kwalitee.t
xt/release/meta-json.t
-xt/release/minimum-version.t
-xt/release/portability.t
-xt/release/synopsis.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/META.json new/Test-Synopsis-0.16/META.json
--- old/Test-Synopsis-0.15/META.json 2016-03-02 18:49:07.000000000 +0100
+++ new/Test-Synopsis-0.16/META.json 2019-05-24 17:07:41.000000000 +0200
@@ -4,7 +4,7 @@
"Tatsuhiko Miyagawa <miyagawa(a)bulknews.net>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 5.042, CPAN::Meta::Converter version 2.150001",
+ "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
@@ -41,11 +41,13 @@
"Test::CPAN::Meta::JSON" : "0.16",
"Test::EOL" : "0",
"Test::Kwalitee" : "1.21",
+ "Test::MinimumVersion" : "0",
"Test::Mojibake" : "0",
"Test::More" : "0.96",
"Test::NoTabs" : "0",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08",
+ "Test::Portability::Files" : "0",
"Test::Spelling" : "0.12",
"Test::Synopsis" : "0",
"Test::Version" : "1"
@@ -70,7 +72,6 @@
"Test::Builder" : "0.34",
"Test::Builder::Tester" : "0",
"Test::More" : "0",
- "blib" : "1.01",
"perl" : "5.008_001"
}
}
@@ -78,7 +79,7 @@
"provides" : {
"Test::Synopsis" : {
"file" : "lib/Test/Synopsis.pm",
- "version" : "0.15"
+ "version" : "0.16"
}
},
"release_status" : "stable",
@@ -93,16 +94,16 @@
"web" : "https://github.com/miyagawa/test-synopsis"
}
},
- "version" : "0.15",
+ "version" : "0.16",
"x_Dist_Zilla" : {
"perl" : {
- "version" : "5.022000"
+ "version" : "5.026000"
},
"plugins" : [
{
"class" : "Dist::Zilla::Plugin::OurPkgVersion",
"name" : "@Author::ZOFFIX/OurPkgVersion",
- "version" : "0.06"
+ "version" : "0.15"
},
{
"class" : "Dist::Zilla::Plugin::Pod::Spiffy",
@@ -117,6 +118,7 @@
"check_all_prereqs" : 1,
"modules" : [],
"phase" : "release",
+ "run_under_travis" : 0,
"skip" : [
"ExtUtils::MakeMaker",
"File::Copy",
@@ -128,7 +130,7 @@
}
},
"name" : "@Author::ZOFFIX/PromptIfStale",
- "version" : "0.047"
+ "version" : "0.055"
},
{
"class" : "Dist::Zilla::Plugin::GatherDir",
@@ -144,42 +146,42 @@
}
},
"name" : "@Author::ZOFFIX/GatherDir",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::PruneCruft",
"name" : "@Author::ZOFFIX/PruneCruft",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::ManifestSkip",
"name" : "@Author::ZOFFIX/ManifestSkip",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::MetaYAML",
"name" : "@Author::ZOFFIX/MetaYAML",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::License",
"name" : "@Author::ZOFFIX/License",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::Readme",
"name" : "@Author::ZOFFIX/Readme",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::ExecDir",
"name" : "@Author::ZOFFIX/ExecDir",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::ShareDir",
"name" : "@Author::ZOFFIX/ShareDir",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::MakeMaker",
@@ -189,27 +191,27 @@
}
},
"name" : "@Author::ZOFFIX/MakeMaker",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::Manifest",
"name" : "@Author::ZOFFIX/Manifest",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
"name" : "@Author::ZOFFIX/AutoPrereqs",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "@Author::ZOFFIX/MetaConfig",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps",
"name" : "@Author::ZOFFIX/Prereqs::AuthorDeps",
- "version" : "0.005"
+ "version" : "0.006"
},
{
"class" : "Dist::Zilla::Plugin::MinimumPerl",
@@ -224,23 +226,35 @@
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : "@Author::ZOFFIX/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
- "version" : "5.042"
+ "version" : "6.012"
}
- ]
+ ],
+ "include_underscores" : 0
},
"Dist::Zilla::Role::MetaProvider::Provider" : {
- "inherit_missing" : "1",
- "inherit_version" : "1",
- "meta_noindex" : "1"
+ "$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002004",
+ "inherit_missing" : 1,
+ "inherit_version" : 1,
+ "meta_noindex" : 1
+ },
+ "Dist::Zilla::Role::ModuleMetadata" : {
+ "Module::Metadata" : "1.000033",
+ "version" : "0.006"
}
},
"name" : "@Author::ZOFFIX/MetaProvides::Package",
- "version" : "2.003001"
+ "version" : "2.004003"
},
{
"class" : "Dist::Zilla::Plugin::InstallGuide",
+ "config" : {
+ "Dist::Zilla::Role::ModuleMetadata" : {
+ "Module::Metadata" : "1.000033",
+ "version" : "0.006"
+ }
+ },
"name" : "@Author::ZOFFIX/InstallGuide",
- "version" : "1.200006"
+ "version" : "1.200013"
},
{
"class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
@@ -250,13 +264,13 @@
}
},
"name" : "@Author::ZOFFIX/ReadmeAnyFromPod",
- "version" : "0.150250"
+ "version" : "0.163250"
},
{
"class" : "Dist::Zilla::Plugin::Test::Compile",
"config" : {
"Dist::Zilla::Plugin::Test::Compile" : {
- "bail_out_on_fail" : "0",
+ "bail_out_on_fail" : 0,
"fail_on_warning" : "author",
"fake_home" : 0,
"filename" : "t/00-compile.t",
@@ -268,11 +282,12 @@
"script_finder" : [
":PerlExecFiles"
],
- "skips" : []
+ "skips" : [],
+ "switch" : []
}
},
"name" : "@Author::ZOFFIX/Test::Compile",
- "version" : "2.054"
+ "version" : "2.058"
},
{
"class" : "Dist::Zilla::Plugin::Test::DistManifest",
@@ -285,20 +300,20 @@
"Dist::Zilla::Plugin::Test::EOL" : {
"filename" : "xt/author/eol.t",
"finder" : [
- ":InstallModules",
":ExecFiles",
+ ":InstallModules",
":TestFiles"
],
- "trailing_whitespace" : "1"
+ "trailing_whitespace" : 1
}
},
"name" : "@Author::ZOFFIX/Test::EOL",
- "version" : "0.18"
+ "version" : "0.19"
},
{
"class" : "Dist::Zilla::Plugin::Test::Version",
"name" : "@Author::ZOFFIX/Test::Version",
- "version" : "1.05"
+ "version" : "1.09"
},
{
"class" : "Dist::Zilla::Plugin::Test::Kwalitee",
@@ -314,7 +329,7 @@
{
"class" : "Dist::Zilla::Plugin::MetaTests",
"name" : "@Author::ZOFFIX/MetaTests",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::Test::CPAN::Meta::JSON",
@@ -344,40 +359,53 @@
{
"class" : "Dist::Zilla::Plugin::PodCoverageTests",
"name" : "@Author::ZOFFIX/PodCoverageTests",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
"name" : "@Author::ZOFFIX/PodSyntaxTests",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::Test::Portability",
+ "config" : {
+ "Dist::Zilla::Plugin::Test::Portability" : {
+ "options" : ""
+ }
+ },
"name" : "@Author::ZOFFIX/Test::Portability",
- "version" : "2.000006"
+ "version" : "2.001000"
},
{
"class" : "Dist::Zilla::Plugin::Test::Synopsis",
"name" : "@Author::ZOFFIX/Test::Synopsis",
- "version" : "2.000006"
+ "version" : "2.000007"
},
{
"class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
+ "config" : {
+ "Dist::Zilla::Plugin::Test::CPAN::Changes" : {
+ "changelog" : "Changes"
+ }
+ },
"name" : "@Author::ZOFFIX/Test::CPAN::Changes",
- "version" : "0.009"
+ "version" : "0.012"
},
{
"class" : "Dist::Zilla::Plugin::Test::PodSpelling",
"config" : {
"Dist::Zilla::Plugin::Test::PodSpelling" : {
- "directories" : [],
+ "directories" : [
+ "bin",
+ "lib"
+ ],
"spell_cmd" : "",
"stopwords" : [],
"wordlist" : "Pod::Wordlist"
}
},
"name" : "@Author::ZOFFIX/Test::PodSpelling",
- "version" : "2.007000"
+ "version" : "2.007005"
},
{
"class" : "Dist::Zilla::Plugin::CheckSelfDependency",
@@ -388,8 +416,8 @@
]
},
"Dist::Zilla::Role::ModuleMetadata" : {
- "Module::Metadata" : "1.000026",
- "version" : "0.003"
+ "Module::Metadata" : "1.000033",
+ "version" : "0.006"
}
},
"name" : "@Author::ZOFFIX/CheckSelfDependency",
@@ -398,12 +426,17 @@
{
"class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
"name" : "@Author::ZOFFIX/CheckPrereqsIndexed",
- "version" : "0.017"
+ "version" : "0.020"
},
{
"class" : "Dist::Zilla::Plugin::Test::MinimumVersion",
+ "config" : {
+ "Dist::Zilla::Plugin::Test::MinimumVersion" : {
+ "max_target_perl" : "5.008008"
+ }
+ },
"name" : "@Author::ZOFFIX/Test::MinimumVersion",
- "version" : "2.000006"
+ "version" : "2.000010"
},
{
"class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
@@ -421,7 +454,7 @@
{
"class" : "Dist::Zilla::Plugin::TestRelease",
"name" : "@Author::ZOFFIX/TestRelease",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::InstallRelease",
@@ -431,12 +464,12 @@
{
"class" : "Dist::Zilla::Plugin::ConfirmRelease",
"name" : "@Author::ZOFFIX/ConfirmRelease",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::UploadToCPAN",
"name" : "@Author::ZOFFIX/UploadToCPAN",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
@@ -447,7 +480,7 @@
}
},
"name" : "TestRequires",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
@@ -458,7 +491,7 @@
}
},
"name" : "DevelopRequires",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::AutoMetaResources",
@@ -479,11 +512,12 @@
"version_regexp" : "(?^u:^(.+)$)"
},
"Dist::Zilla::Role::Git::Repo" : {
+ "git_version" : "2.1.4",
"repo_root" : "."
}
},
"name" : "Git::NextVersion",
- "version" : "2.036"
+ "version" : "2.046"
},
{
"class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -492,11 +526,12 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
- "tag" : "0.15",
+ "tag" : "0.16",
"tag_format" : "%v",
"tag_message" : "%v"
},
"Dist::Zilla::Role::Git::Repo" : {
+ "git_version" : "2.1.4",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -504,7 +539,7 @@
}
},
"name" : "Git::Tag",
- "version" : "2.036"
+ "version" : "2.046"
},
{
"class" : "Dist::Zilla::Plugin::Git::Check",
@@ -521,18 +556,19 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
+ "git_version" : "2.1.4",
"repo_root" : "."
}
},
"name" : "Git::Check",
- "version" : "2.036"
+ "version" : "2.046"
},
{
"class" : "Dist::Zilla::Plugin::Git::Commit",
"config" : {
"Dist::Zilla::Plugin::Git::Commit" : {
"add_files_in" : [],
- "commit_msg" : "v%v%n%n%c"
+ "commit_msg" : "v%V%n%n%c"
},
"Dist::Zilla::Role::Git::DirtyFiles" : {
"allow_dirty" : [
@@ -543,6 +579,7 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
+ "git_version" : "2.1.4",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -550,7 +587,7 @@
}
},
"name" : "Git::Commit",
- "version" : "2.036"
+ "version" : "2.046"
},
{
"class" : "Dist::Zilla::Plugin::Git::Push",
@@ -562,90 +599,93 @@
"remotes_must_exist" : 1
},
"Dist::Zilla::Role::Git::Repo" : {
+ "git_version" : "2.1.4",
"repo_root" : "."
}
},
"name" : "Git::Push",
- "version" : "2.036"
+ "version" : "2.046"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "MetaJSON",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":IncModules",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":TestFiles",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExtraTestFiles",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExecFiles",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":PerlExecFiles",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ShareFiles",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":MainModule",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":AllFiles",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":NoFiles",
- "version" : "5.042"
+ "version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : "@Author::ZOFFIX/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
- "version" : "5.042"
+ "version" : "6.012"
}
],
"zilla" : {
"class" : "Dist::Zilla::Dist::Builder",
"config" : {
- "is_trial" : "0"
+ "is_trial" : 0
},
- "version" : "5.042"
+ "version" : "6.012"
}
},
"x_contributors" : [
"Dave Rolsky <autarch(a)urth.org>",
"Kevin Ryde <kryde(a)cpan.org>",
- "Marcel Grünauer <marcel(a)cpan.org>",
+ "Marcel Gr\u00fcnauer <marcel(a)cpan.org>",
"Mike Doherty <doherty(a)cpan.org>",
"Patrice Clement <monsieurp(a)gentoo.org>",
"Greg Sabino Mullane <turnstep(a)cpan.org>",
"Zoffix Znet <zoffix(a)cpan.org>",
- "Olivier Mengué <dolmen(a)cpan.org>"
- ]
+ "Olivier Mengu\u00e9 <dolmen(a)cpan.org>"
+ ],
+ "x_generated_by_perl" : "v5.26.0",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/META.yml new/Test-Synopsis-0.16/META.yml
--- old/Test-Synopsis-0.15/META.yml 2016-03-02 18:49:07.000000000 +0100
+++ new/Test-Synopsis-0.16/META.yml 2019-05-24 17:07:41.000000000 +0200
@@ -9,13 +9,12 @@
Test::Builder: '0.34'
Test::Builder::Tester: '0'
Test::More: '0'
- blib: '1.01'
perl: 5.008_001
configure_requires:
ExtUtils::MakeMaker: '0'
perl: 5.008_001
dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.042, CPAN::Meta::Converter version 2.150001'
+generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,7 +23,7 @@
provides:
Test::Synopsis:
file: lib/Test/Synopsis.pm
- version: '0.15'
+ version: '0.16'
requires:
ExtUtils::Manifest: '0'
Pod::Simple: '3.09'
@@ -37,15 +36,15 @@
bugtracker: https://github.com/miyagawa/test-synopsis/issues
homepage: http://metacpan.org/release/Test-Synopsis
repository: git://github.com/miyagawa/test-synopsis.git
-version: '0.15'
+version: '0.16'
x_Dist_Zilla:
perl:
- version: '5.022000'
+ version: '5.026000'
plugins:
-
class: Dist::Zilla::Plugin::OurPkgVersion
name: '@Author::ZOFFIX/OurPkgVersion'
- version: '0.06'
+ version: '0.15'
-
class: Dist::Zilla::Plugin::Pod::Spiffy
name: '@Author::ZOFFIX/Pod::Spiffy'
@@ -58,6 +57,7 @@
check_all_prereqs: 1
modules: []
phase: release
+ run_under_travis: 0
skip:
- ExtUtils::MakeMaker
- File::Copy
@@ -66,7 +66,7 @@
- strict
- warnings
name: '@Author::ZOFFIX/PromptIfStale'
- version: '0.047'
+ version: '0.055'
-
class: Dist::Zilla::Plugin::GatherDir
config:
@@ -79,58 +79,58 @@
prune_directory: []
root: .
name: '@Author::ZOFFIX/GatherDir'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::PruneCruft
name: '@Author::ZOFFIX/PruneCruft'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::ManifestSkip
name: '@Author::ZOFFIX/ManifestSkip'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::MetaYAML
name: '@Author::ZOFFIX/MetaYAML'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::License
name: '@Author::ZOFFIX/License'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::Readme
name: '@Author::ZOFFIX/Readme'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::ExecDir
name: '@Author::ZOFFIX/ExecDir'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::ShareDir
name: '@Author::ZOFFIX/ShareDir'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::MakeMaker
config:
Dist::Zilla::Role::TestRunner:
default_jobs: 1
name: '@Author::ZOFFIX/MakeMaker'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::Manifest
name: '@Author::ZOFFIX/Manifest'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::AutoPrereqs
name: '@Author::ZOFFIX/AutoPrereqs'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::MetaConfig
name: '@Author::ZOFFIX/MetaConfig'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::Prereqs::AuthorDeps
name: '@Author::ZOFFIX/Prereqs::AuthorDeps'
- version: '0.005'
+ version: '0.006'
-
class: Dist::Zilla::Plugin::MinimumPerl
name: '@Author::ZOFFIX/MinimumPerl'
@@ -143,24 +143,33 @@
-
class: Dist::Zilla::Plugin::FinderCode
name: '@Author::ZOFFIX/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
- version: '5.042'
+ version: '6.012'
+ include_underscores: 0
Dist::Zilla::Role::MetaProvider::Provider:
+ $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
inherit_missing: '1'
inherit_version: '1'
meta_noindex: '1'
+ Dist::Zilla::Role::ModuleMetadata:
+ Module::Metadata: '1.000033'
+ version: '0.006'
name: '@Author::ZOFFIX/MetaProvides::Package'
- version: '2.003001'
+ version: '2.004003'
-
class: Dist::Zilla::Plugin::InstallGuide
+ config:
+ Dist::Zilla::Role::ModuleMetadata:
+ Module::Metadata: '1.000033'
+ version: '0.006'
name: '@Author::ZOFFIX/InstallGuide'
- version: '1.200006'
+ version: '1.200013'
-
class: Dist::Zilla::Plugin::ReadmeAnyFromPod
config:
Dist::Zilla::Role::FileWatcher:
version: '0.006'
name: '@Author::ZOFFIX/ReadmeAnyFromPod'
- version: '0.150250'
+ version: '0.163250'
-
class: Dist::Zilla::Plugin::Test::Compile
config:
@@ -176,8 +185,9 @@
script_finder:
- ':PerlExecFiles'
skips: []
+ switch: []
name: '@Author::ZOFFIX/Test::Compile'
- version: '2.054'
+ version: '2.058'
-
class: Dist::Zilla::Plugin::Test::DistManifest
name: '@Author::ZOFFIX/Test::DistManifest'
@@ -188,16 +198,16 @@
Dist::Zilla::Plugin::Test::EOL:
filename: xt/author/eol.t
finder:
- - ':InstallModules'
- ':ExecFiles'
+ - ':InstallModules'
- ':TestFiles'
- trailing_whitespace: '1'
+ trailing_whitespace: 1
name: '@Author::ZOFFIX/Test::EOL'
- version: '0.18'
+ version: '0.19'
-
class: Dist::Zilla::Plugin::Test::Version
name: '@Author::ZOFFIX/Test::Version'
- version: '1.05'
+ version: '1.09'
-
class: Dist::Zilla::Plugin::Test::Kwalitee
config:
@@ -209,7 +219,7 @@
-
class: Dist::Zilla::Plugin::MetaTests
name: '@Author::ZOFFIX/MetaTests'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::Test::CPAN::Meta::JSON
name: '@Author::ZOFFIX/Test::CPAN::Meta::JSON'
@@ -232,33 +242,41 @@
-
class: Dist::Zilla::Plugin::PodCoverageTests
name: '@Author::ZOFFIX/PodCoverageTests'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::PodSyntaxTests
name: '@Author::ZOFFIX/PodSyntaxTests'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::Test::Portability
+ config:
+ Dist::Zilla::Plugin::Test::Portability:
+ options: ''
name: '@Author::ZOFFIX/Test::Portability'
- version: '2.000006'
+ version: '2.001000'
-
class: Dist::Zilla::Plugin::Test::Synopsis
name: '@Author::ZOFFIX/Test::Synopsis'
- version: '2.000006'
+ version: '2.000007'
-
class: Dist::Zilla::Plugin::Test::CPAN::Changes
+ config:
+ Dist::Zilla::Plugin::Test::CPAN::Changes:
+ changelog: Changes
name: '@Author::ZOFFIX/Test::CPAN::Changes'
- version: '0.009'
+ version: '0.012'
-
class: Dist::Zilla::Plugin::Test::PodSpelling
config:
Dist::Zilla::Plugin::Test::PodSpelling:
- directories: []
+ directories:
+ - bin
+ - lib
spell_cmd: ''
stopwords: []
wordlist: Pod::Wordlist
name: '@Author::ZOFFIX/Test::PodSpelling'
- version: '2.007000'
+ version: '2.007005'
-
class: Dist::Zilla::Plugin::CheckSelfDependency
config:
@@ -266,18 +284,21 @@
finder:
- ':InstallModules'
Dist::Zilla::Role::ModuleMetadata:
- Module::Metadata: '1.000026'
- version: '0.003'
+ Module::Metadata: '1.000033'
+ version: '0.006'
name: '@Author::ZOFFIX/CheckSelfDependency'
version: '0.011'
-
class: Dist::Zilla::Plugin::CheckPrereqsIndexed
name: '@Author::ZOFFIX/CheckPrereqsIndexed'
- version: '0.017'
+ version: '0.020'
-
class: Dist::Zilla::Plugin::Test::MinimumVersion
+ config:
+ Dist::Zilla::Plugin::Test::MinimumVersion:
+ max_target_perl: '5.008008'
name: '@Author::ZOFFIX/Test::MinimumVersion'
- version: '2.000006'
+ version: '2.000010'
-
class: Dist::Zilla::Plugin::CopyFilesFromRelease
config:
@@ -290,7 +311,7 @@
-
class: Dist::Zilla::Plugin::TestRelease
name: '@Author::ZOFFIX/TestRelease'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::InstallRelease
name: '@Author::ZOFFIX/InstallRelease'
@@ -298,11 +319,11 @@
-
class: Dist::Zilla::Plugin::ConfirmRelease
name: '@Author::ZOFFIX/ConfirmRelease'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::UploadToCPAN
name: '@Author::ZOFFIX/UploadToCPAN'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::Prereqs
config:
@@ -310,7 +331,7 @@
phase: test
type: requires
name: TestRequires
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::Prereqs
config:
@@ -318,7 +339,7 @@
phase: develop
type: requires
name: DevelopRequires
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::AutoMetaResources
name: AutoMetaResources
@@ -335,9 +356,10 @@
version_by_branch: 0
version_regexp: (?^u:^(.+)$)
Dist::Zilla::Role::Git::Repo:
+ git_version: 2.1.4
repo_root: .
name: Git::NextVersion
- version: '2.036'
+ version: '2.046'
-
class: Dist::Zilla::Plugin::Git::Tag
config:
@@ -345,15 +367,16 @@
branch: ~
changelog: Changes
signed: 0
- tag: '0.15'
+ tag: '0.16'
tag_format: '%v'
tag_message: '%v'
Dist::Zilla::Role::Git::Repo:
+ git_version: 2.1.4
repo_root: .
Dist::Zilla::Role::Git::StringFormatter:
time_zone: local
name: Git::Tag
- version: '2.036'
+ version: '2.046'
-
class: Dist::Zilla::Plugin::Git::Check
config:
@@ -366,15 +389,16 @@
allow_dirty_match: []
changelog: Changes
Dist::Zilla::Role::Git::Repo:
+ git_version: 2.1.4
repo_root: .
name: Git::Check
- version: '2.036'
+ version: '2.046'
-
class: Dist::Zilla::Plugin::Git::Commit
config:
Dist::Zilla::Plugin::Git::Commit:
add_files_in: []
- commit_msg: v%v%n%n%c
+ commit_msg: v%V%n%n%c
Dist::Zilla::Role::Git::DirtyFiles:
allow_dirty:
- Changes
@@ -382,11 +406,12 @@
allow_dirty_match: []
changelog: Changes
Dist::Zilla::Role::Git::Repo:
+ git_version: 2.1.4
repo_root: .
Dist::Zilla::Role::Git::StringFormatter:
time_zone: local
name: Git::Commit
- version: '2.036'
+ version: '2.046'
-
class: Dist::Zilla::Plugin::Git::Push
config:
@@ -395,62 +420,63 @@
- origin
remotes_must_exist: 1
Dist::Zilla::Role::Git::Repo:
+ git_version: 2.1.4
repo_root: .
name: Git::Push
- version: '2.036'
+ version: '2.046'
-
class: Dist::Zilla::Plugin::MetaJSON
name: MetaJSON
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':InstallModules'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':IncModules'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':TestFiles'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExtraTestFiles'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExecFiles'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':PerlExecFiles'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ShareFiles'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':MainModule'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':AllFiles'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':NoFiles'
- version: '5.042'
+ version: '6.012'
-
class: Dist::Zilla::Plugin::FinderCode
name: '@Author::ZOFFIX/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
- version: '5.042'
+ version: '6.012'
zilla:
class: Dist::Zilla::Dist::Builder
config:
is_trial: '0'
- version: '5.042'
+ version: '6.012'
x_contributors:
- 'Dave Rolsky <autarch(a)urth.org>'
- 'Kevin Ryde <kryde(a)cpan.org>'
@@ -460,3 +486,5 @@
- 'Greg Sabino Mullane <turnstep(a)cpan.org>'
- 'Zoffix Znet <zoffix(a)cpan.org>'
- 'Olivier Mengué <dolmen(a)cpan.org>'
+x_generated_by_perl: v5.26.0
+x_serialization_backend: 'YAML::Tiny version 1.73'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/Makefile.PL new/Test-Synopsis-0.16/Makefile.PL
--- old/Test-Synopsis-0.15/Makefile.PL 2016-03-02 18:49:07.000000000 +0100
+++ new/Test-Synopsis-0.16/Makefile.PL 2019-05-24 17:07:41.000000000 +0200
@@ -1,8 +1,8 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.042.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.
use strict;
use warnings;
-use 5.008_001;
+use 5.008001;
use ExtUtils::MakeMaker;
@@ -14,7 +14,7 @@
},
"DISTNAME" => "Test-Synopsis",
"LICENSE" => "perl",
- "MIN_PERL_VERSION" => "5.008_001",
+ "MIN_PERL_VERSION" => "5.008001",
"NAME" => "Test::Synopsis",
"PREREQ_PM" => {
"ExtUtils::Manifest" => 0,
@@ -30,10 +30,9 @@
"IPC::Open3" => 0,
"Test::Builder" => "0.34",
"Test::Builder::Tester" => 0,
- "Test::More" => 0,
- "blib" => "1.01"
+ "Test::More" => 0
},
- "VERSION" => "0.15",
+ "VERSION" => "0.16",
"test" => {
"TESTS" => "t/*.t"
}
@@ -50,7 +49,6 @@
"Test::Builder::Module" => 0,
"Test::Builder::Tester" => 0,
"Test::More" => 0,
- "blib" => "1.01",
"parent" => 0,
"strict" => 0,
"warnings" => 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/README new/Test-Synopsis-0.16/README
--- old/Test-Synopsis-0.15/README 2016-03-02 18:49:07.000000000 +0100
+++ new/Test-Synopsis-0.16/README 2019-05-24 17:07:41.000000000 +0200
@@ -1,15 +1,12 @@
-
-
This archive contains the distribution Test-Synopsis,
-version 0.15:
+version 0.16:
Test your SYNOPSIS code
-This software is copyright (c) 2016 by Tatsuhiko Miyagawa.
+This software is copyright (c) 2019 by Tatsuhiko Miyagawa.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
-This README file was generated by Dist::Zilla::Plugin::Readme v5.042.
-
+This README file was generated by Dist::Zilla::Plugin::Readme v6.012.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/README.md new/Test-Synopsis-0.16/README.md
--- old/Test-Synopsis-0.15/README.md 2016-03-02 18:49:07.000000000 +0100
+++ new/Test-Synopsis-0.16/README.md 2019-05-24 17:07:41.000000000 +0200
@@ -165,7 +165,7 @@
# AUTHOR
-Tatsuhiko Miyagawa <miyagawa(a)bulknews.net>
+Tatsuhiko Miyagawa <miyagawa(a)bulknews.net>
Goro Fuji blogged about the original idea at
[http://d.hatena.ne.jp/gfx/20090224/1235449381](http://d.hatena.ne.jp/gfx/20… based on the testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/lib/Test/Synopsis.pm new/Test-Synopsis-0.16/lib/Test/Synopsis.pm
--- old/Test-Synopsis-0.15/lib/Test/Synopsis.pm 2016-03-02 18:49:07.000000000 +0100
+++ new/Test-Synopsis-0.16/lib/Test/Synopsis.pm 2019-05-24 17:07:41.000000000 +0200
@@ -4,7 +4,7 @@
use warnings;
use 5.008_001;
-our $VERSION = '0.15'; # VERSION
+our $VERSION = '0.16'; # VERSION
use parent qw( Test::Builder::Module );
our @EXPORT = qw( synopsis_ok all_synopsis_ok );
@@ -168,6 +168,7 @@
=for stopwords Goro blogged Znet Zoffix DOHERTY Doherty
KRYDE Ryde ZOFFIX Gr nauer Grünauer pm HEREDOC HEREDOCs DROLSKY
+ Mengué
=for test_synopsis $main::for_checked=1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/t/00-compile.t new/Test-Synopsis-0.16/t/00-compile.t
--- old/Test-Synopsis-0.15/t/00-compile.t 2016-03-02 18:49:07.000000000 +0100
+++ new/Test-Synopsis-0.16/t/00-compile.t 2019-05-24 17:07:41.000000000 +0200
@@ -2,7 +2,7 @@
use strict;
use warnings;
-# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.054
+# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.058
use Test::More;
@@ -16,7 +16,9 @@
# no fake home requested
-my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib';
+my @switches = (
+ -d 'blib' ? '-Mblib' : '-Ilib',
+);
use File::Spec;
use IPC::Open3;
@@ -30,14 +32,18 @@
# see L<perlfaq8/How can I capture STDERR from an external command?>
my $stderr = IO::Handle->new;
- my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e', "require q[$lib]");
+ diag('Running: ', join(', ', map { my $str = $_; $str =~ s/'/\\'/g; q{'} . $str . q{'} }
+ $^X, @switches, '-e', "require q[$lib]"))
+ if $ENV{PERL_COMPILE_TEST_DEBUG};
+
+ my $pid = open3($stdin, '>&STDERR', $stderr, $^X, @switches, '-e', "require q[$lib]");
binmode $stderr, ':crlf' if $^O eq 'MSWin32';
my @_warnings = <$stderr>;
waitpid($pid, 0);
is($?, 0, "$lib loaded ok");
shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/
- and not eval { require blib; blib->VERSION('1.01') };
+ and not eval { +require blib; blib->VERSION('1.01') };
if (@_warnings)
{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/xt/author/eol.t new/Test-Synopsis-0.16/xt/author/eol.t
--- old/Test-Synopsis-0.15/xt/author/eol.t 2016-03-02 18:49:07.000000000 +0100
+++ new/Test-Synopsis-0.16/xt/author/eol.t 2019-05-24 17:07:41.000000000 +0200
@@ -1,7 +1,7 @@
use strict;
use warnings;
-# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.18
+# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.19
use Test::More 0.88;
use Test::EOL;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/xt/author/minimum-version.t new/Test-Synopsis-0.16/xt/author/minimum-version.t
--- old/Test-Synopsis-0.15/xt/author/minimum-version.t 1970-01-01 01:00:00.000000000 +0100
+++ new/Test-Synopsis-0.16/xt/author/minimum-version.t 2019-05-24 17:07:41.000000000 +0200
@@ -0,0 +1,6 @@
+use strict;
+use warnings;
+
+use Test::More;
+use Test::MinimumVersion;
+all_minimum_version_ok( qq{5.008008} );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/xt/author/pod-spell.t new/Test-Synopsis-0.16/xt/author/pod-spell.t
--- old/Test-Synopsis-0.15/xt/author/pod-spell.t 2016-03-02 18:49:07.000000000 +0100
+++ new/Test-Synopsis-0.16/xt/author/pod-spell.t 2019-05-24 17:07:41.000000000 +0200
@@ -2,42 +2,42 @@
use warnings;
use Test::More;
-# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007000
+# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007005
use Test::Spelling 0.12;
use Pod::Wordlist;
add_stopwords(<DATA>);
-all_pod_files_spelling_ok( qw( bin lib ) );
+all_pod_files_spelling_ok( qw( bin lib ) );
__DATA__
-Tatsuhiko
-Miyagawa
-miyagawa
+Clement
Dave
-Rolsky
-autarch
+Doherty
+Greg
+Grünauer
Kevin
-Ryde
-kryde
Marcel
-Grünauer
-marcel
+Mengué
Mike
-Doherty
-doherty
+Miyagawa
+Mullane
+Olivier
Patrice
-Clement
-monsieurp
-Greg
+Rolsky
+Ryde
Sabino
-Mullane
-turnstep
-Zoffix
+Synopsis
+Tatsuhiko
+Test
Znet
-zoffix
-Olivier
-Mengué
+Zoffix
+autarch
+doherty
dolmen
+kryde
lib
-Test
-Synopsis
+marcel
+miyagawa
+monsieurp
+turnstep
+zoffix
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/xt/author/portability.t new/Test-Synopsis-0.16/xt/author/portability.t
--- old/Test-Synopsis-0.15/xt/author/portability.t 1970-01-01 01:00:00.000000000 +0100
+++ new/Test-Synopsis-0.16/xt/author/portability.t 2019-05-24 17:07:41.000000000 +0200
@@ -0,0 +1,10 @@
+use strict;
+use warnings;
+
+use Test::More;
+
+eval 'use Test::Portability::Files';
+plan skip_all => 'Test::Portability::Files required for testing portability'
+ if $@;
+
+run_tests();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/xt/author/synopsis.t new/Test-Synopsis-0.16/xt/author/synopsis.t
--- old/Test-Synopsis-0.15/xt/author/synopsis.t 1970-01-01 01:00:00.000000000 +0100
+++ new/Test-Synopsis-0.16/xt/author/synopsis.t 2019-05-24 17:07:41.000000000 +0200
@@ -0,0 +1,5 @@
+#!perl
+
+use Test::Synopsis;
+
+all_synopsis_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/xt/author/test-version.t new/Test-Synopsis-0.16/xt/author/test-version.t
--- old/Test-Synopsis-0.15/xt/author/test-version.t 2016-03-02 18:49:07.000000000 +0100
+++ new/Test-Synopsis-0.16/xt/author/test-version.t 2019-05-24 17:07:41.000000000 +0200
@@ -2,7 +2,7 @@
use warnings;
use Test::More;
-# generated by Dist::Zilla::Plugin::Test::Version 1.05
+# generated by Dist::Zilla::Plugin::Test::Version 1.09
use Test::Version;
my @imports = qw( version_all_ok );
@@ -17,7 +17,6 @@
push @imports, $params
if version->parse( $Test::Version::VERSION ) >= version->parse('1.002');
-
Test::Version->import(@imports);
version_all_ok;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/xt/release/cpan-changes.t new/Test-Synopsis-0.16/xt/release/cpan-changes.t
--- old/Test-Synopsis-0.15/xt/release/cpan-changes.t 2016-03-02 18:49:07.000000000 +0100
+++ new/Test-Synopsis-0.16/xt/release/cpan-changes.t 2019-05-24 17:07:41.000000000 +0200
@@ -1,11 +1,10 @@
-#!perl
-
use strict;
use warnings;
-use Test::More 0.96 tests => 2;
-use_ok('Test::CPAN::Changes');
+# this test was generated with Dist::Zilla::Plugin::Test::CPAN::Changes 0.012
+
+use Test::More 0.96 tests => 1;
+use Test::CPAN::Changes;
subtest 'changes_ok' => sub {
changes_file_ok('Changes');
};
-done_testing();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/xt/release/minimum-version.t new/Test-Synopsis-0.16/xt/release/minimum-version.t
--- old/Test-Synopsis-0.15/xt/release/minimum-version.t 2016-03-02 18:49:07.000000000 +0100
+++ new/Test-Synopsis-0.16/xt/release/minimum-version.t 1970-01-01 01:00:00.000000000 +0100
@@ -1,8 +0,0 @@
-#!perl
-
-use Test::More;
-
-eval "use Test::MinimumVersion";
-plan skip_all => "Test::MinimumVersion required for testing minimum versions"
- if $@;
-all_minimum_version_ok( qq{5.008008} );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/xt/release/portability.t new/Test-Synopsis-0.16/xt/release/portability.t
--- old/Test-Synopsis-0.15/xt/release/portability.t 2016-03-02 18:49:07.000000000 +0100
+++ new/Test-Synopsis-0.16/xt/release/portability.t 1970-01-01 01:00:00.000000000 +0100
@@ -1,12 +0,0 @@
-#!perl
-
-use strict;
-use warnings;
-
-use Test::More;
-
-eval 'use Test::Portability::Files';
-plan skip_all => 'Test::Portability::Files required for testing portability'
- if $@;
-
-run_tests();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/xt/release/synopsis.t new/Test-Synopsis-0.16/xt/release/synopsis.t
--- old/Test-Synopsis-0.15/xt/release/synopsis.t 2016-03-02 18:49:07.000000000 +0100
+++ new/Test-Synopsis-0.16/xt/release/synopsis.t 1970-01-01 01:00:00.000000000 +0100
@@ -1,5 +0,0 @@
-#!perl
-
-use Test::Synopsis;
-
-all_synopsis_ok();
1
0