commit stan for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package stan for openSUSE:Factory checked in 
at 2016-05-02 10:44:15

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


Package is "stan"

Changes:

--- /work/SRC/openSUSE:Factory/stan/stan.changes2012-06-01 
07:24:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.stan.new/stan.changes   2016-05-02 
10:44:17.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 28 12:59:36 UTC 2016 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+
+---



Other differences:
--
++ stan.spec ++
--- /var/tmp/diff_new_pack.C8yF8E/_old  2016-05-02 10:44:18.0 +0200
+++ /var/tmp/diff_new_pack.C8yF8E/_new  2016-05-02 10:44:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package stan
 #
-# Copyright (c) 2012 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,16 +17,17 @@
 
 
 Name:   stan
-Url:http://www.roqe.org/stan
+Version:0.4.1
+Release:0
 Summary:Stream Analyzer
 License:BSD-4-Clause
 Group:  System/Console
-BuildRequires:  automake
-Version:0.4.1
-Release:0
+Url:http://www.roqe.org/stan
 Source: %{name}-%{version}.tar.gz
 Patch1: %{name}-0.4_add-errno.diff
 Patch2: stan-0.4-optflags.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,12 +43,6 @@
 statistic, stan can give amazing results about a stream and is fun to
 work with.
 
-
-
-Authors:
-
-Konrad Rieck 
-
 %prep
 %setup -q
 %patch1 -p1
@@ -56,20 +51,15 @@
 %build
 autoreconf -fiv
 %configure 
-make 
+make %{?_smp_mflags}
 
 %install
-# make direc
-mkdir -p /usr/bin
-make DESTDIR=$RPM_BUILD_ROOT install
-
-%clean
-rm -rf $RPM_BUILD_ROOT;
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root)
 %doc README LICENSE
-%attr(0755,root,root) /usr/bin/stan
-%doc %{_mandir}/man1/stan.1.gz
+%{_bindir}/stan
+%{_mandir}/man1/stan.1%{ext_man}
 
 %changelog




commit gwenhywfar for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package gwenhywfar for openSUSE:Factory 
checked in at 2016-05-02 10:44:55

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


Package is "gwenhywfar"

Changes:

--- /work/SRC/openSUSE:Factory/gwenhywfar/gwenhywfar.changes2016-01-15 
10:41:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.gwenhywfar.new/gwenhywfar.changes   
2016-05-02 10:45:00.0 +0200
@@ -1,0 +2,9 @@
+Sat Apr 30 11:23:03 UTC 2016 - nico.kru...@gmail.com
+
+- Update to 4.15.3
+  + improve and simplify the TLS code
+  + fix an error in the message parser (MsgEngine) that caused
+problems with some special HBCI messages
+  + new (experimental) QT5 front-end (not enabled yet here)
+
+---

Old:

  gwenhywfar-4.15.2beta.tar.gz

New:

  gwenhywfar-4.15.3.tar.gz



Other differences:
--
++ gwenhywfar.spec ++
--- /var/tmp/diff_new_pack.9c4BTP/_old  2016-05-02 10:45:01.0 +0200
+++ /var/tmp/diff_new_pack.9c4BTP/_new  2016-05-02 10:45:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gwenhywfar
 #
-# 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
@@ -19,7 +19,7 @@
 %definelibversion  60
 %define devversion 4.15
 Name:   gwenhywfar
-Version:4.15.2beta
+Version:4.15.3
 Release:0
 Summary:Multiplatform helper library for other libraries
 License:GPL-2.0+ and LGPL-2.1+
@@ -115,7 +115,7 @@
 This package provides the GTK+ implementation of the generic UI toolkit.
 
 %package -n libgwengui-qt4-0
-Summary:Multiplatform Helper Library for Other Libraries -- Qt UI 
Backend
+Summary:Multiplatform Helper Library for Other Libraries -- Qt4 UI 
Backend
 License:LGPL-2.1+
 Group:  System/Libraries
 
@@ -126,7 +126,7 @@
 configuration files, reading and writing of XML files, and interprocess
 communication).
 
-This package provides the Qt implementation of the generic UI toolkit.
+This package provides the Qt4 implementation of the generic UI toolkit.
 
 %package -n libgwengui-fox16-0
 Summary:FOX interface for Gwenhywfar
@@ -267,6 +267,7 @@
 %{_libdir}/pkgconfig/gwengui-fox16.pc
 %dir %{_libdir}/cmake
 %{_libdir}/cmake/%{name}-%{devversion}
+%{_libdir}/cmake/gwengui-cpp-%{devversion}
 %{_libdir}/cmake/gwengui-qt4-%{devversion}
 
 %files lang -f %{name}.lang

++ gwenhywfar-4.15.2beta.tar.gz -> gwenhywfar-4.15.3.tar.gz ++
 31742 lines of diff (skipped)




commit spec-cleaner for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package spec-cleaner for openSUSE:Factory 
checked in at 2016-05-02 10:44:52

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


Package is "spec-cleaner"

Changes:

--- /work/SRC/openSUSE:Factory/spec-cleaner/spec-cleaner.changes
2016-04-28 16:56:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.spec-cleaner.new/spec-cleaner.changes   
2016-05-02 10:44:57.0 +0200
@@ -1,0 +2,8 @@
+Fri Apr 29 20:42:17 UTC 2016 - tchva...@suse.com
+
+- Version update to 0.8.2:
+  * Add switch to disable copyright generating
+  * Few small fixes
+  * Tweak pkgconfig addition to work on all distros not just openSUSE
+
+---

Old:

  spec-cleaner-0.8.1.tar.gz

New:

  spec-cleaner-0.8.2.tar.gz



Other differences:
--
++ spec-cleaner.spec ++
--- /var/tmp/diff_new_pack.n5T93r/_old  2016-05-02 10:44:58.0 +0200
+++ /var/tmp/diff_new_pack.n5T93r/_new  2016-05-02 10:44:58.0 +0200
@@ -20,7 +20,7 @@
 # This is used for Fedora, we need to sync this
 %{!?py3_ver: %define py3_ver %{python3_version}}
 Name:   spec-cleaner
-Version:0.8.1
+Version:0.8.2
 Release:0
 Summary:.spec file cleaner
 License:BSD-3-Clause
@@ -104,6 +104,7 @@
 %{_datadir}/%{name}/licenses_changes.txt
 %{_datadir}/%{name}/pkgconfig_conversions.txt
 %{_datadir}/%{name}/allowed_groups.txt
+%{_datadir}/%{name}/licences_exceptions.txt
 
 %files format_spec_file
 %defattr(-,root,root)

++ debian.changelog ++
--- /var/tmp/diff_new_pack.n5T93r/_old  2016-05-02 10:44:58.0 +0200
+++ /var/tmp/diff_new_pack.n5T93r/_new  2016-05-02 10:44:58.0 +0200
@@ -1,4 +1,10 @@
-spec-cleaner (0.8.0-1) stable; urgency=low
+spec-cleaner (0.8.2-1) stable; urgency=low
+
+  * Update to upstream 0.8.2 release
+
+ -- Tomáš Chvátal   Thu, 29 Apr 2016 22:30:00 +0100
+
+spec-cleaner (0.8.1-1) stable; urgency=low
 
   * Update to upstream 0.8.1 release
 

