commit octave-forge-ocs for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package octave-forge-ocs for 
openSUSE:Factory checked in at 2015-07-12 22:52:59

Comparing /work/SRC/openSUSE:Factory/octave-forge-ocs (Old)
 and  /work/SRC/openSUSE:Factory/.octave-forge-ocs.new (New)


Package is "octave-forge-ocs"

Changes:

--- /work/SRC/openSUSE:Factory/octave-forge-ocs/octave-forge-ocs.changes
2015-06-16 15:12:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.octave-forge-ocs.new/octave-forge-ocs.changes   
2015-07-12 22:53:01.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul  7 18:18:41 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 0.1.4
+  * Minor fixes
+
+---

Old:

  ocs-0.1.3.tar.gz

New:

  ocs-0.1.4.tar.gz



Other differences:
--
++ octave-forge-ocs.spec ++
--- /var/tmp/diff_new_pack.1vMgSS/_old  2015-07-12 22:53:01.0 +0200
+++ /var/tmp/diff_new_pack.1vMgSS/_new  2015-07-12 22:53:01.0 +0200
@@ -18,7 +18,7 @@
 
 %define octpkg  ocs
 Name:   octave-forge-%{octpkg}
-Version:0.1.3
+Version:0.1.4
 Release:0
 Summary:Octave Circuit Simulator for Octave
 License:GPL-2.0+

++ ocs-0.1.3.tar.gz -> ocs-0.1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocs/DESCRIPTION new/ocs/DESCRIPTION
--- old/ocs/DESCRIPTION 2012-01-21 20:03:02.0 +0100
+++ new/ocs/DESCRIPTION 2015-07-07 07:03:42.0 +0200
@@ -1,11 +1,10 @@
 Name: OCS
-Version: 0.1.3
-Date: 2011-08-08
+Version: 0.1.4
+Date: 2015-07-07
 Author: Carlo de Falco, Culpo Massimiliano, Marco Merlin
-Maintainer: Culpo Massimiliano
+Maintainer: Carlo de Falco, Culpo Massimiliano
 Title: Octave Circuit Simulator
 Description: Package for solving DC and transient electrical circuit equations 
 Depends: octave (>= 3.0.0), odepkg
 Autoload: no
-License: GPL version 2 or later
-SVNRelease: 9554
+License: GPLv2+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocs/NEWS new/ocs/NEWS
--- old/ocs/NEWS1970-01-01 01:00:00.0 +0100
+++ new/ocs/NEWS2015-07-07 07:03:42.0 +0200
@@ -0,0 +1,6 @@
+Summary of important user-visible changes for ocs 0.1.4:
+---
+
+ ** Fixed a few incompatibilities with Octave 4.0 and warnings about
+use of deprecated syntax.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocs/PKG_ADD new/ocs/PKG_ADD
--- old/ocs/PKG_ADD 2011-08-06 14:32:14.0 +0200
+++ new/ocs/PKG_ADD 2015-07-07 07:03:42.0 +0200
@@ -4,15 +4,15 @@
 if (! exist (fullfile (dirname, "inst"), "dir"))
   ## Run this if the package is installed
   for ii=1:length (dirlist)
-addpath ( [ dirname "/../" dirlist{ii}],"-end")
+addpath (fullfile (dirname, "..", dirlist{ii}), "-end")
   endfor
 else
   ## Run this if we are testing the package without installation
   for ii=1:length(dirlist)
-addpath ([ dirname "/inst/" dirlist{ii}])
-addpath ([ dirname "/src/"])
+addpath (fullfile (dirname, "inst", dirlist{ii}))
+addpath (fullfile (dirname, "src"))
   endfor
 endif
 
-warning('off', 'Octave:fopen-file-in-path');
+warning ("off", "Octave:fopen-file-in-path");
 clear dirlist dirname
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocs/PKG_DEL new/ocs/PKG_DEL
--- old/ocs/PKG_DEL 2011-08-06 14:32:14.0 +0200
+++ new/ocs/PKG_DEL 2012-09-16 09:31:08.0 +0200
@@ -1,15 +1,17 @@
 dirlist = {"utl", "asm", "tst", "nls", "prs", "sbn"};
 dirname = fileparts (canonicalize_file_name (mfilename ("fullpath")));
 
-for ii=1:length (dirlist)
-  if (! exist (fullfile (dirname, "inst"), "dir"))
-## Run this if the package is installed
-rmpath ( [ dirname "/../" dirlist{ii}])
-  else
-## Run this if we are testing the package without installation
-rmpath ([ dirname "/inst/" dirlist{ii}])
-rmpath ([ dirname "/src/"])
-  end
-end
+if (! exist (fullfile (dirname, "inst"), "dir"))
+  ## Run this if the package is installed
+  for ii=1:length (dirlist)
+rmpath (fullfile (dirname, "..", dirlist{ii}))
+  endfor
+else
+  ## Run this if we are testing the package without installation
+  for ii=1:length (dirlist)
+rmpath (fullfile (dirname, "inst", dirlist{ii}))
+  endfor
+  rmpath (fullfile (dirname, "src"))
+endif
 
 clear dirlist dirname
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocs/inst/asm/asm_build_system.m 
new/ocs/inst/asm/asm_build_system.m
--- old/ocs/inst/asm/asm_build_system.m 2010-02-09 08:43:42

commit ovmf for openSUSE:Factory:NonFree

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package ovmf for openSUSE:Factory:NonFree 
checked in at 2015-07-12 22:53:33

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


Package is "ovmf"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/ovmf/ovmf.changes2015-06-24 
21:07:25.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.ovmf.new/ovmf.changes   2015-07-12 
22:53:36.0 +0200
@@ -1,0 +2,40 @@
+Wed Jul  8 07:30:18 UTC 2015 - g...@suse.com
+
+- Update to R17883
+  + MdePkg: Add UEFI2.5 Ramdisk device path definition
+  + ArmVirtPkg: use correct ASM decoration for non-function global
+symbols
+  + NetworkPkg: Add UEFI HTTP boot driver
+  + NetworkPkg: Add HTTP Driver
+  + NetworkPkg: Add DNS feature support over IPv4 and IPv6
+  + MdeModulePkg: Update Ip4Dxe driver to support Ip4Config2
+protocol
+  + ArmVirtPkg: adapt ArmVirtXen build to system memory end global
+variable
+  + ArmPkg/CpuDxe: Fixed AArch64 MMU
+  + ArmPkg/Application: Add new EFI application to boot Linux
+  + ArmVirtPkg: build runtime drivers with 64 KB section alignment
+  + Restructure AuthVariableLib
+  + Conversion of the safe string functions
+  + CryptoPkg: Fix the dereferenced pointer issue
+  + SecurityPkg: Add MD5 support to Hash2DxeCrypto 
+  + OvmfPkg: Increase the maximum size of RAM
+  + ArmVirtPkg: signal EndOxDxe event in PlatformBsdInit
+  + MdeModulePkg: Add Memory Capabilities for MMIO and Reserved
+Range
+- Add ovmf-remove-old-ip4config.patch to remove the old Ip4Config 
+- Refresh patches
+  + ovmf-embed-default-keys.patch
+  + ovmf-gcc5-conf.patch
+  + 0001-ArmPlatformPkg-ArmVirtualizationPkg-enable-DEBUG_VER.patch
+  + 0002-ArmPlatformPkg-Bds-generate-ESP-Image-boot-option-if.patch
+  + 0003-ArmPlatformPkg-Bds-check-for-other-defaults-too-if-u.patch
+  + 0004-ArmPlatformPkg-ArmVirtualizationPkg-auto-detect-boot.patch
+  + 0005-ArmPlatformPkg-Bds-initialize-ConIn-ConOut-ErrOut-be.patch
+  + 0006-ArmPlatformPkg-Bds-let-FindCandidate-search-all-file.patch
+  + 0007-ArmPlatformPkg-Bds-FindCandidateOnHandle-log-full-de.patch
+  + 0008-ArmPlatformPkg-Bds-fall-back-to-Boot-Menu-when-no-de.patch
+  + 0009-ArmPlatformPkg-Bds-always-connect-drivers-before-loo.patch
+- Add the source-level debugging to README
+
+---

Old:

  ovmf-0.1+svn17700.tar.xz

New:

  ovmf-0.1+svn17883.tar.xz
  ovmf-remove-old-ip4config.patch



Other differences:
--
++ ovmf.spec ++
--- /var/tmp/diff_new_pack.3krHLz/_old  2015-07-12 22:53:38.0 +0200
+++ /var/tmp/diff_new_pack.3krHLz/_new  2015-07-12 22:53:38.0 +0200
@@ -24,7 +24,7 @@
 Summary:Open Virtual Machine Firmware
 License:BSD-2-Clause
 Group:  System/Emulators/PC
-Version:0.1+svn17700
+Version:0.1+svn17883
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Source1:https://www.openssl.org/source/openssl-1.0.2c.tar.gz
@@ -66,6 +66,7 @@
 # PATCH-FIX-OPENSUSE 0010-avoid-potentially-uninitialized-variable.diff 
bnc#123456 you@foo -- descr
 Patch13:0010-avoid-potentially-uninitialized-variable.diff
 Patch14:ovmf-gcc5-conf.patch
+Patch15:ovmf-remove-old-ip4config.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libuuid-devel
 BuildRequires:  fdupes
@@ -174,6 +175,7 @@
 %patch12 -p1
 %patch13 -p1
 %patch14 -p1
+%patch15 -p1
 # Intel has special patches for openssl
 pushd CryptoPkg/Library/OpensslLib/openssl-1.0.2c
 patch -p0 -i ../EDKII_openssl-1.0.2c.patch
