commit dracut for openSUSE:13.2:Update

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package dracut for openSUSE:13.2:Update 
checked in at 2015-08-05 11:28:13

Comparing /work/SRC/openSUSE:13.2:Update/dracut (Old)
 and  /work/SRC/openSUSE:13.2:Update/.dracut.new (New)


Package is dracut

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Q6QHHT/_old  2015-08-05 11:28:16.0 +0200
+++ /var/tmp/diff_new_pack.Q6QHHT/_new  2015-08-05 11:28:16.0 +0200
@@ -1 +1 @@
-link package='dracut.3896' cicount='copy' /
+link package='dracut.3938' cicount='copy' /




commit opencv for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package opencv for openSUSE:Factory checked 
in at 2015-08-05 19:12:58

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


Package is opencv

Changes:

--- /work/SRC/openSUSE:Factory/opencv/opencv-qt5.changes2015-06-12 
20:24:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.opencv.new/opencv-qt5.changes   2015-08-05 
19:12:59.0 +0200
@@ -1,0 +2,11 @@
+Fri Jul 24 14:48:48 UTC 2015 - m...@suse.com
+
+- Update improve-sphinx-search.diff for new python-Sphinx(1.3.1)
+* now that sphinx-build disallow executing without arguments and 
+  give you Insufficient arguments error, use sphinx-build -h 
+  instead
+* the default usages output ie. sphinx-build(or --help) no longer
+  are standard error but standard output, drop OUTPUT_QUIET and 
+  add OUTPUT_VARIABLE throws the output to SPHINX_OUTPUT as well
+
+---
--- /work/SRC/openSUSE:Factory/opencv/opencv.changes2015-05-10 
10:53:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.opencv.new/opencv.changes   2015-08-05 
19:12:59.0 +0200
@@ -1,0 +2,11 @@
+Fri Jul 24 14:40:06 UTC 2015 - m...@suse.com
+
+- Update improve-sphinx-search.diff for new python-Sphinx(1.3.1)
+  * now that sphinx-build disallow executing without arguments and
+give you Insufficient arguments error, use sphinx-build -h
+instead
+  * the default usages output ie. sphinx-build(or --help) no longer
+are standard error but standard output, drop OUTPUT_QUIET and
+add OUTPUT_VARIABLE throws the output to SPHINX_OUTPUT as well
+
+---



Other differences:
--
opencv.spec: same change
++ improve-sphinx-search.diff ++
--- /var/tmp/diff_new_pack.wn008A/_old  2015-08-05 19:13:03.0 +0200
+++ /var/tmp/diff_new_pack.wn008A/_new  2015-08-05 19:13:03.0 +0200
@@ -2,11 +2,19 @@
 ===
 --- cmake/OpenCVDetectPython.cmake.orig
 +++ cmake/OpenCVDetectPython.cmake
-@@ -126,7 +126,7 @@ if(PYTHON_EXECUTABLE)
- OUTPUT_QUIET
+@@ -122,11 +122,12 @@ if(PYTHON_EXECUTABLE)
+   if(BUILD_DOCS)
+ find_host_program(SPHINX_BUILD sphinx-build)
+ if(SPHINX_BUILD)
+-execute_process(COMMAND ${SPHINX_BUILD}
+-OUTPUT_QUIET
++execute_process(COMMAND ${SPHINX_BUILD} -h
++OUTPUT_VARIABLE SPHINX_OUTPUT
  ERROR_VARIABLE SPHINX_OUTPUT
- OUTPUT_STRIP_TRAILING_WHITESPACE)
+-OUTPUT_STRIP_TRAILING_WHITESPACE)
 -if(SPHINX_OUTPUT MATCHES Sphinx v([0-9][^ \n]*))
++OUTPUT_STRIP_TRAILING_WHITESPACE
++ERROR_STRIP_TRAILING_WHITESPACE)
 +if(SPHINX_OUTPUT MATCHES Sphinx v([0-9]*[^ \n]*))
set(SPHINX_VERSION ${CMAKE_MATCH_1})
set(HAVE_SPHINX 1)




commit ffmpeg for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package ffmpeg for openSUSE:Factory checked 
in at 2015-08-05 19:13:07

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


Package is ffmpeg

Changes:

--- /work/SRC/openSUSE:Factory/ffmpeg/ffmpeg.changes2015-07-05 
17:53:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.ffmpeg.new/ffmpeg.changes   2015-08-05 
19:13:08.0 +0200
@@ -1,0 +2,22 @@
+Mon Jul 20 09:30:19 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 2.7.2
+- webp: fix infinite loop in webp_decode_frame
+- huffyuvdec: validate image size
+- avcodec/vp8: Check buffer size in vp8_decode_frame_header()
+- avcodec/vp8: Fix null pointer dereference in ff_vp8_decode_free()
+- avutil/fifo: Fix the case where func() returns less bytes than
+  requested in av_fifo_generic_write()
+- bytestream2: set the reader to the end when reading more than
+  available
+- oggparsedirac: check return value of init_get_bits
+- vp9/update_prob: prevent out of bounds table read
+- avcodec/pngdec: Check values before updating context in
+  decode_fctl_chunk()
+- avcodec/pngdec: Copy IHDR  plte state from last thread
+- avcodec/pngdec: Require a IHDR chunk before fctl
+- avcodec/pngdec: Only allow one IHDR chunk
+- ffmpeg: Do not use the data/size of a bitstream filter
+  after failure
+
+---

Old:

  ffmpeg-2.7.1.tar.bz2
  ffmpeg-2.7.1.tar.bz2.asc

New:

  ffmpeg-2.7.2.tar.bz2
  ffmpeg-2.7.2.tar.bz2.asc



Other differences:
--
++ ffmpeg.spec ++
--- /var/tmp/diff_new_pack.MN4KSA/_old  2015-08-05 19:13:09.0 +0200
+++ /var/tmp/diff_new_pack.MN4KSA/_new  2015-08-05 19:13:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ffmpeg
-Version:2.7.1
+Version:2.7.2
 Release:0
 Summary:Library working with various multimedia formats
 License:LGPL-2.1+ and GPL-2.0+

++ ffmpeg-2.7.1.tar.bz2 - ffmpeg-2.7.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/ffmpeg/ffmpeg-2.7.1.tar.bz2 
/work/SRC/openSUSE:Factory/.ffmpeg.new/ffmpeg-2.7.2.tar.bz2 differ: char 11, 
line 1




commit MozillaFirefox-branding-openSUSE for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox-branding-openSUSE for 
openSUSE:Factory checked in at 2015-08-05 19:13:02

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


Package is MozillaFirefox-branding-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/MozillaFirefox-branding-openSUSE/MozillaFirefox-branding-openSUSE.changes
2013-05-16 16:14:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.MozillaFirefox-branding-openSUSE.new/MozillaFirefox-branding-openSUSE.changes
   2015-08-05 19:13:04.0 +0200
@@ -1,0 +2,12 @@
+Sun Jul 26 08:14:23 UTC 2015 - w...@rosenauer.org
+
+- identify Leap 42.1 correctly
+- searchplugins need to be placed under distribution with FF 40
+- disable susefox
+  * its main purpose the plugin finder service misses server
+side maintenance and NPAPI plugins are being obsoleted sooner
+or later
+- homepage setting moved back from susefox to distribution
+  configuration
+
+---



Other differences:
--
++ MozillaFirefox-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.CwI673/_old  2015-08-05 19:13:05.0 +0200
+++ /var/tmp/diff_new_pack.CwI673/_new  2015-08-05 19:13:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package MozillaFirefox-branding-openSUSE
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2008-2013 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,7 +21,7 @@
 BuildRequires:  bc
 BuildRequires:  unzip
 BuildRequires:  zip
-Version:21
+Version:40
 Release:0
 Summary:openSUSE branding of MozillaFirefox
 License:BSD-3-Clause and GPL-2.0+
@@ -45,19 +45,32 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define progdir %{_libdir}/firefox
 %define libgssapi libgssapi_krb5.so.2
+%if %suse_version == 1315
+# Leap 42
+%define suseversion 42.1
+%define distname openSUSE Leap
+%else
+# openSUSE = 13.2  Tumbleweed?
 %define suseversion %(echo -e scale=1\\n%{suse_version}/100 | bc 2/dev/null)
-# HINT: default homepage is a property now included in susefox
+%define distname openSUSE
+%endif
+%define homepage http://www.opensuse.org/
+%define susefox 0
 
 %description
 This package provides openSUSE Look and Feel for Firefox.
 
 %prep
 cp -a %{SOURCE6} COPYING
+%if %susefox
 %setup -n susefox -q
 mv COPYING COPYING.susefox
+%endif
 
 %build
+%if %susefox
 ./build.sh
+%endif
 
 %install
 install -d $RPM_BUILD_ROOT%{progdir}
@@ -75,28 +88,35 @@
 install -m0644 %{SOURCE7} $RPM_BUILD_ROOT%{progdir}/defaults/pref/
 # distribution.ini
 install -d $RPM_BUILD_ROOT%{progdir}/distribution
-sed -e 's,%VERSION%,%{suseversion},g' \
+sed -e 's,%VERSION%,%{suseversion},g
+s,%HOMEPAGE%,%{homepage},g
+s,%DIST%,%{distname},g' \
%{SOURCE5}  distribution.ini
 install -m 0644 distribution.ini $RPM_BUILD_ROOT%{progdir}/distribution/
 # search plugins
-install -d $RPM_BUILD_ROOT%{progdir}/browser/searchplugins
+install -d $RPM_BUILD_ROOT%{progdir}/distribution/searchplugins/common/
 sed -e 's,%VERSION%,%{suseversion},g' \
-  %{SOURCE1}  
$RPM_BUILD_ROOT%{progdir}/browser/searchplugins/opensuse-software.xml
-cp %{SOURCE8} $RPM_BUILD_ROOT%{progdir}/browser/searchplugins/
+  %{SOURCE1}  
$RPM_BUILD_ROOT%{progdir}/distribution/searchplugins/common/opensuse-software.xml
+cp %{SOURCE8} $RPM_BUILD_ROOT%{progdir}/distribution/searchplugins/common/
+%if %susefox
 # install the system extension
 mkdir susefox\@opensuse.org
 (cd susefox\@opensuse.org; unzip ../susefox.xpi)
 mkdir -p 
$RPM_BUILD_ROOT%{_datadir}/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/
 cp -r susefox\@opensuse.org \
   
$RPM_BUILD_ROOT%{_datadir}/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
+%if %susefox
 %doc COPYING.susefox
 %doc ../COPYING
+%{_datadir}/mozilla
+%endif
 %dir %{progdir}
 %dir %{progdir}/defaults/
 %dir %{progdir}/defaults/pref
@@ -107,8 +127,6 @@
 %dir %{progdir}/browser/defaults/profile/
 %{progdir}/browser/defaults/preferences/firefox-openSUSE.js
 %{progdir}/browser/defaults/profile/bookmarks.html
-%{progdir}/browser/searchplugins/
 %{progdir}/distribution
-%{_datadir}/mozilla
 
 %changelog

++ distribution.ini.in ++
--- /var/tmp/diff_new_pack.CwI673/_old  2015-08-05 19:13:05.0 +0200
+++ /var/tmp/diff_new_pack.CwI673/_new  2015-08-05 19:13:05.0 +0200
@@ -1,7 +1,10 @@
 [Global]
 id=openSUSE
 version=%VERSION%

commit ImageMagick for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory 
checked in at 2015-08-05 19:13:32

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


Package is ImageMagick

Changes:

