commit vim for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2015-04-21 10:49:41

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


Package is vim

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2015-03-30 19:32:21.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2015-04-21 
10:49:42.0 +0200
@@ -1,0 +2,18 @@
+Mon Apr 13 11:25:34 UTC 2015 - idon...@suse.com
+
+- Updated to revision 694, fixes the following problems
+  * When starting several Vim instances in diff mode, the temp files
+used may not be unique. (Issue 353)
+  * When there are illegal utf-8 characters the old regexp engine may
+go past the end of a string.
+  * zr and zm do not take a count.
+  * There is no way to use a different in Replace mode for a terminal.
+  * When $ is in 'cpo' the popup menu isn't undrawn correctly.
+(Issue 166)
+  * Memory access errors when changing indent in Ex mode. Also missing
+redraw when using CTRL-U. (Knil Ino)
+  * Can't build with MzScheme.
+  * Session file is not correct when there are multiple tab pages.
+  * Running tests changes the .viminfo file. 
+
+---

Old:

  v7-4-683.tar.gz

New:

  v7-4-694.tar.gz



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.QP2vJQ/_old  2015-04-21 10:49:44.0 +0200
+++ /var/tmp/diff_new_pack.QP2vJQ/_new  2015-04-21 10:49:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 7.4
-%define patchlevel 683
+%define patchlevel 694
 %define _rversion 7-4-%patchlevel
 %define VIM_SUBDIR vim74
 %define site_runtimepath /usr/share/vim/site


++ v7-4-683.tar.gz - v7-4-694.tar.gz ++
/work/SRC/openSUSE:Factory/vim/v7-4-683.tar.gz 
/work/SRC/openSUSE:Factory/.vim.new/v7-4-694.tar.gz differ: char 37, line 2




commit pulseaudio for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package pulseaudio for openSUSE:13.2:Update 
checked in at 2015-04-21 10:48:54

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


Package is pulseaudio

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Q10jTK/_old  2015-04-21 10:48:56.0 +0200
+++ /var/tmp/diff_new_pack.Q10jTK/_new  2015-04-21 10:48:56.0 +0200
@@ -1 +1 @@
-link package='pulseaudio.3231' cicount='copy' /
+link package='pulseaudio.3697' cicount='copy' /




commit fastjar for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package fastjar for openSUSE:Factory checked 
in at 2015-04-21 10:45:45

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


Package is fastjar

Changes:

--- /work/SRC/openSUSE:Factory/fastjar/fastjar.changes  2013-03-26 
16:13:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.fastjar.new/fastjar.changes 2015-04-21 
10:45:48.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 12 09:30:44 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-clenaner
+- Correct info scriplet requirements
+
+---



Other differences:
--
++ fastjar.spec ++
--- /var/tmp/diff_new_pack.a90uck/_old  2015-04-21 10:45:49.0 +0200
+++ /var/tmp/diff_new_pack.a90uck/_new  2015-04-21 10:45:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fastjar
 #
-# 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,18 +17,22 @@
 
 
 Name:   fastjar
-BuildRequires:  zlib-devel
-Provides:   libgcj:/usr/bin/fastjar
-PreReq: %install_info_prereq
 Version:0.98
 Release:0
 Summary:The fastjar Java package archiver
 License:GPL-2.0+
 Group:  Development/Languages/Java
 Url:http://savannah.nongnu.org/projects/fastjar/
-Source: 
http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz
+Source0:
http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz
+# Current signing key has expired
+#Source1:
http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz.sig
+#Source2:
http://savannah.nongnu.org/project/memberlist-gpgkeys.php?group=%{name}download=1#/%{name}.keyring
 Patch0: fastjar-0.98-fix.patch
 Patch1: fastjar-0.98-directory-traversal.patch
+BuildRequires:  zlib-devel
+Requires(preun): %{install_info_prereq}
+Requires(post):  %{install_info_prereq}
+Provides:   libgcj:%{_bindir}/fastjar
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -36,8 +40,6 @@
 JDK, written entirely in C, and runs in a fraction of the time while
 being 100% feature compatible.
 
-
-
 %prep
 %setup -q
 %patch0
@@ -48,12 +50,12 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%postun
+%preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %files




commit crmsh for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2015-04-21 10:53:32

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


