commit nano for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package nano for openSUSE:Factory checked in 
at 2015-04-18 10:39:18

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


Package is nano

Changes:

--- /work/SRC/openSUSE:Factory/nano/nano.changes2015-04-02 
16:04:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.nano.new/nano.changes   2015-04-18 
10:39:20.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr 16 10:12:49 UTC 2015 - astie...@suse.com
+
+- GNU nano 2.4.1:
+  * several fixes for issues with the file browser menu
+  * linter and formatter functions fixes
+  * spell checker fixes
+  * fixes to undo/redo with some specific marked-cutting situations
+  * small improvements to the color syntax highlighting definitions
+
+---

Old:

  nano-2.4.0.tar.gz
  nano-2.4.0.tar.gz.asc

New:

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



Other differences:
--
++ nano.spec ++
--- /var/tmp/diff_new_pack.n42fic/_old  2015-04-18 10:39:21.0 +0200
+++ /var/tmp/diff_new_pack.n42fic/_new  2015-04-18 10:39:21.0 +0200
@@ -18,7 +18,7 @@
 
 %define _version 2.4
 Name:   nano
-Version:2.4.0
+Version:2.4.1
 Release:0
 Summary:Pico editor clone with enhancements
 License:GPL-3.0+

++ nano-2.4.0.tar.gz - nano-2.4.1.tar.gz ++
 62001 lines of diff (skipped)





commit apcupsd for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package apcupsd for openSUSE:Factory checked 
in at 2015-04-18 10:39:16

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


Package is apcupsd

Changes:

--- /work/SRC/openSUSE:Factory/apcupsd/apcupsd.changes  2014-12-03 
22:50:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.apcupsd.new/apcupsd.changes 2015-04-18 
10:39:17.0 +0200
@@ -1,0 +2,49 @@
+Thu Apr  2 07:26:12 UTC 2015 - tchva...@suse.com
+
+- Version bumpt o 3.13.13:
+  * apcaccess and apcupsd status format updates to ease parsing by scripts
+  * UPS name is included in subject line of emails in default scripts
+  * Default event scripts pull SYSADMIN and APCUPSD_MAIL definitions from a
+common config file so they can easily be configured in one place
+  * MODBUS USB support
+Previous releases supported MODBUS serial (RS232). This release adds
+support for MODBUS over USB. This protocol is preferable to the normal
+USB HID driver because it offers access to more UPS data readouts and
+controls. The only configuration file change needed versus MODBUS serial
+is to change UPSCABLE to usb and use an empty DEVICE setting. See the 
+MODBUS section of the apcupsd manual for more details.
+  * Support for Apple Notification Center on Mac OS X (replaces Growl)
+  * Apple install packages and binaries are signed with an Apple Developer
+key for compatibility with Gate Keeper
+  * Windows USB driver has been updated with additional USB identifiers to
+support future APC products.
+  * Fix issue with certain Back-UPS USB models repeatedly cycling power on/off 
+after killpower is issued
+  * Fix display of battery level during MODBUS calibration
+  * Fix apctest EEPROM setting on various models
+  * Close and reopen serial port during extended COMMLOST in apcsmart driver
+(helps recover connection when USB serial port dongles are reconnected)
+  * Avoid probing non-APC USB devices as it can cause lockups
+  * Fix issue with service failing to start on Windows during boot with USB UPS
+  * Fix bogus lock file error when config file error forces early termination
+  * Fix MODBUS NOMOUTV reading for voltages other than 120VAC
+  * Fix LOADPCT (CI_LOAD) on MODBUS driver
+  * Fix issue with net driver not reporting MODEL value
+  * Fix several potential issues identified by Coverity static analysis
+  * Numerous other fixes and improvements all over the code, many of them
+submitted by users...Thank you!
+- Refreshed patches:
+  * apcupsd-3.14.1-cloexec.patch
+  * apcupsd-3.14.8-cxxld.patch
+  * apcupsd-gpp.patch
+- Removed patch:
+  * apcupsd-3.14.10-nodbg.patch
+
+---
+Thu Apr  2 07:23:30 UTC 2015 - tchva...@suse.com
+
+- Cleanup with spec-cleaner
+- Remove patch that is never applied today:
+  * apcupsd-powersave.patch
+
+--

Old:

  apcupsd-3.14.10-nodbg.patch
  apcupsd-3.14.11.tar.gz
  apcupsd-3.14.11.tar.gz.sig
  apcupsd-powersave.patch

New:

  apcupsd-3.14.13.tar.gz
  apcupsd-3.14.13.tar.gz.sig



Other differences:
--
++ apcupsd.spec ++
--- /var/tmp/diff_new_pack.rrTs5t/_old  2015-04-18 10:39:18.0 +0200
+++ /var/tmp/diff_new_pack.rrTs5t/_new  2015-04-18 10:39:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apcupsd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,45 +16,13 @@
 #
 
 
+%define apache_serverroot %(%{_sbindir}/apxs2 -q datadir 2/dev/null || 
%{_sbindir}/apxs -q PREFIX)
 Name:   apcupsd
-BuildRequires:  apache2-devel
-BuildRequires:  automake
-BuildRequires:  distribution-release
-BuildRequires:  dos2unix
-BuildRequires:  fdupes
-BuildRequires:  gcc-c++
-BuildRequires:  gconf2-devel
-BuildRequires:  gd-devel
-BuildRequires:  gnome-vfs2-devel
-BuildRequires:  gtk2-devel
-BuildRequires:  mailx
-BuildRequires:  ncurses-devel
-BuildRequires:  net-snmp-devel
-BuildRequires:  tcpd-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11-devel
-%if 0%{?suse_version}  1220
-BuildRequires:  gpg-offline
-%endif
-%if 0%{?suse_version}  1220
-BuildRequires:  systemd-sysvinit
-%else
-%if 0%{?suse_version}  1210
-BuildRequires:  sysvinit
-%else
-BuildRequires:  sysvinit-init
-%endif
-%endif
-%if %suse_version = 1310
-BuildRequires:  systemd
-%else
-BuildRequires:  pm-utils
-%endif
+Version:3.14.13
+Release:0
 

commit labplot for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package labplot for openSUSE:Factory checked 
in at 2015-04-18 10:39:13

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


Package is labplot

Changes:

--- /work/SRC/openSUSE:Factory/labplot/labplot.changes  2014-11-19 
20:30:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.labplot.new/labplot.changes 2015-04-18 
10:39:14.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 14 19:02:03 UTC 2015 - mailaen...@opensuse.org
+
+- update to version 2.0.2
+
+---

Old:

  labplot-2.0.1.tar.bz2

New:

  labplot-2.0.2.tar.xz



Other differences:
--
++ labplot.spec ++
--- /var/tmp/diff_new_pack.30A3R7/_old  2015-04-18 10:39:15.0 +0200
+++ /var/tmp/diff_new_pack.30A3R7/_new  2015-04-18 10:39:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package labplot
 #
-# 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
@@ -15,14 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   labplot
-Version:2.0.1
+Version:2.0.2
 Release:0
 Summary:KDE4 data analysis and visualization application
 License:GPL-2.0+
 Group:  Productivity/Scientific/Other
-Url:http://labplot.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/project/labplot/labplot/2.0.0/%{name}-%{version}.tar.bz2
+Url:https://edu.kde.org/applications/science/labplot/
+Source: 
http://download.kde.org/stable/labplot/2.0.2/src/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig(gsl)
@@ -31,13 +32,15 @@
 # BuildRequires:  pkgconfig(netcdf)
 BuildRequires:  pkgconfig(libpng)
 # BuildRequires:  liborigin-devel
-BuildRequires:  pkgconfig(muparser)
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(zlib)
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  shared-mime-info
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(muparser)
+BuildRequires:  pkgconfig(zlib)
 %kde4_runtime_requires
 
+%lang_package
+
 %description
 LabPlot is a KDE-application for interactive graphing and analysis
 of scientific data. LabPlot provides an easy way to create, manage 
@@ -57,6 +60,8 @@
 %kde4_makeinstall
 popd
 
+%find_lang LabPlot2 %{?no_lang_C}
+
 %fdupes -s %{buildroot}
 
 %kde_post_install
