commit util-linux for openSUSE:Factory

2017-07-09 Thread root
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2017-07-09 20:29:39

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


Package is "util-linux"

Sun Jul  9 20:29:39 2017 rev:220 rq:509038 version:2.30

Changes:

--- /work/SRC/openSUSE:Factory/util-linux/python-libmount.changes   
2017-07-09 13:03:54.741524677 +0200
+++ /work/SRC/openSUSE:Factory/.util-linux.new/python-libmount.changes  
2017-07-09 20:29:43.820949209 +0200
@@ -2,5 +1,0 @@
-Mon Jul  3 12:38:36 UTC 2017 - sch...@suse.de
-
-- Make sure group tty is defined
-

util-linux-systemd.changes: same change
util-linux.changes: same change



Other differences:
--
++ python-libmount.spec ++
--- /var/tmp/diff_new_pack.n9siFn/_old  2017-07-09 20:29:45.432721558 +0200
+++ /var/tmp/diff_new_pack.n9siFn/_new  2017-07-09 20:29:45.436720993 +0200
@@ -163,9 +163,6 @@
 #
 %if %build_util_linux
 Supplements:filesystem(minix)
-%if 0%{?suse_version} >= 1330
-Requires:   group(tty)
-%endif
 Provides:   fsck-with-dev-lock = %{version}
 # bnc#651598:
 Provides:   util-linux(fake+no-canonicalize)

util-linux-systemd.spec: same change
++ util-linux.spec ++
--- /var/tmp/diff_new_pack.n9siFn/_old  2017-07-09 20:29:45.508710825 +0200
+++ /var/tmp/diff_new_pack.n9siFn/_new  2017-07-09 20:29:45.512710260 +0200
@@ -163,9 +163,6 @@
 #
 %if %build_util_linux
 Supplements:filesystem(minix)
-%if 0%{?suse_version} >= 1330
-Requires:   group(tty)
-%endif
 Provides:   fsck-with-dev-lock = %{version}
 # bnc#651598:
 Provides:   util-linux(fake+no-canonicalize)





commit kopano for openSUSE:Factory

2017-07-09 Thread root
Hello community,

here is the log from the commit of package kopano for openSUSE:Factory checked 
in at 2017-07-09 13:04:28

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


Package is "kopano"

Sun Jul  9 13:04:28 2017 rev:5 rq:508968 version:8.3.2

Changes:

--- /work/SRC/openSUSE:Factory/kopano/kopano.changes2017-05-06 
18:29:45.158370662 +0200
+++ /work/SRC/openSUSE:Factory/.kopano.new/kopano.changes   2017-07-09 
13:04:31.328363079 +0200
@@ -1,0 +2,20 @@
+Thu Jul  6 16:06:09 UTC 2017 - jeng...@inai.de
+
+- Update to new bugfix release 8.3.1
+  * inetmapi: do not force HTML when use_tnef is set
+to minimal [KC-664]
+  * spooler: avoid a use-after-free, and a deadlock after
+this failure [KC-588]
+  * server: avoid unchecked return value and unsigned
+underflow [KC-656]
+  * php: rework pointer value storing
+  * daemons: call initgroups when switching user and
+don't fall over [KC-684,KC-690]
+- Update to new bugfix release 8.3.2
+  * gateway: fix an IMAP protocol error [KC-668]
+Apple Mail/Alpine did not show mails with long encoded subjects
+  * common: restore ability to output crashdump [KC-630]
+  * inetmapi: avoid short allocation on group
+expansion [KC-388,KC-727]
+
+---

Old:

  kopano-bash-completion.sh
  kopanocore-8.3.0.tar.xz

New:

  kopanocore-8.3.2.tar.xz



Other differences:
--
++ kopano.spec ++
--- /var/tmp/diff_new_pack.kIItRu/_old  2017-07-09 13:04:33.484058958 +0200
+++ /var/tmp/diff_new_pack.kIItRu/_new  2017-07-09 13:04:33.488058394 +0200
@@ -17,17 +17,16 @@
 #
 
 
+%define version_unconverted 8.3.2
+
 Name:   kopano
-Version:8.3.0
+Version:8.3.2
 Release:0
-%define rversion 8.3.0
-%define revision 1042
 Summary:Collaboration software for professionals
 License:AGPL-3.0
 Group:  Productivity/Networking/Email/Servers
 Url:https://kopano.io/
 Source: kopanocore-%version.tar.xz
-Source2:kopano-bash-completion.sh
 Source3:%name-rpmlintrc
 Source4:build.collax
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,7 +42,7 @@
 BuildRequires:  libs3-devel
 BuildRequires:  libtool
 BuildRequires:  libuuid-devel
-BuildRequires:  libvmime-devel >= 0.9.2
+BuildRequires:  libvmime-devel >= 0.9.1.999
 BuildRequires:  libxml2-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  openldap2-devel
@@ -87,7 +86,7 @@
 BuildRequires:  pwdutils
 %endif
 %if "%_repository" == "RHEL_6" || "%_repository" == "RHEL_6_PHP_56"
-BuildRequires:  devtoolset-4-gcc-c++
+BuildRequires:  devtoolset-6-gcc-c++
 %endif
 %if "%{?_initddir}" == ""
%define _initddir %_initrddir
@@ -517,15 +516,14 @@
 echo Detected old RPM with broken _initddir
 %endif
 %setup -qn kopanocore-%version
-echo "rversion=%rversion revision=%revision"
 
 %build
 autoreconf -fi
 export CFLAGS="%optflags"
 export CXXFLAGS="$CFLAGS"
-if [ -x /opt/rh/devtoolset-4/root/usr/bin/gcc ]; then
-   export CC="/opt/rh/devtoolset-4/root/usr/bin/gcc"
-   export CXX="/opt/rh/devtoolset-4/root/usr/bin/g++"
+if [ -x /opt/rh/devtoolset-6/root/usr/bin/gcc ]; then
+   export CC="/opt/rh/devtoolset-6/root/usr/bin/gcc"
+   export CXX="/opt/rh/devtoolset-6/root/usr/bin/g++"
 fi
 export LDFLAGS="-Wl,-z -Wl,relro"
 %if 0%{?centos_version} == 600
@@ -549,9 +547,10 @@
--with-quotatemplate-prefix="%_sysconfdir/kopano/quotamail" \
--with-php-config="%phpconfig" \
--enable-epoll --enable-unicode \
-   --disable-static --enable-release
-echo "%rversion" >version #hot override
-echo "%revision" >revision
+   --disable-static --enable-release --enable-icu
+echo "%version" >version
+# Same as kopano.io
+echo "15" >revision
 make V=1 %{?_smp_mflags}
 
 %install