@@ -258,11 +260,11 @@
 build_with_keys()
 {
suffix="$1"
-   xxd -i Default_PK > 
SecurityPkg/VariableAuthenticated/RuntimeDxe/Default_PK.h
-   xxd -i Default_KEK > 
SecurityPkg/VariableAuthenticated/RuntimeDxe/Default_KEK.h
-   xxd -i Default_DB > 
SecurityPkg/VariableAuthenticated/RuntimeDxe/Default_DB.h
+   xxd -i Default_PK >  SecurityPkg/Library/AuthVariableLib/Default_PK.h
+   xxd -i Default_KEK > SecurityPkg/Library/AuthVariableLib/Default_KEK.h
+   xxd -i Default_DB >  SecurityPkg/Library/AuthVariableLib/Default_DB.h
if [ -e Default_DBX ]; then
-   xxd -i Default_DBX > 
SecurityPkg/VariableAuthenticated/RuntimeDxe/Default_DBX.h
+   xxd -i Default_DBX > 
SecurityPkg/Library/AuthVariableLib/Default_DBX.h
fi
build $BUILD_OPTIONS
cp Build/OvmfX64/DEBUG_*/FV/OVMF.fd ovmf-x86_64-$suffix.bin

++ 0001-ArmPlatformPkg-ArmVirtualizationPkg-enable-DEBUG_VER.patch ++
--- /var/tmp/diff_new_pack.3krHLz/_old  2015-07-12 22:53:38.0 +0200
+++ /var/tmp/diff_new_pack.3krHLz/_new  2015-07-12 22:53:38.0

commit libcryptopp for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package libcryptopp for openSUSE:Factory 
checked in at 2015-07-12 22:53:28

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


Package is "libcryptopp"

Changes:

--- /work/SRC/openSUSE:Factory/libcryptopp/libcryptopp.changes  2014-09-25 
08:43:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcryptopp.new/libcryptopp.changes 
2015-07-12 22:53:29.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul  8 08:01:11 UTC 2015 - bwiedem...@suse.com
+
+- prevent timing attack to get secret key (bnc#936435, CVE-2015-2141)
+  add libcryptopp-CVE-2015-2141.patch
+
+---

New:

  libcryptopp-CVE-2015-2141.patch



Other differences:
--
++ libcryptopp.spec ++
--- /var/tmp/diff_new_pack.GTIXQp/_old  2015-07-12 22:53:30.0 +0200
+++ /var/tmp/diff_new_pack.GTIXQp/_new  2015-07-12 22:53:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcryptopp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -41,6 +41,8 @@
 Patch3: libcryptopp-m68k.patch
 # PATCH-BUILDFIX-OPENSUSE 0001-disable_os_rng_test.patch sfal...@opensuse.org 
-- disable OS Random Number Generator test
 Patch4: 0001-disable_os_rng_test.patch
+# PATCH-FIX-UPSTREAM
+Patch5: libcryptopp-CVE-2015-2141.patch
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRequires:  unzip
@@ -78,6 +80,7 @@
 %patch2
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 make %{?_smp_mflags} \


++ libcryptopp-CVE-2015-2141.patch ++
>From 9425e16437439e68c7d96abef922167d68fafaff Mon Sep 17 00:00:00 2001
From: Jeffrey Walton 
Date: Sat, 27 Jun 2015 17:56:01 -0400
Subject: [PATCH] Fix for CVE-2015-2141. Thanks to Evgeny Sidorov for
 reporting. Squaring to satisfy Jacobi requirements suggested by JPM.

---
 rw.cpp | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/rw.cpp b/rw.cpp
index cdd9f2d..0b9318b 100644
--- a/rw.cpp
+++ b/rw.cpp
@@ -126,10 +126,16 @@ Integer 
InvertibleRWFunction::CalculateInverse(RandomNumberGenerator &rng, const
DoQuickSanityCheck();
ModularArithmetic modn(m_n);
Integer r, rInv;
-   do {// do this in a loop for people using small numbers for testing
+
+   // do this in a loop for people using small numbers for testing
+   do {
r.Randomize(rng, Integer::One(), m_n - Integer::One());
+   // Fix for CVE-2015-2141. Thanks to Evgeny Sidorov for 
reporting.
+   // Squaring to satisfy Jacobi requirements suggested by JPM.
+   r = modn.Square(r);
rInv = modn.MultiplicativeInverse(r);
} while (rInv.IsZero());
+
Integer re = modn.Square(r);
re = modn.Multiply(re, x);  // blind
 



commit vim-plugins for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2015-07-12 22:53:06

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


Package is "vim-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2014-09-12 
17:05:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new/vim-plugins.changes 
2015-07-12 22:53:07.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun  8 20:00:20 UTC 2015 - astie...@suse.com
+
+- add plugin for ack
+- add plugin for ag a.k.a. the_silver_searcher
+
+---

New:

  vimplugin-ack-1.0.8.tar.gz
  vimplugin-ag-20150518.tar.bz2



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.0Fk4Dm/_old  2015-07-12 22:53:09.0 +0200
+++ /var/tmp/diff_new_pack.0Fk4Dm/_new  2015-07-12 22:53:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vim-plugins
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -47,6 +47,8 @@
 %definegitdiff_version 2
 %definesnipmate_version0.83
 %definerails_version   4.4
+%defineack_version 1.0.8
+%defineag_version  20150518
 
 Name:   vim-plugins
 Version:7.2.22
@@ -86,6 +88,8 @@
 Source29:   vimplugin-gitdiff-%{gitdiff_version}.tar.bz2
 Source30:   vimplugin-snipmate-%{snipmate_version}.tar.bz2
 Source31:   vimplugin-rails-%{rails_version}.tar.bz2
+Source32:   
https://github.com/mileszs/ack.vim/archive/%{ack_version}.tar.gz#/vimplugin-ack-%{ack_version}.tar.gz
+Source33:   vimplugin-ag-%{ag_version}.tar.bz2
 Source100:  spec.snippets
 Patch1: locateopen-1.3-locate-support.patch
 BuildRequires:  vim
@@ -327,7 +331,7 @@
 %package -n vim-plugin-supertab
 Version:%supertab_version
 Release:0
-Summary:Visually shows the location of marks
+Summary:Easy insert mode completion with Tab key
 License:BSD-3-Clause
 Group:  Productivity/Text/Editors
 Requires:   vim
@@ -533,8 +537,32 @@
 %description -n vim-plugin-rails
 This plugin offers the many features for Ruby on Rails application development.
 
+%package -n vim-plugin-ack
+
+Version:%ack_version
+Release:0
+Summary:Run the ack search tool from Vim
+License:Vim
+Group:  Productivity/Text/Editors
+Requires:   ack >= 2.0
+
+%description -n vim-plugin-ack
+Run the ack search tool from Vim, with enhanced results listing.
+
+%package -n vim-plugin-ag
+
+Version:%ag_version
+Release:0
+Summary:Run the ag (the_silver_search) search tool from Vim
+License:Vim
+Group:  Productivity/Text/Editors
+Requires:   the_silver_searcher
+
+%description -n vim-plugin-ag
+Run the ack search tool from Vim, with enhanced results listing.
+
 %prep
-%setup -q -c -n %{name} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a9 -a10 -a11 -a12 -a13 
-a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 -a29 
-a30 -a31
+%setup -q -c -n %{name} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a9 -a10 -a11 -a12 -a13 
-a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 -a29 
-a30 -a31 -a32 -a33
 # --- patch locateopen --
 pushd vimplugin-locateopen-%locateopen_version
 %patch1
@@ -552,6 +580,12 @@
 mkdir -p %{buildroot}%{_defaultdocdir}/vimplugin-NERDtree/
 mv %{buildroot}/%vimplugin_dir/nerdtree_plugin 
%{buildroot}%{_defaultdocdir}/vimplugin-NERDtree/
 
+# vim-plugin-ack
+pushd ack.vim-%{ack_version}
+cp -a autoload doc plugin %{buildroot}/%{vimplugin_dir}
+# vim-plugin-latext creates ftplugin
+cp -a ftplugin/qf.vim %{buildroot}%{vimplugin_dir}/ftplugin/
+
 cp %{SOURCE100} %{buildroot}/%vimplugin_dir/snippets/
 
 # delete unneeded files
@@ -765,6 +799,26 @@
   vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags 
%vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null
 fi
 
+# documentation: vim-plugin-ack
+
+%post -n vim-plugin-ack
+vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags 
%vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null
+
+%postun -n vim-plugin-ack
+if [ $1 == 0 ]; then
+  vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags 
%vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null
+fi
+
+# documentation: vim-plugin-ag
+
+%post -n vim

commit octave-forge-stk for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package octave-forge-stk for 
openSUSE:Factory checked in at 2015-07-12 22:53:03

Comparing /work/SRC/openSUSE:Factory/octave-forge-stk (Old)
 and  /work/SRC/openSUSE:Factory/.octave-forge-stk.new (New)


Package is "octave-forge-stk"

Changes:

--- /work/SRC/openSUSE:Factory/octave-forge-stk/octave-forge-stk.changes
2015-06-23 12:00:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.octave-forge-stk.new/octave-forge-stk.changes   
2015-07-12 22:53:04.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul  7 17:09:17 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 2.3.2
+  * Bug fixes and minor changes
+
+---

Old:

  stk-2.3.1.tar.gz

New:

  stk-2.3.2.tar.gz



Other differences:
--
++ octave-forge-stk.spec ++
--- /var/tmp/diff_new_pack.vm25B8/_old  2015-07-12 22:53:05.0 +0200
+++ /var/tmp/diff_new_pack.vm25B8/_new  2015-07-12 22:53:05.0 +0200
@@ -18,7 +18,7 @@
 
 %define octpkg  stk
 Name:   octave-forge-%{octpkg}
-Version:2.3.1
+Version:2.3.2
 Release:0
 Summary:Small Octave Toolbox for Kriging
 License:GPL-3.0+
@@ -27,7 +27,7 @@
 Source0:
http://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  octave-devel
-Requires:   octave-cli
+Requires:   octave-cli >= 3.2.2
 
 %description
 The STK is a (not so) Small Toolbox for Kriging. Its primary focus

++ stk-2.3.1.tar.gz -> stk-2.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stk/ChangeLog new/stk/ChangeLog
--- old/stk/ChangeLog   2015-06-22 08:42:19.0 +0200
+++ new/stk/ChangeLog   2015-06-30 22:02:49.0 +0200
@@ -1,3 +1,43 @@
+2015-06-30  Julien Bect  
+
+   build_octpkg.m: Fix the generated DESCRIPTION file
+
+   * admin/build_tools/build_octpkg.m: Add "Depends: octave (>=
+   3.2.2)" and "Autoload: no" to the generated DESCRIPTION file.
+
+2015-06-25  Emmanuel Vazquez  
+
+   @stk_kreq_qr/get.m: Fix a call to dot ()
+
+   * core/@stk_kreq_qr/get.m: Fix a call to dot () to make it work
+   when there is only one observation.
+
+2015-06-25  Rémi Stroh  
+
+   stk_param_estim.m: Fix a bug related to parameter objects.
+
+   * paramestim/stk_param_estim.m (provide_param0_value): Fix a bug
+   related to parameter objects. More precisely, use (:) indexing
+   systematically to access the vector of numerical parameters
+   corresponding to a given parameter object.
+
+   @stk_factorialdesign/stk_normalize.m: Add missing line continuation mark
+
+   * arrays/@stk_factorialdesign/stk_normalize.m: Add missing line
+   continuation mark.
+
+2015-06-24  Julien Bect  
+
+   stk_param_init.m: Removed unused variable.
+
+   * paramestim/stk_param_init.m: Removed unused variable.
+
+   stk_param_getdefaultbounds.m: Return [] for parameter classes
+
+   * paramestim/stk_param_getdefaultbounds.m: Return empty lower and
+   upper bounds for parameter classes that do not implement the
+   stk_param_getdefaultbounds.
+
 2015-06-16  Julien Bect  
 
check_index_file.m: Fix error handling.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stk/DESCRIPTION new/stk/DESCRIPTION
--- old/stk/DESCRIPTION 2015-06-22 08:42:24.0 +0200
+++ new/stk/DESCRIPTION 2015-06-30 22:02:53.0 +0200
@@ -1,8 +1,8 @@
 Name: STK
 #
-Version: 2.3.1
+Version: 2.3.2
 #
-Date: 22-Jun-2015
+Date: 30-Jun-2015
 #
 Title: STK: A Small Toolbox for Kriging
 #
@@ -22,3 +22,7 @@
  Machine Learning, Non-parametric Regression, etc.).
 #
 Url: https://sourceforge.net/projects/kriging/
+#
+Depends: octave (>= 3.2.2)
+#
+Autoload: no
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stk/NEWS new/stk/NEWS
--- old/stk/NEWS2015-06-22 08:42:19.0 +0200
+++ new/stk/NEWS2015-06-30 22:02:49.0 +0200
@@ -1,3 +1,26 @@
+Changes in version 2.3.2
+
+
+* Bug fixes
+
+   o stk_param_estim.m: Fix a bug related to parameter objects. More precisely,
+ use (:) indexing systematically to access the vector of numerical
+ parameters corresponding to a given parameter object.
+
+   o @stk_kreq_qr/get.m: Fix a call to dot () to make it work when there is 
only
+ one observation.
+
+   o Add missing field "Depends" to the DESCRIPTION file in the Octave package.
+
+* Minor changes
+
+   o stk_param_getdefaultbounds.m: Return empty lower and upper bounds for
+ parameter classes that do not implement the

commit rubygem-faraday_middleware for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-faraday_middleware for 
openSUSE:Factory checked in at 2015-07-12 22:53:12

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


Package is "rubygem-faraday_middleware"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-faraday_middleware/rubygem-faraday_middleware.changes
2014-10-14 07:11:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-faraday_middleware.new/rubygem-faraday_middleware.changes
   2015-07-12 22:53:15.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul  8 04:29:07 UTC 2015 - co...@suse.com
+
+- updated to version 0.10.0
+ see installed CHANGELOG.md
+
+---

Old:

  faraday_middleware-0.9.1.gem

New:

  faraday_middleware-0.10.0.gem
  gem2rpm.yml



Other differences:
--
++ rubygem-faraday_middleware.spec ++
--- /var/tmp/diff_new_pack.EIyvJV/_old  2015-07-12 22:53:16.0 +0200
+++ /var/tmp/diff_new_pack.EIyvJV/_new  2015-07-12 22:53:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-faraday_middleware
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,22 +16,31 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-faraday_middleware
-Version:0.9.1
+Version:0.10.0
 Release:0
 %define mod_name faraday_middleware
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/lostisland/faraday_middleware
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Various middleware for Faraday
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
-Various middleware for Faraday
+Various middleware for Faraday.
 
 %prep
 
@@ -39,7 +48,6 @@
 
 %install
 %gem_install \
-  --symlink-binaries \
   --doc-files="CHANGELOG.md LICENSE.md README.md" \
   -f
 

++ faraday_middleware-0.9.1.gem -> faraday_middleware-0.10.0.gem ++
 1949 lines of diff (skipped)

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV="no"
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#



commit octave-forge-control for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package octave-forge-control for 
openSUSE:Factory checked in at 2015-07-12 22:52:57

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


Package is "octave-forge-control"

Changes:

--- 
/work/SRC/openSUSE:Factory/octave-forge-control/octave-forge-control.changes
2015-06-23 11:58:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.octave-forge-control.new/octave-forge-control.changes
   2015-07-12 22:52:58.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul  7 17:34:40 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 2.8.3
+  * Bug fixes and minor changes
+
+---

Old:

  control-2.8.2.tar.gz

New:

  control-2.8.3.tar.gz



Other differences:
--
++ octave-forge-control.spec ++
--- /var/tmp/diff_new_pack.EkAMeT/_old  2015-07-12 22:52:59.0 +0200
+++ /var/tmp/diff_new_pack.EkAMeT/_new  2015-07-12 22:52:59.0 +0200
@@ -18,7 +18,7 @@
 
 %define octpkg  control
 Name:   octave-forge-%{octpkg}
-Version:2.8.2
+Version:2.8.3
 Release:0
 Summary:Computer-Aided Control System Design (CACSD) Tools
 License:GPL-3.0+

++ control-2.8.2.tar.gz -> control-2.8.3.tar.gz ++
 8590 lines of diff (skipped)




commit feh for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package feh for openSUSE:Factory checked in 
at 2015-07-12 22:53:23

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


Package is "feh"

Changes:

--- /work/SRC/openSUSE:Factory/feh/feh.changes  2015-05-19 23:51:13.0 
+0200
+++ /work/SRC/openSUSE:Factory/.feh.new/feh.changes 2015-07-12 
22:53:26.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul  8 15:01:35 UTC 2015 - mimi...@gmail.com
+
+- update to 2.13.1
+ * Fix --scale-down breaking image centering in fullscreen mode
+- spec-cleaned
+
+---

Old:

  feh-2.12.1.tar.bz2
  feh-2.12.1.tar.bz2.asc

New:

  feh-2.13.1.tar.bz2
  feh-2.13.1.tar.bz2.asc



Other differences:
--
++ feh.spec ++
--- /var/tmp/diff_new_pack.1ziL3U/_old  2015-07-12 22:53:27.0 +0200
+++ /var/tmp/diff_new_pack.1ziL3U/_new  2015-07-12 22:53:27.0 +0200
@@ -1,4 +1,3 @@
-# vim: set sw=4 ts=4 et:
 #
 # spec file for package feh
 #
@@ -17,18 +16,18 @@
 #
 
 
+Name:   feh
+Version:2.13.1
+Release:0
 Summary:Fast and Lightweight Image Viewer
 License:MIT and LGPL-2.0+
 Group:  Productivity/Graphics/Viewers
-Name:   feh
-Version:2.12.1
-Release:0
+Url:http://feh.finalrewind.org/
 Source: http://feh.finalrewind.org/feh-%{version}.tar.bz2
 Source1:%{name}.desktop
 Source2:%{name}.png
 Source3:%{name}-%{version}.tar.bz2.asc
 Source4:%{name}.keyring
-
 # PATCH-FIX-OPENSUSE feh-makefile_optflags.patch 
https://github.com/derf/feh/issues/71 pascal.ble...@opensuse.org -- pass 
OPTFLAGS to make instead of hard-coded -O2 -g
 Patch1: feh-makefile_optflags.patch
 # PATCH-FIX-UPSTREAM feh-fix_pointer_arithmetics.patch 
https://github.com/derf/feh/issues/69 pascal.ble...@opensuse.org -- fix 
compiler warnings on casting pointers as ints
@@ -37,16 +36,15 @@
 Patch4: feh-no_date.patch
 # PATCH-FIX-UPSTREAM feh-fix_sighandler.patch 
https://github.com/derf/feh/issues/70 tog...@opensuse.org -- bad prototype for 
a sighandler_t and a funky unportable pointer cast
 Patch5: feh-2.12-fix_sighandler.patch
-Url:http://feh.finalrewind.org/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  curl-devel
-BuildRequires:  freetype2-devel
 BuildRequires:  gpg-offline
-BuildRequires:  imlib2-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(imlib2)
 Requires:   imlib2-loaders
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
@@ -59,7 +57,7 @@
 montages as index prints with many user-configurable options.
 
 %prep
-%gpg_verify %{S:3}
+%gpg_verify %{SOURCE3}
 %setup -q
 %patch1 -p1
 %patch2 -p1
@@ -67,7 +65,7 @@
 %patch5 -p1
 
 %build
-%__make %{?_smp_flags} \
+make %{?_smp_mflags} \
 curl=1 \
 help=1 \
 xinerama=1 \
@@ -76,14 +74,14 @@
 OPTFLAGS="%{optflags} -Wall -Wextra"
 
 %install
-%__make \
+make \
 PREFIX="%{buildroot}%{_prefix}" \
 install cam=1
 
-%__rm -rf "%{buildroot}%{_datadir}/doc"
+rm -rf "%{buildroot}%{_datadir}/doc"
 
-%__install -D -m0644 "%{SOURCE1}" 
"%{buildroot}/usr/share/applications/feh.desktop"
-%__install -D -m0644 "%{SOURCE2}" "%{buildroot}/usr/share/pixmaps/feh.png"
+install -D -m0644 "%{SOURCE1}" 
"%{buildroot}%{_datadir}/applications/feh.desktop"
+install -D -m0644 "%{SOURCE2}" "%{buildroot}%{_datadir}/pixmaps/feh.png"
 
 %if 0%{?suse_version}
 %suse_update_desktop_file -r feh Graphics Viewer
@@ -99,8 +97,8 @@
 %{_datadir}/%{name}/*
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
-%doc %{_mandir}/man1/feh.1%{ext_man}
-%doc %{_mandir}/man1/feh-cam.1%{ext_man}
-%doc %{_mandir}/man1/gen-cam-menu.1%{ext_man}
+%{_mandir}/man1/feh.1%{ext_man}
+%{_mandir}/man1/feh-cam.1%{ext_man}
+%{_mandir}/man1/gen-cam-menu.1%{ext_man}
 
 %changelog

++ feh-2.12.1.tar.bz2 -> feh-2.13.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-2.12.1/ChangeLog new/feh-2.13.1/ChangeLog
--- old/feh-2.12.1/ChangeLog2015-04-08 11:21:11.0 +0200
+++ new/feh-2.13.1/ChangeLog2015-05-24 11:46:21.0 +0200
@@ -1,3 +1,21 @@
+Sun, 24 May 2015 11:45:18 +0200
+
+* Release v2.13.1
+* Fix --scale-down breaking image centering in fullscreen mode
+
+Sun, 17 May 2015 20:40:36 +0200  Daniel Friesel 
+
+* Release v2.13
+* print --verbose output to stderr
+* Show progress when using --verbose and --loada

commit mate-themes for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package mate-themes for openSUSE:Factory 
checked in at 2015-07-12 22:53:11

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


Package is "mate-themes"

Changes:

--- /work/SRC/openSUSE:Factory/mate-themes/mate-themes.changes  2015-07-03 
00:10:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-themes.new/mate-themes.changes 
2015-07-12 22:53:12.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul  8 10:18:48 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.10.2:
+  * Add Blue-Submarine and Green-Submarine themes.
+  * Style parole mediaplayer (Gtk3 version).
+
+---

Old:

  mate-themes-gtk3.16-1.10.1.tar.xz

New:

  mate-themes-gtk3.16-1.10.2.tar.xz



Other differences:
--
++ mate-themes.spec ++
--- /var/tmp/diff_new_pack.2zsOBb/_old  2015-07-12 22:53:13.0 +0200
+++ /var/tmp/diff_new_pack.2zsOBb/_new  2015-07-12 22:53:13.0 +0200
@@ -22,7 +22,7 @@
 %define _gtk_ver 3.16
 %define _version 1.10
 Name:   mate-themes
-Version:1.10.1
+Version:1.10.2
 Release:0
 Summary:Themes for the MATE desktop
 License:LGPL-2.1+
@@ -75,11 +75,12 @@
 %doc README COPYING NEWS
 # GTK+ themes.
 %{_datadir}/themes/BlackMATE/
-%{_datadir}/themes/BlackMenta/
 %{_datadir}/themes/BlueMenta/
+%{_datadir}/themes/Blue-Submarine/
 %{_datadir}/themes/ContrastHigh/
 %{_datadir}/themes/ContrastHighInverse/
 %{_datadir}/themes/GreenLaguna/
+%{_datadir}/themes/Green-Submarine/
 %{_datadir}/themes/Menta/
 %{_datadir}/themes/Shiny/
 %{_datadir}/themes/TraditionalOk/

++ mate-themes-gtk3.16-1.10.1.tar.xz -> mate-themes-gtk3.16-1.10.2.tar.xz 
++
 74752 lines of diff (skipped)




commit octave-forge-octproj for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package octave-forge-octproj for 
openSUSE:Factory checked in at 2015-07-12 22:52:53

Comparing /work/SRC/openSUSE:Factory/octave-forge-octproj (Old)
 and  /work/SRC/openSUSE:Factory/.octave-forge-octproj.new (New)


Package is "octave-forge-octproj"

Changes:

--- 
/work/SRC/openSUSE:Factory/octave-forge-octproj/octave-forge-octproj.changes
2015-06-16 15:13:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.octave-forge-octproj.new/octave-forge-octproj.changes
   2015-07-12 22:52:54.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul  7 17:21:44 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 1.1.5
+  * Bug fixes and minor changes
+
+---

Old:

  octproj-1.1.2.tar.gz

New:

  octproj-1.1.5.tar.gz



Other differences:
--
++ octave-forge-octproj.spec ++
--- /var/tmp/diff_new_pack.IgrY9P/_old  2015-07-12 22:52:55.0 +0200
+++ /var/tmp/diff_new_pack.IgrY9P/_new  2015-07-12 22:52:55.0 +0200
@@ -18,7 +18,7 @@
 
 %define octpkg  octproj
 Name:   octave-forge-%{octpkg}
-Version:1.1.2
+Version:1.1.5
 Release:0
 Summary:Octave bindings to PROJ.4
 License:GPL-3.0+

++ octproj-1.1.2.tar.gz -> octproj-1.1.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/octproj/DESCRIPTION new/octproj-1.1.5/DESCRIPTION
--- old/octproj/DESCRIPTION 2012-10-03 16:09:47.0 +0200
+++ new/octproj-1.1.5/DESCRIPTION   2015-06-16 15:23:41.0 +0200
@@ -1,6 +1,6 @@
 Name: OctPROJ
-Version: 1.1.2
-Date: 2012-10-03
+Version: 1.1.5
+Date: 2015-06-16
 Author: José Luis García Pallero 
 Maintainer: José Luis García Pallero 
 Title: GNU Octave bindings to PROJ.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/octproj/NEWS new/octproj-1.1.5/NEWS
--- old/octproj/NEWS2012-10-03 10:28:34.0 +0200
+++ new/octproj-1.1.5/NEWS  2015-06-16 15:23:41.0 +0200
@@ -1,3 +1,18 @@
+Summary of important user-visible changes for version 1.1.5:
+
+
+** Minor changes in src/Makefile
+
+Summary of important user-visible changes for version 1.1.4:
+
+
+** Changed calls to ismatrix() for isnumeric() Octave funcions
+
+Summary of important user-visible changes for version 1.1.3:
+
+
+** Only minor changes in Mercurial repository managment
+
 Summary of important user-visible changes for version 1.1.2:
 
 
Files old/octproj/doc/octproj.pdf and new/octproj-1.1.5/doc/octproj.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/octproj/doc/octproj.tex 
new/octproj-1.1.5/doc/octproj.tex
--- old/octproj/doc/octproj.tex 2012-10-01 10:54:27.0 +0200
+++ new/octproj-1.1.5/doc/octproj.tex   2015-06-16 15:23:41.0 +0200
@@ -13,7 +13,9 @@
 \author{Jos\'e Luis Garc\'ia Pallero\footnote{ETSI en Topograf\'ia, Geodesia y
 Cartograf\'ia, Universidad Polit\'ecnica de Madrid.
 \texttt{jlg.pall...@upm.es}, \texttt{jgpall...@gmail.com}}}
-\date{October 1, 2012 (version 1.1.1)\\
+\date{February 13, 2015 (version 1.1.4)\\
+  June 20, 2013 (version 1.1.3)\\
+  October 1, 2012 (version 1.1.1)\\
   April 13, 2012 (version 1.1.0)\\
   May 13, 2011 (version 1.0.2)\\
   November 29, 2010 (version 1.0.1)\\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/octproj/inst/op_fwd.m new/octproj-1.1.5/inst/op_fwd.m
--- old/octproj/inst/op_fwd.m   2010-11-26 18:59:10.0 +0100
+++ new/octproj-1.1.5/inst/op_fwd.m 2015-06-16 15:23:41.0 +0200
@@ -99,14 +99,14 @@
 function [a,b,rowWork,colWork] = checkInputArguments(a,b,params)
 
 %a must be matrix type
-if ismatrix(a)
+if isnumeric(a)
 %a dimensions
 [rowA,colA] = size(a);
 else
 error('The first input argument is not numeric');
 end
 %b must be matrix type
-if ismatrix(b)
+if isnumeric(b)
 %b dimensions
 [rowB,colB] = size(b);
 else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/octproj/inst/op_geoc2geod.m 
new/octproj-1.1.5/inst/op_geoc2geod.m
--- old/octproj/inst/op_geoc2geod.m 2010-11-26 18:59:32.0 +0100
+++ new/octproj-1.1.5/inst/op_geoc2geod.m   2015-06-16 15:23:41.0 
+0200
@@ -101,21 +101,21 @@
 function [a,b,c,rowWork,colWork] = checkInputArguments(a,b,c,d,e)
 
 %a must be matrix t

commit phpMyAdmin for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2015-07-12 22:53:21

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


Package is "phpMyAdmin"

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2015-06-23 
11:56:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2015-07-12 22:53:23.0 +0200
@@ -1,0 +2,21 @@
+Wed Jul  8 06:27:42 UTC 2015 - ec...@opensuse.org
+
+- update to 4.4.11 (2015-07-06)
+  - fix bug Missing selected/entered values when editing active 
+   options in visual query builder
+  - sf#4969 Autoload from prefs_storage not behaving properly
+  - sf#4972 Incorrect length computed for binary data
+  - fix bug Remove character set from create_tables_drizzle.sql
+  - sf#4973 Users overview needs clarification
+  - sf#4974 Creating a database from console doesn't update 
+navigation panel
+  - sf#4844 FAQ 1.17 needs an update
+- change sourcepath in spec
+
+---
+Thu Jul  2 11:16:15 UTC 2015 - mci...@suse.cz
+
+- switch upstream url to https
+- include signed release together with keyring to verify signatures
+
+---

Old:

  phpMyAdmin-4.4.10-all-languages.tar.bz2

New:

  phpMyAdmin-4.4.11-all-languages.tar.bz2
  phpMyAdmin-4.4.11-all-languages.tar.bz2.asc
  phpMyAdmin.keyring



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.lBEVeM/_old  2015-07-12 22:53:25.0 +0200
+++ /var/tmp/diff_new_pack.lBEVeM/_new  2015-07-12 22:53:25.0 +0200
@@ -16,8 +16,6 @@
 #
 
 
-Name:   phpMyAdmin
-
 %define apxs %{_sbindir}/apxs2
 %define ap_sysconfdir %(%{apxs} -q SYSCONFDIR)
 %define ap_serverroot %(%{apxs} -q PREFIX)
@@ -30,28 +28,24 @@
 %define ap_usr nobody
 %define ap_grp nogroup
 %endif
-
+Name:   phpMyAdmin
+Version:4.4.11
+Release:0
 Summary:Administration of MySQL over the web
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Frontends
-Version:4.4.10
-Release:0
-Url:http://www.phpMyAdmin.net
-Source0:
http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2
-Source1:%{name}.http
+Url:https://www.phpMyAdmin.net/
+Source0:
https://files.phpmyadmin.net/phpMyAdmin/%{version}/%{name}-%{version}-all-languages.tar.bz2
+Source1:
https://files.phpmyadmin.net/phpMyAdmin/%{version}/%{name}-%{version}-all-languages.tar.bz2.asc
+Source2:%{name}.keyring
+Source3:%{name}.http
 Source100:  %{name}-rpmlintrc
 # Fix-SuSE: provide useful default config
 Patch0: %{name}-config.patch
 # Fix-SUSE: auto config for pma storage
 Patch1: %{name}-pma.patch
-BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-PreReq: pwgen coreutils sed grep
 BuildRequires:  apache2-devel
 BuildRequires:  python-devel
-%if 0%{?suse_version} > 1020
-BuildRequires:  fdupes
-%endif
 #
 Requires:   mod_php_any
 Requires:   php-bz2
@@ -62,7 +56,17 @@
 Requires:   php-mysql
 Requires:   php-session
 Requires:   php-zlib
+# FIXME: use proper Requires(pre/post/preun/...)
+PreReq: coreutils
+PreReq: grep
+PreReq: pwgen
+PreReq: sed
 Recommends: php5-zip
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
+%if 0%{?suse_version} > 1020
+BuildRequires:  fdupes
+%endif
 
 %description
 phpMyAdmin can manage a whole MySQL server (needs a super-user) as well as a
@@ -103,7 +107,7 @@
 %setup -q -n %{name}-%{version}-all-languages
 ## rpmlint:
 # wrong-file-end-of-line-encoding
-%{__perl} -p -i -e 's|\r\n|\n|' examples/config.manyhosts.inc.php
+perl -p -i -e 's|\r\n|\n|' examples/config.manyhosts.inc.php
 %patch0
 %patch1
 
@@ -118,32 +122,32 @@
 
 %install
 #%%{__install} -d -m0750 $RPM_BUILD_ROOT%%{_sysconfdir}/%%{name}
-%{__install} -d -m0755 $RPM_BUILD_ROOT%{ap_docroot}/%{name}
-%{__cp} -dR *.css *.php *.ico js libraries locale themes \
-  $RPM_BUILD_ROOT%{ap_docroot}/%{name}
+install -d -m0755 %{buildroot}%{ap_docroot}/%{name}
+cp -dR *.css *.php *.ico js libraries locale themes \
+  %{buildroot}%{ap_docroot}/%{name}
 # install config to config dir
-%{__install} -D -m0640 
$RPM_BUILD_ROOT%{ap_docroot}/%{name}/config.sample.inc.php \
- $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/config.inc.php
+install -D -m0640 %{buildroot}%{ap_docroot}/%{name}/config.sample.inc.php \
+ %{buildroot}%{_sysconfdir}/%{name}/config.inc.php
 
 # fix libraries/ve

commit gonvert for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package gonvert for openSUSE:Factory checked 
in at 2015-07-12 22:52:54

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


Package is "gonvert"

Changes:

--- /work/SRC/openSUSE:Factory/gonvert/gonvert.changes  2015-06-04 
11:25:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.gonvert.new/gonvert.changes 2015-07-12 
22:52:55.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul  7 17:26:05 UTC 2015 - nemy...@gmx.ch
+
+- Change URL
+
+---



Other differences:
--
++ gonvert.spec ++
--- /var/tmp/diff_new_pack.W12C2v/_old  2015-07-12 22:52:56.0 +0200
+++ /var/tmp/diff_new_pack.W12C2v/_new  2015-07-12 22:52:56.0 +0200
@@ -22,7 +22,7 @@
 Release:0
 License:GPL-2.0+
 Summary:Conversion utility that allows conversion between many units
-Url:http://unihedron.com/projects/gonvert/gonvert.php
+Url:http://www.unihedron.com/projects/gonvert/index.php
 Group:  Productivity/Scientific/Math
 Source: 
http://www.unihedron.com/projects/gonvert/downloads/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE gonvert-desktopfile.patch -- Fix Name, GenericName, Icon 
and Categories




commit trinity for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package trinity for openSUSE:Factory checked 
in at 2015-07-12 22:52:48

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


Package is "trinity"

Changes:

--- /work/SRC/openSUSE:Factory/trinity/trinity.changes  2015-06-23 
12:00:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.trinity.new/trinity.changes 2015-07-12 
22:52:49.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 30 09:44:29 UTC 2015 - jsl...@suse.com
+
+- Update to 20150629
+- Add older-distros.patch: support for SLE11
+
+---

Old:

  trinity-20150617.tar.xz

New:

  older-distros.patch
  trinity-20150629.tar.xz



Other differences:
--
++ trinity.spec ++
--- /var/tmp/diff_new_pack.F1JFar/_old  2015-07-12 22:52:50.0 +0200
+++ /var/tmp/diff_new_pack.F1JFar/_new  2015-07-12 22:52:50.0 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   trinity
-Version:20150617
+Version:20150629
 Release:0
 Summary:A Linux System call fuzz tester
 License:GPL-2.0
 Group:  Development/Tools/Other
 Url:http://codemonkey.org.uk/projects/trinity/
 Source0:%{name}-%{version}.tar.xz
+Patch0: older-distros.patch
 BuildRequires:  gcc
 BuildRequires:  make
 BuildRequires:  xz
@@ -37,6 +38,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 ./configure.sh

++ older-distros.patch ++
---
 include/compat.h |3 +++
 1 file changed, 3 insertions(+)

--- a/include/compat.h
+++ b/include/compat.h
@@ -1018,6 +1018,9 @@ struct kvm_get_htab_fd {
 #endif
 
 /* time.h */
+#ifndef CLOCK_MONOTONIC_RAW
+#define CLOCK_MONOTONIC_RAW 4
+#endif
 #ifndef CLOCK_BOOTTIME
 #define CLOCK_BOOTTIME 7
 #endif
++ trinity-20150617.tar.xz -> trinity-20150629.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-20150617/blockdevs.c 
new/trinity-20150629/blockdevs.c
--- old/trinity-20150617/blockdevs.c2015-06-22 14:00:27.0 +0200
+++ new/trinity-20150629/blockdevs.c2015-06-30 11:29:30.0 +0200
@@ -7,7 +7,7 @@
 #include "types.h"
 #include "utils.h"
 
-static int nr_blockdevs = 0;
+static unsigned int nr_blockdevs = 0;
 
 struct bdevlist {
struct list_head list;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-20150617/children/random-syscalls.c 
new/trinity-20150629/children/random-syscalls.c
--- old/trinity-20150617/children/random-syscalls.c 2015-06-22 
14:00:27.0 +0200
+++ new/trinity-20150629/children/random-syscalls.c 2015-06-30 
11:29:30.0 +0200
@@ -137,8 +137,9 @@
do_syscall(rec);
 
if (this_child->pid == 0) {
-   output(0, "Sanity check failed. my pid became zero after 
syscall:%d(%lx, %lx, %lx)  was:%d\n",
-   syscallnr, a1, a2, a3, oldpid);
+   output(0, "Sanity check failed. my pid became zero after 
syscall:%s(%lx, %lx, %lx)  was:%d\n",
+   print_syscall_name(syscallnr, do32),
+   a1, a2, a3, oldpid);
dump_childnos();
dump_childdata(this_child);
panic(EXIT_PID_OUT_OF_RANGE);
@@ -146,8 +147,9 @@
 
if (old != 0) {
if (rec->tv.tv_sec - old > 60) {
-   output(0, "Sanity check failed. Something stomped on 
rec->tv after syscall:%d(%lx, %lx, %lx)  was:%lx now:%lx.\n",
-   syscallnr, a1, a2, a3, old, rec->tv.tv_sec);
+   output(0, "Sanity check failed. Something stomped on 
rec->tv after syscall:%s(%lx, %lx, %lx)  was:%lx now:%lx.\n",
+   print_syscall_name(syscallnr, do32),
+   a1, a2, a3, old, rec->tv.tv_sec);
dump_childnos();
dump_childdata(this_child);
panic(EXIT_PID_OUT_OF_RANGE);
@@ -156,8 +158,10 @@
 
/* post syscall sanity checks. */
if (len != strlen(rec->prebuffer)) {
-   output(0, "Sanity check failed: prebuffer length changed from 
%d to %d after syscall:%d(%lx, %lx, %lx).\n",
-   len, strlen(rec->prebuffer), syscallnr, a1, a2, a3);
+   output(0, "Sanity check failed: prebuffer length changed from 
%d to %d after syscall:%s(%lx, %lx, %lx).\n",
+   len, strlen(rec->prebuffer),
+   print_syscall_name(syscallnr, do32),
+   a1, a2, a3);
dump_childnos();

commit postgresql-jdbc for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package postgresql-jdbc for openSUSE:Factory 
checked in at 2015-07-12 22:52:43

Comparing /work/SRC/openSUSE:Factory/postgresql-jdbc (Old)
 and  /work/SRC/openSUSE:Factory/.postgresql-jdbc.new (New)


Package is "postgresql-jdbc"

Changes:

--- /work/SRC/openSUSE:Factory/postgresql-jdbc/postgresql-jdbc.changes  
2014-07-21 22:34:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql-jdbc.new/postgresql-jdbc.changes 
2015-07-12 22:52:45.0 +0200
@@ -1,0 +2,8 @@
+Mon Jul  6 11:37:30 UTC 2015 - dmacvi...@suse.de
+
+- update to version 9.4-1200 (fate#318788)
+  * https://jdbc.postgresql.org/documentation/changelog.html
+- Add patch:
+  * jdbc-postgresql-9.4_p1201-remove-sspi.patch
+
+---

Old:

  postgresql-jdbc-9.3-1101.src.tar.gz

New:

  build.xml
  jdbc-postgresql-9.4_p1201-remove-sspi.patch
  postgresql-jdbc-9.4-1201.src.tar.gz



Other differences:
--
++ postgresql-jdbc.spec ++
--- /var/tmp/diff_new_pack.cL4xNp/_old  2015-07-12 22:52:46.0 +0200
+++ /var/tmp/diff_new_pack.cL4xNp/_new  2015-07-12 22:52:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package postgresql-jdbc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,18 @@
 #
 
 
-%define buildnum 1101
+%define buildnum 1201
 Name:   postgresql-jdbc
-Version:9.3
+Version:9.4
 Release:0
 Summary:Official JDBC Driver for PostgreSQL
 License:BSD-3-Clause
 Group:  Development/Languages/Java
 Url:http://jdbc.postgresql.org
 Source0:
http://jdbc.postgresql.org/download/%{name}-%{version}-%{buildnum}.src.tar.gz
+# Original build.xml without maven
+Source1:build.xml
+Patch0: jdbc-postgresql-9.4_p1201-remove-sspi.patch
 BuildRequires:  ant
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
@@ -47,10 +50,18 @@
 
 %prep
 %setup -q -n %{name}-%{version}-%{buildnum}.src
-
+%patch0 -p1
 # remove all third party jars
 find . -iname '*.jar' | xargs rm -rf
 
+# replace the build script
+cp -f %{SOURCE1} build.xml
+
+# remove NTDSAPI class
+rm -f org/postgresql/sspi/NTDSAPI.java
+rm -f org/postgresql/sspi/NTDSAPIWrapper.java
+rm -f org/postgresql/sspi/SSPIClient.java
+
 %build
 ant
 
@@ -64,7 +75,7 @@
 
 # create directory for installing the jars
 install -d -m 755 %{buildroot}%{_javadir}
-install -m 655 jars/postgresql-%{version}-%{buildnum}.jdbc41.jar \
+install -m 655 
$RPM_BUILD_DIR/%{name}-%{version}-%{buildnum}.src/jars/postgresql.jar \
   %{buildroot}/%{_javadir}/%{name}-%{version}.jar
 (cd %{buildroot}/%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} 
${jar/-%{version}/}; done)
 

++ jdbc-postgresql-9.4_p1201-remove-sspi.patch ++
--- a/org/postgresql/core/v3/ConnectionFactoryImpl.java 2015-03-23 
07:32:15.0 +0100
+++ b/org/postgresql/core/v3/ConnectionFactoryImpl.java 2015-03-23 
07:41:53.160058718 +0100
@@ -19,7 +19,6 @@
 
 import org.postgresql.PGProperty;
 import org.postgresql.core.*;
-import org.postgresql.sspi.SSPIClient;
 import org.postgresql.hostchooser.GlobalHostStatusTracker;
 import org.postgresql.hostchooser.HostChooser;
 import org.postgresql.hostchooser.HostChooserFactory;
@@ -387,11 +386,7 @@
 // or an authentication request
 
 String password = PGProperty.PASSWORD.get(info);
-
-/* SSPI negotiation state, if used */
-SSPIClient sspiClient = null;
 
-try {
authloop:
while (true)
{
@@ -507,88 +502,16 @@
 case AUTH_REQ_SSPI:
 /* 
  * Use GSSAPI if requested on all platforms, via JSSE.
- *
- * For SSPI auth requests, if we're on Windows attempt 
native SSPI
- * authentication if available, and if not disabled by 
setting a
- * kerberosServerName. On other platforms, attempt 
JSSE GSSAPI
- * negotiation with the SSPI server.
- *
- * Note that this is slightly different to libpq, 
which uses SSPI
- * for GSSAPI where supported. We prefer to use the 
existing Java
- * JSSE Kerberos support rather than going to native 
(via JNA) calls
- * where possible, so that JSSE system pr

commit octave-forge-nan for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package octave-forge-nan for 
openSUSE:Factory checked in at 2015-07-12 22:52:58

Comparing /work/SRC/openSUSE:Factory/octave-forge-nan (Old)
 and  /work/SRC/openSUSE:Factory/.octave-forge-nan.new (New)


Package is "octave-forge-nan"

Changes:

--- /work/SRC/openSUSE:Factory/octave-forge-nan/octave-forge-nan.changes
2015-06-30 10:18:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.octave-forge-nan.new/octave-forge-nan.changes   
2015-07-12 22:52:59.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul  7 18:08:41 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 2.8.1
+  * Bugfix release
+
+---

Old:

  nan-2.8.0.tar.gz

New:

  nan-2.8.1.tar.gz



Other differences:
--
++ octave-forge-nan.spec ++
--- /var/tmp/diff_new_pack.lipXXn/_old  2015-07-12 22:53:00.0 +0200
+++ /var/tmp/diff_new_pack.lipXXn/_new  2015-07-12 22:53:00.0 +0200
@@ -18,7 +18,7 @@
 
 %define octpkg  nan
 Name:   octave-forge-%{octpkg}
-Version:2.8.0
+Version:2.8.1
 Release:0
 Summary:A statistics and machine learning toolbox
 License:GPL-3.0+

++ nan-2.8.0.tar.gz -> nan-2.8.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NaN/DESCRIPTION new/NaN/DESCRIPTION
--- old/NaN/DESCRIPTION 2015-06-24 14:53:57.0 +0200
+++ new/NaN/DESCRIPTION 2015-07-06 21:43:26.0 +0200
@@ -1,6 +1,6 @@
 Name: NaN
-Version: 2.8.0
-Date: 2015-06-24
+Version: 2.8.1
+Date: 2015-07-06
 Author: Alois Schloegl 
 Maintainer: Alois Schloegl
 Title: The NaN-toolbox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NaN/NEWS new/NaN/NEWS
--- old/NaN/NEWS2015-06-24 14:53:35.0 +0200
+++ new/NaN/NEWS2015-07-06 21:42:45.0 +0200
@@ -1,4 +1,6 @@
-2015-06-18: Releae of NaN v2.7.7
+2015-07-06: Release of NaN-tb v2.8.1
+
+- fix nantest to avoid crashing octave 4.0.0 on windows
 
 2015-06-24: Release of NaN-tb v2.8.0
 
@@ -6,9 +8,9 @@
   (fixes #45363 and #44859)
 
 - check for sparse input matrices and
-  convert to full if needed
+  convert to full when needed
 
-2015-06-01: Release of NaN v2.7.6
+2015-06-01: Release of NaN v.2.7.6
 
 - improve accuracy of normcdf (bug #38170) 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NaN/VERSION new/NaN/VERSION
--- old/NaN/VERSION 2015-06-24 14:53:57.0 +0200
+++ new/NaN/VERSION 2015-07-06 21:43:26.0 +0200
@@ -1,3 +1,3 @@
 # NaN-toolbox http://pub.ist.ac.at/~schloegl/matlab/NaN
-# Version:  2.8.0
-# Date: 2015-06-24
+# Version:  2.8.1
+# Date: 2015-07-06
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NaN/inst/nantest.m new/NaN/inst/nantest.m
--- old/NaN/inst/nantest.m  2015-01-14 20:05:11.0 +0100
+++ new/NaN/inst/nantest.m  2015-07-02 23:04:17.0 +0200
@@ -24,7 +24,7 @@
 %You should have received a copy of the GNU General Public License
 %along with this program; If not, see .
 
-%  $Id: nantest.m 12734 2015-01-14 19:05:11Z schloegl $
+%  $Id: nantest.m 12844 2015-07-02 21:04:17Z schloegl $
 %  Copyright (C) 2000-2004,2009 by Alois Schloegl 

 %   This script is part of the NaN-toolbox
 %   http://pub.ist.ac.at/~schloegl/matlab/NaN/
@@ -227,16 +227,23 @@
 %(roots([2e-37,-2,2])-[1e37;1])
 % check nan/nan   %% this test addresses a problem in Matlab 5.3, 6.1 & 6.5
 p= 4;
+tmp1 = repmat(nan, 4);
+tmp2 = repmat(nan, 4);
+if ispc
+% Octave 4.0.0 on Windows crashes, therefore the test is disabled
+   warning('mrdivide (repmat(nan,4), repmat(nan,4)) and mldivide 
(repmat(nan,4), repmat(nan,4)) not tested because it might crash Octave on 
Windows.\n');  
+else
 try
-   tmp1 = repmat(nan,p)/repmat(nan,p);
-catch   % exception error in Octave 3.8.2 of debian wheezy
-   tmp1 = repmat(nan, 4);
+   tmp1 = repmat(nan,p) / repmat(nan,p);
+catch   % exception error in Octave 3.8.2 and later of debian wheezy
+   fprintf(2,'mrdivide (repmat(nan,4), repmat(nan,4)) fails with an 
exception\n'); 
 end;
 try
-   tmp2 = repmat(nan,p)\repmat(nan,p);
-catch   % exception error in Octave 3.8.2 of debian wheezy
-   tmp2 = repmat(nan, 4); 
+   tmp2 = repmat(nan,p) \ repmat(nan,p);
+catch   % exception error in Octave 3.8.2 and later of debian wheezy
+   fprintf(2,'mldivide (repmat(nan,4), repmat(nan,4)) fails with an 
exception\n');
 end
+end;
 tmp3 = repmat(0,p)/repmat(0,p);
 tmp4 = repmat(0,p)\repmat(0

commit octave-forge-octclip for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package octave-forge-octclip for 
openSUSE:Factory checked in at 2015-07-12 22:52:56

Comparing /work/SRC/openSUSE:Factory/octave-forge-octclip (Old)
 and  /work/SRC/openSUSE:Factory/.octave-forge-octclip.new (New)


Package is "octave-forge-octclip"

Changes:

--- 
/work/SRC/openSUSE:Factory/octave-forge-octclip/octave-forge-octclip.changes
2015-06-16 15:13:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.octave-forge-octclip.new/octave-forge-octclip.changes
   2015-07-12 22:52:57.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul  7 17:28:26 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 1.0.8
+  * Bug fixes and minor changes
+
+---

Old:

  octclip-1.0.3.tar.gz

New:

  octclip-1.0.8.tar.gz



Other differences:
--
++ octave-forge-octclip.spec ++
--- /var/tmp/diff_new_pack.1aiP8N/_old  2015-07-12 22:52:57.0 +0200
+++ /var/tmp/diff_new_pack.1aiP8N/_new  2015-07-12 22:52:57.0 +0200
@@ -18,7 +18,7 @@
 
 %define octpkg  octclip
 Name:   octave-forge-%{octpkg}
-Version:1.0.3
+Version:1.0.8
 Release:0
 Summary:Octave clipping polygons tool
 License:GPL-3.0+ and BSD-3-Clause
@@ -39,7 +39,7 @@
 
 %prep
 %setup -q -c %{name}-%{version}
-%patch1 -p1
+%patch1 -p0
 %octave_pkg_src
 
 %build

++ octclip-1.0.3.tar.gz -> octclip-1.0.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/octclip/DESCRIPTION new/octclip-1.0.8/DESCRIPTION
--- old/octclip/DESCRIPTION 2012-10-03 15:58:51.0 +0200
+++ new/octclip-1.0.8/DESCRIPTION   2015-06-16 15:23:52.0 +0200
@@ -1,6 +1,6 @@
 Name: OctCLIP
-Version: 1.0.3
-Date: 2012-10-03
+Version: 1.0.8
+Date: 2015-06-16
 Author: José Luis García Pallero 
 Maintainer: José Luis García Pallero 
 Title: GNU Octave clipping polygons tool
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/octclip/NEWS new/octclip-1.0.8/NEWS
--- old/octclip/NEWS2012-10-03 10:27:02.0 +0200
+++ new/octclip-1.0.8/NEWS  2015-06-16 15:23:52.0 +0200
@@ -1,3 +1,23 @@
+Summary of important user-visible changes for version 1.0.8:
+
+
+** Minor changes in src/Makefile
+
+Summary of important user-visible changes for version 1.0.7:
+
+
+** Minor changes and corrections in help strings
+
+Summary of important user-visible changes for version 1.0.6:
+
+
+** All calls to ismatrix() are changed by isnumeric()
+
+Summary of important user-visible changes for version 1.0.5:
+
+
+** Only minor changes in Mercurial repository managment
+
 Summary of important user-visible changes for version 1.0.3:
 
 
Files old/octclip/doc/octclip.pdf and new/octclip-1.0.8/doc/octclip.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/octclip/doc/octclip.tex 
new/octclip-1.0.8/doc/octclip.tex
--- old/octclip/doc/octclip.tex 2012-10-01 10:46:15.0 +0200
+++ new/octclip-1.0.8/doc/octclip.tex   2015-06-16 15:23:52.0 +0200
@@ -12,7 +12,9 @@
 \author{Jos\'e Luis Garc\'ia Pallero\footnote{ETSI en Topograf\'ia, Geodesia y
 Cartograf\'ia, Universidad Polit\'ecnica de Madrid.
 \texttt{jlg.pall...@upm.es}, \texttt{jgpall...@gmail.com}}}
-\date{October 1, 2012 (version 1.0.2)\\
+\date{February 13, 2015 (version 1.0.6)\\
+  June 20, 2013 (version 1.0.5)\\
+  October 1, 2012 (version 1.0.2)\\
   November 21, 2011 (version 1.0.1)\\
   May 24, 2011 (version 1.0.0)}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/octclip/inst/oc_polybool.m 
new/octclip-1.0.8/inst/oc_polybool.m
--- old/octclip/inst/oc_polybool.m  2012-09-30 22:55:58.0 +0200
+++ new/octclip-1.0.8/inst/oc_polybool.m2015-06-16 15:23:52.0 
+0200
@@ -1,4 +1,4 @@
-## Copyright (C) 2011, José Luis García Pallero, 
+## Copyright (C) 2011-2015, José Luis García Pallero, 
 ##
 ## This file is part of OctCLIP.
 ##
@@ -45,7 +45,8 @@
 ##
 ## For the matrices @var{sub} and @var{clip}, the first point is not needed to
 ## be repeated at the end (but is permitted). Pairs of (NaN,NaN) coordinates in
-## @var{sub} and/or @var{clip} are ommitted.
+## @var{sub} and/or @var{clip} are omitted, so they are treated as if each one
+## stored a single polygon.
 #

commit rear for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package rear for openSUSE:Factory checked in 
at 2015-07-12 22:52:50

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


Package is "rear"

Changes:

--- /work/SRC/openSUSE:Factory/rear/rear.changes2015-03-18 
13:05:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.rear.new/rear.changes   2015-07-12 
22:52:51.0 +0200
@@ -1,0 +2,66 @@
+Tue Jun 30 13:57:05 CEST 2015 - jsm...@suse.de
+
+- Update to version 1.17.1
+  * Removed the plain password in the logs (and output) coming
+from BACKUP_PROG_CRYPT_KEY to avoid crib (issue #568)
+  * Mount vfat file system without special mount options
+seems to work much better then with these options in recovery
+mode, therefore, we do not use these anymore (especially
+for /boot/efi) (issue #576)
+  * Elilo support has been added for SLES
+(not fully tested yet) - issue #583
+  * Grub2 rescue menu has been added (enable this feature
+with GRUB_RESCUE=y) - issue #589
+  * splitted script 31_include_uefi_tools.sh in two pieces:
+31_include_uefi_tools.sh: to grab the UEFI tools (as long
+as /boot/efi is mounted), and 32_include_uefi_env.sh: to dig
+deeper into the configuration when UEFI is active
+(related to issue #214). This is necessary to have to UEFI
+tools on SLES 11/12 where we cannot create an UEFI bootable
+ISO image. We must boot in BIOS mode, and need the UEFI tools
+to make the system bootable over UEFI.
+  * It is now possible to format an USB disk with a vfat and ext3
+partition (for UEFI booting) - issue #593
+  rear -v format -- --efi /dev/
+However, UEFI booting from an USB disk has not been
+implemented yet (sponsoring?).
+  * Simplified the code for ext* fs and added StopIfError calls
+to prevent divide by zero during recovery (issue #598)
+  * Syslinux version >6 requires some special handling due to
+splitting up the package (Ubuntu 15.04) (issue #584)
+  * Debian 8 support added with ISO booting with latest syslinux
+release as well (issues #596, #599 and #600)
+  * Changed the behavior of SSH_ROOT_PASSWORD - now saved as MD5
+hash password, but backwards compatibility is still respected
+(issue #560)
+  * For EMC NetWorker server/client we added some exclude items
+to COPY_AS_IS_EXCLUDE_NSR (issue #571)
+  * Removed the Warning message from main rear script as it was
+misleading (issues #563 and #564)
+  * output/ISO/Linux-i386/80_create_isofs.sh: make sure
+ISO_FILES[@] are copied to isofs directory (issue #569)
+- SLE11-ext3-example.conf is an example for SLE11
+  with default ext3 filesystem that gets installed as
+  /usr/share/rear/conf/SLE11-ext3-example.conf
+- SLE12-btrfs-example.conf is an example for SLE12
+  with default btrfs subvolumes that gets installed
+  as /usr/share/rear/conf/SLE12-btrfs-example.conf
+- Have config(noreplace) also for all files in /usr/share/rear/
+  to avoid that RPM package update overwrites user edited files
+  because Relax-and-Recover (rear) is meant to be adapted and
+  enhanced by the user according to his particular needs
+  (see http://en.opensuse.org/SDB:Disaster_Recovery).
+- Added rear-rpmlintrc to filter the following false positives
+  rpmlint warning messages:
+  * non-etc-or-var-file-marked-as-conffile
+because config(noreplace) is intentionally for all files
+in /usr/share/rear/ (see above)
+  * systemd-service-without-service_del_preun
+systemd-service-without-service_del_postun
+systemd-service-without-service_add_pre
+systemd-service-without-service_add_post
+because the systemd unit files in /usr/share/rear/skel/
+are not meant to be used in the running system.
+They are used to build the rear recovery system ISO image.
+
+---
@@ -5,5 +71,6 @@
-  * a new stage directory (init) which is called before
-any workflow. Can be used for extra initialization code,
-custom configurations and other stuff that should happen
-each time that ReaR is used (was added especially for DRLM
-as plugin for their DRLM variables) (issue #557)
+  * rear 1.17 introduced a new stage directory (init) which
+is called before any workflow. Can be used for extra
+initialization code, custom configurations and other stuff
+that should happen each time that ReaR is used (was added
+especially for DRLM as plugin for their DRLM variables)
+(issue #557)

Old:

  rear-1.17.0.tar.gz

New:

  SLE11-ext3-example.conf
  SLE12-btrfs-example.conf
  rear-1.17.1.tar.gz
  rear-rpmlintrc



Other differences:
--
++ rear.spec ++
--- /var/tmp/d

commit python3-virtualenv for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package python3-virtualenv for 
openSUSE:Factory checked in at 2015-07-12 22:53:02

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


Package is "python3-virtualenv"

Changes:

--- /work/SRC/openSUSE:Factory/python3-virtualenv/python3-virtualenv.changes
2015-06-02 10:12:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-virtualenv.new/python3-virtualenv.changes   
2015-07-12 22:53:03.0 +0200
@@ -1,0 +2,11 @@
+Thu Jul  2 03:50:59 UTC 2015 - jacobwin...@gmail.com
+
+- update to version 13.1.0
+  * Upgrade pip to 7.1.0
+  * Upgrade setuptools to 18.0.1
+
+- changes from version 13.0.3
+  * Upgrade pip to 7.1.0
+  * Upgrade setuptools to 18.0.1
+
+---

Old:

  virtualenv-13.0.3.tar.gz

New:

  virtualenv-13.1.0.tar.gz



Other differences:
--
++ python3-virtualenv.spec ++
--- /var/tmp/diff_new_pack.9NOTQO/_old  2015-07-12 22:53:04.0 +0200
+++ /var/tmp/diff_new_pack.9NOTQO/_new  2015-07-12 22:53:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-virtualenv
-Version:13.0.3
+Version:13.1.0
 Release:0
 Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder

++ virtualenv-13.0.3.tar.gz -> virtualenv-13.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-13.0.3/PKG-INFO 
new/virtualenv-13.1.0/PKG-INFO
--- old/virtualenv-13.0.3/PKG-INFO  2015-06-02 03:38:26.0 +0200
+++ new/virtualenv-13.1.0/PKG-INFO  2015-07-01 02:32:19.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: virtualenv
-Version: 13.0.3
+Version: 13.1.0
 Summary: Virtual Python Environment builder
 Home-page: https://virtualenv.pypa.io/
 Author: Jannis Leidel, Carl Meyer and Brian Rosner
@@ -47,6 +47,14 @@
 Release History
 ===
 
+13.1.0 (2015-06-30)
+~~~
+
+* Upgrade pip to 7.1.0
+
+* Upgrade setuptools to 18.0.1
+
+
 13.0.3 (2015-06-01)
 ~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-13.0.3/docs/changes.rst 
new/virtualenv-13.1.0/docs/changes.rst
--- old/virtualenv-13.0.3/docs/changes.rst  2015-06-02 03:37:43.0 
+0200
+++ new/virtualenv-13.1.0/docs/changes.rst  2015-07-01 02:32:16.0 
+0200
@@ -1,6 +1,14 @@
 Release History
 ===
 
+13.1.0 (2015-06-30)
+~~~
+
+* Upgrade pip to 7.1.0
+
+* Upgrade setuptools to 18.0.1
+
+
 13.0.3 (2015-06-01)
 ~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-13.0.3/setup.cfg 
new/virtualenv-13.1.0/setup.cfg
--- old/virtualenv-13.0.3/setup.cfg 2015-06-02 03:38:26.0 +0200
+++ new/virtualenv-13.1.0/setup.cfg 2015-07-01 02:32:19.0 +0200
@@ -2,7 +2,7 @@
 universal = 1
 
 [egg_info]
-tag_build = 
-tag_date = 0
 tag_svn_revision = 0
+tag_date = 0
+tag_build = 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-13.0.3/virtualenv.egg-info/PKG-INFO 
new/virtualenv-13.1.0/virtualenv.egg-info/PKG-INFO
--- old/virtualenv-13.0.3/virtualenv.egg-info/PKG-INFO  2015-06-02 
03:38:23.0 +0200
+++ new/virtualenv-13.1.0/virtualenv.egg-info/PKG-INFO  2015-07-01 
02:32:19.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: virtualenv
-Version: 13.0.3
+Version: 13.1.0
 Summary: Virtual Python Environment builder
 Home-page: https://virtualenv.pypa.io/
 Author: Jannis Leidel, Carl Meyer and Brian Rosner
@@ -47,6 +47,14 @@
 Release History
 ===
 
+13.1.0 (2015-06-30)
+~~~
+
+* Upgrade pip to 7.1.0
+
+* Upgrade setuptools to 18.0.1
+
+
 13.0.3 (2015-06-01)
 ~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-13.0.3/virtualenv.egg-info/SOURCES.txt 
new/virtualenv-13.1.0/virtualenv.egg-info/SOURCES.txt
--- old/virtualenv-13.0.3/virtualenv.egg-info/SOURCES.txt   2015-06-02 
03:38:26.0 +0200
+++ new/virtualenv-13.1.0/virtualenv.egg-info/SOURCES.txt   2015-07-01 
02:32:19.0 +0200
@@ -35,6 +35,6 @@
 virtualenv_embedded/site.py
 virtualenv_support/__init__.py
 virtualenv_support/argparse-1.3.0-py2.py3-none-any.whl
-virtualenv_supp

commit mysql-community-server for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package mysql-community-server for 
openSUSE:Factory checked in at 2015-07-12 22:52:41

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


Package is "mysql-community-server"

Changes:

--- 
/work/SRC/openSUSE:Factory/mysql-community-server/mysql-community-server.changes
2015-07-03 00:10:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mysql-community-server.new/mysql-community-server.changes
   2015-07-12 22:52:42.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul  7 09:25:05 UTC 2015 - tchva...@suse.com
+
+- Sync to git state fixing few triv issues
+
+---



Other differences:
--
++ mysql-community-server.spec ++
--- /var/tmp/diff_new_pack.GXS1Jj/_old  2015-07-12 22:52:44.0 +0200
+++ /var/tmp/diff_new_pack.GXS1Jj/_new  2015-07-12 22:52:44.0 +0200
@@ -182,6 +182,9 @@
 Requires:   libmysqlclient_r%{soname} = %{version}
 Requires:   openssl-devel
 Requires:   zlib-devel
+# mysql-devel needs to be provided as some pkgs still depend on it
+Provides:   mysql-devel = %{version}
+Obsoletes:  mysql-devel < %{version}
 
 %description -n libmysqlclient-devel
 This package contains the development header files and libraries

++ configuration-tweaks.tar.bz2 ++
--- old/default_plugins.cnf 2015-06-30 11:07:28.0 +0200
+++ new/default_plugins.cnf 2015-07-07 11:26:28.0 +0200
@@ -1,4 +1,4 @@
 [server]
-#plugin-load=blackhole=ha_blackhole.so
-#plugin-load=federated=ha_federated.so
-#plugin-load=archive=ha_archive.so
+#plugin-load-add=blackhole=ha_blackhole.so
+#plugin-load-add=federated=ha_federated.so
+#plugin-load-add=archive=ha_archive.so

++ mysql-patches.tar.bz2 ++




commit nano for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package nano for openSUSE:Factory checked in 
at 2015-07-12 22:53:04

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


Package is "nano"

Changes:

--- /work/SRC/openSUSE:Factory/nano/nano.changes2015-04-18 
10:39:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.nano.new/nano.changes   2015-07-12 
22:53:05.0 +0200
@@ -1,0 +2,9 @@
+Mon Jul  6 13:35:04 UTC 2015 - astie...@suse.com
+
+- GNU nano 2.4.2:
+  * ability to resize when in modes other than the main editing window
+  * proper displaying of invalid UTF-8 bytes
+  * new syntax definitions for Elisp, Guile, and PostgreSQL
+  * better display of shortcuts in the help menu and file browser
+
+---

Old:

  nano-2.4.1.tar.gz
  nano-2.4.1.tar.gz.asc

New:

  nano-2.4.2.tar.gz
  nano-2.4.2.tar.gz.asc



Other differences:
--
++ nano.spec ++
--- /var/tmp/diff_new_pack.1kcYRN/_old  2015-07-12 22:53:06.0 +0200
+++ /var/tmp/diff_new_pack.1kcYRN/_new  2015-07-12 22:53:06.0 +0200
@@ -18,7 +18,7 @@
 
 %define _version 2.4
 Name:   nano
-Version:2.4.1
+Version:2.4.2
 Release:0
 Summary:Pico editor clone with enhancements
 License:GPL-3.0+

++ nano-2.4.1.tar.gz -> nano-2.4.2.tar.gz ++
 91351 lines of diff (skipped)





commit python-lmiwbem for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package python-lmiwbem for openSUSE:Factory 
checked in at 2015-07-12 22:52:49

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


Package is "python-lmiwbem"

Changes:

--- /work/SRC/openSUSE:Factory/python-lmiwbem/python-lmiwbem.changes
2015-06-15 17:48:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-lmiwbem.new/python-lmiwbem.changes   
2015-07-12 22:52:50.0 +0200
@@ -1,0 +2,14 @@
+Mon Jun 29 13:13:55 UTC 2015 - kkae...@suse.com
+
+- enable WSMAN support
+
+- Update to 0.7.2
+  - fixed parameter compatibility in WBEMConnection.__init__() with PyWBEM
+  - fixed lmiwbem.config modifications
+  - improved exceptions handling
+
+- Update to 0.7.1
+  - fixed python3 build
+  - fixed boost::python library checks
+
+---

Old:

  python-lmiwbem-0.7.0.tar.gz

New:

  python-lmiwbem-0.7.2.tar.gz



Other differences:
--
++ python-lmiwbem.spec ++
--- /var/tmp/diff_new_pack.HrSiLl/_old  2015-07-12 22:52:51.0 +0200
+++ /var/tmp/diff_new_pack.HrSiLl/_new  2015-07-12 22:52:51.0 +0200
@@ -11,14 +11,19 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-%global with_doc 0
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
+# doc generation segfaults :-/
+%global with_doc 0
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 Name:   python-lmiwbem
-Version:0.7.0
+Version:0.7.2
 Release:1%{?dist}
 Summary:Python WBEM Client
 License:LGPL-2.0+
@@ -26,28 +31,29 @@
 Url:https://github.com/phatina/python-lmiwbem
 Source0:
https://github.com/phatina/python-lmiwbem/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE, SUSE packages internal Pegasus include files in separate 
directory, kkae...@suse.de
-Patch:  include-pegasus-internal.patch
+Patch1: include-pegasus-internal.patch
 
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
 %if 0%{?suse_version}
-BuildRequires:  pkg-config
 BuildRequires:  gcc-c++
+BuildRequires:  pkg-config
 BuildRequires:  python-devel
 %else
 BuildRequires:  boost-python >= 1.50.0
 BuildRequires:  python2-devel
 %endif
-BuildRequires:  tog-pegasus-devel >= 2.12.0
-BuildRequires:  tog-pegasus-libs >= 2.12.0
 BuildRequires:  boost-devel > 1.50.0
 BuildRequires:  openslp-devel
+BuildRequires:  tog-pegasus-devel >= 2.12.0
+BuildRequires:  tog-pegasus-libs >= 2.12.0
 %if %{with_doc}
 BuildRequires:  python-sphinx
 BuildRequires:  python-sphinx_rtd_theme
 BuildRequires:  python-sphinxcontrib-napoleon
 %endif
+BuildRequires:  libwsman_clientpp-devel
 
 Provides:   lmiwbem = %{version}-%{release}
 Obsoletes:  lmiwbem < 0.6.1-1
@@ -68,12 +74,16 @@
 %prep
 %setup -q -n %{name}-%{version}
 %if 0%{?suse_version}
-%patch -p1
+%patch1 -p1
 %endif
 
 %build
 autoreconf -fi
 %configure \
+%if 0%{?suse_version}
+--with-default-trust-store=/etc/pki/trust/anchors \
+%endif
+--with-wsman=yes \
 %if %{with_doc}
 --with-doc=yes
 %endif

++ python-lmiwbem-0.7.0.tar.gz -> python-lmiwbem-0.7.2.tar.gz ++
 2535 lines of diff (skipped)




commit ghc-http-conduit for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package ghc-http-conduit for 
openSUSE:Factory checked in at 2015-07-12 22:52:13

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


Package is "ghc-http-conduit"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-http-conduit/ghc-http-conduit.changes
2015-05-26 12:32:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-http-conduit.new/ghc-http-conduit.changes   
2015-07-12 22:52:14.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul  6 12:32:27 UTC 2015 - mimi...@gmail.com
+
+- update to 2.1.5.1
+
+---

Old:

  http-conduit-2.1.5.tar.gz

New:

  http-conduit-2.1.5.1.tar.gz



Other differences:
--
++ ghc-http-conduit.spec ++
--- /var/tmp/diff_new_pack.TmBwR0/_old  2015-07-12 22:52:15.0 +0200
+++ /var/tmp/diff_new_pack.TmBwR0/_new  2015-07-12 22:52:15.0 +0200
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   ghc-http-conduit
-Version:2.1.5
+Version:2.1.5.1
 Release:0
 Summary:HTTP client package with conduit interface and HTTPS support
 License:BSD-2-Clause

++ http-conduit-2.1.5.tar.gz -> http-conduit-2.1.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-conduit-2.1.5/Network/HTTP/Conduit.hs 
new/http-conduit-2.1.5.1/Network/HTTP/Conduit.hs
--- old/http-conduit-2.1.5/Network/HTTP/Conduit.hs  2014-11-18 
12:21:42.0 +0100
+++ new/http-conduit-2.1.5.1/Network/HTTP/Conduit.hs2015-07-02 
17:35:06.0 +0200
@@ -16,7 +16,7 @@
 -- This example uses interleaved IO to write the response body to a file in
 -- constant memory space.
 --
--- > import Data.Conduit.Binary (sinkFile)
+-- > import Data.Conduit.Binary (sinkFile) -- Exported from the package 
conduit-extra
 -- > import Network.HTTP.Conduit
 -- > import qualified Data.Conduit as C
 -- >
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-conduit-2.1.5/http-conduit.cabal 
new/http-conduit-2.1.5.1/http-conduit.cabal
--- old/http-conduit-2.1.5/http-conduit.cabal   2014-11-18 12:21:42.0 
+0100
+++ new/http-conduit-2.1.5.1/http-conduit.cabal 2015-07-02 17:35:06.0 
+0200
@@ -1,5 +1,5 @@
 name:http-conduit
-version: 2.1.5
+version: 2.1.5.1
 license: BSD3
 license-file:LICENSE
 author:  Michael Snoyman 




commit python-designateclient for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package python-designateclient for 
openSUSE:Factory checked in at 2015-07-12 22:52:32

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


Package is "python-designateclient"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-designateclient/python-designateclient.changes
2014-04-03 19:36:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-designateclient.new/python-designateclient.changes
   2015-07-12 22:52:33.0 +0200
@@ -2 +2 @@
-Thu Mar 27 11:34:59 UTC 2014 - dmuel...@suse.com
+Wed Sep 10 15:10:18 UTC 2014 - dmuel...@suse.com
@@ -4 +4,90 @@
-- go back to released version (1.0.2) 
+- go back to version 1.1.0 
+
+---
+Sun Aug 31 00:10:34 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-designateclient-1.0.3.17.ga900b41:
+  * sync and touch Commands Extend the base.DeleteCommand
+
+---
+Thu Aug 28 00:47:27 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-designateclient-1.0.3.15.g5e69886:
+  * Add support for SOA records
+
+---
+Thu Aug 14 23:44:32 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-designateclient-1.0.3.14.gedbc00a:
+  * Updated from global requirements
+
+---
+Mon Aug 11 11:37:21 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-designateclient-1.0.3.13.g32e7a64:
+  * Updated from global requirements
+
+---
+Fri Aug  1 23:47:49 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-designateclient-1.0.3.12.g322c455:
+  * Add support for quotas for v1 cli / bindings
+
+---
+Thu Jul 17 00:27:30 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-designateclient-1.0.3.11.ge9adf2a:
+  * Enable hacking check H104
+  * Added oslosphinx theme, and enabled the incubating option
+  * Support better logging (Fixes --debug option)
+
+---
+Fri Jul 11 23:57:36 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-designateclient-1.0.3.9.g975bc54:
+  * Enabled hacking check H401
+  * Support Keystone V3 authentication
+
+---
+Mon Jul  7 23:57:14 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-designateclient-1.0.3.6.gd4498bd:
+  * Support better logging (Fixes --debug option
+
+---
+Thu Jul  3 00:33:33 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-designateclient-1.0.3.5.g9d4544f:
+  * Update hacking package, fix/ignore new style errors
+
+---
+Wed Jul  2 00:31:50 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-designateclient-1.0.3.4.g5726896:
+  * Updated from global requirements
+
+---
+Sun Jun 29 00:31:08 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-designateclient-1.0.3.3.g469afe1:
+  * Update .gitreview for repository move
+
+---
+Sat Jun  7 00:38:37 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-designateclient-1.0.3.2.gd6bca95:
+  * Use six.add_metaclass instead of __metaclass__
+  * Add dummy tests
+  1.0.3
+
+---
+Thu Apr 17 00:43:12 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-designateclient-1.0.2.3.g6025437:
+  * designate record-list should display record data
+
+---
+Tue Apr 15 00:42:13 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-designateclient-1.0.2.2.ge6ff688:
+  * Correct Python bindings create-record example

Old:

  python-designateclient-1.0.2.tar.gz

New:

  python-designateclient-1.1.0.tar.gz



Other differences:
--
++ python-designateclient.spec ++
--- /var/tmp/diff_new_pack.ZS0efE/_old  2015-07-12 22:52:33.0 +0200
+++ /var/tmp/diff_new_pack.ZS0efE/_new  2015-07-12 22:52:33.0 +0200
@@ -18,13 +18,13 @@
 
 %define component designateclient
 Name:   python-%{component}
-Version:1.0.2
+Version:1.1.0
 Release:0
 Summary:Openstack DNS (Designate) API Clien

commit libindi for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package libindi for openSUSE:Factory checked 
in at 2015-07-12 22:52:21

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


Package is "libindi"

Changes:

--- /work/SRC/openSUSE:Factory/libindi/libindi.changes  2015-02-24 
13:06:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.libindi.new/libindi.changes 2015-07-12 
22:52:25.0 +0200
@@ -1,0 +2,8 @@
+Sun Jul  5 19:24:14 UTC 2015 - crrodrig...@opensuse.org
+
+- libindi-implicit-pointer-decl.patch: fix rpmlint implicit 
+  declaration warnings
+- BuildRequire libusb-1.0 not libusb-devel
+- Build C++ code with at least -fvisibility-inlines-hidden.
+
+---

New:

  libindi-implicit-pointer-decl.patch



Other differences:
--
++ libindi.spec ++
--- /var/tmp/diff_new_pack.DBDHSJ/_old  2015-07-12 22:52:26.0 +0200
+++ /var/tmp/diff_new_pack.DBDHSJ/_new  2015-07-12 22:52:26.0 +0200
@@ -30,6 +30,7 @@
 Source0:http://downloads.sourceforge.net/indi/%{name}_%{version}.tar.gz
 # PATCH-FIX-UPSTREAM no-return-in-nonvoid-function.patch 
asterios.dra...@gmail.com -- Fix "no-return-in-nonvoid-function" post-build 
check errors
 Patch0: no-return-in-nonvoid-function.patch
+Patch1: libindi-implicit-pointer-decl.patch 
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  gsl-devel
@@ -43,8 +44,8 @@
 BuildRequires:  pkg-config
 BuildRequires:  udev
 %endif
-BuildRequires:  libusb-devel
 BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(libusb-1.0)
 Requires:   libindi%{so_ver} = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -119,12 +120,13 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 mkdir build
 cd build
 export CFLAGS="%{optflags}"
-export CXXFLAGS="%{optflags}"
+export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
 _libsuffix=$(echo %_lib | cut -b4-)
 cmake \
  -DCMAKE_INSTALL_PREFIX=%{_prefix} \

++ libindi-implicit-pointer-decl.patch ++
--- libindi-1.0.0.orig/drivers/telescope/celestronprotocol.c
+++ libindi-1.0.0/drivers/telescope/celestronprotocol.c
@@ -26,6 +26,7 @@
 
 
 #include 
+#include 
 #include 
 #include 
 #include 
--- libindi-1.0.0.orig/drivers/telescope/ieq45driver8406.c
+++ libindi-1.0.0/drivers/telescope/ieq45driver8406.c
@@ -28,6 +28,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "indicom.h"
 #include "indidevapi.h"
--- libindi-1.0.0.orig/drivers/telescope/ieq45driver8407.c
+++ libindi-1.0.0/drivers/telescope/ieq45driver8407.c
@@ -34,6 +34,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "indicom.h"
 #include "indidevapi.h"
--- libindi-1.0.0.orig/drivers/video/stvdriver.c
+++ libindi-1.0.0/drivers/video/stvdriver.c
@@ -19,6 +19,8 @@
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  
USA
 
 #endif
+#include "config.h"
+
 #include  
 #include 
 #include 
@@ -30,9 +32,6 @@
 
 #include "stvdriver.h"
 
-/* Config parameters */
-#include 
-
 #ifdef HAVE_NOVA_H
 #include 
 #endif



commit calibre for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2015-07-12 22:52:08

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


Package is "calibre"

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2015-06-30 
10:19:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2015-07-12 
22:52:10.0 +0200
@@ -1,0 +2,12 @@
+Mon Jul  6 02:52:09 UTC 2015 - badshah...@gmail.com
+
+- Generate the application icon in different sizes and install
+  into hicolor-icon-theme dir; improves icon look on HiDPI
+  displays.
+- Use post(un) scripts to update desktop database (needed when
+  installing a .desktop entry) and icon-theme cache (for hicolor
+  icon-theme).
+- Drop external .png image and corresponding installed icon from
+  /usr/share/pixmaps; no longer needed.
+
+---

Old:

  calibre.png



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.XghCH4/_old  2015-07-12 22:52:11.0 +0200
+++ /var/tmp/diff_new_pack.XghCH4/_new  2015-07-12 22:52:11.0 +0200
@@ -25,13 +25,13 @@
 Url:http://calibre-ebook.com
 Source0:
http://download.calibre-ebook.com/%{version}/calibre-%{version}.tar.xz
 Source2:%{name}.desktop
-Source3:%{name}.png
 Patch1: calibre-0.9.38-pillow.patch
 Patch2: calibre-setup.install.py.diff
 # PATCH-FIX-OPENSUSE: disabling Autoupdate Searcher
 Patch3: calibre-no-update.diff
 BuildRequires:  fdupes
 BuildRequires:  help2man
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  update-desktop-files
 
 # A note on BuildRequires and Requires:
@@ -151,7 +151,7 @@
 find "." -type f -name \*.py -exec \
 sed -e 's/calibre.ebooks.BeautifulSoup/BeautifulSoup/' -i {} +
 
-cp -v %{SOURCE2} %{SOURCE3}  .
+cp -v %{SOURCE2}  .
 
 %build
 LANG="en_US.UTF8" \
@@ -170,6 +170,14 @@
--staging-mandir=%{buildroot}%{_mandir} \
--libdir=%{_libdir}
 
+# GENERATE AND INSTALL HIRES ICONS INTO HICOLOR DIR (PRESENT ICON LOOKS 
BLURRED ON HiDPI)
+for i in 24 32 48 64 128 256 512
+do
+  mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps
+  convert icons/calibre.png \
+  -resize ${i}x${i} 
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png
+done
+
 %suse_update_desktop_file -i -n calibre Office Viewer
 
 %fdupes %{buildroot}
@@ -187,13 +195,23 @@
 # add shebangs
 sed -i -e '1i#!/usr/bin/python' %{buildroot}%{_libdir}/%{name}/chardet/*.py
 
+%post
+%desktop_database_post
+%icon_theme_cache_post
+
+%postun
+%desktop_database_postun
+%icon_theme_cache_postun
+
 %files
 # -f %%{name}.lang  -f iso639.lang
 %defattr(-,root,root)
 %{_bindir}/*
 %exclude %{_bindir}/calibre-uninstall
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/pixmaps/%{name}.png
+%dir %{_datadir}/icons/hicolor/512x512
+%dir %{_datadir}/icons/hicolor/512x512/apps
+%{_datadir}/icons/hicolor/*/apps/*.png
 %{_datadir}/%{name}/
 %{_libdir}/%{name}/
 %{_datadir}/appdata/




commit python3-pyzmq for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2015-07-12 22:52:14

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


Package is "python3-pyzmq"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2015-06-23 11:57:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2015-07-12 22:52:15.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 29 12:35:36 UTC 2015 - toddrme2...@gmail.com
+
+- Use python3-Cython, not python-Cython
+
+---



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.W9kCH9/_old  2015-07-12 22:52:16.0 +0200
+++ /var/tmp/diff_new_pack.W9kCH9/_new  2015-07-12 22:52:16.0 +0200
@@ -29,7 +29,7 @@
 BuildRequires:  python3-devel
 BuildRequires:  zeromq-devel
 # Test requirements:
-BuildRequires:  python-Cython
+BuildRequires:  python3-Cython
 Requires:   python3
 Recommends: zeromq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit openstack-utils for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package openstack-utils for openSUSE:Factory 
checked in at 2015-07-12 22:52:25

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


Package is "openstack-utils"

Changes:

--- /work/SRC/openSUSE:Factory/openstack-utils/openstack-utils.changes  
2014-05-02 14:01:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-utils.new/openstack-utils.changes 
2015-07-12 22:52:27.0 +0200
@@ -1,0 +2,41 @@
+Fri Aug 29 00:11:37 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version 2014.1.3+git.1409246608.bd34653:
+  + Skip neutron cleanup scripts for openstack-service utility
+  + Remove references to openstack-demo-install
+
+---
+Tue Jul 29 00:18:49 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version 2014.1.3+git.1406537705.3cf6d2f:
+  + openstack-status: Add neutron-metering-agent.
+  + openstack-status: Add openstack-ceilometer-notification.
+
+---
+Thu Jun 26 11:34:07 UTC 2014 - dmuel...@suse.com
+
+- Update to version 2014.1.3+git.1403518190.5f33951:
+  + bump release number
+  + maint: remove openstack-demo-install.1
+  + bump release number
+  + openstack-status: improve status for uncontactable httpd
+  + openstack-status: handle dashboard redirect from http to https
+
+---
+Tue Jun 10 16:50:09 UTC 2014 - dmuel...@suse.com
+
+- Update to version 2014.1.1+git.1401972689.77a7fa8:
+  + openstack-demo-install: remove this provisioning script
+
+---
+Wed May 21 11:55:44 UTC 2014 - dmuel...@suse.com
+
+- Update to version 2014.1.1+git.1400601894.9b10db2:
+  + support all systemctl actions on systemd platforms
+  + improve diagnostics for failure to sync DB
+  + bump release number
+  + report status of targetd if installed
+  + openstack-status: report status of trove services
+  + openstack-db: support trove database setup
+
+---

Old:

  openstack-utils-2013.2.3+git.1396353592.c2b8f6c.tar.gz

New:

  openstack-utils-2014.1.3+git.1409246608.bd34653.tar.gz



Other differences:
--
++ openstack-utils.spec ++
--- /var/tmp/diff_new_pack.iNVpjJ/_old  2015-07-12 22:52:28.0 +0200
+++ /var/tmp/diff_new_pack.iNVpjJ/_new  2015-07-12 22:52:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   openstack-utils
-Version:2013.2.3+git.1396353592.c2b8f6c
+Version:2014.1.3+git.1409246608.bd34653
 Release:0
 Summary:Helper utilities for OpenStack service
 License:Apache-2.0
@@ -34,7 +34,6 @@
 
  - openstack-config - Manipulate the openstack ini files
  - openstack-db - Setup or delete the database for a specified service
- - openstack-demo-install - Setup all services on a single node for testing
  - openstack-status - Give an overview of the status of installed services
 
 %prep
@@ -54,12 +53,10 @@
 %doc README.md NEWS LICENSE
 %{_bindir}/openstack-config
 %{_bindir}/openstack-db
-%{_bindir}/openstack-demo-install
 %{_bindir}/openstack-service
 %{_bindir}/openstack-status
 %{_mandir}/man1/openstack-config.1%{?ext_man}
 %{_mandir}/man1/openstack-db.1%{?ext_man}
-%{_mandir}/man1/openstack-demo-install.1%{?ext_man}
 %{_mandir}/man1/openstack-service.1.gz
 %{_mandir}/man1/openstack-status.1%{?ext_man}
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.iNVpjJ/_old  2015-07-12 22:52:28.0 +0200
+++ /var/tmp/diff_new_pack.iNVpjJ/_new  2015-07-12 22:52:28.0 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/redhat-openstack/openstack-utils.git
-c2b8f6c01a
+bd34653b5c
   
 
\ No newline at end of file

++ fix-db.patch ++
--- /var/tmp/diff_new_pack.iNVpjJ/_old  2015-07-12 22:52:28.0 +0200
+++ /var/tmp/diff_new_pack.iNVpjJ/_new  2015-07-12 22:52:28.0 +0200
@@ -18,8 +18,8 @@
 +  su -s /bin/sh -c "$APP-manage $db_cmd" $APP
  }
  
- db_sync() { db_manage sync; }
-@@ -147,10 +148,15 @@ if [ "$MODE" = 'sync' ]; then
+ db_sync() {
+@@ -153,10 +154,15 @@ if [ "$MODE" = 'sync' ]; then
  fi
  
  install_mysql_server() {
@@ -37,7 +37,7 @@
fi
  }
  
-@@ -205,15 +211,20 @@ fi
+@@ -211,15 +217,20 @@ fi
  # Make sure MySQL is installed.
  
  NEW_MYSQL_INSTALL=0
@@ -61,7 +61,7 @@
  exit 0
  ;;
*)
-@@ -229,7 +240,7 @@ fi
+@@ -235,7 +246,7 @@ fi
  
  # Make sure mysqld is running.
  
@@ -70,7 +70,7 @@
if [ -z "${ASSUME_YES}" ]; then
  printf "mysqld is not running.  Would you like to start it now? (y/n): "
  

commit perl-Lingua-EN-Inflect-Number for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Lingua-EN-Inflect-Number for 
openSUSE:Factory checked in at 2015-07-12 22:52:35

Comparing /work/SRC/openSUSE:Factory/perl-Lingua-EN-Inflect-Number (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Lingua-EN-Inflect-Number.new (New)


Package is "perl-Lingua-EN-Inflect-Number"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Lingua-EN-Inflect-Number/perl-Lingua-EN-Inflect-Number.changes
  2015-04-15 16:23:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Lingua-EN-Inflect-Number.new/perl-Lingua-EN-Inflect-Number.changes
 2015-07-12 22:52:37.0 +0200
@@ -1,0 +2,10 @@
+Tue Jul  7 09:03:47 UTC 2015 - co...@suse.com
+
+- updated to 1.12
+   see /usr/share/doc/packages/perl-Lingua-EN-Inflect-Number/Changes
+
+  1.12 2015-07-04 NEILB
+  - Added [MetaJSON] to dist.ini, so release will include META.json.
+RT#105629 from ETHER++
+
+---

Old:

  Lingua-EN-Inflect-Number-1.11.tar.gz

New:

  Lingua-EN-Inflect-Number-1.12.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Lingua-EN-Inflect-Number.spec ++
--- /var/tmp/diff_new_pack.x6pHbB/_old  2015-07-12 22:52:38.0 +0200
+++ /var/tmp/diff_new_pack.x6pHbB/_new  2015-07-12 22:52:38.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Lingua-EN-Inflect-Number
-Version:1.11
+Version:1.12
 Release:0
 %define cpan_name Lingua-EN-Inflect-Number
 Summary:Force number of words to singular or plural
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Lingua-EN-Inflect-Number/
-Source: 
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Lingua-EN-Inflect-Number-1.11.tar.gz -> 
Lingua-EN-Inflect-Number-1.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Inflect-Number-1.11/Changes 
new/Lingua-EN-Inflect-Number-1.12/Changes
--- old/Lingua-EN-Inflect-Number-1.11/Changes   2014-06-07 18:39:51.0 
+0200
+++ new/Lingua-EN-Inflect-Number-1.12/Changes   2015-07-04 10:00:04.0 
+0200
@@ -1,5 +1,9 @@
 Revision history for Perl module Lingua::EN::Inflect::Number
 
+1.12 2015-07-04 NEILB
+- Added [MetaJSON] to dist.ini, so release will include META.json.
+  RT#105629 from ETHER++
+
 1.11 2014-06-09
 - Set up the usual directory structure
 - Switched to Dist::Zilla
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Inflect-Number-1.11/LICENSE 
new/Lingua-EN-Inflect-Number-1.12/LICENSE
--- old/Lingua-EN-Inflect-Number-1.11/LICENSE   2014-06-07 18:39:51.0 
+0200
+++ new/Lingua-EN-Inflect-Number-1.12/LICENSE   2015-07-04 10:00:04.0 
+0200
@@ -22,7 +22,7 @@
  Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Inflect-Number-1.11/MANIFEST 
new/Lingua-EN-Inflect-Number-1.12/MANIFEST
--- old/Lingua-EN-Inflect-Number-1.11/MANIFEST  2014-06-07 18:39:51.0 
+0200
+++ new/Lingua-EN-Inflect-Number-1.12/MANIFEST  2015-07-04 10:00:04.0 
+0200
@@ -1,7 +1,8 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.019.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.032.
 Changes
 LICENSE
 MANIFEST
+META.json
 META.yml
 Makefile.PL
 README
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Inflect-Number-1.11/META.json 
new/Lingua-EN-Inflect-Number-1.12/META.json
--- old/Lingua-EN-Inflect-Number-1.11/META.json 1970-01-01 01:00:00.0 
+0100
+++ new/Lingua-EN-Inflect-Number-1.12/META.json 2015-07-04 10:00:04.0 
+0200
@@ -0,0 +1,48 @@
+{
+   "abstract" : "Force number of words to singular or plural",
+   "author" : [
+  "Simon Cozens "
+   ],
+   "dynamic_config" : 0,
+   "generated_by" : "Dist::Zilla version 5.032, CPAN::Meta::Converter version 
2.150001",
+   "license" : [
+  "perl_5"
+   ],
+   "meta-spec" : {
+  "url" 

commit nodejs-glob for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package nodejs-glob for openSUSE:Factory 
checked in at 2015-07-12 22:52:03

Comparing /work/SRC/openSUSE:Factory/nodejs-glob (Old)
 and  /work/SRC/openSUSE:Factory/.nodejs-glob.new (New)


Package is "nodejs-glob"

Changes:

--- /work/SRC/openSUSE:Factory/nodejs-glob/nodejs-glob.changes  2015-07-02 
22:40:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-glob.new/nodejs-glob.changes 
2015-07-12 22:52:05.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul  4 10:33:19 UTC 2015 - i...@marguerite.su
+
+- update version 5.0.13
+
+---

Old:

  glob-4.5.3.tgz

New:

  glob-5.0.13.tgz



Other differences:
--
++ nodejs-glob.spec ++
--- /var/tmp/diff_new_pack.OmUngf/_old  2015-07-12 22:52:06.0 +0200
+++ /var/tmp/diff_new_pack.OmUngf/_new  2015-07-12 22:52:06.0 +0200
@@ -19,7 +19,7 @@
 %define base_name glob
 
 Name:   nodejs-glob
-Version:4.5.3
+Version:5.0.13
 Release:0
 Summary:File Globbing
 License:ISC
@@ -48,7 +48,6 @@
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README.md
-%{nodejs_modulesdir}
-%dir %{nodejs_modulesdir}/%{base_name}
+%{nodejs_modulesdir}/%{base_name}
 
 %changelog

++ glob-4.5.3.tgz -> glob-5.0.13.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/README.md new/package/README.md
--- old/package/README.md   2015-03-13 06:32:15.0 +0100
+++ new/package/README.md   2015-06-19 00:23:47.0 +0200
@@ -79,7 +79,8 @@
 The intent for negation would be for a pattern starting with `!` to
 match everything that *doesn't* match the supplied pattern.  However,
 the implementation is weird, and for the time being, this should be
-avoided.  The behavior will change or be deprecated in version 5.
+avoided.  The behavior is deprecated in version 5, and will be removed
+entirely in version 6.
 
 ### Empty Sets
 
@@ -159,8 +160,6 @@
 * `aborted` Boolean which is set to true when calling `abort()`.  There
   is no way at this time to continue a glob search after aborting, but
   you can re-use the statCache to avoid having to duplicate syscalls.
-* `statCache` Collection of all the stat results the glob search
-  performed.
 * `cache` Convenience object.  Each field has the following possible
   values:
   * `false` - Path does not exist
@@ -263,9 +262,6 @@
 * `matchBase` Perform a basename-only match if the pattern does not
   contain any slash characters.  That is, `*.js` would be treated as
   equivalent to `**/*.js`, matching all js files in all directories.
-* `nonegate` Suppress `negate` behavior.  (See below.)
-* `nocomment` Suppress `comment` behavior.  (See below.)
-* `nonull` Return the pattern when no matches are found.
 * `nodir` Do not match directories, only files.  (Note: to match
   *only* directories, simply put a `/` at the end of the pattern.)
 * `ignore` Add a pattern or an array of patterns to exclude matches.
@@ -276,6 +272,10 @@
   In the case of a symlink that cannot be resolved, the full absolute
   path to the matched entry is returned (though it will usually be a
   broken symlink)
+* `nonegate` Suppress deprecated `negate` behavior.  (See below.)
+  Default=true
+* `nocomment` Suppress deprecated `comment` behavior.  (See below.)
+  Default=true
 
 ## Comparisons to other fnmatch/glob implementations
 
@@ -283,17 +283,6 @@
 goal, some discrepancies exist between node-glob and other
 implementations, and are intentional.
 
-If the pattern starts with a `!` character, then it is negated.  Set the
-`nonegate` flag to suppress this behavior, and treat leading `!`
-characters normally.  This is perhaps relevant if you wish to start the
-pattern with a negative extglob pattern like `!(a|B)`.  Multiple `!`
-characters at the start of a pattern will negate the pattern multiple
-times.
-
-If a pattern starts with `#`, then it is treated as a comment, and
-will not match anything.  Use `\#` to match a literal `#` at the
-start of a line, or set the `nocomment` flag to suppress this behavior.
-
 The double-star character `**` is supported by default, unless the
 `noglobstar` flag is set.  This is supported in the manner of bsdglob
 and bash 4.3, where `**` only has special significance if it is the only
@@ -317,6 +306,25 @@
 **first** into the set of `+(a|b)` and `+(a|c)`, and those patterns are
 checked for validity.  Since those two are valid, matching proceeds.
 
+### Comments and Negation
+
+**Note**: In version 5 of this module, negation and comments are
+**disabled** by default.  You can explicitly set `nonegate:false` or
+`nocomment:false` to re-enable them.  They are

commit fio for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package fio for openSUSE:Factory checked in 
at 2015-07-12 22:52:15

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


Package is "fio"

Changes:

--- /work/SRC/openSUSE:Factory/fio/fio.changes  2015-04-05 02:04:34.0 
+0200
+++ /work/SRC/openSUSE:Factory/.fio.new/fio.changes 2015-07-12 
22:52:16.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul  6 14:49:06 UTC 2015 - mplus...@suse.com
+
+- Update to 2.2.9
+  * see http://brick.kernel.dk/snaps/fio-2.2.9.shortlog.txt
+
+---

Old:

  fio-2.2.6.tar.bz2

New:

  fio-2.2.9.tar.bz2



Other differences:
--
++ fio.spec ++
--- /var/tmp/diff_new_pack.EnUoZ4/_old  2015-07-12 22:52:17.0 +0200
+++ /var/tmp/diff_new_pack.EnUoZ4/_new  2015-07-12 22:52:17.0 +0200
@@ -18,13 +18,14 @@
 
 
 Name:   fio
-Version:2.2.6
+Version:2.2.9
 Release:0
 Summary:Flexible I/O Tester/benchmarker
 License:GPL-2.0
 Group:  System/Benchmark
 Url:http://freshmeat.net/projects/fio/
 Source: http://brick.kernel.dk/snaps/fio-%{version}.tar.bz2
+BuildRequires:  gtk2-devel
 BuildRequires:  libaio-devel
 BuildRequires:  pkg-config
 BuildRequires:  zlib-devel
@@ -49,17 +50,17 @@
 %package -n gfio
 Summary:Graphical front end for fio
 Group:  System/Benchmark
-BuildRequires:  gtk2-devel
 
 %description -n gfio
 gfio is a gtk based graphical front-end for fio.  It is often installed on the
 testers workstation whereas fio would be installed on the server.
 
 %prep
-%setup -q -n "fio-%{version}"
+%setup -q
 
 %build
-./configure --enable-gfio
+./configure \
+  --enable-gfio
 make \
 V=1 \
 OPTFLAGS="%{optflags}" \

++ fio-2.2.6.tar.bz2 -> fio-2.2.9.tar.bz2 ++
 10372 lines of diff (skipped)




commit python-oslosphinx for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package python-oslosphinx for 
openSUSE:Factory checked in at 2015-07-12 22:52:31

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


Package is "python-oslosphinx"

Changes:

--- /work/SRC/openSUSE:Factory/python-oslosphinx/python-oslosphinx.changes  
2014-09-28 19:54:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-oslosphinx.new/python-oslosphinx.changes 
2015-07-12 22:52:32.0 +0200
@@ -1,0 +2,29 @@
+Tue Mar 10 15:18:05 UTC 2015 - tbecht...@suse.com
+
+- update to 2.5.0:
+  * Speed up blueprint checking with naming convention
+
+---
+Tue Feb 24 15:44:36 UTC 2015 - tbecht...@suse.com
+
+- update to 2.4.0:
+  * Allow alternate OpenStack themes
+  * Add links to the README
+  * Add run_cross_tests.sh from incubator
+  * Add an extension for validating blueprint names
+  * Workflow documentation is now in infra-manual
+- Add python-requests as Requires
+
+---
+Wed Jan 14 09:29:32 UTC 2015 - dmuel...@suse.com
+
+- update to version 2.3.0:
+  * provide visual separation in sidebar
+  * Updated from global requirements
+  * Add pbr to installation requirements
+  * Report documentation build warnings as errors
+  * Add initial cut for documentation
+  * Remove empty file
+  * warn against sorting requirements
+
+---

Old:

  oslosphinx-2.2.0.tar.gz

New:

  oslosphinx-2.5.0.tar.gz



Other differences:
--
++ python-oslosphinx.spec ++
--- /var/tmp/diff_new_pack.zm6h1J/_old  2015-07-12 22:52:33.0 +0200
+++ /var/tmp/diff_new_pack.zm6h1J/_new  2015-07-12 22:52:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslosphinx
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-oslosphinx
-Version:2.2.0
+Version:2.5.0
 Release:0
 Url:https://launchpad.net/oslo/
 Summary:OpenStack Sphinx
@@ -28,7 +28,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-pbr
-Requires:   python-pbr
+Requires:   python-pbr >= 0.6
+Requires:   python-requests >= 2.2.0
 Provides:   python-oslo.sphinx = %{version}
 Obsoletes:  python-oslo.sphinx < %{version}
 Provides:   %{name}-doc = %{version}

++ oslosphinx-2.2.0.tar.gz -> oslosphinx-2.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslosphinx-2.2.0/AUTHORS new/oslosphinx-2.5.0/AUTHORS
--- old/oslosphinx-2.2.0/AUTHORS2014-09-18 12:49:37.0 +0200
+++ new/oslosphinx-2.5.0/AUTHORS2015-03-03 17:09:15.0 +0100
@@ -4,12 +4,15 @@
 Davanum Srinivas 
 Dirk Mueller 
 Doug Hellmann 
+Doug Hellmann 
 Graham Hayes 
+Jeremy Stanley 
 Joe Gordon 
 Julien Danjou 
 Mark McLoughlin 
 Monty Taylor 
 Sascha Peilicke 
 Sascha Peilicke 
+Sean Dague 
 Sergey Lukjanov 
 Vishvananda Ishaya 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslosphinx-2.2.0/CONTRIBUTING.rst 
new/oslosphinx-2.5.0/CONTRIBUTING.rst
--- old/oslosphinx-2.2.0/CONTRIBUTING.rst   1970-01-01 01:00:00.0 
+0100
+++ new/oslosphinx-2.5.0/CONTRIBUTING.rst   2015-03-03 17:09:02.0 
+0100
@@ -0,0 +1,16 @@
+If you would like to contribute to the development of OpenStack,
+you must follow the steps in this page:
+
+   http://docs.openstack.org/infra/manual/developers.html
+
+Once those steps have been completed, changes to OpenStack
+should be submitted for review via the Gerrit tool, following
+the workflow documented at:
+
+   http://docs.openstack.org/infra/manual/developers.html#development-workflow
+
+Pull requests submitted through GitHub will be ignored.
+
+Bugs should be filed on Launchpad, not GitHub:
+
+   https://bugs.launchpad.net/oslosphinx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslosphinx-2.2.0/ChangeLog 
new/oslosphinx-2.5.0/ChangeLog
--- old/oslosphinx-2.2.0/ChangeLog  2014-09-18 12:49:37.0 +0200
+++ new/oslosphinx-2.5.0/ChangeLog  2015-03-03 17:09:15.0 +0100
@@ -1,6 +1,33 @@
 CHANGES
 ===
 
+2.5.0
+-
+
+* Speed up blueprint checking with naming convention
+
+2.4.0
+-
+
+

commit hackbench for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package hackbench for openSUSE:Factory 
checked in at 2015-07-12 22:52:17

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


Package is "hackbench"

Changes:

--- /work/SRC/openSUSE:Factory/hackbench/hackbench.changes  2012-02-21 
12:19:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.hackbench.new/hackbench.changes 2015-07-12 
22:52:18.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul  6 15:02:27 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec-file with spec-cleaner
+
+---



Other differences:
--
++ hackbench.spec ++
--- /var/tmp/diff_new_pack.eXku7C/_old  2015-07-12 22:52:19.0 +0200
+++ /var/tmp/diff_new_pack.eXku7C/_new  2015-07-12 22:52:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hackbench
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   hackbench
-Url:http://devresources.linux-foundation.org/craiger/hackbench/
+Version:svn1649
+Release:0
 Summary:Performance, overhead, and scalability benchmark for the Linux 
scheduler
 License:GPL-2.0+
 Group:  System/Benchmark
-Version:svn1649
-Release:0
+Url:http://devresources.linux-foundation.org/craiger/hackbench/
 Source0:%{name}-%{version}.tar.bz2
 Patch0: gcc-warning-fixes.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -31,24 +31,18 @@
 The hackbench test is a benchmark for measuring the performance,
 overhead, and scalability of the Linux scheduler.
 
-
-
-Authors:
-
-Rusty Russell
-
 %prep
-%setup
-%patch0 -p0
+%setup -q
+%patch0
 
 %build
-%__cc $RPM_OPT_FLAGS hackbench.c -o hackbench
+cc %{optflags} hackbench.c -o hackbench
 
 %install
-mkdir -p ${RPM_BUILD_ROOT}/%{_bindir}
-install -m 755 hackbench ${RPM_BUILD_ROOT}/%{_bindir}
-install -m 755 hackbench_run.sh ${RPM_BUILD_ROOT}/%{_bindir}
-install -m 755 hackbench_plot.sh ${RPM_BUILD_ROOT}/%{_bindir}
+mkdir -p %{buildroot}/%{_bindir}
+install -m 755 hackbench %{buildroot}/%{_bindir}
+install -m 755 hackbench_run.sh %{buildroot}/%{_bindir}
+install -m 755 hackbench_plot.sh %{buildroot}/%{_bindir}
 
 %files
 %defattr(-, root, root)




commit python-oslo.db for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.db for openSUSE:Factory 
checked in at 2015-07-12 22:52:33

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


Package is "python-oslo.db"

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.db/python-oslo.db.changes
2014-08-27 07:47:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-oslo.db.new/python-oslo.db.changes   
2015-07-12 22:52:35.0 +0200
@@ -1,0 +2,80 @@
+Sun Sep 21 09:11:23 UTC 2014 - tbecht...@suse.com
+
+- Update to version 1.0.1:
+  * Fixup Fixtures Use in db test classes
+  * Updated from global requirements
+  * Imported Translations from Transifex
+  * Add a check for SQLite transactional state
+  * Let oslotest manage the six.move setting for mox
+  * Fix DBReferenceError on MySQL and SQLite
+  * Renaming in WalkVersionsMixin
+  * Clean up documentation
+  * Use single quotes for db schema sanity check
+  * warn against sorting requirements
+  * ModelsMigrationsSync:Override compare_server_default
+  * Updated from global requirements
+  * Imported Translations from Transifex
+  * Add doc8 to tox environment docs
+  * Use oslo.i18n
+  * Repair pysqlite transaction support
+  * Extract logging setup into a separate function
+  * Updated from global requirements
+  * Remove reliance on create_engine() from TestsExceptionFilter
+  * Consolidate sqlite and mysql event listeners
+  * Use dialect dispatch for engine initiailization
+  * Add get_non_innodb_tables() to utils
+  * Added check to see whether oslotest is installed
+- Add python-oslo.i18n as Requires according to requirements.txt
+- Adjust Requires version according to requirements.txt
+
+---
+Tue Aug 26 09:47:33 UTC 2014 - dmuel...@suse.com
+
+- update to 0.4.0:
+  * Implement a dialect-level function dispatch system
+  * Move to oslo.utils
+  * Restore correct source file encodings
+  * Handle DB2 SmallInteger type for change_deleted_column_type_to_boolean
+  * Imported Translations from Transifex
+  * Fixes comments to pass E265 check
+  * Fixes indentations to pass E128 check
+  * Uses keyword params for i18n string to pass H703
+  * Adds empty line to multilines docs to pass H405
+  * Updates one line docstring with dot to pass H402
+  * Changes import orders to pass H305 check
+  * Fixed DeprecationWarning in exc_filters
+  * Imported Translations from Transifex
+  * oslo.db.exceptions module documentation
+  * Updated from global requirements
+  * Extension of DBDuplicateEntry exception
+  * oslo.db.options module documentation
+  * oslo.db.api module documentation
+  * Imported Translations from Transifex
+  * Use SQLAlchemy cursor execute events for tracing
+  * Remove sqla_07 from tox.ini
+  * Updated from global requirements
+  * Specify raise_on_warnings=False for mysqlconnector
+  * Make MySQL regexes generic across MySQL drivers
+  * Allow tox tests with complex OS_TEST_DBAPI_CONNECTION URLs
+  * Raise DBReferenceError on foreign key violation
+  * Add host argument to get_connect_string()
+  * Imported Translations from Transifex
+  * Don't drop pre-existing database before tests
+  * Port _is_db_connection_error check to exception filters
+  * Integrate the ping listener into the filter system
+  * Add disconnect modification support to exception handling
+  * Implement new exception interception and filtering layer
+  * Implement the SQLAlchemy ``handle_error()`` event
+  * Remove moxstubout.py from oslo.db
+  * Added check for DB2 deadlock error
+  * Bump hacking to version 0.9.2
+  * Opportunistic migration tests
+  * Move all db exception to exception.py
+  * Enable skipped tests from test_models.py
+  * Use explicit loops instead of list comprehensions
+  * Imported Translations from Transifex
+  * Allow usage of several iterators on ModelBase
+  * Add DBDuplicateEntry detection for mysqlconnector driver
+  * Check for mysql_sql_mode is not None in create_engine()
+
+---

Old:

  oslo.db-0.2.0.tar.gz

New:

  oslo.db-1.0.1.tar.gz



Other differences:
--
++ python-oslo.db.spec ++
--- /var/tmp/diff_new_pack.tAvCO3/_old  2015-07-12 22:52:36.0 +0200
+++ /var/tmp/diff_new_pack.tAvCO3/_new  2015-07-12 22:52:36.0 +0200
@@ -18,7 +18,7 @@
 
 %define component oslo
 Name:   python-oslo.db
-Version:0.2.0
+Version:1.0.1
 Release:0
 Url:https://launchpad.net/oslo/
 Summary:OpenStack DB API
@@ -33,12 +33,14 @@
 BuildRequires:  python-oslosphinx
 BuildRequires:  python-pbr
 Requires:   python-Babel >= 1.3
-Requi

commit perl-Lingua-EN-FindNumber for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Lingua-EN-FindNumber for 
openSUSE:Factory checked in at 2015-07-12 22:52:38

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


Package is "perl-Lingua-EN-FindNumber"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Lingua-EN-FindNumber/perl-Lingua-EN-FindNumber.changes
  2014-12-05 21:03:48.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Lingua-EN-FindNumber.new/perl-Lingua-EN-FindNumber.changes
 2015-07-12 22:52:39.0 +0200
@@ -1,0 +2,10 @@
+Tue Jul  7 09:03:31 UTC 2015 - co...@suse.com
+
+- updated to 1.31
+   see /usr/share/doc/packages/perl-Lingua-EN-FindNumber/Changes
+
+  1.31 2015-07-04 NEILB
+  - Added [MetaJSON] to dist.ini, so release will include META.json.
+RT#105631 from ETHER++
+
+---

Old:

  Lingua-EN-FindNumber-1.30.tar.gz

New:

  Lingua-EN-FindNumber-1.31.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Lingua-EN-FindNumber.spec ++
--- /var/tmp/diff_new_pack.YC7gLw/_old  2015-07-12 22:52:39.0 +0200
+++ /var/tmp/diff_new_pack.YC7gLw/_new  2015-07-12 22:52:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Lingua-EN-FindNumber
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Lingua-EN-FindNumber
-Version:1.30
+Version:1.31
 Release:0
 %define cpan_name Lingua-EN-FindNumber
 Summary:Locate (written) numbers in English text
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Lingua-EN-FindNumber/
-Source: 
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Lingua-EN-FindNumber-1.30.tar.gz -> Lingua-EN-FindNumber-1.31.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-FindNumber-1.30/Changes 
new/Lingua-EN-FindNumber-1.31/Changes
--- old/Lingua-EN-FindNumber-1.30/Changes   2014-06-22 09:45:18.0 
+0200
+++ new/Lingua-EN-FindNumber-1.31/Changes   2015-07-04 17:53:43.0 
+0200
@@ -1,5 +1,9 @@
 Revision history for Perl module Lingua::EN::FindNumber
 
+1.31 2015-07-04 NEILB
+- Added [MetaJSON] to dist.ini, so release will include META.json.
+  RT#105631 from ETHER++
+
 1.30 2014-06-22 NEILB
 - Switched to Dist::Zilla
 - Added github repo to pod
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-FindNumber-1.30/LICENSE 
new/Lingua-EN-FindNumber-1.31/LICENSE
--- old/Lingua-EN-FindNumber-1.30/LICENSE   2014-06-22 09:45:18.0 
+0200
+++ new/Lingua-EN-FindNumber-1.31/LICENSE   2015-07-04 17:53:43.0 
+0200
@@ -22,7 +22,7 @@
  Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-FindNumber-1.30/MANIFEST 
new/Lingua-EN-FindNumber-1.31/MANIFEST
--- old/Lingua-EN-FindNumber-1.30/MANIFEST  2014-06-22 09:45:18.0 
+0200
+++ new/Lingua-EN-FindNumber-1.31/MANIFEST  2015-07-04 17:53:43.0 
+0200
@@ -1,7 +1,8 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.019.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.032.
 Changes
 LICENSE
 MANIFEST
+META.json
 META.yml
 Makefile.PL
 README
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-FindNumber-1.30/META.json 
new/Lingua-EN-FindNumber-1.31/META.json
--- old/Lingua-EN-FindNumber-1.30/META.json 1970-01-01 01:00:00.0 
+0100
+++ new/Lingua-EN-FindNumber-1.31/META.json 2015-07-04 17:53:43.0 
+0200
@@ -0,0 +1,50 @@
+{
+   "abstract" : "Locate (written) numbers in English text ",
+

commit cpprest for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package cpprest for openSUSE:Factory checked 
in at 2015-07-12 22:52:40

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


Package is "cpprest"

Changes:

--- /work/SRC/openSUSE:Factory/cpprest/cpprest.changes  2015-06-30 
10:18:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.cpprest.new/cpprest.changes 2015-07-12 
22:52:41.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul  7 08:37:35 UTC 2015 - sch...@suse.de
+
+- Ignore cdecl warning also on arm
+
+---



Other differences:
--
++ cpprest.spec ++
--- /var/tmp/diff_new_pack.7EVx7x/_old  2015-07-12 22:52:42.0 +0200
+++ /var/tmp/diff_new_pack.7EVx7x/_new  2015-07-12 22:52:42.0 +0200
@@ -69,7 +69,7 @@
 %build
 %cmake \
-DCMAKE_BUILD_TYPE=Release \
-%ifarch ppc ppc64 ppc64le aarch64 armv7l
+%ifarch ppc ppc64 ppc64le aarch64 %arm
-DCMAKE_CXX_FLAGS:STRING="%{optflags} -Wno-error=attributes 
-Wno-error=type-limits -Wno-error=cast-align 
-Wno-error=deprecated-declarations" \
 %endif
../Release






commit python-openstack.nose_plugin for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package python-openstack.nose_plugin for 
openSUSE:Factory checked in at 2015-07-12 22:52:23

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


Package is "python-openstack.nose_plugin"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstack.nose_plugin/python-openstack.nose_plugin.changes
2013-01-17 10:03:00.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstack.nose_plugin.new/python-openstack.nose_plugin.changes
   2015-07-12 22:52:26.0 +0200
@@ -1,0 +2,5 @@
+Mon Nov 25 14:49:24 UTC 2013 - dmuel...@suse.com
+
+- switch to python-setuptools 
+
+---



Other differences:
--
++ python-openstack.nose_plugin.spec ++
--- /var/tmp/diff_new_pack.2MXBfz/_old  2015-07-12 22:52:27.0 +0200
+++ /var/tmp/diff_new_pack.2MXBfz/_new  2015-07-12 22:52:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-openstack.nose_plugin
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,18 +13,19 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-openstack.nose_plugin
 Version:0.11
 Release:0
-License:Apache-2.0
 Summary:Openstack run_testspy style output for nosetests
-Url:https://github.com/jkoelker/openstack-nose
+License:Apache-2.0
 Group:  Development/Languages/Python
+Url:https://github.com/jkoelker/openstack-nose
 Source: 
http://pypi.python.org/packages/source/o/openstack.nose_plugin/openstack.nose_plugin-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-colorama
 Requires:   python-nose
 Requires:   python-termcolor




commit kolor-manager for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package kolor-manager for openSUSE:Factory 
checked in at 2015-07-12 22:52:19

Comparing /work/SRC/openSUSE:Factory/kolor-manager (Old)
 and  /work/SRC/openSUSE:Factory/.kolor-manager.new (New)


Package is "kolor-manager"

Changes:

--- /work/SRC/openSUSE:Factory/kolor-manager/kolor-manager.changes  
2015-02-01 12:30:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.kolor-manager.new/kolor-manager.changes 
2015-07-12 22:52:20.0 +0200
@@ -8,0 +9,5 @@
+Thu May 15 12:00:00 UTC 2014 - k...@gmx.de
+
+- require icc-examin
+
+---



Other differences:
--
++ kolor-manager.spec ++
--- /var/tmp/diff_new_pack.v51caf/_old  2015-07-12 22:52:21.0 +0200
+++ /var/tmp/diff_new_pack.v51caf/_new  2015-07-12 22:52:21.0 +0200
@@ -44,6 +44,7 @@
 # PATCH-FIX-UPSTREAM 0001-fix_CMakeLists.patch sfal...@opensuse.org
 Patch0: 0001-fix_CMakeLists.patch
 
+Requires:   icc-examin
 Requires:   oyranos
 BuildRequires:  libXcm-devel >= 0.5.3
 BuildRequires:  liboyranos-devel >= 0.9.5




commit python-oslo.config for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.config for 
openSUSE:Factory checked in at 2015-07-12 22:52:26

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


Package is "python-oslo.config"

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.config/python-oslo.config.changes
2015-05-02 21:35:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.config.new/python-oslo.config.changes   
2015-07-12 22:52:29.0 +0200
@@ -1,0 +2,36 @@
+Mon Mar 30 05:59:51 UTC 2015 - tbecht...@suse.com
+
+- update to 1.9.3:
+  * Switch to non-namespaced module imports
+
+---
+Tue Mar 10 10:09:49 UTC 2015 - tbecht...@suse.com
+
+- update to 1.9.2:
+  * print better message when choices has an empty string
+  * None in config choices breaks oslo-config-generator
+  * Generate help text indicating possible values
+  * fix bug link in readme
+  * Add ability to deprecate opts for removal
+  * Typo in StrOpt docstring: Integer to String
+  * Add exception handling for entry points
+
+---
+Tue Feb 24 08:29:05 UTC 2015 - tbecht...@suse.com
+
+- update to 1.7.0:
+  * Updated from global requirements
+  * Log a warning when deprecated opts are used
+  * Do not import our namespace package
+  * Fixes deprecation warning for oslo.config in cfg.py
+  * Clear up MultiStrOpt and related documentation
+  * Add a list_all_sections method to ConfigOpts
+  * Better check for integer range to account for 0
+  * Reword DeprecatedOpt docstring
+  * Support i18n messages in config generator
+  * Fix of wrong cli opts unregistration
+- Cleanup BuildRequires. SLES 11 is no longer a build target
+- Add python-oslo.i18n as BuildRequires for tests
+- Disable testrun for now
+
+---

Old:

  oslo.config-1.6.0.tar.gz

New:

  oslo.config-1.9.3.tar.gz



Other differences:
--
++ python-oslo.config.spec ++
--- /var/tmp/diff_new_pack.z2HKgP/_old  2015-07-12 22:52:29.0 +0200
+++ /var/tmp/diff_new_pack.z2HKgP/_new  2015-07-12 22:52:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-oslo.config
-Version:1.6.0
+Version:1.9.3
 Release:0
 Url:https://launchpad.net/oslo/
 Summary:OpenStack configuration API
@@ -31,14 +31,10 @@
 BuildRequires:  python-oslosphinx
 BuildRequires:  python-pbr
 # Test requirements:
-#BuildRequires:  python-coverage >= 3.6
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-BuildRequires:  python-argparse
-BuildRequires:  python-discover
-%endif
 BuildRequires:  python-fixtures >= 0.3.14
 BuildRequires:  python-mock >= 1.0
 BuildRequires:  python-netaddr
+BuildRequires:  python-oslo.i18n >= 1.3.0
 BuildRequires:  python-oslotest >= 1.2.0
 BuildRequires:  python-python-subunit >= 0.0.18
 BuildRequires:  python-six
@@ -48,16 +44,11 @@
 BuildRequires:  python-testtools >= 0.9.36
 Requires:   python-netaddr >= 0.7.12
 Requires:   python-pbr >= 0.6
-Requires:   python-six >= 1.7
-Requires:   python-stevedore >= 1.1
+Requires:   python-six >= 1.9.0
+Requires:   python-stevedore >= 1.1.0
 Provides:   python-oslo-config = 2013.2
 Obsoletes:  python-oslo-config < 2013.2
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-Requires:   python-argparse
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
 Provides:   %{name}-test = %{version}
 Obsoletes:  %{name}-test <= %{version}
 
@@ -92,9 +83,9 @@
 # has one in $BUILDROOT. But the former takes precedence since 
%{python_sitelib} is always last sys.path. Thus 
 # tests can never find the oslo.config module. Obviously PYTHONPATH alone 
won't help either. But distro-boys
 # have bigger balls than stackers and fix themselves a custom load order with 
the magic '-S' flag:
-export PYTHONPATH="%{python_sitelib}:%{buildroot}%{python_sitelib}"
-export PYTHON="python -S"
-testr init && testr run --parallel
+#export PYTHONPATH="%{buildroot}%{python_sitelib}:%{python_sitelib}"
+#export PYTHON="python -S"
+#testr init && testr run --parallel
 
 %files
 %defattr(-,root,root,-)

++ oslo.config-1.6.0.tar.gz -> oslo.config-1.9.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.config-1.6.0/AUTHORS 
new/oslo.config-1.9.3/AUTHORS
--- old/oslo.config-1.6.0/AUTHORS   2015-01-05 19:32:55.0 +0100
+++ new/oslo.config-1.9.3/AUTHORS   2015-03-

commit starfighter for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package starfighter for openSUSE:Factory 
checked in at 2015-07-12 22:52:20

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


Package is "starfighter"

Changes:

--- /work/SRC/openSUSE:Factory/starfighter/starfighter.changes  2015-02-24 
13:07:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.starfighter.new/starfighter.changes 
2015-07-12 22:52:23.0 +0200
@@ -1,0 +2,38 @@
+Tue Jul  7 08:16:47 UTC 2015 - cfarr...@suse.com
+
+- license update: GPL-3.0+
+
+
+---
+Sun Jun 28 15:39:22 UTC 2015 - nemy...@gmx.ch
+
+- Update to -, announce messages are here:
+
+ Project: Starfighter 1.4 Released
+ https://savannah.nongnu.org/forum/forum.php?forum_id=8295
+
+ Project: Starfighter 1.3.3 Released
+ https://savannah.nongnu.org/forum/forum.php?forum_id=8275
+
+ Project: Starfighter 1.3.1 Released
+ https://savannah.nongnu.org/forum/forum.php?forum_id=8253
+
+ Project: Starfighter 1.3 Released
+ https://savannah.nongnu.org/forum/forum.php?forum_id=8249
+
+- Change Url from SourceForge to non-GNU
+- Change license GPL-2.0 to GPL-2.0+ and GPL-3.0+ and CC0-1.0 and CC-BY-3.0 
and SUSE-Public-Domain
+- Change Source0 Web URL
+- Change starfighter-icons.tar to use _IxI.png instead of -I.png
+- Remove BuildRequires for fdupes, not need for it, make bad Symlinks
+  and Game not works
+- Add BuildRequires for dos2unix
+- Remove BuildRequires for python, zlib-devel, pkgconfig(SDL_image),
+  pkgconfig(SDL_mixer)
+- Add BuildRequires for pkgconfig(SDL2_image), pkgconfig(SDL2_mixer)
+- Correct what fdupes find
+- Add sed, Fix RPM_OPT_FLAGS
+- Add sed, Correct bad linking
+- Change Documentation
+
+---

Old:

  starfighter-1.2.tar.gz

New:

  starfighter-1.4-src.tar.gz



Other differences:
--
++ starfighter.spec ++
--- /var/tmp/diff_new_pack.gUxk25/_old  2015-07-12 22:52:25.0 +0200
+++ /var/tmp/diff_new_pack.gUxk25/_new  2015-07-12 22:52:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package starfighter
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,25 +17,23 @@
 
 
 Name:   starfighter
-Version:1.2
+Version:1.4
 Release:0
 Summary:Liberate the universe from the evil company WEAPCO
-License:GPL-2.0
+License:GPL-3.0+
 Group:  Amusements/Games/Action/Arcade
-Url:http://sourceforge.net/projects/pr-starfighter/
-Source0:
http://sourceforge.net/projects/pr-%{name}/files/%{name}-%{version}.tar.gz
+Url:http://starfighter.nongnu.org/
+Source0:
http://download.savannah.gnu.org/releases/%{name}/%{version}/%{name}-%{version}-src.tar.gz
 Source1:%{name}-icons.tar
 Source2:%{name}.desktop
 %if 0%{?suse_version}
-BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  update-desktop-files
 %endif
+BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
-BuildRequires:  python
-BuildRequires:  zlib-devel
-BuildRequires:  pkgconfig(SDL_image)
-BuildRequires:  pkgconfig(SDL_mixer)
+BuildRequires:  pkgconfig(SDL2_image)
+BuildRequires:  pkgconfig(SDL2_mixer)
 BuildRequires:  pkgconfig(sdl)
 
 %description
@@ -49,8 +47,21 @@
 escape a Weapco patrol that has intercepted him.
 
 %prep
-%setup -q -a 1
-mv makefile Makefile
+%setup -q -a 1 -n %{name}-%{version}-src
+
+# Some docs have the DOS line ends
+dos2unix README.txt
+
+# Correct what fdupes find
+for f in brief20 brief21 ; do
+rm -fv data/"$f".txt
+ln -sf brief19.txt data/"$f".txt
+done
+rm -fv aliens26.dat
+ln -sf aliens25.dat  data/aliens26.dat
+
+# SED-FIX-OPENSUSE -- Fix RPM_OPT_FLAGS
+sed -i -e 's|-O2 -Wall -g|%{optflags}|' Makefile
 
 %build
 make %{?_smp_mflags} BINDIR=%{_bindir}/ DATADIR=%{_datadir}/%{name}/ 
DOCDIR=%{_docdir}/%{name}/
@@ -60,7 +71,7 @@
 
 # install icons
 for i in 16 32 48 64 72 96 128 ; do
-install -Dm 0644 icons/%{name}-${i}.png 
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png
+install -Dm 0644 icons/%{name}_${i}x${i}.png 
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png
 done
 
 # install Desktop file
@@ -68,12 +79,16 @@
 
 %if 0%{?suse_version}
 %suse_update_desktop_file %{name}
-%fdupes -s %{buildroot}%{_prefix}
 %endif
 
+# SED-FIX-UPSTREAM -- Correct bad linking, fdupes make bad Symlinks and Game 
not works
+for f i

commit nodejs-delayed-stream for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package nodejs-delayed-stream for 
openSUSE:Factory checked in at 2015-07-12 22:52:01

Comparing /work/SRC/openSUSE:Factory/nodejs-delayed-stream (Old)
 and  /work/SRC/openSUSE:Factory/.nodejs-delayed-stream.new (New)


Package is "nodejs-delayed-stream"

Changes:

--- 
/work/SRC/openSUSE:Factory/nodejs-delayed-stream/nodejs-delayed-stream.changes  
2015-04-27 13:00:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.nodejs-delayed-stream.new/nodejs-delayed-stream.changes
 2015-07-12 22:52:04.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul  4 13:50:11 UTC 2015 - i...@marguerite.su
+
+- update version 1.0.0
+
+---

Old:

  delayed-stream-0.0.5.tgz

New:

  delayed-stream-1.0.0.tgz



Other differences:
--
++ nodejs-delayed-stream.spec ++
--- /var/tmp/diff_new_pack.Z5ZQ8s/_old  2015-07-12 22:52:05.0 +0200
+++ /var/tmp/diff_new_pack.Z5ZQ8s/_new  2015-07-12 22:52:05.0 +0200
@@ -19,7 +19,7 @@
 %define base_name delayed-stream
 
 Name:   nodejs-delayed-stream
-Version:0.0.5
+Version:1.0.0
 Release:0
 Summary:Buffers events from a stream until you are ready to handle them
 License:MIT

++ delayed-stream-0.0.5.tgz -> delayed-stream-1.0.0.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/.gitignore new/package/.gitignore
--- old/package/.gitignore  2011-05-24 10:09:44.0 +0200
+++ new/package/.gitignore  1970-01-01 01:00:00.0 +0100
@@ -1,2 +0,0 @@
-*.un~
-/node_modules/*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/.npmignore new/package/.npmignore
--- old/package/.npmignore  1970-01-01 01:00:00.0 +0100
+++ new/package/.npmignore  2015-04-30 23:53:19.0 +0200
@@ -0,0 +1 @@
+test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/Readme.md new/package/Readme.md
--- old/package/Readme.md   2011-05-24 10:09:44.0 +0200
+++ new/package/Readme.md   2015-04-27 20:43:32.0 +0200
@@ -108,19 +108,6 @@
 If you know what you are doing, you can set this property to `Infinity` to
 disable this feature. You can also modify this property during runtime.
 
-### delayedStream.maxDataSize = 1024 * 1024
-
-The amount of data to buffer before emitting an `error`.
-
-If the underlaying source is emitting `Buffer` objects, the `maxDataSize`
-refers to bytes.
-
-If the underlaying source is emitting JavaScript strings, the size refers to
-characters.
-
-If you know what you are doing, you can set this property to `Infinity` to
-disable this feature.
-
 ### delayedStream.dataSize = 0
 
 The amount of data buffered so far.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/lib/delayed_stream.js 
new/package/lib/delayed_stream.js
--- old/package/lib/delayed_stream.js   2011-05-24 10:09:44.0 +0200
+++ new/package/lib/delayed_stream.js   2015-04-27 20:49:04.0 +0200
@@ -38,10 +38,18 @@
   return delayedStream;
 };
 
-DelayedStream.prototype.__defineGetter__('readable', function() {
-  return this.source.readable;
+Object.defineProperty(DelayedStream.prototype, 'readable', {
+  configurable: true,
+  enumerable: true,
+  get: function() {
+return this.source.readable;
+  }
 });
 
+DelayedStream.prototype.setEncoding = function() {
+  return this.source.setEncoding.apply(this.source, arguments);
+};
+
 DelayedStream.prototype.resume = function() {
   if (!this._released) {
 this.release();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/package.json new/package/package.json
--- old/package/package.json2011-05-24 10:09:44.0 +0200
+++ new/package/package.json2015-05-01 00:05:51.0 +0200
@@ -1,8 +1,12 @@
 {
   "author": "Felix Geisendörfer  
(http://debuggable.com/)",
+  "contributors": [
+"Mike Atkins "
+  ],
   "name": "delayed-stream",
   "description": "Buffers events from a stream until you are ready to handle 
them.",
-  "version": "0.0.5",
+  "license": "MIT",
+  "version": "1.0.0",
   "homepage": "https://github.com/felixge/node-delayed-stream";,
   "repository": {
 "type": "git",
@@ -12,9 +16,12 @@
   "engines": {
 "node": ">=0.4.0"
   },
+  "scripts": {
+"test": "make test"
+  },
   "dependencies": {},
   "devDependencies": {
 "fake": "0.2.0",
 "far": "0.0.1"
   }
-}
\ No newline at end of file
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/

commit openssl for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package openssl for openSUSE:Factory checked 
in at 2015-07-12 22:51:54

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


Package is "openssl"

Changes:

--- /work/SRC/openSUSE:Factory/openssl/openssl.changes  2015-06-08 
08:25:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.openssl.new/openssl.changes 2015-07-12 
22:51:56.0 +0200
@@ -1,0 +2,63 @@
+Thu Jul  9 13:32:34 UTC 2015 - vci...@suse.com
+
+- update to 1.0.2d
+  * fixes CVE-2015-1793 (bsc#936746)
+
+  Alternate chains certificate forgery
+
+ During certificate verfification, OpenSSL will attempt to find an
+ alternative certificate chain if the first attempt to build such a chain
+ fails. An error in the implementation of this logic can mean that an
+ attacker could cause certain checks on untrusted certificates to be
+ bypassed, such as the CA flag, enabling them to use a valid leaf
+ certificate to act as a CA and "issue" an invalid certificate.
+- drop openssl-fix_invalid_manpage_name.patch (upstream)
+
+---
+Thu Jul  2 14:46:36 UTC 2015 - dval...@suse.com
+
+- Workaround debugit crash on ppc64le with gcc5
+  bsc936563_hack.patch (bsc#936563) 
+
+---
+Wed Jul  1 09:26:26 UTC 2015 - norm...@linux.vnet.ibm.com
+
+- update merge_from_0.9.8k.patch replacing __LP64__ by __LP64
+  this is a change versus previous request 309611
+  required to avoid build error for ppc64
+
+---
+Fri Jun 26 00:11:20 UTC 2015 - crrodrig...@opensuse.org
+
+- Build with no-ssl3, for details on why this is needed read 
+  rfc7568. Contrary to the "no-ssl2" option, this does not
+  require us to patch dependant packages as the relevant 
+  functions are still available (SSLv3_(client|server)_method) 
+  but will fail to negotiate. if removing SSL3 methods is desired
+  at a later time, option "no-ssl3-method" needs to be used.
+
+---
+Fri Jun 12 21:22:45 UTC 2015 - vci...@suse.com
+
+- update to 1.0.2c
+  * Fix HMAC ABI incompatibility
+- refreshed openssl-1.0.2a-fips.patch
+
+---
+Thu Jun 11 15:50:44 UTC 2015 - vci...@suse.com
+
+- update to 1.0.2b
+  * Malformed ECParameters causes infinite loop (CVE-2015-1788)
+  * Exploitable out-of-bounds read in X509_cmp_time (CVE-2015-1789)
+  * PKCS7 crash with missing EnvelopedContent (CVE-2015-1790)
+  * CMS verify infinite loop with unknown hash function (CVE-2015-1792)
+  * Race condition handling NewSessionTicket (CVE-2015-1791)
+- refreshed patches:
+  * 0001-Axe-builtin-printf-implementation-use-glibc-instead.patch
+  * 0001-libcrypto-Hide-library-private-symbols.patch
+  * openssl-1.0.2a-default-paths.patch
+  * openssl-1.0.2a-fips.patch
+  * compression_methods_switch.patch
+  * openssl-1.0.1e-add-test-suse-default-cipher-suite.patch
+
+---

Old:

  openssl-1.0.2a.tar.gz
  openssl-1.0.2a.tar.gz.asc
  openssl-fix_invalid_manpage_name.patch

New:

  bsc936563_hack.patch
  openssl-1.0.2d.tar.gz
  openssl-1.0.2d.tar.gz.asc



Other differences:
--
++ openssl.spec ++
--- /var/tmp/diff_new_pack.KRnmBc/_old  2015-07-12 22:51:59.0 +0200
+++ /var/tmp/diff_new_pack.KRnmBc/_new  2015-07-12 22:51:59.0 +0200
@@ -29,7 +29,7 @@
 %ifarch ppc64
 Obsoletes:  openssl-64bit
 %endif
-Version:1.0.2a
+Version:1.0.2d
 Release:0
 Summary:Secure Sockets and Transport Layer Security
 License:OpenSSL
@@ -73,7 +73,7 @@
 Patch35:openssl-1.0.1e-add-suse-default-cipher.patch
 Patch37:openssl-1.0.1e-add-test-suse-default-cipher-suite.patch
 Patch38:openssl-missing_FIPS_ec_group_new_by_curve_name.patch
-Patch39:openssl-fix_invalid_manpage_name.patch
+Patch40:bsc936563_hack.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -184,12 +184,15 @@
 %patch35 -p1
 %patch37 -p1
 %patch38 -p1
-%patch39 -p1
 %if 0%{?suse_version} >= 1120
 %patch3
 %endif
 %patch8 -p1
 %patch14 -p1
+#workaround https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66728
+%ifarch ppc64le
+%patch40 -p1
+%endif
 cp -p %{S:10} .
 cp -p %{S:11} .
 echo "adding/overwriting some entries in the 'table' hash in Configure"
@@ -241,6 +244,7 @@
 fips \
 %if 0%{suse_version} > 1310
 no-ssl2 \
+no-ssl3 \
 enable-rfc3779 \
 %endif
 %ifarch x86_64 aarch64 ppc64le

++ 0001-Axe-builtin-printf-implementation-use-glibc-in

commit xournal for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package xournal for openSUSE:Factory checked 
in at 2015-07-12 22:52:10

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


Package is "xournal"

Changes:

--- /work/SRC/openSUSE:Factory/xournal/xournal.changes  2015-04-25 
11:25:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.xournal.new/xournal.changes 2015-07-12 
22:52:12.0 +0200
@@ -0,0 +1,12 @@
+---
+Mon Jul  6 01:42:22 UTC 2015 - badshah...@gmail.com
+
+- Use upstream command to install desktop entries, mimetypes
+  and icons.
+- Generate and install hires icons into hicolor directory (needed
+  on HiDPI displays).
+- Use appropriate post-scripts to update desstop menu database,
+  mime cache and icon-theme.
+- Drop external .desktop file and icon, and use upstream bundled
+  ones.
+

Old:

  xournal.desktop
  xournal.png



Other differences:
--
++ xournal.spec ++
--- /var/tmp/diff_new_pack.eFHqlF/_old  2015-07-12 22:52:13.0 +0200
+++ /var/tmp/diff_new_pack.eFHqlF/_new  2015-07-12 22:52:13.0 +0200
@@ -24,15 +24,16 @@
 License:GPL-2.0+
 Group:  Productivity/Office/Other
 Source: %{name}-%{version}.tar.gz
-Source1:%{name}.desktop
-Source2:%{name}.png
 Patch0: %{name}-implicit-funcs.patch
 #reported already upstream -> is fixed in git
 Patch1: %{name}-german-translation.patch
 Patch2: %{name}-Improve-window-title.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake >= 1.11.2
+BuildRequires:  fdupes
 BuildRequires:  gtk2-devel
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  inkscape
 BuildRequires:  libgnomecanvas-devel
 %if 0%{?suse_version}
 BuildRequires:  libpoppler-glib-devel
@@ -62,15 +63,37 @@
 
 %install
 make DESTDIR=%{buildroot} install
-install -D -m 0644 %{SOURCE1} 
%{buildroot}/%{_datadir}/applications/%{name}.desktop
-install -D -m 0644 %{SOURCE2} %{buildroot}/%{_datadir}/pixmaps/%{name}.png
+make DESTDIR=%{buildroot} desktop-install
+
+# GENERATE AND INSTALL HIRES ICONS IN HICOLOR ICON DIR
+for i in 24 32 48 64 128 256
+do
+  mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps
+  mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/mimetypes
+  inkscape -w ${i} -C pixmaps/%{name}.svg \
+   -e %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png
+  inkscape -w ${i} -C pixmaps/xoj.svg \
+   -e 
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/mimetypes/application-x-xoj.png
+done
+
 %if 0%{?suse_version}
 %suse_update_desktop_file %{name}
 %endif
 %find_lang %{name}
 
-%clean
-rm -rf %buildroot
+install -D -m 0644 %{name}.xml 
%{buildroot}%{_datadir}/mime/application/x-xoj.xml
+
+%fdupes %{buildroot}%{_datadir}
+
+%post
+%desktop_database_post
+%icon_theme_cache_post
+%mime_database_post
+
+%postun
+%desktop_database_postun
+%icon_theme_cache_postun
+%mime_database_postun
 
 %files -f %{name}.lang
 %defattr(-, root, root)
@@ -79,6 +102,15 @@
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/pixmaps/%{name}.png
+%{_datadir}/icons/hicolor/*/apps/%{name}.png
+%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
+%{_datadir}/icons/hicolor/*/mimetypes/*.png
+%{_datadir}/icons/hicolor/scalable/mimetypes/*.svg
+%{_datadir}/icons/hicolor/scalable/mimetypes/xoj.svg
+%{_datadir}/mime/packages/*.xml
+%{_datadir}/mime/application/*.xml
+%dir %{_datadir}/mimelnk
+%dir %{_datadir}/mimelnk/application
+%{_datadir}/mimelnk/application/*.desktop
 
 %changelog




commit pragha for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package pragha for openSUSE:Factory checked 
in at 2015-07-12 22:52:18

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


Package is "pragha"

Changes:

--- /work/SRC/openSUSE:Factory/pragha/pragha.changes2015-03-16 
07:00:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.pragha.new/pragha.changes   2015-07-12 
22:52:19.0 +0200
@@ -1,0 +2,14 @@
+Sun Jun 21 14:03:23 UTC 2015 - lazy.k...@opensuse.org
+
+- Update to 1.3.2.2.
+  * Fixed: Not save state album_art_in_osd=false.
+  * Provide more app icons size.
+  * Set expand comment entry on tag dialog.
+  * Ensure menu size and fallback to 16 on library and playlist
+icons.
+  * Updated translations: German, Ukrainian, Czech.
+  * New Bulgarian translation.
+- Correct the project URL.
+- Doesn't buildrequires fdupes.
+
+---

Old:

  pragha-1.3.2.1.tar.bz2

New:

  pragha-1.3.2.2.tar.bz2



Other differences:
--
++ pragha.spec ++
--- /var/tmp/diff_new_pack.zhlqZ0/_old  2015-07-12 22:52:20.0 +0200
+++ /var/tmp/diff_new_pack.zhlqZ0/_new  2015-07-12 22:52:20.0 +0200
@@ -17,17 +17,16 @@
 
 
 Name:   pragha
-Version:1.3.2.1
+Version:1.3.2.2
 Release:0
 Summary:Lightweight Music Player
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Players
-Url:https://github.com/matiasdelellis/pragha/
-Source0:
http://pragha-music-player.github.io/releases/%{name}-%{version}.tar.bz2
+Url:https://github.com/pragha-music-player/pragha
+Source0:
https://github.com/pragha-music-player/pragha/releases/download/v%{version}/%{name}-%{version}.tar.bz2
 BuildRequires:  ImageMagick
 BuildRequires:  autoconf
 BuildRequires:  desktop-file-utils
-BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libtool
 BuildRequires:  rygel-devel
@@ -124,7 +123,7 @@
 
 %build
 %configure
-make %{?_smp_mflags} VERBOSE=1
+make %{?_smp_mflags}
 
 %install
 %make_install
@@ -143,15 +142,6 @@
 # Install Castillan locale to the right place.
 mv -f %{buildroot}%{_datadir}/locale/{ca_ES,ca}
 
-# Install icons of various sizes.
-for size in 96x96 64x64 48x48 32x32 22x22 16x16 ; do
-install -dm 0755 \
-%{buildroot}%{_datadir}/icons/hicolor/${size}/apps
-convert -strip -resize ${size} data/%{name}.png \
-%{buildroot}%{_datadir}/icons/hicolor/${size}/apps/%{name}.png
-done
-
-%fdupes -s %{buildroot}%{_datadir}/
 %find_lang %{name} %{?no_lang_C}
 
 %post

++ pragha-1.3.2.1.tar.bz2 -> pragha-1.3.2.2.tar.bz2 ++
 11472 lines of diff (skipped)