@@ -81,5 +86,13 @@
 %dir %{_kde4_datadir}/icons/hicolor/512x512/apps
 %{_kde4_datadir}/icons/hicolor/*/apps/LabPlot2.*
 %{_kde4_datadir}/mime/packages/labplot2.xml
+%dir %{_kde4_datadir}/appdata/
+%{_kde4_datadir}/appdata/labplot.appdata.xml
+%{_kde4_htmldir}/en/LabPlot2/
+
+%files lang -f LabPlot2.lang
+%defattr(-,root,root,-)
+## These belong in the main package
+%exclude %{_kde4_htmldir}/en/LabPlot2/
 
 %changelog




commit gnutls for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2015-04-18 10:38:18

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


Package is gnutls

Changes:

--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes2015-04-07 
09:28:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnutls.new/gnutls.changes   2015-04-18 
10:38:19.0 +0200
@@ -0,0 +1,137 @@
+
+---
+Sun Apr 12 10:16:33 UTC 2015 - meiss...@suse.com
+
+- updated to 3.4.0 (released 2015-04-08)
+
+  ** libgnutls: Added support for AES-CCM and AES-CCM-8 (RFC6655 and RFC7251)
+  ciphersuites. The former are enabled by default, the latter need to be
+  explicitly enabled, since they reduce the overall security level.
+
+  ** libgnutls: Added support for Chacha20-Poly1305 ciphersuites following
+  draft-mavrogiannopoulos-chacha-tls-05 and 
draft-irtf-cfrg-chacha20-poly1305-10.
+  That is currently provided as technology preview and is not enabled by
+  default, since there are no assigned ciphersuite points by IETF and there 
+  is no guarrantee of compatibility between draft versions. The ciphersuite
+  priority string to enable it is +CHACHA20-POLY1305.
+
+  ** libgnutls: Added support for encrypt-then-authenticate in CBC
+  ciphersuites (RFC7366 -taking into account its errata text). This is
+  enabled by default and can be disabled using the %NO_ETM priority
+  string.
+
+  ** libgnutls: Added support for the extended master secret
+  (triple-handshake fix) following draft-ietf-tls-session-hash-02.
+
+  ** libgnutls: Added a new simple and hard to misuse AEAD API (crypto.h).
+
+  ** libgnutls: SSL 3.0 is no longer included in the default priorities
+  list. It has to be explicitly enabled, e.g., with a string like
+  NORMAL:+VERS-SSL3.0.
+
+  ** libgnutls: ARCFOUR (RC4) is no longer included in the default priorities
+  list. It has to be explicitly enabled, e.g., with a string like
+  NORMAL:+ARCFOUR-128.
+
+  ** libgnutls: DSA signatures and DHE-DSS are no longer included in the
+  default priorities list. They have to be explicitly enabled, e.g., with
+  a string like NORMAL:+DHE-DSS:+SIGN-DSA-SHA256:+SIGN-DSA-SHA1. The
+  DSA ciphersuites were dropped because they had no deployment at all
+  on the internet, to justify their inclusion.
+
+  ** libgnutls: The priority string EXPORT was completely removed. The string
+  was already defunc as support for the EXPORT ciphersuites was removed in
+  GnuTLS 3.2.0.
+
+  ** libgnutls: Added API to utilize system specific private keys in
+  gnutls/system-keys.h. It is currently provided as technology preview
+  and is restricted to windows CNG keys.
+
+  ** libgnutls: gnutls_x509_crt_check_hostname() and friends will use
+  RFC6125 comparison of hostnames. That introduces a dependency on libidn.
+
+  ** libgnutls: Depend on p11-kit 0.23.1 to comply with the final
+  PKCS #11 URLs draft (draft-pechanec-pkcs11uri-21).
+
+  ** libgnutls: Depend on nettle 3.1.
+
+  ** libgnutls: Use getrandom() or getentropy() when available. That
+  avoids the complexity of file descriptor handling and issues with
+  applications closing all open file descriptors on startup.
+
+  ** libgnutls: Use pthread_atfork() to detect fork when available.
+
+  ** libgnutls: The gnutls_handshake() process will enforce a timeout by
+  default.
+
+  ** libgnutls: If a key purpose (extended key usage) is specified for 
verification,
+  it is applied into intermediate certificates. The verification result
+  GNUTLS_CERT_PURPOSE_MISMATCH is also introduced. 
+
+  ** libgnutls: When gnutls_certificate_set_x509_key_file2() is used in
+  combination with PKCS #11, or TPM URLs, it will utilize the provided
+  password as PIN if required. That removes the requirement for the
+  application to set a callback for PINs in that case.
+
+  ** libgnutls: priority strings VERS-TLS-ALL and VERS-DTLS-ALL are 
+  restricted to the corresponding protocols only, and the VERS-ALL
+  string is introduced to catch all possible protocols.
+
+  ** libgnutls: Added helper functions to obtain information on PKCS #8
+  structures.
+
+  ** libgnutls: Certificate chains which are provided to 
gnutls_certificate_credentials_t
+  will automatically be sorted instead of failing with 
GNUTLS_E_CERTIFICATE_LIST_UNSORTED.
+
+  ** libgnutls: Added functions to export and set the record state. That
+  allows for gnutls_record_send() and recv() to be offloaded (to kernel,
+  hardware or any other subsystem).
+
+  ** libgnutls: Added the ability to register application specific URL
+  types, which express certificates and keys using 
gnutls_register_custom_url().
+
+  ** libgnutls: Added API to override existing ciphers, digests and MACs, e.g.,
+  to 

commit rubygem-rhc for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rhc for openSUSE:Factory 
checked in at 2015-04-18 10:38:53

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


Package is rubygem-rhc

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rhc/rubygem-rhc.changes  2015-01-29 
09:56:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rhc.new/rubygem-rhc.changes 
2015-04-18 10:38:55.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr 14 04:30:43 UTC 2015 - co...@suse.com
+
+- updated to version 1.35.3
+
+---
+Fri Mar  6 18:03:42 UTC 2015 - co...@suse.com
+
+- updated to version 1.35.1
+
+---

Old:

  rhc-1.34.2.gem

New:

  gem2rpm.yml
  rhc-1.35.3.gem



Other differences:
--
++ rubygem-rhc.spec ++
--- /var/tmp/diff_new_pack.AaoPIg/_old  2015-04-18 10:38:55.0 +0200
+++ /var/tmp/diff_new_pack.AaoPIg/_new  2015-04-18 10:38:55.0 +0200
@@ -16,8 +16,15 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-rhc
-Version:1.34.2
+Version:1.35.3
 Release:0
 %define mod_name rhc
 %define mod_full_name %{mod_name}-%{version}
@@ -28,13 +35,11 @@
 BuildRequires:  update-alternatives
 Url:https://github.com/openshift/rhc
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:OpenShift Client Tools
 License:Apache-2.0
 Group:  Development/Languages/Ruby
 PreReq: update-alternatives
-# MANUAL
-Recommends: git
-Recommends: openssh
 
 %description
 The client tools for the OpenShift platform that allow for application

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
:main:
  :preamble: |-
 Recommends: git
 Recommends: openssh
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
++ rhc-1.34.2.gem - rhc-1.35.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rhc/config.rb new/lib/rhc/config.rb
--- old/lib/rhc/config.rb   1970-01-01 01:00:00.0 +0100
+++ new/lib/rhc/config.rb   1970-01-01 01:00:00.0 +0100
@@ -61,8 +61,9 @@
   :insecure = [nil,   :boolean,  If 
true, certificate errors will be ignored.\nWARNING: This may allow others to 
eavesdrop on your communication with OpenShift.],
   :ssl_version  = [nil,   nil,   'The SSL 
protocol version to use when connecting to this server'],
   :ssl_client_cert_file = [nil,   :path_to_file, 'A 
client certificate file for use with your server'],
-  :ssl_client_key_file  = [nil, :path_to_file, 'The corresponding key 
for the client certificate'],
+  :ssl_client_key_file  = [nil,   :path_to_file, 'The 
corresponding key for the client certificate'],
   :ssl_ca_file  = [nil,   

commit tigervnc for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package tigervnc for openSUSE:Factory 
checked in at 2015-04-18 10:38:44

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


Package is tigervnc

Changes:

--- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes2015-04-07 
09:28:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.tigervnc.new/tigervnc.changes   2015-04-18 
10:38:45.0 +0200
@@ -1,0 +2,18 @@
+Wed Apr 15 10:39:07 UTC 2015 - dims...@opensuse.org
+
+- Add tigervnc-gnutls-3.4-required.patch: raise gnutls dependency
+  to 3.2. Simplifies code, but makes it build with gnutls 3.4.
+  Patch taken from Arch.
+
+---
+Tue Apr 14 08:53:09 UTC 2015 - meiss...@suse.com
+
+- Updated to tigervnc 1.4.3
+
+  * Upstream patches applied to the underlying Xorg code base to mitigate
+CVE-2015-0255 / bsc#915810.
+  * Fixes for performance regressions introduced in 1.4.0.
+  * Character encoding of clipboard text send by Java viewer now strictly
+adheres to the RFB specification.
+
+---

Old:

  tigervnc-1.4.1.tar.gz

New:

  tigervnc-gnutls-3.4-required.patch
  v1.4.3.tar.gz



Other differences:
--
++ tigervnc.spec ++
--- /var/tmp/diff_new_pack.mNR8Xq/_old  2015-04-18 10:38:46.0 +0200
+++ /var/tmp/diff_new_pack.mNR8Xq/_new  2015-04-18 10:38:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   tigervnc
-Version:1.4.1
+Version:1.4.3
 Release:0
 Provides:   tightvnc = 1.3.9
 Obsoletes:  tightvnc  1.3.9
@@ -86,12 +86,12 @@
 Requires(post):   update-alternatives
 Requires(postun): update-alternatives
 %endif
-Url:http://sourceforge.net/apps/mediawiki/tigervnc/
+Url:http://tigervnc.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:A high-performance, platform-neutral implementation of VNC
 License:GPL-2.0 and MIT
 Group:  System/X11/Servers/XF86_4
-Source1:tigervnc-1.4.1.tar.gz
+Source1:https://github.com/TigerVNC/tigervnc/archive/v%{version}.tar.gz
 Source2:index.vnc
 Source3:vnc.xinetd
 Source4:10-libvnc.conf
@@ -111,6 +111,8 @@
 Patch9: u_tigervnc-cve-2014-8240.patch
 Patch10:u_tigervnc-build-with-xserver-1.17.patch
 Patch11:u_terminate_instead_of_ignoring_restart.patch
+# Require and build against gnutls 3.x
+Patch12:tigervnc-gnutls-3.4-required.patch
 
 %description
 TigerVNC is a high-performance, platform-neutral implementation of VNC 
(Virtual Network Computing), 
@@ -129,7 +131,7 @@
 This is the TigerVNC implementation of Xvnc.
 
 %prep
-%setup -T -b1
+%setup -T -b1 -q
 cp -r /usr/src/xserver/* unix/xserver/
 
 %patch1 -p1
@@ -143,6 +145,7 @@
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 
 pushd unix/xserver
 patch -p1  ../xserver116.patch
@@ -213,6 +216,8 @@
 ln -s -f %{_sysconfdir}/alternatives/vncviewer.1.gz 
$RPM_BUILD_ROOT%{_mandir}/man1/vncviewer.1.gz
 %endif
 
+rm -rf $RPM_BUILD_ROOT/usr/share/doc/tigervnc-*
+
 %find_lang '%{name}'
 
 %if 0%{?suse_version} = 1315
@@ -233,9 +238,7 @@
 %defattr(-,root,root,-)
 %ghost %{_bindir}/vncviewer
 %{_bindir}/vncviewer-tigervnc
-%exclude /usr/share/doc/tigervnc-1.4.1
-%doc LICENCE.TXT
-%doc README.txt
+%doc LICENCE.TXT README.txt
 %ghost %_mandir/man1/vncviewer.1.gz
 %doc %_mandir/man1/vncviewer-tigervnc.1.gz
 %if 0%{?suse_version} = 1315
@@ -244,6 +247,7 @@
 %endif
 
 %files -n xorg-x11-Xvnc
+%doc LICENCE.TXT README.txt
 %defattr(-,root,root)
 
 %{_bindir}/Xvnc

++ tigervnc-gnutls-3.4-required.patch ++
 719 lines (skipped)




commit loudmouth for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package loudmouth for openSUSE:Factory 
checked in at 2015-04-18 10:38:38

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


Package is loudmouth

Changes:

--- /work/SRC/openSUSE:Factory/loudmouth/loudmouth.changes  2012-06-05 
15:32:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.loudmouth.new/loudmouth.changes 2015-04-18 
10:38:39.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 14 13:27:12 UTC 2015 - meiss...@suse.com
+
+- build against openssl-devel, to avoid fixing the gnutls 3.4.0
+  breakage.
+
+---



Other differences:
--
++ loudmouth.spec ++
--- /var/tmp/diff_new_pack.pYAEG6/_old  2015-04-18 10:38:40.0 +0200
+++ /var/tmp/diff_new_pack.pYAEG6/_new  2015-04-18 10:38:40.0 +0200
@@ -37,11 +37,7 @@
 # PATCH-FIX-UPSTREAM loudmouth-glib.patch dims...@opensuse.org -- Fix build 
with glib 2.31: only glib.h can be included.
 Patch4: loudmouth-glib.patch
 BuildRequires:  check-devel
-%if 0%{?suse_version}  1210
-BuildRequires:  libgnutls-devel
-%else
-BuildRequires:  gnutls-devel
-%endif
+BuildRequires:  openssl-devel
 BuildRequires:  gtk-doc
 BuildRequires:  libtool
 BuildRequires:  sgml-skel
@@ -97,7 +93,8 @@
 %build
 autoreconf -f -i
 %configure\
-   --disable-static\
+   --disable-static \
+   --with-ssl=openssl \
--enable-gtk-doc
 make %{?_smp_mflags}
 
@@ -105,9 +102,6 @@
 %make_install
 find %{buildroot} -type f -name *.la -delete -print
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libloudmouth-1-0 -p /sbin/ldconfig
 
 %postun -n libloudmouth-1-0 -p /sbin/ldconfig




commit sword for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package sword for openSUSE:Factory checked 
in at 2015-04-18 10:38:51

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


Package is sword

Changes:

--- /work/SRC/openSUSE:Factory/sword/sword.changes  2014-06-25 
21:20:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.sword.new/sword.changes 2015-04-18 
10:38:52.0 +0200
@@ -1,0 +2,10 @@
+Sun Dec 28 01:17:58 UTC 2014 - l...@linux-schulserver.de
+
+- update to 1.7.4:
+  + Fixed endless loop in osis2mod for some inputs.
+  + Added support for Psalm Book divisions using 
+div type=majorSection from GHellings
+  + Corrected anomalous OSIS highlighting output w/GHellings' 
+patches in src/modules/filters/osis{plain,xhtml}.cpp
+
+---

Old:

  sword-1.7.3.tar.bz2

New:

  sword-1.7.4.tar.bz2



Other differences:
--
++ sword.spec ++
--- /var/tmp/diff_new_pack.quqnt9/_old  2015-04-18 10:38:53.0 +0200
+++ /var/tmp/diff_new_pack.quqnt9/_new  2015-04-18 10:38:53.0 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define libver 1_7_3
-%definelibinstver 1.7.3
+%define libver 1_7_4
+%definelibinstver 1.7.4
 
 Name:   sword
-Version:1.7.3
+Version:1.7.4
 Release:0
 Summary:Framework for manipulating Bible texts
 License:GPL-2.0
@@ -143,7 +143,7 @@
 done
 
 %install
-%makeinstall install_config
+%make_install install_config
 rm %{buildroot}/%{_libdir}/*.la
 pushd %{buildroot}/%{_bindir}
 strip *
@@ -170,7 +170,6 @@
 
 %files -n libsword-%{libver}
 %defattr(-,root,root)
-%doc LICENSE
 %{_libdir}/libsword-%{libinstver}.so
 
 %files devel

++ sword-1.7.3.tar.bz2 - sword-1.7.4.tar.bz2 ++
 4162 lines of diff (skipped)




commit libmicrohttpd for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package libmicrohttpd for openSUSE:Factory 
checked in at 2015-04-18 10:38:32

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


Package is libmicrohttpd

Changes:

--- /work/SRC/openSUSE:Factory/libmicrohttpd/libmicrohttpd.changes  
2015-01-08 23:05:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmicrohttpd.new/libmicrohttpd.changes 
2015-04-18 10:38:33.0 +0200
@@ -1,0 +2,40 @@
+Mon Apr 13 11:39:23 UTC 2015 - meiss...@suse.com
+
+- updated to 0.9.40
+  - Fix potential deadlock issue in MHD_USE_THREAD_PER_CONNECTION
+mode if shutdown is initiated while connections are active. -CG
+
+  - Fix issue in thread-pool mode where a MHD_stop_daemon()
+might not reach threads that stopped listening because
+we hit the maximum number of concurrent connections and
+the option MHD_USE_PIPE_FOR_SHUTDOWN was also not used.
+Testcase added as well. -CG
+
+  - Update HTTPS testcases to avoid SSLv3, as SSLv3 is dead.
+
+  - Do not enforce FD_SETSIZE-limit on worker control
+pipe when using MHD_USE_EPOLL_LINUX_ONLY (#3751). -MH/CG
+
+  - Adding MHD_OPTION_NOTIFY_CONNECTION,
+MHD_CONNECTION_NOTIFY_STARTED,
+MHD_CONNECTION_NOTIFY_CLOSED and
+MHD_CONNECTION_INFO_SOCKET_CONTEXT to allow
+applications to trigger operations when TCP
+connections start or end, instead of just
+exposing HTTP requests starting and ending. -RG/CG
+
+  - Fixing bug that prevented MHD_OPTION_HTTPS_MEM_DHPARAMS
+from working within a MHD_OPTION_ARRAY. -DD
+
+  - Adding MHD_OPTION_HTTPS_KEY_PASSWORD as proposed by
+Andrew Basile. -CG/AB
+
+  - Fix issue where for HTTP/1.0-clients that set
+Connection: Keep-Alive header a response of
+indefinite size was generated with chunked encoding. -CG
+
+  - Fix potential infinite loop on shutdown in multi-threaded mode
+under certain conditions. -CG
+- fixed info deinstall
+
+---

Old:

  libmicrohttpd-0.9.39.tar.gz
  libmicrohttpd-0.9.39.tar.gz.sig

New:

  libmicrohttpd-0.9.40.tar.gz
  libmicrohttpd-0.9.40.tar.gz.sig



Other differences:
--
++ libmicrohttpd.spec ++
--- /var/tmp/diff_new_pack.4bj0k4/_old  2015-04-18 10:38:34.0 +0200
+++ /var/tmp/diff_new_pack.4bj0k4/_new  2015-04-18 10:38:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmicrohttpd
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010,2011,2012  Stephan Kleine
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 %global libmicrohttpd libmicrohttpd10
 %global libmicrospdy  libmicrospdy0
 Name:   libmicrohttpd
-Version:0.9.39
+Version:0.9.40
 Release:0
 Summary:Small Embeddable HTTP Server Library
 License:LGPL-2.1+
@@ -94,7 +94,7 @@
 Group:  Development/Libraries/C and C++
 Requires:   %{libmicrohttpd} = %{version}
 Requires(post): info
-Requires(postun): info
+Requires(preun): info
 
 %description devel
 Headers, pkg-config files, so link and other development files for %{name}
@@ -140,7 +140,7 @@
 find %{buildroot} -type f -name *.la -delete -print
 
 %check
-make -d -j1 check
+make -j1 check
 
 %post -n %{libmicrohttpd} -p /sbin/ldconfig
 
@@ -151,11 +151,10 @@
 %postun -n %{libmicrospdy} -p /sbin/ldconfig
 
 %post devel
-
 %install_info --info-dir=%{_infodir} %{_infodir}/libmicrohttpd.info%{ext_info}
 %install_info --info-dir=%{_infodir} 
%{_infodir}/libmicrohttpd-tutorial.info%{ext_info}
 
-%postun devel
+%preun devel
 %install_info_delete --info-dir=%{_infodir} 
%{_infodir}/libmicrohttpd.info%{ext_info}
 %install_info_delete --info-dir=%{_infodir} 
%{_infodir}/libmicrohttpd-tutorial.info%{ext_info}
 

++ libmicrohttpd-0.9.39.tar.gz - libmicrohttpd-0.9.40.tar.gz ++
 9934 lines of diff (skipped)





commit libnettle for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package libnettle for openSUSE:Factory 
checked in at 2015-04-18 10:38:24

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


Package is libnettle

Changes:

--- /work/SRC/openSUSE:Factory/libnettle/libnettle.changes  2015-03-16 
06:54:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnettle.new/libnettle.changes 2015-04-18 
10:38:25.0 +0200
@@ -1,0 +2,43 @@
+Sat Apr 11 19:43:21 UTC 2015 - astie...@suse.com
+
+- nettle 3.1 (libnettle6, libhogweed4)
+- bug fixes in 3.1:
+  * Fixed a missing include of limits.h, which made the camellia
+implementation fail on all 64-bit non-x86 platforms.
+  * Eliminate out-of-bounds reads in the C implementation of memxor
+   (related to valgrind's --partial-loads-ok flag). [bso#926745)
+- interface changes in 3.1:
+  * Declarations of many internal functions are moved from ecc.h to
+ecc-internal.h.
+- interface changes in 3.0:
+  * contains developer relevant incompatible interface changes
+- Removed features:
+  * nettle_next_prime, use GMP's mpz_nextprime
+  * Deleted the RSAREF compatibility
+- New features in 3.1:
+  * Support for curve25519 and for EdDSA25519 signatures.
+  * Support for fat builds on x86_64 and arm (not enabled)
+  * Support for building the hogweed library (public key support)
+using mini-gmp (not enabled)
+  * The shared libraries are now built with versioned symbols.
+  * Support for URL-safe base64 encoding and decoding
+- New features in 3.0:
+  * new DSA, AES, Camellia interfaces
+  * Support for Poly1305-AES MAC.
+  * Support for the ChaCha stream cipher and EXPERIMENTAL
+support for the ChaCha-Poly1305 AEAD mode.
+  * Support for EAX mode.
+  * Support for CCM mode.
+  * Additional variants of SHA512 with output size of 224 and 256 bits
+  * New interface, struct nettle_aead, for mechanisms providing
+authenticated encryption with associated data (AEAD).
+  * DSA: Support a wider range for the size of q and a wider
+range for the digest size.
+  * New command line tool nettle-pbkdf2.
+- Optimizations in 3.1:
+  * New x86_64 implementation of AES, using the aesni instructions
+- Optimizations in 3.0:
+   * New x86_64 assembly for GCM and MD5. Modest speedups on the
+ order of 10%-20%.
+
+---

Old:

  nettle-2.7.1.tar.gz
  nettle-2.7.1.tar.gz.sig

New:

  nettle-3.1.tar.gz
  nettle-3.1.tar.gz.sig



Other differences:
--
++ libnettle.spec ++
--- /var/tmp/diff_new_pack.qVKmrk/_old  2015-04-18 10:38:26.0 +0200
+++ /var/tmp/diff_new_pack.qVKmrk/_new  2015-04-18 10:38:26.0 +0200
@@ -16,17 +16,17 @@
 #
 
 
-%define soname 4
-%define hogweed_soname 2
+%define soname 6
+%define hogweed_soname 4
 Name:   libnettle
-Version:2.7.1
+Version:3.1
 Release:0
 Summary:Cryptographic Library
 License:LGPL-2.1+ and GPL-2.0+
 Group:  System/Libraries
 Url:http://www.lysator.liu.se/~nisse/nettle/
-Source0:
http://www.lysator.liu.se/~nisse/archive/nettle-%{version}.tar.gz
-Source1:
http://www.lysator.liu.se/~nisse/archive/nettle-%{version}.tar.gz.sig
+Source0:https://ftp.gnu.org/gnu/nettle/nettle-%{version}.tar.gz
+Source1:https://ftp.gnu.org/gnu/nettle/nettle-%{version}.tar.gz.sig
 Source2:%{name}.keyring
 Source3:baselibs.conf
 BuildRequires:  gmp-devel
@@ -93,13 +93,12 @@
 %setup -q -n nettle-%{version}
 
 %build
-%configure
+%configure \
+   --disable-static
 make %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
-# Not during configure as tests use it
-rm -f %{buildroot}%{_libdir}/*.a
 
 %post   -n libnettle%{soname} -p /sbin/ldconfig
 
@@ -142,6 +141,7 @@
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING* NEWS README TODO
 %{_bindir}/nettle-lfib-stream
+%{_bindir}/nettle-pbkdf2
 %{_bindir}/pkcs1-conv
 %{_bindir}/sexp-conv
 %{_bindir}/nettle-hash

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.qVKmrk/_old  2015-04-18 10:38:26.0 +0200
+++ /var/tmp/diff_new_pack.qVKmrk/_new  2015-04-18 10:38:26.0 +0200
@@ -1,3 +1,3 @@
-libnettle4
+libnettle6
 libnettle-devel
-libhogweed2
+libhogweed4


++ nettle-2.7.1.tar.gz - nettle-3.1.tar.gz ++
 95518 lines of diff (skipped)




commit spec-cleaner for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package spec-cleaner for openSUSE:Factory 
checked in at 2015-04-18 10:39:55

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


Package is spec-cleaner

Changes:

--- /work/SRC/openSUSE:Factory/spec-cleaner/spec-cleaner.changes
2015-02-10 20:24:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.spec-cleaner.new/spec-cleaner.changes   
2015-04-18 10:39:56.0 +0200
@@ -1,0 +2,11 @@
+Thu Apr 16 19:21:18 UTC 2015 - tchva...@suse.com
+
+- Version bump to 0.6.9:
+  * Replace = with =
+  * Bracketing excludes
+  * Replace paths using regexps instead of hardcoding (more cases covered)
+  * Remove various obsolete tags from preamble Icon/Packager/...
+  * Fix RPM_BUILD_ROOT replacement cornercase failure
+  * Remove %doc from %_mandir paths as it is pointless to have there
+
+---

Old:

  spec-cleaner-0.6.8.tar.gz

New:

  spec-cleaner-0.6.9.tar.gz



Other differences:
--
++ spec-cleaner.spec ++
--- /var/tmp/diff_new_pack.vvnOn2/_old  2015-04-18 10:39:56.0 +0200
+++ /var/tmp/diff_new_pack.vvnOn2/_new  2015-04-18 10:39:56.0 +0200
@@ -20,7 +20,7 @@
 # This is used for Fedora, we need to sync this
 %{!?py3_ver: %define py3_ver %{python3_version}}
 Name:   spec-cleaner
-Version:0.6.8
+Version:0.6.9
 Release:0
 Summary:.spec file cleaner
 License:BSD-3-Clause

++ spec-cleaner-0.6.8.tar.gz - spec-cleaner-0.6.9.tar.gz ++
 2877 lines of diff (skipped)




commit perl-CPAN-Mini for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Mini for openSUSE:Factory 
checked in at 2015-04-18 10:40:17

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


Package is perl-CPAN-Mini

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPAN-Mini/perl-CPAN-Mini.changes
2014-02-11 10:43:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CPAN-Mini.new/perl-CPAN-Mini.changes   
2015-04-18 10:40:18.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr 16 19:57:57 UTC 2015 - co...@suse.com
+
+- updated to 1.111016
+   see /usr/share/doc/packages/perl-CPAN-Mini/Changes
+
+  1.111016  2014-08-08 18:52:05-04:00 America/New_York
+  - cope with a difference in the 02packages headers made by Pinto
+(thanks, Fabrice Gabolde)
+
+---

Old:

  CPAN-Mini-1.111015.tar.gz

New:

  CPAN-Mini-1.111016.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-CPAN-Mini.spec ++
--- /var/tmp/diff_new_pack.Jmas4r/_old  2015-04-18 10:40:18.0 +0200
+++ /var/tmp/diff_new_pack.Jmas4r/_new  2015-04-18 10:40:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CPAN-Mini
 #
-# 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-CPAN-Mini
-Version:1.111015
+Version:1.111016
 Release:0
 %define cpan_name CPAN-Mini
-Summary:create a minimal mirror of CPAN
+Summary:Create a Minimal Mirror of Cpan
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/CPAN-Mini/
-Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -80,6 +81,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README xt
+%doc Changes LICENSE README
 
 %changelog

++ CPAN-Mini-1.111015.tar.gz - CPAN-Mini-1.111016.tar.gz ++
 1709 lines of diff (skipped)

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



commit perl-Text-RecordParser for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-RecordParser for 
openSUSE:Factory checked in at 2015-04-18 10:39:52

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


Package is perl-Text-RecordParser

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Text-RecordParser/perl-Text-RecordParser.changes
2012-01-17 16:14:24.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-RecordParser.new/perl-Text-RecordParser.changes
   2015-04-18 10:39:53.0 +0200
@@ -1,0 +2,27 @@
+Tue Apr 14 21:13:25 UTC 2015 - co...@suse.com
+
+- updated to 1.6.3
+   see /usr/share/doc/packages/perl-Text-RecordParser/Changes
+
+  1.6.3   August 9 2012
+  
+  -   Fixed bug in Build.PL regarding podselect, updated Build.PL reqs
+  
+  1.6.2   August 9 2012
+  
+  -   Made output of tablify -v prettier using Text::Autoformat
+  
+  1.6.1   April 30 2013
+  
+  -   Removed a debug statement
+  -   Fixed INSTALL
+  
+  1.6.0   April 30 2013
+  
+  -   Moved to Git repo at github.com:kyclark/text-recordparser.git
+  -   Changes to tablify
+  - Allow for comment lines 
+  - Added more single-letter argument names
+  - Allow for definition of column names
+
+---

Old:

  Text-RecordParser-v1.5.0.tar.gz

New:

  Text-RecordParser-v1.6.3.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Text-RecordParser.spec ++
--- /var/tmp/diff_new_pack.OdWP57/_old  2015-04-18 10:39:53.0 +0200
+++ /var/tmp/diff_new_pack.OdWP57/_new  2015-04-18 10:39:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-RecordParser
 #
-# 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,45 +15,49 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-Text-RecordParser
+Version:1.6.3
+Release:0
+#Upstream: SUSE-Public-Domain
 %define cpan_name Text-RecordParser
-Summary:Read record-oriented files
+Summary:Read Record-Oriented Files
 License:GPL-2.0
 Group:  Development/Libraries/Perl
-Version:1.5.0
-Release:0
 Url:http://search.cpan.org/dist/Text-RecordParser/
-Source: 
http://www.cpan.org/authors/id/K/KC/KCLARK/Text-RecordParser-v%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/K/KC/KCLARK/%{cpan_name}-v%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-BuildRequires:  cairo
-BuildRequires:  ghostscript-fonts-std
-BuildRequires:  graphviz-gnome
-BuildRequires:  pango
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Class::Accessor)
-BuildRequires:  perl(GraphViz)
 BuildRequires:  perl(IO::Scalar)
 BuildRequires:  perl(List::MoreUtils)
-BuildRequires:  perl(List::Util)
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build) = 0.40
+BuildRequires:  perl(Pod::Markdown)
+BuildRequires:  perl(Pod::Readme)
 BuildRequires:  perl(Readonly)
-BuildRequires:  perl(Readonly::XS)
 BuildRequires:  perl(Test::Exception)
-BuildRequires:  perl(Text::TabularDisplay) = 1.22
+BuildRequires:  perl(Text::Autoformat)
 BuildRequires:  perl(version)
 Requires:   perl(Class::Accessor)
-Requires:   perl(GraphViz)
 Requires:   perl(IO::Scalar)
 Requires:   perl(List::MoreUtils)
-Requires:   perl(List::Util)
 Requires:   perl(Readonly)
-Requires:   perl(Readonly::XS)
-Requires:   perl(Text::TabularDisplay) = 1.22
+Requires:   perl(Text::Autoformat)
 Requires:   perl(version)
-Requires:   cairo pango graphviz-gnome ghostscript-fonts-std
+Recommends: perl(GraphViz)
+Recommends: perl(Readonly::XS)
+Recommends: perl(Text::TabularDisplay) = 1.22
+%{perl_requires}
+# MANUAL BEGIN
+BuildRequires:  cairo
+BuildRequires:  ghostscript-fonts-std
+BuildRequires:  graphviz-gnome
+BuildRequires:  pango
+BuildRequires:  perl(GraphViz)
+# MANUAL END
 
 %description
 This module is for reading record-oriented data in a delimited text file.
@@ -61,10 +65,10 @@
 separated by commas or tabs, but this module aims to provide a consistent
 interface for handling sequential records in a file however they may be
 delimited. Typically this data lists the fields in the first line of the
-file, in which case you should call bind_header to bind the field name (or
-not, and it will 

commit perl-CPAN-Perl-Releases for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Perl-Releases for 
openSUSE:Factory checked in at 2015-04-18 10:40:20

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


Package is perl-CPAN-Perl-Releases

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-CPAN-Perl-Releases/perl-CPAN-Perl-Releases.changes
  2014-09-17 17:26:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new/perl-CPAN-Perl-Releases.changes
 2015-04-18 10:40:22.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 16 20:11:03 UTC 2015 - co...@suse.com
+
+- updated to 2.12
+   see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+---

Old:

  CPAN-Perl-Releases-1.86.tar.gz

New:

  CPAN-Perl-Releases-2.12.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-CPAN-Perl-Releases.spec ++
--- /var/tmp/diff_new_pack.8wQagc/_old  2015-04-18 10:40:23.0 +0200
+++ /var/tmp/diff_new_pack.8wQagc/_new  2015-04-18 10:40:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CPAN-Perl-Releases
 #
-# 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-CPAN-Perl-Releases
-Version:1.86
+Version:2.12
 Release:0
 %define cpan_name CPAN-Perl-Releases
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/CPAN-Perl-Releases/
-Source: 
http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ CPAN-Perl-Releases-1.86.tar.gz - CPAN-Perl-Releases-2.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-1.86/Changes 
new/CPAN-Perl-Releases-2.12/Changes
--- old/CPAN-Perl-Releases-1.86/Changes 2014-09-14 15:32:25.0 +0200
+++ new/CPAN-Perl-Releases-2.12/Changes 2015-03-20 19:50:39.0 +0100
@@ -1,8 +1,138 @@
 ==
-Changes from 2009-09-15 00:00:00 + to present.
+Changes from 2010-03-21 00:00:00 + to present.
 ==
 
 -
+version 2.12 at 2015-03-20 18:00:55 +
+-
+
+  Change: 40d6785308ae4a13454e49614bf644da563f5c59
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2015-03-20 18:00:55 +
+
+Updated for v5.21.10 
+
+-
+version 2.10 at 2015-02-21 09:39:01 +
+-
+
+  Change: 8705902b246a210ad3a59bdbd9c905bb6ee02182
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2015-02-21 09:39:01 +
+
+Updated for v5.21.9 
+
+-
+version 2.08 at 2015-02-14 19:01:25 +
+-
+
+  Change: aa0f1bae9cfc77c6b3ac44e6a1244776d1a6b134
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2015-02-14 19:01:25 +
+
+Updated for v5.20.2 
+
+-
+version 2.06 at 2015-02-01 11:17:58 +
+-
+
+  Change: 43b133047d5f6cbb694938b385a5913d68015dcc
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2015-02-01 11:17:58 +
+
+Updated for v5.20.2 release candidate 1 
+
+-
+version 2.04 at 2015-01-20 20:31:05 +
+-
+
+  Change: 1976ed8383af41db76da989b9f2b288d57e7b3af
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2015-01-20 20:31:05 +
+
+Updated for v5.21.8 
+
+-
+version 2.02 at 2014-12-20 17:47:20 +
+-
+
+  Change: 00d1da2524337790a1fcf5c548b07e8ac8ef0092
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2014-12-20 17:47:20 +
+
+Updated for v5.21.7 
+
+-
+version 2.00 at 2014-12-08 11:50:48 +

commit perl-Class-Load for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-Load for openSUSE:Factory 
checked in at 2015-04-18 10:40:09

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


Package is perl-Class-Load

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-Load/perl-Class-Load.changes  
2014-02-11 10:56:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Class-Load.new/perl-Class-Load.changes 
2015-04-18 10:40:11.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr 16 19:49:59 UTC 2015 - co...@suse.com
+
+- updated to 0.22
+   see /usr/share/doc/packages/perl-Class-Load/Changes
+
+  0.22 2014-08-16
+  - document some of the caveats to using this module, and refer to
+Module::Runtime as an alternative
+
+---

Old:

  Class-Load-0.21.tar.gz

New:

  Class-Load-0.22.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Class-Load.spec ++
--- /var/tmp/diff_new_pack.dEuKn4/_old  2015-04-18 10:40:11.0 +0200
+++ /var/tmp/diff_new_pack.dEuKn4/_new  2015-04-18 10:40:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-Load
 #
-# 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,20 +17,21 @@
 
 
 Name:   perl-Class-Load
-Version:0.21
+Version:0.22
 Release:0
 %define cpan_name Class-Load
-Summary:a working (require Class::Name) and more
+Summary:Working (Require Class::Name) and More
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Class-Load/
-Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Data::OptList)
-BuildRequires:  perl(Module::Build::Tiny) = 0.034
+BuildRequires:  perl(Module::Build::Tiny) = 0.037
 BuildRequires:  perl(Module::Implementation) = 0.04
 BuildRequires:  perl(Module::Runtime) = 0.012
 BuildRequires:  perl(Package::Stash) = 0.14
@@ -38,13 +39,14 @@
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Try::Tiny)
+BuildRequires:  perl(namespace::clean)
 BuildRequires:  perl(version)
-
 Requires:   perl(Data::OptList)
 Requires:   perl(Module::Implementation) = 0.04
 Requires:   perl(Module::Runtime) = 0.012
 Requires:   perl(Package::Stash) = 0.14
 Requires:   perl(Try::Tiny)
+Requires:   perl(namespace::clean)
 %{perl_requires}
 
 %description
@@ -77,6 +79,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README README.md
+%doc Changes CONTRIBUTING LICENSE README
 
 %changelog

++ Class-Load-0.21.tar.gz - Class-Load-0.22.tar.gz ++
 3292 lines of diff (skipped)

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



commit perl-HTML-Scrubber for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-Scrubber for 
openSUSE:Factory checked in at 2015-04-18 10:39:50

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


Package is perl-HTML-Scrubber

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTML-Scrubber/perl-HTML-Scrubber.changes
2013-12-03 10:31:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-Scrubber.new/perl-HTML-Scrubber.changes   
2015-04-18 10:39:51.0 +0200
@@ -1,0 +2,16 @@
+Tue Apr 14 20:36:49 UTC 2015 - co...@suse.com
+
+- updated to 0.14
+   see /usr/share/doc/packages/perl-HTML-Scrubber/Changes
+
+  0.14  2015-04-02 17:20:41+01:00 Europe/London
+  - Travis integration  (thanks to mrcaron)
+  - Fix some packaging/dist-zilla issues (thanks to mrcaron)
+  - check for definedness before calling -parse (github #3 leejo)
+  - Removed the link to HTML::Sanitizer  (github #4 avereha)
+  - Removed circular reference (github #5 avereha)
+  - Fixed up dependancies from dzil bundles
+  - Enforced minimum perl version of 5.8
+- remove unmaintained perl-HTML-Scrubber-test_more-version.patch
+
+---

Old:

  HTML-Scrubber-0.11.tar.gz
  perl-HTML-Scrubber-test_more-version.patch

New:

  HTML-Scrubber-0.14.tar.gz



Other differences:
--
++ perl-HTML-Scrubber.spec ++
--- /var/tmp/diff_new_pack.P6yf5R/_old  2015-04-18 10:39:51.0 +0200
+++ /var/tmp/diff_new_pack.P6yf5R/_new  2015-04-18 10:39:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-Scrubber
 #
-# 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,26 +17,26 @@
 
 
 Name:   perl-HTML-Scrubber
-Version:0.11
+Version:0.14
 Release:0
 %define cpan_name HTML-Scrubber
 Summary:Perl extension for scrubbing/sanitizing html
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/HTML-Scrubber/
-Source: 
http://www.cpan.org/authors/id/N/NI/NIGELM/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/N/NI/NIGELM/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(HTML::Entities)
 BuildRequires:  perl(HTML::Parser) = 3.47
-BuildRequires:  perl(Module::Build) = 0.3601
+BuildRequires:  perl(Module::Build) = 0.28
+BuildRequires:  perl(Test::CPAN::Meta)
+BuildRequires:  perl(Test::EOL)
+BuildRequires:  perl(Test::Memory::Cycle)
 BuildRequires:  perl(Test::More) = 0.94
-#BuildRequires: perl(HTML::Scrubber)
-#BuildRequires: perl(Pod::Wordlist)
-#BuildRequires: perl(Test::NoTabs)
-#BuildRequires: perl(Test::Spelling) = 0.12
+BuildRequires:  perl(Test::NoTabs)
 Requires:   perl(HTML::Entities)
 Requires:   perl(HTML::Parser) = 3.47
 %{perl_requires}

++ HTML-Scrubber-0.11.tar.gz - HTML-Scrubber-0.14.tar.gz ++
 3158 lines of diff (skipped)




commit python3-pyOpenSSL for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package python3-pyOpenSSL for 
openSUSE:Factory checked in at 2015-04-18 10:40:07

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


Package is python3-pyOpenSSL

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyOpenSSL/python3-pyOpenSSL-doc.changes  
2015-01-06 09:07:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL-doc.changes 
2015-04-18 10:40:09.0 +0200
@@ -1,0 +2,63 @@
+Wed Apr 15 15:38:39 UTC 2015 - a...@gmx.de
+
+- specfile: updated README-README.rst
+
+- update to version 0.15.1:
+  * OpenSSL/SSL.py, OpenSSL/test/test_ssl.py: Fix a regression present
+in 0.15, where when an error occurs and no errno() is set, a
+KeyError is raised.  This happens, for example, if
+Connection.shutdown() is called when the underlying transport has
+gone away.
+
+- changes from version 0.15:
+  * OpenSSL/rand.py, OpenSSL/SSL.py: APIs which previously accepted
+filenames only as bytes now accept them as either bytes or unicode
+(and respect sys.getfilesystemencoding()).
+  * OpenSSL/SSL.py: Add Cory Benfield's next-protocol-negotiation
+(NPN) bindings.
+  * OpenSSL/SSL.py: Add Connection.recv_into, mirroring the
+builtin socket.recv_into.  Based on work from Cory Benfield.
+  * OpenSSL/test/test_ssl.py: Add tests for recv_into.
+  * OpenSSL/crypto.py: Expose X509StoreContext for verifying
+certificates.
+  * OpenSSL/test/test_crypto.py: Add intermediate certificates for
+  * OpenSSL/SSL.py: Connection.shutdown now propagates errors from
+the underlying socket.
+  * OpenSSL/SSL.py: Fixed a regression Context.check_privatekey
+causing it to always succeed - even if it should fail.
+  * OpenSSL/crypto.py: Fixed a regression where calling
+load_pkcs7_data with FILETYPE_ASN1 would fail with a
+NameError.
+  * OpenSSL/SSL.py: Fix a regression in which the first argument of
+the verify callback was incorrectly passed a Context
+instance instead of the Connection instance.  *
+OpenSSL/test/test_ssl.py: Add a test for the value passed as the
+first argument of the verify callback.
+  * OpenSSL/crypto.py: Based on work from Alex Gaynor, Andrew
+Lutomirski, Tobias Oberstein, Laurens Van Houtven, and Hynek
+Schlawack, add get_elliptic_curve and get_elliptic_curves
+to support TLS ECDHE modes.
+  * OpenSSL/SSL.py: Add Context.set_tmp_ecdh to configure a TLS
+context with a particular elliptic curve for ECDHE modes.
+  * OpenSSL/SSL.py: Connection.send and Connection.sendall now
+also accept the buffer type as data.
+  * OpenSSL/crypto.py: Make load_pkcs12 backwards compatible with
+pyOpenSSL 0.13 by making passphrase optional.
+  * OpenSSL/SSL.py: Add get_finished, get_peer_finished
+methods to Connection. If you use these methods to implement
+TLS channel binding (RFC 5929) disable session resumption because
+triple handshake attacks against TLS.
+https://www.ietf.org/mail-archive/web/tls/current/msg11337.html
+https://secure-resumption.com/tlsauth.pdf
+  * OpenSSL/SSL.py: Add get_cipher_name, get_cipher_bits, and
+get_cipher_version to Connection.
+  * OpenSSL/tsafe.py: Replace the use of apply (which has been
+removed in Python 3) with the equivalent syntax.
+  * OpenSSL/crypto.py: Fix memory leak in _X509_REVOKED_dup.
+  * leakcheck/crypto.py: Add checks for _X509_REVOKED_dup,
+CRL.add_revoked and CRL.get_revoked.
+  * setup.py: Require cryptography 0.3 to have the ASN1_TIME_free
+binding.
+  * OpenSSL/crypto.py: Add get_extensions method to X509Req.
+
+---
--- /work/SRC/openSUSE:Factory/python3-pyOpenSSL/python3-pyOpenSSL.changes  
2015-01-06 09:07:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL.changes 
2015-04-18 10:40:09.0 +0200
@@ -1,0 +2,65 @@
+Wed Apr 15 15:38:39 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * updated README-README.rst
+  * added ChangeLog to %doc
+
+- update to version 0.15.1:
+  * OpenSSL/SSL.py, OpenSSL/test/test_ssl.py: Fix a regression present
+in 0.15, where when an error occurs and no errno() is set, a
+KeyError is raised.  This happens, for example, if
+Connection.shutdown() is called when the underlying transport has
+gone away.
+
+- changes from version 0.15:
+  * OpenSSL/rand.py, OpenSSL/SSL.py: APIs which previously accepted
+filenames only as bytes now accept them as either bytes or unicode
+(and respect sys.getfilesystemencoding()).
+  * OpenSSL/SSL.py: Add Cory Benfield's next-protocol-negotiation
+(NPN) bindings.
+  * OpenSSL/SSL.py: Add Connection.recv_into, mirroring the
+builtin 

commit python3-WebOb for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package python3-WebOb for openSUSE:Factory 
checked in at 2015-04-18 10:39:58

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


Package is python3-WebOb

Changes:

--- /work/SRC/openSUSE:Factory/python3-WebOb/python3-WebOb.changes  
2015-01-26 16:47:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-WebOb.new/python3-WebOb.changes 
2015-04-18 10:39:59.0 +0200
@@ -1,0 +2,58 @@
+Wed Apr 15 15:33:02 UTC 2015 - a...@gmx.de
+
+- update to version 1.4.1:
+  * Backwards Incompatibilities
++ Morsel will no longer accept a cookie value that does not meet
+  RFC6265’s cookie-octet specification. Upon calling
+  Morsel.serialize a warning will be issued, in the future this
+  will raise a ValueError, please update your cookie handling
+  code. See https://github.com/Pylons/webob/pull/172
++ The cookie-octet specification in RFC6265 states the following
+  characters are valid in a cookie value:
++ Hex Range Actual Characters ——— —– [0x21 ] ! [0x25-0x2B]
+  #$%’()*+ [0x2D-0x3A] -./0123456789: [0x3C-0x5B]
+  =?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[ [0x5D-0x7E]
+  ]^_`abcdefghijklmnopqrstuvwxyz{|}~
++ RFC6265 suggests using base 64 to serialize data before storing
+  data in a cookie.
++ response.set_cookie now uses the internal make_cookie API, which
+  will issue warnings if cookies are set with invalid bytes. See
+  https://github.com/Pylons/webob/pull/172
+  * Features
++ Add support for some new caching headers, stale-while-revalidate
+  and stale-if-error that can be used by reverse proxies to cache
+  stale responses temporarily if the backend disappears. From
+  RFC5861. See https://github.com/Pylons/webob/pull/189
+  * Bug Fixes
++ Response.status now uses duck-typing for integers, and has also
+  learned to raise a ValueError if the status isn’t an integer
+  followed by a space, and then the reason. See
+  https://github.com/Pylons/webob/pull/191
++ Fixed a bug in webob.multidict.GetDict which resulted in the
+  QUERY_STRING not being updated when changes were made to query
+  params using Request.GET.extend().
++ Read the body of a request if we think it might have a
+  body. This fixes PATCH to support bodies. See
+  https://github.com/Pylons/webob/pull/184
++ Response.from_file returns HTTP headers as latin1 rather than
+  UTF-8, this fixes the usage on Google AppEngine. See
+  https://github.com/Pylons/webob/issues/99 and
+  https://github.com/Pylons/webob/pull/150
++ Fix a bug in parsing the auth parameters that contained bad
+  white space. This makes the parsing fall in line with what’s
+  required in RFC7235. See
+  https://github.com/Pylons/webob/issues/158
++ Use ‘rn’ line endings in Response.__str__. See:
+  https://github.com/Pylons/webob/pull/146
+  * Documentation Changes
++ response.set_cookie now has proper documentation for max_age and
+  expires. The code has also been refactored to use
+  cookies.make_cookie instead of duplicating the code. This fixes
+  https://github.com/Pylons/webob/issues/166 and
+  https://github.com/Pylons/webob/issues/171
++ Documentation didn’t match the actual code for the wsgify
+  function signature. See https://github.com/Pylons/webob/pull/167
++ Remove the WebDAV only from certain HTTP Exceptions, these
+  exceptions may also be used by REST services for example.
+
+---

Old:

  WebOb-1.4.tar.gz

New:

  WebOb-1.4.1.tar.gz



Other differences:
--
++ python3-WebOb.spec ++
--- /var/tmp/diff_new_pack.R7NraP/_old  2015-04-18 10:39:59.0 +0200
+++ /var/tmp/diff_new_pack.R7NraP/_new  2015-04-18 10:39:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-WebOb
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-WebOb
-Version:1.4
+Version:1.4.1
 Release:0
 Summary:WSGI request and response object
 License:MIT

++ WebOb-1.4.tar.gz - WebOb-1.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebOb-1.4/.gitignore new/WebOb-1.4.1/.gitignore
--- old/WebOb-1.4/.gitignore2013-12-07 04:05:28.0 +0100
+++ 

commit perl-Class-C3 for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-C3 for openSUSE:Factory 
checked in at 2015-04-18 10:40:04

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


Package is perl-Class-C3

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-C3/perl-Class-C3.changes  
2015-04-15 16:22:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Class-C3.new/perl-Class-C3.changes 
2015-04-18 10:40:05.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr 16 19:36:08 UTC 2015 - co...@suse.com
+
+- updated to 0.28
+   see /usr/share/doc/packages/perl-Class-C3/Changes
+
+  0.28 - 2015-04-14
+  - Change link to Dylan paper to use archive.org, as the original link has
+gone offline (RT#99756).
+
+---

Old:

  Class-C3-0.27.tar.gz

New:

  Class-C3-0.28.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Class-C3.spec ++
--- /var/tmp/diff_new_pack.4NpcNK/_old  2015-04-18 10:40:05.0 +0200
+++ /var/tmp/diff_new_pack.4NpcNK/_new  2015-04-18 10:40:05.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Class-C3
-Version:0.27
+Version:0.28
 Release:0
 %define cpan_name Class-C3
-Summary:A pragma to use the C3 method resolution order algorithm
+Summary:Pragma to Use the C3 Method Resolution Order Algorithm
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Class-C3/
-Source: 
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Class-C3-0.27.tar.gz - Class-C3-0.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.27/Changes new/Class-C3-0.28/Changes
--- old/Class-C3-0.27/Changes   2014-08-16 02:31:05.0 +0200
+++ new/Class-C3-0.28/Changes   2015-04-14 06:56:20.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension Class::C3.
 
+0.28 - 2015-04-14
+- Change link to Dylan paper to use archive.org, as the original link has
+  gone offline (RT#99756).
+
 0.27 - 2014-08-16
 - declare minimum perl version of 5.6 in metadata
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.27/MANIFEST new/Class-C3-0.28/MANIFEST
--- old/Class-C3-0.27/MANIFEST  2014-08-16 02:31:15.0 +0200
+++ new/Class-C3-0.28/MANIFEST  2015-04-14 06:59:15.0 +0200
@@ -33,8 +33,8 @@
 t/lib/D.pm
 t/lib/E.pm
 t/lib/F.pm
-t/pod.t
-t/pod_coverage.t
+xt/pod.t
+xt/pod_coverage.t
 META.yml Module YAML meta-data (added by 
MakeMaker)
 META.jsonModule JSON meta-data (added by 
MakeMaker)
 README   README file (added by Distar)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.27/META.json new/Class-C3-0.28/META.json
--- old/Class-C3-0.27/META.json 2014-08-16 02:31:15.0 +0200
+++ new/Class-C3-0.28/META.json 2015-04-14 06:59:14.0 +0200
@@ -4,7 +4,7 @@
   Stevan Little, ste...@iinteractive.com
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.141520,
+   generated_by : ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.143240,
license : [
   perl_5
],
@@ -72,5 +72,5 @@
  web : 
http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Class-C3.git;
   }
},
-   version : 0.27
+   version : 0.28
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.27/META.yml new/Class-C3-0.28/META.yml
--- old/Class-C3-0.27/META.yml  2014-08-16 02:31:15.0 +0200
+++ new/Class-C3-0.28/META.yml  2015-04-14 06:59:14.0 +0200
@@ -8,7 +8,7 @@
   ExtUtils::CBuilder: '0.27'
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.141520'
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.143240'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -28,4 +28,4 @@
   homepage: https://metacpan.org/release/Class-C3
   license: http://dev.perl.org/licenses/
   repository: git://git.shadowcat.co.uk/gitmo/Class-C3.git
-version: '0.27'
+version: '0.28'
diff -urN 

commit perl-Set-Scalar for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Set-Scalar for openSUSE:Factory 
checked in at 2015-04-18 10:39:47

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


Package is perl-Set-Scalar

Changes:

--- /work/SRC/openSUSE:Factory/perl-Set-Scalar/perl-Set-Scalar.changes  
2014-02-12 07:05:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Set-Scalar.new/perl-Set-Scalar.changes 
2015-04-18 10:39:48.0 +0200
@@ -1,0 +2,14 @@
+Tue Apr 14 19:22:10 UTC 2015 - co...@suse.com
+
+- updated to 1.29
+   see /usr/share/doc/packages/perl-Set-Scalar/ChangeLog
+
+  1.29 2014-03-24  Dave Oswald dav...@cpan.org
+* Fixed set operations examples in POD (Xaerxess via GitHub).
+
+  1.28 2014-02-24  Dave Oswald dav...@cpan.org
+* Fix POD example showing power_set() method returning an iterator. Now it
+  correctly demonstrates power_set_iterator() returning an iterator.
+  (Response to report from vagabonding_electron on PerlMonks.)
+
+---

Old:

  Set-Scalar-1.27.tar.gz

New:

  Set-Scalar-1.29.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Set-Scalar.spec ++
--- /var/tmp/diff_new_pack.qGb44N/_old  2015-04-18 10:39:48.0 +0200
+++ /var/tmp/diff_new_pack.qGb44N/_new  2015-04-18 10:39:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Set-Scalar
 #
-# 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-Set-Scalar
-Version:1.27
+Version:1.29
 Release:0
 %define cpan_name Set-Scalar
-Summary:Basic set operations
+Summary:Basic Set Operations
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Set-Scalar/
-Source: 
http://www.cpan.org/authors/id/D/DA/DAVIDO/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/D/DA/DAVIDO/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Set-Scalar-1.27.tar.gz - Set-Scalar-1.29.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Set-Scalar-1.27/ChangeLog 
new/Set-Scalar-1.29/ChangeLog
--- old/Set-Scalar-1.27/ChangeLog   2013-12-31 18:23:34.0 +0100
+++ new/Set-Scalar-1.29/ChangeLog   2014-03-24 15:44:15.0 +0100
@@ -1,3 +1,11 @@
+1.29 2014-03-24  Dave Oswald dav...@cpan.org
+  * Fixed set operations examples in POD (Xaerxess via GitHub).
+  
+1.28 2014-02-24  Dave Oswald dav...@cpan.org
+  * Fix POD example showing power_set() method returning an iterator. Now it
+correctly demonstrates power_set_iterator() returning an iterator.
+(Response to report from vagabonding_electron on PerlMonks.)
+
 1.27 2013-12-31  Dave Oswald dav...@cpan.org
 
   * Merge pull request for typo fix in POD.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Set-Scalar-1.27/META.json 
new/Set-Scalar-1.29/META.json
--- old/Set-Scalar-1.27/META.json   2013-12-31 18:25:27.0 +0100
+++ new/Set-Scalar-1.29/META.json   2014-03-24 15:48:42.0 +0100
@@ -4,7 +4,7 @@
   Jarkko Hietaniemi j...@iki.fi
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.133380,
+   generated_by : ExtUtils::MakeMaker version 6.86, CPAN::Meta::Converter 
version 2.133380,
license : [
   perl_5
],
@@ -19,6 +19,21 @@
  inc
   ]
},
+   prereqs : {
+  build : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  configure : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  runtime : {
+ requires : {}
+  }
+   },
release_status : stable,
resources : {
   repository : {
@@ -27,5 +42,5 @@
  web : https://github.com/daoswald/Set-Scalar;
   }
},
-   version : 1.27
+   version : 1.29
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Set-Scalar-1.27/META.yml new/Set-Scalar-1.29/META.yml
--- old/Set-Scalar-1.27/META.yml2013-12-31 18:25:27.0 +0100
+++ new/Set-Scalar-1.29/META.yml2014-03-24 15:48:42.0 +0100
@@ -2,9 

commit perl-Sub-Name for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Sub-Name for openSUSE:Factory 
checked in at 2015-04-18 10:39:41

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


Package is perl-Sub-Name

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sub-Name/perl-Sub-Name.changes  
2014-09-30 20:09:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Name.new/perl-Sub-Name.changes 
2015-04-18 10:39:42.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr 14 18:23:44 UTC 2015 - co...@suse.com
+
+- updated to 0.13
+   see /usr/share/doc/packages/perl-Sub-Name/Changes
+
+  0.13  2015-03-28 06:27:23Z
+  - fix optional test of interaction with B::C that sometimes invalidly
+failed
+
+---

Old:

  Sub-Name-0.12.tar.gz

New:

  Sub-Name-0.13.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Sub-Name.spec ++
--- /var/tmp/diff_new_pack.GPYoLm/_old  2015-04-18 10:39:43.0 +0200
+++ /var/tmp/diff_new_pack.GPYoLm/_new  2015-04-18 10:39:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sub-Name
 #
-# 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,20 +17,24 @@
 
 
 Name:   perl-Sub-Name
-Version:0.12
+Version:0.13
 Release:0
 %define cpan_name Sub-Name
 Summary:(re)name a sub
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Sub-Name/
-Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Devel::CheckBin)
 BuildRequires:  perl(Test::More) = 0.88
 %{perl_requires}
+# MANUAL BEGIN
+BuildRequires:  perl(Devel::CheckBin)
+# MANUAL END
 
 %description
 This module has only one function, which is also exported by default:
@@ -52,6 +56,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README weaver.ini
+%doc Changes CONTRIBUTING LICENSE README
 
 %changelog

++ Sub-Name-0.12.tar.gz - Sub-Name-0.13.tar.gz ++
 2269 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
preamble: |-
 BuildRequires: perl(Devel::CheckBin)
#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 perl-DBIx-Class-Fixtures for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-DBIx-Class-Fixtures for 
openSUSE:Factory checked in at 2015-04-18 10:40:28

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


Package is perl-DBIx-Class-Fixtures

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-DBIx-Class-Fixtures/perl-DBIx-Class-Fixtures.changes
2015-02-25 02:16:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-DBIx-Class-Fixtures.new/perl-DBIx-Class-Fixtures.changes
   2015-04-18 10:40:29.0 +0200
@@ -1,0 +2,18 @@
+Thu Apr 16 20:25:50 UTC 2015 - co...@suse.com
+
+- updated to 1.001028
+   see /usr/share/doc/packages/perl-DBIx-Class-Fixtures/Changes
+
+  1.001028  2015-01-05 00:40:41+00:00 Europe/London
+  
+  - releasing as stable
+  
+  1.001027_02 2014-12-30 19:50:50+00:00 Europe/London
+  
+  - changed tests to use portable directory management
+  
+  1.001027_01 2014-12-26 17:06:08+00:00 Europe/London
+  
+  - Fix fixture filenames to be compatible with ntfs systems - mrf++
+
+---

Old:

  DBIx-Class-Fixtures-1.001026.tar.gz

New:

  DBIx-Class-Fixtures-1.001028.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-DBIx-Class-Fixtures.spec ++
--- /var/tmp/diff_new_pack.pHLwkY/_old  2015-04-18 10:40:30.0 +0200
+++ /var/tmp/diff_new_pack.pHLwkY/_new  2015-04-18 10:40:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBIx-Class-Fixtures
 #
-# 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-DBIx-Class-Fixtures
-Version:1.001026
+Version:1.001028
 Release:0
 %define cpan_name DBIx-Class-Fixtures
 Summary:Dump data and repopulate a database using rules
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DBIx-Class-Fixtures/
-Source: 
http://www.cpan.org/authors/id/S/SK/SKAUFMAN/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/S/SK/SKAUFMAN/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -41,9 +42,8 @@
 BuildRequires:  perl(DateTime::Format::Pg)
 BuildRequires:  perl(DateTime::Format::SQLite) = 0.1
 BuildRequires:  perl(File::Copy::Recursive) = 0.38
-BuildRequires:  perl(File::Path) = 2.09
-BuildRequires:  perl(File::Spec::Functions) = 3.4
 BuildRequires:  perl(Hash::Merge) = 0.1
+BuildRequires:  perl(IO::All) = 0.85
 BuildRequires:  perl(JSON::Syck) = 1.27
 BuildRequires:  perl(Path::Class) = 0.32
 BuildRequires:  perl(Scalar::Util) = 1.27
@@ -60,9 +60,8 @@
 Requires:   perl(DateTime::Format::Pg)
 Requires:   perl(DateTime::Format::SQLite) = 0.1
 Requires:   perl(File::Copy::Recursive) = 0.38
-Requires:   perl(File::Path) = 2.09
-Requires:   perl(File::Spec::Functions) = 3.4
 Requires:   perl(Hash::Merge) = 0.1
+Requires:   perl(IO::All) = 0.85
 Requires:   perl(JSON::Syck) = 1.27
 Requires:   perl(Path::Class) = 0.32
 Requires:   perl(Scalar::Util) = 1.27

++ DBIx-Class-Fixtures-1.001026.tar.gz - 
DBIx-Class-Fixtures-1.001028.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBIx-Class-Fixtures-1.001026/Changes 
new/DBIx-Class-Fixtures-1.001028/Changes
--- old/DBIx-Class-Fixtures-1.001026/Changes2014-12-01 17:43:14.0 
+0100
+++ new/DBIx-Class-Fixtures-1.001028/Changes2015-01-05 01:40:44.0 
+0100
@@ -1,5 +1,17 @@
 Revision history for DBIx-Class-Fixtures
 
+1.001028  2015-01-05 00:40:41+00:00 Europe/London
+
+- releasing as stable
+
+1.001027_02 2014-12-30 19:50:50+00:00 Europe/London
+
+- changed tests to use portable directory management
+
+1.001027_01 2014-12-26 17:06:08+00:00 Europe/London
+
+- Fix fixture filenames to be compatible with ntfs systems - mrf++
+
 1.001026  2014-12-01 16:43:10+00:00 Europe/London
 
 - bugfix: not relying on $src-from to be a string anymore, use $src-name or 
$src-source_name. mrf++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBIx-Class-Fixtures-1.001026/META.yml 
new/DBIx-Class-Fixtures-1.001028/META.yml
--- old/DBIx-Class-Fixtures-1.001026/META.yml   2014-12-01 17:43:14.0 
+0100
+++ new/DBIx-Class-Fixtures-1.001028/META.yml  

commit perl-PerlIO-utf8_strict for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-PerlIO-utf8_strict for 
openSUSE:Factory checked in at 2015-04-18 10:39:20

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


Package is perl-PerlIO-utf8_strict

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-PerlIO-utf8_strict/perl-PerlIO-utf8_strict.changes
  2014-03-14 15:17:45.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-PerlIO-utf8_strict.new/perl-PerlIO-utf8_strict.changes
 2015-04-18 10:39:21.0 +0200
@@ -1,0 +2,9 @@
+Tue Apr 14 20:51:49 UTC 2015 - co...@suse.com
+
+- updated to 0.005
+   see /usr/share/doc/packages/perl-PerlIO-utf8_strict/Changes
+
+  0.005 2014-11-06 00:56:54+01:00 Europe/Amsterdam
+Add PPPort to compile on perl 5.8.9
+
+---

Old:

  PerlIO-utf8_strict-0.004.tar.gz

New:

  PerlIO-utf8_strict-0.005.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-PerlIO-utf8_strict.spec ++
--- /var/tmp/diff_new_pack.QwtGVA/_old  2015-04-18 10:39:22.0 +0200
+++ /var/tmp/diff_new_pack.QwtGVA/_new  2015-04-18 10:39:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-PerlIO-utf8_strict
 #
-# 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,20 +17,20 @@
 
 
 Name:   perl-PerlIO-utf8_strict
-Version:0.004
+Version:0.005
 Release:0
 %define cpan_name PerlIO-utf8_strict
 Summary:Fast and correct UTF-8 IO
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/PerlIO-utf8_strict/
-Source: 
http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
-# MANUAL
+Source0:
http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 Patch0: no-return-in-nonvoid-function.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build) = 0.3601
+BuildRequires:  perl(Module::Build) = 0.28
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More) = 0.88
 %{perl_requires}
@@ -56,6 +56,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes corpus LICENSE README
 
 %changelog

++ PerlIO-utf8_strict-0.004.tar.gz - PerlIO-utf8_strict-0.005.tar.gz ++
 8094 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
patches:
  no-return-in-nonvoid-function.patch: -p1
#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 perl-NetPacket for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-NetPacket for openSUSE:Factory 
checked in at 2015-04-18 10:39:11

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


Package is perl-NetPacket

Changes:

--- /work/SRC/openSUSE:Factory/perl-NetPacket/perl-NetPacket.changes
2013-10-21 12:32:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-NetPacket.new/perl-NetPacket.changes   
2015-04-18 10:39:12.0 +0200
@@ -1,0 +2,51 @@
+Tue Apr 14 15:38:57 UTC 2015 - co...@suse.com
+
+- updated to 1.6.0
+   see /usr/share/doc/packages/perl-NetPacket/Changes
+
+  1.6.0 2015-03-13
+   [ENHANCEMENTS]
+   - Clean up inheritance code (Philip Prindeville).
+   - Add a truckload of constants (Philip Prindeville).
+  
+   [STATISTICS]
+   - code churn: 12 files changed, 343 insertions(+), 220 deletions(-)
+  
+  1.5.0 2014-06-15
+   [ENHANCEMENTS]
+   - Addition of NetPacket::IPX. (Daniel Collins)
+   - NetPacket::Ethernet implements 'encode'. (RT#93928, Guido Hungerbuehler)
+  
+   [STATISTICS]
+   - code churn: 7 files changed, 337 insertions(+), 13 deletions(-)
+  
+  1.4.4 2013-11-30
+   [BUG FIXES]
+   - NetPacket::USBMon: also handle big endian perl without quad type. 
+ (GH#5, Andreas Schwab)
+   - Typo fix in comments. (GH#6, fschlich)
+  
+   [STATISTICS]
+   - code churn: 3 files changed, 13 insertions(+), 4 deletions(-)
+  
+  1.4.3 2013-10-03
+   [BUG FIXES]
+   - Unpack data in LittleEndian format. (GH#4, k0da)
+  
+   [STATISTICS]
+   - code churn: 3 files changed, 62 insertions(+), 27 deletions(-)
+  
+  1.4.2 2013-09-25
+   [BUG FIXES]
+   - Dist::Zilla::Plugin::Test::Compile was causing test to potentially hang
+ on Windows. (reported by Karen Etheridge)
+  
+   [MISC]
+   - Tidy up the changelog. (GH#3, Neil Bowers)
+  
+   [STATISTICS]
+   - code churn: 2 files changed, 46 insertions(+), 20 deletions(-)
+- obsoletes perl-NetPacket-backport.patch
+- remove upstreamed perl-NetPacket-bigendian.patch
+
+---

Old:

  NetPacket-1.4.1.tar.gz
  perl-NetPacket-backport.patch
  perl-NetPacket-bigendian.patch

New:

  NetPacket-1.6.0.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-NetPacket.spec ++
--- /var/tmp/diff_new_pack.RV4Tvk/_old  2015-04-18 10:39:12.0 +0200
+++ /var/tmp/diff_new_pack.RV4Tvk/_new  2015-04-18 10:39:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-NetPacket
 #
-# 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,72 +17,54 @@
 
 
 Name:   perl-NetPacket
-Version:1.4.1
+Version:1.6.0
 Release:0
-Summary:Assemble/disassemble network packets at the protocol level
+%define cpan_name NetPacket
+Summary:Assemble/Disassemble Network Packets at the Protocol Level
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
-Source: 
http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/NetPacket-%{version}.tar.gz
-Patch1: perl-NetPacket-backport.patch
-Patch2: perl-NetPacket-bigendian.patch
-Url:http://search.cpan.org/dist/NetPacket
+Url:http://search.cpan.org/dist/NetPacket/
+Source0:
http://www.cpan.org/authors/id/Y/YA/YANICK/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+BuildRequires:  perl
 BuildRequires:  perl-macros
-%if 0%{?suse_version}  1120
-BuildRequires:  perl(Test::More) = 0.94
-%endif
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(constant)
-BuildRequires:  perl(vars)
-Requires:   perl(constant)
-Requires:   perl(vars)
-%if 0%{?suse_version} = 1120
-BuildArch:  noarch
-%endif
+BuildRequires:  perl(Test::More) = 0.88
+BuildRequires:  perl(parent)
+Requires:   perl(parent)
+%{perl_requires}
 
 %description
-NetPacket provides a base class for a cluster of modules related to
-decoding and encoding of network protocols. Each NetPacket descendent
+'NetPacket' provides a base class for a cluster of modules related to
+decoding and encoding of network protocols. Each 'NetPacket' descendent
 module knows how to encode and decode packets for the network protocol it
 implements. Consult the documentation for the module in question for
 protocol-specific implementation.
-Note that there is no 

commit perl-Test-Manifest for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Manifest for 
openSUSE:Factory checked in at 2015-04-18 10:38:56

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


Package is perl-Test-Manifest

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Manifest/perl-Test-Manifest.changes
2011-11-21 12:47:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Manifest.new/perl-Test-Manifest.changes   
2015-04-18 10:38:57.0 +0200
@@ -1,0 +2,20 @@
+Tue Apr 14 18:13:57 UTC 2015 - co...@suse.com
+
+- updated to 2.02
+   see /usr/share/doc/packages/perl-Test-Manifest/Changes
+
+  Changes for Test::Manifest
+  
+  2.02 - Tue Aug 26 13:01:43 2014
+   Fix rt.cpan.org #98288: fix a spelling mistake
+  
+  2.00_001 - Thu Jul 11 20:22:40 2013
+   * Switch back to Makefile.PL—so much simpler
+  
+  2.00_01 - Wed Jul 20 01:02:11 2011
+   * Work with Module::Build by supplying a subclass.
+  
+  1.23 - Fri Jul 17 03:04:38 2009
+   * Move everything to git and finally make a release
+
+---

Old:

  Test-Manifest-1.23.tar.gz

New:

  Test-Manifest-2.02.tar.gz



Other differences:
--
++ perl-Test-Manifest.spec ++
--- /var/tmp/diff_new_pack.3XNSch/_old  2015-04-18 10:38:58.0 +0200
+++ /var/tmp/diff_new_pack.3XNSch/_new  2015-04-18 10:38:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Manifest
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,41 +15,47 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Test-Manifest
+Version:2.02
+Release:0
 %define cpan_name Test-Manifest
-Summary:Interact with a t/test_manifest file
-Version:1.23
-Release:3
-License:GPL-1.0+ or Artistic-1.0
+Summary:interact with a t/test_manifest file
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Manifest/
-Source: 
http://www.cpan.org/modules/by-module/Test/Test-Manifest-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) = 0.95
+Requires:   perl(Test::More) = 0.95
+%{perl_requires}
 
 %description
-Test::Harness assumes that you want to run all of the .t files in the t/
-directory in ascii-betical order during make test unless you say otherwise.
-This leads to some interesting naming schemes for test files to get them in
-the desired order. This interesting names ossify when they get into source
-control, and get even more interesting as more tests show up.
-
-Test::Manifest overrides the default behaviour by replacing the
-test_via_harness target in the Makefile. Instead of running at the t/*.t
-files in ascii-betical order, it looks in the t/test_manifest file to
-find out which tests you want to run and the order in which you want
-to run them. It constructs the right value for MakeMaker to do the right thing.
-
-Authors:
-
-brian d foy, bd...@cpan.org
+'Test::Harness' assumes that you want to run all of the _.t_ files in the
+_t/_ directory in ASCII-betical order during 'make test' or './Build test'
+unless you say otherwise. This leads to some interesting naming schemes for
+test files to get them in the desired order. These interesting names ossify
+when they get into source control, and get even more interesting as more
+tests show up.
+
+'Test::Manifest' overrides the default test file order. Instead of running
+all of the _t/*.t_ files in ASCII-betical order, it looks in the
+_t/test_manifest_ file to find out which tests you want to run and the
+order in which you want to run them. It constructs the right value for the
+build system to do the right thing.
+
+In _t/test_manifest_, simply list the tests that you want to run. Their
+order in the file is the order in which they run. You can comment lines
+with a '#', just like in Perl, and 'Test::Manifest' will strip leading and
+trailing whitespace from each line. It also checks that the specified file
+is actually in the _t/_ directory. If the file does not exist, it does not

commit perl-DateTime-TimeZone for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-DateTime-TimeZone for 
openSUSE:Factory checked in at 2015-04-18 10:39:22

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


Package is perl-DateTime-TimeZone

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-DateTime-TimeZone/perl-DateTime-TimeZone.changes
2015-02-08 13:04:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-DateTime-TimeZone.new/perl-DateTime-TimeZone.changes
   2015-04-18 10:39:24.0 +0200
@@ -1,0 +2,11 @@
+Thu Apr 16 16:16:20 UTC 2015 - co...@suse.com
+
+- updated to 1.86
+   see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
+
+  1.862015-03-21
+  
+  - This release is based on version 2015b of the Olson database. This release
+includes contemporary changes for Mongolia and Palestine.
+
+---

Old:

  DateTime-TimeZone-1.85.tar.gz

New:

  DateTime-TimeZone-1.86.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-DateTime-TimeZone.spec ++
--- /var/tmp/diff_new_pack.7f7wma/_old  2015-04-18 10:39:25.0 +0200
+++ /var/tmp/diff_new_pack.7f7wma/_new  2015-04-18 10:39:25.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-DateTime-TimeZone
-Version:1.85
+Version:1.86
 Release:0
 %define cpan_name DateTime-TimeZone
 Summary:Time zone object base class and factory
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DateTime-TimeZone/
-Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{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
 BuildRequires:  perl
@@ -33,6 +34,9 @@
 BuildRequires:  perl(List::AllUtils)
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Params::Validate) = 0.72
+BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::More) = 0.96
+BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(parent)
 Requires:   perl(Class::Singleton) = 1.03
@@ -42,9 +46,6 @@
 Requires:   perl(Try::Tiny)
 Requires:   perl(parent)
 %{perl_requires}
-# MANUAL
-BuildRequires:  perl(Test::Fatal)
-BuildRequires:  perl(Test::Requires)
 
 %description
 This class is the base class for all time zone objects. A time zone is
@@ -73,6 +74,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes cpanfile LICENSE README.md tidyall.ini weaver.ini
+%doc Changes LICENSE README.md
 
 %changelog

++ DateTime-TimeZone-1.85.tar.gz - DateTime-TimeZone-1.86.tar.gz ++
 19338 lines of diff (skipped)

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



commit bonnie for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package bonnie for openSUSE:Factory checked 
in at 2015-04-18 10:39:07

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


Package is bonnie

Changes:

--- /work/SRC/openSUSE:Factory/bonnie/bonnie.changes2012-03-09 
21:21:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.bonnie.new/bonnie.changes   2015-04-18 
10:39:09.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr  9 10:56:17 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Remove ctcs packages
+
+---

Old:

  ctcstools.tar.bz2



Other differences:
--
++ bonnie.spec ++
--- /var/tmp/diff_new_pack.06Tsyi/_old  2015-04-18 10:39:10.0 +0200
+++ /var/tmp/diff_new_pack.06Tsyi/_new  2015-04-18 10:39:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bonnie
 #
-# 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
@@ -16,67 +16,33 @@
 #
 
 
-
 Name:   bonnie
-Url:http://www.garloff.de/kurt/linux/bonnie/
+Version:1.5
+Release:0
+Summary:File System Benchmark
 License:GPL-2.0+
 Group:  System/Benchmark
-Summary:File System Benchmark
-Version:1.5
-Release:476
+Url:https://code.google.com/p/bonnie-64/
 Source0:%{name}-%{version}.tar.bz2
-Source1:ctcstools.tar.bz2
-#Patch:  %{name}-%{version}.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-#BuildRequires:linux-kernel-headers  - fails on SLES-10-SP2
-BuildRequires:  kernel-source
 
 %description
 Bonnie is a popular performance benchmark that targets various aspects
 of Unix file systems.
 
-%package ctcs2-glue
-License:GPL-2.0+
-Summary:File System Benchmark
-Group:  System/Benchmark
-Requires:   bonnie ctcs2 = 0.1.1
-#BuildArchitectures: noarch
-
-%description ctcs2-glue
-Bonnie is a popular performance benchmark that targets various aspects
-of Unix file systems.
-
 %prep
-%setup -n bonnie -a1
+%setup -q -n %{name}
 
 %build
-make CC=gcc CFLAGS=$RPM_OPT_FLAGS %{?_smp_mflags}
+make CC=gcc CFLAGS=%{optflags} %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir}
-%if %suse_version  1210
-cd ctcstools
-mkdir -p $RPM_BUILD_ROOT/usr/share/qa/bonnie/tcf
-mkdir -p $RPM_BUILD_ROOT/usr/share/qa/tcf
-mkdir -p $RPM_BUILD_ROOT/usr/lib/ctcs2/tools
-install -m 744 do_bonnie $RPM_BUILD_ROOT/usr/share/qa/bonnie/
-install -m 644 *.tcf $RPM_BUILD_ROOT/usr/share/qa/bonnie/tcf/
-for A in *.tcf; do ln -s ../../../../usr/share/qa/bonnie/tcf/$A 
$RPM_BUILD_ROOT/usr/share/qa/tcf/; done
-install -m 744 bonnie-run $RPM_BUILD_ROOT/usr/lib/ctcs2/tools/ 
-%endif
+make install DESTDIR=%{buildroot} MANDIR=%{_mandir}
 
 %files
 %defattr(-, root, root)
 %doc bonnie.doc README
-/usr/bin/bonnie
+%{_bindir}/bonnie
 %{_mandir}/man1/bonnie.1.gz
 
-%if %suse_version  1210
-
-%files ctcs2-glue
-%defattr(-, root, root)
-/usr/share/qa
-/usr/lib/ctcs2
-%endif
-
 %changelog




commit perl-CPAN-Uploader for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Uploader for 
openSUSE:Factory checked in at 2015-04-18 10:40:24

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


Package is perl-CPAN-Uploader

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPAN-Uploader/perl-CPAN-Uploader.changes
2014-02-11 10:43:51.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Uploader.new/perl-CPAN-Uploader.changes   
2015-04-18 10:40:25.0 +0200
@@ -1,0 +2,14 @@
+Thu Apr 16 20:40:22 UTC 2015 - co...@suse.com
+
+- updated to 0.103008
+   see /usr/share/doc/packages/perl-CPAN-Uploader/Changes
+
+  0.103008  2015-02-08 22:09:59-05:00 America/New_York
+  - fix documentation link to cpan-upload/CONFIGURATION (Kent Fredric)
+  - you can now cpan-upload http://some.cool/file.tgz; (Barbie)
+  - add --ignore-errors for cpan-upload (perlancar)
+  
+  0.103007  2014-04-04 22:02:22-04:00 America/New_York
+  - added -c option to cpan-uploader to specify an alternate config
+
+---

Old:

  CPAN-Uploader-0.103006.tar.gz

New:

  CPAN-Uploader-0.103008.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-CPAN-Uploader.spec ++
--- /var/tmp/diff_new_pack.OsFtWQ/_old  2015-04-18 10:40:25.0 +0200
+++ /var/tmp/diff_new_pack.OsFtWQ/_new  2015-04-18 10:40:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CPAN-Uploader
 #
-# 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-CPAN-Uploader
-Version:0.103006
+Version:0.103008
 Release:0
 %define cpan_name CPAN-Uploader
-Summary:upload things to the CPAN
+Summary:Upload Things to the Cpan
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/CPAN-Uploader/
-Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ CPAN-Uploader-0.103006.tar.gz - CPAN-Uploader-0.103008.tar.gz ++
 1837 lines of diff (skipped)

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



commit perl-Test-TCP for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-TCP for openSUSE:Factory 
checked in at 2015-04-18 10:39:54

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


Package is perl-Test-TCP

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-TCP/perl-Test-TCP.changes  
2013-11-26 14:42:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-TCP.new/perl-Test-TCP.changes 
2015-04-18 10:39:55.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 14 20:19:15 UTC 2015 - co...@suse.com
+
+- updated to 2.11
+   see /usr/share/doc/packages/perl-Test-TCP/Changes
+- remove long dead test-no-note.patch
+
+---

Old:

  Test-TCP-2.02.tar.gz
  test-no-note.patch

New:

  Test-TCP-2.11.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Test-TCP.spec ++
--- /var/tmp/diff_new_pack.JJTeyw/_old  2015-04-18 10:39:56.0 +0200
+++ /var/tmp/diff_new_pack.JJTeyw/_new  2015-04-18 10:39:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-TCP
 #
-# 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,30 +17,24 @@
 
 
 Name:   perl-Test-TCP
-Version:2.02
+Version:2.11
 Release:0
 %define cpan_name Test-TCP
-Summary:Testing TCP program
+Summary:Testing Tcp Program
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-TCP/
-Source: 
http://www.cpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/K/KA/KAZUHO/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Meta)
-BuildRequires:  perl(CPAN::Meta::Prereqs)
-BuildRequires:  perl(Module::Build) = 0.38
+BuildRequires:  perl(IO::Socket::IP)
 BuildRequires:  perl(Test::More) = 0.98
-BuildRequires:  perl(Test::SharedFork) = 0.19
-#BuildRequires: perl(File::Which)
-#BuildRequires: perl(Net::EmptyPort)
-#BuildRequires: perl(Perl::Critic) = 1.105
-#BuildRequires: perl(Test::Perl::Critic) = 1.02
-#BuildRequires: perl(Test::TCP)
-#BuildRequires: perl(t::Server)
-Requires:   perl(Test::SharedFork) = 0.19
+BuildRequires:  perl(Test::SharedFork) = 0.29
+Requires:   perl(IO::Socket::IP)
+Requires:   perl(Test::SharedFork) = 0.29
 %{perl_requires}
 
 %description
@@ -50,18 +44,19 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes cpanfile LICENSE README.md
+%doc Changes LICENSE minil.toml README.md
 
 %changelog

++ Test-TCP-2.02.tar.gz - Test-TCP-2.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-TCP-2.02/Build.PL new/Test-TCP-2.11/Build.PL
--- old/Test-TCP-2.02/Build.PL  2013-10-30 04:23:09.0 +0100
+++ new/Test-TCP-2.11/Build.PL  1970-01-01 01:00:00.0 +0100
@@ -1,71 +0,0 @@
-# =
-# THIS FILE IS AUTOMATICALLY GENERATED BY MINILLA.
-# DO NOT EDIT DIRECTLY.
-# =
-
-use 5.008_001;
-
-use strict;
-use warnings;
-use utf8;
-
-use Module::Build;
-use File::Basename;
-use File::Spec;
-use CPAN::Meta;
-use CPAN::Meta::Prereqs;
-
-my %args = (
-license  = 'perl',
-dynamic_config   = 0,
-
-configure_requires = {
-'Module::Build' = 0.38,
-},
-
-name= 'Test-TCP',
-module_name = 'Test::TCP',
-allow_pureperl = 0,
-
-script_files = [glob('script/*'), glob('bin/*')],
-c_source = [qw()],
-PL_files = {},
-
-test_files   = ((-d '.git' || $ENV{RELEASE_TESTING})  -d 'xt') 
? 't/ xt/' : 't/',
-recursive_test_files = 1,
-
-);
-if (-d 'share') {
-$args{share_dir} = 'share';
-}
-
-my $builder = Module::Build-subclass(
-class = 'MyBuilder',
-code = q{
-sub ACTION_distmeta {

commit perl-Devel-Cycle for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Cycle for 
openSUSE:Factory checked in at 2015-04-18 10:40:11

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


Package is perl-Devel-Cycle

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Cycle/perl-Devel-Cycle.changes
2011-09-23 12:36:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cycle.new/perl-Devel-Cycle.changes   
2015-04-18 10:40:12.0 +0200
@@ -1,0 +2,9 @@
+Thu Apr 16 17:31:19 UTC 2015 - co...@suse.com
+
+- updated to 1.12
+   see /usr/share/doc/packages/perl-Devel-Cycle/Changes
+
+  1.12 Fri Nov 14 08:56:23 EST 2014
+   - Moved to GitHub at https://github.com/lstein/Devel-Cycle
+
+---

Old:

  Devel-Cycle-1.11.tar.gz

New:

  Devel-Cycle-1.12.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Devel-Cycle.spec ++
--- /var/tmp/diff_new_pack.80fhqg/_old  2015-04-18 10:40:12.0 +0200
+++ /var/tmp/diff_new_pack.80fhqg/_new  2015-04-18 10:40:12.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Devel-Cycle (Version 1.11)
+# spec file for package perl-Devel-Cycle
 #
-# Copyright (c) 2010 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,46 +15,34 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Devel-Cycle
+Version:1.12
+Release:0
 %define cpan_name Devel-Cycle
 Summary:Find memory cycles in objects
-Version:1.11
-Release:2
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-Cycle/
-Source: 
http://search.cpan.org/CPAN/authors/id/L/LD/LDS/Devel-Cycle-1.11.tar.gz
-# https://rt.cpan.org/Public/Bug/Display.html?id=56681
-Patch0: %{cpan_name}-pm.patch
-Patch1: %{cpan_name}-t.patch
+Source0:
http://www.cpan.org/authors/id/L/LD/LDS/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+Patch0: Devel-Cycle-pm.patch
+Patch1: Devel-Cycle-t.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Scalar::Util)
-Requires:   perl(Scalar::Util)
+%{perl_requires}
 
 %description
 This is a simple developer's tool for finding circular references in
 objects and other types of references. Because of Perl's reference-count
 based memory management, circular references will cause memory leaks.
 
-Authors:
-
-Lincoln Stein, lst...@cshl.edu
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
-# https://rt.cpan.org/Public/Bug/Display.html?id=56681
-%if 0%{?suse_version} = 1130
 %patch0
 %patch1
-%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -65,18 +53,11 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

++ Devel-Cycle-1.11.tar.gz - Devel-Cycle-1.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Cycle-1.11/Changes new/Devel-Cycle-1.12/Changes
--- old/Devel-Cycle-1.11/Changes2009-08-24 14:54:45.0 +0200
+++ new/Devel-Cycle-1.12/Changes2014-11-14 14:56:40.0 +0100
@@ -1,4 +1,7 @@
 Revision history for Perl extension Devel::Cycle.
+1.12 Fri Nov 14 08:56:23 EST 2014
+ - Moved to GitHub at https://github.com/lstein/Devel-Cycle
+
 1.11 Mon Aug 24 08:50:25 EDT 2009
  - Florian Ragwitz fixed bug 47389
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Cycle-1.11/MANIFEST 
new/Devel-Cycle-1.12/MANIFEST
--- old/Devel-Cycle-1.11/MANIFEST   2006-05-18 20:17:38.0 +0200
+++ new/Devel-Cycle-1.12/MANIFEST   2014-11-14 14:58:17.0 +0100
@@ -5,3 +5,4 @@
 t/Devel-Cycle.t
 lib/Devel/Cycle.pm
 META.yml Module meta-data (added by MakeMaker)
+META.jsonModule JSON meta-data (added by 

commit perl-Prima for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Prima for openSUSE:Factory 
checked in at 2015-04-18 10:39:43

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


Package is perl-Prima

Changes:

--- /work/SRC/openSUSE:Factory/perl-Prima/perl-Prima.changes2015-02-03 
15:35:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Prima.new/perl-Prima.changes   
2015-04-18 10:39:44.0 +0200
@@ -1,0 +2,16 @@
+Tue Apr 14 20:07:03 UTC 2015 - co...@suse.com
+
+- updated to 1.43
+   see /usr/share/doc/packages/perl-Prima/Changes
+
+  1.43 2015-04-10
+   - Rewrite font test and polish rough ends in xft font handling
+   - Copy images to clipboard so that GTK recognizes them
+  
+  1.42 2015-03-11
+   - Tests became TAP compliant and using Prima::Test
+   - Jpeg exif orientation support added
+   - Scrollbar overriding properties added for scroller widgets
+- remove heavily outdated docs and VB-decent.diff
+
+---

Old:

  Prima-1.41.tar.gz
  Prima.pdf.bz2
  VB-decent.diff
  VB_classes-decent.gif

New:

  Prima-1.43.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Prima.spec ++
--- /var/tmp/diff_new_pack.6mWscV/_old  2015-04-18 10:39:45.0 +0200
+++ /var/tmp/diff_new_pack.6mWscV/_new  2015-04-18 10:39:45.0 +0200
@@ -17,87 +17,69 @@
 
 
 Name:   perl-Prima
+Version:1.43
+Release:0
+#Upstream: SUSE-Public-Domain
+%define cpan_name Prima
+Summary:Perl Graphic Toolkit
+License:BSD-2-Clause
+Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Prima/
+Source0:
http://www.cpan.org/authors/id/K/KA/KARASIK/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+Patch0: gcc-warnings.patch
+Patch1: Prima-GenericEvent.patch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+%{perl_requires}
+# MANUAL BEGIN
 BuildRequires:  giflib-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
-BuildRequires:  perl
 BuildRequires:  xkeyboard-config
 BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-Xvfb
 BuildRequires:  xorg-x11-devel
 %define X_display :98
 Requires:   xorg-x11
-Version:1.41
-Release:0
-Summary:A Perl toolkit for multi-platform GUI development
-License:BSD-2-Clause
-Group:  Development/Libraries/Perl
-Url:http://prima.eu.org
-Source: 
http://www.cpan.org/authors/id/K/KA/KARASIK/Prima-%{version}.tar.gz
-Source1:VB_classes-decent.gif
-Source2:Prima.pdf.bz2
-Patch:  VB-decent.diff
-Patch2: Prima-GenericEvent.patch
-Patch3: gcc-warnings.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   perl-base = %perl_version
+# MANUAL END
 
 %description
-Prima is an extensible Perl toolkit for multi-platform GUI development.
-The toolkit contains a rich set of standard widgets and has emphasis on
-2D image processing tasks. A Perl program using PRIMA looks and behaves
-identically on X, Win32 and OS/2. The toolkit includes VB, a visual
-builder and a graphic POD viewer.
+The toolkit is combined from two basic set of classes - core and external.
+The core classes are coded in C and form a base line for every Prima object
+written in perl. The usage of C is possible together with the toolkit;
+however, its full power is revealed in the perl domain. The external
+classes present easily expandable set of widgets, written completely in
+perl and communicating with the system using Prima library calls.
 
 %prep
-%setup -q -n Prima-%{version}
-cp %{S:1} Prima/VB/classes.gif
-cp %{S:2} .
-bunzip2 Prima.pdf.bz2
-%patch -p1
-%patch2
-%patch3 -p1
-# patch creates a .orig file. Our Installer is so greedy ...
-rm -f Prima/VB/VB.pl.orig
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
+%patch0 -p1
+%patch1 
 
 %build
-perl Makefile.PL
-## site_perl is not allowed anymore in SuSE Linux.
-perl -i -pe 's{/site_perl/}{/vendor_perl/}g' Makefile
-make %{?_smp_mflags} OPTIMIZE=$RPM_OPT_FLAGS -Wall
-(ldd auto/Prima/Prima.so | grep -q libgif ) || echo WARNING: gif codec 
required for VB
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+%{__make} %{?_smp_mflags}
 
 %check
-#
-### Launch a virtual framebuffer X server ###
-#
-export DISPLAY=%{X_display}
-Xvfb %{X_display}  Xvfb.log 
-trap kill $! || true EXIT
-sleep 10
-make test
+%{__make} test
 
 %install
 %perl_make_install

commit salt for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package salt for openSUSE:Factory checked in 
at 2015-04-18 10:39:33

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


Package is salt

Changes:

--- /work/SRC/openSUSE:Factory/salt/salt.changes2015-02-27 
11:10:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2015-04-18 
10:39:34.0 +0200
@@ -1,0 +2,83 @@
+Mon Mar 30 21:41:22 UTC 2015 - abo...@gmail.com
+
+- New Bugfix Release 2014.7.4
+- Updated patch use-forking-daemon.patch
+- fix salt-zsh-completion conflicts
++ Multi-master minions mode no longer route fileclient operations 
asymetrically.
+  This fixes the source of many multi-master bugs where the minion would
+  become unrepsonsive from one or more masters.
++ Fix bug wherein network.iface could produce stack traces.
++ net.arp will no longer be made available unless arp is installed on the
+  system.
++ Major performance improvements to Saltnado
++ Allow KVM module to operate under KVM itself or VMWare Fusion
++ Various fixes to the Windows installation scripts
++ Fix issue where the syndic would not correctly propogate loads to the master
+  job cache.
++ Improve error handling on invalid /etc/network/interfaces file in salt
+  networking modules
++ Fix bug where a reponse status was not checked for in fileclient.get_url
++ Enable eauth when running salt in batch mode
++ Increase timeout in Boto Route53 module
++ Fix bugs with Salt's 'tar' module option parsing
++ Fix parsing of NTP servers on Windows
++ Fix issue with blockdev tuning not reporting changes correctly
++ Update to the latest Salt bootstrap script
++ Update Linode salt-cloud driver to use either linode-python or
+  apache-libcloud
++ Fix for s3.query function to return correct headers
++ Fix for s3.head returning None for files that exist
++ Fix the disable function in win_service module so that the service is
+  disabled correctly
++ Fix race condition between master and minion when making a directory when
+  both daemons are on the same host
++ Fix an issue where file.recurse would fail at the root of an svn repo
+  when the repo has a mountpoint
++ Fix an issue where file.recurse would fail at the root of an hgfs repo
+  when the repo has a mountpoint
++ Fix an issue where file.recurse would fail at the root of an gitfs repo
+  when the repo has a mountpoint
++ Add status.master capability for Windows.
++ Various fixes to ssh_known_hosts
++ Various fixes to states.network bonding for Debian
++ The debian_ip.get_interfaces module no longer removes nameservers.
++ Better integration between grains.virtual and systemd-detect-virt and
+  virt-what
++ Fix traceback in sysctl.present state output
++ Fix for issue where mount.mounted would fail when superopts were not a part
+  of mount.active (extended=True). Also mount.mounted various fixes for Solaris
+  and FreeBSD.
++ Fix error where datetimes were not correctly safeguarded before being passed
+  into msgpack.
++ Fix file.replace regressions.  If the pattern is not found, and if dry run 
is False,
+  and if `backup` is False, and if a pre-existing file exists with extension 
`.bak`,
+  then that backup file will be overwritten. This backup behavior is a result 
of how `fileinput`
+  works. Fixing it requires either passing through the file twice (the
+  first time only to search for content and set a flag), or rewriting
+  `file.replace` so it doesn't use `fileinput`
++ VCS filreserver fixes/optimizations
++ Catch fileserver configuration errors on master start
++ Raise errors on invalid gitfs configurations
++ set_locale when locale file does not exist (Redhat family)
++ Fix to correctly count active devices when created mdadm array with spares
++ Fix to correctly target minions in batch mode
++ Support ssh:// urls using the gitfs dulwhich backend
++ New fileserver runner
++ Fix various bugs with argument parsing to the publish module.
++ Fix disk.usage for Synology OS
++ Fix issue with tags occurring twice with docker.pulled
++ Fix incorrect key error in SMTP returner
++ Fix condition which would remount loopback filesystems on every state run
++ Remove requsites from listens after they are called in the state system
++ Make system implementation of service.running aware of legacy service calls
++ Fix issue where publish.publish would not handle duplicate responses 
gracefully.
++ Accept Kali Linux for aptpkg salt execution module
++ Fix bug where cmd.which could not handle a dirname as an argument
++ Fix issue in ps.pgrep where exceptions were thrown on Windows.
+
+- Known Issues:
++ In multimaster mode, a minion may become temporarily unresponsive
+  if modules or pillars are refreshed at the same time that one
+  or more masters are down. This can be worked around by setting
+  

commit libtorrent-rasterbar for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package libtorrent-rasterbar for 
openSUSE:Factory checked in at 2015-04-18 10:39:38

Comparing /work/SRC/openSUSE:Factory/libtorrent-rasterbar (Old)
 and  /work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new (New)


Package is libtorrent-rasterbar

Changes:

--- 
/work/SRC/openSUSE:Factory/libtorrent-rasterbar/libtorrent-rasterbar.changes
2015-02-22 17:26:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new/libtorrent-rasterbar.changes
   2015-04-18 10:39:40.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr  6 11:05:12 UTC 2015 - fi...@opensuse.org
+
+- Update to 1.0.4:
+  * so many changes since last package version, all of them can be found in
+ChangeLog file.
+  * Bump so version to 8.
+
+---

Old:

  libtorrent-rasterbar-0.16.19.tar.gz

New:

  libtorrent-rasterbar-1.0.4.tar.gz



Other differences:
--
++ libtorrent-rasterbar.spec ++
--- /var/tmp/diff_new_pack.E2XPdw/_old  2015-04-18 10:39:41.0 +0200
+++ /var/tmp/diff_new_pack.E2XPdw/_new  2015-04-18 10:39:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libtorrent-rasterbar
 #
-# 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
@@ -16,14 +16,14 @@
 #
 
 
-%define _soname 7
+%define _soname 8
 # for setting those bcond_with* configs see
 # http://lizards.opensuse.org/2008/09/12/conditional-features-aka-use-flags/
 # optionally build with examples
 %bcond_with examples
 
 Name:   libtorrent-rasterbar
-Version:0.16.19
+Version:1.0.4
 Release:0
 Summary:Libtorrent is a C++ implementation of the BitTorrent protocol
 License:BSD-3-Clause
@@ -134,11 +134,11 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
-rm -v %{buildroot}%{_libdir}/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name *.la -delete -print
 # move doc to separate package
 mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
-install -m 644 docs/* %{buildroot}%{_defaultdocdir}/%{name}/
+cp -r docs/* %{buildroot}%{_defaultdocdir}/%{name}/
 
 %if %{with examples}
 # drop tests binaries from -tools subpackage
@@ -173,8 +173,8 @@
 
 %files -n python-%{name}
 %defattr(-,root,root)
-%py_sitedir/libtorrent.so
-%py_sitedir/python_libtorrent-%{version}-py%{py_ver}.egg-info
+%{py_sitedir}/libtorrent.so
+%{py_sitedir}/python_libtorrent-%{version}-py%{py_ver}.egg-info
 
 %files devel
 %defattr(-,root,root)

++ libtorrent-rasterbar-0.16.19.tar.gz - libtorrent-rasterbar-1.0.4.tar.gz 
++
 17 lines of diff (skipped)




commit perl-Wx for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Wx for openSUSE:Factory checked 
in at 2015-04-18 10:39:25

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


Package is perl-Wx

Changes:

--- /work/SRC/openSUSE:Factory/perl-Wx/perl-Wx.changes  2014-07-10 
09:31:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Wx.new/perl-Wx.changes 2015-04-18 
10:39:26.0 +0200
@@ -1,0 +2,25 @@
+Wed Apr 15 12:22:14 UTC 2015 - co...@suse.com
+
+- updated to 0.9927
+   see /usr/share/doc/packages/perl-Wx/Changes
+
+  0.9927 Thu Mar 26 2015
+  - Fix broken wxWidgets 2.8 builds
+  
+  0.9926 Tue Mar 10 2015
+  - pause indexing fix
+  
+  0.9925 Tue Mar 10 2015
+  - pause indexing fix
+  
+  0.9924 Tue Mar 10 2015
+  - added wxTimer::StartOnce
+  - some missing wxGrid constants added
+  - fixed Wx::AUI events broken since wxWidgets 2.9.5
+  - rt96136 - added GetContentScaleFactor to Wx::DC  Wx::Window
+  - rt99038 - MACOSX_DEPLOYMENT_TARGET comparison fixed in Wx build
+  - wxMenuItem::SetBitmap available on OSX
+  - added some missing TextEntry methods to wxComboBox
+  - rt102269 - fix option handling
+
+---

Old:

  Wx-0.9923.tar.gz

New:

  Wx-0.9927.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Wx.spec ++
--- /var/tmp/diff_new_pack.MugLDa/_old  2015-04-18 10:39:27.0 +0200
+++ /var/tmp/diff_new_pack.MugLDa/_new  2015-04-18 10:39:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Wx
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,27 +17,33 @@
 
 
 Name:   perl-Wx
-Version:0.9923
+Version:0.9927
 Release:0
 %define cpan_name Wx
-Summary:interface to the wxWidgets cross-platform GUI toolkit
+Summary:Interface to the Wxwidgets Cross-Platform Gui Toolkit
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Wx/
-Source: 
http://www.cpan.org/authors/id/M/MD/MDOOTSON/%{cpan_name}-%{version}.tar.gz
-Source100:  perl-Wx-rpmlintrc
+Source0:
http://www.cpan.org/authors/id/M/MD/MDOOTSON/%{cpan_name}-%{version}.tar.gz
+Source1:perl-Wx-rpmlintrc
+Source2:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Alien::wxWidgets) = 0.25
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.46
 BuildRequires:  perl(ExtUtils::ParseXS) = 3.15
 BuildRequires:  perl(ExtUtils::XSpp) = 0.1602
 Requires:   perl(Alien::wxWidgets) = 0.25
+Requires:   perl(ExtUtils::MakeMaker) = 6.46
+Requires:   perl(ExtUtils::ParseXS) = 3.15
+Requires:   perl(ExtUtils::XSpp) = 0.1602
 %{perl_requires}
-# MANUAL
+# MANUAL BEGIN
 BuildRequires:  gcc-c++
 BuildRequires:  wxWidgets-ansi-devel
 BuildRequires:  xspp
+# MANUAL END
 
 %description
 The Wx module is a wrapper for the wxWidgets (formerly known as wxWindows)
@@ -55,7 +61,7 @@
 %{__make} %{?_smp_mflags}
 
 %check
-# needs X display
+# MANUAL no testing (needs X)
 #%{__make} test
 
 %install
@@ -65,6 +71,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README.txt typemap.tmpl typemap.xsp wxpl.ico wxpl.xpm Wx.rc
+%doc Changes docs README.txt samples typemap.tmpl typemap.xsp wxpl.ico 
wxpl.xpm Wx.rc
 
 %changelog

++ Wx-0.9923.tar.gz - Wx-0.9927.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Wx-0.9923/Changes new/Wx-0.9927/Changes
--- old/Wx-0.9923/Changes   2014-03-31 15:10:52.0 +0200
+++ new/Wx-0.9927/Changes   2015-03-26 18:43:52.0 +0100
@@ -1,5 +1,24 @@
 Revision history for Perl extension Wx.
 
+0.9927 Thu Mar 26 2015
+- Fix broken wxWidgets 2.8 builds
+
+0.9926 Tue Mar 10 2015
+- pause indexing fix
+
+0.9925 Tue Mar 10 2015
+- pause indexing fix
+
+0.9924 Tue Mar 10 2015
+- added wxTimer::StartOnce
+- some missing wxGrid constants added
+- fixed Wx::AUI events broken since wxWidgets 2.9.5
+- rt96136 - added GetContentScaleFactor to Wx::DC  Wx::Window
+- rt99038 - MACOSX_DEPLOYMENT_TARGET comparison fixed in Wx build
+- wxMenuItem::SetBitmap available on OSX
+- added some missing TextEntry methods to wxComboBox
+- rt102269 - fix option handling
+
 0.9923 Mon Mar 31 2014

commit perl-Devel-Cover for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2015-04-18 10:39:59

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


Package is perl-Devel-Cover

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Cover/perl-Devel-Cover.changes
2015-02-16 21:48:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2015-04-18 10:40:01.0 +0200
@@ -1,0 +2,12 @@
+Thu Apr 16 19:29:26 UTC 2015 - co...@suse.com
+
+- updated to 1.18
+   see /usr/share/doc/packages/perl-Devel-Cover/Changes
+
+  Release 1.18 - 6 April 2015
+   - Remove dependency on CGI (use HTML::Entities instead) (Lee Johnson).
+   - Fix a use of the wrong type of null constant (Zefram) (RT #103102).
+   - Link to next uncovered statement in html_basic (H.Merijn Brand) (github 
112).
+   - Add provides to metadata (Ivan Wills) (github 119).
+
+---

Old:

  Devel-Cover-1.17.tar.gz

New:

  Devel-Cover-1.18.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Devel-Cover.spec ++
--- /var/tmp/diff_new_pack.EVbVIo/_old  2015-04-18 10:40:02.0 +0200
+++ /var/tmp/diff_new_pack.EVbVIo/_new  2015-04-18 10:40:02.0 +0200
@@ -17,18 +17,21 @@
 
 
 Name:   perl-Devel-Cover
-Version:1.17
+Version:1.18
 Release:0
 %define cpan_name Devel-Cover
 Summary:Code coverage metrics for Perl
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-Cover/
-Source: 
http://www.cpan.org/authors/id/P/PJ/PJCJ/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/P/PJ/PJCJ/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(HTML::Entities) = 3.69
 BuildRequires:  perl(Test::Warn)
+Requires:   perl(HTML::Entities) = 3.69
 Requires:   perl(Test::Warn)
 Recommends: perl(Browser::Open)
 Recommends: perl(Capture::Tiny)

++ Devel-Cover-1.17.tar.gz - Devel-Cover-1.18.tar.gz ++
 6105 lines of diff (skipped)

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



commit perl-Devel-Confess for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Confess for 
openSUSE:Factory checked in at 2015-04-18 10:40:14

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


Package is perl-Devel-Confess

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Confess/perl-Devel-Confess.changes
2015-02-08 11:43:00.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Confess.new/perl-Devel-Confess.changes   
2015-04-18 10:40:16.0 +0200
@@ -1,0 +2,9 @@
+Thu Apr 16 20:03:13 UTC 2015 - co...@suse.com
+
+- updated to 0.007012
+   see /usr/share/doc/packages/perl-Devel-Confess/Changes
+
+  0.007012 - 2015-03-30
+- avoid re-throwing errors during END on debugging perls
+
+---

Old:

  Devel-Confess-0.007011.tar.gz

New:

  Devel-Confess-0.007012.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Devel-Confess.spec ++
--- /var/tmp/diff_new_pack.CVcZOQ/_old  2015-04-18 10:40:17.0 +0200
+++ /var/tmp/diff_new_pack.CVcZOQ/_new  2015-04-18 10:40:17.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Devel-Confess
-Version:0.007011
+Version:0.007012
 Release:0
 %define cpan_name Devel-Confess
 Summary:Include stack traces on all warnings and errors
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-Confess/
-Source: 
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Devel-Confess-0.007011.tar.gz - Devel-Confess-0.007012.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.007011/Changes 
new/Devel-Confess-0.007012/Changes
--- old/Devel-Confess-0.007011/Changes  2015-02-03 17:04:01.0 +0100
+++ new/Devel-Confess-0.007012/Changes  2015-03-30 22:56:43.0 +0200
@@ -1,5 +1,8 @@
 Release history for Devel-Confess
 
+0.007012 - 2015-03-30
+  - avoid re-throwing errors during END on debugging perls
+
 0.007011 - 2015-02-03
   - avoid triggering overloads when CLONEing
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.007011/MANIFEST 
new/Devel-Confess-0.007012/MANIFEST
--- old/Devel-Confess-0.007011/MANIFEST 2015-02-03 17:04:24.0 +0100
+++ new/Devel-Confess-0.007012/MANIFEST 2015-03-30 22:57:07.0 +0200
@@ -10,6 +10,7 @@
 t/confess.t
 t/devel.t
 t/dump.t
+t/end-debugging.t
 t/global-destruct.t
 t/leak.t
 t/lib/capture.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.007011/META.json 
new/Devel-Confess-0.007012/META.json
--- old/Devel-Confess-0.007011/META.json2015-02-03 17:04:24.0 
+0100
+++ new/Devel-Confess-0.007012/META.json2015-03-30 22:57:07.0 
+0200
@@ -4,7 +4,7 @@
   haarg - Graham Knop (cpan:HAARG) ha...@haarg.org
],
dynamic_config : 0,
-   generated_by : ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.142690,
+   generated_by : ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.143240,
license : [
   perl_5
],
@@ -65,5 +65,5 @@
  web : https://github.com/haarg/Devel-Confess;
   }
},
-   version : 0.007011
+   version : 0.007012
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.007011/META.yml 
new/Devel-Confess-0.007012/META.yml
--- old/Devel-Confess-0.007011/META.yml 2015-02-03 17:04:24.0 +0100
+++ new/Devel-Confess-0.007012/META.yml 2015-03-30 22:57:07.0 +0200
@@ -8,7 +8,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.142690'
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.143240'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -26,4 +26,4 @@
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-Confess
   license: http://dev.perl.org/licenses/
   repository: git://github.com/haarg/Devel-Confess
-version: '0.007011'
+version: '0.007012'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.007011/lib/Devel/Confess/Builtin.pm 

commit perl-Mojolicious-Plugin-AssetPack for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-AssetPack 
for openSUSE:Factory checked in at 2015-04-18 10:40:01

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


Package is perl-Mojolicious-Plugin-AssetPack

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-AssetPack/perl-Mojolicious-Plugin-AssetPack.changes
  2015-04-15 16:23:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-AssetPack.new/perl-Mojolicious-Plugin-AssetPack.changes
 2015-04-18 10:40:02.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 16 19:30:26 UTC 2015 - co...@suse.com
+
+- updated to 0.51
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes
+
+---

Old:

  Mojolicious-Plugin-AssetPack-0.50.tar.gz

New:

  Mojolicious-Plugin-AssetPack-0.51.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Mojolicious-Plugin-AssetPack.spec ++
--- /var/tmp/diff_new_pack.NMnN4M/_old  2015-04-18 10:40:03.0 +0200
+++ /var/tmp/diff_new_pack.NMnN4M/_new  2015-04-18 10:40:03.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Mojolicious-Plugin-AssetPack
-Version:0.50
+Version:0.51
 Release:0
 %define cpan_name Mojolicious-Plugin-AssetPack
 Summary:Compress and convert css, less, sass, javascript and 
coffeescript files
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Mojolicious-Plugin-AssetPack/
-Source: 
http://www.cpan.org/authors/id/J/JH/JHTHORSEN/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/J/JH/JHTHORSEN/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -72,6 +73,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes examples README
 
 %changelog

++ Mojolicious-Plugin-AssetPack-0.50.tar.gz - 
Mojolicious-Plugin-AssetPack-0.51.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-0.50/Changes 
new/Mojolicious-Plugin-AssetPack-0.51/Changes
--- old/Mojolicious-Plugin-AssetPack-0.50/Changes   2015-04-13 
11:37:08.0 +0200
+++ new/Mojolicious-Plugin-AssetPack-0.51/Changes   2015-04-16 
08:15:50.0 +0200
@@ -1,241 +1,249 @@
-Revision history for Mojolicious-Plugin-AssetPack
+Revision history for perl distribution Mojolicious-Plugin-AssetPack
+
+0.51 2015-04-16T08:15:50+0200
+
+ - Can reload assets on server reload (EXPERIMENTAL)
+
+0.50 2015-04-13T11:37:08Z +0200
+ - Need to start with a fresh asset to avoid adding duplicate processed
+   data to the same asset.
+
+0.49 2015-04-05T09:54:27Z
+ - Will not pack asset.ext.swp files
+
+0.48 2015-04-05T09:19:01Z
+ - Fix serving in memory assets with Content-Type
+ - Fix serving in memory assets with Last-Modified
+
+0.47 2015-04-04T13:53:32Z
+ - Fix Mojo::Base::tap() does not support arguments before 5.57
+
+0.4602 2015-04-02T18:44:01Z
+ - Improved cpantesters
+
+0.46 2015-04-01T15:09:35Z
+ - Remove fallback attribute #44 (experimental)
+ - Remove process method
+ - Will prevent AssetPack from registering twice
+ - Will not write assets to mojo-assetpack-public in TMPDIR #46
+   (experimental)
+ - Allow in-memory assets with out_dir(), MOJO_ASSETPACK_DEBUG=1 or
+   read-only static dirs. #46 (experimental)
+
+0.45 2015-03-31T22:02:06Z
+ - Can also fetch remote assets from local $app #30
+ - Will calculate MD5 sum recursively for sass/scss #44
+ - Add Cookbook
+
+0.44 2015-03-23T13:00:45Z
+ - Add .min.ext to minified asset filename
+ - Change filename for assets with errors from -with-error.ext to
+   .err.ext
+ - Will look for existing assets even with MOJO_ASSETPACK_DEBUG=1
+ - Remove errmsg() from Mojolicious::Plugin::AssetPack::Preprocessor
+ - Remove detect() from Mojolicious::Plugin::AssetPack::Preprocessors
+
+0.43 2015-03-20T11:27:22Z
+ - Same CSS::Sass detection for Sass as for Scss preprocessor
+
+0.42 2015-03-16T19:31:36Z
+ - Fix Unescaped left brace in regex is deprecated warnings
+
+0.41 2015-03-16T13:47:17Z
+ - Will die on CSS::Sass errors
+
+0.40 2015-03-16T11:04:47Z
+ - Fix reading sass files from SASS_PATH, when using CSS::Sass
+
+0.39 2015-03-06T17:06:19Z
+ - Will default to CSS::Sass if installed
+ - Reversed production/development logic
+ - Fix spelling in documentation (berov)
+
+0.3801 2015-03-02T23:58:21Z
+ - Removed reference to expand #38
+
+0.38 

commit perl-Config-INI for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-INI for openSUSE:Factory 
checked in at 2015-04-18 10:39:27

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


Package is perl-Config-INI

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-INI/perl-Config-INI.changes  
2014-03-18 13:57:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Config-INI.new/perl-Config-INI.changes 
2015-04-18 10:39:28.0 +0200
@@ -1,0 +2,16 @@
+Thu Apr 16 17:27:26 UTC 2015 - co...@suse.com
+
+- updated to 0.025
+   see /usr/share/doc/packages/perl-Config-INI/Changes
+
+  0.025 2014-11-16 14:29:37-05:00 America/New_York
+  - run preprocess_line before can_ignore
+  - bump up required Mixin::Linewise to help out Win32 users
+  
+  0.024 2014-04-05 21:31:54-04:00 America/New_York
+  - MIGHT BREAK YOUR CODE (but probably won't):
+handle_unparsed_line now receives its arguments in reversed order
+  - new methods exist and more methods now receive the filehandle to 
make
+subclassing more flexible
+
+---

Old:

  Config-INI-0.023.tar.gz

New:

  Config-INI-0.025.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Config-INI.spec ++
--- /var/tmp/diff_new_pack.reXqu1/_old  2015-04-18 10:39:29.0 +0200
+++ /var/tmp/diff_new_pack.reXqu1/_new  2015-04-18 10:39:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-INI
 #
-# 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,22 +17,23 @@
 
 
 Name:   perl-Config-INI
-Version:0.023
+Version:0.025
 Release:0
 %define cpan_name Config-INI
-Summary:simple .ini-file format
+Summary:Simple .Ini-File Format
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Config-INI/
-Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Mixin::Linewise::Readers) = 0.100
+BuildRequires:  perl(Mixin::Linewise::Readers) = 0.105
 BuildRequires:  perl(Mixin::Linewise::Writers)
 BuildRequires:  perl(Test::More) = 0.96
-Requires:   perl(Mixin::Linewise::Readers) = 0.100
+Requires:   perl(Mixin::Linewise::Readers) = 0.105
 Requires:   perl(Mixin::Linewise::Writers)
 %{perl_requires}
 

++ Config-INI-0.023.tar.gz - Config-INI-0.025.tar.gz ++
 2826 lines of diff (skipped)

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



commit perl-Devel-StackTrace for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-StackTrace for 
openSUSE:Factory checked in at 2015-04-18 10:39:31

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


Package is perl-Devel-StackTrace

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Devel-StackTrace/perl-Devel-StackTrace.changes  
2014-09-19 22:27:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-StackTrace.new/perl-Devel-StackTrace.changes
 2015-04-18 10:39:32.0 +0200
@@ -1,0 +2,19 @@
+Thu Apr 16 17:25:42 UTC 2015 - co...@suse.com
+
+- updated to 2.00
+   see /usr/share/doc/packages/perl-Devel-StackTrace/Changes
+
+  2.00   2014-11-01
+  
+  [BACKWARDS INCOMPATIBILITIES]
+  
+  - The no_refs constructor parameter is now deprecated, and has been replace 
by
+a new unsafe_ref_capture parameter that defaults to false, meaning no
+references are captured by default. Capturing references by default caused
+too many issues that couldn't be worked around, including running DESTROY
+blocks multiple times on captured objects in the worst case.
+  
+  - Removed support for the long-deprecated no_object_refs constructor 
parameter
+(deprecated in 2002!).
+
+---

Old:

  Devel-StackTrace-1.34.tar.gz

New:

  Devel-StackTrace-2.00.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Devel-StackTrace.spec ++
--- /var/tmp/diff_new_pack.8g8Qfc/_old  2015-04-18 10:39:32.0 +0200
+++ /var/tmp/diff_new_pack.8g8Qfc/_new  2015-04-18 10:39:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-StackTrace
 #
-# 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-Devel-StackTrace
-Version:1.34
+Version:2.00
 Release:0
 %define cpan_name Devel-StackTrace
 Summary:An object representing a stack trace
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-StackTrace/
-Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{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
 BuildRequires:  perl
@@ -63,6 +64,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes LICENSE README.md
 
 %changelog

++ Devel-StackTrace-1.34.tar.gz - Devel-StackTrace-2.00.tar.gz ++
 2735 lines of diff (skipped)

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



commit armadillo for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2015-04-18 10:39:37

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


Package is armadillo

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2015-03-25 
10:00:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2015-04-18 
10:39:38.0 +0200
@@ -1,0 +2,31 @@
+Thu Apr 16 06:16:24 UTC 2015 - badshah...@gmail.com
+
+- Update to version 5.000.1:
+  + Fix an issue with C++11 support.
+- Add superlu-devel as BuildRequires, and as Requires for
+  armadillo.
+
+---
+Mon Apr 13 17:50:44 UTC 2015 - badshah...@gmail.com
+
+- Update to version 5.000.0 (Ankle Biter):
+  + Added spsolve() for solving sparse systems of linear
+equations.
+  + Added svds() for singular value decomposition of sparse
+matrices.
+  + Added nonzeros() for extracting non-zero values from matrices.
+  + Added handling of diagonal views by sparse matrices.
+  + Expanded repmat() to handle sparse matrices.
+  + Expanded join_rows() and join_cols() to handle sparse
+matrices.
+  + sort_index() and stable_sort_index() have been placed in the
+delayed operations framework for increased efficiency.
+  + Use of 64 bit integers is automatically enabled when using a
+C++11 compiler.
+  + Workaround for a bug in recent releases of Apple Xcode.
+  + Workaround for a bug in LAPACK 3.5.
+- New dependency: superlu = 4.3.
+- Updated shared library name to libarmadillo5 in track with
+  upstream so name change.
+
+---

Old:

  armadillo-4.650.4.tar.gz

New:

  armadillo-5.000.1.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.kWXOXj/_old  2015-04-18 10:39:39.0 +0200
+++ /var/tmp/diff_new_pack.kWXOXj/_new  2015-04-18 10:39:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package armadillo
 #
-# 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
@@ -16,10 +16,10 @@
 #
 
 
-%define soname libarmadillo4
+%define soname libarmadillo5
 
 Name:   armadillo
-Version:4.650.4
+Version:5.000.1
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0
@@ -33,6 +33,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  lapack-devel
 BuildRequires:  libatlas3-devel
+BuildRequires:  superlu-devel = 4.3
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -104,6 +105,7 @@
 Requires:   lapack-devel
 Requires:   libatlas3-devel
 Requires:   libstdc++-devel
+Requires:   superlu-devel = 4.3
 Recommends: %{name}-doc
 
 %descriptiondevel

++ armadillo-4.650.4.tar.gz - armadillo-5.000.1.tar.gz ++
 8073 lines of diff (skipped)

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.kWXOXj/_old  2015-04-18 10:39:40.0 +0200
+++ /var/tmp/diff_new_pack.kWXOXj/_new  2015-04-18 10:39:40.0 +0200
@@ -1,4 +1,4 @@
-libarmadillo4
+libarmadillo5
 armadillo-devel
requires -armadillo-targettype
-   requires libarmadillo4-targettype = version
+   requires libarmadillo5-targettype = version




commit perl-Config-MVP for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-MVP for openSUSE:Factory 
checked in at 2015-04-18 10:39:29

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


Package is perl-Config-MVP

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-MVP/perl-Config-MVP.changes  
2014-09-17 17:26:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Config-MVP.new/perl-Config-MVP.changes 
2015-04-18 10:39:30.0 +0200
@@ -1,0 +2,14 @@
+Thu Apr 16 17:28:43 UTC 2015 - co...@suse.com
+
+- updated to 2.200010
+   see /usr/share/doc/packages/perl-Config-MVP/Changes
+
+  2.200010  2015-03-17 07:43:04-04:00 America/New_York
+  - copypaste code!  apply section_name fix from Section to WithBundles
+(thanks, Karen Etheridge)
+  
+  2.29  2015-03-07 17:18:10-05:00 America/New_York
+  - module-loading exceptions now include a section_name attribute for
+the name of the section being assembled
+
+---

Old:

  Config-MVP-2.28.tar.gz

New:

  Config-MVP-2.200010.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Config-MVP.spec ++
--- /var/tmp/diff_new_pack.BMNcyS/_old  2015-04-18 10:39:31.0 +0200
+++ /var/tmp/diff_new_pack.BMNcyS/_new  2015-04-18 10:39:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-MVP
 #
-# 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-Config-MVP
-Version:2.28
+Version:2.200010
 Release:0
 %define cpan_name Config-MVP
-Summary:multivalue-property package-oriented configuration
+Summary:Multivalue-Property Package-Oriented Configuration
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Config-MVP/
-Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Config-MVP-2.28.tar.gz - Config-MVP-2.200010.tar.gz ++
 1874 lines of diff (skipped)

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



commit perl-Proc-ProcessTable for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Proc-ProcessTable for 
openSUSE:Factory checked in at 2015-04-18 10:39:35

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


Package is perl-Proc-ProcessTable

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Proc-ProcessTable/perl-Proc-ProcessTable.changes
2014-03-15 07:47:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new/perl-Proc-ProcessTable.changes
   2015-04-18 10:39:37.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr 14 17:27:13 UTC 2015 - co...@suse.com
+
+- updated to 0.51
+   see /usr/share/doc/packages/perl-Proc-ProcessTable/Changes
+
+  0.50
+- Added hint file for gnukfreebsd.
+  0.51
+- Fixed #65347 (installation hangs on AIX), patch from Rainer Tammer; Fixed
+#99163 (segfault from canonicalize_file_name), pulled patch from Borislav
+Nikolov.
+
+---

Old:

  Proc-ProcessTable-0.50.tar.gz

New:

  Proc-ProcessTable-0.51.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Proc-ProcessTable.spec ++
--- /var/tmp/diff_new_pack.qhX3yF/_old  2015-04-18 10:39:38.0 +0200
+++ /var/tmp/diff_new_pack.qhX3yF/_new  2015-04-18 10:39:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Proc-ProcessTable
 #
-# 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,16 @@
 
 
 Name:   perl-Proc-ProcessTable
-Version:0.50
+Version:0.51
 Release:0
+#Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name Proc-ProcessTable
 Summary:Perl extension to access the unix process table
 License:(Artistic-1.0 or GPL-1.0+) and GPL-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Proc-ProcessTable/
-Source: 
http://www.cpan.org/authors/id/J/JW/JWB/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/J/JW/JWB/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros

++ Proc-ProcessTable-0.50.tar.gz - Proc-ProcessTable-0.51.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.50/Changes 
new/Proc-ProcessTable-0.51/Changes
--- old/Proc-ProcessTable-0.50/Changes  2013-12-06 00:23:42.0 +0100
+++ new/Proc-ProcessTable-0.51/Changes  2014-10-18 00:47:48.0 +0200
@@ -319,3 +319,9 @@
   Guillaume Rousse. Pulled fixes from Opera Wang. Fixed typos discovered by
   Salvatore Bonaccorso, David Steinbrunner and HMBRAND. Fixed #89117, patch
   from yyang. Got it (hopefully) running under kfreebsd.
+0.50
+  - Added hint file for gnukfreebsd.
+0.51
+  - Fixed #65347 (installation hangs on AIX), patch from Rainer Tammer; Fixed
+  #99163 (segfault from canonicalize_file_name), pulled patch from Borislav
+  Nikolov.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.50/META.json 
new/Proc-ProcessTable-0.51/META.json
--- old/Proc-ProcessTable-0.50/META.json2013-12-15 16:43:49.0 
+0100
+++ new/Proc-ProcessTable-0.51/META.json2014-10-18 00:52:04.0 
+0200
@@ -4,7 +4,7 @@
   Jonathan Swartz swa...@pobox.com
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.132830,
+   generated_by : ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.140640,
license : [
   perl_5
],
@@ -43,5 +43,5 @@
  url : https://github.com/jwbargsten/perl-proc-processtable;
   }
},
-   version : 0.50
+   version : 0.51
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.50/META.yml 
new/Proc-ProcessTable-0.51/META.yml
--- old/Proc-ProcessTable-0.50/META.yml 2013-12-15 16:43:49.0 +0100
+++ new/Proc-ProcessTable-0.51/META.yml 2014-10-18 00:52:03.0 +0200
@@ -3,23 +3,23 @@
 author:
   - 'Jonathan Swartz swa...@pobox.com'
 build_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.132830'
+generated_by: 'ExtUtils::MakeMaker 

commit nomacs for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package nomacs for openSUSE:Factory checked 
in at 2015-04-18 10:41:06

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


Package is nomacs

Changes:

--- /work/SRC/openSUSE:Factory/nomacs/nomacs.changes2015-03-03 
11:16:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.nomacs.new/nomacs.changes   2015-04-18 
10:41:07.0 +0200
@@ -1,0 +2,15 @@
+Thu Apr 17 12:32:23 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 2.4.4:
+  * Improved batch processing (add images from multiple directories).
+  * New Metadata HUD panel (choose entries dynamically).
+  * Default strings are now translated.
+  * File sorting is (hopefully) fixed.
+  * Gamma correction for rescaling is now 16 bit (smooth gradients).
+  * Zoom to Fit added (replaces ‘Reset Zoom’).
+  * Saving of multiple tabs.
+  * UTF-8 encoding for image notes.
+  * General stability improvements.
+- Rebase nomacs-qt5-build-fix.patch.
+
+---

Old:

  nomacs-2.4.2-source.tar.bz2

New:

  nomacs-2.4.4.tar.bz2



Other differences:
--
++ nomacs.spec ++
--- /var/tmp/diff_new_pack.yWtsFA/_old  2015-04-18 10:41:08.0 +0200
+++ /var/tmp/diff_new_pack.yWtsFA/_new  2015-04-18 10:41:08.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   nomacs
-Version:2.4.2
+Version:2.4.4
 Release:0
 Summary:Lightweight image viewer
 License:GPL-3.0+
 Group:  Productivity/Graphics/Viewers
 Url:http://nomacs.org/
-Source: 
http://downloads.sf.net/%{name}/%{name}-%{version}-source.tar.bz2
+Source: 
http://downloads.sf.net/%{name}/%{name}-%{version}-source.tar.bz2#/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM nomacs-qt5-build-fix.patch sor.ale...@meowr.ru -- Fix 
build with Qt5.
 Patch0: %{name}-qt5-build-fix.patch
 BuildRequires:  cmake = 2.6

++ nomacs-2.4.2-source.tar.bz2 - nomacs-2.4.4.tar.bz2 ++
 23640 lines of diff (skipped)

++ nomacs-qt5-build-fix.patch ++
--- /var/tmp/diff_new_pack.yWtsFA/_old  2015-04-18 10:41:09.0 +0200
+++ /var/tmp/diff_new_pack.yWtsFA/_new  2015-04-18 10:41:09.0 +0200
@@ -1,7 +1,15 @@
 diff -aur a/src/DkDialog.cpp b/src/DkDialog.cpp
 --- a/src/DkDialog.cpp
-+++ b/src/DkDialog.cpp
-@@ -1800,11 +1800,10 @@
 a/src/DkDialog.cpp
+@@ -1668,6 +1668,7 @@
+   if (img.isNull() /*|| !isVisible()*/)
+   return;
+ 
++
+    fix layout issues - sorry
+   //origView-setFixedWidth(width()*0.5f-30);
+   //previewLabel-setFixedWidth(origView-width()-2);
+@@ -1802,11 +1803,10 @@
QItemDelegate::setEditorData(editor, index);
  }
  