@@ -568,10 +567,6 @@
 mv "$b/%_sysconfdir/init.d"/* "$b/%_initddir/"
 %endif
 
-# completion
-mkdir -p "$b/%_sysconfdir/bash_completion.d"
-install -Dm0644 "%{S:2}" "$b/%_sysconfdir/bash_completion.d/"
-
 mkdir -p "$b/%_localstatedir/log/kopano"
 chmod 750 "$b/%_localstatedir/log/kopano"
 %find_lang kopano
@@ -1025,7 +1020,7 @@
 %_mandir/man*/kopano-search.*
 %attr(0750,kopano,kopano) %dir %_localstatedir/lib/kopano
 %attr(0750,kopano,kopano) %dir %_localstatedir/lib/kopano/search
-%attr(0750,kopano,kopano) %dir %_localstatedir/log/kopano
+%attr(0750,kopano,kopano) %dir %_localstatedir/log/kopano/
 %dir %_docdir/kopano
 %dir %_docdir/kopano/example-config
 %_docdir/kopano/example-config/search.cfg

++ PKGBUILD ++
--- /var/tmp/diff_new_pack.kIItRu/_old  2017-07-09 13:04:33.532052188 +0200
+++ /var/tmp/diff_new_pack.kIItRu/_new  2017-07-09 13:04:33.5320

commit libqt5-qtserialbus for openSUSE:Factory

2017-07-09 Thread root
Hello community,

here is the log from the commit of package libqt5-qtserialbus for 
openSUSE:Factory checked in at 2017-07-09 13:04:09

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


Package is "libqt5-qtserialbus"

Sun Jul  9 13:04:09 2017 rev:3 rq:507702 version:5.9.1

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtserialbus/libqt5-qtserialbus.changes
2017-06-17 10:22:16.209838040 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtserialbus.new/libqt5-qtserialbus.changes   
2017-07-09 13:04:10.659279033 +0200
@@ -1,0 +2,7 @@
+Sat Jul  1 08:15:26 UTC 2017 - lbeltr...@kde.org
+
+- Update to 5.9.1
+  * For more details please see:
+http://blog.qt.io/blog/2017/06/30/qt-5-9-1-released/
+
+---

Old:

  qtserialbus-opensource-src-5.9.0.tar.xz

New:

  qtserialbus-opensource-src-5.9.1.tar.xz



Other differences:
--
++ libqt5-qtserialbus.spec ++
--- /var/tmp/diff_new_pack.qq9V7u/_old  2017-07-09 13:04:11.351181420 +0200
+++ /var/tmp/diff_new_pack.qq9V7u/_new  2017-07-09 13:04:11.351181420 +0200
@@ -19,15 +19,15 @@
 %define qt5_snapshot 0
 
 Name:   libqt5-qtserialbus
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:Qt 5 Serial Bus Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:https://www.qt.io
 %define base_name libqt5
-%define real_version 5.9.0
-%define so_version 5.9.0
+%define real_version 5.9.1
+%define so_version 5.9.1
 %define tar_version qtserialbus-opensource-src-%{real_version}
 Source: 
https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
 Source1:baselibs.conf

++ qtserialbus-opensource-src-5.9.0.tar.xz -> 
qtserialbus-opensource-src-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialbus-opensource-src-5.9.0/.qmake.conf 
new/qtserialbus-opensource-src-5.9.1/.qmake.conf
--- old/qtserialbus-opensource-src-5.9.0/.qmake.conf2017-05-12 
14:45:02.0 +0200
+++ new/qtserialbus-opensource-src-5.9.1/.qmake.conf2017-06-22 
13:47:04.0 +0200
@@ -2,4 +2,4 @@
 CONFIG += warning_clean
 DEFINES += QT_NO_FOREACH
 
-MODULE_VERSION = 5.9.0
+MODULE_VERSION = 5.9.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialbus-opensource-src-5.9.0/.tag 
new/qtserialbus-opensource-src-5.9.1/.tag
--- old/qtserialbus-opensource-src-5.9.0/.tag   2017-05-12 14:45:02.0 
+0200
+++ new/qtserialbus-opensource-src-5.9.1/.tag   2017-06-22 13:47:04.0 
+0200
@@ -1 +1 @@
-20811e3b004af817e3f02982c755e8b1560b8c3d
+03470806dddcfed7249ad2bffb0940e29eea4b5a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialbus-opensource-src-5.9.0/dist/changes-5.9.1 
new/qtserialbus-opensource-src-5.9.1/dist/changes-5.9.1
--- old/qtserialbus-opensource-src-5.9.0/dist/changes-5.9.1 1970-01-01 
01:00:00.0 +0100
+++ new/qtserialbus-opensource-src-5.9.1/dist/changes-5.9.1 2017-06-22 
13:47:04.0 +0200
@@ -0,0 +1,30 @@
+Qt 5.9.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.9.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.9 series is binary compatible with the 5.8.x series.
+Applications compiled for 5.8 will continue to run with 5.9.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+
+*  Library *
+
+
+QCanBus
+---
+
+ - Added a menu to open plugins online documentation to the CAN Example.
+ - Updated the documentation with runtime requirements for the various CAN 
plugins.
+ - PeakCAN: Updated the supported channels documentation. It supports up to
+   16 USB and 16 PCI CAN channels since 5.9.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-opensource-src-5.9.0/examples/serialbus/can/mainwindow.cpp 
new/qtserialbus-opensource-src-5.9.1/examples/se

commit filezilla for openSUSE:Factory

2017-07-09 Thread root
Hello community,

here is the log from the commit of package filezilla for openSUSE:Factory 
checked in at 2017-07-09 13:04:18

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


Package is "filezilla"

Sun Jul  9 13:04:18 2017 rev:56 rq:508938 version:3.26.2

Changes:

--- /work/SRC/openSUSE:Factory/filezilla/filezilla.changes  2017-05-03 
15:58:12.359621164 +0200
+++ /work/SRC/openSUSE:Factory/.filezilla.new/filezilla.changes 2017-07-09 
13:04:19.654010074 +0200
@@ -1,0 +2,36 @@
+Thu Jun 15 18:28:30 UTC 2017 - ec...@opensuse.org
+
+- update to 3.26.2
+  * Bugfixes and minor changes:
+- Fixed crash if using master passwords and decrypting very 
+  long passwords
+
+---
+Sun Jun  4 07:59:45 UTC 2017 - ec...@opensuse.org
+
+- update to 3.26.1
+  * Bugfixes and minor changes:
+- Fixed crash if changing password settings and the 
+  Site Manager contains subdirectories
+- *nix: Fixed saving of sites having more than one 
+  site-specific bookmark
+
+- update to 3.26.0
+  * Bugfixes and minor changes:
+- When changing or removing the master password, update 
+  protected credentials of server items in the transfer queue
+- Fix display of remember checkbox when showing the password 
+  entry dialog for sites that have no username set and are 
+  using the "Ask" logon type
+- Some icons were missing in the Windows .zip binary archive
+
+- update to 3.26.0-rc1
+  * New features:
+- Passwords can now be stored encrypted, protected with 
+  a master password
+- Building and running FileZilla now depends on 
+  libfilezilla >= 0.9.2 (https://lib.filezilla-project.org/).
+- Building and running FileZilla now depends on 
+  wxWidgets >= 3.0.3
+
+---

Old:

  FileZilla_3.25.2_src.tar.bz2

New:

  FileZilla_3.26.2_src.tar.bz2



Other differences:
--
++ filezilla.spec ++
--- /var/tmp/diff_new_pack.BSkN03/_old  2017-07-09 13:04:20.501890457 +0200
+++ /var/tmp/diff_new_pack.BSkN03/_new  2017-07-09 13:04:20.505889892 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   filezilla
-Version:3.25.2
+Version:3.26.2
 Release:0
 Summary:A GUI FTP and SFTP Client
 License:GPL-2.0+
@@ -36,13 +36,13 @@
 # needs long long support in pugixml
 BuildRequires:  pugixml-devel >= 1.7
 BuildRequires:  update-desktop-files
-BuildRequires:  wxWidgets-3_0-devel >= 3.0.2
+BuildRequires:  wxWidgets-3_0-devel >= 3.0.3
 BuildRequires:  xdg-utils
 BuildRequires:  pkgconfig(cppunit)
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gnutls) >= 3.4.15
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libfilezilla) >= 0.8.0
+BuildRequires:  pkgconfig(libfilezilla) >= 0.9.2
 BuildRequires:  pkgconfig(libidn)
 BuildRequires:  pkgconfig(nettle) >= 3.1
 # filezilla-team use BuildRequires:  pkgconfig(sqlite3) >= 3.11.1

++ FileZilla_3.25.2_src.tar.bz2 -> FileZilla_3.26.2_src.tar.bz2 ++
 114305 lines of diff (skipped)




commit libkcapi for openSUSE:Factory

2017-07-09 Thread root
Hello community,

here is the log from the commit of package libkcapi for openSUSE:Factory 
checked in at 2017-07-09 13:04:23

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


Package is "libkcapi"

Sun Jul  9 13:04:23 2017 rev:2 rq:508954 version:0.13.0

Changes:

--- /work/SRC/openSUSE:Factory/libkcapi/libkcapi.changes2017-07-06 
00:01:50.087525002 +0200
+++ /work/SRC/openSUSE:Factory/.libkcapi.new/libkcapi.changes   2017-07-09 
13:04:25.745150748 +0200
@@ -1,0 +2,6 @@
+Sat Jul  8 14:04:41 UTC 2017 - bwiedem...@suse.com
+
+- Add reproduciblesort.patch to always link .o files in the same order and
+- Add reproducibledate.patch to not add current time to man-pages to fix 
build-compare
+
+---

New:

  reproducibledate.patch
  reproduciblesort.patch



Other differences:
--
++ libkcapi.spec ++
--- /var/tmp/diff_new_pack.xGFzev/_old  2017-07-09 13:04:26.353064984 +0200
+++ /var/tmp/diff_new_pack.xGFzev/_new  2017-07-09 13:04:26.357064420 +0200
@@ -26,6 +26,10 @@
 #Source:   
https://github.com/smuellerDD/libkcapi/archive/v0.13.0.zip
 Source: libkcapi-0.13.0.tar.bz2
 Patch0:libkcapi-use-external-fipshmac.patch
+# PATCH-FIX-UPSTREAM rewritten upstream in 
https://github.com/smuellerDD/libkcapi/commit/0e7b2b0300782
+Patch1: reproduciblesort.patch
+# PATCH-FIX-UPSTREAM https://github.com/smuellerDD/libkcapi/pull/12
+Patch2: reproducibledate.patch
 BuildRequires:  docbook-utils xmlto
 BuildRequires:  fipscheck
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -73,6 +77,8 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 cd lib

++ reproducibledate.patch ++
commit fb7b152478b28d998c781f1ad924675b85c314db
Author: Bernhard M. Wiedemann 
Date:   Sat Jul 8 15:32:36 2017 +0200

Allow to override build date

in order to allow for reproducible builds.
See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.

Also use gmtime instead of localtime to be independent of timezone.

diff --git a/lib/doc/bin/kernel-doc b/lib/doc/bin/kernel-doc
index 0c8bf6a..2851162 100755
--- a/lib/doc/bin/kernel-doc
+++ b/lib/doc/bin/kernel-doc
@@ -253,10 +253,11 @@ my %highlights = %highlights_man;
 my $blankline = $blankline_man;
 my $modulename = "Kernel API";
 my $function_only = 0;
+my $build_date = $ENV{SOURCE_DATE_EPOCH} || time;
 my $man_date = ('January', 'February', 'March', 'April', 'May', 'June',
'July', 'August', 'September', 'October',
-   'November', 'December')[(localtime)[4]] .
-  " " . ((localtime)[5]+1900);
+   'November', 'December')[(gmtime($build_date))[4]] .
+  " " . ((gmtime($build_date))[5]+1900);
 my $show_not_found = 0;
 
 # Essentially these are globals.
++ reproduciblesort.patch ++
Index: libkcapi-0.13.0/lib/Makefile
===
--- libkcapi-0.13.0.orig/lib/Makefile
+++ libkcapi-0.13.0/lib/Makefile
@@ -100,7 +100,7 @@ LIBNAME := lib$(NAME).so.$(LIBVERSION)
 # Define files to be compiled
 #
 ###
-C_SRCS := $(wildcard *.c)
+C_SRCS := $(sort $(wildcard *.c))
 C_OBJS := ${C_SRCS:.c=.o}
 OBJS := $(C_OBJS)
 
Index: libkcapi-0.13.0/apps/Makefile
===
--- libkcapi-0.13.0.orig/apps/Makefile
+++ libkcapi-0.13.0/apps/Makefile
@@ -9,7 +9,7 @@ CFLAGS +=-D_FORTIFY_SOURCE=2 -fwrapv --p
 LDFLAGS +=-Wl,-z,relro,-z,now
 
 NAME := kcapi-hasher
