commit gbrainy for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package gbrainy for openSUSE:Factory checked 
in at 2015-05-07 08:29:23

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


Package is "gbrainy"

Changes:

--- /work/SRC/openSUSE:Factory/gbrainy/gbrainy.changes  2015-01-07 
09:38:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.gbrainy.new/gbrainy.changes 2015-05-07 
08:29:33.0 +0200
@@ -1,0 +2,6 @@
+Wed May  6 14:15:44 UTC 2015 - dims...@opensuse.org
+
+- Update to version 2.2.5:
+  + Updated translations.
+
+---

Old:

  gbrainy-2.2.4.tar.gz

New:

  gbrainy-2.2.5.tar.gz



Other differences:
--
++ gbrainy.spec ++
--- /var/tmp/diff_new_pack.Q311MI/_old  2015-05-07 08:29:34.0 +0200
+++ /var/tmp/diff_new_pack.Q311MI/_new  2015-05-07 08:29:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gbrainy
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   gbrainy
-Version:2.2.4
+Version:2.2.5
 Release:0
 Summary:A brain teaser game and trainer
 License:GPL-2.0+
 Group:  Amusements/Games/Logic
 Url:http://live.gnome.org/gbrainy
-Source: 
http://gent.softcatala.org/jmas/gbrainy/%{name}-%{version}.tar.gz
+Source: 
https://gent.softcatala.org/jmas/gbrainy/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE -- gbrainy-use-libexecdir.patch
 Patch0: gbrainy-use-libexecdir.patch
 BuildRequires:  fdupes

++ gbrainy-2.2.4.tar.gz -> gbrainy-2.2.5.tar.gz ++
 21807 lines of diff (skipped)




commit mpv for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

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

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


Package is "mpv"

Changes:

--- /work/SRC/openSUSE:Factory/mpv/mpv.changes  2015-05-06 07:48:42.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mpv.new/mpv.changes 2015-05-07 
08:29:28.0 +0200
@@ -1,0 +2,36 @@
+Wed May  6 12:49:29 UTC 2015 - mplus...@suse.com
+
+- Update to 0.9.2
+  * mpv's IRC channel moved from #mpv-player to #mpv on chat.freenode.net.
+  * Documentation updates.
+  * The default value for the --ytdl-format option is now best, in order to 
work around youtube-dl's 2015.04.26 release enabling DASH by default, as FFmpeg 
/ Libav do not yet properly support DASH.
+  * When seeking, the current timestamp will show the predicted seek timestamp 
instead, until the final timestamp is resolved. Improves UI responsiveness on 
slow streams and/or large seeks.
+- Changes for 0.9.0
+  * Note: mpv is not compatible with Lua 5.3. Lua 5.1 or 5.2 is required.
+  * The minimum required libass version is now 0.12.1 or newer.
+  * The minimum required FFmpeg version is now 2.4.0 (equiv. Libav 11) or 
newer.
+  * The internal libmpg123 support was removed. This was already not used by 
default in the previous release.
+  * The LIRC support was removed. Configure LIRC remotes as input devices 
instead.
+  * The Linux Joystick support was removed.
+  * vf_screenshot was removed, as they are now handled at a VO level and is 
compatible with all VOs.
+  * --ass-use-margins has been renamed to --sub-use-margins and applies only 
to plain-text (non-ASS) subtitles (enabled by default). The new 
--ass-force-margins option applies only to ASS subtitles (disabled by default). 
To get the old behaviour back, enable both at the same time.
+  * The --sub-scale-with-window option now only applies to plain text 
(non-ASS) subtitles (enabled by default). The new --ass-scale-with-window 
option does the same but only with ASS subtitles (disabled by default).
+  * The range for the param1 for the gaussian vo_opengl scaler has been 
redefined. Instead of being an arbitrary 1-100 range, have a default value of 
1.0, and anything higher is blurrier.
+  * The seek, playlist_next, playlist_prev, loadfile and loadlist parameters 
no longer accept numerical parameters where symbolic parameter names exist.
+  * vo_opengl changes:
+  * The smoothmotion suboption has been renamed to interpolation. The old name 
is still supported for now.
+  * The bilinear_slow scaler has been renamed to triangle.
+  * scale-down has been renamed to dscale and now has its own set of config 
options (e.g. dscale-radius).
+  * Scaler radius no longer defaults to 3 but to a preferred value that may be 
different for each filter.
+  * The scale-radius option may now go down as low as 0.5, which is the value 
used by the nearest filter.
+  * spline36 is the new cscale default for opengl-hq. This might break setups 
that use fbo-format=rgb8. To work around it, leave fbo-format as its default, 
or set to something higher than 8, or set cscale=bilinear, the previous default.
+  * vf_format no longer converts video to YUYV if there is no parameter. Video 
is now passed unchanged unless a format is specifically requested.
+  * The --colormatrix, --colormatrix-input-range, --colormatrix-output-range 
and --colormatrix-primaries options have been converted into vf_format 
suboptions. See commit 27715b7 and the manual for details.
+  * vf_mirror's implementation was replaced with calling into libavfilter's 
vf_hflip filter, thus depending on libavfilter to function.
+  * The device subption to ao_wasapi has been deprecated in favor of 
--audio-device.
+  * --video-rotate now allows 360 as an argument instead of stopping at 359.
+  * Several improvements to af_scaletempo.
+  * Options that have multiple options and also include a "yes" option now 
default to that if specified with no arguments.
+  * The default value of --cache-default is now 15 (153.6 MB, ~146 MiB).
+  * JPEG screenshots now use the same subsampling as the source video. The 
images are still RGB regardless of source format though.
+---

Old:

  v0.8.3.tar.gz

New:

  v0.9.1.tar.gz



Other differences:
--
++ mpv.spec ++
--- /var/tmp/diff_new_pack.VJRUuG/_old  2015-05-07 08:29:28.0 +0200
+++ /var/tmp/diff_new_pack.VJRUuG/_new  2015-05-07 08:29:28.0 +0200
@@ -20,7 +20,7 @@
 
 %define libname libmpv1
 Name:   mpv
-Version:0.8.3
+Version:0.9.1
 Release:0
 Summary:Advanced General Purpose Video Pla

commit quassel for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package quassel for openSUSE:Factory checked 
in at 2015-05-07 08:29:11

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


Package is "quassel"

Changes:

--- /work/SRC/openSUSE:Factory/quassel/quassel.changes  2015-04-22 
01:19:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.quassel.new/quassel.changes 2015-05-07 
08:29:25.0 +0200
@@ -1,0 +2,16 @@
+Wed May  6 13:00:35 UTC 2015 - tittiatc...@gmail.com
+
+- Move the notifyrc file to the base package, so that both the mono 
+  and client subpackages can use it. Without this file there are 
+  no notifications.
+
+---
+Wed May  6 11:00:35 UTC 2015 - tchva...@suse.com
+
+- Version bump to 0.12.2 bnc#928728:
+  * Fix PostgreSQL not re-initializing after reconnect (raising CVE-2013-4422
+from the dead)
+  * Remove warning on startup due to a change in Kdelibs4ConfigMigrator
+  * Emergency fix for behavior change in Qt5's psql driver regarding timezones
+
+---

Old:

  quassel-0.12.0.tar.bz2

New:

  quassel-0.12.2.tar.bz2



Other differences:
--
++ quassel.spec ++
--- /var/tmp/diff_new_pack.mqoobK/_old  2015-05-07 08:29:26.0 +0200
+++ /var/tmp/diff_new_pack.mqoobK/_new  2015-05-07 08:29:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   quassel
-Version:0.12.0
+Version:0.12.2
 Release:0
 Summary:Modern, cross-platform, distributed IRC client
 License:GPL-2.0 or GPL-3.0
@@ -210,7 +210,6 @@
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog README
 %{_datadir}/applications/%{name}client.desktop
-%{_datadir}/knotifications5/%{name}.notifyrc
 %{_bindir}/%{name}client
 
 %files core
