commit gnome-calendar for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package gnome-calendar for openSUSE:Factory 
checked in at 2016-09-01 14:03:51

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


Package is "gnome-calendar"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-calendar/gnome-calendar.changes
2016-05-12 09:33:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-calendar.new/gnome-calendar.changes   
2016-09-01 14:03:52.0 +0200
@@ -1,0 +2,8 @@
+Wed Aug 31 21:08:25 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.3:
+  + Fix crashes.
+  + Fix AM/PM selector not showing.
+  + Updated translations.
+
+---

Old:

  gnome-calendar-3.20.2.tar.xz

New:

  gnome-calendar-3.20.3.tar.xz



Other differences:
--
++ gnome-calendar.spec ++
--- /var/tmp/diff_new_pack.vzp0EY/_old  2016-09-01 14:03:53.0 +0200
+++ /var/tmp/diff_new_pack.vzp0EY/_new  2016-09-01 14:03:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-calendar
-Version:3.20.2
+Version:3.20.3
 Release:0
 Summary:A calendar application for GNOME
 License:GPL-3.0+

++ gnome-calendar-3.20.2.tar.xz -> gnome-calendar-3.20.3.tar.xz ++
 4192 lines of diff (skipped)




commit python-ddt for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package python-ddt for openSUSE:Factory 
checked in at 2016-09-01 14:03:43

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


Package is "python-ddt"

Changes:

--- /work/SRC/openSUSE:Factory/python-ddt/python-ddt.changes2015-12-23 
09:57:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-ddt.new/python-ddt.changes   
2016-09-01 14:03:45.0 +0200
@@ -1,0 +2,29 @@
+Thu Sep  1 05:23:40 UTC 2016 - tbecht...@suse.com
+
+update to version 1.1.0
+  * Note explicit support for Python 3.5
+  * Catch ImportErrors and improve coverage metrics
+  * Document the YAML support
+  * Refactor error functions in process_file_data
+  * Bump version to 1.1.0
+  * Add basic support for YAML data files
+  * Bump version to 1.0.2
+  * Bump version number
+  * Properly handle file object
+  * Fix the no-YAML installed test
+  * Fix Flake8 warnings
+  * Add more tests for YAML data files
+  * Split process_file_data into 2 functions
+  * Remove broken badge 'caniusepython3'
+  * Variable naming changes
+  * Flake8: make lambda into 'def' function
+  * Unconditionally use PyPI mock
+  * Fix copy-paste error
+  * Fix unittest with object instance as data
+  * Add mock to test requirements
+  * Add PyYAML as a test dependency
+  * RTD build trigger to use project name
+  * Load the YAML data safely
+- Use pypi.io as Source url
+
+---

Old:

  ddt-1.0.1.tar.gz

New:

  ddt-1.1.0.tar.gz



Other differences:
--
++ python-ddt.spec ++
--- /var/tmp/diff_new_pack.8QycSv/_old  2016-09-01 14:03:46.0 +0200
+++ /var/tmp/diff_new_pack.8QycSv/_new  2016-09-01 14:03:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ddt
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-ddt
-Version:1.0.1
+Version:1.1.0
 Release:0
 Summary:Data-Driven/Decorated Tests
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/txels/ddt
-Source: 
https://pypi.python.org/packages/source/d/ddt/ddt-%{version}.tar.gz
+Source: https://pypi.io/packages/source/d/ddt/ddt-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ddt-1.0.1.tar.gz -> ddt-1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ddt-1.0.1/PKG-INFO new/ddt-1.1.0/PKG-INFO
--- old/ddt-1.0.1/PKG-INFO  2015-11-18 23:09:54.0 +0100
+++ new/ddt-1.1.0/PKG-INFO  2016-05-31 09:27:22.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ddt
-Version: 1.0.1
+Version: 1.1.0
 Summary: Data-Driven/Decorated Tests
 Home-page: https://github.com/txels/ddt
 Author: Carles Barrobés
@@ -18,4 +18,5 @@
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
 Classifier: Topic :: Software Development :: Testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ddt-1.0.1/ddt.egg-info/PKG-INFO 
new/ddt-1.1.0/ddt.egg-info/PKG-INFO
--- old/ddt-1.0.1/ddt.egg-info/PKG-INFO 2015-11-18 23:09:54.0 +0100
+++ new/ddt-1.1.0/ddt.egg-info/PKG-INFO 2016-05-31 09:27:21.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ddt
-Version: 1.0.1
+Version: 1.1.0
 Summary: Data-Driven/Decorated Tests
 Home-page: https://github.com/txels/ddt
 Author: Carles Barrobés
@@ -18,4 +18,5 @@
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
 Classifier: Topic :: Software Development :: Testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ddt-1.0.1/ddt.py new/ddt-1.1.0/ddt.py
--- old/ddt-1.0.1/ddt.py2015-11-18 23:09:00.0 +0100
+++ new/ddt-1.1.0/ddt.py2016-05-31 09:26:35.0 +0200
@@ -11,7 +11,14 @@
 import re
 from functools import wraps
 
-__version__ = '1.0.1'
+try:
+import yaml
+except ImportError:  # pragma: no cover
+_have_yaml = False
+else:
+_have_yaml = True
+
+__version__ = '1.1.0'
 
 # These 

commit python-rfc3986 for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package python-rfc3986 for openSUSE:Factory 
checked in at 2016-09-01 14:03:42

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


Package is "python-rfc3986"

Changes:

--- /work/SRC/openSUSE:Factory/python-rfc3986/python-rfc3986.changes
2016-08-18 09:17:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-rfc3986.new/python-rfc3986.changes   
2016-09-01 14:03:42.0 +0200
@@ -1,0 +2,19 @@
+Wed Aug 31 10:44:29 UTC 2016 - tbecht...@suse.com
+
+- update to 0.4.1:
+  - Normalize URIs constructed using ``ParseResult.from_parts`` and
+``ParseResultBytes.from_parts``
+  - Add ``ParseResult.from_parts`` and ``ParseResultBytes.from_parts`` class
+methods to easily create a ParseResult
+  - When using regular expressions, use ``[0-9]`` instead of ``\d`` to avoid
+finding ports with "numerals" that are not valid in a port
+  - Preserve empty query strings during normalization
+  - Read README and HISTORY files using the appropriate codec so rfc3986 can be
+installed on systems with locale's other than utf-8 (specifically C)
+  - Replace the standard library's urlparse behaviour
+  - Update the regular name regular expression to accept all of the characters
+allowed in the RFC. Closes bug #11 (Thanks Viktor Haag). Previously URIs
+similar to "http://http-bin.org; would be considered invalid.
+- Use pypi.io for Source url
+
+---

Old:

  rfc3986-0.2.0.tar.gz

New:

  rfc3986-0.4.1.tar.gz



Other differences:
--
++ python-rfc3986.spec ++
--- /var/tmp/diff_new_pack.gVSUE7/_old  2016-09-01 14:03:43.0 +0200
+++ /var/tmp/diff_new_pack.gVSUE7/_new  2016-09-01 14:03:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-rfc3986
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-rfc3986
-Version:0.2.0
+Version:0.4.1
 Release:0
 Summary:Validating URI References per RFC 3986
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://rfc3986.rtfd.org
-Source: 
https://pypi.python.org/packages/source/r/rfc3986/rfc3986-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/r/rfc3986/rfc3986-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110

++ rfc3986-0.2.0.tar.gz -> rfc3986-0.4.1.tar.gz ++
 2359 lines of diff (skipped)




commit libgepub for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package libgepub for openSUSE:Factory 
checked in at 2016-09-01 14:03:49

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


Package is "libgepub"

Changes:

--- /work/SRC/openSUSE:Factory/libgepub/libgepub.changes2016-08-25 
09:56:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgepub.new/libgepub.changes   2016-09-01 
14:03:51.0 +0200
@@ -1,0 +2,41 @@
+Wed Aug 31 10:13:52 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.4:
+  + go_next and go_prev returns TRUE if success.
+  + Added functions to get the current doc mime and path.
+  + Fixed resource path for relative and doc paths.
+  + Remove libarchive from the public API.
+  + Simplify pkg-config file.
+  + Don't link the library against GTK+.
+  + Function to replace relative resources by epub://.
+  + utils: replace epub:// URIs for crosslinks too.
+  + utils: correctly terminate base URI.
+  + doc: fix wrong path when looking for resources.
+  + doc: make API to get resources consistent.
+  + Added GepubWidget class to show the content with webkit.
+  + Don't NULL-terminate document content.
+  + utils: remove unused variable.
+  + build: highlight introspection warnings.
+  + build: fix introspection warnings.
+  + Fixes in gepub-widget to work with the last merge.
+  + widget: make it a WebKitWebView.
+  + widget: simplify code.
+  + Fix gtk-doc annotations.
+  + widget: make the GepubDoc a property.
+  + doc: remove unneeded API.
+  + doc: use htmlReadMemory().
+  + widget: plug a memory leak.
+  + Rework API to be based on GBytes.
+  + doc: trivial indentation fix.
+  + Const-ify API methods that take strings.
+  + doc: don't call g_list_append().
+  + doc: rework page API.
+  + widget: automatically reload chapter when current page changes.
+  + Ignore HTML entities parse error when loading xml.
+  + New release 0.4.
+- Add pkgconfig(libsoup-2.4) and pkgconfig(webkit2gtk-4.0)
+  BuildRequires: new dependencies.
+- Rename typelib-1_0-Gepub-0_3 subpackage to typelib-1_0-Gepub-0_4,
+  following upstreams rename of the typelib file.
+
+---

Old:

  libgepub-0.3.tar.xz

New:

  libgepub-0.4.tar.xz



Other differences:
--
++ libgepub.spec ++
--- /var/tmp/diff_new_pack.RCYg3g/_old  2016-09-01 14:03:52.0 +0200
+++ /var/tmp/diff_new_pack.RCYg3g/_new  2016-09-01 14:03:52.0 +0200
@@ -18,7 +18,7 @@
 
 %global sover   0
 Name:   libgepub
-Version:0.3
+Version:0.4
 Release:0
 Summary:Epub Documents library
 License:LGPL-2.1+