--- /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick.changes  2015-07-16 
17:13:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick.changes 
2015-08-05 19:13:33.0 +0200
@@ -1,0 +2,62 @@
+Mon Jul 27 16:09:52 CEST 2015 - sbra...@suse.com
+
+- Update to 6.9.1-10:
+  * New version 6.9.1-10, SVN revision 19269.
+  * coders/magick.c: added -define h:format=FMT and
+-define magick:format=FMT options. FMT can be any output format
+supported by ImageMagick except H or MAGICK. If this define is
+omitted, the encoder uses GIF by default for pseudoclass images and
+PNM for directclass images, as previously.  Made MAGICK (read-write)
+and H (write-only) visible in the format list.
+  * Removed incorrect EOF check in the DDS reader (reference
+http://www.imagemagick.org/discourse-server/viewtopic.php?f=3t=28065).
+  * Fixed undefined behaviors (reference
+http://www.imagemagick.org/discourse-server/viewtopic.php?f=3t=28067).
+  * Return exception message for unknown image properties.
+  * Color shift removed when reading transparent gray images (reference
+http://www.imagemagick.org/discourse-server/viewtopic.php?f=3t=28081)
+
+---
+Thu Jul 23 08:59:31 UTC 2015 - jweberho...@weberhofer.at
+
+- Removed duplicates
+
+- Only libMagickCore and ImageMagick-doc contains the LICENSE file. Other 
+  libraries do not longer contain it, as they always require libMagickCore
+  to be instaleld.
+
+- Moved documentation to the ImageMagick-doc package.
+
+- Removed executable bits from perl documentation-examples
+
+- Added configurations for:
+  * graphviz
+  * lcms2 (Little CMS 2 color management)
+  * jbig
+  * openjp2 (JPEG 2000)
+  * openexr
+  * webp
+
+- update to 6.9.1-9
+  * Fixed issue with radial gradient in MVG (reference
+http://www.imagemagick.org/discourse-server/viewtopic.php?f=3t=27995).
+
+- update to 6.9.1-8
+  * New version 6.9.1-8, SVN revision 19167.
+  * Correct install location of the Magick++ headers (reference
+https://github.com/ImageMagick/ImageMagick/pull/17/commits).
+  * Different gif cropping behavior between versions (reference
+http://www.imagemagick.org/discourse-server/viewtopic.php?f=3t=28013).
+  * Cannot read properly simple psd file (reference
+http://www.imagemagick.org/discourse-server/viewtopic.php?f=3t=28002).
+
+- update to 6.9.1-7
+  * Fixed and escaped output of the json coder. (reference
+http://www.imagemagick.org/discourse-server/viewtopic.php?f=3p=27894).
+  * Support BPG image format (respects -quality option).
+  * A bordered transparent image now remains transparent (reference
+http://www.imagemagick.org/discourse-server/viewtopic.php?f=5t=27937).
+  * The -update option behavior restored (reference
+http://www.imagemagick.org/discourse-server/viewtopic.php?f=1t=27939).
+
+---

Old:

  ImageMagick-6.9.1-6.tar.xz
  ImageMagick-6.9.1-6.tar.xz.asc

New:

  ImageMagick-6.9.1-10.tar.xz
  ImageMagick-6.9.1-10.tar.xz.asc



Other differences:
--
++ ImageMagick.spec ++
--- /var/tmp/diff_new_pack.0iATCQ/_old  2015-08-05 19:13:35.0 +0200
+++ /var/tmp/diff_new_pack.0iATCQ/_new  2015-08-05 19:13:35.0 +0200
@@ -63,7 +63,7 @@
 
 %define maj   6
 %define mfr_version   %{maj}.9.1
-%define mfr_revision  6
+%define mfr_revision  10
 %define quantum_depth 16
 %define source_version %{mfr_version}-%{mfr_revision}
 %define clibver   2
@@ -252,6 +252,9 @@
 %patch4  -p1
 %patch11 -p1
 
+# remove executeable bits from per demos
+chmod -x PerlMagick/demo/*.pl
+
 %build
 export CFLAGS=$RPM_OPT_FLAGS
 export CXXFLAGS=$RPM_OPT_FLAGS
@@ -276,11 +279,19 @@
   --with-perl \
   --with-perl-options=INSTALLDIRS=vendor CC='%__cc -L$PWD/magick/.libs' 
LDDLFLAGS='-shared -L$PWD/magick/.libs' \
   --disable-static \
-  --with-djvu=yes \
-  --with-wmf=yes \
-  --with-rsvg=yes \
+  --with-graphviz \
+  --with-djvu \
+  --with-lcms2 \
+  --with-jbig \
+  --with-openjp2 \
+%if 0%{?suse_version} = 1140
+  --with-openexr \
+%endif
+  --with-rsvg \
+  --with-webp \
+  --with-wmf \
   --with-quantum-depth=%{quantum_depth} \
-  --with-gcc-arch=no
+  --without-gcc-arch
 # don't build together, PerlMagick could be miscompiled when using parallel 
build[1]
 # [1] http://pkgs.fedoraproject.org/cgit/ImageMagick.git/tree/ImageMagick.spec
 make 

commit xorg-x11-server for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2015-08-05 19:13:50

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


Package is xorg-x11-server

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2015-07-21 13:25:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 
2015-08-05 19:13:51.0 +0200
@@ -1,0 +2,14 @@
+Thu Jul 30 12:10:08 CEST 2015 - ti...@suse.de
+
+- Backport a few upstream fixes for systemd/VT handling (boo#939838):
+  U_linux-Add-linux_parse_vt_settings-and-linux_get_keep.patch
+  U_linux-Add-a-may_fail-paramter-to-linux_parse_vt_sett.patch
+  U_systemd-logind-Only-use-systemd-logind-integration-t.patch
+  U_systemd-logind-do-not-rely-on-directed-signals.patch
+
+---
+Mon Jul 27 11:52:32 UTC 2015 - e...@suse.com
+
+- Improve conditional enablement of XWayland.
+
+---

New:

  U_linux-Add-a-may_fail-paramter-to-linux_parse_vt_sett.patch
  U_linux-Add-linux_parse_vt_settings-and-linux_get_keep.patch
  U_systemd-logind-Only-use-systemd-logind-integration-t.patch
  U_systemd-logind-do-not-rely-on-directed-signals.patch



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.YflX1o/_old  2015-08-05 19:13:53.0 +0200
+++ /var/tmp/diff_new_pack.YflX1o/_new  2015-08-05 19:13:53.0 +0200
@@ -16,6 +16,14 @@
 #
 
 
+%ifarch s390 s390x
+%define have_wayland 0
+%else
+%if 0%{?suse_version} = 1320
+%define have_wayland 1
+%endif
+%endif
+
 Name:   xorg-x11-server
 
 %define dirsuffix 1.17.2
@@ -49,6 +57,9 @@
 BuildRequires:  pkgconfig(dri2proto)
 BuildRequires:  pkgconfig(dri3proto)
 BuildRequires:  pkgconfig(epoxy) = 1.1
+%if 0%{?have_wayland} == 1
+BuildRequires:  pkgconfig(wayland-client)
+%endif
 BuildRequires:  pkgconfig(fixesproto) = 4.1
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(fontenc)
@@ -167,6 +178,11 @@
 
 Patch117:   xorg-x11-server-byte-order.patch
 
+Patch201:   U_linux-Add-linux_parse_vt_settings-and-linux_get_keep.patch
+Patch202:   U_linux-Add-a-may_fail-paramter-to-linux_parse_vt_sett.patch
+Patch203:   U_systemd-logind-Only-use-systemd-logind-integration-t.patch
+Patch204:   U_systemd-logind-do-not-rely-on-directed-signals.patch
+
 Patch1000:  n_xserver-optimus-autoconfig-hack.patch
 
 Patch1162:  b_cache-xkbcomp-output-for-fast-start-up.patch
@@ -261,6 +277,11 @@
 
 %patch117 -p1
 
+%patch201 -p1
+%patch202 -p1
+%patch203 -p1
+%patch204 -p1
+
 %patch1000 -p1
 
 ### disabled for now
@@ -298,20 +319,19 @@
 --disable-linux-acpi \
 --disable-linux-apm \
 %ifarch s390 s390x
---disable-xwayland \
 --disable-xorg \
 --disable-aiglx \
 %else
-%if 0%{?suse_version}  1310
---enable-xwayland \
-%else
---disable-xwayland \
-%endif
 --enable-xorg \
 %if 0%{?suse_version}  1120
--enable-config-udev \
 %endif
 %endif
+%if 0%{?have_wayland} == 1
+--enable-xwayland \
+%else
+--disable-xwayland \
+%endif
 --with-log-dir=/var/log \
 --with-os-name=openSUSE \
 --with-os-vendor=SUSE LINUX \
@@ -448,10 +468,6 @@
 %{_bindir}/Xorg
 %{_bindir}/X
 
-%if 0%{?suse_version}  1310
-%{_bindir}/Xwayland
-%endif
-
 %{_bindir}/cvt
 %{_bindir}/gtf
 %{_libdir}/xorg/modules/
@@ -463,6 +479,9 @@
 %ghost %{_sysconfdir}/alternatives/libglx.so
 %endif
 %endif
+%if 0%{?have_wayland} == 1
+%{_bindir}/Xwayland
+%endif
 %{_bindir}/Xvfb
 %{_bindir}/xorg-backtrace
 

++ U_linux-Add-a-may_fail-paramter-to-linux_parse_vt_sett.patch ++
From 81bcada14e339fe2a2fb3f3a040566d94dc20bad Mon Sep 17 00:00:00 2001
From: Hans de Goede hdego...@redhat.com
Date: Wed, 13 May 2015 13:17:09 +0200
Subject: [PATCH] linux: Add a may_fail paramter to linux_parse_vt_settings

linux_parse_vt_settings() was split out of xf86OpenConsole so that it can
be called earlier during systemd-logind init, but it is possible to run
the xserver in such a way that xf86OpenConsole() is never used.

The FatalError calls in linux_parse_vt_settings() may stop the Xorg xserver
from working when e.g. no /dev/tty0 is present in such a setup.

This commit adds a may_fail parameter to linux_parse_vt_settings() which
can be used to make linux_parse_vt_settings() fail silenty with an error
return in this case, rather then calling FatalError().

Signed-off-by: Hans de Goede hdego...@redhat.com
Reviewed-by: Peter 

commit firebird for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

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

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


Package is firebird

Changes:

--- /work/SRC/openSUSE:Factory/firebird/firebird-classic.changes
2014-12-19 09:40:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.firebird.new/firebird-classic.changes   
2015-08-05 19:13:30.0 +0200
@@ -1,0 +2,31 @@
+Mon Jul 27 11:52:53 UTC 2015 - mkube...@suse.cz
+
+- fix libfbembed package name in baselibs.conf so that the
+  libfbembed2_5-32bit is built
+
+---
+Mon Jul 27 06:32:09 UTC 2015 - mkube...@suse.cz
+
+- upgrade to upstream version 2.5.4 (final)
+  * CORE-4558: SuperServer dies when client is disconnected
+abnormally during the index navigational scan
+  * CORE-4676: Crash on unexpected client disconnection with opened
+transaction
+  * CORE-4075: Server bugchecks or crashes on exception in
+calculated index
+  * CORE-4624: Firebird handles ':' characters in mount table
+entries invalid
+- Backported-fix-for-CORE-4788-Superclassic-server-han.patch:
+  CORE-4788: Superclassic server hangs when receiving network
+  packet
+- Backported-fix-for-CORE-4785-Bad-packet-of-op_execut.patch:
+  CORE-4785: Bad packet of op_execute kills the server
+- Fixed-s-tandalone-switch-in-posix-server.patch:
+  fix -s(tandalone) switch in posix server
+- Added-check-for-failed-fork-system-call.patch:
+  add check for failed fork() system call
+- Apply-Partial-patch-for-C-11-compilation-of-the-Fire.patch:
+  Libreoffice-patch-C-11-new-delete-replacement-functi.patch:
+  two patches from LibreOffice fixing C++11 build
+
+---
firebird.changes: same change

Old:

  Firebird-2.5.4.26821-0.tar.xz

New:

  Added-check-for-failed-fork-system-call.patch
  Apply-Partial-patch-for-C-11-compilation-of-the-Fire.patch
  Backported-fix-for-CORE-4785-Bad-packet-of-op_execut.patch
  Backported-fix-for-CORE-4788-Superclassic-server-han.patch
  Firebird-2.5.4.26856-0.tar.xz
  Fixed-s-tandalone-switch-in-posix-server.patch
  Libreoffice-patch-C-11-new-delete-replacement-functi.patch



Other differences:
--
++ firebird-classic.spec ++
--- /var/tmp/diff_new_pack.rmoVh5/_old  2015-08-05 19:13:31.0 +0200
+++ /var/tmp/diff_new_pack.rmoVh5/_new  2015-08-05 19:13:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package firebird-classic
 #
-# 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,7 +16,7 @@
 #
 
 
-%define upversion 2.5.4.26821
+%define upversion 2.5.4.26856
 %define pkgversion Firebird-%{upversion}-0
 %define bname firebird
 
@@ -48,17 +48,25 @@
 License:SUSE-IDPL-1.0 and SUSE-IBPL-1.0
 Group:  Productivity/Databases/Servers
 
+# SUSE specific patches
 Patch1: allow-creating-buildRoot-as-non-root-user.patch
 Patch2: fbguard-allow-creating-a-guard-pidfile.patch
 Patch3: use-killproc-in-stop-branch-of-SuSE-init-script.patch
 Patch4: disable-xinetd-service-by-default.patch
 Patch5: do-not-use-DatabaseAccess-Full-in-default-config.patch
 Patch6: add-pkgconfig-files.patch
-
+# backport from upstream 2.5 branch
+Patch11:Backported-fix-for-CORE-4788-Superclassic-server-han.patch
+Patch12:Backported-fix-for-CORE-4785-Bad-packet-of-op_execut.patch
+Patch13:Fixed-s-tandalone-switch-in-posix-server.patch
+Patch14:Added-check-for-failed-fork-system-call.patch
+Patch15:Apply-Partial-patch-for-C-11-compilation-of-the-Fire.patch
+Patch16:Libreoffice-patch-C-11-new-delete-replacement-functi.patch
+# backport from upstream 3.0 branch
 Patch21:Fixed-CORE-3431-ISQL-pads-UTF-8-data-incorrectly.patch
 Patch22:isql-fix-output-if-charset-is-different-from-locale.patch
 Patch23:isql-fix-buffer-overflow-when-set-width-sets-bigger-.patch
-
+# SUSE only, 2.5 only
 Patch31:add-experimental-support-for-m68k-architecture.patch
 
 %description
@@ -82,6 +90,12 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch11 -p1
+%patch12 -p1
+%patch13 -p1
+%patch14 -p1
+%patch15 -p1
+%patch16 -p1
 %patch21 -p1
 %patch22 -p1
 %patch23 -p1

++ firebird.spec ++
--- /var/tmp/diff_new_pack.rmoVh5/_old  2015-08-05 19:13:31.0 +0200
+++ /var/tmp/diff_new_pack.rmoVh5/_new  2015-08-05 19:13:31.0 

commit iprutils for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package iprutils for openSUSE:Factory 
checked in at 2015-08-05 19:13:36

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


Package is iprutils

Changes:

--- /work/SRC/openSUSE:Factory/iprutils/iprutils.changes2014-09-19 
13:55:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.iprutils.new/iprutils.changes   2015-08-05 
19:13:37.0 +0200
@@ -1,0 +2,20 @@
+Fri Jul 24 10:45:35 UTC 2015 - jloe...@suse.com
+
+- version update to 2.4.8 (FATE#317991)
+  - see Changelog under iprutils-2.4.8/spec/iprutils.spec
+  - to prevent failing configure, fetch all cflags
+
+- added patches:
+  * iprutils.fix_ncurses_cflags_var.patch
+
+- removed patches:
+  * iprconfig.usr-sbin.patch
+  * iprutils-close.diff
+  * iprutils.bug-896587_mig_fix_le.patch
+  * iprutils.generate_ipr_dump_file.patch
+  * iprutils.install-man.patch
+  * iprutils.read_intensive_disks_doesnt_show_up.patch
+  * iprutils.redundant_paths_in_GTO.patch
+  * iprutils.runlevel.patch
+
+---

Old:

  iprconfig.usr-sbin.patch
  iprdump.service
  iprinit.service
  iprupdate.service
  iprutils-2.4.1-src.tgz
  iprutils-close.diff
  iprutils.bug-896587_mig_fix_le.patch
  iprutils.generate_ipr_dump_file.patch
  iprutils.install-man.patch
  iprutils.read_intensive_disks_doesnt_show_up.patch
  iprutils.redundant_paths_in_GTO.patch
  iprutils.runlevel.patch

New:

  iprutils-2.4.8.tar.gz
  iprutils.fix_ncurses_cflags_var.patch



Other differences:
--
++ iprutils.spec ++
--- /var/tmp/diff_new_pack.z2bdjt/_old  2015-08-05 19:13:38.0 +0200
+++ /var/tmp/diff_new_pack.z2bdjt/_new  2015-08-05 19:13:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iprutils
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,30 +19,22 @@
 Name:   iprutils
 # NOTE: package's changelog is hidden in % changelog section
 # in file iprutils/spec/iprutils.spec
-Version:2.4.1
+Version:2.4.8
 Release:0
 Summary:Utilities for the IBM Power Linux RAID Adapters
 License:CPL-1.0
 Group:  Hardware/Other
 Url:http://sourceforge.net/projects/iprdd/
-Source0:
https://downloads.sourceforge.net/project/iprdd/iprutils%20for%202.6%20kernels/%{version}/%{name}-%{version}-src.tgz
-Patch0: iprconfig.usr-sbin.patch
-Patch1: iprutils.install-man.patch
-Patch2: iprutils.runlevel.patch
-Patch4: iprutils-close.diff
-Patch5: iprutils.redundant_paths_in_GTO.patch 
-Patch6: iprutils.generate_ipr_dump_file.patch
-Patch7: iprutils.read_intensive_disks_doesnt_show_up.patch 
-Patch8: iprutils.bug-896587_mig_fix_le.patch
-Source1:iprdump.service
-Source2:iprinit.service
-Source3:iprupdate.service
+Source0:
https://downloads.sourceforge.net/project/iprdd/iprutils%20for%202.6%20kernels/%{version}/%{name}-%{version}.tar.gz
+BuildRequires:  libncurses5
 BuildRequires:  ncurses-devel
 BuildRequires:  pciutils-devel
 BuildRequires:  pkg-config
+BuildRequires:  python
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch0: iprutils.fix_ncurses_cflags_var.patch
 ExclusiveArch:  %ix86 x86_64 ia64 ppc ppc64 ppc64le %arm
 %systemd_requires
 
@@ -51,29 +43,27 @@
 supported by the ipr SCSI storage device driver.
 
 %prep
-%setup -q -n iprutils
+%setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch4 -p1
-%patch5 -p2
-%patch6 -p2
-%patch7 -p2
-%patch8 -p2
 
 %build
-make %{?_smp_mflags} CFLAGS=%{optflags} -I/usr/include/ncurses 
\$(IPR_DEFINES) CC=gcc
+export CPPFLAGS=$(ncurses5-config --cflags)
+export LDFLAGS=$(ncurses5-config --libs)
+%configure --sbindir=%{_sbindir} --libdir=%{_libdir} --disable-static
+make
 
 %install
-make INSTALL_MOD_PATH=%{buildroot} install
-mkdir -p $RPM_BUILD_ROOT/%{_unitdir}
-install -D -m0644 %{S:1} %{buildroot}%{_unitdir}/
-install -D -m0644 %{S:2} %{buildroot}%{_unitdir}/
-install -D -m0644 %{S:3} %{buildroot}%{_unitdir}/
+make DESTDIR=%{buildroot} install
+install -d $RPM_BUILD_ROOT/%{_unitdir}
+cp ./systemd/iprinit.service $RPM_BUILD_ROOT/%{_unitdir}/iprinit.service
+cp ./systemd/iprdump.service $RPM_BUILD_ROOT/%{_unitdir}/iprdump.service
+cp ./systemd/iprupdate.service $RPM_BUILD_ROOT/%{_unitdir}/iprupdate.service
 ln -s /sbin/service 

commit poppler for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package poppler for openSUSE:Factory checked 
in at 2015-08-05 19:13:21

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


Package is poppler

Changes:

--- /work/SRC/openSUSE:Factory/poppler/poppler-qt.changes   2015-05-20 
23:26:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.poppler.new/poppler-qt.changes  2015-08-05 
19:13:22.0 +0200
@@ -1,0 +2,16 @@
+Thu Jul  9 21:27:17 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.34.0:
+  + core:
+- Splash:
+  . Fix crash in PDF with nested softmasks (fdo#91240).
+  . Speed up of rendering icc based images (fdo#90171).
+- PSOutputDev: Embed Type1 fonts to PostScript files correctly
+  (fdo#19747).
+- Fix pedantic memory leak.
+  + glib: Update new symbols section.
+  + Build system: cmake: Make sure ENABLE_LIBOPENJPEG is either 0
+or 1.
+- Bump poppler soname following upstream changes.
+
+---
poppler-qt5.changes: same change
poppler.changes: same change

Old:

  poppler-0.33.0.tar.xz

New:

  poppler-0.34.0.tar.xz



Other differences:
--
++ poppler-qt.spec ++
--- /var/tmp/diff_new_pack.xEYqkh/_old  2015-08-05 19:13:23.0 +0200
+++ /var/tmp/diff_new_pack.xEYqkh/_new  2015-08-05 19:13:23.0 +0200
@@ -21,11 +21,11 @@
 
 Name:   poppler-qt
 %define _name   poppler
-Version:0.33.0
+Version:0.34.0
 Release:0
 # Actual version of poppler-data:
 %define poppler_data_version 0.4.6
-%define poppler_soname 52
+%define poppler_soname 53
 %define poppler_cpp_soname 0
 %define poppler_glib_soname 8
 %define poppler_qt4_soname 4

poppler-qt5.spec: same change
++ poppler.spec ++
--- /var/tmp/diff_new_pack.xEYqkh/_old  2015-08-05 19:13:23.0 +0200
+++ /var/tmp/diff_new_pack.xEYqkh/_new  2015-08-05 19:13:23.0 +0200
@@ -21,11 +21,11 @@
 
 Name:   poppler
 %define _name   poppler
-Version:0.33.0
+Version:0.34.0
 Release:0
 # Actual version of poppler-data:
 %define poppler_data_version 0.4.6
-%define poppler_soname 52
+%define poppler_soname 53
 %define poppler_cpp_soname 0
 %define poppler_glib_soname 8
 %define poppler_qt4_soname 4


++ poppler-0.33.0.tar.xz - poppler-0.34.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poppler-0.33.0/CMakeLists.txt 
new/poppler-0.34.0/CMakeLists.txt
--- old/poppler-0.33.0/CMakeLists.txt   2015-05-14 20:22:31.0 +0200
+++ new/poppler-0.34.0/CMakeLists.txt   2015-07-08 22:14:54.0 +0200
@@ -22,7 +22,7 @@
 endif()
 
 set(POPPLER_MAJOR_VERSION 0)
-set(POPPLER_MINOR_VERSION 33)
+set(POPPLER_MINOR_VERSION 34)
 set(POPPLER_MICRO_VERSION 0)
 set(POPPLER_VERSION 
${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION})
 
@@ -158,6 +158,7 @@
 endif(ENABLE_ZLIB)
 set(USE_OPENJPEG1 FALSE)
 set(USE_OPENJPEG2 FALSE)
+set(WITH_OPENJPEG FALSE)
 if(ENABLE_LIBOPENJPEG STREQUAL auto)
   find_package(LIBOPENJPEG)
   set(USE_OPENJPEG1 ${LIBOPENJPEG_FOUND})
@@ -176,6 +177,7 @@
   set(USE_OPENJPEG2 ${LIBOPENJPEG2_FOUND})
   set(WITH_OPENJPEG ${LIBOPENJPEG2_FOUND})
 endif()
+set(ENABLE_LIBOPENJPEG ${WITH_OPENJPEG})
 if(ENABLE_CMS STREQUAL auto)
   find_package(LCMS2)
   set(USE_CMS ${LCMS2_FOUND})
@@ -474,7 +476,7 @@
 else(MSVC)
 add_library(poppler SHARED ${poppler_SRCS})
 endif(MSVC)
-set_target_properties(poppler PROPERTIES VERSION 52.0.0 SOVERSION 52)
+set_target_properties(poppler PROPERTIES VERSION 53.0.0 SOVERSION 53)
 target_link_libraries(poppler ${poppler_LIBS})
 target_link_libraries(poppler LINK_INTERFACE_LIBRARIES )
 install(TARGETS poppler RUNTIME DESTINATION bin LIBRARY DESTINATION 
lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poppler-0.33.0/ChangeLog new/poppler-0.34.0/ChangeLog
--- old/poppler-0.33.0/ChangeLog2015-05-14 21:48:33.0 +0200
+++ new/poppler-0.34.0/ChangeLog2015-07-08 22:27:41.0 +0200
@@ -1,3 +1,128 @@
+commit 2fc1f540754391ffa87d7fe9f3438e134d821207
+Author: Thomas Freitag thomas.frei...@alfa.de
+Date:   Tue Jul 7 18:48:51 2015 +0200
+
+[Splash] Fix crash in PDF with nested softmasks
+
+Bug #91240
+
+ poppler/SplashOutputDev.cc | 20 
+ 1 file changed, 12 insertions(+), 8 deletions(-)
+
+commit 0b8919f19dd501c9962bca05c9b0559464e923c3
+Author: Dmytro Morgun lzt...@gmail.com
+Date:   Mon Jul 6 00:28:27 2015 +0200
+
+Fix pedantic memory leak
+
+ poppler/StructElement.cc | 15 +++
+ 1 file changed, 

commit cups-filters for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package cups-filters for openSUSE:Factory 
checked in at 2015-08-05 19:13:11

Comparing /work/SRC/openSUSE:Factory/cups-filters (Old)
 and  /work/SRC/openSUSE:Factory/.cups-filters.new (New)


Package is cups-filters

Changes:

--- /work/SRC/openSUSE:Factory/cups-filters/cups-filters.changes
2015-07-16 17:13:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.cups-filters.new/cups-filters.changes   
2015-08-05 19:13:12.0 +0200
@@ -1,0 +2,8 @@
+Sun Jul 26 13:16:43 UTC 2015 - zai...@opensuse.org
+
+- Add cups-filters-poppler-034.patch: Fix build with poppler-0.34.
+  See https://bugs.linuxfoundation.org/show_bug.cgi?id=1301
+  pdftoopvp: Adaptations to API changes on Poppler 0.34.0, note
+  that this patch disables color management in this filter.
+
+---

New:

  cups-filters-poppler-034.patch



Other differences:
--
++ cups-filters.spec ++
--- /var/tmp/diff_new_pack.CbBDQI/_old  2015-08-05 19:13:13.0 +0200
+++ /var/tmp/diff_new_pack.CbBDQI/_new  2015-08-05 19:13:13.0 +0200
@@ -49,6 +49,8 @@
 #   zypper vcmp '4.0.17.256' '4.0.17.256.1' - 4.0.17.256 is older than 
4.0.17.256.1
 #   zypper vcmp '4.0.17.257' '4.0.17.256.1' - 4.0.17.257 is newer than 
4.0.17.256.1
 %define foomatic_rip_version 4.0.17.256.1
+# PATCH-FIX-UPSTREAM cups-filters-poppler-034.patch blo#1301 
zai...@opensuse.org -- Fix build with new poppler-0.34. Upstream patch.
+Patch0: cups-filters-poppler-034.patch
 # SLE12 needs special BuildRequires.
 # For suse_version values see 
https://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto
 %if 0%{?suse_version} == 1315
@@ -275,6 +277,9 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version}  1320
+%patch0 -p0
+%endif
 
 %build
 # Just do what is described in the upstream INSTALL file

++ cups-filters-poppler-034.patch ++
=== modified file 'filter/pdftoopvp/OPVPOutputDev.cxx'
--- filter/pdftoopvp/OPVPOutputDev.cxx  2015-02-18 03:17:28 +
+++ filter/pdftoopvp/OPVPOutputDev.cxx  2015-07-14 19:22:49 +
@@ -1811,10 +1811,14 @@
 #if POPPLER_VERSION_MAJOR = 0  (POPPLER_VERSION_MINOR = 20 || 
(POPPLER_VERSION_MINOR == 21  POPPLER_VERSION_MICRO = 2))
   maskSplash-drawImage(imageSrc, imgMaskData,
splashModeMono8, gFalse, maskWidth, maskHeight, mat);
-#else
+#elif POPPLER_VERSION_MAJOR = 0  POPPLER_VERSION_MINOR = 33
   maskSplash-drawImage(imageSrc, imgMaskData,
splashModeMono8, gFalse, maskWidth, maskHeight,
 mat,gFalse);
+#else
+  maskSplash-drawImage(imageSrc, 0, imgMaskData,
+  splashModeMono8, gFalse, maskWidth, maskHeight,
+ mat,gFalse);
 #endif
   delete imgMaskData.imgStr;
   maskStr-close();

=== modified file 'filter/pdftoopvp/oprs/OPRS.cxx'
--- filter/pdftoopvp/oprs/OPRS.cxx  2013-01-09 10:42:32 +
+++ filter/pdftoopvp/oprs/OPRS.cxx  2015-07-14 19:22:49 +
@@ -240,8 +240,10 @@
 if (rasterMode) {
 #if POPPLER_VERSION_MAJOR = 0  (POPPLER_VERSION_MINOR = 20 || 
(POPPLER_VERSION_MINOR == 21  POPPLER_VERSION_MICRO = 2))
return splash-drawImage(src,srcData,srcMode,srcAlpha,w,h,mat);
-#else
+#elif POPPLER_VERSION_MAJOR = 0  POPPLER_VERSION_MINOR = 33
return splash-drawImage(src,srcData,srcMode,srcAlpha,w,h,mat,gFalse);
+#else
+   return splash-drawImage(src,0,srcData,srcMode,srcAlpha,w,h,mat,gFalse);
 #endif
 } else {
return opvpSplash-drawImage(src,srcData,srcMode,srcAlpha,w,h,mat);



commit hdf5 for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package hdf5 for openSUSE:Factory checked in 
at 2015-08-05 19:13:40

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


Package is hdf5

Changes:

--- /work/SRC/openSUSE:Factory/hdf5/hdf5.changes2015-07-25 
07:43:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.hdf5.new/hdf5.changes   2015-08-05 
19:13:41.0 +0200
@@ -1,0 +2,15 @@
+Mon Jul 27 11:11:12 UTC 2015 - toddrme2...@gmail.com
+
+- Update subpackage groups
+- Make subpackage summaries and descriptions more consistent
+- Provide rpm macros for version identification
+- Spec file cleanups
+
+---
+Mon Jul 27 10:06:49 UTC 2015 - toddrme2...@gmail.com
+
+- Use explicit library requirements to avoid ambiguities.
+  Without this, packages that depend on hdf5 won't know which
+  library to use.
+
+---



Other differences:
--
++ hdf5.spec ++
 844 lines (skipped)
 between /work/SRC/openSUSE:Factory/hdf5/hdf5.spec
 and /work/SRC/openSUSE:Factory/.hdf5.new/hdf5.spec




commit junit for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package junit for openSUSE:Factory checked 
in at 2015-08-05 19:13:46

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


Package is junit

Changes:

--- /work/SRC/openSUSE:Factory/junit/junit.changes  2015-04-02 
15:57:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.junit.new/junit.changes 2015-08-05 
19:13:47.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 28 07:53:29 UTC 2015 - tchva...@suse.com
+
+- Add patch to build with jdk8:
+  * junit-jdk8.patch
+
+---

New:

  junit-jdk8.patch



Other differences:
--
++ junit.spec ++
--- /var/tmp/diff_new_pack.dUmS1T/_old  2015-08-05 19:13:48.0 +0200
+++ /var/tmp/diff_new_pack.dUmS1T/_new  2015-08-05 19:13:48.0 +0200
@@ -28,6 +28,8 @@
 Source1:junit-4.11.pom
 #PATCH-FIX-OPENSUSE: do not use bundled hamcrest sources, which btw fixes 
hamcrest build with junit4
 Patch0: junit-no-hamcrest-src.patch
+#PATCH-FIX-UPSTREAM: build with jdk8 and newer, already in upstream repo
+Patch1: junit-jdk8.patch
 BuildRequires:  ant
 BuildRequires:  hamcrest = 1.3
 BuildRequires:  java-devel = 1.6.0
@@ -79,15 +81,13 @@
 %prep
 %setup -q -n junit-r%{version}
 %patch0 -p1
+%patch1 -p1
 
 find . -type f -name *.jar -or -name *.class | xargs -t rm -rf
 
 ln -s $(build-classpath hamcrest/core) lib/hamcrest-core-1.3.jar
 
 %build
-#export CLASSPATH=
-#export OPT_JAR_LIST=:
-#ant -Dant.build.javac.source=1.5 dist
 ant dist -Dversion-status=
 
 %install


++ junit-jdk8.patch ++
Index: junit-r4.11/src/main/java/org/junit/runners/model/FrameworkMethod.java
===
--- junit-r4.11.orig/src/main/java/org/junit/runners/model/FrameworkMethod.java
+++ junit-r4.11/src/main/java/org/junit/runners/model/FrameworkMethod.java
@@ -83,14 +83,11 @@ public class FrameworkMethod extends Fra
  * liis not static (given {@code isStatic is true}).
  */
 public void validatePublicVoid(boolean isStatic, ListThrowable errors) {
-if (Modifier.isStatic(fMethod.getModifiers()) != isStatic) {
+if (isStatic() != isStatic) {
 String state = isStatic ? should : should not;
 errors.add(new Exception(Method  + fMethod.getName() + ()  + 
state +  be static));
 }
-if (!Modifier.isPublic(fMethod.getDeclaringClass().getModifiers())) {
-errors.add(new Exception(Class  + 
fMethod.getDeclaringClass().getName() +  should be public));
-}
-if (!Modifier.isPublic(fMethod.getModifiers())) {
+if (!isPublic()) {
 errors.add(new Exception(Method  + fMethod.getName() + () 
should be public));
 }
 if (fMethod.getReturnType() != Void.TYPE) {
Index: junit-r4.11/src/test/java/org/junit/tests/AllTests.java
===
--- junit-r4.11.orig/src/test/java/org/junit/tests/AllTests.java
+++ junit-r4.11/src/test/java/org/junit/tests/AllTests.java
@@ -77,7 +77,6 @@ import org.junit.tests.running.methods.T
 import org.junit.tests.running.methods.TimeoutTest;
 import org.junit.tests.validation.BadlyFormedClassesTest;
 import org.junit.tests.validation.FailedConstructionTest;
-import org.junit.tests.validation.InaccessibleBaseClassTest;
 import org.junit.tests.validation.ValidationTest;
 
 // These test files need to be cleaned. See
@@ -118,7 +117,6 @@ import org.junit.tests.validation.Valida
 JUnit38ClassRunnerTest.class,
 SystemExitTest.class,
 JUnitCoreReturnsCorrectExitCodeTest.class,
-InaccessibleBaseClassTest.class,
 SuiteMethodTest.class,
 BadlyFormedClassesTest.class,
 IgnoreClassTest.class,



commit yast2-installation for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2015-08-05 19:14:00

Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-installation.new (New)


Package is yast2-installation

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2015-07-22 09:19:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2015-08-05 19:14:01.0 +0200
@@ -1,0 +2,13 @@
+Wed Aug  5 11:45:25 UTC 2015 - jsr...@suse.cz
+
+- store cio_ignore settings before installing bootloader
+  (bsc#933177)
+- 3.1.152
+
+---
+Fri Jul 24 13:01:22 UTC 2015 - jsr...@suse.cz
+
+- avoid duplicating release notes for products (bsc#935599)
+- 3.1.151
+
+---

Old:

  yast2-installation-3.1.150.tar.bz2

New:

  yast2-installation-3.1.152.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.Hfgxxf/_old  2015-08-05 19:14:02.0 +0200
+++ /var/tmp/diff_new_pack.Hfgxxf/_new  2015-08-05 19:14:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.1.150
+Version:3.1.152
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-installation-3.1.150.tar.bz2 - yast2-installation-3.1.152.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-3.1.150/.travis.yml 
new/yast2-installation-3.1.152/.travis.yml
--- old/yast2-installation-3.1.150/.travis.yml  2015-07-21 11:29:37.0 
+0200
+++ new/yast2-installation-3.1.152/.travis.yml  2015-08-05 14:59:11.0 
+0200
@@ -5,7 +5,7 @@
 # disable rvm, use system Ruby
 - rvm reset
 - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p rake yast2-devtools yast2-testsuite 
yast2-core-dev yast2 yast2-network -g rspec:2.14.1 yast-rake gettext 
rubocop:0.29.1 simplecov coveralls
+- sh ./travis_setup.sh -p rake yast2-devtools yast2-testsuite 
yast2-core-dev yast2 yast2-network -g rspec:3.3.0 yast-rake gettext 
rubocop:0.29.1 simplecov coveralls
 script:
 - rake check:syntax
 - rake check:pot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-3.1.150/doc/proposal_api.md 
new/yast2-installation-3.1.152/doc/proposal_api.md
--- old/yast2-installation-3.1.150/doc/proposal_api.md  2015-07-21 
11:29:37.0 +0200
+++ new/yast2-installation-3.1.152/doc/proposal_api.md  2015-08-05 
14:59:11.0 +0200
@@ -1,186 +1,8 @@
 # API for YaST2 installation proposal
-## Motivation
-After five releases, YaST2 is now smart enough to make reasonable proposals for
-(near) every installation setting, thus it is no longer necessary to ask the
-user that many questions during installation: Most users simply hit the [next]
-button anyway.
 
-Hence, YaST2 now collects all the individual proposals from its submodules and
-presents them for confirmation right away. The user can change each individual
-setting, but he is no longer required to go through all the steps just to
-change some simple things. The only that (currently) really has to be queried
-is the installation language - this cannot reasonably be guessed (yet?).
+This API lives now in the
+[Installation::ProposalClient 
class](https://github.com/yast/yast-yast2/blob/master/library/general/src/lib/installation/proposal_client.rb)
+which is part of the [YaST basic 
libraries](https://github.com/yast/yast-yast2/).
 
-## Overview
-YaST2 installation modules should cooperate with the main program in a 
consistent API. General usage:
-
-* inst_proposal (main program) creates empty dialog with RichText widget
-
-* inst_proposal calls each sub-module in turn to make proposal
-
-* user may choose to change individual settings (i.e., clicks on a hyperlink)
-
-* inst_proposal starts that module's sub-workflow which runs independently.
-  After this, inst_proposal tells all subsequent (all?) modules to check their
-  states and return whether a change of their proposal is necessary after the
-  user interaction.
-
-* main program calls each sub-module to write the settings to the system
-
-## API functions
-If any parameter is marked as optional, it should only be specified if
-it contains a meaningful value. Do not add it with a `nil` value.
-
-It is recommended to use Installation::ProposalClient as base class for new 
clients.
-This base 

commit autoyast2 for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2015-08-05 19:13:55

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


Package is autoyast2

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2015-07-19 
11:44:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2015-08-05 
19:13:56.0 +0200
@@ -1,0 +2,13 @@
+Fri Jul 31 13:55:34 CEST 2015 - sch...@suse.de
+
+- softwarepost-packages: Must not reinstall already installed
+  packages. (fate#319086)
+- 3.1.87
+
+---
+Thu Jul 16 17:47:27 UTC 2015 - lsle...@suse.cz
+
+- Fixed a syntax error in the schema definition (bsc#938459)
+- 3.1.86
+
+---

Old:

  autoyast2-3.1.85.tar.bz2

New:

  autoyast2-3.1.87.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.HNfw1F/_old  2015-08-05 19:13:57.0 +0200
+++ /var/tmp/diff_new_pack.HNfw1F/_new  2015-08-05 19:13:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.85
+Version:3.1.87
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ autoyast2-3.1.85.tar.bz2 - autoyast2-3.1.87.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.85/.travis.yml 
new/autoyast2-3.1.87/.travis.yml
--- old/autoyast2-3.1.85/.travis.yml2015-07-10 15:24:44.0 +0200
+++ new/autoyast2-3.1.87/.travis.yml2015-07-31 14:34:09.0 +0200
@@ -5,7 +5,7 @@
 # disable rvm, use system Ruby
 - rvm reset
 - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p rake yast2-devtools yast2-testsuite yast2 
yast2-storage yast2-xml yast2-transfer yast2-services-manager 
yast2-installation-control yast2-packager -g rspec:2.14.1 yast-rake gettext
+- sh ./travis_setup.sh -p rake yast2-devtools yast2-testsuite yast2 
yast2-storage yast2-xml yast2-transfer yast2-services-manager 
yast2-installation-control yast2-packager trang -g rspec:3.3.0 yast-rake 
gettext
 script:
 - rake check:syntax
 - rake check:pot
@@ -13,4 +13,5 @@
 - make
 - sudo make install
 - make check
+- ./check_schema.sh
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.85/check_schema.sh 
new/autoyast2-3.1.87/check_schema.sh
--- old/autoyast2-3.1.85/check_schema.sh1970-01-01 01:00:00.0 
+0100
+++ new/autoyast2-3.1.87/check_schema.sh2015-07-31 14:34:09.0 
+0200
@@ -0,0 +1,18 @@
+#! /bin/sh
+
+# explicitly check the RNC schema files for errors
+# (the files are defined here, but converted in yast2-schema)
+find . -name *.rnc -exec trang -I rnc -O rng \{\} test.rng \; 2 trang.log
+rm -f test.rng
+
+# grep for error in the output, trang returns 0 exit status
+# even on an error :-(
+if grep -i -q error trang.log; then
+echo Error in schema:
+cat trang.log
+rm -f trang.log
+exit 1
+fi
+
+rm -f trang.log
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.85/package/autoyast2.changes 
new/autoyast2-3.1.87/package/autoyast2.changes
--- old/autoyast2-3.1.85/package/autoyast2.changes  2015-07-10 
15:24:44.0 +0200
+++ new/autoyast2-3.1.87/package/autoyast2.changes  2015-07-31 
14:34:09.0 +0200
@@ -1,4 +1,17 @@
 ---
+Fri Jul 31 13:55:34 CEST 2015 - sch...@suse.de
+
+- softwarepost-packages: Must not reinstall already installed
+  packages. (fate#319086)
+- 3.1.87
+
+---
+Thu Jul 16 17:47:27 UTC 2015 - lsle...@suse.cz
+
+- Fixed a syntax error in the schema definition (bsc#938459)
+- 3.1.86
+
+---
 Fri Jul 10 14:51:44 CEST 2015 - sch...@suse.de
 
 - Syncing hardware time before starting installation via ntp.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.85/package/autoyast2.spec 
new/autoyast2-3.1.87/package/autoyast2.spec
--- old/autoyast2-3.1.85/package/autoyast2.spec 2015-07-10 15:24:44.0 
+0200
+++ new/autoyast2-3.1.87/package/autoyast2.spec 2015-07-31 14:34:09.0 
+0200
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.85
+Version:3.1.87
 Release:0
 
 BuildRoot:  

commit python3-Sphinx for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package python3-Sphinx for openSUSE:Factory 
checked in at 2015-08-05 19:14:05

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


Package is python3-Sphinx

Changes:

--- /work/SRC/openSUSE:Factory/python3-Sphinx/python3-Sphinx.changes
2014-09-10 10:19:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Sphinx.new/python3-Sphinx.changes   
2015-08-05 19:14:06.0 +0200
@@ -1,0 +2,174 @@
+Mon Jun 29 13:25:02 UTC 2015 - toddrme2...@gmail.com
+
+- Added python-six as a requirement, not only as build requirement
+
+- Update to 1.3.1
+  + Bugs fixed
+* see http://sphinx-doc.org/changes.html#release-1-3-1-released-mar-17-2015
+  for complete list of fixed bugs
+
+- additional dependencies required by 1.3.1
+  + python-Babel
+  + python-alabaster
+  + python-snowballstemmer
+  + python-sphinx_rtdtheme
+  + python-mock
+  + python-six
+
+- Update to 1.3
+  + Incompatible changes
+* Roles ref, term and menusel now don’t generate emphasis nodes
+  anymore. If you want to keep italic style, adapt your stylesheet. 
+* Role numref uses %s as special character to indicate position of
+  figure numbers instead # symbol. 
+* Dependency requirement updates: docutils 0.11, Pygments 2.0
+* The gettext_enables config value has been renamed to
+  gettext_additional_targets.
+* #1735: Use https://doc.python.org/ instead of http protocol. It was
+  used for sphinx.ext.intersphinx and some documentation.
+* update bundled ez_setup.py for setuptools-7.0 that requires Python
+  2.6 or later.
+* Dropped support for Python 2.5, 3.1 and 3.2.
+* Dropped support for docutils versions up to 0.9.
+* Removed the sphinx.ext.oldcmarkup extension.
+* The deprecated config values exclude_trees, exclude_dirnames and
+  unused_docs have been removed. 
+* A new node, sphinx.addnodes.literal_strong, has been added, for text
+  that should appear literally (i.e. no smart quotes) in strong
+  font. Custom writers will have to be adapted to handle this node. 
+* PR#269, #1476: replace tt tag by code. User customized
+  stylesheets should be updated If the css contain some styles for tt
+  tag. Thanks to Takeshi Komiya.
+* #1543: templates_path is automatically added to exclude_patterns to
+  avoid reading autosummary rst templates in the templates directory.
+* Custom domains should implement the new Domain.resolve_any_xref
+  method to make the any role work properly.
+* gettext builder: gettext doesn’t emit uuid information to generated
+  pot files by default. Please set True to gettext_uuid to emit uuid
+  information. Additionally, if the python-levenshtein 3rd-party package is
+  installed, it will improve the calculation time.
+* gettext builder: disable extracting/apply ‘index’ node by
+  default. Please set ‘index’ to gettext_enables to enable extracting index
+  entries.
+* PR#307: Add frame to code-block in LaTeX. Thanks to Takeshi Komiya.
+  + Features added
+* Add convenience directives and roles to the C++ domain: directive
+  cpp:var as alias for cpp:member, role :cpp:var as alias for :cpp:member,
+  and role any for cross-reference to any C++ declaraction. #1577, #1744
+* The source_suffix config value can now be a list of multiple suffixes.
+* Add the ability to specify source parsers by source suffix with the
+  source_parsers config value.
+* #1675: A new builder, AppleHelpBuilder, has been added that builds
+  Apple Help Books.
+* #1346: Add new default theme;
+Add ‘alabaster’ theme.
+Add ‘sphinx_rtd_theme’ theme.
+The ‘default’ html theme has been renamed to ‘classic’. ‘default’
+is still available, however it will emit notice a recommendation that
+using new ‘alabaster’ theme.
+* Added highlight_options configuration value.
+* The language config value is now available in the HTML templates.
+* The env-updated event can now return a value, which is interpreted as
+  an iterable of additional docnames that need to be rewritten.
+* #772: Support for scoped and unscoped enums in C++. Enumerators in
+  unscoped enums are injected into the parent scope in addition to the enum
+  scope.
+* Add todo_include_todos config option to quickstart conf file, handled
+  as described in documentation.
+* HTML breadcrumb items tag has class “nav-item” and “nav-item-N” (like
+  nav-item-0, 1, 2...).
+* New option sphinx-quickstart --use-make-mode for generating Makefile
+  that use sphinx-build make-mode.
+* #1235: i18n: several node can be translated if it is set to
+  

commit debootstrap for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2015-08-05 19:14:49

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


Package is debootstrap

Changes:

--- /work/SRC/openSUSE:Factory/debootstrap/debootstrap.changes  2015-06-15 
17:49:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 
2015-08-05 19:14:52.0 +0200
@@ -1,0 +2,10 @@
+Wed Aug  5 05:22:32 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.0.72 (changes since 1.0.70):
+  * Adjust sed call to render it more portable (missing ';'),
+making it work with FreeBSD sed.
+  * Add (Ubuntu) wily as a symlink to gutsy.
+  * Fix resolve_deps and setup_available to work in the --foreign
+case.
+
+---

Old:

  debootstrap_1.0.70.tar.gz

New:

  debootstrap_1.0.72.tar.gz



Other differences:
--
++ debootstrap.spec ++
--- /var/tmp/diff_new_pack.M80vk7/_old  2015-08-05 19:14:53.0 +0200
+++ /var/tmp/diff_new_pack.M80vk7/_new  2015-08-05 19:14:53.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   debootstrap
-Version:1.0.70
+Version:1.0.72
 Release:0
 Summary:Bootstrap a basic Debian system
 License:MIT
 Group:  Development/Tools/Other
 Url:https://packages.debian.org/debootstrap
-Source0:
http://http.debian.net/debian/pool/main/d/%{name}/%{name}_%{version}.tar.gz
+Source0:
http://httpredir.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.gz
 Source1:devices.tar.gz
 Patch0: %{name}-norootforbuild.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ debootstrap_1.0.70.tar.gz - debootstrap_1.0.72.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.70/Makefile 
new/debootstrap-1.0.72/Makefile
--- old/debootstrap-1.0.70/Makefile 2015-05-19 11:35:39.0 +0200
+++ new/debootstrap-1.0.72/Makefile 2015-07-28 14:41:37.0 +0200
@@ -1,6 +1,6 @@
 # avoid dpkg-dev dependency; fish out the version with sed
 VERSION := $(shell sed 's/.*(\(.*\)).*/\1/; q' debian/changelog)
-DATE := $(shell sed -n '/^ -- /{s/.* \(.*\)/\1/p;q}' debian/changelog)
+DATE := $(shell sed -n '/^ -- /{s/.* \(.*\)/\1/p;q;}' debian/changelog)
 
 MAKEDEV ?= /sbin/MAKEDEV
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.70/debian/changelog 
new/debootstrap-1.0.72/debian/changelog
--- old/debootstrap-1.0.70/debian/changelog 2015-05-19 11:38:28.0 
+0200
+++ new/debootstrap-1.0.72/debian/changelog 2015-07-28 15:32:20.0 
+0200
@@ -1,3 +1,22 @@
+debootstrap (1.0.72) unstable; urgency=medium
+
+  [ Iain Lane ]
+  * Add (Ubuntu) wily as a symlink to gutsy (closes: #787117).
+
+  [ Colin Watson ]
+  * Fix resolve_deps and setup_available to work in the --foreign case
+(closes: #757819, LP: #1450980).
+
+ -- Colin Watson cjwat...@debian.org  Tue, 28 Jul 2015 14:32:19 +0100
+
+debootstrap (1.0.71) unstable; urgency=medium
+
+  * Adjust sed call to render it more portable (missing ';'), making it
+work with FreeBSD sed. Thanks to Nikolai Lifanov for the report and
+the patch (Closes: #791802).
+
+ -- Cyril Brulebois k...@debian.org  Fri, 10 Jul 2015 01:29:52 +0200
+
 debootstrap (1.0.70) unstable; urgency=medium
 
   * Use tr instead of (missing in d-i) xargs (Closes: #785693). Thanks,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.70/functions 
new/debootstrap-1.0.72/functions
--- old/debootstrap-1.0.70/functions2015-05-19 11:35:50.0 +0200
+++ new/debootstrap-1.0.72/functions2015-07-28 15:17:18.0 +0200
@@ -1255,14 +1255,14 @@
local ALLPKGS2=;
while [ $PKGS !=  ]; do
local NEWPKGS=
-   for c in $COMPONENTS; do
+   for c in ${COMPONENTS:-$USE_COMPONENTS}; do
local path=dists/$SUITE/$c/binary-$ARCH/Packages
local pkgdest=$TARGET/$($DLDEST pkg $SUITE $c 
$ARCH $m1 $path)
NEWPKGS=$NEWPKGS $($PKGDETAILS GETDEPS $pkgdest 
$PKGS)
done
PKGS=$(echo $PKGS $NEWPKGS | tr ' ' '\n' | sort | uniq)
local REALPKGS=
-   for c in $COMPONENTS; do
+   for c in ${COMPONENTS:-$USE_COMPONENTS}; do
local path=dists/$SUITE/$c/binary-$ARCH/Packages
local pkgdest=$TARGET/$($DLDEST pkg $SUITE $c 
$ARCH $m1 

commit apache2-mod_perl for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package apache2-mod_perl for 
openSUSE:Factory checked in at 2015-08-05 19:14:13

Comparing /work/SRC/openSUSE:Factory/apache2-mod_perl (Old)
 and  /work/SRC/openSUSE:Factory/.apache2-mod_perl.new (New)


Package is apache2-mod_perl

Changes:

--- /work/SRC/openSUSE:Factory/apache2-mod_perl/apache2-mod_perl.changes
2015-08-01 11:37:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.apache2-mod_perl.new/apache2-mod_perl.changes   
2015-08-05 19:14:15.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug  4 08:29:01 UTC 2015 - sch...@suse.de
+
+- Force gnu89 inline semantics
+- Disable tests only in QEMU user-space builds
+- inline.patch: remove
+
+---

Old:

  inline.patch



Other differences:
--
++ apache2-mod_perl.spec ++
--- /var/tmp/diff_new_pack.Vx7EKJ/_old  2015-08-05 19:14:16.0 +0200
+++ /var/tmp/diff_new_pack.Vx7EKJ/_new  2015-08-05 19:14:16.0 +0200
@@ -26,7 +26,6 @@
 Group:  Productivity/Networking/Web/Servers
 Url:http://perl.apache.org/
 Source0:
http://apache.miloslavbrada.cz/perl/%{srcname}-%{version}.tar.gz
-Patch0: inline.patch
 Patch1: avoid-broken-provides.diff
 BuildRequires:  apache-rpm-macros
 BuildRequires:  apache2-devel
@@ -101,16 +100,15 @@
 
 %prep
 %setup -q -n %{srcname}-%{version}
-%patch0
 %patch1 -p1
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor MP_APXS=%{apache_apxs} 
MP_APR_CONFIG=%{_bindir}/apr-1-config MP_CCOPTS=%{apache_cflags}
+perl Makefile.PL INSTALLDIRS=vendor MP_APXS=%{apache_apxs} 
MP_APR_CONFIG=%{_bindir}/apr-1-config MP_CCOPTS=%{apache_cflags} 
-fgnu89-inline
 make %{?_smp_mflags}
 #
 # Run tests
 #
-%ifnarch %{arm}
+%if !0%{?qemu_user_space_build}
 mkdir t/run
 # workaround for 32-bit where /usr/lib64/apache2-prefork is hardcoded?
 cat  t/conf/extra.conf.in -EOF




commit yast2-journal for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-journal for openSUSE:Factory 
checked in at 2015-08-05 19:14:11

Comparing /work/SRC/openSUSE:Factory/yast2-journal (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-journal.new (New)


Package is yast2-journal

Changes:

--- /work/SRC/openSUSE:Factory/yast2-journal/yast2-journal.changes  
2015-07-08 06:59:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-journal.new/yast2-journal.changes 
2015-08-05 19:14:12.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul 31 13:18:29 UTC 2015 - an...@suse.com
+
+- Synced version numbering with the rest of YaST modules (last
+  step for fate#318486).
+- Enhancements in automated tests and code quality.
+- 3.1.1
+
+---

Old:

  yast2-journal-0.2.3.tar.bz2

New:

  yast2-journal-3.1.1.tar.bz2



Other differences:
--
++ yast2-journal.spec ++
--- /var/tmp/diff_new_pack.89WpMe/_old  2015-08-05 19:14:13.0 +0200
+++ /var/tmp/diff_new_pack.89WpMe/_new  2015-08-05 19:14:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-journal
-Version:0.2.3
+Version:3.1.1
 Release:0
 BuildArch:  noarch
 
@@ -38,6 +38,8 @@
 BuildRequires:  rubygem(yast-rake)
 # for tests
 BuildRequires:  rubygem(rspec)
+# First version with Yast::UI.OpenUI and libyui-terminal
+BuildRequires:  libyui-ncurses = 2.47.1
 
 Url:https://github.com/ancorgs/yast-journal
 Summary:YaST2 - Reading of systemd journal
@@ -52,7 +54,8 @@
 %setup -n %{name}-%{version}
 
 %check
-rake test:unit
+# Enable UI tests in headless systems like Jenkins
+libyui-terminal rake test:unit
 
 %install
 rake install DESTDIR=%{buildroot}

++ yast2-journal-0.2.3.tar.bz2 - yast2-journal-3.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-journal-0.2.3/.rubocop.yml 
new/yast2-journal-3.1.1/.rubocop.yml
--- old/yast2-journal-0.2.3/.rubocop.yml2015-06-29 17:52:26.0 
+0200
+++ new/yast2-journal-3.1.1/.rubocop.yml2015-07-31 15:42:27.0 
+0200
@@ -10,6 +10,10 @@
 Metrics/AbcSize:
   Max: 20
 
+# We have agreed that 90 is still fine (it fits github view)
+Metrics/LineLength:
+  Max: 90
+
 # journalctl output is UTF-8, so are the comments explaning it
 Style/AsciiComments:
   Enabled: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-journal-0.2.3/.travis.yml 
new/yast2-journal-3.1.1/.travis.yml
--- old/yast2-journal-0.2.3/.travis.yml 2015-06-29 17:52:26.0 +0200
+++ new/yast2-journal-3.1.1/.travis.yml 2015-07-31 15:42:27.0 +0200
@@ -3,7 +3,7 @@
 # disable rvm, use system Ruby
 - rvm reset
 - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p yast2-devtools yast2 rake -g rspec:2.14.1 
yast-rake gettext simplecov coveralls rubocop:0.29.1
+- sh ./travis_setup.sh -p yast2-devtools yast2 rake -g rspec:3.3.0 
yast-rake gettext simplecov coveralls rubocop:0.29.1
 script:
 - rake check:pot
 - rubocop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-journal-0.2.3/README.md 
new/yast2-journal-3.1.1/README.md
--- old/yast2-journal-0.2.3/README.md   2015-06-29 17:52:26.0 +0200
+++ new/yast2-journal-3.1.1/README.md   2015-07-31 15:42:27.0 +0200
@@ -2,7 +2,7 @@
 ===
 
 [![Travis 
Build](https://travis-ci.org/yast/yast-journal.svg?branch=master)](https://travis-ci.org/yast/yast-journal)
-[![Coverage 
Status](https://img.shields.io/coveralls/yast/yast-journal.svg)](https://coveralls.io/r/yast/yast-journal?branch=master)
+[![Coverage 
Status](https://coveralls.io/repos/yast/yast-journal/badge.svg?branch=masterservice=github)](https://coveralls.io/github/yast/yast-journal?branch=master)
 [![Code 
Climate](https://codeclimate.com/github/yast/yast-journal/badges/gpa.svg)](https://codeclimate.com/github/yast/yast-journal)
 
 A module for [YaST](http://yast.github.io) to read the systemd journal in a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-journal-0.2.3/package/yast2-journal.changes 
new/yast2-journal-3.1.1/package/yast2-journal.changes
--- old/yast2-journal-0.2.3/package/yast2-journal.changes   2015-06-29 
17:52:26.0 +0200
+++ new/yast2-journal-3.1.1/package/yast2-journal.changes   2015-07-31 
15:42:27.0 +0200
@@ -1,4 +1,12 @@
 ---
+Fri Jul 31 13:18:29 UTC 2015 - an...@suse.com
+
+- Synced version numbering with the rest of YaST modules (last
+  

commit openCOLLADA for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package openCOLLADA for openSUSE:Factory 
checked in at 2015-08-05 19:14:20

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


Package is openCOLLADA

Changes:

--- /work/SRC/openSUSE:Factory/openCOLLADA/openCOLLADA.changes  2015-01-03 
22:01:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.openCOLLADA.new/openCOLLADA.changes 
2015-08-05 19:14:24.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug  4 12:09:52 UTC 2015 - davejpla...@gmail.com
+
+- Update to version 1_3335ac1 to enable blender to build with
+  openCOLLADA again.
+- Reworked opencollada-includes.patch
+
+---

Old:

  OpenCOLLADA-69b844d.tar.gz

New:

  OpenCOLLADA-3335ac1.tar.bz2



Other differences:
--
++ openCOLLADA.spec ++
--- /var/tmp/diff_new_pack.QoA6ka/_old  2015-08-05 19:14:25.0 +0200
+++ /var/tmp/diff_new_pack.QoA6ka/_new  2015-08-05 19:14:25.0 +0200
@@ -17,18 +17,19 @@
 
 
 %global sover 0.2
-%global commit 69b844dc9eea0a014326149c259e7810ecec4c8c
-%global shortcommit 69b844d
+%global commit 3335ac164e68b2512a40914b14c74db260e6ff7d
+%global shortcommit 3335ac1
 %global upname OpenCOLLADA
 %global libname lib%{upname}0
 Name:   openCOLLADA
-Version:0_%{shortcommit}
+Version:1_%{shortcommit}
 Release:0
 Summary:Collada 3D import and export libraries
 License:MIT
 Group:  System/Libraries
 Url:https://collada.org/mediawiki/index.php/OpenCOLLADA
-Source0:
https://github.com/KhronosGroup/OpenCOLLADA/archive/%{commit}/%{upname}-%{shortcommit}.tar.gz
+## https://github.com/KhronosGroup/OpenCOLLADA/archive/%%{commit}/
+Source0:%{upname}-%{shortcommit}.tar.bz2
 # PATCH-FIX-UPSTREAM use proper paths in cmake for install
 Patch0: opencollada-cmake.patch
 # PATCH-FIX-UPSTREAM add missing includes
@@ -107,7 +108,7 @@
 %prep
 %setup -q -n %{upname}-%{commit}
 %patch0 -p1 -b .cmake
-%patch1 -p1 -b .includes
+%patch1 -p0 -b .includes
 %patch2 -p1 -b .undefined
 
 # Remove unused bundled libraries

++ OpenCOLLADA-69b844d.tar.gz - OpenCOLLADA-3335ac1.tar.bz2 ++
/work/SRC/openSUSE:Factory/openCOLLADA/OpenCOLLADA-69b844d.tar.gz 
/work/SRC/openSUSE:Factory/.openCOLLADA.new/OpenCOLLADA-3335ac1.tar.bz2 differ: 
char 1, line 1

++ opencollada-includes.patch ++
--- /var/tmp/diff_new_pack.QoA6ka/_old  2015-08-05 19:14:25.0 +0200
+++ /var/tmp/diff_new_pack.QoA6ka/_new  2015-08-05 19:14:25.0 +0200
@@ -1,9 +1,10 @@
-diff -rupN 
OpenCOLLADA-69b844d/COLLADAFramework/include/COLLADAFWInstanceBindingBase.h 
OpenCOLLADA-69b844d-new/COLLADAFramework/include/COLLADAFWInstanceBindingBase.h
 
OpenCOLLADA-69b844d/COLLADAFramework/include/COLLADAFWInstanceBindingBase.h 
   2014-08-28 05:30:44.0 +0200
-+++ 
OpenCOLLADA-69b844d-new/COLLADAFramework/include/COLLADAFWInstanceBindingBase.h 
   2014-10-08 23:53:23.152124797 +0200
-@@ -15,6 +15,11 @@
- #include COLLADAFWInstanceBase.h
- #include COLLADAFWMaterialBinding.h
+Index: COLLADAFramework/include/COLLADAFWInstanceBindingBase.h
+===
+--- COLLADAFramework/include/COLLADAFWInstanceBindingBase.h.orig   
2015-04-29 02:18:07.0 +0200
 COLLADAFramework/include/COLLADAFWInstanceBindingBase.h2015-08-04 
14:32:51.229635342 +0200
+@@ -20,6 +20,11 @@
+ #include vector
+ 
  
 +#include COLLADABUURI.h
 +




commit blender for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package blender for openSUSE:Factory checked 
in at 2015-08-05 19:14:16

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


Package is blender

Changes:

--- /work/SRC/openSUSE:Factory/blender/blender.changes  2015-05-20 
23:56:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.blender.new/blender.changes 2015-08-05 
19:14:20.0 +0200
@@ -1,0 +2,35 @@
+Tue Aug  4 13:40:15 UTC 2015 - davejpla...@gmail.com
+
+- Enabled collada again after updating openCOLLADA to latest 
+  Fedora build.
+
+---
+Sat Jul 19 11:25:38 UTC 2015 - stephan.ba...@suse.com
+
+- Some spec file clean-up. graphviz and liblcms-devel were listed twice
+- Make -DWITH_OPENCOLLADA:BOOL=on conditional, by using the value from
+  %define collada. Only use it when not installing openSUSE openCOLLADA. At
+  the moment the upstream version doesn't work.
+- Update to version 2.75a
+  Short list of upstream changes for 2.75
+  - Blender now supports a fully integrated Multi-View and Stereo 3D pipeline
+  - Cycles has much awaited initial support for AMD GPUs, and a new Light
+Portals feature. 
+  - UI now allows font previews in the file browser.
+  - High quality options for viewport depth of field were added
+  - Modeling has a new Corrective Smooth modifier.
+  - The Decimate modifier was improved significantly.
+  - 3D viewport painting now supports symmetry and the distribution of Dynamic
+Topology was improved
+  - Video Sequence Editor: Placeholders can now replace missing frames of
+image sequences
+  - Game Engine now allows smoother LOD transitions, and supports mist
+attributes animation
+  - And: 100s of bug fixes and smaller feature improvements. 
+  The full list of features for 2.75:
+  http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.75
+
+  A list of all bugfixes for 2.75 and 2.75a:
+  http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.75/Bug_Fixes
+
+---

Old:

  _constraints
  blender-2.74.tar.gz

New:

  blender-2.75a.tar.gz



Other differences:
--
++ blender.spec ++
--- /var/tmp/diff_new_pack.50N90z/_old  2015-08-05 19:14:22.0 +0200
+++ /var/tmp/diff_new_pack.50N90z/_new  2015-08-05 19:14:22.0 +0200
@@ -24,13 +24,13 @@
 %define DISTRIBUTABLE 1
 
 Name:   blender
-Version:2.74
+Version:2.75a
 Release:0
 
 # blender has versions like x.xxy which have x.xx (notice the missing
 # trailing y) in the directory path. This makes this additional variable
 # necessary.
-%define _version 2.74
+%define _version 2.75
 
 Summary:A 3D Modelling And Rendering Package
 License:GPL-2.0+
@@ -107,8 +107,6 @@
 %if 0%{?collada} == 1
 BuildRequires:  openCOLLADA-devel = svn838
 %endif
-BuildRequires:  graphviz
-BuildRequires:  liblcms-devel
 # Added OpenimageIO and OpenColorIO to enable build with cycles see bnc#905649
 BuildRequires:  OpenColorIO-devel
 BuildRequires:  OpenImageIO-devel
@@ -183,7 +181,9 @@
   -DWITH_JACK:BOOL=on \
   -DWITH_CODEC_SNDFILE:BOOL=on \
   -DWITH_IMAGE_OPENJPEG:BOOL=off \
+%if 0%{?collada} == 1
   -DWITH_OPENCOLLADA:BOOL=on \
+%endif
   -DWITH_PYTHON:BOOL=on \
   -DWITH_PYTHON_INSTALL:BOOL=off \
   -DWITH_GAMEENGINE:BOOL=ON \

++ blender-2.74.tar.gz - blender-2.75a.tar.gz ++
/work/SRC/openSUSE:Factory/blender/blender-2.74.tar.gz 
/work/SRC/openSUSE:Factory/.blender.new/blender-2.75a.tar.gz differ: char 5, 
line 1





commit nspluginwrapper for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package nspluginwrapper for openSUSE:Factory 
checked in at 2015-08-05 19:14:44

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


Package is nspluginwrapper

Changes:

--- /work/SRC/openSUSE:Factory/nspluginwrapper/nspluginwrapper.changes  
2012-04-12 09:43:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.nspluginwrapper.new/nspluginwrapper.changes 
2015-08-05 19:14:50.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  3 13:09:22 UTC 2015 - meiss...@suse.com
+
+- also remove -fstack-protector-strong
+
+---



Other differences:
--
++ nspluginwrapper.spec ++
--- /var/tmp/diff_new_pack.cFxaq2/_old  2015-08-05 19:14:51.0 +0200
+++ /var/tmp/diff_new_pack.cFxaq2/_new  2015-08-05 19:14:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nspluginwrapper
 #
-# 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
@@ -81,7 +81,7 @@
 # FIXME: more undefined references to `__stack_chk_fail' follow
 # More correct would be probably adding stack checking code to
 # lsb-build/stub_libs/libc_main.c
-export CFLAGS_32=-m32 ${RPM_OPT_FLAGS/-fstack-protector}
+export CFLAGS_32=-m32 `echo ${RPM_OPT_FLAGS} | sed -e 's/-fstack-protector[^ 
]*//;'`
 %endif
 export CFLAGS=${CFLAGS:-%{optflags}}
 ./configure\




commit rubygem-arel for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-arel for openSUSE:Factory 
checked in at 2015-08-05 19:14:39

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


Package is rubygem-arel

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-arel/rubygem-arel.changes
2015-08-05 06:50:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-arel.new/rubygem-arel.changes   
2015-08-05 19:14:44.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug  5 04:28:40 UTC 2015 - co...@suse.com
+
+- updated to version 6.0.3
+ see installed History.txt
+
+---

Old:

  arel-6.0.2.gem

New:

  arel-6.0.3.gem



Other differences:
--
++ rubygem-arel.spec ++
--- /var/tmp/diff_new_pack.d1Lx18/_old  2015-08-05 19:14:45.0 +0200
+++ /var/tmp/diff_new_pack.d1Lx18/_new  2015-08-05 19:14:45.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-arel
-Version:6.0.2
+Version:6.0.3
 Release:0
 %define mod_name arel
 %define mod_full_name %{mod_name}-%{version}

++ arel-6.0.2.gem - arel-6.0.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.txt new/History.txt
--- old/History.txt 2015-07-11 18:05:10.0 +0200
+++ new/History.txt 2015-08-04 23:28:25.0 +0200
@@ -1,10 +1,16 @@
-=== 6.0.2 / 2014-07-11
+=== 6.0.3 / 2015-08-04
+
+* Bug fixes
+
+  * Fix quoting LIMIT values on Oracle visitor.
+
+=== 6.0.2 / 2015-07-11
 
 * Bug fixes
 
   * Fix file permission problem on the gem package
 
-=== 6.0.1 / 2014-07-10
+=== 6.0.1 / 2015-07-10
 
 * Bug fixes
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/arel/visitors/oracle.rb 
new/lib/arel/visitors/oracle.rb
--- old/lib/arel/visitors/oracle.rb 2015-07-11 18:05:10.0 +0200
+++ new/lib/arel/visitors/oracle.rb 2015-08-04 23:28:25.0 +0200
@@ -17,7 +17,7 @@
 
 if o.limit  o.offset
   o= o.dup
-  limit= o.limit.expr.expr
+  limit= o.limit.expr
   offset   = o.offset
   o.offset = nil
   collector  
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/arel/visitors/to_sql.rb 
new/lib/arel/visitors/to_sql.rb
--- old/lib/arel/visitors/to_sql.rb 2015-07-11 18:05:10.0 +0200
+++ new/lib/arel/visitors/to_sql.rb 2015-08-04 23:28:25.0 +0200
@@ -575,8 +575,11 @@
 visit o.left, collector
   end
 
-  def visit_Arel_Nodes_FullOuterJoin o
-FULL OUTER JOIN #{visit o.left} #{visit o.right}
+  def visit_Arel_Nodes_FullOuterJoin o, collector
+collector  FULL OUTER JOIN 
+collector = visit o.left, collector
+collector  SPACE
+visit o.right, collector
   end
 
   def visit_Arel_Nodes_OuterJoin o, collector
@@ -586,8 +589,11 @@
 visit o.right, collector
   end
 
-  def visit_Arel_Nodes_RightOuterJoin o
-RIGHT OUTER JOIN #{visit o.left} #{visit o.right}
+  def visit_Arel_Nodes_RightOuterJoin o, collector
+collector  RIGHT OUTER JOIN 
+collector = visit o.left, collector
+collector  SPACE
+visit o.right, collector
   end
 
   def visit_Arel_Nodes_InnerJoin o, collector
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/arel.rb new/lib/arel.rb
--- old/lib/arel.rb 2015-07-11 18:05:10.0 +0200
+++ new/lib/arel.rb 2015-08-04 23:28:25.0 +0200
@@ -21,7 +21,7 @@
 require 'arel/nodes'
 
 module Arel
-  VERSION = '6.0.2'
+  VERSION = '6.0.3'
 
   def self.sql raw_sql
 Arel::Nodes::SqlLiteral.new raw_sql
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-07-11 18:05:10.0 +0200
+++ new/metadata2015-08-04 23:28:25.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: arel
 version: !ruby/object:Gem::Version
-  version: 6.0.2
+  version: 6.0.3
 platform: ruby
 authors:
 - Aaron Patterson
@@ -11,7 +11,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-07-11 00:00:00.0 Z
+date: 2015-08-04 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: minitest
@@ -168,3 +168,4 @@
 specification_version: 4
 summary: Arel Really Exasperates Logicians  Arel is a SQL AST manager for Ruby
 test_files: []
+has_rdoc: 




commit courier-authlib for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package courier-authlib for openSUSE:Factory 
checked in at 2015-08-05 19:14:28

Comparing /work/SRC/openSUSE:Factory/courier-authlib (Old)
 and  /work/SRC/openSUSE:Factory/.courier-authlib.new (New)


Package is courier-authlib

Changes:

--- /work/SRC/openSUSE:Factory/courier-authlib/courier-authlib.changes  
2014-11-26 10:33:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.courier-authlib.new/courier-authlib.changes 
2015-08-05 19:14:29.0 +0200
@@ -1,0 +2,18 @@
+Wed Aug  5 00:33:31 UTC 2015 - ch...@computersalat.de
+
+- update to 0.66.3
+* authdaemon.c: auth_callback_default_autocreate, default callback
+used by clients that autocreates a home directory, if one does not
+exist already.
+- update to 0.66.2
+* Update to courier-unicode 1.2.
+* liblock, couriertls: fix compilation for OpenBSD -- based on a
+patch from Giovanni Bechis giova...@paclan.it.
+* checkpassword.c (safe_strcmp): Fix bug introduced in 2014-04-27.
+* courier.spec.in: Update to use systemd macros.
+* Check for NULL return value from crypt().
+* Factored out the unicode library into a separate package.
+- add BuildRequires courier-unicode-devel
+- fix deps (SLE_11_SP4) to build againts pgsql = 9.1
+
+---

Old:

  courier-authlib-0.66.1.tar.bz2
  courier-authlib-0.66.1.tar.bz2.sig

New:

  courier-authlib-0.66.3.tar.bz2
  courier-authlib-0.66.3.tar.bz2.sig



Other differences:
--
++ courier-authlib.spec ++
--- /var/tmp/diff_new_pack.4yWR0n/_old  2015-08-05 19:14:30.0 +0200
+++ /var/tmp/diff_new_pack.4yWR0n/_new  2015-08-05 19:14:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package courier-authlib
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:Courier authentication library
 License:SUSE-GPL-3.0-with-openssl-exception
 Group:  Productivity/Networking/Email/Servers
-Version:0.66.1
+Version:0.66.3
 Release:0
 Url:http://www.courier-mta.org/imap/
 Source0:%{name}-%{version}.tar.bz2
@@ -32,6 +32,7 @@
 Patch0: %{name}-authdaemonrc.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: coreutils
+BuildRequires:  courier-unicode-devel
 BuildRequires:  expect
 BuildRequires:  gcc-c++
 BuildRequires:  gdbm-devel
@@ -40,7 +41,7 @@
 BuildRequires:  openldap2-devel
 BuildRequires:  pam-devel
 BuildRequires:  pkg-config
-BuildRequires:  postgresql-devel
+BuildRequires:  postgresql-devel = 9.1
 BuildRequires:  procps
 BuildRequires:  sqlite3-devel
 Requires:   expect

++ courier-authlib-0.66.1.tar.bz2 - courier-authlib-0.66.3.tar.bz2 ++
 72973 lines of diff (skipped)




commit rubygem-globalid for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-globalid for 
openSUSE:Factory checked in at 2015-08-05 19:14:37

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


Package is rubygem-globalid

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-globalid/rubygem-globalid.changes
2015-04-10 09:53:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-globalid.new/rubygem-globalid.changes   
2015-08-05 19:14:43.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug  5 04:31:13 UTC 2015 - co...@suse.com
+
+- updated to version 0.3.6
+  no changelog found
+
+---

Old:

  globalid-0.3.5.gem

New:

  globalid-0.3.6.gem



Other differences:
--
++ rubygem-globalid.spec ++
--- /var/tmp/diff_new_pack.9LT44G/_old  2015-08-05 19:14:44.0 +0200
+++ /var/tmp/diff_new_pack.9LT44G/_new  2015-08-05 19:14:44.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-globalid
-Version:0.3.5
+Version:0.3.6
 Release:0
 %define mod_name globalid
 %define mod_full_name %{mod_name}-%{version}

++ globalid-0.3.5.gem - globalid-0.3.6.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/global_id/global_id.rb 
new/lib/global_id/global_id.rb
--- old/lib/global_id/global_id.rb  1970-01-01 01:00:00.0 +0100
+++ new/lib/global_id/global_id.rb  2015-08-04 23:30:09.0 +0200
@@ -11,7 +11,8 @@
 
 def create(model, options = {})
   if app = options.fetch(:app) { GlobalID.app }
-new URI::GID.create(app, model), options
+params = options.except(:app, :verifier, :for)
+new URI::GID.create(app, model, params), options
   else
 raise ArgumentError, 'An app is required to create a GlobalID. ' \
   'Pass the :app option or set the default GlobalID.app.'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/global_id/identification.rb 
new/lib/global_id/identification.rb
--- old/lib/global_id/identification.rb 1970-01-01 01:00:00.0 +0100
+++ new/lib/global_id/identification.rb 2015-08-04 23:30:09.0 +0200
@@ -4,13 +4,13 @@
   module Identification
 extend ActiveSupport::Concern
 
-def to_global_id
-  @global_id ||= GlobalID.create(self)
+def to_global_id(options = {})
+  @global_id ||= GlobalID.create(self, options)
 end
 alias to_gid to_global_id
 
-def to_gid_param
-  to_global_id.to_param
+def to_gid_param(options = {})
+  to_global_id(options).to_param
 end
 
 def to_signed_global_id(options = {})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/global_id/locator.rb new/lib/global_id/locator.rb
--- old/lib/global_id/locator.rb1970-01-01 01:00:00.0 +0100
+++ new/lib/global_id/locator.rb2015-08-04 23:30:09.0 +0200
@@ -19,8 +19,11 @@
   end
 
   # Takes an array of GlobalIDs or strings that can be turned into a 
GlobalIDs.
-  # The GlobalIDs are located using Model.find(array_of_ids), so the 
models must respond to
-  # that finder signature.
+  # All GlobalIDs must belong to the same app, as they will be located 
using
+  # the same locator using its locate_many method.
+  #
+  # By default the GlobalIDs will be located using 
Model.find(array_of_ids), so the
+  # models must respond to that finder signature.
   #
   # This approach will efficiently call only one #find (or #where(id: id), 
when using ignore_missing)
   # per model class, but still interpolate the results to match the order 
in which the gids were passed.
@@ -37,13 +40,8 @@
   #   we will use #where(id: ids) instead, which does not raise on missing 
records.
   def locate_many(gids, options = {})
 if (allowed_gids = parse_allowed(gids, options[:only])).any?
-  models_and_ids  = allowed_gids.collect { |gid| [ 
gid.model_name.constantize, gid.model_id ] }
-  ids_by_model= models_and_ids.group_by(:first)
-  loaded_by_model = Hash[ids_by_model.map { |model, ids|
-[ model, find_records(model, ids.map(:last), ignore_missing: 
options[:ignore_missing]).index_by { |record| record.id.to_s } ]
-  }]
-
-  models_and_ids.collect { |(model, id)| loaded_by_model[model][id] 
}.compact
+  locator = locator_for(allowed_gids.first)
+  locator.locate_many(allowed_gids, options)
 else
   []
 end
@@ -108,7 +106,9 @@
 
   

commit ubuntu-mate-artwork for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package ubuntu-mate-artwork for 
openSUSE:Factory checked in at 2015-08-05 19:14:33

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


Package is ubuntu-mate-artwork

Changes:

--- /work/SRC/openSUSE:Factory/ubuntu-mate-artwork/ubuntu-mate-artwork.changes  
2015-07-03 00:22:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ubuntu-mate-artwork.new/ubuntu-mate-artwork.changes 
2015-08-05 19:14:38.0 +0200
@@ -1,0 +2,10 @@
+Wed Aug  5 05:22:32 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.4.12 (changes since 0.4.10):
+  * Add community contributed wallpapers from David Chadderton.
+  * Add community contributed wallpaper from quidsup.
+  * Update Plymouth boot animation.
+  * Update lib/plymouth/themes/ubuntu-mate-logo/ubuntu--mate-logo.script
+to support fsckd systemd service protocol.
+
+---

Old:

  ubuntu-mate-artwork_0.4.10.tar.xz

New:

  ubuntu-mate-artwork_0.4.12.tar.xz



Other differences:
--
++ ubuntu-mate-artwork.spec ++
--- /var/tmp/diff_new_pack.dYoXhG/_old  2015-08-05 19:14:41.0 +0200
+++ /var/tmp/diff_new_pack.dYoXhG/_new  2015-08-05 19:14:41.0 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define _version 0.4.9.1
+%define _version 0.4.11
 %define _name   ubuntu-mate
 Name:   ubuntu-mate-artwork
-Version:0.4.10
+Version:0.4.12
 Release:0
 Summary:Ubuntu MATE themes and artwork
 License:GPL-3.0+ and CC-BY-SA-4.0 and CC-BY-SA-3.0

++ ubuntu-mate-artwork_0.4.10.tar.xz - ubuntu-mate-artwork_0.4.12.tar.xz 
++
/work/SRC/openSUSE:Factory/ubuntu-mate-artwork/ubuntu-mate-artwork_0.4.10.tar.xz
 
/work/SRC/openSUSE:Factory/.ubuntu-mate-artwork.new/ubuntu-mate-artwork_0.4.12.tar.xz
 differ: char 25, line 1




commit courier-imap for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package courier-imap for openSUSE:Factory 
checked in at 2015-08-05 19:14:29

Comparing /work/SRC/openSUSE:Factory/courier-imap (Old)
 and  /work/SRC/openSUSE:Factory/.courier-imap.new (New)


Package is courier-imap

Changes:

--- /work/SRC/openSUSE:Factory/courier-imap/courier-imap.changes
2014-09-26 11:21:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.courier-imap.new/courier-imap.changes   
2015-08-05 19:14:32.0 +0200
@@ -1,0 +2,43 @@
+Wed Aug  5 01:45:26 UTC 2015 - ch...@computersalat.de
+
+- update to 4.16.2
+  * imap/mailboxlist.c (match_mailbox_prep): Use strncmp instead of
+memcmp, to pacify overzealous static analysis checkers.
+  * Drop SSLv3 from TLS_CIPHER_LIST.
+  * imap, pop3: Added AUTH_MKHOMEDIR_SKEL setting.
+- update to 4.16.1
+  * maildircache.c: fix use after free.
+  * mkdhparams: make compatible with libressl
+  * Handle 01-Jan-1970 for date-based searches.
+  * Update to courier-unicode 1.2.
+  * Add the makeimapaccess script.
+- add Patch courier-imap-Makefile.patch 
+
+---
+Wed Oct 29 22:05:29 UTC 2014 - ch...@computersalat.de
+
+- update to 4.15.1.20141122
+  * tcpd/libcouriertls.c: add parsing options for different protocol
+combination.
+  * Update comments in *ssl config files.
+  * libs/tcpd/libcouriertls.c (tls_create): Set SSL_OP_NOSSLv3 flag,
+to disable SSL3 support.
+  * mkdhparams: TLS_DHPARAMS environmnt variable overrides default
+DH parameter file location.
+  * courier-imap.spec.in: generate the default DH parameter file and
+package it into the rpm, instead of generating one on the first
+start.
+  * libs/maildir/maildirinfo.c (maildir_info_imapmunge): Fix
+UTF-8 charset name.
+  * tcpd/libcouriertls.c (tls_create): Initialize temporary ecdh
+parameters.
+  * imap: try to print a message on stderr if the alarm() call, that
+detects FAM library breakage, goes off.
+  * mkdhparams: default to 2048 DH params for OpenSSL.
+  * courier-imap.service: bump up startup timeout, initial service start
+may take several minutes to generate DH parameters for the first
+time.
+- add new dependency
+  * courier-unicode-devel (libunicode)
+
+---

Old:

  courier-imap-4.15.tar.bz2
  courier-imap-4.15.tar.bz2.sig

New:

  courier-imap-4.16.2.tar.bz2
  courier-imap-4.16.2.tar.bz2.sig
  courier-imap-Makefile.patch



Other differences:
--
++ courier-imap.spec ++
--- /var/tmp/diff_new_pack.L51Jh0/_old  2015-08-05 19:14:33.0 +0200
+++ /var/tmp/diff_new_pack.L51Jh0/_new  2015-08-05 19:14:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package courier-imap
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:An IMAP and POP3 Server for Maildir MTAs
 License:GPL-3.0+
 Group:  Productivity/Networking/Email/Servers
-Version:4.15
+Version:4.16.2
 Release:0
 Url:http://www.courier-mta.org/imap/
 Source0:%{name}-%{version}.tar.bz2
@@ -41,11 +41,15 @@
 Source20:   courier-pop-gencert.service
 Patch0: %{name}-sbindir.patch
 Patch2: %{name}-ulimit_conf.patch
+### Patch for upstream:
+## fixes typo in Makefile.am
+Patch3: %{name}-Makefile.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  910
 BuildRequires:  audit-libs
 %endif
 BuildRequires:  courier-authlib-devel = 0.62
+BuildRequires:  courier-unicode-devel
 BuildRequires:  db-devel
 %if 0%{?suse_version} = 1220
 BuildRequires:  gamin-devel
@@ -63,7 +67,7 @@
 # openssl itself for /usr/bin/openssl configure check
 BuildRequires:  openssl
 Conflicts:  imap qpopper cyrus-imapd
-Requires:   courier-authlib = 0.61
+Requires:   courier-authlib = 0.62
 Requires:   fam-server
 Requires:   gdbm
 Requires:   openssl
@@ -106,6 +110,7 @@
 %setup -n %{name}-%{version}
 %patch0
 %patch2
+%patch3
 
 %build
 %configure \
@@ -246,7 +251,10 @@
 %config %attr(644,root,root) /etc/pam.d/imap
 %config %attr(644,root,root) /etc/pam.d/pop3
 %dir %{_sysconfdir}/courier
-%config %attr(600,root,root) %{_sysconfdir}/courier/imap*
+%dir %{_sysconfdir}/courier/imapaccess
+%dir %{_sysconfdir}/courier/shared
+%dir %{_sysconfdir}/courier/shared.tmp
+%config %attr(600,root,root) %{_sysconfdir}/courier/imapd*
 %config %attr(600,root,root) 

commit libgaminggear for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package libgaminggear for openSUSE:Factory 
checked in at 2015-08-05 19:14:41

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


Package is libgaminggear

Changes:

--- /work/SRC/openSUSE:Factory/libgaminggear/libgaminggear.changes  
2014-09-29 12:40:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgaminggear.new/libgaminggear.changes 
2015-08-05 19:14:45.0 +0200
@@ -1,0 +2,34 @@
+Mon Aug  3 20:17:31 UTC 2015 - mrueck...@suse.de
+
+- update to version 0.10.1
+  0.10.1 2015-06-28
+   * Fixed uinput/uhid inclusion problem
+  0.10.0 2015-06-26
+   * Added uhid support for input event handling
+   * Fixed install paths for icons and api documentation
+  0.9.0 2015-05-23
+   * Changed uinput handling
+   * Improved: library dependencies
+  0.8.0 2015-04-18
+   * Added: Translation de
+   * Added: Support for translations
+   * Added: GaminggearRWLock
+   * Added: definitions for runtime dynamic loading 
+   * Improved: gfx supports threading
+   * Improved: gaminggearfxcontrol now has more options to control single 
lights
+   * Fixed: pkg-config file
+  0.7.0 2015-03-10
+   * Added: Gfx
+   * Fixed: spec file
+  0.6.0 2015-02-02
+   * Improved: detection of cmake-finder install directory
+   * Changed: configuration option to build documentation from WITHOUT_DOC to 
WITH_DOC
+   * Changed: libraries now installed in base folder, leaving ld.so search 
paths umodified
+   * Fixed: Missing direct dependencies
+   * Fixed: Gtk text != NULL assertions
+- drop patch 0001-fix_libgaminggearwidget_libs.patch included
+  upstream
+- adapt to the new package layout
+- split out the shared libraries according to the policy
+
+---

Old:

  0001-fix_libgaminggearwidget_libs.patch
  libgaminggear-0.5.0.tar.bz2

New:

  libgaminggear-0.10.1.tar.bz2



Other differences:
--
++ libgaminggear.spec ++
--- /var/tmp/diff_new_pack.ccmA7Q/_old  2015-08-05 19:14:46.0 +0200
+++ /var/tmp/diff_new_pack.ccmA7Q/_new  2015-08-05 19:14:46.0 +0200
@@ -18,15 +18,13 @@
 
 %define majorversion 0
 Name:   libgaminggear
-Version:0.5.0
+Version:0.10.1
 Release:0
 Summary:Library for gaming input devices
 License:GPL-2.0 and CC-BY-3.0
 Group:  Development/Libraries/C and C++
 Url:https://sourceforge.net/projects/libgaminggear/
 Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM 0001-fix_libgaminggearwidget_libs.patch 
sfal...@opensuse.org -- Adds library dependencies to libgaminggearwidget, so it 
will build properly (sf#/p/libgaminggear/patches/1/)
-Patch0: 0001-fix_libgaminggearwidget_libs.patch
 BuildRequires:  cmake = 2.6.4
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -40,22 +38,52 @@
 Requires(pre):  %fillup_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
+%define libgaminggear   libgaminggear0
+%define libgaminggearfx libgaminggearfx0
+%define libgaminggearwidget libgaminggearwidget0
+
 %description
 A shared library initiated by the Roccat Linux driver project.
 
 %package devel
 Summary:Development files for gaming input devices
 Group:  Development/Libraries/C and C++
-Requires:   %{name} = %{version}
+Requires:   %{libgaminggear} = %{version}
+Requires:   %{libgaminggearfx} = %{version}
+Requires:   %{libgaminggearwidget} = %{version}
 
 %description devel
 This package contains the header files, static libraries and
 development documentation for libgaminggear. If you like to develop
 programs using libgaminggear, you will need to install this package.
 
+%package -n %{libgaminggear}
+Summary:Gaming input devices library - libgaminggear
+Group:  Development/Libraries/C and C++
+%description -n %{libgaminggear}
+A shared library initiated by the Roccat Linux driver project.
+
+This package holds libgaminggear.
+
+%package -n %{libgaminggearfx}
+Summary:Gaming input devices library - libgaminggearfx
+Group:  Development/Libraries/C and C++
+%description -n %{libgaminggearfx}
+A shared library initiated by the Roccat Linux driver project.
+
+This package holds libgaminggearfx.
+
+%package -n %{libgaminggearwidget}
+Summary:Gaming input devices library - libgaminggearwidget
+Group:  Development/Libraries/C and C++
+%description -n %{libgaminggearwidget}
+A shared library initiated by the Roccat Linux driver project.
+
+This package holds libgaminggearwidget.
+
+
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %cmake
@@ -65,28 +93,43 

commit mdbtools for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package mdbtools for openSUSE:Factory 
checked in at 2015-08-05 19:14:53

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


Package is mdbtools

Changes:

--- /work/SRC/openSUSE:Factory/mdbtools/mdbtools.changes2015-08-02 
22:46:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.mdbtools.new/mdbtools.changes   2015-08-05 
19:14:55.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug  5 08:12:58 UTC 2015 - mplus...@suse.com
+
+- Enable building of man pages
+
+---



Other differences:
--
++ mdbtools.spec ++
--- /var/tmp/diff_new_pack.Z0muUi/_old  2015-08-05 19:14:55.0 +0200
+++ /var/tmp/diff_new_pack.Z0muUi/_new  2015-08-05 19:14:55.0 +0200
@@ -42,6 +42,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  readline-devel
 BuildRequires:  scrollkeeper
+BuildRequires:  txt2man
 BuildRequires:  unixODBC-devel
 BuildRequires:  update-desktop-files
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -118,8 +119,7 @@
   --with-pic \
   --enable-sql \
   --with-unixodbc=%{_prefix} \
-  --enable-gtk-doc \
-  --disable-man
+  --enable-gtk-doc
 make %{?_smp_mflags} V=1
 
 %check
@@ -149,6 +149,7 @@
 %defattr(-,root,root)
 %doc README AUTHORS COPYING NEWS HACKING ChangeLog TODO
 %{_bindir}/mdb-*
+%{_mandir}/man1/mdb-*
 
 %files -n %{libmdb}
 %defattr(-,root,root)
@@ -180,5 +181,6 @@
 %dir %{_datadir}/omf
 %dir %{_datadir}/omf/mdbtools
 %{_datadir}/omf/mdbtools/gmdb-C.omf
+%{_mandir}/man1/gmdb2.1.*
 
 %changelog




commit python-pymongo for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package python-pymongo for openSUSE:Factory 
checked in at 2015-08-05 19:14:47

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


Package is python-pymongo

Changes:

--- /work/SRC/openSUSE:Factory/python-pymongo/python-pymongo.changes
2015-08-05 06:50:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pymongo.new/python-pymongo.changes   
2015-08-05 19:14:51.0 +0200
@@ -1,0 +2,15 @@
+Wed Aug  5 00:49:55 UTC 2015 - jacobwin...@gmail.com
+
+- Update to 3.0.3, fixes: 
+  * PYTHON-942: Error in changelog guidance for Python 3 (find timeout 
parameter)
+  * PYTHON-934: Unable to specify ssl_match_hostname option using URI style 
connection string
+  * PYTHON-946: Undocumented regression in Collection.find - projection tuple 
no longer allowed
+  * PYTHON-939: Monitor threads slow to terminate on application shutdown.
+  * PYTHON-932: Error in GSSAPI / Kerberos
+  * PYTHON-954: TxMongo is recommended for production use
+  * PYTHON-945: Remove validation of the OP_REPLY startingFrom field
+  * PYTHON-951: Corrupt GridFS files can send GridOut.read / readline into an 
infinite loop
+  * PYTHON-940: Unhelpful and pretty wrong error message
+  * PYTHON-933: maxPoolSize=0 allowed, causes hang
+
+---

Old:

  pymongo-3.0.2.tar.gz

New:

  pymongo-3.0.3.tar.gz



Other differences:
--
++ python-pymongo.spec ++
--- /var/tmp/diff_new_pack.wsyL5P/_old  2015-08-05 19:14:52.0 +0200
+++ /var/tmp/diff_new_pack.wsyL5P/_new  2015-08-05 19:14:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-pymongo
-Version:3.0.2
+Version:3.0.3
 Release:0
 Url:http://github.com/mongodb/mongo-python-driver
 Summary:Python driver for MongoDB

++ pymongo-3.0.2.tar.gz - pymongo-3.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymongo-3.0.2/MANIFEST.in 
new/pymongo-3.0.3/MANIFEST.in
--- old/pymongo-3.0.2/MANIFEST.in   2015-05-12 00:51:23.0 +0200
+++ new/pymongo-3.0.3/MANIFEST.in   2015-07-01 02:07:31.0 +0200
@@ -6,6 +6,7 @@
 recursive-include doc *.conf
 recursive-include doc *.css
 recursive-include doc *.js
+recursive-include doc *.png
 recursive-include tools *.py
 include tools/README.rst
 recursive-include test *.pem
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymongo-3.0.2/PKG-INFO new/pymongo-3.0.3/PKG-INFO
--- old/pymongo-3.0.2/PKG-INFO  2015-05-12 21:28:05.0 +0200
+++ new/pymongo-3.0.3/PKG-INFO  2015-07-01 02:43:33.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pymongo
-Version: 3.0.2
+Version: 3.0.3
 Summary: Python driver for MongoDB http://www.mongodb.org
 Home-page: http://github.com/mongodb/mongo-python-driver
 Author: Bernie Hackett
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymongo-3.0.2/doc/changelog.rst 
new/pymongo-3.0.3/doc/changelog.rst
--- old/pymongo-3.0.2/doc/changelog.rst 2015-05-12 01:11:51.0 +0200
+++ new/pymongo-3.0.3/doc/changelog.rst 2015-07-01 02:07:31.0 +0200
@@ -1,6 +1,20 @@
 Changelog
 =
 
+Changes in Version 3.0.3
+
+
+Version 3.0.3 fixes issues reported since the release of 3.0.2, including a
+feature breaking bug in the GSSAPI implementation.
+
+Issues Resolved
+...
+
+See the `PyMongo 3.0.3 release notes in JIRA`_ for the list of resolved issues
+in this release.
+
+.. _PyMongo 3.0.3 release notes in JIRA: 
https://jira.mongodb.org/browse/PYTHON/fixforversion/15528
+
 Changes in Version 3.0.2
 
 
@@ -379,7 +393,6 @@
 
 - spec - filter
 - fields - projection
-- timeout - no_cursor_timeout
 - partial - allow_partial_results
 
 The following find/find_one options have been added:
@@ -415,6 +428,13 @@
 
 - manipulate
 
+The following renames need special handling.
+
+- timeout - no_cursor_timeout -
+  The default for `timeout` was True. The default for `no_cursor_timeout` is
+  False. If you were previously passing False for `timeout` you must pass
+  **True** for `no_cursor_timeout` to keep the previous behavior.
+
 :mod:`~pymongo.errors` changes
 ..
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymongo-3.0.2/doc/developer/index.rst 
new/pymongo-3.0.3/doc/developer/index.rst
--- old/pymongo-3.0.2/doc/developer/index.rst   1970-01-01 01:00:00.0 
+0100
+++ new/pymongo-3.0.3/doc/developer/index.rst   2015-07-01 

commit libvpd2 for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package libvpd2 for openSUSE:Factory checked 
in at 2015-08-05 19:15:01

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


Package is libvpd2

Changes:

--- /work/SRC/openSUSE:Factory/libvpd2/libvpd2.changes  2014-09-06 
12:18:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvpd2.new/libvpd2.changes 2015-08-05 
19:15:02.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug  5 09:10:02 UTC 2015 - mplus...@suse.com
+
+- Move autoreconf to build phase (avoids issues with quilt)
+
+---



Other differences:
--
++ libvpd2.spec ++
--- /var/tmp/diff_new_pack.hOfS9r/_old  2015-08-05 19:15:03.0 +0200
+++ /var/tmp/diff_new_pack.hOfS9r/_new  2015-08-05 19:15:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libvpd2
 #
-# 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
@@ -57,10 +57,10 @@
 %patch1 -p1
 %patch3 -p1
 
-autoreconf -fvi
-
 %build
-%configure --disable-static
+autoreconf -fiv
+%configure \
+  --disable-static
 make %{?_smp_mflags}
 
 %install




commit python-jenkins for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package python-jenkins for openSUSE:Factory 
checked in at 2015-08-05 19:14:58

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


Package is python-jenkins

Changes:

New Changes file:

--- /dev/null   2015-07-22 21:25:44.928025004 +0200
+++ /work/SRC/openSUSE:Factory/.python-jenkins.new/python-jenkins.changes   
2015-08-05 19:14:59.0 +0200
@@ -0,0 +1,108 @@
+---
+Tue Aug  4 15:00:20 UTC 2015 - tbecht...@suse.com
+
+- Add COPYING and README.rst as %doc files
+
+---
+Fri Jul 31 04:55:19 UTC 2015 - tbecht...@suse.com
+
+- update to 0.4.8:
+  * Fix tests on python 2.6 and mark as deprecated
+  * Remove unneeded wrapping of imports
+  * Support scriptText api to execute groovy scripts on the server
+  * Creates ability to work with views in jenkins
+  * fix passing of byte object to url request method
+  * requirements: pin pbr=0.8.2,2.0
+  * Ensure request data is in the correct format
+  * Ensure data is utf-8 encoded
+  * Modify tests to exercise Request on python3
+  * Add decode to utf8 for python 3.x
+  * Fix examples
+  * Add utf8 to headers
+  * Add a get_nodes method
+
+---
+Wed Mar 11 11:39:12 UTC 2015 - tbecht...@suse.com
+
+- update to 0.4.5:
+  * Add get_job_info_regex method to get info about a set of jobs
+  * Set the server connection timeout to same as socket timeout
+  * Consolidate raising identical exceptions
+  * Add a jobs_count method
+  * Doc Update: Fix formatting for inclusion of README.rst
+  * Doc Change: update supported python versions
+  * Add BadHTTPException
+  * Fix incorrect indentation
+  * Don't return None on unhandled http errors
+  * Use empty crumb on empty response
+  * Don't assume we get a valid response
+  * Update and clean up docs
+  * Add a default http timeout for connections to jenkins
+  * Eliminate redundant calls to assert_job_exists()
+  * Raise an exception on 404
+  * testtools requires unittest2
+  * Fix cancel_queue() method
+  * Fix enable_node and disable_node methods
+  * Handle job and node names that contain spaces
+  * Workflow documentation is now in infra-manual
+  * fix typo, must be 'classifier' to appear on pypi.python.org
+  * Yield HTTPError reason on open error
+  * fix auth with long username or password
+  * Add a readme and make it appear on pypi.python.org
+  * Add get_plugins_info and get_plugin_info methods
+  * generate a code coverage html report
+  * add get_version method
+  * exclude tests from code coverage report
+  * Setup pbr versioning for docs
+  * Support node configuration
+  * Fix it so build_job triggers a build
+  * Rename doc environment to docs
+  * Enabled hacking check H404
+  * Add MANIFEST.in
+  * Six is a runtime requirement not a test req
+  * Update version info
+  * Fix `tox -e doc` duplicate id error
+  * Use pbr, pep8 checks  fixes, add doc tox target
+  * make JSON depth response configurable
+  * Add a gitreview file
+  * Adds assert_node_exists()
+  * Speed up job existence tests by fetching less info
+  * Fix remaining PEP8 errors in docstrings
+  * Fix hacking docstring warnings
+  * Make it work on Python 3
+  * 100% test coverage
+  * Add support for measuring coverage
+  * Support node startup with the JNLP Launcher
+  * Add .gitignore
+  * Clarify job_exists() error messages
+  * Doc fixes
+  * Wrap tests and linting with tox
+  * David Strauss 2014-03-06 Fedora 19+ has packages, too
+  * Fedora 19+ has packages, too
+  * [soren] Add fixes for crumb addition to post requests
+  * Add bug metadata
+  * Change method name to reflect behaviour
+  * Recycle crumb. Apparently, it's not a nonce
+  * Attempt to fetch a crumb (needed if CSRF protection is enabled)
+  * Release 0.2.1
+  * speed up job existence test by fetching less informations
+  * Add rename_job()
+  * speed up job existence test by fetching less informations
+  * Add rename_job()
+  * Add ability to fetch raw console text for build
+  * Antoine Musso:
+  * overhaul the sphinx documentation
+  * pass pep8 on all files
+  * Add support for a rename_job() call
+  * Merged new node management features including using SSH and
+Windows slaves plus cancel job/queue methods
+  * Add additional methods:
+  * Merged bug fix and tests for job names with spaces
+  * Open for 0.3 development
+- update Requires
+
+---
+Mon Apr 21 14:10:30 UTC 2014 - thomasbecht...@jpberlin.de
+
+- Initial packaging of python-jenkins.
+

New:

  python-jenkins-0.4.8.tar.gz
  python-jenkins.changes
  python-jenkins.spec


commit rofi for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package rofi for openSUSE:Factory checked in 
at 2015-08-05 19:14:51

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


Package is rofi

Changes:

--- /work/SRC/openSUSE:Factory/rofi/rofi.changes2015-08-01 
11:38:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.rofi.new/rofi.changes   2015-08-05 
19:14:54.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug  4 10:48:35 UTC 2015 - mvet...@suse.com
+
+- Add patch 0001-Replace-x-terminal-emulator-with-xdg-terminal.patch
+  to use xdg-terminal instead of x-terminal-emulator.
+
+---

New:

  0001-Replace-x-terminal-emulator-with-xdg-terminal.patch



Other differences:
--
++ rofi.spec ++
--- /var/tmp/diff_new_pack.pMjouH/_old  2015-08-05 19:14:54.0 +0200
+++ /var/tmp/diff_new_pack.pMjouH/_new  2015-08-05 19:14:54.0 +0200
@@ -24,6 +24,8 @@
 Group:  System/GUI/Other
 Url:https://davedavenport.github.io/rofi/
 Source: 
https://github.com/DaveDavenport/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
+#It tries to use x-terminal-emulator which is only available on debian 
systems, I replace it with xdg-terminal.
+Patch0: 0001-Replace-x-terminal-emulator-with-xdg-terminal.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libX11-devel
@@ -32,10 +34,7 @@
 BuildRequires:  make
 BuildRequires:  pango-devel
 BuildRequires:  xorg-x11-devel
-#Requires:   libX11
-#Requires:   libXinerama
-#Requires:   libxft
-Requires:   pango
+Requires:   xdg-utils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -43,6 +42,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ 0001-Replace-x-terminal-emulator-with-xdg-terminal.patch ++
From 787a36f020ed1d902ed805444dd990ed01f2b51f Mon Sep 17 00:00:00 2001
From: Michael Vetter jub...@openmailbox.org
Date: Mon, 3 Aug 2015 18:22:27 +0200
Subject: [PATCH] Replace x-terminal-emulator with xdg-terminal

x-terminal-emulator is working only on debian and derivates AFAIK. I
think xdg-open is the correct thing to use here since it behaves the
same across all distros.

Conflicts:
test/helper-test.c

diff --git a/config/config.def.c b/config/config.def.c
index 47e63a3..ed2d6de 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -78,16 +78,16 @@ Settings config = {
 .menu_hlbg_urgent = #DC322F,
 .menu_hlbg_active = #268BD2,
 /** Terminal to use. (for ssh and open in terminal) */
-.terminal_emulator = x-terminal-emulator,
+.terminal_emulator = xdg-terminal,
 .ssh_client= ssh,
 /** Command when executing ssh. */
-.ssh_command   = {terminal} -e {ssh-client} {host},
+.ssh_command   = {terminal} '{ssh-client} {host}',
 /** Command when running */
 .run_command   = {cmd},
 /** Command used to list executable commands. empty - internal */
 .run_list_command  = ,
 /** Command executed when running application in terminal */
-.run_shell_command = {terminal} -e {cmd},
+.run_shell_command = {terminal} '{cmd}',
 /**
  * Location of the window.
  * Enumeration indicating location or gravity of window.
--- a/test/helper-test.c
+++ b/test/helper-test.c
@@ -17,7 +17,7 @@ int main ( int argc, char ** argv )
int llength = 0;
char * test_str = {host} {terminal} -e bash -c \{ssh-client} {host}; 
echo '{terminal} {host}'\;
helper_parse_setup( test_str, list, llength, {host}, chuck,
-   {terminal}, x-terminal-emulator, NULL);
+   {terminal}, xdg-terminal, NULL);
 
TASSERT ( llength == 6 );
TASSERT ( strcmp(list[0], chuck)  == 0 );
-- 
2.1.4




commit roccat-tools for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package roccat-tools for openSUSE:Factory 
checked in at 2015-08-05 19:14:42

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


Package is roccat-tools

Changes:

--- /work/SRC/openSUSE:Factory/roccat-tools/roccat-tools.changes
2015-04-16 14:14:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.roccat-tools.new/roccat-tools.changes   
2015-08-05 19:14:47.0 +0200
@@ -1,0 +2,62 @@
+Tue Aug  4 00:14:29 UTC 2015 - mrueck...@suse.de
+
+- if you use a group in the filelist, also add it
+
+---
+Mon Aug  3 23:51:50 UTC 2015 - mrueck...@suse.de
+
+- enable lua support 
+  - new BR lua 5.2 devel
+  - we don't ship the .lc files yet as our rpmlint check thinks it
+is an ELF file
+- add %post/%postin for roccat-tyon
+
+---
+Mon Aug  3 23:19:56 UTC 2015 - mrueck...@suse.de
+
+- update to 3.5.0
+  - 3.5.0 2015-06-26
+- Improved: Ryos multimedia button behaviour is now
+  automatically corrected
+- Improved: Software shortcuts (Kova[+], Pyra) are now kept
+  active as long as button is pressed.
+- Fixed: Kone udev rule now sets file permissions again
+  - 3.4.0 2015-05-23
+- Added: Custom color support for KoneXTD and KonePure range
+  devices
+- Changed: Updated to libgaminggear uinput interface
+- Fixed: Library dependencies
+- Fixed: Added missing strings to be translated
+  - 3.3.0 2015-04-18
+- Added: German translations
+- Added: Options to correct Ryos Multimedia button behaviour
+- Added: Support for Roccat Kone Pure Black (handled by
+  konepuremilitary)
+- Added: Support for Lua 5.2
+- Improved: Ryos range now supports keyboard layouts
+- Improved: Gaminggearfx plugins allow NULL parameters
+- Fixed: Build problems
+- Fixed: Library dependencies, eliminating unresolved symbols
+  and reducing overlinking
+- Fixed: Gfx problems with some Kone range devices
+- Fixed: RyosTKL Lua modules path
+  - 3.2.0 2015-03-11
+- Added: Support for Gaminggearfx
+- Changed: cleaned up dbus interface
+- Improved: spec file now uses standard macros
+  - 3.1.0 2015-02-24
+- Added: Support for Ryos TKL Pro
+- Fixed: Dbus interface names 
+- Fixed: Cpi handling for KonePureOptical
+- Fixed: OpenGui now opens right application
+- Fixed: Some typos in error messages and manpages
+  - 3.0.0 2015-02-08
+- Added: Configuration option EVENTHANDLER_PLUGIN_DIR
+- Changed: Replaced Python with Lua as RyosMK ripple-scripting
+  engine. Also support compilation has to be explicitly
+  switched on with WITH_LUA
+- Changed: Everything got a roccat prefix to prevent
+  ambiguities, libraries additionally got moved to library base
+  folder, so no linker path modification is needed
+
+---

Old:

  roccat-tools-2.4.0.tar.bz2

New:

  roccat-tools-3.5.0.tar.bz2



Other differences:
--
++ roccat-tools.spec ++
--- /var/tmp/diff_new_pack.kjo3bd/_old  2015-08-05 19:14:48.0 +0200
+++ /var/tmp/diff_new_pack.kjo3bd/_new  2015-08-05 19:14:48.0 +0200
@@ -18,7 +18,7 @@
 %{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir 
udev)/rules.d}
 
 Name:   roccat-tools
-Version:2.4.0
+Version:3.5.0
 Release:0
 License:GPL-2.0+ and CC-BY-3.0
 Group:  Hardware/Other
@@ -30,12 +30,17 @@
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(gaminggear-0) = 0.4.0
+BuildRequires:  pkgconfig(gaminggear-0) = 0.10.1
 BuildRequires:  pkgconfig(gtk+-2.0) = 2.20
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(libcanberra)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libusb-1.0)
+%if 0%{?suse_version}  1320
+BuildRequires:  lua52-devel
+%else
+BuildRequires:  lua-devel
+%endif
 BuildRequires:  pkgconfig(unique-1.0)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  python-devel
@@ -356,7 +361,7 @@
 %build
 mkdir build
 cd build
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} ..
+cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_VERBOSE_MAKEFILE=ON 
-DWITH_LUA=5.2 ..
 make V=1
 
 %install
@@ -365,9 +370,12 @@
 
 # http://sourceforge.net/p/roccat/bugs/35/
 mkdir --parents %{buildroot}%{_localstatedir}/lib/roccat
+%find_lang roccat-tools
+find %{buildroot}%{_datadir}/roccat/ -name \*.lc -print -delete
 
 %pre
-/usr/sbin/groupadd roccat /dev/null || :
+/usr/sbin/groupadd 

commit rubygem-puma for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-puma for openSUSE:Factory 
checked in at 2015-08-05 19:14:35

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


Package is rubygem-puma

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-puma/rubygem-puma.changes
2015-07-20 11:22:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-puma.new/rubygem-puma.changes   
2015-08-05 19:14:42.0 +0200
@@ -1,0 +2,27 @@
+Wed Aug  5 04:33:27 UTC 2015 - co...@suse.com
+
+- updated to version 2.12.3
+ see installed History.txt
+
+  === 2.12.3 / 2015-08-03
+  
+  * 8 minor bugs fixed:
+* Fix Capistrano 'uninitialized constant Puma' error.
+* Fix some ancient and incorrect error handling code
+* Fix uninitialized constant error
+* Remove toplevel rack interspection, require rack on load instead
+* Skip empty parts when chunking
+* Switch from inject to each in config_ru_binds iteration
+* Wrap SSLv3 spec in version guard.
+* ruby 1.8.7 compatibility patches
+  
+  * 4 PRs merged:
+* Merge pull request #742 from deivid-rodriguez/fix_missing_require
+* Merge pull request #743 from matthewd/skip-empty-chunks
+* Merge pull request #749 from huacnlee/fix-cap-uninitialized-puma-error
+* Merge pull request #751 from costi/compat_1_8_7
+  
+  * 1 test fix:
+* Add 1.8.7, rbx-1 (allow failures) to Travis.
+
+---

Old:

  puma-2.12.2.gem

New:

  puma-2.12.3.gem



Other differences:
--
++ rubygem-puma.spec ++
--- /var/tmp/diff_new_pack.7IAu89/_old  2015-08-05 19:14:43.0 +0200
+++ /var/tmp/diff_new_pack.7IAu89/_new  2015-08-05 19:14:43.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-puma
-Version:2.12.2
+Version:2.12.3
 Release:0
 %define mod_name puma
 %define mod_full_name %{mod_name}-%{version}

++ puma-2.12.2.gem - puma-2.12.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2015-07-17 20:51:13.0 +0200
+++ new/Gemfile 2015-08-04 07:18:55.0 +0200
@@ -11,7 +11,3 @@
 gem 'minitest', '~ 4.0'
 
 gem jruby-openssl, :platform = jruby
-
-platforms :rbx do
-  gem 'rubysl', '~ 2.0'
-end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.txt new/History.txt
--- old/History.txt 2015-07-17 20:51:13.0 +0200
+++ new/History.txt 2015-08-04 07:18:55.0 +0200
@@ -1,3 +1,24 @@
+=== 2.12.3 / 2015-08-03
+
+* 8 minor bugs fixed:
+  * Fix Capistrano 'uninitialized constant Puma' error.
+  * Fix some ancient and incorrect error handling code
+  * Fix uninitialized constant error
+  * Remove toplevel rack interspection, require rack on load instead
+  * Skip empty parts when chunking
+  * Switch from inject to each in config_ru_binds iteration
+  * Wrap SSLv3 spec in version guard.
+  * ruby 1.8.7 compatibility patches
+
+* 4 PRs merged:
+  * Merge pull request #742 from deivid-rodriguez/fix_missing_require
+  * Merge pull request #743 from matthewd/skip-empty-chunks
+  * Merge pull request #749 from huacnlee/fix-cap-uninitialized-puma-error
+  * Merge pull request #751 from costi/compat_1_8_7
+
+* 1 test fix:
+  * Add 1.8.7, rbx-1 (allow failures) to Travis.
+
 === 2.12.2 / 2015-07-17
 
 * 2 bug fix:
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/puma/capistrano.rb new/lib/puma/capistrano.rb
--- old/lib/puma/capistrano.rb  2015-07-17 20:51:13.0 +0200
+++ new/lib/puma/capistrano.rb  2015-08-04 07:18:55.0 +0200
@@ -82,6 +82,7 @@
   end
 
   def configuration
+require 'puma'
 require 'puma/configuration'
 
 config = Puma::Configuration.new(:config_file = config_file)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/puma/configuration.rb 
new/lib/puma/configuration.rb
--- old/lib/puma/configuration.rb   2015-07-17 20:51:13.0 +0200
+++ new/lib/puma/configuration.rb   2015-08-04 07:18:55.0 +0200
@@ -104,8 +104,9 @@
   rack_app, rack_options = Puma::Rack::Builder.parse_file(rackup)
   @options.merge!(rack_options)
 
-  config_ru_binds = rack_options.each_with_object([]) do |(k, v), b|
-b  v if k.to_s.start_with?(bind)
+  config_ru_binds = []
+  rack_options.each do |k, v|
+config_ru_binds  v if k.to_s.start_with?(bind)
   end
   @options[:binds] = config_ru_binds unless config_ru_binds.empty?
 
diff -urN 

commit ipcalc for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package ipcalc for openSUSE:Factory checked 
in at 2015-08-05 19:14:32

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


Package is ipcalc

Changes:

--- /work/SRC/openSUSE:Factory/ipcalc/ipcalc.changes2013-06-19 
14:44:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.ipcalc.new/ipcalc.changes   2015-08-05 
19:14:37.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug  4 10:07:35 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-clenaer
+
+---



Other differences:
--
++ ipcalc.spec ++
--- /var/tmp/diff_new_pack.rl3f0k/_old  2015-08-05 19:14:37.0 +0200
+++ /var/tmp/diff_new_pack.rl3f0k/_new  2015-08-05 19:14:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ipcalc
 #
-# Copyright (c) 2011 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
@@ -15,17 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ipcalc
 Version:0.41
 Release:0
-License:GPL-2.0+
 Summary:IPv4 Address Calculator
-URL:http://jodies.de/ipcalc
+License:GPL-2.0+
 Group:  Productivity/Networking/System
+Url:http://jodies.de/ipcalc
 Source0:http://jodies.de/ipcalc-archive/ipcalc-%{version}.tar.gz
 Patch1: http://jodies.de/ipcalc-archive/patch-queue
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-BuildRoot:  %{_tmppath}/build-%{name}-%{version}
 
 %description
 ipcalc takes an IP address and netmask and calculates the resulting
@@ -37,12 +38,6 @@
 (255.255.255.0). Inverse netmasks are recognized. If you omit the
 netmask ipcalc uses the default netmask for the class of your network.
 
-
-
-Authors:
-
-Krischan Jodies ipcalc-200...@jodies.de
-
 %prep
 %setup -q
 %patch1
@@ -50,10 +45,7 @@
 %build
 
 %install
-%__install -D -m 0755 ipcalc %{buildroot}%{_bindir}/ipcalc
-
-%clean
-%__rm -rf %{buildroot}
+install -D -m 0755 ipcalc %{buildroot}%{_bindir}/ipcalc
 
 %files
 %defattr(-,root,root)




commit dice for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package dice for openSUSE:Factory checked in 
at 2015-08-05 19:14:59

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


Package is dice

Changes:

--- /work/SRC/openSUSE:Factory/dice/dice.changes2015-07-21 
13:29:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.dice.new/dice.changes   2015-08-05 
19:15:01.0 +0200
@@ -1,0 +2,74 @@
+Wed Jul 29 09:34:05 CEST 2015 - m...@suse.de
+
+- Fixed job prepare_build
+  
+  The method glob deletes old builds from tmp. What sounds
+  like a good idea is a bad one because when multiple job
+  runs in parallel this breaks the other jobs. That's
+  because depending on the selected build system and setup
+  tmp might be a shared location
+  
+---
+Tue Jul 28 23:18:53 CEST 2015 - m...@suse.de
+  
+- Fixed calculateDigest
+  
+  The calculation of the recipe digest is based on the data which
+  build the image description. However if people use a repository
+  as part of the image description it should not be taken into
+  consideration, because a solver operation will find potential
+  repository changes. Therefore the list of files and directories
+  belonging to an image description is limited to the top level
+  entries and the recursive search for the optioal overlay
+  root directory
+  
+---
+Tue Jul 28 16:01:52 CEST 2015 - m...@suse.de
+  
+- Fixed comps download and test
+  
+---
+Tue Jul 28 15:27:15 CEST 2015 - m...@suse.de
+  
+- Follow up fix to support yum groups
+  
+  yum group names are prefixed with group: not with pattern:
+  
+---
+Sat Jul 25 21:26:09 CEST 2015 - m...@suse.de
+  
+- Added support for this:// kiwi uri type
+  
+---
+Mon Jul 20 22:39:08 CEST 2015 - m...@suse.de
+  
+- Added --skip-missing option
+  
+  Allows to skip packages for the solver operation if they
+  could not be found in the repositories. This is useful
+  if packages are only relevant for certain profiles of the
+  kiwi configuration. Dice always solves over all packages
+  listed in the configuration
+  
+---
+Mon Jul 20 17:16:45 CEST 2015 - m...@suse.de
+  
+- Version 0.7.3
+  
+---
+Mon Jul 20 17:00:40 CEST 2015 - m...@suse.de
+  
+- Fixed kiwi URI obs resolver
+  
+  prevent double slashes in output URL
+  
+---
+Mon Jul 20 16:36:11 CEST 2015 - m...@suse.de
+  
+- Added support for yum groups in solver
+  
+  libsolv provides a comp2solv parser which allows to read yum
+  groups (comps) files. This allows to let satsolver use yum
+  groups for building rhel images
+  
+---

Old:

  dice-0.7.2.gem

New:

  dice-0.7.3.gem



Other differences:
--
++ dice.spec ++
--- /var/tmp/diff_new_pack.cVjfGB/_old  2015-08-05 19:15:02.0 +0200
+++ /var/tmp/diff_new_pack.cVjfGB/_new  2015-08-05 19:15:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   dice
-Version:0.7.2
+Version:0.7.3
 Release:0
 %define mod_name dice
 %define mod_full_name %{mod_name}-%{version}

++ dice-0.7.2.gem - dice-0.7.3.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/cli.rb new/lib/cli.rb
--- old/lib/cli.rb  2015-07-20 10:19:26.0 +0200
+++ new/lib/cli.rb  2015-07-29 10:02:58.0 +0200
@@ -85,6 +85,8 @@
   command :build do |c|
 c.switch [force, :f], :required = false, :negatable = false,
   :desc = Force building even if status is up to data
+c.switch [skip-missing, :i], :required = false, :negatable = false,
+  :desc = Skip packages not found in the repositories
 c.flag [kiwitype, :t], :kiwitype = String, :required = false,
   :desc = Set kiwi build type
 c.flag [kiwiprofile, :p], :kiwiprofile = String, :required = false,
@@ -149,6 +151,8 @@
   LONGDESC
   arg RECIPE-PATH
   command :status do |c|
+c.switch [skip-missing, :i], :required = false, :negatable = false,
+  :desc = Skip packages not found in the repositories
 c.action do |global_options,options,args|
   Dice.setup_options(options)
   description = shift_arg(args, RECIPE-PATH)
diff -urN 

commit nmon for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package nmon for openSUSE:Factory checked in 
at 2015-08-05 19:14:30

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


Package is nmon

Changes:

--- /work/SRC/openSUSE:Factory/nmon/nmon.changes2015-03-11 
09:57:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.nmon.new/nmon.changes   2015-08-05 
19:14:35.0 +0200
@@ -1,0 +2,6 @@
+Sun Aug  2 16:40:49 UTC 2015 - mplus...@suse.com
+
+- Update to 15g
+  * No upstream changelog available
+
+---

Old:

  lmon15a.c

New:

  lmon15g.c



Other differences:
--
++ nmon.spec ++
--- /var/tmp/diff_new_pack.mKJeK3/_old  2015-08-05 19:14:36.0 +0200
+++ /var/tmp/diff_new_pack.mKJeK3/_new  2015-08-05 19:14:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nmon
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011-2013 Pascal Bleser pascal.ble...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   nmon
-Version:15a
+Version:15g
 Release:0
 Summary:Performance Monitor
 License:GPL-3.0
@@ -27,7 +27,6 @@
 Source0:http://sourceforge.net/projects/nmon/files/lmon%{version}.c
 Source1:nmon.1
 Source2:https://www.gnu.org/licenses/gpl-3.0.txt
-BuildRequires:  gcc
 BuildRequires:  ncurses-devel
 Provides:   lmon = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -75,3 +74,4 @@
 %{_mandir}/man1/%{name}.1.*
 %doc LICENSE.GPL-3.0
 
+%changelog

++ lmon15g.c ++
 6615 lines (skipped)




commit aria2 for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package aria2 for openSUSE:Factory checked 
in at 2015-08-05 19:17:10

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


Package is aria2

Changes:

--- /work/SRC/openSUSE:Factory/aria2/aria2.changes  2015-04-30 
11:51:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.aria2.new/aria2.changes 2015-08-05 
19:17:11.0 +0200
@@ -1,0 +2,32 @@
+Mon Aug  3 22:22:42 UTC 2015 - mplus...@suse.com
+
+- Update to 1.19.0
+  * android: Build and link with zlib Previously, we linked with 
+zlib shipped with NDK, but it seems this is not part of NDK 
+API, and thus could break our app.
+  * Allow netrc-path to be specified in the config file Adds 
+--netrc-path to override default .netrc search path.
+  * Exit with 32 status code if checksum verification failed
+  * Add SFTP support using libssh2 aria2 can now download files 
+via sftp protocol: aria2c sftp:// --ssh-host-key-md option 
+is added to specify expected server's fingerprint.
+  * Added Dockerfile to cross complile aria2 for RaspberryPI (armhf)
+  * multiple interface support for link aggregation Adds 
+--multiple-interface option.  Patch from Sarim Khan
+  * Run on-bt-download-complete command when -V reports download 
+finished
+  * Use dedicated DiskWriter in MultiDiskFileAllocationIterator 
+We have to use dedicated DiskWriter instead of 
+(*entryItr_)-getDiskWriter().  This is because 
+SingleFileAllocationIterator cannot reopen file if file is 
+closed by OpenedFileCounter.
+  * Fix getrandom for system with libc not including errno or 
+systems not supporting ENOSYS in the first place.
+  * Don't send back rpc-secret option value in 
+aria2.getGlobalOption RPC method
+  * Make libuv default off
+  * Fixed slow RPC response
+  * Fix getrandom interface detection
+- Enable ssh suport using libssh2
+
+---

Old:

  aria2-1.18.10.tar.xz

New:

  aria2-1.19.0.tar.xz



Other differences:
--
++ aria2.spec ++
--- /var/tmp/diff_new_pack.jtSDoH/_old  2015-08-05 19:17:12.0 +0200
+++ /var/tmp/diff_new_pack.jtSDoH/_new  2015-08-05 19:17:12.0 +0200
@@ -20,7 +20,7 @@
 %bcond_with make_check
 
 Name:   aria2
-Version:1.18.10
+Version:1.19.0
 Release:0
 Summary:Parallelizing Multi-Protocol Utility for Downloading Files
 License:SUSE-GPL-2.0-with-openssl-exception
@@ -39,6 +39,7 @@
 BuildRequires:  pkgconfig(cppunit)
 %endif
 BuildRequires:  gmp-devel
+BuildRequires:  pkgconfig(libssh2)
 BuildRequires:  pkgconfig(nettle)
 # aria2-bash-completion was split for last time in openSUSE 12.2
 Provides:   aria2-bash-completion = %{version}
@@ -46,8 +47,8 @@
 %if 0%{?suse_version} = 1130
 Recommends: ca-certificates
 %endif
-%if 0%{?suse_version}  1310
-Recommends: pkgconfig(libuv)
+%if 0%{?suse_version}  1320
+BuildRequires:  pkgconfig(libuv)
 %endif
 Recommends: %{name}-lang
 
@@ -76,6 +77,9 @@
 %build
 %configure --docdir=%{_defaultdocdir}/%{name}/ \
--with-bashcompletiondir=%{_sysconfdir}/bash_completion.d/ \
+   %if 0%{?suse_version}  1320
+   --with-libuv \
+   %endif
--disable-silent-rules
 # We don't specify a ca-bundle because that makes aria2 call 
gnutls_certificate_set_x509_trust_file()
 # insted of gnutls_certificate_set_x509_system_trust().

++ aria2-1.18.10.tar.xz - aria2-1.19.0.tar.xz ++
 60388 lines of diff (skipped)




commit emacs-vm for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package emacs-vm for openSUSE:Factory 
checked in at 2015-08-05 19:17:33

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


Package is emacs-vm

Changes:

--- /work/SRC/openSUSE:Factory/emacs-vm/emacs-vm.changes2015-04-05 
02:03:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.emacs-vm.new/emacs-vm.changes   2015-08-05 
19:17:34.0 +0200
@@ -1,0 +2,9 @@
+Mon Jul 27 08:51:54 UTC 2015 - e...@suse.com
+
+- U_rev-1313.patch:
+  - Added a variable `vm-confirm-for-auto-archive' that controls the
+confirmation dialogue for `vm-auto-archive-messages'. (lp#793541)
+  - Add autoload for `vm-select-recipient-from-sender'.  (lp#907286)
+(bsc#939497).
+
+---

New:

  U_rev-1313.patch



Other differences:
--
++ emacs-vm.spec ++
--- /var/tmp/diff_new_pack.UVzKMz/_old  2015-08-05 19:17:35.0 +0200
+++ /var/tmp/diff_new_pack.UVzKMz/_new  2015-08-05 19:17:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs-vm
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,6 @@
 BuildRequires:  info
 %endif
 Url:http://www.nongnu.org/viewmail/
-Provides:   calc
 Requires:   ed
 Requires:   emacs
 PreReq: %install_info_prereq
@@ -33,8 +32,10 @@
 Summary:VM - a mail reader for GNU Emacs
 License:GPL-2.0+
 Group:  Productivity/Editors/Emacs
-Source: 
https://launchpad.net/vm/8.2.x/8.2.0b/+download/vm-%{version}.tgz
+Source: 
https://launchpad.net/vm/8.2.x/%{version}/+download/vm-%{version}.tgz
 Source2:emacs-vm-autoload.el
+# PATCH-FIX-UPSTREAM U_rev-1313.patch bsc#939497 e...@suse.com -- Fix 
Launchpad lp#793541 and lp#907286
+Patch1: U_rev-1313.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -54,6 +55,7 @@
 
 %prep
 %setup -n vm-%{version}
+%patch1
 
 %build
 export LC_CTYPE=ISO-8859-1

++ U_rev-1313.patch ++

revno: 1313
fixes bugs: https://launchpad.net/bugs/793541 https://launchpad.net/bugs/907286
committer: Uday S Reddy u.s.re...@cs.bham.ac.uk
branch nick: trunk
timestamp: Thu 2011-12-29 19:19:09 +
message:
  - Added a variable `vm-confirm-for-auto-archive' that controls the
  confirmation dialogue for `vm-auto-archive-messages'.  (Bug 793541)
  - Add autoload for `vm-select-recipient-from-sender'.  (Bug 907286)
diff:
=== modified file 'info/vm.texinfo'
--- info/vm.texinfo 2011-12-26 17:40:02 +
+++ info/vm.texinfo 2011-12-29 19:19:09 +
@@ -3487,10 +3487,15 @@
 does.  Messages saved this way are flagged ``written''.
 @findex vm-auto-archive-messages
 @kindex A
+@vindex vm-confirm-for-auto-archive
 @item A (@code{vm-auto-archive-messages})
 Save all unfiled messages that auto-match a folder via
 @code{vm-auto-folder-alist} to their appropriate folders.  Messages that
-are flagged for deletion are not saved by this command.  If invoked with a
+are flagged for deletion are not saved by this command.  This command asks
+for confirmation before archiving because it is a wholesale operation that
+cannot be easy reversed.  (Set @code{vm-confirm-for-auto-archive} to
+@code{nil} to override the confirmation dialogue.)  If the command is
+invoked with a 
 prefix argument, confirmation will be requested for each save.
 @findex vm-pipe-message-to-command
 @kindex ||

=== modified file 'lisp/vm-reply.el'
--- lisp/vm-reply.el2011-12-26 09:50:31 +
+++ lisp/vm-reply.el2011-12-29 19:19:09 +
@@ -1643,6 +1643,7 @@
   (add-hook 'vm-mail-send-hook 'vm-forget-composition-buffer nil t)
   (vm-update-ml-composition-buffer-count))
 
+;;;###autoload
 (defun vm-select-recipient-from-sender ()
   Select a recipient's address from the current message's sender, if
 there is a current message.

=== modified file 'lisp/vm-save.el'
--- lisp/vm-save.el 2011-12-26 15:46:17 +
+++ lisp/vm-save.el 2011-12-29 19:19:09 +
@@ -105,6 +105,10 @@
 `vm-auto-folder-alist' to their appropriate folders.  Messages that
 are flagged for deletion are not saved.
 
+This command asks for confirmation before proceeding.  Set
+`vm-confirm-for-auto-archive' to nil to turn off the confirmation
+dialogue. 
+
 Prefix arg means to ask user for confirmation before saving each message.
 
 When invoked on marked messages (via 

commit selinux-policy for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package selinux-policy for openSUSE:Factory 
checked in at 2015-08-05 19:17:25

Comparing /work/SRC/openSUSE:Factory/selinux-policy (Old)
 and  /work/SRC/openSUSE:Factory/.selinux-policy.new (New)


Package is selinux-policy

Changes:

--- /work/SRC/openSUSE:Factory/selinux-policy/selinux-policy.changes
2015-07-23 15:22:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.selinux-policy.new/selinux-policy.changes   
2015-08-05 19:17:27.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug  5 11:31:24 UTC 2015 - jseg...@novell.com
+
+- Added suse_modifications_ipsec.patch to grant additional privileges
+  to ipsec_mgmt_t
+
+---

New:

  suse_modifications_ipsec.patch



Other differences:
--
++ selinux-policy.spec ++
--- /var/tmp/diff_new_pack.zi143A/_old  2015-08-05 19:17:29.0 +0200
+++ /var/tmp/diff_new_pack.zi143A/_new  2015-08-05 19:17:29.0 +0200
@@ -99,6 +99,7 @@
 Patch0020:  suse_modifications_unprivuser.patch
 Patch0021:  dont_use_xmllint_in_make_conf.patch
 Patch0022:  suse_modifications_staff.patch
+Patch0023:  suse_modifications_ipsec.patch
 
 # contrib patches
 Patch1000:  policy-rawhide-contrib.patch
@@ -367,6 +368,7 @@
 %patch0020 -p1
 %patch0021 -p1
 %patch0022 -p1
+%patch0023 -p1
 refpolicy_path=`pwd`
 cp $contrib_path/* $refpolicy_path/policy/modules/contrib
 # we use distro=redhat to get all the redhat modifications but we'll still 
need everything that is defined for suse

++ suse_modifications_ipsec.patch ++
Index: serefpolicy-20140730/policy/modules/system/ipsec.te
===
--- serefpolicy-20140730.orig/policy/modules/system/ipsec.te2015-08-05 
13:56:18.127343378 +0200
+++ serefpolicy-20140730/policy/modules/system/ipsec.te 2015-08-05 
15:13:33.360764030 +0200
@@ -209,14 +209,18 @@ optional_policy(`
 # ipsec_mgmt Local policy
 #
 
-allow ipsec_mgmt_t self:capability { dac_override dac_read_search net_admin 
setpcap sys_nice sys_ptrace };
+allow ipsec_mgmt_t self:capability { dac_override dac_read_search net_admin 
net_raw setpcap sys_nice sys_ptrace };
 dontaudit ipsec_mgmt_t self:capability sys_tty_config;
-allow ipsec_mgmt_t self:process { getsched setrlimit setsched signal };
+allow ipsec_mgmt_t self:process { getsched setrlimit setsched signal setcap };
 allow ipsec_mgmt_t self:unix_stream_socket { create_stream_socket_perms 
connectto };
 allow ipsec_mgmt_t self:tcp_socket create_stream_socket_perms;
 allow ipsec_mgmt_t self:udp_socket create_socket_perms;
 allow ipsec_mgmt_t self:key_socket create_socket_perms;
 allow ipsec_mgmt_t self:fifo_file rw_fifo_file_perms;
+allow ipsec_mgmt_t self:netlink_route_socket nlmsg_write;
+allow ipsec_mgmt_t self:packet_socket { setopt create };
+allow ipsec_mgmt_t self:socket { bind create };
+allow ipsec_mgmt_t self:netlink_xfrm_socket { bind create };
 
 allow ipsec_mgmt_t ipsec_mgmt_lock_t:file manage_file_perms;
 files_lock_filetrans(ipsec_mgmt_t, ipsec_mgmt_lock_t, file)
@@ -231,6 +235,8 @@ logging_log_filetrans(ipsec_mgmt_t, ipse
 allow ipsec_mgmt_t ipsec_mgmt_var_run_t:file manage_file_perms;
 files_pid_filetrans(ipsec_mgmt_t, ipsec_mgmt_var_run_t, file)
 filetrans_pattern(ipsec_mgmt_t, ipsec_var_run_t, ipsec_mgmt_var_run_t, file)
+# temporary fix until the rules above work
+allow ipsec_mgmt_t var_run_t:sock_file { write unlink };
 
 manage_files_pattern(ipsec_mgmt_t, ipsec_var_run_t, ipsec_var_run_t)
 manage_dirs_pattern(ipsec_mgmt_t, ipsec_var_run_t, ipsec_var_run_t)
@@ -269,6 +275,7 @@ kernel_read_software_raid_state(ipsec_mg
 kernel_read_kernel_sysctls(ipsec_mgmt_t)
 kernel_getattr_core_if(ipsec_mgmt_t)
 kernel_getattr_message_if(ipsec_mgmt_t)
+kernel_request_load_module(ipsec_mgmt_t)
 
 domain_dontaudit_getattr_all_sockets(ipsec_mgmt_t)
 domain_dontaudit_getattr_all_pipes(ipsec_mgmt_t)
@@ -290,6 +297,10 @@ corecmd_exec_bin(ipsec_mgmt_t)
 corecmd_exec_shell(ipsec_mgmt_t)
 
 corenet_tcp_connect_rndc_port(ipsec_mgmt_t)
+corenet_udp_bind_dhcpc_port(ipsec_mgmt_t)
+corenet_udp_bind_isakmp_port(ipsec_mgmt_t)
+corenet_udp_bind_generic_node(ipsec_mgmt_t)
+corenet_udp_bind_ipsecnat_port(ipsec_mgmt_t)
 
 dev_read_rand(ipsec_mgmt_t)
 dev_read_urand(ipsec_mgmt_t)



commit hawk for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package hawk for openSUSE:Factory checked in 
at 2015-08-05 19:17:48

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


Package is hawk

Changes:

--- /work/SRC/openSUSE:Factory/hawk/hawk.changes2015-07-14 
17:44:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk.new/hawk.changes   2015-08-05 
19:17:49.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug  5 11:44:50 UTC 2015 - kgronl...@suse.com
+
+-  Revert to the old UI. The new UI is provided by the hawk2 package.
+   For the new UI, please switch to that package. (bsc#940628)
+
+---

Old:

  hawk-1.0.0~alpha1+git.1436521428.f08859d.tar.bz2

New:

  hawk-1.0.0+git.1438768917.efbf118.tar.bz2



Other differences:
--
++ hawk.spec ++
--- /var/tmp/diff_new_pack.3ZF82W/_old  2015-08-05 19:17:50.0 +0200
+++ /var/tmp/diff_new_pack.3ZF82W/_new  2015-08-05 19:17:50.0 +0200
@@ -37,9 +37,9 @@
 
 Name:   hawk
 Summary:HA Web Konsole
-License:GPL-2.0
+License:GPL-2.0 and Apache-2.0
 Group:  %{pkg_group}
-Version:1.0.0~alpha1+git.1436521428.f08859d
+Version:1.0.0+git.1438768917.efbf118
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -84,7 +84,7 @@
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:mail) = 2.6
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:mime-types) = 2.5
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:minitest) = 5.6
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:puma:2.11)
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:puma:2) = 2.11
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:quiet_assets)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:quiet_assets)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:rails:4.2)
@@ -103,7 +103,7 @@
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:sprockets) = 3.0
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:thor) = 0.19
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:tilt:1.4)
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:web-console:2.1)
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:web-console:2) = 2.1
 
 %if 0%{?bundle_gems}
 %else
@@ -111,23 +111,27 @@
 # use runtime dependencies.
 Requires:   rubygem(%{rb_default_ruby_abi}:fast_gettext:0.9)
 Requires:   rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails:1.2)
+Requires:   rubygem(%{rb_default_ruby_abi}:puma:2) = 2.11
+Requires:   rubygem(%{rb_default_ruby_abi}:rails:4.2)
+
 Requires:   rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails_js)
 Requires:   rubygem(%{rb_default_ruby_abi}:haml-rails) = 0.8.2
 Requires:   rubygem(%{rb_default_ruby_abi}:hashie) = 3.4
-Requires:   rubygem(%{rb_default_ruby_abi}:js-routes:1.0)
-Requires:   rubygem(%{rb_default_ruby_abi}:puma:2.11)
-Requires:   rubygem(%{rb_default_ruby_abi}:rails:4.2)
-Requires:   rubygem(%{rb_default_ruby_abi}:sass-rails:5.0) = 5.0.1
-Requires:   rubygem(%{rb_default_ruby_abi}:sass:3.4)
+Requires:   rubygem(%{rb_default_ruby_abi}:js-routes)
+Requires:   rubygem(%{rb_default_ruby_abi}:quiet_assets)
+Requires:   rubygem(%{rb_default_ruby_abi}:ruby_parser) = 3.6.6
+Requires:   rubygem(%{rb_default_ruby_abi}:sass) = 3.4
+Requires:   rubygem(%{rb_default_ruby_abi}:sass-rails) = 5.0.1
 Requires:   rubygem(%{rb_default_ruby_abi}:sexp_processor) = 4.5.1
-Requires:   rubygem(%{rb_default_ruby_abi}:sprockets) = 3.0
-Requires:   rubygem(%{rb_default_ruby_abi}:tilt:1.4)
-Requires:   rubygem(%{rb_default_ruby_abi}:virtus:1.0)
+Requires:   rubygem(%{rb_default_ruby_abi}:spring)
+Requires:   rubygem(%{rb_default_ruby_abi}:virtus)
 
 %if 0%{?suse_version} = 1310
 Requires:   rubygem(%{rb_default_ruby_abi}:rake:10.4)
 %endif
 
+Requires:   rubygem(%{rb_default_ruby_abi}:sprockets) = 3.0
+Requires:   rubygem(%{rb_default_ruby_abi}:tilt:1.4)
 %endif
 
 BuildRequires:  %{rubydevel = 1.8.7}
@@ -188,7 +192,7 @@
 
 # mark .mo files as such (works on SUSE but not FC12, as the latter wants 
directory to
 # be share/locale, not just locale, and it also doesn't support appending 
to %%{name}.lang)
-%find_lang %{name} %{name}.lang
+%find_lang hawk hawk.lang
 # don't ship .po files (find_lang only grabs the mos, and we don't need the 
pos anyway)
 rm %{buildroot}%{www_base}/hawk/locale/*/hawk.po
 rm %{buildroot}%{www_base}/hawk/locale/*/hawk.po.time_stamp
@@ -197,7 +201,7 @@
 %fdupes %{buildroot}
 %else
 # Need file to exist else %%files fails later
-touch %{name}.lang
+touch hawk.lang
 %endif
 # more cruft to clean up (WTF?)
 rm -f 

commit znc for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package znc for openSUSE:Factory checked in 
at 2015-08-05 19:17:30

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


Package is znc

Changes:

--- /work/SRC/openSUSE:Factory/znc/znc.changes  2015-02-16 21:46:44.0 
+0100
+++ /work/SRC/openSUSE:Factory/.znc.new/znc.changes 2015-08-05 
19:17:31.0 +0200
@@ -1,0 +2,39 @@
+Wed Aug  5 12:25:38 UTC 2015 - mimi...@gmail.com
+
+- Update to 1.6.1:
+ * Fixed the problem that channels were no longer removed from the config 
despite 
+   of chansaver being loaded. 
+ * Fixed query buffer size for users who have the default channel buffer size 
set to 0.
+ * Fixed a startup failure when simple_away was loaded after awaynick.
+ * Fixed channel matching commands, such as DETACH, to be case insensitive.
+ * Specified the required compiler versions in the configure script.
+ * Fixed a rare conflict of HTTP-Basic auth and cookies.
+ * Hid local IP address from the 404 page.
+ * Fixed a build failure for users who have -Werror=missing-declarations in 
their CXXFLAGS.
+ * Fixed CXXFLAGS=-DVERSION_EXTRA=foo which is used by some distros to 
package ZNC.
+ * Fixed znc-buildmod on Cygwin.
+ * Fixed CThreadPool destructor to handle spurious wakeups.
+ * Fixed make distclean to remove zncconfig.h.
+ * Improved the error message about --datadir.
+ * Fixed a compilation warning when HAVE_LIBSSL is not defined.
+ * Fixed 'comparision' typos in CString documentation.
+ * Added a non-minified version of the jQuery source code to make Linux 
distributions
+   (Debian) happy, even though the jQuery license does not require this.
+ * chansaver:
+* Fixed random loading behavior due to an uninitialized member variable.
+ * modpython:
+* Fixed access to CUser::GetUserClients() and CUser::GetAllClients().
+ * sasl:
+* Improved help texts for the SET and REQUIREAUTH commands. (#875)
+ * savebuff:
+* Fixed periodical writes on the disk when the module is loaded after 
startup. (#868)
+ * webadmin:
+* Fixed module checkboxes not to claim that all networks/users have loaded 
+  a module when there are no networks/users. (#872)
+* Added an explanation that ZNC was built without ICU support, when 
encoding 
+  settings are disabled for that reason.
+* Improved the breadcrumbs.
+* Mentioned ExpandString in CTCP replies.
+* Added an explanation how to delete port which is used to access webadmin.
+
+--

Old:

  znc-1.6.0.tar.gz
  znc-1.6.0.tar.gz.sig

New:

  znc-1.6.1.tar.gz
  znc-1.6.1.tar.gz.sig



Other differences:
--
++ znc.spec ++
--- /var/tmp/diff_new_pack.4paxoI/_old  2015-08-05 19:17:32.0 +0200
+++ /var/tmp/diff_new_pack.4paxoI/_new  2015-08-05 19:17:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   znc
-Version:1.6.0
+Version:1.6.1
 Release:0
 Summary:Advanced IRC Bouncer
 License:Apache-2.0

++ znc-1.6.0.tar.gz - znc-1.6.1.tar.gz ++
 27624 lines of diff (skipped)





commit pcsc-ccid for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2015-08-05 19:17:22

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is pcsc-ccid

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2015-05-15 
07:44:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2015-08-05 
19:17:22.0 +0200
@@ -1,0 +2,22 @@
+Wed Aug  5 14:09:02 UTC 2015 - w...@rosenauer.org
+
+- Updated to version 1.4.20
+  * Add support of
+ACS ACR1251 Dual Reader
+Access IS NFC Smart Module
+BIFIT iToken
+BLUTRONICS BLUDRIVE II CCID (idProduct: 0x1079)
+Generic MultiCard Device
+NXP Pegoda 2 N
+SafeNet eToken 5100
+SafeNet eToken 7300
+Yubico Yubikey 4 CCID
+Yubico Yubikey 4 OTP+CCID
+Yubico Yubikey 4 OTP+U2F+CCID
+Yubico Yubikey 4 U2F+CCID
+  * Depends on libusb version 1.0.9 instead of 1.0.8
+  * The O2 Micro Oz776 reader only supports 9600 bps
+- spec file cleanup
+- remove pgp validation from build (now handled via OBS)
+
+---

Old:

  ccid-1.4.19.tar.bz2
  ccid-1.4.19.tar.bz2.asc

New:

  ccid-1.4.20.tar.bz2
  ccid-1.4.20.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.Jv4Co1/_old  2015-08-05 19:17:23.0 +0200
+++ /var/tmp/diff_new_pack.Jv4Co1/_new  2015-08-05 19:17:23.0 +0200
@@ -17,32 +17,28 @@
 
 
 %if %( echo `rpm -q --queryformat %%{version} udev` )  190
-%define _udevrulesdir /usr/lib/udev/rules.d
+%define _udevrulesdir %{_libexecdir}/udev/rules.d
 %else
 %define _udevrulesdir /lib/udev/rules.d
 %endif
 
 Name:   pcsc-ccid
 %define _name ccid
-BuildRequires:  automake
-BuildRequires:  libusb-1_0-devel
-BuildRequires:  pcsc-lite-devel
-BuildRequires:  pkg-config
-BuildRequires:  udev
-%if %suse_version  1220
-BuildRequires:  gpg-offline
-%endif
-Version:1.4.19
+Version:1.4.20
 Release:0
-Url:http://pcsclite.alioth.debian.org/ccid.html
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
 License:LGPL-2.1+
 Group:  Productivity/Security
+Url:http://pcsclite.alioth.debian.org/ccid.html
 Source: %{_name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
 Source2:%{_name}-%{version}.tar.bz2.asc
 Source3:%{name}.keyring
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  automake
+BuildRequires:  libusb-1_0-devel
+BuildRequires:  pcsc-lite-devel
+BuildRequires:  pkg-config
+BuildRequires:  udev
 # openSUSE package pcsc-lite 1.6.6 is the first one which creates the scard 
UID and GID:
 Requires:   pcsc-lite = 1.6.6
 %define ifddir %(pkg-config libpcsclite --variable=usbdropdir)
@@ -58,6 +54,7 @@
 Enhances:   modalias(usb:v0D46p4081d*dc*dsc*dp*ic*isc*ip*)
 # Other supported devices:
 Enhances:   %USBDRIVERS
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains a generic USB CCID (Chip/Smart Card Interface
@@ -68,9 +65,6 @@
 
 
 %prep
-%if 0%{?gpg_verify:1}
-%gpg_verify %{S:2}
-%endif
 %setup -q -n %{_name}-%{version}
 cp -a src/openct/LICENSE LICENSE.openct
 cp -a src/towitoko/README README.towitoko
@@ -81,16 +75,13 @@
 %configure\
--enable-twinserial \
--enable-serialconfdir=%{_sysconfdir}/reader.conf.d/
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 # Copied elsewhere:
-mkdir -p $RPM_BUILD_ROOT/%{_udevrulesdir}
-sed 's:GROUP=pcscd:GROUP=scard:' src/92_pcscd_ccid.rules 
$RPM_BUILD_ROOT/%{_udevrulesdir}/92_pcscd_ccid.rules
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}/%{_udevrulesdir}
+sed 's:GROUP=pcscd:GROUP=scard:' src/92_pcscd_ccid.rules 
%{buildroot}/%{_udevrulesdir}/92_pcscd_ccid.rules
 
 %files
 %defattr(-,root,root)

++ ccid-1.4.19.tar.bz2 - ccid-1.4.20.tar.bz2 ++
 31248 lines of diff (skipped)




commit mozaddon-devel for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package mozaddon-devel for openSUSE:Factory 
checked in at 2015-08-05 19:17:53

Comparing /work/SRC/openSUSE:Factory/mozaddon-devel (Old)
 and  /work/SRC/openSUSE:Factory/.mozaddon-devel.new (New)


Package is mozaddon-devel

Changes:

--- /work/SRC/openSUSE:Factory/mozaddon-devel/mozaddon-devel.changes
2014-01-02 18:30:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.mozaddon-devel.new/mozaddon-devel.changes   
2015-08-05 19:17:55.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug  5 09:41:47 UTC 2015 - jeng...@inai.de
+
+- Recognize Description XML tags with arbitrary namespace
+  prefixes
+
+---



Other differences:
--
++ mozaddon-devel.spec ++
--- /var/tmp/diff_new_pack.aJOQh7/_old  2015-08-05 19:17:55.0 +0200
+++ /var/tmp/diff_new_pack.aJOQh7/_new  2015-08-05 19:17:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mozaddon-devel
 #
-# Copyright (c) 2013 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:   mozaddon-devel
-Version:0
+Version:1
 Release:0
 Summary:RPM macros for building Mozilla extensions under openSUSE
 License:SUSE-Public-Domain

++ mozaddondev-getappid ++
--- /var/tmp/diff_new_pack.aJOQh7/_old  2015-08-05 19:17:56.0 +0200
+++ /var/tmp/diff_new_pack.aJOQh7/_new  2015-08-05 19:17:56.0 +0200
@@ -3,53 +3,82 @@
 # authored by Jan Engelhardt, 2011-03-24
 # released into the Public Domain
 #
+use Archive::Zip qw(:ERROR_CODES :CONSTANTS);
 use XML::Simple;
+main();
 
-my $file = shift || die Usage: $0 [install.rdf|somefile.xpi]\n;
-my $xml;
+sub get_rdf
+{
+   my $file = shift @_;
 
-if ($file =~ /\.xpi$/) {
-   use Archive::Zip qw/:ERROR_CODES :CONSTANTS/;
-   my $zip = Archive::Zip-new();
-   if ( $zip-read($file) != AZ_OK ) {
-   die zip file read error\n;
-   }
-   my $data = $zip-contents(install.rdf);
-   die missing install.rdf in $file\n unless $data;
-   $xml = XMLin($data) || die $!\n;
-} elsif ($file =~ /install.rdf/) {
-   $xml = XMLin($file) || die $!\n;
-} else {
+   if ($file eq install.rdf) {
+   return XMLin($file);
+   }
+   if (substr($file, -4, 4) eq .xpi) {
+   my $zip = Archive::Zip-new();
+   if ($zip-read($file) != AZ_OK) {
+   die zip file read error\n;
+   }
+   my $data = $zip-contents(install.rdf);
+   die missing install.rdf in $file\n unless $data;
+   return XMLin($data);
+   }
die unsupported file format\n;
 }
 
-my $desc;
-for my $tag (qw/RDF:Description Description/) {
-   if (exists $xml-{$tag}) {
-   if (ref $xml-{$tag} eq 'ARRAY') {
-   $desc = $xml-{$tag};
-   } else {
-   $desc = [ $xml-{$tag} ];
+sub get_desc
+{
+   my $xml = shift @_;
+   my $desc;
+   foreach my $tag (keys %$xml) {
+   if ($tag !~ m{^(\w+:)?Description$}) {
+   next;
}
+   if (ref($xml-{$tag}) eq ARRAY) {
+   return $xml-{$tag};
+   }
+   return [$xml-{$tag}];
}
 }
 
-my $uuid;
-my $id;
-for my $x (@$desc) {
-   if ($x-{em:id} =~ /{[[:xdigit:]]+-/) {
-   print STDERR Warning: multiple uuids!\n if defined $uuid;
-   $uuid = $x-{em:id};
-   } elsif ($x-{em:id} =~ /@/) {
-   print STDERR Warning: multiple ids!\n if defined $id;
-   $id = $x-{em:id};
+sub get_id
+{
+   my $desc = shift @_;
+   my $id;
+
+   foreach (qw(id em:id)) {
+   if (exists($desc-{$_})) {
+   $id = $desc-{$_};
+   last;
+   }
}
+   return $id;
 }
 
-if (defined $id) {
+sub main
+{
+   my $file = shift @ARGV;
+   if (!defined($file)) {
+   print Usage: $0 {install.rdf|something.xpi}\n;
+   exit 1;
+   }
+   my $xml = get_rdf($file);
+   if (!defined($xml)) {
+   die xml: $!\n;
+   }
+   my $desc_list = get_desc($xml);
+   my $id;
+   foreach my $one_desc (@$desc_list) {
+   my $value = get_id($one_desc);
+   if ($value =~ /\@|{[[:xdigit:]]+-/) {
+   if (defined($id)) {
+   print STDERR 

commit mercurial for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2015-08-05 19:17:58

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


Package is mercurial

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2015-08-01 
11:35:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2015-08-05 
19:18:02.0 +0200
@@ -1,0 +2,9 @@
+Tue Aug  4 13:38:09 UTC 2015 - devel...@develop7.info
+
+- update to v3.5
+  Regularly-scheduled feature release.
+  
+  See detailed release notes on 
+  https://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.5_.282015-07-31.29
+
+---

Old:

  mercurial-3.4.2.tar.gz

New:

  mercurial-3.5.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.mIHBG1/_old  2015-08-05 19:18:03.0 +0200
+++ /var/tmp/diff_new_pack.mIHBG1/_new  2015-08-05 19:18:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.4.2
+Version:3.5
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-3.4.2.tar.gz - mercurial-3.5.tar.gz ++
 52961 lines of diff (skipped)