-C_SRCS := $(wildcard *.c) $(wildcard ../lib/*.c)
+C_SRCS := $(sort $(wildcard *.c) $(wildcard ../lib/*.c))
 C_OBJS := ${C_SRCS:.c=.o}
 C_ASM := ${C_SRCS:.c=.s}
 OBJS := $(C_OBJS)



commit libfilezilla for openSUSE:Factory

2017-07-09 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2017-07-09 13:04:20

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


Package is "libfilezilla"

Sun Jul  9 13:04:20 2017 rev:11 rq:508948 version:0.9.2

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2017-02-25 00:54:09.882890417 +0100
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2017-07-09 13:04:23.797425530 +0200
@@ -1,0 +2,13 @@
+Sun Jun  4 08:04:34 UTC 2017 - ec...@opensuse.org
+
+- update to 0.9.2
+  * New features:
+- Added fz::random_bytes to obtain a vector of the passed size 
+  of uniformly distributed random bytes
+- Added fz::ltrim and fz::rtim
+- Added parameter to trim functions which characters to trim
+- It is now possible to detach threads from async_task
+- add patch libfilezilla-fix_undefined_reference.patch to prevent
+  build error in filezilla
+
+---

Old:

  libfilezilla-0.9.1.tar.bz2

New:

  libfilezilla-0.9.2.tar.bz2
  libfilezilla-fix_undefined_reference.patch



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.6Zv52Y/_old  2017-07-09 13:04:24.377343715 +0200
+++ /var/tmp/diff_new_pack.6Zv52Y/_new  2017-07-09 13:04:24.381343152 +0200
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.9.1
+Version:0.9.2
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0+
@@ -28,7 +28,8 @@
 Url:https://lib.filezilla-project.org/
 Source0:
http://download.filezilla-project.org/libfilezilla/%{name}-%{version}.tar.bz2
 Source1:COPYING
-Patch0: libfilezilla-date-time.patch
+Patch0: %{name}-date-time.patch
+Patch1: %{name}-fix_undefined_reference.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  doxygen
@@ -88,6 +89,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 #copy in up to date GPL-2.0 license.
 cp -v %{SOURCE1} .
 

++ libfilezilla-0.9.1.tar.bz2 -> libfilezilla-0.9.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.9.1/NEWS new/libfilezilla-0.9.2/NEWS
--- old/libfilezilla-0.9.1/NEWS 2017-02-20 23:08:47.0 +0100
+++ new/libfilezilla-0.9.2/NEWS 2017-05-25 20:35:14.0 +0200
@@ -1,3 +1,10 @@
+0.9.2 (2017-05-25)
+
++ Added fz::random_bytes to obtain a vector of the passed size of uniformly 
distributed random bytes
++ Added fz::ltrim and fz::rtim
++ Added parameter to trim functions which characters to trim
++ It is now possible to detach threads from async_task
+
 0.9.1 (2017-02-20)
 
 + Added a small helper function to fz::file to get the current position in the 
file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.9.1/configure 
new/libfilezilla-0.9.2/configure
--- old/libfilezilla-0.9.1/configure2017-02-20 23:10:00.0 +0100
+++ new/libfilezilla-0.9.2/configure2017-05-25 20:35:21.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.9.1.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.9.2.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.9.1'
-PACKAGE_STRING='libfilezilla 0.9.1'
+PACKAGE_VERSION='0.9.2'
+PACKAGE_STRING='libfilezilla 0.9.2'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1396,7 +1396,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 libfilezilla 0.9.1 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.9.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1466,7 +1466,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.9.1:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.9.2:";;
esac
   cat <<\_ACEOF
 
@@ -1591,7 +1591,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libfilezilla configure 0.9.1
+libfilezilla configure 0.9.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Fo

commit txt2man for openSUSE:Factory

2017-07-09 Thread root
Hello community,

here is the log from the commit of package txt2man for openSUSE:Factory checked 
in at 2017-07-09 13:04:25

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


Package is "txt2man"

Sun Jul  9 13:04:25 2017 rev:2 rq:508964 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/txt2man/txt2man.changes  2015-08-03 
17:21:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.txt2man.new/txt2man.changes 2017-07-09 
13:04:27.956838727 +0200
@@ -1,0 +2,12 @@
+Sat Jul  8 14:26:34 UTC 2017 - bwiedem...@suse.com
+
+- Update to 1.6.0
+  * txt2man: Format date with C locale (by @Vogtinator)
+  * txt2man: Do not overwrite manually specified release with
+autoprobe (by @Vogtinator)
+  * txt2man: man page spelling fixes (by @eribertomota)
+  * bookman: Fix bashisms (by @eribertomota)
+  * bookman, src2man, txt2man: support timestamps from environment
+(by @reinerh) (boo#1047218)
+
+---

Old:

  txt2man-1.5.6.tar.gz

New:

  txt2man-1.6.0.tar.gz



Other differences:
--
++ txt2man.spec ++
--- /var/tmp/diff_new_pack.8C6VOU/_old  2017-07-09 13:04:28.676737165 +0200
+++ /var/tmp/diff_new_pack.8C6VOU/_new  2017-07-09 13:04:28.676737165 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   txt2man
-Version:1.5.6
+Version:1.6.0
 Release:0
 Summary:Convert Flat ASCII Text to man Page Format
 License:GPL-2.0+
 Group:  Development/Tools/Doc Generators
-Url:http://mvertes.free.fr/
-Source0:http://mvertes.free.fr/download/%{name}-%{version}.tar.gz
+Url:https://github.com/mvertes/txt2man
+Source0:
https://github.com/mvertes/txt2man/archive/%{name}-%{version}.tar.gz
 Requires:   gawk
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -33,7 +33,7 @@
 script using gnu awk, that should run on any Unix like system.
 
 %prep
-%setup -q
+%setup -q -n txt2man-txt2man-1.6.0
 
 %build
 

++ txt2man-1.5.6.tar.gz -> txt2man-1.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/txt2man-1.5.6/Changelog 
new/txt2man-txt2man-1.6.0/Changelog
--- old/txt2man-1.5.6/Changelog 2011-03-17 00:06:07.0 +0100
+++ new/txt2man-txt2man-1.6.0/Changelog 2016-08-15 15:46:03.0 +0200
@@ -1,3 +1,13 @@
+txt2man-1.6.0  15-aug-2016
+
+* txt2man: Format date with C locale (by @Vogtinator)
+* txt2man: Do not overwrite manually specified release with
+  autoprobe (by @Vogtinator)
+* txt2man: man page spelling fixes (by @eribertomota)
+* bookman: Fix bashisms (by @eribertomota)
+* bookman, src2man, txt2man: support timestamps from environment
+  (by @reinerh)
+
 txt2man-1.5.6  16-mar-2011
 
 * txt2man: Better control of 3 letters regexp, by Robin Cornelius.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/txt2man-1.5.6/Makefile 
new/txt2man-txt2man-1.6.0/Makefile
--- old/txt2man-1.5.6/Makefile  2011-03-16 22:45:13.0 +0100
+++ new/txt2man-txt2man-1.6.0/Makefile  2016-08-15 15:46:03.0 +0200
@@ -1,15 +1,15 @@
 # Makefile
 prefix ?= /usr/local
-version = txt2man-1.5.6
+version = txt2man-1.6.0
 BIN = src2man bookman txt2man
 MAN1 = src2man.1 txt2man.1 bookman.1
 
 all: $(MAN1)
 
 install: $(MAN1)
-   mkdir -p $(prefix)/bin $(prefix)/man/man1
+   mkdir -p $(prefix)/bin $(prefix)/share/man/man1
cp $(BIN) $(prefix)/bin/
-   cp $(MAN1) $(prefix)/man/man1
+   cp $(MAN1) $(prefix)/share/man/man1
 
 clean:
rm -f *.1 *.txt *.ps *.pdf *.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/txt2man-1.5.6/bookman 
new/txt2man-txt2man-1.6.0/bookman
--- old/txt2man-1.5.6/bookman   2011-02-18 19:12:35.0 +0100
+++ new/txt2man-txt2man-1.6.0/bookman   2016-08-15 15:46:03.0 +0200
@@ -45,11 +45,14 @@
   -c coverfile Uses the file coverfile to generate the cover page,
i.e. all pages preceding the table of content. coverfile
must be in groff_ms(7) format.
+ENVIRONMENT
+  SOURCE_DATE_EPOCH  Unix timestamp that is used for date in header instead
+ of current date.
 
 EXAMPLE
   To build a reference manual from section 2 man, do:
 
-$ cd /usr/man/man2
+$ cd /usr/share/man/man2
 $ bookman -p -t 'Unix Reference Manual' * >book.pdf
 
 SEE ALSO
@@ -81,11 +84,14 @@
esac
 done
 shift $(($OPTIND - 1))
+if [ -n "$SOURCE_DATE_EPOCH" ]; then
+  date=$(LC_ALL=C date -u -d "@$SOURCE_DATE_EPOCH" +'%d %B %Y')
+fi
 date=${date:-$(date +'%d %B %Y')}
 
-[[ $1 ]] || set -- $(while read; do echo $REPLY; done)
+

commit aqbanking for openSUSE:Factory

2017-07-09 Thread root
Hello community,

here is the log from the commit of package aqbanking for openSUSE:Factory 
checked in at 2017-07-09 13:04:21

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


Package is "aqbanking"

Sun Jul  9 13:04:21 2017 rev:72 rq:508952 version:5.7.6beta

Changes:

--- /work/SRC/openSUSE:Factory/aqbanking/aqbanking.changes  2017-06-29 
15:13:27.095165581 +0200
+++ /work/SRC/openSUSE:Factory/.aqbanking.new/aqbanking.changes 2017-07-09 
13:04:24.881272623 +0200
@@ -1,0 +2,5 @@
+Sun Jul  2 07:55:25 UTC 2017 - bwiedem...@suse.com
+
+- override build date to make build reproducible and fix build-compare
+
+---



Other differences:
--
++ aqbanking.spec ++
--- /var/tmp/diff_new_pack.q5KGXW/_old  2017-07-09 13:04:25.493186295 +0200
+++ /var/tmp/diff_new_pack.q5KGXW/_new  2017-07-09 13:04:25.493186295 +0200
@@ -169,8 +169,9 @@
 # quick fix for $CPP being unset and configure failing to handle include dirs 
properly
 CPP=`which cpp`
 export CPP
+[ -n "$SOURCE_DATE_EPOCH" ] && 
builddate=--with-build-datetime=@$SOURCE_DATE_EPOCH
 %configure\
-   --enable-release \
+   --enable-release $builddate \
--with-backends="$BACKEND_LIST"  \
--enable-full-doc \
--with-qt4-libs=%{_libdir} \




commit libqt5-qt3d for openSUSE:Factory

2017-07-09 Thread root
Hello community,

here is the log from the commit of package libqt5-qt3d for openSUSE:Factory 
checked in at 2017-07-09 13:04:05

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


Package is "libqt5-qt3d"

Sun Jul  9 13:04:05 2017 rev:7 rq:507681 version:5.9.1

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qt3d/libqt5-qt3d.changes  2017-06-17 
10:22:11.126555114 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qt3d.new/libqt5-qt3d.changes 
2017-07-09 13:04:06.367884454 +0200
@@ -1,0 +2,7 @@
+Sat Jul  1 08:08:16 UTC 2017 - lbeltr...@kde.org
+
+- Update to 5.9.1
+  * For more details please see:
+http://blog.qt.io/blog/2017/06/30/qt-5-9-1-released/
+
+---

Old:

  qt3d-opensource-src-5.9.0.tar.xz

New:

  qt3d-opensource-src-5.9.1.tar.xz



Other differences:
--
++ libqt5-qt3d.spec ++
--- /var/tmp/diff_new_pack.jY4PA0/_old  2017-07-09 13:04:08.807540272 +0200
+++ /var/tmp/diff_new_pack.jY4PA0/_new  2017-07-09 13:04:08.811539708 +0200
@@ -21,15 +21,15 @@
 %define libname libQt53DCore5
 
 Name:   libqt5-qt3d
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:Qt 5 3D Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:https://www.qt.io
 %define base_name libqt5
-%define real_version 5.9.0
-%define so_version 5.9.0
+%define real_version 5.9.1
+%define so_version 5.9.1
 %define tar_version qt3d-opensource-src-%{real_version}
 Source: 
https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
 Source1:baselibs.conf

++ qt3d-opensource-src-5.9.0.tar.xz -> qt3d-opensource-src-5.9.1.tar.xz 
++
/work/SRC/openSUSE:Factory/libqt5-qt3d/qt3d-opensource-src-5.9.0.tar.xz 
/work/SRC/openSUSE:Factory/.libqt5-qt3d.new/qt3d-opensource-src-5.9.1.tar.xz 
differ: char 26, line 1




commit libqt5-qtcanvas3d for openSUSE:Factory

2017-07-09 Thread root
Hello community,

here is the log from the commit of package libqt5-qtcanvas3d for 
openSUSE:Factory checked in at 2017-07-09 13:04:07

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


Package is "libqt5-qtcanvas3d"

Sun Jul  9 13:04:07 2017 rev:3 rq:507683 version:5.9.1

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtcanvas3d/libqt5-qtcanvas3d.changes  
2017-06-17 10:22:01.263946380 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtcanvas3d.new/libqt5-qtcanvas3d.changes 
2017-07-09 13:04:09.111497390 +0200
@@ -1,0 +2,7 @@
+Sat Jul  1 08:08:36 UTC 2017 - lbeltr...@kde.org
+
+- Update to 5.9.1
+  * For more details please see:
+http://blog.qt.io/blog/2017/06/30/qt-5-9-1-released/
+
+---

Old:

  qtcanvas3d-opensource-src-5.9.0.tar.xz

New:

  qtcanvas3d-opensource-src-5.9.1.tar.xz



Other differences:
--
++ libqt5-qtcanvas3d.spec ++
--- /var/tmp/diff_new_pack.zhuZr8/_old  2017-07-09 13:04:10.415313451 +0200
+++ /var/tmp/diff_new_pack.zhuZr8/_new  2017-07-09 13:04:10.419312887 +0200
@@ -20,15 +20,15 @@
 %define libname libQt5Canvas3D5
 
 Name:   libqt5-qtcanvas3d
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:Qt 5 Canvas3D Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:https://www.qt.io
 %define base_name libqt5
-%define real_version 5.9.0
-%define so_version 5.9.0
+%define real_version 5.9.1
+%define so_version 5.9.1
 %define tar_version qtcanvas3d-opensource-src-%{real_version}
 Source: 
https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
 BuildRequires:  fdupes

++ qtcanvas3d-opensource-src-5.9.0.tar.xz -> 
qtcanvas3d-opensource-src-5.9.1.tar.xz ++
/work/SRC/openSUSE:Factory/libqt5-qtcanvas3d/qtcanvas3d-opensource-src-5.9.0.tar.xz
 
/work/SRC/openSUSE:Factory/.libqt5-qtcanvas3d.new/qtcanvas3d-opensource-src-5.9.1.tar.xz
 differ: char 26, line 1




commit libqt5-qtdatavis3d for openSUSE:Factory

2017-07-09 Thread root
Hello community,

here is the log from the commit of package libqt5-qtdatavis3d for 
openSUSE:Factory checked in at 2017-07-09 13:04:12

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


Package is "libqt5-qtdatavis3d"

Sun Jul  9 13:04:12 2017 rev:3 rq:507996 version:5.9.1

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtdatavis3d/libqt5-qtdatavis3d.changes
2017-06-17 10:22:02.731739326 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtdatavis3d.new/libqt5-qtdatavis3d.changes   
2017-07-09 13:04:12.419030770 +0200
@@ -1,0 +2,7 @@
+Tue Jul  4 07:33:18 UTC 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * For more details please see:
+http://blog.qt.io/blog/2017/06/30/qt-5-9-1-released/
+
+---

Old:

  qtdatavis3d-opensource-src-5.9.0.tar.xz

New:

  qtdatavis3d-opensource-src-5.9.1.tar.xz



Other differences:
--
++ libqt5-qtdatavis3d.spec ++
--- /var/tmp/diff_new_pack.rPeGuk/_old  2017-07-09 13:04:13.442886327 +0200
+++ /var/tmp/diff_new_pack.rPeGuk/_new  2017-07-09 13:04:13.446885763 +0200
@@ -21,15 +21,15 @@
 %define libname libQt5DataVisualization5
 
 Name:   libqt5-qtdatavis3d
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:Qt5 Data Visualization 3D
 License:GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://doc.qt.io/qt-5/qtdatavisualization-index.html
 %define base_name libqt5
-%define real_version 5.9.0
-%define so_version 5.9.0
+%define real_version 5.9.1
+%define so_version 5.9.1
 %define tar_version qtdatavis3d-opensource-src-%{real_version}
 Source: 
https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
 BuildRequires:  libqt5-qtdeclarative-devel >= %{version}

++ qtdatavis3d-opensource-src-5.9.0.tar.xz -> 
qtdatavis3d-opensource-src-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtdatavis3d-opensource-src-5.9.0/.qmake.conf 
new/qtdatavis3d-opensource-src-5.9.1/.qmake.conf
--- old/qtdatavis3d-opensource-src-5.9.0/.qmake.conf2017-05-17 
14:07:11.0 +0200
+++ new/qtdatavis3d-opensource-src-5.9.1/.qmake.conf2017-06-23 
08:36:37.0 +0200
@@ -1,5 +1,5 @@
 load(qt_build_config)
 
-MODULE_VERSION = 5.9.0
+MODULE_VERSION = 5.9.1
 CONFIG += warning_clean
 CMAKE_MODULE_TESTS=-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtdatavis3d-opensource-src-5.9.0/.tag 
new/qtdatavis3d-opensource-src-5.9.1/.tag
--- old/qtdatavis3d-opensource-src-5.9.0/.tag   2017-05-17 14:07:11.0 
+0200
+++ new/qtdatavis3d-opensource-src-5.9.1/.tag   2017-06-23 08:36:37.0 
+0200
@@ -1 +1 @@
-84490ff75be5acdaeb3fd93900e4ebf7ba8f539b
+8c6db2a9e8e392cf4408278169250334a042d522
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtdatavis3d-opensource-src-5.9.0/dist/changes-5.9.1 
new/qtdatavis3d-opensource-src-5.9.1/dist/changes-5.9.1
--- old/qtdatavis3d-opensource-src-5.9.0/dist/changes-5.9.1 1970-01-01 
01:00:00.0 +0100
+++ new/qtdatavis3d-opensource-src-5.9.1/dist/changes-5.9.1 2017-06-23 
08:36:37.0 +0200
@@ -0,0 +1,24 @@
+Qt 5.9.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.9.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.9 series is binary compatible with the 5.8.x series.
+Applications compiled for 5.8 will continue to run with 5.9.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+
+*  Library *
+
+
+ - This release contains only minor code improvements.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtdatavis3d-opensource-src-5.9.0/include/QtDataVisualization/5.9.0/QtDataVisualization/private/abstract3dcontroller_p.h
 
new/qtdatavis3d-opensource-src-5.9.1/include/QtDataVisualization/5.9.0/QtDataVisualization/private/abstract3dcontroller_p.h
--- 
old/qtdatavis3d-opensource-src-5.9.0/include/QtDataVi

commit afl for openSUSE:Factory

2017-07-09 Thread root
Hello community,

here is the log from the commit of package afl for openSUSE:Factory checked in 
at 2017-07-09 13:04:16

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


Package is "afl"

Sun Jul  9 13:04:16 2017 rev:35 rq:508930 version:2.45b

Changes:

--- /work/SRC/openSUSE:Factory/afl/afl.changes  2017-07-04 09:11:17.918979025 
+0200
+++ /work/SRC/openSUSE:Factory/.afl.new/afl.changes 2017-07-09 
13:04:18.118226739 +0200
@@ -1,0 +2,9 @@
+Fri Jul  7 14:59:31 UTC 2017 - meiss...@suse.com
+
+- update to 2.45b:
+  - Added strstr, strcasestr support to libtokencap. Contributed by
+Daniel Hodson.
+  - Fixed a resumption offset glitch spotted by Jakub Wilk.
+  - There are definitely no bugs in afl-showmap -c now.
+
+---

Old:

  afl-2.44b.tgz

New:

  afl-2.45b.tgz



Other differences:
--
++ afl.spec ++
--- /var/tmp/diff_new_pack.gQatZh/_old  2017-07-09 13:04:18.726140976 +0200
+++ /var/tmp/diff_new_pack.gQatZh/_new  2017-07-09 13:04:18.730140412 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   afl
-Version:2.44b
+Version:2.45b
 Release:0
 Summary:American fuzzy lop is a security-oriented fuzzer
 License:Apache-2.0

++ afl-2.44b.tgz -> afl-2.45b.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/afl-2.44b/afl-fuzz.c new/afl-2.45b/afl-fuzz.c
--- old/afl-2.44b/afl-fuzz.c2017-06-16 20:01:29.0 +0200
+++ new/afl-2.45b/afl-fuzz.c2017-07-01 03:55:06.0 +0200
@@ -3310,10 +3310,10 @@
   i = read(fd, tmp, sizeof(tmp) - 1); (void)i; /* Ignore errors */
   close(fd);
 
-  off = strstr(tmp, "cur_path   : ");
+  off = strstr(tmp, "cur_path  : ");
   if (!off) return 0;
 
-  ret = atoi(off + 17);
+  ret = atoi(off + 20);
   if (ret >= queued_paths) ret = 0;
   return ret;
 
@@ -3401,7 +3401,7 @@
  "paths_found   : %u\n"
  "paths_imported: %u\n"
  "max_depth : %u\n"
- "cur_path  : %u\n"
+ "cur_path  : %u\n" /* Must match find_start_position() */
  "pending_favs  : %u\n"
  "pending_total : %u\n"
  "variable_paths: %u\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/afl-2.44b/afl-gcc.c new/afl-2.45b/afl-gcc.c
--- old/afl-2.44b/afl-gcc.c 2017-01-13 22:10:12.0 +0100
+++ new/afl-2.45b/afl-gcc.c 2017-06-28 19:25:22.0 +0200
@@ -287,6 +287,8 @@
 cc_params[cc_par_cnt++] = "-fno-builtin-strcasecmp";
 cc_params[cc_par_cnt++] = "-fno-builtin-strncasecmp";
 cc_params[cc_par_cnt++] = "-fno-builtin-memcmp";
+cc_params[cc_par_cnt++] = "-fno-builtin-strstr";
+cc_params[cc_par_cnt++] = "-fno-builtin-strcasestr";
 
   }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/afl-2.44b/afl-showmap.c new/afl-2.45b/afl-showmap.c