@@ -14,18 +22,18 @@
  void DkShortcutDelegate::keySequenceChanged(const QKeySequence keySequence) {
emit checkDuplicateSignal(keySequence, item);
  }
-@@ -1948,6 +1947,7 @@
-   return createIndex(parentItem-row(), 0, parentItem);
- }
+@@ -2988,6 +2988,7 @@
+   controlLayout-addWidget(overwrite, 3, 3);
+   controlLayout-setColumnStretch(5, 1);
  
 +
- int DkShortcutsModel::rowCount(const QModelIndex parent) const {
- 
-   TreeItem *parentItem;
+   // shows the image if it could be loaded
+   viewport = new DkBaseViewPort(this);
+   viewport-setForceFastRendering(true);
 diff -aur a/src/DkDialog.h b/src/DkDialog.h
 --- a/src/DkDialog.h
-+++ b/src/DkDialog.h
-@@ -407,9 +407,8 @@
 a/src/DkDialog.h
+@@ -410,9 +410,8 @@
void clearDuplicateSignal() const;
  
  protected slots:
@@ -36,27 +44,15 @@
void keySequenceChanged(const QKeySequence keySequence);
  #endif
  
-diff -aur a/src/DkMetaData.cpp b/src/DkMetaData.cpp
 a/src/DkMetaData.cpp
-+++ b/src/DkMetaData.cpp
-@@ -1067,7 +1067,7 @@
-   QString info;
- 
-   if (QString::fromStdString(exifString).contains(charset=\ASCII\, 
Qt::CaseInsensitive)) {
--  info = QString::fromAscii((char*)(exifString.c_str()), 
exifString.size());
-+  info = QString::fromLatin1((char*)(exifString.c_str()), 
exifString.size());
-   info = info.replace(charset=\ASCII\ , , 
Qt::CaseInsensitive);
-   }
-   else {
 diff -aur a/src/DkUtils.h b/src/DkUtils.h
 --- a/src/DkUtils.h
 +++ b/src/DkUtils.h
-@@ -169,7 +169,7 @@
+@@ -174,7 +174,7 @@
static void printMat(const cv::Mat src, const char* varName) {
  
if (src.depth() != CV_32FC1) {
 -  //qDebug()  I could not visualize the mat:   
QString::fromAscii(varName);
-+  //qDebug()  I could not visualize the mat:   
QString::fromLatin1(varName);
++  //qDebug()  I could not visualize the 

commit yast2-firstboot for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2015-04-18 10:40:39

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


Package is yast2-firstboot

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2015-02-06 10:23:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2015-04-18 10:40:41.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 16 10:29:47 CEST 2015 - loci...@suse.com
+
+- Forcing mode installation for firstboot to always use the
+  correct workflow (bsc#924278)
+- 3.1.9
+
+---

Old:

  yast2-firstboot-3.1.8.tar.bz2

New:

  yast2-firstboot-3.1.9.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.pA2kZx/_old  2015-04-18 10:40:41.0 +0200
+++ /var/tmp/diff_new_pack.pA2kZx/_new  2015-04-18 10:40:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.8
+Version:3.1.9
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firstboot-3.1.8.tar.bz2 - yast2-firstboot-3.1.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.8/CONTRIBUTING.md 
new/yast2-firstboot-3.1.9/CONTRIBUTING.md
--- old/yast2-firstboot-3.1.8/CONTRIBUTING.md   2015-02-05 14:27:09.0 
+0100
+++ new/yast2-firstboot-3.1.9/CONTRIBUTING.md   2015-04-17 10:09:29.0 
+0200
@@ -12,13 +12,13 @@
 ---
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guidedproduct=openSUSE+Factorycomponent=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guidedproduct=openSUSE+Factorycomponent=YaST2)
 or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
 that every bug will be fixed, but we'll try.
 
 When creating a bug report, please follow our [bug reporting
@@ -71,7 +71,7 @@
 [widely used
 
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
 
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
 you mention it in the commit message for cross-reference. Use format like
 bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
 
autolinking](https://help.github.com/articles/github-flavored-markdown#references)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.8/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.9/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.8/package/yast2-firstboot.changes   2015-02-05 
14:27:10.0 +0100
+++ new/yast2-firstboot-3.1.9/package/yast2-firstboot.changes   2015-04-17 
10:09:29.0 +0200
@@ -1,4 +1,11 @@
 ---
+Thu Apr 16 10:29:47 CEST 2015 - loci...@suse.com
+
+- Forcing mode installation for firstboot to always use the
+  correct workflow (bsc#924278)
+- 3.1.9
+
+---
 Thu Feb  5 09:08:40 UTC 2015 - an...@suse.com
 
 - Fixed the step for host name configuration
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.8/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.9/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.8/package/yast2-firstboot.spec  2015-02-05 
14:27:10.0 +0100
+++ new/yast2-firstboot-3.1.9/package/yast2-firstboot.spec  2015-04-17 
10:09:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.8
+Version:3.1.9
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.8/src/clients/firstboot.rb 
new/yast2-firstboot-3.1.9/src/clients/firstboot.rb
--- old/yast2-firstboot-3.1.8/src/clients/firstboot.rb  2015-02-05 
14:27:10.0 +0100
+++ new/yast2-firstboot-3.1.9/src/clients/firstboot.rb  2015-04-17 
10:09:29.0 +0200
@@ -42,10 

commit rubygem-ruby_parser for openSUSE:Factory

2015-04-18 Thread h_root


binA1YelNboFj.bin
Description: Binary data


commit perl-SOAP-Lite for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-SOAP-Lite for openSUSE:Factory 
checked in at 2015-04-18 10:41:11

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


Package is perl-SOAP-Lite

Changes:

--- /work/SRC/openSUSE:Factory/perl-SOAP-Lite/perl-SOAP-Lite.changes
2014-01-01 20:42:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-SOAP-Lite.new/perl-SOAP-Lite.changes   
2015-04-18 10:41:12.0 +0200
@@ -1,0 +2,30 @@
+Fri Apr 17 16:43:29 UTC 2015 - co...@suse.com
+
+- updated to 1.14
+   see /usr/share/doc/packages/perl-SOAP-Lite/Changes
+
+  1.14 March 24, 2015
+  + Add header and body tags [@bubi6608]
+  ! Fixed typo in trace logging example [@oschwald]
+  + Converted the dist from using ExtUtils::MakeMaker to using Dist::Zilla 
[@mvuets]
+  ! Cleaned up prereqs [@mvuets]
+  ! Cleaned up author and release tests [@mvuets]
+  
+  1.13 December 30, 2014
+  ! Fixed undefined value error when using bugzilla's xmlrpc.cgi 
(bugzilla's API) [dbeusee]
+  
+  1.12 November 26, 2014
+  ! #100557 Redefined sub in SOAP::Lite::Deserializer::XMLSchema2001
+  
+  1.11 February 21, 2014
+  ! #93080 bug when SOAP::Lite is trying to parse WSDL definition by https 
with custom settings
+  
+  1.10 January 23, 2014 
+  ! Fixed uninitialized warning when Context-Length is not set 
[github/dbeusee]
+  ! avoid string eval in as_base64 [github/otrosien]
+  ! #88915 warnings issued with using importing with +trace
+  
+  1.09 January 14, 2013
+  ! #92025 tighten multipart content-type matching [d...@debian.org]
+
+---

Old:

  SOAP-Lite-1.08.tar.gz

New:

  SOAP-Lite-1.14.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-SOAP-Lite.spec ++
--- /var/tmp/diff_new_pack.2EICpa/_old  2015-04-18 10:41:13.0 +0200
+++ /var/tmp/diff_new_pack.2EICpa/_new  2015-04-18 10:41:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SOAP-Lite
 #
-# 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,36 +17,45 @@
 
 
 Name:   perl-SOAP-Lite
-Version:1.08
+Version:1.14
 Release:0
+#Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name SOAP-Lite
 Summary:Perl's Web Services Toolkit
 License:(Artistic-1.0 or GPL-1.0+) and CC-BY-ND-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/SOAP-Lite/
-Source: 
http://www.cpan.org/authors/id/P/PH/PHRED/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/P/PH/PHRED/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Class::Inspector)
 BuildRequires:  perl(Compress::Zlib)
-BuildRequires:  perl(Crypt::SSLeay)
 BuildRequires:  perl(IO::SessionData) = 1.03
 BuildRequires:  perl(IO::Socket::SSL)
+BuildRequires:  perl(LWP::Protocol::https)
 BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Task::Weaken)
+BuildRequires:  perl(Test::Warn)
 BuildRequires:  perl(URI)
 BuildRequires:  perl(XML::Parser) = 2.23
+BuildRequires:  perl(XML::Parser::Lite)
 Requires:   perl(Class::Inspector)
 Requires:   perl(Compress::Zlib)
-Requires:   perl(Crypt::SSLeay)
 Requires:   perl(IO::SessionData) = 1.03
 Requires:   perl(IO::Socket::SSL)
+Requires:   perl(LWP::Protocol::https)
 Requires:   perl(LWP::UserAgent)
 Requires:   perl(Task::Weaken)
 Requires:   perl(URI)
 Requires:   perl(XML::Parser) = 2.23
+Recommends: perl(Apache)
+Recommends: perl(DIME::Tools) = 0.03
+Recommends: perl(FCGI)
+Recommends: perl(HTTP::Daemon)
+Recommends: perl(MIME::Tools)
 %{perl_requires}
 
 %description
@@ -57,8 +66,9 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 find . -type f -print0 | xargs -0 chmod 644
-# MANUAL
+# MANUAL BEGIN
 sed -e 's,!/bin/env perl,!/usr/bin/perl,' -i bin/*pl
+# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -74,6 +84,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples HACKING README ReleaseNotes.txt
+%doc Changes Debian_CPANTS.txt examples HACKING LICENSE README ReleaseNotes.txt
 
 %changelog

++ SOAP-Lite-1.08.tar.gz - SOAP-Lite-1.14.tar.gz ++
 6905 lines of diff (skipped)

++ 

commit perl-App-FatPacker for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-App-FatPacker for 
openSUSE:Factory checked in at 2015-04-18 10:41:07

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


Package is perl-App-FatPacker

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-FatPacker/perl-App-FatPacker.changes
2015-04-15 16:24:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-App-FatPacker.new/perl-App-FatPacker.changes   
2015-04-18 10:41:09.0 +0200
@@ -1,0 +2,9 @@
+Fri Apr 17 16:51:02 UTC 2015 - co...@suse.com
+
+- updated to 0.010003
+   see /usr/share/doc/packages/perl-App-FatPacker/Changes
+
+  0.010003 - 2015-04-17
+- exclude virtual %INC entries from trace output
+
+---

Old:

  App-FatPacker-0.010002.tar.gz

New:

  App-FatPacker-0.010003.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-App-FatPacker.spec ++
--- /var/tmp/diff_new_pack.k9HXiL/_old  2015-04-18 10:41:09.0 +0200
+++ /var/tmp/diff_new_pack.k9HXiL/_new  2015-04-18 10:41:09.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-App-FatPacker
-Version:0.010002
+Version:0.010003
 Release:0
 %define cpan_name App-FatPacker
-Summary:pack your dependencies onto your script file
+Summary:Pack Your Dependencies Onto Your Script File
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/App-FatPacker/
-Source: 
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/M/MS/MSTROUT/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ App-FatPacker-0.010002.tar.gz - App-FatPacker-0.010003.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-FatPacker-0.010002/Changes 
new/App-FatPacker-0.010003/Changes
--- old/App-FatPacker-0.010002/Changes  2014-08-16 02:23:57.0 +0200
+++ new/App-FatPacker-0.010003/Changes  2015-04-17 17:56:35.0 +0200
@@ -1,5 +1,8 @@
 Revision history for App-FatPacker
 
+0.010003 - 2015-04-17
+  - exclude virtual %INC entries from trace output
+
 0.010002 - 2014-08-16
   - correctly specify perl prerequisite of 5.8 in meta files
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-FatPacker-0.010002/MANIFEST 
new/App-FatPacker-0.010003/MANIFEST
--- old/App-FatPacker-0.010002/MANIFEST 2014-08-16 02:24:05.0 +0200
+++ new/App-FatPacker-0.010003/MANIFEST 2015-04-17 17:56:46.0 +0200
@@ -2,8 +2,6 @@
 Changes
 lib/App/FatPacker.pm
 lib/App/FatPacker/Trace.pm
-maint/bump-version
-maint/Makefile.include
 maint/Makefile.PL.include
 Makefile.PL
 MANIFEST   This list of files
@@ -15,6 +13,8 @@
 t/mod/b.pm
 t/mod/c.pm
 t/mod/cond.pm
+t/mod/d.pl
+t/mod/d.pm
 t/pack.t
 t/trace.t
 META.yml Module YAML meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-FatPacker-0.010002/META.json 
new/App-FatPacker-0.010003/META.json
--- old/App-FatPacker-0.010002/META.json2014-08-16 02:24:05.0 
+0200
+++ new/App-FatPacker-0.010003/META.json2015-04-17 17:56:46.0 
+0200
@@ -4,7 +4,7 @@
   mst - Matt S. Trout (cpan:MSTROUT) m...@shadowcat.co.uk
],
dynamic_config : 0,
-   generated_by : ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.141520,
+   generated_by : ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.150001,
license : [
   perl_5
],
@@ -32,8 +32,24 @@
   },
   runtime : {
  requires : {
+B : 1.01,
+Cwd : 0,
+File::Copy : 0,
+File::Find : 0,
+File::Path : 0,
+File::Spec::Functions : 0,
+File::Spec::Unix : 0,
+Getopt::Long : 0,
 perl : 5.008000
  }
+  },
+  test : {
+ requires : {
+File::Basename : 0,
+File::Spec : 0,
+File::Temp : 0,
+Test::More : 0
+ }
   }
},
release_status : stable,
@@ -48,5 +64,5 @@
  web : 
http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/App-FatPacker.git;
   }
},
-   version : 0.010002
+   version : 0.010003
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit frameworkintegration for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package frameworkintegration for 
openSUSE:Factory checked in at 2015-04-18 10:40:56

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


Package is frameworkintegration

Changes:

--- 
/work/SRC/openSUSE:Factory/frameworkintegration/frameworkintegration.changes
2015-04-13 20:24:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.frameworkintegration.new/frameworkintegration.changes
   2015-04-18 10:40:57.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 17 00:56:19 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Add the kde-oxygen-fonts Requires to correct subpackage
+- Add 0001-Fix-native-file-dialogs-from-widgets-QFileDialog.patch
+
+---

New:

  0001-Fix-native-file-dialogs-from-widgets-QFileDialog.patch



Other differences:
--
++ frameworkintegration.spec ++
--- /var/tmp/diff_new_pack.MTXubf/_old  2015-04-18 10:40:57.0 +0200
+++ /var/tmp/diff_new_pack.MTXubf/_new  2015-04-18 10:40:57.0 +0200
@@ -41,13 +41,14 @@
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcb)
 BuildRequires:  pkgconfig(xcursor)
-Requires:   kde-oxygen-fonts
 Summary:Plugins responsible for better integration of Qt applications 
in KDE Workspace
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 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-Fix-native-file-dialogs-from-widgets-QFileDialog.patch
+Patch0: 0001-Fix-native-file-dialogs-from-widgets-QFileDialog.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -75,6 +76,7 @@
 %package plugin
 Summary:Plugins responsible for better integration of Qt applications 
in KDE Workspace
 Group:  System/GUI/KDE
+Requires:   kde-oxygen-fonts
 Conflicts:  %lname  5.6.0
 %requires_eq libQt5Gui5
 
@@ -103,6 +105,7 @@
 %lang_package -n %lname
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++ 0001-Fix-native-file-dialogs-from-widgets-QFileDialog.patch ++
From 26406a9aa01d6f4f01a3f084b51451de8385c8fc Mon Sep 17 00:00:00 2001
From: David Rosca now...@gmail.com
Date: Fri, 17 Apr 2015 09:35:24 +0200
Subject: [PATCH 1/1] Fix native file dialogs from widgets QFileDialog

There were two issues:
 * File dialogs opened with exec() and without parent were
   opened, but any user-interaction was blocked in a way that
   no file could be selected nor the dialog closed.

 * File dialogs opened with open() or show() with parent were
   not opened at all.

The first issue was caused by first calling show() and then exec()
on the native dialog.
The second one simply because in the case of dialogs with parent
show() wasn't called.

This fixes it that the show() is always called and hide() is called
before exec().

This also adds unittests for file dialogs.

REVIEW: 123335
---
 autotests/CMakeLists.txt  | 10 +++
 autotests/kfiledialog_unittest.cpp| 54 +
 autotests/kfiledialogqml_unittest.cpp | 92 +++
 autotests/qml/filedialog_parentless.qml   | 27 +++
 autotests/qml/filedialog_withparent.qml   | 35 +
 src/platformtheme/kdeplatformfiledialoghelper.cpp |  5 +-
 6 files changed, 221 insertions(+), 2 deletions(-)
 create mode 100644 autotests/kfiledialogqml_unittest.cpp
 create mode 100644 autotests/qml/filedialog_parentless.qml
 create mode 100644 autotests/qml/filedialog_withparent.qml

diff --git a/autotests/CMakeLists.txt b/autotests/CMakeLists.txt
index 
00e4a419207cecd89e576ed3c5ad5221a4586f74..d110adbb0316f9518203f4a4ac7b64fe59091a8d
 100644
--- a/autotests/CMakeLists.txt
+++ b/autotests/CMakeLists.txt
@@ -1,12 +1,17 @@
 include(ECMMarkAsTest)
 
 find_package(Qt5Test ${REQUIRED_QT_VERSION} CONFIG QUIET)
+find_package(Qt5Qml ${REQUIRED_QT_VERSION} CONFIG QUIET)
 
 if(NOT Qt5Test_FOUND)
 message(STATUS Qt5Test not found, autotests will not be built.)
 return()
 endif()
 
+if(NOT Qt5Qml_FOUND)
+message(STATUS Qt5Qml not found, QML autotests will not be built.)
+endif()
+
 include_directories( ${Qt5Gui_PRIVATE_INCLUDE_DIRS} )
 
 set(CONFIGFILE ${CMAKE_CURRENT_SOURCE_DIR}/kdeplatformtheme_kdeglobals)
@@ -51,3 +56,8 @@ frameworkintegration_tests(
 frameworkintegration_tests(
   ksni_unittest
 )
+
+if(Qt5Qml_FOUND)
+frameworkintegration_tests(kfiledialogqml_unittest)
+target_link_libraries(kfiledialogqml_unittest Qt5::Qml)
+endif()
diff --git a/autotests/kfiledialog_unittest.cpp 

commit camsource for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package camsource for openSUSE:Factory 
checked in at 2015-04-18 10:40:47

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


Package is camsource

Changes:

--- /work/SRC/openSUSE:Factory/camsource/camsource.changes  2013-01-22 
18:17:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.camsource.new/camsource.changes 2015-04-18 
10:40:48.0 +0200
@@ -1,0 +2,16 @@
+Mon Dec  1 12:46:50 UTC 2014 - meiss...@suse.com
+
+- updated to 0.7.1
+  - Upgrade the internal v4l driver connection to v4l2
+  - Now able to build correkt Makefile, no manuel action in this case
+required.
+  - Now runs under Raspbian Wheezy in Raspberry PI!
+  - Added function Browser Refresh, configurable via camsource.conf
+  - Add function sharpen (source pencam-2-0.67, via The Gimp),
+configuarable via camsource.conf
+  - Add function saturate (same source), configurable via 
+camsource.conf
+- dropped camsource-v4l1.patch: upstream
+- dropped camsource-no_label_at_end.diff: upstream
+
+---

Old:

  camsource-0.7.0.tar.gz
  camsource-no_label_at_end.diff
  camsource-v4l1.patch

New:

  camsource-0.7.1.tar.gz



Other differences:
--
++ camsource.spec ++
--- /var/tmp/diff_new_pack.zV044M/_old  2015-04-18 10:40:49.0 +0200
+++ /var/tmp/diff_new_pack.zV044M/_new  2015-04-18 10:40:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package camsource
 #
-# 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
@@ -23,19 +23,14 @@
 %if 0%{?suse_version} = 1210
 BuildRequires:  libv4l-devel = 0.8.4
 %endif
-Version:0.7.0
+Version:0.7.1
 Release:0
 Summary:Camsource Grabs Images from a Video4Linux Device
 License:GPL-2.0+
 Group:  Amusements/Toys/Graphics
 Url:http://camsource.sourceforge.net
 Source: camsource-%{version}.tar.gz
-Patch0: camsource-no_label_at_end.diff
 Patch1: camsource-no_implicit_decls.diff
-%if 0%{?suse_version} = 1210
-# PATCH-FIX-UPSTREAM camsource-v4l1.patch [bnc#714439]
-Patch2: camsource-v4l1.patch
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -56,17 +51,11 @@
 
 %prep
 %setup -q
-%patch0
 %patch1
-%if 0%{?suse_version} = 1210
-%patch2 -p1
-%endif
+chmod ugo+x configure
 
 %build
 export CFLAGS=%{optflags} -Wall
-%if 0%{?suse_version} = 1210
-autoreconf -fi
-%endif
 %configure --disable-static --with-pic
 make %{?_smp_mflags}
 
@@ -76,7 +65,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING INSTALL ChangeLog README NEWS camsource.conf.example
+%doc COPYING INSTALL ChangeLog camsource.conf.example
 %{_bindir}/camsource
 %{_libdir}/camsource
 %config(noreplace) %{_sysconfdir}/camsource.conf

++ camsource-0.7.0.tar.gz - camsource-0.7.1.tar.gz ++
 116467 lines of diff (skipped)

++ camsource-no_implicit_decls.diff ++
--- /var/tmp/diff_new_pack.zV044M/_old  2015-04-18 10:40:49.0 +0200
+++ /var/tmp/diff_new_pack.zV044M/_new  2015-04-18 10:40:49.0 +0200
@@ -1,4 +1,6 @@
 src/flip.c
+Index: src/flip.c
+===
+--- src/flip.c.orig
 +++ src/flip.c
 @@ -1,4 +1,5 @@
  #include stdlib.h
@@ -6,7 +8,9 @@
  #include libxml/parser.h
  
  #include config.h
 src/image.c
+Index: src/image.c
+===
+--- src/image.c.orig
 +++ src/image.c
 @@ -1,7 +1,7 @@
  #include stdlib.h
@@ -17,7 +21,9 @@
  #include image.h
  
  void
 src/jpeg.c
+Index: src/jpeg.c
+===
+--- src/jpeg.c.orig
 +++ src/jpeg.c
 @@ -2,6 +2,8 @@
  #include stdio.h
@@ -28,7 +34,9 @@
  #undef HAVE_STDLIB_H
  #include libxml/parser.h
  
 src/motiondetect.c
+Index: src/motiondetect.c
+===
+--- src/motiondetect.c.orig
 +++ src/motiondetect.c
 @@ -1,4 +1,5 @@
  #include stdlib.h
@@ -36,7 +44,9 @@
  #include libxml/parser.h
  
  #include config.h
 src/regrab.c
+Index: src/regrab.c
+===
+--- src/regrab.c.orig
 +++ src/regrab.c
 @@ -1,4 +1,5 @@
  #include stdlib.h
@@ -44,7 +54,9 @@
  #include libxml/parser.h
  
  #include config.h
 src/resize.c
+Index: src/resize.c

commit perl-DBD-CSV for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-CSV for openSUSE:Factory 
checked in at 2015-04-18 10:40:50

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


Package is perl-DBD-CSV

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-CSV/perl-DBD-CSV.changes
2014-09-22 09:23:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new/perl-DBD-CSV.changes   
2015-04-18 10:40:52.0 +0200
@@ -1,0 +2,21 @@
+Fri Apr 17 09:20:55 UTC 2015 - co...@suse.com
+
+- updated to 0.48
+   see /usr/share/doc/packages/perl-DBD-CSV/ChangeLog
+
+  0.48 - 2015-02-11, H.Merijn Brand
+  * Update list of valid Text::CSV_XS attributes
+  
+  0.47 - 2015-02-11, H.Merijn Brand
+  * Updated copyright to 2015
+  * Make test-tablename unique for parallel testing
+  * Remove perl recommendation from META as it breaks cpan clients
+  
+  0.46 - 2014-11-08, H.Merijn Brand
+  * Column type CHAR should return 1
+  
+  0.45 - 2014-10-23, H.Merijn Brand
+  * Test unauthorized folder access (RT#99508). Requires DBD::File-0.43
+  * Fix DBI requirement phase (depend more on toolchain) (RT#99732)
+
+---

Old:

  DBD-CSV-0.44.tgz

New:

  DBD-CSV-0.48.tgz
  cpanspec.yml



Other differences:
--
++ perl-DBD-CSV.spec ++
--- /var/tmp/diff_new_pack.000jm2/_old  2015-04-18 10:40:53.0 +0200
+++ /var/tmp/diff_new_pack.000jm2/_new  2015-04-18 10:40:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-CSV
 #
-# 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-DBD-CSV
-Version:0.44
+Version:0.48
 Release:0
 %define cpan_name DBD-CSV
 Summary:DBI driver for CSV files
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DBD-CSV/
-Source: 
http://www.cpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
+Source0:
http://www.cpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -39,9 +40,10 @@
 Requires:   perl(SQL::Statement) = 1.405
 Requires:   perl(Test::More) = 0.9
 Requires:   perl(Text::CSV_XS) = 1.01
-Recommends: perl(DBI) = 1.631
-Recommends: perl(Test::More) = 1.001003
-Recommends: perl(Text::CSV_XS) = 1.10
+Recommends: perl(DBD::File) = 0.44
+Recommends: perl(DBI) = 1.633
+Recommends: perl(Test::More) = 1.001014
+Recommends: perl(Text::CSV_XS) = 1.15
 %{perl_requires}
 
 %description

++ DBD-CSV-0.44.tgz - DBD-CSV-0.48.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.44/ChangeLog new/DBD-CSV-0.48/ChangeLog
--- old/DBD-CSV-0.44/ChangeLog  2014-08-04 21:27:01.0 +0200
+++ new/DBD-CSV-0.48/ChangeLog  2015-02-11 21:48:05.0 +0100
@@ -1,3 +1,18 @@
+0.48   - 2015-02-11, H.Merijn Brand
+* Update list of valid Text::CSV_XS attributes
+
+0.47   - 2015-02-11, H.Merijn Brand
+* Updated copyright to 2015
+* Make test-tablename unique for parallel testing
+* Remove perl recommendation from META as it breaks cpan clients
+
+0.46   - 2014-11-08, H.Merijn Brand
+* Column type CHAR should return 1
+
+0.45   - 2014-10-23, H.Merijn Brand
+* Test unauthorized folder access (RT#99508). Requires DBD::File-0.43
+* Fix DBI requirement phase (depend more on toolchain) (RT#99732)
+
 0.44   - 2014-08-04, H.Merijn Brand
 * Table names case sensitiveness not tested case-problematic FS's
 * Fix defaults in doc (annocpan)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.44/META.json new/DBD-CSV-0.48/META.json
--- old/DBD-CSV-0.44/META.json  2014-08-04 21:44:20.0 +0200
+++ new/DBD-CSV-0.48/META.json  2015-02-11 21:50:35.0 +0100
@@ -1,16 +1,5 @@
 {
-   version : 0.44,
-   generated_by : Author,
-   resources : {
-  license : [
- http://dev.perl.org/licenses/;
-  ],
-  repository : {
- type : git,
- web : https://github.com/perl5-dbi/DBD-CSV.git;,
- url : https://github.com/perl5-dbi/DBD-CSV.git;
-  }
-   },
+   release_status : stable,
prereqs : {
   build : {
  requires : {

commit perl-Module-Install for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Install for 
openSUSE:Factory checked in at 2015-04-18 10:40:59

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


Package is perl-Module-Install

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Install/perl-Module-Install.changes  
2015-04-15 16:22:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Install.new/perl-Module-Install.changes 
2015-04-18 10:41:00.0 +0200
@@ -1,0 +2,10 @@
+Fri Apr 17 08:29:56 UTC 2015 - co...@suse.com
+
+- updated to 1.15
+   see /usr/share/doc/packages/perl-Module-Install/Changes
+
+  1.15 Thu Apr 16 2015
+- respect the 'urllist' option when using the CPAN backend (Dan Brook)
+- fixes for newlines on MSWin32 (Christian Walde)
+
+---

Old:

  Module-Install-1.14.tar.gz

New:

  Module-Install-1.15.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Module-Install.spec ++
--- /var/tmp/diff_new_pack.vBliJE/_old  2015-04-18 10:41:00.0 +0200
+++ /var/tmp/diff_new_pack.vBliJE/_new  2015-04-18 10:41:00.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Module-Install
-Version:1.14
+Version:1.15
 Release:0
 %define cpan_name Module-Install
 Summary:Standalone, extensible Perl module installer
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Module-Install/
-Source: 
http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -35,7 +36,7 @@
 BuildRequires:  perl(ExtUtils::ParseXS) = 2.19
 BuildRequires:  perl(File::Remove) = 1.42
 BuildRequires:  perl(File::Spec) = 3.28
-BuildRequires:  perl(Module::Build) = 0.29
+BuildRequires:  perl(Module::Build) = 0.29
 BuildRequires:  perl(Module::CoreList) = 2.17
 BuildRequires:  perl(Module::ScanDeps) = 1.09
 BuildRequires:  perl(Parse::CPAN::Meta) = 1.4413

++ Module-Install-1.14.tar.gz - Module-Install-1.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Install-1.14/Changes 
new/Module-Install-1.15/Changes
--- old/Module-Install-1.14/Changes 2014-10-25 15:07:17.0 +0200
+++ new/Module-Install-1.15/Changes 2015-04-16 22:46:26.0 +0200
@@ -1,5 +1,9 @@
 Changes for Perl programming language extension Module-Install
 
+1.15 Thu Apr 16 2015
+  - respect the 'urllist' option when using the CPAN backend (Dan Brook)
+  - fixes for newlines on MSWin32 (Christian Walde)
+
 1.14 Sat 25 Oct 2014
   - Newlines should be consistently UNIX-stylee now in generated files 
(MITHALDU)
   - Mark two tests as TODO if EUMM  6.98 until utf8 gets fixed (BINGOS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Install-1.14/MANIFEST 
new/Module-Install-1.15/MANIFEST
--- old/Module-Install-1.14/MANIFEST2014-10-25 15:11:23.0 +0200
+++ new/Module-Install-1.15/MANIFEST2015-04-16 22:53:51.0 +0200
@@ -50,6 +50,7 @@
 lib/Module/Install/WriteAll.pm
 Makefile.PL
 MANIFEST   This list of files
+MANIFEST.SKIP
 META.yml
 README
 t/01_compile.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Install-1.14/MANIFEST.SKIP 
new/Module-Install-1.15/MANIFEST.SKIP
--- old/Module-Install-1.14/MANIFEST.SKIP   1970-01-01 01:00:00.0 
+0100
+++ new/Module-Install-1.15/MANIFEST.SKIP   2015-04-16 22:53:09.0 
+0200
@@ -0,0 +1,71 @@
+
+#!start included 
/Volumes/amaretto/Users/ether/perl5/perlbrew/perls/21.10/lib/5.21.10/ExtUtils/MANIFEST.SKIP
+# Avoid version control files.
+\bRCS\b
+\bCVS\b
+\bSCCS\b
+,v$
+\B\.svn\b
+\B\.git\b
+\B\.gitignore\b
+\b_darcs\b
+\B\.cvsignore$
+
+# Avoid VMS specific MakeMaker generated files
+\bDescrip.MMS$
+\bDESCRIP.MMS$
+\bdescrip.mms$
+
+# Avoid Makemaker generated and utility files.
+\bMANIFEST\.bak
+\bMakefile$
+\bblib/
+\bMakeMaker-\d
+\bpm_to_blib\.ts$
+\bpm_to_blib$
+\bblibdirs\.ts$ # 6.18 through 6.25 generated this
+\b_eumm/# 7.05_05 and above
+
+# Avoid Module::Build generated and utility files.
+\bBuild$
+\b_build/
+\bBuild.bat$
+\bBuild.COM$
+\bBUILD.COM$
+\bbuild.com$
+
+# and Module::Build::Tiny generated files
+\b_build_params$
+
+# Avoid temp and backup files.
+~$
+\.old$
+\#$

commit perl-Image-ExifTool for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Image-ExifTool for 
openSUSE:Factory checked in at 2015-04-18 10:40:18

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


Package is perl-Image-ExifTool

Changes:

--- /work/SRC/openSUSE:Factory/perl-Image-ExifTool/perl-Image-ExifTool.changes  
2014-09-10 17:03:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Image-ExifTool.new/perl-Image-ExifTool.changes 
2015-04-18 10:40:20.0 +0200
@@ -1,0 +2,232 @@
+Sun Apr 12 08:22:43 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 9.92:
+  * Add support for PRISM pmi and prm tags and update to PRISM 3.0.
+  * Add read support for Audible .AA files.
+  * Add support for Adobe XMP-creatorAtom tags.
+  * Add a couple of new XMP-xmpDM tags.
+  * Add a new CanonModelID and a new Ricoh WhiteBalance.
+  * Add a new Olympus CameraType.
+  * Add a new Nikon LensID.
+  * Update to XMP PLUS 1.2.1 specification.
+  * Enhance DOF calculation to use AverageFocusDistance or
+FocusDistanceUpper/Lower if available.
+  * Patch to tolerate different version numbers in XMP namespace
+URI's.
+- perl(Archive::Zip) is recommended by exiftool, not required.
+
+---
+Thu Apr  9 21:32:54 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 9.91 (changes since 9.70):
+  * Added a couple of mew CanonModelID's
+  * Added a couple of new Nikon LensID's
+  * Added minor warning when deleting all PDF metadata (because
+it isn't really deleted)
+  * Added a new Samsung LensType
+  * Added a new Sony/Minolta LensType
+  * Decode Sound  Shot trailer written by some Samsung Galaxy
+models
+  * Decode a number of new Sony tags including FocusDistance2
+  * Decode a number of new Canon and Kodak tags
+  * Decode a new EXIF tag
+  * Decode a few new CanonCustom tags
+  * Recognize the JPE file extension
+  * Fixed swapped CanonCustom AEMicroadjustment/FEMicroadjustment
+tag names
+  * Fixed bug in -listItem option which sometimes prevented it
+from working
+  * Fixed interference by -sep option when writing structured tags
+  * Added a few new Pentax ISO values
+  * Added a new CanonModelID and SonyModelID
+  * Added a new Canon LensType
+  * Decode AF points for some newer Nikon 1 cameras
+  * Improved verbose output for recently decoded Samsung trailer
+  * Fixed Samsung trailer writer to properly update offsets in the QDIO block
+  * Added a new CanonModelID
+  * Added a few new Canon and Sony lenses
+  * Delete unknown PNG TextualData tags when deleting all PNG tags
+  * Decode AF points for Canon PowerShot G1X Mark II
+  * Decode a number of Pentax, Olympus, Panasonic and Sony tags
+  * Decode a few more Nikon NCTG tags in MOV videos
+  * Decode Nikon D4S custom settings
+  * Decode some makernote tags in Sony Xperia Z3 images
+  * Make PhotoshopThumbnail and PhotoshopBGRThumbnail writable
+(but unsafe)
+  * Changed order of operations so flattened tags always take
+precedence over structured tags when writing a mix of both
+types of tags
+  * Fixed potential bug decoding some Nikon 1 AF points
+  * Added a number of new QuickTime GenreID values
+  * Added support for some newer Sony cameras
+  * Decode more Nikon D4S custom settings
+  * Improved lens identification logic for XMP metadata
+  * Fixed typo in Condition for a few D3 NikonCustom tags
+  * Fixed bug which could cause a Use of uninitialized value $val
+runtime error when reading XML
+  * Added support for FLIR version 101 metadata
+  * Added a new Olympus LensType
+  * Added a new Pentax LensType
+  * Added a new Samsung LensType
+  * Decode a few more Nikon D4S tags
+  * Decode a few more Sony tags
+  * Decode a new FujiFilm tag
+  * Improved formula for calculating Sony:FocusDistance2
+  * Changed XMP parsing to impose standard namespace prefixes,
+thus avoiding (some) problems reading the ugly XMP generated
+by Microsoft products
+  * Fixed decoding of Nikon FileInfo tags for recent DSLR models
+  * Added support for the LFR format (same as LFP)
+  * Added support for Samsung models which write 2 values for
+LensType
+  * Added a new Samsung LensType
+  * Added a few new Nikon LensID's
+  * Added a new PentaxModelID
+  * Added some new Olympus WhiteBalance2 values
+  * Added a new EXIF:Compression value
+  * Decode a new FujiFilm tag
+  * Decode a few more private TIFF tags
+  * Improved warning message if DIR or FILE is used literally
+on the command line
+  * Improved -j -b output to encode any non-UTF8 values as
+Base64
+  * Enhanced -fast option (FastScan API option) to allow file
+processing to be bypassed entirely
+  * Changed conversions for a couple of Nikon 1 AF tags for
+consistency
+  * 

commit perl-Devel-NYTProf for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-NYTProf for 
openSUSE:Factory checked in at 2015-04-18 10:40:30

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


Package is perl-Devel-NYTProf

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-NYTProf/perl-Devel-NYTProf.changes
2013-10-06 14:31:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-NYTProf.new/perl-Devel-NYTProf.changes   
2015-04-18 10:40:31.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 16 21:12:10 UTC 2015 - co...@suse.com
+
+- updated to 6.01
+   see /usr/share/doc/packages/perl-Devel-NYTProf/Changes
+
+---

Old:

  Devel-NYTProf-5.06.tar.gz

New:

  Devel-NYTProf-6.01.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Devel-NYTProf.spec ++
--- /var/tmp/diff_new_pack.lcQzKp/_old  2015-04-18 10:40:31.0 +0200
+++ /var/tmp/diff_new_pack.lcQzKp/_new  2015-04-18 10:40:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-NYTProf
 #
-# 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,34 +17,23 @@
 
 
 Name:   perl-Devel-NYTProf
-Version:5.06
+Version:6.01
 Release:0
 %define cpan_name Devel-NYTProf
 Summary:Powerful fast feature-rich Perl source code profiler
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-NYTProf/
-Source: 
http://www.cpan.org/authors/id/T/TI/TIMB/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/T/TI/TIMB/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(File::Which) = 1.09
 BuildRequires:  perl(JSON::Any)
 BuildRequires:  perl(Test::Differences) = 0.60
 BuildRequires:  perl(Test::More) = 0.84
-#BuildRequires: perl(Apache)
-#BuildRequires: perl(BSD::Resource)
-#BuildRequires: perl(Devel::NYTProf)
-#BuildRequires: perl(Devel::NYTProf::Constants)
-#BuildRequires: perl(Devel::NYTProf::Core)
-#BuildRequires: perl(Devel::NYTProf::Data)
-#BuildRequires: perl(Devel::NYTProf::FileInfo)
-#BuildRequires: perl(Devel::NYTProf::Reader)
-#BuildRequires: perl(Devel::NYTProf::ReadStream)
-#BuildRequires: perl(Devel::NYTProf::Run)
-#BuildRequires: perl(Devel::NYTProf::SubInfo)
-#BuildRequires: perl(Devel::NYTProf::Test)
-#BuildRequires: perl(Devel::NYTProf::Util)
-#BuildRequires: perl(NYTProfTest)
+Requires:   perl(File::Which) = 1.09
 Requires:   perl(JSON::Any)
 Requires:   perl(Test::Differences) = 0.60
 Requires:   perl(Test::More) = 0.84
@@ -53,25 +42,81 @@
 %description
 Devel::NYTProf is a powerful, fast, feature-rich perl source code profiler.
 
-* Performs per-line statement profiling for fine detail
-* Performs per-subroutine statement profiling for overview
-* Performs per-opcode profiling for slow perl builtins
-* Performs per-block statement profiling (the first profiler to do so)
-* Accounts correctly for time spent after calls return
-* Performs inclusive and exclusive timing of subroutines
-* Subroutine times are per calling location (a powerful feature)
-* Can profile compile-time activity, just run-time, or just END time
-* Uses novel techniques for efficient profiling
-* Sub-microsecond (100ns) resolution on supported systems
-* Very fast - the fastest statement and subroutine profilers for perl
-* Handles applications that fork, with no performance cost
-* Immune from noise caused by profiling overheads and I/O
-* Program being profiled can stop/start the profiler
-* Generates richly annotated and cross-linked html reports
-* Captures source code, including string evals, for stable results
-* Trivial to use with mod_perl - add one line to httpd.conf
-* Includes an extensive test suite
-* Tested on very large codebases
+* *
+
+  Performs per-line statement profiling for fine detail
+
+* *
+
+  Performs per-subroutine statement profiling for overview
+
+* *
+
+  Performs per-opcode profiling for slow perl builtins
+
+* *
+
+  Performs per-block statement profiling (the first profiler to do so)
+
+* *
+
+  Accounts correctly for time spent after calls return
+
+* *
+
+  Performs inclusive and exclusive timing of subroutines
+
+* *
+
+  Subroutine times are per calling location (a powerful feature)
+
+* *
+
+  Can 

commit perl-CPAN-Meta-Requirements for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Meta-Requirements for 
openSUSE:Factory checked in at 2015-04-18 10:40:37

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


Package is perl-CPAN-Meta-Requirements

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-CPAN-Meta-Requirements/perl-CPAN-Meta-Requirements.changes
  2013-12-09 16:56:17.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Meta-Requirements.new/perl-CPAN-Meta-Requirements.changes
 2015-04-18 10:40:38.0 +0200
@@ -1,0 +2,86 @@
+Thu Apr 16 21:26:17 UTC 2015 - co...@suse.com
+
+- updated to 2.133
+   see /usr/share/doc/packages/perl-CPAN-Meta-Requirements/Changes
+
+  2.133 2015-02-22 06:35:34-05:00 America/New_York
+  
+  [FIXED]
+  
+  - In fixing preservation of 0.00, some Module = 0 optimizations were
+lost; this restores those optimizations
+  
+  2.132 2015-01-22 17:09:19-05:00 America/New_York
+  
+  [FIXED]
+  
+  - Precision of version requirement 0.00 is preserved when merging
+requirements.
+  
+  2.131 2014-12-23 15:04:19-05:00 America/New_York
+  
+  [ENHANCEMENTS]
+  
+  - Merging Module = 0 into requirements is now optimized
+  
+  [PREREQS]
+  
+  - Scalar::Utils removed as a prerequisite
+  
+  2.130 2014-11-19 23:25:46-05:00 America/New_York
+  
+  [ADDED]
+  
+  - from_string_hash can take optional constructor arguments
+  
+  [CHANGED]
+  
+  - bad_version_hook callback gets module name as well as version string
+  
+  - undefined/empty versions given to from_string_hash or
+add_string_requirement now carp and are coerced to 0 instead of
+being fatal.  This is more consistent with how the other requirement
+functions work.
+  
+  2.129 2014-11-13 16:28:45-05:00 America/New_York
+  
+  [FIXED]
+  
+  - from_string_hash can now accept v-strings as hash values
+  
+  2.128 2014-09-06 00:04:22-04:00 America/New_York
+  
+  [FIXED]
+  
+  - Throws an error at compile time if neither version nor
+the ExtUtils::MakeMaker bootstrap are available
+  
+  2.127 2014-09-04 22:17:44-04:00 America/New_York
+  
+  [FIXED]
+  
+  - Works around limitations in version::vpp detecting v-string magic
+  
+  [PREREQS]
+  
+  - Requires version.pm 0.88 in metadata, but code should work with any
+version of version.pm
+  
+  - Adds support for forthcoming ExtUtils::MakeMaker bootstrap version.pm
+for Perls older than 5.10.0
+  
+  2.126 2014-07-30 16:26:29-04:00 America/New_York
+  
+  [FIXED]
+  
+  - Fixed compatibility with version.pm 0.77
+  
+  [DOCUMENTED]
+  
+  - Minor documentation fixes
+  
+  [CHANGED]
+  
+  - Modernized distribution meta files
+
+---

Old:

  CPAN-Meta-Requirements-2.125.tar.gz

New:

  CPAN-Meta-Requirements-2.133.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-CPAN-Meta-Requirements.spec ++
--- /var/tmp/diff_new_pack.tYCuhF/_old  2015-04-18 10:40:39.0 +0200
+++ /var/tmp/diff_new_pack.tYCuhF/_new  2015-04-18 10:40:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CPAN-Meta-Requirements
 #
-# 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,39 +17,38 @@
 
 
 Name:   perl-CPAN-Meta-Requirements
-Version:2.125
+Version:2.133000
 Release:0
+%define cpan_version 2.133
+Provides:   perl(CPAN::Meta::Requirements) = 2.133000
 %define cpan_name CPAN-Meta-Requirements
-Summary:a set of version requirements for a CPAN dist
+Summary:Set of Version Requirements for a Cpan Dist
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/CPAN-Meta-Requirements/
-Source: 
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{cpan_version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::More) = 0.88
-BuildRequires:  perl(version) = 0.77
-#BuildRequires: perl(CPAN::Meta::Requirements)
-#BuildRequires: perl(Pod::Wordlist)
-#BuildRequires: 

commit perl-Mouse for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Mouse for openSUSE:Factory 
checked in at 2015-04-18 10:40:33

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


Package is perl-Mouse

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mouse/perl-Mouse.changes2014-11-24 
11:10:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mouse.new/perl-Mouse.changes   
2015-04-18 10:40:34.0 +0200
@@ -1,0 +2,12 @@
+Thu Apr 16 21:39:11 UTC 2015 - co...@suse.com
+
+- updated to 2.4.2
+   see /usr/share/doc/packages/perl-Mouse/Changes
+
+  2.4.2 2015-04-12T01:22:02Z
+  - Fixed #40; 'use strict' not enabled when 'use 5.010' follows 'use 
Mouse'
+  - Fixed #39; New warnings in Perl 5.21.x: redundant arguments for sprintf
+  - Fixed #38; Avoid warnings introduced in Perl 5.21.x
+  - Fixed #36; Excess dependency on Test::Exception::LessClever (kentnl, 
#37)
+
+---

Old:

  Mouse-2.4.1.tar.gz

New:

  Mouse-2.4.2.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Mouse.spec ++
--- /var/tmp/diff_new_pack.gctWXv/_old  2015-04-18 10:40:35.0 +0200
+++ /var/tmp/diff_new_pack.gctWXv/_new  2015-04-18 10:40:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mouse
 #
-# 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,23 +17,23 @@
 
 
 Name:   perl-Mouse
-Version:2.4.1
+Version:2.4.2
 Release:0
 %define cpan_name Mouse
 Summary:Moose minus the antlers
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Mouse/
-Source: 
http://www.cpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Devel::PPPort) = 3.19
 BuildRequires:  perl(ExtUtils::ParseXS) = 3.22
-BuildRequires:  perl(Module::Build) = 0.4005
+BuildRequires:  perl(Module::Build) = 0.400500
 BuildRequires:  perl(Module::Build::XSUtil)
 BuildRequires:  perl(Test::Exception)
-BuildRequires:  perl(Test::Exception::LessClever)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::LeakTrace)
 BuildRequires:  perl(Test::More) = 0.88
@@ -61,6 +61,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Build.PL installdirs=vendor optimize=%{optflags}
@@ -75,6 +76,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes cpanfile example LICENSE minil.toml README.md
+%doc Changes example LICENSE minil.toml README.md
 
 %changelog

++ Mouse-2.4.1.tar.gz - Mouse-2.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mouse-2.4.1/Changes new/Mouse-2.4.2/Changes
--- old/Mouse-2.4.1/Changes 2014-09-21 15:00:07.0 +0200
+++ new/Mouse-2.4.2/Changes 2015-04-12 03:26:49.0 +0200
@@ -1,5 +1,11 @@
 Revision history for Mouse
 
+2.4.2 2015-04-12T01:22:02Z
+- Fixed #40; 'use strict' not enabled when 'use 5.010' follows 'use Mouse'
+- Fixed #39; New warnings in Perl 5.21.x: redundant arguments for sprintf
+- Fixed #38; Avoid warnings introduced in Perl 5.21.x
+- Fixed #36; Excess dependency on Test::Exception::LessClever (kentnl, #37)
+
 2.4.1 2014-09-21T12:57:11Z
 - Fix build issues (#34)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mouse-2.4.1/MANIFEST new/Mouse-2.4.2/MANIFEST
--- old/Mouse-2.4.1/MANIFEST2014-09-21 15:00:07.0 +0200
+++ new/Mouse-2.4.2/MANIFEST2015-04-12 03:26:49.0 +0200
@@ -345,6 +345,8 @@
 t/900_mouse_bugs/014_autoload.t
 t/900_mouse_bugs/015_issue7_memleak.t
 t/900_mouse_bugs/016_issue17_memleak.t
+t/900_mouse_bugs/017_issue29.t
+t/900_mouse_bugs/018_issue41.t
 t/900_mouse_bugs/RT75093.t
 t/990_deprecated/001-export_to_level.t
 t/lib/Bar.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mouse-2.4.1/META.json new/Mouse-2.4.2/META.json
--- old/Mouse-2.4.1/META.json   2014-09-21 15:00:07.0 +0200
+++ new/Mouse-2.4.2/META.json   2015-04-12 03:26:49.0 +0200
@@ -4,7 +4,7 @@
   Shawn M Moore sartak at 

commit perl-Config-GitLike for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-GitLike for 
openSUSE:Factory checked in at 2015-04-18 10:40:22

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


Package is perl-Config-GitLike

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-GitLike/perl-Config-GitLike.changes  
2013-08-13 10:18:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Config-GitLike.new/perl-Config-GitLike.changes 
2015-04-18 10:40:23.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 16 20:54:07 UTC 2015 - co...@suse.com
+
+- updated to 1.16
+   see /usr/share/doc/packages/perl-Config-GitLike/Changes
+
+---

Old:

  Config-GitLike-1.12.tar.gz

New:

  Config-GitLike-1.16.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Config-GitLike.spec ++
--- /var/tmp/diff_new_pack.wLiuoq/_old  2015-04-18 10:40:23.0 +0200
+++ /var/tmp/diff_new_pack.wLiuoq/_new  2015-04-18 10:40:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-GitLike
 #
-# 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,14 +17,15 @@
 
 
 Name:   perl-Config-GitLike
-Version:1.12
+Version:1.16
 Release:0
 %define cpan_name Config-GitLike
-Summary:git-compatible config file parsing
+Summary:Git-Compatible Config File Parsing
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Config-GitLike/
-Source: 
http://www.cpan.org/authors/id/A/AL/ALEXMV/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/A/AL/ALEXMV/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -32,16 +33,6 @@
 BuildRequires:  perl(Moo)
 BuildRequires:  perl(MooX::Types::MooseLike)
 BuildRequires:  perl(Test::Exception)
-#BuildRequires: perl(Config::GitLike)
-#BuildRequires: perl(inc::Module::Install)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(MooX::Types::MooseLike::Base)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(TestConfig)
-#BuildRequires: perl(YAML::Tiny)
 Requires:   perl(Moo)
 Requires:   perl(MooX::Types::MooseLike)
 %{perl_requires}

++ Config-GitLike-1.12.tar.gz - Config-GitLike-1.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-GitLike-1.12/Changes 
new/Config-GitLike-1.16/Changes
--- old/Config-GitLike-1.12/Changes 2013-08-05 06:15:35.0 +0200
+++ new/Config-GitLike-1.16/Changes 2015-02-17 01:47:10.0 +0100
@@ -1,97 +1,99 @@
 Revision history for perl module Config::GitLike
 
-1.12 2013-08-05
+1.16 2015-02-16
+ - Canonicalize paths using File::Spec-canonpath; this addresses
+   failures on Windows where /-separated paths were stored in the
+   origins hash, due to Cwd::abs_path returning them
+
+1.15 2014-06-24
+ - Cope with Cwd::abs_path dying on non-existant paths on Windows
+
+1.14 2014-05-20
+ - Fix tests under MacOS, where TMPDIR is, by default, under a symlink
+
+1.13 2014-04-22
+ - Only expand ~ in paths if they are the first character
+ - Implement include.path, as git 1.7.10 and above do
 
-- Reformat Changes file to follow CPAN::Changes::Spec; no functional
-  changes.
+1.12 2013-08-05
+ - Reformat Changes file to follow CPAN::Changes::Spec; no functional
+   changes.
 
 1.11 2013-08-04
-
-- Switch from the deprecated Any::Moose to Moo
+ - Switch from the deprecated Any::Moose to Moo
 
 1.10 2012-11-07
-
-- Provide and API got accessing the original key that a value was set
-  with, in a case-preserving way.  If the case of the key in a file
-  matters, it is now possible to determine.
-- The 'name' value passed to the 'callback' parameter is now no longer
-  forced to lower-case, as a consequence.
+ - Provide and API got accessing the original key that a value was set
+   with, in a case-preserving way.  If the case of the key in a file
+   matters, it is now possible to determine.
+ - The 'name' value passed to the 'callback' parameter is now no longer
+   forced to lower-case, as a consequence.
 
 1.09 2012-08-10
-
-- Multiple bug fixes 

commit perl-PostScript-Simple for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-PostScript-Simple for 
openSUSE:Factory checked in at 2015-04-18 10:40:52

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


Package is perl-PostScript-Simple

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-PostScript-Simple/perl-PostScript-Simple.changes
2011-09-23 12:38:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-PostScript-Simple.new/perl-PostScript-Simple.changes
   2015-04-18 10:40:53.0 +0200
@@ -1,0 +2,23 @@
+Fri Apr 17 09:10:42 UTC 2015 - co...@suse.com
+
+- updated to 0.09
+   see /usr/share/doc/packages/perl-PostScript-Simple/Changes
+
+  0.09 - 23 September 2014
+Matthew Newton:
+  - add setcmykcolour method
+  - add err method to find last error
+  - internal data structure updates
+  
+  0.08 - 20 June 2014
+Satoshi Azuma:
+  - remove Test::More module and make it a build dependency
+  
+Matthew Newton:
+  - fix test result failures on -Duselongdouble
+  - allow units to be specified for any distance
+  - add X-Windows colours, supplied by Steve Baldwin
+  - change all space-separated lists to arrays
+  - fix Begin/EndDocument handling in EPS file insertion
+
+---

Old:

  PostScript-Simple-0.07.tar.gz

New:

  PostScript-Simple-0.09.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-PostScript-Simple.spec ++
--- /var/tmp/diff_new_pack.MAbTph/_old  2015-04-18 10:40:53.0 +0200
+++ /var/tmp/diff_new_pack.MAbTph/_new  2015-04-18 10:40:53.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-PostScript-Simple (Version 0.07)
+# spec file for package perl-PostScript-Simple
 #
-# Copyright (c) 2010 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,59 +15,54 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-PostScript-Simple
-Url:http://search.cpan.org/~mcnewton/PostScript-Simple
+Version:0.09
+Release:0
+#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
+%define cpan_name PostScript-Simple
+Summary:Produce PostScript files from Perl
 License:GPL-2.0+
 Group:  Development/Libraries/Perl
-Provides:   PostScript-Simple
-AutoReqProv:on
-Version:0.07
-Release:142
-Source: PostScript-Simple-%{version}.tar.gz
-Summary:a simple method of writing PostScript files from Perl
+Url:http://search.cpan.org/dist/PostScript-Simple/
+Source0:
http://www.cpan.org/authors/id/M/MC/MCNEWTON/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+%{perl_requires}
 
 %description
-PostScript::Simple allows you to have a simple method of writing
-PostScript files from Perl. It has several graphics primitives that
-allow lines, circles, polygons and boxes to be drawn. Text can be added
-to the page using standard PostScript fonts.
-
-
-
-Authors:
-
-Matthew Newton mcnew...@cpan.org
+PostScript::Simple allows you to have a simple method of writing PostScript
+files from Perl. It has graphics primitives that allow lines, curves,
+circles, polygons and boxes to be drawn. Text can be added to the page
+using standard PostScript fonts.
+
+The images can be single page EPS files, or multipage PostScript files. The
+image size can be set by using a recognised paper size ('A4', for
+example) or by giving dimensions. The units used can be specified ('mm'
+or 'in', etc) and are the same as those used in TeX. The default unit is
+a bp, or a PostScript point, unlike TeX.
 
 %prep
-%setup -n PostScript-Simple-%{version}
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-perl Makefile.PL
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-, root, root)
-%doc %{_mandir}/man3/*
-%doc MANIFEST README Changes
-%{perl_vendorarch}/auto/PostScript
-%dir %{perl_vendorlib}/PostScript
-%dir %{perl_vendorlib}/PostScript/Simple

commit vifm for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

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

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


Package is vifm

Changes:

--- /work/SRC/openSUSE:Factory/vifm/vifm.changes2015-04-10 
09:51:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.vifm.new/vifm.changes   2015-04-18 
10:40:46.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr  8 11:35:45 UTC 2015 - g.blue...@gmail.com
+
+- Update projects website URL
+
+---



Other differences:
--
++ vifm.spec ++
--- /var/tmp/diff_new_pack.qpwof8/_old  2015-04-18 10:40:46.0 +0200
+++ /var/tmp/diff_new_pack.qpwof8/_new  2015-04-18 10:40:46.0 +0200
@@ -22,7 +22,7 @@
 Summary:Ncurses based file manager with vi like keybindings
 License:GPL-2.0+
 Group:  Productivity/File utilities
-Url:http://%{name}.sourceforge.net
+Url:http://%{name}.info
 Source: 
http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 BuildRequires:  file-devel
 BuildRequires:  groff




commit perl-Variable-Magic for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Variable-Magic for 
openSUSE:Factory checked in at 2015-04-18 10:41:09

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


Package is perl-Variable-Magic

Changes:

--- /work/SRC/openSUSE:Factory/perl-Variable-Magic/perl-Variable-Magic.changes  
2015-04-16 14:13:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Variable-Magic.new/perl-Variable-Magic.changes 
2015-04-18 10:41:10.0 +0200
@@ -1,0 +2,24 @@
+Fri Apr 17 16:52:38 UTC 2015 - co...@suse.com
+
+- updated to 0.57
+   see /usr/share/doc/packages/perl-Variable-Magic/Changes
+
+  0.572015-04-17 15:20 UTC
+  + Chg : The new environment variable to enable thread tests on older
+  perls is PERL_FORCE_TEST_THREADS. Note that this variable
+  should only be turned on by authors.
+  + Fix : Segfaults when the module is loaded by several threads (or
+  Windows emulated processes) ran in parallel.
+  + Fix : Segfaults when the module is loaded in a thread, which spawns
+  itself a new thread, and that child thread outlives its 
parent.
+  + Fix : Small memory leaks of structures required for thread safety.
+  + Fix : Update the Windows ActivePerl + gcc 3.4 workaround for
+  ExtUtils::MakeMaker 7.04. Thanks Christian Walde for 
reporting
+  and feedback on this issue.
+  + Tst : The global destruction test will now be exercised on any perl
+  that has DEBUGGING set.
+  + Tst : Optional capturing tests in t/17-ctl.t that were only run 
when
+  Capture::Tiny was present were converted to an IPC::Open3
+  based helper and will now be run everywhere.
+
+---

Old:

  Variable-Magic-0.56.tar.gz

New:

  Variable-Magic-0.57.tar.gz



Other differences:
--
++ perl-Variable-Magic.spec ++
--- /var/tmp/diff_new_pack.EnuO5Y/_old  2015-04-18 10:41:11.0 +0200
+++ /var/tmp/diff_new_pack.EnuO5Y/_new  2015-04-18 10:41:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Variable-Magic
-Version:0.56
+Version:0.57
 Release:0
 %define cpan_name Variable-Magic
 Summary:Associate user-defined magic to variables from Perl

++ Variable-Magic-0.56.tar.gz - Variable-Magic-0.57.tar.gz ++
 2847 lines of diff (skipped)




commit perl-aliased for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-aliased for openSUSE:Factory 
checked in at 2015-04-18 10:40:41

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


Package is perl-aliased

Changes:

--- /work/SRC/openSUSE:Factory/perl-aliased/perl-aliased.changes
2014-12-31 11:22:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-aliased.new/perl-aliased.changes   
2015-04-18 10:40:42.0 +0200
@@ -1,0 +2,9 @@
+Fri Apr 17 08:39:35 UTC 2015 - co...@suse.com
+
+- updated to 0.34
+   see /usr/share/doc/packages/perl-aliased/Changes
+
+  0.34  2015-01-03 20:39:44Z
+- re-release to fix problematic $VERSION declaration (RT#101095)
+
+---

Old:

  aliased-0.33.tar.gz

New:

  aliased-0.34.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-aliased.spec ++
--- /var/tmp/diff_new_pack.whqXDM/_old  2015-04-18 10:40:42.0 +0200
+++ /var/tmp/diff_new_pack.whqXDM/_new  2015-04-18 10:40:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-aliased
 #
-# 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-aliased
-Version:0.33
+Version:0.34
 Release:0
 %define cpan_name aliased
 Summary:Use shorter versions of class names
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/aliased/
-Source: %{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build::Tiny) = 0.039
 %{perl_requires}
 
 %description
@@ -56,27 +57,27 @@
 done with a subroutine and not with typeglobs and weird namespace munging.)
 
 Note that this is *only* for 'use'ing OO modules. You cannot use this to
-load procedural modules. See the Why OO Only? section. Also, don't let the
-version number fool you. This code is ridiculously simple and is just fine
-for most use.
+load procedural modules. See the the Why OO Only? manpage section. Also,
+don't let the version number fool you. This code is ridiculously simple and
+is just fine for most use.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README xt
+%doc Changes CONTRIBUTING LICENSE README
 
 %changelog

++ aliased-0.33.tar.gz - aliased-0.34.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aliased-0.33/Build.PL new/aliased-0.34/Build.PL
--- old/aliased-0.33/Build.PL   2014-12-21 03:19:38.0 +0100
+++ new/aliased-0.34/Build.PL   2015-01-03 21:39:49.0 +0100
@@ -78,7 +78,7 @@
 Curtis \Ovid\ Poe ovid\@cpan.org
   ],
   dist_name = aliased,
-  dist_version = 0.33,
+  dist_version = 0.34,
   license = perl,
   module_name = aliased,
   recommends = {},
@@ -87,7 +87,8 @@
 Carp = 0,
 Exporter = 0,
 perl = 5.006,
-strict = 0
+strict = 0,
+warnings = 0
   },
   script_files = [],
   test_requires = {
@@ -97,8 +98,7 @@
 Test::More = 0,
 if = 0,
 lib = 0,
-perl = 5.006,
-warnings = 0
+perl = 5.006
   }
 );
 
@@ -110,8 +110,7 @@
   Test::More = 0,
   if = 0,
   lib = 0,
-  perl = 5.006,
-  warnings = 0
+  perl = 5.006
 );
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aliased-0.33/CONTRIBUTING 
new/aliased-0.34/CONTRIBUTING
--- old/aliased-0.33/CONTRIBUTING   2014-12-21 03:19:38.0 +0100
+++ new/aliased-0.34/CONTRIBUTING   2015-01-03 21:39:49.0 +0100
@@ -93,4 +93,4 @@
 
 
 This file was generated via 

commit tuxpaint for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package tuxpaint for openSUSE:Factory 
checked in at 2015-04-18 10:41:14

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


Package is tuxpaint

Changes:

--- /work/SRC/openSUSE:Factory/tuxpaint/tuxpaint.changes2012-10-06 
18:44:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.tuxpaint.new/tuxpaint.changes   2015-04-18 
10:41:15.0 +0200
@@ -1,0 +2,37 @@
+Mon Apr 13 18:12:27 UTC 2015 - badshah...@gmail.com
+
+- Add tuxpaint-rpmlintrc file as a source in specfile.
+
+---
+Tue Apr  7 13:34:01 UTC 2015 - p.drou...@gmail.com
+
+- Use download Url as source
+- Update project Url
+
+---
+Sat Dec 27 17:06:26 UTC 2014 - l...@linux-schulserver.de
+
+- update to 0.9.22:
+  + 14 new magic tools
+  + 40 new template pictures
+  + nearly 200 new stamps
+  + support for SVG and KidPix templates
+  + and an enhanced text tool
+  + also features accessibility improvements, including keyboard and
+joystick pointer controls, and an on-screen keyboard
+  Please read /usr/share/doc/packages/tuxpaint/CHANGES.txt 
+  for more details
+- removed upstreamed patches:
+  + tuxpaint-manpage_fix.patch
+  + tuxpaint-linux_arch_links.patch
+  + tuxpaint-de_translation.patch
+  + tuxpaint-libpng15.patch
+- ran spec-cleaner
+
+---
+Tue May 14 09:20:46 UTC 2013 - l...@linux-schulserver.de
+
+- as recommended by rpmlint: switch RPM group of the devel package
+  to Development/Libraries/C and C++
+
+---

Old:

  tuxpaint-0.9.21.tar.bz2
  tuxpaint-de_translation.patch
  tuxpaint-libpng15.patch
  tuxpaint-linux_arch_links.patch
  tuxpaint-manpage_fix.patch

New:

  tuxpaint-0.9.22.tar.gz



Other differences:
--
++ tuxpaint.spec ++
--- /var/tmp/diff_new_pack.X7lUNU/_old  2015-04-18 10:41:16.0 +0200
+++ /var/tmp/diff_new_pack.X7lUNU/_new  2015-04-18 10:41:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tuxpaint
 #
-# 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
@@ -16,29 +16,29 @@
 #
 
 
+%define kderootdir %(kde4-config --prefix || kde-config --prefix)
+%define gnomedir   %(gnome-config --prefix)
 Name:   tuxpaint
+Version:0.9.22
+Release:0
 Summary:Drawing Program for Young Children
 License:GPL-2.0+
 Group:  Productivity/Graphics/Bitmap Editors
-Url:http://www.newbreedsoftware.com/tuxpaint/
-Version:0.9.21
-Release:0
-Source: %{name}-%{version}.tar.bz2
+Url:http://www.tuxpaint.org/
+Source: 
http://sourceforge.net/projects/tuxpaint/files/tuxpaint/%{version}/%{name}-%{version}.tar.gz
+Source1:tuxpaint-rpmlintrc
 Patch1: tuxpaint-import-eval.patch
-Patch2: tuxpaint-de_translation.patch
-Patch3: tuxpaint-linux_arch_links.patch
-Patch4: tuxpaint-manpage_fix.patch
-# libpng15.patch sent to  b...@newbreedsoftware.com
-Patch5: tuxpaint-libpng15.patch
 BuildRequires:  SDL-devel
 BuildRequires:  SDL_Pango-devel
 BuildRequires:  SDL_image-devel
 BuildRequires:  SDL_mixer-devel
 BuildRequires:  SDL_ttf-devel  2.0.8
 BuildRequires:  fribidi-devel
+BuildRequires:  gperf
 BuildRequires:  libpaper-devel
 BuildRequires:  libpng-devel
 BuildRequires:  zlib-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #
 # openSUSE 
 #
@@ -49,16 +49,12 @@
 BuildRequires:  libgnome-devel
 BuildRequires:  librsvg-devel
 BuildRequires:  update-desktop-files
-# Makefile uses kde-config to detect KDE_PREFIX
-%if 0%{suse_version}  1110
-BuildRequires:  kdelibs4-core
-%else
-BuildRequires:  kdelibs3
-%endif
-Recommends: tuxpaint-stamps 
-Recommends: tuxpaint-config
 Requires:   freefont
 Requires:   netpbm
+Recommends: tuxpaint-config
+Recommends: tuxpaint-stamps
+# Makefile uses kde-config to detect KDE_PREFIX
+BuildRequires:  kdelibs4-core
 %endif
 #
 # Fedora
@@ -73,9 +69,6 @@
 # all of the /usr/share/icons/hicolor/* directories.
 Requires:   hicolor-icon-theme
 %endif
-%define kderootdir %(kde4-config --prefix || kde-config --prefix)
-%define gnomedir   %(gnome-config --prefix)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Tux Paint is a 

commit rubygem-excon for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-excon for openSUSE:Factory 
checked in at 2015-04-18 10:41:01

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


Package is rubygem-excon

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-excon/rubygem-excon.changes  
2015-04-10 09:50:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-excon.new/rubygem-excon.changes 
2015-04-18 10:41:03.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 17 04:28:48 UTC 2015 - co...@suse.com
+
+- updated to version 0.45.2
+
+---

Old:

  excon-0.45.1.gem

New:

  excon-0.45.2.gem



Other differences:
--
++ rubygem-excon.spec ++
--- /var/tmp/diff_new_pack.3hdyai/_old  2015-04-18 10:41:03.0 +0200
+++ /var/tmp/diff_new_pack.3hdyai/_new  2015-04-18 10:41:03.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-excon
-Version:0.45.1
+Version:0.45.2
 Release:0
 %define mod_name excon
 %define mod_full_name %{mod_name}-%{version}

++ excon-0.45.1.gem - excon-0.45.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile.lock new/Gemfile.lock
--- old/Gemfile.lock2015-03-27 15:00:47.0 +0100
+++ new/Gemfile.lock2015-04-16 16:49:54.0 +0200
@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-excon (0.45.1)
+excon (0.45.2)
 
 GEM
   remote: http://rubygems.org/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/changelog.txt new/changelog.txt
--- old/changelog.txt   2015-03-27 15:00:47.0 +0100
+++ new/changelog.txt   2015-04-16 16:49:54.0 +0200
@@ -1,3 +1,13 @@
+0.45.2 04/16/2015
+=
+
+add raw_status reader
+improved tests around response/status
+rescue IO::WaitWritable for SSL sockets also
+indentation fixes
+tighten rescue in ssl socket connect to better report non-timeouts
+rescue EAGAIN and EWOULDBLOCK for non-blocking connects
+
 0.45.1 03/27/2015
 =
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/excon.gemspec new/excon.gemspec
--- old/excon.gemspec   2015-03-27 15:00:47.0 +0100
+++ new/excon.gemspec   2015-04-16 16:49:54.0 +0200
@@ -13,8 +13,8 @@
   ## If your rubyforge_project name is different, then edit it and comment out
   ## the sub! line in the Rakefile
   s.name  = 'excon'
-  s.version   = '0.45.1'
-  s.date  = '2015-03-27'
+  s.version   = '0.45.2'
+  s.date  = '2015-04-16'
   s.rubyforge_project = 'excon'
 
   ## Make sure your summary is short. The description may be as long
@@ -122,6 +122,7 @@
 tests/authorization_header_tests.rb
 tests/bad_tests.rb
 tests/basic_tests.rb
+tests/complete_responses.rb
 tests/data/127.0.0.1.cert.crt
 tests/data/127.0.0.1.cert.key
 tests/data/excon.cert.crt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/excon/constants.rb new/lib/excon/constants.rb
--- old/lib/excon/constants.rb  2015-03-27 15:00:47.0 +0100
+++ new/lib/excon/constants.rb  2015-04-16 16:49:54.0 +0200
@@ -1,6 +1,6 @@
 module Excon
 
-  VERSION = '0.45.1'
+  VERSION = '0.45.2'
 
   CR_NL = \r\n
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/excon/response.rb new/lib/excon/response.rb
--- old/lib/excon/response.rb   2015-03-27 15:00:47.0 +0100
+++ new/lib/excon/response.rb   2015-04-16 16:49:54.0 +0200
@@ -22,6 +22,12 @@
 def status
   @data[:status]
 end
+def status_line
+  @data[:status_line]
+end
+def status_line=(new_status_line)
+  @data[:status_line] = new_status_line
+end
 def reason_phrase=(new_reason_phrase)
   @data[:reason_phrase] = new_reason_phrase
 end
@@ -53,6 +59,7 @@
 :body  = '',
 :headers   = Excon::Headers.new,
 :status= status,
+:status_line   = line,
 :reason_phrase = reason_phrase
   }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/excon/socket.rb new/lib/excon/socket.rb
--- old/lib/excon/socket.rb 2015-03-27 15:00:47.0 +0100
+++ new/lib/excon/socket.rb 2015-04-16 16:49:54.0 +0200
@@ -64,12 +64,12 @@
 end
 
 def legacy_readline
-   begin
+  begin
 Timeout.timeout(@data[:read_timeout]) do
   @socket.readline
-  end
+end
 

commit perl-Cache-Cache for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Cache-Cache for 
openSUSE:Factory checked in at 2015-04-18 10:40:43

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


Package is perl-Cache-Cache

Changes:

--- /work/SRC/openSUSE:Factory/perl-Cache-Cache/perl-Cache-Cache.changes
2014-09-23 10:42:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Cache-Cache.new/perl-Cache-Cache.changes   
2015-04-18 10:40:44.0 +0200
@@ -1,0 +2,10 @@
+Fri Apr 17 08:13:24 UTC 2015 - co...@suse.com
+
+- updated to 1.08
+   see /usr/share/doc/packages/perl-Cache-Cache/CHANGES
+
+  1.08 2015-01-22
+   - try to avoid some race conditions (thanks, Petr Písař)
+   - typo fixes (thanks, David Steinbrunner)
+
+---

Old:

  Cache-Cache-1.07.tar.gz

New:

  Cache-Cache-1.08.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Cache-Cache.spec ++
--- /var/tmp/diff_new_pack.hZ0gxX/_old  2015-04-18 10:40:44.0 +0200
+++ /var/tmp/diff_new_pack.hZ0gxX/_new  2015-04-18 10:40:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Cache-Cache
 #
-# 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,16 @@
 
 
 Name:   perl-Cache-Cache
-Version:1.07
+Version:1.08
 Release:0
+#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
 %define cpan_name Cache-Cache
-Summary:The Cache::Cache cache interface
+Summary:The Cache Interface
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Cache-Cache/
-Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -38,17 +40,17 @@
 %{perl_requires}
 
 %description
-The Cache modules are designed to assist a developer in persisting data for a
-specified period of time. Often these modules are used in web applications to
-store data locally to save repeated and redundant expensive calls to remote
-machines or databases. People have also been known to use Cache::Cache for its
-straightforward interface in sharing data between runs of an application or
-invocations of a CGI-style script or simply as an easy to use abstraction of
-the filesystem or shared memory.
-
-The Cache::Cache interface is implemented by classes that support the get, set,
-remove, size, purge, and clear instance methods and their corresponding static
-methods for persisting data across method calls.
+The Cache modules are designed to assist a developer in persisting data for
+a specified period of time. Often these modules are used in web
+applications to store data locally to save repeated and redundant expensive
+calls to remote machines or databases. People have also been known to use
+Cache::Cache for its straightforward interface in sharing data between runs
+of an application or invocations of a CGI-style script or simply as an easy
+to use abstraction of the filesystem or shared memory.
+
+The Cache::Cache interface is implemented by classes that support the get,
+set, remove, size, purge, and clear instance methods and their
+corresponding static methods for persisting data across method calls.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -67,6 +69,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc CHANGES README COPYING
+%doc CHANGES COPYING CREDITS DISCLAIMER README STYLE
 
 %changelog

++ Cache-Cache-1.07.tar.gz - Cache-Cache-1.08.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cache-Cache-1.07/CHANGES new/Cache-Cache-1.08/CHANGES
--- old/Cache-Cache-1.07/CHANGES2014-09-17 15:58:18.0 +0200
+++ new/Cache-Cache-1.08/CHANGES2015-01-22 17:09:36.0 +0100
@@ -1,5 +1,9 @@
 Revision history for Cache
 
+1.08 2015-01-22
+ - try to avoid some race conditions (thanks, Petr Písař)
+ - typo fixes (thanks, David Steinbrunner)
+
 1.07 2014-09-17
  - fix a bug where we checked @$ instead of $@ after eval
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cache-Cache-1.07/META.json 
new/Cache-Cache-1.08/META.json
--- 

commit perl-Module-Signature for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Signature for 
openSUSE:Factory checked in at 2015-04-18 10:40:54

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


Package is perl-Module-Signature

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Module-Signature/perl-Module-Signature.changes  
2013-08-04 23:52:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Signature.new/perl-Module-Signature.changes
 2015-04-18 10:40:55.0 +0200
@@ -1,0 +2,47 @@
+Fri Apr 17 09:13:22 UTC 2015 - co...@suse.com
+
+- updated to 0.78
+   see /usr/share/doc/packages/perl-Module-Signature/Changes
+
+  [Changes for 0.78 - Thu Apr  9 16:58:27 CST 2015]
+  
+  * Fix verify() use from cpanm and CPAN.pm.
+  
+Contributed by: ANDK
+  
+  [Changes for 0.77 - Wed Apr  8 19:36:50 CST 2015]
+  
+  * Include the latest public keys of PAUSE, ANDK and AUDREYT.
+  
+  * Clarify scripts/cpansign copyright to CC0.
+  
+Reported by: @pghmcfc
+  
+  [Changes for 0.76 - Wed Apr  8 18:05:48 CST 2015]
+  
+  * Fix signature tests by defaulting to verify(skip=1)
+when $ENV{TEST_SIGNATURE} is true.
+  
+Reported by: @pghmcfc
+  
+  [Changes for 0.75 - Tue Apr  7 04:56:09 CST 2015]
+  
+  Two more issues reported by John Lightsey:
+  
+  * Update ChangeLog.
+  
+  * More protection of @INC from relative paths.
+  
+  Fix various issues reported by John Lightsey:
+  
+  [Changes for 0.74 - Tue Apr  7 02:39:14 CST 2015]
+  
+  Fix various issues reported by John Lightsey:
+  
+  * Fix GPG signature parsing logic.
+  
+  * MANIFEST.SKIP is no longer consulted unless --skip is given.
+  
+  * Properly use open() modes to avoid injection attacks.
+
+---

Old:

  Module-Signature-0.73.tar.gz

New:

  Module-Signature-0.78.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Module-Signature.spec ++
--- /var/tmp/diff_new_pack.lnBDpz/_old  2015-04-18 10:40:55.0 +0200
+++ /var/tmp/diff_new_pack.lnBDpz/_new  2015-04-18 10:40:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Signature
 #
-# 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,26 +17,26 @@
 
 
 Name:   perl-Module-Signature
-Version:0.73
+Version:0.78
 Release:0
+#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
 %define cpan_name Module-Signature
 Summary:Module signature file manipulation
 License:CC0-1.0 and (GPL-1.0+ or Artistic-1.0)
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Module-Signature/
-Source: 
http://www.cpan.org/authors/id/A/AU/AUDREYT/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/A/AU/AUDREYT/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Digest::SHA)
 BuildRequires:  perl(IPC::Run)
-Requires:   perl(Digest::SHA)
+%{perl_requires}
 # MANUAL BEGIN
 BuildRequires:  gpg
 Requires:   gpg
 # MANUAL END
-%{perl_requires}
 
 %description
 *Module::Signature* adds cryptographic authentications to CPAN
@@ -60,7 +60,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-#find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -76,6 +75,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc AUDREY2006.pub AUTHORS Changes PAUSE2003.pub README
+%doc ANDK2015.pub AUDREYT2015.pub AUTHORS Changes PAUSE2017.pub README
 
 %changelog

++ Module-Signature-0.73.tar.gz - Module-Signature-0.78.tar.gz ++
 2726 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
preamble: |-
 BuildRequires:  gpg
 Requires:   gpg
#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: CC0-1.0 and (GPL-1.0+ or Artistic-1.0)
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag



commit perl-Digest-CRC for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Digest-CRC for openSUSE:Factory 
checked in at 2015-04-18 10:41:12

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


Package is perl-Digest-CRC

Changes:

--- /work/SRC/openSUSE:Factory/perl-Digest-CRC/perl-Digest-CRC.changes  
2015-02-10 20:23:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Digest-CRC.new/perl-Digest-CRC.changes 
2015-04-18 10:41:13.0 +0200
@@ -1,0 +2,10 @@
+Fri Apr 17 18:14:06 UTC 2015 - co...@suse.com
+
+- updated to 0.21
+   see /usr/share/doc/packages/perl-Digest-CRC/Changes
+
+  
+  0.21  Sat Feb 21 13:18:25 2015
+- new() throwing an error if an unsupported type is specified
+
+---

Old:

  Digest-CRC-0.20.tar.gz

New:

  Digest-CRC-0.21.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Digest-CRC.spec ++
--- /var/tmp/diff_new_pack.pqgaB9/_old  2015-04-18 10:41:14.0 +0200
+++ /var/tmp/diff_new_pack.pqgaB9/_new  2015-04-18 10:41:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Digest-CRC
 #
-# 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,42 +17,43 @@
 
 
 Name:   perl-Digest-CRC
-Version:0.20
+Version:0.21
 Release:0
-Url:http://search.cpan.org/dist/Digest-CRC/
-Summary:Generic CRC functions for Perl
+#Upstream:  CRC algorithm code taken from A PAINLESS GUIDE TO CRC ERROR 
DETECTION ALGORITHMS. the public domain.
+%define cpan_name Digest-CRC
+Summary:Generic CRC functions
 License:SUSE-Public-Domain
 Group:  Development/Libraries/Perl
-Source: 
http://search.cpan.org/CPAN/authors/id/O/OL/OLIMAUL/Digest-CRC-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Digest-CRC/
+Source0:
http://www.cpan.org/authors/id/O/OL/OLIMAUL/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+%{perl_requires}
 
 %description
-The Digest::CRC module calculates CRC sums of all sorts.  It contains
-wrapper functions with the correct parameters for CRC-CCITT, CRC-16,
-CRC-32 and CRC-64.
+The *Digest::CRC* module calculates CRC sums of all sorts. It contains
+wrapper functions with the correct parameters for CRC-CCITT, CRC-16, CRC-32
+and CRC-64, as well as the CRC used in OpenPGP's ASCII-armored checksum.
 
 %prep
-%setup -q -n Digest-CRC-%{version}
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL OPTIMIZE=$RPM_OPT_FLAGS -Wall
-make
-make test
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root)
-%doc %{_mandir}/man3/*
-%{perl_vendorarch}/Digest
-%{perl_vendorarch}/auto/Digest
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes README
 
 %changelog

++ Digest-CRC-0.20.tar.gz - Digest-CRC-0.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Digest-CRC-0.20/Changes new/Digest-CRC-0.21/Changes
--- old/Digest-CRC-0.20/Changes 2015-02-08 17:58:39.0 +0100
+++ new/Digest-CRC-0.21/Changes 2015-02-21 13:19:13.0 +0100
@@ -65,3 +65,6 @@
 
 0.20  Sun Feb  8 16:45:13 2015
   - removed debug code
+
+0.21  Sat Feb 21 13:18:25 2015
+  - new() throwing an error if an unsupported type is specified
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Digest-CRC-0.20/META.yml new/Digest-CRC-0.21/META.yml
--- old/Digest-CRC-0.20/META.yml2015-02-08 17:58:49.0 +0100
+++ new/Digest-CRC-0.21/META.yml2015-02-21 13:19:23.0 +0100
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXX This is a prototype!!!  It will change in the future!!! X#
 name: Digest-CRC
-version:  0.20
+version:  0.21
 version_from: lib/Digest/CRC.pm
 installdirs:  site
 requires:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Digest-CRC-0.20/README new/Digest-CRC-0.21/README
--- old/Digest-CRC-0.20/README  2015-02-08 12:20:49.0 +0100
+++ 

commit wine for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2015-04-18 10:41:20

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


Package is wine

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2015-04-07 
09:29:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2015-04-18 
10:41:21.0 +0200
@@ -1,0 +2,11 @@
+Fri Apr 17 14:06:38 UTC 2015 - meiss...@suse.com
+
+- Updated to 1.7.41 development snapshot
+  - More Known Folders supported in the shell.
+  - Some more support for kernel job objects.
+  - More MSI patches improvements.
+  - Some theming fixes.
+  - Various bug fixes.
+- updated winetricks
+
+---

Old:

  wine-1.7.40.tar.bz2
  wine-1.7.40.tar.bz2.sign

New:

  wine-1.7.41.tar.bz2
  wine-1.7.41.tar.bz2.sign



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.oMT8uC/_old  2015-04-18 10:41:22.0 +0200
+++ /var/tmp/diff_new_pack.oMT8uC/_new  2015-04-18 10:41:22.0 +0200
@@ -56,7 +56,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-Version:1.7.40
+Version:1.7.41
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+

++ wine-1.7.40.tar.bz2 - wine-1.7.41.tar.bz2 ++
/work/SRC/openSUSE:Factory/wine/wine-1.7.40.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.7.41.tar.bz2 differ: char 11, line 1


++ winetricks ++
 1138 lines (skipped)
 between /work/SRC/openSUSE:Factory/wine/winetricks
 and /work/SRC/openSUSE:Factory/.wine.new/winetricks




commit java-1_8_0-openjdk for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package java-1_8_0-openjdk for 
openSUSE:Factory checked in at 2015-04-18 10:40:48

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


Package is java-1_8_0-openjdk

Changes:

--- /work/SRC/openSUSE:Factory/java-1_8_0-openjdk/java-1_8_0-openjdk.changes
2015-04-16 14:13:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/java-1_8_0-openjdk.changes   
2015-04-18 10:40:49.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr 16 15:47:54 UTC 2015 - fst...@suse.com
+
+- Update the aarch64 tarball to the recent tip
+  * The revision has merged changes up to jdk8u45-b14
+- Apply cplusplus-interpreter.patch to the default hotspot tarball
+  only (aarch64 tarball has the patch integrated)
+
+---

Old:

  a747c1771e54.tar.bz2

New:

  70d4f640f931.tar.bz2



Other differences:
--
++ java-1_8_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.ZrfYeK/_old  2015-04-18 10:40:51.0 +0200
+++ /var/tmp/diff_new_pack.ZrfYeK/_new  2015-04-18 10:40:51.0 +0200
@@ -43,7 +43,7 @@
 %global nashorn_revision d5477c6d1678
 %global aarch64_project aarch64-port
 %global aarch64_repository jdk8
-%global aarch64_hotspot_revision a747c1771e54
+%global aarch64_hotspot_revision 70d4f640f931
 %global icedtea_sound_version 1.0.1
 # priority must be 6 digits in total
 %global priority180%{updatever}
@@ -514,7 +514,9 @@
 %patch14 -p1
 %endif
 
+%ifnarch %aarch64
 %patch15 -p1
+%endif
 
 %patch99 -p1
 

++ a747c1771e54.tar.bz2 - 70d4f640f931.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-1_8_0-openjdk/a747c1771e54.tar.bz2 
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/70d4f640f931.tar.bz2 differ: 
char 11, line 1




commit sqliteodbc for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

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

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


Package is sqliteodbc

Changes:

--- /work/SRC/openSUSE:Factory/sqliteodbc/sqliteodbc.changes2015-02-12 
10:22:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.sqliteodbc.new/sqliteodbc.changes   
2015-04-18 10:41:06.0 +0200
@@ -1,0 +2,10 @@
+Fri Apr 17 13:16:23 UTC 2015 - mplus...@suse.com
+
+- Update to 0.9992
+  * update to SQLite 3.8.9
+  * fixed buffer length return in SQLGetStmtAttr*()
+  * report SQL_SC_SQL92_ENTRY level for 
+SQLGetInfo(...SQL_SQL_CONFORMANCE...)
+  * improved configure for cross-compiling
+
+---

Old:

  sqliteodbc-0.9991.tar.gz

New:

  sqliteodbc-0.9992.tar.gz



Other differences:
--
++ sqliteodbc.spec ++
--- /var/tmp/diff_new_pack.3LMX3o/_old  2015-04-18 10:41:06.0 +0200
+++ /var/tmp/diff_new_pack.3LMX3o/_new  2015-04-18 10:41:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sqliteodbc
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   sqliteodbc
-Version:0.9991
+Version:0.9992
 Release:0
 Summary:ODBC driver for SQLite
 License:BSD-2-Clause
@@ -53,7 +53,8 @@
 %setup -q
 
 %build
-%configure --enable-static=no
+%configure \
+   --enable-static=no
 make %{?_smp_mflags} all doxy
 dos2unix README
 

++ sqliteodbc-0.9991.tar.gz - sqliteodbc-0.9992.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sqliteodbc-0.9991/ChangeLog 
new/sqliteodbc-0.9992/ChangeLog
--- old/sqliteodbc-0.9991/ChangeLog 2014-12-29 10:58:03.0 +0100
+++ new/sqliteodbc-0.9992/ChangeLog 2015-04-13 08:29:02.0 +0200
@@ -1,6 +1,14 @@
 SQLite ODBC Driver
 --
 
+Mon Apr 13 2015 version 0.9992 released
+
+   * update to SQLite 3.8.9
+   * fixed buffer length return in SQLGetStmtAttr*()
+   * report SQL_SC_SQL92_ENTRY level for
+ SQLGetInfo(...SQL_SQL_CONFORMANCE...)
+   * improved configure for cross-compiling
+
 Mon Dec 29 2014 version 0.9991 released
 
* update to SQLite 3.8.7.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sqliteodbc-0.9991/README new/sqliteodbc-0.9992/README
--- old/sqliteodbc-0.9991/README2014-12-29 09:44:41.0 +0100
+++ new/sqliteodbc-0.9992/README2015-04-13 08:29:27.0 +0200
@@ -1,10 +1,9 @@
 SQLite ODBC Driver
 --
 
-This is an open source ODBC driver for the wonderful
-SQLite 2.8.* and SQLite 3.* Database Engine/Library.
-The driver is usable but may contain bugs. Use it on
-your own risk.
+This is an open source ODBC driver for the wonderful SQLite 2.8.*
+and SQLite 3.* Database Engine/Library. The driver is usable but may
+contain bugs. Use it on your own risk.
 
 The current source can be downloaded from
 
@@ -14,7 +13,7 @@
 
 http://www.ch-werner.de/sqliteodbc/sqliteodbc.exe
 
-The binaries were made with SQLite 2.8.17, SQLite 3.8.7.4, MingW
+The binaries were made with SQLite 2.8.17, SQLite 3.8.9, MingW
 cross compiler and tested on Windows NT 4.0 with the query tool
 of MS Excel 97, with StarOffice 5.2 and OpenOffice 1.1 and 2.x.
 Execute the sqliteodbc.exe NSIS installer to unpack the necessary
@@ -27,7 +26,7 @@
 can be specified in the respective field. If empty a default value
 of 10 milliseconds is used.
 
-The Win64 installer (sqliteodbc_w64.exe) was made with SQLite 3.8.7.4,
+The Win64 installer (sqliteodbc_w64.exe) was made with SQLite 3.8.9,
 MingW cross compiler and only rudimentary tested on Windows Vista 64.
 
 Other tests were made on Linux with the isql command line tool
@@ -143,6 +142,54 @@
 Timeout=2000
 
 
+DSN-less connection to the driver
+
+  Using the SQLDriverConnect() API it is possible to connect to
+  a SQLite database with these strings (Win32 and UN*X)
+
+DSN=SQLite Datasource;Database=full-path-to-db;...
+DSN=SQLite3 Datasource;Database=full-path-to-db;...
+
+  alternatively
+
+  Win32:
+
+Driver=SQLite ODBC Driver;Database=full-path-to-db;...
+Driver=SQLite3 ODBC Driver;Database=full-path-to-db;...
+
+  UN*X (Linux RPM):
+
+Driver=SQLITE;Database=full-path-to-db;...
+

commit aria2 for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

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

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


Package is aria2

Changes:

--- /work/SRC/openSUSE:Factory/aria2/aria2.changes  2014-12-19 
09:37:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.aria2.new/aria2.changes 2015-04-18 
10:41:18.0 +0200
@@ -1,0 +2,34 @@
+Tue Apr 14 19:31:52 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.18.10:
+  * Add encoding specifier to Russian man page
+Fixes GH-341
+  * Mingw: Use _wgetenv to get user's home directory
+Fixes GH-342
+  * Handle linux getrandom returning EINTR on interrupts/signals
+Fixes GH-336
+- additional changes from 1.18.9:
+  * Support HTTP date ending + as well as GMT.
+Closes GH-330
+  * Revise getRandom facilities
+Closes GH-320
+  * Added debug log of all Metalink URLs with final priorities
+  * Use gcc-4.9 and android-16 API level for android build
+  * Add --bt-force-encryption option
+  * TLS: Fix memory leak with OpenSSL
+  * Warn about insecure SSL connections.
+Fixed GH-313
+  * Add --min-tls-version option
+  * LibsslTLSContext: Disable SSLv3 and enable ECDHE cipher suites
+  * Add Dockerfile.mingw
+  * Fix crash when JSON batch response vector is empty
+  * Fix doc: Wrong rpc secret token prefix
+  * Add --bt-detach-seed-only option
+  * mingw: Use MoveFileExW for better atomic move
+  * Work around libintl's vprintf macro messing with
+OutputFile::vprintf
+  * Fix crash on OSX when proxy is used
+See GH-275
+  * Support Adler32 checksum
+
+---

Old:

  aria2-1.18.8.tar.xz

New:

  aria2-1.18.10.tar.xz



Other differences:
--
++ aria2.spec ++
--- /var/tmp/diff_new_pack.pOdGAU/_old  2015-04-18 10:41:19.0 +0200
+++ /var/tmp/diff_new_pack.pOdGAU/_new  2015-04-18 10:41:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aria2
 #
-# 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
@@ -20,7 +20,7 @@
 %bcond_with make_check
 
 Name:   aria2
-Version:1.18.8
+Version:1.18.10
 Release:0
 Summary:Parallelizing Multi-Protocol Utility for Downloading Files
 License:SUSE-GPL-2.0-with-openssl-exception
@@ -96,4 +96,5 @@
 %{_mandir}/man1/aria2c.1*
 
 %files lang -f %{name}.lang
+
 %changelog

++ aria2-1.18.8.tar.xz - aria2-1.18.10.tar.xz ++
 39932 lines of diff (skipped)




commit perl-DBIx-Class for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-DBIx-Class for openSUSE:Factory 
checked in at 2015-04-18 10:40:27

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


Package is perl-DBIx-Class

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBIx-Class/perl-DBIx-Class.changes  
2014-11-18 22:45:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBIx-Class.new/perl-DBIx-Class.changes 
2015-04-18 10:40:28.0 +0200
@@ -1,0 +2,31 @@
+Thu Apr 16 21:25:59 UTC 2015 - co...@suse.com
+
+- updated to 0.082820
+   see /usr/share/doc/packages/perl-DBIx-Class/Changes
+
+  0.082820 2015-03-20 20:35 (UTC)
+  * Fixes
+  - Protect destructors from rare but possible double execution, and
+loudly warn the user whenever the problem is encountered (GH#63)
+  - Relax the 'self_result_object' argument check in the relationship
+resolution codepath, restoring exotic uses of inflate_result
+
http://lists.scsys.co.uk/pipermail/dbix-class/2015-January/011876.html
+  - Fix updating multiple CLOB/BLOB columns on Oracle
+  - Fix exception on complex update/delete under a replicated setup
+
http://lists.scsys.co.uk/pipermail/dbix-class/2015-January/011903.html
+  - Fix uninitialized warnings on empty hashes passed to join/prefetch
+https://github.com/vanstyn/RapidApp/commit/6f41f6e48 and
+
http://lists.scsys.co.uk/pipermail/dbix-class/2015-February/011921.html
+  - Fix hang in t/72pg.t when run against DBD::Pg 3.5.0. The ping()
+implementation changes due to RT#100648 made an alarm() based
+timeout lock-prone.
+  
+  * Misc
+  - Remove warning about potential side effects of RT#79576 (scheduled)
+  - Various doc improvements (GH#35, GH#62, GH#66, GH#70, GH#71, GH#72)
+  - Depend on newer Moo, to benefit from a safer runtime (RT#93004)
+  - Fix intermittent failures in the LeakTracer on 5.18+
+  - Fix failures of t/54taint.t on Windows with spaces in the $^X
+executable path (RT#101615)
+
+---

Old:

  DBIx-Class-0.082810.tar.gz

New:

  DBIx-Class-0.082820.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-DBIx-Class.spec ++
--- /var/tmp/diff_new_pack.5yLC4o/_old  2015-04-18 10:40:29.0 +0200
+++ /var/tmp/diff_new_pack.5yLC4o/_new  2015-04-18 10:40:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBIx-Class
 #
-# 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-DBIx-Class
-Version:0.082810
+Version:0.082820
 Release:0
 %define cpan_name DBIx-Class
-Summary:Extensible and flexible object - relational mapper.
+Summary:Extensible and flexible object - relational mapper
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DBIx-Class/
-Source: 
http://www.cpan.org/authors/id/R/RI/RIBASUSHI/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/R/RI/RIBASUSHI/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -43,7 +44,7 @@
 BuildRequires:  perl(Hash::Merge) = 0.12
 BuildRequires:  perl(MRO::Compat) = 0.12
 BuildRequires:  perl(Module::Find) = 0.07
-BuildRequires:  perl(Moo) = 1.006001
+BuildRequires:  perl(Moo) = 2.000
 BuildRequires:  perl(Package::Stash) = 0.28
 BuildRequires:  perl(Path::Class) = 0.18
 BuildRequires:  perl(SQL::Abstract) = 1.81
@@ -68,7 +69,7 @@
 Requires:   perl(Hash::Merge) = 0.12
 Requires:   perl(MRO::Compat) = 0.12
 Requires:   perl(Module::Find) = 0.07
-Requires:   perl(Moo) = 1.006001
+Requires:   perl(Moo) = 2.000
 Requires:   perl(Path::Class) = 0.18
 Requires:   perl(SQL::Abstract) = 1.81
 Requires:   perl(Scope::Guard) = 0.03
@@ -77,8 +78,6 @@
 Requires:   perl(Try::Tiny) = 0.07
 Requires:   perl(namespace::clean) = 0.24
 %{perl_requires}
-# MANUAL
-BuildRequires:  perl(Class::DBI)
 
 %description
 This is an SQL to OO mapper with an object API inspired by the Class::DBI

++ DBIx-Class-0.082810.tar.gz - DBIx-Class-0.082820.tar.gz ++
 3906 lines of diff (skipped)

++ cpanspec.yml 

commit perl-Compress-Bzip2 for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Compress-Bzip2 for 
openSUSE:Factory checked in at 2015-04-18 10:40:35

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


Package is perl-Compress-Bzip2

Changes:

--- /work/SRC/openSUSE:Factory/perl-Compress-Bzip2/perl-Compress-Bzip2.changes  
2015-02-10 20:21:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Bzip2.new/perl-Compress-Bzip2.changes 
2015-04-18 10:40:37.0 +0200
@@ -1,0 +2,17 @@
+Thu Apr 16 21:31:43 UTC 2015 - co...@suse.com
+
+- updated to 2.22
+   see /usr/share/doc/packages/perl-Compress-Bzip2/Changes
+
+  
+  2.21 2015-02-17 rurban
+ - Add leaktrace test
+ - Add .gitignore
+  
+  2.22 2015-02-17 rurban
+ - Fixed huge decompress memory leak, leaking every single XS outbut 
buffer.
+ - Better memory leak testcase with Memory::Dump, t/090-memory-usage.pl
+   (RT #102211 by Nick Koston)
+ - clarify docs that deflate = compress, inflate = uncompress
+
+---

Old:

  Compress-Bzip2-2.20.tar.gz

New:

  Compress-Bzip2-2.22.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Compress-Bzip2.spec ++
--- /var/tmp/diff_new_pack.tntGZI/_old  2015-04-18 10:40:37.0 +0200
+++ /var/tmp/diff_new_pack.tntGZI/_new  2015-04-18 10:40:37.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Compress-Bzip2
-Version:2.20
+Version:2.22
 Release:0
 %define cpan_name Compress-Bzip2
 Summary:Interface to Bzip2 compression library
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Compress-Bzip2/
-Source: 
http://www.cpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -32,9 +33,10 @@
 Recommends: perl(Compress::Zlib) = 1.19
 Recommends: perl(IO::Compress::Bzip2) = 2.060
 %{perl_requires}
-# MANUAL
+# MANUAL BEGIN
 BuildRequires:  libbz2-devel
 Requires:   bzip2
+# MANUAL END
 
 %description
 The _Compress::Bzip2_ module provides a Perl interface to the *bzip2*

++ Compress-Bzip2-2.20.tar.gz - Compress-Bzip2-2.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.20/.gitignore 
new/Compress-Bzip2-2.22/.gitignore
--- old/Compress-Bzip2-2.20/.gitignore  1970-01-01 01:00:00.0 +0100
+++ new/Compress-Bzip2-2.22/.gitignore  2015-02-19 10:55:51.0 +0100
@@ -0,0 +1,45 @@
+/.gdbinit
+*~
+.bash_history
+Bzip2.bs
+Bzip2.c
+Bzip2.o
+Compress-Bzip2-*.tar.gz
+Debian_CPANTS.txt
+MANIFEST.files
+META.yml
+MYMETA.json
+MYMETA.yml
+Makefile
+Makefile.old
+blib/
+bzlib-src/Makefile.old
+const-c.inc
+const-xs.inc
+/log.*
+pm_to_blib
+show_bzversion
+t/011-tmp-sample.bz2
+t/020-tmp-sample.bz2
+t/021-tmp-sample.bz2
+t/022-tmp-sample.bz2
+t/023-tmp-sample.bz2
+t/024-tmp-reference.bz2
+t/024-tmp-sample.bz2
+t/025-tmp-reference.bz2
+t/025-tmp-sample.bz2
+t/026-tmp-reference.bz2
+t/026-tmp-sample.bz2
+t/030-tmp-sample.txt
+t/031-tmp-sample.txt
+t/032-tmp-sample.txt
+t/033-tmp-sample.txt
+t/034-tmp-reference.bz2
+t/034-tmp-reference.txt
+t/034-tmp-sample.txt
+t/035-tmp-sample.txt
+t/041-tmp-protected.bz2
+t/050-tmp-out.bz2
+t/051-tmp-out.bz2
+t/051-tmp-reference-out-bunzip2.txt
+t/060-tmp-out.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.20/Bzip2.xs 
new/Compress-Bzip2-2.22/Bzip2.xs
--- old/Compress-Bzip2-2.20/Bzip2.xs2013-03-26 20:48:59.0 +0100
+++ new/Compress-Bzip2-2.22/Bzip2.xs2015-02-19 10:54:20.0 +0100
@@ -2033,7 +2033,7 @@
  XPUSHs(sv_2mortal(newSVpv(,0)));
   }
   else
-XPUSHs(outbuf);
+XPUSHs(sv_2mortal(outbuf));
 
   if (GIMME == G_ARRAY) 
 XPUSHs(sv_2mortal(newSViv(global_bzip_errno)));
@@ -2096,7 +2096,7 @@
   if (outbuf==NULL)
XPUSHs(sv_newmortal());
   else
-   XPUSHs(outbuf);
+   XPUSHs(sv_2mortal(outbuf));
 
   if (GIMME == G_ARRAY) 
XPUSHs(sv_2mortal(newSViv(global_bzip_errno)));
@@ -2440,7 +2440,7 @@
XPUSHs(sv_2mortal(newSVpv(,0)));
 }
 else
-  XPUSHs(outbuf);
+  XPUSHs(sv_2mortal(outbuf));
 
 if (GIMME == G_ARRAY) 
   XPUSHs(sv_2mortal(newSViv(global_bzip_errno)));
@@ -2479,7 +2479,6 @@
 
 perlobj = newSV(0);
 sv_setref_iv( 

commit perl-Devel-PatchPerl for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-PatchPerl for 
openSUSE:Factory checked in at 2015-04-18 10:40:31

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


Package is perl-Devel-PatchPerl

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Devel-PatchPerl/perl-Devel-PatchPerl.changes
2014-09-18 08:02:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-PatchPerl.new/perl-Devel-PatchPerl.changes
   2015-04-18 10:40:33.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 16 21:06:46 UTC 2015 - co...@suse.com
+
+- updated to 1.32
+   see /usr/share/doc/packages/perl-Devel-PatchPerl/Changes
+
+---

Old:

  Devel-PatchPerl-1.24.tar.gz

New:

  Devel-PatchPerl-1.32.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Devel-PatchPerl.spec ++
--- /var/tmp/diff_new_pack.KpNlR4/_old  2015-04-18 10:40:33.0 +0200
+++ /var/tmp/diff_new_pack.KpNlR4/_new  2015-04-18 10:40:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-PatchPerl
 #
-# 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-Devel-PatchPerl
-Version:1.24
+Version:1.32
 Release:0
 %define cpan_name Devel-PatchPerl
 Summary:Patch perl source a la Devel::PPPort's buildperl.pl
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-PatchPerl/
-Source: 
http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros

++ Devel-PatchPerl-1.24.tar.gz - Devel-PatchPerl-1.32.tar.gz ++
 2699 lines of diff (skipped)

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



commit perl-Apache-DBI for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Apache-DBI for openSUSE:Factory 
checked in at 2015-04-18 10:39:48

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


Package is perl-Apache-DBI

Changes:

--- /work/SRC/openSUSE:Factory/perl-Apache-DBI/perl-Apache-DBI.changes  
2011-11-14 13:18:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Apache-DBI.new/perl-Apache-DBI.changes 
2015-04-18 10:39:49.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 14 09:20:21 UTC 2015 - co...@suse.com
+
+- updated to 1.12
+   see /usr/share/doc/packages/perl-Apache-DBI/Changes
+
+  1.12 June 12, 2013
+  
+- Fix detection of server startup in mod_perl 2, to avoid caching
+  connections in the parent process. Perrin Harkins
+  per...@elem.com
+
+---

Old:

  Apache-DBI-1.11.tar.gz

New:

  Apache-DBI-1.12.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Apache-DBI.spec ++
--- /var/tmp/diff_new_pack.3XGl8M/_old  2015-04-18 10:39:49.0 +0200
+++ /var/tmp/diff_new_pack.3XGl8M/_new  2015-04-18 10:39:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Apache-DBI
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,68 +15,67 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Apache-DBI
-BuildRequires:  apache2-devel apache2-mod_perl libapr-util1-devel pcre-devel 
perl-DBI
-BuildRequires:  perl-macros
-Version:1.11
-Release:1
-Provides:   ApacheDBI perl-ApacheDBI
-Obsoletes:  perl-ApacheDBI
-Requires:   apache2
-Requires:   apache2-mod_perl
-Conflicts:  perlmod
-AutoReqProv:on
+Version:1.12
+Release:0
+%define cpan_name Apache-DBI
+Summary:Initiate a persistent database connection
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-License:Artistic-1.0
-Url:http://cpan.org/modules/by-module/Apache/
-Summary:Apache authentication via perl DBI
-Source: Apache-DBI-%{version}.tar.gz
-Patch:  Apache-DBI-%{version}-path.patch
+Url:http://search.cpan.org/dist/Apache-DBI/
+Source0:
http://www.cpan.org/authors/id/P/PH/PHRED/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+Patch0: Apache-DBI-1.11-path.patch
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(DBI) = 1
+BuildRequires:  perl(Digest::SHA1) = 2.01
+Requires:   perl(DBI) = 1
+Requires:   perl(Digest::SHA1) = 2.01
 %{perl_requires}
 
 %description
-These modules are supposed to be used with the Apache server together
-with an embedded perl interpreter like mod_perl. They provide support
-for basic authentication and authorization as well as support for
-persistent database connections via Perl's Database Independent
-Interface (DBI).
+This module initiates a persistent database connection.
 
+The database access uses Perl's DBI. For supported DBI drivers see:
 
+ http://dbi.perl.org/
 
-Authors:
-
-Tim Bunce   dbi-us...@isc.org
+When loading the DBI module (do not confuse this with the Apache::DBI
+module) it checks if the environment variable 'MOD_PERL' has been set and
+if the module Apache::DBI has been loaded. In this case every connect
+request will be forwarded to the Apache::DBI module. This checks if a
+database handle from a previous connect request is already stored and if
+this handle is still valid using the ping method. If these two conditions
+are fulfilled it just returns the database handle. The parameters defining
+the connection have to be exactly the same, including the connect
+attributes! If there is no appropriate database handle or if the ping
+method fails, a new connection is established and the handle is stored for
+later re-use. There is no need to remove the disconnect statements from
+your code. They won't do anything because the Apache::DBI module overloads
+the disconnect method.
 
 %prep 
-%setup -q -n Apache-DBI-%{version}
-%patch
+%setup -q -n %{cpan_name}-%{version}
+%patch0 
 
 %build
-export APACHE=`which httpd`
-perl Makefile.PL
-make %{?_smp_mflags} all
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-make test
+%{__make} test
 
 %install
-export APACHE=`which 

commit q4wine for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package q4wine for openSUSE:Factory checked 
in at 2015-04-18 10:41:16

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


Package is q4wine

Changes:

--- /work/SRC/openSUSE:Factory/q4wine/q4wine.changes2013-12-30 
10:38:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.q4wine.new/q4wine.changes   2015-04-18 
10:41:18.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 13 12:09:46 UTC 2015 - lazy.k...@opensuse.org
+
+- Add q4wine-fix-documentation-url.patch: Fix documentation URL.
+  Use web.archive.org until project website will be repaired. Also
+  disable automatic opening this documentation after initial
+  program configuring. (boo#926859)
+
+---

New:

  q4wine-fix-documentation-url.patch



Other differences:
--
++ q4wine.spec ++
--- /var/tmp/diff_new_pack.tHZ4Ra/_old  2015-04-18 10:41:18.0 +0200
+++ /var/tmp/diff_new_pack.tHZ4Ra/_new  2015-04-18 10:41:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package q4wine
 #
-# 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
@@ -24,6 +24,8 @@
 Group:  System/Emulators/PC
 Url:http://q4wine.brezblock.org.ua/
 Source0:http://downloads.sourceforge.net/%{name}/%{name}-1.1-r2.tar.bz2
+# PATCH-FIX-UPSTREAM q4wine-fix-documentation-url.patch boo#926859 
tehnic...@yandex.ru -- Fix documentation URL. Use web.archive.org until project 
website will be repaired. Also disable automatic opening this documentation 
after initial program configuring.
+Patch0: q4wine-fix-documentation-url.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  fuseiso
@@ -66,6 +68,7 @@
 
 %prep
 %setup -qn %{name}-1.1-r2
+%patch0 -p1
 
 %build
 mkdir build

++ q4wine-fix-documentation-url.patch ++
Description: Fix documentation URL
 Use web.archive.org until project website will be repaired. Also disable
 automatic opening this documentation after initial program configuring.
Author: Boris Pek tehnic...@yandex.ru
Last-Update: 2014-09-10
Forwarded: not-needed
Bug: https://github.com/brezerk/q4wine/issues/45
Bug-Debian: http://bugs.debian.org/761968
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/q4wine/+bug/1332725


--- a/config.h.cmake
+++ b/config.h.cmake
@@ -45,7 +45,7 @@
 
 #define APP_NAME Q4Wine
 #define APP_SHORT_NAME q4wine
-#define APP_WEBSITE q4wine.brezblock.org.ua
+#define APP_WEBSITE 
web.archive.org/web/20131204020055/http://q4wine.brezblock.org.ua;
 #define APP_BUG_EMAIL brez...@gmail.com
 
 #define APPDB_EXPORT_VERSION 1.0
@@ -57,7 +57,7 @@
 #define RUN_STRING_TEMPLATE_PRIMUSRUN %CONSOLE_BIN% %CONSOLE_ARGS% %ENV_BIN% 
%ENV_ARGS% /bin/sh -c \%WORK_DIR% %SET_NICE% primusrun %WINE_BIN% 
%VIRTUAL_DESKTOP% %PROGRAM_BIN% %PROGRAM_ARGS% 21 \
 
 
-#define APPDB_HOSTNAME q4wine.brezblock.org.ua
+#define APPDB_HOSTNAME 
web.archive.org/web/20131204020055/http://q4wine.brezblock.org.ua;
 #define BUGS_HOSTNAME bugs.winehq.org
 
 #define APPDB_PORT 80
--- a/src/q4wine-gui/wizard.cpp
+++ b/src/q4wine-gui/wizard.cpp
@@ -462,7 +462,7 @@
 
 settings.endGroup();
 
-CoreLib-openHelpUrl(05-first-steps.html);
+// CoreLib-openHelpUrl(05-first-steps.html);
 
 CoreLib-createPrefixDBStructure(Default);
 
--- a/src/q4wine-lib/q4wine-lib.cpp
+++ b/src/q4wine-lib/q4wine-lib.cpp
@@ -1619,7 +1619,7 @@
 QString url=http://;;
 url.append(APP_WEBSITE);
 url.append(/documentation/);
-url.append(this-getLang());
+url.append(en_us);
 url.append(/);
 url.append(rawurl);