@@ -238,5 +237,6 @@
 %{_datadir}/icons/hicolor/*/actions/im-user-offline.png
 %{_datadir}/icons/hicolor/*/actions/im-user.png
 %{_datadir}/icons/hicolor/scalable/*/*
+%{_datadir}/knotifications5/%{name}.notifyrc
 
 %changelog

++ quassel-0.12.0.tar.bz2 -> quassel-0.12.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quassel-0.12.0/CMakeLists.txt 
new/quassel-0.12.2/CMakeLists.txt
--- old/quassel-0.12.0/CMakeLists.txt   2015-04-15 22:58:17.0 +0200
+++ new/quassel-0.12.2/CMakeLists.txt   2015-04-23 22:47:17.0 +0200
@@ -11,8 +11,8 @@
 # Versions
 set(QUASSEL_MAJOR  0)
 set(QUASSEL_MINOR 12)
-set(QUASSEL_PATCH  0)
-set(QUASSEL_VERSION_STRING "0.12.0")
+set(QUASSEL_PATCH  2)
+set(QUASSEL_VERSION_STRING "0.12.2")
 
 # We want to know CMake's version for debug reasons
 message(STATUS "Using CMake ${CMAKE_VERSION}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quassel-0.12.0/ChangeLog new/quassel-0.12.2/ChangeLog
--- old/quassel-0.12.0/ChangeLog2015-04-15 22:58:17.0 +0200
+++ new/quassel-0.12.2/ChangeLog2015-04-23 22:47:17.0 +0200
@@ -13,6 +13,17 @@
 
 Without further ado, let's start:
 
+Version 0.12.2 (2015-04-23)
+===
+
+* Fix PostgreSQL not re-initializing after reconnect (raising CVE-2013-4422 
from the dead)
+* Remove warning on startup due to a change in Kdelibs4ConfigMigrator
+
+Version 0.12.1 (2015-04-21)
+===
+
+* Emergency fix for behavior change in Qt5's psql driver regarding timezones
+
 Version 0.12.0 (2015-04-15)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quassel-0.12.0/src/common/main.cpp 
new/quassel-0.12.2/src/common/main.cpp
--- old/quassel-0.12.0/src/common/main.cpp  2015-04-15 22:58:17.0 
+0200
+++ new/quassel-0.12.2/src/common/main.cpp  2015-04-23 22:47:17.0 
+0200
@@ -103,13 +103,6 @@
 # endif
 #endif
 
-// Migrate settings from KDE4 to KF5 if appropriate
-#ifdef HAVE_KF5
-Kdelibs4ConfigMigrator migrator(QCoreApplication::applicationName());
-migrator.setConfigFiles(QStringList() << "quasselrc" << 
"quassel.notifyrc");
-migrator.migrate();
-#endif
-
 AbstractCliParser *cliParser;
 
 #ifdef HAVE_KDE4
@@ -198,6 +191,13 @@
 }
 #endif
 
+// Migrate settings from KDE4 to KF5 if appropriate
+#ifdef HAVE_KF5
+Kdelibs4ConfigMigrator migrator(QCoreApplication::applicationName());
+migrator.setConfigFiles(QStringList() << "quasselrc" << 
"quassel.notifyrc");
+migrator.migrate();
+#endif
+
 #ifdef HAVE_KF5
 // FIXME: This should be done after loading the translation catalogue, but 
still in main()
 AboutData aboutData;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--excl

commit site-config for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package site-config for openSUSE:Factory 
checked in at 2015-05-07 08:29:21

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


Package is "site-config"

Changes:

--- /work/SRC/openSUSE:Factory/site-config/site-config.changes  2012-07-19 
18:00:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.site-config.new/site-config.changes 
2015-05-07 08:29:32.0 +0200
@@ -1,0 +2,5 @@
+Wed May  6 12:53:52 UTC 2015 - dims...@opensuse.org
+
+- Add compatibility to libtool 2.4.6.
+
+---



Other differences:
--
++ site-config.spec ++
--- /var/tmp/diff_new_pack.jaE1b1/_old  2015-05-07 08:29:33.0 +0200
+++ /var/tmp/diff_new_pack.jaE1b1/_new  2015-05-07 08:29:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package site-config
 #
-# 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
@@ -50,7 +50,10 @@
 
 %build
 # Call libtool to get name of our architecture as seen by GNU tools.
-if test -f %{_datadir}/libtool/config/config.guess ; then
+if test -f %{_datadir}/libtool/build-aux/config.guess; then
+   # libtool 2.4.6
+   %{_datadir}/libtool/build-aux/config.guess >site_platform
+elif test -f %{_datadir}/libtool/config/config.guess ; then
# new libtool
%{_datadir}/libtool/config/config.guess >site_platform
 else




commit clamav for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package clamav for openSUSE:Factory checked 
in at 2015-05-07 08:29:09

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


Package is "clamav"

Changes:

--- /work/SRC/openSUSE:Factory/clamav/clamav.changes2015-02-06 
22:38:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.clamav.new/clamav.changes   2015-05-07 
08:29:24.0 +0200
@@ -1,0 +2,33 @@
+Mon May  4 13:39:49 UTC 2015 - m...@suse.com
+
+- Version 0.98.7 fixes several security issues (bsc#929192) and
+  other bug fixes/improvements:
+  * Fix crash in upx decoder with crafted file. Discovered and
+patch supplied by Sebastian Andrzej Siewior. CVE-2015-2170.
+  * Fix infinite loop condition on crafted y0da cryptor
+file. Identified and patch suggested by Sebastian Andrzej
+Siewior. CVE-2015-2221.
+  * Fix crash on crafted petite packed file. Reported and patch
+supplied by Sebastian Andrzej Siewior. CVE-2015-.
+  * Fix an infinite loop condition on a crafted "xz" archive file.
+This was reported by Dimitri Kirchner and Goulven Guiheux.
+CVE-2015-2668.
+  * Apply upstream patch for possible heap overflow in Henry
+Spencer's regex library. CVE-2015-2305.
+  * Fix false negatives on files within iso9660 containers. This
+issue was reported by Minzhuan Gong.
+  * Fix a couple crashes on crafted upack packed file. Identified
+and patches supplied by Sebastian Andrzej Siewior.
+  * Fix a crash during algorithmic detection on crafted PE file.
+Identified and patch supplied by Sebastian Andrzej Siewior.
+  * Fix compilation error after ./configure --disable-pthreads.
+Reported and fix suggested by John E. Krokes.
+  * Fix segfault scanning certain HTML files. Reported with sample
+by Kai Risku.
+  * Improve detections within xar/pkg files.
+  * Improvements to PDF processing: decryption, escape sequence
+handling, and file property collection.
+  * Scanning/analysis of additional Microsoft Office 2003 XML
+format.
+
+---

Old:

  clamav-0.98.6.tar.gz
  clamav-0.98.6.tar.gz.sig

New:

  clamav-0.98.7.tar.gz



Other differences:
--
++ clamav.spec ++
--- /var/tmp/diff_new_pack.sFQLql/_old  2015-05-07 08:29:25.0 +0200
+++ /var/tmp/diff_new_pack.sFQLql/_new  2015-05-07 08:29:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package clamav
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -48,7 +48,7 @@
 Summary:Antivirus Toolkit
 License:GPL-2.0
 Group:  Productivity/Security
-Version:0.98.6
+Version:0.98.7
 Release:0
 Url:http://www.clamav.net
 Requires:   latex2html-pngicons
@@ -56,7 +56,6 @@
 PreReq: %_sbindir/groupadd %_sbindir/useradd %_sbindir/usermod
 PreReq: /usr/bin/awk /bin/sed /bin/tar
 Source0:
http://downloads.sourceforge.net/clamav/%{name}-%{version}.tar.gz
-Source10:   
http://downloads.sourceforge.net/clamav/%{name}-%{version}.tar.gz.sig
 Source11:   clamav.keyring
 Source3:clamav-updateclamconf
 Source4:clamav-rpmlintrc

++ clamav-0.98.6.tar.gz -> clamav-0.98.7.tar.gz ++
/work/SRC/openSUSE:Factory/clamav/clamav-0.98.6.tar.gz 
/work/SRC/openSUSE:Factory/.clamav.new/clamav-0.98.7.tar.gz differ: char 5, 
line 1





commit pyspacewar for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package pyspacewar for openSUSE:Factory 
checked in at 2015-05-07 08:29:25

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


Package is "pyspacewar"

Changes:

--- /work/SRC/openSUSE:Factory/pyspacewar/pyspacewar.changes2014-12-03 
22:52:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.pyspacewar.new/pyspacewar.changes   
2015-05-07 08:29:34.0 +0200
@@ -1,0 +2,6 @@
+Wed May  6 13:04:50 UTC 2015 - dims...@opensuse.org
+
+- Fix filelist. Be a bit less strict on how python might be naming
+  the egg-info directory.
+
+---



Other differences:
--
++ pyspacewar.spec ++
--- /var/tmp/diff_new_pack.yVrmvB/_old  2015-05-07 08:29:35.0 +0200
+++ /var/tmp/diff_new_pack.yVrmvB/_new  2015-05-07 08:29:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pyspacewar
 #
-# 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
@@ -80,6 +80,6 @@
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/
 %{python_sitelib}/%{name}
-%{python_sitelib}/%{name}-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/%{name}-*.egg-info
 
 %changelog




commit opera for openSUSE:Factory:NonFree

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package opera for openSUSE:Factory:NonFree 
checked in at 2015-05-07 08:29:29

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


Package is "opera"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/opera/opera.changes  2015-04-12 
00:11:34.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.opera.new/opera.changes 2015-05-07 
08:29:36.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 28 18:53:32 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 29.0.1795.47.
+
+---

Old:

  opera-stable_28.0.1750.51_amd64.deb

New:

  opera-stable_29.0.1795.47_amd64.deb



Other differences:
--
++ opera.spec ++
--- /var/tmp/diff_new_pack.574qsT/_old  2015-05-07 08:29:38.0 +0200
+++ /var/tmp/diff_new_pack.574qsT/_new  2015-05-07 08:29:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   opera
-Version:28.0.1750.51
+Version:29.0.1795.47
 Release:0
 Summary:Proprietary web browser
 License:SUSE-NonFree
@@ -67,7 +67,7 @@
 
 %install
 mkdir -p %{buildroot}%{_libdir}/
-cp -a .%{_libexecdir}/x86_64-linux-gnu/%{name} %{buildroot}%{_libdir}/%{name}
+cp -a .%{_libexecdir}/*-linux-gnu/%{name} %{buildroot}%{_libdir}/%{name}
 install -Dm 0755 %{name}.sh %{buildroot}%{_bindir}/%{name}
 
 install -Dm 0644 .%{_datadir}/applications/%{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop




commit yast2-docker for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

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

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


Package is "yast2-docker"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-docker/yast2-docker.changes
2015-04-12 00:10:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-docker.new/yast2-docker.changes   
2015-05-07 08:29:31.0 +0200
@@ -1,0 +2,6 @@
+Wed May 06 16:30:11 CEST 2015 - aschn...@suse.de
+
+- Release 3.1.5
+  - require rubygems of default ruby version (bsc#929899)
+
+---

Old:

  yast2-docker-3.1.4.tar.bz2

New:

  yast2-docker-3.1.5.tar.bz2



Other differences:
--
++ yast2-docker.spec ++
--- /var/tmp/diff_new_pack.n7y0Gd/_old  2015-05-07 08:29:32.0 +0200
+++ /var/tmp/diff_new_pack.n7y0Gd/_new  2015-05-07 08:29:32.0 +0200
@@ -24,7 +24,7 @@
 ##
 
 Name:   yast2-docker
-Version:3.1.4
+Version:3.1.5
 Release:0
 BuildArch:  noarch
 
@@ -34,7 +34,7 @@
 Requires:   docker >= 1.3
 Requires:   yast2 >= 3.1.0
 Requires:   yast2-ruby-bindings >= 1.2.0
-Requires:   rubygem(docker-api)
+Requires:   rubygem(%{rb_default_ruby_abi}:docker-api)
 
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2 >= 3.0.5

++ yast2-docker-3.1.4.tar.bz2 -> yast2-docker-3.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-docker-3.1.4/README.md 
new/yast2-docker-3.1.5/README.md
--- old/yast2-docker-3.1.4/README.md2015-04-10 15:52:07.0 +0200
+++ new/yast2-docker-3.1.5/README.md2015-05-06 16:37:07.0 +0200
@@ -1,6 +1,6 @@
 # YaST Docker Module
 
-This module provides access to a running Docker daemon running on the server.
+This module provides access to a Docker daemon running on the server.
 
 ## Features
 
@@ -31,11 +31,11 @@
 Docker containers can be started by selecting an image from this tab and 
pressing
 the *"Run"* button.
 
-The run dialog allows to specify the following options:
+The run dialog allows you to specify the following options:
 
   * Share a volume between the Docker host and the container.
 Details about this Docker feature can be found inside of the [official 
documentation](https://docs.docker.com/userguide/dockervolumes/#mount-a-host-directory-as-a-data-volume).
-  * Map services listining inside of the container to the public network.
+  * Map services listening inside of the container to the public network.
 Details about this Docker feature can be found inside of the [official 
documentation](https://docs.docker.com/installation/mac/#container-port-redirection).
 
 
@@ -63,7 +63,7 @@
 
 ### Commit container changes
 
-It is possible to commit a running container and either select or type the
+It is possible to commit a running container and select or type the
 Image's repository, name and version.
 
 
@@ -78,7 +78,7 @@
 since docker 1.3.
 
 By pressing the *"Inject terminal"* button a new terminal window is started.
-Exiting from the new shell session the original **does not** affect the running
+Exiting from the new shell session **does not** affect the running
 container.
 
 
@@ -88,7 +88,7 @@
 
 ## Installation
 
-Right now the package is avaialble only for openSUSE Factory and can be
+Right now the package is available only for openSUSE Factory and can be
 installed from 
[here](http://software.opensuse.org/package/yast2-docker?search_term=yast2-docker).
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-docker-3.1.4/package/yast2-docker.changes 
new/yast2-docker-3.1.5/package/yast2-docker.changes
--- old/yast2-docker-3.1.4/package/yast2-docker.changes 2015-04-10 
15:52:07.0 +0200
+++ new/yast2-docker-3.1.5/package/yast2-docker.changes 2015-05-06 
16:37:07.0 +0200
@@ -1,4 +1,10 @@
 ---
+Wed May 06 16:30:11 CEST 2015 - aschn...@suse.de
+
+- Release 3.1.5
+  - require rubygems of default ruby version (bsc#929899)
+
+---
 Fri Apr 10 13:47:55 UTC 2015 - fcaste...@suse.com
 
 - Release 3.1.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-docker-3.1.4/package/yast2-docker.spec 
new/yast2-docker-3.1.5/package/yast2-docker.spec
--- old/yast2-docker-3.1.4/package/yast2-docker.spec2015-04-10 
15:52:07.0 +0200
+++ new/yast2

commit gkrellm for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package gkrellm for openSUSE:Factory checked 
in at 2015-05-07 08:29:17

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


Package is "gkrellm"

Changes:

--- /work/SRC/openSUSE:Factory/gkrellm/gkrellm.changes  2014-06-10 
14:38:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.gkrellm.new/gkrellm.changes 2015-05-07 
08:29:30.0 +0200
@@ -1,0 +2,6 @@
+Fri Mar 27 14:04:16 UTC 2015 - seife+...@b1-systems.com
+
+- add gkrellm-2.3.5-fix-diskio-corruption.patch to fix corruption
+  of chart labels (actually work around it)
+
+---

New:

  gkrellm-2.3.5-fix-diskio-corruption.patch



Other differences:
--
++ gkrellm.spec ++
--- /var/tmp/diff_new_pack.bgcvZK/_old  2015-05-07 08:29:31.0 +0200
+++ /var/tmp/diff_new_pack.bgcvZK/_new  2015-05-07 08:29:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gkrellm
 #
-# 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
@@ -38,6 +38,8 @@
 Patch1: %{name}-lib64-plugins-dir.patch
 # PATCH-FIX-OPENSUSE gkrellm-2.3.5-fix-sdX-sort-order.patch 
seife+...@b1-systems.com -- fix sort order for scsi-style disks sda,sdb,sdc,...
 Patch2: %{name}-2.3.5-fix-sdX-sort-order.patch
+# PATCH-FIX-OPENSUSE gkrellm-2.3.5-fix-diskio-corruption.patch 
seife+...@b1-systems.com -- fix corruption in chart labels
+Patch3: %{name}-2.3.5-fix-diskio-corruption.patch
 BuildRequires:  gtk2-devel
 BuildRequires:  libsensors4-devel
 %if 0%{?suse_version} > 1220
@@ -104,6 +106,7 @@
 %patch0
 %patch1
 %patch2 -p1
+%patch3 -p1
 
 %build
 cd src


++ gkrellm-2.3.5-fix-diskio-corruption.patch ++
Author: Stefan Seyfried
Subject: fix corruption of chart labels

I was seeing corruption in my r/w label in the disk chart.
Investigation showed, that this was caused by invalid UTF8 being passed to 
pango_layout_set_text().
In the relevant places, I now check if the string is valid UTF8 before passing 
it (or a NULL pointer)
to pango_layout_set_text().
Also, fix a possible buffer overrun resulting from 
gkrellm_format_size_abbrev(), because it was
misusing snprintf return code (but this was probably not the reason of the 
invalid UTF8, as it did
not help that problem :-)
I'm guessing that the original problem is a 32bit overflow in the disk 
statistics gathering, I
suspect that I/O speeds of over 2GB/sec result in huge negative numbers.
Anyway, the additional check for valid UTF8 makes the corruption go away and 
that's better
than not fixing it at all.

diff --git a/src/utils.c b/src/utils.c
index c6a2773..1ed7382 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -276,15 +276,24 @@ gkrellm_format_size_abbrev(gchar *buf, size_t buflen, 
gfloat size,
{
gfloat  abs_size;
ginti;
+   int ret;
 
abs_size = (size < 0.0) ? -size : size;
 
for (i = 0; i < tbl_size - 1; ++i)
if (abs_size < tbl[i].limit)
break;
-   return snprintf(buf, buflen, tbl[i].format, size / tbl[i].divisor);
+   ret = snprintf(buf, buflen, tbl[i].format, size / tbl[i].divisor);
+   if (ret > buflen) {
+   fprintf(stderr, "%s:%d ret>buflen %d > %d\n", __func__, 
__LINE__, ret, buflen);
+   return buflen;
+   }
+   if (ret < 0) {
+   fprintf(stderr, "%s:%d ret < 0 %d < %d\n", __func__, __LINE__, 
ret, 0);
+   return 0;
+   }
+   return ret;
}
-
 
   /* Next three calls return string extent info.  Width extents are logical
   |  so that spaces will be counted while height extent is ink so that gkrellm
@@ -366,7 +375,8 @@ gkrellm_text_extents(PangoFontDescription *font_desc, gchar 
*text,
else
{
utf8 = g_locale_to_utf8(text, -1, NULL, NULL, NULL);
-   pango_layout_set_text(layout, utf8, len);
+   if (utf8)
+   pango_layout_set_text(layout, utf8, len);
g_free(utf8);
}
iter = pango_layout_get_iter(layout);
@@ -456,7 +466,8 @@ gkrellm_gdk_draw_text(GdkDrawable *drawable, 
PangoFontDescription *font_desc,
 
layout = gtk_widget_create_pango_layout(gkrellm_get_top_window(), NULL);
pango_layout_set_font_description(layout, font_desc);
-   pango_layout_set_text(layout, string, len);
+   if (g_utf8_validate(string, -1, NULL))
+   pango_layout

commit youtube-dl for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2015-05-07 08:29:15

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2015-04-30 
11:50:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2015-05-07 08:29:29.0 +0200
@@ -1,0 +2,7 @@
+Wed May  6 13:51:06 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 2015.05.04:
+  * new handlers for BaiduVideo, FoxSports, PhilharmonieDeParis
+  * removed handler for Grooveshark
+
+---

Old:

  youtube-dl-2015.04.26.tar.gz
  youtube-dl-2015.04.26.tar.gz.sig

New:

  youtube-dl-2015.05.04.tar.gz
  youtube-dl-2015.05.04.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.nOureD/_old  2015-05-07 08:29:30.0 +0200
+++ /var/tmp/diff_new_pack.nOureD/_new  2015-05-07 08:29:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2015.04.26
+Version:2015.05.04
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2015.04.26.tar.gz -> youtube-dl-2015.05.04.tar.gz ++
 3262 lines of diff (skipped)




commit perl-IO-stringy for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-stringy for openSUSE:Factory 
checked in at 2015-05-07 08:29:04

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


Package is "perl-IO-stringy"

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-stringy/perl-IO-stringy.changes  
2013-04-16 06:52:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-IO-stringy.new/perl-IO-stringy.changes 
2015-05-07 08:29:20.0 +0200
@@ -1,0 +2,11 @@
+Wed May  6 11:11:29 UTC 2015 - co...@suse.com
+
+- fix license to be perl's
+
+---
+Sat May  2 09:26:25 UTC 2015 - co...@suse.com
+
+- updated to 2.111
+   see /usr/share/doc/packages/perl-IO-stringy/
+
+---

Old:

  IO-stringy-2.110.tar.gz

New:

  IO-stringy-2.111.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-IO-stringy.spec ++
--- /var/tmp/diff_new_pack.Hf5AL9/_old  2015-05-07 08:29:20.0 +0200
+++ /var/tmp/diff_new_pack.Hf5AL9/_new  2015-05-07 08:29:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-IO-stringy
 #
-# 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,51 +17,43 @@
 
 
 Name:   perl-IO-stringy
+Version:2.111
+Release:0
+#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
 %define cpan_name IO-stringy
-Url:http://search.cpan.org/perldoc?IO::Stringy
-Provides:   p_iostrn
-Obsoletes:  p_iostrn
-Summary:I/O on in-core objects like strings and arrays
-License:Artistic-1.0
+Summary:IO::stringy Perl module
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Version:2.110
-Release:0
-Source: 
http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/%{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/IO-stringy/
+Source0:
http://www.cpan.org/authors/id/D/DS/DSKOLL/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+%{perl_requires}
 
 %description
-I/O on in-core objects like strings and arrays
-
-
-
-Authors:
-
-Eryq 
+IO::stringy Perl module
 
 %prep
-%setup -n %{cpan_name}-%{version}
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-perl Makefile.PL
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-make test
+%{__make} test
 
 %install
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf 
$RPM_BUILD_ROOT;
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%files
-%defattr(-,root,root)
-%{perl_vendorlib}/IO
-%{perl_vendorarch}/auto/IO
-%{perl_vendorarch}/auto/IO/Stringy
-%doc %{_mandir}/man3/*.gz
-%doc MANIFEST COPYING README* 
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc COPYING examples README
 
 %changelog

++ IO-stringy-2.110.tar.gz -> IO-stringy-2.111.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-stringy-2.110/MANIFEST 
new/IO-stringy-2.111/MANIFEST
--- old/IO-stringy-2.110/MANIFEST   2005-02-10 22:22:10.0 +0100
+++ new/IO-stringy-2.111/MANIFEST   2011-03-02 17:24:00.0 +0100
@@ -14,6 +14,7 @@
 lib/IO/WrapTie.pm
 t/Common.pm
 t/ExtUtils/TBone.pm
+t/IO_InnerFile.t
 t/IO_Lines.t
 t/IO_Scalar.t
 t/IO_ScalarArray.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-stringy-2.110/META.yml 
new/IO-stringy-2.111/META.yml
--- old/IO-stringy-2.110/META.yml   2005-02-10 21:08:29.0 +0100
+++ new/IO-stringy-2.111/META.yml   2015-04-22 19:26:51.0 +0200
@@ -1,10 +1,20 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXX This is a prototype!!!  It will change in the future!!! X#
-name: IO-stringy
-version:  2.110
-version_from: lib/IO/Stringy.pm
-installdirs:  site
-requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+--- #YAML:1.0
+name:   IO-stringy
+version:2.111
+abstract:   ~
+author:  []
+license:unknown
+distribution_type:  module
+configure_requires:
+ExtUtils::MakeMaker:

commit chromium for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2015-05-07 08:29:02

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


Package is "chromium"

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2015-04-21 
10:53:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2015-05-07 
08:29:11.0 +0200
@@ -1,0 +2,14 @@
+Wed Apr 29 08:54:17 UTC 2015 - tittiatc...@gmail.com
+
+- Update to Chromium 42.0.2311.135
+  * Security fixes:
+- CVE-2015-1243: Use-after-free in DOM
+- CVE-2015-1250: Various fixes from internal audits, fuzzing and other 
initiatives
+and 3 more security fixes.
+
+---
+Mon Apr 27 13:26:00 UTC 2015 - tittiatc...@gmail.com
+
+- Fix for missing Chromium icon in the taskbar.
+
+---

Old:

  chromium-42.0.2311.90.tar.xz

New:

  chromium-42.0.2311.135.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.HuyTxH/_old  2015-05-07 08:29:19.0 +0200
+++ /var/tmp/diff_new_pack.HuyTxH/_new  2015-05-07 08:29:19.0 +0200
@@ -20,7 +20,7 @@
 %define chromium_system_libs 0
 
 Name:   chromium
-Version:42.0.2311.90
+Version:42.0.2311.135
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+


++ chromium-42.0.2311.90.tar.xz -> chromium-42.0.2311.135.tar.xz ++
/work/SRC/openSUSE:Factory/chromium/chromium-42.0.2311.90.tar.xz 
/work/SRC/openSUSE:Factory/.chromium.new/chromium-42.0.2311.135.tar.xz differ: 
char 27, line 1


++ chromium-icons.tar.bz2 ++
Files old/oxygen/128x128/apps/chromium.png and 
new/oxygen/128x128/apps/chromium.png differ
Files old/oxygen/16x16/apps/chromium.png and new/oxygen/16x16/apps/chromium.png 
differ
Files old/oxygen/22x22/apps/chromium.png and new/oxygen/22x22/apps/chromium.png 
differ
Files old/oxygen/24x24/apps/chromium.png and new/oxygen/24x24/apps/chromium.png 
differ
Files old/oxygen/256x256/apps/chromium.png and 
new/oxygen/256x256/apps/chromium.png differ
Files old/oxygen/32x32/apps/chromium.png and new/oxygen/32x32/apps/chromium.png 
differ
Files old/oxygen/48x48/apps/chromium.png and new/oxygen/48x48/apps/chromium.png 
differ
Files old/oxygen/64x64/apps/chromium.png and new/oxygen/64x64/apps/chromium.png 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen/scalable/apps/chromium.svg 
new/oxygen/scalable/apps/chromium.svg
--- old/oxygen/scalable/apps/chromium.svg   1970-01-01 01:00:00.0 
+0100
+++ new/oxygen/scalable/apps/chromium.svg   2015-04-27 15:25:04.0 
+0200
@@ -0,0 +1,523 @@
+
+
+
+http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   version="1.0"
+   width="96"
+   height="96"
+   id="svg2408">
+  
+
+  
+  
+
+
+  
+  
+
+
+  
+  
+  
+  
+
+
+  
+  
+  
+  
+
+
+  
+  
+
+
+  
+  
+
+
+  
+  
+
+
+  
+  
+
+
+  
+  
+
+
+  
+
+
+
+  
+
+
+
+
+  
+
+
+
+  
+  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  
+  
+
+  
+image/svg+xml
+http://purl.org/dc/dcmitype/StillImage"; />
+
+  
+
+  
+  
+
+  
+  
+
+
+
+
+
+  
+  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  
+  
+
+  
+




commit folder-color for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package folder-color for openSUSE:Factory 
checked in at 2015-05-07 08:29:06

Comparing /work/SRC/openSUSE:Factory/folder-color (Old)
 and  /work/SRC/openSUSE:Factory/.folder-color.new (New)


Package is "folder-color"

Changes:

--- /work/SRC/openSUSE:Factory/folder-color/folder-color.changes
2015-03-30 19:33:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.folder-color.new/folder-color.changes   
2015-05-07 08:29:21.0 +0200
@@ -1,0 +2,7 @@
+Wed May  6 11:34:12 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.0.78:
+  * Orange colour changed to Humanity.
+  * Dark recent inside.
+
+---

Old:

  folder-color-caja_0.0.70_all.tar.gz
  folder-color-common_0.0.70_all.tar.gz
  folder-color_0.0.70_all.tar.gz

New:

  folder-color-caja_0.0.78.tar.gz
  folder-color-common_0.0.78.tar.gz
  folder-color_0.0.78.tar.gz



Other differences:
--
++ folder-color.spec ++
--- /var/tmp/diff_new_pack.6yolx5/_old  2015-05-07 08:29:21.0 +0200
+++ /var/tmp/diff_new_pack.6yolx5/_new  2015-05-07 08:29:21.0 +0200
@@ -19,15 +19,15 @@
 %define _name   folder_color
 %define _version 0.0.7x
 Name:   folder-color
-Version:0.0.70
+Version:0.0.78
 Release:0
 Summary:Change a directory colour in Caja and Nautilus
 License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:https://launchpad.net/folder-color
-Source0:
https://launchpad.net/%{name}/trunk/%{_version}/+download/%{name}-common_%{version}_all.tar.gz
-Source1:
https://launchpad.net/%{name}/trunk/%{_version}/+download/%{name}-caja_%{version}_all.tar.gz
-Source2:
https://launchpad.net/%{name}/trunk/%{_version}/+download/%{name}_%{version}_all.tar.gz
+Source0:
https://launchpad.net/%{name}/trunk/%{_version}/+download/%{name}-common_%{version}.tar.gz
+Source1:
https://launchpad.net/%{name}/trunk/%{_version}/+download/%{name}-caja_%{version}.tar.gz
+Source2:
https://launchpad.net/%{name}/trunk/%{_version}/+download/%{name}_%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool

++ folder-color-caja_0.0.70_all.tar.gz -> folder-color-caja_0.0.78.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/folder-color-caja/caja-extension/folder-color.py 
new/folder-color-caja/caja-extension/folder-color.py
--- old/folder-color-caja/caja-extension/folder-color.py2015-03-29 
12:04:42.0 +0200
+++ new/folder-color-caja/caja-extension/folder-color.py2015-05-01 
18:19:13.0 +0200
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Folder Color 0.0.70
+# Folder Color 0.0.78
 # Copyright (C) 2012-2015 Marcos Alvarez Costales 
https://launchpad.net/~costales
 #
 # Folder Color is free software; you can redistribute it and/or modify
@@ -16,7 +16,7 @@
 # along with Folder Color; if not, see http://www.gnu.org/licenses
 # for more information.
 
-import os, urllib, gettext, glob, webbrowser, operator, shutil, ConfigParser
+import os, urllib, gettext, glob, webbrowser, operator, shutil, ConfigParser, 
subprocess
 from gi.repository import Caja, Gtk, GObject, Gio, GLib
 
 # i18n
@@ -31,22 +31,29 @@
 
 self.DEFAULT_PATH_THEME = ''
 
-self.PLACES  = 'places'
-self.EMBLEMS = 'emblems'
-self.CUSTOM  = 'custom'
+self.PLACES   = 'places'
+self.EMBLEMS  = 'emblems'
+self.CUSTOM   = 'custom'
+self.GLOBALCOLOR  = 'globalcolor'
 
 self.FOLDER  = 'folder'
-self.PRE_PLACES  = '_'.join([self.FOLDER, 'color'])
-self.PRE_EMBLEMS = '_'.join([self.FOLDER, 'emblem'])
-self.PRE_CUSTOMS = '_'.join([self.FOLDER, 'custom'])
-
-self.SEARCH_PLACES  = '_'.join([self.PRE_PLACES,  '*.svg'])
-self.SEARCH_EMBLEMS = '_'.join([self.PRE_EMBLEMS, '*.svg'])
-self.SEARCH_CUSTOMS = ''.join([self.PRE_CUSTOMS, '*.svg'])
-
-self.CHECK_PLACE  = 'folder_color_blue'
-self.CHECK_EMBLEM = 'folder_emblem_favorite'
-self.CHECK_CUSTOM = 'folder_custom'
+self.PRE_PLACES  = 'folder_color'
+self.PRE_EMBLEMS = 'folder_emblem'
+self.PRE_CUSTOMS = 'folder_custom'
+
+self.SEARCH_PLACES  = 'folder_color_*.svg'
+self.SEARCH_EMBLEMS = 'folder_emblem_*.svg'
+self.SEARCH_CUSTOMS = 'folder_custom*.svg'
+self.SEARCH_GLOBALCOLOR = 'folder_color_globalcolor.svg'
+
+self.CHECK_PLACE   = 'folder_color_blue'
+self.CHECK_EMBLEM

commit rubygem-loofah for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-loofah for openSUSE:Factory 
checked in at 2015-05-07 08:29:07

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


Package is "rubygem-loofah"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-loofah/rubygem-loofah.changes
2015-02-18 12:08:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-loofah.new/rubygem-loofah.changes   
2015-05-07 08:29:22.0 +0200
@@ -1,0 +2,14 @@
+Wed May  6 04:30:11 UTC 2015 - co...@suse.com
+
+- updated to version 2.0.2
+ see installed CHANGELOG.rdoc
+
+  == 2.0.2 / 2015-05-05
+  
+  Bug fixes:
+  
+  * Fix error with `#to_text` when Loofah::Helpers hadn't been required. #75
+  * Allow multi-word data attributes. #84 (Thanks, @jstorimer!)
+  * Allow negative values in CSS properties. #85 (Thanks, @siddhartham!)
+
+---

Old:

  loofah-2.0.1.gem

New:

  loofah-2.0.2.gem



Other differences:
--
++ rubygem-loofah.spec ++
--- /var/tmp/diff_new_pack.I35KmS/_old  2015-05-07 08:29:22.0 +0200
+++ /var/tmp/diff_new_pack.I35KmS/_new  2015-05-07 08:29:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-loofah
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-loofah
-Version:2.0.1
+Version:2.0.2
 Release:0
 %define mod_name loofah
 %define mod_full_name %{mod_name}-%{version}

++ loofah-2.0.1.gem -> loofah-2.0.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.rdoc new/CHANGELOG.rdoc
--- old/CHANGELOG.rdoc  2014-08-21 23:27:46.0 +0200
+++ new/CHANGELOG.rdoc  2015-05-05 21:59:35.0 +0200
@@ -1,5 +1,14 @@
 = Changelog
 
+== 2.0.2 / 2015-05-05
+
+Bug fixes:
+
+* Fix error with `#to_text` when Loofah::Helpers hadn't been required. #75
+* Allow multi-word data attributes. #84 (Thanks, @jstorimer!)
+* Allow negative values in CSS properties. #85 (Thanks, @siddhartham!)
+
+
 == 2.0.1 / 2014-08-21
 
 Bug fixes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Manifest.txt new/Manifest.txt
--- old/Manifest.txt2014-08-21 23:27:46.0 +0200
+++ new/Manifest.txt2015-05-05 21:59:35.0 +0200
@@ -1,3 +1,4 @@
+.gemtest
 CHANGELOG.rdoc
 Gemfile
 MIT-LICENSE.txt
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/loofah/helpers.rb new/lib/loofah/helpers.rb
--- old/lib/loofah/helpers.rb   2014-08-21 23:27:46.0 +0200
+++ new/lib/loofah/helpers.rb   2015-05-05 21:59:35.0 +0200
@@ -33,9 +33,10 @@
 
   #
   #  A helper to remove extraneous whitespace from text-ified HTML
+  #  TODO: remove this in a future major-point-release.
   #
   def remove_extraneous_whitespace(string)
-string.gsub(/\n\s*\n\s*\n/,"\n\n")
+Loofah.remove_extraneous_whitespace string
   end
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/loofah/html5/scrub.rb 
new/lib/loofah/html5/scrub.rb
--- old/lib/loofah/html5/scrub.rb   2014-08-21 23:27:46.0 +0200
+++ new/lib/loofah/html5/scrub.rb   2015-05-05 21:59:35.0 +0200
@@ -23,7 +23,7 @@
   attr_node.node_name
 end
 
-if attr_name =~ /\Adata-\w+\z/
+if attr_name =~ /\Adata-[\w-]+\z/
   next
 end
 
@@ -79,7 +79,7 @@
 elsif 
WhiteList::SHORTHAND_CSS_PROPERTIES.include?(prop.split('-')[0])
   clean << "#{prop}: #{val};" unless val.split().any? do |keyword|
 !WhiteList::ALLOWED_CSS_KEYWORDS.include?(keyword) &&
-  keyword !~ 
/\A(#[0-9a-f]+|rgb\(\d+%?,\d*%?,?\d*%?\)?|\d{0,2}\.?\d{0,2}(cm|em|ex|in|mm|pc|pt|px|%|,|\))?)\z/
+  keyword !~ 
/\A(#[0-9a-f]+|rgb\(\d+%?,\d*%?,?\d*%?\)?|-?\d{0,2}\.?\d{0,2}(cm|em|ex|in|mm|pc|pt|px|%|,|\))?)\z/
   end
 elsif WhiteList::ALLOWED_SVG_PROPERTIES.include?(prop)
   clean << "#{prop}: #{val};"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/loofah/instance_methods.rb 
new/lib/loofah/instance_methods.rb
--- old/lib/loofah/instance_

commit wdiff for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package wdiff for openSUSE:Factory checked 
in at 2015-05-07 08:28:56

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


Package is "wdiff"

Changes:

--- /work/SRC/openSUSE:Factory/wdiff/wdiff.changes  2014-06-25 
10:49:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.wdiff.new/wdiff.changes 2015-05-07 
08:28:58.0 +0200
@@ -1,0 +2,13 @@
+Tue May  5 18:54:03 UTC 2015 - mplus...@suse.com
+
+- Update project and download url
+
+---
+Tue May  5 15:27:16 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Use macro for language package
+- Add gpg signature
+- Fix infor requirements
+
+---

New:

  wdiff-1.2.2.tar.gz.sig
  wdiff.keyring



Other differences:
--
++ wdiff.spec ++
--- /var/tmp/diff_new_pack.Jlfwql/_old  2015-05-07 08:28:58.0 +0200
+++ /var/tmp/diff_new_pack.Jlfwql/_new  2015-05-07 08:28:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wdiff
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,21 @@
 
 
 Name:   wdiff
-BuildRequires:  makeinfo
-BuildRequires:  ncurses-devel
-Url:ftp://mirrors.kernel.org/gnu/wdiff/
 Version:1.2.2
 Release:0
 Summary:Display Word Differences Between Text Files
 License:GPL-2.0+
 Group:  Productivity/Text/Utilities
-Source: ftp://mirrors.kernel.org/gnu/wdiff/wdiff-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-PreReq: %install_info_prereq
+Url:http://www.gnu.org/software/wdiff/
+Source0:ftp://ftp.gnu.org/gnu/wdiff/wdiff-%{version}.tar.gz
+Source1:ftp://ftp.gnu.org/gnu/wdiff/wdiff-%{version}.tar.gz.sig
+Source2:%{name}.keyring
+BuildRequires:  makeinfo
+BuildRequires:  ncurses-devel
+Requires(post): %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
 Recommends: %{name}-lang
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 wdiff compares two files and finds which words have been deleted or
@@ -37,20 +40,7 @@
 
 Xwdiff is a handy X Window System front-end, based on Tcl/Tk.
 
-
-
-Authors:
-
-Francois Pinard  
-Hans Lermen  
-
-%package lang
-Summary:Translations for Wdiff
-Group:  Productivity/Text/Utilities
-Requires:   %{name} = %{version}
-
-%description lang
-Contains language specific files for of wdiff.
+%lang_package
 
 %prep
 %setup -q
@@ -60,29 +50,30 @@
 # error: AC_REQUIRE: circular dependency of AC_GNU_SOURCE
 # autoreconf -fi
 LIBS=-lncurses \
-CFLAGS="$RPM_OPT_FLAGS -pipe -DPROTOTYPES" \
+CFLAGS="%{optflags} -pipe -DPROTOTYPES" \
 GETOPT="" \
 %configure 
-make
+make %{?_smp_mflags}
 
 %install
 make "DESTDIR=$RPM_BUILD_ROOT" install
 %find_lang %{name}-gnulib
 %find_lang %{name}
 
+%post
+%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
+
+%preun
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
+
 %files 
 %defattr(-,root,root)
 %doc BACKLOG ChangeLog NEWS README* THANKS TODO ABOUT-NLS AUTHORS COPYING 
 %{_infodir}/wdiff.info*
-/usr/bin/*
+%{_bindir}/*
 %{_mandir}/man1/*
 
 %files lang -f %{name}-gnulib.lang -f %{name}.lang
-
-%post
-%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
-
-%postun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
+%defattr(-,root,root)
 
 %changelog




commit yast2-storage for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2015-05-07 08:28:33

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


Package is "yast2-storage"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2015-04-10 09:45:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2015-05-07 08:28:34.0 +0200
@@ -1,0 +2,6 @@
+Wed May 06 16:34:04 CEST 2015 - aschn...@suse.de
+
+- require rubygems of default ruby version (bsc#929899)
+- version 3.1.55
+
+---

Old:

  yast2-storage-3.1.54.tar.bz2

New:

  yast2-storage-3.1.55.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.vya4z9/_old  2015-05-07 08:28:34.0 +0200
+++ /var/tmp/diff_new_pack.vya4z9/_new  2015-05-07 08:28:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.54
+Version:3.1.55
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -45,7 +45,7 @@
 Requires:   yast2 >= 3.1.22
 Requires:   yast2-core >= 2.18.3
 Requires:   yast2-libyui >= 2.18.7
-Requires:   rubygem(ruby-dbus)
+Requires:   rubygem(%{rb_default_ruby_abi}:ruby-dbus)
 %ifarch s390 s390x
 Requires:   yast2-s390
 %endif

++ yast2-storage-3.1.54.tar.bz2 -> yast2-storage-3.1.55.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.54/CONTRIBUTING.md 
new/yast2-storage-3.1.55/CONTRIBUTING.md
--- old/yast2-storage-3.1.54/CONTRIBUTING.md2015-04-08 15:12:40.0 
+0200
+++ new/yast2-storage-3.1.55/CONTRIBUTING.md2015-05-06 16:59:09.0 
+0200
@@ -71,7 +71,7 @@
 [widely used
 
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
 
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
 you mention it in the commit message for cross-reference. Use format like
 bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
 
autolinking](https://help.github.com/articles/github-flavored-markdown#references)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.54/package/yast2-storage.changes 
new/yast2-storage-3.1.55/package/yast2-storage.changes
--- old/yast2-storage-3.1.54/package/yast2-storage.changes  2015-04-08 
15:12:40.0 +0200
+++ new/yast2-storage-3.1.55/package/yast2-storage.changes  2015-05-06 
16:59:09.0 +0200
@@ -1,4 +1,10 @@
 ---
+Wed May 06 16:34:04 CEST 2015 - aschn...@suse.de
+
+- require rubygems of default ruby version (bsc#929899)
+- version 3.1.55
+
+---
 Thu Mar 05 15:51:12 CET 2015 - aschn...@suse.de
 
 - rearrange two libstorage calls in ChangeVolumeProperties (for
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.54/package/yast2-storage.spec 
new/yast2-storage-3.1.55/package/yast2-storage.spec
--- old/yast2-storage-3.1.54/package/yast2-storage.spec 2015-04-08 
15:12:40.0 +0200
+++ new/yast2-storage-3.1.55/package/yast2-storage.spec 2015-05-06 
16:59:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.54
+Version:3.1.55
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -44,7 +44,7 @@
 BuildRequires: yast2-testsuite >= 2.19.0
 Requires:  libstorage-ruby >= 2.25.18
 Requires:  libstorage6 >= 2.25.18
-Requires:  rubygem(ruby-dbus)
+Requires:  rubygem(%{rb_default_ruby_abi}:ruby-dbus)
 Requires:  yast2 >= 3.1.22
 Requires:  yast2-core >= 2.18.3
 Requires:  yast2-libyui >= 2.18.7




commit installation-images-openSUSE for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2015-05-07 08:28:14

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


Package is "installation-images-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
2015-04-30 11:50:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2015-05-07 08:28:15.0 +0200
@@ -1,0 +2,12 @@
+Thu May  7 08:26:05 CEST 2015 - snw...@suse.com
+
+- Don't let udev lock the DVD drive in instsys (bsc#892941)
+- 14.175
+
+---
+Wed May  6 13:06:09 CEST 2015 - snw...@suse.com
+
+- Ruby instalation:
+- 14.174
+
+---

Old:

  installation-images-14.173.tar.xz

New:

  installation-images-14.175.tar.xz



Other differences:
--
++ installation-images-openSUSE.spec ++
--- /var/tmp/diff_new_pack.JEdCTo/_old  2015-05-07 08:28:15.0 +0200
+++ /var/tmp/diff_new_pack.JEdCTo/_new  2015-05-07 08:28:15.0 +0200
@@ -374,7 +374,7 @@
 Summary:Installation Image Files for %theme
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.173
+Version:14.175
 Release:0
 Provides:   installation-images = %version-%release
 Source: installation-images-%{version}.tar.xz

++ installation-images-14.173.tar.xz -> installation-images-14.175.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.173/VERSION 
new/installation-images-14.175/VERSION
--- old/installation-images-14.173/VERSION  2015-04-22 13:53:57.0 
+0200
+++ new/installation-images-14.175/VERSION  2015-05-07 08:22:10.0 
+0200
@@ -1 +1 @@
-14.173
+14.175
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.173/changelog 
new/installation-images-14.175/changelog
--- old/installation-images-14.173/changelog2015-04-22 13:53:57.0 
+0200
+++ new/installation-images-14.175/changelog2015-05-07 08:22:10.0 
+0200
@@ -1,3 +1,9 @@
+2015-05-06:14.175
+   - Don't let udev lock the DVD drive in instsys (bsc #892941)
+
+2015-05-06:14.174
+   - Ruby instalation:
+
 2015-04-22:14.173
- disable biostest build, it's not used any longer
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.173/data/initrd/initrd.file_list 
new/installation-images-14.175/data/initrd/initrd.file_list
--- old/installation-images-14.173/data/initrd/initrd.file_list 2015-04-22 
13:53:57.0 +0200
+++ new/installation-images-14.175/data/initrd/initrd.file_list 2015-05-07 
08:22:10.0 +0200
@@ -586,6 +586,9 @@
 # our own rules file which loads only pnp subsystem mods
 x etc/80-drivers.rules /usr/lib/udev/80-drivers.rules.no_modprobe
 
+# don't let udev lock the DVD tray
+R s/--lock-media/--unlock-media/g /etc/udev/rules.d/60-cdrom_id.rules
+
 # systemd service start script
 x service_start /bin
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.173/data/root/root.file_list 
new/installation-images-14.175/data/root/root.file_list
--- old/installation-images-14.173/data/root/root.file_list 2015-04-22 
13:53:57.0 +0200
+++ new/installation-images-14.175/data/root/root.file_list 2015-05-07 
08:22:10.0 +0200
@@ -265,7 +265,7 @@
   r /usr/bin/rake*
   r /usr/bin/rdoc*
   r /usr/bin/ri*
-  e cd usr/bin ; for i in erb gem irb ruby testrb ; do [ -x $i ] || ln -snf 
${i}2* $i ; done
+  e cd usr/bin ; for i in erb gem irb ruby ; do [ -x $i ] || ln -snf 
${i}.ruby2* $i ; done
 
 yast2-devtools:
   /usr/share/YaST2/data/devtools/bin/showy2log




commit dispcalGUI for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package dispcalGUI for openSUSE:Factory 
checked in at 2015-05-07 08:29:01

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


Package is "dispcalGUI"

Changes:

--- /work/SRC/openSUSE:Factory/dispcalGUI/dispcalGUI.changes2014-11-18 
22:48:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.dispcalGUI.new/dispcalGUI.changes   
2015-05-07 08:29:02.0 +0200
@@ -1,0 +2,5 @@
+Sat May 02 21:33:48 UTC 2015 - dispcal...@hoech.net
+
+- update to 3.0.0.0: see README.html#changelog-3.0
+
+---

Old:

  dispcalGUI-2.6.0.0.tar.gz
  dispcalGUI.dsc

New:

  dispcalGUI-3.0.0.0.tar.gz



Other differences:
--
++ dispcalGUI.spec ++
--- /var/tmp/diff_new_pack.REcseb/_old  2015-05-07 08:29:03.0 +0200
+++ /var/tmp/diff_new_pack.REcseb/_new  2015-05-07 08:29:03.0 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package dispcalGUI
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2014 Florian Hoech
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 Florian Hoech
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,13 +20,13 @@
 %define numpy_version 1.0
 %define py_minversion 2.5
 %define py_maxversion 2.7
-%define wx_minversion 2.8.6
+%define wx_minversion 2.8.8
 
 Summary:A graphical front-end for display calibration and profiling 
using Argyll CMS
 License:GPL-3.0+
 Group:  Applications/Multimedia
 Name:   dispcalGUI
-Version:2.6.0.0
+Version:3.0.0.0
 Release:0
 Source0:http://dispcalgui.hoech.net/download/%{name}-%version.tar.gz
 Source1:copyright
@@ -44,6 +44,7 @@
 BuildRequires:  libxorg-x11-devel
 %endif
 Requires:   argyllcms
+Requires:   pygame
 Requires:   python-numpy >= %{numpy_version}
 Requires:   wxPythonGTK >= %{wx_minversion}
 %else
@@ -55,6 +56,7 @@
 BuildRequires:  xorg-x11-devel
 Requires:   argyllcms
 Requires:   python-numpy >= %{numpy_version}
+Requires:   python-pygame
 Requires:   python-wxGTK >= %{wx_minversion}
 %py_requires
 %else
@@ -69,6 +71,7 @@
 Requires:   argyllcms
 Requires:   numpy >= %{numpy_version}
 Requires:   p7zip-plugins
+Requires:   pygame
 Requires:   wxPython >= %{wx_minversion}
 %endif
 %endif

++ copyright ++
--- /var/tmp/diff_new_pack.REcseb/_old  2015-05-07 08:29:03.0 +0200
+++ /var/tmp/diff_new_pack.REcseb/_new  2015-05-07 08:29:03.0 +0200
@@ -3,83 +3,95 @@
 Maintainer: Florian Höch 
 Source: http://dispcalgui.hoech.net/
 
-Copyright: 2008-2014, Florian Höch 
+Copyright: 2008-2015, Florian Höch 
 License: GPL-3+
 
 Files: dispcalGUI/lang/es.json
-Copyright: 2008-2014, Roberto Quintero 
+Copyright: 2008-2015, Roberto Quintero 
 License: GPL-3+
 
 Files: dispcalGUI/lang/fr.json
-Copyright: 2008-2014, Loïc Guégant 
+Copyright: 2008-2015, Loïc Guégant 
 License: GPL-3+
 
 Files: dispcalGUI/lang/it.json
-Copyright: 2008-2014, Tommaso Schiavinotto 
+Copyright: 2008-2015, Tommaso Schiavinotto 
 License: GPL-3+
 
 Files: dispcalGUI/lib/agw/*
-Copyright: 2006-2014, Andrea Gavana 
+Copyright: 2006-2015, Andrea Gavana 
 License: wxWindows
 
-Files: dispcalGUI/theme/icons/16x16/dialog-information.png 
dispcalGUI/theme/icons/16x16/dialog-warning.png 
dispcalGUI/theme/icons/16x16/document-open.png 
dispcalGUI/theme/icons/16x16/edit-delete.png 
dispcalGUI/theme/icons/16x16/install.png 
dispcalGUI/theme/icons/16x16/media-floppy.png 
dispcalGUI/theme/icons/16x16/stock_brightness.png 
dispcalGUI/theme/icons/16x16/stock_contrast.png 
dispcalGUI/theme/icons/16x16/stock_filters-pop-art.png 
dispcalGUI/theme/icons/16x16/stock_lock.png 
dispcalGUI/theme/icons/16x16/stock_lock-open.png 
dispcalGUI/theme/icons/16x16/stock_refresh.png 
dispcalGUI/theme/icons/16x16/web.png 
dispcalGUI/theme/icons/32x32/dialog-error.png 
dispcalGUI/theme/icons/32x32/dialog-information.png 
dispcalGUI/theme/icons/32x32/dialog-question.png 
dispcalGUI/theme/icons/32x32/dialog-warning.png 
dispcalGUI/theme/icons/32x32/window-center.png 
dispcalGUI/theme/icons/32x32/zoom-best-fit.png 
dispcalGUI/theme/icons/32x32/zoom-in.png 
dispcalGUI/theme/icons/32x32/zoom-original.png 
dispcalGUI/theme/icons/32x32/zoom-out.png
-Copyright: 2008, Amazigh Aneglus 
+Files: dispcalGUI/theme/icons/16x16/3D.png 
dispcalGUI/theme/icons/48x48/dialog-ok.png
+Copyright: 2007-2015, Daniel Foré 
+License: GPL-3+
+
+Files: dispcalGUI/theme/icons/16x16/applications-system.png 

commit perl-Moose for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Moose for openSUSE:Factory 
checked in at 2015-05-07 08:28:40

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


Package is "perl-Moose"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Moose/perl-Moose.changes2014-04-25 
16:11:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Moose.new/perl-Moose.changes   
2015-05-07 08:28:42.0 +0200
@@ -1,0 +2,238 @@
+Tue Apr 14 17:45:34 UTC 2015 - co...@suse.com
+
+- updated to 2.1403
+   see /usr/share/doc/packages/perl-Moose/Changes
+
+  2.1403   2014-12-07
+  
+[ENHANCEMENTS]
+  
+- Added a section to Moose::Manual::MethodModifiers illustrating how method
+  modifiers work with inheritance. (Andreas Koenig, RT #98940)
+  
+[DOCUMENTATION]
+  
+- Added docs to Moose.pm on the -meta_name import option. This addresses RT
+  #98488.
+  
+[BUG FIXES]
+  
+- Fix a test that fails on MSWin32 systems using nmake
+- fix dev build compilation error when using MSVC (A. Sinan Unur)
+  
+[OTHER]
+  
+- the modules in the git repository now have a defined $VERSION, to make it
+  easier to test MooseX::* and other code under development.
+  
+  2.1402   2014-11-05
+  
+[BUG FIXES]
+  
+- Fix a test that was trying to load Test::Exception instead of 
Test::Fatal.
+  (Michael Schout)
+  
+  2.1401   2014-11-03
+  
+[BUG FIXES]
+  
+- The core overloading support interacted badly with
+  MooseX::MarkAsMethods. If you used MooseX::MarkAsMethods in a role that
+  provided overloading, then that overloading would not be properly applied
+  to consuming classes, leading to very weird errors of the form:
+  
+  Can't resolve method "???" overloading  in package "Class2" ...
+  
+  Note that the problems that MooseX::MarkAsMethods fixes are no longer
+  present if you are using Moose 2.1400+ and namespace::autoclean 0.16+. We
+  encourage you to upgrade both of these modules and remove
+  MooseX::MarkAsMethods from your code base.
+  
+  2.1400   2014-10-31
+  
+[BUG FIXES]
+  
+- Moose exception classes now stringify all stack frames, to avoid issues
+  in global destruction (see RT#99811)
+  
+  2.1307   2014-10-26 (TRIAL RELEASE)
+  
+[ENHANCEMENTS]
+  
+- Support added to Moose::Exporter for exporting subs by their fully
+  qualified name, as well as coderefs. This avoids internal breakage if 
some
+  other module has monkey-patched a sub to be exported and left it 
anonymous
+  (e.g. RT#88669). (Graham Knop, PR#84)
+  
+[BUG FIXES]
+  
+- Further refined the overloading fixes from 2.1306, fixing fallback
+  handling on older perl versions (Dave Rolsky, PR#85)
+  
+  2.1306   2014-10-25 (TRIAL RELEASE)
+  
+[ENHANCEMENTS]
+  
+- Rewrote overloading implementation to use a new Class::MOP::Overload
+  object. This object properly captures all overloading information. The
+  Class::MOP::Method::Overload class has been removed. (Dave Rolsky, PR#83)
+  
+[BUG FIXES]
+  
+- If a role had method-based overloading but did not actually implement the
+  specified method, its overloading was simply ignored when applying
+  overloading to other roles or classes. Reported by rjbs. RT #98531.
+  
+  2.1305   2014-10-22 (TRIAL RELEASE)
+  
+[ENHANCEMENTS]
+  
+- By default, exceptions thrown from inside Moose now remove most of the
+  Moose internals from their stack trace when stringifying. This makes for
+  much more readable error messages in most cases. Set the
+  MOOSE_FULL_EXCEPTION env var to true to get the complete stack trace.
+  
+  2.1304   2014-09-25 (TRIAL RELEASE)
+  
+[BUG FIXES]
+  
+ - closed a memory leak in Moose exception objects where captured stack
+   trace frames would contain circular references to the exception objects
+   themselves (Graham Knop, PR#81)
+  
+  2.1303   2014-09-19 (TRIAL RELEASE)
+  
+[TEST FIXES]
+  
+- fix tests that fail on altered warning messages in perl 5.21.4 (RT#98987)
+  
+  2.1302   2014-08-19 (TRIAL RELEASE)
+  
+[BUG FIXES]
+  
+- When a role consumes another role and they differ in their overloading
+  fallback settings, the consuming role now silently wins instead of
+  throwing an exception. This is consistent with how other
+  role-consumes-role conflicts are handled.
+- Fixed the docs for overloading conflicts to match reality.  
+  
+  2.1301   2014-08-19 (TRIAL RELEASE)
+  
+[BUG FIXES]
+  
+- Conflict detection for overloading operators is now more correct. If a
+  class consumed two roles that both had identical overloading methods
+  (because they got them from some other rol

commit yast2-devtools for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-devtools for openSUSE:Factory 
checked in at 2015-05-07 08:28:24

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


Package is "yast2-devtools"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-devtools/yast2-devtools.changes
2015-03-29 20:17:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-devtools.new/yast2-devtools.changes   
2015-05-07 08:28:26.0 +0200
@@ -1,0 +2,6 @@
+Wed May 06 16:24:52 CEST 2015 - aschn...@suse.de
+
+- require rubygems of default ruby version (bsc#929899)
+- 3.1.31
+
+---

Old:

  yast2-devtools-3.1.30.tar.bz2

New:

  yast2-devtools-3.1.31.tar.bz2



Other differences:
--
++ yast2-devtools.spec ++
--- /var/tmp/diff_new_pack.R2up3A/_old  2015-05-07 08:28:26.0 +0200
+++ /var/tmp/diff_new_pack.R2up3A/_new  2015-05-07 08:28:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-devtools
-Version:3.1.30
+Version:3.1.31
 Release:0
 Url:http://github.com/yast/yast-devtools
 
@@ -56,11 +56,11 @@
 Requires:   gettext-tools
 Requires:   pkgconfig >= 0.16
 # for building Ruby autodocs
-Requires:   rubygem(yard)
+Requires:   rubygem(%{rb_default_ruby_abi}:yard)
 
 %if 0%{?suse_version} <= 1230
 # extra package for yard Markdown formatting in openSUSE <= 12.3
-Requires:   rubygem(redcarpet)
+Requires:   rubygem(%{rb_default_ruby_abi}:redcarpet)
 %endif
 
 Recommends: cmake

++ yast2-devtools-3.1.30.tar.bz2 -> yast2-devtools-3.1.31.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.1.30/CONTRIBUTING.md 
new/yast2-devtools-3.1.31/CONTRIBUTING.md
--- old/yast2-devtools-3.1.30/CONTRIBUTING.md   2015-03-26 16:48:07.0 
+0100
+++ new/yast2-devtools-3.1.31/CONTRIBUTING.md   2015-05-06 16:58:10.0 
+0200
@@ -12,13 +12,13 @@
 ---
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
 or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
 that every bug will be fixed, but we'll try.
 
 When creating a bug report, please follow our [bug reporting
@@ -71,7 +71,7 @@
 [widely used
 
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
 
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
 you mention it in the commit message for cross-reference. Use format like
 bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
 
autolinking](https://help.github.com/articles/github-flavored-markdown#references)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.1.30/package/yast2-devtools.changes 
new/yast2-devtools-3.1.31/package/yast2-devtools.changes
--- old/yast2-devtools-3.1.30/package/yast2-devtools.changes2015-03-26 
16:48:07.0 +0100
+++ new/yast2-devtools-3.1.31/package/yast2-devtools.changes2015-05-06 
16:58:10.0 +0200
@@ -1,4 +1,10 @@
 ---
+Wed May 06 16:24:52 CEST 2015 - aschn...@suse.de
+
+- require rubygems of default ruby version (bsc#929899)
+- 3.1.31
+
+---
 Thu Mar 26 15:12:57 UTC 2015 - jreidin...@suse.com
 
 - yast-jenkins-modify:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.1.30/package/yast2-devtools.spec 
new/yast2-devtools-3.1.31/package/yast2-devtools.spec
--- old/yast2-devtools-3.1.30/package/yast2-devtools.spec   2015-03-26 
16:48:07.0 +0100
+++ new/yast2-devtools-3.1.31/package/yast2-devtools.spec   2015-05-06 
16:58:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-devtools
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to th

commit audio-recorder for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package audio-recorder for openSUSE:Factory 
checked in at 2015-05-07 08:28:59

Comparing /work/SRC/openSUSE:Factory/audio-recorder (Old)
 and  /work/SRC/openSUSE:Factory/.audio-recorder.new (New)


Package is "audio-recorder"

Changes:

--- /work/SRC/openSUSE:Factory/audio-recorder/audio-recorder.changes
2014-10-11 19:27:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.audio-recorder.new/audio-recorder.changes   
2015-05-07 08:29:00.0 +0200
@@ -1,0 +2,10 @@
+Tue May  5 14:48:03 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.6-2:
+  + See ChangeLog for full details.
+- Add pkgconfig(gstreamer-pbutils-1.0) and
+  pkgconfig(appindicator3-0.1) BuildRequires: new dependecies.
+- Add audio-recorder-gtk-3.16.patch: Add GTK 3.16 compatibility.
+- Drop audio-recorder-automake.patch: fixed upstream.
+
+---

Old:

  audio-recorder-1.4-1.tar.gz
  audio-recorder-automake.patch

New:

  audio-recorder-1.6-2.tar.gz
  audio-recorder-gtk-3.16.patch



Other differences:
--
++ audio-recorder.spec ++
--- /var/tmp/diff_new_pack.zZWfIB/_old  2015-05-07 08:29:01.0 +0200
+++ /var/tmp/diff_new_pack.zZWfIB/_new  2015-05-07 08:29:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package audio-recorder
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,18 @@
 
 
 Name:   audio-recorder
-Version:1.4
+Version:1.6
 Release:0
-%define real_version 1.4-1
+%define real_version 1.6-2
 Summary:An audio recorder application for the GNOME 2/3
 License:GPL-3.0
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:https://launchpad.net/audio-recorder
-Source: 
https://launchpad.net/audio-recorder/trunk/version1.4-1/+download/audio-recorder-1.4-1.tar.gz
+Source: 
https://launchpad.net/audio-recorder/trunk/version1.6-2/+download/audio-recorder-1.6-2.tar.gz
 # PATCH-FIX-OPENSUSE audio-recorder-correct-desktop-menu.patch 
badshah...@gmail.com -- Fixes the .desktop file by removing unity related tags 
from it.
 Patch0: audio-recorder-correct-desktop-menu.patch
-# PATCH-FIX-UPSTREAM audio-recorder-automake.patch lp#1379339 
dims...@opensuse.org -- Fix the order of commands in configure.ac
-Patch1: audio-recorder-automake.patch
+# PATCH-FIX-UPSTREAM audio-recorder-gtk-3.16.patch dims...@opensuse.org -- 
Introduce GTK 3.16 compatibility, taken from upstream.
+Patch1: audio-recorder-gtk-3.16.patch
 BuildRequires:  autoconf
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
@@ -36,10 +36,12 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  libtool
+BuildRequires:  pkgconfig(appindicator3-0.1) >= 0.3
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dconf)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gstreamer-1.0)
+BuildRequires:  pkgconfig(gstreamer-pbutils-1.0) >= 1.4
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libpulse)
 Requires:   gstreamer-plugins-bad
@@ -79,7 +81,7 @@
 %prep
 %setup -q -n %{name}
 %patch0 -p1
-%patch1 -p1
+%patch1 -p0
 
 %build
 aclocal && autoconf && automake -a

++ audio-recorder-1.4-1.tar.gz -> audio-recorder-1.6-2.tar.gz ++
/work/SRC/openSUSE:Factory/audio-recorder/audio-recorder-1.4-1.tar.gz 
/work/SRC/openSUSE:Factory/.audio-recorder.new/audio-recorder-1.6-2.tar.gz 
differ: char 5, line 1

++ audio-recorder-gtk-3.16.patch ++
 1393 lines (skipped)




commit perl-Dist-Zilla for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Dist-Zilla for openSUSE:Factory 
checked in at 2015-05-07 08:28:45

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


Package is "perl-Dist-Zilla"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Dist-Zilla/perl-Dist-Zilla.changes  
2014-02-28 07:25:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Dist-Zilla.new/perl-Dist-Zilla.changes 
2015-05-07 08:28:46.0 +0200
@@ -1,0 +2,151 @@
+Sun May  3 08:24:47 UTC 2015 - co...@suse.com
+
+- updated to 5.036
+   see /usr/share/doc/packages/perl-Dist-Zilla/Changes
+
+  5.036 2015-05-02 11:08:51-04:00 America/New_York
+  - BUGFIX: detection of trial status via underscore in version was
+accidentally lost in v5.035; restored now!
+
+---
+Thu Apr 16 19:38:50 UTC 2015 - co...@suse.com
+
+- updated to 5.035
+   see /usr/share/doc/packages/perl-Dist-Zilla/Changes
+
+  5.035 2015-04-16 15:43:26+02:00 Europe/Berlin
+  - BREAKING CHANGE: is_trial is now read-only
+  - release_status is a new Dist::Zilla attribute and
+ReleaseStatusProvider plugin role
+  
+  5.034 2015-03-20 10:57:07-04:00 America/New_York
+  - require new Config::MVP for better exceptions (that we rely on)
+  - point to IRC in dist metadata
+  
+  5.033 2015-03-17 07:45:36-04:00 America/New_York
+  - NextRelease now bases the new file on disk on the original file on
+disk, skipping any munging that happened in between
+  - improve error message when a plugin can't be loaded
+  - added "use_begin" option to PkgVersion
+  
+  5.032 2015-02-21 09:36:00-05:00 America/New_York
+  - when :version is in plugin config, it's now enforced as soon as 
it's
+seen
+  - add more documentation about bytes/text files
+  - PruneCruft also prunes _eumm/* now
+  
+  5.031 2015-01-08 22:04:30-05:00 America/New_York
+  - correct a test to avoid testing symlinks on Win32
+  
+  5.030 2015-01-04 22:31:38-05:00 America/New_York
+  - fixed [GatherDir]'s handling of symlinks to directories
+  - [AutoPrereqs] now filters out all namespaces found in contained
+modules, not just the one corresponding to the module filename
+  
+  5.029 2014-12-14 14:44:44-05:00 America/New_York
+  - fix new error in [PkgVersion] when a module had no package
+statements
+  - further rip out use of JSON.pm
+  
+  5.028 2014-12-12 19:06:23-05:00 America/New_York
+  - fix regression in [PkgVersion] that made false-positive
+identifications for pre-existing assignments to $VERSION
+  - try avoid cases in which plugin code directly modifies file list
+  - switch, tentatively, to JSON::MaybeXS
+  
+  5.027 2014-12-09 09:30:30-05:00 America/New_York
+  - fix regression in Plugin->plugin_from_config which started passing 
a
+list of pairs rather than a hashref
+  
+  5.026 2014-12-08 21:33:55-05:00 America/New_York
+  - eliminate use of Moose::Autobox
+  - various small performance optimizations
+  - add "use_our" option to PkgVersion
+  
+  5.025 2014-11-10 21:12:14-05:00 America/New_York
+  - fix file.t failures with perl v5.14 and v5.16's Carp
+  
+  5.024 2014-11-05 23:08:07-05:00 America/New_York
+  - add the %Mint stash for minting defaults
+  - quiet down some low-priority log lines
+  - teeny tiny optimization by building dist prereqs structure lazily
+  - avoid ever requiring v0 of ExtUtils::MakeMaker
+  - fix a module-loading ordering issue in `dzil setup`
+  
+  5.023 2014-10-30 22:56:42-04:00 America/New_York
+  - optimizations to loading of heavyweight libraries in cmd line app
+  - some tests are now skipped on Win32 to avoid filename insanity
+  - files' added_by data should be more informative
+  - conflicts with installed code is now detected and/or advertised
+  
+  5.022 2014-10-27 22:55:53-04:00 America/New_York
+  - several optimizations to how PPI is used
+  - handle an empty ABSTRACT better
+  - now properly merging distmeta fragments together without loss, 
using
+new CPAN::Meta::Merge
+  - create Makefile.PL and Build.PL files earlier, so they're in the 
file
+list "the whole time"
+  
+  5.021 2014-10-20 22:43:52-04:00 America/New_York
+  - improve authordeps' ability to cope with version requirements and
+non-default plugin names
+  - a few improvements to help given by

commit open-vm-tools for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package open-vm-tools for openSUSE:Factory 
checked in at 2015-05-07 08:28:53

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


Package is "open-vm-tools"

Changes:

--- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools-KMP.changes  
2015-02-22 17:26:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.open-vm-tools.new/open-vm-tools-KMP.changes 
2015-05-07 08:28:54.0 +0200
@@ -1,0 +2,6 @@
+Tue May  5 14:31:19 UTC 2015 - dims...@opensuse.org
+
+- Handle kernel 4.0: we can't just compare the 'minor' part of the
+  version anymore when applying patches.
+
+---
open-vm-tools.changes: same change



Other differences:
--
++ open-vm-tools-KMP.spec ++
--- /var/tmp/diff_new_pack.xW3LPf/_old  2015-05-07 08:28:55.0 +0200
+++ /var/tmp/diff_new_pack.xW3LPf/_new  2015-05-07 08:28:55.0 +0200
@@ -235,8 +235,9 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
-KVER=$(rpm -q kernel-syms --qf %%{version}\n | awk -F. '{print $2}')
-if [ $KVER -ge 19 ]; then
+KVERMAJ=$(rpm -q kernel-syms --qf %%{version}\n | awk -F. '{print $1}')
+KVERMIN=$(rpm -q kernel-syms --qf %%{version}\n | awk -F. '{print $2}')
+if [ $KVERMAJ -ge 4 -o $KVERMIN -ge 19 ]; then
 %patch13 -p1
 fi
 

open-vm-tools.spec: same change



commit libsolv for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

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

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


Package is "libsolv"

Changes:

--- /work/SRC/openSUSE:Factory/libsolv/libsolv.changes  2015-04-02 
16:02:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsolv.new/libsolv.changes 2015-05-07 
08:28:10.0 +0200
@@ -1,0 +2,5 @@
+Sat May  2 11:44:08 UTC 2015 - mrueck...@suse.de
+
+- you really want to use rbconfig there
+
+---



Other differences:
--
++ libsolv.spec ++
--- /var/tmp/diff_new_pack.SWI6lP/_old  2015-05-07 08:28:10.0 +0200
+++ /var/tmp/diff_new_pack.SWI6lP/_new  2015-05-07 08:28:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsolv
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -65,7 +65,7 @@
 BuildRequires:  swig
 %endif
 %if %{with ruby_binding}
-%global ruby_vendorarch %(ruby  -r rbconfig -e "puts 
Config::CONFIG['vendorarchdir'].nil? ? Config::CONFIG['sitearchdir'] : 
Config::CONFIG['vendorarchdir']")
+%global ruby_vendorarch %(ruby  -r rbconfig -e "puts 
RbConfig::CONFIG['vendorarchdir'].nil? ? RbConfig::CONFIG['sitearchdir'] : 
RbConfig::CONFIG['vendorarchdir']")
 BuildRequires:  ruby
 BuildRequires:  ruby-devel
 BuildRequires:  swig

++ libsolv-0.6.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.6.10/bindings/solv.i 
new/libsolv-0.6.10/bindings/solv.i
--- old/libsolv-0.6.10/bindings/solv.i  2015-03-04 13:30:37.0 +0100
+++ new/libsolv-0.6.10/bindings/solv.i  2015-04-07 16:36:13.0 +0200
@@ -2801,6 +2801,7 @@
   static const int SOLVER_FLAG_BREAK_ORPHANS = SOLVER_FLAG_BREAK_ORPHANS;
   static const int SOLVER_FLAG_FOCUS_INSTALLED = SOLVER_FLAG_FOCUS_INSTALLED;
   static const int SOLVER_FLAG_YUM_OBSOLETES = SOLVER_FLAG_YUM_OBSOLETES;
+  static const int SOLVER_FLAG_NEED_UPDATEPROVIDE = 
SOLVER_FLAG_NEED_UPDATEPROVIDE;
 
   static const int SOLVER_REASON_UNRELATED = SOLVER_REASON_UNRELATED;
   static const int SOLVER_REASON_UNIT_RULE = SOLVER_REASON_UNIT_RULE;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.6.10/cmake/modules/FindRuby.cmake 
new/libsolv-0.6.10/cmake/modules/FindRuby.cmake
--- old/libsolv-0.6.10/cmake/modules/FindRuby.cmake 2014-07-01 
11:09:49.0 +0200
+++ new/libsolv-0.6.10/cmake/modules/FindRuby.cmake 2015-05-05 
17:40:56.0 +0200
@@ -112,7 +112,7 @@
_RUBY_CONFIG_VAR("sitelibdir" RUBY_SITELIB_DIR)
 
# vendor_ruby available ?
-   EXECUTE_PROCESS(COMMAND ${RUBY_EXECUTABLE} -r rbconfig -e "print 'true' 
unless Config::CONFIG['vendorarchdir'].nil?"
+   EXECUTE_PROCESS(COMMAND ${RUBY_EXECUTABLE} -r rbconfig -e "print 'true' 
unless RbConfig::CONFIG['vendorarchdir'].nil?"
   OUTPUT_VARIABLE RUBY_HAS_VENDOR_RUBY  ERROR_QUIET)
 
IF(RUBY_HAS_VENDOR_RUBY)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.6.10/ext/testcase.c 
new/libsolv-0.6.10/ext/testcase.c
--- old/libsolv-0.6.10/ext/testcase.c   2015-03-23 15:16:12.0 +0100
+++ new/libsolv-0.6.10/ext/testcase.c   2015-04-07 16:36:13.0 +0200
@@ -109,6 +109,7 @@
   { SOLVER_FLAG_BREAK_ORPHANS,  "breakorphans", 0 },
   { SOLVER_FLAG_FOCUS_INSTALLED,"focusinstalled", 0 },
   { SOLVER_FLAG_YUM_OBSOLETES,  "yumobsoletes", 0 },
+  { SOLVER_FLAG_NEED_UPDATEPROVIDE, "needupdateprovide", 0 },
   { 0, 0, 0 }
 };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.6.10/package/libsolv.changes 
new/libsolv-0.6.10/package/libsolv.changes
--- old/libsolv-0.6.10/package/libsolv.changes  2015-03-18 11:11:12.0 
+0100
+++ new/libsolv-0.6.10/package/libsolv.changes  2015-05-05 17:40:56.0 
+0200
@@ -1,4 +1,9 @@
 ---
+Sat May  2 11:44:08 UTC 2015 - mrueck...@suse.de
+
+- you really want to use rbconfig there
+
+---
 Wed Mar 18 11:04:34 CET 2015 - m...@suse.de
 
 - fix bug in dislike_old_versions that could lead to a segfault
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.6.10/package/libsolv.spec.

commit libcaca for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package libcaca for openSUSE:Factory checked 
in at 2015-05-07 08:27:30

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


Package is "libcaca"

Changes:

--- /work/SRC/openSUSE:Factory/libcaca/libcaca.changes  2015-02-20 
12:00:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.libcaca.new/libcaca.changes 2015-05-07 
08:27:31.0 +0200
@@ -1,0 +2,13 @@
+Fri Mar 20 15:50:59 UTC 2015 - dvla...@suse.com
+
+- Build without Mono by default
+  coolo says: "We don't want mono in Factory, if somebody needs it
+  it should be set explicit (with_mono) per prjconf"
+
+---
+Thu Mar 12 09:52:22 UTC 2015 - dims...@opensuse.org
+
+- Update libcaca-ruby_vendor_install.patch: Use RbConfig::CONFIG
+  instead of Config::Config to be compatible with ruby 2.2.
+
+---



Other differences:
--
++ libcaca.spec ++
--- /var/tmp/diff_new_pack.lTC2VB/_old  2015-05-07 08:27:31.0 +0200
+++ /var/tmp/diff_new_pack.lTC2VB/_new  2015-05-07 08:27:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcaca
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define withjava 0
 %define withpython 1
-%bcond_without mono
+%bcond_with mono
 
 Name:   libcaca
 BuildRequires:  doxygen

++ libcaca-ruby_vendor_install.patch ++
--- /var/tmp/diff_new_pack.lTC2VB/_old  2015-05-07 08:27:31.0 +0200
+++ /var/tmp/diff_new_pack.lTC2VB/_new  2015-05-07 08:27:31.0 +0200
@@ -9,13 +9,13 @@
 -RUBY_CFLAGS="$(ruby -r mkmf -e 'conf = RbConfig::CONFIG.merge("hdrdir" => 
$hdrdir, "arch_hdrdir" => $arch_hdrdir); print RbConfig::expand("#$INCFLAGS", 
conf)')"
 +RUBY_CFLAGS=$(pkg-config --cflags ruby-1.9)
 +if test -z "$RUBY_CFLAGS"; then
-+  RUBY_CFLAGS="-I$(ruby -r rbconfig -e 'print 
Config::CONFIG@<:@"archdir"@:>@')"
++  RUBY_CFLAGS="-I$(ruby -r rbconfig -e 'print 
RbConfig::CONFIG@<:@"archdir"@:>@')"
 +fi
  RUBY_LIBS="-L$(ruby -r rbconfig -e 'print 
RbConfig::CONFIG@<:@"libdir"@:>@') -l$(ruby -r rbconfig -e 'print 
RbConfig::CONFIG@<:@"RUBY_SO_NAME"@:>@')"
 -RUBY_SITEARCHDIR=`ruby -r rbconfig -e 'print 
RbConfig::CONFIG@<:@"sitearchdir"@:>@'`
 -RUBY_SITELIBDIR=`ruby -r rbconfig -e 'print 
RbConfig::CONFIG@<:@"sitelibdir"@:>@'`
-+RUBY_VENDORARCHDIR=`ruby -r rbconfig -e 'print 
Config::CONFIG@<:@"vendorarchdir"@:>@'`
-+RUBY_VENDORLIBDIR=`ruby -r rbconfig -e 'print 
Config::CONFIG@<:@"vendorlibdir"@:>@'`
++RUBY_VENDORARCHDIR=`ruby -r rbconfig -e 'print 
RbConfig::CONFIG@<:@"vendorarchdir"@:>@'`
++RUBY_VENDORLIBDIR=`ruby -r rbconfig -e 'print 
RbConfig::CONFIG@<:@"vendorlibdir"@:>@'`
  AC_SUBST(RUBY_CFLAGS)
  AC_SUBST(RUBY_LIBS)
 -AC_SUBST(RUBY_SITEARCHDIR)
@@ -42,4 +42,4 @@
 +rubyvendor_DATA = lib/caca.rb
  TESTS = test
  endif
- 
\ No newline at end of file
+ 




commit rubygem-yast-rake for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-yast-rake for 
openSUSE:Factory checked in at 2015-05-07 08:27:55

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


Package is "rubygem-yast-rake"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-yast-rake/rubygem-yast-rake.changes  
2015-03-29 20:17:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-yast-rake.new/rubygem-yast-rake.changes 
2015-05-07 08:27:57.0 +0200
@@ -1,0 +2,26 @@
+Tue Apr 28 15:38:56 UTC 2015 - lsle...@suse.cz
+
+- use rubocop for checking the code style
+
+---
+Tue Apr 28 13:34:00 UTC 2015 - lsle...@suse.cz
+
+- optionally load the tasks from yast-rake-ci if it is installed
+- 0.2.3
+
+---
+Thu Apr 23 18:27:49 UTC 2015 - lsle...@suse.cz
+
+- allow to run the "check:spelling" task outside a Git checkout
+  (to use it in the Jenkins jobs during package build)
+- colorize the misspelled words in the output (if the "rainbow"
+  gem is installed)
+- use YAML config files
+- 0.2.2
+
+---
+Wed Apr  1 10:07:26 UTC 2015 - jreidin...@suse.com
+
+- regenerate spec file to fix build for ruby2.2 in OBS 
+
+---

Old:

  yast-rake-0.2.1.gem

New:

  yast-rake-0.2.3.gem



Other differences:
--
++ rubygem-yast-rake.spec ++
--- /var/tmp/diff_new_pack.4wLd1g/_old  2015-05-07 08:27:57.0 +0200
+++ /var/tmp/diff_new_pack.4wLd1g/_new  2015-05-07 08:27:57.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   rubygem-yast-rake
-Version:0.2.1
+Version:0.2.3
 Release:0
 %define mod_name yast-rake
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 1
-Url:http://github.org/yast/yast-rake
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros >= 5
+Url:http://github.org/openSUSE/yast-rake
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Rake tasks providing basic work-flow for Yast development
 License:LGPL-2.1
@@ -35,34 +36,15 @@
 send it to build service, create submit request to target repo or run client
 from git repo.
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
+%gem_install \
+  --doc-files="COPYING" \
+  -f
 
-%files
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%gem_packages
 
 %changelog

++ yast-rake-0.2.1.gem -> yast-rake-0.2.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2015-03-26 15:21:23.0 +0100
+++ new/VERSION 2015-04-29 10:53:52.0 +0200
@@ -1 +1 @@
-0.2.1
+0.2.3
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/tasks/install.rake new/lib/tasks/install.rake
--- old/lib/tasks/install.rake  2015-03-26 15:21:23.0 +0100
+++ new/lib/tasks/install.rake  2015-04-29 10:53:52.0 +0200
@@ -23,15 +23,14 @@
   class Configuration
 attr_writer :install_locations
 
-DESTDIR = ENV['DESTDIR'] || '/'
-YAST_DIR = DESTDIR + '/usr/share/YaST2/'
-YAST_LIB_DIR = DESTDIR + '/usr/lib/YaST2/'
-YAST_DESKTOP_DIR = DESTDIR + '/usr/share/applications/YaST2/'
-AUTOYAST_RNC_DIR = YAST_DIR + 'schema/autoyast/rnc/'
-FILLUP_DIR = DESTDIR + '/var/adm/fillup-templates/'
+DESTDIR = ENV["DESTDIR"] || "/"
+YAST_DIR = DESTDIR + "/usr/share/YaST2/"
+YAST_LIB_DIR = DESTDIR + "/usr/lib/YaST2/"
+YAST_DESKTOP_DIR = DESTDIR + "/usr/share/applications/YaST2/"
+AUTOYAST_RNC_DIR = YAST_DIR + "schema/autoyast/rnc/"
+FILLUP_DIR = DESTDIR + "/var/adm/fillup-templates/"
 
-
-#spec

commit ruby-common for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package ruby-common for openSUSE:Factory 
checked in at 2015-05-07 08:28:03

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


Package is "ruby-common"

Changes:

--- /work/SRC/openSUSE:Factory/ruby-common/ruby-common.changes  2015-01-23 
15:46:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.ruby-common.new/ruby-common.changes 
2015-05-07 08:28:04.0 +0200
@@ -1,0 +2,81 @@
+Sat May  2 11:55:31 UTC 2015 - mrueck...@suse.de
+
+- Fix patching of the shebang line
+
+---
+Thu Apr 16 21:45:29 UTC 2015 - mrueck...@suse.de
+
+- The script sometimes returned from gem install already although
+  the install wasn't finished yet. This broke e.g. the binary
+  rename part.
+
+---
+Fri Mar 13 18:20:33 UTC 2015 - mrueck...@suse.de
+
+- Fail early if gem install fails
+  This avoids confusing error messages at the end of the build.
+
+---
+Fri Mar 13 14:56:55 UTC 2015 - mrueck...@suse.de
+
+- More fixes for ruby 1.8
+
+---
+Fri Mar 13 14:06:32 UTC 2015 - mrueck...@suse.de
+
+- Ruby 1.8 insists on the () for the parameter
+
+---
+Fri Mar 13 13:55:20 UTC 2015 - mrueck...@suse.de
+
+- Cleaner solution for the extensions doc dir
+  The other solution was also failing on 1.8
+
+---
+Fri Mar 13 13:28:52 UTC 2015 - mrueck...@suse.de
+
+- Forgot another option for forwarding
+
+---
+Fri Mar 13 09:19:52 UTC 2015 - mrueck...@suse.de
+
+- Do not overwrite options.otheropts
+
+---
+Fri Mar 13 02:48:50 UTC 2015 - mrueck...@suse.de
+
+- Fixed forwarding of options to gem install
+
+---
+Fri Mar 13 02:26:12 UTC 2015 - mrueck...@suse.de
+
+- Only use the extensions doc dir on MRI 2.1.x
+
+---
+Fri Mar 13 01:58:02 UTC 2015 - mrueck...@suse.de
+
+- Fix the ruby suffix for distributions before 13.2
+- Do not fail with --gem-binary
+
+---
+Fri Mar 13 01:28:08 UTC 2015 - mrueck...@suse.de
+
+- switch to ruby version of gem_install.sh
+- added ruby-find-versioned to make it easier to find versioned
+  binaries.
+  - all for loops in the shell scripts and macros are now using
+this script
+
+---
+Thu Mar 12 16:17:20 UTC 2015 - mrueck...@suse.de
+
+- call ruby with -x from shell wrappers otherwise we run into an
+  endless loop
+
+---
+Thu Jan 15 10:59:59 UTC 2015 - dmuel...@suse.com
+
+- rubygemsdeps.rb: add shell-launcher to avoid dependency on
+  a fixed ruby version
+
+---

New:

  ruby-find-versioned



Other differences:
--
++ ruby-common.spec ++
--- /var/tmp/diff_new_pack.IfFIdi/_old  2015-05-07 08:28:05.0 +0200
+++ /var/tmp/diff_new_pack.IfFIdi/_new  2015-05-07 08:28:05.0 +0200
@@ -37,9 +37,11 @@
 Source9:ruby.rpm-macros
 Source10:   gem_packages.sh
 Source11:   opensuse.spec.erb
+Source12:   ruby-find-versioned
 Summary:Collection of scripts and macros for ruby packaging
 License:MIT
 Group:  Development/Languages/Ruby
+Url:https://github.com/openSUSE/ruby-packaging/
 Requires:   /usr/bin/getopt
 #Requires:   ruby-devel
 Requires:   rubygem(gem2rpm)
@@ -74,6 +76,7 @@
 install -D -m 0755 %{S:7}  %{buildroot}/usr/lib/rpm/generate_buildrequires.sh
 install -D -m 0755 %{S:10} %{buildroot}/usr/lib/rpm/gem_packages.sh
 install -D -m 0644 %{S:11} %{buildroot}/usr/lib/rpm/gem_packages.template
+install -D -m 0755 %{S:12} %{buildroot}%{_bindir}/ruby-find-versioned
 
 %files
 %defattr(-,root,root)
@@ -88,5 +91,6 @@
 /usr/lib/rpm/gem_build_cleanup.sh
 /usr/lib/rpm/generate_buildrequires.sh
 /usr/lib/rpm/gem_packages.*
+%{_bindir}/ruby-find-versioned
 
 %changelog

++ gem_install.sh ++
--- /var/tmp/diff_new_pack.IfFIdi/_old  2015-05-07 08:28:05.0 +0200
+++ /var/tmp/diff_new_pack.IfFIdi/_new  2015-05-07 08:28:05.0 +0200
@@ -1,129 +1,249 @@
-#! /bin/bash
-
-set -e
+#!/bin/sh
+# vim: 

commit ruby2.1 for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package ruby2.1 for openSUSE:Factory checked 
in at 2015-05-07 08:27:50

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


Package is "ruby2.1"

Changes:

--- /work/SRC/openSUSE:Factory/ruby2.1/ruby2.1.changes  2015-02-20 
12:43:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.ruby2.1.new/ruby2.1.changes 2015-05-07 
08:27:51.0 +0200
@@ -1,0 +2,22 @@
+Thu Apr 16 23:16:46 UTC 2015 - mrueck...@suse.de
+
+- update to 2.1.6 (bsc# 926974)
+  - stricter hostname verification following RFC 6125. with the
+patch provided by Tony Arcieri and Hiroshi Nakamura
+[ruby-core:61545] [Bug #9644] CVE-2015-1855
+  - upgrade to RubyGems 2.2.3. [Backport #10515]
+  - lots of documentation updates
+  - a few crash and parser fixes
+  For all the changes see /usr/share/doc/packages/ruby2.1/ChangeLog
+- drop the SSE2 patches as they are included upstream:
+  ruby-2.1.3-no_sse2_patch_configure_too.patch
+  ruby-no_sse2.patch
+
+---
+Wed Mar 11 20:00:04 UTC 2015 - mrueck...@suse.de
+
+- Remove the support to have the shared files from ruby-common
+  intree again.
+- merged TK conditionals with the 2.2 package
+
+---

Old:

  gem_build_cleanup
  gem_install.sh
  generate_buildrequires.sh
  ruby-2.1.3-no_sse2_patch_configure_too.patch
  ruby-2.1.5.tar.bz2
  ruby-no_sse2.patch
  ruby.macros
  ruby.rpm-macros
  rubygems.attr
  rubygemsdeps.rb

New:

  ruby-2.1.6.tar.xz



Other differences:
--
++ ruby2.1.spec ++
--- /var/tmp/diff_new_pack.lkY8rC/_old  2015-05-07 08:27:53.0 +0200
+++ /var/tmp/diff_new_pack.lkY8rC/_new  2015-05-07 08:27:53.0 +0200
@@ -16,8 +16,6 @@
 #
 
 
-%bcond_with ruby_intree_common
-
 Name:   ruby2.1
 
 
@@ -27,7 +25,7 @@
 
 
 %define patch_level p0
-Version:2.1.5
+Version:2.1.6
 Release:0
 # make the exported API version explicit
 %define api_version 2.1.0
@@ -60,7 +58,9 @@
 %endif
 # see https://bugs.ruby-lang.org/issues/8000 - might come back
 %if 0%{?suse_version} && 0%{?suse_version} < 1230
-%define tk_version_supported 1
+%bcond_without tk_version_supported
+%else
+%bcond_withtk_version_supported
 %endif
 # turn on testsuite by default. we dont hard fail anyway.
 %bcond_without run_tests
@@ -77,7 +77,9 @@
 BuildRequires:  procps
 BuildRequires:  readline-devel
 BuildRequires:  timezone
+%if %{with tk_version_supported}
 BuildRequires:  tk-devel
+%endif
 BuildRequires:  zlib-devel
 # this requires is needed as distros older than 11.3 have a buildignore on 
freetype2, without this the detection of the tk extension fails
 BuildRequires:  freetype2-devel
@@ -93,15 +95,11 @@
 BuildRequires:  valgrind
 %endif
 %endif
+BuildRequires:  xz
 Provides:   ruby(abi) = %{rb_ver}
 %if 0%{?suse_version} > 1130
 Conflicts:  ruby(abi) = %{rb_ver}
 %endif
-%if %{with ruby_intree_common}
-Provides:   ruby-common = %{rpm_macros_version}
-Obsoletes:  ruby-common < %{rpm_macros_version}
-Provides:   ruby-macros = %{rpm_macros_version}
-%endif
 Provides:   ruby21  = %{version}-%{release}
 Requires:   %{libname} = %{version}
 Requires:   %{name}-stdlib = %{version}
@@ -112,28 +110,18 @@
 
 #
 Url:http://www.ruby-lang.org/
-Source: 
http://cache.ruby-lang.org/pub/ruby/2.1/ruby-%{pkg_version}.tar.bz2
-# sources from former ruby-common
-Source1:gem_build_cleanup
-Source2:ruby.macros
-Source3:ruby.rpm-macros
-Source4:rubygems.attr
-Source5:rubygemsdeps.rb
-Source6:gem_install.sh
-Source7:generate_buildrequires.sh
-Source8:generate_rubygemprovides.awk
+Source: 
http://cache.ruby-lang.org/pub/ruby/2.1/ruby-%{pkg_version}.tar.xz
+Source1:generate_rubygemprovides.awk
 #
-Source10:   ruby2.1.macros
-Source11:   ruby2.1-default.macros
-Source100:  %{name}-rpmlintrc
+Source2:%{name}.macros
+Source3:%{name}-default.macros
+Source99:   %{name}-rpmlintrc
 
 Patch0: rubygems-1.5.0_buildroot.patch
 Patch1: ruby-1.9.2p290_tcl_no_stupid_rpaths.patch
-Patch2: ruby-no_sse2.patch
-Patch3: rubygems-testsuite-handle_gem_loaderror.patch
-Patch4: ruby-1.9.3-mkmf-verbose.patch
-Patch5: ruby-2.1.3-no_sse2_patch_configure_too.patch
-Patch6: make-gem-build-reproducible.patch
+Patch2: rubygems-testsuite-handle_gem_loaderror.patch
+Patch3: ruby-1.9.3-mkmf-verbose.patch
+Patch4: make-gem-build-reproducible.patch
 #
 Summary:An Interpreted Object-Orient

commit rubygem-gem2rpm for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gem2rpm for openSUSE:Factory 
checked in at 2015-05-07 08:27:44

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


Package is "rubygem-gem2rpm"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-gem2rpm/rubygem-gem2rpm.changes  
2015-02-16 21:21:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-gem2rpm.new/rubygem-gem2rpm.changes 
2015-05-07 08:27:46.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 16 22:04:44 UTC 2015 - mrueck...@suse.de
+
+- update
+  0003-new-opensuse-templates.-they-require-the-config-file.patch:
+  Fix company name in copyright header
+
+---



Other differences:
--
++ 0003-new-opensuse-templates.-they-require-the-config-file.patch ++
--- /var/tmp/diff_new_pack.K264nJ/_old  2015-05-07 08:27:46.0 +0200
+++ /var/tmp/diff_new_pack.K264nJ/_new  2015-05-07 08:27:46.0 +0200
@@ -262,7 +262,7 @@
 +# spec file for package rubygem-<%= spec.name %><%= config[:version_suffix] %>
  #
 -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
-+# Copyright (c) <%= Time.now.year %> SUSE LINUX Products GmbH, Nuernberg, 
Germany.
++# Copyright (c) <%= Time.now.year %> 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




commit ruby for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package ruby for openSUSE:Factory checked in 
at 2015-05-07 08:27:20

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


Package is "ruby"

Changes:

--- /work/SRC/openSUSE:Factory/ruby/ruby.changes2014-09-12 
12:22:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.ruby.new/ruby.changes   2015-05-07 
08:27:21.0 +0200
@@ -1,0 +2,5 @@
+Wed Feb 18 13:43:01 UTC 2015 - co...@suse.com
+
+- bump version
+
+---



Other differences:
--
++ ruby.spec ++
--- /var/tmp/diff_new_pack.AilEaO/_old  2015-05-07 08:27:22.0 +0200
+++ /var/tmp/diff_new_pack.AilEaO/_new  2015-05-07 08:27:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ruby
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 Name:   ruby
-Version:2.1
+Version:2.2
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: README
 Url:http://www.ruby-lang.org/
 Summary:An Interpreted Object-Oriented Scripting Language
 License:MIT
+Group:  Development/Languages/Ruby
 BuildRequires:  ruby%{version}-devel
 #!BuildIgnore:  ruby
 #!BuildIgnore:  rubygem-gem2rpm




commit ruby2.2 for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package ruby2.2 for openSUSE:Factory checked 
in at 2015-05-07 08:27:37

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


Package is "ruby2.2"

Changes:

--- /work/SRC/openSUSE:Factory/ruby2.2/ruby2.2.changes  2015-02-10 
20:23:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.ruby2.2.new/ruby2.2.changes 2015-05-07 
08:27:39.0 +0200
@@ -1,0 +2,65 @@
+Thu Apr 16 23:42:00 UTC 2015 - mrueck...@suse.de
+
+- update to 2.2.2 (bsc# 926974)
+  - stricter hostname verification following RFC 6125. with the
+patch provided by Tony Arcieri and Hiroshi Nakamura
+[ruby-core:61545] [Bug #9644] CVE-2015-1855
+  - fix segfault by null caused by syntax error. [ruby-core:68851]
+[Bug #10957]
+  - parse.y (primary): empty parentheses at cmdarg can be null.
+[ruby-core:68477] [Bug #10957]
+  - ext/io/wait/wait.c (io_nread): wrap return value with INT2FIX
+Thanks to Yura Sokolov 
+[ruby-core:68369] [Bug#10923]
+  - test/io/wait/test_io_wait.rb (test_nread_buffered): fix broken
+test
+  - vm_eval.c (vm_call_super): search next super class from the
+original class, to get rid of infinite recursion with
+prepending.  a patch by Seiei Higa  at
+[ruby-core:68434].  [ruby-core:68093] [Bug #10847]
+  - class.c (rb_prepend_module): need a WB for klass -> origin.
+  - ext/fiddle/extconf.rb: needs --enable-shared when linked to
+libruby or fiddle.so.  since --with-static-linked-ext does no
+longer link extensions to ruby program with --enable-shared,
+the only combination needs --enable-static is --disable-shared
+and --with-static-linked-ext.  [ruby-dev:48901] [Bug #10960]
+  - ext/fiddle/extconf.rb: make PIC objects if it will be linked as
+a shared object eventually.  [ruby-core:67128]
+  - spec/default.mspec: use default configuration file name.
+
https://github.com/ruby/rubyspec/commit/cc69f337b06362e5607ffa3e3ad40ef7494960cf
+  - spec/default.mspec: remove specific version number.
+
https://github.com/ruby/rubyspec/commit/7a909e925c1baa9c700bd44af9241aef6e596714
+  - common.mk: use ruby organization for rubyspec.
+  For all the changes see /usr/share/doc/packages/ruby2.2/ChangeLog
+
+---
+Wed Mar 11 19:51:48 UTC 2015 - mrueck...@suse.de
+
+- while merging the changes with the 2.1 package i noticed 2
+  problems:
+  - we still rewrote the she bang lines to ruby 2.1.
+  - the macro files weren't marked as config.
+
+---
+Wed Mar 11 19:32:05 UTC 2015 - mrueck...@suse.de
+
+- Remove the support to have the shared files from ruby-common
+  intree again.
+
+---
+Wed Mar 11 17:25:54 UTC 2015 - mrueck...@suse.de
+
+- update to 2.2.1
+  This release includes the fix for ffi build failure and memory
+  leak issue on Symbol GC (See Bug #10686).
+
+  For more details see /usr/share/doc/packages/ruby2.2/ChangeLog
+- match the version number in the rubygems provides to what is
+  actually shipped with ruby 2.2
+
+---
+Wed Feb 11 10:55:05 UTC 2015 - co...@suse.com
+
+- port make-gem-build-reproducible.patch from ruby 2.1
+
+---

Old:

  gem_build_cleanup
  gem_install.sh
  generate_buildrequires.sh
  ruby-2.2.0.tar.xz
  ruby.macros
  ruby.rpm-macros
  rubygems.attr
  rubygemsdeps.rb

New:

  make-gem-build-reproducible.patch
  ruby-2.2.2.tar.xz



Other differences:
--
++ ruby2.2.spec ++
--- /var/tmp/diff_new_pack.OlsDhh/_old  2015-05-07 08:27:39.0 +0200
+++ /var/tmp/diff_new_pack.OlsDhh/_new  2015-05-07 08:27:39.0 +0200
@@ -16,8 +16,6 @@
 #
 
 
-%bcond_with ruby_intree_common
-
 Name:   ruby2.2
 
 
@@ -27,7 +25,7 @@
 
 
 %define patch_level p0
-Version:2.2.0
+Version:2.2.2
 Release:0
 # make the exported API version explicit
 %define api_version 2.2.0
@@ -38,7 +36,7 @@
 %define rpm_macros_version 3
 
 #
-%define pkg_version 2.2.0
+%define pkg_version 2.2.2
 %define libname libruby2_2-2_2
 # keep in sync with macro file!
 %define rb_ver  %{api_version}
@@ -100,11 +98,6 @@
 %if 0%{?suse_version} > 1130
 Conflicts:  ruby(abi) = %{rb_ver}
 %endif
-%if %{with ruby_intree_common}
-Provides:   ruby-common = %{rpm_macros_version}
-Obsoletes:  ruby-common < %{rpm_macros_version}
-Provides:   ruby-macros = %{rpm_macros_version}
-%endif
 Provides:   ruby22  = %{version}-%{release}
 Requires:   %{libname} = %{version}
 Requ

commit systemd-rpm-macros for openSUSE:13.1:Update

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package systemd-rpm-macros for 
openSUSE:13.1:Update checked in at 2015-05-06 15:53:19

Comparing /work/SRC/openSUSE:13.1:Update/systemd-rpm-macros (Old)
 and  /work/SRC/openSUSE:13.1:Update/.systemd-rpm-macros.new (New)


Package is "systemd-rpm-macros"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.9TCMjx/_old  2015-05-06 15:53:21.0 +0200
+++ /var/tmp/diff_new_pack.9TCMjx/_new  2015-05-06 15:53:21.0 +0200
@@ -1 +1 @@
-
+




commit systemd for openSUSE:13.1:Update

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:13.1:Update 
checked in at 2015-05-06 15:53:21

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


Package is "systemd"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.xcH5C1/_old  2015-05-06 15:53:25.0 +0200
+++ /var/tmp/diff_new_pack.xcH5C1/_new  2015-05-06 15:53:25.0 +0200
@@ -1 +1 @@
-
+




commit systemd-mini for openSUSE:13.1:Update

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package systemd-mini for 
openSUSE:13.1:Update checked in at 2015-05-06 15:53:17

Comparing /work/SRC/openSUSE:13.1:Update/systemd-mini (Old)
 and  /work/SRC/openSUSE:13.1:Update/.systemd-mini.new (New)


Package is "systemd-mini"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.9csoQs/_old  2015-05-06 15:53:19.0 +0200
+++ /var/tmp/diff_new_pack.9csoQs/_new  2015-05-06 15:53:19.0 +0200
@@ -1 +1 @@
-
+




commit wicked for openSUSE:13.2:Update

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package wicked for openSUSE:13.2:Update 
checked in at 2015-05-06 12:45:57

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


Package is "wicked"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.7C0uWT/_old  2015-05-06 12:45:59.0 +0200
+++ /var/tmp/diff_new_pack.7C0uWT/_new  2015-05-06 12:45:59.0 +0200
@@ -1 +1 @@
-
+




commit dleyna-server for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package dleyna-server for openSUSE:Factory 
checked in at 2015-05-06 12:10:44

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


Package is "dleyna-server"

Changes:

--- /work/SRC/openSUSE:Factory/dleyna-server/dleyna-server.changes  
2014-10-18 09:10:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.dleyna-server.new/dleyna-server.changes 
2015-05-06 12:10:45.0 +0200
@@ -1,0 +2,28 @@
+Sat May  2 08:46:09 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.5.0:
+  + [Build] Fix out-of-source-tree builds.
+  + Fix various configure & build issues.
+  + [Autoconf]:
+- Sub Makefile: Remove ACLOCAL_AMFLAGS.
+- Add --no-undefined to compiler option.
+  + [upnp] Use "port" setting when creating GUPnPContextManager.
+  + [Deprecated API] Use new API instead of deprecated.
+  + [Device]:
+- Fix wake-on ip address used for broadcast.
+- Sleeping devices cache cleanup.
+- Improve sleeping context lookup.
+- Move the network interface info storage.
+- Improve Network Interface info and device context matching.
+- RetrieFve sleeping state via GetInterfaceInfo action.
+- Add sleeping device memory cache.
+- Add wake packet sending support.
+- Add Energy Management features.
+  + [Configuration] Remove libdleyna-server .pc file.
+  + [Documentation] Fix URL to MediaServer2Spec.
+  + [Tests]:
+- Save changed ServiceResetToken in configuration.
+- Survive a missing ServiceResetToken in dsc.
+- Fix a typo in the Upload Sync Controller's error management.
+
+---

Old:

  dleyna-server-0.4.0.tar.gz

New:

  dleyna-server-0.5.0.tar.gz



Other differences:
--
++ dleyna-server.spec ++
--- /var/tmp/diff_new_pack.jNn6jR/_old  2015-05-06 12:10:45.0 +0200
+++ /var/tmp/diff_new_pack.jNn6jR/_new  2015-05-06 12:10:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dleyna-server
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,14 +18,14 @@
 
 
 Name:   dleyna-server
-Version:0.4.0
+Version:0.5.0
 Release:0
 Summary:Discover and browse Digital Media Servers
 License:LGPL-2.1
 Group:  System/Libraries
 Url:http://01.org/dleyna
 Source: 
https://01.org/sites/default/files/downloads/dleyna/%{name}-%{version}.tar.gz
-BuildRequires:  pkgconfig(dleyna-core-1.0) >= 0.4.0
+BuildRequires:  pkgconfig(dleyna-core-1.0) >= 0.5.0
 BuildRequires:  pkgconfig(gio-2.0) >= 2.28
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28
 BuildRequires:  pkgconfig(gssdp-1.0) >= 0.13.2
@@ -79,7 +79,6 @@
 %defattr(-,root,root)
 %{_includedir}/dleyna-1.0/
 %{_libdir}/%{name}/libdleyna-server-1.0.so
-%{_libdir}/pkgconfig/dleyna-server-1.0.pc
 %{_libdir}/pkgconfig/dleyna-server-service-1.0.pc
 
 %changelog

++ dleyna-server-0.4.0.tar.gz -> dleyna-server-0.5.0.tar.gz ++
 9327 lines of diff (skipped)




commit bogofilter for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package bogofilter for openSUSE:Factory 
checked in at 2015-05-06 12:10:38

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


Package is "bogofilter"

Changes:

--- /work/SRC/openSUSE:Factory/bogofilter/bogofilter.changes2015-04-10 
09:46:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.bogofilter.new/bogofilter.changes   
2015-05-06 12:10:39.0 +0200
@@ -1,0 +2,17 @@
+Thu Apr 30 22:53:58 UTC 2015 - lmue...@suse.com
+
+- Provide and obsolete bogofilter from the db subpackage to ensure we stay
+  with the same back-end in the update case.
+- Require a backend package from the common package.
+- Split of the documentation into an independent package.
+- Tag the common and doc package as noarch post-11.1.
+
+---
+Sat Apr 18 09:25:49 UTC 2015 - mplus...@suse.com
+
+- Build different backends
+  * sqlite3 db and tokyocabinet
+  * switch between them using update-alternatives
+- Disable checks as they do not work with suffixed builds
+
+---



Other differences:
--
++ bogofilter.spec ++
--- /var/tmp/diff_new_pack.OY2xUj/_old  2015-05-06 12:10:40.0 +0200
+++ /var/tmp/diff_new_pack.OY2xUj/_new  2015-05-06 12:10:40.0 +0200
@@ -24,15 +24,15 @@
 Group:  Productivity/Networking/Email/Utilities
 Url:http://bogofilter.sourceforge.net/
 Source: 
http://downloads.sourceforge.net/bogofilter/bogofilter-%{version}.tar.bz2
+BuildRequires:  db-devel
 BuildRequires:  flex
 BuildRequires:  gsl-devel
 BuildRequires:  sharutils
+BuildRequires:  sqlite3-devel
 BuildRequires:  xmlto
 %if 0%{?suse_version} > 1320
+BuildRequires:  libtokyocabinet-devel
 BuildRequires:  libxml2-tools
-BuildRequires:  sqlite3-devel
-%else
-BuildRequires:  db-devel
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -45,25 +45,118 @@
 C, and tuned for speed, so it can be used for production by sites that
 process a lot of mail.
 
+%package common
+Summary:Fast Anti-Spam Filtering by Bayesian Statistical Analysis
+Group:  Productivity/Networking/Email/Utilities
+Requires:   %{name}-backend = %{version}
+%if 0%{?suse_version} > 1110
+BuildArch:  noarch
+%endif
+
+%description common
+Bogofilter is a Bayesian spam filter.  In normal operation, it takes an
+e-mail message or text from standard input, does a statistical check
+against lists of "good" and "bad" words, and returns a status code
+indicating whether the message is spam.  Bogofilter is designed with
+fast algorithms (including the Berkeley DB system), coded directly in
+C, and tuned for speed, so it can be used for production by sites that
+process a lot of mail.
+
+This package contains shared files for various %{name} backends
+
+%package doc
+Summary:Bogofilter documentation
+Group:  Documentation/Other
+%if 0%{?suse_version} > 1110
+BuildArch:  noarch
+%endif
+
+%description doc
+This package contains the documentation of %{name}
+
+%if 0%{?suse_version} > 1320
+%package tokyocabinet
+Summary:Bogofilter tokyocabinet backend
+Group:  Productivity/Networking/Email/Utilities
+Requires:   %{name}-common = %{version}
+Requires(post): %{_sbindir}/update-alternatives
+Requires(postun): %{_sbindir}/update-alternatives
+Provides:   %{name}-backend = %{version}
+
+%description tokyocabinet
+This package contains %{name} build with the tokyocabinet backend.
+%endif
+
+%package sqlite3
+Summary:Bogofilter sqlite3 backend
+Group:  Productivity/Networking/Email/Utilities
+Requires:   %{name}-common = %{version}
+Requires(post): %{_sbindir}/update-alternatives
+Requires(postun): %{_sbindir}/update-alternatives
+Provides:   %{name}-backend = %{version}
+%if 0%{suse_version} == 1310
+Conflicts:  %{name}-db
+%endif
+
+%description sqlite3
+This package contains %{name} build with the sqlite3 backend.
+
+%package db
+Summary:Bogofilter libdb backend
+Group:  Productivity/Networking/Email/Utilities
+Requires:   %{name}-common = %{version}
+Requires(post): %{_sbindir}/update-alternatives
+Requires(postun): %{_sbindir}/update-alternatives
+Provides:   %{name} = %{version}
+Obsoletes:  %{name} < %{version}
+Provides:   %{name}-backend = %{version}
+%if 0%{suse_version} == 1310
+Conflicts:  %{name}-sqlite3
+%endif
+
+%description db
+This package contains %{name} build with the libdb backend.
+
 %prep
 %setup -q
 
 %build
-%configure \
-%ifarch %arm
-   --disable-dbshared-test \
-%endif
 %if 0%{?suse_version} > 1320
-   

commit dleyna-renderer for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package dleyna-renderer for openSUSE:Factory 
checked in at 2015-05-06 12:10:45

Comparing /work/SRC/openSUSE:Factory/dleyna-renderer (Old)
 and  /work/SRC/openSUSE:Factory/.dleyna-renderer.new (New)


Package is "dleyna-renderer"

Changes:

--- /work/SRC/openSUSE:Factory/dleyna-renderer/dleyna-renderer.changes  
2014-08-27 16:53:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.dleyna-renderer.new/dleyna-renderer.changes 
2015-05-06 12:10:49.0 +0200
@@ -1,0 +2,16 @@
+Sat May  2 08:55:05 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.5.0:
+  + [Deprecated API] Use new API instead of deprecated.
+  + [Device]:
+- Free dlna class strings after use.
+- Update playspeed when rate is set.
+  + [host-service] use push-host-port setting for the web server.
+  + [upnp] use port setting when creating GUPnPContextManager.
+  + [Autoconf]:
+- Add Math lib to link.
+- Sub Makefile: Remove ACLOCAL_AMFLAGS.
+  + [daemon] use GLib signal handling.
+  + [Configuration] Remove libdleyna-renderer .pc file.
+
+---

Old:

  dleyna-renderer-0.4.0.tar.gz

New:

  dleyna-renderer-0.5.0.tar.gz



Other differences:
--
++ dleyna-renderer.spec ++
--- /var/tmp/diff_new_pack.ENGDbZ/_old  2015-05-06 12:10:49.0 +0200
+++ /var/tmp/diff_new_pack.ENGDbZ/_new  2015-05-06 12:10:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dleyna-renderer
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   dleyna-renderer
-Version:0.4.0
+Version:0.5.0
 Release:0
 Summary:Discover and manipulate Digital Media Renderers
 License:LGPL-2.1
 Group:  System/Libraries
 Url:http://01.org/dleyna
 Source: 
https://01.org/sites/default/files/downloads/dleyna/%{name}-%{version}.tar.gz
-BuildRequires:  pkgconfig(dleyna-core-1.0) >= 0.4.0
+BuildRequires:  pkgconfig(dleyna-core-1.0) >= 0.5.0
 BuildRequires:  pkgconfig(gio-2.0) >= 2.28
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28
 BuildRequires:  pkgconfig(gssdp-1.0) >= 0.13.2
@@ -75,7 +75,6 @@
 %defattr(-,root,root)
 %{_includedir}/dleyna-1.0/
 %{_libdir}/%{name}/libdleyna-renderer-1.0.so
-%{_libdir}/pkgconfig/dleyna-renderer-1.0.pc
 %{_libdir}/pkgconfig/dleyna-renderer-service-1.0.pc
 
 %changelog

++ dleyna-renderer-0.4.0.tar.gz -> dleyna-renderer-0.5.0.tar.gz ++
 5759 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/dleyna-renderer-0.4.0/ChangeLog new/dleyna-renderer-0.5.0/ChangeLog
--- old/dleyna-renderer-0.4.0/ChangeLog 2013-10-03 15:10:36.0 +0200
+++ new/dleyna-renderer-0.5.0/ChangeLog 2014-12-06 12:52:28.0 +0100
@@ -1,3 +1,19 @@
+version 0.5.0
+   - [Deprecated API] Use new API instead of deprecated
+   - [Device] Free dlna class strings after use
+ https://github.com/01org/dleyna-renderer/issues/129
+- host-service: use push-host-port setting for the web server
+- upnp: use port setting when creating GUPnPContextManager
+ https://github.com/01org/dleyna-renderer/issues/141
+   - [Autoconf] Add Math lib to link
+  https://github.com/01org/dleyna-renderer/issues/117
+   - Fix various configure & build issues
+ [Autoconf] Sub Makefile: Remove ACLOCAL_AMFLAGS
+  https://github.com/01org/dleyna-renderer/issues/124
+   - daemon: use GLib signal handling
+   - [Device] Update playspeed when rate is set
+   - [Configuration] Remove libdleyna-renderer .pc file
+
 version 0.4.0
- Logs: provide correct component version
- Fix typos in the rendererconsole.py test application
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/dleyna-renderer-0.4.0/INSTALL new/dleyna-renderer-0.5.0/INSTALL
--- old/dleyna-renderer-0.4.0/INSTALL   2013-10-03 15:10:52.0 +0200
+++ new/dleyna-rendere

commit squid for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package squid for openSUSE:Factory checked 
in at 2015-05-06 12:10:47

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


Package is "squid"

Changes:

--- /work/SRC/openSUSE:Factory/squid/squid.changes  2015-04-28 
11:47:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.squid.new/squid.changes 2015-05-06 
12:10:50.0 +0200
@@ -1,0 +2,5 @@
+Wed May  6 08:32:28 UTC 2015 - mplus...@suse.com
+
+- Remove emulate_httpd_log from config on update
+
+---



Other differences:
--
++ squid.spec ++
--- /var/tmp/diff_new_pack.zY66Q3/_old  2015-05-06 12:10:51.0 +0200
+++ /var/tmp/diff_new_pack.zY66Q3/_new  2015-05-06 12:10:51.0 +0200
@@ -310,6 +310,10 @@
rm -rf "$error_dir/$i" || true
   fi
 done
+# emulate_httpd_log is gone with 3.5
+if [ -e etc/%{name}/%{name}.conf ]; then
+  sed -i '/emulate_httpd_log/d' /etc/%{name}/%{name}.conf
+fi
 
 %if 0%{?has_systemd}
 %service_add_pre %{name}.service
@@ -330,7 +334,7 @@
 if [ "$1" -gt "1" ]; then
   if [ -e etc/%{name}.conf -a ! -L etc/%{name}.conf -a ! -e 
etc/%{name}/%{name}.conf ]; then
 echo "moving %{_sysconfdir}/%{name}.conf to 
%{_sysconfdir}/%{name}/%{name}.conf"
-mv etc/%{name}.conf etc/%{name}/%{name}.conf
+mv /etc/%{name}.conf /etc/%{name}/%{name}.conf
   fi
   # default group changed from nogroup to squid
   %{_sbindir}/usermod -g %{name} %{name}




commit build-compare for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2015-05-06 11:22:05

Comparing /work/SRC/openSUSE:Factory/build-compare (Old)
 and  /work/SRC/openSUSE:Factory/.build-compare.new (New)


Package is "build-compare"

Changes:

--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes  
2015-04-23 07:55:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.build-compare.new/build-compare.changes 
2015-05-06 11:22:06.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr 28 11:52:12 UTC 2015 - o...@aepfle.de
+
+- 2015.04.28
+- Filter InitrdID in /linuxrc.config
+- Hexdump old and new file in parallel
+- Sort cpio file list with files to compare
+- Extract old and new files in parallel
+- Ignore block device nodes
+- Ignore character device nodes
+- Always clean tmpdir on exit in pkg-diff.sh
+- Handle squashfs files
+
+---



Other differences:
--
++ build-compare.spec ++
--- /var/tmp/diff_new_pack.yZGzom/_old  2015-05-06 11:22:06.0 +0200
+++ /var/tmp/diff_new_pack.yZGzom/_new  2015-05-06 11:22:06.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Development/Tools/Building
 Url:https://github.com/openSUSE/build-compare
-Version:2015.04.13
+Version:2015.04.28
 Release:0
 Source1:COPYING
 Source2:same-build-result.sh

++ pkg-diff.sh ++
--- /var/tmp/diff_new_pack.yZGzom/_old  2015-05-06 11:22:06.0 +0200
+++ /var/tmp/diff_new_pack.yZGzom/_new  2015-05-06 11:22:06.0 +0200
@@ -20,6 +20,21 @@
exit 1
 fi
 
+# Always clean up on exit
+local_tmpdir=`mktemp -d`
+if test -z "${local_tmpdir}"
+then
+  exit 1
+fi
+function _exit()
+{
+  chmod -R u+w "${local_tmpdir}"
+  rm -rf "${local_tmpdir}"
+}
+trap _exit EXIT
+# Let further mktemp refer to private tmpdir
+export TMPDIR=$local_tmpdir
+
 self_script=$(cd $(dirname $0); echo $(pwd)/$(basename $0))
 
 source $FUNCTIONS
@@ -168,8 +183,9 @@
   fi
 
   echo "$file differs ($ftype)"
-  hexdump -C old/$file > $file1
-  hexdump -C new/$file > $file2
+  hexdump -C old/$file > $file1 &
+  hexdump -C new/$file > $file2 &
+  wait
   diff -u $file1 $file2 | head -n 200
   return 1
 }
@@ -246,20 +262,23 @@
 bz2)
   mv old/$file{,.bz2}
   mv new/$file{,.bz2}
-  bzip2 -d old/$file.bz2
-  bzip2 -d new/$file.bz2
+  bzip2 -d old/$file.bz2 &
+  bzip2 -d new/$file.bz2 &
+  wait
   ;;
 gzip)
   mv old/$file{,.gz}
   mv new/$file{,.gz}
-  gzip -d old/$file.gz
-  gzip -d new/$file.gz
+  gzip -d old/$file.gz &
+  gzip -d new/$file.gz &
+  wait
   ;;
 xz)
   mv old/$file{,.xz}
   mv new/$file{,.xz}
-  xz -d old/$file.xz
-  xz -d new/$file.xz
+  xz -d old/$file.xz &
+  xz -d new/$file.xz &
+  wait
   ;;
   esac
   ftype=`/usr/bin/file old/$file | sed 's@^[^:]\+:[[:blank:]]*@@'`
@@ -324,7 +343,7 @@
return 0
;;
 *.cpio)
-   flist=`cpio --quiet --list --force-local < "new/$file"`
+   flist=`cpio --quiet --list --force-local < "new/$file" | sort`
pwd=$PWD
fdir=$file.extract.$PPID.$$
mkdir old/$fdir new/$fdir
@@ -345,6 +364,23 @@
rm -rf old/$fdir new/$fdir
return $ret
;;
+*.squashfs)
+   flist=`unsquashfs -no-progress -ls -dest '' "new/$file" | grep -Ev 
'^(Parallel unsquashfs:|[0-9]+ inodes )' | sort`
+   fdir=$file.extract.$PPID.$$
+   unsquashfs -no-progress -dest old/$fdir "old/$file"
+   unsquashfs -no-progress -dest new/$fdir "new/$file"
+   local ret=0
+   for f in $flist; do
+ if ! check_single_file $fdir/$f; then
+   ret=1
+   if test -z "$check_all"; then
+ break
+   fi
+ fi
+   done
+   rm -rf old/$fdir new/$fdir
+   return $ret
+   ;;
 *.tar|*.tar.bz2|*.tar.gz|*.tgz|*.tbz2)
flist=`tar tf new/$file`
pwd=$PWD
@@ -626,6 +662,11 @@
 }' "$f"
   done
   ;;
+  */linuxrc.config)
+echo "${file}"
+sed -i '/^InitrdID:/s@^.*@InitrdID: something@' "old/$file"
+sed -i '/^InitrdID:/s@^.*@InitrdID: something@' "new/$file"
+  ;;
   esac
 
   ftype=`/usr/bin/file old/$file | sed 's@^[^:]\+:[[:blank:]]*@@'`
