commit smplayer for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package smplayer for openSUSE:Factory 
checked in at 2017-05-27 13:19:25

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


Package is "smplayer"

Sat May 27 13:19:25 2017 rev:19 rq:498379 version:17.5.0

Changes:

--- /work/SRC/openSUSE:Factory/smplayer/smplayer.changes2017-05-10 
20:53:24.598358035 +0200
+++ /work/SRC/openSUSE:Factory/.smplayer.new/smplayer.changes   2017-05-27 
13:20:41.131821610 +0200
@@ -1,0 +2,6 @@
+Thu May 25 21:56:46 UTC 2017 - sor.ale...@meowr.ru
+
+- Fix smplayer-defaults.patch: The default audio driver wasn't
+  being set correctly (boo#1040775).
+
+---



Other differences:
--
++ smplayer-defaults.patch ++
--- /var/tmp/diff_new_pack.boKOc8/_old  2017-05-27 13:20:41.775730579 +0200
+++ /var/tmp/diff_new_pack.boKOc8/_new  2017-05-27 13:20:41.775730579 +0200
@@ -37,7 +37,7 @@
  
  void PrefGeneral::setAO( QString ao_driver ) {
 +  if (ao_driver.isEmpty())
-+  ao_driver = "pulse,";
++  ao_driver = "pulse";
 +
int idx = ao_combo->findData( ao_driver );
if (idx != -1) {




commit libqt5-creator for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package libqt5-creator for openSUSE:Factory 
checked in at 2017-05-27 13:19:18

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


Package is "libqt5-creator"

Sat May 27 13:19:18 2017 rev:44 rq:498337 version:4.3.0

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-creator/libqt5-creator.changes
2017-04-25 08:58:44.634375209 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-creator.new/libqt5-creator.changes   
2017-05-27 13:20:24.738139219 +0200
@@ -1,0 +2,24 @@
+Wed May 24 19:21:34 UTC 2017 - fab...@ritter-vogt.de
+
+- Update to 4.3.0
+  * For more details see:
+https://blog.qt.io/blog/2017/05/24/qt-creator-4-3-0-released/
+
+---
+Wed May 10 14:18:46 UTC 2017 - fab...@ritter-vogt.de
+
+- Update to 4.3.0 RC1
+  * For more details see:
+http://blog.qt.io/blog/2017/05/09/qt-creator-4-3-rc1-released/
+- Remove qtcreator.desktop, file now upstream
+- Add patch to fix build failure:
+  * disable_failing_cxxflags.diff
+
+---
+Mon May  1 18:56:13 UTC 2017 - fab...@ritter-vogt.de
+
+- Update to 4.2.2
+  * For more details see:
+https://blog.qt.io/blog/2017/04/21/qt-creator-4-2-2-released/
+
+---

Old:

  qt-creator-opensource-src-4.2.1.tar.gz
  qtcreator.desktop

New:

  disable_failing_cxxflags.diff
  qt-creator-opensource-src-4.3.0.tar.xz



Other differences:
--
++ libqt5-creator.spec ++
--- /var/tmp/diff_new_pack.nPD461/_old  2017-05-27 13:20:32.781002182 +0200
+++ /var/tmp/diff_new_pack.nPD461/_new  2017-05-27 13:20:32.785001616 +0200
@@ -16,30 +16,20 @@
 #
 
 
-# Enable the clangcodemodel plugin on openSUSE TW only for now (Needs Clang 
3.9)
-%ifarch %arm %ix86 x86_64
-%if 0%{?is_opensuse} && 0%{suse_version} >= 1330
-%global enable_clang 1
-%else
-%global enable_clang 0
-%endif
-%else
-%global enable_clang 0
-%endif
-
 Name:   libqt5-creator
-Version:4.2.1
+Version:4.3.0
 Release:0
 Summary:Lightweight IDE
 License:SUSE-LGPL-2.1-with-digia-exception-1.1
 Group:  Development/Tools/IDE
-Url:http://qt.digia.com/Product/Developer-Tools/
-%define major_ver 4.2
+Url:https://www.qt.io/ide/
+%define major_ver 4.3
 %define rname qt-creator
-%define qt5_version 5.6.1
-Source: 
http://download.qt.io/official_releases/qtcreator/%{major_ver}/%{version}/%{rname}-opensource-src-%{version}.tar.gz
+%define qt5_version 5.6.0
+Source: 
http://download.qt.io/official_releases/qtcreator/4.3/4.3.0/qt-creator-opensource-src-4.3.0.tar.xz
 Source1:%{name}-rpmlintrc
-Source2:qtcreator.desktop
+# PATCH-FIX-OPENSUSE disable_failing_cxxflags.diff -- disable failing cxxflags 
when using llvm
+Patch0: disable_failing_cxxflags.diff
 # PATCH-FIX-UPSTREAM lldb.diff -- exclude lldb-mi* from autodetection
 Patch1: lldb.diff
 BuildRequires:  gdb
@@ -51,9 +41,16 @@
 BuildRequires:  libqt5-qtscript-devel >= %{qt5_version}
 BuildRequires:  libqt5-qttools-private-headers-devel >= %{qt5_version}
 BuildRequires:  libqt5-qtx11extras-devel >= %{qt5_version}
-%if %{enable_clang}
+%if 0%{?suse_version} < 1330
+# It does not build with the default compiler (GCC 4.8) on Leap 42.x
+BuildRequires:  gcc6-c++
+%endif
+# Enable the clangcodemodel plugin on openSUSE TW, which has LLVM >= 3.9.
+%ifarch %arm %ix86 x86_64
+%if 0%{?suse_version} > 1320
 BuildRequires:  llvm-clang-devel >= 3.9
 %endif
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
 Provides:   qt-creator = %{version}
@@ -88,7 +85,8 @@
 (aka QTC_SOURCE) necessary to compile plugins. 
 
 %prep
-%setup -q -n %{rname}-opensource-src-%{version}
+%setup -q -n %{rname}-opensource-src-4.3.0
+%patch0 -p1
 %patch1 -p1
 
 %build
@@ -97,16 +95,24 @@
 # https://bugzilla.opensuse.org/962650
 sed -i s,libexec/qtcreator,%{_lib}/qtcreator/libexec,g 
src/plugins/coreplugin/icore.cpp
 
-%if %{enable_clang}
+# Enable the clangcodemodel plugin on openSUSE TW, which has LLVM >= 3.9.
+%ifarch %arm %ix86 x86_64
+%if 0%{?suse_version} > 1320
 opts="LLVM_INSTALL_DIR=%{_prefix}"
 %endif
-
+%endif
 opts="$opts IDE_LIBRARY_BASENAME=%{_lib} USE_SYSTEM_BOTAN=1"
 
+makeopts=""
+%if 0%{?suse_version} < 1330
+# It does not build with the default compiler (GCC 4.8) on Leap 42.x
+makeopts="$makeopts CC=gcc-6 CXX=g++-6"
+%endif
+
 %qmake5 $opts
-make %{?_smp_mflags}
+make %{?_smp_mflags} $makeopts
 make qch_docs
-make html_docs_online
+make html_docs
 
 %install
 export 

commit diskimage-builder for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2017-05-27 13:19:33

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


Package is "diskimage-builder"

Sat May 27 13:19:33 2017 rev:7 rq:498609 version:2.4.1

Changes:

--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes  
2017-05-18 20:51:43.022497402 +0200
+++ /work/SRC/openSUSE:Factory/.diskimage-builder.new/diskimage-builder.changes 
2017-05-27 13:20:47.970854763 +0200
@@ -1,0 +2,15 @@
+Thu May 25 07:59:42 UTC 2017 - mchand...@suse.de
+
+- Version bump to 2.4.1
+  * Set manifest permissions in the image
+  * Move parts of Partition creation into object
+  * Split partition into it's own file
+  * Move exception to it's own file (again)
+  * Add weights to digraph
+  * Switch debian to deb.debian.org
+  * Add dracut-regenerate elements
+  * Set manifests to mode 600 and owner root
+  * Only unmount directories that are mounted
+  * Apply setfiles on all mountpoints
+
+---

Old:

  diskimage-builder-2.4.0.tar.gz

New:

  diskimage-builder-2.4.1.tar.gz



Other differences:
--
++ diskimage-builder.spec ++
--- /var/tmp/diff_new_pack.gxjTLg/_old  2017-05-27 13:20:49.014707191 +0200
+++ /var/tmp/diff_new_pack.gxjTLg/_new  2017-05-27 13:20:49.018706626 +0200
@@ -21,7 +21,7 @@
 
 %global __requires_exclude_from 
^%{python_sitelib}/diskimage_builder/elements/.*$
 Name:   diskimage-builder
-Version:2.4.0
+Version:2.4.1
 Release:0
 Summary:Image Building Tools for OpenStack
 License:Apache-2.0

++ diskimage-builder-2.4.0.tar.gz -> diskimage-builder-2.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.4.0/ChangeLog 
new/diskimage-builder-2.4.1/ChangeLog
--- old/diskimage-builder-2.4.0/ChangeLog   2017-05-15 02:47:19.0 
+0200
+++ new/diskimage-builder-2.4.1/ChangeLog   2017-05-25 01:23:56.0 
+0200
@@ -1,6 +1,25 @@
 CHANGES
 ===
 
+2.4.1
+-
+
+* Set manifest permissions in the image
+* Move parts of Partition creation into object
+* Split partition into it's own file
+* Move exception to it's own file (again)
+* Add weights to digraph
+* Switch debian to deb.debian.org
+* Add dracut-regenerate elements
+* Remove \_config\_error thrower
+* Set manifests to mode 600 and owner root
+* Use fakelogger in test\_blockdevice\_mbr
+* Remove PluginBase/NodePluginBase class
+* Only unmount directories that are mounted
+* Updated from global requirements
+* Apply setfiles on all mountpoints
+* Updated from global requirements
+
 2.4.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diskimage-builder-2.4.0/PKG-INFO 
new/diskimage-builder-2.4.1/PKG-INFO
--- old/diskimage-builder-2.4.0/PKG-INFO2017-05-15 02:47:20.0 
+0200
+++ new/diskimage-builder-2.4.1/PKG-INFO2017-05-25 01:23:57.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: diskimage-builder
-Version: 2.4.0
+Version: 2.4.1
 Summary: Golden Disk Image builder.
 Home-page: http://docs.openstack.org/developer/diskimage-builder/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/diskimage-builder-2.4.0/diskimage_builder/block_device/blockdevice.py 
new/diskimage-builder-2.4.1/diskimage_builder/block_device/blockdevice.py
--- old/diskimage-builder-2.4.0/diskimage_builder/block_device/blockdevice.py   
2017-05-15 02:46:47.0 +0200
+++ new/diskimage-builder-2.4.1/diskimage_builder/block_device/blockdevice.py   
2017-05-25 01:23:24.0 +0200
@@ -22,6 +22,8 @@
 
 from stevedore import extension
 
+from diskimage_builder.block_device.exception import \
+BlockDeviceSetupException
 from diskimage_builder.block_device.utils import exec_sudo
 from diskimage_builder.graph.digraph import Digraph
 
@@ -29,10 +31,6 @@
 logger = logging.getLogger(__name__)
 
 
-class BlockDeviceSetupException(Exception):
-pass
-
-
 class BlockDevice(object):
 """Handles block devices.
 
@@ -298,7 +296,10 @@
 return 0
 if symbol == 'mount-points':
 mount_points = self._config_get_all_mount_points()
-print("%s" % " ".join(mount_points))
+# we return the mountpoints joined by a pipe, because it is not
+# a valid char in directories, so it is a safe separator for the
+# mountpoints list
+print("%s" % "|".join(mount_points))
 return 0
 

commit python-sleekxmpp for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package python-sleekxmpp for 
openSUSE:Factory checked in at 2017-05-27 13:19:30

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


Package is "python-sleekxmpp"

Sat May 27 13:19:30 2017 rev:4 rq:498499 version:1.3.2

Changes:

--- /work/SRC/openSUSE:Factory/python-sleekxmpp/python-sleekxmpp.changes
2017-03-24 02:08:32.339415154 +0100
+++ /work/SRC/openSUSE:Factory/.python-sleekxmpp.new/python-sleekxmpp.changes   
2017-05-27 13:20:44.095402642 +0200
@@ -1,0 +2,14 @@
+Tue May  2 21:42:12 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.3.2:
+  * Fix an issue with carbons (CVE-2017-5589, bsc#1024690).
+- Remove sleekxmpp-fix-carbons.patch.
+- Update for the multipython build.
+- Add sleekxmpp-fix-dnspython.patch: fix compatibility with recent
+  dnspython.
+- Add sleekxmpp-fix-legacyauth.patch by nyov: Fix an error in
+  legacyauth support.
+- Add sleekxmpp-better-tls.patch: Use ssl.get_protocol_name() to
+  find out which TLS version is in use (commit 6ebcf6b).
+
+---

Old:

  sleekxmpp-1.3.1.tar.gz
  sleekxmpp-fix-carbons.patch

New:

  sleekxmpp-1.3.2.tar.gz
  sleekxmpp-better-tls.patch
  sleekxmpp-fix-dnspython.patch
  sleekxmpp-fix-legacyauth.patch



Other differences:
--
++ python-sleekxmpp.spec ++
--- /var/tmp/diff_new_pack.BggNXy/_old  2017-05-27 13:20:44.943282776 +0200
+++ /var/tmp/diff_new_pack.BggNXy/_new  2017-05-27 13:20:44.947282211 +0200
@@ -16,22 +16,29 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define _name   sleekxmpp
 Name:   python-sleekxmpp
-Version:1.3.1
+Version:1.3.2
 Release:0
 Summary:Python XMPP (Jabber) Library that Implements Everything as a 
Plugin
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/fritzy/SleekXMPP
 Source: 
https://files.pythonhosted.org/packages/source/s/%{_name}/%{_name}-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE sleekxmpp-fix-dnspython.patch sor.ale...@meowr.ru -- Fix 
compatibility with recent dnspython.
+Patch0: %{_name}-fix-dnspython.patch
+# PATCH-FIX-OPENSUSE sleekxmpp-fix-legacyauth.patch n...@nexnode.net -- Fix an 
error in legacyauth support.
+Patch1: %{_name}-fix-legacyauth.patch
 # PATCH-FIX-OPENSUSE sleekxmpp-check-roster-push-origin.patch bsc#1014976 
mathi...@mathieui.net -- Check origin of roster pushes (slixmpp commits 
ffdb6ff, ffd9436).
-Patch0: %{_name}-check-roster-push-origin.patch
-# PATCH-FIX-OPENSUSE sleekxmpp-fix-carbons.patch bsc#1024690 
mathi...@mathieui.net -- Fix an issue with carbons (slixmpp commit 22664ee).
-Patch1: %{_name}-fix-carbons.patch
-BuildRequires:  python
-BuildRequires:  python-dnspython
-BuildRequires:  python-xml
+Patch2: %{_name}-check-roster-push-origin.patch
+# PATCH-FIX-OPENSUSE sleekxmpp-better-tls.patch -- Use ssl.get_protocol_name() 
to find out which TLS version is in use (commit 6ebcf6b).
+Patch3: %{_name}-better-tls.patch
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module dnspython}
+BuildRequires:  %{python_module xml}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-dnspython
 BuildArch:  noarch
 
@@ -41,22 +48,26 @@
 (XMPP Extended Protocol) coverage. Ideally the community will be
 able to use this for bots, easy XEP protocoling, etc.
 
+%python_subpackages
+
 %prep
 %setup -q -n %{_name}-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
-python2 setup.py build
+%python_build
 
 %install
-python2 setup.py install \
-  --root=%{buildroot} --prefix=%{_prefix}
+%python_install
+%python_expand %fdupes -s %{buildroot}%{$python_sitelib}/
 
-%files
+%files %{python_files}
 %defattr(-,root,root)
 %doc LICENSE README.rst
 %{python_sitelib}/%{_name}/
-%{python_sitelib}/%{_name}-*
+%{python_sitelib}/%{_name}-%{version}-py%{python_version}.egg-info
 
 %changelog

++ sleekxmpp-1.3.1.tar.gz -> sleekxmpp-1.3.2.tar.gz ++
 7267 lines of diff (skipped)

++ sleekxmpp-better-tls.patch ++
--- a/sleekxmpp/xmlstream/xmlstream.py
+++ b/sleekxmpp/xmlstream/xmlstream.py
@@ -839,8 +839,10 @@ class XMLStream(object):
 to be restarted.
 """
 log.info("Negotiating TLS")
-ssl_versions = {3: 'TLS 1.0', 1: 'SSL 3', 2: 'SSL 2/3'}
-log.info("Using SSL version: %s", ssl_versions[self.ssl_version])
+log.info(
+"Using SSL version: %s",
+ssl.get_protocol_name(self.ssl_version).replace('PROTOCOL_', '', 1)
+)
 

commit tlp for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package tlp for openSUSE:Factory checked in 
at 2017-05-27 13:19:27

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


Package is "tlp"

Sat May 27 13:19:27 2017 rev:7 rq:498449 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/tlp/tlp.changes  2016-08-22 10:07:17.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tlp.new/tlp.changes 2017-05-27 
13:20:43.059549083 +0200
@@ -1,0 +2,57 @@
+Fri May 26 10:10:52 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.0:
+  * General:
+- TLP_PERSISTENT_DEFAULT: Use TLP_DEFAULT_MODE regardless of
+  the actual power source.
+  * Device Bays:
+- BAY_POWEROFF_ON_AC: Power off optical drive not only on bat
+  (gh#linrunner/TLP#243)
+  * Graphics:
+- RUNTIME_PM_DRIVER_BLACKLIST: When unconfigured default to
+  "amdgpu nouveau nvidia radeon"; driver default control=auto
+  allows PRIME/Bumblebee to turn the dGPU off and prevents
+  accidential power-on during boot as well.
+- Exclude Nvidia dGPU from runtime power management even when
+  no driver is associated (improve compatibility with
+  Bumblebee).
+  * PCI(e) devices
+- RUNTIME_PM_ALL removed (default to RUNTIME_PM_ALL=1
+  internally).
+  * Processor:
+- CPU_HWP_ON_AC/BAT: HWP energy performance hints; needs
+  Linux 4.10 and Intel Skylake CPU or newer, intel_pstate only.
+  * ThinkPad Battery:
+- RESTORE_THRESHOLDS_ON_BAT: Restore charge thresholds on
+  battery.
+- Detect ThinkPad *70 models.
+- Detect ThinkPad 13 (1st and 2nd Gen) as unsupported
+  (gh#linrunner/TLP#227).
+- Change texts "ThinkPad (extended) battery functions" to
+  "ThinkPad battery features".
+- tlp-stat:
+  + Show "Charge total %" when more than one battery is
+present.
+  + Show battery temperature (tp-smapi only).
+  + Show "unsupported" instead of "not installed" for tp-smapi
+incapable hardware.
+  * USB:
+  - USB_BLACKLIST_BTUSB: exclude bluetooth devices from
+autosuspend (gh#linrunner/TLP#239).
+  - USB_BLACKLIST_PHONE: exclude phone devices from
+autosuspend (gh#linrunner/TLP#188).
+  * tlp-stat:
+  - -g|--graphics: Show graphics card data only.
+  - i915: Explain enable_psr modes.
+  - --psup: show power supply diagnostic.
+  - SMART attribute G-Sense_Error_Rate.
+  - -v: additional battery voltages.
+  - Workqueue power efficient status.
+  - Show Intel graphics parameters for Ubuntu's i915_bpo module.
+  * Bugfixes:
+- init start: Apply powersave regardless of previous state
+  (gh#linrunner/TLP#237).
+- tlp-stat: Intercept non-existing or invalid charge values
+  (gh#linrunner/TLP#256).
+
+---

Old:

  tlp-0.9.tar.gz

New:

  tlp-1.0.tar.gz



Other differences:
--
++ tlp.spec ++
--- /var/tmp/diff_new_pack.mnqY7t/_old  2017-05-27 13:20:43.711456922 +0200
+++ /var/tmp/diff_new_pack.mnqY7t/_new  2017-05-27 13:20:43.715456356 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tlp
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define _name   TLP
 Name:   tlp
-Version:0.9
+Version:1.0
 Release:0
 Summary:Save battery power on laptops
 License:GPL-2.0+ and GPL-3.0+
@@ -65,7 +65,7 @@
 %setup -q -n %{_name}-%{version}
 
 %build
-make %{?_smp_mflags} \
+make %{?_smp_mflags} V=1 \
   TLP_ULIB=%{_libexecdir}/udev \
   TLP_SYSD=%{_unitdir}
 
@@ -105,7 +105,7 @@
 %{_bindir}/wwan
 %{_sbindir}/*%{name}*
 %{_unitdir}/%{name}*.service
-%{_datadir}/%{name}-pm/
+%{_datadir}/%{name}/
 %{_libexecdir}/pm-utils/
 %dir %{_libexecdir}/udev/
 %dir %{_libexecdir}/udev/rules.d/

++ tlp-0.9.tar.gz -> tlp-1.0.tar.gz ++
 3182 lines of diff (skipped)




commit openarena for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package openarena for openSUSE:Factory 
checked in at 2017-05-27 13:19:22

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


Package is "openarena"

Sat May 27 13:19:22 2017 rev:2 rq:498354 version:0.8.8

Changes:

--- /work/SRC/openSUSE:Factory/openarena/openarena.changes  2017-03-02 
19:26:07.698789289 +0100
+++ /work/SRC/openSUSE:Factory/.openarena.new/openarena.changes 2017-05-27 
13:20:37.408348005 +0200
@@ -1,0 +2,5 @@
+Fri May 19 23:22:31 UTC 2017 - stefan.bru...@rwth-aachen.de
+
+- Add q_platform_aarch64_support.diff to fix compilation on aarch64
+
+---

New:

  q_platform_aarch64_support.diff



Other differences:
--
++ openarena.spec ++
--- /var/tmp/diff_new_pack.SU1avJ/_old  2017-05-27 13:20:40.031977096 +0200
+++ /var/tmp/diff_new_pack.SU1avJ/_new  2017-05-27 13:20:40.035976532 +0200
@@ -41,6 +41,7 @@
 Patch0: openarena-0.8.8-stack.patch
 # PATCH-FIX-UPSTREAM fix build with newer gcc
 Patch1: fix-compile-gcc5.patch
+Patch2: q_platform_aarch64_support.diff
 BuildRequires:  Mesa-devel
 BuildRequires:  SDL-devel
 BuildRequires:  autoconf >= 2.60
@@ -59,6 +60,7 @@
 %setup -q -n %{name}-engine-source-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p0
 # FIX usage of __DATE__
 modified="$(sed -n '/^/n;s/ - .*$//;p;q' "%{SOURCE99}")"
 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""


++ q_platform_aarch64_support.diff ++
--- code/qcommon/q_platform.h.orig  2017-05-20 01:18:55.831871030 +0200
+++ code/qcommon/q_platform.h   2017-05-20 01:19:27.796216330 +0200
@@ -205,6 +205,8 @@
 #define ARCH_STRING "sparc"
 #elif defined __arm__
 #define ARCH_STRING "arm"
+#elif defined __aarch64__
+#define ARCH_STRING "aarch64"
 #elif defined __cris__
 #define ARCH_STRING "cris"
 #elif defined __hppa__



commit gup for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package gup for openSUSE:Factory checked in 
at 2017-05-27 13:19:13

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


Package is "gup"

Sat May 27 13:19:13 2017 rev:18 rq:498328 version:0.3

Changes:

--- /work/SRC/openSUSE:Factory/gup/gup.changes  2014-10-29 21:09:44.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gup.new/gup.changes 2017-05-27 
13:20:12.419880680 +0200
@@ -1,0 +2,12 @@
+Tue May 16 21:07:23 UTC 2017 - dims...@opensuse.org
+
+- Clean out AUTHORS from description.
+- Own /{usr,var}/lib/news.
+- Don't package INSTALL (the user just installed an RPM).
+
+---
+Fri Mar 31 18:36:19 UTC 2017 - meiss...@suse.com
+
+- require system user and group "news" on newer openSUSE
+
+---



Other differences:
--
++ gup.spec ++
--- /var/tmp/diff_new_pack.XbIpiE/_old  2017-05-27 13:20:14.943523906 +0200
+++ /var/tmp/diff_new_pack.XbIpiE/_new  2017-05-27 13:20:14.947523341 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gup
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,19 +27,16 @@
 Patch1: gup-fdleak.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   inn
+%if 0%{?suse_version} >= 1330
+Requires(pre):  group(news)
+Requires(pre):  user(news)
+%endif
 
 %description
 A Group Update Program that accepts commands by mail to edit a
 newsgroup subscription file.  It can be used by news systems such as
 INN and C-News.
 
-
-
-Authors:
-
-Andrew  Herbert 
-Mark Delany 
-
 %prep
 %setup -n gup
 %patch0
@@ -64,7 +61,8 @@
 
 %files
 %defattr(-,root,root)
-%doc INSTALL README README.linux
+%doc README README.linux
+%dir /usr/lib/news
 %dir /usr/lib/news/bin
 /usr/lib/news/bin/gup
 /usr/lib/news/bin/gupadd
@@ -72,6 +70,7 @@
 /usr/lib/news/bin/gupverify
 %{_mandir}/man1/gup.1.gz
 %defattr(-,news,news)
+%dir /var/lib/news
 %dir /var/lib/news/gup
 %dir /var/lib/news/gup/default
 %dir /var/lib/news/gup/sites
@@ -82,7 +81,7 @@
 /var/lib/news/gup/default/trailer
 /var/lib/news/gup/gup_headers
 %config(noreplace) /var/lib/news/gup/gupconfig
-/var/lib/news/gup/log
+%ghost /var/lib/news/gup/log
 /var/lib/news/gup/newsfeeds.end
 /var/lib/news/gup/newsfeeds.start
 




commit perl-Devel-CheckOS for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package perl-Devel-CheckOS for 
openSUSE:Factory checked in at 2017-05-27 13:19:11

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


Package is "perl-Devel-CheckOS"

Sat May 27 13:19:11 2017 rev:6 rq:498323 version:1.80

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-CheckOS/perl-Devel-CheckOS.changes
2016-11-10 13:27:13.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-CheckOS.new/perl-Devel-CheckOS.changes   
2017-05-27 13:20:01.173470613 +0200
@@ -1,0 +2,11 @@
+Thu May 25 07:53:37 UTC 2017 - co...@suse.com
+
+- updated to 1.80
+   see /usr/share/doc/packages/perl-Devel-CheckOS/CHANGELOG
+
+  1.802017-05-24  Fix bug where tests would fail if
+AUTOMATED_TESTING=1 on perl 5.26 and higher;
+  For some reason that made it break on 5.8.9,
+but I don't really care
+
+---

Old:

  Devel-CheckOS-1.79.tar.gz

New:

  Devel-CheckOS-1.80.tar.gz



Other differences:
--
++ perl-Devel-CheckOS.spec ++
--- /var/tmp/diff_new_pack.OCrS91/_old  2017-05-27 13:20:04.317026201 +0200
+++ /var/tmp/diff_new_pack.OCrS91/_new  2017-05-27 13:20:04.321025635 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-CheckOS
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-CheckOS
-Version:1.79
+Version:1.80
 Release:0
 #Upstream:  This software is free-as-in-speech software, and may be used, 
distributed, and modified under the terms of either the GNU General Public 
Licence version 2 or the Artistic Licence. It's up to you which one you use. 
The full text of the licences can be found in the files GPL2.txt and 
ARTISTIC.txt, respectively.
 %define cpan_name Devel-CheckOS
@@ -25,7 +25,7 @@
 License:GPL-2.0 or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-CheckOS/
-Source0:
http://www.cpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/%{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 ARTISTIC.txt CHANGELOG GPL2.txt README TODO
+%doc CHANGELOG GPL2.txt README TODO
+%license ARTISTIC.txt
 
 %changelog

++ Devel-CheckOS-1.79.tar.gz -> Devel-CheckOS-1.80.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckOS-1.79/CHANGELOG 
new/Devel-CheckOS-1.80/CHANGELOG
--- old/Devel-CheckOS-1.79/CHANGELOG2016-10-30 18:21:36.0 +0100
+++ new/Devel-CheckOS-1.80/CHANGELOG2017-05-25 00:30:17.0 +0200
@@ -1,3 +1,8 @@
+1.802017-05-24  Fix bug where tests would fail if
+  AUTOMATED_TESTING=1 on perl 5.26 and higher;
+For some reason that made it break on 5.8.9,
+  but I don't really care
+
 1.792016-10-30  Fix another minor bug
   
(https://github.com/DrHyde/perl-modules-Devel-CheckOS/issues/17)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckOS-1.79/META.json 
new/Devel-CheckOS-1.80/META.json
--- old/Devel-CheckOS-1.79/META.json2016-10-30 18:27:45.0 +0100
+++ new/Devel-CheckOS-1.80/META.json2017-05-25 00:33:55.0 +0200
@@ -4,7 +4,7 @@
   "unknown"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "unknown"
],
@@ -49,6 +49,6 @@
  "url" : "https://github.com/DrHyde/perl-modules-Devel-CheckOS;
   }
},
-   "version" : "1.79",
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   "version" : "1.80",
+   "x_serialization_backend" : "JSON::PP version 2.27300_01"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckOS-1.79/META.yml 
new/Devel-CheckOS-1.80/META.yml
--- old/Devel-CheckOS-1.79/META.yml 2016-10-30 

commit python-configobj for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package python-configobj for 
openSUSE:Factory checked in at 2017-05-27 13:19:00

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


Package is "python-configobj"

Sat May 27 13:19:00 2017 rev:17 rq:498298 version:5.0.6

Changes:

--- /work/SRC/openSUSE:Factory/python-configobj/python-configobj.changes
2014-09-12 10:03:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-configobj.new/python-configobj.changes   
2017-05-27 13:19:37.164864779 +0200
@@ -1,0 +2,6 @@
+Wed May 24 17:01:11 UTC 2017 - toddrme2...@gmail.com
+
+- Implement single-spec version.
+- Fix source URL.
+
+---



Other differences:
--
++ python-configobj.spec ++
--- /var/tmp/diff_new_pack.CBI8mz/_old  2017-05-27 13:19:38.344697982 +0200
+++ /var/tmp/diff_new_pack.CBI8mz/_new  2017-05-27 13:19:38.348697417 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-configobj
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,8 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
 Name:   python-configobj
 Version:5.0.6
 Release:0
@@ -23,19 +25,20 @@
 Summary:Config file reading, writing and validation
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/c/configobj/configobj-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/c/configobj/configobj-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-six
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module six}
 Requires:   python-six
 # There are no real docs!
-Provides:   python-configobj-docs = %{version}
-Obsoletes:  python-configobj-docs < %{version}
-%if 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-%else
-BuildArch:  noarch
+%ifpython2
+Obsoletes:  %{oldpython}-configobj-docs < %{version}
+Provides:   %{oldpython}-configobj-docs = %{version}
 %endif
+BuildArch:  noarch
+%python_subpackages
 
 %description
 ConfigObj is a simple but powerful config file reader and writer: an ini
@@ -60,16 +63,20 @@
 %setup -q -n configobj-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %{python_sitelib}/configobj.py*
 %{python_sitelib}/validate.py*
 %{python_sitelib}/_version.py*
+%pycache_only %{python_sitelib}/__pycache__/configobj.*.py*
+%pycache_only %{python_sitelib}/__pycache__/validate.*.py*
+%pycache_only %{python_sitelib}/__pycache__/_version.*.py*
 %{python_sitelib}/configobj-%{version}-py*.egg-info
 
 %changelog




commit erlang for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2017-05-27 13:18:27

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


Package is "erlang"

Sat May 27 13:18:27 2017 rev:55 rq:498229 version:19.3.2

Changes:

--- /work/SRC/openSUSE:Factory/erlang/erlang.changes2017-03-20 
17:10:12.944338495 +0100
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes   2017-05-27 
13:19:28.470093986 +0200
@@ -1,0 +2,67 @@
+Sat May  6 11:26:42 UTC 2017 - meiss...@suse.com
+
+- Disable global PIE for erlang, code is currently not fully
+  ready.
+
+---
+Sun Apr 30 08:51:11 UTC 2017 - matwey.korni...@gmail.com
+
+- Update to 19.3.2:
+ * erts: The +Bi command line argument of erl erroneously caused
+   SIGTERM to be ignored by the VM as well as of all its child
+   processes. This bug was introduced in erts version 8.3.
+
+---
+Thu Apr  6 13:14:49 UTC 2017 - matwey.korni...@gmail.com
+
+- Update to 19.3.1:
+ * crypto: Fix a bug with AES CFB 128 for 192 and 256 bit keys.
+   Thanks to kellymclaughlin !
+ * erts: Trying to open a directory with file:read_file/1 on Unix
+   leaked a file descriptor. This bug has now been fixed.
+ * erts: Invoking init:stop/0 via the SIGTERM signal, in a non-SMP
+   BEAM, could cause BEAM to terminate with fatal error. This has
+   now been fixed and the BEAM will terminate normally when SIGTERM
+   is received.
+ * inets: Fixed a bug in ftp that made further operations after a
+   recv_chunk operation impossible.
+ * ssh: ssh:daemon_info/1 crashed if the listening IP was not 'any'
+ * ssl: Correct active once emulation, for TLS. Now all data
+   received by the connection process will be delivered through
+   active once, even when the active once arrives after that the
+   gen_tcp socket is closed by the peer.
+
+---
+Thu Apr  6 13:14:49 UTC 2017 - matwey.korni...@gmail.com
+
+- Changes since 19.2:
+ * crypto, ssh: The implementation of the key exchange algorithms
+   diffie-hellman-group-exchange-sha* are optimized, up to a factor
+   of 11 for the slowest ( = biggest and safest) group size.
+ * dialyzer: The peak memory consumption is reduced. Analyzing
+   modules with binary construction with huge strings is now much
+   faster.
+ * erts: A received SIGTERM signal to beam will generate a 'stop'
+   message to the init process and terminate the Erlang VM nicely.
+   This is equivalent to calling init:stop/0.
+ * kernel: The functions in the file module that take a list of
+   paths (e.g. file:path_consult/2) will now continue to search in
+   the path if the path contains something that is not a directory.
+ * kernel: Two OTP processes that are known to receive many
+   messages are rex (used by rpc) and error_logger. Those processes
+   will now store unprocessed messages outside the process heap,
+   which will potentially decrease the cost of garbage collections.
+ * public_key: New function pkix_verify_hostname/2,3 implements
+   certificate hostname checking. See the manual and RFC 6125.-
+ * public_key, ssh: The ssh host key fingerprint generation now
+   also takes a list of algorithms and returns a list of
+   corresponding fingerprints. See
+   public_key:ssh_hostkey_fingerprint/2 and the option
+   silently_accept_hosts in ssh:connect.
+ * ssl: Move PEM cache to a dedicated process, to avoid making the
+   SSL manager process a bottleneck. This improves scalability of
+   TLS connections.
+ * stdlib: filename:safe_relative_path/1 to sanitize a relative
+   path has been added.
+
+---

Old:

  OTP-19.2.2.tar.gz

New:

  OTP-19.3.2.tar.gz



Other differences:
--
++ erlang.spec ++
--- /var/tmp/diff_new_pack.Tx3Es7/_old  2017-05-27 13:19:30.089864994 +0200
+++ /var/tmp/diff_new_pack.Tx3Es7/_new  2017-05-27 13:19:30.093864428 +0200
@@ -21,8 +21,10 @@
 %endif
 
 Name:   erlang
-Version:19.2.2
+Version:19.3.2
 Release:0
+# not set up to be built with position independend executable support
+#!BuildIgnore: gcc-PIE
 Summary:General-purpose programming language and runtime environment
 License:Apache-2.0
 Group:  Development/Languages/Other

++ OTP-19.2.2.tar.gz -> OTP-19.3.2.tar.gz ++
/work/SRC/openSUSE:Factory/erlang/OTP-19.2.2.tar.gz 
/work/SRC/openSUSE:Factory/.erlang.new/OTP-19.3.2.tar.gz differ: char 12, line 1

++ _constraints ++
--- /var/tmp/diff_new_pack.Tx3Es7/_old  2017-05-27 

commit perl-Mojolicious-Plugin-AssetPack for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-AssetPack 
for openSUSE:Factory checked in at 2017-05-27 13:19:08

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


Package is "perl-Mojolicious-Plugin-AssetPack"

Sat May 27 13:19:08 2017 rev:32 rq:498321 version:1.44

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-AssetPack/perl-Mojolicious-Plugin-AssetPack.changes
  2017-05-24 16:47:19.720229294 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-AssetPack.new/perl-Mojolicious-Plugin-AssetPack.changes
 2017-05-27 13:19:45.391701726 +0200
@@ -1,0 +2,10 @@
+Thu May 25 08:35:52 UTC 2017 - co...@suse.com
+
+- updated to 1.44
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes
+
+  1.44 2017-05-21T23:02:46+0200
+   - Improved documentation #125
+ Contributor: William Lindley
+
+---

Old:

  Mojolicious-Plugin-AssetPack-1.43.tar.gz

New:

  Mojolicious-Plugin-AssetPack-1.44.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-AssetPack.spec ++
--- /var/tmp/diff_new_pack.tL8iPP/_old  2017-05-27 13:19:46.215585251 +0200
+++ /var/tmp/diff_new_pack.tL8iPP/_new  2017-05-27 13:19:46.219584685 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious-Plugin-AssetPack
-Version:1.43
+Version:1.44
 Release:0
 %define cpan_name Mojolicious-Plugin-AssetPack
 Summary:Compress and convert css, less, sass, javascript and 
coffeescript files
@@ -49,7 +49,9 @@
 while developing, but a minified version in production. This assetpack
 plugin will handle all of that automatically for you.
 
-The actual processing is delegated to "pipe objects". Please see
+Your application creates and refers to an asset by its topic (virtual asset
+name). The process of building actual assets from their components is
+delegated to "pipe objects". Please see
 Mojolicious::Plugin::AssetPack::Guides::Tutorial/Pipes for a complete list.
 
 %prep

++ Mojolicious-Plugin-AssetPack-1.43.tar.gz -> 
Mojolicious-Plugin-AssetPack-1.44.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-1.43/Changes 
new/Mojolicious-Plugin-AssetPack-1.44/Changes
--- old/Mojolicious-Plugin-AssetPack-1.43/Changes   2017-05-12 
14:38:02.0 +0200
+++ new/Mojolicious-Plugin-AssetPack-1.44/Changes   2017-05-21 
23:02:46.0 +0200
@@ -1,5 +1,9 @@
 Revision history for perl distribution Mojolicious-Plugin-AssetPack
 
+1.44 2017-05-21T23:02:46+0200
+ - Improved documentation #125
+   Contributor: William Lindley
+
 1.43 2017-05-12T14:38:02+0200
  - Fix not escaping Vuejs template code
  - Less verbose logging when processing assets
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-1.43/META.json 
new/Mojolicious-Plugin-AssetPack-1.44/META.json
--- old/Mojolicious-Plugin-AssetPack-1.43/META.json 2017-05-12 
14:38:03.0 +0200
+++ new/Mojolicious-Plugin-AssetPack-1.44/META.json 2017-05-21 
23:02:47.0 +0200
@@ -48,6 +48,6 @@
  "url" : 
"https://github.com/jhthorsen/mojolicious-plugin-assetpack.git;
   }
},
-   "version" : "1.43",
+   "version" : "1.44",
"x_serialization_backend" : "JSON::PP version 2.27300_01"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-1.43/META.yml 
new/Mojolicious-Plugin-AssetPack-1.44/META.yml
--- old/Mojolicious-Plugin-AssetPack-1.43/META.yml  2017-05-12 
14:38:03.0 +0200
+++ new/Mojolicious-Plugin-AssetPack-1.44/META.yml  2017-05-21 
23:02:47.0 +0200
@@ -25,5 +25,5 @@
   bugtracker: https://github.com/jhthorsen/mojolicious-plugin-assetpack/issues
   homepage: https://github.com/jhthorsen/mojolicious-plugin-assetpack
   repository: https://github.com/jhthorsen/mojolicious-plugin-assetpack.git
-version: '1.43'
+version: '1.44'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-1.43/README 
new/Mojolicious-Plugin-AssetPack-1.44/README
--- old/Mojolicious-Plugin-AssetPack-1.43/README2017-05-12 
14:38:02.0 +0200
+++ new/Mojolicious-Plugin-AssetPack-1.44/README2017-05-21 
23:02:46.0 +0200
@@ -3,7 +3,7 @@
 javascript and coffeescript files
 
 VERSION
-1.43
+1.44
 
 SYNOPSIS
   Application
@@ -55,8 +55,10 @@
 

commit mstflint for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package mstflint for openSUSE:Factory 
checked in at 2017-05-27 13:18:42

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


Package is "mstflint"

Sat May 27 13:18:42 2017 rev:6 rq:498278 version:4.6.0

Changes:

--- /work/SRC/openSUSE:Factory/mstflint/mstflint.changes2017-05-10 
20:50:23.419924262 +0200
+++ /work/SRC/openSUSE:Factory/.mstflint.new/mstflint.changes   2017-05-27 
13:19:30.673782443 +0200
@@ -1,0 +2,6 @@
+Thu May 18 05:54:00 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Add mstflint-armv7_arch.patch to support build on armv7l
+- Adapt mstflint-s390_arch.patch to work with s390 and s390x
+
+---

New:

  mstflint-armv7_arch.patch



Other differences:
--
++ mstflint.spec ++
--- /var/tmp/diff_new_pack.OsWibV/_old  2017-05-27 13:19:31.213706112 +0200
+++ /var/tmp/diff_new_pack.OsWibV/_new  2017-05-27 13:19:31.213706112 +0200
@@ -36,6 +36,8 @@
 Patch2: mstflint-4.4.0-implicit-declaration.patch
 # PATCH-FIX-UPSTREAM no __DATE__ and __TIME__ in codes
 Patch3: mstflint-4.4.0-no-date-time.patch
+# PATCH-FIX-UPSTREAM Add all needed defines to get it built on armv7
+Patch4: mstflint-armv7_arch.patch
 
 BuildRequires:  gcc-c++
 BuildRequires:  libibmad-devel
@@ -58,6 +60,7 @@
 %patch1
 %patch2
 %patch3
+%patch4
 
 %build
 ./autogen.sh

++ mstflint-armv7_arch.patch ++
diff --git common/compatibility.h common/compatibility.h
index 7c42fa7..46cd928 100644
--- common/compatibility.h
+++ common/compatibility.h
@@ -59,6 +59,8 @@
 #   define ARCH_ppc64
 #   elif defined(__PPC__)
 #   define ARCH_ppc
+#   elif defined(__ARM_ARCH_7A__)
+#   define ARCH_armv7
 #   elif defined(__aarch64__)
 #   define ARCH_arm64
 #   elif defined(__s390x__)
@@ -96,7 +98,7 @@
 #define U16H_FMT"0x%04x"
 #define U8H_FMT "0x%02x"
 
-#if defined(ARCH_x86) || defined(ARCH_ppc) || defined(UEFI_BUILD) || 
defined(ARCH_s390)
+#if defined(ARCH_x86) || defined(ARCH_ppc) || defined(UEFI_BUILD) || 
defined(ARCH_s390) || defined(__ARM_ARCH_7A__)
 #   if defined(__MINGW32__) || defined(__MINGW64__)
 #   include 
 #   define U64D_FMT"0x%" PRId64
diff --git mtcr_ul/packets_common.h mtcr_ul/packets_common.h
index 0963ba7..618a2f9 100644
--- mtcr_ul/packets_common.h
+++ mtcr_ul/packets_common.h
@@ -148,6 +148,8 @@
 #   define ARCH_ppc64
 #   elif defined(__PPC__)
 #   define ARCH_ppc
+#   elif defined(__ARM_ARCH_7A__)
+#   define ARCH_armv7
 #   elif defined(__aarch64__)
 #   define ARCH_arm64
 #   elif defined(__s390x__)
@@ -177,7 +179,7 @@
 #   define U8H_FMT  "0x%02x"
 #   define U32D_FMT "%u"
 #   define STR_FMT "%s"
-#elif defined(ARCH_x86) || defined(ARCH_ppc) || defined(__MINGW32__) || 
defined(UEFI_BUILD) || defined(ARCH_s390)
+#elif defined(ARCH_x86) || defined(ARCH_ppc) || defined(__MINGW32__) || 
defined(UEFI_BUILD) || defined(ARCH_s390) || defined(__ARM_ARCH_7A__)
 #   define U64H_FMT "0x%016llx"
 #   define U64D_FMT "%llu"
 #   define U32H_FMT "0x%08x"
diff --git tools_layouts/adb_to_c_utils.h tools_layouts/adb_to_c_utils.h
index 26adb09..f60d217 100644
--- tools_layouts/adb_to_c_utils.h
+++ tools_layouts/adb_to_c_utils.h
@@ -137,6 +137,8 @@ extern "C" {
 #   define ARCH_ppc
 #   elif defined(__aarch64__)
 #   define ARCH_arm64
+#   elif defined(__ARM_ARCH_7A__)
+#   define ARCH_armv7
 #   elif defined(__s390x__)
 #   define ARCH_s390x
 #   elif defined(__s390__)
@@ -177,7 +179,7 @@ extern "C" {
 #define U64D_FMT"%lu"
 #define U64H_FMT"0x%016lx"
 #   define U48H_FMT"0x%012lx" 
-#elif defined(ARCH_x86) || defined(ARCH_ppc) || defined(UEFI_BUILD) || 
defined(ARCH_s390)
+#elif defined(ARCH_x86) || defined(ARCH_ppc) || defined(UEFI_BUILD) || 
defined(ARCH_s390) || defined(__ARM_ARCH_7A__)
 #   if defined(__MINGW32__) || defined(__MINGW64__)
 #   include 
 #   define U64D_FMT"0x%" PRId64
++ mstflint-s390_arch.patch ++
--- /var/tmp/diff_new_pack.OsWibV/_old  2017-05-27 13:19:31.261699327 +0200
+++ /var/tmp/diff_new_pack.OsWibV/_new  2017-05-27 13:19:31.265698762 +0200
@@ -1,25 +1,15 @@
-From: Philipp Thomas 
-Date: 2014-03-03 16:52:28+01:00
-Subject: Add defines for s390x
-

- common/compatibility.h |8 ++--
- mtcr_ul/packets_common.h   |   10 +++---
- tools_layouts/adb_to_c_utils.h |6 +-
- 3 files changed, 18 insertions(+), 6 deletions(-)
-
-Index: common/compatibility.h
-===
 common/compatibility.h.orig2016-09-14 13:16:26.0 +0200
-+++ 

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

2017-05-27 Thread root
Hello community,

here is the log from the commit of package perl-Net-Whois-Raw for 
openSUSE:Factory checked in at 2017-05-27 13:19:04

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"

Sat May 27 13:19:04 2017 rev:27 rq:498320 version:2.99007

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-Whois-Raw/perl-Net-Whois-Raw.changes
2017-02-16 17:05:31.415834817 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-Whois-Raw.new/perl-Net-Whois-Raw.changes   
2017-05-27 13:19:43.579957858 +0200
@@ -1,0 +2,9 @@
+Thu May 25 08:45:37 UTC 2017 - co...@suse.com
+
+- updated to 2.99007
+   see /usr/share/doc/packages/perl-Net-Whois-Raw/Changes
+
+  2.99007  May 22 2017 Vadiml Likhota
+  - revert broken $which_whois default behavior
+
+---

Old:

  Net-Whois-Raw-2.99006.tar.gz

New:

  Net-Whois-Raw-2.99007.tar.gz



Other differences:
--
++ perl-Net-Whois-Raw.spec ++
--- /var/tmp/diff_new_pack.m1eiGn/_old  2017-05-27 13:19:44.331851560 +0200
+++ /var/tmp/diff_new_pack.m1eiGn/_new  2017-05-27 13:19:44.335850995 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-Whois-Raw
-Version:2.99006
+Version:2.99007
 Release:0
 %define cpan_name Net-Whois-Raw
 Summary:Get Whois information of domains and IP addresses

++ Net-Whois-Raw-2.99006.tar.gz -> Net-Whois-Raw-2.99007.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99006/Changes 
new/Net-Whois-Raw-2.99007/Changes
--- old/Net-Whois-Raw-2.99006/Changes   2017-02-01 15:03:28.0 +0100
+++ new/Net-Whois-Raw-2.99007/Changes   2017-05-22 17:25:50.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl module Net::Whois::Raw.
 
+2.99007  May 22 2017 Vadiml Likhota
+- revert broken $which_whois default behavior
+
 2.99006  Feb 1 2017 Alexander Nalobin
 - pwhois script approves IDN domains (ɢoogle.com)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99006/META.json 
new/Net-Whois-Raw-2.99007/META.json
--- old/Net-Whois-Raw-2.99006/META.json 2017-02-01 15:03:28.0 +0100
+++ new/Net-Whois-Raw-2.99007/META.json 2017-05-22 17:25:50.0 +0200
@@ -59,6 +59,6 @@
  "web" : "https://github.com/regru/Net-Whois-Raw;
   }
},
-   "version" : "2.99006"
+   "version" : "2.99007"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99006/META.yml 
new/Net-Whois-Raw-2.99007/META.yml
--- old/Net-Whois-Raw-2.99006/META.yml  2017-02-01 15:03:28.0 +0100
+++ new/Net-Whois-Raw-2.99007/META.yml  2017-05-22 17:25:50.0 +0200
@@ -36,4 +36,4 @@
 resources:
   bugtracker: https://github.com/regru/Net-Whois-Raw/issues
   repository: git://github.com/regru/Net-Whois-Raw.git
-version: '2.99006'
+version: '2.99007'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99006/Makefile.PL 
new/Net-Whois-Raw-2.99007/Makefile.PL
--- old/Net-Whois-Raw-2.99006/Makefile.PL   2017-02-01 15:03:28.0 
+0100
+++ new/Net-Whois-Raw-2.99007/Makefile.PL   2017-05-22 17:25:50.0 
+0200
@@ -43,7 +43,7 @@
 "Test::More" => 0,
 "Test::RequiresInternet" => 0
   },
-  "VERSION" => "2.99006",
+  "VERSION" => "2.99007",
   "test" => {
 "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99006/bin/pwhois 
new/Net-Whois-Raw-2.99007/bin/pwhois
--- old/Net-Whois-Raw-2.99006/bin/pwhois2017-02-01 15:03:28.0 
+0100
+++ new/Net-Whois-Raw-2.99007/bin/pwhois2017-05-22 17:25:50.0 
+0200
@@ -93,8 +93,7 @@
 my ($result, $result_server);
 my $which_whois =
 $return_first ? 'QRY_FIRST' :
-$return_all   ? 'QRY_ALL'   :
-$return_last  ? 'QRY_LAST'  : '' ;
+$return_all   ? 'QRY_ALL'   : 'QRY_LAST';
 
 ($result, $result_server) =
 Net::Whois::Raw::get_whois( $dom, $server, $which_whois );
@@ -241,7 +240,7 @@
 
 =head1 VERSION
 
-version 2.99006
+version 2.99007
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99006/dist.ini 
new/Net-Whois-Raw-2.99007/dist.ini
--- old/Net-Whois-Raw-2.99006/dist.ini  2017-02-01 15:03:28.0 +0100
+++ new/Net-Whois-Raw-2.99007/dist.ini  2017-05-22 17:25:50.0 +0200
@@ -4,7 +4,7 @@
 copyright_holder = Alexander Nalobin
 copyright_year   = 2002-2017
 

commit ocaml-cppo for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package ocaml-cppo for openSUSE:Factory 
checked in at 2017-05-27 13:18:03

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


Package is "ocaml-cppo"

Sat May 27 13:18:03 2017 rev:2 rq:498037 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-cppo/ocaml-cppo.changes2016-10-19 
13:01:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-cppo.new/ocaml-cppo.changes   
2017-05-27 13:19:04.397497211 +0200
@@ -1,0 +2,5 @@
+Wed May 17 14:40:14 UTC 2017 - oher...@suse.de
+
+- Update to version 1.5.0
+
+---

Old:

  ocaml-cppo-1.3.2.tar.xz

New:

  ocaml-cppo-1.5.0.tar.xz



Other differences:
--
++ ocaml-cppo.spec ++
--- /var/tmp/diff_new_pack.DgyVeY/_old  2017-05-27 13:19:05.557333241 +0200
+++ /var/tmp/diff_new_pack.DgyVeY/_new  2017-05-27 13:19:05.557333241 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-cppo
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,14 +16,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ocaml-cppo
-Version:   1.3.2
+Version:1.5.0
 Release:   0
 %{ocaml_preserve_bytecode}
-License:   BSD-3-Clause
 Summary:   The C preprocessor written in OCaml
-Url:   http://mjambon.com/cppo.html
+License:BSD-3-Clause
 Group: Development/Libraries/Other
+Url:http://mjambon.com/cppo.html
 Source:%{name}-%{version}.tar.xz
 BuildRequires:  ocaml
 BuildRequires:  ocaml-oasis
@@ -37,7 +38,8 @@
 # ocaml autodep start for pkg: ocaml-cppo
 # hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() 
provides/requires
 %if 0%{?suse_version} < 1210
-Requires:   ocaml-ocamlbuild ocaml-runtime
+Requires:   ocaml-ocamlbuild
+Requires:   ocaml-runtime
 %endif
 # ocaml autodep end for pkg: ocaml-cppo
 
@@ -72,7 +74,7 @@
 sh -c "sed 's/^Version.*/Version: %{version}/' | tee _oasis" <<_EOF_
 OASISFormat: 0.4
 Name:cppo
-Version: %{version}
+Version: 0
 Synopsis:The C preprocessor written in OCaml
 Authors: Martin Jambon
 LicenseFile: LICENSE
@@ -145,3 +147,4 @@
 %{_libdir}/ocaml/*/*.mli
 %{_libdir}/ocaml/*/META
 
+%changelog

++ _service ++
--- /var/tmp/diff_new_pack.DgyVeY/_old  2017-05-27 13:19:05.593328152 +0200
+++ /var/tmp/diff_new_pack.DgyVeY/_new  2017-05-27 13:19:05.593328152 +0200
@@ -2,8 +2,8 @@
   
 git://github.com/mjambon/cppo.git
 git
-1.3.2
-v1.3.2
+1.5.0
+v1.5.0
 ocaml-cppo
   
   

++ ocaml-cppo-1.3.2.tar.xz -> ocaml-cppo-1.5.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-cppo-1.3.2/Makefile 
new/ocaml-cppo-1.5.0/Makefile
--- old/ocaml-cppo-1.3.2/Makefile   2016-06-20 22:00:25.0 +0200
+++ new/ocaml-cppo-1.5.0/Makefile   2017-04-24 22:34:11.0 +0200
@@ -1,4 +1,4 @@
-VERSION = 1.3.2
+VERSION = 1.5.0
 
 ifeq "$(shell ocamlc -config |grep os_type)" "os_type: Win32"
 EXE=.exe
@@ -45,6 +45,7 @@
 endif
 
 OCAMLBUILD_INSTALL = ocamlbuild_plugin/_build/ocamlbuild_cppo.cmi \
+ ocamlbuild_plugin/_build/ocamlbuild_cppo.cmx \
  $(addprefix ocamlbuild_plugin/_build/,$(OCAMLBUILD_IMPL))
 
 
@@ -61,14 +62,14 @@
 OCAMLBUILD_ML = ocamlbuild_cppo.ml
 
 all: $(ML)
-   ocamlc -o cppo$(EXE) -dtypes unix.cma str.cma $(ML)
+   ocamlfind ocamlc -o cppo$(EXE) -dtypes -linkpkg -package "unix str 
bytes" $(ML)
 
 opt: $(ML)
-   ocamlopt -o cppo$(EXE) -dtypes unix.cmxa str.cmxa $(ML)
+   ocamlfind ocamlopt -o cppo$(EXE) -dtypes -linkpkg -package "unix str 
bytes" $(ML)
 
 # For debugging; not installed.
 toplib: $(ML)
-   ocamlc -a -o cppo.cma -dtypes unix.cma str.cma $(ML)
+   ocamlfind ocamlc -a -o cppo.cma -dtypes -linkpkg -package "unix str 
bytes" $(ML)
 
 ocamlbuild:
cd ocamlbuild_plugin && ocamlbuild -use-ocamlfind $(OCAMLBUILD_IMPL)
@@ -83,6 +84,11 @@
ocamlfind install -patch-version ${VERSION} "cppo_ocamlbuild" \
META $(OCAMLBUILD_INSTALL)
 
+uninstall-lib:
+   ocamlfind remove cppo_ocamlbuild
+
+reinstall-lib: uninstall-lib install-lib
+
 cppo_version.ml: Makefile
echo 'let cppo_version = "$(VERSION)"' > cppo_version.ml
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-cppo-1.3.2/README.md 

commit xviewer for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package xviewer for openSUSE:Factory checked 
in at 2017-05-27 13:17:53

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


Package is "xviewer"

Sat May 27 13:17:53 2017 rev:9 rq:498017 version:1.4.2

Changes:

--- /work/SRC/openSUSE:Factory/xviewer/xviewer.changes  2017-01-10 
10:42:54.696177613 +0100
+++ /work/SRC/openSUSE:Factory/.xviewer.new/xviewer.changes 2017-05-27 
13:19:00.626030397 +0200
@@ -1,0 +2,19 @@
+Wed May 24 14:40:01 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.4.2:
+  * Update translations.
+
+---
+Sun May  7 11:23:03 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.4.1 (changes since 1.2.2):
+  * ui: Replace EggEditable toolbar with a GtkToolbar.
+  * xviewer-window: Show/hide the toolbar with a revealer.
+  * ui: Switch to using symbolic style icons.
+  * fullscreen-toolbar: Update the styling.
+  * ui: Don't handle double click events globally for the window.
+  * window: Don't hide the sidebar when going fullscreen.
+  * l10n: Update POT file.
+  * Update translations.
+
+---

Old:

  xviewer-1.2.2.tar.gz

New:

  xviewer-1.4.2.tar.gz



Other differences:
--
++ xviewer.spec ++
--- /var/tmp/diff_new_pack.cj9JUd/_old  2017-05-27 13:19:01.305934276 +0200
+++ /var/tmp/diff_new_pack.cj9JUd/_new  2017-05-27 13:19:01.305934276 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xviewer
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   xviewer
-Version:1.2.2
+Version:1.4.2
 Release:0
 Summary:Fast and functional graphics viewer
 License:GPL-2.0+ and LGPL-2.1+

++ xviewer-1.2.2.tar.gz -> xviewer-1.4.2.tar.gz ++
 85723 lines of diff (skipped)




commit perl-Perl-Tidy for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package perl-Perl-Tidy for openSUSE:Factory 
checked in at 2017-05-27 13:19:02

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


Package is "perl-Perl-Tidy"

Sat May 27 13:19:02 2017 rev:17 rq:498319 version:20170521

Changes:

--- /work/SRC/openSUSE:Factory/perl-Perl-Tidy/perl-Perl-Tidy.changes
2016-03-16 10:34:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new/perl-Perl-Tidy.changes   
2017-05-27 13:19:40.816348557 +0200
@@ -1,0 +2,74 @@
+Thu May 25 08:52:18 UTC 2017 - co...@suse.com
+
+- updated to 20170521
+   see /usr/share/doc/packages/perl-Perl-Tidy/CHANGES
+
+2017 05 21
+- Fixed debian #862667: failure to check for perltidy.ERR deletion can 
lead 
+  to overwriting abritrary files by symlink attack. Perltidy was 
continuing 
+  to write files after an unlink failure.  Thanks to Don Armstrong 
+  for a patch.
+  
+- Fixed RT #116344, perltidy fails on certain anonymous hash 
references:
+  in the following code snippet the '?' was misparsed as a pattern 
+  delimiter rather than a ternary operator.
+  return ref {} ? 1 : 0;
+  
+- Fixed RT #113792: misparsing of a fat comma (=>) right after 
+  the __END__ or __DATA__ tokens.  These keywords were getting
+  incorrectly quoted by the following => operator.
+  
+- Fixed RT #118558. Custom Getopt::Long configuration breaks parsing 
+  of perltidyrc.  Perltidy was resetting the users configuration too 
soon.
+  
+- Fixed RT #119140, failure to parse double diamond operator.  Code to
+  handle this new operator has been added.
+  
+- Fixed RT #120968.  Fixed problem where -enc=utf8 didn't work 
+  with --backup-and-modify-in-place. Thanks to Heinz Knutzen for this 
patch.
+  
+- Fixed minor formatting issue where one-line blocks for subs with 
signatures 
+  were unnecesarily broken
+  
+- RT #32905, patch to fix utf-8 error when output was STDOUT. 
+  
+- RT #79947, improved spacing of try/catch/finally blocks. Thanks to 
qsimpleq
+  for a patch.
+  
+- Fixed #114909, Anonymous subs with signatures and prototypes 
misparsed as
+  broken ternaries, in which a statement such as this was not being 
parsed
+  correctly:
+  return sub ( $fh, $out ) : prototype(*$) { ... }
+  
+- Implemented RT #113689, option to introduces spaces after an opening 
block
+  brace and before a closing block brace. Four new optional controls 
are
+  added. The first two define the minimum number of blank lines to be
+  inserted 
+  
+   -blao=i or --blank-lines-after-opening-block=i
+   -blbc=i or --blank-lines-before-closing-block=i
+  
+  where i is an integer, the number of lines (the default is 0).  
+  
+  The second two define the types of blocks to which the first two 
apply 
+  
+   -blaol=s or --blank-lines-after-opening-block-list=s
+   -blbcl=s or --blank-lines-before-closing-block-list=s
+  
+  where s is a string of possible block keywords (default is just 
'sub',
+  meaning a named subroutine).
+  
+  For more information please see the documentation.
+  
+- The method for specifying block types for certain input parameters 
has
+  been generalized to distinguish between normal named subroutines and
+  anonymous subs.  The keyword for normal subroutines remains 'sub', 
and
+  the new keyword for anonymous subs is 'asub'. 
+  
+- Minor documentation changes. The BUGS sections now have a link
+  to CPAN where most open bugs and issues can be reviewed and bug 
reports
+  can be submitted.  The information in the AUTHOR and CREDITS 
sections of
+  the man pages have been removed from the man pages to streamline the
+  documentation. This information is still in the source code.
+
+---

Old:

  Perl-Tidy-20160302.tar.gz

New:

  Perl-Tidy-20170521.tar.gz



Other differences:
--
++ perl-Perl-Tidy.spec ++
--- /var/tmp/diff_new_pack.l0yRYv/_old  2017-05-27 13:19:41.920192504 +0200
+++ /var/tmp/diff_new_pack.l0yRYv/_new  2017-05-27 13:19:41.924191938 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Perl-Tidy
 #
-# 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
 # 

commit python-contextlib2 for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package python-contextlib2 for 
openSUSE:Factory checked in at 2017-05-27 13:18:53

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


Package is "python-contextlib2"

Sat May 27 13:18:53 2017 rev:2 rq:498285 version:0.5.5

Changes:

--- /work/SRC/openSUSE:Factory/python-contextlib2/python-contextlib2.changes
2015-08-27 08:55:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-contextlib2.new/python-contextlib2.changes   
2017-05-27 13:19:33.953318805 +0200
@@ -1,0 +2,50 @@
+Thu May 25 10:47:29 UTC 2017 - toddrme2...@gmail.com
+
+- Fix source URL.
+- Provide python2- package for compatibility with singlespec macros.
+- Run unit tests
+- Update to version 0.5.5
+  * Issue `#13 `__:
+``setup.py`` now falls back to plain ``distutils`` if ``setuptools`` is not
+available (patch by Allan Harwood)
+  * Updates to the default compatibility testing matrix:
+* Added: PyPy3, CPython 3.6 (maintenance), CPython 3.7 (development)
+* Dropped: CPython 3.3
+- Update to version 0.5.4
+  * Thanks to the welcome efforts of Jannis Leidel, contextlib2 is now a
+[Jazzband](https://jazzband.co/) project! This means that I (Nick Coghlan)
+am no longer a single point of failure for backports of future contextlib
+updates to earlier Python versions.
+  * Issue `#7 `__: Backported
+fix for CPython issue `#27122 `__,
+preventing a potential infinite loop on Python 3.5 when handling
+``RuntimeError`` (CPython updates by Gregory P. Smith & Serhiy Storchaka)
+- Update to version 0.5.3
+  * ``ExitStack`` now correctly handles context managers implemented as 
old-style
+classes in Python 2.x (such as ``codecs.StreamReader`` and
+``codecs.StreamWriter``)
+  * ``setup.py`` has been migrated to setuptools and configured to emit a
+universal wheel file by default
+- Update to version 0.5.2
+  * development migrated from BitBucket to GitHub
+  * ``redirect_stream``, ``redirect_stdout``, ``redirect_stderr`` and 
``suppress``
+now explicitly inherit from ``object``, ensuring compatibility with
+``ExitStack`` when run under Python 2.x (patch contributed by Devin
+Jeanpierre).
+  * ``MANIFEST.in`` is now included in the published sdist, ensuring the 
archive
+can be precisely recreated even without access to the original source repo
+(patch contributed by Guy Rozendorn)
+- Update to version 0.5.1
+  * Python 2.6 compatilibity restored (patch contributed by Armin Ronacher)
+  * README converted back to reStructured Text formatting
+- Update to version 0.5.0
+  * Updated to include all features from the Python 3.4 and 3.5 releases of
+contextlib (also includes some ``ExitStack`` enhancements made following
+the integration into the standard library for Python 3.3)
+  * The legacy ``ContextStack`` and ``ContextDecorator.refresh_cm`` APIs are
+no longer documented and emit ``DeprecationWarning`` when used
+  * Python 2.6, 3.2 and 3.3 have been dropped from compatibility testing
+  * tox is now supported for local version compatibility testing (patch by
+Marc Abramowitz)
+
+---

Old:

  contextlib2-0.4.0.tar.gz

New:

  contextlib2-0.5.5.tar.gz



Other differences:
--
++ python-contextlib2.spec ++
--- /var/tmp/diff_new_pack.ILaAfy/_old  2017-05-27 13:19:34.733208549 +0200
+++ /var/tmp/diff_new_pack.ILaAfy/_new  2017-05-27 13:19:34.733208549 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-contextlib2
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,22 +16,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 
 
+%bcond_without test
+
 Name:   python-contextlib2
-Version:0.4.0
+Version:0.5.5
 Release:0
 License:Python-2.0
 Summary:Backports and enhancements for the contextlib module
 Url:http://contextlib2.readthedocs.org
 Group:  Development/Languages/Python
-Source: 
https://pypi.python.org/packages/source/c/contextlib2/contextlib2-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/c/contextlib2/contextlib2-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
+%if %{with test}

commit ocaml-extlib for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package ocaml-extlib for openSUSE:Factory 
checked in at 2017-05-27 13:18:12

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


Package is "ocaml-extlib"

Sat May 27 13:18:12 2017 rev:2 rq:498053 version:1.7.2

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-extlib/ocaml-extlib.changes
2016-10-19 13:01:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-extlib.new/ocaml-extlib.changes   
2017-05-27 13:19:08.728884867 +0200
@@ -1,0 +2,7 @@
+Wed May 17 16:01:12 UTC 2017 - o...@aepfle.de
+
+- Update to version 1.7.2
+- Build with oasis
+- Remove ocaml-extlib-makefile.patch
+
+---

Old:

  ocaml-extlib-1.7.0.tar.xz
  ocaml-extlib-makefile.patch

New:

  extlib-1.7.2.tar.gz



Other differences:
--
++ ocaml-extlib.spec ++
--- /var/tmp/diff_new_pack.e6zVEL/_old  2017-05-27 13:19:09.288805709 +0200
+++ /var/tmp/diff_new_pack.e6zVEL/_new  2017-05-27 13:19:09.292805144 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-extlib
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Andrew Psaltis 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,21 +18,19 @@
 
 
 Name:   ocaml-extlib
-Version:1.7.0
+Version:1.7.2
 Release:0
 %{ocaml_preserve_bytecode}
 Summary:OCaml ExtLib additions to the standard library
 License:LGPL-2.1+
 Group:  Development/Libraries/Other
 Url:https://github.com/ygrek/ocaml-extlib
-Source0:%{name}-%{version}.tar.xz
-Patch0: ocaml-extlib-makefile.patch
-BuildRequires:  ocaml >= 3.10.1
-BuildRequires:  ocaml-cppo
-BuildRequires:  ocaml-findlib
-BuildRequires:  ocamlfind(bytes)
+Source0:extlib-%{version}.tar.gz
+BuildRequires:  ocaml
+BuildRequires:  ocaml-oasis
 BuildRequires:  ocaml-ocamldoc
-BuildRequires:  ocaml-rpm-macros >= 4.02.1
+BuildRequires:  ocaml-rpm-macros >= 4.03
+BuildRequires:  ocamlfind(ocamlbuild_cppo)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # ocaml autodep start for pkg: ocaml-extlib
 # hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() 
provides/requires
@@ -59,25 +57,85 @@
 developing applications that use %{name}.
 
 %prep
-%setup -q
-%patch0 -p1
+%setup -q -n extlib-%{version}
 
 %build
-make -C src all
-%if %{ocaml_native_compiler}
-make -C src opt cmxs
-%endif
+rm -fv setup.ml myocamlbuild.ml META* _* */_* */META*
+#
+tee cppo <<_EOF_
+#!/bin/bash
+exec $(type -p cppo) `ocaml src/configure.ml | xargs` "\$@"
+_EOF_
+chmod -v 00755 cppo
+export PATH=$PWD:$PATH
+#
+tee src/_tags <<_EOF_
+<**/*.ml>: pp(cppo)
+<**/*.mli>: pp(cppo)
+_EOF_
+# obs service changes every ^Version line ...
+sh -c "sed 's/^Version.*/Version: %{version}/' | tee _oasis" <<_EOF_
+OASISFormat: 0.4
+Name:%{name}
+Version: %{version}
+Authors: yg...@autistici.org
+License: LGPL-2.1+
+Plugins: META(`oasis version`)
+BuildTools:  ocamlbuild, cppo
+Synopsis:Extended Standard Library for OCaml
+OCamlVersion: >= 4.03
+AlphaFeatures: ocamlbuild_more_args
+XOCamlbuildPluginTags: package(ocamlbuild_cppo)
+
+Library extlib
+   Install: true
+   Path: src
+   Modules: \
+   Base64, \
+   BitSet, \
+   Dllist, \
+   DynArray, \
+   Enum, \
+   ExtArray, \
+   ExtBuffer, \
+   ExtBytes, \
+   ExtHashtbl, \
+   ExtLib, \
+   ExtList, \
+   ExtString, \
+   Global, \
+   IO, \
+   OptParse, \
+   Option, \
+   PMap, \
+   RefList, \
+   Std, \
+   UChar, \
+   UTF8, \
+   Unzip
+
+Document "extlib"
+   Title:API reference for extlib
+   Type: ocamlbuild
+   BuildTools+:  ocamldoc
+   InstallDir:   \$htmldir
+   Install:  true
+   XOCamlbuildPath:  .
+   XOCamlbuildLibraries: extlib
+
+_EOF_
+
+%oasis_setup
+%ocaml_oasis_configure --enable-docs --enable-tests
+%ocaml_oasis_build
+%ocaml_oasis_doc
 
 %install
-d="$RPM_BUILD_ROOT`ocamlfind printconf destdir`"
-mkdir -vp $d
-env \
-OCAMLFIND_DESTDIR=$d \
-make install
+%ocaml_oasis_findlib_install
 
 

commit xed for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package xed for openSUSE:Factory checked in 
at 2017-05-27 13:17:47

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


Package is "xed"

Sat May 27 13:17:47 2017 rev:10 rq:498003 version:1.4.2

Changes:

--- /work/SRC/openSUSE:Factory/xed/xed.changes  2017-05-16 14:42:46.991126634 
+0200
+++ /work/SRC/openSUSE:Factory/.xed.new/xed.changes 2017-05-27 
13:18:35.381599302 +0200
@@ -1,0 +2,7 @@
+Wed May 24 14:40:01 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.1.12:
+  * Fix the gtksourceprintcompositor.h includes warning.
+  * Update translations.
+
+---

Old:

  xed-1.4.1.tar.gz

New:

  xed-1.4.2.tar.gz



Other differences:
--
++ xed.spec ++
--- /var/tmp/diff_new_pack.D64OVx/_old  2017-05-27 13:18:38.101214818 +0200
+++ /var/tmp/diff_new_pack.D64OVx/_new  2017-05-27 13:18:38.105214253 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xed
-Version:1.4.1
+Version:1.4.2
 Release:0
 Summary:A text editor with highlighting
 License:GPL-2.0+

++ xed-1.4.1.tar.gz -> xed-1.4.2.tar.gz ++
 3513 lines of diff (skipped)




commit cinnamon-desktop for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package cinnamon-desktop for 
openSUSE:Factory checked in at 2017-05-27 13:17:54

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


Package is "cinnamon-desktop"

Sat May 27 13:17:54 2017 rev:9 rq:498023 version:3.4.1

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon-desktop/cinnamon-desktop.changes
2017-01-10 10:42:01.367693758 +0100
+++ /work/SRC/openSUSE:Factory/.cinnamon-desktop.new/cinnamon-desktop.changes   
2017-05-27 13:19:02.137816670 +0200
@@ -1,0 +2,22 @@
+Wed May 24 14:40:01 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.4.1:
+  * gnome-desktop-thumbnail: Add EFAULT as an exception to the
+permission check.
+See https://github.com/linuxmint/nemo/commit/b58bea5
+
+---
+Wed May  4 17:44:11 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.4.0:
+  * schemas: Add some new keys for High Contrast.
+  * gvc-mixer-control: fix double-free when setting headset
+https://git.gnome.org/browse/libgnome-volume-control/commit/?id=a28e23d
+https://git.gnome.org/browse/libgnome-volume-control/commit/?id=25bf3ed
+  * gvc-mixer-control: Fix reference being leaked
+https://git.gnome.org/browse/libgnome-volume-control/commit/?id=d52194f
+  * Add detection for accountsservice background as it's Ubuntu
+only.
+  * Remove aclocal from autogen.sh.
+
+---

Old:

  cinnamon-desktop-3.2.4.tar.gz

New:

  cinnamon-desktop-3.4.1.tar.gz



Other differences:
--
++ cinnamon-desktop.spec ++
--- /var/tmp/diff_new_pack.N0SL0l/_old  2017-05-27 13:19:02.657743166 +0200
+++ /var/tmp/diff_new_pack.N0SL0l/_new  2017-05-27 13:19:02.661742601 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cinnamon-desktop
 #
-# 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
@@ -23,7 +23,7 @@
 %define typelib typelib-1_0-CinnamonDesktop-3_0
 %define typelib_cvc typelib-1_0-Cvc-1_0
 Name:   cinnamon-desktop
-Version:3.2.4
+Version:3.4.1
 Release:0
 Summary:Libcinnamon-desktop API
 License:GPL-2.0+ and MIT
@@ -44,6 +44,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  python-devel
 BuildRequires:  yelp-tools
+BuildRequires:  pkgconfig(accountsservice)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.22.0
 BuildRequires:  pkgconfig(gio-2.0) >= 2.37.3
 BuildRequires:  pkgconfig(glib-2.0) >= 2.37.3

++ cinnamon-desktop-3.2.4.tar.gz -> cinnamon-desktop-3.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-desktop-3.2.4/autogen.sh 
new/cinnamon-desktop-3.4.1/autogen.sh
--- old/cinnamon-desktop-3.2.4/autogen.sh   2016-12-14 00:00:33.0 
+0100
+++ new/cinnamon-desktop-3.4.1/autogen.sh   2017-05-23 16:31:51.0 
+0200
@@ -22,7 +22,8 @@
 echo "" >&2
 fi
 
-aclocal --install || exit 1
+mkdir -p m4
+
 glib-gettextize --force --copy || exit 1
 intltoolize --force --copy --automake || exit 1
 autoreconf --verbose --force --install || exit 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-desktop-3.2.4/configure.ac 
new/cinnamon-desktop-3.4.1/configure.ac
--- old/cinnamon-desktop-3.2.4/configure.ac 2016-12-14 00:00:33.0 
+0100
+++ new/cinnamon-desktop-3.4.1/configure.ac 2017-05-23 16:31:51.0 
+0200
@@ -1,5 +1,5 @@
 
-AC_INIT(cinnamon-desktop, 3.2.4)
+AC_INIT(cinnamon-desktop, 3.4.1)
 
 m4_ifdef([AX_IS_RELEASE], [AX_IS_RELEASE([always])])
 
@@ -106,6 +106,7 @@
 xrandr >= $XRANDR_REQUIRED
 xext >= $XEXT_REQUIRED
 xkeyboard-config
+accountsservice
 xkbfile)
 
 PKG_CHECK_MODULES(CVC, gio-2.0 libpulse libpulse-mainloop-glib gobject-2.0)
@@ -129,6 +130,8 @@
   AC_DEFINE(HAVE_TIMERFD, 1, [we have the timerfd_create(2) system call])
 fi
 
+AC_SEARCH_LIBS(accounts_user_set_background_file, accountsservice, 
AC_DEFINE([ACCOUNTSERVICE_BG],1, [accountservice bg support]))
+
 dnl Language Support
 
 GETTEXT_PACKAGE=cinnamon-desktop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-desktop-3.2.4/debian/changelog 
new/cinnamon-desktop-3.4.1/debian/changelog
--- 

commit the_silver_searcher for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package the_silver_searcher for 
openSUSE:Factory checked in at 2017-05-27 13:17:48

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


Package is "the_silver_searcher"

Sat May 27 13:17:48 2017 rev:10 rq:498006 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/the_silver_searcher/the_silver_searcher.changes  
2017-01-22 00:21:58.208032218 +0100
+++ 
/work/SRC/openSUSE:Factory/.the_silver_searcher.new/the_silver_searcher.changes 
2017-05-27 13:18:51.499320675 +0200
@@ -1,0 +2,7 @@
+Wed May 24 14:27:46 UTC 2017 - astie...@suse.com
+
+- update to 1.0.3:
+  * add log, elm, twig file types
+  * *.js now ignores *.min.js, add .es6 to js file type
+
+---

Old:

  the_silver_searcher-1.0.2.tar.gz
  the_silver_searcher-1.0.2.tar.gz.asc

New:

  the_silver_searcher-1.0.3.tar.gz
  the_silver_searcher-1.0.3.tar.gz.asc



Other differences:
--
++ the_silver_searcher.spec ++
--- /var/tmp/diff_new_pack.zLWBXK/_old  2017-05-27 13:18:52.595165751 +0200
+++ /var/tmp/diff_new_pack.zLWBXK/_new  2017-05-27 13:18:52.595165751 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package the_silver_searcher
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   the_silver_searcher
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:A code-searching tool similar to ack, but faster
 License:Apache-2.0
@@ -51,7 +51,7 @@
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 mkdir -p %{buildroot}/%{_sysconfdir}/bash_completion.d
 mv -v %{buildroot}%{_datadir}/%{name}/completions/ag.bashcomp.sh 
%{buildroot}/%{_sysconfdir}/bash_completion.d/%{name}
 

++ the_silver_searcher-1.0.2.tar.gz -> the_silver_searcher-1.0.3.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/the_silver_searcher-1.0.2/README.md 
new/the_silver_searcher-1.0.3/README.md
--- old/the_silver_searcher-1.0.2/README.md 2016-12-03 22:34:14.0 
+0100
+++ new/the_silver_searcher-1.0.3/README.md 2017-01-12 18:55:41.0 
+0100
@@ -76,6 +76,12 @@
 
 sbopkg -i the_silver_searcher
 
+* openSUSE:
+
+zypper install the_silver_searcher
+
+* SUSE Linux Enterprise: Follow [these simple 
instructions](https://software.opensuse.org/download.html?project=utilities=the_silver_searcher).
+
 
 ### BSD
 
@@ -111,6 +117,10 @@
 
 yum -y groupinstall "Development Tools"
 yum -y install pcre-devel xz-devel
+* openSUSE:
+
+zypper source-install --build-deps-only the_silver_searcher
+
 * Windows: It's complicated. See [this wiki 
page](https://github.com/ggreer/the_silver_searcher/wiki/Windows).
 2. Run the build script (which just runs aclocal, automake, etc):
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/the_silver_searcher-1.0.2/aclocal.m4 
new/the_silver_searcher-1.0.3/aclocal.m4
--- old/the_silver_searcher-1.0.2/aclocal.m42016-12-03 23:41:18.0 
+0100
+++ new/the_silver_searcher-1.0.3/aclocal.m42017-05-03 08:34:47.0 
+0200
@@ -1187,9 +1187,9 @@
 AC_SUBST([am__untar])
 ]) # _AM_PROG_TAR
 
-dnl pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
-dnl serial 11 (pkg-config-0.29.1)
-dnl
+# pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
+# serial 12 (pkg-config-0.29.2)
+
 dnl Copyright © 2004 Scott James Remnant .
 dnl Copyright © 2012-2015 Dan Nicholson 
 dnl
@@ -1230,7 +1230,7 @@
 dnl See the "Since" comment for each macro you use to see what version
 dnl of the macros you require.
 m4_defun([PKG_PREREQ],
-[m4_define([PKG_MACROS_VERSION], [0.29.1])
+[m4_define([PKG_MACROS_VERSION], [0.29.2])
 m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
 [m4_fatal([pkg.m4 version $1 or higher is required but 
]PKG_MACROS_VERSION[ found])])
 ])dnl PKG_PREREQ
@@ -1331,7 +1331,7 @@
 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
 
 pkg_failed=no
-AC_MSG_CHECKING([for $1])
+AC_MSG_CHECKING([for $2])
 
 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
@@ -1341,11 +1341,11 @@
 See the pkg-config man page for more details.])
 
 if test $pkg_failed = yes; then
-   

commit cinnamon-translations for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package cinnamon-translations for 
openSUSE:Factory checked in at 2017-05-27 13:17:59

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


Package is "cinnamon-translations"

Sat May 27 13:17:59 2017 rev:8 rq:498025 version:3.4.2

Changes:

--- 
/work/SRC/openSUSE:Factory/cinnamon-translations/cinnamon-translations.changes  
2017-05-08 19:04:22.820563476 +0200
+++ 
/work/SRC/openSUSE:Factory/.cinnamon-translations.new/cinnamon-translations.changes
 2017-05-27 13:19:03.429634042 +0200
@@ -1,0 +2,6 @@
+Wed May 24 14:40:01 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.4.2:
+  * Update translations.
+
+---

Old:

  cinnamon-translations-3.4.1.tar.gz

New:

  cinnamon-translations-3.4.2.tar.gz



Other differences:
--
++ cinnamon-translations.spec ++
--- /var/tmp/diff_new_pack.vY3Rta/_old  2017-05-27 13:19:04.177528309 +0200
+++ /var/tmp/diff_new_pack.vY3Rta/_new  2017-05-27 13:19:04.181527744 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cinnamon-translations
-Version:3.4.1
+Version:3.4.2
 Release:0
 Summary:Translation files for the Cinnamon desktop
 License:GPL-2.0+

++ cinnamon-translations-3.4.1.tar.gz -> cinnamon-translations-3.4.2.tar.gz 
++
/work/SRC/openSUSE:Factory/cinnamon-translations/cinnamon-translations-3.4.1.tar.gz
 
/work/SRC/openSUSE:Factory/.cinnamon-translations.new/cinnamon-translations-3.4.2.tar.gz
 differ: char 13, line 1




commit pix for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package pix for openSUSE:Factory checked in 
at 2017-05-27 13:17:50

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


Package is "pix"

Sat May 27 13:17:50 2017 rev:8 rq:498010 version:1.4.2

Changes:

--- /work/SRC/openSUSE:Factory/pix/pix.changes  2017-05-08 19:04:31.723305809 
+0200
+++ /work/SRC/openSUSE:Factory/.pix.new/pix.changes 2017-05-27 
13:18:57.246508173 +0200
@@ -1,0 +2,12 @@
+Wed May 24 14:40:01 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.4.2:
+  * Grid view: Activate item when pressing Space.
+  * Improve keyboard navigation.
+  * Update help to reflect keybinding changes.
+  * Switch to symbolic icons.
+  * Change default layout of thumbs to vertical in viewer-mode..
+  * Make the screenshot button icon symbolic.
+  * Update translations.
+
+---

Old:

  pix-1.4.1.tar.gz

New:

  pix-1.4.2.tar.gz



Other differences:
--
++ pix.spec ++
--- /var/tmp/diff_new_pack.tPgfdh/_old  2017-05-27 13:18:58.370349291 +0200
+++ /var/tmp/diff_new_pack.tPgfdh/_new  2017-05-27 13:18:58.374348725 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pix
-Version:1.4.1
+Version:1.4.2
 Release:0
 Summary:Image viewer and browser utility
 License:GPL-2.0+

++ pix-1.4.1.tar.gz -> pix-1.4.2.tar.gz ++
 50835 lines of diff (skipped)




commit blueberry for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package blueberry for openSUSE:Factory 
checked in at 2017-05-27 13:17:43

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


Package is "blueberry"

Sat May 27 13:17:43 2017 rev:19 rq:498001 version:1.1.12

Changes:

--- /work/SRC/openSUSE:Factory/blueberry/blueberry.changes  2017-05-08 
19:04:36.134682626 +0200
+++ /work/SRC/openSUSE:Factory/.blueberry.new/blueberry.changes 2017-05-27 
13:18:24.279168900 +0200
@@ -1,0 +2,6 @@
+Wed May 24 14:40:01 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.1.12:
+  * Update translations.
+
+---

Old:

  blueberry-1.1.11.tar.gz

New:

  blueberry-1.1.12.tar.gz



Other differences:
--
++ blueberry.spec ++
--- /var/tmp/diff_new_pack.CUgs19/_old  2017-05-27 13:18:26.498855093 +0200
+++ /var/tmp/diff_new_pack.CUgs19/_new  2017-05-27 13:18:26.502854527 +0200
@@ -18,7 +18,7 @@
 
 %define __requires_exclude typelib\\((St)\\)
 Name:   blueberry
-Version:1.1.11
+Version:1.1.12
 Release:0
 Summary:A configuration tool for Bluetooth
 License:GPL-3.0+

++ blueberry-1.1.11.tar.gz -> blueberry-1.1.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blueberry-1.1.11/debian/changelog 
new/blueberry-1.1.12/debian/changelog
--- old/blueberry-1.1.11/debian/changelog   2017-05-06 16:11:55.0 
+0200
+++ new/blueberry-1.1.12/debian/changelog   2017-05-23 15:14:00.0 
+0200
@@ -1,3 +1,9 @@
+blueberry (1.1.12) sonya; urgency=medium
+
+  * l10n: Update translations
+
+ -- Clement Lefebvre   Tue, 23 May 2017 14:13:40 +0100
+
 blueberry (1.1.11) sonya; urgency=medium
 
   [ Clement Lefebvre ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blueberry-1.1.11/po/blueberry-af.po 
new/blueberry-1.1.12/po/blueberry-af.po
--- old/blueberry-1.1.11/po/blueberry-af.po 2017-05-06 16:11:55.0 
+0200
+++ new/blueberry-1.1.12/po/blueberry-af.po 2017-05-23 15:14:00.0 
+0200
@@ -15,8 +15,8 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Launchpad-Export-Date: 2017-05-06 12:39+\n"
-"X-Generator: Launchpad (build 18366)\n"
+"X-Launchpad-Export-Date: 2017-05-23 10:30+\n"
+"X-Generator: Launchpad (build 18387)\n"
 
 #: usr/lib/blueberry/blueberry-obex-agent.py:303
 msgid "Incoming file over Bluetooth"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blueberry-1.1.11/po/blueberry-am.po 
new/blueberry-1.1.12/po/blueberry-am.po
--- old/blueberry-1.1.11/po/blueberry-am.po 2017-05-06 16:11:55.0 
+0200
+++ new/blueberry-1.1.12/po/blueberry-am.po 2017-05-23 15:14:00.0 
+0200
@@ -15,8 +15,8 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Launchpad-Export-Date: 2017-05-06 12:39+\n"
-"X-Generator: Launchpad (build 18366)\n"
+"X-Launchpad-Export-Date: 2017-05-23 10:30+\n"
+"X-Generator: Launchpad (build 18387)\n"
 
 #: usr/lib/blueberry/blueberry-obex-agent.py:303
 msgid "Incoming file over Bluetooth"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blueberry-1.1.11/po/blueberry-ar.po 
new/blueberry-1.1.12/po/blueberry-ar.po
--- old/blueberry-1.1.11/po/blueberry-ar.po 2017-05-06 16:11:55.0 
+0200
+++ new/blueberry-1.1.12/po/blueberry-ar.po 2017-05-23 15:14:00.0 
+0200
@@ -8,16 +8,16 @@
 "Project-Id-Version: linuxmint\n"
 "Report-Msgid-Bugs-To: FULL NAME \n"
 "POT-Creation-Date: 2017-02-17 11:24+\n"
-"PO-Revision-Date: 2015-03-31 17:42+\n"
-"Last-Translator: Faissal Chamekh \n"
+"PO-Revision-Date: 2017-05-22 09:25+\n"
+"Last-Translator: oussama guellati \n"
 "Language-Team: Arabic \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n % 100 >= "
 "3 && n % 100 <= 10 ? 3 : n % 100 >= 11 && n % 100 <= 99 ? 4 : 5;\n"
-"X-Launchpad-Export-Date: 2017-05-06 12:39+\n"
-"X-Generator: Launchpad (build 18366)\n"
+"X-Launchpad-Export-Date: 2017-05-23 10:30+\n"
+"X-Generator: Launchpad (build 18387)\n"
 
 #: usr/lib/blueberry/blueberry-obex-agent.py:303
 msgid "Incoming file over Bluetooth"
@@ -158,7 +158,7 @@
 
 #: usr/lib/blueberry/blueberry-tray.py:117
 msgid "Quit"
-msgstr "اُخرج"

commit java-9-openjdk for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package java-9-openjdk for openSUSE:Factory 
checked in at 2017-05-27 13:17:18

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


Package is "java-9-openjdk"

Sat May 27 13:17:18 2017 rev:4 rq:497988 version:9.0.0.0~169

Changes:

--- /work/SRC/openSUSE:Factory/java-9-openjdk/java-9-openjdk.changes
2017-05-16 14:45:10.027028910 +0200
+++ /work/SRC/openSUSE:Factory/.java-9-openjdk.new/java-9-openjdk.changes   
2017-05-27 13:17:48.69216 +0200
@@ -1,0 +2,5 @@
+Fri May 12 10:22:07 UTC 2017 - fst...@suse.com
+
+- Update to upstream tag jdk-9+169
+
+---

Old:

  03a2cc9c8a1e.tar.bz2
  0f81cde5a1f7.tar.bz2
  143d4c87bc1e.tar.bz2
  23a87f409371.tar.bz2
  2746716dcc5a.tar.bz2
  bc21e5ba6bf1.tar.bz2
  e78da9db6299.tar.bz2
  fbb9c8026495.tar.bz2

New:

  0e522ff8b9f5.tar.bz2
  131e25008015.tar.bz2
  16d692be099c.tar.bz2
  177436a54ca1.tar.bz2
  5d9d2a65fb26.tar.bz2
  912cf69806d5.tar.bz2
  b2218d41edef.tar.bz2
  b25838a28195.tar.bz2



Other differences:
--
++ java-9-openjdk.spec ++
--- /var/tmp/diff_new_pack.TR7hSR/_old  2017-05-27 13:17:51.327827383 +0200
+++ /var/tmp/diff_new_pack.TR7hSR/_new  2017-05-27 13:17:51.331826819 +0200
@@ -32,17 +32,17 @@
 %global minorver0
 %global securityver 0
 %global patchver0
-%global buildver168
+%global buildver169
 %global root_projectjdk9
 %global root_repository jdk9
-%global root_revision   143d4c87bc1e
-%global corba_revision  03a2cc9c8a1e
-%global hotspot_revision fbb9c8026495
-%global jaxp_revision   23a87f409371
-%global jaxws_revision  2746716dcc5a
-%global jdk_revisione78da9db6299
-%global langtools_revision bc21e5ba6bf1
-%global nashorn_revision 0f81cde5a1f7
+%global root_revision   b25838a28195
+%global corba_revision  b2218d41edef
+%global hotspot_revision 16d692be099c
+%global jaxp_revision   5d9d2a65fb26
+%global jaxws_revision  912cf69806d5
+%global jdk_revision177436a54ca1
+%global langtools_revision 0e522ff8b9f5
+%global nashorn_revision 131e25008015
 %global icedtea_sound_version 1.0.1
 # priority must be 6 digits in total
 %global priority1905

++ 03a2cc9c8a1e.tar.bz2 -> 0e522ff8b9f5.tar.bz2 ++
 1268399 lines of diff (skipped)

++ 03a2cc9c8a1e.tar.bz2 -> 131e25008015.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-9-openjdk/03a2cc9c8a1e.tar.bz2 
/work/SRC/openSUSE:Factory/.java-9-openjdk.new/131e25008015.tar.bz2 differ: 
char 11, line 1

++ 03a2cc9c8a1e.tar.bz2 -> 16d692be099c.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-9-openjdk/03a2cc9c8a1e.tar.bz2 
/work/SRC/openSUSE:Factory/.java-9-openjdk.new/16d692be099c.tar.bz2 differ: 
char 11, line 1

++ 03a2cc9c8a1e.tar.bz2 -> 177436a54ca1.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-9-openjdk/03a2cc9c8a1e.tar.bz2 
/work/SRC/openSUSE:Factory/.java-9-openjdk.new/177436a54ca1.tar.bz2 differ: 
char 11, line 1

++ 03a2cc9c8a1e.tar.bz2 -> 5d9d2a65fb26.tar.bz2 ++
 959989 lines of diff (skipped)

++ 03a2cc9c8a1e.tar.bz2 -> 912cf69806d5.tar.bz2 ++
 802125 lines of diff (skipped)

++ 03a2cc9c8a1e.tar.bz2 -> b2218d41edef.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corba-03a2cc9c8a1e/.hg_archival.txt 
new/corba-b2218d41edef/.hg_archival.txt
--- old/corba-03a2cc9c8a1e/.hg_archival.txt 2017-04-27 18:07:56.0 
+0200
+++ new/corba-b2218d41edef/.hg_archival.txt 2017-05-04 18:38:07.0 
+0200
@@ -1,4 +1,4 @@
 repo: 55540e827aef970ecc010b7e06b912d991c8e3ce
-node: 03a2cc9c8a1e8f87924c9863e917bc8b91770d5f
+node: b2218d41edef02ee8f94bb438f885b2ba79bfa08
 branch: default
-tag: jdk-9+168
+tag: jdk-9+169
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corba-03a2cc9c8a1e/.hgtags 
new/corba-b2218d41edef/.hgtags
--- old/corba-03a2cc9c8a1e/.hgtags  2017-04-27 18:07:56.0 +0200
+++ new/corba-b2218d41edef/.hgtags  2017-05-04 18:38:07.0 +0200
@@ -410,3 +410,4 @@
 a510b2201154abdd12ede42788086b5283bfb9a6 jdk-9+165
 934c18145915b06d3fcc0de1a30f91f5aab8a192 jdk-9+166
 43de67f51801b9e16507865fcb7e8344f4ca4aa9 jdk-9+167
+03a2cc9c8a1e8f87924c9863e917bc8b91770d5f jdk-9+168

++ bc21e5ba6bf1.tar.bz2 -> b25838a28195.tar.bz2 ++
 1263807 lines of diff (skipped)




commit patterns-caasp for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package patterns-caasp for openSUSE:Factory 
checked in at 2017-05-27 13:17:32

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


Package is "patterns-caasp"

Sat May 27 13:17:32 2017 rev:6 rq:497998 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/patterns-caasp/patterns-caasp.changes
2017-05-09 10:01:21.838820431 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-caasp.new/patterns-caasp.changes   
2017-05-27 13:18:09.449265469 +0200
@@ -1,0 +2,20 @@
+Thu May 18 15:20:54 CEST 2017 - ku...@suse.de
+
+- Add ceph-common [bsc#1036482]
+
+---
+Thu May 18 14:07:31 CEST 2017 - ku...@suse.de
+
+- Add "final" health-checker
+
+---
+Fri May 12 13:38:54 CEST 2017 - ku...@suse.de
+
+- Fix to build additonal on SLE15 code base
+
+---
+Fri May 12 09:47:47 CEST 2017 - ku...@suse.de
+
+- Adjust for new way to build patterns in openSUSE
+
+---

Old:

  create_macros



Other differences:
--
++ patterns-caasp.spec ++
--- /var/tmp/diff_new_pack.jaMWz1/_old  2017-05-27 13:18:11.053038737 +0200
+++ /var/tmp/diff_new_pack.jaMWz1/_new  2017-05-27 13:18:11.053038737 +0200
@@ -24,28 +24,27 @@
 
 Name:   patterns-caasp
 Summary:Patterns for %product_name
-License:GPL-2.0+
+License:MIT
 Group:  Metapackages
 Version:1.0
 Release:0
 Url:http://en.opensuse.org/Patterns
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  perl(URI::Escape)
-%if 0%{?is_susecaasp}
+%if 0%{?is_opensuse}
+BuildRequires:  patterns-rpm-macros
+%else
 BuildRequires:  package-translations
+BuildRequires:  perl(URI::Escape)
 %endif
 Source0:%name-rpmlintrc
-Source1:create_macros
 
 %description
 This is an internal package that is used to create the patterns as part
 of the installation source setup. Installation of this package does
 not make sense.
 
-%if 0%{?is_susecaasp}
+%if 0%{?suse_version} == 1315
 %{expand:%(perl /usr/share/package-translations/create_macros)}
-%else
-%{expand:%(perl %{S:1})}
 %endif
 
 %package MicroOS
@@ -143,7 +142,8 @@
 Requires:   SUSEConnect
 Requires:   rollback-helper
 Requires:   supportutils
-%else
+%endif
+%if 0%{?suse_version} >= 1330
 Requires:   system-group-hardware
 Requires:   system-group-wheel
 Requires:   system-user-nobody
@@ -168,8 +168,11 @@
 Requires:   apparmor-utils
 Requires:   audit
 Requires:   autofs
+Requires:   ceph-common
 Requires:   docker
 Requires:   glibc-locale
+Requires:   health-checker
+Requires:   health-checker-plugins-caasp
 Requires:   less
 Requires:   ncurses-utils
 Requires:   nfs-client
@@ -189,7 +192,6 @@
 Requires:   kubernetes-node
 %if 0%{?is_susecaasp}
 Requires:   caasp-container-manifests
-Requires:   caasp-health-checker
 Requires:   kubernetes-salt
 %endif
 %endif




commit exaile for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2017-05-27 13:17:01

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


Package is "exaile"

Sat May 27 13:17:01 2017 rev:11 rq:497967 version:4.0.0~beta1

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2017-05-16 
14:44:42.242932850 +0200
+++ /work/SRC/openSUSE:Factory/.exaile.new/exaile.changes   2017-05-27 
13:17:37.397796743 +0200
@@ -1,0 +2,9 @@
+Wed May 24 12:00:39 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 4.0.0~beta1:
+  * No changelog available.
+- Rebase exaile-no-splash-default.patch,
+  exaile-mate-screensaver.patch.
+- Add PGP signing.
+
+---

Old:

  exaile-3.4.5+git20170510.tar.gz

New:

  exaile-4.0.0beta1.tar.gz
  exaile-4.0.0beta1.tar.gz.asc
  exaile.keyring



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.jrKR34/_old  2017-05-27 13:17:42.253110322 +0200
+++ /var/tmp/diff_new_pack.jrKR34/_new  2017-05-27 13:17:42.253110322 +0200
@@ -18,17 +18,20 @@
 
 %define __requires_exclude typelib\\((GtkosxApplication)\\)
 %define _name   Exaile
+%define _version 4.0.0beta1
 Name:   exaile
-Version:3.4.5+git20170510
+Version:4.0.0~beta1
 Release:0
 Summary:Gtk3 Amarok-like music player
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://exaile.org/
-Source: %{name}-%{version}.tar.gz
-# PATCH-FEATURE-UPSTREAM exaile-no-splash-default.patch sor.ale...@meowr.ru -- 
Do not show splash screen on startup by default.
+Source: 
https://github.com/exaile/exaile/releases/download/4.0.0-beta1/%{name}-%{_version}.tar.gz
+Source1:
https://github.com/exaile/exaile/releases/download/4.0.0-beta1/%{name}-%{_version}.tar.gz.asc
+Source2:%{name}.keyring
+# PATCH-FEATURE-OPENSUSE exaile-no-splash-default.patch sor.ale...@meowr.ru -- 
Do not show splash screen on startup by default.
 Patch0: %{name}-no-splash-default.patch
-# PATCH-FEATURE-UPSTREAM exaile-mate-screensaver.patch sor.ale...@meowr.ru -- 
Make screensaverpause plugin work with MATE ScreenSaver.
+# PATCH-FEATURE-OPENSUSE exaile-mate-screensaver.patch sor.ale...@meowr.ru -- 
Make the screensaverpause plugin work with MATE Screensaver.
 Patch1: %{name}-mate-screensaver.patch
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
@@ -76,11 +79,9 @@
 %lang_package
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{_version}
 %patch0 -p1
 %patch1 -p1
-# Fix locale search location.
-sed -i "s|\(locale_path = \).*$|\1'%{_datadir}/locale'|" xl/nls.py
 
 %build
 make %{?_smp_mflags} V=1

++ exaile-3.4.5+git20170510.tar.gz -> exaile-4.0.0beta1.tar.gz ++
 42033 lines of diff (skipped)

++ exaile-mate-screensaver.patch ++
--- /var/tmp/diff_new_pack.jrKR34/_old  2017-05-27 13:17:42.773036817 +0200
+++ /var/tmp/diff_new_pack.jrKR34/_new  2017-05-27 13:17:42.773036817 +0200
@@ -4,13 +4,13 @@
  from xl import event, player, settings
  
  SERVICES = [
--dict( # GNOME
-+dict( # MATE
+-dict(  # GNOME
++dict(  # MATE
 +bus_name='org.mate.ScreenSaver',
 +path='/org/mate/ScreenSaver',
 +dbus_interface='org.mate.ScreenSaver',
 +),
-+dict( # light-locker, GNOME
++dict(  # light-locker, GNOME
  bus_name='org.gnome.ScreenSaver',
  path='/org/gnome/ScreenSaver',
  dbus_interface='org.gnome.ScreenSaver',

++ exaile-no-splash-default.patch ++
--- /var/tmp/diff_new_pack.jrKR34/_old  2017-05-27 13:17:42.785035121 +0200
+++ /var/tmp/diff_new_pack.jrKR34/_new  2017-05-27 13:17:42.789034556 +0200
@@ -1,6 +1,6 @@
 --- a/xl/main.py
 +++ b/xl/main.py
-@@ -382,7 +382,7 @@ class Exaile(object):
+@@ -393,7 +393,7 @@ class Exaile(object):
  splash = None
  
  if self.options.StartGui:
@@ -11,12 +11,12 @@
  splash = Splash()
 --- a/xlgui/preferences/appearance.py
 +++ b/xlgui/preferences/appearance.py
-@@ -44,7 +44,7 @@ class ShowInfoAreaCoversPreference(widge
- name = 'gui/show_info_area_covers'
+@@ -47,7 +47,7 @@ class ShowInfoAreaCoversPreference(widge
+ 
  
  class SplashPreference(widgets.CheckPreference):
 -default = True
 +default = False
  name = 'gui/use_splash'
  
- class ShowTabBarPreference(widgets.CheckPreference):
+ 

++ exaile.keyring ++
pub   rsa4096 2014-01-15 [SCA] [expires: 2019-01-14]
  1D65 7819 C1D8 DE42 D968  81C1 D5C6 377E DE50 786B
uid [ unknown] Dustin Spicuzza 
uid [ unknown] Dustin Spicuzza 

commit nodejs6 for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package nodejs6 for openSUSE:Factory checked 
in at 2017-05-27 13:16:49

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


Package is "nodejs6"

Sat May 27 13:16:49 2017 rev:7 rq:497914 version:6.10.3

Changes:

--- /work/SRC/openSUSE:Factory/nodejs6/nodejs6.changes  2017-04-11 
09:46:25.486388073 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs6.new/nodejs6.changes 2017-05-27 
13:16:59.791113407 +0200
@@ -1,0 +2,15 @@
+Tue May 23 09:52:00 UTC 2017 - adam.ma...@suse.de
+
+- New upstream LTS release 6.10.3
+  * b8:
++ Trigger OOM crash on memory allcation errors
++ Don't treat catch scopes as possibly-shadowing for sloppy eval
+  * lib: fix event race condition with -e
+  * src: fix base64 decoding in rare edgecase
+  * tls:
++ fix segfault on destroy after partial read
++ keep track of stream that is closed
++ fix macro to check NPN feature
+- nodejs-libpath.patch: updated
+
+---

Old:

  node-v6.10.2.tar.xz

New:

  node-v6.10.3.tar.xz



Other differences:
--
++ nodejs6.spec ++
--- /var/tmp/diff_new_pack.jZ7OMv/_old  2017-05-27 13:17:01.102927949 +0200
+++ /var/tmp/diff_new_pack.jZ7OMv/_new  2017-05-27 13:17:01.102927949 +0200
@@ -26,7 +26,7 @@
 ###
 
 Name:   nodejs6
-Version:6.10.2
+Version:6.10.3
 Release:0
 
 %if 0%{?sles_version} == 11
@@ -262,6 +262,8 @@
 %install
 make install DESTDIR=%{buildroot} %{?_smp_mflags}
 rm %{buildroot}%{_datadir}/doc/node/gdbinit
+rm -f %{buildroot}%{_datadir}/doc/node/lldbinit
+rm -f %{buildroot}%{_datadir}/doc/node/lldb_commands.py
 
 # npm man page
 rm -rf %{buildroot}%{_libdir}/node_modules/npm/man

++ SHASUMS256.txt ++
--- /var/tmp/diff_new_pack.jZ7OMv/_old  2017-05-27 13:17:01.138922860 +0200
+++ /var/tmp/diff_new_pack.jZ7OMv/_new  2017-05-27 13:17:01.138922860 +0200
@@ -1,42 +1,42 @@
-625947ad107156105f0b1ee05cde078f0175793ea59022e831bab85b7c19d6be  
node-v6.10.2-aix-ppc64.tar.gz
-63383d322612777b38cdb81b66a7f4748a9c803d60ab710a79375204cb033129  
node-v6.10.2-darwin-x64.tar.gz
-360b887361b2597613f18968e3fc0e920079a363d0535fc4e40532e3426fc6eb  
node-v6.10.2-darwin-x64.tar.xz
-5b446d065c86e6567da3ee84f7930b70a0edf5d0ddc90bf1e246320ac72eea08  
node-v6.10.2-headers.tar.gz
-716d403769bd218ed33fd1ed0f55054a1544adc9b3f67c6b5a8fbd61327c1909  
node-v6.10.2-headers.tar.xz
-97de0340b6dbf38e3d995df880a94c58d403c3054676d8fc9192b83a3735f0b8  
node-v6.10.2-linux-arm64.tar.gz
-87b7c2c7c9335a8c01fd702caa6463ed6cf40e0c3be533f6fe33e61d8254f787  
node-v6.10.2-linux-arm64.tar.xz
-ef7ebad44c97e117994ac743f37798efaab7c0846c5476992ceac304cec5be41  
node-v6.10.2-linux-armv6l.tar.gz
-2ea5938bd50ea1f7e9ed18f70adbde6f08f2ceed703ffdb425969b06c1f1a3d3  
node-v6.10.2-linux-armv6l.tar.xz
-9f87b4e1cb96140b37c4421308b6f914f9e5832c285dea735dc0c427451126c1  
node-v6.10.2-linux-armv7l.tar.gz
-a2087c8e37f66677f0bcdb7ce6da8e5489972db6a921dad8c1fd406f4ce19338  
node-v6.10.2-linux-armv7l.tar.xz
-527f90e40c6dd966d6025319f8bc6935e80e81250b7446613a93c528885ee418  
node-v6.10.2-linux-ppc64le.tar.gz
-35caa0b91ebfe35d897f13adacbfc0bf0da4db15498ac64eb1f0da272f69d223  
node-v6.10.2-linux-ppc64le.tar.xz
-27bfa1e70c82fb6c910d8208bdb0af92386a98f6d8e85ef981a90a9703562af5  
node-v6.10.2-linux-ppc64.tar.gz
-f48b02523da44404c7c7e10c61854a048d3989abbd5b4052bc2bb3178c1418f0  
node-v6.10.2-linux-ppc64.tar.xz
-f1163d323b0f0c2b8533382a2a84888b2080e4b42a9192e91e489b5a0613fcbb  
node-v6.10.2-linux-s390x.tar.gz
-949e4d8a511dc9c9f7a8048af0251bcaace3fda12dffe6bda4e08467acfd1c75  
node-v6.10.2-linux-s390x.tar.xz
-35accd2d9ccac747eff0f236e2843bc2198ba7765e2340441d6230861bae4e1b  
node-v6.10.2-linux-x64.tar.gz
-b519cd616b0671ab789d2645c5c026deb7e016d73a867ab4b1b8c9ceba9c3503  
node-v6.10.2-linux-x64.tar.xz
-6721221fab4e3b3a1be6573900b9e368c7a74ac1c1c3ae982e49c5583e8962e3  
node-v6.10.2-linux-x86.tar.gz
-d2179b2d14a399973298c1f4598871058f4cca23c77ea3aca098fa6ff809d55c  
node-v6.10.2-linux-x86.tar.xz
-6a6fb245648236dfd80f50b5d35b54584ad666207b41decfa965581b96d68cd9  
node-v6.10.2.pkg
-aa3de2a247de9cebbe0a8712fb0eba4c66f82e004bbf5b57c8583fbfb6a01ab7  
node-v6.10.2-sunos-x64.tar.gz
-f2c61aad222fbfad383e8c6a92520b610d2e5711c764724627d5103536d8c9e9  
node-v6.10.2-sunos-x64.tar.xz
-b07246e9da31e3a762469d609d03558318bd160cd2a04a822bd6725291f10999  
node-v6.10.2-sunos-x86.tar.gz
-4c1e3afe305fb586a6fe68c814e61e501dca573419751edabea975386cbde64f  
node-v6.10.2-sunos-x86.tar.xz
-9b897dd6604d50ae5fff25fd14b1c4035462d0598735799e0cfb4f17cb6e0d19  
node-v6.10.2.tar.gz

commit gasnet for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package gasnet for openSUSE:Factory checked 
in at 2017-05-27 13:16:34

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


Package is "gasnet"

Sat May 27 13:16:34 2017 rev:3 rq:497819 version:1.28.2

Changes:

--- /work/SRC/openSUSE:Factory/gasnet/gasnet.changes2017-03-20 
17:11:14.195689835 +0100
+++ /work/SRC/openSUSE:Factory/.gasnet.new/gasnet.changes   2017-05-27 
13:16:35.242583983 +0200
@@ -1,0 +2,26 @@
+Tue May 16 15:38:38 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Support gasnet over OFI and ibverbs
+
+---
+Fri Apr  7 15:23:19 CEST 2017 - p...@suse.de
+
+- Remove conflict marker.
+
+---
+Fri Mar 31 12:04:16 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Fix dynamic linking for PSM libraries
+
+---
+Fri Mar 31 13:35:50 CEST 2017 - p...@suse.de
+
+- GASnet relies on libpsm2-compat which again only supports x86_64
+  so make GASnet do the same.  
+
+---
+Wed Mar 29 07:57:50 CEST 2017 - p...@suse.de
+
+- Make dependencies on libs now coming from rdma-core versioned.
+
+---



Other differences:
--
++ gasnet.spec ++
--- /var/tmp/diff_new_pack.J1Bvrm/_old  2017-05-27 13:16:35.806504259 +0200
+++ /var/tmp/diff_new_pack.J1Bvrm/_new  2017-05-27 13:16:35.806504259 +0200
@@ -29,9 +29,16 @@
 BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+# For transition to rdma-core make sure the new packages are selected
+# Once the transition is made the version check can be removed
+BuildRequires:  libibverbs-devel >= 12
+BuildRequires:  libfabric-devel
+BuildRequires:  libpsm2-compat
+BuildRequires:  libpsm2-devel
 BuildRequires:  libtool
 BuildRequires:  openmpi
 BuildRequires:  openmpi-devel
+ExclusiveArch:  x86_64
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -93,7 +100,7 @@
 sed -i -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -e 
"s/__TIME__/\"$FAKE_BUILDTIME\"/" gasnet_tools.c gasnet_trace.c tests/test.h
 
 %build
-%configure --enable-udp --enable-mpi --enable-par --disable-ibv 
--disable-aligned-segments  --enable-segment-fast --with-segment-mmap-max=4GB 
CC="gcc -fPIC" CXX="g++ -fPIC"
+%configure --enable-udp --enable-mpi --enable-par --enable-ibv 
--disable-aligned-segments  --enable-segment-fast --with-segment-mmap-max=4GB 
CC="gcc -fPIC" CXX="g++ -fPIC"
 make %{?_smp_mflags} MANUAL_CFLAGS="%optflags -fPIC" 
MANUAL_MPICFLAGS="%optflags -fPIC" MANUAL_CXXFLAGS="%optflags -fPIC"
 
 %check
@@ -110,15 +117,22 @@
 [[ -f $l ]] || continue; \
 soname=`basename $l .a`; \
 libdir=`dirname $l`; \
+   linker=`which g++`
 libs= ; \
 [[ ${soname} = libgasnet-*-par* ]] && libs+=" -lpthread"; \
+[[ ${soname} = libgasnet-psm-seq ]] && libs+=" -lpthread"; \
 [[ ${soname} = libamudp ]] && libs+=" -L${libdir} -lgasnet-smp-par"; \
 [[ ${soname} = libammpi ]] && libs+=" $(mpicc --showme:link)"; \
 [[ ${soname} = libgasnet-udp-* ]] && libs+=" -L${libdir} -lamudp"; \
 [[ ${soname} = libgasnet-mpi-* ]] && libs+=" -L${libdir} -lammpi"; \
-[[ ${soname} = libgasnet-ibv-* ]] && libs+=" -L${libdir} -lammpi"; \
+[[ ${soname} = libgasnet-ibv-* ]] && libs+=" -L${libdir} -libverbs 
-lpthread" &&
+  linker=`which mpic++`; \
+[[ ${soname} = libgasnet-psm-* ]] && libs+=" -L${libdir} -lpsm2" &&
+  linker=`which mpic++`; \
+[[ ${soname} = libgasnet-ofi-* ]] && libs+=" -L${libdir} -lfabric" &&
+  linker=`which mpic++`; \
 [[ ${soname} = libgasnet-*-* ]] && libs+=" -lrt"; \
-g++ -shared -Wl,-soname=${soname}-%{version}.so \
+${linker} -shared -Wl,-soname=${soname}-%{version}.so \
 -Wl,--as-needed -Wl,-z,defs -Wl,--rpath-link=. \
 -Wl,--whole-archive ${l} -Wl,--no-whole-archive \
 ${libs} -o ${libdir}/${soname}-%{version}.so && \




commit compiz-emerald for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package compiz-emerald for openSUSE:Factory 
checked in at 2017-05-27 13:16:32

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


Package is "compiz-emerald"

Sat May 27 13:16:32 2017 rev:7 rq:497774 version:0.8.14

Changes:

--- /work/SRC/openSUSE:Factory/compiz-emerald/compiz-emerald.changes
2017-05-16 14:44:40.135229002 +0200
+++ /work/SRC/openSUSE:Factory/.compiz-emerald.new/compiz-emerald.changes   
2017-05-27 13:16:33.318855953 +0200
@@ -2 +2 @@
-Wed May  9 20:30:23 UTC 2017 - sor.ale...@meowr.ru
+Wed May 10 20:30:23 UTC 2017 - sor.ale...@meowr.ru



Other differences:
--



commit lxc for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package lxc for openSUSE:Factory checked in 
at 2017-05-27 13:16:55

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


Package is "lxc"

Sat May 27 13:16:55 2017 rev:72 rq:497945 version:2.0.8

Changes:

--- /work/SRC/openSUSE:Factory/lxc/lxc.changes  2017-04-28 09:13:33.675900057 
+0200
+++ /work/SRC/openSUSE:Factory/.lxc.new/lxc.changes 2017-05-27 
13:17:16.336774253 +0200
@@ -1,0 +2,115 @@
+Tue May 16 16:47:47 UTC 2017 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 2.0.8
+  * Security fix for CVE-2017-5985
+  * All templates have been updated to not set default passwords anymore, 
instead requiring lxc-attach be used to configure users.
+  * This may affect some automated environments that were relying on our 
default (very much insecure) users.
+
+ Bugfixes:
+Make lxc-start-ephemeral Python 3.2-compatible
+Fix typo
+Allow build without sys/capability.h
+lxc-opensuse: fix default value for release code
+util: always malloc for setproctitle
+util: update setproctitle comments
+confile: clear lxc.network..ipv{4,6} when empty
+lxc_setup_tios(): Ignore SIGTTOU and SIGTTIN signals
+Make lxc-net return non-zero on failure
+seccomp: allow x32 guests on amd64 hosts.
+Add HAVE_LIBCAP
+c/r: only supply --ext-mount-map for bind mounts
+Added 'mkdir -p' functionality in create_or_remove_cgroup
+Use LXC_ROOTFS_MOUNT in clonehostname hook
+squeeze is not a supported release anymore, drop the key
+start: dumb down SIGCHLD from WARN() to NOTICE()
+log: fix lxc_unix_epoch_to_utc()
+cgfsng: make trim() safer
+seccomp: set SCMP_FLTATR_ATL_TSKIP if available
+lxc-user-nic: re-order #includes
+lxc-user-nic: improve + bugfix
+lxc-user-nic: delete link on failure
+conf: only try to delete veth when privileged
+Fix lxc-containers to support multiple bridges
+Fix mixed tab/spaces in previous patch
+lxc-alpine: use dl-cdn.a.o as default mirror instead of random one
+lxc-checkconfig: verify new[ug]idmap are setuid-root
+[templates] archlinux: resolve conflicting files
+[templates] archlinux: noneed default_timezone variable
+python3: Deal with potential NULL char*
+lxc-download.in / allow setting keyserver from env
+lxc-download.in / Document keyserver change in help
+Change variable check to match existing style
+tree-wide: include directly
+conf/ile: make sure buffer is large enough
+tree-wide: include directly
+tests: Support running on IPv6 networks
+tests: Kill containers (don't wait for shutdown)
+Fix opening wrong file in suggest_default_idmap
+do not set the root password in the debian template
+do not set insecure passwords
+don't set a default password for altlinux, gentoo, openmandriva and pld
+tools: exit with return code of lxc_execute()
+Keep veth.pair.name on network shutdown
+Makefile: fix static clang init.lxc build
+Avoid waiting for bridge interface if disabled in sysconfig/lxc | lxc-net 
via USE_LXC_BRIDGE
+Increased buffer length in print_stats()
+avoid assigning to a variable which is not POSIX shell proof (bug #1498)
+remove obsolete note about api stability
+conf: less error prone pointer access
+conf: lxc_map_ids() non-functional changes
+caps: add lxc_{proc,file}_cap_is_set()
+conf: check for {filecaps,setuid} on new{g,u}idmap
+conf: improve log when mounting rootfs
+ls: simplify the judgment condition when list active containers
+fix typo introduced in #1509
+attach|unshare: fix the wrong comment
+caps: skip file capability checks on android
+autotools: check for cap_get_file
+caps: return false if caps are not supported
+conf: non-functional changes to setup_pts()
+conf: use bind-mount for /dev/ptmx
+conf: non-functional changes
+utils: use loop device helpers from LXD
+create ISSUE_TEMPLATE.md
+cgroups: improve cgfsng debugging
+issue template: fix typo
+conf: close fd in lxc_setup_devpts()
+conf: non-functional changes
+utils: tweak lxc_mount_proc_if_needed()
+Change sshd template to work with Ubuntu 17.04
+conf: order mount options
+conf: add MS_LAZYTIME to mount options
+monitor: report errno on exec() error
+af unix: allow for maximum socket name
+commands: avoid NULL pointer dereference
+commands: non-functional changes
+lxccontainer: avoid NULL pointer dereference
+monitor: simplify abstract socket logic
+precise is not the latest LTS, let's use xenial instead
+fix the wrong exit status
+conf: non-functional changes lxc_fill_autodev()
+conf: remove /dev/console from lxc_fill_autodev()
+conf: 

commit clash-ghc for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package clash-ghc for openSUSE:Factory 
checked in at 2017-05-27 13:16:35

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


Package is "clash-ghc"

Sat May 27 13:16:35 2017 rev:2 rq:497895 version:0.7.2

Changes:

--- /work/SRC/openSUSE:Factory/clash-ghc/clash-ghc.changes  2017-05-17 
10:49:55.044276516 +0200
+++ /work/SRC/openSUSE:Factory/.clash-ghc.new/clash-ghc.changes 2017-05-27 
13:16:35.978479945 +0200
@@ -1,0 +2,5 @@
+Tue May 16 09:04:29 UTC 2017 - psim...@suse.com
+
+- Update to version 0.7.2 with cabal2obs.
+
+---

Old:

  clash-ghc-0.7.0.1.tar.gz

New:

  clash-ghc-0.7.2.tar.gz



Other differences:
--
++ clash-ghc.spec ++
--- /var/tmp/diff_new_pack.0BZxAr/_old  2017-05-27 13:16:36.774367426 +0200
+++ /var/tmp/diff_new_pack.0BZxAr/_new  2017-05-27 13:16:36.778366860 +0200
@@ -16,14 +16,16 @@
 #
 
 
-Name:   clash-ghc
-Version:0.7.0.1
+%global pkg_name clash-ghc
+Name:   %{pkg_name}
+Version:0.7.2
 Release:0
 Summary:CAES Language for Synchronous Hardware
-License:BSD-2-Clause
+License:BSD-3-Clause
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
+BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-bifunctors-devel
@@ -86,19 +88,53 @@
 
 Prelude library: .
 
+%package -n ghc-%{name}
+Summary:Haskell %{name} library
+Group:  System/Libraries
+
+%description -n ghc-%{name}
+This package provides the Haskell %{name} shared library.
+
+%package -n ghc-%{name}-devel
+Summary:Haskell %{name} library development files
+Group:  Development/Libraries/Other
+Requires:   ghc-%{name} = %{version}-%{release}
+Requires:   ghc-compiler = %{ghc_version}
+Requires(post): ghc-compiler = %{ghc_version}
+Requires(postun): ghc-compiler = %{ghc_version}
+
+%description -n ghc-%{name}-devel
+This package provides the Haskell %{name} library development files.
+
 %prep
 %setup -q
 
 %build
-%ghc_bin_build
+%ghc_lib_build
 
 %install
-%ghc_bin_install
+%ghc_lib_install
+%ghc_fix_rpath %{pkg_name}-%{version}
+
+%post -n ghc-%{name}-devel
+%ghc_pkg_recache
+
+%postun -n ghc-%{name}-devel
+%ghc_pkg_recache
 
 %files
 %defattr(-,root,root,-)
 %doc LICENSE
 %doc CHANGELOG.md LICENSE_GHC README.md
 %{_bindir}/clash
+%{_bindir}/clashi
+
+%files -n ghc-%{name} -f ghc-%{name}.files
+%defattr(-,root,root,-)
+%doc LICENSE
+
+%files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
+%defattr(-,root,root,-)
+%doc CHANGELOG.md LICENSE_GHC README.md
 
 %changelog

++ clash-ghc-0.7.0.1.tar.gz -> clash-ghc-0.7.2.tar.gz ++
 12371 lines of diff (skipped)




commit ghc-hip for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package ghc-hip for openSUSE:Factory checked 
in at 2017-05-27 13:16:41

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


Package is "ghc-hip"

Sat May 27 13:16:41 2017 rev:2 rq:497898 version:1.5.3.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-hip/ghc-hip.changes  2017-05-17 
10:48:33.011816390 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hip.new/ghc-hip.changes 2017-05-27 
13:16:42.533553213 +0200
@@ -1,0 +2,10 @@
+Wed May  3 08:24:09 UTC 2017 - psim...@suse.com
+
+- Update to version 1.5.3.0 with cabal2obs.
+
+---
+Sun Feb 12 14:12:11 UTC 2017 - psim...@suse.com
+
+- Update to version 1.5.2.0 with cabal2obs.
+
+---

Old:

  hip-1.2.0.0.tar.gz

New:

  hip-1.5.3.0.tar.gz



Other differences:
--
++ ghc-hip.spec ++
--- /var/tmp/diff_new_pack.1qHBtx/_old  2017-05-27 13:16:43.797374539 +0200
+++ /var/tmp/diff_new_pack.1qHBtx/_new  2017-05-27 13:16:43.797374539 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hip
 #
-# 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
@@ -19,7 +19,7 @@
 %global pkg_name hip
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.2.0.0
+Version:1.5.3.0
 Release:0
 Summary:Haskell Image Processing (HIP) Library
 License:BSD-3-Clause

++ hip-1.2.0.0.tar.gz -> hip-1.5.3.0.tar.gz ++
/work/SRC/openSUSE:Factory/ghc-hip/hip-1.2.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.ghc-hip.new/hip-1.5.3.0.tar.gz differ: char 13, 
line 1




commit nodejs4 for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package nodejs4 for openSUSE:Factory checked 
in at 2017-05-27 13:16:48

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


Package is "nodejs4"

Sat May 27 13:16:48 2017 rev:11 rq:497913 version:4.8.3

Changes:

--- /work/SRC/openSUSE:Factory/nodejs4/nodejs4.changes  2017-04-11 
09:46:29.193864343 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs4.new/nodejs4.changes 2017-05-27 
13:16:50.620409925 +0200
@@ -1,0 +2,12 @@
+Tue May 23 09:54:05 UTC 2017 - adam.ma...@suse.de
+
+- New upstream LTS release 4.8.3
+  * v8: trigger OOM crash if memory allocation fails
+  * src: fix base64 decoding in rare edgecase
+  * tls:
++ fix segfault on destroy after partial read
++ keep track of stream that is closed
++ TLSSocket emits 'error' on handshake failure
+- nodejs-libpath.patch: updated
+
+---

Old:

  node-v4.8.2.tar.xz

New:

  node-v4.8.3.tar.xz



Other differences:
--
++ nodejs4.spec ++
--- /var/tmp/diff_new_pack.dRRFiO/_old  2017-05-27 13:16:52.020212027 +0200
+++ /var/tmp/diff_new_pack.dRRFiO/_new  2017-05-27 13:16:52.020212027 +0200
@@ -26,7 +26,7 @@
 ###
 
 Name:   nodejs4
-Version:4.8.2
+Version:4.8.3
 Release:0
 
 %if 0%{?sles_version} == 11
@@ -262,6 +262,8 @@
 %install
 make install DESTDIR=%{buildroot} %{?_smp_mflags}
 rm %{buildroot}%{_datadir}/doc/node/gdbinit
+rm -f %{buildroot}%{_datadir}/doc/node/lldbinit
+rm -f %{buildroot}%{_datadir}/doc/node/lldb_commands.py
 
 # npm man page
 rm -rf %{buildroot}%{_libdir}/node_modules/npm/man

++ SHASUMS256.txt ++
--- /var/tmp/diff_new_pack.dRRFiO/_old  2017-05-27 13:16:52.064205807 +0200
+++ /var/tmp/diff_new_pack.dRRFiO/_new  2017-05-27 13:16:52.064205807 +0200
@@ -1,39 +1,39 @@
-839e8ac8b30692000393172ba10e0d14057060751694c73276cecc03ec301152  
node-v4.8.2-darwin-x64.tar.gz
-44db1ea96242fc350e3f253e525c46217049ddff6acf0f273483657a0947d5c4  
node-v4.8.2-darwin-x64.tar.xz
-dbbf4f4f8b9253b39ffb26c8984865ddf25052c314c699799cbad78b728a1247  
node-v4.8.2-headers.tar.gz
-42d2320c5d42f45c8d71e0a6da87b2566b55e520eec1c3aca5bf16816546207a  
node-v4.8.2-headers.tar.xz
-f12a9e347da6ffdac6598164831198714a6ef7e0587d10fce21e5312629f2ed8  
node-v4.8.2-linux-arm64.tar.gz
-963fe4b9355c1dcd4e0c5004978bb6b843c0b7e13f7b67e98d67baf4cf288275  
node-v4.8.2-linux-arm64.tar.xz
-d31a6808a7af5f50dc22de4983b2eae3379fde5e230fcdbc0edfbf788d4cc34a  
node-v4.8.2-linux-armv6l.tar.gz
-212f27d2430bc6112782f04594a9a9143205926b4d7b15e3a5790fe1a46f30e3  
node-v4.8.2-linux-armv6l.tar.xz
-2fb743e3d980f851cd3d1e82f2a6c02fd69a9a4fcf696efc8365cad0e565506f  
node-v4.8.2-linux-armv7l.tar.gz
-26a89c9e27a58c0ff7c59d2dc3ceba3c1f87201715126f00412e7f8195609cf6  
node-v4.8.2-linux-armv7l.tar.xz
-cd78e40c3a1699520e497aa22f4b52582232442eee04d2defa7db6a6859956ad  
node-v4.8.2-linux-ppc64le.tar.gz
-ace83a9d71704caff18a81901eaedaca0c623e289f98fa88178ba80b0cd7a39c  
node-v4.8.2-linux-ppc64le.tar.xz
-df8152c1df39e5d6fa38ecadd6c8d0fdb731a3602a9bd63eebc378d1b1ad5a1f  
node-v4.8.2-linux-ppc64.tar.gz
-1d088bc87cba2ffae5696bf1e6432622afaaee5c9ec2da96302100b707a5af4b  
node-v4.8.2-linux-ppc64.tar.xz
-150c468f67a84c343503864a037cb8f4decd375279f3c20afe7c4f21f7aa3164  
node-v4.8.2-linux-x64.tar.gz
-4d4a37f980bb2770c44d7123864650d0823bae696d7db09d9ed83028cab32fd3  
node-v4.8.2-linux-x64.tar.xz
-08d7b0db8ca5ad5579c7391efedc38d69ceac6de2bc3f6bb0d14fa0fe7ee5907  
node-v4.8.2-linux-x86.tar.gz
-69b20ac1d234f936bb9841262de177dd451cb5c8640005832242350dcd022486  
node-v4.8.2-linux-x86.tar.xz
-25606ccd44d634b3796806e4c534456b235310e9c3bdbd0afb3e1fb5d0214371  
node-v4.8.2.pkg
-ecd2b4a554681b38703d54f1c1c66f4410af0dcfb931ab37b082c1e5b6f062e6  
node-v4.8.2-sunos-x64.tar.gz
-ece0313949c6b8ba15e4797f4bce53612ae806306ea12a91b1f29f27ffbb3171  
node-v4.8.2-sunos-x64.tar.xz
-198009fbc858a8a4c1ee5b5d717d964c3e99de840fa541e195b16f1caeee2f3e  
node-v4.8.2-sunos-x86.tar.gz
-9d0693c228bd7c45051a35b871e3d79253e138de46e380b61b546a3e2f1ab663  
node-v4.8.2-sunos-x86.tar.xz
-29dc51947b09f081263bf60f70525979e3f78efc21c68f108bc3c6c64d18b904  
node-v4.8.2.tar.gz
-b961350b8490c791bdd3663925662ba0fbe01e004b43f1c2779baffcc816b930  
node-v4.8.2.tar.xz
-39cf9694594e42f49cfe54de720575ecd3a32dd08f6b390f017283ddb84828e6  
node-v4.8.2-win-x64.7z
-fcd1233e3fab11859c96784e714d0a2256fa065ffdbce5bbc8fe55a2e8052a1e  
node-v4.8.2-win-x64.zip
-48c360e9d6aac6c19267255c8df9ac510cf2f196ff0885d856eca4dc3ad861cd  
node-v4.8.2-win-x86.7z
-23d7d0e5a3934b2183ce2c71d102417282a6f183774123558d408d117dd06e34  
node-v4.8.2-win-x86.zip

commit suse-xsl-stylesheets for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package suse-xsl-stylesheets for 
openSUSE:Factory checked in at 2017-05-27 13:16:29

Comparing /work/SRC/openSUSE:Factory/suse-xsl-stylesheets (Old)
 and  /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new (New)


Package is "suse-xsl-stylesheets"

Sat May 27 13:16:29 2017 rev:37 rq:497748 version:2.0.7.2

Changes:

--- 
/work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes
2017-05-20 10:09:13.397523830 +0200
+++ 
/work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new/suse-xsl-stylesheets.changes
   2017-05-27 13:16:30.315280588 +0200
@@ -4 +4 @@
-Stable release of the SUSE XSL stylesheets 2.0.7.2:
+Stable release 2.0.7.2:
@@ -25 +25 @@
-Stable release of the SUSE XSL stylesheets 2.0.7.1:
+Stable release 2.0.7.1:
@@ -45 +45 @@
-Stable release of the SUSE XSL stylesheets 2.0.7:
+Stable release 2.0.7:
@@ -77 +77 @@
-Stable release of the SUSE XSL stylesheets 2.0.6.3:
+Stable release 2.0.6.3 (tracked in bsc#1002224):
@@ -95 +95 @@
-Stable release of the SUSE XSL stylesheets 2.0.6.2:
+Stable release 2.0.6.2 (tracked in bsc#999041):
@@ -120 +120 @@
-Stable release of the SUSE XSL stylesheets 2.0.6.1:
+Stable release 2.0.6.1 (tracked in bsc#992221):
@@ -134 +134 @@
-Stable release of the SUSE XSL stylesheets 2.0.6:
+Stable release 2.0.6:
@@ -178 +178 @@
-Stable release of the SUSE XSL stylesheets 2.0.5:
+Stable release 2.0.5:
@@ -234 +234 @@
-Stable release of the SUSE XSL stylesheets 2.0.4:
+Stable release 2.0.4 (tracked in bsc#962402):
@@ -271,0 +272,36 @@
+---
+Fri Nov 13 14:38:28 UTC 2015 - skn...@suse.com
+
+Stable release 2.0.3.2 (only for OBS):
+
+- Stylesheets:
+  . Fixed bsc#929630: (PDF) Wrong company name displayed in PDF builds
+  . Fixed suse-xsl#49: (PDF) Make sure that FOP does not cut off long
+admonitions
+  . Fixed suse-xsl#70: (all) Make sure that the string "Publication
+Date" is always capitalized
+  . Fixed suse-xsl#71: (all) Add Hungarian translation for "Publication
+Date" string
+
+- Infrastructure:
+  . (NovDoc DTD) Allow menuchoice within titles
+  . (Package) Remove svn fetch script as it is now irrelevant
+
+---
+Thu Oct 22 13:51:17 UTC 2015 - t...@suse.de
+
+Stable release 2.0.3.1 (only for OBS):
+(Fixes bsc#951717)
+
+- Stylesheets:
+  . Fixed #46: (PDF) Admonition titles with normal font weight
+  . Fixed #50: (PDF) Product name/version displayed on cover and in footer of
+DocBook-5-generated books
+  . (PDF) Do not generate transparent text in CJK books
+  . Improved Fix for #36: (XHTML) Bugzilla links are only generated where
+necessary
+  . Fixed #55: (XHTML) Make callouts uncopyable
+  . (XHTML) Fix display of screens and long commands in screen
+
+- Infrastructure:
+  . no changes
@@ -276 +312 @@
-Stable release of the SUSE XSL stylesheets 2.0.3 (only for OBS):
+Stable release 2.0.3 (only for OBS):
@@ -292 +328 @@
-Stable release of the SUSE XSL stylesheets 2.0.2
+Stable release 2.0.2
@@ -297,0 +334,5 @@
+Mon Jul  6 11:02:01 UTC 2015 - t...@suse.de
+
+- Update package 2.0.1 for bsc#936253 (SLES12)
+
+---
@@ -300 +341 @@
-Stable release of the SUSE XSL stylesheets 2.0.1
+Stable release 2.0.1
@@ -314,0 +356,5 @@
+Tue Jun 23 07:53:28 UTC 2015 - t...@suse.de
+
+- Update package for bsc#928012 (SLE12)
+
+---
@@ -317 +363 @@
-Stable release of the SUSE XSL stylesheets 2.0
+Stable release 2.0
@@ -325 +371 @@
-New release of the SUSE XSL stylesheets 2.0-rc6:
+New release 2.0-rc6:
@@ -341 +387 @@
-New release of the SUSE XSL stylesheets 2.0~rc5
+New release 2.0~rc5
@@ -376 +422 @@
-Version of the SUSE XSL stylesheets 2.0 RC4:
+Version 2.0 RC4:
@@ -387 +433 @@
-Version of the SUSE XSL stylesheets 2.0 RC3:
+Version 2.0 RC3:
@@ -405 +451 @@
-Version of the SUSE XSL stylesheets 2.0 RC2:
+Version 2.0 RC2:



Other differences:
--



commit xdcc for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package xdcc for openSUSE:Factory checked in 
at 2017-05-27 13:16:43

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


Package is "xdcc"

Sat May 27 13:16:43 2017 rev:2 rq:497899 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/xdcc/xdcc.changes2017-05-17 
10:51:32.126619370 +0200
+++ /work/SRC/openSUSE:Factory/.xdcc.new/xdcc.changes   2017-05-27 
13:16:43.977349095 +0200
@@ -1,0 +2,5 @@
+Tue May 16 08:44:16 UTC 2017 - psim...@suse.com
+
+- Update to version 1.1.4 revision 1 with cabal2obs.
+
+---

New:

  xdcc.cabal



Other differences:
--
++ xdcc.spec ++
--- /var/tmp/diff_new_pack.xiH1OU/_old  2017-05-27 13:16:44.445282940 +0200
+++ /var/tmp/diff_new_pack.xiH1OU/_new  2017-05-27 13:16:44.449282375 +0200
@@ -24,6 +24,7 @@
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-ascii-progress-devel
 BuildRequires:  ghc-async-devel
@@ -60,6 +61,7 @@
 
 %prep
 %setup -q
+cp -p %{SOURCE1} %{name}.cabal
 
 %build
 %ghc_bin_build

++ xdcc.cabal ++
name: xdcc
version:  1.1.4
x-revision: 1
synopsis: A wget-like utility for retrieving files from XDCC bots on
  IRC
description:  XDCC (eXtended DCC) is a protocol used by IRC bots to make
  files available for transfer. This utility can be used to
  retrieve such files.
  .
  See 
  for usage instructions.
  .
  See  for
  more details.
license:  MIT
license-file: LICENSE
homepage: https://github.com/JanGe/xdcc
bug-reports:  https://github.com/JanGe/xdcc/issues
author:   Jan Gerlinger
maintainer:   g...@jangerlinger.de
category: Network
-- copyright:
build-type:   Simple
cabal-version:>=1.10

executable xdcc
  hs-source-dirs:   src
  main-is:  Main.hs
  other-modules:DCC
  , IRC.Types
  , XDCC
  , ZNC
  , Options.Applicative.Extended
  build-depends:base >= 4.7  && < 5
  , ascii-progress   >= 0.3.2.0  && < 0.4
  , async>= 2.1.0&& < 2.2
  , bytestring   >= 0.10.6.0 && < 0.11
  , case-insensitive >= 1.2.0.6  && < 1.3
  , concurrent-output>= 1.7.4&& < 1.10
  , errors   >= 2.1.2&& < 2.3
  , iproute  >= 1.7.0&& < 1.8
  , irc-client   >= 0.4.3.0  && < 0.5
  , irc-dcc  >= 2.0.1&& < 2.1
  , monad-control>= 1.0.1.0  && < 1.1
  , network  >= 2.6.2.1  && < 2.7
  , optparse-applicative >= 0.12.1.0 && < 0.14
  , path >= 0.5.7&& < 0.6
  , random   == 1.1.*
  , text >= 1.2.2.1  && < 1.3
  , transformers >= 0.4.2.0  && < 0.6
  , transformers-base>= 0.4.4&& < 0.5
  , safe-exceptions  >= 0.1.4.0  && < 0.2
  , signal   >= 0.1.0.3  && < 0.2
  , stm  >= 2.4.4.1  && < 2.5
  , unix-compat  >= 0.4.1.0  && < 0.5
  default-language: Haskell2010
  ghc-options:  -Wall -threaded -rtsopts -with-rtsopts=-N



commit product-builder for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package product-builder for openSUSE:Factory 
checked in at 2017-05-27 13:16:44

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


Package is "product-builder"

Sat May 27 13:16:44 2017 rev:3 rq:497908 version:1.0~pre.1495619642.e97a217

Changes:

--- /work/SRC/openSUSE:Factory/product-builder/product-builder.changes  
2017-05-22 18:08:41.259832231 +0200
+++ /work/SRC/openSUSE:Factory/.product-builder.new/product-builder.changes 
2017-05-27 13:16:47.460856610 +0200
@@ -1,0 +2,5 @@
+Wed May 24 09:54:50 UTC 2017 - adr...@suse.de
+
+- adapt path of meta packages to /usr/lib/skeldcd/CD?  (bsc#1031335)
+
+---

Old:

  product-builder-1.0~pre.1490686312.b24ea32.obscpio

New:

  product-builder-1.0~pre.1495619642.e97a217.obscpio



Other differences:
--
++ product-builder.spec ++
--- /var/tmp/diff_new_pack.8mADG0/_old  2017-05-27 13:16:48.060771797 +0200
+++ /var/tmp/diff_new_pack.8mADG0/_new  2017-05-27 13:16:48.064771231 +0200
@@ -23,7 +23,7 @@
 Name:   product-builder
 Conflicts:  kiwi
 Conflicts:  kiwi-instsource
-Version:1.0~pre.1490686312.b24ea32
+Version:1.0~pre.1495619642.e97a217
 Release:0
 Provides:   kiwi-schema = 6.2
 Source: product-builder-%version.tar.xz

++ product-builder.obsinfo ++
--- /var/tmp/diff_new_pack.8mADG0/_old  2017-05-27 13:16:48.120763315 +0200
+++ /var/tmp/diff_new_pack.8mADG0/_new  2017-05-27 13:16:48.124762750 +0200
@@ -1,5 +1,5 @@
 name: product-builder
-version: 1.0~pre.1490686312.b24ea32
-mtime: 1490686312
-commit: b24ea325287cea2480d15a97d7531f6ee5a4f39c
+version: 1.0~pre.1495619642.e97a217
+mtime: 1495619642
+commit: e97a217d968555d71f3bbb5fa23de56675be9ffc
 




commit site-config for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package site-config for openSUSE:Factory 
checked in at 2017-05-27 13:16:31

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


Package is "site-config"

Sat May 27 13:16:31 2017 rev:13 rq:497768 version:0.2

Changes:

--- /work/SRC/openSUSE:Factory/site-config/site-config.changes  2015-08-11 
08:26:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.site-config.new/site-config.changes 
2017-05-27 13:16:31.151162413 +0200
@@ -1,0 +2,10 @@
+Tue May 23 13:14:42 UTC 2017 - mplus...@suse.com
+
+- Update license information
+
+---
+Tue May 23 06:42:23 UTC 2017 - wer...@suse.de
+
+- Oops ... C-shells do use `setenv' for exporting variables (boo#1040211)
+
+---



Other differences:
--
++ site-config.spec ++
--- /var/tmp/diff_new_pack.UTYq44/_old  2017-05-27 13:16:31.815068553 +0200
+++ /var/tmp/diff_new_pack.UTYq44/_new  2017-05-27 13:16:31.815068553 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package site-config
 #
-# 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
@@ -20,7 +20,7 @@
 Version:0.2
 Release:0
 Summary:Site Paths Configuration for autoconf Based configure Scripts
-License:BSD-3-Clause
+License:GPL-2.0+
 Group:  Development/Tools/Building
 Source0:%{name}.libdir1
 Source1:%{name}.libdir3.biarch
@@ -30,7 +30,6 @@
 Source5:%{name}.AUTHORS
 Source6:%{name}.COPYING
 Source7:%{name}.README
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  libtool
 %if 0%{?suse_version}
@@ -133,12 +132,9 @@
 
 # Install C Shell profile.
 cat >$RPM_BUILD_ROOT%{_sysconfdir}/profile.d/site.csh <

commit ghc-diagrams-builder for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package ghc-diagrams-builder for 
openSUSE:Factory checked in at 2017-05-27 13:16:38

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


Package is "ghc-diagrams-builder"

Sat May 27 13:16:38 2017 rev:2 rq:497897 version:0.8.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-diagrams-builder/ghc-diagrams-builder.changes
2017-05-17 10:48:46.317944565 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-diagrams-builder.new/ghc-diagrams-builder.changes
   2017-05-27 13:16:38.958058703 +0200
@@ -1,0 +2,5 @@
+Wed Apr 19 13:20:42 UTC 2017 - psim...@suse.com
+
+- Update to version 0.8.0.1 revision 1 with cabal2obs.
+
+---

New:

  diagrams-builder.cabal



Other differences:
--
++ ghc-diagrams-builder.spec ++
--- /var/tmp/diff_new_pack.GEGroN/_old  2017-05-27 13:16:39.569972193 +0200
+++ /var/tmp/diff_new_pack.GEGroN/_new  2017-05-27 13:16:39.573971627 +0200
@@ -25,6 +25,7 @@
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-orphans-devel
 BuildRequires:  ghc-cmdargs-devel
@@ -77,6 +78,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ diagrams-builder.cabal ++
name:diagrams-builder
version: 0.8.0.1
x-revision: 1
synopsis:hint-based build service for the diagrams graphics EDSL.

description: @diagrams-builder@ provides backend-agnostic tools for
 dynamically turning code into rendered diagrams,
 using the @hint@ wrapper to the GHC API.  It
 supports conditional recompilation using hashing
 of diagrams source code, to avoid recompiling
 code that has not changed.  It is useful for
 creating tools which compile diagrams code
 embedded in other documents.  For example, it is
 used by the @BlogLiterately-diagrams@ package (a
 plugin for @BlogLiterately@) to compile diagrams
 embedded in Markdown-formatted blog posts.
 .
 Executables specific to the cairo, SVG, postscript,
 and rasterific
 backends are included (more executables specific
 to other backends may be included in the future).
 All take an input file and an expression to
 render, and output an image file.  If you want
 these executables you must explicitly enable the
 @-fcairo@, @-fsvg@, @-fpostscript@, or @-frasterific@ 
flags.
 .
 A LaTeX package, @diagrams-latex.sty@, is also
 provided in the @latex/@ directory of the source
 distribution, which renders diagrams code found
 within @diagram@ environments. Note that
 @diagrams-latex.sty@ is licensed under the GPL.
homepage:http://projects.haskell.org/diagrams
license: BSD3
license-file:LICENSE
extra-source-files:  CHANGES.markdown, README.markdown, latex/diagrams-latex.sty
author:  Brent Yorgey
maintainer:  diagrams-disc...@googlegroups.com
category:Graphics
build-type:  Simple
cabal-version:   >=1.10
tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
bug-reports: https://github.com/diagrams/diagrams-builder/issues
Source-repository head
  type: git
  location: https://github.com/diagrams/diagrams-builder

library
  exposed-modules: Diagrams.Builder
   Diagrams.Builder.Opts
   Diagrams.Builder.Modules
   Diagrams.Builder.CmdLine
  build-depends:   base >=4.2 && < 4.10,
   base-orphans >= 0.3 && < 0.7,
   mtl >= 2.1 && < 2.3,
   diagrams-lib >= 1.4 && < 1.5,
   hint >= 0.4 && < 0.7,
   directory,
   filepath,
   transformers >= 0.3 && < 0.6,
   split >= 0.2 && < 0.3,
   

commit ghc-avers for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package ghc-avers for openSUSE:Factory 
checked in at 2017-05-27 13:16:37

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


Package is "ghc-avers"

Sat May 27 13:16:37 2017 rev:2 rq:497896 version:0.0.17.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-avers/ghc-avers.changes  2017-05-17 
10:49:20.269168500 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-avers.new/ghc-avers.changes 2017-05-27 
13:16:38.254158218 +0200
@@ -1,0 +2,10 @@
+Wed Apr 26 15:06:01 UTC 2017 - psim...@suse.com
+
+- Update to version 0.0.17.1 revision 10 with cabal2obs.
+
+---
+Wed Apr 19 13:32:33 UTC 2017 - psim...@suse.com
+
+- Update to version 0.0.17.1 revision 9 with cabal2obs.
+
+---



Other differences:
--
++ ghc-avers.spec ++
--- /var/tmp/diff_new_pack.Q8NdpB/_old  2017-05-27 13:16:38.742089236 +0200
+++ /var/tmp/diff_new_pack.Q8NdpB/_new  2017-05-27 13:16:38.746088670 +0200
@@ -26,7 +26,7 @@
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/8.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/10.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-MonadRandom-devel
 BuildRequires:  ghc-aeson-devel

++ avers.cabal ++
--- /var/tmp/diff_new_pack.Q8NdpB/_old  2017-05-27 13:16:38.778084147 +0200
+++ /var/tmp/diff_new_pack.Q8NdpB/_new  2017-05-27 13:16:38.782083581 +0200
@@ -1,6 +1,6 @@
 name: avers
 version: 0.0.17.1
-x-revision: 8
+x-revision: 10
 cabal-version: >=1.10
 build-type: Simple
 license: GPL-3
@@ -40,7 +40,7 @@
 Avers.Types
 Avers.Views
 build-depends:
-aeson >=1.0.2.1 && <1.2,
+aeson >=1.0.2.1 && <1.3,
 attoparsec >=0.13.1.0 && <0.14,
 base >=4.9.0.0 && <4.10,
 bytestring >=0.10.8.1 && <0.11,
@@ -58,7 +58,7 @@
 unordered-containers >=0.2.7.2 && <0.3,
 vector >=0.11.0.0 && <0.13,
 MonadRandom >=0.4.2.3 && <0.6,
-cryptonite >=0.21 && <0.23,
+cryptonite >=0.21 && <0.24,
 memory ==0.14.*,
 inflections >=0.3.0.0 && <0.4,
 resource-pool >=0.2.3.2 && <0.3,
@@ -73,7 +73,7 @@
 main-is: Test.hs
 build-depends:
 MonadRandom >=0.4.2.3 && <0.6,
-aeson >=1.0.2.1 && <1.2,
+aeson >=1.0.2.1 && <1.3,
 attoparsec >=0.13.1.0 && <0.14,
 avers >=0.0.17.1 && <0.1,
 base >=4.9.0.0 && <4.10,
@@ -99,7 +99,7 @@
 type: exitcode-stdio-1.0
 main-is: Benchmark.hs
 build-depends:
-aeson >=1.0.2.1 && <1.2,
+aeson >=1.0.2.1 && <1.3,
 avers >=0.0.17.1 && <0.1,
 base >=4.9.0.0 && <4.10,
 mtl >=2.2.1 && <2.3,




commit hwdata for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package hwdata for openSUSE:Factory checked 
in at 2017-05-27 13:15:41

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


Package is "hwdata"

Sat May 27 13:15:41 2017 rev:2 rq:496539 version:0.300

Changes:

--- /work/SRC/openSUSE:Factory/hwdata/hwdata.changes2017-05-10 
20:53:46.887212793 +0200
+++ /work/SRC/openSUSE:Factory/.hwdata.new/hwdata.changes   2017-05-27 
13:15:42.274072503 +0200
@@ -4 +4 @@
-- Update to version 0.300
+- Update to version 0.300 (boo#1038809)
@@ -11,0 +12,6 @@
+
+---
+Mon Sep 28 12:26:29 CEST 2015 - m...@suse.de
+
+- version 0.282
+- updated pci, usb and vendor ids



Other differences:
--



commit schemaspy for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package schemaspy for openSUSE:Factory 
checked in at 2017-05-27 13:16:15

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


Package is "schemaspy"

Sat May 27 13:16:15 2017 rev:3 rq:496823 version:5.0.0

Changes:

--- /work/SRC/openSUSE:Factory/schemaspy/schemaspy.changes  2014-07-21 
22:34:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.schemaspy.new/schemaspy.changes 2017-05-27 
13:16:21.772488338 +0200
@@ -1,0 +2,5 @@
+Fri May 19 16:51:33 UTC 2017 - tchva...@suse.com
+
+- Do not require javapackage-tools
+
+---



Other differences:
--
++ schemaspy.spec ++
--- /var/tmp/diff_new_pack.6Ag4t6/_old  2017-05-27 13:16:22.728353201 +0200
+++ /var/tmp/diff_new_pack.6Ag4t6/_new  2017-05-27 13:16:22.732352635 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package schemaspy
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Archie L. Cobbs.
 #
 # All modifications and additions to the file contributed by third parties
@@ -33,7 +33,6 @@
 Requires:   graphviz
 Requires:   graphviz-gd
 Requires:   java >= 1.5.0
-Requires:   javapackages-tools
 Suggests:   mysql-connector-java
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch





commit gluegen2 for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package gluegen2 for openSUSE:Factory 
checked in at 2017-05-27 13:15:46

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


Package is "gluegen2"

Sat May 27 13:15:46 2017 rev:9 rq:496809 version:2.3.2

Changes:

--- /work/SRC/openSUSE:Factory/gluegen2/gluegen2.changes2016-03-16 
10:35:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.gluegen2.new/gluegen2.changes   2017-05-27 
13:15:49.841002711 +0200
@@ -1,0 +2,5 @@
+Fri May 19 16:18:02 UTC 2017 - tchva...@suse.com
+
+- Remove ant and junit deps to reduce buildgraph
+
+---



Other differences:
--
++ gluegen2.spec ++
--- /var/tmp/diff_new_pack.2cIWYi/_old  2017-05-27 13:15:52.296655538 +0200
+++ /var/tmp/diff_new_pack.2cIWYi/_new  2017-05-27 13:15:52.300654972 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gluegen2
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,6 +18,8 @@
 
 %define src_name gluegen-v%{version}
 %define jcppsrc_name jcpp-v%{version}
+%global gluegen_devel_dir %{_datadir}/%{name}
+%global inst_srcdir %{buildroot}%{gluegen_devel_dir}
 Name:   gluegen2
 Version:2.3.2
 Release:0
@@ -38,7 +40,6 @@
 # PATCH-FIX-UPSTREAM gluegen2-no-static-libstdc++.patch badshah...@gmail.com 
-- Do not use -static-libstdc++ option for linker, causes build failures
 Patch7: gluegen2-no-static-libstdc++.patch
 Patch8: gluegen2-missing-arch-symbol.patch 
-BuildRequires:  ant
 BuildRequires:  ant-antlr
 BuildRequires:  ant-contrib
 BuildRequires:  ant-findbugs
@@ -46,9 +47,7 @@
 BuildRequires:  cpptasks
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
-BuildRequires:  junit >= 4.8
 Requires:   java
-Requires:   javapackages-tools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -136,10 +135,7 @@
 ant -Djavacdebug=true \
 -Djavacdebuglevel=lines,vars,source \
 -Dc.compiler.debug=true \
-\
 all
-# FIXME: Disable all junit tests because it requires packages not yet packaged 
in obs
-#junit.run
 
 %install
 # arch independent jars
@@ -151,8 +147,6 @@
 install -Dm 755 build/obj/libgluegen-rt.so 
%{buildroot}%{_libdir}/lib%{name}-rt.so
 
 # source code
-%global gluegen_devel_dir %{_datadir}/%{name}
-%global inst_srcdir %{buildroot}%{gluegen_devel_dir}
 mkdir -p %{inst_srcdir} %{inst_srcdir}/build
 cp -rdf -t %{inst_srcdir} make
 find %{inst_srcdir} -name '*.orig' -type f -delete -print




commit pure-ftpd for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package pure-ftpd for openSUSE:Factory 
checked in at 2017-05-27 13:16:27

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


Package is "pure-ftpd"

Sat May 27 13:16:27 2017 rev:46 rq:497168 version:1.0.43

Changes:

--- /work/SRC/openSUSE:Factory/pure-ftpd/pure-ftpd.changes  2017-05-20 
10:14:37.739696337 +0200
+++ /work/SRC/openSUSE:Factory/.pure-ftpd.new/pure-ftpd.changes 2017-05-27 
13:16:27.827632283 +0200
@@ -5 +5,31 @@
-  one from SLE11). [fate#321125]
+  one from SLE11). 
+
+- The Factory version of pure-ftp will replace the older package in
+  SLE-11 as per fate#321125. That update brings the following
+  changes:
+
+  * These patches have been updated and renamed in the process:
+* pure-ftpd-1.0.22-default_tcp_sedrcv_buffer_size.patch is now
+  in pure-ftpd-1.0.32-default_tcp_sedrcv_buffer_size.patch.
+* pure-ftpd-1.0.21-portrange.patch is now in
+  pure-ftpd-1.0.32-portrange.patch.
+* pure-ftpd-1.0.32-cap-audit-write.patch is now in
+  pure-ftpd-1.0.36-cap-audit-control.patch.
+
+  * These patches are obsolete now and have been removed:
+* 0001-Act-like-a-server-even-in-TLS-mode-when-in-active-mo.patch
+* 0002-Init-a-TLS-data-session-after-having-sent-the-go-ahe.patch
+* 0003-add-opt_a-to-donlist.patch
+* 0004-support-stat-over-tls.patch
+* 0005-speedup-TLS-listing.patch
+* pure-ftpd-1.0.20_config_minuid.patch
+* pure-ftpd-1.0.22-fix-listing-if-directory-has-white-space-in-it.patch
+* pure-ftpd-1.0.22-flush-cmd-after-tls.patch
+* pure-ftpd-1.0.22-oes-bugfix-1.patch
+* pure-ftpd-1.0.22-oes-bugfix-2.patch
+* pure-ftpd-1.0.22-oes-bugfix.patch
+* pure-ftpd-1.0.22-oes-disable-ascii.patch
+* pure-ftpd-1.0.22-oes_remote_server.patch
+* pure-ftpd-1.0.22-wait-on-tls-handshake.patch
+* pure-ftpd-allow-crypto-settings.patch
+* pure-ftpd-remove-gpl-code.patch



Other differences:
--





commit wordnet for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package wordnet for openSUSE:Factory checked 
in at 2017-05-27 13:16:22

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


Package is "wordnet"

Sat May 27 13:16:22 2017 rev:13 rq:496969 version:3.0

Changes:

--- /work/SRC/openSUSE:Factory/wordnet/wordnet.changes  2016-10-10 
16:20:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.wordnet.new/wordnet.changes 2017-05-27 
13:16:24.384119114 +0200
@@ -1,0 +2,6 @@
+Tue May  9 13:19:15 UTC 2017 - mplus...@suse.com
+
+- Split shared library
+- Small cleanup with spec-cleaner
+
+---



Other differences:
--
++ wordnet.spec ++
--- /var/tmp/diff_new_pack.kMPvbz/_old  2017-05-27 13:16:25.703932524 +0200
+++ /var/tmp/diff_new_pack.kMPvbz/_new  2017-05-27 13:16:25.707931958 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wordnet
 #
-# 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,6 +17,8 @@
 
 
 %define dbver 3.1
+%define sover 3
+%define lib_name libWN%{sover}
 
 Name:   wordnet
 Version:3.0
@@ -59,11 +61,26 @@
 WordNet's structure makes it a useful tool for computational linguistics and
 natural language processing.
 
-%package devel
+%package -n %{lib_name}
+Summary:Shared library for %{name}
+Group:  System/Libraries
+
+%description -n %{lib_name}
+WordNet is a large lexical database of English, developed under the direction
+of George A. Miller. Nouns, verbs, adjectives and adverbs are grouped into sets
+of cognitive synonyms (synsets), each expressing a distinct concept. Synsets
+are interlinked by means of conceptual-semantic and lexical relations. The
+resulting network of meaningfully related words and concepts can be navigated
+with the browser. WordNet is also freely and publicly available for download.
+WordNet's structure makes it a useful tool for computational linguistics and
+natural language processing.
 
+This package contains shared library for %{name}.
+
+%package devel
 Summary:The development libraries and header files for WordNet
 Group:  Development/Libraries/Other
-Requires:   %{name} = %{version}
+Requires:   %{lib_name} = %{version}
 Requires:   tcl-devel
 Requires:   tk-devel
 
@@ -95,7 +112,7 @@
 autoupdate
 autoreconf -i
 
-CFLAGS="%optflags -DUSE_INTERP_RESULT"
+CFLAGS="%{optflags} -DUSE_INTERP_RESULT"
 %configure --enable-static=no --prefix=%{_datadir}/wordnet-%{version}/
 
 make %{?_smp_mflags}
@@ -116,12 +133,8 @@
 
 %fdupes %{buildroot}%{_datadir}/%{name}-%{version}/dict/
 
-%clean
-%{?buildroot:rm -rf %{buildroot}}
-
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%post -n %{lib_name} -p /sbin/ldconfig
+%postun -n %{lib_name} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -129,15 +142,18 @@
 %{_bindir}/wishwn
 %{_bindir}/wn
 %{_bindir}/wnb
-%{_mandir}/man1/*.1.gz
-%{_mandir}/man5/*.5.gz
-%{_mandir}/man7/*.7.gz
+%{_mandir}/man1/*.1%{ext_man}
+%{_mandir}/man5/*.5%{ext_man}
+%{_mandir}/man7/*.7%{ext_man}
 %{_datadir}/%{name}-%{version}/
-%{_libdir}/libWN.so.*
+
+%files -n %{lib_name}
+%defattr(-,root,root)
+%{_libdir}/libWN.so.%{sover}*
 
 %files devel
 %defattr(-,root,root,-)
-%{_mandir}/man3/*.3.gz
+%{_mandir}/man3/*.3%{ext_man}
 %{_includedir}/wn.h
 %{_libdir}/libWN.so
 




commit tanukiwrapper for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package tanukiwrapper for openSUSE:Factory 
checked in at 2017-05-27 13:15:54

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


Package is "tanukiwrapper"

Sat May 27 13:15:54 2017 rev:11 rq:496820 version:3.5.32

Changes:

--- /work/SRC/openSUSE:Factory/tanukiwrapper/tanukiwrapper.changes  
2014-08-15 09:55:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.tanukiwrapper.new/tanukiwrapper.changes 
2017-05-27 13:16:11.305968059 +0200
@@ -2 +2 @@
-Mon Aug  4 08:46:11 UTC 2014 - tchva...@suse.com
+Fri May 19 16:43:41 UTC 2017 - tchva...@suse.com
@@ -4,14 +4 @@
-- Version bump to 3.5.25:
-  * Updating to latest upstream version
-  * Javadoc is gone from the tarball
-  * 8 years worth of developement, read revisions.txt in docs
-- Cleanup the patches and merge all the makefile ones to one patch:
-  * tanukiwrapper-Makefiles.patch
-  * Removed patches:
-+ tanukiwrapper-Makefile-s390-s390x-ppc.patch
-+ tanukiwrapper-Makefile-aarch64.patch
-+ tanukiwrapper-makefile-linux-x86-32.patch
-- Remove patch that breaks build:
-  * tanukiwrapper-crosslink.patch
-- Refreshed patches
-  * tanukiwrapper-ppc64le.patch
+- Version update to 3.5.32 - no obvious changelog
@@ -20 +7 @@
-Fri Aug  1 21:44:14 UTC 2014 - dvla...@suse.com
+Wed Apr 20 19:11:30 UTC 2016 - tchva...@suse.com
@@ -22 +9,2 @@
-- Fix ppc64le build 
+- Fix javadoc install to match the layout for the dirs, no version
+- Use javadoc and ant calls directly, no need of macroes 
@@ -25 +13 @@
-Tue Jul  8 10:52:25 UTC 2014 - tchva...@suse.com
+Wed Apr 20 15:49:41 UTC 2016 - dmacvi...@suse.de
@@ -27 +15 @@
-- Do not depend on ant-nodeps.
+- clean spec file
@@ -30 +18 @@
-Mon Jul  7 15:07:30 UTC 2014 - tchva...@suse.com
+Wed Apr 20 08:19:37 UTC 2016 - dmacvi...@suse.de
@@ -32 +20 @@
-- Use junit not junit4 dep.
+- update to version 3.5.29
@@ -35 +23 @@
-Fri Sep 13 10:53:29 UTC 2013 - mvysko...@suse.com
+Wed Apr  6 22:57:23 UTC 2016 - dmacvi...@suse.de
@@ -37,2 +25,8 @@
-- build with junit4 
-- fix Group tags
+- update to version 3.5.28
+- removed not longer needed patches
+  * tanukiwrapper-no-4g-mem-limit.patch
+  * tanukiwrapper-makefile-linux-x86-64.patch
+  * tanukiwrapper-makefile-linux-x86-64.patch
+  * tanukiwrapper-build.patch
+- added tanukiwrapper-additional-makefiles.patch
+- Move from jpackage-utils to javapackages-tools
@@ -41 +35 @@
-Mon Sep  9 11:06:23 UTC 2013 - tchva...@suse.com
+Wed Oct 14 01:55:04 CEST 2015 - r...@suse.de
@@ -43 +37 @@
-- Move from jpackage-utils to javapackage-tools
+- aarch64 and ppc64le are 64bit 
@@ -46 +40 @@
-Sun Aug 18 17:45:01 UTC 2013 - sch...@suse.de
+Mon Oct 12 10:57:32 CEST 2015 - m...@suse.de
@@ -48,2 +42 @@
-- Add aarch64 to the list of 64-bit architectures
-- tanukiwrapper-Makefile-aarch64.patch: add makefile for aarch64
+- format specfile
@@ -52 +45 @@
-Fri Dec 28 22:22:19 UTC 2012 - dval...@suse.com
+Fri Jan 30 09:37:51 UTC 2015 - dmacvi...@suse.de
@@ -54,3 +47,2 @@
-- update tanukiwrapper-Makefile-s390-s390x-ppc.patch to cover ppc64
-  as well.
-- build with asneeded
+- allow more than 4G as -Xmx option (bnc#914900)
+  * add tanukiwrapper-no-4g-mem-limit.patch
@@ -59 +51 @@
-Mon Jun 25 09:17:13 UTC 2012 - mvysko...@suse.cz
+Thu Jun 26 14:50:09 UTC 2014 - smoi...@suse.com
@@ -61 +53,22 @@
-- fix a license Tag (MIT), use non-versioned jar and javadoc dir 
+- License: and Obsoletes: fields fixed 
+
+---
+Thu Jun 26 14:42:42 UTC 2014 - smoi...@suse.com
+
+- x86_64 Makefile fixed
+
+---
+Tue Dec 17 17:34:38 CET 2013 - m...@suse.de
+
+- change rpm groups
+
+---
+Tue Sep 24 12:32:40 CEST 2013 - m...@suse.de
+
+- remove BuildRequires on javadoc. It should be part of the
+  devel package which is already required.
+
+---
+Tue Jun 25 08:19:24 UTC 2013 - dmacvi...@suse.de
+
+- rebase on current upstream which builds on s390x

Old:

  tanukiwrapper-Makefiles.patch
  tanukiwrapper-build.patch
  tanukiwrapper-ppc64le.patch
  wrapper_3.5.25_src.tar.gz

New:

  tanukiwrapper-additional-makefiles.patch
  wrapper.1
  wrapper_3.5.32_src.tar.gz



Other differences:
--
++ tanukiwrapper.spec ++
--- /var/tmp/diff_new_pack.MAhO2z/_old  2017-05-27 13:16:16.793192293 +0200
+++ /var/tmp/diff_new_pack.MAhO2z/_new  2017-05-27 13:16:16.797191728 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tanukiwrapper
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 

commit povray for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package povray for openSUSE:Factory checked 
in at 2017-05-27 13:16:25

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


Package is "povray"

Sat May 27 13:16:25 2017 rev:4 rq:497134 version:3.7.0.0

Changes:

--- /work/SRC/openSUSE:Factory/povray/povray.changes2017-02-07 
12:05:59.324220329 +0100
+++ /work/SRC/openSUSE:Factory/.povray.new/povray.changes   2017-05-27 
13:16:25.899904818 +0200
@@ -1,0 +2,5 @@
+Mon May 22 04:25:02 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to sort input files to make build reproducible
+
+---

New:

  reproducible.patch



Other differences:
--
++ povray.spec ++
--- /var/tmp/diff_new_pack.45yN2A/_old  2017-05-27 13:16:27.623661119 +0200
+++ /var/tmp/diff_new_pack.45yN2A/_new  2017-05-27 13:16:27.627660554 +0200
@@ -30,6 +30,8 @@
 Patch2: povray-3.6.9.7-fix.patch
 # make boost link
 Patch4: povray-3.6.9.7-boost-link.patch
+# PATCH-FIX-UPSTREAM bmwiedemann
+Patch5: reproducible.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 %if 0%{?suse_version} > 1325
@@ -66,6 +68,7 @@
 %patch1
 %patch2
 %patch4
+%patch5 -p1
 
 # remove inline copies of shared libraries
 rm -rf libraries

++ reproducible.patch ++
From: "Bernhard M. Wiedemann" 
Date: Mon, 22 May 2017 04:37:39 +
Subject: [PATCH] Make build reproducible

when linking binaries with g++, order of input files
influences ordering of functions in the output

See https://reproducible-builds.org/ for why this matters.

Index: povray-3.7.0.0/unix/prebuild.sh
===
--- povray-3.7.0.0.orig/unix/prebuild.sh
+++ povray-3.7.0.0/unix/prebuild.sh
@@ -772,7 +772,7 @@ case "$1" in
   ;;
 
   *)
-  files=`find $dir -name "*.cpp" -or -name "*.h" | sed s,"$dir/",,g`
+  files=`find $dir -name "*.cpp" -or -name "*.h" | sed s,"$dir/",,g | sort`
 
   echo "Create $makefile.am"
   cat Makefile.header > $makefile.am
@@ -1309,7 +1309,7 @@ case "$1" in
 
   *)
   # includes the vfe/unix/ files to avoid circular dependencies when linking
-  files=`find $dir $dir/unix -maxdepth 1 -name \*.cpp -or -name \*.h | sed 
s,"$dir/",,g`
+  files=`find $dir $dir/unix -maxdepth 1 -name \*.cpp -or -name \*.h | sed 
s,"$dir/",,g | sort`
 
   echo "Create $makefile.am"
   cat Makefile.header > $makefile.am



commit ghc-mime-mail for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package ghc-mime-mail for openSUSE:Factory 
checked in at 2017-05-27 13:15:22

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


Package is "ghc-mime-mail"

Sat May 27 13:15:22 2017 rev:6 rq:495467 version:0.4.13.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-mime-mail/ghc-mime-mail.changes  
2017-04-14 13:38:24.333586997 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-mime-mail.new/ghc-mime-mail.changes 
2017-05-27 13:15:28.136071297 +0200
@@ -1,0 +2,10 @@
+Mon May  8 17:29:55 UTC 2017 - psim...@suse.com
+
+- Update to version 0.4.13.1 revision 2 with cabal2obs.
+
+---
+Wed May  3 08:14:04 UTC 2017 - psim...@suse.com
+
+- Update to version 0.4.13.1 revision 1 with cabal2obs.
+
+---

New:

  mime-mail.cabal



Other differences:
--
++ ghc-mime-mail.spec ++
--- /var/tmp/diff_new_pack.saVYaS/_old  2017-05-27 13:15:29.727846255 +0200
+++ /var/tmp/diff_new_pack.saVYaS/_new  2017-05-27 13:15:29.731845691 +0200
@@ -26,6 +26,7 @@
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base64-bytestring-devel
 BuildRequires:  ghc-blaze-builder-devel
@@ -57,6 +58,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ mime-mail.cabal ++
name: mime-mail
version: 0.4.13.1
cabal-version: >=1.8
build-type: Simple
license: MIT
license-file: LICENSE
maintainer: Michael Snoyman 
homepage: http://github.com/snoyberg/mime-mail
synopsis: Compose MIME email messages.
description:
Hackage documentation generation is not reliable. For up to date 
documentation, please see: .
category: Email
author: Michael Snoyman 
extra-source-files:
README.md
ChangeLog.md
x-revision: 2

source-repository head
type: git
location: git://github.com/snoyberg/mime-mail.git

library
exposed-modules:
Network.Mail.Mime
build-depends:
base ==4.*,
base64-bytestring >=0.1 && <1.1,
process >=1.0 && <1.5,
random >=1.0 && <1.2,
blaze-builder >=0.2.1 && <0.5,
bytestring >=0.9.1 && <0.11,
text >=0.7 && <1.3,
filepath >=1.2 && <1.5

test-suite tests
type: exitcode-stdio-1.0
main-is: Spec.hs
build-depends:
base >=4.9 && <4.10,
hspec >=1.3 && <2.5,
mime-mail >=0.4.13.1 && <0.5,
blaze-builder >=0.4.0.2 && <0.5,
bytestring >=0.10.8.1 && <0.11,
text >=1.2.2.1 && <1.3
hs-source-dirs: test
other-modules:
Network.Mail.MimeSpec
ghc-options: -Wall



commit jakarta-commons-transaction for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package jakarta-commons-transaction for 
openSUSE:Factory checked in at 2017-05-27 13:15:43

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


Package is "jakarta-commons-transaction"

Sat May 27 13:15:43 2017 rev:14 rq:496808 version:1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/jakarta-commons-transaction/jakarta-commons-transaction.changes
  2013-09-12 17:06:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-transaction.new/jakarta-commons-transaction.changes
 2017-05-27 13:15:44.341780176 +0200
@@ -1,0 +2,5 @@
+Fri May 19 16:09:55 UTC 2017 - tchva...@suse.com
+
+- Remove the maven conditional
+
+---



Other differences:
--
++ jakarta-commons-transaction.spec ++
--- /var/tmp/diff_new_pack.KxtseN/_old  2017-05-27 13:15:44.909699885 +0200
+++ /var/tmp/diff_new_pack.KxtseN/_new  2017-05-27 13:15:44.913699320 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jakarta-commons-transaction
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,7 @@
 #
 
 
-%define with()  %{expand:%%{?with_%{1}:1}%%{!?with_%{1}:0}}
-%define without()   %{expand:%%{?with_%{1}:0}%%{!?with_%{1}:1}}
-%define bcond_with()%{expand:%%{?_with_%{1}:%%global with_%{1} 1}}
-%define bcond_without() %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}
-%define _without_maven 1
-%bcond_with maven
-%define gcj_support 
%{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
-%define section   free
 %define base_name commons-transaction
-
 Name:   jakarta-commons-transaction
 Version:1.1
 Release:0
@@ -39,33 +30,22 @@
 Source3:pom-maven2jpp-mapdeps.xsl
 Source4:commons-transaction-1.1-jpp-depmap.xml
 Patch0: commons-transaction-1.1-project_xml.patch
-Requires:   jakarta-commons-codec
-Requires:   log4j
-#Requires:   jta
-Requires:   geronimo-jta-1_1-api
-Requires:   xerces-j2
-Requires:   xml-commons-apis
 BuildRequires:  ant >= 1.6
-BuildRequires:  javapackages-tools
-%if %with maven
-BuildRequires:  maven >= 1.0.2
-BuildRequires:  maven-plugin-license
-BuildRequires:  maven-plugin-test
-BuildRequires:  maven-plugin-xdoc
-BuildRequires:  maven-plugins-base
-BuildRequires:  saxon
-BuildRequires:  saxon-scripts
-%endif
-#BuildRequires:  jta
 BuildRequires:  geronimo-jta-1_1-api
 BuildRequires:  jakarta-commons-beanutils
 BuildRequires:  jakarta-commons-codec
+BuildRequires:  javapackages-tools
 BuildRequires:  junit
 BuildRequires:  log4j
 BuildRequires:  xerces-j2
 BuildRequires:  xml-commons-apis
-BuildArch:  noarch
+Requires:   geronimo-jta-1_1-api
+Requires:   jakarta-commons-codec
+Requires:   log4j
+Requires:   xerces-j2
+Requires:   xml-commons-apis
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 Commons Transaction aims at providing lightweight, standardized, well
@@ -76,95 +56,29 @@
 for them becomes obvious. However, the complete component shall remain
 compatible to JDK1.2 and should have minimal dependencies.
 
-
-
-%package javadoc
-Summary:Commons Transaction
-Group:  Development/Libraries/Java
-
-%description javadoc
-Commons Transaction aims at providing lightweight, standardized, well
-tested and efficient implementations of utility classes commonly used
-in transactional Java programming. Initially there are implementations
-for multi level locks, transactional collections and transactional file
-access. There may be additional implementations when the common need
-for them becomes obvious. However, the complete component shall remain
-compatible to JDK1.2 and should have minimal dependencies.
-
-
-
 %prep
 %setup -q -c -n %{base_name}
 find . -name "*.jar" | xargs rm
-%if %with maven
-export DEPCAT=$(pwd)/commons-transaction-1.1-depcat.new.xml
-echo '' > $DEPCAT
-echo '' >> $DEPCAT
-for p in $(find . -name project.xml); do
-pushd $(dirname $p)
-%{_bindir}/saxon project.xml %{SOURCE1} >> $DEPCAT
-popd
-done
-echo >> $DEPCAT
-echo '' >> $DEPCAT
-%{_bindir}/saxon $DEPCAT %{SOURCE2} > commons-transaction-1.1-depmap.new.xml
-%endif
 %patch0 -b .sav
 
 %build
-%if %with maven
-for p in $(find . -name project.xml); do
-pushd $(dirname $p)

commit golang-github-rogpeppe-godef for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package golang-github-rogpeppe-godef for 
openSUSE:Factory checked in at 2017-05-27 13:14:58

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


Package is "golang-github-rogpeppe-godef"

Sat May 27 13:14:58 2017 rev:1 rq:494965 version:0+git.1466415558.ee532b9

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-rogpeppe-godef.new/golang-github-rogpeppe-godef.changes
   2017-05-27 13:15:15.565848446 +0200
@@ -0,0 +1,24 @@
+---
+Tue Feb  7 23:38:36 UTC 2017 - car...@techbyte.ca
+
+- Updating man page
+
+---
+Tue Feb 07 21:41:41 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version 0+git.1466415558.ee532b9:
+  * fix for package-local expressions not found in original file
+  * go/parser: don't panic on malformed code
+  * go/types: support vendor directories
+  * always use correct package identifiers rather than guessing
+  * vendor: vendor external dependencies
+  * fix oops made when fixing tests
+  * go/types: remove unused GoPath definition
+  * update limitations in README
+  * Add support for JSON output
+
+---
+Tue Feb  7 21:21:04 UTC 2017 - car...@techbyte.ca
+
+- Initial release.
+

New:

  _service
  _servicedata
  godef-0+git.1466415558.ee532b9.tar.xz
  godef.1
  golang-github-rogpeppe-godef.changes
  golang-github-rogpeppe-godef.spec



Other differences:
--
++ golang-github-rogpeppe-godef.spec ++
#
# spec file for package golang-github-nsf-gocode
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# 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/
#

%global _name godef
%global _devname rogpeppe
Name:   golang-github-%{_devname}-%{_name}
Version:0+git.1466415558.ee532b9
Release:0
License:BSD-3-Clause
Summary:Find symbol information in Go source
Url:https://github.com/%{_devname}/%{_name}
Group:  Development/Languages/Golang
Source0:%{_name}-%{version}.tar.xz
Source1:%{_name}.1
BuildRequires:  golang-packaging
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{go_provides}

%description
Godef, given an expression or a location in a source file, prints the
location of the definition of the symbol referred to.


%prep
%setup -q -n %{_name}-%{version}

%build
%goprep github.com/%{_devname}/%{_name}
%gobuild ...

%install
mkdir -p %{buildroot}%{_mandir}/man1
install -m 644 %{_sourcedir}/%{_name}.1 %{buildroot}%{_mandir}/man1/%{_name}.1
%goinstall
%gosrc
rm -rvf %{buildroot}/%{_libdir}

%gofilelist

%files -f file.lst
%defattr(-,root,root)
%doc LICENSE README
%{_mandir}/man1/*
%{_bindir}/godef

%changelog

++ _service ++

  
https://github.com/rogpeppe/godef
git
.git
0+git.%ct.%h
master
enable
  
  
godef-*.tar
xz
  
  
godef
  

++ _servicedata ++


https://github.com/rogpeppe/godef
  ee532b944160bb27b6f23e4f5ef38b8fdaa2a6bd++
 godef.1 ++
.\" (C) Copyright 2017 Carlos Hernandez 
.\"
.TH GODEF 1
.SH NAME
gocode \- autocompletion daemon for the Go programming language
.SH SYNOPSIS
.B gocode
.RI [-t]\ [-a]\ [-A]\ [-o\ ]\ [-i]\ [-f\ ]\ [-acme]\ [expression]
.SH DESCRIPTION
This manual page documents briefly the
.B godef
command.
.PP
\fBgodef\fP prints the source location of definitions in Go programs.
.SH OPTIONS
.TP
.B \-f 
Source file in which to evaluate expression
.TP
.B expression
Must be an identifier or a Go expression
terminated with a field selector
.TP
.B \-t
Return the given expression's type
.TP
.B \-a
Return all public members (fields and methods)
of the expression, and their location
.TP
.B \-A
Return all public and private members (fields and methods)
of the expression, and their location
.TP
.B \-i
Read source from STDIN
File must still be specified
.TP
.B 

commit ghc-hledger-iadd for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package ghc-hledger-iadd for 
openSUSE:Factory checked in at 2017-05-27 13:15:16

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


Package is "ghc-hledger-iadd"

Sat May 27 13:15:16 2017 rev:2 rq:495466 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-hledger-iadd/ghc-hledger-iadd.changes
2017-05-06 18:26:46.091637875 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hledger-iadd.new/ghc-hledger-iadd.changes   
2017-05-27 13:15:20.789109993 +0200
@@ -1,0 +2,10 @@
+Mon May  8 17:29:55 UTC 2017 - psim...@suse.com
+
+- Update to version 1.2.1 revision 1 with cabal2obs.
+
+---
+Tue Apr  4 11:02:16 UTC 2017 - psim...@suse.com
+
+- Update to version 1.2.1 with cabal2obs.
+
+---

Old:

  hledger-iadd-1.2.tar.gz

New:

  hledger-iadd-1.2.1.tar.gz
  hledger-iadd.cabal



Other differences:
--
++ ghc-hledger-iadd.spec ++
--- /var/tmp/diff_new_pack.AjfPk7/_old  2017-05-27 13:15:22.720836890 +0200
+++ /var/tmp/diff_new_pack.AjfPk7/_new  2017-05-27 13:15:22.724836324 +0200
@@ -19,13 +19,14 @@
 %global pkg_name hledger-iadd
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.2
+Version:1.2.1
 Release:0
 Summary:A terminal UI as drop-in replacement for hledger add
 License:BSD-3-Clause
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-brick-devel
@@ -81,6 +82,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ hledger-iadd-1.2.tar.gz -> hledger-iadd-1.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hledger-iadd-1.2/ChangeLog.md 
new/hledger-iadd-1.2.1/ChangeLog.md
--- old/hledger-iadd-1.2/ChangeLog.md   2017-02-05 18:01:06.0 +0100
+++ new/hledger-iadd-1.2.1/ChangeLog.md 2017-03-31 11:39:34.0 +0200
@@ -1,3 +1,8 @@
+# 1.2.1
+
+  - Support for hledger-lib-1.2
+  - Minor documnentation fixes
+
 # 1.2
 
   - Add support for comments (bound to `;`)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hledger-iadd-1.2/README.md 
new/hledger-iadd-1.2.1/README.md
--- old/hledger-iadd-1.2/README.md  2017-02-03 18:54:19.0 +0100
+++ new/hledger-iadd-1.2.1/README.md2017-03-31 11:09:19.0 +0200
@@ -102,7 +102,8 @@
   - `--date-format`: Format for parsing dates. (Default:
 `[[%y/]%m/]%d`, the usual ledger date format). Brackets can be
 used to specify optional parts. E.g the german date format would
-be `%d[.[%m[.[%y`
+be `%d[.[%m[.[%y`. (Dates are written as `y/m/d` to the
+journal regardless of this option).
   - `--completion-engine`: Algorithm for account name completion. Can
 be `substrings` or `fuzzy`.
   - `--dump-default-config`: Print the example config file to stdout
@@ -192,6 +193,14 @@
- `fuzzy`: All letters from the search string have to appear in
   the name in the same order
 
+## License
+
+The code of `hledger-iadd` is released under the [BSD3] license, but
+since `hledger-lib` -- the library that `hledger-iadd` uses -- is
+licensed under the [GPLv3], the terms of the GPL apply to the compiled
+and linked binary.
 
 [stack]: https://github.com/commercialhaskell/stack
 [haskell platform]: https://www.haskell.org/platform/
+[BSD3]: https://opensource.org/licenses/BSD-3-Clause
+[GPLv3]: https://www.gnu.org/licenses/gpl-3.0.en.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hledger-iadd-1.2/hledger-iadd.cabal 
new/hledger-iadd-1.2.1/hledger-iadd.cabal
--- old/hledger-iadd-1.2/hledger-iadd.cabal 2017-02-05 18:01:15.0 
+0100
+++ new/hledger-iadd-1.2.1/hledger-iadd.cabal   2017-03-31 11:39:43.0 
+0200
@@ -1,5 +1,5 @@
 name:hledger-iadd
-version: 1.2
+version: 1.2.1
 synopsis:A terminal UI as drop-in replacement for hledger add
 description: This is a terminal UI as drop-in replacement for hledger 
add.
  .
@@ -56,7 +56,7 @@
  , Brick.Widgets.Edit.EmacsBindings
   default-language:

commit ghc-smallcheck for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package ghc-smallcheck for openSUSE:Factory 
checked in at 2017-05-27 13:15:35

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


Package is "ghc-smallcheck"

Sat May 27 13:15:35 2017 rev:2 rq:495469 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-smallcheck/ghc-smallcheck.changes
2016-12-12 12:46:03.975598642 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-smallcheck.new/ghc-smallcheck.changes   
2017-05-27 13:15:38.898549725 +0200
@@ -1,0 +2,5 @@
+Mon May  8 19:24:04 UTC 2017 - psim...@suse.com
+
+- Clean up spec file. Only cosmetic; no functional change.
+
+---

Old:

  1.cabal

New:

  smallcheck.cabal



Other differences:
--
++ ghc-smallcheck.spec ++
--- /var/tmp/diff_new_pack.AxMWGo/_old  2017-05-27 13:15:39.742430420 +0200
+++ /var/tmp/diff_new_pack.AxMWGo/_new  2017-05-27 13:15:39.746429854 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-smallcheck
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,18 +22,16 @@
 Release:0
 Summary:A property-based testing library
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-logict-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-pretty-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 SmallCheck is a testing library that allows to verify properties for all test
@@ -55,15 +53,12 @@
 %setup -q -n %{pkg_name}-%{version}
 cp -p %{SOURCE1} %{pkg_name}.cabal
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ smallcheck.cabal ++
Name:  smallcheck
Version:   1.1.1
x-revision: 1
Cabal-Version: >= 1.6
License:   BSD3
License-File:  LICENSE
Author:Colin Runciman, Roman Cheplyaka
Maintainer:Roman Cheplyaka 
Homepage:  https://github.com/feuerbach/smallcheck
Bug-reports:   https://github.com/feuerbach/smallcheck/issues

Stability: Beta
Category:  Testing
Synopsis:  A property-based testing library
Description:   SmallCheck is a testing library that allows to verify properties
   for all test cases up to some depth. The test cases are generated
   automatically by SmallCheck.
Build-Type:Simple

Extra-source-files: README.md, CREDITS.md, CHANGELOG.md



Source-repository head
  type: git
  location: git://github.com/feuerbach/smallcheck.git

Library

Build-Depends: base >= 4.5 && < 5, mtl, logict, ghc-prim >= 0.2, pretty

Exposed-modules:
Test.SmallCheck
Test.SmallCheck.Drivers
Test.SmallCheck.Series
Other-modules:
Test.SmallCheck.Property
Test.SmallCheck.SeriesMonad
Test.SmallCheck.Property.Result



commit ghc-tasty for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package ghc-tasty for openSUSE:Factory 
checked in at 2017-05-27 13:15:39

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


Package is "ghc-tasty"

Sat May 27 13:15:39 2017 rev:6 rq:495470 version:0.11.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-tasty/ghc-tasty.changes  2017-03-14 
10:06:02.216710786 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-tasty.new/ghc-tasty.changes 2017-05-27 
13:15:39.950401017 +0200
@@ -1,0 +2,5 @@
+Mon May  8 17:29:55 UTC 2017 - psim...@suse.com
+
+- Update to version 0.11.2 revision 1 with cabal2obs.
+
+---

New:

  tasty.cabal



Other differences:
--
++ ghc-tasty.spec ++
--- /var/tmp/diff_new_pack.orbNUK/_old  2017-05-27 13:15:40.694295847 +0200
+++ /var/tmp/diff_new_pack.orbNUK/_new  2017-05-27 13:15:40.698295281 +0200
@@ -25,6 +25,7 @@
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-ansi-terminal-devel
 BuildRequires:  ghc-async-devel
@@ -58,6 +59,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ tasty.cabal ++
-- Initial tasty.cabal generated by cabal init.  For further documentation,
--  see http://haskell.org/cabal/users-guide/

name:tasty
version: 0.11.2
x-revision: 1
synopsis:Modern and extensible testing framework
description: Tasty is a modern testing framework for Haskell.
 It lets you combine your unit tests, golden
 tests, QuickCheck/SmallCheck properties, and any
 other types of tests into a single test suite.
 See .
license: MIT
license-file:LICENSE
author:  Roman Cheplyaka 
maintainer:  Roman Cheplyaka 
homepage:http://documentup.com/feuerbach/tasty
bug-reports: https://github.com/feuerbach/tasty/issues
-- copyright:   
category:Testing
build-type:  Simple
extra-source-files:  CHANGELOG.md
cabal-version:   >=1.10

Source-repository head
  type: git
  location: git://github.com/feuerbach/tasty.git
  subdir:   core

library
  exposed-modules:
Test.Tasty,
Test.Tasty.Options,
Test.Tasty.Providers,
Test.Tasty.Runners
Test.Tasty.Ingredients,
Test.Tasty.Ingredients.Basic
  other-modules:
Test.Tasty.Parallel,
Test.Tasty.Core,
Test.Tasty.Options.Core,
Test.Tasty.Options.Env,
Test.Tasty.Patterns,
Test.Tasty.Run,
Test.Tasty.Runners.Reducers,
Test.Tasty.Runners.Utils,
Test.Tasty.CmdLine,
Test.Tasty.Ingredients.ConsoleReporter
Test.Tasty.Ingredients.ListTests
Test.Tasty.Ingredients.IncludingOptions
  build-depends:
base >= 4.5 && < 5,
stm >= 2.3 && < 2.5,
containers < 0.6,
mtl < 2.3,
tagged >= 0.5 && < 0.9,
regex-tdfa >= 1.1.8.2 && < 1.3,
optparse-applicative >= 0.11 && < 0.14,
deepseq >= 1.3 && < 1.5,
unbounded-delays >= 0.1 && < 0.1.1,
async >= 2.0 && < 2.2,
ansi-terminal >= 0.6.2 && < 0.7,
clock >= 0.4.4.0 && < 0.8

  if impl(ghc < 7.6)
-- for GHC.Generics
build-depends: ghc-prim

  -- hs-source-dirs:  
  default-language:Haskell2010
  ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing



commit ghc-partial-isomorphisms for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package ghc-partial-isomorphisms for 
openSUSE:Factory checked in at 2017-05-27 13:15:30

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


Package is "ghc-partial-isomorphisms"

Sat May 27 13:15:30 2017 rev:2 rq:495468 version:0.2.2

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-partial-isomorphisms/ghc-partial-isomorphisms.changes
2017-04-12 18:08:14.825568253 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-partial-isomorphisms.new/ghc-partial-isomorphisms.changes
   2017-05-27 13:15:32.539448758 +0200
@@ -1,0 +2,5 @@
+Mon May  8 17:29:56 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.2 revision 1 with cabal2obs.
+
+---

New:

  partial-isomorphisms.cabal



Other differences:
--
++ ghc-partial-isomorphisms.spec ++
--- /var/tmp/diff_new_pack.xYPqp7/_old  2017-05-27 13:15:35.407043345 +0200
+++ /var/tmp/diff_new_pack.xYPqp7/_new  2017-05-27 13:15:35.411042780 +0200
@@ -25,6 +25,7 @@
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-template-haskell-devel
@@ -54,6 +55,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ partial-isomorphisms.cabal ++
Name:partial-isomorphisms
Version: 0.2.2
x-revision: 1
Synopsis:Partial isomorphisms.
Description: Partial isomorphisms as described in the
 paper:
 .
 Tillmann Rendel and Klaus Ostermann.
 Invertible Syntax Descriptions:
 Unifying Parsing and Pretty Printing.
 In /Proc. of Haskell Symposium/, 2010.
 .
 The paper also describes invertible syntax
 descriptions as a common interface for
 parsers and pretty printers. These are
 distributed separately in the
 /invertible-syntax/ package.
Homepage:http://www.informatik.uni-marburg.de/~rendel/unparse
License: BSD3
License-file:LICENSE
Author:  Tillmann Rendel
Maintainer:  ren...@informatik.uni-marburg.de
-- Copyright:
Category:Control
Build-type:  Simple
-- Extra-source-files:
Cabal-version:   >=1.6

source-repository head
  type: git
  location: git://github.com/schernichkin/partial-isomorphisms.git

Library
  Hs-source-dirs:   src
  Exposed-modules:  Control.Isomorphism.Partial
Control.Isomorphism.Partial.Constructors
Control.Isomorphism.Partial.Derived
Control.Isomorphism.Partial.Prim
Control.Isomorphism.Partial.TH
Control.Isomorphism.Partial.Unsafe

  other-extensions: TemplateHaskell, KindSignatures
  Build-depends:base >= 3 && < 5, template-haskell >= 2.11

  ghc-options: -Wall

  -- Other-modules:

  -- Build-tools:



commit cinnamon-themes for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package cinnamon-themes for openSUSE:Factory 
checked in at 2017-05-27 13:14:41

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


Package is "cinnamon-themes"

Sat May 27 13:14:41 2017 rev:7 rq:493326 version:2017.05.05

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon-themes/cinnamon-themes.changes  
2017-01-10 10:42:24.284463960 +0100
+++ /work/SRC/openSUSE:Factory/.cinnamon-themes.new/cinnamon-themes.changes 
2017-05-27 13:14:42.926462940 +0200
@@ -1,0 +2,9 @@
+Sun May  7 11:23:03 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 2017.05.05:
+  * Mint-X: Update for latest Cinnamon changes.
+  * Linux Mint: Update for the latest Cinnamon changes.
+  * Reformatting and fix themes – css
+(gh#linuxmint#cinnamon-themes#49).
+
+---

Old:

  cinnamon-themes_2016.12.07.tar.xz

New:

  cinnamon-themes_2017.05.05.tar.xz



Other differences:
--
++ cinnamon-themes.spec ++
--- /var/tmp/diff_new_pack.Z0tqxF/_old  2017-05-27 13:14:43.886327237 +0200
+++ /var/tmp/diff_new_pack.Z0tqxF/_new  2017-05-27 13:14:43.890326671 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cinnamon-themes
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   cinnamon-themes
-Version:2016.12.07
+Version:2017.05.05
 Release:0
 Summary:Default Cinnamon Themes
 License:GPL-3.0+

++ cinnamon-themes_2016.12.07.tar.xz -> cinnamon-themes_2017.05.05.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-themes/debian/changelog 
new/cinnamon-themes/debian/changelog
--- old/cinnamon-themes/debian/changelog2016-12-07 21:53:10.0 
+0100
+++ new/cinnamon-themes/debian/changelog2017-05-05 16:55:51.0 
+0200
@@ -1,3 +1,14 @@
+cinnamon-themes (2017.05.05) sonya; urgency=medium
+
+  [ JosephMcc ]
+  * Mint-X: Update for latest cinnamon changes
+  * Linux Mint: Update for the latest cinnamon changes
+
+  [ SteveMoto ]
+  * reformatting and fix themes – css (#49)
+
+ -- Clement Lefebvre   Fri, 05 May 2017 15:55:21 +0100
+
 cinnamon-themes (2016.12.07) serena; urgency=medium
 
   [ JosephMcc ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' "old/cinnamon-themes/usr/share/themes/Linux 
Mint/cinnamon/cinnamon.css" "new/cinnamon-themes/usr/share/themes/Linux 
Mint/cinnamon/cinnamon.css"
--- "old/cinnamon-themes/usr/share/themes/Linux Mint/cinnamon/cinnamon.css" 
2016-12-07 21:52:42.0 +0100
+++ "new/cinnamon-themes/usr/share/themes/Linux Mint/cinnamon/cinnamon.css" 
2017-05-05 16:55:09.0 +0200
@@ -21,18 +21,18 @@
 
 StScrollBar
 {
-  padding: 0px;
+padding: 0px;
 }
 
 StScrollView.vfade
 {
-  -st-vfade-offset: 68px;
+-st-vfade-offset: 68px;
 }
 
 StScrollView StScrollBar
 {
-  min-width: 8px;
-  min-height: 16px;
+min-width: 8px;
+min-height: 16px;
 }
 
 
@@ -430,6 +430,14 @@
 margin: 0px;
 }
 
+.system-status-icon.warning {
+color: #e1da1a;
+}
+
+.system-status-icon.error {
+color: #d5;
+}
+
 #appMenu {
 spacing: 4px;
 }
@@ -497,9 +505,9 @@
 }
 
 .window-caption#selected {
-  background-color: white;
-  color: black;
-  spacing: 25px;
+background-color: white;
+color: black;
+spacing: 25px;
 }
 
 .workspace-controls {
@@ -571,13 +579,13 @@
 }
 
 .window-close-area {
-  background-image: url("trash-icon.png");
-  background-color: rgba(60, 60, 60, 0.8);
-  border: 4px solid rgba(128,128,128,0.8);
-  border-bottom-width: 0px;
-  border-radius: 20px 20px 0px 0px;
-  height: 120px;
-  width: 400px;
+background-image: url("trash-icon.png");
+background-color: rgba(60, 60, 60, 0.8);
+border: 4px solid rgba(128,128,128,0.8);
+border-bottom-width: 0px;
+border-radius: 20px 20px 0px 0px;
+height: 120px;
+width: 400px;
 }
 
 .icon-grid {
@@ -600,23 +608,23 @@
 }
 
 .expo-background {
-  background-gradient-start: #000;
-  background-gradient-end: #AAA;
-  background-gradient-direction: vertical
+background-gradient-start: #000;
+background-gradient-end: #AAA;
+background-gradient-direction: vertical
 }
 
 .workspace-overview-background-shade {
-  background-color: rgba(0,0,0,0.4);
+background-color: rgba(0,0,0,0.4);
 }
 
 .expo-workspace-thumbnail-frame {

commit cinnamon-session for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package cinnamon-session for 
openSUSE:Factory checked in at 2017-05-27 13:14:51

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


Package is "cinnamon-session"

Sat May 27 13:14:51 2017 rev:8 rq:493350 version:3.4.0

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon-session/cinnamon-session.changes
2016-11-15 18:00:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.cinnamon-session.new/cinnamon-session.changes   
2017-05-27 13:14:51.757214464 +0200
@@ -1,0 +2,9 @@
+Sun May  7 11:23:03 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.4.0:
+  * Check stricter for presence of xtrans (with option to disable).
+  * Remove aclocal from autogen.sh.
+  * Fix redundant redeclarations.
+  * manager: Don't wait for all clients to exit before exiting.
+
+---

Old:

  cinnamon-session-3.2.0.tar.gz

New:

  cinnamon-session-3.4.0.tar.gz



Other differences:
--
++ cinnamon-session.spec ++
--- /var/tmp/diff_new_pack.BG6oKD/_old  2017-05-27 13:14:52.273141523 +0200
+++ /var/tmp/diff_new_pack.BG6oKD/_new  2017-05-27 13:14:52.277140958 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cinnamon-session
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   cinnamon-session
-Version:3.2.0
+Version:3.4.0
 Release:0
 Summary:The session manager for the Cinnamon Desktop
 License:GPL-2.0+ and LGPL-2.1+

++ cinnamon-session-3.2.0.tar.gz -> cinnamon-session-3.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-session-3.2.0/autogen.sh 
new/cinnamon-session-3.4.0/autogen.sh
--- old/cinnamon-session-3.2.0/autogen.sh   2016-11-07 11:41:48.0 
+0100
+++ new/cinnamon-session-3.4.0/autogen.sh   2017-05-04 14:38:10.0 
+0200
@@ -22,7 +22,8 @@
 echo "" >&2
 fi
 
-aclocal --install || exit 1
+mkdir -p m4
+
 intltoolize --force --copy --automake || exit 1
 autoreconf --verbose --force --install || exit 1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cinnamon-session-3.2.0/cinnamon-session/cs-idle-monitor.c 
new/cinnamon-session-3.4.0/cinnamon-session/cs-idle-monitor.c
--- old/cinnamon-session-3.2.0/cinnamon-session/cs-idle-monitor.c   
2016-11-07 11:41:48.0 +0100
+++ new/cinnamon-session-3.4.0/cinnamon-session/cs-idle-monitor.c   
2017-05-04 14:38:10.0 +0200
@@ -39,8 +39,6 @@
 
 #include "cs-idle-monitor.h"
 
-static void cs_idle_monitor_class_init (CSIdleMonitorClass *klass);
-static void cs_idle_monitor_init   (CSIdleMonitor  *idle_monitor);
 static void cs_idle_monitor_finalize   (GObject *object);
 
 #define CS_IDLE_MONITOR_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), 
CS_TYPE_IDLE_MONITOR, CSIdleMonitorPrivate))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cinnamon-session-3.2.0/cinnamon-session/csm-consolekit.c 
new/cinnamon-session-3.4.0/cinnamon-session/csm-consolekit.c
--- old/cinnamon-session-3.2.0/cinnamon-session/csm-consolekit.c
2016-11-07 11:41:48.0 +0100
+++ new/cinnamon-session-3.4.0/cinnamon-session/csm-consolekit.c
2017-05-04 14:38:10.0 +0200
@@ -63,8 +63,6 @@
 #endif
 };
 
-static void csm_consolekit_class_init   (CsmConsolekitClass *klass);
-static void csm_consolekit_init (CsmConsolekit  *ck);
 static void csm_consolekit_finalize (GObject*object);
 
 static void csm_consolekit_free_dbus(CsmConsolekit  *manager);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cinnamon-session-3.2.0/cinnamon-session/csm-inhibit-dialog.c 
new/cinnamon-session-3.4.0/cinnamon-session/csm-inhibit-dialog.c
--- old/cinnamon-session-3.2.0/cinnamon-session/csm-inhibit-dialog.c
2016-11-07 11:41:48.0 +0100
+++ new/cinnamon-session-3.4.0/cinnamon-session/csm-inhibit-dialog.c
2017-05-04 14:38:10.0 +0200
@@ -86,8 +86,6 @@
 NUMBER_OF_COLUMNS
 };
 
-static void csm_inhibit_dialog_class_init  (CsmInhibitDialogClass *klass);
-static void csm_inhibit_dialog_init(CsmInhibitDialog  
*inhibit_dialog);
 static void csm_inhibit_dialog_finalize(GObject   *object);
 
 

commit cinnamon-screensaver for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package cinnamon-screensaver for 
openSUSE:Factory checked in at 2017-05-27 13:14:49

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


Package is "cinnamon-screensaver"

Sat May 27 13:14:49 2017 rev:8 rq:493348 version:3.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/cinnamon-screensaver/cinnamon-screensaver.changes
2017-01-10 10:44:37.373703836 +0100
+++ 
/work/SRC/openSUSE:Factory/.cinnamon-screensaver.new/cinnamon-screensaver.changes
   2017-05-27 13:14:50.921332639 +0200
@@ -1,0 +2,105 @@
+Wed May  4 17:44:11 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.4.0:
+  * l10n: Update POT file.
+  * Add --interactive-debug startup switch. This turns on
+GtkInspector, restricts the screensaver stage to a single
+monitor, and some other things to allow interaction with ui
+elements using the inspector tools.
+  * mediaPlayerWatcher.py: Catch SyntaxError exception when
+evaluating PlaybackStatus property.
+  * framedImage.py: Just silently fail if a downloaded image fails
+to be loaded into a pixbuf.
+  * Some theme fixes for GTK+ 3.20+.
+  * stage.py: Clear clipboards only once, when waking.
+raise_unlock_widget gets called repeatedly when there is input
+(to refresh other things) - having it repeatedly clear the
+clipboard was unnecessary, and prevented keyboard navigation
+actions that included selection of characters - such as
+ctrl-a, shift-home and -end.
+  * uPowerClient.py: Aggregate the proxy's signal emissions into a
+single power-state-changed event for the power client.
+This prevents confusion at the stage level when updating for
+power events.
+  * notifications: Add some debugging help.
+  * notificationWidget.py: Ignore network notifications - these occur
+often around suspend/resume time, and we don't want them
+artificially padding the notification count.
+  * xscreensaver plugin: Use GSubprocess instead of g_spawn_async
+for hacks.
+  * stage.py: Add some error-handling for widget creation, with
+exit strategy, in case something goes wrong. We don't want to
+leave the user with an inaccessible desktop.
+  * xscreensaver plugin: Provide a default .xscreensaver file if
+one doesn't already exist.
+  * Add /usr/lib/misc/xscreensaver/ to the xscreensaver search
+directories.
+  * stage.py: More error-handling fixes.
+  * authClient.py: Add some debugging info.
+  * Add a CsScreen object: GdkScreen is unreliable for figuring
+out monitor sizes and resolutions, particularly in non-default
+configurations.
+  * Enable notification watcher's debug code upon startup, rather
+than during widget construction.
+  * Respect the "spanned" setting for wallpapers.
+Note, this will currently also affect the plugins as well, but
+we didn't see this as a serious drawback.
+  * cs-screen-x11.c: Account for monitor scale factor.
+GTK+ expects the values to be scaled already.
+  * singletons.py: Add some debugging for login manager commands.
+  * Remove x11.py, move code to CsScreen class, remove python3-xlib
+dependency.
+  * service.py: Wait to respond to the Lock command until the
+screensaver has called back that it is now active.
+  * manager/stage: Lock immediately, without fade-in. This and the
+previous change allow the screensaver to be activated
+synchronously from cinnamon-session in response to
+suspend/hibernate actions, and ensure it's fully active already
+when resuming.
+  * cinnamon-screensaver-main.py: Don't import the
+ScreensaverService until we're sure we'll need it. This
+prevents singletons from getting initialised too early, and we
+lose the correct state of status.Debug
+  * cs-notification-watcher.c: Transient hint should be a boolean
+type, not int.
+  * service.py: Add the invocation to the queue prior to calling on
+the manager to lock. The active signal could be sent back
+before it gets added otherwise, causing us to leave the calling
+command hanging.
+  * stage/fader: Realise the stage offscreen, then reposition it
+before starting our fade in. This prevents the initial flash
+sometimes seen when the idle fade kicks in.
+  * cs-screen-x11.c: Use PointerRoot instead of None for
+XSetInputFocus. This does a better job of reacquiring keyboard
+control, and allows the screensaver to activate when a
+virtualbox guest window is focused.
+  * stage/fader: Add the reposition call to the fader cycle, this
+ensures it gets reliably called in sync with redraws, otherwise
+we can still get a flash on realising the window.
+  * cs-auth-pam.c: Only attempt to remove the io watch if
+thread_done is FALSE. It 

commit muffin for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package muffin for openSUSE:Factory checked 
in at 2017-05-27 13:14:45

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


Package is "muffin"

Sat May 27 13:14:45 2017 rev:11 rq:493340 version:3.4.0

Changes:

--- /work/SRC/openSUSE:Factory/muffin/muffin.changes2017-01-09 
11:03:06.769061874 +0100
+++ /work/SRC/openSUSE:Factory/.muffin.new/muffin.changes   2017-05-27 
13:14:47.821770850 +0200
@@ -1,0 +2,10 @@
+Wed May  4 17:44:11 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.4.0:
+  * Change to sys/wait.h
+  * Make meta_workspace_get_work_area_for_monitor public and
+introspectable.
+  * Fix meta_screen_get_monitor_geometry override redirect
+(gh#linuxmint#muffin#283).
+
+---

Old:

  muffin-3.2.2.tar.gz

New:

  muffin-3.4.0.tar.gz



Other differences:
--
++ muffin.spec ++
--- /var/tmp/diff_new_pack.TFYp4U/_old  2017-05-27 13:14:48.445682643 +0200
+++ /var/tmp/diff_new_pack.TFYp4U/_new  2017-05-27 13:14:48.449682077 +0200
@@ -20,7 +20,7 @@
 %define sover   0
 %define typelib typelib-1_0-MetaMuffin-0_0
 Name:   muffin
-Version:3.2.2
+Version:3.4.0
 Release:0
 Summary:Cinnamon Desktop default window manager
 License:GPL-2.0+ and MIT

++ muffin-3.2.2.tar.gz -> muffin-3.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/muffin-3.2.2/configure.ac 
new/muffin-3.4.0/configure.ac
--- old/muffin-3.2.2/configure.ac   2017-01-08 16:18:11.0 +0100
+++ new/muffin-3.4.0/configure.ac   2017-05-03 14:37:30.0 +0200
@@ -1,8 +1,8 @@
 AC_PREREQ(2.50)
 
 m4_define([muffin_major_version], [3])
-m4_define([muffin_minor_version], [2])
-m4_define([muffin_micro_version], [2])
+m4_define([muffin_minor_version], [4])
+m4_define([muffin_micro_version], [0])
 
 m4_define([muffin_version],
   [muffin_major_version.muffin_minor_version.muffin_micro_version])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/muffin-3.2.2/debian/changelog 
new/muffin-3.4.0/debian/changelog
--- old/muffin-3.2.2/debian/changelog   2017-01-08 16:18:11.0 +0100
+++ new/muffin-3.4.0/debian/changelog   2017-05-03 14:37:30.0 +0200
@@ -1,3 +1,19 @@
+muffin (3.4.0) sonya; urgency=medium
+
+  [ leigh123linux ]
+  * change to sys/wait.h
+
+  [ JosephMcc ]
+  * Make meta_workspace_get_work_area_for_monitor public and introspectable
+  * keybindings: Remove redundant function declarations
+  * window: Remove duplicate function declarations
+  * workspace: Remove duplicate function declaration
+
+  [ Rowan Thorpe ]
+  * Fix meta_screen_get_monitor_geometry override redirect (#283)
+
+ -- Clement Lefebvre   Wed, 03 May 2017 13:36:53 +0100
+
 muffin (3.2.2) serena; urgency=medium
 
   [ Michael Webster ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/muffin-3.2.2/src/core/keybindings-private.h 
new/muffin-3.4.0/src/core/keybindings-private.h
--- old/muffin-3.2.2/src/core/keybindings-private.h 2017-01-08 
16:18:11.0 +0100
+++ new/muffin-3.4.0/src/core/keybindings-private.h 2017-05-03 
14:37:30.0 +0200
@@ -55,10 +55,6 @@
 void meta_display_shutdown_keys (MetaDisplay *display);
 void meta_screen_grab_keys  (MetaScreen  *screen);
 void meta_screen_ungrab_keys(MetaScreen  *screen);
-gboolean meta_screen_grab_all_keys  (MetaScreen  *screen,
- guint32  timestamp);
-void meta_screen_ungrab_all_keys(MetaScreen  *screen, 
- guint32  timestamp);
 void meta_window_grab_keys  (MetaWindow  *window);
 void meta_window_ungrab_keys(MetaWindow  *window);
 gboolean meta_window_grab_all_keys  (MetaWindow  *window,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/muffin-3.2.2/src/core/main.c 
new/muffin-3.4.0/src/core/main.c
--- old/muffin-3.2.2/src/core/main.c2017-01-08 16:18:11.0 +0100
+++ new/muffin-3.4.0/src/core/main.c2017-05-03 14:37:30.0 +0200
@@ -62,7 +62,7 @@
 
 #include 
 #include 
-#include 
+#include 
 #include 
 #include 
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/muffin-3.2.2/src/core/screen.c 
new/muffin-3.4.0/src/core/screen.c
--- old/muffin-3.2.2/src/core/screen.c  2017-01-08 16:18:11.0 +0100
+++ 

commit cinnamon-control-center for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package cinnamon-control-center for 
openSUSE:Factory checked in at 2017-05-27 13:14:47

Comparing /work/SRC/openSUSE:Factory/cinnamon-control-center (Old)
 and  /work/SRC/openSUSE:Factory/.cinnamon-control-center.new (New)


Package is "cinnamon-control-center"

Sat May 27 13:14:47 2017 rev:6 rq:493342 version:3.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/cinnamon-control-center/cinnamon-control-center.changes
  2017-01-10 10:43:14.513384352 +0100
+++ 
/work/SRC/openSUSE:Factory/.cinnamon-control-center.new/cinnamon-control-center.changes
 2017-05-27 13:14:49.185578037 +0200
@@ -1,0 +2,14 @@
+Wed May  4 17:44:11 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.4.0:
+  * Make colord, networkmanager/modemmanager optional.
+  * wacom: Do not bail out if the tablet doesn't have an eraser.
+  * wacom: Add an icon for stylii without an eraser.
+  * wacom: Allow button mapping if the stylus has one button too.
+  * wacom: Add margins to the UI.
+  * Fix Network module.
+  * display: Fix csd-xrandr D-Bus name.
+  * l10n: Generate additional files.
+  * Remove aclocal from autogen.sh.
+
+---

Old:

  cinnamon-control-center-3.2.1.tar.gz

New:

  cinnamon-control-center-3.4.0.tar.gz



Other differences:
--
++ cinnamon-control-center.spec ++
--- /var/tmp/diff_new_pack.pPquPW/_old  2017-05-27 13:14:49.977466081 +0200
+++ /var/tmp/diff_new_pack.pPquPW/_new  2017-05-27 13:14:49.977466081 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cinnamon-control-center
 #
-# 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
@@ -19,7 +19,7 @@
 %define soname  libcinnamon-control-center
 %define sover   1
 Name:   cinnamon-control-center
-Version:3.2.1
+Version:3.4.0
 Release:0
 Summary:Utilities to configure the Cinnamon desktop
 License:GPL-2.0 and GPL-3.0+ and MIT
@@ -158,7 +158,6 @@
 %icon_theme_cache_postun
 
 %post -n %{soname}%{sover} -p /sbin/ldconfig
-
 %postun -n %{soname}%{sover} -p /sbin/ldconfig
 
 %files

++ cinnamon-control-center-3.2.1.tar.gz -> 
cinnamon-control-center-3.4.0.tar.gz ++
 1966 lines of diff (skipped)




commit nemo-extensions for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package nemo-extensions for openSUSE:Factory 
checked in at 2017-05-27 13:14:44

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


Package is "nemo-extensions"

Sat May 27 13:14:44 2017 rev:6 rq:493339 version:3.4.0

Changes:

--- /work/SRC/openSUSE:Factory/nemo-extensions/nemo-extensions.changes  
2016-11-15 18:00:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.nemo-extensions.new/nemo-extensions.changes 
2017-05-27 13:14:45.790058090 +0200
@@ -1,0 +2,17 @@
+Sun May  7 11:23:03 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.4.0 (changes since 3.2.0):
+  * Rename configure.in to configure.ac.
+  * nemo-fileroller: Use a triplet-prefixed pkg-config for cross
+compilation.
+  * nemo-compare, nemo-emblems: Fix some errors.
+  * nemo-audio-tab, nemo-fileroller, nemo-media-columns,
+nemo-pastebin, nemo-rabbitvcs, nemo-terminal: Remove _ from
+get_name_and_desc.
+  * nemo-emblems: Don't change the mtime when changing a file's
+emblems.
+  * nemo-preview: Fix some GTK+ warnings.
+  * nemo-preview: Fix assignment to undeclared variables warning.
+  * Update translations.
+
+---

Old:

  nemo-extensions-3.2.0.tar.gz

New:

  nemo-extensions-3.4.0.tar.gz



Other differences:
--
++ nemo-extensions.spec ++
--- /var/tmp/diff_new_pack.mQa8En/_old  2017-05-27 13:14:46.329981757 +0200
+++ /var/tmp/diff_new_pack.mQa8En/_new  2017-05-27 13:14:46.333981191 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nemo-extensions
 #
-# 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
@@ -19,9 +19,9 @@
 # Do not package nemo-extension-media-columns for now: slows Nemo down.
 # nemo-extension-terminal 'requires' two versions, confusing typelib finder.
 %define __requires_exclude typelib\\((Vte))\ =
-%define _version 3.2.0
+%define _version 3.4.0
 Name:   nemo-extensions
-Version:3.2.0
+Version:3.4.0
 Release:0
 Summary:Set of extensions for Nemo, the Cinnamon file manager
 License:GPL-2.0 and GPL-3.0 and GPL-3.0+
@@ -34,7 +34,6 @@
 Patch1: nemo-dropbox_no-dropbox-bin.patch
 # PATCH-FIX-OPENSUSE nemo-gtkhash_mbedtls-2.x.patch sor.ale...@meowr.ru -- Add 
mbed TLS 2.x+ support.
 Patch2: nemo-gtkhash_mbedtls-2.x.patch
-BuildRequires:  docutils
 BuildRequires:  gettext-runtime
 BuildRequires:  gnome-common
 BuildRequires:  intltool
@@ -48,6 +47,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  python-devel
 BuildRequires:  python-distutils-extra
+BuildRequires:  python-docutils
 BuildRequires:  python-gtk-devel
 BuildRequires:  python-setuptools
 BuildRequires:  update-desktop-files

++ nemo-extensions-3.2.0.tar.gz -> nemo-extensions-3.4.0.tar.gz ++
 3239 lines of diff (skipped)




commit python-py2pack for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package python-py2pack for openSUSE:Factory 
checked in at 2017-05-27 13:14:23

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


Package is "python-py2pack"

Sat May 27 13:14:23 2017 rev:40 rq:492681 version:0.8.0

Changes:

--- /work/SRC/openSUSE:Factory/python-py2pack/python-py2pack.changes
2017-04-20 20:48:51.865658249 +0200
+++ /work/SRC/openSUSE:Factory/.python-py2pack.new/python-py2pack.changes   
2017-05-27 13:14:31.376095914 +0200
@@ -1,0 +2,6 @@
+Thu Apr 27 15:53:20 UTC 2017 - toddrme2...@gmail.com
+
+- Fix source URL.
+- Implement single-spec version.
+
+---



Other differences:
--
++ python-py2pack.spec ++
--- /var/tmp/diff_new_pack.Virpmh/_old  2017-05-27 13:14:31.968012230 +0200
+++ /var/tmp/diff_new_pack.Virpmh/_new  2017-05-27 13:14:31.972011665 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-py2pack
 Version:0.8.0
 Release:0
@@ -23,23 +24,25 @@
 Summary:Generate distribution packages from Python packages on PyPI
 License:Apache-2.0
 Group:  Development/Languages/Python
-Source: 
https://pypi.io/packages/source/p/py2pack/py2pack-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/p/py2pack/py2pack-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-Jinja2
-BuildRequires:  python-Sphinx
-BuildRequires:  python-devel
-BuildRequires:  python-metaextract
-BuildRequires:  python-pbr
-BuildRequires:  python-six
-BuildRequires:  python-sphinxcontrib-programoutput
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module Jinja2}
+BuildRequires:  %{python_module Sphinx}
+BuildRequires:  %{python_module metaextract}
+BuildRequires:  %{python_module pbr}
+BuildRequires:  %{python_module six}
+BuildRequires:  %{python_module sphinxcontrib-programoutput}
 Requires:   python-Jinja2
 Requires:   python-metaextract
 Requires:   python-pbr
 Requires:   python-setuptools
 Requires:   python-six
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
 BuildArch:  noarch
+%python_subpackages
 
 %description
 This script allows to generate RPM spec or DEB dsc files from Python modules.
@@ -47,44 +50,34 @@
 (PyPI). Conveniently, it can fetch tarballs and changelogs making it an
 universal tool to package Python modules.
 
+%package -n %{name}-doc
+Summary:Documentation for %{name}
+Provides:   %{python_module py2pack-doc = %{version}}
+
+%description -n %{name}-doc
+Documentation and help files for %{name}.
+
 %prep
 %setup -q -n py2pack-%{version}
 
 %build
-python setup.py build
-python setup.py build_sphinx
+%python_build
+python3 setup.py build_sphinx
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-
-# Prepare for update-alternatives usage
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/py2pack %{buildroot}%{_bindir}/py2pack-%{py_ver}
-ln -s -f %{_sysconfdir}/alternatives/py2pack %{buildroot}%{_bindir}/py2pack
-
-# create dummy targets
-touch %{buildroot}%{_sysconfdir}/alternatives/py2pack
-touch %{buildroot}%{_sysconfdir}/alternatives/py2pack.1.gz
-
-%post
-%_sbindir/update-alternatives \
-   --install %{_bindir}/py2pack py2pack %{_bindir}/py2pack-%{py_ver} 30
-
-%postun
-if [ $1 -eq 0 ] ; then
-%_sbindir/update-alternatives --remove py2pack %{_bindir}/py2pack-%{py_ver}
-fi
+%python_install
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
-%doc AUTHORS LICENSE README.rst doc/build/html
-%{_bindir}/py2pack
-%{_bindir}/py2pack-%{py_ver}
-%ghost %{_sysconfdir}/alternatives/py2pack
-%ghost %{_sysconfdir}/alternatives/py2pack.1.gz
+%python3_only %{_bindir}/py2pack
 %{python_sitelib}/py2pack-%{version}-py*.egg-info
-%{python_sitelib}/py2pack
+%{python_sitelib}/py2pack/
+
+%files -n %{name}-doc
+%defattr(-,root,root,-)
+%doc AUTHORS LICENSE
+%doc doc/build/html/
 
 %changelog




commit zypper-docker for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package zypper-docker for openSUSE:Factory 
checked in at 2017-05-27 13:14:19

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


Package is "zypper-docker"

Sat May 27 13:14:19 2017 rev:4 rq:491569 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/zypper-docker/zypper-docker.changes  
2016-08-15 10:31:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.zypper-docker.new/zypper-docker.changes 
2017-05-27 13:14:26.464790268 +0200
@@ -1,0 +2,6 @@
+Tue Apr 11 16:36:06 UTC 2017 - jmassaguer...@suse.com
+
+- remove the go_arches macro because we are using go1.7 which
+  is available in all archs 
+
+---



Other differences:
--
++ zypper-docker.spec ++
--- /var/tmp/diff_new_pack.NiHzHX/_old  2017-05-27 13:14:27.312670396 +0200
+++ /var/tmp/diff_new_pack.NiHzHX/_new  2017-05-27 13:14:27.316669831 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zypper-docker
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,8 @@
 #
 
 
-%define go_arches %ix86 x86_64 ppc64le
-
-%ifarch %go_arches
 %define go_tool go
 %define GO_BUILD_FLAGS ""
-%else
-%define go_tool go-5
-%define GO_BUILD_FLAGS "-gccgoflags=\"-static-libgo\""
-%endif
 
 %define version_unconverted 1.2.0
 
@@ -37,11 +30,7 @@
 Url:https://github.com/SUSE/zypper-docker
 Source0:%{name}-%{version}.tar.xz
 Source42:   zypper-docker-rpmlintrc
-%ifarch %go_arches
 BuildRequires:  go >= 1.5
-%else
-BuildRequires:  gcc5-go >= 5.0
-%endif
 Requires:   libzypp > 9.34
 BuildRequires:  libzypp > 9.34
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit xclip for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package xclip for openSUSE:Factory checked 
in at 2017-05-27 13:13:45

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


Package is "xclip"

Sat May 27 13:13:45 2017 rev:15 rq:489958 version:0.13

Changes:

--- /work/SRC/openSUSE:Factory/xclip/xclip.changes  2015-09-13 
09:45:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.xclip.new/xclip.changes 2017-05-27 
13:13:56.329050830 +0200
@@ -1,0 +2,28 @@
+Sat Apr 22 19:31:26 UTC 2017 - mimi...@gmail.com
+
+- change homepage and download url to github 
+
+---
+Thu Apr 13 15:26:46 UTC 2017 - h...@urpla.net
+
+- Update to 0.13:
+  * Add the remove-last-newline option
+  * Fix the compile warning & build steps, and add .gitignore
+  * An new option "-rmlastnl" is added to remove the last newline
+character if present.
+  * Before running ./configure, autoreconf is required to generate
+configuration files.
+  * Add .gitignore
+  * Changing Sourceforge URLs to GitHub.
+  * don't treat TARGETS request as contents request
+  * Document the -noutf8 option.
+  * Minor lang corrections.
+  * Avoid warnings about unused variable; only define html if
+HAVE_ICONV.
+  * Applied 2924602 - 0005-Added-a-target-command-line-option.patch
+  * Applied 2924602 - 0004-Improved-xclip-s-error-handling.patch
+  * Applied 2924602 - 0003-Added-support-for-printing-more-data-types.patch
+  * Applied 2924602 - 
0002-Added-support-in-xcout-for-receiving-16-and-32-bit-d.patch
+  * Applied 2924602 - 
0001-Added-a-parameter-to-xcout-which-receives-the-type-o.patch
+
+---

Old:

  xclip-0.12.tar.gz

New:

  xclip-0.13.tar.gz



Other differences:
--
++ xclip.spec ++
--- /var/tmp/diff_new_pack.QG3W3K/_old  2017-05-27 13:13:56.880972799 +0200
+++ /var/tmp/diff_new_pack.QG3W3K/_new  2017-05-27 13:13:56.884972234 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xclip
 #
-# 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,18 @@
 
 
 Name:   xclip
-Version:0.12
+Version:0.13
 Release:0
 Summary:Command Line Interface to the X11 Clipboard
 License:GPL-2.0+
 Group:  System/X11/Utilities
-Url:http://sourceforge.net/projects/xclip
-Source: 
http://prdownloads.sourceforge.net/xclip/xclip-%{version}.tar.gz
+Url:https://github.com/astrand/xclip
+Source: 
https://github.com/astrand/%{name}/archive/%{version}.tar.gz#./%{name}-%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  xorg-x11-libICE-devel
 BuildRequires:  xorg-x11-libX11-devel
+BuildRequires:  xorg-x11-libXext-devel
 BuildRequires:  xorg-x11-libXmu-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -37,6 +41,7 @@
 %setup -q
 
 %build
+bash ./bootstrap
 %configure \
 --x-includes="%{_usr}/include" \
 --x-libraries="%{_usr}/%{_lib}" \
@@ -44,7 +49,7 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 %files
 %defattr(-,root,root)
@@ -54,6 +59,6 @@
 %{_bindir}/xclip-cutfile
 %{_bindir}/xclip-pastefile
 %{_mandir}/man1/xclip.1*
-%{_mandir}/man1/xclip-copyfile.1.*
+%{_mandir}/man1/xclip-copyfile.1%{ext_man}
 
 %changelog

++ xclip-0.12.tar.gz -> xclip-0.13.tar.gz ++
 7410 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/xclip-0.12/.gitignore new/xclip-0.13/.gitignore
--- old/xclip-0.12/.gitignore   1970-01-01 01:00:00.0 +0100
+++ new/xclip-0.13/.gitignore   2016-09-13 09:09:12.0 +0200
@@ -0,0 +1,23 @@
+# autotools generated
+.deps/
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+compile
+config.h
+config.h.in
+config.log
+config.status
+configure
+depcomp
+install-sh
+missing
+stamp-h1
+
+# compiling output
+*.o
+xclip
+
+# temporary files
+*.swp
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 

commit gnustep-make for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package gnustep-make for openSUSE:Factory 
checked in at 2017-05-27 13:14:03

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


Package is "gnustep-make"

Sat May 27 13:14:03 2017 rev:2 rq:490046 version:2.7.0

Changes:

--- /work/SRC/openSUSE:Factory/gnustep-make/gnustep-make.changes
2017-01-24 10:33:12.460045915 +0100
+++ /work/SRC/openSUSE:Factory/.gnustep-make.new/gnustep-make.changes   
2017-05-27 13:14:24.225106912 +0200
@@ -1,0 +2,6 @@
+Sun Apr 16 19:11:42 UTC 2017 - fredkie...@gmx.de
+
+- update to 2.7.0
+  o for more info please see ChangeLog file
+
+---

Old:

  gnustep-make-2.6.8.tar.gz
  gnustep-make-2.6.8.tar.gz.sig

New:

  gnustep-make-2.7.0.tar.gz
  gnustep-make-2.7.0.tar.gz.sig



Other differences:
--
++ gnustep-make.spec ++
--- /var/tmp/diff_new_pack.uJ039e/_old  2017-05-27 13:14:24.677043018 +0200
+++ /var/tmp/diff_new_pack.uJ039e/_new  2017-05-27 13:14:24.677043018 +0200
@@ -23,7 +23,7 @@
 
 Name:   gnustep-make
 Summary:GNUstep Makefile package
-Version:2.6.8
+Version:2.7.0
 Release:0
 License:LGPL-2.1+ and GPL-3.0+
 Group:  System/GUI/Other

++ gnustep-make-2.6.8.tar.gz -> gnustep-make-2.7.0.tar.gz ++
 6930 lines of diff (skipped)




commit gnustep-base for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package gnustep-base for openSUSE:Factory 
checked in at 2017-05-27 13:13:56

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


Package is "gnustep-base"

Sat May 27 13:13:56 2017 rev:2 rq:490045 version:1.25.0

Changes:

--- /work/SRC/openSUSE:Factory/gnustep-base/gnustep-base.changes
2017-01-24 10:33:55.817898576 +0100
+++ /work/SRC/openSUSE:Factory/.gnustep-base.new/gnustep-base.changes   
2017-05-27 13:14:18.505915485 +0200
@@ -1,0 +2,5 @@
+Sun Apr 16 19:12:16 UTC 2017 - fredkie...@gmx.de
+
+- update to 1.25.0
+
+---

Old:

  gnustep-base-1.24.9.tar.gz
  gnustep-base-1.24.9.tar.gz.sig

New:

  gnustep-base-1.25.0.tar.gz
  gnustep-base-1.25.0.tar.gz.sig



Other differences:
--
++ gnustep-base.spec ++
--- /var/tmp/diff_new_pack.t3NFoR/_old  2017-05-27 13:14:20.341655950 +0200
+++ /var/tmp/diff_new_pack.t3NFoR/_new  2017-05-27 13:14:20.345655384 +0200
@@ -18,7 +18,7 @@
 
 Name:   gnustep-base
 Summary:GNUstep Base library package
-Version:1.24.9
+Version:1.25.0
 Release:0
 License:LGPL-2.1+ and GPL-3.0+
 Group:  System/GUI/Other

++ gnustep-base-1.24.9.tar.gz -> gnustep-base-1.25.0.tar.gz ++
 38739 lines of diff (skipped)




commit tvbrowser for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package tvbrowser for openSUSE:Factory 
checked in at 2017-05-27 13:13:51

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


Package is "tvbrowser"

Sat May 27 13:13:51 2017 rev:39 rq:489991 version:3.4.4

Changes:

--- /work/SRC/openSUSE:Factory/tvbrowser/tvbrowser.changes  2016-11-24 
21:23:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.tvbrowser.new/tvbrowser.changes 2017-05-27 
13:13:57.164932653 +0200
@@ -1,0 +2,5 @@
+Fri Apr 21 13:01:04 UTC 2017 - bwiedem...@suse.com
+
+- use strip-nondeterminism to make build fully reproducible
+
+---



Other differences:
--
++ tvbrowser.spec ++
--- /var/tmp/diff_new_pack.a9MC08/_old  2017-05-27 13:13:58.796701955 +0200
+++ /var/tmp/diff_new_pack.a9MC08/_new  2017-05-27 13:13:58.800701389 +0200
@@ -37,6 +37,9 @@
 BuildRequires:  java-devel
 BuildRequires:  jpackage-utils
 BuildRequires:  optipng
+%if 0%{?suse_version} >= 1330
+BuildRequires:  strip-nondeterminism
+%endif
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -56,6 +59,9 @@
 
 %build
 %ant runtime-linux -Dnewsplugin.url=file:///%{_sourcedir}/NewsPlugin.jar
+%if 0%{?suse_version} >= 1330
+strip-nondeterminism runtime/tvbrowser_linux/icons/*.zip 
runtime/tvbrowser_linux/infothemes/*.zip runtime/tvbrowser_linux/*.jar
+%endif
 
 cat >tvbrowser <<'EOF'
 #!/bin/sh






commit rosegarden for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package rosegarden for openSUSE:Factory 
checked in at 2017-05-27 13:13:35

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


Package is "rosegarden"

Sat May 27 13:13:35 2017 rev:28 rq:489921 version:17.04

Changes:

--- /work/SRC/openSUSE:Factory/rosegarden/rosegarden.changes2016-11-14 
20:15:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.rosegarden.new/rosegarden.changes   
2017-05-27 13:13:51.993663764 +0200
@@ -1,0 +2,38 @@
+Fri Apr 21 16:32:14 UTC 2017 - davejpla...@gmail.com
+
+- Update to release 17.04 codename "Twice in a blue moon".
+- Removed rosegarden-fix-crash.patch fix is in this version.
+- Rebased rosegarden-10.10-filepaths.patch.
+- Upstream changes:
+  *Bug Fixes
+  * Fix memory leak: delete StartupLogo when closing it.
+  * Add compilation fix for Ubuntu 16.04.01 LTS.
+  * TrackParameterBox: Fix initial track label problem.
+  * Fix #1534: Send channel setup when output is changed.
+  * TrackParameterBox: Make color combo visible for audio tracks.
+  * autoload: Fix audio track colors.
+  * Fix #1532: Crash when trying to edit a triggered segment.
+  * Fix #1536: Crash on dangling Instrument IDs.
+  * Fix “Always use default studio” stickiness.
+  * Fix #1538: No sound when entering notes with keyboard.
+  * Fix time stamp bug in MIDI file export.
+  * Improve progress dialogs throughout the application.
+  * Repair control rulers in Qt 5 builds.
+  * Cleanup incorrect name and filter during audio file export.
+  * Fix compilation with -DQT_STRICT_ITERATORS.
+  * Fix compilation without jack.
+  * Enable -DQT_NO_URL_CAST_FROM_STRING and fix compilation
+accordingly.
+  * Fix “all piano” issue with empty connections.
+  * Fix MIDI import connection problem.
+  * Fix a bug in the parallels checker, bug #1544.
+  * Fix #1491 Xruns on exit.
+  * Fix wait cursor.
+  *New Features
+  * Hide unused frames for audio tracks in track parameters.
+  * Improve handling of collapsing frames in track parameters
+and document properties.
+  * Track 20 recent files, rather than 10.
+  * Replace stylesheet with custom QStyle.
+
+---

Old:

  rosegarden-16.06.tar.bz2
  rosegarden-fix-crash.patch

New:

  rosegarden-17.04.tar.bz2



Other differences:
--
++ rosegarden.spec ++
--- /var/tmp/diff_new_pack.PyWriV/_old  2017-05-27 13:13:52.917533148 +0200
+++ /var/tmp/diff_new_pack.PyWriV/_new  2017-05-27 13:13:52.917533148 +0200
@@ -16,22 +16,19 @@
 #
 
 Name:   rosegarden
-Version:16.06
+Version:17.04
 Release:0
 License:GPL-2.0+
 Summary:Midi, Audio And Notation Editor
 Url:http://www.rosegardenmusic.com/
 Group:  Productivity/Multimedia/Sound/Midi
-# http://sourceforge.net/projects/rosegarden/files/ This source url prevents 
me from checking out the tarball.
-Source0:%{name}/%{version}/%{name}-%{version}.tar.bz2
+Source0:
https://sourceforge.net/projects/rosegarden/files/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source1:%{name}.xpm
 Source2:%{name}.1
 # PATCH-FIX-OPENSUSE davejpla...@gmail.com This patch fixes the file search 
paths for examples, templates and midi driver libraries.
 Patch1: rosegarden-10.10-filepaths.patch
 # PATCH-FIX-OPENSUSE led...@gmail.com fix bashisms in scripts
 Patch2: rosegarden-14.02-fix-bashisms.patch
-#PATCH_FIX-UPSTREAM davejpla...@gmail.com Fixes 
https://sourceforge.net/p/rosegarden/bugs/1536/
-Patch3: rosegarden-fix-crash.patch
 BuildRequires:  alsa-devel
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  dssi-devel
@@ -73,11 +70,6 @@
 Requires:   jack
 Recommends: qsynth
 Recommends: fluidsynth-dssi
-# This is old, rosegarden was a kde3 app called rosegarden4 and it's first qt4 
version had the qt4 suffix.
-#Provides:   rosegarden-qt4 = %%{version}
-#Obsoletes:  rosegarden-qt4 < %%{version}
-#Provides:   rosegarden4 = %%{version}
-#Obsoletes:  rosegarden4 < %%{version}
 Icon:   rosegarden.xpm
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -96,7 +88,6 @@
 %setup -q
 %patch1
 %patch2
-%patch3 -p1
 # When we build svn we need to execute bootstrap.sh
 #sh bootstrap.sh
 

++ rosegarden-10.10-filepaths.patch ++
--- /var/tmp/diff_new_pack.PyWriV/_old  2017-05-27 13:13:52.949528624 +0200
+++ /var/tmp/diff_new_pack.PyWriV/_new  2017-05-27 13:13:52.949528624 +0200
@@ -1,10 +1,10 @@
 Index: src/gui/widgets/FileDialog.cpp
 ===
 src/gui/widgets/FileDialog.cpp.orig
-+++ 

commit xine-lib for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package xine-lib for openSUSE:Factory 
checked in at 2017-05-27 13:12:57

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


Package is "xine-lib"

Sat May 27 13:12:57 2017 rev:66 rq:486896 version:1.2.8

Changes:

--- /work/SRC/openSUSE:Factory/xine-lib/xine-lib.changes2017-04-03 
11:05:15.338430752 +0200
+++ /work/SRC/openSUSE:Factory/.xine-lib.new/xine-lib.changes   2017-05-27 
13:12:58.773188069 +0200
@@ -1,0 +2,55 @@
+Sun Apr  9 14:25:06 UTC 2017 - davejpla...@gmail.com
+
+- Update to release 1.2.8
+- Remove patches fixed upstream:
+  xine-lib-crippled-ffmpeg3.0.patch, xine-lib-ffmpeg3.0.patch and
+  xine-lib-link-xcb.patch.
+- Removed precheckin_cripple_tarball.sh and integrated it into the
+  spec file.
+- Upstream changes:
+  * Add HEVC to QT demuxer.
+  * Add libOpenHEVC decoder.
+  * Add h.265/HEVC decoding to VAAPI.
+  * Detach VAAPI video out from ffmpeg.
+  * VAAPI fixes.
+  * Improved Matroska compatibility (TrueHD and PCM sound,
+HDMV/Text subtitles).
+  * Add faad LATM support.
+  * Add faad preamp gain control and channel mixer.
+  * Update/fix internal libfaad.
+  * Integrate 6 basic plugins into libxine.
+  * ffmpeg fixes and optimizations.
+  * Use external libdvdnav by default.
+  * Optimize video out.
+  * AVFormat demuxer fixes.
+  * (XCB)XV video out fixes.
+  * Lots of small fixes and optimizations.
+  * Build fixes (newer automake, xcb, libdvdcss, dxr3, make dist,
+32+64bit dual install, gcc 4.x with GNU ld 2.26 ...).
+  * Better C++ compatibility.
+  * Add support for avi WAVE_FORMAT_EXTENSIBLE.
+  * Add "Time Domain Audio Analyzer" Visualization Post Plugin.
+  * Add support for compressed HDMV PGS subtitles in Matroska.
+  * Add HW accelerated OSD for Raspberry Pi.
+  * Add simple deep color (9/10bit) support via ffmpeg.
+  * Join 15 video demuxers into a single multiplugin lib.
+  * Join 5 vdpau decoders into a single multiplugin lib.
+  * Join 3 raw video decoders into a single multiplugin lib.
+  * Make ffmpeg/postproc optional.
+  * Log individual items when loading multiplugin libs.
+  * Improved qt/mp4 edit list handling.
+  * Detect mp3 files with large id3v2 tags.
+  * Auto recover from temporary DVB signal loss.
+  * Fix demuxing low framerate mp4.
+  * DVB AAC sound compatibility fix.
+  * ffmpeg audio downmix level fix and optimization.
+  * ffmpeg multithreading fixes.
+  * ffmpeg compatibility fixes.
+  * BluRay subtitle fixes.
+  * Various small fixes.
+  * OpenGL(2) video out fixes and optimizations.
+  * Fix some issues with heavy stream seeking.
+  * Build fixes, including missing vcd libs and much less warnings.
+  * Code simplifications.
+
+---

Old:

  precheckin_cripple_tarball.sh
  xine-lib-1.2.6-crippled.tar.xz
  xine-lib-1.2.6.tar.xz
  xine-lib-crippled-ffmpeg3.0.patch
  xine-lib-ffmpeg3.0.patch
  xine-lib-link-xcb.patch

New:

  xine-lib-1.2.8.tar.xz



Other differences:
--
++ xine-lib.spec ++
--- /var/tmp/diff_new_pack.AmqGvM/_old  2017-05-27 13:12:59.609069892 +0200
+++ /var/tmp/diff_new_pack.AmqGvM/_new  2017-05-27 13:12:59.613069326 +0200
@@ -77,6 +77,8 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  vcdimager-devel
 BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(dvdnav)
+BuildRequires:  pkgconfig(vpx)
 %if %{with ffmpeg}
 BuildRequires:  pkgconfig(libavcodec)
 BuildRequires:  pkgconfig(libavformat)
@@ -119,34 +121,25 @@
 %if %{with modplug}
 BuildRequires:  libmodplug-devel
 %endif
-Version:1.2.6
+Version:1.2.8
 Release:0
-%define abiversion 2.5
+%define abiversion 2.6
 Summary:Video Player with Plug-Ins
 License:GPL-2.0+ and SUSE-Public-Domain
 Group:  Productivity/Multimedia/Video/Players
-Url:http://www.xine-project.org/home
+Url:https://www.xine-project.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-%if %{with distributable}
-Source: xine-lib-%{version}-crippled.tar.xz
-%else
-Source: 
http://downloads.sourceforge.net/project/xine/xine-lib/%{version}/xine-lib-%{version}.tar.xz
-%endif
+Source: 
http://sourceforge.net/projects/xine/files/%{name}/%{version}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-Source99:   precheckin_cripple_tarball.sh
 
 Patch0: xine-lib-libdvdread_udf.diff
 Patch1: xine-lib-v4l-2.6.38.patch
 # PATCH allow ffmpeg in openSUSE versions that have ffmpeg and still use the 
crippled tar ball to build with ffmpeg3.
-Patch7: xine-lib-crippled-ffmpeg3.0.patch
 Patch2: xine-lib-without-ffmpeg.patch
-Patch5: 

commit xreader for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package xreader for openSUSE:Factory checked 
in at 2017-05-27 13:13:20

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


Package is "xreader"

Sat May 27 13:13:20 2017 rev:9 rq:498046 version:1.4.2

Changes:

--- /work/SRC/openSUSE:Factory/xreader/xreader.changes  2017-04-11 
09:36:10.797220972 +0200
+++ /work/SRC/openSUSE:Factory/.xreader.new/xreader.changes 2017-05-27 
13:13:21.969908513 +0200
@@ -1,0 +2,91 @@
+Wed May 24 14:40:01 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.4.2:
+  * Fix gtk-doc with no Caja or no Nemo extension building.
+  * Update translations.
+- Remove xreader-fix-nocaja-build.patch: merged upstream.
+
+---
+Wed May 10 08:31:40 UTC 2017 - jeng...@inai.de
+
+- Update descriptions from current homepage
+
+---
+Sun May  7 11:23:03 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.4.1 (changes since 1.2.2):
+  * Documentation: Add INSTALL, update README.
+  * document-model: Make dual mode and dual mode odd page left
+mutally exclusive.
+  * Split dual mode option into dual mode with odd and even pages
+on the left.
+  * Fix case sensitive searching for PDF.
+  * Bump poppler version requirement to 0.22.0.
+  * comics: Properly open files with special characters in path.
+  * comics: Fix MIME type comparisons.
+  * comics: Support application/vnd.comicbook+zip MIME type.
+  * djvu: Remove unneeded assignment.
+  * tiff: Use function from cairo >= 1.6 unconditionally.
+  * Add some missing contextual information for translators.
+  * djvu: Support the image/vnd.djvu+multipage MIME type.
+  * thumbnailer: Skip epub files.
+  * Removed deprecated GTK_POLICY_AUTOMATIC.
+  * Fix a crash when running with the Broadway Gdk backend.
+  * ev-window.c: Remove some gtk version checks.
+  * ev-window: Swap out the EggEditable toolbar for a normal
+toolbar.
+  * Convert all icons to symbolics.
+  * Tweak the fullscreen tool bar to match the style of the main
+tool bar a bit better.
+  * annotation-window: Fix the sizes of close and resize icons.
+  * build: --disable-caja and --disable-nemo are no longer ignored.
+  * libdocument: Add deprecation macros.
+  * libdocument: Use the new deprecation macros.
+  * libdocument: Add EvAnnotation API using GdkRGBA.
+  * shell: Use GdkRGBA for annotations.
+  * ev-annotation: Use correct variable names in function prototype.
+  * libview: Don't change the font colour of the annotation window.
+  * libview: Fix focus on ev_annotation_window.
+  * libview: fix annotation window focus change after creation.
+  * ev-view: Add pinch/zoom gesture to handle document zooming.
+  * ev-view: explicitly require a GtkScrolledWindow as the parent
+widget.
+  * ev-view: Add pan gesture to switch page.
+  * libview: Ctrl+mouse wheel zoom should be pointer-centred, not
+window-centred.
+  * Remove unneeded pkgconfig checks.
+  * ev-annotation-window: Fix setting the colour of the window
+border.
+  * annotation-properties-dialog: Don't use a header bar.
+  * Add a new EvToolbar.
+  * ev-window.c: Simplify an if/else.
+  * shell: Remove metadata migration code.
+  * annotations-sidebar: Clean up the styling.
+  * bookmarks-sidebar: Clean up the styling.
+  * ev-sidebar: Do a bit of restyling.
+  * sidebar-layers: Make it actually usable.
+  * ev-page-action-widget: Allow changing pages with mouse wheel
+scrolling.
+  * ev-page-action-widget: Update the page number when unfocused.
+  * shell: Replace deprecated function call inside the GTK+3 code
+block.
+  * cut-n-paste: Set vertical box to be homogeneous in the GTK+3
+code too.
+  * ev-view: Properly declare a function.
+  * shell: Ditch gimpcellrenderertoggle.
+  * toolbar: Make further improvements.
+  * Fix for bug #92: Segfault if djvu file gets clicked/moved.
+  * djvu: Make empty pages white.
+  * djvu: Use dpi of pages to compute scaling factor.
+  * djvu: Enable selection highlighting.
+  * comics backend: Add support for unarchiver (unar and lsar).
+  * Force the X11 Gdk backend.
+  * First page should not reloaded.
+  * Previously opened page incorrectly restored if it was the last
+one.
+  * Remove the GTK+2 code.
+  * l10n: Update POT file.
+  * Update translations.
+- Add xreader-fix-nocaja-build.patch: Fix building with no Caja.
+
+---

Old:

  xreader-1.2.2.tar.gz

New:

  xreader-1.4.2.tar.gz



Other differences:
--
++ xreader.spec ++
--- /var/tmp/diff_new_pack.JLKrdK/_old  2017-05-27 

commit cinnamon for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package cinnamon for openSUSE:Factory 
checked in at 2017-05-27 13:13:18

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


Package is "cinnamon"

Sat May 27 13:13:18 2017 rev:16 rq:498044 version:3.4.1

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon/cinnamon.changes2017-02-03 
17:34:38.822637238 +0100
+++ /work/SRC/openSUSE:Factory/.cinnamon.new/cinnamon.changes   2017-05-27 
13:13:20.706087191 +0200
@@ -1,0 +2,239 @@
+Wed May 24 14:40:01 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.4.1:
+  * Remove usage of GTK_POLICY_EXTERNAL.
+  * checkBox.js: Remove extra unused argument which was causing a
+warning with new cjs/mozjs.
+  * st-bin.c: Fix y_fill setter (it was setting x_fill to the value
+of the existing y_fill, before it is set in the same call).
+  * menu applet: Fix keyboard navigation of recent context menu.
+Fix closing of same menu when switching to another category.
+Also fix closing when opening another recent's context menu.
+  * menu applet: Notify when a recent file is activated that can't
+be accessed.
+  * menu applet: Make missing file notification transient.
+  * menu applet (vector box): Partially revert c0d37dd: there is
+flickering as events go from a button to the vector box and
+back. Remove the idle callback, and directly react to the enter
+even once more. To compensate, increase our
+maybeUpdateVectorBox delay timeout, which more or less fixes
+the original problem the above commit was attempting to fix.
+  * menu applet: _select_category - only call displayButtons if the
+category has really changed.
+  * menu applet: Fix keyboard navigation when a second recent
+context menu is toggled open.
+  * Sound settings: Fix device icons.
+  * xlet-settings.py: Ignore files and directories in the config
+directory that aren't created by our settings api as well as
+instances that no longer exist.
+  * ExtensionCore.py: Don't scrub the config directory on load.
+This is no longer necessary since xlet settings now ignores
+anything that isn't an active instance, and some applets need a
+place to store extra files so they get cleaned up on uninstall.
+  * cs_panel.py: Fix a crash when there are no panels.
+  * sound-applet: Remove extraneous arguments on add_actor calls.
+  * radioButton.js: Remove an extra argument to add_actor.
+  * window-list-applet: Fix undefined reference warning.
+  * cinnamon-json-makepot: Add support to extract "title" and
+"units" keys on list elements.
+  * User applet: Remove the ability to switch to guest with LightDM.
+  * runDialog.js: Fix undefined variable warning.
+  * Reorganise the default applets in the panel.
+  * User applet: Remove trailing spaces.
+  * Applets: Make TextIconApplet smarter and adapt to vertical
+panels.
+  * menu applet: Use _select_category to select recents and places,
+so we can cache the current selection more accurately and
+prevent needless calls to _displayButtons.
+  * window list: Add a missing dependency to settings.
+- Remove cinnamon-fix-gtk-3.14.patch.
+- Rebase cinnamon-no-gksu-requirement.patch.
+
+---
+Sun May  7 11:23:03 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.4.0:
+  * Fix gnome terminal losing desktop file association during
+Cinnamon restart.
+  * cinnamon-json-makepot: Add support to scan for JS files inside
+sub-dirs.
+  * Start systray applet first
+  * Use generic marshaller.
+  * Pull functions out of loops in _refreshPlaces, _refreshApps...
+  * Move uri assignment in _refreshRecent's while loop into new...
+  * Use let instead of var in new handler functions.
+  * panel: Rework allocation logic to avoid looping in edit mode
+this was causing the context menu animation to fail to complete
+causing the user not to be able to exit edit mode.
+  * theme-node: Fix leak on stylesheet change.
+  * cinnamon_dbus_acquire_name: Don't leak the result.
+  * cinnamon_dbus_acquire_name: Don't leak error.
+  * keyboard: Destroy the key's boxpointe.
+  * Fix hotcorner hover delay timeout removal. This fixes a
+"Invalid or null source id used when attempting to run
+Mainloop.source_remove()" when leaving a hotcorner. The timeout
+is already destroyed by returning false in the callback, but we
+still knew about the timeout id and tried to remove the
+non-existing timeout.
+  * st-box-layout: Don't report a paint volume when we have no
+allocation.
+  * window-tracker: Fix a memory leak.
+  * tooltips.js: Remove leftover logging.
+  * Add cinnamon-stap-monitor utility.
+  * panel.js: Couple fixes to previous commit. Let the panel
+

commit perl-JSON for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package perl-JSON for openSUSE:Factory 
checked in at 2017-05-27 13:12:46

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


Package is "perl-JSON"

Sat May 27 13:12:46 2017 rev:19 rq:497401 version:2.93

Changes:

--- /work/SRC/openSUSE:Factory/perl-JSON/perl-JSON.changes  2014-05-02 
20:52:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-JSON.new/perl-JSON.changes 2017-05-27 
13:12:48.142691014 +0200
@@ -1,0 +2,17 @@
+Fri May 19 05:55:06 UTC 2017 - co...@suse.com
+
+- updated to 2.93
+   see /usr/share/doc/packages/perl-JSON/Changes
+
+  2.93 2017-05-19
+  - add VERSION methods to (abstract) backend packages
+  - explained backward incompatibility about backend method
+  - updated VERSIONs of backportPP modules
+
+---
+Tue May 16 05:59:33 UTC 2017 - co...@suse.com
+
+- updated to 2.92
+   see /usr/share/doc/packages/perl-JSON/Changes
+
+---

Old:

  JSON-2.90.tar.gz

New:

  JSON-2.93.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-JSON.spec ++
--- /var/tmp/diff_new_pack.wb87En/_old  2017-05-27 13:12:49.822453528 +0200
+++ /var/tmp/diff_new_pack.wb87En/_new  2017-05-27 13:12:49.826452963 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-JSON
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,84 +17,39 @@
 
 
 Name:   perl-JSON
-Version:2.90
+Version:2.93
 Release:0
 %define cpan_name JSON
 Summary:JSON (JavaScript Object Notation) encoder/decoder
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/JSON/
-Source: 
http://www.cpan.org/authors/id/M/MA/MAKAMAKA/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(JSON::backportPP)
-#BuildRequires: perl(JSON::PP)
-#BuildRequires: perl(JSON::XS)
-#BuildRequires: perl(Tie::IxHash)
-#BuildRequires: perl(_unicode_handling)
 Recommends: perl(JSON::XS) >= 2.34
 %{perl_requires}
 
 %description
- *** CAUTION **
- **
- * INCOMPATIBLE CHANGE (JSON::XS version 2.90)*
- **
- * JSON.pm had patched JSON::XS::Boolean and JSON::PP::Boolean internally *
- * on loading time for making these modules inherit JSON::Boolean.*
- * But since JSON::XS v3.0 it use Types::Serialiser as boolean class. *
- * Then now JSON.pm breaks boolean classe overload features and   *
- * -support_by_pp if JSON::XS v3.0 or later is installed. *
- **
- * JSON::true and JSON::false returned JSON::Boolean objects. *
- * For workaround, they return JSON::PP::Boolean objects in this version. *
- **
- * isa_ok(JSON::true, 'JSON::PP::Boolean');   *
- **
- * And it discards a feature: *
- **
- * ok(JSON::true eq 'true');  *
- **
- * In other word, JSON::PP::Boolean overload numeric only.*
- **
- * ok( JSON::true == 1 ); *
- **
- **
-
- ** CAUTION 
- * This is 'JSON module version 2' and there are many differences  *
- * to version 1.xx 

commit cinnamon-settings-daemon for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package cinnamon-settings-daemon for 
openSUSE:Factory checked in at 2017-05-27 13:13:09

Comparing /work/SRC/openSUSE:Factory/cinnamon-settings-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.cinnamon-settings-daemon.new (New)


Package is "cinnamon-settings-daemon"

Sat May 27 13:13:09 2017 rev:7 rq:498028 version:3.4.1

Changes:

--- 
/work/SRC/openSUSE:Factory/cinnamon-settings-daemon/cinnamon-settings-daemon.changes
2017-01-10 10:42:18.413291435 +0100
+++ 
/work/SRC/openSUSE:Factory/.cinnamon-settings-daemon.new/cinnamon-settings-daemon.changes
   2017-05-27 13:13:16.418693343 +0200
@@ -1,0 +2,57 @@
+Wed May 24 14:40:01 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.4.1:
+  * Fix incorrect D-Bus names.
+  * media-keys: Don't show the level in the screen lock OSD.
+  * Wait for xsettings to be fully started before starting the
+WindowManager phase.
+
+---
+Sun May  7 11:23:03 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.4.0:
+  * mouse: Add missing device closing.
+  * Increase cinnamon-desktop required version.
+  * power: Fix typo in UPower keyboard GDBus proxy name.
+  * Remove redundant aclocal from autogen.sh as autoreconf calls it.
+  * Fix a -Wmissing-include-dirs warning.
+  * clipboard, color, dummy: Add a test application.
+  * common: Remove obsolete key parsing test application.
+  * color: Fix linkage of csd-test-color.
+  * main: Remove the ability to start/stop individual plugins.
+  * plugins: Remove "test" from the stand-alone application names.
+  * common: Add verbose a option to test-plugin.h.
+  * plugins: Rename sources of all test applications.
+  * mouse-plugin: Add new settings for mouse/touchpad.
+  * sound: Rename the sound plugin for PulseAudio.
+  * plugins: Add desktop files for all the plugins.
+  * plugins: Stop building helpers as plugins.
+  * Remove refs to obsolete schemas.
+  * common: Remove use of SCHEMA_NAME.
+  * common: Report errors on startup in the helper skeleton.
+  * Use unique dbus names.
+  * common: Register plugins with the session manager.
+  * main: Remove gnome-settings-daemon binary.
+  * data: Adapt pkg-config file for API removal.
+  * build: Remove separate check for cinnamon-desktop.
+  * main: Remove cinnamon-settings-plugin.h.
+  * Add CSD plugin icons.
+  * Remove calls to g_type_init(), bump GLib required version.
+  * Fix redundant redeclarations.
+  * Fix FSF address
+  * Fix backgrounds in HiDPI.
+  * Don't kill plugins during CSM stop PHASE.
+  * Drop deprecated g_thread_init.
+  * Add detection for accountsservice background as it's Ubuntu
+only.
+  * cinnamon-settings-session, daemon-skeleton: Remove an ISO C
+warning.
+  * csd-input-helper, csd-color-manager: Avoid compiler warnings.
+  * csd-clipboard-manager: Avoid compiler warnings.
+  * csd-locate-pointer: Change a shadowed variable causing compiler
+warnings (gh#linuxmint#cinnamon-settings-daemon#173).
+  * Fix a typo in the Finnish translation.
+- Install libexec stuff into a cinnamon-settings-daemon/
+  subdirectory.
+
+---

Old:

  cinnamon-settings-daemon-3.2.1.tar.gz

New:

  cinnamon-settings-daemon-3.4.1.tar.gz



Other differences:
--
++ cinnamon-settings-daemon.spec ++
--- /var/tmp/diff_new_pack.tn9J7f/_old  2017-05-27 13:13:18.018467167 +0200
+++ /var/tmp/diff_new_pack.tn9J7f/_new  2017-05-27 13:13:18.018467167 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cinnamon-settings-daemon
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   cinnamon-settings-daemon
-Version:3.2.1
+Version:3.4.1
 Release:0
 Summary:The settings Daemon for the Cinnamon Desktop
 License:GPL-2.0+ and LGPL-2.1
@@ -29,6 +29,7 @@
 BuildRequires:  automake
 BuildRequires:  cups-devel
 BuildRequires:  docutils
+BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  libtool
@@ -83,6 +84,7 @@
 %build
 NOCONFIGURE=1 ./autogen.sh
 %configure \
+  --libexecdir=%{_libexecdir}/%{name}/ \
   --disable-static  \
   --disable-schemas-compile \
   --enable-polkit   \
@@ -92,7 +94,7 @@
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
-%suse_update_desktop_file %{name}
+%fdupes %{buildroot}%{_datadir}/
 %find_lang %{name} %{?no_lang_C}
 
 %post
@@ 

commit xplayer for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2017-05-27 13:13:01

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


Package is "xplayer"

Sat May 27 13:13:01 2017 rev:10 rq:498008 version:1.4.2

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2017-04-20 
20:55:16.815224861 +0200
+++ /work/SRC/openSUSE:Factory/.xplayer.new/xplayer.changes 2017-05-27 
13:13:04.348399843 +0200
@@ -1,0 +2,44 @@
+Wed May 24 14:40:01 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.4.2:
+  * xplayer-screenshot-plugin: Fix -Werror=format-nonliteral.
+  * xplayer-playlist.c: Fix void-return in a non-void function.
+  * Update translations.
+- Remove xplayer-void-return-no-return.patch: merged upstream.
+
+---
+Sun May  7 11:23:03 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.4.1 (changes since 1.2.2):
+  * Add an option to use the dark theme variant (overriding current
+system theme). The default behaviour is to use the dark theme
+unless this new option is disabled (gh#linuxmint#xplayer#38).
+  * Add an option to display or hide subtitles.
+  * Subtitles: Reduce default font size from 20 to 18.
+  * Subtitles: Autoload srt files by default.
+  * Preferences: Reorganize layout for subtitle options.
+  * Revamp language/subtitle selection.
+  * Revamp the OSD.
+  * Subtitles/Languages: Fix showing the track name when it doesn't
+correspond to a known language.
+  * Add the ability to change the playback speed.
+  * OSD: Show track position/length when seeking.
+  * Remove support for visualisations.
+  * Help: Update man page and help.
+  * Focus window when a new file is opened.
+  * ui: Move the seek slider inline with the play controls.
+  * controls: Move the fullscreen button to the right of the seek
+bar.
+  * player-controls: Rearrange and resize the items a bit.
+  * player-controls: Actually show the time/seek label on the new
+controls.
+  * ui: Remove the statusbar.
+  * sidebar: Tweak the styling of the sidebar toolbar a bit.
+  * Fix Previous button sensitivity/role.
+  * Don't show OSD in fullscreen.
+  * l10n: The Update POT file.
+  * Update translations
+- Require on xplayer-plugins.
+- Add xplayer-void-return-no-return.patch.
+
+---

Old:

  xplayer-1.2.2.tar.gz

New:

  xplayer-1.4.2.tar.gz



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.r6ULap/_old  2017-05-27 13:13:05.328261310 +0200
+++ /var/tmp/diff_new_pack.r6ULap/_new  2017-05-27 13:13:05.332260745 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without zeitgeist
 Name:   xplayer
-Version:1.2.2
+Version:1.4.2
 Release:0
 Summary:Generic media player
 License:GPL-2.0+ and LGPL-2.1+
@@ -72,23 +72,22 @@
 Requires:   gstreamer-plugins-good
 Requires:   iso-codes
 Requires:   python-gobject
+Requires:   xplayer-plugins
 Recommends: %{name}-lang
 Recommends: %{name}-plugins
 Suggests:   %{name}-browser-plugin
 Suggests:   gnome-dvb-daemon
 %glib2_gsettings_schema_requires
-%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120200 && 
0%{?is_opensuse})
-BuildRequires:  pkgconfig(grilo-0.3)
-%else
-BuildRequires:  pkgconfig(grilo-0.2)
-%endif
 %if %{with zeitgeist}
 BuildRequires:  pkgconfig(zeitgeist-2.0) >= 0.9.12
 %else
 Obsoletes:  %{name}-plugin-zeitgeist <= %{version}
 %endif
 %if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
+BuildRequires:  pkgconfig(grilo-0.3)
 Requires:   python-gobject-Gdk
+%else
+BuildRequires:  pkgconfig(grilo-0.2)
 %endif
 
 %description

++ xplayer-1.2.2.tar.gz -> xplayer-1.4.2.tar.gz ++
 95984 lines of diff (skipped)




commit nemo for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package nemo for openSUSE:Factory checked in 
at 2017-05-27 13:13:13

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


Package is "nemo"

Sat May 27 13:13:13 2017 rev:12 rq:498031 version:3.4.2

Changes:

--- /work/SRC/openSUSE:Factory/nemo/nemo.changes2017-01-10 
10:42:08.430698343 +0100
+++ /work/SRC/openSUSE:Factory/.nemo.new/nemo.changes   2017-05-27 
13:13:18.938337115 +0200
@@ -1,0 +2,192 @@
+Wed May 24 14:40:01 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.4.2:
+  * nemo-icon-container.c: don't force a native window for the
+desktop - fixes prelight hover sticking on the desktop when
+leaving an icon to pass into another window.
+  * nemo-icon-view-grid-container: Don't show bracketed empty
+spots, it's tacky.
+  * nemo-main.c: Remove back end requirement (only needed for the
+desktop).
+  * icon view/desktop: Fix hidpi scaling on the desktop.
+This also fixes compact view mode in hidpi, which was
+semi-broken since hidpi was implemented, and very broken since
+the desktop grid was added.
+  * nemo-icon-dnd.c: Depopulate the dnd grid of the selected icons
+so insertion marks aren't drawn in the icon's source position.
+  * nemo-window-manager-views.c: Simply close the window if the
+current view has no backward history, instead of jumping home
+or to the parent directory. The most common time for this to
+occur is a directory opened from the desktop - if you delete
+that directory, the window showing it then shows the desktop in
+a directory, which doesn't make much sense.
+  * nemo-window-manage-views.c: Invalidate file info before
+reloading the view, not after.
+This fixes mount permissions being incorrect.
+  * dnd: Restore capability of "moving" files from and to the
+desktop via drag'n'drop.
+  * Fetch file-roller mimetype info from a GDesktopAppInfo at
+startup, instead of a static (and woefully out of date) list.
+  * nemo-file.c: Add EFAULT as a valid exception to the access_ok
+function. This can throw when the file has just been moved or
+is in the midst of being moved and the internal asynch updates
+have not completed yet (usually during a fairly large transfer).
+As a result, the icon cache problem bar appears needlessly.
+  * desktop: Size thumbnails more appropriately - scale them to our
+icon size in height only, and allow the width to increase as
+much as our max text width while maintaining the image aspect
+ratio.
+  * desktop thumbnails: Pad the thumbnail height when it ends up
+smaller than the desired height due to aspect ratio and width
+restrictions.
+This ensures a nice alignment when keep-aligned is active.
+  * nemo-icon-view-grid-container.c: Highlight the current dnd
+rectangle in debug mode.
+  * desktop grid: Use the layout size for determining constraint to
+the canvas bounds instead of max size - this prevents files
+with very long names from being pushed out of the grid alignment.
+  * misc: Clean up minor leaks, other issues.
+  * desktop grid: Include additional text (Icon Captions) in
+calculations for the ellipsis limit, and update the desktop
+when these change - instead of forcing the user to reload or
+restart to see changes.
+  * nemo-style-application: Remove drop shadow from the selection
+and pre-light states of desktop icons. The shadows are drawn
+outside the calculated bounds of these items, and are
+problematic to account for without doing frequent full screen
+repaints.
+  * DnD: Draw the highlight box around the entire text when an item
+is prelit and highlighted as a drop target. The highlight box
+was only drawing as if to surround only the normal, ellipsised
+text, rather than the full, unellipsised height.
+  * Set a default font for the desktop - this is overridden by
+distributions in most cases, but having something is better
+than leaving it blank - you could set it to "Foo Sans 15"
+and it would still show the labels, even though you lack that
+actual font.
+  * Add a default to our theme - Using the default font was always
+supposed to be a fallback option, however the check in various
+places for whether the gsettings key is empty or not is incorrect:
+GSettings::get_string() will always return a string, never
+NULL, so we need to check if the string is not empty instead
+(boo#1040024).
+  * desktop: Fix missing icons when "show orphans" is disabled
+(we were incorrectly interpreting a monitor number of -1 (which
+means, no previous location) and a missing monitor).
+  * Fix visual sort function - sort function was incorrect for the
+new grid, and the new order 

commit cjs for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package cjs for openSUSE:Factory checked in 
at 2017-05-27 13:13:04

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


Package is "cjs"

Sat May 27 13:13:04 2017 rev:5 rq:498021 version:3.4.1

Changes:

--- /work/SRC/openSUSE:Factory/cjs/cjs.changes  2016-11-15 18:00:24.0 
+0100
+++ /work/SRC/openSUSE:Factory/.cjs.new/cjs.changes 2017-05-27 
13:13:10.319555640 +0200
@@ -1,0 +2,26 @@
+Wed May 24 14:40:01 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.4.1:
+  * Better GLib and autotools compatibility.
+- Remove cjs-autotools-compat.patch, cjs-glib-compat.patch: merged
+  upstream.
+
+---
+Wed May  4 17:44:11 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.4.0:
+  * Rebase to upstream gjs 1.48.0 (a7bcfb9).
+  * Always reload extension js modules.
+  * min / max properties to specify a minimal / maximal value.
+  * Throw error when attempting to instantiate abstract class.
+  * signals.js: Add signalHandlerIsConnected method.
+  * Use python2 instead of python.
+  * importer.cpp: Add a method to the global imports object
+addSubImporter(name, path)
+  * modules/GObject.js: Add access to handler_block and
+handler_unblock.
+  * Fix file location problem from rebasing
+- Add cjs-autotools-compat.patch and cjs-glib-compat.patch: Add
+  compatibility with older autotools and GLib.
+
+---

Old:

  cjs-3.2.0.tar.gz

New:

  cjs-3.4.1.tar.gz



Other differences:
--
++ cjs.spec ++
--- /var/tmp/diff_new_pack.TqqLPT/_old  2017-05-27 13:13:10.851480436 +0200
+++ /var/tmp/diff_new_pack.TqqLPT/_new  2017-05-27 13:13:10.855479871 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cjs
 #
-# 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
@@ -20,7 +20,7 @@
 %define sover   0
 %define typelib typelib-1_0-CjsPrivate-1_0
 Name:   cjs
-Version:3.2.0
+Version:3.4.1
 Release:0
 Summary:JavaScript module used by Cinnamon
 License:MIT and (MPL-1.1 or GPL-2.0+ or LGPL-2.1+)
@@ -31,17 +31,19 @@
 BuildRequires:  autoconf
 BuildRequires:  autoconf-archive
 BuildRequires:  automake
+BuildRequires:  dbus-1
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
+BuildRequires:  python
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(cairo-gobject)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.10.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
 BuildRequires:  pkgconfig(libffi)
-BuildRequires:  pkgconfig(mozjs-24)
+BuildRequires:  pkgconfig(mozjs-38)
 
 %description
 JavaScript bindings based on GObject Introspection for the
@@ -86,7 +88,11 @@
 
 %build
 NOCONFIGURE=1 ./autogen.sh
-%configure
+%configure \
+%if 0%{?suse_version} <= 1320
+  --without-dbus-tests \
+%endif
+  --disable-static
 make %{?_smp_mflags} V=1
 
 %install

++ cjs-3.2.0.tar.gz -> cjs-3.4.1.tar.gz ++
 62848 lines of diff (skipped)




commit gsoap for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package gsoap for openSUSE:Factory checked 
in at 2017-05-27 13:12:25

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


Package is "gsoap"

Sat May 27 13:12:25 2017 rev:30 rq:496594 version:2.8.46

Changes:

--- /work/SRC/openSUSE:Factory/gsoap/gsoap.changes  2017-05-06 
20:45:13.164208477 +0200
+++ /work/SRC/openSUSE:Factory/.gsoap.new/gsoap.changes 2017-05-27 
13:12:27.949545937 +0200
@@ -1,0 +2,9 @@
+Fri May 19 10:23:02 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2.8.46
+  * Improved WS-Trust API, updated import/wst.h, import/saml1.h,
+import/saml2.h and import/wsdd.h definitions.
+  * Added `soap.client_interface` string to set the client IP
+address interface with `inet_pton()`
+
+---

Old:

  gsoap-2.8.45.tar.xz

New:

  gsoap-2.8.46.tar.xz



Other differences:
--
++ gsoap.spec ++
--- /var/tmp/diff_new_pack.SCNkHE/_old  2017-05-27 13:12:29.221366126 +0200
+++ /var/tmp/diff_new_pack.SCNkHE/_new  2017-05-27 13:12:29.225365560 +0200
@@ -17,8 +17,8 @@
 
 
 Name:   gsoap
-%define lname  libgsoap-2_8_45
-Version:2.8.45
+%define lname  libgsoap-2_8_46
+Version:2.8.46
 Release:0
 Summary:Toolkit for SOAP/REST-based C/C++ server and client web 
service applications
 License:SUSE-GPL-2.0+-with-openssl-exception

++ gsoap-2.8.45.tar.xz -> gsoap-2.8.46.tar.xz ++
/work/SRC/openSUSE:Factory/gsoap/gsoap-2.8.45.tar.xz 
/work/SRC/openSUSE:Factory/.gsoap.new/gsoap-2.8.46.tar.xz differ: char 26, line 
1

++ sanitize_source.sh ++
--- /var/tmp/diff_new_pack.SCNkHE/_old  2017-05-27 13:12:29.293355948 +0200
+++ /var/tmp/diff_new_pack.SCNkHE/_new  2017-05-27 13:12:29.293355948 +0200
@@ -13,7 +13,7 @@
exit 1;
 fi;
 
-version="2.8.45"
+version="2.8.46"
 shortver="2.8" # agh...
 if [ ! -e "gsoap_$version.zip" ]; then
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip;
@@ -35,6 +35,10 @@
 find "gsoap-$version" -type f "(" \
-iname "*.exe" -o -iname "*.dll" -o -name "*.o" -o \
-name "*~" -o -name .DS_Store ")" -delete
+
+# And while we are at it, the VS files won't be needed anyway
+rm -Rf "gsoap-$version/gsoap/VisualStudio2005"
+
 hardlink "gsoap-$version"
 find "gsoap-$version" -print0 | sort -z | \
tar --no-recur -T- --null --owner=root --group=root --use=xz \




commit openssl-1_0_0 for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package openssl-1_0_0 for openSUSE:Factory 
checked in at 2017-05-27 13:12:28

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


Package is "openssl-1_0_0"

Sat May 27 13:12:28 2017 rev:2 rq:496755 version:1.0.2k

Changes:

--- /work/SRC/openSUSE:Factory/openssl-1_0_0/openssl-1_0_0.changes  
2017-05-18 20:46:55.883019913 +0200
+++ /work/SRC/openSUSE:Factory/.openssl-1_0_0.new/openssl-1_0_0.changes 
2017-05-27 13:12:33.136812556 +0200
@@ -1,0 +2,6 @@
+Fri May 19 12:18:44 UTC 2017 - vci...@suse.com
+
+- filter out provides of the steam-32bit package by adding
+  "autoreqprov off" to baselibs.conf (bsc#1039880)
+
+---



Other differences:
--
++ openssl-1_0_0.spec ++
--- /var/tmp/diff_new_pack.g9hXLz/_old  2017-05-27 13:12:34.304647447 +0200
+++ /var/tmp/diff_new_pack.g9hXLz/_new  2017-05-27 13:12:34.308646882 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package openssl
+# spec file for package openssl-1_0_0
 #
 # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -246,7 +246,6 @@
 %patch100 -p1
 popd > /dev/null
 
-
 %build
 find -type f -name "*.c" -exec sed -i -e "s@getenv@secure_getenv@g" {} +
 %ifarch armv5el armv5tel

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.g9hXLz/_old  2017-05-27 13:12:34.428629918 +0200
+++ /var/tmp/diff_new_pack.g9hXLz/_new  2017-05-27 13:12:34.432629353 +0200
@@ -1,6 +1,7 @@
 openssl-1_0_0
 libopenssl1_0_0
 libopenssl1_0_0-steam
+  autoreqprov off
 libopenssl-1_0_0-devel
   requires "openssl-1_0_0-"
   requires "libopenssl1_0_0- = "






commit mx4j for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package mx4j for openSUSE:Factory checked in 
at 2017-05-27 13:12:38

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


Package is "mx4j"

Sat May 27 13:12:38 2017 rev:25 rq:496842 version:3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/mx4j/mx4j.changes2014-08-01 
19:27:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.mx4j.new/mx4j.changes   2017-05-27 
13:12:39.247948559 +0200
@@ -1,0 +2,6 @@
+Fri May 19 17:45:09 UTC 2017 - tchva...@suse.com
+
+- Drop dependency over jython, not needed
+- Remove unused conditional
+
+---



Other differences:
--
++ mx4j.spec ++
--- /var/tmp/diff_new_pack.64SZgo/_old  2017-05-27 13:12:39.915854130 +0200
+++ /var/tmp/diff_new_pack.64SZgo/_new  2017-05-27 13:12:39.915854130 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mx4j
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-%define compile_and_run_tests false
 Name:   mx4j
 Version:3.0.2
 Release:0
@@ -47,7 +46,6 @@
 BuildRequires:  javamail
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
-BuildRequires:  jython
 BuildRequires:  libtool
 BuildRequires:  log4j-mini
 BuildRequires:  perl
@@ -67,13 +65,11 @@
 Requires:   xml-commons-apis
 Requires:   xml-commons-resolver
 Requires(post): update-alternatives
+Requires(postun): update-alternatives
 Obsoletes:  openjmx < %{version}
 Provides:   jmx
 Provides:   jmxri
 Provides:   openjmx = %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-#BuildRequires:  burlap
-#BuildRequires:  hessian
 BuildArch:  noarch
 
 %description
@@ -92,10 +88,6 @@
 cp %{SOURCE2} build
 pushd lib
ln -sf $(build-classpath junit) .
-if [ "%{compile_and_run_tests}" = "true" ]
-then
-   ln -sf $(build-classpath xmlunit) .
-fi
ln -sf $(build-classpath xml-commons-apis) xml-apis.jar|| :
ln -sf $(build-classpath xerces-j2) xercesImpl.jar || :
ln -sf $(build-classpath xalan-j2) xalan.jar   || :
@@ -132,12 +124,7 @@
xdoclet/xdoclet-mx4j-module xalan-j2-serializer)
 export 
CLASSPATH=${CLASSPATH}:%{_builddir}/%{name}-%{version}/classes/core:%{_builddir}/%{name}-%{version}/build
 cd build
-if [ "%{compile_and_run_tests}" = "true" ]
-then
-  ant release -Dbuild.sysclasspath=first tests-report docs
-else
-  ant compile.jmx compile.rjmx compile.tools compile.examples
-fi
+ant compile.jmx compile.rjmx compile.tools compile.examples
 
 %install
 install -d -m 755 %{buildroot}%{_javadir}/%{name}




commit libidn2 for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package libidn2 for openSUSE:Factory checked 
in at 2017-05-27 13:12:42

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


Package is "libidn2"

Sat May 27 13:12:42 2017 rev:5 rq:496918 version:2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/libidn2/libidn2.changes  2017-05-10 
20:31:58.179869754 +0200
+++ /work/SRC/openSUSE:Factory/.libidn2.new/libidn2.changes 2017-05-27 
13:12:43.471351451 +0200
@@ -1,0 +2,7 @@
+Sat May 20 08:13:44 UTC 2017 - astie...@suse.com
+
+- update to 2.0.2:
+  * Fix TR46 transitional mode
+  * Fix several documentation issues
+
+---

Old:

  libidn2-2.0.1.tar.gz
  libidn2-2.0.1.tar.gz.sig

New:

  libidn2-2.0.2.tar.gz
  libidn2-2.0.2.tar.gz.sig



Other differences:
--
++ libidn2.spec ++
--- /var/tmp/diff_new_pack.61FMIE/_old  2017-05-27 13:12:44.099262677 +0200
+++ /var/tmp/diff_new_pack.61FMIE/_new  2017-05-27 13:12:44.099262677 +0200
@@ -18,7 +18,7 @@
 
 %define lname  libidn2-0
 Name:   libidn2
-Version:2.0.1
+Version:2.0.2
 Release:0
 Summary:Support for Internationalized Domain Names (IDN) based on 
IDNA2008
 License:GPL-3.0+
@@ -70,7 +70,7 @@
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 # Do not bother with partial gtkdoc
 rm -rf %{buildroot}/%{_datadir}/gtk-doc/

++ libidn2-2.0.1.tar.gz -> libidn2-2.0.2.tar.gz ++
 2799 lines of diff (skipped)




commit cinnamon-menus for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package cinnamon-menus for openSUSE:Factory 
checked in at 2017-05-27 13:12:59

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


Package is "cinnamon-menus"

Sat May 27 13:12:59 2017 rev:6 rq:493272 version:3.4.0

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon-menus/cinnamon-menus.changes
2016-11-15 18:00:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.cinnamon-menus.new/cinnamon-menus.changes   
2017-05-27 13:13:01.448809789 +0200
@@ -1,0 +2,7 @@
+Wed May  4 17:44:11 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.4.0:
+  * Remove autogenerated files and remove the aclocal command from
+autogen.sh.
+
+---

Old:

  cinnamon-menus-3.2.0.tar.gz

New:

  cinnamon-menus-3.4.0.tar.gz



Other differences:
--
++ cinnamon-menus.spec ++
--- /var/tmp/diff_new_pack.4LQo3V/_old  2017-05-27 13:13:01.952738543 +0200
+++ /var/tmp/diff_new_pack.4LQo3V/_new  2017-05-27 13:13:01.952738543 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cinnamon-menus
 #
-# 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
@@ -20,7 +20,7 @@
 %define soname  libcinnamon-menu-3
 %define sover   0
 Name:   cinnamon-menus
-Version:3.2.0
+Version:3.4.0
 Release:0
 Summary:A menu system for the Cinnamon Desktop
 License:LGPL-2.1+

++ cinnamon-menus-3.2.0.tar.gz -> cinnamon-menus-3.4.0.tar.gz ++
 3992 lines of diff (skipped)




commit ImageMagick for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory 
checked in at 2017-05-27 13:12:16

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


Package is "ImageMagick"

Sat May 27 13:12:16 2017 rev:139 rq:496519 version:7.0.5.6

Changes:

--- /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick.changes  2017-05-04 
08:50:56.526265459 +0200
+++ /work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick.changes 
2017-05-27 13:12:17.782983297 +0200
@@ -1,0 +2,12 @@
+Fri May 19 08:49:39 UTC 2017 - pgaj...@suse.com
+
+- updated to 7.0.5-6
+  * Revise DICOM window and rescale handling.
+  * Restore the -alpha Shape option.
+  * Fix transient PDF bug.
+  * The +opaque option now works on all channels.
+  * Ensure backwards compatibility for the -combine option.
+  * Check for EOF conditions for RLE image format.
+  * Reset histogram page geometry.
+
+---

Old:

  ImageMagick-7.0.5-5.tar.xz
  ImageMagick-7.0.5-5.tar.xz.asc

New:

  ImageMagick-7.0.5-6.tar.xz
  ImageMagick-7.0.5-6.tar.xz.asc



Other differences:
--
++ ImageMagick.spec ++
--- /var/tmp/diff_new_pack.aVEQMl/_old  2017-05-27 13:12:18.566872470 +0200
+++ /var/tmp/diff_new_pack.aVEQMl/_new  2017-05-27 13:12:18.566872470 +0200
@@ -55,7 +55,7 @@
 
 %define maj   7
 %define mfr_version   %{maj}.0.5
-%define mfr_revision  5
+%define mfr_revision  6
 %define quantum_depth 16
 %define source_version %{mfr_version}-%{mfr_revision}
 %define clibver   2

++ ImageMagick-7.0.5-5.tar.xz -> ImageMagick-7.0.5-6.tar.xz ++
/work/SRC/openSUSE:Factory/ImageMagick/ImageMagick-7.0.5-5.tar.xz 
/work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick-7.0.5-6.tar.xz differ: 
char 26, line 1





commit libqmi for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package libqmi for openSUSE:Factory checked 
in at 2017-05-27 13:12:21

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


Package is "libqmi"

Sat May 27 13:12:21 2017 rev:15 rq:496521 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/libqmi/libqmi.changes2016-12-01 
10:24:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqmi.new/libqmi.changes   2017-05-27 
13:12:22.454322857 +0200
@@ -1,0 +2,44 @@
+Wed May 10 18:03:59 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.18.0:
+  + libqmi:
+- Implemented support for vendor-specific commands through a
+  new qmi_device_command_full() operation and a new
+  QmiMessageContext type.
+- New 'QMI_DEVICE_OPEN_FLAGS_AUTO' flag in qmi_device_open()
+  which allows automatic detection of the underlying protocol
+  in a cdc-wdm device (either QMI or MBIM) and transparently
+  uses it based on that.
+- New qmi_device_close_async() operation, which allows closing
+  a QmiDevice asynchronously.
+- Fixed QmiWmsCdmaCauseCode enum names, and provided a
+  compatibility layer keeping the old names to avoid breaking
+  API.
+  + New services: pdc: new "PDC" (persistent device configuration)
+service, which among other things, allows configuring the HP
+lt4120.
+  + New TLVs supported in existing messages: wda: updated "Set Data
+Format" request to allow specifying endpoint type and interface
+number.
+  + qmi-firmware-update: This is a completely new tool that allows
+upgrading firmware in (at least) Sierra Wireless devices with
+MDM9200, MDM9x15 or MDM9x30 chipsets. Run the tool with --help
+and --help-examples to get more information on how to use it.
+  + qmicli:
+- The CLI no longer requires the '--device-open-mbim' explicit
+  option when opening QMI capable MBIM devices, the automatic
+  detection of QMI over MBIM is enabled by default.
+- New '--device-open-qmi' option to disable the automatic
+  detection of protocol and force using QMI.
+- If running in MBIM mode, enable MBIM logs and traces.
+- By default the QmiDevice will be closed before exiting, e.g.
+  so that the MBIM session is also closed.
+  + docs:
+- Updated the documentation so that each QMI message and each
+  TLV specifies in which libqmi version it was introduced,
+  using "since:" tags in the QMI message databases.
+- Added indices for new symbols introduced in the major libqmi
+  releases, as well as for symbols flagged as deprecated.
+- Add pkgconfig(gudev-1.0) BuildRequires: New optional dependency.
+
+---

Old:

  libqmi-1.16.2.tar.xz

New:

  libqmi-1.18.0.tar.xz



Other differences:
--
++ libqmi.spec ++
--- /var/tmp/diff_new_pack.x4MeJl/_old  2017-05-27 13:12:23.054238041 +0200
+++ /var/tmp/diff_new_pack.x4MeJl/_new  2017-05-27 13:12:23.062236909 +0200
@@ -19,7 +19,7 @@
 
 Name:   libqmi
 %define _soname libqmi-glib5
-Version:1.16.2
+Version:1.18.0
 Release:0
 # NOTE: The file headers state LESSER GPL, which is a mistake. The upstream 
intended license is LIBRARY GPL 2.0+
 Summary:Library to control QMI devices
@@ -29,8 +29,9 @@
 Source0:
http://www.freedesktop.org/software/libqmi/%{name}-%{version}.tar.xz
 Source99:   libqmi-rpmlintrc
 BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.32
+BuildRequires:  pkgconfig(glib-2.0) >= 2.36
 BuildRequires:  pkgconfig(gobject-2.0)
+BuildRequires:  pkgconfig(gudev-1.0) >= 147
 BuildRequires:  pkgconfig(mbim-glib) >= 1.14
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -89,6 +90,7 @@
 %doc COPYING
 %{_bindir}/qmi-network
 %{_bindir}/qmicli
+%{_bindir}/qmi-firmware-update
 # Own dirs to avoid depending on them while building
 %dir %{_datadir}/bash-completion
 %dir %{_datadir}/bash-completion/completions
@@ -96,6 +98,7 @@
 %{_libexecdir}/qmi-proxy
 %{_mandir}/man1/qmi-network.1%{?ext_man}
 %{_mandir}/man1/qmicli.1%{?ext_man}
+%{_mandir}/man1/qmi-firmware-update.1%{?ext_man}
 
 %files -n %{_soname}
 %defattr(-,root,root)

++ libqmi-1.16.2.tar.xz -> libqmi-1.18.0.tar.xz ++
 136813 lines of diff (skipped)




commit babl for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package babl for openSUSE:Factory checked in 
at 2017-05-27 13:12:13

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


Package is "babl"

Sat May 27 13:12:13 2017 rev:31 rq:496458 version:0.1.26

Changes:

--- /work/SRC/openSUSE:Factory/babl/babl.changes2017-02-08 
12:06:15.472161603 +0100
+++ /work/SRC/openSUSE:Factory/.babl.new/babl.changes   2017-05-27 
13:12:13.663565705 +0200
@@ -1,0 +2,7 @@
+Thu May 18 21:24:44 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.1.26:
+  + Build and install HCY color space, platform independences fixes
+to fish cache.
+
+---

Old:

  babl-0.1.24.tar.bz2

New:

  babl-0.1.26.tar.bz2



Other differences:
--
++ babl.spec ++
--- /var/tmp/diff_new_pack.kOjhoM/_old  2017-05-27 13:12:14.295476365 +0200
+++ /var/tmp/diff_new_pack.kOjhoM/_new  2017-05-27 13:12:14.299475800 +0200
@@ -18,7 +18,7 @@
 
 Name:   babl
 Url:http://gegl.org/babl/
-Version:0.1.24
+Version:0.1.26
 Release:0
 Summary:Dynamic Pixel Format Translation Library
 License:LGPL-3.0+

++ babl-0.1.24.tar.bz2 -> babl-0.1.26.tar.bz2 ++
 9516 lines of diff (skipped)




commit perl-Net-HTTP for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package perl-Net-HTTP for openSUSE:Factory 
checked in at 2017-05-27 13:12:04

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


Package is "perl-Net-HTTP"

Sat May 27 13:12:04 2017 rev:18 rq:495803 version:6.15

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-HTTP/perl-Net-HTTP.changes  
2017-05-06 20:45:45.727614802 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new/perl-Net-HTTP.changes 
2017-05-27 13:12:05.268752575 +0200
@@ -1,0 +2,9 @@
+Tue May 16 06:16:57 UTC 2017 - co...@suse.com
+
+- updated to 6.15
+   see /usr/share/doc/packages/perl-Net-HTTP/Changes
+
+  6.15  2017-05-12 14:57:02+02:00 Europe/Paris
+  - Fix t/rt-112313.t (Shoichi Kaji)
+
+---

Old:

  Net-HTTP-6.14.tar.gz

New:

  Net-HTTP-6.15.tar.gz



Other differences:
--
++ perl-Net-HTTP.spec ++
--- /var/tmp/diff_new_pack.F38VHF/_old  2017-05-27 13:12:05.868667758 +0200
+++ /var/tmp/diff_new_pack.F38VHF/_new  2017-05-27 13:12:05.872667193 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-HTTP
-Version:6.14
+Version:6.15
 Release:0
 %define cpan_name Net-HTTP
 Summary:Low-level HTTP connection (client)

++ Net-HTTP-6.14.tar.gz -> Net-HTTP-6.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.14/Changes new/Net-HTTP-6.15/Changes
--- old/Net-HTTP-6.14/Changes   2017-04-24 17:27:31.0 +0200
+++ new/Net-HTTP-6.15/Changes   2017-05-12 14:57:06.0 +0200
@@ -1,5 +1,8 @@
 Release history for Net-HTTP
 
+6.15  2017-05-12 14:57:02+02:00 Europe/Paris
+- Fix t/rt-112313.t (Shoichi Kaji)
+
 6.14  2017-04-24 11:27:26-04:00 America/Toronto
 - Improvements to live tests (Shoichi Kaji and Kent Fredric)
 - Fix a bug where downloading files is sometimes very slow GH#44 (Shoichi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.14/MANIFEST new/Net-HTTP-6.15/MANIFEST
--- old/Net-HTTP-6.14/MANIFEST  2017-04-24 17:27:31.0 +0200
+++ new/Net-HTTP-6.15/MANIFEST  2017-05-12 14:57:06.0 +0200
@@ -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.009.
 CONTRIBUTORS
 Changes
 INSTALL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.14/META.json new/Net-HTTP-6.15/META.json
--- old/Net-HTTP-6.14/META.json 2017-04-24 17:27:31.0 +0200
+++ new/Net-HTTP-6.15/META.json 2017-05-12 14:57:06.0 +0200
@@ -4,7 +4,7 @@
   "Gisle Aas "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 
2.150010",
"license" : [
   "perl_5"
],
@@ -78,7 +78,7 @@
   "x_IRC" : "irc://irc.perl.org/#lwp",
   "x_MailingList" : "mailto:lib...@perl.org;
},
-   "version" : "6.14",
+   "version" : "6.15",
"x_contributors" : [
   "Adam Kennedy ",
   "Adam Sjogren ",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.14/META.yml new/Net-HTTP-6.15/META.yml
--- old/Net-HTTP-6.14/META.yml  2017-04-24 17:27:31.0 +0200
+++ new/Net-HTTP-6.15/META.yml  2017-05-12 14:57:06.0 +0200
@@ -12,7 +12,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'Dist::Zilla version 6.009, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -40,7 +40,7 @@
   bugtracker: https://github.com/libwww-perl/Net-HTTP/issues
   homepage: https://github.com/libwww-perl/Net-HTTP
   repository: https://github.com/libwww-perl/Net-HTTP.git
-version: '6.14'
+version: '6.15'
 x_contributors:
   - 'Adam Kennedy '
   - 'Adam Sjogren '
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.14/Makefile.PL 
new/Net-HTTP-6.15/Makefile.PL
--- old/Net-HTTP-6.14/Makefile.PL   2017-04-24 17:27:31.0 +0200
+++ new/Net-HTTP-6.15/Makefile.PL   2017-05-12 14:57:06.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.008.
+# This file was 

commit freetds for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2017-05-27 13:12:09

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


Package is "freetds"

Sat May 27 13:12:09 2017 rev:26 rq:496335 version:1.00.39

Changes:

--- /work/SRC/openSUSE:Factory/freetds/freetds.changes  2017-04-11 
12:38:48.932407578 +0200
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes 2017-05-27 
13:12:11.135923066 +0200
@@ -1,0 +2,6 @@
+Thu May 18 13:35:16 UTC 2017 - vsis...@suse.com
+
+- Update to version 1.0.39
+  * See NEWS for a complete list of changes
+
+---

Old:

  freetds-1.00.27.tar.gz

New:

  freetds-1.00.39.tar.gz



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.yuBy3w/_old  2017-05-27 13:12:11.923811674 +0200
+++ /var/tmp/diff_new_pack.yuBy3w/_new  2017-05-27 13:12:11.931810543 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   freetds
-Version:1.00.27
+Version:1.00.39
 Release:0
 Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1+ and GPL-2.0+

++ freetds-1.00.27.tar.gz -> freetds-1.00.39.tar.gz ++
 404320 lines of diff (skipped)




commit rubygem-nokogiri for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package rubygem-nokogiri for 
openSUSE:Factory checked in at 2017-05-27 13:11:36

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


Package is "rubygem-nokogiri"

Sat May 27 13:11:36 2017 rev:34 rq:497697 version:1.7.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-nokogiri/rubygem-nokogiri.changes
2017-03-31 15:00:35.047905244 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-nokogiri.new/rubygem-nokogiri.changes   
2017-05-27 13:11:48.843074864 +0200
@@ -1,0 +2,18 @@
+Tue May 23 10:04:54 UTC 2017 - co...@suse.com
+
+- updated to version 1.7.2
+ see installed CHANGELOG.md
+
+  # 1.7.2 / 2017-05-09
+  
+  ## Security Notes
+  
+  [MRI] Upstream libxslt patches are applied to the vendored libxslt 1.1.29 
which address CVE-2017-5029 and CVE-2016-4738.
+  
+  For more information:
+  
+  * https://github.com/sparklemotion/nokogiri/issues/1634
+  * http://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-5029.html
+  * http://people.canonical.com/~ubuntu-security/cve/2016/CVE-2016-4738.html
+
+---

Old:

  nokogiri-1.7.1.gem

New:

  nokogiri-1.7.2.gem



Other differences:
--
++ rubygem-nokogiri.spec ++
--- /var/tmp/diff_new_pack.ffgHvH/_old  2017-05-27 13:11:49.498982131 +0200
+++ /var/tmp/diff_new_pack.ffgHvH/_new  2017-05-27 13:11:49.502981566 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-nokogiri
-Version:1.7.1
+Version:1.7.2
 Release:0
 %define mod_name nokogiri
 %define mod_full_name %{mod_name}-%{version}

++ nokogiri-1.7.1.gem -> nokogiri-1.7.2.gem ++
/work/SRC/openSUSE:Factory/rubygem-nokogiri/nokogiri-1.7.1.gem 
/work/SRC/openSUSE:Factory/.rubygem-nokogiri.new/nokogiri-1.7.2.gem differ: 
char 133, line 1




commit rubygem-rspec-support for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package rubygem-rspec-support for 
openSUSE:Factory checked in at 2017-05-27 13:11:43

Comparing /work/SRC/openSUSE:Factory/rubygem-rspec-support (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rspec-support.new (New)


Package is "rubygem-rspec-support"

Sat May 27 13:11:43 2017 rev:6 rq:497703 version:3.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rspec-support/rubygem-rspec-support.changes  
2016-07-16 22:11:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rspec-support.new/rubygem-rspec-support.changes
 2017-05-27 13:11:50.050904099 +0200
@@ -1,0 +2,25 @@
+Tue May 23 10:18:18 UTC 2017 - co...@suse.com
+
+- updated to version 3.6.0
+ see installed Changelog.md
+
+  ### 3.6.0 / 2017-05-04
+  [Full 
Changelog](http://github.com/rspec/rspec-support/compare/v3.6.0.beta2...3.6.0)
+  
+  Enhancements:
+  
+  * Import `Source` classes from rspec-core. (Yuji Nakayama, #315)
+  
+  ### 3.6.0.beta2 / 2016-12-12
+  [Full 
Changelog](http://github.com/rspec/rspec-support/compare/v3.6.0.beta1...v3.6.0.beta2)
+  
+  No user-facing changes.
+  
+  ### 3.6.0.beta1 / 2016-10-09
+  [Full 
Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0...v3.6.0.beta1)
+  
+  Bug Fixes:
+  
+  * Prevent truncated formatted object output from mangling console codes. 
(#294, Anson Kelly)
+
+---

Old:

  rspec-support-3.5.0.gem

New:

  rspec-support-3.6.0.gem



Other differences:
--
++ rubygem-rspec-support.spec ++
--- /var/tmp/diff_new_pack.gTfRY7/_old  2017-05-27 13:11:50.494841335 +0200
+++ /var/tmp/diff_new_pack.gTfRY7/_new  2017-05-27 13:11:50.498840769 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rspec-support
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rspec-support
-Version:3.5.0
+Version:3.6.0
 Release:0
 %define mod_name rspec-support
 %define mod_full_name %{mod_name}-%{version}

++ rspec-support-3.5.0.gem -> rspec-support-3.6.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Changelog.md new/Changelog.md
--- old/Changelog.md2016-07-01 17:48:07.0 +0200
+++ new/Changelog.md2017-05-05 01:59:55.0 +0200
@@ -1,7 +1,26 @@
+### 3.6.0 / 2017-05-04
+[Full 
Changelog](http://github.com/rspec/rspec-support/compare/v3.6.0.beta2...3.6.0)
+
+Enhancements:
+
+* Import `Source` classes from rspec-core. (Yuji Nakayama, #315)
+
+### 3.6.0.beta2 / 2016-12-12
+[Full 
Changelog](http://github.com/rspec/rspec-support/compare/v3.6.0.beta1...v3.6.0.beta2)
+
+No user-facing changes.
+
+### 3.6.0.beta1 / 2016-10-09
+[Full 
Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0...v3.6.0.beta1)
+
+Bug Fixes:
+
+* Prevent truncated formatted object output from mangling console codes. 
(#294, Anson Kelly)
+
 ### 3.5.0 / 2016-07-01
 [Full 
Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta4...v3.5.0)
 
-**No user facing changes since beat4**
+**No user facing changes since beta4**
 
 ### 3.5.0.beta4 / 2016-06-05
 [Full 
Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta3...v3.5.0.beta4)
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Binary files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rspec/support/object_formatter.rb 
new/lib/rspec/support/object_formatter.rb
--- old/lib/rspec/support/object_formatter.rb   2016-07-01 17:48:07.0 
+0200
+++ new/lib/rspec/support/object_formatter.rb   2017-05-05 01:59:55.0 
+0200
@@ -37,8 +37,8 @@
   if formatted_object.length < max_formatted_output_length
 return formatted_object
   else
-beginning = formatted_object[0 .. max_formatted_output_length / 2]
-ending = formatted_object[-max_formatted_output_length / 2 ..-1]
+beginning = truncate_string formatted_object, 0, 
max_formatted_output_length / 2
+ending = truncate_string formatted_object, 
-max_formatted_output_length / 2, -1
 return beginning + ELLIPSIS + ending
   end
 end
@@ -243,7 +243,26 @@
 DescribableMatcherInspector,
 DelegatorInspector,
 InspectableObjectInspector
-  ]

commit rubygem-pkg-config for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package rubygem-pkg-config for 
openSUSE:Factory checked in at 2017-05-27 13:11:48

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


Package is "rubygem-pkg-config"

Sat May 27 13:11:48 2017 rev:11 rq:497710 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pkg-config/rubygem-pkg-config.changes
2016-03-01 09:40:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-pkg-config.new/rubygem-pkg-config.changes   
2017-05-27 13:11:50.790799492 +0200
@@ -1,0 +2,24 @@
+Tue May 23 10:10:15 UTC 2017 - co...@suse.com
+
+- updated to version 1.2.0
+ see installed NEWS
+
+  == 1.2.0 - 2017-04-25
+  
+  === Improvements
+  
+* Supported x32 environment. [GitHub#12][Reported by Elan Ruusamäe]
+  
+  === Thanks
+  
+* Elan Ruusamäe
+  
+  == 1.1.9 - 2017-04-20
+  
+* Supported C++ compiler.
+  
+  == 1.1.8 - 2017-04-19
+  
+* Stopped to require mkmf.
+
+---

Old:

  pkg-config-1.1.7.gem

New:

  pkg-config-1.2.0.gem



Other differences:
--
++ rubygem-pkg-config.spec ++
--- /var/tmp/diff_new_pack.gvdsjr/_old  2017-05-27 13:11:51.342721460 +0200
+++ /var/tmp/diff_new_pack.gvdsjr/_new  2017-05-27 13:11:51.346720895 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-pkg-config
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-pkg-config
-Version:1.1.7
+Version:1.2.0
 Release:0
 %define mod_name pkg-config
 %define mod_full_name %{mod_name}-%{version}

++ pkg-config-1.1.7.gem -> pkg-config-1.2.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NEWS new/NEWS
--- old/NEWS2016-01-06 06:10:37.0 +0100
+++ new/NEWS2017-04-25 01:54:58.0 +0200
@@ -1,5 +1,23 @@
 = NEWS
 
+== 1.2.0 - 2017-04-25
+
+=== Improvements
+
+  * Supported x32 environment. [GitHub#12][Reported by Elan Ruusamäe]
+
+=== Thanks
+
+  * Elan Ruusamäe
+
+== 1.1.9 - 2017-04-20
+
+  * Supported C++ compiler.
+
+== 1.1.8 - 2017-04-19
+
+  * Stopped to require mkmf.
+
 == 1.1.7 - 2015-01-16
 
   * Added path for FreeBSD to default paths.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pkg-config/version.rb 
new/lib/pkg-config/version.rb
--- old/lib/pkg-config/version.rb   2016-01-06 06:10:37.0 +0100
+++ new/lib/pkg-config/version.rb   2017-04-25 01:54:58.0 +0200
@@ -1,4 +1,4 @@
-# Copyright 2012-2013 Kouhei Sutou 
+# Copyright 2012-2017 Kouhei Sutou 
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -15,5 +15,5 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  
USA
 
 module PKGConfig
-  VERSION = "1.1.7"
+  VERSION = "1.2.0"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pkg-config.rb new/lib/pkg-config.rb
--- old/lib/pkg-config.rb   2016-01-06 06:10:37.0 +0100
+++ new/lib/pkg-config.rb   2017-04-25 01:54:58.0 +0200
@@ -1,4 +1,4 @@
-# Copyright 2008-2016 Kouhei Sutou 
+# Copyright 2008-2017 Kouhei Sutou 
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -21,7 +21,6 @@
 
 require "rbconfig"
 
-require 'mkmf'
 require 'shellwords'
 require 'English'
 require 'pathname'
@@ -46,6 +45,14 @@
 end
 
 private
+def with_config(config, default=nil)
+  if defined?(super)
+super
+  else
+default
+  end
+end
+
 def guess_native_pkg_config
   pkg_config = with_config("pkg-config", ENV["PKG_CONFIG"] || "pkg-config")
   pkg_config = Pathname.new(pkg_config)
@@ -143,6 +150,10 @@
 collect_cflags[0].join(" ")
   end
 
+  def cflags_only_other
+collect_cflags[1].join(" ")
+  end
+
   def libs
 path_flags, other_flags = collect_libs
 (path_flags + other_flags).join(" ")
@@ -243,7 +254,7 @@
 all_libs = all_libs.join(" ").gsub(/-([Ll]) /, '\1').split.uniq
 path_flags, other_flags = all_libs.partition {|flag| /\A-L/ =~ flag}
 path_flags = path_flags.reject 

commit rubygem-rspec-expectations for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package rubygem-rspec-expectations for 
openSUSE:Factory checked in at 2017-05-27 13:11:27

Comparing /work/SRC/openSUSE:Factory/rubygem-rspec-expectations (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rspec-expectations.new (New)


Package is "rubygem-rspec-expectations"

Sat May 27 13:11:27 2017 rev:13 rq:497692 version:3.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rspec-expectations/rubygem-rspec-expectations.changes
2016-07-16 22:11:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rspec-expectations.new/rubygem-rspec-expectations.changes
   2017-05-27 13:11:30.245704197 +0200
@@ -1,0 +2,42 @@
+Tue May 23 10:17:36 UTC 2017 - co...@suse.com
+
+- updated to version 3.6.0
+ see installed Changelog.md
+
+  ### 3.6.0 / 2017-05-04
+  [Full 
Changelog](http://github.com/rspec/rspec-expectations/compare/v3.6.0.beta2...v3.6.0)
+  
+  Enhancements:
+  
+  * Treat NoMethodError as a failure for comparison matchers. (Jon Rowe, #972)
+  * Allow for scoped aliased and negated matchers--just call
+`alias_matcher` or `define_negated_matcher` from within an example
+group. (Markus Reiter, #974)
+  * Improve failure message of `change` matcher with block and `satisfy` 
matcher
+by including the block snippet instead of just describing it as `result` or
+`block` when Ripper is available. (Yuji Nakayama, #987)
+  
+  Bug Fixes:
+  
+  * Fix `yield_with_args` and `yield_successive_args` matchers so that
+they compare expected to actual args at the time the args are yielded
+instead of at the end, in case the method that is yielding mutates the
+arguments after yielding. (Alyssa Ross, #965)
+  
+  ### 3.6.0.beta2 / 2016-12-12
+  [Full 
Changelog](http://github.com/rspec/rspec-expectations/compare/v3.6.0.beta1...v3.6.0.beta2)
+  
+  Bug Fixes:
+  
+  * Using the exist matcher on `File` no longer produces a deprecation warning.
+(Jon Rowe, #954)
+  
+  ### 3.6.0.beta1 / 2016-10-09
+  [Full 
Changelog](http://github.com/rspec/rspec-expectations/compare/v3.5.0...v3.6.0.beta1)
+  
+  Bug Fixes:
+  
+  * Fix `contain_exactly` to work correctly with ranges. (Myron Marston, #940)
+  * Fix `change` to work correctly with sets. (Marcin Gajewski, #939)
+
+---

Old:

  rspec-expectations-3.5.0.gem

New:

  rspec-expectations-3.6.0.gem



Other differences:
--
++ rubygem-rspec-expectations.spec ++
--- /var/tmp/diff_new_pack.PGentX/_old  2017-05-27 13:11:31.053589976 +0200
+++ /var/tmp/diff_new_pack.PGentX/_new  2017-05-27 13:11:31.061588845 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rspec-expectations
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rspec-expectations
-Version:3.5.0
+Version:3.6.0
 Release:0
 %define mod_name rspec-expectations
 %define mod_full_name %{mod_name}-%{version}

++ rspec-expectations-3.5.0.gem -> rspec-expectations-3.6.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Changelog.md new/Changelog.md
--- old/Changelog.md2016-07-01 17:45:57.0 +0200
+++ new/Changelog.md2017-05-05 01:58:44.0 +0200
@@ -1,7 +1,45 @@
+### 3.6.0 / 2017-05-04
+[Full 
Changelog](http://github.com/rspec/rspec-expectations/compare/v3.6.0.beta2...v3.6.0)
+
+Enhancements:
+
+* Treat NoMethodError as a failure for comparison matchers. (Jon Rowe, #972)
+* Allow for scoped aliased and negated matchers--just call
+  `alias_matcher` or `define_negated_matcher` from within an example
+  group. (Markus Reiter, #974)
+* Improve failure message of `change` matcher with block and `satisfy` matcher
+  by including the block snippet instead of just describing it as `result` or
+  `block` when Ripper is available. (Yuji Nakayama, #987)
+
+Bug Fixes:
+
+* Fix `yield_with_args` and `yield_successive_args` matchers so that
+  they compare expected to actual args at the time the args are yielded
+  instead of at the end, in case the method that is yielding mutates the
+  arguments after yielding. (Alyssa Ross, #965)
+
+### 3.6.0.beta2 / 2016-12-12
+[Full 
Changelog](http://github.com/rspec/rspec-expectations/compare/v3.6.0.beta1...v3.6.0.beta2)
+
+Bug Fixes:
+
+* Using the exist matcher on `File` no longer produces a deprecation warning.
+  (Jon Rowe, #954)
+
+### 3.6.0.beta1 / 2016-10-09
+[Full 

commit ceph for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package ceph for openSUSE:Factory checked in 
at 2017-05-27 13:09:38

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


Package is "ceph"

Sat May 27 13:09:38 2017 rev:11 rq:498461 
version:12.0.3+git.1495798013.23dd2b67dc

Changes:

--- /work/SRC/openSUSE:Factory/ceph/ceph-test.changes   2017-05-04 
08:51:53.314256766 +0200
+++ /work/SRC/openSUSE:Factory/.ceph.new/ceph-test.changes  2017-05-27 
13:10:59.430060988 +0200
@@ -1,0 +2,55 @@
+Fri May 26 11:39:01 UTC 2017 - ncut...@suse.com
+
+- Update to version 12.0.3+git.1495798013.23dd2b67dc:
+  + ceph.spec.in: re-drop %{epoch}: prefixes
+
+---
+Fri May 26 08:57:00 UTC 2017 - ncut...@suse.com
+
+- Update to version 12.0.3+git.1495787939.3f6446f64f:
+  + build/ops: rpm: adapt License line to Release 2.0 of SPDX spec
+(issue#20091)
+
+---
+Fri May 26 04:35:06 UTC 2017 - ncut...@suse.com
+
+- Update to version 12.0.3+git.1495675338.07282a4057:
+  + upstream 12.0.3 release
+  + osd/PG: Add two new mClock implementations of the PG sharded operator queue
+(pr#14997, bsc#1040103)
+  + build/ops: rpm: make librbd1 %post scriptlet depend on coreutils 
(boo#1040230)
+  + build/ops: rpm: move RDMA build dependency to distro-conditional section
+  + build/ops: rpm: move python-prettytable to distro-conditional section
+  + cmake: added empty RPATH to libcls_sdk.so
+  + rpm: drop %{epoch} from new rados-objclass-devel subpackage
+  + cmake: fix boost components for WITH_SYSTEM_BOOST
+  + cmake: build boost::context only if rgw Beast frontend is in use
+  + build/ops: rpm: reverse s390 bcond conditional block
+  + build/ops: rpm: no rgw Beast frontend on s390x (bsc#1040119)
+  + ceph.spec.in, debian/control: build/runtime dependency for cherrypy
+
+---
+Wed May 10 09:00:11 UTC 2017 - ncut...@suse.com
+
+- Update to version 12.0.2+git.1494343993.7527e4f0b8:
+  + ReplicatedPG: drop CACHE_PIN->WRITESAME req translation (bsc#1038063)
+
+---
+Tue May  9 09:17:19 UTC 2017 - ncut...@suse.com
+
+- _constraints: up ceph.spec disk constraint to 28G after seeing a 
+  build failure in OBS
+
+---
+Fri Apr 28 01:22:07 UTC 2017 - dd...@suse.com
+
+- Update to version 12.0.2+git.1493341348.9148e53:
+  + ceph osd: add support for new op cmpext
+  + ceph_test_rados_api_misc: add cmpext tests
+  + librados: add cmpext API
+  + ceph_test_rados_api_aio: add cmpext tests
+  + test/librados/c_operations: add cmpext tests
+  This patchset is a straight cherry-pick of the upstream OSD/librados cmpext
+  changes (bsc#1035937).
+
+---
ceph.changes: same change

Old:

  ceph-12.0.2+git.1493295295.8c88dc6.tar.bz2

New:

  ceph-12.0.3+git.1495798013.23dd2b67dc.tar.bz2



Other differences:
--
++ ceph-test.spec ++
--- /var/tmp/diff_new_pack.wiouvv/_old  2017-05-27 13:11:01.677743204 +0200
+++ /var/tmp/diff_new_pack.wiouvv/_new  2017-05-27 13:11:01.681742639 +0200
@@ -22,11 +22,12 @@
 %endif
 %bcond_with make_check
 %bcond_with xio
-%ifnarch s390 s390x
-%bcond_without tcmalloc
-%else
-# no gperftools/tcmalloc on s390(x)
+%ifarch s390 s390x
 %bcond_with tcmalloc
+%bcond_with rgw_beast
+%else
+%bcond_without tcmalloc
+%bcond_without rgw_beast
 %endif
 %bcond_without lowmem_builder
 %bcond_with minimal_debugging_information
@@ -69,10 +70,10 @@
 # main package definition
 
#
 Name: ceph-test
-Version: 12.0.2+git.1493295295.8c88dc6
-Release: 0
+Version: 12.0.3+git.1495798013.23dd2b67dc
+Release: 0%{?dist}
 Summary: Ceph benchmarks and test tools
-License: LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and 
GPL-2.0-with-autoconf-exception and BSD-3-Clause and MIT
+License: LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and GPL-2.0 WITH 
Autoconf-exception-2.0 and BSD-3-Clause and MIT
 %if 0%{?suse_version}
 Group: System/Filesystems
 %endif
@@ -115,7 +116,7 @@
 BuildRequires: gcc-c++
 BuildRequires: gdbm
 %if 0%{with tcmalloc}
-BuildRequires: gperftools-devel
+BuildRequires: gperftools-devel >= 2.4
 %endif
 BuildRequires:  jq
 BuildRequires: leveldb-devel > 1.2
@@ -135,7 +136,6 @@
 BuildRequires: python-devel
 BuildRequires: python-nose
 BuildRequires: python-requests
-BuildRequires: python-sphinx
 BuildRequires: python-virtualenv
 BuildRequires: snappy-devel
 BuildRequires: udev

commit rubygem-rspec-mocks for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package rubygem-rspec-mocks for 
openSUSE:Factory checked in at 2017-05-27 13:11:32

Comparing /work/SRC/openSUSE:Factory/rubygem-rspec-mocks (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rspec-mocks.new (New)


Package is "rubygem-rspec-mocks"

Sat May 27 13:11:32 2017 rev:15 rq:497693 version:3.6.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rspec-mocks/rubygem-rspec-mocks.changes  
2016-07-16 22:11:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rspec-mocks.new/rubygem-rspec-mocks.changes 
2017-05-27 13:11:34.057165325 +0200
@@ -1,0 +2,36 @@
+Tue May 23 10:17:49 UTC 2017 - co...@suse.com
+
+- updated to version 3.6.0
+ see installed Changelog.md
+
+  ### 3.6.0 / 2017-05-04
+  [Full 
Changelog](http://github.com/rspec/rspec-mocks/compare/v3.6.0.beta2...v3.6.0)
+  
+  Bug Fixes:
+  
+  * Fix "instance variable @color not initialized" warning when using
+rspec-mocks without rspec-core. (Myron Marston, #1142)
+  * Restore aliased module methods properly when stubbing on 1.8.7.
+(Samuel Giddins, #1144)
+  * Allow a message chain expectation to be constrained by argument(s).
+(Jon Rowe, #1156)
+  
+  ### 3.6.0.beta2 / 2016-12-12
+  [Full 
Changelog](http://github.com/rspec/rspec-mocks/compare/v3.6.0.beta1...v3.6.0.beta2)
+  
+  Enhancements:
+  
+  * Add new `without_partial_double_verification { }` API that lets you
+temporarily turn off partial double verification for an example.
+(Jon Rowe, #1104)
+  
+  ### 3.6.0.beta1 / 2016-10-09
+  [Full 
Changelog](http://github.com/rspec/rspec-mocks/compare/v3.5.0...v3.6.0.beta1)
+  
+  Bug Fixes:
+  
+  * Return the test double instance form `#freeze` (Alessandro Berardi, #1109)
+  * Allow the special logic for stubbing `new` to work when `.method` 
has
+been redefined. (Proby, #1119)
+
+---

Old:

  rspec-mocks-3.5.0.gem

New:

  rspec-mocks-3.6.0.gem



Other differences:
--
++ rubygem-rspec-mocks.spec ++
--- /var/tmp/diff_new_pack.NcylVN/_old  2017-05-27 13:11:34.613086727 +0200
+++ /var/tmp/diff_new_pack.NcylVN/_new  2017-05-27 13:11:34.617086162 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rspec-mocks
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rspec-mocks
-Version:3.5.0
+Version:3.6.0
 Release:0
 %define mod_name rspec-mocks
 %define mod_full_name %{mod_name}-%{version}

++ rspec-mocks-3.5.0.gem -> rspec-mocks-3.6.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Changelog.md new/Changelog.md
--- old/Changelog.md2016-07-01 17:46:30.0 +0200
+++ new/Changelog.md2017-05-05 01:58:58.0 +0200
@@ -1,3 +1,33 @@
+### 3.6.0 / 2017-05-04
+[Full 
Changelog](http://github.com/rspec/rspec-mocks/compare/v3.6.0.beta2...v3.6.0)
+
+Bug Fixes:
+
+* Fix "instance variable @color not initialized" warning when using
+  rspec-mocks without rspec-core. (Myron Marston, #1142)
+* Restore aliased module methods properly when stubbing on 1.8.7.
+  (Samuel Giddins, #1144)
+* Allow a message chain expectation to be constrained by argument(s).
+  (Jon Rowe, #1156)
+
+### 3.6.0.beta2 / 2016-12-12
+[Full 
Changelog](http://github.com/rspec/rspec-mocks/compare/v3.6.0.beta1...v3.6.0.beta2)
+
+Enhancements:
+
+* Add new `without_partial_double_verification { }` API that lets you
+  temporarily turn off partial double verification for an example.
+  (Jon Rowe, #1104)
+
+### 3.6.0.beta1 / 2016-10-09
+[Full 
Changelog](http://github.com/rspec/rspec-mocks/compare/v3.5.0...v3.6.0.beta1)
+
+Bug Fixes:
+
+* Return the test double instance form `#freeze` (Alessandro Berardi, #1109)
+* Allow the special logic for stubbing `new` to work when `.method` has
+  been redefined. (Proby, #1119)
+
 ### 3.5.0 / 2016-07-01
 [Full 
Changelog](http://github.com/rspec/rspec-mocks/compare/v3.5.0.beta4...v3.5.0)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-07-01 17:46:30.0 +0200
+++ new/README.md   2017-05-05 01:58:58.0 +0200
@@ -101,6 +101,21 @@
 order.calculate_total_price(double(:price => 1.99), double(:price => 2.99))
 ```
 
+### Stubbing a chain of methods
+
+You can use `receive_message_chain` in place of `receive` to stub a chain of 
messages:
+
+```ruby
+allow(double).to 

commit rubygem-yard for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package rubygem-yard for openSUSE:Factory 
checked in at 2017-05-27 13:11:04

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


Package is "rubygem-yard"

Sat May 27 13:11:04 2017 rev:24 rq:497674 version:0.9.9

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-yard/rubygem-yard.changes
2017-01-18 21:31:31.627815652 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-yard.new/rubygem-yard.changes   
2017-05-27 13:11:15.351809930 +0200
@@ -1,0 +2,6 @@
+Tue May 23 10:25:36 UTC 2017 - co...@suse.com
+
+- updated to version 0.9.9
+ see installed CHANGELOG.md
+
+---

Old:

  yard-0.9.8.gem

New:

  yard-0.9.9.gem



Other differences:
--
++ rubygem-yard.spec ++
--- /var/tmp/diff_new_pack.hf2g3a/_old  2017-05-27 13:11:18.831317988 +0200
+++ /var/tmp/diff_new_pack.hf2g3a/_new  2017-05-27 13:11:18.835317422 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-yard
-Version:0.9.8
+Version:0.9.9
 Release:0
 %define mod_name yard
 %define mod_full_name %{mod_name}-%{version}

++ yard-0.9.8.gem -> yard-0.9.9.gem ++
 4029 lines of diff (skipped)




commit rubygem-rspec for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package rubygem-rspec for openSUSE:Factory 
checked in at 2017-05-27 13:11:17

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


Package is "rubygem-rspec"

Sat May 27 13:11:17 2017 rev:8 rq:497690 version:3.6.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rspec/rubygem-rspec.changes  
2016-07-16 22:11:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rspec.new/rubygem-rspec.changes 
2017-05-27 13:11:20.631063536 +0200
@@ -1,0 +2,6 @@
+Tue May 23 10:17:10 UTC 2017 - co...@suse.com
+
+- updated to version 3.6.0
+  no changelog found
+
+---

Old:

  rspec-3.5.0.gem

New:

  rspec-3.6.0.gem



Other differences:
--
++ rubygem-rspec.spec ++
--- /var/tmp/diff_new_pack.GM4OwT/_old  2017-05-27 13:11:21.210981546 +0200
+++ /var/tmp/diff_new_pack.GM4OwT/_new  2017-05-27 13:11:21.214980980 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rspec
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rspec
-Version:3.5.0
+Version:3.6.0
 Release:0
 %define mod_name rspec
 %define mod_full_name %{mod_name}-%{version}

++ rspec-3.5.0.gem -> rspec-3.6.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-07-01 17:44:54.0 +0200
+++ new/README.md   2017-05-05 01:58:11.0 +0200
@@ -14,8 +14,8 @@
 
 Conversely, if you like RSpec's approach to declaring example groups and
 examples (`describe` and `it`) but prefer Test::Unit assertions and
-[mocha](https://github.com/freerange/mocha), [rr] 
(https://github.com/btakita/rr)
-or [flexmock] (https://github.com/jimweirich/flexmock) for mocking, you'll be
+[mocha](https://github.com/freerange/mocha), [rr](https://github.com/rr/rr)
+or [flexmock](https://github.com/jimweirich/flexmock) for mocking, you'll be
 able to do that without having to install or load the components of RSpec that
 you're not using.
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Binary files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rspec/version.rb new/lib/rspec/version.rb
--- old/lib/rspec/version.rb2016-07-01 17:44:54.0 +0200
+++ new/lib/rspec/version.rb2017-05-05 01:58:11.0 +0200
@@ -1,5 +1,5 @@
 module RSpec # :nodoc:
   module Version # :nodoc:
-STRING = '3.5.0'
+STRING = '3.6.0'
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-07-01 17:44:54.0 +0200
+++ new/metadata2017-05-05 01:58:11.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: rspec
 version: !ruby/object:Gem::Version
-  version: 3.5.0
+  version: 3.6.0
 platform: ruby
 authors:
 - Steven Baker
@@ -45,7 +45,7 @@
   ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
   F3MdtaDehhjC
   -END CERTIFICATE-
-date: 2016-07-01 00:00:00.0 Z
+date: 2017-05-04 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rspec-core
@@ -53,42 +53,42 @@
 requirements:
 - - "~>"
   - !ruby/object:Gem::Version
-version: 3.5.0
+version: 3.6.0
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - "~>"
   - !ruby/object:Gem::Version
-version: 3.5.0
+version: 3.6.0
 - !ruby/object:Gem::Dependency
   name: rspec-expectations
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - "~>"
   - !ruby/object:Gem::Version
-version: 3.5.0
+version: 3.6.0
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - "~>"
   - !ruby/object:Gem::Version
-version: 3.5.0
+version: 3.6.0
 - !ruby/object:Gem::Dependency
   name: rspec-mocks
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - "~>"
   - !ruby/object:Gem::Version
-version: 3.5.0
+version: 3.6.0
   type: :runtime
   prerelease: false
   

commit rubygem-rspec-core for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package rubygem-rspec-core for 
openSUSE:Factory checked in at 2017-05-27 13:11:22

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


Package is "rubygem-rspec-core"

Sat May 27 13:11:22 2017 rev:22 rq:497691 version:3.6.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rspec-core/rubygem-rspec-core.changes
2016-10-13 11:24:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rspec-core.new/rubygem-rspec-core.changes   
2017-05-27 13:11:24.746481688 +0200
@@ -1,0 +2,71 @@
+Tue May 23 10:17:23 UTC 2017 - co...@suse.com
+
+- updated to version 3.6.0
+ see installed Changelog.md
+
+  ### 3.6.0 / 2017-05-04
+  [Full 
Changelog](http://github.com/rspec/rspec-core/compare/v3.6.0.beta2...v3.6.0)
+  
+  Enhancements:
+  
+  * Add seed information to JSON formatter output. (#2388, Mitsutaka Mimura)
+  * Include example id in the JSON formatter output. (#2369, Xavier Shay)
+  * Respect changes to `config.output_stream` after formatters have been
+setup. (#2401, #2419, Ilya Lavrov)
+  
+  Bug Fixes:
+  
+  * Delay formatter loading until the last minute to allow accessing the 
reporter
+without triggering formatter setup. (Jon Rowe, #2243)
+  * Ensure context hook failures running before an example can access the
+reporter. (Jon Jensen, #2387)
+  * Multiple fixes to allow using the runner multiple times within the same
+process: `RSpec.clear_examples` resets the formatter and no longer clears
+shared examples, and streams can be used across multiple runs rather than
+being closed after the first. (#2368, Xavier Shay)
+  * Prevent unexpected `example_group_finished` notifications causing an error.
+(#2396, VTJamie)
+  * Fix bugs where `config.when_first_matching_example_defined` hooks would 
fire
+multiple times in some cases. (Yuji Nakayama, #2400)
+  * Default `last_run_status` to "unknown" when the `status` field in the
+persistence file contains an unrecognized value. (#2360, matrinox)
+  * Prevent `let` from defining an `initialize` method. (#2414, Jon Rowe)
+  
+  ### 3.6.0.beta2 / 2016-12-12
+  [Full 
Changelog](http://github.com/rspec/rspec-core/compare/v3.6.0.beta1...v3.6.0.beta2)
+  
+  Enhancements:
+  
+  * Include count of errors occurring outside examples in default summaries.
+(#2351, Jon Rowe)
+  * Warn when including shared example groups recursively. (#2356, Jon Rowe)
+  * Improve failure snippet syntax highlighting with CodeRay to highlight
+RSpec "keywords" like `expect`. (#2358, Myron Marston)
+  
+  ### 3.6.0.beta1 / 2016-10-09
+  [Full 
Changelog](http://github.com/rspec/rspec-core/compare/v3.5.4...v3.6.0.beta1)
+  
+  Enhancements:
+  
+  * Warn when duplicate shared examples definitions are loaded due to being
+defined in files matching the spec pattern (e.g. `_spec.rb`) (#2278, Devon 
Estes)
+  * Improve metadata filtering so that it can match against any object
+that implements `===` instead of treating regular expressions as
+special. (Myron Marston, #2294)
+  * Improve `rspec -v` so that it prints out the versions of each part of
+RSpec to prevent confusion. (Myron Marston, #2304)
+  * Add `config.fail_if_no_examples` option which causes RSpec to fail if
+no examples are found. (Ewa Czechowska, #2302)
+  * Nicely format errors encountered while loading spec files.
+(Myron Marston, #2323)
+  * Improve the API for enabling and disabling color output (Josh
+Justice, #2321):
+* Automatically enable color if the output is a TTY, since color is
+  nearly always desirable if the output can handle it.
+* Introduce new CLI flag to force color on (`--force-color`), even
+  if the output is not a TTY. `--no-color` continues to work as well.
+* Introduce `config.color_mode` for configuring the color from Ruby.
+  `:automatic` is the default and will produce color if the output is
+  a TTY. `:on` forces it on and `:off` forces it off.
+
+---

Old:

  rspec-core-3.5.4.gem

New:

  rspec-core-3.6.0.gem



Other differences:
--
++ rubygem-rspec-core.spec ++
--- /var/tmp/diff_new_pack.DPJego/_old  2017-05-27 13:11:25.298403657 +0200
+++ /var/tmp/diff_new_pack.DPJego/_new  2017-05-27 13:11:25.302403092 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rspec-core
 #
-# 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
@@ 

commit kexec-tools for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package kexec-tools for openSUSE:Factory 
checked in at 2017-05-27 13:09:28

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


Package is "kexec-tools"

Sat May 27 13:09:28 2017 rev:118 rq:497341 version:2.0.13

Changes:

--- /work/SRC/openSUSE:Factory/kexec-tools/kexec-tools.changes  2017-04-20 
20:47:10.759953789 +0200
+++ /work/SRC/openSUSE:Factory/.kexec-tools.new/kexec-tools.changes 
2017-05-27 13:09:55.391115031 +0200
@@ -1,0 +2,7 @@
+Wed May 10 15:51:43 MDT 2017 - carn...@suse.com
+
+- kexec-tools-xen-static.patch: xen breaks kexec-tools build
+  (bsc#1037779)
+  See also matching fix in xen-devel package
+
+---



Other differences:
--
++ kexec-tools-xen-static.patch ++
--- /var/tmp/diff_new_pack.LnTJ0u/_old  2017-05-27 13:09:56.143008725 +0200
+++ /var/tmp/diff_new_pack.LnTJ0u/_new  2017-05-27 13:09:56.147008160 +0200
@@ -1,10 +1,11 @@
 From: Bernhard Walle 
 Subject: [PATCH] Link xenctrl statically
+Upstream: no
+Signed-off-by: Tony Jones 
 
 This patch just links the xenctrl library statically. That allows
 to use Xen support without a runtime dependency to the Xen package.
 
-
 Signed-off-by: Bernhard Walle 
 
 

@@ -12,23 +13,32 @@
  configure.ac |   10 +-
  1 file changed, 9 insertions(+), 1 deletion(-)
 
 a/configure.ac
-+++ b/configure.ac
-@@ -163,9 +163,17 @@ fi
+Index: kexec-tools-2.0.13/configure.ac
+===
+--- kexec-tools-2.0.13.orig/configure.ac
 kexec-tools-2.0.13/configure.ac
+@@ -161,9 +161,24 @@ fi
  
  dnl find Xen control stack libraries
  if test "$with_xen" = yes ; then
-+  if pkg-config --exists 'xenlight >= 4.7' ; then
++  if pkg-config --exists 'xenlight > 4.8.0' ; then
AC_CHECK_HEADER(xenctrl.h,
 -  [AC_CHECK_LIB(xenctrl, xc_kexec_load, ,
 +  [AC_CHECK_LIB(xenctrl, xc_kexec_load,
-+  [AC_DEFINE([HAVE_LIBXENCTRL], [1], [libxenctrl]) 
[LIBS="-Wl,-Bstatic -lxenctrl -lxencall -lxentoollog -lxenforeignmemory 
-Wl,-Bdynamic -lpthread -ldl $LIBS"]],
++  [AC_DEFINE([HAVE_LIBXENCTRL], [1], [libxenctrl]) 
[LIBS="-Wl,-Bstatic -lxenctrl -lxencall -lxentoollog -lxendevicemodel 
-lxenforeignmemory -Wl,-Bdynamic -lpthread -ldl $LIBS"]],
AC_MSG_NOTICE([Xen support disabled]))])
 +  else
-+  AC_CHECK_HEADER(xenctrl.h,
-+  [AC_CHECK_LIB(xenctrl, xc_kexec_load,
-+  [AC_DEFINE([HAVE_LIBXENCTRL], [1], [libxenctrl]) 
[LIBS="-Wl,-Bstatic -lxenctrl -Wl,-Bdynamic -lpthread -ldl $LIBS"]],
-+  AC_MSG_NOTICE([Xen support disabled]))])
++  if pkg-config --exists 'xenlight > 4.6.0' ; then
++  AC_CHECK_HEADER(xenctrl.h,
++  [AC_CHECK_LIB(xenctrl, xc_kexec_load,
++  [AC_DEFINE([HAVE_LIBXENCTRL], [1], [libxenctrl]) 
[LIBS="-Wl,-Bstatic -lxenctrl -lxencall -lxentoollog -lxenforeignmemory 
-Wl,-Bdynamic -lpthread -ldl $LIBS"]],
++  AC_MSG_NOTICE([Xen support disabled]))])
++  else
++  AC_CHECK_HEADER(xenctrl.h,
++  [AC_CHECK_LIB(xenctrl, xc_kexec_load,
++  [AC_DEFINE([HAVE_LIBXENCTRL], [1], [libxenctrl]) 
[LIBS="-Wl,-Bstatic -lxenctrl -Wl,-Bdynamic -lpthread -ldl $LIBS"]],
++  AC_MSG_NOTICE([Xen support disabled]))])
++  fi
 +  fi
  fi
  




commit virtualbox for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2017-05-27 13:09:24

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


Package is "virtualbox"

Sat May 27 13:09:24 2017 rev:134 rq:497123 version:5.1.22

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2017-05-06 
18:24:44.296823724 +0200
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes   
2017-05-27 13:09:52.451530641 +0200
@@ -1,0 +2,36 @@
+Sun May 21 13:28:15 UTC 2017 - h...@urpla.net
+
+- add %dir /usr/share/licenses to new vnc package
+
+---
+Wed May 17 20:33:08 UTC 2017 - larry.fin...@lwfinger.net
+
+- Made changes to build with gcc 7.x. This adds new file 
"vbox_fix_for_gcc7.patch".
+  Changed the building of VBoxVNC to remove the hack used earlier.
+
+---
+Wed May 10 17:39:57 UTC 2017 - larry.fin...@lwfinger.net
+
+- Make a number of changes:
+  * Add VBoxVNC as a proper external pack rather than just make the so 
available (bnc #1037033). Thanks to Michal Nowak for most of this effort.
+One hack was required to work around a bug in "VBoxManage extpack install" 
whereby the --accept-license option failed to work.
+  * Improve startup of VirtualBox through use of systemd service files:
+a. Beginning with Oracle version 5.0.8, the command used to build the 
kernel modules outside of the RPM packaging
+   code changed; however, the openSUSE version did not implement the new 
method. That new code is now implemented.
+b. In Tumbleweed, the SysV init scripts to systemd service files stopped 
working. Part of the new code also checks
+   to see if the kernel modules are loaded. If not, new script files are 
called to include the necessary packages
+   and build the necessary modules.
+c. The hooks are in place to remove the sysv init files and do the 
complete conversion to systemd. This step will
+   be done at a later time.
+
+  * New files are "vboxconfig.sh", "vboxguestconfig.sh", "vboxdrv.service", 
and "vboxadd-service.service".
+  * New sub-packages virtualbox-guest-source and virtualbox-vnc are produced.
+  * Some typos in virtualbox.spec are fixed.
+
+---
+Thu May  4 17:59:45 UTC 2017 - larry.fin...@lwfinger.net
+
+- Add libelf-devel to build. Fixes bnc #1037511.
+  Modified the startup files to build the kernel modules if they are missing. 
Files "vboxconfig.sh" and "vboxguestconfig" added.
+
+---

New:

  vbox_fix_for_gcc7.patch
  vboxconfig.sh
  vboxguestconfig.sh



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.XFJMN1/_old  2017-05-27 13:09:54.859190237 +0200
+++ /var/tmp/diff_new_pack.XFJMN1/_new  2017-05-27 13:09:54.863189671 +0200
@@ -49,6 +49,8 @@
 Source13:   %{name}-sysconfig.vbox
 Source14:   vboxdrv.service
 Source15:   vboxadd-service.service
+Source16:   vboxconfig.sh
+Source17:   vboxguestconfig.sh
 Source98:   %{name}-rpmlintrc
 Source99:   %{name}-patch-source.sh
 #rework init scripts to fit suse needs
@@ -94,6 +96,8 @@
 Patch113:   vbox_remove_smp_mflags.patch
 # Fix change in API for get_user_pages()
 Patch114:   vbox_fix_42.3_api.patch
+# Allow use of gcc7
+Patch115:   vbox_fix_for_gcc7.patch
 # Fix for missing include needed for server 1.19
 Patch116:   Fix_for_server_1.19.patch
 #
@@ -102,6 +106,7 @@
 BuildRequires:  acpica
 BuildRequires:  alsa-devel
 BuildRequires:  bin86
+BuildRequires:  infinipath-psm
 BuildRequires:  systemd-rpm-macros
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
@@ -122,6 +127,7 @@
 BuildRequires:  kernel-syms
 BuildRequires:  libcap-devel
 BuildRequires:  libcurl-devel
+BuildRequires:  libelf-devel
 BuildRequires:  libidl-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libqt5-linguist
@@ -293,7 +299,7 @@
 ###
 
 %package host-source
-Summary:Source files for %{name} kernel modules
+Summary:Source files for %{name} host kernel modules
 Group:  Development/Sources
 Requires:   %{name} = %{version}
 Requires:   gcc
@@ -301,9 +307,22 @@
 BuildArch:  noarch
 
 %description host-source
-Source files for %{name} kernel modules
+Source files for %{name} host kernel modules
 These can be built for custom kernels using
 cd %{_prefix}/src/kernel-modules/virtualbox ; make ; make install
+
+%package guest-source
+Summary:Source 

commit openblas for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package openblas for openSUSE:Factory 
checked in at 2017-05-27 13:09:09

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


Package is "openblas"

Sat May 27 13:09:09 2017 rev:15 rq:496480 version:0.2.19

Changes:

--- /work/SRC/openSUSE:Factory/openblas/openblas.changes2016-09-08 
17:39:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.openblas.new/openblas.changes   2017-05-27 
13:09:49.531943425 +0200
@@ -1,0 +2,5 @@
+Thu May 18 09:33:23 UTC 2017 - meiss...@suse.com
+
+- 0001-Fix-power8-asm.patch: fixed power8 assembly (bsc#1039397)
+
+---

New:

  0001-Fix-power8-asm.patch



Other differences:
--
++ openblas.spec ++
--- /var/tmp/diff_new_pack.3aMIS7/_old  2017-05-27 13:09:50.451813369 +0200
+++ /var/tmp/diff_new_pack.3aMIS7/_new  2017-05-27 13:09:50.455812804 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openblas
 #
-# 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
@@ -29,6 +29,8 @@
 Patch1: c_xerbla_no-void-return.patch
 # PATCH-FIX-UPSTREAM openblas-noexecstack.patch
 Patch2: openblas-noexecstack.patch
+# PATCH-FIX-UPSTREAM 0001-Fix-power8-asm.patch ( 
https://groups.google.com/forum/#!topic/openblas-dev/YI1of4HODmw )
+Patch3: 0001-Fix-power8-asm.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-fortran
 BuildRequires:  update-alternatives
@@ -174,6 +176,7 @@
 cd OpenBLAS-%{version}
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 cd ..
 
 # Prepare build for serial, pthreads and OpenMP versions

++ 0001-Fix-power8-asm.patch ++
 7841 lines (skipped)




commit gcc7 for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package gcc7 for openSUSE:Factory checked in 
at 2017-05-27 13:08:45

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


Package is "gcc7"

Sat May 27 13:08:45 2017 rev:2 rq:496092 version:7.1.1+r248152

Changes:

--- /work/SRC/openSUSE:Factory/gcc7/cross-aarch64-gcc7.changes  2017-03-17 
14:58:08.249045637 +0100
+++ /work/SRC/openSUSE:Factory/.gcc7.new/cross-aarch64-gcc7.changes 
2017-05-27 13:09:32.770313256 +0200
@@ -1,0 +2,66 @@
+Wed May 17 12:09:04 UTC 2017 - rguent...@suse.com
+
+- Update to gcc-7-branch head (r248152)
+- Drop not working SLE-10 build support.
+- For SLE-15 make the i586 compiler generate code for architecture
+  level of x86_64.
+- Add gcc7-pr80593.patch to fix ceph build. [bnc#1025891]
+
+---
+Thu May  4 10:12:09 UTC 2017 - rguent...@suse.com
+
+- Update to gcc-7-branch head (r247545)
+  * Includes GCC 7.1 release
+- For SLE15 change ppc64le tuning to power9.  [fate#322728]
+- Change tarball compression to xz, BuildRequire xz.
+
+---
+Fri Apr 28 12:26:08 UTC 2017 - rguent...@suse.com
+
+- Update to gcc-7-branch head (r247368)
+  * Includes GCC 7.1 RC2
+  * Includes ARM ABI fix for PR77728, fixing ABI incompatibility
+with GCC 4.8.
+
+---
+Thu Apr 20 11:17:21 UTC 2017 - rguent...@suse.com
+
+- Update to gcc-7-branch head (r247019).
+- Always create nvptx offloading cross spec file.
+- Fix libada provides/conflicts.
+- Package gcov.h.
+- Add #!BuildIgnore: gcc-PIE.
+- Fix update-alternatives.
+
+---
+Tue Apr  4 14:44:52 UTC 2017 - mli...@suse.cz
+
+- Add update-alternatives for binaries produces by cross compilers.
+- Add nospeccleaner comment, remove legacy norootforbuild and
+  icecream.
+
+---
+Fri Mar 31 08:51:09 UTC 2017 - rguent...@suse.com
+
+- Update to gcc trunk head (r246609).
+- Add cross-binutils Requires to cross-gcc packages.
+
+---
+Mon Mar 27 14:06:43 UTC 2017 - rguent...@suse.com
+
+- Really fix libtsan requirement on ppc.  [boo#1030623]
+- Also fix liblsan requirement on pcc.
+
+---
+Thu Mar 23 09:59:21 UTC 2017 - rguent...@suse.com
+
+- Update to gcc trunk head (r246414).
+- Package gcov-dump.
+- Remove gcc7-debug-dwarf2out-ice.patch.
+- Add gcc7-remove-Wexpansion-to-defined-from-Wextra.patch to remove
+  useless warning from Wextra that causes build fails due to excessive
+  log file size.
+- Remove libtsan Requires from the gcc7-32bit package, tsan doesn't have
+  a 32bit multilib on any arch.  [boo#1030623]
+
+---
cross-arm-gcc7.changes: same change
cross-avr-gcc7.changes: same change
cross-epiphany-gcc7-bootstrap.changes: same change
cross-epiphany-gcc7.changes: same change
cross-hppa-gcc7.changes: same change
cross-i386-gcc7.changes: same change
cross-m68k-gcc7.changes: same change
cross-mips-gcc7.changes: same change
cross-nvptx-gcc7.changes: same change
cross-ppc64-gcc7.changes: same change
cross-ppc64le-gcc7.changes: same change
cross-rx-gcc7-bootstrap.changes: same change
cross-rx-gcc7.changes: same change
cross-s390x-gcc7.changes: same change
cross-sparc-gcc7.changes: same change
cross-sparc64-gcc7.changes: same change
cross-x86_64-gcc7.changes: same change
gcc7-testresults.changes: same change
gcc7.changes: same change

Old:

  gcc-7.0.1-r246083.tar.bz2
  gcc7-debug-dwarf2out-ice.patch
  nvptx-newlib.tar.bz2

New:

  gcc-7.1.1-r248152.tar.xz
  gcc7-pr80593.patch
  gcc7-remove-Wexpansion-to-defined-from-Wextra.patch
  nvptx-newlib.tar.xz



Other differences:
--
++ cross-aarch64-gcc7.spec ++
--- /var/tmp/diff_new_pack.sXicRl/_old  2017-05-27 13:09:37.397659022 +0200
+++ /var/tmp/diff_new_pack.sXicRl/_new  2017-05-27 13:09:37.401658456 +0200
@@ -29,6 +29,8 @@
 # Please submit bugfixes or comments via http://www.suse.de/feedback/
 #
 
+# nospeccleaner
+
 %define build_cp 0%{!?gcc_accel:1}
 %define build_ada 0
 %define build_libjava 0
@@ -96,6 +98,7 @@
 Name:   %{pkgname}
 %if %{cross_arch} != "nvptx"
 BuildRequires:  cross-%{binutils_target}-binutils
+Requires:   cross-%{binutils_target}-binutils
 %endif
 BuildRequires:  bison
 BuildRequires:  flex
@@ -146,34 +149,38 @@
 Provides:   %{gcc_target_arch}-gcc
 Conflicts:  %selfconflict %{gcc_target_arch}-gcc
 %endif

commit MozillaFirefox for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2017-05-27 13:09:34

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


Package is "MozillaFirefox"

Sat May 27 13:09:34 2017 rev:254 rq:498129 version:52.1.1

Changes:

--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes
2017-05-18 20:36:43.769403831 +0200
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes   
2017-05-27 13:09:56.346979887 +0200
@@ -1,0 +2,6 @@
+Tue May 23 14:00:40 UTC 2017 - w...@rosenauer.org
+
+- remove -fno-inline-small-functions and explicitely optimize with
+  -O2 for openSUSE > 13.2/Leap 42 to work with gcc7 (boo#1040105)
+
+---



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.fxsKo4/_old  2017-05-27 13:10:00.966326785 +0200
+++ /var/tmp/diff_new_pack.fxsKo4/_new  2017-05-27 13:10:00.970326220 +0200
@@ -295,9 +295,9 @@
 export MOZ_TELEMETRY_REPORTING=1
 export MOZ_GOOGLE_API_KEY=%{_google_api_key}
 export CFLAGS="%{optflags} -fno-strict-aliasing"
-# boo#986541: add -fno-delete-null-pointer-checks and 
-fno-inline-small-functions for gcc6
+# boo#986541: add -fno-delete-null-pointer-checks for gcc6
 %if 0%{?suse_version} > 1320
-export CFLAGS="$CFLAGS -fno-delete-null-pointer-checks 
-fno-inline-small-functions"
+export CFLAGS="$CFLAGS -fno-delete-null-pointer-checks"
 %endif
 %ifarch %arm
 export CFLAGS="${CFLAGS/-g / }"
@@ -337,6 +337,10 @@
 %if 0%{?build_hardened}
 ac_add_options --enable-pie
 %endif
+# gcc7 (boo#104105)
+%if 0%{?suse_version} > 1320
+ac_add_options --enable-optimize="-g -O2"
+%endif
 %ifarch %ix86 %arm
 %if 0%{?suse_version} > 1230
 ac_add_options --disable-optimize




commit xen for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package xen for openSUSE:Factory checked in 
at 2017-05-27 13:09:02

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


Package is "xen"

Sat May 27 13:09:02 2017 rev:228 rq:496467 version:4.9.0_04

Changes:

--- /work/SRC/openSUSE:Factory/xen/xen.changes  2017-04-11 12:39:50.315734414 
+0200
+++ /work/SRC/openSUSE:Factory/.xen.new/xen.changes 2017-05-27 
13:09:39.973294867 +0200
@@ -1,0 +2,133 @@
+Thu May 18 16:22:53 MDT 2017 - carn...@suse.com
+
+- bsc#1031343 - xen fails to build with GCC 7
+  gcc7-mini-os.patch
+  gcc7-xen.patch
+
+---
+Wed May 17 08:28:37 MDT 2017 - carn...@suse.com
+
+- bsc#1031343 - xen fails to build with GCC 7
+  gcc7-error-xenpmd.patch
+
+---
+Tue May 16 09:04:19 MDT 2017 - carn...@suse.com
+
+- Update to Xen 4.9.0-rc5 (fate#321394, fate#323108)
+  xen-4.9.0-testing-src.tar.bz2
+- Drop xen-tools-pkgconfig-xenlight.patch
+
+---
+Wed May 10 15:26:38 MDT 2017 - carn...@suse.com
+
+- bsc#1037779 - xen breaks kexec-tools build
+  xen-tools-pkgconfig-xenlight.patch
+
+---
+Tue May  9 08:40:58 MDT 2017 - carn...@suse.com
+
+- Update to Xen 4.9.0-rc4 (fate#321394, fate#323108)
+  xen-4.9.0-testing-src.tar.bz2
+
+---
+Tue May  2 09:18:24 MDT 2017 - carn...@suse.com
+
+- bsc#1036146 - sles12sp2 xen VM dumps core to wrong path
+  xen.spec
+
+---
+Fri Apr 28 09:03:56 MDT 2017 - carn...@suse.com
+
+- Update to Xen 4.9.0-rc3 (fate#321394, fate#323108)
+  xen-4.9.0-testing-src.tar.bz2
+  aarch64-maybe-uninitialized.patch
+
+---
+Fri Apr 21 16:26:31 MDT 2017 - carn...@suse.com
+
+- Update to Xen 4.9.0-rc2 (fate#321394, fate#323108)
+  xen-4.9.0-testing-src.tar.bz2
+
+---
+Wed Apr 19 07:54:58 MDT 2017 - carn...@suse.com
+
+- Update to Xen 4.9.0-rc1 (fate#321394, fate#323108)
+  xen-4.9.0-testing-src.tar.bz2
+  ioemu-devicemodel-include.patch
+- Dropped patches contained in new tarball
+  xen-4.8.0-testing-src.tar.bz2
+  0001-xenstore-let-write_node-and-some-callers-return-errn.patch
+  0002-xenstore-undo-function-rename.patch
+  0003-xenstore-rework-of-transaction-handling.patch
+  584806ce-x86emul-correct-PUSHF-POPF.patch
+  584fc649-fix-determining-when-domain-creation-is-complete.patch
+  58510c06-x86emul-CMPXCHGnB-ignore-prefixes.patch
+  58510cac-x86emul-MOVNTI-no-REP-prefixes.patch
+  58526ccc-x86emul-64bit-ignore-most-segment-bases-in-align-check.patch
+  5853ed37-VT-d-correct-dma_msi_set_affinity.patch
+  5853ee07-x86emul-CMPXCHG16B-aligned-operand.patch
+  58580060-x86-emul-correct-SYSCALL-eflags-handling.patch
+  585aa3c5-x86-force-EFLAGS-IF-on-upon-exit-to-PV.patch
+  585aa407-x86-HVM-NULL-check-before-using-VMFUNC-hook.patch
+  585bd5fe-x86-emul-correct-VMFUNC-return-value-handling.patch
+  586ba81c-x86-cpu-dont-update-this_cpu-for-guest-get_cpu_vendor.patch
+  587d04d6-x86-xstate-fix-array-overrun-with-LWP.patch
+  587de4a9-x86emul-VEX-B-ignored-in-compat-mode.patch
+  5882129d-x86emul-LOCK-check-adjustments.patch
+  58821300-x86-segment-attribute-handling.patch
+  58873c1f-x86emul-correct-FPU-stub-asm-constraints.patch
+  58873c80-x86-hvm-do-not-set-msr_tsc_adjust-on-.patch
+  5887888f-credit2-fix-shutdown-suspend-with-cpupools.patch
+  5887888f-credit2-never-consider-CPUs-outside-of-pool.patch
+  5887888f-credit2-use-the-correct-scratch-cpumask.patch
+  5888b1b3-x86-emulate-dont-assume-addr_size-32-implies-protmode.patch
+  5899cbd9-EPT-allow-wrcomb-MMIO-mappings-again.patch
+  
589b3272-libxl-dont-segfault-when-creating-domain-with-invalid-pvusb-device.patch
+  58a44771-IOMMU-always-call-teardown-callback.patch
+  58a48ccc-x86-fix-p2m_flush_table-for-non-nested.patch
+  58a59f4b-libxl-correct-xenstore-entry-for-empty-cdrom.patch
+  58a70d94-VMX-fix-VMCS-race-on-cswitch-paths.patch
+  58ac1f3f-VMX-dont-leak-host-syscall-MSRs.patch
+  58b5a2de-x86-correct-Xens-idea-of-its-memory-layout.patch
+  58b6fd42-credit2-always-mark-a-tickled-pCPU-as-tickled.patch
+  58b6fd42-credit2-dont-miss-accounting-during-credit-reset.patch
+  58cbf682-x86-EFI-avoid-overrunning-mb_modules.patch
+  58cf9200-x86-EFI-avoid-IOMMU-faults-on-tail-gap.patch
+  58cf9260-x86-EFI-avoid-Xen-when-looking-for-mod-kexec-pos.patch
+  58cf9277-x86-time-dont-use-vTSC-if-host-guest-freqs-match.patch
+  

  1   2   >