--- old/afl-2.44b/afl-showmap.c 2017-06-28 09:04:47.0 +0200
+++ new/afl-2.45b/afl-showmap.c 2017-07-04 22:46:53.0 +0200
@@ -286,7 +286,7 @@
 
 }
 
-if (keep_cores) r.rlim_max = r.rlim_cur = 0;
+if (!keep_cores) r.rlim_max = r.rlim_cur = 0;
 else r.rlim_max = r.rlim_cur = RLIM_INFINITY;
 
 setrlimit(RLIMIT_CORE, &r); /* Ignore errors */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/afl-2.44b/config.h new/afl-2.45b/config.h
--- old/afl-2.44b/config.h  2017-06-28 09:14:52.0 +0200
+++ new/afl-2.45b/config.h  2017-07-04 22:47:24.0 +0200
@@ -21,7 +21,7 @@
 
 /* Version string: */
 
-#define VERSION "2.44b"
+#define VERSION "2.45b"
 
 /**
  **
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/afl-2.44b/docs/ChangeLog new/afl-2.45b/docs/ChangeLog
--- old/afl-2.44b/docs/ChangeLog2017-06-28 09:11:54.0 +0200
+++ new/afl-2.45b/docs/ChangeLog2017-07-04 22:47:17.0 +0200
@@ -17,6 +17,17 @@
 to get on with the times.
 
 --
+Version 2.45b:
+--
+
+  - Added strstr, strcasestr support to libtokencap. Contributed by
+Daniel Hodson.
+
+  - Fixed a resumption offset glitch spotted by Jakub Wilk.
+
+  - There are definitely no bugs in afl-showmap -c now.
+
+--
 Version 2.44b:
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/afl-2.44b/docs/README new/afl-2.45b/docs/READM

commit wine for openSUSE:Factory

2017-07-09 Thread root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2017-07-09 13:04:13

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


Package is "wine"

Sun Jul  9 13:04:13 2017 rev:227 rq:508929 version:2.12

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2017-07-04 
09:09:37.825054299 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2017-07-09 
13:04:15.490597440 +0200
@@ -1,0 +2,11 @@
+Sat Jul  8 09:46:14 UTC 2017 - meiss...@suse.com
+
+- Update to 2.12 development snapshot
+  - Audio driver for Android.
+  - Some performance improvements with async I/O.
+  - More RegEdit file parser improvements.
+  - Beginnings for MSI user interface support.
+  - Various bug fixes.
+- updated winetricks
+
+---

Old:

  wine-2.11.tar.xz
  wine-2.11.tar.xz.sign

New:

  wine-2.12.tar.xz
  wine-2.12.tar.xz.sign



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.n4KDn8/_old  2017-07-09 13:04:16.774416321 +0200
+++ /var/tmp/diff_new_pack.n4KDn8/_new  2017-07-09 13:04:16.778415757 +0200
@@ -61,8 +61,8 @@
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
 BuildRequires:  pkgconfig(libudev)
-%define realver 2.11
-Version:2.11
+%define realver 2.12
+Version:2.12
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+

++ wine-2.11.tar.xz -> wine-2.12.tar.xz ++
/work/SRC/openSUSE:Factory/wine/wine-2.11.tar.xz 
/work/SRC/openSUSE:Factory/.wine.new/wine-2.12.tar.xz differ: char 26, line 1


++ winetricks ++
--- /var/tmp/diff_new_pack.n4KDn8/_old  2017-07-09 13:04:16.922395445 +0200
+++ /var/tmp/diff_new_pack.n4KDn8/_new  2017-07-09 13:04:16.926394881 +0200
@@ -548,6 +548,14 @@
 unset _W_keyfile _W_keymsg _W_nokeymsg
 }
 
+w_verify_cabextract_available()
+{
+# If verb_a requires verb_b, then verba will fail when the dependency for 
verb_b is installed
+# This should be called by verb_a, to give a proper warning
+
+w_try_cabextract -q -v
+}
+
 # Convert a Windows path to a Unix path quickly.
 # $1 is an absolute Windows path starting with c:\ or C:/
 # with no funny business, so we can use the simplest possible
@@ -6809,8 +6817,7 @@
 *) w_warn "dotnet35 does not yet fully work or install on wine.  
Caveat emptor." ;;
 esac
 
-# This will fail later if cabextract isn't installed, so check/fail now:
-w_try_cabextract -v >/dev/null
+w_verify_cabextract_available
 
 # https://www.microsoft.com/en-us/download/details.aspx?id=21
 w_download 
https://download.microsoft.com/download/6/0/f/60fc5854-3cb8-4892-b6db-bd4f42510f28/dotnetfx35.exe
 3e3a4104bad9a0c270ed5cbe8abb986de9afaf0281a98998bdbdc8eaab85c3b6
@@ -6860,8 +6867,7 @@
 *) w_warn "dotnet35sp1 does not yet fully work or install on wine.  Caveat 
emptor." ;;
 esac
 
-# The installer will fail later in dotnet35 if cabextract isn't installed, 
so check/fail now:
-w_try_cabextract -v >/dev/null
+w_verify_cabextract_available
 
 # https://www.microsoft.com/en-us/download/details.aspx?id=25150
 w_download 
https://download.microsoft.com/download/2/0/e/20e90413-712f-438c-988e-fdaa79a8ac3d/dotnetfx35.exe
 0582515bde321e072f8673e829e175ed2e7a53e803127c50253af76528e66bc1
@@ -6969,8 +6975,7 @@
 {
 w_package_warn_win64
 
-# The installer will fail later in dotnet35 if cabextract isn't installed, 
so check/fail now:
-w_try_cabextract -v >/dev/null
+w_verify_cabextract_available
 
 # https://www.microsoft.com/en-us/download/details.aspx?id=17718
 w_download 
https://download.microsoft.com/download/b/a/4/ba4a7e71-2906-4b2d-a0e1-80cf16844f5f/dotnetfx45_full_x86_x64.exe
 a04d40e217b97326d46117d961ec4eda455e087b90637cb33dd6cc4a2c228d83
@@ -7022,8 +7027,7 @@
 {
 w_package_warn_win64
 
-# The installer will fail later in dotnet35 if cabextract isn't installed, 
so check/fail now:
-w_try_cabextract -v >/dev/null
+w_verify_cabextract_available
 
 # https://www.microsoft.com/en-us/download/details.aspx?id=17718
 w_download 
https://download.microsoft.com/download/E/2/1/E21644B5-2DF2-47C2-91BD-63C560427900/NDP452-KB2901907-x86-x64-AllOS-ENU.exe
 6c2c589132e830a185c5f40f82042bee3022e721a216680bd9b3995ba86f3781
@@ -8882,7 +8886,8 @@
 load_shockwave() {
 # 2017/03/12: 
39715a84b1d85347066fbf89a3af9f5e612b59402093b055cd423bd30a7f637d
 # 2017/03/15: 
58f2152bf726d52f08fb41f904c62ff00fdf748c8ce413e8c8547da3a21922ba
-w_download 
https://fpdownload.macromedia.com/get/shockwave/default/english/win95nt/latest/sw_lic_full_installer.msi
 58f2152bf726d52f08fb

commit util-linux for openSUSE:Factory

2017-07-09 Thread root
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2017-07-09 13:03:52

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


Package is "util-linux"

Sun Jul  9 13:03:52 2017 rev:219 rq:507990 version:2.30

Changes:

--- /work/SRC/openSUSE:Factory/util-linux/python-libmount.changes   
2017-06-29 14:58:41.756296404 +0200
+++ /work/SRC/openSUSE:Factory/.util-linux.new/python-libmount.changes  
2017-07-09 13:03:54.741524677 +0200
@@ -1,0 +2,5 @@
+Mon Jul  3 12:38:36 UTC 2017 - sch...@suse.de
+
+- Make sure group tty is defined
+
+---
util-linux-systemd.changes: same change
util-linux.changes: same change



Other differences:
--
++ python-libmount.spec ++
--- /var/tmp/diff_new_pack.oItWjN/_old  2017-07-09 13:03:55.965352022 +0200
+++ /var/tmp/diff_new_pack.oItWjN/_new  2017-07-09 13:03:55.969351458 +0200
@@ -163,6 +163,9 @@
 #
 %if %build_util_linux
 Supplements:filesystem(minix)
+%if 0%{?suse_version} >= 1330
+Requires:   group(tty)
+%endif
 Provides:   fsck-with-dev-lock = %{version}
 # bnc#651598:
 Provides:   util-linux(fake+no-canonicalize)

util-linux-systemd.spec: same change
++ util-linux.spec ++
--- /var/tmp/diff_new_pack.oItWjN/_old  2017-07-09 13:03:56.037341865 +0200
+++ /var/tmp/diff_new_pack.oItWjN/_new  2017-07-09 13:03:56.037341865 +0200
@@ -163,6 +163,9 @@
 #
 %if %build_util_linux
 Supplements:filesystem(minix)
+%if 0%{?suse_version} >= 1330
+Requires:   group(tty)
+%endif
 Provides:   fsck-with-dev-lock = %{version}
 # bnc#651598:
 Provides:   util-linux(fake+no-canonicalize)





commit libqt5-qtstyleplugins for openSUSE:Factory

2017-07-09 Thread root
Hello community,

here is the log from the commit of package libqt5-qtstyleplugins for 
openSUSE:Factory checked in at 2017-07-09 13:04:10

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


Package is "libqt5-qtstyleplugins"

Sun Jul  9 13:04:10 2017 rev:6 rq:507705 version:5.0.0+git20170311

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtstyleplugins/libqt5-qtstyleplugins.changes  
2017-04-29 10:54:22.253052225 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtstyleplugins.new/libqt5-qtstyleplugins.changes
 2017-07-09 13:04:11.731127818 +0200
@@ -1,0 +2,15 @@
+Sat Jul  1 08:15:28 UTC 2017 - lbeltr...@kde.org
+
+- Update to 5.9.1
+  * For more details please see:
+http://blog.qt.io/blog/2017/06/30/qt-5-9-1-released/
+
+---
+Wed May 31 07:05:24 UTC 2017 - fab...@ritter-vogt.de
+
+- Update Qt to 5.9.0:
+  * For more details please see: 
+http://lists.qt-project.org/pipermail/announce/2017-May/000119.html
+and https://wiki.qt.io/New_Features_in_Qt_5.9
+
+---



Other differences:
--
++ libqt5-qtstyleplugins.spec ++
--- /var/tmp/diff_new_pack.cJPchv/_old  2017-07-09 13:04:12.271051647 +0200
+++ /var/tmp/diff_new_pack.cJPchv/_new  2017-07-09 13:04:12.271051647 +0200
@@ -18,7 +18,7 @@
 
 %define _name   qtstyleplugins
 %define base_name libqt5
-%define qt_version 5.7.1
+%define qt_version 5.9.1
 %bcond_without gtk2
 Name:   libqt5-qtstyleplugins
 Version:5.0.0+git20170311