commit python-pygraphviz for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package python-pygraphviz for 
openSUSE:Factory checked in at 2017-06-12 15:28:09

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


Package is "python-pygraphviz"

Mon Jun 12 15:28:09 2017 rev:4 rq:497925 version:1.4rc1

Changes:

--- /work/SRC/openSUSE:Factory/python-pygraphviz/python-pygraphviz.changes  
2016-06-19 10:49:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pygraphviz.new/python-pygraphviz.changes 
2017-06-12 15:28:10.356401625 +0200
@@ -1,0 +2,8 @@
+Wed May 17 21:43:00 UTC 2017 - toddrme2...@gmail.com
+
+- Implement single-spec version
+- Fix source URL
+- Update to version 1.4rc1
+  * No upstream changelog
+
+---

Old:

  pygraphviz-1.3.1.tar.gz

New:

  pygraphviz-1.4rc1.tar.gz



Other differences:
--
++ python-pygraphviz.spec ++
--- /var/tmp/diff_new_pack.0Dclmw/_old  2017-06-12 15:28:11.180285432 +0200
+++ /var/tmp/diff_new_pack.0Dclmw/_new  2017-06-12 15:28:11.184284868 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pygraphviz
 #
-# Copyright (c) 2016 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,52 +16,75 @@
 #
 
 
+%bcond_without tests
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pygraphviz
-Version:1.3.1
+Version:1.4rc1
 Release:0
 Url:http://networkx.lanl.gov/pygraphviz
 Summary:Python interface to Graphviz
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: 
https://pypi.python.org/packages/source/p/pygraphviz/pygraphviz-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/p/pygraphviz/pygraphviz-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM docdir.patch
 Patch:  docdir.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  graphviz-devel >= 2.16
 BuildRequires:  pkg-config
-BuildRequires:  python-nose
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  swig
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+# Needed even without tests
+BuildRequires:  %{python_module nose}
 Requires:   graphviz >= 2.16
-%if 0%{?suse_version} <= 1110
-%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
-%endif
+%python_subpackages
 
 %description
 A Python wrapper for the Graphviz Agraph data structure.
 PyGraphviz can be used to create and draw networks and graphs with Graphviz.
 
+%package -n %{name}-doc
+Summary:Documentation for %{name}
+Group:  Documentation/Other
+Provides:   %{python_module pygraphviz-doc = %{version}}
+
+%description -n %{name}-doc
+This package provides documentation and help files for %{name}
+
 %prep
 %setup -q -n pygraphviz-%{version}
 %patch
 
 %build
-CFLAGS="%{optflags}" python setup.py build
+# Need command-line flags only available in install
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-chmod +x %{buildroot}%{python_sitearch}/pygraphviz/tests/test.py
+export CFLAGS="%{optflags}"
+%python_exec setup.py install -O1 --force --root %{buildroot} --prefix 
%{_prefix} --include-path %{_includedir}/graphviz/ --library-path 
%{_libdir}/graphviz/
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
+%python_expand chmod +x 
%{buildroot}%{$python_sitearch}/pygraphviz/tests/test.py
 
+%if %{with tests}
 %check
 pushd examples
-PYTHONPATH=%{buildroot}%{python_sitearch} python -c "import 
pygraphviz;pygraphviz.test()"
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
+$python -c "import pygraphviz;pygraphviz.test()"
+}
 popd
+%endif
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc LICENSE README.rst
-%{_docdir}/pygraphviz-%{version}
 %{python_sitearch}/pygraphviz/
 %{python_sitearch}/pygraphviz-%{version}-py*.egg-info
 
+%files -n %{name}-doc
+%defattr(-,root,root,-)
+%doc LICENSE
+%{_docdir}/pygraphviz-%{version}
+
 %changelog




commit spectacle for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package spectacle for openSUSE:Factory 
checked in at 2017-06-12 15:25:41

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


Package is "spectacle"

Mon Jun 12 15:25:41 2017 rev:18 rq:502140 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/spectacle/spectacle.changes  2017-05-22 
10:45:19.575156978 +0200
+++ /work/SRC/openSUSE:Factory/.spectacle.new/spectacle.changes 2017-06-12 
15:25:44.976915113 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:43:03 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * None
+
+---

Old:

  spectacle-17.04.1.tar.xz

New:

  spectacle-17.04.2.tar.xz



Other differences:
--
++ spectacle.spec ++
--- /var/tmp/diff_new_pack.IuQsLA/_old  2017-06-12 15:25:45.760804496 +0200
+++ /var/tmp/diff_new_pack.IuQsLA/_new  2017-06-12 15:25:45.764803932 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   spectacle
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ spectacle-17.04.1.tar.xz -> spectacle-17.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-17.04.1/CMakeLists.txt 
new/spectacle-17.04.2/CMakeLists.txt
--- old/spectacle-17.04.1/CMakeLists.txt2017-05-09 02:16:54.0 
+0200
+++ new/spectacle-17.04.2/CMakeLists.txt2017-06-06 02:14:06.0 
+0200
@@ -5,7 +5,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "17")
 set(KDE_APPLICATIONS_VERSION_MINOR "04")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 set(SPECTACLE_VERSION ${KDE_APPLICATIONS_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-17.04.1/po/he/spectacle.po 
new/spectacle-17.04.2/po/he/spectacle.po
--- old/spectacle-17.04.1/po/he/spectacle.po2017-05-09 02:16:53.0 
+0200
+++ new/spectacle-17.04.2/po/he/spectacle.po2017-06-06 02:14:05.0 
+0200
@@ -2,12 +2,13 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Elkana Bardugo , 2016.
+# Elkana Bardugo , 2017. #zanata
 msgid ""
 msgstr ""
-"Project-Id-Version: \n"
+"Project-Id-Version: spectacle\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-04-06 04:31+0200\n"
-"PO-Revision-Date: 2016-09-01 01:15+0200\n"
+"PO-Revision-Date: 2017-05-24 08:44-0400\n"
 "Last-Translator: Elkana Bardugo \n"
 "Language-Team: Hebrew \n"
 "Language: he\n"
@@ -15,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Zanata 3.9.6\n"
 
 #: src/ExportManager.cpp:191
 #, kde-format
@@ -110,7 +111,7 @@
 #: src/Gui/KSMainWindow.cpp:194
 #, kde-format
 msgid "Save screenshot in your Pictures directory and exit"
-msgstr ""
+msgstr "שומר את הצילום מסך בתיקית התמונות שלך ויוצא"
 
 #: src/Gui/KSMainWindow.cpp:225 src/Gui/SettingsDialog/SettingsDialog.cpp:36
 #, kde-format
@@ -126,27 +127,27 @@
 #: src/Gui/KSMainWindow.cpp:277
 #, kde-format
 msgid "There was a problem sharing the image: %1"
-msgstr ""
+msgstr "היתה בעיה בשמירת התמונה:  %1"
 
 #: src/Gui/KSMainWindow.cpp:281
 #, kde-format
 msgid "You can find the shared image at: %1"
-msgstr ""
+msgstr "תוכל למצוא את התמונה המשותפת ב: %1"
 
 #: src/Gui/KSMainWindow.cpp:294
 #, kde-format
 msgid "The screenshot has been copied to the clipboard."
-msgstr ""
+msgstr "צילום המסך הועתק ללוח העריכה"
 
 #: src/Gui/KSWidget.cpp:56
 #, kde-format
 msgid "Capture Mode"
-msgstr ""
+msgstr "מצב צילום"
 
 #: src/Gui/KSWidget.cpp:59
 #, kde-format
 msgid "Full Screen (All Monitors)"
-msgstr ""
+msgstr "מסך מלא (כל המסכים)"
 
 #: src/Gui/KSWidget.cpp:60
 #, kde-format
@@ -196,7 +197,7 @@
 #: src/Gui/KSWidget.cpp:95
 #, kde-format
 msgid "Content Options"
-msgstr ""
+msgstr "אפשרויות תוכן"
 
 #: src/Gui/KSWidget.cpp:98
 #, kde-format
@@ -204,15 +205,14 @@
 msgstr "כולל סמן העכבר"
 
 #: src/Gui/KSWidget.cpp:99
-#, fuzzy, kde-format
-#| msgid "Wait for a mouse click before capturing the screenshot image"
+#, kde-format
 msgid "Show the mouse cursor in the screenshot image"

commit mysql-workbench for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package mysql-workbench for openSUSE:Factory 
checked in at 2017-06-12 15:28:37

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


Package is "mysql-workbench"

Mon Jun 12 15:28:37 2017 rev:46 rq:500162 version:6.3.9

Changes:

--- /work/SRC/openSUSE:Factory/mysql-workbench/mysql-workbench.changes  
2017-02-03 17:50:59.787919961 +0100
+++ /work/SRC/openSUSE:Factory/.mysql-workbench.new/mysql-workbench.changes 
2017-06-12 15:28:41.336032554 +0200
@@ -1,0 +2,13 @@
+Wed May 31 08:41:30 UTC 2017 - mplus...@suse.com
+
+- Update to version 6.3.9:
+  * https://dev.mysql.com/doc/relnotes/workbench/en/wb-news-6-3-8.html
+  * https://dev.mysql.com/doc/relnotes/workbench/en/wb-news-6-3-9.html
+  * resolves CVE-2017-3469 (boo#1035195)
+- Add patches:
+  * mariadb-no-escape-string-quote.patch
+  * git_patch_105207009.patch
+  * mysql-workbench-gdal-use-CPLFree.patch
+- Stop building on 32-bit architectures
+
+---

Old:

  mysql-workbench-community-6.3.7-src.tar.gz

New:

  git_patch_105207009.patch
  mariadb-no-escape-string-quote.patch
  mysql-workbench-community-6.3.9-prebuilt_parsers.tar.gz
  mysql-workbench-community-6.3.9-src.tar.gz
  mysql-workbench-gdal-use-CPLFree.patch



Other differences:
--
++ mysql-workbench.spec ++
--- /var/tmp/diff_new_pack.WVM5IQ/_old  2017-06-12 15:28:42.927808064 +0200
+++ /var/tmp/diff_new_pack.WVM5IQ/_new  2017-06-12 15:28:42.927808064 +0200
@@ -18,7 +18,7 @@
 
 %define edition community
 Name:   mysql-workbench
-Version:6.3.7
+Version:6.3.9
 Release:0
 Summary:A MySQL visual database modeling, administration and querying 
tool
 License:GPL-2.0+
@@ -26,6 +26,7 @@
 Url:http://wb.mysql.com
 Source: 
http://dev.mysql.com/get/Downloads/MySQLGUITools/%{name}-%{edition}-%{version}-src.tar.gz
 Source1:openSUSE_Vendor_Package.xml
+Source2:%{name}-%{edition}-%{version}-prebuilt_parsers.tar.gz
 Source99:   %{name}.rpmlintrc
 #Patches
 Patch0: patch-desktop-categories.patch
@@ -46,28 +47,28 @@
 Patch8: mysql-workbench-preload-sqlparser.patch
 # PATCH-FIX-UPSTREAM https://bugs.mysql.com/bug.php?id=83372
 Patch9: mysql-workbench-gcc6.patch
+Patch10:mariadb-no-escape-string-quote.patch
+# patch from https://bugs.mysql.com/bug.php?id=84886
+Patch11:git_patch_105207009.patch
+# Patch from 
https://git.archlinux.org/svntogit/community.git/tree/trunk/0005-gdal-use-CPLFree.patch?h=packages/mysql-workbench
+Patch1700:  mysql-workbench-gdal-use-CPLFree.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  ant
 BuildRequires:  binutils-gold
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel
-%endif
 BuildRequires:  cmake
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
+BuildRequires:  freetds-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-keyring-devel
-BuildRequires:  gtkmm2-devel
+BuildRequires:  gtkmm3-devel
 BuildRequires:  libmysqlclient-devel
-BuildRequires:  libmysqlcppconn-devel
+BuildRequires:  libmysqlcppconn-devel >= 1.1.8
 BuildRequires:  libmysqld-devel > 5.1
-BuildRequires:  ninja
-# use bundled scintilla lib 
-#BuildRequires:  libscintilla-devel
+BuildRequires:  libscintilla-devel
 BuildRequires:  libsigc++2-devel
 BuildRequires:  libtool
+BuildRequires:  ninja
 BuildRequires:  pkgconfig
 BuildRequires:  python-devel
 BuildRequires:  python-paramiko
@@ -81,8 +82,8 @@
 BuildRequires:  pkgconfig(gdal)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libctemplate)
-BuildRequires:  pkgconfig(libglade-2.0)
-BuildRequires:  pkgconfig(libgnome-2.0)
+#BuildRequires:  pkgconfig(libglade-2.0)
+#BuildRequires:  pkgconfig(libgnome-2.0)
 BuildRequires:  pkgconfig(libpcrecpp)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(libxml-2.0)
@@ -100,8 +101,8 @@
 Requires:   python-paramiko
 Requires:   python-pexpect
 Requires(post): desktop-file-utils
-Requires(postun): desktop-file-utils
 Requires(post): shared-mime-info
+Requires(postun): desktop-file-utils
 Requires(postun): shared-mime-info
 Suggests:   gnome-keyring
 Suggests:   mysqldump
@@ -114,7 +115,13 @@
 Obsoletes:  mysql-administrator < %{version}
 Obsoletes:  mysql-gui-tools < %{version}
 Obsoletes:  mysql-querybrovser < %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+ExcludeArch:%arm %ix86
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+BuildRequires:  libboost_system-devel
+%else
+BuildRequires:  boost-devel
+%e

commit xlockmore for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package xlockmore for openSUSE:Factory 
checked in at 2017-06-12 15:28:48

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


Package is "xlockmore"

Mon Jun 12 15:28:48 2017 rev:36 rq:500383 version:5.54

Changes:

--- /work/SRC/openSUSE:Factory/xlockmore/xlockmore.changes  2017-04-07 
13:54:49.226648935 +0200
+++ /work/SRC/openSUSE:Factory/.xlockmore.new/xlockmore.changes 2017-06-12 
15:28:51.618582395 +0200
@@ -1,0 +2,33 @@
+Wed May 31 17:14:54 CEST 2017 - sbra...@suse.com
+
+- Update to version 5.54:
+  * strange mode updates.
+
+---
+Fri Apr 28 19:33:08 CEST 2017 - sbra...@suse.com
+
+- Add a fix for double entering of password in non-English locales
+  (boo#1035688, xlockmore-pam.patch).
+
+---
+Wed Apr 26 17:20:02 CEST 2017 - sbra...@suse.com
+
+- Update to version 5.53:
+  * dclock fix for led bounce.
+  * Install changes for fortune.
+  * strange mode updates.
+  * life3d updates.
+  * messagefont fix.
+  * Changed default message font.
+  * spiral erase mode changed.
+  * Fix for kumppa -speed 0.2.
+  * new website at http://www.sillycycle.com
+  * xmb fonts fix.
+  * fixed xjack mode.
+  * Updated language use.
+- Refresh xlockmore-bitmaps.patch, xlockmore-ttf_dir.patch,
+  xlockmore-extend-freetype-include-search.patch.
+- Re-enable PAM (boo#1035688).
+- Disable obsolete --enable-use-mb.
+
+---

Old:

  xlockmore-5.45.tar.bz2
  xlockmore-5.45.tar.bz2.asc

New:

  xlockmore-5.54.tar.xz
  xlockmore-5.54.tar.xz.asc
  xlockmore-pam.patch



Other differences:
--
++ xlockmore.spec ++
--- /var/tmp/diff_new_pack.QGnw3n/_old  2017-06-12 15:28:52.486459997 +0200
+++ /var/tmp/diff_new_pack.QGnw3n/_new  2017-06-12 15:28:52.490459432 +0200
@@ -17,17 +17,17 @@
 
 
 Name:   xlockmore
-Version:5.45
+Version:5.54
 Release:0
 Summary:Screen Saver and Locker for the X Window System
 License:MIT
 Group:  System/X11/Utilities
-Url:http://www.tux.org/~bagleyd/xlockmore.html
-Source: 
http://www.tux.org/~bagleyd/xlock/%{name}-%{version}/%{name}-%{version}.tar.bz2
+Url:http://sillycycle.com/xlockmore.html
+Source: http://sillycycle.com/xlock/%{name}-%{version}.tar.xz
 Source1:xlock.pamd
 Source2:xlock-wrapper
 Source3:xlock-wrapper_xorg6
-Source4:
http://www.tux.org/~bagleyd/xlock/%{name}-%{version}/%{name}-%{version}.tar.bz2.asc
+Source4:http://sillycycle.com/xlock/%{name}-%{version}.tar.xz.asc
 Source5:%{name}.keyring
 # apply even patches when X.org < 7.0 else apply odd patches
 Patch1: %{name}-bitmaps.patch
@@ -39,6 +39,8 @@
 # extended list of directories where could freetype be found
 Patch9: xlockmore-extend-freetype-include-search.patch
 Patch10:xlockmore-nose_mode_crash.patch
+# PATCH-HACK-OPENSUSE xlockmore-pam.patch boo1035688 -- Do not hardcode 
"Password" string. Breaks LANG != en.
+Patch11:xlockmore-pam.patch
 BuildRequires:  ImageMagick-devel
 BuildRequires:  automake
 BuildRequires:  bc
@@ -54,6 +56,7 @@
 BuildRequires:  libXpm-devel
 BuildRequires:  libXt-devel
 BuildRequires:  libdrm-devel
+BuildRequires:  pam-devel
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -82,6 +85,7 @@
 %patch7
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 %build
 aclocal
@@ -99,8 +103,8 @@
--without-gtk\
--without-motif\
--disable-bomb\
+   --enable-pam\
--enable-vtlock\
-   --enable-use-mb\
--disable-allow-root\
--x-includes=%{_xorg7_prefix}/include\
--x-libraries=%{_xorg7_prefix}/%{_lib}

++ xlockmore-bitmaps.patch ++
--- /var/tmp/diff_new_pack.QGnw3n/_old  2017-06-12 15:28:52.550450972 +0200
+++ /var/tmp/diff_new_pack.QGnw3n/_new  2017-06-12 15:28:52.550450972 +0200
@@ -1,9 +1,9 @@
 Index: xlock/XLock.ad
 ===
 xlock/XLock.ad.orig2009-08-27 22:42:04.0 +0200
-+++ xlock/XLock.ad 2010-12-14 12:19:00.772719051 +0100
-@@ -76,8 +76,8 @@ XLock.program: fortune -s
- !XLock.messagefont: -*-times-*-*-*-*-18-*-*-*-*-*-*-*
+--- xlock/XLock.ad.orig
 xlock/XLock.ad
+@@ -79,8 +79,8 @@ XLock.messagefont: -*-times-*-*-*-*-18-*
+ !XLock.messagefont: *8x16*
  
  ! For modes with images
 -!XLock.*.bitmap: bitmaps/m-xlock.xbm

++ xlockmore-extend-freetype-include-search.patch ++
--- /var/tmp/diff_new_pack.QG

commit opensm for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package opensm for openSUSE:Factory checked 
in at 2017-06-12 15:36:25

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


Package is "opensm"

Mon Jun 12 15:36:25 2017 rev:7 rq:503045 version:3.3.20

Changes:

--- /work/SRC/openSUSE:Factory/opensm/opensm.changes2017-06-09 
15:57:20.488227460 +0200
+++ /work/SRC/openSUSE:Factory/.opensm.new/opensm.changes   2017-06-12 
15:36:36.097073162 +0200
@@ -1,0 +2,8 @@
+Mon Jun 12 09:39:52 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Backport changes from SLE12-SP3 (bsc#1041403)
+- Add opensm-remove-date-time.patch to remove __DATE__ and
+  __TIME__ from build
+- Rename /usr/sbin/rcopensmd to /usr/sbin/rcopensm to match binary
+
+---
@@ -7,0 +16,13 @@
+
+---
+Mon Mar 21 13:38:46 CET 2016 - p...@suse.de
+
+- Drop opensm-autotools.patch as the fix is in.
+- Refresh opensm-type_punning.patch to match changed sources.
+
+---
+Fri Mar 11 18:17:09 CET 2016 - p...@suse.de
+
+- Update to 3.3.19 git version (bsc#970668)
+  Changes to numerous to be listed here so please see
+  ChangeLog for the changes since 3.3.17.

Old:

  opensm-autotools.patch

New:

  opensm-remove-date-time.patch



Other differences:
--
++ opensm.spec ++
--- /var/tmp/diff_new_pack.ved1Px/_old  2017-06-12 15:36:36.864964855 +0200
+++ /var/tmp/diff_new_pack.ved1Px/_new  2017-06-12 15:36:36.868964291 +0200
@@ -27,8 +27,8 @@
 Source2:%{name}.launch
 Source3:opensm.service
 Source4:baselibs.conf
-Patch0: opensm-autotools.patch
 Patch1: opensm-type_punning.patch
+Patch2: opensm-remove-date-time.patch
 Url:http://www.openfabrics.org
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -70,8 +70,8 @@
 
 %prep
 %setup -q
-%patch0
 %patch1
+%patch2
 
 cp %{S:1} %{S:2} %{S:3} .
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
@@ -92,7 +92,7 @@
 rm -rf %{buildroot}%_sysconfdir/init.d/
 install -Dm 644 %{SOURCE3} %{buildroot}%_unitdir/%{name}.service
 install -D %{SOURCE2}  %{buildroot}%{_libexecdir}/opensm-launch
-ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rc%{name}d
+ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rc%{name}
 
 # install the sysconfig configuration file
 install -m 644 -D conf.sysconfig 
%{buildroot}/var/adm/fillup-templates/sysconfig.%name

++ opensm-remove-date-time.patch ++
diff --git opensm/osm_console.c opensm/osm_console.c
index 0f68afe0..f1892e2d 100644
--- opensm/osm_console.c
+++ opensm/osm_console.c
@@ -1647,7 +1647,7 @@ static void help_version(FILE * out, int detail)
 
 static void version_parse(char **p_last, osm_opensm_t * p_osm, FILE * out)
 {
-   fprintf(out, "%s build %s %s\n", p_osm->osm_version, __DATE__, 
__TIME__);
+   fprintf(out, "%s build\n", p_osm->osm_version);
 }
 
 /* more parse routines go here */



commit telegram-purple for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package telegram-purple for openSUSE:Factory 
checked in at 2017-06-12 15:35:56

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


Package is "telegram-purple"

Mon Jun 12 15:35:56 2017 rev:5 rq:503015 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/telegram-purple/telegram-purple.changes  
2017-05-10 20:53:14.791741871 +0200
+++ /work/SRC/openSUSE:Factory/.telegram-purple.new/telegram-purple.changes 
2017-06-12 15:36:00.302121843 +0200
@@ -1,0 +2,6 @@
+Mon Jun 12 07:42:42 UTC 2017 - sor.ale...@meowr.ru
+
+- Add telegram-purple-tl-parser-format-overflow.patch: Fix format
+  overflow in tl-parser.
+
+---

New:

  telegram-purple-tl-parser-format-overflow.patch



Other differences:
--
++ telegram-purple.spec ++
--- /var/tmp/diff_new_pack.VwOdVV/_old  2017-06-12 15:36:01.641932871 +0200
+++ /var/tmp/diff_new_pack.VwOdVV/_new  2017-06-12 15:36:01.645932307 +0200
@@ -24,6 +24,8 @@
 Group:  Productivity/Networking/Instant Messenger
 Url:https://github.com/majn/telegram-purple
 Source: 
https://github.com/majn/telegram-purple/releases/download/v%{version}/%{name}_%{version}.orig.tar.gz
+# PATCH-FIX-UPSTREAM telegram-purple-tl-parser-format-overflow.patch 
sor.ale...@meowr.ru -- Fix format overflow in tl-parser.
+Patch0: telegram-purple-tl-parser-format-overflow.patch
 BuildRequires:  intltool
 BuildRequires:  libgcrypt-devel >= 1.6
 BuildRequires:  pkgconfig
@@ -63,6 +65,7 @@
 
 %prep
 %setup -q -n %{name}
+%patch0 -p1
 
 %build
 %configure

++ telegram-purple-tl-parser-format-overflow.patch ++
--- a/tgl/tl-parser/tl-parser.c
+++ b/tgl/tl-parser/tl-parser.c
@@ -1904,7 +1904,7 @@ struct tl_combinator_tree *tl_parse_args
   char *name = S->data;
   if (!name) {
 static char s[20];
-sprintf (s, "%lld", lrand48 () * (1ll << 32) + lrand48 ());
+sprintf (s, "%llu", lrand48 () * (1ll << 32) + lrand48 ());
 name = s;
   }
   struct tl_var *v = tl_add_var (name, S, tt);



commit gwenhywfar for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package gwenhywfar for openSUSE:Factory 
checked in at 2017-06-12 15:35:40

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


Package is "gwenhywfar"

Mon Jun 12 15:35:40 2017 rev:60 rq:503006 version:4.17.0

Changes:

--- /work/SRC/openSUSE:Factory/gwenhywfar/gwenhywfar.changes2017-06-01 
16:35:03.651430998 +0200
+++ /work/SRC/openSUSE:Factory/.gwenhywfar.new/gwenhywfar.changes   
2017-06-12 15:35:53.999010859 +0200
@@ -1,0 +2,5 @@
+Sat Jun 10 11:17:28 UTC 2017 - wba...@tmo.at
+
+- Enable Qt5 front-end
+
+---



Other differences:
--
++ gwenhywfar.spec ++
--- /var/tmp/diff_new_pack.FddGjC/_old  2017-06-12 15:35:56.002728247 +0200
+++ /var/tmp/diff_new_pack.FddGjC/_new  2017-06-12 15:35:56.006727683 +0200
@@ -33,7 +33,17 @@
 BuildRequires:  libgcrypt-devel >= 1.2.0
 BuildRequires:  libopenssl-devel
 BuildRequires:  libqt4-devel
-#BuildRequires:  qt-devel
+BuildRequires:  cmake(Qt5Concurrent)
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5DBus)
+BuildRequires:  cmake(Qt5Gui)
+BuildRequires:  cmake(Qt5Network)
+BuildRequires:  cmake(Qt5OpenGL)
+BuildRequires:  cmake(Qt5PrintSupport)
+BuildRequires:  cmake(Qt5Sql)
+BuildRequires:  cmake(Qt5Test)
+BuildRequires:  cmake(Qt5Widgets)
+BuildRequires:  cmake(Qt5Xml)
 %if 0%{?fedora} == 15
 BuildRequires:  fox-devel >= 1.6
 %else
@@ -57,7 +67,7 @@
 Summary:Multiplatform Helper Library for Other Libraries - Tools
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/Libraries
-Requires:   libgwenhywfar60 = %{version}
+Requires:   lib%{name}%{libversion} = %{version}
 
 %description tools
 Gwenhywfar is a base library used to provide OS abstraction functions
@@ -129,6 +139,20 @@
 
 This package provides the Qt4 implementation of the generic UI toolkit.
 
+%package -n libgwengui-qt5-0
+Summary:Multiplatform Helper Library for Other Libraries -- Qt5 UI 
Backend
+License:LGPL-2.1+
+Group:  System/Libraries
+
+%description -n libgwengui-qt5-0
+Gwenhywfar is a base library used to provide OS abstraction functions
+for Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes
+some often needed functions (for example, for handling and parsing of
+configuration files, reading and writing of XML files, and interprocess
+communication).
+
+This package provides the Qt5 implementation of the generic UI toolkit.
+
 %package -n libgwengui-fox16-0
 Summary:FOX interface for Gwenhywfar
 License:GPL-2.0+ and LGPL-2.1+
@@ -147,6 +171,7 @@
 Requires:   libgwengui-fox16-0 = %{version}
 Requires:   libgwengui-gtk2-0 = %{version}
 Requires:   libgwengui-qt4-0 = %{version}
+Requires:   libgwengui-qt5-0 = %{version}
 
 %description devel
 Gwenhywfar is a base library used to provide OS abstraction functions
@@ -160,6 +185,7 @@
 %setup -q
 
 %build
+export PATH=%{_libqt5_bindir}:$PATH
 # quick fix for $CPP being unset and configure failing to handle include dirs 
properly
 CPP=`which cpp`
 export CPP
@@ -169,7 +195,7 @@
--with-docpath=%{_docdir}/%{name}/api \
--disable-static \
--with-qt4-libs=%{_libdir} \
-   --with-guis="fox16 qt4 gtk2" \
+   --with-guis="fox16 qt4 qt5 gtk2" \
--with-plugins-cfgmgr=all \
--with-pic
 %__make %{?smp_mflags}
@@ -253,6 +279,10 @@
 %defattr (-, root, root)
 %{_libdir}/libgwengui-qt4.so.*
 
+%files -n libgwengui-qt5-0
+%defattr (-, root, root)
+%{_libdir}/libgwengui-qt5.so.*
+
 %files -n libgwengui-fox16-0
 %defattr (-,root,root)
 %{_libdir}/libgwengui-fox16.so.*
@@ -268,11 +298,13 @@
 %{_libdir}/pkgconfig/%{name}.pc
 %{_libdir}/pkgconfig/gwengui-gtk2.pc
 %{_libdir}/pkgconfig/gwengui-qt4.pc
+%{_libdir}/pkgconfig/gwengui-qt5.pc
 %{_libdir}/pkgconfig/gwengui-fox16.pc
 %dir %{_libdir}/cmake
 %{_libdir}/cmake/%{name}-%{devversion}
 %{_libdir}/cmake/gwengui-cpp-%{devversion}
 %{_libdir}/cmake/gwengui-qt4-%{devversion}
+%{_libdir}/cmake/gwengui-qt5-%{devversion}
 
 %files lang -f %{name}.lang
 




commit OpenImageIO for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package OpenImageIO for openSUSE:Factory 
checked in at 2017-06-12 15:36:21

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


Package is "OpenImageIO"

Mon Jun 12 15:36:21 2017 rev:10 rq:503036 version:1.7.15

Changes:

--- /work/SRC/openSUSE:Factory/OpenImageIO/OpenImageIO.changes  2017-04-12 
17:59:21.333001847 +0200
+++ /work/SRC/openSUSE:Factory/.OpenImageIO.new/OpenImageIO.changes 
2017-06-12 15:36:24.630690436 +0200
@@ -1,0 +2,35 @@
+Sun Jun 11 09:02:39 UTC 2017 - davejpla...@gmail.com
+
+- Update to release 1.7.15 sync with blender.
+- Upstream changes:
+*Add "raw:user_sat" configuration attribute to the reader. #1666
+  *Better exception safety for `Filesystem::searchpath_find()`.
+   #1680
+  *Improved I/O of color separation images, particularly those
+   with custom InkSet attributes. #1658
+  *Fix rare case TextureSystem crash. #1685
+  *oiiotool expression substitution now recognizes FRAME_NUMBER and
+   FRAME_NUMBER_PAD. #1648
+  *oiiotool -resize and -resample now have more intuitive behavior
+   for images where the display and pixel data windows are not the
+   same, especially if the data window had a nonzero origin (such
+   as with crop or overscan). #1667
+  *oiiotool --resample and ImageBufAlgo::resample() have been
+   extended to work for "deep" images. #1668
+  *ImageCache::get_image_info() will now return a proper error
+   (and not hit an assertion) if asked for information about a
+   subimage or MIP level that does not exist in the file. #1672
+  *ImageBuf copy constructor from another ImageBuf was previously
+   broken for IB's that wrap application buffers. #1665
+  *TextureSystem::get_texels fixes crashing behavior. #1669
+  *Fixes to OSX rpath behavior of linked binaries. #1671
+  *OpenEXR file input: fixed problem with sorting order of spectral
+   alpha channels (RA, GA, BA, or AR, AG, AB). #1674
+  *ImageBufAlgo::deep_merge() (and oiiotool --deepmerge) now will
+   give a useful error message if you try to merge two deep images
+   that do not have the same number of channels. #1675
+  *ImageCache/TextureSystem statistics no longer list as "BROKEN"
+   files which were invalidated, or files that were initialized
+   with an ImageCacheFile but never opened. #1655
+
+---

Old:

  oiio-Release-1.7.13.tar.gz

New:

  oiio-Release-1.7.15.tar.gz



Other differences:
--
++ OpenImageIO.spec ++
--- /var/tmp/diff_new_pack.DtkHT7/_old  2017-06-12 15:36:34.873245777 +0200
+++ /var/tmp/diff_new_pack.DtkHT7/_new  2017-06-12 15:36:34.877245213 +0200
@@ -15,18 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define _rev 280d10045d4f6670ecb94c97b55f59db07a8961c
 %define so_ver 1_7
 %global gccv %(gcc  -dumpversion)
 Name:   OpenImageIO
-Version:1.7.13
+Version:1.7.15
 Release:0
 Summary:Library for Reading and Writing Images
 License:BSD-3-Clause
 Group:  Productivity/Graphics/Other
 Url:http://www.openimageio.org/
-#DL-URL: 
https://github.com/OpenImageIO/oiio/archive/Release-%%{version}/OpenImageIO-%%{version}.tar.gz
-
 Source0:
https://github.com/OpenImageIO/oiio/archive/Release-%{version}.tar.gz#/oiio-Release-%{version}.tar.gz
 Patch0: oiio-clusterfit-boundscheck.patch
 Patch1: oiio-detectplatform-others.patch

++ oiio-Release-1.7.13.tar.gz -> oiio-Release-1.7.15.tar.gz ++
/work/SRC/openSUSE:Factory/OpenImageIO/oiio-Release-1.7.13.tar.gz 
/work/SRC/openSUSE:Factory/.OpenImageIO.new/oiio-Release-1.7.15.tar.gz differ: 
char 12, line 1




commit mate-panel for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package mate-panel for openSUSE:Factory 
checked in at 2017-06-12 15:35:46

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


Package is "mate-panel"

Mon Jun 12 15:35:46 2017 rev:22 rq:503007 version:1.18.3

Changes:

--- /work/SRC/openSUSE:Factory/mate-panel/mate-panel.changes2017-04-17 
10:27:28.372343935 +0200
+++ /work/SRC/openSUSE:Factory/.mate-panel.new/mate-panel.changes   
2017-06-12 15:35:56.814613735 +0200
@@ -1,0 +2,29 @@
+Mon Jun 12 06:40:01 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.3 (changes since 1.18.1):
+  * status-notifier: Fix a crash on unknown signal name.
+  * Fix build with gcc 4.9 (looks like it's in c89 mode by default).
+  * Run dialogue: Add an option to reverse history view.
+  * Run dialogue: Fix wrong history len with max size 1.
+  * Run dialogue: Allow changing history size.
+  * Run dialogue: Fix wrong history order.
+  * status-notifier: Do not hide passive items.
+  * Properly fit expanded panel to smaller screen size.
+  * system-tray: Properly propagate orientation changes.
+  * notification-area: Fix item orientation.
+  * Fix moving applets between panels.
+  * Fix l10n in panel launchers.
+  * Status notifier: Follow the same menu theme as the rest of the
+panel.
+  * clock: Properly handle visibility of the edit button.
+  * clock: Move GtkButton in another horizontal GtkBox parent.
+  * Fix launching Mozo from menubar/menu-button when menulibre
+isn't installed.
+  * menu: Fix a crash when some .desktop file has an empty Icon
+field.
+  * menu: Restore focus after closing popup menu of a menuitem.
+  * menu: Restore focus after drag-n-dropping menuitem outside.
+  * Some misc fixes and cleanups.
+  * Update translations.
+
+---

Old:

  mate-panel-1.18.1.tar.xz

New:

  mate-panel-1.18.3.tar.xz



Other differences:
--
++ mate-panel.spec ++
--- /var/tmp/diff_new_pack.RIs55s/_old  2017-06-12 15:35:58.122429276 +0200
+++ /var/tmp/diff_new_pack.RIs55s/_new  2017-06-12 15:35:58.126428712 +0200
@@ -21,7 +21,7 @@
 %define typelib typelib-1_0-MatePanelApplet-4_0
 %define _version 1.18
 Name:   mate-panel
-Version:1.18.1
+Version:1.18.3
 Release:0
 Summary:MATE Desktop Panel
 License:GPL-2.0+

++ mate-panel-1.18.1.tar.xz -> mate-panel-1.18.3.tar.xz ++
 60964 lines of diff (skipped)




commit msgpack for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package msgpack for openSUSE:Factory checked 
in at 2017-06-12 15:36:00

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


Package is "msgpack"

Mon Jun 12 15:36:00 2017 rev:6 rq:503030 version:2.1.2

Changes:

--- /work/SRC/openSUSE:Factory/msgpack/msgpack.changes  2017-01-10 
10:44:51.251747305 +0100
+++ /work/SRC/openSUSE:Factory/.msgpack.new/msgpack.changes 2017-06-12 
15:36:09.404837959 +0200
@@ -1,0 +2,38 @@
+Sat Jun 10 12:49:19 UTC 2017 - mplus...@suse.com
+
+- Update to version 2.1.2:
+  * Improve documents (#565)
+  * Fix empty map parse bug (#568)
+  * Improve build system (#569, #570, #572, #579, #591, #592)
+  * Remove some warnings (#574, #578, #586, #588)
+  * Improve cross platform configuration (#577, #582)
+  * Add cmake package config support (#580)
+  * Fix streaming unpack bug (#585)
+- Changes for version 2.1.1:
+  * Fix unpacker's buffer management bug (#561)
+  * Add boost string_view adaptor (#558)
+  * Remove some warnings (#557, #559)
+  * Improve coding style (#556)
+- Changes for version 2.1.0:
+  * Fix object internal data type is float if msgpack format is float32 (#531)
+  * Add FLOAT64 type. Please use it instead of DOUBLE (#531)
+  * Add FLOAT32 type. Please use it instead of FLOAT (#531)
+  * Add iterator based parse/unpack function(experimental) (#553)
+  * Add [[deprecated]] attribute for C++14 (#552)
+  * Fix msgpack_unpack() return code (#548)
+  * Fix integer overflow (#547, #549, #550)
+  * Add example codes (#542)
+  * Add MSGPACK_NVP. You can use not only variable name but also any strings 
(#535)
+  * Fix and Improve build system (#532, #545)
+  * Fix gcc_atomic.hpp include path (#529, #530)
+  * Improve CI environment (#526)
+  * Improve documents (#524)
+  * Add msgpack_unpacker_next_with_size() function (#515)
+  * Fix as() applying condition (#511)
+  * Fix fbuffer write (#504)
+  * Add gcc bug workaround (#499)
+  * Improve object print (#497, #500, #505, #533)
+  * Remove some warnings (#495, #506, #508, #513, #528, #538, #545)
+- Use cmake macros
+
+---

Old:

  msgpack-2.0.0.tar.gz

New:

  msgpack-2.1.2.tar.gz



Other differences:
--
++ msgpack.spec ++
--- /var/tmp/diff_new_pack.UQoiSe/_old  2017-06-12 15:36:11.468546885 +0200
+++ /var/tmp/diff_new_pack.UQoiSe/_new  2017-06-12 15:36:11.468546885 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   msgpack
-Version:2.0.0
+Version:2.1.2
 Release:0
 Summary:Object serialization library for cross-language communication
 License:Apache-2.0
@@ -27,19 +27,20 @@
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(zlib)
 
 %description
-MessagePack is a binary-based object serialization library. It
-enables to exchange structured objects between many languages like JSON.
+MessagePack is a binary-based object serialization library. It enables to
+exchange structured objects between many languages like JSON.
 
 %package -n libmsgpackc2
 Summary:Object serialization library for cross-language communication
 Group:  System/Libraries
 
 %description -n libmsgpackc2
-MessagePack is a binary-based object serialization library. It
-enables to exchange structured objects between many languages like JSON.
+MessagePack is a binary-based object serialization library. It enables to
+exchange structured objects between many languages like JSON.
 
 %package devel
 Summary:Development headers for libmsgpack C library
@@ -49,27 +50,21 @@
 Provides:   libmsgpackc-devel = %{version}
 
 %description devel
-MessagePack is a binary-based object serialization library. It
-enables to exchange structured objects between many languages like JSON.
+MessagePack is a binary-based object serialization library. It enables to
+exchange structured objects between many languages like JSON.
 
 This package provides headers and other devel files.
 
 %prep
 %setup -q
 
-# Fix libdir.
-sed -i "s/\/lib/\/%{_lib}/g" CMakeLists.txt
-
 %build
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-  -DCMAKE_INSTALL_LIBDIR=%{_libdir} \
-  -DMSGPACK_CXX11=ON .
-make %{?_smp_mflags}
+%cmake
+%make_jobs
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%cmake_install
 find %{buildroot} -type f -name "*.a"  -delete -print
-find %{buildroot} -type f -name "*.la" -delete -print
 
 # Fix duplicated files.
 %fdupes %{buildroot}/%{_includedir}/%{name}
@@ -86,6 +81,7 @@
 %defattr(-,root,root)
 %{_libdir}/libmsgpackc.so
 %{_libdir}/pkgconfig/%{name}.pc
+%{_libdir}/cmake

commit spec-cleaner for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package spec-cleaner for openSUSE:Factory 
checked in at 2017-06-12 15:36:11

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


Package is "spec-cleaner"

Mon Jun 12 15:36:11 2017 rev:43 rq:503031 version:0.9.7

Changes:

--- /work/SRC/openSUSE:Factory/spec-cleaner/spec-cleaner.changes
2017-06-08 16:38:35.905364661 +0200
+++ /work/SRC/openSUSE:Factory/.spec-cleaner.new/spec-cleaner.changes   
2017-06-12 15:36:19.627396124 +0200
@@ -1,0 +2,6 @@
+Mon Jun 12 09:00:49 UTC 2017 - tchva...@suse.com
+
+- Version update to 0.9.7:
+  * Fix help parsing that crashed the app on execution
+
+---

Old:

  spec-cleaner-0.9.6.tar.gz

New:

  spec-cleaner-0.9.7.tar.gz



Other differences:
--
++ spec-cleaner.spec ++
--- /var/tmp/diff_new_pack.JM6iFL/_old  2017-06-12 15:36:22.051054280 +0200
+++ /var/tmp/diff_new_pack.JM6iFL/_new  2017-06-12 15:36:22.055053716 +0200
@@ -20,7 +20,7 @@
 # This is used for Fedora, we need to sync this
 %{!?py3_ver: %define py3_ver %{python3_version}}
 Name:   spec-cleaner
-Version:0.9.6
+Version:0.9.7
 Release:0
 Summary:.spec file cleaner
 License:BSD-3-Clause


++ spec-cleaner-0.9.6.tar.gz -> spec-cleaner-0.9.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.9.6/spec_cleaner/__init__.py 
new/spec-cleaner-spec-cleaner-0.9.7/spec_cleaner/__init__.py
--- old/spec-cleaner-spec-cleaner-0.9.6/spec_cleaner/__init__.py
2017-06-08 13:14:12.0 +0200
+++ new/spec-cleaner-spec-cleaner-0.9.7/spec_cleaner/__init__.py
2017-06-11 20:26:23.0 +0200
@@ -12,7 +12,7 @@
 from .rpmcleaner import RpmSpecCleaner
 
 
-__version__ = '0.9.6'
+__version__ = '0.9.7'
 
 
 def process_args(argv):
@@ -43,7 +43,7 @@
 parser.add_argument('-m', '--minimal', action='store_true',
 help='run in minimal mode that does not do anything 
intrusive (ie. just sets the Copyright)')
 parser.add_argument('--no-curlification', action='store_true',
-help='do not convert variables bracketing (%{macro}) 
and keep it as it was on the input')
+help='do not convert variables bracketing (%%{macro}) 
and keep it as it was on the input')
 parser.add_argument('--no-copyright', action='store_true',
 help='do not include official SUSE copyright hear and 
just keep what is present')
 output_group.add_argument('-o', '--output', default='',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.9.6/spec_cleaner/dependency_parser.py 
new/spec-cleaner-spec-cleaner-0.9.7/spec_cleaner/dependency_parser.py
--- old/spec-cleaner-spec-cleaner-0.9.6/spec_cleaner/dependency_parser.py   
2017-06-08 13:14:12.0 +0200
+++ new/spec-cleaner-spec-cleaner-0.9.7/spec_cleaner/dependency_parser.py   
2017-06-11 20:26:23.0 +0200
@@ -9,7 +9,8 @@
 
 state_types = ['start', 'name', 'operator', 'version']
 
-re_parens = re.compile(
+re_brackets = {}
+re_brackets['('] = re.compile(
 r'(' +
 r'\('  + r'|' + r'\)'  + r'|' +
 r'\\(' + r'|' + r'\\)' + r'|' +
@@ -17,7 +18,7 @@
 r')'
 )
 
-re_braces = re.compile(
+re_brackets['{'] = re.compile(
 r'(' +
 r'\{'  + r'|' + r'\}'  + r'|' +
 r'\\{' + r'|' + r'\\}' + r'|' +
@@ -35,7 +36,7 @@
 # Switch to logging.DEBUG if needed
 logger.setLevel(logging.ERROR)
 
-def find_end_of_macro(string, regex, opening, closing):
+def find_end_of_bracketed_macro(string, regex, opening, closing):
 macro = string[0:2]
 # eat '%{'
 string = string[2:]
@@ -69,21 +70,21 @@
 raise NoMatchException('Expected match failed (string: "%s", regex: 
"%s" )' % (string, regex.pattern))
 
 def read_boolean(string):
-return find_end_of_macro(string, re_parens, '(', ')')
+return find_end_of_bracketed_macro(string, re_brackets['('], '(', ')')
 
-def read_macro(string):
-if string[1] == '{':
-regex = re_braces
-opening = '{'
-closing = '}'
-elif string[1] == '(':
-regex = re_parens
-opening = '('
-closing = ')'
-else:
-raise Exception('Unexpected character')
+def matching_bracket(bracket):
+if bracket == '{':
+return '}'
+elif bracket == '(':
+return ')'
+raise Exception("Undefined bracket matching - add defintion of '%s' to "
+"matching_bracket()" % bracket)
 
-return find_end_of_macro(strin

commit bwm-ng for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package bwm-ng for openSUSE:Factory checked 
in at 2017-06-12 15:35:19

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


Package is "bwm-ng"

Mon Jun 12 15:35:19 2017 rev:2 rq:502998 version:0.6.1

Changes:

--- /work/SRC/openSUSE:Factory/bwm-ng/bwm-ng.changes2015-12-03 
13:31:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.bwm-ng.new/bwm-ng.changes   2017-06-12 
15:35:44.888295868 +0200
@@ -1,0 +2,7 @@
+Mon Jun 12 01:19:02 UTC 2017 - pascal.ble...@opensuse.org
+
+- add patch to fix build with GCC7 in Factory, requiring the use of
+  "static inline" instead of "inline":
+  bwm-ng-fix_gcc7_inline.patch
+
+---

New:

  bwm-ng-fix_gcc7_inline.patch



Other differences:
--
++ bwm-ng.spec ++
--- /var/tmp/diff_new_pack.xdv2nx/_old  2017-06-12 15:35:46.484070794 +0200
+++ /var/tmp/diff_new_pack.xdv2nx/_new  2017-06-12 15:35:46.488070230 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bwm-ng
 #
-# 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,25 +20,26 @@
 Version:0.6.1
 Release:0
 Summary:Realtime Bandwidth Monitor
-URL:http://www.gropp.org/?id=projects&sub=bwm-ng
+License:GPL-2.0+
+Group:  System/Monitoring
+Url:http://www.gropp.org/?id=projects&sub=bwm-ng
 Source0:
https://github.com/vgropp/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
 Source1:%{name}-icons.tar
 Source2:%{name}.desktop
-Group:  System/Monitoring
-License:GPL-2.0+
+Patch1: bwm-ng-fix_gcc7_inline.patch
 %if 0%{?suse_version}
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  update-desktop-files
 %endif
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  libtool
 BuildRequires:  glibc-devel
+BuildRequires:  libstatgrab-devel >= 0.91
+BuildRequires:  libtool
 BuildRequires:  ncurses-devel
 BuildRequires:  net-tools
-BuildRequires:  libstatgrab-devel >= 0.91
 #BuildRequires:  pkgconfig
-BuildRoot:  %{_tmppath}/build-%{name}-%{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Bandwidth Monitor NG is a small and simple console-based live bandwidth monitor
@@ -55,6 +56,7 @@
 
 %prep
 %setup -q -a 1
+%patch1
 
 %build
 autoreconf -fi
@@ -79,7 +81,6 @@
--with-strip=/usr/bin/touch
 make %{?_smp_mflags}
 
-
 %install
 %make_install
 

++ bwm-ng-fix_gcc7_inline.patch ++
--- src/bwm-ng.c.orig   2017-06-12 03:15:08.731964116 +0200
+++ src/bwm-ng.c2017-06-12 03:15:21.492001798 +0200
@@ -26,7 +26,7 @@
 
 /* handle interrupt signal */
 void sigint(int sig) FUNCATTR_NORETURN;
-inline void init(void);
+static inline void init(void);
 
 /* clear stuff and exit */
 #ifdef __STDC__
@@ -98,7 +98,7 @@
deinit(0, NULL);
 }
 
-inline void init(void) {
+static inline void init(void) {
if_count=0;
delay=500;
 #if EXTENDED_STATS 
--- src/options.c.orig  2017-06-12 03:11:33.659353656 +0200
+++ src/options.c   2017-06-12 03:14:36.535870677 +0200
@@ -34,7 +34,7 @@
 #if EXTENDED_STATS
 inline int str2output_type(char *optarg);
 #endif
-inline int str2out_method(char *optarg);
+static inline int str2out_method(char *optarg);
 inline int str2in_method(char *optarg);
 
 #ifdef CONFIG_FILE
@@ -87,7 +87,7 @@
 }
 #endif  
 
-inline int str2out_method(char *optarg) {
+static inline int str2out_method(char *optarg) {
 if (optarg) {
 if (!strcasecmp(optarg,"plain")) return PLAIN_OUT;
 #ifdef HAVE_CURSES




commit xmoto for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package xmoto for openSUSE:Factory checked 
in at 2017-06-12 15:35:00

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


Package is "xmoto"

Mon Jun 12 15:35:00 2017 rev:2 rq:502909 version:0.5.11

Changes:

--- /work/SRC/openSUSE:Factory/xmoto/xmoto.changes  2016-06-13 
21:56:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.xmoto.new/xmoto.changes 2017-06-12 
15:35:38.949133547 +0200
@@ -1,0 +2,6 @@
+Sun Jun 11 15:31:57 UTC 2017 - wba...@tmo.at
+
+- Add xmoto-0.5.11-pointer-comparison.patch to fix build with GCC7,
+  patch taken from Fedora (boo#1041253)
+
+---

New:

  xmoto-0.5.11-pointer-comparison.patch



Other differences:
--
++ xmoto.spec ++
--- /var/tmp/diff_new_pack.BU5Ke6/_old  2017-06-12 15:35:41.844725144 +0200
+++ /var/tmp/diff_new_pack.BU5Ke6/_new  2017-06-12 15:35:41.844725144 +0200
@@ -27,6 +27,8 @@
 Source1:%{name}.appdata.xml
 # PATCH-FIX-UPSTREAM xmoto-0.5.5-basedir.patch a...@mizerski.pl -- Fix 
implicit declaration of function 'mkdir'
 Patch0: %{name}-0.5.5-basedir.patch
+# PATCH-FIX-OPENSUSE xmoto-0.5.11-pointer-comparison.patch boo#1041253 
wba...@tmo.at -- Fix build with GCC7
+Patch1: %{name}-0.5.11-pointer-comparison.patch
 # PATCH-FIX-OPENSUSE xmoto-nobuild_date.patch dims...@opensuse.org -- Do not 
add build time and date: it's useless information
 Patch100:   %{name}-nobuild_date.patch
 
@@ -69,6 +71,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p0
 %patch100 -p1
 # Let's always use system's ode:
 rm -rf src/ode

++ xmoto-0.5.11-pointer-comparison.patch ++
--- src/WWW.cpp.orig2011-05-06 14:53:22.0 -0500
+++ src/WWW.cpp 2017-02-22 08:43:46.797335810 -0600
@@ -206,7 +206,7 @@
   std::string v_www_agent = WWW_AGENT;
 
   /* open the file */
-  if( (v_destinationFile = fopen(v_local_file_tmp.c_str(), "wb")) == false) {
+  if ( (v_destinationFile = fopen(v_local_file_tmp.c_str(), "wb")) == NULL) {
 throw Exception("error : unable to open output file " 
 + v_local_file_tmp);
   }
@@ -320,7 +320,7 @@
   LogInfo(std::string("Uploading replay " + p_replayFilename).c_str());
 
   /* open the file */
-  if( (v_destinationFile = fopen(v_local_file.c_str(), "wb")) == false) {
+  if( (v_destinationFile = fopen(v_local_file.c_str(), "wb")) == NULL) {
 throw Exception("error : unable to open output file " 
DEFAULT_WWW_MSGFILE("UR"));
   }
   
@@ -478,7 +478,7 @@
   LogInfo("Sending vote");
 
   /* open the file */
-  if( (v_destinationFile = fopen(v_local_file.c_str(), "wb")) == false) {
+  if( (v_destinationFile = fopen(v_local_file.c_str(), "wb")) == NULL) {
 throw Exception("error : unable to open output file " 
DEFAULT_WWW_MSGFILE("SV"));
   }
   
@@ -562,7 +562,7 @@
   LogInfo("Sending report");
 
   /* open the file */
-  if( (v_destinationFile = fopen(v_local_file.c_str(), "wb")) == false) {
+  if( (v_destinationFile = fopen(v_local_file.c_str(), "wb")) == NULL) {
 throw Exception("error : unable to open output file " 
DEFAULT_WWW_MSGFILE("SR"));
   }
   
@@ -677,7 +677,7 @@
   LogInfo(std::string("Uploading dbsync " + p_dbSyncFilename + " to " + 
p_url_to_transfert).c_str());
 
   /* open the file */
-  if( (v_destinationFile = fopen(p_answerFile.c_str(), "wb")) == false) {
+  if( (v_destinationFile = fopen(p_answerFile.c_str(), "wb")) == NULL) {
 throw Exception("error : unable to open output file " + p_answerFile);
   }
   



commit mate-menu for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package mate-menu for openSUSE:Factory 
checked in at 2017-06-12 15:34:52

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


Package is "mate-menu"

Mon Jun 12 15:34:52 2017 rev:13 rq:502899 version:17.10.3

Changes:

--- /work/SRC/openSUSE:Factory/mate-menu/mate-menu.changes  2017-06-09 
15:58:47.787905908 +0200
+++ /work/SRC/openSUSE:Factory/.mate-menu.new/mate-menu.changes 2017-06-12 
15:35:13.852673228 +0200
@@ -1,0 +2,12 @@
+Sun Jun 11 17:10:09 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 17.10.3:
+  * Add DuckDckGo as a web search engine option.
+  * Make search engines configurable under
+Preferences -> Applications.
+  * Fix missing drag-data-get event handler.
+  * Fix launching menu editors.
+- Add mate-menu-17.10.3-fix-launching.patch: Fix entries launching
+  with arguments.
+
+---

Old:

  mate-menu_17.10.2.orig.tar.gz

New:

  mate-menu-17.10.3-fix-launching.patch
  mate-menu_17.10.3.orig.tar.gz



Other differences:
--
++ mate-menu.spec ++
--- /var/tmp/diff_new_pack.NUSFOY/_old  2017-06-12 15:35:19.091934269 +0200
+++ /var/tmp/diff_new_pack.NUSFOY/_new  2017-06-12 15:35:19.095933704 +0200
@@ -17,9 +17,9 @@
 
 
 %define _name   mate_menu
-%define _rev78639eb63111
+%define _rev63ffcb04fac3
 Name:   mate-menu
-Version:17.10.2
+Version:17.10.3
 Release:0
 Summary:Advanced MATE menu
 License:GPL-2.0+
@@ -28,6 +28,8 @@
 Source: 
https://launchpad.net/ubuntu/+archive/primary/+files/%{name}_%{version}.orig.tar.gz
 # PATCH-FEATURE-OPENSUSE mate-menu-yast2-software.patch sor.ale...@meowr.ru -- 
Use YaST2 and GNOME PackageKit package managers.
 Patch0: %{name}-yast2-software.patch
+# PATCH-FIX-UPSTREAM mate-menu-17.10.3-fix-launching.patch sor.ale...@meowr.ru 
-- Fix entries launching with arguments.
+Patch1: %{name}-17.10.3-fix-launching.patch
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  python >= 2.7
@@ -66,6 +68,7 @@
 %prep
 %setup -q -n ubuntu-mate-%{name}-%{_rev}
 %patch0 -p1
+%patch1 -p1
 sed -i 's/su-to-root/xdg-su/g' %{_name}/execute.py
 
 %build

++ mate-menu-17.10.3-fix-launching.patch ++
--- a/mate_menu/execute.py
+++ b/mate_menu/execute.py
@@ -55,9 +55,8 @@ def Execute( cmd , commandCwd=None):
cmd = RemoveArgs(cmd)
 
try:
-   os.chdir( cwd )
-   string = ' '.join(cmd)
-   subprocess.Popen([string])
+   os.chdir(cwd)
+   subprocess.Popen(cmd)
return True
except Exception, detail:
print detail
++ mate-menu_17.10.2.orig.tar.gz -> mate-menu_17.10.3.orig.tar.gz ++
Binary files old/ubuntu-mate-mate-menu-78639eb63111/data/icons/ddg.ico and 
new/ubuntu-mate-mate-menu-63ffcb04fac3/data/icons/ddg.ico differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ubuntu-mate-mate-menu-78639eb63111/data/mate-menu-config.glade 
new/ubuntu-mate-mate-menu-63ffcb04fac3/data/mate-menu-config.glade
--- old/ubuntu-mate-mate-menu-78639eb63111/data/mate-menu-config.glade  
2017-05-19 13:04:25.0 +0200
+++ new/ubuntu-mate-mate-menu-63ffcb04fac3/data/mate-menu-config.glade  
2017-06-10 18:13:39.0 +0200
@@ -954,6 +954,106 @@
   
 
 
+  
+DuckDuckGo
+True
+True
+False
+GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK
+True
+  
+  
+0
+9
+  
+
+
+  
+Google
+True
+True
+False
+GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK
+True
+  
+  
+0
+10
+  
+
+
+  
+Wikipedia
+True
+True
+False
+GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GD

commit python-pytools for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package python-pytools for openSUSE:Factory 
checked in at 2017-06-12 15:34:50

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


Package is "python-pytools"

Mon Jun 12 15:34:50 2017 rev:2 rq:502859 version:2017.3

Changes:

--- /work/SRC/openSUSE:Factory/python-pytools/python-pytools.changes
2016-02-16 09:18:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pytools.new/python-pytools.changes   
2017-06-12 15:34:56.963055381 +0200
@@ -1,0 +2,13 @@
+Sun Jun 11 10:26:02 UTC 2017 - mplus...@suse.com
+
+- Update to version 2017.3
+  * No changelog available
+
+---
+Sat Mar  4 10:20:56 UTC 2017 - mplus...@suse.com
+
+- Update to version 2016.2.6
+  * No changelog available
+- Convert to python singlespec
+
+---

Old:

  LICENSE.mit
  pytools-2016.1.tar.gz

New:

  pytools-2017.3.tar.gz



Other differences:
--
++ python-pytools.spec ++
--- /var/tmp/diff_new_pack.THSlih/_old  2017-06-12 15:35:00.122609750 +0200
+++ /var/tmp/diff_new_pack.THSlih/_new  2017-06-12 15:35:00.126609186 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytools
 #
-# 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,31 +16,25 @@
 #
 
 
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch
-%endif
 Name:   python-pytools
-Version:2016.1
+Version:2017.3
 Release:0
 Summary:A collection of tools for Python
 License:MIT
 Group:  Development/Languages/Python
-Url:http://pypi.python.org/pypi/pytools
-Source0:
http://pypi.python.org/packages/source/p/pytools/pytools-%{version}.tar.gz
-Source1:LICENSE.mit
-BuildRequires:  python-appdirs >= 1.4.0
-BuildRequires:  python-decorator >= 3.2.0
-BuildRequires:  python-devel
-BuildRequires:  python-numpy >= 1.6.0
-BuildRequires:  python-setuptools
-BuildRequires:  python-six >= 1.8.0
-Requires:   python-appdirs >= 1.4.0
-Requires:   python-decorator >= 3.2.0
-Requires:   python-numpy >= 1.6.0
-Requires:   python-six >= 1.8.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:https://pypi.python.org/pypi/pytools
+Source0:
https://files.pythonhosted.org/packages/source/p/pytools/pytools-%{version}.tar.gz
+BuildRequires:  %{python_module appdirs}
+BuildRequires:  %{python_module base}
+BuildRequires:  %{python_module decorator}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module numpy}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildArch:  noarch
+%python_subpackages
 
 %description
 Pytools is a big bag of things that are "missing" from the Python standard 
library.
@@ -57,20 +51,20 @@
 
 %prep
 %setup -q -n pytools-%{version}
-cp %{SOURCE1} .
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%fdupes %{buildroot}
 
 %check
-python setup.py test
+python2 setup.py test
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
-%doc README LICENSE.mit
+%doc README LICENSE
 %{python_sitelib}/*
 
 %changelog

++ pytools-2016.1.tar.gz -> pytools-2017.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytools-2016.1/LICENSE new/pytools-2017.3/LICENSE
--- old/pytools-2016.1/LICENSE  1970-01-01 01:00:00.0 +0100
+++ new/pytools-2017.3/LICENSE  2016-10-10 00:22:06.0 +0200
@@ -0,0 +1,24 @@
+pytools is licensed to you under the MIT/X Consortium license:
+
+Copyright (c) 2009-16 Andreas Klöckner and Contributors.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission n

commit kdelibs3 for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package kdelibs3 for openSUSE:Factory 
checked in at 2017-06-12 15:34:36

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


Package is "kdelibs3"

Mon Jun 12 15:34:36 2017 rev:89 rq:502827 version:3.5.10

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs3/kdelibs3.changes2016-06-23 
13:36:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs3.new/kdelibs3.changes   2017-06-12 
15:34:38.233697005 +0200
@@ -1,0 +2,11 @@
+Fri Jun 02 15:54:12 CEST 2017 - cf...@kde.org
+
+- Updated kdelibs-3.5.10-gcc6.patch to fix build with gcc7 (boo#1041235)
+
+---
+Wed May 31 02:50:21 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to sort input files to make build reproducible
+  also for packages like ksimus that call our update_admin (boo#1041090)
+
+---

New:

  reproducible.patch



Other differences:
--
++ kdelibs3.spec ++
--- /var/tmp/diff_new_pack.qv7hG9/_old  2017-06-12 15:34:42.933034203 +0200
+++ /var/tmp/diff_new_pack.qv7hG9/_new  2017-06-12 15:34:42.933034203 +0200
@@ -210,6 +210,7 @@
 Patch233:   kdelibs-3.5.10-CVE-2013-2074.patch
 Patch234:   fix-perl-no-defined-array.diff
 Patch235:   kdelibs-3.5.10-gcc6.patch
+Patch236:   reproducible.patch
 
 %description
 This package contains kdelibs, one of the basic packages of the K
@@ -420,6 +421,7 @@
 %patch232 -p1
 %patch234 -p1
 %patch235 -p1
+%patch236 -p1
 
 # disable a debug feature
 sed -i 's|#define KICONLOADER_CHECKS||g' kdecore/kiconloader.cpp


++ kdelibs-3.5.10-gcc6.patch ++
--- /var/tmp/diff_new_pack.qv7hG9/_old  2017-06-12 15:34:43.268986819 +0200
+++ /var/tmp/diff_new_pack.qv7hG9/_new  2017-06-12 15:34:43.268986819 +0200
@@ -26,7 +26,8 @@
kdDebug(13020)<<"updatePreviousNotEmptyLine: updating 
line:"<<(blk->startLine()+current_line)< foldingList=textLine->foldingListArray();
 -  while ( (foldingList.size()>0)  && ( 
abs(foldingList[foldingList.size()-2])==1)) {
-+  while ( (foldingList.size()>0)  && ( 
std::abs(foldingList[foldingList.size()-2])==1)) {
++  while ( (foldingList.size()>0)  && ( 
std::abs((long)foldingList[foldingList.size()-2])==1)) {
  foldingList.resize(foldingList.size()-2,QGArray::SpeedOptim);
}
addIndentBasedFoldingInformation(foldingList,addindent,deindent);
+

++ reproducible.patch ++
Index: kdelibs-3.5.10/admin/ltmain.sh
===
--- kdelibs-3.5.10.orig/admin/ltmain.sh
+++ kdelibs-3.5.10/admin/ltmain.sh
@@ -3719,7 +3719,7 @@ EOF
done
  fi
 
- libobjs="$libobjs "`find $xdir -name \*.$objext -print -o -name 
\*.lo -print | $NL2SP`
+ libobjs="$libobjs "`find $xdir -name \*.$objext -print -o -name 
\*.lo -print | LC_ALL=C sort | $NL2SP`
done
  fi
fi
@@ -4013,7 +4013,7 @@ EOF
  done
fi
 
-   reload_conv_objs="$reload_objs "`find $xdir -name \*.$objext -print 
-o -name \*.lo -print | $NL2SP`
+   reload_conv_objs="$reload_objs "`find $xdir -name \*.$objext -print 
-o -name \*.lo -print | LC_ALL=C sort | $NL2SP`
  done
fi
   fi
@@ -5043,7 +5043,7 @@ fi\
done
  fi
 
- oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name 
\*.lo -print | $NL2SP`
+ oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name 
\*.lo -print | LC_ALL=C sort | $NL2SP`
done
   fi
 
Index: kdelibs-3.5.10/admin/am_edit
===
--- kdelibs-3.5.10.orig/admin/am_edit
+++ kdelibs-3.5.10/admin/am_edit
@@ -1168,7 +1168,7 @@ sub handle_TOPLEVEL()
 my $pofiles = "";
 my @restfiles = ();
 opendir (THISDIR, ".");
-foreach $entry (readdir(THISDIR)) {
+foreach $entry (sort(readdir(THISDIR))) {
 next if (-d $entry);
 
 next if ($entry eq "CVS" || $entry =~ /^\./  || $entry =~ /^Makefile/ 
|| $entry =~ /~$/ || $entry =~ /^\#.*\#$/ || $entry =~ /.gmo$/);
@@ -1209,7 +1209,7 @@ sub tag_SUBDIRS ()
   my $subdirs = ".";
 
   opendir (THISDIR, ".");
-  foreach $entry (readdir(THISDIR)) {
+  foreach $entry (sort(readdir(THISDIR))) {
 next if ($entry eq "CVS" || $entry =~ /^\./);
 if (-d $entry && -f $entry . "/Makefile.am") {
   $subdirs .= " $entry";
@@ -1490,7 +1490,7 @@ sub tag_ICON()
 
 my @files = ();
 opendir (THISDIR, ".");
-foreach $entry (readdir(THISDIR)) {
+foreach $entry (sort(readdir(THISDIR))) {
 next i

commit certbot for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package certbot for openSUSE:Factory checked 
in at 2017-06-12 15:34:44

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


Package is "certbot"

Mon Jun 12 15:34:44 2017 rev:9 rq:502855 version:0.15.0

Changes:

--- /work/SRC/openSUSE:Factory/certbot/certbot.changes  2017-06-08 
15:04:30.958212974 +0200
+++ /work/SRC/openSUSE:Factory/.certbot.new/certbot.changes 2017-06-12 
15:34:49.548101201 +0200
@@ -1,0 +2,7 @@
+Sun Jun 11 08:50:48 UTC 2017 - ec...@opensuse.org
+
+- update to 0.15.0
+  See https://github.com/certbot/certbot/blob/master/CHANGELOG.md
+  and https://github.com/certbot/certbot/milestone/37?closed=1
+
+---

Old:

  v0.14.2.tar.gz

New:

  v0.15.0.tar.gz



Other differences:
--
++ certbot.spec ++
--- /var/tmp/diff_new_pack.VYjm6i/_old  2017-06-12 15:34:50.579955667 +0200
+++ /var/tmp/diff_new_pack.VYjm6i/_new  2017-06-12 15:34:50.583955103 +0200
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:   certbot
-Version:0.14.2
+Version:0.15.0
 Release:0
 Summary:Let's Encrypt
 License:Apache-2.0
@@ -204,6 +204,62 @@
 %description -n python-certbot-nginx
 The Nginx plugin for Certbot.
 
+%package -n python-certbot-dns-cloudflare
+Summary:Cloudflare Authenticator plugin for Certbot
+Group:  Development/Libraries/Python
+Requires:   %{name} = %{version}
+
+%description -n python-certbot-dns-cloudflare
+Cloudflare DNS Authenticator plugin for Certbot.
+
+%package -n python-certbot-dns-cloudxns
+Summary:Cloudxns Authenticator plugin for Certbot
+Group:  Development/Libraries/Python
+Requires:   %{name} = %{version}
+
+%description -n python-certbot-dns-cloudxns
+Cloudxns DNS Authenticator plugin for Certbot.
+
+%package -n python-certbot-dns-digitalocean
+Summary:Digitalocean Authenticator plugin for Certbot
+Group:  Development/Libraries/Python
+Requires:   %{name} = %{version}
+
+%description -n python-certbot-dns-digitalocean
+Digitalocean DNS Authenticator plugin for Certbot.
+
+%package -n python-certbot-dns-dnsimple
+Summary:Dnsimple Authenticator plugin for Certbot
+Group:  Development/Libraries/Python
+Requires:   %{name} = %{version}
+
+%description -n python-certbot-dns-dnsimple
+Dnsimple DNS Authenticator plugin for Certbot.
+
+%package -n python-certbot-dns-google
+Summary:Google Authenticator plugin for Certbot
+Group:  Development/Libraries/Python
+Requires:   %{name} = %{version}
+
+%description -n python-certbot-dns-google
+Google DNS Authenticator plugin for Certbot.
+
+%package -n python-certbot-dns-nsone
+Summary:Nsone Authenticator plugin for Certbot
+Group:  Development/Libraries/Python
+Requires:   %{name} = %{version}
+
+%description -n python-certbot-dns-nsone
+Nsone DNS Authenticator plugin for Certbot.
+
+%package -n python-certbot-dns-route53
+Summary:Route53 Authenticator plugin for Certbot
+Group:  Development/Libraries/Python
+Requires:   %{name} = %{version}
+
+%description -n python-certbot-dns-route53
+Route53 DNS Authenticator plugin for Certbot.
+
 
 %prep
 %setup -q -n %{name}-%{version}
@@ -221,7 +277,7 @@
 
 %build
 # build packages certbot, certbot-apache, certbot-nginx, letshelp-certbot 
-for PACKAGE in . certbot-apache certbot-nginx letshelp-certbot ; do
+for PACKAGE in . certbot-apache certbot-nginx letshelp-certbot 
certbot-dns-cloudflare certbot-dns-cloudxns certbot-dns-digitalocean 
certbot-dns-dnsimple certbot-dns-google certbot-dns-nsone certbot-dns-route53 ; 
do
 pushd $PACKAGE > /dev/null
 python setup.py build
 popd > /dev/null
@@ -257,7 +313,7 @@
 
 %install
 # install packages certbot, certbot-apache, certbot-nginx, letshelp-certbot
-for PACKAGE in . certbot-apache certbot-nginx letshelp-certbot ; do
+for PACKAGE in . certbot-apache certbot-nginx letshelp-certbot 
certbot-dns-cloudflare certbot-dns-cloudxns certbot-dns-digitalocean 
certbot-dns-dnsimple certbot-dns-google certbot-dns-nsone certbot-dns-route53 ; 
do
 pushd $PACKAGE > /dev/null
 python setup.py install -O1 --skip-build --prefix=%{_prefix} 
--root=%{buildroot}
 popd > /dev/null
@@ -336,4 +392,32 @@
 %{python_sitelib}/%{name}_nginx*
 %exclude %{python_sitelib}/certbot_nginx/tests
 
+%files -n python-certbot-dns-cloudflare
+%defattr(-,root,root)
+%{python_sitelib}/%{name}_dns_cloudflare*
+
+%files -n python-certbot-dns-cloudxns
+%defattr(-,root,root)
+%{python_sitelib}/%{name}_dns_cloudxns*
+
+%files -n python-certbot-dns-digitalocean
+%d

commit python-acme for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package python-acme for openSUSE:Factory 
checked in at 2017-06-12 15:34:41

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


Package is "python-acme"

Mon Jun 12 15:34:41 2017 rev:8 rq:502854 version:0.15.0

Changes:

--- /work/SRC/openSUSE:Factory/python-acme/python-acme.changes  2017-06-02 
10:34:24.270815408 +0200
+++ /work/SRC/openSUSE:Factory/.python-acme.new/python-acme.changes 
2017-06-12 15:34:46.972464474 +0200
@@ -1,0 +2,6 @@
+Sun Jun 11 08:48:15 UTC 2017 - ec...@opensuse.org
+
+- update to 0.15.0
+  - No changelog from upstream
+
+---

Old:

  acme-0.14.2.tar.gz
  acme-0.14.2.tar.gz.asc

New:

  acme-0.15.0.tar.gz
  acme-0.15.0.tar.gz.asc



Other differences:
--
++ python-acme.spec ++
--- /var/tmp/diff_new_pack.sBsTRS/_old  2017-06-12 15:34:48.816204429 +0200
+++ /var/tmp/diff_new_pack.sBsTRS/_new  2017-06-12 15:34:48.816204429 +0200
@@ -18,7 +18,7 @@
 
 %define libname acme
 Name:   python-%{libname}
-Version:0.14.2
+Version:0.15.0
 Release:0
 Summary:Python library for the ACME protocol
 License:Apache-2.0

++ acme-0.14.2.tar.gz -> acme-0.15.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acme-0.14.2/PKG-INFO new/acme-0.15.0/PKG-INFO
--- old/acme-0.14.2/PKG-INFO2017-05-25 23:12:54.0 +0200
+++ new/acme-0.15.0/PKG-INFO2017-06-08 18:26:22.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: acme
-Version: 0.14.2
+Version: 0.15.0
 Summary: ACME protocol implementation in Python
 Home-page: https://github.com/letsencrypt/letsencrypt
 Author: Certbot Project
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acme-0.14.2/acme/client.py 
new/acme-0.15.0/acme/client.py
--- old/acme-0.14.2/acme/client.py  2017-05-25 23:12:46.0 +0200
+++ new/acme-0.15.0/acme/client.py  2017-06-08 18:26:04.0 +0200
@@ -564,6 +564,9 @@
 except ValueError:
 jobj = None
 
+if response.status_code == 409:
+raise errors.ConflictError(response.headers.get('Location'))
+
 if not response.ok:
 if jobj is not None:
 if response_ct != cls.JSON_ERROR_CONTENT_TYPE:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acme-0.14.2/acme/client_test.py 
new/acme-0.15.0/acme/client_test.py
--- old/acme-0.14.2/acme/client_test.py 2017-05-25 23:12:46.0 +0200
+++ new/acme-0.15.0/acme/client_test.py 2017-06-08 18:26:04.0 +0200
@@ -513,6 +513,12 @@
 self.assertEqual(
 self.response, self.net._check_response(self.response))
 
+def test_check_response_conflict(self):
+self.response.ok = False
+self.response.status_code = 409
+# pylint: disable=protected-access
+self.assertRaises(errors.ConflictError, self.net._check_response, 
self.response)
+
 def test_check_response_jobj(self):
 self.response.json.return_value = {}
 for response_ct in [self.net.JSON_CONTENT_TYPE, 'foo']:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acme-0.14.2/acme/crypto_util.py 
new/acme-0.15.0/acme/crypto_util.py
--- old/acme-0.14.2/acme/crypto_util.py 2017-05-25 23:12:46.0 +0200
+++ new/acme-0.15.0/acme/crypto_util.py 2017-06-08 18:26:04.0 +0200
@@ -107,7 +107,7 @@
 
 
 def probe_sni(name, host, port=443, timeout=300,
-  method=_DEFAULT_TLSSNI01_SSL_METHOD, source_address=('0', 0)):
+  method=_DEFAULT_TLSSNI01_SSL_METHOD, source_address=('', 0)):
 """Probe SNI server for SSL certificate.
 
 :param bytes name: Byte string to send as the server name in the
@@ -132,9 +132,14 @@
 socket_kwargs = {} if sys.version_info < (2, 7) else {
 'source_address': source_address}
 
+host_protocol_agnostic = None if host == '::' or host == '0' else host
+
 try:
 # pylint: disable=star-args
-sock = socket.create_connection((host, port), **socket_kwargs)
+logger.debug("Attempting to connect to %s:%d%s.", 
host_protocol_agnostic, port,
+" from {0}:{1}".format(source_address[0], source_address[1]) if \
+socket_kwargs else "")
+sock = socket.create_connection((host_protocol_agnostic, port), 
**socket_kwargs)
 except socket.error as error:
 raise errors.Error(error)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/a

commit python-plyvel for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package python-plyvel for openSUSE:Factory 
checked in at 2017-06-12 15:34:46

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


Package is "python-plyvel"

Mon Jun 12 15:34:46 2017 rev:3 rq:502857 version:0.9

Changes:

--- /work/SRC/openSUSE:Factory/python-plyvel/python-plyvel.changes  
2016-02-01 19:57:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-plyvel.new/python-plyvel.changes 
2017-06-12 15:34:52.083743569 +0200
@@ -1,0 +2,5 @@
+Sun Jun 11 10:16:54 UTC 2017 - mplus...@suse.com
+
+- Switch to python singlespec
+
+---



Other differences:
--
++ python-plyvel.spec ++
--- /var/tmp/diff_new_pack.jAtIym/_old  2017-06-12 15:34:53.35985 +0200
+++ /var/tmp/diff_new_pack.jAtIym/_new  2017-06-12 15:34:53.559535421 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-plyvel
 #
-# 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,37 +23,40 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Other
 Url:https://github.com/wbolster/plyvel
-Source: 
https://pypi.python.org/packages/source/p/plyvel/plyvel-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/p/plyvel/plyvel-%{version}.tar.gz
+BuildRequires:  %{python_module Cython}
+BuildRequires:  %{python_module base}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest-cov}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module tox}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  leveldb-devel
-BuildRequires:  python-Cython
-BuildRequires:  python-devel
-BuildRequires:  python-pytest
-BuildRequires:  python-pytest-cov
-BuildRequires:  python-setuptools
-BuildRequires:  python-tox
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python-rpm-macros
+%python_subpackages
 
 %description
 Plyvel is a fast and feature-rich Python interface to LevelDB.
 
-Plyvel has a rich feature set, high performance, and a friendly Pythonic API.
+Plyvel has a rich feature set, high performance, and a friendly Pythonic
+API.
 
 %prep
 %setup -q -n plyvel-%{version}
 
 %build
-make %{?_smp_mflags} all
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --optimize=2 --root=%{buildroot}
+%python_install
 %fdupes %{buildroot}
 
 %check
-make %{?_smp_mflags} test
+%python_exec setup.py test
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc doc/*.rst
 %{python_sitearch}/*




commit yamagi-quake2 for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package yamagi-quake2 for openSUSE:Factory 
checked in at 2017-06-12 15:34:39

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


Package is "yamagi-quake2"

Mon Jun 12 15:34:39 2017 rev:4 rq:502839 version:7.00

Changes:

--- /work/SRC/openSUSE:Factory/yamagi-quake2/yamagi-quake2.changes  
2017-05-03 15:57:43.951631615 +0200
+++ /work/SRC/openSUSE:Factory/.yamagi-quake2.new/yamagi-quake2.changes 
2017-06-12 15:34:44.264846362 +0200
@@ -0,0 +1,21 @@
+
+---
+Fri Jun  9 13:43:49 UTC 2017 - mar...@gmx.de
+
+- Update to version 7.0.0
+  + Remove the broken multitexturing render path from the OpenGL 1.4
+renderer. It was switched off by default in 6.00.
+  + Reimplement the support for shared renderer libraries. Please note
+the this is an incompatible implementation with an custom API. The
+original renderer libraries will not work!
+  + Implement an OpenGL 3.2 renderer. This renderer has the same look
+and feel as the old OpenGL 1.4 renderer but makes heavy use of
+modern OpenGL and GPU features. An OpenGL 3.2 capable GPU (Intel
+starting with Ivy Bridge on Windows or Sandy Bridge on Linux, Nvidia
+staring with G80 and AMD starting with R600 / HD2000) is required.
+  + Fix OpenAL compatibility with modern openal-soft versions.
+  + Several fixes and optimizations to OpenAL, implement support for
+doppler effects. (by xorw)
+- Add patch:
+  + yamagi-quake2-fix-OpenGL-linking.diff
+

Old:

  quake2-6.00.tar.xz

New:

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



Other differences:
--
++ yamagi-quake2.spec ++
--- /var/tmp/diff_new_pack.IR0lOw/_old  2017-06-12 15:34:44.888758364 +0200
+++ /var/tmp/diff_new_pack.IR0lOw/_new  2017-06-12 15:34:44.892757800 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   yamagi-quake2
-Version:6.00
+Version:7.00
 Release:0
 Summary:Enhanced Quake 2 Source Port
 License:GPL-2.0
@@ -27,6 +27,7 @@
 Source: http://deponie.yamagi.org/quake2/quake2-%{version}.tar.xz
 Source99:   %{name}.changes
 Source100:  yamagi-quake2.appdata.xml
+Patch0: yamagi-quake2-fix-OpenGL-linking.diff
 BuildRequires:  ImageMagick
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -48,13 +49,15 @@
 
 %prep
 %setup -q -n quake2-%{version}
+%patch0 -p1
 # Fix usage of __DATE__ macro to prevent build in excess
 modified="$(sed -n '/^/n;s/ - .*$//;p;q' "%{SOURCE99}")"
 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
 sed -i "s/__DATE__/${DATE}/g" src/common/misc.c src/game/savegame/savegame.c
 
 %build
-%cmake -DSYSTEMWIDE_SUPPORT=ON
+%cmake \
+-DSYSTEMWIDE_SUPPORT=ON
 make %{_smp_mflags}
 
 %install
@@ -62,6 +65,8 @@
 install -dm 755 %{buildroot}%{_bindir}
 install -Dpm 755 build/release/quake2 $q2dir/yquake2
 install -Dpm 755 build/release/q2ded $q2dir/yq2ded
+install -Dpm 644 build/release/ref_gl1.so $q2dir/ref_gl1.so
+install -Dpm 644 build/release/ref_gl3.so $q2dir/ref_gl3.so
 install -Dpm 644 build/release/baseq2/game.so $q2dir/baseq2/game.so
 install -Dpm 644 stuff/yq2.cfg $q2dir/baseq2/yq2.cfg
 

++ quake2-6.00.tar.xz -> quake2-7.00.tar.xz ++
 45516 lines of diff (skipped)

++ yamagi-quake2-fix-OpenGL-linking.diff ++
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e4a1b3..0cb3d28 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -524,7 +524,7 @@ set_target_properties(ref_gl1 PROPERTIES
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/release
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/release
)
-target_link_libraries(ref_gl1 ${yquake2LinkerFlags} 
${yquake2OpenGLLinkerFlags} ${yquake2SDLLinkerFlags})
+target_link_libraries(ref_gl1 ${yquake2LinkerFlags} 
${yquake2OpenGLLinkerFlags} ${yquake2SDLLinkerFlags} GL)
 
 # Build the GL3 dynamic library
 add_library(ref_gl3 MODULE ${GL3-Source} ${GL3-Header} 
${GL-Platform-Specific-Source})
@@ -533,4 +533,4 @@ set_target_properties(ref_gl3 PROPERTIES
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/release
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/release
)
-target_link_libraries(ref_gl3 ${yquake2LinkerFlags} 
${yquake2OpenGLLinkerFlags} ${yquake2SDLLinkerFlags})
+target_link_libraries(ref_gl3 ${yquake2LinkerFlags} 
${yquake2OpenGLLinkerFlags} ${yquake2SDLLinkerFlags} GL)



commit tryton for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package tryton for openSUSE:Factory checked 
in at 2017-06-12 15:34:28

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


Package is "tryton"

Mon Jun 12 15:34:28 2017 rev:8 rq:502813 version:3.8.15

Changes:

--- /work/SRC/openSUSE:Factory/tryton/tryton.changes2017-03-16 
09:51:30.969952189 +0100
+++ /work/SRC/openSUSE:Factory/.tryton.new/tryton.changes   2017-06-12 
15:34:33.914306219 +0200
@@ -1,0 +2,5 @@
+Tue Jun  6 21:13:14 UTC 2017 - axel.br...@gmx.de
+
+- Version 3.8.15
+
+---

Old:

  tryton-3.8.14.tar.gz

New:

  tryton-3.8.15.tar.gz



Other differences:
--
++ tryton.spec ++
--- /var/tmp/diff_new_pack.Z7Q35u/_old  2017-06-12 15:34:34.970157300 +0200
+++ /var/tmp/diff_new_pack.Z7Q35u/_new  2017-06-12 15:34:34.970157300 +0200
@@ -19,7 +19,7 @@
 
 %define majorver 3.8
 Name:   tryton
-Version:%{majorver}.14
+Version:%{majorver}.15
 Release:0
 Summary:The client of the Tryton application platform
 License:GPL-3.0

++ tryton-3.8.14.tar.gz -> tryton-3.8.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-3.8.14/CHANGELOG new/tryton-3.8.15/CHANGELOG
--- old/tryton-3.8.14/CHANGELOG 2017-03-10 10:26:12.0 +0100
+++ new/tryton-3.8.15/CHANGELOG 2017-06-05 23:40:33.0 +0200
@@ -1,3 +1,6 @@
+Version 3.8.15 - 2017-06-05
+* Bug fixes (see mercurial logs for details)
+
 Version 3.8.14 - 2017-03-10
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-3.8.14/PKG-INFO new/tryton-3.8.15/PKG-INFO
--- old/tryton-3.8.14/PKG-INFO  2017-03-10 10:26:22.0 +0100
+++ new/tryton-3.8.15/PKG-INFO  2017-06-05 23:40:34.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: tryton
-Version: 3.8.14
+Version: 3.8.15
 Summary: Tryton client
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-3.8.14/setup.cfg new/tryton-3.8.15/setup.cfg
--- old/tryton-3.8.14/setup.cfg 2017-03-10 10:26:22.0 +0100
+++ new/tryton-3.8.15/setup.cfg 2017-06-05 23:40:34.0 +0200
@@ -21,5 +21,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-3.8.14/tryton/__init__.py 
new/tryton-3.8.15/tryton/__init__.py
--- old/tryton-3.8.14/tryton/__init__.py2017-01-03 23:19:01.0 
+0100
+++ new/tryton-3.8.15/tryton/__init__.py2017-03-10 10:26:45.0 
+0100
@@ -1,3 +1,3 @@
 # This file is part of Tryton.  The COPYRIGHT file at the top level of
 # this repository contains the full copyright notices and license terms.
-__version__ = "3.8.14"
+__version__ = "3.8.15"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-3.8.14/tryton/common/domain_parser.py 
new/tryton-3.8.15/tryton/common/domain_parser.py
--- old/tryton-3.8.14/tryton/common/domain_parser.py2016-07-04 
21:53:02.0 +0200
+++ new/tryton-3.8.15/tryton/common/domain_parser.py2017-06-05 
23:40:30.0 +0200
@@ -264,7 +264,7 @@
 def convert_datetime():
 if not value:
 return
-format_ = context.get('date_format', '%X') + ' %x'
+format_ = context.get('date_format', '%x') + ' %X'
 try:
 dt = date_parse(value, format_)
 if dt.time() == datetime.time.min:
@@ -405,6 +405,9 @@
 ('12/04/2002', datetime.datetime(2002, 12, 4)),
 ('12/04/2002 12:30:00', untimezoned_date(
 datetime.datetime(2002, 12, 4, 12, 30))),
+('02/03/04', datetime.datetime(2004, 2, 3)),
+('02/03/04 05:06:07', untimezoned_date(
+datetime.datetime(2004, 2, 3, 5, 6, 7))),
 ('test', None),
 (None, None),
 ):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-3.8.14/tryton/common/popup_menu.py 
new/tryton-3.8.15/tryton/common/popup_menu.py
--- old/tryton-3.8.14/tryton/common/popup_menu.py   2016-05-10 
23:45:48.0 +0200
+++ new/tryton-3.8.15/tryton/common/popup_menu.py   2017-06-05 
23:40:30.0 +0200
@@ -57,7 +57,8 @@
 
 def edit(menuitem):
 with Window(hide_current=True, allow_similar=True):
-Window.create(field.attrs.get('view_ids'), model, id_(record),
+Window.create(

commit lua-lmod for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package lua-lmod for openSUSE:Factory 
checked in at 2017-06-12 15:34:23

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


Package is "lua-lmod"

Mon Jun 12 15:34:23 2017 rev:3 rq:502809 version:6.5.11

Changes:

--- /work/SRC/openSUSE:Factory/lua-lmod/lua-lmod.changes2017-04-12 
18:14:32.776125819 +0200
+++ /work/SRC/openSUSE:Factory/.lua-lmod.new/lua-lmod.changes   2017-06-12 
15:34:28.279101016 +0200
@@ -1,0 +2,5 @@
+Fri Apr 28 17:49:00 UTC 2017 - e...@suse.com
+
+- Add profile files for bash and csh. 
+
+---



Other differences:
--
++ lua-lmod.spec ++
--- /var/tmp/diff_new_pack.diGLa5/_old  2017-06-12 15:34:29.214969020 +0200
+++ /var/tmp/diff_new_pack.diGLa5/_new  2017-06-12 15:34:29.214969020 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lua-lmod
 #
-# 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
@@ -15,6 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+#
+%define ohpc 0
+
 %define lua_lmod_modulesdir %{_datarootdir}/lmod/modulefiles
 %define lua_lmod_admin_modulesdir %{_datarootdir}/lmod/admin/modulefiles
 %define lua_lmod_moduledeps %{_datarootdir}/lmod/moduledeps
@@ -23,12 +27,15 @@
 
 Name:  lua-lmod
 Summary:   Lua based Environment Modules
-Version:   6.5.11
-Release:   0
 License:   MIT
 Group: Development/Libraries/Other
+Version:6.5.11
+Release:0
 Url:   https://github.com/TACC/Lmod
 BuildArch: noarch
+%if 0%{?ohpc}
+BuildRequires:  ohpc
+%endif
 
 Source0:   
https://github.com/TACC/Lmod/archive/%{version}.tar.gz#$/%{name}-%{version}.tar.gz
 Patch1: lmod.consulting.patch
@@ -41,33 +48,33 @@
 BuildRequires: lua-luafilesystem
 BuildRequires: lua-luaposix
 BuildRequires: lua-luaterm
-BuildRequires: rsync
-BuildRequires: tcl
 BuildRequires: procps
 BuildRequires: python-Sphinx
+BuildRequires:  rsync
+BuildRequires:  tcl
 %if 0%{?sle_version} == 0 || 0%{?sle_version} > 121000
 BuildRequires: python-Sphinx-latex
 %endif
 BuildRequires: texlive
-BuildRequires: texlive-threeparttable
-BuildRequires: texlive-multirow
-BuildRequires: texlive-wrapfig
-BuildRequires: texlive-upquote
-BuildRequires: texlive-cmap
 BuildRequires: texlive-babel
 BuildRequires: texlive-babel-english
-BuildRequires: texlive-psnfss
-BuildRequires: texlive-fancyhdr
+BuildRequires:  texlive-cmap
+BuildRequires:  texlive-courier
+BuildRequires:  texlive-dvips
 BuildRequires: texlive-fancybox
-BuildRequires: texlive-titlesec
-BuildRequires: texlive-framed
+BuildRequires:  texlive-fancyhdr
 BuildRequires: texlive-fancyvrb
+BuildRequires:  texlive-framed
+BuildRequires:  texlive-helvetic
 BuildRequires: texlive-mdwtools
+BuildRequires:  texlive-multirow
 BuildRequires: texlive-parskip
+BuildRequires:  texlive-psnfss
+BuildRequires:  texlive-threeparttable
 BuildRequires: texlive-times
-BuildRequires: texlive-helvetic
-BuildRequires: texlive-courier
-BuildRequires: texlive-dvips
+BuildRequires:  texlive-titlesec
+BuildRequires:  texlive-upquote
+BuildRequires:  texlive-wrapfig
 
 Requires: lua >= %{lua_version}
 Requires: lua-luafilesystem
@@ -133,8 +140,76 @@
 rm -f %{buildroot}/%{_datadir}/lmod/%{version}/settarg/Version.lua 
 ln -s %{_datadir}/lmod/%{version}/libexec/Version.lua 
%{buildroot}/%{_datadir}/lmod/%{version}/settarg/Version.lua
 
+mkdir -p %{buildroot}/%{_sysconfdir}/profile.d
+%{__cat} < %{buildroot}/%{_sysconfdir}/profile.d/lmod.sh
+# -*- shell-script -*-
+
+#  This is the system wide source file for setting up
+#  modules:
+#
+
+
+# NOOP if running under known resource manager
+if [ ! -z "\$SLURM_NODELIST" ];then
+ return
+fi
+
+export LMOD_SETTARG_CMD=":"
+export LMOD_FULL_SETTARG_SUPPORT=no
+export LMOD_COLORIZE=no
+export LMOD_PREPEND_BLOCK=normal
+
+if [ \$EUID -eq 0 ]; then
+export 
MODULEPATH=%{?OHPC_MODULES:%{OHPC_ADMIN}/modulefiles:%{OHPC_MODULES}:}%{lua_lmod_admin_modulesdir}:%{lua_lmod_modulesdir}
+else
+export MODULEPATH=%{?OHPC_MODULES:%{OHPC_MODULES}:}%{lua_lmod_modulesdir}
+fi
+
+export BASH_ENV=%{_datadir}/lmod/%{version}/init/bash
+
+# Initialize modules system
+. \${BASH_ENV} >/dev/null
+
+# Load baseline OpenHPC environment
+module try-add ohpc
+
+EOF
+
+%{__cat} < %{buildroot}/%{_sysconfdir}/profile.d/lmod.csh
+# -*- she

commit mgetty for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package mgetty for openSUSE:Factory checked 
in at 2017-06-12 15:34:21

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


Package is "mgetty"

Mon Jun 12 15:34:21 2017 rev:33 rq:502806 version:1.1.37

Changes:

--- /work/SRC/openSUSE:Factory/mgetty/mgetty.changes2017-03-12 
20:04:33.225055569 +0100
+++ /work/SRC/openSUSE:Factory/.mgetty.new/mgetty.changes   2017-06-12 
15:34:26.795310292 +0200
@@ -1,0 +2,29 @@
+Wed Jun  7 16:23:52 CEST 2017 - sbra...@suse.com
+
+- Update to version 1.1.37:
+ * faxspool: implement "-t hh:mm-hh:mm" time-range syntax, add
+   @DATE +@ to faxheader processing
+ * faxq: properly display queued jobs with time-range field
+ * faxrunqd: correctly handle jobs running out of the end of their
+   sent-time window.
+   INCOMPATIBLE CHANGE: Changes handling of "-t hh:mm" to
+   "from hh:mm to midnight"
+ * microcom: improve read-from-device exception handling
+ * sendfax: send NSF frame on reception,
+   new option reset-after-fail
+ * faxrunqd: enhance and clarify per-modem statistics
+- New build fixes (mgetty-noroot.patch, mgetty-mkdir-p.patch).
+- Update patches
+  (mgetty-1.1.36-callback.patch -> mgetty-1.1.37-callback.patch,
+   mgetty-1.1.36-makefile.patch -> mgetty-1.1.37-makefile.patch).
+
+---
+Mon Jun  5 08:45:15 UTC 2017 - tchva...@suse.com
+
+- Cleanup a bit with spec-cleaner
+- Remove few rpmlint warnings and reduce the deps to contain only
+  what is needed
+- Add patch to build with gcc7 0001-Fix-build-failure-with-gcc-7.patch
+  bsc#1041290
+
+---

Old:

  mgetty-1.1.36-callback.patch
  mgetty-1.1.36-makefile.patch
  mgetty1.1.36-Jun15.tar.bz2

New:

  0001-Fix-build-failure-with-gcc-7.patch
  mgetty-1.1.37-callback.patch
  mgetty-1.1.37-makefile.patch
  mgetty-mkdir-p.patch
  mgetty-noroot.patch
  mgetty1.1.37-Jun05.tar.gz



Other differences:
--
++ mgetty.spec ++
--- /var/tmp/diff_new_pack.rwNdup/_old  2017-06-12 15:34:27.955146707 +0200
+++ /var/tmp/diff_new_pack.rwNdup/_new  2017-06-12 15:34:27.959146143 +0200
@@ -17,40 +17,39 @@
 
 
 Name:   mgetty
-BuildRequires:  netpbm
-BuildRequires:  texlive
-# allow postinst script to succeed
-BuildRequires:  pwdutils
-%if 0%{suse_version} > 1220
-BuildRequires:  makeinfo
-BuildRequires:  systemd-rpm-macros
-%systemd_requires
-%endif
-Version:1.1.36
+Version:1.1.37
 Release:0
-PreReq: %install_info_prereq filesystem
-Requires:   g3utils
-Recommends: logrotate
-Url:http://mgetty.greenie.net/
 Summary:Mgetty Listens for Data, Fax, or Voice Calls on a Serial Line
 License:GPL-2.0+
 Group:  Hardware/Fax
-Source0:%{name}%{version}-Jun15.tar.bz2
+Url:http://mgetty.greenie.net/
+Source0:
ftp://mgetty.greenie.net/pub/mgetty/source/1.1/%{name}%{version}-Jun05.tar.gz
 Source2:logrotate
 Source3:mgetty@.service
 Source4:vgetty@.service
-Patch0: %{name}-%{version}-makefile.patch
-Patch1: %{name}-%{version}-local.patch
-Patch2: %{name}-%{version}-tempfile.patch
-Patch3: %{name}-%{version}-callback.patch
-Patch4: %{name}-%{version}-specialdigits.patch
-Patch5: %{name}-%{version}-implicit-fortify-decl.patch
+Patch0: mgetty-1.1.37-makefile.patch
+Patch1: mgetty-1.1.36-local.patch
+Patch2: mgetty-1.1.36-tempfile.patch
+Patch3: mgetty-1.1.37-callback.patch
+Patch4: mgetty-1.1.36-specialdigits.patch
+Patch5: mgetty-1.1.36-implicit-fortify-decl.patch
 Patch6: mgetty-1.1.36-no-date-time.patch
 Patch7: bug646280.patch
 Patch8: fixpie.patch
 Patch9: lp64.patch
-Patch10:%{name}-1.1.36-fix-bashisms.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch10:mgetty-1.1.36-fix-bashisms.patch
+Patch11:0001-Fix-build-failure-with-gcc-7.patch
+Patch12:mgetty-noroot.patch
+Patch13:mgetty-mkdir-p.patch
+BuildRequires:  groff
+BuildRequires:  makeinfo
+BuildRequires:  netpbm
+BuildRequires:  systemd-rpm-macros
+Requires:   g3utils
+Requires(post): %{install_info_prereq}
+Requires(postun): %{install_info_prereq}
+Recommends: logrotate
+%systemd_requires
 
 %description
 This package turns your computer into a fax machine. With some voice
@@ -60,18 +59,20 @@
 Mgetty recognizes what kind of call it is receiving and does everything
 else automatically. It is able to accept data (login/PPP), fax, and
 (depending on your modem) voice calls. Find the docum

commit qutim for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package qutim for openSUSE:Factory checked 
in at 2017-06-12 15:34:09

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


Package is "qutim"

Mon Jun 12 15:34:09 2017 rev:16 rq:502755 version:0.3.3

Changes:

--- /work/SRC/openSUSE:Factory/qutim/qutim.changes  2017-02-16 
16:49:45.309892808 +0100
+++ /work/SRC/openSUSE:Factory/.qutim.new/qutim.changes 2017-06-12 
15:34:17.636602047 +0200
@@ -1,0 +2,5 @@
+Sat Jun 10 06:34:09 UTC 2017 - christo...@krop.fr
+
+- Skip all RPATH settings. Fixes build for Tumbleweed.
+
+---



Other differences:
--
++ qutim.spec ++
--- /var/tmp/diff_new_pack.fArjpU/_old  2017-06-12 15:34:18.848431130 +0200
+++ /var/tmp/diff_new_pack.fArjpU/_new  2017-06-12 15:34:18.852430566 +0200
@@ -149,7 +149,7 @@
 -DNOTIFICATIONSSETTINGS=0 \
 -DMOBILESETTINGSDIALOG=0 \
 -DQRCICONS=0 \
--DCMAKE_SKIP_INSTALL_RPATH=ON \
+-DCMAKE_SKIP_RPATH=ON \
 ..
 
 make %{?_smp_mflags}




commit fusion-icon for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package fusion-icon for openSUSE:Factory 
checked in at 2017-06-12 15:34:31

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


Package is "fusion-icon"

Mon Jun 12 15:34:31 2017 rev:5 rq:502824 version:0.2.4

Changes:

--- /work/SRC/openSUSE:Factory/fusion-icon/fusion-icon.changes  2017-05-16 
14:34:02.096873447 +0200
+++ /work/SRC/openSUSE:Factory/.fusion-icon.new/fusion-icon.changes 
2017-06-12 15:34:36.353962126 +0200
@@ -1,0 +2,12 @@
+Sat Jun 10 20:11:48 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 0.2.4:
+  * Make the application ID for SNI the same as in AppIndicator in
+Qt5: "Fusion Icon". Can affect the icon ordering.
+  * Stop using fusion-icon-panel in the Qt frontend.
+The icon is expected to sometimes be symbolic.
+Hence explicit lookup for it can cause problems.
+  * Implement left-click action with SNI on Qt5.
+  * Open menu on "secondary action" in GTK+3.
+
+---

Old:

  fusion-icon-0.2.3.tar.xz

New:

  fusion-icon-0.2.4.tar.xz



Other differences:
--
++ fusion-icon.spec ++
--- /var/tmp/diff_new_pack.cbY0t7/_old  2017-06-12 15:34:37.205841976 +0200
+++ /var/tmp/diff_new_pack.cbY0t7/_new  2017-06-12 15:34:37.209841412 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   fusion-icon
-Version:0.2.3
+Version:0.2.4
 Release:0
 Summary:Tray icon to manage Compiz
 License:GPL-2.0+

++ fusion-icon-0.2.3.tar.xz -> fusion-icon-0.2.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/fusion-icon-0.2.3/FusionIcon/interface_gtk/main.py.in 
new/fusion-icon-0.2.4/FusionIcon/interface_gtk/main.py.in
--- old/fusion-icon-0.2.3/FusionIcon/interface_gtk/main.py.in   2016-06-18 
20:44:16.0 +0200
+++ new/fusion-icon-0.2.4/FusionIcon/interface_gtk/main.py.in   2017-04-20 
08:45:26.0 +0200
@@ -23,12 +23,13 @@
 
 import os, time, gi
 try:
+gi.require_version('Gdk', '@gtkver@')
 gi.require_version('Gtk', '@gtkver@')
 gi.require_version('AppIndicator@aiver@', '0.1')
 except ValueError as e:
 # enable interface fallbacking (works only for ImportError)
 raise ImportError(e)
-from gi.repository import Gtk
+from gi.repository import Gdk, Gtk
 from gi.repository import AppIndicator@aiver@ as AppIndicator
 from FusionIcon.start import wms, apps, options, decorators, init
 
@@ -99,6 +100,19 @@
item.connect('activate', self.quit_activate)
self.append(item)
 
+   self.action_item = Gtk.MenuItem()
+   self.action_item.connect('activate', self.show_menu_activate)
+   self.action_item.show()
+   # Fool libappindicator into thinking this is menu's child.
+   self.action_item.set_parent(self)
+
+   def show_menu_activate(self, widget):
+   self.show_all()
+   try:
+   self.popup(None, None, None, None, 1, Gdk.CURRENT_TIME)
+   except AttributeError:
+   pass
+
def reload_activate(self, widget):
wms.restart()
 
@@ -199,6 +213,7 @@
 icon.set_status(AppIndicator.IndicatorStatus.ACTIVE)
 menu = TrayMenu()
 icon.set_menu(menu)
+icon.set_secondary_activate_target(menu.action_item)
 menu.show_all()
 
 # active wm (possibly) starts here
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fusion-icon-0.2.3/FusionIcon/interface_qt/main.py.in 
new/fusion-icon-0.2.4/FusionIcon/interface_qt/main.py.in
--- old/fusion-icon-0.2.3/FusionIcon/interface_qt/main.py.in2016-06-06 
15:17:20.0 +0200
+++ new/fusion-icon-0.2.4/FusionIcon/interface_qt/main.py.in2017-04-19 
23:30:20.0 +0200
@@ -46,8 +46,9 @@
 
def __init__(self, parent=None):
QtCore.QObject.__init__(self, parent)
+   self.setApplicationName('Fusion Icon')
image = QtGui.QIcon()
-   for iconName in ('fusion-icon-panel', 'fusion-icon', 
'image-missing'):
+   for iconName in ('fusion-icon', 'image-missing'):
if QtGui.QIcon.hasThemeIcon(iconName):
image = QtGui.QIcon.fromTheme(iconName)
break
@@ -100,9 +101,18 @@
init()
 
def showMenu(self, reason):
-   # Show menu on left click as well.
-   if reason == QtWidgets.QSystemTrayIcon.Trigger and 
self.Tray.geometry().isValid():
-   rect = self.Tray.geometry()
- 

commit trytond for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package trytond for openSUSE:Factory checked 
in at 2017-06-12 15:34:26

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


Package is "trytond"

Mon Jun 12 15:34:26 2017 rev:8 rq:502812 version:3.8.12

Changes:

--- /work/SRC/openSUSE:Factory/trytond/trytond.changes  2017-04-06 
11:02:53.965230199 +0200
+++ /work/SRC/openSUSE:Factory/.trytond.new/trytond.changes 2017-06-12 
15:34:30.826741694 +0200
@@ -1,0 +2,5 @@
+Tue Jun  6 21:12:54 UTC 2017 - axel.br...@gmx.de
+
+- Version 3.8.12
+
+---

Old:

  trytond-3.8.11.tar.gz

New:

  trytond-3.8.12.tar.gz



Other differences:
--
++ trytond.spec ++
--- /var/tmp/diff_new_pack.Bu5Izi/_old  2017-06-12 15:34:31.538641286 +0200
+++ /var/tmp/diff_new_pack.Bu5Izi/_new  2017-06-12 15:34:31.542640722 +0200
@@ -20,7 +20,7 @@
 %define majorver 3.8
 %define base_name tryton
 Name:   trytond
-Version:%{majorver}.11
+Version:%{majorver}.12
 Release:0
 Summary:An Enterprise Resource Planning system
 License:GPL-3.0+

++ trytond-3.8.11.tar.gz -> trytond-3.8.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-3.8.11/CHANGELOG new/trytond-3.8.12/CHANGELOG
--- old/trytond-3.8.11/CHANGELOG2017-04-03 19:22:11.0 +0200
+++ new/trytond-3.8.12/CHANGELOG2017-06-05 23:36:28.0 +0200
@@ -1,3 +1,6 @@
+Version 3.8.12 - 2017-06-05
+* Bug fixes (see mercurial logs for details)
+
 Version 3.8.11 - 2017-04-03
 * Bug fixes (see mercurial logs for details)
 * Sanitize path in file_open against suffix (CVE-2017-0360)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-3.8.11/PKG-INFO new/trytond-3.8.12/PKG-INFO
--- old/trytond-3.8.11/PKG-INFO 2017-04-03 19:22:25.0 +0200
+++ new/trytond-3.8.12/PKG-INFO 2017-06-05 23:36:29.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond
-Version: 3.8.11
+Version: 3.8.12
 Summary: Tryton server
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-3.8.11/setup.cfg new/trytond-3.8.12/setup.cfg
--- old/trytond-3.8.11/setup.cfg2017-04-03 19:22:25.0 +0200
+++ new/trytond-3.8.12/setup.cfg2017-06-05 23:36:29.0 +0200
@@ -1,5 +1,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-3.8.11/trytond/__init__.py 
new/trytond-3.8.12/trytond/__init__.py
--- old/trytond-3.8.11/trytond/__init__.py  2017-03-10 10:13:27.0 
+0100
+++ new/trytond-3.8.12/trytond/__init__.py  2017-04-03 19:22:49.0 
+0200
@@ -4,7 +4,7 @@
 import time
 from email import charset
 
-__version__ = "3.8.11"
+__version__ = "3.8.12"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-3.8.11/trytond/backend/sqlite/database.py 
new/trytond-3.8.12/trytond/backend/sqlite/database.py
--- old/trytond-3.8.11/trytond/backend/sqlite/database.py   2016-04-08 
23:36:18.0 +0200
+++ new/trytond-3.8.12/trytond/backend/sqlite/database.py   2017-06-05 
23:36:26.0 +0200
@@ -22,7 +22,7 @@
 from sqlite3 import OperationalError as DatabaseOperationalError
 from sql import Flavor, Table
 from sql.functions import (Function, Extract, Position, Substring,
-Overlay, CharLength, CurrentTimestamp)
+Overlay, CharLength, CurrentTimestamp, Trim)
 
 __all__ = ['Database', 'DatabaseIntegrityError', 'DatabaseOperationalError',
 'Cursor']
@@ -143,6 +143,27 @@
 _function = 'NOW'  # More precise
 
 
+class SQLiteTrim(Trim):
+
+def __str__(self):
+flavor = Flavor.get()
+param = flavor.param
+
+function = {
+'BOTH': 'TRIM',
+'LEADING': 'LTRIM',
+'TRAILING': 'RTRIM',
+}[self.position]
+
+def format(arg):
+if isinstance(arg, basestring):
+return param
+else:
+return str(arg)
+return function + '(%s, %s)' % (
+format(self.string), format(self.characters))
+
+
 def sign(value):
 if value > 0:
 return 1
@@ -159,6 +180,7 @@
 Overlay: SQLiteOverlay,
 CharLength: SQLiteCharLength,
 CurrentTimestamp: SQLiteCurrentTimestamp,
+Trim: SQLiteTrim,
 }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--ex

commit mednafen for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package mednafen for openSUSE:Factory 
checked in at 2017-06-12 15:34:14

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


Package is "mednafen"

Mon Jun 12 15:34:14 2017 rev:4 rq:502794 version:0.9.45.1

Changes:

--- /work/SRC/openSUSE:Factory/mednafen/mednafen.changes2017-06-04 
02:01:00.846163832 +0200
+++ /work/SRC/openSUSE:Factory/.mednafen.new/mednafen.changes   2017-06-12 
15:34:21.468061654 +0200
@@ -1,0 +2,6 @@
+Sat Jun 10 14:49:06 UTC 2017 - i...@ilya.pp.ua
+
+- update to mednafen 0.9.45.1
+  * ChangeLog https://mednafen.github.io/documentation/ChangeLog.txt
+
+---

Old:

  mednafen-0.9.45.tar.xz

New:

  mednafen-0.9.45.1.tar.xz



Other differences:
--
++ mednafen.spec ++
--- /var/tmp/diff_new_pack.0NLgsZ/_old  2017-06-12 15:34:22.367934735 +0200
+++ /var/tmp/diff_new_pack.0NLgsZ/_new  2017-06-12 15:34:22.367934735 +0200
@@ -17,7 +17,7 @@
 Name: mednafen
 License:  GPL-2.0+
 Group:System/Emulators/Other
-Version:  0.9.45
+Version:  0.9.45.1
 Release:  0
 Summary:  Multiple video game console emulator
 Source:   
https://mednafen.github.io/releases/files/%{name}-%{version}.tar.xz

++ mednafen-0.9.45.tar.xz -> mednafen-0.9.45.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mednafen/ChangeLog new/mednafen/ChangeLog
--- old/mednafen/ChangeLog  2017-06-02 08:24:44.0 +0200
+++ new/mednafen/ChangeLog  2017-06-10 00:14:36.0 +0200
@@ -1,3 +1,14 @@
+-- 0.9.45.1: --
+
+June 5, 2017:
+   SNES: Fixed an instance of possibly-undefined behavior.
+
+   Silenced dumb warning spam relating to endian.h emitted by newer 
versions of gcc.
+
+June 4, 2017:
+   Fixed garbled audio with the exclusive-mode WASAPI sound driver on some 
higher-end sound cards(regression introduced in 0.9.45 due to a mistake in 
changing
+   the meaning of a macro field during development); may also fix garbled 
audio when using the new OpenBSD sound driver with certain sound cards.
+
 -- 0.9.45: --
 
 May 29, 2017:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mednafen/Documentation/cdplay.html 
new/mednafen/Documentation/cdplay.html
--- old/mednafen/Documentation/cdplay.html  2017-06-02 08:24:44.0 
+0200
+++ new/mednafen/Documentation/cdplay.html  2017-06-10 00:14:36.0 
+0200
@@ -9,7 +9,7 @@
  
   
   Sega Saturn Sound Format Player Documentation
-  Last updated June  1, 2017Valid as of 0.9.45
+  Last updated June  9, 2017Valid as of 0.9.45.1
  
  Table of Contents:
  IntroductionSettings Reference
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mednafen/Documentation/gb.html 
new/mednafen/Documentation/gb.html
--- old/mednafen/Documentation/gb.html  2017-06-02 08:24:44.0 +0200
+++ new/mednafen/Documentation/gb.html  2017-06-10 00:14:36.0 +0200
@@ -9,7 +9,7 @@
  
   
   Game Boy (Color) Documentation
-  Last updated June  1, 2017Valid as of 0.9.45
+  Last updated June  9, 2017Valid as of 0.9.45.1
  
  Table of Contents:
  IntroductionCustom PalettesDefault Key AssignmentsSettings Reference
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mednafen/Documentation/gba.html 
new/mednafen/Documentation/gba.html
--- old/mednafen/Documentation/gba.html 2017-06-02 08:24:44.0 +0200
+++ new/mednafen/Documentation/gba.html 2017-06-10 00:14:36.0 +0200
@@ -9,7 +9,7 @@
  
   
   Game Boy Advance Documentation
-  Last updated June  1, 2017Valid as of 0.9.45
+  Last updated June  9, 2017Valid as of 0.9.45.1
  
  Table of Contents:
  IntroductionBIOSCustom PalettesBackup Memory 
TypeDefault Key 
AssignmentsSettings 
Reference
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mednafen/Documentation/gg.html 
new/mednafen/Documentation/gg.html
--- old/mednafen/Documentation/gg.html  2017-06-02 08:24:44.0 +0200
+++ new/mednafen/Documentation/gg.html  2017-06-10 00:14:36.0 +0200
@@ -9,7 +9,7 @@
  
   
   Sega Game Gear Documentation
-  Last updated June  1, 2017Valid as of 0.9.45
+  Last updated June  9, 2017Valid as of 0.9.45.1
  
  Table of Contents:
  IntroductionCustom PalettesSettings Reference
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mednafen/Documentation/lynx.html 
new/mednafen/Documentation/lynx.html
--- old/mednafen/Documentation/lynx.html2017-06-02 08:24:44.00

commit keepass for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package keepass for openSUSE:Factory checked 
in at 2017-06-12 15:34:18

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


Package is "keepass"

Mon Jun 12 15:34:18 2017 rev:4 rq:502804 version:2.36

Changes:

--- /work/SRC/openSUSE:Factory/keepass/keepass.changes  2017-06-07 
09:55:20.151425440 +0200
+++ /work/SRC/openSUSE:Factory/.keepass.new/keepass.changes 2017-06-12 
15:34:24.251669051 +0200
@@ -1,0 +2,7 @@
+Sat Jun 10 14:56:59 UTC 2017 - idon...@suse.com
+
+- Update to 2.36
+  * See http://keepass.info/news/n170609_2.36.html for the
+complete changelog. 
+
+---

Old:

  KeePass-2.35-Source.zip
  KeePass-2.35-Source.zip.asc

New:

  KeePass-2.36-Source.zip
  KeePass-2.36-Source.zip.asc



Other differences:
--
++ keepass.spec ++
--- /var/tmp/diff_new_pack.GxwYMP/_old  2017-06-12 15:34:25.05670 +0200
+++ /var/tmp/diff_new_pack.GxwYMP/_new  2017-06-12 15:34:25.059555106 +0200
@@ -19,7 +19,7 @@
 %define _name KeePass
 
 Name:   keepass
-Version:2.35
+Version:2.36
 Release:0
 Summary:Password Manager
 License:GPL-2.0+





commit tinyb for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package tinyb for openSUSE:Factory checked 
in at 2017-06-12 15:34:11

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


Package is "tinyb"

Mon Jun 12 15:34:11 2017 rev:2 rq:502768 version:0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/tinyb/tinyb.changes  2017-01-25 
23:16:27.169050605 +0100
+++ /work/SRC/openSUSE:Factory/.tinyb.new/tinyb.changes 2017-06-12 
15:34:19.912281083 +0200
@@ -1,0 +2,6 @@
+Sat Jun 10 10:36:57 UTC 2017 - mplus...@suse.com
+
+- Fix building on gcc7:
+  * tinyb-gcc7.patch
+
+---

New:

  tinyb-gcc7.patch



Other differences:
--
++ tinyb.spec ++
--- /var/tmp/diff_new_pack.xVYnX4/_old  2017-06-12 15:34:20.968132165 +0200
+++ /var/tmp/diff_new_pack.xVYnX4/_new  2017-06-12 15:34:20.972131601 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tinyb
 #
-# 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,11 +23,12 @@
 Summary:Tiny Bluetooth LE Library
 License:MIT
 Group:  Hardware/Other
-Url:https://github.com/intel-iot-devkit/%{name}
+Url:https://github.com/intel-iot-devkit/tinyb
 Source: 
https://github.com/intel-iot-devkit/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Patch0: tinyb-gcc7.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0) >= 2.40
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.40
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40
@@ -39,6 +40,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %package -n lib%{name}%{sover}
 Summary:Shared library for %{name}
@@ -64,9 +66,8 @@
 This package contains development files for %{name}.
 
 %build
-%cmake \
-  -DCMAKE_BUILD_TYPE=RelWithDebInfo
-make %{?_smp_mflags}
+%cmake
+%make_jobs
 
 %install
 %cmake_install

++ tinyb-gcc7.patch ++
Index: tinyb-0.5.0/api/tinyb/BluetoothGattDescriptor.hpp
===
--- tinyb-0.5.0.orig/api/tinyb/BluetoothGattDescriptor.hpp
+++ tinyb-0.5.0/api/tinyb/BluetoothGattDescriptor.hpp
@@ -25,6 +25,7 @@
 #pragma once
 #include "BluetoothObject.hpp"
 #include 
+#include 
 
 /* Forward declaration of types */
 struct _Object;



commit python-opengl-accelerate for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package python-opengl-accelerate for 
openSUSE:Factory checked in at 2017-06-12 15:34:02

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


Package is "python-opengl-accelerate"

Mon Jun 12 15:34:02 2017 rev:6 rq:502723 version:3.1.1a1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-opengl-accelerate/python-opengl-accelerate.changes
2014-07-15 10:08:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-opengl-accelerate.new/python-opengl-accelerate.changes
   2017-06-12 15:34:04.354475370 +0200
@@ -1,0 +2,6 @@
+Mon Jun  5 11:20:26 UTC 2017 - aloi...@gmx.com
+
+- Update to version 3.1.1a1
+- Converted to single-spec
+
+---

Old:

  PyOpenGL-accelerate-3.1.0.tar.gz

New:

  PyOpenGL-accelerate-3.1.1a1.tar.gz



Other differences:
--
++ python-opengl-accelerate.spec ++
--- /var/tmp/diff_new_pack.iFFWnd/_old  2017-06-12 15:34:04.974387937 +0200
+++ /var/tmp/diff_new_pack.iFFWnd/_new  2017-06-12 15:34:04.974387937 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-opengl-accelerate
 #
-# 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,23 +16,26 @@
 #
 
 
-Name:   python-opengl-accelerate
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define tarname PyOpenGL-accelerate
-Version:3.1.0
+Name:   python-opengl-accelerate
+Version:3.1.1a1
 Release:0
 Summary:Acceleration for python-opengl
 License:BSD-3-Clause
 Group:  Development/Libraries/Python
 Url:http://pyopengl.sourceforge.net
-Source0:
https://pypi.python.org/packages/source/P/%{tarname}/%{tarname}-%{version}.tar.gz
-BuildRequires:  python-Cython
-BuildRequires:  python-devel
-BuildRequires:  python-numpy-devel
-BuildRequires:  python-opengl == %{version}
+Source0:
https://files.pythonhosted.org/packages/source/P/%{tarname}/%{tarname}-%{version}.tar.gz
+BuildRequires:  %{python_module Cython}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module numpy-devel}
+BuildRequires:  %{python_module opengl == %{version}}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-numpy
 Requires:   python-opengl == %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{py_requires}
+%python_subpackages
 
 %description
 This set of C (Cython) extensions provides acceleration of common
@@ -44,18 +47,17 @@
 %setup -q -n %{tarname}-%{version}
 
 %build
-CFLAGS="%{optflags} -DGLX_GLXEXT_LEGACY" python setup.py build
+export CFLAGS="%{optflags} -DGLX_GLXEXT_LEGACY"
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-
-%clean
-rm -rf %{buildroot}
+%python_install
+%python_expand %fdupes -s %{buildroot}%{$python_sitearch}
 
-%files
+%files %{python_files}
 %defattr(-,root,root)
 %doc README.txt license.txt
 %{python_sitearch}/OpenGL_accelerate/
-%{python_sitearch}/PyOpenGL_accelerate-%{version}-py*.egg-info
+%{python_sitearch}/PyOpenGL_accelerate-%{version}-py%{python_version}.egg-info
 
 %changelog

++ PyOpenGL-accelerate-3.1.0.tar.gz -> PyOpenGL-accelerate-3.1.1a1.tar.gz 
++
 13454 lines of diff (skipped)




commit crash for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package crash for openSUSE:Factory checked 
in at 2017-06-12 15:33:43

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


Package is "crash"

Mon Jun 12 15:33:43 2017 rev:141 rq:502644 version:7.1.8

Changes:

--- /work/SRC/openSUSE:Factory/crash/crash.changes  2017-05-31 
12:20:28.558185396 +0200
+++ /work/SRC/openSUSE:Factory/.crash.new/crash.changes 2017-06-12 
15:33:45.545128248 +0200
@@ -1,0 +2,5 @@
+Fri Jun  2 12:03:45 UTC 2017 - msucha...@suse.com
+
+- Merge SLE changes into Factory (bsc#1041638)
+
+---
@@ -7,0 +13 @@
+   - add crash-stop_read_error_when_intent_is_retry.patch
@@ -194,0 +201,16 @@
+Thu Oct  1 17:03:34 UTC 2015 - dm...@suse.com
+
+- For 7.1.3 ppc64le the following patches are obsoleted by mainline
+   crash-gdb-7.6-add-powerpc64le-linux.patch
+   crash-gdb-7.6-bound_minimal_symbol.patch
+   crash-gdb-7.6-floatformat.patch
+   crash-gdb-7.6-ppc64-ELFv2-trampoline-match.patch
+   crash-gdb-7.6-ppc64_sysv_abi_push_float.patch
+   crash-gdb-7.6-ppc64le.patch
+   crash-gdb-7.6-ppc_insns_match_pattern.patch
+   crash-gdb-7.6-update-autoconf-2013-04-24.patch
+   crash-gdb-7.6-update-autoconf-2013-06-10.patch
+   crash-gdb-7.6.series
+   crash-patch-gdb.patch
+
+---
@@ -660,0 +683,6 @@
+Sat Apr 12 20:48:21 UTC 2014 - mma...@suse.cz
+
+- Add # needssslcertforbuild to use the project's certificate when
+  building in a home project.
+
+---
@@ -752,0 +781,6 @@
+
+---
+Wed Jan 29 13:19:18 CET 2014 - r...@suse.de
+
+- disable build_kmp on i586 and s390, SLE-12 does not build a
+  runnable kernel there 

New:

  Module.supported



Other differences:
--
++ crash.spec ++
--- /var/tmp/diff_new_pack.Z4c1uh/_old  2017-06-12 15:33:47.516850156 +0200
+++ /var/tmp/diff_new_pack.Z4c1uh/_new  2017-06-12 15:33:47.516850156 +0200
@@ -14,6 +14,7 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+# needssslcertforbuild
 
 
 %define whitepaper_version 2003
@@ -41,7 +42,14 @@
 %else
 %define build_gcore 0
 %endif
+%ifnarch %ix86 s390
 %define build_kmp 1
+%if ! 0%{?is_opensuse}
+%ifarch x86_64
+%define buildrt 1
+%endif
+%endif
+%endif
 Url:http://people.redhat.com/anderson/
 Summary:Crash utility for live systems; netdump, diskdump, LKCD or 
mcore dumpfiles
 License:GPL-3.0+ and GFDL-1.2
@@ -53,6 +61,7 @@
 Source3:README.SUSE
 Source4:sial-scripts-%{scripts_version}.tar.bz2
 Source5:gcore-%{gcore_version}.tar.bz2
+Source6:Module.supported
 Source95:   get-kernel-flavors.sh
 Source96:   depmod.sh
 Source97:   mkinitrd.sh
@@ -91,6 +100,9 @@
 %if 0%{?build_kmp}
 BuildRequires:  kernel-syms
 BuildRequires:  module-init-tools
+%if 0%{?buildrt}
+BuildRequires:  kernel-syms-rt
+%endif
 %if 0%{?suse_version} >= 1130
 BuildRequires:  kernel-devel
 %endif
@@ -284,6 +296,9 @@
 %patch16 -p1
 cp %{S:3} .
 mkdir kbuild
+%if ! 0%{?is_opensuse}
+cp %{S:6} memory_driver
+%endif
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fno-builtin-memset -fno-strict-aliasing"

++ Module.supported ++
crash.ko




commit krita for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2017-06-12 15:33:27

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


Package is "krita"

Mon Jun 12 15:33:27 2017 rev:11 rq:502515 version:3.1.4

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2017-06-02 
10:33:34.193890997 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2017-06-12 
15:33:28.763495127 +0200
@@ -1,0 +2,5 @@
+Wed Jun  7 11:17:15 UTC 2017 - jeng...@inai.de
+
+- Remove filler wording from description.
+
+---



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.kXWCNS/_old  2017-06-12 15:33:33.394841923 +0200
+++ /var/tmp/diff_new_pack.kXWCNS/_new  2017-06-12 15:33:33.394841923 +0200
@@ -111,11 +111,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Krita is a professional free and open source painting program.
-It is made by artists that want to see affordable art tools for everyone.
-* concept art
-* texture and matte painters
-* illustrations and comics
+Krita is a painting program. It supports concept art, texture and
+matte painters, as well as illustrations and comics.
 
 %package devel
 Summary:Krita Build Environment




commit kmymoney for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package kmymoney for openSUSE:Factory 
checked in at 2017-06-12 15:33:18

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


Package is "kmymoney"

Mon Jun 12 15:33:18 2017 rev:52 rq:502513 version:4.8.0

Changes:

--- /work/SRC/openSUSE:Factory/kmymoney/kmymoney.changes2017-06-05 
18:50:15.585914388 +0200
+++ /work/SRC/openSUSE:Factory/.kmymoney.new/kmymoney.changes   2017-06-12 
15:33:20.196703384 +0200
@@ -1,0 +2,6 @@
+Wed Jun  7 07:38:06 UTC 2017 - wba...@tmo.at
+
+- Add aqbanking-5.1-backward-compatibility.patch to make it
+  possible to build the kbanking plugin on Leap 42.X (boo#1042760)
+
+---

New:

  aqbanking-5.1-backward-compatibility.patch



Other differences:
--
++ kmymoney.spec ++
--- /var/tmp/diff_new_pack.uSXDCE/_old  2017-06-12 15:33:21.208560671 +0200
+++ /var/tmp/diff_new_pack.uSXDCE/_new  2017-06-12 15:33:21.212560107 +0200
@@ -28,6 +28,8 @@
 Patch1: kmymoney-4.8.0-fix-csv-import-account-type.patch
 # PATCH-FIX-UPSTREAM fix-build.patch -- fix build with latest cmake in Factory
 Patch2: fix-build.patch
+# PATCH-FIX-OPENSUSE aqbanking-5.1-backward-compatibility.patch boo#1042760 -- 
allow to build the kbanking plugin on Leap 42
+Patch3: aqbanking-5.1-backward-compatibility.patch
 BuildRequires:  aqbanking-devel
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
@@ -90,6 +92,9 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%if 0%{suse_version} <= 1320
+%patch3 -p1
+%endif
 
 %build
 %cmake_kde4 -d build

++ aqbanking-5.1-backward-compatibility.patch ++
>From 245109ca0f045d5acba58d84862f343c1f597f13 Mon Sep 17 00:00:00 2001
From: Wolfgang Bauer 
Date: Wed, 7 Jun 2017 11:07:36 +0200
Subject: [PATCH] Add back compatibility with older aqbanking and gwenhywfar

This makes it possible to enable/build the kbanking plugin with the old
aqbanking and gwenhywfar versions in Leap 42.X.
The added cmake files are taken from kmymoney 4.7.2.

Fixes boo#1042760.

(based on a patch by i...@engsas.de)
---
 CMakeLists.txt   |  8 ++---
 cmake/modules/FindAqBanking.cmake| 35 ++
 cmake/modules/FindGwenhywfar.cmake   | 44 
 kmymoney/plugins/kbanking/CMakeLists.txt |  7 +
 kmymoney/plugins/kbanking/mymoneybanking.cpp | 26 +++-
 5 files changed, 108 insertions(+), 12 deletions(-)
 create mode 100644 cmake/modules/FindAqBanking.cmake
 create mode 100644 cmake/modules/FindGwenhywfar.cmake

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 526ffc18..f75b6963 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -175,13 +175,11 @@ if(DEFINED ENABLE_KBANKING)
 endif(DEFINED ENABLE_KBANKING)
 option(ENABLE_KBANKING "Enable KBanking plugin" ON)
 if(ENABLE_KBANKING)
-  find_package(GWENHYWFAR CONFIG "4.13.0")
-  find_package(gwengui-qt4 CONFIG "4.13.0")
-  find_package(gwengui-cpp CONFIG "4.13.0")
+  find_package(Gwenhywfar)
   message(STATUS "Gwenhywfar ${GWENHYWFAR_VERSION} found at 
${GWENHYWFAR_INCLUDE_DIRS} (${GWENHYWFAR_LIBRARIES})")
-  find_package(AQBANKING CONFIG "5.5.1")
+  find_package(AqBanking)
   message(STATUS "AqBanking ${AQBANKING_VERSION} found at 
${AQBANKING_INCLUDE_DIRS} (${AQBANKING_LIBRARIES})")
-  if (AQBANKING_FOUND AND GWENHYWFAR_FOUND AND gwengui-qt4_FOUND AND 
gwengui-cpp_FOUND)
+  if (AQBANKING_FOUND AND GWENHYWFAR_FOUND)
 set(KBANKING_FOUND ON)
   else ()
 if(NOT KBANKING_FOUND STREQUAL "AUTO")
diff --git a/cmake/modules/FindAqBanking.cmake 
b/cmake/modules/FindAqBanking.cmake
new file mode 100644
index ..7826691f
--- /dev/null
+++ b/cmake/modules/FindAqBanking.cmake
@@ -0,0 +1,35 @@
+# Find AqBanking
+#
+#  AQBANKING_FOUND - system has AqBanking with the minimum version needed
+#  AQBANKING_INCLUDE_DIRS - the AqBanking include directories
+#  AQBANKING_LIBRARIES - The libraries needed to use AqBanking
+#  AQBANKING_VERSION = The version of AqBanking as defined in version.h
+
+set(AQBANKING_FOUND FALSE)
+
+if(NOT AQBANKING_MIN_VERSION)
+  set(AQBANKING_MIN_VERSION "5.0.0")
+endif(NOT AQBANKING_MIN_VERSION)
+
+if(NOT AQBANKING_MAX_VERSION)
+  # for some unknown reason, we need to give a micro version number
+  # with an offset of 1 to the PKG_CHECK_MODULES macro.
+  # The actual version of KBanking will work with is 4.99.8
+
+  # set(AQBANKING_MAX_VERSION "4.99.9")
+  
+  # Currently there is no max version necessary
+endif(NOT AQBANKING_MAX_VERSION)
+
+if(AQBANKING_INCLUDE_DIRS AND AQBANKING_LIBRARIES)
+  # Already in cache, be silent
+  set(AQBANKING_FIND_QUIETLY TRUE)
+endif(AQBANKING_INC

commit booth for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package booth for openSUSE:Factory checked 
in at 2017-06-12 15:33:55

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


Package is "booth"

Mon Jun 12 15:33:55 2017 rev:41 rq:502676 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/booth/booth.changes  2017-06-02 
10:34:19.347511043 +0200
+++ /work/SRC/openSUSE:Factory/.booth.new/booth.changes 2017-06-12 
15:33:55.739690404 +0200
@@ -2 +2 @@
-Thu Jun  1 13:23:42 UTC 2017 - ckowalc...@suse.com
+Thu Jun  2 14:11:42 UTC 2017 - ckowalc...@suse.com
@@ -4,2 +4,4 @@
-- configuration: handle hostnames in booth.conf file
-- build: create and set working directory
+- Build: create and set working directory (bsc#1039727)
+  * bug-1039727_booth-build.patch
+- Configuration: handle hostnames in booth.conf file (bsc#1037422)
+- Upstream version cs: bbddf969550969784b76b743baecdcf72796bdf7

Old:

  booth-1.0+20170601.9647c6d.tar.bz2

New:

  booth.tar.bz2
  bug-1039727_booth-build.patch



Other differences:
--
++ booth.spec ++
--- /var/tmp/diff_new_pack.Wqkpo0/_old  2017-06-12 15:33:57.091499744 +0200
+++ /var/tmp/diff_new_pack.Wqkpo0/_new  2017-06-12 15:33:57.095499180 +0200
@@ -25,9 +25,6 @@
 
 %global test_path  %{_datadir}/booth/tests
 
-# local commit:
-%global commit 1.0+20170601.9647c6d
-
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 
 Name:   booth
@@ -37,8 +34,9 @@
 License:GPL-2.0+
 Group:  Productivity/Clustering/HA
 Url:https://github.com/ClusterLabs/booth
-Source: %{name}-%{commit}.tar.bz2
+Source: booth.tar.bz2
 Source1:%{name}-rpmlintrc
+Patch1: bug-1039727_booth-build.patch
 BuildRequires:  asciidoc
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -76,7 +74,8 @@
 the Cluster Ticket Manager for Pacemaker.
 
 %prep
-%setup -q -n %{name}-%{commit}
+%setup -q -n %{name}
+%patch1 -p1
 
 %build
 autoreconf -fvi
@@ -161,6 +160,9 @@
 %doc AUTHORS README COPYING
 %doc README.upgrade-from-v0.1
 
+%dir %attr (750, %{uname}, %{gname}) %{_var}/lib/booth/
+%dir %attr (750, %{uname}, %{gname}) %{_var}/lib/booth/cores
+
 %files test
 %defattr(-,root,root)
 %doc README-testing

++ booth-1.0+20170601.9647c6d.tar.bz2 -> booth.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/booth-1.0+20170601.9647c6d/.git_info 
new/booth/.git_info
--- old/booth-1.0+20170601.9647c6d/.git_info2017-06-01 15:45:18.779767136 
+0200
+++ new/booth/.git_info 1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-v1.0-114-g9647c6d
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/booth-1.0+20170601.9647c6d/Makefile.am 
new/booth/Makefile.am
--- old/booth-1.0+20170601.9647c6d/Makefile.am  2017-06-01 14:54:29.0 
+0200
+++ new/booth/Makefile.am   2017-06-01 13:52:09.0 +0200
@@ -83,10 +83,6 @@
$(INSTALL) -d $(DESTDIR)/${boothsitedir}
$(INSTALL) -d $(DESTDIR)/${boothocfdir}
$(INSTALL) -d $(DESTDIR)/${SOCKETDIR}
-   $(INSTALL) -d $(DESTDIR)/${BOOTH_LIB_DIR} -m 750
-   -chown $(CRM_DAEMON_USER):$(CRM_DAEMON_GROUP) 
$(DESTDIR)/${BOOTH_LIB_DIR} 
-   $(INSTALL) -d $(DESTDIR)/${BOOTH_CORE_DIR} -m 750
-   -chown $(CRM_DAEMON_USER):$(CRM_DAEMON_GROUP) 
$(DESTDIR)/${BOOTH_CORE_DIR}
 
 install-exec-hook:
ln -sf ${sbindir}/boothd $(DESTDIR)/${sbindir}/booth
@@ -97,8 +93,6 @@
rmdir $(DESTDIR)/${bootharbitratordir} || :;
rmdir $(DESTDIR)/${boothsitedir} || :;
rmdir $(DESTDIR)/${SOCKETDIR} || :;
-   rmdir $(DESTDIR)/${BOOTH_CORE_DIR} || :;
-   rmdir $(DESTDIR)/${BOOTH_LIB_DIR} || :;
 
 test: check
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/booth-1.0+20170601.9647c6d/booth.spec 
new/booth/booth.spec
--- old/booth-1.0+20170601.9647c6d/booth.spec   2017-06-01 14:54:29.0 
+0200
+++ new/booth/booth.spec2017-06-01 13:52:09.0 +0200
@@ -166,8 +166,6 @@
 %dir /usr/lib/ocf/lib
 %dir /usr/lib/ocf/lib/booth
 %dir %{_sysconfdir}/booth
-%dir %attr (750, %{uname}, %{gname}) %{_var}/lib/booth/
-%dir %attr (750, %{uname}, %{gname}) %{_var}/lib/booth/cores
 %{_sbindir}/rcbooth-arbitrator
 /usr/lib/ocf/resource.d/pacemaker/booth-site
 /usr/lib/ocf/lib/booth/geo_attr.sh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/booth-1.0+20170601.9647c6d/configure.ac 
new/booth/configure.ac
--- old/booth-1.0+20170601.9647c6d/configure.ac 2017-06-01 14:54:29.0 
+0200
+++ new/booth/configure.ac  2017-06-01 13:52:09.0 +0200
@@ -169,31 +169,6 @@
 

commit lpe for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package lpe for openSUSE:Factory checked in 
at 2017-06-12 15:33:36

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


Package is "lpe"

Mon Jun 12 15:33:36 2017 rev:3 rq:502564 version:1.2.8

Changes:

--- /work/SRC/openSUSE:Factory/lpe/lpe.changes  2017-05-31 12:20:15.604014076 
+0200
+++ /work/SRC/openSUSE:Factory/.lpe.new/lpe.changes 2017-06-12 
15:33:37.254297587 +0200
@@ -1,0 +2,6 @@
+Fri Jun  9 09:03:58 UTC 2017 - jeng...@inai.de
+
+- Rework description.
+- Use original tarfiles from github rather than Debian.
+
+---

Old:

  lpe_1.2.8.orig.tar.xz

New:

  v1.2.8.tar.gz



Other differences:
--
++ lpe.spec ++
--- /var/tmp/diff_new_pack.NMOKYX/_old  2017-06-12 15:33:38.474125542 +0200
+++ /var/tmp/diff_new_pack.NMOKYX/_new  2017-06-12 15:33:38.474125542 +0200
@@ -19,27 +19,24 @@
 Name:   lpe
 Version:1.2.8
 Release:0
-Summary:Small programming text editor
+Summary:Programming text editor
 License:GPL-2.0
 Group:  Productivity/Editors/Other
-Url:https://packages.qa.debian.org/l/lpe.html
-Source: 
http://http.debian.net/debian/pool/main/l/lpe/%{name}_%{version}.orig.tar.xz
+Url:https://github.com/AdamMajer/lpe
+Source: https://github.com/AdamMajer/lpe/archive/v%version.tar.gz
 Patch:  drop_gettext_version.patch
 BuildRequires:  libtool
 BuildRequires:  ncurses-devel
 BuildRequires:  slang-devel
-BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Lpe stands for "lightweight programmer's editor", and is exactly that.
-It is designed to provide at the same time all the features that might
-be required in a decent code editor and a light, intuitive feel that
-makes it a pleasure to work with, making all necessary commands
-accessible as easily as possible.
+LPE is meant as an acronym for "lightweight programmer's editor".
+It recognizes a few programming languages for syntax highlighting.
+The function keys are reminiscient of pico's choices.
 
 %prep
-%setup -q -c
+%setup -q
 %patch -p1
 
 %build




commit libkdumpfile for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package libkdumpfile for openSUSE:Factory 
checked in at 2017-06-12 15:33:47

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


Package is "libkdumpfile"

Mon Jun 12 15:33:47 2017 rev:9 rq:502645 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/libkdumpfile/libkdumpfile.changes
2017-05-31 12:17:16.765259561 +0200
+++ /work/SRC/openSUSE:Factory/.libkdumpfile.new/libkdumpfile.changes   
2017-06-12 15:33:47.860801645 +0200
@@ -1,0 +2,5 @@
+Fri Jun  9 13:59:00 UTC 2017 - ptesa...@suse.com
+
+- Use the correct RPM Group for Python packages.
+
+---



Other differences:
--
++ libkdumpfile.spec ++
--- /var/tmp/diff_new_pack.QKhTsp/_old  2017-06-12 15:33:48.756675291 +0200
+++ /var/tmp/diff_new_pack.QKhTsp/_new  2017-06-12 15:33:48.760674727 +0200
@@ -100,7 +100,7 @@
 
 %package -n python-libkdumpfile
 Summary:Python interface for libkdumpfile
-Group:  Development/Python
+Group:  Development/Languages/Python
 Requires:   libkdumpfile7 = %{version}
 
 %description -n python-libkdumpfile
@@ -109,7 +109,7 @@
 
 %package -n python-libaddrxlat
 Summary:Python interface for libaddrxlat
-Group:  Development/Python
+Group:  Development/Languages/Python
 Requires:   libaddrxlat0 = %{version}
 
 %description -n python-libaddrxlat




commit perl-RDF-Trine for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package perl-RDF-Trine for openSUSE:Factory 
checked in at 2017-06-12 15:33:06

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


Package is "perl-RDF-Trine"

Mon Jun 12 15:33:06 2017 rev:6 rq:502487 version:1.017

Changes:

--- /work/SRC/openSUSE:Factory/perl-RDF-Trine/perl-RDF-Trine.changes
2017-05-03 15:57:30.933469434 +0200
+++ /work/SRC/openSUSE:Factory/.perl-RDF-Trine.new/perl-RDF-Trine.changes   
2017-06-12 15:33:08.726321157 +0200
@@ -1,0 +2,18 @@
+Fri Jun  2 06:31:29 UTC 2017 - co...@suse.com
+
+- updated to 1.017
+   see /usr/share/doc/packages/perl-RDF-Trine/Changes.ttl
+
+  
+  dcterms:isVersionOf  ;
+  dcterms:replaces
 ;
+  
+  doap:Version[
+  doap:revision "1.017" ;
+  doap:created  "2017-06-01" ;
+  ];
+  asc:changes [
+  asc:update   "Fixes to data update code in 
RDF::Trine::Store::SPARQL (#146 from @minusdavid)." ;
+  ] .
+
+---

Old:

  RDF-Trine-1.016.tar.gz

New:

  RDF-Trine-1.017.tar.gz



Other differences:
--
++ perl-RDF-Trine.spec ++
--- /var/tmp/diff_new_pack.bVgxX4/_old  2017-06-12 15:33:09.626194240 +0200
+++ /var/tmp/diff_new_pack.bVgxX4/_new  2017-06-12 15:33:09.630193676 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-RDF-Trine
-Version:1.016
+Version:1.017
 Release:0
 %define cpan_name RDF-Trine
 Summary:An RDF Framework for Perl

++ RDF-Trine-1.016.tar.gz -> RDF-Trine-1.017.tar.gz ++
 1835 lines of diff (skipped)




commit easy-rsa for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package easy-rsa for openSUSE:Factory 
checked in at 2017-06-12 15:33:58

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


Package is "easy-rsa"

Mon Jun 12 15:33:58 2017 rev:3 rq:502703 version:3.0.1

Changes:

--- /work/SRC/openSUSE:Factory/easy-rsa/easy-rsa.changes2017-05-31 
12:19:18.308102231 +0200
+++ /work/SRC/openSUSE:Factory/.easy-rsa.new/easy-rsa.changes   2017-06-12 
15:33:59.451166936 +0200
@@ -1,0 +2,5 @@
+Mon Jun  5 18:38:00 UTC 2017 - seroto...@gmail.com
+
+- Undo removal of .md suffix on markdown documentation
+
+---



Other differences:
--
++ easy-rsa.spec ++
--- /var/tmp/diff_new_pack.pDebt1/_old  2017-06-12 15:34:00.235056376 +0200
+++ /var/tmp/diff_new_pack.pDebt1/_new  2017-06-12 15:34:00.239055811 +0200
@@ -63,13 +63,6 @@
 mv -v README README.md
 %endif
 
-mv -v COPYING.md COPYING
-mv -v README.md README
-mv -v README.quickstart.md README.quickstart
-for f in doc/*.md; do
-   mv $f ${f%.md}
-done
-
 %build
 
 %install
@@ -82,7 +75,7 @@
 
 %files
 %defattr(-,root,root)
-%doc KNOWN_ISSUES README README.quickstart COPYING
+%doc KNOWN_ISSUES README.md README.quickstart.md COPYING.md
 %doc Licensing/*
 %doc doc/*
 %{_bindir}/easyrsa




commit libtins for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package libtins for openSUSE:Factory checked 
in at 2017-06-12 15:33:51

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


Package is "libtins"

Mon Jun 12 15:33:51 2017 rev:3 rq:502653 version:3.5

Changes:

--- /work/SRC/openSUSE:Factory/libtins/libtins.changes  2017-06-08 
15:03:35.410052401 +0200
+++ /work/SRC/openSUSE:Factory/.libtins.new/libtins.changes 2017-06-12 
15:33:52.444155207 +0200
@@ -1,0 +2,5 @@
+Fri Jun  9 12:23:25 UTC 2017 - idon...@suse.com
+
+- Devel package must depend on libpcap-devel
+
+---



Other differences:
--
++ libtins.spec ++
--- /var/tmp/diff_new_pack.eEKVTt/_old  2017-06-12 15:33:53.068067211 +0200
+++ /var/tmp/diff_new_pack.eEKVTt/_new  2017-06-12 15:33:53.072066647 +0200
@@ -51,6 +51,7 @@
 Summary:Development files for tins
 Group:  Development/Libraries/C and C++
 Requires:   %{name}%{soname} = %{version}
+Requires:   libpcap-devel
 
 %descriptiondevel
 This package contains header files, and libraries needed to develop




commit sbd for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package sbd for openSUSE:Factory checked in 
at 2017-06-12 15:33:39

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


Package is "sbd"

Mon Jun 12 15:33:39 2017 rev:16 rq:502575 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/sbd/sbd.changes  2017-03-31 15:09:33.959718635 
+0200
+++ /work/SRC/openSUSE:Factory/.sbd.new/sbd.changes 2017-06-12 
15:33:42.153606588 +0200
@@ -1,0 +2,17 @@
+Fri Jun  2 09:37:38 UTC 2017 - y...@suse.com
+
+- sbd-inquisitor: cleanup_servant_by_pid() should be static
+  *  sbd-cleanup_servant_by_pid-static.patch
+
+- sbd.sh: Correctly handle SBD_DELAY_START for multiple SBD devices 
(bsc#1033934)
+- sbd.sh: consistent use of SBD_BIN (bsc#1033934)
+- Upstream version cs: a0bc43b17fcb997fe4c09731db2126ab350cfb50
+
+---
+Wed May 31 12:17:20 UTC 2017 - y...@suse.com
+
+- Update to v1.3.0
+- spec: Do not automatically try to restart sbd.service on update (bsc#1033934)
+- Upstream version cs: 4968e9c8602fbb990bed63cc96ca18f62e2181db (v1.3.0)
+
+---

Old:

  sbd-1.2.1+20170306.4ee36fa.tar.bz2

New:

  sbd-1.3.0+20170530.a0bc43b.tar.bz2
  sbd-cleanup_servant_by_pid-static.patch



Other differences:
--
++ sbd.spec ++
--- /var/tmp/diff_new_pack.RPTZrF/_old  2017-06-12 15:33:42.825511823 +0200
+++ /var/tmp/diff_new_pack.RPTZrF/_new  2017-06-12 15:33:42.825511823 +0200
@@ -17,16 +17,17 @@
 #
 
 
-%global commit 1.2.1+20170306.4ee36fa
+%global commit 1.3.0+20170530.a0bc43b
 
 Name:   sbd
-Version:1.2.1
+Version:1.3.0
 Release:0
 Summary:Storage-based death
 License:GPL-2.0+
 Group:  Productivity/Clustering/HA
 Url:https://github.com/ClusterLabs/sbd
 Source: %{name}-%{commit}.tar.bz2
+Patch1: sbd-cleanup_servant_by_pid-static.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  e2fsprogs-devel
@@ -80,12 +81,12 @@
 %service_add_pre sbd_remote.service
 
 %preun
-%service_del_preun sbd.service
-%service_del_preun sbd_remote.service
+%service_del_preun -n sbd.service
+%service_del_preun -n sbd_remote.service
 
 %postun
-%service_del_postun sbd.service
-%service_del_postun sbd_remote.service
+%service_del_postun -n sbd.service
+%service_del_postun -n sbd_remote.service
 
 %files
 %defattr(-,root,root)

++ _service ++
--- /var/tmp/diff_new_pack.RPTZrF/_old  2017-06-12 15:33:42.861506746 +0200
+++ /var/tmp/diff_new_pack.RPTZrF/_new  2017-06-12 15:33:42.865506182 +0200
@@ -4,7 +4,7 @@
 .git
 https://github.com/ClusterLabs/sbd.git
 opensuse
-1.2.1.git.%ct.%h
+1.3.0.git.%ct.%h
 enable
   
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.RPTZrF/_old  2017-06-12 15:33:42.885503362 +0200
+++ /var/tmp/diff_new_pack.RPTZrF/_new  2017-06-12 15:33:42.885503362 +0200
@@ -1,6 +1,6 @@
 
   
 https://github.com/ClusterLabs/sbd.git
-4ee36fa33b57a1ad95678363911cfb02a92e1edb
+a0bc43b17fcb997fe4c09731db2126ab350cfb50
   
 

++ sbd-1.2.1+20170306.4ee36fa.tar.bz2 -> sbd-1.3.0+20170530.a0bc43b.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sbd-1.2.1+20170306.4ee36fa/.git_info 
new/sbd-1.3.0+20170530.a0bc43b/.git_info
--- old/sbd-1.2.1+20170306.4ee36fa/.git_info2017-03-15 13:22:57.371420004 
+0100
+++ new/sbd-1.3.0+20170530.a0bc43b/.git_info2017-06-02 10:53:19.188935542 
+0200
@@ -1 +1 @@
-v1.2.0-126-g4ee36fa
+v1.3.0-6-ga0bc43b
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sbd-1.2.1+20170306.4ee36fa/configure.ac 
new/sbd-1.3.0+20170530.a0bc43b/configure.ac
--- old/sbd-1.2.1+20170306.4ee36fa/configure.ac 2017-03-06 15:26:43.0 
+0100
+++ new/sbd-1.3.0+20170530.a0bc43b/configure.ac 2017-05-31 01:07:27.0 
+0200
@@ -20,7 +20,7 @@
 dnl checks for system services
 
 AC_INIT([sbd], 
-   [1.2.1],
+   [1.3.0],
[l...@suse.com])
 AC_CANONICAL_HOST
 AC_CONFIG_AUX_DIR(.)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sbd-1.2.1+20170306.4ee36fa/sbd.spec 
new/sbd-1.3.0+20170530.a0bc43b/sbd.spec
--- old/sbd-1.2.1+20170306.4ee36fa/sbd.spec 2017-03-06 15:26:43.0 
+0100
+++ new/sbd-1.3.0+20170530.a0bc43b/sbd.spec 2017-05-31 01:07:27.0 
+0200
@@ -15,16 +15,16 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-%global commit 872e82f39db02eab3527ecfa392b1a930dd1964b
+%global commit 4ee36fa33b57a1ad95678363911cfb02a92e1edb
 %global shortcommit %(c=%{c

commit kaffeine for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package kaffeine for openSUSE:Factory 
checked in at 2017-06-12 15:33:11

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


Package is "kaffeine"

Mon Jun 12 15:33:11 2017 rev:65 rq:502512 version:2.0.9

Changes:

--- /work/SRC/openSUSE:Factory/kaffeine/kaffeine.changes2017-03-13 
15:35:09.180120129 +0100
+++ /work/SRC/openSUSE:Factory/.kaffeine.new/kaffeine.changes   2017-06-12 
15:33:14.457512835 +0200
@@ -1,0 +2,10 @@
+Sun Jun  4 07:18:47 UTC 2017 - wba...@tmo.at
+
+- Update to 2.0.9:
+  * Fix build at tarball
+- Drop fix-building-from-tarball.patch, included upstream
+- Add remove-stray-call-to-ki18n_install.patch to fix build with
+  the latest KDE Frameworks in Factory
+- Enable DVB support on Leap 42.3 too, v4l-utils are recent enough
+
+---

Old:

  fix-building-from-tarball.patch
  kaffeine-2.0.8.tar.xz

New:

  kaffeine-2.0.9.tar.xz
  remove-stray-call-to-ki18n_install.patch



Other differences:
--
++ kaffeine.spec ++
--- /var/tmp/diff_new_pack.35lbIM/_old  2017-06-12 15:33:16.409237565 +0200
+++ /var/tmp/diff_new_pack.35lbIM/_new  2017-06-12 15:33:16.413237001 +0200
@@ -20,14 +20,14 @@
 Summary:VLC-based Multimedia Player
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Video/Players
-Version:2.0.8
+Version:2.0.9
 Release:0
 Url:http://kaffeine.kde.org/
 Source0:%{name}-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE kaffeine-fixsplitter.patch -- GUI improvement (allow 
more flexibly set splitters)
 Patch0: kaffeine-fixsplitter.patch
-# PATCH-FIX-UPSTREAM fix-building-from-tarball.patch -- allow kaffeine to be 
built from the released tarball
-Patch1: fix-building-from-tarball.patch
+# PATCH-FIX-OPENSUSE remove-stray-call-to-ki18n_install.patch -- fixes the 
build with KDE Frameworks 5.34
+Patch1: remove-stray-call-to-ki18n_install.patch
 Recommends: %{name}-lang = %version
 Requires:   libQt5Sql5-sqlite
 Requires:   vlc-noX
@@ -45,7 +45,7 @@
 BuildRequires:  cmake(KF5Solid)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-%if 0%{?suse_version} > 1320
+%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?sle_version} 
>= 120300)
 BuildRequires:  pkgconfig(libdvbv5)
 %endif
 BuildRequires:  pkgconfig(Qt5Core)

++ kaffeine-2.0.8.tar.xz -> kaffeine-2.0.9.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaffeine-2.0.8/CMakeLists.txt 
new/kaffeine-2.0.9/CMakeLists.txt
--- old/kaffeine-2.0.8/CMakeLists.txt   2017-03-06 10:57:55.0 +0100
+++ new/kaffeine-2.0.9/CMakeLists.txt   2017-03-08 18:54:14.0 +0100
@@ -2,7 +2,7 @@
 
 set(KAFFEINE_MAJOR_VERSION 2)
 set(KAFFEINE_MINOR_VERSION 0)
-set(KAFFEINE_PATCH_VERSION 8)
+set(KAFFEINE_PATCH_VERSION 9)
 
 # comment/uuncomment below if either the version is a production or a 
development one
 #set(KAFFEINE_EXTRA_VERSION -git)
@@ -93,7 +93,11 @@
 add_subdirectory(profiles)
 add_subdirectory(src)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
-  add_subdirectory(po)
+  if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/po/CMakeLists.txt" )
+add_subdirectory(po)
+  else()
+ki18n_install(po)
+  endif()
 endif()
 
 if(KF5DocTools_VERSION)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaffeine-2.0.8/po/it/kaffeine.po 
new/kaffeine-2.0.9/po/it/kaffeine.po
--- old/kaffeine-2.0.8/po/it/kaffeine.po2017-03-06 10:55:59.0 
+0100
+++ new/kaffeine-2.0.9/po/it/kaffeine.po2017-03-08 18:52:16.0 
+0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kaffeine\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-03-02 03:49+0100\n"
-"PO-Revision-Date: 2017-02-18 08:42+0100\n"
+"PO-Revision-Date: 2017-03-04 22:57+0100\n"
 "Last-Translator: Vincenzo Reale \n"
 "Language-Team: Italian \n"
 "Language: it\n"
@@ -1772,10 +1772,9 @@
 msgstr "Un lettore multimediale per KDE con supporto per la TV digitale."
 
 #: main.cpp:135
-#, fuzzy, kde-format
-#| msgid "(C) 2007-2016 The Kaffeine Authors"
+#, kde-format
 msgid "(C) 2007-2017 The Kaffeine Authors"
-msgstr "(C) 2007-2016 Gli autori di Kaffeine"
+msgstr "(C) 2007-2017 Gli autori di Kaffeine"
 
 #: main.cpp:153
 #, kde-format
@@ -1964,6 +1963,11 @@
 "QT_LOGGING_RULES=kaffeine.category.debug=true\n"
 "where 'category' can be:\n"
 msgstr ""
+"Abilita tutti i messaggi di debug. Nota che Kaffeine consente inoltre di "
+"abilitare i messaggi di debug per categoria, utilizzando la variabile "
+"d'ambie

commit ghc-wai-cli for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package ghc-wai-cli for openSUSE:Factory 
checked in at 2017-06-12 15:32:55

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


Package is "ghc-wai-cli"

Mon Jun 12 15:32:55 2017 rev:1 rq:502422 version:0.1.1

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-wai-cli.new/ghc-wai-cli.changes 
2017-06-12 15:32:57.579893237 +0200
@@ -0,0 +1,5 @@
+---
+Wed Apr 19 13:32:27 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.1 with cabal2obs.
+

New:

  ghc-wai-cli.changes
  ghc-wai-cli.spec
  wai-cli-0.1.1.tar.gz



Other differences:
--
++ ghc-wai-cli.spec ++
#
# spec file for package ghc-wai-cli
#
# 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 pkg_name wai-cli
Name:   ghc-%{pkg_name}
Version:0.1.1
Release:0
Summary:Command line runner for Wai apps (using Warp) with TLS, CGI, 
socket activation & graceful shutdown
License:SUSE-Public-Domain
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
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-ansi-terminal-devel
BuildRequires:  ghc-http-types-devel
BuildRequires:  ghc-monads-tf-devel
BuildRequires:  ghc-network-devel
BuildRequires:  ghc-options-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-socket-activation-devel
BuildRequires:  ghc-stm-devel
BuildRequires:  ghc-streaming-commons-devel
BuildRequires:  ghc-unix-devel
BuildRequires:  ghc-wai-devel
BuildRequires:  ghc-wai-extra-devel
BuildRequires:  ghc-warp-devel
BuildRequires:  ghc-warp-tls-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Command line runner for Wai apps (using Warp) with support for UNIX domain
sockets, TLS (can be turned off with a cabal flag to avoid compiling the TLS
library), CGI, socket activation (systemd-compatible, but see
https://github.com/myfreeweb/soad for a more interesting (and not linux-only)
thing than what systemd does), and graceful shutdown (on TERM signal).

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

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

%build
%ghc_lib_build

%install
%ghc_lib_install

%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc UNLICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc README.md

%changelog



commit ghc-foundation for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package ghc-foundation for openSUSE:Factory 
checked in at 2017-06-12 15:32:48

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


Package is "ghc-foundation"

Mon Jun 12 15:32:48 2017 rev:1 rq:502421 version:0.0.9

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-foundation.new/ghc-foundation.changes   
2017-06-12 15:32:49.752997131 +0200
@@ -0,0 +1,25 @@
+---
+Thu May 18 09:52:18 UTC 2017 - psim...@suse.com
+
+- Update to version 0.0.9 with cabal2obs.
+
+---
+Wed May  3 08:13:59 UTC 2017 - psim...@suse.com
+
+- Update to version 0.0.8 revision 1 with cabal2obs.
+
+---
+Mon Apr 24 12:26:25 UTC 2017 - psim...@suse.com
+
+- Update to version 0.0.7 revision 1 with cabal2obs.
+
+---
+Sun Apr  9 18:08:05 UTC 2017 - psim...@suse.com
+
+- Update to version 0.0.6 with cabal2obs.
+
+---
+Tue Apr  4 11:04:05 UTC 2017 - psim...@suse.com
+
+- Update to version 0.0.4 revision 3 with cabal2obs.
+

New:

  foundation-0.0.9.tar.gz
  ghc-foundation.changes
  ghc-foundation.spec



Other differences:
--
++ ghc-foundation.spec ++
#
# spec file for package ghc-foundation
#
# 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 pkg_name foundation
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.0.9
Release:0
Summary:Alternative prelude with batteries and no dependencies
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
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-rpm-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-QuickCheck-devel
BuildRequires:  ghc-mtl-devel
BuildRequires:  ghc-tasty-devel
BuildRequires:  ghc-tasty-hunit-devel
BuildRequires:  ghc-tasty-quickcheck-devel
%endif

%description
A custom prelude with no dependencies apart from base.

This package has the following goals:

* provide a base like sets of modules that provide a consistent set of features
and bugfixes across multiple versions of GHC (unlike base).

* provide a better and more efficient prelude than base's prelude.

* be self-sufficient: no external dependencies apart from base.

* provide better data-types: packed unicode string by default, arrays.

* Better numerical classes that better represent mathematical thing (No more
all-in-one Num).

* Better I/O system with less Lazy IO

* Usual partial functions distinguished through type system.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

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

%build
%ghc_lib_build

%install
%ghc_lib_install

%check
%cabal_test

%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc README.md

%changelog



commit kdevelop5 for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package kdevelop5 for openSUSE:Factory 
checked in at 2017-06-12 15:33:22

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


Package is "kdevelop5"

Mon Jun 12 15:33:22 2017 rev:8 rq:502514 version:5.1.1

Changes:

--- /work/SRC/openSUSE:Factory/kdevelop5/kdevelop5.changes  2017-06-02 
10:33:40.856949541 +0200
+++ /work/SRC/openSUSE:Factory/.kdevelop5.new/kdevelop5.changes 2017-06-12 
15:33:23.432247044 +0200
@@ -1,0 +2,5 @@
+Wed Jun  7 11:15:22 UTC 2017 - jeng...@inai.de
+
+- Remove empty phrasing from description.
+
+---



Other differences:
--
++ kdevelop5.spec ++
--- /var/tmp/diff_new_pack.zEqVIV/_old  2017-06-12 15:33:24.440104896 +0200
+++ /var/tmp/diff_new_pack.zEqVIV/_new  2017-06-12 15:33:24.444104332 +0200
@@ -21,7 +21,7 @@
 Name:   kdevelop5
 Version:5.1.1
 Release:0
-Summary:Featureful, plugin-extensible IDE for C/C++ and other 
programming languages
+Summary:Plugin-extensible IDE for C/C++ and other programming languages
 License:GPL-2.0+
 Group:  Development/Tools/IDE
 Url:http://www.kdevelop.org
@@ -85,9 +85,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-KDevelop is a Free and Open Source integrated development environment (IDE).
+KDevelop is an integrated development environment (IDE).
 It provides editing, navigation and debugging features for several programming 
languages,
-as well as integration with multiple build systems and version-control systems,
+as well as integration with multiple build systems and version-control systems
 using a plugin-based architecture.
 KDevelop has parser backends for C, C++ and Javascript/QML,
 with further external plugins supporting e.g. PHP or Python.




commit mumble for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package mumble for openSUSE:Factory checked 
in at 2017-06-12 15:33:01

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


Package is "mumble"

Mon Jun 12 15:33:01 2017 rev:50 rq:502448 version:1.2.19

Changes:

--- /work/SRC/openSUSE:Factory/mumble/mumble.changes2017-02-03 
17:50:53.828760147 +0100
+++ /work/SRC/openSUSE:Factory/.mumble.new/mumble.changes   2017-06-12 
15:33:03.855008202 +0200
@@ -1,0 +2,6 @@
+Thu Jun  8 06:30:23 UTC 2017 - alarr...@suse.com
+
+- Add initialize-soundfile-format.patch to initilalize a variable so
+  it's not used later uninitialized. 
+
+---

New:

  initialize-soundfile-format.patch



Other differences:
--
++ mumble.spec ++
--- /var/tmp/diff_new_pack.FVxPFf/_old  2017-06-12 15:33:04.942854773 +0200
+++ /var/tmp/diff_new_pack.FVxPFf/_new  2017-06-12 15:33:04.950853645 +0200
@@ -67,6 +67,8 @@
 Patch1: mumble-1.2.11-desktop_fix.diff
 # PATCH-FEATURE-UPSTREAM https://github.com/mumble-voip/mumble/pull/2564
 Patch2: appdata.patch
+# PATCH-FIX-UPSTREAM initialize-soundfile-format.patch -- Initialize a 
variable so it's not used uninitialized
+Patch3: initialize-soundfile-format.patch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
@@ -189,6 +191,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 %if !%{with system_celt}
 %if 0%{?snapshot:1}
 tar -xzf %{SOURCE50}

++ initialize-soundfile-format.patch ++
Index: mumble-1.2.19/src/mumble/AudioOutputSample.cpp
===
--- mumble-1.2.19.orig/src/mumble/AudioOutputSample.cpp
+++ mumble-1.2.19/src/mumble/AudioOutputSample.cpp
@@ -41,6 +41,7 @@ SoundFile::SoundFile(const QString &fnam
siInfo.samplerate = 0;
siInfo.sections = 0;
siInfo.seekable = 0;
+   siInfo.format = 0;
 
sfFile = NULL;
 





commit ghc-attoparsec-iso8601 for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package ghc-attoparsec-iso8601 for 
openSUSE:Factory checked in at 2017-06-12 15:32:36

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


Package is "ghc-attoparsec-iso8601"

Mon Jun 12 15:32:36 2017 rev:1 rq:502420 version:1.0.0.0

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-attoparsec-iso8601.new/ghc-attoparsec-iso8601.changes
   2017-06-12 15:32:40.750266861 +0200
@@ -0,0 +1,5 @@
+---
+Mon Apr 24 12:52:55 UTC 2017 - psim...@suse.com
+
+- Update to version 1.0.0.0 with cabal2obs.
+

New:

  attoparsec-iso8601-1.0.0.0.tar.gz
  ghc-attoparsec-iso8601.changes
  ghc-attoparsec-iso8601.spec



Other differences:
--
++ ghc-attoparsec-iso8601.spec ++
#
# spec file for package ghc-attoparsec-iso8601
#
# 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 pkg_name attoparsec-iso8601
Name:   ghc-%{pkg_name}
Version:1.0.0.0
Release:0
Summary:Parsing of ISO 8601 dates, originally from aeson
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
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-attoparsec-devel
BuildRequires:  ghc-base-compat-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-text-devel
BuildRequires:  ghc-time-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Parsing of ISO 8601 dates, originally from aeson.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development
files.

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

%build
%ghc_lib_build

%install
%ghc_lib_install

%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc README.md

%changelog



commit ibmswtpm2 for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package ibmswtpm2 for openSUSE:Factory 
checked in at 2017-06-12 15:32:12

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


Package is "ibmswtpm2"

Mon Jun 12 15:32:12 2017 rev:3 rq:502411 version:832

Changes:

--- /work/SRC/openSUSE:Factory/ibmswtpm2/ibmswtpm2.changes  2017-04-11 
09:35:39.741607979 +0200
+++ /work/SRC/openSUSE:Factory/.ibmswtpm2.new/ibmswtpm2.changes 2017-06-12 
15:32:21.321007124 +0200
@@ -1,0 +2,5 @@
+Mon Jun  5 11:49:18 UTC 2017 - msucha...@suse.com
+
+- fic build with gcc7: fix_unreferenced_macro-gcc7.patch
+
+---

New:

  fix_unreferenced_macro-gcc7.patch



Other differences:
--
++ ibmswtpm2.spec ++
--- /var/tmp/diff_new_pack.vpZsKj/_old  2017-06-12 15:32:22.352861594 +0200
+++ /var/tmp/diff_new_pack.vpZsKj/_new  2017-06-12 15:32:22.356861030 +0200
@@ -28,6 +28,7 @@
 Source: ibmtpm%{version}.tar
 Patch1: makefile.patch
 Patch2: bits.patch
+Patch3: fix_unreferenced_macro-gcc7.patch
 # FIXME this is broken on BE - upstream is waiting for current spec testing to 
finish before porting
 ExcludeArch:ppc ppc64 s390 s390x
 BuildRequires:  libopenssl-devel < 1.1
@@ -49,6 +50,7 @@
 %setup -c -q
 %patch1 -p 1
 %patch2 -p 1
+%patch3 -p 1
 
 %build
 cd src

++ fix_unreferenced_macro-gcc7.patch ++
diff -ur ibmswtpm2-832.org/src/CompilerDependencies.h 
ibmswtpm2-832/src/CompilerDependencies.h
--- ibmswtpm2-832.org/src/CompilerDependencies.h2016-11-16 
19:31:54.0 +0100
+++ ibmswtpm2-832/src/CompilerDependencies.h2017-06-05 13:47:16.005232774 
+0200
@@ -142,7 +142,7 @@
 #   define LIB_IMPORT
 #   define _REDUCE_WARNING_LEVEL_(n)
 #   define _NORMAL_WARNING_LEVEL_
-#   define  NOT_REFERENCED(x) (x = x)
+#   define  NOT_REFERENCED(x) (void)(x)
 #endif // _MSC_VER
 
 #ifdef TPM_POSIX
Only in ibmswtpm2-832/src: CompilerDependencies.h~




commit ghc-genvalidity-property for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package ghc-genvalidity-property for 
openSUSE:Factory checked in at 2017-06-12 15:32:28

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


Package is "ghc-genvalidity-property"

Mon Jun 12 15:32:28 2017 rev:1 rq:502419 version:0.0.0.0

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-genvalidity-property.new/ghc-genvalidity-property.changes
   2017-06-12 15:32:32.643410237 +0200
@@ -0,0 +1,5 @@
+---
+Wed Mar 22 13:32:12 UTC 2017 - psim...@suse.com
+
+- Update to version 0.0.0.0 with cabal2obs.
+

New:

  genvalidity-property-0.0.0.0.tar.gz
  ghc-genvalidity-property.changes
  ghc-genvalidity-property.spec



Other differences:
--
++ ghc-genvalidity-property.spec ++
#
# spec file for package ghc-genvalidity-property
#
# 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 pkg_name genvalidity-property
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.0.0.0
Release:0
Summary:Standard properties for functions on `Validity` types
License:MIT
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
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-QuickCheck-devel
BuildRequires:  ghc-genvalidity-devel
BuildRequires:  ghc-hspec-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-validity-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-directory-devel
BuildRequires:  ghc-doctest-devel
BuildRequires:  ghc-filepath-devel
%endif

%description
Standard properties for functions on `Validity` types.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development
files.

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

%build
%ghc_lib_build

%install
%ghc_lib_install

%check
%cabal_test

%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit sigil for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package sigil for openSUSE:Factory checked 
in at 2017-06-12 15:31:45

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


Package is "sigil"

Mon Jun 12 15:31:45 2017 rev:2 rq:501671 version:0.9.8

Changes:

--- /work/SRC/openSUSE:Factory/sigil/sigil.changes  2017-05-06 
18:26:40.416438673 +0200
+++ /work/SRC/openSUSE:Factory/.sigil.new/sigil.changes 2017-06-12 
15:31:55.708619425 +0200
@@ -1,0 +2,57 @@
+Sat Apr  1 17:49:18 UTC 2017 - ec...@opensuse.org
+
+- update to 0.9.8
+  * Bug Fixes
+- Make sure when new empty epub3's are created that the toc 
+  does not use a doctype (Issue #250)
+- Make GetUniqueFilenameVersion work even on Case-Insensitive 
+  filesystems (Issue #247)
+- Properly urlencode/decode all hrefs in plugin's ResultXML in 
+  launcher/PluginRunner to prevent parse errors
+- Enable Basic Cut Copy Paste Icons/Actions in OPF, NCX, XML, 
+  SVG, and other Misc Text Tabs
+- Add proper detection for minimum service pack requirements in 
+  Windows installer
+- Include workaround for bug in KDE Qt5 plugin on Linux that 
+  keep plugins from launching from menu
+- Prevent splitting Section0001.xhtml (Split at Cursor) 
+  needlessly rewrite the file's manifest id with a uuid
+- Fix issue where merging files when non-xhtml tabs were open
+  was causing Python errors or crashes
+- Fix segfault in Image Reports when deleting unused image 
+  files
+- Fix bug in prettyprint_xhtml in sigil_bs4 (put back 
+  inadvertently dropped is_void_tag routine)
+- Fix gumbo serialize to better handle injected newlines
+- Harden bundled Python isolation on Windows and add subset of 
+  PyQt5 to bundled modules
+- Harden plugin interface code to properly unquote/quote hrefs
+- Stop Sigil from nagging about unsupported mimetypes when 
+  epubs with Adobe xpgt page-templates are opened
+- Fix Book Browser highlighting issue when editable XML files 
+  from the "Misc" folder are opened
+- Pull upstream bug fixes from google's gumbo parser for Sigil
+- Force formatting buttons in BookView to generate 
+  inline-styled spans instead of "strike", "b", etc
+- Fix bug from deprecated use of jquery $.browser.msie 
+  introduced when jQuery was updated
+- Fix temp folder specification on Windows systems that delete 
+  the system temp folder for every login (Issue #285)
+- Fix typos in metadata descriptions to allow better 
+  translations
+  * New Features
+- New preference setting (Appearance section) which allows user 
+  to adjust the size of the main menu icons
+- Add manifest properties to Book Browser tooltips and to All 
+  Files Reports Widget for epub3
+- Make Sigil's UI and spellchecker language settings available
+  to plugins
+- Add support for PyQt5 for plugin gui widgets
+- Internal builds now use Qt 5.6.2 with Webkit added back
+- Windows structural changes to eliminate file duplication and 
+  to accommodate PyQt5 requirements
+- Update all build it yourself from source documentation for 
+  new requirements
+- Add Patch sigil-version.patch to set right version
+
+---

Old:

  0.9.7.tar.gz

New:

  0.9.8.tar.gz
  sigil-version.patch



Other differences:
--
++ sigil.spec ++
--- /var/tmp/diff_new_pack.rNDnX2/_old  2017-06-12 15:31:56.728475588 +0200
+++ /var/tmp/diff_new_pack.rNDnX2/_new  2017-06-12 15:31:56.736474460 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sigil
-Version:0.9.7
+Version:0.9.8
 Release:0
 Summary:WYSIWYG Ebook Editor
 License:GPL-3.0
@@ -29,6 +29,8 @@
 Source2:%{name}.desktop
 # PATCH-FIX-OPENSUSE Disabled __DATE__ and __TIME__ which is replaced later in 
pre section
 Patch0: %{name}-gt-0.9.0-Dialogs-About.cpp.patch
+# PATCH-FIX-OPENSUSE Set right version
+Patch1: %{name}-version.patch
 
 BuildRequires:  cmake >= 3.0
 BuildRequires:  boost-devel
@@ -91,6 +93,7 @@
 %setup -q -n Sigil-%{version}
 sed -i 's/\r//' ChangeLog.txt README.md COPYING.txt
 %patch0 -p 1
+%patch1 -p 1
 %{__cp} -v %{S:1} .
 %{__cp} -v %{S:2} .
 # rpmlint

++ 0.9.7.tar.gz -> 0.9.8.tar.gz ++
/work/SRC/openSUSE:Factory/sigil/0.9.7.tar.gz 
/work/SRC/openSUSE:Factory/.sigil.new/0.9.8.tar.gz differ: char 15, line 1


++ sigil-version.patch ++
diff -Pdpru Sigil-0.9.8.orig/CMakeLists.txt Sigil-0.9.8/CMakeLists.txt
--- Sigil-0.9.8.orig/CMakeLists.txt 2017-03-21 17:54:48.0 +0100
+++ Sigil-0.9.8/CMakeLists.txt  2017-04-02 1

commit klee for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package klee for openSUSE:Factory checked in 
at 2017-06-12 15:32:07

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


Package is "klee"

Mon Jun 12 15:32:07 2017 rev:3 rq:502372 version:1.3.0+20170607

Changes:

--- /work/SRC/openSUSE:Factory/klee/klee.changes2017-04-28 
09:13:52.941183343 +0200
+++ /work/SRC/openSUSE:Factory/.klee.new/klee.changes   2017-06-12 
15:32:17.733513096 +0200
@@ -1,0 +2,56 @@
+Thu Jun 08 08:48:58 UTC 2017 - jsl...@suse.com
+
+- Build against LLVM 4
+- Update to version 1.3.0+20170607:
+  * Fix test failure on systems with libstdc++ corresponding to gcc7.
+  * llvm: rename ExitOnError to OptExitOnError
+  * Prevent test failure when realloc fails in test/Feature/Realloc.c
+- added patches:
+0001-llvm-don-t-use-clEnumValEnd-for-LLVM-4.0.patch
+0002-llvm-get-rid-of-static_casts-from-iterators.patch
+0003-Core-TimingSolver-use-WallTimer.patch
+0004-llvm-make-KLEE-compile-against-LLVM-3.7.patch
+0005-llvm-make-KLEE-compile-against-LLVM-3.8.patch
+0006-llvm-make-KLEE-compile-against-LLVM-3.9.patch
+0007-test-add-versions-of-some-tests-for-LLVM-3.8.patch
+0008-travis-CI-add-LLVM-3.8-build-tests.patch
+0009-llvm40-handle-different-header-names.patch
+0010-llvm-APFloat-members-are-functions-in-LLVM-4.0.patch
+0011-llvm40-errorOr-and-similar.patch
+0012-llvm-use-chrono-helpers-from-LLVM-4.0.patch
+0013-llvm-PointerType-is-not-SequentialType-in-LLVM-4.patch
+- removed patches (renamed to the above):
+0001-test-add-versions-of-some-tests-for-LLVM-3.8.patch
+0002-Make-KLEE-compile-against-LLVM-3.7.patch
+0003-Make-KLEE-compile-against-LLVM-3.8.patch
+
+---
+Mon Jun 05 07:45:51 UTC 2017 - jsl...@suse.com
+
+- Update to version 1.3.0+20170602:
+  * use METASMT_REQUIRE_RTTI flag to decide whether we need RTTI
+  * [travis] add environment variable METASMT_BOOST_VERSION to control the 
boost version used by metaSMT and test it with the combination LLVM-2.9 + 
metaSMT
+  * [CMake] change WARNING to FATAL_ERROR when building with a non-RTTI LLVM 
version and a metaSMT version that requires RTTI
+  * [TravisCI] Try to unbreak the build against upstream STP.
+  * Remove redundant KLEE prefix while logging
+  * llvm: make KLEE compile against LLVM 3.5 and 3.6
+  * travis CI: add LLVM 3.5 and 3.6 tests
+  * Rearchitect ExternalDispatcher
+  * gitignore build
+  * [Z3] Support another solver failure reason that Z3 might give. I'm going 
to guess it means timeout but I'm not 100% sure about this.
+  * [Z3] Add assertions in Z3 builder to catch underflow with bad widths.
+  * [Z3] Move the `dump()` methods of the Z3NodeHandle<> specializations into 
`Z3Builder.cpp` so they can be called from in gdb.
+  * Refactor file opening code out of `main.cpp` and into 
`klee_open_output_file()` function so that it can be used by the Z3Solver.
+  * [Z3] Add the `-debug-z3-dump-queries=` command line option. This is 
useful for getting access to the constraints being stored in the Z3 solver in 
the SMT-LIBv2.5 format.
+  * [Z3] Add option to manually validate Z3 models.
+  * [Z3] Implement API logging.
+  * [Z3] In `getConstraintLog()` use a separate builder from that of the 
solver. This is to avoid tampering with the cache of the builder the solver is 
using.
+  * [Z3] Switch from `Z3_mk_simple_solver()` to `Z3_mk_solver()`.
+  * [Z3] Add `-debug-z3-verbosity=` option which behaves like Z3's `-v:` 
option. This lets us see what Z3 is doing execution (e.g. which tactic is being 
applied) which is very useful for debugging.
+  * [Z3] Remove unused include.
+  * replace handleMetaSMT() with klee::createMetaSMTSolver() and move it into 
MetaSMTSolver.cpp so that the backend headers only need to be included once 
there
+  * hide backend solver declarations from public include
+- remove 0001-Make-KLEE-compile-against-LLVM-3.5-and-3.6.patch
+  It is upstream already.
+
+---

Old:

  0001-Make-KLEE-compile-against-LLVM-3.5-and-3.6.patch
  0001-test-add-versions-of-some-tests-for-LLVM-3.8.patch
  0002-Make-KLEE-compile-against-LLVM-3.7.patch
  0003-Make-KLEE-compile-against-LLVM-3.8.patch
  klee-1.3.0+20170409.tar.xz

New:

  0001-llvm-don-t-use-clEnumValEnd-for-LLVM-4.0.patch
  0002-llvm-get-rid-of-static_casts-from-iterators.patch
  0003-Core-TimingSolver-use-WallTimer.patch
  0004-llvm-make-KLEE-compile-against-LLVM-3.7.patch
  0005-llvm-make-KLEE-compile-against-LLVM-3.8.patch
  0006-llvm-make-KLEE-compile-against-LLVM-3.9.patch
  0007-test-add-versions-of-some-tests-for-LLVM-3.8.patch
  0008-travis-CI-add-LLVM-3.8-build-tests.patch
  0009-llvm40-handle-differe

commit fish for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package fish for openSUSE:Factory checked in 
at 2017-06-12 15:31:59

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


Package is "fish"

Mon Jun 12 15:31:59 2017 rev:12 rq:501833 version:2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/fish/fish.changes2017-02-06 
15:22:09.564185491 +0100
+++ /work/SRC/openSUSE:Factory/.fish.new/fish.changes   2017-06-12 
15:32:06.835050186 +0200
@@ -1,0 +2,16 @@
+Wed Jun  7 22:56:22 UTC 2017 - vil...@posteo.net
+
+- Update to 2.6.0. Notable fixes and improvements:
+  * Jobs running in the background can now be removed from the list of jobs
+with the new disown builtin, which behaves like the same command in other
+shells (#2810).
+  * Command substitutions now have access to the terminal, like in other
+shells. This allows tools like fzf to work properly (#1362, #3922).
+  * In cases where the operating system does not report the size of the
+terminal, the COLUMNS and LINES environment variables are used; if they
+are unset, a default of 80x24 is assumed.
+  * New French (#3772 & #3788) and improved German (#3834) translations.
+  * fish no longer depends on the which external command.
+  * Full changelog: https://github.com/fish-shell/fish-shell/releases/tag/2.6.0
+
+---

Old:

  fish-2.5.0.tar.gz

New:

  fish-2.6.0.tar.gz



Other differences:
--
++ fish.spec ++
--- /var/tmp/diff_new_pack.IPkDVz/_old  2017-06-12 15:32:07.614940193 +0200
+++ /var/tmp/diff_new_pack.IPkDVz/_new  2017-06-12 15:32:07.618939629 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   fish
-Version:2.5.0
+Version:2.6.0
 Release:0
 Summary:A user friendly interactive shell
 License:GPL-2.0

++ fish-2.5.0.tar.gz -> fish-2.6.0.tar.gz ++
 351001 lines of diff (skipped)




commit llcbench for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package llcbench for openSUSE:Factory 
checked in at 2017-06-12 15:29:31

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


Package is "llcbench"

Mon Jun 12 15:29:31 2017 rev:3 rq:501326 version:1.10

Changes:

--- /work/SRC/openSUSE:Factory/llcbench/llcbench.changes2016-11-14 
20:16:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.llcbench.new/llcbench.changes   2017-06-12 
15:29:55.493573961 +0200
@@ -1,0 +2,5 @@
+Tue Jun  6 09:02:36 UTC 2017 - mplus...@suse.com
+
+- Fix building on current Factory - llcbench-noinline.patch
+
+---

New:

  llcbench-noinline.patch



Other differences:
--
++ llcbench.spec ++
--- /var/tmp/diff_new_pack.GMEbFU/_old  2017-06-12 15:29:59.113063493 +0200
+++ /var/tmp/diff_new_pack.GMEbFU/_new  2017-06-12 15:29:59.113063493 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package llcbench
 #
-# 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
@@ -26,6 +26,8 @@
 Source: http://icl.cs.utk.edu/llcbench/llcbench.tar.gz
 # PATCH-FIX-UPSTREAM llcbench-gfortran.patch -- fix building with gfortran
 Patch0: llcbench-gfortran.patch
+# PATX-FIX-OPENSUSE llcbench-noinline.patch -- fix building with gcc7
+Patch1: llcbench-noinline.patch
 BuildRequires:  blas-devel
 BuildRequires:  gcc-fortran
 BuildRequires:  openmpi-devel
@@ -42,7 +44,8 @@
 
 %prep
 %setup -q -n %{name}
-%patch0
+%patch0 -p1
+%patch1 -p1
 
 %build
 ln -sf conf/sys.linux-lam sys.def

++ llcbench-gfortran.patch ++
--- /var/tmp/diff_new_pack.GMEbFU/_old  2017-06-12 15:29:59.145058981 +0200
+++ /var/tmp/diff_new_pack.GMEbFU/_new  2017-06-12 15:29:59.149058417 +0200
@@ -1,7 +1,7 @@
-Index: blasbench/bb.c
+Index: llcbench/blasbench/bb.c
 ===
 blasbench/bb.c.orig
-+++ blasbench/bb.c
+--- llcbench.orig/blasbench/bb.c
 llcbench/blasbench/bb.c
 @@ -106,26 +106,6 @@ static double *t, *bws, *percents, *opss
  static _fcd foofn;
  #endif

++ llcbench-noinline.patch ++
Index: llcbench/blasbench/bb.c
===
--- llcbench.orig/blasbench/bb.c
+++ llcbench/blasbench/bb.c
@@ -279,7 +279,7 @@ int compute_gemm_dimension(int maxmem, i
 }
 
 
-INLINE void do_saxpy(float *x, float *y, int iterations, int *limit)
+void do_saxpy(float *x, float *y, int iterations, int *limit)
 {
   REGISTER int i = 0;
   extern int saxpy_();
@@ -290,7 +290,7 @@ INLINE void do_saxpy(float *x, float *y,
 }
 }
 
-INLINE void do_daxpy(double *x, double *y, int iterations, int *limit)
+void do_daxpy(double *x, double *y, int iterations, int *limit)
 {
   REGISTER int i = 0;
   extern int daxpy_();
@@ -301,7 +301,7 @@ INLINE void do_daxpy(double *x, double *
 }
 }
 
-INLINE void do_sgemv(float *a, float *x, float *y, int iterations, int *limit, 
int *lda)
+void do_sgemv(float *a, float *x, float *y, int iterations, int *limit, int 
*lda)
 {
   REGISTER int i = 0;
   extern int sgemv_();
@@ -312,7 +312,7 @@ INLINE void do_sgemv(float *a, float *x,
 }
 }
 
-INLINE void do_dgemv(double *a, double *x, double *y, int iterations, int 
*limit, int *lda)
+void do_dgemv(double *a, double *x, double *y, int iterations, int *limit, int 
*lda)
 {
   REGISTER int i = 0;
   extern int dgemv_();
@@ -323,7 +323,7 @@ INLINE void do_dgemv(double *a, double *
 }
 }
 
-INLINE void do_sgemm(float *a, float *b, float *c, int iterations, int *limit, 
int *lda)
+void do_sgemm(float *a, float *b, float *c, int iterations, int *limit, int 
*lda)
 {
   REGISTER int i = 0;
   extern int sgemm_();
@@ -334,7 +334,7 @@ INLINE void do_sgemm(float *a, float *b,
 }
 }
 
-INLINE void do_dgemm(double *a, double *b, double *c, int iterations, int 
*limit, int *lda)
+void do_dgemm(double *a, double *b, double *c, int iterations, int *limit, int 
*lda)
 {
   REGISTER int i = 0;
   extern int dgemm_();



commit shigofumi for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package shigofumi for openSUSE:Factory 
checked in at 2017-06-12 15:28:50

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


Package is "shigofumi"

Mon Jun 12 15:28:50 2017 rev:2 rq:500912 version:0.8

Changes:

--- /work/SRC/openSUSE:Factory/shigofumi/shigofumi.changes  2015-02-03 
11:39:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.shigofumi.new/shigofumi.changes 2017-06-12 
15:28:52.962392875 +0200
@@ -1,0 +2,7 @@
+Sun Jun  4 06:21:37 UTC 2017 - tchva...@suse.com
+
+- Update to latest version 0.8:
+  * Fixes build fail on Factory
+  * Various small fixes
+
+---

Old:

  shigofumi-0.6.tar.xz

New:

  shigofumi-0.8.tar.xz



Other differences:
--
++ shigofumi.spec ++
--- /var/tmp/diff_new_pack.1rh4Ee/_old  2017-06-12 15:28:53.462322370 +0200
+++ /var/tmp/diff_new_pack.1rh4Ee/_new  2017-06-12 15:28:53.466321806 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package shigofumi
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   shigofumi
-Version:0.6
+Version:0.8
 Release:0
 Summary:Command line client for accessing the Czech Data Boxes
 License:GPL-3.0+
@@ -42,7 +42,8 @@
 %setup -q
 
 %build
-%configure
+%configure \
+--disable-fatalwarnings
 make %{?_smp_mflags}
 
 %install

++ shigofumi-0.6.tar.xz -> shigofumi-0.8.tar.xz ++
 8441 lines of diff (skipped)




commit lxqt-common for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package lxqt-common for openSUSE:Factory 
checked in at 2017-06-12 15:31:42

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


Package is "lxqt-common"

Mon Jun 12 15:31:42 2017 rev:10 rq:501638 version:0.11.1

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-common/lxqt-common.changes  2017-03-13 
15:33:46.347826077 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-common.new/lxqt-common.changes 
2017-06-12 15:31:52.289101703 +0200
@@ -1,0 +2,5 @@
+Wed May 17 14:19:42 UTC 2017 - fv...@suse.com
+
+- Use update-alternatives to create default.desktop xsession (boo#1030873)
+
+---



Other differences:
--
++ lxqt-common.spec ++
--- /var/tmp/diff_new_pack.Ife90K/_old  2017-06-12 15:31:53.612914997 +0200
+++ /var/tmp/diff_new_pack.Ife90K/_new  2017-06-12 15:31:53.612914997 +0200
@@ -37,6 +37,8 @@
 Requires:   oxygen-icon-theme
 Requires(post): desktop-file-utils
 Requires(pre):  desktop-file-utils
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 BuildArch:  noarch
@@ -53,13 +55,22 @@
 
 %install
 %cmake_install
+
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+touch %{buildroot}%{_sysconfdir}/alternatives/default-xsession.desktop
+ln -s %{_sysconfdir}/alternatives/default-xsession.desktop 
%{buildroot}%{_datadir}/xsessions/default.desktop
+
 %fdupes %{buildroot}/%{_datadir}
 
 %post
 %desktop_database_post
+%{_sbindir}/update-alternatives --install 
%{_datadir}/xsessions/default.desktop \
+  default-xsession.desktop %{_datadir}/xsessions/lxqt.desktop 20
 
 %postun
 %desktop_database_postun
+[ -f %{_datadir}/xsessions/lxqt.desktop ] || %{_sbindir}/update-alternatives \
+  --remove default-xsession.desktop %{_datadir}/xsessions/lxqt.desktop
 
 %files
 %defattr(-,root,root)
@@ -77,6 +88,7 @@
 %config %{_sysconfdir}/xdg/openbox/lxqt-rc.xml
 %{_bindir}/startlxqt
 %{_datadir}/lxqt
+%ghost %{_sysconfdir}/alternatives/default-xsession.desktop
 %{_datadir}/xsessions/*.desktop
 %{_datadir}/desktop-directories/
 %{_datadir}/icons/hicolor/scalable/places/*.svg






commit perl-DateTime-Format-Strptime for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package perl-DateTime-Format-Strptime for 
openSUSE:Factory checked in at 2017-06-12 15:28:41

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


Package is "perl-DateTime-Format-Strptime"

Mon Jun 12 15:28:41 2017 rev:21 rq:500381 version:1.73

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-DateTime-Format-Strptime/perl-DateTime-Format-Strptime.changes
  2017-01-22 00:24:52.455369455 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-DateTime-Format-Strptime.new/perl-DateTime-Format-Strptime.changes
 2017-06-12 15:28:49.490882467 +0200
@@ -1,0 +2,29 @@
+Thu May 25 07:51:17 UTC 2017 - co...@suse.com
+
+- updated to 1.73
+   see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes
+
+  1.73 2017-01-31
+  
+  - The format_datetime now checks that the object it is given isa DateTime
+object. Implemented by Mohammad S Anwar. GitHub #17.
+  
+  
+  1.72 2017-01-24
+  
+  - Require DateTime::Locale 1.05. This fixes some test failures seen on CPAN
+Testers. Also require DateTime::TimeZone 2.09 because you should really
+update this on a regular basis.
+  
+  - Require Specio 0.33 to fix other test failures seen on CPAN (I hope).
+  
+  
+  1.71 2017-01-24
+  
+  - By default, the word boundary checks added in 1.69 are now off. You can
+enable them by passing "strict => 1" to the constructor. This was reported
+as an issue by Toby Corkindale as GitHub #15.
+  
+  - Switched from Params::Validate to Params::ValidationCompiler.
+
+---

Old:

  DateTime-Format-Strptime-1.70.tar.gz

New:

  DateTime-Format-Strptime-1.73.tar.gz



Other differences:
--
++ perl-DateTime-Format-Strptime.spec ++
--- /var/tmp/diff_new_pack.0TU99i/_old  2017-06-12 15:28:50.186784323 +0200
+++ /var/tmp/diff_new_pack.0TU99i/_new  2017-06-12 15:28:50.190783759 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DateTime-Format-Strptime
 #
-# 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,34 +17,50 @@
 
 
 Name:   perl-DateTime-Format-Strptime
-Version:1.70
+Version:1.73
 Release:0
 %define cpan_name DateTime-Format-Strptime
 Summary:Parse and format strp and strf time patterns
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DateTime-Format-Strptime/
-Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(DateTime) >= 1.00
-BuildRequires:  perl(DateTime::Locale) >= 0.45
-BuildRequires:  perl(DateTime::TimeZone) >= 0.79
+BuildRequires:  perl(DateTime::Locale) >= 1.05
+BuildRequires:  perl(DateTime::Locale::Base)
+BuildRequires:  perl(DateTime::Locale::FromData)
+BuildRequires:  perl(DateTime::TimeZone) >= 2.09
 BuildRequires:  perl(Package::DeprecationManager) >= 0.15
-BuildRequires:  perl(Params::Validate) >= 1.20
+BuildRequires:  perl(Params::ValidationCompiler)
+BuildRequires:  perl(Specio) >= 0.33
+BuildRequires:  perl(Specio::Declare)
+BuildRequires:  perl(Specio::Exporter)
+BuildRequires:  perl(Specio::Library::Builtins)
+BuildRequires:  perl(Specio::Library::String)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Warnings)
 BuildRequires:  perl(Try::Tiny)
+BuildRequires:  perl(parent)
 Requires:   perl(DateTime) >= 1.00
-Requires:   perl(DateTime::Locale) >= 0.45
-Requires:   perl(DateTime::TimeZone) >= 0.79
+Requires:   perl(DateTime::Locale) >= 1.05
+Requires:   perl(DateTime::Locale::Base)
+Requires:   perl(DateTime::Locale::FromData)
+Requires:   perl(DateTime::TimeZone) >= 2.09
 Requires:   perl(Package::DeprecationManager) >= 0.15
-Requires:   perl(Params::Validate) >= 1.20
+Requires:   perl(Params::ValidationCompiler)
+Requires:   perl(Specio) >= 0.33
+Requires:   perl(Specio::Declare)
+Requires:   perl(Specio::Exporter)
+Requires:   perl(Specio::Library::Builtins)
+Requires:   perl(Specio::Library::String)
 Requires:   perl(Try::Tiny)
+Requires:  

commit ht for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package ht for openSUSE:Factory checked in 
at 2017-06-12 15:31:55

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


Package is "ht"

Mon Jun 12 15:31:55 2017 rev:17 rq:501699 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/ht/ht.changes2015-02-12 10:22:49.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ht.new/ht.changes   2017-06-12 
15:31:59.272116840 +0200
@@ -1,0 +2,5 @@
+Wed Jun  7 11:52:27 UTC 2017 - jeng...@inai.de
+
+- Add ht-gcc7.diff
+
+---

New:

  ht-gcc7.diff



Other differences:
--
++ ht.spec ++
--- /var/tmp/diff_new_pack.uZ616Y/_old  2017-06-12 15:32:00.155992181 +0200
+++ /var/tmp/diff_new_pack.uZ616Y/_new  2017-06-12 15:32:00.159991617 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ht
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@
 #Git-Clone:https://github.com/sebastianbiallas/ht
 Source: http://downloads.sf.net/hte/%name-%version.tar.bz2
 Patch1: ht-no-date.diff
+Patch2: ht-gcc7.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison
 BuildRequires:  flex
@@ -54,15 +55,15 @@
 
 %prep
 %setup -q
-%patch -P 1 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 %configure --enable-release
-make %{?_smp_mflags};
+make %{?_smp_mflags}
 
 %install
-b="%buildroot";
-make install DESTDIR="$b";
+b="%buildroot"
+make install DESTDIR="$b"
 pushd "$b/%_bindir/"
 mv ht hte
 ln -s hte ht

++ ht-gcc7.diff ++
From: Jan Engelhardt 
Date: 2017-06-07 13:48:49.472854532 +0200

[   53s] htapp.cc:3026:18: error: call of overloaded 'abs(uint)' is ambiguous
[   53s] /usr/include/c++/7/bits/std_abs.h:56:3: note: candidate: long int 
std::abs(long int)
[   53s] /usr/include/c++/7/bits/std_abs.h:61:3: note: candidate: long long int 
std::abs(long long int)
[   53s] /usr/include/c++/7/bits/std_abs.h:70:3: note: candidate: constexpr 
double std::abs(double)
[   53s] /usr/include/c++/7/bits/std_abs.h:74:3: note: candidate: constexpr 
float std::abs(float)
[   53s] /usr/include/c++/7/bits/std_abs.h:78:3: note: candidate: constexpr 
long double std::abs(long double)
[...]

---
 htapp.cc |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: ht-2.1.0/htapp.cc
===
--- ht-2.1.0.orig/htapp.cc
+++ ht-2.1.0/htapp.cc
@@ -3023,7 +3023,7 @@ static uint isqr(uint u)
 {
uint a = 2;
uint b = u/a;
-   while (abs(a - b) > 1) {
+   while (abs(static_cast(a - b)) > 1) {
a = (a+b)/2;
b = u/a;
 }



commit ocaml-libvirt for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package ocaml-libvirt for openSUSE:Factory 
checked in at 2017-06-12 15:31:26

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


Package is "ocaml-libvirt"

Mon Jun 12 15:31:26 2017 rev:2 rq:501605 version:0.6.1.4.20160205.8853f5a

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-libvirt/ocaml-libvirt.changes  
2016-10-19 13:00:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-libvirt.new/ocaml-libvirt.changes 
2017-06-12 15:31:42.466487051 +0200
@@ -1,0 +2,5 @@
+Wed May 31 07:07:33 UTC 2017 - o...@aepfle.de
+
+- Replace tabs with spaces in generated _oasis file
+
+---



Other differences:
--
++ ocaml-libvirt.spec ++
--- /var/tmp/diff_new_pack.BaEhcn/_old  2017-06-12 15:31:43.258375366 +0200
+++ /var/tmp/diff_new_pack.BaEhcn/_new  2017-06-12 15:31:43.262374803 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-libvirt
 #
-# 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
@@ -82,10 +82,10 @@
 sh -c "sed 's/^Version.*/Version: %{version}/' | tee _oasis" <<_EOF_
 OASISFormat: 0.4
 Name:libvirt
-Version: 20160605.10e2437
+Version: 0
 Synopsis:binding for libvirt
 Authors: Richard W.M. Jones
-License: LGPL-2.0+
+License: %{license}
 Plugins: META(`oasis version`)
 BuildTools:  ocamlbuild
 




commit ldmtool for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package ldmtool for openSUSE:Factory checked 
in at 2017-06-12 15:31:36

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


Package is "ldmtool"

Mon Jun 12 15:31:36 2017 rev:2 rq:501618 version:0.2.3

Changes:

--- /work/SRC/openSUSE:Factory/ldmtool/ldmtool.changes  2017-04-14 
13:40:39.918424618 +0200
+++ /work/SRC/openSUSE:Factory/.ldmtool.new/ldmtool.changes 2017-06-12 
15:31:44.406213479 +0200
@@ -1,0 +2,5 @@
+Tue May 30 13:17:35 UTC 2017 - o...@aepfle.de
+
+- fix double const
+
+---



Other differences:
--
++ ldmtool.spec ++
--- /var/tmp/diff_new_pack.kmWzQ7/_old  2017-06-12 15:31:45.210100102 +0200
+++ /var/tmp/diff_new_pack.kmWzQ7/_new  2017-06-12 15:31:45.210100102 +0200
@@ -1,8 +1,7 @@
-
 #
 # spec file for package ldmtool
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define srcname libldm
 %define sover  1_0-0
 
@@ -23,25 +23,24 @@
 Version:0.2.3
 Release:0
 Summary:A tool to manage Windows dynamic disks
+License:GPL-3.0
 Group:  System/Base
 
-License:GPL-3.0
-URL:https://github.com/mdbooth/libldm 
+Url:https://github.com/mdbooth/libldm 
 Source0:%{url}/downloads/%{srcname}-%{version}.tar.gz
 Patch0: werror-fixes.patch
 Patch1: cast_be64toh.patch
 
-BuildRequires:  gtk-doc
+BuildRequires:  device-mapper-devel >= 1.0
 BuildRequires:  glib2-devel >= 2.26.0
+BuildRequires:  gtk-doc
 BuildRequires:  json-glib-devel >= 0.14.0
-BuildRequires:  device-mapper-devel >= 1.0
-BuildRequires:  zlib-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  readline-devel
+BuildRequires:  zlib-devel
 
 Requires:   %{srcname}-%{sover} = %{version}-%{release}
 
-
 %description
 Command-line tool for managing Microsoft Windows dynamic disks, which use
 Microsoft's LDM metadata. It can inspect them, and also create and remove
@@ -49,8 +48,8 @@
 
 %package-n  %{srcname}-%{sover}
 Summary:Library to manage Windows dynamic disks
-Group:  System/Libraries
 License:LGPL-3.0
+Group:  System/Libraries
 
 %description -n %{srcname}-%{sover}
 Library for managing Microsoft Windows dynamic disks, which use Microsoft's
@@ -60,15 +59,14 @@
 
 %package-n %{srcname}-%{sover}-devel
 Summary:Development files for %{name}
-Group:  Development/Libraries/C and C++
 License:LGPL-3.0
+Group:  Development/Libraries/C and C++
 Requires:   %{srcname}-%{sover} = %{version}-%{release}
 
 %description-n %{srcname}-%{sover}-devel
 Contains libraries and header files for developing applications using
 %{srcname}.
 
-
 %prep
 %setup -q -n %{srcname}-%{version}
 %patch0 -p1
@@ -78,7 +76,6 @@
 %configure --disable-static --enable-gtk-doc
 make %{?_smp_mflags}
 
-
 %install
 %make_install
 find "%buildroot" -type f -name '*.la' -delete
@@ -87,7 +84,6 @@
 
 %postun -n %{srcname}-%{sover} -p /sbin/ldconfig
 
-
 %files
 %if 0%{?suse_version} > 1320 || 0%{?leap_version} >= 420200
 %license COPYING.gpl
@@ -116,5 +112,4 @@
 %{_libdir}/pkgconfig/ldm-1.0.pc
 %{_datadir}/gtk-doc
 
-
 %changelog

++ werror-fixes.patch ++
--- /var/tmp/diff_new_pack.kmWzQ7/_old  2017-06-12 15:31:45.242095589 +0200
+++ /var/tmp/diff_new_pack.kmWzQ7/_new  2017-06-12 15:31:45.246095025 +0200
@@ -1,7 +1,14 @@
-Index: libldm-0.2.3/src/ldmtool.c
-===
 libldm-0.2.3.orig/src/ldmtool.c
-+++ libldm-0.2.3/src/ldmtool.c
+--- a/src/ldmtool.c
 b/src/ldmtool.c
+@@ -87,7 +87,7 @@ typedef struct {
+ const _action_t action;
+ } _command_t;
+ 
+-static const _command_t const commands[] = {
++static const _command_t commands[] = {
+ { "scan", ldm_scan },
+ { "show", ldm_show },
+ { "create", ldm_create },
 @@ -777,9 +777,11 @@ main(int argc, char *argv[])
  }
  g_option_context_free(context);
@@ -15,10 +22,8 @@
  
  int ret = 0;
  
-Index: libldm-0.2.3/src/ldm.c
-===
 libldm-0.2.3.orig/src/ldm.c
-+++ libldm-0.2.3/src/ldm.c
+--- a/src/ldm.c
 b/src/ldm.c
 @@ -31,6 +31,7 @@
  #include 
  #include 




commit openvpn for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package openvpn for openSUSE:Factory checked 
in at 2017-06-12 15:30:13

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


Package is "openvpn"

Mon Jun 12 15:30:13 2017 rev:75 rq:501452 version:2.4.2

Changes:

--- /work/SRC/openSUSE:Factory/openvpn/openvpn.changes  2017-05-08 
19:03:00.964127085 +0200
+++ /work/SRC/openSUSE:Factory/.openvpn.new/openvpn.changes 2017-06-12 
15:30:42.230982401 +0200
@@ -1,0 +2,20 @@
+Tue Jun  6 14:59:29 CEST 2017 - n...@suse.de
+
+- Update tp 2.4.2
+- auth-token: Ensure tokens are always wiped on de-auth
+- Make --cipher/--auth none more explicit on the risks
+- Use SHA256 for the internal digest, instead of MD5
+- Deprecate --ns-cert-type
+- Deprecate --no-iv
+- Support --block-outside-dns on multiple tunnels
+- Limit --reneg-bytes to 64MB when using small block ciphers
+- Fix --tls-version-max in mbed TLS builds
+  Details changelogs are avilable in 
+  https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24
+  [*0001-preform-deferred-authentication-in-the-background.patch
+   *openvpn-2.3.x-fixed-multiple-low-severity-issues.patch
+   *openvpn-fips140-2.3.2.patch]
+- pkcs11-helper-devel >= 1.11 is needed for openvpn-2.4.2
+- cleanup the spec file
+
+---

Old:

  openvpn-2.3.14.tar.xz
  openvpn-2.3.14.tar.xz.asc

New:

  openvpn-2.4.2.tar.xz
  openvpn-2.4.2.tar.xz.asc



Other differences:
--
++ openvpn.spec ++
--- /var/tmp/diff_new_pack.QHVtIS/_old  2017-06-12 15:30:47.802196665 +0200
+++ /var/tmp/diff_new_pack.QHVtIS/_new  2017-06-12 15:30:47.806196101 +0200
@@ -32,7 +32,7 @@
 %else
 PreReq: %insserv_prereq %fillup_prereq
 %endif
-Version:2.3.14
+Version:2.4.2
 Release:0
 Summary:Full-featured SSL VPN solution using a TUN/TAP Interface
 License:SUSE-GPL-2.0-with-openssl-exception and LGPL-2.1
@@ -63,8 +63,8 @@
 BuildRequires:  systemd
 %endif
 BuildRequires:  libselinux-devel
-BuildRequires:  pkcs11-helper-devel
-Requires:   pkcs11-helper
+BuildRequires:  pkcs11-helper-devel >= 1.11
+Requires:   pkcs11-helper >= 1.11
 %if %{with_systemd}
 BuildRequires:  systemd-devel
 %endif
@@ -147,14 +147,14 @@
 sed -e "s|@PLUGIN_LIBDIR@|%{_libdir}/openvpn/plugins|g" \
 -e "s|@PLUGIN_DOCDIR@|%{_defaultdocdir}/%{name}|g" \
 -i doc/openvpn.8
-sed -e "s|/var/run|%{_rundir}|g" < \
+sed -e "s|%{_localstatedir}/run|%{_rundir}|g" < \
 $RPM_SOURCE_DIR/%{name}.service > %{name}.service
 
 # %%doc items shouldn't be executable.
 find contrib sample -type f -exec chmod a-x \{\} \;
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS) -W -Wall 
-fno-strict-aliasing"
+export CFLAGS="%{optflags} $(getconf LFS_CFLAGS) -W -Wall -fno-strict-aliasing"
 export LDFLAGS
 %configure \
--enable-iproute2   \
@@ -169,52 +169,54 @@
--enable-plugin-auth-pam\
CFLAGS="$CFLAGS $(getconf LFS_CFLAGS) -fPIE $PLUGIN_DEFS"   \
LDFLAGS="$LDFLAGS -pie -lpam -rdynamic 
-Wl,-rpath,%{_libdir}/%{name}/plugins"
-make
+make %{_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
-find $RPM_BUILD_ROOT -name '*.la' | xargs rm -f
-mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/openvpn
-mkdir -p $RPM_BUILD_ROOT/%{_rundir}/openvpn
-mkdir -p $RPM_BUILD_ROOT/%{_datadir}/openvpn
+find %{buildroot} -type f -name "*.la" -delete -print
+mkdir -p %{buildroot}/%{_sysconfdir}/openvpn
+mkdir -p %{buildroot}/%{_rundir}/openvpn
+mkdir -p %{buildroot}/%{_datadir}/openvpn
 %if %{with_systemd}
+rm %{buildroot}%{_libdir}/systemd/system/openvpn-client@.service
+rm %{buildroot}%{_libdir}/systemd/system/openvpn-server@.service
 install -D -m 644 %{name}.service %{buildroot}/%{_unitdir}/%{name}@.service
 install -D -m 644 $RPM_SOURCE_DIR/%{name}.target 
%{buildroot}/%{_unitdir}/%{name}.target
 install -D -m 755 $RPM_SOURCE_DIR/rc%{name} %{buildroot}%{_sbindir}/rc%{name}
 # tmpfiles.d
-mkdir -p %{buildroot}%{_libexecdir}/tmpfiles.d
-install -m 0644 $RPM_SOURCE_DIR/%{name}-tmpfile.conf 
%{buildroot}%{_libexecdir}/tmpfiles.d/%{name}.conf
+mkdir -p %{buildroot}%{_libdir}/tmpfiles.d
+install -m 0644 $RPM_SOURCE_DIR/%{name}-tmpfile.conf 
%{buildroot}%{_libdir}/tmpfiles.d/%{name}.conf
 %else
-install -D -m 755 $RPM_SOURCE_DIR/openvpn.init 
$RPM_BUILD_ROOT/%{_sysconfdir}/init.d/openvpn
-ln -sv %{_sysconfdir}/init.d/openvpn $RPM_BUILD_ROOT/%{_sbindir}/rcopenvpn
+install -D -m 755 $RPM_SOURCE_DIR/openvpn.init 
%{buildroot}/%{_sysconfdir}/init.d/openvpn
+ln -sv %{_sysconfdir}/init.d/openvpn %{buildroot}/%{_sbindir}/rcopenvpn
 # the /etc/sysconfig/openvpn template 

commit ghc-http-api-data for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package ghc-http-api-data for 
openSUSE:Factory checked in at 2017-06-12 15:28:31

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


Package is "ghc-http-api-data"

Mon Jun 12 15:28:31 2017 rev:8 rq:499707 version:0.3.7.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-http-api-data/ghc-http-api-data.changes  
2017-04-14 13:36:28.817912678 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-http-api-data.new/ghc-http-api-data.changes 
2017-06-12 15:28:32.169325342 +0200
@@ -1,0 +2,15 @@
+Thu May 18 09:52:26 UTC 2017 - psim...@suse.com
+
+- Update to version 0.3.7.1 with cabal2obs.
+
+---
+Mon Apr 24 12:26:17 UTC 2017 - psim...@suse.com
+
+- Update to version 0.3.7 with cabal2obs.
+
+---
+Wed Apr 19 13:32:14 UTC 2017 - psim...@suse.com
+
+- Update to version 0.3.6 with cabal2obs.
+
+---

Old:

  http-api-data-0.3.5.tar.gz

New:

  http-api-data-0.3.7.1.tar.gz



Other differences:
--
++ ghc-http-api-data.spec ++
--- /var/tmp/diff_new_pack.9rSPcx/_old  2017-06-12 15:28:33.029204073 +0200
+++ /var/tmp/diff_new_pack.9rSPcx/_new  2017-06-12 15:28:33.033203508 +0200
@@ -19,7 +19,7 @@
 %global pkg_name http-api-data
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.3.5
+Version:0.3.7.1
 Release:0
 Summary:Converting to/from HTTP API data like URL pieces, headers and 
query parameters
 License:BSD-2-Clause
@@ -27,11 +27,13 @@
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
+BuildRequires:  ghc-attoparsec-devel
+BuildRequires:  ghc-attoparsec-iso8601-devel
 BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-cabal-doctest-devel
 BuildRequires:  ghc-containers-devel
-BuildRequires:  ghc-directory-devel
-BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-hashable-devel
+BuildRequires:  ghc-http-types-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-time-devel
@@ -43,7 +45,9 @@
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-QuickCheck-devel
+BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-doctest-devel
+BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-hspec-devel
 BuildRequires:  ghc-quickcheck-instances-devel
 BuildRequires:  ghc-uuid-devel

++ http-api-data-0.3.5.tar.gz -> http-api-data-0.3.7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-api-data-0.3.5/CHANGELOG.md 
new/http-api-data-0.3.7.1/CHANGELOG.md
--- old/http-api-data-0.3.5/CHANGELOG.md2017-01-19 21:50:10.0 
+0100
+++ new/http-api-data-0.3.7.1/CHANGELOG.md  2017-05-15 14:30:30.0 
+0200
@@ -1,3 +1,25 @@
+0.3.7.1
+---
+
+* GHC-8.2 support (see [#55](https://github.com/fizruk/http-api-data/pull/55)).
+
+0.3.7
+---
+
+* Minor changes:
+* Use 
[`attoparsec-iso8601`](http://hackage.haskell.org/package/attoparsec-iso8601)
+  for parsing of time types. Now the accepted formats are the same as by 
`aeson`,
+  i.e. parsers are more lenient
+  (see [#41](https://github.com/fizruk/http-api-data/pull/41));
+* Preserve fractions of a second in `ToHttpApiData` instances (see 
[#53](https://github.com/fizruk/http-api-data/pull/53));
+* Add `ToHttpApiData` and `FromHttpApiData` instances for `TimeOfDay` (see 
[#53](https://github.com/fizruk/http-api-data/pull/53)).
+
+0.3.6
+---
+
+* Minor change:
+* Add `toEncodedUrlPiece` class method for URL-encoded path segments (see 
[#50](https://github.com/fizruk/http-api-data/pull/50)); use efficient encoding 
for types whose values don't need URL-encoding.
+
 0.3.5
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-api-data-0.3.5/Setup.lhs 
new/http-api-data-0.3.7.1/Setup.lhs
--- old/http-api-data-0.3.5/Setup.lhs   2017-01-17 16:20:22.0 +0100
+++ new/http-api-data-0.3.7.1/Setup.lhs 2017-05-15 14:28:55.0 +0200
@@ -1,165 +1,36 @@
 \begin{code}
 {-# LANGUAGE CPP #-}
-#ifndef MIN_VERSION_Cabal
-#define MIN_VERSION_Cabal(x,y,z) 0
-#endif
-#ifndef MIN_VERSION_directory
-#define MIN_VERSION_directory(x,y,z) 0
-#endif
-#if MIN_VERSION_Cabal(1,24,0)
-#define InstalledPackageId UnitId
-#endif
+{-# OPTIONS_GHC -Wall #-}
 module Main (main) where
 
-import Control.Monad ( when )
-import D

commit rxvt-unicode for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package rxvt-unicode for openSUSE:Factory 
checked in at 2017-06-12 15:28:39

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


Package is "rxvt-unicode"

Mon Jun 12 15:28:39 2017 rev:34 rq:500181 version:9.22

Changes:

--- /work/SRC/openSUSE:Factory/rxvt-unicode/rxvt-unicode.changes
2016-11-07 13:25:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.rxvt-unicode.new/rxvt-unicode.changes   
2017-06-12 15:28:48.151071422 +0200
@@ -1,0 +2,7 @@
+Wed May 31 14:55:32 UTC 2017 - mrueck...@suse.de
+
+- added rxvt-unicode-hardening.patch: (boo# 1036456)
+  While urxvt is not directly affected by CVE-2017-7483. We add a
+  patch to harden urxvt to avoid similar bugs in the future.
+
+---

New:

  rxvt-unicode-hardening.patch



Other differences:
--
++ rxvt-unicode.spec ++
--- /var/tmp/diff_new_pack.oj9Bvo/_old  2017-06-12 15:28:48.882968202 +0200
+++ /var/tmp/diff_new_pack.oj9Bvo/_new  2017-06-12 15:28:48.886967638 +0200
@@ -38,6 +38,7 @@
 Patch1: rxvt-unicode-9.20-CVE-2008-1142-DISPLAY.patch
 Patch2: rxvt-unicode-9.21-xsubpp.patch
 Patch3: rxvt-unicode-0001-Prefer-XDG_RUNTIME_DIR-over-the-HOME.patch
+Patch4: rxvt-unicode-hardening.patch
 BuildRequires:  gcc-c++
 BuildRequires:  ncurses-devel
 BuildRequires:  perl
@@ -68,6 +69,7 @@
 %patch1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 find -type d -name CVS -print0 | xargs -r0 rm -r
 install -m 0644 %{SOURCE2} README.SUSE
 

++ rxvt-unicode-hardening.patch ++
diff -ru rxvt-unicode-9.22/src/command.C rxvt-unicode-9.22-patched/src/command.C
--- rxvt-unicode-9.22/src/command.C 2016-01-18 20:35:08.0 +0100
+++ rxvt-unicode-9.22-patched/src/command.C 2017-04-28 09:52:35.440245607 
+0200
@@ -2868,7 +2868,7 @@
   i = ch - CSI_ICH;
   ndef = get_byte_array_bit (csi_defaults, i);
   for (p = 0; p < nargs; p++)
-if (arg[p] == -1)
+if (arg[p] < 0 || arg[p] > 3)
   arg[p] = ndef;
 
   /*



commit aespipe for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package aespipe for openSUSE:Factory checked 
in at 2017-06-12 15:28:52

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


Package is "aespipe"

Mon Jun 12 15:28:52 2017 rev:10 rq:501084 version:2.4d

Changes:

--- /work/SRC/openSUSE:Factory/aespipe/aespipe.changes  2017-04-11 
09:39:19.342586489 +0200
+++ /work/SRC/openSUSE:Factory/.aespipe.new/aespipe.changes 2017-06-12 
15:28:56.669870005 +0200
@@ -1,0 +2,5 @@
+Mon Jun  5 07:49:57 UTC 2017 - mplus...@suse.com
+
+- Fix building on Factory (disable pie building)
+
+---



Other differences:
--
++ aespipe.spec ++
--- /var/tmp/diff_new_pack.IINAJN/_old  2017-06-12 15:28:57.177798371 +0200
+++ /var/tmp/diff_new_pack.IINAJN/_new  2017-06-12 15:28:57.177798371 +0200
@@ -24,6 +24,7 @@
 Group:  Productivity/Security
 Url:http://loop-aes.sourceforge.net/
 Source: 
http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2
+#!BuildIgnore: gcc-PIE
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gpg2
@@ -36,16 +37,13 @@
 compatible encrypted disk images.
 
 %prep
-%setup -q -n "aespipe-v%{version}"
+%setup -q -n %{name}-v%{version}
 patch  < aes-GPL.diff
 
 %build
 autoreconf -fiv
-%if 0%{?suse_version} > 1315
-export LDFLAGS="-no-pie"
-%endif
 %configure \
-%ifarch %ix86
+%ifarch %{ix86}
   --enable-asm=x86   --enable-padlock --enable-intelaes \
 %endif
 %ifarch amd64 x86_64 ia32e em64t




commit mopac7 for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package mopac7 for openSUSE:Factory checked 
in at 2017-06-12 15:29:54

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


Package is "mopac7"

Mon Jun 12 15:29:54 2017 rev:4 rq:501329 version:1.15

Changes:

--- /work/SRC/openSUSE:Factory/mopac7/mopac7.changes2017-02-03 
17:50:41.550491261 +0100
+++ /work/SRC/openSUSE:Factory/.mopac7.new/mopac7.changes   2017-06-12 
15:30:15.542746356 +0200
@@ -1,0 +2,5 @@
+Tue Jun  6 08:50:59 UTC 2017 - mplus...@suse.com
+
+- Add mopac7-fortify.patch to fix building on latest Factory
+
+---

New:

  mopac7-fortify.patch



Other differences:
--
++ mopac7.spec ++
--- /var/tmp/diff_new_pack.WxBNmN/_old  2017-06-12 15:30:23.133675777 +0200
+++ /var/tmp/diff_new_pack.WxBNmN/_new  2017-06-12 15:30:23.137675213 +0200
@@ -27,6 +27,8 @@
 Source0:
http://www.bioinformatics.org/ghemical/download/current/%{name}-%{version}.tar.gz
 Patch1: mopac7-1.14-random_data.patch
 Patch2: mopac7-1.14-libdir.patch
+# PATCH-FEATURE-OPENSUSE mopac7-fortify.patch -- fix for building with gcc7
+Patch3: mopac7-fortify.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-fortran
@@ -66,8 +68,9 @@
 
 %prep
 %setup -q
-%patch1
-%patch2
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 autoreconf -fiv

++ mopac7-1.14-libdir.patch ++
--- /var/tmp/diff_new_pack.WxBNmN/_old  2017-06-12 15:30:23.157672393 +0200
+++ /var/tmp/diff_new_pack.WxBNmN/_new  2017-06-12 15:30:23.161671829 +0200
@@ -1,7 +1,7 @@
-Index: libmopac7.pc.in
+Index: mopac7-1.15/libmopac7.pc.in
 ===
 libmopac7.pc.in.orig
-+++ libmopac7.pc.in
+--- mopac7-1.15.orig/libmopac7.pc.in
 mopac7-1.15/libmopac7.pc.in
 @@ -1,5 +1,5 @@
  prefix=@prefix@
 -libdir=${prefix}/lib

++ mopac7-1.14-random_data.patch ++
--- /var/tmp/diff_new_pack.WxBNmN/_old  2017-06-12 15:30:23.173670137 +0200
+++ /var/tmp/diff_new_pack.WxBNmN/_new  2017-06-12 15:30:23.173670137 +0200
@@ -1,8 +1,8 @@
-Index: fortran/etime.c
+Index: mopac7-1.15/fortran/etime.c
 ===
 fortran/etime.c.orig
-+++ fortran/etime.c
-@@ -28,4 +28,5 @@
+--- mopac7-1.15.orig/fortran/etime.c
 mopac7-1.15/fortran/etime.c
+@@ -28,4 +28,5 @@ float etime_(float *a)
 a[0] = a[0] + (double)(t.ru_utime.tv_usec) / CLOCKS_PER_SEC;
 a[1] = (double)(t.ru_stime.tv_sec);
 a[1] = a[1] + (double)(t.ru_stime.tv_usec) / CLOCKS_PER_SEC;

++ mopac7-fortify.patch ++
Index: mopac7-1.15/fortran/fdate.c
===
--- mopac7-1.15.orig/fortran/fdate.c
+++ mopac7-1.15/fortran/fdate.c
@@ -17,6 +17,7 @@ LAST MODIFIACTION
 */
 
 #include "mopac7f2c.h"
+#include "s_copy.h"
 
 #include 
 #include 
Index: mopac7-1.15/fortran/s_copy.c
===
--- mopac7-1.15.orig/fortran/s_copy.c
+++ mopac7-1.15/fortran/s_copy.c
@@ -5,6 +5,7 @@
  */
 
 #include "mopac7f2c.h"
+#include "s_copy.h"
 #ifdef __cplusplus
 extern "C" {
 #endif
Index: mopac7-1.15/fortran/s_copy.h
===
--- /dev/null
+++ mopac7-1.15/fortran/s_copy.h
@@ -0,0 +1,5 @@
+#ifndef _S_COPY_H
+
+# define _S_COPY_H   1
+void s_copy(register char *, register char *, ftnlen, ftnlen);
+#endif



commit ibutils for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package ibutils for openSUSE:Factory checked 
in at 2017-06-12 15:30:34

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


Package is "ibutils"

Mon Jun 12 15:30:34 2017 rev:5 rq:501507 version:1.5.7.0.2

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.ibutils.new/ibutils-ui.changes  2017-06-12 
15:31:16.002219468 +0200
@@ -0,0 +1,154 @@
+---
+Fri Jun  2 13:18:19 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Fix ibutils-diagui.patch to not build ibdiagui
+  with the ibutils package.
+
+---
+Thu Jun  1 08:01:59 UTC 2017 - jeng...@inai.de
+
+- Scriptlets and %packages need not be wrapped in %if.
+
+---
+Fri Apr 28 16:38:48 UTC 2017 - jeng...@inai.de
+
+- Normalize all macros
+- Replace "1 tool" by one tool for better reading
+
+---
+Thu Mar 30 15:49:38 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Add ibutils-diagui.patch to allow UI less compilation
+- Add a separate ibutils-ui package for UI tools. BSC #1030891
+
+---
+Mon Feb 23 20:51:12 UTC 2015 - mgo...@suse.com
+
+- Add COPYING to package docs.
+
+---
+Fri Feb 13 15:37:06 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.5.7-0.2
+  * No changelog available
+- Remove ibutils-add_shebang.patch; not needed anymore
+- Use download Url as source
+
+---
+Fri Jul 18 13:08:19 CEST 2014 - p...@suse.de
+
+- Remove the bogus rpath from ibdmsh and that vein do not link
+  ibdmsh statically.
+
+---
+Thu Jul 17 13:10:08 CEST 2014 - p...@suse.de
+
+- Do not build and install the dynamic library so remove all
+  traces.
+- Remove .la files as they were only needed for the static libs.
+
+---
+Tue Jun  3 11:24:34 CEST 2014 - p...@suse.de
+
+- Update to OFED 3.12 final.
+
+---
+Fri Jan 17 13:21:45 CET 2014 - p...@suse.de
+
+- Update to OFED 3.12 daily snapshot
+- Use spdx.org format for license specification
+
+---
+Wed Aug 28 16:16:57 CEST 2013 - p...@suse.de
+
+- Add ibutils-tk-8.6.patch to include tk 8.6 in the check for accetable
+  tk versions.
+- Add ibutils-add_shebang.patch to add a shebang to git_version.tcl
+  which is installed in _bindir.
+- Run fdupes to eleminate file duplication.
+- Add a rpmlintrc file to silence useless warnings.
+- Add ibutils-autotools.patch to modify the neccessary files
+  so that autoreconf can be called.
+- (Build)Require graphviz-tcl as ibdiag won't work correctly without
+  the graphviz tcl plugin.
+
+---
+Tue Sep 11 14:19:04 CEST 2012 - p...@suse.de
+
+- Update to 1.5.7-0.1.g05a9d1a from OFED 1.5.4.1:
+
+  New Features:
+  * Added scripts that convert OSM dump files for ibdmchk
+   ibutils: added support for GUIDInfo MAD in ibis and simulator
+
+  Major Bugs Fixed:
+  * ibmgtsim: fixed various bugs with running simulations
+  * ibutils: fixed rpmbuild with and w/o ibmgtsim
+
+  Known Issues:
+  * Ibdiagnet "-wt" option may generate a bad topology file when
+running on a cluster that contains complex switch systems.
+
+  * ibutils works only partially on any distro with TCL 8.5. 
+ibdiagnet/ibdiagpath/ibis don't work with TCL 8.5 due to a change
+in TCL behavior: the built-in TCL function "dump" on TCL 8.5
+always includes field names.
+Until the fix, any user script that uses ibis needs to be fixed
+in order to function correctly on TCL 8.5
+
+- Adapt the patch.
+- Package static library in a devel-static package.
+
+---
+Tue May  8 18:28:17 CEST 2012 - p...@suse.de
+
+- BuildRequire automake, autoconf and libtool.
+
+Tue May 25 01:30:35 CEST 2010 - jjo...@novell.com
+
+- Updated to v1.5.4 from OFED 1.5.1
+- Removed patch for libreplace
+- Updated the retval patch to include a fix to CredLoops.cpp
+
+---
+Fri May 14 23:44:28 CEST 2010 - jjo...@novell.com
+
+- Updated the ibutils tarball to the one found in the OFED 1.4.2
+  release.  There is no version change as the ibutils package in
+  OFED changed

commit RemoteBox for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package RemoteBox for openSUSE:Factory 
checked in at 2017-06-12 15:28:18

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


Package is "RemoteBox"

Mon Jun 12 15:28:18 2017 rev:11 rq:498634 version:2.3

Changes:

--- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes  2016-08-24 
10:09:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.RemoteBox.new/RemoteBox.changes 2017-06-12 
15:28:18.535248161 +0200
@@ -1,0 +2,5 @@
+Sat May 20 10:34:39 UTC 2017 - c...@gallochri.com
+
+-Updtae to 2.3 version 
+
+---
@@ -4 +9 @@
--Updtae to 2.2 version 
+-Update to 2.2 version 

Old:

  RemoteBox-2.2.tar.bz2

New:

  RemoteBox-2.3.tar.bz2



Other differences:
--
++ RemoteBox.spec ++
--- /var/tmp/diff_new_pack.kOnFnR/_old  2017-06-12 15:28:19.199154530 +0200
+++ /var/tmp/diff_new_pack.kOnFnR/_new  2017-06-12 15:28:19.203153966 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package RemoteBox
 #
-# 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 @@
 # to remotebox so filter it
 %global __provides_exclude ^perl\\(vboxService\\)
 Name:   RemoteBox
-Version:2.2
+Version:2.3
 Release:0
 Summary:A VirtualBox client with remote management
 License:GPL-2.0+

++ RemoteBox-2.2.tar.bz2 -> RemoteBox-2.3.tar.bz2 ++
 17994 lines of diff (skipped)




commit python-mpi4py for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package python-mpi4py for openSUSE:Factory 
checked in at 2017-06-12 15:28:15

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


Package is "python-mpi4py"

Mon Jun 12 15:28:15 2017 rev:3 rq:498537 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-mpi4py/python-mpi4py.changes  
2017-02-03 18:57:50.669771875 +0100
+++ /work/SRC/openSUSE:Factory/.python-mpi4py.new/python-mpi4py.changes 
2017-06-12 15:28:17.363413425 +0200
@@ -1,0 +2,7 @@
+Tue May 23 15:49:20 UTC 2017 - toddrme2...@gmail.com
+
+- Implement single-spec version
+- Fix source URL.
+- Package docs
+
+---



Other differences:
--
++ python-mpi4py.spec ++
--- /var/tmp/diff_new_pack.fH0r6j/_old  2017-06-12 15:28:18.311279748 +0200
+++ /var/tmp/diff_new_pack.fH0r6j/_new  2017-06-12 15:28:18.315279184 +0200
@@ -16,23 +16,23 @@
 #
 
 
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
-
-%define modname mpi4py
-Name:   python-%{modname}
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+Name:   python-mpi4py
 Version:2.0.0
 Release:0
 Summary:MPI for Python
 License:BSD-2-Clause
 Group:  Development/Libraries/Python
 Url:https://bitbucket.org/mpi4py/mpi4py
-Source0:
https://bitbucket.org/%{modname}/%{modname}/downloads/%{modname}-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/m/mpi4py/mpi4py-%{version}.tar.gz
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  openmpi-devel
-BuildRequires:  python-devel
 Requires:   openmpi
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%py_requires
+%python_subpackages
 
 %description
 This package provides Message Passing Interface support for Python scripting 
in parallel
@@ -62,32 +62,77 @@
 Summary:Development files for %{name}
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
-%py_requires -d
+Requires:   %{name}-common-devel = %{version}
+Requires:   python-devel
 
 %description devel
+Development libraries and headers needed to build packages using %{name}.
+
+%package -n %{name}-common-devel
+Summary:Shared development files for %{name}
+Group:  Development/Libraries/Python
+Provides:   %{python_module mpi4py-common-devel = %{version}}
+Requires:   openmpi-devel
+
+%description -n %{name}-common-devel
 Development libraries and headers needed to build packages using %{name}
+for both python2 and python3.
 
+You normally do not need to install this directly, it will be pulled in by
+the python-specific devel package.
+
+%package -n %{name}-doc
+Summary:Documentation for %{name}
+Group:  Documentation/Other
+Provides:   %{python_module mpi4py-doc = %{version}}
+
+%description -n %{name}-doc
+Documentation files and demos for %{name}.
 
 %prep
-%setup -q -n %{modname}-%{version}
+%setup -q -n mpi4py-%{version}
 
 %build
-env CFLAGS="%{optflags}" python setup.py build
+export CFLAGS="%{optflags}"
+%python_build
 
 %install
-python setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-headers=%{_includedir}
-mkdir -p -m 755 %{buildroot}%{_includedir}
-mv %{buildroot}%{python_sitearch}/%{modname}/include/%{modname} 
%{buildroot}/%{_includedir}
-%fdupes -s %{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
+
+# De-duplicate includes and also put them in a more generally-accessible 
location.
+mkdir -p %{buildroot}/%{_includedir}
+%python_expand cp -r %{buildroot}%{$python_sitearch}/mpi4py/include/mpi4py 
%{buildroot}/%{_includedir}/
+%python_expand rm -r %{buildroot}%{$python_sitearch}/mpi4py/include/mpi4py
+%python_expand ln -s %{_includedir}/mpi4py 
%{buildroot}%{$python_sitearch}/mpi4py/include/mpi4py
 
-%files
+%files %{python_files}
+%defattr(-,root,root)
+%doc CHANGES.rst DESCRIPTION.rst README.rst LICENSE.rst
+%{python_sitearch}/mpi4py
+%{python_sitearch}/mpi4py-%{version}-py*.egg-info
+%exclude %{python_sitearch}/mpi4py/include/
+
+%files %{python_files devel}
+%defattr(-,root,root)
+%doc LICENSE.rst
+%dir %{python_sitearch}/mpi4py/include/
+%{python_sitearch}/mpi4py/include/mpi4py
+
+%files -n %{name}-common-devel
 %defattr(-,root,root)
 %doc LICENSE.rst
-%{python_sitearch}/%{modname}
-%{python_sitearch}/%{modname}-%{version}-py%{py_ver}.egg-info
+%dir %{_includedir}/mpi4py/
+%{_include

commit libass for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package libass for openSUSE:Factory checked 
in at 2017-06-12 15:26:40

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


Package is "libass"

Mon Jun 12 15:26:40 2017 rev:41 rq:501356 version:0.13.7

Changes:

--- /work/SRC/openSUSE:Factory/libass/libass.changes2017-02-22 
13:47:56.876028216 +0100
+++ /work/SRC/openSUSE:Factory/.libass.new/libass.changes   2017-06-12 
15:26:44.340538159 +0200
@@ -1,0 +2,16 @@
+Tue Jun  6 10:32:46 UTC 2017 - idon...@suse.com
+
+- Update to version 0.13.7
+  * Fix invalid memory accesses with BorderStyle=4
+  * Fix change detection bug on frame resizes
+  * Fix cache bugs with border size
+  * Reduce precision of border width in font outline caching
+  * Don't treat :;<=>? as hexadecimal digits in color headers
+  * Fix parsing of unusual Alignment values in ASS style definitions
+  * Fix potential truncation in timestamp parsing
+  * Treat negative PlayResX/PlayResY like VSFilter
+  * Fixes to parsing of embedded fonts
+  * Remove arbitrary bitmap limit (fixes issues with subtitle rendering at 4K)
+  * Allow using shadow offset to adjust size of background with BorderStyle=4
+
+---

Old:

  libass-0.13.6.tar.xz

New:

  libass-0.13.7.tar.xz



Other differences:
--
++ libass.spec ++
--- /var/tmp/diff_new_pack.T1r0Ap/_old  2017-06-12 15:26:46.428243556 +0200
+++ /var/tmp/diff_new_pack.T1r0Ap/_new  2017-06-12 15:26:46.428243556 +0200
@@ -18,7 +18,7 @@
 
 %define sover   9
 Name:   libass
-Version:0.13.6
+Version:0.13.7
 Release:0
 Summary:Library for SSA/ASS-formatted subtitle rendering
 License:ISC

++ libass-0.13.6.tar.xz -> libass-0.13.7.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libass-0.13.6/Changelog new/libass-0.13.7/Changelog
--- old/libass-0.13.6/Changelog 2017-01-03 20:31:50.0 +0100
+++ new/libass-0.13.7/Changelog 2017-06-03 18:51:35.0 +0200
@@ -1,3 +1,17 @@
+libass (0.13.7)
+ * Fix invalid memory accesses with BorderStyle=4
+ * Fix change detection bug on frame resizes
+ * Fix cache bugs with border size
+ * Reduce precision of border width in font outline caching
+ * Don't treat :;<=>? as hexadecimal digits in color headers
+ * Fix parsing of unusual Alignment values in ASS style definitions
+ * Fix potential truncation in timestamp parsing
+ * Treat negative PlayResX/PlayResY like VSFilter
+ * Fixes to parsing of embedded fonts
+ * Remove arbitrary bitmap limit (fixes issues with subtitle rendering at 4K)
+ * Allow using shadow offset to adjust size of background with BorderStyle=4
+ * Fix TrueType/OpenType font collection handling with the DirectWrite backend
+
 libass (0.13.6)
  * Bump ABI version to account for the new Justify field in ASS_Style
that was added in 0.13.5.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libass-0.13.6/Makefile.in 
new/libass-0.13.7/Makefile.in
--- old/libass-0.13.6/Makefile.in   2017-01-03 20:32:12.0 +0100
+++ new/libass-0.13.7/Makefile.in   2017-06-03 19:06:00.0 +0200
@@ -364,6 +364,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libass-0.13.6/config.guess 
new/libass-0.13.7/config.guess
--- old/libass-0.13.6/config.guess  2017-01-03 20:32:12.0 +0100
+++ new/libass-0.13.7/config.guess  2017-06-03 19:06:00.0 +0200
@@ -1,8 +1,8 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
-#   Copyright 1992-2014 Free Software Foundation, Inc.
+#   Copyright 1992-2015 Free Software Foundation, Inc.
 
-timestamp='2014-11-04'
+timestamp='2015-08-20'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -50,7 +50,7 @@
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright 1992-2014 Free Software Foundation, Inc.
+Copyright 1992-2015 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -168,20 +168,27 @@
# Note: NetBSD doesn't particularly care about the vendor
# portion of the name.  We always set it to "unknown".
sysctl="sysctl -n hw.machine_arch"
-   UNAME_MACHIN

commit python-nbxmpp for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package python-nbxmpp for openSUSE:Factory 
checked in at 2017-06-12 15:28:57

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


Package is "python-nbxmpp"

Mon Jun 12 15:28:57 2017 rev:14 rq:501306 version:0.5.5

Changes:

--- /work/SRC/openSUSE:Factory/python-nbxmpp/python-nbxmpp.changes  
2016-10-20 23:09:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-nbxmpp.new/python-nbxmpp.changes 
2017-06-12 15:29:05.184669150 +0200
@@ -1,0 +2,8 @@
+Wed May 17 13:12:21 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 0.5.5:
+  * Add some namespaces.
+  * Some cleanup.
+- Update for the multipython build.
+
+---

Old:

  nbxmpp-0.5.4.tar.gz

New:

  nbxmpp-0.5.5.tar.gz



Other differences:
--
++ python-nbxmpp.spec ++
--- /var/tmp/diff_new_pack.bncAiB/_old  2017-06-12 15:29:08.460207195 +0200
+++ /var/tmp/diff_new_pack.bncAiB/_new  2017-06-12 15:29:08.460207195 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nbxmpp
 #
-# 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,30 +16,28 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define _name   nbxmpp
 Name:   python-nbxmpp
-Version:0.5.4
+Version:0.5.5
 Release:0
 Summary:XMPP library by Gajim team
 License:GPL-3.0+
 Group:  Development/Languages/Python
 Url:https://python-nbxmpp.gajim.org/
 Source: 
https://files.pythonhosted.org/packages/source/n/%{_name}/%{_name}-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
 BuildRequires:  fdupes
-BuildRequires:  python-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} >= 1120
+BuildRequires:  python-rpm-macros
 BuildArch:  noarch
-%else
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-%py_requires
-%endif
 
 %description
 Python-nbxmpp is a Python library that provides a way for Python
 applications to use Jabber/XMPP networks in a non-blocking way. This
 library is initialy a fork of xmpppy one, but using non-blocking sockets.
 
+%python_subpackages
+
 %package doc
 Summary:Nbxmpp Documentation
 Group:  Documentation/Other
@@ -49,25 +47,23 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
-rm doc/examples/*.orig
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install \
-  --root %{buildroot} --prefix=%{_prefix}
-%fdupes %{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}/
 
-%files
+%files %{python_files}
 %defattr(-,root,root)
 %doc COPYING
 %{python_sitelib}/%{_name}/
 %{python_sitelib}/%{_name}-*
 
-%files doc
+%files %{python_files doc}
 %defattr(-,root,root)
 %doc ChangeLog README
-%doc doc/apidocs doc/examples
+%doc doc/apidocs/ doc/examples/
 
 %changelog

++ nbxmpp-0.5.4.tar.gz -> nbxmpp-0.5.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbxmpp-0.5.4/ChangeLog new/nbxmpp-0.5.5/ChangeLog
--- old/nbxmpp-0.5.4/ChangeLog  2016-09-04 13:45:11.0 +0200
+++ new/nbxmpp-0.5.5/ChangeLog  2017-01-30 22:34:33.0 +0100
@@ -1,3 +1,8 @@
+python-nbxmpp 0.5.5 (30 January 2017)
+
+  * Some cleanup
+  * Add some namespaces
+
 python-nbxmpp 0.5.4 (04 September 2016)
 
   * Fix SCRAM authentication
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbxmpp-0.5.4/PKG-INFO new/nbxmpp-0.5.5/PKG-INFO
--- old/nbxmpp-0.5.4/PKG-INFO   2016-09-04 13:50:47.0 +0200
+++ new/nbxmpp-0.5.5/PKG-INFO   2017-01-30 22:49:18.0 +0100
@@ -1,8 +1,8 @@
 Metadata-Version: 1.0
 Name: nbxmpp
-Version: 0.5.4
+Version: 0.5.5
 Summary: Non blocking Jabber/XMPP module
-Home-page: http://python-nbxmpp.gajim.org
+Home-page: http://dev.gajim.org/gajim/python-nbxmpp
 Author: Yann Leboulanger
 Author-email: aste...@lagaule.org
 License: UNKNOWN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbxmpp-0.5.4/README new/nbxmpp-0.5.5/README
--- old/nbxmpp-0.5.4/README 2015-07-26 13:10:28.0 +0200
+++ new/nbxmpp-0.5.5/README 2017-01-01 23:13:23.0 +0100
@@ -1,5 +1,5 @@
   python-nbxmpp
-  http://python-nbxmpp.gajim.org
+   

commit ghc-memory for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package ghc-memory for openSUSE:Factory 
checked in at 2017-06-12 15:28:03

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


Package is "ghc-memory"

Mon Jun 12 15:28:03 2017 rev:7 rq:494175 version:0.14.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-memory/ghc-memory.changes2017-03-14 
10:05:31.221099765 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-memory.new/ghc-memory.changes   
2017-06-12 15:28:03.933307473 +0200
@@ -1,0 +2,15 @@
+Wed May  3 08:14:00 UTC 2017 - psim...@suse.com
+
+- Update to version 0.14.5 with cabal2obs.
+
+---
+Tue Apr  4 11:04:07 UTC 2017 - psim...@suse.com
+
+- Update to version 0.14.3 with cabal2obs.
+
+---
+Mon Mar 27 12:41:49 UTC 2017 - psim...@suse.com
+
+- Update to version 0.14.2 with cabal2obs.
+
+---

Old:

  memory-0.14.1.tar.gz

New:

  memory-0.14.5.tar.gz



Other differences:
--
++ ghc-memory.spec ++
--- /var/tmp/diff_new_pack.YVY5Nd/_old  2017-06-12 15:28:04.545221175 +0200
+++ /var/tmp/diff_new_pack.YVY5Nd/_new  2017-06-12 15:28:04.549220611 +0200
@@ -19,7 +19,7 @@
 %global pkg_name memory
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.14.1
+Version:0.14.5
 Release:0
 Summary:Memory and related abstraction stuff
 License:BSD-3-Clause
@@ -29,6 +29,7 @@
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-deepseq-devel
+BuildRequires:  ghc-foundation-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}

++ memory-0.14.1.tar.gz -> memory-0.14.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/memory-0.14.1/Data/ByteArray/Bytes.hs 
new/memory-0.14.5/Data/ByteArray/Bytes.hs
--- old/memory-0.14.1/Data/ByteArray/Bytes.hs   2017-01-16 11:16:10.0 
+0100
+++ new/memory-0.14.5/Data/ByteArray/Bytes.hs   2017-04-03 14:08:10.0 
+0200
@@ -55,9 +55,11 @@
 
 touchBytes :: Bytes -> IO ()
 touchBytes (Bytes mba) = IO $ \s -> case touch# mba s of s' -> (# s', () #)
+{-# INLINE touchBytes #-}
 
 sizeofBytes :: Bytes -> Int
 sizeofBytes (Bytes mba) = I# (sizeofMutableByteArray# mba)
+{-# INLINE sizeofBytes #-}
 
 withPtr :: Bytes -> (Ptr p -> IO a) -> IO a
 withPtr b@(Bytes mba) f = do
@@ -75,23 +77,23 @@
 bytesConcat :: [Bytes] -> IO Bytes
 bytesConcat l = bytesAlloc retLen (copy l)
   where
-retLen = sum $ map bytesLength l
+!retLen = sum $ map bytesLength l
 
 copy [] _   = return ()
 copy (x:xs) dst = do
 withPtr x $ \src -> memCopy dst src chunkLen
 copy xs (dst `plusPtr` chunkLen)
   where
-chunkLen = bytesLength x
+!chunkLen = bytesLength x
 
 bytesAppend :: Bytes -> Bytes -> IO Bytes
 bytesAppend b1 b2 = bytesAlloc retLen $ \dst -> do
 withPtr b1 $ \s1 -> memCopy dst  s1 len1
 withPtr b2 $ \s2 -> memCopy (dst `plusPtr` len1) s2 len2
   where
-len1   = bytesLength b1
-len2   = bytesLength b2
-retLen = len1 + len2
+!len1   = bytesLength b1
+!len2   = bytesLength b2
+!retLen = len1 + len2
 
 bytesAllocRet :: Int -> (Ptr p -> IO a) -> IO (a, Bytes)
 bytesAllocRet sz f = do
@@ -101,6 +103,7 @@
 
 bytesLength :: Bytes -> Int
 bytesLength = sizeofBytes
+{-# LANGUAGE bytesLength #-}
 
 withBytes :: Bytes -> (Ptr p -> IO a) -> IO a
 withBytes = withPtr
@@ -122,6 +125,7 @@
 if booleanPrim (eqWord# e1 e2)
 then loop (i +# 1#) s''
 else (# s', False #)
+{-# INLINE loop #-}
 
 bytesCompare :: Bytes -> Bytes -> Ordering
 bytesCompare b1@(Bytes m1) b2@(Bytes m2) = unsafeDoIO $ IO $ \s -> loop 0# s
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/memory-0.14.1/Data/ByteArray/Methods.hs 
new/memory-0.14.5/Data/ByteArray/Methods.hs
--- old/memory-0.14.1/Data/ByteArray/Methods.hs 2015-08-18 12:25:39.0 
+0200
+++ new/memory-0.14.5/Data/ByteArray/Methods.hs 2017-03-15 21:52:13.0 
+0100
@@ -55,6 +55,7 @@
 alloc n f
 | n < 0 = alloc 0 f
 | otherwise = snd `fmap` allocRet n f
+{-# INLINE alloc #-}
 
 -- | Allocate a new bytearray of specific size, and run the initializer on 
this memory
 create :: ByteArray ba => Int -> (Ptr p -> IO ()) -> IO ba
@@ -70,6 +71,10 @@
 unsafeCreate sz f = unsafeDoIO (alloc sz f)
 {-# NOINLINE unsafeCreate #-}
 
+inlineUnsafeCrea

commit signon-kwallet-extension for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package signon-kwallet-extension for 
openSUSE:Factory checked in at 2017-06-12 15:25:33

Comparing /work/SRC/openSUSE:Factory/signon-kwallet-extension (Old)
 and  /work/SRC/openSUSE:Factory/.signon-kwallet-extension.new (New)


Package is "signon-kwallet-extension"

Mon Jun 12 15:25:33 2017 rev:25 rq:502139 version:17.04.2

Changes:

--- 
/work/SRC/openSUSE:Factory/signon-kwallet-extension/signon-kwallet-extension.changes
2017-05-22 10:45:15.287761258 +0200
+++ 
/work/SRC/openSUSE:Factory/.signon-kwallet-extension.new/signon-kwallet-extension.changes
   2017-06-12 15:25:36.698083357 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:43:03 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * None
+
+---

Old:

  signon-kwallet-extension-17.04.1.tar.xz

New:

  signon-kwallet-extension-17.04.2.tar.xz



Other differences:
--
++ signon-kwallet-extension.spec ++
--- /var/tmp/diff_new_pack.RCKbTI/_old  2017-06-12 15:25:37.677945087 +0200
+++ /var/tmp/diff_new_pack.RCKbTI/_new  2017-06-12 15:25:37.677945087 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   signon-kwallet-extension
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ signon-kwallet-extension-17.04.1.tar.xz -> 
signon-kwallet-extension-17.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/signon-kwallet-extension-17.04.1/CMakeLists.txt 
new/signon-kwallet-extension-17.04.2/CMakeLists.txt
--- old/signon-kwallet-extension-17.04.1/CMakeLists.txt 2017-05-08 
13:18:02.0 +0200
+++ new/signon-kwallet-extension-17.04.2/CMakeLists.txt 2017-06-05 
21:21:11.0 +0200
@@ -2,7 +2,7 @@
 
 set(KDE_APPLICATIONS_VERSION_MAJOR "17")
 set(KDE_APPLICATIONS_VERSION_MINOR "04")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 set(kwalletsignon_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_minimum_required(VERSION 2.8.12)




commit audiofile for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package audiofile for openSUSE:Factory 
checked in at 2017-06-12 15:26:55

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


Package is "audiofile"

Mon Jun 12 15:26:55 2017 rev:37 rq:501854 version:0.3.6

Changes:

--- /work/SRC/openSUSE:Factory/audiofile/audiofile.changes  2016-02-16 
09:26:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.audiofile.new/audiofile.changes 2017-06-12 
15:26:57.574670650 +0200
@@ -1,0 +2,27 @@
+Thu Mar  9 10:37:05 UTC 2017 - alarr...@suse.com
+
+- Add 0001-Always-check-the-number-of-coefficients.patch to put in code
+  an assert that was removed when building the code for a release
+  which checks the number of coeficients in WAVE.cpp .
+- Add 0002-Check-for-multiplication-overflow-in-MSADPCM-decodeS.patch
+  to check for a multiplication overflow in MSADPCM.cpp .
+- Add 0003-Check-for-multiplication-overflow-in-sfconvert.patch to
+  check that a multiplication doesn't overflow when calculating a
+  buffer size and reduce it if necessary.
+- Add 0004-clamp-index-values-to-fix-index-overflow-in-IMA.cpp.patch
+  to clamp index values to fix an index overflow in IMA.cpp .
+- Add 0005-Actually-fail-when-error-occurs-in-parseFormat.patch
+  so when there's an unsupported number of bits per sample or an invalid
+  number of samples per block, don't only print an error message using
+  the error handler, but actually stop parsing the file.
+- Add 0006-Check-for-division-by-zero-in-BlockCodec-runPull.patch to
+  check for division by zero in BlockCodec::runPull
+- These patches fix boo#1026978 (CVE-2017-6837, CVE-2017-6838,
+  CVE-2017-6839), boo#1026979 (CVE-2017-6827),
+  boo#1026980 (CVE-2017-6828), boo#1026981 (CVE-2017-6829),
+  boo#1026982 (CVE-2017-6830), boo#1026983 (CVE-2017-6831),
+  boo#1026984 (CVE-2017-6832), boo#1026985 (CVE-2017-6833),
+  boo#1026986 (CVE-2017-6834), boo#1026987 (CVE-2017-6836),
+  boo#1026988 (CVE-2017-6835).
+
+---

New:

  0001-Always-check-the-number-of-coefficients.patch
  0002-Check-for-multiplication-overflow-in-MSADPCM-decodeS.patch
  0003-Check-for-multiplication-overflow-in-sfconvert.patch
  0004-clamp-index-values-to-fix-index-overflow-in-IMA.cpp.patch
  0005-Actually-fail-when-error-occurs-in-parseFormat.patch
  0006-Check-for-division-by-zero-in-BlockCodec-runPull.patch



Other differences:
--
++ audiofile.spec ++
--- /var/tmp/diff_new_pack.pB4sNX/_old  2017-06-12 15:26:58.226578657 +0200
+++ /var/tmp/diff_new_pack.pB4sNX/_new  2017-06-12 15:26:58.230578093 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package audiofile
 #
-# 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
@@ -31,6 +31,18 @@
 # PATCH-FIX-SECURITY audiofile-CVE-2015-7747.patch bsc949399 CVE-2015-7747 
sbra...@suse.com -- Fix overflow when changing both number of channels and 
sample format https://github.com/mpruett/audiofile/pull/25/files 
https://github.com/mpruett/audiofile/pull/25.patch
 Patch:  audiofile-CVE-2015-7747.patch
 Patch2: audiofile-gcc6.patch
+# PATCH-FIX-UPSTREAM 0001-Always-check-the-number-of-coefficients.patch 
boo#1026978 alarr...@suse.com -- Check number of coefficients 
https://github.com/mpruett/audiofile/pull/42
+Patch3: 0001-Always-check-the-number-of-coefficients.patch
+# PATCH-FIX-UPSTREAM 
0002-Check-for-multiplication-overflow-in-MSADPCM-decodeS.patch boo#1026978 
alarr...@suse.com -- Check for multiplication overflow in MSADPCM.cpp 
https://github.com/mpruett/audiofile/pull/42
+Patch4: 0002-Check-for-multiplication-overflow-in-MSADPCM-decodeS.patch
+# PATCH-FIX-UPSTREAM 0003-Check-for-multiplication-overflow-in-sfconvert.patch 
boo#1026978 alarr...@suse.com -- Check for multiplication overflow in sfconvert 
https://github.com/mpruett/audiofile/pull/42
+Patch5: 0003-Check-for-multiplication-overflow-in-sfconvert.patch
+# PATCH-FIX-UPSTREAM 
0004-clamp-index-values-to-fix-index-overflow-in-IMA.cpp.patch boo#1026981 
alarr...@suse.com -- Clamp index values to fix index overflow 
https://github.com/mpruett/audiofile/pull/43
+Patch6: 0004-clamp-index-values-to-fix-index-overflow-in-IMA.cpp.patch
+# PATCH-FIX-UPSTREAM 0005-Actually-fail-when-error-occurs-in-parseFormat.patch 
boo#1026983 alarr...@suse.com -- Actually fail when error occurs in parseFormat 
https://github.com/mpruett/audiofile/pull/44
+Patch7: 0005-Actually-fail-when-error-occurs-in-par

commit brlemu for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package brlemu for openSUSE:Factory checked 
in at 2017-06-12 15:29:06

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


Package is "brlemu"

Mon Jun 12 15:29:06 2017 rev:18 rq:501310 version:0.1

Changes:

--- /work/SRC/openSUSE:Factory/brlemu/brlemu.changes2011-10-04 
18:07:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.brlemu.new/brlemu.changes   2017-06-12 
15:29:31.432967298 +0200
@@ -1,0 +2,6 @@
+Tue Jun  6 07:53:03 UTC 2017 - seife+...@b1-systems.com
+
+- add brlemu-0.1-gcc7.diff to fix build with gcc 7
+- add brlemu-0.1-nostrip.diff to fix debuginfo package generation
+
+---

New:

  brlemu-0.1-gcc7.diff
  brlemu-0.1-nostrip.diff



Other differences:
--
++ brlemu.spec ++
--- /var/tmp/diff_new_pack.hvUNWN/_old  2017-06-12 15:29:34.296563437 +0200
+++ /var/tmp/diff_new_pack.hvUNWN/_new  2017-06-12 15:29:34.296563437 +0200
@@ -27,6 +27,8 @@
 Url:http://sourceforge.net/
 Source: brlemu-0.1.tgz
 Patch:  brlemu-fakeport.diff
+Patch1: brlemu-0.1-gcc7.diff
+Patch2: brlemu-0.1-nostrip.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -36,6 +38,8 @@
 %prep
 %setup -n brlemu-0.1
 %patch -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} CC="%{__cc}"

++ brlemu-0.1-gcc7.diff ++
Index: b/brlemu.c
===
--- a/brlemu.c
+++ b/brlemu.c
@@ -21,7 +21,7 @@
 
 /* communication functions */
 void send_id (void);
-inline void read_data (void);
+void read_data (void);
 void send_cmd (const unsigned char *cmd);
 
 /* helper functions */
@@ -353,7 +353,7 @@ void send_cmd (const unsigned char *cmd)
 
 }
 
-inline void read_data (void)
+void read_data (void)
 {
   unsigned char code = 0;
   unsigned char brldsp[81];
++ brlemu-0.1-nostrip.diff ++
Index: b/Makefile
===
--- a/Makefile
+++ b/Makefile
@@ -20,5 +20,5 @@ clean:
 
 
 install: $(PRG)
-   install -s -m 755 $(PRG) $(DESTDIR)/usr/bin
+   install -m 755 $(PRG) $(DESTDIR)/usr/bin
 



commit konqueror for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package konqueror for openSUSE:Factory 
checked in at 2017-06-12 15:26:03

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


Package is "konqueror"

Mon Jun 12 15:26:03 2017 rev:7 rq:502580 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/konqueror/konqueror.changes  2017-05-22 
10:41:41.669880314 +0200
+++ /work/SRC/openSUSE:Factory/.konqueror.new/konqueror.changes 2017-06-12 
15:26:07.99700 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:42:55 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * None
+
+---

Old:

  konqueror-17.04.1.tar.xz

New:

  konqueror-17.04.2.tar.xz



Other differences:
--
++ konqueror.spec ++
--- /var/tmp/diff_new_pack.wOqIa1/_old  2017-06-12 15:26:10.337336443 +0200
+++ /var/tmp/diff_new_pack.wOqIa1/_new  2017-06-12 15:26:10.337336443 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   konqueror
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
@@ -27,6 +27,8 @@
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %ix86 x86_64 %arm aarch64 mips mips64
 Summary:KDE Konqueror Libraries
+# Note for legal: 
konqueror-17.04.2/webenginepart/autotests/webengine_testutils.h is Qt 
commercial OR GPL-3.0
+# but it is neither built nor installed in our package.
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Source: %{name}-%{version}.tar.xz

++ konqueror-17.04.1.tar.xz -> konqueror-17.04.2.tar.xz ++
/work/SRC/openSUSE:Factory/konqueror/konqueror-17.04.1.tar.xz 
/work/SRC/openSUSE:Factory/.konqueror.new/konqueror-17.04.2.tar.xz differ: char 
26, line 1




commit wodim for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package wodim for openSUSE:Factory checked 
in at 2017-06-12 15:26:51

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


Package is "wodim"

Mon Jun 12 15:26:51 2017 rev:47 rq:501701 version:1.1.11

Changes:

--- /work/SRC/openSUSE:Factory/wodim/wodim.changes  2015-08-25 
07:18:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.wodim.new/wodim.changes 2017-06-12 
15:26:53.159293717 +0200
@@ -1,0 +2,6 @@
+Tue Sep  1 20:50:18 CEST 2015 - jk...@suse.de
+
+- add fix-check_linux_26.patch: also compare major kernel version
+  number. (bsc#897950)
+
+---

New:

  fix-check_linux_26.patch



Other differences:
--
++ wodim.spec ++
--- /var/tmp/diff_new_pack.HF2xqw/_old  2017-06-12 15:26:53.791204546 +0200
+++ /var/tmp/diff_new_pack.HF2xqw/_new  2017-06-12 15:26:53.795203982 +0200
@@ -43,6 +43,8 @@
 Patch5: genisoimage-multi-extent-fix-bnc615177.patch
 # PATCH-FIX-OPENSUSE cdrkit-pie.diff lnus...@suse.de -- wodim must be pie as 
users may set suid bit on it
 Patch6: cdrkit-pie.diff
+# PATCH-FIX-SLE fix-check_linux_26.patch bsc#897950 jk...@suse.de
+Patch7: fix-check_linux_26.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  cmake
@@ -120,6 +122,7 @@
 %patch4
 %patch5
 %patch6 -p1
+%patch7 -p1
 # Fix perl path
 find . -type f -print0 | xargs -0 perl -pi -e 
's#/usr/local/bin/perl#/usr/bin/perl#g'
 # Fix permissions (no executables in doc files)

++ fix-check_linux_26.patch ++
Index: cdrkit-1.1.11/libusal/scsi-linux-sg.c
===
--- cdrkit-1.1.11.orig/libusal/scsi-linux-sg.c
+++ cdrkit-1.1.11/libusal/scsi-linux-sg.c
@@ -251,7 +251,7 @@ static BOOL get_max_secs(char *dirpath,
 BOOL check_linux_26() {
int gen, tmp;
struct utsname buf;
-   return ( 0==uname( &buf ) && sscanf(buf.release, "%d.%d", &gen, &tmp)>1 
&& tmp>=6);
+   return ( 0==uname( &buf ) && sscanf(buf.release, "%d.%d", &gen, &tmp)>1 
&& gen==2 && tmp>=6);
 }
 
 int sg_open_excl(char *device, int mode, BOOL beQuiet)



commit global for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package global for openSUSE:Factory checked 
in at 2017-06-12 15:28:13

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


Package is "global"

Mon Jun 12 15:28:13 2017 rev:52 rq:498466 version:6.5.7

Changes:

--- /work/SRC/openSUSE:Factory/global/global.changes2017-01-11 
12:03:09.662657229 +0100
+++ /work/SRC/openSUSE:Factory/.global.new/global.changes   2017-06-12 
15:28:15.219715752 +0200
@@ -1,0 +2,28 @@
+Thu May 25 10:20:51 UTC 2017 - mplus...@suse.com
+
+- Update to version 6.5.7:
+  * global: Now global(1) accept a file as --nearness option.
+If it is a file, tags in the file are shown first.
+  * global: Added aliases for MAKEOBJDIR and MAKEOBJDIRPREFIX.
+GTAGSOBJDIR: alias for MAKEOBJDIR
+GTAGSOBJDIRPREFIX: alias for MAKEOBJDIRPREFIX
+These aliases are given higher priority than the originals.
+  * global: New command --print=.
+ may be one of: root, dbpath or conf.
+This is a generic version of the -p (--print-dbpath) command.
+ 'global -p' is equal to 'global --print=dbpath'
+ 'global -pr' is equal to 'global --print=root'
+   * gtags: Updated the built-in PHP parser to support namespaces
+ and traits, which were introduced in PHP5. The following
+ keywords have been removed:
+ + failure: not a keyword
+  + header: normal built-in function
+  + is_array: normal built-in function
+  + is_set: typo -> isset
+  + printf: normal built-in function
+  + setcookie: normal built-in function
+ + success: not a keyword
+- Refresh patches
+- Update dependencies
+
+---

Old:

  global-6.5.6.tar.gz
  global-6.5.6.tar.gz.sig

New:

  global-6.5.7.tar.gz
  global-6.5.7.tar.gz.sig



Other differences:
--
++ global.spec ++
--- /var/tmp/diff_new_pack.ELGqh0/_old  2017-06-12 15:28:15.971609712 +0200
+++ /var/tmp/diff_new_pack.ELGqh0/_new  2017-06-12 15:28:15.975609148 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package global
 #
-# 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:   global
-Version:6.5.6
+Version:6.5.7
 Release:0
 Summary:Common source code tag system
 License:GPL-3.0
@@ -25,21 +25,23 @@
 Url:http://www.gnu.org/software/global/
 Source0:ftp://ftp.gnu.org/pub/gnu/global/%{name}-%{version}.tar.gz
 Source1:ftp://ftp.gnu.org/pub/gnu/global/%{name}-%{version}.tar.gz.sig
-Source2:%{name}.keyring
+Source2:
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=%{name}&download=1#/%{name}.keyring
 Patch0: global-5.7.diff
 # PATCH-FIX-UPSTREAM fix_paths.patch bnc#977967
 Patch1: fix_paths.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  emacs-nox
 BuildRequires:  fdupes
+BuildRequires:  idutils
 BuildRequires:  libtool
 BuildRequires:  ncurses-devel
-BuildRequires:  python-devel
-BuildRequires:  sqlite3-devel
+BuildRequires:  pkgconfig(python)
+BuildRequires:  pkgconfig(sqlite3)
 Requires(pre):  %{install_info_prereq}
 Requires(preun): %{install_info_prereq}
 Recommends: ctags
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Recommends: idutils
 
 %description
 GLOBAL is a common source code tag system for C, C++, Yacc, and Java.
@@ -49,8 +51,8 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch0
+%patch1
 
 %build
 autoreconf -fiv
@@ -70,10 +72,10 @@
 %fdupes -s %{buildroot}
 
 %post
-%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
 
 %preun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
 
 %files
 %defattr(-,root,root)

++ fix_paths.patch ++
--- /var/tmp/diff_new_pack.ELGqh0/_old  2017-06-12 15:28:16.015603507 +0200
+++ /var/tmp/diff_new_pack.ELGqh0/_new  2017-06-12 15:28:16.015603507 +0200
@@ -1,8 +1,8 @@
-Index: global-6.5.4/gtags.conf.in
+Index: gtags.conf.in
 ===
 global-6.5.4.orig/gtags.conf.in2016-03-27 06:04:42.0 +0200
-+++ global-6.5.4/gtags.conf.in 2016-05-13 16:20:51.724108404 +0200
-@@ -63,14 +63,14 @@
+--- gtags.conf.in.orig
 gtags.conf.in
+@@ -77,14 +77,14 @@ builtin-parser:\
  us

commit asl for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package asl for openSUSE:Factory checked in 
at 2017-06-12 15:28:06

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


Package is "asl"

Mon Jun 12 15:28:06 2017 rev:24 rq:494287 version:1.42_bld115

Changes:

--- /work/SRC/openSUSE:Factory/asl/asl.changes  2015-05-18 22:24:32.0 
+0200
+++ /work/SRC/openSUSE:Factory/.asl.new/asl.changes 2017-06-12 
15:28:08.624645854 +0200
@@ -1,0 +2,7 @@
+Wed May 10 13:57:45 UTC 2017 - cloud-de...@suse.de
+
+- Update to version 1.42_bld115
+- Drop upsteam asl-sle10-compilefix.patch
+- Rebase partially upstream asl-buildfixes.patch
+
+---

Old:

  asl-current-142-1.22.tar.bz2
  asl-sle10-compilefix.patch

New:

  asl-current-142-bld115.tar.bz2



Other differences:
--
++ asl.spec ++
--- /var/tmp/diff_new_pack.tupMfn/_old  2017-06-12 15:28:09.360542071 +0200
+++ /var/tmp/diff_new_pack.tupMfn/_new  2017-06-12 15:28:09.364541507 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package asl
 #
-# 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,15 +17,14 @@
 
 
 Name:   asl
-Version:1.42_1.22
+Version:1.42_bld115
 Release:0
 Summary:Macro Assembler AS
 License:GPL-2.0+
 Group:  Development/Languages/Other
 Url:http://john.ccac.rwth-aachen.de:8000/as/
-Source: asl-current-142-1.22.tar.bz2
+Source: 
http://john.ccac.rwth-aachen.de:8000/ftp/as/source/c_version/asl-current-142-bld115.tar.bz2
 Patch0: asl-buildfixes.patch
-Patch1: asl-sle10-compilefix.patch
 Patch2: asl-ppc64.patch
 Patch3: asl-aarch64.patch
 BuildRequires:  gcc-c++
@@ -61,7 +60,6 @@
 %prep
 %setup -q -n asl-current
 %patch0 -p1
-%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 
@@ -134,6 +132,9 @@
 %{_includedir}/asl/stddef96.inc
 %{_includedir}/asl/stddefxa.inc
 %{_includedir}/asl/stddefz8.inc
+%{_includedir}/asl/reg6303.inc
+%{_includedir}/asl/reg78310.inc
+%{_includedir}/asl/stddef4x.inc
 %dir %{_libexecdir}/asl
 %{_libexecdir}/asl/as.msg
 %{_libexecdir}/asl/alink.msg

++ asl-buildfixes.patch ++
--- /var/tmp/diff_new_pack.tupMfn/_old  2017-06-12 15:28:09.388538123 +0200
+++ /var/tmp/diff_new_pack.tupMfn/_new  2017-06-12 15:28:09.388538123 +0200
@@ -1,30 +1,7 @@
-diff -Nurp asl-current.orig/doc_DE/as.tex asl-current.work/doc_DE/as.tex
 asl-current.orig/doc_DE/as.tex 2010-12-12 00:00:21.0 +0100
-+++ asl-current.work/doc_DE/as.tex 2011-03-30 14:50:25.308293373 +0200
-@@ -3154,7 +3154,7 @@ Instruktionen.  Es ist zu beachten, da"s
- aufw"artskompatibel ist!
- %%---
- \begin{quote}
--ah) MICO8_05, MICO8_V3, MICO8_V31
-+ah) MICO8\_05, MICO8\_V3, MICO8\_V31
- \end{quote}
- Leider hat Lattice die Maschinencodes des Mico8 mehrfach ge"andert, so
- da"s verschiedene Targets notwendig wurden, um auch alte Designs weiter
-diff -Nurp asl-current.orig/doc_EN/as.tex asl-current.work/doc_EN/as.tex
 asl-current.orig/doc_EN/as.tex 2010-12-12 00:00:34.0 +0100
-+++ asl-current.work/doc_EN/as.tex 2011-03-30 14:53:39.631372071 +0200
-@@ -3071,7 +3071,7 @@ offers a larger address space and some a
- it is not binary upward-compatible!
- %%---
- \begin{quote}
--ah) MICO8_05, MICO8_V3, MICO8_V31
-+ah) MICO8\_05, MICO8\_V3, MICO8\_V31
- \end{quote}
- Lattice unfortunately changed the machine instructions more than once, so
- different targets became necessary to provide continued support for older
-diff -Nurp asl-current.orig/install.sh asl-current.work/install.sh
 asl-current.orig/install.sh2006-05-01 12:31:10.0 +0200
-+++ asl-current.work/install.sh2011-03-30 16:02:22.784958550 +0200
+Index: asl-current/install.sh
+===
+--- asl-current.orig/install.sh
 asl-current/install.sh
 @@ -10,7 +10,7 @@ BINPATH=${PREFIX}$1
  INCPATH=${PREFIX}$2
  MANPATH=${PREFIX}$3
@@ -42,19 +19,16 @@
cp $i ${BINPATH}
chmod 755 ${BINPATH}/$i
   done
-@@ -73,9 +72,9 @@ if [ "${DOCPATH}" != "" ]; then
-  chmod 755 ${DOCPATH}
+@@ -74,7 +73,7 @@ if [ "${DOCPATH}" != "" ]; then
   for i in DE EN; do
-   echo ${DOCPATH}/as-$i.doc
--  cp doc_$i/as.doc ${DOCPATH}/as-$i.doc
-+  cp doc_$i/as.doc ${DOCPATH}/as-$i.txt
-   echo ${DOCPATH}/as-$i.tex
--  cp doc_$i/as.tex ${DOCPATH}/as-$i.tex
-+  cp doc_$i/as.html ${DOCPATH}/as-$i.html
if [ -f doc_$i/as.htm

commit sysbench for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package sysbench for openSUSE:Factory 
checked in at 2017-06-12 15:28:29

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


Package is "sysbench"

Mon Jun 12 15:28:29 2017 rev:13 rq:499635 version:1.0.7

Changes:

--- /work/SRC/openSUSE:Factory/sysbench/sysbench.changes2017-05-17 
17:19:28.567581921 +0200
+++ /work/SRC/openSUSE:Factory/.sysbench.new/sysbench.changes   2017-06-12 
15:28:30.589548139 +0200
@@ -1,0 +2,11 @@
+Tue May 30 08:43:58 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.0.7:
+  * Ubuntu Zesty added to package build matrix
+  * fixed GH-130: Mutex Benchmark Documentation
+  * fixed latency reports in the --rate mode
+  * fixed compiler warnings when building against MySQL 8.0 client
+libraries
+- Drop examples as they are no longer compliant with current syntax
+
+---

Old:

  sysbench-1.0.6.tar.gz
  sysbench-example-tests.tar.bz2

New:

  sysbench-1.0.7.tar.gz



Other differences:
--
++ sysbench.spec ++
--- /var/tmp/diff_new_pack.8uLLPZ/_old  2017-06-12 15:28:31.529415589 +0200
+++ /var/tmp/diff_new_pack.8uLLPZ/_new  2017-06-12 15:28:31.533415024 +0200
@@ -16,26 +16,22 @@
 #
 
 
-%if 0%{?is_opensuse}
-%bcond_with  sysbench_tests
-%endif
 Name:   sysbench
-Version:1.0.6
+Version:1.0.7
 Release:0
 Summary:A MySQL benchmarking tool
 License:GPL-2.0
 Group:  System/Benchmark
 Url:https://github.com/akopytov/sysbench
-Source0:
https://github.com/akopytov/sysbench/archive/1.0.6.tar.gz#/%{name}-%{version}.tar.gz
-Source1:%{name}-example-tests.tar.bz2
+Source0:
https://github.com/akopytov/sysbench/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  cram
 BuildRequires:  docbook
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libaio-devel
 BuildRequires:  libtool
 BuildRequires:  libxslt-tools
-BuildRequires:  libxslt-tools
 BuildRequires:  mysql-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
@@ -43,10 +39,6 @@
 BuildRequires:  vim
 BuildRequires:  pkgconfig(ck)
 BuildRequires:  pkgconfig(luajit)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if %{with sysbench_tests}
-BuildRequires:  cram
-%endif
 
 %description
 This benchmark was designed for identifying basic system parameters, as
@@ -55,7 +47,6 @@
 
 %prep
 %setup -q
-%setup -q -T -D -a 1
 
 %build
 autoreconf -fiv
@@ -66,17 +57,11 @@
   --with-pgsql
 make %{?_smp_mflags} V=1
 
-%if %{with sysbench_tests}
 %check
 make %{?_smp_mflags} check
-%endif
 
 %install
 %make_install
-install -D -p -m 0755 sysbench-example-tests/sysbench-example-test \
-  %{buildroot}%{_datadir}/sysbench/sysbench-example-test
-install -D -p -m 0755 sysbench-example-tests/sysbench-example-all-tests \
-  %{buildroot}%{_datadir}/sysbench/sysbench-example-all-tests
 rm -rf %{buildroot}%{_datadir}/doc/sysbench
 
 %files

++ sysbench-1.0.6.tar.gz -> sysbench-1.0.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysbench-1.0.6/.travis.yml 
new/sysbench-1.0.7/.travis.yml
--- old/sysbench-1.0.6/.travis.yml  2017-04-13 22:38:56.0 +0200
+++ new/sysbench-1.0.7/.travis.yml  2017-05-15 16:09:33.0 +0200
@@ -36,12 +36,14 @@
   - OS=ubuntu DIST=trusty
   - OS=ubuntu DIST=xenial
   - OS=ubuntu DIST=yakkety
+  - OS=ubuntu DIST=zesty
   - OS=debian DIST=wheezy
   - OS=debian DIST=jessie
   - OS=ubuntu DIST=precise ARCH=i386
   - OS=ubuntu DIST=trusty ARCH=i386
   - OS=ubuntu DIST=xenial ARCH=i386
   - OS=ubuntu DIST=yakkety ARCH=i386
+  - OS=ubuntu DIST=zesty ARCH=i386
   - OS=debian DIST=wheezy ARCH=i386
   - OS=debian DIST=jessie ARCH=i386
 
@@ -63,6 +65,8 @@
   compiler: clang
 - env: OS=ubuntu DIST=yakkety
   compiler: clang
+- env: OS=ubuntu DIST=zesty
+  compiler: clang
 - env: OS=debian DIST=wheezy
   compiler: clang
 - env: OS=debian DIST=jessie
@@ -77,6 +81,8 @@
   compiler: clang
 - env: OS=ubuntu DIST=yakkety ARCH=i386
   compiler: clang
+- env: OS=ubuntu DIST=zesty ARCH=i386
+  compiler: clang
 - env: OS=debian DIST=wheezy ARCH=i386
   compiler: clang
 - env: OS=debian DIST=jessie ARCH=i386
@@ -99,6 +105,8 @@
   os: osx
 - env: OS=ubuntu DIST=yakkety
   os: osx
+- env: OS=ubuntu DIST=zesty
+  os: osx
 - env: OS=debian DIST=wheezy
   os: osx
 - env: OS=debian DIST=jessie
diff -urN '--exclude=CVS' '--exclud

commit ghc-generic-random for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package ghc-generic-random for 
openSUSE:Factory checked in at 2017-06-12 15:27:39

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


Package is "ghc-generic-random"

Mon Jun 12 15:27:39 2017 rev:1 rq:486490 version:0.4.1.0

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-generic-random.new/ghc-generic-random.changes   
2017-06-12 15:27:52.366938725 +0200
@@ -0,0 +1,10 @@
+---
+Tue Mar 14 09:26:35 UTC 2017 - psim...@suse.com
+
+- Update to version 0.4.1.0 with cabal2obs.
+
+---
+Sun Feb 12 10:07:48 UTC 2017 - psim...@suse.com
+
+- Update to version 0.4.0.0 with cabal2obs.
+

New:

  generic-random-0.4.1.0.tar.gz
  ghc-generic-random.changes
  ghc-generic-random.spec



Other differences:
--
++ ghc-generic-random.spec ++
#
# spec file for package ghc-generic-random
#
# 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 pkg_name generic-random
Name:   ghc-%{pkg_name}
Version:0.4.1.0
Release:0
Summary:Generic random generators
License:MIT
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
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-QuickCheck-devel
BuildRequires:  ghc-boltzmann-samplers-devel
BuildRequires:  ghc-rpm-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Generic random generators.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

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

%build
%ghc_lib_build

%install
%ghc_lib_install

%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc CHANGELOG.md README.md

%changelog



commit libkomparediff2 for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package libkomparediff2 for openSUSE:Factory 
checked in at 2017-06-12 15:24:15

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


Package is "libkomparediff2"

Mon Jun 12 15:24:15 2017 rev:46 rq:502117 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/libkomparediff2/libkomparediff2.changes  
2017-05-22 10:44:28.714327256 +0200
+++ /work/SRC/openSUSE:Factory/.libkomparediff2.new/libkomparediff2.changes 
2017-06-12 15:24:20.564826648 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:43:01 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * None
+
+---

Old:

  libkomparediff2-17.04.1.tar.xz

New:

  libkomparediff2-17.04.2.tar.xz



Other differences:
--
++ libkomparediff2.spec ++
--- /var/tmp/diff_new_pack.ynzNha/_old  2017-06-12 15:24:21.224733528 +0200
+++ /var/tmp/diff_new_pack.ynzNha/_new  2017-06-12 15:24:21.228732964 +0200
@@ -19,7 +19,7 @@
 
 %define soname 5
 Name:   libkomparediff2
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ libkomparediff2-17.04.1.tar.xz -> libkomparediff2-17.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkomparediff2-17.04.1/po/tr/libkomparediff2.po 
new/libkomparediff2-17.04.2/po/tr/libkomparediff2.po
--- old/libkomparediff2-17.04.1/po/tr/libkomparediff2.po2017-05-09 
02:23:59.0 +0200
+++ new/libkomparediff2-17.04.2/po/tr/libkomparediff2.po2017-06-06 
02:21:06.0 +0200
@@ -14,8 +14,8 @@
 "POT-Creation-Date: 2016-11-19 20:17+0100\n"
 "PO-Revision-Date: 2014-06-08 14:01+\n"
 "Last-Translator: Volkan Gezer \n"
-"Language-Team: Turkish (http://www.transifex.com/projects/p/kdesdk-k-tr/";
-"language/tr/)\n"
+"Language-Team: Turkish "
+"(http://www.transifex.com/projects/p/kdesdk-k-tr/language/tr/)\n"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"




commit mailcommon for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package mailcommon for openSUSE:Factory 
checked in at 2017-06-12 15:24:33

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


Package is "mailcommon"

Mon Jun 12 15:24:33 2017 rev:15 rq:502122 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/mailcommon/mailcommon.changes2017-05-22 
10:44:42.764346217 +0200
+++ /work/SRC/openSUSE:Factory/.mailcommon.new/mailcommon.changes   
2017-06-12 15:24:35.130771229 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:43:01 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * None
+
+---

Old:

  mailcommon-17.04.1.tar.xz

New:

  mailcommon-17.04.2.tar.xz



Other differences:
--
++ mailcommon.spec ++
--- /var/tmp/diff_new_pack.NzLmGt/_old  2017-06-12 15:24:35.670695040 +0200
+++ /var/tmp/diff_new_pack.NzLmGt/_new  2017-06-12 15:24:35.678693911 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   mailcommon
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ mailcommon-17.04.1.tar.xz -> mailcommon-17.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailcommon-17.04.1/CMakeLists.txt 
new/mailcommon-17.04.2/CMakeLists.txt
--- old/mailcommon-17.04.1/CMakeLists.txt   2017-05-09 02:29:59.0 
+0200
+++ new/mailcommon-17.04.2/CMakeLists.txt   2017-06-06 02:27:18.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.5.1")
+set(PIM_VERSION "5.5.2")
 
 project(mailcommon VERSION ${PIM_VERSION})
 
@@ -21,17 +21,17 @@
 include(ECMCoverageOption)
 
 set(MAILCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADIMIME_LIB_VERSION "5.5.1")
-set(MESSAGELIB_LIB_VERSION "5.5.1")
+set(AKONADIMIME_LIB_VERSION "5.5.2")
+set(MESSAGELIB_LIB_VERSION "5.5.2")
 set(QT_REQUIRED_VERSION "5.6.0")
-set(KMIME_LIB_VERSION "5.5.1")
-set(KMAILTRANSPORT_LIB_VERSION "5.5.1")
-set(KLDAP_LIB_VERSION "5.5.1")
-set(MAILIMPORTER_LIB_VERSION "5.5.1")
-set(LIBKDEPIM_LIB_VERSION "5.5.1")
-set(PIMCOMMON_LIB_VERSION "5.5.1")
+set(KMIME_LIB_VERSION "5.5.2")
+set(KMAILTRANSPORT_LIB_VERSION "5.5.2")
+set(KLDAP_LIB_VERSION "5.5.2")
+set(MAILIMPORTER_LIB_VERSION "5.5.2")
+set(LIBKDEPIM_LIB_VERSION "5.5.2")
+set(PIMCOMMON_LIB_VERSION "5.5.2")
 
-set(AKONADI_VERSION "5.5.1")
+set(AKONADI_VERSION "5.5.2")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Test Xml)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailcommon-17.04.1/po/fr/libmailcommon.po 
new/mailcommon-17.04.2/po/fr/libmailcommon.po
--- old/mailcommon-17.04.1/po/fr/libmailcommon.po   2017-05-09 
02:29:59.0 +0200
+++ new/mailcommon-17.04.2/po/fr/libmailcommon.po   2017-06-06 
02:27:18.0 +0200
@@ -779,7 +779,7 @@
 #: filter/filteractions/filteractionwithurl.cpp:35
 #, kde-format
 msgid "Help"
-msgstr ""
+msgstr "Aide"
 
 #: filter/filteractions/filteractionwithurl.cpp:82
 #, kde-format
@@ -2696,7 +2696,7 @@
 #: tag/tagwidget.cpp:134
 #, kde-format
 msgid "&Bold"
-msgstr ""
+msgstr "&Gras"
 
 #: tag/tagwidget.cpp:138
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailcommon-17.04.1/po/sr/libmailcommon.po 
new/mailcommon-17.04.2/po/sr/libmailcommon.po
--- old/mailcommon-17.04.1/po/sr/libmailcommon.po   2017-05-09 
02:29:59.0 +0200
+++ new/mailcommon-17.04.2/po/sr/libmailcommon.po   2017-06-06 
02:27:18.0 +0200
@@ -1,14 +1,14 @@
 # Translation of libmailcommon.po into Serbian.
 # Toplica Tanaskovic , 2003, 2004.
 # Marko Rosic , 2003.
-# Chusslove Illich , 2004, 2005, 2006, 2007, 2010, 2011, 
2012, 2013, 2014, 2015, 2016.
+# Chusslove Illich , 2004, 2005, 2006, 2007, 2010, 2011, 
2012, 2013, 2014, 2015, 2016, 2017.
 # Slobodan Simic , 2005, 2007, 2009, 2010.
 msgid ""
 msgstr ""
 "Project-Id-Version: libmailcommon\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-03-20 02:45+0100\n"
-"PO-Revision-Date: 2016-11-28 01:34+0100\n"
+"PO-Revision-Date: 2017-05-13 18:14+0200\n"
 "Last-Translator: Chusslove Illich \n"
 "Language-Team: Serbian \n"
 "Language: sr\n"
@@ -763,10 +763,11 @@
 msgid "You can get specific header when you use %{headername}."
 msgstr "Можете да задате одређено заглавље помоћу %{headername}."
 
+# >> @title:window
 #

commit sweeper for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package sweeper for openSUSE:Factory checked 
in at 2017-06-12 15:25:47

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


Package is "sweeper"

Mon Jun 12 15:25:47 2017 rev:73 rq:502143 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/sweeper/sweeper.changes  2017-05-22 
10:45:43.723753395 +0200
+++ /work/SRC/openSUSE:Factory/.sweeper.new/sweeper.changes 2017-06-12 
15:25:50.456141927 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:43:06 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * None
+
+---

Old:

  sweeper-17.04.1.tar.xz

New:

  sweeper-17.04.2.tar.xz



Other differences:
--
++ sweeper.spec ++
--- /var/tmp/diff_new_pack.YxD0zR/_old  2017-06-12 15:25:51.272026796 +0200
+++ /var/tmp/diff_new_pack.YxD0zR/_new  2017-06-12 15:25:51.276026231 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sweeper
-Version:17.04.1
+Version:17.04.2
 Release:0
 Summary:KDE Privacy Utility
 License:LGPL-2.1+

++ sweeper-17.04.1.tar.xz -> sweeper-17.04.2.tar.xz ++




commit mailimporter for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package mailimporter for openSUSE:Factory 
checked in at 2017-06-12 15:24:38

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


Package is "mailimporter"

Mon Jun 12 15:24:38 2017 rev:15 rq:502123 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/mailimporter/mailimporter.changes
2017-05-22 10:44:46.631800909 +0200
+++ /work/SRC/openSUSE:Factory/.mailimporter.new/mailimporter.changes   
2017-06-12 15:24:39.842106406 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:43:01 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * None
+
+---

Old:

  mailimporter-17.04.1.tar.xz

New:

  mailimporter-17.04.2.tar.xz



Other differences:
--
++ mailimporter.spec ++
--- /var/tmp/diff_new_pack.FYN6Aw/_old  2017-06-12 15:24:40.414025702 +0200
+++ /var/tmp/diff_new_pack.FYN6Aw/_new  2017-06-12 15:24:40.418025137 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   mailimporter
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ mailimporter-17.04.1.tar.xz -> mailimporter-17.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailimporter-17.04.1/CMakeLists.txt 
new/mailimporter-17.04.2/CMakeLists.txt
--- old/mailimporter-17.04.1/CMakeLists.txt 2017-05-09 02:30:04.0 
+0200
+++ new/mailimporter-17.04.2/CMakeLists.txt 2017-06-06 02:27:24.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.5.1")
+set(PIM_VERSION "5.5.2")
 
 project(MailImporter VERSION ${PIM_VERSION})
 
@@ -25,11 +25,11 @@
 set(MAILIMPORTER_LIB ${PIM_VERSION})
 
 
-set(AKONADIMIME_LIB_VERSION "5.5.1")
-set(KDEPIM_LIB_VERSION "5.5.1")
+set(AKONADIMIME_LIB_VERSION "5.5.2")
+set(KDEPIM_LIB_VERSION "5.5.2")
 set(QT_REQUIRED_VERSION "5.6.0")
-set(KMIME_LIB_VERSION "5.5.1")
-set(AKONADI_VERSION "5.5.1")
+set(KMIME_LIB_VERSION "5.5.2")
+set(AKONADI_VERSION "5.5.2")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test Xml)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailimporter-17.04.1/po/ca/libmailimporter.po 
new/mailimporter-17.04.2/po/ca/libmailimporter.po
--- old/mailimporter-17.04.1/po/ca/libmailimporter.po   2017-05-09 
02:30:03.0 +0200
+++ new/mailimporter-17.04.2/po/ca/libmailimporter.po   2017-06-06 
02:27:23.0 +0200
@@ -1,7 +1,7 @@
 # Translation of libmailimporter.po to Catalan
 # Copyright (C) 2002-2017 This_file_is_part_of_KDE
 #
-# Antoni Bella Pérez , 2002, 2003, 2013, 2014, 2015, 
2016.
+# Antoni Bella Pérez , 2002, 2003, 2013, 2014, 2015, 
2016, 2017.
 # Albert Astals Cid , 2004, 2005.
 # David Gil , 2005.
 # Josep Ma. Ferrer , 2006, 2007, 2010, 2011, 2012, 2014, 
2015, 2017.
@@ -11,8 +11,8 @@
 "Project-Id-Version: libmailimporter\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-03-25 05:12+0100\n"
-"PO-Revision-Date: 2017-03-25 10:25+0100\n"
-"Last-Translator: Josep Ma. Ferrer \n"
+"PO-Revision-Date: 2017-05-18 19:28+0100\n"
+"Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
@@ -275,7 +275,7 @@
 #: mailimporter/filters/filtericedove.cpp:25
 #, kde-format
 msgid "Import Icedove Mails and Folder Structure"
-msgstr "Importa els correus i l'estructura de carpetes del Icedove"
+msgstr "Importa els correus i l'estructura de carpetes de l'Icedove"
 
 #: mailimporter/filters/filtericedove.cpp:27
 #, kde-format
@@ -287,12 +287,13 @@
 "possible to recreate the folder structure, the folders will be stored under: "
 "\"Icedove-Import\"."
 msgstr ""
-"Filtre d'importació del IcedoveSeleccioneu la carpeta de "
-"correu base del Icedove (normalment ~/.icedove/*.default/Mail/LocalFolders/)."
-"Nota: No seleccioneu mai una carpeta que no contingui "
-"fitxers mbox (per exemple, un directori de correu): si ho feu, generareu "
-"moltes carpetes noves.Com que és possible recrear l'estructura de les "
-"carpetes, aquestes s'emmagatzemaran sota: «Icedove-Import»."
+"Filtre d'importació de l'IcedoveSeleccioneu la carpeta de "
+"correu base de l'Icedove (normalment ~/.icedove/*.default/Mail/"
+"LocalFolders/).Nota: No seleccioneu mai una carpeta que no contingui fitxers mbox (per exemple, un directori de correu): si ho feu, "
+"generareu moltes carpetes no

commit kwalletmanager5 for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package kwalletmanager5 for openSUSE:Factory 
checked in at 2017-06-12 15:23:09

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


Package is "kwalletmanager5"

Mon Jun 12 15:23:09 2017 rev:21 rq:502100 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/kwalletmanager5/kwalletmanager5.changes  
2017-05-22 10:43:29.906619080 +0200
+++ /work/SRC/openSUSE:Factory/.kwalletmanager5.new/kwalletmanager5.changes 
2017-06-12 15:23:11.898516205 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:42:59 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * None
+
+---

Old:

  kwalletmanager-17.04.1.tar.xz

New:

  kwalletmanager-17.04.2.tar.xz



Other differences:
--
++ kwalletmanager5.spec ++
--- /var/tmp/diff_new_pack.ZSnH96/_old  2017-06-12 15:23:12.490432680 +0200
+++ /var/tmp/diff_new_pack.ZSnH96/_new  2017-06-12 15:23:12.494432115 +0200
@@ -23,7 +23,7 @@
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Name:   kwalletmanager5
-Version:17.04.1
+Version:17.04.2
 Release:0
 Summary:Wallet Management Tool
 License:GPL-2.0+

++ kwalletmanager-17.04.1.tar.xz -> kwalletmanager-17.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwalletmanager-17.04.1/CMakeLists.txt 
new/kwalletmanager-17.04.2/CMakeLists.txt
--- old/kwalletmanager-17.04.1/CMakeLists.txt   2017-05-09 02:18:24.0 
+0200
+++ new/kwalletmanager-17.04.2/CMakeLists.txt   2017-06-06 02:15:40.0 
+0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "17")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KDE_APPLICATIONS_VERSION_MICRO "2")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_minimum_required(VERSION 2.8.12)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwalletmanager-17.04.1/po/de/docs/kwallet5/index.docbook 
new/kwalletmanager-17.04.2/po/de/docs/kwallet5/index.docbook
--- old/kwalletmanager-17.04.1/po/de/docs/kwallet5/index.docbook
2017-05-09 02:18:24.0 +0200
+++ new/kwalletmanager-17.04.2/po/de/docs/kwallet5/index.docbook
2017-06-06 02:15:40.0 +0200
@@ -1,11 +1,5 @@
 
 KWallet">
-  KWallet Manager">
   
   
 ]>
@@ -53,9 +47,9 @@
 >&FDLNotice;
 
 2013-11-19
+>2016-07-05
 2.0 (&kde; 4.12)
+>Anwendungen 16.04
 
 
 
 
-
 
 KDE
@@ -96,7 +89,16 @@
 >KWallet ist ein Speicher für Passwörter. Es ist normalerweise ausreichend, 
 >nur einen Passwortspeicher zu benutzen, der durch ein Hauptpasswort gesichert 
 >ist. Sie können eine große Anzahl von Passwörtern in Speichern mit 
 >&kwalletmanager5; organisieren.
 
 Es gibt drei Möglichkeiten, einen neuen Passwortspeicher zu erstellen:
+>Als Voreinstellung wird ein Passwortspeicher mit dem Namen kdewallet zur Speicherung Ihrer Passwörter verwendet. Dieser Passwortspeicher wird 
durch Ihr Passwort zur Anmeldung abgesichert und wird automatisch bei der 
Anmeldung geöffnet, wenn „kwallet_pam“ installiert und richtig eingerichtet 
ist. Bei bestimmten Distributionen wie ⪚ Archlinux ist „kwallet_pam“ nicht 
in der Voreinstellung installiert.
+
+
+Andere Passwortspeicher müssen manuell geöffnet werden.
+
+Es gibt zwei Möglichkeiten, einen neuen Passwortspeicher zu erstellen:
 
 
 Passwortverwaltung
+
 
-Falls Sie bisher noch keinen Passwortspeicher erstellt haben, lesen Sie den 
 >Abschnitt &kwallet5; benutzen. 
-
+>. 
 
 &kwallet5; bietet zwei unterschiedliche Methoden, Ihre Daten zu 
 >speichern:
@@ -212,10 +212,10 @@
 
 
 &kwallet5; verwendet dann GPG beim Speichern und Öffnen eines 
Passwortspeichers. Der Kennsatz-Dialog erscheint nur einmal. Sogar wenn der 
Passwortspeicher nach dem anfänglichen Öffnen geschlossen wird, erfolgt das 
nachfolgende Öffnen ohne erneute Abfrage des Kennsatzes während derselben 
&kde;-Sitzung.  
+>&kwallet5; verwendet dann GPG beim Speichern und Öffnen eines 
Passwortspeichers. Der Kennsatz-Dialog erscheint nur einmal. Sogar wenn der 
Passwortspeicher nach dem anfänglichen Öffnen geschlossen wird, erfolgt das 
nachfolgende Öffnen ohne erneute Abfrage des Kennsatzes während derse

commit libkface for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package libkface for openSUSE:Factory 
checked in at 2017-06-12 15:23:47

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


Package is "libkface"

Mon Jun 12 15:23:47 2017 rev:29 rq:502111 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/libkface/libkface.changes2017-05-22 
10:44:08.981109620 +0200
+++ /work/SRC/openSUSE:Factory/.libkface.new/libkface.changes   2017-06-12 
15:23:51.644907568 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:43:00 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * None
+
+---

Old:

  libkface-17.04.1.tar.xz

New:

  libkface-17.04.2.tar.xz



Other differences:
--
++ libkface.spec ++
--- /var/tmp/diff_new_pack.4RryoF/_old  2017-06-12 15:23:52.444794696 +0200
+++ /var/tmp/diff_new_pack.4RryoF/_new  2017-06-12 15:23:52.448794131 +0200
@@ -19,7 +19,7 @@
 %define libname libKF5KFace
 %define _so  10_0_0
 Name:   libkface
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ libkface-17.04.1.tar.xz -> libkface-17.04.2.tar.xz ++
/work/SRC/openSUSE:Factory/libkface/libkface-17.04.1.tar.xz 
/work/SRC/openSUSE:Factory/.libkface.new/libkface-17.04.2.tar.xz differ: char 
25, line 1




commit libkgeomap for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package libkgeomap for openSUSE:Factory 
checked in at 2017-06-12 15:24:00

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


Package is "libkgeomap"

Mon Jun 12 15:24:00 2017 rev:25 rq:502113 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/libkgeomap/libkgeomap.changes2017-05-22 
10:44:12.572603223 +0200
+++ /work/SRC/openSUSE:Factory/.libkgeomap.new/libkgeomap.changes   
2017-06-12 15:24:02.319401281 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:43:00 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * None
+
+---

Old:

  libkgeomap-17.04.1.tar.xz

New:

  libkgeomap-17.04.2.tar.xz



Other differences:
--
++ libkgeomap.spec ++
--- /var/tmp/diff_new_pack.vi7jbO/_old  2017-06-12 15:24:03.083293487 +0200
+++ /var/tmp/diff_new_pack.vi7jbO/_new  2017-06-12 15:24:03.083293487 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libkgeomap
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ libkgeomap-17.04.1.tar.xz -> libkgeomap-17.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgeomap-17.04.1/po/tr/libkgeomap.po 
new/libkgeomap-17.04.2/po/tr/libkgeomap.po
--- old/libkgeomap-17.04.1/po/tr/libkgeomap.po  2017-05-09 02:17:15.0 
+0200
+++ new/libkgeomap-17.04.2/po/tr/libkgeomap.po  2017-06-06 02:14:22.0 
+0200
@@ -11,8 +11,8 @@
 "POT-Creation-Date: 2016-11-19 20:15+0100\n"
 "PO-Revision-Date: 2014-06-08 13:48+\n"
 "Last-Translator: Volkan Gezer \n"
-"Language-Team: Turkish (http://www.transifex.com/projects/p/extragear-libs-k-";
-"tr/language/tr/)\n"
+"Language-Team: Turkish (http://www.transifex.com/projects/p/extragear-";
+"libs-k-tr/language/tr/)\n"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgeomap-17.04.1/po/zh_CN/libkgeomap.po 
new/libkgeomap-17.04.2/po/zh_CN/libkgeomap.po
--- old/libkgeomap-17.04.1/po/zh_CN/libkgeomap.po   2017-05-09 
02:17:15.0 +0200
+++ new/libkgeomap-17.04.2/po/zh_CN/libkgeomap.po   2017-06-06 
02:14:23.0 +0200
@@ -3,20 +3,24 @@
 #
 # Feng Chao , 2011.
 # Weng Xuetian , 2016.
+# Guo Yunhe , 2017.
 msgid ""
 msgstr ""
-"Project-Id-Version: \n"
+"Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:15+0100\n"
-"PO-Revision-Date: 2016-03-11 20:46-0800\n"
-"Last-Translator: Weng Xuetian \n"
-"Language-Team: Chinese \n"
+"PO-Revision-Date: 2017-05-20 05:04-0400\n"
+"Last-Translator: guoyunhebrave \n"
+"Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: crowdin.com\n"
+"X-Crowdin-Project: kdeorg\n"
+"X-Crowdin-Language: zh-CN\n"
+"X-Crowdin-File: /kf5-stable/messages/kdegraphics/libkgeomap.pot\n"
 
 #: src/backends/backendgooglemaps.cpp:170
 #, kde-format




commit libkleo for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package libkleo for openSUSE:Factory checked 
in at 2017-06-12 15:24:11

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


Package is "libkleo"

Mon Jun 12 15:24:11 2017 rev:16 rq:502115 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/libkleo/libkleo.changes  2017-05-22 
10:44:23.091120122 +0200
+++ /work/SRC/openSUSE:Factory/.libkleo.new/libkleo.changes 2017-06-12 
15:24:11.746071074 +0200
@@ -1,0 +2,12 @@
+Wed Jun 07 17:43:01 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * Fix compilation with GCC 7
+- Drop upstreamed patches:
+  * fix-build-gcc7.patch
+
+---

Old:

  fix-build-gcc7.patch
  libkleo-17.04.1.tar.xz

New:

  libkleo-17.04.2.tar.xz



Other differences:
--
++ libkleo.spec ++
--- /var/tmp/diff_new_pack.HZpeP3/_old  2017-06-12 15:24:12.325989241 +0200
+++ /var/tmp/diff_new_pack.HZpeP3/_new  2017-06-12 15:24:12.329988676 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libkleo
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
@@ -29,8 +29,6 @@
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM
-Patch100:   fix-build-gcc7.patch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
@@ -63,7 +61,6 @@
 
 %prep
 %setup -q
-%patch100 -p1
 
 %build
 %cmake_kf5 -d build

++ libkleo-17.04.1.tar.xz -> libkleo-17.04.2.tar.xz ++
 5733 lines of diff (skipped)




commit akonadi-server for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package akonadi-server for openSUSE:Factory 
checked in at 2017-06-12 15:26:22

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


Package is "akonadi-server"

Mon Jun 12 15:26:22 2017 rev:30 rq:502912 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-server/akonadi-server.changes
2017-05-22 10:37:32.936951166 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-server.new/akonadi-server.changes   
2017-06-12 15:26:26.215095890 +0200
@@ -1,0 +2,16 @@
+Sun Jun 11 20:30:22 UTC 2017 - lbeltr...@kde.org
+
+- Add upstream patch pass-source-collection-to-move-mails.diff
+  * Fix mails not being removed from list when deleted (kde#380182)
+
+---
+Wed Jun 07 17:42:39 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * Fix crash when Connection is terminated before init() (kde#379809)
+
+---

Old:

  akonadi-17.04.1.tar.xz

New:

  akonadi-17.04.2.tar.xz
  pass-source-collection-to-move-mails.diff



Other differences:
--
++ akonadi-server.spec ++
--- /var/tmp/diff_new_pack.JoRm5U/_old  2017-06-12 15:26:26.867003898 +0200
+++ /var/tmp/diff_new_pack.JoRm5U/_new  2017-06-12 15:26:26.871003334 +0200
@@ -20,7 +20,7 @@
 
 %define rname   akonadi
 Name:   akonadi-server
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
@@ -31,6 +31,8 @@
 Url:http://akonadi-project.org
 Source: %{rname}-%{version}.tar.xz
 Source99:   akonadi-server-rpmlintrc
+# PATCH-FIX-UPSTREAM
+Patch0: pass-source-collection-to-move-mails.diff
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
@@ -170,6 +172,7 @@
 
 %prep
 %setup -q -n %{rname}-%{version}
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build -- -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE 
-DQT_PLUGINS_DIR=%{_kf5_plugindir}

++ akonadi-17.04.1.tar.xz -> akonadi-17.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-17.04.1/CMakeLists.txt 
new/akonadi-17.04.2/CMakeLists.txt
--- old/akonadi-17.04.1/CMakeLists.txt  2017-05-09 02:26:06.0 +0200
+++ new/akonadi-17.04.2/CMakeLists.txt  2017-06-06 02:23:19.0 +0200
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(PIM_VERSION "5.5.1")
+set(PIM_VERSION "5.5.2")
 project(Akonadi VERSION ${PIM_VERSION})
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-17.04.1/po/tr/libakonadi5.po 
new/akonadi-17.04.2/po/tr/libakonadi5.po
--- old/akonadi-17.04.1/po/tr/libakonadi5.po2017-05-09 02:26:06.0 
+0200
+++ new/akonadi-17.04.2/po/tr/libakonadi5.po2017-06-06 02:23:19.0 
+0200
@@ -1664,8 +1664,9 @@
 "For more troubleshooting tips please refer to http://userbase.";
 "kde.org/Akonadi\">userbase.kde.org/Akonadi."
 msgstr ""
-"Sorun giderme ile ilgili daha fazla ipucu için lütfen http://";
-"userbase.kde.org/Akonadi\">userbase.kde.org/Akonadi adresine bakın."
+"Sorun giderme ile ilgili daha fazla ipucu için lütfen http://userbase.kde.org/Akonadi\";>userbase.kde.org/Akonadi adresine "
+"bakın."
 
 #: widgets/standardactionmanager.cpp:85
 #, kde-format
@@ -2014,10 +2015,8 @@
 msgid "Do you really want to delete this folder and all its sub-folders?"
 msgid_plural ""
 "Do you really want to delete %1 folders and all their sub-folders?"
-msgstr[0] ""
-"Bu dizini ve tüm alt dizinlerini silmek istediğinizden emin misiniz?"
-msgstr[1] ""
-"%1 dizini ve tüm alt dizinlerini silmek istediğinizden emin misiniz?"
+msgstr[0] "Bu dizini ve tüm alt dizinlerini silmek istediğinizden emin 
misiniz?"
+msgstr[1] "%1 dizini ve tüm alt dizinlerini silmek istediğinizden emin 
misiniz?"
 
 #: widgets/standardactionmanager.cpp:249
 #, kde-format
@@ -2374,8 +2373,7 @@
 #~ "The server Protocol version is %1, which equal or newer than the required "
 #~ "version %2."
 #~ msgstr ""
-#~ "Sunucu Protokol sürümü %1, gerekli %2 sürümüne denk veya daha yeni bir "
-#~ "sürüm."
+#~ "Sunucu Protokol sürümü %1, gerekli %2 sürümüne denk veya daha yeni bir 
sürüm."
 
 #~ msgid "Inconsistent local collection tree detected."
 #~ msgstr "Tutarsız yerel koleksiyon ağacı belirlendi."
@@ -2383,8 +2381,7 @@
 #~ msgid ""
 #~ "Remote collection without root-terminated ancestor chain provided, "
 #

commit microformats2-parser for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package microformats2-parser for 
openSUSE:Factory checked in at 2017-06-12 15:28:33

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


Package is "microformats2-parser"

Mon Jun 12 15:28:33 2017 rev:2 rq:499749 version:1.0.1.7

Changes:

--- 
/work/SRC/openSUSE:Factory/microformats2-parser/microformats2-parser.changes
2017-05-10 20:53:02.641456425 +0200
+++ 
/work/SRC/openSUSE:Factory/.microformats2-parser.new/microformats2-parser.changes
   2017-06-12 15:28:36.924654694 +0200
@@ -1,0 +2,5 @@
+Thu May 18 09:52:23 UTC 2017 - psim...@suse.com
+
+- Update to version 1.0.1.7 with cabal2obs.
+
+---

Old:

  microformats2-parser-1.0.1.6.tar.gz

New:

  microformats2-parser-1.0.1.7.tar.gz



Other differences:
--
++ microformats2-parser.spec ++
--- /var/tmp/diff_new_pack.o6HwLf/_old  2017-06-12 15:28:37.564564447 +0200
+++ /var/tmp/diff_new_pack.o6HwLf/_new  2017-06-12 15:28:37.564564447 +0200
@@ -19,7 +19,7 @@
 %global pkg_name microformats2-parser
 %bcond_with tests
 Name:   %{pkg_name}
-Version:1.0.1.6
+Version:1.0.1.7
 Release:0
 Summary:A Microformats 2 parser
 License:SUSE-Public-Domain
@@ -49,15 +49,14 @@
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-safe-devel
 BuildRequires:  ghc-scotty-devel
-BuildRequires:  ghc-streaming-commons-devel
 BuildRequires:  ghc-tagsoup-devel
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-time-devel
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-unordered-containers-devel
 BuildRequires:  ghc-vector-devel
+BuildRequires:  ghc-wai-cli-devel
 BuildRequires:  ghc-wai-extra-devel
-BuildRequires:  ghc-warp-devel
 BuildRequires:  ghc-xml-lens-devel
 BuildRequires:  ghc-xss-sanitize-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ microformats2-parser-1.0.1.6.tar.gz -> 
microformats2-parser-1.0.1.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microformats2-parser-1.0.1.6/README.md 
new/microformats2-parser-1.0.1.7/README.md
--- old/microformats2-parser-1.0.1.6/README.md  2016-03-14 22:32:54.0 
+0100
+++ new/microformats2-parser-1.0.1.7/README.md  2017-05-14 23:07:57.0 
+0200
@@ -64,9 +64,8 @@
 ## Contributing
 
 Please feel free to submit pull requests!
-Bugfixes and simple non-breaking improvements will be accepted without any 
questions :-)
 
-By participating in this project you agree to follow the [Contributor Code of 
Conduct](http://contributor-covenant.org/version/1/2/0/).
+By participating in this project you agree to follow the [Contributor Code of 
Conduct](http://contributor-covenant.org/version/1/4/) and to release your 
contributions under the Unlicense.
 
 [The list of contributors is available on 
GitHub](https://github.com/myfreeweb/microformats2-parser/graphs/contributors).
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microformats2-parser-1.0.1.6/executable/Main.hs 
new/microformats2-parser-1.0.1.7/executable/Main.hs
--- old/microformats2-parser-1.0.1.6/executable/Main.hs 2016-09-18 
13:17:47.0 +0200
+++ new/microformats2-parser-1.0.1.7/executable/Main.hs 2017-01-23 
21:59:32.0 +0100
@@ -1,41 +1,23 @@
-{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
+{-# OPTIONS_GHC -fno-warn-missing-signatures -fno-warn-unused-do-bind #-}
 {-# LANGUAGE NoImplicitPrelude, OverloadedStrings, UnicodeSyntax #-}
 
 module Main (main) where
 
 import   Prelude.Compat
-import   Control.Exception
 import   Data.Microformats2.Parser
-import   Data.List
-import   Data.Maybe (fromMaybe)
 import   Data.Aeson.Encode.Pretty
 import   Data.Aeson.Types (object)
 import   Data.Default
 import qualified Data.Text.Lazy as TL
-import   Data.Streaming.Network (bindPath)
-import   Network.Wai.Handler.Warp
-import qualified Network.Wai.Handler.CGI as CGI
+import   Network.Wai.Cli
 import   Network.Wai.Middleware.Autohead
-import qualified Network.Socket as S
 import   Network.URI (parseURI)
 import   Web.Scotty hiding (html)
 import   Text.Blaze.Html5 as H hiding (main, param, object, base)
 import   Text.Blaze.Html5.Attributes as A
 import   Text.Blaze.Html.Renderer.Utf8 (renderHtml)
-import qualified Options as O
 
 
-data AppOptions = AppOptions
-  { port ∷ Int
-  , socket   ∷ String
-  , protocol ∷ String }
-
-instance O.

commit okular for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package okular for openSUSE:Factory checked 
in at 2017-06-12 15:25:08

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


Package is "okular"

Mon Jun 12 15:25:08 2017 rev:86 rq:502130 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/okular/okular.changes2017-05-22 
10:45:05.981072971 +0200
+++ /work/SRC/openSUSE:Factory/.okular.new/okular.changes   2017-06-12 
15:25:12.341520360 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:43:02 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * Initialize cursor in PageView scrollbars with ArrowCursor (kde#334798)
+
+---

Old:

  okular-17.04.1.tar.xz

New:

  okular-17.04.2.tar.xz



Other differences:
--
++ okular.spec ++
--- /var/tmp/diff_new_pack.a7ViM8/_old  2017-06-12 15:25:13.453363466 +0200
+++ /var/tmp/diff_new_pack.a7ViM8/_new  2017-06-12 15:25:13.457362902 +0200
@@ -18,7 +18,7 @@
 %bcond_without lang
 
 Name:   okular
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ okular-17.04.1.tar.xz -> okular-17.04.2.tar.xz ++
 31690 lines of diff (skipped)




commit kholidays for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package kholidays for openSUSE:Factory 
checked in at 2017-06-12 15:25:59

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


Package is "kholidays"

Mon Jun 12 15:25:59 2017 rev:23 rq:502409 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/kholidays/kholidays.changes  2017-05-22 
10:40:33.647471361 +0200
+++ /work/SRC/openSUSE:Factory/.kholidays.new/kholidays.changes 2017-06-12 
15:26:00.974657634 +0200
@@ -1,0 +2,17 @@
+Thu Jun  8 18:20:31 UTC 2017 - lbeltr...@kde.org
+
+- Add upstream patch revert-turkish-holiday-update.patch:
+  * Revert changes to Turkish holidays, as they cause Plasma to
+crash on startup
+
+---
+Wed Jun 07 17:42:49 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * Update Turkish Holiday File (EN and TR) Differential Revision: 
https://phabricator.kde.org/D6009
+
+---

Old:

  kholidays-17.04.1.tar.xz

New:

  kholidays-17.04.2.tar.xz
  revert-turkish-holiday-update.patch



Other differences:
--
++ kholidays.spec ++
--- /var/tmp/diff_new_pack.Ymb2Kh/_old  2017-06-12 15:26:01.618566771 +0200
+++ /var/tmp/diff_new_pack.Ymb2Kh/_new  2017-06-12 15:26:01.622566206 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kholidays
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
@@ -29,6 +29,8 @@
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: %{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch0: revert-turkish-holiday-update.patch
 BuildRequires:  extra-cmake-modules >= 5.19.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig
@@ -64,6 +66,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++ kholidays-17.04.1.tar.xz -> kholidays-17.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-17.04.1/CMakeLists.txt 
new/kholidays-17.04.2/CMakeLists.txt
--- old/kholidays-17.04.1/CMakeLists.txt2017-05-09 02:26:34.0 
+0200
+++ new/kholidays-17.04.2/CMakeLists.txt2017-06-06 02:23:43.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.5.1")
+set(PIM_VERSION "5.5.2")
 
 project(KHolidays VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kholidays-17.04.1/holidays/plan2/holiday_tr_en-gb 
new/kholidays-17.04.2/holidays/plan2/holiday_tr_en-gb
--- old/kholidays-17.04.1/holidays/plan2/holiday_tr_en-gb   2017-04-26 
07:00:23.0 +0200
+++ new/kholidays-17.04.2/holidays/plan2/holiday_tr_en-gb   2017-05-29 
14:43:38.0 +0200
@@ -10,10 +10,10 @@
 ::   Volkan Gezer
 ::   Ömer Fadıl Usta 
 ::
-:: Updated:  2013-04-19
+:: Updated:  2017-05-20
 ::
-:: Source:   http://mevzuat.meb.gov.tr/html/114.html (for public holidays) and
-:: 
http://www.diyanet.gov.tr/turkish/dy/Diyanet-Isleri-Baskanligi-Duyuru-9882.aspx
+:: Source:   http://www.mevzuat.gov.tr/MevzuatMetin/1.5.2429.pdf (for public 
holidays) and
+:: 
http://www2.diyanet.gov.tr/DinHizmetleriGenelMudurlugu/Sayfalar/2017DiniG%C3%BCnlerListesi.aspx
 :: (for religious holidays)
 
 :: Metadata
@@ -27,43 +27,27 @@
 "National Sovereignty and Children's Day" public on april 23
 "Labour and Solidarity Day"   public on may 1
 "Commemoration of Atatürk, Youth and Sports Day"  public on may 19
+"Democracy and National Unity Day"public on july 15
 "Victory Day" public on august 30
 "Republic Day"public on october 29
 
 :: Religious
-:: We cannot use KDE Hijri calendar since is one/two days ahead
-:: than holiday dates defined for Turkey
-:: "Ramadan Feast"public religious on 
hijri shawwal 1 length 3 days
-:: "Sacrifice Feast"  public religious on 
hijri thualhijjah 10 length 4 days
-
-"Ramadan Feast"   public religious on 08 
august 2013 length 3 days
-"Ramadan Feast"   public religious on 28 
july 2014 length 3 days
-"Ramadan Feast"   public religious o

commit marble for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package marble for openSUSE:Factory checked 
in at 2017-06-12 15:24:43

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


Package is "marble"

Mon Jun 12 15:24:43 2017 rev:90 rq:502124 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/marble/marble.changes2017-06-04 
01:47:43.366824389 +0200
+++ /work/SRC/openSUSE:Factory/.marble.new/marble.changes   2017-06-12 
15:24:54.148087667 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:43:01 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * None
+
+---

Old:

  marble-17.04.1.tar.xz

New:

  marble-17.04.2.tar.xz



Other differences:
--
++ marble.spec ++
--- /var/tmp/diff_new_pack.QRmh7T/_old  2017-06-12 15:24:56.247791375 +0200
+++ /var/tmp/diff_new_pack.QRmh7T/_new  2017-06-12 15:24:56.251790810 +0200
@@ -20,7 +20,7 @@
 %define _so -27
 %define _so_astro 1
 Name:   marble
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ marble-17.04.1.tar.xz -> marble-17.04.2.tar.xz ++
/work/SRC/openSUSE:Factory/marble/marble-17.04.1.tar.xz 
/work/SRC/openSUSE:Factory/.marble.new/marble-17.04.2.tar.xz differ: char 25, 
line 1




commit libksane for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package libksane for openSUSE:Factory 
checked in at 2017-06-12 15:24:22

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


Package is "libksane"

Mon Jun 12 15:24:22 2017 rev:82 rq:502118 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/libksane/libksane.changes2017-05-22 
10:44:33.789611646 +0200
+++ /work/SRC/openSUSE:Factory/.libksane.new/libksane.changes   2017-06-12 
15:24:23.716381929 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:43:01 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * None
+
+---

Old:

  libksane-17.04.1.tar.xz

New:

  libksane-17.04.2.tar.xz



Other differences:
--
++ libksane.spec ++
--- /var/tmp/diff_new_pack.pukPay/_old  2017-06-12 15:24:24.620254383 +0200
+++ /var/tmp/diff_new_pack.pukPay/_new  2017-06-12 15:24:24.620254383 +0200
@@ -20,7 +20,7 @@
 %define _so 5
 %define lname libKF5Sane
 Name:   libksane
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ libksane-17.04.1.tar.xz -> libksane-17.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksane-17.04.1/po/tr/libksane.po 
new/libksane-17.04.2/po/tr/libksane.po
--- old/libksane-17.04.1/po/tr/libksane.po  2017-05-09 02:17:21.0 
+0200
+++ new/libksane-17.04.2/po/tr/libksane.po  2017-06-06 02:14:27.0 
+0200
@@ -177,8 +177,8 @@
 msgstr ""
 "SANE (Scanner Access Now Easy - Tarayıcı Erişimi Artık Kolay) sistemi "
 "hiçbir aygıt bulamadı.Tarayıcının takılı ve açık olduğunu veyasistem "
-"tarayıcı yapılandırmasını denetleyin.SANE hakkında ayrıntılı bilgi için "
-"SANE anasayfasına bakın."
+"tarayıcı yapılandırmasını denetleyin.SANE hakkında ayrıntılı bilgi için <"
+"a href='http://www.sane-project.org/'>SANE anasayfasına bakın."
 
 #: ksanedevicedialog.cpp:86
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksane-17.04.1/po/zh_CN/libksane.po 
new/libksane-17.04.2/po/zh_CN/libksane.po
--- old/libksane-17.04.1/po/zh_CN/libksane.po   2017-05-09 02:17:21.0 
+0200
+++ new/libksane-17.04.2/po/zh_CN/libksane.po   2017-06-06 02:14:27.0 
+0200
@@ -5,20 +5,24 @@
 # Ni Hui , 2007, 2008, 2009, 2012.
 # FengChao , 2011.
 # Weng Xuetian , 2015.
+# Guo Yunhe , 2017.
 msgid ""
 msgstr ""
-"Project-Id-Version: libksane\n"
+"Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:15+0100\n"
-"PO-Revision-Date: 2015-12-16 11:59-0800\n"
-"Last-Translator: Weng Xuetian \n"
-"Language-Team: Chinese \n"
+"PO-Revision-Date: 2017-05-20 05:04-0400\n"
+"Last-Translator: guoyunhebrave \n"
+"Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: crowdin.com\n"
+"X-Crowdin-Project: kdeorg\n"
+"X-Crowdin-Language: zh-CN\n"
+"X-Crowdin-File: /kf5-stable/messages/kdegraphics/libksane.pot\n"
 
 #: ../ksanetwain/ktwain_widget.cpp:50
 #, kde-format
@@ -494,56 +498,65 @@
 #~ msgstr[0] "%1 微秒"
 
 #~ msgctxt "Parameter and Unit"
+#~ msgid "%1 usec"
+#~ msgid_plural "%1 usec"
+#~ msgstr[0] "%1 微秒"
+
+#~ msgctxt "SpinBox parameter unit"
+#~ msgid " usec"
+#~ msgid_plural " usecs"
+#~ msgstr[0] " 微秒"
+
+#~ msgctxt "Double numbers. SpinBox parameter unit"
+#~ msgid " usec"
+#~ msgstr " 微秒"
+
+#~ msgid "The image format is not (yet?) supported by libksane."
+#~ msgstr "libksane (还?)不支持此图像格式。"
+
+#~ msgid "The lamp is warming up."
+#~ msgstr "灯正在变暖。"
+
+#, fuzzy
+#~ msgctxt "Parameter and Unit"
 #~ msgid "%1 mm"
 #~ msgstr "%1 毫米"
 
+#, fuzzy
 #~ msgctxt "Parameter and Unit"
 #~ msgid "%1 DPI"
 #~ msgstr "%1 DPI"
 
+#, fuzzy
 #~ msgctxt "Parameter and Unit"
 #~ msgid "%1 %"
 #~ msgstr "%1 %"
 
-#~ msgctxt "Parameter and Unit"
-#~ msgid "%1 usec"
-#~ msgid_plural "%1 usec"
-#~ msgstr[0] "%1 微秒"
-
-#~ msgctxt "SpinBox parameter unit"
-#~ msgid " usec"
-#~ msgid_plural " usecs"
-#~ msgstr[0] " 微秒"
-
+#, fuzzy
 #~ msgctxt "Double numbers. SpinBox parameter unit"
 #~ msgid " mm"
 #~ msgstr " 毫米"
 
+#, fuzzy
 #~ msgctxt "Double numbers. SpinBox parameter unit"
 #~ msgid " DPI"
 #~ msgstr " DPI"
 
+#, fuzzy
 #~ msgctxt "Double numbers. SpinBox

commit conman for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package conman for openSUSE:Factory checked 
in at 2017-06-12 15:28:24

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


Package is "conman"

Mon Jun 12 15:28:24 2017 rev:2 rq:498655 version:0.2.7

Changes:

--- /work/SRC/openSUSE:Factory/conman/conman.changes2017-03-04 
16:44:56.158189484 +0100
+++ /work/SRC/openSUSE:Factory/.conman.new/conman.changes   2017-06-12 
15:28:28.573832416 +0200
@@ -1,0 +2,5 @@
+Mon May  8 10:51:34 UTC 2017 - e...@suse.com
+
+- conman.conf: make differences between openSUSE and SLES explicit.
+
+---



Other differences:
--
++ conman.spec ++
--- /var/tmp/diff_new_pack.YoFc2R/_old  2017-06-12 15:28:29.121755143 +0200
+++ /var/tmp/diff_new_pack.YoFc2R/_new  2017-06-12 15:28:29.125754579 +0200
@@ -108,7 +108,7 @@
 SERVER loopback=ON
 SERVER pidfile="/var/run/conman.pid"
 SERVER resetcmd="powerman -0 %N; sleep 3; powerman -1 %N"
-SERVER tcpwrappers=OFF
+SERVER tcpwrappers=%{?is_opensuse:OFF}%{!?is_opensuse:ON}
 SERVER timestamp=1h
 GLOBAL seropts="115200,8n1"
 GLOBAL log="console.%N"




commit libkipi for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2017-06-12 15:24:06

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


Package is "libkipi"

Mon Jun 12 15:24:06 2017 rev:81 rq:502114 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2017-05-22 
10:44:17.435917501 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2017-06-12 
15:24:07.810626408 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:43:00 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * None
+
+---

Old:

  libkipi-17.04.1.tar.xz

New:

  libkipi-17.04.2.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.oddtmY/_old  2017-06-12 15:24:08.350550219 +0200
+++ /var/tmp/diff_new_pack.oddtmY/_new  2017-06-12 15:24:08.354549655 +0200
@@ -19,7 +19,7 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ libkipi-17.04.1.tar.xz -> libkipi-17.04.2.tar.xz ++




commit libkdcraw for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package libkdcraw for openSUSE:Factory 
checked in at 2017-06-12 15:23:32

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


Package is "libkdcraw"

Mon Jun 12 15:23:32 2017 rev:82 rq:502106 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/libkdcraw/libkdcraw.changes  2017-05-22 
10:43:52.843385022 +0200
+++ /work/SRC/openSUSE:Factory/.libkdcraw.new/libkdcraw.changes 2017-06-12 
15:23:33.703439303 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:43:00 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * None
+
+---

Old:

  libkdcraw-17.04.1.tar.xz

New:

  libkdcraw-17.04.2.tar.xz



Other differences:
--
++ libkdcraw.spec ++
--- /var/tmp/diff_new_pack.uuff70/_old  2017-06-12 15:23:34.467331509 +0200
+++ /var/tmp/diff_new_pack.uuff70/_new  2017-06-12 15:23:34.467331509 +0200
@@ -19,7 +19,7 @@
 %define _so 5
 %define lname libKF5KDcraw
 Name:   libkdcraw
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ libkdcraw-17.04.1.tar.xz -> libkdcraw-17.04.2.tar.xz ++




commit libksieve for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package libksieve for openSUSE:Factory 
checked in at 2017-06-12 15:24:28

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


Package is "libksieve"

Mon Jun 12 15:24:28 2017 rev:15 rq:502119 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/libksieve/libksieve.changes  2017-05-22 
10:44:38.436956375 +0200
+++ /work/SRC/openSUSE:Factory/.libksieve.new/libksieve.changes 2017-06-12 
15:24:30.639405012 +0200
@@ -1,0 +2,15 @@
+Wed Jun 07 17:43:01 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * Fix order of attributes
+  * Add newline after each error message
+  * Don't add empty requires
+  * Don't double quote when we have a list
+  * Fix generate body element when we have a list
+  * Body supports list too
+
+---

Old:

  libksieve-17.04.1.tar.xz

New:

  libksieve-17.04.2.tar.xz



Other differences:
--
++ libksieve.spec ++
--- /var/tmp/diff_new_pack.DDc941/_old  2017-06-12 15:24:31.391298911 +0200
+++ /var/tmp/diff_new_pack.DDc941/_new  2017-06-12 15:24:31.395298346 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libksieve
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ libksieve-17.04.1.tar.xz -> libksieve-17.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksieve-17.04.1/CMakeLists.txt 
new/libksieve-17.04.2/CMakeLists.txt
--- old/libksieve-17.04.1/CMakeLists.txt2017-05-09 02:29:54.0 
+0200
+++ new/libksieve-17.04.2/CMakeLists.txt2017-06-06 02:27:14.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.5.1")
+set(PIM_VERSION "5.5.2")
 
 project(libksieve VERSION ${PIM_VERSION})
 
@@ -22,13 +22,13 @@
 
 set(LIBKSIEVE_LIB_VERSION ${PIM_VERSION})
 set(QT_REQUIRED_VERSION "5.6.0")
-set(KMIME_LIB_VERSION "5.5.1")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.5.1")
-set(KMAILTRANSPORT_LIB_VERSION "5.5.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.5.1")
-set(LIBKDEPIM_LIB_VERSION "5.5.1")
-set(PIMCOMMON_LIB_VERSION "5.5.1")
-set(KIMAP_LIB_VERSION "5.5.1")
+set(KMIME_LIB_VERSION "5.5.2")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.5.2")
+set(KMAILTRANSPORT_LIB_VERSION "5.5.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.5.2")
+set(LIBKDEPIM_LIB_VERSION "5.5.2")
+set(PIMCOMMON_LIB_VERSION "5.5.2")
+set(KIMAP_LIB_VERSION "5.5.2")
 
 option(KDEPIM_ENTERPRISE_BUILD "Enable features specific to the enterprise 
branch, which are normally disabled. Also, it disables many components not 
needed for Kontact such as the Kolab client." FALSE)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksieve-17.04.1/po/fr/libksieve.po 
new/libksieve-17.04.2/po/fr/libksieve.po
--- old/libksieve-17.04.1/po/fr/libksieve.po2017-05-09 02:29:53.0 
+0200
+++ new/libksieve-17.04.2/po/fr/libksieve.po2017-06-06 02:27:13.0 
+0200
@@ -2092,7 +2092,7 @@
 #: ksieveui/editor/sieveeditormenubar.cpp:64
 #, kde-format
 msgid "Go to Line"
-msgstr ""
+msgstr "Aller à la ligne"
 
 #: ksieveui/editor/sieveeditormenubar.cpp:69
 #, fuzzy, kde-format
@@ -2141,7 +2141,7 @@
 #, kde-format
 msgctxt "@title:menu"
 msgid "Tools"
-msgstr ""
+msgstr "Outils"
 
 #: ksieveui/editor/sieveeditortabwidget.cpp:63
 #, fuzzy, kde-format
@@ -2330,7 +2330,7 @@
 #: ksieveui/editor/webengine/findbar/findbarbase.cpp:100
 #, kde-format
 msgid "Phrase not found"
-msgstr ""
+msgstr "Impossible de trouver la phrase"
 
 #: ksieveui/editor/webengine/sieveeditorwebengineview.cpp:61
 #, kde-format
@@ -2532,7 +2532,7 @@
 #: ksieveui/sievescriptdebugger/sievescriptdebuggerdialog.cpp:48
 #, kde-format
 msgid "Apply Changes"
-msgstr ""
+msgstr "Appliquer les changements"
 
 #: ksieveui/sievescriptdebugger/sievescriptdebuggerfrontendwidget.cpp:54
 #, kde-format
@@ -2542,7 +2542,7 @@
 #: ksieveui/sievescriptdebugger/sievescriptdebuggerfrontendwidget.cpp:68
 #, kde-format
 msgid "Extension:"
-msgstr ""
+msgstr "Extension : "
 
 #: ksieveui/sievescriptdebugger/sievescriptdebuggerfrontendwidget.cpp:73
 #, kde-format
@@ -2554,7 +2554,7 @@
 #: ksieveui/sievescriptdebugger/sievescriptdebuggerfrontendwidget.cpp:111
 #, kde-format
 msgid "Debug"
-msgstr ""
+msgstr "Déboguer"
 
 #: ksieveui/sievescriptdebugger/sievescriptdebuggerfrontendwidget.cpp:144
 #, fuzzy, kde-format
@@ -2580,7 +2580,7 

commit syndication for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package syndication for openSUSE:Factory 
checked in at 2017-06-12 15:25:52

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


Package is "syndication"

Mon Jun 12 15:25:52 2017 rev:22 rq:502144 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/syndication/syndication.changes  2017-05-22 
10:45:24.886408394 +0200
+++ /work/SRC/openSUSE:Factory/.syndication.new/syndication.changes 
2017-06-12 15:25:54.819526200 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:43:03 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * None
+
+---

Old:

  syndication-17.04.1.tar.xz

New:

  syndication-17.04.2.tar.xz



Other differences:
--
++ syndication.spec ++
--- /var/tmp/diff_new_pack.A9Tp2E/_old  2017-06-12 15:25:56.647268282 +0200
+++ /var/tmp/diff_new_pack.A9Tp2E/_new  2017-06-12 15:25:56.655267154 +0200
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.1.0
 Name:   syndication
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ syndication-17.04.1.tar.xz -> syndication-17.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-17.04.1/CMakeLists.txt 
new/syndication-17.04.2/CMakeLists.txt
--- old/syndication-17.04.1/CMakeLists.txt  2017-04-26 07:01:34.0 
+0200
+++ new/syndication-17.04.2/CMakeLists.txt  2017-05-24 08:01:49.0 
+0200
@@ -20,7 +20,7 @@
 include(ECMQtDeclareLoggingCategory)
 
 
-set(SYNDICATION_LIB_VERSION "5.5.1")
+set(SYNDICATION_LIB_VERSION "5.5.2")
 
 ecm_setup_version(${SYNDICATION_LIB_VERSION} VARIABLE_PREFIX SYNDICATION
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/syndication_version.h"




commit python-qt4 for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package python-qt4 for openSUSE:Factory 
checked in at 2017-06-12 15:26:11

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


Package is "python-qt4"

Mon Jun 12 15:26:11 2017 rev:83 rq:502724 version:4.12

Changes:

--- /work/SRC/openSUSE:Factory/python-qt4/python-qt4.changes2017-06-01 
16:23:05.736671064 +0200
+++ /work/SRC/openSUSE:Factory/.python-qt4.new/python-qt4.changes   
2017-06-12 15:26:13.716859550 +0200
@@ -1,0 +2,10 @@
+Sun Jun  4 15:21:57 UTC 2017 - antoine.belv...@opensuse.org
+
+- Move requirements for development package to correct place.
+
+---
+Mon May 22 20:19:36 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to sort input files to make build fully reproducible
+
+---

New:

  reproducible.patch



Other differences:
--
++ python-qt4.spec ++
--- /var/tmp/diff_new_pack.bt6FiP/_old  2017-06-12 15:26:15.292637188 +0200
+++ /var/tmp/diff_new_pack.bt6FiP/_new  2017-06-12 15:26:15.296636624 +0200
@@ -28,17 +28,19 @@
 Source99:   %{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM: Fix .pro files not being generated by configure.py
 Patch0: pyqt4_add_pro_files.diff
+# PATCH-FIX-UPSTREAM -- TODO
+Patch1: reproducible.patch
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module sip >= 4.19.1}
+BuildRequires:  %{python_module sip-devel >= 4.19.1}
 BuildRequires:  dbus-1-devel
+BuildRequires:  dbus-1-python-devel
+BuildRequires:  dbus-1-python3-devel
 BuildRequires:  fdupes
 BuildRequires:  libQtWebKit-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  phonon-devel
 BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
-BuildRequires:  dbus-1-python-devel
-BuildRequires:  dbus-1-python3-devel
-BuildRequires:  %{python_module sip >= 4.19.1}
-BuildRequires:  %{python_module sip-devel >= 4.19.1}
 Requires:   %{name}-utils
 Requires:   python-sip(api) = %python_sip_api_ver
 %requires_gepython-dbus-python
@@ -72,6 +74,9 @@
 %ifpython3
 Requires:   dbus-1-python3-devel
 %endif
+Requires:   libQtWebKit-devel
+Requires:   libqt4-devel
+Requires:   phonon-devel
 Requires:   python-qt4-utils = %{version}
 Requires:   python-sip-devel >= 4.19.1
 Recommends: python-qscintilla
@@ -93,10 +98,6 @@
 %package -n %{name}-utils
 Summary:Common files for PyQt4 for python2 and python3
 Group:  Development/Libraries/Python
-Requires:   dbus-1-devel
-Requires:   libQtWebKit-devel
-Requires:   libqt4-devel
-Requires:   phonon-devel
 Provides:   %{python_module qt4-utils = %{version}}
 
 %description -n %{name}-utils
@@ -114,7 +115,7 @@
 %prep
 %setup -q -n PyQt4_gpl_x11-%{version}
 %patch0 -p1
-
+%patch1 -p1
 
 %build
 export CXXFLAGS="%{optflags}"
@@ -135,7 +136,6 @@
 
 }
 
-
 %install
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 
@@ -167,7 +167,6 @@
 %preun devel
 %python_uninstall_alternative pyuic4
 
-
 %files %{python_files}
 %defattr(-,root,root)
 %doc build_%{python_bin_suffix}/README
@@ -177,7 +176,6 @@
 %{python_sitearch}/PyQt4/
 %{python_sitelib}/dbus/mainloop/qt.so
 
-
 %files %{python_files devel}
 %defattr(-,root,root)
 %python_alternative %{_bindir}/pyuic4
@@ -189,10 +187,8 @@
 %dir %{_datadir}/qt4/qsci/api/python_%{python_bin_suffix}/
 %{_datadir}/qt4/qsci/api/python_%{python_bin_suffix}/PyQt4.api
 
-
 %files -n %{name}-utils
 %defattr(-,root,root)
 %{_datadir}/sip/PyQt4/
 
-
 %changelog

++ reproducible.patch ++
have constant link order
to make builds reproducible.
See https://reproducible-builds.org/ for why this is good.

Without this patch g++ would order functions in .so files
depending on random order of files in the build system's filesystem.

Note that we also need to sort .h files because those are used
to create .cpp files with moc.

diff -ru PyQt4_gpl_x11-4.12.orig/configure-ng.py 
PyQt4_gpl_x11-4.12/configure-ng.py
--- PyQt4_gpl_x11-4.12.orig/configure-ng.py 2016-12-26 13:47:10.0 
+
+++ PyQt4_gpl_x11-4.12/configure-ng.py  2017-05-22 17:37:42.867428681 +
@@ -1337,11 +1337,11 @@
 sp_qpy_dir = source_path('qpy', mname)
 
 qpy_c_sources = [os.path.relpath(f, mname)
-for f in glob.glob(os.path.join(sp_qpy_dir, '*.c'))]
+for f in sorted(glob.glob(os.path.join(sp_qpy_dir, 
'*.c')))]
 qpy_cpp_sources = [os.path.relpath(f, mname)
-for f in glob.glob(os.path.join(sp_qpy_dir, '*.cpp'))]
+for f in sorted(glob.glob(os.path.join(sp

commit ark for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package ark for openSUSE:Factory checked in 
at 2017-06-12 15:26:17

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


Package is "ark"

Mon Jun 12 15:26:17 2017 rev:78 rq:502775 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/ark/ark.changes  2017-05-22 10:37:44.147370524 
+0200
+++ /work/SRC/openSUSE:Factory/.ark.new/ark.changes 2017-06-12 
15:26:20.603887704 +0200
@@ -1,0 +2,25 @@
+Sat Jun 10 11:27:17 UTC 2017 - fab...@ritter-vogt.de
+
+- Add patch to remove stray $ from supported MimeType list:
+  * 0001-Remove-stray-from-mime-type-list-of-the-libzip-plugi.patch
+
+---
+Wed Jun 07 17:42:39 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * Don't crash when dropping twice invalid URLs on empty archive view
+  * part: update actions when settings change
+  * Respect file size limit when double cliclking
+  * Fix crash when renaming top-level entries (kde#379802)
+
+---
+Sun Jun  4 15:29:41 UTC 2017 - fab...@ritter-vogt.de
+
+- Add upstream commit from master to improve previewer (kde#380439):
+  * 0001-Make-ArkViewer-a-KPart-mainwindow.patch
+
+---

Old:

  ark-17.04.1.tar.xz

New:

  0001-Make-ArkViewer-a-KPart-mainwindow.patch
  0001-Remove-stray-from-mime-type-list-of-the-libzip-plugi.patch
  ark-17.04.2.tar.xz



Other differences:
--
++ ark.spec ++
--- /var/tmp/diff_new_pack.FK2Pgh/_old  2017-06-12 15:26:21.371779344 +0200
+++ /var/tmp/diff_new_pack.FK2Pgh/_new  2017-06-12 15:26:21.371779344 +0200
@@ -20,7 +20,7 @@
 %define SOMAJOR 17
 
 Name:   ark
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
@@ -32,6 +32,10 @@
 Source0:ark-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE lower-libarchive-minimum-version.patch
 Patch:  lower-libarchive-minimum-version.patch
+# PATCH-FIX-UPSTREAM
+Patch100:   0001-Remove-stray-from-mime-type-list-of-the-libzip-plugi.patch
+# PATCH-FIX-UPSTREAM
+Patch200:   0001-Make-ArkViewer-a-KPart-mainwindow.patch
 BuildRequires:  extra-cmake-modules >= 1.7.0
 BuildRequires:  karchive-devel >= %{kf5_version}
 BuildRequires:  kconfig-devel >= 5.2.0
@@ -77,6 +81,8 @@
 %prep
 %setup -q
 %patch -p1
+%patch100 -p1
+%patch200 -p1
 
 %build
   %cmake_kf5 -d build

++ 0001-Make-ArkViewer-a-KPart-mainwindow.patch ++
>From 15d53106e184d7cb0fa08a8cf3588fea10715647 Mon Sep 17 00:00:00 2001
From: Elvis Angelaccio 
Date: Sun, 4 Jun 2017 17:23:51 +0200
Subject: [PATCH] Make ArkViewer a KPart mainwindow

Summary:
This allows us to call createGUI() on the KPart we are embedding. As a
side effect, we are now able to show the popup menu of the ArkPart,
which is a stand-alone popup menu created by kxmlgui, when previewing a
nested archive in the ArkViewer.

By using a KMainWindow (instead of a QDialog) we also gain some
features, for example we get size restoring for free (thanks to
setAutoSaveSettings()), without the need of manually using
KWindowConfig.

BUG: 380439
FIXED-IN: 17.07.80

Reviewers: #ark, fvogt

Subscribers: kde-utils-devel

Tags: #ark

Differential Revision: https://phabricator.kde.org/D6075
---
 part/CMakeLists.txt |   1 +
 part/ark_viewer.rc  |   6 +++
 part/arkviewer.cpp  |  43 ++-
 part/arkviewer.h|  10 ++--
 part/arkviewer.ui   | 153 +---
 part/part.cpp   |   1 +
 6 files changed, 89 insertions(+), 125 deletions(-)
 create mode 100644 part/ark_viewer.rc

diff --git a/part/CMakeLists.txt b/part/CMakeLists.txt
index 47c33489..efa5cb3a 100644
--- a/part/CMakeLists.txt
+++ b/part/CMakeLists.txt
@@ -38,3 +38,4 @@ install(TARGETS arkpart DESTINATION ${KDE_INSTALL_PLUGINDIR})
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ark_part.desktop DESTINATION 
${KDE_INSTALL_KSERVICES5DIR})
 install(FILES ark_part.rc DESTINATION ${KDE_INSTALL_KXMLGUI5DIR}/ark)
+install(FILES ark_viewer.rc DESTINATION ${KDE_INSTALL_KXMLGUI5DIR}/ark)
diff --git a/part/ark_viewer.rc b/part/ark_viewer.rc
new file mode 100644
index ..e439a3a9
--- /dev/null
+++ b/part/ark_viewer.rc
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/part/arkviewer.cpp b/part/arkviewer.cpp
index 89a198d5..9155fc32 100644
--- a/part/arkviewer.cpp
+++ b/part/arkviewer.cpp
@@ -26,42 +26,34 @@
 #include 
 #

commit messagelib for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package messagelib for openSUSE:Factory 
checked in at 2017-06-12 15:24:57

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


Package is "messagelib"

Mon Jun 12 15:24:57 2017 rev:15 rq:502126 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/messagelib/messagelib.changes2017-05-22 
10:44:56.074469501 +0200
+++ /work/SRC/openSUSE:Factory/.messagelib.new/messagelib.changes   
2017-06-12 15:24:59.335355683 +0200
@@ -1,0 +2,16 @@
+Wed Jun 07 17:43:02 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * Make sure to sign/encrypt message when we send later
+  * Change encryption too
+  * Fix potential crash as david reported
+  * Workaround assert in QtWebEngine 5.9 (ASSERT: "m_updateHttpCache")
+  * Fix runtime warning about application/x-pkcs7-signature.
+  * Use QTemporaryDir as discussed with David
+  * Fix Bug 378526 - KMail 5.4.3: Attachment displayed with wrong filename 
(kde#378526)
+
+---

Old:

  messagelib-17.04.1.tar.xz

New:

  messagelib-17.04.2.tar.xz



Other differences:
--
++ messagelib.spec ++
--- /var/tmp/diff_new_pack.K9dAJG/_old  2017-06-12 15:25:00.275223057 +0200
+++ /var/tmp/diff_new_pack.K9dAJG/_new  2017-06-12 15:25:00.275223057 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   messagelib
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ messagelib-17.04.1.tar.xz -> messagelib-17.04.2.tar.xz ++
/work/SRC/openSUSE:Factory/messagelib/messagelib-17.04.1.tar.xz 
/work/SRC/openSUSE:Factory/.messagelib.new/messagelib-17.04.2.tar.xz differ: 
char 25, line 1




  1   2   3   >