commit chrony for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package chrony for openSUSE:Factory checked 
in at 2017-10-02 16:54:50

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


Package is "chrony"

Mon Oct  2 16:54:50 2017 rev:7 rq:530357 version:3.2

Changes:

--- /work/SRC/openSUSE:Factory/chrony/chrony.changes2017-09-23 
21:36:10.057943360 +0200
+++ /work/SRC/openSUSE:Factory/.chrony.new/chrony.changes   2017-10-02 
16:54:57.903979788 +0200
@@ -1,0 +2,7 @@
+Thu Sep 28 16:17:08 UTC 2017 - mrueck...@suse.de
+
+- refresh patches to apply cleanly again
+  - chrony-config.patch
+  - chrony-fix-open.patch
+
+---



Other differences:
--
++ chrony-config.patch ++
--- /var/tmp/diff_new_pack.tq3oRW/_old  2017-10-02 16:54:58.607880986 +0200
+++ /var/tmp/diff_new_pack.tq3oRW/_new  2017-10-02 16:54:58.607880986 +0200
@@ -1,5 +1,7 @@
 chrony-3.1/examples/chrony.conf.example3   2017-01-31 05:22:11.0 
-0500
-+++ chrony-3.1/examples/chrony.conf.example3   2017-01-31 11:53:04.0 
-0500
+Index: chrony-3.2/examples/chrony.conf.example3
+===
+--- chrony-3.2.orig/examples/chrony.conf.example3
 chrony-3.2/examples/chrony.conf.example3
 @@ -27,12 +27,38 @@
  # you can access at http://support.ntp.org/bin/view/Servers/WebHome or
  # you can use servers from the pool.ntp.org project.
@@ -52,7 +54,7 @@
  
  # If you want to enable NTP authentication with symmetric keys, you will need
  # to uncomment the following line and edit the file to set up the keys.
-@@ -118,8 +144,8 @@
+@@ -124,8 +150,8 @@ driftfile /var/lib/chrony/drift
  # produce some graphs of your system's timekeeping performance, or you
  # need help in debugging a problem.
  

++ chrony-fix-open.patch ++
--- /var/tmp/diff_new_pack.tq3oRW/_old  2017-10-02 16:54:58.655874250 +0200
+++ /var/tmp/diff_new_pack.tq3oRW/_new  2017-10-02 16:54:58.655874250 +0200
@@ -1,8 +1,8 @@
 Index: chrony-3.2/clknetsim-71dbbc509eee05cb29e33468be93d5ba52b79429/client.c
 ===
 chrony-3.2/clknetsim-71dbbc509eee05cb29e33468be93d5ba52b79429/client.c
+--- chrony-3.2.orig/clknetsim-71dbbc509eee05cb29e33468be93d5ba52b79429/client.c
 +++ chrony-3.2/clknetsim-71dbbc509eee05cb29e33468be93d5ba52b79429/client.c
