commit flashrom for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package flashrom for openSUSE:Factory 
checked in at 2018-01-09 14:56:39

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


Package is "flashrom"

Tue Jan  9 14:56:39 2018 rev:20 rq:562855 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/flashrom/flashrom.changes2017-05-16 
14:38:24.639987603 +0200
+++ /work/SRC/openSUSE:Factory/.flashrom.new/flashrom.changes   2018-01-09 
14:56:39.954034564 +0100
@@ -1,0 +2,26 @@
+Wed Jan  3 14:52:38 UTC 2018 - mar...@gmx.de
+
+- Update to version 1.0
+  * Support layouts for read and erase commands
+  * New command line switch --noverify-all (-N) allows flashing of
+individual regions without reading the whole flash chip
+(particular useful with locked down Intel ME firmware)
+  * New command line switch --ifd to read the layout from an
+Intel Firmware Descriptor on flash
+  * We got rid of the delay-loop calibration (if the OS provides an
+accurate timer through clock_gettime())
+  * Reading speed of USB programmers should have increased (reading
+bigger chunks at once, we reduce the overhead)
+  * Support Intel 100 series PCHs (Sunrise Point, coupled with
+Skylake and Kaby Lake) and C620 series PCHs (Lewisburg paired
+with Workstation/Server versions of the former)
+  * New programmers
++ Intel 100 series / C620 series PCHs
++ Intel I210 NICs (EEPROM and SPI)
++ AMD Merlin Falcon (FP4)
+  * New chips
++ W25Q128.W
+- Specfile cleanup
+- Verify source signature
+
+---

Old:

  flashrom-0.9.9.tar.bz2
  update-snapshots.sh

New:

  flashrom-1.0.tar.bz2
  flashrom-1.0.tar.bz2.sig
  flashrom.keyring



Other differences:
--
++ flashrom.spec ++
--- /var/tmp/diff_new_pack.9tw75H/_old  2018-01-09 14:56:40.717998752 +0100
+++ /var/tmp/diff_new_pack.9tw75H/_new  2018-01-09 14:56:40.721998565 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package flashrom
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,26 +17,23 @@
 
 
 Name:   flashrom
-Version:0.9.9
+Version:1.0
 Release:0
 Summary:A universal flash programming utility
 License:GPL-2.0
 Group:  Development/Tools/Other
-Url:http://flashrom.org/Flashrom
-Source0:
http://download.flashrom.org/releases/%{name}-%{version}.tar.bz2
-Source23:   update-snapshots.sh
-BuildRequires:  libftdi1
-BuildRequires:  libftdi1-devel
-BuildRequires:  libusb-devel
-BuildRequires:  pciutils-devel
-BuildRequires:  zlib-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  %ix86 x86_64 %arm aarch64
-%if 0%{?suse_version} <= 1110
-Requires:   pmtools
-%else
+Url:https://flashrom.org/Flashrom
+Source0:
https://download.flashrom.org/releases/%{name}-%{version}.tar.bz2
+Source1:
https://download.flashrom.org/releases/%{name}-%{version}.tar.bz2.asc#/%{name}-%{version}.tar.bz2.sig
+# Got the key from David Hendricks
+Source2:%{name}.keyring
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(libftdi1)
+BuildRequires:  pkgconfig(libpci)
+BuildRequires:  pkgconfig(libusb)
+BuildRequires:  pkgconfig(zlib)
 Requires:   dmidecode
-%endif
+ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64
 
 %description
 flashrom is a utility for reading, writing, verifying and erasing flash ROM
@@ -55,20 +52,16 @@
 %build
 make %{?_smp_mflags} \
 CFLAGS="%{optflags}"
-#gzip flashrom.8
 
 %install
-
-mkdir -p %{buildroot}/%{_sbindir}
-mkdir -p %{buildroot}/%{_mandir}/man8
+install -d %{buildroot}/%{_sbindir}
+install -d %{buildroot}/%{_mandir}/man8
 install -m 0755 flashrom %{buildroot}/%{_sbindir}
 install -m 0644 flashrom.8 %{buildroot}/%{_mandir}/man8
 
 %files
-%defattr(-,root,root)
-%doc COPYING
-%doc README
+%doc COPYING README
 %{_sbindir}/flashrom
-%{_mandir}/man8/flashrom.8.gz
+%{_mandir}/man8/flashrom.8%{ext_man}
 
 %changelog

++ flashrom-0.9.9.tar.bz2 -> flashrom-1.0.tar.bz2 ++
 37962 lines of diff (skipped)




commit python-pathlib2 for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package python-pathlib2 for openSUSE:Factory 
checked in at 2018-01-09 14:56:32

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


Package is "python-pathlib2"

Tue Jan  9 14:56:32 2018 rev:2 rq:562842 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pathlib2/python-pathlib2.changes  
2017-04-14 13:34:47.540225891 +0200
+++ /work/SRC/openSUSE:Factory/.python-pathlib2.new/python-pathlib2.changes 
2018-01-09 14:56:33.298346555 +0100
@@ -1,0 +2,6 @@
+Fri Jan  5 10:07:12 UTC 2018 - alarr...@suse.com
+
+- Update to version 2.3.0
+  * Sync with upstream pathlib from CPython 3.6.1
+
+---

Old:

  pathlib2-2.2.1.tar.gz

New:

  pathlib2-2.3.0.tar.gz



Other differences:
--
++ python-pathlib2.spec ++
--- /var/tmp/diff_new_pack.D7TVSn/_old  2018-01-09 14:56:34.298299682 +0100
+++ /var/tmp/diff_new_pack.D7TVSn/_new  2018-01-09 14:56:34.302299493 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pathlib2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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:   python-pathlib2
-Version:2.2.1
+Version:2.3.0
 Release:0
 Summary:Object-oriented filesystem paths
 License:MIT

++ pathlib2-2.2.1.tar.gz -> pathlib2-2.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pathlib2-2.2.1/CHANGELOG.rst 
new/pathlib2-2.3.0/CHANGELOG.rst
--- old/pathlib2-2.2.1/CHANGELOG.rst2017-01-19 13:35:15.0 +0100
+++ new/pathlib2-2.3.0/CHANGELOG.rst2017-06-12 16:29:19.0 +0200
@@ -1,6 +1,11 @@
 History
 ---
 
+Version 2.3.0
+^
+
+- Sync with upstream pathlib from CPython 3.6.1 (7d1017d).
+
 Version 2.2.1
 ^
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pathlib2-2.2.1/PKG-INFO new/pathlib2-2.3.0/PKG-INFO
--- old/pathlib2-2.2.1/PKG-INFO 2017-01-19 13:36:01.0 +0100
+++ new/pathlib2-2.3.0/PKG-INFO 2017-06-12 16:31:38.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pathlib2
-Version: 2.2.1
+Version: 2.3.0
 Summary: Object-oriented filesystem paths
 Home-page: https://pypi.python.org/pypi/pathlib2/
 Author: Matthias C. M. Troffaes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pathlib2-2.2.1/VERSION new/pathlib2-2.3.0/VERSION
--- old/pathlib2-2.2.1/VERSION  2017-01-19 13:35:15.0 +0100
+++ new/pathlib2-2.3.0/VERSION  2017-06-12 16:29:33.0 +0200
@@ -1 +1 @@
-2.2.1
+2.3.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pathlib2-2.2.1/pathlib2.egg-info/PKG-INFO 
new/pathlib2-2.3.0/pathlib2.egg-info/PKG-INFO
--- old/pathlib2-2.2.1/pathlib2.egg-info/PKG-INFO   2017-01-19 
13:36:01.0 +0100
+++ new/pathlib2-2.3.0/pathlib2.egg-info/PKG-INFO   2017-06-12 
16:31:37.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pathlib2
-Version: 2.2.1
+Version: 2.3.0
 Summary: Object-oriented filesystem paths
 Home-page: https://pypi.python.org/pypi/pathlib2/
 Author: Matthias C. M. Troffaes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pathlib2-2.2.1/pathlib2.py 
new/pathlib2-2.3.0/pathlib2.py
--- old/pathlib2-2.2.1/pathlib2.py  2017-01-09 16:21:33.0 +0100
+++ new/pathlib2-2.3.0/pathlib2.py  2017-06-12 16:29:15.0 +0200
@@ -29,16 +29,15 @@
 intern = sys.intern
 
 supports_symlinks = True
-try:
+if os.name == 'nt':
 import nt
-except ImportError:
-nt = None
-else:
 if sys.getwindowsversion()[:2] >= (6, 0) and sys.version_info >= (3, 2):
 from nt import _getfinalpathname
 else:
 supports_symlinks = False
 _getfinalpathname = None
+else:
+nt = None
 
 try:
 from os import scandir as os_scandir
@@ -62,12 +61,15 @@
 else part for part in parts]
 
 
-def _try_except_fileexistserror(try_func, except_func):
+def _try_except_fileexistserror(try_func, except_func, else_func=None):
 if sys.version_info >= (3, 3):
 try:
 try_func()
 except FileExistsError as exc:
 except_func(exc)
+else:
+if else_func is not None:
+else_func()
 else:
 try:
 try_func()
@@ -76,6 +78,25 @@
 

commit python-astropy for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package python-astropy for openSUSE:Factory 
checked in at 2018-01-09 14:56:21

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


Package is "python-astropy"

Tue Jan  9 14:56:21 2018 rev:3 rq:562802 version:2.0.3

Changes:

--- /work/SRC/openSUSE:Factory/python-astropy/python-astropy.changes
2017-12-15 14:07:11.599379822 +0100
+++ /work/SRC/openSUSE:Factory/.python-astropy.new/python-astropy.changes   
2018-01-09 14:56:23.418809668 +0100
@@ -1,0 +2,86 @@
+Fri Jan  5 09:01:00 UTC 2018 - alarr...@suse.com
+
+- Update to astropy 2.0.3
+  * Bugfixes:
+* astropy.coordinates
+  - Ecliptic frame classes now support attributes v_x, v_y, v_z when using
+with a Cartesian representation.
+  - Added a nicer error message when accidentally calling
+frame.representation instead of frame.data in the context of methods
+that use ._apply().
+  - Creating a new SkyCoord from a list of multiple SkyCoord objects now
+yield the correct type of frame, and works at all for non-equatorial
+frames.
+  - Improved accuracy of velocity calculation in
+EarthLocation.get_gcrs_posvel.
+  - Improved accuracy of radial velocity corrections in
+SkyCoord.radial_velocity_correction`.
+  - The precision of ecliptic frames is now much better, after removing the
+nutation from the rotation and fixing the computation of the position
+of the Sun.
+* astropy.extern
+  - Version 0.2.1 of pytest-astropy is included as an external package.
+* astropy.io.fits
+  - Fix writing the result of fitsdiff to file with --output-file.
+  - Fix a minor bug where FITS_rec instances can not be indexed with tuples
+and other sequences that end up with a scalar.
+* astropy.io.misc
+  - Fix ImportError when hdf5 is imported first in a fresh Python
+interpreter in Python 3.
+* astropy.nddata
+  - Suppress errors during WCS creation in CCDData.read().
+  - Fixed a problem with CCDData.read when the extension wasn't given and
+the primary HDU contained no data but another HDU did. In that case the
+header were not correctly combined.
+* astropy.stats
+  - Fixed an issue where the biweight statistics functions would sometimes
+cause runtime underflow/overflow errors for float32 input arrays.
+* astropy.table
+  - Fixed a problem when printing a table when a column is deleted and
+garbage-collected, and the format function caching mechanism happens to
+re-use the same cache key.
+  - Fixed a problem when comparing a unicode masked column (on left side)
+to a bytes masked column (on right side).
+  - Fixed a problem in comparing masked columns in bytes and unicode when
+the unicode had masked entries.
+* astropy.tests
+  - Fixed a bug that causes tests for rst files to not be run on certain
+platforms.
+  - Fixed a bug that caused the doctestplus plugin to not work nicely with
+the hypothesis package.
+  - Fixed a bug that meant that the data.astropy.org mirror could not be
+used when using --remote-data=astropy.
+  - Support compatibility with new pytest-astropy plugins.
+  - When testing, astropy (or the package being tested) is now installed to
+a temporary directory instead of copying the build. This allows entry
+points to work correctly.
+* astropy.time
+  - Initialization of Time instances now is consistent for all formats to
+ensure that -0.5 <= jd2 < 0.5.
+* astropy.units
+  - Ensure that Quantity slices can be set with objects that have a unit
+attribute (such as Column).
+* astropy.utils
+  - download_files_in_parallel now respects the given timeout value.
+  - Fixed bugs in remote data handling and also in IERS unit test related
+to path URL, and URI normalization on Windows.
+  - Fixed a bug that caused get_pkg_data_fileobj to not work correctly when
+used with non-local data from inside packages.
+  - Make sure get_pkg_data_fileobj fails if the URL can not be read, and
+correctly falls back on the mirror if necessary.
+  - Fix the finddiff option in find_current_module to properly deal with
+submodules.
+  - Fixed pyreadline import in utils.console.isatty for older IPython
+versions on Windows.
+* astropy.visualization
+  - Fixed the vertical orientation of the fits2bitmap output bitmap image
+to match that of the FITS image.
+  - Added a workaround for a bug in matplotlib so that the fits2bitmap
+script generates the correct output file type.
+  * Other 

commit syslog-ng for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package syslog-ng for openSUSE:Factory 
checked in at 2018-01-09 14:56:27

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


Package is "syslog-ng"

Tue Jan  9 14:56:27 2018 rev:93 rq:562822 version:3.12.1

Changes:

--- /work/SRC/openSUSE:Factory/syslog-ng/syslog-ng.changes  2017-12-06 
09:00:08.213585840 +0100
+++ /work/SRC/openSUSE:Factory/.syslog-ng.new/syslog-ng.changes 2018-01-09 
14:56:30.530476302 +0100
@@ -1,0 +2,5 @@
+Tue Jan  9 09:30:17 UTC 2018 - pe...@czanik.hu
+
+- disable Java destination temporarily (it does not build) 
+
+---



Other differences:
--
++ syslog-ng.spec ++
--- /var/tmp/diff_new_pack.odVdo9/_old  2018-01-09 14:56:31.486431490 +0100
+++ /var/tmp/diff_new_pack.odVdo9/_new  2018-01-09 14:56:31.490431302 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package syslog-ng
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -46,7 +46,7 @@
 %bcond_without  systemd
 %bcond_without  dbi
 %bcond_without python
-%bcond_without java
+%bcond_withjava
 %bcond_withmongodb
 %bcond_without curl
 %if 0%{?suse_version} != 1320




commit tanukiwrapper for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package tanukiwrapper for openSUSE:Factory 
checked in at 2018-01-09 14:56:25

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


Package is "tanukiwrapper"

Tue Jan  9 14:56:25 2018 rev:14 rq:562819 version:3.5.32

Changes:

--- /work/SRC/openSUSE:Factory/tanukiwrapper/tanukiwrapper.changes  
2018-01-03 13:39:47.406225258 +0100
+++ /work/SRC/openSUSE:Factory/.tanukiwrapper.new/tanukiwrapper.changes 
2018-01-09 14:56:26.514664546 +0100
@@ -1,0 +2,9 @@
+Tue Jan  9 10:12:44 UTC 2018 - fst...@suse.com
+
+- Added patch:
+  * tanukiwrapper-nojavah.patch
+- Fix build with jdk10
+- Require java 8 or higher for build in order to be able to use
+  javac's -h option
+
+---

New:

  tanukiwrapper-nojavah.patch



Other differences:
--
++ tanukiwrapper.spec ++
--- /var/tmp/diff_new_pack.ApPKZ3/_old  2018-01-09 14:56:27.786604924 +0100
+++ /var/tmp/diff_new_pack.ApPKZ3/_new  2018-01-09 14:56:27.794604548 +0100
@@ -27,18 +27,18 @@
 Source0:
http://download.sourceforge.net/wrapper/wrapper_%{version}_src.tar.gz
 Source1:wrapper.1
 Patch0: %{name}-additional-makefiles.patch
+Patch1: %{name}-nojavah.patch
 BuildRequires:  ant >= 1.6.1
 BuildRequires:  ant-junit
 BuildRequires:  ant-nodeps >= 1.6.1
 BuildRequires:  cunit-devel
 BuildRequires:  fdupes
 BuildRequires:  glibc-devel
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-tools
 BuildRequires:  perl
 BuildRequires:  xerces-j2
 BuildRequires:  xml-commons-apis
-BuildConflicts: java-devel >= 10
 
 %description
 The Java Service Wrapper is an application which has
@@ -69,6 +69,7 @@
 %prep
 %setup -q -n wrapper_%{version}_src
 %patch0 -p1
+%patch1 -p1
 
 find . -name "*.jar" -exec rm -f {} \;
 perl -p -i -e 's|-O3|%{optflags}|' src/c/Makefile*

++ tanukiwrapper-nojavah.patch ++
--- wrapper_3.5.32_src/build.xml2018-01-09 11:05:11.144063035 +0100
+++ wrapper_3.5.32_src/build.xml2018-01-09 11:08:31.392063791 +0100
@@ -562,7 +562,7 @@
 
 
 
- 
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 
 



commit transactional-update for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package transactional-update for 
openSUSE:Factory checked in at 2018-01-09 14:56:35

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


Package is "transactional-update"

Tue Jan  9 14:56:35 2018 rev:18 rq:562847 version:1.25

Changes:

--- 
/work/SRC/openSUSE:Factory/transactional-update/transactional-update.changes
2017-12-08 12:57:45.276890763 +0100
+++ 
/work/SRC/openSUSE:Factory/.transactional-update.new/transactional-update.changes
   2018-01-09 14:56:39.110074126 +0100
@@ -1,0 +2,7 @@
+Tue Jan  9 11:42:20 CET 2018 - ku...@suse.de
+
+- Update to version 1.25
+  - preliminary SELinux support
+  - support for seperate /var subvolume
+
+---

Old:

  transactional-update-1.24.tar.bz2

New:

  transactional-update-1.25.tar.bz2



Other differences:
--
++ transactional-update.spec ++
--- /var/tmp/diff_new_pack.ViQ9e5/_old  2018-01-09 14:56:39.638049376 +0100
+++ /var/tmp/diff_new_pack.ViQ9e5/_new  2018-01-09 14:56:39.638049376 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package transactional-update
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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:   transactional-update
-Version:1.24
+Version:1.25
 Release:0
 Summary:Transactional Updates with btrfs and snapshots
 License:GPL-2.0+

++ transactional-update-1.24.tar.bz2 -> transactional-update-1.25.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transactional-update-1.24/NEWS 
new/transactional-update-1.25/NEWS
--- old/transactional-update-1.24/NEWS  2017-12-05 20:36:52.0 +0100
+++ new/transactional-update-1.25/NEWS  2018-01-08 16:05:59.0 +0100
@@ -1,6 +1,10 @@
 transactional-update NEWS -- history of user-visible changes.
 
-Copyright (C) 2016, 2017 Thorsten Kukuk
+Copyright (C) 2016, 2017, 2018 Thorsten Kukuk
+
+Version 1.25
+* Add support for seperate /var partition
+* Preliminary SELinux support
 
 Version 1.24
 * Fix saving of unused snapshots too early
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transactional-update-1.24/configure 
new/transactional-update-1.25/configure
--- old/transactional-update-1.24/configure 2017-12-05 20:36:55.0 
+0100
+++ new/transactional-update-1.25/configure 2018-01-08 16:06:05.0 
+0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for transactional-update 1.24.
+# Generated by GNU Autoconf 2.69 for transactional-update 1.25.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@
 # Identity of this package.
 PACKAGE_NAME='transactional-update'
 PACKAGE_TARNAME='transactional-update'
-PACKAGE_VERSION='1.24'
-PACKAGE_STRING='transactional-update 1.24'
+PACKAGE_VERSION='1.25'
+PACKAGE_STRING='transactional-update 1.25'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1212,7 +1212,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 transactional-update 1.24 to adapt to many kinds of 
systems.
+\`configure' configures transactional-update 1.25 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1279,7 +1279,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of transactional-update 1.24:";;
+ short | recursive ) echo "Configuration of transactional-update 1.25:";;
esac
   cat <<\_ACEOF
 
@@ -1359,7 +1359,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-transactional-update configure 1.24
+transactional-update configure 1.25
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1376,7 +1376,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by transactional-update $as_me 1.24, which was
+It was created by transactional-update $as_me 1.25, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2239,7 +2239,7 @@
 
 # Define the identity of the package.
  

commit perl-Set-Object for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package perl-Set-Object for openSUSE:Factory 
checked in at 2018-01-09 14:56:42

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


Package is "perl-Set-Object"

Tue Jan  9 14:56:42 2018 rev:31 rq:562857 version:1.39

Changes:

--- /work/SRC/openSUSE:Factory/perl-Set-Object/perl-Set-Object.changes  
2017-11-14 14:28:21.563248166 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Set-Object.new/perl-Set-Object.changes 
2018-01-09 14:56:45.885756510 +0100
@@ -1,0 +2,16 @@
+Tue Jan  9 07:13:27 UTC 2018 - co...@suse.com
+
+- updated to 1.39
+   see /usr/share/doc/packages/perl-Set-Object/Changes.pod
+
+  =head1 1.39, 2018-01-08
+  
+  =over
+  
+  =item *
+  
+  Skip installing Changes.pod (PR #5, kentfredric)
+  
+  =back
+
+---

Old:

  Set-Object-1.38.tar.gz

New:

  Set-Object-1.39.tar.gz



Other differences:
--
++ perl-Set-Object.spec ++
--- /var/tmp/diff_new_pack.8bFgm8/_old  2018-01-09 14:56:46.989704762 +0100
+++ /var/tmp/diff_new_pack.8bFgm8/_new  2018-01-09 14:56:46.993704574 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Set-Object
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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-Set-Object
-Version:1.38
+Version:1.39
 Release:0
 %define cpan_name Set-Object
 Summary:Set of Objects and Strings

++ Set-Object-1.38.tar.gz -> Set-Object-1.39.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Set-Object-1.38/Changes.pod 
new/Set-Object-1.39/Changes.pod
--- old/Set-Object-1.38/Changes.pod 2017-11-11 16:01:08.0 +0100
+++ new/Set-Object-1.39/Changes.pod 2018-01-08 18:10:06.0 +0100
@@ -5,6 +5,16 @@
 
 REVISION HISTORY - Set::Object
 
+=head1 1.39, 2018-01-08
+
+=over
+
+=item *
+
+Skip installing Changes.pod (PR #5, kentfredric)
+
+=back
+
 =head1 1.38, 2017-11-11
 
 =over
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Set-Object-1.38/INSTALL.SKIP 
new/Set-Object-1.39/INSTALL.SKIP
--- old/Set-Object-1.38/INSTALL.SKIP1970-01-01 01:00:00.0 +0100
+++ new/Set-Object-1.39/INSTALL.SKIP2018-01-08 18:08:55.0 +0100
@@ -0,0 +1 @@
+\bChanges\.pod$
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Set-Object-1.38/MANIFEST new/Set-Object-1.39/MANIFEST
--- old/Set-Object-1.38/MANIFEST2017-11-11 16:12:28.0 +0100
+++ new/Set-Object-1.39/MANIFEST2018-01-08 18:18:00.0 +0100
@@ -1,4 +1,5 @@
 Changes.pod
+INSTALL.SKIP
 LICENSE
 lib/Set/Object.pm
 lib/Set/Object/Weak.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Set-Object-1.38/META.json 
new/Set-Object-1.39/META.json
--- old/Set-Object-1.38/META.json   2017-11-11 16:12:28.0 +0100
+++ new/Set-Object-1.39/META.json   2018-01-08 18:18:00.0 +0100
@@ -4,13 +4,13 @@
   "Jean-Louis Leroy and Sam Vilain"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 8.3004, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "artistic_2"
],
"meta-spec" : {
   "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
-  "version" : "2"
+  "version" : 2
},
"name" : "Set-Object",
"no_index" : {
@@ -51,6 +51,6 @@
  "url" : "git://github.com/rurban/Set-Object.git"
   }
},
-   "version" : "1.38",
-   "x_serialization_backend" : "JSON::PP version 2.27400_02"
+   "version" : "1.39",
+   "x_serialization_backend" : "JSON::PP version 2.94_01"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Set-Object-1.38/META.yml new/Set-Object-1.39/META.yml
--- old/Set-Object-1.38/META.yml2017-11-11 16:12:27.0 +0100
+++ new/Set-Object-1.39/META.yml2018-01-08 18:18:00.0 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 8.3004, CPAN::Meta::Converter 
version 2.150010'
 license: artistic_2
 meta-spec:
   url: 

commit python-ruamel.yaml for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package python-ruamel.yaml for 
openSUSE:Factory checked in at 2018-01-09 14:56:15

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


Package is "python-ruamel.yaml"

Tue Jan  9 14:56:15 2018 rev:4 rq:562789 version:0.15.35

Changes:

--- /work/SRC/openSUSE:Factory/python-ruamel.yaml/python-ruamel.yaml.changes
2017-10-13 14:19:35.642978298 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ruamel.yaml.new/python-ruamel.yaml.changes   
2018-01-09 14:56:16.475135161 +0100
@@ -1,0 +2,6 @@
+Tue Jan  9 08:52:38 UTC 2018 - mimi...@gmail.com
+
+- update to 0.15.35
+ * allow None as stream when specifying transform parameters to YAML.dump()
+
+---

Old:

  ruamel.yaml-0.15.34.tar.gz

New:

  ruamel.yaml-0.15.35.tar.gz



Other differences:
--
++ python-ruamel.yaml.spec ++
--- /var/tmp/diff_new_pack.Bo0suB/_old  2018-01-09 14:56:18.699030914 +0100
+++ /var/tmp/diff_new_pack.Bo0suB/_new  2018-01-09 14:56:18.703030726 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ruamel.yaml
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-ruamel.yaml
-Version:0.15.34
+Version:0.15.35
 Release:0
 Summary:Python YAML parser
 License:MIT

++ ruamel.yaml-0.15.34.tar.gz -> ruamel.yaml-0.15.35.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ruamel.yaml-0.15.34/CHANGES 
new/ruamel.yaml-0.15.35/CHANGES
--- old/ruamel.yaml-0.15.34/CHANGES 2017-09-17 12:55:35.0 +0200
+++ new/ruamel.yaml-0.15.35/CHANGES 2017-12-03 11:01:58.0 +0100
@@ -1,3 +1,10 @@
+[0, 15, 35]: 2017-12-03
+  - allow ``None`` as stream when specifying ``transform`` parameters to
+``YAML.dump()``.
+This is useful if the transforming function doesn't return a meaningful 
value
+(inspired by `StackOverflow 
`__ by
+`rsaw `__).
+
 [0, 15, 34]: 2017-09-17
   - fix for issue 157: CDumper not dumping floats (reported by Jan Smitka)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ruamel.yaml-0.15.34/PKG-INFO 
new/ruamel.yaml-0.15.35/PKG-INFO
--- old/ruamel.yaml-0.15.34/PKG-INFO2017-09-17 12:59:03.0 +0200
+++ new/ruamel.yaml-0.15.35/PKG-INFO2017-12-03 11:06:48.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ruamel.yaml
-Version: 0.15.34
+Version: 0.15.35
 Summary: ruamel.yaml is a YAML parser/emitter that supports roundtrip 
preservation of comments, seq/map flow style, and map key order
 Home-page: https://bitbucket.org/ruamel/yaml
 Author: Anthon van der Neut
@@ -41,7 +41,14 @@
 ChangeLog
 =
 
-.. should insert NEXT: at the beginning of line for next key
+.. should insert NEXT: at the beginning of line for next key (with 
empty line)
+
+0.15.35 (2017-12-03):
+  - allow ``None`` as stream when specifying ``transform`` parameters 
to
+``YAML.dump()``.
+This is useful if the transforming function doesn't return a 
meaningful value
+(inspired by `StackOverflow 
`__ by
+`rsaw `__).
 
 0.15.34 (2017-09-17):
   - fix for issue 157: CDumper not dumping floats (reported by Jan 
Smitka)
@@ -107,7 +114,7 @@
   - fix for round_tripping singe excl. mark tags doubling (reported 
and fix by Jan Brezina)
 
 0.15.21 (2017-07-25):
-  - fix for writing unicode in new API, (reported on 
+  - fix for writing unicode in new API, (reported on
 `StackOverflow `__
 
 0.15.20 (2017-07-23):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ruamel.yaml-0.15.34/README.rst 
new/ruamel.yaml-0.15.35/README.rst
--- old/ruamel.yaml-0.15.34/README.rst  2017-09-17 12:55:35.0 +0200
+++ new/ruamel.yaml-0.15.35/README.rst  2017-12-03 11:01:58.0 +0100
@@ -33,7 +33,14 @@
 ChangeLog
 =
 
-.. should insert NEXT: at 

commit qnapi for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package qnapi for openSUSE:Factory checked 
in at 2018-01-09 14:56:11

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


Package is "qnapi"

Tue Jan  9 14:56:11 2018 rev:7 rq:562783 version:0.2.3

Changes:

--- /work/SRC/openSUSE:Factory/qnapi/qnapi.changes  2017-08-16 
16:11:10.058826503 +0200
+++ /work/SRC/openSUSE:Factory/.qnapi.new/qnapi.changes 2018-01-09 
14:56:14.095246722 +0100
@@ -1,0 +2,5 @@
+Tue Jan  9 07:58:42 UTC 2018 - aloi...@gmx.com
+
+- Added missing build dependency
+
+---



Other differences:
--
++ qnapi.spec ++
--- /var/tmp/diff_new_pack.TohB6n/_old  2018-01-09 14:56:14.943206972 +0100
+++ /var/tmp/diff_new_pack.TohB6n/_new  2018-01-09 14:56:14.947206785 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qnapi
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -25,7 +25,7 @@
 Group:  Productivity/Multimedia/Other
 Summary(it):Client NapiProjekt
 Summary(pl):Klient NapiProjekt
-Url:http://qnapi.github.io/
+URL:http://qnapi.github.io/
 Source0:
https://github.com/QNapi/qnapi/releases/download/%{version}/%{name}-%{version}.tar.gz
 Patch0: qnapi-libmaia.patch
 BuildRequires:  fdupes
@@ -38,9 +38,9 @@
 BuildRequires:  pkgconfig(Qt5Xml) >= 5.2
 BuildRequires:  pkgconfig(libmediainfo)
 BuildRequires:  pkgconfig(maia)
+BuildRequires:  pkgconfig(zlib)
 Requires:   p7zip
 Recommends: ffmpeg
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 QNapi is unofficial clone of NapiProjekt program (http://napiprojekt.pl)
@@ -80,12 +80,15 @@
 # Fix for "wrong-file-end-of-line-encoding" doc/ChangeLog file
 sed -i 's/\r//' doc/ChangeLog
 
+# Put license files in the right place
+rm %{buildroot}%{_defaultdocdir}/%{name}/LICENSE*
+
 %fdupes %{buildroot}%{_prefix}
 %suse_update_desktop_file -i -r -n %{name} AudioVideo AudioVideoEditing
 
 %files
-%defattr(-,root,root)
-%doc doc/COPYRIGHT doc/ChangeLog doc/LICENSE doc/LICENSE-pl 
doc/qnapi-download.desktop doc/qnapi-download.schemas doc/qnapi-scan.desktop 
doc/qnapi-scan.schemas
+%doc doc/COPYRIGHT doc/ChangeLog doc/qnapi-download.desktop 
doc/qnapi-download.schemas doc/qnapi-scan.desktop doc/qnapi-scan.schemas
+%license doc/LICENSE doc/LICENSE-pl
 %{_bindir}/%{name}
 %{_datadir}/icons/*
 %{_datadir}/applications/%{name}.desktop




commit partitionmanager for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package partitionmanager for 
openSUSE:Factory checked in at 2018-01-09 14:55:58

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


Package is "partitionmanager"

Tue Jan  9 14:55:58 2018 rev:7 rq:562634 version:3.3.1

Changes:

--- /work/SRC/openSUSE:Factory/partitionmanager/partitionmanager.changes
2017-12-19 10:57:14.792944669 +0100
+++ /work/SRC/openSUSE:Factory/.partitionmanager.new/partitionmanager.changes   
2018-01-09 14:56:04.995673277 +0100
@@ -1,0 +2,6 @@
+Mon Jan  8 22:26:01 UTC 2018 - wba...@tmo.at
+
+- Update to 3.3.1
+  * Fix one crash when resizing LVM logical volumes
+
+---

Old:

  partitionmanager-3.3.0.tar.xz

New:

  partitionmanager-3.3.1.tar.xz



Other differences:
--
++ partitionmanager.spec ++
--- /var/tmp/diff_new_pack.y23nw0/_old  2018-01-09 14:56:07.891537529 +0100
+++ /var/tmp/diff_new_pack.y23nw0/_new  2018-01-09 14:56:07.891537529 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package partitionmanager
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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 @@
 %bcond_without lang
 
 Name:   partitionmanager
-Version:3.3.0
+Version:3.3.1
 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.3.0.tar.xz -> partitionmanager-3.3.1.tar.xz ++
 17854 lines of diff (skipped)




commit python-virtualenvwrapper for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package python-virtualenvwrapper for 
openSUSE:Factory checked in at 2018-01-09 14:55:30

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


Package is "python-virtualenvwrapper"

Tue Jan  9 14:55:30 2018 rev:21 rq:562590 version:4.8.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-virtualenvwrapper/python-virtualenvwrapper.changes
2016-08-17 12:05:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-virtualenvwrapper.new/python-virtualenvwrapper.changes
   2018-01-09 14:55:36.421012768 +0100
@@ -1,0 +2,71 @@
+Mon Jan  8 07:47:07 UTC 2018 - alarr...@suse.com
+
+- Converted to singlespec to generate a python3 package
+- Update to 4.8.2
+  * Merged in 
jeffwidman/virtualenvwrapper-2/jeffwidman/update-rtd-url-they-now-use-io-rather-t-1505539237232
 (pull request #63)
+  * Merged in 
jeffwidman/virtualenvwrapper-1/jeffwidman/add-python-36-to-pypi-trove-classifiers-1505539102243
 (pull request #62)
+  * Merged in 
jeffwidman/virtualenvwrapper/jeffwidman/update-readme-with-current-test-status--1505538852189
 (pull request #61)
+  * Update RTD url
+  * Add python 3.6 to Pypi trove classifiers
+  * Update readme with current test status
+- Update to 4.8.1
+  * New PBR doesn’t like provides_dist
+- Update to 4.8.0
+  * Merged in fix/263 (pull request #60)
+  * Merged in fix/296 (pull request #59)
+  * Fixing Documentation
+  * Update supported versions
+  * Adding python 3.6
+  * Fixing run_hook and tab_completion
+  * First shot at Fixing #263
+  * Adding a note about package managers
+  * Merged in 
zmwangx/virtualenvwrapper/always-export-virtualenvwrapper_hook_dir (pull 
request #55)
+  * Typo fix
+  * Merged in lendenmc/virtualenvwrapper (pull request #51)
+  * Merged in SpotlightKid/virtualenvwrapper/bugfix/distutils-sysconfig (pull 
request #56)
+  * Merged in dougharris/virtualenvwrapper (pull request #53)
+  * Merged in kk6/virtualenvwrapper/fix/wipeenv_ignore_setuptools_dependencies 
(pull request #57)
+  * Merged in 
erickmk/virtualenvwrapper/erickmk/command_refrst-edited-online-with-bitbuc-1491225971803
 (pull request #58)
+  * Update sentence to make it more clear
+  * command_ref.rst edited online with Bitbucket
+  * Fixes Issue #291 wipeenv ignore setuptools’s dependencies
+  * Import distutils.sysconfig properly (fixes #167)
+  * virtualenvwrapper.sh: always export VIRTUALENVWRAPPER_HOOK_DIR
+  * Fixed case where alternate deactivate didn’t exist
+  * Makes workon more selective in its search for `deactivate` #285
+  * Merged in sambrightman/virtualenvwrapper (pull request #52)
+  * Fix spelling mistake in error message
+  * Fix .kshrc sourcing error “’&>file’ is nonstandard”
+  * Merged in lonetwin/virtualenvwrapper (pull request #48)
+- Update to 4.7.2
+  * Baseline testing to python27
+  * Fixing naming in tests
+  * Merged in phd/virtualenvwrapper (pull request #46)
+  * Ignore *.pyo byte-code files
+  * Fix docs: fix URLs whenever possible, change protocol to https
+  * Add wipeenv and allvirtualenv for lazy loading
+  * Remove one-time functions from the environment
+  * Fix the problem with lazy completion for bash
+  * Last set of docs
+  * Docs fixes
+  * Updating to virtualenvwrapper
+  * Last set of docs
+  * Docs fixes
+  * Merged in fix/issue-282-link-to-virtualenvwrapper (pull request #49)
+  * Updating to virtualenvwrapper
+  * Unset previously defined cd function rather than redefine it
+  * Merged in 
ismailsunni/virtualenvwrapper/ismailsunni/command_refrst-edited-online-with-bitbuc-1454377958615
 (pull request #44)
+  * command_ref.rst edited online with Bitbucket Adding -d for remove extra 
path
+  * use a ref instead of hard-coded link in new tip
+  * Merged in kojiromike/virtualenvwrapper/deactivate-on-logout-tip (pull 
request #43)
+  * Add Deactivate-on-Logout Tip
+  * update REAMDE with new bug tracker URL
+  * more dir fixes for El Capitan
+  * add testing for python 3.5
+  * temporary dir fixes for OS X El Capitan (10.11)
+  * update to work with tox 2.1.1
+  * Merged in jveatch/virtualenvwrapper/fix-py26-logging (pull request #41)
+  * Pass stream as arg rather than kwarg to avoid py26 conflict. Fixes issue 
#274. StreamHandler arg was named strm in python 2.6
+- Rebase virtualenvwrapper-4.2-fix-bashisms.patch
+
+---

Old:

  virtualenvwrapper-4.7.1.tar.gz

New:

  virtualenvwrapper-4.8.2.tar.gz



Other differences:
--
++ python-virtualenvwrapper.spec ++
--- /var/tmp/diff_new_pack.oYwx7x/_old  2018-01-09 14:55:37.164977893 +0100
+++ /var/tmp/diff_new_pack.oYwx7x/_new  2018-01-09 14:55:37.168977706 

commit mate-panel for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package mate-panel for openSUSE:Factory 
checked in at 2018-01-09 14:55:52

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


Package is "mate-panel"

Tue Jan  9 14:55:52 2018 rev:26 rq:562621 version:1.18.7

Changes:

--- /work/SRC/openSUSE:Factory/mate-panel/mate-panel.changes2017-11-19 
11:15:16.246904514 +0100
+++ /work/SRC/openSUSE:Factory/.mate-panel.new/mate-panel.changes   
2018-01-09 14:55:57.452026898 +0100
@@ -1,0 +2,14 @@
+Mon Jan  8 20:42:24 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.18.7:
+  * panel-toplevel: Remove pointer boundary check in
+panel_toplevel_queue_auto_hide().
+  * panel-toplevel: Ensure right aligned icons stay right aligned
+when changing resolutions.
+  * status-notifier: Fix failure to show icon for missing icons.
+  * panel-plug: Fix a build warning.
+  * panel-wdget: FIx a build warning.
+  * panel-applet-container: Rework the process of cancelling the
+background change operation.
+
+---

Old:

  mate-panel-1.18.6.tar.xz

New:

  mate-panel-1.18.7.tar.xz



Other differences:
--
++ mate-panel.spec ++
--- /var/tmp/diff_new_pack.yaTBO2/_old  2018-01-09 14:55:59.399935587 +0100
+++ /var/tmp/diff_new_pack.yaTBO2/_new  2018-01-09 14:55:59.403935400 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-panel
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -21,7 +21,7 @@
 %define typelib typelib-1_0-MatePanelApplet-4_0
 %define _version 1.18
 Name:   mate-panel
-Version:1.18.6
+Version:1.18.7
 Release:0
 Summary:MATE Desktop Panel
 License:GPL-2.0+

++ mate-panel-1.18.6.tar.xz -> mate-panel-1.18.7.tar.xz ++
 4262 lines of diff (skipped)




commit kteatime for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package kteatime for openSUSE:Factory 
checked in at 2018-01-09 14:55:47

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


Package is "kteatime"

Tue Jan  9 14:55:47 2018 rev:60 rq:562616 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kteatime/kteatime.changes2017-12-19 
10:55:09.922972671 +0100
+++ /work/SRC/openSUSE:Factory/.kteatime.new/kteatime.changes   2018-01-09 
14:55:51.860289021 +0100
@@ -1,0 +2,6 @@
+Mon Jan  8 18:01:58 UTC 2018 - wba...@tmo.at
+
+- Remove unused Qt5DBus and libqimageblitz-devel build requirements
+  (the latter is Qt4-based anyway)
+
+---



Other differences:
--
++ kteatime.spec ++
--- /var/tmp/diff_new_pack.PMARBf/_old  2018-01-09 14:55:52.428262396 +0100
+++ /var/tmp/diff_new_pack.PMARBf/_new  2018-01-09 14:55:52.432262209 +0100
@@ -40,11 +40,9 @@
 BuildRequires:  ktextwidgets-devel
 BuildRequires:  kwidgetsaddons-devel
 BuildRequires:  kxmlgui-devel
-BuildRequires:  libqimageblitz-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Widgets)
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}




commit cpprest for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package cpprest for openSUSE:Factory checked 
in at 2018-01-09 14:55:22

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


Package is "cpprest"

Tue Jan  9 14:55:22 2018 rev:11 rq:562581 version:2.10.1

Changes:

--- /work/SRC/openSUSE:Factory/cpprest/cpprest.changes  2017-11-17 
11:00:51.538844832 +0100
+++ /work/SRC/openSUSE:Factory/.cpprest.new/cpprest.changes 2018-01-09 
14:55:30.677282019 +0100
@@ -1,0 +2,21 @@
+Mon Jan  1 22:10:37 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 2.10.1:
+  * Improve CMake generation of UWP binaries.
+  * Fix regression in CMake versions supported. As listed in the
+main CMakeLists.txt, we intend to only require 3.0.
+  * Mirror changes in the main PPL sources to
+Concurrency::details::do_while(), which yield a significant
+compiler throughput improvement on MSVC.
+  * Fix issues under /permissive-, an on-by-default flag for new
+projects in VS2017 15.5.
+- Fix build with Boost 1.66:
+  * Add cpprest-2.10.1-srand-boost-1.66.patch.
+  * Add cpprest-2.10.1-threadpool-boost-1.66.patch.
+
+---
+Tue Dec  5 11:49:40 UTC 2017 - i...@marguerite.su
+
+- add a pkgconfig file, fix boo#1068836
+
+---

Old:

  cpprestsdk-2.10.0.tar.gz

New:

  cpprest-2.10.1-srand-boost-1.66.patch
  cpprest-2.10.1-threadpool-boost-1.66.patch
  cpprestsdk-2.10.1.tar.gz



Other differences:
--
++ cpprest.spec ++
--- /var/tmp/diff_new_pack.FzEQiQ/_old  2018-01-09 14:55:33.173165018 +0100
+++ /var/tmp/diff_new_pack.FzEQiQ/_new  2018-01-09 14:55:33.177164831 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cpprest
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -19,7 +19,7 @@
 %define major 2
 %define minor 10
 Name:   cpprest
-Version:2.10.0
+Version:2.10.1
 Release:0
 Summary:C++ REST library
 # main: MIT (license.txt)
@@ -32,6 +32,10 @@
 Group:  Development/Libraries/C and C++
 Url:https://github.com/Microsoft/cpprestsdk
 Source: 
https://github.com/Microsoft/cpprestsdk/archive/v%{version}.tar.gz#/cpprestsdk-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM cpprest-2.10.1-srand-boost-1.66.patch -- Fix build with 
boost 1.66
+Patch0: cpprest-2.10.1-srand-boost-1.66.patch
+# PATCH-FIX-UPSTREAM cpprest-2.10.1-threadpool-boost-1.66.patch -- Fix build 
with boost 1.66
+Patch1: cpprest-2.10.1-threadpool-boost-1.66.patch
 BuildRequires:  cmake >= 3.0
 BuildRequires:  gcc-c++
 BuildRequires:  openssl-devel >= 1.0
@@ -76,6 +80,8 @@
 
 %prep
 %setup -q -n cpprestsdk-%{version}
+%patch0 -p1
+%patch1 -p1
 
 %build
 %cmake \
@@ -94,6 +100,22 @@
 cp build/Binaries/libcpprest.so.%{major}.%{minor} %{buildroot}%{_libdir}/
 ln -sf libcpprest.so.%{major}.%{minor} %{buildroot}%{_libdir}/libcpprest.so
 
+# create a pkgconfig file
+install -d %{buildroot}%{_libdir}/pkgconfig
+cat << EOF > %{buildroot}%{_libdir}/pkgconfig/%{name}.pc
+prefix=%{_prefix}
+exec_prefix=%{_prefix}
+libdir=%{_libdir}
+includedir=%{_includedir}
+
+Name: %{name}
+Description: cloud-based client-server communication
+URL: %{url}
+Version: %{version}
+Libs: -L%{_libdir} -lcpprest
+Cflags: -I%{_includedir}/cpprest -I%{_includedir}/pplx
+EOF
+
 %post -n libcpprest%{major}_%{minor} -p /sbin/ldconfig
 %postun -n libcpprest%{major}_%{minor} -p /sbin/ldconfig
 
@@ -106,5 +128,6 @@
 %{_includedir}/%{name}
 %{_includedir}/pplx
 %{_libdir}/libcpprest.so
+%{_libdir}/pkgconfig/%{name}.pc
 
 %changelog

++ cpprest-2.10.1-srand-boost-1.66.patch ++
>From 6b2e0480018530b616f61d5cdc786c92ba148bb7 Mon Sep 17 00:00:00 2001
From: John Hruby 
Date: Tue, 26 Dec 2017 16:52:13 +0100
Subject: [PATCH] fixed strand

---
 Release/libs/websocketpp/websocketpp/transport/asio/connection.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Release/libs/websocketpp/websocketpp/transport/asio/connection.hpp 
b/Release/libs/websocketpp/websocketpp/transport/asio/connection.hpp
index 0be40f6b..395632c3 100644
--- a/Release/libs/websocketpp/websocketpp/transport/asio/connection.hpp
+++ b/Release/libs/websocketpp/websocketpp/transport/asio/connection.hpp
@@ -422,7 +422,7 @@ class connection : public 
config::socket_type::socket_con_type {
 m_io_service = io_service;
 
 if (config::enable_multithreading) {

commit sca-patterns-sle12 for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package sca-patterns-sle12 for 
openSUSE:Factory checked in at 2018-01-09 14:55:40

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


Package is "sca-patterns-sle12"

Tue Jan  9 14:55:40 2018 rev:2 rq:562595 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle12/sca-patterns-sle12.changes
2018-01-06 18:53:52.878076655 +0100
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle12.new/sca-patterns-sle12.changes   
2018-01-09 14:55:44.376639831 +0100
@@ -1,0 +2,82 @@
+Mon Jan  8 17:52:57 UTC 2018 - jason.rec...@suse.com
+
+- New Security Announcement Patterns
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3103-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3117-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3119-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3123-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3125-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3132-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3146-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3149-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3151-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3154-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3160-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3287-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3289-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3293-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3299-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3301-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3302-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3303-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3304-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3305-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3307-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3308-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3309-1_12.0.ltss.py
+  sle12sp0/kgraft-patch_SUSE-SU-2017_3315-1_12.0.ltss.py
+  sle12sp1/kernel_SUSE-SU-2018_0031-1_12.1.ltss.py
+  sle12sp1/kernel_SUSE-SU-2018_0031-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3118-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3118-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3124-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3124-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3127-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3127-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3131-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3131-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3145-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3145-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3147-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3147-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3148-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3148-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3150-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3150-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3152-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3152-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3153-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3153-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3157-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3157-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3158-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3158-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3312-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3312-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3313-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3313-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3316-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3316-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3318-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3318-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3320-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3320-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3321-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3321-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3322-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3322-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3323-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3323-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3332-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3332-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3336-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3336-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3337-1_12.1.ltss.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3337-1_12.1.py
+  sle12sp1/kgraft-patch_SUSE-SU-2017_3338-1_12.1.ltss.py
+  

commit sca-patterns-sle11 for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package sca-patterns-sle11 for 
openSUSE:Factory checked in at 2018-01-09 14:55:36

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


Package is "sca-patterns-sle11"

Tue Jan  9 14:55:36 2018 rev:2 rq:562593 version:1.3

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle11/sca-patterns-sle11.changes
2018-01-06 18:53:37.434798648 +0100
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle11.new/sca-patterns-sle11.changes   
2018-01-09 14:55:40.204835393 +0100
@@ -1,0 +2,6 @@
+Mon Jan  8 17:54:34 UTC 2018 - jason.rec...@suse.com
+
+- New Security Announcement Pattern
+  sle11sp3/kvm_SUSE-SU-2018_0039-1_11.3.ltss.py
+
+---



Other differences:
--
++ sca-patterns-sle11.spec ++
--- /var/tmp/diff_new_pack.r9UZlN/_old  2018-01-09 14:55:40.792807831 +0100
+++ /var/tmp/diff_new_pack.r9UZlN/_new  2018-01-09 14:55:40.796807643 +0100
@@ -1,7 +1,7 @@
 # 
 # spec file for package sca-patterns-sle11
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,6 +12,10 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+
 %define sca_common sca
 %define patdirbase /usr/lib/%{sca_common}
 %define patdir %{patdirbase}/patterns
@@ -25,12 +29,12 @@
 Release:  0
 Summary:  Supportconfig Analysis Patterns for SLE11
 License:  GPL-2.0
-URL:  https://github.com/g23guy/sca-patterns-sle11
 Group:System/Monitoring
+Url:https://github.com/g23guy/sca-patterns-sle11
 Source:   %{name}-%{version}.tar.gz
 BuildRequires: fdupes
 Requires: sca-patterns-base
-Buildarch:noarch
+BuildArch:  noarch
 
 %description
 Supportconfig Analysis (SCA) appliance patterns to identify known

++ sca-patterns-sle11-1.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/kvm_SUSE-SU-2018_0039-1_11.3.ltss.py
 
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/kvm_SUSE-SU-2018_0039-1_11.3.ltss.py
--- 
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/kvm_SUSE-SU-2018_0039-1_11.3.ltss.py
   1970-01-01 01:00:00.0 +0100
+++ 
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/kvm_SUSE-SU-2018_0039-1_11.3.ltss.py
   2018-01-08 18:29:20.559333503 +0100
@@ -0,0 +1,62 @@
+#!/usr/bin/python
+#
+# Title:   Important Security Announcement for kvm SUSE-SU-2018:0039-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP3 LTSS
+# Source:  Security Announcement Parser v1.3.7
+# Modified:2018 Jan 08
+#
+##
+# Copyright (C) 2018 SUSE LLC
+##
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see .
+#
+#  Authors/Contributors:
+#   Jason Record (jason.rec...@suse.com)
+#
+##
+
+import os
+import Core
+import SUSE
+
+META_CLASS = "Security"
+META_CATEGORY = "SLE"
+META_COMPONENT = "kvm"
+PATTERN_ID = os.path.basename(__file__)
+PRIMARY_LINK = "META_LINK_Security"
+OVERALL = Core.TEMP
+OVERALL_INFO = "NOT SET"
+OTHER_LINKS = 
"META_LINK_Security=https://lists.opensuse.org/opensuse-security-announce/2018-01/msg00022.html;
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, 
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = True
+NAME = 'kvm'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2018:0039-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+   if ( SERVER['DistroPatchLevel'] == 3 ):
+   PACKAGES = {
+   'kvm': 

commit libnss_usrfiles for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package libnss_usrfiles for openSUSE:Factory 
checked in at 2018-01-09 14:55:12

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


Package is "libnss_usrfiles"

Tue Jan  9 14:55:12 2018 rev:2 rq:562559 version:2.25

Changes:

--- /work/SRC/openSUSE:Factory/libnss_usrfiles/libnss_usrfiles.changes  
2017-04-18 13:49:54.326655884 +0200
+++ /work/SRC/openSUSE:Factory/.libnss_usrfiles.new/libnss_usrfiles.changes 
2018-01-09 14:55:21.897693583 +0100
@@ -1,0 +2,6 @@
+Mon Jan  8 15:54:04 CET 2018 - ku...@suse.de
+
+- The default nsswitch.conf has changed again back to the old
+  values [bsc#1074515]
+
+---



Other differences:
--
++ libnss_usrfiles.spec ++
--- /var/tmp/diff_new_pack.djXzRk/_old  2018-01-09 14:55:22.673657208 +0100
+++ /var/tmp/diff_new_pack.djXzRk/_new  2018-01-09 14:55:22.677657020 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libnss_usrfiles
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -37,8 +37,8 @@
 
 %package -n libnss_usrfiles2
 Summary:NSS usrfiles plugin for glibc
-Group:  System/Libraries
 # we need cp
+Group:  System/Libraries
 Requires(post): coreutils
 Requires(post): glibc
 Requires(post): sed
@@ -62,11 +62,7 @@
 %post -n libnss_usrfiles2
 /sbin/ldconfig
 cp -a %{_sysconfdir}/nsswitch.conf %{_sysconfdir}/nsswitch.conf.nss_usrfiles
-%if 0%{?suse_version} < 1330
 sed -i -e 's|^passwd: compat$|passwd: files usrfiles|g' -e 's|^group:  
compat$|group:  files usrfiles|g' %{_sysconfdir}/nsswitch.conf
-%else
-sed -i -e 's|^passwd: compat [NOTFOUND=return] files$|passwd: files 
usrfiles|g' -e 's|^group:  compat [NOTFOUND=return] files$|group:  files 
usrfiles|g' %{_sysconfdir}/nsswitch.conf
-%endif
 
 %postun -n libnss_usrfiles2 -p /sbin/ldconfig
 




commit libgda for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package libgda for openSUSE:Factory checked 
in at 2018-01-09 14:55:04

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


Package is "libgda"

Tue Jan  9 14:55:04 2018 rev:83 rq:562509 version:5.2.4

Changes:

--- /work/SRC/openSUSE:Factory/libgda/libgda.changes2017-12-08 
12:57:58.988395566 +0100
+++ /work/SRC/openSUSE:Factory/.libgda.new/libgda.changes   2018-01-09 
14:55:12.142150900 +0100
@@ -1,0 +2,16 @@
+Mon Jan  8 12:37:54 UTC 2018 - fst...@suse.com
+
+- Added patches:
+  * libgda-jre10.patch: detect JRE 10's version string.
+  * libgda-5.2.4-nojavah.patch: instead of javah invocation, use
+javac's -h option; this bumps build requirement to
+   java-devel >= 1.8
+- Modified patches:
+  * libgda-jre18.patch
+  * libgda-jre9.patch
++ Don't patch generated configure, but the source java.m4 file
+- Run spec cleaner and add dependency on autoconf, automake and
+  libtool in order to regenearate the configure and Makefile.in
+  files.
+
+---

New:

  libgda-5.2.4-nojavah.patch
  libgda-jre10.patch



Other differences:
--
++ libgda.spec ++
--- /var/tmp/diff_new_pack.XQKEAg/_old  2018-01-09 14:55:13.022109650 +0100
+++ /var/tmp/diff_new_pack.XQKEAg/_new  2018-01-09 14:55:13.026109462 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgda
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -31,18 +31,24 @@
 Patch2: libgda-jre18.patch
 # PATCH-FIX-OPENSUSE libgda-jre9.patch dims...@opensuse.org -- Fix build with 
JRE 9 (not sent upstream, as it's way too hackish)
 Patch3: libgda-jre9.patch
+# PATCH-FIX-OPENSUSE libgda-jre10.patch fst...@suse.com -- Fix build with JRE 
10 (not sent upstream, as it's way too hackish)
+Patch4: libgda-jre10.patch
+# PATCH-FIX-OPENSUSE libgda-5.2.4-nojavah.patch fst...@suse.com -- Fix build 
with JRE 10 (not sent upstream, as it's way too hackish)
+Patch5: libgda-5.2.4-nojavah.patch
 # PATCH-FIX-OPENSUSE libgda-utf.patch dims...@opensuse.org -- Remove some UTF 
chars from headers, which messes with glib-mkenums inside OBS (needs more debug)
 Patch500:   libgda-utf.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  db-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool >= 0.40.6
 BuildRequires:  itstool
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libopenssl-1_0_0-devel
-#!BuildIgnore:  openssl
+BuildRequires:  libtool
 BuildRequires:  mdbtools-devel
 BuildRequires:  mysql
 BuildRequires:  mysql-devel
@@ -68,6 +74,7 @@
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(libxslt)
 BuildRequires:  pkgconfig(sqlite3)
+#!BuildIgnore:  openssl
 
 %description
 GNU Data Access (GDA) is an attempt to provide uniform access to
@@ -368,19 +375,22 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
+%patch5 -p1
 %patch500 -p1
 
 %build
+autoreconf -fi
 export LANG=C.UTF-8
 # Patch1 introdcues a --ARCH-- field in getsp, which needs to be replace prior 
to compilation
 getspARCH=%{_target_cpu}
 %ifarch x86_64
 getspARCH=amd64
 %endif
-%ifarch %ix86
+%ifarch %{ix86}
 getspARCH=i386
 %endif
-%ifarch %arm
+%ifarch %{arm}
 getspARCH=arm
 %endif
 # IcedTea 2.5.0 have ppc64 as libarch for ppc64le
@@ -413,7 +423,7 @@
 %install
 # remove error about java bytecode being for something later than java 1.15 -- 
see http://en.opensuse.org/Java/Packaging/Cookbook
 export NO_BRP_CHECK_BYTECODE_VERSION=true
-%makeinstall
+%make_install
 # X-SuSE-Design is just to make the brp check happy...
 %suse_update_desktop_file gda-browser-5.0 X-SuSE-Design
 %suse_update_desktop_file gda-control-center-5.0
@@ -435,25 +445,17 @@
 %icon_theme_cache_postun
 
 %post 5_0-4 -p /sbin/ldconfig
-
 %postun 5_0-4 -p /sbin/ldconfig
-
 %post ui-5_0-4 -p /sbin/ldconfig
-
 %postun ui-5_0-4 -p /sbin/ldconfig
-
 %post report-5_0-4 -p /sbin/ldconfig
-
 %postun report-5_0-4 -p /sbin/ldconfig
-
 %post xslt-5_0-4 -p /sbin/ldconfig
-
 %postun xslt-5_0-4 -p /sbin/ldconfig
 
 %files 5_0-4-lang -f libgda-5.0.lang
 
 %files tools
-%defattr(-, root, root)
 %{_bindir}/gda-list-config
 %{_bindir}/gda-list-server-op
 %{_bindir}/gda-sql
@@ -464,7 +466,6 @@
 # the libgda soname, naming scheme is different (5_0-4 for soname, 5_0
 # for data files). To be on the safe side, 

commit vpp for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package vpp for openSUSE:Factory checked in 
at 2018-01-09 14:54:54

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


Package is "vpp"

Tue Jan  9 14:54:54 2018 rev:7 rq:562466 version:18.01

Changes:

--- /work/SRC/openSUSE:Factory/vpp/vpp.changes  2017-12-12 21:23:38.916460788 
+0100
+++ /work/SRC/openSUSE:Factory/.vpp.new/vpp.changes 2018-01-09 
14:54:57.422840911 +0100
@@ -1,0 +2,8 @@
+Mon Jan  8 10:01:40 UTC 2018 - fst...@suse.com
+
+- Added patch:
+  * vpp-18.01-nojavah.patch
+- Replace javah invocation with javac's -h option
+- Fixes build with jdk10
+
+---

New:

  vpp-18.01-nojavah.patch



Other differences:
--
++ vpp.spec ++
--- /var/tmp/diff_new_pack.u4uz0h/_old  2018-01-09 14:54:58.906771347 +0100
+++ /var/tmp/diff_new_pack.u4uz0h/_new  2018-01-09 14:54:58.906771347 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vpp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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 @@
 Patch0: 0001-enable-shared.patch
 Patch1: 0003-startup-conf.patch
 Patch2: vpp-17.10-java9.patch
+Patch3: vpp-18.01-nojavah.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
@@ -154,6 +155,7 @@
 %patch0
 %patch1
 %patch2 -p1
+%patch3 -p1
 
 %build
 export VPP_BUILD_USER=suse

++ vpp-18.01-nojavah.patch ++
--- vpp-18.01/src/configure.ac  2018-01-08 10:44:42.032124060 +0100
+++ vpp-18.01/src/configure.ac  2018-01-08 10:47:24.734893542 +0100
@@ -312,7 +312,6 @@
   AX_VPP_FIND_JDK8
   AC_SUBST(JAVA_HOME)
   AC_SUBST(JAVAC)
-  AC_SUBST(JAVAH)
   AC_SUBST(JAR)
 ])
 
--- vpp-18.01/src/vpp-api/java/Makefile.am  2018-01-08 10:44:42.040124060 
+0100
+++ vpp-18.01/src/vpp-api/java/Makefile.am  2018-01-08 10:46:27.046893324 
+0100
@@ -71,9 +71,7 @@
@echo "  JAPIGEN  $@"
@rm -rf jvpp-registry/target
@mkdir -p jvpp-registry/target
-   @$(JAVAC) -source 8 -target 8 -d jvpp-registry/target $^
-   @$(JAVAH) -force -classpath jvpp-registry/target -d jvpp-registry 
io.fd.vpp.jvpp.VppJNIConnection
-   @$(JAVAH) -force -classpath jvpp-registry/target -d jvpp-registry 
io.fd.vpp.jvpp.JVppRegistryImpl
+   @$(JAVAC) -source 8 -target 8 -d jvpp-registry/target -h jvpp-registry 
$^
@touch jvpp-registry.ok
 
 define japigen
@@ -84,10 +82,7 @@
@find jvpp-$(1)/target -name \*.java > jvpp-$(1).generated.files
@find @srcdir@/jvpp-$(1) -name \*.java > jvpp-$(1).static.files
@$(JAVAC) -source 8 -target 8 -classpath jvpp-registry/target \
- -d jvpp-$(1)/target @jvpp-$(1).generated.files @jvpp-$(1).static.files
-   @$(JAVAH) -force \
- -classpath jvpp-registry/target:jvpp-$(1)/target \
- -d jvpp-$(1) io.fd.vpp.jvpp.$(1).$(2)
+ -d jvpp-$(1)/target -h jvpp-$(1) @jvpp-$(1).generated.files 
@jvpp-$(1).static.files
 endef
 
 #



commit osslsigncode for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package osslsigncode for openSUSE:Factory 
checked in at 2018-01-09 14:55:17

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


Package is "osslsigncode"

Tue Jan  9 14:55:17 2018 rev:6 rq:562578 version:1.7.1

Changes:

--- /work/SRC/openSUSE:Factory/osslsigncode/osslsigncode.changes
2015-10-08 08:24:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.osslsigncode.new/osslsigncode.changes   
2018-01-09 14:55:22.877647645 +0100
@@ -1,0 +2,5 @@
+Wed Dec 20 14:28:54 UTC 2017 - fcro...@suse.com
+
+- Adapt BuildRequires to libopenssl-1_0_0-devel for SLE15 / TW.
+
+---



Other differences:
--
++ osslsigncode.spec ++
--- /var/tmp/diff_new_pack.XDfJUZ/_old  2018-01-09 14:55:23.537616707 +0100
+++ /var/tmp/diff_new_pack.XDfJUZ/_new  2018-01-09 14:55:23.541616520 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package osslsigncode
 #
-# 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
@@ -27,7 +27,11 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libgsf-devel
+%if %suse_version >= 1500
+BuildRequires:  libopenssl-1_0_0-devel
+%else
 BuildRequires:  openssl-devel
+%endif
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libcurl)
 




commit focuswriter for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package focuswriter for openSUSE:Factory 
checked in at 2018-01-09 14:54:59

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


Package is "focuswriter"

Tue Jan  9 14:54:59 2018 rev:8 rq:562481 version:1.6.8

Changes:

--- /work/SRC/openSUSE:Factory/focuswriter/focuswriter.changes  2017-10-19 
19:34:04.931415084 +0200
+++ /work/SRC/openSUSE:Factory/.focuswriter.new/focuswriter.changes 
2018-01-09 14:55:04.970487092 +0100
@@ -1,0 +2,9 @@
+Mon Jan  8 08:27:30 UTC 2018 - mplus...@suse.com
+
+- Update to version 1.6.8:
+  * FIXED: Could not compile with Qt 5.10.
+  * FIXED: Did not handle ODT line position with two values.
+  * Translation updates: German, Indonesian.
+- Do not run post scriplets on Tumbleweed where they are not needed
+
+---

Old:

  focuswriter-1.6.7-src.tar.bz2

New:

  focuswriter-1.6.8-src.tar.bz2



Other differences:
--
++ focuswriter.spec ++
--- /var/tmp/diff_new_pack.QDpzNA/_old  2018-01-09 14:55:07.034390341 +0100
+++ /var/tmp/diff_new_pack.QDpzNA/_new  2018-01-09 14:55:07.038390153 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package focuswriter
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 Graeme Gott 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,12 +18,12 @@
 
 
 Name:   focuswriter
-Version:1.6.7
+Version:1.6.8
 Release:0
 Summary:A fullscreen, distraction-free writing program
 License:GPL-3.0+
 Group:  Productivity/Office/Word Processor
-Url:http://gottcode.org/focuswriter
+URL:http://gottcode.org/focuswriter
 Source: http://gottcode.org/focuswriter/%{name}-%{version}-src.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -72,6 +72,7 @@
 %find_lang %{name} --with-qt
 %fdupes -s %{buildroot}
 
+%if 0%{?suse_version} < 1330
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -79,6 +80,7 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
 %doc ChangeLog CREDITS NEWS README

++ focuswriter-1.6.7-src.tar.bz2 -> focuswriter-1.6.8-src.tar.bz2 ++
/work/SRC/openSUSE:Factory/focuswriter/focuswriter-1.6.7-src.tar.bz2 
/work/SRC/openSUSE:Factory/.focuswriter.new/focuswriter-1.6.8-src.tar.bz2 
differ: char 11, line 1




commit QMPlay2 for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package QMPlay2 for openSUSE:Factory checked 
in at 2018-01-09 14:54:33

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


Package is "QMPlay2"

Tue Jan  9 14:54:33 2018 rev:29 rq:562417 version:17.12.31

Changes:

--- /work/SRC/openSUSE:Factory/QMPlay2/QMPlay2.changes  2017-10-28 
14:22:06.426624699 +0200
+++ /work/SRC/openSUSE:Factory/.QMPlay2.new/QMPlay2.changes 2018-01-09 
14:54:33.787948875 +0100
@@ -1,0 +2,35 @@
+Mon Jan  8 07:03:50 UTC 2018 - kah0...@gmail.com
+
+- Update to 17.12.31
+  * Automaticaly rotate movie or set spherical view if is set in
+metadata.
+  * update Ukrainian translation file (Alexey Lugin)/
+  * add reading of CUE files.
+  * VA-API/OpenGL fixes.
+
+---
+Sat Dec 16 07:44:22 UTC 2017 - mplus...@suse.com
+
+- Fix download url
+- Update project url
+- Update dependencies (support for svg)
+- Refresh QMPlay2-desktop-warnings.diff
+
+---
+Thu Dec 14 02:40:13 UTC 2017 - kah0...@gmail.com
+
+- Update to 17.12.1
+   * Use pan gesture for scrolling on Windows (native) and Android (QScroller),
+   * add task bar playback progress and tool buttons on Windows,
+   * drop support for Qt < 5.6, CMake < 3.1, and FFmpeg < 2.5,
+   * add Ukrainian translation file (Alexey Lugin),
+   * update Russian translation file (victorr2007),
+   * more mouse interaction with system tray,
+   * remove already fixed Qt bug workarounds,
+   * use Qt5 JSON parser instead of Json11,
+   * add Toast notifications for Android,
+   * simplify LineEdit using Qt 5.2 API,
+   * remove SoundCloud and ProstoPleer,
+   * use "QCommandLineParser".
+
+---

Old:

  QMPlay2-src-17.10.24.tar.xz

New:

  QMPlay2-src-17.12.31.tar.xz



Other differences:
--
++ QMPlay2.spec ++
--- /var/tmp/diff_new_pack.bD4VBC/_old  2018-01-09 14:54:34.583911561 +0100
+++ /var/tmp/diff_new_pack.bD4VBC/_new  2018-01-09 14:54:34.587911374 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package QMPlay2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,12 +17,12 @@
 
 
 Name:   QMPlay2
-Version:17.10.24
+Version:17.12.31
 Release:0
 Summary:A Qt based media player, streamer and downloader
 License:LGPL-3.0+
 Group:  Productivity/Multimedia/Video/Players
-Url:http://zaps166.sourceforge.net/?app=QMPlay2
+URL:https://github.com/zaps166/QMPlay2
 Source: 
https://github.com/zaps166/QMPlay2/releases/download/%{version}/QMPlay2-src-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE vs. WARNING: invalid-desktopfile contains group,
 # but ones extending the format should start with "X-".
@@ -31,6 +31,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(Qt5LinguistTools)
 BuildRequires:  pkgconfig(Qt5DBus)
+BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5X11Extras)
 BuildRequires:  pkgconfig(alsa)
@@ -60,8 +61,9 @@
 Recommends: youtube-dl
 
 %description
-%{name} is a video player, it can play and stream all formats supported by
-ffmpeg and libmodplug (including J2B). It has an integrated Youtube browser.
+QMPlay2 is a video player, it can play and stream all formats supported by
+ffmpeg and libmodplug (including J2B). It has an integrated Youtube
+browser.
 
 %packagedevel
 Summary:%{name} development files
@@ -73,7 +75,7 @@
 
 %prep
 %setup -q -n %{name}-src-%{version}
-%patch2
+%patch2 -p1
 
 %build
 %cmake \

++ QMPlay2-desktop-warnings.diff ++
--- /var/tmp/diff_new_pack.bD4VBC/_old  2018-01-09 14:54:34.607910437 +0100
+++ /var/tmp/diff_new_pack.bD4VBC/_new  2018-01-09 14:54:34.607910437 +0100
@@ -1,6 +1,8 @@
 src/gui/Unix/QMPlay2.desktop.orig  2017-03-11 03:19:26.0 +0300
-+++ src/gui/Unix/QMPlay2.desktop   2017-07-12 22:52:35.590653797 +0300
-@@ -12,22 +12,22 @@
+Index: QMPlay2-src-17.12.11/src/gui/Unix/QMPlay2.desktop
+===
+--- QMPlay2-src-17.12.11.orig/src/gui/Unix/QMPlay2.desktop
 QMPlay2-src-17.12.11/src/gui/Unix/QMPlay2.desktop
+@@ -12,22 +12,22 @@ MimeType=inode/directory;video/mp4;video
  
  X-Ayatana-Desktop-Shortcuts=PlayPause;Stop;Prev;Next;
  

++ QMPlay2-src-17.10.24.tar.xz -> QMPlay2-src-17.12.31.tar.xz ++

commit gpxsee for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package gpxsee for openSUSE:Factory checked 
in at 2018-01-09 14:54:28

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


Package is "gpxsee"

Tue Jan  9 14:54:28 2018 rev:18 rq:562375 version:4.19

Changes:

--- /work/SRC/openSUSE:Factory/gpxsee/gpxsee.changes2017-12-11 
18:56:45.957810087 +0100
+++ /work/SRC/openSUSE:Factory/.gpxsee.new/gpxsee.changes   2018-01-09 
14:54:29.864132819 +0100
@@ -1,0 +2,14 @@
+Mon Jan  8 02:35:38 CET 2018 - tu...@cbox.cz
+
+- Update to version 4.19
+  * Fixed missing cached content cleanup causing huge draw areas
+(causing system memory exhaustion) issue.
+
+---
+Sat Jan  6 22:48:36 CET 2018 - tu...@cbox.cz
+
+- Update to version 4.18
+  * Fixed broaken A records parsing in IGC files.
+  * Added support for negative altitudes in IGC files.
+
+---

Old:

  GPXSee-4.17.tar.gz

New:

  GPXSee-4.19.tar.gz



Other differences:
--
++ gpxsee.spec ++
--- /var/tmp/diff_new_pack.6IFLoV/_old  2018-01-09 14:54:30.788089505 +0100
+++ /var/tmp/diff_new_pack.6IFLoV/_new  2018-01-09 14:54:30.792089317 +0100
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:   gpxsee
-Version:4.17
+Version:4.19
 Release:1
 Summary:GPS log files visualizing and analyzing tool
 License:GPL-3.0
@@ -47,6 +47,7 @@
 BuildRequires:  libQt5Widgets-devel
 BuildRequires:  libQt5Network-devel
 BuildRequires:  libQt5PrintSupport-devel
+BuildRequires:  libQt5OpenGL-devel
 BuildRequires:  libqt5-linguist
 %endif
 %if 0%{?rhel_version} || 0%{?centos_version}

++ GPXSee-4.17.tar.gz -> GPXSee-4.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GPXSee-4.17/.appveyor.yml 
new/GPXSee-4.19/.appveyor.yml
--- old/GPXSee-4.17/.appveyor.yml   2017-12-07 21:05:00.0 +0100
+++ new/GPXSee-4.19/.appveyor.yml   2018-01-08 02:31:22.0 +0100
@@ -1,4 +1,4 @@
-version: 4.17.{build}
+version: 4.19.{build}
 configuration: Release
 platform: Any CPU
 environment:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GPXSee-4.17/gpxsee.pro new/GPXSee-4.19/gpxsee.pro
--- old/GPXSee-4.17/gpxsee.pro  2017-12-07 21:05:00.0 +0100
+++ new/GPXSee-4.19/gpxsee.pro  2018-01-08 02:31:22.0 +0100
@@ -1,5 +1,5 @@
 TARGET = GPXSee
-VERSION = 4.17
+VERSION = 4.19
 QT += core \
 gui \
 network
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GPXSee-4.17/lang/gpxsee_sv.ts 
new/GPXSee-4.19/lang/gpxsee_sv.ts
--- old/GPXSee-4.17/lang/gpxsee_sv.ts   2017-12-07 21:05:00.0 +0100
+++ new/GPXSee-4.19/lang/gpxsee_sv.ts   2018-01-08 02:31:22.0 +0100
@@ -918,12 +918,12 @@
 
 
 Always show the map
-
+Visa alltid kartan
 
 
 
 Show the map even when no files are loaded.
-
+Visa kartan även utan inlästa filer.
 
 
 
@@ -955,7 +955,7 @@
 
 
 General
-
+Allmänt
 
 
 
@@ -1014,7 +1014,7 @@
 
 
 Slider color:
-
+Skjutreglagefärg:
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GPXSee-4.17/pkg/gpxsee.nsi 
new/GPXSee-4.19/pkg/gpxsee.nsi
--- old/GPXSee-4.17/pkg/gpxsee.nsi  2017-12-07 21:05:00.0 +0100
+++ new/GPXSee-4.19/pkg/gpxsee.nsi  2018-01-08 02:31:22.0 +0100
@@ -5,7 +5,7 @@
 ; The name of the installer
 Name "GPXSee"
 ; Program version
-!define VERSION "4.17"
+!define VERSION "4.19"
 
 ; The file to write
 OutFile "GPXSee-${VERSION}.exe"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GPXSee-4.17/pkg/gpxsee64.nsi 
new/GPXSee-4.19/pkg/gpxsee64.nsi
--- old/GPXSee-4.17/pkg/gpxsee64.nsi2017-12-07 21:05:00.0 +0100
+++ new/GPXSee-4.19/pkg/gpxsee64.nsi2018-01-08 02:31:22.0 +0100
@@ -5,7 +5,7 @@
 ; The name of the installer
 Name "GPXSee"
 ; Program version
-!define VERSION "4.17"
+!define VERSION "4.19"
 
 ; The file to write
 OutFile "GPXSee-${VERSION}_x64.exe"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GPXSee-4.17/src/GUI/app.cpp 
new/GPXSee-4.19/src/GUI/app.cpp
--- old/GPXSee-4.17/src/GUI/app.cpp 2017-12-07 21:05:00.0 +0100
+++ new/GPXSee-4.19/src/GUI/app.cpp 2018-01-08 

commit phoronix-test-suite for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package phoronix-test-suite for 
openSUSE:Factory checked in at 2018-01-09 14:55:07

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


Package is "phoronix-test-suite"

Tue Jan  9 14:55:07 2018 rev:6 rq:562550 version:7.6.0

Changes:

--- /work/SRC/openSUSE:Factory/phoronix-test-suite/phoronix-test-suite.changes  
2017-10-11 23:01:21.648882622 +0200
+++ 
/work/SRC/openSUSE:Factory/.phoronix-test-suite.new/phoronix-test-suite.changes 
2018-01-09 14:55:17.121917460 +0100
@@ -1,0 +2,7 @@
+Mon Jan  8 14:24:38 UTC 2018 - mplus...@suse.com
+
+- Update to version 7.6.0:
+  * For detailed list of changes see ChangeLog
+- Do not run post scriplets on Tumbleweed where they are not needed
+
+---

Old:

  phoronix-test-suite-7.4.0.tar.gz

New:

  phoronix-test-suite-7.6.0.tar.gz



Other differences:
--
++ phoronix-test-suite.spec ++
--- /var/tmp/diff_new_pack.M7QsZI/_old  2018-01-09 14:55:18.501852772 +0100
+++ /var/tmp/diff_new_pack.M7QsZI/_new  2018-01-09 14:55:18.501852772 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package phoronix-test-suite
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,12 +17,12 @@
 
 
 Name:   phoronix-test-suite
-Version:7.4.0
+Version:7.6.0
 Release:0
 Summary:Comprehensive test and benchmarking platform
 License:GPL-3.0
 Group:  System/Benchmark
-Url:http://www.phoronix-test-suite.com/
+URL:http://www.phoronix-test-suite.com/
 Source0:
http://www.phoronix.net/downloads/phoronix-test-suite/releases/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -74,18 +74,22 @@
 %service_add_pre phoromatic-client.service phoromatic-server.service
 
 %post
+%if 0%{?suse_version} < 1330
 %desktop_database_post
 %icon_theme_cache_post
 %mime_database_post
+%endif
 %service_add_post phoromatic-client.service phoromatic-server.service
 
 %preun
 %service_del_preun phoromatic-client.service phoromatic-server.service
 
 %postun
+%if 0%{?suse_version} < 1330
 %desktop_database_postun
 %icon_theme_cache_postun
 %mime_database_postun
+%endif
 %service_del_postun phoromatic-client.service phoromatic-server.service
 
 %files

++ phoronix-test-suite-7.4.0.tar.gz -> phoronix-test-suite-7.6.0.tar.gz 
++
 2545 lines of diff (skipped)




commit no-more-secrets for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package no-more-secrets for openSUSE:Factory 
checked in at 2018-01-09 14:54:49

Comparing /work/SRC/openSUSE:Factory/no-more-secrets (Old)
 and  /work/SRC/openSUSE:Factory/.no-more-secrets.new (New)


Package is "no-more-secrets"

Tue Jan  9 14:54:49 2018 rev:3 rq:562451 version:0.3.3

Changes:

--- /work/SRC/openSUSE:Factory/no-more-secrets/no-more-secrets.changes  
2017-03-24 02:09:18.480883202 +0100
+++ /work/SRC/openSUSE:Factory/.no-more-secrets.new/no-more-secrets.changes 
2018-01-09 14:54:52.003094978 +0100
@@ -1,0 +2,7 @@
+Mon Jan  8 09:55:54 UTC 2018 - rbr...@suse.com
+
+- Update to 0.3.3
+  * Option to mask space characters (-s)
+  * Minor bug fixes 
+
+---

Old:

  no-more-secrets-0.3.2.tar.gz

New:

  no-more-secrets-0.3.3.tar.gz



Other differences:
--
++ no-more-secrets.spec ++
--- /var/tmp/diff_new_pack.zKPJCy/_old  2018-01-09 14:54:52.583067790 +0100
+++ /var/tmp/diff_new_pack.zKPJCy/_new  2018-01-09 14:54:52.587067602 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package no-more-secrets
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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:   no-more-secrets
-Version:0.3.2
+Version:0.3.3
 Release:0
 Summary:A recreation of the "decrypting text" effect from the 1992 
movie Sneakers
 License:GPL-3.0+

++ no-more-secrets-0.3.2.tar.gz -> no-more-secrets-0.3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/no-more-secrets-0.3.2/README.md 
new/no-more-secrets-0.3.3/README.md
--- old/no-more-secrets-0.3.2/README.md 2017-02-19 19:29:28.0 +0100
+++ new/no-more-secrets-0.3.3/README.md 2017-09-20 15:15:04.0 +0200
@@ -1,4 +1,4 @@
-![Version](https://img.shields.io/badge/Version-0.3.2-green.svg)
+![Version](https://img.shields.io/badge/Version-0.3.3-green.svg)
 
 No More Secrets
 ===
@@ -33,6 +33,7 @@
 2. [Usage](#usage)
 3. [The NMS Library](#the-nms-library)
 4. [License](#license)
+5. [Tips](#tips)
 
 Download and Install
 
@@ -51,11 +52,11 @@
 
  Install:
 ```
-git clone https://github.com/bartobri/no-more-secrets.git
-cd ./no-more-secrets
-make nms
-make sneakers ## Optional
-sudo make install
+$ git clone https://github.com/bartobri/no-more-secrets.git
+$ cd ./no-more-secrets
+$ make nms
+$ make sneakers ## Optional
+$ sudo make install
 ```
 
  Uninstall:
@@ -72,11 +73,11 @@
 library from your package manager](NCURSES.md). Next, follow these 
instructions:
 
 ```
-git clone https://github.com/bartobri/no-more-secrets.git
-cd ./no-more-secrets
-make nms-ncurses
-make sneakers-ncurses ## Optional
-sudo make install
+$ git clone https://github.com/bartobri/no-more-secrets.git
+$ cd ./no-more-secrets
+$ make nms-ncurses
+$ make sneakers-ncurses ## Optional
+$ sudo make install
 ```
 
 Usage
@@ -86,11 +87,12 @@
 enjoy the magic. In the below examples, I use a simple directory listing.
 
 ```
-ls -l | nms
-ls -l | nms -a   // Set auto-decrypt flag
-ls -l | nms -f green // Set foreground color to green
-ls -l | nms -c   // Clear screen
-nms -v   // Display version
+$ ls -l | nms
+$ ls -l | nms -a   // Set auto-decrypt flag
+$ ls -l | nms -s   // Set flag to mask space characters
+$ ls -l | nms -f green // Set foreground color to green
+$ ls -l | nms -c   // Clear screen
+$ nms -v   // Display version
 ```
 
 Note that by default, after the initial encrypted characters are displayed,
@@ -104,6 +106,11 @@
 Set the auto-decrypt flag. This will automatically start the
 decryption sequence without requiring a key press.
 
+`-s`
+
+Set a flag to mask space characters. This will only mask single blank space
+characters. Other space characters such as tabs and newlines will not be 
masked.
+
 `-f `
 
 Set the foreground color of the decrypted text to the color
@@ -134,5 +141,10 @@
 ---
 
 This program is free software; you can redistribute it and/or modify it
-under the terms of the the MIT License (MIT). See [LICENSE](LICENSE) for
+under the terms of the GNU General Public License. See [LICENSE](LICENSE) for
 more details.
+
+Tips
+
+
+[Tips are always appreciated!](https://github.com/bartobri/tips)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit docker_1_12_6 for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package docker_1_12_6 for openSUSE:Factory 
checked in at 2018-01-09 14:55:02

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


Package is "docker_1_12_6"

Tue Jan  9 14:55:02 2018 rev:6 rq:562494 version:1.12.6

Changes:

--- /work/SRC/openSUSE:Factory/docker_1_12_6/docker_1_12_6.changes  
2017-11-30 12:45:05.794561824 +0100
+++ /work/SRC/openSUSE:Factory/.docker_1_12_6.new/docker_1_12_6.changes 
2018-01-09 14:55:07.322376841 +0100
@@ -1,0 +2,29 @@
+Thu Dec 21 12:21:06 UTC 2017 - mj...@suse.com
+
+- Enable libseccomp for Docker package build, bsc#1072367
+
+---
+Tue Dec 19 12:44:25 UTC 2017 - norm...@linux.vnet.ibm.com
+
+- Add buildmode=pie for tests and binary build. bsc#1048046 bsc#1051429
+  (similar as sr#514245 for docker package)
+
+---
+Mon Dec 18 10:32:36 UTC 2017 - vrothb...@suse.com
+
+- Update private-registry mirroring patch to the newest version of the
+  upstream pull request (https://github.com/moby/moby/pull/34319) to
+  improve sanity and consistency checks.
+  * private-registry-0001-Add-private-registry-mirror-support.patch
+
+---
+Tue Dec 12 09:52:24 UTC 2017 - vrothb...@suse.com
+
+- Update private-registry mirroring patch to reflect some feedback from
+  upstream and change the JSON config options to the Prefix/Mirrors one.
+  Notice that this patch is still subject to change until the final pull
+  request (https://github.com/moby/moby/pull/34319) is merged upstream.
+  + private-registry-0001-Implement-private-registry-mirror-support.patch
+  - private-registry-0001-Add-private-registry-mirror-support.patch
+
+---
@@ -30,0 +60 @@
+  fix bsc#1074971

Old:

  private-registry-0001-Implement-private-registry-mirror-support.patch

New:

  private-registry-0001-Add-private-registry-mirror-support.patch



Other differences:
--
++ docker_1_12_6.spec ++
--- /var/tmp/diff_new_pack.lpjzRV/_old  2018-01-09 14:55:09.278285151 +0100
+++ /var/tmp/diff_new_pack.lpjzRV/_new  2018-01-09 14:55:09.278285151 +0100
@@ -95,14 +95,19 @@
 # SUSE-BACKPORT: Patch fixing a DoS bug that makes certain operations fail on
 #a libdm device. bsc#1045628
 Patch500:   
bsc1045628-0001-devicemapper-remove-container-rootfs-mountPath-after.patch
-# SUSE-FEATURE: Add support to mirror non-upstream/private registries.
-Patch600:   
private-registry-0001-Implement-private-registry-mirror-support.patch
+# SUSE-FEATURE: Add support to mirror inofficial/private registries
+#   (https://github.com/moby/moby/pull/34319)
+Patch600:   private-registry-0001-Add-private-registry-mirror-support.patch
 BuildRequires:  audit
 BuildRequires:  bash-completion
 BuildRequires:  device-mapper-devel >= 1.2.68
 BuildRequires:  glibc-devel-static
 BuildRequires:  libapparmor-devel
 BuildRequires:  libbtrfs-devel >= 3.8
+%define with_libseccomp 1
+%if 0%{?with_libseccomp}
+BuildRequires:  libseccomp-devel
+%endif
 BuildRequires:  procps
 BuildRequires:  sqlite3-devel
 BuildRequires:  systemd-devel
@@ -248,7 +253,11 @@
 (cat < docker_build_env
 . ./docker_build_env
@@ -262,6 +271,7 @@
 
 # build the tests binary
 GOPATH=$(pwd)/vendor:$(pwd)/.gopath/ go test \
+-buildmode=pie \
 -tags "$DOCKER_BUILDTAGS daemon autogen" \
 -c github.com/docker/docker/integration-cli -o tests.main
 
@@ -328,9 +338,12 @@
| grep -v 'github.com/docker/docker/cmd/dockerd$' \
| grep -v 'github.com/docker/docker/builder/dockerfile/parser$' 
\
| grep -v 'github.com/docker/docker/man$' \
+%if ! 0%{?with_libseccomp}
+   | grep -v 'github.com/docker/docker/profiles/seccomp$' \
+%endif
| grep -v 'github.com/docker/docker/pkg/integration$')
 
-go test -cover -ldflags -w -tags $EXCLUDE_TAGS -a -test.timeout=10m $PKG_LIST
+go test -buildmode=pie -cover -ldflags -w -tags $EXCLUDE_TAGS -a 
-test.timeout=10m $PKG_LIST
 %endif
 
 %install

++ private-registry-0001-Add-private-registry-mirror-support.patch ++
>From cee4836847f76d3f7120489d17fa6e705da197a4 Mon Sep 17 00:00:00 2001
From: Valentin Rothberg 
Date: Fri, 28 Jul 2017 16:15:04 +0200
Subject: [PATCH] Add private-registry mirror support

NOTE: This backport patch does NOT support the prefix semantics as
described below.  Instead, only the host of each prefix will be used.
Therefore, there can only be one prefix for a given host.  The daemon

commit mpich for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package mpich for openSUSE:Factory checked 
in at 2018-01-09 14:54:39

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


Package is "mpich"

Tue Jan  9 14:54:39 2018 rev:5 rq:562438 version:3.2

Changes:

--- /work/SRC/openSUSE:Factory/mpich/mpich.changes  2017-11-03 
16:27:53.461570209 +0100
+++ /work/SRC/openSUSE:Factory/.mpich.new/mpich.changes 2018-01-09 
14:54:40.611628991 +0100
@@ -1,0 +2,8 @@
+Fri Jan  5 18:37:08 UTC 2018 - e...@suse.com
+
+- Add gcc7 as additional compiler flavor for HPC on SLES.
+- Fix library package requires - use HPC macro (boo#1074890).
+- Fix mpich HPC installation path in spec file.
+- Fix hpc macros: add %mpich_requires.
+
+---



Other differences:
--
++ mpich.spec ++
--- /var/tmp/diff_new_pack.5hd11J/_old  2018-01-09 14:54:41.519586428 +0100
+++ /var/tmp/diff_new_pack.5hd11J/_new  2018-01-09 14:54:41.523586240 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mpich
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,6 +82,36 @@
 %{bcond_without hpc}
 %endif
 
+%if "%flavor" == "gnu7-hpc"
+%define compiler_family gnu
+%define c_f_ver 7
+%define build_flavor verbs
+%define build_static_devel 1
+%{bcond_without hpc}
+%endif
+%if "%flavor" == "gnu7-hpc-testsuite"
+%define compiler_family gnu
+%define c_f_ver 7
+%define testsuite 1
+%define build_flavor verbs
+%{bcond_without hpc}
+%endif
+
+%if "%flavor" == "gnu7-hpc-ofi"
+%define compiler_family gnu
+%define c_f_ver 7
+%define build_flavor ofi
+%define build_static_devel 1
+%{bcond_without hpc}
+%endif
+%if "%flavor" == "gnu7-hpc-ofi-testsuite"
+%define compiler_family gnu
+%define c_f_ver 7
+%define testsuite 1
+%define build_flavor ofi
+%{bcond_without hpc}
+%endif
+
 %if "%{build_flavor}" != "verbs"
 %define pack_suff %{?build_flavor:-%{build_flavor}}
 %endif
@@ -109,7 +139,7 @@
 %define package_name 
%{pname}%{?pack_suff}_%{_vers}-%{compiler_family}%{?c_f_ver}-hpc
 
 %global hpc_mpich_dep_version %(VER=%{?m_f_ver}; echo -n ${VER})
-%global hpc_mpich_dir mvapich
+%global hpc_mpich_dir mpich
 %global hpc_mpich_pack_version %{hpc_mpich_dep_version}
 %endif
 
@@ -164,7 +194,7 @@
 BuildRequires:  %{compiler_family}%{?c_f_ver}-compilers-hpc-macros-devel
 BuildRequires:  lua-lmod
 BuildRequires:  suse-hpc
-Requires:   lua-lmod
+%hpc_requires
 %endif
 
 %if 0%{?testsuite}
@@ -314,7 +344,7 @@
 
 %if 0%{?testsuite}
 # Remove everything from testsuite package
-# It is all contained by mvapich2 packages
+# It is all contained by mpich packages
 rm -rf %{buildroot}/*
 
 %check

++ macros.hpc-mpich ++
--- /var/tmp/diff_new_pack.5hd11J/_old  2018-01-09 14:54:41.583583427 +0100
+++ /var/tmp/diff_new_pack.5hd11J/_new  2018-01-09 14:54:41.583583427 +0100
@@ -4,14 +4,17 @@
 
 %hpc_mpich_init(V:) \
  %{-V: %define _mf_ver %{-V*}} \
- %{expand: %%global hpc_mpich_dep_version %%{?_mf_ver}%%{!?_mf_ver:3}} \
+ %{expand: %%global hpc_mpich_dep_version %%{?_mf_ver}} \
  %{expand: %%global hpc_mpich_dir mpich%{hpc_mpich_dep_version}} \
- %{expand: %%global hpc_mpich_pack_version %{hpc_mpich_dep_version}}
+ %global hpc_mpich_pack_version %{hpc_mpich_dep_version}
 
 # We may have to add a version here.
 %hpc_setup_mpich \
  module load mpich
 
+%hpc_mpich_requires \
+Requires:  
mpich%{hpc_mpich_dep_version}-%{compiler_family}%{hpc_cf_pack_version}-hpc
+
 %hpc_mpich_requires_devel \
 Requires:  
mpich%{hpc_mpich_dep_version}-%{compiler_family}%{hpc_cf_pack_version}-hpc-devel
 




commit wok-plugins-ginger for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package wok-plugins-ginger for 
openSUSE:Factory checked in at 2018-01-09 14:54:52

Comparing /work/SRC/openSUSE:Factory/wok-plugins-ginger (Old)
 and  /work/SRC/openSUSE:Factory/.wok-plugins-ginger.new (New)


Package is "wok-plugins-ginger"

Tue Jan  9 14:54:52 2018 rev:2 rq:562453 version:2.4.0

Changes:

--- /work/SRC/openSUSE:Factory/wok-plugins-ginger/wok-plugins-ginger.changes
2017-11-07 10:02:48.179843223 +0100
+++ 
/work/SRC/openSUSE:Factory/.wok-plugins-ginger.new/wok-plugins-ginger.changes   
2018-01-09 14:54:52.775058790 +0100
@@ -1,0 +2,5 @@
+Mon Jan  8 09:45:06 UTC 2018 - cbosdon...@suse.com
+
+- Fix configuration install
+
+---



Other differences:
--
++ wok-plugins-ginger.spec ++
--- /var/tmp/diff_new_pack.maFapB/_old  2018-01-09 14:54:53.455026915 +0100
+++ /var/tmp/diff_new_pack.maFapB/_new  2018-01-09 14:54:53.455026915 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wok-plugins-ginger
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define base_version2.3.0
 
 Name:   wok-plugins-ginger
@@ -27,7 +28,6 @@
 Url:https://github.com/kimchi-project/ginger
 Source0:
https://github.com/kimchi-project/ginger/archive/%{version}.tar.gz
 
-Requires:   wok-plugins-gingerbase >= %{base_version}
 Requires:   libuser-python
 Requires:   libvirt-daemon
 Requires:   libvirt-daemon-config-network
@@ -35,17 +35,18 @@
 Requires:   python-ipaddr
 Requires:   python-magic
 Requires:   python-netaddr
+Requires:   wok-plugins-gingerbase >= %{base_version}
 
 BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  libxslt-tools
 BuildRequires:  openssl
 BuildRequires:  python-Cython
-BuildRequires:  python3-libsass
 BuildRequires:  python-libxml2
 BuildRequires:  python-lxml
 BuildRequires:  python-requests
 BuildRequires:  python-setuptools
+BuildRequires:  python3-libsass
 BuildRequires:  wok-devel
 
 BuildArch:  noarch
@@ -65,7 +66,11 @@
 sed -ri 's@/etc/systemd/system@%_unitdir@g' Makefile.am
 
 %build
-./autogen.sh --system --with-spice-html5
+./autogen.sh --with-spice-html5 \
+ --with-systemdsystemunitdir=%{_unitdir} \
+ --prefix=%{_usr} \
+ --sysconfdir=%{_sysconfdir} \
+ --localstatedir=%{_localstatedir}
 make
 
 %install




commit epiphany for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package epiphany for openSUSE:Factory 
checked in at 2018-01-09 14:54:19

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


Package is "epiphany"

Tue Jan  9 14:54:19 2018 rev:145 rq:562362 version:3.26.5.1

Changes:

--- /work/SRC/openSUSE:Factory/epiphany/epiphany.changes2017-11-30 
12:45:46.861068912 +0100
+++ /work/SRC/openSUSE:Factory/.epiphany.new/epiphany.changes   2018-01-09 
14:54:24.764371889 +0100
@@ -1,0 +2,40 @@
+Mon Jan  1 20:08:44 UTC 2018 - zai...@opensuse.org
+
+- Add epiphany-application-mode-fix-desktopfile.patch: application
+  mode: use strstr() to get base name of the desktop file
+  (bgo#790781).
+
+---
+Sat Dec 23 12:03:00 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.26.5.1:
+  + Correct logic to avoid corrupting session state.
+  + Updated translations.
+
+---
+Mon Dec 18 16:28:08 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.26.5:
+  + Fix error in sync migration when migrating from 3.26.2 or
+earlier.
+  + Improved logic to avoid corrupting session state.
+- Drop epiphany-session-rework-the-safety-check.patch: Fixed
+  upstream.
+
+---
+Thu Dec 14 17:15:32 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.26.4:
+  + Fix sync failure warnings appearing multiple times
+(bgo#790094).
+  + Fix tab sync and device name on accounts.firefox.com
+(bgo#790370).
+  + Make default sync device name translatable (bgo#790905).
+  + Several additional misc. improvements to sync support
+(including bgo#790819).
+  + Flatpak: custom stylesheets are now supported.
+  + Flatpak: view page source is now supported.
+- Add epiphany-session-rework-the-safety-check.patch: session:
+  Rework the safety check.
+
+---

Old:

  epiphany-3.26.3.tar.xz

New:

  epiphany-3.26.5.1.tar.xz
  epiphany-application-mode-fix-desktopfile.patch



Other differences:
--
++ epiphany.spec ++
--- /var/tmp/diff_new_pack.hSppes/_old  2018-01-09 14:54:25.624331575 +0100
+++ /var/tmp/diff_new_pack.hSppes/_new  2018-01-09 14:54:25.628331388 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   epiphany
-Version:3.26.3
+Version:3.26.5.1
 Release:0
 Summary:GNOME Web Browser
 License:GPL-3.0+
@@ -25,6 +25,9 @@
 Url:http://www.gnome.org/projects/epiphany/
 Source0:
http://download.gnome.org/sources/epiphany/3.26/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM epiphany-application-mode-fix-desktopfile.patch 
bgo#790781 zai...@opensuse.org -- application mode: use strstr() to get base 
name of the desktop file
+Patch0: epiphany-application-mode-fix-desktopfile.patch
+
 BuildRequires:  fdupes
 BuildRequires:  meson
 BuildRequires:  pkgconfig
@@ -97,7 +100,7 @@
 %lang_package
 
 %prep
-%autosetup
+%autosetup -p1
 %if ! 0%{?is_opensuse}
 translation-update-upstream
 %endif

++ epiphany-3.26.3.tar.xz -> epiphany-3.26.5.1.tar.xz ++
 20483 lines of diff (skipped)

++ epiphany-application-mode-fix-desktopfile.patch ++
>From 967eec8db71ea965d1ffd8acf4196f9c37cb Mon Sep 17 00:00:00 2001
From: Jonathan Kang 
Date: Fri, 29 Dec 2017 10:57:49 +0800
Subject: application mode: use strstr() to get base name of the desktop file

If the name of the web application include 'app', for expample
'WhatsApp', it might cause users unable to open the web application
any more.

Fix that by using strstr() to get the base name of that desktop
file instead of g_strrstr().

https://bugzilla.gnome.org/show_bug.cgi?id=790781
---
 lib/ephy-web-app-utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ephy-web-app-utils.c b/lib/ephy-web-app-utils.c
index 4e3b471..d3afff4 100644
--- a/lib/ephy-web-app-utils.c
+++ b/lib/ephy-web-app-utils.c
@@ -350,7 +350,7 @@ ephy_web_application_setup_from_profile_directory (const 
char *profile_directory
 
   g_return_if_fail (profile_directory != NULL);
 
-  app_name = g_strrstr (profile_directory, EPHY_WEB_APP_PREFIX);
+  app_name = strstr (profile_directory, EPHY_WEB_APP_PREFIX);
   if (!app_name) {
 g_warning ("Profile directory %s does not begin with required web app 
prefix %s", profile_directory, EPHY_WEB_APP_PREFIX);
 exit (1);
-- 
cgit v0.12



commit trader for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package trader for openSUSE:Factory checked 
in at 2018-01-09 14:54:30

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


Package is "trader"

Tue Jan  9 14:54:30 2018 rev:11 rq:562380 version:7.12

Changes:

--- /work/SRC/openSUSE:Factory/trader/trader.changes2017-08-10 
14:11:15.44759 +0200
+++ /work/SRC/openSUSE:Factory/.trader.new/trader.changes   2018-01-09 
14:54:32.660001752 +0100
@@ -1,0 +2,7 @@
+Thu Jan  4 19:47:53 UTC 2018 - avin...@opensuse.org
+
+- New upstream release of Star Traders: version 7.12.
+  * Updated Serbian translation
+- cleanup with spec-cleaner
+
+---

Old:

  trader-7.11.tar.xz

New:

  trader-7.12.tar.xz



Other differences:
--
++ trader.spec ++
--- /var/tmp/diff_new_pack.EITkjV/_old  2018-01-09 14:54:33.239974564 +0100
+++ /var/tmp/diff_new_pack.EITkjV/_new  2018-01-09 14:54:33.243974376 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package trader
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2012-17 John Zaitseff 
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2012-18 John Zaitseff 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,8 +30,8 @@
 # This file is distributed under the same licence as Star Traders itself:
 # the GNU General Public License, version 3 or later.
 
-%define upstream_version   7.11
-%define normalised_version 7.11
+%define upstream_version   7.12
+%define normalised_version 7.12
 %define rpm_release_num1
 %define is_prerelease  0
 
@@ -49,7 +49,6 @@
 Source0:
ftp://ftp.zap.org.au/pub/trader/unix/trader-%{upstream_version}.tar.xz
 %endif
 
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc
 BuildRequires:  gettext
 BuildRequires:  gperf
@@ -80,15 +79,13 @@
 %suse_update_desktop_file %{name}
 
 %files
-%defattr(-,root,root,-)
 %doc README NEWS COPYING
 %{_bindir}/%{name}
-%{_mandir}/man6/trader.6*
+%{_mandir}/man6/trader.6%{ext_man}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
 
 %files lang -f %{name}.lang
-%defattr(-,root,root,-)
 
 %post
 %desktop_database_post

++ trader-7.11.tar.xz -> trader-7.12.tar.xz ++
 2312 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/trader-7.11/INSTALL new/trader-7.12/INSTALL
--- old/trader-7.11/INSTALL 2017-06-17 22:22:44.0 +0200
+++ new/trader-7.12/INSTALL 2017-08-24 07:47:59.0 +0200
@@ -102,12 +102,12 @@
 feature requires GNU Make and allows you to keep the source code tree from
 being modified by  the compilation process.  To use  this option, create a
 separate build directory, then run  configure.  For example, if you placed
-the Star Traders source code tree in $HOME/src/trader-7.11,  you could run
+the Star Traders source code tree in $HOME/src/trader-7.12,  you could run
 something like:
 
-mkdir $HOME/build/trader-build-7.11
-cd $HOME/build/trader-build-7.11
-$HOME/src/trader-7.11/configure
+mkdir $HOME/build/trader-build-7.12
+cd $HOME/build/trader-build-7.12
+$HOME/src/trader-7.12/configure
 
 Once again, the Autoconf manual describes these options (and many others):
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/trader-7.11/NEWS new/trader-7.12/NEWS
--- old/trader-7.11/NEWS2017-06-17 22:22:44.0 +0200
+++ new/trader-7.12/NEWS2017-08-24 07:47:59.0 +0200
@@ -15,6 +15,12 @@
 location: http://www.zap.org.au/gitweb/trader.git
 
 
+Version 7.12 (24th August, 2017)
+
+
+Updated the Serbian translation, with thanks to Мирослав Николић.
+
+
 Version 7.11 (18th June, 2017)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs 

commit libosmo-dsp for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package libosmo-dsp for openSUSE:Factory 
checked in at 2018-01-09 14:54:26

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


Package is "libosmo-dsp"

Tue Jan  9 14:54:26 2018 rev:2 rq:562367 version:0.3.8

Changes:

--- /work/SRC/openSUSE:Factory/libosmo-dsp/libosmo-dsp.changes  2017-05-16 
14:37:49.116978513 +0200
+++ /work/SRC/openSUSE:Factory/.libosmo-dsp.new/libosmo-dsp.changes 
2018-01-09 14:54:26.992267448 +0100
@@ -1,0 +2,5 @@
+Sun Jan  7 20:37:49 UTC 2018 - bwiedem...@suse.com
+
+- Drop LaTeX log from doc subpackage to make build more reproducible
+
+---



Other differences:
--
++ libosmo-dsp.spec ++
--- /var/tmp/diff_new_pack.ylsomE/_old  2018-01-09 14:54:27.780230509 +0100
+++ /var/tmp/diff_new_pack.ylsomE/_new  2018-01-09 14:54:27.784230322 +0100
@@ -85,5 +85,6 @@
 %files doc
 %defattr(-,root,root)
 %doc /usr/share/doc/libosmodsp
+%exclude /usr/share/doc/libosmodsp/html/*.log
 
 %changelog




commit openmpi3 for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package openmpi3 for openSUSE:Factory 
checked in at 2018-01-09 14:54:45

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


Package is "openmpi3"

Tue Jan  9 14:54:45 2018 rev:3 rq:562441 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/openmpi3/openmpi3.changes2017-12-08 
13:03:28.972478046 +0100
+++ /work/SRC/openSUSE:Factory/.openmpi3.new/openmpi3.changes   2018-01-09 
14:54:45.691390860 +0100
@@ -1,0 +2,7 @@
+Fri Jan  5 19:02:20 UTC 2018 - e...@suse.com
+
+- Switch from gcc6 to gcc7 as additional compiler flavor for HPC on SLES.
+- Fix library package requires - use HPC macro (boo#1074890).
+- Fix rpm macro file.
+
+---



Other differences:
--
++ openmpi3.spec ++
--- /var/tmp/diff_new_pack.4hBcJl/_old  2018-01-09 14:54:46.467354484 +0100
+++ /var/tmp/diff_new_pack.4hBcJl/_new  2018-01-09 14:54:46.471354296 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openmpi3
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
 # University Research and Technology
 # Corporation.  All rights reserved.
@@ -80,9 +80,9 @@
 %undefine c_f_ver
 %endif
 
-%if "%flavor" == "gnu6-hpc"
+%if "%flavor" == "gnu7-hpc"
 %define compiler_family gnu
-%define c_f_ver 6
+%define c_f_ver 7
 %endif
 
 %if "%flavor" == "gnu-hpc-testsuite"
@@ -91,9 +91,9 @@
 %define testsuite 1
 %endif
 
-%if "%flavor" == "gnu6-hpc-testsuite"
+%if "%flavor" == "gnu7-hpc-testsuite"
 %define compiler_family gnu
-%define c_f_ver 6
+%define c_f_ver 7
 %define testsuite 1
 %endif
 
@@ -170,7 +170,7 @@
 %if 0%{!?testsuite:1}
 Requires:   lib%{package_name} = %{version}
 %endif
-Requires:   lua-lmod
+%hpc_requires
 %endif
 
 %ifarch %{ix86} x86_64

++ macros.hpc-openmpi ++
--- /var/tmp/diff_new_pack.4hBcJl/_old  2018-01-09 14:54:46.539351109 +0100
+++ /var/tmp/diff_new_pack.4hBcJl/_new  2018-01-09 14:54:46.539351109 +0100
@@ -4,7 +4,17 @@
 
 %hpc_openmpi_init(V:) \
  %{-V: %define _mf_ver %{-V*}} \
- %{expand: %%global hpc_openmpi_dep_version %%{?_mf_ver}%%{!_mf_ver:3}}; \
+ %{expand: %%global hpc_openmpi_dep_version %%{?_mf_ver}%%{?!_mf_ver:3}} \
  %{expand: %%global hpc_openmpi_dir openmpi%{hpc_openmpi_dep_version}} \
  %{expand: %%global hpc_openmpi_pack_version %{hpc_openmpi_dep_version}}
 
+# We may have to add a version here.
+%hpc_setup_openmpi \
+ module load openmpi
+
+%hpc_openmpi_requires \
+Requires:  
libopenmpi%{hpc_openmpi_dep_version}-%{compiler_family}%{hpc_cf_pack_version}-hpc
+
+%hpc_openmpi_requires_devel \
+Requires:  
openmpi%{hpc_openmpi_dep_version}-%{compiler_family}%{hpc_cf_pack_version}-hpc-devel
+




commit mvapich2 for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package mvapich2 for openSUSE:Factory 
checked in at 2018-01-09 14:54:42

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


Package is "mvapich2"

Tue Jan  9 14:54:42 2018 rev:5 rq:562439 version:2.2

Changes:

--- /work/SRC/openSUSE:Factory/mvapich2/mvapich2.changes2017-10-07 
17:52:04.959566126 +0200
+++ /work/SRC/openSUSE:Factory/.mvapich2.new/mvapich2.changes   2018-01-09 
14:54:43.311502425 +0100
@@ -1,0 +2,6 @@
+Fri Jan  5 19:03:44 UTC 2018 - e...@suse.com
+
+- Switch from gcc6 to gcc7 as additional compiler flavor for HPC on SLES.
+- Fix library package requires - use HPC macro (boo#1074890).
+
+---



Other differences:
--
++ mvapich2.spec ++
--- /var/tmp/diff_new_pack.RWuzUE/_old  2018-01-09 14:54:44.207460424 +0100
+++ /var/tmp/diff_new_pack.RWuzUE/_new  2018-01-09 14:54:44.207460424 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mvapich2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -85,30 +85,30 @@
 %{bcond_without hpc}
 %endif
 
-%if "%flavor" == "gnu6-hpc"
+%if "%flavor" == "gnu7-hpc"
 %define compiler_family gnu
-%define c_f_ver 6
+%define c_f_ver 7
 %define build_flavor verbs
 %{bcond_without hpc}
 %endif
-%if "%flavor" == "gnu6-hpc-testsuite"
+%if "%flavor" == "gnu7-hpc-testsuite"
 %define compiler_family gnu
-%define c_f_ver 6
+%define c_f_ver 7
 %define testsuite 1
 %define build_flavor verbs
 %{bcond_without hpc}
 %endif
 
-%if "%flavor" == "gnu6-hpc-psm"
+%if "%flavor" == "gnu7-hpc-psm"
 %define compiler_family gnu
-%define c_f_ver 6
+%define c_f_ver 7
 %define build_flavor psm
 %{bcond_without hpc}
 %endif
 
-%if "%flavor" == "gnu6-hpc-psm2"
+%if "%flavor" == "gnu7-hpc-psm2"
 %define compiler_family gnu
-%define c_f_ver 6
+%define c_f_ver 7
 %define build_flavor psm2
 %{bcond_without hpc}
 %endif
@@ -202,7 +202,7 @@
 %if %{without hpc}
 Requires:   mpi-selector
 %else
-Requires:   lua-lmod
+%hpc_requires
 %endif
 
 %description




commit novprog for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package novprog for openSUSE:Factory checked 
in at 2018-01-09 14:54:35

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


Package is "novprog"

Tue Jan  9 14:54:35 2018 rev:4 rq:562422 version:3.1.3

Changes:

--- /work/SRC/openSUSE:Factory/novprog/novprog.changes  2017-10-27 
14:00:54.417460144 +0200
+++ /work/SRC/openSUSE:Factory/.novprog.new/novprog.changes 2018-01-09 
14:54:36.447824184 +0100
@@ -1,0 +2,9 @@
+Mon Jan  8 08:32:23 UTC 2018 - mplus...@suse.com
+
+- Update to verion 3.1.3:
+  * FIXED: Could not compile with Qt 5.10.
+  * Translation updates: French.
+- Do not run post scriplets on Tumbleweed where they are not needed
+- Split lang subpackage
+
+---

Old:

  novprog-3.1.2-src.tar.bz2

New:

  novprog-3.1.3-src.tar.bz2



Other differences:
--
++ novprog.spec ++
--- /var/tmp/diff_new_pack.wRxedf/_old  2018-01-09 14:54:37.167790433 +0100
+++ /var/tmp/diff_new_pack.wRxedf/_new  2018-01-09 14:54:37.171790245 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package novprog
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 Graeme Gott 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,12 +18,12 @@
 
 
 Name:   novprog
-Version:3.1.2
+Version:3.1.3
 Release:0
 Summary:Wordcount graphing program
 License:GPL-3.0+
 Group:  Productivity/Office/Other
-Url:http://gottcode.org/novprog/
+URL:http://gottcode.org/novprog/
 Source: http://gottcode.org/novprog/%{name}-%{version}-src.tar.bz2
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -38,6 +38,7 @@
 Requires(post): update-desktop-files
 Requires(postun): hicolor-icon-theme
 Requires(postun): update-desktop-files
+Recommends: %{name}-lang
 
 %description
 NovProg allows you to create a graph of your progress in writing a
@@ -46,6 +47,8 @@
 are through your daily goal, and your total goal. Mousing over a bar in the
 graph will show a tooltip with that day's wordcount.
 
+%lang_package
+
 %prep
 %setup -q
 
@@ -56,7 +59,9 @@
 %install
 %qmake5_install
 %suse_update_desktop_file -u -r %{name} Office Publishing
+%find_lang %{name} --with-qt
 
+%if 0%{?suse_version} < 1330
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -64,11 +69,12 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
 %doc ChangeLog COPYING CREDITS README
 %{_bindir}/%{name}
-%{_datadir}/%{name}
+%dir %{_datadir}/%{name}
 %dir %{_datadir}/metainfo
 %{_datadir}/metainfo/novprog.appdata.xml
 %{_datadir}/applications/%{name}.desktop
@@ -76,4 +82,8 @@
 %{_datadir}/pixmaps/%{name}.xpm
 %{_mandir}/man1/%{name}.1%{ext_man}
 
+%files lang -f %{name}.lang
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/translations
+
 %changelog

++ novprog-3.1.2-src.tar.bz2 -> novprog-3.1.3-src.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/novprog-3.1.2/ChangeLog new/novprog-3.1.3/ChangeLog
--- old/novprog-3.1.2/ChangeLog 2017-08-05 17:22:21.0 +0200
+++ new/novprog-3.1.3/ChangeLog 2017-12-27 20:14:27.0 +0100
@@ -1,3 +1,21 @@
+commit 657cb1e337b6696ddb383b64457d2836c4f2cc24
+Author: Graeme Gott 
+Date:   2017-12-27
+
+Bump version number.
+
+commit 018d1fab4affcc0ff048abd91c6095b7647e2d80
+Author: Graeme Gott 
+Date:   2017-12-27
+
+Sync translations with Transifex.
+
+commit 3ed008d4b38b2c340378ca5fca6ea4b6366843b6
+Author: Graeme Gott 
+Date:   2017-12-22
+
+FIXED: Could not compile with Qt 5.10.
+
 commit 24910eaa6bbc917057ce6934309981e9e54503dd
 Author: Graeme Gott 
 Date:   2017-08-05
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/novprog-3.1.2/NEWS new/novprog-3.1.3/NEWS
--- old/novprog-3.1.2/NEWS  2017-08-05 17:21:22.0 +0200
+++ new/novprog-3.1.3/NEWS  2017-12-27 20:13:47.0 +0100
@@ -1,3 +1,8 @@
+3.1.3
+-
+* FIXED: Could not compile with Qt 5.10.
+* Translation updates: French.
+
 3.1.2
 -
 * FIXED: Did not always install translations in Linux.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/novprog-3.1.2/icons/novprog.appdata.xml 
new/novprog-3.1.3/icons/novprog.appdata.xml
--- old/novprog-3.1.2/icons/novprog.appdata.xml 2016-10-10 14:04:35.0 
+0200
+++ 

commit way-cooler for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package way-cooler for openSUSE:Factory 
checked in at 2018-01-09 14:54:47

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


Package is "way-cooler"

Tue Jan  9 14:54:47 2018 rev:2 rq:562446 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/way-cooler/way-cooler.changes2017-11-09 
13:56:42.245505296 +0100
+++ /work/SRC/openSUSE:Factory/.way-cooler.new/way-cooler.changes   
2018-01-09 14:54:49.091231482 +0100
@@ -1,0 +2,10 @@
+Mon Jan  8 09:48:34 UTC 2018 - mvet...@suse.com
+
+- Update to 0.7.0:
+  * Note that all of the extension programs (wc-bg, wc-lock, and wc-grab) have 
backward incompatible changes in this release. Previous versions will not work 
as expected!
+  * The background program binary has been renamed to wc-bg (originally 
way-cooler-bg)
+  * The lockscreen program no longer uses a hack in order to render but uses a 
modified version of the desktop-shell protocol
+  * Can now choose whether root containers have borders or not
+  * See full changelog 
https://github.com/way-cooler/way-cooler/blob/master/changelog/v0.7.0.md
+
+---

Old:

  v0.6.2.tar.gz

New:

  v0.7.0.tar.gz



Other differences:
--
++ way-cooler.spec ++
--- /var/tmp/diff_new_pack.S84txo/_old  2018-01-09 14:54:49.963190605 +0100
+++ /var/tmp/diff_new_pack.S84txo/_new  2018-01-09 14:54:49.967190418 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package way-cooler
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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:   way-cooler
-Version:0.6.2
+Version:0.7.0
 Release:0
 Summary:Customizeable Wayland compositor written in Rust
 License:MIT
@@ -26,16 +26,18 @@
 Source0:
https://github.com/way-cooler/way-cooler/archive/v%{version}.tar.gz
 Source1:vendor.tar.xz
 BuildRequires:  cargo
+BuildRequires:  gdk-pixbuf-devel >= 2.26
+BuildRequires:  git
+BuildRequires:  libcurl-devel
+BuildRequires:  lua53-devel
 BuildRequires:  rust
 BuildRequires:  rust-std
-BuildRequires:  git
+BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(dbus-1)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(wayland-server)
 BuildRequires:  pkgconfig(wlc)
 BuildRequires:  pkgconfig(xkbcommon)
-BuildRequires:  libcurl-devel
-BuildRequires:  pkgconfig(wayland-server)
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(dbus-1)
-BuildRequires:  pkgconfig(cairo)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ v0.6.2.tar.gz -> v0.7.0.tar.gz ++
 8291 lines of diff (skipped)

++ vendor.tar.xz ++
 161941 lines of diff (skipped)




commit irssi for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package irssi for openSUSE:Factory checked 
in at 2018-01-09 14:54:37

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


Package is "irssi"

Tue Jan  9 14:54:37 2018 rev:49 rq:562427 version:1.0.6

Changes:

--- /work/SRC/openSUSE:Factory/irssi/irssi.changes  2018-01-07 
17:23:28.155380585 +0100
+++ /work/SRC/openSUSE:Factory/.irssi.new/irssi.changes 2018-01-09 
14:54:37.491775245 +0100
@@ -4 +4 @@
-- update to 1.0.6
+- update to 1.0.6 (bsc#1074958)



Other differences:
--






commit dconf-editor for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package dconf-editor for openSUSE:Factory 
checked in at 2018-01-09 14:54:12

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


Package is "dconf-editor"

Tue Jan  9 14:54:12 2018 rev:20 rq:562332 version:3.26.2

Changes:

--- /work/SRC/openSUSE:Factory/dconf-editor/dconf-editor.changes
2017-11-03 16:29:47.305426687 +0100
+++ /work/SRC/openSUSE:Factory/.dconf-editor.new/dconf-editor.changes   
2018-01-09 14:54:13.484900659 +0100
@@ -1,0 +2,13 @@
+Sun Dec 24 16:26:13 UTC 2017 - zai...@opensuse.org
+
+- Add dconf-editor-nb-translations.patch: Update Norwegian Bokmål
+  translations.
+- Add dconf-editor-fix-localized-strings-problem.patch: Fix problem
+  on localized strings.
+- Add dconf-editor-fix-rows-issue.patch: Fix rows option
+  (bgo#790025).
+- Stop post(un) handling of: desktop_database_post(un),
+  icon_theme_cache_post(un) and glib2_gsettings_schema_post(un), we
+  have file-triggers taking care of this for us now.
+
+---

New:

  dconf-editor-fix-localized-strings-problem.patch
  dconf-editor-fix-rows-issue.patch
  dconf-editor-nb-translations.patch



Other differences:
--
++ dconf-editor.spec ++
--- /var/tmp/diff_new_pack.uIhuNb/_old  2018-01-09 14:54:14.220866158 +0100
+++ /var/tmp/diff_new_pack.uIhuNb/_new  2018-01-09 14:54:14.224865970 +0100
@@ -23,7 +23,14 @@
 License:GPL-3.0+
 Group:  System/GUI/GNOME
 Url:http://live.gnome.org/dconf
-Source: 
http://download.gnome.org/sources/dconf-editor/3.26/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/dconf-editor/3.26/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM dconf-editor-nb-translations.patch zai...@opensuse.org -- 
Update Norwegian Bokmål translations
+Patch0: dconf-editor-nb-translations.patch
+# PATCH-FIX-UPSTREAM dconf-editor-fix-localized-strings-problem.patch 
zai...@opensuse.org -- Fix problem on localized strings
+Patch1: dconf-editor-fix-localized-strings-problem.patch
+# PATCH-FIX-UPSTREAM dconf-editor-fix-rows-issue.patch bgo#790025 
zai...@opensuse.org -- Fix rows option
+Patch2: dconf-editor-fix-rows-issue.patch
+
 BuildRequires:  appstream-glib-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.33.1
@@ -47,7 +54,7 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %configure
@@ -58,16 +65,6 @@
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/applications/ca.desrt.dconf-editor.desktop SystemSetup 
X-GNOME-PersonalSettings
 %find_lang dconf
 
-%post
-%desktop_database_post
-%icon_theme_cache_post
-%{glib2_gsettings_schema_post}
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%{glib2_gsettings_schema_postun}
-
 %files
 %defattr(-, root, root)
 %doc COPYING

++ dconf-editor-fix-localized-strings-problem.patch ++
>From b58f37b56a732bc33f774b60bd351100aebf9a46 Mon Sep 17 00:00:00 2001
From: Arnaud Bonatti 
Date: Sun, 5 Nov 2017 07:16:59 +0100
Subject: Fix problem on localized strings.

---
 editor/dconf-editor.vala | 2 +-
 editor/dconf-window.vala | 2 +-
 editor/key-list-box-row.vala | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/editor/dconf-editor.vala b/editor/dconf-editor.vala
index aa2f598..2e4ca4c 100644
--- a/editor/dconf-editor.vala
+++ b/editor/dconf-editor.vala
@@ -100,7 +100,7 @@ class ConfigurationEditor : Gtk.Application
 {
 if (gvariant == null)
 return;
-copy (((!) gvariant).get_string ());
+copy (((!) gvariant).get_string ().compress ());
 }
 
 public void copy (string text)
diff --git a/editor/dconf-window.vala b/editor/dconf-window.vala
index cfd6af5..b558db3 100644
--- a/editor/dconf-window.vala
+++ b/editor/dconf-window.vala
@@ -245,7 +245,7 @@ class DConfWindow : ApplicationWindow
 GLib.Menu section;
 
 GLib.Menu menu = new GLib.Menu ();
-menu.append (_("Copy current path"), "app.copy(\"" + 
current_path.escape ("") + "\")");
+menu.append (_("Copy current path"), "app.copy(\"" + 
current_path.escape (null).escape (null) + "\")");
 
 if (current_path.has_suffix ("/"))
 {
diff --git a/editor/key-list-box-row.vala b/editor/key-list-box-row.vala
index 6031185..a92e2f8 100644
--- a/editor/key-list-box-row.vala
+++ b/editor/key-list-box-row.vala
@@ -491,7 +491,7 @@ private class ContextPopover : Popover
 public void new_copy_action (string text)
 {
 /* Translators: "copy to clipboard" action in the right-click menu on 
the list of keys */
-

commit smemstat for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package smemstat for openSUSE:Factory 
checked in at 2018-01-09 14:54:06

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


Package is "smemstat"

Tue Jan  9 14:54:06 2018 rev:3 rq:562320 version:0.01.18

Changes:

--- /work/SRC/openSUSE:Factory/smemstat/smemstat.changes2017-05-18 
20:50:32.264482789 +0200
+++ /work/SRC/openSUSE:Factory/.smemstat.new/smemstat.changes   2018-01-09 
14:54:08.649127356 +0100
@@ -1,0 +2,12 @@
+Fri Jan  5 21:21:57 UTC 2018 - mar...@gmx.de
+
+- update to version 0.01.18
+  * Makefile: bump version
+  * debian/rules: remove whitespace at end of line
+  * Bump copyright year to 2018
+  * debian/control: update Standards-Version to 4.1.2
+  * Remove packed attribute from various structs
+  * snapcraft: add default app and stable keys
+  * snapcraft: Makefile: remove icon hack
+
+---

Old:

  smemstat-0.01.17.tar.gz

New:

  smemstat-0.01.18.tar.gz



Other differences:
--
++ smemstat.spec ++
--- /var/tmp/diff_new_pack.oKuK1F/_old  2018-01-09 14:54:09.713077479 +0100
+++ /var/tmp/diff_new_pack.oKuK1F/_new  2018-01-09 14:54:09.717077291 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package smemstat
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   smemstat
-Version:0.01.17
+Version:0.01.18
 Release:0
 Summary:Memory usage monitoring tool
 License:GPL-2.0+

++ smemstat-0.01.17.tar.gz -> smemstat-0.01.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smemstat-0.01.17/Makefile 
new/smemstat-0.01.18/Makefile
--- old/smemstat-0.01.17/Makefile   2017-04-14 19:05:07.0 +0200
+++ new/smemstat-0.01.18/Makefile   2018-01-05 01:26:27.0 +0100
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2014-2017 Canonical, Ltd.
+# Copyright (C) 2014-2018 Canonical, Ltd.
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -16,7 +16,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
 #
 
-VERSION=0.01.17
+VERSION=0.01.18
 #
 
 CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smemstat-0.01.17/smemstat.8 
new/smemstat-0.01.18/smemstat.8
--- old/smemstat-0.01.17/smemstat.8 2017-04-14 19:05:07.0 +0200
+++ new/smemstat-0.01.18/smemstat.8 2018-01-05 01:26:27.0 +0100
@@ -98,7 +98,7 @@
 This manual page was written by Colin King ,
 for the Ubuntu project (but may be used by others).
 .SH COPYRIGHT
-Copyright \(co 2014-2017 Canonical Ltd.
+Copyright \(co 2014-2018 Canonical Ltd.
 .br
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smemstat-0.01.17/smemstat.c 
new/smemstat-0.01.18/smemstat.c
--- old/smemstat-0.01.17/smemstat.c 2017-04-14 19:05:07.0 +0200
+++ new/smemstat-0.01.18/smemstat.c 2018-01-05 01:26:27.0 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2017 Canonical, Ltd.
+ * Copyright (C) 2014-2018 Canonical, Ltd.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -59,7 +59,7 @@
 #define OPT_TOP_TOTAL  (0x0200)
 
 /* process specific information */
-typedef struct __attribute__ ((__packed__)) proc_info {
+typedef struct proc_info {
pid_t   pid;/* PID */
boolkernel_thread;  /* true if process is kernel thread */
char*cmdline;   /* Process name from cmdline */
@@ -67,14 +67,14 @@
 } proc_info_t;
 
 /* UID cache */
-typedef struct __attribute__ ((__packed__)) uname_cache_t {
+typedef struct uname_cache_t {
uid_t   uid;/* User UID */
char *  name;   /* User name */
struct uname_cache_t *next;
 } uname_cache_t;
 
 /* wakeup event information per process */
-typedef struct __attribute__ ((__packed__)) mem_info_t {
+typedef struct mem_info_t {
pid_t   pid;/* process id */
uid_t   uid; 

commit fnotifystat for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package fnotifystat for openSUSE:Factory 
checked in at 2018-01-09 14:54:01

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


Package is "fnotifystat"

Tue Jan  9 14:54:01 2018 rev:3 rq:562319 version:0.02.00

Changes:

--- /work/SRC/openSUSE:Factory/fnotifystat/fnotifystat.changes  2017-05-18 
20:50:15.182893460 +0200
+++ /work/SRC/openSUSE:Factory/.fnotifystat.new/fnotifystat.changes 
2018-01-09 14:54:05.129292363 +0100
@@ -1,0 +2,10 @@
+Fri Jan  5 21:24:31 UTC 2018 - mar...@gmx.de
+
+- update to version 0.02.00
+  * Makefile: bump version to 0.02.00
+  * debian/rules: remove extraneous space on line 5
+  * debian/control: update Standards-Version to 4.1.2
+  * unconsitfy pointer 'metadata' to fix a build warning
+  * Fix build warning, include .
+
+---

Old:

  fnotifystat-0.01.17.tar.gz

New:

  fnotifystat-0.02.00.tar.gz



Other differences:
--
++ fnotifystat.spec ++
--- /var/tmp/diff_new_pack.FcrvND/_old  2018-01-09 14:54:05.773262174 +0100
+++ /var/tmp/diff_new_pack.FcrvND/_new  2018-01-09 14:54:05.777261987 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fnotifystat
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   fnotifystat
-Version:0.01.17
+Version:0.02.00
 Release:0
 Summary:File activity monitoring tool
 License:GPL-2.0+

++ fnotifystat-0.01.17.tar.gz -> fnotifystat-0.02.00.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fnotifystat-0.01.17/Makefile 
new/fnotifystat-0.02.00/Makefile
--- old/fnotifystat-0.01.17/Makefile2017-04-14 18:16:38.0 +0200
+++ new/fnotifystat-0.02.00/Makefile2018-01-05 00:44:37.0 +0100
@@ -16,7 +16,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
 #
 
-VERSION=0.01.17
+VERSION=0.02.00
 
 CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fnotifystat-0.01.17/fnotifystat.c 
new/fnotifystat-0.02.00/fnotifystat.c
--- old/fnotifystat-0.01.17/fnotifystat.c   2017-04-14 18:16:38.0 
+0200
+++ new/fnotifystat-0.02.00/fnotifystat.c   2018-01-05 00:44:37.0 
+0100
@@ -38,6 +38,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 #define TABLE_SIZE (17627) /* Best if prime */
@@ -1356,7 +1357,7 @@
if (ret == 0)
break;
if ((len = read(fan_fd, (void *)buffer, BUFFER_SIZE)) > 
0) {
-   const struct fanotify_event_metadata *metadata;
+   struct fanotify_event_metadata *metadata;
metadata = (struct fanotify_event_metadata 
*)buffer;
 
while (FAN_EVENT_OK(metadata, len)) {




commit mozldap for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package mozldap for openSUSE:Factory checked 
in at 2018-01-09 14:54:10

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


Package is "mozldap"

Tue Jan  9 14:54:10 2018 rev:3 rq:562321 version:6.0.7

Changes:

--- /work/SRC/openSUSE:Factory/mozldap/mozldap.changes  2015-02-20 
12:01:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.mozldap.new/mozldap.changes 2018-01-09 
14:54:11.281003976 +0100
@@ -1,0 +2,11 @@
+Fri Dec 22 08:14:37 UTC 2017 - dims...@opensuse.org
+
+- Add mozldap-perl-5.24.patch: Fix build with perl 5.24.
+
+---
+Thu Dec  7 11:14:17 UTC 2017 - dims...@opensuse.org
+
+- Escape the usage of %{VERSION} when calling out to rpm.
+  RPM 4.14 has %{VERSION} defined as 'the main packages version'.
+
+---

New:

  mozldap-perl-5.24.patch



Other differences:
--
++ mozldap.spec ++
--- /var/tmp/diff_new_pack.J4ilJx/_old  2018-01-09 14:54:11.924973787 +0100
+++ /var/tmp/diff_new_pack.J4ilJx/_new  2018-01-09 14:54:11.928973599 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mozldap
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2009-2011 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,9 +18,9 @@
 
 
 %define libsuffix 60
-%define nspr_ver %(rpm -q --queryformat '%{VERSION}' mozilla-nspr)
-%define nss_ver  %(rpm -q --queryformat '%{VERSION}' mozilla-nss)
-%define svrcore_ver %(rpm -q --queryformat '%{VERSION}' svrcore-devel)
+%define nspr_ver %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr)
+%define nss_ver  %(rpm -q --queryformat '%%{VERSION}' mozilla-nss)
+%define svrcore_ver %(rpm -q --queryformat '%%{VERSION}' svrcore-devel)
 Name:   mozldap
 Version:6.0.7
 Release:0
@@ -36,6 +36,8 @@
 Patch1: mozldap-6.0.7-fix_typo.patch
 # PATCH-FIX-UPSTREAM mozldap-6.0.7-replace_mktemp.patch - use mkstemp instead 
of mktemp
 Patch2: mozldap-6.0.7-replace_mktemp.patch
+# PATCH-FIX-UPSTREAM mozldap-perl-5.24.patch dims...@opensuse.org -- Fix build 
tools for usage with perl 5.24
+Patch3: mozldap-perl-5.24.patch
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  gcc-c++
 BuildRequires:  svrcore-devel
@@ -79,6 +81,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 cd c-sdk

++ mozldap-perl-5.24.patch ++
Index: mozldap-6.0.7/c-sdk/ldap/build/replace.pm
===
--- mozldap-6.0.7.orig/c-sdk/ldap/build/replace.pm
+++ mozldap-6.0.7/c-sdk/ldap/build/replace.pm
@@ -62,7 +62,7 @@ sub GenerateHeader ($$\%) {
 while() {
 my $line = $_;
 while(($orig, $replace) = each %$keywords) {
-$line =~ s/{{$orig}}/$replace/g;
+$line =~ s/\{\{$orig\}\}/$replace/g;
 }

# the first line is a comment specific to the template file, which we



commit netcdf-cxx4 for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package netcdf-cxx4 for openSUSE:Factory 
checked in at 2018-01-09 14:54:15

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


Package is "netcdf-cxx4"

Tue Jan  9 14:54:15 2018 rev:7 rq:562357 version:4.3.0

Changes:

--- /work/SRC/openSUSE:Factory/netcdf-cxx4/netcdf-cxx4.changes  2017-11-21 
15:33:21.635060969 +0100
+++ /work/SRC/openSUSE:Factory/.netcdf-cxx4.new/netcdf-cxx4.changes 
2018-01-09 14:54:16.280769591 +0100
@@ -1,0 +2,6 @@
+Fri Jan  5 19:14:07 UTC 2018 - e...@suse.com
+
+- Switch from gcc6 to gcc7 as additional compiler flavor for HPC on SLES.
+- Fix library package requires - use HPC macro (boo#1074890).
+
+---



Other differences:
--
++ netcdf-cxx4.spec ++
--- /var/tmp/diff_new_pack.W1n2hL/_old  2018-01-09 14:54:16.928739215 +0100
+++ /var/tmp/diff_new_pack.W1n2hL/_new  2018-01-09 14:54:16.928739215 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package netcdf
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -37,10 +37,10 @@
 %bcond_without hpc
 %endif
 
-%if "%flavor" == "gnu6-hpc"
+%if "%flavor" == "gnu7-hpc"
 %global compiler_family gnu
 %bcond_without hpc
-%define c_f_ver 6
+%define c_f_ver 7
 %endif
 
 %define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_')
@@ -109,7 +109,6 @@
 %else
 %hpc_requires
 Requires:   libnetcdf-%{compiler_family}%{?c_f_ver}-hpc
-Requires:   lua-lmod
 %endif
 
 %description -n %{libname -s %{sover} -l %_ver}




commit forkstat for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package forkstat for openSUSE:Factory 
checked in at 2018-01-09 14:54:17

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


Package is "forkstat"

Tue Jan  9 14:54:17 2018 rev:5 rq:562359 version:0.02.01

Changes:

--- /work/SRC/openSUSE:Factory/forkstat/forkstat.changes2017-06-27 
10:21:54.329825789 +0200
+++ /work/SRC/openSUSE:Factory/.forkstat.new/forkstat.changes   2018-01-09 
14:54:18.328673588 +0100
@@ -1,0 +2,10 @@
+Fri Jan  5 21:27:17 UTC 2018 - mar...@gmx.de
+
+- update to version 0.02.01
+  * Makefile: bump version
+  * debian/control: update Standards-Version to 4.1.2
+  * ensure tty string never overflows, fixes gcc warning
+  * include  to fix clang warning
+  * Add -x option into mini help
+
+---

Old:

  forkstat-0.02.00.tar.gz

New:

  forkstat-0.02.01.tar.gz



Other differences:
--
++ forkstat.spec ++
--- /var/tmp/diff_new_pack.QlSnRW/_old  2018-01-09 14:54:18.972643399 +0100
+++ /var/tmp/diff_new_pack.QlSnRW/_new  2018-01-09 14:54:18.976643211 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package forkstat
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   forkstat
-Version:0.02.00
+Version:0.02.01
 Release:0
 Summary:Process fork/exec/exit monitoring tool
 License:GPL-2.0+

++ forkstat-0.02.00.tar.gz -> forkstat-0.02.01.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/forkstat-0.02.00/Makefile 
new/forkstat-0.02.01/Makefile
--- old/forkstat-0.02.00/Makefile   2017-06-24 21:43:28.0 +0200
+++ new/forkstat-0.02.01/Makefile   2018-01-04 23:56:57.0 +0100
@@ -16,7 +16,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
 #
 
-VERSION=0.02.00
+VERSION=0.02.01
 #
 # Version "Perspicacious Process Peeker"
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/forkstat-0.02.00/forkstat.c 
new/forkstat-0.02.01/forkstat.c
--- old/forkstat-0.02.00/forkstat.c 2017-06-24 21:43:28.0 +0200
+++ new/forkstat-0.02.01/forkstat.c 2018-01-04 23:56:57.0 +0100
@@ -46,6 +46,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
@@ -268,7 +269,7 @@
continue;
 
if (buf.st_rdev == dev) {
-   snprintf(tty, sizeof(tty), "pts/%s", dirent->d_name);
+   snprintf(tty, sizeof(tty), "pts/%-11.11s", 
dirent->d_name);
break;
}
}
@@ -1394,7 +1395,8 @@
   "-r\trun with real time FIFO scheduler.\n"
   "-s\tshow short process name.\n"
   "-S\tshow event statistics at end of the run.\n"
-  "-q\trun quietly and enable -S option.\n");
+  "-q\trun quietly and enable -S option.\n"
+  "-x\tshow extra process information.\n");
 }
 
 /*




commit netsniff-ng for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package netsniff-ng for openSUSE:Factory 
checked in at 2018-01-09 14:53:51

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


Package is "netsniff-ng"

Tue Jan  9 14:53:51 2018 rev:2 rq:562316 version:0.6.4

Changes:

--- /work/SRC/openSUSE:Factory/netsniff-ng/netsniff-ng.changes  2017-08-24 
18:48:26.978784976 +0200
+++ /work/SRC/openSUSE:Factory/.netsniff-ng.new/netsniff-ng.changes 
2018-01-09 14:53:53.413841577 +0100
@@ -1,0 +2,14 @@
+Fri Jan  5 21:54:23 UTC 2018 - mar...@gmx.de
+
+- Update to version 0.6.4
+  * DNS header generation in trafgen
+  * Support for dumping proto headers in trafgen
+  * Fixes for dinc()/ddec() to properly respect min/max range and
+avoid counter corruption
+  * Fixes for NULL pointer dereferences and resource leaks in trafgen
+  * Build fixes for various compiler versions, libc implementations
+and distributions
+- Rebase patch:
+  * netsniff-ng-fix-ncurses.diff
+
+---

Old:

  netsniff-ng-0.6.3.tar.xz

New:

  netsniff-ng-0.6.4.tar.xz



Other differences:
--
++ netsniff-ng.spec ++
--- /var/tmp/diff_new_pack.rP08kE/_old  2018-01-09 14:53:54.097809513 +0100
+++ /var/tmp/diff_new_pack.rP08kE/_new  2018-01-09 14:53:54.101809326 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package netsniff-ng
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   netsniff-ng
-Version:0.6.3
+Version:0.6.4
 Release:0
 Summary:Network Sniffer for Packet Inspection
 License:GPL-2.0
@@ -39,8 +39,8 @@
 BuildRequires:  libnl3-devel
 BuildRequires:  libpcap-devel
 BuildRequires:  libsodium-devel
-BuildRequires:  liburcu-devel
 BuildRequires:  libtool
+BuildRequires:  liburcu-devel
 BuildRequires:  make
 %if 0%{?suse_version} > 1320
 BuildRequires:  ncurses5-devel

++ netsniff-ng-0.6.3.tar.xz -> netsniff-ng-0.6.4.tar.xz ++
 4070 lines of diff (skipped)

++ netsniff-ng-fix-ncurses.diff ++
--- /var/tmp/diff_new_pack.rP08kE/_old  2018-01-09 14:53:54.369796762 +0100
+++ /var/tmp/diff_new_pack.rP08kE/_new  2018-01-09 14:53:54.373796574 +0100
@@ -1,26 +1,26 @@
 diff --git a/configure b/configure
-index 72bb574..44aa591 100755
+index d5fe7e6..56148ac 100755
 --- a/configure
 +++ b/configure
-@@ -403,9 +403,9 @@ int main(void)
+@@ -428,9 +428,9 @@ int main(void)
  EOF
  
$CC \
 -  $($PKG_CONFIG --cflags ncurses 2>> config.log) \
-+  $(ncurses5-config --cflags ncurses 2>> config.log) \
++  $(ncurses5-config --cflags 2>> config.log) \
-o $TMPDIR/ncursestest $TMPDIR/ncursestest.c \
 -  $($PKG_CONFIG --libs ncurses 2>> config.log \
-+  $(ncurses5-config --libs ncurses 2>> config.log \
++  $(ncurses5-config --libs 2>> config.log \
  || echo '-lncurses' ) \
>> config.log 2>&1
if [ ! -x $TMPDIR/ncursestest ] ; then
 diff --git a/flowtop/Makefile b/flowtop/Makefile
-index effe7eb..ab49a51 100644
+index e001ce8..bffd86e 100644
 --- a/flowtop/Makefile
 +++ b/flowtop/Makefile
 @@ -1,8 +1,7 @@
  flowtop-libs =-lurcu \
-   -lnetfilter_conntrack \
+   $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) $(PKG_CONFIG) --libs 
libnetfilter_conntrack 2> /dev/null ) \
 -  $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) $(PKG_CONFIG) --libs 
ncurses 2> /dev/null \
 +  $(shell ncurses5-config --libs 2> /dev/null \
|| echo '-lncurses') \




commit sigil for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package sigil for openSUSE:Factory checked 
in at 2018-01-09 14:53:39

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


Package is "sigil"

Tue Jan  9 14:53:39 2018 rev:3 rq:562311 version:0.9.9

Changes:

--- /work/SRC/openSUSE:Factory/sigil/sigil.changes  2017-06-12 
15:31:55.708619425 +0200
+++ /work/SRC/openSUSE:Factory/.sigil.new/sigil.changes 2018-01-09 
14:53:43.962284662 +0100
@@ -1,0 +2,62 @@
+Sun Jan  7 11:42:03 UTC 2018 - ec...@opensuse.org
+
+- update to 0.9.9
+  * Bug Fixes
+- Add python_3.5_fixes3.patch to Python build and update build 
+  docs on OSX to fix missing symbols
+- Fix crash caused by Preview holding pointer to user removed 
+  resource when front tab is non-html resource
+- Fix crash in FlowTab destructor due to re-entering flowtab 
+  during Syntax Highlighting and signals
+- Fix issue with file icons disappearing when reordering in 
+  Book Browser (commit ecb56b1f)
+- Fix missing epub3 Manifest cover-image property 
+  setting/unsetting with BookBrowser
+- Fix issue where cancelling the SaveAs dialog disconnected 
+  an existing epub from its saved path
+- Fix assertion error in sigil-gumbo when handling extraneous 
+  script end tags
+- Apply multiple fixes for gumbo from upstream
+- Fix segfault in Split at Cursor when not an html file
+- Make sure Add Cover tool properly handles existing manifest 
+  cover properties in EPUB3s
+- Correct error dialog to say “Sigil may need to close.”
+- Prevent Images and Misc items from being dragged to the Text 
+  folder in Book Browser (commit 30bb96d)
+- Fix Linux bug that prevents rich text from other programs 
+  being pasted into Book View (issue #320)
+- Fix bug where index entries inside em and dfn tags were 
+  ignored during index generation
+- Fix bug on Windows in spell checking when smart right single 
+  quotes are used for apostrophes
+- Fix bug in simple well-formed check to handle generic xml 
+  processing instructions
+- Fix bug in epub3 MetaEditor with title-type 
+  and collection-type properties
+- Fix plugin code to prevent book href vs manifest id clashes
+- Fix bug in Plugin Runner to allow it to delete non-manifested 
+  files properly
+- Fix bug in SourceUpdates to handle properly handle 
+  css properties with multiple urls
+- Fix bugs in well-formed check to better handle missing 
+  doctypes
+  * New Features
+- Add SIGIL_DISABLE_CURSOR_BLINK environment variable 
+  to disable text cursor to aid Accessibility on OSX
+- Better use semantic information (guide types and Landmarks) 
+  to allow the user finer control of index generation
+- Attempt to improve Metadata Editor placeholder text to help 
+  beginners
+- Preview Window Title bar will now show height and width 
+  of the Preview Window
+- Allow users to limit/disable clipboard history saving via 
+  General Preferences
+- Convert br tags in header text to linebreaks for toc/ncx/nav 
+  generation routines
+- Support spell checking of words with numbers controlled by 
+  Preference settings
+- Add two additional Quick Lauch Icons for Plugins
+- Drop Patch sigil-version.patch, 
+  because right version is now in upstream
+
+---

Old:

  0.9.8.tar.gz
  sigil-version.patch

New:

  0.9.9.tar.gz



Other differences:
--
++ sigil.spec ++
--- /var/tmp/diff_new_pack.XaitjT/_old  2018-01-09 14:53:46.374171594 +0100
+++ /var/tmp/diff_new_pack.XaitjT/_new  2018-01-09 14:53:46.378171406 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sigil
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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:   sigil
-Version:0.9.8
+Version:0.9.9
 Release:0
 Summary:WYSIWYG Ebook Editor
 License:GPL-3.0
@@ -29,59 +29,54 @@
 Source2:%{name}.desktop
 # PATCH-FIX-OPENSUSE Disabled __DATE__ and __TIME__ which is replaced later in 
pre section
 Patch0: %{name}-gt-0.9.0-Dialogs-About.cpp.patch
-# PATCH-FIX-OPENSUSE Set right version
-Patch1: %{name}-version.patch
-
-BuildRequires:  cmake >= 3.0
 BuildRequires:  boost-devel
+BuildRequires:  cmake >= 3.0
+BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 

commit FlightGear for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package FlightGear for openSUSE:Factory 
checked in at 2018-01-09 14:53:48

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


Package is "FlightGear"

Tue Jan  9 14:53:48 2018 rev:5 rq:562312 version:2017.3.1

Changes:

--- /work/SRC/openSUSE:Factory/FlightGear/FlightGear.changes2017-12-13 
11:58:49.855338854 +0100
+++ /work/SRC/openSUSE:Factory/.FlightGear.new/FlightGear.changes   
2018-01-09 14:53:49.574021586 +0100
@@ -1,0 +2,14 @@
+Fri Jan  5 11:25:08 UTC 2018 - r...@fthiessen.de
+
+- Added missing dependencies (glew, glut and udev).
+
+---
+Thu Jan  4 18:16:02 UTC 2018 - stefan.bru...@rwth-aachen.de
+
+- Update BuildRequires:
+  * pkgconfig(libcurl), no longer pulled in automatically
+  * pkgconfig(dbus-1), allow screensaver inhibition
+  * pkgconfig({freetype2,libpng}) for FGPanel features
+- Remove deprecated Encoding key from .desktop file
+
+---



Other differences:
--
++ FlightGear.spec ++
--- /var/tmp/diff_new_pack.2kDmzp/_old  2018-01-09 14:53:50.413982209 +0100
+++ /var/tmp/diff_new_pack.2kDmzp/_new  2018-01-09 14:53:50.417982021 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package FlightGear
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -31,9 +31,20 @@
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  pkgconfig
+# Required for screensaver inhibition
+BuildRequires:  freeglut-devel
 BuildRequires:  plib-devel
 BuildRequires:  sqlite3-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(dbus-1)
+BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(glew)
+BuildRequires:  pkgconfig(libcurl)
+BuildRequires:  pkgconfig(libpng)
+BuildRequires:  pkgconfig(libudev)
+BuildRequires:  pkgconfig(xi)
+BuildRequires:  pkgconfig(xmu)
 
 # Additional dependencies to enable FlightGear's new Qt launcher interface
 BuildRequires:  libQt5Network-devel
@@ -105,5 +116,11 @@
 %{_datadir}/icons/hicolor/scalable/apps/*.svg
 %{_datadir}/bash-completion/completions/fgfs
 %{_datadir}/zsh/site-functions/_fgfs
+# Workaround for Leap 42.2
+%if 0%{?sle_version} == 120200 && 0%{?is_opensuse}
+%dir %{_datadir}/bash-completion
+%dir %{_datadir}/zsh
+%dir %{_datadir}/zsh/site-functions
+%endif
 
 %changelog

++ FlightGear.desktop ++
--- /var/tmp/diff_new_pack.2kDmzp/_old  2018-01-09 14:53:50.465979771 +0100
+++ /var/tmp/diff_new_pack.2kDmzp/_new  2018-01-09 14:53:50.465979771 +0100
@@ -1,5 +1,4 @@
 [Desktop Entry]
-Encoding=UTF-8
 Name=FlightGear
 GenericName=Flight Simulator
 Comment=Open source and multi-platform flight simulator
@@ -18,4 +17,3 @@
 GenericName[pt]=Simulador de Voo
 GenericName[ro]=Simulator de zbor
 GenericName[zh]=模拟飞行
-




commit python-pydot for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package python-pydot for openSUSE:Factory 
checked in at 2018-01-09 14:53:27

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


Package is "python-pydot"

Tue Jan  9 14:53:27 2018 rev:6 rq:562297 version:1.2.4

Changes:

--- /work/SRC/openSUSE:Factory/python-pydot/python-pydot.changes
2017-05-03 15:54:36.294124034 +0200
+++ /work/SRC/openSUSE:Factory/.python-pydot.new/python-pydot.changes   
2018-01-09 14:53:29.174977890 +0100
@@ -1,0 +2,17 @@
+Sat Jan  6 17:20:02 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 1.2.4:
+  * ENH: propagate `LD_LIBRARY_PATH` when calling GraphViz
+  * API: raise `OSError` when a GraphViz executable is not found
+  * API: add method `__str__` to classes `Node, Edge, Graph`
+  * API: add arg `encoding` to `Dot` methods `create, write`
+  * API: quote cluster names when necessary
+  * API: give source and destination nodes as separate args to
+`Edge.__init__`
+  * API: never ignore `src, dst`, overwrite if `points` defined in
+`obj_dict`
+
+---

Old:

  pydot-1.2.3.tar.gz

New:

  pydot-1.2.4.tar.gz



Other differences:
--
++ python-pydot.spec ++
--- /var/tmp/diff_new_pack.4iYAWX/_old  2018-01-09 14:53:30.066936076 +0100
+++ /var/tmp/diff_new_pack.4iYAWX/_new  2018-01-09 14:53:30.070935889 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pydot
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pydot
-Version:1.2.3
+Version:1.2.4
 Release:0
 Url:https://github.com/erocarrera/pydot
 Summary:Create (dot) graphs from python
@@ -26,11 +26,11 @@
 Group:  Development/Libraries/Python
 Source: 
https://files.pythonhosted.org/packages/source/p/pydot/pydot-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module pyparsing >= 2.1.4}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   graphviz
 Requires:   python-pyparsing >= 2.1.4
 BuildArch:  noarch

++ pydot-1.2.3.tar.gz -> pydot-1.2.4.tar.gz ++
 17839 lines of diff (skipped)




commit python-graphviz for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package python-graphviz for openSUSE:Factory 
checked in at 2018-01-09 14:53:24

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


Package is "python-graphviz"

Tue Jan  9 14:53:24 2018 rev:2 rq:562294 version:0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/python-graphviz/python-graphviz.changes  
2017-11-16 14:02:25.838546051 +0100
+++ /work/SRC/openSUSE:Factory/.python-graphviz.new/python-graphviz.changes 
2018-01-09 14:53:26.607098273 +0100
@@ -1,0 +2,14 @@
+Sat Jan  6 17:29:25 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 0.8.2:
+  * Add nohtml() to support labels of the form '<...>' (disabling
+their default treatment as HTML strings).
+  * Make default utf-8 encoding more visible.
+  * Set encoding = locale.getpreferredencoding() when encoding
+argument/property is set to None explicitly (follow stdlib io.open
+behaviour).
+
+---

Old:

  graphviz-0.8.1.zip

New:

  graphviz-0.8.2.zip



Other differences:
--
++ python-graphviz.spec ++
--- /var/tmp/diff_new_pack.oKKWXY/_old  2018-01-09 14:53:27.175071647 +0100
+++ /var/tmp/diff_new_pack.oKKWXY/_new  2018-01-09 14:53:27.179071459 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-graphviz
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without tests
 Name:   python-graphviz
-Version:0.8.1
+Version:0.8.2
 Release:0
 Summary:Python interface for Graphviz
 License:MIT




commit remmina for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package remmina for openSUSE:Factory checked 
in at 2018-01-09 14:53:12

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


Package is "remmina"

Tue Jan  9 14:53:12 2018 rev:21 rq:562290 version:1.2.0~rcgit.26

Changes:

--- /work/SRC/openSUSE:Factory/remmina/remmina.changes  2017-11-03 
16:27:03.611384576 +0100
+++ /work/SRC/openSUSE:Factory/.remmina.new/remmina.changes 2018-01-09 
14:53:16.859555241 +0100
@@ -1,0 +2,34 @@
+Fri Jan  5 15:32:27 UTC 2018 - jweberho...@weberhofer.at
+
+- Rename the plugin 'remmina-plugins-gnome' in 'remmina-plugin-secret'
+- Added remmina-plugin-exec which allows execution of local commands
+
+- Upgraded to 1.2.0-rcgit.26
+
+  Implemented enhancements:
+  * Allow external commands without protocols in create connection dialog
+  * Option to completely hide the floating toolbar when in fullscreen.
+  * Option to run Pre Command before ANYTHING else
+  * Rename the plugin 'remmina-plugins-gnome' in 'remmina-plugins-secret'
+  * Variables for pre- and post-commands
+  * Implement an exec protocol plugin
+  * Add SPICE Native WebDAV shared folder support
+  * Added encryption algorithms options for SSH
+  * SSH tunnel and pre/post commands improvements
+  * Prior commands improvements
+  * Add avahi host discovery for ssh and sftp plugins
+
+  Fixed bugs:
+  * Un-check of "Fullscreen on the same monitor as the connection window" 
won't save
+  * Remmina resets screen resolution settings in RDP shortcut
+  * SSH Tunneling is broken with SSH Agent with public key
+  * Align SFTP and SSH plugins authentication and tunnel functionalities.
+  * ssh_userauth_publickey_auto: should accept empty passphrase
+  * Un-check of 'Fullscreen on the same monitor'
+
+  Other improvements:
+  * Updated translations
+  * Fixed typos
+  * Remove a couple of legacy "resolution" fields
+
+---

Old:

  Remmina-1.2.0-rcgit.24.tar.gz

New:

  Remmina-1.2.0-rcgit.26.tar.gz



Other differences:
--
++ remmina.spec ++
--- /var/tmp/diff_new_pack.jllCKu/_old  2018-01-09 14:53:17.523524114 +0100
+++ /var/tmp/diff_new_pack.jllCKu/_new  2018-01-09 14:53:17.527523926 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package remmina
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,15 @@
 #
 
 
-%define realver 1.2.0-rcgit.24
+%define realver 1.2.0-rcgit.26
 %bcond_with nx
 Name:   remmina
-Version:1.2.0~rcgit.24
+Version:1.2.0~rcgit.26
 Release:0
 Summary:Versatile Remote Desktop Client
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Url:http://www.remmina.org/
+URL:http://www.remmina.org/
 Source0:
https://github.com/FreeRDP/Remmina/archive/v%{realver}.tar.gz#/Remmina-%{realver}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  ed
@@ -52,6 +52,7 @@
 BuildRequires:  pkgconfig(xkbfile)
 Recommends: %{name}-lang
 Recommends: %{name}-plugin-rdp
+Recommends: %{name}-plugin-secret
 Recommends: %{name}-plugin-vnc
 Provides:   %{name}-plugins-common = %{version}
 Obsoletes:  %{name}-plugins-common < 1.0.0
@@ -75,6 +76,15 @@
 This package contains header files needed for developing plugins for
 Remmina.
 
+%package plugin-exec
+Summary:Plugin for Remmina to allow execution of local commands
+Group:  Productivity/Networking/Other
+Requires:   remmina = %{version}
+
+%description plugin-exec
+This package provides a plugin for Remmina allowing the execution of
+local commands.
+
 %package plugin-spice
 Summary:SPICE Protocol Plugin for Remmina
 Group:  Productivity/Networking/Other
@@ -127,13 +137,15 @@
 #%%description plugin-telepathy
 #This package provides the Telepathy plugin for Remmina.
 
-%package plugins-gnome
-Summary:GNOME Plugins for Remmina
+%package plugin-secret
+Summary:Gnome Keyring Pasword Manager Plugin for Remmina
 Group:  Productivity/Networking/Other
 Requires:   remmina = %{version}
+Provides:   remmina-plugins-gnome = %{version}
+Obsoletes:  remmina-plugins-gnome < %{version}
 
-%description plugins-gnome
-This package provides the GNOME plugins for Remmina.
+%description plugin-secret
+This package provides a Remmina plugin for the GNOME keyring password manager.
 
 %lang_package
 
@@ -141,7 +153,7 @@
 %setup -q -n Remmina-%{realver}
 
 %build
-#TODO: When 

commit python-python-gammu for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package python-python-gammu for 
openSUSE:Factory checked in at 2018-01-09 14:53:33

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


Package is "python-python-gammu"

Tue Jan  9 14:53:33 2018 rev:7 rq:562306 version:2.11

Changes:

--- /work/SRC/openSUSE:Factory/python-python-gammu/python-python-gammu.changes  
2017-01-25 23:22:09.281460251 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-gammu.new/python-python-gammu.changes 
2018-01-09 14:53:36.014657246 +0100
@@ -1,0 +2,11 @@
+Sun Jan  7 10:42:13 UTC 2018 - ec...@opensuse.org
+
+- Update to 2.11
+  * Add support for the USSD in SMSD.
+- Update to 2.10
+  * Testsuite compatibility with Gammu 1.38.5.
+- Update to 2.8
+  * Make parameters to CancelCall and AnswerCall optional.
+  * Added support for UTF-16 Unicode chars (emojis).
+
+---

Old:

  python-gammu-2.7.tar.bz2

New:

  python-gammu-2.11.tar.bz2



Other differences:
--
++ python-python-gammu.spec ++
--- /var/tmp/diff_new_pack.PwKpz2/_old  2018-01-09 14:53:37.186602305 +0100
+++ /var/tmp/diff_new_pack.PwKpz2/_new  2018-01-09 14:53:37.190602118 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-gammu
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-python-gammu
-Version:2.7
+Version:2.11
 Release:0
 Summary:Python module to communicate with mobile phones
 License:GPL-2.0+
 Group:  Development/Languages/Python
 Url:http://wammu.eu/python-gammu/
-Source: 
https://pypi.io/packages/source/p/python-gammu/python-gammu-%{version}.tar.bz2
+Source: 
https://dl.cihar.com/python-gammu/python-gammu-%{version}.tar.bz2
 BuildRequires:  gammu-devel >= 1.37.90
 BuildRequires:  libdbi-drivers-dbd-sqlite3
 BuildRequires:  pkg-config

++ python-gammu-2.7.tar.bz2 -> python-gammu-2.11.tar.bz2 ++
 2840 lines of diff (skipped)




commit python-blessings for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package python-blessings for 
openSUSE:Factory checked in at 2018-01-09 14:53:30

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


Package is "python-blessings"

Tue Jan  9 14:53:30 2018 rev:3 rq:562298 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/python-blessings/python-blessings.changes
2017-09-04 12:31:08.267252456 +0200
+++ /work/SRC/openSUSE:Factory/.python-blessings.new/python-blessings.changes   
2018-01-09 14:53:31.482869697 +0100
@@ -1,0 +2,10 @@
+Sat Jan  6 17:14:43 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 1.6.1:
+  * Don’t crash if number_of_colors() is called when run in a
+non-terminal or when does_styling is otherwise false.
+
+---

Old:

  blessings-1.6.tar.gz

New:

  blessings-1.6.1.tar.gz



Other differences:
--
++ python-blessings.spec ++
--- /var/tmp/diff_new_pack.rLSHgi/_old  2018-01-09 14:53:32.182836882 +0100
+++ /var/tmp/diff_new_pack.rLSHgi/_new  2018-01-09 14:53:32.182836882 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-blessings
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-blessings
-Version:1.6
+Version:1.6.1
 Release:0
 Summary:A thin, practical wrapper around terminal capabilities in 
Python
 License:MIT

++ blessings-1.6.tar.gz -> blessings-1.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blessings-1.6/PKG-INFO new/blessings-1.6.1/PKG-INFO
--- old/blessings-1.6/PKG-INFO  2014-10-01 06:29:12.0 +0200
+++ new/blessings-1.6.1/PKG-INFO2018-01-03 17:59:54.0 +0100
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: blessings
-Version: 1.6
+Version: 1.6.1
 Summary: A thin, practical wrapper around terminal coloring, styling, and 
positioning
 Home-page: https://github.com/erikrose/blessings
 Author: Erik Rose
 Author-email: erikr...@grinchcentral.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: =
 Blessings
 =
@@ -28,6 +29,8 @@
 print '{t.bold}All your {t.red}bold and red 
base{t.normal}'.format(t=t)
 print t.wingo(2)
 
+`Full API Reference `_
+
 The Pitch
 =
 
@@ -430,6 +433,10 @@
 
 .. _`issue tracker`: https://github.com/erikrose/blessings/issues/
 
+Blessings tests are run automatically by `Travis CI`_.
+
+.. _`Travis CI`: https://travis-ci.org/erikrose/blessings/
+
 .. image:: https://secure.travis-ci.org/erikrose/blessings.png
 
 
@@ -441,6 +448,10 @@
 Version History
 ===
 
+1.6.1
+  * Don't crash if ``number_of_colors()`` is called when run in a 
non-terminal
+or when ``does_styling`` is otherwise false.
+
 1.6
   * Add ``does_styling`` property. This takes ``force_styling`` into 
account
 and should replace most uses of ``is_a_tty``.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blessings-1.6/README.rst 
new/blessings-1.6.1/README.rst
--- old/blessings-1.6/README.rst2014-10-01 05:33:59.0 +0200
+++ new/blessings-1.6.1/README.rst  2018-01-03 17:42:45.0 +0100
@@ -20,6 +20,8 @@
 print '{t.bold}All your {t.red}bold and red base{t.normal}'.format(t=t)
 print t.wingo(2)
 
+`Full API Reference `_
+
 The Pitch
 =
 
@@ -422,6 +424,10 @@
 
 .. _`issue tracker`: https://github.com/erikrose/blessings/issues/
 
+Blessings tests are run automatically by `Travis CI`_.
+
+.. _`Travis CI`: https://travis-ci.org/erikrose/blessings/
+
 .. image:: https://secure.travis-ci.org/erikrose/blessings.png
 
 
@@ -433,6 +439,10 @@
 Version History
 ===
 
+1.6.1
+  * Don't crash if ``number_of_colors()`` is called when run in a non-terminal
+or when ``does_styling`` is otherwise false.
+
 1.6
   * Add ``does_styling`` property. This takes ``force_styling`` into account
 and should replace most uses of ``is_a_tty``.
diff -urN 

commit sluice for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package sluice for openSUSE:Factory checked 
in at 2018-01-09 14:53:56

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


Package is "sluice"

Tue Jan  9 14:53:56 2018 rev:3 rq:562318 version:0.02.07

Changes:

--- /work/SRC/openSUSE:Factory/sluice/sluice.changes2017-05-18 
20:49:47.970733824 +0200
+++ /work/SRC/openSUSE:Factory/.sluice.new/sluice.changes   2018-01-09 
14:53:57.301659318 +0100
@@ -1,0 +2,12 @@
+Fri Jan  5 21:32:17 UTC 2018 - mar...@gmx.de
+
+- update to version 0.02.07
+  * Makefile: bump version
+  * Makefile: add snapcraft directory to make dist rule
+  * debian/control: update Standards-Version to 4.1.2
+  * update copyright year
+  * Add snapcraft
+  * Add extra parentheses for clarity
+  * voidify fclose()
+
+---

Old:

  sluice-0.02.06.tar.gz

New:

  sluice-0.02.07.tar.gz



Other differences:
--
++ sluice.spec ++
--- /var/tmp/diff_new_pack.QeRiUx/_old  2018-01-09 14:53:57.969628003 +0100
+++ /var/tmp/diff_new_pack.QeRiUx/_new  2018-01-09 14:53:57.981627441 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sluice
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   sluice
-Version:0.02.06
+Version:0.02.07
 Release:0
 Summary:Rate limiting data piping tool
 License:GPL-2.0+

++ sluice-0.02.06.tar.gz -> sluice-0.02.07.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sluice-0.02.06/Makefile new/sluice-0.02.07/Makefile
--- old/sluice-0.02.06/Makefile 2016-12-19 16:01:17.0 +0100
+++ new/sluice-0.02.07/Makefile 2018-01-05 01:53:21.0 +0100
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2014-2016 Canonical, Ltd.
+# Copyright (C) 2014-2018 Canonical, Ltd.
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
 #
-VERSION=0.02.06
+VERSION=0.02.07
 
 CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2
 
@@ -41,7 +41,7 @@
 dist:
rm -rf sluice-$(VERSION)
mkdir sluice-$(VERSION)
-   cp -rp Makefile sluice.c sluice.1 COPYING sluice-$(VERSION)
+   cp -rp Makefile sluice.c sluice.1 COPYING snapcraft sluice-$(VERSION)
tar -zcf sluice-$(VERSION).tar.gz sluice-$(VERSION)
rm -rf sluice-$(VERSION)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sluice-0.02.06/sluice.1 new/sluice-0.02.07/sluice.1
--- old/sluice-0.02.06/sluice.1 2016-12-19 16:01:17.0 +0100
+++ new/sluice-0.02.07/sluice.1 2018-01-05 01:53:21.0 +0100
@@ -232,7 +232,7 @@
 This manual page was written by Colin King ,
 for the Ubuntu project (but may be used by others).
 .SH COPYRIGHT
-Copyright \(co 2014-2016 Canonical Ltd.
+Copyright \(co 2014-2018 Canonical Ltd.
 .br
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sluice-0.02.06/sluice.c new/sluice-0.02.07/sluice.c
--- old/sluice-0.02.06/sluice.c 2016-12-19 16:01:17.0 +0100
+++ new/sluice-0.02.07/sluice.c 2018-01-05 01:53:21.0 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2016 Canonical
+ * Copyright (C) 2014-2018 Canonical
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -373,8 +373,8 @@
fp = fopen("/proc/sys/fs/pipe-max-size", "r");
if (fp) {
int ret = fscanf(fp, "%zu", );
-   fclose(fp);
-   if (ret == 1 && !check_max_pipe_size(sz, page_size))
+   (void)fclose(fp);
+   if ((ret == 1) && !check_max_pipe_size(sz, page_size))
return sz;
}
 
@@ -660,7 +660,7 @@
exit(EXIT_BAD_OPTION);
}
 
-   if (isdigit(ch) || ch == '.')
+   if (isdigit(ch) || (ch == '.'))
return val;
 
ch = tolower(ch);
@@ -1036,7 +1036,7 @@
goto tidy;
}
if ((opt_flags & OPT_GOT_CONST_DELAY) &&

commit health-check for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package health-check for openSUSE:Factory 
checked in at 2018-01-09 14:53:54

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


Package is "health-check"

Tue Jan  9 14:53:54 2018 rev:4 rq:562317 version:0.02.09

Changes:

--- /work/SRC/openSUSE:Factory/health-check/health-check.changes
2017-10-30 21:19:03.449947876 +0100
+++ /work/SRC/openSUSE:Factory/.health-check.new/health-check.changes   
2018-01-09 14:53:54.485791325 +0100
@@ -1,0 +2,11 @@
+Fri Jan  5 21:34:00 UTC 2018 - mar...@gmx.de
+
+- update to version 0.02.09
+  * Makefile: bump version
+  * debian/control: update Standards-Version to 4.1.2
+  * health-check: unconstify metadata to clean up build warning
+  * syscall: remove extraneous pid_size declaration
+  * fnotify: fix build warning, include 
+  * Update copyright year
+
+---

Old:

  health-check-0.02.08.tar.gz

New:

  health-check-0.02.09.tar.gz



Other differences:
--
++ health-check.spec ++
--- /var/tmp/diff_new_pack.vmKlhN/_old  2018-01-09 14:53:55.125761323 +0100
+++ /var/tmp/diff_new_pack.vmKlhN/_new  2018-01-09 14:53:55.125761323 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package health-check
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   health-check
-Version:0.02.08
+Version:0.02.09
 Release:0
 Summary:Process monitoring tool
 License:GPL-2.0+

++ health-check-0.02.08.tar.gz -> health-check-0.02.09.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.08/Makefile 
new/health-check-0.02.09/Makefile
--- old/health-check-0.02.08/Makefile   2017-10-19 19:25:49.0 +0200
+++ new/health-check-0.02.09/Makefile   2018-01-05 11:50:13.0 +0100
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2013-2017 Canonical, Ltd.
+# Copyright (C) 2013-2018 Canonical, Ltd.
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
 #
-VERSION=0.02.08
+VERSION=0.02.09
 #
 # Codename "Where have all my cycles gone?"
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.08/cpustat.c 
new/health-check-0.02.09/cpustat.c
--- old/health-check-0.02.08/cpustat.c  2017-10-19 19:25:49.0 +0200
+++ new/health-check-0.02.09/cpustat.c  2018-01-05 11:50:13.0 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2017 Canonical, Ltd.
+ * Copyright (C) 2013-2018 Canonical, Ltd.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.08/ctxt-switch.c 
new/health-check-0.02.09/ctxt-switch.c
--- old/health-check-0.02.08/ctxt-switch.c  2017-10-19 19:25:49.0 
+0200
+++ new/health-check-0.02.09/ctxt-switch.c  2018-01-05 11:50:13.0 
+0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2017 Canonical, Ltd.
+ * Copyright (C) 2013-2018 Canonical, Ltd.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.08/event.c 
new/health-check-0.02.09/event.c
--- old/health-check-0.02.08/event.c2017-10-19 19:25:49.0 +0200
+++ new/health-check-0.02.09/event.c2018-01-05 11:50:13.0 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2017 Canonical, Ltd.
+ * Copyright (C) 2013-2018 Canonical, Ltd.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-check-0.02.08/fnotify.c 
new/health-check-0.02.09/fnotify.c
--- old/health-check-0.02.08/fnotify.c  2017-10-19 19:25:49.0 +0200
+++ new/health-check-0.02.09/fnotify.c  2018-01-05 11:50:13.0 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2017 Canonical, Ltd.
+ * Copyright (C) 2013-2018 

commit xorgxrdp for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package xorgxrdp for openSUSE:Factory 
checked in at 2018-01-09 14:53:21

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


Package is "xorgxrdp"

Tue Jan  9 14:53:21 2018 rev:4 rq:562292 version:0.2.5

Changes:

--- /work/SRC/openSUSE:Factory/xorgxrdp/xorgxrdp.changes2017-10-03 
23:17:46.062342787 +0200
+++ /work/SRC/openSUSE:Factory/.xorgxrdp.new/xorgxrdp.changes   2018-01-09 
14:53:22.963269097 +0100
@@ -1,0 +2,8 @@
+Sat Jan  6 19:16:29 UTC 2018 - fezh...@suse.com
+
+- Update to version 0.2.5
+  + Adjust socket file permission #110
+  + Accept display number 0 #106
+  + Assembly code refactoring
+
+---

Old:

  xorgxrdp-0.2.4.tar.gz
  xorgxrdp-0.2.4.tar.gz.asc

New:

  xorgxrdp-0.2.5.tar.gz
  xorgxrdp-0.2.5.tar.gz.asc



Other differences:
--
++ xorgxrdp.spec ++
--- /var/tmp/diff_new_pack.gTMBQf/_old  2018-01-09 14:53:23.671235907 +0100
+++ /var/tmp/diff_new_pack.gTMBQf/_new  2018-01-09 14:53:23.671235907 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xorgxrdp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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:   xorgxrdp
-Version:0.2.4
+Version:0.2.5
 Release:0
 Summary:Xorg drivers for xrdp
 License:X11

++ xorgxrdp-0.2.4.tar.gz -> xorgxrdp-0.2.5.tar.gz ++
 1863 lines of diff (skipped)




commit xrdp for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package xrdp for openSUSE:Factory checked in 
at 2018-01-09 14:53:18

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


Package is "xrdp"

Tue Jan  9 14:53:18 2018 rev:13 rq:562291 version:0.9.5

Changes:

--- /work/SRC/openSUSE:Factory/xrdp/xrdp.changes2017-11-24 
10:57:14.738203754 +0100
+++ /work/SRC/openSUSE:Factory/.xrdp.new/xrdp.changes   2018-01-09 
14:53:18.803464110 +0100
@@ -1,0 +2,30 @@
+Thu Jan  4 08:43:48 UTC 2018 - fezh...@suse.com
+
+- Update to version 0.9.5
+  + Security fixes
+- Fix local denial of service (CVE-2017-16927) #958 #979
+  + New features
+- Add a new log level TRACE more verbose than DEBUG #835 #944
+- SSH agent forwarding via RDP #867 #868 FreeRDP/FreeRDP#4122
+- Support horizontal wheel properly #928
+  + Bug fixes
+- Avoid use of hard-coded sesman port #895
+- Workaround for corrupted display with Windows Server 2008
+  using NeutrinoRDP #869
+- Fix glitch in audio redirection by AAC #910 #936
+- Implement vsock support #930 #935 #948
+- Avoid 100% CPU usage on SSL accept #956
+  + Other changes
+- Add US Dvorak keyboard #929
+- Suppress some misleading logs #964
+- Add Finnish keyboard #972
+- Add more user-friendlier description about Xorg config #974
+- Renew pulseaudio document #984 #985
+- Lots of cleanups and refactoring
+  + Known issues
+- Audio redirection by MP3 codec doesn't sound with some
+  client, use AAC instead #965
+- Update xrdp-default-config.patch
+- Update xrdp-fate318398-change-expired-password.patch
+
+---

Old:

  xrdp-0.9.4.tar.gz
  xrdp-0.9.4.tar.gz.asc

New:

  xrdp-0.9.5.tar.gz
  xrdp-0.9.5.tar.gz.asc



Other differences:
--
++ xrdp.spec ++
--- /var/tmp/diff_new_pack.UQI0PF/_old  2018-01-09 14:53:19.671423420 +0100
+++ /var/tmp/diff_new_pack.UQI0PF/_new  2018-01-09 14:53:19.675423232 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xrdp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 
 %define _fwdefdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
 Name:   xrdp
-Version:0.9.4
+Version:0.9.5
 Release:0
 Summary:Remote desktop protocol (RDP) server
 License:Apache-2.0 and GPL-2.0+

++ xrdp-0.9.4.tar.gz -> xrdp-0.9.5.tar.gz ++
 5476 lines of diff (skipped)

++ xrdp-default-config.patch ++
--- /var/tmp/diff_new_pack.UQI0PF/_old  2018-01-09 14:53:20.171399981 +0100
+++ /var/tmp/diff_new_pack.UQI0PF/_new  2018-01-09 14:53:20.175399793 +0100
@@ -1,8 +1,8 @@
-diff --git a/sesman/sesman.ini b/sesman/sesman.ini
-index 8225ee44..37c78169 100644
 a/sesman/sesman.ini
-+++ b/sesman/sesman.ini
-@@ -18,7 +18,7 @@ AlwaysGroupCheck=false
+Index: b/sesman/sesman.ini
+===
+--- a/sesman/sesman.ini2018-01-04 15:37:57.612073999 +0800
 b/sesman/sesman.ini2018-01-04 15:38:02.957413999 +0800
+@@ -18,7 +18,7 @@
  ;; X11DisplayOffset - x11 display number offset
  ; Type: integer
  ; Default: 10
@@ -11,7 +11,7 @@
  
  ;; MaxSessions - maximum number of connections to an xrdp server
  ; Type: integer
-@@ -50,9 +50,9 @@ Policy=Default
+@@ -50,9 +50,9 @@
  
  [Logging]
  LogFile=xrdp-sesman.log
@@ -22,13 +22,13 @@
 +EnableSyslog=0
 +SyslogLevel=ERROR
  
- [X11rdp]
- param=X11rdp
-diff --git a/xrdp/xrdp.ini b/xrdp/xrdp.ini
-index cb6d7c36..f4c75c88 100644
 a/xrdp/xrdp.ini
-+++ b/xrdp/xrdp.ini
-@@ -74,7 +74,7 @@ grey=dedede
+ ;
+ ; Session definitions - startup command-line parameters for each session type
+Index: b/xrdp/xrdp.ini
+===
+--- a/xrdp/xrdp.ini2018-01-04 15:37:57.612073999 +0800
 b/xrdp/xrdp.ini2018-01-04 15:59:09.282474000 +0800
+@@ -76,7 +76,7 @@
  #ls_title=My Login Title
  
  ; top level window background color in RGB format
@@ -37,7 +37,7 @@
  
  ; width and height of login screen
  ls_width=350
-@@ -117,9 +117,9 @@ ls_btn_cancel_height=30
+@@ -119,9 +119,9 @@
  
  [Logging]
  LogFile=xrdp.log
@@ -50,10 +50,10 @@
  ; LogLevel and SysLogLevel could by any of: core, error, warning, info or 
debug
  
  [Channels]
-@@ -148,34 +148,24 @@ tcutils=true
- ; Session types
- ;
- 
+@@ -153,34 +153,24 @@
+ ; Some session types such as Xorg, X11rdp and Xvnc start a display server.
+ ; Startup 

commit miller for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package miller for openSUSE:Factory checked 
in at 2018-01-09 14:53:08

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


Package is "miller"

Tue Jan  9 14:53:08 2018 rev:4 rq:562288 version:5.3.0

Changes:

--- /work/SRC/openSUSE:Factory/miller/miller.changes2017-08-28 
15:16:11.552926636 +0200
+++ /work/SRC/openSUSE:Factory/.miller.new/miller.changes   2018-01-09 
14:53:11.851790007 +0100
@@ -1,0 +2,7 @@
+Sun Jan  7 07:56:34 UTC 2018 - aloi...@gmx.com
+
+- Update to version 5.3.0 (see draft-release-notes.md for a
+  changelog)
+- Added miller-5.3.0-gcc43.patch
+
+---

Old:

  miller-5.2.2.tar.gz

New:

  miller-5.3.0-gcc43.patch
  miller-5.3.0.tar.gz



Other differences:
--
++ miller.spec ++
--- /var/tmp/diff_new_pack.XbYoR1/_old  2018-01-09 14:53:12.615754193 +0100
+++ /var/tmp/diff_new_pack.XbYoR1/_new  2018-01-09 14:53:12.619754005 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package miller
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,16 @@
 
 
 Name:   miller
-Version:5.2.2
+Version:5.3.0
 Release:0
 Summary:Name-indexed data processing tool
 # c/lib/netbsd_strptime.c is BSD-4-Clause
 License:BSD-2-Clause and BSD-4-Clause
 Group:  Productivity/File utilities
 Url:http://johnkerl.org/miller/doc
-Source0:
https://github.com/johnkerl/miller/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:
https://github.com/johnkerl/miller/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM miller-5.3.0-gcc43.patch
+Patch0: miller-5.3.0-gcc43.patch
 BuildRequires:  automake
 BuildRequires:  flex >= 2.5.35
 BuildRequires:  libtool
@@ -42,6 +44,7 @@
 %ifarch %ix86
 sed -e 's/-pg//' -i c/Makefile.am
 %endif
+%patch0 -p1
 
 %build
 autoreconf -fiv
@@ -53,7 +56,7 @@
 
 %files
 %defattr(-,root,root)
-%doc LICENSE.txt README.md
+%doc LICENSE.txt README.md c/draft-release-notes.md
 %{_bindir}/mlr
 %{_mandir}/man1/mlr.1%{ext_man}
 

++ miller-5.3.0-gcc43.patch ++
Index: miller-5.3.0/c/cli/mlrcli.h
===
--- miller-5.3.0.orig/c/cli/mlrcli.h
+++ miller-5.3.0/c/cli/mlrcli.h
@@ -5,6 +5,7 @@
 #ifndef MLRCLI_H
 #define MLRCLI_H
 
+#include 
 #include "lib/context.h"
 #include "containers/slls.h"
 #include "containers/sllv.h"
++ miller-5.2.2.tar.gz -> miller-5.3.0.tar.gz ++
 77036 lines of diff (skipped)




commit libeXosip2 for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package libeXosip2 for openSUSE:Factory 
checked in at 2018-01-09 14:52:19

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


Package is "libeXosip2"

Tue Jan  9 14:52:19 2018 rev:24 rq:561495 version:5.0.0

Changes:

--- /work/SRC/openSUSE:Factory/libeXosip2/libeXosip2.changes2014-09-15 
14:50:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.libeXosip2.new/libeXosip2.changes   
2018-01-09 14:52:20.782184208 +0100
@@ -1,0 +2,76 @@
+Thu Dec 28 22:06:50 UTC 2017 - fi...@opensuse.org
+
+- Update to 5.0.0:
+  * major API update: add a new parameter to eXosip_call_build_prack in order 
to create the PRACK
+for this specific response and not for the latest.
+   * major API update: removal of eX_refer.h API. REFER are now handled 
with subscriptions APIs.
+ eXosip_refer_build_request removed
+ eXosip_refer_send_request removed
+   * major API update: subscription now handle both SUBSCRIBE and REFER 
with the same APIs:
+   eXosip_subscription_build_initial_refer ADDED
+   eXosip_subscribe_build_initial_request renamed 
eXosip_subscription_build_initial_subscribe
+   eXosip_subscribe_send_initial_request renamed 
eXosip_subscription_send_initial_request
+   eXosip_subscribe_build_refresh_request renamed 
eXosip_subscription_build_refresh_request
+   eXosip_subscribe_send_refresh_request renamed 
eXosip_subscription_send_refresh_request
+   eXosip_subscribe_remove renamed eXosip_subscription_remove
+   EXOSIP_IN_SUBSCRIPTION_* and EXOSIP_SUBSCRIPTION_* events may now 
relate to REFER subscription.
+   * major API change: eXosip_automatic_refresh is obsolete and has been 
removed.
+ only use eXosip_automatic_action instead
+   * API update:
+ eXosip_options_send_request returns a positive transaction id (tid) 
on success.
+ eXosip_publish returns a positive transaction id (tid) on success.
+ note: eXosip_message_send_request was already returing the 
transaction id (tid) on success.
+   * new API options:
+ EXOSIP_OPT_REMOVE_PREROUTESET: to keep Route Set
+ EXOSIP_OPT_SET_SIP_INSTANCE: define +sip.instance parameter in 
Contact headers
+ EXOSIP_OPT_ENABLE_USE_EPHEMERAL_PORT: option to use/not use ephemeral 
port in Contact.
+ EXOSIP_OPT_ENABLE_REUSE_TCP_PORT: option to reuse port.
+ EXOSIP_OPT_AUTO_MASQUERADE_CONTACT: option to enable automatic 
masquerading for Contact headers.
+ EXOSIP_OPT_UDP_LEARN_PORT: obsolete and will be removed in the future.
+ EXOSIP_OPT_SET_DEFAULT_CONTACT_DISPLAYNAME: define a display name to 
be added in Contact headers
+   * new API options: (high load traffic use-case: DO NOT USE FOR COMMON 
USAGE)
+   EXOSIP_OPT_SET_MAX_MESSAGE_TO_READ: set the number of message to read 
at once for each network processing.
+   EXOSIP_OPT_SET_MAX_READ_TIMEOUT: set the period in nano seconds during 
we read for sip message.
+   EXOSIP_OPT_GET_STATISTICS: retreive numerous statistics.
+   * rewrite/update autotools and ./configure options
+ --enable-pthread=[autodetect|force]
+   autodetect POSIX threads or force -DHAVE_PTHREAD 
[default=autodetect]
+ --enable-semaphore=[autodetect|semaphore|sysv]
+   select your prefered semaphore [default=autodetect].
+   * fix bug when reading sip message longuer than 8000 over UDP and TLS.
+   * improve eXosip_add_authentication_info to avoid duplicate credentials
+   * if a SUBSCRIBE is rejected, the context will be released automatically
+   * add failover after a DNS failure.
+   * fallback to SRV even if we receive a NOTFOUND reply for NAPTR.
+   * fix route set with strict router.
+   * rename usage of -DHAVE_CARES_H into -DHAVE_ARES_H real name of header.
+   * remove warnings mainly related to socket API 
(getnameinfo/bind/accept/recv/connect/sendto)
+   * rewrite all loop using iterator to improve performance (useful for 
high load traffic)
+   * rewrite Via and Contact management: both will now contains the IP of 
the real network interface
+ instead of the default one.
+   * improve NAPTR failover, more reliable // add failover for 503 answer
+   * improve interval to force REGISTER refresh upon network error and 
failover.
+   * improve TCP socket management
+   * add a callback to simplify/optimize/accelerate usage of wakelocks in 
android application using exosip2.
+   * improve TLS, add TLSv1.1, TLSv1.2, disable weak cipher (FREAK) and 
enable ECDHE cipher.
+   * add support for SNI tls extension (openssl 1.0.2)
+   * add try/except on windows to catch possible missing qwave (windows 
server)
+ 

commit gifsicle for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package gifsicle for openSUSE:Factory 
checked in at 2018-01-09 14:53:06

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


Package is "gifsicle"

Tue Jan  9 14:53:06 2018 rev:8 rq:562246 version:1.91

Changes:

--- /work/SRC/openSUSE:Factory/gifsicle/gifsicle.changes2018-01-05 
01:01:34.117031687 +0100
+++ /work/SRC/openSUSE:Factory/.gifsicle.new/gifsicle.changes   2018-01-09 
14:53:07.811979396 +0100
@@ -1,0 +2,8 @@
+Fri Jan  5 23:01:51 UTC 2018 - manfre...@gmx.ch
+
+- drop patches fix_double-free.patch, fix_gifdiff_null-deref.patch
+and fix-null-deref.patch
+- upgrade to version 1.91:
+  * Several security bug fixes with malicious GIFs.
+
+---

Old:

  fix-null-deref.patch
  fix_double-free.patch
  fix_gifdiff_null-deref.patch
  gifsicle-1.90.tar.gz

New:

  gifsicle-1.91.tar.gz



Other differences:
--
++ gifsicle.spec ++
--- /var/tmp/diff_new_pack.qNv0ql/_old  2018-01-09 14:53:08.427950519 +0100
+++ /var/tmp/diff_new_pack.qNv0ql/_new  2018-01-09 14:53:08.427950519 +0100
@@ -17,19 +17,13 @@
 
 
 Name:   gifsicle
-Version:1.90
+Version:1.91
 Release:0
 Summary:Creating and editing GIF images and animations
 License:GPL-2.0
 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
-# PATCH-FIX-UPSTREAM fix_double-free.patch
-Patch1: fix_double-free.patch
-# PATCH-FIX-UPSTREAM fix_gifdiff_null-deref.patch
-Patch2: fix_gifdiff_null-deref.patch
 Obsoletes:  ungifsicle < %{version}
 Provides:   ungifsicle = %{version}
 BuildRequires:  pkgconfig(x11)
@@ -56,9 +50,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 %configure

++ gifsicle-1.90.tar.gz -> gifsicle-1.91.tar.gz ++
Binary files old/gifsicle-1.90/._logo.gif and new/gifsicle-1.91/._logo.gif 
differ
Binary files old/gifsicle-1.90/._logo1.gif and new/gifsicle-1.91/._logo1.gif 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gifsicle-1.90/NEWS.md new/gifsicle-1.91/NEWS.md
--- old/gifsicle-1.90/NEWS.md   2017-08-14 18:24:20.0 +0200
+++ new/gifsicle-1.91/NEWS.md   2018-01-05 20:09:08.0 +0100
@@ -1,6 +1,11 @@
 Gifsicle NEWS
 =
 
+## Version 1.91 – 5.Jan.2018
+
+* Several security bug fixes with malicious GIFs.
+
+
 ## Version 1.90 – 14.Aug.2017
 
 * Kill a use-after-free error reported by @junxzm1990.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gifsicle-1.90/README.md new/gifsicle-1.91/README.md
--- old/gifsicle-1.90/README.md 2017-08-14 17:56:40.0 +0200
+++ new/gifsicle-1.91/README.md 2018-01-05 19:55:43.0 +0100
@@ -82,32 +82,10 @@
 http://www.read.seas.harvard.edu/~kohler/
 
 
-The GIF Patents and UnGIFs
---
-
-Patents formerly restricted use of the Lempel-Ziv-Welch compression
-algorithm used in GIFs. As of October 1, 2006, it is believed (by the
-Software Freedom Law Center and the Free Software Foundation, among
-others) that there are no significant patent claims interfering with
-employment of the GIF format. For that reason, Gifsicle is completely
-free software.
-
-Nonetheless, Gifsicle can be configured to write run-length-encoded
-GIFs, rather than LZW-compressed GIFs, avoiding these obsolete
-patents. This idea was first implemented independently by Toshio
-Kuratomi  and Hutchison Avenue Software
-Corporation (http://www.hasc.com/, ). Turn this on by
-giving `./configure` the `--enable-ungif` switch. Now that the patents
-have expired there is no good reason to turn on this switch, which can
-make GIFs a factor of 2 larger or more. If your copy of Gifsicle says
-`(ungif)` when you run `gifsicle --version`, it is writing
-run-length-encoded GIFs.
-
-
 Copyright/License
 -
 
-All source code is Copyright (C) 1997-2017 Eddie Kohler.
+All source code is Copyright (C) 1997-2018 Eddie Kohler.
 
 IF YOU PLAN TO USE GIFSICLE ONLY TO CREATE OR MODIFY GIF IMAGES, DON'T
 WORRY ABOUT THE REST OF THIS SECTION. Anyone can use Gifsicle however
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gifsicle-1.90/configure new/gifsicle-1.91/configure
--- old/gifsicle-1.90/configure 2017-08-14 18:22:54.0 +0200
+++ new/gifsicle-1.91/configure 2018-01-05 

commit boomaga for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package boomaga for openSUSE:Factory checked 
in at 2018-01-09 14:52:54

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


Package is "boomaga"

Tue Jan  9 14:52:54 2018 rev:5 rq:562165 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/boomaga/boomaga.changes  2017-07-17 
09:12:26.613074556 +0200
+++ /work/SRC/openSUSE:Factory/.boomaga.new/boomaga.changes 2018-01-09 
14:52:59.788355549 +0100
@@ -1,0 +2,23 @@
+Fri Jan  5 10:06:39 UTC 2018 - lazy.k...@opensuse.org
+
+- Update to 1.1.0.
+  * Fix: Sometimes the backend has incorrectly defined environment
+variables.
+  * Fix in cmake: Allow to use system build flags.
+  * Fix: Install correct values in boomaga.ppd.
+  * Updated translations.
+
+---
+Mon Dec 11 17:17:57 UTC 2017 - lazy.k...@opensuse.org
+
+- Update to 1.0.0.
+  * Previously, the program used private methods from poppler.
+This caused a lot of problems. Now the program uses its own parser,
+written from scratch.
+  * Add “Flip on long edge” and “Flip on short edge” options in
+the printer preferences dialog.
+  * Improved display and print for some not quite correct PDF files.
+  * Fix: typos.
+  * Updated translations.
+
+---

Old:

  boomaga-0.9.1.tar.gz

New:

  boomaga-1.1.0.tar.gz



Other differences:
--
++ boomaga.spec ++
--- /var/tmp/diff_new_pack.UfnrsG/_old  2018-01-09 14:53:02.396233290 +0100
+++ /var/tmp/diff_new_pack.UfnrsG/_new  2018-01-09 14:53:02.396233290 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package boomaga
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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:   boomaga
-Version:0.9.1
+Version:1.1.0
 Release:0
 Summary:Virtual Printer for Viewing a Document before Printing
 License:GPL-2.0 and LGPL-2.1+

++ boomaga-0.9.1.tar.gz -> boomaga-1.1.0.tar.gz ++
 13299 lines of diff (skipped)




commit tiled for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package tiled for openSUSE:Factory checked 
in at 2018-01-09 14:52:43

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


Package is "tiled"

Tue Jan  9 14:52:43 2018 rev:7 rq:561812 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/tiled/tiled.changes  2017-08-30 
16:23:55.983329716 +0200
+++ /work/SRC/openSUSE:Factory/.tiled.new/tiled.changes 2018-01-09 
14:52:44.641065669 +0100
@@ -1,0 +2,38 @@
+Fri Jan  5 09:49:27 UTC 2018 - mvet...@suse.com
+
+- Update to 1.1.1:
+  * Fixed crash on load for template instances of non-tile objects
+
+---
+Thu Jan  4 11:09:08 UTC 2018 - mvet...@suse.com
+
+- Update to 1.1.0:
+  * Added support for infinite maps (by Ketan Gupta, #260)
+  * Added support for Wang tiles and related tools (by Benjamin Trotter)
+  * Added support for reusable object templates (by Mohamed Thabet)
+  * Added icon for animation editor in the tileset editor (by Ketan Gupta, 
#1706)
+  * Added ability to reorder terrain types (by Justin Jacobs, #1603)
+  * Added support for custom input formats and TMX output to the --export-map 
command-line option
+  * Added island RPG example based on Beach tileset by finalbossblues
+  * Added file-related context menu actions to tileset tabs
+  * Added support for exporting tilesets, including to Lua format (by Conrad 
Mercer, #1213)
+  * Improved polygon node handles and drag behavior
+  * Fixed %executablepath variable for executables found in PATH (#1648)
+  * Fixed Delete key to delete selected polygon nodes when appropriate (by 
Ketan Gupta, #1555)
+  * Fixed crash when saving two new maps using the same file name (#1734)
+  * Fixed selection rectangle's shadow offset when zooming (by Antoine 
Gersant, #1796)
+  * Fixed potential crash after deleting object or group layers
+  * Automapping: Don't fail if an input/inputnot layer isn't found
+  * Automapping: Added a "StrictEmpty" flag to input layers
+  * GMX plugin: Added support for defining views with objects (by William 
Taylor, #1621)
+  * GMX plugin: Start counting default tile layer depth from 100 (#1814)
+  * tBIN plugin: Added read/write support for the tBIN map format (by Chase 
Warrington, #1560)
+  * libtiled-java: Generate classes from XSD, some fixes and build with Maven 
(by Mike Thomas, #1637)
+  * libtiled-java: Added support for manipulating non-consecutive tile IDs in 
a tileset (by Stéphane Seng)
+  * Python plugin: Adjusted example scripts to API changes (by spiiin, #1769)
+  *  plugin: Various changes (by Justin Jacobs, #1781)
+  * TMW plugin: Removed since it is no longer needed
+  * Updated translations
+- Add tiled-1.1.0-empty-return.patch: Fix 'Program returns random data in a 
function'
+
+---

Old:

  tiled-1.0.3.tar.gz

New:

  tiled-1.1.0-empty-return.patch
  tiled-1.1.1.tar.gz



Other differences:
--
++ tiled.spec ++
--- /var/tmp/diff_new_pack.SnVtmo/_old  2018-01-09 14:52:45.701015978 +0100
+++ /var/tmp/diff_new_pack.SnVtmo/_new  2018-01-09 14:52:45.705015790 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tiled
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,15 @@
 
 
 Name:   tiled
-Version:1.0.3
+Version:1.1.1
 Release:0
 Summary:A tilemap editor
 License:GPL-2.0+
 Group:  Productivity/Graphics/Other
 Url:http://www.mapeditor.org
 Source: 
https://github.com/bjorn/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
+# FIX-UPSTREAM - jub...@iodoru.org - https://github.com/bjorn/tiled/pull/1846
+Patch0: tiled-1.1.0-empty-return.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -61,6 +63,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 # Remove copy of zlib
 rm -rf src/zlib
 
@@ -89,6 +92,8 @@
 
 %post -n libtiled1 -p /sbin/ldconfig
 %postun -n libtiled1 -p /sbin/ldconfig
+
+%if 0%{?suse_version} > 1130
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -98,6 +103,7 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 %mime_database_postun
+%endif
 
 %files -f %{name}.lang
 %doc AUTHORS NEWS.md README.md COPYING LICENSE.GPL LICENSE.BSD

++ tiled-1.1.0-empty-return.patch ++
diff -urEbwB tiled-1.1.0/src/libtiled/tileset.cpp 
tiled-1.1.0.new/src/libtiled/tileset.cpp
--- tiled-1.1.0/src/libtiled/tileset.cpp   

commit vocal for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package vocal for openSUSE:Factory checked 
in at 2018-01-09 14:53:01

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


Package is "vocal"

Tue Jan  9 14:53:01 2018 rev:2 rq:562200 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/vocal/vocal.changes  2017-07-21 
22:46:00.457434235 +0200
+++ /work/SRC/openSUSE:Factory/.vocal.new/vocal.changes 2018-01-09 
14:53:06.124058527 +0100
@@ -1,0 +2,25 @@
+Sun Dec 31 15:08:03 UTC 2017 - badshah...@gmail.com
+
+- Update to version 2.1.0:
+  * Added HiDPI support for all images so everything looks nice
+and sharp no matter how fancy your display is.
+  * Fixed an issue where Vocal would not show you the time elapsed
+or remaining in an episode immediately after relaunching the
+app.
+  * Reduced the animation time for switching between different
+views so that it feels extra snappy.
+  * Gave the search results view a shave and a haircut. Two bits.
+  * Fixed a few issues where Vocal would be grouchy about showing
+certain episode descriptions.
+  * When importing several podcasts the progress bar now stays one
+size so you can actually judge the progress correctly.
+  * You can now drag and drop items in the play queue to rearrange
+their order.
+  * Lots more checking to make sure that things exist so it won't
+  * crash nearly as much (hopefully never).
+- Appdata moved to %{_datadir}/metainfo/; adapt file list
+  accordingly.
+- Only run post scripts for openSUSE <= 1320; for newer versions
+  rpm triggers take care of running these scripts automatically.
+
+---

Old:

  2.0.20.tar.gz

New:

  2.1.0.tar.gz



Other differences:
--
++ vocal.spec ++
--- /var/tmp/diff_new_pack.LTSTOd/_old  2018-01-09 14:53:06.944020087 +0100
+++ /var/tmp/diff_new_pack.LTSTOd/_new  2018-01-09 14:53:06.948019899 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   vocal
-Version:2.0.20
+Version:2.1.0
 Release:0
 Summary:A podcast client for the desktop
 License:GPL-3.0
@@ -81,6 +81,7 @@
 %suse_update_desktop_file com.github.needle-and-thread.vocal Player
 %fdupes %{buildroot}%{_datadir}/locale/
 
+%if 0%{?suse_version} <= 1320
 %post
 %glib2_gsettings_schema_post
 %icon_theme_cache_post
@@ -90,13 +91,14 @@
 %glib2_gsettings_schema_postun
 %icon_theme_cache_postun
 %desktop_database_postun
+%endif
 
 %files
 %defattr(-,root,root)
 %doc %attr(0644,root,root) AUTHORS COPYING README.md
 %{_bindir}/%{name}
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/*.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/*.appdata.xml
 %{_datadir}/applications/com.github.needle-and-thread.vocal.desktop
 %{_datadir}/glib-2.0/schemas/*.xml
 %{_datadir}/icons/hicolor/*/apps/*

++ 2.0.20.tar.gz -> 2.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vocal-2.0.20/CMakeLists.txt 
new/vocal-2.1.0/CMakeLists.txt
--- old/vocal-2.0.20/CMakeLists.txt 2017-06-05 23:20:39.0 +0200
+++ new/vocal-2.1.0/CMakeLists.txt  2017-12-30 18:24:57.0 +0100
@@ -5,8 +5,8 @@
 set (DATADIR "${CMAKE_INSTALL_PREFIX}/share")
 set (PKGDATADIR "${DATADIR}/vocal")
 set (GETTEXT_PACKAGE "vocal")
-set (RELEASE_NAME "Landingham")
-set (VERSION "2.0.1")
+set (RELEASE_NAME "Gomer")
+set (VERSION "2.1.0")
 set (VERSION_INFO "Release")
 set (EXEC_NAME "vocal")
 set (PREFIX ${CMAKE_INSTALL_PREFIX})
@@ -163,7 +163,7 @@
 configure_file_translation 
(${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.needle-and-thread.vocal.appdata.xml.in
 ${CMAKE_CURRENT_BINARY_DIR}/com.github.needle-and-thread.vocal.appdata.xml 
${CMAKE_SOURCE_DIR}/po/)
 
 install (FILES 
${CMAKE_CURRENT_BINARY_DIR}/com.github.needle-and-thread.vocal.desktop 
DESTINATION share/applications)
-install (FILES 
${CMAKE_CURRENT_BINARY_DIR}/com.github.needle-and-thread.vocal.appdata.xml 
DESTINATION share/appdata)
+install (FILES 
${CMAKE_CURRENT_BINARY_DIR}/com.github.needle-and-thread.vocal.appdata.xml 
DESTINATION share/metainfo)
 install (FILES 
${CMAKE_CURRENT_SOURCE_DIR}/icons/16/com.github.needle-and-thread.vocal.svg 
DESTINATION share/icons/hicolor/16x16/apps)
 install (FILES 
${CMAKE_CURRENT_SOURCE_DIR}/icons/22/com.github.needle-and-thread.vocal.svg 
DESTINATION share/icons/hicolor/22x22/apps)
 install (FILES 
${CMAKE_CURRENT_SOURCE_DIR}/icons/24/com.github.needle-and-thread.vocal.svg 
DESTINATION share/icons/hicolor/24x24/apps)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vocal-2.0.20/CODE_OF_CONDUCT.md 
new/vocal-2.1.0/CODE_OF_CONDUCT.md
--- 

commit conkeror for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package conkeror for openSUSE:Factory 
checked in at 2018-01-09 14:52:29

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


Package is "conkeror"

Tue Jan  9 14:52:29 2018 rev:4 rq:561635 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/conkeror/conkeror.changes2016-10-10 
16:24:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.conkeror.new/conkeror.changes   2018-01-09 
14:52:30.189743167 +0100
@@ -1,0 +2,17 @@
+Thu Jan  4 10:49:40 UTC 2018 - sleep_wal...@opensuse.org
+
+- bump to 1.0.4 release
+   Changes:
+ * use new nsIPermission API
+ * fix download manager
+ * fix Goanna version number in application.ini
+ * update seearch engines definitions
+ * eliminate strict mode warnings in keyword.js and key-kill.js
+ * fix request for password dialog in HTTP(S) auth
+
+- drop patches as they are already applied
+   0001-Use-new-nsIPermission-api.patch
+   0001-modules-download-manager.js-Fix-bug-preventing-compl.patch
+   0001-application.ini-Fix-Goanna-version-number.patch
+
+---

Old:

  0001-Use-new-nsIPermission-api.patch
  0001-application.ini-Fix-Goanna-version-number.patch
  0001-modules-download-manager.js-Fix-bug-preventing-compl.patch
  conkeror-1.0.3.tar.gz

New:

  conkeror-1.0.4.tar.gz



Other differences:
--
++ conkeror.spec ++
--- /var/tmp/diff_new_pack.hou9Ab/_old  2018-01-09 14:52:30.889710351 +0100
+++ /var/tmp/diff_new_pack.hou9Ab/_new  2018-01-09 14:52:30.897709976 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package conkeror
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,19 @@
 #
 
 
+%define commit fe92781
+
 Name:   conkeror
-Version:1.0.3
+Version:1.0.4
 Release:0
 Summary:Keyboard-oriented customizable and extensible web browser
 License:MPL-1.1 or GPL-2.0 or LGPL-2.1
 Group:  Productivity/Networking/Web/Browsers
 Url:http://conkeror.org
-Source0:%{name}-%{version}.tar.gz
+Source0:
http://repo.or.cz/conkeror.git/snapshot/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:%{name}.svg
-# PATCH-FIX-UPSTREAM
-Patch0: 0001-Use-new-nsIPermission-api.patch
-# PATCH-FIX-UPSTREAM
-Patch1: 0001-modules-download-manager.js-Fix-bug-preventing-compl.patch
-# PATCH-FIX-UPSTREAM
-Patch2: 0001-application.ini-Fix-Goanna-version-number.patch
 # PATCH-FEATURE-OPENSUSE
-Patch3: ctrl-click.patch
+Patch0: ctrl-click.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  hicolor-icon-theme
 %if 0%{?suse_version}
@@ -51,11 +47,8 @@
 interactive help system.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-%{commit}
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 make

++ conkeror-1.0.3.tar.gz -> conkeror-1.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/conkeror-1.0.3/.gitignore 
new/conkeror-1.0.4-fe92781/.gitignore
--- old/conkeror-1.0.3/.gitignore   2016-06-07 23:11:29.0 +0200
+++ new/conkeror-1.0.4-fe92781/.gitignore   2017-11-29 19:00:30.0 
+0100
@@ -16,8 +16,10 @@
 /debian/conkeror*.debhelper
 /debian/conkeror-spawn-process-helper/
 /debian/conkeror/
+/debian/debhelper-build-stamp
 /debian/files
 /debian/stamp-patched
 /debian/tmp/
+/debian/.debhelper/
 /xulrunner
 /conkeror-bin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/conkeror-1.0.3/application.ini 
new/conkeror-1.0.4-fe92781/application.ini
--- old/conkeror-1.0.3/application.ini  2016-06-07 23:11:29.0 +0200
+++ new/conkeror-1.0.4-fe92781/application.ini  2017-11-29 19:00:30.0 
+0100
@@ -2,7 +2,7 @@
 Vendor=conkeror.mozdev.org
 Name=conkeror
 ID={a79fe89b-6662-4ff4-8e88-09950ad4dfde}
-Version=1.0.3
+Version=1.0.4
 BuildID=git
 
 [Gecko]
@@ -10,7 +10,7 @@
 MaxVersion=*
 
 [Goanna]
-MinVersion=1.9.1
+MinVersion=2.0
 MaxVersion=*
 
 [XRE]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/conkeror-1.0.3/debian/bin/conkeror 
new/conkeror-1.0.4-fe92781/debian/bin/conkeror
--- old/conkeror-1.0.3/debian/bin/conkeror  2016-06-07 23:11:29.0 
+0200
+++ new/conkeror-1.0.4-fe92781/debian/bin/conkeror  2017-11-29 
19:00:30.0 +0100
@@ -2,45 +2,30 @@
 # Wrapper around 

commit zanshin for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package zanshin for openSUSE:Factory checked 
in at 2018-01-09 14:52:31

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


Package is "zanshin"

Tue Jan  9 14:52:31 2018 rev:3 rq:561699 version:0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2017-02-06 
15:21:43.271945249 +0100
+++ /work/SRC/openSUSE:Factory/.zanshin.new/zanshin.changes 2018-01-09 
14:52:33.721577589 +0100
@@ -1,0 +2,39 @@
+Thu Jan  4 09:11:47 UTC 2018 - wba...@tmo.at
+
+- Update to 0.5.0
+  * Errors coming from the system are now displayed properly in the
+main window
+  * Tasks scheduled in the future can be filtered out
+  * A task can be picked up as the "currently running" showing a
+nice overlay at the top of the screen, this is a reminder of
+what you're supposed to focus on
+  * Projects are now displayed grouped by their containing
+collection which can help separate better visually between work
+and personal projects
+  * Attachments are now supported for tasks (which nicely complete
+the "create todo" feature from KMail)
+  * Tasks with recurrence are now supported (although we have a
+simple recurrence model for now)
+  * And of course also a couple of minor GUI adjustments and bug
+fixes
+  Under the hood, we also did some improvements:
+  * Some error handling has been improved
+  * Some duplicated code has been factorized
+  * Some dead code has been cleaned up
+  * Issues pointed out by krazy and clazy have been addressed
+  * Feature level tests have been reworked and are better insulated
+from each other
+  * Our code related to dates have been ported to the new KCalCore
+ABI introduced in 17.12
+  * The biggest architectural change has been the introduction of a
+cache which speeds up our accesses to akonadi and allowed to
+address a few bugs (we had some views exhibiting duplicated
+items, this is now gone)
+- Adjust build requirements
+- Add -lang subpackage that contains translations
+- Add fix-build-with-Qt-5.6.patch to make it build on Leap 42.x
+- Update qpointerconnect.diff to fix another instance of the same
+  "problem" and make it build with gcc 4.8 again
+- Update source URL
+
+---

Old:

  zanshin-0.4.1.tar.bz2

New:

  fix-build-with-Qt-5.6.patch
  zanshin-0.5.0.tar.xz



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.AD6rfx/_old  2018-01-09 14:52:35.081513834 +0100
+++ /var/tmp/diff_new_pack.AD6rfx/_new  2018-01-09 14:52:35.085513645 +0100
@@ -15,44 +15,43 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%bcond_without lang
 
 Name:   zanshin
-Version:0.4.1
+Version:0.5.0
 Release:0
 Summary:TODO Application
 License:GPL-2.0 or GPL-3.0
 Group:  Productivity/Office/Organizers
 Url:https://zanshin.kde.org/
-Source: http://files.kde.org/%{name}/%{name}-%{version}.tar.bz2
+Source: 
https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
 Patch0: findKF5sooner.patch
 Patch1: useknownGCCflag.patch
 Patch2: qpointerconnect.diff
+# PATCH-FIX-OPENSUSE
+Patch3: fix-build-with-Qt-5.6.patch
 BuildRequires:  boost-devel
 BuildRequires:  kf5-filesystem
 BuildRequires:  update-desktop-files
+BuildRequires:  cmake(KF5Akonadi)
 BuildRequires:  cmake(KF5AkonadiCalendar)
 BuildRequires:  cmake(KF5AkonadiMime)
 BuildRequires:  cmake(KF5AkonadiNotes)
 BuildRequires:  cmake(KF5AkonadiSearch)
-BuildRequires:  cmake(KF5CalendarCore)
-BuildRequires:  cmake(KF5Completion)
-BuildRequires:  cmake(KF5Contacts)
-BuildRequires:  cmake(KF5CoreAddons)
-BuildRequires:  cmake(KF5DocTools)
+BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5IdentityManagement)
-BuildRequires:  cmake(KF5KCMUtils)
-BuildRequires:  cmake(KF5KHtml)
+BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5KontactInterface)
 BuildRequires:  cmake(KF5Ldap)
-BuildRequires:  cmake(KF5PimTextEdit)
-BuildRequires:  cmake(KF5Plasma)
 BuildRequires:  cmake(KF5Runner)
 BuildRequires:  cmake(KF5Wallet)
+BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Gui)
-BuildRequires:  cmake(Qt5Script)
+BuildRequires:  cmake(Qt5Qml)
 BuildRequires:  cmake(Qt5Test)
 BuildRequires:  cmake(Qt5Widgets)
+Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -60,11 +59,14 @@
 It helps you organize and reduce the cognitive pressure of what one has to do 
in his
 job and personal life. You will never forget 

commit ibus-table-zhengma for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package ibus-table-zhengma for 
openSUSE:Factory checked in at 2018-01-09 14:52:22

Comparing /work/SRC/openSUSE:Factory/ibus-table-zhengma (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-table-zhengma.new (New)


Package is "ibus-table-zhengma"

Tue Jan  9 14:52:22 2018 rev:13 rq:561512 version:1.4.6

Changes:

--- /work/SRC/openSUSE:Factory/ibus-table-zhengma/ibus-table-zhengma.changes
2017-01-22 00:11:09.543850569 +0100
+++ 
/work/SRC/openSUSE:Factory/.ibus-table-zhengma.new/ibus-table-zhengma.changes   
2018-01-09 14:52:25.573959562 +0100
@@ -1,0 +2,6 @@
+Thu Jan  4 03:15:18 UTC 2018 - hillw...@opensuse.org
+
+- Update version to 1.4.6
+  * Add CJK-A, CJK-B and CJK-C.
+
+---

Old:

  ibus-table-zhengma-1.1.0.20090402.tar.gz

New:

  COPYING
  ibus-table-zhengma-1.4.6.tar.gz



Other differences:
--
++ ibus-table-zhengma.spec ++
--- /var/tmp/diff_new_pack.CEFuDe/_old  2018-01-09 14:52:26.461917933 +0100
+++ /var/tmp/diff_new_pack.CEFuDe/_new  2018-01-09 14:52:26.465917746 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-table-zhengma
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,17 +17,15 @@
 
 
 Name:   ibus-table-zhengma
-Version:1.1.0.20090402
+Version:1.4.6
 Release:0
 Summary:ZhengMa input method for IBus
 License:GPL-3.0+
 Group:  System/I18n/Chinese
-Url:https://code.google.com/p/ibus/
-Source: https://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
+Url:https://github.com/heiher/ibus-table-zhengma
+Source0:
https://github.com/heiher/ibus-table-zhengma/archive/%{version}/%{name}-%{version}.tar.gz
+Source1:COPYING
 BuildRequires:  ibus-table-devel
-BuildRequires:  ibus-table-extraphrase-devel
-BuildRequires:  libtool
-BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %ibus_table_requires
@@ -37,24 +35,23 @@
 
 %prep
 %setup -q
-autoreconf -fi
+cp %{SOURCE1} .
 
 %build
-export PYTHON=python3
-%configure --enable-extra-phrases
-make %{?_smp_mflags}
+/usr/bin/ibus-table-createdb -n zhengma.db -s zhengma.txt
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
-rm -rf %{buildroot}%{_datadir}/doc/%{name}
+install -d %{buildroot}%{_ibus_tabledir}
+install -d %{buildroot}%{_ibus_icondir}
+install -m 0644 zhengma.db %{buildroot}%{_ibus_tabledir}
+install -m 0644 zhengma.svg %{buildroot}%{_ibus_icondir}
 
 %post
 %ibus_table_index_post zhengma
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README
-%doc docs/ZiGenBiao.pdf
+%doc COPYING
 %{_ibus_tabledir}/zhengma.db
 %{_ibus_icondir}/zhengma.svg
 

++ COPYING ++
 674 lines (skipped)

++ ibus-table-zhengma-1.1.0.20090402.tar.gz -> 
ibus-table-zhengma-1.4.6.tar.gz ++
 369810 lines of diff (skipped)




commit os-autoinst for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package os-autoinst for openSUSE:Factory 
checked in at 2018-01-09 14:52:46

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


Package is "os-autoinst"

Tue Jan  9 14:52:46 2018 rev:7 rq:561980 version:4.5.1513942030.1c7bb3f5

Changes:

--- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes  2017-11-29 
10:54:06.957480787 +0100
+++ /work/SRC/openSUSE:Factory/.os-autoinst.new/os-autoinst.changes 
2018-01-09 14:52:48.636878341 +0100
@@ -1,0 +2,23 @@
+Fri Dec 22 11:27:27 UTC 2017 - ok...@suse.com
+
+- Update to version 4.5.1513942030.1c7bb3f5:
+  * Do not reset NUMDISKS if RAIDLEVEL is not present (#901)
+  * svirt: Add {start,stop}_serial_grab interface (#899)
+  * Retidy - perltidy 20171214 changed output (#896)
+  * Simply ignore '\r' in type string (#894)
+  * Change the logs timestamp to ISO8601. (#893)
+  * Add method to get files content and integration test
+  * Add possibility to share files on worker directly
+  * Add RunArgs to loadtest (#887)
+  * Remove empty miniatures. (#891)
+  * Fix error checking on load_snapshot and remove sleep (#890)
+  * Drop all hmp commands and use qmp exclusively
+  * [POC] Wrap HMP commands with QMP's human-monitor-command
+  * Distinguish modules name in a test run if it's a duplicate (#884)
+
+---
+Fri Dec 15 14:11:14 UTC 2017 - co...@suse.com
+
+- disable perltidy and perlcritic checks during build
+
+---

Old:

  os-autoinst-4.5.1511858414.576c33f6.tar.xz

New:

  os-autoinst-4.5.1513942030.1c7bb3f5.tar.xz



Other differences:
--
++ os-autoinst.spec ++
--- /var/tmp/diff_new_pack.mOWjSG/_old  2018-01-09 14:52:49.912818524 +0100
+++ /var/tmp/diff_new_pack.mOWjSG/_new  2018-01-09 14:52:49.916818336 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package os-autoinst
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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:   os-autoinst
-Version:4.5.1511858414.576c33f6
+Version:4.5.1513942030.1c7bb3f5
 Release:0
 Summary:OS-level test automation
 License:GPL-2.0+
@@ -36,9 +36,6 @@
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(sndfile)
 BuildRequires:  pkgconfig(theoraenc)
-%if %suse_version > 1320
-BuildRequires:  perl(Perl::Critic)
-%endif
 Requires:   /usr/bin/qemu-img
 Requires:   git-core
 Requires:   optipng
@@ -108,12 +105,12 @@
 export NO_BRP_STALE_LINK_ERROR=yes
 
 %check
-# disable perlcritic - too heavy dependency on old systems
-if test -z "$(type -p perlcritic)"; then
+# disable code quality checks - not worth the time for package builds
 sed '/perlcritic/d' -i Makefile
 sed '/Perl::Critic/d' -i cpanfile
+sed '/tidy/d' -i Makefile
 rm tools/lib/perlcritic/Perl/Critic/Policy/*.pm
-fi
+
 # don't require qemu within OBS
 cp t/05-pod.t t/99-full-stack.t
 

++ os-autoinst-4.5.1511858414.576c33f6.tar.xz -> 
os-autoinst-4.5.1513942030.1c7bb3f5.tar.xz ++
/work/SRC/openSUSE:Factory/os-autoinst/os-autoinst-4.5.1511858414.576c33f6.tar.xz
 
/work/SRC/openSUSE:Factory/.os-autoinst.new/os-autoinst-4.5.1513942030.1c7bb3f5.tar.xz
 differ: char 26, line 1




commit apache2-mod_security2 for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package apache2-mod_security2 for 
openSUSE:Factory checked in at 2018-01-09 14:52:25

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


Package is "apache2-mod_security2"

Tue Jan  9 14:52:25 2018 rev:25 rq:561619 version:2.9.2

Changes:

--- 
/work/SRC/openSUSE:Factory/apache2-mod_security2/apache2-mod_security2.changes  
2017-06-26 15:52:34.417035536 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache2-mod_security2.new/apache2-mod_security2.changes
 2018-01-09 14:52:28.153838613 +0100
@@ -1,0 +2,35 @@
+Fri Dec 29 00:09:38 UTC 2017 - jeng...@inai.de
+
+- Trim advertisement and filler wording from descriptions.
+
+---
+Wed Dec 20 09:13:49 UTC 2017 - pgaj...@suse.com
+
+- fix build for SLE_11_SP4: BuildRoot and %deffattr have to be
+  present
+
+---
+Mon Oct  2 11:02:58 UTC 2017 - kstreit...@suse.com
+
+- update to 2.9.2
+  * release notes
+https://github.com/SpiderLabs/ModSecurity/releases/tag/v2.9.2
+  * refresh apache2-mod_security2-no_rpath.diff
+  * remove apache2-mod_security2-lua-5.3.patch that was applied
+upstream
+- remove outdated html pages and diagram (they can be accessed
+  online at https://github.com/SpiderLabs/ModSecurity/wiki)
+  * Reference-Manual.html.bz2
+  * ModSecurity-Frequently-Asked-Questions-FAQ.html.bz2
+  * modsecurity_diagram_apache_request_cycle.jpg
+- don't pack the whole doc directory as it contains also Makefiles
+  or doxygen configuration files
+- disable mlogc as we don't pack it and it also can't be built for
+  curl <=7.34
+- add basic and regression test suite (but disabled for now)
+  * add apache2-mod_security2_tests_conf.patch for apache2
+configuration file used for tests that was trying to load
+mpm_worker_module (it's static for our apache2 package)
+  * add "BuildRequires: perl-libwww-perl" needed for the test suite
+
+---

Old:

  ModSecurity-Frequently-Asked-Questions-FAQ.html.bz2
  Reference-Manual.html.bz2
  apache2-mod_security2-lua-5.3.patch
  modsecurity-2.9.0.tar.gz
  modsecurity_diagram_apache_request_cycle.jpg

New:

  apache2-mod_security2_tests_conf.patch
  modsecurity-2.9.2.tar.gz



Other differences:
--
++ apache2-mod_security2.spec ++
--- /var/tmp/diff_new_pack.tfjUna/_old  2018-01-09 14:52:29.061796047 +0100
+++ /var/tmp/diff_new_pack.tfjUna/_new  2018-01-09 14:52:29.061796047 +0100
@@ -19,27 +19,21 @@
 %define modname   mod_security2
 %define tarballname   modsecurity-%{version}
 %define usrsharedir %{_datadir}/%{name}
-%define refman Reference-Manual.html
-%define faq ModSecurity-Frequently-Asked-Questions-FAQ.html
 Name:   apache2-mod_security2
-Version:2.9.0
+Version:2.9.2
 Release:0
-Summary:ModSecurity Open Source Web Application Firewall
+Summary:Web Application Firewall for apache httpd
 License:Apache-2.0
 Group:  Productivity/Networking/Web/Servers
 Url:http://www.modsecurity.org/
 Source: 
https://www.modsecurity.org/tarball/%{version}/%{tarballname}.tar.gz
 Source1:
https://github.com/SpiderLabs/owasp-modsecurity-crs/tarball/master//SpiderLabs-owasp-modsecurity-crs-2.2.9-5-gebe8790.tar.gz
 Source2:mod_security2.conf
-Source3:%{refman}.bz2
-Source4:%{faq}.bz2
-Source5:modsecurity_diagram_apache_request_cycle.jpg
 Source6:README-SUSE-mod_security2.txt
 Source7:empty.conf
 Patch0: apache2-mod_security2-no_rpath.diff
 Patch1: modsecurity-fixes.patch
-# https://github.com/SpiderLabs/ModSecurity/pull/837
-Patch2: apache2-mod_security2-lua-5.3.patch
+Patch2: apache2-mod_security2_tests_conf.patch
 BuildRequires:  apache-rpm-macros
 BuildRequires:  apache2-devel
 BuildRequires:  apache2-prefork
@@ -51,42 +45,40 @@
 BuildRequires:  libxml2-devel
 BuildRequires:  lua-devel
 BuildRequires:  pcre-devel
+BuildRequires:  perl-libwww-perl
 BuildRequires:  pkgconfig
 Requires:   %{apache_mmn}
 Requires:   %{apache_suse_maintenance_mmn}
 Requires:   apache2
+%if 0%{suse_version} == 1110
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%endif
 
 %description
-ModSecurity(TM) is an open source intrusion detection and prevention
+ModSecurity is an intrusion detection and prevention
 engine for web applications (or a web application firewall). Operating
 as an Apache Web server module or standalone, the purpose of
 ModSecurity is to increase web application security, 

commit lazarus for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package lazarus for openSUSE:Factory checked 
in at 2018-01-09 14:52:34

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


Package is "lazarus"

Tue Jan  9 14:52:34 2018 rev:3 rq:561724 version:1.8.0

Changes:

--- /work/SRC/openSUSE:Factory/lazarus/lazarus.changes  2017-05-08 
19:04:08.086644896 +0200
+++ /work/SRC/openSUSE:Factory/.lazarus.new/lazarus.changes 2018-01-09 
14:52:38.105372071 +0100
@@ -1,0 +2,35 @@
+Thu Jan  4 18:25:37 UTC 2018 - ter...@gmail.com
+
+- fix description fo libQt5Pas packages
+
+---
+Tue Dec 26 15:18:15 UTC 2017 - jeng...@inai.de
+
+- Remove bashsisms from %prep. Replace useless use of cat.
+  Fix unusual BuildRequires for sles>=11.
+  Trim filler wording from description.
+
+---
+Sun Dec 17 17:44:17 UTC 2017 - aloi...@gmx.com
+
+-  Actually install the LCL Qt5 interface
+
+---
+Sun Dec 17 16:52:39 UTC 2017 - ec...@opensuse.org
+
+- add/download right/original source
+- add missing %defattr(-,root,root,-) for new libQt5Pas and 
+  libQt5Pas-devel files section
+- rebase lazarus.desktop.patch
+
+---
+Wed Dec  6 20:02:01 UTC 2017 - aloi...@gmx.com
+
+- Update to version 1.8.0, for a complete changelog see:
+  http://wiki.freepascal.org/Lazarus_1.8.0_release_notes
+
+- Refreshed lazarus.desktop.patch
+
+- Enabled Qt5 and built libQt5Pas for supported targets
+
+---

Old:

  lazarus-1.6.2-0.tar.gz

New:

  lazarus-1.8.0.tar.gz



Other differences:
--
++ lazarus.spec ++
--- /var/tmp/diff_new_pack.Z8vTit/_old  2018-01-09 14:52:40.713249810 +0100
+++ /var/tmp/diff_new_pack.Z8vTit/_new  2018-01-09 14:52:40.713249810 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lazarus
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,16 @@
 #
 
 
+%define sover   1
 Name:   lazarus
-Version:1.6.2
+Version:1.8.0
 Release:0
 # Please note that the LGPL is modified and this is not multi-licensed, but 
each component has a separate license chosen.
 Summary:FreePascal RAD IDE and Component Library
 License:GPL-2.0 and LGPL-2.0 and MPL-1.1
 Group:  Development/Languages/Other
 Url:http://www.lazarus.freepascal.org/
-Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}-0.tar.gz
+Source0:
https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 # PATCH-FEATURE-UPSTREAM http://mantis.freepascal.org/view.php?id=31364
 Source1:
https://raw.githubusercontent.com/hughsie/fedora-appstream/developerapps/appdata-extra/desktop/lazarus.appdata.xml
 Source90:   %{name}-rpmlintrc
@@ -44,17 +45,24 @@
 %if 0%{?suse_version} >= 1140
 BuildRequires:  hicolor-icon-theme
 %endif
-%if 0%{?sles_version} >= 11
+%if 0%{?sles_version} == 11
 BuildRequires:  glib2-devel
 BuildRequires:  gtk2-devel
 %else
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 %endif
+%if 0%{?sle_version} >= 120200 || 0%{?suse_version} > 1320
+BuildRequires:  libqt5-qtbase-common-devel >= 5.6.0
+BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5PrintSupport)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5X11Extras)
+%endif
 Requires:   fpc
 Requires:   fpc-src
 Requires:   gdb
-%if 0%{?sles_version} >= 11
+%if 0%{?sles_version} == 11
 Requires:   glib2-devel
 Requires:   gtk2-devel
 %else
@@ -68,10 +76,27 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Lazarus is a free and open source Rapid Application Development
+Lazarus is a Rapid Application Development
 tool for the FreePascal compiler using the Lazarus component
 library - LCL. The LCL is included in this package.
 
+%package -n libQt5Pas%{sover}
+Summary:Free Pascal interface to Qt5
+License:LGPL-3.0
+Group:  System/Libraries
+
+%description -n libQt5Pas%{sover}
+Library that allows to use Qt5 with Free Pascal
+
+%package -n libQt5Pas-devel
+Summary:Free Pascal interface to Qt5
+License:LGPL-3.0
+Group:  Development/Libraries/Other
+Requires:   libQt5Pas%{sover} = %{version}
+
+%description 

commit kapidox for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package kapidox for openSUSE:Factory checked 
in at 2018-01-09 14:51:31

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


Package is "kapidox"

Tue Jan  9 14:51:31 2018 rev:47 rq:559418 version:5.41.0

Changes:

--- /work/SRC/openSUSE:Factory/kapidox/kapidox.changes  2017-11-17 
10:59:30.205821547 +0100
+++ /work/SRC/openSUSE:Factory/.kapidox.new/kapidox.changes 2018-01-09 
14:51:32.736436704 +0100
@@ -1,0 +2,10 @@
+Sun Dec 17 09:43:47 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.41.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.41.0.php
+- Changes since 5.40.0:
+  * None
+
+---

Old:

  kapidox-5.40.0.tar.xz

New:

  kapidox-5.41.0.tar.xz



Other differences:
--
++ kapidox.spec ++
--- /var/tmp/diff_new_pack.TPoauV/_old  2018-01-09 14:51:33.360407450 +0100
+++ /var/tmp/diff_new_pack.TPoauV/_new  2018-01-09 14:51:33.368407075 +0100
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.40
+%define _tar_path 5.41
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kapidox
-Version:5.40.0
+Version:5.41.0
 Release:0
 Requires:   doxygen
 BuildRequires:  fdupes

++ kapidox-5.40.0.tar.xz -> kapidox-5.41.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.40.0/setup.py new/kapidox-5.41.0/setup.py
--- old/kapidox-5.40.0/setup.py 2017-10-31 10:54:58.0 +0100
+++ new/kapidox-5.41.0/setup.py 2017-11-12 19:30:07.0 +0100
@@ -6,7 +6,7 @@
 
 setup(
 name='kapidox',
-version='5.40.0',
+version='5.41.0',
 description='KDE API documentation generation tools',
 maintainer = 'Olivier Churlaud',
 maintainer_email = 'oliv...@churlaud.com',




commit uhd for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package uhd for openSUSE:Factory checked in 
at 2018-01-09 14:51:55

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


Package is "uhd"

Tue Jan  9 14:51:55 2018 rev:21 rq:561418 version:3.9.7

Changes:

--- /work/SRC/openSUSE:Factory/uhd/uhd.changes  2017-07-25 11:40:01.979419644 
+0200
+++ /work/SRC/openSUSE:Factory/.uhd.new/uhd.changes 2018-01-09 
14:52:04.838931658 +0100
@@ -1,0 +2,11 @@
+Wed Jan  3 13:16:23 UTC 2018 - mar...@gmx.de
+
+- Adjust _constraints to set required memory to 6Gb
+
+---
+Thu Dec 28 21:15:46 UTC 2017 - w...@ire.pw.edu.pl
+
+- fixed build with boost-1.66
+  patch uhd-fix-for-boost-1_66.patch backported from git
+
+---
@@ -4,2 +15,2 @@
-- Update7sources to version 3.9.7
-- enabler GPSD support
+- Updated sources to version 3.9.7
+- enabled GPSD support

New:

  uhd-fix-for-boost-1_66.patch



Other differences:
--
++ uhd.spec ++
--- /var/tmp/diff_new_pack.Lv2xn5/_old  2018-01-09 14:52:06.574850275 +0100
+++ /var/tmp/diff_new_pack.Lv2xn5/_new  2018-01-09 14:52:06.578850087 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package uhd
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -29,7 +29,9 @@
 Source0:
http://files.ettus.com/binaries/uhd_stable/uhd_%{src_ver}-release/uhd_%{version}-release.tar.gz
 Source1:
http://files.ettus.com/binaries/images/uhd-images_%{img_ver}-release.tar.xz
 # PATCH-FIX-OPENSUSE fix-for-armv6l-armv7l-build-failure.patch
-Patch:  fix-for-armv6l-armv7l-build-failure.patch
+Patch0: fix-for-armv6l-armv7l-build-failure.patch
+# PATCH-FIX-OPENSUSE uhd-fix-for-boost-1_66.patch
+Patch1: uhd-fix-for-boost-1_66.patch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_filesystem-devel
 BuildRequires:  libboost_program_options-devel
@@ -47,6 +49,7 @@
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  gpsd-devel
 BuildRequires:  orc
 BuildRequires:  pkg-config
 BuildRequires:  python-Mako >= 0.4
@@ -55,7 +58,6 @@
 BuildRequires:  udev
 BuildRequires:  pkgconfig(libusb-1.0)
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  gpsd-devel
 Requires:   udev
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -134,7 +136,8 @@
 
 %prep
 %setup -q -n %{name}_%{version}-release
-%patch -p1
+%patch0 -p1
+%patch1 -p1
 
 # remove buildtime from documentation
 echo "HTML_TIMESTAMP = NO" >> docs/Doxyfile.in

++ _constraints ++
--- /var/tmp/diff_new_pack.Lv2xn5/_old  2018-01-09 14:52:06.614848400 +0100
+++ /var/tmp/diff_new_pack.Lv2xn5/_new  2018-01-09 14:52:06.618848212 +0100
@@ -1,7 +1,7 @@
 
  
   
-   4
+   6
   
  
 

++ uhd-fix-for-boost-1_66.patch ++
diff -up uhd_3.9.7-release/examples/network_relay.cpp.boost166 
uhd_3.9.7-release/examples/network_relay.cpp
--- uhd_3.9.7-release/examples/network_relay.cpp.boost166   2017-12-28 
18:48:58.0 +0100
+++ uhd_3.9.7-release/examples/network_relay.cpp2017-12-28 
18:49:55.0 +0100
@@ -127,7 +127,7 @@ private:
 wait_for_thread.notify_one();// notify constructor that this 
thread has started
 std::vector buff(insane_mtu);
 while (not boost::this_thread::interruption_requested()){
-if (wait_for_recv_ready(_server_socket->native())){
+if (wait_for_recv_ready(_server_socket->native_handle())){
 boost::mutex::scoped_lock lock(_endpoint_mutex);
 const size_t len = 
_server_socket->receive_from(asio::buffer((), buff.size()), 
_endpoint);
 lock.unlock();
@@ -153,7 +153,7 @@ private:
 wait_for_thread.notify_one();// notify constructor that this 
thread has started
 std::vector buff(insane_mtu);
 while (not boost::this_thread::interruption_requested()){
-if (wait_for_recv_ready(_client_socket->native())){
+if (wait_for_recv_ready(_client_socket->native_handle())){
 const size_t len = 
_client_socket->receive(asio::buffer((), buff.size()));
 boost::mutex::scoped_lock lock(_endpoint_mutex);
 _server_socket->send_to(asio::buffer((), len), 
_endpoint);
diff -up uhd_3.9.7-release/lib/transport/tcp_zero_copy.cpp.boost166 
uhd_3.9.7-release/lib/transport/tcp_zero_copy.cpp
--- 

commit python-numba for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package python-numba for openSUSE:Factory 
checked in at 2018-01-09 14:51:43

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


Package is "python-numba"

Tue Jan  9 14:51:43 2018 rev:4 rq:561310 version:0.36.2

Changes:

--- /work/SRC/openSUSE:Factory/python-numba/python-numba.changes
2017-12-14 10:55:16.054032383 +0100
+++ /work/SRC/openSUSE:Factory/.python-numba.new/python-numba.changes   
2018-01-09 14:51:46.147807942 +0100
@@ -1,0 +2,7 @@
+Thu Dec 21 18:33:16 UTC 2017 - a...@gmx.de
+
+- update to version 0.36.2:
+  * PR #2645: Avoid CPython bug with "exec" in older 2.7.x.
+  * PR #2652: Add support for CUDA 9.
+
+---

Old:

  numba-0.36.1.tar.gz

New:

  numba-0.36.2.tar.gz



Other differences:
--
++ python-numba.spec ++
--- /var/tmp/diff_new_pack.DIHhPh/_old  2018-01-09 14:51:46.831775876 +0100
+++ /var/tmp/diff_new_pack.DIHhPh/_new  2018-01-09 14:51:46.831775876 +0100
@@ -20,7 +20,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-numba
-Version:0.36.1
+Version:0.36.2
 Release:0
 Summary:Compiling Python code using LLVM
 License:BSD-2-Clause

++ numba-0.36.1.tar.gz -> numba-0.36.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/numba-0.36.1/CHANGE_LOG new/numba-0.36.2/CHANGE_LOG
--- old/numba-0.36.1/CHANGE_LOG 2017-12-08 17:03:10.0 +0100
+++ new/numba-0.36.2/CHANGE_LOG 2017-12-20 17:56:24.0 +0100
@@ -1,3 +1,12 @@
+Version 0.36.2
+--
+
+This is a bugfix release that provides minor changes to address:
+
+* PR #2645: Avoid CPython bug with ``exec`` in older 2.7.x.
+* PR #2652: Add support for CUDA 9.
+
+
 Version 0.36.1
 --
 
@@ -132,7 +141,7 @@
 Misc fixes/enhancements:
 
 * PR #2455: add contextual information to runtime errors
-* PR #2470: Fixes #2458, poor performance in np.median 
+* PR #2470: Fixes #2458, poor performance in np.median
 * PR #2471: Ensure LLVM threadsafety in {g,}ufunc building.
 * PR #2494: Update doc theme
 * PR #2503: Remove hacky code added in 2482 and feature enhancement
@@ -195,23 +204,23 @@
 
 CUDA support enhancements:
 
-* PR #2377: New GPU reduction algorithm 
+* PR #2377: New GPU reduction algorithm
 
 
 CUDA support fixes:
 
-* PR #2397: Fix #2393, always set alignment of cuda static memory regions 
+* PR #2397: Fix #2393, always set alignment of cuda static memory regions
 
 
 Misc Fixes:
 
 * PR #2373, Issue #2372: 32-bit compatibility fix for parfor related code
 * PR #2376: Fix #2375 missing stdint.h for py2.7 vc9
-* PR #2378: Fix deadlock in parallel gufunc when kernel acquires the GIL. 
-* PR #2382: Forbid unsafe casting in bitwise operation 
-* PR #2385: docs: fix Sphinx errors 
-* PR #2396: Use 64-bit RHS operand for shift 
-* PR #2404: Fix threadsafety logic issue in ufunc compilation cache.  
+* PR #2378: Fix deadlock in parallel gufunc when kernel acquires the GIL.
+* PR #2382: Forbid unsafe casting in bitwise operation
+* PR #2385: docs: fix Sphinx errors
+* PR #2396: Use 64-bit RHS operand for shift
+* PR #2404: Fix threadsafety logic issue in ufunc compilation cache.
 * PR #2424: Ensure consistent iteration order of blocks for type inference.
 * PR #2425: Guard code to prevent the use of 'parallel' on win32 + py27
 * PR #2426: Basic test for Enum member type recovery.
@@ -225,16 +234,16 @@
 Misc Enhancements:
 
 * PR #2366: Improvements to IR utils
-* PR #2388: Update README.rst to indicate the proper version of LLVM 
-* PR #2394: Upgrade to llvmlite 0.19.* 
+* PR #2388: Update README.rst to indicate the proper version of LLVM
+* PR #2394: Upgrade to llvmlite 0.19.*
 * PR #2395: Update llvmlite version to 0.19
-* PR #2406: Expose environment object to ufuncs 
-* PR #2407: Expose environment object to target-context inside lowerer 
-* PR #2413: Add flags to pass through to conda build for buildbot  
+* PR #2406: Expose environment object to ufuncs
+* PR #2407: Expose environment object to target-context inside lowerer
+* PR #2413: Add flags to pass through to conda build for buildbot
 * PR #2414: Add cross compile flags to local recipe
 * PR #2415: A few cleanups for rewrites
 * PR #2418: Add getitem support for Enum classes
-* PR #2419: Add support for returning enums in vectorize 
+* PR #2419: Add support for returning enums in vectorize
 * PR #2421: Add copyright notice for Intel contributed files.
 * PR #2422: Patch code base to work with np 1.13 release
 * PR #2448: Adds in warning message when using 'parallel' if 

commit python-configshell-fb for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package python-configshell-fb for 
openSUSE:Factory checked in at 2018-01-09 14:52:08

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


Package is "python-configshell-fb"

Tue Jan  9 14:52:08 2018 rev:6 rq:561436 version:1.1.fb23

Changes:

--- 
/work/SRC/openSUSE:Factory/python-configshell-fb/python-configshell-fb.changes  
2017-12-29 00:03:22.972781299 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-configshell-fb.new/python-configshell-fb.changes
 2018-01-09 14:52:09.942692383 +0100
@@ -1,0 +2,5 @@
+Wed Jan  3 16:02:44 UTC 2018 - tchva...@suse.com
+
+- Do not build epydoc documentation to allow py3 only build
+
+---



Other differences:
--
++ python-configshell-fb.spec ++
--- /var/tmp/diff_new_pack.q3tJf1/_old  2018-01-09 14:52:10.942645504 +0100
+++ /var/tmp/diff_new_pack.q3tJf1/_new  2018-01-09 14:52:10.946645316 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-configshell-fb
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -56,7 +56,6 @@
 %package doc
 Summary:Documentation for Python configshell-fb
 Group:  Documentation/HTML
-BuildRequires:  epydoc
 
 %description doc
 configshell-fb is a Python library that provides a framework for building 
simple
@@ -75,10 +74,6 @@
 
 %build
 %python_build
-mkdir -p doc/
-epydoc --no-sourcecode --html -n %{oname} --exclude configobj configshell/*.py
-%fdupes html/
-mv html doc/
 
 %install
 %python_install --skip-build
@@ -88,7 +83,4 @@
 %{python_sitelib}/*
 %doc examples COPYING README.md
 
-%files %{python_files doc}
-%doc doc/*
-
 %changelog




commit dovecot for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package dovecot for openSUSE:Factory checked 
in at 2018-01-09 14:51:38

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


Package is "dovecot"

Tue Jan  9 14:51:38 2018 rev:5 rq:559876 version:2.3

Changes:

--- /work/SRC/openSUSE:Factory/dovecot/dovecot.changes  2015-06-23 
12:00:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.dovecot.new/dovecot.changes 2018-01-09 
14:51:40.936052283 +0100
@@ -1,0 +2,16 @@
+Sun Dec 24 02:10:16 UTC 2017 - mrueck...@suse.de
+
+- bump recommends to 2.3
+
+---
+Sun Dec 24 02:07:20 UTC 2017 - mrueck...@suse.de
+
+- copy example config from /usr/share/dovecot/example-config/
+  instead of the documentation directory. (boo#1070871)
+
+---
+Wed Dec 20 11:24:54 UTC 2017 - mrueck...@suse.de
+
+- bump to dovecot 2.3
+
+---

New:

  dovecot-2.3-pigeonhole.configfiles
  dovecot-2.3.configfiles



Other differences:
--
++ dovecot.spec ++
--- /var/tmp/diff_new_pack.ASykuK/_old  2018-01-09 14:51:41.808011403 +0100
+++ /var/tmp/diff_new_pack.ASykuK/_new  2018-01-09 14:51:41.820010840 +0100
@@ -23,14 +23,14 @@
 %endif
 
 Name:   dovecot
-Version:2.2
+Version:2.3
 Release:0
 Summary:IMAP and POP3 Server Written Primarily with Security in Mind
 License:BSD-3-Clause and LGPL-2.1+ and MIT
 Group:  Productivity/Networking/Email/Servers
 Url:http://www.dovecot.org/
 PreReq: dovecot-implementation
-Recommends: dovecot22
+Recommends: dovecot23
 #!BuildIgnore: dovecot-implementation
 %if %{with systemd}
 BuildRequires:  pkgconfig(systemd)
@@ -51,6 +51,8 @@
 Source9:dovecot.socket
 Source10:   dovecot-2.1-pigeonhole.configfiles
 Source11:   dovecot-2.2-pigeonhole.configfiles
+Source12:   dovecot-2.3.configfiles
+Source13:   dovecot-2.3-pigeonhole.configfiles
 
 %description
 Dovecot is an IMAP and POP3 server for Linux and UNIX-like systems,
@@ -107,10 +109,10 @@
 # we fail silently if the dovecot-implementation package is not
 # installed yet. This allows us to break a little build loop between
 # dovecot and dovecotXY.
-if [ ! -e /etc/dovecot/dovecot.conf -a -e 
/usr/share/doc/packages/dovecot/example-config/dovecot.conf ] ; then
+if [ ! -e %{_sysconfdir}/%{name}/dovecot.conf -a -e 
%{_datadir}/%{name}/example-config/dovecot.conf ] ; then
   # install default config
   echo "Did not find a /etc/dovecot/dovecot.conf. copying default 
configuration"
-  cp -na %{_docdir}/%{name}/example-config/* %{_sysconfdir}/%{name}/
+  cp -na %{_datadir}/%{name}/example-config/* %{_sysconfdir}/%{name}/
   # the chmod breaks the lda. lets use the more open permissions
   #chmod -Rv o= %{_sysconfdir}/%{name}/
 fi

++ dovecot-2.3-pigeonhole.configfiles ++
/etc/dovecot/conf.d/20-managesieve.conf
/etc/dovecot/conf.d/90-sieve-extprograms.conf
/etc/dovecot/conf.d/90-sieve.conf
/etc/dovecot/sieve-ldap.conf
++ dovecot-2.3.configfiles ++
/etc/dovecot/README
/etc/dovecot/conf.d/10-auth.conf
/etc/dovecot/conf.d/10-director.conf
/etc/dovecot/conf.d/10-logging.conf
/etc/dovecot/conf.d/10-mail.conf
/etc/dovecot/conf.d/10-master.conf
/etc/dovecot/conf.d/10-ssl.conf
/etc/dovecot/conf.d/15-lda.conf
/etc/dovecot/conf.d/15-mailboxes.conf
/etc/dovecot/conf.d/20-imap.conf
/etc/dovecot/conf.d/20-lmtp.conf
/etc/dovecot/conf.d/20-pop3.conf
/etc/dovecot/conf.d/20-submission.conf
/etc/dovecot/conf.d/90-acl.conf
/etc/dovecot/conf.d/90-plugin.conf
/etc/dovecot/conf.d/90-quota.conf
/etc/dovecot/conf.d/auth-checkpassword.conf.ext
/etc/dovecot/conf.d/auth-deny.conf.ext
/etc/dovecot/conf.d/auth-dict.conf.ext
/etc/dovecot/conf.d/auth-ldap.conf.ext
/etc/dovecot/conf.d/auth-master.conf.ext
/etc/dovecot/conf.d/auth-passwdfile.conf.ext
/etc/dovecot/conf.d/auth-sql.conf.ext
/etc/dovecot/conf.d/auth-static.conf.ext
/etc/dovecot/conf.d/auth-system.conf.ext
/etc/dovecot/conf.d/auth-vpopmail.conf.ext
/etc/dovecot/dovecot-dict-auth.conf.ext
/etc/dovecot/dovecot-dict-sql.conf.ext
/etc/dovecot/dovecot-ldap.conf.ext
/etc/dovecot/dovecot-sql.conf.ext
/etc/dovecot/dovecot.conf



commit syncthing for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package syncthing for openSUSE:Factory 
checked in at 2018-01-09 14:51:52

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


Package is "syncthing"

Tue Jan  9 14:51:52 2018 rev:66 rq:561335 version:0.14.42

Changes:

--- /work/SRC/openSUSE:Factory/syncthing/syncthing.changes  2017-12-06 
09:01:15.739114210 +0100
+++ /work/SRC/openSUSE:Factory/.syncthing.new/syncthing.changes 2018-01-09 
14:52:03.466995978 +0100
@@ -2 +2,18 @@
-Tue Dec  5 10:45:09 UTC 2017 - cfarr...@suse.com
+Wed Jan  3 12:52:55 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 0.14.42:
+  * Discovering new files in a deleted directory does not resurrect
+the directory (gh#syncthing/syncthing#4475).
+  * "Panic: interface conversion: *errors.errorString is not
+net.Error" after restart (gh#syncthing/syncthing#4561).
+  * Auto-accept shared directories from trusted devices
+(gh#syncthing/syncthing#2299).
+  * Empty directories in .stversions should be removed
+(gh#syncthing/syncthing#4406).
+  * Human readable errors on attempted deletion of a non-empty
+directory (gh#syncthing/syncthing#4476).
+  * Add confirmation on the Remove Folder / Device button
+(gh#syncthing/syncthing#4543).
+
+---
+Tue Dec  5 10:45:09 UTC 2017 - sor.ale...@meowr.ru
@@ -101 +118 @@
-versioned symlinks (gh#syncthing/syncthing#4286).
+versioned symlinks (boo#1074428, gh#syncthing/syncthing#4286).

Old:

  syncthing-source-v0.14.41.tar.gz
  syncthing-source-v0.14.41.tar.gz.asc

New:

  syncthing-source-v0.14.42.tar.gz
  syncthing-source-v0.14.42.tar.gz.asc



Other differences:
--
++ syncthing.spec ++
--- /var/tmp/diff_new_pack.N9EbL0/_old  2018-01-09 14:52:04.618941972 +0100
+++ /var/tmp/diff_new_pack.N9EbL0/_new  2018-01-09 14:52:04.622941785 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package syncthing
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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:   syncthing
-Version:0.14.41
+Version:0.14.42
 Release:0
 Summary:FOSS Continuous File Synchronisation
 License:MPL-2.0

++ syncthing-source-v0.14.41.tar.gz -> syncthing-source-v0.14.42.tar.gz 
++
/work/SRC/openSUSE:Factory/syncthing/syncthing-source-v0.14.41.tar.gz 
/work/SRC/openSUSE:Factory/.syncthing.new/syncthing-source-v0.14.42.tar.gz 
differ: char 5, line 1




commit otter-browser for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package otter-browser for openSUSE:Factory 
checked in at 2018-01-09 14:51:41

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


Package is "otter-browser"

Tue Jan  9 14:51:41 2018 rev:4 rq:561308 version:0.9.94

Changes:

--- /work/SRC/openSUSE:Factory/otter-browser/otter-browser.changes  
2017-11-07 10:04:27.088254684 +0100
+++ /work/SRC/openSUSE:Factory/.otter-browser.new/otter-browser.changes 
2018-01-09 14:51:42.535977274 +0100
@@ -1,0 +2,11 @@
+Tue Jan  2 11:20:47 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 0.9.94 (changes since 0.9.92):
+  * Add a Page Information panel.
+  * Add support for external icons for User Scripts.
+  * Add a new default style for Start Page.
+  * Add an interface allowing to manage a list of hosts using
+customised website overrides.
+  * Several bug fixes and some optimisations.
+
+---

Old:

  otter-browser-0.9.92.tar.gz

New:

  otter-browser-0.9.94.tar.gz



Other differences:
--
++ otter-browser.spec ++
--- /var/tmp/diff_new_pack.3dlF8d/_old  2018-01-09 14:51:43.331939957 +0100
+++ /var/tmp/diff_new_pack.3dlF8d/_new  2018-01-09 14:51:43.335939770 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package otter-browser
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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:   otter-browser
-Version:0.9.92
+Version:0.9.94
 Release:0
 Summary:Web browser with aspects of Opera
 License:GPL-3.0+

++ otter-browser-0.9.92.tar.gz -> otter-browser-0.9.94.tar.gz ++
 309778 lines of diff (skipped)




commit perl-experimental for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package perl-experimental for 
openSUSE:Factory checked in at 2018-01-09 14:50:55

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


Package is "perl-experimental"

Tue Jan  9 14:50:55 2018 rev:7 rq:555671 version:0.019

Changes:

--- /work/SRC/openSUSE:Factory/perl-experimental/perl-experimental.changes  
2015-10-20 00:04:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-experimental.new/perl-experimental.changes 
2018-01-09 14:51:22.840900636 +0100
@@ -1,0 +2,22 @@
+Fri Dec  8 07:08:44 UTC 2017 - co...@suse.com
+
+- updated to 0.019
+   see /usr/share/doc/packages/perl-experimental/Changes
+
+  0.019 2017-12-03 18:40:19+01:00 Europe/Amsterdam
+- Rerelease without NYTProf files
+  
+  0.018 2017-11-29 12:39:58+01:00 Europe/Amsterdam
+- Make test pass when warnings are enabled
+- Make experimental installable on 5.8
+
+---
+Wed Nov 15 07:07:45 UTC 2017 - co...@suse.com
+
+- updated to 0.017
+   see /usr/share/doc/packages/perl-experimental/Changes
+
+  0.017 2017-11-14 16:23:53+01:00 Europe/Amsterdam
+Remove auto_deref for 5.24+
+
+---

Old:

  experimental-0.016.tar.gz

New:

  experimental-0.019.tar.gz



Other differences:
--
++ perl-experimental.spec ++
--- /var/tmp/diff_new_pack.iEzCxp/_old  2018-01-09 14:51:23.404874195 +0100
+++ /var/tmp/diff_new_pack.iEzCxp/_new  2018-01-09 14:51:23.404874195 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-experimental
 #
-# 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
@@ -17,24 +17,21 @@
 
 
 Name:   perl-experimental
-Version:0.016
+Version:0.019
 Release:0
 %define cpan_name experimental
 Summary:Experimental features made easy
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/experimental/
-Source0:
http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build::Tiny) >= 0.019
 BuildRequires:  perl(Test::More) >= 0.89
-BuildRequires:  perl(feature)
 BuildRequires:  perl(version)
-Requires:   perl(feature)
 Requires:   perl(version)
 %{perl_requires}
 
@@ -61,33 +58,84 @@
 
 The supported features, documented further below, are:
 
-   array_base- allow the use of $[ to change the starting index of 
@array
-   autoderef - allow push, each, keys, and other built-ins on 
references
-   lexical_topic - allow the use of lexical $_ via "my $_"
-   postderef - allow the use of postfix dereferencing expressions, 
including
-   in interpolating strings
-   refaliasing   - allow aliasing via \$x = \$y
-   regex_sets- allow extended bracketed character classes in regexps
-   signatures- allow subroutine signatures (for named arguments)
-   smartmatch- allow the use of ~~
-   switch- allow the use of ~~, given, and when
+* * 'array_base' - allow the use of '$[' to change the starting index of
+  '@array'.
+
+This is supported on all versions of perl.
+
+* * 'autoderef' - allow push, each, keys, and other built-ins on
+  references.
+
+This was added in perl 5.14.0 and removed in perl 5.23.1.
+
+* * 'bitwise' - allow the new stringwise bit operators
+
+This was added in perl 5.22.0.
+
+* * 'const_attr' - allow the :const attribute on subs
+
+This was added in perl 5.22.0.
+
+* * 'lexical_topic' - allow the use of lexical '$_' via 'my $_'.
+
+This was added in perl 5.10.0 and removed in perl 5.23.4.
+
+* * 'lexical_subs' - allow the use of lexical subroutines.
+
+This was added in 5.18.0.
+
+* * 'postderef' - allow the use of postfix dereferencing expressions,
+  including in interpolating strings
+
+This was added in perl 5.20.0.
+
+* * 're_strict' - enables strict mode in regular expressions
+
+This was added in perl 5.22.0.
+
+* * 'refaliasing' - allow aliasing via '\$x = \$y'
+
+This was added in perl 5.22.0.
+
+* * 'regex_sets' - allow extended 

commit minitube for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2018-01-09 14:52:17

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


Package is "minitube"

Tue Jan  9 14:52:17 2018 rev:11 rq:561449 version:2.9

Changes:

--- /work/SRC/openSUSE:Factory/minitube/minitube.changes2017-11-08 
15:14:11.373164352 +0100
+++ /work/SRC/openSUSE:Factory/.minitube.new/minitube.changes   2018-01-09 
14:52:18.570287905 +0100
@@ -1,0 +2,15 @@
+Wed Jan  3 11:19:55 UTC 2018 - aloi...@gmx.com
+
+- Update to version 2.9
+  * Menu bar is now hidden by default
+  * New Chrome-like toolbar menu that contains actions not
+available in the rest of the UI.
+  * A bit of code refactoring and cleanup, using more C++11
+features. Minitube uses a little less memory and should be
+slightly faster now.
+  * Usual slew of minor fixes and visual tweaks.
+
+- Added minitube.changes as source to use as reference for the
+  fake build date.
+
+---

Old:

  minitube-2.8.tar.gz

New:

  minitube-2.9.tar.gz



Other differences:
--
++ minitube.spec ++
--- /var/tmp/diff_new_pack.2gYJ6r/_old  2018-01-09 14:52:19.274254903 +0100
+++ /var/tmp/diff_new_pack.2gYJ6r/_new  2018-01-09 14:52:19.278254715 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package minitube
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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:   minitube
-Version:2.8
+Version:2.9
 Release:0
 Summary:Native YouTube Client
 License:GPL-3.0+
@@ -26,6 +26,7 @@
 Source: 
https://github.com/flaviotordini/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # Manpage written by Jakob Haufe  for the Debian project.
 Source1:minitube.1
+Source99:   %{name}.changes
 # PATCH-FIX-OPENSUSE minitube-no-update-check.patch su...@sur5r.net -- Disable 
update check.
 Patch0: %{name}-no-update-check.patch
 BuildRequires:  fdupes
@@ -56,6 +57,9 @@
 %prep
 %setup -q
 %patch0 -p1
+# Remove build time references so build-compare can do its work
+FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{SOURCE99} '+%%b %%e %%Y')
+sed -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -i src/aboutview.cpp
 
 %build
 %qmake5 \
@@ -69,6 +73,7 @@
 %suse_update_desktop_file -r %{name} AudioVideo Video Player
 %fdupes %{buildroot}%{_datadir}/
 
+%if 0%{?suse_version} <= 1320
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -76,10 +81,11 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS CHANGES COPYING TODO
+%doc AUTHORS COPYING TODO
+%license CHANGES
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %exclude %{_datadir}/%{name}/locale/

++ minitube-2.8.tar.gz -> minitube-2.9.tar.gz ++
 9527 lines of diff (skipped)




commit python-dpkt for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package python-dpkt for openSUSE:Factory 
checked in at 2018-01-09 14:52:11

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


Package is "python-dpkt"

Tue Jan  9 14:52:11 2018 rev:4 rq:561440 version:1.9.1

Changes:

--- /work/SRC/openSUSE:Factory/python-dpkt/python-dpkt.changes  2013-09-11 
13:07:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-dpkt.new/python-dpkt.changes 
2018-01-09 14:52:12.906553433 +0100
@@ -1,0 +2,7 @@
+Wed Jan  3 16:11:39 UTC 2018 - tchva...@suse.com
+
+- Update to version 1.9.1:
+  * Allow building with python3
+- Remove epydoc dependency so we can remove py2 only package
+
+---

Old:

  dpkt-1.8.tar.gz

New:

  v1.9.1.tar.gz



Other differences:
--
++ python-dpkt.spec ++
--- /var/tmp/diff_new_pack.BtN9Ze/_old  2018-01-09 14:52:13.798511616 +0100
+++ /var/tmp/diff_new_pack.BtN9Ze/_new  2018-01-09 14:52:13.802511428 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-TraitsGUI
+# spec file for package python-dpkt
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -11,27 +11,26 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-dpkt
-Version:1.8
+Version:1.9.1
 Release:0
 Summary:Fast, simple packet creation and parsing
-URL:http://code.google.com/p/dpkt/
 License:BSD-3-Clause
 Group:  Development/Libraries/Python
-Source: http://dpkt.googlecode.com/files/dpkt-1.8.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-buildroot
-BuildRequires:  python-devel
-BuildRequires:  python-xml
-BuildRequires:  epydoc
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
+Url:https://github.com/kbandla/dpkt
+Source: https://github.com/kbandla/dpkt/archive/v%{version}.tar.gz
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module xml}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildArch:  noarch
-%endif
+%python_subpackages
 
 %description
 Fast, simple packet creation / parsing, with definitions for the basic TCP/IP
@@ -41,18 +40,14 @@
 %setup -q -n dpkt-%{version}
 
 %build
-export CFLAGS="%{optflags}"
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-
-%clean
-rm -rf %{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%files
-%defattr(-,root,root)
-%doc examples AUTHORS CHANGES HACKING LICENSE README
+%files %{python_files}
+%doc examples AUTHORS CHANGES LICENSE README.rst
 %{python_sitelib}/*
 
 %changelog




commit perl-SVG for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package perl-SVG for openSUSE:Factory 
checked in at 2018-01-09 14:50:57

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


Package is "perl-SVG"

Tue Jan  9 14:50:57 2018 rev:17 rq:555673 version:2.80

Changes:

--- /work/SRC/openSUSE:Factory/perl-SVG/perl-SVG.changes2017-07-21 
22:47:18.474428933 +0200
+++ /work/SRC/openSUSE:Factory/.perl-SVG.new/perl-SVG.changes   2018-01-09 
14:51:23.600865006 +0100
@@ -1,0 +2,18 @@
+Fri Dec  8 06:52:15 UTC 2017 - co...@suse.com
+
+- updated to 2.80
+   see /usr/share/doc/packages/perl-SVG/Changes
+
+  2.80  2017.11.30 MANWAR
+- Added one more test author only as suggested by @DAVE. (RT #123705)
+
+---
+Fri Dec  1 06:57:02 UTC 2017 - co...@suse.com
+
+- updated to 2.79
+   see /usr/share/doc/packages/perl-SVG/Changes
+
+  2.79  2017.11.30 MANWAR
+- Addressed RT #123705, making test t/96-perl-critic.t and 
t/99_test_pod_coverage.t author only.
+
+---

Old:

  SVG-2.78.tar.gz

New:

  SVG-2.80.tar.gz



Other differences:
--
++ perl-SVG.spec ++
--- /var/tmp/diff_new_pack.dgUqfk/_old  2018-01-09 14:51:24.156838940 +0100
+++ /var/tmp/diff_new_pack.dgUqfk/_new  2018-01-09 14:51:24.156838940 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-SVG
-Version:2.78
+Version:2.80
 Release:0
 %define cpan_name SVG
 Summary:Perl extension for generating Scalable Vector Graphics (SVG) 
documents

++ SVG-2.78.tar.gz -> SVG-2.80.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.78/Changes new/SVG-2.80/Changes
--- old/SVG-2.78/Changes2017-07-07 16:36:46.0 +0200
+++ new/SVG-2.80/Changes2017-12-01 12:12:18.0 +0100
@@ -1,5 +1,11 @@
 Revision history for Perl extension SVG.
 
+2.80  2017.11.30 MANWAR
+  - Added one more test author only as suggested by @DAVE. (RT #123705)
+
+2.79  2017.11.30 MANWAR
+  - Addressed RT #123705, making test t/96-perl-critic.t and 
t/99_test_pod_coverage.t author only.
+
 2.78  2017.07.07 MANWAR
   - Merged PR #10 (fix entity escaping), thanks @haarg. This also resolved 
RT #121612.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.78/META.json new/SVG-2.80/META.json
--- old/SVG-2.78/META.json  2017-07-07 16:37:52.0 +0200
+++ new/SVG-2.80/META.json  2017-12-01 12:13:44.0 +0100
@@ -41,23 +41,23 @@
"provides" : {
   "SVG" : {
  "file" : "lib/SVG.pm",
- "version" : "2.78"
+ "version" : "2.80"
   },
   "SVG::DOM" : {
  "file" : "lib/SVG/DOM.pm",
- "version" : "2.78"
+ "version" : "2.80"
   },
   "SVG::Element" : {
  "file" : "lib/SVG/Element.pm",
- "version" : "2.78"
+ "version" : "2.80"
   },
   "SVG::Extension" : {
  "file" : "lib/SVG/Extension.pm",
- "version" : "2.78"
+ "version" : "2.80"
   },
   "SVG::XML" : {
  "file" : "lib/SVG/XML.pm",
- "version" : "2.78"
+ "version" : "2.80"
   }
},
"release_status" : "stable",
@@ -68,7 +68,7 @@
  "web" : "https://github.com/manwar/SVG;
   }
},
-   "version" : "2.78",
+   "version" : "2.80",
"x_contributors" : [
   "Peter Wainwright",
   "Ian Hickson",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.78/META.yml new/SVG-2.80/META.yml
--- old/SVG-2.78/META.yml   2017-07-07 16:37:52.0 +0200
+++ new/SVG-2.80/META.yml   2017-12-01 12:13:44.0 +0100
@@ -20,26 +20,26 @@
 provides:
   SVG:
 file: lib/SVG.pm
-version: '2.78'
+version: '2.80'
   SVG::DOM:
 file: lib/SVG/DOM.pm
-version: '2.78'
+version: '2.80'
   SVG::Element:
 file: lib/SVG/Element.pm
-version: '2.78'
+version: '2.80'
   SVG::Extension:
 file: lib/SVG/Extension.pm
-version: '2.78'
+version: '2.80'
   SVG::XML:
 file: lib/SVG/XML.pm
-version: '2.78'
+version: '2.80'
 requires:
   Scalar::Util: '0'
   parent: '0'
   perl: '5.006'
 resources:
   repository: https://github.com/manwar/SVG.git
-version: '2.78'
+version: '2.80'
 x_contributors:
   - 'Peter Wainwright'
   - 'Ian Hickson'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.78/Makefile.PL new/SVG-2.80/Makefile.PL
--- old/SVG-2.78/Makefile.PL2017-07-07 16:35:01.0 +0200
+++ 

commit perl-Net-Whois-Raw for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package perl-Net-Whois-Raw for 
openSUSE:Factory checked in at 2018-01-09 14:51:10

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


Package is "perl-Net-Whois-Raw"

Tue Jan  9 14:51:10 2018 rev:31 rq:557291 version:2.99013

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-Whois-Raw/perl-Net-Whois-Raw.changes
2017-08-28 15:04:28.151848630 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-Whois-Raw.new/perl-Net-Whois-Raw.changes   
2018-01-09 14:51:27.768669607 +0100
@@ -1,0 +2,27 @@
+Fri Dec 15 06:43:24 UTC 2017 - co...@suse.com
+
+- updated to 2.99013
+   see /usr/share/doc/packages/perl-Net-Whois-Raw/Changes
+
+  2.99013  Dec 13 2017 Alexander Nalobin
+  - Added "notfound" and "strip" patterns for whois.registry.ripn.net
+
+---
+Wed Dec 13 06:40:27 UTC 2017 - co...@suse.com
+
+- updated to 2.99012
+   see /usr/share/doc/packages/perl-Net-Whois-Raw/Changes
+
+  2.99012  Dec 11 2017 Vadim Likhota
+  - update notfound data and whois servers for some tlds
+
+---
+Fri Nov 24 06:46:48 UTC 2017 - co...@suse.com
+
+- updated to 2.99011
+   see /usr/share/doc/packages/perl-Net-Whois-Raw/Changes
+
+  2.99011  Nov 23 2017 Alexander Nalobin
+  - Skip urls as recursive whois servers
+
+---

Old:

  Net-Whois-Raw-2.99010.tar.gz

New:

  Net-Whois-Raw-2.99013.tar.gz



Other differences:
--
++ perl-Net-Whois-Raw.spec ++
--- /var/tmp/diff_new_pack.zObYGP/_old  2018-01-09 14:51:28.272645979 +0100
+++ /var/tmp/diff_new_pack.zObYGP/_new  2018-01-09 14:51:28.272645979 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-Whois-Raw
-Version:2.99010
+Version:2.99013
 Release:0
 %define cpan_name Net-Whois-Raw
 Summary:Get Whois information of domains and IP addresses
@@ -76,7 +76,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes COPYRIGHT README
+%doc Changes COPYRIGHT maintain README
 %license LICENSE
 
 %changelog

++ Net-Whois-Raw-2.99010.tar.gz -> Net-Whois-Raw-2.99013.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99010/Changes 
new/Net-Whois-Raw-2.99013/Changes
--- old/Net-Whois-Raw-2.99010/Changes   2017-07-31 08:28:00.0 +0200
+++ new/Net-Whois-Raw-2.99013/Changes   2017-12-13 08:30:55.0 +0100
@@ -1,10 +1,19 @@
 Revision history for Perl module Net::Whois::Raw.
 
+2.99013  Dec 13 2017 Alexander Nalobin
+- Added "notfound" and "strip" patterns for whois.registry.ripn.net
+
+2.99012  Dec 11 2017 Vadim Likhota
+- update notfound data and whois servers for some tlds
+
+2.99011  Nov 23 2017 Alexander Nalobin
+- Skip urls as recursive whois servers
+
 2.99010  Jul 31 2017 Alexander Nalobin
 - CI regexp in recursive whois server match
 
 2.99009  Jun 24 2017 Gregory Oschwald
-- Do not warn if newsrv is undefined 
+- Do not warn if newsrv is undefined
 
 2.99008  Jun 7 2017 Alexander Nalobin
 - can bypass recursing to custom servers 
($Net::Whois::Raw::Data::whois_servers_no_recurse)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99010/MANIFEST 
new/Net-Whois-Raw-2.99013/MANIFEST
--- old/Net-Whois-Raw-2.99010/MANIFEST  2017-07-31 08:28:00.0 +0200
+++ new/Net-Whois-Raw-2.99013/MANIFEST  2017-12-13 08:30:55.0 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.039.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.009.
 COPYRIGHT
 Changes
 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99010/META.json 
new/Net-Whois-Raw-2.99013/META.json
--- old/Net-Whois-Raw-2.99010/META.json 2017-07-31 08:28:00.0 +0200
+++ new/Net-Whois-Raw-2.99013/META.json 2017-12-13 08:30:55.0 +0100
@@ -4,13 +4,13 @@
   "Alexander Nalobin "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.039, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 
2.150001",
"license" : [
   "perl_5"
],
"meta-spec" : {
   "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
-  "version" : 2
+  "version" : "2"
},
"name" : "Net-Whois-Raw",
"prereqs" : {
@@ -50,15 +50,13 @@
},
"release_status" : 

commit perl-SQL-Translator for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package perl-SQL-Translator for 
openSUSE:Factory checked in at 2018-01-09 14:51:00

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


Package is "perl-SQL-Translator"

Tue Jan  9 14:51:00 2018 rev:12 rq:555674 version:0.11023

Changes:

--- /work/SRC/openSUSE:Factory/perl-SQL-Translator/perl-SQL-Translator.changes  
2017-10-03 23:20:15.753276365 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-SQL-Translator.new/perl-SQL-Translator.changes 
2018-01-09 14:51:24.896804249 +0100
@@ -1,0 +2,43 @@
+Fri Dec  8 06:52:00 UTC 2017 - co...@suse.com
+
+- updated to 0.11023
+   see /usr/share/doc/packages/perl-SQL-Translator/Changes
+
+  0.11023 2017-12-05
+  
+   * Fix error handling for Test::PostgreSQL 1.20
+
+---
+Tue Dec  5 07:00:16 UTC 2017 - co...@suse.com
+
+- updated to 0.11022
+   see /usr/share/doc/packages/perl-SQL-Translator/Changes
+
+  0.11022 2017-12-04
+  
+   * Add support for monotonically increasing SQLite autoincs (GH#47)
+   * Add support for CHECK constraint in SQLite producer (GH#57)
+   * Add support for CHECK constraint in POD producer (GH#63)
+   * Fix forgotten quoting in the MySQL DROP TABLE diff producer (GH#50)
+   * Fix Pg grammar parsing of UUID, time, timetz columns (RT#100196, GH#52)
+   * Add support for USING and WHERE on indexes in PostgreSQL producer
+ and parser (RT#63814, GH#52)
+   * Improve add_trigger consistency between producers (GH#48)
+   * Add trigger 'scope' attribute support to JSON, YAML and XML producers,
+ and XML and SQLite parsers (RT#119997)
+   * Declare dependencies in deterministic order (RT#102859)
+   * Multiple speedups of naive internal debugging mechanism (GH#54)
+   * Remove dependency on List::MoreUtils ( http://is.gd/lmu_cac_debacle )
+   * Fix parsing of strings with leading whitespace for MySQL, Oracle, 
PostgreSQL,
+ SQLServer and SQLite
+   * Fix parsing of MySQL column comments (RT#83380)
+   * Fix multi-line comments in YAML, JSON and PostgreSQL producers
+   * Fix identifier quoting in PostgreSQL diff producer
+   * Fix incorrect type conversion from various BigInt AutoIncrement to the
+ PostgreSQL-specific bigserial (GH#72)
+   * Fix missing semicolons between PostGIS statements
+   * Fix string and identifier quoting in PostGIS statements
+   * Fix intermittent test failures (RT#108460)
+   * Fix relying on exact serialisation for JSON/YAML tests (RT#121901)
+
+---

Old:

  SQL-Translator-0.11021.tar.gz

New:

  SQL-Translator-0.11023.tar.gz



Other differences:
--
++ perl-SQL-Translator.spec ++
--- /var/tmp/diff_new_pack.mbGXvg/_old  2018-01-09 14:51:25.420779683 +0100
+++ /var/tmp/diff_new_pack.mbGXvg/_new  2018-01-09 14:51:25.424779496 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-SQL-Translator
-Version:0.11021
+Version:0.11023
 Release:0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name SQL-Translator
@@ -36,7 +36,6 @@
 BuildRequires:  perl(Digest::SHA)
 BuildRequires:  perl(File::ShareDir) >= 1.0
 BuildRequires:  perl(JSON) >= 2.0
-BuildRequires:  perl(List::MoreUtils) >= 0.09
 BuildRequires:  perl(Moo) >= 1.03
 BuildRequires:  perl(Package::Variant) >= 1.001001
 BuildRequires:  perl(Parse::RecDescent) >= 1.967009
@@ -51,7 +50,6 @@
 Requires:   perl(DBI) >= 1.54
 Requires:   perl(Digest::SHA)
 Requires:   perl(File::ShareDir) >= 1.0
-Requires:   perl(List::MoreUtils) >= 0.09
 Requires:   perl(Moo) >= 1.03
 Requires:   perl(Package::Variant) >= 1.001001
 Requires:   perl(Parse::RecDescent) >= 1.967009
@@ -104,6 +102,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc AUTHORS Changes README
 
 %changelog

++ SQL-Translator-0.11021.tar.gz -> SQL-Translator-0.11023.tar.gz ++
 3109 lines of diff (skipped)




commit python-fudge for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package python-fudge for openSUSE:Factory 
checked in at 2018-01-09 14:51:04

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


Package is "python-fudge"

Tue Jan  9 14:51:04 2018 rev:8 rq:556318 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-fudge/python-fudge.changes
2017-10-07 17:51:19.345571381 +0200
+++ /work/SRC/openSUSE:Factory/.python-fudge.new/python-fudge.changes   
2018-01-09 14:51:25.696766744 +0100
@@ -1,0 +2,5 @@
+Mon Dec 11 23:14:16 UTC 2017 - mimi...@gmail.com
+
+- add missing BuildRequires for python3-2to3 
+
+---



Other differences:
--
++ python-fudge.spec ++
--- /var/tmp/diff_new_pack.oblJkh/_old  2018-01-09 14:51:26.252740679 +0100
+++ /var/tmp/diff_new_pack.oblJkh/_new  2018-01-09 14:51:26.252740679 +0100
@@ -28,6 +28,7 @@
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module nose}
 BuildRequires:  python-rpm-macros
+BuildRequires:  python3-2to3
 BuildRequires:  python3-Sphinx
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch




commit perl-Moo for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package perl-Moo for openSUSE:Factory 
checked in at 2018-01-09 14:50:48

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


Package is "perl-Moo"

Tue Jan  9 14:50:48 2018 rev:21 rq:555055 version:2.003004

Changes:

--- /work/SRC/openSUSE:Factory/perl-Moo/perl-Moo.changes2017-04-07 
14:20:50.310164633 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Moo.new/perl-Moo.changes   2018-01-09 
14:51:14.605286748 +0100
@@ -1,0 +2,24 @@
+Thu Dec  7 06:39:25 UTC 2017 - co...@suse.com
+
+- updated to 2.003004
+   see /usr/share/doc/packages/perl-Moo/Changes
+
+  2.003004 - 2017-12-01
+- re-allow stubs for attribute parameters like isa or coerce (RT#123753)
+- fix accidentally removed space in coderef error message (GH#33)
+- fix test errors with old Carp versions
+
+---
+Fri Nov 17 06:37:23 UTC 2017 - co...@suse.com
+
+- updated to 2.003003
+   see /usr/share/doc/packages/perl-Moo/Changes
+
+  2.003003 - 2017-11-16
+- test tweaks
+- fix handling of code refs stored directly in the stash (for perl 5.28)
+- consider inline packages with constants in them as being loaded
+- stubs will be treated as methods that exist when inflating to Moose
+- avoid loading overload.pm unless required
+
+---

Old:

  Moo-2.003002.tar.gz

New:

  Moo-2.003004.tar.gz



Other differences:
--
++ perl-Moo.spec ++
--- /var/tmp/diff_new_pack.egxCVD/_old  2018-01-09 14:51:15.225257682 +0100
+++ /var/tmp/diff_new_pack.egxCVD/_new  2018-01-09 14:51:15.229257494 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Moo
-Version:2.003002
+Version:2.003004
 Release:0
 %define cpan_name Moo
 Summary:Minimalist Object Orientation (with Moose compatibility)

++ Moo-2.003002.tar.gz -> Moo-2.003004.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Moo-2.003002/Changes new/Moo-2.003004/Changes
--- old/Moo-2.003002/Changes2017-03-29 00:59:45.0 +0200
+++ new/Moo-2.003004/Changes2017-12-01 02:45:54.0 +0100
@@ -1,7 +1,19 @@
 Revision history for Moo
 
+2.003004 - 2017-12-01
+  - re-allow stubs for attribute parameters like isa or coerce (RT#123753)
+  - fix accidentally removed space in coderef error message (GH#33)
+  - fix test errors with old Carp versions
+
+2.003003 - 2017-11-16
+  - test tweaks
+  - fix handling of code refs stored directly in the stash (for perl 5.28)
+  - consider inline packages with constants in them as being loaded
+  - stubs will be treated as methods that exist when inflating to Moose
+  - avoid loading overload.pm unless required
+
 2.003002 - 2017-03-28
-- ensure tarball does not contain SCHILY headers
+  - ensure tarball does not contain SCHILY headers
 
 2.003001 - 2017-03-06
   - fix +attributes replacing builder subs if parent attribute was defined with
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Moo-2.003002/MANIFEST new/Moo-2.003004/MANIFEST
--- old/Moo-2.003002/MANIFEST   2017-03-29 01:03:35.0 +0200
+++ new/Moo-2.003004/MANIFEST   2017-12-01 02:47:58.0 +0100
@@ -81,6 +81,7 @@
 t/non-moo-extends-c3.t
 t/non-moo-extends.t
 t/not-both.t
+t/not-methods.t
 t/overloaded-coderefs.t
 t/overridden-core-funcs.t
 t/perl-56-like.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Moo-2.003002/META.json new/Moo-2.003004/META.json
--- old/Moo-2.003002/META.json  2017-03-29 01:03:35.0 +0200
+++ new/Moo-2.003004/META.json  2017-12-01 02:47:57.0 +0100
@@ -4,13 +4,13 @@
   "mst - Matt S. Trout (cpan:MSTROUT) "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
"meta-spec" : {
   "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
-  "version" : "2"
+  "version" : 2
},
"name" : "Moo",
"no_index" : {
@@ -88,7 +88,7 @@
   },
   "x_IRC" : "irc://irc.perl.org/#moose"
},
-   "version" : "2.003002",
+   "version" : "2.003004",
"x_authority" : "cpan:MSTROUT",
"x_breaks" : {
   "App::Commando" : "<= 0.012",
@@ -104,5 +104,5 @@
  "use_warnings" : "internal module used to apply warnings"
   }
},
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   

commit perl-Net-SSH2 for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package perl-Net-SSH2 for openSUSE:Factory 
checked in at 2018-01-09 14:51:06

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


Package is "perl-Net-SSH2"

Tue Jan  9 14:51:06 2018 rev:8 rq:556879 version:0.68

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-SSH2/perl-Net-SSH2.changes  
2017-10-03 23:18:50.297302779 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-SSH2.new/perl-Net-SSH2.changes 
2018-01-09 14:51:26.840713112 +0100
@@ -1,0 +2,22 @@
+Thu Dec 14 06:40:10 UTC 2017 - co...@suse.com
+
+- updated to 0.68
+   see /usr/share/doc/packages/perl-Net-SSH2/Changes
+
+  0.68  2017-12-13
+  - Fix build when using perl 5.26 which doesn't have "." in
+@INC anymore (patch by Marc-Philip Werner).
+
+---
+Sun Dec  3 06:44:27 UTC 2017 - co...@suse.com
+
+- updated to 0.67
+   see /usr/share/doc/packages/perl-Net-SSH2/Changes
+
+  0.67  2017-12-02
+  - Fix Net::SSH2::Listener "accept" method (patch by
+Marc-Philip Werner).
+  - Fix Net::SSH2::SFTP "readlink" and "realpath" methods (patch
+by Marc-Philip Werner).
+
+---

Old:

  Net-SSH2-0.66.tar.gz

New:

  Net-SSH2-0.68.tar.gz



Other differences:
--
++ perl-Net-SSH2.spec ++
--- /var/tmp/diff_new_pack.xNJxem/_old  2018-01-09 14:51:27.388687422 +0100
+++ /var/tmp/diff_new_pack.xNJxem/_new  2018-01-09 14:51:27.392687234 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-SSH2
-Version:0.66
+Version:0.68
 Release:0
 %define cpan_name Net-SSH2
 Summary:Support for the SSH 2 protocol via libssh2

++ Net-SSH2-0.66.tar.gz -> Net-SSH2-0.68.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSH2-0.66/Changes new/Net-SSH2-0.68/Changes
--- old/Net-SSH2-0.66/Changes   2017-07-19 09:38:00.0 +0200
+++ new/Net-SSH2-0.68/Changes   2017-12-13 09:22:01.0 +0100
@@ -1,5 +1,15 @@
 Revision history for Perl extension Net::SSH2.
 
+0.68  2017-12-13
+- Fix build when using perl 5.26 which doesn't have "." in
+  @INC anymore (patch by Marc-Philip Werner).
+
+0.67  2017-12-02
+- Fix Net::SSH2::Listener "accept" method (patch by
+  Marc-Philip Werner).
+- Fix Net::SSH2::SFTP "readlink" and "realpath" methods (patch
+  by Marc-Philip Werner).
+
 0.66  2017-07-19
 - Warn about readline being called in non-blocking mode.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSH2-0.66/Makefile.PL 
new/Net-SSH2-0.68/Makefile.PL
--- old/Net-SSH2-0.66/Makefile.PL   2017-06-14 09:10:05.0 +0200
+++ new/Net-SSH2-0.68/Makefile.PL   2017-12-13 09:16:15.0 +0100
@@ -1,3 +1,4 @@
+use lib ".";
 use inc::Module::Install 0.91;
 use Cwd;
 use Config;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSH2-0.66/SSH2.xs new/Net-SSH2-0.68/SSH2.xs
--- old/Net-SSH2-0.66/SSH2.xs   2017-04-19 12:09:41.0 +0200
+++ new/Net-SSH2-0.68/SSH2.xs   2017-12-13 09:16:15.0 +0100
@@ -2050,6 +2050,7 @@
 PREINIT:
 SSH2* ss;
 CODE:
+ss = ls->ss;
 NEW_CHANNEL(libssh2_channel_forward_accept(ls->listener));
 OUTPUT:
 RETVAL
@@ -2259,23 +2260,22 @@
 SV *
 net_sf_readlink(SSH2_SFTP* sf, SV* path)
 PREINIT:
-SV* link;
 const char* pv_path;
 char* pv_link;
 STRLEN len_path;
 int count;
 CODE:
 pv_path = SvPVbyte(path, len_path);
-link = newSV(MAXPATHLEN + 1);
-pv_link = SvPVX(link);
+RETVAL = newSV(MAXPATHLEN + 1);
+pv_link = SvPVX(RETVAL);
 count = libssh2_sftp_symlink_ex(sf->sftp,
 pv_path, len_path,
 pv_link, MAXPATHLEN,
 LIBSSH2_SFTP_READLINK);
 if (count >= 0) {
-SvPOK_on(link);
+SvPOK_on(RETVAL);
 pv_link[count] = '\0';
-SvCUR_set(link, count);
+SvCUR_set(RETVAL, count);
 }
 OUTPUT:
 RETVAL
@@ -2283,23 +2283,22 @@
 SV *
 net_sf_realpath(SSH2_SFTP* sf, SV* path)
 PREINIT:
-SV* real;
 const char* pv_path;
 char* pv_real;
 STRLEN len_path;
 int count;
 CODE:
 pv_path = SvPVbyte(path, len_path);
-real = newSV(MAXPATHLEN + 1);
-pv_real = SvPVX(real);
+RETVAL = newSV(MAXPATHLEN + 1);
+pv_real = SvPVX(RETVAL);
 count = libssh2_sftp_symlink_ex(sf->sftp,
 pv_path, len_path,

commit perl-Test-Strict for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package perl-Test-Strict for 
openSUSE:Factory checked in at 2018-01-09 14:50:23

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


Package is "perl-Test-Strict"

Tue Jan  9 14:50:23 2018 rev:3 rq:554824 version:0.40

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Strict/perl-Test-Strict.changes
2016-12-03 18:28:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Strict.new/perl-Test-Strict.changes   
2018-01-09 14:51:03.289817256 +0100
@@ -1,0 +2,9 @@
+Thu Nov 30 07:04:35 UTC 2017 - co...@suse.com
+
+- updated to 0.40
+   see /usr/share/doc/packages/perl-Test-Strict/Changes
+
+  0.40  2017-11-29 13:00:00 MANWAR
+- Merged pull request #22, thanks @cpansprout.
+
+---

Old:

  Test-Strict-0.39.tar.gz

New:

  Test-Strict-0.40.tar.gz



Other differences:
--
++ perl-Test-Strict.spec ++
--- /var/tmp/diff_new_pack.Im5s4w/_old  2018-01-09 14:51:03.889789127 +0100
+++ /var/tmp/diff_new_pack.Im5s4w/_new  2018-01-09 14:51:03.893788940 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Strict
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Test-Strict
-Version:0.39
+Version:0.40
 Release:0
 %define cpan_name Test-Strict
 Summary:Check syntax, presence of use strict; and test coverage
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Strict/
-Source0:
http://www.cpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -71,6 +71,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++ Test-Strict-0.39.tar.gz -> Test-Strict-0.40.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Strict-0.39/Changes new/Test-Strict-0.40/Changes
--- old/Test-Strict-0.39/Changes2016-12-02 13:07:18.0 +0100
+++ new/Test-Strict-0.40/Changes2017-11-29 14:01:07.0 +0100
@@ -1,5 +1,8 @@
 Revision history for Test::Strict.
 
+0.40  2017-11-29 13:00:00 MANWAR
+  - Merged pull request #22, thanks @cpansprout.
+
 0.39  2016-12-02 12:10:00 MANWAR
   - Merged pull request #21, thanks @arc.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Strict-0.39/META.json 
new/Test-Strict-0.40/META.json
--- old/Test-Strict-0.39/META.json  2016-12-02 13:07:39.0 +0100
+++ new/Test-Strict-0.40/META.json  2017-11-29 14:02:01.0 +0100
@@ -4,7 +4,7 @@
   "Pierre Denis "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "perl_5"
],
@@ -65,12 +65,12 @@
  "x_license" : "http://dev.perl.org/licenses/;
   }
},
-   "version" : "0.39",
+   "version" : "0.40",
"x_contributors" : [
   "Gabor Szabo ",
   "Peter Vereshagin ",
   "Graham Knop ",
   "Mohammad S Anwar "
],
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   "x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Strict-0.39/META.yml 
new/Test-Strict-0.40/META.yml
--- old/Test-Strict-0.39/META.yml   2016-12-02 13:07:39.0 +0100
+++ new/Test-Strict-0.40/META.yml   2017-11-29 14:02:01.0 +0100
@@ -9,7 +9,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '6.64'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -34,7 +34,7 @@
 resources:
   bugtracker: 

commit perl-App-MFILE-WWW for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package perl-App-MFILE-WWW for 
openSUSE:Factory checked in at 2018-01-09 14:50:53

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


Package is "perl-App-MFILE-WWW"

Tue Jan  9 14:50:53 2018 rev:8 rq:555059 version:0.176

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-MFILE-WWW/perl-App-MFILE-WWW.changes
2017-11-16 14:01:30.560549299 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-App-MFILE-WWW.new/perl-App-MFILE-WWW.changes   
2018-01-09 14:51:19.973035091 +0100
@@ -1,0 +2,32 @@
+Thu Dec  7 06:03:08 UTC 2017 - co...@suse.com
+
+- updated to 0.176
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+  
+  0.175 2017-11-14 17:24 CET
+  - js: core/start: pass resultLine to drowselectListen()
+  - js: core: implement "menu" prototype
+  - js: core/populate: handle undefined populateArray a little less stupidly
+  - js: core/init2: do not clobber miniMenu objects
+  
+  0.176 2017-11-27 11:22 CET
+  - js: core/html: unify usage of "" in dmenu and miniMenu; populate
+mainarea with a placeholder
+  - build/ops: drop older versions of jquery, qunit, requirejs
+  - js: core/ajax: refactor; logout if session expires; always clear result 
line
+
+---
+Tue Nov 14 06:03:18 UTC 2017 - co...@suse.com
+
+- updated to 0.174
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+  
+  0.174 2017-11-13 11:43 CET
+  - Revert "Integrate D3 into the application"
+  - js: core/html: fix dmenu regression
+  - js: core/html: give minimenu div an id
+  - js: reflect appLib.fillUserBox() behavior change
+
+---

Old:

  App-MFILE-WWW-0.173.tar.gz

New:

  App-MFILE-WWW-0.176.tar.gz



Other differences:
--
++ perl-App-MFILE-WWW.spec ++
--- /var/tmp/diff_new_pack.ckf6PI/_old  2018-01-09 14:51:21.100982209 +0100
+++ /var/tmp/diff_new_pack.ckf6PI/_new  2018-01-09 14:51:21.104982021 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-App-MFILE-WWW
-Version:0.173
+Version:0.176
 Release:0
 %define cpan_name App-MFILE-WWW
 Summary:Web UI development toolkit with prototype demo app
@@ -64,18 +64,24 @@
 %{perl_requires}
 
 %description
-This is a foundation/framework/toolkit for web front-end development.
+This distro contains a foundation/framework/toolkit for developing the
+"front end" portion of web applications.
 
-It consists of two components - a Perl application that uses Plack and
-Web::Machine to implement an HTTP request-response handler (so the resulting
-application is PSGI-compliant) and front-end code (HTML, CSS, JavaScript)
-for rapid development of application front-ends that have a "look and feel"
-reminiscent of the text terminal era.
+App::MFILE::WWW is a Plack application that provides a HTTP
+request-response handler (based on Web::Machine), CSS and HTML source code
+for an in-browser "screen", and JavaScript code for displaying various
+"widgets" (menus, forms, etc.) in that screen and for processing user input
+from within those widgets.
 
 In addition, infrastructure is included (but need not be used) for user
 authentication, session management, and communication with a backend server
 via AJAX calls.
 
+Front ends built with App::MFILE::WWW will typicaly be menu-driven,
+consisting exclusively of fixed-width Unicode text, and capable of being
+controlled from the keyboard, without the use of a mouse. The overall
+look-and-feel is reminiscent of the text terminal era.
+
 The distro comes with a prototype (demo) application to illustrate how the
 various widgets are used.
 

++ App-MFILE-WWW-0.173.tar.gz -> App-MFILE-WWW-0.176.tar.gz ++
 12546 lines of diff (skipped)




commit perl-Task-Moose for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package perl-Task-Moose for openSUSE:Factory 
checked in at 2018-01-09 14:50:38

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


Package is "perl-Task-Moose"

Tue Jan  9 14:50:38 2018 rev:6 rq:554841 version:0.03

Changes:

--- /work/SRC/openSUSE:Factory/perl-Task-Moose/perl-Task-Moose.changes  
2012-01-09 11:16:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Task-Moose.new/perl-Task-Moose.changes 
2018-01-09 14:51:10.289489087 +0100
@@ -1,0 +2,5 @@
+Tue Dec  5 00:24:08 UTC 2017 - stefan.bru...@rwth-aachen.de
+
+- Add Task-Moose_fix_perl_5_26_INC_without_cwd.patch
+
+---

New:

  Task-Moose_fix_perl_5_26_INC_without_cwd.patch



Other differences:
--
++ perl-Task-Moose.spec ++
--- /var/tmp/diff_new_pack.TNKRyc/_old  2018-01-09 14:51:10.913459833 +0100
+++ /var/tmp/diff_new_pack.TNKRyc/_new  2018-01-09 14:51:10.917459645 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Task-Moose
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-Task-Moose
 Version:0.03
 Release:0
@@ -25,6 +26,7 @@
 Url:http://search.cpan.org/dist/Task-Moose/
 #Source: 
http://www.cpan.org/authors/id/D/DO/DOY/Task-Moose-%{version}.tar.gz
 Source: %{cpan_name}-%{version}.tar.gz
+Patch0: Task-Moose_fix_perl_5_26_INC_without_cwd.patch
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Moose) >= 0.92
@@ -32,43 +34,43 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 # Manual from the documentation
-BuildRequires:  perl(MooseX::StrictConstructor)
-BuildRequires:  perl(MooseX::Params::Validate)
-BuildRequires:  perl(MooseX::Role::TraitConstructor)
-BuildRequires:  perl(MooseX::Traits)
-BuildRequires:  perl(MooseX::Object::Pluggable)
-BuildRequires:  perl(MooseX::Role::Parameterized)
-BuildRequires:  perl(MooseX::GlobRef)
-BuildRequires:  perl(MooseX::InsideOut)
-BuildRequires:  perl(MooseX::Singleton)
-BuildRequires:  perl(MooseX::NonMoose)
+BuildRequires:  perl(Moose::Autobox)
+BuildRequires:  perl(MooseX::App::Cmd)
+BuildRequires:  perl(MooseX::ClassAttribute)
+BuildRequires:  perl(MooseX::Clone)
+BuildRequires:  perl(MooseX::ConfigFromFile)
+BuildRequires:  perl(MooseX::Daemonize)
 BuildRequires:  perl(MooseX::Declare)
-BuildRequires:  perl(MooseX::Method::Signatures)
-BuildRequires:  perl(MooseX::Types)
-BuildRequires:  perl(MooseX::Types::Structured)
-BuildRequires:  perl(MooseX::Types::Path::Class)
-BuildRequires:  perl(MooseX::Types::Set::Object)
-BuildRequires:  perl(MooseX::Types::DateTime)
 BuildRequires:  perl(MooseX::Getopt)
-BuildRequires:  perl(MooseX::ConfigFromFile)
-BuildRequires:  perl(MooseX::SimpleConfig)
-BuildRequires:  perl(MooseX::App::Cmd)
-BuildRequires:  perl(MooseX::Role::Cmd)
-BuildRequires:  perl(MooseX::LogDispatch)
+BuildRequires:  perl(MooseX::GlobRef)
+BuildRequires:  perl(MooseX::InsideOut)
+BuildRequires:  perl(MooseX::Iterator)
 BuildRequires:  perl(MooseX::LazyLogDispatch)
 BuildRequires:  perl(MooseX::Log::Log4perl)
+BuildRequires:  perl(MooseX::LogDispatch)
+BuildRequires:  perl(MooseX::Method::Signatures)
+BuildRequires:  perl(MooseX::NonMoose)
+BuildRequires:  perl(MooseX::Object::Pluggable)
 BuildRequires:  perl(MooseX::POE)
-BuildRequires:  perl(MooseX::Workers)
-BuildRequires:  perl(MooseX::Daemonize)
 BuildRequires:  perl(MooseX::Param)
-BuildRequires:  perl(MooseX::Iterator)
-BuildRequires:  perl(MooseX::Clone)
-BuildRequires:  perl(MooseX::Storage)
-BuildRequires:  perl(Moose::Autobox)
-BuildRequires:  perl(MooseX::ClassAttribute)
+BuildRequires:  perl(MooseX::Params::Validate)
+BuildRequires:  perl(MooseX::Role::Cmd)
+BuildRequires:  perl(MooseX::Role::Parameterized)
+BuildRequires:  perl(MooseX::Role::TraitConstructor)
 BuildRequires:  perl(MooseX::SemiAffordanceAccessor)
-BuildRequires:  perl(namespace::autoclean)
+BuildRequires:  perl(MooseX::SimpleConfig)
+BuildRequires:  perl(MooseX::Singleton)
+BuildRequires:  perl(MooseX::Storage)
+BuildRequires:  perl(MooseX::StrictConstructor)
+BuildRequires:  perl(MooseX::Traits)
+BuildRequires:  perl(MooseX::Types)
+BuildRequires:  perl(MooseX::Types::DateTime)
+BuildRequires:  perl(MooseX::Types::Path::Class)
+BuildRequires:  

commit openQA for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package openQA for openSUSE:Factory checked 
in at 2018-01-09 14:50:10

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


Package is "openQA"

Tue Jan  9 14:50:10 2018 rev:6 rq:561981 version:4.5.1513750232.be133588

Changes:

--- /work/SRC/openSUSE:Factory/openQA/openQA.changes2017-11-29 
10:54:11.617311728 +0100
+++ /work/SRC/openSUSE:Factory/.openQA.new/openQA.changes   2018-01-09 
14:50:48.102529293 +0100
@@ -1,0 +2,100 @@
+Thu Dec 21 19:36:32 UTC 2017 - co...@suse.com
+
+- Update to version 4.5.1513750232.be133588:
+  * Add basic setup of multi-machine worker (#1544)
+  * Allow deleting assets via web UI (#1551)
+  * Deal properly with environment variables that can change logging (#1537)
+  * Fix deletion of jobs referenced as last use of asset (#1549)
+  * Show assets by job group
+  * selenium test: Allow configuring mojo port
+  * Split asset tables in used and untracked assets
+  * Refactor data size rendering in JS and reduce precision
+  * Set App mode in WebSocket server (#1548)
+  * Fix repos gone too early: assign REPO_10 to jobs as well (#1547)
+  * Retidy - Perl::Tidy 20171214 has different formatting (#1546)
+  * Update installation steps for postgresql (#1538)
+  * branding: openSUSE: Add Kubic (#1539)
+  * Change the logs timestamp to ISO8601 (#1542)
+  * Add documentation for postgresql migration (#1530)
+  * Fully fix asset caching without test caching (POO #29208)
+  * Fix job group update issue (#1533)
+  * Hide worker properties if no login (#1534)
+  * Switch to fontawesome 5 (#1531)
+  * `limit_assets`: remove asset that breaks limit, not next one (#1536)
+  * Remove all assets from DB that are gone (#1535)
+  * Allow to query live data from api, adapt tests
+  * Display additional information in the worker's table
+  * Add panel and popover to show job detail
+  * Make searchable field and fix DataTable loading
+  * Add openqa-setup-db service that will create postgresql database (#1528)
+  * Retrieve worker stats data
+  * Do not query by default websocket server to display worker informations
+  * Fix tests to expect new columns
+  * Show size of assets exclusively kept by a group
+  * Accumulate size of assets exclusively kept by a group
+  * Document fast initialization of local tests (#1527)
+  * Add column to groups with size of exclusively used assets
+  * Also store if the asset is fixed in the DB
+  * limit_assets: Use DBD::Pg directly for querying job asset
+  * Check all columns in test for asset table
+  * Show last use of asset in assets table
+  * Ignore chromedriver logs
+  * Show asset size
+  * Write info about assets kept during cleanup to db
+  * Improve comments in limit_assets
+  * Fix PRJDIR error
+  * Add support for colons on worker class
+  * Add WORKER_CLASS to job_list filter
+  * Fix caching of assets without caching of tests (#1521)
+  * Accept a lower coverage - we removed code
+  * Move worker log test to 24-worker.t
+  * Schema.pm: Remove unused functions (increase coverage)
+  * Remove SQL files for SQlite and for 2016
+  * Have our services require postgresql server to be up
+  * Adopt generate-packaged-asset to use postgresql
+  * Import log_error in OpenQA::IPC
+  * Test: increment unstable_worker ticks and wait for each one to be ready
+  * Remove more traces of Sqlite support
+  * Provide t/test_postgresql to setup a temporary postgresql
+  * Fix more test cases
+  * Prepare a proper DB for the scheduler full test
+  * Fix t/ui/22-job_group_order.t by providing sort_order in fixtures
+  * t/ui/13-admin.t: Postgresql sorts RAID at the end
+  * Sort table settings by key to have reliable tests
+  * t/api/02-iso.t: Do not rely on hardcoded job number
+  * Give WebSockets server its assets
+  * Sort the previous jobs in worker table by ids
+  * Skip all tests requiring a database
+  * Test fixtures: restart the postgresql sequence
+  * Fix t/17-build_tagging.t not to depend on Sqlite specifics
+  * ui/04-api_keys.t: Don't rely on ids in fixtures
+  * 14-grutasks: don't rely on DB sort order
+  * Drop sqlite3 support
+  * branding: Update SLE staging links (#1523)
+  * Use log_info for worker activities (#1519)
+  * branding: openSUSE: Add caasp (different bugzilla naming variant) (#1522)
+  * Tidy the sources
+  * Do not cast to int worker_status timer
+  * Propagate error on IPC dispatch call
+  * Use WORKERS_CHECKER_THRESHOLD to detect dead workers as well
+  * Remove printing to debug the result of safe_call
+  * Reduce OpenQA tests verbosity
+  * limit_assets: don't wipe assets for PENDING jobs (#1518)
+  * Allow same group name within different parent groups (#1507)
+  * Apply log level correctly (#1516)
+  * Check if job is valid before starting working on it.
+  * Upload 

commit perl-Module-Build-XSUtil for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package perl-Module-Build-XSUtil for 
openSUSE:Factory checked in at 2018-01-09 14:50:30

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


Package is "perl-Module-Build-XSUtil"

Tue Jan  9 14:50:30 2018 rev:5 rq:554831 version:0.18

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Module-Build-XSUtil/perl-Module-Build-XSUtil.changes
2017-11-15 16:53:11.446166330 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Build-XSUtil.new/perl-Module-Build-XSUtil.changes
   2018-01-09 14:51:05.001736996 +0100
@@ -1,0 +2,9 @@
+Thu Nov  9 06:32:57 UTC 2017 - co...@suse.com
+
+- updated to 0.18
+   see /usr/share/doc/packages/perl-Module-Build-XSUtil/Changes
+
+  0.18 2017-11-01T18:22:27Z
+  - Remove Module::Build::Tiny from deps
+
+---

Old:

  Module-Build-XSUtil-0.17.tar.gz

New:

  Module-Build-XSUtil-0.18.tar.gz



Other differences:
--
++ perl-Module-Build-XSUtil.spec ++
--- /var/tmp/diff_new_pack.vydkJL/_old  2018-01-09 14:51:05.673705491 +0100
+++ /var/tmp/diff_new_pack.vydkJL/_new  2018-01-09 14:51:05.677705303 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Module-Build-XSUtil
-Version:0.17
+Version:0.18
 Release:0
 %define cpan_name Module-Build-XSUtil
 Summary:Module::Build class for building XS modules
@@ -35,7 +35,6 @@
 BuildRequires:  perl(ExtUtils::CBuilder)
 BuildRequires:  perl(File::Copy::Recursive)
 BuildRequires:  perl(Module::Build) >= 0.400500
-BuildRequires:  perl(Module::Build::Tiny) >= 0.035
 BuildRequires:  perl(Test::More) >= 0.98
 BuildRequires:  perl(parent)
 Requires:   perl(Devel::CheckCompiler)
@@ -86,14 +85,14 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL --installdirs=vendor optimize="%{optflags}"
-./Build build --flags=%{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
+./Build build flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
 %install
-./Build install --destdir=%{buildroot} --create_packlist=0
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files

++ Module-Build-XSUtil-0.17.tar.gz -> Module-Build-XSUtil-0.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Build-XSUtil-0.17/Build.PL 
new/Module-Build-XSUtil-0.18/Build.PL
--- old/Module-Build-XSUtil-0.17/Build.PL   2017-10-31 14:00:49.0 
+0100
+++ new/Module-Build-XSUtil-0.18/Build.PL   2017-11-01 19:22:32.0 
+0100
@@ -4,9 +4,80 @@
 # =
 
 use 5.008_001;
+
 use strict;
+use warnings;
+use utf8;
+
+use Module::Build;
+use File::Basename;
+use File::Spec;
+
+my %args = (
+license  => 'perl_5',
+dynamic_config   => 0,
+
+configure_requires => {
+'Module::Build' => '0.4005',
+},
+
+requires => {
+'Devel::CheckCompiler' => '0',
+'Devel::PPPort' => '0',
+'Exporter' => '0',
+'ExtUtils::CBuilder' => '0',
+'File::Basename' => '0',
+'File::Path' => '0',
+'XSLoader' => '0',
+'parent' => '0',
+'perl' => '5.008005',
+},
+
+recommends => {
+},
+
+suggests => {
+},
+
+build_requires => {
+},
+
+test_requires => {
+'Capture::Tiny' => '0',
+'Cwd::Guard' => '0',
+'File::Copy::Recursive' => '0',
+'File::Spec::Functions' => '0',
+'File::Temp' => '0',
+'Test::More' => '0.98',
+},
+
+name=> 'Module-Build-XSUtil',
+module_name => 'Module::Build::XSUtil',
+allow_pureperl => 0,
+
+script_files => [glob('script/*'), glob('bin/*')],
+c_source => [qw()],
+PL_files => {},
+
+test_files   => ((-d '.git' || $ENV{RELEASE_TESTING}) && -d 'xt') 
? 't/ xt/' : 't/',
+recursive_test_files => 1,
+
 
-use Module::Build::Tiny 0.035;
+);
+if (-d 'share') {
+$args{share_dir} = 'share';
+}
 
-Build_PL();
+my $builder = Module::Build->subclass(
+class => 'MyBuilder',
+code => q{
+sub ACTION_distmeta {
+die "Do not run distmeta. Install Minilla and `minil install` 
instead.\n";
+}
+sub ACTION_installdeps {
+die "Do not run installdeps. Run `cpanm --installdeps .` 
instead.\n";
+}
+}
+)->new(%args);
+$builder->create_build_script();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Build-XSUtil-0.17/Changes 

commit perl-Math-PlanePath for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package perl-Math-PlanePath for 
openSUSE:Factory checked in at 2018-01-09 14:50:33

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


Package is "perl-Math-PlanePath"

Tue Jan  9 14:50:33 2018 rev:10 rq:554837 version:125

Changes:

--- /work/SRC/openSUSE:Factory/perl-Math-PlanePath/perl-Math-PlanePath.changes  
2017-02-15 10:06:34.898709275 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Math-PlanePath.new/perl-Math-PlanePath.changes 
2018-01-09 14:51:05.897694989 +0100
@@ -1,0 +2,10 @@
+Mon Dec  4 06:38:09 UTC 2017 - co...@suse.com
+
+- updated to 125
+   see /usr/share/doc/packages/perl-Math-PlanePath/Changes
+
+  Version 125, December 2017
+  - GosperReplicate, QuintetReplicate new numbering_type "rotate"
+  - SquareReplicate new numbering_type "rotate-4","rotate-8"
+
+---

Old:

  Math-PlanePath-124.tar.gz

New:

  Math-PlanePath-125.tar.gz



Other differences:
--
++ perl-Math-PlanePath.spec ++
--- /var/tmp/diff_new_pack.hUKA4Q/_old  2018-01-09 14:51:06.557664048 +0100
+++ /var/tmp/diff_new_pack.hUKA4Q/_new  2018-01-09 14:51:06.557664048 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Math-PlanePath
-Version:124
+Version:125
 Release:0
 #Upstream: GPL-1.0+
 %define cpan_name Math-PlanePath
@@ -25,7 +25,7 @@
 License:GPL-3.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Math-PlanePath/
-Source0:
http://www.cpan.org/authors/id/K/KR/KRYDE/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/K/KR/KRYDE/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -206,6 +206,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes COPYING examples
+%doc Changes examples
+%license COPYING
 
 %changelog

++ Math-PlanePath-124.tar.gz -> Math-PlanePath-125.tar.gz ++
 11465 lines of diff (skipped)




commit perl-Log-Any for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package perl-Log-Any for openSUSE:Factory 
checked in at 2018-01-09 14:50:50

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


Package is "perl-Log-Any"

Tue Jan  9 14:50:50 2018 rev:21 rq:555056 version:1.703

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Any/perl-Log-Any.changes
2017-10-09 19:47:40.425027434 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Any.new/perl-Log-Any.changes   
2018-01-09 14:51:15.445247368 +0100
@@ -1,0 +2,27 @@
+Thu Dec  7 06:32:50 UTC 2017 - co...@suse.com
+
+- updated to 1.703
+   see /usr/share/doc/packages/perl-Log-Any/Changes
+
+  1.703 2017-11-29 10:56:17-06:00 America/Chicago
+  
+  [Fixed]
+  
+  - Fixed log format methods (errorf, warnf, infof, etc...) not
+returning the formatted message sometimes. Thanks @vshekun!
+[Github #64]
+
+---
+Wed Nov 29 06:32:55 UTC 2017 - co...@suse.com
+
+- updated to 1.702
+   see /usr/share/doc/packages/perl-Log-Any/Changes
+
+  1.702 2017-11-28 15:18:40-06:00 America/Chicago
+  
+  [Fixed]
+  
+  - Fixed log output disappearing when the `default_adapter` is set.
+Thanks @dallaylaen! [Github #65]
+
+---

Old:

  Log-Any-1.701.tar.gz

New:

  Log-Any-1.703.tar.gz



Other differences:
--
++ perl-Log-Any.spec ++
--- /var/tmp/diff_new_pack.N0UYgq/_old  2018-01-09 14:51:16.005221114 +0100
+++ /var/tmp/diff_new_pack.N0UYgq/_new  2018-01-09 14:51:16.005221114 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Log-Any
-Version:1.701
+Version:1.703
 Release:0
 %define cpan_name Log-Any
 Summary:Bringing loggers and listeners together

++ Log-Any-1.701.tar.gz -> Log-Any-1.703.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.701/Changes new/Log-Any-1.703/Changes
--- old/Log-Any-1.701/Changes   2017-10-02 21:36:56.0 +0200
+++ new/Log-Any-1.703/Changes   2017-11-29 17:56:37.0 +0100
@@ -2,6 +2,21 @@
 
 ** denotes an incompatible change
 
+1.703 2017-11-29 10:56:17-06:00 America/Chicago
+
+[Fixed]
+
+- Fixed log format methods (errorf, warnf, infof, etc...) not
+  returning the formatted message sometimes. Thanks @vshekun!
+  [Github #64]
+
+1.702 2017-11-28 15:18:40-06:00 America/Chicago
+
+[Fixed]
+
+- Fixed log output disappearing when the `default_adapter` is set.
+  Thanks @dallaylaen! [Github #65]
+
 1.701 2017-10-02 14:36:51-05:00 America/Chicago
 
 [Fixed]
@@ -26,7 +41,7 @@
 
 - LOG_ANY_DEFAULT_ADAPTER now correctly logs to the given adapter.
 
-  Previously, if no other adapter was set, Log::Any used it's
+  Previously, if no other adapter was set, Log::Any used its
   default, super-fast "Null" proxy that simply drops all messages
   without checking adapters. Now Log::Any will correctly detect the
   environment variable and create the correct, normal proxy object.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.701/MANIFEST new/Log-Any-1.703/MANIFEST
--- old/Log-Any-1.701/MANIFEST  2017-10-02 21:36:56.0 +0200
+++ new/Log-Any-1.703/MANIFEST  2017-11-29 17:56:37.0 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.008.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.010.
 CONTRIBUTING.md
 Changes
 LICENSE
@@ -33,6 +33,7 @@
 t/context.t
 t/default-adapter-env.t
 t/default-adapter-params.t
+t/default-adapter-use.t
 t/default-adapter.t
 t/default-vs-test.t
 t/errors-adapter.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Any-1.701/META.json new/Log-Any-1.703/META.json
--- old/Log-Any-1.701/META.json 2017-10-02 21:36:56.0 +0200
+++ new/Log-Any-1.703/META.json 2017-11-29 17:56:37.0 +0100
@@ -8,7 +8,7 @@
   "Stephen Thirlwall "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.150010",
"license" : [
   "perl_5"
],
@@ -70,63 +70,63 @@
"provides" : {
   "Log::Any" : {
  "file" : "lib/Log/Any.pm",
- "version" : "1.701"
+ "version" : "1.703"
   },
   "Log::Any::Adapter" : {
  "file" : "lib/Log/Any/Adapter.pm",
- "version" : "1.701"
+ "version" : 

commit perl-ExtUtils-CppGuess for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package perl-ExtUtils-CppGuess for 
openSUSE:Factory checked in at 2018-01-09 14:50:35

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


Package is "perl-ExtUtils-CppGuess"

Tue Jan  9 14:50:35 2018 rev:6 rq:554838 version:0.12

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-CppGuess/perl-ExtUtils-CppGuess.changes
2015-09-17 09:21:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-CppGuess.new/perl-ExtUtils-CppGuess.changes
   2018-01-09 14:51:09.673517966 +0100
@@ -1,0 +2,9 @@
+Thu Nov  9 06:18:00 UTC 2017 - co...@suse.com
+
+- updated to 0.12
+   see /usr/share/doc/packages/perl-ExtUtils-CppGuess/Changes
+
+  0.12 Sat Oct 21 18:12:51 BST 2017
+  - Fix tests on 5.26 without '.' in @INC (kentfredric)
+
+---

Old:

  ExtUtils-CppGuess-0.11.tar.gz

New:

  ExtUtils-CppGuess-0.12.tar.gz



Other differences:
--
++ perl-ExtUtils-CppGuess.spec ++
--- /var/tmp/diff_new_pack.veuddU/_old  2018-01-09 14:51:10.133496400 +0100
+++ /var/tmp/diff_new_pack.veuddU/_new  2018-01-09 14:51:10.137496213 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-CppGuess
 #
-# 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
@@ -17,14 +17,14 @@
 
 
 Name:   perl-ExtUtils-CppGuess
-Version:0.11
+Version:0.12
 Release:0
 %define cpan_name ExtUtils-CppGuess
 Summary:Guess C++ Compiler and Flags
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/ExtUtils-CppGuess/
-Source0:
http://www.cpan.org/authors/id/D/DA/DAVIDO/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETJ/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -41,9 +41,8 @@
 'ExtUtils::CppGuess' attempts to guess the system's C++ compiler that is
 compatible with the C compiler that your perl was built with.
 
-It can generate the necessary options to the the Module::Build manpage
-constructor or to the ExtUtils::MakeMaker manpage's 'WriteMakefile'
-function.
+It can generate the necessary options to the Module::Build constructor or
+to ExtUtils::MakeMaker's 'WriteMakefile' function.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ ExtUtils-CppGuess-0.11.tar.gz -> ExtUtils-CppGuess-0.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CppGuess-0.11/Changes 
new/ExtUtils-CppGuess-0.12/Changes
--- old/ExtUtils-CppGuess-0.11/Changes  2015-09-10 21:13:15.0 +0200
+++ new/ExtUtils-CppGuess-0.12/Changes  2017-10-21 19:13:08.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension ExtUtils::CppGuess.
 
+0.12   Sat Oct 21 18:12:51 BST 2017
+- Fix tests on 5.26 without '.' in @INC (kentfredric)
+
 0.11   Thu Sep 10 13:12:17 MDT 2015
 - Add leading whitespace to $cflags in _get_cflags (bulk88)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CppGuess-0.11/META.json 
new/ExtUtils-CppGuess-0.12/META.json
--- old/ExtUtils-CppGuess-0.11/META.json2015-09-10 21:13:48.0 
+0200
+++ new/ExtUtils-CppGuess-0.12/META.json2017-10-21 19:14:54.0 
+0200
@@ -4,13 +4,13 @@
   "unknown"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150001",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150001",
"license" : [
   "perl_5"
],
"meta-spec" : {
   "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
-  "version" : "2"
+  "version" : 2
},
"name" : "ExtUtils-CppGuess",
"no_index" : {
@@ -58,5 +58,5 @@
  "web" : "https://github.com/tsee/extutils-cppguess;
   }
},
-   "version" : "0.11"
+   "version" : "0.12"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CppGuess-0.11/META.yml 
new/ExtUtils-CppGuess-0.12/META.yml
--- old/ExtUtils-CppGuess-0.11/META.yml 2015-09-10 21:13:47.0 +0200
+++ new/ExtUtils-CppGuess-0.12/META.yml 2017-10-21 19:14:54.0 +0200
@@ -15,7 +15,7 @@
 configure_requires:
   

commit perl-Moose for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package perl-Moose for openSUSE:Factory 
checked in at 2018-01-09 14:50:45

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


Package is "perl-Moose"

Tue Jan  9 14:50:45 2018 rev:39 rq:555054 version:2.2009

Changes:

--- /work/SRC/openSUSE:Factory/perl-Moose/perl-Moose.changes2017-07-17 
09:12:34.691936602 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Moose.new/perl-Moose.changes   
2018-01-09 14:51:11.985409577 +0100
@@ -1,0 +2,52 @@
+Thu Dec  7 06:40:11 UTC 2017 - co...@suse.com
+
+- updated to 2.2009
+   see /usr/share/doc/packages/perl-Moose/Changes
+
+  2.2009   2017-11-29
+  
+[BUG FIXES]
+  
+- Some hash native trait methods (notably clear and delete) were broken in
+  various ways when the associated attribute's type allowed for coercion of
+  the hash values and coercion was enabled for the hash. Reported by Ralf
+  Bartel in RT #12737.
+  
+[TESTS]
+  
+- fixed tests (new in 2.2008) that sometimes fail under Windows.
+  
+  2.2008   2017-11-21
+  
+[BUG FIXES]
+  
+- fixed empty exception messages under -d (new issue in 2.2007)
+
+---
+Mon Nov 13 06:36:45 UTC 2017 - co...@suse.com
+
+- updated to 2.2007
+   see /usr/share/doc/packages/perl-Moose/Changes
+
+  2.2007   2017-11-12
+  
+[DOCUMENTATION]
+  
+- The Moose::Manual::Attributes pod has been amended to clarify that
+  'required' attributes can be satisfied with a 'default' or 'builder' sub,
+  and that 'ro' attributes can be set through the constructor.
+  
+- The Moose::Manual::Types pod has been amended to recommend
+  Params::ValidationCompiler and Moops instead of older modules (which are
+  slow and/or deprecated).
+  
+- other small documentation fixes (thanks to Chris Weyl and Anirvan
+  Chatterjee!)
+  
+[OTHER]
+  
+- some dead code has been removed (thanks, Jens Berthold!)
+  
+- all Moose exception classes have been made immutable.
+
+---

Old:

  Moose-2.2006.tar.gz

New:

  Moose-2.2009.tar.gz



Other differences:
--
++ perl-Moose.spec ++
--- /var/tmp/diff_new_pack.SHQwjp/_old  2018-01-09 14:51:12.817370571 +0100
+++ /var/tmp/diff_new_pack.SHQwjp/_new  2018-01-09 14:51:12.821370384 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Moose
-Version:2.2006
+Version:2.2009
 Release:0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name Moose
@@ -38,7 +38,7 @@
 BuildRequires:  perl(Data::OptList) >= 0.107
 BuildRequires:  perl(Devel::GlobalDestruction)
 BuildRequires:  perl(Devel::OverloadInfo) >= 0.004
-BuildRequires:  perl(Devel::StackTrace) >= 1.33
+BuildRequires:  perl(Devel::StackTrace) >= 2.03
 BuildRequires:  perl(Dist::CheckConflicts) >= 0.02
 BuildRequires:  perl(Eval::Closure) >= 0.04
 BuildRequires:  perl(List::Util) >= 1.45
@@ -66,7 +66,7 @@
 Requires:   perl(Data::OptList) >= 0.107
 Requires:   perl(Devel::GlobalDestruction)
 Requires:   perl(Devel::OverloadInfo) >= 0.004
-Requires:   perl(Devel::StackTrace) >= 1.33
+Requires:   perl(Devel::StackTrace) >= 2.03
 Requires:   perl(Dist::CheckConflicts) >= 0.02
 Requires:   perl(Eval::Closure) >= 0.04
 Requires:   perl(List::Util) >= 1.45

++ Moose-2.2006.tar.gz -> Moose-2.2009.tar.gz ++
 11228 lines of diff (skipped)




commit hawk2 for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2018-01-09 14:50:17

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


Package is "hawk2"

Tue Jan  9 14:50:17 2018 rev:45 rq:554778 version:2.1.0+git.1512558762.84542abc

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2017-11-08 
15:13:48.094014101 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2018-01-09 
14:51:01.841885141 +0100
@@ -1,0 +2,40 @@
+Wed Dec 06 11:16:19 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1512558762.84542abc:
+  * Ensure certificate/key is group readable (bsc#1071481)
+
+---
+Fri Dec 01 14:57:40 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version 2.1.0+git.1512139291.a886c8b1:
+  * Disabled click when wizard apply successfully
+  * Check data-wizard-enable to disable/enable related options
+  * Correct path to Cluster configuration page
+  * Fix acl_enabled? (bsc#1069296)
+
+---
+Wed Nov 29 16:01:07 UTC 2017 - kgronl...@suse.com
+
+- Fix incorrect virtus dependency 
+
+---
+Thu Nov 23 15:54:33 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+---
+Thu Nov 23 12:33:05 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version 2.1.0+git.1511437564.94d31646:
+  * Fix resources and constraints renaming (bsc#1068942)
+  * Fix node/resource event injection in simulator (bsc#1069217)
+
+---
+Wed Nov 15 10:42:00 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1510742499.03cc2be8:
+  * Switch to ruby 2.5 (bsc#1068183)
+  * Permit parameter conversion in history upload dialog
+
+---

Old:

  hawk2-2.1.0+git.1510051134.341d508e.tar.bz2

New:

  hawk2-2.1.0+git.1512558762.84542abc.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.dnnhXD/_old  2018-01-09 14:51:02.569851011 +0100
+++ /var/tmp/diff_new_pack.dnnhXD/_new  2018-01-09 14:51:02.569851011 +0100
@@ -16,6 +16,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 %if 0%{?suse_version}
 %definevendor_ruby vendor_ruby
 %defineinit_style  suse
@@ -32,15 +37,15 @@
 %define gname haclient
 %define uname hacluster
 
-%define rb_build_versions ruby24
-%define rb_ruby_abi ruby:2.4.0
-%define rb_ruby_suffix ruby2.4
+%define rb_build_versions ruby25
+%define rb_ruby_abi ruby:2.5.0
+%define rb_ruby_suffix ruby2.5
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.1.0+git.1510051134.341d508e
+Version:2.1.0+git.1512558762.84542abc
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -78,6 +83,7 @@
 BuildRequires:  distribution-release
 BuildRequires:  timezone
 
+BuildRequires:  %{rubygem bundler}
 Requires:   %{rubygem bundler}
 BuildRequires:  %{rubygem rails:5.1}
 Requires:   %{rubygem rails:5.1}
@@ -85,8 +91,8 @@
 Requires:   %{rubygem puma >= 3}
 BuildRequires:  %{rubygem sass-rails >= 5.0.1}
 Requires:   %{rubygem sass-rails >= 5.0.1}
-BuildRequires:  %{rubygem virtus >= 1.0.1}
-Requires:   %{rubygem virtus >= 1.0.1}
+BuildRequires:  %{rubygem virtus:1.0 >= 1.0.1}
+Requires:   %{rubygem virtus:1.0 >= 1.0.1}
 BuildRequires:  %{rubygem js-routes >= 1.3.3}
 Requires:   %{rubygem js-routes >= 1.3.3}
 BuildRequires:  %{rubygem fast_gettext >= 1.4}
@@ -100,8 +106,8 @@
 BuildRequires:  %{rubygem kramdown >= 1.14}
 Requires:   %{rubygem kramdown >= 1.14}
 
-BuildRequires:  %{rubygem gettext >= 3.1}
-BuildRequires:  %{rubygem uglifier >= 3.0}
+BuildRequires:  %{rubygem gettext >= 3.2}
+BuildRequires:  %{rubygem uglifier >= 3}
 
 # Help OBS scheduler:
 BuildRequires:  %{rubygem mail >= 2.6}
@@ -126,7 +132,12 @@
 sed -i 's$#!/.*$#!%{_bindir}/ruby.%{rb_ruby_suffix}$' hawk/bin/rake
 sed -i 's$#!/.*$#!%{_bindir}/ruby.%{rb_ruby_suffix}$' hawk/bin/bundle
 pushd hawk
-bundle.%{rb_ruby_suffix} exec bin/rails version
+if [ -x /usr/bin/bundle.ruby.%{rb_ruby_suffix} ]; then
+   bundlerexe=bundle.ruby.%{rb_ruby_suffix}
+else
+   bundlerexe=bundle.%{rb_ruby_suffix}
+fi

commit perl-IO-Digest for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package perl-IO-Digest for openSUSE:Factory 
checked in at 2018-01-09 14:50:42

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


Package is "perl-IO-Digest"

Tue Jan  9 14:50:42 2018 rev:20 rq:554842 version:0.11

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-Digest/perl-IO-Digest.changes
2016-07-30 00:26:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-IO-Digest.new/perl-IO-Digest.changes   
2018-01-09 14:51:11.253443894 +0100
@@ -1,0 +2,5 @@
+Tue Dec  5 00:09:47 UTC 2017 - stefan.bru...@rwth-aachen.de
+
+- Add IO-Digest_fix_perl_5_26_INC_without_cwd.patch
+
+---

New:

  IO-Digest_fix_perl_5_26_INC_without_cwd.patch



Other differences:
--
++ perl-IO-Digest.spec ++
--- /var/tmp/diff_new_pack.AQiTiC/_old  2018-01-09 14:51:11.789418765 +0100
+++ /var/tmp/diff_new_pack.AQiTiC/_new  2018-01-09 14:51:11.789418765 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-IO-Digest
 #
-# 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
@@ -25,6 +25,8 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/IO-Digest/
 Source: 
http://www.cpan.org/authors/id/C/CL/CLKAO/%{cpan_name}-%{version}.tar.gz
+# PATCH-FIX_OPENSUSE - fix build with Perl 5.26 and later - 
https://rt.cpan.org/Public/Bug/Display.html?id=121733
+Patch0: IO-Digest_fix_perl_5_26_INC_without_cwd.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -48,6 +50,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0 -p0
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ IO-Digest_fix_perl_5_26_INC_without_cwd.patch ++
--- Makefile.PL_orig2017-12-05 01:06:53.245976573 +0100
+++ Makefile.PL 2017-12-05 01:07:13.990233293 +0100
@@ -1,5 +1,6 @@
 sub readme_from {}; sub auto_include_deps {}; sub author_tests {}; sub 
auto_set_repository {};
 use strict;
+use lib ".";
 use inc::Module::Install;
 
 name 'IO-Digest';



commit perl-PadWalker for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package perl-PadWalker for openSUSE:Factory 
checked in at 2018-01-09 14:50:27

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


Package is "perl-PadWalker"

Tue Jan  9 14:50:27 2018 rev:17 rq:554826 version:2.3

Changes:

--- /work/SRC/openSUSE:Factory/perl-PadWalker/perl-PadWalker.changes
2015-10-24 18:56:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-PadWalker.new/perl-PadWalker.changes   
2018-01-09 14:51:04.149776938 +0100
@@ -1,0 +2,11 @@
+Sat Nov 11 06:44:44 UTC 2017 - co...@suse.com
+
+- updated to 2.3
+   see /usr/share/doc/packages/perl-PadWalker/Changes
+
+  
+  2.3  Fri 10 Nov 2017 18:26:29 GMT
+  - Make tests work with -Ddefault_inc_excludes_dot
+https://rt.cpan.org/Public/Bug/Display.html?id=120421
+
+---

Old:

  PadWalker-2.2.tar.gz

New:

  PadWalker-2.3.tar.gz



Other differences:
--
++ perl-PadWalker.spec ++
--- /var/tmp/diff_new_pack.G7LAr4/_old  2018-01-09 14:51:04.805746184 +0100
+++ /var/tmp/diff_new_pack.G7LAr4/_new  2018-01-09 14:51:04.805746184 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-PadWalker
 #
-# 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
@@ -17,14 +17,14 @@
 
 
 Name:   perl-PadWalker
-Version:2.2
+Version:2.3
 Release:0
 %define cpan_name PadWalker
 Summary:Play with Other Peoples' Lexical Variables
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/PadWalker/
-Source0:
http://www.cpan.org/authors/id/R/RO/ROBIN/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/R/RO/ROBIN/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ PadWalker-2.2.tar.gz -> PadWalker-2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PadWalker-2.2/Changes new/PadWalker-2.3/Changes
--- old/PadWalker-2.2/Changes   2015-10-23 18:56:04.0 +0200
+++ new/PadWalker-2.3/Changes   2017-11-10 19:27:07.0 +0100
@@ -185,3 +185,7 @@
 2.2  Fri 23 Oct 2015 17:55:31 BST
 - Convert to PERL_NO_GET_CONTEXT
   https://github.com/robinhouston/PadWalker/pull/2
+
+2.3  Fri 10 Nov 2017 18:26:29 GMT
+- Make tests work with -Ddefault_inc_excludes_dot
+  https://rt.cpan.org/Public/Bug/Display.html?id=120421
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PadWalker-2.2/META.json new/PadWalker-2.3/META.json
--- old/PadWalker-2.2/META.json 2015-10-23 18:56:46.0 +0200
+++ new/PadWalker-2.3/META.json 2017-11-10 22:02:43.0 +0100
@@ -4,7 +4,7 @@
   "unknown"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.120921",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "unknown"
],
@@ -37,5 +37,6 @@
   }
},
"release_status" : "stable",
-   "version" : "2.2"
+   "version" : "2.3",
+   "x_serialization_backend" : "JSON::PP version 2.27400_02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PadWalker-2.2/META.yml new/PadWalker-2.3/META.yml
--- old/PadWalker-2.2/META.yml  2015-10-23 18:56:46.0 +0200
+++ new/PadWalker-2.3/META.yml  2017-11-10 22:02:43.0 +0100
@@ -3,20 +3,21 @@
 author:
   - unknown
 build_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 
2.120921'
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150010'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: PadWalker
 no_index:
   directory:
 - t
 - inc
 requires:
-  perl: 5.008001
-version: 2.2
+  perl: '5.008001'
+version: '2.3'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PadWalker-2.2/PadWalker.pm 
new/PadWalker-2.3/PadWalker.pm
--- 

commit libreoffice for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2018-01-09 14:49:04

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


Package is "libreoffice"

Tue Jan  9 14:49:04 2018 rev:142 rq:561829 version:6.0.0.1

Changes:

--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2017-11-30 
12:43:28.238108475 +0100
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes 
2018-01-09 14:50:16.520010019 +0100
@@ -1,0 +2,84 @@
+Thu Jan  4 21:30:45 UTC 2018 - dims...@opensuse.org
+
+- Add libreoffice-poppler-0.62.patch: Fix build with poppler 0.62,
+  where UTF8.h (explcitly marked as an experimental header) was
+  renamed to UnicodeMapFuncs.h.
+
+---
+Tue Jan  2 12:51:58 UTC 2018 - tchva...@suse.com
+
+- For now disable qt5 integration as it is utterly broken
+  * just keep the kde4 one
+
+---
+Wed Dec 20 20:03:58 UTC 2017 - tchva...@suse.com
+
+- Version update to 6.0.0.1:
+  * RC1 of 6 series, now tests seem to pass
+
+---
+Tue Dec 12 08:52:45 UTC 2017 - tchva...@suse.com
+
+- Reintroduce kde4 subpackage (now qt4 build with openssl-1.1)
+- Add the gtk2 subpackage to not pull-in the gtk2 on current desktop
+  * Also supplement as needed for SLE12
+
+---
+Mon Dec 11 14:38:26 UTC 2017 - tchva...@suse.com
+
+- Supplement properly the qt5 and the plasma5-workspace
+
+---
+Mon Dec 11 12:09:26 UTC 2017 - tchva...@suse.com
+
+- Fix providing libgpg-error0 bsc#1072061 when bundling
+
+---
+Fri Dec  8 09:42:28 UTC 2017 - tchva...@suse.com
+
+- Version update to 6.0.0.0.beta2:
+  * Many fixes in gpg4libre and all around
+
+---
+Thu Dec  7 09:36:31 UTC 2017 - tchva...@suse.com
+
+- Seems we no longer need the _r.so directly, no mentions in code
+
+---
+Wed Dec  6 14:37:31 UTC 2017 - tchva...@suse.com
+
+- Do not upse otherproviders() as it is not needed with new rpms
+
+---
+Thu Nov 30 12:00:33 UTC 2017 - tchva...@suse.com
+
+- Merge up all the icon themes as they have intermixed deps
+- Tweak up langpack generating to work with new gettext .mo files
+  * Those macros are pretty ugly
+
+---
+Wed Nov 29 14:16:30 UTC 2017 - tchva...@suse.com
+
+- Add patch to not bother checking qt4 bugs:
+  * kde5-configure-checks.patch
+
+---
+Wed Nov 29 11:55:23 UTC 2017 - tchva...@suse.com
+
+- Start updating to release 6.0.0.0.beta1:
+  * Code for Qt5 UI
+  * No longer flickering opengl backend
+  * Tons of updates
+  * Collada and gltf are removed upstream
+  * Online help re-integrated even better
+- Remove merged patches:
+  * 0001-Adapt-getcompver.awk-to-Java-9.patch
+  * 0001-This-hunk-breaks-jdk9-build.patch
+  * 0002-Detect-libjawt-automatically-on-java9-too.patch
+  * java-encoding.patch
+  * gnome-documents-check-ntimeoutid.patch
+- Drop no longer needed patches:
+  * libreoffice-hotfix-disablebrokenshapetest.patch
+  * disable-flaky-hsqldb-test.patch
+
+---
@@ -5,0 +90 @@
+  * Contains also fixes for bnc#947117, bnc#1035589, bnc#954776, bnc#1021675

Old:

  0001-Adapt-getcompver.awk-to-Java-9.patch
  0001-This-hunk-breaks-jdk9-build.patch
  0002-Detect-libjawt-automatically-on-java9-too.patch
  4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
  disable-flaky-hsqldb-test.patch
  gnome-documents-check-ntimeoutid.patch
  java-encoding.patch
  libreoffice-5.4.3.2.tar.xz
  libreoffice-help-5.4.3.2.tar.xz
  libreoffice-hotfix-disablebrokenshapetest.patch
  libreoffice-translations-5.4.3.2.tar.xz
  pdfium-3064.tar.bz2

New:

  kde5-configure-checks.patch
  libreoffice-6.0.0.1.tar.xz
  libreoffice-help-6.0.0.1.tar.xz
  libreoffice-poppler-0.62.patch
  libreoffice-translations-6.0.0.1.tar.xz
  lo-provides
  lo-requires
  pdfium-3235.tar.bz2



Other differences:
--
++ libreoffice.spec ++
--- /var/tmp/diff_new_pack.radfcd/_old  2018-01-09 14:50:32.687252026 +0100
+++ /var/tmp/diff_new_pack.radfcd/_new  2018-01-09 14:50:32.691251838 +0100
@@ -1,7 +1,7 @@
 #
 # spec 

commit liborcus for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package liborcus for openSUSE:Factory 
checked in at 2018-01-09 14:49:26

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


Package is "liborcus"

Tue Jan  9 14:49:26 2018 rev:22 rq:561867 version:0.13.1

Changes:

--- /work/SRC/openSUSE:Factory/liborcus/liborcus.changes2017-02-19 
00:43:53.348304714 +0100
+++ /work/SRC/openSUSE:Factory/.liborcus.new/liborcus.changes   2018-01-09 
14:50:44.278708570 +0100
@@ -1,0 +2,19 @@
+Fri Jan  5 12:21:48 UTC 2018 - tchva...@suse.com
+
+- Fix python-xml dep to properly state python3-xml
+
+---
+Thu Dec 14 14:49:52 UTC 2017 - tchva...@suse.com
+
+- Switch license to MPL-2.0
+
+---
+Wed Nov 29 12:41:29 UTC 2017 - tchva...@suse.com
+
+- Update to 0.13.1:
+  * Required by libreoffice 6.0
+  * Fixes many crashers
+  * Speedup improvements
+  * More features for xslx importer
+
+---

Old:

  liborcus-0.12.1.tar.xz

New:

  liborcus-0.13.1.tar.xz



Other differences:
--
++ liborcus.spec ++
--- /var/tmp/diff_new_pack.EdGf8C/_old  2018-01-09 14:50:45.274661876 +0100
+++ /var/tmp/diff_new_pack.EdGf8C/_new  2018-01-09 14:50:45.274661876 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liborcus
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,32 +16,32 @@
 #
 
 
-%define libname liborcus-0_12-0
+%define libname liborcus-0_13-0
 Name:   liborcus
-Version:0.12.1
+Version:0.13.1
 Release:0
 Summary:Spreadsheet file processing library
-License:MIT
+License:MPL-2.0
 Group:  Productivity/Publishing/Word
 Url:https://gitlab.com/orcus/orcus/
 Source: http://kohei.us/files/orcus/src/%{name}-%{version}.tar.xz
+BuildRequires:  coreutils
+BuildRequires:  gcc-c++
+BuildRequires:  libstdc++-devel
+BuildRequires:  pkgconfig
+BuildRequires:  python3-xml
+BuildRequires:  pkgconfig(libixion-0.13)
+BuildRequires:  pkgconfig(mdds-1.2)
+BuildRequires:  pkgconfig(python3)
+BuildRequires:  pkgconfig(zlib)
 %if 0%{?suse_version} > 1325
+BuildRequires:  libboost_date_time-devel
 BuildRequires:  libboost_filesystem-devel
 BuildRequires:  libboost_iostreams-devel
 BuildRequires:  libboost_program_options-devel
 %else
 BuildRequires:  boost-devel
 %endif
-BuildRequires:  coreutils
-BuildRequires:  gcc-c++
-BuildRequires:  libstdc++-devel
-BuildRequires:  pkg-config
-BuildRequires:  python-xml
-BuildRequires:  pkgconfig(libixion-0.12)
-BuildRequires:  pkgconfig(mdds-1.2)
-BuildRequires:  pkgconfig(python3)
-BuildRequires:  pkgconfig(zlib)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %package -n %{libname}
 Summary:Spreadsheet file processing library
@@ -96,28 +96,24 @@
 make check %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root)
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 
 %files tools
-%defattr(-,root,root)
 %{_bindir}/*
 
 %files python3
-%defattr(-,root,root)
 %dir %{python3_sitelib}/orcus/
 %{python3_sitelib}/orcus/__init__.py
 %{python3_sitelib}/orcus/json.py

++ liborcus-0.12.1.tar.xz -> liborcus-0.13.1.tar.xz ++
 33210 lines of diff (skipped)




commit libmspub for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package libmspub for openSUSE:Factory 
checked in at 2018-01-09 14:48:38

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


Package is "libmspub"

Tue Jan  9 14:48:38 2018 rev:14 rq:561003 version:0.1.3

Changes:

--- /work/SRC/openSUSE:Factory/libmspub/libmspub.changes2017-02-19 
00:43:45.773370599 +0100
+++ /work/SRC/openSUSE:Factory/.libmspub.new/libmspub.changes   2018-01-09 
14:48:41.216478412 +0100
@@ -1,0 +2,18 @@
+Mon Jan  1 12:40:28 UTC 2018 - tchva...@suse.com
+
+- Version update to 0.1.3:
+  * Workaround a build error on some 32-bit systems.
+  * Parse table row and column sizes. (tdf#89061)
+  * Fix various problems when parsing broken files, found with the help of
+american-fuzzy-lop and oss-fuzz.
+  * Make the output of pub2foo --help more compatible with help2man.
+  * Extract more metadata from documents.
+  * Require C++11 for build.
+  * Drop outdated MSVC project files.
+  * Handle table cells containing multiple paragraphs correctly. (tdf#89393)
+  * Parse more text formatting attributes: all underline types, small
+caps, all caps, outline, emboss, engrave, shadow.
+  * Parse text language.
+  * Various minor changes and improvements.
+
+---

Old:

  libmspub-0.1.2.tar.xz

New:

  libmspub-0.1.3.tar.xz



Other differences:
--
++ libmspub.spec ++
--- /var/tmp/diff_new_pack.2BXhkM/_old  2018-01-09 14:48:41.772452343 +0100
+++ /var/tmp/diff_new_pack.2BXhkM/_new  2018-01-09 14:48:41.776452156 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmspub
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,29 +18,28 @@
 
 %define libname libmspub-0_1-1
 Name:   libmspub
-Version:0.1.2
+Version:0.1.3
 Release:0
 Summary:Microsoft Publisher file format parser library
 License:MPL-2.0
 Group:  Productivity/Publishing/Word
 Url:https://wiki.documentfoundation.org/DLP/Libraries/libmspub
 Source: 
http://dev-www.libreoffice.org/src/libmspub/libmspub-%{version}.tar.xz
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel
-%endif
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  libicu-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  xz
+BuildRequires:  pkgconfig(icu-i18n)
 BuildRequires:  pkgconfig(librevenge-0.0)
 BuildRequires:  pkgconfig(librevenge-generators-0.0)
 BuildRequires:  pkgconfig(librevenge-stream-0.0)
 BuildRequires:  pkgconfig(zlib)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel
+%endif
 
 %description
 libmspub is a library for parsing the Microsoft Publisher file format 
structure.
@@ -91,36 +90,29 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
-# documentation
-mkdir -p %{buildroot}%{_docdir}/%{name}
-cp -p AUTHORS COPYING.* ChangeLog %{buildroot}%{_docdir}/%{name}
 # docs have duped pictures
 %fdupes %{buildroot}
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root)
+%doc AUTHORS COPYING.*
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libmspub*.pc
 %{_includedir}/libmspub-*
 
 %files devel-doc
-%defattr(-,root,root,-)
+%dir %{_docdir}/%{name}
 %doc %{_docdir}/%{name}/html
 
 %files tools
-%defattr(-,root,root)
+%doc AUTHORS COPYING.*
 %{_bindir}/*
-%doc %dir %{_docdir}/%{name}
-%doc %{_docdir}/%{name}/[A-Z]*
 
 %changelog

++ libmspub-0.1.2.tar.xz -> libmspub-0.1.3.tar.xz ++
 43040 lines of diff (skipped)




commit firebird for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package firebird for openSUSE:Factory 
checked in at 2018-01-09 14:48:55

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


Package is "firebird"

Tue Jan  9 14:48:55 2018 rev:47 rq:561703 version:3.0.2.32703

Changes:

--- /work/SRC/openSUSE:Factory/firebird/firebird.changes2017-07-04 
11:54:46.923869797 +0200
+++ /work/SRC/openSUSE:Factory/.firebird.new/firebird.changes   2018-01-09 
14:49:00.963552533 +0100
@@ -1,0 +2,5 @@
+Thu Jan  4 13:29:21 UTC 2018 - dims...@opensuse.org
+
+- Add firebird-icu60.patch: Fix build with icu 60.x.
+
+---

New:

  firebird-icu60.patch



Other differences:
--
++ firebird.spec ++
--- /var/tmp/diff_new_pack.pzbWLf/_old  2018-01-09 14:49:01.707517652 +0100
+++ /var/tmp/diff_new_pack.pzbWLf/_new  2018-01-09 14:49:01.707517652 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package firebird
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -57,6 +57,7 @@
 Patch10:Backported-fix-for-CORE-5562-Firebird-crashes-when-U.patch
 Patch11:Workaround-for-CORE-5566-Server-crashes-while-restor.patch
 Patch12:Fixed-CORE-5567-Direct-system-table-modifications-ar.patch
+Patch13:firebird-icu60.patch
 # work around a problem with old g++
 Patch91:work-around-g-problem-in-SLE11.patch
 
@@ -90,6 +91,7 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 # --
 # work around a problem with old g++
 %if 0%{?suse_version} < 1140

++ firebird-icu60.patch ++
Index: Firebird-3.0.2.32703-0/src/common/unicode_util.cpp
===
--- Firebird-3.0.2.32703-0.orig/src/common/unicode_util.cpp
+++ Firebird-3.0.2.32703-0/src/common/unicode_util.cpp
@@ -1149,7 +1149,7 @@ UnicodeUtil::ConversionICU& UnicodeUtil:
LocalStatus ls;
CheckStatusWrapper lastError();
string version;
-   const int majorArray[] = {5, 51, 52, 53, 54, 55, 56, 57, 58, 59, 4, 3, 
6, 0};
+   const int majorArray[] = {5, 51, 52, 53, 54, 55, 56, 57, 58, 59, 4, 3, 
6, 60, 0};
 
for (const int* major = majorArray; *major; ++major)
{



commit icu for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package icu for openSUSE:Factory checked in 
at 2018-01-09 14:48:45

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


Package is "icu"

Tue Jan  9 14:48:45 2018 rev:59 rq:561139 version:60.2

Changes:

--- /work/SRC/openSUSE:Factory/icu/icu.changes  2017-08-24 17:40:06.896221380 
+0200
+++ /work/SRC/openSUSE:Factory/.icu.new/icu.changes 2018-01-09 
14:48:48.536135215 +0100
@@ -1,0 +2,15 @@
+Tue Dec 26 13:45:03 UTC 2017 - jeng...@inai.de
+
+- Drop dangling symlinks /usr/lib64/icu/*.inc
+
+---
+Thu Dec 14 17:56:54 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 60.2
+  * ICU 60 provides full support for the Unicode 10.0 release
+with many new characters and many property improvements.
+Locale data is updated to CLDR 32, which adds several
+languages and data improvements. A new number formatting API
+has been added.
+
+---

Old:

  icu4c-59_1-docs.zip
  icu4c-59_1-src.tgz

New:

  icu4c-60_2-docs.zip
  icu4c-60_2-src.tgz



Other differences:
--
++ icu.spec ++
--- /var/tmp/diff_new_pack.wOW5x9/_old  2018-01-09 14:48:58.811653429 +0100
+++ /var/tmp/diff_new_pack.wOW5x9/_new  2018-01-09 14:48:58.811653429 +0100
@@ -16,16 +16,16 @@
 #
 
 
-%define lname  libicu59_1
-%define amajor   59
-%define aversion 59_1
+%define lname  libicu60_2
+%define amajor   60
+%define aversion 60_2
 %ifarch %armb hppa mips mips64 ppc ppc64 %sparc s390 s390x m68k
 %define be_platform 1
 %else
 %define be_platform 0
 %endif
 Name:   icu
-Version:59.1
+Version:60.2
 Release:0
 Summary:International Components for Unicode
 License:ICU
@@ -136,20 +136,6 @@
 and locale support.
 This package contains the HTML documentation.
 
-%package data
-Summary:International Components for Unicode (Sources for the Data in 
ICU)
-Group:  Development/Sources
-Requires:   %lname >= %version
-
-%description data
-ICU is a set of C and C++ libraries that provide extensive Unicode
-and locale support.
-
-This package contains the uncompiled source files for the data found
-in the "icu" package. This data describes the Unicode data (normative
-and informative) and also all the table-based converters provided in
-the ICU distribution.
-
 %prep
 %setup -q -n icu
 %patch -P 3 -P 4 -P 6 -P 7 -P 8 -p1
@@ -220,10 +206,17 @@
 ln -s unidata/UnicodeData.txt "%buildroot/%_datadir/icu/%version/"
 
 rm "%buildroot/%_datadir/icu/%version/install-sh"
+# Seems unused
+rm -Rf "%buildroot/%_datadir/icu/%version/unidata/" \
+   "%buildroot/%_datadir/icu/%version/UnicodeData.txt" \
+   "%buildroot/%_libdir/icu/current" \
+   "%buildroot/%_libdir/icu/Makefile.inc" \
+   "%buildroot/%_libdir/icu/pkgdata.inc"
 
 %fdupes %buildroot/%_prefix
 
 %check
+# s390x see: https://ssl.icu-project.org/trac/ticket/13095
 cd source
 %if !0%{?qemu_user_space_build:1}
 # Checks disabled in qemu because of races happening when we emulate
@@ -259,9 +252,6 @@
 
 %files
 %defattr(-,root,root)
-%dir %_libdir/icu
-%dir %_libdir/icu/%version
-%_libdir/icu/current
 %_bindir/derb
 %_bindir/gen*
 %_bindir/icuinfo
@@ -301,8 +291,6 @@
 %dir %_libdir/icu/%version/
 %_libdir/icu/%version/Makefile.inc
 %_libdir/icu/%version/pkgdata.inc
-%_libdir/icu/Makefile.inc
-%_libdir/icu/pkgdata.inc
 %_libdir/pkgconfig/icu-*.pc
 %_bindir/icu-config
 %dir %_datadir/icu/
@@ -315,11 +303,4 @@
 %dir %_docdir/%name/
 %_docdir/%name/html/
 
-%files data
-%defattr(-, root, root)
-%dir %_datadir/icu/
-%dir %_datadir/icu/%version/
-%_datadir/icu/%version/unidata/
-%_datadir/icu/%version/UnicodeData.txt
-
 %changelog

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.wOW5x9/_old  2018-01-09 14:48:58.855651366 +0100
+++ /var/tmp/diff_new_pack.wOW5x9/_new  2018-01-09 14:48:58.859651178 +0100
@@ -1,4 +1,4 @@
-libicu59_1
+libicu60_2
 libicu-devel
requires -libicu-
-   requires "libicu59_1- = "
+   requires "libicu60_2- = "

++ icu-versioning.diff ++
--- /var/tmp/diff_new_pack.wOW5x9/_old  2018-01-09 14:48:58.875650429 +0100
+++ /var/tmp/diff_new_pack.wOW5x9/_new  2018-01-09 14:48:58.875650429 +0100
@@ -78,8 +78,8 @@
 @@ -59,6 +59,7 @@
   *  @stable ICU 2.4
   */
- #define U_ICU_VERSION_MAJOR_NUM 59
-+#define U_ICU_VERSION_MAJOR_STR "59"
+ #define U_ICU_VERSION_MAJOR_NUM 60
++#define U_ICU_VERSION_MAJOR_STR "60"
  
  /** The current ICU minor version as an integer.
   *  This value will change in the subsequent releases of ICU
@@ -87,22 +87,22 @@
   *  This value will change in the subsequent releases of ICU

commit libqt4 for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package libqt4 for openSUSE:Factory checked 
in at 2018-01-09 14:48:07

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


Package is "libqt4"

Tue Jan  9 14:48:07 2018 rev:225 rq:560556 version:4.8.7

Changes:

libqt4-sql-plugins.changes: same change
--- /work/SRC/openSUSE:Factory/libqt4/libqt4.changes2017-12-16 
20:44:49.930280056 +0100
+++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4.changes   2018-01-09 
14:48:08.414016437 +0100
@@ -1,0 +2,6 @@
+Tue Dec 26 12:42:05 UTC 2017 - fab...@ritter-vogt.de
+
+- Change fix-build-icu59.patch to build qlocale_icu.cpp with
+  -std=c++11 to support ICU60 headers
+
+---



Other differences:
--
libqt4-sql-plugins.spec: same change
libqt4.spec: same change


++ fix-build-icu59.patch ++
--- /var/tmp/diff_new_pack.RjpybD/_old  2018-01-09 14:48:13.945757066 +0100
+++ /var/tmp/diff_new_pack.RjpybD/_new  2018-01-09 14:48:13.945757066 +0100
@@ -1,29 +1,28 @@
-From: Fabian Vogt 
+From: Fabian Vogt 
 Subject: Fix build with ICU >= 59
 
-This works around the C++11 requirement of ICU4C >= 59,
-resulting in
-/usr/include/unicode/umachine.h:347:13: error: 'char16_t' does not name a type
-and ultimately:
-/usr/include/unicode/uversion.h:167:55: error: 'UChar' does not name a type
+ICU >= 59 requires C++11 for its header files.
+Qt can't be compiled with -std=c++11 as a whole, so only enable
+it for qlocale_icu.cpp.
 

- src/corelib/tools/qlocale_icu.cpp |3 +++
- 1 file changed, 3 insertions(+)
-
-Index: qt-everywhere-opensource-src-4.8.7/src/corelib/tools/qlocale_icu.cpp
+Index: qt-everywhere-opensource-src-4.8.7/src/corelib/tools/tools.pri
 ===
 qt-everywhere-opensource-src-4.8.7.orig/src/corelib/tools/qlocale_icu.cpp
-+++ qt-everywhere-opensource-src-4.8.7/src/corelib/tools/qlocale_icu.cpp
-@@ -43,6 +43,11 @@
- #include "qlibrary.h"
- #include "qdebug.h"
+--- qt-everywhere-opensource-src-4.8.7.orig/src/corelib/tools/tools.pri
 qt-everywhere-opensource-src-4.8.7/src/corelib/tools/tools.pri
+@@ -102,7 +102,15 @@ contains(QT_CONFIG, zlib):include($$PWD/
+ else:include($$PWD/../../3rdparty/zlib_dependency.pri)
  
-+#if __cplusplus < 201103L
-+// ICU59 requires C++11, work around that
-+typedef qint16 char16_t;
-+#endif
+ contains(QT_CONFIG,icu) {
+-SOURCES += tools/qlocale_icu.cpp
++cpp11.name = cpp11
++cpp11.input = SOURCES_CPP11
++cpp11.dependency_type = TYPE_C
++cpp11.variable_out = OBJECTS
++cpp11.output = 
${QMAKE_VAR_OBJECTS_DIR}${QMAKE_FILE_IN_BASE}$${first(QMAKE_EXT_OBJ)}
++cpp11.commands = $${QMAKE_CXX} $(CXXFLAGS) -std=c++11 $(INCPATH) -c 
${QMAKE_FILE_IN} -o ${QMAKE_FILE_OUT}
++QMAKE_EXTRA_COMPILERS += cpp11
 +
- #include "unicode/uversion.h"
- #include "unicode/ucol.h"
++SOURCES_CPP11 += tools/qlocale_icu.cpp
+ DEFINES += QT_USE_ICU
+ }
  





  1   2   3   >