@@ -33,7 +33,9 @@
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.30.0
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libarchive)
+BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(webkit2gtk-4.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -46,18 +48,18 @@
 %description -n %{name}%{sover}
 A GObject based library for handling and rendering epub documents.
 
-%package -n typelib-1_0-Gepub-0_3
+%package -n typelib-1_0-Gepub-0_4
 Summary:Epub Documents library -- Introspection bindings
 Group:  System/Libraries
 
-%description -n typelib-1_0-Gepub-0_3
+%description -n typelib-1_0-Gepub-0_4
 A GObject based library for handling and rendering epub documents.
 
 %package devel
 Summary:Epub Documents library -- Development files
 Group:  Development/Languages/C and C++
 Requires:   %{name}%{sover} = %{version}
-Requires:   typelib-1_0-Gepub-0_3 = %{version}
+Requires:   typelib-1_0-Gepub-0_4 = %{version}
 
 %description devel
 A GObject based library for handling and rendering epub documents.
@@ -83,15 +85,15 @@
 %doc README COPYING
 %{_libdir}/%{name}.so.*
 
-%files -n typelib-1_0-Gepub-0_3
+%files -n typelib-1_0-Gepub-0_4
 %defattr(-,root,root)
-%{_libdir}/girepository-1.0/Gepub-0.3.typelib
+%{_libdir}/girepository-1.0/Gepub-0.4.typelib
 
 %files devel
 %defattr(-,root,root)
 %{_includedir}/%{name}/
 %{_libdir}/%{name}.so
 %{_libdir}/pkgconfig/%{name}.pc
-%{_datadir}/gir-1.0/Gepub-0.3.gir
+%{_datadir}/gir-1.0/Gepub-0.4.gir
 
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.RCYg3g/_old  2016-09-01 14:03:52.0 +0200
+++ /var/tmp/diff_new_pack.RCYg3g/_new  2016-09-01 14:03:52.0 +0200
@@ -4,7 +4,7 @@
 git
 @PARENT_TAG@
 enable
-refs/tags/0.3
+refs/tags/0.4
   
   
 *.tar

++ _servicedata ++
--- /var/tmp/diff_new_pack.RCYg3g/_old  2016-09-01 14:03:52.0 +0200
+++ /var/tmp/diff_new_pack.RCYg3g/_new  

commit gnome-shell-extensions for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell-extensions for 
openSUSE:Factory checked in at 2016-09-01 14:03:54

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


Package is "gnome-shell-extensions"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-shell-extensions/gnome-shell-extensions.changes
2016-05-16 12:04:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-shell-extensions.new/gnome-shell-extensions.changes
   2016-09-01 14:03:55.0 +0200
@@ -1,0 +2,6 @@
+Mon May 23 16:18:24 CST 2016 - cxi...@suse.com
+
+- Update to GNOME 3.20.2 fate#318572
+  + gse-sle-classic-ext.patch updated.
+
+---
@@ -8,0 +15,44 @@
+Mon May  9 15:51:02 CST 2016 - cxi...@suse.com
+
+- SLE Classic (REBASING DONE)
+  + DROPPED places-menu-use-nautilus-for-links.patch (Invalid)
+  + Add workspace-indicator to the build
+  + Fix the gap between bottom menu and its button.
+  + Fix windows auto-grouping.
+  + Hide window list in Overview
+  + Clean up spec file.
+
+---
+Wed May  4 20:51:08 CST 2016 - cxi...@suse.com
+
+- Rebasing SLE Classic (basic) (Fate#318572)
+- Add source sle-classic.desktop: xsession file
+- Add patch gse-sle-classic-ext.patch: add sle classic support
+- DROPPED: Invalid
+  + gnome-classic-exts-arrow-fix.patch
+  + gnome-sle-classic-ext-build.patch
+  + sle-classic.tar.bz2
+
+---
+Tue Apr 19 19:07:38 CST 2016 - cxi...@suse.com
+
+- Patches(none-SLE-classic) reviewing for SP2 GNOME 3.20
+- REBASED:
+  + gnome-shell-add-app-to-desktop.patch
+- DROPPED: Upstreamed
+  + gnome-shell-use-env-var-for-mode.patch
+  + place-menu-handle-special-user-dirs-update.patch
+  + 0001-window-list-import-gettext-for-the-right-domain.patch
+  + gnome-shell-extensions-bnc872820-wm-button-layout.patch
+  + bnc947381-Application-menu-selections-stop-working.patch
+- DROPPED: Invalid
+  + gnome-classic-move-notification-widget-above.patch
+
+---
+Fri Apr 15 21:51:23 CEST 2016 - h...@suse.com
+
+- Update to GNOME 3.20 -- Fate#318572.
+- Temporarily disable SLE patches and theming. It will be
+  re-enabled in a later update.
+
+---
@@ -66,0 +117,7 @@
+Mon Nov 16 07:45:02 UTC 2015 - cxi...@suse.com
+
+- Add bnc947381-Application-menu-selections-stop-working.patch:
+  Fix application menu open issue. Upstream has this fixed but no
+  related bug report (bnc947381).
+
+---
@@ -72,0 +130,9 @@
+Tue Nov  3 10:02:47 UTC 2015 - cxi...@suse.com
+
+- Fix skewed icons in SLE Classic (bnc#948793)
+  + There was a mismatch between the available space and declared
+icon size.
+  + SPECFILE: a minor fix to avoid double unpacking the first
+source tarball.
+
+---
@@ -108,0 +175,10 @@
+Thu Aug  6 08:48:00 UTC 2015 - cxi...@suse.com
+
+- Fix multiple issues related to windows grouping (bnc#933183) in
+  SLE Classic
+  + The old code contains multiple bugs for windows grouping
+display.
+  + Fix missing AppButton for applications without desktop file
+in SLE Classic.
+
+---
@@ -142,0 +219,9 @@
+Wed Apr 22 12:37:23 UTC 2015 - cxi...@suse.com
+
+- Fix click event "missing" for window buttons in SLE Classic (bnc#913204)
+  + No separate patch file, changes are in sle-classic.tar.bz2
+  + "clicked" event in St.Button is not compatible with Clutter's event model.
+Though an upstream bug, but the exact cause is still unknown yet. Resort 
back
+to Clutter's native "button-press-event" to fix this for SLE Classic.
+
+---
@@ -250,0 +336,8 @@
+Wed Nov 26 10:14:29 UTC 2014 - cxi...@suse.com
+
+- Fix gnome-shell-add-app-to-desktop.patch
+  + (bnc#899923). A dangled open menu would grab the focus and
+leave the system in a useless state. Close any open menus
+before any other action.
+
+---
@@ -265,0 +359,7 @@
+Thu Sep 25 21:04:27 CDT 2014 - feder...@suse.com
+
+- Added gnome-shell-extensions-bnc872820-wm-button-layout.patch for
+  bnc872820.  This lets us have the correct defaults for the window
+  manager's button layout, for the classic session mode.
+
+---
@@ -271,0 +372,9 @@
+Thu Sep 18 09:26:30 UTC 2014 - cxi...@suse.com
+
+- Fine-tune window button 

commit mailman for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package mailman for openSUSE:Factory checked 
in at 2016-09-01 14:03:47

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


Package is "mailman"

Changes:

--- /work/SRC/openSUSE:Factory/mailman/mailman.changes  2016-04-28 
16:58:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.mailman.new/mailman.changes 2016-09-01 
14:03:49.0 +0200
@@ -1,0 +2,12 @@
+Mon Aug 29 10:57:00 UTC 2016 - hs...@mail.de
+
+- update to 2.1.23
+  * CSRF protection in user options page (CVE-2016-6893)
+  * header_filter_rules matching: headers and patterns are all
+decoded to unicode
+  * another possible REMOVE_DKIM_HEADERS setting
+  * SMTPDirect.py can now do SASL authentication and STARTTLS
+  * bug fixes, i18n updates
+  * for further details see NEWS
+
+---

Old:

  mailman-2.1.22.tgz
  mailman-2.1.22.tgz.sig

New:

  mailman-2.1.23.tgz
  mailman-2.1.23.tgz.sig



Other differences:
--
++ mailman.spec ++
--- /var/tmp/diff_new_pack.vmW0Vv/_old  2016-09-01 14:03:51.0 +0200
+++ /var/tmp/diff_new_pack.vmW0Vv/_new  2016-09-01 14:03:51.0 +0200
@@ -37,7 +37,7 @@
 Summary:The GNU Mailing List Manager
 License:GPL-2.0+
 Group:  Productivity/Networking/Email/Mailinglists
-Version:2.1.22
+Version:2.1.23
 Release:0
 Source0:https://ftp.gnu.org/gnu/mailman/%{name}-%{version}.tgz
 Source13:   https://ftp.gnu.org/gnu/mailman/%{name}-%{version}.tgz.sig

++ mailman-2.1.22.tgz -> mailman-2.1.23.tgz ++
/work/SRC/openSUSE:Factory/mailman/mailman-2.1.22.tgz 
/work/SRC/openSUSE:Factory/.mailman.new/mailman-2.1.23.tgz differ: char 5, line 
1





commit python-wrapt for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package python-wrapt for openSUSE:Factory 
checked in at 2016-09-01 14:03:45

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


Package is "python-wrapt"

Changes:

--- /work/SRC/openSUSE:Factory/python-wrapt/python-wrapt.changes
2016-02-17 12:23:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-wrapt.new/python-wrapt.changes   
2016-09-01 14:03:47.0 +0200
@@ -1,0 +2,13 @@
+Thu Sep  1 05:30:31 UTC 2016 - tbecht...@suse.com
+
+update to version 1.10.8
+  * Increment version to 1.10.8.
+  * Fix modulo operator on ObjectProxy
+  * Increment version to 1.10.7.
+  * Document mod operator bug in Python variant of object proxy.
+  * Update copyright year.
+  * Fix tests for floordiv and mod.
+  * Remove reference to inspect.getargspec() as removed in Python 3.6. #64
+- Use pypi.io as Source url
+
+---

Old:

  wrapt-1.10.6.tar.gz

New:

  wrapt-1.10.8.tar.gz



Other differences:
--
++ python-wrapt.spec ++
--- /var/tmp/diff_new_pack.BMfz1K/_old  2016-09-01 14:03:47.0 +0200
+++ /var/tmp/diff_new_pack.BMfz1K/_new  2016-09-01 14:03:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wrapt
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -14,16 +14,17 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-wrapt
-Version:1.10.6
+Version:1.10.8
 Release:0
-License:   BSD-2-Clause
 Summary:A Python module for decorators, wrappers and monkey patching
-Url:https://github.com/GrahamDumpleton/wrapt
+License:BSD-2-Clause
 Group:  Development/Languages/Python
-Source: 
https://pypi.python.org/packages/source/w/wrapt/wrapt-%{version}.tar.gz
+Url:https://github.com/GrahamDumpleton/wrapt
+Source: https://pypi.io/packages/source/w/wrapt/wrapt-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ wrapt-1.10.6.tar.gz -> wrapt-1.10.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wrapt-1.10.6/LICENSE new/wrapt-1.10.8/LICENSE
--- old/wrapt-1.10.6/LICENSE2015-07-03 02:29:14.0 +0200
+++ new/wrapt-1.10.8/LICENSE2016-03-31 07:49:07.0 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2013-2015, Graham Dumpleton
+Copyright (c) 2013-2016, Graham Dumpleton
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wrapt-1.10.6/PKG-INFO new/wrapt-1.10.8/PKG-INFO
--- old/wrapt-1.10.6/PKG-INFO   2015-12-09 00:01:57.0 +0100
+++ new/wrapt-1.10.8/PKG-INFO   2016-04-11 01:34:05.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: wrapt
-Version: 1.10.6
+Version: 1.10.8
 Summary: Module for decorators, wrappers and monkey patching.
 Home-page: https://github.com/GrahamDumpleton/wrapt
 Author: Graham Dumpleton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wrapt-1.10.6/setup.py new/wrapt-1.10.8/setup.py
--- old/wrapt-1.10.6/setup.py   2015-12-05 21:37:09.0 +0100
+++ new/wrapt-1.10.8/setup.py   2016-04-11 01:32:33.0 +0200
@@ -34,7 +34,7 @@
 
 setup_kwargs = dict(
   name = 'wrapt',
-  version = '1.10.6',
+  version = '1.10.8',
   description = 'Module for decorators, wrappers and monkey patching.',
   long_description = open('README.rst').read(),
   author = 'Graham Dumpleton',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wrapt-1.10.6/src/wrapt/__init__.py 
new/wrapt-1.10.8/src/wrapt/__init__.py
--- old/wrapt-1.10.6/src/wrapt/__init__.py  2015-12-05 21:34:05.0 
+0100
+++ new/wrapt-1.10.8/src/wrapt/__init__.py  2016-04-11 01:32:33.0 
+0200
@@ -1,4 +1,4 @@
-__version_info__ = ('1', '10', '6')
+__version_info__ = ('1', '10', '8')
 __version__ = '.'.join(__version_info__)
 
 from .wrappers import (ObjectProxy, CallableObjectProxy, FunctionWrapper,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wrapt-1.10.6/src/wrapt/decorators.py 
new/wrapt-1.10.8/src/wrapt/decorators.py

commit gnome-autoar for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package gnome-autoar for openSUSE:Factory 
checked in at 2016-09-01 14:03:32

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


Package is "gnome-autoar"

Changes:

New Changes file:

--- /dev/null   2016-07-07 10:01:34.856033756 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-autoar.new/gnome-autoar.changes   
2016-09-01 14:03:33.0 +0200
@@ -0,0 +1,6 @@
+---
+Wed Aug 31 13:23:34 UTC 2016 - dims...@opensuse.org
+
+- Initial package, version 0+20160825.0fec26d (no tagged release
+  yet available in git).
+

New:

  _service
  _servicedata
  gnome-autoar-0+20160825.0fec26d.tar.xz
  gnome-autoar.changes
  gnome-autoar.spec



Other differences:
--
++ gnome-autoar.spec ++
#
# spec file for package gnome-autoar
#
# Copyright (c) 2016 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/
#


Name:   gnome-autoar
Version:0+20160825.0fec26d
Release:0
Summary:Automatic archives creating and extracting library
License:LGPL-2.0+
Group:  System/GUI/GNOME
Url:https://git.gnome.org/browse/gnome-autoar
# Service generated tarball, no releases yet
Source: %{name}-%{version}.tar.xz
# Needed, as we provide a git snapshot
BuildRequires:  gnome-common
BuildRequires:  gobject-introspection-devel
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(gio-2.0) >= 2.35.6
BuildRequires:  pkgconfig(glib-2.0) >= 2.35.6
BuildRequires:  pkgconfig(gobject-2.0) >= 2.35.6
BuildRequires:  pkgconfig(gtk+-3.0) >= 3.2
BuildRequires:  pkgconfig(libarchive) >= 3.1.0
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
to use archives as a method to transfer directories over the Internet.

%package schema
Summary:Automatic archives creating and extracting library -- GSettings 
schema
Group:  System/Libraries

%description schema
gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
to use archives as a method to transfer directories over the Internet.

This package provides mandatory schema extenstions for the library

%package -n libgnome-autoar-0-0
Summary:Automatic archives creating and extracting library
Group:  System/Libraries
Requires:   %{name}-schema >= %{version}

%description -n libgnome-autoar-0-0
gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
to use archives as a method to transfer directories over the Internet.

%package -n libgnome-autoar-gtk-0-0
Summary:Automatic archives creating and extracting library
Group:  System/Libraries

%description -n libgnome-autoar-gtk-0-0
gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
to use archives as a method to transfer directories over the Internet.

%package -n typelib-1_0-GnomeAutoar-0_1
Summary:Automatic archives creating and extracting library -- 
Introspection bindings
Group:  System/Libraries

%description -n typelib-1_0-GnomeAutoar-0_1
gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
to use archives as a method to transfer directories over the Internet.

%package -n typelib-1_0-GnomeAutoarGtk-0_1
Summary:Automatic archives creating and extracting library -- 
Introspection bindings
Group:  System/Libraries

%description -n typelib-1_0-GnomeAutoarGtk-0_1
gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
to use archives as a method to transfer directories over the Internet.

%package devel
Summary:Automatic archives creating and extracting library
Group:  Development/Languages/C and C++
Requires:   libgnome-autoar-0-0 = %{version}
Requires:   libgnome-autoar-gtk-0-0 = %{version}
Requires:   typelib-1_0-GnomeAutoar-0_1 = %{version}
Requires:   typelib-1_0-GnomeAutoarGtk-0_1 = 

commit sbd for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package sbd for openSUSE:Factory checked in 
at 2016-09-01 14:03:35

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


Package is "sbd"

Changes:

--- /work/SRC/openSUSE:Factory/sbd/sbd.changes  2016-07-21 08:19:49.0 
+0200
+++ /work/SRC/openSUSE:Factory/.sbd.new/sbd.changes 2016-09-01 
14:03:36.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 31 15:56:53 UTC 2016 - y...@suse.com
+
+- man: Update man page to use pcmk_delay_max over start-delay (bsc#993032)
+  * bug-993032_sbd-man-pcmk_delay_max.patch
+
+---

New:

  bug-993032_sbd-man-pcmk_delay_max.patch



Other differences:
--
++ sbd.spec ++
--- /var/tmp/diff_new_pack.fPHHla/_old  2016-09-01 14:03:37.0 +0200
+++ /var/tmp/diff_new_pack.fPHHla/_new  2016-09-01 14:03:37.0 +0200
@@ -26,6 +26,7 @@
 Url:https://github.com/ClusterLabs/sbd
 Source: %{name}-%{version}.tar.xz
 Patch1: add-explicit-libs.patch
+Patch2: bug-993032_sbd-man-pcmk_delay_max.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  e2fsprogs-devel

++ bug-993032_sbd-man-pcmk_delay_max.patch ++
commit ca2fba836eab169f0c8cacf7f3757c0485bcfef8
Author: Gao,Yan 
Date:   Wed Aug 31 13:05:20 2016 +0200

Doc: man: Update man page to use pcmk_delay_max over start-delay

diff --git a/man/sbd.8.pod b/man/sbd.8.pod
index fd1efad..ef0ede6 100644
--- a/man/sbd.8.pod
+++ b/man/sbd.8.pod
@@ -546,16 +546,16 @@ configure fencing resource. This should be a primitive, 
not a clone, as
 follows:
 
primitive fencing-sbd stonith:external/sbd \
-   op start start-delay="15"
+   params pcmk_delay_max=30
 
 This will automatically use the same devices as configured in
 F.
 
-While you should not configure this as a clone (as Pacemaker will start
-a fencing agent in each partition automatically), the I
-setting ensures, in a scenario where a split-brain scenario did occur in
-a two node cluster, that the one that still needs to instantiate a
-fencing agent is slightly disadvantaged to avoid fencing loops.
+While you should not configure this as a clone (as Pacemaker will register
+the fencing device on each node automatically), the I
+setting enables random fencing delay which ensures, in a scenario where a
+split-brain scenario did occur in a two node cluster, that one of the nodes
+has a better chance to survive to avoid double fencing.
 
 SBD also supports turning the reset request into a crash request, which
 may be helpful for debugging if you have kernel crashdumping configured;



commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2016-09-01 14:03:36

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


Package is "xfce4-panel-plugin-whiskermenu"

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2016-04-22 16:25:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2016-09-01 14:03:38.0 +0200
@@ -1,0 +2,15 @@
+Wed Aug 31 14:47:56 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 1.6.0.
+  * Add keyboard navigation for categories.
+  * Add tooltips for program descriptions.
+  * Add web search action.
+  * Hide recent items when maximum is set to zero.
+  * Prevent memory leak when changing element text.
+  * Search favorites and recent first.
+  * Switch to icon names from GtkStock.
+  * Translation updates: Bulgarian, Catalan, Chinese (Taiwan),
+Czech, Dutch, German, French, Hebrew, Hungarian, Lithuanian,
+Polish, Slovak, Slovenian, Serbian, Spanish.
+
+---

Old:

  xfce4-panel-plugin-whiskermenu-1.5.3.tar.gz

New:

  xfce4-panel-plugin-whiskermenu-1.6.0.tar.gz



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.utWwXo/_old  2016-09-01 14:03:39.0 +0200
+++ /var/tmp/diff_new_pack.utWwXo/_new  2016-09-01 14:03:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:1.5.3
+Version:1.6.0
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0+
@@ -26,6 +26,7 @@
 Source0:
https://github.com/gottcode/xfce4-whiskermenu-plugin/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(exo-1)
 BuildRequires:  pkgconfig(garcon-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -46,7 +47,7 @@
 %lang_package
 
 %prep
-%setup -qn xfce4-whiskermenu-plugin-%{version}
+%setup -q -n xfce4-whiskermenu-plugin-%{version}
 
 %build
 %cmake
@@ -69,7 +70,7 @@
 %{_libdir}/xfce4/panel/plugins/libwhiskermenu.so
 %{_datadir}/icons/hicolor/*/*/xfce4-whiskermenu.*
 %{_datadir}/xfce4/panel/plugins/whiskermenu.desktop
-%doc %{_mandir}/man?/xfce4-popup-whiskermenu.*
+%{_mandir}/man?/xfce4-popup-whiskermenu.*
 
 %files lang -f xfce4-whiskermenu-plugin.lang
 

++ xfce4-panel-plugin-whiskermenu-1.5.3.tar.gz -> 
xfce4-panel-plugin-whiskermenu-1.6.0.tar.gz ++
 20508 lines of diff (skipped)




commit converseen for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package converseen for openSUSE:Factory 
checked in at 2016-09-01 14:03:38

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


Package is "converseen"

Changes:

--- /work/SRC/openSUSE:Factory/converseen/converseen.changes2016-03-16 
10:33:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.converseen.new/converseen.changes   
2016-09-01 14:03:39.0 +0200
@@ -1,0 +2,8 @@
+Wed Aug 31 19:46:36 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 0.9.5.
+  * Porting to Qt5.
+- Use cmake() build dependencies instead of pkgconfig() for Qt5
+  devel packages.
+
+---

Old:

  converseen-0.9.2.tar.bz2

New:

  converseen-0.9.5.tar.bz2



Other differences:
--
++ converseen.spec ++
--- /var/tmp/diff_new_pack.C0bTYP/_old  2016-09-01 14:03:41.0 +0200
+++ /var/tmp/diff_new_pack.C0bTYP/_new  2016-09-01 14:03:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   converseen
-Version:0.9.2
+Version:0.9.5
 Release:0
 Summary:Batch Image Conversion Tool
 License:GPL-3.0+
@@ -27,13 +27,16 @@
 BuildRequires:  ImageMagick
 BuildRequires:  cmake
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5Gui)
+BuildRequires:  cmake(Qt5LinguistTools)
+BuildRequires:  cmake(Qt5Network)
+BuildRequires:  cmake(Qt5Widgets)
 BuildRequires:  pkgconfig(Magick++)
 BuildRequires:  pkgconfig(MagickCore)
 BuildRequires:  pkgconfig(MagickWand)
-BuildRequires:  pkgconfig(QtCore)
-BuildRequires:  pkgconfig(QtGui)
-BuildRequires:  pkgconfig(QtNetwork)
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -52,7 +55,7 @@
 %lang_package
 
 %prep
-%setup -q
+%setup -q -n %{name}
 cp -p README.md README
 chmod -x README COPYING
 

++ converseen-0.9.2.tar.bz2 -> converseen-0.9.5.tar.bz2 ++
 2585 lines of diff (skipped)




commit git-cola for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package git-cola for openSUSE:Factory 
checked in at 2016-09-01 14:03:40

Comparing /work/SRC/openSUSE:Factory/git-cola (Old)
 and  /work/SRC/openSUSE:Factory/.git-cola.new (New)


Package is "git-cola"

Changes:

--- /work/SRC/openSUSE:Factory/git-cola/git-cola.changes2016-08-05 
18:17:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.git-cola.new/git-cola.changes   2016-09-01 
14:03:41.0 +0200
@@ -1,0 +2,13 @@
+Wed Aug 31 22:12:28 UTC 2016 - marcin.ba...@gmail.com
+
+- Update to 2.8
+- Usability, bells and whistles
+* git cola push learned to configure upstream branches.
+https://github.com/git-cola/git-cola/issues/563
+- Fixes
+* The diffstat view is now properly updated when notifications are received 
via inotify filesystem monitoring.
+https://github.com/git-cola/git-cola/issues/577
+* Python3 with PyQt5 had a bug that prevented git cola from starting.
+https://github.com/git-cola/git-cola/pull/589
+
+---

Old:

  v2.7.tar.gz

New:

  v2.8.tar.gz



Other differences:
--
++ git-cola.spec ++
--- /var/tmp/diff_new_pack.jiP9dW/_old  2016-09-01 14:03:42.0 +0200
+++ /var/tmp/diff_new_pack.jiP9dW/_new  2016-09-01 14:03:42.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   git-cola
-Version:2.7
-Release:2
+Version:2.8
+Release:0
 Summary:Sleek and powerful git GUI
 License:GPL-2.0+
 Group:  Development/Tools/Version Control

++ v2.7.tar.gz -> v2.8.tar.gz ++
 61364 lines of diff (skipped)




commit go for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package go for openSUSE:Factory checked in 
at 2016-09-01 14:03:28

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


Package is "go"

Changes:

--- /work/SRC/openSUSE:Factory/go/go.changes2016-08-17 12:05:02.0 
+0200
+++ /work/SRC/openSUSE:Factory/.go.new/go.changes   2016-09-01 
14:03:29.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 30 14:38:11 UTC 2016 - jmassaguer...@suse.com
+
+- build ppc64le with gcc-go 
+
+---



Other differences:
--
++ go.spec ++
--- /var/tmp/diff_new_pack.BoBBi4/_old  2016-09-01 14:03:30.0 +0200
+++ /var/tmp/diff_new_pack.BoBBi4/_new  2016-09-01 14:03:30.0 +0200
@@ -23,8 +23,8 @@
 %define with_gccgo 1
 %else
 # The fallback bootstrap method via go1.4 doesn't work
-# for aarch64 because go 1.4 did not support that architecture.
-%ifarch aarch64
+# for aarch64 nor ppc64le because go 1.4 did not support that architecture.
+%ifarch aarch64 ppc64le
 %define with_gccgo 1
 %else
 %define with_gccgo 0




commit cmark for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package cmark for openSUSE:Factory checked 
in at 2016-09-01 14:03:30

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


Package is "cmark"

Changes:

--- /work/SRC/openSUSE:Factory/cmark/cmark.changes  2016-07-20 
09:18:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmark.new/cmark.changes 2016-09-01 
14:03:30.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 31 14:00:14 UTC 2016 - mplus...@suse.com
+
+- Fix building with different release types set via cmake
+
+---



Other differences:
--
++ cmark.spec ++
--- /var/tmp/diff_new_pack.TKax4q/_old  2016-09-01 14:03:31.0 +0200
+++ /var/tmp/diff_new_pack.TKax4q/_new  2016-09-01 14:03:31.0 +0200
@@ -94,7 +94,7 @@
 %{_libdir}/libcmark.so
 %{_libdir}/pkgconfig/libcmark.pc
 %{_mandir}/man3/cmark.3%{?ext_man}
-%{_libdir}/cmake/cmark-none.cmake
+%{_libdir}/cmake/cmark-*.cmake
 %{_libdir}/cmake/cmark.cmake
 
 %doc README.md




commit twinkle for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package twinkle for openSUSE:Factory checked 
in at 2016-09-01 14:03:22

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


Package is "twinkle"

Changes:

--- /work/SRC/openSUSE:Factory/twinkle/twinkle.changes  2016-05-23 
16:39:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.twinkle.new/twinkle.changes 2016-09-01 
14:03:23.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 31 08:48:39 UTC 2016 - dims...@opensuse.org
+
+- Drop bogus pkgconfig(Qt5Declarative) BuildRequires: the build
+  system does not check for this.
+
+---



Other differences:
--
++ twinkle.spec ++
--- /var/tmp/diff_new_pack.9tNJbH/_old  2016-09-01 14:03:24.0 +0200
+++ /var/tmp/diff_new_pack.9tNJbH/_new  2016-09-01 14:03:24.0 +0200
@@ -39,7 +39,6 @@
 BuildRequires:  readline-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel
-BuildRequires:  pkgconfig(Qt5Declarative)
 BuildRequires:  pkgconfig(Qt5Quick)
 BuildRequires:  pkgconfig(commoncpp)
 BuildRequires:  pkgconfig(libxml-2.0)




commit python-cachetools for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package python-cachetools for 
openSUSE:Factory checked in at 2016-09-01 14:03:07

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


Package is "python-cachetools"

Changes:

--- /work/SRC/openSUSE:Factory/python-cachetools/python-cachetools.changes  
2015-07-23 15:23:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-cachetools.new/python-cachetools.changes 
2016-09-01 14:03:09.0 +0200
@@ -1,0 +2,35 @@
+Tue Aug 30 19:48:39 UTC 2016 - tbecht...@suse.com
+
+- update to 1.1.6:
+  - Reimplement ``LRUCache`` and ``TTLCache`` using
+``collections.OrderedDict``.  Note that this will break pickle
+compatibility with previous versions.
+  - Fix ``TTLCache`` not calling ``__missing__()`` of derived classes.
+  - Handle ``ValueError`` in ``Cache.__missing__()`` for consistency
+with caching decorators.
+  - Improve how ``TTLCache`` handles expired items.
+  - Use ``Counter.most_common()`` for ``LFUCache.popitem()``.
+  - Refactor ``Cache`` base class.  Note that this will break pickle
+compatibility with previous versions.
+  - Clean up ``LRUCache`` and ``TTLCache`` implementations.
+  - Refactor ``LRUCache`` and ``TTLCache`` implementations.  Note that
+this will break pickle compatibility with previous versions.
+  - Document pending removal of deprecated features.
+  - Minor documentation improvements.
+  - Fix pickle tests.
+  - Fix pickling of large ``LRUCache`` and ``TTLCache`` instances.
+  - Improve key functions.
+  - Improve documentation.
+  - Improve unit test coverage.
+  - Add ``@cached`` function decorator.
+  - Add ``hashkey`` and ``typedkey`` fuctions.
+  - Add `key` and `lock` arguments to ``@cachedmethod``.
+  - Set ``__wrapped__`` attributes for Python versions < 3.2.
+  - Move ``functools`` compatible decorators to ``cachetools.func``.
+  - Deprecate ``@cachedmethod`` `typed` argument.
+  - Deprecate `cache` attribute for ``@cachedmethod`` wrappers.
+  - Deprecate `getsizeof` and `lock` arguments for `cachetools.func`
+decorator.
+- Use pypi.io as Source url
+
+---

Old:

  cachetools-1.0.3.tar.gz

New:

  cachetools-1.1.6.tar.gz



Other differences:
--
++ python-cachetools.spec ++
--- /var/tmp/diff_new_pack.irC7DV/_old  2016-09-01 14:03:09.0 +0200
+++ /var/tmp/diff_new_pack.irC7DV/_new  2016-09-01 14:03:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cachetools
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-cachetools
-Version:1.0.3
+Version:1.1.6
 Release:0
 Summary:Extensible memoizing collections and decorators
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/tkem/cachetools
-Source: 
https://pypi.python.org/packages/source/c/cachetools/cachetools-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/c/cachetools/cachetools-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ cachetools-1.0.3.tar.gz -> cachetools-1.1.6.tar.gz ++
 3016 lines of diff (skipped)




commit python-extras for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package python-extras for openSUSE:Factory 
checked in at 2016-09-01 14:03:15

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


Package is "python-extras"

Changes:

--- /work/SRC/openSUSE:Factory/python-extras/python-extras.changes  
2014-03-14 15:17:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-extras.new/python-extras.changes 
2016-09-01 14:03:16.0 +0200
@@ -1,0 +2,21 @@
+Wed Aug 31 07:57:56 UTC 2016 - apla...@suse.com
+
+- User https schema for Source URL 
+
+---
+Tue Aug 30 12:53:11 UTC 2016 - tbecht...@suse.com
+
+- Use pypi.io as Source url
+
+---
+Tue Aug 30 11:47:56 UTC 2016 - tbecht...@suse.com
+
+update to version 1.0.0
+  * Add trove classifiers specifying Python 3 support.
+  * Release 1.0.0.
+  * Add a tox.ini for testing with.
+  * Add a .travis.yml.
+  * Handle import cycles.
+  * Support universal wheels
+
+---

Old:

  extras-0.0.3.tar.gz

New:

  extras-1.0.0.tar.gz



Other differences:
--
++ python-extras.spec ++
--- /var/tmp/diff_new_pack.fSvOet/_old  2016-09-01 14:03:16.0 +0200
+++ /var/tmp/diff_new_pack.fSvOet/_new  2016-09-01 14:03:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-extras
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,13 +21,13 @@
 %bcond_with tests
 
 Name:   python-extras
-Version:0.0.3
+Version:1.0.0
 Release:0
 Summary:Useful extra bits for Python
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/testing-cabal/extras
-Source: 
http://pypi.python.org/packages/source/e/extras/extras-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/e/extras/extras-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 # Test requirements:

++ extras-0.0.3.tar.gz -> extras-1.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extras-0.0.3/NEWS new/extras-1.0.0/NEWS
--- old/extras-0.0.3/NEWS   2013-01-21 19:24:35.0 +0100
+++ new/extras-1.0.0/NEWS   2016-05-18 11:10:58.0 +0200
@@ -6,6 +6,12 @@
 NEXT
 
 
+1.0.0
+~
+
+* Imports in the middle of import cycles are now supported.
+  (Robert Collins)
+
 0.0.3
 ~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extras-0.0.3/PKG-INFO new/extras-1.0.0/PKG-INFO
--- old/extras-0.0.3/PKG-INFO   2013-01-21 19:26:30.0 +0100
+++ new/extras-1.0.0/PKG-INFO   2016-05-18 11:18:10.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: extras
-Version: 0.0.3
+Version: 1.0.0
 Summary: Useful extra bits for Python - things that shold be in the standard 
library
 Home-page: https://github.com/testing-cabal/extras
 Author: Testing cabal
@@ -65,4 +65,7 @@
  * Martin Pool
 
 Platform: UNKNOWN
+Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: MIT License
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extras-0.0.3/extras/__init__.py 
new/extras-1.0.0/extras/__init__.py
--- old/extras-0.0.3/extras/__init__.py 2013-01-21 19:24:49.0 +0100
+++ new/extras-1.0.0/extras/__init__.py 2016-05-18 11:11:11.0 +0200
@@ -22,7 +22,7 @@
 # If the releaselevel is 'final', then the tarball will be major.minor.micro.
 # Otherwise it is major.minor.micro~$(revno).
 
-__version__ = (0, 0, 3, 'final', 0)
+__version__ = (1, 0, 0, 'final', 0)
 
 
 def try_import(name, alternative=None, error_callback=None):
@@ -40,13 +40,17 @@
 """
 module_segments = name.split('.')
 last_error = None
+remainder = []
+# module_name will be what successfully imports. We cannot walk from the
+# __import__ result because in import loops (A imports A.B, which imports
+# C, which calls try_import("A.B")) A.B will not yet be set.
 while module_segments:
 module_name = '.'.join(module_segments)
 try:
-module = __import__(module_name)
+__import__(module_name)
 except 

commit msgpack for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package msgpack for openSUSE:Factory checked 
in at 2016-09-01 14:02:59

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


Package is "msgpack"

Changes:

--- /work/SRC/openSUSE:Factory/msgpack/msgpack.changes  2016-04-11 
10:26:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.msgpack.new/msgpack.changes 2016-09-01 
14:03:01.0 +0200
@@ -1,0 +2,58 @@
+Thu Aug 25 16:26:07 UTC 2016 - roni...@gmail.com
+
+- Version bump to 2.0.0.
+  Changelog:
+
+  Version 2.0.0
+
+Breaking Changes:
+
+* Removed autotools support. Use cmake instead (#476, #479)
+* Removed pointer version of msgpack::unpack APIs. Use
+  reference version instead (#453)
+* Removed MSGPACK_DISABLE_LEGACY_CONVERT.
+  msgpack::object::convert(T*) is removed by default. Use
+  msgpack::object::convert(T&) instead (#451)
+* Removed msgpacl::type::nil. Use nil_t or define
+  MSGPACK_USE_LECACY_NIL (#444)
+* Removed std::string to msgpack::object conversion (#434)
+
+Recommended Changes
+
+* Replaced msgpack::unpacked with msgpack::object_handle.
+  msgpack::unpacked is kept as a typedef of
+  msgpack::object_handle. (#448)
+
+Other Updates
+
+* Add strict size checking adaptor. Relaxed tuple conversion
+  (#489)
+* Fix and Improve example codes (#487)
+* Add C++/CLI support for nullptr (#481)
+* Update the boost libraries that are contained by msgpack-c
+  (#475)
+* Fix gcc_atomic.hpp location (#474)
+* Add C-Style array support (#466, #488)
+* Fix include file dependency (#464)
+* Add a visitor version of unpack API (#461)
+* Fix JSON string conversion from "nil" to "null" (#458)
+* Fix and Improve build system (#455, #471, #473, #486, #491)
+* Fix comments (#452)
+* Fix unintentional msgpack::zone moving problem (#447)
+* Fix operator>> and << for msgpack::object (#443)
+* Fix C++03 msgpack::zone::clear() memory access violation bug
+  (#441)
+* Fix TARGET_OS_IPHONE checking (#436)
+* Fix invalid front() call for empty container (#435)
+* Fix compile error on g++6 (C++11 only) (#426, #430)
+* Fix zone size expansion logic (#423)
+* Fix wrong hader file dependency (#421)
+* Fix msvc specific problem (#420)
+* Add v2 API support (#415)
+
+  Version 1.4.2
+
+* Fix C++03 msgpack::zone::clear() memory access violation bug
+  (#467)
+
+---

Old:

  msgpack-1.4.1.tar.gz

New:

  msgpack-2.0.0.tar.gz



Other differences:
--
++ msgpack.spec ++
--- /var/tmp/diff_new_pack.rLCVj8/_old  2016-09-01 14:03:02.0 +0200
+++ /var/tmp/diff_new_pack.rLCVj8/_new  2016-09-01 14:03:02.0 +0200
@@ -17,13 +17,15 @@
 
 
 Name:   msgpack
-Version:1.4.1
+Version:2.0.0
 Release:0
 Summary:Efficient object serialization library for cross-language 
communication
 License:Apache-2.0
 Group:  Development/Libraries/C and C++
 Url:https://msgpack.org
 Source0:
https://github.com/msgpack/msgpack-c/releases/download/cpp-%{version}/%{name}-%{version}.tar.gz
+BuildRequires:  cmake
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 
@@ -58,14 +60,23 @@
 %prep
 %setup -q
 
+# Fix libdir.
+sed -i "s/\/lib/\/%{_lib}/g" CMakeLists.txt
+
 %build
-%configure --disable-static
+cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+  -DCMAKE_INSTALL_LIBDIR=%{_libdir} \
+  -DMSGPACK_CXX11=ON .
 make %{?_smp_mflags}
 
 %install
 make %{?_smp_mflags} DESTDIR=%{buildroot} install
+find %{buildroot} -type f -name "*.a"  -delete -print
 find %{buildroot} -type f -name "*.la" -delete -print
 
+# Fix duplicated files.
+%fdupes %{buildroot}/%{_includedir}/%{name}
+
 %post -n libmsgpackc2 -p /sbin/ldconfig
 %postun -n libmsgpackc2 -p /sbin/ldconfig
 

++ msgpack-1.4.1.tar.gz -> msgpack-2.0.0.tar.gz ++
 140208 lines of diff (skipped)




commit php7 for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package php7 for openSUSE:Factory checked in 
at 2016-09-01 14:03:10

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


Package is "php7"

Changes:

--- /work/SRC/openSUSE:Factory/php7/php7.changes2016-08-24 
10:08:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.php7.new/php7.changes   2016-09-01 
14:03:12.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 31 06:13:36 UTC 2016 - crrodrig...@opensuse.org
+
+- php7-getrandom-test.patch: Fix incorrect test for the getrandom
+  syscall.
+
+---

New:

  php7-getrandom-test.patch



Other differences:
--
++ php7.spec ++
--- /var/tmp/diff_new_pack.NU45En/_old  2016-09-01 14:03:13.0 +0200
+++ /var/tmp/diff_new_pack.NU45En/_new  2016-09-01 14:03:13.0 +0200
@@ -96,7 +96,8 @@
 Patch15:php7-fix_net-snmp_disable_MD5.patch
 # https://bugs.php.net/bug.php?id=70015
 Patch16:aarch64-mult.patch
-
+#https://bugs.php.net/bug.php?id=71200
+Patch17:php7-getrandom-test.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  apache-rpm-macros
 BuildRequires:  apache2-devel
@@ -1038,6 +1039,7 @@
 %patch14
 %patch15
 %patch16 -p1
+%patch17 -p1
 
 # Safety check for API version change.
 vapi=`sed -n '/#define PHP_API_VERSION/{s/.* //;p}' main/php.h`



++ php7-getrandom-test.patch ++
Index: php-7.0.10/ext/standard/random.c
===
--- php-7.0.10.orig/ext/standard/random.c
+++ php-7.0.10/ext/standard/random.c
@@ -94,7 +94,7 @@ PHPAPI int php_random_bytes(void *bytes,
}
 #elif HAVE_DECL_ARC4RANDOM_BUF && ((defined(__OpenBSD__) && OpenBSD >= 201405) 
|| (defined(__NetBSD__) && __NetBSD_Version__ >= 70001))
arc4random_buf(bytes, size);
-#elif HAVE_DECL_GETRANDOM
+#elif defined(SYS_getrandom)
/* Linux getrandom(2) syscall */
size_t read_bytes = 0;
size_t amount_to_read = 0;




commit julia for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package julia for openSUSE:Factory checked 
in at 2016-09-01 14:02:56

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


Package is "julia"

Changes:

--- /work/SRC/openSUSE:Factory/julia/julia-compat.changes   2016-08-05 
18:18:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.julia.new/julia-compat.changes  2016-09-01 
14:02:58.0 +0200
@@ -1,0 +2,38 @@
+Tue Aug 30 13:04:20 UTC 2016 - roni...@gmail.com
+
+- Fix `julia-debug` dependency.
+- Move `libccalltest.so.debug` to `julia-debug` package
+
+---
+Thu Aug 25 14:21:56 UTC 2016 - roni...@gmail.com
+
+- Version bump to 0.5.0~rc3;
+* The changelog will be available when the version 0.5.0 is
+  released.
+- Remove unnecessary build options `USE_SYSTEM_MBEDTLS=1` and
+  `USE_SYSTEM_LIBSSH2=1`, because we are using the system libgit2
+  to build julia. For more information, see:
+  https://github.com/JuliaLang/julia/issues/17884
+
+---
+Mon Aug 22 19:20:57 UTC 2016 - roni...@gmail.com
+
+- Add `libgit2` as a runtime dependency.
+
+---
+Fri Aug 12 13:40:51 UTC 2016 - roni...@gmail.com
+
+- Version bump to 0.5.0~rc2.
+* The changelog will be available when the version 0.5.0 is
+  released.
+
+---
+Thu Aug 11 20:54:41 UTC 2016 - roni...@gmail.com
+
+- Version bump to 0.5.0~rc1.
+* The changelog will be available when the version 0.5.0 is
+  released.
+- Add package `julia-debug`, which contains a debugging version of
+  Julia system image and Julia library.
+
+---
julia.changes: same change

Old:

  julia-0.4.6.tar.gz
  libuv-efb40768b7c7bd9f173a7868f74b92b1c5a61a0e.tar.gz
  llvm-3.3.src.tar.gz
  utf8proc-85789180158ac7fff85b9f008828d6ac44f072ea.tar.gz

New:

  julia-0.5.0-rc3.tar.gz
  libuv-8d5131b6c1595920dd30644cd1435b4f344b46c8.tar.gz
  llvm-3.7.1.src.tar.xz
  utf8proc-e3a5ed7b8bb5d0c6bb313d3e1f4d072c04113c4b.tar.gz



Other differences:
--
++ julia-compat.spec ++
--- /var/tmp/diff_new_pack.a0WP39/_old  2016-09-01 14:03:01.0 +0200
+++ /var/tmp/diff_new_pack.a0WP39/_new  2016-09-01 14:03:01.0 +0200
@@ -16,62 +16,69 @@
 #
 
 
+# We must not strip binaries in julia, since it can lead to many problems.
+# For example, see:
+#
+# https://github.com/JuliaLang/julia/issues/17941
+%undefine _build_create_debug
+%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
+
+%define julia_ver0.5.0-rc3
+%define libjulia_sover_major 0.5
+%define libjulia_sover_minor 0
+
 %define rmath_ver 0.1
-%define libuv_ver efb40768b7c7bd9f173a7868f74b92b1c5a61a0e
-%define utf8proc_ver 85789180158ac7fff85b9f008828d6ac44f072ea
-%define llvm_ver 3.3
+%define libuv_ver8d5131b6c1595920dd30644cd1435b4f344b46c8
+%define utf8proc_ver e3a5ed7b8bb5d0c6bb313d3e1f4d072c04113c4b
+%define llvm_ver 3.7.1
 %define compat_mode 1
 %define src_name julia-tarball
-Version:0.4.6
+
+Version:0.5.0~rc3
 Release:0
 Url:http://julialang.org/
-Source0:
https://github.com/JuliaLang/julia/releases/download/v%{version}/julia-%{version}.tar.gz
+Source0:
https://github.com/JuliaLang/julia/releases/download/v%{julia_ver}/julia-%{julia_ver}.tar.gz
 # external sources
 Source10:   
https://api.github.com/repos/JuliaLang/libuv/tarball/%{libuv_ver}#/libuv-%{libuv_ver}.tar.gz
 Source11:   
https://api.github.com/repos/JuliaLang/Rmath-julia/tarball/v%{rmath_ver}#/Rmath-julia-%{rmath_ver}.tar.gz
 Source12:   
https://api.github.com/repos/JuliaLang/utf8proc/tarball/%{utf8proc_ver}#/utf8proc-%{utf8proc_ver}.tar.gz
-# LLVM 3.3 will be bundle until upstream change the supported LLVM version. As
-# it can be seen in upstream issues #9336 and #13209, there are still many
-# problems related with LLVM 3.5, regarding both the build process and the JIT
-# compiler used by Julia. Thus, it is better for now stick with LLVM 3.3. For
-# more information, see:
-# https://github.com/JuliaLang/julia/issues/13208
-# https://github.com/JuliaLang/julia/issues/9336
-Source13:   
http://llvm.org/releases/%{llvm_ver}/llvm-%{llvm_ver}.src.tar.gz
+# LLVM will be bundled with the package because Julia does not support LLVM 
3.8 yet.
+Source13:   
http://llvm.org/releases/%{llvm_ver}/llvm-%{llvm_ver}.src.tar.xz
 Source99:   juliabuildopts
 # PATCH-FIX-OPENSUSE julia-disable-llvm-timestamps.patch -- Disable LLVM 

commit ebiso for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package ebiso for openSUSE:Factory checked 
in at 2016-09-01 14:03:12

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


Package is "ebiso"

Changes:

--- /work/SRC/openSUSE:Factory/ebiso/ebiso.changes  2016-04-11 
10:26:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.ebiso.new/ebiso.changes 2016-09-01 
14:03:13.0 +0200
@@ -1,0 +2,12 @@
+Sun Aug 28 15:52:24 UTC 2016 - mplus...@suse.com
+
+- Update to version 0.2.4:
+  * Debian related package scripts added.
+- Use url for source.
+- Enable parallel building and installation.
+- Enable building on all platform that support UEFI.
+- Use macro for manpage extension.
+- Do not strip installed binaries, this prevents debuginfo packages
+  from being built.
+
+---

Old:

  ebiso-0.2.3.1.tar.gz

New:

  ebiso-0.2.4.tar.gz



Other differences:
--
++ ebiso.spec ++
--- /var/tmp/diff_new_pack.FrTD0m/_old  2016-09-01 14:03:14.0 +0200
+++ /var/tmp/diff_new_pack.FrTD0m/_new  2016-09-01 14:03:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ebiso
-Version:0.2.3.1
+Version:0.2.4
 Release:0
 Summary:UEFI bootable ISO image creator for Relax-and-Recover
 License:GPL-2.0+
@@ -27,15 +27,7 @@
 # ebiso is only used by rear to make UEFI bootable ISO images
 # accordingly ebiso is in the same RPM group as rear:
 Url:https://github.com/gozora/ebiso
-# How to make Source0:
-#   wget --no-check-certificate 
https://github.com/gozora/ebiso/archive/v0.2.3.tar.gz
-#   mv v0.2.3 ebiso-0.2.3.tar.gz
-Source0:%{name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# ebiso is only used by rear to make UEFI bootable ISO images
-# on SLE12 systems so that no other architecture except x86_64 is needed
-# (if also needed for 32-bit it could be "ExclusiveArch: %ix86 x86_64"):
-ExclusiveArch:  x86_64
+Source0:
https://github.com/gozora/ebiso/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # Supplements is a reverse "Recommends" which means
 # (cf. https://tr.opensuse.org/Libzypp/Dependencies):
 # ebiso should be be installed if rear is is provided by an installed package.
@@ -47,6 +39,9 @@
 # so that a "Recommends: ebiso" in rear.spec could be often uninstallable.
 # In contrast "Supplements: rear" in ebiso.spec can be usually fulfilled:
 Supplements:rear
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# Enable building only on architectures which support UEFI
+ExclusiveArch:  %ix86 x86_64 aarch64
 
 %description
 ebiso is needed by Relax-and-Recover (abbreviated rear)
@@ -63,15 +58,18 @@
 
 %build
 # Setting our preferred architecture-specific flags for the compiler and 
linker:
-export CFLAGS="$RPM_OPT_FLAGS"
-make
+export CFLAGS="%{optflags}"
+# Do not strip installed binaries as this would prevent -debuginfo package
+# from being created
+sed -i "s|strip|/bin/true|g" Makefile
+make %{?_smp_mflags}
 
 %install
-make install DESTDIR="%{buildroot}"
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root)
 %{_bindir}/ebiso
-%{_mandir}/man1/ebiso.1.gz
+%{_mandir}/man1/ebiso.1%{ext_man}
 
 %changelog

++ ebiso-0.2.3.1.tar.gz -> ebiso-0.2.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ebiso-0.2.3.1/.gitignore new/ebiso-0.2.4/.gitignore
--- old/ebiso-0.2.3.1/.gitignore1970-01-01 01:00:00.0 +0100
+++ new/ebiso-0.2.4/.gitignore  2016-06-09 15:41:07.0 +0200
@@ -0,0 +1,4 @@
+ebiso
+*.o
+*.a
+.d/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ebiso-0.2.3.1/debian/changelog 
new/ebiso-0.2.4/debian/changelog
--- old/ebiso-0.2.3.1/debian/changelog  1970-01-01 01:00:00.0 +0100
+++ new/ebiso-0.2.4/debian/changelog2016-06-09 15:41:07.0 +0200
@@ -0,0 +1,5 @@
+ebiso (0.2.3-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Michael Ablassmeier   Thu, 09 Jun 2016 10:08:29 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ebiso-0.2.3.1/debian/compat 
new/ebiso-0.2.4/debian/compat
--- old/ebiso-0.2.3.1/debian/compat 1970-01-01 01:00:00.0 +0100
+++ new/ebiso-0.2.4/debian/compat   2016-06-09 15:41:07.0 +0200
@@ -0,0 +1 @@
+9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ebiso-0.2.3.1/debian/control 
new/ebiso-0.2.4/debian/control
--- old/ebiso-0.2.3.1/debian/control1970-01-01 01:00:00.0 +0100
+++ 

commit beignet for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package beignet for openSUSE:Factory checked 
in at 2016-09-01 14:03:01

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


Package is "beignet"

Changes:

--- /work/SRC/openSUSE:Factory/beignet/beignet.changes  2016-07-14 
09:49:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.beignet.new/beignet.changes 2016-09-01 
14:03:03.0 +0200
@@ -1,0 +2,21 @@
+Tue Aug 30 16:48:42 UTC 2016 - mar...@gmx.de
+
+- Update to 1.2
+  * 6th generation Intel Atom Processors (Broxton) support.
+  * 6th generation Intel Core Processors (Kabylake) support.
+  * LLVM 3.7 and 3.8 support.
+  * ASM debug infomation and profiling support.
+  * Experimental double data type support for processors after  6th 
generation(Broadwell) .
+  * Full cl_intel_subgroups extension.
+  * OpenCL 2.0 workgroup built-in functions.
+  * Local copy propagation optimization and other optimizations
+  * intel_accelerator extension and basic intel_motion_estimation extension.
+  * Android build.
+  * Refined printf implementation.
+  * Bug fixes since last release.
+- Drop no longer needed patches (fixed upstream)
+  * gcc6-support.patch
+  * llvm38-support.patch
+  * std-isnan-isinf.patch
+
+---

Old:

  beignet-1.1.2-source.tar.gz
  gcc6-support.patch
  llvm38-support.patch
  std-isnan-isinf.patch

New:

  beignet-1.2.0-source.tar.gz



Other differences:
--
++ beignet.spec ++
--- /var/tmp/diff_new_pack.WM4Myq/_old  2016-09-01 14:03:04.0 +0200
+++ /var/tmp/diff_new_pack.WM4Myq/_new  2016-09-01 14:03:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   beignet
-Version:1.1.2
+Version:1.2.0
 Release:0
 Summary:Open source implementation of the OpenCL for Intel GPUs
 License:LGPL-2.1+
@@ -25,9 +25,6 @@
 Url:https://01.org/beignet/
 Source0:
https://01.org/sites/default/files/%{name}-%{version}-source.tar.gz
 Source99:   beignet-rpmlintrc
-Patch0: gcc6-support.patch
-Patch1: llvm38-support.patch
-Patch2: std-isnan-isinf.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  llvm >= 3.3
@@ -64,9 +61,6 @@
 
 %prep
 %setup -q -n Beignet-%{version}-Source
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 %cmake \

++ beignet-1.1.2-source.tar.gz -> beignet-1.2.0-source.tar.gz ++
 43765 lines of diff (skipped)




commit python-os-testr for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package python-os-testr for openSUSE:Factory 
checked in at 2016-09-01 14:02:43

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


Package is "python-os-testr"

Changes:

--- /work/SRC/openSUSE:Factory/python-os-testr/python-os-testr.changes  
2016-05-19 12:14:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-os-testr.new/python-os-testr.changes 
2016-09-01 14:02:46.0 +0200
@@ -1,0 +2,24 @@
+Mon Jul  4 15:37:11 UTC 2016 - tbecht...@suse.com
+
+- update to 0.7.0:
+  * Add whitelist file to ostestr docs
+  * Seperate regex builder logic into a seperate module
+  * Split functionality out of main
+  * Updated from global requirements
+  * Fix docs typos
+  * Updated from global requirements
+  * Fix coverage option and execution
+  * Add version option for ostestr and subunit-trace
+  * Remove openstack-common.conf
+  * Add pypi download + version badges into README.rst
+  * remove python 3.3 trove classifier
+  * Treat xfail output like success
+  * Updated from global requirements
+  * correct typo
+  * Enable testr run passthrough arguments
+  * Updated from global requirements
+  * Add unit test for colorizer
+- Switch to upstream .spec file
+- Use renderspec source service to render upstream
+  .spec.j2 template
+---

Old:

  os-testr-0.6.0.tar.gz

New:

  os-testr-0.7.0.tar.gz



Other differences:
--
++ python-os-testr.spec ++
--- /var/tmp/diff_new_pack.QHRw3K/_old  2016-09-01 14:02:47.0 +0200
+++ /var/tmp/diff_new_pack.QHRw3K/_new  2016-09-01 14:02:47.0 +0200
@@ -16,22 +16,24 @@
 #
 
 
+%global sname os-testr
 Name:   python-os-testr
-Version:0.6.0
+Version:0.7.0
 Release:0
 Summary:A testr wrapper to provide functionality for OpenStack projects
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://www.openstack.org/
-Source: 
https://pypi.python.org/packages/source/o/os-testr/os-testr-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-ddt >= 0.4.0
+BuildRequires:  python-ddt >= 1.0.1
 BuildRequires:  python-devel
-BuildRequires:  python-mock
-BuildRequires:  python-oslotest >= 1.2.0
-BuildRequires:  python-pbr >= 1.3
+BuildRequires:  python-oslotest >= 1.10.0
+BuildRequires:  python-pbr >= 1.6
 BuildRequires:  python-testrepository >= 0.0.18
-Requires:   python-Babel >= 1.3
+BuildRequires:  python-testscenarios >= 0.4
+Requires:   python-Babel >= 2.3.4
+Requires:   python-pbr >= 1.6
 Requires:   python-python-subunit >= 0.0.18
 Requires:   python-testrepository >= 0.0.18
 Requires:   python-testtools >= 1.4.0
@@ -39,26 +41,51 @@
 
 %description
 A testr wrapper to provide functionality for OpenStack projects
+* Documentation: http://docs.openstack.org/developer/os-testr
+* Source: http://git.openstack.org/cgit/openstack/os-testr
+* Bugs: http://bugs.launchpad.net/os-testr
+
+%package doc
+Summary:Documentation for the testr
+Group:  Documentation
+BuildRequires:  python-Sphinx
+BuildRequires:  python-oslosphinx >= 2.5.0
 
+%description doc
+Documentation for the testr wrapper.
 
 %prep
-%setup -q -n os-testr-%{version}
+%setup -q -n %{sname}-%{version}
 
 %build
 %{__python2} setup.py build
 
+# generate html docs
+%{__python2} setup.py build_sphinx
+# remove the sphinx-build leftovers
+rm -rf doc/build/html/.{doctrees,buildinfo}
+
 %install
 %{__python2} setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+export PATH="$PATH:%{buildroot}/%{_bindir}"
+export 
PYTHONPATH="%{python2_sitearch}:%{python2_sitelib}:%{buildroot}%{python2_sitelib}"
+%{__python2} setup.py testr
+
 %files
 %defattr(-,root,root,-)
 %license LICENSE
-%doc README.rst ChangeLog AUTHORS
+%doc README.rst ChangeLog
+%{_bindir}/generate-subunit
 %{_bindir}/ostestr
 %{_bindir}/subunit-trace
 %{_bindir}/subunit2html
-%{_bindir}/generate-subunit
-%{python_sitelib}/os_testr
-%{python_sitelib}/os_testr*egg-info
+%{python2_sitelib}/os_testr
+%{python2_sitelib}/os_testr*egg-info
+
+%files doc
+%license LICENSE
+%doc doc/build/html
 
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.QHRw3K/_old  2016-09-01 14:02:47.0 +0200
+++ /var/tmp/diff_new_pack.QHRw3K/_new  2016-09-01 14:02:47.0 +0200
@@ -1,13 +1,13 @@
 
+  
+https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/os-testr/os-testr.spec.j2
+python-os-testr.spec
+

commit manchu-fonts for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package manchu-fonts for openSUSE:Factory 
checked in at 2016-09-01 14:02:25

Comparing /work/SRC/openSUSE:Factory/manchu-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.manchu-fonts.new (New)


Package is "manchu-fonts"

Changes:

New Changes file:

--- /dev/null   2016-07-07 10:01:34.856033756 +0200
+++ /work/SRC/openSUSE:Factory/.manchu-fonts.new/manchu-fonts.changes   
2016-09-01 14:02:26.0 +0200
@@ -0,0 +1,22 @@
+---
+Wed Jul  8 07:29:47 UTC 2015 - aloi...@gmx.com
+
+- Update to version 2.007+svn77
+  * Changed the license to Open Font License
+  * Removed Unicode assignment from glyphs which are not in Unicode standard.
+  * Added missing glyphs 
+- Repackaged source
+- Corrected file encoding
+
+---
+Sat Jul  4 11:18:44 UTC 2015 - aloi...@gmx.com
+
+- No upstream change
+- Corrected copyright notice
+
+---
+Tue Aug  5 11:34:26 UTC 2014 - aloi...@gmx.com
+
+- initial version 2.005 alpha
+
+

New:

  manchu-fonts-2.007+svn77.tar.bz2
  manchu-fonts.changes
  manchu-fonts.spec



Other differences:
--
++ manchu-fonts.spec ++
#
# spec file for package manchu-fonts
#
# Copyright (c) 2015 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
# 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/
#

Name:   manchu-fonts
Version:2.007+svn77
Release:0
Summary:Manchu Unicode Fonts
License:OFL-1.1 and GFDL-1.2+
Group:  System/X11/Fonts
Url:http://sourceforge.net/projects/manchufont/
Source0:%{name}-%{version}.tar.bz2
BuildRequires:  dos2unix
BuildRequires:  fontpackages-devel
BuildRequires:  unzip
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
Font for the Manchu script

%prep
%setup -q

%build

%install
dos2unix *.txt
mkdir -p %{buildroot}%{_ttfontsdir}
install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}/

%reconfigure_fonts_scriptlets

%files
%defattr(-,root,root)
%doc *.txt *.odt *.pdf
%{_ttfontsdir}

%changelog



commit gromacs for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package gromacs for openSUSE:Factory checked 
in at 2016-09-01 14:02:34

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


Package is "gromacs"

Changes:

--- /work/SRC/openSUSE:Factory/gromacs/gromacs.changes  2015-10-20 
00:05:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.gromacs.new/gromacs.changes 2016-09-01 
14:02:36.0 +0200
@@ -1,0 +2,17 @@
+Wed Aug 24 15:24:30 UTC 2016 - jungh...@votca.org
+
+- version bump to 2015 details here:
+  http://manual.gromacs.org/documentation/2016/ReleaseNotes/index.html
+- Highlights:
+  - As always, we’ve got several useful performance improvements, with or 
without GPUs. CPU-side SIMD and threading enhancements will make 
GPU-accelerated simulations faster even if we’d left the GPU code alone! Thanks 
to these and additional GPU kernel improvements, in GPU-accelerated runs expect 
around 15% improvement in throughput. (And not just for plain vanilla MD, 
either... the pull code now supports OpenMP threading throughout, and 
multi-simulations have less coupling between simulations.)  
+  - We have a new C++11 portability layer permitting us to accelerate in SIMD 
on the CPU lots of minor routines. These will also often improve runs that use 
accelerators or many nodes through better load balancing. POWER8, ARM64, AVX512 
(KNL), and more are fully SIMD accelerated now because they are supported in 
the new portability layer!
+  - We made further SIMD acceleration of bonded interactions which reduces 
their calculation time by about a factor of 2. This improves load balance at 
high parallelization by a factor of 2, and shows significantly better scaling.
+  - Similarly, SIMD acceleration of SETTLE reduces the time for constraints by 
a factor of 3 to 5 - which has a strong effect for GPU runs.
+  - OpenCL GPU support is now available with all combinations of MPI, 
thread-MPI and GPU sharing (ie. the same as CUDA). Kernel performance has 
improved by up to 60%. AMD GPUs benefit the most, OpenCL on NVIDIA is generally 
still slow.
+  - Tools in the new analysis framework can handle trajectories that are 
subsets of the simulation system.
+  - New pull coordinate geometries angle-axis, dihedral, and normal angle.
+  - Checkpoint restarts work only in the cases where the implementation can 
always do what the user wants.
+  - The version numbering has changed to be the year of the release, plus (in 
future) a patch number. GROMACS 2016 will be the initial release from this 
branch, then GROMACS 2016.1 will have the set of bugs that have been fixed in 
GROMACS 2016, etc.
+
+
+---
@@ -8 +24,0 @@
-

Old:

  gromacs-5.1.tar.gz
  manual-5.1.pdf
  regressiontests-5.1.tar.gz

New:

  gromacs-2016.tar.gz
  manual-2016.pdf
  regressiontests-2016.tar.gz



Other differences:
--
++ gromacs.spec ++
--- /var/tmp/diff_new_pack.PLO56N/_old  2016-09-01 14:02:42.0 +0200
+++ /var/tmp/diff_new_pack.PLO56N/_new  2016-09-01 14:02:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gromacs
 #
-# Copyright (c) 2015 Christoph Junghans 
+# Copyright (c) 2015,2016 Christoph Junghans 
 # Copyright (c) 2013,2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,7 +17,7 @@
 #
 
 Name:   gromacs
-Version:5.1
+Version:2016
 Release:0
 Summary:Molecular Dynamics Package
 License:GPL-2.0+
@@ -31,12 +31,9 @@
 BuildRequires:  cmake >= 2.8.8
 BuildRequires:  fdupes
 BuildRequires:  openmpi-devel
-%if %{defined fedora}
-BuildRequires:  pkgconfig
-%else
 BuildRequires:  pkg-config
-%endif
 BuildRequires:  pkgconfig(fftw3)
+BuildRequires:  pkgconfig(tinyxml2)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -60,6 +57,19 @@
 
 This package contains development libraries and header for GROMACS
 
+%package -n libgromacs2
+Summary:Libraries for Gromacs
+Group:  System/Libraries
+
+%description -n libgromacs2
+GROMACS is a versatile and extremely well optimized package to perform
+molecular dynamics computer simulations and subsequent trajectory analysis.
+It is developed for biomolecules like proteins, but the extremely high
+performance means it is used also in several other field like polymer chemistry
+and solid state physics.
+
+This package contains libraries for Gromacs
+
 %package bash
 Summary:Bash completion for Gromacs
 Group:  Productivity/Other
@@ -116,13 +126,12 @@
 %else
 %define acce None
 %endif
-mkdir nompi openmpi
-cd nompi

commit rage for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package rage for openSUSE:Factory checked in 
at 2016-09-01 14:02:50

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


Package is "rage"

Changes:

--- /work/SRC/openSUSE:Factory/rage/rage.changes2015-08-23 
17:51:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.rage.new/rage.changes   2016-09-01 
14:02:52.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 30 05:22:49 UTC 2016 - sfl...@suse.de
+
+- Rage 0.2.0
+
+---

Old:

  rage-0.1.4.tar.xz

New:

  rage-0.2.0.tar.xz



Other differences:
--
++ rage.spec ++
--- /var/tmp/diff_new_pack.0CJvRA/_old  2016-09-01 14:02:53.0 +0200
+++ /var/tmp/diff_new_pack.0CJvRA/_new  2016-09-01 14:02:53.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package terminology
+# spec file for package rage
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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:   rage
-Version:0.1.4
+Version:0.2.0
 Release:0
 Summary:A mplayer like video and audio player with some extra bells 
and whistles
 License:BSD-2-Clause
@@ -35,14 +35,13 @@
 BuildRequires:  pkgconfig(eet)
 BuildRequires:  pkgconfig(efreet)
 BuildRequires:  pkgconfig(eina)
-BuildRequires:  pkgconfig(elementary) >= 1.13.0
-BuildRequires:  pkgconfig(emotion)  >= 1.13.0
+BuildRequires:  pkgconfig(elementary) >= 1.18.0
+BuildRequires:  pkgconfig(emotion)  >= 1.18.0
 BuildRequires:  pkgconfig(ethumb_client)
 BuildRequires:  pkgconfig(evas)
 Requires:   efl
-Requires:   elementary >= 1.13.0
-Requires:   evas-generic-loaders >= 1.13.0
-Requires:   emotion-generic-players >= 1.13.0
+Requires:   elementary >= 1.18.0
+Requires:   evas-generic-loaders >= 1.18.0
 
 %if 0%{?suse_version}
 BuildRequires:  fdupes
@@ -73,7 +72,6 @@
 %suse_update_desktop_file rage "Video;Player"
 %endif
 
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING README
@@ -83,5 +81,4 @@
 %{_datadir}/%{name}/
 %{_datadir}/pixmaps/%{name}.png
 
-
 %changelog

++ rage-0.1.4.tar.xz -> rage-0.2.0.tar.xz ++
 10527 lines of diff (skipped)




commit python-oslo.utils for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.utils for 
openSUSE:Factory checked in at 2016-09-01 14:02:45

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


Package is "python-oslo.utils"

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.utils/python-oslo.utils.changes  
2016-05-04 08:19:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-oslo.utils.new/python-oslo.utils.changes 
2016-09-01 14:02:47.0 +0200
@@ -1,0 +2,63 @@
+Fri Jul 29 15:33:07 UTC 2016 - dmuel...@suse.com
+
+- update to 3.16.0:
+  * Fix mask_dict_password for non string/dict type key in dict
+  * More unit tests for specs matcher
+  * Imported Translations from Zanata
+  * Add Python 3.5 classifier and venv
+  * Use an actual well defined parser for spec matching
+  * Remove unused LOG to keep code clean
+  * Updated from global requirements
+
+---
+Mon Jul 11 14:19:51 UTC 2016 - tbecht...@suse.com
+
+- update 3.15.0:
+  * Add basic docstrings to stopwatch has_started/stopped methods
+  * Make mask_dict_password consistent with mask_password
+  * Updated from global requirements
+  * improve tests for mask_password and mask_dict_password
+  * Simplify boolean expression in executils.py
+
+---
+Mon Jul  4 14:22:17 UTC 2016 - tbecht...@suse.com
+
+- update to 3.14.0:
+  * Support json format output from qemu command
+  * Fix flake8 issues
+  * Use is_valid_ipv4 in get_ipv6_addr_by_EUI64
+  * Imported Translations from Zanata
+  * Allow assigning "0" to port
+  * Updated from global requirements
+  * Fix method split_path's docstring 'versionadded'
+  * Updated from global requirements
+  * Updated from global requirements
+  * Avoid catching generic exception
+  * Remove method total_seconds in timeuitls
+  * Fix is_valid_cidr raises TypeError
+
+---
+Fri Jun  3 07:08:06 UTC 2016 - tbecht...@suse.com
+
+- update to 3.11.0:
+  * Trivial: ignore openstack/common in flake8 exclude list
+  * Move method split_path into oslo.utils
+  * Imported Translations from Zanata
+  * Updated from global requirements
+  * Imported Translations from Zanata
+  * Provide single step check if eventlet is monkey_patched
+  * Add method is_valid_cidr to netutils
+  * Updated from global requirements
+  * Updated from global requirements
+  * Add importutils.import_any method
+  * Add excutils.exception_filter
+  * Explicitly exclude tests from bandit scan
+  * Add CHAPPASSWORD to list of sanitize keys
+  * Enable bandit in gate
+  * Updated from global requirements
+  * Add method check_string_length
+  * Add missing versionchanged for configdrive
+- use renderspec source service
+- update spec from upstream
+
+---

Old:

  oslo.utils-3.6.0.tar.gz

New:

  oslo.utils-3.16.0.tar.gz



Other differences:
--
++ python-oslo.utils.spec ++
--- /var/tmp/diff_new_pack.vRPnGm/_old  2016-09-01 14:02:48.0 +0200
+++ /var/tmp/diff_new_pack.vRPnGm/_new  2016-09-01 14:02:48.0 +0200
@@ -17,36 +17,40 @@
 
 
 %global sname oslo.utils
-
 Name:   python-oslo.utils
-Version:3.6.0
+Version:3.16.0
 Release:0
-Summary:OpenStack utils library
+Summary:OpenStack Utils Library
 License:Apache-2.0
+Group:  Development/Languages/Python
 Url:https://launchpad.net/%{sname}
-Source0:
https://pypi.python.org/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
+Source0:
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-Babel
-BuildRequires:  python-debtcollector
-BuildRequires:  python-fixtures
-BuildRequires:  python-iso8601
-BuildRequires:  python-monotonic
-BuildRequires:  python-netaddr
-BuildRequires:  python-netifaces
-BuildRequires:  python-oslo.i18n
-BuildRequires:  python-oslotest
-BuildRequires:  python-pbr
-BuildRequires:  python-testrepository
-BuildRequires:  python-testtools
-BuildRequires:  python-wrapt
-Requires:   python-Babel >= 1.3
+BuildRequires:  python-Babel >= 2.3.4
+BuildRequires:  python-debtcollector >= 1.2.0
+BuildRequires:  python-fixtures >= 3.0.0
+BuildRequires:  python-iso8601 >= 0.1.11
+BuildRequires:  python-mock >= 2.0
+BuildRequires:  python-monotonic >= 0.6
+BuildRequires:  python-netaddr >= 0.7.12
+BuildRequires:  python-netifaces >= 0.10.4
+BuildRequires:  python-oslo.config
+BuildRequires:  python-oslo.i18n >= 2.1.0
+BuildRequires:  

commit python-oslotest for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package python-oslotest for openSUSE:Factory 
checked in at 2016-09-01 14:02:47

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


Package is "python-oslotest"

Changes:

--- /work/SRC/openSUSE:Factory/python-oslotest/python-oslotest.changes  
2016-05-04 08:20:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-oslotest.new/python-oslotest.changes 
2016-09-01 14:02:48.0 +0200
@@ -1,0 +2,30 @@
+Wed Aug 10 12:08:55 UTC 2016 - tbecht...@suse.com
+
+- update to 2.8.0:
+  * Import mock so that it works on Python 3.x
+  * Fix parameters of assertEqual are misplaced
+  * Updated from global requirements
+  * Add Python 3.5 classifier and venv
+
+---
+Mon Jul  4 15:54:15 UTC 2016 - tbecht...@suse.com
+
+- update to 2.6.0:
+  * Updated from global requirements
+  * Remove mockpatch re-implementations
+
+---
+Sun Jun 19 20:24:00 UTC 2016 - dmuel...@suse.com
+
+- update to 2.4.0:
+  * Updated from global requirements
+  * Update .gitreview for stable/mitaka
+  * Add some gitignore files
+  * move unit tests into the oslotest package
+  * Updated from global requirements
+  * Hack to get back stopall cleanup behavior feature
+  * Fix misspelling
+  * Updated from global requirements
+  * Trival: Remove 'MANIFEST.in'
+
+---

Old:

  oslotest-2.0.0.tar.gz

New:

  oslotest-2.8.0.tar.gz



Other differences:
--
++ python-oslotest.spec ++
--- /var/tmp/diff_new_pack.Cscy1j/_old  2016-09-01 14:02:49.0 +0200
+++ /var/tmp/diff_new_pack.Cscy1j/_new  2016-09-01 14:02:49.0 +0200
@@ -17,30 +17,29 @@
 
 
 Name:   python-oslotest
-Version:2.0.0
+Version:2.8.0
 Release:0
 Summary:OpenStack test framework
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/oslotest
-Source: 
https://pypi.python.org/packages/source/o/oslotest/oslotest-%{version}.tar.gz
+Source0:
https://pypi.io/packages/source/o/oslotest/oslotest-%{version}.tar.gz
 BuildRequires:  openstack-macros
+BuildRequires:  python-debtcollector >= 1.2.0
 BuildRequires:  python-devel
-BuildRequires:  python-pbr
-# Test requirements:
-BuildRequires:  python-debtcollector >= 0.3.0
-BuildRequires:  python-fixtures >= 0.3.14
-BuildRequires:  python-mock >= 1.0
+BuildRequires:  python-fixtures >= 1.3.1
+BuildRequires:  python-mock >= 1.2
 BuildRequires:  python-mox3 >= 0.7.0
+BuildRequires:  python-pbr >= 1.6
 BuildRequires:  python-python-subunit >= 0.0.18
-BuildRequires:  python-six
+BuildRequires:  python-six >= 1.9.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-fixtures >= 1.3.1
-Requires:   python-mock >= 1.0.1
+Requires:   python-mock >= 1.2
 Requires:   python-mox3 >= 0.7.0
-Requires:   python-os-client-config >= 1.4.0
+Requires:   python-os-client-config >= 1.13.1
 Requires:   python-python-subunit >= 0.0.18
 Requires:   python-six >= 1.9.0
 Requires:   python-testrepository >= 0.0.18
@@ -56,13 +55,13 @@
 %setup -q -n oslotest-%{version}
 
 %build
-%{__python2} setup.py build
+%{py2_build}
 
 %install
-%{__python2} setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%{py2_install}
 
 %check
-testr init && testr run
+%{__python2} setup.py test
 
 %files
 %license LICENSE

++ _service ++
--- /var/tmp/diff_new_pack.Cscy1j/_old  2016-09-01 14:02:49.0 +0200
+++ /var/tmp/diff_new_pack.Cscy1j/_new  2016-09-01 14:02:49.0 +0200
@@ -1,4 +1,13 @@
 
+  
+https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/oslotest/oslotest.spec.j2
+python-oslotest.spec
+https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt
+  
+  
+enable
+  
+
   
 enable
   
@@ -8,7 +17,4 @@
   
 enable
   
-  
-  
 
-
\ No newline at end of file

++ oslotest-2.0.0.tar.gz -> oslotest-2.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslotest-2.0.0/AUTHORS new/oslotest-2.8.0/AUTHORS
--- old/oslotest-2.0.0/AUTHORS  2015-11-23 21:59:43.0 +0100
+++ new/oslotest-2.8.0/AUTHORS  2016-08-02 20:21:09.0 +0200
@@ -8,6 +8,7 @@
 ChangBo Guo(gcb) 
 Christian Berendt 
 Chuck Short 
+Danek Duvall 

commit libquo for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package libquo for openSUSE:Factory checked 
in at 2016-09-01 14:02:32

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


Package is "libquo"

Changes:

--- /work/SRC/openSUSE:Factory/libquo/libquo.changes2015-10-19 
22:49:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.libquo.new/libquo.changes   2016-09-01 
14:02:34.0 +0200
@@ -1,0 +2,8 @@
+Wed Aug 24 19:41:46 UTC 2016 - jungh...@votca.org
+
+- version bumped to 1.2.9, details:
+  https://github.com/losalamos/libquo/commits/master
+- added quo-info to devel package
+- bumped so version to 4
+
+---

Old:

  libquo-1.2.4.tar.gz

New:

  libquo-1.2.9.tar.gz



Other differences:
--
++ libquo.spec ++
--- /var/tmp/diff_new_pack.JBkgu9/_old  2016-09-01 14:02:35.0 +0200
+++ /var/tmp/diff_new_pack.JBkgu9/_new  2016-09-01 14:02:35.0 +0200
@@ -1,13 +1,13 @@
 #
-# libquo.spec
+# spec file for package libquo
 #
-# Copyright (c) 2014,2015 Christoph Junghans 
+# Copyright (c) 2014-2016 Christoph Junghans 
 #
 # Licensed under the Apache Software License (ASL 2.0)
 #
 
 Name:libquo
-Version: 1.2.4
+Version: 1.2.9
 Release: 0
 
 Source: http://losalamos.github.io/libquo/dists/%{name}-%{version}.tar.gz
@@ -31,11 +31,11 @@
 and reverted during the execution of an MPI/MPI+X application as different 
computational 
 phases are entered and exited, respectively.
 
-%package -n libquo3
+%package -n libquo4
 Summary:A library that make run-time tuning of process binding policies 
easy
 Group:  Development/Libraries/C and C++
 
-%description -n libquo3
+%description -n libquo4
 QUO, a high-level, easy to use programming interface tailored specifically for 
 MPI/MPI+X codes that may benefit from evolving process binding policies during 
 their execution. QUO allows for arbitrary process binding policies to be 
enacted 
@@ -45,7 +45,7 @@
 %package devel
 Summary:Development headers and libraries for libquo
 Group:  Development/Libraries/C and C++
-Requires:   libquo3 = %{version}-%{release}
+Requires:   libquo4 = %{version}-%{release}
 
 %description devel
 QUO, a high-level, easy to use programming interface tailored specifically for 
@@ -60,9 +60,6 @@
 %setup
 
 %build
-%if %{defined fedora}
-%{_openmpi_load}
-%endif
 %configure --enable-shared CC=mpicc
 make %{?_smp_mflags}
 
@@ -70,15 +67,16 @@
 make install DESTDIR=%{buildroot}
 rm %{buildroot}%{_libdir}/*.la
 
-%post -n libquo3 -p /sbin/ldconfig
-%postun -n libquo3 -p /sbin/ldconfig
+%post -n libquo4 -p /sbin/ldconfig
+%postun -n libquo4 -p /sbin/ldconfig
 
-%files -n libquo3
+%files -n libquo4
 %defattr(-,root,root,0755)
 %{_libdir}/libquo.so.*
 
 %files devel
 %defattr(-,root,root,-)
+%{_bindir}/quo-info
 %{_includedir}/*.h
 %{_libdir}/libquo.so
 %{_libdir}/libquo.a

++ libquo-1.2.4.tar.gz -> libquo-1.2.9.tar.gz ++
 38527 lines of diff (skipped)




commit python-setuptools for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package python-setuptools for 
openSUSE:Factory checked in at 2016-09-01 14:02:15

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


Package is "python-setuptools"

Changes:

--- /work/SRC/openSUSE:Factory/python-setuptools/python-setuptools.changes  
2016-07-14 09:41:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-setuptools.new/python-setuptools.changes 
2016-09-01 14:02:23.0 +0200
@@ -1,0 +2,126 @@
+Wed Aug 31 14:56:46 UTC 2016 - jmate...@suse.com
+
+- fix certificate handling with certifi, add support for SUSE's
+  CA bundle (setuptools-certpath.patch, fixes boo#993968)
+- remove shebang lines, strip executable bit from README, to silence
+  the easy rpmlint warnings
+
+---
+Tue Aug 30 08:08:13 UTC 2016 - tbecht...@suse.com
+
+- update to 26.1.1:
+  * Re-release of 26.1.0 with pytest pinned to allow for automated
+deployement and thus proper packaging environment variables,
+fixing issues with missing executable launchers.
+  * #763: ``pkg_resources.get_default_cache`` now defers to the
+`appdirs project `_ to
+resolve the cache directory. Adds a vendored dependency on
+appdirs to pkg_resources.
+  * #748: By default, sdists are now produced in gzipped tarfile
+format by default on all platforms, adding forward compatibility
+for the same behavior in Python 3.6 (See Python #27819).
+  * #459 via #736: On Windows with script launchers,
+sys.argv[0] now reflects
+the name of the entry point, consistent with the behavior in
+distlib and pip wrappers.
+  * #752 via #753: When indicating ``py_limited_api`` to Extension,
+it must be passed as a keyword argument.
+  * Add Extension(py_limited_api=True). When set to a truthy value,
+that extension gets a filename apropriate for code using Py_LIMITED_API.
+When used correctly this allows a single compiled extension to work on
+all future versions of CPython 3.
+The py_limited_api argument only controls the filename. To be
+compatible with multiple versions of Python 3, the C extension
+will also need to set -DPy_LIMITED_API=... and be modified to use
+only the functions in the limited API.
+  * #739 Fix unquoted libpaths by fixing compatibility between
+`numpy.distutils` and `distutils._msvccompiler`
+for numpy < 1.11.2 (Fix issue #728, error also fixed in Numpy).
+  * #731: Bump certifi.
+  * Style updates. See #740, #741, #743, #744, #742, #747.
+  * #735: include license file.
+  * #612 via #730: Add a LICENSE file which needs to be provided by the terms 
of
+  the MIT license.
+  * #725: revert `library_dir_option` patch (Error is related to
+`numpy.distutils` and make errors on non Numpy users).
+  * #720
+  * #723: Improve patch for `library_dir_option`.
+  * #717
+  * #713
+  * #707: Fix Python 2 compatibility for MSVC by catching errors properly.
+  * #715: Fix unquoted libpaths by patching `library_dir_option`.
+  * #714 and #704: Revert fix as it breaks other components
+downstream that can't handle unicode. See #709, #710,
+and #712.
+  * #704: Fix errors when installing a zip sdist that contained
+files named with non-ascii characters on Windows would
+crash the install when it attempted to clean up the build.
+  * #646: MSVC compatibility - catch errors properly in
+RegistryInfo.lookup.
+  * #702: Prevent UnboundLocalError when initial working_set
+is empty.
+  * #686: Fix issue in sys.path ordering by pkg_resources when
+rewrite technique is "raw".
+  * #699: Fix typo in msvc support.
+  * #609: Setuptools will now try to download a distribution from
+the next possible download location if the first download fails.
+This means you can now specify multiple links as ``dependency_links``
+and all links will be tried until a working download link is encountered.
+  * #688: Fix AttributeError in setup.py when invoked not from
+the current directory.
+  * Cleanup of setup.py script.
+  * Fixed documentation builders by allowing setup.py
+to be imported without having bootstrapped the
+metadata.
+  * More style cleanup. See #677, #678, #679, #681, #685.
+  * #674: Default ``sys.path`` manipulation by easy-install.pth
+is now "raw", meaning that when writing easy-install.pth
+during any install operation, the ``sys.path`` will not be
+rewritten and will no longer give preference to easy_installed
+packages.
+To retain the old behavior when using any easy_install
+operation (including ``setup.py install`` when setuptools is
+present), set the environment variable:
+  

commit MozillaFirefox for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2016-09-01 14:02:06

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


Package is "MozillaFirefox"

Changes:

--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes
2016-08-24 10:07:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes   
2016-09-01 14:02:07.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 30 20:25:38 UTC 2016 - astie...@suse.com
+
+- Mozilla Firefox 48.0.2:
+  * Mitigate a startup crash issue caused on Windows (bmo#1291738)
+
+---

Old:

  firefox-48.0.1-source.tar.xz
  l10n-48.0.1.tar.xz

New:

  firefox-48.0.2-source.tar.xz
  l10n-48.0.2.tar.xz



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.GKUUir/_old  2016-09-01 14:02:21.0 +0200
+++ /var/tmp/diff_new_pack.GKUUir/_new  2016-09-01 14:02:21.0 +0200
@@ -19,9 +19,9 @@
 
 # changed with every update
 %define major 48
-%define mainver %major.0.1
+%define mainver %major.0.2
 %define update_channel release
-%define releasedate 2016081800
+%define releasedate 2016082400
 
 # PIE, full relro (x86_64 for now)
 %define build_hardened 1


++ compare-locales.tar.xz ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.GKUUir/_old  2016-09-01 14:02:21.0 +0200
+++ /var/tmp/diff_new_pack.GKUUir/_new  2016-09-01 14:02:21.0 +0200
@@ -7,8 +7,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="f36f7ace6f48"
-VERSION="48.0.1"
+RELEASE_TAG="FIREFOX_48_0_2_RELEASE"
+VERSION="48.0.2"
 
 # mozilla
 if [ -d mozilla ]; then

++ firefox-48.0.1-source.tar.xz -> firefox-48.0.2-source.tar.xz ++
/work/SRC/openSUSE:Factory/MozillaFirefox/firefox-48.0.1-source.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaFirefox.new/firefox-48.0.2-source.tar.xz 
differ: char 26, line 1



++ l10n-48.0.1.tar.xz -> l10n-48.0.2.tar.xz ++
/work/SRC/openSUSE:Factory/MozillaFirefox/l10n-48.0.1.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaFirefox.new/l10n-48.0.2.tar.xz differ: char 
27, line 1

++ source-stamp.txt ++
--- /var/tmp/diff_new_pack.GKUUir/_old  2016-09-01 14:02:21.0 +0200
+++ /var/tmp/diff_new_pack.GKUUir/_new  2016-09-01 14:02:21.0 +0200
@@ -1,2 +1,2 @@
-REV=f36f7ace6f48
+REV=d4af06710040
 REPO=http://hg.mozilla.org/releases/mozilla-release




commit lsof for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package lsof for openSUSE:Factory checked in 
at 2016-09-01 14:01:57

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


Package is "lsof"

Changes:

--- /work/SRC/openSUSE:Factory/lsof/lsof.changes2016-08-29 
14:26:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.lsof.new/lsof.changes   2016-09-01 
14:02:03.0 +0200
@@ -1,0 +2,7 @@
+Mon Aug 29 14:19:53 UTC 2016 - kstreit...@suse.com
+
+- modify lsof_4.89-nfs_hanging.patch and add a check for HasNFS
+  variable as HasNFS may already have been set to 2 in the
+  readmnt() function [bsc#995061]
+
+---



Other differences:
--
++ lsof_4.89-nfs_hanging.patch ++
--- /var/tmp/diff_new_pack.thvkkM/_old  2016-09-01 14:02:04.0 +0200
+++ /var/tmp/diff_new_pack.thvkkM/_new  2016-09-01 14:02:04.0 +0200
@@ -6,7 +6,7 @@
if ((nfs = strcasecmp(fp[2], "nfs3")))
nfs = strcasecmp(fp[2], "nfs4");
}
-+  if (! nfs)
++  if (!nfs && !HasNFS)
 + HasNFS = 1;
 +
if (mp) {




commit MozillaThunderbird for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

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

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


Package is "MozillaThunderbird"

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2016-08-12 15:34:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2016-09-01 14:01:49.0 +0200
@@ -1,0 +2,38 @@
+Tue Aug 30 06:55:14 UTC 2016 - w...@rosenauer.org
+
+- update to Thunderbird 45.3.0 (boo#991809)
+  * Disposition-Notification-To could not be used in
+mail.compose.other.header
+  * "edit as new message" on a received message pre-filled the sender
+as the composing identity.
+  * Certain messages caused corruption of the drafts summary database.
+  security fixes:
+  * MFSA 2016-62/CVE-2016-2836
+Miscellaneous memory safety hazards
+  * MFSA 2016-63/CVE-2016-2830 (bmo#1255270)
+Favicon network connection can persist when page is closed
+  * MFSA 2016-64/CVE-2016-2838 (bmo#1279814)
+Buffer overflow rendering SVG with bidirectional content
+  * MFSA 2016-65/CVE-2016-2839 (bmo#1275339)
+Cairo rendering crash due to memory allocation issue with FFmpeg 0.10
+  * MFSA 2016-67/CVE-2016-5252 (bmo#1268854)
+Stack underflow during 2D graphics rendering
+  * MFSA 2016-70/CVE-2016-5254 (bmo#1266963)
+Use-after-free when using alt key and toplevel menus
+  * MFSA 2016-72/CVE-2016-5258 (bmo#1279146)
+Use-after-free in DTLS during WebRTC session shutdown
+  * MFSA 2016-73/CVE-2016-5259 (bmo#1282992)
+Use-after-free in service workers with nested sync events
+  * MFSA 2016-76/CVE-2016-5262 (bmo#1277475)
+Scripts on marquee tag can execute in sandboxed iframes
+  * MFSA 2016-77/CVE-2016-2837 (bmo#1274637)
+Buffer overflow in ClearKey Content Decryption Module (CDM)
+during video playback
+  * MFSA 2016-78/CVE-2016-5263 (bmo#1276897)
+Type confusion in display transformation
+  * MFSA 2016-79/CVE-2016-5264 (bmo#1286183)
+Use-after-free when applying SVG effects
+  * MFSA 2016-80/CVE-2016-5265 (bmo#1278013)
+Same-origin policy violation using local HTML file and saved shortcut file
+
+---

Old:

  l10n-45.2.tar.xz
  thunderbird-45.2-source.tar.xz

New:

  l10n-45.3.0.tar.xz
  thunderbird-45.3.0-source.tar.xz



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.alVDo2/_old  2016-09-01 14:02:02.0 +0200
+++ /var/tmp/diff_new_pack.alVDo2/_new  2016-09-01 14:02:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package MozillaThunderbird
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #   2006-2016 Wolfgang Rosenauer 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,9 +17,9 @@
 #
 
 
-%define mainversion 45.2
+%define mainversion 45.3.0
 %define update_channel release
-%define releasedate 2016063000
+%define releasedate 2016082900
 
 %if %suse_version > 1310
 %define gstreamer_ver 1.0


++ compare-locales.tar.xz ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.alVDo2/_old  2016-09-01 14:02:03.0 +0200
+++ /var/tmp/diff_new_pack.alVDo2/_new  2016-09-01 14:02:03.0 +0200
@@ -2,8 +2,8 @@
 
 CHANNEL="esr45"
 BRANCH="releases/comm-$CHANNEL"
-RELEASE_TAG="THUNDERBIRD_45_2_RELEASE"
-VERSION="45.2"
+RELEASE_TAG="THUNDERBIRD_45_3_0_RELEASE"
+VERSION="45.3.0"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ l10n-45.2.tar.xz -> l10n-45.3.0.tar.xz ++
/work/SRC/openSUSE:Factory/MozillaThunderbird/l10n-45.2.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/l10n-45.3.0.tar.xz differ: 
char 26, line 1

++ thunderbird-45.2-source.tar.xz -> thunderbird-45.3.0-source.tar.xz ++
/work/SRC/openSUSE:Factory/MozillaThunderbird/thunderbird-45.2-source.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/thunderbird-45.3.0-source.tar.xz
 differ: char 26, line 1





commit gcc6 for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package gcc6 for openSUSE:Factory checked in 
at 2016-09-01 14:00:59

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


Package is "gcc6"

Changes:

--- /work/SRC/openSUSE:Factory/gcc6/cross-aarch64-gcc6.changes  2016-08-22 
09:59:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcc6.new/cross-aarch64-gcc6.changes 
2016-09-01 14:01:01.0 +0200
@@ -1,0 +2,18 @@
+Tue Aug 30 07:43:28 UTC 2016 - rguent...@suse.com
+
+- Update to gcc-6-branch head (r239849).
+  * Includes GCC 6.2 release.
+  * Includes fix for OVMF compilation.
+- Refresh gcc-dir-version.patch.
+
+---
+Wed Aug 17 18:43:55 UTC 2016 - jsl...@suse.com
+
+- gcc6-devel: require gmp-devel and mpc-devel
+
+---
+Wed Aug 17 08:51:42 UTC 2016 - mli...@suse.cz
+
+- Update HSA_RUNTINE_LIB in gcc6-hsa-enablement.patch
+
+---
cross-arm-gcc6.changes: same change
cross-armv6hl-gcc6.changes: same change
cross-armv7hl-gcc6.changes: same change
cross-avr-gcc6.changes: same change
cross-epiphany-gcc6-bootstrap.changes: same change
cross-epiphany-gcc6.changes: same change
cross-i386-gcc6.changes: same change
cross-m68k-gcc6.changes: same change
cross-ppc64-gcc6.changes: same change
cross-ppc64le-gcc6.changes: same change
cross-rx-gcc6-bootstrap.changes: same change
cross-rx-gcc6.changes: same change
cross-s390x-gcc6.changes: same change
cross-sparc-gcc6.changes: same change
cross-sparc64-gcc6.changes: same change
cross-x86_64-gcc6.changes: same change
gcc6-testresults.changes: same change
gcc6.changes: same change
libgcj-gcc6.changes: same change

Old:

  gcc-6.1.1-r239476.tar.bz2

New:

  gcc-6.2.1-r239849.tar.bz2



Other differences:
--
++ cross-aarch64-gcc6.spec ++
--- /var/tmp/diff_new_pack.DnuHgE/_old  2016-09-01 14:01:07.0 +0200
+++ /var/tmp/diff_new_pack.DnuHgE/_new  2016-09-01 14:01:07.0 +0200
@@ -136,7 +136,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:6.1.1+r239476
+Version:6.2.1+r239849
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)

cross-arm-gcc6.spec: same change
cross-armv6hl-gcc6.spec: same change
cross-armv7hl-gcc6.spec: same change
cross-avr-gcc6.spec: same change
cross-epiphany-gcc6-bootstrap.spec: same change
cross-epiphany-gcc6.spec: same change
cross-i386-gcc6.spec: same change
cross-m68k-gcc6.spec: same change
cross-ppc64-gcc6.spec: same change
cross-ppc64le-gcc6.spec: same change
cross-rx-gcc6-bootstrap.spec: same change
cross-rx-gcc6.spec: same change
cross-s390x-gcc6.spec: same change
cross-sparc-gcc6.spec: same change
cross-sparc64-gcc6.spec: same change
cross-x86_64-gcc6.spec: same change
gcc6-testresults.spec: same change
++ gcc6.spec ++
--- /var/tmp/diff_new_pack.DnuHgE/_old  2016-09-01 14:01:07.0 +0200
+++ /var/tmp/diff_new_pack.DnuHgE/_new  2016-09-01 14:01:07.0 +0200
@@ -255,7 +255,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:6.1.1+r239476
+Version:6.2.1+r239849
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
@@ -439,6 +439,8 @@
 License:GPL-3.0+
 Group:  Development/Languages/C and C++
 Requires:   gcc6 = %{version}-%{release}
+Requires:   gmp-devel
+Requires:   mpc-devel
 
 %description devel
 Development files for developing GCC plugins.

++ libgcj-gcc6.spec ++
--- /var/tmp/diff_new_pack.DnuHgE/_old  2016-09-01 14:01:07.0 +0200
+++ /var/tmp/diff_new_pack.DnuHgE/_new  2016-09-01 14:01:07.0 +0200
@@ -272,7 +272,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:6.1.1+r239476
+Version:6.2.1+r239849
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)


++ gcc-6.1.1-r239476.tar.bz2 -> gcc-6.2.1-r239849.tar.bz2 ++
/work/SRC/openSUSE:Factory/gcc6/gcc-6.1.1-r239476.tar.bz2 
/work/SRC/openSUSE:Factory/.gcc6.new/gcc-6.2.1-r239849.tar.bz2 differ: char 11, 
line 1

++ gcc-dir-version.patch ++
--- /var/tmp/diff_new_pack.DnuHgE/_old  2016-09-01 14:01:07.0 +0200
+++ /var/tmp/diff_new_pack.DnuHgE/_new  2016-09-01 14:01:07.0 +0200
@@ -1,8 

commit rpmlint for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

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

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


Package is "rpmlint"

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2016-08-05 
18:12:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2016-09-01 
14:01:39.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 19 20:50:32 UTC 2016 - stefan.bru...@rwth-aachen.de
+
+- Update some checks to work on both Python 2 and 3
+
+---



Other differences:
--
rpmlint.spec: same change
++ libtool-wrapper-check.diff ++
--- /var/tmp/diff_new_pack.fA3hto/_old  2016-09-01 14:01:41.0 +0200
+++ /var/tmp/diff_new_pack.fA3hto/_new  2016-09-01 14:01:41.0 +0200
@@ -20,7 +20,7 @@
  
 +if is_shell:
 +count= 0
-+for l in file(pkgfile.path, "r"):
++for l in open(pkgfile.path, "r"):
 +count = count + 1
 +if (l.find("This wrapper script should never be moved out 
of the build directory") != -1):
 +printError(pkg, 'libtool-wrapper-in-package', fname)

++ script-interpreter-only-for-exec-sc.diff ++
--- /var/tmp/diff_new_pack.fA3hto/_old  2016-09-01 14:01:41.0 +0200
+++ /var/tmp/diff_new_pack.fA3hto/_new  2016-09-01 14:01:41.0 +0200
@@ -16,7 +16,7 @@
  elif interpreter or mode_is_exec or 
script_regex.search(f):
  if interpreter:
 -if not interpreter_regex.search(interpreter):
-+if mode & 0111 != 0 and not 
interpreter_regex.search(interpreter):
++if mode & 0o111 != 0 and not 
interpreter_regex.search(interpreter):
  printError(pkg, 'wrong-script-interpreter',
 f, interpreter)
  elif not nonexec_file and not \

++ suse-sysv-init-checks.diff ++
--- /var/tmp/diff_new_pack.fA3hto/_old  2016-09-01 14:01:41.0 +0200
+++ /var/tmp/diff_new_pack.fA3hto/_new  2016-09-01 14:01:41.0 +0200
@@ -28,9 +28,9 @@
  initscript_list = []
 +
 +# check chkconfig call in %post and %preun
-+postin = Pkg.b2s(pkg[rpm.RPMTAG_POSTIN]) or 
pkg.scriptprog(rpm.RPMTAG_POSTINPROG)
-+preun = Pkg.b2s(pkg[rpm.RPMTAG_PREUN]) or 
pkg.scriptprog(rpm.RPMTAG_PREUNPROG)
-+postun = Pkg.b2s(pkg[rpm.RPMTAG_POSTUN]) or 
pkg.scriptprog(rpm.RPMTAG_POSTUNPROG)
++postin = pkg[rpm.RPMTAG_POSTIN] or 
pkg.scriptprog(rpm.RPMTAG_POSTINPROG)
++preun = pkg[rpm.RPMTAG_PREUN] or pkg.scriptprog(rpm.RPMTAG_PREUNPROG)
++postun = pkg[rpm.RPMTAG_POSTUN] or 
pkg.scriptprog(rpm.RPMTAG_POSTUNPROG)
 +
  for fname, pkgfile in pkg.files().items():
  




commit systemd for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2016-09-01 14:00:36

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


Package is "systemd"

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2016-08-13 
18:29:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2016-09-01 14:00:37.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 23 10:12:13 UTC 2016 - f...@suse.com
+
+- Add a script to fix /var/lib/machines to make it suitable for
+  rollbacks (bsc#992573992573)
+
+---
systemd.changes: same change

New:

  fix-machines-subvol-for-rollbacks.sh



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.9E3i2T/_old  2016-09-01 14:00:39.0 +0200
+++ /var/tmp/diff_new_pack.9E3i2T/_new  2016-09-01 14:00:39.0 +0200
@@ -148,6 +148,7 @@
 Source10:   macros.systemd.upstream
 Source11:   after-local.service
 Source12:   systemd-sysv-install
+Source13:   fix-machines-subvol-for-rollbacks.sh
 
 Source1065: systemd-remount-tmpfs
 
@@ -840,8 +841,12 @@
 mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/backlight
 > %{buildroot}%{_localstatedir}/lib/systemd/random-seed
 
-# machined
-mkdir -p %{buildroot}%{_localstatedir}/lib/machines
+# On systems supporting rollbacks with btrfs, /var/lib/machines
+# subvolume must be created differently. Normally the installer takes
+# care of this now but some systems uses a plain subvolume that breaks
+# snapshots, rollback ("nearly everything" see bsc#992573). This
+# script should help fixing it.
+install -m 755 %{S:13} %{buildroot}/%{_prefix}/lib/systemd/
 
 %fdupes -s %{buildroot}%{_mandir}
 
@@ -987,6 +992,13 @@
 *)rm -f %{_prefix}/lib/systemd/system/tmp.mount
 esac
 
+# Convert /var/lib/machines subvolume to make it suitable for
+# rollbacks, if needed. See bsc#992573. The installer has been fixed
+# to create it at installation time.
+if [ $1 -gt 1 ]; then
+   %{_prefix}/lib/systemd/fix-machines-subvol-for-rollbacks.sh
+fi
+
 %postun
 /sbin/ldconfig
 if [ $1 -ge 1 ]; then
@@ -1229,6 +1241,7 @@
 %endif
 %{_prefix}/lib/systemd/systemd-*
 %{_prefix}/lib/systemd/systemd
+%{_prefix}/lib/systemd/fix-machines-subvol-for-rollbacks.sh
 %dir %{_prefix}/lib/systemd/catalog
 %{_prefix}/lib/systemd/catalog/systemd.catalog
 %{_prefix}/lib/systemd/catalog/systemd.*.catalog
@@ -1410,7 +1423,6 @@
 %{_datadir}/zsh/site-functions/*
 %ghost %{_localstatedir}/lib/systemd/backlight
 %ghost %{_localstatedir}/lib/systemd/random-seed
-%dir %{_localstatedir}/lib/machines
 %if %{with resolved}
 %{_sysconfdir}/dbus-1/system.d/org.freedesktop.resolve1.conf
 %{_sysconfdir}/systemd/resolved.conf

++ systemd.spec ++
--- /var/tmp/diff_new_pack.9E3i2T/_old  2016-09-01 14:00:39.0 +0200
+++ /var/tmp/diff_new_pack.9E3i2T/_new  2016-09-01 14:00:39.0 +0200
@@ -143,6 +143,7 @@
 Source10:   macros.systemd.upstream
 Source11:   after-local.service
 Source12:   systemd-sysv-install
+Source13:   fix-machines-subvol-for-rollbacks.sh
 
 Source1065: systemd-remount-tmpfs
 
@@ -835,8 +836,12 @@
 mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/backlight
 > %{buildroot}%{_localstatedir}/lib/systemd/random-seed
 
-# machined
-mkdir -p %{buildroot}%{_localstatedir}/lib/machines
+# On systems supporting rollbacks with btrfs, /var/lib/machines
+# subvolume must be created differently. Normally the installer takes
+# care of this now but some systems uses a plain subvolume that breaks
+# snapshots, rollback ("nearly everything" see bsc#992573). This
+# script should help fixing it.
+install -m 755 %{S:13} %{buildroot}/%{_prefix}/lib/systemd/
 
 %fdupes -s %{buildroot}%{_mandir}
 
@@ -982,6 +987,13 @@
 *)rm -f %{_prefix}/lib/systemd/system/tmp.mount
 esac
 
+# Convert /var/lib/machines subvolume to make it suitable for
+# rollbacks, if needed. See bsc#992573. The installer has been fixed
+# to create it at installation time.
+if [ $1 -gt 1 ]; then
+   %{_prefix}/lib/systemd/fix-machines-subvol-for-rollbacks.sh || :
+fi
+
 %postun
 /sbin/ldconfig
 if [ $1 -ge 1 ]; then
@@ -1224,6 +1236,7 @@
 %endif
 %{_prefix}/lib/systemd/systemd-*
 %{_prefix}/lib/systemd/systemd
+%{_prefix}/lib/systemd/fix-machines-subvol-for-rollbacks.sh
 %dir %{_prefix}/lib/systemd/catalog
 %{_prefix}/lib/systemd/catalog/systemd.catalog
 %{_prefix}/lib/systemd/catalog/systemd.*.catalog
@@ -1405,7 +1418,6 @@
 %{_datadir}/zsh/site-functions/*
 %ghost %{_localstatedir}/lib/systemd/backlight
 %ghost %{_localstatedir}/lib/systemd/random-seed
-%dir 

commit grub2 for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

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

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


Package is "grub2"

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2016-08-26 
23:15:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2016-09-01 
14:01:23.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 31 15:40:28 UTC 2016 - m...@suse.com
+
+- binutils 2.27 creates empty modules without a symtab.
+  Add patch grub2-accept-empty-module.patch to not reject them.
+
+---

New:

  grub2-accept-empty-module.patch



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.hRyyhw/_old  2016-09-01 14:01:25.0 +0200
+++ /var/tmp/diff_new_pack.hRyyhw/_new  2016-09-01 14:01:25.0 +0200
@@ -185,6 +185,7 @@
 Patch71:grub2-menu-unrestricted.patch
 Patch72:grub2-mkconfig-arm.patch
 Patch73:0001-dns-fix-buffer-overflow-for-data-addresses-in-recv_h.patch
+Patch74:grub2-accept-empty-module.patch
 # Btrfs snapshot booting related patches
 Patch101:   grub2-btrfs-01-add-ability-to-boot-from-subvolumes.patch
 Patch102:   grub2-btrfs-02-export-subvolume-envvars.patch
@@ -424,6 +425,7 @@
 %patch71 -p1
 %patch72 -p1
 %patch73 -p1
+%patch74 -p1
 %patch101 -p1
 %patch102 -p1
 %patch103 -p1

++ grub2-accept-empty-module.patch ++
Accept empty modules

For the Xen platform the all_video.mod module is empty.
With old binutils the .symtab section remained (containing
only section symbols), so the check didn't trigger, but starting
with binutils 2.27 not even a .symtab remains.  As there are
also no relocations that's no problem (and that is checked
independendly).
--- grub-2.02~beta3/util/grub-module-verifierXX.c.mm2016-02-11 
10:57:41.0 +
+++ grub-2.02~beta3/util/grub-module-verifierXX.c   2016-08-31 
15:26:36.0 +
@@ -199,7 +199,8 @@ check_symbols (const struct grub_module_
   Elf_Shdr *s = find_section (arch, e, ".moddeps");
 
   if (!s)
-   grub_util_error ("no symbol table and no .moddeps section");
+   /*grub_util_error ("no symbol table and no .moddeps section");*/
+   return; /* An empty module happens for all_video.module for Xen */
 
   if (!s->sh_size)
grub_util_error ("no symbol table and empty .moddeps section");



commit elfutils for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package elfutils for openSUSE:Factory 
checked in at 2016-09-01 14:01:13

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


Package is "elfutils"

Changes:

--- /work/SRC/openSUSE:Factory/elfutils/elfutils.changes2016-07-16 
22:10:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.elfutils.new/elfutils.changes   2016-09-01 
14:01:15.0 +0200
@@ -1,0 +2,13 @@
+Tue Aug 30 15:14:51 UTC 2016 - m...@suse.com
+
+- Update to version 0.167:
+  libasm: Add eBPF disassembler for EM_BPF files.
+  backends: Add m68k and BPF backends.
+  ld: Removed.
+  dwelf: Add ELF/DWARF string table creation functions. dwelf_strtab_init,
+ dwelf_strtab_add, dwelf_strtab_add_len, dwelf_strtab_finalize,
+ dwelf_strent_off, dwelf_strent_str and dwelf_strtab_free.
+  Support compressed sections from binutils 2.27.
+- Remove patch elfutils-0.166-elfcmp-comp-gcc6.patch: included upstream.
+
+---

Old:

  elfutils-0.166-elfcmp-comp-gcc6.patch
  elfutils-0.166.tar.bz2
  elfutils-0.166.tar.bz2.sig

New:

  elfutils-0.167.tar.bz2
  elfutils-0.167.tar.bz2.sig



Other differences:
--
++ elfutils.spec ++
--- /var/tmp/diff_new_pack.EmRg6k/_old  2016-09-01 14:01:16.0 +0200
+++ /var/tmp/diff_new_pack.EmRg6k/_new  2016-09-01 14:01:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   elfutils
-Version:0.166
+Version:0.167
 Release:0
 Summary:Higher-level library to access ELF
 License:SUSE-GPL-2.0-with-OSI-exception
@@ -31,8 +31,7 @@
 Source2:baselibs.conf
 Source3:%{name}.changes
 Patch1: elfutils-0.137-dwarf-header-check-fix.diff
-Patch2: elfutils-0.166-elfcmp-comp-gcc6.patch
-Patch3: disable-tests-with-ptrace.patch
+Patch2: disable-tests-with-ptrace.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -52,7 +51,7 @@
 Group:  System/Libraries
 
 %description -n libasm1
-Elfutils is a collection of utilities, including ld (a linker), nm (for
+Elfutils is a collection of utilities, including nm (for
 listing symbols from object files), size (for listing the section sizes
 of an object or archive file), strip (for discarding symbols), readline
 (the see the raw ELF file structures), and elflint (to check for
@@ -66,7 +65,7 @@
 Requires:   libasm1 = %{version}
 
 %description -n libasm-devel
-Elfutils is a collection of utilities, including ld (a linker), nm (for
+Elfutils is a collection of utilities, including nm (for
 listing symbols from object files), size (for listing the section sizes
 of an object or archive file), strip (for discarding symbols), readline
 (the see the raw ELF file structures), and elflint (to check for
@@ -80,7 +79,7 @@
 Obsoletes:  libebl < %{version}
 
 %description -n libebl1
-Elfutils is a collection of utilities, including ld (a linker), nm (for
+Elfutils is a collection of utilities, including nm (for
 listing symbols from object files), size (for listing the section sizes
 of an object or archive file), strip (for discarding symbols), readline
 (the see the raw ELF file structures), and elflint (to check for
@@ -141,10 +140,9 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
 %if 0%{?qemu_user_space_build}
 # qemu does not support ptrace
-%patch3 -p1
+%patch2 -p1
 %endif
 
 %build

++ elfutils-0.166.tar.bz2 -> elfutils-0.167.tar.bz2 ++
/work/SRC/openSUSE:Factory/elfutils/elfutils-0.166.tar.bz2 
/work/SRC/openSUSE:Factory/.elfutils.new/elfutils-0.167.tar.bz2 differ: char 
11, line 1




commit binutils for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package binutils for openSUSE:Factory 
checked in at 2016-09-01 14:00:44

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


Package is "binutils"

Changes:

--- /work/SRC/openSUSE:Factory/binutils/binutils.changes2016-07-16 
22:10:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.binutils.new/binutils.changes   2016-09-01 
14:00:47.0 +0200
@@ -1,0 +2,57 @@
+Wed Aug 24 11:26:22 UTC 2016 - rguent...@suse.com
+
+- Update to binutils 2.27.
+  * Add a configure option, --enable-64-bit-archive, to force use of a
+64-bit format when creating an archive symbol index.
+  * Add --elf-stt-common= option to objcopy for ELF targets to control
+whether to convert common symbols to the STT_COMMON type.
+  GAS:
+  * Default to --enable-compressed-debug-sections=gas for Linux/x86 targets.
+  * Add --no-pad-sections to stop the assembler from padding the end of output
+sections up to their alignment boundary.
+  * Support for the ARMv8-M architecture has been added to the ARM port.
+Support for the ARMv8-M Security and DSP Extensions has also been added
+to the ARM port.
+  * ARC backend accepts .extInstruction, .extCondCode, .extAuxRegister, and
+.extCoreRegister pseudo-ops that allow an user to define custom
+instructions, conditional codes, auxiliary and core registers.
+  * Add a configure option --enable-elf-stt-common to decide whether ELF
+assembler should generate common symbols with the STT_COMMON type by
+default.  Default to no.
+  * New command line option --elf-stt-common= for ELF targets to control
+whether to generate common symbols with the STT_COMMON type.
+  * Add ability to set section flags and types via numeric values for ELF
+based targets.
+  * Add a configure option --enable-x86-relax-relocations to decide whether
+x86 assembler should generate relax relocations by default.  Default to
+yes, except for x86 Solaris targets older than Solaris 12.
+  * New command line option -mrelax-relocations= for x86 target to control
+whether to generate relax relocations.
+  * New command line option -mfence-as-lock-add=yes for x86 target to encode
+lfence, mfence and sfence as "lock addl $0x0, (%[re]sp)".
+  * Add assembly-time relaxation option for ARC cpus.
+  * Add --with-cpu=TYPE configure option for ARC gas.  This allows the default
+cpu type to be adjusted at configure time.
+  GOLD:
+  * Add a configure option --enable-relro to decide whether -z relro should
+be enabled by default.  Default to yes.
+  * Add support for s390, MIPS, AArch64, and TILE-Gx architectures.
+  * Add support for STT_GNU_IFUNC symbols.
+  * Add support for incremental linking (--incremental).
+  GNU ld:
+  * Add a configure option --enable-relro to decide whether -z relro should
+be enabled in ELF linker by default.  Default to yes for all Linux
+targets except FRV, HPPA, IA64 and MIPS.
+  * Support for -z noreloc-overflow in the x86-64 ELF linker to disable
+relocation overflow check.
+  * Add -z common/-z nocommon options for ELF targets to control whether to
+convert common symbols to the STT_COMMON type during a relocatable link.
+  * Support for -z nodynamic-undefined-weak in the x86 ELF linker, which
+avoids dynamic relocations against undefined weak symbols in executable.
+  * The NOCROSSREFSTO command was added to the linker script language.
+  * Add --no-apply-dynamic-relocs to the AArch64 linker to do not apply
+link-time values for dynamic relocations.
+- Add binutils-2.27-branch.diff with fixes on the branch sofar.
+- Remove gold-relocate-tls.patch, included in binutils 2.27.
+
+---
cross-aarch64-binutils.changes: same change
cross-arm-binutils.changes: same change
cross-avr-binutils.changes: same change
cross-epiphany-binutils.changes: same change
cross-hppa-binutils.changes: same change
cross-hppa64-binutils.changes: same change
cross-i386-binutils.changes: same change
cross-ia64-binutils.changes: same change
cross-m68k-binutils.changes: same change
cross-mips-binutils.changes: same change
cross-ppc-binutils.changes: same change
cross-ppc64-binutils.changes: same change
cross-ppc64le-binutils.changes: same change
cross-rx-binutils.changes: same change
cross-s390-binutils.changes: same change
cross-s390x-binutils.changes: same change
cross-sparc-binutils.changes: same change
cross-sparc64-binutils.changes: same change
cross-spu-binutils.changes: same change
cross-x86_64-binutils.changes: same change

Old:

  binutils-2.26.1.tar.bz2
  gold-relocate-tls.patch

New:

  binutils-2.27-branch.diff
  binutils-2.27.tar.bz2