-@@ -1000,6 +1000,8 @@ int open(const char *pathname, int flags
+@@ -1008,6 +1008,8 @@ int open(const char *pathname, int flags
else if (!strcmp(pathname, "/dev/ptp1"))
return SYSCLK_FD;
  
@@ -11,7 +11,7 @@
r = _open(pathname, flags);
assert(r < 0 || (r < BASE_SOCKET_FD && r < BASE_TIMER_FD));
  
-@@ -1018,6 +1020,8 @@ int close(int fd) {
+@@ -1026,6 +1028,8 @@ int close(int fd) {
return 0;
}
  




commit certbot for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package certbot for openSUSE:Factory checked 
in at 2017-10-02 16:54:26

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


Package is "certbot"

Mon Oct  2 16:54:26 2017 rev:14 rq:530237 version:0.18.2

Changes:

--- /work/SRC/openSUSE:Factory/certbot/certbot.changes  2017-09-12 
19:56:28.645944472 +0200
+++ /work/SRC/openSUSE:Factory/.certbot.new/certbot.changes 2017-10-02 
16:54:38.842655280 +0200
@@ -1,0 +2,12 @@
+Sat Sep 23 08:35:27 UTC 2017 - ec...@opensuse.org
+
+- update to 0.18.2
+  See https://github.com/certbot/certbot/blob/master/CHANGELOG.md
+
+---
+Wed Sep 20 11:43:14 UTC 2017 - ec...@opensuse.org
+
+- BuildRequires for python-pyOpenSSL set to 17.0 because of
+  convert python-acme into singlespec
+
+---

Old:

  v0.18.1.tar.gz

New:

  v0.18.2.tar.gz



Other differences:
--
++ certbot.spec ++
--- /var/tmp/diff_new_pack.msWBYy/_old  2017-10-02 16:54:39.502562654 +0200
+++ /var/tmp/diff_new_pack.msWBYy/_new  2017-10-02 16:54:39.506562092 +0200
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:   certbot
-Version:0.18.1
+Version:0.18.2
 Release:0
 Summary:Let's Encrypt
 License:Apache-2.0
@@ -39,6 +39,7 @@
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  pkg-config
+BuildRequires:  python-devel >= 2.7
 BuildRequires:  python-setuptools >= 1.0
 BuildRequires:  swig
 BuildRequires:  unzip
@@ -46,9 +47,8 @@
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(python) >= 2.6.6
 # install_requires
-#BuildRequires:  acme
 BuildRequires:  python-acme = %{version}
-BuildRequires:  python-argparse
+#BuildRequires:  python-argparse
 BuildRequires:  python-configargparse
 BuildRequires:  python-configobj
 BuildRequires:  python-cryptography >= 0.8
@@ -58,12 +58,13 @@
 BuildRequires:  python-mock
 BuildRequires:  python-parsedatetime
 BuildRequires:  python-psutil >= 2.2.1
-BuildRequires:  python-pyOpenSSL >= 0.15
-BuildRequires:  python-pyRFC3339
+BuildRequires:  python-pyOpenSSL >= 17.0
 BuildRequires:  python-pytz
 %if 0%{?suse_version} >= 1330
+BuildRequires:  python2-pyRFC3339
 BuildRequires:  python2-requests >= 2.10
 %else
+BuildRequires:  python-pyRFC3339
 BuildRequires:  python-requests >= 2.10
 %endif
 BuildRequires:  python-six
@@ -103,7 +104,7 @@
 Requires:   ca-certificates
 Requires:   cron
 Requires:   python-acme = %{version}
-Requires:   python-argparse
+#Requires:   python-argparse
 Requires:   python-certbot = %{version}
 Requires:   python-configargparse
 Requires:   python-configobj
@@ -112,12 +113,13 @@
 Requires:   python-mock
 Requires:   python-parsedatetime
 Requires:   python-psutil >= 2.2.1
-Requires:   python-pyOpenSSL >= 0.15
-Requires:   python-pyRFC3339
+Requires:   python-pyOpenSSL >= 17.0
 Requires:   python-pytz
 %if 0%{?suse_version} >= 1330
+Requires:   python2-pyRFC3339
 Requires:   python2-requests >= 2.10
 %else
+Requires:   python-pyRFC3339
 Requires:   python-requests >= 2.10
 %endif
 Requires:   python-setuptools >= 1.0

++ v0.18.1.tar.gz -> v0.18.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-0.18.1/acme/acme/crypto_util.py 
new/certbot-0.18.2/acme/acme/crypto_util.py
--- old/certbot-0.18.1/acme/acme/crypto_util.py 2017-09-08 20:39:48.0 
+0200
+++ new/certbot-0.18.2/acme/acme/crypto_util.py 2017-09-20 19:52:32.0 
+0200
@@ -2,6 +2,7 @@
 import binascii
 import contextlib
 import logging
+import os
 import re
 import socket
 import sys
@@ -243,7 +244,7 @@
 """
 assert domains, "Must provide one or more hostnames for the cert."
 cert = OpenSSL.crypto.X509()
-cert.set_serial_number(int(binascii.hexlify(OpenSSL.rand.bytes(16)), 16))
+cert.set_serial_number(int(binascii.hexlify(os.urandom(16)), 16))
 cert.set_version(2)
 
 extensions = [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-0.18.1/acme/setup.py 
new/certbot-0.18.2/acme/setup.py
--- old/certbot-0.18.1/acme/setup.py2017-09-08 20:39:48.0 +0200
+++ new/certbot-0.18.2/acme/setup.py2017-09-20 19:52:32.0 +0200
@@ -4,7 +4,7 @@
 from setuptools import find_packages
 
 
-version = '0.18.1'
+version = '0.18.2'
 
 # Please update tox.ini when modifying dependency version requirements
 install_requires = [
diff -urN '--exclude=CVS' 

commit yamagi-quake2 for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package yamagi-quake2 for openSUSE:Factory 
checked in at 2017-10-02 16:54:48

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


Package is "yamagi-quake2"

Mon Oct  2 16:54:48 2017 rev:7 rq:530304 version:7.02

Changes:

--- /work/SRC/openSUSE:Factory/yamagi-quake2/yamagi-quake2.changes  
2017-07-08 12:33:27.670394531 +0200
+++ /work/SRC/openSUSE:Factory/.yamagi-quake2.new/yamagi-quake2.changes 
2017-10-02 16:54:55.920258228 +0200
@@ -1,0 +2,30 @@
+Sun Oct  1 17:01:51 UTC 2017 - mar...@gmx.de
+
+- Update to version 7.0.2
+  + Fix several corner cases regarding render library loading. The game
+should now always fall back to the OpenGL 1.4 renderer if the new
+OpenGL 3.2 renderer can't be initialized. Also the game aborts if no
+useable OpenGL implementation exists.
+  + Refactor the search path code. This should fix several bugs with
+Quake II writing to the wrong directories or being unable to find
+some / all assets.
+  + Reimplement portable binaries. If called with the -portable command
+line option Quake II saves all data (configs, savegames, screenshorts
+etc.) into it's systemwide installation directory and not users home
+directory. In contrast to the old implementation on Windows stdout.txt
+contains all output, the first lines are no longer missing.
+  + vid_fullscreen set to 1 now keeps the desktops resolution. Set it to 2
+to change the resolution.
+  + Instead of a list with precalculated FOV values the video menu now
+shows a slider with possible values from 60 to 120. Horplus is now
+always enabled, set the horplus cvar to 0 to disable it.
+  + The game is now able to hold the requested framerate (either by the
+vsync or the gl_maxfps cvar) with an accuracy of about +/- 1% as long
+as the hardware is fast enough.  The framecounter was reimplemented
+to be much more precise.
+  + Fix misspredictions if an original client running on Win32 connects
+to a Yamagi Quake II server running on Linux/i386.
+- Remove patch:
+  + yamagi-quake2-fix-OpenGL-linking.diff (fixed upstream)
+
+---

Old:

  quake2-7.01.tar.xz
  yamagi-quake2-fix-OpenGL-linking.diff

New:

  quake2-7.02.tar.xz



Other differences:
--
++ yamagi-quake2.spec ++
--- /var/tmp/diff_new_pack.r8LUAv/_old  2017-10-02 16:54:57.252071291 +0200
+++ /var/tmp/diff_new_pack.r8LUAv/_new  2017-10-02 16:54:57.256070730 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   yamagi-quake2
-Version:7.01
+Version:7.02
 Release:0
 Summary:Enhanced Quake 2 Source Port
 License:GPL-2.0
@@ -27,7 +27,6 @@
 Source: http://deponie.yamagi.org/quake2/quake2-%{version}.tar.xz
 Source99:   %{name}.changes
 Source100:  yamagi-quake2.appdata.xml
-Patch0: yamagi-quake2-fix-OpenGL-linking.diff
 BuildRequires:  ImageMagick
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -49,11 +48,10 @@
 
 %prep
 %setup -q -n quake2-%{version}
-%patch0 -p1
 # Fix usage of __DATE__ macro to prevent build in excess
 modified="$(sed -n '/^ *$/n;/^/n;s/ - .*$//;p;q' "%{SOURCE99}")"
 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
-sed -i "s/__DATE__/${DATE}/g" src/common/misc.c src/game/savegame/savegame.c
+sed -i "s/__DATE__/${DATE}/g" src/game/savegame/savegame.c 
src/common/header/common.h
 
 %build
 %cmake \

++ quake2-7.01.tar.xz -> quake2-7.02.tar.xz ++
 8008 lines of diff (skipped)




commit lua-lmod for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package lua-lmod for openSUSE:Factory 
checked in at 2017-10-02 16:54:45

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


Package is "lua-lmod"

Mon Oct  2 16:54:45 2017 rev:8 rq:530302 version:6.5.11

Changes:

--- /work/SRC/openSUSE:Factory/lua-lmod/lua-lmod.changes2017-09-07 
22:16:03.126979570 +0200
+++ /work/SRC/openSUSE:Factory/.lua-lmod.new/lua-lmod.changes   2017-10-02 
16:54:52.996668591 +0200
@@ -1,0 +2,6 @@
+Sun Oct  1 16:42:51 UTC 2017 - e...@suse.com
+
+- Make lua-lmod Arch-dependent: it hard codes the search path to
+  .so plugins used by other Lua packages (boo#1061205).
+
+---



Other differences:
--
++ lua-lmod.spec ++
--- /var/tmp/diff_new_pack.E9M7J3/_old  2017-10-02 16:54:53.844549580 +0200
+++ /var/tmp/diff_new_pack.E9M7J3/_new  2017-10-02 16:54:53.848549019 +0200
@@ -32,7 +32,6 @@
 Version:6.5.11
 Release:0
 Url:https://github.com/TACC/Lmod
-BuildArch:  noarch
 %if 0%{?ohpc}
 BuildRequires:  ohpc-macros
 %endif
@@ -95,6 +94,7 @@
 %package doc
 Summary:Documentation for Lmod
 Group:  Development/Other
+BuildArch:  noarch
 
 %description doc
 Documentation (pdf) for the Lmod Environment Modules System




commit cantata for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package cantata for openSUSE:Factory checked 
in at 2017-10-02 16:54:20

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


Package is "cantata"

Mon Oct  2 16:54:20 2017 rev:2 rq:530205 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/cantata/cantata.changes  2017-08-24 
18:48:43.720427693 +0200
+++ /work/SRC/openSUSE:Factory/.cantata.new/cantata.changes 2017-10-02 
16:54:35.499124583 +0200
@@ -1,0 +2,41 @@
+Sat Sep 30 17:41:18 UTC 2017 - joerg.loren...@ki.tng.de
+
+- Update to 2.2.0:
+  * Add option to specify number of play queue tracks for dynamic
+playlists.
+  * Add option to set application style.
+  * Fix potential issue with priority menu items being disabled.
+  * When adding items with a custom priority, or updating a custom
+priority, add option to have this priority decrease with each
+item.
+  * Remove unity menu icon work-around.
+  * To support older GNOME settings daemon installations, if fail
+to use the new MediaKeys DBUS interface then use the previous.
+  * Fix desktop detection via XDG_CURRENT_DESKTOP - check for colon
+separated values.
+  * If an error is to be shown, ensure Cantata is not minimised to
+system tray.
+  * If the initial start-up connection fails, try again every .5
+second for a few seconds.
+  * In playlists page, internet, etc, allow back navigation to go
+fully back.
+  * Don't try to seek if no song loaded.
+  * Only use menubar for macOS builds.
+  * Smart playlists - like dynamic, but do not auto update.
+  * Use em-dash to as separator.
+  * Add device option to only transcode if source is FLAC or WAV
+(detection is solely extension based).
+  * Fix extraction of album names from DB - for use in tag editor
+and playlist rules dialogs.
+  * Fix some potential security issues - thanks to Jonas Wielicki
+for the patches.
+  * Only set Qt::AA_EnableHighDpiScaling for Windows builds.
+  * Fix sidebar highlight for windows (at least for Windows 10).
+  * Only enable system tray for Linux if
+org.kde.StatusNotifierWatcher DBUS service is registered.
+  * Fix MPRIS track path.
+  * Fix MPRIS can go next/previous state changes.
+  * When playing MPD's HTTP output, stop backend when MPD is
+paused.
+
+---

Old:

  cantata-2.1.0.tar.gz

New:

  cantata-2.2.0.tar.gz



Other differences:
--
++ cantata.spec ++
--- /var/tmp/diff_new_pack.HhGBdT/_old  2017-10-02 16:54:36.786943823 +0200
+++ /var/tmp/diff_new_pack.HhGBdT/_new  2017-10-02 16:54:36.790943261 +0200
@@ -17,7 +17,7 @@
 
 
 Name:  cantata
-Version:   2.1.0
+Version:   2.2.0
 Release:   0
 Summary:   Client for the Music Player Daemon (MPD)
 License:   GPL-3.0

++ cantata-2.1.0.tar.gz -> cantata-2.2.0.tar.gz ++
 61900 lines of diff (skipped)




commit kpmcore for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package kpmcore for openSUSE:Factory checked 
in at 2017-10-02 16:54:38

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


Package is "kpmcore"

Mon Oct  2 16:54:38 2017 rev:6 rq:530297 version:3.2.0

Changes:

--- /work/SRC/openSUSE:Factory/kpmcore/kpmcore.changes  2017-07-07 
10:17:12.164580962 +0200
+++ /work/SRC/openSUSE:Factory/.kpmcore.new/kpmcore.changes 2017-10-02 
16:54:48.377316974 +0200
@@ -1,0 +2,26 @@
+Sun Oct  1 18:25:52 UTC 2017 - fab...@ritter-vogt.de
+
+- Run spec-cleaner
+
+---
+Sun Oct  1 12:03:27 UTC 2017 - wba...@tmo.at
+
+- Update to 3.2.0
+  * Added support for UDF file system (this change requires
+util-linux 2.30). While adding support for UDF, the following
+general improvements were made:
++ KPM now supports setting label for file systems where it can
+  only be done during initial formating (e.g. nilfs2 or udf)
++ File system label widget (QLineEdit) now validates its input
+  for certain file systems (at the moment only FAT and UDF),
+  not just maximum label length.
+  * Detection support for ISO9660 file system
+  * kpmcore now has lighter KDE Frameworks dependencies, KIO is no
+longer necessary, KIconThemes dependency moved from kpmcore to
+Partition Manager
+  * kpmcore now has its own fstab parser and writer. Before we
+used to rely on glibc but it had no support for reading fstab
+comments, etc.
+- Update build requirements
+
+---

Old:

  kpmcore-3.1.2.tar.xz

New:

  kpmcore-3.2.0.tar.xz



Other differences:
--
++ kpmcore.spec ++
--- /var/tmp/diff_new_pack.n5V9Ng/_old  2017-10-02 16:54:48.941237821 +0200
+++ /var/tmp/diff_new_pack.n5V9Ng/_new  2017-10-02 16:54:48.945237259 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%global sover 5
+%global sover 6
 %bcond_without lang
 Name:   kpmcore
-Version:3.1.2
+Version:3.2.0
 Release:0
 Summary:KDE Partition Manager core library
 License:GPL-3.0
@@ -30,8 +30,6 @@
 Patch1: fix-build-with-older-parted.patch
 BuildRequires:  extra-cmake-modules
 BuildRequires:  ki18n-devel
-BuildRequires:  kiconthemes-devel
-BuildRequires:  kio-devel
 BuildRequires:  kservice-devel
 BuildRequires:  kwidgetsaddons-devel
 BuildRequires:  libatasmart-devel
@@ -40,10 +38,10 @@
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Core) >= 5.7.0
+BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Widgets)
 Requires:   libkpmcore%{sover} = %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Library for managing partitions. Common code for KDE Partition Manager and 
other projects.
@@ -92,27 +90,22 @@
 %postun -n libkpmcore%{sover} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
 %doc COPYING.GPL3
 %{_kf5_servicetypesdir}/*desktop
 %{_kf5_plugindir}/*.so
 %{_kf5_servicesdir}/*desktop
 
 %files -n libkpmcore%{sover}
-%defattr(-,root,root)
 %doc COPYING.GPL3
-%defattr(-,root,root,-)
 %{_libdir}/libkpmcore.so.*
 
 %files devel
-%defattr(-,root,root,-)
 %{_libdir}/cmake/KPMcore/
 %{_includedir}/kpmcore/
 %{_libdir}/libkpmcore.so
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%defattr(-,root,root,-)
 %endif
 
 %changelog

++ kpmcore-3.1.2.tar.xz -> kpmcore-3.2.0.tar.xz ++
 57452 lines of diff (skipped)




commit python-acme for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package python-acme for openSUSE:Factory 
checked in at 2017-10-02 16:54:23

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


Package is "python-acme"

Mon Oct  2 16:54:23 2017 rev:12 rq:530235 version:0.18.2

Changes:

--- /work/SRC/openSUSE:Factory/python-acme/python-acme.changes  2017-09-12 
19:56:27.542099681 +0200
+++ /work/SRC/openSUSE:Factory/.python-acme.new/python-acme.changes 
2017-10-02 16:54:37.926783833 +0200
@@ -1,0 +2,11 @@
+Sat Sep 23 08:34:09 UTC 2017 - ec...@opensuse.org
+
+- update to 0.18.2
+  - No changelog from upstream
+
+---
+Wed Sep 20 10:58:11 UTC 2017 - ec...@opensuse.org
+
+- Convert to singlespec
+
+---

Old:

  acme-0.18.1.tar.gz
  acme-0.18.1.tar.gz.asc

New:

  acme-0.18.2.tar.gz
  acme-0.18.2.tar.gz.asc



Other differences:
--
++ python-acme.spec ++
--- /var/tmp/diff_new_pack.mBtQUC/_old  2017-10-02 16:54:38.562694575 +0200
+++ /var/tmp/diff_new_pack.mBtQUC/_new  2017-10-02 16:54:38.562694575 +0200
@@ -16,9 +16,12 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+
 %define libname acme
+
 Name:   python-%{libname}
-Version:0.18.1
+Version:0.18.2
 Release:0
 Summary:Python library for the ACME protocol
 License:Apache-2.0
@@ -27,31 +30,27 @@
 Source0:
https://files.pythonhosted.org/packages/source/a/%{libname}/%{libname}-%{version}.tar.gz
 Source1:
https://files.pythonhosted.org/packages/source/a/%{libname}/%{libname}-%{version}.tar.gz.asc
 Source2:%{name}.keyring
+BuildRequires:  %{python_module Sphinx}
+BuildRequires:  %{python_module Werkzeug}
+BuildRequires:  %{python_module cryptography >= 0.8}
+BuildRequires:  %{python_module devel >= 2.7}
+BuildRequires:  %{python_module dnspython >= 1.12}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module ndg-httpsclient}
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module packaging}
+BuildRequires:  %{python_module pyOpenSSL >= 0.13}
+BuildRequires:  %{python_module pyRFC3339}
+BuildRequires:  %{python_module pytz}
+BuildRequires:  %{python_module requests >= 2.10}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six >= 1.5.2}
+BuildRequires:  %{python_module sphinx_rtd_theme}
+BuildRequires:  %{python_module sphinxcontrib-programoutput}
+BuildRequires:  %{python_module tox}
 BuildRequires:  fdupes
-BuildRequires:  python-argparse
-BuildRequires:  python-cryptography >= 0.8
-BuildRequires:  python-devel
-BuildRequires:  python-dnspython >= 1.12
-BuildRequires:  python-mock
-BuildRequires:  python-ndg-httpsclient
-BuildRequires:  python-nose
-BuildRequires:  python-packaging
-BuildRequires:  python-pyOpenSSL >= 0.13
-BuildRequires:  python-pyRFC3339
-BuildRequires:  python-pytz
-%if 0%{?suse_version} >= 1330
-BuildRequires:  python2-requests >= 2.10
-%else
-BuildRequires:  python-requests >= 2.10
-%endif
-BuildRequires:  python-setuptools >= 11.3
-BuildRequires:  python-six >= 1.5.2
-BuildRequires:  python-sphinx
-BuildRequires:  python-sphinx_rtd_theme
-BuildRequires:  python-sphinxcontrib-programoutput
-BuildRequires:  python-tox
-BuildRequires:  python-werkzeug
-Requires:   python-argparse
+BuildRequires:  python-rpm-macros
+Requires:   python-Werkzeug
 Requires:   python-cryptography >= 0.8
 Requires:   python-dnspython >= 1.12
 Requires:   python-mock
@@ -60,32 +59,29 @@
 Requires:   python-pyRFC3339
 Requires:   python-pyasn1
 Requires:   python-pytz
-%if 0%{?suse_version} >= 1330
-Requires:   python2-requests >= 2.10
-%else
 Requires:   python-requests >= 2.10
-%endif
 Requires:   python-six >= 1.5.2
-Requires:   python-werkzeug
 BuildArch:  noarch
 
+%python_subpackages
+
 %description
 Python library implementing the Automatic Certificate Management Environment
 (ACME) protocol. It is used by the certbot project. Formerly Let's Encrypt 
project.
 
-%package doc
+%package -n python-%{libname}-doc
 Summary:Documentation for python-acme libraries
+#Provides:   %%{python_module %%{libname}-doc = %%{version}}
 Group:  Development/Languages/Python
 
-%description doc
+%description -n python-%{libname}-doc
 Documentation for the ACME python libraries
 
 %prep
 %setup -q -n %{libname}-%{version}
 
 %build
-python setup.py build
-
+%python_build
 # create docs. Possible formats: man text html epub
 pushd docs
 make %{?_smp_mflags} html
@@ -93,27 +89,30 @@
 popd
 
 %install
-python setup.py 

commit stress-ng for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package stress-ng for openSUSE:Factory 
checked in at 2017-10-02 16:54:43

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


Package is "stress-ng"

Mon Oct  2 16:54:43 2017 rev:18 rq:530301 version:0.08.16

Changes:

--- /work/SRC/openSUSE:Factory/stress-ng/stress-ng.changes  2017-08-10 
14:13:37.591584069 +0200
+++ /work/SRC/openSUSE:Factory/.stress-ng.new/stress-ng.changes 2017-10-02 
16:54:51.860828020 +0200
@@ -1,0 +2,99 @@
+Sun Oct  1 14:28:32 UTC 2017 - mar...@gmx.de
+
+- Update to version 0.08.16:
+  * Makefile: bump version
+  * stress-aio-linux: automatically scale requests (LP: #1711675)
+  * stress-socket-diag: sockdiag_send zero return should be checked
+  * stress-socket-diag: sockdiag_send should return 0 on stress test end
+  * stress-socket-diag: ensure name is sockdiag and not sock-diag
+  * Add swapon/off stressor
+
+- Update to version 0.08.15:
+  * Makefile: bump version
+  * Manual: update date
+  * Abstract a shim for off64_t
+  * shim: fix typo, error should be errno
+  * stress-opcode: don't use seccomp if SECCOMP_SET_MODE_FILTER is not defined
+  * stress-memrate: add volatile in void cast to fix buildw arning
+  * stress-socket-diag: constify attr and cast
+  * shim: move iopriority shims from io-priority.c to shim.c
+  * stress-pthread: fix typo mutx -> mutex
+  * Add cpu-online and oom-pipe stressors to the pathological class
+  * shim: move shim_sync_file_range from stress-sync-file to shim
+  * shim: use __NR_futex instead of SYS_futex in syscall
+  * stress-dup: use dup3 shim
+  * shim: add shim to dup3
+  * stress-mincore: reset random address if it matches previous address
+  * syscalls.txt: update
+  * stress-clock: add half-baked attempt to set timer
+  * helper: remove extraneous and incorrect < 0 after prctl call
+  * fix -x exclude option
+  * stress-ng: make index size_t type
+  * stress-opcode: add seccomp filtering to limit syscalls
+  * helper: stress_drop_capabilities: don't allow new privileges
+  * Enable SCHED_DEADLINE and rework some abstraction interfaces
+  * timers: cast to type of tv fields rather than long long int
+  * stress-madvise: add MADV_WIPEONFORK
+  * stress-vforkmany: cleanup build warnings on munmap on openindiana
+  * stress-memrate: cleanup build warnings on munmap on openindiana
+  * stress-matrix: cleanup build warnings on munmap on openindiana
+  * temporarily disable SCHED_DEADLINE scheduling
+
+- Update to version 0.08.14:
+  * Makefile: bump version
+  * Update TODO list
+  * Add a latin (Lorem Ipsum) random text mode to zlib method
+  * test-mq-posix: force failure for GNU/HURD
+  * test-mq-posix: fix build failure because of missing 
+  * stress-resources: clean up warning when POSIX MQs are not available
+  * include  in stress-ng.h
+  * stress-mq: make build depend on HAVE_MQ_POSIX being defined
+  * Add branch stressor that exercises process branch prediction
+  * stress-memrate: perform oom adjustment in child earlier than allocation
+  * test-sock-diag: voidify array unix_diag to work around clang warning
+  * stress-kcmp: fix kcmp shim and fully implement KCMP_EPOLL_TFD stressor
+  * stress-semaphore: make POSIX semaphores depend on HAVE_SEM_POSIX
+  * stress-resources: waste POSIX message queues
+  * stress-resources: waste SYSV message queues
+  * stress-resources: waste SYSV semaphores
+
+- Update to version 0.08.13:
+  * stress-rdrand: use 32 bit rdrand for i386
+  * stress_drop_capabilities: voidify name to avoid warning
+  * Enable 64 bit large file system support by default
+  * debian/rules: Add hardening=+all
+  * manual: fix several spelling mistakes
+  * stress-cpu: fix spelling mistake "assigment" -> "assignment"
+  * stress-ng: fix spelling mistake "afer" -> "after"
+  * stress-opcode: drop all capabilties so we can't do much
+damage (LP: #1714044)
+  * helper: add stress_drop_capabilities to drop all capabilities
+  * stress-socket-diag: use new HAVE_SOCK_DIAG_H build time check flag
+  * Add sock_diag.h auto configure build time checking
+  * Add sockdiag stressor
+  * stress-fcntl: fix build failure on SLES11 SP4 (LP: #1709905)
+  * stress-cyclic: fix build warning on systems w/o atomic ops
+  * stress-softlockup: fix build warning on systems w/o atomic ops
+
+- Update to version 0.08.12:
+  * Makefile: bump version
+  * helper: add more debug to filenames to help debugging
+  * stress-inode-flags: fix incorrect path being used on
+directory (LP: #1712857)
+
+- Update to version 0.08.11:
+  * Makefile: bump version
+  * stress-zlib: use _start for OpenBSD builds
+  * stress-zlib: don't build objcode stress method for sun targets
+  * Manual: update date
+  * Add objcode zlib stressor method to compress object code data
+  * stress-zlib: 

commit icewm-theme-branding for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package icewm-theme-branding for 
openSUSE:Factory checked in at 2017-10-02 16:54:31

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


Package is "icewm-theme-branding"

Mon Oct  2 16:54:31 2017 rev:4 rq:530266 version:1.2.3

Changes:

--- 
/work/SRC/openSUSE:Factory/icewm-theme-branding/icewm-theme-branding.changes
2016-08-26 23:18:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.icewm-theme-branding.new/icewm-theme-branding.changes
   2017-10-02 16:54:40.658400418 +0200
@@ -1,0 +2,7 @@
+Sat Sep 30 02:13:59 UTC 2017 - yfji...@suse.com
+
+- Version update to 1.2.3
+  Add xcreensaver back because of the risk brought by xlockmore's
+  monolithic runtime. Some detailed were discussed in fate#323630.
+
+---

Old:

  icewm-config-openSUSE-1.2.2.tar.gz

New:

  icewm-config-openSUSE-1.2.3.tar.gz



Other differences:
--
++ icewm-theme-branding.spec ++
--- /var/tmp/diff_new_pack.FC1OXZ/_old  2017-10-02 16:54:41.198324634 +0200
+++ /var/tmp/diff_new_pack.FC1OXZ/_new  2017-10-02 16:54:41.202324071 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package icewm-theme-branding
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define _name   icewm-config-openSUSE
 Name:   icewm-theme-branding
-Version:1.2.2
+Version:1.2.3
 Release:0
 Summary:Icewm theme branding for SLES or openSUSE
 License:LGPL-2.1+ and GPL-3.0+

++ icewm-config-openSUSE-1.2.2.tar.gz -> icewm-config-openSUSE-1.2.3.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/icewm-config-openSUSE-icewm-config-openSUSE-1.2.2/preferences 
new/icewm-config-openSUSE-icewm-config-openSUSE-1.2.3/preferences
--- old/icewm-config-openSUSE-icewm-config-openSUSE-1.2.2/preferences   
2016-08-26 04:02:31.0 +0200
+++ new/icewm-config-openSUSE-icewm-config-openSUSE-1.2.3/preferences   
2017-09-30 03:12:50.0 +0200
@@ -554,7 +554,7 @@
 # NewMailCommand=""
 
 #  Command to lock display/screensaver
-LockCommand="xlock -mousemotion"
+LockCommand="xscreensaver-command -lock || xlock -mousemotion"
 
 #  Command to run on clock
 # ClockCommand="xclock -name icewm -title Clock"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/icewm-config-openSUSE-icewm-config-openSUSE-1.2.2/startup 
new/icewm-config-openSUSE-icewm-config-openSUSE-1.2.3/startup
--- old/icewm-config-openSUSE-icewm-config-openSUSE-1.2.2/startup   
2016-08-26 04:02:31.0 +0200
+++ new/icewm-config-openSUSE-icewm-config-openSUSE-1.2.3/startup   
2017-09-30 03:12:50.0 +0200
@@ -10,3 +10,7 @@
break # One is enough
fi
 done;
+
+# Start xscreensaver daemon
+
+[ -x /usr/bin/xscreensaver ] && /usr/bin/xscreensaver > /dev/null &




commit hwdata for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package hwdata for openSUSE:Factory checked 
in at 2017-10-02 16:55:00

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


Package is "hwdata"

Mon Oct  2 16:55:00 2017 rev:7 rq:530389 version:0.305

Changes:

--- /work/SRC/openSUSE:Factory/hwdata/hwdata.changes2017-09-12 
19:53:57.211237229 +0200
+++ /work/SRC/openSUSE:Factory/.hwdata.new/hwdata.changes   2017-10-02 
16:55:05.626895777 +0200
@@ -1,0 +2,5 @@
+Mon Oct  2 10:39:25 UTC 2017 - mplus...@suse.com
+
+- Update to version 0.305
+
+---

Old:

  hwdata-0.304.tar.gz

New:

  hwdata-0.305.tar.gz



Other differences:
--
++ hwdata.spec ++
--- /var/tmp/diff_new_pack.O6jdVT/_old  2017-10-02 16:55:07.694605546 +0200
+++ /var/tmp/diff_new_pack.O6jdVT/_new  2017-10-02 16:55:07.698604985 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   hwdata
-Version:0.304
+Version:0.305
 Release:0
 Summary:Hardware identification and configuration data
 License:GPL-2.0+

++ hwdata-0.304.tar.gz -> hwdata-0.305.tar.gz ++
 14919 lines of diff (skipped)




commit honggfuzz for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package honggfuzz for openSUSE:Factory 
checked in at 2017-10-02 16:54:53

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


Package is "honggfuzz"

Mon Oct  2 16:54:53 2017 rev:5 rq:530370 version:1.1

Changes:

--- /work/SRC/openSUSE:Factory/honggfuzz/honggfuzz.changes  2017-05-31 
12:20:06.869247120 +0200
+++ /work/SRC/openSUSE:Factory/.honggfuzz.new/honggfuzz.changes 2017-10-02 
16:54:59.775717065 +0200
@@ -1,0 +2,25 @@
+Mon Oct  2 09:20:48 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.1:
+  * Simplified and improved hfuzz_cc compiler
+  * More string instrumentation in libhfuzz
+  * Android: works with Android-NDK 15 and newer only
+  * Dockerfile
+  * Refreshed docs
+  * Linux: Faster BTS/PT due to less PMU state resets
+  * Linux: tests and by-pass for the Linux' fork-when-multithreaded
+problem
+  * libFuzzer/AFL style dictionaries
+  * Runnable under docker/oss-fuzz
+- Changes for version 1.0:
+  * Multiple stability improvements for most of the supported
+architectures
+  * More examples in examples/ (e.g. Linux kernel IP for BTS/PT)
+  * Documentation updates
+  * Added honggfuzz compiler wrapper in hfuzz_cc/
+  * Reworked buffer mangling logic
+- Drope reproducible.patch and gcc7.patch
+- Add honggfuzz-binutils_2.29.patch to fix building with latest
+  binutils
+
+---

Old:

  gcc7.patch
  honggfuzz-0.9.tar.gz
  reproducible.patch

New:

  honggfuzz-1.1.tar.gz
  honggfuzz-binutils_2.29.patch



Other differences:
--
++ honggfuzz.spec ++
--- /var/tmp/diff_new_pack.0r570x/_old  2017-10-02 16:55:01.103530690 +0200
+++ /var/tmp/diff_new_pack.0r570x/_new  2017-10-02 16:55:01.107530129 +0200
@@ -17,17 +17,15 @@
 
 
 Name:   honggfuzz
-Version:0.9
+Version:1.1
 Release:0
 Summary:Security-oriented fuzzer with various analysis options
 License:Apache-2.0
 Group:  Development/Tools/Other
 Url:https://google.github.io/honggfuzz/
 Source: 
https://github.com/google/honggfuzz/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM https://github.com/google/honggfuzz/pull/144
-Patch0: reproducible.patch
-# PATCH-FIX-UPSTREAM Make this package compile with gcc7 
https://github.com/google/honggfuzz/issues/145
-Patch1: gcc7.patch
+# PATCH-FIX-UPSTREAM 
https://github.com/google/honggfuzz/commit/fe2934bd59e7a1dbe58dafcd71bb8383505de092
+Patch0: honggfuzz-binutils_2.29.patch
 BuildRequires:  binutils-devel
 BuildRequires:  libunwind-devel
 BuildRequires:  zlib-devel
@@ -40,7 +38,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 export CFLAGS="%{optflags}"

++ honggfuzz-0.9.tar.gz -> honggfuzz-1.1.tar.gz ++
/work/SRC/openSUSE:Factory/honggfuzz/honggfuzz-0.9.tar.gz 
/work/SRC/openSUSE:Factory/.honggfuzz.new/honggfuzz-1.1.tar.gz differ: char 13, 
line 1

++ honggfuzz-binutils_2.29.patch ++
>From fe2934bd59e7a1dbe58dafcd71bb8383505de092 Mon Sep 17 00:00:00 2001
From: Robert Swiecki 
Date: Mon, 4 Sep 2017 15:23:14 +0200
Subject: [PATCH] Use different disassbler() prototype from binutils in case of
 >= 2.29

---
 linux/bfd.c | 14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/linux/bfd.c b/linux/bfd.c
index bcd247f7..f3e9b0b0 100644
--- a/linux/bfd.c
+++ b/linux/bfd.c
@@ -46,6 +46,14 @@ typedef struct {
 asymbol **syms;
 } bfd_t;
 
+/*
+ * This is probably the only define which was added with binutils 2.29, so we 
us
+ * it, do decide which disassembler() prototype from dis-asm.h to use
+ */
+#if defined(FOR_EACH_DISASSEMBLER_OPTION)
+#define _HF_BFD_GE_2_29
+#endif
+
 static pthread_mutex_t arch_bfd_mutex = PTHREAD_MUTEX_INITIALIZER;
 
 static bool arch_bfdInit(pid_t pid, bfd_t * bfdParams)
@@ -160,8 +168,12 @@ void arch_bfdDisasm(pid_t pid, uint8_t * mem, size_t size, 
char *instr)
 LOG_W("bfd_check_format() failed");
 return;
 }
-
+#if defined(_HF_BFD_GE_2_29)
+disassembler_ftype disassemble =
+disassembler(bfd_get_arch(bfdh), bfd_little_endian(bfdh) ? FALSE : 
TRUE, 0, NULL);
+#else
 disassembler_ftype disassemble = disassembler(bfdh);
+#endif  // defined(_HD_BFD_GE_2_29)
 if (disassemble == NULL) {
 LOG_W("disassembler() failed");
 return;



commit LiE for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package LiE for openSUSE:Factory checked in 
at 2017-10-02 16:54:54

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


Package is "LiE"

Mon Oct  2 16:54:54 2017 rev:5 rq:530381 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/LiE/LiE.changes  2017-03-20 17:09:30.318357267 
+0100
+++ /work/SRC/openSUSE:Factory/.LiE.new/LiE.changes 2017-10-02 
16:55:01.299503182 +0200
@@ -1,0 +2,6 @@
+Mon Oct  2 04:14:37 UTC 2017 - bwiedem...@suse.com
+
+- Add LiE-2.2.2-memory-init.patch to make build more reproducible
+  (boo#1061220)
+
+---

New:

  LiE-2.2.2-memory-init.patch



Other differences:
--
++ LiE.spec ++
--- /var/tmp/diff_new_pack.c3Fjvd/_old  2017-10-02 16:55:02.287364523 +0200
+++ /var/tmp/diff_new_pack.c3Fjvd/_new  2017-10-02 16:55:02.291363962 +0200
@@ -28,6 +28,8 @@
 Source1:COPYING
 Source2:%{name}-rpmlintrc
 Patch1: LiE-2.2.2-date-time.patch
+# PATCH-FIX-UPSTREAM bmwiedemann -- initialize memory (boo#1061220)
+Patch2: LiE-2.2.2-memory-init.patch
 BuildRequires:  bison
 BuildRequires:  gcc-c++
 BuildRequires:  ghostscript
@@ -54,6 +56,7 @@
 %prep
 %setup -q -n %{name}
 %patch1 -p1
+%patch2 -p1
 
 %build
 # parallel build fails

++ LiE-2.2.2-memory-init.patch ++
Tried upstreaming via https://github.com/davidsd/lie/pull/1
and emailing Marc van Leeuwen

Avoid writing uninitialized stack memory into INFO.ind and LEARN.ind
(probably required because compilers do padding on structs)
to make package builds reproducible

Index: LiE/util/infoind.c
===
--- LiE.orig/util/infoind.c
+++ LiE/util/infoind.c
@@ -70,6 +70,7 @@ int main(void)
   FILE *indexpt,*infopt;
   info_index_tp info; /* current info record */
 
+  memset(, 0, sizeof(info));
   strcpy(indexfil,INDEXFIL);
   indexpt=fopen(indexfil,writemode);
   if (indexpt==NULL)
Index: LiE/util/learnind.c
===
--- LiE.orig/util/learnind.c
+++ LiE/util/learnind.c
@@ -24,6 +24,7 @@ int main(void)
   FILE *indexpt,*learnpt;
   learn_index_tp learn;
 
+  memset(, 0, sizeof(learn));
   strcpy(indexfil,INDEXFIL); strcpy(learnfil,LEARNFIL);
   learnpt=fopen(learnfil,readmode);
   if (learnpt==NULL)



commit libdb-4_8 for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package libdb-4_8 for openSUSE:Factory 
checked in at 2017-10-02 16:54:57

Comparing /work/SRC/openSUSE:Factory/libdb-4_8 (Old)
 and  /work/SRC/openSUSE:Factory/.libdb-4_8.new (New)


Package is "libdb-4_8"

Mon Oct  2 16:54:57 2017 rev:25 rq:530382 version:4.8.30

Changes:

--- /work/SRC/openSUSE:Factory/libdb-4_8/libdb_java-4_8.changes 2016-04-14 
12:59:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdb-4_8.new/libdb_java-4_8.changes
2017-10-02 16:55:02.447342068 +0200
@@ -1,0 +2,6 @@
+Mon Oct  2 09:23:07 UTC 2017 - fst...@suse.com
+
+- Specify java target and soure level 1.6 to allow building with
+  jdk9
+
+---



Other differences:
--
++ libdb-4_8.spec ++
--- /var/tmp/diff_new_pack.10KA4i/_old  2017-10-02 16:55:03.963129308 +0200
+++ /var/tmp/diff_new_pack.10KA4i/_new  2017-10-02 16:55:03.963129308 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdb-4_8
 #
-# 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

++ libdb_java-4_8.spec ++
--- /var/tmp/diff_new_pack.10KA4i/_old  2017-10-02 16:55:03.983126501 +0200
+++ /var/tmp/diff_new_pack.10KA4i/_new  2017-10-02 16:55:03.987125940 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdb_java-4_8
 #
-# 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
@@ -82,7 +82,7 @@
 --libdir=%{_libdir} --enable-compat185 --disable-dump185 \
 --enable-shared --disable-static --enable-cxx \
 --with-mutex="POSIX/pthreads/library" \
---enable-java JAVACFLAGS="-source 1.5 -target 1.5" \
+--enable-java JAVACFLAGS="-source 1.6 -target 1.6" \
 %ifarch %arm
 %{_target_cpu}-suse-linux-gnueabi
 %else




commit ucl for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package ucl for openSUSE:Factory checked in 
at 2017-10-02 16:54:15

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


Package is "ucl"

Mon Oct  2 16:54:15 2017 rev:2 rq:530174 version:1.03

Changes:

--- /work/SRC/openSUSE:Factory/ucl/ucl.changes  2017-08-24 18:45:32.947289108 
+0200
+++ /work/SRC/openSUSE:Factory/.ucl.new/ucl.changes 2017-10-02 
16:54:22.476952394 +0200
@@ -1,0 +2,6 @@
+Sat Sep 30 10:03:41 UTC 2017 - jeng...@inai.de
+
+- Trim description boasting.
+  Remove --with-pic which is useless for --enable-shared builds.
+
+---



Other differences:
--
++ ucl.spec ++
--- /var/tmp/diff_new_pack.aAaLJO/_old  2017-10-02 16:54:22.996879416 +0200
+++ /var/tmp/diff_new_pack.aAaLJO/_new  2017-10-02 16:54:23.000878855 +0200
@@ -30,25 +30,21 @@
 BuildRequires:  gcc-c++
 
 %description
-This package contains portable lossless data compression library
-written in ANSI C. UCL implements a number of compression algorithms
-that achieve an excellent compression ratio while allowing *very* fast
-decompression. Decompression requires no additional memory. UCL is
-OpenSource reimplementation of some NRV compression algorithms.
+This package contains a lossless data compression library written in
+ANSI C. UCL implements the NRV compression algorithms. Compared to
+LZO, decompression time is traded for compression ratio.
 
 %package -n %{libname}
-Summary:Shared library for UCL
+Summary:The UCL compression library
 Group:  System/Libraries
 
 %description -n %{libname}
-This package contains portable lossless data compression library
-written in ANSI C. UCL implements a number of compression algorithms
-that achieve an excellent compression ratio while allowing *very* fast
-decompression. Decompression requires no additional memory. UCL is
-OpenSource reimplementation of some NRV compression algorithms.
+This package contains a lossless data compression library written in
+ANSI C. UCL implements the NRV compression algorithms. Compared to
+LZO, decompression time is traded for compression ratio.
 
 %package devel
-Summary:Development Files For UCL Library
+Summary:Development files for the UCL library
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
 Provides:   %{libname}-devel = %{version}
@@ -67,13 +63,12 @@
 xargs sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g"
 
 %build
-export CFLAGS="%{optflags} -std=c90 -fPIC"
-export CXXFLAGS="%{optflags} -std=c90 -fPIC"
+export CFLAGS="%{optflags} -std=c90"
+export CXXFLAGS="%{optflags} -std=c90"
 export LDFLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now"
 %configure \
   --disable-static \
-  --enable-shared \
-  --with-pic
+  --enable-shared
 make %{?_smp_mflags}
 
 %install




commit otrs for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package otrs for openSUSE:Factory checked in 
at 2017-10-02 16:54:18

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


Package is "otrs"

Mon Oct  2 16:54:18 2017 rev:54 rq:530204 version:4.0.25

Changes:

--- /work/SRC/openSUSE:Factory/otrs/otrs.changes2017-08-24 
18:34:39.575329718 +0200
+++ /work/SRC/openSUSE:Factory/.otrs.new/otrs.changes   2017-10-02 
16:54:29.012035121 +0200
@@ -1,0 +2,24 @@
+Sat Sep 30 21:42:39 UTC 2017 - ch...@computersalat.de
+
+- improve itsm-update.sh to provide
+  * current and previous itsm packages
+  * exclude PreRelease packages (*x.y.9?.opm)
+- replace itsm tarball so generated
+
+---
+Sun Sep 24 20:34:53 UTC 2017 - astie...@suse.com
+
+- fix and make universal itsm-update.sh
+- replace itsm tarball so generated
+
+---
+Sat Sep 23 18:49:33 UTC 2017 - ch...@computersalat.de
+
+- fix for boo#1059691 (CVE-2017-14635)
+  * Code Injection / Privilege Escalation OTRS
+- Update to 4.0.25
+  * Improved validation in statistic import and export.
+see OSA-2017-04 (Code Injection / Privilege Escalation OTRS)
+  * for more info see https://www.otrs.com/release-notes-otrs-4-patch-level-25/
+
+---
@@ -5 +29 @@
-  * for mor info see https://www.otrs.com/release-notes-otrs-4-patch-level-24/
+  * for more info see https://www.otrs.com/release-notes-otrs-4-patch-level-24/

Old:

  itsm-4.0.24.tar.bz2
  otrs-4.0.24.tar.bz2

New:

  itsm-4.0.25.tar.bz2
  otrs-4.0.25.tar.bz2



Other differences:
--
++ otrs.spec ++
--- /var/tmp/diff_new_pack.ETpo7m/_old  2017-10-02 16:54:32.415557398 +0200
+++ /var/tmp/diff_new_pack.ETpo7m/_new  2017-10-02 16:54:32.419556836 +0200
@@ -18,8 +18,8 @@
 
 Name:   otrs
 
-%define otrs_ver 4.0.24
-%define itsm_ver 4.0.24
+%define otrs_ver 4.0.25
+%define itsm_ver 4.0.25
 %define itsm_min 4
 %define otrs_root /srv/%{name}
 %define otrsdoc_dir_files AUTHORS* CHANGES* COPYING* CREDITS README* 
UPGRADING.SUSE doc

++ itsm-4.0.24.tar.bz2 -> itsm-4.0.25.tar.bz2 ++
/work/SRC/openSUSE:Factory/otrs/itsm-4.0.24.tar.bz2 
/work/SRC/openSUSE:Factory/.otrs.new/itsm-4.0.25.tar.bz2 differ: char 11, line 1

++ itsm-update.sh ++
--- /var/tmp/diff_new_pack.ETpo7m/_old  2017-10-02 16:54:32.507544486 +0200
+++ /var/tmp/diff_new_pack.ETpo7m/_new  2017-10-02 16:54:32.511543925 +0200
@@ -1,13 +1,45 @@
 #!/bin/bash
 # This script creates a new itsm-%version.tar.bz2
 
-VERSION=3.3.15
-MAJ_VER=3.3
-MAJ_V_S=33
-
-mkdir itsm-$VERSION/
-cd itsm-$VERSION/
-wget http://ftp.otrs.org/pub/otrs/itsm/INSTALL-$MAJ_VER.ITSM
-wget -rnH --cut-dirs=3 --no-parent --reject "index.html*" 
http://ftp.otrs.org/pub/otrs/itsm/packages$MAJ_V_S/
+URL='ftp://ftp.otrs.org/pub/otrs/itsm'
+VERSION=$(grep "%define itsm_ver" otrs.spec | cut -d' ' -f3)
+MAJOR=$(echo ${VERSION} | cut -d'.' -f1)
+
+if [[ ${MAJOR} -eq 4 ]]; then
+PMINOR='3.3'
+PMINOR_PKG=33
+PREJECT="*3.2.9?.opm,*${PMINOR}.9?.opm"
+REJECT="*${PMINOR}.9?.opm,*${MAJOR}.0.9?.opm"
+elif [[ ${MAJOR} -eq 5 ]]; then
+PMINOR=$((${MAJOR} - 1))
+PMINOR_PKG=${PMINOR}
+PREJECT="*3.3.9?.opm,*${PMINOR}.0.9?.opm"
+REJECT="*${PMINOR}.0.9?.opm,*${MAJOR}.0.9?.opm"
+elif [[ ${MAJOR} -ge 6 ]]; then
+PMINOR=$((${MAJOR} - 1))
+PMINOR_PKG=${PMINOR}
+PREJECT="*((${PMINOR}-1)).0.9?.opm,*((${MAJOR}-1)).0.9?.opm"
+REJECT="*${PMINOR}.0.9?.opm,*${MAJOR}.0.9?.opm"
+fi
+
+[[ ! -d itsm-${VERSION} ]] && mkdir itsm-${VERSION}
+cd itsm-${VERSION}/
+
+# get INSTALL file
+wget -nH --cut-dirs=3 -m \
+${URL}/INSTALL-${MAJOR}.ITSM
+
+# get packages of current version, exclude RC's
+wget -nH --cut-dirs=3 -m \
+-R ${REJECT} \
+-R *~ \
+${URL}/packages${MAJOR}/
+
+# get packages of previous version, exclude RC's
+wget -nH --cut-dirs=3 -m \
+-R ${PREJECT} \
+-R *~ \
+${URL}/packages${PMINOR_PKG}/
+
 cd ..
-tar -jcvf itsm-$VERSION.tar.bz2 itsm-$VERSION
+tar cvfj itsm-${VERSION}.tar.bz2 --exclude='.listing' itsm-${VERSION}

++ otrs-4.0.24.tar.bz2 -> otrs-4.0.25.tar.bz2 ++
/work/SRC/openSUSE:Factory/otrs/otrs-4.0.24.tar.bz2 
/work/SRC/openSUSE:Factory/.otrs.new/otrs-4.0.25.tar.bz2 differ: char 11, line 1




commit partitionmanager for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package partitionmanager for 
openSUSE:Factory checked in at 2017-10-02 16:54:36

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


Package is "partitionmanager"

Mon Oct  2 16:54:36 2017 rev:4 rq:530295 version:3.2.0

Changes:

--- /work/SRC/openSUSE:Factory/partitionmanager/partitionmanager.changes
2017-09-11 16:17:58.937221378 +0200
+++ /work/SRC/openSUSE:Factory/.partitionmanager.new/partitionmanager.changes   
2017-10-02 16:54:45.293749791 +0200
@@ -1,0 +2,14 @@
+Sun Oct  1 13:14:19 UTC 2017 - wba...@tmo.at
+
+- Update to 3.2.0
+ * Added support for UDF file system (this change requires
+   util-linux 2.30). While adding support for UDF, the following
+   general improvements were made:
+   + KPM now supports setting label for file systems where it can
+ only be done during initial formating (e.g. nilfs2 or udf)
+   + File system label widget (QLineEdit) now validates its input
+ for certain file systems (at the moment only FAT and UDF), not
+ just maximum label length.
+ * Detection support for ISO9660 file system
+
+---

Old:

  partitionmanager-3.1.2.tar.xz

New:

  partitionmanager-3.2.0.tar.xz



Other differences:
--
++ partitionmanager.spec ++
--- /var/tmp/diff_new_pack.fBsorG/_old  2017-10-02 16:54:45.933659971 +0200
+++ /var/tmp/diff_new_pack.fBsorG/_new  2017-10-02 16:54:45.933659971 +0200
@@ -18,7 +18,7 @@
 %bcond_without lang
 
 Name:   partitionmanager
-Version:3.1.2
+Version:3.2.0
 Release:0
 Url:https://www.kde.org/applications/system/kdepartitionmanager/
 Source: 
http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz

++ partitionmanager-3.1.2.tar.xz -> partitionmanager-3.2.0.tar.xz ++
 71784 lines of diff (skipped)




commit xournal for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package xournal for openSUSE:Factory checked 
in at 2017-10-02 16:54:40

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


Package is "xournal"

Mon Oct  2 16:54:40 2017 rev:31 rq:530299 version:0.4.8.2016

Changes:

--- /work/SRC/openSUSE:Factory/xournal/xournal.changes  2017-08-24 
18:40:48.863304200 +0200
+++ /work/SRC/openSUSE:Factory/.xournal.new/xournal.changes 2017-10-02 
16:54:50.185063235 +0200
@@ -1,0 +2,6 @@
+Sat Sep 30 22:46:21 UTC 2017 - badshah...@gmail.com
+
+- Add xournal-fix-strokes-on-Lenovo-active-pen.patch: Fix strokes
+  with Lenovo active pen 2; patches taken from upstream git.
+
+---

New:

  xournal-fix-strokes-on-Lenovo-active-pen.patch



Other differences:
--
++ xournal.spec ++
--- /var/tmp/diff_new_pack.g9lHom/_old  2017-10-02 16:54:50.740985204 +0200
+++ /var/tmp/diff_new_pack.g9lHom/_new  2017-10-02 16:54:50.744984643 +0200
@@ -29,6 +29,8 @@
 Patch1: %{name}-Improve-window-title.patch
 # PATCH-FIX-UPSTREAM xournal-appdata.patch badshah...@gmail.com -- Add, 
translate and install appdata file
 Patch2: xournal-appdata.patch
+# PATCH-FIX-UPSTREAM xournal-fix-strokes-on-Lenovo-active-pen.patch 
badshah...@gmail.com -- Fix strokes with Lenovo active pen 2; patches taken 
from upstream git
+Patch3: xournal-fix-strokes-on-Lenovo-active-pen.patch
 BuildRequires:  automake >= 1.11.2
 BuildRequires:  fdupes
 BuildRequires:  gtk2-devel
@@ -52,6 +54,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 autoreconf -fi

++ xournal-fix-strokes-on-Lenovo-active-pen.patch ++
 ChangeLog  |  6 ++
 src/xo-clipboard.c |  2 ++
 src/xo-file.c  |  5 +
 src/xo-paint.c | 35 +--
 src/xournal.h  |  1 +
 5 files changed, 47 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7c6d8c6..8fd18f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+This version:
+  - keep selection in clipboard after exiting
+  - config option to fix unreliable stroke origin (Lenovo AES pen issues)
+ (use in conjunction with xsetwacom to set RawSample = 1 or 2 until
+  wacom driver fix is committed).
+
 Version 0.4.8.2016 (July 20, 2017 bugfix release):
  * Bug fixes:
   - pen and touchscreen input handling bugfixes (bug #136 and others)
diff --git a/src/xo-clipboard.c b/src/xo-clipboard.c
index 253605e..d998648 100644
--- a/src/xo-clipboard.c
+++ b/src/xo-clipboard.c
@@ -189,6 +189,8 @@ void selection_to_clip(void)
   gtk_clipboard_set_with_data(gtk_clipboard_get(GDK_SELECTION_CLIPBOARD), 
targets, n_targets,
callback_clipboard_get, callback_clipboard_clear, sel);
+  gtk_clipboard_set_can_store(gtk_clipboard_get(GDK_SELECTION_CLIPBOARD),
+   targets, n_targets);
   gtk_target_table_free(targets, n_targets);
 }
 
diff --git a/src/xo-file.c b/src/xo-file.c
index 0285b2b..4b8b5b2 100644
--- a/src/xo-file.c
+++ b/src/xo-file.c
@@ -1767,6 +1767,7 @@ void init_config_default(void)
   ui.autosave_delay = 5;
   ui.autosave_loop_running = FALSE;
   ui.autosave_need_catchup = FALSE;
+  ui.fix_stroke_origin = FALSE;
   
   // the default UI vertical order
   ui.vertical_order[0][0] = 1; 
@@ -1917,6 +1918,9 @@ void save_config_to_file(void)
   update_keyval("general", "buttons_switch_mappings",
 _(" buttons 2 and 3 switch mappings instead of drawing (useful for some 
tablets) (true/false)"),
 g_strdup(ui.button_switch_mapping?"true":"false"));
+  update_keyval("general", "fix_stroke_origin",
+_(" fix origin of strokes (devices with unreliable button press 
coordinates, e.g. Lenovo's AES pens) (true/false)"),
+g_strdup(ui.fix_stroke_origin?"true":"false"));
   update_keyval("general", "autoload_pdf_xoj",
 _(" automatically load filename.pdf.xoj instead of filename.pdf 
(true/false)"),
 g_strdup(ui.autoload_pdf_xoj?"true":"false"));
@@ -2337,6 +2341,7 @@ void load_config_from_file(void)
   if (parse_keyval_string("general", "touchscreen_device_name", ))
 if (str!=NULL) ui.device_for_touch = str;
   parse_keyval_boolean("general", "buttons_switch_mappings", 
_switch_mapping);
+  parse_keyval_boolean("general", "fix_stroke_origin", _stroke_origin);
   parse_keyval_boolean("general", "autoload_pdf_xoj", _pdf_xoj);
   parse_keyval_boolean("general", "autocreate_new_xoj", 
_new_xoj);
   parse_keyval_boolean("general", "autosave_enabled", _enabled);
diff --git a/src/xo-paint.c b/src/xo-paint.c
index 2331ff7..cf9614b 100644
--- a/src/xo-paint.c
+++ b/src/xo-paint.c
@@ -258,7 +258,7 @@ void continue_stroke(GdkEvent *event)
   } 
   
   

commit kio-gdrive for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package kio-gdrive for openSUSE:Factory 
checked in at 2017-10-02 16:54:34

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


Package is "kio-gdrive"

Mon Oct  2 16:54:34 2017 rev:7 rq:530293 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/kio-gdrive/kio-gdrive.changes2017-08-24 
18:35:10.382989459 +0200
+++ /work/SRC/openSUSE:Factory/.kio-gdrive.new/kio-gdrive.changes   
2017-10-02 16:54:43.322026546 +0200
@@ -1,0 +2,7 @@
+Sun Oct  1 11:56:00 UTC 2017 - wba...@tmo.at
+
+- Update to 1.2.1
+  * Fixed build against latest libkgapi.
+  * Updated translations.
+
+---

Old:

  kio-gdrive-1.2.0.1.tar.xz

New:

  kio-gdrive-1.2.1.tar.xz



Other differences:
--
++ kio-gdrive.spec ++
--- /var/tmp/diff_new_pack.7uwdmi/_old  2017-10-02 16:54:43.973935042 +0200
+++ /var/tmp/diff_new_pack.7uwdmi/_new  2017-10-02 16:54:43.977934481 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kio-gdrive
-Version:1.2.0.1
+Version:1.2.1
 Release:0
 Summary:Google Drive KIO slave for KDE applications
 License:GPL-2.0+

++ kio-gdrive-1.2.0.1.tar.xz -> kio-gdrive-1.2.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-1.2.0.1/CMakeLists.txt 
new/kio-gdrive-1.2.1/CMakeLists.txt
--- old/kio-gdrive-1.2.0.1/CMakeLists.txt   2017-05-30 15:54:27.0 
+0200
+++ new/kio-gdrive-1.2.1/CMakeLists.txt 2017-09-30 17:29:04.0 +0200
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(GDRIVE_VERSION 1.2.0)
+set(GDRIVE_VERSION 1.2.1)
 project(kio-gdrive VERSION ${GDRIVE_VERSION})
 
 set(QT_MIN_VERSION 5.2.0)
@@ -26,6 +26,7 @@
 
 find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
 I18n
+DocTools
 KIO)
 
 find_package(KPimGAPI ${KGAPI_MIN_VERSION} REQUIRED)
@@ -75,7 +76,9 @@
 
 
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
+
 find_package(KF5I18n CONFIG REQUIRED)
 ki18n_install(po)
+
 find_package(KF5DocTools CONFIG REQUIRED)
 kdoctools_install(po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-gdrive-1.2.0.1/desktop/org.kde.kio-gdrive.appdata.xml 
new/kio-gdrive-1.2.1/desktop/org.kde.kio-gdrive.appdata.xml
--- old/kio-gdrive-1.2.0.1/desktop/org.kde.kio-gdrive.appdata.xml   
2017-05-28 14:03:30.0 +0200
+++ new/kio-gdrive-1.2.1/desktop/org.kde.kio-gdrive.appdata.xml 2017-09-30 
17:28:11.0 +0200
@@ -9,6 +9,7 @@
   KIO GDrive
   KIO GDrive
   KIO GDrive
+  KIO GDrive
   KIO GDrive
   KIO GDrive
   KIO GDrive
@@ -22,6 +23,7 @@
   Integrace Google Drive do KDE Plasma a aplikací 
KDE
   Google Drive integration with KDE Plasma and KDE 
applications
   Integración de Google Drive con Plasma y aplicaciones 
de KDE
+  Integrazione di Google Drive con le applicazioni di 
KDE e KDE Plasma
   Integratie van Google Drive met KDE Plasma en KDE 
applications
   Integracja Dysku Google z KDE Plazmą i aplikacjami 
KDE
   Integração do Google Drive com o Plasma e as 
aplicações do KDE
@@ -35,6 +37,7 @@
 El KIO GDrive és un esclau del KIO que habilita 
les aplicacions preparades per al KIO (com el Dolphin, el Kate o el Gwenview) 
per accedir i editar fitxers del Drive de Google en el núvol.
 KIO GDrive is a KIO slave that enables KIO-aware 
applications (such as Dolphin, Kate or Gwenview) to access and edit Google 
Drive files on the cloud.
 KIO GDrive es un esclavo KIO que permite que aplicaciones 
KIO-compatibles (como Dolphin, Kate o Gwenview) acceder y editar archivos de 
Google Drive en la nube.
+KIO GDrive è un KIO slave che consente alle applicazioni 
che gestiscono KIO (come Dolphin, Kate o Gwenview) di accedere e modificare i 
file di Google Drive sul cloud.
 KIO GDrive is een KIO-slave die met KIO bekende 
toepassingen (zoals Dolphin, Kate of Gwenview) toegang geeft tot bestanden en 
deze bewerkt op Google Drive in de cloud.
 KIO GDrive jest KIO slave, który umożliwia aplikacjom 
świadomym KIO (takim jak  Dolphin, Kate lub Gwenview) na dostęp i edycję plików 
w chmurze Dysku Google.
 O KIO GDrive é um KIO slave que permite às aplicações que 
suportam o KIO (como o Dolphin, o Kate ou o Gwenview) aceder e editar ficheiros 
do Google Drive na 'cloud'.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-gdrive-1.2.0.1/kaccounts/gdrive.notifyrc 
new/kio-gdrive-1.2.1/kaccounts/gdrive.notifyrc
--- old/kio-gdrive-1.2.0.1/kaccounts/gdrive.notifyrc2017-05-28 

commit ghc-cmark for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package ghc-cmark for openSUSE:Factory 
checked in at 2017-10-02 16:54:04

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


Package is "ghc-cmark"

Mon Oct  2 16:54:04 2017 rev:13 rq:530113 version:0.5.6

Changes:

--- /work/SRC/openSUSE:Factory/ghc-cmark/ghc-cmark.changes  2017-04-14 
13:37:26.117814591 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-cmark.new/ghc-cmark.changes 2017-10-02 
16:54:18.621493550 +0200
@@ -1,0 +2,20 @@
+Sat Sep 30 08:56:55 UTC 2017 - psim...@suse.com
+
+- Re-factor spec file to rely on the system's libcmark library by
+  default.
+
+- Work around erroneous library path advertised in libcmark's
+  pkg-config data. [boo#1061183]
+  
+---
+Thu Aug 17 03:03:08 UTC 2017 - psim...@suse.com
+
+- Update to version 0.5.6.
+  + Update to cmark 0.28.0.
+  
+---
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---

Old:

  cmark-0.5.5.1.tar.gz

New:

  cmark-0.5.6.tar.gz



Other differences:
--
++ ghc-cmark.spec ++
--- /var/tmp/diff_new_pack.ghJVMQ/_old  2017-10-02 16:54:19.337393065 +0200
+++ /var/tmp/diff_new_pack.ghJVMQ/_new  2017-10-02 16:54:19.341392504 +0200
@@ -17,31 +17,21 @@
 
 
 %global pkg_name cmark
-%if 0%{?suse_version} >= 1330
-%define is_tumble 1
-%endif
-# is Leap 42.2+ or SLE12SP2+
-%if 0%{?sle_version} >= 120200
-%define is_sp2up 1
-%endif
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.5.5.1
+Version:0.5.6
 Release:0
 Summary:Fast, accurate CommonMark (Markdown) parser and renderer
 License:BSD-3-Clause AND BSD-2-Clause AND MIT
-Group:  Development/Languages/Other
-Url:https://hackage.haskell.org/package/%{pkg_name}
+Group:  Development/Libraries/Haskell
+URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?is_tumble} || 0%{?is_sp2up}
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libcmark)
-%endif
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 %endif
@@ -49,35 +39,33 @@
 %description
 This package provides Haskell bindings for , the reference parser for , a fully
-specified variant of Markdown. It includes sources for libcmark (0.27.1) and
+specified variant of Markdown. It includes sources for libcmark (0.28.0) and
 does not require prior installation of the C library.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
-Requires(post): ghc-compiler = %{ghc_version}
-Requires(postun): ghc-compiler = %{ghc_version}
-%if 0%{?is_tumble} || 0%{?is_sp2up}
 Requires:   pkgconfig
 Requires:   pkgconfig(libcmark)
-%endif
+Requires(post): ghc-compiler = %{ghc_version}
+Requires(postun): ghc-compiler = %{ghc_version}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-%if 0%{?is_tumble} || 0%{?is_sp2up}
-cabal-tweak-flagpkgconfig   True
-%endif
 
 %build
+%define cabal_configure_options -fpkgconfig
 %ghc_lib_build
 
 %install
 %ghc_lib_install
+# Drop erroneous library path that Cabal records in the package's config file. 
[boo#1061183]
+sed -i -e "s|%{_prefix}/%{_prefix}/|%{_prefix}/|g" 
%{buildroot}%{ghclibdir}/package.conf.d/%{pkg_name}*.conf
 
 %check
 %cabal_test
@@ -89,11 +77,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc README.md changelog
 
 %changelog

++ cmark-0.5.5.1.tar.gz -> cmark-0.5.6.tar.gz ++
 32084 lines of diff (skipped)




commit deja-dup for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package deja-dup for openSUSE:Factory 
checked in at 2017-10-02 16:54:10

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


Package is "deja-dup"

Mon Oct  2 16:54:10 2017 rev:46 rq:530116 version:36.1

Changes:

--- /work/SRC/openSUSE:Factory/deja-dup/deja-dup.changes2017-09-17 
22:37:53.304369489 +0200
+++ /work/SRC/openSUSE:Factory/.deja-dup.new/deja-dup.changes   2017-10-02 
16:54:20.869178063 +0200
@@ -1,0 +2,8 @@
+Sat Sep 30 00:14:29 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 36.1:
+  + Fix backing up to external drives.
+  + Updated translations.
+- Drop deja-dup-fix-setting-drive-volume.patch: Fixed upstream.
+
+---

Old:

  deja-dup-36.0.tar.xz
  deja-dup-fix-setting-drive-volume.patch

New:

  deja-dup-36.1.tar.xz



Other differences:
--
++ deja-dup.spec ++
--- /var/tmp/diff_new_pack.ovPMRl/_old  2017-10-02 16:54:21.365108454 +0200
+++ /var/tmp/diff_new_pack.ovPMRl/_new  2017-10-02 16:54:21.369107892 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   deja-dup
-Version:36.0
+Version:36.1
 Release:0
 Summary:Simple backup tool and frontend for duplicity
 License:GPL-3.0+
 Group:  Productivity/Archiving/Backup
 Url:https://launchpad.net/deja-dup
 Source0:
https://launchpad.net/deja-dup/36/%{version}/+download/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM deja-dup-fix-setting-drive-volume.patch lp#1717230 
zai...@opensuse.org -- BackendDrive: Fix setting a drive volume
-Patch0: deja-dup-fix-setting-drive-volume.patch
 # For make check to work, we need dbus-launch
 BuildRequires:  dbus-1-x11
 BuildRequires:  fdupes
@@ -87,7 +85,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 export CFLAGS="%{optflags} -Wl,-rpath=%{_libdir}/%{name}"

++ deja-dup-36.0.tar.xz -> deja-dup-36.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/deja-dup-36.0/NEWS new/deja-dup-36.1/NEWS
--- old/deja-dup-36.0/NEWS  2017-09-11 18:52:31.0 +0200
+++ new/deja-dup-36.1/NEWS  2017-09-14 19:37:28.0 +0200
@@ -1,3 +1,8 @@
+Déjà Dup 36.1
+-
+ • Fix backing up to external drives
+ • Update translations
+
 Déjà Dup 36.0
 -
  • Use sh instead of bash in monitor's autostart command
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/deja-dup-36.0/deja-dup/help/ja/ja.po 
new/deja-dup-36.1/deja-dup/help/ja/ja.po
--- old/deja-dup-36.0/deja-dup/help/ja/ja.po2017-09-11 18:52:31.0 
+0200
+++ new/deja-dup-36.1/deja-dup/help/ja/ja.po2017-09-14 19:37:28.0 
+0200
@@ -8,15 +8,15 @@
 "Project-Id-Version: deja-dup\n"
 "Report-Msgid-Bugs-To: FULL NAME \n"
 "POT-Creation-Date: 2017-08-31 10:27-0400\n"
-"PO-Revision-Date: 2017-08-17 10:17+\n"
+"PO-Revision-Date: 2017-09-11 10:57+\n"
 "Last-Translator: Shinichirou Yamada "
 "\n"
 "Language-Team: Japanese \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2017-09-01 05:54+\n"
-"X-Generator: Launchpad (build 18446)\n"
+"X-Launchpad-Export-Date: 2017-09-12 05:35+\n"
+"X-Generator: Launchpad (build 18449)\n"
 
 #. Put one translator per line, in the form NAME , YEAR1, YEAR2
 msgctxt "_"
@@ -692,7 +692,7 @@
 #. (itstool) path: item/p
 #: C/restore-lost.page:13
 msgid "Browse to the folder containing the file you lost."
-msgstr "失なったファイルのあったフォルダーを表示します。"
+msgstr "失なったファイルがあったフォルダーを表示します。"
 
 #. (itstool) path: item/p
 #: C/restore-lost.page:14
@@ -848,7 +848,7 @@
 "used by Déjà Dup behind the scenes to back up and restore your "
 "files."
 msgstr ""
-"Déjà Dup があなたの環境で正常に動作していないと仮定して、コマンドラインツール duplicity "
+"Déjà Dup があなたの環境で正常に動作していないと仮定して、コマンドラインツールの duplicity "
 "を使用します (Déjà Dup でファイルのバックアップと復元を行う際に背後で使用されているツールです)。"
 
 #. (itstool) path: note/p
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/deja-dup-36.0/deja-dup/widgets/ConfigLocation.vala 
new/deja-dup-36.1/deja-dup/widgets/ConfigLocation.vala
--- old/deja-dup-36.0/deja-dup/widgets/ConfigLocation.vala  2017-09-11 
18:52:31.0 +0200
+++ new/deja-dup-36.1/deja-dup/widgets/ConfigLocation.vala  2017-09-14 
19:37:28.0 +0200
@@ -426,8 +426,7 @@
   {
 if (is_allowed_volume(v))
 {
-  add_volume_full(v.get_identifier(VolumeIdentifier.UUID),
-  v.get_name(), v.get_icon());
+  

commit python-html5-parser for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package python-html5-parser for 
openSUSE:Factory checked in at 2017-10-02 16:54:13

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


Package is "python-html5-parser"

Mon Oct  2 16:54:13 2017 rev:3 rq:530137 version:0.4.4

Changes:

--- /work/SRC/openSUSE:Factory/python-html5-parser/python-html5-parser.changes  
2017-08-24 18:56:34.110194242 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-html5-parser.new/python-html5-parser.changes 
2017-10-02 16:54:21.853039967 +0200
@@ -1,0 +2,5 @@
+Fri Sep 29 16:19:18 UTC 2017 - jeng...@inai.de
+
+- Reword descriptions for neutrality and accuracy.
+
+---



Other differences:
--
++ python-html5-parser.spec ++
--- /var/tmp/diff_new_pack.XqaSYR/_old  2017-10-02 16:54:22.352969796 +0200
+++ /var/tmp/diff_new_pack.XqaSYR/_new  2017-10-02 16:54:22.352969796 +0200
@@ -21,7 +21,7 @@
 Name:   python-html5-parser
 Version:0.4.4
 Release:0
-Summary:Fast C based HTML 5 parsing for python
+Summary:C based HTML 5 parsing for Python
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://github.com/kovidgoyal/html5-parser
@@ -38,8 +38,8 @@
 %python_subpackages
 
 %description
-A fast, standards compliant, C based, HTML 5 parser for python. 
-Over thirty times as fast as pure python based parsers, such as html5lib.
+A standards compliant, C based HTML 5 parser for Python. It processes HTML
+about thirty times faster than the "html5lib" pure Python based parser.
 
 %prep
 %setup -q -n html5-parser-%{version}




commit NetworkManager-openvpn for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package NetworkManager-openvpn for 
openSUSE:Factory checked in at 2017-10-02 16:54:08

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


Package is "NetworkManager-openvpn"

Mon Oct  2 16:54:08 2017 rev:70 rq:530115 version:1.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/NetworkManager-openvpn/NetworkManager-openvpn.changes
2017-09-25 13:59:41.412523503 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-openvpn.new/NetworkManager-openvpn.changes
   2017-10-02 16:54:20.125282477 +0200
@@ -1,0 +2,7 @@
+Fri Sep 29 07:33:50 UTC 2017 - dims...@opensuse.org
+
+- Add NetworkManager-openvpn-config.patch: fix unusable config
+  imports (certificate config was wrongly written out, causing the
+  VPN profile not be be functional).
+
+---

New:

  NetworkManager-openvpn-config.patch



Other differences:
--
++ NetworkManager-openvpn.spec ++
--- /var/tmp/diff_new_pack.DLVs1F/_old  2017-10-02 16:54:20.713199956 +0200
+++ /var/tmp/diff_new_pack.DLVs1F/_new  2017-10-02 16:54:20.713199956 +0200
@@ -24,6 +24,8 @@
 Group:  Productivity/Networking/System
 Url:http://www.gnome.org/projects/NetworkManager
 Source0:
http://download.gnome.org/sources/NetworkManager-openvpn/1.8/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM NetworkManager-openvpn-config.patch dims...@opensuse.org 
-- fix unusable config imports
+Patch0: NetworkManager-openvpn-config.patch
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(NetworkManager) >= 1.7.0
@@ -64,6 +66,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif

++ NetworkManager-openvpn-config.patch ++
iFrom fcf4b58fe0da5994687469ebb0c6eac3cf083e83 Mon Sep 17 00:00:00 2001
From: polygamma 
Date: Mon, 25 Sep 2017 22:56:29 +0200
Subject: properties: fix unusable config imports

Fixes: 86a70095afc229f1f970b7e546390d166152cfc2

https://github.com/NetworkManager/network-manager-openvpn/pull/1
---
 properties/auth-helpers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/properties/auth-helpers.c b/properties/auth-helpers.c
index f9babfb..c55afd1 100644
--- a/properties/auth-helpers.c
+++ b/properties/auth-helpers.c
@@ -544,7 +544,7 @@ update_tls (GtkBuilder *builder, const char *prefix, 
NMSettingVpn *s_vpn)
  NM_OPENVPN_KEY_CERT,
  NM_OPENVPN_KEY_KEY,
  NM_OPENVPN_KEY_CERTPASS,
- prefix, "ca_cert", s_vpn);
+ prefix, "user_cert", s_vpn);
 }
 
 static void
-- 
cgit v0.12





commit corebird for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package corebird for openSUSE:Factory 
checked in at 2017-10-02 16:54:02

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


Package is "corebird"

Mon Oct  2 16:54:02 2017 rev:14 rq:530108 version:1.6

Changes:

--- /work/SRC/openSUSE:Factory/corebird/corebird.changes2017-07-17 
09:11:08.656055056 +0200
+++ /work/SRC/openSUSE:Factory/.corebird.new/corebird.changes   2017-10-02 
16:54:15.465936467 +0200
@@ -1,0 +2,14 @@
+Sun Sep 24 16:19:08 UTC 2017 - aavind...@gmail.com
+
+- Update to version 1.6
+  + Dependencies: GTK+ 3.20 is now required, and librest is no longer
+a dependency.
+  + Facelift for the tweet info page.
+  + Lots of stability fixes.
+  + The compose window now starts uploading images as soon as they
+are selected.
+- Only use post scripts for schema, desktop, and icon cache handling
+  on suse_version < 1330.
+- Drop pkgconfig(rest-0.7) BuildRequries: no longer needed.
+
+---

Old:

  corebird-1.5.1.tar.xz

New:

  corebird-1.6.tar.xz



Other differences:
--
++ corebird.spec ++
--- /var/tmp/diff_new_pack.YXqrOA/_old  2017-10-02 16:54:16.317816896 +0200
+++ /var/tmp/diff_new_pack.YXqrOA/_new  2017-10-02 16:54:16.321816335 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   corebird
-Version:1.5.1
+Version:1.6
 Release:0
 Summary:A lightweight Twitter Client
 License:GPL-3.0+
@@ -34,19 +34,18 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.44
 BuildRequires:  pkgconfig(gspell-1)
 BuildRequires:  pkgconfig(gstreamer-video-1.0) >= 1.6
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.18
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libsoup-2.4)
-BuildRequires:  pkgconfig(rest-0.7)
 BuildRequires:  pkgconfig(sqlite3)
 Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Native Twitter client, integrating into GNOME 3.
 
 %lang_package
+
 %prep
 %setup -q
 
@@ -59,6 +58,7 @@
 %suse_update_desktop_file org.baedert.corebird X-SuSE-Core-Internet
 %find_lang %{name} %{?no_lang_C}
 
+%if 0%{?suse_version} < 1330
 %post
 %glib2_gsettings_schema_post
 %icon_theme_cache_post
@@ -68,13 +68,13 @@
 %glib2_gsettings_schema_postun
 %icon_theme_cache_postun
 %desktop_database_postun
+%endif
 
 %files
-%defattr(-,root,root)
 %doc COPYING
 %{_bindir}/%{name}
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/org.baedert.corebird.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/org.baedert.corebird.appdata.xml
 %{_datadir}/applications/org.baedert.corebird.desktop
 %{_datadir}/dbus-1/services/org.baedert.corebird.service
 %{_datadir}/glib-2.0/schemas/org.baedert.corebird.gschema.xml

++ corebird-1.5.1.tar.xz -> corebird-1.6.tar.xz ++
 23172 lines of diff (skipped)




commit ntl for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package ntl for openSUSE:Factory checked in 
at 2017-10-02 16:54:00

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


Package is "ntl"

Mon Oct  2 16:54:00 2017 rev:19 rq:530075 version:10.5.0

Changes:

--- /work/SRC/openSUSE:Factory/ntl/ntl.changes  2017-09-13 22:32:52.946092612 
+0200
+++ /work/SRC/openSUSE:Factory/.ntl.new/ntl.changes 2017-10-02 
16:54:14.742038074 +0200
@@ -1,0 +2,5 @@
+Sat Sep 30 08:47:27 UTC 2017 - jeng...@inai.de
+
+- ntl-automake.diff: add missing header file for flint
+
+---



Other differences:
--
++ ntl-automake.diff ++
--- /var/tmp/diff_new_pack.AZWbt5/_old  2017-10-02 16:54:15.345953308 +0200
+++ /var/tmp/diff_new_pack.AZWbt5/_new  2017-10-02 16:54:15.345953308 +0200
@@ -7,14 +7,14 @@
  Makefile.am |   15 ++
  autogen.sh  |5 ++
  configure.ac|   96 
- include/Makefile.am |  100 ++
+ include/Makefile.am |   67 
  src/Makefile.am |  123 

- 5 files changed, 339 insertions(+)
+ 5 files changed, 306 insertions(+)
 
-Index: ntl-10.3.0/Makefile.am
+Index: ntl-10.5.0/Makefile.am
 ===
 --- /dev/null
-+++ ntl-10.3.0/Makefile.am
 ntl-10.5.0/Makefile.am
 @@ -0,0 +1,15 @@
 +# -*- Makefile -*-
 +
@@ -31,20 +31,20 @@
 +include/NTL/config.h: config.h
 +  mkdir -p include/NTL
 +  grep 'define NTL_' <$< >$@
-Index: ntl-10.3.0/autogen.sh
+Index: ntl-10.5.0/autogen.sh
 ===
 --- /dev/null
-+++ ntl-10.3.0/autogen.sh
 ntl-10.5.0/autogen.sh
 @@ -0,0 +1,5 @@
 +#!/bin/sh -e
 +
 +mkdir -p m4;
 +autoreconf -fi;
 +rm -Rf autom4te.cache;
-Index: ntl-10.3.0/configure.ac
+Index: ntl-10.5.0/configure.ac
 ===
 --- /dev/null
-+++ ntl-10.3.0/configure.ac
 ntl-10.5.0/configure.ac
 @@ -0,0 +1,96 @@
 +AC_INIT([ntl], [9.6.4])
 +AC_CONFIG_AUX_DIR([build-aux])
@@ -142,48 +142,15 @@
 +AC_SUBST([my_CXXFLAGS])
 +AC_CONFIG_FILES([Makefile src/Makefile include/Makefile])
 +AC_OUTPUT
-Index: ntl-10.3.0/include/Makefile.am
+Index: ntl-10.5.0/include/Makefile.am
 ===
 --- /dev/null
-+++ ntl-10.3.0/include/Makefile.am
-@@ -0,0 +1,100 @@
 ntl-10.5.0/include/Makefile.am
+@@ -0,0 +1,67 @@
 +# -*- Makefile -*-
 +
 +nobase_include_HEADERS = \
-+  NTL/BasicThreadPool.h \
-+  NTL/FFT.h \
-+  NTL/FacVec.h \
-+  NTL/GF2.h \
-+  NTL/GF2E.h \
-+  NTL/GF2EX.h \
-+  NTL/GF2EXFactoring.h \
-+  NTL/GF2X.h \
-+  NTL/GF2XFactoring.h \
-+  NTL/GF2XVec.h \
-+  NTL/HAVE_AVX.h \
-+  NTL/HAVE_BUILTIN_CLZL.h \
-+  NTL/HAVE_FMA.h \
-+  NTL/HAVE_LL_TYPE.h \
-+  NTL/HAVE_PCLMUL.h \
-+  NTL/HNF.h \
-+  NTL/Lazy.h \
-+  NTL/LazyTable.h \
-+  NTL/LLL.h \
-+  NTL/MatPrime.h \
-+  NTL/RR.h \
-+  NTL/SmartPtr.h \
-+  NTL/WordVector.h \
-+  NTL/ZZ.h \
-+  NTL/ZZVec.h \
-+  NTL/ZZX.h \
-+  NTL/ZZXFactoring.h \
-+  NTL/ZZ_limbs.h \
-+  NTL/ZZ_p.h \
-+  NTL/ZZ_pE.h \
-+  NTL/ZZ_pEX.h \
-+  NTL/ZZ_pEXFactoring.h \
-+  NTL/ZZ_pX.h \
-+  NTL/ZZ_pXFactoring.h \
++NTL/ALL_FEATURES.h NTL/BasicThreadPool.h NTL/FFT.h NTL/FacVec.h NTL/GF2.h 
NTL/GF2E.h NTL/GF2EX.h NTL/GF2EXFactoring.h NTL/GF2X.h NTL/GF2XFactoring.h 
NTL/GF2XVec.h NTL/HAVE_ALIGNED_ARRAY.h NTL/HAVE_AVX.h NTL/HAVE_AVX2.h 
NTL/HAVE_BUILTIN_CLZL.h NTL/HAVE_COPY_TRAITS1.h NTL/HAVE_COPY_TRAITS2.h 
NTL/HAVE_FMA.h NTL/HAVE_LL_TYPE.h NTL/HAVE_PCLMUL.h NTL/HAVE_SSSE3.h NTL/HNF.h 
NTL/LLL.h NTL/Lazy.h NTL/LazyTable.h NTL/MatPrime.h NTL/REPORT_ALL_FEATURES.h 
NTL/RR.h NTL/SmartPtr.h NTL/WordVector.h NTL/ZZ.h NTL/ZZVec.h NTL/ZZX.h 
NTL/ZZXFactoring.h NTL/ZZ_limbs.h NTL/ZZ_p.h NTL/ZZ_pE.h NTL/ZZ_pEX.h 
NTL/ZZ_pEXFactoring.h NTL/ZZ_pX.h NTL/ZZ_pXFactoring.h \
 +  NTL/ctools.h \
 +  NTL/def_config.h \
 +  NTL/fileio.h \
@@ -247,10 +214,10 @@
 +  NTL/vector.h \
 +  NTL/version.h \
 +  NTL/xdouble.h
-Index: ntl-10.3.0/src/Makefile.am
+Index: ntl-10.5.0/src/Makefile.am
 ===
 --- /dev/null
-+++ ntl-10.3.0/src/Makefile.am
 ntl-10.5.0/src/Makefile.am
 @@ -0,0 +1,123 @@
 +# -*- Makefile -*-
 +




commit krita for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2017-10-02 16:53:58

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


Package is "krita"

Mon Oct  2 16:53:58 2017 rev:15 rq:530029 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2017-08-28 
15:18:42.395730496 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2017-10-02 
16:54:07.531050212 +0200
@@ -1,0 +2,57 @@
+Thu Sep 28 08:55:33 UTC 2017 - wba...@tmo.at
+
+- Update to 3.3.0:
+  * Some visual glitches when using hi-dpi screens are fixed
+(remember: on Windows and Linux, you need to enable this in the
+settings dialog).
+  * If you create a new image from clipboard, the image will have a
+title
+  * Favorite blending modes and favorite brush presets are now
+loaded correctly on startup
+  * GMIC
++ the plugin has been updated to the latest version for Windows
+  and Linux.
++ the configuration for setting the path to the plugin has been
+  removed. Krita looks for the plugin in the folder where the
+  krita executable is, and optionally inside a folder with a
+  name that starts with ‘gmic’ next to the krita executable.
++ there are several fixes for handling layers and communication
+  between Krita and the plugin
+  * Some websites save jpeg images with a .png extension: that used
+to confuse Krita, but Krita now first looks inside the file to
+see what kind of file it really is.
+  * PNG: 
++ 16 and 32 bit floating point images are now converted to 16
+  bit integer when saving the images as PNG.
++ It’s now possible to save the alpha channel to PNG images
+  even if there are no (semi-) transparent pixels in the image
+  * When hardware accelerated display is disabled, the color picker
+mode of the brush tool showed a broken cursor; this has been
+fixed.
+  * The Reference Images docker now only starts loading images when
+it is visible, instead on Krita startup. Note: the reference
+images docker uses Qt’s imageio plugins to load images. If you
+are running on Linux, remove all Deepin desktop components.
+Deepin comes with severely broken qimageio plugins that will
+crash any Qt application that tries to display images.
+  * File layers now correctly reload on change again
+  * Add several new commandline options: 
++ –nosplash to start Krita without showing the splash screen
++ –canvasonly to start Krita in canvas-only mode
++ –fullscreen to start Krita full-screen
++ –workspace Workspace to start Krita with the given workspace
+  * Selections 
++ The Select All action now first clears the selection before
+  selecting the entire image
++ It is now possible to extend selections outside the canvas
+  boundary
+  * Performance improvements: in several places superfluous reads
+from the settings were eliminated, which makes generating a layer
+thumbnail faster and improves painting if display acceleration is
+turned off.
+  * The smart number input boxes now use the current locale to follow
+desktop settings for numbers
+  * The system information dialog for bug reports is improved
+  * See also https://krita.org/en/item/krita-3-3-0/
+
+---

Old:

  krita-3.2.1.tar.gz

New:

  krita-3.3.0.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.qVXPGA/_old  2017-10-02 16:54:14.438080737 +0200
+++ /var/tmp/diff_new_pack.qVXPGA/_new  2017-10-02 16:54:14.438080737 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   krita
-Version:3.2.1
+Version:3.3.0
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0+ and LGPL-2.1+

++ krita-3.2.1.tar.gz -> krita-3.3.0.tar.gz ++
/work/SRC/openSUSE:Factory/krita/krita-3.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.krita.new/krita-3.3.0.tar.gz differ: char 5, line 1




commit smc-tools for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package smc-tools for openSUSE:Factory 
checked in at 2017-10-02 16:53:51

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


Package is "smc-tools"

Mon Oct  2 16:53:51 2017 rev:3 rq:530021 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/smc-tools/smc-tools.changes  2017-04-24 
09:48:36.657423930 +0200
+++ /work/SRC/openSUSE:Factory/.smc-tools.new/smc-tools.changes 2017-10-02 
16:53:57.724426671 +0200
@@ -1,0 +2,6 @@
+Fri Sep 29 20:16:24 UTC 2017 - mp...@suse.com
+
+- Added an ExcludeArch for %{arm} so that we won't try to build
+  the package on armv7l. The build fails on that architecture.
+
+---



Other differences:
--
++ smc-tools.spec ++
--- /var/tmp/diff_new_pack.NeQXWN/_old  2017-10-02 16:53:58.616301488 +0200
+++ /var/tmp/diff_new_pack.NeQXWN/_new  2017-10-02 16:53:58.616301488 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package smc-tools
 #
-# 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
@@ -15,10 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:  smc-tools
 Version:   1.0.0
 Release:   0
-Url:   https://www.ibm.com/developerworks/linux/linux390/
+Url:
https://www.ibm.com/developerworks/linux/linux390/smc-tools.html
 Summary:   Shared Memory Communication via RDMA
 License:   EPL-1.0
 Group: System/Kernel
@@ -32,6 +33,8 @@
 %endif
 BuildRequires: libnl3-devel
 
+ExcludeArch:%{arm}
+
 # While repos other than Factory have 32bit for s390x, Factory does not
 %if 0%{?suse_version} == 1330
 %ifarch s390x

++ smc-tools-1.0.0.tar.gz ++




commit openssl-ibmca for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package openssl-ibmca for openSUSE:Factory 
checked in at 2017-10-02 16:53:42

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


Package is "openssl-ibmca"

Mon Oct  2 16:53:42 2017 rev:28 rq:530008 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/openssl-ibmca/openssl-ibmca.changes  
2017-09-23 21:36:14.217358399 +0200
+++ /work/SRC/openSUSE:Factory/.openssl-ibmca.new/openssl-ibmca.changes 
2017-10-02 16:53:46.134053492 +0200
@@ -1,0 +2,32 @@
+Fri Sep 22 18:07:10 UTC 2017 - mp...@suse.com
+
+- Upgraded to version 1.4.0
+  * Re-license to Apache License v2.0
+  * Fix aes_gcm initialization.
+  * Update man page.
+  * Add macros for OpenSSL 0.9.8 compat.
+  * Remove AC_FUNC_MALLOC from configure.ac
+  * Add compat macro for OpenSSL 1.0.1e-fips.
+  * Setting 'foreign' strictness for automake.
+  * Add AES-GCM support.
+  * Rework EVP_aes macros.
+  * Remove dependency of old local OpenSSL headers.
+  * Fix engine initialization to set function pointers only once.
+  * Remove blank COPYING and NEWS files.
+  * Remove INSTALL and move its content to README.md
+  * Update README.md file to make use of markdown.
+  * Rename README file to README.md to use markdown
+  * Add CONTRIBUTING guidelines.
+  * Adding coding style documentation.
+  * Enable EVP_MD_FLAG_FIPS flag for SHA-*.
+  * Initialize rsa_keygen in RSA_METHOD for openssl < 1.1.0
+  * Fix SHA512 EVP digest struct to use 
+EVP_MD_FLAG_PKEY_METHOD_SIGNATURE when using OpenSSL 1.0
+  * Fix wrong parenthesis
+  * convert libica loading to dlopen() and friends
+  * Add support to DSO on new API of OpenSSL-1.1.0
+- Removed obsolete 
openssl-ibmca-fix-sha512-evp-digest-to-use-evp_md_flag_pkey_method_signature.patch
+- Added BuildRequires for autoconf, automake, and libtool.
+- Updated BuildRequires for libica-devel to be >= 3.1.1
+
+---

Old:

  openssl-ibmca-1.3.0.tar.bz2
  
openssl-ibmca-fix-sha512-evp-digest-to-use-evp_md_flag_pkey_method_signature.patch

New:

  openssl-ibmca-1.4.0.tar.gz



Other differences:
--
++ openssl-ibmca.spec ++
--- /var/tmp/diff_new_pack.h449G2/_old  2017-10-02 16:53:48.041785724 +0200
+++ /var/tmp/diff_new_pack.h449G2/_new  2017-10-02 16:53:48.045785163 +0200
@@ -17,17 +17,19 @@
 
 
 Name:   openssl-ibmca
-Version:1.3.0
+Version:1.4.0
 Release:0
 Summary:The IBMCA OpenSSL dynamic engine
-License:IPL-1.0
+License:Apache-2.0
 Group:  Hardware/Other
-Url:http://sourceforge.net/projects/opencryptoki
-Source: 
http://sourceforge.net/projects/opencryptoki/files/libica%%20OpenSSL%%20Engine/ibmca-%{version}/openssl-ibmca-%{version}.tar.bz2
+Url:https://github.com/opencryptoki/openssl-ibmca/
+Source: openssl-ibmca-%{version}.tar.gz
 Source1:baselibs.conf
-Patch1: 
openssl-ibmca-fix-sha512-evp-digest-to-use-evp_md_flag_pkey_method_signature.patch
-BuildRequires:  libica-devel >= 2.4.0
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libica-devel >= 3.1.1
 BuildRequires:  libica-tools >= 2.4.0
+BuildRequires:  libtool
 BuildRequires:  openssl-devel
 Requires:   openssl
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,13 +41,13 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 # The directory where crypto engines are located is owned by the libcrypto 
package.
 # Find out where that is for this version of the distribution.
 %define _ENGINE_DIR %(pkg-config --variable=enginesdir libcrypto)
 
+autoreconf --force --install
 export CFLAGS="%{optflags}"
 export CPPFLAGS="%{optflags}"
 %configure \
@@ -110,7 +112,7 @@
 
 %files
 %defattr(-, root, root)
-%doc README COPYING
+%doc README.md LICENSE
 %doc src/openssl.cnf.sample
 %{_ENGINE_DIR}/libibmca.*
 %{_mandir}/man5/ibmca.5%{ext_man}




commit epplet-base for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package epplet-base for openSUSE:Factory 
checked in at 2017-10-02 16:53:10

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


Package is "epplet-base"

Mon Oct  2 16:53:10 2017 rev:21 rq:529930 version:0.10

Changes:

--- /work/SRC/openSUSE:Factory/epplet-base/epplet-base.changes  2014-12-01 
14:02:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.epplet-base.new/epplet-base.changes 
2017-10-02 16:53:19.289821316 +0200
@@ -1,0 +2,6 @@
+Wed Sep 27 17:36:52 UTC 2017 - dims...@opensuse.org
+
+- Drop esound-devel BuildRequires: esound has been obsoleted by a
+  couple sound servers by now
+
+---



Other differences:
--
++ epplet-base.spec ++
--- /var/tmp/diff_new_pack.tsxtaw/_old  2017-10-02 16:53:20.169697818 +0200
+++ /var/tmp/diff_new_pack.tsxtaw/_new  2017-10-02 16:53:20.173697256 +0200
@@ -20,7 +20,6 @@
 
 Name:   epplet-base
 BuildRequires:  Mesa-devel
-BuildRequires:  esound-devel
 BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
 BuildRequires:  imlib2-devel >= 1.2.0




commit libica for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package libica for openSUSE:Factory checked 
in at 2017-10-02 16:53:47

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


Package is "libica"

Mon Oct  2 16:53:47 2017 rev:6 rq:530010 version:3.2.0

Changes:

--- /work/SRC/openSUSE:Factory/libica/libica.changes2017-09-20 
17:13:23.795595330 +0200
+++ /work/SRC/openSUSE:Factory/.libica.new/libica.changes   2017-10-02 
16:53:48.485723413 +0200
@@ -1,0 +2,22 @@
+Fri Sep 22 21:27:04 UTC 2017 - mp...@suse.com
+
+- Upgraded to version 3.2 (Fate#321517)
+  * v3.2.0
+   [FEATURE] New AES-GCM interface.
+   [UPDATE] Add symbol versioning.
+  * v3.1.1
+[PATCH] Various bug fixes related to old and new AES-GCM implementations.
+[UPDATE] Add SHA3 test cases. Improved and extended test suite.
+  * v3.1.0
+[FEATURE] Add KMA support for AES-GCM.
+[FEATURE] Add SHA-3 support.
+[PATCH] Reject RSA keys with invalid key-length.
+[PATCH] Allow zero output length for ica_random_number_generate.
+[PATCH] icastats: Correct owner of shared segment when root creates it.
+  * Removed the following obsolete patches:
+libica-3.0.2-01-fix-old-aes-gcm-decrypt-code-path.patch
+libica-3.0.2-02-fix-aes-ccm-encrypt-code-path.patch
+libica-3.0.2-03-fix-aes-ctr.patch
+libica-3.0.2-04-fix-aes-gcm-to-allow-zero-pt-ct-length.patch
+
+---

Old:

  libica-3.0.2-01-fix-old-aes-gcm-decrypt-code-path.patch
  libica-3.0.2-02-fix-aes-ccm-encrypt-code-path.patch
  libica-3.0.2-03-fix-aes-ctr.patch
  libica-3.0.2-04-fix-aes-gcm-to-allow-zero-pt-ct-length.patch
  libica-3.0.2.tgz

New:

  libica-3.2.0.tar.gz



Other differences:
--
++ libica.spec ++
--- /var/tmp/diff_new_pack.e4CQ7O/_old  2017-10-02 16:53:49.957516833 +0200
+++ /var/tmp/diff_new_pack.e4CQ7O/_new  2017-10-02 16:53:49.961516272 +0200
@@ -25,9 +25,9 @@
 Summary:Library interface for the IBM Cryptographic Accelerator device 
driver
 License:CPL-1.0
 Group:  Hardware/Other
-Version:3.0.2
+Version:3.2.0
 Release:0
-Source: libica-%{version}.tgz
+Source: libica-%{version}.tar.gz
 Source1:libica-SuSE.tar.bz2
 # The icaioctl.h file came from 
https://sourceforge.net/p/opencryptoki/icadd/ci/master/tree/
 Source3:icaioctl.h
@@ -36,12 +36,7 @@
 Source6:baselibs.conf
 Source7:%{name}-rpmlintrc
 
-Patch1: libica-3.0.2-01-fix-old-aes-gcm-decrypt-code-path.patch
-Patch2: libica-3.0.2-02-fix-aes-ccm-encrypt-code-path.patch
-Patch3: libica-3.0.2-03-fix-aes-ctr.patch
-Patch4: libica-3.0.2-04-fix-aes-gcm-to-allow-zero-pt-ct-length.patch
-
-Url:http://sourceforge.net/projects/opencryptoki/files/libica
+Url:https://github.com/opencryptoki/libica
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %fillup_prereq %insserv_prereq
 ExclusiveArch:  s390 s390x
@@ -104,10 +99,6 @@
 
 %prep
 %setup -a 1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 mkdir -p include/linux/




commit xsp for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package xsp for openSUSE:Factory checked in 
at 2017-10-02 16:53:35

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


Package is "xsp"

Mon Oct  2 16:53:35 2017 rev:46 rq:529977 version:3.0.11

Changes:

--- /work/SRC/openSUSE:Factory/xsp/xsp.changes  2017-08-10 14:12:55.209551526 
+0200
+++ /work/SRC/openSUSE:Factory/.xsp.new/xsp.changes 2017-10-02 
16:53:40.410856796 +0200
@@ -1,0 +2,5 @@
+Fri Sep 29 16:22:49 UTC 2017 - jeng...@inai.de
+
+- Add missing dependencies for %post.
+
+---



Other differences:
--
++ xsp.spec ++
--- /var/tmp/diff_new_pack.CS3rKu/_old  2017-10-02 16:53:41.826658076 +0200
+++ /var/tmp/diff_new_pack.CS3rKu/_new  2017-10-02 16:53:41.830657514 +0200
@@ -44,6 +44,9 @@
 %if 0%{?suse_version} >= 1330
 BuildRequires:  strip-nondeterminism
 Requires(pre): user(wwwrun)
+Requires(pre):  group(www)
+Requires(post): user(wwwrun)
+Requires(post): group(www)
 %endif
 Requires(post): %insserv_prereq %fillup_prereq
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services




commit ghc for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package ghc for openSUSE:Factory checked in 
at 2017-10-02 16:53:21

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


Package is "ghc"

Mon Oct  2 16:53:21 2017 rev:57 rq:529937 version:8.0.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc/ghc.changes  2017-09-17 22:40:08.397375575 
+0200
+++ /work/SRC/openSUSE:Factory/.ghc.new/ghc.changes 2017-10-02 
16:53:32.144017121 +0200
@@ -1,0 +2,11 @@
+Fri Sep 22 07:57:10 UTC 2017 - ptromm...@icloud.com
+
+- add 0001-Use-__atomic-intrinsics-for-atomicread-write.patch
+  * add missing memory barriers on atomic read/write ops
+  * fixes upstream ticket #14244
+- adjust comment for patch 32
+  * the situation with upstream #12537 is improved but not
+solved. Patch 32, however, is correct. There are even more
+memory barriers missing elsewhere in the compiler.
+
+---

New:

  0001-Use-__atomic-intrinsics-for-atomicread-write.patch



Other differences:
--
++ ghc.spec ++
--- /var/tmp/diff_new_pack.mgKpYP/_old  2017-10-02 16:53:34.287716234 +0200
+++ /var/tmp/diff_new_pack.mgKpYP/_new  2017-10-02 16:53:34.291715672 +0200
@@ -76,8 +76,10 @@
 # PATCH-FIX-UPSTREAM 0001-PPC-CodeGen-fix-lwa-instruction-generation.patch 
peter.tromm...@ohm-hochschule.de -- Fix PPC codegen: Fixes ghc-zeromq4-haskell 
build on 64-bit PowerPCs
 Patch30:0001-PPC-CodeGen-fix-lwa-instruction-generation.patch
 Patch31:ghc-pie.patch
-# PATCH-FIX-UPSTREAM 0001-PPC-Implement-Atomic-operations.patch 
ptromm...@icloud.com -- Inline atomic operations for PowerPC. This also happens 
to fix Haskell Trac #12537.
+# PATCH-FIX-UPSTREAM 0001-PPC-Implement-Atomic-operations.patch 
ptromm...@icloud.com -- Inline atomic operations for PowerPC.
 Patch32:0001-PPC-Implement-Atomic-operations.patch
+# PATCH-FIX-UPSTREAM 0001-Use-__atomic-intrinsics-for-atomicread-write.patch 
ptromm...@icloud.com -- Fix atomic read and atomic write on platforms that have 
no native code generator nor LLVM backend. This is s390x for openSUSE. See 
Haskell Trac #14244.
+Patch33:0001-Use-__atomic-intrinsics-for-atomicread-write.patch
 # PATCH-FIX-OPENSUSE ghc-8.0.2-Cabal-dynlibdir.patch -- Fix shared library 
directory location.
 Patch100:   ghc-8.0.2-Cabal-dynlibdir.patch
 # PATCH-FIX-UPSTREAM buildpath-abi-stability.patch -- debian patch for more 
stable abi-1
@@ -174,6 +176,7 @@
 %patch30 -p1
 %patch31 -p1
 %patch32 -p1
+%patch33 -p1
 %patch100 -p1
 %patch110 -p1
 %patch111 -p1

++ 0001-Use-__atomic-intrinsics-for-atomicread-write.patch ++
>From 00d1f097680da6ca718600884794128919dbd87d Mon Sep 17 00:00:00 2001
From: Peter Trommler 
Date: Thu, 21 Sep 2017 13:42:58 +0200
Subject: [PATCH] Use __atomic* intrinsics for atomicread/write

---
 libraries/ghc-prim/cbits/atomic.c | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/libraries/ghc-prim/cbits/atomic.c 
b/libraries/ghc-prim/cbits/atomic.c
index 2ecbf3461a..e679186394 100644
--- a/libraries/ghc-prim/cbits/atomic.c
+++ b/libraries/ghc-prim/cbits/atomic.c
@@ -265,28 +265,28 @@ extern StgWord hs_atomicread8(StgWord x);
 StgWord
 hs_atomicread8(StgWord x)
 {
-  return *(volatile StgWord8 *) x;
+  return __atomic_load_n((StgWord8 *) x, __ATOMIC_SEQ_CST);
 }
 
 extern StgWord hs_atomicread16(StgWord x);
 StgWord
 hs_atomicread16(StgWord x)
 {
-  return *(volatile StgWord16 *) x;
+  return __atomic_load_n((StgWord16 *) x, __ATOMIC_SEQ_CST);
 }
 
 extern StgWord hs_atomicread32(StgWord x);
 StgWord
 hs_atomicread32(StgWord x)
 {
-  return *(volatile StgWord32 *) x;
+  return __atomic_load_n((StgWord32 *) x, __ATOMIC_SEQ_CST);
 }
 
 extern StgWord64 hs_atomicread64(StgWord x);
 StgWord64
 hs_atomicread64(StgWord x)
 {
-  return *(volatile StgWord64 *) x;
+  return __atomic_load_n((StgWord64 *) x, __ATOMIC_SEQ_CST);
 }
 
 // AtomicWriteByteArrayOp_Int
@@ -295,26 +295,26 @@ extern void hs_atomicwrite8(StgWord x, StgWord val);
 void
 hs_atomicwrite8(StgWord x, StgWord val)
 {
-  *(volatile StgWord8 *) x = (StgWord8) val;
+  __atomic_store_n((StgWord8 *) x, (StgWord8) val, __ATOMIC_SEQ_CST);
 }
 
 extern void hs_atomicwrite16(StgWord x, StgWord val);
 void
 hs_atomicwrite16(StgWord x, StgWord val)
 {
-  *(volatile StgWord16 *) x = (StgWord16) val;
+  __atomic_store_n((StgWord16 *) x, (StgWord16) val, __ATOMIC_SEQ_CST);
 }
 
 extern void hs_atomicwrite32(StgWord x, StgWord val);
 void
 hs_atomicwrite32(StgWord x, StgWord val)
 {
-  *(volatile StgWord32 *) x = (StgWord32) val;
+  __atomic_store_n((StgWord32 *) x, (StgWord32) val, __ATOMIC_SEQ_CST);
 }
 
 extern void 

commit gifsicle for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package gifsicle for openSUSE:Factory 
checked in at 2017-10-02 16:53:00

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


Package is "gifsicle"

Mon Oct  2 16:53:00 2017 rev:6 rq:529879 version:1.90

Changes:

--- /work/SRC/openSUSE:Factory/gifsicle/gifsicle.changes2017-08-18 
15:06:49.933634948 +0200
+++ /work/SRC/openSUSE:Factory/.gifsicle.new/gifsicle.changes   2017-10-02 
16:53:05.315782681 +0200
@@ -1,0 +2,6 @@
+Wed Sep 27 22:40:38 UTC 2017 - manfre...@gmx.ch
+
+- add fix-null-deref.patch:
+upstream fix, commit f1b8e6323a8fdd029847b7efd400d5fc2ac9aecc
+
+---

New:

  fix-null-deref.patch



Other differences:
--
++ gifsicle.spec ++
--- /var/tmp/diff_new_pack.h3lAuL/_old  2017-10-02 16:53:05.971690619 +0200
+++ /var/tmp/diff_new_pack.h3lAuL/_new  2017-10-02 16:53:05.971690619 +0200
@@ -24,6 +24,8 @@
 Group:  Productivity/Graphics/Other
 Url:https://www.lcdf.org/gifsicle/
 Source: https://www.lcdf.org/gifsicle/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM fix-null-deref.patch
+Patch0: fix-null-deref.patch
 Obsoletes:  ungifsicle < %{version}
 Provides:   ungifsicle = %{version}
 BuildRequires:  pkgconfig(x11)
@@ -50,6 +52,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ fix-null-deref.patch ++
>From f1b8e6323a8fdd029847b7efd400d5fc2ac9aecc Mon Sep 17 00:00:00 2001
From: Eddie Kohler 
Date: Tue, 26 Sep 2017 08:46:13 -0700
Subject: [PATCH] Don't release the uncompressed image if it's all there is.

Fix #115, #116 issues reported by Zhao Liang, Huawei Weiran Labs.
---
 src/support.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/support.c b/src/support.c
index e48075c..7978974 100644
--- a/src/support.c
+++ b/src/support.c
@@ -1405,7 +1405,7 @@ analyze_crop(int nmerger, Gt_Crop* crop, int 
compress_immediately)
   }
 
 found_right:
-  if (compress_immediately > 0)
+  if (compress_immediately > 0 && srci->compressed)
 Gif_ReleaseUncompressedImage(srci);
 }
 



commit aegisub for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package aegisub for openSUSE:Factory checked 
in at 2017-10-02 16:53:05

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


Package is "aegisub"

Mon Oct  2 16:53:05 2017 rev:25 rq:529913 version:3.2.2

Changes:

--- /work/SRC/openSUSE:Factory/aegisub/aegisub.changes  2017-06-23 
09:17:50.374888073 +0200
+++ /work/SRC/openSUSE:Factory/.aegisub.new/aegisub.changes 2017-10-02 
16:53:09.399209541 +0200
@@ -1,0 +2,5 @@
+Fri Sep 29 12:15:01 UTC 2017 - o...@aepfle.de
+
+- Remove conditionals for ffms2 and boost
+
+---



Other differences:
--
++ aegisub.spec ++
--- /var/tmp/diff_new_pack.dUkG0A/_old  2017-10-02 16:53:10.215095025 +0200
+++ /var/tmp/diff_new_pack.dUkG0A/_new  2017-10-02 16:53:10.219094464 +0200
@@ -16,7 +16,6 @@
 #
 
 
-%bcond_with ffms2
 Name:   aegisub
 Version:3.2.2
 Release:0
@@ -36,10 +35,14 @@
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
+BuildRequires:  libboost_filesystem-devel
+BuildRequires:  libboost_locale-devel
+BuildRequires:  libboost_regex-devel
+BuildRequires:  libboost_thread-devel
 BuildRequires:  lua51
 BuildRequires:  pkgconfig >= 0.20
-BuildRequires:  wxWidgets-devel >= 3
 BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(ffms2)
 BuildRequires:  pkgconfig(fftw3) >= 3.3
 BuildRequires:  pkgconfig(fontconfig) >= 2.4
 BuildRequires:  pkgconfig(gl)
@@ -48,18 +51,8 @@
 BuildRequires:  pkgconfig(libpulse) >= 0.5
 BuildRequires:  pkgconfig(luajit)
 BuildRequires:  pkgconfig(zlib)
+BuildRequires:  wxWidgets-devel >= 3
 ExcludeArch:ppc ppc64 ppc64le
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_filesystem-devel
-BuildRequires:  libboost_locale-devel
-BuildRequires:  libboost_regex-devel
-BuildRequires:  libboost_thread-devel
-%else
-BuildRequires:  boost-devel >= 1.50.0
-%endif
-%if %{with ffms2}
-BuildRequires:  pkgconfig(ffms2)
-%endif
 
 %description
 Aegisub is an advanced subtitle editor for Windows, and UNIX-like systems, such




commit rofi for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package rofi for openSUSE:Factory checked in 
at 2017-10-02 16:52:51

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


Package is "rofi"

Mon Oct  2 16:52:51 2017 rev:10 rq:528921 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/rofi/rofi.changes2017-02-09 
11:15:18.369694778 +0100
+++ /work/SRC/openSUSE:Factory/.rofi.new/rofi.changes   2017-10-02 
16:53:00.700430480 +0200
@@ -1,0 +2,47 @@
+Wed Sep 27 08:25:18 UTC 2017 - mvet...@suse.com
+
+- Update to version 1.4.1:
+  * Improved error messages
+  * Customizable highlight, allowing underline, strikethrough,
+italic, bold, small caps and the color to be set.
+  * Give up when keyboard is not grabbed in first 5 seconds.
+  * Improve manpage
+  * Super-{1..10} hotkeys for selecting the first 10 rows.
+  * Allow x-align/y-align on textbox.
+  * Support matching bangs on multiple characters in combi mode. (#542)
+  * Set WM_CLASS (#549)
+  * Async pre-read 25 rows for improving user experience. (#550)
+  * Improve handling in floating window manager by always setting window size.
+  * DRun speedups.
+  * Make lazy-grab default.
+  * Remove extra layer in textbox. (#553)
+  * Ignore fonts that result in a family name or size 0. (#554)
+  * [Combi] Allow bang to match multiple modes. (#552)
+  * Add detection of window manager and work around quirks.
+  * Support dynamic plugins.
+  * DMENU tty detection.
+  * Support for icons in drun, combi and window mode.
+  * Startup notification of launched application support.
+  * Meson support.
+  * Fuzzy matching with fzf based sorting algorithm.
+  * Auto-detect DPI.
+  * Set cursor at the end of the input field. (#662)
+  * Meson support (thx to SardemFF7).
+  * [Script] parse the command as if it was commandline. (#650)
+  * Don't enable asan by meson. (#642)
+  * Allow text widgets to be added in theme and string to be set.
+  * [Dmenu] Support the -w flag.
+  * Allow window (via window id) to be location for rofi window.
+  * [Dmenu] Allow multi-select mode in -no-custom mode.
+  * Flex/Bison based parser for new theme format.
+  * Meson build support.
+  * Initial plugin support, exporting of pkg-config file for rofi.
+  * Improved positioning support for placing window on monitor.
+  * Allow rofi to be placed above window based on window id.
+  * Support different font per textbox.
+- Update xdg-terminal.patch
+- Still use automake due to
+  https://github.com/DaveDavenport/rofi/issues/677
+- Don't use 'check' yet because 0.11 is not yet in TW
+
+---

Old:

  rofi-1.3.1.tar.gz

New:

  rofi-1.4.1.tar.gz



Other differences:
--
++ rofi.spec ++
--- /var/tmp/diff_new_pack.3TZUGq/_old  2017-10-02 16:53:01.400332243 +0200
+++ /var/tmp/diff_new_pack.3TZUGq/_new  2017-10-02 16:53:01.404331682 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rofi
-Version:1.3.1
+Version:1.4.1
 Release:0
 Summary:A window switcher, run dialog and dmenu replacement
 License:MIT
@@ -25,9 +25,14 @@
 Url:https://davedavenport.github.io/rofi/
 Source: 
https://github.com/DaveDavenport/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
 Patch0: xdg-terminal.patch
+# Required version 0.11 is not yet in TW BuildRequires:  check-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  bison
 BuildRequires:  cairo-devel
+BuildRequires:  cppcheck
+BuildRequires:  flex >= 2.5.39
+BuildRequires:  librsvg-devel
 BuildRequires:  libxkbcommon-devel
 BuildRequires:  libxkbcommon-x11-devel
 BuildRequires:  make
@@ -37,7 +42,6 @@
 BuildRequires:  xcb-util-wm-devel
 BuildRequires:  xcb-util-xrm-devel
 Requires:   xdg-utils
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 rofi is a popup window switcher roughly based on "superswitcher",
@@ -46,26 +50,37 @@
 features, like a run dialog, SSH launcher and can act as a drop-in
 dmenu replacement.
 
+%package -n rofi-devel
+Summary:Development files for rofi
+Group:  Development/Libraries
+
+%description -n rofi-devel
+Development files and headers for rofi
+
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-%configure
+%configure --disable-check
 make %{?_smp_mflags}
 
 %install
 %make_install
 
 %files
-%defattr(-,root,root)
 %doc Changelog README.md COPYING
 %{_bindir}/rofi
 %{_bindir}/rofi-sensible-terminal
 %{_bindir}/rofi-theme-selector
-%{_mandir}/man1/rofi.1%{ext_man}
-%{_mandir}/man1/rofi-sensible-terminal.1%{ext_man}
 %dir %{_datadir}/rofi/
 %{_datadir}/rofi/themes/
+%{_mandir}/man1/rofi.1%{ext_man}

commit tigervnc for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package tigervnc for openSUSE:Factory 
checked in at 2017-10-02 16:52:23

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


Package is "tigervnc"

Mon Oct  2 16:52:23 2017 rev:45 rq:530419 version:1.8.0

Changes:

--- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes2017-09-13 
22:27:17.773277555 +0200
+++ /work/SRC/openSUSE:Factory/.tigervnc.new/tigervnc.changes   2017-10-02 
16:52:31.348550207 +0200
@@ -1,0 +2,19 @@
+Tue Sep 26 11:53:23 UTC 2017 - m...@suse.com
+
+- u_Unset-pixel-buffer-when-x0vncserver-client-disconnect.patch
+  * Fixes crash in x0vncserver after client disconnects.
+(bnc#1058587)
+
+---
+Mon Sep 25 08:36:07 UTC 2017 - m...@suse.com
+
+- Add tigervnc-x11vnc wrapper for x0vncserver that replaces x11vnc.
+  (fate#323207)
+
+- Replace java applet with novnc as web-based VNC viewer.
+  (fate#323880)
+
+- Convert xinetd services to systemd socket activated services.
+  (bnc#1058460)
+
+---

Old:

  vnc.xinetd
  vnc_inetd_httpd

New:

  u_Unset-pixel-buffer-when-x0vncserver-client-disconnect.patch
  x11vnc
  xvnc-novnc.service
  xvnc-novnc.socket
  xvnc.socket
  xvnc@.service



Other differences:
--
++ tigervnc.spec ++
--- /var/tmp/diff_new_pack.knMmyu/_old  2017-10-02 16:52:34.152156704 +0200
+++ /var/tmp/diff_new_pack.knMmyu/_new  2017-10-02 16:52:34.152156704 +0200
@@ -22,6 +22,8 @@
 %define tlskey  %{_sysconfdir}/vnc/tls.key
 %define tlscert %{_sysconfdir}/vnc/tls.cert
 
+%define _unitdir %{_prefix}/lib/systemd/system
+
 Name:   tigervnc
 Version:1.8.0
 Release:0
@@ -53,6 +55,7 @@
 BuildRequires:  mozilla-nss
 BuildRequires:  pam-devel
 BuildRequires:  pkg-config
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  xmlto
 BuildRequires:  xorg-x11-libICE-devel
 BuildRequires:  xorg-x11-libSM-devel
@@ -101,16 +104,20 @@
 License:GPL-2.0 and MIT
 Group:  System/X11/Servers/XF86_4
 Source1:https://github.com/TigerVNC/tigervnc/archive/v%{version}.tar.gz
-Source3:vnc.xinetd
 Source4:10-libvnc.conf
 Source5:vnc-server.firewall
 Source6:vnc-httpd.firewall
-Source7:vnc_inetd_httpd
-Source8:vnc.reg
-Source9:vncpasswd.arg
-Source10:   vnc.pam
-Source11:   with-vnc-key.sh
-Source12:   index.vnc
+Source7:vnc.reg
+Source8:vncpasswd.arg
+Source9:vnc.pam
+Source10:   with-vnc-key.sh
+Source11:   index.vnc
+Source12:   x11vnc
+Source13:   xvnc@.service
+Source14:   xvnc.socket
+Source15:   xvnc-novnc.service
+Source16:   xvnc-novnc.socket
+
 Patch1: tigervnc-newfbsize.patch
 Patch2: tigervnc-clean-pressed-key-on-exit.patch
 Patch3: u_tigervnc-ignore-epipe-on-write.patch
@@ -122,6 +129,7 @@
 Patch9: U_allow_multiple_certs_with_same_dn_in_saved_certs_file.patch
 Patch10:
U_handle_certificate_verification_for_saved_certs_correctly.patch
 Patch11:u_tigervnc-add-autoaccept-parameter.patch
+Patch12:u_Unset-pixel-buffer-when-x0vncserver-client-disconnect.patch
 
 %description
 TigerVNC is a high-performance, platform-neutral implementation of VNC 
(Virtual Network Computing), 
@@ -135,18 +143,15 @@
 Requires(post): /usr/sbin/groupadd
 # Needed to generate certificates
 Requires:   openssl
-# Needed to serve java applet
-Requires:   python
-Requires:   python-pyOpenSSL
 Requires:   windowmanager
 Requires:   xauth
-Requires:   xinetd
 Requires:   xinit
 Requires:   xkbcomp
 Requires:   xkeyboard-config
 Requires:   xorg-x11-fonts-core
 # For the with-vnc-key.sh script
 Requires:   /bin/hostname
+%{?systemd_requires}
 Provides:   xorg-x11-Xvnc:/usr/lib/vnc/with-vnc-key.sh
 Summary:TigerVNC implementation of Xvnc
 Group:  System/X11/Servers/XF86_4
@@ -154,6 +159,29 @@
 %description -n xorg-x11-Xvnc
 This is the TigerVNC implementation of Xvnc.
 
+%package -n xorg-x11-Xvnc-novnc
+Requires:   novnc
+Requires:   python-websockify
+Requires:   xorg-x11-Xvnc
+%{?systemd_requires}
+Summary:NoVNC service for Xvnc
+Group:  System/X11/Servers/XF86_4
+BuildArch:  noarch
+
+%description -n xorg-x11-Xvnc-novnc
+A service that starts noVNC linked to Xvnc server.
+
+%package -n xorg-x11-Xvnc-java
+BuildArch:  noarch
+
+%{?systemd_requires}
+Summary:VNC viewer in java
+Group:  System/X11/Servers/XF86_4
+
+%description -n xorg-x11-Xvnc-java
+A VNC client written in java that can be used as 

commit postfix for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package postfix for openSUSE:Factory checked 
in at 2017-10-02 16:52:05

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


Package is "postfix"

Mon Oct  2 16:52:05 2017 rev:147 rq:530015 version:3.2.3

Changes:

--- /work/SRC/openSUSE:Factory/postfix/postfix.changes  2017-09-14 
21:09:13.741134732 +0200
+++ /work/SRC/openSUSE:Factory/.postfix.new/postfix.changes 2017-10-02 
16:52:22.801749799 +0200
@@ -1,0 +2,21 @@
+Thu Sep 28 08:44:41 UTC 2017 - vark...@suse.com
+
+- bnc#1016491 postfix raported to log "warning: group or other writable:"
+   on each symlink in config.
+  * Add fix-postfix-script.patch
+
+---
+Mon Sep 25 16:25:05 UTC 2017 - mich...@stroeder.com
+
+- update to 3.2.3
+ * Extension propagation was broken with "recipient_delimiter = .".
+   This change reverts a change that was trying to be too clever.
+ * The postqueue command would abort with a panic message after it
+   experienced an output write error while listing the mail queue.
+   This change restores a write error check that was lost with the
+   Postfix 3.2 rewrite of the vbuf_print formatter.
+ * Restored sanity checks for dynamically-specified width and precision
+   in format strings (%*, %.*, and %*.*). These checks were lost with
+   the Postfix 3.2 rewrite of the vbuf_print formatter.
+
+---

Old:

  postfix-3.2.2.tar.gz

New:

  fix-postfix-script.patch
  postfix-3.2.3.tar.gz



Other differences:
--
++ postfix.spec ++
--- /var/tmp/diff_new_pack.AEGqWU/_old  2017-10-02 16:52:24.221550522 +0200
+++ /var/tmp/diff_new_pack.AEGqWU/_new  2017-10-02 16:52:24.225549961 +0200
@@ -59,7 +59,7 @@
 %define _unitdir /lib/systemd
 %endif
 Name:   postfix
-Version:3.2.2
+Version:3.2.3
 Release:0
 Summary:A fast, secure, and flexible mailer
 License:IPL-1.0
@@ -79,6 +79,7 @@
 Patch6: %{name}-linux45.patch
 Patch7: %{name}-ssl-release-buffers.patch
 Patch8: %{name}-vda-v14-3.0.3.patch
+Patch9: fix-postfix-script.patch   
 
 BuildRequires:  ca-certificates
 BuildRequires:  cyrus-sasl-devel
@@ -194,6 +195,7 @@
 %patch6
 %patch7
 %patch8
+%patch9
 
 # ---
 

++ fix-postfix-script.patch ++
--- conf/postfix-script 2016-01-31 16:05:46.0 -0500
+++ conf/postfix-script 2016-03-01 19:23:51.0 -0500
@@ -272,10 +277,17 @@
}
todo=`echo "$todo" | tr ' ' '\12' | sort -u`
 
-   find $todo ! -user root \
+   if find -L $config_directory/main.cf >/dev/null 2>&1
+   then
+   FIND="find -L"
+   else
+   FIND=find
+   fi
+
+   $FIND $todo ! -user root \
-exec $WARN not owned by root: {} \;
 
-   find $todo \( -perm -020 -o -perm -002 \) \
+   $FIND $todo \( -perm -020 -o -perm -002 \) \
-exec $WARN group or other writable: {} \;
 
# Check Postfix mail_owner-owned directory tree owner/permissions.
++ postfix-3.2.2.tar.gz -> postfix-3.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/postfix-3.2.2/HISTORY new/postfix-3.2.3/HISTORY
--- old/postfix-3.2.2/HISTORY   2017-06-13 19:30:40.0 +0200
+++ new/postfix-3.2.3/HISTORY   2017-09-24 14:30:07.0 +0200
@@ -22992,3 +22992,25 @@
by other users. This fix does not change Postfix behavior
for Berkeley DB < 3, but reduces file create performance
for Berkeley DB 3 .. 4.6.  File: util/dict_db.c.
+
+20170620
+
+   Bugfix (introduced: Postfix 3.2) extension propagation was
+   broken with "recipient_delimiter = .". This change reverts
+   a change that was trying to be too clever. Files:
+   global/mail_adr_crunch.c, global/mail_addr_crunch.ref.
+
+20170910
+
+   Safety: restore sanity checks for dynamically-specified
+   width and precision in format strings (%*, %.*, and %*.*).
+   These checks were lost with the Postfix 3.2.2 rewrite of
+   the vbuf_print formatter. File: vbuf_print.c.
+
+20170923
+
+   Bugfix (introduced: Postfix 3.2): panic in the postqueue
+   command after output write error while listing the queue.
+   This change restores a write error check that was lost with
+   the Postfix 3.2.2 rewrite of the vbuf_print formatter.
+   Problem reported by Andreas Schulze. File: util/vbuf_print.c.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit linuxrc for openSUSE:Factory

2017-10-02 Thread root
Hello community,

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

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


Package is "linuxrc"

Mon Oct  2 16:51:41 2017 rev:245 rq:528762 version:5.0.109

Changes:

--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2017-09-25 
13:53:26.269305021 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2017-10-02 
16:51:44.239162231 +0200
@@ -1,0 +2,14 @@
+Tue Sep 26 09:53:55 UTC 2017 - wfe...@opensuse.org
+
+- merge gh#openSUSE/linuxrc#148
+- clarify SetHostname option usage
+- 5.0.109
+
+
+Mon Sep 25 14:49:03 UTC 2017 - wfe...@opensuse.org
+
+- merge gh#openSUSE/linuxrc#147
+- add SetHostnameUsed entry to install.inf (bsc#1054933)
+- 5.0.108
+
+

Old:

  linuxrc-5.0.107.tar.xz

New:

  linuxrc-5.0.109.tar.xz



Other differences:
--
++ linuxrc.spec ++
--- /var/tmp/diff_new_pack.NBCOKN/_old  2017-10-02 16:51:44.831079153 +0200
+++ /var/tmp/diff_new_pack.NBCOKN/_new  2017-10-02 16:51:44.835078591 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   linuxrc
-Version:5.0.107
+Version:5.0.109
 Release:0
 Summary:SUSE Installation Program
 License:GPL-3.0+

++ linuxrc-5.0.107.tar.xz -> linuxrc-5.0.109.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.107/VERSION new/linuxrc-5.0.109/VERSION
--- old/linuxrc-5.0.107/VERSION 2017-09-20 13:57:07.0 +0200
+++ new/linuxrc-5.0.109/VERSION 2017-09-26 11:53:55.0 +0200
@@ -1 +1 @@
-5.0.107
+5.0.109
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.107/changelog 
new/linuxrc-5.0.109/changelog
--- old/linuxrc-5.0.107/changelog   2017-09-20 13:57:07.0 +0200
+++ new/linuxrc-5.0.109/changelog   2017-09-26 11:53:55.0 +0200
@@ -1,3 +1,9 @@
+2017-09-26:5.0.109
+   - clarify SetHostname option usage
+
+2017-09-25:5.0.108
+   - add SetHostnameUsed entry to install.inf (bsc #1054933)
+
 2017-09-20:5.0.107
- pass SetHostname setting to install.inf
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.107/file.c new/linuxrc-5.0.109/file.c
--- old/linuxrc-5.0.107/file.c  2017-09-20 13:57:07.0 +0200
+++ new/linuxrc-5.0.109/file.c  2017-09-26 11:53:55.0 +0200
@@ -1747,7 +1747,10 @@
 break;
 
   case key_sethostname:
-if(f->is.numeric) config.net.sethostname = f->nvalue;
+if(f->is.numeric) {
+  config.net.sethostname = f->nvalue;
+  config.net.sethostname_used = 1;
+}
 break;
 
   case key_debugshell:
@@ -1899,6 +1902,7 @@
 file_write_str(f, key_hostname, config.net.realhostname);
   }
   file_write_num(f, key_sethostname, config.net.sethostname);
+  fprintf(f, "SetHostnameUsed: %u\n", config.net.sethostname_used);
 
   LXRC_WAIT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.107/global.h new/linuxrc-5.0.109/global.h
--- old/linuxrc-5.0.107/global.h2017-09-20 13:57:07.0 +0200
+++ new/linuxrc-5.0.109/global.h2017-09-26 11:53:55.0 +0200
@@ -633,6 +633,7 @@
 unsigned ipv6:1;   /**< do ipv6 config */
 unsigned dhcp_timeout_set:1;   /**< dhcp_timeout was set explicitly */
 unsigned sethostname:1;/**< wicked should set hostname */
+unsigned sethostname_used:1;   /**< user has used linuxrc's 
SetHostname option */
 unsigned do_setup; /**< do network setup */
 unsigned setup;/**< bitmask: do these network setup things */
 char *device;  /**< currently used device */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.107/linuxrc_yast_interface.txt 
new/linuxrc-5.0.109/linuxrc_yast_interface.txt
--- old/linuxrc-5.0.107/linuxrc_yast_interface.txt  2017-09-20 
13:57:07.0 +0200
+++ new/linuxrc-5.0.109/linuxrc_yast_interface.txt  2017-09-26 
11:53:55.0 +0200
@@ -132,10 +132,20 @@
 Hostname: %s
 
 # 1: set hostname via DHCP
-# if this is 1 (the default) linuxrc has set DHCLIENT_SET_HOSTNAME to 'yes'
-# in /etc/sysconfig/network/dhcp
+# If this is 1 (the default) linuxrc sets
+# /etc/sysconfig/network/dhcp::DHCLIENT_SET_HOSTNAME to 'yes' when it
+# configures any network interface.
+#
+# Note1: linuxrc does *not* set it to 'no' if 

commit NetworkManager for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory 
checked in at 2017-10-02 16:51:35

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


Package is "NetworkManager"

Mon Oct  2 16:51:35 2017 rev:172 rq:528644 version:1.8.4

Changes:

--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes
2017-09-24 11:41:38.624390857 +0200
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new/NetworkManager.changes   
2017-10-02 16:51:36.368266938 +0200
@@ -1,0 +2,6 @@
+Mon Sep 25 06:50:03 UTC 2017 - sck...@suse.com
+
+- Modify nm-dont-overwrite-resolv-conf.patch: make netconfig call
+  an atomic action, don't kill it after 2000ms (bsc#960153).
+
+---



Other differences:
--
++ NetworkManager.spec ++
--- /var/tmp/diff_new_pack.iQQNxl/_old  2017-10-02 16:51:37.524104712 +0200
+++ /var/tmp/diff_new_pack.iQQNxl/_new  2017-10-02 16:51:37.524104712 +0200
@@ -42,7 +42,7 @@
 # PATCH-FIX-OPENSUSE networkmanager-obs-net.patch tchva...@suse.com -- disable 
tests that are by design broken on OBS workers
 Patch3: networkmanager-obs-net.patch
 BuildRequires:  dnsmasq
-# PATCH-FIX-OPENSUSE nm-dont-overwrite-resolv-conf.patch bsc#1021665, 
bsc#960153 sck...@suse.com -- NetworkManager spawns netconfig to update DNS 
settings, and terminates netconfig after1s. But 1s isn't quite long enough 
for netconfig to complete the task. Adjust it to 2 seconds to avoid NM 
overwriting /etc/resolv.conf.
+# PATCH-FIX-OPENSUSE nm-dont-overwrite-resolv-conf.patch bsc#1021665, 
bsc#960153 sck...@suse.com -- NetworkManager spawns netconfig to update DNS 
settings, and terminates netconfig after 1s. But 1s isn't quite long enough for 
netconfig to complete the task. Adjust it to 0 seconds(don't send SIGKILL) to 
avoid NM overwriting /etc/resolv.conf.
 Patch4: nm-dont-overwrite-resolv-conf.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool

++ nm-dont-overwrite-resolv-conf.patch ++
--- /var/tmp/diff_new_pack.iQQNxl/_old  2017-10-02 16:51:37.600094046 +0200
+++ /var/tmp/diff_new_pack.iQQNxl/_new  2017-10-02 16:51:37.604093485 +0200
@@ -7,7 +7,7 @@
  
/* Wait until the process exits */
 -  if (!nm_utils_kill_child_sync (pid, 0, LOGD_DNS, "netconfig", , 
1000, 0)) {
-+  if (!nm_utils_kill_child_sync (pid, 0, LOGD_DNS, "netconfig", , 
2000, 0)) {
++  if (!nm_utils_kill_child_sync (pid, 0, LOGD_DNS, "netconfig", , 
0, 0)) {
int errsv = errno;
  
g_set_error (error, NM_MANAGER_ERROR, NM_MANAGER_ERROR_FAILED,




commit corosync for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package corosync for openSUSE:Factory 
checked in at 2017-10-02 16:51:57

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


Package is "corosync"

Mon Oct  2 16:51:57 2017 rev:44 rq:529075 version:2.4.2

Changes:

--- /work/SRC/openSUSE:Factory/corosync/corosync.changes2017-09-25 
13:48:59.950774732 +0200
+++ /work/SRC/openSUSE:Factory/.corosync.new/corosync.changes   2017-10-02 
16:51:59.469024660 +0200
@@ -1,0 +2,6 @@
+Thu Sep 28 06:15:35 UTC 2017 - b...@suse.com
+
+- wrong "service_del_postun corosync.service"(bsc#1060767)
+Modified: corosync.spec, remove service_del_postun in postun of corosync
+
+---



Other differences:
--
++ corosync.spec ++
--- /var/tmp/diff_new_pack.rbEnzc/_old  2017-10-02 16:52:03.308485775 +0200
+++ /var/tmp/diff_new_pack.rbEnzc/_new  2017-10-02 16:52:03.308485775 +0200
@@ -290,7 +290,6 @@
 if [ -f /etc/sysconfig/corosync ]; then
 rm /etc/sysconfig/corosync
 fi
-%service_del_postun corosync.service corosync-notifyd.service
 
 %files
 %defattr(-,root,root,-)




commit tracker for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2017-10-02 16:51:26

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


Package is "tracker"

Mon Oct  2 16:51:26 2017 rev:101 rq:528642 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2017-09-13 
21:55:22.010881636 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker.changes 2017-10-02 
16:51:28.293400269 +0200
@@ -1,0 +2,8 @@
+Sat Sep 23 19:12:06 UTC 2017 - zai...@opensuse.org
+
+- Add tracker-libtracker-fixes.patch: Fix various bugs in
+  libtracker (bgo#787452).
+- Move AUTHORS ChangeLog README and NEWS to devel sub-package, only
+  developers care about these anyway, silences rpmlint.
+
+---

New:

  tracker-libtracker-fixes.patch



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.eCcxNW/_old  2017-10-02 16:51:30.389106130 +0200
+++ /var/tmp/diff_new_pack.eCcxNW/_new  2017-10-02 16:51:30.393105569 +0200
@@ -29,6 +29,8 @@
 Source0:
http://download.gnome.org/sources/tracker/2.0/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0: tracker-extract-private.patch
+# PATCH-FIX-UPSTREAM tracker-libtracker-fixes.patch bgo#787452 
zai...@opensuse.org -- Fix various bugs in libtracker
+Patch1: tracker-libtracker-fixes.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel >= 2.44.0
@@ -218,6 +220,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif
@@ -258,7 +261,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING README NEWS
+%doc COPYING
 %{_sysconfdir}/xdg/autostart/tracker-store.desktop
 %{_bindir}/tracker
 %{_libexecdir}/tracker-store
@@ -314,6 +317,7 @@
 
 %files -n tracker-devel
 %defattr(-,root,root)
+%doc AUTHORS ChangeLog README NEWS
 %{_libdir}/lib*.so
 %{_includedir}/tracker-%{TrackerAPI}/
 %{_libdir}/pkgconfig/tracker-control-%{TrackerAPI}.pc

++ tracker-libtracker-fixes.patch ++
 1344 lines (skipped)




commit tracker-miners for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package tracker-miners for openSUSE:Factory 
checked in at 2017-10-02 16:51:19

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


Package is "tracker-miners"

Mon Oct  2 16:51:19 2017 rev:2 rq:528641 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/tracker-miners/tracker-miners.changes
2017-09-13 21:56:03.677019290 +0200
+++ /work/SRC/openSUSE:Factory/.tracker-miners.new/tracker-miners.changes   
2017-10-02 16:51:20.734461185 +0200
@@ -1,0 +2,6 @@
+Sat Sep 23 19:02:40 UTC 2017 - zai...@opensuse.org
+
+- Add tracker-miners-tracker-extract-fixes.patch: Fix various bugs
+  in tracker-extract (bgo#785853, bgo#787774).
+
+---

New:

  tracker-miners-tracker-extract-fixes.patch



Other differences:
--
++ tracker-miners.spec ++
--- /var/tmp/diff_new_pack.MwIE50/_old  2017-10-02 16:51:21.446361268 +0200
+++ /var/tmp/diff_new_pack.MwIE50/_new  2017-10-02 16:51:21.450360707 +0200
@@ -26,6 +26,8 @@
 Source: 
http://download.gnome.org/sources/tracker-miners/2.0/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM tracker-miners-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0: tracker-miners-private.patch
+# PATCH-FIX-UPSTREAM tracker-miners-tracker-extract-fixes.patch bgo#785853 
bgo#787774 zai...@opensuse.org -- Fix various bugs in tracker-extract
+Patch1: tracker-miners-tracker-extract-fixes.patch
 BuildRequires:  giflib-devel
 BuildRequires:  intltool >= 0.40.0
 BuildRequires:  libjpeg-devel
@@ -63,7 +65,7 @@
 # Make sure tracker is being updated to 1.99 too
 Conflicts:  tracker < 1.99
 # The schema files moved from libtracker-common to tracker-miners
-ConflictS:  libtracker-common-1_0 < 1.99
+Conflicts:  libtracker-common-1_0 < 1.99
 Recommends: %{name}-lang
 
 %description
@@ -99,6 +101,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 # Needed for patch0

++ tracker-miners-tracker-extract-fixes.patch ++
>From a0da953c8637bef4ddb963e0d459dfa37b5a643a Mon Sep 17 00:00:00 2001
From: Carlos Garnacho 
Date: Tue, 12 Sep 2017 15:13:46 +0200
Subject: tracker-extract: Skip over virtual elements

It is possible to fool tracker-extract into processing virtual elements
that aren't backed up by files. Those can be safely ignored instead.

https://bugzilla.gnome.org/show_bug.cgi?id=785853
---
 src/tracker-extract/tracker-extract-decorator.c | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/src/tracker-extract/tracker-extract-decorator.c 
b/src/tracker-extract/tracker-extract-decorator.c
index cfb51d7..6e251f4 100644
--- a/src/tracker-extract/tracker-extract-decorator.c
+++ b/src/tracker-extract/tracker-extract-decorator.c
@@ -264,6 +264,12 @@ decorator_next_item_cb (TrackerDecorator *decorator,
 
g_clear_error ();
return;
+   } else if (!tracker_decorator_info_get_url (info)) {
+   /* Skip virtual elements with no real file representation */
+   priv->n_extracting_files--;
+   tracker_decorator_info_unref (info);
+   decorator_get_next_file (decorator);
+   return;
}
 
data = g_new0 (ExtractData, 1);
-- 
cgit v0.12


>From 1337de7ccdc38f8865f6c14f4efa3758d569bea8 Mon Sep 17 00:00:00 2001
From: Carlos Garnacho 
Date: Sun, 10 Sep 2017 13:17:10 +0200
Subject: tracker-extract: Remove declaration of undefined function

This function is long gone.
---
 src/tracker-extract/tracker-main.h | 5 -
 1 file changed, 5 deletions(-)

diff --git a/src/tracker-extract/tracker-main.h 
b/src/tracker-extract/tracker-main.h
index 77d798e..4af2e3e 100644
--- a/src/tracker-extract/tracker-main.h
+++ b/src/tracker-extract/tracker-main.h
@@ -25,11 +25,6 @@
 
 G_BEGIN_DECLS
 
-/* This is used to not shutdown after the default of 30 seconds if we
- * get more work to do.
- */
-void  tracker_main_quit_timeout_reset (void);
-
 /* Enables getting the config object from extractors */
 TrackerConfig*tracker_main_get_config (void);
 
-- 
cgit v0.12


>From 57c47d0b6064b23df40009e448c2aea651789e46 Mon Sep 17 00:00:00 2001
From: Debarshi Ray 
Date: Sun, 17 Sep 2017 01:35:02 +0200
Subject: tracker-extract: Fix insertion of white balance values

https://bugzilla.gnome.org/show_bug.cgi?id=787774
---
 src/tracker-extract/tracker-extract-gif.c  | 2 +-
 src/tracker-extract/tracker-extract-jpeg.c | 2 +-
 src/tracker-extract/tracker-extract-pdf.c  | 2 +-
 src/tracker-extract/tracker-extract-png.c  | 2 +-
 

commit webkitgtk for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package webkitgtk for openSUSE:Factory 
checked in at 2017-10-02 16:51:48

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


Package is "webkitgtk"

Mon Oct  2 16:51:48 2017 rev:47 rq:528881 version:2.4.11

Changes:

--- /work/SRC/openSUSE:Factory/webkitgtk/webkitgtk.changes  2017-08-29 
11:39:43.465160833 +0200
+++ /work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk.changes 2017-10-02 
16:51:50.630265216 +0200
@@ -1,0 +2,12 @@
+Thu Sep  7 20:59:24 UTC 2017 - zai...@opensuse.org
+
+- Drop webkitgtk3 linked sub package:
+  + Remove libwebkitgtk-3_0-0 and libjavascriptcoregtk-3_0-0 from
+baselibs.conf.
+  + Drop conditional build for gtk3 defines from spec.
+  + Drop conditional pkgconfig(gail), pkgconfig(gail-3.0),
+pkgconfig(gtk+-2.0),   pkgconfig(gtk+-3.0) and
+pkgconfig(gtk+-unix-print-3.0) BuildRequires: No longer needed.
+  + Drop no longer needed pre_checkin.sh: No longer needed.
+
+---

Old:

  pre_checkin.sh
  webkitgtk3.changes
  webkitgtk3.spec



Other differences:
--
++ webkitgtk.spec ++
--- /var/tmp/diff_new_pack.Q7ifWD/_old  2017-10-02 16:51:51.934082220 +0200
+++ /var/tmp/diff_new_pack.Q7ifWD/_new  2017-10-02 16:51:51.934082220 +0200
@@ -16,23 +16,6 @@
 #
 
 
-%define build_for_gtk3 0
-%if %{build_for_gtk3}
-# provide empty _find_debuginfo_dwz_opts for one or the other
-# the .dwz files contain identical contents, which leads to identical
-# checksums, which leads to file conflicts due to identical symlinks
-%define _find_debuginfo_dwz_opts %{nil}
-%define _pkgname_no_slpp libwebkitgtk3
-%define _sover -3_0-0
-%define _wk2sover -3_0-25
-%define _sonamever 3.0
-%define _sonameverpkg 3_0
-%define _develnamever 3
-%define _gtkver 3.0
-%define _jscver 3
-%define _pkgconfig_suffix gtk-3.0
-%define _withwk2 0
-%else
 %define _pkgname_no_slpp libwebkitgtk2
 %define _sover -1_0-0
 %define _sonamever 1.0
@@ -43,7 +26,6 @@
 %define _gtkver 2.0
 %define _jscver 1
 %define _pkgconfig_suffix -1.0
-%endif
 %define _name webkitgtk
 Name:   webkitgtk
 Version:2.4.11
@@ -51,9 +33,6 @@
 Summary:Library for rendering web content, GTK+ Port
 License:LGPL-2.0+ AND BSD-3-Clause
 Group:  Development/Libraries/C and C++
-# FIXME: at some point, figure out a way to remove the hack where we use -g0 
to have successful builds
-# FIXME: get upstream to fix the conflict on gtk-doc docs between gtk2 and 
gtk3 versions
-# FIXME: after 1.7.90, remove workaround in %%setup that is needed to fix the 
build
 Url:http://webkitgtk.org/
 Source: http://webkitgtk.org/releases/%{_name}-%{version}.tar.xz
 Source1:baselibs.conf
@@ -97,10 +76,12 @@
 BuildRequires:  pkgconfig(enchant) >= 0.22
 BuildRequires:  pkgconfig(fontconfig) >= 2.5
 BuildRequires:  pkgconfig(freetype2) >= 9.0
+BuildRequires:  pkgconfig(gail) >= 1.8
 BuildRequires:  pkgconfig(geoclue-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.36.0
 BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.0.3
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 1.0.3
+BuildRequires:  pkgconfig(gtk+-2.0) >= 2.24.10
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(harfbuzz)
 BuildRequires:  pkgconfig(libpng)
@@ -117,17 +98,6 @@
 BuildRequires:  pkgconfig(xrender)
 BuildRequires:  pkgconfig(xt)
 BuildRequires:  pkgconfig(zlib)
-%if %{build_for_gtk3}
-# yes, needed for the plugin process even though we're targetting gtk3
-BuildRequires:  pkgconfig(gail) >= 1.8
-BuildRequires:  pkgconfig(gail-3.0) >= 3.0
-BuildRequires:  pkgconfig(gtk+-2.0) >= 2.24.10
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.6.0
-BuildRequires:  pkgconfig(gtk+-unix-print-3.0)
-%else
-BuildRequires:  pkgconfig(gail) >= 1.8
-BuildRequires:  pkgconfig(gtk+-2.0) >= 2.24.10
-%endif
 
 %description
 WebKit is a web content engine, derived from KHTML and KJS from KDE,
@@ -144,10 +114,8 @@
 Recommends: %{_pkgname_no_slpp}-lang = %{version}
 # We provide %{_pkgname_no_slpp}: that's the GTK+ version being used.
 Provides:   %{_pkgname_no_slpp} = %{version}
-%if ! %{build_for_gtk3}
 Provides:   libWebKitGtk0 = %{version}
 Obsoletes:  libWebKitGtk0 < %{version}
-%endif
 
 %description -n libwebkitgtk%{_sover}
 WebKit is a web content engine, derived from KHTML and KJS from KDE,
@@ -158,39 +126,6 @@
 also supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and
 more.
 
-%if %{_withwk2}
-%package -n libwebkit2gtk%{_wk2sover}
-Summary:Library for rendering web content, GTK+ Port
-# this will install the non-webkit2 library too; at some point, we should move
-# the Provides for 

commit biosdevname for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package biosdevname for openSUSE:Factory 
checked in at 2017-10-02 16:51:00

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


Package is "biosdevname"

Mon Oct  2 16:51:00 2017 rev:43 rq:528612 version:0.7.3

Changes:

--- /work/SRC/openSUSE:Factory/biosdevname/biosdevname.changes  2017-07-30 
11:23:29.170361852 +0200
+++ /work/SRC/openSUSE:Factory/.biosdevname.new/biosdevname.changes 
2017-10-02 16:51:00.849252112 +0200
@@ -1,0 +2,8 @@
+Fri Sep 22 12:27:58 UTC 2017 - josef.moell...@suse.com
+
+- Update to version 0.7.3
+  * Shipping and future Dell EMC systems support consistent network
+device naming feature.
+  [fate#332490]
+
+---

Old:

  biosdevname-0.7.2.tar.xz

New:

  biosdevname-0.7.3.tar.xz



Other differences:
--
++ biosdevname.spec ++
--- /var/tmp/diff_new_pack.znUyOe/_old  2017-10-02 16:51:02.924960783 +0200
+++ /var/tmp/diff_new_pack.znUyOe/_new  2017-10-02 16:51:02.928960222 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package biosdevname
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 Name:   biosdevname
-Version:0.7.2
+Version:0.7.3
 Release:0
 Summary:Udev helper for naming devices per BIOS names
 License:GPL-2.0

++ biosdevname-0.7.2.tar.xz -> biosdevname-0.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/biosdevname-0.7.2/configure.ac 
new/biosdevname-0.7.3/configure.ac
--- old/biosdevname-0.7.2/configure.ac  2017-03-14 08:25:24.0 +0100
+++ new/biosdevname-0.7.3/configure.ac  2017-09-22 12:44:52.079562000 +0200
@@ -3,7 +3,7 @@
 # vim:tw=0:ts=8:sw=8:et
 
 AC_PREREQ(2.59)
-AC_INIT([biosdevname],[0.7.2],[jordan_hargr...@dell.com])
+AC_INIT([biosdevname],[0.7.3],[jordan_hargr...@dell.com])
 AC_LANG([C])
 AC_USE_SYSTEM_EXTENSIONS
 AC_CONFIG_SRCDIR([src/read_proc.c])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/biosdevname-0.7.2/src/bios_device.c 
new/biosdevname-0.7.3/src/bios_device.c
--- old/biosdevname-0.7.2/src/bios_device.c 2017-03-14 08:25:24.0 
+0100
+++ new/biosdevname-0.7.3/src/bios_device.c 2017-09-22 12:44:52.096566000 
+0200
@@ -221,6 +221,8 @@
return 1;
if (!strncmp(driver, "cxgb", 4))
return 1;
+   if (!strncmp(driver, "exanic", 6))
+   return 1;
return 0;
 }
 

++ biosdevname-dom0.patch ++
--- /var/tmp/diff_new_pack.znUyOe/_old  2017-10-02 16:51:03.136931033 +0200
+++ /var/tmp/diff_new_pack.znUyOe/_new  2017-10-02 16:51:03.136931033 +0200
@@ -2,8 +2,10 @@
  src/bios_dev_name.c |   31 +++
  1 file changed, 31 insertions(+)
 
 a/src/bios_dev_name.c
-+++ b/src/bios_dev_name.c
+Index: biosdevname-0.7.3/src/bios_dev_name.c
+===
+--- biosdevname-0.7.3.orig/src/bios_dev_name.c
 biosdevname-0.7.3/src/bios_dev_name.c
 @@ -133,6 +133,33 @@ cpuid (u_int32_t eax, u_int32_t ecx)
  }
  




commit libraw for openSUSE:Factory

2017-10-02 Thread root
Hello community,

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

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


Package is "libraw"

Mon Oct  2 16:51:11 2017 rev:43 rq:528639 version:0.18.5

Changes:

--- /work/SRC/openSUSE:Factory/libraw/libraw.changes2017-09-18 
19:51:10.550875500 +0200
+++ /work/SRC/openSUSE:Factory/.libraw.new/libraw.changes   2017-10-02 
16:51:12.615600685 +0200
@@ -1,0 +2,10 @@
+Mon Sep 25 12:42:43 UTC 2017 - pgaj...@suse.com
+
+- updated to 0.18.5:
+Fix for possible buffer overrun in kodak_65000 decoder
+Fix for possible heap overrun in Canon makernotes parser
+Fix for CVE-2017-13735
+CVE-2017-14265: Additional check for X-Trans CFA pattern data 
+- remove upstreamed libraw-out-of-bounds-kodak.patch
+
+---

Old:

  LibRaw-0.18.4.tar.gz
  libraw-out-of-bounds-kodak.patch

New:

  LibRaw-0.18.5.tar.gz



Other differences:
--
++ libraw.spec ++
--- /var/tmp/diff_new_pack.WmRkZt/_old  2017-10-02 16:51:13.463481683 +0200
+++ /var/tmp/diff_new_pack.WmRkZt/_new  2017-10-02 16:51:13.467481122 +0200
@@ -21,7 +21,7 @@
 Name:   libraw
 %define lver16
 %define lname  libraw%{lver}
-Version:0.18.4
+Version:0.18.5
 Release:0
 Summary:Library for reading RAW files obtained from digital photo 
cameras
 License:CDDL-1.0 or LGPL-2.1
@@ -30,7 +30,6 @@
 
 #Git-Clone:git://github.com/LibRaw/LibRaw
 Source: http://www.libraw.org/data/%tar_name-%version.tar.gz
-Patch0: libraw-out-of-bounds-kodak.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libjasper-devel
@@ -99,7 +98,6 @@
 
 %prep
 %setup -qn %tar_name-%version
-%patch0 -p1
 
 %build
 export CXXFLAGS="%optflags -fPIC -DUSE_ZLIB"

++ LibRaw-0.18.4.tar.gz -> LibRaw-0.18.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LibRaw-0.18.4/Changelog.txt 
new/LibRaw-0.18.5/Changelog.txt
--- old/LibRaw-0.18.4/Changelog.txt 2017-09-12 09:21:15.0 +0200
+++ new/LibRaw-0.18.5/Changelog.txt 2017-09-22 08:23:54.0 +0200
@@ -1,5 +1,10 @@
+2017-09-22  Alex Tutubalin 
+ * Fixed possible out of bound access in Kodak 6500 loader
+ * LibRaw 0.18.5
+
 2017-09-12  Alex Tutubalin 
- * Fix for possible heap overrun in Canon makernotes parser
+ * CVE-2017-14348: Fix for possible heap overrun in Canon makernotes parser
+   Credit: Henri Salo from Nixu Corporation
  * LibRaw 0.18.4
 
 2017-09-09  Alex Tutubalin 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LibRaw-0.18.4/autom4te.cache/output.0 
new/LibRaw-0.18.5/autom4te.cache/output.0
--- old/LibRaw-0.18.4/autom4te.cache/output.0   2017-09-12 09:24:39.0 
+0200
+++ new/LibRaw-0.18.5/autom4te.cache/output.0   2017-09-22 08:35:18.0 
+0200
@@ -1,6 +1,6 @@
 @%:@! /bin/sh
 @%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.69 for LibRaw 0.18.4.
+@%:@ Generated by GNU Autoconf 2.69 for LibRaw 0.18.5.
 @%:@
 @%:@ Report bugs to .
 @%:@ 
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='LibRaw'
 PACKAGE_TARNAME='libraw'
-PACKAGE_VERSION='0.18.4'
-PACKAGE_STRING='LibRaw 0.18.4'
+PACKAGE_VERSION='0.18.5'
+PACKAGE_STRING='LibRaw 0.18.5'
 PACKAGE_BUGREPORT='i...@libraw.org'
 PACKAGE_URL='http://www.libraw.org'
 
@@ -1352,7 +1352,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures LibRaw 0.18.4 to adapt to many kinds of systems.
+\`configure' configures LibRaw 0.18.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1422,7 +1422,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of LibRaw 0.18.4:";;
+ short | recursive ) echo "Configuration of LibRaw 0.18.5:";;
esac
   cat <<\_ACEOF
 
@@ -1553,7 +1553,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-LibRaw configure 0.18.4
+LibRaw configure 0.18.5
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2043,7 +2043,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by LibRaw $as_me 0.18.4, which was
+It was created by LibRaw $as_me 0.18.5, which was
 generated by 

commit libssh for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package libssh for openSUSE:Factory checked 
in at 2017-10-02 16:50:46

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


Package is "libssh"

Mon Oct  2 16:50:46 2017 rev:45 rq:528606 version:0.7.5

Changes:

--- /work/SRC/openSUSE:Factory/libssh/libssh.changes2017-08-02 
11:30:52.151266418 +0200
+++ /work/SRC/openSUSE:Factory/.libssh.new/libssh.changes   2017-10-02 
16:50:56.681837014 +0200
@@ -1,0 +2,14 @@
+Fri Sep 15 08:31:32 UTC 2017 - vci...@suse.com
+
+- add support for building with OpenSSL 1.1 (bsc#1055266)
+  * added patches:
+* 0001-cmake-Use-configure-check-for-CRYPTO_ctr128_encrypt.patch
+* 0001-libcrypto-Introduce-a-libcrypto-compat-file.patch
+* 0001-libcrypto-Remove-AES_ctr128_encrypt.patch
+* 0001-libcrypto-Use-a-pointer-for-EVP_MD_CTX.patch
+* 0001-libcrypto-Use-a-pointer-for-EVP_CIPHER_CTX.patch
+* 0001-libcrypto-Use-newer-API-for-HMAC.patch
+* 0001-pki_crypto-Use-getters-and-setters-for-opaque-keys-a.patch
+* 0001-threads-Use-new-API-call-for-OpenSSL-CRYPTO-THREADID.patch
+
+---

New:

  0001-cmake-Use-configure-check-for-CRYPTO_ctr128_encrypt.patch
  0001-libcrypto-Introduce-a-libcrypto-compat-file.patch
  0001-libcrypto-Remove-AES_ctr128_encrypt.patch
  0001-libcrypto-Use-a-pointer-for-EVP_CIPHER_CTX.patch
  0001-libcrypto-Use-a-pointer-for-EVP_MD_CTX.patch
  0001-libcrypto-Use-newer-API-for-HMAC.patch
  0001-pki_crypto-Use-getters-and-setters-for-opaque-keys-a.patch
  0001-threads-Use-new-API-call-for-OpenSSL-CRYPTO-THREADID.patch



Other differences:
--
++ libssh.spec ++
--- /var/tmp/diff_new_pack.lmfsoJ/_old  2017-10-02 16:50:57.753686579 +0200
+++ /var/tmp/diff_new_pack.lmfsoJ/_new  2017-10-02 16:50:57.757686018 +0200
@@ -28,6 +28,16 @@
 Source1:
https://red.libssh.org/attachments/download/217/%{name}-%{version}.tar.asc
 Source2:
https://cryptomilk.org/0xcc014e3d-...@cryptomilk.org-gpg_key.asc#/%{name}.keyring
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM Upstream patches for OpenSSL 1.1 compatibility (will 
appear in 0.8 release)
+Patch0: 0001-libcrypto-Remove-AES_ctr128_encrypt.patch
+Patch1: 0001-libcrypto-Introduce-a-libcrypto-compat-file.patch
+Patch2: 0001-libcrypto-Use-newer-API-for-HMAC.patch
+Patch3: 0001-libcrypto-Use-a-pointer-for-EVP_MD_CTX.patch
+Patch4: 0001-libcrypto-Use-a-pointer-for-EVP_CIPHER_CTX.patch
+Patch5: 0001-pki_crypto-Use-getters-and-setters-for-opaque-keys-a.patch
+Patch6: 0001-threads-Use-new-API-call-for-OpenSSL-CRYPTO-THREADID.patch
+Patch7: 0001-cmake-Use-configure-check-for-CRYPTO_ctr128_encrypt.patch
+# END of OpenSSL 1.1 support patches
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
@@ -80,6 +90,14 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
 
 %build
 %cmake \

++ 0001-cmake-Use-configure-check-for-CRYPTO_ctr128_encrypt.patch ++
>From 3daf1760a18c091159338fc9077fa71bfbd726a1 Mon Sep 17 00:00:00 2001
From: Andreas Schneider 
Date: Sun, 6 Nov 2016 15:43:31 +0100
Subject: [PATCH] cmake: Use configure check for CRYPTO_ctr128_encrypt

Signed-off-by: Andreas Schneider 
---
 ConfigureChecks.cmake | 4 
 config.h.cmake| 3 +++
 src/libcrypto.c   | 6 +++---
 3 files changed, 10 insertions(+), 3 deletions(-)

Index: libssh-0.7.5/ConfigureChecks.cmake
===
--- libssh-0.7.5.orig/ConfigureChecks.cmake 2017-09-15 11:35:09.493600110 
+0200
+++ libssh-0.7.5/ConfigureChecks.cmake  2017-09-15 11:35:09.505600299 +0200
@@ -95,6 +95,10 @@ if (OPENSSL_FOUND)
 set(CMAKE_REQUIRED_INCLUDES ${OPENSSL_INCLUDE_DIR})
 set(CMAKE_REQUIRED_LIBRARIES ${OPENSSL_CRYPTO_LIBRARY})
 check_function_exists(CRYPTO_THREADID_set_callback 
HAVE_OPENSSL_CRYPTO_THREADID_SET_CALLBACK)
+
+set(CMAKE_REQUIRED_INCLUDES ${OPENSSL_INCLUDE_DIR})
+set(CMAKE_REQUIRED_LIBRARIES ${OPENSSL_CRYPTO_LIBRARY})
+check_function_exists(CRYPTO_ctr128_encrypt 
HAVE_OPENSSL_CRYPTO_CTR128_ENCRYPT)
 endif()
 
 if (CMAKE_HAVE_PTHREAD_H)
Index: libssh-0.7.5/config.h.cmake
===
--- libssh-0.7.5.orig/config.h.cmake2017-09-15 11:35:09.493600110 +0200
+++ libssh-0.7.5/config.h.cmake 2017-09-15 11:35:09.505600299 +0200
@@ -79,6 +79,9 @@
 /* Define to 1 if you have the `CRYPTO_THREADID_set_callback' function. */
 #cmakedefine 

commit xterm for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package xterm for openSUSE:Factory checked 
in at 2017-10-02 16:50:21

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


Package is "xterm"

Mon Oct  2 16:50:21 2017 rev:106 rq:528588 version:330

Changes:

--- /work/SRC/openSUSE:Factory/xterm/xterm.changes  2017-05-06 
18:25:31.778123879 +0200
+++ /work/SRC/openSUSE:Factory/.xterm.new/xterm.changes 2017-10-02 
16:50:53.098339962 +0200
@@ -1,0 +2,229 @@
+Thu Aug 10 15:29:31 UTC 2017 - pce...@suse.com
+
+- Patch #330 - 2017/06/20
+  * updates for ReGIS (Ross Combs):
+ + remove redundant text command error check which broke
+   T(B) and T(E).
+ + retain the loading alphabet number across multiple “L”
+   commands.
+ + add S(T) delay handler.
+ + fix some color handling error messages.
+ + add stubbed-out macrograph handling.
+ + use fragment_remaining() and fragment_consumed() instead
+   of manually checking position / length in various places.
+ + rename some local variables in string / extent / option
+   parsing
+ + wrap some long lines.
+ + move macrograph command handling out of the top-level.
+  * add a summary of the italic fonts loaded to -report-fonts
+option.
+  * modify the font-lookup for italics to allow for “-i-” if no
+match is found with slant “-o-” (prompted by patch by Ben
+Wong).
+  * change default values for mkSamplePass and mkSampleSize to
+reflect generally-improved locale support in various
+operating systems (FreeBSD #219800).
+  * modify wcwidth.c to return -1 for non-Unicode values, and
+adjust a couple of blocks to better match assumptions about
+ambiguous-width characters in other implementations. Also
+modify wcwidth.c to support configurable soft-hyphen, so
+there is no drawback to using this version rather than a
+system wcwidth.
+  * amend change made in patch #328 for cursor-visibility to
+handle case where an application is updating the
+reverse-video state (FreeBSD #219800).
+  * update tables of combining and ambiguous-width characters in
+wcwidth.c based on Unicode 10.0.0.
+  * build-fix for --enable-sixel-graphics without
+--enable-regis-graphics (reports by Sven Joachim, FreeBSD
+#219945).
+- Patch #329 - 2017/06/12
+  * add control sequences for reading the Sixel and ReGIS
+graphics sizes (suggested by Ben Wong).
+  * add a workaround for wcwidth returning -1 for characters
+which should have been printable (FreeBSD #219800).
+  * fix a bug in font initialization from patch #328 (FreeBSD
+#219800).
+  * fix a special case in HideCursor which assigned a bold font
+to the slot used for normal font in changes for italics in
+patch #307 (Debian #858304).
+  * updates for ReGIS (Ross Combs):
+ + Strings specified with no command are used as "comments".
+   Print these in the log when tracing.
+ + Catch attempts to use "alternate display" mode (AKA
+   "blink") from the GIGI, but do not implement it.
+ + The T(M) command should only multiply the height by 10,
+   not 20.
+ + Make the S(E) command reset more state than just the
+   screen contents.
+ + Remove two rotation variables which were only being
+   printed.
+ + Numerous minor fixes and comment updates in the R
+   command.
+ + Unknown R command option names trigger an empty response.
+ + Fix the output position after printing rotated text (it
+   was missing the the sign before).
+ + Fix the position change with pixelvectors and rotated
+   text (the rotation transform was not being applied).
+ + Update the TODO list and remove a verification FIXME
+   (slanted text positioning is correct as is).
+ + Emulate the approximately 1.4x enlargement for text which
+   isn't rotated at right angles.
+ + Only update the color planes specified in the plane mask
+   (the W command's F option).
+  * fix a bug introduced by the changes to font information in
+patch #328. When processing the "checkfont" option of the
+locale resource, the program referred to the request data, to
+an array which was only allocated in the new/result widget
+(report by H Merijn Brand).
+  * fix a missing assignment initialization to make the utf8
+resource control whether escape sequences to enable/disable
+UTF-8 mode are allowed.
+- Patch #328 - 2017/06/01
+  * revise parser for charClass resource, making these
+improvements:
+ + accept octal and hexadecimal values
+ + allow embedded whitespace
+ + allow the class after colon to be optional, e.g., to
+   clear class settings for a range of characters.
+  * add command-line option -report-charclass.
+  * fix most lintian 

commit Botan for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package Botan for openSUSE:Factory checked 
in at 2017-10-02 16:50:33

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


Package is "Botan"

Mon Oct  2 16:50:33 2017 rev:43 rq:528603 version:1.10.16

Changes:

--- /work/SRC/openSUSE:Factory/Botan/Botan.changes  2017-04-20 
20:48:02.036703730 +0200
+++ /work/SRC/openSUSE:Factory/.Botan.new/Botan.changes 2017-10-02 
16:50:55.234040214 +0200
@@ -1,0 +2,7 @@
+Thu Sep 21 09:48:17 UTC 2017 - vci...@suse.com
+
+- Explicitly require libopenssl-1_0_0-devel (bsc#1055322)
+  * Botan 1.x won't support OpenSSL 1.1
+  (https://github.com/randombit/botan/issues/753)
+
+---



Other differences:
--
++ Botan.spec ++
--- /var/tmp/diff_new_pack.69Hpul/_old  2017-10-02 16:50:56.373880236 +0200
+++ /var/tmp/diff_new_pack.69Hpul/_new  2017-10-02 16:50:56.377879675 +0200
@@ -42,7 +42,12 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel >= 4.1
 BuildRequires:  libbz2-devel
+# Botan 1.x doesn't build with OpenSSL 1.1, so explicitly require OpenSSL 1.0.x
+%if %{suse_version} < 1330
 BuildRequires:  openssl-devel
+%else
+BuildRequires:  libopenssl-1_0_0-devel
+%endif
 BuildRequires:  pkg-config
 BuildRequires:  python
 BuildRequires:  zlib-devel






commit mono-core for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package mono-core for openSUSE:Factory 
checked in at 2017-10-02 16:49:50

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


Package is "mono-core"

Mon Oct  2 16:49:50 2017 rev:112 rq:530140 version:5.2.0

Changes:

--- /work/SRC/openSUSE:Factory/mono-core/mono-core.changes  2017-08-29 
11:35:08.771755630 +0200
+++ /work/SRC/openSUSE:Factory/.mono-core.new/mono-core.changes 2017-10-02 
16:50:22.862583560 +0200
@@ -1,0 +2,11 @@
+Fri Sep 29 21:00:00 UTC 2017 - fwdsbs.to.1...@xoxy.net
+
+- Update to version 5.2.0.224 (5.2.0 SR4)
+- Changes:
+  * Mono cecil source updated (more info at 
https://github.com/jbevain/cecil/commit/44e4d344d674195b4d2950c48fd1cb55fe42a1ef)
+- Bugfixes:
+  * bxc#44027 - Chunked HTTP PUT times out
+  * bxc#57919 - dynamic object is not supported
+  * bxc#58829 - Application Output Window being flooded with "[Mono] worker 
parking, [Mono] worker unparking" messages when debugging agasint Android 
Emulator.
+
+---

Old:

  mono-5.2.0.215.tar.bz2

New:

  mono-5.2.0.224.tar.bz2



Other differences:
--
++ mono-core.spec ++
--- /var/tmp/diff_new_pack.HFtscJ/_old  2017-10-02 16:50:52.670400024 +0200
+++ /var/tmp/diff_new_pack.HFtscJ/_new  2017-10-02 16:50:52.674399463 +0200
@@ -38,7 +38,7 @@
 %define roslyn no
 %endif
 
-%define version_suffix 215
+%define version_suffix 224
 
 Name:   mono-core
 Version:5.2.0

++ mono-5.2.0.215.tar.bz2 -> mono-5.2.0.224.tar.bz2 ++
/work/SRC/openSUSE:Factory/mono-core/mono-5.2.0.215.tar.bz2 
/work/SRC/openSUSE:Factory/.mono-core.new/mono-5.2.0.224.tar.bz2 differ: char 
11, line 1




commit gnome-user-docs for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package gnome-user-docs for openSUSE:Factory 
checked in at 2017-10-02 16:49:33

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


Package is "gnome-user-docs"

Mon Oct  2 16:49:33 2017 rev:60 rq:530119 version:3.26.0.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-user-docs/gnome-user-docs.changes  
2017-09-13 21:56:08.832293952 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-user-docs.new/gnome-user-docs.changes 
2017-10-02 16:49:53.830658155 +0200
@@ -1,0 +2,7 @@
+Thu Sep 28 00:16:36 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 3.26.0.1:
+  + Updates to GNOME Help.
+  + Updated translations.
+
+---

Old:

  gnome-user-docs-3.26.0.tar.xz

New:

  gnome-user-docs-3.26.0.1.tar.xz



Other differences:
--
++ gnome-user-docs.spec ++
--- /var/tmp/diff_new_pack.VYY5UW/_old  2017-10-02 16:49:54.942502110 +0200
+++ /var/tmp/diff_new_pack.VYY5UW/_new  2017-10-02 16:49:54.946501549 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-user-docs
-Version:3.26.0
+Version:3.26.0.1
 Release:0
 Summary:GNOME Desktop Documentation
 License:GFDL-1.1

++ gnome-user-docs-3.26.0.tar.xz -> gnome-user-docs-3.26.0.1.tar.xz ++
/work/SRC/openSUSE:Factory/gnome-user-docs/gnome-user-docs-3.26.0.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-user-docs.new/gnome-user-docs-3.26.0.1.tar.xz 
differ: char 26, line 1




commit libdrm for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory checked 
in at 2017-10-02 16:49:40

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


Package is "libdrm"

Mon Oct  2 16:49:40 2017 rev:128 rq:530125 version:2.4.83

Changes:

--- /work/SRC/openSUSE:Factory/libdrm/libdrm.changes2017-08-06 
11:23:44.320920340 +0200
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes   2017-10-02 
16:49:57.898087299 +0200
@@ -1,0 +2,30 @@
+Sat Sep 30 09:45:21 UTC 2017 - jeng...@inai.de
+
+- Remove --with-pic which has no effect on shared-only builds.
+  Rectify SRPM group.
+
+---
+Fri Aug 25 09:26:15 UTC 2017 - sndir...@suse.com
+
+- Update to version 2.4.83
+   + amdgpu: Add FX-9800P Bristol Ridge iGPU id
+   + amdgpu: fix missing mutex unlock before return
+   + amdgpu: fix race issue between two bo functions(v2)
+   + amdgpu: merge and cleanup amdgpu_bo_free
+   + android: add rules to build amdgpu.ids
+   + android: amdgpu: fix build break
+   + drm: Pull new modifier uapi into drm_fourcc and drm_mode
+   + drmsltest: Check expected neighbours
+   + etnaviv: fix etna_bo_from_name
+   + freedreno: remove dead error path
+   + freedreno: prevent deadlock in error path
+   + freedreno/msm: remove dead error path
+   + radeon: add fallthrough annotation
+   + test/amdgpu: fix test failure for SI
+   + tests/amdgpu: bypass UVD CS tests on raven
+   + tests/amdgpu: bypass VCE tests on raven
+   + tests/amdgpu: add uvd encode unit tests
+   + xf86drm: continue with next device if drmProcessUsbDevice fails
+   + xf86drm: continue after drmProcessPlatformDevice failure
+
+---

Old:

  libdrm-2.4.82.tar.bz2

New:

  libdrm-2.4.83.tar.bz2



Other differences:
--
++ libdrm.spec ++
--- /var/tmp/diff_new_pack.LLoFko/_old  2017-10-02 16:49:58.518000295 +0200
+++ /var/tmp/diff_new_pack.LLoFko/_new  2017-10-02 16:49:58.518000295 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   libdrm
-Version:2.4.82
+Version:2.4.83
 Release:0
 Summary:Userspace Interface for Kernel DRM Services
 License:MIT
-Group:  System/Libraries
+Group:  Development/Libraries/X11
 Url:http://dri.freedesktop.org/
 #Git-Clone:git://anongit.freedesktop.org/git/mesa/drm
 #Git-Web:  http://cgit.freedesktop.org/mesa/drm/
@@ -184,7 +184,7 @@
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 autoreconf -fi
-%configure --with-pic \
+%configure \
 %ifnarch %{ix86} x86_64 ppc ppc64 ppc64le s390x %{arm}
   --disable-valgrind \
 %else

++ libdrm-2.4.82.tar.bz2 -> libdrm-2.4.83.tar.bz2 ++
 1795 lines of diff (skipped)




commit NetworkManager-applet for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package NetworkManager-applet for 
openSUSE:Factory checked in at 2017-10-02 16:49:27

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


Package is "NetworkManager-applet"

Mon Oct  2 16:49:27 2017 rev:9 rq:530117 version:1.8.4

Changes:

--- 
/work/SRC/openSUSE:Factory/NetworkManager-applet/NetworkManager-applet.changes  
2017-09-25 13:56:53.364167339 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-applet.new/NetworkManager-applet.changes
 2017-10-02 16:49:28.414225287 +0200
@@ -1,0 +2,6 @@
+Fri Sep 29 14:49:51 UTC 2017 - o...@aepfle.de
+
+- Obsolete also debuginfo subpackages of the packages marked as
+  Obsoletes in this specfile (bsc#1045678)
+
+---



Other differences:
--
++ NetworkManager-applet.spec ++
--- /var/tmp/diff_new_pack.fG6wY4/_old  2017-10-02 16:49:29.230110780 +0200
+++ /var/tmp/diff_new_pack.fG6wY4/_new  2017-10-02 16:49:29.230110780 +0200
@@ -83,6 +83,7 @@
 # NetworkManager-gnome was last used in openSUSE Leap 42.2.
 Provides:   NetworkManager-gnome = %{version}
 Obsoletes:  NetworkManager-gnome < %{version}
+Obsoletes:  NetworkManager-gnome-debuginfo
 Obsoletes:  NetworkManager-gnome-lang < %{version}
 Provides:   NetworkManager-gnome-lang = %{version}
 %if !0%{?is_opensuse}




commit gnome-shell for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2017-10-02 16:49:19

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


Package is "gnome-shell"

Mon Oct  2 16:49:19 2017 rev:139 rq:530112 version:3.26.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2017-09-29 
11:54:01.710290914 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes 
2017-10-02 16:49:20.111390561 +0200
@@ -5 +5 @@
-  Fix using keyboard can't unlock screen (bgo#788169).
+  Fix using keyboard can't unlock screen (bsc#1058521, bgo#788169).



Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.GD4wNB/_old  2017-10-02 16:49:20.947273248 +0200
+++ /var/tmp/diff_new_pack.GD4wNB/_new  2017-10-02 16:49:20.951272687 +0200
@@ -61,7 +61,7 @@
 Patch18:gnome-shell-fix-crash-hint-actor-NULL.patch
 # PATCH-FIX-UPSTREAM gnome-shell-only-listen-window-created-events-once.patch 
bgo#787361 zai...@opensuse.org -- gtk-embed: ensure we only listen for 
window-created events once
 Patch19:gnome-shell-only-listen-window-created-events-once.patch
-# PATCH-FIX-UPSTREAM 
gnome-shell-Avoid-loginDialog-grab-focus-when-locked.patch bgo#788169 
xw...@suse.com -- Avoid login dialog grabs focus when screen locked
+# PATCH-FIX-UPSTREAM 
gnome-shell-Avoid-loginDialog-grab-focus-when-locked.patch bsc#1058521 
bgo#788169 xw...@suse.com -- Avoid login dialog grabs focus when screen locked
 Patch20:gnome-shell-Avoid-loginDialog-grab-focus-when-locked.patch
 ## NOTE: Keep SLE Classic patches at bottom.
 # PATCH-FEATURE-SLE gs-sle-classic-ext.patch bnc#862615 cxi...@suse.com -- add 
SLE Classic support





commit speech-dispatcher for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package speech-dispatcher for 
openSUSE:Factory checked in at 2017-10-02 16:48:54

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


Package is "speech-dispatcher"

Mon Oct  2 16:48:54 2017 rev:24 rq:529944 version:0.8.7

Changes:

--- /work/SRC/openSUSE:Factory/speech-dispatcher/speech-dispatcher.changes  
2017-07-10 10:59:55.419513306 +0200
+++ /work/SRC/openSUSE:Factory/.speech-dispatcher.new/speech-dispatcher.changes 
2017-10-02 16:48:55.422855493 +0200
@@ -1,0 +2,28 @@
+Fri Sep 15 17:10:55 UTC 2017 - mgo...@suse.com
+
+- Update to version 0.8.7: 
+  + Further fixes to spd-conf, which should now work properly.
+  + Split the espeak-ng driver code into its own source file.
+  + Add a work-around to the espeak-ng driver to account for spaces
+in voice names which recently appeared in espeak-ng git master.
+This will properly be fixed in 0.9.
+  + Voice names are not forced to lower case, due to espeak-ng
+git master now having multi-case voice names.
+  + Fix stripped audio output from the flite module.
+  + Further code and build improvements.
+- Changes from version 0.8.6:
+  + Various internal code improvements.
+  + Fix more compiler warnings.
+  + Python bug fixes with thanks to Sebastian Humenda.
+- Changes from version 0.8.5:
+  + Use GLib main loop for the main server thread
+  + Implement a shutdown timer in the server
+  + Add support for espeak-ng.
+  + Document an ibmtts configuration option
+  + Removal of configuration options in the code that were not
+actually being used.
+  + Added a command-line argument to allow for custom modules
+location.
+- Add ANNOUNCE; remove ChangeLog (no longer shipped)
+
+---

Old:

  speech-dispatcher-0.8.4.tar.gz

New:

  speech-dispatcher-0.8.7.tar.gz



Other differences:
--
++ speech-dispatcher.spec ++
--- /var/tmp/diff_new_pack.2OleSq/_old  2017-10-02 16:48:56.170750529 +0200
+++ /var/tmp/diff_new_pack.2OleSq/_new  2017-10-02 16:48:56.174749968 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   speech-dispatcher
-Version:0.8.4
+Version:0.8.7
 Release:0
 # FIXME missing backends: festival lite, ibmeci (ibm tts), dumbtts/ivona, nas
 # Almost all files are under GPLv2+, however src/c/clients/spdsend/spdsend.h is
@@ -222,7 +222,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog NEWS README COPYING
+%doc AUTHORS ANNOUNCE NEWS README COPYING
 %dir %{_sysconfdir}/speech-dispatcher/
 %dir %{_sysconfdir}/speech-dispatcher/clients
 %dir %{_sysconfdir}/speech-dispatcher/modules
@@ -241,9 +241,9 @@
 %{_libdir}/speech-dispatcher-modules/sd_dummy
 %{_libdir}/speech-dispatcher-modules/sd_festival
 %{_libdir}/speech-dispatcher-modules/sd_generic
-%{_infodir}/%{name}*.info.gz
-%{_infodir}/spd-say.info.gz
-%{_infodir}/ssip.info.gz
+%doc %{_infodir}/%{name}*.info.gz
+%doc %{_infodir}/spd-say.info.gz
+%doc %{_infodir}/ssip.info.gz
 # logs
 %dir %attr(0700, root, root) %{_localstatedir}/log/speech-dispatcher/
 %config(noreplace) %{_sysconfdir}/logrotate.d/speech-dispatcher

++ speech-dispatcher-0.8.4.tar.gz -> speech-dispatcher-0.8.7.tar.gz ++
 7627 lines of diff (skipped)




commit opal for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package opal for openSUSE:Factory checked in 
at 2017-10-02 16:48:49

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


Package is "opal"

Mon Oct  2 16:48:49 2017 rev:48 rq:529942 version:3.10.10

Changes:

--- /work/SRC/openSUSE:Factory/opal/opal.changes2017-08-22 
11:04:39.918316625 +0200
+++ /work/SRC/openSUSE:Factory/.opal.new/opal.changes   2017-10-02 
16:48:50.695518951 +0200
@@ -1,0 +2,7 @@
+Tue Sep 26 16:46:17 UTC 2017 - zai...@opensuse.org
+
+- No longer build capi4linux support on openSUSE, but leave in
+  place becond, so it will be easy for users that wants to build
+  this support on their own.
+
+---



Other differences:
--
++ opal.spec ++
--- /var/tmp/diff_new_pack.gDFM6b/_old  2017-10-02 16:48:51.599392097 +0200
+++ /var/tmp/diff_new_pack.gDFM6b/_new  2017-10-02 16:48:51.603391536 +0200
@@ -18,11 +18,7 @@
 
 %bcond_with ffmpeg
 %bcond_with x264
-%if 0%{?is_opensuse}
-%bcond_without capi4linux
-%else
 %bcond_with capi4linux
-%endif
 
 Name:   opal
 %if %{with capi4linux}




commit golang-packaging for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package golang-packaging for 
openSUSE:Factory checked in at 2017-10-02 16:48:25

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


Package is "golang-packaging"

Mon Oct  2 16:48:25 2017 rev:21 rq:529891 version:15.0.7

Changes:

--- /work/SRC/openSUSE:Factory/golang-packaging/golang-packaging.changes
2017-07-30 11:23:59.646061486 +0200
+++ /work/SRC/openSUSE:Factory/.golang-packaging.new/golang-packaging.changes   
2017-10-02 16:48:30.682327690 +0200
@@ -1,0 +2,8 @@
+Wed Aug 30 08:32:32 UTC 2017 - th...@suse.de
+
+- Update to version 15.0.7:
+  * *: always use -buildmode=pie
+  * fix changelog
+  * golang.sh: Fix arch for aarch64
+
+---

Old:

  golang-packaging-15.0.5.tar.xz

New:

  golang-packaging-15.0.7.tar.xz



Other differences:
--
++ golang-packaging.spec ++
--- /var/tmp/diff_new_pack.ZbTUGC/_old  2017-10-02 16:48:31.374230586 +0200
+++ /var/tmp/diff_new_pack.ZbTUGC/_new  2017-10-02 16:48:31.374230586 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   golang-packaging
-Version:15.0.5
+Version:15.0.7
 Release:0
 Summary:A toolchain to help packaging golang
 License:GPL-3.0

++ _service ++
--- /var/tmp/diff_new_pack.ZbTUGC/_old  2017-10-02 16:48:31.410225534 +0200
+++ /var/tmp/diff_new_pack.ZbTUGC/_new  2017-10-02 16:48:31.410225534 +0200
@@ -4,8 +4,8 @@
 git
 golang-packaging
 .git
-15.0.5
-v15.0.5
+15.0.7
+v15.0.7
 enable
   
   

++ golang-packaging-15.0.5.tar.xz -> golang-packaging-15.0.7.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/golang-packaging-15.0.5/CHANGELOG 
new/golang-packaging-15.0.7/CHANGELOG
--- old/golang-packaging-15.0.5/CHANGELOG   2017-06-28 13:53:39.0 
+0200
+++ new/golang-packaging-15.0.7/CHANGELOG   2017-08-30 09:55:20.0 
+0200
@@ -1,3 +1,11 @@
+== update version 15.0.7 ==
+
+  * golang.sh: Fix arch for aarch64
+
+== update version 15.0.6 ==
+
+  * always use -buildmode=pie
+
 == update version 15.0.5 ==
 
   * Fix Requires/Provides issue with split packages
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/golang-packaging-15.0.5/golang.sh 
new/golang-packaging-15.0.7/golang.sh
--- old/golang-packaging-15.0.5/golang.sh   2017-06-28 13:53:39.0 
+0200
+++ new/golang-packaging-15.0.7/golang.sh   2017-08-30 09:55:20.0 
+0200
@@ -67,6 +67,9 @@
   "i386"|"i486"|"i586"|"i686"|"pentium3"|"pentium4"|"athlon"|"geode")
 echo "386"
 ;;
+  aarch64*)
+echo "arm64"
+;;
   armv*)
 echo "arm"
 ;;
@@ -124,7 +127,7 @@
 local last=$(($#-1))
   fi
 
-  local build_flags="-s -v -p 4 -x"
+  local build_flags="-s -v -p 4 -x -buildmode=pie"
   local extra_flags="${@:1:$last}"
 
   case "${modifier}" in




commit python-requests for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package python-requests for openSUSE:Factory 
checked in at 2017-10-02 16:48:19

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


Package is "python-requests"

Mon Oct  2 16:48:19 2017 rev:45 rq:529890 version:2.18.4

Changes:

--- /work/SRC/openSUSE:Factory/python-requests/python-requests.changes  
2017-08-14 12:36:55.578067388 +0200
+++ /work/SRC/openSUSE:Factory/.python-requests.new/python-requests.changes 
2017-10-02 16:48:20.403770220 +0200
@@ -1,0 +2,19 @@
+Sun Sep 24 21:48:31 UTC 2017 - a...@gmx.de
+
+- update to version 2.18.4:
+  * Improvements
++ Error messages for invalid headers now include the header name
+  for easier debugging
+  * Dependencies
++ We now support idna v2.6.
+
+- changes from version 2.18.3:
+  * Improvements
++ Running $ python -m requests.help now includes the installed
+  version of idna.
+  * Bugfixes
++ Fixed issue where Requests would raise ConnectionError instead
+  of SSLError when encountering SSL problems when using urllib3
+  v1.22.
+
+---

Old:

  requests-2.18.2.tar.gz

New:

  requests-2.18.4.tar.gz



Other differences:
--
++ python-requests.spec ++
--- /var/tmp/diff_new_pack.8y2ETG/_old  2017-10-02 16:48:21.479619232 +0200
+++ /var/tmp/diff_new_pack.8y2ETG/_new  2017-10-02 16:48:21.479619232 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-requests
-Version:2.18.2
+Version:2.18.4
 Release:0
 Summary:Awesome Python HTTP Library That's Actually Usable
 License:Apache-2.0

++ requests-2.18.2.tar.gz -> requests-2.18.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-2.18.2/HISTORY.rst 
new/requests-2.18.4/HISTORY.rst
--- old/requests-2.18.2/HISTORY.rst 2017-07-25 17:21:44.0 +0200
+++ new/requests-2.18.4/HISTORY.rst 2017-08-15 15:22:10.0 +0200
@@ -3,6 +3,29 @@
 Release History
 ---
 
+2.18.4 (2017-08-15)

+
+**Improvements**
+
+- Error messages for invalid headers now include the header name for easier 
debugging
+
+**Dependencies**
+
+- We now support idna v2.6.
+
+2.18.3 (2017-08-02)

+
+**Improvements**
+
+- Running ``$ python -m requests.help`` now includes the installed version of 
idna.
+
+**Bugfixes**
+
+- Fixed issue where Requests would raise ``ConnectionError`` instead of
+  ``SSLError`` when encountering SSL problems when using urllib3 v1.22.
+
 2.18.2 (2017-07-25)
 +++
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-2.18.2/PKG-INFO new/requests-2.18.4/PKG-INFO
--- old/requests-2.18.2/PKG-INFO2017-07-25 17:22:25.0 +0200
+++ new/requests-2.18.4/PKG-INFO2017-08-15 15:23:34.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: requests
-Version: 2.18.2
+Version: 2.18.4
 Summary: Python HTTP for Humans.
 Home-page: http://python-requests.org
 Author: Kenneth Reitz
@@ -127,6 +127,29 @@
 Release History
 ---
 
+2.18.4 (2017-08-15)
++++
+
+**Improvements**
+
+- Error messages for invalid headers now include the header name for 
easier debugging
+
+**Dependencies**
+
+- We now support idna v2.6.
+
+2.18.3 (2017-08-02)
++++
+
+**Improvements**
+
+- Running ``$ python -m requests.help`` now includes the installed 
version of idna.
+
+**Bugfixes**
+
+- Fixed issue where Requests would raise ``ConnectionError`` instead of
+  ``SSLError`` when encountering SSL problems when using urllib3 v1.22.
+
 2.18.2 (2017-07-25)
 +++
 
@@ -1636,7 +1659,6 @@
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-2.18.2/requests/__init__.py 
new/requests-2.18.4/requests/__init__.py
--- old/requests-2.18.2/requests/__init__.py2017-06-14 19:44:15.0 
+0200

commit python-cryptography for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package python-cryptography for 
openSUSE:Factory checked in at 2017-10-02 16:48:12

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


Package is "python-cryptography"

Mon Oct  2 16:48:12 2017 rev:30 rq:529889 version:2.0.3

Changes:

--- /work/SRC/openSUSE:Factory/python-cryptography/python-cryptography.changes  
2017-09-09 20:24:14.309510203 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cryptography.new/python-cryptography.changes 
2017-10-02 16:48:13.288768762 +0200
@@ -1,0 +2,5 @@
+Thu Sep 28 14:50:51 UTC 2017 - sean.mar...@suse.com
+
+- Fix cffi version requirement.
+
+---



Other differences:
--
++ python-cryptography.spec ++
--- /var/tmp/diff_new_pack.meL5mn/_old  2017-10-02 16:48:15.880405043 +0200
+++ /var/tmp/diff_new_pack.meL5mn/_new  2017-10-02 16:48:15.884404482 +0200
@@ -33,7 +33,7 @@
 Patch1: disable-uneven-sizes-tests.patch
 Patch2: skip_openssl_memleak_test.patch
 BuildRequires:  %{python_module asn1crypto >= 0.21.0}
-BuildRequires:  %{python_module cffi >= 1.4.1}
+BuildRequires:  %{python_module cffi >= 1.7}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module idna >= 2.1}
 BuildRequires:  %{python_module pyasn1-modules}






commit perl-ldap for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package perl-ldap for openSUSE:Factory 
checked in at 2017-10-02 16:45:40

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


Package is "perl-ldap"

Mon Oct  2 16:45:40 2017 rev:29 rq:529888 version:0.65

Changes:

--- /work/SRC/openSUSE:Factory/perl-ldap/perl-ldap.changes  2015-02-16 
22:12:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-ldap.new/perl-ldap.changes 2017-10-02 
16:45:44.801609968 +0200
@@ -1,0 +2,28 @@
+Fri Sep 29 10:36:07 UTC 2017 - co...@suse.com
+
+- add perl526.patch to build with perl 5.26
+- remove ssl subpackage without files
+
+---
+Fri Sep 29 10:30:22 UTC 2017 - co...@suse.com
+
+- update to 0.65
+  Enhancements:
+  * t/74matchedvalues.t: more tests
+  * {ASN,Extension}.pm: update ExtendedResponse to RFC 4511
+  * Constant.pm: add LDAP_NOTICE_OF_DISCONNECTION
+  * Control/DontUseCopy.pm: new
+  * Control/ProxyAuth.pm: make sure criticality does not get changed
+  * Control/Relax.pm: make sure value & criticality do not get changed
+  * Control/ManageDsaIT.pm: make sure value never gets set
+  
+  Bug Fixes
+  * LDAP.pm: do not set default sslversion for start_tls() & LDAPS
+Instead of second-guessing a default sslversion for start_tls() and LDAPS,
+rely on the - known to be sane - default value used by IO::Socket::SSL.
+  * RT#100151: LDAP.pm: localize $SIG{__DIE__} in IPv6 support check
+Thanks to Troy Loveday  for the detailed bug report and 
patch.
+  * FAQ.pod: fix error in search() example
+  * RFC.pod: typo fix
+
+---

Old:

  perl-ldap-0.64.tar.gz

New:

  perl-ldap-0.65.tar.gz
  perl526.patch



Other differences:
--
++ perl-ldap.spec ++
--- /var/tmp/diff_new_pack.zLDCGe/_old  2017-10-02 16:45:45.629493568 +0200
+++ /var/tmp/diff_new_pack.zLDCGe/_new  2017-10-02 16:45:45.633493006 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ldap
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,14 @@
 
 Name:   perl-ldap
 %define cpan_name perl-ldap
-Version:0.64
+Version:0.65
 Release:0
 Summary:Client Interface for LDAP Servers
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Url:http://cpan.org/modules/by-module/Net/
+Url:http://search.cpan.org/~marschap/perl-ldap/
 Source: perl-ldap-%{version}.tar.gz
+Patch0: perl526.patch
 BuildRequires:  perl-Authen-SASL
 BuildRequires:  perl-Convert-ASN1
 BuildRequires:  perl-IO-Socket-SSL
@@ -43,21 +44,9 @@
 %description
 A Client interface for LDAP servers.
 
-%package ssl
-Summary:SSL Extension to perl-ldap
-License:Artistic-1.0
-Group:  Development/Libraries/Perl
-Requires:   %{name} = %{version}
-Requires:   perl-IO-Socket-SSL
-Provides:   p_ldaps
-Obsoletes:  p_ldaps
-%{perl_requires}
-
-%description ssl
-A Client interface for LDAP servers.
-
 %prep
 %setup -q -n perl-ldap-%{version}
+%patch0 -p1
 find . -type f -print0 | xargs -0 chmod 644
 # MANUAL
 find contrib -type f | xargs -n 1 sed -i "s@/usr/local/bin/perl@/usr/bin/perl@"
@@ -76,6 +65,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CREDITS install-nomake README TODO
+%doc Changes CREDITS README TODO
 
 %changelog

++ perl-ldap-0.64.tar.gz -> perl-ldap-0.65.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-ldap-0.64/Changes new/perl-ldap-0.65/Changes
--- old/perl-ldap-0.64/Changes  2014-06-19 17:48:59.0 +0200
+++ new/perl-ldap-0.65/Changes  2015-04-06 19:43:47.0 +0200
@@ -1,3 +1,23 @@
+0.65 -- Mon Apr  6 19:43:37 CEST 2015
+
+Enhancements:
+* t/74matchedvalues.t: more tests
+* {ASN,Extension}.pm: update ExtendedResponse to RFC 4511
+* Constant.pm: add LDAP_NOTICE_OF_DISCONNECTION
+* Control/DontUseCopy.pm: new
+* Control/ProxyAuth.pm: make sure criticality does not get changed
+* Control/Relax.pm: make sure value & criticality do not get changed
+* Control/ManageDsaIT.pm: make sure value never gets set
+
+Bug Fixes
+* LDAP.pm: do not set default sslversion for start_tls() & LDAPS
+  Instead of second-guessing a default sslversion for start_tls() and LDAPS,
+  rely on the - known to be sane - default value used by IO::Socket::SSL.
+* RT#100151: 

commit i4l-base for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package i4l-base for openSUSE:Factory 
checked in at 2017-10-02 16:45:20

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


Package is "i4l-base"

Mon Oct  2 16:45:20 2017 rev:65 rq:528891 version:2011.8.29

Changes:

--- /work/SRC/openSUSE:Factory/i4l-base/i4l-base.changes2017-03-29 
13:20:10.629739826 +0200
+++ /work/SRC/openSUSE:Factory/.i4l-base.new/i4l-base.changes   2017-10-02 
16:45:21.512884330 +0200
@@ -1,0 +2,5 @@
+Tue Sep 26 16:35:32 UTC 2017 - co...@suse.com
+
+- add isdn4k-utils-perl526.diff to compile with perl 5.26
+
+---

New:

  isdn4k-utils-perl526.diff



Other differences:
--
++ i4l-base.spec ++
--- /var/tmp/diff_new_pack.tiTBsL/_old  2017-10-02 16:45:26.264216300 +0200
+++ /var/tmp/diff_new_pack.tiTBsL/_new  2017-10-02 16:45:26.268215737 +0200
@@ -69,6 +69,7 @@
 Patch35:isdnctrl-pie.patch
 Patch36:divactrl_2.1-dialog.patch
 Patch37:isdn4k-ncurses-6.0-accessors.patch
+Patch38:isdn4k-utils-perl526.diff
 # fix build with newer automake
 Patch50:isdn4k-utils-automake-1_13.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -235,6 +236,7 @@
 popd
 pushd ../isdn4k-utils
 %patch37 -p1
+%patch38 -p1
 popd
 %patch50 -p1
 

++ isdn4k-utils-perl526.diff ++
Index: isdn4k-utils/isdnlog/tools/dest/makedest
===
--- isdn4k-utils.orig/isdnlog/tools/dest/makedest
+++ isdn4k-utils/isdnlog/tools/dest/makedest
@@ -30,6 +30,7 @@
 package main;
 # perl 5.8.0 could use UTF-8 as default encoding, which has to be prevented.
 eval q( use open ':encoding(iso-8859-1)' );
+use lib '.';
 use wld;
 BEGIN {
   if ( (! exists $ENV{DBEXT} or $ENV{DBEXT} eq ".cdb") and



commit quilt for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package quilt for openSUSE:Factory checked 
in at 2017-10-02 16:45:10

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


Package is "quilt"

Mon Oct  2 16:45:10 2017 rev:69 rq:528751 version:0.65

Changes:

--- /work/SRC/openSUSE:Factory/quilt/quilt.changes  2017-08-08 
11:57:14.352928136 +0200
+++ /work/SRC/openSUSE:Factory/.quilt.new/quilt.changes 2017-10-02 
16:45:14.789829580 +0200
@@ -1,0 +2,5 @@
+Sun Sep 24 10:00:18 UTC 2017 - co...@suse.com
+
+- add perl-526.patch to work with perl 5.26
+
+---

New:

  perl-526.patch



Other differences:
--
++ quilt.spec ++
--- /var/tmp/diff_new_pack.X4ZQ4e/_old  2017-10-02 16:45:15.621712619 +0200
+++ /var/tmp/diff_new_pack.X4ZQ4e/_new  2017-10-02 16:45:15.625712057 +0200
@@ -44,6 +44,7 @@
 Patch4: suse-workaround-pseudo-release.patch
 Patch5: mail-fix-patch-set-threading.patch
 Patch6: quilt-translations.patch
+Patch7: perl-526.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %if 0%{?suse_version}
@@ -68,6 +69,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 # --with-rpmbuild=/usr/lib/rpm/rpmb:

++ perl-526.patch ++
Index: quilt-0.65/test/run
===
--- quilt-0.65.orig/test/run
+++ quilt-0.65/test/run
@@ -111,7 +111,7 @@ sub flush_output()
 sub substitute_vars($)
 {
my ($line) = @_;
-   $line =~ s[%{(\w+)}][defined $ENV{$1} ? $ENV{$1} : ""]eg;
+   $line =~ s[%\{(\w+)}][defined $ENV{$1} ? $ENV{$1} : ""]eg;
return $line;
 }
 
@@ -287,7 +287,7 @@ while (defined(my $line = )) {
# Parse the next command
if ($line =~ s/^\s*\$ ?//) {
# Substitute %{?} with the last command's status
-   $line =~ s[%{\?}][$last_status]eg;
+   $line =~ s[%\{\?}][$last_status]eg;
 
chomp($prog = substitute_vars($line));
$prog_line = $lineno;



commit perl-Unicode-Normalize for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package perl-Unicode-Normalize for 
openSUSE:Factory checked in at 2017-10-02 16:44:56

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


Package is "perl-Unicode-Normalize"

Mon Oct  2 16:44:56 2017 rev:2 rq:528720 version:1.25

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Unicode-Normalize/perl-Unicode-Normalize.changes
2016-03-17 16:46:18.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Unicode-Normalize.new/perl-Unicode-Normalize.changes
   2017-10-02 16:45:00.867786994 +0200
@@ -1,0 +2,5 @@
+Tue Sep 26 06:21:33 UTC 2017 - co...@suse.com
+
+- add perl526.patch to work with perl 5.26
+
+---

New:

  cpanspec.yml
  perl526.patch



Other differences:
--
++ perl-Unicode-Normalize.spec ++
--- /var/tmp/diff_new_pack.1D173y/_old  2017-10-02 16:45:02.499557571 +0200
+++ /var/tmp/diff_new_pack.1D173y/_new  2017-10-02 16:45:02.499557571 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Unicode-Normalize
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,9 @@
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Unicode-Normalize/
-Source0:
http://www.cpan.org/authors/id/K/KH/KHW/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/K/KH/KHW/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+Patch0: perl526.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -46,6 +48,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -61,6 +64,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes disableXS enableXS LICENSE MANIFEST.N mkheader Normalize.pmN 
README
+%doc Changes disableXS enableXS MANIFEST.N mkheader Normalize.pmN README
+%license LICENSE
 
 %changelog

++ cpanspec.yml ++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
patches:
  perl526.patch: -p1
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
++ perl526.patch ++
Index: Unicode-Normalize-1.25/Makefile.PL
===
--- Unicode-Normalize-1.25.orig/Makefile.PL
+++ Unicode-Normalize-1.25/Makefile.PL
@@ -8,7 +8,7 @@ my $mm_ver = ExtUtils::MakeMaker->VERSIO
 if (-f "Normalize.xs") {
 print STDERR "Making header files for XS...\n";
 
-do 'mkheader' or die $@ || "mkheader: $!";
+do './mkheader' or die $@ || "mkheader: $!";
 
 $clean = { FILES => 'unfcan.h unfcmb.h unfcmp.h unfcpt.h unfexc.h' };
 }



commit python3 for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package python3 for openSUSE:Factory checked 
in at 2017-10-02 16:44:34

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


Package is "python3"

Mon Oct  2 16:44:34 2017 rev:77 rq:528686 version:3.6.2

Changes:

--- /work/SRC/openSUSE:Factory/python3/python3-base.changes 2017-09-21 
12:28:46.242550315 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes
2017-10-02 16:44:38.818887024 +0200
@@ -1,0 +2,8 @@
+Wed Sep 20 09:54:05 UTC 2017 - dmuel...@suse.com
+
+- drop python-2.7-libffi-aarch64.patch: this patches the intree
+  copy of libffi which is unused/deleted in the line afterwards
+- fix build against system libffi: include flags weren't set
+  so it actually used the in-tree libffi headers.
+
+---
--- /work/SRC/openSUSE:Factory/python3/python3.changes  2017-09-14 
21:09:02.830669308 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3.changes 2017-10-02 
16:44:42.814325274 +0200
@@ -1,0 +2,6 @@
+Wed Sep 20 09:54:05 UTC 2017 - dmuel...@suse.com
+
+- drop python-2.7-libffi-aarch64.patch: this patches the intree
+  copy of libffi which is unused/deleted in the line afterwards
+
+---

Old:

  python-2.7-libffi-aarch64.patch



Other differences:
--
++ python3-base.spec ++
--- /var/tmp/diff_new_pack.PdjJO4/_old  2017-10-02 16:44:44.298116656 +0200
+++ /var/tmp/diff_new_pack.PdjJO4/_new  2017-10-02 16:44:44.302116094 +0200
@@ -160,8 +160,6 @@
 Patch12:python-3.3.3-skip-distutils-test_sysconfig_module.patch
 # Raise timeout value for test_subprocess
 Patch15:subprocess-raise-timeout.patch
-# PATCH-FIX-UPSTREAM Fix argument passing in libffi for aarch64
-Patch19:python-2.7-libffi-aarch64.patch
 # PATCH-FIX-UPSTREAM python3-ncurses-6.0-accessors.patch dims...@opensuse.org 
-- Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1
 Patch20:python3-ncurses-6.0-accessors.patch
 # PATCH-FIX-UPSTREAM bmwiedem...@suse.de -- 
https://github.com/python/cpython/pull/296
@@ -260,7 +258,6 @@
 %patch09 -p1
 %patch12 -p1
 %patch15 -p1
-%patch19 -p1
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
@@ -279,7 +276,7 @@
 done
 
 # drop in-tree libffi and expat
-rm -r Modules/_ctypes/libffi
+rm -r Modules/_ctypes/libffi* Modules/_ctypes/darwin
 rm -r Modules/expat
 
 # drop duplicate README from site-packages
@@ -290,7 +287,7 @@
 %build
 ### COMMON-CONFIG-BEGIN ###
 # use rpm_opt_flags
-export OPT="%{optflags} -DOPENSSL_LOAD_CONF"
+export OPT="%{optflags} -DOPENSSL_LOAD_CONF $(pkg-config --cflags-only-I 
libffi)"
 
 touch -r %{SOURCE0} Makefile.pre.in
 

++ python3-doc.spec ++
--- /var/tmp/diff_new_pack.PdjJO4/_old  2017-10-02 16:44:44.322113283 +0200
+++ /var/tmp/diff_new_pack.PdjJO4/_new  2017-10-02 16:44:44.326112720 +0200
@@ -84,8 +84,6 @@
 Patch12:python-3.3.3-skip-distutils-test_sysconfig_module.patch
 # Raise timeout value for test_subprocess
 Patch15:subprocess-raise-timeout.patch
-# PATCH-FIX-UPSTREAM Fix argument passing in libffi for aarch64
-Patch19:python-2.7-libffi-aarch64.patch
 # PATCH-FIX-UPSTREAM python3-ncurses-6.0-accessors.patch dims...@opensuse.org 
-- Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1
 Patch20:python3-ncurses-6.0-accessors.patch
 # PATCH-FIX-UPSTREAM bmwiedem...@suse.de -- 
https://github.com/python/cpython/pull/296
@@ -114,7 +112,6 @@
 %patch09 -p1
 %patch12 -p1
 %patch15 -p1
-%patch19 -p1
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
@@ -133,7 +130,7 @@
 done
 
 # drop in-tree libffi and expat
-rm -r Modules/_ctypes/libffi
+rm -r Modules/_ctypes/libffi* Modules/_ctypes/darwin
 rm -r Modules/expat
 
 # drop duplicate README from site-packages

++ python3.spec ++
--- /var/tmp/diff_new_pack.PdjJO4/_old  2017-10-02 16:44:44.354108784 +0200
+++ /var/tmp/diff_new_pack.PdjJO4/_new  2017-10-02 16:44:44.358108221 +0200
@@ -121,8 +121,6 @@
 Patch12:python-3.3.3-skip-distutils-test_sysconfig_module.patch
 # Raise timeout value for test_subprocess
 Patch15:subprocess-raise-timeout.patch
-# PATCH-FIX-UPSTREAM Fix argument passing in libffi for aarch64
-Patch19:python-2.7-libffi-aarch64.patch
 # PATCH-FIX-UPSTREAM python3-ncurses-6.0-accessors.patch dims...@opensuse.org 
-- Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1
 Patch20:python3-ncurses-6.0-accessors.patch
 # PATCH-FIX-UPSTREAM bmwiedem...@suse.de -- 
https://github.com/python/cpython/pull/296
@@ -185,7 +183,6 @@
 %patch09 -p1
 %patch12 -p1
 %patch15 -p1
-%patch19 -p1
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
@@ 

commit tcl for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package tcl for openSUSE:Factory checked in 
at 2017-10-02 16:44:22

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


Package is "tcl"

Mon Oct  2 16:44:22 2017 rev:51 rq:528684 version:8.6.7

Changes:

--- /work/SRC/openSUSE:Factory/tcl/tcl.changes  2017-09-20 17:05:12.812710897 
+0200
+++ /work/SRC/openSUSE:Factory/.tcl.new/tcl.changes 2017-10-02 
16:44:27.092535721 +0200
@@ -1,0 +2,5 @@
+Mon Sep 25 16:05:41 UTC 2017 - m...@suse.com
+
+- Whiltelist known-failing tests. Further investigation needed.
+
+---



Other differences:
--
++ tcl.spec ++
--- /var/tmp/diff_new_pack.Vl0fKJ/_old  2017-10-02 16:44:28.484340037 +0200
+++ /var/tmp/diff_new_pack.Vl0fKJ/_new  2017-10-02 16:44:28.488339474 +0200
@@ -101,10 +101,36 @@
 # Run the testsuite to gather some data for the profile-based
 # optimisation and let rpmbuild fail on unexpected test failures.
 cat > known-failures <&1 | tee testresults
-grep FAILED testresults | grep -Fqvwf known-failures && exit 1
+grep FAILED testresults | grep -Fvwf known-failures && exit 1
 %endif
 
 %install




commit intltool for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package intltool for openSUSE:Factory 
checked in at 2017-10-02 16:44:14

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


Package is "intltool"

Mon Oct  2 16:44:14 2017 rev:34 rq:528643 version:0.51.0

Changes:

--- /work/SRC/openSUSE:Factory/intltool/intltool.changes2017-05-18 
20:39:26.058501163 +0200
+++ /work/SRC/openSUSE:Factory/.intltool.new/intltool.changes   2017-10-02 
16:44:15.298193975 +0200
@@ -1,0 +2,5 @@
+Sun Sep 24 07:18:06 UTC 2017 - co...@suse.com
+
+- extend intltool-perl-5.22.patch to fix one more perl 5.26 issue
+
+---



Other differences:
--
++ intltool.spec ++
--- /var/tmp/diff_new_pack.gbTQxv/_old  2017-10-02 16:44:15.842117501 +0200
+++ /var/tmp/diff_new_pack.gbTQxv/_new  2017-10-02 16:44:15.846116938 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package intltool
 #
-# 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

++ intltool-perl-5.22.patch ++
--- /var/tmp/diff_new_pack.gbTQxv/_old  2017-10-02 16:44:15.874113002 +0200
+++ /var/tmp/diff_new_pack.gbTQxv/_new  2017-10-02 16:44:15.874113002 +0200
@@ -1,6 +1,8 @@
 intltool-update.in 2015-03-09 02:39:54.0 +0100
-+++ intltool-update.in 2015-09-01 11:43:40.595517191 +0200
-@@ -1062,7 +1062,7 @@
+Index: intltool-update.in
+===
+--- intltool-update.in.orig
 intltool-update.in
+@@ -1062,13 +1062,13 @@ sub SubstituteVariable
}
  }
  
@@ -9,7 +11,14 @@
  {
my $rest = $3;
my $untouched = $1;
-@@ -1190,10 +1190,10 @@
+   my $sub = "";
+ # Ignore recursive definitions of variables
+-$sub = $varhash{$2} if defined $varhash{$2} and $varhash{$2} !~ 
/\${?$2}?/;
++$sub = $varhash{$2} if defined $varhash{$2} and $varhash{$2} !~ 
/\$\{?$2}?/;
+ 
+   return SubstituteVariable ("$untouched$sub$rest");
+ }
+@@ -1190,10 +1190,10 @@ sub FindPackageName
$name=~ s/\(+$//g;
$version =~ s/\(+$//g;
  
@@ -24,7 +33,7 @@
  }
  
  if ($conf_source =~ /^AC_INIT\(([^,\)]+),([^,\)]+)[,]?([^,\)]+)?/m)
-@@ -1219,11 +1219,11 @@
+@@ -1219,11 +1219,11 @@ sub FindPackageName
$version =~ s/\(+$//g;
  $bugurl  =~ s/\(+$//g if (defined $bugurl);
  




commit FastCGI for openSUSE:Factory

2017-10-02 Thread root
Hello community,

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

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


Package is "FastCGI"

Mon Oct  2 16:43:46 2017 rev:29 rq:528599 version:2.4.0

Changes:

--- /work/SRC/openSUSE:Factory/FastCGI/FastCGI.changes  2014-12-30 
00:49:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.FastCGI.new/FastCGI.changes 2017-10-02 
16:43:47.886048043 +0200
@@ -1,0 +2,5 @@
+Sun Sep 24 08:10:16 UTC 2017 - co...@suse.com
+
+- add FastCGI-perl526.patch as perl 5.26 no longer has . in @INC
+
+---

New:

  FastCGI-perl526.patch



Other differences:
--
++ FastCGI.spec ++
--- /var/tmp/diff_new_pack.btWRqP/_old  2017-10-02 16:43:49.389836615 +0200
+++ /var/tmp/diff_new_pack.btWRqP/_new  2017-10-02 16:43:49.389836615 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package FastCGI
 #
-# 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
@@ -33,6 +33,7 @@
 Patch4: FastCGI-gcc44.patch
 Patch5: FastCGI-perl514.patch
 Patch6: FastCGI-fix_deprecated_api.patch
+Patch7: FastCGI-perl526.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  perl
@@ -89,6 +90,7 @@
 %patch4
 %patch5
 %patch6
+%patch7 -p1
 touch NEWS AUTHORS ChangeLog COPYING
 find doc/{fastcgi-prog-guide,fastcgi-whitepaper} -type f -print0 | xargs -r0 
chmod 0644
 

++ FastCGI-perl526.patch ++
Index: fcgi-2.4.0/perl/FCGI.PL
===
--- fcgi-2.4.0.orig/perl/FCGI.PL
+++ fcgi-2.4.0/perl/FCGI.PL
@@ -1,7 +1,7 @@
 use Config;
 use ExtUtils::MakeMaker;
 
-do 'FCGI.cfg' or die "no FCGI.cfg";
+do './FCGI.cfg' or die "no FCGI.cfg";
 
 open OUT, ">FCGI.pm";
 



commit bash for openSUSE:Factory

2017-10-02 Thread root
Hello community,

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

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


Package is "bash"

Mon Oct  2 16:43:53 2017 rev:139 rq:528605 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/bash/bash.changes2017-06-02 
10:30:57.400045373 +0200
+++ /work/SRC/openSUSE:Factory/.bash.new/bash.changes   2017-10-02 
16:43:57.760659703 +0200
@@ -1,0 +2,7 @@
+Mon Sep 25 09:13:32 UTC 2017 - wer...@suse.de
+
+- Modify patch bash-4.4.dif to let bashline.h install as well as
+  this header file is included by general.h due to the same patch
+  (boo#1060069)
+
+---



Other differences:
--
++ bash-4.4.dif ++
--- /var/tmp/diff_new_pack.IbU5KH/_old  2017-10-02 16:43:59.688388670 +0200
+++ /var/tmp/diff_new_pack.IbU5KH/_new  2017-10-02 16:43:59.688388670 +0200
@@ -1,4 +1,5 @@
 ---
+ Makefile.in|2 +-
  config-top.h   |   16 ++--
  doc/Makefile.in|2 +-
  doc/bash.1 |7 +--
@@ -12,10 +13,21 @@
  tests/glob.tests   |4 ++--
  tests/run-intl |2 +-
  tests/run-read |2 +-
- 13 files changed, 35 insertions(+), 21 deletions(-)
+ 14 files changed, 36 insertions(+), 22 deletions(-)
 
+--- Makefile.in
 Makefile.in2017-09-25 09:08:48.341515472 +
+@@ -447,7 +447,7 @@ SOURCES = $(CSOURCES) $(HSOURCES) $(BUI
+ # headers in top-level source directory that get installed by install-headers
+ INSTALLED_HEADERS = shell.h bashjmp.h command.h syntax.h general.h error.h \
+   variables.h array.h assoc.h arrayfunc.h quit.h 
dispose_cmd.h \
+-  make_cmd.h subst.h sig.h externs.h builtins.h \
++  make_cmd.h subst.h sig.h externs.h builtins.h bashline.h \
+   bashtypes.h xmalloc.h config-top.h config-bot.h \
+   bashintl.h bashansi.h bashjmp.h alias.h hashlib.h \
+   conftypes.h unwind_prot.h jobs.h siglist.h
 --- config-top.h
-+++ config-top.h   2016-09-16 10:38:13.570285185 +
 config-top.h   2017-09-25 09:08:06.210296290 +
 @@ -60,17 +60,21 @@
 due to EPIPE. */
  /* #define DONT_REPORT_BROKEN_PIPE_WRITE_ERRORS */
@@ -66,7 +78,7 @@
  /* Define if you want the case-capitalizing operators (~[~]) and the
 `capcase' variable attribute (declare -c). */
 --- doc/Makefile.in
-+++ doc/Makefile.in2016-09-16 10:38:13.570285185 +
 doc/Makefile.in2017-09-25 09:08:06.210296290 +
 @@ -154,7 +154,7 @@ BASHREF_FILES = $(srcdir)/bashref.texi $
  # $(RM) $@
  # -${TEXI2PDF} $<
@@ -77,7 +89,7 @@
  everything: all pdf
  
 --- doc/bash.1
-+++ doc/bash.1 2016-09-16 10:38:13.570285185 +
 doc/bash.1 2017-09-25 09:08:06.214296216 +
 @@ -5253,8 +5253,8 @@ file (the \fIinputrc\fP file).
  The name of this file is taken from the value of the
  .SM
@@ -100,7 +112,7 @@
  .SH AUTHORS
  Brian Fox, Free Software Foundation
 --- general.h
-+++ general.h  2016-09-16 10:38:17.614209958 +
 general.h  2017-09-25 09:08:06.214296216 +
 @@ -21,10 +21,13 @@
  #if !defined (_GENERAL_H_)
  #define _GENERAL_H_
@@ -116,7 +128,7 @@
  #if defined (HAVE_SYS_RESOURCE_H) && defined (RLIMTYPE)
  #  if defined (HAVE_SYS_TIME_H)
 --- parse.y
-+++ parse.y2016-09-16 10:38:17.614209958 +
 parse.y2017-09-25 09:08:06.214296216 +
 @@ -1426,7 +1426,7 @@ input_file_descriptor ()
  
  #if defined (READLINE)
@@ -127,7 +139,7 @@
  
  static int
 --- shell.c
-+++ shell.c2016-09-16 10:38:17.614209958 +
 shell.c2017-09-25 09:08:06.214296216 +
 @@ -45,6 +45,7 @@
  #if defined (HAVE_UNISTD_H)
  #  include 
@@ -154,7 +166,7 @@
  {
e = errno;
 --- support/bashbug.sh
-+++ support/bashbug.sh 2016-09-16 10:38:17.614209958 +
 support/bashbug.sh 2017-09-25 09:08:06.214296216 +
 @@ -1,4 +1,4 @@
 -#!/bin/sh -
 +#!/bin/bash -
@@ -162,7 +174,7 @@
  # bashbug - create a bug report and mail it to the bug address
  #
 --- support/man2html.c
-+++ support/man2html.c 2016-09-16 10:38:17.618209884 +
 support/man2html.c 2017-09-25 09:08:06.214296216 +
 @@ -78,6 +78,7 @@
  #include 
  #include 
@@ -172,7 +184,7 @@
  #define NULL_TERMINATED(n) ((n) + 1)
  
 --- support/rlvers.sh
-+++ support/rlvers.sh  2016-09-16 10:38:17.618209884 +
 support/rlvers.sh  2017-09-25 09:08:06.214296216 +
 @@ -27,10 +27,10 @@ TDIR=$TMPDIR/rlvers
  
  # defaults
@@ -188,7 +200,7 @@
  # cannot rely on the presence of getopts
  while [ $# -gt 0 ]; do
 --- support/shobj-conf
-+++ support/shobj-conf 2016-09-16 10:38:17.618209884 +
 

commit python-psutil for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2017-10-02 16:44:03

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


Package is "python-psutil"

Mon Oct  2 16:44:03 2017 rev:37 rq:528619 version:5.3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2017-09-12 19:37:34.345415508 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2017-10-02 16:44:07.383306786 +0200
@@ -1,0 +2,16 @@
+Mon Sep 25 09:17:26 UTC 2017 - mich...@stroeder.com
+
+- update to version 5.3.1
+
+**Enhancements**
+- 1124_: documentation moved to http://psutil.readthedocs.io
+
+**Big fixes**
+- 1105_: [FreeBSD] psutil does not compile on FreeBSD 12.
+- 1125_: [BSD] net_connections() raises TypeError.
+
+**Compatibility notes**
+- 1120_: .exe files for Windows are no longer uploaded on PYPI as per PEP-527;
+  only wheels are provided.
+
+---

Old:

  psutil-5.3.0.tar.gz

New:

  psutil-5.3.1.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.A884Sq/_old  2017-10-02 16:44:08.039214567 +0200
+++ /var/tmp/diff_new_pack.A884Sq/_new  2017-10-02 16:44:08.043214005 +0200
@@ -20,7 +20,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psutil
-Version:5.3.0
+Version:5.3.1
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-5.3.0.tar.gz -> psutil-5.3.1.tar.gz ++
 2099 lines of diff (skipped)




commit python-setuptools_scm for openSUSE:Factory

2017-10-02 Thread root
Hello community,

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

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


Package is "python-setuptools_scm"

Mon Oct  2 16:43:11 2017 rev:9 rq:528594 version:1.15.6

Changes:

--- 
/work/SRC/openSUSE:Factory/python-setuptools_scm/python-setuptools_scm.changes  
2017-07-04 11:57:58.236946708 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-setuptools_scm.new/python-setuptools_scm.changes
 2017-10-02 16:43:12.551016028 +0200
@@ -1,0 +2,37 @@
+Sun Sep 24 21:52:54 UTC 2017 - a...@gmx.de
+
+- specfile:
+  * removed no-generic-python.patch, included upstream
+
+- update to version 1.15.6:
+  * fix #174 by normalizing windows path using windows apis
+
+- changes from version 1.15.6:
+  * fix #171 by unpinning the py version to allow a fixed one to get
+installed
+
+- changes from version 1.15.5:
+  * fix #167 by correctly respecting preformatted version metadata
+from PKG-INFO/EGG-INFO
+
+- changes from version 1.15.4:
+  * fix issue #164: iterate all found entry points to avoid erros when
+pip remakes egg-info
+  * enhance self-use to enable pip install from github again
+
+- changes from version 1.15.3:
+  * bring back correctly getting our version in the own sdist,
+finalizes #114
+  * fix issue #150: strip local components of tags
+
+- changes from version 1.15.2:
+  * fix issue #128: return None when a scm specific parse fails in a
+worktree to ease parse reuse
+
+- changes from version 1.15.1:
+  * fix issue #126: the local part of any tags is discarded when
+guessing new versions
+  * minor performance optimization by doing fewer git calls in the
+usual cases
+
+---

Old:

  no-generic-python.patch
  setuptools_scm-1.15.0.tar.gz

New:

  setuptools_scm-1.15.6.tar.gz



Other differences:
--
++ python-setuptools_scm.spec ++
--- /var/tmp/diff_new_pack.y2GxIN/_old  2017-10-02 16:43:13.114936743 +0200
+++ /var/tmp/diff_new_pack.y2GxIN/_new  2017-10-02 16:43:13.118936181 +0200
@@ -19,15 +19,13 @@
 %bcond_with test
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-setuptools_scm
-Version:1.15.0
+Version:1.15.6
 Release:0
 Summary:Manage your versions by scm tags
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/pypa/setuptools_scm
 Source: 
https://files.pythonhosted.org/packages/source/s/setuptools_scm/setuptools_scm-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM use sys.executable for running python in 
test_regressions.py
-Patch0: no-generic-python.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
@@ -51,7 +49,6 @@
 
 %prep
 %setup -q -n setuptools_scm-%{version}
-%patch0 -p1
 
 %build
 %python_build

++ setuptools_scm-1.15.0.tar.gz -> setuptools_scm-1.15.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools_scm-1.15.0/.hgtags 
new/setuptools_scm-1.15.6/.hgtags
--- old/setuptools_scm-1.15.0/.hgtags   2016-10-20 23:55:22.0 +0200
+++ new/setuptools_scm-1.15.6/.hgtags   1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-1092123ef78598eade56aa9c57e484f3670c8da8 v1.9.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools_scm-1.15.0/.travis.yml 
new/setuptools_scm-1.15.6/.travis.yml
--- old/setuptools_scm-1.15.0/.travis.yml   2016-10-20 23:55:22.0 
+0200
+++ new/setuptools_scm-1.15.6/.travis.yml   2017-06-15 21:24:23.0 
+0200
@@ -6,7 +6,7 @@
 - '3.3'
 - '3.4'
 - '3.5'
-- '3.6-dev'
+- '3.6'
 env:
 - TOXENV=py-test
 
@@ -16,13 +16,17 @@
   env: TOXENV=flake8
 - python: '3.5'
   env: TOXENV=flake8
+- python: '2.7'
+  env: SELFINSTALL=1
+- python: '3.5'
+  env: SELFINSTALL=1
 cache:
   files:
   - $HOME/.pip/cache
   - $Home/.cache/pip
 install: pip install tox
 script:
-- tox -e $TOXENV
+- python testing/runtests_travis.py
 
 
 
@@ -42,4 +46,4 @@
   - <<: *pypi
 on:
   tags: true
-distributions: "bdist_egg"
\ No newline at end of file
+distributions: "bdist_egg"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools_scm-1.15.0/CHANGELOG.rst 
new/setuptools_scm-1.15.6/CHANGELOG.rst
--- old/setuptools_scm-1.15.0/CHANGELOG.rst 2016-10-20 23:55:22.0 
+0200
+++ new/setuptools_scm-1.15.6/CHANGELOG.rst 

commit perl-Unicode-Collate for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package perl-Unicode-Collate for 
openSUSE:Factory checked in at 2017-10-02 16:42:52

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


Package is "perl-Unicode-Collate"

Mon Oct  2 16:42:52 2017 rev:2 rq:528476 version:1.19

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Unicode-Collate/perl-Unicode-Collate.changes
2017-06-25 19:20:48.675482620 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Unicode-Collate.new/perl-Unicode-Collate.changes
   2017-10-02 16:42:58.261025146 +0200
@@ -1,0 +2,6 @@
+Sun Sep 24 06:55:18 UTC 2017 - co...@suse.com
+
+- add no-dot-inc.patch to compile with perl 5.26
+  (https://rt.cpan.org/Public/Bug/Display.html?id=121664)
+
+---

New:

  no-dot-inc.patch



Other differences:
--
++ perl-Unicode-Collate.spec ++
--- /var/tmp/diff_new_pack.Uz9yIw/_old  2017-10-02 16:42:58.804948673 +0200
+++ /var/tmp/diff_new_pack.Uz9yIw/_new  2017-10-02 16:42:58.808948110 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Unicode-Collate
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,8 +24,9 @@
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Unicode-Collate/
-Source0:
http://www.cpan.org/authors/id/S/SA/SADAHIRO/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/S/SA/SADAHIRO/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
+Patch0: no-dot-inc.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -37,6 +38,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++ cpanspec.yml ++
--- /var/tmp/diff_new_pack.Uz9yIw/_old  2017-10-02 16:42:58.868939676 +0200
+++ /var/tmp/diff_new_pack.Uz9yIw/_new  2017-10-02 16:42:58.868939676 +0200
@@ -4,9 +4,8 @@
 #sources:
 #  - source1
 #  - source2
-#patches:
-#  foo.patch: -p1
-#  bar.patch:
+patches:
+  no-dot-inc.patch: -p1
 #preamble: |-
 # BuildRequires:  gcc-c++
 #post_prep: |-

++ no-dot-inc.patch ++
Index: Unicode-Collate-1.19/Makefile.PL
===
--- Unicode-Collate-1.19.orig/Makefile.PL
+++ Unicode-Collate-1.19/Makefile.PL
@@ -6,7 +6,7 @@ my $clean = {};
 if (-f "Collate.xs") {
 print "Making header files for XS...\n";
 
-do 'mkheader' or die $@ || "mkheader: $!";
+do './mkheader' or die $@ || "mkheader: $!";
 
 $clean = { FILES => 'ucatbl.h' };
 }



commit pesign-obs-integration for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package pesign-obs-integration for 
openSUSE:Factory checked in at 2017-10-02 16:43:16

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


Package is "pesign-obs-integration"

Mon Oct  2 16:43:16 2017 rev:23 rq:528596 version:10.0

Changes:

--- 
/work/SRC/openSUSE:Factory/pesign-obs-integration/pesign-obs-integration.changes
2017-09-18 19:52:37.490647494 +0200
+++ 
/work/SRC/openSUSE:Factory/.pesign-obs-integration.new/pesign-obs-integration.changes
   2017-10-02 16:43:17.354340698 +0200
@@ -1,0 +2,5 @@
+Sun Sep 24 09:20:31 UTC 2017 - co...@suse.com
+
+- escape regexp in pesign-gen-repackage-spec for perl 5.26
+
+---



Other differences:
--
++ pesign-gen-repackage-spec ++
--- /var/tmp/diff_new_pack.89lc5L/_old  2017-10-02 16:43:18.202221490 +0200
+++ /var/tmp/diff_new_pack.89lc5L/_new  2017-10-02 16:43:18.202221490 +0200
@@ -487,7 +487,7 @@
open(my $fh, '<', $cert_subpackage) or die "$cert_subpackage: $!\n";
my $template = <$fh>;
close($fh);
-   $template =~ s/\%{-n\*}/$kmp_basename/g;
+   $template =~ s/\%\{-n\*}/$kmp_basename/g;
$template =~ s/\@CERTS\@/$certs/g;
print SPEC $template;
 }




commit console-setup for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package console-setup for openSUSE:Factory 
checked in at 2017-10-02 16:43:24

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


Package is "console-setup"

Mon Oct  2 16:43:24 2017 rev:4 rq:528597 version:1.134

Changes:

--- /work/SRC/openSUSE:Factory/console-setup/console-setup.changes  
2016-02-09 13:30:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.console-setup.new/console-setup.changes 
2017-10-02 16:43:28.416785358 +0200
@@ -1,0 +2,6 @@
+Sun Sep 24 08:50:06 UTC 2017 - co...@suse.com
+
+- add console-setup-1.134-perl526.patch to work with perl 5.26,
+  fixed upstream in 1.143
+
+---

New:

  console-setup-1.134-perl526.patch



Other differences:
--
++ console-setup.spec ++
--- /var/tmp/diff_new_pack.MooDjr/_old  2017-10-02 16:43:30.036557623 +0200
+++ /var/tmp/diff_new_pack.MooDjr/_new  2017-10-02 16:43:30.040557061 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package console-setup
 #
-# 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
@@ -28,6 +28,8 @@
 Patch0: console-setup-1.76-paths.patch
 # Fixes FSF address, sent to upstream
 Patch1: console-setup-1.76-fsf-address.patch
+# Backport fix from 1.143
+Patch2: console-setup-1.134-perl526.patch
 
 BuildRequires:  perl
 BuildRequires:  perl(encoding)
@@ -46,6 +48,7 @@
 %setup -q
 %patch0 -p1 -b .paths
 %patch1 -p1 -b .fsf-address
+%patch2 -p1 -b .perl526
 
 %build
 make build-linux

++ console-setup-1.134-perl526.patch ++
Index: console-setup-1.134/Keyboard/compose_translator
===
--- console-setup-1.134.orig/Keyboard/compose_translator
+++ console-setup-1.134/Keyboard/compose_translator
@@ -19,7 +19,7 @@
 
 use warnings 'all';
 use strict;
-use encoding 'utf8';
+use utf8;
 binmode STDOUT, ':bytes';
 
 sub debug {



commit acl for openSUSE:Factory

2017-10-02 Thread root
Hello community,

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

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


Package is "acl"

Mon Oct  2 16:43:33 2017 rev:44 rq:528598 version:2.2.52

Changes:

--- /work/SRC/openSUSE:Factory/acl/acl.changes  2017-06-05 18:49:05.739759462 
+0200
+++ /work/SRC/openSUSE:Factory/.acl.new/acl.changes 2017-10-02 
16:43:35.403803007 +0200
@@ -1,0 +2,5 @@
+Sun Sep 24 08:30:07 UTC 2017 - co...@suse.com
+
+- refresh acl-2.2.52-tests.patch to work with perl 5.26
+
+---



Other differences:
--
++ acl-2.2.52-tests.patch ++
--- /var/tmp/diff_new_pack.zx8nqX/_old  2017-10-02 16:43:36.331672551 +0200
+++ /var/tmp/diff_new_pack.zx8nqX/_new  2017-10-02 16:43:36.335671989 +0200
@@ -9,11 +9,11 @@
  test/root/setfacl.test |2 +-
  3 files changed, 6 insertions(+), 6 deletions(-)
 
-diff --git a/test/root/permissions.test b/test/root/permissions.test
-index afaf5f0..4880bd2 100644
 a/test/root/permissions.test
-+++ b/test/root/permissions.test
-@@ -20,7 +20,7 @@ defined permissions.
+Index: acl-2.2.52/test/root/permissions.test
+===
+--- acl-2.2.52.orig/test/root/permissions.test
 acl-2.2.52/test/root/permissions.test
+@@ -19,7 +19,7 @@ defined permissions.
$ cd d
$ umask 027
$ touch f
@@ -22,7 +22,7 @@
> -rw-r- root root
  
  
-@@ -40,7 +40,7 @@ Now, change the ownership of the file to bin:bin and verify 
that this
+@@ -39,7 +39,7 @@ Now, change the ownership of the file to
  gives user bin write access.
  
$ chown bin:bin f
@@ -31,7 +31,7 @@
> -rw-r- bin bin
$ su bin
$ echo bin >> f
-@@ -257,12 +257,12 @@ directories if the file has an ACL and only CAP_FOWNER 
would grant them.
+@@ -256,12 +256,12 @@ directories if the file has an ACL and o
$ mkdir -m 600 x
$ chown daemon:daemon x
$ echo j > x/j
@@ -46,11 +46,11 @@
> -rw-r- root root
(With the bug this gives: `ls: x/j: Permission denied'.)
  
-diff --git a/test/root/restore.test b/test/root/restore.test
-index 6003cd4..5dbf73c 100644
 a/test/root/restore.test
-+++ b/test/root/restore.test
-@@ -17,7 +17,7 @@ Ensure setuid bit is restored when the owner changes
+Index: acl-2.2.52/test/root/restore.test
+===
+--- acl-2.2.52.orig/test/root/restore.test
 acl-2.2.52/test/root/restore.test
+@@ -21,7 +21,7 @@ Cry immediately if we are not running as
$ chown bin passwd
$ chmod u+s passwd
$ setfacl --restore passwd.acl
@@ -59,11 +59,11 @@
> -rwsr-xr-x root root
  
$ rm passwd passwd.acl
-diff --git a/test/root/setfacl.test b/test/root/setfacl.test
-index 630e9fb..dd7fe08 100644
 a/test/root/setfacl.test
-+++ b/test/root/setfacl.test
-@@ -8,7 +8,7 @@ Setfacl utility tests. Run these tests on a filesystem with 
ACL support.
+Index: acl-2.2.52/test/root/setfacl.test
+===
+--- acl-2.2.52.orig/test/root/setfacl.test
 acl-2.2.52/test/root/setfacl.test
+@@ -12,7 +12,7 @@ Cry immediately if we are not running as
$ sg bin
$ umask 027
$ touch g
@@ -72,7 +72,16 @@
> -rw-r-
  
$ setfacl -m m:- g
--- 
-1.7.1
-
-
+Index: acl-2.2.52/test/run
+===
+--- acl-2.2.52.orig/test/run
 acl-2.2.52/test/run
+@@ -92,7 +92,7 @@ for (;;) {
+   if (defined $line) {
+ # Substitute %VAR and %{VAR} with environment variables.
+ $line =~ s[%(\w+)][$ENV{$1}]eg;
+-$line =~ s[%{(\w+)}][$ENV{$1}]eg;
++$line =~ s[%\{(\w+)}][$ENV{$1}]eg;
+   }
+   if (defined $line) {
+ if ($line =~ s/^\s*< ?//) {




commit latex2html for openSUSE:Factory

2017-10-02 Thread root
Hello community,

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

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


Package is "latex2html"

Mon Oct  2 16:43:07 2017 rev:34 rq:528581 version:2017.2

Changes:

--- /work/SRC/openSUSE:Factory/latex2html/latex2html.changes2017-07-11 
08:23:55.475702285 +0200
+++ /work/SRC/openSUSE:Factory/.latex2html.new/latex2html.changes   
2017-10-02 16:43:11.627145921 +0200
@@ -1,0 +2,5 @@
+Sun Sep 24 09:32:42 UTC 2017 - co...@suse.com
+
+- add latex2html-perl526.patch to work with perl 5.26
+
+---

New:

  latex2html-perl526.patch



Other differences:
--
++ latex2html.spec ++
--- /var/tmp/diff_new_pack.NVMhvp/_old  2017-10-02 16:43:12.267055952 +0200
+++ /var/tmp/diff_new_pack.NVMhvp/_new  2017-10-02 16:43:12.267055952 +0200
@@ -35,6 +35,7 @@
 Patch2: latex2html-dest-dir.diff
 Patch3: latex2html-binmode.diff
 Patch4: latex2html-backref-workaround.diff
+Patch5: latex2html-perl526.patch
 BuildRequires:  fdupes
 BuildRequires:  ghostscript-fonts-std
 BuildRequires:  ghostscript-x11
@@ -79,6 +80,7 @@
 %patch2
 %patch3
 %patch4
+%patch5 -p1
 cp %{SOURCE2} README.SUSE
 cp %{SOURCE4} .
 

++ latex2html-perl526.patch ++
Index: latex2html-2017.2/versions/html3_2.pl
===
--- latex2html-2017.2.orig/versions/html3_2.pl
+++ latex2html-2017.2/versions/html3_2.pl
@@ -607,7 +607,7 @@ sub process_tabular {
 
 if ($color_env) {
local($color_test) = join(',',@$open_tags_R);
-   if ($color_test =~ /(color{[^}]*})/g ) {
+   if ($color_test =~ /(color\{[^}]*})/g ) {
$color_env = $1;
}
 }
Index: latex2html-2017.2/versions/html4_01.pl
===
--- latex2html-2017.2.orig/versions/html4_01.pl
+++ latex2html-2017.2/versions/html4_01.pl
@@ -976,7 +976,7 @@ sub process_tabular {
 
 if ($color_env) {
local($color_test) = join(',',@$open_tags_R);
-   if ($color_test =~ /(color{[^}]*})/g ) {
+   if ($color_test =~ /(color\{[^}]*})/g ) {
$color_env = $1;
}
 }
Index: latex2html-2017.2/versions/html4_1.pl
===
--- latex2html-2017.2.orig/versions/html4_1.pl
+++ latex2html-2017.2/versions/html4_1.pl
@@ -976,7 +976,7 @@ sub process_tabular {
 
 if ($color_env) {
local($color_test) = join(',',@$open_tags_R);
-   if ($color_test =~ /(color{[^}]*})/g ) {
+   if ($color_test =~ /(color\{[^}]*})/g ) {
$color_env = $1;
}
 }
Index: latex2html-2017.2/configure
===
--- latex2html-2017.2.orig/configure
+++ latex2html-2017.2/configure
@@ -1225,7 +1225,7 @@ if test "$?" != "0"; then
 fi
 
 # this is used to get the values from the config file
-eval `perl -w -e 'use cfgcache; foreach(keys %cfg) { print 
qq($_='"'"'$cfg{$_}'"'"'\n);}'`
+eval `perl -w -e 'use lib q[.]; use cfgcache; foreach(keys %cfg) { print 
qq($_='"'"'$cfg{$_}'"'"'\n);}'`
 
 
 
Index: latex2html-2017.2/latex2html.pin
===
--- latex2html-2017.2.orig/latex2html.pin
+++ latex2html-2017.2/latex2html.pin
@@ -123,7 +123,7 @@ if($ENV{'L2HCONFIG'}) {
   require $ENV{'L2HCONFIG'} ||
 die "Fatal (require $ENV{'L2HCONFIG'}): $!";
 } else {
-  eval 'use l2hconf';
+  eval 'use lib "."; use l2hconf';
   if($@) {
 die "Fatal (use l2hconf): $@\n";
   }
@@ -1922,7 +1922,7 @@ sub mark_string {
 }
 $_[0] = join('',$before,"\{",$after) if($change);
 # MRO: mark one opening brace
-   if($_[0] =~ s/^([^{]*){/push(@processedB,$1);join('',$O,++$id,$C)/eos) {
+   if($_[0] =~ s/^([^{]*)\{/push(@processedB,$1);join('',$O,++$id,$C)/eos) 
{
$before=''; $after=$';
 }
 if ($after =~ /\}/) { 
Index: latex2html-2017.2/config/build.pl
===
--- latex2html-2017.2.orig/config/build.pl
+++ latex2html-2017.2/config/build.pl
@@ -145,6 +145,7 @@ my ($VERSION) = q$Revision: 1.6 $ =~ /:\
 # Read in the system's configuration
 use FindBin;
 use lib "$FindBin::Bin/..";
+use lib "$FindBin::Bin";
 use cfgcache;
 
 my $dd = $cfg{'dd'};
Index: latex2html-2017.2/config/config.pl
===
--- latex2html-2017.2.orig/config/config.pl
+++ latex2html-2017.2/config/config.pl
@@ -435,6 +435,7 @@ use 

commit perl for openSUSE:Factory

2017-10-02 Thread root
Hello community,

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

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


Package is "perl"

Mon Oct  2 16:43:01 2017 rev:104 rq:528515 version:5.26.1

Changes:

--- /work/SRC/openSUSE:Factory/perl/perl.changes2017-05-24 
16:45:53.596355154 +0200
+++ /work/SRC/openSUSE:Factory/.perl.new/perl.changes   2017-10-02 
16:43:10.339326983 +0200
@@ -1,0 +2,26 @@
+Sat Sep 23 10:40:59 UTC 2017 - co...@suse.com
+
+- update to perl-5.26.1
+ * [CVE-2017-12837] Heap buffer overflow in regular expression compiler
+ * [CVE-2017-12883] Buffer over-read in regular expression parser
+ * tons of bug fixes
+- update list of obsoletes
+
+---
+Wed Aug 30 14:44:49 CEST 2017 - m...@suse.de
+
+- update to perl-5.26.0
+  * "." no longer in @INC
+  * "do" may now warn
+  * regexp: a literal left brace "{" should be escaped
+  * lexical subroutines are no longer experimental
+  * indented Here-documents
+  * new regular expression modifier /xx
+  * declaring a reference to a variable
+  * unicode 9.0 is now supported
+  * new Hash Function For 64-bit Builds
+- rename perl-5.24.0.dif to perl-5.26.0.dif
+- remove obsolete perl-avoid-warnings.patch
+- remove obsolete Compress-Raw-Zlib-2.071-zlib-1.2.11.patch
+
+---

Old:

  Compress-Raw-Zlib-2.071-zlib-1.2.11.patch
  perl-5.24.0.dif
  perl-5.24.1.tar.xz
  perl-avoid-warnings.patch

New:

  perl-5.26.0.dif
  perl-5.26.1.tar.xz



Other differences:
--
++ perl.spec ++
--- /var/tmp/diff_new_pack.lJfNZC/_old  2017-10-02 16:43:11.223202714 +0200
+++ /var/tmp/diff_new_pack.lJfNZC/_new  2017-10-02 16:43:11.227202151 +0200
@@ -21,16 +21,16 @@
 Summary:The Perl interpreter
 License:Artistic-1.0 or GPL-2.0+
 Group:  Development/Languages/Perl
-Version:5.24.1
+Version:5.26.1
 Release:0
-%define pversion 5.24.1
+%define pversion 5.26.1
 Url:http://www.perl.org/
 Source: http://www.cpan.org/src/5.0/perl-%{version}.tar.xz
 Source1:%name-rpmlintrc
 Source2:macros.perl
 Source3:README.macros
 Source4:baselibs.conf
-Patch0: perl-5.24.0.dif
+Patch0: perl-5.26.0.dif
 Patch2: perl-regexp-refoverflow.diff
 Patch3: perl-nroff.diff
 Patch4: perl-netcmdutf8.diff
@@ -41,10 +41,6 @@
 Patch8: skip_time_hires.patch
 Patch9: perl-incfix.diff
 Patch11:perl-5.18.2-overflow.diff
-# PATCH-FIX-UPSTREAM Fix a warning in cop.h , upstream commit 
f2b9631d5d19d2b71c1776e1193173d13f3620bf
-Patch12:perl-avoid-warnings.patch
-# PATCH-FIX-UPSTREAM RT#119762
-Patch13:Compress-Raw-Zlib-2.071-zlib-1.2.11.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: perl-base = %version
 #PreReq: %fillup_prereq
@@ -63,60 +59,60 @@
 Provides:   perl-500
 Provides:   perl(:MODULE_COMPAT_%pversion)
 %global versionlist %nil
-Provides:   perl-Filter-Simple = 0.92
-Obsoletes:  perl-Filter-Simple <= 0.92
-Provides:   perl-I18N-LangTags = 0.40
-Obsoletes:  perl-I18N-LangTags <= 0.40
+Provides:   perl-Filter-Simple = 0.93
+Obsoletes:  perl-Filter-Simple <= 0.93
+Provides:   perl-I18N-LangTags = 0.42
+Obsoletes:  perl-I18N-LangTags <= 0.42
 Provides:   perl-MIME-Base64 = 3.15
 Obsoletes:  perl-MIME-Base64 <= 3.15
-Provides:   perl-Storable = 2.56
-Obsoletes:  perl-Storable <= 2.56
-Provides:   perl-Test-Simple = 1.001014
-Obsoletes:  perl-Test-Simple <= 1.001014
+Provides:   perl-Storable = 2.62
+Obsoletes:  perl-Storable <= 2.62
+Provides:   perl-Test-Simple = 1.302073
+Obsoletes:  perl-Test-Simple <= 1.302073
 Provides:   perl-Text-Balanced = 2.03
 Obsoletes:  perl-Text-Balanced <= 2.03
-Provides:   perl-Time-HiRes = 1.9733
-Obsoletes:  perl-Time-HiRes <= 1.9733
+Provides:   perl-Time-HiRes = 1.9741
+Obsoletes:  perl-Time-HiRes <= 1.9741
 Provides:   perl-libnet = 3.08
 Obsoletes:  perl-libnet <= 3.08
-Provides:   perl-Compress-Raw-Zlib = 2.069
-Obsoletes:  perl-Compress-Raw-Zlib <= 2.069
-Provides:   perl-Compress-Zlib = 2.069
-Obsoletes:  perl-Compress-Zlib <= 2.069
-Provides:   perl-IO-Compress-Base = 2.069
-Obsoletes:  perl-IO-Compress-Base <= 2.069
-Provides:   perl-IO-Compress-Zlib = 2.069
-Obsoletes:  perl-IO-Compress-Zlib <= 2.069
+Provides:   perl-Compress-Raw-Zlib = 2.074
+Obsoletes:  perl-Compress-Raw-Zlib <= 2.074
+Provides:   

commit perl-Encode-HanExtra for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package perl-Encode-HanExtra for 
openSUSE:Factory checked in at 2017-10-02 16:42:33

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


Package is "perl-Encode-HanExtra"

Mon Oct  2 16:42:33 2017 rev:24 rq:528411 version:0.23

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Encode-HanExtra/perl-Encode-HanExtra.changes
2015-02-06 10:17:32.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Encode-HanExtra.new/perl-Encode-HanExtra.changes
   2017-10-02 16:42:34.408378729 +0200
@@ -1,0 +2,5 @@
+Sat Sep 23 15:03:00 UTC 2017 - co...@suse.com
+
+- compile with perl 5.26 by patching the Makefile
+
+---



Other differences:
--
++ perl-Encode-HanExtra.spec ++
--- /var/tmp/diff_new_pack.lbxxzp/_old  2017-10-02 16:42:35.000295508 +0200
+++ /var/tmp/diff_new_pack.lbxxzp/_new  2017-10-02 16:42:35.000295508 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Encode-HanExtra
 #
-# 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
@@ -41,17 +41,12 @@
 several megabytes; hence, this CPAN module tries to provide the rest of
 them.
 
-
-
-Authors:
-
-Autrijus Tang 
-
 %prep
 %setup -q -n Encode-HanExtra-%{version}
 %patch1 -p1
 
 %build
+sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse 
inc::Module::Install;/' Makefile.PL
 CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
 make %{?_smp_mflags}
 




commit perl-File-HomeDir for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package perl-File-HomeDir for 
openSUSE:Factory checked in at 2017-10-02 16:42:38

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


Package is "perl-File-HomeDir"

Mon Oct  2 16:42:38 2017 rev:24 rq:528412 version:1.002

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-HomeDir/perl-File-HomeDir.changes  
2013-06-06 15:05:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-HomeDir.new/perl-File-HomeDir.changes 
2017-10-02 16:42:40.035587568 +0200
@@ -1,0 +2,6 @@
+Sat Sep 23 15:06:50 UTC 2017 - co...@suse.com
+
+- updated to 1.002
+   see /usr/share/doc/packages/perl-File-HomeDir/Changes
+
+---

Old:

  File-HomeDir-1.00.tar.gz

New:

  File-HomeDir-1.002.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-File-HomeDir.spec ++
--- /var/tmp/diff_new_pack.R0kqzs/_old  2017-10-02 16:42:40.531517842 +0200
+++ /var/tmp/diff_new_pack.R0kqzs/_new  2017-10-02 16:42:40.535517280 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-HomeDir
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,37 +17,24 @@
 
 
 Name:   perl-File-HomeDir
-Version:1.00
+Version:1.002
 Release:0
 %define cpan_name File-HomeDir
 Summary:Find your home and other directories on any platform
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/File-HomeDir/
-Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Path) >= 2.01
+BuildRequires:  perl(File::Path) >= 2.01
 BuildRequires:  perl(File::Temp) >= 0.19
 BuildRequires:  perl(File::Which) >= 0.05
-#BuildRequires: perl(File::HomeDir)
-#BuildRequires: perl(File::HomeDir::Darwin)
-#BuildRequires: perl(File::HomeDir::Darwin::Cocoa)
-#BuildRequires: perl(File::HomeDir::Driver)
-#BuildRequires: perl(File::HomeDir::Test)
-#BuildRequires: perl(File::HomeDir::Unix)
-#BuildRequires: perl(inc::Module::Install) >= 1.06
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Mac::Files)
-#BuildRequires: perl(Mac::SystemDirectory)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(YAML::Tiny)
-Requires:   perl(File::Path) >= 2.01
+BuildRequires:  perl(Test::More) >= 0.9
+Requires:   perl(File::Path) >= 2.01
 Requires:   perl(File::Temp) >= 0.19
 Requires:   perl(File::Which) >= 0.05
 %{perl_requires}
@@ -63,9 +50,9 @@
 
 This module provides two main interfaces.
 
-The first is a modern the File::Spec manpage-style interface with a
-consistent OO API and different implementation modules to support various
-platforms. You are *strongly* recommended to use this interface.
+The first is a modern File::Spec-style interface with a consistent OO API
+and different implementation modules to support various platforms. You are
+*strongly* recommended to use this interface.
 
 The second interface is for legacy support of the original 0.07 interface
 that exported a 'home()' function by default and tied the '%~' variable.
@@ -96,6 +83,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE MYMETA.json README
+%doc Changes README.md
+%license LICENSE
 
 %changelog

++ File-HomeDir-1.00.tar.gz -> File-HomeDir-1.002.tar.gz ++
 3847 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make 

commit perl-Term-ReadKey for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package perl-Term-ReadKey for 
openSUSE:Factory checked in at 2017-10-02 16:42:44

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


Package is "perl-Term-ReadKey"

Mon Oct  2 16:42:44 2017 rev:11 rq:528475 version:2.37

Changes:

--- /work/SRC/openSUSE:Factory/perl-Term-ReadKey/perl-Term-ReadKey.changes  
2014-06-02 07:03:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Term-ReadKey.new/perl-Term-ReadKey.changes 
2017-10-02 16:42:48.902340939 +0200
@@ -1,0 +2,20 @@
+Sun Sep 24 06:47:38 UTC 2017 - co...@suse.com
+
+- update to 2.37
+   * Better support parallel builds by making 'dynamic' a dependency of the 
ReadKey.pm
+   * Add a package declaration to the ReadKey_pm.PL to aid indexing
+   * Use FULLPERLRUNINST to run the ReadKey_pm.PL to get the 'blib'
+   * Fix GetTerminalSize() argument handling
+   * Fix miniperl build on Win32
+   * Remove unused Cwd
+   * Fix TAP output
+   * Fix warnings in XS file
+   * Don't attempt some tests if STDIN is not a terminal
+   * Generate ReadKey.pm from  ReadKey_pm.PL to expand blockoptions
+   * demand-load Carp,
+   * remove unneeded AutoLoader,
+   * Improve genchars.pl, support make -s silence.
+   * Improve Makefile.PL add SIGN, fix pure_site_install, support dual-life, 
fix realclean
+
+
+---

Old:

  TermReadKey-2.32.tar.gz

New:

  TermReadKey-2.37.tar.gz



Other differences:
--
++ perl-Term-ReadKey.spec ++
--- /var/tmp/diff_new_pack.DI4yrx/_old  2017-10-02 16:42:49.430266716 +0200
+++ /var/tmp/diff_new_pack.DI4yrx/_new  2017-10-02 16:42:49.434266153 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Term-ReadKey
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Term-ReadKey
-Version:2.32
+Version:2.37
 Release:0
 Summary:Module for Simple Terminal Control
 License:GPL-1.0+ or Artistic-1.0
@@ -58,9 +58,6 @@
 make test
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc README

++ TermReadKey-2.32.tar.gz -> TermReadKey-2.37.tar.gz ++
 3835 lines of diff (skipped)