Package is crmsh

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2015-04-10 
10:20:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2015-04-21 
10:53:41.0 +0200
@@ -1,0 +2,15 @@
+Mon Apr 20 11:39:55 UTC 2015 - opensuse-packag...@opensuse.org
+
+- Update to version 2.2.0~rc2+git.1429514909.aaf77a6:
+  + high: crm_pssh: Explicitly set parallax inline option (krig/parallax#1)
+
+---
+Mon Apr 13 07:39:26 UTC 2015 - kgronl...@suse.com
+
+- Update to version 2.2.0~rc2+git.1428866384.7e5832c:
+  + low: ui_options: add alias list for show
+  + low: hb_report: Use crmsh config to find pengine/cib dirs (bsc#926377)
+  + medium: utils: Allow 1/0 as boolean values for parameters
+  + high: ui_configure: Add show-property command
+
+---

Old:

  crmsh-2.2.0~rc2+git.1427980503.0475bf7.tar.bz2

New:

  crmsh-2.2.0~rc2+git.1429514909.aaf77a6.tar.bz2



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.MCvykd/_old  2015-04-21 10:53:42.0 +0200
+++ /var/tmp/diff_new_pack.MCvykd/_new  2015-04-21 10:53:42.0 +0200
@@ -36,7 +36,7 @@
 Summary:High Availability cluster command-line interface
 License:GPL-2.0+
 Group:  %{pkg_group}
-Version:2.2.0~rc2+git.1427980503.0475bf7
+Version:2.2.0~rc2+git.1429514909.aaf77a6
 Release:0%{?crmsh_release}%{?dist}
 Url:http://crmsh.github.io
 Source0:%{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.MCvykd/_old  2015-04-21 10:53:42.0 +0200
+++ /var/tmp/diff_new_pack.MCvykd/_new  2015-04-21 10:53:42.0 +0200
@@ -1,4 +1,4 @@
 servicedata
 service name=tar_scm
 param name=urlgit://github.com/ClusterLabs/crmsh.git/param
-  param 
name=changesrevision0475bf7a34557c88852a9d1f81b82781cafa487c/param/service/servicedata
\ No newline at end of file
+  param 
name=changesrevisionaaf77a6a883d5a6fb2e798769aea8cafd1b31a74/param/service/servicedata
\ No newline at end of file

++ crmsh-2.2.0~rc2+git.1427980503.0475bf7.tar.bz2 - 
crmsh-2.2.0~rc2+git.1429514909.aaf77a6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/crmsh-2.2.0~rc2+git.1427980503.0475bf7/doc/crm.8.adoc 
new/crmsh-2.2.0~rc2+git.1429514909.aaf77a6/doc/crm.8.adoc
--- old/crmsh-2.2.0~rc2+git.1427980503.0475bf7/doc/crm.8.adoc   2015-04-02 
16:01:48.0 +0200
+++ new/crmsh-2.2.0~rc2+git.1429514909.aaf77a6/doc/crm.8.adoc   2015-04-20 
13:39:55.0 +0200
@@ -3461,7 +3461,12 @@
 
 Usage:
 ...
-show [xml] [id | changed | type:type | tag:id | related:obj ...]
+show [xml] [id
+   | changed
+   | type:type
+   | tag:id
+   | related:obj
+   ...]
 
 type :: node | primitive | group | clone | ms | rsc_template
   | location | colocation | order
@@ -3480,6 +3485,34 @@
 show related:webapp
 ...
 
+[[cmdhelp_configure_show_property,Show property value]]
+ `show-property`
+
+Show the value of the given property. If the value is not set, the
+command will print the default value for the property, if known.
+
+If no property name is passed to the command, the list of known
+cluster properties is printed.
+
+If the property is set multiple times, for example using multiple
+property sets with different rule expressions, the output of this
+command is undefined.
+
+Pass the argument +-t+ or +--true+ to `show-property` to translate
+the argument value into +true+ or +false+. If the value is not
+set, the command will print +false+.
+
+Usage:
+...
+show-property [-t|--true] [name]
+...
+
+Example:
+...
+show-property stonith-enabled
+show-property -t maintenance-mode
+...
+
 [[cmdhelp_configure_tag,Define resource tags]]
  `tag`
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/crmsh-2.2.0~rc2+git.1427980503.0475bf7/doc/website-v1/index.adoc 
new/crmsh-2.2.0~rc2+git.1429514909.aaf77a6/doc/website-v1/index.adoc
--- old/crmsh-2.2.0~rc2+git.1427980503.0475bf7/doc/website-v1/index.adoc
2015-04-02 16:01:48.0 +0200
+++ new/crmsh-2.2.0~rc2+git.1429514909.aaf77a6/doc/website-v1/index.adoc
2015-04-20 13:39:55.0 +0200
@@ -16,4 +16,9 @@
 
 For more information, see the 

commit yast2-auth-client for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package yast2-auth-client for 
openSUSE:Factory checked in at 2015-04-21 10:53:34

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


Package is yast2-auth-client

Changes:

--- /work/SRC/openSUSE:Factory/yast2-auth-client/yast2-auth-client.changes  
2014-12-05 21:04:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-auth-client.new/yast2-auth-client.changes 
2015-04-21 10:53:42.0 +0200
@@ -1,0 +2,17 @@
+Mon Apr 20 11:30:36 UTC 2015 - h...@suse.com
+
+- Fix the handling of boolean type parameters when invoked by autoyast.
+
+---
+Thu Mar 26 15:19:16 UTC 2015 - h...@suse.com
+
+- Version 3.2 introduces a re-designed UI, to pack more information on the 
screen by
+  by utilising a tree overview and two table detail-view; the detail view on 
the
+  right side shows the configuration details of the chosen Section; more 
customisable
+  parameters are displayed in table along with a Quick Search filter. Under 
the scene,
+  UI presentation and logics have been split into separate source files; the 
use of
+  legacy Yast.include has been replaced by the now recommended ruby-require, 
and the
+  legacy packaging mechanism Makefile has been replaced by Rake. The program 
entry,
+  command line parameters, AutoYast, and the module implementation are not 
changed.
+
+---
@@ -4,0 +22,7 @@
+
+---
+Fri Oct 31 11:52:35 UTC 2014 - vark...@suse.com
+
+- bnc#893983 - Removed an unnecessary hard dependency on sssd.
+- bnc#907830 - No option to 'Create Home Directory on Login' in Authentication 
module
+- 3.1.23 

Old:

  yast2-auth-client-3.1.22.tar.bz2

New:

  yast2-auth-client-3.2.1.tar.bz2



Other differences:
--
++ yast2-auth-client.spec ++
--- /var/tmp/diff_new_pack.Po0ONn/_old  2015-04-21 10:53:43.0 +0200
+++ /var/tmp/diff_new_pack.Po0ONn/_new  2015-04-21 10:53:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-auth-client
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,38 +17,35 @@
 
 
 Name:   yast2-auth-client
-Version:3.1.22
+Version:3.2.1
 Release:0
+Summary:YaST2 - Network Authentication Configuration
+License:GPL-2.0
+Group:  System/YaST
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
+BuildArch:  noarch
+Requires:   yast2
+Requires:   yast2 = 2.21.22
+Requires:   yast2-pam = 2.20.0
+Requires:   yast2-ruby-bindings = 1.0.0
 BuildRequires:  doxygen
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
+BuildRequires:  yast2
 BuildRequires:  yast2-devtools = 3.0.6
 BuildRequires:  yast2-network
 BuildRequires:  yast2-pam
 BuildRequires:  yast2-testsuite
-BuildRequires:  rubygem(rspec)
+BuildRequires:  rubygem(yast-rake)
 
 PreReq: %fillup_prereq
-
-Requires:   sssd
-Requires:   yast2 = 2.21.22
-Requires:   yast2-pam = 2.20.0
 Obsoletes:  yast2-kerberos-client
 Obsoletes:  yast2-ldap-client
 
-BuildArch:  noarch
-
-Requires:   yast2-ruby-bindings = 1.0.0
-
-Summary:YaST2 - Network Authentication Configuration
-License:GPL-2.0
-Group:  System/YaST
-
 %description
 With this YaST2 module you can configure the network authentication
 for your computer. This modul provides multi domain authentication
@@ -58,22 +55,21 @@
 %setup -n %{name}-%{version}
 
 %build
-%yast_build
 
 %install
-%yast_install
+rake install DESTDIR=%{buildroot}
 
 %post
 
 %files
 %defattr(-,root,root)
 %{yast_desktopdir}/auth-client.desktop
-%dir %{yast_yncludedir}/auth-client
-%{yast_yncludedir}/auth-client/*
 %{yast_moduledir}/AuthClient.rb
 %{yast_clientdir}/auth-client*.rb
 %{yast_scrconfdir}/*.scr
 %{yast_schemadir}/autoyast/rnc/auth-client.rnc
+%dir %{yast_libdir}/yauthclient
+%{yast_libdir}/yauthclient/*
 %doc %{yast_docdir}
 
 %changelog

++ yast2-auth-client-3.1.22.tar.bz2 - yast2-auth-client-3.2.1.tar.bz2 
++
 4403 lines of diff (skipped)




commit snd for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package snd for openSUSE:Factory checked in 
at 2015-04-21 10:53:41

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


Package is snd

Changes:

--- /work/SRC/openSUSE:Factory/snd/snd.changes  2015-03-28 18:39:21.0 
+0100
+++ /work/SRC/openSUSE:Factory/.snd.new/snd.changes 2015-04-21 
10:53:45.0 +0200
@@ -1,0 +2,9 @@
+Sat Apr 18 10:44:12 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 15.5:
+  * repl.scm to replace use of readline in various cases
+- add snd-15.5_backport_remove_glprofile.patch:
+  fix build with gtk 3.16
+- drop sndrpmlintrc: hidden file not packaged anymore
+
+---

Old:

  snd-15.4.tar.gz
  sndrpmlintrc

New:

  snd-15.5.tar.gz
  snd-15.5_backport_remove_glprofile.patch



Other differences:
--
++ snd.spec ++
--- /var/tmp/diff_new_pack.N2F9dr/_old  2015-04-21 10:53:47.0 +0200
+++ /var/tmp/diff_new_pack.N2F9dr/_new  2015-04-21 10:53:47.0 +0200
@@ -1,11 +1,11 @@
 #
 # spec file for package snd
 #
-# 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
-# upon. The license fo5 this file, and modifications and additions to the
+# 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   snd
 BuildRequires:  alsa-devel
 BuildRequires:  fftw3-devel
@@ -30,13 +31,14 @@
 Summary:Powerful Sound File Editor
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-Version:15.4
+Version:15.5
 Release:0
 Requires:   ladspa
 Source: ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-%{version}.tar.gz
 Source1:snd.desktop
 Source2:snd.png
-Source3:sndrpmlintrc
+# PATCH-FIX-UPSTREAM snd-15.5_backport_remove_glprofile.patch -- fix build for 
gtk 3.16
+Patch1: snd-15.5_backport_remove_glprofile.patch
 Url:https://ccrma.stanford.edu/software/snd/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -48,6 +50,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 find -name *~ -type f | xargs -r rm -v
 find -name *.png -type f | xargs chmod 0644
 

++ snd-15.4.tar.gz - snd-15.5.tar.gz ++
/work/SRC/openSUSE:Factory/snd/snd-15.4.tar.gz 
/work/SRC/openSUSE:Factory/.snd.new/snd-15.5.tar.gz differ: char 5, line 1

++ snd-15.5_backport_remove_glprofile.patch ++
Date: 2015-04-17 22:46:14 +0200
Subject: backport removal of GdkGLProfile

GTK 3.16 dropped GdkGLProfile and related functions, so remove corresponding
declarations in xg.c. This is a backport from current upstream CVS.

---
 tools/xgdata.scm |   40 ++-
 xg.c |  113 ---
 2 files changed, 38 insertions(+), 115 deletions(-)

Index: snd-15.5/tools/xgdata.scm
===
--- snd-15.5.orig/tools/xgdata.scm
+++ snd-15.5/tools/xgdata.scm
@@ -1458,7 +1458,7 @@
 (CFNC GdkPixbuf* gdk_pixbuf_new_from_file char* filename GError** [error])
 (CFNC GdkPixbuf* gdk_pixbuf_new_from_data guchar* data GdkColorspace 
colorspace gboolean has_alpha int bits_per_sample int width int height int 
rowstride GdkPixbufDestroyNotify destroy_fn gpointer destroy_fn_data)
 (CFNC GdkPixbuf* gdk_pixbuf_new_from_xpm_data char** data 'const)
-(CFNC GdkPixbuf* gdk_pixbuf_new_from_inline gint data_length guint8* data 
gboolean copy_pixels GError** [error])
+;;; 3.16.0 (CFNC GdkPixbuf* gdk_pixbuf_new_from_inline gint data_length 
guint8* data gboolean copy_pixels GError** [error])
 (CFNC void gdk_pixbuf_fill GdkPixbuf* pixbuf guint32 pixel)
 ;;; (CFNC gboolean gdk_pixbuf_save GdkPixbuf* pixbuf char* filename char* 
type GError** [error] ...)
 (CFNC gboolean gdk_pixbuf_savev GdkPixbuf* pixbuf char* filename char* type 
char** option_keys char** option_values GError** [error])
@@ -8996,22 +8996,22 @@
 ;;; 3.15.0:
 
 (CINT-3.16 GTK_POLICY_EXTERNAL GtkPolicyType)
-(CINT-3.16 GDK_GL_PROFILE_DEFAULT GdkGLProfile)
-(CINT-3.16 GDK_GL_PROFILE_LEGACY GdkGLProfile)
-(CINT-3.16 GDK_GL_PROFILE_3_2_CORE GdkGLProfile)
-(CINT-3.16 

commit java-1_9_0-openjdk for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package java-1_9_0-openjdk for 
openSUSE:Factory checked in at 2015-04-21 10:52:54

Comparing /work/SRC/openSUSE:Factory/java-1_9_0-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new (New)


Package is java-1_9_0-openjdk

Changes:

--- /work/SRC/openSUSE:Factory/java-1_9_0-openjdk/java-1_9_0-openjdk.changes
2015-04-12 00:10:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new/java-1_9_0-openjdk.changes   
2015-04-21 10:52:55.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 13 05:53:03 UTC 2015 - fst...@suse.com
+
+- Upgrade to upstream tag jdk9-b57
+
+---



Other differences:
--
++ java-1_9_0-openjdk.spec ++
+++ empty output from diff against java-1_9_0-openjdk.spec




commit xev for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package xev for openSUSE:Factory checked in 
at 2015-04-21 10:53:19

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


Package is xev

Changes:

--- /work/SRC/openSUSE:Factory/xev/xev.changes  2014-02-19 07:26:08.0 
+0100
+++ /work/SRC/openSUSE:Factory/.xev.new/xev.changes 2015-04-21 
10:53:38.0 +0200
@@ -1,0 +2,14 @@
+Sat Apr 18 18:10:43 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.2.2:
+  * autogen.sh: Honor NOCONFIGURE=1
+  * configure: Drop AM_MAINTAINER_MODE
+  * Add event filter for button events
+  * Add -version option to print program version
+  * Print which option was in error along with usage message
+  * man: Add -event to the command synopsis
+- add tarball signature and keyring
+- refresh u_Add-event-filter-for-motion-and-button-events.patch:
+  partially merged upstream
+
+---

Old:

  xev-1.2.1.tar.bz2

New:

  xev-1.2.2.tar.bz2
  xev-1.2.2.tar.bz2.sig
  xev.keyring



Other differences:
--
++ xev.spec ++
--- /var/tmp/diff_new_pack.LSayZS/_old  2015-04-21 10:53:39.0 +0200
+++ /var/tmp/diff_new_pack.LSayZS/_new  2015-04-21 10:53:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xev
 #
-# 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,15 @@
 
 
 Name:   xev
-Version:1.2.1
+Version:1.2.2
 Release:0
 Summary:Utility to print contents of X events
 License:X11
 Group:  System/X11/Utilities
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
+Source1:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2.sig
+Source2:%name.keyring
 Patch0: u_Add-event-filter-for-motion-and-button-events.patch
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11)

++ u_Add-event-filter-for-motion-and-button-events.patch ++
--- /var/tmp/diff_new_pack.LSayZS/_old  2015-04-21 10:53:39.0 +0200
+++ /var/tmp/diff_new_pack.LSayZS/_new  2015-04-21 10:53:39.0 +0200
@@ -9,37 +9,37 @@
 
 Signed-off-by: Egbert Eich e...@suse.de
 ---
- man/xev.man |  2 +-
- xev.c   | 10 +-
- 2 files changed, 10 insertions(+), 2 deletions(-)
+ man/xev.man |2 +-
+ xev.c   |7 ++-
+ 2 files changed, 7 insertions(+), 2 deletions(-)
 
-diff --git a/man/xev.man b/man/xev.man
-index ca38d56..81c2551 100644
 a/man/xev.man
-+++ b/man/xev.man
-@@ -60,7 +60,7 @@ The
+Index: xev-1.2.2/man/xev.man
+===
+--- xev-1.2.2.orig/man/xev.man
 xev-1.2.2/man/xev.man
+@@ -62,7 +62,7 @@ The
  option can be specified multiple times to select multiple types of events.
  When not specified, all events are selected.
  Available event masks: keyboard mouse expose visibility structure substructure
--focus property colormap owner_grab_button randr
+-focus property colormap owner_grab_button randr button
 +focus property colormap owner_grab_button randr motion button
- .SH SEE ALSO
- X(__miscmansuffix__), xwininfo(__appmansuffix__), xdpyinfo(__appmansuffix__), 
Xlib Programmers Manual, X Protocol
- Specification
-diff --git a/xev.c b/xev.c
-index 066da3a..5568a6e 100644
 a/xev.c
-+++ b/xev.c
-@@ -890,7 +890,7 @@ usage (void)
+ .TP 8
+ .B \-version
+ This option prints the program version and exits.
+Index: xev-1.2.2/xev.c
+===
+--- xev-1.2.2.orig/xev.c
 xev-1.2.2/xev.c
+@@ -890,7 +890,7 @@ usage (const char *errmsg)
  -event event_mask   select 'event_mask' events,
 Supported event masks: keyboard mouse expose visibility 
structure,
substructure focus property colormap,
--  owner_grab_button randr,
+-  owner_grab_button randr button,
 +  owner_grab_button randr button motion,
 This option can be specified multiple times to select multiple,
 event masks.,
  ,
-@@ -935,6 +935,14 @@ parse_event_mask (const char *s, long event_masks[])
+@@ -940,6 +940,11 @@ parse_event_mask (const char *s, long ev
LeaveWindowMask | PointerMotionMask | Button1MotionMask |
Button2MotionMask | 

commit xmlrpc-c for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package xmlrpc-c for openSUSE:Factory 
checked in at 2015-04-21 10:53:11

Comparing /work/SRC/openSUSE:Factory/xmlrpc-c (Old)
 and  /work/SRC/openSUSE:Factory/.xmlrpc-c.new (New)


Package is xmlrpc-c

Changes:

--- /work/SRC/openSUSE:Factory/xmlrpc-c/xmlrpc-c.changes2015-03-12 
16:38:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.xmlrpc-c.new/xmlrpc-c.changes   2015-04-21 
10:53:31.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 20 09:16:01 UTC 2015 - mplus...@suse.com
+
+- Update to 1.33.17
+  * Build: fix a recompile with -fPIC failure in parallel make.
+
+---

Old:

  xmlrpc-c-1.33.16.tgz

New:

  xmlrpc-c-1.33.17.tgz



Other differences:
--
++ xmlrpc-c.spec ++
--- /var/tmp/diff_new_pack.4lSXJ6/_old  2015-04-21 10:53:31.0 +0200
+++ /var/tmp/diff_new_pack.4lSXJ6/_new  2015-04-21 10:53:31.0 +0200
@@ -19,7 +19,7 @@
 %define soname 3
 %define soname_cpp 8
 Name:   xmlrpc-c
-Version:1.33.16
+Version:1.33.17
 Release:0
 Summary:Library implementing XML-based Remote Procedure Calls
 License:BSD-3-Clause and MIT
@@ -28,12 +28,12 @@
 #SVN-Clone:http://svn.code.sf.net/p/xmlrpc-c/code/stable/
 #Snapshot: r2540
 Source: 
http://sourceforge.net/projects/xmlrpc-c/files/Xmlrpc-c%20Super%20Stable/%{version}/%{name}-%{version}.tgz
-BuildRequires:  gcc-c++
-BuildRequires:  libcurl-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  makeinfo
+BuildRequires:  gcc-c++
+BuildRequires:  libcurl-devel
 BuildRequires:  libxml2-devel
+BuildRequires:  makeinfo
 BuildRequires:  ncurses-devel
 BuildRequires:  readline-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ xmlrpc-c-1.33.16.tgz - xmlrpc-c-1.33.17.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xmlrpc-c-1.33.16/lib/Makefile 
new/xmlrpc-c-1.33.17/lib/Makefile
--- old/xmlrpc-c-1.33.16/lib/Makefile   2014-12-28 19:55:09.0 +0100
+++ new/xmlrpc-c-1.33.17/lib/Makefile   2015-03-15 08:08:11.0 +0100
@@ -35,7 +35,7 @@
 # Extra dependencies to make parallel make work in spite of all the submakes
 # (See top level make file for details)
 abyss/all curl_transport/all: $(BLDDIR)/version.h
-abyss/all expat/all: $(LIBXMLRPC_UTIL)
+abyss/all expat/all: libutil/all
 
 clean: $(SUBDIRS:%=%/clean) clean-common
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xmlrpc-c-1.33.16/src/cpp/Makefile 
new/xmlrpc-c-1.33.17/src/cpp/Makefile
--- old/xmlrpc-c-1.33.16/src/cpp/Makefile   2014-12-28 19:55:09.0 
+0100
+++ new/xmlrpc-c-1.33.17/src/cpp/Makefile   2015-03-15 08:08:11.0 
+0100
@@ -160,7 +160,7 @@
   $(LIBXMLRPC_ABYSS) \
   $(LIBXMLRPC_SERVER_ABYSS) \
   $(call shliblefn, lib$(LIBXMLRPCPP_NAME)) \
-  $(call shlibfn, libxmlrpc_server++) \
+  $(call shliblefn, libxmlrpc_server++) \
   $(LIBXMLRPC_UTIL) \
   $(LIBXMLRPC)
 $(LIBXMLRPC_SERVER_ABYSSPP_SH): LIBOBJECTS = 
$(LIBXMLRPC_SERVER_ABYSSPP_MODS:%=%.osh)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xmlrpc-c-1.33.16/version.mk 
new/xmlrpc-c-1.33.17/version.mk
--- old/xmlrpc-c-1.33.16/version.mk 2015-01-23 03:57:50.0 +0100
+++ new/xmlrpc-c-1.33.17/version.mk 2015-03-15 08:08:11.0 +0100
@@ -8,4 +8,4 @@
 ###
 XMLRPC_MAJOR_RELEASE = 1
 XMLRPC_MINOR_RELEASE = 33
-XMLRPC_POINT_RELEASE = 16
+XMLRPC_POINT_RELEASE = 17




commit wcd for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package wcd for openSUSE:Factory checked in 
at 2015-04-21 10:52:50

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


Package is wcd

Changes:

--- /work/SRC/openSUSE:Factory/wcd/wcd.changes  2015-02-08 13:03:58.0 
+0100
+++ /work/SRC/openSUSE:Factory/.wcd.new/wcd.changes 2015-04-21 
10:52:51.0 +0200
@@ -1,0 +2,10 @@
+Sun Apr 19 20:43:52 UTC 2015 - water...@xs4all.nl
+
+- Update to 5.2.7: 
+  - c3po/structur.h: Fix compilation error: unknown type name wchar_t.
+Happens on some systems when wcd is compiled with Unicode support.
+  - Makefile, man/man1/Makefile: add option --no-wrap to xgettext and
+msgmerge. Translation Project standard is not to wrap.
+- -wchar.patch: Removed. Solved by upstream.
+
+---

Old:

  -wchar.patch
  wcd-5.2.6.tar.gz

New:

  wcd-5.2.7.tar.gz



Other differences:
--
++ wcd.spec ++
--- /var/tmp/diff_new_pack.AHA19m/_old  2015-04-21 10:52:52.0 +0200
+++ /var/tmp/diff_new_pack.AHA19m/_new  2015-04-21 10:52:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wcd
 #
-# 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,14 +18,13 @@
 
 %define wcd_docdir %{_defaultdocdir}/%{name}
 Name:   wcd
-Version:5.2.6
+Version:5.2.7
 Release:0
 Summary:Chdir for DOS and Unix
 License:GPL-2.0
 Group:  Productivity/File utilities
 Url:http://waterlan.home.xs4all.nl/
 Source: http://waterlan.home.xs4all.nl/wcd/%{name}-%{version}.tar.gz
-Patch0: -wchar.patch
 BuildRequires:  gettext
 BuildRequires:  ncurses-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -47,7 +46,6 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .orig
 
 %build
 make -C src %{?_smp_mflags} prefix=%{_prefix} \

++ wcd-5.2.6.tar.gz - wcd-5.2.7.tar.gz ++
 3467 lines of diff (skipped)




commit kdelibs4support for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4support for openSUSE:Factory 
checked in at 2015-04-21 10:53:16

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


Package is kdelibs4support

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs4support/kdelibs4support.changes  
2015-04-13 20:28:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4support.new/kdelibs4support.changes 
2015-04-21 10:53:34.0 +0200
@@ -1,0 +2,7 @@
+Sun Apr 19 15:56:20 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Add Requires on kded, which is a runtime requirement (needed for
+  Applications used outside Plasma 5, as it is not pulled in by
+  other packages in that case)
+
+---



Other differences:
--
++ kdelibs4support.spec ++
--- /var/tmp/diff_new_pack.SRWqT7/_old  2015-04-21 10:53:34.0 +0200
+++ /var/tmp/diff_new_pack.SRWqT7/_new  2015-04-21 10:53:34.0 +0200
@@ -118,6 +118,7 @@
 Summary:Code and utilities to ease the transition to KDE Frameworks 5
 License:LGPL-2.1+
 Group:  System/GUI/KDE
+Requires:   kded = %{_tar_path}
 
 %description -n %lname
 This package includes CMake macros and C++




commit epson-inkjet-printer-escpr for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package epson-inkjet-printer-escpr for 
openSUSE:Factory checked in at 2015-04-21 10:52:56

Comparing /work/SRC/openSUSE:Factory/epson-inkjet-printer-escpr (Old)
 and  /work/SRC/openSUSE:Factory/.epson-inkjet-printer-escpr.new (New)


Package is epson-inkjet-printer-escpr

Changes:

--- 
/work/SRC/openSUSE:Factory/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr.changes
2015-03-30 19:32:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.epson-inkjet-printer-escpr.new/epson-inkjet-printer-escpr.changes
   2015-04-21 10:52:58.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 14 22:22:15 UTC 2015 - nico.kru...@gmail.com
+
+- Upgraded to 1.4.5:
+ * Added ppd files of following models
+   * L565 Series
+   * L566 Series
+   * WF-M5690 Series
+   * WF-M5190 Series
+   * PX-M350F Series
+   * PX-S350 Series
+
+---

Old:

  epson-inkjet-printer-escpr-1.4.4-1lsb3.2.tar.gz

New:

  epson-inkjet-printer-escpr-1.4.5-1lsb3.2.tar.gz



Other differences:
--
++ epson-inkjet-printer-escpr.spec ++
--- /var/tmp/diff_new_pack.M0vHUi/_old  2015-04-21 10:52:59.0 +0200
+++ /var/tmp/diff_new_pack.M0vHUi/_new  2015-04-21 10:52:59.0 +0200
@@ -43,7 +43,7 @@
 %if 0%{?suse_version}  1010
 BuildRequires:  python-cups
 %endif
-Version:1.4.4
+Version:1.4.5
 Release:0
 Url:http://avasys.jp/english/linux_e/
 Summary:Epson ESC/P-R Inkjet Printer Driver

++ epson-inkjet-printer-escpr-1.4.4-1lsb3.2.tar.gz - 
epson-inkjet-printer-escpr-1.4.5-1lsb3.2.tar.gz ++
 23869 lines of diff (skipped)




commit freexl for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package freexl for openSUSE:Factory checked 
in at 2015-04-21 10:53:13

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


Package is freexl

Changes:

--- /work/SRC/openSUSE:Factory/freexl/freexl.changes2015-03-11 
09:57:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.freexl.new/freexl.changes   2015-04-21 
10:53:32.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 09:56:32 UTC 2015 - opens...@dstoecker.de
+
+- update to 1.0.1
+
+---

Old:

  freexl-1.0.0i.tar.gz

New:

  freexl-1.0.1.tar.gz



Other differences:
--
++ freexl.spec ++
--- /var/tmp/diff_new_pack.nXZsHr/_old  2015-04-21 10:53:32.0 +0200
+++ /var/tmp/diff_new_pack.nXZsHr/_new  2015-04-21 10:53:32.0 +0200
@@ -18,7 +18,7 @@
 
 %define libname lib%{name}1
 Name:   freexl
-Version:1.0.0i
+Version:1.0.1
 Release:0
 Summary:Library to extract valid data from within an Excel
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+

++ freexl-1.0.0i.tar.gz - freexl-1.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freexl-1.0.0i/config-msvc.h 
new/freexl-1.0.1/config-msvc.h
--- old/freexl-1.0.0i/config-msvc.h 2015-03-05 18:31:39.0 +0100
+++ new/freexl-1.0.1/config-msvc.h  2015-03-22 13:08:49.0 +0100
@@ -86,7 +86,7 @@
 #define PACKAGE_NAME FreeXL
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING FreeXL 1.0.0e
+#define PACKAGE_STRING FreeXL 1.0.1
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME freexl
@@ -107,7 +107,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION 1.0.0e
+#define VERSION 1.0.1
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freexl-1.0.0i/configure new/freexl-1.0.1/configure
--- old/freexl-1.0.0i/configure 2015-03-05 18:31:39.0 +0100
+++ new/freexl-1.0.1/configure  2015-03-22 13:08:49.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for FreeXL 1.0.0i.
+# Generated by GNU Autoconf 2.69 for FreeXL 1.0.1.
 #
 # Report bugs to a.furi...@lqt.it.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='FreeXL'
 PACKAGE_TARNAME='freexl'
-PACKAGE_VERSION='1.0.0i'
-PACKAGE_STRING='FreeXL 1.0.0i'
+PACKAGE_VERSION='1.0.1'
+PACKAGE_STRING='FreeXL 1.0.1'
 PACKAGE_BUGREPORT='a.furi...@lqt.it'
 PACKAGE_URL=''
 
@@ -1326,7 +1326,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 FreeXL 1.0.0i to adapt to many kinds of systems.
+\`configure' configures FreeXL 1.0.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1396,7 +1396,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of FreeXL 1.0.0i:;;
+ short | recursive ) echo Configuration of FreeXL 1.0.1:;;
esac
   cat \_ACEOF
 
@@ -1508,7 +1508,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-FreeXL configure 1.0.0i
+FreeXL configure 1.0.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2052,7 +2052,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by FreeXL $as_me 1.0.0i, which was
+It was created by FreeXL $as_me 1.0.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2923,7 +2923,7 @@
 
 # Define the identity of the package.
  PACKAGE='freexl'
- VERSION='1.0.0i'
+ VERSION='1.0.1'
 
 
 cat confdefs.h _ACEOF
@@ -17812,7 +17812,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by FreeXL $as_me 1.0.0i, which was
+This file was extended by FreeXL $as_me 1.0.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -17878,7 +17878,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-FreeXL config.status 1.0.0i
+FreeXL config.status 1.0.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options 

commit jsoncpp for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package jsoncpp for openSUSE:Factory checked 
in at 2015-04-21 10:53:04

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


Package is jsoncpp

Changes:

--- /work/SRC/openSUSE:Factory/jsoncpp/jsoncpp.changes  2015-04-05 
02:04:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.jsoncpp.new/jsoncpp.changes 2015-04-21 
10:53:08.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 20 08:34:04 UTC 2015 - mplus...@suse.com
+
+- Update to 1.6.2
+  * Do not truncate output at embedded zeroes.
+
+---

Old:

  1.6.1.tar.gz

New:

  1.6.2.tar.gz



Other differences:
--
++ jsoncpp.spec ++
--- /var/tmp/diff_new_pack.V0RGmZ/_old  2015-04-21 10:53:09.0 +0200
+++ /var/tmp/diff_new_pack.V0RGmZ/_new  2015-04-21 10:53:09.0 +0200
@@ -18,7 +18,7 @@
 
 %define libname lib%{name}1
 Name:   jsoncpp
-Version:1.6.1
+Version:1.6.2
 Release:0
 Summary:C++ library that allows manipulating with JSON
 License:MIT

++ 1.6.1.tar.gz - 1.6.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsoncpp-1.6.1/CMakeLists.txt 
new/jsoncpp-1.6.2/CMakeLists.txt
--- old/jsoncpp-1.6.1/CMakeLists.txt2015-03-31 22:07:14.0 +0200
+++ new/jsoncpp-1.6.2/CMakeLists.txt2015-04-11 21:45:33.0 +0200
@@ -60,7 +60,7 @@
 #SET( JSONCPP_VERSION_MAJOR X )
 #SET( JSONCPP_VERSION_MINOR Y )
 #SET( JSONCPP_VERSION_PATCH Z )
-SET( JSONCPP_VERSION 1.6.1 )
+SET( JSONCPP_VERSION 1.6.2 )
 jsoncpp_parse_version( ${JSONCPP_VERSION} JSONCPP_VERSION )
 #IF(NOT JSONCPP_VERSION_FOUND)
 #MESSAGE(FATAL_ERROR Failed to parse version string properly. Expect 
X.Y.Z)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsoncpp-1.6.1/devtools/__init__.py 
new/jsoncpp-1.6.2/devtools/__init__.py
--- old/jsoncpp-1.6.1/devtools/__init__.py  2015-03-31 22:07:14.0 
+0200
+++ new/jsoncpp-1.6.2/devtools/__init__.py  2015-04-11 21:45:33.0 
+0200
@@ -1 +1,6 @@
-# module
\ No newline at end of file
+# Copyright 2010 Baptiste Lepilleur
+# Distributed under MIT license, or public domain if desired and
+# recognized in your jurisdiction.
+# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
+
+# module
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsoncpp-1.6.1/devtools/antglob.py 
new/jsoncpp-1.6.2/devtools/antglob.py
--- old/jsoncpp-1.6.1/devtools/antglob.py   2015-03-31 22:07:14.0 
+0200
+++ new/jsoncpp-1.6.2/devtools/antglob.py   2015-04-11 21:45:33.0 
+0200
@@ -1,6 +1,9 @@
 #!/usr/bin/env python
 # encoding: utf-8
-# Baptiste Lepilleur, 2009
+# Copyright 2009 Baptiste Lepilleur
+# Distributed under MIT license, or public domain if desired and
+# recognized in your jurisdiction.
+# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 
 from __future__ import print_function
 from dircache import listdir
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsoncpp-1.6.1/devtools/fixeol.py 
new/jsoncpp-1.6.2/devtools/fixeol.py
--- old/jsoncpp-1.6.1/devtools/fixeol.py2015-03-31 22:07:14.0 
+0200
+++ new/jsoncpp-1.6.2/devtools/fixeol.py2015-04-11 21:45:33.0 
+0200
@@ -1,3 +1,8 @@
+# Copyright 2010 Baptiste Lepilleur
+# Distributed under MIT license, or public domain if desired and
+# recognized in your jurisdiction.
+# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
+
 from __future__ import print_function
 import os.path
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsoncpp-1.6.1/devtools/tarball.py 
new/jsoncpp-1.6.2/devtools/tarball.py
--- old/jsoncpp-1.6.1/devtools/tarball.py   2015-03-31 22:07:14.0 
+0200
+++ new/jsoncpp-1.6.2/devtools/tarball.py   2015-04-11 21:45:33.0 
+0200
@@ -1,3 +1,8 @@
+# Copyright 2010 Baptiste Lepilleur
+# Distributed under MIT license, or public domain if desired and
+# recognized in your jurisdiction.
+# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
+
 from contextlib import closing
 import os
 import tarfile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsoncpp-1.6.1/include/json/version.h 
new/jsoncpp-1.6.2/include/json/version.h
--- old/jsoncpp-1.6.1/include/json/version.h2015-03-31 22:07:14.0 
+0200
+++ new/jsoncpp-1.6.2/include/json/version.h

commit kservice for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package kservice for openSUSE:Factory 
checked in at 2015-04-21 10:53:14

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


Package is kservice

Changes:

--- /work/SRC/openSUSE:Factory/kservice/kservice.changes2015-04-13 
20:23:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.kservice.new/kservice.changes   2015-04-21 
10:53:33.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 19 15:54:46 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Recommend kded package, it is a runtime requirement, but can't
+  be marked as Required as it would create a buildcycle
+
+---



Other differences:
--
++ kservice.spec ++
--- /var/tmp/diff_new_pack.q7YjyO/_old  2015-04-21 10:53:34.0 +0200
+++ /var/tmp/diff_new_pack.q7YjyO/_new  2015-04-21 10:53:34.0 +0200
@@ -39,6 +39,7 @@
 %if %{with lang}
 Recommends: %{name}-lang = %{version}
 %endif
+Recommends: kded = %{_tar_path}
 Obsoletes:  libKF5Service4
 Summary:Plugin framework for desktop services
 License:LGPL-2.1+




commit kauth for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2015-04-21 10:53:17

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2015-04-13 
20:26:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2015-04-21 
10:53:37.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 20 00:29:49 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Added 0001-Create-reproducible-builds.patch: makes packages that
+  create polkit policies via KAuth have reproducible builds
+
+---

New:

  0001-Create-reproducible-builds.patch



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.UZt5Hc/_old  2015-04-21 10:53:38.0 +0200
+++ /var/tmp/diff_new_pack.UZt5Hc/_new  2015-04-21 10:53:38.0 +0200
@@ -40,6 +40,8 @@
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
+# PATCH-FIX-UPSTREAM 0001-Create-reproducible-builds.patch
+Patch0: 0001-Create-reproducible-builds.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -70,6 +72,7 @@
 %lang_package -n %lname
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}

++ 0001-Create-reproducible-builds.patch ++
From dbd50f94d0f5a794f89a537692973edab38d694d Mon Sep 17 00:00:00 2001
From: Hrvoje Senjan hrvoje.sen...@gmail.com
Date: Mon, 20 Apr 2015 02:29:19 +0200
Subject: [PATCH 1/1] Create reproducible builds

By using QHash we get randomness on each build of policy files, which is 
definately not needed for names, comments and descriptions. With QMap we get 
nice alphabetic
sorting, and builds of packages that use kauth_install_actions macro have 
identical builds.

REVIEW: 123430
---
 src/backends/polkit-1/kauth-policy-gen-polkit1.cpp | 16 
 src/policy-gen/policy-gen.cpp  |  6 +++---
 src/policy-gen/policy-gen.h|  6 +++---
 3 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/src/backends/polkit-1/kauth-policy-gen-polkit1.cpp 
b/src/backends/polkit-1/kauth-policy-gen-polkit1.cpp
index 
2dfd6beb59fc99437b726181e2dbba2bb436c36a..b3a706e0e3bb8c2772f7ae4edec7f93d6a270ac3
 100644
--- a/src/backends/polkit-1/kauth-policy-gen-polkit1.cpp
+++ b/src/backends/polkit-1/kauth-policy-gen-polkit1.cpp
@@ -39,7 +39,7 @@ const char policy_tag[] = 
 
 const char dent[] =;
 
-void output(QListAction actions, QHashQString, QString domain)
+void output(QListAction actions, QMapQString, QString domain)
 {
 QTextStream out(stdout);
 out.setCodec(UTF-8);
@@ -47,11 +47,11 @@ void output(QListAction actions, QHashQString, QString 
domain)
 out  header;
 
 // Blacklisted characters + replacements
-QHash QChar, QString  blacklist;
+QMap QChar, QString  blacklist;
 blacklist.insert(QLatin1Char(''), QLatin1String(amp;));
 
 if (domain.contains(QLatin1String(vendor))) {
-QHash QChar, QString ::const_iterator blI;
+QMap QChar, QString ::const_iterator blI;
 QString vendor = domain[QLatin1String(vendor)];
 for (blI = blacklist.constBegin(); blI != blacklist.constEnd(); ++blI) 
{
 vendor.replace(blI.key(), blI.value());
@@ -69,13 +69,13 @@ void output(QListAction actions, QHashQString, QString 
domain)
 out  dent  action id=\  action.name  \ \n;
 
 // Not a typo, messages and descriptions are actually inverted
-for (QHash QString, QString ::const_iterator i = 
action.messages.constBegin(); i != action.messages.constEnd(); ++i) {
+for (QMap QString, QString ::const_iterator i = 
action.messages.constBegin(); i != action.messages.constEnd(); ++i) {
 out  dent  dent  description;
 if (i.key() != QLatin1String(en)) {
 out   xml:lang=\  i.key()  '';
 }
 
-QHash QChar, QString ::const_iterator blI;
+QMap QChar, QString ::const_iterator blI;
 QString description = i.value();
 for (blI = blacklist.constBegin(); blI != blacklist.constEnd(); 
++blI) {
 description.replace(blI.key(), blI.value());
@@ -84,8 +84,8 @@ void output(QListAction actions, QHashQString, QString 
domain)
 out  ''  description  /description\n;
 }
 
-QHash QString, QString ::const_iterator i;
-for (QHash QString, QString ::const_iterator i = 
action.descriptions.constBegin();
+QMap QString, QString 

commit python-html2text for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package python-html2text for 
openSUSE:Factory checked in at 2015-04-21 10:53:44

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


Package is python-html2text

Changes:

--- /work/SRC/openSUSE:Factory/python-html2text/python-html2text.changes
2015-02-25 02:18:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-html2text.new/python-html2text.changes   
2015-04-21 10:53:48.0 +0200
@@ -0,0 +1,70 @@
+---
+Sun Apr 19 11:25:59 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 2015.4.14:
+  * Feature #59: Write image tags with height and width attrs as
+raw html to retain dimensions
+- additional changes from version 2015.4.13:
+  * Feature #56: Treat '-' file parameter as stdin.
+  * Feature #57: Retain escaping of html except within code or pre
+tags.
+- additional changes from version 2015.2.18:
+  * Fix #38: Anchor tags with empty text or with `img` tags
+inside are no longer stripped.
+- additional changes from version 2014.12.29:
+  * Feature #51: Add single line break option.
+- additional changes from version 2014.12.24:
+  * Feature #49: Added a images_to_alt option to discard images and
+keep only their alt.
+  * Feature #50: Protect links, surrounding them with angle
+brackets to avoid breaking...
+  * Feature: Add ``setup.cfg`` file.
+- additional changes from version 2014.12.5:
+  * Feature: Update `README.md` with usage examples.
+  * Fix #35: Remove `py_modules` from `setup.py`.
+  * Fix #36: Excludes tests from being installed as a separate
+module.
+  * Fix #37: Don't hardcode the path to the installed binary.
+  * Fix: Readme typo in running cli.
+  * Feature #40: Extract cli part to ``cli`` module.
+  * Feature #42: Bring python version compatibility to
+``compat.py`` module.
+  * Feature #41: Extract utility/helper methods to ``utils`` module
+  * Fix #45: Does not accept standard input when running under
+Python 3.
+  * Feature: Clean up ``ChangeLog.rst`` for version and date
+numbers.
+- additional changes from version 2014.9.25:
+  * Feature #29, #27: Add simple table support with bypass option.
+  * Fix #20: Replace project website with:
+http://alir3z4.github.io/html2text/
+- additional changes from version 2014.9.8:
+  * Fix #28: missing ``html2text`` package in installation.
+- additional changes from version 2014.9.7:
+  * Fix ``unicode``/``type`` error in memory leak unit-test.
+  * Feature #16: Remove ``install_deps.py``.
+  * Feature #17: Add status badges via pypin.
+  * Feature #18: Add ``Python`` ``3.4`` to travis config file.
+  * Feature #19: Bring ``html2text`` to a separate module and take
+out the ``conf``/``constant`` variables.
+  * Feature #21: Remove meta vars from ``html2text.py`` file header
+  * Fix: Fix TypeError when parsing tags like img src='foo' alt.
+Fixed in #25.
+- additional changes from version 2014.7.3:
+  * Fix #8: Remove ``How to do a release`` section from README.md.
+  * Fix #11: Include test directory markdown, html files.
+  * Fix #13:  memory leak in using ``handle`` while keeping the old
+instance of ``html2text``.
+- additional changes from version 2014.4.5:
+  * Fix #1: Add ``ChangeLog.rst`` file.
+  * Fix #2: Add ``AUTHORS.rst`` file.
+- update URL to maintainer homepage
+- drop html2text-entrypoints.patch: rename the script instead
+- update package description
+- add unittest2 to buildrequire for the tests
+- add %check to run the tests during build
+- install the script as html2text-python%{py_ver}
+- add AUTHORS.rst and ChangeLog.rst to documentation
+- remove useless shebang in __init__.py
+
+---

Old:

  html2text-3.200.3.tar.gz
  html2text-entrypoints.patch

New:

  html2text-2015.4.14.tar.gz



Other differences:
--
++ python-html2text.spec ++
--- /var/tmp/diff_new_pack.8ur4SO/_old  2015-04-21 10:53:49.0 +0200
+++ /var/tmp/diff_new_pack.8ur4SO/_new  2015-04-21 10:53:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-html2text
 #
-# 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,18 +17,17 @@
 
 
 Name:   python-html2text
-Version:3.200.3
+Version:2015.4.14
 Release:0
-Url:http://www.aaronsw.com/2002/html2text/
+Url:

commit perl-XML-Generator-PerlData for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-Generator-PerlData for 
openSUSE:Factory checked in at 2015-04-21 10:52:30

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


Package is perl-XML-Generator-PerlData

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-XML-Generator-PerlData/perl-XML-Generator-PerlData.changes
  2012-01-12 15:26:59.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-Generator-PerlData.new/perl-XML-Generator-PerlData.changes
 2015-04-21 10:52:40.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 19 07:38:15 UTC 2015 - co...@suse.com
+
+- updated to 0.93
+   see /usr/share/doc/packages/perl-XML-Generator-PerlData/Changes
+
+---

Old:

  XML-Generator-PerlData-0.91.tar.gz

New:

  XML-Generator-PerlData-0.93.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-XML-Generator-PerlData.spec ++
--- /var/tmp/diff_new_pack.ag98t8/_old  2015-04-21 10:52:41.0 +0200
+++ /var/tmp/diff_new_pack.ag98t8/_new  2015-04-21 10:52:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-Generator-PerlData
 #
-# 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
@@ -15,21 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-XML-Generator-PerlData
-Version:0.91
+Version:0.93
 Release:0
 %define cpan_name XML-Generator-PerlData
-Summary:Perl extension for generating SAX2 events from nested Perl 
data structures.
-License:GPL-1.0+ or Artistic-1.0
+Summary:Perl extension for generating SAX2 events from nested Perl 
data structures
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/XML-Generator-PerlData/
-Source: 
http://www.cpan.org/authors/id/K/KH/KHAMPTON/XML-Generator-PerlData-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/K/KH/KHAMPTON/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(XML::SAX::Base) = 1.02
 Requires:   perl(XML::SAX::Base) = 1.02
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 %{perl_requires}
 
 %description
@@ -61,11 +63,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 TODO
 
 %changelog

++ XML-Generator-PerlData-0.91.tar.gz - XML-Generator-PerlData-0.93.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Generator-PerlData-0.91/MANIFEST 
new/XML-Generator-PerlData-0.93/MANIFEST
--- old/XML-Generator-PerlData-0.91/MANIFEST2007-08-04 14:58:34.0 
+0200
+++ new/XML-Generator-PerlData-0.93/MANIFEST2014-11-13 16:16:01.0 
+0100
@@ -13,5 +13,8 @@
 t/10arry_keymap.t
 t/12nstest1.t
 t/13nstest2.t
+t/14processing_instruction.t
+t/15circular.t
 
 META.yml Module meta-data (added by MakeMaker)
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Generator-PerlData-0.91/META.json 
new/XML-Generator-PerlData-0.93/META.json
--- old/XML-Generator-PerlData-0.91/META.json   1970-01-01 01:00:00.0 
+0100
+++ new/XML-Generator-PerlData-0.93/META.json   2014-11-13 16:16:01.0 
+0100
@@ -0,0 +1,49 @@
+{
+   abstract : Perl extension for generating SAX2 events from nested Perl 
data structures.,
+   author : [
+  Kip Hampton khamp...@totalcinema.com
+   ],
+   dynamic_config : 1,
+   generated_by : ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.142690,
+   license : [
+  perl_5
+   ],
+   meta-spec : {
+  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  version : 2
+   },
+   name : XML-Generator-PerlData,
+   no_index : {
+  directory : [
+ t,
+ inc
+  ]
+   },
+   prereqs : {
+  build : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  configure : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }

commit perl-Package-DeprecationManager for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Package-DeprecationManager for 
openSUSE:Factory checked in at 2015-04-21 10:52:42

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


Package is perl-Package-DeprecationManager

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Package-DeprecationManager/perl-Package-DeprecationManager.changes
  2013-03-22 12:06:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Package-DeprecationManager.new/perl-Package-DeprecationManager.changes
 2015-04-21 10:52:44.0 +0200
@@ -1,0 +2,10 @@
+Sun Apr 19 07:44:51 UTC 2015 - co...@suse.com
+
+- updated to 0.14
+   see /usr/share/doc/packages/perl-Package-DeprecationManager/Changes
+
+  0.14 2015-04-18
+  
+  - Use any() from List::Util 1.33+ instead of List::MoreUtils.
+
+---

Old:

  Package-DeprecationManager-0.13.tar.gz

New:

  Package-DeprecationManager-0.14.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Package-DeprecationManager.spec ++
--- /var/tmp/diff_new_pack.d1FZAW/_old  2015-04-21 10:52:45.0 +0200
+++ /var/tmp/diff_new_pack.d1FZAW/_new  2015-04-21 10:52:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Package-DeprecationManager
 #
-# 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,47 +17,82 @@
 
 
 Name:   perl-Package-DeprecationManager
+Version:0.14
+Release:0
 %define cpan_name Package-DeprecationManager
 Summary:Manage deprecation warnings for your distribution
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
-Version:0.13
-Release:0
 Url:http://search.cpan.org/dist/Package-DeprecationManager/
-Source: 
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::Fatal)
-BuildRequires:  perl(Test::Requires)
-%if 0%{?suse_version} = 1130
-BuildRequires:  perl(Test::More) = 0.88
-BuildRequires:  perl(Test::Output) = 0.16
-%else
-BuildRequires:  perl(Test::More) = 0.88
-%endif
-BuildRequires:  perl(ExtUtils::MakeMaker) = 6.31
-#
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(List::MoreUtils)
+BuildRequires:  perl(List::Util) = 1.33
 BuildRequires:  perl(Params::Util)
 BuildRequires:  perl(Sub::Install)
-Requires:   perl(Carp)
-Requires:   perl(List::MoreUtils)
+BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::More) = 0.96
+BuildRequires:  perl(Test::Requires)
+Requires:   perl(List::Util) = 1.33
 Requires:   perl(Params::Util)
 Requires:   perl(Sub::Install)
+%{perl_requires}
 
 %description
-This module allows you to manage a set of deprecations for one or
-more modules.
+This module allows you to manage a set of deprecations for one or more
+modules.
+
+When you import 'Package::DeprecationManager', you must provide a set of
+'-deprecations' as a hash ref. The keys are feature names, and the values
+are the version when that feature was deprecated.
+
+In many cases, you can simply use the fully qualified name of a subroutine
+or method as the feature name. This works for cases where the whole
+subroutine is deprecated. However, the feature names can be any string.
+This is useful if you don't want to deprecate an entire subroutine, just a
+certain usage.
+
+You can also provide an optional array reference in the '-ignore'
+parameter.
+
+The values to be ignored can be package names or regular expressions (made
+with 'qr//'). Use this to ignore packages in your distribution that can
+appear on the call stack when a deprecated feature is used.
+
+As part of the import process, 'Package::DeprecationManager' will export
+two subroutines into its caller. It provides an 'import()' sub for the
+caller and a 'deprecated()' sub.
+
+The 'import()' sub allows callers of _your_ class to specify an
+'-api_version' parameter. If this is supplied, then deprecation warnings
+are only issued for deprecations with API versions earlier than the one
+specified.
+
+You must call the 'deprecated()' sub in each deprecated subroutine. When
+called, it will 

commit rabbitmq-server for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package rabbitmq-server for openSUSE:Factory 
checked in at 2015-04-21 10:52:21

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


Package is rabbitmq-server

Changes:

--- /work/SRC/openSUSE:Factory/rabbitmq-server/rabbitmq-server.changes  
2015-01-22 21:49:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.rabbitmq-server.new/rabbitmq-server.changes 
2015-04-21 10:52:22.0 +0200
@@ -1,0 +2,25 @@
+Sun Apr 12 01:56:58 UTC 2015 - mrueck...@suse.de
+
+- update to 3.5.1
+  This release adds support for priority queues which were available
+  as a plugin before. Performance is improved; in particular messages
+  smaller than configurable size are embedded in the queue index to
+  reduce I/O and memory consumption. Stability of clustering and
+  autoheal partition handling is improved as well. A new
+  pause_if_all_down partition handling mode is added. The management
+  web UI now shows many more I/O statistics.
+
+  This release also corrects a number of defects in the broker and
+  plugins, as well as introducing many smaller new features and
+  improvements.
+
+   * see https://www.rabbitmq.com/release-notes/README-3.5.1.txt
+   * see https://www.rabbitmq.com/release-notes/README-3.5.0.txt
+   * see https://www.rabbitmq.com/release-notes/README-3.4.4.txt
+
+- instead of patching the ocf provider after copying: patch it
+  right away and drop the ocf-fixes.patch.
+- refresh no-nmap.patch to apply cleanly again
+- create rcrabbitmq-server for the systemd case
+
+---

Old:

  ocf-fixes.patch
  rabbitmq-server-3.4.3.tar.gz

New:

  rabbitmq-server-3.5.1.tar.gz



Other differences:
--
++ rabbitmq-server.spec ++
--- /var/tmp/diff_new_pack.SYlR2Y/_old  2015-04-21 10:52:23.0 +0200
+++ /var/tmp/diff_new_pack.SYlR2Y/_new  2015-04-21 10:52:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rabbitmq-server
 #
-# 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
@@ -24,7 +24,7 @@
 %endif
 
 Name:   rabbitmq-server
-Version:3.4.3
+Version:3.5.1
 Release:0
 Summary:The RabbitMQ Server
 License:MPL-1.1
@@ -41,7 +41,6 @@
 Source7:rabbitmq-server.tmpfiles.d.conf
 Patch0: no-nmap.patch
 Patch1: no-remove-common.patch
-Patch10:ocf-fixes.patch
 BuildRequires:  erlang
 BuildRequires:  erlang-src
 BuildRequires:  fdupes
@@ -106,7 +105,7 @@
 %patch1
 %define _rabbit_server_ocf `basename %{SOURCE4}`
 cp %{SOURCE4} %{_rabbit_server_ocf}
-%patch10 -p1
+#patch10 -p1
 
 %build
 make all VERSION=%{version}
@@ -120,12 +119,13 @@
   DOC_INSTALL_DIR=%{buildroot}/%{_docdir} \
   VERSION=%{version}
 
+mkdir -p %{buildroot}%{_sbindir}
 %if 0%{?have_systemd}
 install -p -D -m 644 %{SOURCE6} %{buildroot}%{_unitdir}/%{name}.service
+ln -s -f %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
 %else
 # Install init scripts
 install -p -D -m 0755 %{SOURCE1} %{buildroot}%{_initddir}/rabbitmq-server
-mkdir -p %{buildroot}%{_sbindir}
 ln -sf %{_initddir}/rabbitmq-server %{buildroot}%{_sbindir}/rcrabbitmq-server
 mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates/
 install -p -D -m 644 %{SOURCE5} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.rabbitmq-server
@@ -221,9 +221,9 @@
 %{_unitdir}/%{name}.service
 /usr/lib/tmpfiles.d/rabbitmq-server.conf
 %else
-%{_sbindir}/rcrabbitmq-server
 %{_initddir}/rabbitmq-server
 %endif
+%{_sbindir}/rcrabbitmq-server
 %dir /usr/lib/ocf
 %dir /usr/lib/ocf/resource.d
 %dir /usr/lib/ocf/resource.d/rabbitmq

++ no-nmap.patch ++
--- /var/tmp/diff_new_pack.SYlR2Y/_old  2015-04-21 10:52:23.0 +0200
+++ /var/tmp/diff_new_pack.SYlR2Y/_new  2015-04-21 10:52:23.0 +0200
@@ -2,15 +2,18 @@
 ===
 --- plugins-src/rabbitmq-auth-backend-ldap/package.mk.orig
 +++ plugins-src/rabbitmq-auth-backend-ldap/package.mk
-@@ -1,7 +1,7 @@
+@@ -1,9 +1,9 @@
  RELEASABLE:=true
  DEPS:=rabbitmq-server rabbitmq-erlang-client eldap-wrapper
  
 -ifeq ($(shell nc -z localhost 389  echo true),true)
--WITH_BROKER_TEST_COMMANDS:=eunit:test(rabbit_auth_backend_ldap_test,[verbose])
+-WITH_BROKER_TEST_COMMANDS:=eunit:test([rabbit_auth_backend_ldap_unit_test,rabbit_auth_backend_ldap_test],[verbose])
 -WITH_BROKER_TEST_CONFIG:=$(PACKAGE_DIR)/etc/rabbit-test
+-else
++#ifeq 

commit perl-Finance-Quote for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Finance-Quote for 
openSUSE:Factory checked in at 2015-04-21 10:52:28

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


Package is perl-Finance-Quote

Changes:

--- /work/SRC/openSUSE:Factory/perl-Finance-Quote/perl-Finance-Quote.changes
2014-07-29 16:48:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Finance-Quote.new/perl-Finance-Quote.changes   
2015-04-21 10:52:36.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 19 06:37:12 UTC 2015 - co...@suse.com
+
+- updated to 1.37
+   see /usr/share/doc/packages/perl-Finance-Quote/ChangeLog.1
+
+---

Old:

  Finance-Quote-1.35.tar.gz

New:

  Finance-Quote-1.37.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Finance-Quote.spec ++
--- /var/tmp/diff_new_pack.JudgE0/_old  2015-04-21 10:52:37.0 +0200
+++ /var/tmp/diff_new_pack.JudgE0/_new  2015-04-21 10:52:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Finance-Quote
 #
-# 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,25 +17,29 @@
 
 
 Name:   perl-Finance-Quote
-Url:http://finance-quote.sourceforge.net/
+Version:1.37
+Release:0
+#Upstream: GPL-1.0+
 %define cpan_name Finance-Quote
-Summary:Get stock and mutual fund quotes from various exchange
+Summary:Get stock and mutual fund quotes from various exchanges
 License:GPL-2.0+
 Group:  Development/Libraries/Perl
-Version:1.35
-Release:0
-Source: 
http://www.cpan.org/authors/id/E/EC/ECOCODE/%{cpan_name}-%{version}.tar.gz
-Patch11:perl-Finance-Quote-debian-03_whatis.patch
-Patch12:perl-Finance-Quote-debian-04_deka.patch
-Patch13:perl-Finance-Quote-debian-06_seb.patch
-Patch15:perl-Finance-Quote-debian-10_whatis.patch
-Patch60:perl-Finance-Quote-66235-Cdnfundlibrary-row.patch
-Patch63:perl-Finance-Quote-64897-0001-adopted-to-site-changes.patch
-Patch64:perl-Finance-Quote-64897-0002-support-palladium-lookup.patch
-Patch101:   perl-Finance-Quote-goldmoney-decimal-point.patch
+Url:http://search.cpan.org/dist/Finance-Quote/
+Source0:
http://www.cpan.org/authors/id/E/EC/ECOCODE/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+Patch0: perl-Finance-Quote-64897-0001-adopted-to-site-changes.patch
+Patch1: perl-Finance-Quote-64897-0002-support-palladium-lookup.patch
+Patch2: perl-Finance-Quote-66235-Cdnfundlibrary-row.patch
+Patch3: perl-Finance-Quote-debian-03_whatis.patch
+Patch4: perl-Finance-Quote-debian-04_deka.patch
+Patch5: perl-Finance-Quote-debian-06_seb.patch
+Patch6: perl-Finance-Quote-debian-10_whatis.patch
+Patch7: perl-Finance-Quote-goldmoney-decimal-point.patch
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  perl(Crypt::SSLeay)
-BuildRequires:  perl(Date::Calc)
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(DateTime)
 BuildRequires:  perl(HTML::Parser)
 BuildRequires:  perl(HTML::TableExtract)
 BuildRequires:  perl(HTML::TokeParser)
@@ -45,14 +49,14 @@
 BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(HTTP::Status)
 BuildRequires:  perl(JSON)
+BuildRequires:  perl(LWP::Protocol::https)
 BuildRequires:  perl(LWP::Simple)
 BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Time::Piece)
 BuildRequires:  perl(URI)
 BuildRequires:  perl(URI::Escape)
 BuildRequires:  perl(URI::QueryParam)
-Requires:   perl(Crypt::SSLeay)
-Requires:   perl(Date::Calc)
+Requires:   perl(DateTime)
 Requires:   perl(HTML::Parser)
 Requires:   perl(HTML::TableExtract)
 Requires:   perl(HTML::TokeParser)
@@ -62,6 +66,7 @@
 Requires:   perl(HTTP::Request::Common)
 Requires:   perl(HTTP::Status)
 Requires:   perl(JSON)
+Requires:   perl(LWP::Protocol::https)
 Requires:   perl(LWP::Simple)
 Requires:   perl(LWP::UserAgent)
 Requires:   perl(Time::Piece)
@@ -69,8 +74,6 @@
 Requires:   perl(URI::Escape)
 Requires:   perl(URI::QueryParam)
 %{perl_requires}
-BuildRequires:  perl
-BuildRequires:  perl-macros
 
 %description
 This module gets stock quotes from various internet sources, including
@@ -91,16 +94,15 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

commit R-base for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package R-base for openSUSE:Factory checked 
in at 2015-04-21 10:52:15

Comparing /work/SRC/openSUSE:Factory/R-base (Old)
 and  /work/SRC/openSUSE:Factory/.R-base.new (New)


Package is R-base

Changes:

--- /work/SRC/openSUSE:Factory/R-base/R-base.changes2015-03-11 
09:58:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.R-base.new/R-base.changes   2015-04-21 
10:52:17.0 +0200
@@ -1,0 +2,540 @@
+Thu Apr 16 14:52:43 UTC 2015 - detlef.ste...@gmx.de
+
+- Upstream release 3.2.0
+- Most important
+  CHANGES IN 3.2.0:
+  NEW FEATURES:
+
+* anyNA() gains a recursive argument.
+
+* When x is missing and names is not false (including the default
+  value), Sys.getenv(x, names) returns an object of class Dlist
+  and hence prints tidily.
+
+* (Windows.)  shell() no longer consults the environment variable
+  SHELL: too many systems have been encountered where it was set
+  incorrectly (usually to a path where software was compiled, not
+  where it was installed).  R_SHELL, the preferred way to select a
+  non-default shell, can be used instead.
+
+* Some unusual arguments to embedFonts() can now be specified as
+  character vectors, and the defaults have been changed
+  accordingly.
+
+* Functions in the Summary group duplicate less.  (PR#15798)
+
+* (Unix-alikes.) system(cmd, input = ) now uses
+  'shell-execution-environment' redirection, which will be more
+  natural if cmd is not a single command (but requires a
+  POSIX-compliant shell). (Wish of PR#15508)
+
+* read.fwf() and read.DIF() gain a fileEncoding argument, for
+  convenience.
+
+* Graphics devices can add attributes to their description in
+  .Device and .Devices.  Several of those included with R use a
+  filepath attribute.
+
+* pmatch() uses hashing in more cases and so is faster at the
+  expense of using more memory. (PR#15697)
+
+* pairs() gains new arguments to select sets of variables to be
+  plotted against each other.
+
+* file.info(, extra_cols = FALSE) allows a minimal set of columns
+  to be computed on Unix-alikes: on some systems without
+  properly-configured caching this can be significantly faster with
+  large file lists.
+
+* New function dir.exists() in package base to test efficiently
+  whether one or more paths exist and are directories.
+
+* dput() and friends gain new controls hexNumeric and digits17
+  which output double and complex quantities as, respectively,
+  binary fractions (exactly, see sprintf(%a)) and as decimals
+  with up to 17 significant digits.
+
+* save(), saveRDS() and serialize() now support ascii = NA which
+  writes ASCII files using sprintf(%a) for double/complex
+  quantities.  This is read-compatible with ascii = TRUE but avoids
+  binary-decimal-binary conversions with potential loss of
+  precision.  Unfortunately the Windows C runtime's lack of C99
+  compliance means that the format cannot be read correctly there
+  in R before 3.1.2.
+
+* The default for formatC(decimal.mark =) has been changed to be
+  getOption(OutDec); this makes it more consistent with format()
+  and suitable for use in print methods, e.g. those for classes
+  density, ecdf, stepfun and summary.lm.
+
+  getOption(OutDec) is now consulted by the print method for
+  class kmeans, by cut(), dendrogram(), plot.ts() and quantile()
+  when constructing labels and for the report from legend(trace =
+  TRUE).
+
+  (In part, wish of PR#15819.)
+
+* printNum() and hence format() and formatC() give a warning if
+  big.mark and decimal.mark are set to the same value (period and
+  comma are not uncommonly used for each, and this is a check that
+  conventions have not got mixed).
+
+* merge() can create a result which uses long vectors on 64-bit
+  platforms.
+
+* dget() gains a new argument keep.source which defaults to FALSE
+  for speed (dput() and dget() are most often used for data objects
+  where this can make dget() many times faster).
+
+* Packages may now use a file of common macro definitions in their
+  help files, and may import definitions from other packages.
+
+* A number of macros have been added in the new share/Rd directory
+  for use in package overview help pages, and promptPackage() now
+  makes use of them.
+
+* tools::parse_Rd() gains a new permissive argument which converts
+  unrecognized macros into text.  This is used by
+  utils:::format.bibentry to allow LaTeX markup to be ignored.
+
+* options(OutDec =) can now specify a multi-byte character, e.g.,
+  options(OutDec = \u00b7) in a UTF-8 locale.
+
+* 

commit perl-Event for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Event for openSUSE:Factory 
checked in at 2015-04-21 10:52:45

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


Package is perl-Event

Changes:

--- /work/SRC/openSUSE:Factory/perl-Event/perl-Event.changes2014-07-29 
22:05:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Event.new/perl-Event.changes   
2015-04-21 10:52:47.0 +0200
@@ -1,0 +2,7 @@
+Sun Apr 19 07:42:07 UTC 2015 - co...@suse.com
+
+- updated to 1.24
+   see /usr/share/doc/packages/perl-Event/ChangeLog
+- remove broken Event-1.0-warning.patch
+
+---

Old:

  Event-1.0-warning.patch
  Event-1.23.tar.gz

New:

  Event-1.24.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Event.spec ++
--- /var/tmp/diff_new_pack.tfu4W5/_old  2015-04-21 10:52:48.0 +0200
+++ /var/tmp/diff_new_pack.tfu4W5/_new  2015-04-21 10:52:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Event
 #
-# 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,16 +17,16 @@
 
 
 Name:   perl-Event
-Version:1.23
+Version:1.24
 Release:0
 %define cpan_name Event
 Summary:Event loop processing
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Event/
-Source: 
http://www.cpan.org/authors/id/E/ET/ETJ/%{cpan_name}-%{version}.tar.gz
-Source100:  perl-Event-rpmlintrc
-Patch0: Event-1.0-warning.patch
+Source0:
http://www.cpan.org/authors/id/E/ET/ETJ/%{cpan_name}-%{version}.tar.gz
+Source1:perl-Event-rpmlintrc
+Source2:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -82,7 +82,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch0
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}

++ Event-1.23.tar.gz - Event-1.24.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.23/ANNOUNCE new/Event-1.24/ANNOUNCE
--- old/Event-1.23/ANNOUNCE 2014-07-09 06:11:25.0 +0200
+++ new/Event-1.24/ANNOUNCE 2015-02-27 21:39:53.0 +0100
@@ -18,7 +18,7 @@
  solaris 2.6 sun4-solaris
  solaris 7 i86pc-solaris 
 
-* Perl 5.005_03 (or better) is required.
+* Perl 5.008 (or better) is required.
 
 * Win32 support should not be too difficult but no volunteer has
 stepped forward to take ownership.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.23/Event.xs new/Event-1.24/Event.xs
--- old/Event-1.23/Event.xs 2014-07-09 06:11:25.0 +0200
+++ new/Event-1.24/Event.xs 2015-02-27 21:41:19.0 +0100
@@ -16,13 +16,6 @@
 
 #include ppport.h
 
-/* This is unfortunately necessary for the 5.005_0x series. */
-#if PERL_REVISION == 5  PERL_VERSION = 5  PERL_SUBVERSION  53
-#  define PL_vtbl_uvar vtbl_uvar
-#  define PL_sig_name sig_name
-#  define whichsig Perl_whichsig   /* ? */
-#endif
-
 /* lexical warnings -- waiting for appropriate magic from
paul.marqu...@bt.com */
 #if 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.23/MANIFEST new/Event-1.24/MANIFEST
--- old/Event-1.23/MANIFEST 2014-07-09 06:40:51.0 +0200
+++ new/Event-1.24/MANIFEST 2015-02-27 21:43:43.0 +0100
@@ -46,8 +46,6 @@
 lib/Event/Watcher.pm
 Makefile.PL
 MANIFEST
-MANIFEST.SKIP
-META.yml
 ppport.h
 README
 README.EV
@@ -79,4 +77,5 @@
 Tutorial.pdf-errata.txt
 util/bench.pl
 util/filehandle.txt
+META.yml Module YAML meta-data (added by 
MakeMaker)
 META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.23/MANIFEST.SKIP new/Event-1.24/MANIFEST.SKIP
--- old/Event-1.23/MANIFEST.SKIP2014-07-09 06:11:25.0 +0200
+++ new/Event-1.24/MANIFEST.SKIP1970-01-01 01:00:00.0 +0100
@@ -1,5 +0,0 @@
-^MANIFEST\.bak$
-Makefile(\.old)?$
-\.rej$
-^\.i.*$
-^\.git
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.23/META.json new/Event-1.24/META.json
--- old/Event-1.23/META.json2014-07-09 

commit perl-Module-Find for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Find for 
openSUSE:Factory checked in at 2015-04-21 10:52:40

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


Package is perl-Module-Find

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Find/perl-Module-Find.changes
2014-02-28 19:15:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Module-Find.new/perl-Module-Find.changes   
2015-04-21 10:52:42.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 19 07:42:39 UTC 2015 - co...@suse.com
+
+- updated to 0.13
+   see /usr/share/doc/packages/perl-Module-Find/Changes
+
+---

Old:

  Module-Find-0.12.tar.gz

New:

  Module-Find-0.13.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Module-Find.spec ++
--- /var/tmp/diff_new_pack.iOP4f9/_old  2015-04-21 10:52:43.0 +0200
+++ /var/tmp/diff_new_pack.iOP4f9/_new  2015-04-21 10:52:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Find
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Module-Find
-Version:0.12
+Version:0.13
 Release:0
 %define cpan_name Module-Find
 Summary:Find and use installed modules in a (sub)category
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Module-Find/
-Source: 
http://www.cpan.org/authors/id/C/CR/CRENZ/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/C/CR/CRENZ/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Module-Find-0.12.tar.gz - Module-Find-0.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Find-0.12/Find.pm new/Module-Find-0.13/Find.pm
--- old/Module-Find-0.12/Find.pm2014-02-06 21:59:49.0 +0100
+++ new/Module-Find-0.13/Find.pm2015-03-10 00:07:06.0 +0100
@@ -7,7 +7,7 @@
 use File::Spec;
 use File::Find;
 
-our $VERSION = '0.12';
+our $VERSION = '0.13';
 
 our $basedir = undef;
 our @results = ();
@@ -180,7 +180,7 @@
 my ($category) = @_;
 return undef unless defined $category;
 
-my $dir = File::Spec-catdir(split(/::/, $category));
+my $dir = File::Spec-catdir(split(/::|'/, $category));
 
 my @dirs;
 if (@Module::Find::ModuleDirs) {
@@ -206,7 +206,7 @@
 @results = map $category\::$_, @results;
 
 @results = map {
- ($_ =~ m{^(\w+(?:::\w+)*)$})[0] || die $_ does not look like a 
package name
+ ($_ =~ m{^(\w+(?:(?:::|')\w+)*)$})[0] || die $_ does not look like a 
package name
 } @results;
 
 return @results;
@@ -303,6 +303,12 @@
 Added more explicit tests.
 Thanks to Colin Robertson for his input.
 
+=item 0.13, 2015-03-09
+
+This release contains two contributions from Moritz Lenz:
+- Link to Module::Pluggable and Class::Factory::Util in SEE ALSO
+- Align package name parsing with how perl does it (allowing single quotes as 
module separator)
+
 =back
 
 =head1 DEVELOPMENT NOTES
@@ -311,7 +317,7 @@
 
 =head1 SEE ALSO
 
-Lperl
+Lperl, LModule::Pluggable, LClass::Factory::Util
 
 =head1 AUTHOR
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Find-0.12/MANIFEST 
new/Module-Find-0.13/MANIFEST
--- old/Module-Find-0.12/MANIFEST   2014-02-06 19:54:41.0 +0100
+++ new/Module-Find-0.13/MANIFEST   2015-03-10 00:09:17.0 +0100
@@ -16,6 +16,7 @@
 t/8-taint.t
 t/pod-coverage.t
 t/pod.t
+t/meta.t
 test/duplicates/ModuleFindTest.pm
 test/duplicates/ModuleFindTest/SubMod.pm
 test/duplicates/ModuleFindTest/SubMod/SubSubMod.pm
@@ -23,3 +24,4 @@
 test/ModuleFindTest/SubMod.pm
 test/ModuleFindTest/SubMod/SubSubMod.pm
 test/README
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Find-0.12/META.json 
new/Module-Find-0.13/META.json
--- old/Module-Find-0.12/META.json  1970-01-01 01:00:00.0 +0100
+++ new/Module-Find-0.13/META.json  2015-03-10 00:09:17.0 +0100
@@ -0,0 +1,52 @@
+{
+   abstract : Find and use installed modules in a (sub)category,
+   author : [
+  

commit libav for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package libav for openSUSE:Factory checked 
in at 2015-04-21 10:52:58

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


Package is libav

Changes:

--- /work/SRC/openSUSE:Factory/libav/libav.changes  2015-03-28 
18:38:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.libav.new/libav.changes 2015-04-21 
10:53:02.0 +0200
@@ -1,0 +2,32 @@
+Mon Apr 20 07:56:59 UTC 2015 - mplus...@suse.com
+
+- Update to 11.3
+  * utvideodec: Handle slice_height being zero (CVE-2014-9604)
+  * adxdec: set avctx-channels in adx_read_header
+  * rmenc: limit packet size
+  * webp: validate the distance prefix code
+  * rv10: check size of s-mb_width * s-mb_height
+  * eamad: check for out of bounds read (CID/1257500)
+  * mdec: check for out of bounds read (CID/1257501)
+  * configure: Properly fail when libcdio/cdparanoia is not found
+  * tiff: Check that there is no aliasing in pixel format selection 
+(CVE-2014-8544)
+  * aic: Fix decoding files with odd dimensions
+  * vorbis: Check the vlc value in setup_classifs
+  * arm: Suppress tags about used cpu arch and extensions
+  * prores: Extend the padding check to 16bit
+  * icecast: Do not use chunked post, allows feeding to icecast 
+properly
+  * img2dec: correctly use the parsed value from -start_number
+  * h264_cabac: Break infinite loops
+  * hevc_deblock: Fix compilation with nasm (libav #795)
+  * h264: initialize H264Context.avctx in init_thread_copy
+  * h264: Do not share rbsp_buffer across threads
+  * h264: only ref cur_pic in update_thread_context if it is 
+initialized
+  * matroskadec: Fix read-after-free in matroska_read_seek() 
+(chromium #427266)
+  * log: Unbreak no-tty support on 256color terminals
+- Swith to pkgconfig style dependencies
+
+---

Old:

  libav-11.2.tar.xz

New:

  libav-11.3.tar.xz



Other differences:
--
++ libav.spec ++
--- /var/tmp/diff_new_pack.cDJrmL/_old  2015-04-21 10:53:02.0 +0200
+++ /var/tmp/diff_new_pack.cDJrmL/_new  2015-04-21 10:53:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libav
 #
-# 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,41 +24,40 @@
 %define avutilso  libavutil-libav54
 %define swscaleso libswscale-libav3
 Name:   libav
-Version:11.2
+Version:11.3
 Release:0
 Summary:Library working with various multimedia formats
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 Url:https://libav.org/
 Source: http://%{name}.org/releases/%{name}-%{version}.tar.xz
-BuildRequires:  alsa-devel
-BuildRequires:  freetype2-devel
-BuildRequires:  frei0r-plugins-devel
-BuildRequires:  gnutls-devel
-BuildRequires:  libSDL-devel
-BuildRequires:  libX11-devel
-BuildRequires:  libXext-devel
-BuildRequires:  libXfixes-devel
-BuildRequires:  libbz2-devel
-BuildRequires:  libcdio-paranoia-devel
-BuildRequires:  libdc1394-devel
 BuildRequires:  libgsm-devel
-BuildRequires:  libjack-devel
-BuildRequires:  libopus-devel
-BuildRequires:  libpulse-devel
-BuildRequires:  libraw1394-devel
-BuildRequires:  libtheora-devel
-BuildRequires:  libva-devel
-BuildRequires:  libvdpau-devel
-BuildRequires:  libvorbis-devel
-BuildRequires:  libvpx-devel
-BuildRequires:  openjpeg-devel
-BuildRequires:  pkgconfig
-BuildRequires:  schroedinger-devel
-BuildRequires:  speex-devel
-BuildRequires:  xz
+BuildRequires:  pkg-config
 BuildRequires:  yasm
-BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(bzip2)
+BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(frei0r)
+BuildRequires:  pkgconfig(gnutls)
+BuildRequires:  pkgconfig(jack)
+BuildRequires:  pkgconfig(libcdio_paranoia)
+BuildRequires:  pkgconfig(libdc1394-2)
+BuildRequires:  pkgconfig(libopenjpeg)
+BuildRequires:  pkgconfig(libpulse)
+BuildRequires:  pkgconfig(libraw1394)
+BuildRequires:  pkgconfig(libva)
+BuildRequires:  pkgconfig(opus)
+BuildRequires:  pkgconfig(schroedinger-1.0)
+BuildRequires:  pkgconfig(sdl)
+BuildRequires:  pkgconfig(speex)
+BuildRequires:  pkgconfig(theora)
+BuildRequires:  pkgconfig(vdpau)
+BuildRequires:  pkgconfig(vorbis)
+BuildRequires:  pkgconfig(vpx)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xfixes)
+BuildRequires:  pkgconfig(zlib)
 BuildRoot:  

commit gthumb for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package gthumb for openSUSE:Factory checked 
in at 2015-04-21 10:52:11

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


Package is gthumb

Changes:

--- /work/SRC/openSUSE:Factory/gthumb/gthumb.changes2015-04-10 
09:51:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.gthumb.new/gthumb.changes   2015-04-21 
10:52:12.0 +0200
@@ -1,0 +2,13 @@
+Wed Apr 15 09:41:46 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.4.0:
+  + Media player: smoother volume change.
+  + History: do not remove other occurrences of the current
+location.
+  + Don't merge translations into gschema file.
+  + Facebook: fixed the authorization process.
+  + Contact sheet: fixed header color not set when creating a new
+theme.
+  + Updated translations.
+
+---

Old:

  gthumb-3.3.4.tar.xz

New:

  gthumb-3.4.0.tar.xz



Other differences:
--
++ gthumb.spec ++
--- /var/tmp/diff_new_pack.mMnmgw/_old  2015-04-21 10:52:13.0 +0200
+++ /var/tmp/diff_new_pack.mMnmgw/_new  2015-04-21 10:52:13.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   gthumb
-Version:3.3.4
+Version:3.4.0
 Release:0
 # FIXME: Add libchamplain BuildRequires once the map feature is considered 
stable.
 Summary:An Image Viewer and Browser for GNOME
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
 Url:http://live.gnome.org/gthumb
-Source: 
http://download.gnome.org/sources/gthumb/3.3/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gthumb/3.4/%{name}-%{version}.tar.xz
 # For web albums
 BuildRequires:  bison
 BuildRequires:  fdupes
@@ -144,7 +144,7 @@
 
 %files devel
 %defattr(-, root, root)
-%{_includedir}/gthumb-3.3/
+%{_includedir}/gthumb-3.4/
 %{_datadir}/aclocal/gthumb.m4
 %{_libdir}/pkgconfig/*.pc
 

++ gthumb-3.3.4.tar.xz - gthumb-3.4.0.tar.xz ++
 8215 lines of diff (skipped)




commit nghttp2 for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package nghttp2 for openSUSE:Factory checked 
in at 2015-04-21 10:53:10

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


Package is nghttp2

Changes:

--- /work/SRC/openSUSE:Factory/nghttp2/nghttp2.changes  2015-04-13 
20:31:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.nghttp2.new/nghttp2.changes 2015-04-21 
10:53:29.0 +0200
@@ -1,0 +2,24 @@
+Mon Apr 20 08:40:33 UTC 2015 - mplus...@suse.com
+
+- Update to 0.7.12
+  * Fix bug that nghttp2_session_set_next_stream_id accepts invalid 
+stream_id
+  * HPACK: Rewrite static header table handling
+  * HPACK: Never index authorization and small cookie header field
+  * Don't install libnghttp2_asio headers if they are disabled
+  * doc: Specify program directive so that hyperlink to option is 
+correctly pointed to the intended location
+  * asio: client: Call error_cb on error occurred in do_read and 
+do_write (Fixes GH-207)
+  * nghttp: Add --no-push option to disable server push
+  * nghttp: Show stream ID in statistics output
+  * nghttp: Remove --dep-idle option
+  * nghttp: Use same priority anchor nodes as Firefox does
+  * nghttpx: Don't push resource if link header has non empty 
+loadpolicy
+  * nghttpx: Add logging for somewhat important events (logs, 
+tickets, and ocsp)
+  * nghttpx: Set Downstream to stream user data on HTTP Upgrade 
+to h2
+
+---

Old:

  nghttp2-0.7.11.tar.xz

New:

  nghttp2-0.7.12.tar.xz



Other differences:
--
++ nghttp2.spec ++
--- /var/tmp/diff_new_pack.JJyM3z/_old  2015-04-21 10:53:30.0 +0200
+++ /var/tmp/diff_new_pack.JJyM3z/_new  2015-04-21 10:53:30.0 +0200
@@ -19,7 +19,7 @@
 %define lib_name lib%{name}-5
 %define lib_name_asio lib%{name}_asio1
 Name:   nghttp2
-Version:0.7.11
+Version:0.7.12
 Release:0
 Summary:Implementation of Hypertext Transfer Protocol version 2 in C
 License:MIT

++ nghttp2-0.7.11.tar.xz - nghttp2-0.7.12.tar.xz ++
 4996 lines of diff (skipped)




commit chromium for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2015-04-21 10:53:08

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-05 
02:03:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2015-04-21 
10:53:18.0 +0200
@@ -1,0 +2,22 @@
+Wed Apr 15 14:11:48 UTC 2015 - tittiatc...@gmail.com
+
+- Update to Chromium 42.0.2311.90
+  * A number of new apps, extension and Web Platform APIs (including the Push 
API!)
+  * Lots of under the hood changes for stability and performance
+  * Security fixes, including:
+- CVE-2015-1235: Cross-origin-bypass in HTML parser
+- CVE-2015-1236: Cross-origin-bypass in Blink
+- CVE-2015-1237: Use-after-free in IPC
+- CVE-2015-1238: Out-of-bounds write in Skia
+- CVE-2015-1240: Out-of-bounds read in WebGL
+- CVE-2015-1241: Tap-Jacking
+- CVE-2015-1242: Type confusion in V8
+- CVE-2015-1244: HSTS bypass in WebSockets
+- CVE-2015-1245: Use-after-free in PDFium
+- CVE-2015-1246: Out-of-bounds read in Blink
+- CVE-2015-1247: Scheme issues in OpenSearch
+- CVE-2015-1248: SafeBrowsing bypass
+- CVE-2015-1249: Various fixes from internal audits, fuzzing and other 
initiatives
+- Multiple vulnerabilities in V8 fixed
+
+---

Old:

  chromium-41.0.2272.118.tar.xz

New:

  chromium-42.0.2311.90.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.twa9tz/_old  2015-04-21 10:53:28.0 +0200
+++ /var/tmp/diff_new_pack.twa9tz/_new  2015-04-21 10:53:28.0 +0200
@@ -20,7 +20,7 @@
 %define chromium_system_libs 0
 
 Name:   chromium
-Version:41.0.2272.118
+Version:42.0.2311.90
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+
@@ -284,7 +284,7 @@
 # archlinux arm enhancements
 %patch100 -p0
 %patch101 -p0
-%patch102 -p0
+#patch102 -p0
 
 export PATH=$PATH:`pwd`/depot_tools
 

++ _constraints ++
--- /var/tmp/diff_new_pack.twa9tz/_old  2015-04-21 10:53:28.0 +0200
+++ /var/tmp/diff_new_pack.twa9tz/_new  2015-04-21 10:53:28.0 +0200
@@ -9,4 +9,15 @@
   size unit=M4000/size
 /memory
   /hardware
-/constraints
+  overwrite
+conditions
+  archarmv6l/arch
+  archarmv7l/arch
+/conditions
+hardware
+  memory
+size unit=M2600/size
+  /memory
+/hardware
+  /overwrite
+/constraints
\ No newline at end of file

++ adjust-ldflags-no-keep-memory.patch ++
--- /var/tmp/diff_new_pack.twa9tz/_old  2015-04-21 10:53:29.0 +0200
+++ /var/tmp/diff_new_pack.twa9tz/_new  2015-04-21 10:53:29.0 +0200
@@ -1,8 +1,8 @@
 --- chrome/chrome_exe.gypi.ldflags 2012-06-28 09:02:24.0 -0400
 +++ chrome/chrome_exe.gypi 2012-07-06 15:46:13.008003437 -0400
-@@ -25,6 +25,14 @@
- '(DEPTH)/content/app/startup_helper_win.cc',
- '(DEPTH)/content/public/common/content_switches.cc',
+@@ -75,6 +75,14 @@
+ 'app/signature_validator_win.cc',
+ 'app/signature_validator_win.h',
],
 +  # Hey, I know what would be an awesome idea.
 +  # Let us statically compile EVERYTHING into one giant

++ chromium-41.0.2272.118.tar.xz - chromium-42.0.2311.90.tar.xz ++
/work/SRC/openSUSE:Factory/chromium/chromium-41.0.2272.118.tar.xz 
/work/SRC/openSUSE:Factory/.chromium.new/chromium-42.0.2311.90.tar.xz differ: 
char 26, line 1





commit rhythmbox for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package rhythmbox for openSUSE:Factory 
checked in at 2015-04-21 10:53:30

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


Package is rhythmbox

Changes:

--- /work/SRC/openSUSE:Factory/rhythmbox/rhythmbox.changes  2015-04-10 
09:51:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.rhythmbox.new/rhythmbox.changes 2015-04-21 
10:53:40.0 +0200
@@ -1,0 +2,11 @@
+Sun Apr 19 11:38:26 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.2.1:
+  + Bugs fixed:
+- bgo#746975: Core dump when using shuffle and playing track
+  changes.
+- bgo#747053: Rhythmbox plugins fail to connect to signal
+  handlers with libpeas 1.14.0.
+  + Updated translations.
+
+---

Old:

  rhythmbox-3.2.tar.xz

New:

  rhythmbox-3.2.1.tar.xz



Other differences:
--
++ rhythmbox.spec ++
--- /var/tmp/diff_new_pack.769k5x/_old  2015-04-21 10:53:41.0 +0200
+++ /var/tmp/diff_new_pack.769k5x/_new  2015-04-21 10:53:41.0 +0200
@@ -23,7 +23,7 @@
 %bcond_with visualizer
 
 Name:   rhythmbox
-Version:3.2
+Version:3.2.1
 Release:0
 Summary:GNOME Music Management Application
 License:GPL-2.0+

++ rhythmbox-3.2.tar.xz - rhythmbox-3.2.1.tar.xz ++
/work/SRC/openSUSE:Factory/rhythmbox/rhythmbox-3.2.tar.xz 
/work/SRC/openSUSE:Factory/.rhythmbox.new/rhythmbox-3.2.1.tar.xz differ: char 
26, line 1




commit gupnp.3696 for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package gupnp.3696 for openSUSE:13.2:Update 
checked in at 2015-04-21 10:46:47

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


Package is gupnp.3696

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.gupnp.3696.new/gupnp.changes
2015-04-21 10:46:48.0 +0200
@@ -0,0 +1,549 @@
+---
+Sat Mar 28 04:48:47 UTC 2015 - badshah...@gmail.com
+
+- Update to version 0.20.13 (boo#924072):
+  + Fix cyclic includes.
+  + Avoid redefinition of symbols.
+  + Fix missing function declaration.
+  + Don't check von connman.pc.
+  + Allow actions without arguments.
+  + Respect prefer_bigger even if there is no icon size.
+  + DOAP fixes.
+  + Fix VAPI generation.
+  + Fix reference counting.
+  + Port to new libsoup API.
+  + Bugs fixed: bgo#722696, bgo#731209, bgo#731457, bgo#733241,
+bgo#740267, bgo#742075.
+
+---
+Mon Jun 30 20:48:09 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.20.12:
+  + Several documentation fixes.
+  + Fix warning from clang.
+  + Prevent a critical if there's no DBus available and a
+DBus-based context manager is used.
+  + Don't try to use a DBus context manager if we don't have a
+system bus.
+  + Use g_return_val_if_fail.
+  + Fix a small leak of CallbackData in GUPnPServiceProxy.
+  + Add a gupnp_service_proxy_add_notify_full variant to be nice to
+gobject-introspection.
+  + Several code cleanups.
+  + Fix a reference leak in ACL.
+  + Make document property of GUPnPDeviceInfo readable.
+  + Add gupnp_service_proxy_add_raw_notify which can be used to get
+the raw xmlDoc received through notification.
+  + Bugs fixed: bgo#701446, bgo#706123, bgo#706127, bgo#727709,
+bgo#729827, bgo#730359, bgo#730690.
+
+---
+Sun May  4 14:53:26 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.20.11:
+  + Disable the Unix context manager on Android.
+  + Fix Windows compilation.
+  + Fix a memory leak in Linux context manager.
+  + Fix libuuid dependencies in pkg-config files.
+  + Implement a simple ACL infrastructure.
+  + Bugs fixed: bgo#711027, bgo#723715, bgo#727539, bgo#728889.
+
+---
+Mon Feb  3 17:53:25 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.20.10:
+  + Make sure ResourceFactory creates proxies with the correct
+GType.
+  + Make it possible to unsubscribe from a service proxy during a
+call-back.
+  + Disable managed RootDevices on WL change in addition to
+ControlPoints.
+  + Bugs fixed: bgo#678701, bgo#690400, bgo#711332.
+
+---
+Sat Dec 14 22:09:42 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.20.9:
+  + Enforce HTTP 1.1 for device description requests.
+  + Add libuuid to Requires.private of pkg-config file.
+  + Deprecate gupnp_service_proxy_{begin,send}_action_hash as they
+cannot guarantee the argument order.
+  + Add gupnp_service_info_get_introspection_async_full() that
+makes it possible to cancel an introspcetion request using
+GCancellable.
+  + Fix a crash when running with GSSDP  0.14.6.
+  + Bugs fixed: bgo#704867, bgo#710491, bgo#711027, bgo#711167,
+bgo#720369, bgo#720372.
+
+---
+Thu Oct 31 18:29:48 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.20.8 (bnc#849913):
+  + Minor compilation and style fixes in the Linux CM.
+  + Add gupnp_white_list_add_entryv utility function.
+  + Use port property to set msearch-port property on base
+class.
+  + Other style fixes.
+  + Bugs fixed: bgo#711015.
+
+---
+Wed Oct 16 13:49:12 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.20.7:
+  + Fix GCC warnings about local includes.
+  + Do not hand out libxml2-allocated strings.
+  + Fix a crash when a notification host was not available.
+  + Always call action call-back asynchronously, even when there
+was an error.
+  + Add performance measurement options to light-server/-client.
+  + Bugs fixed: bgo#669729, bgo#703263, bgo#708162, bgo#708575,
+bgo#708751.
+
+---
+Tue Sep  3 13:54:46 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.20.6:
+  + Don't do excessive network rescans (bgo#706996).
+
+---
+Tue Aug 20 15:48:49 UTC 2013 - 

commit gtk3-branding-openSUSE for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package gtk3-branding-openSUSE for 
openSUSE:13.2:Update checked in at 2015-04-21 10:46:34

Comparing /work/SRC/openSUSE:13.2:Update/gtk3-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:13.2:Update/.gtk3-branding-openSUSE.new (New)


Package is gtk3-branding-openSUSE

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.LHRb2h/_old  2015-04-21 10:46:36.0 +0200
+++ /var/tmp/diff_new_pack.LHRb2h/_new  2015-04-21 10:46:36.0 +0200
@@ -1 +1 @@
-link package='gtk3-branding-openSUSE.3628' cicount='copy' /
+link package='gtk3-branding-openSUSE.3696' cicount='copy' /




commit gnome-shell for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:13.2:Update 
checked in at 2015-04-21 10:46:19

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


Package is gnome-shell

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.vXLYbg/_old  2015-04-21 10:46:20.0 +0200
+++ /var/tmp/diff_new_pack.vXLYbg/_new  2015-04-21 10:46:20.0 +0200
@@ -1 +1 @@
-link package='gnome-shell.3344' cicount='copy' /
+link package='gnome-shell.3696' cicount='copy' /




commit gnome-settings-daemon for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-settings-daemon for 
openSUSE:13.2:Update checked in at 2015-04-21 10:46:13

Comparing /work/SRC/openSUSE:13.2:Update/gnome-settings-daemon (Old)
 and  /work/SRC/openSUSE:13.2:Update/.gnome-settings-daemon.new (New)


Package is gnome-settings-daemon

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.KN25xI/_old  2015-04-21 10:46:14.0 +0200
+++ /var/tmp/diff_new_pack.KN25xI/_new  2015-04-21 10:46:14.0 +0200
@@ -1 +1 @@
-link package='gnome-settings-daemon.3344' cicount='copy' /
+link package='gnome-settings-daemon.3696' cicount='copy' /




commit gtksourceview for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package gtksourceview for 
openSUSE:13.2:Update checked in at 2015-04-21 10:46:43

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


Package is gtksourceview

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.EdRZZF/_old  2015-04-21 10:46:44.0 +0200
+++ /var/tmp/diff_new_pack.EdRZZF/_new  2015-04-21 10:46:44.0 +0200
@@ -1 +1 @@
-link package='gtksourceview.3628' cicount='copy' /
+link package='gtksourceview.3696' cicount='copy' /




commit latexila for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package latexila for openSUSE:13.2:Update 
checked in at 2015-04-21 10:46:58

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


Package is latexila

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.jk41Z4/_old  2015-04-21 10:46:59.0 +0200
+++ /var/tmp/diff_new_pack.jk41Z4/_new  2015-04-21 10:46:59.0 +0200
@@ -1 +1 @@
-link package='latexila.3628' cicount='copy' /
+link package='latexila.3696' cicount='copy' /




commit biosdevname for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package biosdevname for openSUSE:Factory 
checked in at 2015-04-21 10:46:09

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


Package is biosdevname

Changes:

--- /work/SRC/openSUSE:Factory/biosdevname/biosdevname.changes  2015-04-10 
09:48:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.biosdevname.new/biosdevname.changes 
2015-04-21 10:46:11.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 10 12:38:21 UTC 2015 - zai...@opensuse.org
+
+- Fix fault in ignore-broken-BIOSes patch (boo#920054).
+
+---



Other differences:
--
++ ignore-broken-BIOSes ++
--- /var/tmp/diff_new_pack.UzM2ak/_old  2015-04-21 10:46:11.0 +0200
+++ /var/tmp/diff_new_pack.UzM2ak/_new  2015-04-21 10:46:11.0 +0200
@@ -1,13 +1,10 @@
-Index: biosdevname-0.6.1/biosdevname.rules.in
-===
 biosdevname-0.6.1.orig/biosdevname.rules.in2015-01-21 
16:00:20.790396992 +0100
-+++ biosdevname-0.6.1/biosdevname.rules.in 2015-01-21 16:01:54.926398489 
+0100
-@@ -19,6 +19,7 @@
+--- biosdevname-0.6.1-orig/biosdevname.rules.in2014-11-03 
19:07:11.0 +0100
 biosdevname-0.6.1/biosdevname.rules.in 2015-04-10 14:44:37.937236074 
+0200
+@@ -19,6 +19,6 @@
  
  # using NAME= instead of setting INTERFACE_NAME, so that persistent
  # names aren't generated for these devices, they are named on each boot.
 -SUBSYSTEMS==pci, PROGRAM=/sbin/biosdevname --policy physical -i %k, 
NAME=%c,  OPTIONS+=string_escape=replace
-+SUBSYSTEMS==pci, PROGRAM=/sbin/biosdevname --policy physical --smbios 2.6
-+ --nopirq -i %k, NAME=%c,  OPTIONS+=string_escape=replace
++SUBSYSTEMS==pci, PROGRAM=/sbin/biosdevname --policy physical --smbios 2.6 
--nopirq -i %k, NAME=%c,  OPTIONS+=string_escape=replace
  
  LABEL=netdevicename_end




commit gvfs for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package gvfs for openSUSE:13.2:Update 
checked in at 2015-04-21 10:46:55

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


Package is gvfs

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.uC0LJm/_old  2015-04-21 10:46:56.0 +0200
+++ /var/tmp/diff_new_pack.uC0LJm/_new  2015-04-21 10:46:56.0 +0200
@@ -1 +1 @@
-link package='gvfs.3628' cicount='copy' /
+link package='gvfs.3696' cicount='copy' /




commit gnome-shell-extensions for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell-extensions for 
openSUSE:13.2:Update checked in at 2015-04-21 10:46:14

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


Package is gnome-shell-extensions

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ZCymVU/_old  2015-04-21 10:46:17.0 +0200
+++ /var/tmp/diff_new_pack.ZCymVU/_new  2015-04-21 10:46:17.0 +0200
@@ -1 +1 @@
-link package='gnome-shell-extensions.3344' cicount='copy' /
+link package='gnome-shell-extensions.3696' cicount='copy' /




commit gnome-tweak-tool for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-tweak-tool for 
openSUSE:13.2:Update checked in at 2015-04-21 10:46:24

Comparing /work/SRC/openSUSE:13.2:Update/gnome-tweak-tool (Old)
 and  /work/SRC/openSUSE:13.2:Update/.gnome-tweak-tool.new (New)


Package is gnome-tweak-tool

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.VrdYxE/_old  2015-04-21 10:46:25.0 +0200
+++ /var/tmp/diff_new_pack.VrdYxE/_new  2015-04-21 10:46:25.0 +0200
@@ -1 +1 @@
-link package='gnome-tweak-tool.3344' cicount='copy' /
+link package='gnome-tweak-tool.3696' cicount='copy' /




commit gtk3 for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package gtk3 for openSUSE:13.2:Update 
checked in at 2015-04-21 10:46:38

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


Package is gtk3

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.sl4RL9/_old  2015-04-21 10:46:40.0 +0200
+++ /var/tmp/diff_new_pack.sl4RL9/_new  2015-04-21 10:46:40.0 +0200
@@ -1 +1 @@
-link package='gtk3.3628' cicount='copy' /
+link package='gtk3.3696' cicount='copy' /




commit gnome-control-center for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:13.2:Update checked in at 2015-04-21 10:46:08

Comparing /work/SRC/openSUSE:13.2:Update/gnome-control-center (Old)
 and  /work/SRC/openSUSE:13.2:Update/.gnome-control-center.new (New)


Package is gnome-control-center

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.OEvsU3/_old  2015-04-21 10:46:11.0 +0200
+++ /var/tmp/diff_new_pack.OEvsU3/_new  2015-04-21 10:46:11.0 +0200
@@ -1 +1 @@
-link package='gnome-control-center.3628' cicount='copy' /
+link package='gnome-control-center.3696' cicount='copy' /




commit gedit-code-assistance for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package gedit-code-assistance for 
openSUSE:13.2:Update checked in at 2015-04-21 10:46:07

Comparing /work/SRC/openSUSE:13.2:Update/gedit-code-assistance (Old)
 and  /work/SRC/openSUSE:13.2:Update/.gedit-code-assistance.new (New)


Package is gedit-code-assistance

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.8wThgm/_old  2015-04-21 10:46:09.0 +0200
+++ /var/tmp/diff_new_pack.8wThgm/_new  2015-04-21 10:46:09.0 +0200
@@ -1 +1 @@
-link package='gedit-code-assistance.3344' cicount='copy' /
+link package='gedit-code-assistance.3696' cicount='copy' /




commit xf86-video-qxl for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-qxl for openSUSE:Factory 
checked in at 2015-04-21 10:46:14

Comparing /work/SRC/openSUSE:Factory/xf86-video-qxl (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-qxl.new (New)


Package is xf86-video-qxl

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-qxl/xf86-video-qxl.changes
2014-11-06 16:49:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-qxl.new/xf86-video-qxl.changes   
2015-04-21 10:46:18.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr  7 21:29:15 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.1.4:
+  + Added smartcard support to XSpice.
+  + Memleak fix which could cause X to run out of memory.
+  + Expose randr properties for suggested display positions if
+kernel supports it.
+- Add pkgconfig(libcacard) and pkgconfig(libpcsclite)
+  BuildRequires and pass --enable-ccid to configure in order to
+  build the new smartcard support.
+- Add pkgconfig(libudev) BuildRequires: Build with udev support.
+
+---

Old:

  xf86-video-qxl-0.1.3.tar.bz2

New:

  xf86-video-qxl-0.1.4.tar.bz2



Other differences:
--
++ xf86-video-qxl.spec ++
--- /var/tmp/diff_new_pack.r9Mhnw/_old  2015-04-21 10:46:19.0 +0200
+++ /var/tmp/diff_new_pack.r9Mhnw/_new  2015-04-21 10:46:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-qxl
 #
-# 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
@@ -28,7 +28,7 @@
 %endif
 
 Name:   xf86-video-qxl
-Version:0.1.3
+Version:0.1.4
 Release:0
 Summary:QXL virtual GPU video driver for the Xorg X server
 License:MIT
@@ -42,6 +42,9 @@
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
+BuildRequires:  pkgconfig(libcacard)
+BuildRequires:  pkgconfig(libpcsclite)
+BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(pciaccess) = 0.10
 BuildRequires:  pkgconfig(randrproto)
 BuildRequires:  pkgconfig(renderproto)
@@ -82,7 +85,8 @@
 autoreconf -fi
 %configure \
 %if 0%{?with_xspice}
---enable-xspice
+--enable-xspice \
+--enable-ccid
 %endif
 
 make %{?_smp_mflags}
@@ -113,6 +117,10 @@
 %config(noreplace) %{_sysconfdir}/X11/spiceqxl.xorg.conf
 %{_bindir}/Xspice
 %{_libdir}/xorg/modules/drivers/spiceqxl_drv.so
+%dir %{_libdir}/pcsc/
+%dir %{_libdir}/pcsc/drivers/
+%dir %{_libdir}/pcsc/drivers/serial/
+%{_libdir}/pcsc/drivers/serial/libspiceccid.so*
 %endif
 
 %changelog

++ xf86-video-qxl-0.1.3.tar.bz2 - xf86-video-qxl-0.1.4.tar.bz2 ++
 4616 lines of diff (skipped)




commit eog-plugins.3696 for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package eog-plugins.3696 for 
openSUSE:13.2:Update checked in at 2015-04-21 10:45:56

Comparing /work/SRC/openSUSE:13.2:Update/eog-plugins.3696 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.eog-plugins.3696.new (New)


Package is eog-plugins.3696

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.eog-plugins.3696.new/eog-plugins.changes
2015-04-21 10:45:57.0 +0200
@@ -0,0 +1,384 @@
+---
+Tue Mar 24 13:33:44 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.14.2 (boo#924072):
+  + Fix typo in translatable string (bgo#741503).
+  + Updated translations.
+
+---
+Thu Nov 13 20:14:35 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.1:
+  + Updated translations.
+
+---
+Mon Sep 22 20:10:29 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.0:
+  + No changes from previous version.
+
+---
+Mon Sep 15 19:17:34 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.13.92:
+  + EOG's Map plugin crashes on invalid GPS coordinates
+(bgo#735914).
+  + Updated translations.
+
+---
+Mon Aug 18 20:58:07 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.13.1:
+  + General changes: add metainfo files for all available plugins
+(bgo#731676).
+  + Plugin changes: Exif Display: Fix deprecated stock icon and
+GtkTable usage.
+  + Updated translations.
+
+---
+Sun Jul 27 13:20:39 UTC 2014 - dims...@opensuse.org
+
+- Specify correct, minimal version of eog BuildRequires.
+
+---
+Tue Apr 15 05:42:07 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.1:
+  + Export to Folder: bgo#727218, Make export-to-folder plugin less
+chatty.
+  + Slideshow Shuffle: bgo#727222, Switch slideshowshuffle to
+python3 loader.
+
+---
+Tue Mar 25 12:21:07 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.12.0:
+  + Stable release, no changes since version 3.11.92.
+
+---
+Wed Mar 19 10:03:27 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.92:
+  + Export to Folder: Fix PyGObject deprecation warnings.
+  + Python Console: Fix PyGObject deprecation warnings.
+  + Updated translations.
+
+---
+Mon Jan 13 21:26:31 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.4:
+  + Multiplpe plugins: convert to python 3:
+- Export to Folder.
+- Fullscreen Background.
+- Python Console.
+  + Fullscreen Background: Adapt to API changes in eog 3.11.3
+  + Modernize build system.
+  + Raise Python and eog dependencies.
+- Add python3 BuildRequires: required for the move to python3.
+
+---
+Tue Oct 15 17:56:25 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1:
+  + Updated translations.
+
+---
+Tue Sep 24 13:41:52 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.0:
+  + Updated translations.
+
+---
+Tue Jul 30 07:05:49 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.5:
+  + Exif Display: Fails to build against eog trunk (bgo#704081).
+- Drop eog-plugins-fix-eog-3.9.patch: fixed upstream.
+
+---
+Fri Jul 12 11:29:17 UTC 2013 - dims...@opensuse.org
+
+- Add eog-plugins-fix-eog-3.9.patch: Fix build against eog 3.9.1.
+
+---
+Tue May 14 17:12:13 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.1:
+  + Updated translations.
+
+---
+Mon Mar 25 20:54:03 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.0:
+  + Updated translations.
+
+---
+Mon Mar 18 22:09:53 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.92:
+  + Updated translations.
+
+---
+Tue Mar  5 18:54:16 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.91:
+  + Exif Display:
+- Embed UI files into plugin using GResource.
+  + Fit 

commit gdm for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package gdm for openSUSE:13.2:Update checked 
in at 2015-04-21 10:46:04

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


Package is gdm

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.4k3bXb/_old  2015-04-21 10:46:08.0 +0200
+++ /var/tmp/diff_new_pack.4k3bXb/_new  2015-04-21 10:46:08.0 +0200
@@ -1 +1 @@
-link package='gdm.3612' cicount='copy' /
+link package='gdm.3696' cicount='copy' /




commit libdlm for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package libdlm for openSUSE:Factory checked 
in at 2015-04-21 10:46:03

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.changes2014-11-24 
11:15:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdlm.new/libdlm.changes   2015-04-21 
10:46:07.0 +0200
@@ -1,0 +2,7 @@
+Sun Apr 12 16:30:46 UTC 2015 - crrodrig...@opensuse.org
+
+- Move udev rules to %{_udevrulesdir}, packages should 
+  not ship files in /etc/udev/rules.d which is reserved
+  for the sysadmin.
+
+---



Other differences:
--
++ libdlm.spec ++
--- /var/tmp/diff_new_pack.IGpeqT/_old  2015-04-21 10:46:08.0 +0200
+++ /var/tmp/diff_new_pack.IGpeqT/_new  2015-04-21 10:46:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdlm
 #
-# 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
@@ -45,6 +45,7 @@
 BuildRequires:  libtool
 BuildRequires:  libxml2-devel
 BuildRequires:  pkgconfig(systemd)
+BuildRequires:  pkgconfig(udev)
 
 %description
 Libraries and tools that allow applications, particularly filesystems
@@ -82,14 +83,13 @@
 ###
 
 %build
-make all
+make all UDEVDIR=%{_udevrulesdir}
 ###
 
 %install
 ###
-make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=$RPM_BUILD_ROOT UDEVDIR=%{_udevrulesdir} install
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/doc/packages/libdlm-%{version}
-mv  $RPM_BUILD_ROOT/lib $RPM_BUILD_ROOT/etc
 
 install -Dm 0644 init/dlm.service $RPM_BUILD_ROOT%{_unitdir}/dlm.service
 install -Dm 0644 init/dlm.sysconfig 
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.dlm
@@ -98,6 +98,7 @@
 
 %post
 %fillup_only -n dlm
+%{?udev_rules_update}
 %service_add_post dlm.service
 
 %preun
@@ -125,10 +126,8 @@
 %files
 ###
 %defattr(-,root,root)
-%dir %{_sysconfdir}/udev
-%dir %{_sysconfdir}/udev/rules.d
 %dir %{_datadir}/doc/packages/libdlm-%{version}
-%config %{_sysconfdir}/udev/rules.d/51-dlm.rules
+%{_udevrulesdir}/51-dlm.rules
 %{_sbindir}/dlm_controld
 %{_sbindir}/dlm_stonith
 %{_sbindir}/dlm_tool




commit eog for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package eog for openSUSE:13.2:Update checked 
in at 2015-04-21 10:46:00

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


Package is eog

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.1t73SO/_old  2015-04-21 10:46:02.0 +0200
+++ /var/tmp/diff_new_pack.1t73SO/_new  2015-04-21 10:46:02.0 +0200
@@ -1 +1 @@
-link package='eog.3344' cicount='copy' /
+link package='eog.3696' cicount='copy' /




commit fail2ban for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package fail2ban for openSUSE:13.2:Update 
checked in at 2015-04-21 10:43:05

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


Package is fail2ban

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.jy2gjA/_old  2015-04-21 10:43:05.0 +0200
+++ /var/tmp/diff_new_pack.jy2gjA/_new  2015-04-21 10:43:05.0 +0200
@@ -1 +1 @@
-link package='fail2ban.3501' cicount='copy' /
+link package='fail2ban.3699' cicount='copy' /




commit fail2ban.3699 for openSUSE:13.1:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package fail2ban.3699 for 
openSUSE:13.1:Update checked in at 2015-04-21 10:43:01

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


Package is fail2ban.3699

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.1:Update/.fail2ban.3699.new/fail2ban.changes  
2015-04-21 10:43:03.0 +0200
@@ -0,0 +1,536 @@
+---
+Tue Apr 14 07:14:24 UTC 2015 - mplus...@suse.com
+
+- Add missing dependency on ed (boo#926943)
+
+---
+Wed Jan 21 21:00:48 UTC 2015 - jweberho...@weberhofer.at
+
+- Fixed strptime thread safety issue.
+  fail2ban-issue_906-strptime.patch (bnc#914075 gh#fail2ban/fail2ban#906)
+
+---
+Tue Nov 25 11:03:06 UTC 2014 - jweberho...@weberhofer.at
+
+- Added syslog to requirements, as this version of fail2ban does not
+  work with systemd-logging: bnc#905733
+
+---
+Fri Oct 17 09:44:12 UTC 2014 - jeng...@inai.de
+
+- Recommend installation of the ordering package when all
+  constituing parts are installed
+
+---
+Thu Aug 21 16:50:20 UTC 2014 - jweberho...@weberhofer.at
+
+- Fixed check for %_unitdir to make fail2ban build under older systems, too.
+- Changed /usr to %{_prefix} in the spec file
+
+---
+Wed Aug 20 15:44:54 UTC 2014 - jweberho...@weberhofer.at
+
+- update to 0.8.14
+  * minor fixes for claimed Python 2.4 and 2.5 compatibility
+  * Handle case when inotify watch is auto deleted on file deletion to stop
+error messages
+  * tests - fixed few leaky file descriptors when files were not closed while
+being removed physically
+  * grep in mail*-whois-lines.conf now also matches end of line to work with
+the recidive filter
+- add fail2ban-opensuse-locations.patch to fix default locations as suggested
+  in bnc#878028
+
+---
+Wed Jun 25 15:13:37 UTC 2014 - l...@linux-schulserver.de
+
+- update to 0.8.13:
+  + Fixes:
+  - action firewallcmd-ipset had non-working actioncheck. Removed.
+redhat bug #1046816.
+  - filter pureftpd - added _daemon which got removed. Added
+
+  + New Features:
+  - filter nagios - detects unauthorized access to the nrpe daemon (Ivo Truxa)
+  - filter sendmail-{auth,reject} (jserrachinha and cepheid666 and fab23).
+
+  + Enhancements:
+  - filter asterisk now supports syslog format
+  - filter pureftpd - added all translations of Authentication failed for
+user
+  - filter dovecot - lip= was optional and extended TLS errors can occur.
+Thanks Noel Butler.
+- removed fix-for-upstream-firewallcmd-ipset.conf.patch : fixed 
+  upstream
+- split out nagios-plugins-fail2ban package
+
+---
+Tue Feb 18 00:03:12 UTC 2014 - jeng...@inai.de
+
+- Add a new subpackage to install systemd drop-ins that couple
+  SuSEfirewall2 and fail2ban. Added sfw-fail2ban.conf,
+  f2b-restart.conf.
+
+---
+Tue Feb  4 14:19:03 UTC 2014 - jweberho...@weberhofer.at
+ 
+- Upgraded version to 0.8.12 to fix bnc#861504 (CVE-2013-7177) and
+  bnc#861503 (CVE-2013-7176)
+
+---
+Wed Jan 29 13:48:38 UTC 2014 - jweberho...@weberhofer.at
+
+Security note: The update to version 0.8.11 has fixed two additional security
+issues: A remote unauthenticated attacker may cause arbitrary IP addresses to
+be blocked by Fail2ban causing legitimate users to be blocked from accessing
+services protected by Fail2ban. CVE-2013-7177 (cyrus-imap) and CVE-2013-7176
+(postfix)
+
+---
+Thu Jan 23 21:35:27 UTC 2014 - jweberho...@weberhofer.at
+
+- action firewallcmd-ipset had non-working actioncheck. Removed. rh#1046816
+
+- lsof was required for fail2ban's SysVinit scripts only. Not longer used for
+  newer versions of openSUSE
+
+---
+Thu Jan 23 08:40:40 UTC 2014 - jweberho...@weberhofer.at
+
+- Reviewed and fixed github references in the changelog
+
+---
+Wed Jan 22 09:27:43 UTC 2014 - jweberho...@weberhofer.at
+
+- Use new flushlogs syntax after logrotate
+
+---
+Wed Jan 22 08:50:05 UTC 2014 

commit patchinfo.3699 for openSUSE:13.1:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.3699 for 
openSUSE:13.1:Update checked in at 2015-04-21 10:43:06

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


Package is patchinfo.3699

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo incident=3699
  categoryrecommended/category
  ratingmoderate/rating
  packagerpluskalm/packager
  summaryRecommended update for fail2ban/summary
  descriptionThis recommended update for fail2ban adds a missing dependency 
on ed to fix boo#926943/description
  issue tracker=bnc id=926943fail2ban missing ed package 
dependency/issue
/patchinfo



commit fail2ban for openSUSE:13.1:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package fail2ban for openSUSE:13.1:Update 
checked in at 2015-04-21 10:43:03

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


Package is fail2ban

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.EMRt91/_old  2015-04-21 10:43:04.0 +0200
+++ /var/tmp/diff_new_pack.EMRt91/_new  2015-04-21 10:43:04.0 +0200
@@ -1 +1 @@
-link package='fail2ban.3501' cicount='copy' /
+link package='fail2ban.3699' cicount='copy' /




commit tar for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package tar for openSUSE:13.2:Update checked 
in at 2015-04-21 10:44:31

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


Package is tar

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.AhTKRS/_old  2015-04-21 10:44:32.0 +0200
+++ /var/tmp/diff_new_pack.AhTKRS/_new  2015-04-21 10:44:32.0 +0200
@@ -1 +1 @@
-link package='tar.3514' cicount='copy' /
+link package='tar.3695' cicount='copy' /




commit python-argh for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package python-argh for openSUSE:Factory 
checked in at 2015-04-21 10:53:55

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


Package is python-argh

Changes:

--- /work/SRC/openSUSE:Factory/python-argh/python-argh.changes  2013-10-25 
11:11:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-argh.new/python-argh.changes 
2015-04-21 10:53:56.0 +0200
@@ -1,0 +2,8 @@
+Sun Apr 19 16:29:05 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.26.1
+  * no changelog available
+- update project URL
+- package README.rst instead of README
+
+---

Old:

  argh-0.23.3.tar.gz

New:

  argh-0.26.1.tar.gz



Other differences:
--
++ python-argh.spec ++
--- /var/tmp/diff_new_pack.AMPSt3/_old  2015-04-21 10:53:56.0 +0200
+++ /var/tmp/diff_new_pack.AMPSt3/_new  2015-04-21 10:53:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-argh
 #
-# 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,9 +17,9 @@
 
 
 Name:   python-argh
-Version:0.23.3
+Version:0.26.1
 Release:0
-Url:http://bitbucket.org/neithere/argh/
+Url:https://github.com/neithere/argh/
 Summary:A simple argparse wrapper
 License:LGPL-3.0+
 Group:  Development/Languages/Python
@@ -70,7 +70,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog

++ argh-0.23.3.tar.gz - argh-0.26.1.tar.gz ++
 3278 lines of diff (skipped)




commit python-requests for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package python-requests for openSUSE:Factory 
checked in at 2015-04-21 10:53:57

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


Package is python-requests

Changes:

--- /work/SRC/openSUSE:Factory/python-requests/python-requests.changes  
2015-02-25 02:18:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-requests.new/python-requests.changes 
2015-04-21 10:53:58.0 +0200
@@ -1,0 +2,23 @@
+Mon Apr 20 12:25:21 UTC 2015 - mci...@suse.cz
+
+- Update to 2.6.0:
+  - Fix handling of cookies on redirect. Previously a cookie without a host
+value set would use the hostname for the redirected URL exposing requests
+users to session fixation attacks and potentially cookie stealing. This was
+disclosed privately by Matthew Daley of `BugFuzz https://bugfuzz.com`_.
+An CVE identifier has not yet been assigned for this. This affects all
+versions of requests from v2.1.0 to v2.5.3 (inclusive on both ends).
+  - Fix error when requests is an ``install_requires`` dependency and ``python
+setup.py test`` is run. (#2462)
+  - Fix error when urllib3 is unbundled and requests continues to use the
+vendored import location.
+  - Include fixes to ``urllib3``'s header handling.
+  - Requests' handling of unvendored dependencies is now more restrictive.
+  - Support bytearrays when passed as parameters in the ``files`` argument.
+(#2468)
+  - Avoid data duplication when creating a request with ``str``, ``bytes``, or
+``bytearray`` input to the ``files`` argument.
+  - Revert changes to our vendored certificate bundle. For more context see
+(#2455, #2456, and http://bugs.python.org/issue23476)
+
+---

Old:

  requests-2.5.2.tar.gz

New:

  requests-2.6.0.tar.gz



Other differences:
--
++ python-requests.spec ++
--- /var/tmp/diff_new_pack.whOA5X/_old  2015-04-21 10:53:58.0 +0200
+++ /var/tmp/diff_new_pack.whOA5X/_new  2015-04-21 10:53:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-requests
-Version:2.5.2
+Version:2.6.0
 Release:0
 Url:http://python-requests.org
 Summary:Awesome Python HTTP Library That's Actually Usable

++ requests-2.5.2.tar.gz - requests-2.6.0.tar.gz ++
 1890 lines of diff (skipped)




commit python-colorama for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package python-colorama for openSUSE:Factory 
checked in at 2015-04-21 10:53:45

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


Package is python-colorama

Changes:

--- /work/SRC/openSUSE:Factory/python-colorama/python-colorama.changes  
2014-09-17 17:25:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-colorama.new/python-colorama.changes 
2015-04-21 10:53:49.0 +0200
@@ -1,0 +2,23 @@
+Sun Apr 19 14:50:28 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to 0.3.3:
+  * Fix Google Code issue #13 - support changing the console title
+with OSC escape sequence
+  * Fix Google Code issue #16 - Add support for Windows xterm
+emulators
+  * Fix Google Code issue #30 - implement \033[nK (clear line)
+  * Fix Google Code issue #49 - no need to adjust for scroll when
+new position is already relative (CSI n A\B\C\D)
+  * Fix Google Code issue #55 - erase_data fails on Python 3.x
+  * Fix Google Code issue #46 - win32.COORD definition missing
+  * Implement \033[0J and \033[1J (clear screen options)
+  * Fix default ANSI parameters
+  * Fix position after \033[2J (clear screen)
+  * Add command shortcuts: colorama.Cursor,
+colorama.ansi.set_title, colorama.ansi.clear_line,
+colorama.ansi.clear_screen
+  * Fix issue #22 - Importing fails for python3 on Windows
+  * Thanks to John Szakmeister for adding support for light colors
+  * Thanks to Charles Merriam for adding documentation to demos
+
+---

Old:

  colorama-0.3.2.tar.gz

New:

  colorama-0.3.3.tar.gz



Other differences:
--
++ python-colorama.spec ++
--- /var/tmp/diff_new_pack.g8eHzC/_old  2015-04-21 10:53:50.0 +0200
+++ /var/tmp/diff_new_pack.g8eHzC/_new  2015-04-21 10:53:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-colorama
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-colorama
-Version:0.3.2
+Version:0.3.3
 Release:0
 Summary:Cross-platform colored terminal text
 License:BSD-3-Clause

++ colorama-0.3.2.tar.gz - colorama-0.3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colorama-0.3.2/CHANGELOG.rst 
new/colorama-0.3.3/CHANGELOG.rst
--- old/colorama-0.3.2/CHANGELOG.rst2014-09-04 00:10:46.0 +0200
+++ new/colorama-0.3.3/CHANGELOG.rst2014-10-11 16:01:33.0 +0200
@@ -1,4 +1,4 @@
-0.3.2 (not released yet)
+0.3.2
   * Thanks to Marc Schlaich (schlamar) for a setup.py fix for Python2.5
   * Thanks to Jurko for fix on 64-bit Windows CPython2.5 w/o ctypes (issue #56)
   * Thanks to Remi Rampin for:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colorama-0.3.2/PKG-INFO new/colorama-0.3.3/PKG-INFO
--- old/colorama-0.3.2/PKG-INFO 2014-09-04 00:12:09.0 +0200
+++ new/colorama-0.3.3/PKG-INFO 2015-01-06 11:44:35.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: colorama
-Version: 0.3.2
+Version: 0.3.3
 Summary: Cross-platform colored terminal text.
 Home-page: https://pypi.python.org/pypi/colorama
 Author: Jonathan Hartley
@@ -11,8 +11,10 @@
 
 Download and docs:
 http://pypi.python.org/pypi/colorama
-Development:
+Source code  Development:
 https://github.com/tartley/colorama
+Issues:
+https://code.google.com/p/colorama/issues/list
 Discussion group:
  https://groups.google.com/forum/#!forum/python-colorama
 
@@ -71,7 +73,7 @@
 Dependencies
 
 
-None, other than Python. Tested on Python 2.5.5, 2.6.5, 2.7, 3.1.2, 
and 3.2
+None, other than Python. Tested on Python 2.5.5, 2.6.5, 2.7, 3.1.2, 
3.2, 3.3, 3.4.
 
 Usage
 =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colorama-0.3.2/README.rst 
new/colorama-0.3.3/README.rst
--- old/colorama-0.3.2/README.rst   2014-09-03 21:56:00.0 +0200
+++ new/colorama-0.3.3/README.rst   2014-10-11 16:01:33.0 +0200
@@ -3,8 +3,10 @@
 
 Download and docs:
 http://pypi.python.org/pypi/colorama
-Development:
+Source code  Development:
 https://github.com/tartley/colorama
+Issues:
+

commit phpMyAdmin for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2015-04-21 10:54:08

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


Package is phpMyAdmin

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2015-04-15 
16:22:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2015-04-21 10:54:09.0 +0200
@@ -1,0 +2,17 @@
+Mon Apr 20 15:02:56 UTC 2015 - ec...@opensuse.org
+
+- update to 4.4.3 (2015-04-20)
+  - sf#4851 PHP errors in login dialogue
+  - sf#4845 White screen (Cloudflare)
+  - sf#4207 json_encode error due to strftime returning non utf8 
+chars in Windows 8.1 Chinese version
+  - sf#4794 Server error viewing table content
+  - fix bug Fix issues related to number of decimal places in time
+  - sf#4853 Relation view between 1600 and 1780 px
+  - fix bug PHP 7 compatibility in php-gettext
+  - fix bug PHP 7 compatibility in bfShapeFiles
+  - fix bug PHP 7 session_regenerate_id() warning
+  - sf#4857 Alter table after changing column name error
+  - sf#4830 Maximum execution time exceeded in Util.class.php
+
+---

Old:

  phpMyAdmin-4.4.2-all-languages.tar.bz2

New:

  phpMyAdmin-4.4.3-all-languages.tar.bz2



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.lqNSTV/_old  2015-04-21 10:54:10.0 +0200
+++ /var/tmp/diff_new_pack.lqNSTV/_new  2015-04-21 10:54:10.0 +0200
@@ -34,7 +34,7 @@
 Summary:Administration of MySQL over the web
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Frontends
-Version:4.4.2
+Version:4.4.3
 Release:0
 Url:http://www.phpMyAdmin.net
 Source0:
http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2

++ phpMyAdmin-4.4.2-all-languages.tar.bz2 - 
phpMyAdmin-4.4.3-all-languages.tar.bz2 ++
/work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin-4.4.2-all-languages.tar.bz2 
/work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin-4.4.3-all-languages.tar.bz2
 differ: char 11, line 1




commit xine-ui for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package xine-ui for openSUSE:Factory checked 
in at 2015-04-21 10:54:06

Comparing /work/SRC/openSUSE:Factory/xine-ui (Old)
 and  /work/SRC/openSUSE:Factory/.xine-ui.new (New)


Package is xine-ui

Changes:

--- /work/SRC/openSUSE:Factory/xine-ui/xine-ui.changes  2014-04-25 
11:35:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.xine-ui.new/xine-ui.changes 2015-04-21 
10:54:07.0 +0200
@@ -1,0 +2,20 @@
+Mon Mar 30 11:37:51 UTC 2015 - wba...@tmo.at
+
+- delete xine-ui-array-overflow.diff, it was not applied anyway
+  since 0.99.8 because it's included upstream now
+
+---
+Wed Mar 25 15:07:18 UTC 2015 - lnus...@suse.de
+
+- add upstream download URL
+
+---
+Fri Mar  6 13:05:17 UTC 2015 - wba...@tmo.at
+
+- update to 0.99.9
+  * Handle building using libreadline 6.3 and libcaca 0.99 beta 19.
+  * More shutdown fixes.
+  * Show DVD  BluRay menu names.
+  * More *BSD support – NetBSD, DragonFlyBSD.
+
+---

Old:

  xine-ui-0.99.8.tar.bz2
  xine-ui-array-overflow.diff

New:

  xine-ui-0.99.9.tar.xz



Other differences:
--
++ xine-ui.spec ++
--- /var/tmp/diff_new_pack.WQRVCe/_old  2015-04-21 10:54:09.0 +0200
+++ /var/tmp/diff_new_pack.WQRVCe/_new  2015-04-21 10:54:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xine-ui
 #
-# 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
@@ -35,12 +35,12 @@
 Summary:Video player with plugins
 License:GPL-2.0+ and SUSE-Public-Domain
 Group:  Productivity/Multimedia/Video/Players
-Version:0.99.8
+Version:0.99.9
 Release:0
 Url:http://xine.sourceforge.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   xine:/usr/bin/xine
-Source: xine-ui-%version.tar.bz2
+Source: 
http://sourceforge.net/projects/xine/files/xine-ui/%{version}/xine-ui-%{version}.tar.xz
 Source1:xine-ui.png
 Source2:xine-ui-crippled.png
 # extra skins






commit psi+ for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package psi+ for openSUSE:Factory checked in 
at 2015-04-21 10:54:04

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


Package is psi+

Changes:

--- /work/SRC/openSUSE:Factory/psi+/psi+.changes2015-04-10 
09:52:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.psi+.new/psi+.changes   2015-04-21 
10:54:05.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr  9 07:49:16 UTC 2015 - jsl...@suse.com
+
+- qt55-build-fixes.patch: add
+
+---

New:

  qt55-build-fixes.patch



Other differences:
--
++ psi+.spec ++
--- /var/tmp/diff_new_pack.h5KnTN/_old  2015-04-21 10:54:06.0 +0200
+++ /var/tmp/diff_new_pack.h5KnTN/_new  2015-04-21 10:54:06.0 +0200
@@ -30,6 +30,7 @@
 Source1:psi-plus-l10n-1.tar.xz
 Patch0: kill-Q_WS_X11.patch
 Patch1: proper-activate.patch
+Patch2: qt55-build-fixes.patch
 Patch100:   qca-qt5.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  aspell-devel
@@ -335,6 +336,7 @@
 %setup -q -b 1
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %if 0%{?with_qt5}
 %patch100 -p1

++ proper-activate.patch ++
--- /var/tmp/diff_new_pack.h5KnTN/_old  2015-04-21 10:54:06.0 +0200
+++ /var/tmp/diff_new_pack.h5KnTN/_new  2015-04-21 10:54:06.0 +0200
@@ -46,7 +46,7 @@
}
XSendEvent(xdisplay, rootwin, False, (SubstructureRedirectMask | 
SubstructureNotifyMask), e);
  
-+  qDebug()  tried to flash a window;
++  qDebug()  tried to   (yes ?  : de)  flash a window   
parentWidget_-window()-windowTitle();
  #else
Q_UNUSED(yes)
  #endif

++ qt55-build-fixes.patch ++
---
 src/activeprofiles.h  |1 +
 src/capabilities/capsregistry.h   |1 +
 src/libpsi/tools/simplecli/simplecli.h|2 ++
 src/plugins/generic/cleanerplugin/optionsparser.h |1 +
 src/plugins/generic/juickplugin/juickparser.cpp   |1 +
 src/plugins/include/stanzasendinghost.h   |2 ++
 6 files changed, 8 insertions(+)

--- a/src/activeprofiles.h
+++ b/src/activeprofiles.h
@@ -22,6 +22,7 @@
 #ifndef ACTIVEPSIPROFILES_H
 #define ACTIVEPSIPROFILES_H
 
+#include QObject
 #include QStringList
 
 class ActiveProfiles: public QObject
--- a/src/capabilities/capsregistry.h
+++ b/src/capabilities/capsregistry.h
@@ -23,6 +23,7 @@
 
 #include QObject
 #include QString
+#include QIODevice
 #include QList
 #include QMap
 #include QDateTime
--- a/src/libpsi/tools/simplecli/simplecli.h
+++ b/src/libpsi/tools/simplecli/simplecli.h
@@ -21,7 +21,9 @@
 #ifndef SIMPLECLI_H
 #define SIMPLECLI_H
 
+#include QHash
 #include QMap
+#include QObject
 #include QStringList
 
 class SimpleCli : public QObject
--- a/src/plugins/generic/cleanerplugin/optionsparser.h
+++ b/src/plugins/generic/cleanerplugin/optionsparser.h
@@ -23,6 +23,7 @@
 
 #include QDomElement
 #include QMap
+#include QObject
 #include QStringList
 
 class OptionsParser : public QObject
--- a/src/plugins/generic/juickplugin/juickparser.cpp
+++ b/src/plugins/generic/juickplugin/juickparser.cpp
@@ -19,6 +19,7 @@
  */
 
 #include QDateTime
+#include QObject
 #include juickparser.h
 
 static const QString juickLink(http://juick.com/%1;);
--- a/src/plugins/include/stanzasendinghost.h
+++ b/src/plugins/include/stanzasendinghost.h
@@ -1,6 +1,8 @@
 #ifndef STANZASENDINGHOST_H
 #define STANZASENDINGHOST_H
 
+#include QObject
+
 class QDomElement;
 class QString;
 



commit python-argcomplete for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package python-argcomplete for 
openSUSE:Factory checked in at 2015-04-21 10:53:54

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


Package is python-argcomplete

Changes:

--- /work/SRC/openSUSE:Factory/python-argcomplete/python-argcomplete.changes
2014-01-23 15:53:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-argcomplete.new/python-argcomplete.changes   
2015-04-21 10:53:54.0 +0200
@@ -1,0 +2,52 @@
+Sun Apr 19 16:08:50 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to 0.8.7:
+  * register-python-argcomplete: add option to avoid default
+readline completion. Thanks to @drmalex07 (pull request #99).
+- additional changes from 0.8.6:
+  * Expand tilde in script name, allowing argcomplete to work
+when invoking scripts from one's home directory. Thanks to
+@VorpalBlade (Issue 104).
+- additional changes from 0.8.5:
+  * Fix issues related to using argcomplete in a REPL
+environement.
+  * New helper method for custom completion display.
+  * Expand test suite; formatting cleanup.
+- additional changes from 0.8.4:
+  * Fix issue related to using argcomplete in a REPL
+environement. Thanks to @wapiflapi (pull request #91).
+- additional changes from 0.8.3:
+  * Fix multiple issues related to using argcomplete in a REPL
+environement. Thanks to @wapiflapi (pull request #90).
+- additional changes from 0.8.2:
+  * Don't strip colon prefix in completion results if
+COMP_WORDBREAKS does not contain a colon. Thanks to @berezv
+(pull request #88).
+- additional changes from 0.8.1:
+  * Use complete --nospace to avoid issues with directory
+completion.
+- additional changes from 0.8.0:
+  * Refactor main body of code into a class to enable
+subclassing and overriding of functionality (Issue #78).
+- additional changes from 0.7.1:
+  * New keyword option argcomplete.autocomplete(validator=...)
+to supply a custom validator or bypass default validation.
+Thanks to @thijsdezoete (Issue #77).
+  * Document debug options.
+- additional changes from 0.7.0:
+  * New keyword option argcomplete.autocomplete(exclude=[...])
+to suppress options (Issue #74).
+  * More speedups to code path for global completion hook negative
+result.
+- additional changes from 0.6.9:
+  * Fix handling of development mode script wrappers. Thanks to
+@jmlopez-rod and @dcosson (Issue #69).
+  * Speed up code path for global completion hook negative
+result by loading pkg_resources on demand.
+- additional changes from 0.6.8:
+  * Begin tracking changes in changelog.
+  * Add completion support for PBR installed scripts (PR #71).
+  * Detect easy-install shims with shebang lines that contain
+Py instead of py (Issue #69).
+
+---

Old:

  argcomplete-0.6.7.tar.gz

New:

  argcomplete-0.8.7.tar.gz



Other differences:
--
++ python-argcomplete.spec ++
--- /var/tmp/diff_new_pack.veFDSK/_old  2015-04-21 10:53:55.0 +0200
+++ /var/tmp/diff_new_pack.veFDSK/_new  2015-04-21 10:53:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-argcomplete
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Darin Perusich.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   python-argcomplete
-Version:0.6.7
+Version:0.8.7
 Release:0
 Url:https://github.com/kislyuk/argcomplete
 Summary:Bash tab completion for argparse

++ argcomplete-0.6.7.tar.gz - argcomplete-0.8.7.tar.gz ++
 2108 lines of diff (skipped)




commit python-netaddr for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package python-netaddr for openSUSE:Factory 
checked in at 2015-04-21 10:53:43

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


Package is python-netaddr

Changes:

--- /work/SRC/openSUSE:Factory/python-netaddr/python-netaddr.changes
2015-01-08 23:02:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-netaddr.new/python-netaddr.changes   
2015-04-21 10:53:47.0 +0200
@@ -1,0 +2,18 @@
+Sun Apr 19 09:40:50 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to 0.7.14:
+  * Fix weird build breakage in 0.7.13
+  * EUI, OUI, and IAB objects can now be compared with strings
+  * Implement the != operator for OUI and IAB under Python2
+  * 64 bit EUIs could only be created from strings with - as
+a separator
+  * FIXED: Compare L2 addresses with their representations
+  * FIXED: OUI database tests fail in 0.7.13
+  * FIXED: Incorrect python executable path in
+netaddr-0.7.13-py2.py3-none-any.whl
+  * FIXED: Handle eui64 addresses with colon as a delimiter and
+without delimeter
+- set the source URL to pypi
+- remove chmod call: file mode fixed upstream
+
+---

Old:

  netaddr-0.7.13.tar.gz

New:

  netaddr-0.7.14.tar.gz



Other differences:
--
++ python-netaddr.spec ++
--- /var/tmp/diff_new_pack.s1nMq8/_old  2015-04-21 10:53:47.0 +0200
+++ /var/tmp/diff_new_pack.s1nMq8/_new  2015-04-21 10:53:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-netaddr
 #
-# 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,13 @@
 
 
 Name:   python-netaddr
-Version:0.7.13
+Version:0.7.14
 Release:0
 Url:http://github.com/drkjam/netaddr
 Summary:Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network 
addresses
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: netaddr-%{version}.tar.gz
+Source: 
https://pypi.python.org/packages/source/n/netaddr/netaddr-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
@@ -55,7 +55,6 @@
 %prep
 %setup -q -n netaddr-%{version}
 sed -i 1d netaddr/{ip/iana,eui/ieee,tests/__init__}.py # Fix non-executable 
scripts
-chmod -x AUTHORS CHANGELOG COPYRIGHT README LICENSE THANKS # Remove executable 
bit from docs
 
 %build
 python setup.py build

++ netaddr-0.7.13.tar.gz - netaddr-0.7.14.tar.gz ++
 306992 lines of diff (skipped)




commit pybliographer for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package pybliographer for openSUSE:Factory 
checked in at 2015-04-21 10:53:52

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


Package is pybliographer

Changes:

--- /work/SRC/openSUSE:Factory/pybliographer/pybliographer.changes  
2013-09-11 15:46:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.pybliographer.new/pybliographer.changes 
2015-04-21 10:53:53.0 +0200
@@ -1,0 +2,14 @@
+Sun Apr 19 15:42:10 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to 1.2.17:
+  * Fixed exit issues in command line
+  * Pybliographer now includes and installs an AppData file
+  * Saving bibtex entries sorted
+  * Minor fixes of translations, installation system and the GUI
+  * Added Greek translation of the documentation (Gnome I18n team)
+  * Updated translations (Gnome I18n team)
+- switch source to tar.gz, to match the published archive
+- drop pybliographer-1.2.16-automake113.patch: fixed upstream
+- add pybliographic.appdata.xml to package
+
+---

Old:

  pybliographer-1.2.16-automake113.patch
  pybliographer-1.2.16.tar.xz

New:

  pybliographer-1.2.17.tar.gz



Other differences:
--
++ pybliographer.spec ++
--- /var/tmp/diff_new_pack.LRED74/_old  2015-04-21 10:53:54.0 +0200
+++ /var/tmp/diff_new_pack.LRED74/_new  2015-04-21 10:53:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pybliographer
 #
-# 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
@@ -32,14 +32,13 @@
 Summary:A Tool for Bibliographic Databases
 License:GPL-2.0+
 Group:  Productivity/Publishing/Other
-Version:1.2.16
+Version:1.2.17
 Release:0
-Source: 
http://freefr.dl.sourceforge.net/project/pybliographer/Sources%20-%201.2/%{version}/pybliographer-%{version}.tar.xz
+Source: 
http://freefr.dl.sourceforge.net/project/pybliographer/Sources%20-%201.2/%{version}/pybliographer-%{version}.tar.gz
 Patch0: pybliographer-1.1.93-destdir.patch
 Patch1: pybliographer-1.2.1-check.patch
 # PATCH-FIX-UPSTREAM pybliographer-pot.patch sbra...@suse.cz -- Fixed pot file 
generation.
 Patch2: pybliographer-pot.patch
-Patch3: pybliographer-1.2.16-automake113.patch
 Requires:   python-bibtex = 1.2.2
 Requires:   python-gnome
 Requires:   python-gtk = 2.4.0
@@ -81,7 +80,6 @@
 %patch0
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 libtoolize --force
@@ -117,5 +115,7 @@
 %{_datadir}/mime-info/pybliographic.*
 %{_datadir}/pixmaps/pybliographic*
 %{_datadir}/pybliographer
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/pybliographic.appdata.xml
 
 %changelog




commit lilo for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package lilo for openSUSE:Factory checked in 
at 2015-04-21 10:49:19

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


Package is lilo

Changes:

--- /work/SRC/openSUSE:Factory/lilo/lilo.changes2013-11-13 
09:44:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.lilo.new/lilo.changes   2015-04-21 
10:49:20.0 +0200
@@ -1,0 +2,12 @@
+Wed Apr  8 15:51:16 UTC 2015 - dvla...@suse.com
+
+- move yaboot and lilo-ppc into github and merge all patches there
+  Drop patches from the spec:
+  lilo.ppc.ps3.patch
+  lilo.ppc-22.8.opal.patch
+  lilo-libgcc.patch
+  lilo.ppc-kvm.patch
+  yaboot-libgcc.patch
+  0001-Use-tftp-1M-blocksize.patch
+
+---

Old:

  0001-Use-tftp-1M-blocksize.patch
  lilo-libgcc.patch
  lilo.ppc-22.8.opal.patch
  lilo.ppc-kvm.patch
  lilo.ppc.ps3.patch
  yaboot-22.8-r1190.tar.bz2
  yaboot-libgcc.patch

New:

  yaboot-22.8.tar.bz2



Other differences:
--
++ lilo.spec ++
--- /var/tmp/diff_new_pack.ZXGOzs/_old  2015-04-21 10:49:21.0 +0200
+++ /var/tmp/diff_new_pack.ZXGOzs/_new  2015-04-21 10:49:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lilo
 #
-# 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
@@ -20,7 +20,7 @@
 
 Name:   lilo
 ExclusiveArch:  ppc ppc64 %ix86 x86_64
-%define yaboot_vers 22.8-r1190
+%define yaboot_vers 22.8
 %define ppc_version 22.8
 Summary:The Linux Loader, a Boot Menu
 License:BSD-3-Clause
@@ -76,22 +76,15 @@
 # note: already outdated; download fresh sources from: 
https://alioth.debian.org/frs/?group_id=100507
 Version:23.2
 Release:0
-Source0:lilo-ppc-%{ppc_version}.tar.bz2
-# From git repo at http://git.ozlabs.org/?p=yaboot.git
-Source1:yaboot-%{yaboot_vers}.tar.bz2
+Source0:
https://github.com/k0da/lilo-ppc/releases/download/22.8-openSUSE/lilo-ppc-%{ppc_version}.tar.bz2
+Source1:
https://github.com/k0da/yaboot_suse/releases/download/22.8-openSUSE/yaboot-%{yaboot_vers}.tar.bz2
 Source86:   lilo-%{version}.tar.gz
 Patch8601:  lilo.x86.mount_by_persistent_name.patch
 Patch8602:  lilo.x86.array-bounds.patch
 Patch8604:  lilo.x86.checkit.patch
 Patch8605:  lilo-no-build-date.patch
-Patch8607:  yaboot-libgcc.patch
-Patch8608:  lilo-libgcc.patch
-Patch8609:  lilo.ppc.ps3.patch
 Patch8610:  lilo.src.Makefile.patch
-Patch8611:  lilo.ppc-22.8.opal.patch
-Patch8612:  lilo.ppc-kvm.patch
 Patch8613:  lilo.gcc48.patch
-Patch8614:  0001-Use-tftp-1M-blocksize.patch
 # $Id: lilo.spec 1188 2008-12-09 14:29:53Z olh $
 
 %description
@@ -116,16 +109,6 @@
 %patch8610 -p1
 %patch8613 -p1
 popd
-pushd yaboot
-%patch8607 -p1
-%patch8614 -p1
-popd
-pushd lilo.ppc
-%patch8608 -p1
-%patch8609 -p1
-%patch8611 
-%patch8612 -p1
-popd
 
 %build
 %ifarch %ix86 x86_64

++ lilo-ppc-22.8.tar.bz2 ++
 1726 lines of diff (skipped)

++ yaboot-22.8-r1190.tar.bz2 - yaboot-22.8.tar.bz2 ++
 5993 lines of diff (skipped)




commit libixion for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package libixion for openSUSE:Factory 
checked in at 2015-04-21 10:49:25

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


Package is libixion

Changes:

--- /work/SRC/openSUSE:Factory/libixion/libixion.changes2015-03-30 
19:10:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libixion.new/libixion.changes   2015-04-21 
10:49:26.0 +0200
@@ -1,0 +2,7 @@
+Mon Apr 13 10:47:29 UTC 2015 - tchva...@suse.com
+
+- Version bump to 0.9.1:
+  * various triv bugfixes
+  * Build with tests and work this time
+
+---

Old:

  libixion-0.9.0.tar.xz

New:

  libixion-0.9.1.tar.xz



Other differences:
--
++ libixion.spec ++
--- /var/tmp/diff_new_pack.ohxILo/_old  2015-04-21 10:49:27.0 +0200
+++ /var/tmp/diff_new_pack.ohxILo/_new  2015-04-21 10:49:27.0 +0200
@@ -18,7 +18,7 @@
 
 %define libname libixion-0_10-0
 Name:   libixion
-Version:0.9.0
+Version:0.9.1
 Release:0
 Summary:Threaded multi-target formula parser  interpreter
 License:MIT
@@ -82,8 +82,7 @@
 make %{?_smp_mflags}
 
 %check
-# Tests broken in this release, wil be fixed next time
-make check %{?_smp_mflags} || :
+make check %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}

++ libixion-0.9.0.tar.xz - libixion-0.9.1.tar.xz ++
 3670 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/libixion-0.9.0/AUTHORS new/libixion-0.9.1/AUTHORS
--- old/libixion-0.9.0/AUTHORS  2015-01-30 03:11:24.0 +0100
+++ new/libixion-0.9.1/AUTHORS  2015-04-05 16:07:03.0 +0200
@@ -1,2 +1,10 @@
 Kohei Yoshida kohei.yosh...@gmail.com
+David Tardon dtar...@redhat.com
 Cédric Bosdonnat cedric.bosdon...@free.fr
+Markus Mohrhard markus.mohrh...@googlemail.com
+Fridrich Å trba fridrich.st...@bluewin.ch
+Andreas Schwab sch...@linux-m68k.org
+Bjoern Michaelsen bjoern.michael...@canonical.com
+Miklos Vajna vmik...@frugalware.org
+Rene Engelhard r...@debian.org
+Tomas Chvatal tchva...@suse.cz
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/libixion-0.9.0/ChangeLog new/libixion-0.9.1/ChangeLog
--- old/libixion-0.9.0/ChangeLog2015-02-17 02:26:46.0 +0100
+++ new/libixion-0.9.1/ChangeLog2015-04-05 16:13:36.0 +0200
@@ -1,5 +1,119 @@
 # Generated by Makefile. Do not edit.
 
+commit 823c96ff213760bf3e4e9f26c7b456b1e522b0f2
+Author: Kohei Yoshida kohei.yosh...@gmail.com
+Date:   Sun Apr 5 10:07:10 2015 -0400
+
+Update AUTHORS.
+
+commit dee0ffa0a7ea98e33d305b7d56216030a9712448
+Author: Kohei Yoshida kohei.yosh...@gmail.com
+Date:   Sun Apr 5 10:00:30 2015 -0400
+
+Create README on the fly.
+
+commit 4e3686355f73d3b1f69651b5f6a31e6a1e5da2ef
+Author: Kohei Yoshida kohei.yosh...@gmail.com
+Date:   Sun Apr 5 09:41:26 2015 -0400
+
+Set the version to 0.9.1.
+
+commit 2bd12372cef579d5c644b844ffb3b198b51c5bce
+Author: Kohei Yoshida kohei.yosh...@gmail.com
+Date:   Sun Apr 5 12:54:59 2015 +
+
+Reformatted the Download section to make it appear better.
+
+commit 2684b41e7d17adb8326a1eb5db58c64c49f4598e
+Author: Kohei Yoshida kohei.yosh...@gmail.com
+Date:   Sun Apr 5 08:46:40 2015 -0400
+
+Add Download section content to README.
+
+commit 2ac9865bef5bd7def83272c0e44d5ccc541ddc3b
+Author: Kohei Yoshida kohei.yosh...@gmail.com
+Date:   Sun Apr 5 08:29:25 2015 -0400
+
+Put the project's old wiki home content into README.
+
+commit e9b71b7d083bddd291f12efd07113d7aec9f87ff
+Author: David Tardon dtar...@redhat.com
+Date:   Sun Apr 5 10:55:49 2015 +0200
+
+add something to NEWS
+
+commit a833414d6f8a841da968692a9773bd86dc873ed6
+Author: David Tardon dtar...@redhat.com
+Date:   Fri Mar 6 08:33:19 2015 -0500
+
+match argument and format unit
+
+This makes ixion.sheet work correctly on s390x.
+
+commit 877f3e2fe6b38d320a6732c5d569652b7cbdc872
+Author: David Tardon dtar...@redhat.com
+Date:   Fri Mar 6 14:12:12 2015 +0100
+
+set correct CPPFLAGS for the python module
+
+commit 9e7763aa51d50b941754ad678fd5ec8e4fe5670f

commit fipscheck for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package fipscheck for openSUSE:Factory 
checked in at 2015-04-21 10:49:13

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


Package is fipscheck

Changes:

--- /work/SRC/openSUSE:Factory/fipscheck/fipscheck.changes  2014-08-15 
09:58:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.fipscheck.new/fipscheck.changes 2015-04-21 
10:49:15.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 13 08:50:02 UTC 2015 - jeng...@inai.de
+
+- Set RPM groups anew. Drop implicit cleaning parts.
+
+---



Other differences:
--
++ fipscheck.spec ++
--- /var/tmp/diff_new_pack.XS9cbk/_old  2015-04-21 10:49:15.0 +0200
+++ /var/tmp/diff_new_pack.XS9cbk/_new  2015-04-21 10:49:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fipscheck
 #
-# 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
@@ -18,12 +18,12 @@
 
 %define lname libfipscheck1 
 
-Summary:A library for integrity verification of FIPS validated modules
-License:BSD-2-Clause
-Group:  System Environment/Libraries
 Name:   fipscheck
 Version:1.4.1
 Release:0
+Summary:A library for integrity verification of FIPS validated modules
+License:BSD-2-Clause
+Group:  Development/Libraries/C and C++
 Url:http://fedorahosted.org/fipscheck/
 Source0:
http://fedorahosted.org/releases/f/i/%{name}/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
@@ -41,7 +41,7 @@
 
 %package -n %lname
 Summary:Library files for %{name}
-Group:  System Environment/Libraries
+Group:  System/Libraries
 Requires:   %{_bindir}/fipscheck
 
 %description -n %lname
@@ -49,8 +49,7 @@
 
 %package devel
 Summary:Development files for %{name}
-Group:  System Environment/Libraries
-
+Group:  Development/Libraries/C and C++
 Requires:   %{lname} = %{version}
 
 %description devel
@@ -75,10 +74,7 @@
 %{nil}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make install DESTDIR=$RPM_BUILD_ROOT
-
+%make_install
 find $RPM_BUILD_ROOT -type f -name *.la -delete
 
 mkdir -p $RPM_BUILD_ROOT%{_libdir}




commit vlc for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2015-04-21 10:50:41

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


Package is vlc

Changes:

--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2015-04-05 02:02:58.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes 2015-04-21 
10:50:48.0 +0200
@@ -1,0 +2,59 @@
+Tue Apr 14 10:38:47 UTC 2015 - aloi...@gmx.com
+
+- Removed DTV/DVB patch that was fixed upstream.
+
+---
+Mon Apr 13 14:59:16 UTC 2015 - joerg.loren...@ki.tng.de
+
+- Update to version 2.2.1:
+  + Codec:
+- Fix compilation with older libavcodec versions.
+- Fix some VP9 decoding.
+- Fix flac crashes.
+- Fix lpcm channel ordering.
+- Fix potential NULL dereference in dmo.
+- Fix teletext framing code in DVB PES packets.
+- Fix potential buffer overflow in schroendinger decoder.
+- Fix AAC samplerate.
+  + Demuxers:
+- Fix MP4 chapters.
+- Fix MKV overseeking, introducing slowness over network shares.
+- Fix crash when playing SPC files.
+- Fix ATRAC3 playback in MKV.
+- Revert to older ASX code.
+- Workaround TS issue with mpeg-audio.
+  + Access:
+- Fix sftp read and close sockets.
+- Fix DTV build with Linux DVB versions  5.8.
+- Fix UDP/RTP input on Windows.
+  + Audio output:
+- Fix Alsa HDMI plugs.
+- Improve Alsa output, with larger buffers.
+- Fix DirectSound output with multi-channel files.
+  + OS X:
+- Fix numerous crashes in the UI.
+- Fix video-wallpaper mode.
+- Fix race when starting VLC from command line.
+  + Qt:
+- Fix recent items behaviour.
+- Fix rotation filter activation.
+- Fix mux modules names for the streaming wizard.
+  + Win32:
+- Timestamp the signature of the dlls.
+- Fix extensions registration during install.
+- Fix extensions dialog crash.
+- Default to no DxVA decoding.
+  + libVLC:
+- fix libvlc_media_get_stats.
+  + Updated translations.
+- Fixed patch 0001-no-return-in-non-void.patch.
+
+---
+Sun Apr 12 08:47:32 UTC 2015 - dims...@opensuse.org
+
+- Require at least the version of libbluray1 that was used during
+  build. libbluray.so.1 has a strange ABI diff between 0.3 and 0.7.
+  Libbluray had an API/ABI break at 0.5, which was not represented
+  in a soname bump (boo#926842).
+
+---
@@ -4 +63 @@
-- Fix package lists for PowerPC architectures 
+- Fix package lists for PowerPC architectures.

Old:

  vlc-2.2.0.tar.xz

New:

  vlc-2.2.1.tar.xz



Other differences:
--
++ vlc.spec ++
--- /var/tmp/diff_new_pack.zQrkYh/_old  2015-04-21 10:50:50.0 +0200
+++ /var/tmp/diff_new_pack.zQrkYh/_new  2015-04-21 10:50:50.0 +0200
@@ -31,7 +31,7 @@
 %endif
 
 Name:   vlc
-Version:2.2.0
+Version:2.2.1
 Release:0
 Summary:Video Lan Client multimedia player
 License:GPL-2.0+ and LGPL-2.1+
@@ -66,6 +66,7 @@
 BuildRequires:  libcddb-devel = 0.9.5
 BuildRequires:  libcdio-devel = 0.78.2
 BuildRequires:  libdc1394-devel = 2.1.0
+BuildRequires:  libdvbpsi-devel = 1.0.0
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libidn-devel
 BuildRequires:  libjack-devel = 1.9.7
@@ -142,7 +143,6 @@
 BuildRequires:  pkgconfig(taglib) = 1.9
 %endif
 %if 0%{?suse_version}  1140
-BuildRequires:  libdvbpsi-devel = 1.0.0
 BuildRequires:  pkgconfig(dbus-1) = 1.6.0
 BuildRequires:  pkgconfig(freerdp) = 1.0.1
 BuildRequires:  pkgconfig(gnutls) = 3.2.0
@@ -227,6 +227,9 @@
 Recommends: %{name}-noX-lang
 Recommends: %{name}-codecs
 Recommends: libdvdcss
+# This is a hack only due to libbluray not having versioned symbols as well as
+# having a strange ABI/API break between 0.3 and 0.7
+%requires_gelibbluray1
 Conflicts:  %{conflicts}-noX
 
 %description noX
@@ -295,11 +298,6 @@
 sed -e s/__TIME__/\$FAKE_BUILDTIME\/ -i modules/gui/qt4/dialogs/help.cpp 
src/config/help.c
 sed -e s/__DATE__/\$FAKE_BUILDDATE\/ -i modules/gui/qt4/dialogs/help.cpp 
src/config/help.c
 
-# no --disable-dvb switch unfortunately
-%if 0%{?suse_version} = 1140
-sed -e '/^#include.*dvb/d' -i configure
-%endif
-
 echo '* ENDED PREP PHASE *'
 date
 
@@ -319,11 +317,7 @@
--disable-avcodec\
 %endif
--enable-dca \
-%if 0%{?suse_version}  1140
--enable-dvbpsi  \
-%else
-   --disable-dvbpsi \
-%endif
 %if 0%{?suse_version}  1110 || 0%{?BUILD_ORIG}

commit glew for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package glew for openSUSE:Factory checked in 
at 2015-04-21 10:50:01

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


Package is glew

Changes:

--- /work/SRC/openSUSE:Factory/glew/glew.changes2015-01-30 
11:00:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.glew.new/glew.changes   2015-04-21 
10:50:02.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr 12 18:58:12 UTC 2015 - mplus...@suse.com
+
+- Remove devel package from baselibs.conf (discussed in boo#894331)
+
+---



Other differences:
--
++ baselibs.conf ++
--- /var/tmp/diff_new_pack.aVvAMx/_old  2015-04-21 10:50:03.0 +0200
+++ /var/tmp/diff_new_pack.aVvAMx/_new  2015-04-21 10:50:03.0 +0200
@@ -1,5 +1,2 @@
 glew
-glew-devel
-   requires -glew-targettype
-   requires libGLEW1_12-targettype = version
 libGLEW1_12




commit libgdiplus0 for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package libgdiplus0 for openSUSE:Factory 
checked in at 2015-04-21 10:50:19

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


Package is libgdiplus0

Changes:

--- /work/SRC/openSUSE:Factory/libgdiplus0/libgdiplus0.changes  2014-09-17 
17:24:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgdiplus0.new/libgdiplus0.changes 
2015-04-21 10:50:20.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr  4 13:56:37 UTC 2015 - mailaen...@opensuse.org
+
+- Update to version 3.12
+- Enable unit tests
+
+---

Old:

  libgdiplus-3.8.tar.gz

New:

  libgdiplus-3.12.tar.gz



Other differences:
--
++ libgdiplus0.spec ++
--- /var/tmp/diff_new_pack.IeWUuv/_old  2015-04-21 10:50:21.0 +0200
+++ /var/tmp/diff_new_pack.IeWUuv/_new  2015-04-21 10:50:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgdiplus0
 #
-# 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
@@ -19,11 +19,11 @@
 %define real_name libgdiplus
 
 Name:   libgdiplus0
-Version:3.8
+Version:3.12
 Release:0
 Url:https://github.com/mono/libgdiplus
 Source: 
http://download.mono-project.com/sources/%{real_name}/%{real_name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM libgdiplus0-giflib5.patch 
https://github.com/mono/libgdiplus/pull/26
+# PATCH-FIX-UPSTREAM libgdiplus0-giflib5.patch 
https://github.com/mono/libgdiplus/pull/32
 Patch1: libgdiplus0-giflib5.patch
 Summary:Open Source Implementation of the GDI+ API
 License:(LGPL-2.1+ or MPL-1.1) and MIT
@@ -78,6 +78,9 @@
 # (appeases suse rpmlint checks, saves 3kb)
 find . -name INSTALL | xargs rm -f
 
+%check
+make check
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

++ libgdiplus-3.8.tar.gz - libgdiplus-3.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgdiplus-3.8/configure 
new/libgdiplus-3.12/configure
--- old/libgdiplus-3.8/configure2014-09-04 09:36:02.0 +0200
+++ new/libgdiplus-3.12/configure   2015-01-05 11:28:28.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libgdiplus 3.8.
+# Generated by GNU Autoconf 2.69 for libgdiplus 3.12.
 #
 # Report bugs to 
https://bugzilla.xamarin.com/enter_bug.cgi?product=Class%20Librariescomponent=libgdiplus.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='libgdiplus'
 PACKAGE_TARNAME='libgdiplus'
-PACKAGE_VERSION='3.8'
-PACKAGE_STRING='libgdiplus 3.8'
+PACKAGE_VERSION='3.12'
+PACKAGE_STRING='libgdiplus 3.12'
 
PACKAGE_BUGREPORT='https://bugzilla.xamarin.com/enter_bug.cgi?product=Class%20Librariescomponent=libgdiplus'
 PACKAGE_URL=''
 
@@ -1364,7 +1364,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 libgdiplus 3.8 to adapt to many kinds of systems.
+\`configure' configures libgdiplus 3.12 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1435,7 +1435,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of libgdiplus 3.8:;;
+ short | recursive ) echo Configuration of libgdiplus 3.12:;;
esac
   cat \_ACEOF
 
@@ -1577,7 +1577,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-libgdiplus configure 3.8
+libgdiplus configure 3.12
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1946,7 +1946,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libgdiplus $as_me 3.8, which was
+It was created by libgdiplus $as_me 3.12, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2924,7 +2924,7 @@
 
 # Define the identity of the package.
  PACKAGE='libgdiplus'
- VERSION='3.8'
+ VERSION='3.12'
 
 
 cat confdefs.h _ACEOF
@@ -14190,7 +14190,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by libgdiplus $as_me 3.8, which was
+This file was extended by libgdiplus $as_me 3.12, which was
 generated by GNU Autoconf 

commit perl-HTML-Parser for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-Parser for 
openSUSE:Factory checked in at 2015-04-21 10:50:30

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


Package is perl-HTML-Parser

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTML-Parser/perl-HTML-Parser.changes
2013-10-17 17:43:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-HTML-Parser.new/perl-HTML-Parser.changes   
2015-04-21 10:50:31.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 13 17:15:23 UTC 2015 - co...@suse.com
+
+- regnererate spec file to be in line with current template
+
+---



Other differences:
--
++ perl-HTML-Parser.spec ++
--- /var/tmp/diff_new_pack.2hcTGd/_old  2015-04-21 10:50:32.0 +0200
+++ /var/tmp/diff_new_pack.2hcTGd/_new  2015-04-21 10:50:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-Parser
 #
-# 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
@@ -16,78 +16,61 @@
 #
 
 
-%bcond_with opt
-
 Name:   perl-HTML-Parser
 Version:3.71
 Release:0
 %define cpan_name HTML-Parser
 Summary:HTML parser class
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/HTML-Parser/
-Source: 
http://www.cpan.org/modules/by-module/HTML/HTML-Parser-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-%if %{with opt}
-BuildRequires:  perl(HTTP::Headers)
-BuildRequires:  perl(Test::Pod) = 1.00
-%endif
 BuildRequires:  perl(HTML::Tagset) = 3
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(XSLoader)
-#
 Requires:   perl(HTML::Tagset) = 3
-Requires:   perl(XSLoader)
-%if 0%{?suse_version}  1010
-Suggests:   perl(HTTP::Headers)
-%endif
+Recommends: perl(HTTP::Headers)
+%{perl_requires}
 
 %description
-Objects of the HTML::Parser class will recognize markup and separate it
-from plain text (alias data content) in HTML documents. As different
-kinds of markup and text are recognized, the corresponding event handlers
-are invoked.
-
-HTML::Parser is not a generic SGML parser. We have tried to make it able to
-deal with the HTML that is actually out there, and it normally parses as
-closely as possible to the way the popular web browsers do it instead of
+Objects of the 'HTML::Parser' class will recognize markup and separate it
+from plain text (alias data content) in HTML documents. As different kinds
+of markup and text are recognized, the corresponding event handlers are
+invoked.
+
+'HTML::Parser' is not a generic SGML parser. We have tried to make it able
+to deal with the HTML that is actually out there, and it normally parses
+as closely as possible to the way the popular web browsers do it instead of
 strictly following one of the many HTML specifications from W3C. Where
-there is disagreement, there is often an option that you can enable to
-get the official behaviour.
+there is disagreement, there is often an option that you can enable to get
+the official behaviour.
 
 The document to be parsed may be supplied in arbitrary chunks. This makes
 on-the-fly parsing as documents are received from the network possible.
 
 If event driven parsing does not feel right for your application, you might
-want to use HTML::PullParser. This is an HTML::Parser subclass that allows
-a more conventional program structure.
+want to use 'HTML::PullParser'. This is an 'HTML::Parser' subclass that
+allows a more conventional program structure.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-# rpmlint: spurious-executable-perm
-find ./eg -type f -exec chmod 0644 {} \;
-chmod 0644 mkpfunc mkhctype
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+%{__make} %{?_smp_mflags}
 
 %check
-make test
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-rm -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Changes mkhctype mkpfunc README TODO eg
+%defattr(-,root,root,755)

commit libgpg-error for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package libgpg-error for openSUSE:Factory 
checked in at 2015-04-21 10:49:07

Comparing /work/SRC/openSUSE:Factory/libgpg-error (Old)
 and  /work/SRC/openSUSE:Factory/.libgpg-error.new (New)


Package is libgpg-error

Changes:

--- /work/SRC/openSUSE:Factory/libgpg-error/libgpg-error.changes
2015-03-25 21:03:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgpg-error.new/libgpg-error.changes   
2015-04-21 10:49:09.0 +0200
@@ -1,0 +2,11 @@
+Fri Apr 10 20:24:54 UTC 2015 - astie...@suse.com
+
+- update to 1.19:
+ * New set of error codes for use with LDAP.
+ * New options --help and --defines for gpg-error.
+ * Allow building with gcc 5.
+   (replacing patch libgpg-error-1.18-gcc5.patch now removed)
+ * Interface changes relative to the 1.18 release:
+   GPG_ERR_LDAP_*   NEW.
+
+---

Old:

  libgpg-error-1.18-gcc5.patch
  libgpg-error-1.18.tar.bz2
  libgpg-error-1.18.tar.bz2.sig

New:

  libgpg-error-1.19.tar.bz2
  libgpg-error-1.19.tar.bz2.sig



Other differences:
--
++ libgpg-error.spec ++
--- /var/tmp/diff_new_pack.2UojJa/_old  2015-04-21 10:49:10.0 +0200
+++ /var/tmp/diff_new_pack.2UojJa/_new  2015-04-21 10:49:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libgpg-error
-Version:1.18
+Version:1.19
 Release:0
 Summary:Library That Defines Common Error Values for All GnuPG 
Components
 License:GPL-2.0+ and LGPL-2.1+
@@ -28,7 +28,6 @@
 # http://www.gnupg.org/signature_key.en.html
 Source2:%{name}.keyring
 Source3:baselibs.conf
-Patch1: libgpg-error-1.18-gcc5.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -72,7 +71,6 @@
 
 %prep
 %setup -q -n libgpg-error-%{version}
-%patch1
 
 %build
 %configure \

++ libgpg-error-1.18.tar.bz2 - libgpg-error-1.19.tar.bz2 ++
 13320 lines of diff (skipped)




commit cryptsetup for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package cryptsetup for openSUSE:Factory 
checked in at 2015-04-21 12:02:13

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


Package is cryptsetup

Changes:

--- /work/SRC/openSUSE:Factory/cryptsetup/cryptsetup.changes2015-04-10 
09:44:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.cryptsetup.new/cryptsetup.changes   
2015-04-21 12:02:13.0 +0200
@@ -1,0 +2,11 @@
+Sun Apr 12 18:45:26 UTC 2015 - crrodrig...@opensuse.org
+
+- Enable verbose build log. 
+
+---
+Sun Apr 12 18:41:39 UTC 2015 - crrodrig...@opensuse.org
+
+- regenerate the initrd if cryptsetup tool changes
+  (wanted by 90crypt dracut module)
+
+---



Other differences:
--
++ cryptsetup.spec ++
--- /var/tmp/diff_new_pack.glhp2g/_old  2015-04-21 12:02:14.0 +0200
+++ /var/tmp/diff_new_pack.glhp2g/_new  2015-04-21 12:02:14.0 +0200
@@ -40,6 +40,7 @@
 BuildRequires:  linux-glibc-devel = 2.6.38
 BuildRequires:  pkgconfig
 BuildRequires:  popt-devel
+BuildRequires:  suse-module-tools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -93,7 +94,7 @@
--enable-fips \
--enable-pwquality \
   --enable-gcrypt-pbkdf2
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 # Generate HMAC checksums (FIPS)
@@ -132,6 +133,11 @@
fi
 fi
 
+%{?regenerate_initrd_post}
+
+%posttrans
+%{?regenerate_initrd_posttrans}
+
 %post -n libcryptsetup%{so_ver} -p /sbin/ldconfig
 
 %postun -n libcryptsetup%{so_ver} -p /sbin/ldconfig





commit perl-Rose-Object for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Rose-Object for 
openSUSE:Factory checked in at 2015-04-21 10:51:04

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


Package is perl-Rose-Object

Changes:

--- /work/SRC/openSUSE:Factory/perl-Rose-Object/perl-Rose-Object.changes
2011-11-14 13:25:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Rose-Object.new/perl-Rose-Object.changes   
2015-04-21 10:51:04.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 13 18:17:27 UTC 2015 - co...@suse.com
+
+- updated to 0.860
+   see /usr/share/doc/packages/perl-Rose-Object/Changes
+
+  0.860 (10.03.2013) - John Siracusa sirac...@gmail.com
+  
+   * Fixed typos in the documentation. (RT 89241)
+
+---

Old:

  Rose-Object-0.859.tar.gz

New:

  Rose-Object-0.860.tar.gz



Other differences:
--
++ perl-Rose-Object.spec ++
--- /var/tmp/diff_new_pack.I7BAYA/_old  2015-04-21 10:51:05.0 +0200
+++ /var/tmp/diff_new_pack.I7BAYA/_new  2015-04-21 10:51:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Rose-Object
 #
-# 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
@@ -16,20 +16,19 @@
 #
 
 
-
 Name:   perl-Rose-Object
-Version:0.859
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.860
+Release:0
 %define cpan_name Rose-Object
 Summary:A simple object base class.
-Url:http://search.cpan.org/dist/Rose-Object/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://www.cpan.org/authors/id/J/JS/JSIRACUSA/Rose-Object-0.859.tar.gz
+Url:http://search.cpan.org/dist/Rose-Object/
+Source: 
http://www.cpan.org/authors/id/J/JS/JSIRACUSA/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 %{perl_requires}
 
 %description
@@ -38,6 +37,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -51,11 +51,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
 
 %changelog

++ Rose-Object-0.859.tar.gz - Rose-Object-0.860.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rose-Object-0.859/Changes 
new/Rose-Object-0.860/Changes
--- old/Rose-Object-0.859/Changes   2010-10-17 17:15:34.0 +0200
+++ new/Rose-Object-0.860/Changes   2013-10-04 02:53:55.0 +0200
@@ -1,3 +1,7 @@
+0.860 (10.03.2013) - John Siracusa sirac...@gmail.com
+
+   * Fixed typos in the documentation. (RT 89241)
+
 0.859 (10.17.2010) - John Siracusa sirac...@gmail.com
 
 * Eliminated non-numeric warning in Class::XSAccessor version check.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rose-Object-0.859/MANIFEST 
new/Rose-Object-0.860/MANIFEST
--- old/Rose-Object-0.859/MANIFEST  2010-10-17 17:15:51.0 +0200
+++ new/Rose-Object-0.860/MANIFEST  2013-10-04 02:54:30.0 +0200
@@ -17,4 +17,5 @@
 t/pod.t
 t/redefine.t
 xt/debugger.t
-META.yml Module meta-data (added by MakeMaker)
+META.yml Module YAML meta-data (added by 
MakeMaker)
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rose-Object-0.859/META.json 
new/Rose-Object-0.860/META.json
--- old/Rose-Object-0.859/META.json 1970-01-01 01:00:00.0 +0100
+++ new/Rose-Object-0.860/META.json 2013-10-04 02:54:30.0 +0200
@@ -0,0 +1,55 @@
+{
+   abstract : A simple object base class.,
+   author : [
+  John Siracusa sirac...@gmail.com
+   ],
+   dynamic_config : 1,
+   generated_by : ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter 
version 2.120921,
+   license : [
+  perl_5
+   ],
+   meta-spec : {
+  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  version : 2
+   },
+   name : Rose-Object,
+   no_index : {
+  

commit perl-Image-Size for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Image-Size for openSUSE:Factory 
checked in at 2015-04-21 10:51:45

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


Package is perl-Image-Size

Changes:

--- /work/SRC/openSUSE:Factory/perl-Image-Size/perl-Image-Size.changes  
2015-04-16 14:14:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Image-Size.new/perl-Image-Size.changes 
2015-04-21 10:51:46.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 17 10:12:00 UTC 2015 - sch...@linux-m68k.org
+
+- endian.patch: use proper endian-agnostic extractor
+
+---

New:

  endian.patch



Other differences:
--
++ perl-Image-Size.spec ++
--- /var/tmp/diff_new_pack.Z0QJ0w/_old  2015-04-21 10:51:47.0 +0200
+++ /var/tmp/diff_new_pack.Z0QJ0w/_new  2015-04-21 10:51:47.0 +0200
@@ -27,6 +27,7 @@
 Url:http://search.cpan.org/dist/Image-Size/
 Source0:
http://www.cpan.org/authors/id/R/RJ/RJRAY/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
+Patch0: endian.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -47,6 +48,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0 -p1
 find . -type f -print0 | xargs -0 chmod 644
 
 %build

++ cpanspec.yml ++
--- /var/tmp/diff_new_pack.Z0QJ0w/_old  2015-04-21 10:51:47.0 +0200
+++ /var/tmp/diff_new_pack.Z0QJ0w/_new  2015-04-21 10:51:47.0 +0200
@@ -4,7 +4,8 @@
 #sources:
 #  - source1
 #  - source2
-#patches:
+patches:
+   endian.patch: -p1
 #  foo.patch: -p1
 #  bar.patch:
 #preamble: |-

++ endian.patch ++
Index: Image-Size-3.300/lib/Image/Size.pm
===
--- Image-Size-3.300.orig/lib/Image/Size.pm
+++ Image-Size-3.300/lib/Image/Size.pm
@@ -933,7 +933,7 @@ sub webpsize {
 #- frame meta, 8 bytes
 #- marker, 3 bytes
 my $buf = $READ_IN-($img, 4, 26);
-my ($raw_w, $raw_h) = unpack 'SS', $buf;
+my ($raw_w, $raw_h) = unpack '(SS)', $buf;
 my $b14 = 2**14 - 1;
 
 # The width and height values contain a 2-bit scaling factor,



commit nbd for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package nbd for openSUSE:Factory checked in 
at 2015-04-21 10:51:49

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


Package is nbd

Changes:

--- /work/SRC/openSUSE:Factory/nbd/nbd.changes  2015-03-18 13:04:41.0 
+0100
+++ /work/SRC/openSUSE:Factory/.nbd.new/nbd.changes 2015-04-21 
10:51:50.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 17 13:27:19 UTC 2015 - mplus...@suse.com
+
+- Update to 3.10
+  * There really is only one change since 3.9: drop of the 
+oldstyle support from nbd-server and nbd-client.
+
+---

Old:

  nbd-3.9.tar.xz

New:

  nbd-3.10.tar.xz



Other differences:
--
++ nbd.spec ++
--- /var/tmp/diff_new_pack.VbY2js/_old  2015-04-21 10:51:51.0 +0200
+++ /var/tmp/diff_new_pack.VbY2js/_new  2015-04-21 10:51:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   nbd
-Version:3.9
+Version:3.10
 Release:0
 Summary:Network Block Device Server and Client Utilities
 License:GPL-2.0+

++ nbd-3.9.tar.xz - nbd-3.10.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbd-3.9/configure new/nbd-3.10/configure
--- old/nbd-3.9/configure   2015-03-01 22:06:55.0 +0100
+++ new/nbd-3.10/configure  2015-03-11 18:32:38.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for nbd 3.9.
+# Generated by GNU Autoconf 2.69 for nbd 3.10.
 #
 # Report bugs to wou...@debian.org.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='nbd'
 PACKAGE_TARNAME='nbd'
-PACKAGE_VERSION='3.9'
-PACKAGE_STRING='nbd 3.9'
+PACKAGE_VERSION='3.10'
+PACKAGE_STRING='nbd 3.10'
 PACKAGE_BUGREPORT='wou...@debian.org'
 PACKAGE_URL=''
 
@@ -1335,7 +1335,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 nbd 3.9 to adapt to many kinds of systems.
+\`configure' configures nbd 3.10 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1405,7 +1405,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of nbd 3.9:;;
+ short | recursive ) echo Configuration of nbd 3.10:;;
esac
   cat \_ACEOF
 
@@ -1529,7 +1529,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-nbd configure 3.9
+nbd configure 3.10
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2238,7 +2238,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by nbd $as_me 3.9, which was
+It was created by nbd $as_me 3.10, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3101,7 +3101,7 @@
 
 # Define the identity of the package.
  PACKAGE='nbd'
- VERSION='3.9'
+ VERSION='3.10'
 
 
 cat confdefs.h _ACEOF
@@ -14431,7 +14431,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by nbd $as_me 3.9, which was
+This file was extended by nbd $as_me 3.10, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -14497,7 +14497,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-nbd config.status 3.9
+nbd config.status 3.10
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\\$ac_cs_config\\
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbd-3.9/configure.ac new/nbd-3.10/configure.ac
--- old/nbd-3.9/configure.ac2015-03-01 22:01:28.0 +0100
+++ new/nbd-3.10/configure.ac   2015-03-11 18:31:55.0 +0100
@@ -1,7 +1,7 @@
 dnl Configure script for NBD system
 dnl (c) 1998 Martin Mares m...@ucw.cz, (c) 2000 Pavel Machek pa...@ucw.cz,
 dnl (c) 2003-2006 Wouter Verhelst wou...@debian.org
-AC_INIT([nbd],[3.9],[wou...@debian.org])
+AC_INIT([nbd],[3.10],[wou...@debian.org])
 AM_INIT_AUTOMAKE(foreign dist-xz serial-tests)
 AM_MAINTAINER_MODE([enable])
 LT_INIT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbd-3.9/man/nbd-server.5.in.sgml 
new/nbd-3.10/man/nbd-server.5.in.sgml
--- old/nbd-3.9/man/nbd-server.5.in.sgml2015-03-01 22:06:32.0 
+0100
+++ 

commit perl-App-perlbrew for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2015-04-21 10:51:38

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


Package is perl-App-perlbrew

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-perlbrew/perl-App-perlbrew.changes  
2014-10-01 07:40:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new/perl-App-perlbrew.changes 
2015-04-21 10:51:40.0 +0200
@@ -1,0 +2,18 @@
+Fri Apr 17 08:44:02 UTC 2015 - co...@suse.com
+
+- updated to 0.73
+   see /usr/share/doc/packages/perl-App-perlbrew/Changes
+
+  0.73: # 2015-02-01T09:59:45+0100
+  - fixes and improvements from Manuel Streuhofer, Aristotle Pagaltzis, 
Sebastian Willert, David Hand, Eric Enns,
+Peter Roberts, Thomas Sibley, Ivan Baidakou, thanks!
+  - fix 'perlbrew user' for fish users 
https://github.com/gugod/App-perlbrew/pull/429
+  - fix sub-shell for bash users https://github.com/gugod/App-perlbrew/pull/435
+  - clarify the 'perlbrew use' output: 
https://github.com/gugod/App-perlbrew/issues/439
+  
+  
+  0.72: # 2014-10-27T21:38:19+0100
+  - Fix 0.71 breakage on MacOSX when the shell is bash or zsh
+  - Fix spelling mistake. by @gregoa++
+
+---

Old:

  App-perlbrew-0.71.tar.gz

New:

  App-perlbrew-0.73.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.IgDxG9/_old  2015-04-21 10:51:41.0 +0200
+++ /var/tmp/diff_new_pack.IgDxG9/_new  2015-04-21 10:51:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-App-perlbrew
 #
-# 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,21 +17,22 @@
 
 
 Name:   perl-App-perlbrew
-Version:0.71
+Version:0.73
 Release:0
 %define cpan_name App-perlbrew
 Summary:Manage perl installations in your $HOME
 License:MIT
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/App-perlbrew/
-Source: 
http://www.cpan.org/authors/id/G/GU/GUGOD/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/G/GU/GUGOD/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Perl::Releases) = 1.84
+BuildRequires:  perl(CPAN::Perl::Releases) = 1.94
 BuildRequires:  perl(Capture::Tiny) = 0.25
-BuildRequires:  perl(Devel::PatchPerl) = 1.24
+BuildRequires:  perl(Devel::PatchPerl) = 1.28
 BuildRequires:  perl(File::Temp) = 0.2304
 BuildRequires:  perl(IO::All) = 0.51
 BuildRequires:  perl(Path::Class) = 0.33
@@ -44,16 +45,17 @@
 BuildRequires:  perl(Test::Simple) = 1.001002
 BuildRequires:  perl(Test::Spec) = 0.47
 BuildRequires:  perl(local::lib) = 2.14
-Requires:   perl(CPAN::Perl::Releases) = 1.84
+Requires:   perl(CPAN::Perl::Releases) = 1.94
 Requires:   perl(Capture::Tiny) = 0.25
-Requires:   perl(Devel::PatchPerl) = 1.24
+Requires:   perl(Devel::PatchPerl) = 1.28
 Requires:   perl(Pod::Parser) = 1.62
 Requires:   perl(Pod::Usage) = 1.64
 Requires:   perl(local::lib) = 2.14
 %{perl_requires}
-# MANUAL
+# MANUAL BEGIN
 BuildRequires:  groff
 BuildRequires:  wget
+# MANUAL END
 
 %description
 perlbrew is a program to automate the building and installation of perl in

++ App-perlbrew-0.71.tar.gz - App-perlbrew-0.73.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.71/Changes 
new/App-perlbrew-0.73/Changes
--- old/App-perlbrew-0.71/Changes   2014-09-13 20:01:52.0 +0200
+++ new/App-perlbrew-0.73/Changes   2015-02-01 10:08:01.0 +0100
@@ -1,3 +1,15 @@
+0.73: # 2015-02-01T09:59:45+0100
+- fixes and improvements from Manuel Streuhofer, Aristotle Pagaltzis, 
Sebastian Willert, David Hand, Eric Enns,
+  Peter Roberts, Thomas Sibley, Ivan Baidakou, thanks!
+- fix 'perlbrew user' for fish users 
https://github.com/gugod/App-perlbrew/pull/429
+- fix sub-shell for bash users https://github.com/gugod/App-perlbrew/pull/435
+- clarify the 'perlbrew use' output: 
https://github.com/gugod/App-perlbrew/issues/439
+
+
+0.72: # 2014-10-27T21:38:19+0100
+- Fix 0.71 breakage on MacOSX when the shell is bash or zsh
+- Fix spelling mistake. by @gregoa++
+

commit pam_ssh for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package pam_ssh for openSUSE:Factory checked 
in at 2015-04-21 10:51:50

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


Package is pam_ssh

Changes:

--- /work/SRC/openSUSE:Factory/pam_ssh/pam_ssh.changes  2013-11-22 
07:25:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.pam_ssh.new/pam_ssh.changes 2015-04-21 
10:51:52.0 +0200
@@ -1,0 +2,8 @@
+Sun Mar  8 23:48:59 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 2.01
+  * pam_ssh.1: updated man page to reflect the current implementation
+- Remove gpg-offline require and verification; OBS handles it
+- Use download Url as source
+
+---

Old:

  pam_ssh-2.0.tar.xz
  pam_ssh-2.0.tar.xz.asc

New:

  pam_ssh-2.01.tar.xz
  pam_ssh-2.01.tar.xz.asc



Other differences:
--
++ pam_ssh.spec ++
--- /var/tmp/diff_new_pack.pwFs0l/_old  2015-04-21 10:51:52.0 +0200
+++ /var/tmp/diff_new_pack.pwFs0l/_new  2015-04-21 10:51:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pam_ssh
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,17 +22,14 @@
 BuildRequires:  openssl-devel
 BuildRequires:  pam-devel
 BuildRequires:  xz
-%if %suse_version  1220
-BuildRequires:  gpg-offline
-%endif
-Version:2.0
+Version:2.01
 Release:0
 Summary:PAM Module for SSH Authentication
 License:BSD-3-Clause
 Group:  Productivity/Networking/SSH
 Url:http://sourceforge.net/projects/pam-ssh/
-Source: %{name}-%{version}.tar.xz
-Source1:%{name}-%{version}.tar.xz.asc
+Source: 
http://sourceforge.net/projects/pam-ssh/files/pam_ssh/%{version}/%{name}-%{version}.tar.xz
+Source1:
http://sourceforge.net/projects/pam-ssh/files/pam_ssh/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:baselibs.conf
 Source3:%{name}.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -44,9 +41,6 @@
 entire session, the user types no more passwords.
 
 %prep
-%if 0%{?gpg_verify:1}
-%gpg_verify %{S:1}
-%endif
 %setup -q
 
 %build

++ pam_ssh-2.0.tar.xz - pam_ssh-2.01.tar.xz ++
 1812 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/pam_ssh-2.0/ChangeLog new/pam_ssh-2.01/ChangeLog
--- old/pam_ssh-2.0/ChangeLog   2013-11-18 11:25:42.0 +0100
+++ new/pam_ssh-2.01/ChangeLog  2014-05-24 09:33:39.0 +0200
@@ -1,3 +1,12 @@
+Version 2.01 released
+=
+
+2014-05-24  Wolfgang Rosenauer
+
+   * changelog format cleanup
+   * pam_ssh.1: updated man page to reflect the current implementation
+
+
 Version 2.0 released
 
 
@@ -10,52 +19,52 @@
 
 2013-11-10  Wolfgang Rosenauer
 
-imported Debian patches
-   * update openssh embedded code
- The upstream source embeds code from OpenSSH,
- this embedded code is updated against OpenSSH-6.0p1
- code; then ECDSA keys can be supported.
- Basically files containing the used code are
- brought in from the OpenSSH-6.0p1 and then
- the unused code is commented out by hand.
- Ideally the involved code may be invoked through
- a share library, but unfortunately such a library
- does not exist.
-
-   * pam_ssh.c: fix missing syslog include
-
-   * pam_ssh.c: safe spawn of the ssh-agent
-
-   * pam_ssh.c: inexistent configuration directory handling
- Short cut the session phase if no configuration directory exists:
- it is meant to prevent meangningless ssh-agent launches for users
- that obviously never use ssh.
-
-   * pam_ssh.c: let ssh-agent to determine the appropriate shell style
-
-   * pam_get_pass.c, pam_get_pass.h, pam_ssh.c:
- try_first_password implementation and specific login keys
- Implement the intended semantics of try_first_password as described in
- in the manual page (and PAM).
- Ask for SSH passphrase even if user does not exist.
- Look for SSH keys in  $HOME/.ssh/login-keys.d/, given that SSH keys
- 

commit perl-Math-BigInt-GMP for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Math-BigInt-GMP for 
openSUSE:Factory checked in at 2015-04-21 10:51:20

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


Package is perl-Math-BigInt-GMP

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.changes
2011-11-29 17:14:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Math-BigInt-GMP.new/perl-Math-BigInt-GMP.changes
   2015-04-21 10:51:24.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 14 20:56:23 UTC 2015 - co...@suse.com
+
+- updated to 1.38
+   see /usr/share/doc/packages/perl-Math-BigInt-GMP/CHANGES
+
+  2014-04-03 v1.38 pjacklam
+   * Updated test files from the Math::BigInt distribution (Peter John Acklam).
+   * Updated POD (Peter John Acklam)
+   * Updated bundled Devel::CheckLib from v0.93 to v1.01 (Peter John Acklam).
+
+---

Old:

  Math-BigInt-GMP-1.37.tar.gz

New:

  Math-BigInt-GMP-1.38.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Math-BigInt-GMP.spec ++
--- /var/tmp/diff_new_pack.AuAZXt/_old  2015-04-21 10:51:25.0 +0200
+++ /var/tmp/diff_new_pack.AuAZXt/_new  2015-04-21 10:51:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Math-BigInt-GMP
 #
-# 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
@@ -16,26 +16,25 @@
 #
 
 
-
 Name:   perl-Math-BigInt-GMP
-Version:1.37
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.38
+Release:0
 %define cpan_name Math-BigInt-GMP
 Summary:Use the GMP library for Math::BigInt routines
-Url:http://search.cpan.org/dist/Math-BigInt-GMP/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://www.cpan.org/authors/id/P/PJ/PJACKLAM/%{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Math-BigInt-GMP/
+Source0:
http://www.cpan.org/authors/id/P/PJ/PJACKLAM/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-# MANUAL to overwrite perl provides
-BuildRequires:  perl-Math-BigInt = 1.997
-BuildRequires:  perl(Math::BigInt) = 1.997
-Requires:   perl(Math::BigInt) = 1.997
+BuildRequires:  perl(Math::BigInt) = 1.9993
+Requires:   perl(Math::BigInt) = 1.9993
 %{perl_requires}
-# MANUAL   

   
+# MANUAL BEGIN
 BuildRequires:  gmp-devel
+# MANUAL END
 
 %description
 Use the GMP library for Math::BigInt routines

++ Math-BigInt-GMP-1.37.tar.gz - Math-BigInt-GMP-1.38.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Math-BigInt-GMP-1.37/CHANGES 
new/Math-BigInt-GMP-1.38/CHANGES
--- old/Math-BigInt-GMP-1.37/CHANGES2011-09-04 20:50:04.0 +0200
+++ new/Math-BigInt-GMP-1.38/CHANGES2014-04-04 13:42:03.0 +0200
@@ -1,314 +1,339 @@
 Revision history for Perl extension Math::BigInt::GMP.
 
+2014-04-03 v1.38 pjacklam
+ * Updated test files from the Math::BigInt distribution (Peter John Acklam).
+ * Updated POD (Peter John Acklam)
+ * Updated bundled Devel::CheckLib from v0.93 to v1.01 (Peter John Acklam).
+
 2011-09-04 v1.37 pjacklam
-  * Updated test files from the Math::BigInt distribution (Peter John Acklam).
-  * Updated bundled Devel::CheckLib from v0.92 to v0.93 (Peter John Acklam).
-  * Math::BigInt::GMP now requires Math::BigInt v1.997 (Peter John Acklam).
-  * Include ^MYMETA\.(yml|json)\z in MANIFEST.SKIP. Whereas META.* are
-generated by the distribution author at packaging time, MYMETA.* are
-generated by the end user at configure time after any dynamic dependencies
-are known. (Peter John Acklam)
-  * Changed Makefile.PL so that a make dist makes a META.yml and META.json.
-(Peter John Acklam)
-  * Updated common test files from the Math::BigInt distribution. (Peter John
-Acklam)
+ * Updated test files from the Math::BigInt distribution (Peter John Acklam).
+ * Updated bundled Devel::CheckLib from v0.92 to v0.93 (Peter John Acklam).
+ * Math::BigInt::GMP now requires Math::BigInt v1.997 (Peter John Acklam).
+ * Include 

commit perl-POE for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-POE for openSUSE:Factory 
checked in at 2015-04-21 10:51:27

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


Package is perl-POE

Changes:

--- /work/SRC/openSUSE:Factory/perl-POE/perl-POE.changes2014-08-06 
15:32:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-POE.new/perl-POE.changes   2015-04-21 
10:51:29.0 +0200
@@ -1,0 +2,117 @@
+Tue Apr 14 20:46:22 UTC 2015 - co...@suse.com
+
+- updated to 1.366
+   see /usr/share/doc/packages/perl-POE/CHANGES
+
+  2014-11-03 13:39:18 -0500 v1_366
+  
+  
+commit 63e55125e55b4220984cc51dc3eb68ae1eb9cb21
+Author: Rocco Caputo rcap...@cpan.org
+Date:   Mon Nov 3 13:39:18 2014 -0500
+
+  Bump versions and dependencies for release.
+  
+commit b800fb63188ac415b9f706428289d89b9d90e32f
+Author: Rocco Caputo rcap...@cpan.org
+Date:   Fri Oct 31 12:23:41 2014 -0400
+
+  Fall back to getprotobyname() if Socket doesn't export IPPROTO_TCP or
+  IPPROTO_UDP.
+  
+  CPAN testers were failing POE because Socket didn't provide these on
+  the full range of test machines. The common thread seems to be Perl
+  prior to 5.9. While quite old, there's no compelling reason not to
+  support it.
+  
+  This change also caches the protocol numbers at startup, rather than
+  looking them up every time. It should be slightly faster as a result.
+  
+commit 90d04a311e463749dfeb10f3032866a723e7ca82
+Author: Philip Gwyn g...@cpan.org
+Date:   Fri Oct 31 11:12:11 2014 -0400
+
+  [rt.cpan.org 91406] Use empty string instead of undef for __DIE__
+  handler.
+  
+  The rt.cpan.org bug alleges that the empty string is more compatible.
+  It doesn't seem to make a difference for contemporary versions of
+  Perl, so why not?
+  
+commit c6f8e4f9dabbef51a75dbb043c01c92807fc604c
+Author: Rocco Caputo rcap...@cpan.org
+Date:   Thu Oct 30 12:26:25 2014 -0400
+
+  Trigger POE::Session _stop handlers when POE::Kernel-stop() is
+  called.
+  
+commit ad6056b4bf5f928f87694fb274b7f30ae1534eb7
+Author: Rocco Caputo rcap...@cpan.org
+Date:   Thu Oct 30 12:18:00 2014 -0400
+
+  Remove Data::Dump. It's not used, but use() is FAILing tests.
+  
+commit 4d3cc9fb8310050b4854a5f17ebb3821a870edae
+Author: Rocco Caputo rcap...@cpan.org
+Date:   Thu Oct 2 16:12:42 2014 -0400
+
+  Clarify the now running in a different process warning. 
+  
+  
+  2014-10-01 19:38:47 -0400 v1_365
+  
+  
+commit ac32695a49330c0543eb985c7e7024f29b14ea28
+Author: Rocco Caputo rcap...@cpan.org
+Date:   Wed Oct 1 19:38:47 2014 -0400
+
+  Bump the version for release.
+  
+commit 0ffe08ceb164a53003a28364b9a9e3012961ecbb
+Author: Rocco Caputo rcap...@cpan.org
+Date:   Wed Oct 1 19:28:11 2014 -0400
+
+  Expose exceptions thrown from SIGDIE handlers.
+  
+  This change causes both the error that triggered a SIGDIE and the
+  error within the SIGDIE handler to be rethrown together.
+  
+commit 786a6080bf3df744ad91d0b108ea2e4143a59e07
+Author: Rocco Caputo rcap...@cpan.org
+Date:   Wed Oct 1 19:22:25 2014 -0400
+
+  Add a failing test case for reporting die() from within SIGDIE.
+  
+  Grinnz provided this test case on Freenode #perl. It shows that die()
+  within a SIGDIE handler is not reported. Instead, the original error
+  is thrown without any indication why it wasn't handled as intended.
+  
+commit 2eacf6bb69ab0843ed02a842a58de676c1cde06e
+Author: Rocco Caputo rcap...@cpan.org
+Date:   Mon Sep 29 08:58:50 2014 -0400
+
+  SeekBack of 0 is fine on special files.
+  
+  Problem found by coworkers at Plixer International.
+  
+commit 1092eff5dfde3ebc9db1f7e0948e332d794b38a7
+Author: Rocco Caputo rcap...@cpan.org
+Date:   Fri Sep 12 13:57:31 2014 -0400
+
+  Import carp() into POE::Filter::HTTPD.
+  
+  Passing a bogus parameter to POE::Filter::HTTPD-new() caused a
+  complaint that carp() wasn't defined, rather than the proper
+  complaint the carp() call was making.
+  
+  Thanks go to gbjk for passing on an anonymous report in IRC.
+  
+commit 3155fff17f189be2674fb7870c8fc9d289392c37
+Author: Brian Fraser frase...@gmail.com
+Date:   Sun Jul 27 03:25:47 2014 +0200
+
+  Workaround for systems without getprotobyn* (e.g. android) 
+  
+  
+
+---

Old:

  POE-1.364.tar.gz

New:

  POE-1.366.tar.gz
  cpanspec.yml


commit python-pbr for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package python-pbr for openSUSE:Factory 
checked in at 2015-04-21 10:51:55

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


Package is python-pbr

Changes:

--- /work/SRC/openSUSE:Factory/python-pbr/python-pbr.changes2014-11-02 
16:45:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pbr.new/python-pbr.changes   
2015-04-21 10:51:56.0 +0200
@@ -1,0 +2,32 @@
+Thu Apr 16 08:53:20 UTC 2015 - h...@urpla.net
+
+- Update to version 0.10.8
+  * Support script text override for newer develop
+- Changes from version 0.10.7
+  * _get_revno only returns a commit count
+- Changes from 0.10.6
+  * Integration test PBR commits
+- Changes from 0.10.5
+  * Move write_pbr_json to avoid issues with nose
+- Changes from 0.10.4
+  * Properly check for git before getting git dir
+  * Use post version signifiers
+  * Only import sphinx during hook processing
+- Changes from 0.10.3
+  * Stop including git sha in version strings
+  * Write and read more complex git sha info
+- Changes from 0.10.2
+  * Remove all 2.7 filtering
+  * Stop filtering out argparse
+  * Remove mirror testing from the integration script
+- Changes from 0.10.1
+  * Prefix git suffixes with + instead of 
+- fix Sphinx config.init_values fallout
+- add update-alternatives
+- remove outdated patches
+  * 0001-use-get_boolean_option-for-warnerrors.patch
+  * 0001-Allow-overwriting-sphinx-builder-list-from-command-l.patch
+- Add pbr-0.10.8-fix-sphinx-init_values.patch
+- put docs in its own package
+
+---

Old:

  0001-Allow-overwriting-sphinx-builder-list-from-command-l.patch
  0001-use-get_boolean_option-for-warnerrors.patch
  pbr-0.10.0.tar.gz

New:

  pbr-0.10.8-fix-sphinx-init_values.patch
  pbr-0.10.8.tar.gz



Other differences:
--
++ python-pbr.spec ++
--- /var/tmp/diff_new_pack.kQ8ULT/_old  2015-04-21 10:51:56.0 +0200
+++ /var/tmp/diff_new_pack.kQ8ULT/_new  2015-04-21 10:51:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pbr
 #
-# 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
@@ -21,7 +21,7 @@
 %bcond_with test
 
 Name:   python-pbr
-Version:0.10.0
+Version:0.10.8
 Release:0
 Summary:Python Build Reasonableness
 License:Apache-2.0
@@ -29,8 +29,8 @@
 Url:http://pypi.python.org/pypi/pbr
 Source: 
https://pypi.python.org/packages/source/p/pbr/pbr-%{version}.tar.gz
 Source1:python-pbr-rpmlintrc
-Patch0: 0001-use-get_boolean_option-for-warnerrors.patch
-Patch1: 0001-Allow-overwriting-sphinx-builder-list-from-command-l.patch
+Patch:  pbr-0.10.8-fix-sphinx-init_values.patch
+BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  python-pip = 1.4
 # Documentation requirements:
@@ -51,6 +51,8 @@
 BuildRequires:  python-testtools = 0.9.34
 %endif
 Requires:   python-pip = 1.4
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
@@ -65,29 +67,57 @@
 files and generate AUTHORS and ChangeLog file all from git
 information.
 
+%package doc
+Summary:Python Build Reasonableness documentation
+Group:  Development/Languages/Python
+Requires:   %{name} = %{version}
+
+%description doc
+This package contains documentation files for %{name}.
+
 %prep
 %setup -q -n pbr-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -p1
 # Get rid of ugly build-time deps that require network:
 sed -i s/, 'sphinx\.ext\.intersphinx'// doc/source/conf.py
 
 %build
 python setup.py build
-python setup.py build_sphinx
+python setup.py build_sphinx  rm doc/build/html/.buildinfo
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+mv %{buildroot}%{_bindir}/pbr %{buildroot}%{_bindir}/pbr-%{py_ver}
+ln -s %{_bindir}/pbr-%{py_ver} %{buildroot}%{_bindir}/pbr
+ln -s %{_bindir}/pbr-%{py_ver} %{buildroot}%{_sysconfdir}/alternatives/pbr
+%fdupes -s %{buildroot}%{python_sitelib}
 
 %if %{with test}
 %check
 testr init  testr run --parallel
 %endif
 
+%post
+%_sbindir/update-alternatives \
+--install %{_bindir}/pbr pbr 

commit bibletime for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package bibletime for openSUSE:Factory 
checked in at 2015-04-21 10:50:57

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


Package is bibletime

Changes:

--- /work/SRC/openSUSE:Factory/bibletime/bibletime.changes  2014-07-15 
08:01:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.bibletime.new/bibletime.changes 2015-04-21 
10:51:04.0 +0200
@@ -1,0 +2,8 @@
+Wed Apr  8 12:09:48 UTC 2015 - dims...@opensuse.org
+
+- No longer package bibletime.xpm: there are perfectly good icons
+  inside the tarball (even in scalable svg format).
+- Fix the installation location of the icon: ensure the real file
+  is located in /usr/share/icons/[..].
+
+---

Old:

  bibletime.xpm



Other differences:
--
++ bibletime.spec ++
--- /var/tmp/diff_new_pack.LGzR4x/_old  2015-04-21 10:51:04.0 +0200
+++ /var/tmp/diff_new_pack.LGzR4x/_new  2015-04-21 10:51:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bibletime
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012-2014 Lars Vogdt
 #
 # All modifications and additions to the file contributed by third parties
@@ -25,7 +25,6 @@
 Group:  Productivity/Scientific/Other
 Url:http://www.bibletime.info/
 Source0:%name-%version.tar.xz
-Source1:%{name}.xpm
 Source2:bibletime-rpmlintrc
 BuildRequires:  boost-devel
 BuildRequires:  cmake
@@ -107,7 +106,13 @@
 # install manpages
 install -Dm644 docs/manpages/bibletime.1 
%{buildroot}%{_mandir}/man1/bibletime.1
 install -Dm644 docs/manpages/bibletime.de.1 
%{buildroot}%{_mandir}/de/man1/bibletime.1
-install -Dm644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.xpm
+# move the icon to a valid place (/usr/share/icons is not valid... it has to 
be in a theme; hicolor as the usual falback)
+# this is only a link pointing out of the icons
+rm %{buildroot}%{_datadir}/icons/%{name}.svg
+mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
+mv %{buildroot}%{_datadir}/%{name}/icons/%{name}.svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
+# then link back the icon into the app directory
+ln -sf %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg 
%{buildroot}%{_datadir}/%{name}/icons/%{name}.svg
 %if 0%{?suse_version}
%fdupes -s %{buildroot}
sed -i 
s|bibletime/handbook/index.html|bibletime/handbook/en/index.html| 
%{buildroot}%{_datadir}/applications/%{name}.desktop
@@ -128,7 +133,6 @@
 %dir %kdeprefix/share/bibletime
 %kdeprefix/bin/*
 %kdeprefix/share/icons/*
-%kdeprefix/share/pixmaps/%{name}.xpm
 %kdeprefix/share/applications/bibletime.desktop
 %kdeprefix/share/bibletime/*
 




commit systester for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package systester for openSUSE:Factory 
checked in at 2015-04-21 10:51:31

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


Package is systester

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:Factory/.systester.new/systester.changes 2015-04-21 
10:51:32.0 +0200
@@ -0,0 +1,46 @@
+---
+Fri Apr 17 08:15:00 UTC 2015 - mplus...@suse.com
+
+- Update license information
+
+---
+Wed Apr 15 07:17:05 UTC 2015 - mplus...@suse.com
+
+- Do not manually strip binaries
+
+---
+Wed Apr  8 17:10:22 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Use url for source
+- Update to 1.5.1
+
+---
+Mon Jul 16 10:12:27 UTC 2012 - lijewski.ste...@zabka.pl
+
+- added Categories, strip binaries
+
+---
+Fri Jul 13 10:42:50 UTC 2012 - lijewski.ste...@zabka.pl
+
+- update to version 1.5.0 (see Changelog)
+- new binaries:
+systester-cli
+systester-lite
+- add desktop files
+
+---
+Wed Mar 16 16:46:49 UTC 2011 - lijewski.ste...@zabka.pl
+
+- fix minor bugs in spec
+
+---
+Mon Mar 14 08:10:15 UTC 2011 - lijewski.ste...@gmail.com
+
+- update to version 1.1.1:
+   Systester now can link against MPIR.
+   Source code clean up.
+   Minor bug fixes.
+* Thu Nov  18 2010 lijewski.ste...@gmail.com 1.1.0
+- Initial release
+

New:

  systester-1.5.1.tar.gz
  systester.changes
  systester.spec



Other differences:
--
++ systester.spec ++
#
# spec file for package systester
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


Name:   systester
Version:1.5.1
Release:0
Summary:Benchmark and system stabilty tool
License:GPL-2.0+
Group:  System/Benchmark
Url:http://systester.sourceforge.net
Source: 
http://sourceforge.net/projects/systester/files/systester/1.5.0/%{name}-%{version}.tar.gz
BuildRequires:  gmp-devel
BuildRequires:  hicolor-icon-theme
BuildRequires:  libqt4-devel
BuildRequires:  update-desktop-files
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
System Stability Tester tries to test the system's stability by
calculating up to 128 millions of Pi digits. It supports multiple
calculation algorithms. For the moment only two have been
implemented. The Quadratic Convergence of Borwein and Gauss-Legendre,
the algorithm SuperPi uses.

%prep
%setup -q

%build
# not a standard configure, don't replace with macro
./configure \
--prefix=%{_prefix}
make %{?_smp_mflags}
pushd cli
make %{?_smp_mflags}
make %{?_smp_mflags} lite
popd

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_docdir}/%{name}
mkdir -p %{buildroot}/%{_datadir}/applications
mkdir -p %{buildroot}/%{_datadir}/pixmaps
cp systester %{buildroot}/%{_bindir}
cp Authors Changelog COPYING FAQ.txt %{buildroot}/%{_docdir}/%{name}
cp images/systester.png %{buildroot}/%{_datadir}/pixmaps
cp systester.desktop %{buildroot}/%{_datadir}/applications
pushd cli
cp systester-cli %{buildroot}/%{_bindir}
cp systester-lite %{buildroot}/%{_bindir}
popd
%suse_update_desktop_file  -r %{name} Education Math System Monitor

%post
%desktop_database_post
%icon_theme_cache_post

%postun
%desktop_database_postun
%icon_theme_cache_postun


%files
%defattr(-,root,root)
%doc COPYING
%{_bindir}/systester
%{_bindir}/systester-cli
%{_bindir}/systester-lite
%doc %{_docdir}/%{name}
%{_datadir}/applications/systester.desktop
%{_datadir}/pixmaps/systester.png




commit python-py-bcrypt for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package python-py-bcrypt for 
openSUSE:Factory checked in at 2015-04-21 10:51:54

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


Package is python-py-bcrypt

Changes:

--- /work/SRC/openSUSE:Factory/python-py-bcrypt/python-py-bcrypt.changes
2013-11-29 07:05:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-py-bcrypt.new/python-py-bcrypt.changes   
2015-04-21 10:51:55.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 16 19:10:31 UTC 2015 - h...@urpla.net
+
+- enable checks
+- keep debuginfo files
+
+---



Other differences:
--
++ python-py-bcrypt.spec ++
--- /var/tmp/diff_new_pack.YpVRy3/_old  2015-04-21 10:51:55.0 +0200
+++ /var/tmp/diff_new_pack.YpVRy3/_new  2015-04-21 10:51:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-py-bcrypt
 #
-# 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
@@ -11,10 +11,11 @@
 # case the license is the MIT License). An Open Source License is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-py-bcrypt
 Version:0.4
 Release:0
@@ -47,7 +48,9 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-rm -rf %{buildroot}/usr/lib/debug/ # drop debuginfo which hindered packaging
+
+%check
+PYTHONPATH=%{buildroot}%{python_sitearch} python test/test.py
 
 %files
 %defattr(-,root,root,-)




commit perl-File-Tail for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Tail for openSUSE:Factory 
checked in at 2015-04-21 10:52:37

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


Package is perl-File-Tail

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Tail/perl-File-Tail.changes
2015-02-10 20:21:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-File-Tail.new/perl-File-Tail.changes   
2015-04-21 10:52:41.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 19 07:14:01 UTC 2015 - co...@suse.com
+
+- updated to 1.1
+   see /usr/share/doc/packages/perl-File-Tail/Changes
+
+---

Old:

  File-Tail-1.0.tar.gz

New:

  File-Tail-1.1.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-File-Tail.spec ++
--- /var/tmp/diff_new_pack.MANdqZ/_old  2015-04-21 10:52:42.0 +0200
+++ /var/tmp/diff_new_pack.MANdqZ/_new  2015-04-21 10:52:42.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-File-Tail
-Version:1.0
+Version:1.1
 Release:0
 %define cpan_name File-Tail
-Summary:Perl extension for reading from continuously updated files
-License:GPL-1.0+ or Artistic-1.0
+Summary:Perl extension for reading from continously updated files
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/File-Tail/
-Source: 
http://www.cpan.org/authors/id/M/MG/MGRABNAR/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/M/MG/MGRABNAR/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -33,8 +34,8 @@
 
 %description
 The primary purpose of File::Tail is reading and analysing log files while
-they are being written, which is especialy useful if you are monitoring the
-logging process with a tool like Tobias Oetiker's MRTG.
+they are being written, which is especialy usefull if you are monitoring
+the logging process with a tool like Tobias Oetiker's MRTG.
 
 The module tries very hard NOT to busy-wait on a file that has little
 traffic. Any time it reads new data from the file, it counts the number of

++ File-Tail-1.0.tar.gz - File-Tail-1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Tail-1.0/Changes new/File-Tail-1.1/Changes
--- old/File-Tail-1.0/Changes   2014-12-03 12:33:47.0 +0100
+++ new/File-Tail-1.1/Changes   2015-04-16 16:51:03.0 +0200
@@ -105,4 +105,13 @@
 
 1.0 Actually just two minor bug fixes (one of them in a test), but I no
 longer see a point in not having a 1.0 version.
-
\ No newline at end of file
+
+1.1 Lee Duncan drew my attention to Stephan Muller's fixes for Windows 
compatibility
+Changed the use of the system's mv command to using File::Copy in the
+tests. (Steffen Mueller)
+Added machine-readable license statement to Makefile.PL and thus
+META.yml (Steffen Mueller)
+The sixth test in 10/open.t is skipped on win32 because you can't just
+move files around that are opened. (Steffen Mueller)
+Due to using sysread and friends, there were newline problems on win32.
+That should be fixed now. (Steffen Mueller)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Tail-1.0/MANIFEST new/File-Tail-1.1/MANIFEST
--- old/File-Tail-1.0/MANIFEST  2014-12-03 12:25:51.0 +0100
+++ new/File-Tail-1.1/MANIFEST  2015-04-18 20:58:17.0 +0200
@@ -10,3 +10,4 @@
 t/20tail.t
 t/30name_change.t
 META.yml Module meta-data (added by MakeMaker)
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Tail-1.0/META.json new/File-Tail-1.1/META.json
--- old/File-Tail-1.0/META.json 1970-01-01 01:00:00.0 +0100
+++ new/File-Tail-1.1/META.json 2015-04-18 20:58:17.0 +0200
@@ -0,0 +1,44 @@
+{
+   abstract : unknown,
+   author : [
+  unknown
+   ],
+   dynamic_config : 1,
+   generated_by : ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.142690,
+   license : [
+  perl_5
+   ],
+   meta-spec : {
+  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  version : 2
+   },
+   name : File-Tail,
+   no_index : {
+  directory : [
+ t,
+ inc
+  ]
+   },
+   prereqs : {
+  build : {
+ requires : {
+  

commit python3-SQLAlchemy for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package python3-SQLAlchemy for 
openSUSE:Factory checked in at 2015-04-21 10:52:18

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


Package is python3-SQLAlchemy

Changes:

--- /work/SRC/openSUSE:Factory/python3-SQLAlchemy/python3-SQLAlchemy.changes
2015-03-16 07:01:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-SQLAlchemy.new/python3-SQLAlchemy.changes   
2015-04-21 10:52:19.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 19 02:27:29 UTC 2015 - a...@gmx.de
+
+- update to version 1.0.0:
+  * long list of changes, see 
http://docs.sqlalchemy.org/en/latest/changelog/changelog_10.html#change-1.0.0
+
+---

Old:

  SQLAlchemy-0.9.9.tar.gz

New:

  SQLAlchemy-1.0.0.tar.gz



Other differences:
--
++ python3-SQLAlchemy.spec ++
--- /var/tmp/diff_new_pack.hWKkak/_old  2015-04-21 10:52:20.0 +0200
+++ /var/tmp/diff_new_pack.hWKkak/_new  2015-04-21 10:52:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-SQLAlchemy
-Version:0.9.9
+Version:1.0.0
 Release:0
 Url:http://www.sqlalchemy.org
 Summary:Database Abstraction Library

++ SQLAlchemy-0.9.9.tar.gz - SQLAlchemy-1.0.0.tar.gz ++
 89545 lines of diff (skipped)




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

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-notes for 
openSUSE:Factory checked in at 2015-04-21 10:52:48

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


Package is xfce4-panel-plugin-notes

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-notes/xfce4-panel-plugin-notes.changes
2013-03-14 15:36:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-notes.new/xfce4-panel-plugin-notes.changes
   2015-04-21 10:52:50.0 +0200
@@ -1,0 +2,21 @@
+Sun Apr 19 20:34:55 UTC 2015 - g...@opensuse.org
+
+- update to version 1.8.0
+  - Dependencies: match Xfce 4.10 requirements
+  - Vala: Compilation fixes, and fixed build for GTK2 and GTK3 to
+work together.
+  - GTK3: Added support for GTK3 and theming through GtkCssProvider,
+it's still missing features from GTK2 code, and doesn't build
+a panel plugin. Build with --enable-gtk3 from Git (dist do not
+permit to rebuild from Vala.)
+  - Settings: New hidden notes-path setting tweakable through
+xfconf.
+  - Monitor: Add monitoring of notes files to allow hot-edition and
+refresh in notes windows.
+  - Other misc fixes.
+  - Updated translations
+- drop obsolete
+  xfce4-panel-plugin-notes-create-unversioned-lib.patch and
+  xfce4-panel-plugin-notes-automake-1.13.patch
+
+---

Old:

  xfce4-notes-plugin-1.7.7.tar.bz2
  xfce4-panel-plugin-notes-automake-1.13.patch
  xfce4-panel-plugin-notes-create-unversioned-lib.patch

New:

  xfce4-notes-plugin-1.8.0.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-notes.spec ++
--- /var/tmp/diff_new_pack.Qc72MI/_old  2015-04-21 10:52:50.0 +0200
+++ /var/tmp/diff_new_pack.Qc72MI/_new  2015-04-21 10:52:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-notes
 #
-# 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
@@ -16,21 +16,16 @@
 #
 
 
-%define panel_version 4.8.0
+%define panel_version 4.10.0
 %define plugin_name xfce4-notes-plugin
-
 Name:   xfce4-panel-plugin-notes
-Version:1.7.7
+Version:1.8.0
 Release:0
 Summary:Note-taking Plugin for the Xfce Panel
 License:GPL-2.0+
 Group:  System/GUI/XFCE
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
-Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.7/%{plugin_name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM xfce4-panel-plugin-notes-create-unversioned-lib.patch 
g...@opensuse.org -- Do not create a versioned library
-Patch0: xfce4-panel-plugin-notes-create-unversioned-lib.patch
-# PATCH-FIX-UPSTREAM xfce4-panel-plugin-notes-automake-1.13.patch 
pgaj...@suse.cz
-Patch1: xfce4-panel-plugin-notes-automake-1.13.patch
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.8/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
@@ -38,13 +33,14 @@
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
+BuildRequires:  pkgconfig(libxfce4ui-2)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
-BuildRequires:  pkgconfig(libxfcegui4-1.0)
 BuildRequires:  pkgconfig(libxfconf-0)
 BuildRequires:  pkgconfig(unique-1.0)
-Requires:   xfce4-panel = %{panel_version}
+BuildRequires:  pkgconfig(xfce4-vala)
 # uses exo-open
 Requires:   exo-tools
+Requires:   xfce4-panel = %{panel_version}
 Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -56,36 +52,24 @@
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
-%patch0 -p1
-%patch1 -p1
 
 %build
-XDT_CONFIGURE_FLAGS=--disable-maintainer-mode xdt-autogen
-%configure --disable-static
-make %{_smp_mflags} V=1
+%configure \
+--disable-static
+make %{?_smp_mflags} V=1
 
 %install
 %make_install
 
-# correct the name of the desktop file in order to prevent migration issues
-# (bxo#6993)
-mv %{buildroot}%{_datadir}/xfce4/panel-plugins/xfce4-notes-plugin-47.desktop \
-%{buildroot}%{_datadir}/xfce4/panel-plugins/xfce4-notes-plugin.desktop
-
 rm %{buildroot}%{_libdir}/xfce4/panel/plugins/libnotes.la
 
 %suse_update_desktop_file xfce4-notes
 %suse_update_desktop_file xfce4-notes-autostart
 
-rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-
 

commit perl-Date-Manip for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Date-Manip for openSUSE:Factory 
checked in at 2015-04-21 10:52:25

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


Package is perl-Date-Manip

Changes:

--- /work/SRC/openSUSE:Factory/perl-Date-Manip/perl-Date-Manip.changes  
2014-03-09 18:37:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Date-Manip.new/perl-Date-Manip.changes 
2015-04-21 10:52:32.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 19 06:55:05 UTC 2015 - co...@suse.com
+
+- updated to 6.49
+   see /usr/share/doc/packages/perl-Date-Manip/Changes
+
+---

Old:

  Date-Manip-6.43.tar.gz

New:

  Date-Manip-6.49.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Date-Manip.spec ++
--- /var/tmp/diff_new_pack.iiyNCG/_old  2015-04-21 10:52:33.0 +0200
+++ /var/tmp/diff_new_pack.iiyNCG/_new  2015-04-21 10:52:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Date-Manip
 #
-# 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,20 @@
 
 
 Name:   perl-Date-Manip
-Version:6.43
+Version:6.49
 Release:0
 %define cpan_name Date-Manip
 Summary:Date manipulation routines
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Date-Manip/
-Source: 
http://www.cpan.org/authors/id/S/SB/SBECK/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/S/SB/SBECK/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build) = 0.21
+BuildRequires:  perl(Module::Build) = 0.21
 BuildRequires:  perl(Test::Inter)
 %{perl_requires}
 

++ Date-Manip-6.43.tar.gz - Date-Manip-6.49.tar.gz ++
/work/SRC/openSUSE:Factory/perl-Date-Manip/Date-Manip-6.43.tar.gz 
/work/SRC/openSUSE:Factory/.perl-Date-Manip.new/Date-Manip-6.49.tar.gz differ: 
char 5, line 1

++ 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



commit minitube for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2015-04-21 10:52:47

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


Package is minitube

Changes:

--- /work/SRC/openSUSE:Factory/minitube/minitube.changes2015-03-19 
21:12:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.minitube.new/minitube.changes   2015-04-21 
10:52:48.0 +0200
@@ -1,0 +2,12 @@
+Sun Apr 19 15:21:16 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 2.4:
+  * Use YouTube APIs version 3.
+  * Use HTTPS everywhere for better privacy and security.
+  * Automatically load more videos in the playlist for less clicking.
+  * Fix subscriptions sorting.
+  * Fix toolbar style.
+  * Add and update translations.
+- Rebase minitube-no-update-check.patch.
+
+---

Old:

  minitube-2.3.1.tar.gz

New:

  minitube-2.4.tar.gz



Other differences:
--
++ minitube.spec ++
--- /var/tmp/diff_new_pack.ti8IE4/_old  2015-04-21 10:52:49.0 +0200
+++ /var/tmp/diff_new_pack.ti8IE4/_new  2015-04-21 10:52:49.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   minitube
-Version:2.3.1
+Version:2.4
 Release:0
 Summary:Native Youtube Client
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Video/Players
 Url:http://flavio.tordini.org/minitube
-Source: 
https://gitorious.org/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source: 
https://github.com/flaviotordini/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # Manpage written by Jakob Haufe su...@sur5r.net for the Debian project
 Source1:minitube.1
 # PATCH-FIX-OPENSUSE minitube-no-update-check.patch su...@sur5r.net -- Disable 
update check.
@@ -54,8 +54,8 @@
 %lang_package
 
 %prep
-%setup -q -n %{name}-%{name}
-%patch0
+%setup -q
+%patch0 -p1
 %patch1
 
 %build
@@ -71,6 +71,14 @@
 %suse_update_desktop_file -r %{name} AudioVideo Video Player
 %fdupes %{buildroot}%{_datadir}
 
+%post
+%desktop_database_post
+%icon_theme_cache_post
+
+%postun
+%desktop_database_postun
+%icon_theme_cache_postun
+
 %files
 %defattr(-,root,root)
 %doc AUTHORS CHANGES COPYING TODO
@@ -81,7 +89,7 @@
 %dir %{_datadir}/icons/hicolor/*/
 %dir %{_datadir}/icons/hicolor/*/apps/
 %{_datadir}/icons/hicolor/*/apps/%{name}*
-%{_mandir}/man?/%{name}*
+%{_mandir}/man?/%{name}.?%{?ext_man}
 
 %files lang
 %defattr(-,root,root)

++ minitube-2.3.1.tar.gz - minitube-2.4.tar.gz ++
 11407 lines of diff (skipped)

++ minitube-no-update-check.patch ++
--- /var/tmp/diff_new_pack.ti8IE4/_old  2015-04-21 10:52:49.0 +0200
+++ /var/tmp/diff_new_pack.ti8IE4/_new  2015-04-21 10:52:49.0 +0200
@@ -1,11 +1,12 @@
 src/mainwindow.cpp.orig2014-07-20 11:07:09.0 +0200
-+++ src/mainwindow.cpp 2014-08-04 20:24:50.755541329 +0200
-@@ -197,7 +197,7 @@
+diff -aur a/src/mainwindow.cpp b/src/mainwindow.cpp
+--- a/src/mainwindow.cpp
 b/src/mainwindow.cpp
+@@ -207,7 +207,7 @@
  
  JsFunctions::instance();
  
 -checkForUpdate();
 +//checkForUpdate();
- 
- ChannelAggregator::instance()-start();
  }
+ 
+ void MainWindow::changeEvent(QEvent* event) {




commit python3-feedparser for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package python3-feedparser for 
openSUSE:Factory checked in at 2015-04-21 10:52:17

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


Package is python3-feedparser

Changes:

--- /work/SRC/openSUSE:Factory/python3-feedparser/python3-feedparser.changes
2013-06-21 19:01:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-feedparser.new/python3-feedparser.changes   
2015-04-21 10:52:18.0 +0200
@@ -1,0 +2,44 @@
+Sun Apr 19 02:07:21 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * update url
+  * added pypi source url
+  * README - README.rst
+  * require setuptools
+
+- update to version 5.2.0:
+  * Support PyPy
+  * Remove the HTTP Status 9001 test that caused unit test tracebacks
+  * Remove the completely-untested HTML tidy code
+  * Remove BeautifulSoup as a dependency
+  * Remove the XFN microformat parsing code
+  * Remove the rel_enclosure microformat parsing code
+  * Remove the rel_hcard microformat parsing code
+  * Remove the rel_tag microformat parsing code
+  * Replace the regex-based RFC 822 date parser with a procedural one
+  * Replace the Python-licensed W3DTF date parser
+  * Support HTML5 audio/source/video element relative URL's
+  * Remove the unparsed itunes_keywords key from the result dictionary
+  * Fix issue 321 just a little more (yet another code path was missed)
+  * Issue 62 (support georss and gml namespaces)
+  * Issue 296 (GUID's are always treated like relative URI's)
+  * Issue 334 (media:restriction element content is not returned)
+  * Issue 335 (sub-elements of media:group are not parsed and returned)
+  * Issue 342 (support multiple dc:creator elements)
+  * Issue 357 (loose parser breaks ampersands in link element URL's)
+  * Issue 374 (support the Podlove Simple Chapters namespace)
+  * Issue 380 (support media:rating element)
+  * Issue 384 (fix chardet support in Python 3)
+  * Issue 389 (elements in unknown uppercase namespaces are ignored)
+  * Issue 392 (tags element subverts 'tags' key in result dictionary)
+  * Issue 396 (Podlove Simple Chapters version 1.0 causes a KeyError)
+  * Issue 399 (docs call `request_headers` parameter `extra_headers`)
+  * Issue 401 (support additional dcterms and media namespaces elements)
+  * Issue 404 (support asctime datetime strings with timezone information)
+  * Issue 407 (decode forward slashes encoded as character entities)
+  * Issue 421 (delay chardet invocation as long as possible)
+  * Issue 422 (add return types docstrings)
+  * Issue 433 (update the list of allowed MathML elements and attributes)
+
+---

Old:

  feedparser-5.1.3.tar.bz2

New:

  feedparser-5.2.0.post1.tar.bz2



Other differences:
--
++ python3-feedparser.spec ++
--- /var/tmp/diff_new_pack.1IkBwK/_old  2015-04-21 10:52:19.0 +0200
+++ /var/tmp/diff_new_pack.1IkBwK/_new  2015-04-21 10:52:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-feedparser
 #
-# 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,18 +17,19 @@
 
 
 Name:   python3-feedparser
-Version:5.1.3
+Version:5.2.0
 Release:0
 Summary:Universal Feed Parser Module for Python
 License:BSD-2-Clause
 Group:  Development/Libraries/Python
-Url:http://sourceforge.net/projects/feedparser/
-Source: feedparser-%{version}.tar.bz2
+Url:https://github.com/kurtmckee/feedparser
+# 5.2.0 has a post1 tar-ball, need to check this again for the next release
+Source: 
https://pypi.python.org/packages/source/f/feedparser/feedparser-%{version}.post1.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
+BuildRequires:  python3-setuptools
 BuildRequires:  python3-xml
 Requires:   python3-xml
 BuildArch:  noarch
@@ -48,7 +49,7 @@
 
 %files
 %defattr(-,root,root)
-%doc LICENSE NEWS README
+%doc LICENSE NEWS README.rst
 %{python3_sitelib}/*
 
 %changelog




commit calibre for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2015-04-21 10:51:59

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


Package is calibre

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2015-04-13 
20:31:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2015-04-21 
10:52:09.0 +0200
@@ -1,0 +2,52 @@
+Sat Apr 18 10:18:04 UTC 2015 - corne...@solcon.nl
+
+- Update to version 225.0:
+  * New Features
+- Edit Book: Make embedding fonts using the manage fonts dialog
+  easier. You can now double click on a font family to see what
+  faces for that family area available on your computer and
+  install new fonts directly from the dialog.
+- Book Details panel: Allow deleting tags/series/publisher/etc.
+  by right clicking on the link in the book details panel.
+- E-book viewer: Allow expanding/collapsing all items in the
+  Table of Contents view by right clicking.
+- When using the View specific format action add an 'Open With'
+  button to choose a specific program to view the specified
+  format.
+- Fetch News: Add API to allow recipe writers to easily resolve
+  internal links to point to the downloaded versions of
+  articles.
+- DOCX Input: Add support for DOCX files created by Word 2013
+  in 'Strict' mode.
+- When getting cover from comic files, use smart filename
+  sorting to find the first filename, recognizing numbers
+  inside the filenames.
+  * Bug Fixes:
+- E-book viewer: When displaying multiple pages per screen fix
+  whole screen scrolling so that it works as expected even at
+  the end of the file, when their might be fewer pages left
+  than would fill the screen.
+- DOCX Input: Automatically resize large images used as bullets
+  in lists, to compensate for the fact that HTML renderers do
+  not do this.
+- Book list: Prevent yes/no columns from making the minimum row
+  height too large.
+- Template language: Fix raw_field() function returning
+  incorrect values for lists
+- Edit book: Fix book locale changing when OPF edited if OPF
+  contains a country code in addition to a language code.
+- Edit Book: Fix escaped HTML tags in the comments metadata
+  being reported as mis-spelled words.
+- Edit Book: Fix regression that caused copying of non-breaking
+  spaces to not work when using the keyboard shortcuts.
+- en With: Fix open with not working for programs from the
+  Microsoft Office suite.
+  * New news sources:
+- MIT Technology Review Magazine by Michael Marotta.
+- The Codeless Code by April King.
+  * Improved news sources:
+- Die Zeit.
+- NZZ Webpaper.
+- Arcamax.
+
+---

Old:

  calibre-2.24.0.tar.xz

New:

  calibre-2.25.0.tar.xz



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.YS1Cnq/_old  2015-04-21 10:52:11.0 +0200
+++ /var/tmp/diff_new_pack.YS1Cnq/_new  2015-04-21 10:52:11.0 +0200
@@ -20,7 +20,7 @@
 License:GPL-3.0
 Group:  Productivity/Other
 Name:   calibre
-Version:2.24.0
+Version:2.25.0
 Release:0
 Url:http://calibre-ebook.com
 Source0:
http://download.calibre-ebook.com/%{version}/calibre-%{version}.tar.xz

++ calibre-2.24.0.tar.xz - calibre-2.25.0.tar.xz ++
/work/SRC/openSUSE:Factory/calibre/calibre-2.24.0.tar.xz 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-2.25.0.tar.xz differ: char 27, 
line 1





commit goffice for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package goffice for openSUSE:Factory checked 
in at 2015-04-21 10:52:27

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


Package is goffice

Changes:

--- /work/SRC/openSUSE:Factory/goffice/goffice.changes  2015-03-11 
09:58:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.goffice.new/goffice.changes 2015-04-21 
10:52:34.0 +0200
@@ -1,0 +2,20 @@
+Sat Apr 18 17:21:53 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.10.22:
+  + Fix selection of axes using only part fo the plot area
+(bgo#746456).
+  + Protect colored xy and bubble plots against NULL z values.
+  + Update circular axis bounds after a unit change (bgo#746738).
+  + Auto fill color made transparent for opened markers
+(bgo#691025).
+  + Make manual scale really manual (bgo#700599).
+  + Do not draw the line over the arrow head at start (bgo#745736).
+  + Improve log axis bounds (bgo#745960).
+  + Fix format used for stacked percentage graphs.
+  + Don't force bar/col axis to include 0 for log axis.
+  + Don't force radial plots to include 0 for log axis.
+  + Rewrite pattern-fill rendering (bgo#747212).
+  + Add go_cotpi and go_atan2pi.
+  + Fix persistence of ring plot center size.
+
+---

Old:

  goffice-0.10.21.tar.xz

New:

  goffice-0.10.22.tar.xz



Other differences:
--
++ goffice.spec ++
--- /var/tmp/diff_new_pack.NYRJ8K/_old  2015-04-21 10:52:35.0 +0200
+++ /var/tmp/diff_new_pack.NYRJ8K/_new  2015-04-21 10:52:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   goffice
-Version:0.10.21
+Version:0.10.22
 Release:0
 Summary:GLib/GTK+ Set of Document-Centric Objects and Utilities
 License:GPL-2.0 or GPL-3.0

++ goffice-0.10.21.tar.xz - goffice-0.10.22.tar.xz ++
 20315 lines of diff (skipped)




commit rubygem-minitest for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-minitest for 
openSUSE:Factory checked in at 2015-04-21 10:52:23

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


Package is rubygem-minitest

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-minitest/rubygem-minitest.changes
2015-02-18 12:08:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-minitest.new/rubygem-minitest.changes   
2015-04-21 10:52:24.0 +0200
@@ -1,0 +2,24 @@
+Sat Apr 18 04:29:04 UTC 2015 - co...@suse.com
+
+- updated to version 5.6.0
+ * 4 major enhancements:
+ 
+   * Added Minitest::Expectation value monad.
+   * Added Minitest::Expectations#_ that returns an Expectation. Aliased to 
value.
+   * All expectations are added to Minitest::Expectation.
+   * At some point, the methods on Object will be deprecated and then removed.
+ 
+ * 4 minor enhancements:
+ 
+   * Added a note about bundle exec pitfall in ruby 2.2+. (searls)
+   * Lazily start the parallel executor. (tenderlove)
+   * Make mocks more debugger-friendly (edward)
+   * Print out the current test run on interrupt. (riffraff)
+ 
+ * 3 bug fixes:
+ 
+   * Fix failing test under Windows. (kimhmadsen)
+   * Record mocked calls before they happen so mocks can raise exceptions 
easier (tho I'm not a fan). (corecode)
+   * Tried to clarify mocks vs stubs terminology better. (kkirsche)
+
+---

Old:

  minitest-5.5.1.gem

New:

  minitest-5.6.0.gem



Other differences:
--
++ rubygem-minitest.spec ++
--- /var/tmp/diff_new_pack.dxGK5S/_old  2015-04-21 10:52:24.0 +0200
+++ /var/tmp/diff_new_pack.dxGK5S/_new  2015-04-21 10:52:24.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-minitest
-Version:5.5.1
+Version:5.6.0
 Release:0
 %define mod_name minitest
 %define mod_full_name %{mod_name}-%{version}
@@ -86,7 +86,7 @@
 
 %install
 %gem_install \
-  --doc-files=History.txt README.txt \
+  --doc-files=History.rdoc README.rdoc \
   -f
 
 %gem_packages

++ minitest-5.5.1.gem - minitest-5.6.0.gem ++
 4960 lines of diff (skipped)




commit perl-Pod-Usage for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Pod-Usage for openSUSE:Factory 
checked in at 2015-04-21 10:51:29

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


Package is perl-Pod-Usage

Changes:

--- /work/SRC/openSUSE:Factory/perl-Pod-Usage/perl-Pod-Usage.changes
2014-09-30 19:42:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Usage.new/perl-Pod-Usage.changes   
2015-04-21 10:51:30.0 +0200
@@ -1,0 +2,28 @@
+Wed Apr 15 14:47:49 UTC 2015 - co...@suse.com
+
+- updated to 1.67
+   see /usr/share/doc/packages/perl-Pod-Usage/CHANGES
+
+  1.67 (marekr)
+  - added options -perlcmd and -perldoc to allow for non-standard installations
+of perl and the perldoc script. Thanks to Markus Jansen for the patch
+  
+  1.66 (marekr)
+  - CPAN#102116: pod2usage() -sections omits section with subsection specified
+  added more precise documentation about the -section syntax and semantics
+  - CPAN#102117: pod2usage() changes formatting
+  added documentation to describe what formatting changes pod2usage applies
+  - CPAN#102101: New tests fail when in core
+  changed the way the tests find their dependencies. Thanks to BINGOS for
+  the patch, applied in slightly modified way
+  
+  1.65 (marekr)
+  - CPAN#81059: [RT #115534]: Pod::Usage Failes to Select -sections with 
Negation
+  fixed a specific corner case for section selection
+  - CPAN#101538: Pod::Usage doesn't handle Ecopy correctly
+  introduced a utf8 option; this may actually not solve the problem, but
+  it is the best we can do for the moment
+  - CPAN#101581: pod2usage() -sections omits marked-up text from =head lines
+  make sure that marked-up text is not skipped
+
+---

Old:

  Pod-Usage-1.64.tar.gz

New:

  Pod-Usage-1.67.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Pod-Usage.spec ++
--- /var/tmp/diff_new_pack.SYm3pk/_old  2015-04-21 10:51:31.0 +0200
+++ /var/tmp/diff_new_pack.SYm3pk/_new  2015-04-21 10:51:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Pod-Usage
 #
-# 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,19 @@
 
 
 Name:   perl-Pod-Usage
-Version:1.64
+Version:1.67
 Release:0
+#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
 %define cpan_name Pod-Usage
-Summary:Print a usage message from embedded pod documentation
-License:Artistic-1.0
+Summary:Print a Usage Message From Embedded Pod Documentation
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Pod-Usage/
-Source: 
http://www.cpan.org/authors/id/M/MA/MAREKR/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/M/MA/MAREKR/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-BuildRequires:  perl-doc
 BuildRequires:  perl-macros
 BuildRequires:  perl(Pod::Text) = 3.15
 Requires:   perl(Pod::Text) = 3.15
@@ -43,17 +44,9 @@
 description (if present) of the command line options and arguments. If the
 verbose level is 2, then the entire manual page is printed.
 
-As with all things in Perl, _there's more than one way to do it_, and
-*pod2usage()* adheres to this philosophy. If you are interested in seeing a
-number of different ways to invoke *pod2usage* (although by no means
-exhaustive), please refer to the EXAMPLES manpage.
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 find . -type f -print0 | xargs -0 chmod 644
-for i in CHANGES README scripts/pod2usage.PL ; do
-   sed -i s|
||g $i
-done
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -64,6 +57,8 @@
 
 %install
 %perl_make_install
+%perl_process_packlist
+# MANUAL BEGIN
 VERSION=$(echo %{version} | sed -e s|\.|_|g)
 pushd %buildroot%_bindir /dev/null
 for file in *; do
@@ -80,11 +75,11 @@
 mv -v $file ${file/.3pm/}-${VERSION}.3pm
 done
 popd /dev/null
-%perl_process_packlist
+# MANUAL END
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc CHANGES README scripts
+%doc CHANGES README
 
 %changelog

++ Pod-Usage-1.64.tar.gz - Pod-Usage-1.67.tar.gz ++
 2734 lines of diff (skipped)

++ cpanspec.yml ++
---
description_paragraphs: 1
#no_testing: broken 

commit libchamplain.3696 for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package libchamplain.3696 for 
openSUSE:13.2:Update checked in at 2015-04-21 10:46:59

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


Package is libchamplain.3696

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.libchamplain.3696.new/libchamplain.changes  
2015-04-21 10:47:00.0 +0200
@@ -0,0 +1,519 @@
+---
+Sat Mar 28 05:10:37 UTC 2015 - badshah...@gmail.com
+
+- Update to version 0.12.10 (boo#924072):
+  + Improve key-press `event handling to better support custom
+keybindings.
+  + Add a simple demo demonstrating custom keybindings.
+  + Handle CLUTTER_SCROLL_SMOOTH to fix moouse-wheel zooming with
+newer clutter versions.
+  + Make ChamplainLabel shadow optional.
+  + Emit animation-completed::zoom signal when zoom ends.
+
+---
+Wed Sep 17 23:26:36 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.12.9:
+  + For privacy reasons use https instead of http in map sources 
+that support it.
+  + Fixed leaked idle function in ChamplainPathLayer and
+ChamplainScale.
+  + Don't deselect all markers when a marker got deselected.
+  + Various minor fixes and compilation warning removal.
+
+---
+Tue Jul  1 21:11:32 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.12.8:
+  + Fix crash when changing a map source.
+  + Drop the dependency on libsoup-gnome by using libsoup 2.34 or
+newer.
+  + Add basic touchscreen support.
+
+---
+Thu Feb  6 22:00:52 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.12.7:
+  + Use correct LIBRARY_VERSION string.
+
+---
+Tue Feb  4 17:18:20 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.12.6:
+  + Make sure Maemo is disabled when --disable-maemo is used.
+  + Add the new weather map sources for Maemo builds as well.
+  + ChamplainView:
+- More reliable notifications for max/min-zoom-level
+  properties.
+- Add API to determine appropriate zoom-level for a particular
+  bounding box.
+  + Update project homepage link.
+  + Fixes to build.
+
+---
+Mon Sep 16 21:47:23 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.12.5:
+  + Add properties for animation mode  duration.
+  + Add support for OpenWeatherMap overlays.
+  + Performance improvements.
+  + Minor fixes and improvements.
+- Add gtk-doc BuildRequires: needed in order to build the html
+  docs.
+
+---
+Fri May 17 08:29:01 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.12.4:
+  + Add dependency on clutter 1.12 and fix all the deprecation
+warnings.
+  + Many internal cleanups and minor improvements.
+  + Fix gtk and libsoup deprecation warnings.
+  + Deprecate CHAMPLAIN_MAP_SOURCE_OSM_OSMARENDER and
+CHAMPLAIN_MAP_SOURCE_OAM which don't exist any more and remove
+them from the factory.
+  + Deprecate ChamplainCustomMarker.
+  + Deprecate champlain_view_bin_layout_add().
+  + Fix blurry map when view resized.
+  + Use more neutral map background color.
+  + Add champlain_view_get_bounding_box() and
+champlain_bounding_box_covers().
+  + Add a possibility to set a background texture.
+  + Add Mapquest Open Aerial map source.
+  + Added the possibility to use TMS correct y-axis.
+  + Minor fixes and improvements.
+
+---
+Sun Jul 15 12:31:13 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.12.3:
+  + Fix OpenCycleMap source URL.
+  + Fix ChmplainPoint resizing issue.
+  + Many minor documentation improvements.
+  + New polygons.py Python demo.
+  + Other minor fixes and improvements.
+
+---
+Mon Mar 12 20:20:41 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.12.2:
+  + Call vapigen with --pkg cogl-pango-1.0.
+  + Don't call vapigen during distcheck and use pre-generated vapi
+instead to become independent of vala version during distcheck.
+  + Minor changes here and there.
+- Drop libchamplain-vapi-cogl-pango.patch: fixed upstream.
+- Remove libtool BuildRequires and call to autoreconf: we don't
+  carry any patches anymore.
+- Remove xz BuildRequires since it now comes for free in the build
+  system.
+
+---
+Mon Feb 27 

commit orca for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package orca for openSUSE:13.2:Update 
checked in at 2015-04-21 10:47:09

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


Package is orca

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.HctGI7/_old  2015-04-21 10:47:10.0 +0200
+++ /var/tmp/diff_new_pack.HctGI7/_new  2015-04-21 10:47:10.0 +0200
@@ -1 +1 @@
-link package='orca.3344' cicount='copy' /
+link package='orca.3696' cicount='copy' /




commit gtk3-branding-SLED for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package gtk3-branding-SLED for 
openSUSE:13.2:Update checked in at 2015-04-21 10:46:29

Comparing /work/SRC/openSUSE:13.2:Update/gtk3-branding-SLED (Old)
 and  /work/SRC/openSUSE:13.2:Update/.gtk3-branding-SLED.new (New)


Package is gtk3-branding-SLED

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.cvw89n/_old  2015-04-21 10:46:31.0 +0200
+++ /var/tmp/diff_new_pack.cvw89n/_new  2015-04-21 10:46:31.0 +0200
@@ -1 +1 @@
-link package='gtk3-branding-SLED.3628' cicount='copy' /
+link package='gtk3-branding-SLED.3696' cicount='copy' /




commit gnome-terminal for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-terminal for 
openSUSE:13.2:Update checked in at 2015-04-21 10:46:22

Comparing /work/SRC/openSUSE:13.2:Update/gnome-terminal (Old)
 and  /work/SRC/openSUSE:13.2:Update/.gnome-terminal.new (New)


Package is gnome-terminal

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.iQdcpO/_old  2015-04-21 10:46:23.0 +0200
+++ /var/tmp/diff_new_pack.iQdcpO/_new  2015-04-21 10:46:23.0 +0200
@@ -1 +1 @@
-link package='gnome-terminal.3344' cicount='copy' /
+link package='gnome-terminal.3696' cicount='copy' /




commit gtk3-branding-openSUSE.3696 for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package gtk3-branding-openSUSE.3696 for 
openSUSE:13.2:Update checked in at 2015-04-21 10:46:33

Comparing /work/SRC/openSUSE:13.2:Update/gtk3-branding-openSUSE.3696 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.gtk3-branding-openSUSE.3696.new (New)


Package is gtk3-branding-openSUSE.3696

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ 
/work/SRC/openSUSE:13.2:Update/.gtk3-branding-openSUSE.3696.new/gtk3-branding-SLED.changes
  2015-04-21 10:46:34.0 +0200
@@ -0,0 +1,95 @@
+---
+Sat Nov 22 19:50:47 UTC 2014 - zai...@opensuse.org
+
+- Rebuild due to version update of gtk3 via boo#906687.
+
+---
+Tue Jul 15 23:50:47 UTC 2014 - dims...@opensuse.org
+
+- Drop gnome-icon-theme Requires: no longer required after the
+  merging of the themes into Adwaita theme, which in turn is a
+  dependency to GTK+ 3.0.
+- Bump version to 13.2, to prepare for next version of openSUSE.
+
+---
+Sun Sep 09 07:51:30 UTC 2013 - zai...@opensuse.org
+
+- Bump version to 13.1, to prepare for next version of openSUSE.
+
+---
+Mon Jul 22 18:02:08 CEST 2013 - fcro...@suse.com
+
+- Enable Primary on paste, to be consistent with other X11
+  toolkits.
+
+---
+Wed Jan 09 12:05:00 UTC 2013 - a...@suse.de
+
+- Bump version to 12.3.
+
+---
+Wed May 23 07:54:12 UTC 2012 - vu...@opensuse.org
+
+- Bump version to 12.2, to prepare for next version of openSUSE.
+
+---
+Thu Oct 13 13:00:20 UTC 2011 - vu...@opensuse.org
+
+- Remove %{release} from the gtk3 versioned Requires, to not have
+  to rebuild this package each time gtk3 rebuilds to keep it
+  installable.
+
+---
+Thu Sep 29 07:23:12 UTC 2011 - vu...@opensuse.org
+
+- Also set gtk-cursor-theme-name to Adwaita in
+  gtk3-branding-settings.ini.
+
+---
+Wed Jul  6 16:07:07 CEST 2011 - vu...@opensuse.org
+
+- Bump version to 12.1.
+- Change default theme to use Adwaita engine and gnome icon theme,
+  as we do not have any other good theme for GNOME 3 right now:
+  + Update gtk3-branding-settings.ini accordingly.
+  + Change sonar-icon-theme Requires to gnome-icon-theme.
+  + Add gtk3-metatheme-adwaita Requires.
+- Add a Requires for the package providing gtk3, since the branding
+  package is useless without it.
+- Update summary and description.
+
+---
+Sun Feb 13 22:18:17 CET 2011 - vu...@opensuse.org
+
+- Remove default gtkrc, and replace it with a settings.ini file,
+  since this is the new mechanism in GTK+ 3.
+
+---
+Tue Jan 18 10:58:00 CET 2011 - vu...@opensuse.org
+
+- Do not use Sonar as default GTK+ 3 theme: it requires the murrine
+  engine, which wasn't ported to the new theming API.
+- Remove gtk3-metatheme-sonar Requires.
+
+---
+Thu Oct 14 14:52:39 CEST 2010 - vu...@opensuse.org
+
+- Change gtk2-metatheme-sonar Requires to gtk3-metatheme-sonar.
+
+---
+Fri Oct  8 11:50:38 CEST 2010 - vu...@opensuse.org
+
+- Bump version to 11.4.
+
+---
+Sun Aug  8 00:52:28 CEST 2010 - vu...@opensuse.org
+
+- Use Sonar icon theme by default instead of Gilouche. Change
+  gtk2-metatheme-gilouche Requires to sonar-icon-theme to reflect
+  this.
+
+---
+Thu Jul 22 13:32:01 CEST 2010 - vu...@opensuse.org
+
+- New package, based on gtk2-branding.
+
New Changes file:

gtk3-branding-openSUSE.changes: same change

New:

  gtk3-branding-COPYING
  gtk3-branding-SLED.changes
  gtk3-branding-SLED.spec
  gtk3-branding-openSUSE.changes
  gtk3-branding-openSUSE.spec
  gtk3-branding-settings.ini
  gtk3-branding.changes.in
  gtk3-branding.spec.in
  pre_checkin.sh



Other differences:
--
++ gtk3-branding-SLED.spec ++
#
# spec file for package gtk3-branding-SLED
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property 

commit tracker-extras for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package tracker-extras for 
openSUSE:13.2:Update checked in at 2015-04-21 10:47:12

Comparing /work/SRC/openSUSE:13.2:Update/tracker-extras (Old)
 and  /work/SRC/openSUSE:13.2:Update/.tracker-extras.new (New)


Package is tracker-extras

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.M1UQPr/_old  2015-04-21 10:47:13.0 +0200
+++ /var/tmp/diff_new_pack.M1UQPr/_new  2015-04-21 10:47:13.0 +0200
@@ -1 +1 @@
-link package='tracker-extras.3344' cicount='copy' /
+link package='tracker-extras.3696' cicount='copy' /




commit tracker for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:13.2:Update 
checked in at 2015-04-21 10:47:15

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


Package is tracker

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.hBPwoW/_old  2015-04-21 10:47:15.0 +0200
+++ /var/tmp/diff_new_pack.hBPwoW/_new  2015-04-21 10:47:15.0 +0200
@@ -1 +1 @@
-link package='tracker.3344' cicount='copy' /
+link package='tracker.3696' cicount='copy' /




commit librsvg for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package librsvg for openSUSE:13.2:Update 
checked in at 2015-04-21 10:47:05

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


Package is librsvg

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.wEaoIN/_old  2015-04-21 10:47:07.0 +0200
+++ /var/tmp/diff_new_pack.wEaoIN/_new  2015-04-21 10:47:07.0 +0200
@@ -1 +1 @@
-link package='librsvg.3628' cicount='copy' /
+link package='librsvg.3696' cicount='copy' /




commit mutter for openSUSE:13.2:Update

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package mutter for openSUSE:13.2:Update 
checked in at 2015-04-21 10:47:07

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


Package is mutter

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.pkPYLP/_old  2015-04-21 10:47:08.0 +0200
+++ /var/tmp/diff_new_pack.pkPYLP/_new  2015-04-21 10:47:08.0 +0200
@@ -1 +1 @@
-link package='mutter.3344' cicount='copy' /
+link package='mutter.3696' cicount='copy' /




  1   2   >