@@ -722,6 +763,14 @@
 return 1
   fi
  ;;
+ Squashfs\ filesystem,*)
+echo "$file ($ftype)"
+mv old/$file{,.squashfs}
+mv new/$file{,.squashfs}
+if ! check_single_file ${file}.squashfs; then
+  return 

commit pam for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package pam for openSUSE:Factory checked in 
at 2015-05-06 11:21:57

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


Package is "pam"

Changes:

--- /work/SRC/openSUSE:Factory/pam/pam.changes  2015-01-30 06:02:46.0 
+0100
+++ /work/SRC/openSUSE:Factory/.pam.new/pam.changes 2015-05-06 
11:21:58.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 27 17:14:40 CEST 2015 - ku...@suse.de
+
+- Update to version 1.2.0
+  - obsoletes Linux-PAM-git-20150109.diff
+
+---

Old:

  Linux-PAM-1.1.8-docs.tar.bz2
  Linux-PAM-1.1.8.tar.bz2
  Linux-PAM-git-20150109.diff

New:

  Linux-PAM-1.2.0-docs.tar.bz2
  Linux-PAM-1.2.0.tar.bz2



Other differences:
--
++ pam.spec ++
--- /var/tmp/diff_new_pack.widPZ0/_old  2015-05-06 11:21:59.0 +0200
+++ /var/tmp/diff_new_pack.widPZ0/_new  2015-05-06 11:21:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pam
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,11 +29,11 @@
 %if %{enable_selinux}
 BuildRequires:  libselinux-devel
 %endif
