commit Botan for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package Botan for openSUSE:Factory checked 
in at 2017-10-10 11:34:03

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


Package is "Botan"

Tue Oct 10 11:34:03 2017 rev:44 rq:531210 version:1.10.17

Changes:

--- /work/SRC/openSUSE:Factory/Botan/Botan.changes  2017-10-02 
16:50:55.234040214 +0200
+++ /work/SRC/openSUSE:Factory/.Botan.new/Botan.changes 2017-10-10 
11:34:08.922745547 +0200
@@ -1,0 +2,38 @@
+Wed Oct  4 07:49:54 UTC 2017 - daniel.molken...@suse.com
+
+- Update to 1.10.17
+  - Address a side channel affecting modular exponentiation. An attacker
+capable of a local or cross-VM cache analysis attack may be able to recover
+bits of secret exponents as used in RSA, DH, etc. CVE-2017-14737 Workaround
+a miscompilation bug in GCC 7 on x86-32 affecting GOST-34.11 hash function.
+(GH #1192 #1148 #882, bsc#1060433)
+  - Add SecureVector::data() function which returns the start of the buffer.
+This makes it slightly simpler to support both 1.10 and 2.x APIs in the
+same codebase.  When compiled by a C++11 (or later) compiler, a template
+typedef of SecureVector, secure_vector, is added. In 2.x this class is a
+std::vector with a custom allocator, so has a somewhat different interface
+than SecureVector in 1.10. But this makes it slightly simpler to support
+both 1.10 and 2.x APIs in the same codebase.
+  - Fix a bug that prevented configure.py from running under Python3
+  - Botan 1.10.x does not support the OpenSSL 1.1 API. Now the build will
+#error if OpenSSL 1.1 is detected. Avoid –with-openssl if compiling against
+1.1 or later. (GH #753)
+  - Import patches from Debian adding basic support for
+building on aarch64, ppc64le, or1k, and mipsn32 platforms.
+
+  * obsoletes CVE-2017-14737.patch
+
+  * refreshes aarch64-support.patch
+
+  * drop ppc64le-support.patch for upstream version
+(disables altivec support as per concerns by upstream)
+
+---
+Tue Sep 26 13:03:46 UTC 2017 - daniel.molken...@suse.com
+
+- Fix for CVE-2017-14737: A cryptographic cache-based side channel in the RSA
+  implementation allows local attacker to recover information about RSA secret
+  keys.
+  * add CVE-2017-14737.patch
+
+---

Old:

  Botan-1.10.16.tgz
  Botan-1.10.16.tgz.asc
  ppc64le-support.patch

New:

  Botan-1.10.17.tgz
  Botan-1.10.17.tgz.asc



Other differences:
--
++ Botan.spec ++
--- /var/tmp/diff_new_pack.lmG2IK/_old  2017-10-10 11:34:12.050608270 +0200
+++ /var/tmp/diff_new_pack.lmG2IK/_new  2017-10-10 11:34:12.054608094 +0200
@@ -19,7 +19,7 @@
 %define version_suffix 1_10-1
 %define short_version 1.10
 Name:   Botan
-Version:1.10.16
+Version:1.10.17
 Release:0
 Summary:A C++ Crypto Library
 License:BSD-2-Clause
@@ -36,7 +36,6 @@
 Patch6: Botan-fix_pkgconfig.patch
 Patch7: dont-set-mach-value.diff
 Patch8: aarch64-support.patch
-Patch9: ppc64le-support.patch
 Patch10:no-cpuid-header.patch
 BuildRequires:  bzip2 >= 1.0.2
 BuildRequires:  gcc-c++
@@ -94,8 +93,7 @@
 %patch4
 %patch6
 %patch7 -p1
-%patch8
-%patch9
+%patch8 -p1
 %if 0%{?suse_version} == 1110
 %patch10 -p1
 %endif

++ Botan-1.10.16.tgz -> Botan-1.10.17.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Botan-1.10.16/botan_version.py 
new/Botan-1.10.17/botan_version.py
--- old/Botan-1.10.16/botan_version.py  2017-04-05 03:07:02.0 +0200
+++ new/Botan-1.10.17/botan_version.py  2017-10-02 08:00:00.0 +0200
@@ -1,11 +1,11 @@
 
 release_major = 1
 release_minor = 10
-release_patch = 16
+release_patch = 17
 
 release_so_abi_rev = 1
 
 # These are set by the distribution script
-release_vc_rev = 'git:3756c97d295d06ac19cec6736e05003afb10623e'
-release_datestamp = 20170404
-release_type = 'released'
+release_vc_rev = 'git:f7fe6beb5b3b6f944aa7bac491a3455e48ef6ebb'
+release_datestamp = 20171002
+release_type = 'release'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Botan-1.10.16/configure.py 
new/Botan-1.10.17/configure.py
--- old/Botan-1.10.16/configure.py  2017-04-05 03:06:45.0 +0200
+++ new/Botan-1.10.17/configure.py  2017-10-02 08:00:00.0 +0200
@@ -59,9 +59,6 @@
 logging.debug('Monotone reported revision %s' % (rev))
 
 return 'mtn:' + rev
-except OSError as e:
-logging.debug('Error getting rev from monotone - %s' % (e[1]))
-return 'unknown'
 

commit apparmor for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2017-10-10 11:33:56

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


Package is "apparmor"

Tue Oct 10 11:33:56 2017 rev:105 rq:531184 version:2.11.0

Changes:

--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes2017-09-25 
13:57:27.959299913 +0200
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2017-10-10 
11:34:00.859099447 +0200
@@ -1,0 +2,6 @@
+Tue Oct  3 16:28:52 UTC 2017 - rgold...@suse.com
+
+- profiles-sockets-temporary-fix.patch to cater to nameservices with the
+  new sockets mediation, until unix rules are upstreamed (boo#1061195)
+
+---

New:

  profiles-sockets-temporary-fix.patch



Other differences:
--
++ apparmor.spec ++
--- /var/tmp/diff_new_pack.trMIDR/_old  2017-10-10 11:34:02.143043097 +0200
+++ /var/tmp/diff_new_pack.trMIDR/_new  2017-10-10 11:34:02.147042922 +0200
@@ -88,6 +88,10 @@
 # https://marc.info/?l=apparmor-dev=150151113011870=p7
 Patch14:apparmor-fix-podsyntax.patch
 
+# temporary solution for unix dgram and unix stream - boo#1061195 (sent for 
upstream review, but will probably stay openSUSE only)
+# TODO: replace with proper unix rules when Kernel 4.15 arrives
+Patch15:profiles-sockets-temporary-fix.patch
+
 PreReq: sed
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define apparmor_bin_prefix /lib/apparmor
@@ -395,6 +399,7 @@
 %patch12 -p1
 %patch13 -p1
 %patch14 -p1
+%patch15 -p1
 
 # search for left-over multiline rules
 test -z "$(grep -r '^\s*\(unix\|dbus\)[^,]\(([^)]*)\)*[^,]*$' 
profiles/apparmor.d/)"



++ profiles-sockets-temporary-fix.patch ++
Subject: [PATCH] Temporarily fix socket mediation in nameservice
References: bsc#1061195


As per the conversation on IRC:
cboltz: ah yes, the upstreamed version fixes a couple
holes in the old patch suse carried

One of these "holes" were unix events, which explains the denials you noticed 
(and that I also see now after installing 4.14rc2).

The final solution will be to add some "unix" rules - but that's hard at the 
moment because 4.14 doesn't log all details needed for unix rules.

Instead, I'll add a temporary patch for abstractions/nameservice that adds
network unix dgram,
network unix stream,

(including a TODO note to replace it as soon as support for unix rules
 was upstreamed, probably 4.15). These rules are broader than needed,
but should avoid user-visible breakage - and at least with 4.14, unix
rules would get downgraded to network unix anyway ;-)

---
 profiles/apparmor.d/abstractions/nameservice |6 ++
 1 file changed, 6 insertions(+)

--- a/profiles/apparmor.d/abstractions/nameservice
+++ b/profiles/apparmor.d/abstractions/nameservice
@@ -92,5 +92,11 @@
   # Netlink raw needed for nscd
   network netlink raw,
 
+  # This is a temporary fix for nameservices with the new socket
+  # mediations in 4.14-rc2
+  # TODO: To be replaced once unix rules are upstreamed
+  network unix dgram,
+  network unix stream,
+
   # interface details
   @{PROC}/@{pid}/net/route r,



commit python-cffi for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package python-cffi for openSUSE:Factory 
checked in at 2017-10-10 11:34:16

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


Package is "python-cffi"

Tue Oct 10 11:34:16 2017 rev:17 rq:531228 version:1.11.1

Changes:

--- /work/SRC/openSUSE:Factory/python-cffi/python-cffi.changes  2017-07-04 
11:56:45.787142379 +0200
+++ /work/SRC/openSUSE:Factory/.python-cffi.new/python-cffi.changes 
2017-10-10 11:34:21.622188188 +0200
@@ -1,0 +2,66 @@
+Wed Oct  4 11:36:56 UTC 2017 - sean.mar...@suse.com
+
+- Update pytest in spec to add c directory tests in addition to 
+  testing directory.
+- Omit test_init_once_multithread tests as they rely on multiple
+  threads finishing in a given time. Returns sporadic pass/fail
+  within build.
+- Update to 1.11.1:
+  * Fix tests, remove deprecated C API usage
+  * Fix (hack) for 3.6.0/3.6.1/3.6.2 giving incompatible binary
+extensions (cpython issue #29943)
+  * Fix for 3.7.0a1+
+
+---
+Thu Sep 28 15:00:46 UTC 2017 - sean.mar...@suse.com
+
+- Update to 1.11.0:
+  * Support the modern standard types char16_t and char32_t. These
+work like wchar_t: they represent one unicode character, or when
+used as charN_t * or charN_t[] they represent a unicode string.
+The difference with wchar_t is that they have a known, fixed
+size. They should work at all places that used to work with
+wchar_t (please report an issue if I missed something). Note
+that with set_source(), you need to make sure that these types
+are actually defined by the C source you provide (if used in
+cdef()).
+  * Support the C99 types float _Complex and double _Complex. Note
+that libffi doesn’t support them, which means that in the ABI
+mode you still cannot call C functions that take complex
+numbers directly as arguments or return type.
+  * Fixed a rare race condition when creating multiple FFI instances
+from multiple threads. (Note that you aren’t meant to create
+many FFI instances: in inline mode, you should write
+ffi = cffi.FFI() at module level just after import cffi; and in
+out-of-line mode you don’t instantiate FFI explicitly at all.)
+  * Windows: using callbacks can be messy because the CFFI internal
+error messages show up to stderr—but stderr goes nowhere in many
+applications. This makes it particularly hard to get started
+with the embedding mode. (Once you get started, you can at least
+use @ffi.def_extern(onerror=...) and send the error logs where
+it makes sense for your application, or record them in log
+files, and so on.) So what is new in CFFI is that now, on
+Windows CFFI will try to open a non-modal MessageBox (in addition
+to sending raw messages to stderr). The MessageBox is only
+visible if the process stays alive: typically, console
+applications that crash close immediately, but that is also the
+situation where stderr should be visible anyway.
+  * Progress on support for callbacks in NetBSD.
+  * Functions returning booleans would in some case still return 0
+or 1 instead of False or True. Fixed.
+  * ffi.gc() now takes an optional third parameter, which gives an
+estimate of the size (in bytes) of the object. So far, this is
+only used by PyPy, to make the next GC occur more quickly
+(issue #320). In the future, this might have an effect on
+CPython too (provided the CPython issue 31105 is addressed).
+  * Add a note to the documentation: the ABI mode gives function
+objects that are slower to call than the API mode does. For
+some reason it is often thought to be faster. It is not!
+- Update to 1.10.1:
+  * Fixed the line numbers reported in case of cdef() errors. Also,
+I just noticed, but pycparser always supported the preprocessor
+directive # 42 "foo.h" to mean “from the next line, we’re in
+file foo.h starting from line 42”, which it puts in the error
+messages. 
+
+---

Old:

  cffi-1.10.0.tar.gz

New:

  cffi-1.11.1.tar.gz



Other differences:
--
++ python-cffi.spec ++
--- /var/tmp/diff_new_pack.anAgXT/_old  2017-10-10 11:34:22.622144302 +0200
+++ /var/tmp/diff_new_pack.anAgXT/_new  2017-10-10 11:34:22.626144126 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define modname cffi
 Name:   python-%{modname}
-Version:1.10.0
+Version:1.11.1
 Release:0
 Summary:Foreign Function Interface for Python calling C code
 License:

commit libusbmuxd for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package libusbmuxd for openSUSE:Factory 
checked in at 2017-10-10 11:34:24

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


Package is "libusbmuxd"

Tue Oct 10 11:34:24 2017 rev:7 rq:531257 version:1.0.10

Changes:

--- /work/SRC/openSUSE:Factory/libusbmuxd/libusbmuxd.changes2017-09-28 
12:33:15.857449348 +0200
+++ /work/SRC/openSUSE:Factory/.libusbmuxd.new/libusbmuxd.changes   
2017-10-10 11:34:25.766006323 +0200
@@ -1,0 +2,5 @@
+Mon Oct  2 21:30:26 UTC 2017 - jeng...@inai.de
+
+- Rectify RPM groups.
+
+---



Other differences:
--
++ libusbmuxd.spec ++
--- /var/tmp/diff_new_pack.l01dCu/_old  2017-10-10 11:34:26.357980342 +0200
+++ /var/tmp/diff_new_pack.l01dCu/_new  2017-10-10 11:34:26.357980342 +0200
@@ -23,7 +23,7 @@
 Release:0
 Summary:A client library to multiplex connections from and to iOS 
devices
 License:LGPL-2.1+ and GPL-2.0+
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 Url:http://cgit.sukimashita.com/libusbmuxd.git
 Source: 
http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
@@ -78,7 +78,7 @@
 
 %package -n iproxy
 Summary:An example tool to forward localhost ports to iOS devices
-Group:  System/Libraries
+Group:  Productivity/Networking/Other
 
 %description -n iproxy
 'usbmuxd' stands for "USB multiplexing daemon". This daemon is in charge of




commit python-pytest-runner for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package python-pytest-runner for 
openSUSE:Factory checked in at 2017-10-10 11:33:18

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


Package is "python-pytest-runner"

Tue Oct 10 11:33:18 2017 rev:10 rq:530884 version:2.12.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-runner/python-pytest-runner.changes
2017-09-29 11:49:43.558694009 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-runner.new/python-pytest-runner.changes
   2017-10-10 11:33:24.300703936 +0200
@@ -1,0 +2,5 @@
+Mon Oct  2 21:59:15 UTC 2017 - jeng...@inai.de
+
+- Ensure neutrality of description.
+
+---



Other differences:
--
++ python-pytest-runner.spec ++
--- /var/tmp/diff_new_pack.OmJaXO/_old  2017-10-10 11:33:24.868679009 +0200
+++ /var/tmp/diff_new_pack.OmJaXO/_new  2017-10-10 11:33:24.872678833 +0200
@@ -20,7 +20,7 @@
 Name:   python-pytest-runner
 Version:2.12.1
 Release:0
-Summary:Simple powerful testing with Python
+Summary:Testing with Python
 License:MIT
 Group:  Development/Languages/Python
 Url:http://pytest.org




commit php7 for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package php7 for openSUSE:Factory checked in 
at 2017-10-10 11:33:34

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


Package is "php7"

Tue Oct 10 11:33:34 2017 rev:24 rq:531130 version:7.1.10

Changes:

--- /work/SRC/openSUSE:Factory/php7/php7.changes2017-09-29 
11:51:47.525212693 +0200
+++ /work/SRC/openSUSE:Factory/.php7.new/php7.changes   2017-10-10 
11:33:37.272134641 +0200
@@ -1,0 +2,18 @@
+Wed Oct  4 09:57:14 UTC 2017 - pgaj...@suse.com
+
+- fixed installation of wrong cli [bsc#1061555]
+
+---
+Sat Sep 30 10:31:53 UTC 2017 - jeng...@inai.de
+
+- Update not-so-useful repeated package summaries.
+  Update the descriptions to have a bit more explanation.
+  Replace old tar syntax.
+
+---
+Wed Sep 27 11:47:22 UTC 2017 - pgaj...@suse.com
+
+- build and ship embed SAPI
+  + php7-embed.patch
+
+---

New:

  php7-embed.patch
  php7.rpmlintrc



Other differences:
--
++ php7.spec ++
 769 lines (skipped)
 between /work/SRC/openSUSE:Factory/php7/php7.spec
 and /work/SRC/openSUSE:Factory/.php7.new/php7.spec



++ php7-embed.patch ++
--- php-7.1.10/sapi/embed/config.m4.embed
+++ php-7.1.10/sapi/embed/config.m4
@@ -12,7 +12,7 @@ if test "$PHP_EMBED" != "no"; then
   case "$PHP_EMBED" in
 yes|shared)
   PHP_EMBED_TYPE=shared
-  INSTALL_IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(prefix)/lib; 
\$(INSTALL) -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)\$(prefix)/lib"
+  INSTALL_IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(libdir); \$(LIBTOOL) 
--mode=install \$(INSTALL) -m 0755 \$(OVERALL_TARGET) 
\$(INSTALL_ROOT)\$(libdir)"
   ;;
 static)
   PHP_EMBED_TYPE=static

++ php7.rpmlintrc ++
# Non-versioned shared library, php-embed requires
# exact version of main package, parallel installation
# not wanted
addFilter("php.-embed.* shlib-policy-name-error")



commit gcc7 for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package gcc7 for openSUSE:Factory checked in 
at 2017-10-10 11:32:44

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


Package is "gcc7"

Tue Oct 10 11:32:44 2017 rev:8 rq:531550 version:7.2.1+r253435

Changes:

--- /work/SRC/openSUSE:Factory/gcc7/cross-aarch64-gcc7.changes  2017-10-01 
16:58:46.284395914 +0200
+++ /work/SRC/openSUSE:Factory/.gcc7.new/cross-aarch64-gcc7.changes 
2017-10-10 11:32:51.678135686 +0200
@@ -1,0 +2,8 @@
+Thu Oct  5 09:00:25 UTC 2017 - rguent...@suse.com
+
+- Update to gcc-7-branch head (r253435).
+  * contains fix for PR82406 which blocks chromium build.
+- Add gcc7-pr81481.diff to fix a register allocation issue.
+  [bnc#1048861]
+
+---
cross-arm-gcc7.changes: same change
cross-avr-gcc7.changes: same change
cross-epiphany-gcc7-bootstrap.changes: same change
cross-epiphany-gcc7.changes: same change
cross-hppa-gcc7.changes: same change
cross-i386-gcc7.changes: same change
cross-m68k-gcc7.changes: same change
cross-mips-gcc7.changes: same change
cross-nvptx-gcc7.changes: same change
cross-ppc64-gcc7.changes: same change
cross-ppc64le-gcc7.changes: same change
cross-rx-gcc7-bootstrap.changes: same change
cross-rx-gcc7.changes: same change
cross-s390x-gcc7.changes: same change
cross-sparc-gcc7.changes: same change
cross-sparc64-gcc7.changes: same change
cross-x86_64-gcc7.changes: same change
gcc7-testresults.changes: same change
gcc7.changes: same change

Old:

  gcc-7.2.1+r253221.tar.xz

New:

  gcc-7.2.1+r253435.tar.xz
  gcc7-pr81481.diff



Other differences:
--
++ cross-aarch64-gcc7.spec ++
--- /var/tmp/diff_new_pack.Aglm4D/_old  2017-10-10 11:32:58.549834099 +0200
+++ /var/tmp/diff_new_pack.Aglm4D/_new  2017-10-10 11:32:58.553833923 +0200
@@ -157,7 +157,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:7.2.1+r253221
+Version:7.2.1+r253435
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
@@ -177,6 +177,7 @@
 Patch10:gcc5-no-return-gcc43-workaround.patch
 Patch11:gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
 Patch12:gcc7-stack-probe.diff
+Patch13:gcc7-pr81481.diff
 # A set of patches from the RH srpm
 Patch51:gcc41-ppc32-retaddr.patch
 # Some patches taken from Debian
@@ -251,6 +252,7 @@
 %patch10
 %patch11
 %patch12
+%patch13
 %patch51
 %patch60
 %patch61

cross-arm-gcc7.spec: same change
cross-avr-gcc7.spec: same change
cross-epiphany-gcc7-bootstrap.spec: same change
cross-epiphany-gcc7.spec: same change
cross-hppa-gcc7.spec: same change
cross-i386-gcc7.spec: same change
cross-m68k-gcc7.spec: same change
cross-mips-gcc7.spec: same change
cross-nvptx-gcc7.spec: same change
cross-ppc64-gcc7.spec: same change
cross-ppc64le-gcc7.spec: same change
cross-rx-gcc7-bootstrap.spec: same change
cross-rx-gcc7.spec: same change
cross-s390x-gcc7.spec: same change
cross-sparc-gcc7.spec: same change
cross-sparc64-gcc7.spec: same change
cross-x86_64-gcc7.spec: same change
gcc7-testresults.spec: same change
++ gcc7.spec ++
--- /var/tmp/diff_new_pack.Aglm4D/_old  2017-10-10 11:32:59.613787404 +0200
+++ /var/tmp/diff_new_pack.Aglm4D/_new  2017-10-10 11:32:59.629786701 +0200
@@ -235,7 +235,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:7.2.1+r253221
+Version:7.2.1+r253435
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
@@ -297,6 +297,7 @@
 Patch10:gcc5-no-return-gcc43-workaround.patch
 Patch11:gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
 Patch12:gcc7-stack-probe.diff
+Patch13:gcc7-pr81481.diff
 # A set of patches from the RH srpm
 Patch51:gcc41-ppc32-retaddr.patch
 # Some patches taken from Debian
@@ -1745,6 +1746,7 @@
 %patch10
 %patch11
 %patch12
+%patch13
 %patch51
 %patch60
 %patch61

++ gcc-7.2.1+r253221.tar.xz -> gcc-7.2.1+r253435.tar.xz ++
/work/SRC/openSUSE:Factory/gcc7/gcc-7.2.1+r253221.tar.xz 
/work/SRC/openSUSE:Factory/.gcc7.new/gcc-7.2.1+r253435.tar.xz differ: char 27, 
line 1

++ gcc.spec.in ++
--- /var/tmp/diff_new_pack.Aglm4D/_old  2017-10-10 11:33:00.009770024 +0200
+++ /var/tmp/diff_new_pack.Aglm4D/_new  2017-10-10 11:33:00.009770024 +0200
@@ -239,7 +239,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 URL:  http://gcc.gnu.org/
-Version: 7.2.1+r253221

commit inkscape for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package inkscape for openSUSE:Factory 
checked in at 2017-10-10 11:32:56

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


Package is "inkscape"

Tue Oct 10 11:32:56 2017 rev:91 rq:532727 version:0.92.2

Changes:

--- /work/SRC/openSUSE:Factory/inkscape/inkscape.changes2017-09-26 
21:13:15.284247695 +0200
+++ /work/SRC/openSUSE:Factory/.inkscape.new/inkscape.changes   2017-10-10 
11:33:00.305757034 +0200
@@ -1,0 +2,5 @@
+Mon Oct  9 07:43:48 UTC 2017 - dmuel...@suse.com
+
+- remove env shebang from inkscape extensions subpackage
+
+---



Other differences:
--
++ inkscape.spec ++
--- /var/tmp/diff_new_pack.JafSBA/_old  2017-10-10 11:33:01.529703317 +0200
+++ /var/tmp/diff_new_pack.JafSBA/_new  2017-10-10 11:33:01.537702966 +0200
@@ -212,6 +212,8 @@
 
 bash %{SOURCE2} %{buildroot}%{_datadir}/inkscape/extensions 
"%%{_datadir}/inkscape/extensions/"
 
+sed -i -e "1 s,#! */usr/bin/env python,#!/usr/bin/python2," 
%{buildroot}%{_datadir}/inkscape/extensions/*.py
+
 # Localized man pages
 for man in %{buildroot}%{_mandir}/*/man1/*; do
 LOCALE=`echo $man | sed "s:.*%{_mandir}/\([^/]*\)/man1/.*:\1:g"`




commit ghostscript-fonts for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package ghostscript-fonts for 
openSUSE:Factory checked in at 2017-10-10 11:33:47

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


Package is "ghostscript-fonts"

Tue Oct 10 11:33:47 2017 rev:8 rq:531151 version:9.06

Changes:

--- /work/SRC/openSUSE:Factory/ghostscript-fonts/ghostscript-fonts.changes  
2012-10-07 18:59:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghostscript-fonts.new/ghostscript-fonts.changes 
2017-10-10 11:33:51.307518651 +0200
@@ -1,0 +2,11 @@
+Wed Oct  4 12:24:39 CEST 2017 - jsm...@suse.de
+
+- Do no longer mess around with the original fonts: Do no longer
+  try to "improve" the appearance of glyphs in certain fonts in
+  a SUSE-sepcific way. Provide the fonts as originally intended.
+  Now neither the SUSE-sepcific ghostscript-fonts-std-8.11.patch
+  nor special tools like t1ascii and t1binary from the t1utils RPM
+  are needed to build a RPM package that only contains fonts.
+  Cf. the entry below dated "Tue Mar 27 16:57:57 CEST 2012".
+
+---

Old:

  ghostscript-fonts-std-8.11.patch



Other differences:
--
++ ghostscript-fonts.spec ++
--- /var/tmp/diff_new_pack.Z26QmP/_old  2017-10-10 11:33:51.991488633 +0200
+++ /var/tmp/diff_new_pack.Z26QmP/_new  2017-10-10 11:33:51.991488633 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghostscript-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,10 +23,6 @@
 %if 0%{?suse_version} > 1220
 BuildRequires:  fontpackages-devel
 %endif
-# t1utils is needed to convert PostScript Type 1 font program data (*.pfb)
-# to PostScript (*.pfa) so that ghostscript-fonts-std-8.11.patch can be applied
-# and afterwards back to PostScript Type 1 font program data:
-BuildRequires:  t1utils
 Url:http://www.ghostscript.com/
 Summary:Ghostscript's free fonts
 License:GPL-2.0
@@ -55,16 +51,7 @@
 # Patch10...Patch99 is for patches from SUSE which are intended for upstream:
 #
 # Source100...Source999 is for sources from SUSE which are not intended for 
upstream:
-# Source100 ghostscript-fonts-std-8.11.patch is made by mfab...@suse.de
-# see https://bugzilla.novell.com/show_bug.cgi?id=suse36778 (bnc#51778).
-# It changes the weight of "Nimbus Roman No9 L:style=Medium Italic" and
-# "Nimbus Roman No9 L:style=Medium" back to "Bold" instead of "Medium".
-# ghostscript-fonts-std-8.11.patch must be listed as SourceNNN
-# because it is applied via an explicit patch call in install section
-# but the SUSE internal check_if_valid_source_dir tool could abort
-# with fatal error because it thinks this patch is not applied
-# (see https://bugzilla.novell.com/show_bug.cgi?id=649207#c17):
-Source100:  ghostscript-fonts-std-8.11.patch
+#
 # Patch100...Patch999 is for patches from SUSE which are not intended for 
upstream:
 #
 # The main-package ghostscript-fonts alone is useless because it does not 
contain any font file.
@@ -137,22 +124,9 @@
 FONT_INSTALL_DIR=%{buildroot}%{_datadir}/ghostscript/fonts
 install -d -m755 $FONT_INSTALL_DIR
 install -m644 fonts/fonts.* $FONT_INSTALL_DIR
-for S in afm gsf pfa pfb pfm
-do install -m644 fonts/*.$S $FONT_INSTALL_DIR
-done
-# Patch the installed ghostscript-fonts-std fonts:
-PATCH_FILE=$RPM_SOURCE_DIR/ghostscript-fonts-std-8.11.patch
-PFA_FILES="$( grep -o '^+++ .*\.pfa' $PATCH_FILE | cut -s -d ' ' -f2 )"
-pushd %{buildroot}%{_datadir}/ghostscript/fonts
-for PFA in $PFA_FILES
-do t1ascii ${PFA%%.*}.pfb >$PFA
-done
-patch -p0 -i $PATCH_FILE
-for PFA in $PFA_FILES
-do t1binary $PFA > ${PFA%%.*}.pfb
-   rm -vf $PFA
+for SUFFIX in afm gsf pfa pfb pfm
+do install -m644 fonts/*.$SUFFIX $FONT_INSTALL_DIR
 done
-popd
 # Provide a link to make the Ghostscript fonts also appear in the directory
 # /usr/share/fonts/ where applications (including X11) search for fonts.
 # A usr/share/fonts/ sub-directory does not exist in the buildroot:




commit python-ldap for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package python-ldap for openSUSE:Factory 
checked in at 2017-10-10 11:42:48

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


Package is "python-ldap"

Tue Oct 10 11:42:48 2017 rev:45 rq:532814 version:2.4.45

Changes:

--- /work/SRC/openSUSE:Factory/python-ldap/python-ldap.changes  2017-09-09 
20:26:46.464063661 +0200
+++ /work/SRC/openSUSE:Factory/.python-ldap.new/python-ldap.changes 
2017-10-10 11:42:50.627848244 +0200
@@ -1,0 +2,6 @@
+Mon Oct  9 15:14:14 UTC 2017 - mich...@stroeder.com
+
+- update to upstream release 2.4.45
+  * fixed error handling
+
+---

Old:

  python-ldap-2.4.44.tar.gz
  python-ldap-2.4.44.tar.gz.asc

New:

  python-ldap-2.4.45.tar.gz
  python-ldap-2.4.45.tar.gz.asc



Other differences:
--
++ python-ldap.spec ++
--- /var/tmp/diff_new_pack.feYNis/_old  2017-10-10 11:42:51.323817697 +0200
+++ /var/tmp/diff_new_pack.feYNis/_new  2017-10-10 11:42:51.323817697 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-ldap
-Version:2.4.44
+Version:2.4.45
 Release:0
 Summary:Python LDAP interface
 License:Python-2.0

++ python-ldap-2.4.44.tar.gz -> python-ldap-2.4.45.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ldap-2.4.44/Build/setup.cfg.mingw 
new/python-ldap-2.4.45/Build/setup.cfg.mingw
--- old/python-ldap-2.4.44/Build/setup.cfg.mingw2005-01-25 
19:54:46.0 +0100
+++ new/python-ldap-2.4.45/Build/setup.cfg.mingw2017-10-09 
17:01:20.0 +0200
@@ -1,7 +1,5 @@
 # Win32 setup.cfg
 # You have to edit this file to reflect your system configuration
-#
-# $Id: setup.cfg.mingw,v 1.1 2005/01/25 18:54:46 stroeder Exp $
 
 # Section for compiling the C extension module
 # for wrapping OpenLDAP 2 libs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ldap-2.4.44/Build/setup.cfg.suse-linux 
new/python-ldap-2.4.45/Build/setup.cfg.suse-linux
--- old/python-ldap-2.4.44/Build/setup.cfg.suse-linux   2003-08-20 
12:04:34.0 +0200
+++ new/python-ldap-2.4.45/Build/setup.cfg.suse-linux   2017-10-09 
17:01:17.0 +0200
@@ -1,6 +1,5 @@
 # Example for setup.cfg
 # You have to edit this file to reflect your system configuation
-# $Id: setup.cfg.suse-linux,v 1.1 2003/08/20 10:04:34 stroeder Exp $
 
 [_ldap]
 # Section for compiling the C extension module
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ldap-2.4.44/CHANGES 
new/python-ldap-2.4.45/CHANGES
--- old/python-ldap-2.4.44/CHANGES  2017-09-08 00:22:08.0 +0200
+++ new/python-ldap-2.4.45/CHANGES  2017-10-09 17:10:02.0 +0200
@@ -1,4 +1,16 @@
 
+Released 2.4.45 2017-10-09
+
+Changes since 2.4.44:
+
+Lib/
+* Fixed reraising of wrong exception in SimpleLDAPObject._ldap_call()
+  (thanks to Aigars Grins)
+
+Tests/
+* removed work-around in t_cext.py
+
+
 Released 2.4.44 2017-09-08
 
 Changes since 2.4.43:
@@ -1500,5 +1512,3 @@
 
 
 Released 1.10alpha3 2000-09-19
-
-$Id: CHANGES,v 1.466 2017/09/07 22:22:08 stroeder Exp $
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ldap-2.4.44/Demo/Lib/ldap/async/ldifwriter.py 
new/python-ldap-2.4.45/Demo/Lib/ldap/async/ldifwriter.py
--- old/python-ldap-2.4.44/Demo/Lib/ldap/async/ldifwriter.py2006-03-26 
14:23:07.0 +0200
+++ new/python-ldap-2.4.45/Demo/Lib/ldap/async/ldifwriter.py2017-10-09 
17:00:29.0 +0200
@@ -4,8 +4,6 @@
 
 Written by Michael Stroeder 
 
-$Id: ldifwriter.py,v 1.4 2006/03/26 12:23:07 stroeder Exp $
-
 This example translates the naming context of data read from
 input, sanitizes some attributes, maps/removes object classes,
 maps/removes attributes., etc. It's far from being complete though.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ldap-2.4.44/Demo/Lib/ldap/async/sizelimit.py 
new/python-ldap-2.4.45/Demo/Lib/ldap/async/sizelimit.py
--- old/python-ldap-2.4.44/Demo/Lib/ldap/async/sizelimit.py 2006-03-26 
14:23:07.0 +0200
+++ new/python-ldap-2.4.45/Demo/Lib/ldap/async/sizelimit.py 2017-10-09 
17:00:27.0 +0200
@@ -5,8 +5,6 @@
 
 Written by Michael Stroeder 
 
-$Id: sizelimit.py,v 1.4 2006/03/26 12:23:07 stroeder 

commit libosmo-netif for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package libosmo-netif for openSUSE:Factory 
checked in at 2017-10-10 11:42:26

Comparing /work/SRC/openSUSE:Factory/libosmo-netif (Old)
 and  /work/SRC/openSUSE:Factory/.libosmo-netif.new (New)


Package is "libosmo-netif"

Tue Oct 10 11:42:26 2017 rev:3 rq:530610 version:0.0.6.85

Changes:

--- /work/SRC/openSUSE:Factory/libosmo-netif/libosmo-netif.changes  
2016-08-10 19:55:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libosmo-netif.new/libosmo-netif.changes 
2017-10-10 11:42:27.408867331 +0200
@@ -1,0 +2,16 @@
+Mon Oct  2 23:04:14 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream snapshot 0.0.6.85
+  * rtp: return offset in osmo_rtp_snprintf()
+  * somo_stream_srv_fd_cb(): close socket if NODELAY fails
+
+---
+Fri Apr 28 21:24:50 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream snapshot 0.0.6.67
+  * Fix potential NULL dereference
+  * stream: don't crash in _close() when fd is not initialized
+  * stream: When destroying, make sure to kill reconnect timer
+  * osmux: Fix delay between RTP packets
+
+---

Old:

  libosmo-netif-0.0.6.19.tar.xz

New:

  libosmo-netif-0.0.6.85.tar.xz



Other differences:
--
++ libosmo-netif.spec ++
--- /var/tmp/diff_new_pack.N0dGST/_old  2017-10-10 11:42:28.984798163 +0200
+++ /var/tmp/diff_new_pack.N0dGST/_new  2017-10-10 11:42:28.988797987 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libosmo-netif
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,29 +16,29 @@
 #
 
 
-%define version_unconverted 0.0.6.19
+%define version_unconverted 0.0.6.85
 
 Name:   libosmo-netif
 Summary:Osmocom library for muxed audio
-License:AGPL-3.0+ and GPL-2.0+
+License:GPL-2.0+
 Group:  Productivity/Telephony/Utilities
-Version:0.0.6.19
+Version:0.0.6.85
 Release:0
-Url:http://openbsc.osmocom.org/trac/
+Url:https://osmocom.org/projects/libosmo-netif
 
 Source: %name-%version.tar.xz
 Patch1: osmo-talloc.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool >= 2
 BuildRequires:  lksctp-tools-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkg-config >= 0.20
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libosmoabis) >= 0.3.2.3
 BuildRequires:  pkgconfig(libosmocore) >= 0.3.0
 BuildRequires:  pkgconfig(libosmogsm) >= 0.3.0
 BuildRequires:  pkgconfig(libosmovty) >= 0.3.0
+BuildRequires:  pkgconfig(talloc)
 
 %description
 Network interface demuxer library for OsmoCom projects.

++ _service ++
--- /var/tmp/diff_new_pack.N0dGST/_old  2017-10-10 11:42:29.024796408 +0200
+++ /var/tmp/diff_new_pack.N0dGST/_new  2017-10-10 11:42:29.024796408 +0200
@@ -1,12 +1,12 @@
 
-   
+   
git
git://git.osmocom.org/libosmo-netif
@PARENT_TAG@.@TAG_OFFSET@

-   
+   
*.tar
xz

-   
+   
 

++ libosmo-netif-0.0.6.19.tar.xz -> libosmo-netif-0.0.6.85.tar.xz ++
 4853 lines of diff (skipped)

++ osmo-talloc.diff ++
--- /var/tmp/diff_new_pack.N0dGST/_old  2017-10-10 11:42:29.164790263 +0200
+++ /var/tmp/diff_new_pack.N0dGST/_new  2017-10-10 11:42:29.164790263 +0200
@@ -11,22 +11,22 @@
  src/channel/abis/Makefile.am |4 ++--
  5 files changed, 21 insertions(+), 20 deletions(-)
 
-Index: libosmo-netif/configure.ac
+Index: libosmo-netif-0.0.6.85/configure.ac
 ===
 libosmo-netif.orig/configure.ac
-+++ libosmo-netif/configure.ac
-@@ -52,6 +52,7 @@ AC_SEARCH_LIBS([sctp_send], [sctp], [
+--- libosmo-netif-0.0.6.85.orig/configure.ac
 libosmo-netif-0.0.6.85/configure.ac
+@@ -68,6 +68,7 @@ AC_SEARCH_LIBS([sctp_send], [sctp], [
AC_MSG_ERROR([sctp_send not found in searched libs])])
  LIBS=$old_LIBS
  
 +PKG_CHECK_MODULES([TALLOC], [talloc])
  AC_CHECK_HEADERS(dahdi/user.h,,AC_MSG_WARN(DAHDI input driver will not be 
built))
  
- AC_OUTPUT(
-Index: libosmo-netif/examples/Makefile.am
+ AC_ARG_ENABLE(doxygen,
+Index: libosmo-netif-0.0.6.85/examples/Makefile.am
 ===
 libosmo-netif.orig/examples/Makefile.am
-+++ libosmo-netif/examples/Makefile.am
+--- 

commit python-WTForms for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package python-WTForms for openSUSE:Factory 
checked in at 2017-10-10 11:42:20

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


Package is "python-WTForms"

Tue Oct 10 11:42:20 2017 rev:3 rq:520563 version:2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-WTForms/python-WTForms.changes
2015-05-19 23:47:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-WTForms.new/python-WTForms.changes   
2017-10-10 11:42:23.093056753 +0200
@@ -1,0 +2,19 @@
+Sat Sep  2 16:47:57 UTC 2017 - jeng...@inai.de
+
+- Don't let description assume any particular user.
+
+---
+Thu Aug 31 16:26:15 UTC 2017 - toddrme2...@gmail.com
+
+- Update to version 2.1
+  * Added `render_kw` to allow default rendering time options.
+  * Updated / added a number of localizations
+  * Updated docs
+  * Allow widgets to set flags
+
+---
+Thu Aug 24 13:57:47 UTC 2017 - jmate...@suse.com
+
+- singlespec auto-conversion
+
+---
@@ -103,0 +123 @@
+

Old:

  WTForms-2.0.2.zip

New:

  WTForms-2.1.zip



Other differences:
--
++ python-WTForms.spec ++
--- /var/tmp/diff_new_pack.IQGNnG/_old  2017-10-10 11:42:24.029015673 +0200
+++ /var/tmp/diff_new_pack.IQGNnG/_new  2017-10-10 11:42:24.029015673 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-WTForms
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,51 +16,54 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_with test
 Name:   python-WTForms
-Version:2.0.2
+Version:2.1
 Release:0
-Url:http://wtforms.simplecodes.com/
 Summary:A flexible forms validation and rendering library for Python 
web development
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/W/WTForms/WTForms-%{version}.zip
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:http://wtforms.simplecodes.com/
+Source: 
https://files.pythonhosted.org/packages/source/W/WTForms/WTForms-%{version}.zip
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-BuildRequires:  python-ordereddict
-Requires:   python-ordereddict
-Recommends: python-django
-Recommends: python-google-appengine
+%if %{with test}
+BuildRequires:  python3-Babel
+BuildRequires:  python3-Django
+BuildRequires:  python3-SQLAlchemy
+BuildRequires:  python3-python-dateutil
+%endif
+Recommends: python-Babel
+Recommends: python-Django
 Recommends: python-SQLAlchemy
-%else
+Recommends: python-python-dateutil
 BuildArch:  noarch
-%endif
+%python_subpackages
 
 %description
 WTForms is a forms validation and rendering library for Python web development.
-With WTForms, your form field HTML can be generated for you, but we let you 
customize it in your templates. 
-This allows you to maintain separation of code and presentation, and keep 
those messy parameters out of your python code. 
-Because we strive for loose coupling, you should be able to do that in any 
templating engine you like, as well.
+With WTForms, form field HTML can be generated and be customized with 
templates.
+This allows to maintain separation of code and presentation, and keep those 
parameters out of Python code.
+Because of this loose coupling, any template engine may be used for this.
 
-%package doc
+%package -n %{name}-doc
 Summary:Documentation for WTForms
 Group:  Documentation/HTML
 Requires:   %{name} = %{version}
 
-%description doc
-Documentation of WTForms is a forms validation and rendering library for 
Python web development.
+%description -n %{name}-doc
+Documentation for WTForms, which is a forms validation and rendering library 
for Python web development.
 
 %package lang
 Summary:Languages for package %{name}
 Group:  System/Localization
 Requires:   

commit clinfo for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package clinfo for openSUSE:Factory checked 
in at 2017-10-10 11:42:42

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


Package is "clinfo"

Tue Oct 10 11:42:42 2017 rev:7 rq:532810 version:2.2.17.08.25

Changes:

--- /work/SRC/openSUSE:Factory/clinfo/clinfo.changes2017-07-24 
12:33:18.342039013 +0200
+++ /work/SRC/openSUSE:Factory/.clinfo.new/clinfo.changes   2017-10-10 
11:42:44.404121405 +0200
@@ -0,0 +1,17 @@
+
+---
+Sun Oct  1 14:45:03 UTC 2017 - mar...@gmx.de
+
+- Update to version 2.2.17.08.25
+  * Version 2.2.17.08.25
+  * Switch to annotated tags
+  * Provide a `make install` target
+  * Check for extra bits in some bitfields
+  * Preliminary support for cl_khr_terminate_context
+  * Declare support for OpenCL 2.x experimental
+  * Actually add support for cl_khr_subgroup_named_barrier property
+  * Add tentative missing defines for cl_khr_terminate_context
+  * Defines for cl_khr_subgroup_named_barrier
+- Add patch:
+  * 0001-fix-manpage-target.patch
+

Old:

  clinfo-2.2.17.06.14.tar.gz

New:

  0001-fix-manpage-target.patch
  clinfo-2.2.17.08.25.tar.gz



Other differences:
--
++ clinfo.spec ++
--- /var/tmp/diff_new_pack.rzWqCQ/_old  2017-10-10 11:42:45.028094018 +0200
+++ /var/tmp/diff_new_pack.rzWqCQ/_new  2017-10-10 11:42:45.032093843 +0200
@@ -18,13 +18,14 @@
 
 
 Name:   clinfo
-Version:2.2.17.06.14
+Version:2.2.17.08.25
 Release:0
 Summary:Utility that reports status information for all installed 
OpenCL ICDs
 License:SUSE-Public-Domain
 Group:  Productivity/Other
 Url:https://github.com/Oblomov/clinfo/
 Source: 
https://github.com/Oblomov/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Patch0: 0001-fix-manpage-target.patch
 BuildRequires:  opencl-headers
 BuildRequires:  pkgconfig(OpenCL)
 
@@ -38,16 +39,15 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags}"
 make %{?_smp_mflags}
 
 %install
-install -D -p -m 0755 clinfo \
-  %{buildroot}%{_bindir}/clinfo
-install -D -p -m 0644 man/clinfo.1 \
-  %{buildroot}%{_mandir}/man1/clinfo.1
+export PREFIX="%{buildroot}/%{_prefix}" MANDIR="%{buildroot}/%{_mandir}"
+%makeinstall
 
 %files
 %defattr (-,root,root)

++ 0001-fix-manpage-target.patch ++
>From f98c9ede8e06ca52b7c86c4c9a320e00c66d22ab Mon Sep 17 00:00:00 2001
From: Martin Kelly 
Date: Fri, 22 Sep 2017 17:24:03 -0700
Subject: [PATCH] fix manpage target

Currently, make install fails with this message:

make: *** No rule to make target 'man1/clinfo.1', needed by
'/usr/local/man/man1/clinfo.1'.  Stop.

Fix this by renaming the man directory to be the man1 directory.
---
 {man => man1}/clinfo.1 | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename {man => man1}/clinfo.1 (100%)

diff --git a/man/clinfo.1 b/man1/clinfo.1
similarity index 100%
rename from man/clinfo.1
rename to man1/clinfo.1
-- 
2.13.5

++ clinfo-2.2.17.06.14.tar.gz -> clinfo-2.2.17.08.25.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clinfo-2.2.17.06.14/Makefile 
new/clinfo-2.2.17.08.25/Makefile
--- old/clinfo-2.2.17.06.14/Makefile2017-06-14 00:44:50.0 +0200
+++ new/clinfo-2.2.17.08.25/Makefile2017-08-25 12:50:00.0 +0200
@@ -1,5 +1,8 @@
 # Headers
 
+PROG = clinfo
+MAN = man1/$(PROG).1
+
 HDR =  src/error.h \
src/ext.h \
src/fmtmacros.h \
@@ -17,6 +20,13 @@
 # BSD make does not define RM
 RM ?= rm -f
 
+# Installation paths and modes
+PREFIX ?= /usr/local
+BINDIR ?= $(PREFIX)/bin
+BINMODE ?= 555
+MANDIR ?= $(PREFIX)/man
+MANMODE ?= 444
+
 # Common library includes
 LDLIBS = -lOpenCL -ldl
 
@@ -29,14 +39,35 @@
 # Remove -lOpenCL if OS is Darwin
 LDLIBS := $(LDLIBS:$(LDLIBS_${OS}_exclude)=)
 
-clinfo: clinfo.o
 
-clinfo.o: clinfo.c $(HDR)
+#
+# Standard targets
+#
+
+$(PROG): $(PROG).o
+
+$(PROG).o: $(PROG).c $(HDR)
 
 clean:
-   $(RM) clinfo.o clinfo
+   $(RM) $(PROG).o $(PROG)
+
+$(BINDIR):
+   install -d $@
+
+$(MANDIR)/man1:
+   install -d $@
 
-sparse: clinfo.c
+$(BINDIR)/$(PROG): $(PROG) $(BINDIR)
+   install -p -m $(BINMODE) $(PROG) $@
+
+$(MANDIR)/$(MAN): $(MAN) $(MANDIR)/man1
+   install -p -m $(MANMODE) $(MAN) $@
+
+install: $(BINDIR)/$(PROG) $(MANDIR)/$(MAN)
+
+
+sparse: $(PROG).c
$(SPARSE) $(CPPFLAGS) $(CFLAGS) $(SPARSEFLAGS) $^
 
-.PHONY: clean sparse
+
+.PHONY: clean sparse install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit sysdig for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package sysdig for openSUSE:Factory checked 
in at 2017-10-10 11:42:32

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


Package is "sysdig"

Tue Oct 10 11:42:32 2017 rev:17 rq:532754 version:0.19.1

Changes:

--- /work/SRC/openSUSE:Factory/sysdig/sysdig.changes2017-09-05 
15:19:51.758083590 +0200
+++ /work/SRC/openSUSE:Factory/.sysdig.new/sysdig.changes   2017-10-10 
11:42:32.500643852 +0200
@@ -1,0 +2,36 @@
+Mon Oct  9 13:28:50 UTC 2017 - mplus...@suse.com
+
+- Update to version 0.19.1:
+  * Fix a compilation issue on old versions of kernels 2.6.32 shipped by 
RHEL/CentOS
+- Changes for version 0.19.0:
+  * Add per-cpu counters when a tracepoint is hit [#947]
+  * mq_unlink syscall reports as ptrace [#927]
+  * Fixed copy-paste typo [#946]
+  * expose the event masking/unmasking mechanism at the inspector level [#951]
+  * Fix targetViewFilter for "Accessed Files" in wsysdig_summary chisel [#952]
+  * Various improvements and fixes for Sysdig Inspect
+- Changes for version 0.18.0:
+  * Changed language of CLA to also cover government contributions [#902]
+  * Support mapped container docker networking mode, currently used by k8s 
pods [#922]
+  * Allow an external event capture dumper object to be used together with an 
inspector object [#912]
+  * Handle reading large execve args/env that might otherwise cause a page 
fault [#920]
+  * Add container events (container start/stop/etc) to capture files. In the 
future, will also be used for orchestrator information. [#935]
+  * Add the executable path as a filterable/displayable item proc.exepath 
[#845] [#934]
+  * Small README changes [#936]
+  * Support additional flags to clone() syscall [#909]
+  * Support page faults as events [#904]
+  * Support for upcoming visualization product [#931]
+  * Compilation fixes for sysdig monitor agent [#942]
+  * Fix minor problems found by valgrind [#938]
+  * Fix crash when reading large messages from docker daemon [#932]
+  * Better cleanup of failed installation of the sysdig driver under coreos 
[#926]
+  * Ensure that a parent's ptid is set when an execve fills in information on 
a new process [#914]
+  * Fix IN operator so it works with non-string values [#913]
+  * fix compile errors with newer versions of libcurl [#895] [#911]
+  * fix compile errors when O_DIRECTORY not defined [#907]
+  * Use session id, not process group id, for proc.sid [#904] [#905]
+  * Small docs fixes related to container.mount.* [#901]
+  * Update installation script to use latest version of EPEL repository [#897]
+- Drop no longer needed sysdig-curlbuild.patch
+
+---

Old:

  sysdig-0.17.0.tar.gz
  sysdig-curlbuild.patch

New:

  sysdig-0.19.1.tar.gz



Other differences:
--
++ sysdig.spec ++
--- /var/tmp/diff_new_pack.e1DpN6/_old  2017-10-10 11:42:33.184613832 +0200
+++ /var/tmp/diff_new_pack.e1DpN6/_new  2017-10-10 11:42:33.184613832 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   sysdig
-Version:0.17.0
+Version:0.19.1
 Release:0
 Summary:System-level exploration
 License:GPL-2.0
 Group:  System/Monitoring
 Url:http://www.sysdig.org/
 Source0:
https://github.com/draios/%{name}/archive/%{version}/sysdig-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM gsysdig-curlbuild.patch gh#draios/sysdig#895
-Patch0: sysdig-curlbuild.patch
 BuildRequires:  %{kernel_module_package_buildreqs}
 BuildRequires:  cmake
 BuildRequires:  fdupes
@@ -51,7 +49,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 export SYSDIG_CHISEL_DIR=%{_datadir}%{name}/chisels
@@ -83,7 +80,6 @@
 %fdupes -s %{buildroot}/%{_datadir}
 
 %files
-%defattr(-,root,root,-)
 %doc README.md COPYING
 %config %{_sysconfdir}/bash_completion.d/sysdig
 %{_bindir}/sysdig

++ sysdig-0.17.0.tar.gz -> sysdig-0.19.1.tar.gz ++
 10252 lines of diff (skipped)




commit python-renderspec for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package python-renderspec for 
openSUSE:Factory checked in at 2017-10-10 11:42:34

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


Package is "python-renderspec"

Tue Oct 10 11:42:34 2017 rev:6 rq:532808 version:1.9.0

Changes:

--- /work/SRC/openSUSE:Factory/python-renderspec/python-renderspec.changes  
2017-09-15 22:32:02.973226125 +0200
+++ /work/SRC/openSUSE:Factory/.python-renderspec.new/python-renderspec.changes 
2017-10-10 11:42:39.080355066 +0200
@@ -1,0 +2,12 @@
+Mon Oct  9 15:08:12 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.9.0
+  - Add option to skip certain python version
+
+---
+Mon Oct  9 14:56:13 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.8.0
+  - Fix SUSE detection on Tumbleweed and SLE15
+
+---

Old:

  renderspec-1.7.0.tar.gz

New:

  renderspec-1.9.0.tar.gz



Other differences:
--
++ python-renderspec.spec ++
--- /var/tmp/diff_new_pack.BgQqA7/_old  2017-10-10 11:42:40.240304156 +0200
+++ /var/tmp/diff_new_pack.BgQqA7/_new  2017-10-10 11:42:40.244303980 +0200
@@ -18,7 +18,7 @@
 
 %global sname renderspec
 Name:   python-renderspec
-Version:1.7.0
+Version:1.9.0
 Release:0
 Summary:Generate spec files from Jinja2 templates
 License:Apache-2.0

++ renderspec-1.7.0.tar.gz -> renderspec-1.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/renderspec-1.7.0/ChangeLog 
new/renderspec-1.9.0/ChangeLog
--- old/renderspec-1.7.0/ChangeLog  2017-09-14 17:18:50.0 +0200
+++ new/renderspec-1.9.0/ChangeLog  2017-10-09 15:28:25.0 +0200
@@ -1,6 +1,16 @@
 CHANGES
 ===
 
+1.9.0
+-
+
+* Add option to skip certain python version
+
+1.8.0
+-
+
+* Fix SUSE detection on Tumbleweed and SLE15
+
 1.7.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/renderspec-1.7.0/PKG-INFO 
new/renderspec-1.9.0/PKG-INFO
--- old/renderspec-1.7.0/PKG-INFO   2017-09-14 17:18:51.0 +0200
+++ new/renderspec-1.9.0/PKG-INFO   2017-10-09 15:28:25.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: renderspec
-Version: 1.7.0
+Version: 1.9.0
 Summary: Jinja2 template renderer for generating .spec files
 Home-page: http://docs.openstack.org/developer/renderspec/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/renderspec-1.7.0/doc/source/usage.rst 
new/renderspec-1.9.0/doc/source/usage.rst
--- old/renderspec-1.7.0/doc/source/usage.rst   2017-09-14 17:16:57.0 
+0200
+++ new/renderspec-1.9.0/doc/source/usage.rst   2017-10-09 15:26:33.0 
+0200
@@ -23,6 +23,18 @@
 
   renderspec --spec-style suse example.spec.j2
 
+Different pyver variants
+
+
+For singlespec variant spec.j2 templates (i.e. templates that can build for
+multiple python flavors in parallel) it might be undesirable to expand 
requirements
+for a particular python flavor. In that case the option `--skip-pyversion` can
+be used to skip expansion for those dependencies:
+
+  renderspec --skip-pyversion py3 example.spec.j2
+
+For CentOS 7.x hosts :program:`renderspec` defaults to skipping the py3 
expansion.
+
 Different template formats
 **
 The only supported input template format is currently called `spec.j2` (which 
is
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/renderspec-1.7.0/renderspec/__init__.py 
new/renderspec-1.9.0/renderspec/__init__.py
--- old/renderspec-1.7.0/renderspec/__init__.py 2017-09-14 17:16:57.0 
+0200
+++ new/renderspec-1.9.0/renderspec/__init__.py 2017-10-09 15:26:33.0 
+0200
@@ -19,6 +19,7 @@
 import argparse
 import os
 import platform
+import string
 import sys
 
 from jinja2 import Environment
@@ -30,19 +31,20 @@
 from renderspec import contextfuncs
 
 
-def generate_spec(spec_style, epochs, requirements, input_template_format,
-  input_template_path, output_path):
+def generate_spec(spec_style, epochs, requirements, skip_pyversion,
+  input_template_format, input_template_path, output_path):
 """generate a spec file with the given style and input template"""
 if input_template_format == 'spec.j2':
 return _renderer_input_template_format_spec(
-spec_style, epochs, requirements, input_template_path,
-output_path)
+

commit libosmo-sccp for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package libosmo-sccp for openSUSE:Factory 
checked in at 2017-10-10 11:42:29

Comparing /work/SRC/openSUSE:Factory/libosmo-sccp (Old)
 and  /work/SRC/openSUSE:Factory/.libosmo-sccp.new (New)


Package is "libosmo-sccp"

Tue Oct 10 11:42:29 2017 rev:4 rq:530611 version:0.7.0.284

Changes:

--- /work/SRC/openSUSE:Factory/libosmo-sccp/libosmo-sccp.changes
2016-02-01 19:55:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.libosmo-sccp.new/libosmo-sccp.changes   
2017-10-10 11:42:30.912713546 +0200
@@ -1,0 +2,23 @@
+Mon Oct  2 23:10:26 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream snapshot 0.7.0.284
+  * vty: add 'asp' / 'local-ip' command
+  * osmo_ss7_vty: fix 'as' / 'routing-key' command
+  * OsmoSTP: Install our default set of signal handlers
+  * Fix SCCP client crash on xUA server (STP) disconnect
+  * vty: hide SG commands when running as ASP
+  * sccp: fix creating of the default route in simple client
+  * sccp: derive local address from given sccp instance
+
+---
+Fri Apr 28 22:48:03 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream snapshot 0.7.0.208
+  * Add new 'osmo_ss7' SS7 core code with M3UA, ASP/AS FSM, ...
+  * Add SCCP <-> SUA message transcoding routines
+  * Add tests for xUA code + SCCP/SUA transcoding
+  * Add new SCCP implementation
+  * Add M3UA RKM (routing key management) support, SGW side only
+  * SCCP: Add VTY interface for SCCP
+
+---

Old:

  libosmo-sccp-0.7.0.11.tar.xz

New:

  _service
  libosmo-sccp-0.7.0.284.tar.xz



Other differences:
--
++ libosmo-sccp.spec ++
--- /var/tmp/diff_new_pack.iT8Kgg/_old  2017-10-10 11:42:31.996665971 +0200
+++ /var/tmp/diff_new_pack.iT8Kgg/_new  2017-10-10 11:42:32.000665795 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libosmo-sccp
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libosmo-sccp
-Version:0.7.0.11
+Version:0.7.0.284
 Release:0
 Summary:Osmocom library for the A-bis interface between BTS and BSC
 License:AGPL-3.0+ and GPL-2.0+
@@ -25,55 +25,31 @@
 Url:http://openbsc.osmocom.org/
 
 #Git-Clone:git://git.osmocom.org/libosmo-sccp
-#Snapshot:  0.7.0-11-gf440267 (--tags)
 Source: %name-%version.tar.xz
 Patch1: 0001-build-fixes.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
 BuildRequires:  automake >= 1.6
-BuildRequires:  libtool
+BuildRequires:  libtool >= 2
 BuildRequires:  lksctp-tools-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkg-config >= 0.20
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libosmo-netif) >= 0.0.6.1
 BuildRequires:  pkgconfig(libosmocore) >= 0.9.0.45
-BuildRequires:  pkgconfig(libosmogsm)
-BuildRequires:  pkgconfig(libosmovty)
-BuildRequires:  pkgconfig(talloc)
+BuildRequires:  pkgconfig(libosmogsm) >= 0.9.5
+BuildRequires:  pkgconfig(libosmovty) >= 0.3.0
 
 %description
-Osmocom library for the A-bis interface between BTS and BSC.
+SCCP is a network layer protocol that provides extended routing, flow
+control, segmentation, connection-orientation, and error correction
+facilities in Signaling System 7 telecommunications networks. SCCP is
+heavily used in cellular networks such as GSM.
 
-%package -n libosmo-xua-0_7_0
-Summary:Osmocom Message Transfer Part 2 User Adaptation library
-License:AGPL-3.0+
-Group:  System/Libraries
-
-%description -n libosmo-xua-0_7_0
-M2UA (RFC 3331) provides an SCTP (RFC 3873) adaptation layer for the
-seamless backhaul of MTP Level 2 user messages and service interface
-across an IP network.
-
-%package -n libosmo-xua-devel
-Summary:Development files for the Osmocom M2UA library
-License:AGPL-3.0+
-Group:  Development/Libraries/C and C++
-Requires:   libosmo-sigtran-devel = %version
-Requires:   libosmo-xua-0_7_0 = %version
-
-%description -n libosmo-xua-devel
-M2UA provides an SCTP adaptation layer for MTP level 2 user messages
-and service interface across an IP network.
-
-This subpackage contains the development files for the Osmocom M2UA
-library.
-
-%package -n libosmo-mtp-0_7_0
+%package -n libosmo-mtp-0_7_0_208
 Summary:Osmocom Message Transfer Part library
 License:GPL-2.0+
 Group:  System/Libraries
 
-%description -n libosmo-mtp-0_7_0
+%description -n 

commit python-Flask-WTF for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package python-Flask-WTF for 
openSUSE:Factory checked in at 2017-10-10 11:42:24

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


Package is "python-Flask-WTF"

Tue Oct 10 11:42:24 2017 rev:3 rq:521769 version:0.14.2

Changes:

--- /work/SRC/openSUSE:Factory/python-Flask-WTF/python-Flask-WTF.changes
2015-03-27 09:41:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Flask-WTF.new/python-Flask-WTF.changes   
2017-10-10 11:42:25.936931935 +0200
@@ -1,0 +2,52 @@
+Thu Aug 31 21:36:07 UTC 2017 - toddrme2...@gmail.com
+
+- Update to Version 0.14.2
+  * Fix bug where ``FlaskForm`` assumed ``meta`` argument was not ``None`` if 
it
+was passed. (`#278`_)
+- Update to Version 0.14.1
+  * Fix bug where the file validators would incorrectly identify an empty file 
as
+valid data. (`#276`_, `#277`_)
+- Update to Version 0.14
+  * Use itsdangerous to sign CSRF tokens and check expiration instead of doing 
it
+ourselves. (`#264`_)
+  * Remove the ``app`` attribute from ``CsrfProtect``, use ``current_app``.
+(`#264`_)
+  * ``CsrfProtect`` protects the ``DELETE`` method by default. (`#264`_)
+  * The same CSRF token is generated for the lifetime of a request. It is 
exposed
+as ``request.csrf_token`` for use during testing. (`#227`_, `#264`_)
+  * ``CsrfProtect.error_handler`` is deprecated. (`#264`_)
+  * Use ``Form.Meta`` instead of deprecated ``SecureForm`` for CSRF (and
+everything else). (`#216`_, `#271`_)
+  * Provide ``WTF_CSRF_FIELD_NAME`` to configure the name of the CSRF token.
+(`#271`_)
+  * ``validate_csrf`` raises ``wtforms.ValidationError`` with specific messages
+instead of returning ``True`` or ``False``. This breaks anything that was
+calling the method directly. (`#239`_, `#271`_)
+  * ``CsrfProtect`` is renamed to ``CSRFProtect``. A deprecation warning is 
issued
+when using the old name. ``CsrfError`` is renamed to ``CSRFError`` without
+deprecation. (`#271`_)
+  * ``FileField`` is deprecated because it no longer provides functionality 
over
+the provided validators. Use ``wtforms.FileField`` directly. (`#272`_)
+- Update to Version 0.13.1
+  * Deprecation warning for ``Form`` is shown during ``__init__`` instead of 
immediately when subclassing. (`#262`_)
+  * Don't use ``pkg_resources`` to get version, for compatibility with GAE. 
(`#261`_)
+- Update to Version 0.13
+  * ``Form`` is renamed to ``FlaskForm`` in order to avoid name collision with 
WTForms's base class.  Using ``Form`` will show a deprecation warning. (`#250`_)
+  * ``hidden_tag`` no longer wraps the hidden inputs in a hidden div.  This is 
valid HTML5 and any modern HTML parser will behave correctly. (`#217`_, `#193`_)
+  * ``flask_wtf.html5`` is deprecated.  Import directly from 
``wtforms.fields.html5``. (`#251`_)
+  * ``is_submitted`` is true for ``PATCH`` and ``DELETE`` in addition to 
``POST`` and ``PUT``. (`#187`_)
+  * ``generate_csrf`` takes a ``token_key`` parameter to specify the key 
stored in the session. (`#206`_)
+  * ``generate_csrf`` takes a ``url_safe`` parameter to allow the token to be 
used in URLs. (`#206`_)
+  * ``form.data`` can be accessed multiple times without raising an exception. 
(`#248`_)
+  * File extension with multiple parts (``.tar.gz``) can be used in the 
``FileAllowed`` validator. (`#201`_)
+- Update to Version 0.12
+  * Abstract protect_csrf() into a separate method
+  * Update reCAPTCHA configuration
+  * Fix reCAPTCHA error handle
+
+---
+Thu Aug 24 13:38:52 UTC 2017 - jmate...@suse.com
+
+- singlespec auto-conversion
+
+---
@@ -35,0 +88 @@
+

Old:

  Flask-WTF-0.11.tar.gz

New:

  Flask-WTF-0.14.2.tar.gz



Other differences:
--
++ python-Flask-WTF.spec ++
--- /var/tmp/diff_new_pack.a2Tj1e/_old  2017-10-10 11:42:26.692898755 +0200
+++ /var/tmp/diff_new_pack.a2Tj1e/_new  2017-10-10 11:42:26.692898755 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-Flask-Cache
+# spec file for package python-Flask-WTF
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,38 +15,44 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_with test
 Name:   python-Flask-WTF
-Version:0.11

commit QMPlay2 for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package QMPlay2 for openSUSE:Factory checked 
in at 2017-10-10 11:43:02

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


Package is "QMPlay2"

Tue Oct 10 11:43:02 2017 rev:27 rq:532900 version:17.10.04

Changes:

--- /work/SRC/openSUSE:Factory/QMPlay2/QMPlay2.changes  2017-09-21 
12:36:11.359915644 +0200
+++ /work/SRC/openSUSE:Factory/.QMPlay2.new/QMPlay2.changes 2017-10-10 
11:43:08.483064573 +0200
@@ -1,0 +2,8 @@
+Mon Oct  9 18:21:25 UTC 2017 - kah0...@gmail.com
+
+- Update to 17.10.04
+  * Command line seeking bugfix
+  * update for Wbijam changes,
+  * CUVID bugfix
+
+---

Old:

  QMPlay2-src-17.09.16.tar.xz

New:

  QMPlay2-src-17.10.04.tar.xz



Other differences:
--
++ QMPlay2.spec ++
--- /var/tmp/diff_new_pack.MqAv2V/_old  2017-10-10 11:43:10.142991719 +0200
+++ /var/tmp/diff_new_pack.MqAv2V/_new  2017-10-10 11:43:10.146991544 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   QMPlay2
-Version:17.09.16
+Version:17.10.04
 Release:0
 Summary:A Qt based media player, streamer and downloader
 License:LGPL-3.0+

++ QMPlay2-src-17.09.16.tar.xz -> QMPlay2-src-17.10.04.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/QMPlay2-src-17.09.16/ChangeLog 
new/QMPlay2-src-17.10.04/ChangeLog
--- old/QMPlay2-src-17.09.16/ChangeLog  2017-09-16 12:41:39.0 +0200
+++ new/QMPlay2-src-17.10.04/ChangeLog  2017-10-04 22:27:13.0 +0200
@@ -1,3 +1,8 @@
+Changes in QMPlay2 build 17.10.04:
+   - command line seeking bugfix,
+   - update for Wbijam changes,
+   - CUVID bugfix,
+
 Changes in QMPlay2 build 17.09.16:
- fix playback position regression introduced in 17.09.13,
- update German translation (martinkg),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/QMPlay2-src-17.09.16/README.md 
new/QMPlay2-src-17.10.04/README.md
--- old/QMPlay2-src-17.09.16/README.md  2017-09-16 12:41:25.0 +0200
+++ new/QMPlay2-src-17.10.04/README.md  2017-10-04 22:27:21.0 +0200
@@ -306,7 +306,7 @@
- `Qt5Widgets_DIR`: path to the Qt5Widgets cmake directory (e.g. 
`~/qtbase/lib/cmake/Qt5Widgets`).
- `Qt5DBus_DIR`: path to the Qt5DBus cmake directory (e.g. 
`~/qtbase/lib/cmake/Qt5DBus`).
- `Qt5LinguistTools_DIR`: path to the Qt5LinguistTools cmake directory 
(e.g. `~/qtbase/lib/cmake/Qt5LinguistTools`).
-   - `Qt5Svg_DIR`: path to the Qt5LinguistTools cmake directory (e.g. 
`~/qtbase/lib/cmake/Qt5Svg`).
+   - `Qt5Svg_DIR`: path to the Qt5Svg cmake directory (e.g. 
`~/qtbase/lib/cmake/Qt5Svg`).
 
 Every CMake option must be prepended with `-D` and new value is set after `=`.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/QMPlay2-src-17.09.16/src/gui/MainWidget.cpp 
new/QMPlay2-src-17.10.04/src/gui/MainWidget.cpp
--- old/QMPlay2-src-17.09.16/src/gui/MainWidget.cpp 2017-09-16 
12:34:31.0 +0200
+++ new/QMPlay2-src-17.10.04/src/gui/MainWidget.cpp 2017-10-04 
22:27:21.0 +0200
@@ -523,7 +523,7 @@
else if (param == "speed")
playC.setSpeed(data.toDouble());
else if (param == "seek")
-   seek(data.toInt());
+   seek(data.toDouble());
else if (param == "RestartPlaying")
playC.restart();
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/QMPlay2-src-17.09.16/src/modules/CUVID/CuvidDec.cpp 
new/QMPlay2-src-17.10.04/src/modules/CUVID/CuvidDec.cpp
--- old/QMPlay2-src-17.09.16/src/modules/CUVID/CuvidDec.cpp 2017-09-16 
00:19:27.0 +0200
+++ new/QMPlay2-src-17.10.04/src/modules/CUVID/CuvidDec.cpp 2017-10-04 
20:49:43.0 +0200
@@ -34,7 +34,7 @@
#define GL_TEXTURE_2D 0x0DE1
 #endif
 
-static QMutex cudaMutex(QMutex::Recursive);
+static QMutex g_cudaMutex(QMutex::Recursive);
 
 extern "C"
 {
@@ -157,7 +157,7 @@
inline ContextGuard(CUcontext ctx) :
m_locked(true)
{
-   cudaMutex.lock();
+   g_cudaMutex.lock();
ctxPushCurrent(ctx);
}
inline ~ContextGuard()
@@ -171,7 +171,7 @@
{
CUcontext ctx;
ctxPopCurrent();
-   cudaMutex.unlock();
+   g_cudaMutex.unlock();
m_locked 

commit apache2 for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2017-10-10 11:37:47

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


Package is "apache2"

Tue Oct 10 11:37:47 2017 rev:136 rq:532105 version:2.4.28

Changes:

--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2017-07-30 
11:22:09.829557508 +0200
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes 2017-10-10 
11:37:51.104994283 +0200
@@ -1,0 +2,57 @@
+Fri Oct  6 07:45:55 UTC 2017 - pgaj...@suse.com
+
+- updated to 2.4.28:
+  *) SECURITY: CVE-2017-9798 (cve.mitre.org)
+ Corrupted or freed memory access.  must now be used in the
+ main configuration file (httpd.conf) to register HTTP methods before the
+ .htaccess files.  [Yann Ylavic]
+  *) event: Avoid possible blocking in the listener thread when shutting down
+ connections. PR 60956.  [Yann Ylavic]
+  *) mod_speling: Don't embed referer data in a link in error page.
+ PR 38923 [Nick Kew]
+  *) htdigest: prevent a buffer overflow when a string exceeds the allowed max
+ length in a password file.
+ [Luca Toscano, Hanno Böck ]
+  *) mod_proxy: loadfactor parameter can now be a decimal number (eg: 1.25).
+ [Jim Jagielski]
+  *) mod_proxy_wstunnel: Allow upgrade to any protocol dynamically.
+ PR 61142.
+  *) mod_watchdog/mod_proxy_hcheck: Time intervals can now be spefified
+ down to the millisecond. Supports 'mi' (minute), 'ms' (millisecond),
+ 's' (second) and 'hr' (hour!) time suffixes. [Jim Jagielski]
+  *) mod_http2: Fix for stalling when more than 32KB are written to a
+ suspended stream.  [Stefan Eissing]
+  *) build: allow configuration without APR sources.  [Jacob Champion]
+  *) mod_ssl, ab: Fix compatibility with LibreSSL.  PR 61184.
+ [Bernard Spil , Michael Schlenker ,
+  Yann Ylavic]
+  *) core/log: Support use of optional "tag" in syslog entries.
+ PR 60525. [Ben Rubson , Jim Jagielski]
+  *) mod_proxy: Fix ProxyAddHeaders merging.  [Joe Orton]
+  *) core: Disallow multiple Listen on the same IP:port when listener buckets
+ are configured (ListenCoresBucketsRatio > 0), consistently with the single
+ bucket case (default), thus avoiding the leak of the corresponding socket
+ descriptors on graceful restart.  [Yann Ylavic]
+  *) event: Avoid listener periodic wake ups by using the pollset wake-ability
+ when available.  PR 57399.  [Yann Ylavic, Luca Toscano]
+  *) mod_proxy_wstunnel: Fix detection of unresponded request which could have
+ led to spurious HTTP 502 error messages sent on upgrade connections.
+ PR 61283.  [Yann Ylavic]
+
+---
+Thu Oct  5 12:57:56 UTC 2017 - pgaj...@suse.com
+
+- suexec binary moved to main package [bsc#1054741]
+
+---
+Tue Oct  3 16:13:13 UTC 2017 - pgaj...@suse.com
+
+- do not call and do not ship apache-22-24-upgrade [bsc#1042037]
+
+---
+Mon Jul 24 15:25:09 UTC 2017 - schneem...@b1-systems.de
+
+- make the package runable on non systemd systems 
+  + deprecated-scripts-arch.patch
+
+---

Old:

  apache-22-24-upgrade
  httpd-2.4.27.tar.bz2
  httpd-2.4.27.tar.bz2.asc

New:

  apache2-init.logrotate
  deprecated-scripts-arch.patch
  httpd-2.4.28.tar.bz2
  httpd-2.4.28.tar.bz2.asc



Other differences:
--
++ apache2.spec ++
--- /var/tmp/diff_new_pack.d8wYIL/_old  2017-10-10 11:37:53.084907388 +0200
+++ /var/tmp/diff_new_pack.d8wYIL/_new  2017-10-10 11:37:53.088907211 +0200
@@ -53,7 +53,7 @@
 %define mods_static unixd
 %endif
 Name:   apache2
-Version:2.4.27
+Version:2.4.28
 Release:0
 Summary:The Apache Web Server Version 2.4
 License:Apache-2.0
@@ -107,7 +107,6 @@
 Source130:  apache2-vhost.template
 Source131:  apache2-vhost-ssl.template
 Source140:  apache2-check_forensic
-Source141:  apache-22-24-upgrade
 Source142:  start_apache2
 Source143:  apache2-systemd-ask-pass
 Source144:  apache2.service
@@ -115,6 +114,7 @@
 Source146:  apache2@.service
 Source147:  apache2-script-helpers
 Source148:  apache2.target
+Source149:  %{name}-init.logrotate
 Patch2: httpd-2.1.3alpha-layout.dif
 Patch23:httpd-apachectl.patch
 Patch66:httpd-2.0.54-envvars.dif
@@ -127,6 +127,7 @@
 Patch111:   httpd-visibility.patch
 # PATCH-FEATURE-UPSTREAM kstreit...@suse.com -- backport of 
HttpContentLengthHeadZero and HttpExpectStrict
 

commit systemd for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2017-10-10 11:37:40

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


Package is "systemd"

Tue Oct 10 11:37:40 2017 rev:263 rq:532104 version:234

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2017-09-29 
11:49:54.385167280 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2017-10-10 11:37:43.057347484 +0200
@@ -1,0 +2,31 @@
+Fri Oct  6 07:44:38 UTC 2017 - f...@suse.com
+
+- Damn forgot to drop 
0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch in
+  the spec file
+
+---
+Fri Oct  6 07:30:01 UTC 2017 - f...@suse.com
+
+- Import commit 6dea894131d78b20b9e0482f75afa6ee4dec8627
+
+  1cdd944b0 unit: when JobTimeoutSec= is turned off, implicitly turn off 
JobRunningTimeoutSec= too (bsc#1004995)
+
+  This make 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch
+  not needed anymore.
+
+---
+Thu Oct  5 12:24:35 UTC 2017 - f...@suse.com
+
+- Import commit 93688f8e53b4e482a55a7d4aba2d927ddedebdde
+
+  c53522be3 compat-rules: allow to specify the generation number through the 
kernel cmdline
+  
+---
+Wed Oct  4 15:44:14 UTC 2017 - f...@suse.com
+
+- Import commit c1e8af7d1e8b09c2878a5b17f513bfc41ae46dc6
+
+  982754275 build-sys: make sure 61-persitent-storage-compat.rules is 
installed with meson
+  9ac2e8b9b udev: proc_cmdline_get_key() FTW! (#6925)
+
+---
systemd.changes: same change

Old:

  0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.WvV63J/_old  2017-10-10 11:37:45.629234607 +0200
+++ /var/tmp/diff_new_pack.WvV63J/_new  2017-10-10 11:37:45.629234607 +0200
@@ -163,7 +163,6 @@
 # patches are temporary and should be removed as soon as a fix is
 # merged by upstream.
 Patch1: 0001-core-disable-session-keyring-per-system-sevice-entir.patch
-Patch2: 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch
 
 %description
 Systemd is a system and service manager, compatible with SysV and LSB

systemd.spec: same change
++ systemd-234.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemd-234/rules/61-persistent-storage-compat.rules 
new/systemd-234/rules/61-persistent-storage-compat.rules
--- old/systemd-234/rules/61-persistent-storage-compat.rules2017-09-26 
12:13:06.0 +0200
+++ new/systemd-234/rules/61-persistent-storage-compat.rules2017-10-06 
09:35:03.0 +0200
@@ -9,6 +9,12 @@
 # relevant paths with the new ones (symlinks generated by
 # 60-persistent-storage.rules).
 #
+# You might check if your system relies on one of those compat symlinks
+# by disabling their creation at boot time. To do so, append
+# "udev.compat_symlink_generation=0" to the kernel command line. If
+# your system works flawlessly, there's a good chance that your system
+# doesn't rely on them and they could be disabled permanently.
+#
 # Thanks !
 
 ACTION=="remove", GOTO="persistent_storage_end"
@@ -20,11 +26,22 @@
 TEST=="whole_disk", GOTO="persistent_storage_end"
 
 #
+# The compat symlink generation number can be specified through the kernel
+# command line and in that case it will take precedence.
+#
+# Note: any non-supported values (including "0") will disable all generations
+# whereas no values specified will be equivalent to a value "1" and therefore
+# will request the creation of all compat symlinks (whatever their age).
+#
+IMPORT{cmdline}="udev.compat_symlink_generation"
+ENV{COMPAT_SYMLINK_GENERATION}="$env{udev.compat_symlink_generation}"
+
+#
 # Systems without the compat-symlinks-generation file are systems
 # installed before compat rules were created. They might be using
 # one of those compat symlinks (can be any generation).
 #
-IMPORT{file}="/usr/lib/udev/compat-symlink-generation"
+ENV{COMPAT_SYMLINK_GENERATION}!="?*", 
IMPORT{file}="/usr/lib/udev/compat-symlink-generation"
 ENV{COMPAT_SYMLINK_GENERATION}!="?*", ENV{COMPAT_SYMLINK_GENERATION}="1"
 
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemd-234/rules/meson.build 
new/systemd-234/rules/meson.build
--- old/systemd-234/rules/meson.build   2017-09-26 12:13:06.0 +0200
+++ new/systemd-234/rules/meson.build   2017-10-06 09:35:03.0 +0200
@@ -11,6 +11,7 

commit asciidoc for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package asciidoc for openSUSE:Factory 
checked in at 2017-10-10 11:37:32

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


Package is "asciidoc"

Tue Oct 10 11:37:32 2017 rev:40 rq:532093 version:8.6.10

Changes:

--- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes2017-07-12 
19:31:26.531000300 +0200
+++ /work/SRC/openSUSE:Factory/.asciidoc.new/asciidoc.changes   2017-10-10 
11:37:33.669759493 +0200
@@ -1,0 +2,23 @@
+Fri Oct  6 03:01:43 UTC 2017 - bwiedem...@suse.com
+
+- Re-add documentation
+
+---
+Wed Oct  4 09:21:58 UTC 2017 - o...@aepfle.de
+
+- Remove asciidoc version from generated files with asciidoc.version.patch
+  The version causes unneeded republish of pkgs that make use
+  of asciidoc
+
+---
+Sun Oct  1 13:41:40 UTC 2017 - aavind...@gmail.com
+
+- Update to 8.6.10
+  * Improve reproducibility of builds (e.g. support SOURCE_DATE_EPOCH)
+  * SVG output support
+  * documentation and translations
+- Lint spec file
+- Remove asciidoc-change-Last-Updated-field.patch
+  * merged in https://github.com/asciidoc/asciidoc/pull/9
+
+---

Old:

  asciidoc-8.6.9.tar.gz
  asciidoc-change-Last-Updated-field.patch

New:

  asciidoc-8.6.10.tar.gz
  asciidoc.version.patch



Other differences:
--
++ asciidoc.spec ++
--- /var/tmp/diff_new_pack.9gOdj2/_old  2017-10-10 11:37:36.441637840 +0200
+++ /var/tmp/diff_new_pack.9gOdj2/_new  2017-10-10 11:37:36.441637840 +0200
@@ -17,21 +17,25 @@
 
 
 Name:   asciidoc
-Version:8.6.9
+Version:8.6.10
 Release:0
 Summary:Text-Based Document Generation
 License:GPL-2.0+
 Group:  Development/Tools/Doc Generators
-Url:http://www.methods.co.nz/asciidoc/
-Source0:
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
-Patch0: asciidoc-change-Last-Updated-field.patch
+Url:http://asciidoc.org
+Source0:
https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Patch0: asciidoc.version.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  python >= 2.3
+BuildRequires:  python-xml
 Requires:   docbook-xsl-stylesheets
 Requires:   python >= 2.3
 Requires:   python-xml
 Recommends: dblatex
 # a2x needs /usr/bin/xsltproc
 Recommends: libxslt
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -51,36 +55,31 @@
 %patch0 -p1
 
 %build
+autoreconf -fi
+%configure
 
 %install
-mkdir -p %{buildroot}%{_sysconfdir}/asciidoc/filters
-mkdir -p %{buildroot}%{_datadir}/asciidoc
-mkdir -p %{buildroot}%{_mandir}/man1
-install -m 0644 *.conf %{buildroot}%{_sysconfdir}/asciidoc
-install -m 0644 filters/*/*.conf %{buildroot}%{_sysconfdir}/asciidoc/filters/
-install -m 0755 filters/*/*.py %{buildroot}%{_sysconfdir}/asciidoc/filters/
-install -m 0755 -D asciidoc.py %{buildroot}%{_bindir}/asciidoc
-install -m 0755 -D a2x.py %{buildroot}%{_bindir}/a2x
-install -m 0644 doc/*.1  %{buildroot}%{_mandir}/man1/
-for i in images stylesheets javascripts docbook-xsl dblatex themes; do
-  cp -av $i %{buildroot}%{_datadir}/asciidoc/
-  ln -s ../../%{_datadir}/asciidoc/$i %{buildroot}%{_sysconfdir}/asciidoc
-done
+%make_install
+
+# Strip .py extension from binaries
+pushd %{buildroot}%{_bindir}
+   mv %{name}.py %{name}
+   mv a2x.py a2x
+popd
+
 # install vim files
 mkdir -p %{buildroot}%{_datadir}/vim/site/{syntax,ftdetect}
 install -m 0644 vim/syntax/* %{buildroot}%{_datadir}/vim/site/syntax
 
 %files
-%defattr(-,root,root)
-%config %{_sysconfdir}/asciidoc
-%{_datadir}/asciidoc
-%{_bindir}/*
+%config %{_sysconfdir}/%{name}
+%{_bindir}/%{name}
+%{_bindir}/a2x
 %{_datadir}/vim
-%doc %{_mandir}/man1/*
-%doc README BUGS CHANGELOG COPYRIGHT
+%{_mandir}/man1/*
+%doc README.asciidoc BUGS.txt CHANGELOG.txt COPYRIGHT
 
 %files examples
-%defattr(-,root,root)
 %doc doc examples
 
 %changelog

++ asciidoc-8.6.9.tar.gz -> asciidoc-8.6.10.tar.gz ++
 11142 lines of diff (skipped)

++ asciidoc.version.patch ++
Avoid version number in generated files.
Output will be identical between versions.
In case the output changes, build-compare will catch it.
--- a/html4.conf
+++ b/html4.conf
@@ -460,7 +460,7 @@ endif::[]
 
 
 
-
+
 
 
 {title}
--- a/html5.conf
+++ b/html5.conf
@@ -539,7 +539,7 @@ bodydata=
 
 
-
+
 
 
 {title}
--- a/slidy.conf

commit xorg-x11-server for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2017-10-10 11:35:51

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


Package is "xorg-x11-server"

Tue Oct 10 11:35:51 2017 rev:347 rq:531745 version:1.19.4

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2017-09-07 22:08:41.905163416 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 
2017-10-10 11:35:55.938048806 +0200
@@ -1,0 +2,14 @@
+Thu Oct  5 12:24:40 UTC 2017 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.19.4:
+  A collection of stability fixes from the development branch, including
+  two minor CVEs (CVE-2017-13721, CVE-2017-13723).
+- Remove upstream patches:
+  + U_Xi-Do-not-try-to-swap-GenericEvent.patch
+  + U_Xi-Verify-all-events-in-ProcXSendExtensionEvent.patch
+  + U_Xi-Zero-target-buffer-in-SProcXSendExtensionEvent.patch
+  + U_dix-Disallow-GenericEvent-in-SendEvent-request.patch
+- Adapt patches to work with the new release:
+  + u_Use-better-fallbacks-to-generate-cookies-if-arc4rand.patch
+
+---

Old:

  U_Xi-Do-not-try-to-swap-GenericEvent.patch
  U_Xi-Verify-all-events-in-ProcXSendExtensionEvent.patch
  U_Xi-Zero-target-buffer-in-SProcXSendExtensionEvent.patch
  U_dix-Disallow-GenericEvent-in-SendEvent-request.patch
  xorg-server-1.19.3.tar.bz2

New:

  xorg-server-1.19.4.tar.bz2



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.kcMgzL/_old  2017-10-10 11:35:57.809966650 +0200
+++ /var/tmp/diff_new_pack.kcMgzL/_new  2017-10-10 11:35:57.813966475 +0200
@@ -41,7 +41,7 @@
 %endif
 
 Name:   xorg-x11-server
-Version:1.19.3
+Version:1.19.4
 Release:0
 Url:http://xorg.freedesktop.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -205,10 +205,6 @@
 Patch209:   
u_pci-primary-Fix-up-primary-PCI-device-detection-for-the-platfrom-bus.patch
 Patch210:   u_os-connections-Check-for-stale-FDs.patch
 
-Patch211:   U_Xi-Do-not-try-to-swap-GenericEvent.patch
-Patch212:   U_Xi-Verify-all-events-in-ProcXSendExtensionEvent.patch
-Patch213:   U_Xi-Zero-target-buffer-in-SProcXSendExtensionEvent.patch
-Patch214:   U_dix-Disallow-GenericEvent-in-SendEvent-request.patch
 Patch215:   u_Use-better-fallbacks-to-generate-cookies-if-arc4rand.patch
 
 Patch1000:  n_xserver-optimus-autoconfig-hack.patch
@@ -343,10 +339,6 @@
 ### not applicable anymore
 #%patch210 -p1
 
-%patch211 -p1
-%patch212 -p1
-%patch213 -p1
-%patch214 -p1
 %patch215 -p1
 
 ### disabled for now

++ u_Use-better-fallbacks-to-generate-cookies-if-arc4rand.patch ++
--- /var/tmp/diff_new_pack.kcMgzL/_old  2017-10-10 11:35:57.969959628 +0200
+++ /var/tmp/diff_new_pack.kcMgzL/_new  2017-10-10 11:35:57.969959628 +0200
@@ -32,8 +32,8 @@
  AC_HEADER_DIRENT
  AC_HEADER_STDC
  AC_CHECK_HEADERS([fcntl.h stdlib.h string.h unistd.h dlfcn.h stropts.h \
-- fnmatch.h sys/mkdev.h sys/utsname.h])
-+ fnmatch.h sys/mkdev.h sys/utsname.h sys/syscall.h])
+- fnmatch.h sys/mkdev.h sys/sysmacros.h sys/utsname.h])
++ fnmatch.h sys/mkdev.h sys/sysmacros.h sys/utsname.h sys/syscall.h])
  
  dnl Checks for typedefs, structures, and compiler characteristics.
  AC_C_CONST

++ u_xorg-wrapper-Drop-supplemental-group-IDs.patch ++
--- /var/tmp/diff_new_pack.kcMgzL/_old  2017-10-10 11:35:58.013957698 +0200
+++ /var/tmp/diff_new_pack.kcMgzL/_new  2017-10-10 11:35:58.013957698 +0200
@@ -15,13 +15,13 @@
 --- a/hw/xfree86/xorg-wrapper.c
 +++ b/hw/xfree86/xorg-wrapper.c
 @@ -36,6 +36,8 @@
+ #include 
  #include 
  #include 
- #include 
 +#include 
 +#include 
- #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
- #include 
+ #ifdef HAVE_SYS_SYSMACROS_H
+ #include 
  #endif
 @@ -252,6 +254,52 @@ int main(int argc, char *argv[])
  if (needs_root_rights == 0 || (total_cards && kms_cards == total_cards)) {

++ xorg-server-1.19.3.tar.bz2 -> xorg-server-1.19.4.tar.bz2 ++
 12316 lines of diff (skipped)




commit gfxboot for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package gfxboot for openSUSE:Factory checked 
in at 2017-10-10 11:37:00

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


Package is "gfxboot"

Tue Oct 10 11:37:00 2017 rev:133 rq:531785 version:4.5.23

Changes:

--- /work/SRC/openSUSE:Factory/gfxboot/gfxboot.changes  2017-09-13 
21:35:56.302891635 +0200
+++ /work/SRC/openSUSE:Factory/.gfxboot.new/gfxboot.changes 2017-10-10 
11:37:01.939152108 +0200
@@ -1,0 +2,8 @@
+Thu Oct 5 14:43:02 UTC 2017 - wfe...@opensuse.org
+
+- merge gh#openSUSE/gfxboot#27
+- fix linear framebuffer activation (bsc#1061383)
+- add gfx mode number and framebuffer address to debug status
+- 4.5.23
+
+

Old:

  gfxboot-4.5.22.tar.xz

New:

  gfxboot-4.5.23.tar.xz



Other differences:
--
++ gfxboot.spec ++
--- /var/tmp/diff_new_pack.9h05PV/_old  2017-10-10 11:37:03.771071708 +0200
+++ /var/tmp/diff_new_pack.9h05PV/_new  2017-10-10 11:37:03.775071532 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gfxboot
-Version:4.5.22
+Version:4.5.23
 Release:0
 Summary:Graphical Boot Logo for GRUB, LILO and SYSLINUX
 License:GPL-2.0+

++ KDE.tar.xz ++

++ SLED.tar.xz ++

++ SLES.tar.xz ++

++ examples.tar.xz ++

++ gfxboot-4.5.22.tar.xz -> gfxboot-4.5.23.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.22/VERSION new/gfxboot-4.5.23/VERSION
--- old/gfxboot-4.5.22/VERSION  2017-09-12 10:50:07.0 +0200
+++ new/gfxboot-4.5.23/VERSION  2017-10-05 16:43:02.0 +0200
@@ -1 +1 @@
-4.5.22
+4.5.23
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.22/bincode.asm 
new/gfxboot-4.5.23/bincode.asm
--- old/gfxboot-4.5.22/bincode.asm  2017-09-12 10:50:07.0 +0200
+++ new/gfxboot-4.5.23/bincode.asm  2017-10-05 16:43:02.0 +0200
@@ -309,6 +309,8 @@
 pals   dw 0
 
 ; the current gfx mode
+; note: for vbe modes, bit 14 (framebuffer mode) is always 0
+; fb_active is used to indicate whether to use fb drawing functions
 gfx_mode   dw 3
 ; != 0 if we're using a vbe mode (hi byte of gfx_mode)
 vbe_active equ gfx_mode + 1
@@ -3398,11 +3400,7 @@
pop word [screen_width]
push word [es:edi+14h]
pop word [screen_height]
-   xor eax,eax
-   test word [gfx_mode],0x4000
-   jz set_mode_23
mov eax,[es:edi+28h]
-set_mode_23:
mov [framebuffer],eax
or eax,eax
setnz byte [fb_active]
@@ -3505,8 +3503,12 @@
mov [window_inc],al
mov byte [mapped_window],0ffh
 set_mode_60:
-   mov ax,4f02h
mov bx,[gfx_mode]
+   cmp byte [fb_active],0
+   jz set_mode_70
+   or bh,40h
+set_mode_70:
+   mov ax,4f02h
int 10h
cmp ax,4fh
jnz set_mode_80
@@ -7458,7 +7460,11 @@
bits 32
 
 prim_screenframebuffer:
+   xor eax,eax
+   cmp byte [fb_active],0
+   jz prim_screenframebuffer_90
mov eax,[framebuffer]
+prim_screenframebuffer_90:
jmp pr_getptr_or_none
 
 
@@ -9664,18 +9670,10 @@
mov ecx,eax
jmp prim_setmode_80
 prim_setmode_30:
+   ; clear fb mode bit
+   and ah,~40h
xchg [gfx_mode],ax
 
-   ; try fb mode first
-   or byte [gfx_mode + 1],40h
-   push eax
-   call set_mode
-   pop eax
-   jnc prim_setmode_60
-
-prim_setmode_40:
-   ; fall back to windowed mode
-   and byte [gfx_mode + 1],~40h
push eax
call set_mode
pop eax
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.22/changelog new/gfxboot-4.5.23/changelog
--- old/gfxboot-4.5.22/changelog2017-09-12 10:50:07.0 +0200
+++ new/gfxboot-4.5.23/changelog2017-10-05 16:43:02.0 +0200
@@ -1,3 +1,8 @@
+2017-10-04:4.5.23
+   - merge pr gh#openSUSE/gfxboot#27
+   - add gfx mode number and framebuffer address to debug status
+   - fix linear framebuffer activation (bsc #1061383)
+
 2017-06-21:4.5.22
- merge pr gh#openSUSE/gfxboot#26
- better fallback video mode selection

++ openSUSE.tar.xz ++

commit installation-images for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2017-10-10 11:37:05

Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
 and  /work/SRC/openSUSE:Factory/.installation-images.new (New)


Package is "installation-images"

Tue Oct 10 11:37:05 2017 rev:23 rq:531788 version:14.336

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2017-10-05 11:53:49.182518473 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2017-10-10 11:37:11.170746946 +0200
@@ -0,0 +1,7 @@
+
+Thu Oct 5 14:43:26 UTC 2017 - wfe...@opensuse.org
+
+- merge gh#openSUSE/installation-images#206
+- use the same driver updates for caasp as the dist it is based on
+- 14.336
+

Old:

  installation-images-14.335.tar.xz

New:

  installation-images-14.336.tar.xz



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.QKiEmS/_old  2017-10-10 11:37:11.794719561 +0200
+++ /var/tmp/diff_new_pack.QKiEmS/_new  2017-10-10 11:37:11.794719561 +0200
@@ -537,7 +537,7 @@
 Summary:Installation Image Files for %theme
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.335
+Version:14.336
 Release:0
 Provides:   installation-images = %version-%release
 Conflicts:  otherproviders(installation-images)

++ installation-images-14.335.tar.xz -> installation-images-14.336.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.335/VERSION 
new/installation-images-14.336/VERSION
--- old/installation-images-14.335/VERSION  2017-09-27 14:00:21.0 
+0200
+++ new/installation-images-14.336/VERSION  2017-10-05 16:43:26.0 
+0200
@@ -1 +1 @@
-14.335
+14.336
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.335/changelog 
new/installation-images-14.336/changelog
--- old/installation-images-14.335/changelog2017-09-27 14:00:21.0 
+0200
+++ new/installation-images-14.336/changelog2017-10-05 16:43:26.0 
+0200
@@ -1,3 +1,6 @@
+2017-10-05:14.336
+   - use the same driver updates for caasp as the dist it is based on
+
 2017-09-27:14.335
- control.xml is now optional
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.335/etc/os_sample.txt 
new/installation-images-14.336/etc/os_sample.txt
--- old/installation-images-14.335/etc/os_sample.txt2017-09-27 
14:00:21.0 +0200
+++ new/installation-images-14.336/etc/os_sample.txt2017-10-05 
16:43:26.0 +0200
@@ -143,3 +143,23 @@
 ANSI_COLOR="0;32"
 CPE_NAME="cpe:/o:suse:caasp:1.0"
 
+== caasp20 ==
+
+NAME="CAASP"
+VERSION="2.0"
+VERSION_ID="2.0"
+PRETTY_NAME="SUSE Container as a Service Platform 2.0"
+ID="caasp"
+ANSI_COLOR="0;32"
+CPE_NAME="cpe:/o:suse:caasp:2.0"
+
+== caasp30 ==
+
+NAME="CAASP"
+VERSION="3.0"
+VERSION_ID="3.0"
+PRETTY_NAME="SUSE CaaS Platform 3.0"
+ID="caasp"
+ANSI_COLOR="0;32"
+CPE_NAME="cpe:/o:suse:caasp:3.0"
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.335/lib/ReadConfig.pm 
new/installation-images-14.336/lib/ReadConfig.pm
--- old/installation-images-14.335/lib/ReadConfig.pm2017-09-27 
14:00:21.0 +0200
+++ new/installation-images-14.336/lib/ReadConfig.pm2017-10-05 
16:43:26.0 +0200
@@ -899,9 +899,16 @@
 
   my $is_tw = $dist =~ /^tumbleweed( kubic)?$/;
 
+  # kubic uses 'tw' as dist tag
   $dist = $is_tw ? 'tw' : "$dist$config{VERSION_ID}";
+
+  # there's no separate dist tag for service packs
   $dist =~ s/\..*$// if $dist =~ /^(sles|sled)/;
 
+  # caasp uses the dist it is based on (except for caasp1.0)
+  $dist = "sle12" if $dist eq "caasp2.0";
+  $dist = "sle15" if $dist eq "caasp3.0";
+
   # print "dist=\"$dist\"\n";
 
   $ConfigData{os}{update} = "/linux/suse/$realarch-$dist";




commit cmake for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2017-10-10 11:36:52

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


Package is "cmake"

Tue Oct 10 11:36:52 2017 rev:138 rq:531780 version:3.9.4

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2017-09-12 
19:38:02.941396762 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2017-10-10 
11:36:55.807421222 +0200
@@ -1,0 +2,6 @@
+Thu Oct  5 14:13:19 UTC 2017 - riafa...@suse.com
+
+- Update to version 3.9.4:
+  * No changes specific to CMake-GUI
+
+---
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2017-09-12 
19:38:04.849128657 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2017-10-10 
11:36:56.735380495 +0200
@@ -1,0 +2,14 @@
+Thu Oct  5 14:10:07 UTC 2017 - riafa...@suse.com
+
+- update to 3.9.4:
+  * FindBoost: Finish reverting "Simplify search in lists" for 3.9
+- includes changes from 3.9.3:
+  * VS: Do not consider MAP_IMPORTED_CONFIG_ on non-imported targets
+  bootstrap: Fix running multiple times in-source
+  * vim: Remove default setting of expandtab
+  * FindBoost: Add support for Boost 1.65.0 and 1.65.1 to CMake 3.9
+  * CTest: fix crash if source file for coverage cannot be found
+  * Autogen: Backport autogen target dependency as file dependency fix
+  * Autogen: Tests: Backport tests for _autogen target dependencies
+
+---
@@ -2726 +2739,0 @@
-

Old:

  cmake-3.9.2-SHA-256.txt
  cmake-3.9.2-SHA-256.txt.asc
  cmake-3.9.2.tar.gz

New:

  cmake-3.9.4-SHA-256.txt
  cmake-3.9.4-SHA-256.txt.asc
  cmake-3.9.4.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.6mihlh/_old  2017-10-10 11:36:58.515302377 +0200
+++ /var/tmp/diff_new_pack.6mihlh/_new  2017-10-10 11:36:58.519302201 +0200
@@ -18,7 +18,7 @@
 
 %define shortversion 3.9
 Name:   cmake-gui
-Version:3.9.2
+Version:3.9.4
 Release:0
 Summary:CMake graphical user interface
 License:BSD-3-Clause

cmake.spec: same change
++ cmake-3.9.2-SHA-256.txt -> cmake-3.9.4-SHA-256.txt ++
--- /work/SRC/openSUSE:Factory/cmake/cmake-3.9.2-SHA-256.txt2017-09-12 
19:38:01.637579994 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-3.9.4-SHA-256.txt   
2017-10-10 11:36:53.847507240 +0200
@@ -1,11 +1,11 @@
-25ab549ae0da64ec52a69008f57b91bb5a6cb5ececd64991786cf68928a2ba81  
cmake-3.9.2-Darwin-x86_64.dmg
-6caf847878159f8bf050ab4fb6cb5c036729891f60c7a8b7b4320cb0d80d4816  
cmake-3.9.2-Darwin-x86_64.tar.gz
-9465779a1ed94ad999347b68f4d37c1b09d844a357d5e83406b72255a3720d9d  
cmake-3.9.2-Linux-x86_64.sh
-f4e1e848e21c3fba134fbddd793860ba9a17c35d0aeaa3bd83149a6ec1bf9fbb  
cmake-3.9.2-Linux-x86_64.tar.gz
-35caf798c32fe0da1df2ae0b9fa865afa006537ab82fa5389da4d76798881037  
cmake-3.9.2-win32-x86.msi
-9fe68d50f065666cb2861f53751390f15c6363c440e86a07677689378bb8329f  
cmake-3.9.2-win32-x86.zip
-fdf145b877bea1d1fdac338b582404c48bf371c0b0d001f4c6ec29c018f1caf5  
cmake-3.9.2-win64-x64.msi
-0f47e6ae0ca1291103af5e9a01524868f7e6690ebd0b9b6906bee526acfedcbc  
cmake-3.9.2-win64-x64.zip
-64deeae37378b2047526d93f7845133296b1e359bb47be56b02ba3baf3dd1a41  
cmake-3.9.2.tar.Z
-954a5801a456ee48e76f01107c9a4961677dd0f3e115275bbd18410dc22ba3c1  
cmake-3.9.2.tar.gz
-5b3c6ee9c466dc205facfc446836f9e28fa91cda3c43b1825348bd2f1b20f18d  
cmake-3.9.2.zip
+3459d09ae268697eb5fa0af268ac5da2b05285a6d860be521c1107805259c978  
cmake-3.9.4-Darwin-x86_64.dmg
+4d1356623e4e83c497d44b4601e24e39dd5c6a9594a2b042a9107319254fac0d  
cmake-3.9.4-Darwin-x86_64.tar.gz
+5186b0db1a8b80f2c2942c2d3f7b91e23eca96885495c5aeef77ecd24426  
cmake-3.9.4-Linux-x86_64.sh
+6d8573377fc7fca86ed1952b76f62880e2159a3de6508761dd0d619a8e96551b  
cmake-3.9.4-Linux-x86_64.tar.gz
+6c7efc84f52f569933ae35a739f850198ee1b2d6464ee58ac325f80ea42a2399  
cmake-3.9.4-win32-x86.msi
+8214df1ff51f9a6a1f0e27f9bd18f402b1749c5b645fbf6e401bcb00047171cd  
cmake-3.9.4-win32-x86.zip
+1c5c6f32e5ce4b2f202f9c50fd7fc60c9b7bd29ddf375a75bc63d58066090e2a  
cmake-3.9.4-win64-x64.msi
+63b74a0685b2dd1c5d76428fd915539db6353dd8804aed5683a533ee1a08196d  
cmake-3.9.4-win64-x64.zip
+afc7fbb33c6947781568b76fce81fbdf91c1144b673fa42a273dd823207ce8e0  
cmake-3.9.4.tar.Z
+b5d86f12ae0072db520fdbdad67405f799eb728b610ed66043c20a92b4906ca1  
cmake-3.9.4.tar.gz
+e19c36de1cabc242e78cbf93782b70904e192c6288db6a3d6606423ff944a674  
cmake-3.9.4.zip

++ cmake-3.9.2.tar.gz -> cmake-3.9.4.tar.gz ++
/work/SRC/openSUSE:Factory/cmake/cmake-3.9.2.tar.gz 

commit zypper for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package zypper for openSUSE:Factory checked 
in at 2017-10-10 11:37:12

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


Package is "zypper"

Tue Oct 10 11:37:12 2017 rev:275 rq:531868 version:1.13.37

Changes:

--- /work/SRC/openSUSE:Factory/zypper/zypper.changes2017-09-25 
13:50:23.475023807 +0200
+++ /work/SRC/openSUSE:Factory/.zypper.new/zypper.changes   2017-10-10 
11:37:14.558598257 +0200
@@ -1,0 +2,9 @@
+Thu Oct  5 18:17:58 CEST 2017 - m...@suse.de
+
+- Add summary hint if product is better updated by a different
+  command. This is mainly used by rolling distributions like Tumbleweed
+  to remind their users to use 'zypper dup' to update (not zypper up or
+  patch). (bsc#1061384)
+- version 1.13.37
+
+---

Old:

  zypper-1.13.36.tar.bz2

New:

  zypper-1.13.37.tar.bz2



Other differences:
--
++ zypper.spec ++
--- /var/tmp/diff_new_pack.xaeZC5/_old  2017-10-10 11:37:15.374562446 +0200
+++ /var/tmp/diff_new_pack.xaeZC5/_new  2017-10-10 11:37:15.378562271 +0200
@@ -38,7 +38,7 @@
 Summary:Command line software manager using libzypp
 License:GPL-2.0+
 Group:  System/Packages
-Version:1.13.36
+Version:1.13.37
 Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc

++ zypper-1.13.36.tar.bz2 -> zypper-1.13.37.tar.bz2 ++
/work/SRC/openSUSE:Factory/zypper/zypper-1.13.36.tar.bz2 
/work/SRC/openSUSE:Factory/.zypper.new/zypper-1.13.37.tar.bz2 differ: char 11, 
line 1




commit opencc for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package opencc for openSUSE:Factory checked 
in at 2017-10-10 11:36:44

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


Package is "opencc"

Tue Oct 10 11:36:44 2017 rev:14 rq:531776 version:1.0.5

Changes:

--- /work/SRC/openSUSE:Factory/opencc/opencc.changes2016-03-16 
10:36:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.opencc.new/opencc.changes   2017-10-10 
11:36:48.419745458 +0200
@@ -1,0 +2,10 @@
+Thu Oct  5 13:28:26 UTC 2017 - hillw...@opensuse.org
+
+- Update to 1.0.5
+  * Fix link error for mingw
+  * Try fix error nodejs_version=4; Platform: x86
+  * Add support for node stable && remove v0.12 
+  * Update artifacts
+  * Artifacts for appveyor
+
+---

Old:

  OpenCC-ver.1.0.3-1.tar.gz

New:

  OpenCC-ver.1.0.5.tar.gz



Other differences:
--
++ opencc.spec ++
--- /var/tmp/diff_new_pack.djOC5S/_old  2017-10-10 11:36:50.843639076 +0200
+++ /var/tmp/diff_new_pack.djOC5S/_new  2017-10-10 11:36:50.847638901 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opencc
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   opencc
-Version:1.0.3.1
+Version:1.0.5
 Release:0
 Summary:Open Chinese Convert
 License:Apache-2.0
 Group:  System/I18n/Chinese
 Url:https://github.com/BYVoid/OpenCC
-Source: 
https://github.com/BYVoid/OpenCC/archive/ver.1.0.3-1/OpenCC-ver.1.0.3-1.tar.gz 
+Source: 
https://github.com/BYVoid/OpenCC/archive/ver.1.0.5/OpenCC-ver.1.0.5.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
@@ -72,24 +72,20 @@
 This package provides development headers for OpenCC.
 
 %prep
-%setup -q -n OpenCC-ver.1.0.3-1
+%setup -q -n OpenCC-ver.1.0.5
 
 %build
-%cmake -DCMAKE_SKIP_RPATH=OFF -DSHARE_INSTALL_PREFIX="%{_datadir}/"
+%cmake -DCMAKE_SKIP_RPATH=OFF \
+   -DSHARE_INSTALL_PREFIX=%{_datadir} \
+   -DLIB_INSTALL_DIR=%{_libdir}
 make %{?_smp_mflags}
 
 %install
 %cmake_install
 find %{buildroot} -name "*.a" -delete -print
 
-#fix libraries
-%if %{_lib} == lib64
-mkdir -pv %{buildroot}%{_libdir}/pkgconfig/
-mv %{buildroot}%{_prefix}/lib/pkgconfig/* %{buildroot}%{_libdir}/pkgconfig/
-mv %{buildroot}%{_prefix}/lib/libopencc.* %{buildroot}%{_libdir}
-%endif
-
 %post -n libopencc2 -p /sbin/ldconfig
+
 %postun -n libopencc2 -p /sbin/ldconfig
 
 %files

++ OpenCC-ver.1.0.3-1.tar.gz -> OpenCC-ver.1.0.5.tar.gz ++
 1848 lines of diff (skipped)




commit xml-commons for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package xml-commons for openSUSE:Factory 
checked in at 2017-10-10 11:39:02

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


Package is "xml-commons"

Tue Oct 10 11:39:02 2017 rev:40 rq:531457 version:1.4.01

Changes:

--- /work/SRC/openSUSE:Factory/xml-commons/xml-commons-apis-bootstrap.changes   
2017-09-17 22:36:11.198725165 +0200
+++ 
/work/SRC/openSUSE:Factory/.xml-commons.new/xml-commons-apis-bootstrap.changes  
2017-10-10 11:39:07.429644455 +0200
@@ -1,0 +2,8 @@
+Wed Oct  4 19:43:23 UTC 2017 - fst...@suse.com
+
+- Don't depend on java-1_5_0-gcj-compat
+- Depend on java-devel >= 1.6 instead
+- Don't build the javax.xml.parsers.* and javax.xml.transformers.*
+  classes, since they are part of jdk6+
+
+---
--- /work/SRC/openSUSE:Factory/xml-commons/xml-commons.changes  2017-05-31 
13:30:30.193924474 +0200
+++ /work/SRC/openSUSE:Factory/.xml-commons.new/xml-commons.changes 
2017-10-10 11:39:08.849582135 +0200
@@ -1,0 +2,10 @@
+Wed Oct  4 19:55:32 UTC 2017 - fst...@suse.com
+
+- Don't depend on java-1_5_0-gcj-compat
+- Depend on java-devel >= 1.6 instead
+- Added patch:
+  * xml-commons-encoding.patch
++ Specify file encoding UTF-8 to avoid build breakages with
+  jdk9
+
+---

New:

  xml-commons-encoding.patch



Other differences:
--
++ xml-commons-apis-bootstrap.spec ++
--- /var/tmp/diff_new_pack.2zTlTe/_old  2017-10-10 11:39:09.917535262 +0200
+++ /var/tmp/diff_new_pack.2zTlTe/_new  2017-10-10 11:39:09.921535086 +0200
@@ -36,13 +36,12 @@
 Patch1: %{real_name}-resolver-crosslink.patch
 Patch2: %{real_name}-resolver-1.1-build_xml.patch
 Patch3: %{real_name}-enum.patch
-#!BuildIgnore:  antlr antlr-java
 BuildRequires:  antlr-bootstrap
-#!BuildIgnore:  java-1_6_0-openjdk java-1_6_0-openjdk-devel
-BuildRequires:  fastjar
-BuildRequires:  java-1_5_0-gcj-compat-devel
+BuildRequires:  java-devel >= 1.6
 # Needed for maven conversions
 BuildRequires:  javapackages-local
+#!BuildIgnore:  antlr
+#!BuildIgnore:  antlr-java
 Provides:   xml-apis
 BuildArch:  noarch
 
@@ -131,8 +130,8 @@
 # PARAM#1: name of jar archive (without .jar suffix)
 # uses $TARGET_DIR to move created jar to
 function mkJar() {
-  find  -name "version.txt" -or -name "*.class" -or -name "*.properties" -or 
-name "*.rsc" -or -name "*manifest*" |\
-xargs %{_bindir}/fastjar -m manifest.* -cf ${1}.jar ;
+  find  -name "version.txt" -or -name "*.class" -or -name "*.properties" -or 
-name "*.rsc" |\
+xargs jar cfm ${1}.jar manifest.* ;
   mv ${1}.jar $TARGET_DIR
 }
 #<<<
@@ -140,10 +139,9 @@
 #<<< end functions
 
 # variables:
-COMPILER_COMMAND="javac -source 1.5 -target 1.5 -classpath "
+COMPILER_COMMAND="javac -source 1.6 -target 1.6 -classpath "
 TARGET_DIR=`pwd`
 CLASSPATH_ORIG="$CLASSPATH"
-LIB_GCJ="`ls %{_javadir}/libgcj-*.jar`"
 
 delBinaryFiles
 #>>> xml-apis and xml-which
@@ -151,6 +149,9 @@
 
 pushd xml-commons-1_0_b2
 cd java/external/src
+# These are java internal
+# classes since 1.6
+rm -rf javax/xml
 mkTargetClasspath
 compileFiles
 mkJar %{apis_jar}
@@ -189,17 +190,14 @@
 #<<< install end
 
 %files
-%defattr(-,root,root)
 %doc xml-commons-1_0_b2/LICENSE.txt
 %{_javadir}/%{apis_jar}.jar
 
 %files -n xml-commons-which-bootstrap
-%defattr(-,root,root)
 %doc xml-commons-1_0_b2/LICENSE.txt
 %{_javadir}/%{which_jar}.jar
 
 %files -n xml-commons-resolver-bootstrap
-%defattr(-,root,root)
 %doc xml-commons-1_0_b2/LICENSE.txt
 %{_javadir}/%{resolver_jar}.jar
 #<<<

++ xml-commons.spec ++
--- /var/tmp/diff_new_pack.2zTlTe/_old  2017-10-10 11:39:10.013531049 +0200
+++ /var/tmp/diff_new_pack.2zTlTe/_new  2017-10-10 11:39:10.017530873 +0200
@@ -79,16 +79,18 @@
 Patch3: %{name}-enum.patch
 #PATCH-FIX-SUSE: don't call javadoc from any used target
 Patch4: xml-commons-no-javadoc.patch
+Patch5: xml-commons-encoding.patch
 BuildRequires:  ant
-BuildRequires:  java-1_5_0-gcj-compat-devel
+BuildRequires:  java-devel >= 1.6
 # Needed for maven conversions
 BuildRequires:  javapackages-local
-#!BuildIgnore:  java-1_6_0-openjdk java-1_6_0-openjdk-devel
-#BuildRequires:  docbook-style-xsl
 BuildRequires:  javapackages-tools
 BuildRequires:  xalan-j2
-#!BuildIgnore:  xml-commons-resolver xml-commons-jaxp-1.3-apis xml-commons
-#!BuildIgnore:  antlr antlr-java
+#!BuildIgnore:  antlr
+#!BuildIgnore:  antlr-java
+#!BuildIgnore:  xml-commons
+#!BuildIgnore:  xml-commons-jaxp-1.3-apis
+#!BuildIgnore:  xml-commons-resolver
 BuildArch:  noarch
 
 %description
@@ -313,6 +315,8 @@
 

commit xmlbeans for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package xmlbeans for openSUSE:Factory 
checked in at 2017-10-10 11:39:10

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


Package is "xmlbeans"

Tue Oct 10 11:39:10 2017 rev:31 rq:531458 version:2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/xmlbeans/xmlbeans-mini.changes   2017-09-13 
22:27:59.095460261 +0200
+++ /work/SRC/openSUSE:Factory/.xmlbeans.new/xmlbeans-mini.changes  
2017-10-10 11:39:13.737367609 +0200
@@ -1,0 +2,7 @@
+Wed Oct  4 12:21:21 UTC 2017 - fst...@suse.com
+
+- Remove the dependency on java-1_5_0-gcj-compat
+- Use java source and target level 1.6 also for xmlbeans-mini
+- Clean spec files
+
+---
@@ -6,0 +14,14 @@
+Mon Sep 11 14:21:30 UTC 2017 - fst...@suse.com
+
+- Added patch:
+  * xmlbeans-2.6.0-jdk9.patch
++ Specify java source and target level 1.6 and java file
+  encoding in order to allow building with jdk9
+
+---
+Thu Apr 27 14:50:06 UTC 2017 - dims...@opensuse.org
+
+- Buildignore xml-commons-jaxp-1.3-apis and xml-commons-resolver12
+  only when building xmlbeans-mini.
+
+---
@@ -13 +34 @@
-Tue Dec  9 07:49:55 UTC 2014 - tchva...@suse.com
+Tue Dec  9 07:49:21 UTC 2014 - tchva...@suse.com
@@ -15 +36 @@
-- Put back gcj compat as it fixes build cycle
+- Try to fix the cycle, put back gcj compat dep
@@ -24 +45,7 @@
-Tue Jul  8 10:32:34 UTC 2014 - tchva...@suse.com
+Fri Aug 29 12:32:21 UTC 2014 - co...@suse.com
+
+- provide xmlbeans in xmlbeans-mini so it's a valid choice
+  during bootstrap
+
+---
+Tue Jul  8 10:32:28 UTC 2014 - tchva...@suse.com
@@ -47 +74 @@
-Thu Sep 12 15:41:54 UTC 2013 - tchva...@suse.com
+Thu Sep 12 15:39:59 UTC 2013 - tchva...@suse.com
@@ -51,0 +79,5 @@
+Fri Aug 23 12:28:46 UTC 2013 - mvysko...@suse.com
+
+- remove javadoc and manual packages 
+
+---
@@ -57 +89 @@
-Fri Apr  5 09:03:57 UTC 2013 - idon...@suse.com
+Fri Apr  5 09:03:09 UTC 2013 - idon...@suse.com
@@ -87 +119 @@
-Mon Nov  8 12:09:54 UTC 2010 - mvysko...@suse.cz
+Mon Nov  8 12:09:49 UTC 2010 - mvysko...@suse.cz
@@ -92 +124 @@
-Thu Sep  2 12:50:48 UTC 2010 - mvysko...@suse.cz
+Thu Sep  2 12:50:46 UTC 2010 - mvysko...@suse.cz
--- /work/SRC/openSUSE:Factory/xmlbeans/xmlbeans.changes2017-09-13 
22:27:59.991334141 +0200
+++ /work/SRC/openSUSE:Factory/.xmlbeans.new/xmlbeans.changes   2017-10-10 
11:39:13.765366380 +0200
@@ -1,0 +2,7 @@
+Wed Oct  4 12:21:21 UTC 2017 - fst...@suse.com
+
+- Remove the dependency on java-1_5_0-gcj-compat
+- Use java source and target level 1.6 also for xmlbeans-mini
+- Clean spec files
+
+---



Other differences:
--
++ xmlbeans-mini.spec ++
--- /var/tmp/diff_new_pack.zgzStl/_old  2017-10-10 11:39:14.453336185 +0200
+++ /var/tmp/diff_new_pack.zgzStl/_new  2017-10-10 11:39:14.457336009 +0200
@@ -36,20 +36,24 @@
 Patch3: xmlbeans-2.6.0-jdk9.patch
 BuildRequires:  ant >= 1.6
 BuildRequires:  bea-stax-api
+BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
-#!BuildIgnore:  antlr antlr-java
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+#!BuildIgnore:  antlr
+#!BuildIgnore:  antlr-java
 BuildArch:  noarch
 %if %{bootstrap}
-BuildRequires:  java-1_5_0-gcj-compat-devel
 BuildRequires:  xml-commons-apis-bootstrap
 BuildRequires:  xml-commons-resolver-bootstrap
+#!BuildIgnore:  xerces-j2
+#!BuildIgnore:  xerces-j2-bootstrap
+#!BuildIgnore:  xml-commons
+#!BuildIgnore:  xml-commons-apis
+#!BuildIgnore:  xml-commons-jaxp-1.3-apis
+#!BuildIgnore:  xml-commons-resolver
+#!BuildIgnore:  xml-commons-resolver12
 # we need this to fix requires of rhino and others
 Provides:   xmlbeans
-#!BuildIgnore:  xerces-j2-bootstrap
-#!BuildIgnore:  xerces-j2 xml-commons xml-commons-apis xml-commons-resolver
-#!BuildIgnore:  xml-commons-jaxp-1.3-apis xml-commons-resolver12
 %else
 BuildRequires:  ant-contrib
 BuildRequires:  ant-junit
@@ -57,8 +61,8 @@
 BuildRequires:  saxon9
 BuildRequires:  xml-commons-resolver >= 1.1
 BuildRequires:  xmlbeans-mini
-Conflicts:  xmlbeans-mini
 #!BuildIgnore:  xmlbeans
+Conflicts:  xmlbeans-mini
 %endif
 
 %description
@@ -88,10 +92,8 @@
 %setup -q -n %{real}-%{version}
 %patch0 -p1 -b .nodownload
 %patch1 -p1
-%patch2 -p0
-%if ! %{bootstrap}
+%patch2
 %patch3 -p1
-%endif
 
 %build
 # Piccolo and jam are rebuilt from source and bundled with xbean
@@ 

commit mysql-connector-java for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package mysql-connector-java for 
openSUSE:Factory checked in at 2017-10-10 11:39:54

Comparing /work/SRC/openSUSE:Factory/mysql-connector-java (Old)
 and  /work/SRC/openSUSE:Factory/.mysql-connector-java.new (New)


Package is "mysql-connector-java"

Tue Oct 10 11:39:54 2017 rev:29 rq:532197 version:5.1.43

Changes:

--- 
/work/SRC/openSUSE:Factory/mysql-connector-java/mysql-connector-java.changes
2017-09-13 22:22:38.280624564 +0200
+++ 
/work/SRC/openSUSE:Factory/.mysql-connector-java.new/mysql-connector-java.changes
   2017-10-10 11:39:57.127463212 +0200
@@ -1,0 +2,15 @@
+Fri Oct  6 08:13:05 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9
+- Added patch:
+  * mysql-connector-java-sourcetarget.patch
++ Don't hardcode java source and target levels; specify them
+  on command-line.
+
+---
+Fri Sep 29 06:45:22 UTC 2017 - fst...@suse.com
+
+- Don't condition the maven defines on release version, but on 
+  _maven_repository being defined
+
+---

New:

  mysql-connector-java-sourcetarget.patch



Other differences:
--
++ mysql-connector-java.spec ++
--- /var/tmp/diff_new_pack.itw9rY/_old  2017-10-10 11:39:58.091420904 +0200
+++ /var/tmp/diff_new_pack.itw9rY/_new  2017-10-10 11:39:58.095420728 +0200
@@ -32,11 +32,12 @@
 Patch2: mysql-connector-java-jdbc-4.1.patch
 Patch3: disable-testsuite.patch
 Patch4: compile-jdk7.patch
+Patch5: mysql-connector-java-sourcetarget.patch
 BuildRequires:  ant
 BuildRequires:  ant-contrib
 BuildRequires:  apache-commons-logging
 BuildRequires:  geronimo-jta-1_1-api
-BuildRequires:  java-devel = 1.8.0
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
@@ -51,7 +52,6 @@
 # manual is no longer distributed
 Provides:   %{name}-manual = %{version}
 Obsoletes:  %{name}-manual < %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -70,6 +70,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 # dup
 rm -f README
@@ -106,9 +107,9 @@
 -Dcom.mysql.jdbc.jdk8.javac=%javac \
 -Dsnapshot.version= \
 -Dcom.mysql.jdbc.extra.libs=lib \
--Dant.java.version=1.5 \
+-Dant.java.version=1.6 \
 -Dant.build.javac.source=1.6 \
--Dant.build.javac.target=1.7 \
+-Dant.build.javac.target=1.6 \
 dist
 
 %install
@@ -127,13 +128,12 @@
 %add_maven_depmap JPP-%{name}.pom %{name}.jar
 
 %files
-%defattr(0644,root,root,0755)
 %doc CHANGES COPYING README.txt
 %attr(0644,root,root) %{_javadir}/%{name}.jar
-%if %{?suse_version} > 1320
-%config(noreplace) %{_datadir}/maven-metadata/%{name}.xml*
-%else
+%if %{defined _maven_repository}
 %config(noreplace) %{_mavendepmapfragdir}/*
+%else
+%config(noreplace) %{_datadir}/maven-metadata/%{name}.xml*
 %endif
 %{_mavenpomdir}/*.pom
 

++ mysql-connector-java-sourcetarget.patch ++
--- mysql-connector-java-5.1.43/build.xml   2017-07-06 21:42:45.0 
+0200
+++ mysql-connector-java-5.1.43/build.xml   2017-10-06 10:08:59.178208898 
+0200
@@ -856,9 +856,7 @@
fork="yes"
executable="${com.mysql.jdbc.jdk5.javac}"
compiler="modern"
-   includeantruntime="false"
-   source="1.5"
-   target="1.5">
+   includeantruntime="false">
 
 
 
@@ -930,9 +928,7 @@
fork="yes"
executable="${com.mysql.jdbc.jdk5.javac}"
compiler="modern"
-   includeantruntime="false"
-   source="1.5"
-   target="1.5">
+   includeantruntime="false">
 
 
 
@@ -993,9 +989,7 @@
fork="yes"
executable="${com.mysql.jdbc.jdk5.javac}"
compiler="modern"
-   includeantruntime="false"
-   source="1.5"
-   target="1.5">
+   includeantruntime="false">
 
 
 
@@ -1014,9 +1008,7 @@
fork="yes"
executable="${com.mysql.jdbc.jdk5.javac}"
compiler="modern"
-   includeantruntime="false"
-   source="1.5"
-   target="1.5">
+   includeantruntime="false">
 
 
 
@@ -1035,9 +1027,7 @@
fork="yes"
executable="${com.mysql.jdbc.jdk5.javac}"
compiler="modern"
-   includeantruntime="false"
-  

commit ws-jaxme for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package ws-jaxme for openSUSE:Factory 
checked in at 2017-10-10 11:40:02

Comparing /work/SRC/openSUSE:Factory/ws-jaxme (Old)
 and  /work/SRC/openSUSE:Factory/.ws-jaxme.new (New)


Package is "ws-jaxme"

Tue Oct 10 11:40:02 2017 rev:17 rq:532260 version:0.5.2

Changes:

--- /work/SRC/openSUSE:Factory/ws-jaxme/ws-jaxme.changes2017-09-13 
22:28:10.225893332 +0200
+++ /work/SRC/openSUSE:Factory/.ws-jaxme.new/ws-jaxme.changes   2017-10-10 
11:40:07.427011163 +0200
@@ -1,0 +2,9 @@
+Fri Oct  6 15:33:05 UTC 2017 - fst...@suse.com
+
+- Allow building with jdk9
+- Attached patch:
+  * ws-jaxme-0.5.2-proxygenerator.patch
+- Generate correctly proxies even if the interface has static
+  methods that are allowed in jdk8+
+
+---

New:

  ws-jaxme-0.5.2-proxygenerator.patch



Other differences:
--
++ ws-jaxme.spec ++
--- /var/tmp/diff_new_pack.qnInzn/_old  2017-10-10 11:40:09.530918822 +0200
+++ /var/tmp/diff_new_pack.qnInzn/_new  2017-10-10 11:40:09.534918647 +0200
@@ -30,6 +30,7 @@
 Patch2: ws-jaxme-java6.patch
 Patch3: ws-jaxme-sourcetarget.patch
 Patch4: ws-jaxme-use-commons-codec.patch
+Patch5: ws-jaxme-0.5.2-proxygenerator.patch
 BuildRequires:  ant >= 1.6
 BuildRequires:  ant-apache-resolver
 BuildRequires:  antlr
@@ -47,7 +48,6 @@
 BuildRequires:  xml-commons-resolver
 BuildRequires:  xmldb-api
 BuildArch:  noarch
-BuildConflicts: java-devel >= 1.9
 
 %description
 A Java/XML binding compiler takes as input a schema description (in
@@ -107,6 +107,7 @@
 %patch2 -b .java6
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 export OPT_JAR_LIST="ant/ant-trax jaxp_transform_impl ant/ant-apache-resolver"

++ ws-jaxme-0.5.2-proxygenerator.patch ++
--- 
ws-jaxme-0.5.2/src/js/org/apache/ws/jaxme/js/pattern/CompiledClassReflector.java
2005-07-28 21:47:58.0 +0200
+++ 
ws-jaxme-0.5.2/src/js/org/apache/ws/jaxme/js/pattern/CompiledClassReflector.java
2017-10-06 17:25:25.213569086 +0200
@@ -34,18 +34,7 @@
 * {@link JavaSource}.
 */
protected JavaMethod getMethod(JavaSource pSource, Method pMethod) {
-   JavaMethod method = pSource.newJavaMethod(pMethod.getName(),
- 
JavaQNameImpl.getInstance(pMethod.getReturnType()),
-   
  JavaSource.PUBLIC);
-   Class[] classes = pMethod.getParameterTypes();
-   for (int i = 0;  i < classes.length;  i++) {
-   method.addParam(classes[i], "arg" + i);
-   }
-   Class[] exceptions = pMethod.getExceptionTypes();
-   for (int i = 0;  i < exceptions.length;  i++) {
-   method.addThrows(exceptions[i]);
-   }
-   return method;
+   return pSource.newJavaMethod(pMethod);
}

/** Returns the compiled class being used to gather information.



commit javacc3 for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package javacc3 for openSUSE:Factory checked 
in at 2017-10-10 11:39:48

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


Package is "javacc3"

Tue Oct 10 11:39:48 2017 rev:16 rq:532192 version:3.2

Changes:

--- /work/SRC/openSUSE:Factory/javacc3/javacc3.changes  2017-09-13 
22:22:44.467753533 +0200
+++ /work/SRC/openSUSE:Factory/.javacc3.new/javacc3.changes 2017-10-10 
11:39:50.219766392 +0200
@@ -1,0 +2,12 @@
+Fri Oct  6 11:21:25 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9
+- Use java source and target 1.6
+- Rename all occurences of enum -> emun (including in
+  bootstrap/javacc.jar) to avoid clashing with a reserved word in
+  java5+
+- Added patch:
+  * javacc-encoding.patch
++ specify UTF-8 encoding for relevant files
+
+---

New:

  javacc-encoding.patch



Other differences:
--
++ javacc3.spec ++
--- /var/tmp/diff_new_pack.QGY4j3/_old  2017-10-10 11:39:51.131726366 +0200
+++ /var/tmp/diff_new_pack.QGY4j3/_new  2017-10-10 11:39:51.135726190 +0200
@@ -26,24 +26,24 @@
 %define repodirsrc %{repodir}/src
 %define section free
 %define _basename javacc
-
 Name:   javacc3
 Version:3.2
 Release:0
 Summary:A parser/scanner generator for java
 License:SUSE-BSD-3-Clause-with-non-nuclear-addition
 Group:  Development/Libraries/Java
+Url:https://javacc.dev.java.net/
 Source0:javacc-3.2-src.tar.bz2
 Source1:javacc
 Source2:jjdoc
 Source3:jjtree
 Source4:javacc-component-info.xml
-Url:https://javacc.dev.java.net/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
-Requires:   javapackages-tools
+Patch0: javacc-encoding.patch
 BuildRequires:  ant
-BuildRequires:  java-devel = 1.8.0
+BuildRequires:  java-devel
+BuildRequires:  perl
+Requires:   javapackages-tools
+BuildArch:  noarch
 
 %description 
 Java Compiler Compiler (JavaCC) is the most popular parser generator
@@ -54,10 +54,7 @@
 generation such as tree building (via a tool called JJTree included
 with JavaCC), actions, debugging, etc.
 
-
-
 %if %{with_repolib}
-
 %package   repolib
 Summary:A parser/scanner generator for java
 Group:  Development/Libraries/Java
@@ -71,8 +68,6 @@
 generation such as tree building (via a tool called JJTree included
 with JavaCC), actions, debugging, etc.
 
-
-
 %endif
 
 %packagemanual
@@ -88,8 +83,6 @@
 generation such as tree building (via a tool called JJTree included
 with JavaCC), actions, debugging, etc.
 
-
-
 %package demo
 Summary:A parser/scanner generator for java
 Group:  Development/Libraries/Java
@@ -103,45 +96,45 @@
 generation such as tree building (via a tool called JJTree included
 with JavaCC), actions, debugging, etc.
 
-
-
 %prep
 %setup -q -n %{_basename}-%{version}
+%patch0 -p1
 cp %{SOURCE1} javacc3
 cp %{SOURCE2} jjdoc3
 cp %{SOURCE3} jjtree3
 mv www/doc .
 tag=`echo %{name}-%{version}-%{release} | sed 's|\.|_|g'`
 sed -i "s/@TAG@/$tag/g" %{SOURCE4}
+# enum is a reserved word in java5+.
+# For that reason we do this ugly hack that works nevertheless
+perl -pi -e 's#enum#emun#g' bootstrap/javacc.jar
+perl -pi -e 's#enum#emun#g' $(find . -name "*.java")
+perl -pi -e 's#enum#emun#g' $(find . -name "*.jj")
 
 %build
 ant \
-  -Dant.build.javac.source=1.4 \
+  -Dant.build.javac.source=1.6 \
   -Dversion=%{version} \
   jar
 
 %install
-install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
-install -m 644 bin/lib/%{_basename}.jar 
$RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
-ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
-install -d -m 755 $RPM_BUILD_ROOT/usr/bin
-install -m 755 javacc3 jjdoc3 jjtree3 $RPM_BUILD_ROOT/usr/bin
-install -d -m 755 $RPM_BUILD_ROOT/usr/share/%{name}
-cp -pr examples $RPM_BUILD_ROOT/usr/share/%{name}
+install -d -m 755 %{buildroot}%{_javadir}
+install -m 644 bin/lib/%{_basename}.jar 
%{buildroot}%{_javadir}/%{name}-%{version}.jar
+ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
+install -d -m 755 %{buildroot}%{_bindir}
+install -m 755 javacc3 jjdoc3 jjtree3 %{buildroot}%{_bindir}
+install -d -m 755 %{buildroot}%{_datadir}/%{name}
+cp -pr examples %{buildroot}%{_datadir}/%{name}
 %if %{with_repolib}
-   install -d -m 755 $RPM_BUILD_ROOT%{repodir}
-   install -d -m 755 $RPM_BUILD_ROOT%{repodirlib}
-   install -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{repodir}/component-info.xml
-   install -d -m 755 $RPM_BUILD_ROOT%{repodirsrc}
-   install -m 755 %{SOURCE0} $RPM_BUILD_ROOT%{repodirsrc}
-   cp 

commit mx4j for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package mx4j for openSUSE:Factory checked in 
at 2017-10-10 11:39:39

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


Package is "mx4j"

Tue Oct 10 11:39:39 2017 rev:27 rq:531545 version:3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/mx4j/mx4j.changes2017-09-13 
22:28:18.492729538 +0200
+++ /work/SRC/openSUSE:Factory/.mx4j.new/mx4j.changes   2017-10-10 
11:39:41.504148922 +0200
@@ -1,0 +2,14 @@
+Thu Oct  5 06:49:06 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9
+  * specify java source and target level 1.6
+- Added patch:
+  * mx4j-3.0.2-sourcetarget.patch
++ Don't hardcode java source and target levels
++ Allow specifying of source and target levels on command-line
+- Modified file:
+  * mx4j-build.policy
++ grant java.lang.RuntimePermission in order to allow building
+  with jdk9
+
+---

New:

  mx4j-3.0.2-sourcetarget.patch



Other differences:
--
++ mx4j.spec ++
--- /var/tmp/diff_new_pack.uWobGY/_old  2017-10-10 11:39:43.108078525 +0200
+++ /var/tmp/diff_new_pack.uWobGY/_new  2017-10-10 11:39:43.116078174 +0200
@@ -31,6 +31,7 @@
 Patch3: mx4j-docbook.patch
 Patch5: mx4j-caucho-build.patch
 Patch7: mx4j-3.0.2-docbook-stylesheet-location.patch
+Patch8: mx4j-3.0.2-sourcetarget.patch
 BuildRequires:  ant
 BuildRequires:  ant-junit
 BuildRequires:  antlr
@@ -69,7 +70,6 @@
 Provides:   jmxri
 Provides:   openjmx = %{version}
 BuildArch:  noarch
-BuildConflicts: java-devel >= 1.9
 
 %description
 OpenJMX is an open source implementation of the Java(TM) Management
@@ -82,6 +82,7 @@
 %patch3 -p1
 %patch5 -p1
 %patch7 -p1
+%patch8 -p1
 cp %{SOURCE1} build
 cp %{SOURCE2} build
 pushd lib
@@ -93,27 +94,24 @@
ln -sf $(build-classpath commons-logging)  || :
ln -sf $(build-classpath log4j)|| :
ln -sf $(build-classpath bcel) || :
-#   ln -sf $(build-classpath burlap)  || :
-#   ln -sf $(build-classpath hessian) || :
ln -sf $(build-classpath axis/axis)|| :
ln -sf $(build-classpath axis/jaxrpc)  || :
ln -sf $(build-classpath axis/saaj)|| :
ln -sf $(build-classpath wsdl4j)   || :
ln -sf $(build-classpath commons-discovery)|| :
-   #ln -sf $(build-classpath jetty4) org.mortbay.jetty.jar|| :
ln -sf $(build-classpath servletapi5) servlet.jar  || :
ln -sf $(build-classpath jython)   || :
ln -sf $(build-classpath jaas) || :
-   #ln -sf $(build-classpath jmxremoteri) jmxremote.jar   || :
-   #ln -sf $(build-classpath jmxremoteri-optional) jmxremote_optional.jar || :
-   #ln -sf $(build-classpath jmxri)   || :
 popd
 
 %build
 export GC_MAXIMUM_HEAP_SIZE="134217728" #128M
 ln -sf $(build-classpath gnumail) lib/mail.jar
 ln -sf $(build-classpath activation) lib/
-export ANT_OPTS="-Djava.security.manager 
-Djava.security.policy=$(pwd)/build/mx4j-build.policy"
+export ANT_OPTS="-Djava.security.manager \
+ -Djava.security.policy=$(pwd)/build/mx4j-build.policy \
+ -Dant.build.javac.source=1.6 \
+ -Dant.build.javac.target=1.6"
 export OPT_JAR_LIST="ant/ant-junit junit ant/ant-trax jaxp_transform_impl"
 export CLASSPATH=$(build-classpath glibj-tools activation javamail/mailapi 
javamail/smtp \
jetty4 jython jakarta-commons-logging xml-commons-apis bcel jaas jce \

++ mx4j-3.0.2-sourcetarget.patch ++
--- mx4j-3.0.2/build/build.xml  2006-10-13 01:12:17.0 +0200
+++ mx4j-3.0.2/build/build.xml  2017-10-05 08:28:50.497282862 +0200
@@ -225,7 +225,7 @@
   
   
 
-  
+  
  
  
   
@@ -255,7 +255,7 @@

 

-  
+  
  
  
   
@@ -289,7 +289,7 @@

   
 
-  
+  
  
  
  
@@ -346,7 +346,7 @@
   
   
 
-  
+  
  
  
  
@@ -371,7 +371,7 @@

   
 
-  
+  
  
  
  
++ mx4j-build.policy ++
--- /var/tmp/diff_new_pack.uWobGY/_old  2017-10-10 11:39:43.232073083 +0200
+++ /var/tmp/diff_new_pack.uWobGY/_new  2017-10-10 11:39:43.232073083 +0200
@@ -2,6 +2,7 @@
   

commit mozilla-nspr for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package mozilla-nspr for openSUSE:Factory 
checked in at 2017-10-10 11:35:01

Comparing /work/SRC/openSUSE:Factory/mozilla-nspr (Old)
 and  /work/SRC/openSUSE:Factory/.mozilla-nspr.new (New)


Package is "mozilla-nspr"

Tue Oct 10 11:35:01 2017 rev:65 rq:531471 version:4.17

Changes:

--- /work/SRC/openSUSE:Factory/mozilla-nspr/mozilla-nspr.changes
2017-09-25 13:55:02.103821347 +0200
+++ /work/SRC/openSUSE:Factory/.mozilla-nspr.new/mozilla-nspr.changes   
2017-10-10 11:35:11.48005 +0200
@@ -1,0 +2,8 @@
+Sun Oct  1 21:21:50 UTC 2017 - w...@rosenauer.org
+
+- update to version 4.17
+  * changes to the Windows implementation of the networking code
+required for Firefox 57
+  * a FreeBSD build fix (bmo#1391716)
+
+---

Old:

  nspr-4.16.tar.gz

New:

  nspr-4.17.tar.gz



Other differences:
--
++ mozilla-nspr.spec ++
--- /var/tmp/diff_new_pack.9glpIw/_old  2017-10-10 11:35:12.751944182 +0200
+++ /var/tmp/diff_new_pack.9glpIw/_new  2017-10-10 11:35:12.759943830 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   mozilla-nspr
-Version:4.16
+Version:4.17
 Release:0
 Summary:Netscape Portable Runtime
 License:MPL-2.0

++ nspr-4.16.tar.gz -> nspr-4.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nspr-4.16/nspr/.hg_archival.txt 
new/nspr-4.17/nspr/.hg_archival.txt
--- old/nspr-4.16/nspr/.hg_archival.txt 2017-07-27 14:31:27.0 +0200
+++ new/nspr-4.17/nspr/.hg_archival.txt 2017-09-19 18:32:26.0 +0200
@@ -1,4 +1,4 @@
 repo: a4b34919bf34db2ee22acbbc305693c8980b6dc6
-node: fa3dad3d8099d71ea6d9fe489afb63cb18894f0c
+node: 3e67abaf5669114ac87d89c60eb0f0b73a086a2e
 branch: default
-tag: NSPR_4_16_RTM
+tag: NSPR_4_17_RTM
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nspr-4.16/nspr/configure new/nspr-4.17/nspr/configure
--- old/nspr-4.16/nspr/configure2017-07-27 14:31:27.0 +0200
+++ new/nspr-4.17/nspr/configure2017-09-19 18:32:26.0 +0200
@@ -2488,7 +2488,7 @@
   program_prefix=${target_alias}-
 
 MOD_MAJOR_VERSION=4
-MOD_MINOR_VERSION=16
+MOD_MINOR_VERSION=17
 MOD_PATCH_VERSION=0
 NSPR_MODNAME=nspr20
 _HAVE_PTHREADS=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nspr-4.16/nspr/configure.in 
new/nspr-4.17/nspr/configure.in
--- old/nspr-4.16/nspr/configure.in 2017-07-27 14:31:27.0 +0200
+++ new/nspr-4.17/nspr/configure.in 2017-09-19 18:32:26.0 +0200
@@ -15,7 +15,7 @@
 dnl = Defaults
 dnl 
 MOD_MAJOR_VERSION=4
-MOD_MINOR_VERSION=16
+MOD_MINOR_VERSION=17
 MOD_PATCH_VERSION=0
 NSPR_MODNAME=nspr20
 _HAVE_PTHREADS=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nspr-4.16/nspr/pr/include/prinet.h 
new/nspr-4.17/nspr/pr/include/prinet.h
--- old/nspr-4.16/nspr/pr/include/prinet.h  2017-07-27 14:31:27.0 
+0200
+++ new/nspr-4.17/nspr/pr/include/prinet.h  2017-09-19 18:32:26.0 
+0200
@@ -54,7 +54,7 @@
 #endif /* XP_UNIX */
 #include 
 
-#if defined(FREEBSD) || defined(BSDI) || defined(QNX)
+#if defined(BSDI) || defined(QNX)
 #include  /* the only place that defines INADDR_LOOPBACK */
 #endif
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nspr-4.16/nspr/pr/include/prinit.h 
new/nspr-4.17/nspr/pr/include/prinit.h
--- old/nspr-4.16/nspr/pr/include/prinit.h  2017-07-27 14:31:27.0 
+0200
+++ new/nspr-4.17/nspr/pr/include/prinit.h  2017-09-19 18:32:26.0 
+0200
@@ -31,9 +31,9 @@
 ** The format of the version string is
 ** ".[.] []"
 */
-#define PR_VERSION  "4.16"
+#define PR_VERSION  "4.17"
 #define PR_VMAJOR   4
-#define PR_VMINOR   16
+#define PR_VMINOR   17
 #define PR_VPATCH   0
 #define PR_BETA PR_FALSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nspr-4.16/nspr/pr/include/private/pprio.h 
new/nspr-4.17/nspr/pr/include/private/pprio.h
--- old/nspr-4.16/nspr/pr/include/private/pprio.h   2017-07-27 
14:31:27.0 +0200
+++ new/nspr-4.17/nspr/pr/include/private/pprio.h   2017-09-19 
18:32:26.0 +0200
@@ -237,6 +237,20 @@
 
 #endif /* WIN32 */
 
+/* FUNCTION: PR_EXPERIMENTAL_ONLY_IN_4_17_GetOverlappedIOHandle
+** DESCRIPTION:
+** This function will be available only in nspr version 4.17
+** This functionality is only available on windows. Some windows operation use
+** asynchronous (call overlapped) io. One of them is 

commit scons for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package scons for openSUSE:Factory checked 
in at 2017-10-10 11:34:55

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


Package is "scons"

Tue Oct 10 11:34:55 2017 rev:34 rq:531448 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/scons/scons.changes  2016-11-24 
21:19:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.scons.new/scons.changes 2017-10-10 
11:35:09.828072506 +0200
@@ -1,0 +2,18 @@
+Wed Oct  4 19:09:07 UTC 2017 - astie...@suse.com
+
+- SCons 3.0.0, a major release:
+  * Some targets may rebuild when upgrading.
+  * Significant changes in some python action signatures
+  * Supports Python version earlier than 2.7 and 3.5+
+  * Switching between PY 2.7 and PY 3.5, 3.6 will cause rebuilds
+  * Updated language support: D, LaTeX, docbook
+  * Remove deprecated tools CVS, Perforce, BitKeeper, RCS, SCCS, Subversion
+  * Removed deprecated module SCons.Sig
+- refresh scons-1.2.0-fix-install.patch to
+  scons-3.0.0-fix-install.patch
+- drop scons-1.2.0-noenv.patch, fix is done in spec
+- drop rpmlintrc, no longer needed
+- prevent a regression that would require Python3 syntax for
+  print statements, add scons-3.0.0-support-python-2-prints.patch
+
+---

Old:

  scons-1.2.0-fix-install.patch
  scons-1.2.0-noenv.patch
  scons-2.5.1.tar.gz
  scons-rpmlintrc
  scons-user.html-2.5.1.tar.bz2

New:

  scons-3.0.0-fix-install.patch
  scons-3.0.0-support-python-2-prints.patch
  scons-3.0.0.tar.gz
  scons-user.html-3.0.0.tar.bz2



Other differences:
--
++ scons.spec ++
--- /var/tmp/diff_new_pack.7da8WJ/_old  2017-10-10 11:35:10.488043541 +0200
+++ /var/tmp/diff_new_pack.7da8WJ/_new  2017-10-10 11:35:10.496043189 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scons
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 %{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %endif
 Name:   scons
-Version:2.5.1
+Version:3.0.0
 Release:0
 Summary:Replacement for Make
 License:MIT
@@ -31,11 +31,9 @@
 Source0:
http://prdownloads.sourceforge.net/scons/%{name}-%{version}.tar.gz
 #http://www.scons.org/doc/%%{version}/HTML/scons-user.html
 Source1:scons-user.html-%{version}.tar.bz2
-# rpmlintrc
-Source99:   %{name}-rpmlintrc
 # Sets _mandir to _datadir/man instead of _prefix/man
-Patch0: %{name}-1.2.0-fix-install.patch
-Patch1: %{name}-1.2.0-noenv.patch
+Patch0: %{name}-3.0.0-fix-install.patch
+Patch1: scons-3.0.0-support-python-2-prints.patch
 BuildRequires:  fdupes
 BuildRequires:  python-devel >= 2.7
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -56,7 +54,7 @@
 %prep
 %setup -q -a1
 %patch0 -p1
-%patch1 -p0
+%patch1 -p1
 
 # fix libdir for qt
 patch -p0 < scons-3.0.0-fix-install.patch ++
--- /work/SRC/openSUSE:Factory/scons/scons-1.2.0-fix-install.patch  
2015-10-03 20:29:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.scons.new/scons-3.0.0-fix-install.patch 
2017-10-10 11:35:09.756075666 +0200
@@ -2,11 +2,11 @@
  setup.py |4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
-Index: scons-2.4.0/setup.py
+Index: scons-3.0.0/setup.py
 ===
 scons-2.4.0.orig/setup.py
-+++ scons-2.4.0/setup.py
-@@ -375,7 +375,7 @@ class install_data(_install_data):
+--- scons-3.0.0.orig/setup.py
 scons-3.0.0/setup.py
+@@ -386,7 +386,7 @@ class install_data(_install_data):
  if is_win32:
  dir = 'Doc'
  else:
@@ -15,12 +15,12 @@
  self.data_files = [(dir, man_pages)]
  man_dir = os.path.join(self.install_dir, dir)
  msg = "Installed SCons man pages into %s" % man_dir
-@@ -493,7 +493,7 @@ arguments = {
-   
'docbook-xsl-1.76.1/xhtml/*',
-   
'docbook-xsl-1.76.1/xhtml-1_1/*',
-   'utils/*']},
--'data_files'   : [('man/man1', man_pages)],
-+'data_files'   : [('share/man/man1', man_pages)],
- 'scripts'  : scripts,
- 'cmdclass' : {'install' : install,
-   'install_lib' : install_lib,
+@@ -506,7 +506,7 

commit mozilla-nss for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:Factory 
checked in at 2017-10-10 11:35:10

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


Package is "mozilla-nss"

Tue Oct 10 11:35:10 2017 rev:130 rq:531472 version:3.33

Changes:

--- /work/SRC/openSUSE:Factory/mozilla-nss/mozilla-nss.changes  2017-09-25 
13:55:10.126692551 +0200
+++ /work/SRC/openSUSE:Factory/.mozilla-nss.new/mozilla-nss.changes 
2017-10-10 11:35:13.283920834 +0200
@@ -1,0 +2,39 @@
+Tue Oct  3 17:53:11 UTC 2017 - w...@rosenauer.org
+
+- update to NSS 3.33
+  Notable changes
+  * TLS compression is no longer supported. API calls that attempt
+to enable compression are accepted without failure. However,
+TLS compression will remain disabled.
+  * This version of NSS uses a formally verified implementation of
+Curve25519 on 64-bit systems.
+  * The compile time flag DISABLE_ECC has been removed.
+  * When NSS is compiled without NSS_FORCE_FIPS=1 startup checks
+are not performed anymore.
+  * Various minor improvements and correctness fixes.
+  New functionality
+  * When listing an NSS database using certutil -L, but the database
+hasn't yet been initialized with any non-empty or empty password,
+the text "Database needs user init" will be included in the listing.
+  * When using certutil to set an inacceptable password in FIPS mode,
+a correct explanation of acceptable passwords will be printed.
+  New functions
+  * CERT_FindCertByIssuerAndSNCX - a variation of existing function
+CERT_FindCertByIssuerAndSN that accepts an additional password
+context parameter.
+  * CERT_FindCertByNicknameOrEmailAddrCX - a variation of existing
+function CERT_FindCertByNicknameOrEmailAddr that accepts an
+additional password context parameter.
+  * CERT_FindCertByNicknameOrEmailAddrForUsageCX - a variation of
+existing function CERT_FindCertByNicknameOrEmailAddrForUsage that
+accepts an additional password context parameter.
+  * NSS_SecureMemcmpZero - check if a memory region is all zero in
+constant time.
+  * PORT_ZAllocAligned - allocate aligned memory.
+  * PORT_ZAllocAlignedOffset - allocate aligned memory for structs.
+  * SSL_GetExperimentalAPI - access experimental APIs in libssl.
+- add patch to separate hw and sw implementations for AES and GCM
+  to avoid implicit execution of SSE2 methods if compiled for i586
+  (bmo-1400603.patch, boo#1061204)
+
+---

Old:

  nss-3.32.1.tar.gz

New:

  bmo-1400603.patch
  nss-3.33.tar.gz



Other differences:
--
++ mozilla-nss.spec ++
--- /var/tmp/diff_new_pack.DquhsI/_old  2017-10-10 11:35:15.183837449 +0200
+++ /var/tmp/diff_new_pack.DquhsI/_new  2017-10-10 11:35:15.191837099 +0200
@@ -21,11 +21,11 @@
 
 Name:   mozilla-nss
 BuildRequires:  gcc-c++
-BuildRequires:  mozilla-nspr-devel >= 4.16
+BuildRequires:  mozilla-nspr-devel >= 4.17
 BuildRequires:  pkg-config
 BuildRequires:  sqlite-devel
 BuildRequires:  zlib-devel
-Version:3.32.1
+Version:3.33
 Release:0
 # bug437293
 %ifarch ppc64
@@ -36,8 +36,8 @@
 License:MPL-2.0
 Group:  System/Libraries
 Url:http://www.mozilla.org/projects/security/pki/nss/
-Source: 
https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_32_1_RTM/src/nss-%{version}.tar.gz
-# hg clone https://hg.mozilla.org/projects/nss nss-3.32.1/nss ; cd 
nss-3.32.1/nss ; hg up NSS_3_32_1_RTM
+Source: 
https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_33_RTM/src/nss-%{version}.tar.gz
+# hg clone https://hg.mozilla.org/projects/nss nss-3.33/nss ; cd nss-3.33/nss 
; hg up NSS_3_33_RTM
 #Source: nss-%{version}.tar.gz
 Source1:nss.pc.in
 Source3:nss-config.in
@@ -56,6 +56,7 @@
 Patch5: malloc.patch
 Patch6: nss-disable-ocsp-test.patch
 Patch7: nss-sqlitename.patch
+Patch8: bmo-1400603.patch
 %define nspr_ver %(rpm -q --queryformat '%{VERSION}' mozilla-nspr)
 PreReq: mozilla-nspr >= %nspr_ver
 PreReq: libfreebl3 >= %{nss_softokn_fips_version}
@@ -176,6 +177,7 @@
 %endif
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 # additional CA certificates
 #cd security/nss/lib/ckfw/builtins
 #cat %{SOURCE2} >> certdata.txt

++ bmo-1400603.patch ++
>From b2f3a6407d2d6ec89522410d7ac4c56d310c92b1 Mon Sep 17 00:00:00 2001
From: Daiki Ueno 
Date: Mon, 18 Sep 2017 11:24:00 +0200
Subject: [PATCH] freebl: Reorganize AES-GCM source code based on hw/sw
 implementation


diff --git a/lib/freebl/gcm-hw.c b/lib/freebl/gcm-hw.c
new file mode 100644

commit yast2-snapper for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2017-10-10 11:35:31

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


Package is "yast2-snapper"

Tue Oct 10 11:35:31 2017 rev:55 rq:531589 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2017-09-13 21:36:28.858311122 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2017-10-10 11:35:35.594941636 +0200
@@ -1,0 +2,6 @@
+Thu Oct 05 11:57:30 CEST 2017 - aschn...@suse.com
+
+- make dialog caption bigger (bsc#1061498)
+- 4.0.1
+
+---

Old:

  yast2-snapper-4.0.0.tar.bz2

New:

  yast2-snapper-4.0.1.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.g9TLnA/_old  2017-10-10 11:35:36.118918639 +0200
+++ /var/tmp/diff_new_pack.g9TLnA/_new  2017-10-10 11:35:36.122918464 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 # change to noarch causes problems according to behlert

++ yast2-snapper-4.0.0.tar.bz2 -> yast2-snapper-4.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.0/package/yast2-snapper.changes 
new/yast2-snapper-4.0.1/package/yast2-snapper.changes
--- old/yast2-snapper-4.0.0/package/yast2-snapper.changes   2017-09-12 
12:19:25.025670079 +0200
+++ new/yast2-snapper-4.0.1/package/yast2-snapper.changes   2017-10-05 
12:20:29.315228136 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Oct 05 11:57:30 CEST 2017 - aschn...@suse.com
+
+- make dialog caption bigger (bsc#1061498)
+- 4.0.1
+
+---
 Tue Sep 12 07:12:53 UTC 2017 - igonzalezs...@suse.com
 
 - Add missing dependency on ruby-dbus library (bsc#1058127)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.0/package/yast2-snapper.spec 
new/yast2-snapper-4.0.1/package/yast2-snapper.spec
--- old/yast2-snapper-4.0.0/package/yast2-snapper.spec  2017-09-12 
12:19:25.025670079 +0200
+++ new/yast2-snapper-4.0.1/package/yast2-snapper.spec  2017-10-05 
12:20:29.315228136 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:4.0.0
+Version:4.0.1
 Release:0
 Group: System/YaST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.0/src/include/snapper/dialogs.rb 
new/yast2-snapper-4.0.1/src/include/snapper/dialogs.rb
--- old/yast2-snapper-4.0.0/src/include/snapper/dialogs.rb  2017-09-12 
12:19:25.025670079 +0200
+++ new/yast2-snapper-4.0.1/src/include/snapper/dialogs.rb  2017-10-05 
12:20:29.315228136 +0200
@@ -158,13 +158,13 @@
   if type != :POST
 cont = VBox(
   # popup label, %{num} is number
-  Label(_("Modify Snapshot %{num}") % { :num => num }),
+  Heading(_("Modify Snapshot %{num}") % { :num => num }),
   snapshot_term.call("", snapshot)
 )
   else
 cont = VBox(
   # popup label, %{pre} and %{post} are numbers
-  Label(_("Modify Snapshot %{pre} and %{post}") % { :pre => pre_num, 
:post => num }),
+  Heading(_("Modify Snapshot %{pre} and %{post}") % { :pre => pre_num, 
:post => num }),
   # label
   Left(Label(_("Pre (%{pre})") % { :pre => pre_num })),
   snapshot_term.call("pre_", pre_snapshot),
@@ -247,7 +247,7 @@
 VSpacing(0.5),
 HSpacing(65),
 # popup label
-Label(_("Create New Snapshot")),
+Heading(_("Create New Snapshot")),
 # text entry label
 InputField(Id("description"), Opt(:hstretch), _("Description"), 
""),
 RadioButtonGroup(




commit jemalloc for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package jemalloc for openSUSE:Factory 
checked in at 2017-10-10 11:35:26

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


Package is "jemalloc"

Tue Oct 10 11:35:26 2017 rev:23 rq:531585 version:5.0.1

Changes:

--- /work/SRC/openSUSE:Factory/jemalloc/jemalloc.changes2017-03-13 
15:31:28.795265813 +0100
+++ /work/SRC/openSUSE:Factory/.jemalloc.new/jemalloc.changes   2017-10-10 
11:35:28.451255162 +0200
@@ -1,0 +2,234 @@
+Wed Oct  4 09:19:52 UTC 2017 - mli...@suse.cz
+
+- Add 0001-ARM-Don-t-extend-bit-LG_VADDR-to-compute-high-addres.patch:
+  fixes #979.
+
+---
+Tue Sep 12 10:28:43 UTC 2017 - mli...@suse.cz
+
+- Add 0001-remove-CPU_SPINWAIT.patch:
+  revert 701daa5298b3befe2aff05ce590533165abb9ba4 in order to fix #761.
+
+---
+Tue Sep 12 08:12:04 UTC 2017 - mli...@suse.cz
+
+- Update to version 5.0.1
+   Bug fixes:
+ * Update decay->nunpurged before purging, in order to avoid potential
+   update races and subsequent incorrect purging volume.
+   ([37]@interwq)
+ * Only abort on dlsym(3) error if the failure impacts an enabled
+   feature (lazy locking and/or background threads). This mitigates an
+   initialization failure bug for which we still do not have a clear
+   reproduction test case. ([38]@interwq)
+ * Modify tsd management so that it neither crashes nor leaks if a
+   thread's only allocation activity is to call free() after TLS
+   destructors have been executed. This behavior was observed when
+   operating with GNU libc, and is unlikely to be an issue with other
+   libc implementations. ([39]@interwq)
+ * Mask signals during background thread creation. This prevents
+   signals from being inadvertently delivered to background threads.
+   ([40]@jasone, [41]@davidtgoldblatt, [42]@interwq)
+ * Avoid inactivity checks within background threads, in order to
+   prevent recursive mutex acquisition. ([43]@interwq)
+ * Fix extent_grow_retained() to use the specified hooks when the
+   arena..extent_hooks mallctl is used to override the default
+   hooks. ([44]@interwq)
+ * Add missing reentrancy support for custom extent hooks which
+   allocate. ([45]@interwq)
+ * Post-fork(2), re-initialize the list of tcaches associated with
+   each arena to contain no tcaches except the forking thread's.
+   ([46]@interwq)
+ * Add missing post-fork(2) mutex reinitialization for
+   extent_grow_mtx. This fixes potential deadlocks after fork(2).
+   ([47]@interwq)
+ * Enforce minimum autoconf version (currently 2.68), since 2.63 is
+   known to generate corrupt configure scripts. ([48]@jasone)
+ * Ensure that the configured page size (--with-lg-page) is no larger
+   than the configured huge page size (--with-lg-hugepage).
+   ([49]@jasone)
+
+   New features:
+ * Implement optional per-CPU arena support; threads choose which
+   arena to use based on current CPU rather than on fixed
+   thread-->arena associations. ([59]@interwq)
+ * Implement two-phase decay of unused dirty pages. Pages transition
+   from dirty-->muzzy-->clean, where the first phase transition relies
+   on madvise(... MADV_FREE) semantics, and the second phase
+   transition discards pages such that they are replaced with
+   demand-zeroed pages on next access. ([60]@jasone)
+ * Increase decay time resolution from seconds to milliseconds.
+   ([61]@jasone)
+ * Implement opt-in per CPU background threads, and use them for
+   asynchronous decay-driven unused dirty page purging. ([62]@interwq)
+ * Add mutex profiling, which collects a variety of statistics useful
+   for diagnosing overhead/contention issues. ([63]@interwq)
+ * Add C++ new/delete operator bindings. ([64]@djwatson)
+ * Support manually created arena destruction, such that all data and
+   metadata are discarded. Add MALLCTL_ARENAS_DESTROYED for accessing
+   merged stats associated with destroyed arenas. ([65]@jasone)
+ * Add MALLCTL_ARENAS_ALL as a fixed index for use in accessing
+   merged/destroyed arena statistics via mallctl. ([66]@jasone)
+ * Add opt.abort_conf to optionally abort if invalid configuration
+   options are detected during initialization. ([67]@interwq)
+ * Add opt.stats_print_opts, so that e.g. JSON output can be selected
+   for the stats dumped during exit if opt.stats_print is true.
+   ([68]@jasone)
+ * Add --with-version=VERSION for use when embedding jemalloc into
+   another project's git repository. ([69]@jasone)
+   

commit hplip for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package hplip for openSUSE:Factory checked 
in at 2017-10-10 11:35:38

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


Package is "hplip"

Tue Oct 10 11:35:38 2017 rev:113 rq:531605 version:3.17.9

Changes:

--- /work/SRC/openSUSE:Factory/hplip/hplip.changes  2017-08-29 
11:40:51.759543548 +0200
+++ /work/SRC/openSUSE:Factory/.hplip.new/hplip.changes 2017-10-10 
11:35:44.114567722 +0200
@@ -1,0 +2,64 @@
+Wed Oct  4 14:28:17 UTC 2017 - mwi...@suse.com
+
+- Version update to 3.17.9:
+  * Added support for the following new printers: 
+- HP OfficeJet Pro 7720 Wide Format All-in-One
+- HP DeskJet AMP All-in-One Printer
+- HP OfficeJet 5220 All-in-One Printer
+- HP OfficeJet 5230 All-in-One Printer
+- HP OfficeJet 5232 All-in-One Printer
+- HP ENVY Photo 6220 All-in-One Printer
+- HP ENVY Photo 6232 All-in-One Printer
+- HP ENVY Photo 7120 All-in-One Printer
+- HP ENVY Photo 7134 All-in-One Printer
+- HP ENVY Photo 7820 All-in-One Printer
+- HP ENVY 5020 All-in-One Printer
+- HP ENVY 5032 All-in-One Printer
+- HP DeskJet Ink Advantage 3735 All-in-One
+- HP ENVY Photo 6234 All-in-One Printer
+- HP ENVY Photo 6230 All-in-One Printer
+- HP AMP 130 All-in-One Printer
+- HP OfficeJet Pro 7730 Wide Format All-in-One
+- HP ENVY Photo 7155 All-in-One Printer
+- HP ENVY Photo 7164 All-in-One Printer
+- HP ENVY Photo 7155 All-In-One Printer
+- HP ENVY Photo 7800 All-In-One Printer
+- HP ENVY Photo 6200 All-In-One Printer
+- HP ENVY Photo 7130 All-in-One Printer
+- HP ENVY Photo 7830 All-in-One Printer
+- HP ENVY Photo 7120 All-in-One Printer
+- HP ENVY Photo 7820 All-in-One Printer
+- HP ENVY Photo 7855 All-in-One Printer
+- HP DeskJet Ink Advantage 5075 All-in-One Printer
+- HP PageWide Enterprise Color 765dn
+- HP PageWide Managed Color E75160dn
+- HP PageWide Enterprise Color MFP 780dn
+- HP PageWide Enterprise Color Flow MFP 785f
+- HP PageWide Enterprise Color Flow MFP 785zs
+- HP PageWide Enterprise Color Flow MFP 785z+
+- HP PageWide Managed Color MFP E77650dn
+- HP PageWide Managed Color MFP E77650dns
+- HP PageWide Managed Color MFP E77660dn
+- HP PageWide Managed Color Flow MFP E77650z
+- HP PageWide Managed Color Flow MFP E77650zs
+- HP PageWide Managed Color Flow MFP E77650z+
+- HP PageWide Managed Color Flow MFP E77660z
+- HP PageWide Managed Color Flow MFP E77660zs
+- HP PageWide Managed Color Flow MFP E77660z+
+ * from 3.17.7:
+- HP DeskJet Ink Advantage 2635 All-in-One
+- HP DeskJet Ink Advantage 2636 All-in-One
+- HP DeskJet Ink Advantage 2675 All-in-One
+- HP DeskJet Ink Advantage 2676 All-in-One
+- HP DeskJet Ink Advantage 2677 All-in-One
+- HP DeskJet Ink Advantage 2678 All-in-One
+- HP DeskJet 2620 All-in-One
+- HP DeskJet 2621 All-in-One
+- HP DeskJet 2622 All-in-One
+- HP DeskJet 2623 All-in-One
+- HP DeskJet Ink Advantage 2200 All-in-One
+- HP DeskJet 3722 All-in-One
+- HP DeskJet Ink Advantage 3789 All-in-One
+- HP DeskJet Ink Advantage 3790 All-in-One
+
+---

Old:

  hplip-3.17.6.tar.gz
  hplip-3.17.6.tar.gz.asc

New:

  hplip-3.17.9.tar.gz
  hplip-3.17.9.tar.gz.asc



Other differences:
--
++ hplip.spec ++
--- /var/tmp/diff_new_pack.JRrwj6/_old  2017-10-10 11:35:45.662499785 +0200
+++ /var/tmp/diff_new_pack.JRrwj6/_new  2017-10-10 11:35:45.666499610 +0200
@@ -40,7 +40,7 @@
 %endif
 
 Name:   hplip
-Version:3.17.6
+Version:3.17.9
 Release:0
 Summary:HP's Printing, Scanning, and Faxing Software
 License:BSD-3-Clause and GPL-2.0+ and MIT


++ hplip-3.17.6.tar.gz -> hplip-3.17.9.tar.gz ++
/work/SRC/openSUSE:Factory/hplip/hplip-3.17.6.tar.gz 
/work/SRC/openSUSE:Factory/.hplip.new/hplip-3.17.9.tar.gz differ: char 5, line 1





commit ImageMagick for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory 
checked in at 2017-10-10 11:35:20

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


Package is "ImageMagick"

Tue Oct 10 11:35:20 2017 rev:145 rq:531538 version:7.0.7.6

Changes:

--- /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick.changes  2017-09-29 
11:49:16.586497595 +0200
+++ /work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick.changes 
2017-10-10 11:35:22.683508300 +0200
@@ -1,0 +2,21 @@
+Thu Oct  5 07:08:47 UTC 2017 - pgaj...@suse.com
+
+- updated to 7.0.7-6
+  * Reset the magick_list_initialized boolean when needed.
+  * Fixed numerous memory leaks.
+  * Support URW-base35 fonts.
+  * Removed "ping_preserve_iCCP=MagickTrue;" statement that was 
+inadvertently added to coders/png.c.
+
+---
+Tue Oct  3 17:59:11 UTC 2017 - pgaj...@suse.com
+
+- %make_install only for sle12 and higher
+
+---
+Mon Oct  2 21:48:11 UTC 2017 - jeng...@inai.de
+
+- Update package summaries and RPM groups.
+  Make use of %make_install.
+
+---

Old:

  ImageMagick-7.0.7-4.tar.bz2
  ImageMagick-7.0.7-4.tar.bz2.asc

New:

  ImageMagick-7.0.7-6.tar.bz2
  ImageMagick-7.0.7-6.tar.bz2.asc



Other differences:
--
++ ImageMagick.spec ++
--- /var/tmp/diff_new_pack.szKaPH/_old  2017-10-10 11:35:23.995450720 +0200
+++ /var/tmp/diff_new_pack.szKaPH/_new  2017-10-10 11:35:24.003450370 +0200
@@ -18,7 +18,7 @@
 
 %define maj   7
 %define mfr_version   %{maj}.0.7
-%define mfr_revision  4
+%define mfr_revision  6
 %define quantum_depth 16
 %define source_version %{mfr_version}-%{mfr_revision}
 %define clibver   4
@@ -117,7 +117,7 @@
 Requires:   perl = %{perl_version}
 
 %package devel
-Summary:Include Files and Libraries Mandatory for Development
+Summary:Development files for ImageMagick's C interface
 Group:  Development/Libraries/C and C++
 Requires:   ImageMagick = %{version}
 Requires:   glibc-devel
@@ -131,7 +131,7 @@
 %endif
 
 %package extra
-Summary:Viewer and Converter for Images - extra codecs
+Summary:Extra codecs for the ImageMagick image viewer/converter
 Group:  Productivity/Graphics/Other
 Requires:   ImageMagick = %{version}
 Requires:   libMagickCore%{libspec}%{clibver} = %{version}
@@ -143,21 +143,21 @@
 Recommends: transfig
 
 %package -n libMagickCore%{libspec}%{clibver}
-Summary:Viewer and Converter for Images - runtime library
+Summary:C runtime library for ImageMagick
 Group:  Productivity/Graphics/Other
 Suggests:   ImageMagick-extra = %{version}
 
 %package -n libMagickWand%{libspec}%{cwandver}
-Summary:Viewer and Converter for Images - runtime library
+Summary:C runtime library for ImageMagick
 Group:  Productivity/Graphics/Other
 
 %package -n libMagick++%{libspec}%{cxxlibver}
-Summary:C++ Interface for ImageMagick - runtime library
+Summary:C++ interface runtime library for ImageMagick
 Group:  Development/Libraries/C and C++
 Requires:   ImageMagick
 
 %package -n libMagick++-devel
-Summary:C++ Interface for ImageMagick - files mandatory for development
+Summary:Development files for ImageMagick's C++ interface
 Group:  Development/Libraries/C and C++
 Requires:   libMagick++%{libspec}%{cxxlibver} = %{version}
 Requires:   libstdc++-devel
@@ -169,7 +169,7 @@
 
 %package doc
 Summary:Document Files for ImageMagick Library
-Group:  Development/Libraries/C and C++
+Group:  Documentation/HTML
 %if 0%{?suse_version} >= 1315
 BuildArch:  noarch
 %endif
@@ -182,7 +182,7 @@
 applications. You can also resize, rotate, sharpen, color-reduce, or
 add special effects to an image and save your completed work in many
 different image formats. Image processing operations are available from
-the command line as well as through C, C++, and PERL-based programming
+the command line as well as through C, C++, and Perl-based programming
 interfaces.
 
 %description devel
@@ -193,7 +193,7 @@
 applications. You can also resize, rotate, sharpen, color-reduce, or
 add special effects to an image and save your completed work in many
 different image formats. Image processing operations are available from
-the command line as well as through C, C++, and PERL-based programming
+the command line as well as through C, C++, and Perl-based programming
 interfaces.
 
 %description extra
@@ -207,7 +207,7 @@
 

commit xkeyboard-config for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package xkeyboard-config for 
openSUSE:Factory checked in at 2017-10-10 11:35:46

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


Package is "xkeyboard-config"

Tue Oct 10 11:35:46 2017 rev:81 rq:531743 version:2.22

Changes:

--- /work/SRC/openSUSE:Factory/xkeyboard-config/xkeyboard-config.changes
2017-06-08 16:37:58.218686261 +0200
+++ /work/SRC/openSUSE:Factory/.xkeyboard-config.new/xkeyboard-config.changes   
2017-10-10 11:35:49.414335123 +0200
@@ -1,0 +2,32 @@
+Thu Oct  5 12:15:30 UTC 2017 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 2.22:
+  + typofix tel-sarala key layout
+  + Whitelist Indian keyboard layouts. #101532
+  + Enable level3 ralt_switch by default in Kazakh (ext) layout.
+  + Extend more keys in Kazakh (ext) layout.
+  + Add "AltGr" back into the description for altgr-intl layouts
+  + Added Old Hungarian layout
+  + ctrl: add missing modifier_map
+  + Add grp:menu_switch
+  + adds the shortDescription for es-cat and es-ast layouts
+  + Added Friulian translation
+  + Missing fur in ALL_LINGUAS added
+  + Add a Arabic version of Jawi keyboard layout and it's own phonetic version
+  + Adding Finnish Dvorak layout
+  + Add Ladin layout for it and de keyboards
+  + Double Russian fixed
+  + Possible typo in word "lever"
+  + Typo for Dell latitude
+  + Choose only one between "behavior" and "behaviour"
+  + Typo in "non-breakable space"
+  + Spelling fix in guillemets
+  + Add Swedish sv_dvorak based on us dvorak-intl
+  + fixed nontranslatable description and shortDescription tags
+  + Prerelease translations sync
+  + Added a bit of explanation for diff, to make it clear
+  + Fixed old Hungarian
+  + Replaced NoSymbol with dead_belowmacron in default German keyboard layout
+  + Added Polyglot and Reactionary Russian layout
+
+---

Old:

  xkeyboard-config-2.21.tar.bz2

New:

  xkeyboard-config-2.22.tar.bz2



Other differences:
--
++ xkeyboard-config.spec ++
--- /var/tmp/diff_new_pack.pgrNnn/_old  2017-10-10 11:35:50.030308088 +0200
+++ /var/tmp/diff_new_pack.pgrNnn/_new  2017-10-10 11:35:50.030308088 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xkeyboard-config
-Version:2.21
+Version:2.22
 Release:0
 Summary:The X Keyboard Extension
 License:GPL-2.0+ and LGPL-2.1+ and MIT and CDDL-1.0

++ xkeyboard-config-2.21.tar.bz2 -> xkeyboard-config-2.22.tar.bz2 ++
 63303 lines of diff (skipped)




commit python-coverage for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package python-coverage for openSUSE:Factory 
checked in at 2017-10-10 11:34:44

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


Package is "python-coverage"

Tue Oct 10 11:34:44 2017 rev:30 rq:531395 version:4.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-coverage/python-coverage.changes  
2017-08-14 12:39:44.658324194 +0200
+++ /work/SRC/openSUSE:Factory/.python-coverage.new/python-coverage.changes 
2017-10-10 11:35:08.756119552 +0200
@@ -1,0 +2,50 @@
+Wed Oct  4 15:47:22 UTC 2017 - a...@gmx.de
+
+- update to version 4.4.1:
+  * No code changes: just corrected packaging for Python 2.7 Linux
+wheels.
+
+- changes from version 4.4:
+  * Reports could produce the wrong file names for packages, reporting
+pkg.py instead of the correct pkg/__init__.py. This is now
+fixed. Thanks, Dirk Thomas.
+  * XML reports could produce  and  lines that together
+didn’t specify a valid source file path. This is now fixed. (issue
+526)
+  * Namespace packages are no longer warned as having no code. (issue
+572)
+  * Code that uses sys.settrace(sys.gettrace()) in a file that wasn’t
+being coverage-measured would prevent correct coverage measurement
+in following code. An example of this was running doctests
+programmatically. This is now fixed. (issue 575)
+  * Errors printed by the coverage command now go to stderr instead of
+stdout.
+  * Running coverage xml in a directory named with non-ASCII
+characters would fail under Python 2. This is now fixed. (issue
+573)
+
+- changes from version 4.4b1:
+  * Some warnings can now be individually disabled. Warnings that can
+be disabled have a short name appended. The [run] disable_warnings
+setting takes a list of these warning names to disable. Closes
+both issue 96 and issue 355.
+  * The XML report now includes attributes from version 4 of the
+Cobertura XML format, fixing issue 570.
+  * In previous versions, calling a method that used collected data
+would prevent further collection. For example, save(), report(),
+html_report(), and others would all stop collection. An explicit
+start() was needed to get it going again. This is no longer
+true. Now you can use the collected data and also continue
+measurement. Both issue 79 and issue 448 described this problem,
+and have been fixed.
+  * Plugins can now find unexecuted files if they choose, by
+implementing the find_executable_files method. Thanks, Emil
+Madsen.
+  * Minimal IronPython support. You should be able to run IronPython
+programs under coverage run, though you will still have to do the
+reporting phase with CPython.
+  * Coverage.py has long had a special hack to support CPython’s need
+to measure the coverage of the standard library tests. This code
+was not installed by kitted versions of coverage.py. Now it is.
+
+---

Old:

  coverage-4.3.4.tar.gz

New:

  coverage-4.4.1.tar.gz



Other differences:
--
++ python-coverage.spec ++
--- /var/tmp/diff_new_pack.kQ4hLi/_old  2017-10-10 11:35:09.384091992 +0200
+++ /var/tmp/diff_new_pack.kQ4hLi/_new  2017-10-10 11:35:09.388091816 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-coverage
-Version:4.3.4
+Version:4.4.1
 Release:0
 Url:http://nedbatchelder.com/code/coverage/%{version}
 Summary:Code coverage measurement for Python

++ coverage-4.3.4.tar.gz -> coverage-4.4.1.tar.gz ++
 6513 lines of diff (skipped)




commit libcdio for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package libcdio for openSUSE:Factory checked 
in at 2017-10-10 11:35:15

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


Package is "libcdio"

Tue Oct 10 11:35:15 2017 rev:40 rq:531535 version:0.94

Changes:

--- /work/SRC/openSUSE:Factory/libcdio/libcdio.changes  2017-09-07 
22:11:59.669289266 +0200
+++ /work/SRC/openSUSE:Factory/.libcdio.new/libcdio.changes 2017-10-10 
11:35:15.459825337 +0200
@@ -1,0 +2,8 @@
+Thu Oct  5 03:52:34 UTC 2017 - stefan.bru...@rwth-aachen.de
+
+- Fix symbol versioning, some symbols where no longer exported with a
+  version, thus the library inadvertently broke ABI between version
+  0.93 and 0.94. Fixes https://savannah.gnu.org/bugs/index.php?49907
+  * add 0001-Fix-symbol-versioning-for-exported-symbols.patch
+
+---

New:

  0001-Fix-symbol-versioning-for-exported-symbols.patch



Other differences:
--
++ libcdio.spec ++
--- /var/tmp/diff_new_pack.8bOPsK/_old  2017-10-10 11:35:16.151794967 +0200
+++ /var/tmp/diff_new_pack.8bOPsK/_new  2017-10-10 11:35:16.159794616 +0200
@@ -29,6 +29,8 @@
 Source1:https://ftp.gnu.org/gnu/libcdio/%{name}-%{version}.tar.gz.sig
 Source2:%{name}.keyring
 Source3:baselibs.conf
+# PATCH-FIX-OPENSUSE 0001-Fix-symbol-versioning-for-exported-symbols.patch 
https://savannah.gnu.org/bugs/index.php?49907
+Patch0: 0001-Fix-symbol-versioning-for-exported-symbols.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  help2man
@@ -107,6 +109,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %define buildir ${PWD}
 

++ 0001-Fix-symbol-versioning-for-exported-symbols.patch ++
>From 967d2af5df3b0caea09fdfbfc2c97047168cd746 Mon Sep 17 00:00:00 2001
From: Stefan Bruens 
Date: Thu, 5 Oct 2017 05:48:28 +0200
Subject: [PATCH] Fix symbol versioning for exported symbols
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

libcdio 0.94 moved some sources into a subdirectory and no longer
picked up these files when creating the list of exported symbols.

Upstream bug: https://savannah.gnu.org/bugs/index.php?49907

Signed-off: Stefan Brüns 
---
 lib/driver/Makefile.am | 2 +-
 lib/driver/Makefile.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/driver/Makefile.am b/lib/driver/Makefile.am
index f853d0f..d379a30 100644
--- a/lib/driver/Makefile.am
+++ b/lib/driver/Makefile.am
@@ -178,7 +178,7 @@ libcdio_la_DEPENDENCIES = libcdio.la.ver
 
 libcdio.la.ver: $(libcdio_la_OBJECTS) $(srcdir)/libcdio.sym
@echo 'CDIO_$(libcdio_la_MAJOR) { ' > $@
-   @objs=`for obj in $(libcdio_la_OBJECTS); do sed -ne 
"s/^pic_object='\(.*\)'$$/\1/p" $$obj; done`; \
+   @objs=`for obj in $(libcdio_la_OBJECTS); do echo -n "$(dirname $obj)/"; 
sed -ne "s/^pic_object='\(.*\)'$$/\1/p" $$obj; done`; \
if test -n "$${objs}" ; then \
  nm $${objs} | sed -n -e 's/^.*[   ][ABCDGIRSTW][ABCDGIRSTW]*[ 
][  ]*\([_A-Za-z][_A-Za-z0-9]*\)$$/\1/p' | sort -u | { first=true; while 
read symbol; do if grep -q "^$${symbol}\$$" $(srcdir)/libcdio.sym; then if test 
$$first = true; then echo "  global:"; first=false; fi; echo "$${symbol};"; 
fi; done; } >> $@; \
  nm $${objs} | sed -n -e 's/^.*[   ][ABCDGIRSTW][ABCDGIRSTW]*[ 
][  ]*\([_A-Za-z][_A-Za-z0-9]*\)$$/\1/p' | sort -u | { first=true; while 
read symbol; do if grep -q "^$${symbol}\$$" $(srcdir)/libcdio.sym; then :; else 
if test $$first = true; then echo "  local:"; first=false; fi; echo "
$${symbol};"; fi; done; } >> $@; \
diff --git a/lib/driver/Makefile.in b/lib/driver/Makefile.in
index 2f5af82..ea1406e 100644
--- a/lib/driver/Makefile.in
+++ b/lib/driver/Makefile.in
@@ -983,7 +983,7 @@ uninstall-am: uninstall-libLTLIBRARIES
 
 @build_versioned_libs_t...@libcdio.la.ver: $(libcdio_la_OBJECTS) 
$(srcdir)/libcdio.sym
 @BUILD_VERSIONED_LIBS_TRUE@@echo 'CDIO_$(libcdio_la_MAJOR) { ' > $@
-@BUILD_VERSIONED_LIBS_TRUE@@objs=`for obj in $(libcdio_la_OBJECTS); do sed 
-ne "s/^pic_object='\(.*\)'$$/\1/p" $$obj; done`; \
+@BUILD_VERSIONED_LIBS_TRUE@@objs=`for obj in $(libcdio_la_OBJECTS); echo 
-n "$(dirname $obj)/"; do sed -ne "s/^pic_object='\(.*\)'$$/\1/p" $$obj; done`; 
\
 @BUILD_VERSIONED_LIBS_TRUE@if test -n "$${objs}" ; then \
 @BUILD_VERSIONED_LIBS_TRUE@  nm $${objs} | sed -n -e 's/^.*[   
][ABCDGIRSTW][ABCDGIRSTW]*[ ][  ]*\([_A-Za-z][_A-Za-z0-9]*\)$$/\1/p' | 
sort -u | { first=true; while read symbol; do if grep -q "^$${symbol}\$$" 
$(srcdir)/libcdio.sym; then if 

commit perl-Net-Twitter for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package perl-Net-Twitter for 
openSUSE:Factory checked in at 2017-10-10 11:43:41

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


Package is "perl-Net-Twitter"

Tue Oct 10 11:43:41 2017 rev:15 rq:532929 version:4.01042

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-Twitter/perl-Net-Twitter.changes
2016-11-22 18:58:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Net-Twitter.new/perl-Net-Twitter.changes   
2017-10-10 11:43:47.285361529 +0200
@@ -1,0 +2,12 @@
+Mon Oct  9 05:40:49 UTC 2017 - co...@suse.com
+
+- updated to 4.01042
+   see /usr/share/doc/packages/perl-Net-Twitter/Changes
+
+  4.01042 2017-02-06
+  - deprecated contributors/contributees
+  - Fixed: follow_suggestions and follow_suggestions_for were reversed
+  - fix "overwriting a accessor" warnings under Moose 2.2004 #70
+  - build changes: keep dist.ini, create Makefile.PL (ether)
+
+---

Old:

  Net-Twitter-4.01041.tar.gz

New:

  Net-Twitter-4.01042.tar.gz



Other differences:
--
++ perl-Net-Twitter.spec ++
--- /var/tmp/diff_new_pack.TpXP11/_old  2017-10-10 11:43:49.681256372 +0200
+++ /var/tmp/diff_new_pack.TpXP11/_new  2017-10-10 11:43:49.685256197 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-Twitter
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Net-Twitter
-Version:4.01041
+Version:4.01042
 Release:0
 %define cpan_name Net-Twitter
 Summary:Perl Interface to the Twitter Api
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Net-Twitter/
-Source0:
http://www.cpan.org/authors/id/M/MM/MMIMS/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/M/MM/MMIMS/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -44,19 +44,18 @@
 BuildRequires:  perl(JSON::MaybeXS)
 BuildRequires:  perl(LWP::Protocol::https)
 BuildRequires:  perl(LWP::UserAgent) >= 5.819
-BuildRequires:  perl(Module::Build) >= 0.28
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Exporter)
 BuildRequires:  perl(Moose::Meta::Method)
 BuildRequires:  perl(Moose::Role)
+BuildRequires:  perl(Moose::Util::TypeConstraints)
 BuildRequires:  perl(MooseX::Role::Parameterized)
 BuildRequires:  perl(namespace::autoclean)
 #BuildRequires:  perl(Net::HTTP) >= >= 0, != 6.04, != 6.05
 BuildRequires:  perl(Net::OAuth)
 BuildRequires:  perl(Net::OAuth::Message)
 BuildRequires:  perl(Test::Fatal)
-BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(Test::Simple) >= 0.98
+BuildRequires:  perl(Test::More) >= 0.98
 BuildRequires:  perl(Test::Warn)
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(URI)
@@ -77,6 +76,7 @@
 Requires:   perl(Moose::Exporter)
 Requires:   perl(Moose::Meta::Method)
 Requires:   perl(Moose::Role)
+Requires:   perl(Moose::Util::TypeConstraints)
 Requires:   perl(MooseX::Role::Parameterized)
 Requires:   perl(namespace::autoclean)
 #Requires:   perl(Net::HTTP) >= >= 0, != 6.04, != 6.05
@@ -99,18 +99,20 @@
 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples LICENSE README
+%doc Changes examples README
+%license LICENSE
 
 %changelog

++ Net-Twitter-4.01041.tar.gz -> Net-Twitter-4.01042.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Twitter-4.01041/Build.PL 
new/Net-Twitter-4.01042/Build.PL
--- old/Net-Twitter-4.01041/Build.PL2016-11-20 00:09:33.0 +0100
+++ new/Net-Twitter-4.01042/Build.PL1970-01-01 01:00:00.0 +0100
@@ -1,109 +0,0 @@
-
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v5.043.
-use strict;
-use warnings;
-
-use Module::Build 0.28;
-
-
-my %module_build_args = (
-  "build_requires" => {
-   

commit perl-Perl-Critic-Freenode for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package perl-Perl-Critic-Freenode for 
openSUSE:Factory checked in at 2017-10-10 11:43:32

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


Package is "perl-Perl-Critic-Freenode"

Tue Oct 10 11:43:32 2017 rev:4 rq:532927 version:0.024

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Perl-Critic-Freenode/perl-Perl-Critic-Freenode.changes
  2017-06-09 15:58:16.364341035 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Perl-Critic-Freenode.new/perl-Perl-Critic-Freenode.changes
 2017-10-10 11:43:36.557832363 +0200
@@ -1,0 +2,17 @@
+Mon Oct  9 05:47:17 UTC 2017 - co...@suse.com
+
+- updated to 0.024
+   see /usr/share/doc/packages/perl-Perl-Critic-Freenode/Changes
+
+  0.024 2017-08-16 22:39:53 EDT
+- Make PackageMatchesFilename more robust against infinite loops
+  
+  0.023 2017-08-16 22:22:40 EDT
+- Fix issue where PackageMatchesFilename policy would loop infinitely
+  
+  0.022 2017-08-16 22:17:38 EDT
+- Also consider -W a violation of WarningsSwitch policy
+- Fix false positive in DollarAB policy where $a or $b is within another 
block
+- Add PackageMatchesFilename policy
+
+---

Old:

  Perl-Critic-Freenode-0.021.tar.gz

New:

  Perl-Critic-Freenode-0.024.tar.gz



Other differences:
--
++ perl-Perl-Critic-Freenode.spec ++
--- /var/tmp/diff_new_pack.OxpVgn/_old  2017-10-10 11:43:37.597786719 +0200
+++ /var/tmp/diff_new_pack.OxpVgn/_new  2017-10-10 11:43:37.597786719 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Perl-Critic-Freenode
-Version:0.021
+Version:0.024
 Release:0
 %define cpan_name Perl-Critic-Freenode
 Summary:Perl::Critic policies inspired by #perl on
@@ -33,6 +33,7 @@
 BuildRequires:  perl(List::Util) >= 1.33
 BuildRequires:  perl(Module::Build::Tiny) >= 0.034
 BuildRequires:  perl(Module::Metadata)
+BuildRequires:  perl(Path::Tiny) >= 0.101
 BuildRequires:  perl(Perl::Critic) >= 1.126
 BuildRequires:  perl(Perl::Critic::Policy::Objects::ProhibitIndirectSyntax) >= 
1.126
 BuildRequires:  
perl(Perl::Critic::Policy::Subroutines::ProhibitAmpersandSigils) >= 1.126
@@ -41,6 +42,7 @@
 BuildRequires:  perl(parent)
 BuildRequires:  perl(version)
 Requires:   perl(List::Util) >= 1.33
+Requires:   perl(Path::Tiny) >= 0.101
 Requires:   perl(Perl::Critic) >= 1.126
 Requires:   perl(Perl::Critic::Policy::Objects::ProhibitIndirectSyntax) >= 
1.126
 Requires:   
perl(Perl::Critic::Policy::Subroutines::ProhibitAmpersandSigils) >= 1.126

++ Perl-Critic-Freenode-0.021.tar.gz -> Perl-Critic-Freenode-0.024.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Critic-Freenode-0.021/Build.PL 
new/Perl-Critic-Freenode-0.024/Build.PL
--- old/Perl-Critic-Freenode-0.021/Build.PL 2017-06-04 01:49:18.0 
+0200
+++ new/Perl-Critic-Freenode-0.024/Build.PL 2017-08-17 04:39:55.0 
+0200
@@ -68,7 +68,7 @@
 }
 
 
-# This section was automatically generated by 
Dist::Zilla::Plugin::ModuleBuild v6.009.
+# This section was automatically generated by 
Dist::Zilla::Plugin::ModuleBuild v6.010.
 use strict;
 use warnings;
 
@@ -84,7 +84,7 @@
 "Dan Book "
   ],
   "dist_name" => "Perl-Critic-Freenode",
-  "dist_version" => "0.021",
+  "dist_version" => "0.024",
   "license" => "artistic_2",
   "module_name" => "Perl::Critic::Freenode",
   "recursive_test_files" => 1,
@@ -92,6 +92,7 @@
 "Carp" => 0,
 "Exporter" => 0,
 "List::Util" => "1.33",
+"Path::Tiny" => "0.101",
 "Perl::Critic" => "1.126",
 "Perl::Critic::Policy::Objects::ProhibitIndirectSyntax" => "1.126",
 "Perl::Critic::Policy::Subroutines::ProhibitAmpersandSigils" => 
"1.126",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Critic-Freenode-0.021/CONTRIBUTING.md 
new/Perl-Critic-Freenode-0.024/CONTRIBUTING.md
--- old/Perl-Critic-Freenode-0.021/CONTRIBUTING.md  2017-06-04 
01:49:18.0 +0200
+++ new/Perl-Critic-Freenode-0.024/CONTRIBUTING.md  2017-08-17 
04:39:55.0 +0200
@@ -72,6 +72,11 @@
 
 $ dzil listdeps --missing --develop | cpanm
 
+You can instead combine these two steps into one command by installing
+Dist::Zilla::App::Command::installdeps then running:
+
+$ dzil installdeps
+
 Once everything is installed, here are some dzil commands you might try:
 
 $ dzil build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit libtorrent-rasterbar for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package libtorrent-rasterbar for 
openSUSE:Factory checked in at 2017-10-10 11:43:14

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


Package is "libtorrent-rasterbar"

Tue Oct 10 11:43:14 2017 rev:50 rq:532912 version:1.1.4

Changes:

--- 
/work/SRC/openSUSE:Factory/libtorrent-rasterbar/libtorrent-rasterbar.changes
2017-05-24 16:51:19.914407129 +0200
+++ 
/work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new/libtorrent-rasterbar.changes
   2017-10-10 11:43:19.214593564 +0200
@@ -1,0 +2,28 @@
+Mon Oct  9 21:04:35 UTC 2017 - fi...@opensuse.org
+
+- Update to 1.1.4:
+  * Corrected missing const qualifiers on bdecode_node.
+  * Fix changing queue position of paused torrents (1.1.3 regression).
+  * Fix re-check issue after move_storage.
+  * Handle invalid arguments to set_piece_deadline().
+  * Move_storage did not work for torrents without metadata.
+  * Improve shutdown time by only announcing to trackers whose IP we know.
+  * Fix python3 portability issue in python binding.
+  * Delay 5 seconds before reconnecting socks5 proxy for UDP ASSOCIATE.
+  * Fix NAT-PMP crash when removing a mapping at the wrong time.
+  * Improve path sanitization (filter unicode text direction characters).
+  * Deprecate partial_piece_info::piece_state.
+  * Bind upnp requests to correct local address.
+  * Save resume data when removing web seeds.
+  * Fix proxying of https connections.
+  * Fix race condition in disk I/O storage class.
+  * Fix http connection timeout on multi-homed hosts.
+  * Removed depdendency on boost::uintptr_t for better compatibility.
+  * Fix memory leak in the disk cache.
+  * Fix double free in disk cache.
+  * Forward declaring libtorrent types is discouraged. a new fwd.hpp header is
+provided.
+- Add boost-1_65-fix.patch: fix building with boost 1.65.
+- Drop libtorrent-rasterbar-fix-build-boost-1.54.patch.
+
+---
@@ -679 +706,0 @@
-

Old:

  libtorrent-rasterbar-1.1.3.tar.gz
  libtorrent-rasterbar-fix-build-boost-1.54.patch

New:

  boost-1_65-fix.patch
  libtorrent-rasterbar-1.1.4.tar.gz



Other differences:
--
++ libtorrent-rasterbar.spec ++
--- /var/tmp/diff_new_pack.XIdrZ9/_old  2017-10-10 11:43:19.918562666 +0200
+++ /var/tmp/diff_new_pack.XIdrZ9/_new  2017-10-10 11:43:19.922562490 +0200
@@ -18,19 +18,19 @@
 
 %define _name   libtorrent
 %define sover   9
-%define _version 1_1_3
+%define _version 1_1_4
 %bcond_with examples
 %bcond_with tests
 Name:   libtorrent-rasterbar
-Version:1.1.3
+Version:1.1.4
 Release:0
 Summary:Libtorrent is a C++ implementation of the BitTorrent protocol
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
 Url:http://libtorrent.org/
 Source: 
https://github.com/arvidn/%{_name}/releases/download/%{_name}-%{_version}/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM libtorrent-rasterbar-fix-build-boost-1.54.patch 
sor.ale...@meowr.ru -- Fix building with Boost 1.54.
-Patch0: libtorrent-rasterbar-fix-build-boost-1.54.patch
+# PATCH-FIX-UPSTREAM boost-1_65-fix.patch fi...@opensuse.org -- Fix building 
with Boost 1.65.
+Patch0: boost-1_65-fix.patch
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  python-devel
@@ -139,7 +139,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0 -p0
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"

++ boost-1_65-fix.patch ++
Index: include/libtorrent/export.hpp
===
--- include/libtorrent/export.hpp.orig
+++ include/libtorrent/export.hpp
@@ -33,19 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
 #ifndef TORRENT_EXPORT_HPP_INCLUDED
 #define TORRENT_EXPORT_HPP_INCLUDED
 
-#if !defined(BOOST_COMPILER_CONFIG) && !defined(BOOST_NO_COMPILER_CONFIG)
-#  include 
-#endif
-#ifdef BOOST_COMPILER_CONFIG
-#  include BOOST_COMPILER_CONFIG
-#endif
-
-#if !defined(BOOST_PLATFORM_CONFIG) && !defined(BOOST_NO_PLATFORM_CONFIG)
-#  include 
-#endif
-#ifdef BOOST_PLATFORM_CONFIG
-#  include BOOST_PLATFORM_CONFIG
-#endif
+#include 
 
 // backwards compatibility with older versions of boost
 #if !defined BOOST_SYMBOL_EXPORT && !defined BOOST_SYMBOL_IMPORT
++ libtorrent-rasterbar-1.1.3.tar.gz -> libtorrent-rasterbar-1.1.4.tar.gz 
++
 8794 lines of diff (skipped)




commit python-pymisp for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package python-pymisp for openSUSE:Factory 
checked in at 2017-10-10 11:42:58

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


Package is "python-pymisp"

Tue Oct 10 11:42:58 2017 rev:3 rq:532855 version:2.4.81

Changes:

--- /work/SRC/openSUSE:Factory/python-pymisp/python-pymisp.changes  
2017-09-22 21:34:08.654709104 +0200
+++ /work/SRC/openSUSE:Factory/.python-pymisp.new/python-pymisp.changes 
2017-10-10 11:42:59.743448157 +0200
@@ -1,0 +2,48 @@
+Mon Oct  9 17:44:18 UTC 2017 - sebix+novell@sebix.at
+
+- update to version 2.4.81:
+ - Fix
+  - Changelog config + update. [Raphaël Vinot]
+ - Other
+  - Up: bump version. [Raphaël Vinot]
+  - Up: Bump misp-objects. [Raphaël Vinot]
+
+---
+Wed Oct  4 16:16:57 UTC 2017 - sebix+novell@sebix.at
+
+- update to version 2.4.80.1
+ - Changes
+  - Update changelog. [Raphaël Vinot]
+ - Fix
+  - Change readme. [Raphaël Vinot]
+  - Create file object. [Raphaël Vinot]
+Was broken in case the file was neither PE/ELF/Mach-O
+  - Allow again to tag/delete unsaved attributes. [Raphaël Vinot]
+  - Live tests. [Raphaël Vinot]
+  - Import the openioc converter from tool again. [Raphaël Vinot]
+ - Other
+  - Up: Version bump. [Raphaël Vinot]
+  - Up: Bump misp-objects & describeTypes. [Raphaël Vinot]
+  - Update readme. [Raphaël Vinot]
+  - Merge pull request #116 from cgi1/patch-2. [Raphaël Vinot]
+  - Similar to #114 on attribute level. [cgi1]
+`add_attribute_tag(tag,attribute_identifier)` fails if attribute does not 
have any tag in before.
+  - Merge pull request #115 from cgi1/patch-1. [Raphaël Vinot]
+Fixing #114 (MISPEvent.add_tag(tag) fails if inital event does not contain 
tag )
+  - Fixing #114. [cgi1]
+  - Merge pull request #112 from CenturyLinkCIRT/unknown-object-name-
+patch. [Raphaël Vinot]
+  - Formatted "Unknown MISP object" error message. [infosec-intern]
+When a user tries to add an object with a name that doesn't exist, the 
error thrown was missing its format string
+This ended up looking like
+pymisp.exceptions.UnknownMISPObjectTemplate: {} is unknown in the MISP 
object directory.
+Here's a patch that adds self.name to the format string
+  - Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot]
+  - Merge pull request #111 from wagner-certat/skip-tests. [Raphaël Vinot]
+  - TST: skip test with optional files if not existing. [Sebastian Wagner]
+  - TST: update test requirements. [Sebastian Wagner]
+  - Update: make make_binary_objects more flexible. [Raphaël Vinot]
+  - fix: use proper exception handlers
+- removed fix-tests-pr-111.patch, merged upstream
+
+---

Old:

  fix-tests-pr-111.patch
  pymisp-2.4.80.tar.gz

New:

  pymisp-2.4.81.tar.gz



Other differences:
--
++ python-pymisp.spec ++
--- /var/tmp/diff_new_pack.xjTe4x/_old  2017-10-10 11:43:00.627409360 +0200
+++ /var/tmp/diff_new_pack.xjTe4x/_new  2017-10-10 11:43:00.639408834 +0200
@@ -20,15 +20,13 @@
 %{!?license: %global license %doc}
 %bcond_without test
 Name:   python-pymisp
-Version:2.4.80
+Version:2.4.81
 Release:0
 Summary:Python API for MISP
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/MISP/PyMISP
 Source: 
https://files.pythonhosted.org/packages/source/p/pymisp/pymisp-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM fix-tests-pr-111.patch -- skip an optional test depending 
on third party data
-Patch0: 
https://github.com/MISP/PyMISP/pull/111.patch#/fix-tests-pr-111.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -69,7 +67,6 @@
 
 %prep
 %setup -q -n pymisp-%{version}
-%patch0 -p1
 find pymisp examples -name "*.py" -type f -exec sed -i '1s/^#!.*//' '{}' \+
 
 %build

++ pymisp-2.4.80.tar.gz -> pymisp-2.4.81.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymisp-2.4.80/.travis.yml 
new/pymisp-2.4.81/.travis.yml
--- old/pymisp-2.4.80/.travis.yml   2017-09-18 12:37:18.0 +0200
+++ new/pymisp-2.4.81/.travis.yml   2017-09-20 12:46:11.0 +0200
@@ -20,7 +20,7 @@
 - pip install -U nose
 - pip install coveralls
 - pip install codecov
-- pip install requests-mock pytest
+- pip install requests-mock
 - pip install 
https://github.com/lief-project/packages/raw/lief-master-latest/pylief-0.7.0.dev.zip
 - pip install 

commit python2-jupyter_ipython for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package python2-jupyter_ipython for 
openSUSE:Factory checked in at 2017-10-10 11:43:20

Comparing /work/SRC/openSUSE:Factory/python2-jupyter_ipython (Old)
 and  /work/SRC/openSUSE:Factory/.python2-jupyter_ipython.new (New)


Package is "python2-jupyter_ipython"

Tue Oct 10 11:43:20 2017 rev:2 rq:532922 version:5.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python2-jupyter_ipython/python2-jupyter_ipython.changes
  2017-10-03 23:16:36.380149477 +0200
+++ 
/work/SRC/openSUSE:Factory/.python2-jupyter_ipython.new/python2-jupyter_ipython.changes
 2017-10-10 11:43:22.950429596 +0200
@@ -1,0 +2,5 @@
+Mon Oct  9 16:56:11 UTC 2017 - h...@urpla.net
+
+- fix conditional to allow build for older distributions
+
+---



Other differences:
--
++ python2-jupyter_ipython.spec ++
--- /var/tmp/diff_new_pack.1jB5TP/_old  2017-10-10 11:43:23.822391326 +0200
+++ /var/tmp/diff_new_pack.1jB5TP/_new  2017-10-10 11:43:23.826391151 +0200
@@ -29,7 +29,7 @@
 %bcond_without backends
 %endif
 %else
-%if 0%{?sle_version} && 0%{sle_version} < 15
+%if 0%{?sle_version} && 0%{?sle_version} < 15
 %bcond_with backends
 %else
 %bcond_without backends
@@ -48,9 +48,9 @@
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  update-desktop-files
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
+BuildRequires:  update-desktop-files
 %if %{with iptest}
 BuildRequires:  python-backports.shutil_get_terminal_size
 BuildRequires:  python-decorator





commit perl-PPIx-Regexp for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package perl-PPIx-Regexp for 
openSUSE:Factory checked in at 2017-10-10 11:43:39

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


Package is "perl-PPIx-Regexp"

Tue Oct 10 11:43:39 2017 rev:33 rq:532928 version:0.052

Changes:

--- /work/SRC/openSUSE:Factory/perl-PPIx-Regexp/perl-PPIx-Regexp.changes
2017-02-16 17:03:08.424066610 +0100
+++ /work/SRC/openSUSE:Factory/.perl-PPIx-Regexp.new/perl-PPIx-Regexp.changes   
2017-10-10 11:43:40.893642063 +0200
@@ -1,0 +2,31 @@
+Mon Oct  9 05:45:56 UTC 2017 - co...@suse.com
+
+- updated to 0.052
+   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
+
+  0.0522017-09-07  T. R. Wyant
+  RT 122715: Clarify Node->find_parents() documentation. Thanks to
+  Salvatore Bonaccorso for letting me know about this problem..
+  
+  Further deprecate tokenizer method prior() in favor of
+  prior_significant_token().
+  
+  
+  Add requirements_for_perl(). This is analogous to the
+  CPAN::Meta::Requirements method requirements_for_module(), though
+  the output is formatted differently. Also put in the actual
+  requirements for an un-escaped literal left curly after a constant,
+  which was removed in 5.25.1 and reinstated in 5.27.1.
+  
+  Add accepts_perl(). This is analogous to
+  CPAN::Meta::Requirements->accepts_module(). I decided that
+  CPAN::Meta;:Requirements was overkill, but this may turn out to be
+  the wrong decision, so I will be careful what I expose.
+  
+  Document behavior of perl_version_introduced() and
+  perl_version_removed() when a feature is re-introduced after
+  removal, or re-removed after re-introduction.
+  
+  \N{} (empty curlys) removed in 5.27.1.
+
+---

Old:

  PPIx-Regexp-0.051.tar.gz

New:

  PPIx-Regexp-0.052.tar.gz



Other differences:
--
++ perl-PPIx-Regexp.spec ++
--- /var/tmp/diff_new_pack.a6lFQk/_old  2017-10-10 11:43:41.801602213 +0200
+++ /var/tmp/diff_new_pack.a6lFQk/_new  2017-10-10 11:43:41.805602037 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-PPIx-Regexp
-Version:0.051
+Version:0.052
 Release:0
 %define cpan_name PPIx-Regexp
 Summary:Represent a regular expression of some sort

++ PPIx-Regexp-0.051.tar.gz -> PPIx-Regexp-0.052.tar.gz ++
 1999 lines of diff (skipped)




commit perl-Perl-Critic-Pulp for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package perl-Perl-Critic-Pulp for 
openSUSE:Factory checked in at 2017-10-10 11:43:24

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


Package is "perl-Perl-Critic-Pulp"

Tue Oct 10 11:43:24 2017 rev:4 rq:532926 version:95

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Perl-Critic-Pulp/perl-Perl-Critic-Pulp.changes  
2017-06-29 15:05:57.122780456 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Perl-Critic-Pulp.new/perl-Perl-Critic-Pulp.changes
 2017-10-10 11:43:30.558095694 +0200
@@ -1,0 +2,9 @@
+Mon Oct  9 05:47:36 UTC 2017 - co...@suse.com
+
+- updated to 95
+   see /usr/share/doc/packages/perl-Perl-Critic-Pulp/Changes
+
+  Version 95, October 2017
+  - RequireFinalSemicolon also sort{} blocks are an expression
+
+---

Old:

  Perl-Critic-Pulp-94.tar.gz

New:

  Perl-Critic-Pulp-95.tar.gz



Other differences:
--
++ perl-Perl-Critic-Pulp.spec ++
--- /var/tmp/diff_new_pack.NO0sGy/_old  2017-10-10 11:43:31.198067605 +0200
+++ /var/tmp/diff_new_pack.NO0sGy/_new  2017-10-10 11:43:31.202067429 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Perl-Critic-Pulp
-Version:94
+Version:95
 Release:0
 #Upstream: GPL-1.0+
 %define cpan_name Perl-Critic-Pulp

++ Perl-Critic-Pulp-94.tar.gz -> Perl-Critic-Pulp-95.tar.gz ++
 1622 lines of diff (skipped)




commit ktexteditorpreviewplugin for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package ktexteditorpreviewplugin for 
openSUSE:Factory checked in at 2017-10-10 11:43:09

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


Package is "ktexteditorpreviewplugin"

Tue Oct 10 11:43:09 2017 rev:2 rq:532908 version:0.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/ktexteditorpreviewplugin/ktexteditorpreviewplugin.changes
2017-10-05 12:06:48.656838396 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktexteditorpreviewplugin.new/ktexteditorpreviewplugin.changes
   2017-10-10 11:43:12.198901484 +0200
@@ -1,0 +2,9 @@
+Mon Oct  9 20:35:13 UTC 2017 - wba...@tmo.at
+
+- Update to 0.2.0:
+  * Add dropdown menu to toolbar with the main menu of the KParts
+plugin
+  * Add About dialog for the currently used KParts plugin
+(invokable from the new dropdown menu)
+
+---

Old:

  ktexteditorpreviewplugin-0.1.0.tar.xz

New:

  ktexteditorpreviewplugin-0.2.0.tar.xz



Other differences:
--
++ ktexteditorpreviewplugin.spec ++
--- /var/tmp/diff_new_pack.QwnwKi/_old  2017-10-10 11:43:13.382849520 +0200
+++ /var/tmp/diff_new_pack.QwnwKi/_new  2017-10-10 11:43:13.386849345 +0200
@@ -18,7 +18,7 @@
 %bcond_without lang
 %define kf5_version 5.23.0
 Name:   ktexteditorpreviewplugin
-Version:0.1.0
+Version:0.2.0
 Release:0
 Summary:Plugin for previewing content using the KTextEditor framework
 License:LGPL-2.1+

++ ktexteditorpreviewplugin-0.1.0.tar.xz -> 
ktexteditorpreviewplugin-0.2.0.tar.xz ++
 2018 lines of diff (skipped)




commit libvirt for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2017-10-10 11:38:06

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


Package is "libvirt"

Tue Oct 10 11:38:06 2017 rev:237 rq:532351 version:3.8.0

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2017-09-29 
11:51:35.078967797 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2017-10-10 
11:38:13.971990679 +0200
@@ -1,0 +2,31 @@
+Fri Oct  6 22:46:12 UTC 2017 - jfeh...@suse.com
+
+- apparmor: add dnsmasq ptrace rule to libvirtd profile
+  c44b29aa-apparmor-dnsmasq-ptrace.patch
+  bsc#1060860
+
+---
+Thu Oct  5 15:19:24 UTC 2017 - jfeh...@suse.com
+
+- spec: Add dependency to UEFI firmwares since paths are specified
+  at build time
+
+---
+Wed Oct  4 14:40:18 UTC 2017 - jfeh...@suse.com
+
+- Update to libvirt 3.8.0
+  - Many incremental improvements and bug fixes, see
+http://libvirt.org/news.html
+  - Dropped patches:
+92bd87a2-ryzen-test-data.patch,
+5c83b360-epyc-test-data.patch,
+a0b62843-epyc-cpu-model.patch,
+f305d8a1-apparmor-attach_disconnected.patch,
+b482925c-apparmor-ptrace-support.patch
+
+---
+Tue Oct  3 23:37:12 UTC 2017 - jfeh...@suse.com
+
+- Enable firewalld support for openSUSE >= 42.2
+
+---

Old:

  5c83b360-epyc-test-data.patch
  92bd87a2-ryzen-test-data.patch
  a0b62843-epyc-cpu-model.patch
  b482925c-apparmor-ptrace-support.patch
  f305d8a1-apparmor-attach_disconnected.patch
  libvirt-3.7.0.tar.xz
  libvirt-3.7.0.tar.xz.asc

New:

  c44b29aa-apparmor-dnsmasq-ptrace.patch
  libvirt-3.8.0.tar.xz
  libvirt-3.8.0.tar.xz.asc



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.FtFLka/_old  2017-10-10 11:38:15.767911858 +0200
+++ /var/tmp/diff_new_pack.FtFLka/_new  2017-10-10 11:38:15.771911682 +0200
@@ -103,6 +103,11 @@
 %define with_phyp  1
 %endif
 
+# Enable firewalld support for openSUSE >= 42.2
+%if 0%{?sle_version} >= 120200 && 0%{?is_opensuse}
+%define with_firewalld 1
+%endif
+
 # rbd enablement is a bit tricky. For x86_64
 %ifarch x86_64
 # enable on anything newer than 1320, or SLE12 family newer than 120100
@@ -165,7 +170,7 @@
 
 Name:   libvirt
 Url:http://libvirt.org/
-Version:3.7.0
+Version:3.8.0
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+
@@ -304,11 +309,7 @@
 Source99:   baselibs.conf
 Source100:  %{name}-rpmlintrc
 # Upstream patches
-Patch0: 92bd87a2-ryzen-test-data.patch
-Patch1: 5c83b360-epyc-test-data.patch
-Patch2: a0b62843-epyc-cpu-model.patch
-Patch3: f305d8a1-apparmor-attach_disconnected.patch
-Patch4: b482925c-apparmor-ptrace-support.patch
+Patch0: c44b29aa-apparmor-dnsmasq-ptrace.patch
 # Patches pending upstream review
 Patch100:   libxl-dom-reset.patch
 Patch101:   network-don-t-use-dhcp-authoritative-on-static-netwo.patch
@@ -366,7 +367,6 @@
 # All runtime requirements for the libvirt package (runtime requirements
 # for subpackages are listed later in those subpackages)
 
-# The client side, i.e. shared libs are in a subpackage
 Requires:   %{name}-libs = %{version}-%{release}
 
 # for modprobe of pci devices
@@ -386,6 +386,15 @@
 Requires:   numad
 %endif
 
+# libvirt is configured with paths to UEFI firmwares in %build,
+# hence add a dependency to the firmware packages
+%ifarch x86_64
+Requires:   qemu-ovmf-x86_64
+%endif
+%ifarch aarch64
+Requires:   qemu-uefi-aarch64
+%endif
+
 %description daemon
 Server side daemon required to manage the virtualization capabilities
 of recent versions of Linux. Requires a hypervisor specific sub-RPM
@@ -875,10 +884,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 %patch100 -p1
 %patch101 -p1
 %patch150 -p1

++ apparmor-no-mount.patch ++
--- /var/tmp/diff_new_pack.FtFLka/_old  2017-10-10 11:38:15.847908347 +0200
+++ /var/tmp/diff_new_pack.FtFLka/_new  2017-10-10 11:38:15.851908171 +0200
@@ -1,7 +1,7 @@
-Index: libvirt-3.7.0/examples/apparmor/libvirt-lxc
+Index: libvirt-3.8.0/examples/apparmor/libvirt-lxc
 ===
 libvirt-3.7.0.orig/examples/apparmor/libvirt-lxc
-+++ libvirt-3.7.0/examples/apparmor/libvirt-lxc
+--- libvirt-3.8.0.orig/examples/apparmor/libvirt-lxc
 

commit ant for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package ant for openSUSE:Factory checked in 
at 2017-10-10 11:38:48

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


Package is "ant"

Tue Oct 10 11:38:48 2017 rev:64 rq:53 version:1.9.9

Changes:

--- /work/SRC/openSUSE:Factory/ant/ant-antlr.changes2017-09-17 
22:36:06.239422420 +0200
+++ /work/SRC/openSUSE:Factory/.ant.new/ant-antlr.changes   2017-10-10 
11:38:49.490431810 +0200
@@ -1,0 +2,12 @@
+Wed Oct  4 09:07:19 UTC 2017 - fst...@suse.com
+
+- Remove dependency on java-1_5_0-gcj-compat-devel and build even
+  the bootstrap package with java source and target 1.6
+
+---
+Fri Sep 29 07:06:59 UTC 2017 - fst...@suse.com
+
+- Don't condition the maven defines on release version, but on 
+  _maven_repository being defined
+
+---
ant-junit.changes: same change
ant.changes: same change



Other differences:
--
++ ant-antlr.spec ++
--- /var/tmp/diff_new_pack.WMYnRu/_old  2017-10-10 11:38:50.570384410 +0200
+++ /var/tmp/diff_new_pack.WMYnRu/_new  2017-10-10 11:38:50.574384235 +0200
@@ -3,7 +3,6 @@
 #
 # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2009, JPackage Project
-# All rights reserved.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +17,12 @@
 #
 
 
+%global ant_home %{_datadir}/ant
+%global major_version 1.9
 # WARNING: please do not edit this auto generated spec file. Use the 
ant.spec! #
 %bcond_with bootstrap
 %bcond_with junit
 %bcond_without antlr
-
-%global ant_home %{_datadir}/ant
-
-%global major_version 1.9
-
 Name:   ant-antlr
 Version:1.9.9
 Release:0
@@ -45,24 +41,18 @@
 Patch3: reproducible.patch
 Patch4: apache-ant-1.9.9-sourcetarget.patch
 Patch5: apache-ant-bootstrap.patch
-%if %{with bootstrap}
-BuildRequires:  java-1_5_0-gcj-compat-devel
-#BuildRequires:  java-devel >= 1.5
-BuildConflicts: java-devel >= 1.9
-#!BuildIgnore:  java-9-openjdk java-9-openjdk-devel java-9-openjdk-headless
-%else
-BuildRequires:  java-devel >= 1.6.0
-%endif
 BuildRequires:  antlr-bootstrap
+BuildRequires:  java-devel >= 1.6
 BuildRequires:  javapackages-tools
+BuildRequires:  unzip
+BuildRequires:  xml-commons-apis-bootstrap
+#BuildRequires:  xerces-j2-bootstrap
+#!BuildIgnore:  xerces-j2-bootstrap
+BuildArch:  noarch
 # Needed for maven conversions
 %if !%{with bootstrap}
 BuildRequires:  javapackages-local
 %endif
-BuildRequires:  unzip
-#BuildRequires:  xerces-j2-bootstrap
-#!BuildIgnore: xerces-j2-bootstrap
-BuildRequires:  xml-commons-apis-bootstrap
 %if %{with junit} || %{with antlr}
 BuildRequires:  ant = %{version}
 BuildRequires:  junit
@@ -76,7 +66,7 @@
 BuildRequires:  strip-nondeterminism
 %endif
 %if %{with bootstrap}
-Requires:   java-devel >= 1.5.0
+Requires:   java-devel >= 1.6
 Requires:   javapackages-tools
 Requires:   jaxp_parser_impl
 Requires:   xml-commons-apis
@@ -98,9 +88,6 @@
 Requires:   junit4
 %requires_eqant
 %endif
-BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 %if %{with junit}
 %description
 Apache Ant is a Java-based build tool.
@@ -154,14 +141,13 @@
 %endif #if bootstrap
 
 %if %{with antlr}
-
 %package -n ant-apache-bsf
 Summary:Optional apache bsf tasks for ant
 License:Apache-2.0
 Group:  Development/Tools/Building
+BuildRequires:  bsf
 Requires:   bsf
 %requires_eqant
-BuildRequires:  bsf
 
 %description -n ant-apache-bsf
 Apache Ant is a Java-based build tool.
@@ -172,9 +158,9 @@
 Summary:Optional apache resolver tasks for ant
 License:Apache-2.0
 Group:  Development/Tools/Building
+BuildRequires:  xml-commons-resolver
 Requires:   xml-commons-resolver
 %requires_eqant
-BuildRequires:  xml-commons-resolver
 
 %description -n ant-apache-resolver
 Apache Ant is a Java-based build tool.
@@ -185,9 +171,9 @@
 Summary:Optional commons logging tasks for ant
 License:Apache-2.0
 Group:  Development/Tools/Building
+BuildRequires:  jakarta-commons-logging
 Requires:   jakarta-commons-logging
 %requires_eqant
-BuildRequires:  jakarta-commons-logging
 
 %description -n ant-commons-logging
 Apache Ant is a Java-based build tool.
@@ -198,9 +184,9 @@
 Summary:Optional commons net tasks for ant
 License:Apache-2.0
 Group:  Development/Tools/Building
+BuildRequires:  jakarta-commons-net
 Requires:   

commit libvoikko for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package libvoikko for openSUSE:Factory 
checked in at 2017-10-10 11:38:21

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


Package is "libvoikko"

Tue Oct 10 11:38:21 2017 rev:30 rq:532811 version:4.1.1

Changes:

--- /work/SRC/openSUSE:Factory/libvoikko/libvoikko.changes  2017-05-18 
20:46:15.204760658 +0200
+++ /work/SRC/openSUSE:Factory/.libvoikko.new/libvoikko.changes 2017-10-10 
11:38:24.847513365 +0200
@@ -1,0 +2,12 @@
+Thu Oct  5 11:18:38 UTC 2017 - jeng...@inai.de
+
+- Stop mixing %buildroot and $RPM_BUILD_ROOT.
+- Drop --with-pic which is a no-op with --disable-static.
+
+---
+Wed Oct  4 07:54:42 UTC 2017 - tuukka.pasa...@ilmi.fi
+
+- Added python3 interface package libvoikko which is needed
+  by LibreOffice 
+
+---



Other differences:
--
++ libvoikko.spec ++
--- /var/tmp/diff_new_pack.iAzGWL/_old  2017-10-10 11:38:26.399445253 +0200
+++ /var/tmp/diff_new_pack.iAzGWL/_new  2017-10-10 11:38:26.399445253 +0200
@@ -67,13 +67,23 @@
 Voikko is a Finnish spellchecker and hyphenator based on Malaga and
 Suomi-Malaga.
 
+%package -n python3-libvoikko
+Summary:Python interface to %{name}
+Group:  Development/Libraries/Python
+Requires:   libvoikko1 = %{version}-%{release}
+BuildArch:  noarch
+
+%description -n python3-libvoikko
+Python interface to libvoikko, library of language tools.
+This module can be used to perform various natural language analysis
+tasks on text.
+
 %prep
 %setup -q
 
 %build
 %configure \
--disable-silent_rules \
-   --with-pic \
--disable-static \
--with-dictionary-path=%{_libexecdir}/voikko:%{_datadir}/voikko
 make %{?_smp_mflags}
@@ -85,6 +95,9 @@
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
+install -d %{buildroot}/%{python3_sitelib}
+install -pm 0644 python/libvoikko.py %{buildroot}/%{python3_sitelib}/
+
 %post -n libvoikko1 -p /sbin/ldconfig
 %postun -n libvoikko1 -p /sbin/ldconfig
 
@@ -104,4 +117,8 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libvoikko.pc
 
+%files -n python3-libvoikko
+%defattr(-,root,root)
+%{python3_sitelib}/*
+
 %changelog






commit product-builder for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package product-builder for openSUSE:Factory 
checked in at 2017-10-10 11:37:55

Comparing /work/SRC/openSUSE:Factory/product-builder (Old)
 and  /work/SRC/openSUSE:Factory/.product-builder.new (New)


Package is "product-builder"

Tue Oct 10 11:37:55 2017 rev:11 rq:532160 version:1.0~pre.1507277845.84ea077

Changes:

--- /work/SRC/openSUSE:Factory/product-builder/product-builder.changes  
2017-09-27 16:53:57.678815286 +0200
+++ /work/SRC/openSUSE:Factory/.product-builder.new/product-builder.changes 
2017-10-10 11:38:00.232593684 +0200
@@ -1,0 +2,5 @@
+Fri Oct  6 10:04:45 UTC 2017 - adr...@suse.de
+
+- patch README.BETA again
+
+---
@@ -6 +11 @@
-- building seperate media is an explicit setting now
+- building separate media is an explicit setting now

Old:

  product-builder-1.0~pre.1506336035.066b85a.obscpio

New:

  product-builder-1.0~pre.1507277845.84ea077.obscpio



Other differences:
--
++ product-builder.spec ++
--- /var/tmp/diff_new_pack.FGKz3n/_old  2017-10-10 11:38:03.404454475 +0200
+++ /var/tmp/diff_new_pack.FGKz3n/_new  2017-10-10 11:38:03.408454300 +0200
@@ -23,7 +23,7 @@
 Name:   product-builder
 Conflicts:  kiwi
 Conflicts:  kiwi-instsource
-Version:1.0~pre.1506336035.066b85a
+Version:1.0~pre.1507277845.84ea077
 Release:0
 Provides:   kiwi-schema = 6.2
 Source: product-builder-%version.tar.xz

++ product-builder-1.0~pre.1506336035.066b85a.obscpio -> 
product-builder-1.0~pre.1507277845.84ea077.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/product-builder-1.0~pre.1506336035.066b85a/modules/KIWICollect.pm 
new/product-builder-1.0~pre.1507277845.84ea077/modules/KIWICollect.pm
--- old/product-builder-1.0~pre.1506336035.066b85a/modules/KIWICollect.pm   
2017-09-25 12:48:22.0 +0200
+++ new/product-builder-1.0~pre.1507277845.84ea077/modules/KIWICollect.pm   
2017-10-06 10:16:45.0 +0200
@@ -1203,7 +1203,7 @@
 # the dependency solver need to tell if a package is not matching
 return 1 if $number == $this->{m_debugmedium};
 
-return 1 if $this->{m_proddata}->getVar("SEPERATE_MEDIA") eq "true";
+return 1 if $this->{m_proddata}->getVar("SEPARATE_MEDIA") eq "true";
 
 return 0;
 }
@@ -1370,7 +1370,22 @@
 $support_fd -> close();
 }
 
-# step 5: products file
+# step 5: handle beta information
+my $beta_version = $this->{m_proddata}->getOpt("BETA_VERSION");
+my $readme_file = "$this->{m_basesubdir}->{'1'}/README.BETA";
+if (defined($beta_version)) {
+my $dist_string = $this->{m_proddata}->getVar("PRODUCT_SUMMARY")." 
".${beta_version};
+$dist_string = $this->{m_proddata}->getVar("PRODUCT_SUMMARY")." 
".${beta_version};
+$dist_string =~ s/\Q\/\E/\\\//g;
+if (system("sed", "-i", "s/BETA_DIST_VERSION/$dist_string/", 
$readme_file) != 0) {
+$this->logMsg('W', "Failed to replace beta version in README.BETA 
file!");
+};
+} elsif ( -e $readme_file ) {
+$this->logMsg('I', "Dropping README.BETA file");
+unlink($readme_file);
+}
+
+# step 6: products file
 $this->logMsg('I', "Creating products file in all media:");
 my $prodname= $this->{m_proddata}->getVar("PRODUCT_NAME");
 my $prodsummary = $this->{m_proddata}->getVar("PRODUCT_SUMMARY");
@@ -1404,7 +1419,7 @@
 close $PRODUCT;
 }
 
-# step 6: write out the channel files based on the collected rpms
+# step 7: write out the channel files based on the collected rpms
 for my $m (keys(%{$this->{m_reportLog}})) {
 my $medium = $this->{m_reportLog}->{$m};
 my $fd;

++ product-builder.obsinfo ++
--- /var/tmp/diff_new_pack.FGKz3n/_old  2017-10-10 11:38:03.640444118 +0200
+++ /var/tmp/diff_new_pack.FGKz3n/_new  2017-10-10 11:38:03.63942 +0200
@@ -1,5 +1,5 @@
 name: product-builder
-version: 1.0~pre.1506336035.066b85a
-mtime: 1506336035
-commit: 066b85a68cca9eb3b3e474fe8dfc12cb8b7a893b
+version: 1.0~pre.1507277845.84ea077
+mtime: 1507277845
+commit: 84ea077b51ba138f6c0acf9fdfaa8d6f316d32d1
 




commit axis for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package axis for openSUSE:Factory checked in 
at 2017-10-10 11:39:17

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


Package is "axis"

Tue Oct 10 11:39:17 2017 rev:29 rq:531529 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/axis/axis.changes2017-09-17 
22:36:44.270075480 +0200
+++ /work/SRC/openSUSE:Factory/.axis.new/axis.changes   2017-10-10 
11:39:28.292728773 +0200
@@ -1,0 +2,17 @@
+Thu Oct  5 05:54:20 UTC 2017 - fst...@suse.com
+
+- Remove the 3 deprecated classes from package org.apache.axis.enum
+  * allows building with java source and target >= 1.5
+- Added patches:
+  * axis-encoding.patch
++ Specify file encoding ISO-8859-1 in order to avoid compiler
+  errors with characters unmappable in ASCII
+  * axis-enum.patch
++ Rename variable enum to emun to avoid clash with reserved
+  word in java5+
+  * axis-compareto.patch
++ Rewrite the UnsignedInt::compareTo and
+  UnsignedLong::compareTo to check first that the Object we
+  compare with is instance of the respective class
+
+---

New:

  axis-compareto.patch
  axis-encoding.patch
  axis-enum.patch



Other differences:
--
++ axis.spec ++
--- /var/tmp/diff_new_pack.Eax2o7/_old  2017-10-10 11:39:30.080650301 +0200
+++ /var/tmp/diff_new_pack.Eax2o7/_new  2017-10-10 11:39:30.084650125 +0200
@@ -44,6 +44,9 @@
 Patch1: axis-1.4-gcc44_build.patch
 Patch2: axis-manifest.patch
 Patch3: axis-ant-build.patch
+Patch4: axis-encoding.patch
+Patch5: axis-compareto.patch
+Patch6: axis-enum.patch
 BuildRequires:  ant
 BuildRequires:  ant-jdepend
 BuildRequires:  antlr
@@ -72,7 +75,6 @@
 Requires:   wsdl4j
 Obsoletes:  %{name}-javadoc
 BuildArch:  noarch
-BuildConflicts: java-devel >= 1.9
 
 %description
 Apache Axis is an implementation of the SOAP ("Simple Object Access
@@ -92,11 +94,15 @@
 %patch1 -p1 -b gcc44-build
 %patch2
 %patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
 
 # Remove provided binaries
 find . -name "*.jar" -exec rm -f {} \;
 find . -name "*.zip" -exec rm -f {} \;
 find . -name "*.class" -exec rm -f {} \;
+rm -rf src/org/apache/axis/enum
 
 cp %{SOURCE1} %{SOURCE2} %{SOURCE3} .
 
@@ -119,8 +125,8 @@
 -Djunit.jar=$(build-classpath junit 2>/dev/null) \
 -Djimi.jar=$(build-classpath jimi 2>/dev/null) \
 -Djsse.jar=$(build-classpath jsse/jsse 2>/dev/null) \
--Dant.build.javac.source=1.4 \
--Dant.build.javac.target=1.4 \
+-Dant.build.javac.source=1.6 -Dsource=1.6 \
+-Dant.build.javac.target=1.6 -Dtarget=1.6 \
 clean compile
 
 %install

++ axis-MANIFEST.MF ++
--- /var/tmp/diff_new_pack.Eax2o7/_old  2017-10-10 11:39:30.184645736 +0200
+++ /var/tmp/diff_new_pack.Eax2o7/_new  2017-10-10 11:39:30.188645560 +0200
@@ -31,7 +31,6 @@
  org.apache.axis.encoding,
  org.apache.axis.encoding.ser,
  org.apache.axis.encoding.ser.castor,
- org.apache.axis.enum,
  org.apache.axis.handlers,
  org.apache.axis.handlers.http,
  org.apache.axis.handlers.soap,

++ axis-compareto.patch ++
--- axis-1_4/src/org/apache/axis/types/UnsignedInt.java 2017-10-04 
23:06:07.691042250 +0200
+++ axis-1_4/src/org/apache/axis/types/UnsignedInt.java 2017-10-05 
08:10:43.431335157 +0200
@@ -106,13 +106,20 @@
 
 // implement java.lang.comparable interface
 public int compareTo(Object obj) {
+  UnsignedInt other = null;
+  if (obj instanceof UnsignedInt)
+other = (UnsignedInt) obj; 
+  if (other != null) {
   if (lValue != null)
-return lValue.compareTo(obj);
+  return lValue.compareTo(other.lValue);
   else
-if (equals(obj) == true)
+  return 1;  // object is greater
+  } else {
+if (lValue == null)
 return 0;  // null == null
 else
-return 1;  // object is greater
+  return -1;
+  }
 }
 
 // Implement java.lang.Number interface
--- axis-1_4/src/org/apache/axis/types/UnsignedLong.java2017-10-04 
23:06:07.691042250 +0200
+++ axis-1_4/src/org/apache/axis/types/UnsignedLong.java2017-10-05 
08:08:22.105252757 +0200
@@ -100,12 +100,20 @@
 
 // implement java.lang.comparable interface
 public int compareTo(Object obj) {
+UnsignedLong other = null;
+if (obj instanceof UnsignedLong)
+other = (UnsignedLong) obj;
+if (other != null) {
 if (lValue != null)
-return lValue.compareTo(obj);
-else if (equals(obj) == true)
-return 0;  // null == null
+return 

commit python-hypothesis for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package python-hypothesis for 
openSUSE:Factory checked in at 2017-10-10 11:38:16

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


Package is "python-hypothesis"

Tue Oct 10 11:38:16 2017 rev:7 rq:532615 version:3.31.3

Changes:

--- /work/SRC/openSUSE:Factory/python-hypothesis/python-hypothesis.changes  
2017-07-21 22:37:10.388207759 +0200
+++ /work/SRC/openSUSE:Factory/.python-hypothesis.new/python-hypothesis.changes 
2017-10-10 11:38:16.535878153 +0200
@@ -1,0 +2,25 @@
+Fri Oct  6 19:43:51 UTC 2017 - a...@gmx.de
+
+- update to version 3.31.3:
+  * This release makes some small optimisations to our use of coverage
+that should reduce constant per-example overhead. This is probably
+only noticeable on examples where the test itself is quite
+fast. On no-op tests that don’t test anything you may see up to a
+fourfold speed increase (which is still significantly slower than
+without coverage). On more realistic tests the speed up is likely
+to be less than that.
+
+---
+Thu Oct  5 12:11:08 UTC 2017 - dims...@opensuse.org
+
+- Add python-attrs and python-coverage requires, matching the info
+  of setup.py.
+
+---
+Tue Oct  3 01:14:16 UTC 2017 - a...@gmx.de
+
+- update to version 3.31.2:
+  * long list of updates, see
+https://hypothesis.readthedocs.io/en/latest/changes.html
+
+---

Old:

  hypothesis-3.11.6.tar.gz

New:

  hypothesis-3.31.3.tar.gz



Other differences:
--
++ python-hypothesis.spec ++
--- /var/tmp/diff_new_pack.3lW7rT/_old  2017-10-10 11:38:17.223847959 +0200
+++ /var/tmp/diff_new_pack.3lW7rT/_new  2017-10-10 11:38:17.227847783 +0200
@@ -24,7 +24,7 @@
 %endif
 %bcond_with test
 Name:   python-hypothesis
-Version:3.11.6
+Version:3.31.3
 Release:0
 Summary:A library for property based testing
 License:MPL-2.0
@@ -35,12 +35,13 @@
 BuildRequires:  fdupes
 BuildRequires:  python-enum34
 BuildRequires:  python-rpm-macros
+Requires:   python-attrs
+Requires:   python-coverage
 Recommends: python-Django >= 1.7
 Recommends: python-Faker >= 0.7.0
 Recommends: python-numpy >= 1.9.0
 Recommends: python-pytest >= 2.7.0
 Recommends: python-pytz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %if %{with test}
 BuildRequires:  %{python_module Django >= 1.7}

++ hypothesis-3.11.6.tar.gz -> hypothesis-3.31.3.tar.gz ++
 10380 lines of diff (skipped)




commit rpmlint-mini for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package rpmlint-mini for openSUSE:Factory 
checked in at 2017-10-10 11:32:17

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


Package is "rpmlint-mini"

Tue Oct 10 11:32:17 2017 rev:84 rq:531247 version:1.10

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint-mini/rpmlint-mini.changes
2017-06-08 16:37:10.141475111 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint-mini.new/rpmlint-mini.changes   
2017-10-10 11:32:23.423375739 +0200
@@ -1,0 +2,7 @@
+Thu Sep 28 12:32:54 UTC 2017 - dmuel...@suse.com
+
+- rebuild against rpmlint 1.10
+  drops: rpmlint-deps.patch
+- Switch to Python 3.x
+
+---

Old:

  rpmlint-deps.patch



Other differences:
--
++ rpmlint-mini.spec ++
--- /var/tmp/diff_new_pack.CtvqpT/_old  2017-10-10 11:32:26.751229685 +0200
+++ /var/tmp/diff_new_pack.CtvqpT/_new  2017-10-10 11:32:26.751229685 +0200
@@ -14,31 +14,15 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-# icecream 0
 
 
 Name:   rpmlint-mini
-BuildRequires:  glib2-devel
-BuildRequires:  glib2-devel-static
-BuildRequires:  pkg-config
-BuildRequires:  python-magic
-BuildRequires:  python-xml
-BuildRequires:  rpm-python
-BuildRequires:  rpmlint
-#!BuildIgnore: rpmlint-mini
-# need to fetch the file from there
-BuildRequires:  checkbashisms
-BuildRequires:  dash
-BuildRequires:  libtool
-BuildRequires:  polkit-default-privs
-Requires:   cpio
+Version:1.10
+Release:0
 Summary:Rpm correctness checker
 License:GPL-2.0+
 Group:  System/Packages
-Version:1.8
-Release:0
 Url:http://rpmlint.zarb.org/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: desktop-file-utils-0.23.tar.xz
 Source100:  rpmlint-deps.txt
 Source101:  rpmlint.wrapper
@@ -46,8 +30,17 @@
 Source103:  polkit-default-privs.config
 Source104:  appdata_checker.config
 Source1000: rpmlint-mini.rpmlintrc
-# adjusts python deps for Leap 42.3
-Patch0: rpmlint-deps.patch
+# need to fetch the file from there
+BuildRequires:  checkbashisms
+BuildRequires:  dash
+BuildRequires:  glib2-devel
+BuildRequires:  glib2-devel-static
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  polkit-default-privs
+BuildRequires:  rpmlint
+#!BuildIgnore:  rpmlint-mini
+Requires:   cpio
 
 %description
 Rpmlint is a tool to check common errors on rpm packages. Binary and
@@ -56,69 +49,59 @@
 %prep
 %setup -q -n desktop-file-utils-0.23
 [[ -r COPYING ]]
-%if 0%{?sle_version}
-patch -d %{_sourcedir} -p0 < %{P:0}
-%endif
 
 %build
 %configure
 pushd src
-make desktop-file-validate V=1 
DESKTOP_FILE_UTILS_LIBS="%{_libdir}/libglib-2.0.a -lpthread -lrt"
+make %{?_smp_mflags} desktop-file-validate V=1 
DESKTOP_FILE_UTILS_LIBS="%{_libdir}/libglib-2.0.a -lpthread -lrt"
 popd
 
 %install
 # test if the rpmlint works at all
 set +e
-/usr/bin/rpmlint rpmlint
+%{_bindir}/rpmlint rpmlint
 test $? -gt 0 -a $? -lt 60 && exit 1
 set -e
 # okay, lets put it together
-mkdir -p $RPM_BUILD_ROOT/opt/testing/share/rpmlint
-install -m 755 -D src/desktop-file-validate 
$RPM_BUILD_ROOT/opt/testing/bin/desktop-file-validate
-cp -a /usr/bin/dash /usr/bin/checkbashisms $RPM_BUILD_ROOT/opt/testing/bin
-mkdir -p $RPM_BUILD_ROOT/opt/testing/%{_lib}
-cp -a %_libdir/libedit.so.0* $RPM_BUILD_ROOT/opt/testing/%{_lib}
-cp -a /usr/share/rpmlint/*.py $RPM_BUILD_ROOT/opt/testing/share/rpmlint
+mkdir -p %{buildroot}/opt/testing/share/rpmlint
+install -m 755 -D src/desktop-file-validate 
%{buildroot}/opt/testing/bin/desktop-file-validate
+cp -a %{_bindir}/dash %{_bindir}/checkbashisms %{buildroot}/opt/testing/bin
+mkdir -p %{buildroot}/opt/testing/%{_lib}
+cp -a %{_libdir}/libedit.so.0* %{buildroot}/opt/testing/%{_lib}
+cp -a %{_datadir}/rpmlint/*.py %{buildroot}/opt/testing/share/rpmlint
 # install config files
-install -d -m 755 $RPM_BUILD_ROOT/opt/testing/share/rpmlint/mini
-for i in /etc/rpmlint/{pie,licenses}.config "%{SOURCE103}" "%{SOURCE104}"; do
-  cp $i $RPM_BUILD_ROOT/opt/testing/share/rpmlint/mini
+install -d -m 755 %{buildroot}/opt/testing/share/rpmlint/mini
+for i in %{_sysconfdir}/rpmlint/{pie,licenses}.config "%{SOURCE103}" 
"%{SOURCE104}"; do
+  cp $i %{buildroot}/opt/testing/share/rpmlint/mini
 done
-install -m 644 -D /usr/share/rpmlint/config 
$RPM_BUILD_ROOT/opt/testing/share/rpmlint/config
-install -m 644 "%{SOURCE102}" $RPM_BUILD_ROOT/opt/testing/share/rpmlint
+install -m 644 -D %{_datadir}/rpmlint/config 
%{buildroot}/opt/testing/share/rpmlint/config
+install -m 644 "%{SOURCE102}" 

commit rpmlint-Factory for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package rpmlint-Factory for openSUSE:Factory 
checked in at 2017-10-10 11:32:28

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


Package is "rpmlint-Factory"

Tue Oct 10 11:32:28 2017 rev:45 rq:531248 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint-Factory/rpmlint-Factory.changes  
2014-05-22 20:37:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint-Factory.new/rpmlint-Factory.changes 
2017-10-10 11:32:32.622971985 +0200
@@ -1,0 +2,6 @@
+Sun Oct  1 19:21:35 UTC 2017 - dmuel...@suse.com
+
+- lower badness for script-interpreter in preparation of rpmlint
+  1.10 update
+
+---



Other differences:
--
++ rpmlint-Factory.spec ++
--- /var/tmp/diff_new_pack.Os7IVS/_old  2017-10-10 11:32:35.250856651 +0200
+++ /var/tmp/diff_new_pack.Os7IVS/_new  2017-10-10 11:32:35.250856651 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmlint-Factory
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ config ++
--- /var/tmp/diff_new_pack.Os7IVS/_old  2017-10-10 11:32:35.298854544 +0200
+++ /var/tmp/diff_new_pack.Os7IVS/_new  2017-10-10 11:32:35.302854369 +0200
@@ -30,7 +30,9 @@
 # score table
 setBadness('arch-dependent-file-in-usr-share', 590)
 setBadness('infopage-not-gzipped', 540)
-setBadness('wrong-script-interpreter', 533)
+setBadness('wrong-script-interpreter', 490)
+# setBadness('env-script-interpreter', 90)
+setBadness('env-script-interpreter', 9)
 setBadness('arch-independent-package-contains-binary-or-object', 499)
 setBadness('library-without-ldconfig-postin', 300)
 setBadness('library-without-ldconfig-postun', 300)
@@ -41,7 +43,7 @@
 setBadness('makefile-junk', 109)
 setBadness('files-duplicated-waste', 100)
 setBadness('summary-not-capitalized', 63)
-setBadness('summary-ended-with-dot', 89)
+setBadness('summary-ended-with-dot', 20)
 setBadness('summary-too-long', 200)
 setBadness('executable-docs', 60)
 setBadness('spurious-executable-perm', 50)




commit antlr for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package antlr for openSUSE:Factory checked 
in at 2017-10-10 11:41:02

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


Package is "antlr"

Tue Oct 10 11:41:02 2017 rev:38 rq:532706 version:2.7.7

Changes:

--- /work/SRC/openSUSE:Factory/antlr/antlr-bootstrap.changes2017-09-27 
16:49:23.349415228 +0200
+++ /work/SRC/openSUSE:Factory/.antlr.new/antlr-bootstrap.changes   
2017-10-10 11:41:06.360424565 +0200
@@ -1,0 +2,7 @@
+Mon Oct  9 09:56:54 UTC 2017 - fst...@suse.com
+
+- Remove requirement of gcc-java all together and build with
+  any java version that exists and is able to use source and target
+  1.6
+
+---



Other differences:
--
++ antlr-bootstrap.spec ++
--- /var/tmp/diff_new_pack.QQMfMR/_old  2017-10-10 11:41:07.112391561 +0200
+++ /var/tmp/diff_new_pack.QQMfMR/_new  2017-10-10 11:41:07.116391386 +0200
@@ -27,8 +27,7 @@
 Url:http://www.antlr.org
 Source0:antlr-%{version}.tar.bz2
 Source1:manifest.antlr
-BuildRequires:  gcc-gij
-BuildRequires:  gcc-java
+BuildRequires:  java-devel >= 1.6
 BuildRequires:  unzip
 BuildRequires:  zip
 BuildArch:  noarch
@@ -45,7 +44,6 @@
 # variables:
 TARGET_DIR=`pwd`
 CLASSPATH_ORIG="$CLASSPATH"
-LIB_GCJ="`ls %{_javadir}/libgcj-*.jar`"
 #>>> delete binary file and files not needed
 function delBinaryFiles() {
   set +x
@@ -69,7 +67,6 @@
 }
 #>>> compiles all *.java file in the current directory tree
 # uses mkTargetClasspath for CLASSPATH  variable
-# uses LIB_GCJ for CLASSPATH
 function compileFiles() {
   mkTargetClasspath
   set +x
@@ -94,11 +91,10 @@
 # uses $TARGET_DIR to move created jar to
 function mkJar() {
   find  -name "version.txt" -or -name "*.class" -or -name "*.properties" -or 
-name "*.rsc" -or -name "*manifest*" |\
-xargs gjar%{gccbinsuffix} -m manifest.* -cf ${1}.jar ;
+xargs jar cfm ${1}.jar manifest.* ;
   mv ${1}.jar $TARGET_DIR
 }
-ECJJAR=`gcj%{gccbinsuffix} -print-file-name=ecj.jar`
-COMPILER_COMMAND="gij%{gccbinsuffix} -cp $ECJJAR 
org.eclipse.jdt.internal.compiler.batch.Main -cp  "
+COMPILER_COMMAND="javac -source 1.6 -target 1.6 -cp  "
 delBinaryFiles
 mkdir src
 mv antlr src




commit libcroco for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package libcroco for openSUSE:Factory 
checked in at 2017-10-10 11:41:32

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


Package is "libcroco"

Tue Oct 10 11:41:32 2017 rev:35 rq:532848 version:0.6.12

Changes:

--- /work/SRC/openSUSE:Factory/libcroco/libcroco.changes2017-06-19 
13:23:01.523524570 +0200
+++ /work/SRC/openSUSE:Factory/.libcroco.new/libcroco.changes   2017-10-10 
11:41:33.655226591 +0200
@@ -1,0 +2,13 @@
+Sun Oct  8 00:16:21 UTC 2017 - jeng...@inai.de
+
+- Remove --with-pic which is useless with --disable-static.
+- Rectify RPM groups. Remove redundant %clean section.
+
+---
+Sat Oct  7 14:36:27 UTC 2017 - dims...@opensuse.org
+
+- Drop gtk-doc BuildRequires: Do not build documentation (helps
+  eliminate a build cycle). This is no loss for the package, as we
+  simply install the pre-built doc from the tarball.
+
+---



Other differences:
--
++ libcroco.spec ++
--- /var/tmp/diff_new_pack.J5B39q/_old  2017-10-10 11:41:34.399193938 +0200
+++ /var/tmp/diff_new_pack.J5B39q/_new  2017-10-10 11:41:34.403193762 +0200
@@ -21,7 +21,7 @@
 Release:0
 Summary:CSS2 Parser Library
 License:LGPL-2.1
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 Url:http://www.freespiders.org/projects/libcroco/
 Source: 
http://download.gnome.org/sources/libcroco/0.6/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
@@ -29,7 +29,6 @@
 Patch0: libcroco-fix-CVE-2017-7960.patch
 # PATCH-FIX-UPSTREAM libcroco-fix-CVE-2017-7961.patch boo#1034482 
zai...@opensuse.org -- Fix CVE-2017-7961
 Patch1: libcroco-fix-CVE-2017-7961.patch
-BuildRequires:  gtk-doc
 BuildRequires:  pkgconfig(glib-2.0) >= 2.0
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.4.23
 # bug437293
@@ -78,17 +77,13 @@
 %build
 # needed for libcroco-0.6.1:
 export CFLAGS="%{optflags} -fno-strict-aliasing"
-%configure --with-pic\
-   --disable-static
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
 %make_install
 rm -f %{buildroot}%{_libdir}/*.la
 
-%clean
-rm -rf %{buildroot}
-
 %post 0_6-3 -p /sbin/ldconfig
 
 %postun 0_6-3 -p /sbin/ldconfig




commit expat for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package expat for openSUSE:Factory checked 
in at 2017-10-10 11:40:50

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


Package is "expat"

Tue Oct 10 11:40:50 2017 rev:52 rq:532443 version:2.2.1

Changes:

--- /work/SRC/openSUSE:Factory/expat/expat.changes  2017-07-30 
11:23:51.427221229 +0200
+++ /work/SRC/openSUSE:Factory/.expat.new/expat.changes 2017-10-10 
11:40:52.685024781 +0200
@@ -1,0 +2,5 @@
+Sat Oct  7 14:32:27 UTC 2017 - jay...@gmail.com
+
+- Allow building when do_profiling is undefined
+
+---



Other differences:
--
++ expat.spec ++
--- /var/tmp/diff_new_pack.tcwwXV/_old  2017-10-10 11:40:53.920970535 +0200
+++ /var/tmp/diff_new_pack.tcwwXV/_new  2017-10-10 11:40:53.928970185 +0200
@@ -69,7 +69,7 @@
 %configure \
   --disable-silent-rules \
   --disable-static
-%if %{do_profiling}
+%if 0%{?do_profiling}
   make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}"
   make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" 
LDFLAGS="%{optflags} %{cflags_profile_generate}" check
   make clean