++ spec-cleaner-0.8.1.tar.gz -> spec-cleaner-0.8.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spec-cleaner-spec-cleaner-0.8.1/README.md 
new/spec-cleaner-spec-cleaner-0.8.2/README.md
--- old/spec-cleaner-spec-cleaner-0.8.1/README.md   2016-04-14 
21:24:35.0 +0200
+++ new/spec-cleaner-spec-cleaner-0.8.2/README.md   2016-04-29 
22:12:42.0 +0200
@@ -2,6 +2,7 @@
 
 [![Build 
Status](https://travis-ci.org/openSUSE/spec-cleaner.svg?branch=master)](https://travis-ci.org/openSUSE/spec-cleaner)
 [![Coverage 
Status](https://coveralls.io/repos/openSUSE/spec-cleaner/badge.svg?branch=master=github)](https://coveralls.io/github/openSUSE/spec-cleaner?branch=master)
+[![Code 
Health](https://landscape.io/github/openSUSE/spec-cleaner/master/landscape.svg?style=flat)](https://landscape.io/github/openSUSE/spec-cleaner/master)
 
 spec-cleaner is a tool that is planned to be replacement for "osc service 
localrun format_spec_file".
 It is intended to provide same or better features in order for us to be able 
to unify all the spec files in obs.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spec-cleaner-spec-cleaner-0.8.1/README.md.in 
new/spec-cleaner-spec-cleaner-0.8.2/README.md.in
--- old/spec-cleaner-spec-cleaner-0.8.1/README.md.in2016-04-14 
21:24:35.0 +0200
+++ new/spec-cleaner-spec-cleaner-0.8.2/README.md.in2016-04-29 
22:12:42.0 +0200
@@ -2,6 +2,7 @@
 
 [![Build 
Status](https://travis-ci.org/openSUSE/spec-cleaner.svg?branch=master)](https://travis-ci.org/openSUSE/spec-cleaner)
 [![Coverage 
Status](https://coveralls.io/repos/openSUSE/spec-cleaner/badge.svg?branch=master=github)](https://coveralls.io/github/openSUSE/spec-cleaner?branch=master)
+[![Code 
Health](https://landscape.io/github/openSUSE/spec-cleaner/master/landscape.svg?style=flat)](https://landscape.io/github/openSUSE/spec-cleaner/master)
 
 spec-cleaner is a tool that is planned to be replacement for "osc service 
localrun format_spec_file".
 It is intended to provide same or better features in order for us to be able 
to unify all the spec files in obs.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spec-cleaner-spec-cleaner-0.8.1/RELEASE.md 
new/spec-cleaner-spec-cleaner-0.8.2/RELEASE.md
--- old/spec-cleaner-spec-cleaner-0.8.1/RELEASE.md  2016-04-14 
21:24:35.0 +0200
+++ new/spec-cleaner-spec-cleaner-0.8.2/RELEASE.md  2016-04-29 
22:12:42.0 +0200
@@ -2,7 +2,7 @@
 ===
 Steps to create a new 

commit aqbanking for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package aqbanking for openSUSE:Factory 
checked in at 2016-05-02 10:44:54

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


Package is "aqbanking"

Changes:

--- /work/SRC/openSUSE:Factory/aqbanking/aqbanking.changes  2016-04-07 
13:32:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.aqbanking.new/aqbanking.changes 2016-05-02 
10:44:58.0 +0200
@@ -1,0 +2,11 @@
+Sat Apr 30 07:21:22 UTC 2016 - nico.kru...@gmail.com
+
+- Update to 5.6.10:
+  + fixes problems with some special HBCI messages
+  + support HHD 1.3.2 (Flicker codes for PIN/TAN) again
+(thanks to Martin Kuehn)
+- Update to 5.6.9beta:
+  + support old-version Flicker codes which are still used by
+some banks (thanks to Martin Kuehn)
+
+---

Old:

  aqbanking-5.6.8beta.tar.gz

New:

  aqbanking-5.6.10.tar.gz



Other differences:
--
++ aqbanking.spec ++
--- /var/tmp/diff_new_pack.udBqDI/_old  2016-05-02 10:44:59.0 +0200
+++ /var/tmp/diff_new_pack.udBqDI/_new  2016-05-02 10:44:59.0 +0200
@@ -26,7 +26,7 @@
 %define  q4b_cfgmoddir  %{fronts_libdir}/q4banking/cfgmodules
 
 Name:   aqbanking
-Version:5.6.8beta
+Version:5.6.10
 Release:0
 Summary:Library for Online Banking Functions and Financial Data Import 
and Export
 License:GPL-2.0 or GPL-3.0

++ aqbanking-5.6.8beta.tar.gz -> aqbanking-5.6.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aqbanking-5.6.8beta/ChangeLog 
new/aqbanking-5.6.10/ChangeLog
--- old/aqbanking-5.6.8beta/ChangeLog   2016-03-11 00:20:06.0 +0100
+++ new/aqbanking-5.6.10/ChangeLog  2016-04-23 18:33:21.0 +0200
@@ -1,4 +1,34 @@
 --
+2016-04-23 18:30:49 +0200 Martin Preuss
+Prepared release 5.6.10.
+
+--
+2016-04-18 21:01:06 +0200 Elias Oltmanns
+AqHBCI: Minor adjustments to make segment definitions comply with the specs.
+
+--
+2016-04-10 18:27:49 +0200 Martin Preuss
+Prepared release 5.6.9beta.
+
+--
+2016-04-05 07:58:01 +0200 Martin Kuehn
+ChipTAN: added support for fallback to HHD 1.3.2 if control bytes are missing
+
+--
+2016-03-23 22:45:50 +0100 Martin Preuss
+Moved AB_Transaction_SetEndToEndReference() to the right place.
+
+--
+2016-03-13 16:21:11 +0100 Martin Preuss
+aqbanking-cli: Added option "ignoreUnsupported".
+This is used with the command "aqbanking-cli request" to make the tool
+ignore requests for accounts which don't support them.
+
+Without this option an error is returned if a request is made for an account
+which does not support that request (i.e. requesting transactions for
+unsupported accounts).
+
+--
 2016-03-11 00:17:40 +0100 Martin Preuss
 Prepared release 5.6.8beta.
 
@@ -512,39 +542,3 @@
 --
 2014-08-03 23:14:31 +0200 Martin Preuss
 AqHBCI: Fixed a typo.
-
---
-2014-08-03 23:14:19 +0200 Martin Preuss
-Added new CMAKE files to .gitignore.
-
---
-2014-08-03 23:07:16 +0200 Martin Preuss
-Added CMake package configuration files
-Makes live for cmake users a lot easier.
-
-It is not platform idependent as the library extension .so is hard
-coded.
-
-Signed-off-by: Martin Preuss 
-
---
-2014-08-03 19:17:42 +0200 Martin Preuss
-AqHBCI: Started working on job SepaGetStandingOrders.
-
---
-2014-08-03 19:16:59 +0200 Martin Preuss
-AqBanking: Added job SepaGetStandingOrders.
-Also added handling for some other jobs in AB_Job_Type2Char() and
-AB_Job_Type2LocalChar().
-
---
-2014-08-02 18:24:36 +0200 Martin Preuss
-Added test-driver to .gitingore.
-
---
-2014-08-02 18:24:05 +0200 Martin Preuss
-Force IBAN and BIC for SEPA transfers and debit notes.
-The group "kti_i" his quite vague, it allows for either 

commit bitcoin for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package bitcoin for openSUSE:Factory checked 
in at 2016-05-02 10:44:57

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


Package is "bitcoin"

Changes:

--- /work/SRC/openSUSE:Factory/bitcoin/bitcoin.changes  2016-04-28 
16:58:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.bitcoin.new/bitcoin.changes 2016-05-02 
10:45:02.0 +0200
@@ -1,0 +2,9 @@
+Sat Apr 30 08:38:08 UTC 2016 - mplus...@suse.com
+
+- Update to 0.12.1
+  * For a complete list of changes see provided release-notes
+- Drop no longer needed patch
+  * bitcoin_missing_ppc64le_in_ax_boost_base.m4.patch
+- Small spec file polishing
+
+---

Old:

  bitcoin-0.12.0.tar.gz
  bitcoin_missing_ppc64le_in_ax_boost_base.m4.patch

New:

  bitcoin-0.12.1.tar.gz



Other differences:
--
++ bitcoin.spec ++
--- /var/tmp/diff_new_pack.oQh3ek/_old  2016-05-02 10:45:03.0 +0200
+++ /var/tmp/diff_new_pack.oQh3ek/_new  2016-05-02 10:45:03.0 +0200
@@ -23,19 +23,17 @@
 %define name_pretty %{base_pretty}
 %define consensus 1
 %define is_base 1
-
 Name:   bitcoin
-Version:0.12.0
+Version:0.12.1
 Release:0
 Summary:P2P Digital Currency
 License:MIT
 Group:  Productivity/Networking/Other
-Url:http://%{name}.org/
+Url:https://%{name}.org
 Source0:
https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:%{base}d.service
 Source2:%{base}d.firewall
 Source3:%{base}d.conf
-Patch1: %{base}_missing_ppc64le_in_ax_boost_base.m4.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  boost-devel
@@ -43,27 +41,38 @@
 BuildRequires:  git
 BuildRequires:  lcov
 BuildRequires:  libdb-4_8-devel
-BuildRequires:  libevent-devel
 BuildRequires:  libminiupnpc-devel
 BuildRequires:  libqt5-qtbase-devel
-BuildRequires:  libqt5-qttools-devel
 BuildRequires:  libtool
-BuildRequires:  pkg-config
-BuildRequires:  python
+BuildRequires:  pkgconfig
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  update-desktop-files
 BuildRequires:  yasm-devel
-BuildRequires:  zeromq-devel
+BuildRequires:  pkgconfig(Qt5CLucene)
+BuildRequires:  pkgconfig(Qt5Designer)
+BuildRequires:  pkgconfig(Qt5DesignerComponents)
+BuildRequires:  pkgconfig(Qt5Help)
+BuildRequires:  pkgconfig(Qt5UiTools)
+BuildRequires:  pkgconfig(libevent)
+BuildRequires:  pkgconfig(libevent_openssl)
+BuildRequires:  pkgconfig(libevent_pthreads)
 BuildRequires:  pkgconfig(libqrencode)
+BuildRequires:  pkgconfig(libzmq)
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(protobuf)
+BuildRequires:  pkgconfig(python)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 
 %description
-%{name_pretty} is a free open source peer-to-peer electronic cash system that 
is completely decentralized, without the need for a central server or trusted 
parties. Users hold the crypto keys to their own money and transact directly 
with each other, with the help of a P2P network to check for double-spending.
+%{name_pretty} is a free open source peer-to-peer electronic cash system
+%{that} is completely decentralized, without the need for a central server or
+trusted parties. Users hold the crypto keys to their own money and
+transact directly with each other, with the help of a P2P network to check
+for double-spending.
 
-Full transaction history is stored locally at each client. This requires 
several GB of space, slowly growing.
+Full transaction history is stored locally at each client. This requires
+several GB of space, slowly growing.
 
 %package qt5
 Summary:An end-user Qt5 GUI for the %{name_pretty} crypto-currency
@@ -72,30 +81,44 @@
 Requires(postun): update-desktop-files
 
 %description qt5
-%{name_pretty} is a free open source peer-to-peer electronic cash system that 
is completely decentralized, without the need for a central server or trusted 
parties. Users hold the crypto keys to their own money and transact directly 
with each other, with the help of a P2P network to check for double-spending.
+%{name_pretty} is a free open source peer-to-peer electronic cash system
+that is completely decentralized, without the need for a central server or
+trusted parties. Users hold the crypto keys to their own money and
+transact directly with each other, with the help of a P2P network to check
+for double-spending.
 
-Full transaction history is stored locally at each client. This requires 
several GB of space, slowly growing.
+Full transaction history is stored locally at 

commit u-boot for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2016-05-02 10:44:17

Comparing /work/SRC/openSUSE:Factory/u-boot (Old)
 and  /work/SRC/openSUSE:Factory/.u-boot.new (New)


Package is "u-boot"

Changes:

--- /work/SRC/openSUSE:Factory/u-boot/u-boot-a10-olinuxino-lime.changes 
2016-04-22 16:25:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-a10-olinuxino-lime.changes
2016-05-02 10:44:19.0 +0200
@@ -1,0 +2,20 @@
+Thu Apr 28 15:46:09 UTC 2016 - ag...@suse.com
+
+- Update to 2016.05-rc3
+  - Removed patches:
+* 0004-iso-Make-little-endian-and-64bit-safe.patch
+* 0005-iso-Start-with-partition-1.patch
+* 0006-iso-Allow-512-byte-sector-size.patch
+* 0007-efi_loader-Split-drive-add-into-function.patch
+* 0008-efi_loader-Add-el-torito-support.patch
+* 0009-efi_loader-Pass-file-path-to-payload.patch
+* 0010-efi_loader-Increase-path-string-to-32-characters.patch
+* 0011-distro-Enable-iso-partition-code.patch
+* 0012-efi_loader-Use-system-fdt-as-fallback.patch
+* 0013-efi_loader-Put-fdt-into-convenient-location.patch
+* 0014-efi_loader-Expose-ascending-efi-memory-map.patch
+* 0015-efi_loader-Always-flush-in-cache-line-size-granulari.patch
+* 0016-efi_loader-Handle-memory-overflows.patch
+* 0017-ARM-rpi-fix-64-bit-CONFIG_SYS_TEXT_BASE.patch
+
+---
u-boot-a13-olinuxino.changes: same change
u-boot-a13-olinuxinom.changes: same change
u-boot-a20-olinuxino-lime.changes: same change
u-boot-a20-olinuxino-lime2.changes: same change
u-boot-a20-olinuxinomicro.changes: same change
u-boot-am335xboneblack.changes: same change
u-boot-am335xevm.changes: same change
u-boot-am57xxevm.changes: same change
u-boot-am57xxevmnodt.changes: same change
u-boot-arndale.changes: same change
u-boot-bananapi.changes: same change
u-boot-clearfog.changes: same change
u-boot-colibrit20.changes: same change
u-boot-cubieboard.changes: same change
u-boot-cubieboard2.changes: same change
u-boot-cubietruck.changes: same change
u-boot-firefly-rk3288.changes: same change
u-boot-highbank.changes: same change
u-boot-hyundaia7hd.changes: same change
u-boot-jetson-tk1.changes: same change
u-boot-melea1000.changes: same change
u-boot-merriia80optimus.changes: same change
u-boot-mx53loco.changes: same change
u-boot-mx6cuboxi.changes: same change
u-boot-mx6qsabrelite.changes: same change
u-boot-odroid-xu3.changes: same change
u-boot-odroid.changes: same change
u-boot-omap3beagle.changes: same change
u-boot-omap4panda.changes: same change
u-boot-orangepipc.changes: same change
u-boot-p2371-2180.changes: same change
u-boot-paz00.changes: same change
u-boot-pcm051rev3.changes: same change
u-boot-qemu-ppce500.changes: same change
u-boot-rpi.changes: same change
u-boot-rpi2.changes: same change
u-boot-rpi3.changes: same change
u-boot-snow.changes: same change
u-boot-spring.changes: same change
u-boot-udoo.changes: same change
u-boot.changes: same change

Old:

  0004-iso-Make-little-endian-and-64bit-safe.patch
  0005-iso-Start-with-partition-1.patch
  0006-iso-Allow-512-byte-sector-size.patch
  0007-efi_loader-Split-drive-add-into-function.patch
  0008-efi_loader-Add-el-torito-support.patch
  0009-efi_loader-Pass-file-path-to-payload.patch
  0010-efi_loader-Increase-path-string-to-32-characters.patch
  0011-distro-Enable-iso-partition-code.patch
  0012-efi_loader-Use-system-fdt-as-fallback.patch
  0013-efi_loader-Put-fdt-into-convenient-location.patch
  0014-efi_loader-Expose-ascending-efi-memory-map.patch
  0015-efi_loader-Always-flush-in-cache-line-size-granulari.patch
  0016-efi_loader-Handle-memory-overflows.patch
  0017-ARM-rpi-fix-64-bit-CONFIG_SYS_TEXT_BASE.patch
  u-boot-2016.05-rc1.tar.bz2

New:

  u-boot-2016.05-rc3.tar.bz2



Other differences:
--
++ u-boot-a10-olinuxino-lime.spec ++
--- /var/tmp/diff_new_pack.TFhkP3/_old  2016-05-02 10:44:24.0 +0200
+++ /var/tmp/diff_new_pack.TFhkP3/_new  2016-05-02 10:44:24.0 +0200
@@ -27,10 +27,10 @@
 %define udoo_spl 0
 
 # archive_version differs from version for RC version only
-%define archive_version 2016.05-rc1
+%define archive_version 2016.05-rc3
 
 Name:   u-boot-a10-olinuxino-lime
-Version:2016.05~rc1
+Version:2016.05~rc3
 Release:0
 Summary:The u-boot firmware for the a10-olinuxino-lime arm platform
 License:GPL-2.0
@@ -45,21 +45,6 @@
 Patch2: 0002-XXX-openSUSE-XXX-omap3-Move-to-distro-bootcmd.patch
 # Fix exynos KVM support
 Patch3: 0003-exynos-Set-CNTFRQ.patch
-# EFI fixes and ISO boot support
-Patch4: 0004-iso-Make-little-endian-and-64bit-safe.patch
-Patch5:  

commit glabels for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package glabels for openSUSE:Factory checked 
in at 2016-05-02 10:44:32

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


Package is "glabels"

Changes:

--- /work/SRC/openSUSE:Factory/glabels/glabels.changes  2014-11-13 
09:17:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.glabels.new/glabels.changes 2016-05-02 
10:44:33.0 +0200
@@ -1,0 +2,27 @@
+Sun Apr 24 10:42:24 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.4.0:
+  + Fixed missing contacts when importing from vcard.
+  + Create vcard composite address entry from components, if
+missing.
+  + Auto-detect file encoding of CSV files.
+  + Fixed sensitivity of first handle of line objects.
+  + Object dragging enhancements.
+  + Fixed problem with setting shadow color of line and text
+objects from key.
+  + Use current label's path to set default "save as" directory.
+  + Added properties dialog.
+  + Fixed potential crash on "Select All".
+  + Fixed delayed rotate/flip.
+  + Fixed clipping issue when drawing beyond label editor's drawing
+area.
+  + Removed final windowing system and dbus dependencies from
+glabels-3-batch.
+  + Added a GS1 input mode for Datamatrix barcodes using the zint
+backend.
+  + Numerous new templates and fixes to the product database.
+  + Updated translations.
+- Add glabels-missing-function-prototype.patch: Add missing
+  function prototype to header, fixes build.
+
+---
@@ -4 +31 @@
-- Update to version 3.2.1:
+- Update to version 3.2.1 (boo#921140):

Old:

  glabels-3.2.1.tar.xz

New:

  glabels-3.4.0.tar.xz
  glabels-missing-function-prototype.patch



Other differences:
--
++ glabels.spec ++
--- /var/tmp/diff_new_pack.7GCQlT/_old  2016-05-02 10:44:34.0 +0200
+++ /var/tmp/diff_new_pack.7GCQlT/_new  2016-05-02 10:44:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package glabels
 #
-# 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,15 @@
 
 
 Name:   glabels
-Version:3.2.1
+Version:3.4.0
 Release:0
 Summary:Label Editing and Printing Tool
 License:GPL-3.0+
 Group:  Productivity/Office/Other
 Url:http://glabels.sourceforge.net/
-Source: 
http://download.gnome.org/sources/glabels/3.2/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/glabels/3.4/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM glabels-missing-function-prototype.patch bgo#765497 
zai...@opensuse.org -- Add missing function prototype to header.
+Patch0: glabels-missing-function-prototype.patch
 %if 0%{?suse_version} <= 1310
 BuildRequires:  barcode-devel
 %else
@@ -37,15 +39,15 @@
 BuildRequires:  shared-mime-info
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(cairo) >= 1.10.0
-BuildRequires:  pkgconfig(glib-2.0) >= 2.28.2
+BuildRequires:  pkgconfig(cairo) >= 1.14.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.42.0
 BuildRequires:  pkgconfig(gnome-doc-utils)
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.28.2
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.9
-BuildRequires:  pkgconfig(libebook-1.2) >= 3.6.0
-BuildRequires:  pkgconfig(librsvg-2.0) >= 2.32.0
-BuildRequires:  pkgconfig(libxml-2.0) >= 2.7.8
-BuildRequires:  pkgconfig(pango) >= 1.28.1
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
+BuildRequires:  pkgconfig(libebook-1.2) >= 3.12.0
+BuildRequires:  pkgconfig(librsvg-2.0) >= 2.39.0
+BuildRequires:  pkgconfig(libxml-2.0) >= 2.9.0
+BuildRequires:  pkgconfig(pango) >= 1.36.0
 BuildRequires:  pkgconfig(pangocairo) >= 1.28.1
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
@@ -70,6 +72,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build

++ glabels-3.2.1.tar.xz -> glabels-3.4.0.tar.xz ++
 80331 lines of diff (skipped)

++ glabels-missing-function-prototype.patch ++
>From 0b5d2091ef018840bc0e352a09bbabd67cc0e76c Mon Sep 17 00:00:00 2001
From: Jim Evins 
Date: Sun, 24 Apr 2016 11:32:28 -0400
Subject: [PATCH] Added missing function prototype to header.

---
 src/prefs-model.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/prefs-model.h b/src/prefs-model.h
index 72efa84..10316a1 100644
--- a/src/prefs-model.h
+++ b/src/prefs-model.h
@@ -59,6 +59,7 @@ GType  

commit cram for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package cram for openSUSE:Factory checked in 
at 2016-05-02 10:44:11

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


Package is "cram"

Changes:

--- /work/SRC/openSUSE:Factory/cram/cram.changes2016-02-23 
16:59:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.cram.new/cram.changes   2016-05-02 
10:44:12.0 +0200
@@ -1,0 +2,25 @@
+Thu Apr 28 19:50:01 UTC 2016 - mimi...@gmail.com
+
+- update to 0.7
+* Added the -d/--debug flag that disables diffing of expected/actual output and
+instead passes through script output to stdout/stderr.
+* Added the --shell-opts flag for specifying flags to invoke the shell with. By
+setting --shell-opts='-x' and --debug together, this can be used to see 
shell 
+commands as they're run and their output in real time which can be useful 
for
+debugging slow or hanging tests.
+* Added xUnit XML output support (for better integration of test results with 
Bamboo
+and other continuous integration tools).
+* Added support for using (esc) on expected out lines that aren't 
automatically 
+escaped in actual output.
+* Added the $TESTSHELL environment variable. This allows a test to portably 
check
+what shell it was invoked with.
+* Added an error message for when no tests are found in a directory.
+* Changed Makefile to install into /usr/local by default.
+* Simplified the Makefile's targets. The targets available now are all, build, 
+check/test, clean, dist, install, and quicktest (for running the test suite
+without checking test coverage).
+* Fixed non-ASCII strings not being escaped with (esc) on Python 3.
+* Fixed a crash on tests that don't have a trailing newline.
+* Fixed a crash when using set -x with zsh.
+
+---

Old:

  cram-0.6.tar.gz

New:

  cram-0.7.tar.gz



Other differences:
--
++ cram.spec ++
--- /var/tmp/diff_new_pack.ZepEFq/_old  2016-05-02 10:44:13.0 +0200
+++ /var/tmp/diff_new_pack.ZepEFq/_new  2016-05-02 10:44:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cram
-Version:0.6
+Version:0.7
 Release:0
 Summary:A simple testing framework for command line applications
 License:GPL-2.0
@@ -41,6 +41,7 @@
 
 %prep
 %setup -q
+sed -i 's/python$/python3/' scripts/cram
 
 %build
 python3 setup.py build
@@ -49,14 +50,16 @@
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-python3 setup.py -q test
+make PYTHON="python3" quicktest 
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING.txt README.txt
+%doc COPYING.txt README.rst
 %{_bindir}/cram
-%{python3_sitelib}/%{name}.py
-%{python3_sitelib}/__pycache__/%{name}.cpython-*.pyc
+%dir %{python3_sitelib}/%{name}/
+%dir %{python3_sitelib}/%{name}/__pycache__/
+%{python3_sitelib}/%{name}/*.py
+%{python3_sitelib}/%{name}/__pycache__/*.cpython-*.pyc
 %{python3_sitelib}/%{name}-%{version}-py%{py3_ver}.egg-info
 
 %changelog

++ cram-0.6.tar.gz -> cram-0.7.tar.gz ++
 4850 lines of diff (skipped)




commit python-parallax for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package python-parallax for openSUSE:Factory 
checked in at 2016-05-02 10:44:42

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


Package is "python-parallax"

Changes:

--- /work/SRC/openSUSE:Factory/python-parallax/python-parallax.changes  
2016-03-18 21:39:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-parallax.new/python-parallax.changes 
2016-05-02 10:44:43.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 27 08:49:44 UTC 2016 - kgronl...@suse.com
+
+- Fix broken package build for non-SUSE distributions 
+
+---



Other differences:
--
++ python-parallax.spec ++
--- /var/tmp/diff_new_pack.RnJi6M/_old  2016-05-02 10:44:43.0 +0200
+++ /var/tmp/diff_new_pack.RnJi6M/_new  2016-05-02 10:44:43.0 +0200
@@ -29,8 +29,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   openssh
 BuildArch:  noarch
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(post):   /usr/sbin/update-alternatives
+Requires(postun): /usr/sbin/update-alternatives
 
 %description
 Parallax SSH provides an interface to executing commands on multiple




commit gnome-builder for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package gnome-builder for openSUSE:Factory 
checked in at 2016-05-02 10:44:45

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


Package is "gnome-builder"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-builder/gnome-builder.changes  
2016-04-05 10:43:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-builder.new/gnome-builder.changes 
2016-05-02 10:44:47.0 +0200
@@ -1,0 +2,31 @@
+Thu Apr 28 09:49:46 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.2:
+  + You can now select templates when creating a project, including
+C, C++, and Vala languages.
+  + The Vala plugin now extracts --pkg command line arguments from
+autotools projects.
+  + Various bug fixes to preferences and gsettings.
+  + Much more of builder is translatable now.
+  + Build for FreeBSD and OpenBSD.
+  + Fixes to vim movements.
+  + Many performance improvements to the editor.
+  + Support for LLVM 3.8.
+  + Fixes for ctrl+click on included headers to jump to header.
+  + Fix for infinite loop in worker thread when cloning from
+unauthorized git repositories.
+  + Builder removes unnecessary widgets after starting up, lowering
+the runtime overhead of the workbench.
+  + You can move rename files outside their current directory.
+  + Fixes for shorthand git URLs such as user@host:path.
+  + The global file search now handles renames and deletes of
+project files.
+  + The project window now includes the title of the project to
+help when multiple projects are open in GNOME Shell's overview.
+  + Some projects that could not be removed from the greeter can
+now be removed.
+  + Updated translations.
+- Add autoconf, automake and libtool Requires: on upstreams
+  request for autotools support.
+
+---

Old:

  gnome-builder-3.20.0.tar.xz

New:

  gnome-builder-3.20.2.tar.xz



Other differences:
--
++ gnome-builder.spec ++
--- /var/tmp/diff_new_pack.J41atW/_old  2016-05-02 10:44:48.0 +0200
+++ /var/tmp/diff_new_pack.J41atW/_new  2016-05-02 10:44:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-builder
-Version:3.20.0
+Version:3.20.2
 Release:0
 Summary:GNOME Builder - IDE
 License:GPL-3.0+ and GPL-2.0+ and LGPL-3.0+ and LGPL-2.1+ and MIT and 
CC-BY-SA-3.0 and CC0-1.0
@@ -41,13 +41,16 @@
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20.0
 BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.20.0
 BuildRequires:  pkgconfig(libgit2-glib-1.0) >= 0.23.7
-BuildRequires:  pkgconfig(libpeas-1.0) >= 1.17.0
+BuildRequires:  pkgconfig(libpeas-1.0) >= 1.18.0
 BuildRequires:  pkgconfig(pangoft2) >= 1.38.0
 BuildRequires:  pkgconfig(pygobject-3.0) >= 3.19.3
 BuildRequires:  pkgconfig(vapigen) >= 0.30.0.55
 BuildRequires:  pkgconfig(vte-2.91) >= 0.40.2
-BuildRequires:  pkgconfig(webkit2gtk-4.0) >= 2.8.4
+BuildRequires:  pkgconfig(webkit2gtk-4.0) >= 2.12.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires:   autoconf
+Requires:   automake
+Requires:   libtool
 
 %description
 Builder is a new IDE for GNOME that is focused on bringing the power of our 
platform to more developers than ever before.

++ gnome-builder-3.20.0.tar.xz -> gnome-builder-3.20.2.tar.xz ++
 73008 lines of diff (skipped)




commit gns3 for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package gns3 for openSUSE:Factory checked in 
at 2016-05-02 10:44:14

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


Package is "gns3"

Changes:

--- /work/SRC/openSUSE:Factory/gns3/gns3.changes2015-04-16 
14:12:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.gns3.new/gns3.changes   2016-05-02 
10:44:15.0 +0200
@@ -1,0 +2,285 @@
+Fri Apr 29 07:47:04 UTC 2016 - and...@opensuse.org
+
+- new upstream version 1.4.6
+  * Fix a typo in Qemu preferences
+  * Fix upload of large image to the VM
+  * Reduce the number of connection tries from 120 to 40 when connecting the 
GNS3 server
+running inside the GNS3 VM.
+  * Include link to the GNS3 academy. Fixes #1178.
+  * Snapback feature for port labels. Fixes #1182.
+  * Prevent users to select VirtualBox.exe instead of VBoxManage.exe. Fixes 
#1195.
+  * Improve the vmrun error message
+  * If we can not read the registry try to guess vmware type from vmrun path
+  * Ensure that you can not duplicate an interface in a cloud
+  * Dissallow removal of link of running emulator without support of hotlink
+  * Check PyQT version support dev version
+  * Show server CPU usage if it's 0
+  * Clear warnings about using linked clones with VMware Player.
+  * Double click center on link
+  * Double click on an element in topology summary center the view on it
+  * Fix a very very rare crash when closing a project
+  * Avoid a small blink of the waiting text
+  * Fix a crash with image item
+  * Show a symbol in the middle of the link when packet capturing is 
activated. Ref #789.
+  * GNS3 doctor: check if the NPF service is running. Fixes #1124.
+  * Fixes progress dialog is None in accept()
+  * Fix another race conditions in progress dialog
+  * Replace the installation instructions by a link to the doc
+  * More robust save/restore for VirtualBox linked clone VM hard disks.
+  * Prevent non linked cloned hard disks to be detached when using VirtualBox 
linked cloned VMs. Fixes #1184.
+  * Stricter checks to match VMware version to the right vmrun (VIX library) 
version.
+  * Also checks the VIX library version when only using the GNS3 VM running in 
VMware.
+  * Allow only .pcap to be downloaded from remote stream API
+  * Fix incrementation of qemu mac address
+  * Clear warnings about using linked clones with VMware Player.
+  * Alternative method to find the Documents folder on Windows.
+  * Add IOU support and install config in /etc
+
+---
+Mon Mar 28 12:48:31 UTC 2016 - and...@opensuse.org
+
+- new upstream version 1.4.5
+  * Change some sentences.
+  * Sort snapshots by date
+  * Block save as and snapshot when a device is running
+  * If you hit enter in the new project dialog it's work
+  * Display upload size during progress
+  * This should avoid blinking dialog. And display better progress
+  * SetupWizard: limit the number of vCPUs for the GNS3 VM to the number of 
physical cores.
+  * Remove blocking code. Ref #1109.
+  * Fixes "QThread: Destroyed while thread is still running",
+  * Add a timeout when you are not able to join the remote server
+  * Remove bad smell from progress dialog and handle ESC key
+  * Remove root required messages in cloud node. Ref #608.
+  * Show a warning when the GUI is run with root rights. Fixes #608.
+  * Change message when closing GNS3 with running device.
+  * Ask the user to stop device before closing
+  * At startup display a warning if another GUI is already running
+  * Fix a crash if you delete a file while refreshing the list of appliances
+  * Fix double opening of serial console
+  * Always ask the server for builtin
+  * Improve detection of vmrun on OSX
+  * Delete image from images dir when no longer need
+  * Sort node name in topology summary
+  * Allow to show a message box for test without starting GNS3
+  * Drop licence for paramiko since we no longer use it
+
+---
+Sat Feb 27 17:33:29 UTC 2016 - and...@opensuse.org
+
+- New upstream version 1.4.4
+  * Fix crash when selecting no image in GNS3A but clicking on Download
+  * Fix crash when you have a file size None (testing a new gns3a)
+  * Prevent the progress dialog to cancel the GNS3VM when it's finish
+  * Add a command show gns3vm to get the GNS3 VM status
+  * Prevent setup wizard to appear if VM is running
+  * Display error dialog if a custom console is invalid
+  * Crash when you import GNS3A just after installing gns3 Fix #1063
+  * Change the way we check is setup wizard has been turned off Fix #1071
+  * Do not failed if GNS3 VM server has an incorrect version
+  * Include the output from vmrun or VBoxManage when they return an error code.
+ 

commit python-xlsxwriter for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package python-xlsxwriter for 
openSUSE:Factory checked in at 2016-05-02 10:44:44

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


Package is "python-xlsxwriter"

Changes:

--- /work/SRC/openSUSE:Factory/python-xlsxwriter/python-xlsxwriter.changes  
2016-02-22 08:57:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-xlsxwriter.new/python-xlsxwriter.changes 
2016-05-02 10:44:45.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr 28 06:45:38 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.8.6 (changes since 0.8.4):
+  * Add additional documentation on :ref:`ewx_pandas` and
+:ref:`pandas_examples`.
+  * Add fix for :func:`set_center_across` format method.
+  * Fix for ``external:`` urls where the target/anchor contains
+spaces.
+
+---

Old:

  xlsxwriter-0.8.4.tar.gz

New:

  xlsxwriter-0.8.6.tar.gz



Other differences:
--
++ python-xlsxwriter.spec ++
--- /var/tmp/diff_new_pack.Uo2w8x/_old  2016-05-02 10:44:47.0 +0200
+++ /var/tmp/diff_new_pack.Uo2w8x/_new  2016-05-02 10:44:47.0 +0200
@@ -18,16 +18,16 @@
 
 %define _name   xlsxwriter
 Name:   python-xlsxwriter
-Version:0.8.4
+Version:0.8.6
 Release:0
 Summary:Python module for writing OOXML spreadsheet files
 License:BSD-2-Clause
-Group:  Development/Language/Python
+Group:  Development/Languages/Python
 Url:https://xlsxwriter.readthedocs.org/
 Source: 
https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_%{version}.tar.gz#/%{_name}-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-%if 0%{?suse_version} > 1110
+%if 0%{?suse_version} >= 1120
 BuildArch:  noarch
 %else
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -47,12 +47,13 @@
 python2 setup.py build
 
 %install
-python2 setup.py install --root=%{buildroot}
+python2 setup.py install \
+  --root=%{buildroot}
 mv -f %{buildroot}%{_bindir}/vba_extract{.py,-%{py_ver}}
 
 %files
 %defattr(-,root,root)
-%doc CONTRIBUTING.md Changes LICENSE.txt README.rst
+%doc Changes LICENSE.txt README.rst
 %{_bindir}/vba_extract-%{py_ver}
 %{python_sitelib}/%{_name}/
 %{python_sitelib}/XlsxWriter-*/

++ xlsxwriter-0.8.4.tar.gz -> xlsxwriter-0.8.6.tar.gz ++
/work/SRC/openSUSE:Factory/python-xlsxwriter/xlsxwriter-0.8.4.tar.gz 
/work/SRC/openSUSE:Factory/.python-xlsxwriter.new/xlsxwriter-0.8.6.tar.gz 
differ: char 14, line 1




commit open-vm-tools for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package open-vm-tools for openSUSE:Factory 
checked in at 2016-05-02 10:44:48

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


Package is "open-vm-tools"

Changes:

--- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools.changes  
2016-04-28 16:59:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.open-vm-tools.new/open-vm-tools.changes 
2016-05-02 10:44:51.0 +0200
@@ -1,0 +2,12 @@
+Fri Apr 29 17:32:37 UTC 2016 - afaer...@suse.de
+
+- Sanitize the filename handling some more. The official GitHub
+  filename is open-vm-tools-stable-10.0.7.tar.gz.
+
+---
+Thu Apr 28 15:33:30 UTC 2016 - k...@suse.com
+
+- Update to 10.0.7 stable branch
+  + Added namespace command line utility "vmware-namespace-cmd".
+
+---

Old:

  stable-10.0.5.tar.gz

New:

  open-vm-tools-stable-10.0.7.tar.gz



Other differences:
--
++ open-vm-tools.spec ++
--- /var/tmp/diff_new_pack.5c3yv6/_old  2016-05-02 10:44:52.0 +0200
+++ /var/tmp/diff_new_pack.5c3yv6/_new  2016-05-02 10:44:52.0 +0200
@@ -69,14 +69,14 @@
 
 Name:   open-vm-tools
 %define subname open-vm-tools
-%define tarname stable
-Version:10.0.5
+%define tarname open-vm-tools-stable
+Version:10.0.7
 Release:0
 Summary:Open Virtual Machine Tools
 License:BSD-3-Clause and GPL-2.0 and LGPL-2.1
 Group:  System/Emulators/PC
 Url:https://github.com/vmware/open-vm-tools
-Source: 
https://github.com/vmware/open-vm-tools/archive/%{tarname}-%{version}.tar.gz
+Source: 
https://github.com/vmware/open-vm-tools/archive/stable-%{version}.tar.gz#/%{tarname}-%{version}.tar.gz
 Source1:vmtoolsd
 Source2:vmtoolsd.service
 Source3:vmware-user-autostart.desktop
@@ -235,7 +235,7 @@
 if you intend to create own plugins for vmtoolsd.
 
 %prep
-%setup -q -n %{name}-%{tarname}-%{version}/%{subname}
+%setup -q -n %{tarname}-%{version}/%{subname}
 # fix for an rpmlint warning regarding wrong line feeds
 sed -i -e "s/\r//" README
 %patch0 -p1
@@ -496,6 +496,7 @@
 %{_bindir}/vmhgfs-fuse
 %{_bindir}/vmware-checkvm
 %{_bindir}/vmware-hgfsclient
+%{_bindir}/vmware-namespace-cmd
 %{_bindir}/vmware-rpctool
 %{_bindir}/vmware-toolbox-cmd
 %{_bindir}/vmware-xferlogs




commit crash for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package crash for openSUSE:Factory checked 
in at 2016-05-02 10:44:09

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


Package is "crash"

Changes:

--- /work/SRC/openSUSE:Factory/crash/crash.changes  2016-01-30 
11:31:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.crash.new/crash.changes 2016-05-02 
10:44:11.0 +0200
@@ -1,0 +2,18 @@
+Thu Apr 28 14:11:01 UTC 2016 - dm...@suse.com
+
+- Upgrade of source tarball to 7.1.5 from upstream and fix of
+  crash-sles9-time.patch for the version and refresh of other
+  patches to align with the version. For a detailed changelog of
+  the source tarball see:
+
+  http://people.redhat.com/anderson/crash.changelog.html
+
+  includes a fix for bsc#977306.
+
+  Feature enhancements include:
+
+  - "whatis -r" and "whatis -m" commands that allow search for
+ data structure of a specified size and that contains a member
+ of a given type respectively.
+
+---

Old:

  crash-7.1.4.tar.gz

New:

  crash-7.1.5.tar.gz



Other differences:
--
++ crash.spec ++
--- /var/tmp/diff_new_pack.TjYgY3/_old  2016-05-02 10:44:12.0 +0200
+++ /var/tmp/diff_new_pack.TjYgY3/_new  2016-05-02 10:44:12.0 +0200
@@ -46,7 +46,7 @@
 Summary:Crash utility for live systems; netdump, diskdump, LKCD or 
mcore dumpfiles
 License:GPL-3.0+ and GFDL-1.2
 Group:  Development/Tools/Debuggers
-Version:7.1.4
+Version:7.1.5
 Release:0
 Source: %{name}-%{version}.tar.gz
 Source2:crash_whitepaper-%{whitepaper_version}.tar.bz2
@@ -81,7 +81,7 @@
 %endif
 BuildRequires:  zlib-devel
 Requires:   /usr/bin/nm
-ExclusiveArch:  %ix86 x86_64 ia64 s390 s390x ppc64 ppc64le alpha
+ExclusiveArch:  %ix86 x86_64 ia64 s390 s390x ppc64 ppc64le alpha aarch64
 # Source code says it can do ppc32. Excluded here?
 ExcludeArch:ppc
 # crash driver KMP

++ crash-7.1.4.tar.gz -> crash-7.1.5.tar.gz ++
/work/SRC/openSUSE:Factory/crash/crash-7.1.4.tar.gz 
/work/SRC/openSUSE:Factory/.crash.new/crash-7.1.5.tar.gz differ: char 5, line 1

++ crash-compressed-booted-kernel.patch ++
--- /var/tmp/diff_new_pack.TjYgY3/_old  2016-05-02 10:44:12.0 +0200
+++ /var/tmp/diff_new_pack.TjYgY3/_new  2016-05-02 10:44:12.0 +0200
@@ -11,7 +11,7 @@
 
 --- a/filesys.c
 +++ b/filesys.c
-@@ -571,6 +571,7 @@ static int
+@@ -572,6 +572,7 @@ static int
  find_booted_kernel(void)
  {
char kernel[BUFSIZE];
@@ -19,7 +19,7 @@
char buffer[BUFSIZE];
char **searchdirs;
int i, preferred, wrapped;
-@@ -620,16 +621,24 @@ find_booted_kernel(void)
+@@ -621,16 +622,24 @@ find_booted_kernel(void)
sprintf(kernel, "%s%s", searchdirs[i], dp->d_name);
  
if (mount_point(kernel) ||
@@ -48,7 +48,7 @@
if (found)
break;
}
-@@ -649,10 +658,19 @@ find_booted_kernel(void)
+@@ -650,10 +659,19 @@ find_booted_kernel(void)
if (CRASHDEBUG(1))
fprintf(fp, "find_booted_kernel: found: %s\n", 
pc->namelist);

++ crash-debuginfo-compressed.patch ++
--- /var/tmp/diff_new_pack.TjYgY3/_old  2016-05-02 10:44:12.0 +0200
+++ /var/tmp/diff_new_pack.TjYgY3/_new  2016-05-02 10:44:12.0 +0200
@@ -14,7 +14,7 @@
 
 --- a/symbols.c
 +++ b/symbols.c
-@@ -198,9 +198,9 @@ symtab_init(void)
+@@ -203,9 +203,9 @@ symtab_init(void)
 *  Pull a bait-and-switch on st->bfd if we've got a separate
   *  .gnu_debuglink file that matches the CRC. Not done for kerntypes.
 */
@@ -27,7 +27,7 @@
no_debugging_data(FATAL);
}

-@@ -262,13 +262,16 @@ check_gnu_debuglink(bfd *bfd)
+@@ -267,13 +267,16 @@ check_gnu_debuglink(bfd *bfd)
char *contents;
int crc_offset; 
unsigned long crc32;
@@ -45,7 +45,7 @@
return FALSE;
}
  
-@@ -289,14 +292,14 @@ check_gnu_debuglink(bfd *bfd)
+@@ -294,14 +297,14 @@ check_gnu_debuglink(bfd *bfd)
contents, crc32);
  
if ((pc->debuginfo_file = (char *)


++ crash-make-emacs-default.diff ++
--- /var/tmp/diff_new_pack.TjYgY3/_old  2016-05-02 10:44:12.0 +0200
+++ /var/tmp/diff_new_pack.TjYgY3/_new  2016-05-02 10:44:12.0 +0200
@@ -4,7 +4,7 @@
 
 --- a/main.c
 +++ b/main.c
-@@ -1136,12 +1136,6 @@ setup_environment(int argc, char **argv)
+@@ -1146,12 +1146,6 @@ setup_environment(int argc, char **argv)
pc->flags |= 

commit d-feet for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package d-feet for openSUSE:Factory checked 
in at 2016-05-02 10:44:31

Comparing /work/SRC/openSUSE:Factory/d-feet (Old)
 and  /work/SRC/openSUSE:Factory/.d-feet.new (New)


Package is "d-feet"

Changes:

--- /work/SRC/openSUSE:Factory/d-feet/d-feet.changes2015-07-14 
17:45:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.d-feet.new/d-feet.changes   2016-05-02 
10:44:32.0 +0200
@@ -1,0 +2,11 @@
+Sat Apr 23 11:20:35 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.3.11:
+  + Don't use Wnck to get app-icons under non-X11.
+  + Add a missing tag to the AppData file.
+  + Update the AppData file to spec version 0.7+.
+  + UI: make the stack animation slide-left-right.
+  + Ignore pep8 E402 error.
+  + Updated translations.
+
+---

Old:

  d-feet-0.3.10.tar.xz

New:

  d-feet-0.3.11.tar.xz



Other differences:
--
++ d-feet.spec ++
--- /var/tmp/diff_new_pack.9tk3q3/_old  2016-05-02 10:44:33.0 +0200
+++ /var/tmp/diff_new_pack.9tk3q3/_new  2016-05-02 10:44:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package d-feet
 #
-# 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,7 +17,7 @@
 
 
 Name:   d-feet
-Version:0.3.10
+Version:0.3.11
 Release:0
 Summary:Graphical D-Bus Debugger
 License:GPL-2.0+

++ d-feet-0.3.10.tar.xz -> d-feet-0.3.11.tar.xz ++
 3701 lines of diff (skipped)




commit gparted for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package gparted for openSUSE:Factory checked 
in at 2016-05-02 10:44:37

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


Package is "gparted"

Changes:

--- /work/SRC/openSUSE:Factory/gparted/gparted.changes  2016-02-01 
19:57:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.gparted.new/gparted.changes 2016-05-02 
10:44:37.0 +0200
@@ -1,0 +2,32 @@
+Tue Apr 26 22:26:49 UTC 2016 - joerg.loren...@ki.tng.de
+
+- Update to version 0.26.0:
+  + Key changes include:
+- Implement read-only LUKS support.
+- Add progress bars to NTFS, XFS, and EXT2/3/4 file system copy
+  methods.
+- Fix operations sometimes fail with: No such file or
+  directory.
+  + Bug Fixes:
+- Implement Partition object polymorphism (bgo#759726).
+- Implement read-only LUKS support (bgo#760080).
+- Add progress bars to XFS and EXT2/3/4 file system copy
+  methods (bgo#760709).
+- Add progress bar to NTFS file system specific copy method
+  (bgo#762366).
+- Use a single progress bar for entire internal copy operation
+  (bgo#762367).
+- Fix autoconf check for C++11
+  Gtk::Window::set_default_icon_name (bgo#762184).
+- Limit FAT32 maximum volume size to 2 TiB (bgo#763896).
+- Enable C++11 compilation when using libsigc++ 2.5.1 and later
+  (bgo#758545).
+- Use realpath safely (bgo#764369).
+- Fix crash reading NTFS usage when there is no /dev/PTN entry
+  (bgo#764658).
+- Fix operations sometimes fail with: No such file or directory
+  (bgo#762941).
+- Add missing gettext translation tag to AppData file.
+  + Updated translations.
+
+---

Old:

  gparted-0.25.0.tar.gz
  gparted-0.25.0.tar.gz.sig

New:

  gparted-0.26.0.tar.gz
  gparted-0.26.0.tar.gz.sig



Other differences:
--
++ gparted.spec ++
--- /var/tmp/diff_new_pack.Y84NzA/_old  2016-05-02 10:44:38.0 +0200
+++ /var/tmp/diff_new_pack.Y84NzA/_new  2016-05-02 10:44:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gparted
-Version:0.25.0
+Version:0.26.0
 Release:0
 Summary:Gnome Partition Editor
 License:GPL-2.0

++ gparted-0.25.0.tar.gz -> gparted-0.26.0.tar.gz ++
 66548 lines of diff (skipped)






commit gnome-do-plugins for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package gnome-do-plugins for 
openSUSE:Factory checked in at 2016-05-02 10:44:30

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


Package is "gnome-do-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-do-plugins/gnome-do-plugins.changes
2014-08-13 08:48:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-do-plugins.new/gnome-do-plugins.changes   
2016-05-02 10:44:31.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 22 22:21:14 UTC 2016 - zai...@opensuse.org
+
+- Disable pkgconfig(banshee-collection-indexer) BuildRequires as we
+  do not want to depend on gstreamer-0_10 anymore.
+
+---



Other differences:
--
++ gnome-do-plugins.spec ++
--- /var/tmp/diff_new_pack.pZVl58/_old  2016-05-02 10:44:32.0 +0200
+++ /var/tmp/diff_new_pack.pZVl58/_new  2016-05-02 10:44:32.0 +0200
@@ -37,7 +37,8 @@
 BuildRequires:  mono-devel
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(banshee-collection-indexer) >= 2.1
+## Disabled since we do not want to depend on gst-0_10 anymore.
+## BuildRequires:  pkgconfig(banshee-collection-indexer) >= 2.1
 %if %{?with_flickr}
 BuildRequires:  pkgconfig(flickrnet)
 %endif




commit julia for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package julia for openSUSE:Factory checked 
in at 2016-05-02 10:44:47

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-03-26 
15:27:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.julia.new/julia-compat.changes  2016-05-02 
10:44:49.0 +0200
@@ -1,0 +2,11 @@
+Fri Apr 29 17:49:43 UTC 2016 - roni...@gmail.com
+
+- Due to a bug, it is not possible now to build julia against i586
+  with glibc 2.23. The root of the problem has not been determined
+  yet. Two bugs were filled in upstream:
+_ https://github.com/JuliaLang/julia/issues/16087
+_ https://llvm.org/bugs/show_bug.cgi?id=27548
+  Thus, the support for julia in i586 architectures is being
+  dropped until this bug is fixed.
+
+---
julia.changes: same change



Other differences:
--
++ julia-compat.spec ++
--- /var/tmp/diff_new_pack.YISvcV/_old  2016-05-02 10:44:50.0 +0200
+++ /var/tmp/diff_new_pack.YISvcV/_new  2016-05-02 10:44:50.0 +0200
@@ -82,6 +82,14 @@
 Recommends: openspecfun-devel
 Recommends: pcre2-devel
 Recommends: suitesparse-devel
+# Due to a bug, it is not possible now to build julia against i586 with glibc
+# 2.23. The root of the problem has not been determined yet. Two bugs were
+# filled in upstream:
+#_ https://github.com/JuliaLang/julia/issues/16087
+#_ https://llvm.org/bugs/show_bug.cgi?id=27548
+# Thus, the support for julia in i586 architectures is being dropped until this
+# bug is fixed.
+ExcludeArch:%ix86
 %if 0%{?compat_mode} == 0
 Name:   julia
 %else
@@ -254,7 +262,6 @@
 %suse_update_desktop_file -r julia Science Math
 
 %post   devel -p /sbin/ldconfig
-
 %postun devel -p /sbin/ldconfig
 
 %files

++ julia.spec ++
--- /var/tmp/diff_new_pack.YISvcV/_old  2016-05-02 10:44:50.0 +0200
+++ /var/tmp/diff_new_pack.YISvcV/_new  2016-05-02 10:44:50.0 +0200
@@ -82,6 +82,14 @@
 Recommends: openspecfun-devel
 Recommends: pcre2-devel
 Recommends: suitesparse-devel
+# Due to a bug, it is not possible now to build julia against i586 with glibc
+# 2.23. The root of the problem has not been determined yet. Two bugs were
+# filled in upstream:
+#_ https://github.com/JuliaLang/julia/issues/16087
+#_ https://llvm.org/bugs/show_bug.cgi?id=27548
+# Thus, the support for julia in i586 architectures is being dropped until this
+# bug is fixed.
+ExcludeArch:%ix86
 %if 0%{?compat_mode} == 0
 Name:   julia
 %else
@@ -254,7 +262,6 @@
 %suse_update_desktop_file -r julia Science Math
 
 %post   devel -p /sbin/ldconfig
-
 %postun devel -p /sbin/ldconfig
 
 %files





commit wine for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2016-05-02 10:44:50

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


Package is "wine"

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2016-04-28 
16:57:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2016-05-02 
10:44:53.0 +0200
@@ -1,0 +2,11 @@
+Sat Apr 30 08:13:02 UTC 2016 - meiss...@suse.com
+ 
+- Updated to 1.9.9 development snapshot
+  - More work towards the WineD3D command stream.
+  - Service proxies in WebServices.
+  - Query support in the builtin reg.exe utility.
+  - Improved support for long URLs in WinInet.
+  - Various bug fixes.
+- updated winetricks
+
+---

Old:

  wine-1.9.8.tar.bz2
  wine-1.9.8.tar.bz2.sign

New:

  wine-1.9.9.tar.bz2
  wine-1.9.9.tar.bz2.sign



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.aWjYlU/_old  2016-05-02 10:44:55.0 +0200
+++ /var/tmp/diff_new_pack.aWjYlU/_new  2016-05-02 10:44:55.0 +0200
@@ -53,8 +53,8 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-%define realver 1.9.8
-Version:1.9.8
+%define realver 1.9.9
+Version:1.9.9
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+

++ wine-1.9.8.tar.bz2 -> wine-1.9.9.tar.bz2 ++
/work/SRC/openSUSE:Factory/wine/wine-1.9.8.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.9.9.tar.bz2 differ: char 11, line 1


++ winetricks ++
--- /var/tmp/diff_new_pack.aWjYlU/_old  2016-05-02 10:44:55.0 +0200
+++ /var/tmp/diff_new_pack.aWjYlU/_new  2016-05-02 10:44:55.0 +0200
@@ -2,7 +2,7 @@
 
 # Name of this version of winetricks (MMDD)
 # (This doesn't change often, use the sha1sum of the file when reporting 
problems)
-WINETRICKS_VERSION=20160329
+WINETRICKS_VERSION=20160425
 
 # This is a utf-8 file
 # You should see an o with two dots over it here [ö]
@@ -4291,6 +4291,8 @@
 esac
 WINETRICKS_WINE_MINOR=`echo $WINETRICKS_WINE_VERSION | sed 
's/wine-1\.\([0-9]*\)\..*/\1/'`
 WINETRICKS_WINE_MICRO=`echo $WINETRICKS_WINE_VERSION | sed 
's/wine-1.[0-9][0-9]*\.\([0-9]*\).*/\1/'`
+
+echo "Using winetricks $(winetricks_print_version) with 
$WINETRICKS_WINE_VERSION"
 }
 
 winetricks_usage()
@@ -4686,7 +4688,7 @@
 
 load_cmd()
 {
-w_download 
ftp://ftp.sunet.se/pub/security/vendor/microsoft/win2000/Security_Bulletins/Q811493_W2K_SP4_X86_EN.exe
 ac6e28cfd12942e74aa08bddf7715705edb85b6b
+w_download 
http://download.microsoft.com/download/8/d/c/8dc79965-dfbc-4b25-9546-e23bc4b791c6/Q811493_W2K_SP4_X86_EN.exe
 ac6e28cfd12942e74aa08bddf7715705edb85b6b
 w_try_cabextract --directory="$W_SYSTEM32_DLLS" 
"$W_CACHE/$W_PACKAGE/$file1" -F cmd.exe
 
 w_override_dlls native,builtin cmd.exe
@@ -6707,7 +6709,7 @@
 # http://support.microsoft.com/kb/239114
 # See also http://bugs.winehq.org/show_bug.cgi?id=6085
 # FIXME: "failed with error 2"
-w_download http://www.autoxplorer.com/exe/Jet40SP8_9xNT.exe 
8cd25342030857969ede2d8fcc34f3f7bcc2d6d4
+w_download 
http://download.microsoft.com/download/4/3/9/4393c9ac-e69e-458d-9f6d-2fe191c51469/jet40sp8_9xnt.exe
 8cd25342030857969ede2d8fcc34f3f7bcc2d6d4
 cd "$W_CACHE/$W_PACKAGE"
 w_try "$WINE" jet40sp8_9xnt.exe $W_UNATTENDED_SLASH_Q
 }
@@ -8796,7 +8798,9 @@
 w_warn "$W_PACKAGE may not install properly in wine yet"
 fi
 
-w_call dotnet45
+# See https://bugs.winehq.org/show_bug.cgi?id=30718#c8
+export COMPlus_OnlyUseLatestCLR=1
+w_call dotnet40
 
 # http://www.microsoft.com/en-us/download/details.aspx?id=20914
 w_download 
http://download.microsoft.com/download/A/C/2/AC2C903B-E6E8-42C2-9FD7-BEBAC362A930/xnafx40_redist.msi
 49efdc29f65fc8263c196338552c7009fc96c5de
@@ -10868,51 +10872,6 @@
 
 #
 
-w_metadata python26_comtypes dlls \
-title="Comtypes for Python 2.6" \
-publisher="theller" \
-year="2014" \
-media="download" \
-file1="1.1.1.zip" \
-
installed_file1="c:/Python26/Lib/site-packages/comtypes-1.1.1-py2.6.egg/EGG-INFO/PKG-INFO"
 \
-homepage="https://github.com/enthought/comtypes/releases;
-
-load_python26_comtypes()
-{
-w_call python26
-w_call python26_setuptools
-
-w_download https://github.com/enthought/comtypes/archive/${file1} 
080921ede048063a3be273f5dca3acc469dfe361
-
-w_try_unzip "$W_TMP" "${W_CACHE}/${W_PACKAGE}/${file1}"
-cd "$W_TMP/comtypes-$(basename ${file1} .zip)"
-w_try "$WINE" 

commit tomcat for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package tomcat for openSUSE:Factory checked 
in at 2016-05-02 10:44:34

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


Package is "tomcat"

Changes:

--- /work/SRC/openSUSE:Factory/tomcat/tomcat.changes2016-04-28 
16:59:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.tomcat.new/tomcat.changes   2016-05-02 
10:44:36.0 +0200
@@ -70 +70 @@
-- Version bump to 8.0.23:
+- Version bump to 8.0.23 fate#318913:
@@ -104,0 +105,5 @@
+
+---
+Tue Feb  3 14:05:08 UTC 2015 - bmaryn...@suse.com
+
+- Version 1.1.30 or higher is required for APR listener (bnc#914725)



Other differences:
--




commit perl-Image-ExifTool for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package perl-Image-ExifTool for 
openSUSE:Factory checked in at 2016-05-02 10:44:51

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


Package is "perl-Image-ExifTool"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Image-ExifTool/perl-Image-ExifTool.changes  
2016-01-26 10:15:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Image-ExifTool.new/perl-Image-ExifTool.changes 
2016-05-02 10:44:55.0 +0200
@@ -1,0 +2,66 @@
+Sat Apr 30 14:06:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 10.15 (changes since 10.10):
+  * Add a couple of new Olympus CameraType values.
+  * Add some new ACDSee XMP tags.
+  * Add a few more XMP-crs tags.
+  * Add a new CanonModelID.
+  * Add a couple of new Sony LensType values.
+  * Add support for PDF ASCII85Decode filter.
+  * Decode a number of new Sony tags.
+  * Decode a new Canon tag.
+  * Decode a few more Photoshop tags.
+  * Convert MDItem date/time values to local time.
+  * Patch to read incorrectly written DJI GPSCoordinates in MOV
+videos.
+  * Add a new PentaxModelID and SonyModelID.
+  * Add a number of new CanonModelID values.
+  * Add a new Olypus LensType.
+  * Add two new Pentax LensType values.
+  * Add a few new Nikon LensID values and updated some others.
+  * Add a new Canon LensType.
+  * Decode a new Nikon tag.
+  * Decode a new CanonCustom tag for the EOS 80D.
+  * Improve decoding of SonyRawFileType.
+  * Change "Optimised" to "Optimized" in a Photoshop tag value.
+  * Fix warning that could be generated by the Canon FileNumber
+conversion.
+  * Add a few new Canon LensType values.
+  * Add a new CanonModelID.
+  * Add a number of new Nikon RetouchHistory modes.
+  * Decode a number of new Sony tags.
+  * Change a couple of Sigma "| C" lens names for consistency.
+  * Add read support for ISO 9660 disk images
+  * Add a few new Nikon ISOExpansion values.
+  * Add a few new Olympus LensType values.
+  * Add a couple of new SonyModelID values.
+  * Add a new Olympus CameraType.
+  * Add config_files/gps2utm.config to distribution.
+  * Decode Canon ColorData for the EOS 80D.
+  * Decode a few new Samsung tags.
+  * Decode a new Fuji tag.
+  * Calculate Duration for APE audio files.
+  * Tighten constraints on M2TS file recognition.
+  * Improve verbose dump of ID3 information.
+  * Change XMP-acdsee:Snapshots to a Binary data tag.
+  * Fix bug which prevented writing of various Sony FocalLength
+tags.
+  * Add .a and .o to the list of supported file types.
+  * Add a few new Sony/Minolta lenses.
+  * Decode more Photoshop tags.
+  * Decode more information from static library (.a) files.
+  * Decode a few more tags from GoPro MP4 videos.
+  * Decode ColorData for Canon EOS 1300D.
+  * Update Sony decoding for newer models.
+  * Fix bug where ScaleFactor35efl could be calculated incorrectly
+for Canon images from some models which have had their EXIF
+rebuilt.
+  * API Changes:
++ fix bug which could cause the API Filter option to be
+  ignored for some tags when copying tags with the Composite
+  option set;
++ fix bug where FileModifyDate wasn't set properly when
+  WriteInfo() was called without a destination file name and
+  other "real" tags were written at the same time .
+
+---

Old:

  Image-ExifTool-10.10.tar.gz

New:

  Image-ExifTool-10.15.tar.gz



Other differences:
--
++ perl-Image-ExifTool.spec ++
--- /var/tmp/diff_new_pack.AJEZbo/_old  2016-05-02 10:44:56.0 +0200
+++ /var/tmp/diff_new_pack.AJEZbo/_new  2016-05-02 10:44:56.0 +0200
@@ -18,7 +18,7 @@
 
 %define cpan_name Image-ExifTool
 Name:   perl-Image-ExifTool
-Version:10.10
+Version:10.15
 Release:0
 Summary:Perl module to read and write meta information
 License:GPL-1.0+ or Artistic-1.0
@@ -33,7 +33,7 @@
 %perl_requires
 
 %description
-ExifTool is a customizable set of Perl modules plus a full-featured
+ExifTool is a customisable set of Perl modules plus a full-featured
 application for reading and writing meta information in a wide variety of
 files, including the maker note information of many digital cameras by
 various manufacturers such as Canon, Casio, FujiFilm, GE, HP, JVC/Victor,
@@ -41,7 +41,7 @@
 Pentax/Asahi, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.
 
 %package -n exiftool
-Summary:Highly Customizable Perl App for Reading and Writing Meta 
Information in Files
+Summary:Customisable application to read and write meta information in 
files
 Group:  

commit daps for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package daps for openSUSE:Factory checked in 
at 2016-05-02 10:44:06

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


Package is "daps"

Changes:

--- /work/SRC/openSUSE:Factory/daps/daps.changes2015-12-16 
17:44:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.daps.new/daps.changes   2016-05-02 
10:44:07.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr 17 10:35:37 UTC 2016 - bwiedem...@suse.com
+
+- Add reproducible.patch to fix build-compare
+
+---

New:

  reproducible.patch



Other differences:
--
++ daps.spec ++
--- /var/tmp/diff_new_pack.T4ujBq/_old  2016-05-02 10:44:08.0 +0200
+++ /var/tmp/diff_new_pack.T4ujBq/_new  2016-05-02 10:44:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package daps
 #
-# 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
@@ -48,6 +48,7 @@
 Source1:%{name}.rpmlintrc
 Source2:%{name}-fetch-source-svn
 Source3:%{name}-fetch-source-git
+Patch0: reproducible.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildArch:  noarch
@@ -161,6 +162,7 @@
 #--
 %prep
 %setup -q -n %{name}
+%patch0 -p1
 #%%patch1 -p1
 
 #--

++ reproducible.patch ++
Index: daps/doc/xml/common_copyright_gfdl.xml
===
--- daps.orig/doc/xml/common_copyright_gfdl.xml
+++ daps/doc/xml/common_copyright_gfdl.xml
@@ -15,7 +15,7 @@
 -->
 
  
-  Copyright  2006
+  Copyright  20062015
   , LLC and contributors. All rights reserved.
  
  



commit python-cached-property for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package python-cached-property for 
openSUSE:Factory checked in at 2016-05-02 10:44:40

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


Package is "python-cached-property"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-cached-property/python-cached-property.changes
2016-04-22 16:23:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cached-property.new/python-cached-property.changes
   2016-05-02 10:44:41.0 +0200
@@ -4 +4 @@
-- initial commit 
+- initial commit with version 1.3.0



Other differences:
--



commit gns3-server for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package gns3-server for openSUSE:Factory 
checked in at 2016-05-02 10:44:12

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


Package is "gns3-server"

Changes:

--- /work/SRC/openSUSE:Factory/gns3-server/gns3-server.changes  2015-11-13 
11:17:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.gns3-server.new/gns3-server.changes 
2016-05-02 10:44:13.0 +0200
@@ -1,0 +2,91 @@
+Fri Apr 29 07:46:25 UTC 2016 - and...@opensuse.org
+
+- New upstream version 1.4.6
+  * More robust save/restore for VirtualBox linked clone VM hard disks.
+  * Prevent non linked cloned hard disks to be detached when using VirtualBox 
linked cloned VMs. Fixes #1184.
+  * Stricter checks to match VMware version to the right vmrun (VIX library) 
version.
+  * Also checks the VIX library version when only using the GNS3 VM running in 
VMware.
+  * Allow only .pcap to be downloaded from remote stream API
+  * Fix incrementation of qemu mac address
+  * Clear warnings about using linked clones with VMware Player.
+  * Alternative method to find the Documents folder on Windows.
+  * Add IOU support and install config in /etc
+
+---
+Mon Mar 28 12:46:00 UTC 2016 - and...@opensuse.org
+
+- New upstream version 1.4.5
+  * Stop the VMware VM if there is an error while setting up the network 
connections or console.
+  * Remote install on 14.04 ubuntu
+  * Include VMware VMs paths found preferences.ini
+  * Allow to stop a VMware VM from GNS3 even if halted within the VM. Fixes 
#1118.
+  * Keep Dynamips stdout log file in the project directory.
+  * Get MAC addresses for host interfaces to use for filtering frames from 
vmnet interfaces.
+  * Dynamips uuid hypervisor command is no longer supported.
+  * Restart NPF service after adding vmnet adapters on Windows.
+  * Support /etc/gns3/gns3_server.conf for the config
+  * Improve warning if fusion is not installed or in non standard location
+
+---
+Sat Feb 27 17:28:19 UTC 2016 - and...@opensuse.org
+
+- New upstream version 1.4.4
+  * Check if VMware Fusion is correctly installed when retrieving the VM list.
+
+---
+Sat Feb 20 20:45:15 UTC 2016 - and...@opensuse.org
+
+- new upstream version 1.4.3
+  * changes effect only the GUI
+
+---
+Mon Feb 15 13:28:23 UTC 2016 - and...@opensuse.org
+
+- new upstream version 1.4.1
+ * VMware raise error if version is not found
+ * For topologies before 1.4 manage qemu missing
+ * Fixes issue with packet capture on VMware VMs. Fixes #396.
+ * Fixes concurrency issue when closing multiple VMware linked clone VMs. 
Fixes #410.
+ * Fixes "can only use tap interfaces that both already exist and are up". 
Fixes #399.
+ * Send machine stats via the notification stream
+ * Check for /dev/kvm instead of kvm-ok
+ * Show a warning when starting ASA8
+ * Fix error when setting Qemu VM boot to 'cd' (HDD or CD/DVD-ROM)
+ * Improve dynamips startup_config dump
+ * Dump environnement to server debug log
+ * Fix usage of qemu 0.10 on Windows
+ * Show hostname when the hostname is missing in the iourc.txt
+
+---
+Thu Jan 14 09:08:55 UTC 2016 - and...@opensuse.org
+
+- New upsteam version 1.4.0
+
+---
+Mon Dec 21 11:11:17 UTC 2015 - and...@opensuse.org
+
+- New upstream version 1.3.13
+  * Contributing instructions
+  * Correctly display log messages.
+  * Tentative fix for "WinError 64 The specified network name is no longer 
available" issues.
+  * Fix minor errors reported by codacy.com
+  * Add doc on how to got code coverage
+  * Raise an error when you use a port outside the ranges
+  * Fix asyncio error when closing the app
+  * Release UDP ports when closing a Qemu VM. Fixes #323.
+
+---
+Fri Oct  9 09:18:02 UTC 2015 - and...@opensuse.org
+
+- New upstream version 1.3.11
+
+---
+Wed Sep 16 13:32:37 UTC 2015 - and...@opensuse.org
+
+- New upstream version 1.3.10
+  * Catch exception when a process cannot be killed. Fixes #296.
+  * Backport: fixes NAT NIO for Qemu VMs (do not launch any legacy scripts)
+  * Fixes Unicode error. Fixes #290.
+  * Don't delete Dynamips ROM files. They are used to restore the nvram.
+  
+---

Old:

  gns3-server-1.3.9.tar.gz

New:

  gns3-server-1.4.6.tar.gz


commit rzsz for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package rzsz for openSUSE:Factory checked in 
at 2016-05-02 10:44:07

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


Package is "rzsz"

Changes:

--- /work/SRC/openSUSE:Factory/rzsz/rzsz.changes2015-03-18 
13:04:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.rzsz.new/rzsz.changes   2016-05-02 
10:44:09.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 14 12:40:11 UTC 2016 - norm...@linux.vnet.ibm.com
+
+- ignore ZMODEMtcp* tests failure for ppc64 archi
+
+---



Other differences:
--
++ rzsz.spec ++
--- /var/tmp/diff_new_pack.TPB0fd/_old  2016-05-02 10:44:10.0 +0200
+++ /var/tmp/diff_new_pack.TPB0fd/_new  2016-05-02 10:44:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rzsz
 #
-# 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
@@ -78,7 +78,11 @@
 done
 
 %check
+%ifarch ppc64
+make vcheck -j1 || echo "Warning: ignore ZMODEMtcp* tests failure for ppc64";
+%else
 make vcheck -j1
+%endif
 
 %files -f lrzsz.lang
 %defattr(-,root,root)




commit krb5 for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package krb5 for openSUSE:Factory checked in 
at 2016-05-02 10:43:55

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


Package is "krb5"

Changes:

--- /work/SRC/openSUSE:Factory/krb5/krb5-mini.changes   2016-04-06 
11:50:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.krb5.new/krb5-mini.changes  2016-05-02 
10:43:56.0 +0200
@@ -1,0 +2,12 @@
+Thu Apr 28 20:27:37 UTC 2016 - mich...@stroeder.com
+
+- removed obsolete patches:
+  * 0107-Fix-LDAP-null-deref-on-empty-arg-CVE-2016-3119.patch
+  * krb5-mechglue_inqure_attrs.patch
+- Upgrade from 1.14.1 to 1.14.2:
+  * Fix a moderate-severity vulnerability in the LDAP KDC back end that
+could be exploited by a privileged kadmin user [CVE-2016-3119]
+  * Improve documentation
+  * Fix some interactions with GSSAPI interposer mechanisms
+
+---
krb5.changes: same change

Old:

  0107-Fix-LDAP-null-deref-on-empty-arg-CVE-2016-3119.patch
  krb5-1.14.1.tar.gz
  krb5-1.14.1.tar.gz.asc
  krb5-mechglue_inqure_attrs.patch

New:

  krb5-1.14.2.tar.gz
  krb5-1.14.2.tar.gz.asc



Other differences:
--
++ krb5-mini.spec ++
--- /var/tmp/diff_new_pack.l8c72Z/_old  2016-05-02 10:43:58.0 +0200
+++ /var/tmp/diff_new_pack.l8c72Z/_new  2016-05-02 10:43:58.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define srcRoot krb5-1.14.1
+%define srcRoot krb5-1.14.2
 %define vendorFiles %{_builddir}/%{srcRoot}/vendor-files/
 %define krb5docdir  %{_defaultdocdir}/krb5
 
@@ -29,7 +29,7 @@
 BuildRequires:  libcom_err-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  ncurses-devel
-Version:1.14.1
+Version:1.14.2
 Release:0
 Summary:MIT Kerberos5 implementation and libraries with minimal 
dependencies
 License:MIT
@@ -65,7 +65,6 @@
 Patch12:krb5-1.12-selinux-label.patch
 Patch13:krb5-1.9-debuginfo.patch
 Patch15:krb5-fix_interposer.patch
-Patch16:krb5-mechglue_inqure_attrs.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: mktemp, grep, /bin/touch, coreutils
 PreReq: %fillup_prereq 
@@ -111,7 +110,6 @@
 %patch12 -p1
 %patch13 -p0
 %patch15 -p1
-%patch16 -p1
 
 %build
 # needs to be re-generated

++ krb5.spec ++
--- /var/tmp/diff_new_pack.l8c72Z/_old  2016-05-02 10:43:58.0 +0200
+++ /var/tmp/diff_new_pack.l8c72Z/_new  2016-05-02 10:43:58.0 +0200
@@ -25,7 +25,7 @@
 BuildRequires:  libcom_err-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  ncurses-devel
-Version:1.14.1
+Version:1.14.2
 Release:0
 Summary:MIT Kerberos5 Implementation--Libraries
 License:MIT
@@ -65,8 +65,6 @@
 Patch12:krb5-1.12-selinux-label.patch
 Patch13:krb5-1.9-debuginfo.patch
 Patch15:krb5-fix_interposer.patch
-Patch16:krb5-mechglue_inqure_attrs.patch
-Patch107:   0107-Fix-LDAP-null-deref-on-empty-arg-CVE-2016-3119.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: mktemp, grep, /bin/touch, coreutils
 PreReq: %fillup_prereq 
@@ -179,8 +177,6 @@
 %patch12 -p1
 %patch13 -p0
 %patch15 -p1
-%patch16 -p1
-%patch107 -p1
 
 %build
 # needs to be re-generated

++ krb5-1.14.1.tar.gz -> krb5-1.14.2.tar.gz ++
/work/SRC/openSUSE:Factory/krb5/krb5-1.14.1.tar.gz 
/work/SRC/openSUSE:Factory/.krb5.new/krb5-1.14.2.tar.gz differ: char 5, line 1





commit linuxrc for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2016-05-02 10:43:36

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


Package is "linuxrc"

Changes:

--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2016-04-05 
10:41:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2016-05-02 
10:43:37.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 25 14:15:24 UTC 2016 - snw...@suse.com
+
+- remove O_TMPFILE workaround needed for bsc#964709 and bsc#965068
+- 5.0.77
+
+---

Old:

  linuxrc-5.0.76.tar.xz

New:

  linuxrc-5.0.77.tar.xz



Other differences:
--
++ linuxrc.spec ++
--- /var/tmp/diff_new_pack.cDeBIk/_old  2016-05-02 10:43:38.0 +0200
+++ /var/tmp/diff_new_pack.cDeBIk/_new  2016-05-02 10:43:38.0 +0200
@@ -25,7 +25,7 @@
 Summary:SUSE Installation Program
 License:GPL-3.0+
 Group:  System/Boot
-Version:5.0.76
+Version:5.0.77
 Release:0
 Source: %{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ linuxrc-5.0.76.tar.xz -> linuxrc-5.0.77.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.76/VERSION new/linuxrc-5.0.77/VERSION
--- old/linuxrc-5.0.76/VERSION  2016-03-31 10:27:44.0 +0200
+++ new/linuxrc-5.0.77/VERSION  2016-04-25 16:14:36.0 +0200
@@ -1 +1 @@
-5.0.76
+5.0.77
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.76/changelog new/linuxrc-5.0.77/changelog
--- old/linuxrc-5.0.76/changelog2016-03-31 10:27:44.0 +0200
+++ new/linuxrc-5.0.77/changelog2016-04-25 16:14:36.0 +0200
@@ -1,3 +1,6 @@
+2016-04-25:5.0.77
+   - remove O_TMPFILE workaround needed for bsc #964709 and bsc #965068
+
 2015-10-15:5.0.76
- Do not limit number of inodes in tmpfs overlay (bsc #951015)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.76/util.c new/linuxrc-5.0.77/util.c
--- old/linuxrc-5.0.76/util.c   2016-03-31 10:27:44.0 +0200
+++ new/linuxrc-5.0.77/util.c   2016-04-25 16:14:36.0 +0200
@@ -5353,14 +5353,7 @@
 
   if(!cmd) return err;
 
-#ifdef __aarch64__
-#warning "ugly workaround activated - please remove as soon as glibc is fixed"
-  // O_TMPFILE definition is broken - see (bsc#965068)
-  fd = open("/tmp", 0x404000 | O_RDWR, S_IRUSR | S_IWUSR);
-#else
-  // workaround: include O_DIRECTORY so it works on ppc64 (bsc #964709)
-  fd = open("/tmp", O_TMPFILE | O_DIRECTORY | O_RDWR, S_IRUSR | S_IWUSR);
-#endif
+  fd = open("/tmp", O_TMPFILE | O_RDWR, S_IRUSR | S_IWUSR);
 
   if(fd == -1) {
 perror_debug("failed to create tmp file");




commit zile for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package zile for openSUSE:Factory checked in 
at 2016-05-02 10:44:03

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


Package is "zile"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ /work/SRC/openSUSE:Factory/.zile.new/zile.changes   2016-05-02 
10:44:04.0 +0200
@@ -0,0 +1,282 @@
+---
+Wed Mar 19 17:24:11 UTC 2014 - avvi...@yandex.ru
+
+- update to 2.4.11
+- Add BuildRequires: pkg-config pkgconfig(bdw-gc) 
+- Moved package base and desktop into zile
+- Spec file cleanup
+
+---
+Fri Mar 30 11:42:16 UTC 2012 - pascal.ble...@opensuse.org
+
+- update to 2.4.7:
+  * fix a potential crash and cosmetic bug in global-set-key when used
+interactively
+
+---
+Mon Feb 20 08:36:56 UTC 2012 - pascal.ble...@opensuse.org
+
+- update to 2.4.6:
+  * fix a crash in non-incremental search the first time it is used
+interactively
+
+---
+Sat Feb 11 17:13:56 UTC 2012 - pascal.ble...@opensuse.org
+
+- update to 2.4.5:
+  * fix an egregious bug resulting in a crash whenever a non-existent file was
+edited
+  * fix other potential crash bugs in the low-level text-handling routine
+estr_replace
+- changes from 2.4.4:
+  * find-file and find-file-read-only now work non-interactively
+  * slight speed improvement to general editing operations
+
+---
+Thu Dec 22 01:02:18 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 2.4.3:
+  * fix a crash on certain terminals
+  * fix a recently-introduced display bug in isearch
+
+---
+Sat Oct 15 08:41:14 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 2.4.2:
+  * fix a long-standing bug in uniarg handling in macros
+  * fix display of percentage position in buffer
+  * fix display of search string in query-replace
+  * fix poor performance of fill-paragraph
+  * fix handling of Backspace/^H by looking at termcap kbs setting
+  * several old bugs have been fixed, a few more esoteric features removed, and
+Emacs-compliance has been improved
+
+---
+Mon May 02 20:54:01 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 2.3.24:
+  * Bug fixes:
++ fix kill-line with prefix argument
++ fix a cosmetic problem with multiple ESC-digit combinations
++ fix initial screen setup when some files are loaded on the command line
+
+- changes from 2.3.23:
+  * Bug fixes:
++ {beginning,end}-of-buffer now take account of transient-mark-mode (bug
+  present since “forever”)
+
+---
+Fri Mar 04 22:21:46 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 2.3.22:
+  * fixes a bug in forward regex isearch introduced recently
+
+---
+Thu Nov 18 14:44:11 UTC 2010 - pascal.ble...@opensuse.org
+
+- restructred subpackages, similar to vim
+
+---
+Thu Nov 18 09:24:38 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 2.3.21:
+  * fixes a bug in backward search
+
+---
+Sat Oct  9 21:21:32 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 2.3.20:
+  * fixes a potential buffer overflow
+  * fixes search and replace with embedded NULs
+  * fixes a bug in the build system (the Zile-only tests now run correctly when
+an EMACS environment variable is defined)
+  * fixes a bug introduced in 2.3.17 that caused consecutive kills not to save
+the killed text
+  * some code was cleaned up and better use made of gnulib
+  * the build scripts that were previously in Lua have been rewritten in Perl;
+Perl is now required to build Zile
+  * a cyclomatic complexity report on the C code can now be produced
+
+---
+Fri Aug 13 23:12:10 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 2.3.19:
+  * fixes a space leak
+  * fixes a small bug in reading filenames in the minibuffer introduced in
+2.3.18
+  * fixessome behaviour that was not the same as Emacs
+
+---
+Mon Jul 12 06:00:44 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 2.3.18:
+  * fixes some minor space leaks
+  * fixes a read of freed memory
+  * fixes a bug in quoted-insert
+  * stops 

commit python3 for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package python3 for openSUSE:Factory checked 
in at 2016-05-02 10:43:48

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


Package is "python3"

Changes:

--- /work/SRC/openSUSE:Factory/python3/python3-base.changes 2016-03-14 
09:57:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes
2016-05-02 10:43:49.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 22 17:20:29 UTC 2016 - jmate...@suse.com
+
+- move _hashlib and _ssl modules and tests to python3-base
+- recommend python3
+
+---
--- /work/SRC/openSUSE:Factory/python3/python3.changes  2016-03-29 
09:54:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3.changes 2016-05-02 
10:43:49.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 22 17:20:29 UTC 2016 - jmate...@suse.com
+
+- move _hashlib and _ssl modules and tests to python3-base
+- change Suggests to Recommends on supplemental modules
+
+---



Other differences:
--
++ python3-base.spec ++
--- /var/tmp/diff_new_pack.rNhdJr/_old  2016-05-02 10:43:50.0 +0200
+++ /var/tmp/diff_new_pack.rNhdJr/_new  2016-05-02 10:43:50.0 +0200
@@ -28,6 +28,7 @@
 BuildRequires:  fdupes
 BuildRequires:  libbz2-devel
 BuildRequires:  lzma-devel
+BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
 BuildRequires:  timezone
 BuildRequires:  xz
@@ -49,6 +50,9 @@
 Provides:   python3-asyncio = %{version}
 Obsoletes:  python3-asyncio < %{version}
 
+Recommends: python3 = %{version}
+#Recommends: python3-ensurepip
+
 Source0:http://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz
 Source1:
http://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz.asc
 Source2:python.keyring
@@ -143,7 +147,7 @@
 (HTML) or python-doc-pdf (PDF) packages.
 
 If you want to install third party modules using distutils, you need to
-install python-devel package.
+install python3-devel package.
 
 
 %package -n python3-tools
@@ -316,9 +320,6 @@
 # done have any such interface breaking teh uuid module.
 EXCLUDE="$EXCLUDE test_uuid"
 
-# Exclude test_tools, test_venv and test_ensurepip which indirectly require ssl
-EXCLUDE="$EXCLUDE test_tools test_venv test_ensurepip"
-
 # Limit virtual memory to avoid spurious failures
 if test $(ulimit -v) = unlimited || test $(ulimit -v) -gt 1000; then
   ulimit -v 1000 || :
@@ -509,6 +510,7 @@
 %{dynlib _elementtree}
 %{dynlib fcntl}
 %{dynlib grp}
+%{dynlib _hashlib}
 %{dynlib _heapq}
 %{dynlib _json}
 %{dynlib _lsprof}
@@ -527,6 +529,7 @@
 %{dynlib resource}
 %{dynlib select}
 %{dynlib _socket}
+%{dynlib _ssl}
 %{dynlib spwd}
 %{dynlib _struct}
 %{dynlib syslog}

++ python3.spec ++
--- /var/tmp/diff_new_pack.rNhdJr/_old  2016-05-02 10:43:50.0 +0200
+++ /var/tmp/diff_new_pack.rNhdJr/_new  2016-05-02 10:43:50.0 +0200
@@ -28,9 +28,9 @@
 BuildRequires:  libbz2-devel
 BuildRequires:  libexpat-devel
 BuildRequires:  libffi-devel
-BuildRequires:  libopenssl-devel
 BuildRequires:  lzma-devel
 BuildRequires:  ncurses-devel
+BuildRequires:  openssl-devel
 BuildRequires:  readline-devel
 BuildRequires:  sqlite-devel
 BuildRequires:  tk-devel
@@ -47,10 +47,10 @@
 
 Requires:   python3-base = %{version}
 Recommends: python3-pip
-Suggests:   python3-curses
-Suggests:   python3-dbm
-Suggests:   python3-idlelib
-Suggests:   python3-tk
+Recommends: python3-curses
+Recommends: python3-dbm
+Recommends: python3-idle
+Recommends: python3-tk
 
 Source0:http://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz
 Source1:baselibs.conf
@@ -150,7 +150,7 @@
 (HTML) or python-doc-pdf (PDF) packages.
 
 If you want to install third party modules using distutils, you need to
-install python-devel package.
+install python3-devel package.
 
 
 
@@ -252,17 +252,12 @@
 
 # only test the parts skipped in python3-base
 TESTS="test_curses test_dbm_gnu test_dbm_ndbm test_idle \
-   test_readline test_sqlite test_ssl test_tcl \
+   test_readline test_sqlite test_tcl test_tix  test_tk \
test_ttk_textonly"
 # redo tests with SSL parts
 %if !0%{?qemu_user_space_build}
 TESTS="$TESTS test_asyncio"
 %endif
-TESTS="$TESTS test_hashlib test_urllib test_httplib \
-   test_imaplib test_ftplib test_urllib2_localnet test_nntplib"
-
-# ensurepip-based tests
-TESTS="$TESTS test_venv test_ensurepip test_tools"
 
 make test TESTOPTS="-u curses $TESTS"
 
@@ -297,9 +292,9 @@
 
 for library in \
 array audioop binascii _bisect _bz2 cmath _codecs_* _crypt _csv \
- 

commit libyui-qt for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package libyui-qt for openSUSE:Factory 
checked in at 2016-05-02 10:43:42

Comparing /work/SRC/openSUSE:Factory/libyui-qt (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-qt.new (New)


Package is "libyui-qt"

Changes:

--- /work/SRC/openSUSE:Factory/libyui-qt/libyui-qt.changes  2015-10-14 
16:41:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-qt.new/libyui-qt.changes 2016-05-02 
10:43:44.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr  5 17:29:56 CEST 2016 - shundham...@suse.de
+
+- Show help in wizard widget upon F1 and Alt-H (bnc#973389)
+- 2.46.22
+
+---

Old:

  libyui-qt-2.46.21.tar.bz2

New:

  libyui-qt-2.46.22.tar.bz2



Other differences:
--
++ libyui-qt-doc.spec ++
--- /var/tmp/diff_new_pack.p7IDxS/_old  2016-05-02 10:43:45.0 +0200
+++ /var/tmp/diff_new_pack.p7IDxS/_new  2016-05-02 10:43:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-qt-doc
 #
-# 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
@@ -20,7 +20,7 @@
 %define so_version 7
 
 Name:   %{parent}-doc
-Version:2.46.21
+Version:2.46.22
 Release:0
 Source: %{parent}-%{version}.tar.bz2
 

++ libyui-qt.spec ++
--- /var/tmp/diff_new_pack.p7IDxS/_old  2016-05-02 10:43:45.0 +0200
+++ /var/tmp/diff_new_pack.p7IDxS/_new  2016-05-02 10:43:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-qt
 #
-# 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,7 +17,7 @@
 
 
 Name:   libyui-qt
-Version:2.46.21
+Version:2.46.22
 Release:0
 Source: %{name}-%{version}.tar.bz2
 

++ libyui-qt-2.46.21.tar.bz2 -> libyui-qt-2.46.22.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.21/Rakefile 
new/libyui-qt-2.46.22/Rakefile
--- old/libyui-qt-2.46.21/Rakefile  1970-01-01 01:00:00.0 +0100
+++ new/libyui-qt-2.46.22/Rakefile  2016-04-05 17:59:11.0 +0200
@@ -0,0 +1,8 @@
+#--
+# Copyright (C) 2015 SUSE LLC
+#
+# make continuous integration using rubygem-libyui-rake.
+#
+# MIT license
+#++
+require "libyui/rake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.21/VERSION.cmake 
new/libyui-qt-2.46.22/VERSION.cmake
--- old/libyui-qt-2.46.21/VERSION.cmake 2015-10-02 17:34:10.0 +0200
+++ new/libyui-qt-2.46.22/VERSION.cmake 2016-04-05 17:59:11.0 +0200
@@ -1,6 +1,6 @@
 SET(VERSION_MAJOR "2")
 SET(VERSION_MINOR "46")
-SET(VERSION_PATCH "21")
+SET(VERSION_PATCH "22")
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.21/package/libyui-qt-doc.spec 
new/libyui-qt-2.46.22/package/libyui-qt-doc.spec
--- old/libyui-qt-2.46.21/package/libyui-qt-doc.spec2015-10-02 
17:34:10.0 +0200
+++ new/libyui-qt-2.46.22/package/libyui-qt-doc.spec2016-04-06 
16:49:09.0 +0200
@@ -20,7 +20,7 @@
 %define so_version 7
 
 Name:   %{parent}-doc
-Version:2.46.21
+Version:2.46.22
 Release:0
 Source: %{parent}-%{version}.tar.bz2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.21/package/libyui-qt.changes 
new/libyui-qt-2.46.22/package/libyui-qt.changes
--- old/libyui-qt-2.46.21/package/libyui-qt.changes 2015-10-02 
17:34:10.0 +0200
+++ new/libyui-qt-2.46.22/package/libyui-qt.changes 2016-04-05 
17:59:11.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue Apr  5 17:29:56 CEST 2016 - shundham...@suse.de
+
+- Show help in wizard widget upon F1 and Alt-H (bnc#973389)
+- 2.46.22
+
+---
 Fri Oct  2 14:55:08 UTC 2015 - lsle...@suse.cz
 
 - fixed styling for the release notes dialog content (bsc#947167)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.21/package/libyui-qt.spec 

commit infinipath-psm for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package infinipath-psm for openSUSE:Factory 
checked in at 2016-05-02 10:43:14

Comparing /work/SRC/openSUSE:Factory/infinipath-psm (Old)
 and  /work/SRC/openSUSE:Factory/.infinipath-psm.new (New)


Package is "infinipath-psm"

Changes:

--- /work/SRC/openSUSE:Factory/infinipath-psm/infinipath-psm.changes
2015-09-03 18:03:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.infinipath-psm.new/infinipath-psm.changes   
2016-05-02 10:43:16.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 25 07:41:38 UTC 2016 - p.drou...@gmail.com
+
+- Update to version 3.3-19
+  * No Changelog available
+- Build against system libuuid
+- Split libraries into two separate subpackages
+- Remove infinipath-non_executable_stack.patch; fixed on upstream
+  release
+
+---

Old:

  infinipath-non_executable_stack.patch
  infinipath-psm-3.3-2_g6f42cdb_open.tar.gz

New:

  infinipath-psm-3.3-19_g67c0807_open.tar.gz



Other differences:
--
++ infinipath-psm.spec ++
--- /var/tmp/diff_new_pack.HrkSXJ/_old  2016-05-02 10:43:17.0 +0200
+++ /var/tmp/diff_new_pack.HrkSXJ/_new  2016-05-02 10:43:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package infinipath-psm
 #
-# 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
@@ -16,7 +16,7 @@
 #
 
 
-%define my_release -2_g6f42cdb
+%define my_release -19_g67c0807
 
 Name:   infinipath-psm
 Version:3.3
@@ -32,14 +32,14 @@
 Patch1: infinipath-psm-no_werror.patch
 # PATCH-FIX-UPSTREAM infinipath-psm-executable_headers.patch p...@suse.de
 Patch3: infinipath-psm-executable_headers.patch
-# PATCH-FIX-UPSTREAM infinipath-non_executable_stack.patch p...@suse.de
-Patch4: infinipath-non_executable_stack.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  libuuid-devel
 Conflicts:  infinipath-libs
 ExclusiveArch:  %ix86 x86_64
 
-%define so_major 1
-%define lname libpsm_infinipath%{so_major}
+%define so_major 4
+%define psm_so_major 1
+%define lname libinfinipath%{so_major}
+%define lnamepsm libpsm_infinipath%{psm_so_major}
 
 %description
 The PSM Messaging API, or PSM API, is QLogic's low-level
@@ -52,17 +52,30 @@
 Summary:Development files for QLogic PSM
 Group:  Development/Libraries/C and C++
 Requires:   %{lname} = %{version}
+Requires:   %{lnamepsm} = %{version}
+Requires:   libuuid-devel
 Conflicts:  infinipath-devel
 
 %description devel
 Development files for the libpsm_infinipath library
 
-%package -n %{lname}
+%package -n %{lnamepsm}
 Summary:Development files for QLogic PSM
 Group:  System/Libraries
 Obsoletes:  infinipath-psm < %{version}
 Provides:   infinipath-psm = %{version}
 
+%description -n %{lnamepsm}
+The PSM Messaging API, or PSM API, is QLogic's low-level
+user-level communications interface for the Truescale
+family of products. PSM users are enabled with mechanisms
+necessary to implement higher level communications
+interfaces in parallel environments.
+
+%package -n %{lname}
+Summary:Development files for QLogic PSM
+Group:  System/Libraries
+
 %description -n %{lname}
 The PSM Messaging API, or PSM API, is QLogic's low-level
 user-level communications interface for the Truescale
@@ -75,25 +88,28 @@
 %patch0
 %patch1
 %patch3
-%patch4
 
 %build
-%if 0%{?suse_version} >= 1150
 export RPM_OPT_FLAGS="%{optflags} -Wno-unused-but-set-variable"
-%endif
-make USE_PSM_UUID=1 libdir=%{_libdir} %{?_smp_mflags} 
+#make USE_PSM_UUID=1 libdir=%{_libdir} %{?_smp_mflags} 
+make libdir=%{_libdir} %{?_smp_mflags} 
 
 %install
-make USE_PSM_UUID=1 libdir=%{_libdir} DESTDIR=%{buildroot} install
+make libdir=%{_libdir} DESTDIR=%{buildroot} install
 
 %post -n %{lname} -p /sbin/ldconfig
+%post -n %{lnamepsm} -p /sbin/ldconfig
 %postun -n %{lname} -p /sbin/ldconfig
+%postun -n %{lnamepsm} -p /sbin/ldconfig
 
 %files -n %{lname}
 %defattr(-,root,root,-)
-%{_libdir}/libpsm_infinipath.so.*
 %{_libdir}/libinfinipath.so.*
 
+%files -n %{lnamepsm}
+%defattr(-,root,root,-)
+%{_libdir}/libpsm_infinipath.so.*
+
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/libpsm_infinipath.so

++ infinipath-psm-3.3-2_g6f42cdb_open.tar.gz -> 
infinipath-psm-3.3-19_g67c0807_open.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/infinipath-psm-3.3-2_g6f42cdb_open/COMMIT 

commit python-enum34 for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package python-enum34 for openSUSE:Factory 
checked in at 2016-05-02 10:43:09

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


Package is "python-enum34"

Changes:

--- /work/SRC/openSUSE:Factory/python-enum34/python-enum34.changes  
2015-05-10 10:52:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-enum34.new/python-enum34.changes 
2016-05-02 10:43:10.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr  4 09:55:13 UTC 2016 - guta...@gmail.com
+
+- Update to version 1.1.3
+
+---

Old:

  enum34-1.0.4.tar.gz

New:

  enum34-1.1.3.tar.gz



Other differences:
--
++ python-enum34.spec ++
--- /var/tmp/diff_new_pack.7n4zCi/_old  2016-05-02 10:43:11.0 +0200
+++ /var/tmp/diff_new_pack.7n4zCi/_new  2016-05-02 10:43:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-enum34
-Version:1.0.4
+Version:1.1.3
 Release:0
 Url:https://pypi.python.org/pypi/enum34
 Summary:Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, 
and 2.4

++ enum34-1.0.4.tar.gz -> enum34-1.1.3.tar.gz ++
 7744 lines of diff (skipped)




commit kernel-firmware for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package kernel-firmware for openSUSE:Factory 
checked in at 2016-05-02 10:43:25

Comparing /work/SRC/openSUSE:Factory/kernel-firmware (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-firmware.new (New)


Package is "kernel-firmware"

Changes:

--- /work/SRC/openSUSE:Factory/kernel-firmware/kernel-firmware.changes  
2016-04-22 16:16:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-firmware.new/kernel-firmware.changes 
2016-05-02 10:43:27.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 22 18:47:05 UTC 2016 - mplus...@suse.com
+
+- Update to version 20160421:
+  * amdgpu: update CZ to new UVD fw that supports 40 sessions
+  * linux-firmware: Update firmware file for Intel Bluetooth 8265
+
+---

Old:

  kernel-firmware-20160412.tar.xz

New:

  kernel-firmware-20160421.tar.xz



Other differences:
--
++ kernel-firmware.spec ++
--- /var/tmp/diff_new_pack.IiN9Ao/_old  2016-05-02 10:43:28.0 +0200
+++ /var/tmp/diff_new_pack.IiN9Ao/_new  2016-05-02 10:43:28.0 +0200
@@ -19,10 +19,10 @@
 %define __find_supplements bash %{_sourcedir}/firmware.sh --find-supplements
 %define __ksyms_supplements bash %{_sourcedir}/firmware.sh --cache 
%{_builddir}/%{?buildsubdir}/find_supplements.cache --find-supplements
 %define __ksyms_path ^/lib/firmware
-%define version_unconverted 20160412
+%define version_unconverted 20160421
 
 Name:   kernel-firmware
-Version:20160412
+Version:20160421
 Release:0
 Summary:Linux kernel firmware files
 License:SUSE-Firmware and GPL-2.0 and GPL-2.0+ and MIT


++ kernel-firmware-20160412.tar.xz -> kernel-firmware-20160421.tar.xz ++
/work/SRC/openSUSE:Factory/kernel-firmware/kernel-firmware-20160412.tar.xz 
/work/SRC/openSUSE:Factory/.kernel-firmware.new/kernel-firmware-20160421.tar.xz 
differ: char 26, line 1




commit xcb-util-cursor for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package xcb-util-cursor for openSUSE:Factory 
checked in at 2016-05-02 10:43:30

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


Package is "xcb-util-cursor"

Changes:

--- /work/SRC/openSUSE:Factory/xcb-util-cursor/xcb-util-cursor.changes  
2015-03-30 19:34:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.xcb-util-cursor.new/xcb-util-cursor.changes 
2016-05-02 10:43:32.0 +0200
@@ -1,0 +2,9 @@
+Mon Apr 25 11:40:51 UTC 2016 - sndir...@suse.com
+
+- removed u_fix-issue-with-gcc.patch
+  * patch was only necessary with gcc in 2013, when building
+'awesome' against the static library; we do not ship the static
+libary (did we ever?)
+https://lists.freedesktop.org/archives/xcb/2016-April/010737.html
+
+---

Old:

  u_fix-issue-with-gcc.patch



Other differences:
--
++ xcb-util-cursor.spec ++
--- /var/tmp/diff_new_pack.HFjvMV/_old  2016-05-02 10:43:33.0 +0200
+++ /var/tmp/diff_new_pack.HFjvMV/_new  2016-05-02 10:43:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xcb-util-cursor
 #
-# 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
@@ -29,7 +29,6 @@
 #Git-Web:  http://cgit.freedesktop.org/xcb/util-cursor/
 Source: http://xcb.freedesktop.org/dist/%name-%version.tar.bz2
 Source1:baselibs.conf
-Patch11:u_fix-issue-with-gcc.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -80,7 +79,6 @@
 
 %prep
 %setup -q
-%patch11 -p1
 
 %build
 ./autogen.sh




commit autogen for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package autogen for openSUSE:Factory checked 
in at 2016-05-02 10:42:51

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


Package is "autogen"

Changes:

--- /work/SRC/openSUSE:Factory/autogen/autogen.changes  2015-12-13 
09:38:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.autogen.new/autogen.changes 2016-05-02 
10:42:52.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 19 08:38:13 UTC 2016 - mplus...@suse.com
+
+- Split shared libraries (boo#976068)
+- Move info handling to preun section
+- Do not ship .la file
+
+---



Other differences:
--
++ autogen.spec ++
--- /var/tmp/diff_new_pack.Ggl4ZW/_old  2016-05-02 10:42:53.0 +0200
+++ /var/tmp/diff_new_pack.Ggl4ZW/_new  2016-05-02 10:42:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package autogen
 #
-# 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
@@ -16,6 +16,7 @@
 #
 
 
+%define libname libopts25
 Name:   autogen
 Version:5.18.7
 Release:0
@@ -35,15 +36,43 @@
 BuildRequires:  pkg-config
 BuildRequires:  xz
 Requires(post): %{install_info_prereq}
-Requires(postun): %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
+Requires:   %{libname}-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 AutoGen is a tool designed for generating program files that contain
 repetitive text with varied substitutions.  Its goal is to simplify the
 maintenance of programs that contain large amounts of repetitious text.
-This is especially valuable if there are several blocks of such text
-that must be kept synchronized in parallel tables.
+This is especially valuable if there are several blocks of such text that
+must be kept synchronized in parallel tables.
+
+%package -n %{libname}
+Summary:Shared library libopt
+Group:  System/Libraries
+
+%description -n %{libname}
+AutoGen is a tool designed for generating program files that contain
+repetitive text with varied substitutions.  Its goal is to simplify the
+maintenance of programs that contain large amounts of repetitious text.
+This is especially valuable if there are several blocks of such text that
+must be kept synchronized in parallel tables.
+
+This package contains shared library libopts
+
+%package -n %{libname}-devel
+Summary:Development files for libopt
+Group:  Development/Languages/C and C++
+Requires:   %{libname} = %{version}-%{release}
+
+%description -n %{libname}-devel
+AutoGen is a tool designed for generating program files that contain
+repetitive text with varied substitutions.  Its goal is to simplify the
+maintenance of programs that contain large amounts of repetitious text.
+This is especially valuable if there are several blocks of such text that
+must be kept synchronized in parallel tables.
+
+This package contains devel files for libopts
 
 %prep
 %setup -q
@@ -56,31 +85,45 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
+find %{buildroot} -type f -name "*.la" -delete -print
 %fdupes -s %{buildroot}%{_datadir}
 
 %check
 make %{?_smp_mflags} check
 
 %post
-/sbin/ldconfig
-%install_info --info-dir=%{_infodir} %{_infodir}/autogen.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/autogen.info%{ext_info}
+
+%preun
+%install_info_delete --info-dir=%{_infodir} 
%%{_infodir}/autogen.info%{ext_info}
 
-%postun
-/sbin/ldconfig
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/autogen.info.gz
+%post -n %{libname} -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
 %files
 %defattr(-, root, root)
 %doc NEWS ChangeLog
-%{_bindir}/*
-%{_includedir}/*
-%{_libdir}/lib*
+%{_bindir}/autogen
+%{_bindir}/autoopts-config
+%{_bindir}/columns
+%{_bindir}/getdefs
+%{_bindir}/xml2ag
 %{_libdir}/autogen
-%{_libdir}/pkgconfig/*.pc
-%{_mandir}/man?/*.gz
-%{_datadir}/aclocal/*
+%{_mandir}/man1/*%{ext_man}
+%{_infodir}/*%{ext_info}
 %{_datadir}/autogen
-%{_infodir}/*.gz
+
+%files -n %{libname}
+%defattr(-,root,root)
+%{_libdir}/libopts.so.*
+
+%files -n %{libname}-devel
+%defattr(-,root,root)
+%{_libdir}/libopts.so
+%{_includedir}/*
+%{_mandir}/man3/*%{ext_man}
+%{_datadir}/aclocal/*
+%{_libdir}/pkgconfig/*.pc
 
 %changelog






commit miniupnpc for openSUSE:Factory

2016-05-02 Thread h_root
Hello community,

here is the log from the commit of package miniupnpc for openSUSE:Factory 
checked in at 2016-05-02 10:43:03

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


Package is "miniupnpc"

Changes:

--- /work/SRC/openSUSE:Factory/miniupnpc/miniupnpc.changes  2016-03-01 
09:36:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.miniupnpc.new/miniupnpc.changes 2016-05-02 
10:43:04.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 24 19:05:35 UTC 2016 - idon...@suse.com
+
+- Update to version 2.0
+  * No code changes since 1.9.20160209
+
+---

Old:

  miniupnpc-1.9.20160209.tar.gz

New:

  miniupnpc-2.0.tar.gz



Other differences:
--
++ miniupnpc.spec ++
--- /var/tmp/diff_new_pack.zsuaZm/_old  2016-05-02 10:43:05.0 +0200
+++ /var/tmp/diff_new_pack.zsuaZm/_new  2016-05-02 10:43:05.0 +0200
@@ -18,7 +18,7 @@
 
 %define soname 16
 Name:   miniupnpc
-Version:1.9.20160209
+Version:2.0
 Release:0
 Summary:Universal Plug'n'Play (UPnP) Client
 License:BSD-3-Clause

++ miniupnpc-1.9.20160209.tar.gz -> miniupnpc-2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/miniupnpc-1.9.20160209/CMakeLists.txt 
new/miniupnpc-2.0/CMakeLists.txt
--- old/miniupnpc-1.9.20160209/CMakeLists.txt   2016-02-09 10:38:56.0 
+0100
+++ new/miniupnpc-2.0/CMakeLists.txt2016-04-19 23:04:55.0 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required (VERSION 2.6)
 
 project (miniupnpc C)
-set (MINIUPNPC_VERSION 1.9)
+set (MINIUPNPC_VERSION 2.0)
 set (MINIUPNPC_API_VERSION 16)
 
 if (NOT CMAKE_BUILD_TYPE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/miniupnpc-1.9.20160209/Changelog.txt 
new/miniupnpc-2.0/Changelog.txt
--- old/miniupnpc-1.9.20160209/Changelog.txt2016-02-09 10:38:56.0 
+0100
+++ new/miniupnpc-2.0/Changelog.txt 2016-04-19 23:06:20.0 +0200
@@ -1,6 +1,8 @@
-$Id: Changelog.txt,v 1.222 2016/01/24 17:24:35 nanard Exp $
+$Id: Changelog.txt,v 1.223 2016/04/19 21:06:20 nanard Exp $
 miniUPnP client Changelog.
 
+VERSION 2.0 : released 2016/04/19
+
 2016/01/24:
   change miniwget to return HTTP status code
   increments API_VERSION to 16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/miniupnpc-1.9.20160209/README 
new/miniupnpc-2.0/README
--- old/miniupnpc-1.9.20160209/README   2014-11-04 17:48:02.0 +0100
+++ new/miniupnpc-2.0/README2016-04-19 23:01:03.0 +0200
@@ -3,7 +3,7 @@
 github: https://github.com/miniupnp/miniupnp
 freecode: http://freecode.com/projects/miniupnp
 Author: Thomas Bernard
-Copyright (c) 2005-2014 Thomas Bernard
+Copyright (c) 2005-2016 Thomas Bernard
 This software is subject to the conditions detailed in the
 LICENSE file provided within this distribution.
 
@@ -32,6 +32,7 @@
 libminiupnpc.a (or .so) and use the following functions found in miniupnpc.h,
 upnpcommands.h and miniwget.h :
 - upnpDiscover()
+- UPNP_GetValidIGD()
 - miniwget()
 - parserootdesc()
 - GetUPNPUrls()
@@ -59,3 +60,5 @@
 For any question, you can use the web forum :
 http://miniupnp.tuxfamily.org/forum/
 
+Bugs should be reported on github :
+https://github.com/miniupnp/miniupnp/issues
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/miniupnpc-1.9.20160209/VERSION 
new/miniupnpc-2.0/VERSION
--- old/miniupnpc-1.9.20160209/VERSION  2014-01-31 14:18:56.0 +0100
+++ new/miniupnpc-2.0/VERSION   2016-04-19 23:03:41.0 +0200
@@ -1 +1 @@
-1.9
+2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/miniupnpc-1.9.20160209/miniupnpc.c 
new/miniupnpc-2.0/miniupnpc.c
--- old/miniupnpc-1.9.20160209/miniupnpc.c  2016-02-09 10:38:56.0 
+0100
+++ new/miniupnpc-2.0/miniupnpc.c   2016-02-09 10:50:46.0 +0100
@@ -1,4 +1,4 @@
-/* $Id: miniupnpc.c,v 1.148 2016/01/24 17:24:36 nanard Exp $ */
+/* $Id: miniupnpc.c,v 1.149 2016/02/09 09:50:46 nanard Exp $ */
 /* vim: tabstop=4 shiftwidth=4 noexpandtab
  * Project : miniupnp
  * Web : http://miniupnp.free.fr/
@@ -706,7 +706,7 @@
int descXMLsize = 0;
 
descXML = miniwget_getaddr(rootdescurl, ,
-  lanaddr, lanaddrlen, 0, NULL);
+  lanaddr, lanaddrlen, 0, NULL);
if(descXML) {
memset(data, 0, sizeof(struct IGDdatas));
memset(urls, 0, sizeof(struct UPNPUrls));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'