-%define libpam_so_version 0.83.1
-%define libpam_misc_so_version 0.82.0
+%define libpam_so_version 0.84.1
+%define libpam_misc_so_version 0.82.1
 %define libpamc_so_version 0.82.1
 #
-Version:1.1.8
+Version:1.2.0
 Release:0
 Summary:A Security Tool that Provides Authentication for Applications
 License:GPL-2.0+ or BSD-3-Clause
@@ -52,7 +52,6 @@
 Source8:etc.environment
 Source9:baselibs.conf
 Patch0: fix-man-links.dif
-Patch1: Linux-PAM-git-20150109.diff
 Patch2: pam-limit-nproc.patch
 Patch3: encryption_method_nis.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -103,7 +102,6 @@
 %prep
 %setup -q -n Linux-PAM-%{version} -b 1
 %patch0 -p1
-%patch1 -p2
 %patch2 -p1
 %patch3 -p1
 

++ Linux-PAM-1.1.8-docs.tar.bz2 -> Linux-PAM-1.2.0-docs.tar.bz2 ++
Files old/Linux-PAM-1.1.8/doc/adg/Linux-PAM_ADG.pdf and 
new/Linux-PAM-1.2.0/doc/adg/Linux-PAM_ADG.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Linux-PAM-1.1.8/doc/adg/Linux-PAM_ADG.txt 
new/Linux-PAM-1.2.0/doc/adg/Linux-PAM_ADG.txt
--- old/Linux-PAM-1.1.8/doc/adg/Linux-PAM_ADG.txt   2013-09-19 
10:06:41.0 +0200
+++ new/Linux-PAM-1.2.0/doc/adg/Linux-PAM_ADG.txt   2015-03-24 
14:08:22.0 +0100
@@ -12,7 +12,7 @@
 
 Abstract
 
-This manual documents what an application developer needs to know about the
+This manual documents what an application developer needs to know about the 
 Linux-PAM library. It describes how an application might use the Linux-PAM
 library to authenticate users. In addition it contains a description of the
 functions to be found in libpam_misc library, that can be used in general
@@ -303,7 +303,7 @@
 callback function, cleanup() (See pam_set_data(3) and pam_get_data(3)). In this
 way the module can be given notification of the pass/fail nature of the
 tear-down process, and perform any last minute tasks that are appropriate to
-the module before it is unlinked. This argument can be logically OR'd with
+the module before it is unlinked. This argument can be logically OR'd with 
 PAM_DATA_SILENT to indicate to indicate that the module should not treat the
 call too seriously. It is generally used to indicate that the current closing
 of the library is in a fork(2)ed process, and that the parent will take care of
@@ -387,7 +387,7 @@
 
 PAM_RHOST
 
-The requesting hostname (the hostname of the machine from which the
+The requesting hostname (the hostname of the machine from which the 
 PAM_RUSER entity is requesting service). That is PAM_RUSER@PAM_RHOST does
 identify the requesting user. In some applications, PAM_RHOST may be NULL.
 In such situations, it is unclear where the authentication request is
@@ -416,7 +416,7 @@
 
 PAM_FAIL_DELAY
 
-A function pointer to redirect centrally managed failure delays. See
+A function pointer to redirect centrally managed failure delays. See 
 pam_fail_delay(3).
 
 PAM_XDISPLAY
@@ -529,7 +529,7 @@
 
 PAM_RHOST
 
-The requesting hostname (the hostname of the machine from which the
+The requesting hostname (the hostname of the machine from which the 
 PAM_RUSER entity is requesting service). That is PAM_RUSER@PAM_RHOST does
 identify the requesting user

commit ncurses for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2015-05-06 11:21:51

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


Package is "ncurses"

Changes:

--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2015-04-23 
07:55:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes 2015-05-06 
11:21:52.0 +0200
@@ -1,0 +2,21 @@
+Mon Apr 27 09:18:50 UTC 2015 - wer...@suse.de
+
+- Add ncurses patch 20150425
+  + expanded description of tgetstr's area pointer in manual page
+(report by Todd M Lewis).
+  + in-progress changes to modify test-packages to use ncursesw6 rather
+than ncursesw, with updated configure scripts.
+  + modify CF_NCURSES_CONFIG in Ada95- and test-configure scripts to
+check for ".pc" files via pkg-config, but add a linkage check since
+frequently pkg-config configurations are broken.
+  + modify misc/gen-pkgconfig.in to include EXTRA_LDFLAGS, e.g., for the
+rpath option.
+  + add 'dim' capability to screen entry (report by Leonardo B Schenkel)
+  + add several key definitions to nsterm-bce to match preconfigured
+keys, e.g., with OSX 10.9 and 10.10 (report by Leonardo B Schenkel)
+  + fix repeated "extra-suffix" in ncurses-config.in (cf: 20150418).
+  + improve term_variables manual page, adding section on the terminfo
+long-name symbols which are defined in the term.h header.
+  + fix bug in lib_tracebits.c introduced in const-fixes (cf: 20150404).
+
+---



Other differences:
--
++ ncurses.spec ++
--- /var/tmp/diff_new_pack.1Bvupv/_old  2015-05-06 11:21:53.0 +0200
+++ /var/tmp/diff_new_pack.1Bvupv/_new  2015-05-06 11:21:53.0 +0200
@@ -380,7 +380,8 @@
 #
 # No --enable-term-driver as this had crashed last time
 # in ncurses/tinfo/lib_setup.c due to the fact that
-# _nc_globals.term_driver was a NULL function pointer
+# _nc_globals.term_driver was a NULL function pointer as
+# this is for the MinGW port!
 #
 # No --enable-tcap-names because we may have to recompile
 # programs or foreign programs won't work
@@ -434,6 +435,7 @@
--enable-sigwinch   \
--enable-colorfgbg  \
--enable-sp-funcs   \
+   --enable-interop\
 %if %abi >= 6
--with-pthread  \
--enable-reentrant  \
@@ -564,6 +566,7 @@
--enable-ext-mouse  \
--disable-widec \
--disable-ext-colors\
+   --disable-overwrite \
 %if %{with symversion}

--with-versioned-syms=${PWD}/package/ncursest.map \
 %endif
@@ -604,6 +607,7 @@
--enable-ext-mouse  \
--enable-widec  \
--enable-ext-colors \
+   --disable-overwrite \
 %if %{with symversion}

--with-versioned-syms=${PWD}/package/ncursestw.map \
 %endif
@@ -650,6 +654,7 @@
--enable-ext-mouse  \
--enable-widec  \
--enable-ext-colors \
+   --disable-overwrite \
 %if %{with symversion}

--with-versioned-syms=${PWD}/package/ncursestw.map \
 %endif

++ ncurses-5.9-overwrite.dif ++
--- /var/tmp/diff_new_pack.1Bvupv/_old  2015-05-06 11:21:53.0 +0200
+++ /var/tmp/diff_new_pack.1Bvupv/_new  2015-05-06 11:21:53.0 +0200
@@ -15,11 +15,11 @@
  AC_ARG_ENABLE(database,
 --- configure
 +++ configure  2013-09-30 09:17:52.0 +
-@@ -6799,6 +6799,7 @@ else
+@@ -6956,6 +6956,7 @@ else
  fi;
- echo "$as_me:6900: result: $with_overwrite" >&5
+ echo "$as_me:6957: result: $with_overwrite" >&5
  echo "${ECHO_T}$with_overwrite" >&6
 +WITH_OVERWRITE="$with_overwrite"
  
- echo "$as_me:6903: checking if external terminfo-database is used" >&5
+ echo "$as_me:6960: checking if external terminfo-database is used" >&5
  echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6

++ ncurses-5.9-patches.tar.bz2 ++
 93031 lines of diff (skipped)

++ ncurses-5.9.dif ++
--- /var/tmp/diff_new_pack.1Bvupv/_old  2015-05-06 11:21:58.0 +0200
+++ /var/tmp/diff_new_pack.1Bvupv/_new  2015-05-06 11:21:58.0 +0200
@@ -7,7 +7,7 @

commit libtool for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package libtool for openSUSE:Factory checked 
in at 2015-05-06 11:21:35

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


Package is "libtool"

Changes:

--- /work/SRC/openSUSE:Factory/libtool/libtool-testsuite.changes
2015-04-28 20:41:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.libtool.new/libtool-testsuite.changes   
2015-05-06 11:21:37.0 +0200
@@ -1,0 +2,5 @@
+Mon May  4 09:40:09 CEST 2015 - p...@suse.de
+
+- Fix call of install_info.
+
+---
libtool.changes: same change



Other differences:
--
++ libtool-testsuite.spec ++
--- /var/tmp/diff_new_pack.s3BoId/_old  2015-05-06 11:21:38.0 +0200
+++ /var/tmp/diff_new_pack.s3BoId/_new  2015-05-06 11:21:38.0 +0200
@@ -91,7 +91,10 @@
 %endif
 
 %post
-%install_info --info-dir=%{_infodir} %{_infodir}/libtool.info*.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/libtool.info.gz
+
+%postun
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info.gz
 
 %preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info*.gz

++ libtool.spec ++
--- /var/tmp/diff_new_pack.s3BoId/_old  2015-05-06 11:21:38.0 +0200
+++ /var/tmp/diff_new_pack.s3BoId/_new  2015-05-06 11:21:38.0 +0200
@@ -91,7 +91,10 @@
 %endif
 
 %post
-%install_info --info-dir=%{_infodir} %{_infodir}/libtool.info*.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/libtool.info.gz
+
+%postun
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info.gz
 
 %preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/libtool.info*.gz






commit pcre for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package pcre for openSUSE:Factory checked in 
at 2015-05-06 11:21:22

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


Package is "pcre"

Changes:

--- /work/SRC/openSUSE:Factory/pcre/pcre.changes2015-03-16 
06:52:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.pcre.new/pcre.changes   2015-05-06 
11:21:23.0 +0200
@@ -1,0 +2,15 @@
+Thu Apr 30 22:08:31 UTC 2015 - astie...@suse.com
+
+- pcre 8.37:
+  * CVE-2015-2325: Patterns with certain groups specifying a zero
+minimum quantifier caused incorrect code to be compiled,
+leading to an incorrect memory read. [boo#924960]
+  * CVE-2015-2326: Specific patterns containing a forward reference
+with subroutine calls caused incorrect code to be compiled
+[boo#924961]
+  * CVE-2014-8964: If an assertion condition was quantified with a
+minimum of zero, SIGSEGV or other misbehaviour could occur.
+[boo#906574]
+  * further bug fixes as listed in ChangeLog
+
+---

Old:

  pcre-8.36.tar.bz2
  pcre-8.36.tar.bz2.sig

New:

  pcre-8.37.tar.bz2
  pcre-8.37.tar.bz2.sig



Other differences:
--
++ pcre.spec ++
--- /var/tmp/diff_new_pack.UjSQsI/_old  2015-05-06 11:21:24.0 +0200
+++ /var/tmp/diff_new_pack.UjSQsI/_new  2015-05-06 11:21:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pcre
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   pcre
-Version:8.36
+Version:8.37
 Release:0
 Summary:A library for Perl-compatible regular expressions
 License:BSD-3-Clause

++ pcre-8.36.tar.bz2 -> pcre-8.37.tar.bz2 ++
 35736 lines of diff (skipped)




commit brp-extract-appdata for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package brp-extract-appdata for 
openSUSE:Factory checked in at 2015-05-06 11:21:44

Comparing /work/SRC/openSUSE:Factory/brp-extract-appdata (Old)
 and  /work/SRC/openSUSE:Factory/.brp-extract-appdata.new (New)


Package is "brp-extract-appdata"

Changes:

--- /work/SRC/openSUSE:Factory/brp-extract-appdata/brp-extract-appdata.changes  
2015-04-12 00:09:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.brp-extract-appdata.new/brp-extract-appdata.changes 
2015-05-06 11:21:45.0 +0200
@@ -1,0 +2,6 @@
+Mon May  4 12:39:13 UTC 2015 - dims...@opensuse.org
+
+- Sort the array of icons to be added to appdata.xml: this has the
+  nice side-effect that the resulting appdata.xml are reproducible.
+
+---



Other differences:
--
++ brp-extract-appdata.pl ++
--- /var/tmp/diff_new_pack.HGqEnE/_old  2015-05-06 11:21:46.0 +0200
+++ /var/tmp/diff_new_pack.HGqEnE/_new  2015-05-06 11:21:46.0 +0200
@@ -93,7 +93,7 @@
 
   my %have;
   my @res;
-  for my $loc (@locs) {
+  for my $loc (sort @locs) {
 my $fn = $loc;
 $fn =~ s/^\/?/\//;
 next if $have{$fn};




commit texinfo for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2015-05-06 11:21:30

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


Package is "texinfo"

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2015-04-05 
02:02:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2015-05-06 
11:21:31.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 24 10:05:14 UTC 2015 - wer...@suse.de
+
+- Add pre requires for install_info for scriptlets 
+
+---



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.vqX1ej/_old  2015-05-06 11:21:32.0 +0200
+++ /var/tmp/diff_new_pack.vqX1ej/_new  2015-05-06 11:21:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package texinfo
 #
-# 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
@@ -45,6 +45,8 @@
 BuildRequires:  zlib-devel
 Requires:   makeinfo
 Requires:   perl
+Requires(post): %install_info_prereq
+Requires(preun): %install_info_prereq
 %if 0%{?suse_version} > 1220
 Requires:   texlive-bibtex
 Requires:   texlive-latex







commit po-utils for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package po-utils for openSUSE:Factory 
checked in at 2015-05-06 11:19:29

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


Package is "po-utils"

Changes:

--- /work/SRC/openSUSE:Factory/po-utils/po-utils.changes2015-03-11 
09:58:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.po-utils.new/po-utils.changes   2015-05-06 
11:19:30.0 +0200
@@ -1,0 +2,7 @@
+Tue May  5 15:14:14 UTC 2015 - mplus...@suse.com
+
+- Update dependencies
+- Cleanup spec file with spec-cleaner
+- Use %configure macro
+
+---



Other differences:
--
++ po-utils.spec ++
--- /var/tmp/diff_new_pack.19dOVZ/_old  2015-05-06 11:19:30.0 +0200
+++ /var/tmp/diff_new_pack.19dOVZ/_new  2015-05-06 11:19:30.0 +0200
@@ -17,47 +17,46 @@
 
 
 Name:   po-utils
-BuildRequires:  automake
-BuildRequires:  bison
-BuildRequires:  emacs-nox
-BuildRequires:  flex
+Version:0.5
+Release:0
 Summary:Free PO Utilities
 License:GPL-2.0+
 Group:  Development/Tools/Other
-Version:0.5
-Release:0
 Url:http://po-utils.progiciels-bpi.ca/
 Source: 
http://www.iro.umontreal.ca/contrib/po-utils/po-utils-%{version}.tar.gz
-Patch:  po-utils-%{version}.diff
+Patch0: po-utils-%{version}.diff
 Patch1: warn.patch
 Patch2: lflags.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  bison
+BuildRequires:  emacs-nox
+BuildRequires:  flex
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 A collection of tools for handling PO files.
 
 %prep
-%setup
-%patch
+%setup -q
+%patch0
 %patch1
 %patch2
 
 %build
 autoreconf -fi
-CFLAGS=$RPM_OPT_FLAGS \
-./configure --prefix=/usr --infodir=%{_infodir} --mandir=%{_mandir}
-export LC_CTYPE=ISO-8859-1
+%configure
 export EMACS_UNIBYTE=1
-make
+make %{?_smp_mflags}
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
-rm -f $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/po-mode.el*
+rm -f %{buildroot}%{_datadir}/emacs/site-lisp/po-mode.el*
 
 %files
 %defattr(-, root, root)
 %doc AUTHORS COPYING NEWS README THANKS
-/usr/bin/xpot
+%{_bindir}/xpot
 # /usr/share/emacs/site-lisp/po-mode.el
 # /usr/share/emacs/site-lisp/po-mode.elc
 




commit uget for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package uget for openSUSE:Factory checked in 
at 2015-05-06 11:19:30

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


Package is "uget"

Changes:

--- /work/SRC/openSUSE:Factory/uget/uget.changes2014-10-06 
12:06:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.uget.new/uget.changes   2015-05-06 
11:19:32.0 +0200
@@ -1,0 +2,15 @@
+Fri May  1 13:23:31 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.0:
+  + Enable infinite retries if retry limit is zero.
+  + Don't remove filename from last download.
+  + Set limit of max connections to 16.
+  + Add new item "Keyboard Shortcuts" to help menu.
+- Changes from version 1.10.5:
+  + Fix GnuTLS build problem (--with-gnutls).
+- Drop uget-libgcrypt.patch: Fixed upstream.
+- Following above changes, drop libtool BuildRequires and call to
+  autoreconf. Exchange --enable-gnutls for --with-gnutls as
+  configure option.
+
+---

Old:

  uget-1.10.4.tar.gz
  uget-libgcrypt.patch

New:

  uget-2.0.tar.gz



Other differences:
--
++ uget.spec ++
--- /var/tmp/diff_new_pack.pBVf52/_old  2015-05-06 11:19:33.0 +0200
+++ /var/tmp/diff_new_pack.pBVf52/_new  2015-05-06 11:19:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package uget
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,27 +17,21 @@
 
 
 Name:   uget
-Version:1.10.4
+Version:2.0
 Release:0
 Summary:Easy-to-use GTK+ Download Manager
 License:LGPL-2.1+
 Group:  Productivity/Networking/Web/Utilities
 Url:http://ugetdm.com
-Source: 
http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/1.10.4/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM uget-libgcrypt.patch dims...@opensuse.org -- Fix linking 
libgcrypt when gnutls enabled
-Patch0: uget-libgcrypt.patch
+Source: 
http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/2.0/%{name}-%{version}.tar.gz
 BuildRequires:  intltool
 %if 0%{?WITH_APPINDICATOR}
 BuildRequires:  pkgconfig(appindicator3-0.1)
 %endif
 BuildRequires:  libcurl-devel
-## FIXME - reenable on next versionupdate
-#BuildRequires:  libgcrypt-devel
-# Needed for patch0 - Temp disabled.
-#BuildRequires:  libtool
+BuildRequires:  libgcrypt-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
-## FIXME - reenable on next versionupdate
 BuildRequires:  pkgconfig(gnutls)
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4
@@ -54,15 +48,10 @@
 %lang_package
 %prep
 %setup -q
-## PATCH disabled as it makes uget sefault on startup.
-#%patch0 -p1
 
 %build
-# Needed for patch0 --temp disabled since it makes uget segfault.
-#autoreconf -fiv
 %configure \
-## FIXME - reenable on next versionupdate
-#--enable-gnutls \
+--with-gnutls \
 %if 0%{?WITH_APPINDICATOR}
 --enable-appindicator=yes
 %endif
@@ -86,6 +75,7 @@
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog README COPYING
 %{_bindir}/%{name}-gtk
+%{_bindir}/uget-gtk-1to2
 %{_datadir}/applications/%{name}-gtk.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}-icon.*
 %{_datadir}/icons/hicolor/*/apps/%{name}-tray-*

++ uget-1.10.4.tar.gz -> uget-2.0.tar.gz ++
 168621 lines of diff (skipped)




commit pdns-recursor for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package pdns-recursor for openSUSE:Factory 
checked in at 2015-05-06 11:19:33

Comparing /work/SRC/openSUSE:Factory/pdns-recursor (Old)
 and  /work/SRC/openSUSE:Factory/.pdns-recursor.new (New)


Package is "pdns-recursor"

Changes:

--- /work/SRC/openSUSE:Factory/pdns-recursor/pdns-recursor.changes  
2015-02-20 12:01:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.pdns-recursor.new/pdns-recursor.changes 
2015-05-06 11:19:33.0 +0200
@@ -1,0 +2,20 @@
+Wed Apr 29 07:13:09 UTC 2015 - mrueck...@suse.de
+
+- call systemd-tmpfiles during installation
+
+---
+Thu Apr 23 12:21:59 UTC 2015 - mich...@stroeder.com
+
+- update to 3.7.2 with a fix for CVE-2015-1868 (boo# 927569)
+  Bug fixes:
+  - commit adb10be commit 3ec3e0f commit dc02ebf Fix handling of
+forward references in label compressed packets; fixes
+CVE-2015-1868
+  - commit a7be3f1: make sure we never call sendmsg with
+msg_control!=NULL && msg_controllen>0. Fixes ticket #2227
+  - commit 9d835ed: Improve robustness of root-nx-trust.
+  Improvements:
+  - commit 99c595b: Silence warnings that always occur on FreeBSD
+(Ruben Kerkhof)
+
+---

Old:

  pdns-recursor-3.7.1.tar.bz2

New:

  pdns-recursor-3.7.2.tar.bz2



Other differences:
--
++ pdns-recursor.spec ++
--- /var/tmp/diff_new_pack.onFZJT/_old  2015-05-06 11:19:34.0 +0200
+++ /var/tmp/diff_new_pack.onFZJT/_new  2015-05-06 11:19:34.0 +0200
@@ -24,7 +24,7 @@
 
 
 Name:   pdns-recursor
-Version:3.7.1
+Version:3.7.2
 Release:1
 %define pkg_version%{version}
 #
@@ -118,6 +118,7 @@
 
 %if 0%{?suse_version} && %{with systemd}
 %post
+systemd-tmpfiles --create /usr/lib/tmpfiles.d/pdns-recursor.conf || true
 %service_add_post %{name}.service
 %endif
 

++ pdns-recursor-3.7.1.tar.bz2 -> pdns-recursor-3.7.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pdns-recursor-3.7.1/README 
new/pdns-recursor-3.7.2/README
--- old/pdns-recursor-3.7.1/README  2015-02-12 11:16:00.0 +0100
+++ new/pdns-recursor-3.7.2/README  2015-04-21 15:02:57.0 +0200
@@ -2,7 +2,9 @@
 -
 For full details, please read:
 
-   http://doc.powerdns.com/built-in-recursor.html
+   https://doc.powerdns.com/md/recursor/
+
+Here follow some brief notes that may be useful to get you going.
 
 COMPILING
 -
@@ -14,76 +16,29 @@
 You only need to download it, there is no need to compile.
 
 On most modern UNIX distributions, you can simply install 'boost' or
-'boost-dev' or 'boost-devel'. If you don't have that option, or don't want
-to use it, try:
-
-1) head to http://sourceforge.net/project/showfiles.php?group_id=7586 and
-download the latest boost tar.bz2 or tar.gz, perhaps from:
-http://downloads.sourceforge.net/project/boost/boost/1.39.0/boost_1_39_0.tar.bz2?use_mirror=ovh
-(use the first link if this one doesn't work)
-
-2) untar it:
-
-$ tar xjf boost_1_39_0.tar.bz2
-
-3) Compile the PowerDNS recursor using:
-
-$ CXXFLAGS=-I./boost_1_39_0/ ./configure
-$ CXXFLAGS=-I./boost_1_39_0/ make clean 
-$ CXXFLAGS=-I./boost_1_39_0/ make all
-(the 'clean' is needed to have make pick up the new boost)
-
-4) Run ./pdns_recursor and you should be set!
-
-5) (g)make install
-
-(use gmake on many BSD variant and Solaris, regular make on Linux)
+'boost-dev' or 'boost-devel'. Otherwise, just download boost, and point the
+compiler at the right directory using CPPFLAGS.
 
 OPTIONAL LUA SCRIPTING
 --
 To benefit from Lua scripting, as described on
 http://doc.powerdns.com/recursor-scripting.html please compile like this:
 
-$ LUA=1 (g)make
+$ LUA=1 ./configure ; LUA=1 (g)make
+
 or even
 
 $ LUA=1 LUA_CPPFLAGS_CONFIG=-I/usr/local/include/lua5.1 
LUA_LIBS_CONFIG=-llua5.1\
+   ./configure
+$ LUA=1 LUA_CPPFLAGS_CONFIG=-I/usr/local/include/lua5.1 
LUA_LIBS_CONFIG=-llua5.1\
(g)make
 
 Use the _CONFIG settings to point out to PowerDNS where your Lua
-installation resides. PowerDNS supports both Lua 5.0 and 5.1.
-
-PLATFORM SPECIFIC NOTES

-When compiling on Solaris 8, use:
-$ CPPFLAGS=-DSOLARIS8 ... gmake 
-
-where ... stands for any possible CXXFLAGS or PROFILEFLAGS, see below.
-
-PERFORMANCE

-When on Intel/AMD, by ALL means use a 64-bit binary (not just a 64-bit
-kernel). This speeds up most things by at least a factor 2.
-
-For the utmost in performance, compile like this:
-
-   $ PROFILEFLAGS=-fprofile-generate make
-
-Then run the program for a bit, in as much of 

commit idep for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package idep for openSUSE:Factory checked in 
at 2015-05-06 11:19:26

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


Package is "idep"

Changes:

--- /work/SRC/openSUSE:Factory/idep/idep.changes2011-10-18 
14:15:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.idep.new/idep.changes   2015-05-06 
11:19:27.0 +0200
@@ -1,0 +2,7 @@
+Tue May  5 15:01:52 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Update dependencies
+- Use %configure macro
+
+---



Other differences:
--
++ idep.spec ++
--- /var/tmp/diff_new_pack.Zm6PL5/_old  2015-05-06 11:19:27.0 +0200
+++ /var/tmp/diff_new_pack.Zm6PL5/_new  2015-05-06 11:19:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package idep
 #
-# 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,26 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   idep
-BuildRequires:  gcc-c++
-BuildRequires:  libtool
-Summary:Track the Dependencies in your C or C++ Code
 Version:0.5
-Release:140
+Release:0
+Summary:Track the Dependencies in your C or C++ Code
 License:GPL-2.0+
-Url:http://www.stolk.org
 Group:  Development/Languages/C and C++
+Url:http://www.stolk.org
 Source: %{name}-%{version}.tar.bz2
 Patch0: %{name}-%{version}-configure.diff
 Patch1: idep-C_headers.patch
 Patch2: idep-foreign_package.patch
 Patch3: idep-constify_args.patch
 Patch4: idep-call_LT_INIT.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define _prefix/usr
 
 %description
 Idep can be used for checking the dependencies of C++ include files. It
@@ -48,12 +47,6 @@
 
 - Detects inclusions that could be pruned
 
-
-
-Authors:
-
-Bram Stolk (b.st...@chello.nl)
-
 %prep
 %setup -q
 %patch0
@@ -65,14 +58,10 @@
 
 %build
 autoreconf -fi
-export CXXFLAGS="$RPM_OPT_FLAGS -W -Wall"
-./configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir}
+%configure
 
 %install
-make DESTDIR=%{buildroot} install
-
-%clean
-rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-, root, root)




commit perl-Chart for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Chart for openSUSE:Factory 
checked in at 2015-05-06 11:19:18

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


Package is "perl-Chart"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Chart/perl-Chart.changes2014-10-06 
22:04:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Chart.new/perl-Chart.changes   
2015-05-06 11:19:19.0 +0200
@@ -1,0 +2,6 @@
+Sat May  2 09:12:02 UTC 2015 - co...@suse.com
+
+- updated to 2.4.10
+   see /usr/share/doc/packages/perl-Chart/
+
+---

Old:

  Chart-2.4.5.tar.gz

New:

  Chart-2.4.10.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Chart.spec ++
--- /var/tmp/diff_new_pack.wtAEQK/_old  2015-05-06 11:19:20.0 +0200
+++ /var/tmp/diff_new_pack.wtAEQK/_new  2015-05-06 11:19:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Chart
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,24 +17,25 @@
 
 
 Name:   perl-Chart
+Version:2.4.10
+Release:0
 %define cpan_name Chart
-Summary:Series of charting modules
-License:Artistic-1.0 or GPL-1.0+
+Summary:Series of Charting Modules
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:2.4.5
-Release:0
 Url:http://search.cpan.org/dist/Chart/
-Source: 
http://search.cpan.org/CPAN/authors/id/C/CH/CHARTGRP/Chart-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/C/CH/CHARTGRP/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(GD) >= 2
 Requires:   perl(GD) >= 2
+%{perl_requires}
 
 %description
-These manpages give you the most important information about Chart. There
+These man-pages give you the most important information about Chart. There
 is also a complete documentation (Documentation.pdf) within the Chart
 package. Look at it to get more information. This module is an attempt to
 build a general purpose graphing module that is easily modified and
@@ -47,8 +48,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-# rpmlint: spurious-executable-perm
-%{__chmod} 0644 TODO
+find . -type f -print0 | xargs -0 chmod 644
 
 rm -f pm_to_blib
 
@@ -61,18 +61,11 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Documentation.pdf README rgb.txt TODO
+%defattr(-,root,root,755)
+%doc doc Documentation.pdf README TODO
 
 %changelog

++ Chart-2.4.5.tar.gz -> Chart-2.4.10.tar.gz ++
 24435 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module



commit mcpp for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package mcpp for openSUSE:Factory checked in 
at 2015-05-06 11:19:24

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


Package is "mcpp"

Changes:

--- /work/SRC/openSUSE:Factory/mcpp/mcpp.changes2012-11-02 
17:30:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.mcpp.new/mcpp.changes   2015-05-06 
11:19:25.0 +0200
@@ -1,0 +2,6 @@
+Tue May  5 13:26:18 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Cleanup spec file with spec-cleaner
+
+---

Old:

  mcpp-2.7.2.tar.bz2

New:

  mcpp-2.7.2.tar.gz



Other differences:
--
++ mcpp.spec ++
--- /var/tmp/diff_new_pack.8tos2R/_old  2015-05-06 11:19:26.0 +0200
+++ /var/tmp/diff_new_pack.8tos2R/_new  2015-05-06 11:19:26.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package mcpp (Version 2.7.2)
+# spec file for package mcpp
 #
-# Copyright (c) 2009 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,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   mcpp
-Url:http://mcpp.sourceforge.net/
+Version:2.7.2
+Release:0
+Summary:Matsui's C Preprocessor
 License:BSD-3-Clause
 Group:  Development/Languages/C and C++
-Summary:Matsui's C Preprocessor
-Version:2.7.2
-Release:1
-Source0:%{name}-%{version}.tar.bz2
+Url:http://mcpp.sourceforge.net/
+Source0:
http://sourceforge.net/projects/mcpp/files/mcpp/V.%{version}/%{name}-%{version}.tar.gz
 Patch0: %{name}-%{version}.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -33,15 +31,9 @@
 mcpp is a small and portable C/C++ preprocessor implementing all of
 C90, C99 and C++98.
 
-
-
-Authors:
-
-Kiyoshi Matsui 
-
 %define _libname libmcpp0
+
 %package -n %{_libname}
-#
 Summary:The shared library of Matsui's C Preprocessor
 Group:  Development/Libraries/C and C++
 
@@ -52,11 +44,11 @@
 This package holds the shared libraries of libev.
 
 %package devel
-#
 Summary:Development files for mcpp
 Group:  Development/Libraries/C and C++
 Requires:   %{_libname} = %{version}
 Requires:   %{name} = %{version}
+
 %description devel
 mcpp is a small and portable C/C++ preprocessor implementing all of
 C90, C99 and C++98.
@@ -68,25 +60,23 @@
 %patch0 -p1
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -D_BSD_SOURCE"
+export CFLAGS="%{optflags} -D_BSD_SOURCE"
 %configure --enable-mcpplib
-make %{?jobs:-j %jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-rm -rf $RPM_BUILD_ROOT/usr/share/doc/mcpp
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+rm -rf %{buildroot}%{_datadir}/doc/mcpp
 rm -rf %{buildroot}%{_libdir}/libmcpp.*a
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post   -n %{_libname} -p /sbin/ldconfig
+
 %postun -n %{_libname} -p /sbin/ldconfig
 
 %files
 %defattr(-, root, root)
 %doc doc/mcpp-manual.html LICENSE NEWS README
-%{_prefix}/bin/*
+%{_bindir}/*
 %{_mandir}/man1/mcpp.1.gz
 
 %files -n %{_libname}




commit lua-lgi for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package lua-lgi for openSUSE:Factory checked 
in at 2015-05-06 11:19:13

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


Package is "lua-lgi"

Changes:

New Changes file:

--- /dev/null   2015-04-29 01:05:10.436023256 +0200
+++ /work/SRC/openSUSE:Factory/.lua-lgi.new/lua-lgi.changes 2015-05-06 
11:19:13.0 +0200
@@ -0,0 +1,21 @@
+---
+Wed Apr 29 09:21:46 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.9.0:
+  * Allow defining new properties on custom GObject subclasses
+implemented using lgi.
+  * Improve compatibility with locales (turkish).
+  * Fix GPtrArray handling.
+  * Improve behavior when running in assorted multiple-embedded and
+concurrent scenarios.
+
+---
+Fri Aug 15 13:05:56 UTC 2014 - fre...@suse.com
+
+- new upstream package; version 0.8.0
+
+---
+Tue Jan  8 18:48:57 UTC 2013 - a...@mizerski.pl
+
+- new package; version 0.6.2
+

New:

  lgi-0.9.0.tar.gz
  lua-lgi.changes
  lua-lgi.spec



Other differences:
--
++ lua-lgi.spec ++
#
# spec file for package lua-lgi
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Adam Mizerski 
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define _name lgi
Name:   lua-%{_name}
Version:0.9.0
Release:0
Summary:Lua bindings to GObject libraries
License:MIT
Group:  System/Libraries
Url:https://github.com/pavouk/lgi
Source0:
https://github.com/pavouk/%{_name}/archive/%{version}.tar.gz#/%{_name}-%{version}.tar.gz
BuildRequires:  pkg-config
BuildRequires:  pkgconfig(gmodule-2.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.10.8
BuildRequires:  pkgconfig(libffi)
BuildRequires:  pkgconfig(lua)
Requires:   lua

%description
Dynamic Lua binding to any library which is introspectable
using gobject-introspection. Allows using GObject-based libraries
directly from Lua.

%package doc
Summary:Lua bindings to GObject libraries - documentation and samples
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}

%description doc
Dynamic Lua binding to any library which is introspectable
using gobject-introspection. Allows using GObject-based libraries
directly from Lua.

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

%build
make %{?_smp_mflags} \
  COPTFLAGS="%{optflags}" \

%install
%make_install \
  PREFIX=%{_prefix} \
  LUA_LIBDIR=%{lua_archdir} \
  LUA_SHAREDIR=%{lua_noarchdir}

%files
%defattr(-,root,root)
%doc LICENSE README.md
%{lua_archdir}/%{_name}/
%{lua_noarchdir}/%{_name}.lua
%{lua_noarchdir}/%{_name}/

%files doc
%defattr(-,root,root)
%doc docs samples tools

%changelog



commit dbus-sharp-glib2 for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package dbus-sharp-glib2 for 
openSUSE:Factory checked in at 2015-05-06 11:18:51

Comparing /work/SRC/openSUSE:Factory/dbus-sharp-glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.dbus-sharp-glib2.new (New)


Package is "dbus-sharp-glib2"

Changes:

New Changes file:

--- /dev/null   2015-04-29 01:05:10.436023256 +0200
+++ /work/SRC/openSUSE:Factory/.dbus-sharp-glib2.new/dbus-sharp-glib2.changes   
2015-05-06 11:18:52.0 +0200
@@ -0,0 +1,32 @@
+---
+Sun Jan  4 16:19:52 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.6.0
+  + This release of dbus-sharp-glib is made in tandem with the 0.8.0
+release of dbus-sharp.
+This is a build/internal API fix release for compatibility with
+dbus-sharp. No new features are being introduced.
+- Use download Url as source
+
+---
+Mon Jul 11 07:50:03 UTC 2011 - nmarq...@opensuse.org
+
+- Removed %clean section.
+
+---
+Fri Jul  1 09:15:30 UTC 2011 - nmarq...@opensuse.org
+
+- Spec cleanups:
+  + Minor cleanups on syntax and improved comments.
+  + Use pkgconfig() calls for >= 1130.
+  + For <= 1110 added %{_libexecdir} and replaced %make_install
+method.
+  + Enabled parallel builds (tested ok).
+  + Removed nuking of buildroot on %clean.
+
+---
+Mon Jan 10 23:05:22 UTC 2011 - mic...@sawicz.net
+
+- Initial package, based on the ndesk-dbus-glib package from the
+  Mono OBS project
+

New:

  dbus-sharp-glib-0.6.0.tar.gz
  dbus-sharp-glib2.changes
  dbus-sharp-glib2.spec



Other differences:
--
++ dbus-sharp-glib2.spec ++
#
# spec file for package dbus-sharp-glib2
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# Define _libexecdir for <= 1110
%if 0%{?suse_version} <= 1110
%define _libexecdir %{_prefix}/lib
%endif

Name:   dbus-sharp-glib2
Version:0.6.0
Release:1
License:MIT
Summary:Glib integration for DBus
Url:http://mono.github.com/dbus-sharp-glib/
Group:  Development/Libraries/Other
Source: 
https://github.com/mono/dbus-sharp-glib/releases/download/v0.6/dbus-sharp-glib-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
BuildRequires:  pkgconfig
%if 0%{?suse_version} >= 1130
BuildRequires:  pkgconfig(mono)
BuildRequires:  pkgconfig(dbus-sharp-2.0)
%else
BuildRequires:  mono-devel
BuildRequires:  dbus-sharp-devel
%endif
Requires:   dbus-sharp

%description
This package provides glib integration for Mono.DBus.

%package devel
License:MIT
Summary:Glib integration for DBus - development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}

%description devel
This package provides glib integration for Mono.DBus - Development
files.

%prep
%setup -q -n dbus-sharp-glib-%{version}

%build
# '--target' required on <= 1110 else build fails using configure macro
%configure \
%if 0%{?suse_version} <= 1110
   --target=%{_arch} \
%endif
   --libdir=%{_libexecdir}
make %{?_smp_mflags}

%install
# For backward compatability with <= 1110
make DESTDIR=%{buildroot} install
# Move .pc file to /usr/share/pkgconfig (for no arch) and remove from libdir
install -Dm 0644 dbus-sharp-glib-2.0.pc 
%{buildroot}%{_datadir}/pkgconfig/dbus-sharp-glib-2.0.pc
find %{buildroot}%{_libexecdir} -name dbus-sharp-glib-2.0.pc -type f -print 
-delete

%files
%defattr(-,root,root)
%doc COPYING README
%{_libexecdir}/mono/gac/dbus-sharp-glib/
%{_libexecdir}/mono/dbus-sharp-glib-2.0/

%files devel
%defattr(-,root,root)
%{_datadir}/pkgconfig/dbus-sharp-glib-2.0.pc

%changelog



commit perl-HTML-Format for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-Format for 
openSUSE:Factory checked in at 2015-05-06 11:19:15

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


Package is "perl-HTML-Format"

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTML-Format/perl-HTML-Format.changes
2011-09-23 12:37:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-HTML-Format.new/perl-HTML-Format.changes   
2015-05-06 11:19:16.0 +0200
@@ -1,0 +2,12 @@
+Sat May  2 09:23:58 UTC 2015 - co...@suse.com
+
+- updated to 2.11
+   see /usr/share/doc/packages/perl-HTML-Format/Changes
+
+  2.11  2013-10-27 20:57:23 Europe/London
+  - Typo fixes from dsteinbrunner
+https://github.com/nigelm/html-format/pull/2
+  - Markdown support from mrallen1
+https://github.com/nigelm/html-format/pull/1
+
+---

Old:

  HTML-Format-2.10.tar.gz

New:

  HTML-Format-2.11.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-HTML-Format.spec ++
--- /var/tmp/diff_new_pack.R0NiGg/_old  2015-05-06 11:19:17.0 +0200
+++ /var/tmp/diff_new_pack.R0NiGg/_new  2015-05-06 11:19:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-Format
 #
-# 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,55 +15,75 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-HTML-Format
+Version:2.11
+Release:0
 %define cpan_name HTML-Format
-BuildRequires:  perl-File-Slurp perl-Font-AFM perl-HTML-Tree
-BuildRequires:  perl(Test::More) >= 0.96 perl-macros
-License:GPL-2.0+ or Artistic-1.0
+Summary:Base class for HTML formatters
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Requires:   perl-HTML-Parser perl-HTML-Tagset perl-Font-AFM perl-HTML-Tree
-AutoReqProv:on
-Summary:Perl Modules to Format HTML into Plain Text, PostScript, or RTF
-Version:2.10
-Release:1
-Source: %{cpan_name}-%{version}.tar.gz
-Url:http://cpan.org/authors/id/S/SB/SBURKE
+Url:http://search.cpan.org/dist/HTML-Format/
+Source0:
http://www.cpan.org/authors/id/N/NI/NIGELM/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(File::Slurp)
+BuildRequires:  perl(Font::Metrics::Courier)
+BuildRequires:  perl(Font::Metrics::CourierBold)
+BuildRequires:  perl(Font::Metrics::CourierBoldOblique)
+BuildRequires:  perl(Font::Metrics::CourierOblique)
+BuildRequires:  perl(Font::Metrics::Helvetica)
+BuildRequires:  perl(Font::Metrics::HelveticaBold)
+BuildRequires:  perl(Font::Metrics::HelveticaBoldOblique)
+BuildRequires:  perl(Font::Metrics::HelveticaOblique)
+BuildRequires:  perl(Font::Metrics::TimesBold)
+BuildRequires:  perl(Font::Metrics::TimesBoldItalic)
+BuildRequires:  perl(Font::Metrics::TimesItalic)
+BuildRequires:  perl(Font::Metrics::TimesRoman)
+BuildRequires:  perl(HTML::Element) >= 3.15
+BuildRequires:  perl(HTML::TreeBuilder)
+BuildRequires:  perl(Module::Build) >= 0.360100
+BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(parent)
+Requires:   perl(Font::Metrics::Courier)
+Requires:   perl(Font::Metrics::CourierBold)
+Requires:   perl(Font::Metrics::CourierBoldOblique)
+Requires:   perl(Font::Metrics::CourierOblique)
+Requires:   perl(Font::Metrics::Helvetica)
+Requires:   perl(Font::Metrics::HelveticaBold)
+Requires:   perl(Font::Metrics::HelveticaBoldOblique)
+Requires:   perl(Font::Metrics::HelveticaOblique)
+Requires:   perl(Font::Metrics::TimesBold)
+Requires:   perl(Font::Metrics::TimesBoldItalic)
+Requires:   perl(Font::Metrics::TimesItalic)
+Requires:   perl(Font::Metrics::TimesRoman)
+Requires:   perl(HTML::Element) >= 3.15
+Requires:   perl(HTML::TreeBuilder)
+Requires:   perl(parent)
 %{perl_requires}
 
 %description
-This is a collection of modules that format HTML as plain text,
-PostScript, or RTF.
-
-
+Base class for HTML formatters
 
 %prep
-%setup -n %{cpan_name}-%{version}
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL
-./Build
+%{__perl} Build.PL installdirs=vendor
+./Build build flags=%{?_smp_mflags}
 
 %check
 ./Build test
 

commit perl-Role-Identifiable for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Role-Identifiable for 
openSUSE:Factory checked in at 2015-05-06 11:19:19

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


Package is "perl-Role-Identifiable"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Role-Identifiable/perl-Role-Identifiable.changes
2012-01-09 21:44:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Role-Identifiable.new/perl-Role-Identifiable.changes
   2015-05-06 11:19:20.0 +0200
@@ -1,0 +2,13 @@
+Sat May  2 09:45:00 UTC 2015 - co...@suse.com
+
+- updated to 0.007
+   see /usr/share/doc/packages/perl-Role-Identifiable/Changes
+
+  0.007 2013-10-15 22:18:31 America/New_York
+update bugtracker and repo metadata
+  
+  0.006 2013-08-30 15:41:27 America/New_York
+[NOT QUITE BACKWARD COMPATIBLE]
+idents now have to be non-empty and can't start or end with spaces
+
+---

Old:

  Role-Identifiable-0.005.tar.gz

New:

  Role-Identifiable-0.007.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Role-Identifiable.spec ++
--- /var/tmp/diff_new_pack.xgUxB2/_old  2015-05-06 11:19:20.0 +0200
+++ /var/tmp/diff_new_pack.xgUxB2/_new  2015-05-06 11:19:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Role-Identifiable
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Role-Identifiable
-Version:0.005
+Version:0.007
 Release:0
 %define cpan_name Role-Identifiable
-Summary:Role::Identifiable Perl module
-License:GPL-1.0+ or Artistic-1.0
+Summary:Thing with a List of Tags
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Role-Identifiable/
-Source: 
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -32,12 +33,13 @@
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Role)
 BuildRequires:  perl(Moose::Util::TypeConstraints)
+BuildRequires:  perl(Test::More) >= 0.96
 Requires:   perl(Moose::Role)
 Requires:   perl(Moose::Util::TypeConstraints)
 %{perl_requires}
 
 %description
-sorry, no description found
+a thing with a list of tags
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -54,11 +56,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes LICENSE README
 
 %changelog

++ Role-Identifiable-0.005.tar.gz -> Role-Identifiable-0.007.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Identifiable-0.005/Changes 
new/Role-Identifiable-0.007/Changes
--- old/Role-Identifiable-0.005/Changes 2010-10-28 21:25:54.0 +0200
+++ new/Role-Identifiable-0.007/Changes 2013-10-16 04:18:34.0 +0200
@@ -1,4 +1,11 @@
 Revision history for Role-Identifiable
 
+0.007 2013-10-15 22:18:31 America/New_York
+  update bugtracker and repo metadata
+
+0.006 2013-08-30 15:41:27 America/New_York
+  [NOT QUITE BACKWARD COMPATIBLE]
+  idents now have to be non-empty and can't start or end with spaces
+
 0.005 2010-10-28 15:25:50 America/New_York
   first release, spun off of Throwable-X 0.004
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Identifiable-0.005/LICENSE 
new/Role-Identifiable-0.007/LICENSE
--- old/Role-Identifiable-0.005/LICENSE 2010-10-28 21:25:54.0 +0200
+++ new/Role-Identifiable-0.007/LICENSE 2013-10-16 04:18:34.0 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2010 by Ricardo Signes.
+This software is copyright (c) 2013 by Ricardo Signes.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,21 +12,22 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2010 by Ricardo Signes.
+This software is Copyright (c) 2013 by Ricardo Si

commit zypp-plugin for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package zypp-plugin for openSUSE:Factory 
checked in at 2015-05-06 11:18:41

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


Package is "zypp-plugin"

Changes:

--- /work/SRC/openSUSE:Factory/zypp-plugin/zypp-plugin.changes  2014-01-27 
15:32:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.zypp-plugin.new/zypp-plugin.changes 
2015-05-06 11:18:43.0 +0200
@@ -1,0 +2,12 @@
+Tue Mar 10 17:18:59 CET 2015 - lchiqui...@suse.de
+
+- Add COPYING file
+
+---
+Mon Aug 18 13:31:39 CEST 2014 - m...@suse.de
+
+- Force usage of the official python VM; no longer use 
+  "/usr/bin/env python" (bnc#889363)
+- version 0.5
+
+---

Old:

  zypp-plugin-0.4.tar.bz2

New:

  zypp-plugin-0.5.tar.bz2



Other differences:
--
++ zypp-plugin.spec ++
--- /var/tmp/diff_new_pack.6M8NHz/_old  2015-05-06 11:18:44.0 +0200
+++ /var/tmp/diff_new_pack.6M8NHz/_new  2015-05-06 11:18:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zypp-plugin
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   zypp-plugin
-Version:0.4
+Version:0.5
 Release:0
 Url:https://gitorious.org/opensuse/zypp-plugin
 Summary:Helper that makes writing ZYpp plugins easier
@@ -64,6 +64,7 @@
 
 %files python
 %defattr(-,root,root)
+%doc COPYING
 %{py_sitearch}/*
 
 %changelog

++ zypp-plugin-0.4.tar.bz2 -> zypp-plugin-0.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zypp-plugin/package/zypp-plugin.changes 
new/zypp-plugin/package/zypp-plugin.changes
--- old/zypp-plugin/package/zypp-plugin.changes 2014-01-25 17:23:01.0 
+0100
+++ new/zypp-plugin/package/zypp-plugin.changes 2015-04-28 16:34:26.0 
+0200
@@ -1,4 +1,16 @@
 ---
+Tue Mar 10 17:18:59 CET 2015 - lchiqui...@suse.de
+
+- Add COPYING file
+
+---
+Mon Aug 18 13:31:39 CEST 2014 - m...@suse.de
+
+- Force usage of the official python VM; no longer use 
+  "/usr/bin/env python" (bnc#889363)
+- version 0.5
+
+---
 Sat Jan 25 17:21:49 CET 2014 - m...@suse.de
 
 - Add .pyc/.pyo to package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zypp-plugin/package/zypp-plugin.spec 
new/zypp-plugin/package/zypp-plugin.spec
--- old/zypp-plugin/package/zypp-plugin.spec2014-01-25 17:23:01.0 
+0100
+++ new/zypp-plugin/package/zypp-plugin.spec2015-04-28 16:34:26.0 
+0200
@@ -13,7 +13,7 @@
 # published by the Open Source Initiative.
 #
 Name:  zypp-plugin
-Version:   0.4
+Version:   0.5
 Release:   0
 Group: System/Packages
 License:   GPL-2.0
@@ -61,4 +61,5 @@
 
 %files python
 %defattr(-,root,root)
+%doc COPYING
 %{py_sitearch}/*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zypp-plugin/python/zypp_plugin.py 
new/zypp-plugin/python/zypp_plugin.py
--- old/zypp-plugin/python/zypp_plugin.py   2014-01-25 17:23:01.0 
+0100
+++ new/zypp-plugin/python/zypp_plugin.py   2015-04-28 16:34:26.0 
+0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#! /usr/bin/python
 #
 # Copyright (c) 2010 Novell, Inc.
 # All Rights Reserved.




commit gnutls for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2015-05-06 11:18:34

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


Package is "gnutls"

Changes:

--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes2015-04-28 
20:42:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnutls.new/gnutls.changes   2015-05-06 
11:18:36.0 +0200
@@ -1,0 +2,24 @@
+Tue May  5 12:40:11 UTC 2015 - meiss...@suse.com
+
+- Updated to 3.4.1 (released 2015-05-03)
+
+  ** libgnutls: gnutls_certificate_get_ours: will return the certificate even
+  if a callback was used to send it.
+  ** libgnutls: Check for invalid length in the X.509 version field. Without
+  the check certificates with invalid length would be detected as having an
+  arbitrary version. Reported by Hanno Böck.
+  ** libgnutls: Handle DNS name constraints with a leading dot. Patch by
+  Fotis Loukos.
+  ** libgnutls: Updated system-keys support for windows to compile in more
+  versions of mingw. Patch by Tim Kosse.
+  ** libgnutls: Fix for MD5 downgrade in TLS 1.2 signatures. Reported by
+  Karthikeyan Bhargavan [GNUTLS-SA-2015-2]. bsc#929690
+  ** libgnutls: Reverted: The gnutls_handshake() process will enforce a timeout
+  by default. That caused issues with non-blocking programs.
+  ** certtool: It can generate SHA256 key IDs.
+  ** gnutls-cli: fixed crash in --benchmark-ciphers. Reported by James Cloos.
+  ** API and ABI modifications: gnutls_x509_crt_get_pk_ecc_raw: Added
+
+- gnutls-fix-double-mans.patch: fixed upstream
+
+---

Old:

  gnutls-3.4.0.tar.xz
  gnutls-3.4.0.tar.xz.sig
  gnutls-fix-double-mans.patch

New:

  gnutls-3.4.1.tar.xz
  gnutls-3.4.1.tar.xz.sig



Other differences:
--
++ gnutls.spec ++
--- /var/tmp/diff_new_pack.dsvxTs/_old  2015-05-06 11:18:37.0 +0200
+++ /var/tmp/diff_new_pack.dsvxTs/_new  2015-05-06 11:18:37.0 +0200
@@ -29,7 +29,7 @@
 %bcond_with tpm
 
 Name:   gnutls
-Version:3.4.0
+Version:3.4.1
 Release:0
 Summary:The GNU Transport Layer Security Library
 License:LGPL-2.1+ and GPL-3.0+
@@ -41,9 +41,6 @@
 Source2:%name.keyring
 Source3:baselibs.conf
 
-# PATCH-FIX-UPSTREM gnutls-fix-double-mans.patch meiss...@suse.de -- fixed man 
instll, is in upstream git for 3.4.1
-Patch0: gnutls-fix-double-mans.patch
-
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libidn-devel
@@ -167,7 +164,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 export LDFLAGS="-pie"

++ gnutls-3.4.0.tar.xz -> gnutls-3.4.1.tar.xz ++
/work/SRC/openSUSE:Factory/gnutls/gnutls-3.4.0.tar.xz 
/work/SRC/openSUSE:Factory/.gnutls.new/gnutls-3.4.1.tar.xz differ: char 26, 
line 1





commit gnome-online-miners for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package gnome-online-miners for 
openSUSE:Factory checked in at 2015-05-06 11:17:44

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


Package is "gnome-online-miners"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-online-miners/gnome-online-miners.changes  
2015-04-23 08:00:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-online-miners.new/gnome-online-miners.changes 
2015-05-06 11:17:46.0 +0200
@@ -1,0 +2,7 @@
+Mon May  4 15:06:47 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.14.3:
+  + gdata: Treat the GDataEntry:id as an opaque string
+(bgo#748253).
+
+---

Old:

  gnome-online-miners-3.14.2.tar.xz

New:

  gnome-online-miners-3.14.3.tar.xz



Other differences:
--
++ gnome-online-miners.spec ++
--- /var/tmp/diff_new_pack.o3QwgM/_old  2015-05-06 11:17:47.0 +0200
+++ /var/tmp/diff_new_pack.o3QwgM/_new  2015-05-06 11:17:47.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gnome-online-miners
-Version:3.14.2
+Version:3.14.3
 Release:0
 Summary:Crawls through your online content
 License:GPL-2.0+

++ gnome-online-miners-3.14.2.tar.xz -> gnome-online-miners-3.14.3.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-online-miners-3.14.2/NEWS 
new/gnome-online-miners-3.14.3/NEWS
--- old/gnome-online-miners-3.14.2/NEWS 2015-04-14 17:30:48.0 +0200
+++ new/gnome-online-miners-3.14.3/NEWS 2015-05-04 16:12:30.0 +0200
@@ -1,3 +1,10 @@
+Overview of changes in 3.14.3
+=
+
+* Bugs fixed:
+ 748253 gdata: Treat the GDataEntry:id as an opaque string
+
+
 Overview of changes in 3.14.2
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-online-miners-3.14.2/configure 
new/gnome-online-miners-3.14.3/configure
--- old/gnome-online-miners-3.14.2/configure2015-04-14 17:37:11.0 
+0200
+++ new/gnome-online-miners-3.14.3/configure2015-05-04 16:15:07.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GNOME Online Miners 3.14.2.
+# Generated by GNU Autoconf 2.69 for GNOME Online Miners 3.14.3.
 #
 # Report bugs to 
.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='GNOME Online Miners'
 PACKAGE_TARNAME='gnome-online-miners'
-PACKAGE_VERSION='3.14.2'
-PACKAGE_STRING='GNOME Online Miners 3.14.2'
+PACKAGE_VERSION='3.14.3'
+PACKAGE_STRING='GNOME Online Miners 3.14.3'
 
PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-online-miners'
 PACKAGE_URL='https://wiki.gnome.org/Projects/GnomeOnlineMiners'
 
@@ -1376,7 +1376,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures GNOME Online Miners 3.14.2 to adapt to many kinds of 
systems.
+\`configure' configures GNOME Online Miners 3.14.3 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1447,7 +1447,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of GNOME Online Miners 3.14.2:";;
+ short | recursive ) echo "Configuration of GNOME Online Miners 3.14.3:";;
esac
   cat <<\_ACEOF
 
@@ -1596,7 +1596,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNOME Online Miners configure 3.14.2
+GNOME Online Miners configure 3.14.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1874,7 +1874,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GNOME Online Miners $as_me 3.14.2, which was
+It was created by GNOME Online Miners $as_me 3.14.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2745,7 +2745,7 @@
 
 # Define the identity of the package.
  PACKAGE='gnome-online-miners'
- VERSION='3.14.2'
+ VERSION='3.14.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13484,7 +13484,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by GNOME Online Miners $as_me 3.14.2, which was
+This file was extended by GNOME Online Miners $as_me 3.1

commit libzip for openSUSE:Factory

2015-05-06 Thread h_root


binsVNie1TbET.bin
Description: Binary data


commit parted for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package parted for openSUSE:Factory checked 
in at 2015-05-06 11:18:22

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


Package is "parted"

Changes:

--- /work/SRC/openSUSE:Factory/parted/parted.changes2015-04-30 
10:50:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.parted.new/parted.changes   2015-05-06 
11:18:24.0 +0200
@@ -1,0 +2,71 @@
+Tue May  5 13:39:24 UTC 2015 - pu...@suse.com
+
+- Do not warn about shrinking a partition if script mode is used
+  (bnc#929189)
+  - add: parted-do-not-warn-when-shrinking-in-script-mode.patch
+
+---
+Wed Feb 11 15:01:56 UTC 2015 - pu...@suse.com
+
+- Update to parted-3.2; Notable changes:
+  - Added new partition type flag, esp, to set the type to 0xEF on
+MS-DOS.  Also aliased to boot on GPT to set the UEFI ESP GUID.
+  - You can now choose to ignore errors about partitions that
+overlap, or are longer than the disk.  This allows you to use
+parted to repair the problem.
+  - When attempting to manipulate a mounted partition, parted now
+issues a warning that you can choose to ignore, instead of an
+error.
+  - When creating a loop label, it automatically comes with a
+partition using the whole disk.
+  - parted -l no longer lists device-mapper devices other than
+dmraid whole disks.
+  - Added new Linux-specific partition GUID type code
+(0FC63DAF-8483-4772-8E79-3D69D8477DE4) for Linux filesystem
+data on GPT disks.  This type code is now assigned as the
+default partition type code for new partitions holding Linux
+filesystems.
+  - Added new "msftdata" flag to identify partitions holding NTFS
+or FAT filesystems on GPT disks.  This flag corresponds to a
+GPT type code of EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
+("Microsoft Basic Data").  Since Linux filesystem partitions
+formerly used this type code, this flag may optionally be set
+on Linux partitions to make the partition table type codes
+match former configurations in case the new Linux filesystem
+type code causes problems with some utility.  Note that this
+flag cannot be removed from NTFS or FAT partitions within
+parted except by setting a competing flag, such as "boot"
+(which sets the type code used by EFI System partitions) or
+"msftres" (which sets the "Microsoft Reserved" type code).
+  - Many bugfixes (see /usr/share/doc/packages/parted/NEWS)
+- merge parted-fix-cciss-partition-naming.patch,
+  libparted-fix-mmcblk-partition-name.patch,
+  fix-dm-partition-name.patch
+  into libparted-partition-naming.patch
+- Add parted-resize-alias-to-resizepart.patch
+- Add libparted-avoid-libdevice-mapper-warnings.patch
+- drop patches (in upstream):
+  - fix-error-informing-the-kernel.patch
+  - Fix-help-text-for-disk_-set-toggle.patch
+  - libparted-Avoid-dasd-as-default-disk-type-while-probe.patch
+  - libparted-add-support-for-EAV-DASD-partitions.patch
+  - libparted-add-support-for-implicit-FBA-DASD-partition.patch
+  - libparted-copy-pmbr_boot-when-duplicating-GPT-disk.patch
+  - libparted-initialize-dasd-part-type.patch
+  - libparted-mklabel-to-support-EAV-DASD.patch
+  - libparted-mklabel-to-support-EDEV-DASD.patch
+  - parted-Add-Intel-Rapid-Start-Technology-partition.patch
+  - parted-GPT-add-support-for-PReP-GUID.patch
+  - parted-btrfs-support.patch
+  - parted-resize-command.patch
+- drop do-not-create-dm-nodes.patch: Not needed anymore since
+  parted DM handling has been reworked.
+- modified more-reliable-informing-the-kernel.patch: No longer
+  call 'udevadm settle' as it was causing issues.
+- add patches from upstream (post-3.2):
+  - lib-fs-resize-prevent-crash-resizing-FAT16.patch
+  - libparted-device-mapper-uses-512b-sectors.patch
+  - parted-dont-crash-in-disk_set-when-disk-label-not-found.patch
+- refresh patches
+
+---

Old:

  Fix-help-text-for-disk_-set-toggle.patch
  do-not-create-dm-nodes.patch
  fix-dm-partition-name.patch
  fix-error-informing-the-kernel.patch
  libparted-Avoid-dasd-as-default-disk-type-while-probe.patch
  libparted-add-support-for-EAV-DASD-partitions.patch
  libparted-add-support-for-implicit-FBA-DASD-partition.patch
  libparted-copy-pmbr_boot-when-duplicating-GPT-disk.patch
  libparted-fix-mmcblk-partition-name.patch
  libparted-initialize-dasd-part-type.patch
  libparted-mklabel-to-support-EAV-DASD.patch
  libparted-mklabel-to-support-EDEV-DASD.patch
  parted-3.1.tar.xz
  parted-3.1.tar.xz.sig
  parted-Add-Intel-Rapid-Start-Technology-partition.patch
  parted-GPT-add-support-for-PReP-GUID.patch
  parted-btrfs-support.patch
  parted-fix-cciss-partition-naming.patch
  p

commit apache2 for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2015-05-06 11:18:10

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


Package is "apache2"

Changes:

--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2015-04-12 
00:09:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes 2015-05-06 
11:18:11.0 +0200
@@ -1,0 +2,13 @@
+Tue May  5 12:36:10 UTC 2015 - kstreit...@suse.com
+
+- simplify apache2.logrotate, use sharedscripts [bnc#713581]
+
+---
+Tue May  5 12:17:21 UTC 2015 - kstreit...@suse.com
+
+- remove curly brackets around format sequence "%y" in 
+  `stat --format="%{y}" %{SOURCE1}` that caused an incorrect
+  evaluation. Add escaping to proper spec-cleaner processing in
+  the future
+
+---



Other differences:
--
++ apache2.spec ++
--- /var/tmp/diff_new_pack.OcY8Ee/_old  2015-05-06 11:18:13.0 +0200
+++ /var/tmp/diff_new_pack.OcY8Ee/_new  2015-05-06 11:18:13.0 +0200
@@ -324,7 +324,7 @@
 sed 's,(" PLATFORM "),(%{platform_string}),' server/core.c > tmp_file && mv 
tmp_file server/core.c
 sed 's/public_html/%{userdir}/g' docs/conf/extra/httpd-userdir.conf.in > 
tmp_file && mv tmp_file docs/conf/extra/httpd-userdir.conf.in
 # Use mtime of .changes for build time
-CHANGES=`stat --format="%{y}" %{SOURCE1}`
+CHANGES=`stat --format="%%y" %{SOURCE1}`
 sed -i -e "s/__DATE__ \" \" __TIME__;/\"$CHANGES\";/" server/buildmark.c
 #
 # now configure Apache


++ apache2.logrotate ++
--- /var/tmp/diff_new_pack.OcY8Ee/_old  2015-05-06 11:18:13.0 +0200
+++ /var/tmp/diff_new_pack.OcY8Ee/_new  2015-05-06 11:18:13.0 +0200
@@ -1,4 +1,4 @@
-/var/log/apache2/access_log {
+/var/log/apache2/access_log /var/log/apache2/ssl_request_log {
 compress
 dateext
 maxage 365
@@ -7,12 +7,14 @@
 notifempty
 missingok
 create 644 root root
+sharedscripts
 postrotate
-systemctl reload apache2.service
+ systemctl reload apache2.service
+ sleep 60
 endscript
 }
 
-/var/log/apache2/error_log {
+/var/log/apache2/error_log /var/log/apache2/suexec.log 
/var/log/apache2/ssl_engine_log /var/log/apache2/deflate.log {
 compress
 dateext
 maxage 365
@@ -21,49 +23,9 @@
 notifempty
 missingok
 create 644 root root
+sharedscripts
 postrotate
-systemctl reload apache2.service
-endscript
-}
-
-/var/log/apache2/suexec.log {
-compress
-dateext
-maxage 365
-rotate 99
-size=+1024k
-notifempty
-missingok
-create 644 root root
-postrotate
-systemctl reload apache2.service
-endscript
-}
-
-/var/log/apache2/ssl_request_log {
-compress
-dateext
-maxage 365
-rotate 99
-size=+4096k
-notifempty
-missingok
-create 644 root root
-postrotate
-systemctl reload apache2.service
-endscript
-}
-
-/var/log/apache2/ssl_engine_log {
-compress
-dateext
-maxage 365
-rotate 99
-size=+1024k
-notifempty
-missingok
-create 644 root root
-postrotate
-systemctl reload apache2.service
+ systemctl reload apache2.service
+ sleep 60
 endscript
 }






commit lcov for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package lcov for openSUSE:Factory checked in 
at 2015-05-06 11:18:04

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


Package is "lcov"

Changes:

--- /work/SRC/openSUSE:Factory/lcov/lcov.changes2015-01-30 
17:47:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.lcov.new/lcov.changes   2015-05-06 
11:18:05.0 +0200
@@ -1,0 +2,6 @@
+Tue May  5 12:50:52 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Cleanup spec file with spec-cleaner
+
+---

Old:

  lcov-1.11.tar.bz2

New:

  lcov-1.11.tar.gz



Other differences:
--
++ lcov.spec ++
--- /var/tmp/diff_new_pack.UnW4vO/_old  2015-05-06 11:18:06.0 +0200
+++ /var/tmp/diff_new_pack.UnW4vO/_new  2015-05-06 11:18:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lcov
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,19 @@
 
 
 Name:   lcov
-Url:http://ltp.sourceforge.net/coverage/lcov.php
-Requires:   gcc
-Requires:   perl-GD
+Version:1.11
+Release:0
 Summary:A Graphical GCOV Front-end
 License:GPL-2.0+
 Group:  Development/Tools/Other
-Version:1.11
-Release:0
-Source: %{name}-%{version}.tar.bz2
+Url:http://ltp.sourceforge.net/coverage/lcov.php
+Source: http://downloads.sourceforge.net/ltp/%{name}-%{version}.tar.gz
 Patch0: %{name}-%{version}-except-unreach.patch
+Requires:   gcc
+Requires:   perl-GD
+Conflicts:  kernel-coverage < 0.1-49
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Conflicts:  kernel-coverage < 0.1-49
 
 %description
 LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects
@@ -38,32 +38,28 @@
 for easy navigation within the file structure.
 
 %prep
-%setup -q -n lcov-%{version}
+%setup -q
 %patch0 -p1
 
 %build
-exit 0
 
 %install
-make install PREFIX=$RPM_BUILD_ROOT
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make install PREFIX=%{buildroot}
 
 %files
 %defattr(644,root,root)
-%config /etc/lcovrc
-%doc /usr/share/man/man1/lcov.1.gz
-%doc /usr/share/man/man1/genhtml.1.gz
-%doc /usr/share/man/man1/geninfo.1.gz
-%doc /usr/share/man/man1/genpng.1.gz
-%doc /usr/share/man/man1/gendesc.1.gz
-%doc /usr/share/man/man5/lcovrc.5.gz
+%config %{_sysconfdir}/lcovrc
+%{_mandir}/man1/lcov.1.gz
+%{_mandir}/man1/genhtml.1.gz
+%{_mandir}/man1/geninfo.1.gz
+%{_mandir}/man1/genpng.1.gz
+%{_mandir}/man1/gendesc.1.gz
+%{_mandir}/man5/lcovrc.5.gz
 %defattr(-,root,root)
-/usr/bin/lcov
-/usr/bin/genhtml 
-/usr/bin/geninfo 
-/usr/bin/genpng  
-/usr/bin/gendesc 
+%{_bindir}/lcov
+%{_bindir}/genhtml
+%{_bindir}/geninfo
+%{_bindir}/genpng
+%{_bindir}/gendesc
 
 %changelog




commit perl-XML-LibXML for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2015-05-06 11:17:51

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


Package is "perl-XML-LibXML"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2015-05-05 00:54:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2015-05-06 11:17:52.0 +0200
@@ -1,0 +2,11 @@
+Tue May  5 08:51:14 UTC 2015 - co...@suse.com
+
+- updated to 2.0121
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0121  2015-05-03
+  - Mention CVE-2015-3451 and related links in the Changes (= this file)
+  entry for 2.0119.
+  - Thanks to Tilmann Haak for pointing it out.
+
+---

Old:

  XML-LibXML-2.0120.tar.gz

New:

  XML-LibXML-2.0121.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.E5sCJo/_old  2015-05-06 11:17:53.0 +0200
+++ /var/tmp/diff_new_pack.E5sCJo/_new  2015-05-06 11:17:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML
-Version:2.0120
+Version:2.0121
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2

++ XML-LibXML-2.0120.tar.gz -> XML-LibXML-2.0121.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0120/Changes 
new/XML-LibXML-2.0121/Changes
--- old/XML-LibXML-2.0120/Changes   2015-05-01 11:44:45.0 +0200
+++ new/XML-LibXML-2.0121/Changes   2015-05-03 14:02:23.0 +0200
@@ -1,5 +1,10 @@
 Revision history for Perl extension XML::LibXML
 
+2.0121  2015-05-03
+- Mention CVE-2015-3451 and related links in the Changes (= this file)
+entry for 2.0119.
+- Thanks to Tilmann Haak for pointing it out.
+
 2.0120  2015-05-01
 - Replace the test for the previous change with a more meaningful one.
 - Change was to preserve unset options after a _clone() call.
@@ -8,8 +13,13 @@
 for a proposed fix (which was further refined by Shlomi Fish).
 
 2.0119  2015-04-23
-- Preserve unset options after a _clone() call (e.g: in load_xml()).
+- SECURITY: Preserve unset options after a _clone() call (e.g: in
+load_xml()).
 - This caused expand_entities(0) to not be preserved/etc.
+- This is a security problem which was assigned the CVE number of
+CVE-2015-3451 .
+- https://access.redhat.com/security/cve/CVE-2015-3451
+- http://seclists.org/oss-sec/2015/q2/313
 - Thanks to Tilmann Haak from xing.com for the report.
 
 2.0118  2015-02-05
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0120/LibXML.pm 
new/XML-LibXML-2.0121/LibXML.pm
--- old/XML-LibXML-2.0120/LibXML.pm 2015-05-01 11:47:46.0 +0200
+++ new/XML-LibXML-2.0121/LibXML.pm 2015-05-03 14:04:54.0 +0200
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = "2.0120"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0121"; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0120/LibXML.pod 
new/XML-LibXML-2.0121/LibXML.pod
--- old/XML-LibXML-2.0120/LibXML.pod2015-05-01 11:48:07.0 +0200
+++ new/XML-LibXML-2.0121/LibXML.pod2015-05-03 14:05:11.0 +0200
@@ -505,7 +505,7 @@
 
 =head1 VERSION
 
-2.0120
+2.0121
 
 =head1 COPYRIGHT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0120/META.json 
new/XML-LibXML-2.0121/META.json
--- old/XML-LibXML-2.0120/META.json 2015-05-01 11:49:23.0 +0200
+++ new/XML-LibXML-2.0121/META.json 2015-05-03 14:07:50.0 +0200
@@ -68,5 +68,5 @@
  "url" : "https://bitbucket.org/shlomif/perl-xml-libxml";
   }
},
-   "version" : "2.0120"
+   "version" : "2.0121"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0120/META.yml 
new/XML-LibXML-2.0121/META.yml
--- old/XML-LibXML-2.0120/META.yml  2015-05-01 11:49:23.0 +0200
+++ new/XML-LibXML-2.0121/META.yml  2015-05-03 14:07:50.0 +0200
@@ -46,4 +46,4 @@
 resources:
   homepage: https://bitbucket.org/shlomif/perl-xml-libxml
   repository: https://bitbucket.org/shlomif/perl-xml-libxml
-version: '2.0120'
+version: '2.0121'
diff -urN '--exclude=CV

commit xen for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:Factory checked in 
at 2015-05-06 11:17:21

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


Package is "xen"

Changes:

--- /work/SRC/openSUSE:Factory/xen/xen.changes  2015-04-12 00:08:42.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xen.new/xen.changes 2015-05-06 
11:17:22.0 +0200
@@ -1,0 +2,13 @@
+Mon Apr 27 09:55:01 MDT 2015 - carn...@suse.com
+
+- bsc#928783 - Reboot failure; Request backport of upstream Xen
+  patch to 4.5.0, or update pkgs to 4.5.1
+  5513b458-allow-reboot-overrides-when-running-under-EFI.patch
+  5513b4d1-dont-apply-reboot-quirks-if-reboot-set-by-user.patch
+
+---
+Tue Apr 21 12:21:05 UTC 2015 - oher...@suse.de
+
+- bnc#927750 - Avoid errors reported by system-modules-load.service
+
+---

New:

  5513b458-allow-reboot-overrides-when-running-under-EFI.patch
  5513b4d1-dont-apply-reboot-quirks-if-reboot-set-by-user.patch
  xen-dom0-modules.service



Other differences:
--
++ xen.spec ++
--- /var/tmp/diff_new_pack.wUw97J/_old  2015-05-06 11:17:26.0 +0200
+++ /var/tmp/diff_new_pack.wUw97J/_new  2015-05-06 11:17:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xen
 #
-# 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
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 # needssslcertforbuild
 
 Name:   xen
@@ -194,6 +193,7 @@
 Source37:   xen2libvirt.py
 # Systemd service files
 Source41:   xencommons.service
+Source42:   xen-dom0-modules.service
 Source57:   xen-utils-0.1.tar.bz2
 # For xen-libs
 Source99:   baselibs.conf
@@ -202,6 +202,8 @@
 # Upstream patches
 Patch1: 5124efbe-add-qxl-support.patch
 Patch2: 551ac326-xentop-add-support-for-qdisk.patch
+Patch3: 5513b458-allow-reboot-overrides-when-running-under-EFI.patch
+Patch4: 5513b4d1-dont-apply-reboot-quirks-if-reboot-set-by-user.patch
 # Upstream qemu
 Patch250:   VNC-Support-for-ExtendedKeyEvent-client-message.patch
 Patch251:   0001-net-move-the-tap-buffer-into-TAPState.patch
@@ -503,6 +505,8 @@
 # Upstream patches
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
 # Upstream qemu patches
 %patch250 -p1
 %patch251 -p1
@@ -868,6 +872,19 @@
 EOF
 %endif
 cp -bavL %{S:41} $RPM_BUILD_ROOT%{_unitdir}
+bn=`basename %{S:42}`
+cp -bavL %{S:42} $RPM_BUILD_ROOT%{_unitdir}/${bn}
+mods="`
+for conf in $(ls $RPM_BUILD_ROOT%{with_systemd_modules_load}/*.conf)
+do
+   grep -v ^# $conf
+   echo -n > $conf
+done
+`"
+for mod in $mods
+do
+   echo "ExecStart=-/usr/bin/env modprobe $mod" >> 
$RPM_BUILD_ROOT%{_unitdir}/${bn}
+done
 rm -rfv $RPM_BUILD_ROOT%{_initddir}
 %else
 # Init scripts

++ 5513b458-allow-reboot-overrides-when-running-under-EFI.patch ++
Subject: x86/EFI: allow reboot= overrides when running under EFI
From: Konrad Rzeszutek Wilk konrad.w...@oracle.com Thu Mar 26 08:25:12 2015 
+0100
Date: Thu Mar 26 08:25:12 2015 +0100:
Git: 89bdb85c5cf5d71683a4eddd6143ee15cc298655

By default we will always use EFI reboot mechanism when
running under EFI platforms. However some EFI platforms
are buggy and need to use the ACPI mechanism to
reboot (such as Lenovo ThinkCentre M57). As such
respect the 'reboot=' override and DMI overrides
for EFI platforms.

Signed-off-by: Konrad Rzeszutek Wilk 

- BOOT_INVALID is just zero
- also consider acpi_disabled in BOOT_INVALID resolution
- duplicate BOOT_INVALID resolution in machine_restart()
- don't fall back from BOOT_ACPI to BOOT_EFI (if it was overridden, it
  surely was for a reason)
- adjust doc change formatting

Signed-off-by: Jan Beulich 
Reviewed-by: Konrad Rzeszutek Wilk 
Reviewed-by: Andrew Cooper 

x86/EFI: fix reboot after c643fb110a

acpi_disabled needs to be moved out of .init.data.

Reported-by: Ross Lagerwall 
From: Konrad Rzeszutek Wilk 
Signed-off-by: Jan Beulich 
Tested-by: Ross Lagerwall 

master commit: c643fb110a51693e82a36ca9178d54f0b9744024
master date: 2015-03-13 11:25:52 +0100
master commit: 8ff330ec11e471919621bce97c069b83b0319d15
master date: 2015-03-23 18:01:51 +0100

diff --git a/docs/misc/xen-command-line.markdown 
b/docs/misc/xen-command-line.markdown
index 0042e0f..3c2b066 100644
--- a/docs/misc/xen-command-line.markdown
+++ b/docs/misc/xen-command-line.markdown
@@ -1091,7 +1091,7 

commit perl-File-Which for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Which for openSUSE:Factory 
checked in at 2015-05-06 11:17:57

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


Package is "perl-File-Which"

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Which/perl-File-Which.changes  
2015-05-05 00:54:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-Which.new/perl-File-Which.changes 
2015-05-06 11:17:58.0 +0200
@@ -1,0 +2,9 @@
+Tue May  5 08:20:44 UTC 2015 - co...@suse.com
+
+- updated to 1.18
+   see /usr/share/doc/packages/perl-File-Which/Changes
+
+  1.18  2015-05-04 15:35:40 -0400
+- Remove prototypes (gh#6)
+
+---

Old:

  File-Which-1.17.tar.gz

New:

  File-Which-1.18.tar.gz



Other differences:
--
++ perl-File-Which.spec ++
--- /var/tmp/diff_new_pack.loU73b/_old  2015-05-06 11:17:59.0 +0200
+++ /var/tmp/diff_new_pack.loU73b/_new  2015-05-06 11:17:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-File-Which
-Version:1.17
+Version:1.18
 Release:0
 %define cpan_name File-Which
 Summary:Perl implementation of the which utility as an API

++ File-Which-1.17.tar.gz -> File-Which-1.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.17/Changes new/File-Which-1.18/Changes
--- old/File-Which-1.17/Changes 2015-05-01 13:06:04.0 +0200
+++ new/File-Which-1.18/Changes 2015-05-04 21:35:43.0 +0200
@@ -1,5 +1,8 @@
 Revision history for File-Which
 
+1.18  2015-05-04 15:35:40 -0400
+  - Remove prototypes (gh#6)
+
 1.17  2015-05-01 07:06:00 -0400
   - Removed pwhich as forwarned in 1.10
   - Migrated to Dist::Zilla (relevant only for development)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.17/META.json 
new/File-Which-1.18/META.json
--- old/File-Which-1.17/META.json   2015-05-01 13:06:04.0 +0200
+++ new/File-Which-1.18/META.json   2015-05-04 21:35:43.0 +0200
@@ -46,6 +46,6 @@
  "web" : "https://github.com/plicease/File-Which";
   }
},
-   "version" : "1.17"
+   "version" : "1.18"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.17/META.yml new/File-Which-1.18/META.yml
--- old/File-Which-1.17/META.yml2015-05-01 13:06:04.0 +0200
+++ new/File-Which-1.18/META.yml2015-05-04 21:35:43.0 +0200
@@ -23,4 +23,4 @@
   bugtracker: https://github.com/plicease/File-Which/issues
   homepage: http://perl.wdlabs.com/File-Which
   repository: git://github.com/plicease/File-Which.git
-version: '1.17'
+version: '1.18'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.17/Makefile.PL 
new/File-Which-1.18/Makefile.PL
--- old/File-Which-1.17/Makefile.PL 2015-05-01 13:06:04.0 +0200
+++ new/File-Which-1.18/Makefile.PL 2015-05-04 21:35:43.0 +0200
@@ -27,7 +27,7 @@
   "TEST_REQUIRES" => {
 "Test::More" => "0.94"
   },
-  "VERSION" => "1.17",
+  "VERSION" => "1.18",
   "test" => {
 "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.17/README new/File-Which-1.18/README
--- old/File-Which-1.17/README  2015-05-01 13:06:04.0 +0200
+++ new/File-Which-1.18/README  2015-05-04 21:35:43.0 +0200
@@ -4,7 +4,7 @@
 
 VERSION
 
-version 1.17
+version 1.18
 
 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.17/dist.ini new/File-Which-1.18/dist.ini
--- old/File-Which-1.17/dist.ini2015-05-01 13:06:04.0 +0200
+++ new/File-Which-1.18/dist.ini2015-05-04 21:35:43.0 +0200
@@ -5,7 +5,7 @@
 license  = Perl_5
 copyright_holder = Per Einar Ellefsen 
 copyright_year   = 2002
-version  = 1.17
+version  = 1.18
 
 [@Author::Plicease]
 release_tests  = 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Which-1.17/lib/File/Which.pm 
new/File-Which-1.18/lib/File/Which.pm
--- old/File-Which-1.17/lib/File/Which.pm   2015-05-01 13:06:04.0 
+0200
+++ new/File-Which-1.18/lib/File/Which.pm   2015-05-04 21:35:43.0 
+0200
@@ -7,17 +7,19 @@
 use File::Spec ();
 
 # ABSTRACT: Perl implementation of the which utility as an API
-our $VERSION = '1.17'; # VERSION
+our $VERSION = '1.18'; # VERSION
 
 
 our @ISA   = 'Exporter';

commit snapper for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package snapper for openSUSE:Factory checked 
in at 2015-05-06 11:18:16

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


Package is "snapper"

Changes:

--- /work/SRC/openSUSE:Factory/snapper/snapper.changes  2015-03-09 
09:59:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.snapper.new/snapper.changes 2015-05-06 
11:18:17.0 +0200
@@ -1,0 +2,11 @@
+Tue May 05 14:08:03 CEST 2015 - aschn...@suse.de
+
+- added option --sync to delete command (fate#317066)
+
+---
+Tue Apr 14 17:58:17 CEST 2015 - aschn...@suse.de
+
+- added option --input to diff command
+- sort files according to locale
+
+---



Other differences:
--
++ snapper-0.2.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.2.6/LIBVERSION new/snapper-0.2.6/LIBVERSION
--- old/snapper-0.2.6/LIBVERSION2015-02-18 18:54:03.0 +0100
+++ new/snapper-0.2.6/LIBVERSION2015-04-15 14:16:56.0 +0200
@@ -1 +1 @@
-3.0.0
+3.1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.2.6/client/commands.cc 
new/snapper-0.2.6/client/commands.cc
--- old/snapper-0.2.6/client/commands.cc2014-04-10 12:28:10.0 
+0200
+++ new/snapper-0.2.6/client/commands.cc2015-05-05 15:36:17.0 
+0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) [2012-2014] Novell, Inc.
+ * Copyright (c) [2012-2015] Novell, Inc.
  *
  * All Rights Reserved.
  *
@@ -351,6 +351,13 @@
 }
 
 
+int
+operator<(const XFile& lhs, const XFile& rhs)
+{
+return File::cmp_lt(lhs.name, rhs.name);
+}
+
+
 list
 command_get_xfiles(DBus::Connection& conn, const string& config_name, unsigned 
int number1,
   unsigned int number2)
@@ -367,10 +374,25 @@
 DBus::Hihi hihi(reply);
 hihi >> files;
 
+files.sort();  // snapperd can have different locale than 
client
+   // so sorting is required here
+
 return files;
 }
 
 
+void
+command_xsync(DBus::Connection& conn, const string& config_name)
+{
+DBus::MessageMethodCall call(SERVICE, OBJECT, INTERFACE, "Sync");
+
+DBus::Hoho hoho(call);
+hoho << config_name;
+
+conn.send_with_reply_and_block(call);
+}
+
+
 vector
 command_xdebug(DBus::Connection& conn)
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.2.6/client/commands.h 
new/snapper-0.2.6/client/commands.h
--- old/snapper-0.2.6/client/commands.h 2014-04-10 12:28:10.0 +0200
+++ new/snapper-0.2.6/client/commands.h 2015-05-05 15:36:17.0 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) [2012-2014] Novell, Inc.
+ * Copyright (c) [2012-2015] Novell, Inc.
  *
  * All Rights Reserved.
  *
@@ -115,5 +115,8 @@
 command_get_xfiles(DBus::Connection& conn, const string& config_name, unsigned 
int number1,
   unsigned int number2);
 
+void
+command_xsync(DBus::Connection& conn, const string& config_name);
+
 vector
 command_xdebug(DBus::Connection& conn);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.2.6/client/snapper.cc 
new/snapper-0.2.6/client/snapper.cc
--- old/snapper-0.2.6/client/snapper.cc 2015-02-18 18:54:03.0 +0100
+++ new/snapper-0.2.6/client/snapper.cc 2015-05-05 15:36:17.0 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) [2011-2014] Novell, Inc.
+ * Copyright (c) [2011-2015] Novell, Inc.
  *
  * All Rights Reserved.
  *
@@ -95,9 +95,74 @@
 
 MyFiles(const FilePaths* file_paths)
: Files(file_paths) {}
+
+void bulk_process(FILE* file, std::function callback);
+
 };
 
 
+void
+MyFiles::bulk_process(FILE* file, std::function callback)
+{
+if (file)
+{
+   AsciiFileReader asciifile(file);
+
+   string line;
+   while (asciifile.getline(line))
+   {
+   if (line.empty())
+   continue;
+
+   string name = line;
+
+   // strip optional status
+   if (name[0] != '/')
+   {
+   string::size_type pos = name.find(" ");
+   if (pos == string::npos)
+   continue;
+
+   name.erase(0, pos + 1);
+   }
+
+   Files::iterator it = findAbsolutePath(name);
+   if (it == end())
+   {
+   cerr << sformat(_("File '%s' not found."), name.c_str()) << 
endl;
+   exit(EXIT_FAILURE);
+   }
+
+   callback(*it);
+   }
+}
+else
+{

commit libinput for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package libinput for openSUSE:Factory 
checked in at 2015-05-06 11:17:29

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


Package is "libinput"

Changes:

--- /work/SRC/openSUSE:Factory/libinput/libinput.changes2015-05-02 
17:33:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.libinput.new/libinput.changes   2015-05-06 
11:17:30.0 +0200
@@ -1,0 +2,5 @@
+Mon May  4 20:07:31 UTC 2015 - zai...@opensuse.org
+
+- Also set Version to 0.14.1, no need to have a diff there.
+
+---



Other differences:
--
++ libinput.spec ++
--- /var/tmp/diff_new_pack.wCtAmC/_old  2015-05-06 11:17:31.0 +0200
+++ /var/tmp/diff_new_pack.wCtAmC/_new  2015-05-06 11:17:31.0 +0200
@@ -19,7 +19,7 @@
 Name:   libinput
 %define lname  libinput10
 %define rversion 0.14.1
-Version:0.14
+Version:0.14.1
 Release:0
 Summary:Input device and event processing library
 License:HPND





commit libdlm for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package libdlm for openSUSE:Factory checked 
in at 2015-05-06 11:17:36

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


Package is "libdlm"

Changes:

--- /work/SRC/openSUSE:Factory/libdlm/libdlm.changes2015-04-21 
10:46:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdlm.new/libdlm.changes   2015-05-06 
11:17:38.0 +0200
@@ -1,0 +2,6 @@
+Fri May  1 16:41:52 UTC 2015 - jeng...@inai.de
+
+- Avoid running sh for %post ldconfig
+- Default to implicit -n for %setup
+
+---



Other differences:
--
++ libdlm.spec ++
--- /var/tmp/diff_new_pack.4CTnM5/_old  2015-05-06 11:17:39.0 +0200
+++ /var/tmp/diff_new_pack.4CTnM5/_new  2015-05-06 11:17:39.0 +0200
@@ -55,6 +55,7 @@
 Summary:Application interface to the kernel's distributed lock manager
 License:GPL-2.0 and GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Clustering/HA
+# libdlm2 (openSUSE 11.2) also contained libdlm*.so.3
 Obsoletes:  libdlm2
 Conflicts:  libdlm2
 
@@ -74,7 +75,7 @@
 
 %prep
 ###
-%setup -n %{name}-%{version}
+%setup
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
@@ -115,13 +116,8 @@
 make clean
 ###
 
-%post   -n libdlm3 
-/sbin/ldconfig
-exit 0
-
-%postun -n libdlm3 
-/sbin/ldconfig
-exit 0
+%post   -n libdlm3 -p /sbin/ldconfig
+%postun -n libdlm3 -p /sbin/ldconfig
 
 %files
 ###