commit libexplain for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package libexplain for openSUSE:Factory 
checked in at 2015-04-15 16:21:39

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


Package is libexplain

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:Factory/.libexplain.new/libexplain.changes   
2015-04-15 16:21:40.0 +0200
@@ -0,0 +1,7 @@
+---
+Mon Apr 13 07:02:44 UTC 2015 - mplus...@suse.com
+
+- Initial package for version 1.4
+- Use patches from fedora
+  * libexplain-1.4-largefile.patch 
+  * libexplain-1.4-syscall.patch 

New:

  libexplain-1.4-largefile.patch
  libexplain-1.4-syscall.patch
  libexplain-1.4.tar.gz
  libexplain.changes
  libexplain.spec



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

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

%define lib_name %{name}51
Name:   libexplain
Version:1.4
Release:0
Summary:Library functions to explain system call errors
License:LGPL-3.0+
Group:  Development/Libraries/C and C++
Url:http://libexplain.sourceforge.net
Source: http://downloads.sf.net/libexplain/%{name}-%{version}.tar.gz
Patch0: libexplain-1.4-largefile.patch
Patch1: libexplain-1.4-syscall.patch
BuildRequires:  bison
BuildRequires:  ghostscript
BuildRequires:  groff-full
BuildRequires:  libacl-devel
BuildRequires:  libcap-devel
BuildRequires:  libtool
BuildRequires:  lsof
BuildRequires:  pkg-config
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
The libexplain project provides a library which may be used to explain
Unix and Linux system call errors. This will make your application's
error messages much more informative to your users.  The library is
not quite a drop-in replacement for strerror, but it comes close. Each
system call has a dedicated libexplain function.

The coverage for system calls is being improved all the time. Coverage
includes 159 system calls and 444 ioctl requests.

%package -n %{lib_name}
Summary:Explains system call error reports
Group:  System/Libraries

%description -n %{lib_name}
The libexplain project provides a library which may be used to explain
Unix and Linux system call errors. This will make your application's
error messages much more informative to your users.  The library is
not quite a drop-in replacement for strerror, but it comes close. Each
system call has a dedicated libexplain function.

The coverage for system calls is being improved all the time. Coverage
includes 159 system calls and 444 ioctl requests.

%package -n explain
Summary:Explains system call error reports
License:GPL-3.0+
Group:  Development/Tools

%description -n explain
The explain command is used to decode an error return read from an
strace(1) listing, or similar.  Because this is being deciphered in a
different process than the original, the results will be less accurate
than if the program itself were to use libexplain(3).

%package devel
Summary:Development files for libexplain
License:LGPL-3.0+ and GPL-3.0+
Group:  Development/Libraries/C and C++
Requires:   %{lib_name} = %{version}

%description devel
Development files for the libexplain library.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure
make %{?_smp_mflags}

%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
# --disable-static for configure has no effect
rm %{buildroot}%{_libdir}/%{name}.{a,la}

%find_lang %{name}

%post -n %{lib_name} -p /sbin/ldconfig

%postun -n %{lib_name} -p /sbin/ldconfig

%files -n %{lib_name} -f %{name}.lang
%defattr(-,root,root)
%doc LICENSE README
%{_libdir}/%{name}.so.*

%files -n explain
%defattr(-,root,root)
%{_bindir}/explain
%{_mandir}/man1/*.1.*

%files devel
%defattr(-,root,root)
%{_datadir}/doc/%{name}
%{_mandir}/man3/*.3.*
%{_includedir}/%{name}/
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc


commit systemd for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2015-04-15 16:21:25

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


Package is systemd

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2015-03-27 
09:39:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2015-04-15 16:21:26.0 +0200
@@ -1,0 +2,5 @@
+Thu Mar  5 11:36:11 UTC 2015 - jeng...@inai.de
+
+- Reenable networkd which was silently disabled on Feb 18
+
+---
systemd.changes: same change



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.X3BKkk/_old  2015-04-15 16:21:28.0 +0200
+++ /var/tmp/diff_new_pack.X3BKkk/_new  2015-04-15 16:21:28.0 +0200
@@ -23,7 +23,7 @@
 %define udevpkgname udev-mini
 %define udev_major 1
 %bcond_without  bash_completion
-%bcond_with networkd
+%bcond_without  networkd
 %bcond_without  sysvcompat
 %bcond_with resolved
 %bcond_with python

++ systemd.spec ++
--- /var/tmp/diff_new_pack.X3BKkk/_old  2015-04-15 16:21:28.0 +0200
+++ /var/tmp/diff_new_pack.X3BKkk/_new  2015-04-15 16:21:28.0 +0200
@@ -21,7 +21,7 @@
 %define udevpkgname udev
 %define udev_major 1
 %bcond_without  bash_completion
-%bcond_with networkd
+%bcond_without  networkd
 %bcond_without  sysvcompat
 %bcond_with resolved
 %bcond_with python




commit python-mistune for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package python-mistune for openSUSE:Factory 
checked in at 2015-04-15 16:21:46

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


Package is python-mistune

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:Factory/.python-mistune.new/python-mistune.changes   
2015-04-15 16:21:48.0 +0200
@@ -0,0 +1,39 @@
+---
+Tue Apr  7 11:16:51 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.5.1:
+  + Fix a bug when list item is blank via ipython#7929.
+  + Use python-wheels to build wheels for Mac.
+- Drop 0001-Fix-when-list-item-is-blank.-Refer-https-github.com-.patch
+  fixed upstream.
+- Fix source URL.
+- Add fdupes BuildRequires and fdupes macro, remove duplicated
+  files.
+- Package LICENSE README.rst.
+
+---
+Sun Mar  8 20:48:24 UTC 2015 - tbehr...@suse.com
+
+- Add 0001-Fix-when-list-item-is-blank.-Refer-https-github.com-.patch
+  to fix #8 in odpdown, and
+  https://github.com/ipython/ipython/issues/7929. This is a backport
+  from upstream master.
+
+---
+Sat Feb  7 20:36:53 UTC 2015 - tbehr...@suse.com
+
+- Update to mistune 0.5:
+  * For custom lexers, *features* is replaced with *rules*
+  * Refactor on function names and codes
+  * Add a way to output the render tree via `#20`
+  * Fix emphasis and strikethrough regular expressions
+- Changes from version 0.4.1
+  * Add option for parse markdown in block level html
+  * Fix on lheading, any number of underline = or - will work
+  * Patch for setup if Cython is available but no C compiler
+
+---
+Wed Oct  8 22:22:02 UTC 2014 - nev...@gmail.com
+
+-initial import
+

New:

  mistune-0.5.1.tar.gz
  python-mistune.changes
  python-mistune.spec



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

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


Name:   python-mistune
Version:0.5.1
Release:0
Source0:
https://pypi.python.org/packages/source/m/mistune/mistune-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:https://github.com/lepture/mistune
Summary:The fastest markdown parser in pure Python
License:BSD-3-Clause
Group:  Development/Languages/Python
BuildRequires:  fdupes
BuildRequires:  python-Cython
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
The fastest markdown parser in pure Python, inspired by marked.

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

%build
export CFLAGS=%{optflags}
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%fdupes %{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE README.rst
%{python_sitearch}/mistune-%{version}-py*.egg-info
%{python_sitearch}/mistune.*

%changelog



commit gns3-server for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package gns3-server for openSUSE:Factory 
checked in at 2015-04-15 16:21:35

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


Package is gns3-server

Changes:

--- /work/SRC/openSUSE:Factory/gns3-server/gns3-server.changes  2015-01-20 
12:36:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.gns3-server.new/gns3-server.changes 
2015-04-15 16:21:37.0 +0200
@@ -1,0 +2,67 @@
+Sun Apr 12 11:09:07 UTC 2015 - and...@opensuse.org
+
+- New upstream version 1.3.1
+  * Initial config file content can be empty (fix export issues)
+  * Fix crash if IOU initial config is emtpy
+  * Return more informations about bad requests for crash reports
+  * Allow less strict dependencies for easier install
+  * Missing project name in documentation
+  * Some spring cleaning
+  * Fix missing IOU documentation
+  * Add missing project name in curl documentation
+  * Look in old IOU images location in order to smooth transition
+  * Do not overwrite initial-config IOU if client send an empty
+  * Fix documentation about /ports/udp
+  * Fix issues with macos X dynamips not freeing UDP port
+  * Fix encoding error when saving dynamips configuration
+  * The upload web page return a 200 in case of error (IE compatibility)
+  * Do not crash if dynamips config contain non ascii chars
+  * Test path with chinese charcaters in Qemu
+  * Do not crash if no console port is available for VBox
+  * Raise a DynamipsError if we can't access to VM status
+  * Check name of the VBoxManage executable
+  * Exclude docs and tests package from distribution
+  * Catch error when qemu additional options are invalid
+  * Fix ClientDisconnectedError
+  * Fix crash when NIO doesn't exist
+  * Turn off crash report if raven not available
+  * Fix crash when IOU script file is incorrect
+
+---
+Sun Apr 12 11:06:16 UTC 2015 - and...@opensuse.org
+
+- New upstream version 1.3.0
+  * Fix issue when asyncio read is cancelled and data is still sent by 
Dynamips hypervisor.
+  * Fix unicode decode error when saving IOS router configs.
+  * Fix error when missing adapter in Dynamips IOS router.
+  * Fix crash if we call stop on dynamips on non started process.
+  * Fix use_default_iou_values param was not set.
+  * Fix issue when IOURC environment variable is set to None.
+  * Fix issue when exporting IOS router configs.
+  * Fix check if VPCS process is running.
+  * Fix bug when remove_nio() is not a coroutine for ATM and FR switches.
+  * Fix how to test if iou and iouyap are running.
+  * Allocate a random port for Qemu monitor. Fixes issue with pre 1.3 projects.
+  * Fix default chassis bug.
+- removed python3-zmq from requires and buildrequired
+
+---
+Wed Apr  1 12:56:57 UTC 2015 - and...@opensuse.org
+
+- New upstream version 1.2.4
+  * Fix issue when asyncio read is cancelled and data is still sent by 
Dynamips hypervisor.
+  * Fix unicode decode error when saving IOS router configs.
+  * Fix error when missing adapter in Dynamips IOS router.
+  * Fix crash if we call stop on dynamips on non started process.
+  * Fix use_default_iou_values param was not set.
+  * Fix issue when IOURC environment variable is set to None.
+  * Fix issue when exporting IOS router configs.
+  * Fix check if VPCS process is running.
+  * Fix bug when remove_nio() is not a coroutine for ATM and FR switches.
+  * Fix how to test if iou and iouyap are running.
+  * Allocate a random port for Qemu monitor. Fixes issue with pre 1.3 projects.
+  * Fix default chassis bug.
+  * Update sentry key
+  * For more detailed changelog visit 
https://github.com/GNS3/gns3-server/releases 
+
+---

Old:

  gns3-server-1.2.3.tar.gz

New:

  gns3-server-1.3.1.tar.gz



Other differences:
--
++ gns3-server.spec ++
--- /var/tmp/diff_new_pack.RZbfJX/_old  2015-04-15 16:21:38.0 +0200
+++ /var/tmp/diff_new_pack.RZbfJX/_new  2015-04-15 16:21:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gns3-server
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,25 +27,22 @@
 Summary:GNS3 is a graphical network simulator
 License:GPL-3.0+
 Group:  Productivity/Networking/Other
-Version:1.2.3
+Version:1.3.1
 Release:0
 Url:

commit perl-Module-Install for openSUSE:Factory

2015-04-15 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-15 16:21: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  
2014-03-11 09:32:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Install.new/perl-Module-Install.changes 
2015-04-15 16:22:00.0 +0200
@@ -1,0 +2,25 @@
+Mon Apr 13 17:43:45 UTC 2015 - co...@suse.com
+
+- updated to 1.14
+   see /usr/share/doc/packages/perl-Module-Install/Changes
+
+  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)
+  
+  1.12 Fri 29 Aug 2014
+- Revert license behaviour (TSIBLEY)
+- Documentation also mentioning metacpan.org (LLAP)
+  
+  1.10 Fri 11 Jul 2014
+- Minimum perl version is now v5.6.0 (BOWTIE)
+- Update license tables (BOWTIE)
+- Prereqs and recommends adjusted (BOWTIE)
+- Typo fixes (BOWTIE)
+- Pod fixes (GREGOA)
+- Fix make upgradedeps work with bundles (JNWHITLEY)
+- Fix name_from regex to work with recent package syntax (BOWTIE)
+- Performance enhancements when running Makefile.PL (GFUJI)
+- Removed use of sub prototypes (BOWTIE)
+
+---

Old:

  Module-Install-1.08.tar.gz

New:

  Module-Install-1.14.tar.gz



Other differences:
--
++ perl-Module-Install.spec ++
--- /var/tmp/diff_new_pack.Rcr8Vf/_old  2015-04-15 16:22:00.0 +0200
+++ /var/tmp/diff_new_pack.Rcr8Vf/_new  2015-04-15 16:22:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Install
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Module-Install
-Version:1.08
+Version:1.14
 Release:0
 %define cpan_name Module-Install
 Summary:Standalone, extensible Perl module installer
@@ -29,36 +29,36 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Archive::Tar) = 1.44
 BuildRequires:  perl(Devel::PPPort) = 3.16
 BuildRequires:  perl(ExtUtils::Install) = 1.52
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.59
 BuildRequires:  perl(ExtUtils::ParseXS) = 2.19
 BuildRequires:  perl(File::Remove) = 1.42
 BuildRequires:  perl(File::Spec) = 3.28
-BuildRequires:  perl(JSON) = 2.14
 BuildRequires:  perl(Module::Build) = 0.29
 BuildRequires:  perl(Module::CoreList) = 2.17
 BuildRequires:  perl(Module::ScanDeps) = 1.09
-BuildRequires:  perl(PAR::Dist) = 0.29
 BuildRequires:  perl(Parse::CPAN::Meta) = 1.4413
 BuildRequires:  perl(Test::Harness) = 3.13
 BuildRequires:  perl(Test::More) = 0.86
 BuildRequires:  perl(YAML::Tiny) = 1.33
-Requires:   perl(Archive::Tar) = 1.44
 Requires:   perl(Devel::PPPort) = 3.16
 Requires:   perl(ExtUtils::Install) = 1.52
 Requires:   perl(ExtUtils::MakeMaker) = 6.59
 Requires:   perl(ExtUtils::ParseXS) = 2.19
 Requires:   perl(File::Remove) = 1.42
 Requires:   perl(File::Spec) = 3.28
-Requires:   perl(JSON) = 2.14
 Requires:   perl(Module::Build) = 0.29
 Requires:   perl(Module::CoreList) = 2.17
 Requires:   perl(Module::ScanDeps) = 1.09
-Requires:   perl(PAR::Dist) = 0.29
 Requires:   perl(Parse::CPAN::Meta) = 1.4413
 Requires:   perl(YAML::Tiny) = 1.38
+Recommends: perl(Archive::Zip) = 1.37
+Recommends: perl(File::HomeDir) = 1
+Recommends: perl(JSON) = 2.9
+Recommends: perl(LWP::Simple) = 6.00
+Recommends: perl(LWP::UserAgent) = 6.05
+Recommends: perl(PAR::Dist) = 0.29
 %{perl_requires}
 
 %description

++ Module-Install-1.08.tar.gz - Module-Install-1.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Install-1.08/.travis.yml 
new/Module-Install-1.14/.travis.yml
--- old/Module-Install-1.08/.travis.yml 1970-01-01 01:00:00.0 +0100
+++ new/Module-Install-1.14/.travis.yml 2014-08-29 11:06:36.0 +0200
@@ -0,0 +1,10 @@
+language: perl
+perl:
+  - '5.20'
+  - '5.18'
+  - '5.16'
+  - '5.14'
+  - '5.12'
+  - '5.10'
+  - '5.8'
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit fillets-ng for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package fillets-ng for openSUSE:Factory 
checked in at 2015-04-15 16:22:14

Comparing /work/SRC/openSUSE:Factory/fillets-ng (Old)
 and  /work/SRC/openSUSE:Factory/.fillets-ng.new (New)


Package is fillets-ng

Changes:

--- /work/SRC/openSUSE:Factory/fillets-ng/fillets-ng.changes2015-04-10 
09:48:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.fillets-ng.new/fillets-ng.changes   
2015-04-15 16:22:15.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 13 18:47:37 UTC 2015 - dims...@opensuse.org
+
+- Add Comment to the .desktop file, allowing to be shown in
+  AppStream based Software Centers.
+
+---



Other differences:
--
++ fillets-ng.desktop ++
--- /var/tmp/diff_new_pack.iRQf0u/_old  2015-04-15 16:22:15.0 +0200
+++ /var/tmp/diff_new_pack.iRQf0u/_new  2015-04-15 16:22:15.0 +0200
@@ -1,6 +1,7 @@
 [Desktop Entry]
 Type=Application
 Name=Fish Filets NG
+Comment=Puzzle game: Find a safe way out
 Exec=fillets
 Icon=fillets-ng
 Categories=Game;LogicGame;





commit perl-Any-Moose for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Any-Moose for openSUSE:Factory 
checked in at 2015-04-15 16:22:02

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


Package is perl-Any-Moose

Changes:

--- /work/SRC/openSUSE:Factory/perl-Any-Moose/perl-Any-Moose.changes
2015-04-13 21:59:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Any-Moose.new/perl-Any-Moose.changes   
2015-04-15 16:22:03.0 +0200
@@ -1,0 +2,13 @@
+Mon Apr 13 15:50:29 UTC 2015 - co...@suse.com
+
+- updated to 0.26
+   see /usr/share/doc/packages/perl-Any-Moose/Changes
+
+  0.26  2015-01-24 07:52:46Z
+- change Mouse $VERSION check to avoid dying on bad 'v2.4.0' version
+  
+  0.25  2015-01-21 04:31:32Z
+- mark module as deprecated in metadata
+- add additional checks for too-old Mouse
+
+---

Old:

  Any-Moose-0.24.tar.gz

New:

  Any-Moose-0.26.tar.gz



Other differences:
--
++ perl-Any-Moose.spec ++
--- /var/tmp/diff_new_pack.YOpfyC/_old  2015-04-15 16:22:03.0 +0200
+++ /var/tmp/diff_new_pack.YOpfyC/_new  2015-04-15 16:22:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Any-Moose
 #
-# 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,48 +17,25 @@
 
 
 Name:   perl-Any-Moose
-Version:0.24
+Version:0.26
 Release:0
 %define cpan_name Any-Moose
-Summary:Use Moose or Mouse modules (deprecated)
+Summary:(DEPRECATED) use Moo instead!
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Any-Moose/
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Moose)
-#BuildRequires: perl(Any::Moose)
-#BuildRequires: perl(Data::PowerSet)
-#BuildRequires: perl(Dist::Zilla::Plugin::MakeMaker::Awesome)
-#BuildRequires: perl(Mouse)
-#BuildRequires: perl(namespace::autoclean)
+BuildRequires:  perl(Test::More) = 0.88
 Requires:   perl(Moose)
 %{perl_requires}
 
 %description
-*deprecated* - use Moo instead!
-
-Though we recommend that people generally use the Moose manpage, we accept
-that Moose cannot yet be used for everything everywhere. People generally
-like the Moose sugar, so many people use the Mouse manpage, a lightweight
-replacement for parts of Moose.
-
-Because Mouse strives for compatibility with Moose, it's easy to substitute
-one for the other. This module facilitates that substitution. By default,
-Mouse will be provided to libraries, unless Moose is already loaded -or-
-explicitly requested by the end-user. The end-user can force the decision
-of which backend to use by setting the environment variable 'ANY_MOOSE' to
-be 'Moose' or 'Mouse'.
-
-Note that the decision of which backend to use is made only once, so that
-if Any-Moose picks Mouse, then a third-party library loads Moose, anything
-else that uses Any-Moose will continue to pick Mouse.
-
-So, if you have to use the Mouse manpage, please be considerate to the
-Moose fanboys (like myself!) and use the Any-Moose manpage instead. ':)'
+(DEPRECATED) use Moo instead!
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -77,6 +54,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes CONTRIBUTING LICENSE README
 
 %changelog

++ Any-Moose-0.24.tar.gz - Any-Moose-0.26.tar.gz ++
 3025 lines of diff (skipped)




commit perl-CHI for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-CHI for openSUSE:Factory 
checked in at 2015-04-15 16:22:05

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


Package is perl-CHI

Changes:

--- /work/SRC/openSUSE:Factory/perl-CHI/perl-CHI.changes2013-08-06 
11:04:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CHI.new/perl-CHI.changes   2015-04-15 
16:22:06.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 13 18:21:06 UTC 2015 - co...@suse.com
+
+- updated to 0.59
+   see /usr/share/doc/packages/perl-CHI/Changes
+
+---

Old:

  CHI-0.58.tar.gz

New:

  CHI-0.59.tar.gz



Other differences:
--
++ perl-CHI.spec ++
--- /var/tmp/diff_new_pack.VgPr5J/_old  2015-04-15 16:22:07.0 +0200
+++ /var/tmp/diff_new_pack.VgPr5J/_new  2015-04-15 16:22:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CHI
 #
-# 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,19 +17,20 @@
 
 
 Name:   perl-CHI
-Version:0.58
+Version:0.59
 Release:0
 %define cpan_name CHI
 Summary:Unified cache handling interface
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/CHI/
-Source: 
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/J/JS/JSWARTZ/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Carp::Assert) = 0.20
+BuildRequires:  perl(Class::Load)
 BuildRequires:  perl(Data::UUID)
 BuildRequires:  perl(Date::Parse)
 BuildRequires:  perl(Digest::JHash)
@@ -50,70 +51,8 @@
 BuildRequires:  perl(Time::Duration) = 1.06
 BuildRequires:  perl(Time::Duration::Parse) = 0.03
 BuildRequires:  perl(Try::Tiny) = 0.05
-#BuildRequires: perl(Blarg)
-#BuildRequires: perl(Cache::Cache)
-#BuildRequires: perl(Cache::FastMmap)
-#BuildRequires: perl(Capture::Tiny)
-#BuildRequires: perl(CHI)
-#BuildRequires: perl(CHI::CacheObject)
-#BuildRequires: perl(CHI::Constants)
-#BuildRequires: perl(CHI::Driver)
-#BuildRequires: perl(CHI::Driver::Base::CacheContainer)
-#BuildRequires: perl(CHI::Driver::File)
-#BuildRequires: perl(CHI::Driver::Memory)
-#BuildRequires: perl(CHI::Driver::Metacache)
-#BuildRequires: perl(CHI::Driver::Role::HasSubcaches)
-#BuildRequires: perl(CHI::Driver::Role::IsSizeAware)
-#BuildRequires: perl(CHI::Driver::Role::IsSubcache)
-#BuildRequires: perl(CHI::Driver::Role::Universal)
-#BuildRequires: perl(CHI::Serializer::JSON)
-#BuildRequires: perl(CHI::Serializer::Storable)
-#BuildRequires: perl(CHI::Stats)
-#BuildRequires: perl(CHI::t::Bugs)
-#BuildRequires: perl(CHI::t::Config)
-#BuildRequires: perl(CHI::t::Constants)
-#BuildRequires: perl(CHI::t::Driver)
-#BuildRequires: perl(CHI::t::Driver::CacheCache)
-#BuildRequires: perl(CHI::t::Driver::FastMmap)
-#BuildRequires: perl(CHI::t::Driver::File)
-#BuildRequires: perl(CHI::t::Driver::File::DepthZero)
-#BuildRequires: perl(CHI::t::Driver::Memory)
-#BuildRequires: perl(CHI::t::Driver::NonMoose)
-#BuildRequires: perl(CHI::t::Driver::RawMemory)
-#BuildRequires: perl(CHI::t::Driver::Subcache)
-#BuildRequires: perl(CHI::t::Driver::Subcache::l1_cache)
-#BuildRequires: perl(CHI::t::Driver::Subcache::mirror_cache)
-#BuildRequires: perl(CHI::Test)
-#BuildRequires: perl(CHI::Test::Class)
-#BuildRequires: perl(CHI::Test::Driver::Role::CheckKeyValidity)
-#BuildRequires: perl(CHI::Test::Util)
-#BuildRequires: perl(CHI::t::GetError)
-#BuildRequires: perl(CHI::t::Initialize)
-#BuildRequires: perl(CHI::t::Null)
-#BuildRequires: perl(CHI::t::RequiredModules)
-#BuildRequires: perl(CHI::t::Sanity)
-#BuildRequires: perl(CHI::t::SetError)
-#BuildRequires: perl(CHI::t::Subcache)
-#BuildRequires: perl(CHI::t::Subclass)
-#BuildRequires: perl(CHI::t::Util)
-#BuildRequires: perl(CHI::Types)
-#BuildRequires: perl(CHI::Util)
-#BuildRequires: perl(Compress::Zlib)
-#BuildRequires: perl(d)
-#BuildRequires: perl(Data::Dump)
-#BuildRequires: perl(DBD::mysql)
-#BuildRequires: perl(DBI)
-#BuildRequires: perl(Log::Any::Test)
-#BuildRequires: perl(Module::Load::Conditional)
-#BuildRequires: perl(Module::Mask)
-#BuildRequires: perl(Module::Runtime)
-#BuildRequires: perl(Moo::Role)
-#BuildRequires: perl(My::CHI)
-#BuildRequires: perl(Test::DependentModules)

commit plplot for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package plplot for openSUSE:Factory checked 
in at 2015-04-15 16:22:09

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


Package is plplot

Changes:

--- /work/SRC/openSUSE:Factory/plplot/plplot.changes2015-03-18 
13:04:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.plplot.new/plplot.changes   2015-04-15 
16:22:10.0 +0200
@@ -1,0 +2,14 @@
+Mon Apr 13 17:26:17 UTC 2015 - badshah...@gmail.com
+
+- Update to version 5.11.0:
+  + Long list of changes, incl. backward incompatible changes
+over version 5.10.0; see
+/usr/share/doc/packages/plplot/README.release for a full
+list.
+- Adapt file-list to dropping of the 'd' suffix for shared libs.
+- Drop 0001-fix_for_cmake_3.1.patch: incorporated upstream.
+- Enable plmeta driver, it is now actively maintained by
+  upstream again.
+- Add new binaries and man files installed by upstream.
+
+---

Old:

  0001-fix_for_cmake_3.1.patch
  plplot-5.10.0.tar.gz

New:

  plplot-5.11.0.tar.gz



Other differences:
--
++ plplot.spec ++
--- /var/tmp/diff_new_pack.pRQjg6/_old  2015-04-15 16:22:11.0 +0200
+++ /var/tmp/diff_new_pack.pRQjg6/_new  2015-04-15 16:22:11.0 +0200
@@ -25,7 +25,7 @@
 %define X_display :98
 
 Name:   plplot
-Version:5.10.0
+Version:5.11.0
 Release:0
 Summary:Cross-platform software package for creating scientific plots
 License:LGPL-2.1+
@@ -35,8 +35,6 @@
 Source1:%{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM plplot-5.9.9-ada-pic.patch idoen...@suse.de -- Compile 
Ada code with -fPIC
 Patch1: plplot-5.9.9-ada-pic.patch
-# PATCH-FIX-UPSTREAM 0001-fix_for_cmake_3.1.patch sfal...@opensuse.org -- 
Backport from Upstream
-Patch2: 0001-fix_for_cmake_3.1.patch
 BuildRequires:  cmake = 2.8.9
 BuildRequires:  fdupes
 BuildRequires:  freefont
@@ -490,7 +488,6 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
 
 for file in NEWS README.release
 do
@@ -529,6 +526,7 @@
 -DENABLE_ocaml:BOOL=ON \\\
 -DPLD_aqt:BOOL=ON \\\
 -DPLD_conex:BOOL=ON \\\
+-DPLD_plmeta:BOOL=ON \\\
 -DPLD_mskermit:BOOL=ON \\\
 -DPLD_svg:BOOL=ON \\\
 -DPLD_tek4010:BOOL=ON \\\
@@ -586,10 +584,10 @@
 
 %fdupes %{buildroot}%{_datadir}/
 
-# Disable check section for now (until octave tests are fixed)
+## Disable check section for now (until octave tests are fixed)
 #%check
 #pushd builddir
-#octave tests require Xserver display
+## octave tests require Xserver display
 #export DISPLAY=%{X_display}
 #Xvfb %{X_display}  Xvfb.log 
 #sleep 5
@@ -635,8 +633,14 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING.LIB Copyright FAQ README README.release
 %{_bindir}/pltek
+%{_bindir}/plm2gif
+%{_bindir}/plpr
+%{_bindir}/plrender
 %{_infodir}/plplotdoc.info*
 %{_mandir}/man1/pltek.1.gz
+%{_mandir}/man1/plm2gif.1.gz
+%{_mandir}/man1/plpr.1.gz
+%{_mandir}/man1/plrender.1.gz
 %dir %{_datadir}/plplot%{version}
 %{_datadir}/plplot%{version}/*.fnt
 %{_datadir}/plplot%{version}/*.map
@@ -653,41 +657,47 @@
 %{python_sitearch}/Plframe.py*
 %{python_sitearch}/TclSup.py*
 %{_libdir}/libcsirocsa.so.*
-%{_libdir}/libplplotcxxd.so.*
-%{_libdir}/libplplotd.so.*
+%{_libdir}/libplplotcxx.so.*
+%{_libdir}/libplplot.so.*
 %{_libdir}/libqsastime.so.*
 
 %files devel
 %defattr(-,root,root)
 %{_includedir}/plplot/
 %{_libdir}/libcsirocsa.so
-%{_libdir}/libplplotcxxd.so
-%{_libdir}/libplplotd.so
+%{_libdir}/libplplotcxx.so
+%{_libdir}/libplplot.so
 %{_libdir}/libqsastime.so
-%{_libdir}/pkgconfig/plplotd.pc
-%{_libdir}/pkgconfig/plplotd-c++.pc
+%{_libdir}/pkgconfig/plplot.pc
+%{_libdir}/pkgconfig/plplot-c++.pc
+%dir %{_libdir}/cmake/plplot
+%{_libdir}/cmake/plplot/export_plplot-release.cmake
+%{_libdir}/cmake/plplot/export_plplot.cmake
+%{_libdir}/cmake/plplot/plplotConfig.cmake
 %dir %{_libdir}/plplot%{version}
-%dir %{_libdir}/plplot%{version}/driversd
-%{_libdir}/plplot%{version}/driversd/cairo.driver_info
-%{_libdir}/plplot%{version}/driversd/cairo.so
-%{_libdir}/plplot%{version}/driversd/mem.driver_info
-%{_libdir}/plplot%{version}/driversd/mem.so
-%{_libdir}/plplot%{version}/driversd/ntk.driver_info
-%{_libdir}/plplot%{version}/driversd/ntk.so
-%{_libdir}/plplot%{version}/driversd/null.driver_info
-%{_libdir}/plplot%{version}/driversd/null.so
-%{_libdir}/plplot%{version}/driversd/ps.so
-%{_libdir}/plplot%{version}/driversd/ps.driver_info
+%dir %{_libdir}/plplot%{version}/drivers
+%{_libdir}/plplot%{version}/drivers/plmeta.driver_info
+%{_libdir}/plplot%{version}/drivers/plmeta.so
+%{_libdir}/plplot%{version}/drivers/cairo.driver_info

commit perl-Email-MIME-ContentType for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Email-MIME-ContentType for 
openSUSE:Factory checked in at 2015-04-15 16:21:51

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


Package is perl-Email-MIME-ContentType

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Email-MIME-ContentType/perl-Email-MIME-ContentType.changes
  2015-01-30 06:12:01.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Email-MIME-ContentType.new/perl-Email-MIME-ContentType.changes
 2015-04-15 16:21:52.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 13 16:54:26 UTC 2015 - co...@suse.com
+
+- updated to 1.018
+   see /usr/share/doc/packages/perl-Email-MIME-ContentType/Changes
+
+  1.018 2015-04-07 19:46:00-04:00 America/New_York
+  - cope with space between = and parameter values, like:
+charset= utf-8
+
+---

Old:

  Email-MIME-ContentType-1.017.tar.gz

New:

  Email-MIME-ContentType-1.018.tar.gz



Other differences:
--
++ perl-Email-MIME-ContentType.spec ++
--- /var/tmp/diff_new_pack.s2sYiq/_old  2015-04-15 16:21:52.0 +0200
+++ /var/tmp/diff_new_pack.s2sYiq/_new  2015-04-15 16:21:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Email-MIME-ContentType
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Email-MIME-ContentType
-Version:1.017
+Version:1.018
 Release:0
 %define cpan_name Email-MIME-ContentType
 Summary:Parse a MIME Content-Type Header
@@ -29,7 +29,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(Test::More) = 0.96
 %{perl_requires}
 

++ Email-MIME-ContentType-1.017.tar.gz - 
Email-MIME-ContentType-1.018.tar.gz ++
 1775 lines of diff (skipped)




commit perl-Module-Implementation for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Implementation for 
openSUSE:Factory checked in at 2015-04-15 16:21:49

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


Package is perl-Module-Implementation

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Module-Implementation/perl-Module-Implementation.changes
2014-06-30 21:50:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Implementation.new/perl-Module-Implementation.changes
   2015-04-15 16:21:50.0 +0200
@@ -1,0 +2,20 @@
+Mon Apr 13 16:52:38 UTC 2015 - co...@suse.com
+
+- updated to 0.09
+   see /usr/share/doc/packages/perl-Module-Implementation/Changes
+
+  0.09 2014-08-24
+  
+  - Backed out the Sub::Name change in 0.08. It was pointed out to me by Graham
+Knop that adding an XS dependency for a module that's often used to pick
+between XS and non-XS implementations doesn't work so well.
+  
+  
+  0.08 2014-08-24
+  
+  - Subroutines copied from an implementation package into the loading package
+are now renamed using Sub::Name. This causes them to be considered part of
+the loading package, which is important for things like
+namespace::autoclean. Reported by Karen Etheridge. RT #98097.
+
+---

Old:

  Module-Implementation-0.07.tar.gz

New:

  Module-Implementation-0.09.tar.gz



Other differences:
--
++ perl-Module-Implementation.spec ++
--- /var/tmp/diff_new_pack.UjPV5f/_old  2015-04-15 16:21:50.0 +0200
+++ /var/tmp/diff_new_pack.UjPV5f/_new  2015-04-15 16:21:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Implementation
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Module-Implementation
-Version:0.07
+Version:0.09
 Release:0
 %define cpan_name Module-Implementation
 Summary:Loads one of several alternate underlying implementations for 
a module
@@ -34,7 +34,6 @@
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Try::Tiny)
-#BuildRequires: perl(Module::Implementation)
 Requires:   perl(Module::Runtime) = 0.012
 Requires:   perl(Try::Tiny)
 %{perl_requires}
@@ -67,6 +66,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes LICENSE README.md
 
 %changelog

++ Module-Implementation-0.07.tar.gz - Module-Implementation-0.09.tar.gz 
++
 2058 lines of diff (skipped)




commit perl-Carp-Assert for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Carp-Assert for 
openSUSE:Factory checked in at 2015-04-15 16:22:26

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


Package is perl-Carp-Assert

Changes:

--- /work/SRC/openSUSE:Factory/perl-Carp-Assert/perl-Carp-Assert.changes
2011-11-18 15:47:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Carp-Assert.new/perl-Carp-Assert.changes   
2015-04-15 16:22:27.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 13 17:52:16 UTC 2015 - co...@suse.com
+
+- updated to 0.21
+   see /usr/share/doc/packages/perl-Carp-Assert/Changes
+
+---

Old:

  Carp-Assert-0.20.tar.gz

New:

  Carp-Assert-0.21.tar.gz



Other differences:
--
++ perl-Carp-Assert.spec ++
--- /var/tmp/diff_new_pack.VRAb7U/_old  2015-04-15 16:22:27.0 +0200
+++ /var/tmp/diff_new_pack.VRAb7U/_new  2015-04-15 16:22:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Carp-Assert
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,100 @@
 #
 
 
-
 Name:   perl-Carp-Assert
-Version:0.20
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.21
+Release:0
 %define cpan_name Carp-Assert
-Summary:Executable comments
-Url:http://search.cpan.org/dist/Carp-Assert/
+Summary:executable comments
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://www.cpan.org/authors/id/M/MS/MSCHWERN/%{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Carp-Assert/
+Source: 
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Test::More) = 0.88
 %{perl_requires}
 
 %description
-Carp::Assert is intended for a purpose like the ANSI C library assert.h. 
+We are ready for any unforseen event that may or may not 
+occur.
+- Dan Quayle
+
+Carp::Assert is intended for a purpose like the ANSI C library
+http://en.wikipedia.org/wiki/Assert.h. If you're already familiar with
+assert.h, then you can probably skip this and go straight to the FUNCTIONS
+section.
+
+Assertions are the explicit expressions of your assumptions about the
+reality your program is expected to deal with, and a declaration of those
+which it is not. They are used to prevent your program from blissfully
+processing garbage inputs (garbage in, garbage out becomes garbage in,
+error out) and to tell you when you've produced garbage output. (If I was
+going to be a cynic about Perl and the user nature, I'd say there are no
+user inputs but garbage, and Perl produces nothing but...)
+
+An assertion is used to prevent the impossible from being asked of your
+code, or at least tell you when it does. For example:
+
+# Take the square root of a number.
+sub my_sqrt {
+my($num) = shift;
+
+# the square root of a negative number is imaginary.
+assert($num = 0);
+
+return sqrt $num;
+}
+
+The assertion will warn you if a negative number was handed to your
+subroutine, a reality the routine has no intention of dealing with.
+
+An assertion should also be used as something of a reality check, to make
+sure what your code just did really did happen:
+
+open(FILE, $filename) || die $!;
+@stuff = FILE;
+@stuff = do_something(@stuff);
+
+# I should have some stuff.
+assert(@stuff  0);
+
+The assertion makes sure you have some @stuff at the end. Maybe the file
+was empty, maybe do_something() returned an empty list... either way, the
+assert() will give you a clue as to where the problem lies, rather than 50
+lines down at when you wonder why your program isn't printing anything.
+
+Since assertions are designed for debugging and will remove themelves from
+production code, your assertions should be carefully crafted so as to not
+have any side-effects, change any variables, or otherwise have any effect
+on your program. Here is an example of a bad assertation:
+
+assert($error = 1 if $king ne 'Henry');  # Bad!
+
+It sets an error flag which may then be used somewhere else in your
+program. When you shut off your assertions with the $DEBUG flag, $error
+will no longer be set.
+
+Here's another 

commit perl-File-pushd for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-File-pushd for openSUSE:Factory 
checked in at 2015-04-15 16:21:53

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


Package is perl-File-pushd

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-pushd/perl-File-pushd.changes  
2013-06-06 13:13:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-pushd.new/perl-File-pushd.changes 
2015-04-15 16:21:54.0 +0200
@@ -1,0 +2,35 @@
+Mon Apr 13 16:54:45 UTC 2015 - co...@suse.com
+
+- updated to 1.009
+   see /usr/share/doc/packages/perl-File-pushd/Changes
+
+  1.009 2014-07-03 13:17:48-04:00 America/New_York
+  
+  [FIXED]
+  
+  - s/0.95/0.96/ in t/File_pushd.t
+  
+  1.008 2014-07-03 13:03:30-04:00 America/New_York
+  
+  [FIXED]
+  
+  - Require a newer version of Test::More
+  
+  1.007 2014-05-30 23:59:02-04:00 America/New_York
+  
+  [FIXED]
+  
+  - Fixed a testing edge case on Windows
+  
+  1.006 2014-03-27 15:29:36-04:00 America/New_York
+  
+  [DOCUMENTED]
+  
+  - Noted that multiple pushd objects in a lexical scope are not
+destroyed in a predictable order
+  
+  [CHANGED]
+  
+  - Modernized Dist::Zilla configuration and repo support files
+
+---

Old:

  File-pushd-1.005.tar.gz

New:

  File-pushd-1.009.tar.gz



Other differences:
--
++ perl-File-pushd.spec ++
--- /var/tmp/diff_new_pack.YCVqXH/_old  2015-04-15 16:21:54.0 +0200
+++ /var/tmp/diff_new_pack.YCVqXH/_new  2015-04-15 16:21:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-pushd
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-File-pushd
-Version:1.005
+Version:1.009
 Release:0
 %define cpan_name File-pushd
 Summary:change directory temporarily for a limited scope
@@ -29,7 +29,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(File::pushd)
+BuildRequires:  perl(Test::More) = 0.96
+BuildRequires:  perl(version)
 %{perl_requires}
 
 %description
@@ -47,6 +48,10 @@
 For convenience, the object stringifies as the canonical form of the
 absolute pathname of the directory entered.
 
+*Warning*: if you create multiple 'pushd' objects in the same lexical
+scope, their destruction order is not guaranteed and you might not wind up
+in the directory you expect.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 

++ File-pushd-1.005.tar.gz - File-pushd-1.009.tar.gz ++
 1768 lines of diff (skipped)




commit perl-indirect for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-indirect for openSUSE:Factory 
checked in at 2015-04-15 16:22:35

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


Package is perl-indirect

Changes:

--- /work/SRC/openSUSE:Factory/perl-indirect/perl-indirect.changes  
2014-03-01 21:22:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-indirect.new/perl-indirect.changes 
2015-04-15 16:22:36.0 +0200
@@ -1,0 +2,45 @@
+Mon Apr 13 19:31:06 UTC 2015 - co...@suse.com
+
+- updated to 0.35
+   see /usr/share/doc/packages/perl-indirect/Changes
+
+  0.352015-04-06 22:20 UTC
+  + Fix : The module could end being disabled in one thread if it was
+  first loaded in another thread and that thread was 
immediately
+  terminated. This is now fixed and should address test 
failures
+  of t//09-load-threads.t and t/42-threads-global.t.
+  
+  0.342015-04-02 19:50 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 : [RT #100068] : add link to historical tchrist post
+  The link has been added to the documentation. Thanks Olivier
+  Mengué for reporting.
+  + Fix : Segfaults when the module is loaded by several threads (or
+  Windows emulated processes) ran in parallel.
+  + Fix : Update the Windows ActivePerl + gcc 3.4 workaround for
+  ExtUtils::MakeMaker 7.04. Thanks Christian Walde for 
reporting
+  and feedback on this issue.
+  + Fix : Be really compatible with the optional OP_PARENT feature.
+  + Tst : $ENV{$Config{ldlibpthname}} is now preserved on all 
platforms,
+  which will address failures of t/41-threads-teardown.t and
+  t/50-external.t with unusual compilers (like icc) that link 
all
+  their compiled objects to their own libraries.
+  
+  0.332014-09-29 20:20 UTC
+  + Fix : [RT #99083] : Breaks eval in an END block in Win32 
pseudo-forks.
+  Thanks Graham Knop for reporting.
+  + Fix : Segfaults during global destruction of a thread or a
+  pseudo-fork.
+  
+  0.322014-09-21 20:15 UTC
+  + Add : Support for the PERL_OP_PARENT optional feature introduced in
+  perl 5.21.2.
+  + Fix : [RT #92806] : Tests that use run_perl() fail on Android
+  Thanks Brian Fraser for the patch.
+  + Fix : indirect constructs will no longer segfault while inside
+  the empty package on perl 5.8.x. This fix may also prevent
+  some segfaults during global destruction.
+
+---

Old:

  indirect-0.31.tar.gz

New:

  indirect-0.35.tar.gz



Other differences:
--
++ perl-indirect.spec ++
--- /var/tmp/diff_new_pack.ViEwJ7/_old  2015-04-15 16:22:36.0 +0200
+++ /var/tmp/diff_new_pack.ViEwJ7/_new  2015-04-15 16:22:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-indirect
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-indirect
-Version:0.31
+Version:0.35
 Release:0
 %define cpan_name indirect
 Summary:Lexically warn about using the indirect method call syntax.
@@ -37,10 +37,9 @@
 The indirect syntax is now considered harmful, since its parsing has many
 quirks and its use is error prone : when the subroutine 'foo' has not been
 declared in the current package, 'foo $x' actually compiles to '$x-foo',
-and 'foo { key = 1 }' to ''key'-foo(1)'. In the
-http://www.shadowcat.co.uk/blog/matt-s-trout/indirect-but-still-fatal
-manpage, Matt S. Trout gives an example of an undesirable indirect method
-call on a block that can cause a particularly bewildering error.
+and 'foo { key = 1 }' to ''key'-foo(1)'. Please refer to the the
+/REFERENCES manpage section for a more complete list of reasons for
+avoiding this construct.
 
 This pragma currently does not warn for core functions ('print', 'say',
 'exec' or 'system'). This may change in the future, or may be added as

++ indirect-0.31.tar.gz - indirect-0.35.tar.gz ++
 1921 lines of diff (skipped)



commit perl-CGI-Simple for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-CGI-Simple for openSUSE:Factory 
checked in at 2015-04-15 16:22:30

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


Package is perl-CGI-Simple

Changes:

--- /work/SRC/openSUSE:Factory/perl-CGI-Simple/perl-CGI-Simple.changes  
2011-11-21 12:37:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CGI-Simple.new/perl-CGI-Simple.changes 
2015-04-15 16:22:31.0 +0200
@@ -1,0 +2,17 @@
+Mon Apr 13 19:16:34 UTC 2015 - co...@suse.com
+
+- updated to 1.115
+   see /usr/share/doc/packages/perl-CGI-Simple/Changes
+
+  
+  1.114
+- Drop support for Perls older than 5.6.1.
+  
+  1.115 2014.10.19
+- Replace indirect calling of constructor both in code an documentation
+  with direct calling.
+  Write  CGI::Simle-new   instead ofnew CGI::Simple
+-add tests to make sure the order of value is kept as they were 
passed in the QUERY_STRING
+- new co-maintainer (SZABGAB(
+
+---

Old:

  CGI-Simple-1.113.tar.gz

New:

  CGI-Simple-1.115.tar.gz



Other differences:
--
++ perl-CGI-Simple.spec ++
--- /var/tmp/diff_new_pack.iMxgGO/_old  2015-04-15 16:22:31.0 +0200
+++ /var/tmp/diff_new_pack.iMxgGO/_new  2015-04-15 16:22:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CGI-Simple
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,32 +16,21 @@
 #
 
 
-%bcond_with pod
-
 Name:   perl-CGI-Simple
+Version:1.115
+Release:0
 %define cpan_name CGI-Simple
 Summary:A Simple totally OO CGI interface that is CGI.pm compliant
-Version:1.113
-Release:6
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/CGI-Simple/
-#Source: 
http://www.cpan.org/authors/id/A/AN/ANDYA/CGI-Simple-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/S/SZ/SZABGAB/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl(IO::Scalar)
-# optional perl(HTTP::Request::Common)
-BuildRequires:  apache2-mod_perl
-%if 0%{?with pod}
-BuildRequires:  perl(Test::Pod) = 1.14
-BuildRequires:  perl(Test::Pod::Coverage) = 1.04
-%endif
-#
+BuildRequires:  perl(Module::Build)
 Requires:   perl(IO::Scalar)
 %{perl_requires}
 
@@ -62,6 +51,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -74,11 +64,8 @@
 ./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes README SIGNATURE
+%defattr(-,root,root,755)
+%doc Changes README
 
 %changelog

++ CGI-Simple-1.113.tar.gz - CGI-Simple-1.115.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Simple-1.113/.travis.yml 
new/CGI-Simple-1.115/.travis.yml
--- old/CGI-Simple-1.113/.travis.yml1970-01-01 01:00:00.0 +0100
+++ new/CGI-Simple-1.115/.travis.yml2014-10-19 14:42:47.0 +0200
@@ -0,0 +1,11 @@
+branches:
+  except:
+- gh-pages
+language: perl
+perl:
+  - 5.20
+  - 5.18
+  - 5.16
+  - 5.14
+  - 5.12
+  - 5.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Simple-1.113/Changes new/CGI-Simple-1.115/Changes
--- old/CGI-Simple-1.113/Changes2010-12-27 14:11:19.0 +0100
+++ new/CGI-Simple-1.115/Changes2014-10-19 14:38:08.0 +0200
@@ -234,3 +234,15 @@
 'application/vnd' instead of 'application/vnd.ms-excel'.
 
 Added \. to the mime character class
+
+1.114
+  - Drop support for Perls older than 5.6.1.
+
+1.115 2014.10.19
+  - Replace indirect calling of constructor both in code an documentation
+with direct calling.
+Write  CGI::Simle-new   instead ofnew CGI::Simple
+  -add tests to make sure the order of value is kept as they were 
passed in the QUERY_STRING
+  - new co-maintainer (SZABGAB(

commit perl-Class-Base for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-Base for openSUSE:Factory 
checked in at 2015-04-15 16:23:06

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


Package is perl-Class-Base

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-Base/perl-Class-Base.changes  
2013-06-05 17:48:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Class-Base.new/perl-Class-Base.changes 
2015-04-15 16:23:07.0 +0200
@@ -1,0 +2,9 @@
+Mon Apr 13 18:08:50 UTC 2015 - co...@suse.com
+
+- updated to 0.06
+   see /usr/share/doc/packages/perl-Class-Base/Changes
+
+   Add license to META files
+   Updating the Changes file
+
+---

Old:

  Class-Base-0.05.tar.gz

New:

  Class-Base-0.06.tar.gz



Other differences:
--
++ perl-Class-Base.spec ++
--- /var/tmp/diff_new_pack.LaboJz/_old  2015-04-15 16:23:07.0 +0200
+++ /var/tmp/diff_new_pack.LaboJz/_new  2015-04-15 16:23:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-Base
 #
-# 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,11 +17,11 @@
 
 
 Name:   perl-Class-Base
-Version:0.05
+Version:0.06
 Release:0
 %define cpan_name Class-Base
 Summary:useful base class for deriving other modules
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Class-Base/
 Source: 
http://www.cpan.org/authors/id/S/SZ/SZABGAB/%{cpan_name}-%{version}.tar.gz
@@ -29,7 +29,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(Class::Base)
 %{perl_requires}
 
 %description

++ Class-Base-0.05.tar.gz - Class-Base-0.06.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Base-0.05/Changes new/Class-Base-0.06/Changes
--- old/Class-Base-0.05/Changes 2012-05-16 09:18:44.0 +0200
+++ new/Class-Base-0.06/Changes 2014-08-26 09:12:03.0 +0200
@@ -10,47 +10,32 @@
 #
 #
 
-#
-# Version 0.05 2012/05/16
-#
 
-* Silencing a warning by chromatic RT 75286
-
-* Linking to source repository
-
-#
-# Version 0.04 2012/02/06
-#
-
-* Test script is using Test::More instead the home-made ok() and is().
-
-* Recommend using Badger::Base instead.
-
-* Gabor Szabo co-maintainer.
-
-#
-# Version 0.03 
-#
-
-* Added the params() method which is typically called from the init()
-  method to copy value from a configuration hash into $self.  
-
-* Minor changes to debug() method to only use object value _DEBUG if
-  defined, otherwise fall back on $DEBUG package variable.
-
-#
-# Version 0.02  2002/02/20
-#
-
-* Added the clone() method as suggested by Brian Moseley
-
-* Added the id(), debug() and debugging() methods to provide a fairly
-  simple mechanism for generating debugging information.
-
-
-#
-# Version 0.01  2002/01/11
-#
-
-* initial version
+0.06 2014.08.26
+Add license to META files
+Updating the Changes file
+
+0.05 2012.05.16
+Silencing a warning by chromatic RT 75286
+Linking to source repository
+
+
+0.04 2012.02.06
+Test script is using Test::More instead the home-made ok() and is().
+Recommend using Badger::Base instead.
+Gabor Szabo co-maintainer.
+
+0.03 2002.05.13
+Added the params() method which is typically called from the init()
+  method to copy value from a configuration hash into $self.  
+
+Minor changes to debug() method to only use object value _DEBUG if
+  defined, 

commit perl-Test-Synopsis for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Synopsis for 
openSUSE:Factory checked in at 2015-04-15 16:22:47

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


Package is perl-Test-Synopsis

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Synopsis/perl-Test-Synopsis.changes
2014-02-12 11:09:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Synopsis.new/perl-Test-Synopsis.changes   
2015-04-15 16:22:48.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr 13 19:30:49 UTC 2015 - co...@suse.com
+
+- updated to 0.11
+   see /usr/share/doc/packages/perl-Test-Synopsis/Changes
+
+  0.11  2014-10-04
+  [Changes by ZOFFIX]
+  - Added #10 to CAVEATS (redefined warnings)
+  - Fixed #11 (failing tests on newer perls)
+
+---

Old:

  Test-Synopsis-0.10.tar.gz

New:

  Test-Synopsis-0.11.tar.gz



Other differences:
--
++ perl-Test-Synopsis.spec ++
--- /var/tmp/diff_new_pack.2C56eG/_old  2015-04-15 16:22:48.0 +0200
+++ /var/tmp/diff_new_pack.2C56eG/_new  2015-04-15 16:22:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Synopsis
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Synopsis
-Version:0.10
+Version:0.11
 Release:0
 %define cpan_name Test-Synopsis
 Summary:Test your SYNOPSIS code
@@ -30,7 +30,6 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::Builder) = 0.34
-
 %{perl_requires}
 
 %description

++ Test-Synopsis-0.10.tar.gz - Test-Synopsis-0.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.10/Changes 
new/Test-Synopsis-0.11/Changes
--- old/Test-Synopsis-0.10/Changes  2014-02-07 13:21:27.0 +0100
+++ new/Test-Synopsis-0.11/Changes  2014-10-05 17:47:06.0 +0200
@@ -1,5 +1,10 @@
 Revision history for Perl extension Test::Synopsis
 
+0.11  2014-10-04
+[Changes by ZOFFIX]
+- Added #10 to CAVEATS (redefined warnings)
+- Fixed #11 (failing tests on newer perls)
+
 0.10  2014-02-07
 [Changes by ZOFFIX]
 - Reverted the change of renaming extract_synopsis() to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.10/MANIFEST 
new/Test-Synopsis-0.11/MANIFEST
--- old/Test-Synopsis-0.10/MANIFEST 2014-02-07 13:21:27.0 +0100
+++ new/Test-Synopsis-0.11/MANIFEST 2014-10-05 17:47:06.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.012.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.020.
 Changes
 INSTALL
 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Synopsis-0.10/META.yml 
new/Test-Synopsis-0.11/META.yml
--- old/Test-Synopsis-0.10/META.yml 2014-02-07 13:21:27.0 +0100
+++ new/Test-Synopsis-0.11/META.yml 2014-10-05 17:47:06.0 +0200
@@ -10,9 +10,9 @@
   Test::Builder::Tester: 0
   Test::More: 0
 configure_requires:
-  ExtUtils::MakeMaker: 6.30
+  ExtUtils::MakeMaker: 0
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.012, CPAN::Meta::Converter version 
2.132830'
+generated_by: 'Dist::Zilla version 5.020, CPAN::Meta::Converter version 
2.132830'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -21,7 +21,7 @@
 provides:
   Test::Synopsis:
 file: lib/Test/Synopsis.pm
-version: 0.10
+version: 0.11
 requires:
   ExtUtils::Manifest: 0
   Pod::Parser: 0
@@ -34,7 +34,7 @@
   bugtracker: https://github.com/miyagawa/test-synopsis/issues
   homepage: http://metacpan.org/release/Test-Synopsis
   repository: git://github.com/miyagawa/test-synopsis.git
-version: 0.10
+version: 0.11
 x_Dist_Zilla:
   perl:
 version: 5.014002
@@ -44,6 +44,10 @@
   name: '@Author::ZOFFIX/OurPkgVersion'
   version: 0.005001
 -
+  class: Dist::Zilla::Plugin::Pod::Spiffy
+  name: '@Author::ZOFFIX/Pod::Spiffy'
+  version: 1.001007
+-
   class: Dist::Zilla::Plugin::PromptIfStale
   config:
 Dist::Zilla::Plugin::PromptIfStale:
@@ -59,59 +63,62 @@
 - IPC::Open3
 - File::Copy
   name: '@Author::ZOFFIX/PromptIfStale'
-  

commit perl-Test-UseAllModules for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-UseAllModules for 
openSUSE:Factory checked in at 2015-04-15 16:22:40

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


Package is perl-Test-UseAllModules

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-UseAllModules/perl-Test-UseAllModules.changes
  2014-09-19 13:56:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-UseAllModules.new/perl-Test-UseAllModules.changes
 2015-04-15 16:22:41.0 +0200
@@ -1,0 +2,14 @@
+Mon Apr 13 18:22:39 UTC 2015 - co...@suse.com
+
+- updated to 0.17
+   see /usr/share/doc/packages/perl-Test-UseAllModules/Changes
+
+  0.17 2014/11/13
+- oops, forgot to update MANIFEST...
+  
+  0.16 2014/11/13
+- dropped cpanfile support, as it forced users of this module
+  to update too many modules, especially while testing backward
+  compatibility with older perls.
+
+---

Old:

  Test-UseAllModules-0.15.tar.gz

New:

  Test-UseAllModules-0.17.tar.gz



Other differences:
--
++ perl-Test-UseAllModules.spec ++
--- /var/tmp/diff_new_pack.jX86c4/_old  2015-04-15 16:22:41.0 +0200
+++ /var/tmp/diff_new_pack.jX86c4/_new  2015-04-15 16:22:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-UseAllModules
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-UseAllModules
-Version:0.15
+Version:0.17
 Release:0
 %define cpan_name Test-UseAllModules
 Summary:do use_ok() for all the MANIFESTed modules
@@ -29,7 +29,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker::CPANfile) = 0.06
 %{perl_requires}
 
 %description
@@ -56,6 +55,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes cpanfile README
+%doc Changes README
 
 %changelog

++ Test-UseAllModules-0.15.tar.gz - Test-UseAllModules-0.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-UseAllModules-0.15/Changes 
new/Test-UseAllModules-0.17/Changes
--- old/Test-UseAllModules-0.15/Changes 2014-07-12 19:06:32.0 +0200
+++ new/Test-UseAllModules-0.17/Changes 2014-11-13 09:11:35.0 +0100
@@ -1,5 +1,13 @@
 Revision history for Perl extension Test::UseAllModules.
 
+0.17 2014/11/13
+  - oops, forgot to update MANIFEST...
+
+0.16 2014/11/13
+  - dropped cpanfile support, as it forced users of this module
+to update too many modules, especially while testing backward
+compatibility with older perls.
+
 0.15 2014/07/13
   - dropped (experimental) Test::More 1.5/2.0 support
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-UseAllModules-0.15/MANIFEST 
new/Test-UseAllModules-0.17/MANIFEST
--- old/Test-UseAllModules-0.15/MANIFEST2014-07-12 19:07:27.0 
+0200
+++ new/Test-UseAllModules-0.17/MANIFEST2014-11-13 09:12:20.0 
+0100
@@ -1,5 +1,4 @@
 Changes
-cpanfile
 lib/Test/UseAllModules.pm
 Makefile.PL
 MANIFEST   This list of files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-UseAllModules-0.15/META.json 
new/Test-UseAllModules-0.17/META.json
--- old/Test-UseAllModules-0.15/META.json   2014-07-12 19:07:27.0 
+0200
+++ new/Test-UseAllModules-0.17/META.json   2014-11-13 09:12:20.0 
+0100
@@ -3,8 +3,8 @@
author : [
   Kenichi Ishigaki ishig...@cpan.org
],
-   dynamic_config : 0,
-   generated_by : ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.141520,
+   dynamic_config : 1,
+   generated_by : ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.142060,
license : [
   perl_5
],
@@ -27,7 +27,7 @@
   },
   configure : {
  requires : {
-ExtUtils::MakeMaker::CPANfile : 0.06
+ExtUtils::MakeMaker : 0
  }
   },
   runtime : {
@@ -45,5 +45,5 @@
  url : https://github.com/charsbar/test-useallmodules;
   }
},
-   version : 0.15
+   version : 0.17
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-UseAllModules-0.15/META.yml 
new/Test-UseAllModules-0.17/META.yml
--- 

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

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-CPAN-Meta for 
openSUSE:Factory checked in at 2015-04-15 16:22:57

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


Package is perl-Test-CPAN-Meta

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-CPAN-Meta/perl-Test-CPAN-Meta.changes  
2013-06-06 12:45:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CPAN-Meta.new/perl-Test-CPAN-Meta.changes 
2015-04-15 16:22:58.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 13 18:33:51 UTC 2015 - co...@suse.com
+
+- updated to 0.24
+   see /usr/share/doc/packages/perl-Test-CPAN-Meta/Changes
+
+---

Old:

  Test-CPAN-Meta-0.23.tar.gz

New:

  Test-CPAN-Meta-0.24.tar.gz



Other differences:
--
++ perl-Test-CPAN-Meta.spec ++
--- /var/tmp/diff_new_pack.zLrB12/_old  2015-04-15 16:22:58.0 +0200
+++ /var/tmp/diff_new_pack.zLrB12/_new  2015-04-15 16:22:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-CPAN-Meta
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-CPAN-Meta
-Version:0.23
+Version:0.24
 Release:0
 %define cpan_name Test-CPAN-Meta
 Summary:Validate your CPAN META.yml files.
@@ -31,9 +31,6 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Parse::CPAN::Meta) = 0.02
 BuildRequires:  perl(Test::More) = 0.70
-#BuildRequires: perl(MyDistro)
-#BuildRequires: perl(Test::CPAN::Meta)
-#BuildRequires: perl(Test::CPAN::Meta::Version)
 Requires:   perl(Parse::CPAN::Meta) = 0.02
 Requires:   perl(Test::More) = 0.70
 Recommends: perl(Test::Pod) = 1.00

++ Test-CPAN-Meta-0.23.tar.gz - Test-CPAN-Meta-0.24.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CPAN-Meta-0.23/Changes 
new/Test-CPAN-Meta-0.24/Changes
--- old/Test-CPAN-Meta-0.23/Changes 2013-04-07 14:49:35.0 +0200
+++ new/Test-CPAN-Meta-0.24/Changes 2015-01-11 10:45:40.0 +0100
@@ -1,4 +1,10 @@
-# Changes log for Test-CPAN-Meta
+Revision history for Test-CPAN-Meta
+===
+
+0.242015-01-13
+- extended META test suite.
+- added META.json and tests.
+- documentation updates
 
 0.232013-04-07
 - change file dates changed to meet W3CDTF standards.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CPAN-Meta-0.23/INSTALL 
new/Test-CPAN-Meta-0.24/INSTALL
--- old/Test-CPAN-Meta-0.23/INSTALL 2013-04-07 14:49:35.0 +0200
+++ new/Test-CPAN-Meta-0.24/INSTALL 2014-09-29 08:47:24.0 +0200
@@ -6,22 +6,27 @@
 INSTALLING AUTOMATICALLY
 
 
-The easiest way to install is via CPAN or CPANPLUS:
+The easiest way to install is via CPAN, CPANPLUS or cpanminus:
 
 CPAN:
 
 % perl -MCPAN -e shell[as root]
- install Test-CPAN-Meta
+ install Test::CPAN::Meta
  quit
 
 CPANPLUS:
 
 % cpanp
- i Test-CPAN-Meta
+ i Test::CPAN::Meta
  q
 
-See your local 'perldoc CPAN' or 'perldoc CPANPLUS' for
-instructions on setting up and configuring CPAN or CPANPLUS.
+cpanminus:
+
+% cpanm Test::CPAN::Meta
+
+See your local documentation ('perldoc CPAN', 'perldoc CPANPLUS' or 
+'perldoc cpanm') for further instructions on setting up and configuring your
+chosen installer.
 
 
 OBTAINING THE MODULE
@@ -95,7 +100,7 @@
 
 # make install
 
-Congratulations. You've just installed Data::Phrasebook.
+Congratulations. You've just installed Test::CPAN::Meta.
 
 If you have a copy of cpantest installed, type:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CPAN-Meta-0.23/LICENSE 
new/Test-CPAN-Meta-0.24/LICENSE
--- old/Test-CPAN-Meta-0.23/LICENSE 2013-04-07 14:49:35.0 +0200
+++ new/Test-CPAN-Meta-0.24/LICENSE 2015-01-11 10:26:15.0 +0100
@@ -1,6 +1,6 @@
 LICENSE FOR Test-CPAN-Meta
 
-This software is copyright � 2007-2013 Barbie for Miss Barbell Productions.
+This software is copyright � 2007-2015 Barbie for Miss Barbell Productions.
 
 This distribution is free software; you can redistribute it and/or
-modify it under the Artistic Licence v2.
+modify it under the Artistic Licence v2.
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit phpMyAdmin for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2015-04-15 16:22:03

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


Package is phpMyAdmin

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2015-04-12 
00:11:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2015-04-15 16:22:05.0 +0200
@@ -1,0 +2,22 @@
+Mon Apr 13 18:28:37 UTC 2015 - ec...@opensuse.org
+
+- update to 4.4.2 (2015-04-13)
+  - sf#4835 PMA_hideShowConnection not called after 
+submit_num_fields
+  - sf#4836 Server warning after moving from console to 
+direct clicks
+  - sf#4837 Duplicate new version notification when using 
+the Back button
+  - sf#4839 DOC link in setting is broken
+  - sf#4841 Status page: Mislukte pogingen per uur value is 
+incorrect
+  - fix bug   MIME Transformation link fixed
+  - sf#4838 Prevents console window from moving out of the 
+screen height
+  - sf#4829 Create procedure via SQL Editor not more possible
+  - sf#4833 CSS and Javascript are not compressed
+  - sf#4849 Functions accessed from navigation do not load on 
+ajax dialog
+  - sf#4850 Relation view on 1920
+
+---

Old:

  phpMyAdmin-4.4.1.1-all-languages.tar.bz2

New:

  phpMyAdmin-4.4.2-all-languages.tar.bz2



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

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




commit libxmp for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package libxmp for openSUSE:Factory checked 
in at 2015-04-15 16:22:11

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


Package is libxmp

Changes:

--- /work/SRC/openSUSE:Factory/libxmp/libxmp.changes2015-03-25 
21:33:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.libxmp.new/libxmp.changes   2015-04-15 
16:22:13.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr  7 12:28:49 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 4.3.8
+* Fix Impluse Tracker sample mode note cut on invalid sample,
+  IT sample mode note end detection,
+  IT envelope handling with carry and fadeout,
+  IT tone portamento with sample changes,
+  IT keyoff with instrument in old effects mode,
+  IT note release at end of envelope sustain loop
+* Recognize IT high offset command (SAx) and surround command (S9x).
+* Add IT surround channel support and sample pan setting support.
+
+---

Old:

  libxmp-4.3.6.tar.gz

New:

  libxmp-4.3.8.tar.gz



Other differences:
--
++ libxmp.spec ++
--- /var/tmp/diff_new_pack.VhnzYv/_old  2015-04-15 16:22:13.0 +0200
+++ /var/tmp/diff_new_pack.VhnzYv/_new  2015-04-15 16:22:13.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libxmp
 %define lname  libxmp4
-Version:4.3.6
+Version:4.3.8
 Release:0
 Summary:Module Player library for MOD, S3M, IT and others
 License:LGPL-2.1

++ libxmp-4.3.6.tar.gz - libxmp-4.3.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxmp-4.3.6/Makefile.in new/libxmp-4.3.8/Makefile.in
--- old/libxmp-4.3.6/Makefile.in2015-02-17 14:39:35.0 +0100
+++ new/libxmp-4.3.8/Makefile.in2015-04-02 02:38:02.0 +0200
@@ -1,6 +1,6 @@
 VERSION_MAJOR  = 4
 VERSION_MINOR  = 3
-VERSION_RELEASE= 6
+VERSION_RELEASE= 8
 
 VERSION= $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxmp-4.3.6/docs/Changelog 
new/libxmp-4.3.8/docs/Changelog
--- old/libxmp-4.3.6/docs/Changelog 2015-03-24 00:08:04.0 +0100
+++ new/libxmp-4.3.8/docs/Changelog 2015-04-04 03:35:05.0 +0200
@@ -1,6 +1,35 @@
 Stable versions
 ---
 
+4.3.8 (20150404):
+   Fix bugs caught in the OpenMPT test cases:
+   - fix pre-increment of envelope indexes
+   - fix IT note release at end of envelope sustain loop
+   - reset channel flags in case of delay effect
+   Other changes:
+   - fix MMD3 16-bit samples (reported by jbb666)
+   - refactor XM envelopes
+   - refactor IT envelopes
+
+4.3.7 (20150329):
+   Fix bugs caught in the OpenMPT test cases:
+   - fix IT sample mode note cut on invalid sample
+   - fix IT sample mode note end detection
+   - fix IT envelope handling with carry and fadeout
+   - fix IT tone portamento with sample changes
+   - fix IT initial global volume setting
+   - fix IT keyoff with instrument in old effects mode
+   - fix IT filter maximum values with resonance
+   Other changes:
+   - fix IT random volume variation
+   - fix pattern initialization sanity check
+   - fix ++ pattern handling in IT loader (reported by honguito98)
+   - fix Soundtracker short rip loading (reported by Shlomi Fish)
+   - add IT high offset command (SAx)
+   - add IT surround command (S9x)
+   - add IT surround channel support
+   - add IT sample pan setting support
+
 4.3.6 (20150322):
Fix bugs caught in the OpenMPT test cases:
- fix IT volume column volume slide effect memory
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libxmp-4.3.6/include/xmp.h 
new/libxmp-4.3.8/include/xmp.h
--- old/libxmp-4.3.6/include/xmp.h  2015-03-24 00:18:18.0 +0100
+++ new/libxmp-4.3.8/include/xmp.h  2015-04-04 13:37:05.0 +0200
@@ -5,11 +5,11 @@
 extern C {
 #endif
 
-#define XMP_VERSION 4.3.6
-#define XMP_VERCODE 0x040306
+#define XMP_VERSION 4.3.8
+#define XMP_VERCODE 0x040308
 #define XMP_VER_MAJOR 4
 #define XMP_VER_MINOR 3
-#define XMP_VER_RELEASE 6
+#define XMP_VER_RELEASE 8
 
 #if defined(_WIN32)  !defined(__CYGWIN__)
 # if defined(BUILDING_STATIC)
@@ -105,6 +105,7 @@
 #define XMP_CHANNEL_SYNTH  (1  0)  /* Channel is synthesized */
 #define XMP_CHANNEL_MUTE   (1  1)  /* Channel is muted */
 #define XMP_CHANNEL_SPLIT  (1  2)  /* Split Amiga channel in bits 5-4 */
+#define XMP_CHANNEL_SURROUND   (1  4)  

commit perl-Class-MethodMaker for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-MethodMaker for 
openSUSE:Factory checked in at 2015-04-15 16:22:17

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


Package is perl-Class-MethodMaker

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Class-MethodMaker/perl-Class-MethodMaker.changes
2014-02-11 10:43:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Class-MethodMaker.new/perl-Class-MethodMaker.changes
   2015-04-15 16:22:18.0 +0200
@@ -1,0 +2,22 @@
+Mon Apr 13 18:17:11 UTC 2015 - co...@suse.com
+
+- updated to 2.24
+   see /usr/share/doc/packages/perl-Class-MethodMaker/Changes
+
+  2.24 Mar 31 2015
+  - fix missing OUTPUT section - RT#103113 (Zefram)
+  
+  2.23 Mar 05 2015
+  - Use strict and warnings everywhere (Neil Bowers)
+  - renamed CommonMethods.pm to CommonMethods.pmt, as it's a
+template for module code. CPANTS was assuming it's a module
+from the name, and failing it (Neil Bowers)
+  
+  2.22 Jan 14 2015
+  - use File::Temp::tmpnam as needed in Android (Brian Fraser)
+  
+  2.21 Mar 16 2014
+  - sync with Debian patches - RT#91658
+  - fix copyright and license entries - RT#43463
+
+---

Old:

  Class-MethodMaker-2.20.tar.gz

New:

  Class-MethodMaker-2.24.tar.gz



Other differences:
--
++ perl-Class-MethodMaker.spec ++
--- /var/tmp/diff_new_pack.hEFseO/_old  2015-04-15 16:22:18.0 +0200
+++ /var/tmp/diff_new_pack.hEFseO/_new  2015-04-15 16:22:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-MethodMaker
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Class-MethodMaker
-Version:2.20
+Version:2.24
 Release:0
 %define cpan_name Class-MethodMaker
 Summary:Create generic methods for OO Perl

++ Class-MethodMaker-2.20.tar.gz - Class-MethodMaker-2.24.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-MethodMaker-2.20/Changes 
new/Class-MethodMaker-2.24/Changes
--- old/Class-MethodMaker-2.20/Changes  2014-02-03 22:17:08.0 +0100
+++ new/Class-MethodMaker-2.24/Changes  2015-03-31 17:49:31.0 +0200
@@ -1,5 +1,21 @@
 Revision History for Class::MethodMaker (versions 2)
 
+2.24   Mar 31 2015
+- fix missing OUTPUT section - RT#103113 (Zefram)
+
+2.23   Mar 05 2015
+- Use strict and warnings everywhere (Neil Bowers)
+- renamed CommonMethods.pm to CommonMethods.pmt, as it's a
+  template for module code. CPANTS was assuming it's a module
+  from the name, and failing it (Neil Bowers)
+
+2.22   Jan 14 2015
+- use File::Temp::tmpnam as needed in Android (Brian Fraser)
+
+2.21   Mar 16 2014
+- sync with Debian patches - RT#91658
+- fix copyright and license entries - RT#43463
+
 2.20   Feb 03 2014
 - drop t/v1*.t unit tests due to license issue
   https://github.com/renormalist/class-methodmaker/issues/2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-MethodMaker-2.20/Generate.pm 
new/Class-MethodMaker-2.24/Generate.pm
--- old/Class-MethodMaker-2.20/Generate.pm  2012-03-30 18:38:02.0 
+0200
+++ new/Class-MethodMaker-2.24/Generate.pm  2015-02-28 08:56:20.0 
+0100
@@ -1,5 +1,9 @@
 package Generate;
 
+use 5.006;
+use strict;
+use warnings;
+
 use File::Spec::Functions qw( catfile );
 use File::Basenameqw( basename );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-MethodMaker-2.20/MANIFEST 
new/Class-MethodMaker-2.24/MANIFEST
--- old/Class-MethodMaker-2.20/MANIFEST 2014-02-03 22:21:30.0 +0100
+++ new/Class-MethodMaker-2.24/MANIFEST 2015-03-31 17:53:01.0 +0200
@@ -2,7 +2,7 @@
 Changes
 cmmg.pl
 components/array.m
-components/CommonMethods.pm
+components/CommonMethods.pmt
 components/hash.m
 components/scalar.m
 configure
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-MethodMaker-2.20/META.json 
new/Class-MethodMaker-2.24/META.json
--- old/Class-MethodMaker-2.20/META.json2014-02-03 22:21:30.0 
+0100
+++ new/Class-MethodMaker-2.24/META.json2015-03-31 

commit perl-Module-Path for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Path for 
openSUSE:Factory checked in at 2015-04-15 16:21:56

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


Package is perl-Module-Path

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Path/perl-Module-Path.changes
2013-08-01 15:58:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Module-Path.new/perl-Module-Path.changes   
2015-04-15 16:21:57.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 13 17:41:57 UTC 2015 - co...@suse.com
+
+- updated to 0.19
+   see /usr/share/doc/packages/perl-Module-Path/Changes
+
+---

Old:

  Module-Path-0.09.tar.gz

New:

  Module-Path-0.19.tar.gz



Other differences:
--
++ perl-Module-Path.spec ++
--- /var/tmp/diff_new_pack.07FbSI/_old  2015-04-15 16:21:57.0 +0200
+++ /var/tmp/diff_new_pack.07FbSI/_new  2015-04-15 16:21:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Path
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Module-Path
-Version:0.09
+Version:0.19
 Release:0
 %define cpan_name Module-Path
 Summary:get the full path to a locally installed module
@@ -31,12 +31,13 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Devel::FindPerl)
 BuildRequires:  perl(Test::More) = 0.88
-#BuildRequires: perl(Module::Path)
 %{perl_requires}
 
 %description
-Module::Path provides a single function, 'module_path()', which will find
-where a module is installed locally.
+This module provides a single function, 'module_path()', which takes a
+module name and finds the first directory in your '@INC' path where the
+module is installed locally. It returns the full path to that file,
+resolving any symlinks. It is portable and only depends on core modules.
 
 It works by looking in all the directories in '@INC' for an appropriately
 named file:
@@ -75,6 +76,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes LICENSE README TODO.md
 
 %changelog

++ Module-Path-0.09.tar.gz - Module-Path-0.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Path-0.09/Changes new/Module-Path-0.19/Changes
--- old/Module-Path-0.09/Changes2013-01-20 22:32:48.0 +0100
+++ new/Module-Path-0.19/Changes2015-03-16 22:23:42.0 +0100
@@ -1,4 +1,76 @@
-Revision history for perl module Module::Path
+Revision history for Perl module Module::Path
+
+0.19 2015-03-16 NEILB
+- Added [MetaJSON] to dist.ini, so META.json will go into the distribution,
+  as well as META.yml. Thanks to Lucas Kanashiro.
+- Dropped the -r test on directories, as we only actually need -d and -x.
+  Thanks to Lucas Kanashiro.
+
+0.18 2014-12-17
+- RIBASUSHI++ reminded me that to be a usable directory in @INC we need
+  to check -d  -r  -x.
+
+0.17 2014-12-17
+- Fixed RT#96433: ignore directories in @INC which don't exist.
+  Apologies to ETHER++ for over-thinking this one,
+  and taking so long to fix it.
+
+0.16 2014-12-13
+- Added TODO.md with an initial todo list for the module
+
+0.15 2014-10-14
+- Doing a foreach $dir (@INC) and then resolving symblinks on $dir
+  was changing the entries in @INC. HAARG++ for pull request with fix.
+- Changed author email address to be my CPAN email address.
+
+0.14 2014-08-16
+- Added Travis config, using cpanfile and cpanm to ensure all dependencies
+  are installed before running tests with prove.
+  Thanks to DAGOLDEN.
+- Improved the first paragraph of DESCRIPTION, so search results give
+  a better summary of the module.
+
+0.13 2014-02-22
+- Looks like in some rare circumstances, Cwd::abs_path() can croak,
+  so now we wrap that in eval { } and deal accordingly.
+
+0.12 2014-02-19
+- We now fully resolve symlinks in @INC paths. The previous 'fix'
+  for Debian broke the tests on FreeBSD.
+  Thanks to Géraud Continsouzas, and Daniel Lintott for help testing.
+
+0.11_03 2014-02-18
+- Another place where we need to worry about getting undef.
+
+0.11_02 2014-02-18
+- Wasn't handling the case where abs_path() returns undef,
+  which it does if a symlink goes nowhere.
+
+0.11_01 2014-02-18
+- The testsuite fix in 0.11 caused a breakage on 

commit perl-Class-C3 for openSUSE:Factory

2015-04-15 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-15 16:22:21

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  
2014-03-09 18:34:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Class-C3.new/perl-Class-C3.changes 
2015-04-15 16:22:22.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 13 18:10:14 UTC 2015 - co...@suse.com
+
+- updated to 0.27
+   see /usr/share/doc/packages/perl-Class-C3/Changes
+
+---

Old:

  Class-C3-0.26.tar.gz

New:

  Class-C3-0.27.tar.gz



Other differences:
--
++ perl-Class-C3.spec ++
--- /var/tmp/diff_new_pack.7CkEyX/_old  2015-04-15 16:22:22.0 +0200
+++ /var/tmp/diff_new_pack.7CkEyX/_new  2015-04-15 16:22:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-C3
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Class-C3
-Version:0.26
+Version:0.27
 Release:0
 %define cpan_name Class-C3
 Summary:A pragma to use the C3 method resolution order algorithm
@@ -61,6 +61,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ChangeLog README util
+%doc Changes README
 
 %changelog

++ Class-C3-0.26.tar.gz - Class-C3-0.27.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.26/ChangeLog new/Class-C3-0.27/ChangeLog
--- old/Class-C3-0.26/ChangeLog 2014-03-05 00:44:03.0 +0100
+++ new/Class-C3-0.27/ChangeLog 1970-01-01 01:00:00.0 +0100
@@ -1,147 +0,0 @@
-Revision history for Perl extension Class::C3.
-
-0.26 Tue, Mar 4, 2104
-- Fix bug in Makefile.PL when ExtUtils::CBuilder not available
-
-0.25 Thu, July 4, 2013
-- Drop compatibility from 5.6.2 to 5.6.0
-- Pod typo fixes (RT#77453, RT#85357)
-- Only ask for Devel::Hide on perls where it will be actually used
-  (RT#81106)
-- Fix SYNOPSIS to actually be executable (RT#78327)
-
-0.24 Sat, May 12, 2012
-- Require Class::C3::XS on 5.8 perls if a working compiler is found
-
-0.23 Sat, Jun 19, 2010
-- Fix various documentation problems (Martin Becker).
-
-0.22 Fri, Jan 29, 2010
-- Add note that people should be using MRO::Compat rather than
-  Class::C3 directly.
-
-0.21 Wed, Mar 25, 2009
-- Remove fake Build.PL. Module::Install doesn't support that anymore.
-  (Florian Ragwitz)
-- Stop using auto_instal in Makefile.PL. Its use is strongly discouraged.
-  (Closes RT#38051, RT#44541) (Simon Bertrang)
-
-0.20 Mon, Dec 8, 2008
-- Prevent redefined warnings when Class::C3 is loaded explicitly after
-  MRO::Compat has been loaded. Also add tests for this.
-
-0.19 Mon, Jun 4, 2007
-- Added new goto tests, bumped XS version req
-
-0.18 Sat, May 12, 2007
-- Just bumped XS version requirement
-
-0.17 Tues, May 8, 2007
-- Remove Build.PL from the distribution
-
-0.16 Thurs, May 3, 2007
-- Converted to Module::Install
-- Supports optional Class::C3::XS
-- Supports optional perl 5.9.5+ mro code
-- Fixed overload fallback edge cases.
-- Fix for overloading to method name string,
-   from Ittetsu Miyazaki.
-
-0.14 Tues, Sep 19, 2006
-- Fix for rt.cpan.org #21558
-- converted to Module::Build
-
-0.13 Fri, Aug 25, 2006
-- Make use of Algorithm::C3 0.05's merge caching
-
-0.12 Tues, July 18, 2006
-- clarifying docs for initialize (thanks jcs)
-- applying patch from Robert Norris to add
-  next::can() and maybe::next::method()
-  functionality which allows safe probing of
-  the presence of the next method
-
-0.11 Thurs, Feb 23, 2006
-- added some more tests for edge cases
-- removed INIT, you must explicitly call initialize now
-- added docs explaining this
-- altered tests as needed
-- moved the C3 algorithm to Algorithm::C3 and added
-  that as a dependency to this module
-- added docs to explain the next::method in anon-sub issue
-- suggestions/solutions/patches welcome :)
-- bumped the Scalar::Util version requirement back down
-  to 1.10, apparently the newer version has some issues
-
-0.10 - Wed, Feb 8, 2006
-- removed the Sub::Name and NEXT dependencies and
-  made the test just skip if 

commit perl-Type-Tiny for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Type-Tiny for openSUSE:Factory 
checked in at 2015-04-15 16:27:23

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


Package is perl-Type-Tiny

Changes:

--- /work/SRC/openSUSE:Factory/perl-Type-Tiny/perl-Type-Tiny.changes
2014-09-23 10:42:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Type-Tiny.new/perl-Type-Tiny.changes   
2015-04-15 16:27:24.0 +0200
@@ -1,0 +2,19 @@
+Tue Apr 14 19:37:43 UTC 2015 - co...@suse.com
+
+- updated to 1.05
+   see /usr/share/doc/packages/perl-Type-Tiny/Changes
+
+  1.05 2014-10-25
+  
+   [ Bug Fixes ]
+   - Fix short-circuiting optimizations for parameterized HashRef, ArrayRef,
+ ScalarRef, and Map type constraints.
+ Fixes RT#99312.
+ Marcel Timmerman++
+ https://rt.cpan.org/Ticket/Display.html?id=99312
+  
+   [ Test Suite ]
+   - Fix annoying warning message in test suite with recent versions of
+ Exporter::Tiny.
+
+---

Old:

  Type-Tiny-1.04.tar.gz

New:

  Type-Tiny-1.05.tar.gz



Other differences:
--
++ perl-Type-Tiny.spec ++
--- /var/tmp/diff_new_pack.58PTKw/_old  2015-04-15 16:27:24.0 +0200
+++ /var/tmp/diff_new_pack.58PTKw/_new  2015-04-15 16:27:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Type-Tiny
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Type-Tiny
-Version:1.04
+Version:1.05
 Release:0
 %define cpan_name Type-Tiny
 Summary:tiny, yet Moo(se)-compatible type constraint
@@ -29,7 +29,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Meta::Requirements) = 2.000
 BuildRequires:  perl(Exporter::Tiny) = 0.026
 BuildRequires:  perl(Test::More) = 0.96
 Requires:   perl(Exporter::Tiny) = 0.026
@@ -67,6 +66,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING COPYRIGHT CREDITS doap.ttl examples LICENSE NEWS 
README TODO
+%doc Changes COPYRIGHT CREDITS doap.ttl examples LICENSE NEWS README TODO
 
 %changelog

++ Type-Tiny-1.04.tar.gz - Type-Tiny-1.05.tar.gz ++
 2224 lines of diff (skipped)




commit perl-Test-Number-Delta for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Number-Delta for 
openSUSE:Factory checked in at 2015-04-15 16:27:13

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


Package is perl-Test-Number-Delta

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-Number-Delta/perl-Test-Number-Delta.changes
2013-11-27 15:31:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Number-Delta.new/perl-Test-Number-Delta.changes
   2015-04-15 16:27:14.0 +0200
@@ -1,0 +2,25 @@
+Tue Apr 14 20:53:21 UTC 2015 - co...@suse.com
+
+- updated to 1.06
+   see /usr/share/doc/packages/perl-Test-Number-Delta/Changes
+
+  1.06  2014-11-25 07:09:08-05:00 America/New_York
+  
+  [Fixed]
+  
+  - Make 0 and 0 compare equal with a relative epsilon
+  
+  [Documented]
+  
+  - Added SEE ALSO with Number::Tolerant and Test::Deep::NumberTolerant
+  
+  1.05  2014-11-24 11:08:11-05:00 America/New_York
+  
+  [Fixed]
+  
+  - relative comparison of array reference elements now works as intended
+  
+  - diagnostics of delta_not_ok and delta_not_within clarified under
+relative comparison
+
+---

Old:

  Test-Number-Delta-1.04.tar.gz

New:

  Test-Number-Delta-1.06.tar.gz



Other differences:
--
++ perl-Test-Number-Delta.spec ++
--- /var/tmp/diff_new_pack.1jNQ8k/_old  2015-04-15 16:27:14.0 +0200
+++ /var/tmp/diff_new_pack.1jNQ8k/_new  2015-04-15 16:27:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Number-Delta
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Number-Delta
-Version:1.04
+Version:1.06
 Release:0
 %define cpan_name Test-Number-Delta
 Summary:Compare the difference between numbers against a given 
tolerance
@@ -29,9 +29,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(Pod::Wordlist)
-#BuildRequires: perl(Test::Number::Delta)
-#BuildRequires: perl(Test::Spelling) = 0.12
 %{perl_requires}
 
 %description
@@ -76,6 +73,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING cpanfile LICENSE perlcritic.rc README tidyall.ini
+%doc Changes CONTRIBUTING.mkdn LICENSE README
 
 %changelog

++ Test-Number-Delta-1.04.tar.gz - Test-Number-Delta-1.06.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Number-Delta-1.04/CONTRIBUTING 
new/Test-Number-Delta-1.06/CONTRIBUTING
--- old/Test-Number-Delta-1.04/CONTRIBUTING 2013-11-21 00:43:37.0 
+0100
+++ new/Test-Number-Delta-1.06/CONTRIBUTING 1970-01-01 01:00:00.0 
+0100
@@ -1,70 +0,0 @@
-## HOW TO CONTRIBUTE
-
-Thank you for considering contributing to this distribution.  This file
-contains instructions that will help you work with the source code.
-
-The distribution is managed with Dist::Zilla.  This means than many of the
-usual files you might expect are not in the repository, but are generated
-at release time (e.g. Makefile.PL).
-
-### Getting dependencies
-
-See the included `cpanfile` file for a list of dependencies.  If you have
-App::cpanminus 1.6 or later installed, you can use `cpanm` to satisfy
-dependencies like this:
-
-$ cpanm --installdeps .
-
-Otherwise, you can install Module::CPANfile 1.0002 or later and then satisfy
-dependencies with the regular `cpan` client and `cpanfile-dump`:
-
-$ cpan `cpanfile-dump`
-
-### Running tests
-
-You can run tests directly using the `prove` tool:
-
-$ prove -l
-$ prove -lv t/some_test_file.t
-
-For most distributions, `prove` is entirely sufficent for you to test any
-patches you have.
-
-### Code style and tidying
-
-Please try to match any existing coding style.  If there is a `.perltidyrc`
-file, please install Perl::Tidy and use perltidy before submitting patches.
-
-If there is a `tidyall.ini` file, you can also install Code::TidyAll and run
-`tidyall` on a file or `tidyall -a` to tidy all files.
-
-### Patching documentation
-
-Much of the documentation Pod is generated at release time.
-Depending on the distribution, some documentation may be written in a Pod
-dialect called WikiDoc. (See Pod::WikiDoc on CPAN.)
-
-If you would like to submit a documentation edit, please limit yourself to 

commit perl-UNIVERSAL-isa for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-UNIVERSAL-isa for 
openSUSE:Factory checked in at 2015-04-15 16:27:24

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


Package is perl-UNIVERSAL-isa

Changes:

--- /work/SRC/openSUSE:Factory/perl-UNIVERSAL-isa/perl-UNIVERSAL-isa.changes
2014-03-21 12:15:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-UNIVERSAL-isa.new/perl-UNIVERSAL-isa.changes   
2015-04-15 16:27:25.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 14 15:49:46 UTC 2015 - co...@suse.com
+
+- updated to 1.20140927
+   see /usr/share/doc/packages/perl-UNIVERSAL-isa/Changes
+
+---

Old:

  UNIVERSAL-isa-1.20120726.tar.gz

New:

  UNIVERSAL-isa-1.20140927.tar.gz



Other differences:
--
++ perl-UNIVERSAL-isa.spec ++
--- /var/tmp/diff_new_pack.o5xJqa/_old  2015-04-15 16:27:25.0 +0200
+++ /var/tmp/diff_new_pack.o5xJqa/_new  2015-04-15 16:27:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-UNIVERSAL-isa
 #
-# 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,19 +17,19 @@
 
 
 Name:   perl-UNIVERSAL-isa
-Version:1.20120726
+Version:1.20140927
 Release:0
 %define cpan_name UNIVERSAL-isa
-Summary:recover from people calling UNIVERSAL::isa as a function
+Summary:Attempt to recover from people calling UNIVERSAL::isa as a 
function
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/UNIVERSAL-isa/
-Source: 
http://www.cpan.org/authors/id/C/CH/CHROMATIC/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(UNIVERSAL::isa)
+BuildRequires:  perl(Module::Build::Tiny) = 0.038
 %{perl_requires}
 
 %description
@@ -51,19 +51,18 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes CONTRIBUTING LICENSE README
 
 %changelog

++ UNIVERSAL-isa-1.20120726.tar.gz - UNIVERSAL-isa-1.20140927.tar.gz ++
 3201 lines of diff (skipped)




commit perl-Test-MockObject for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-MockObject for 
openSUSE:Factory checked in at 2015-04-15 16:27:10

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


Package is perl-Test-MockObject

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-MockObject/perl-Test-MockObject.changes
2014-03-21 12:15:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-MockObject.new/perl-Test-MockObject.changes
   2015-04-15 16:27:11.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr 14 20:27:58 UTC 2015 - co...@suse.com
+
+- updated to 1.20140408
+   see /usr/share/doc/packages/perl-Test-MockObject/Changes
+
+  1.20140408 2014-04-07 17:38:44-07:00 America/Los_Angeles
+  - enabled Travis CI (no user-visible changes)
+  - improved fields-based object support (Olivier Mengué, Maxime Soulé)
+  
+  1.20140328 2014-03-28 16:17:59-07:00 America/Los_Angeles
+  - support added for fields-based objects (Gavin Mogan, RT #84535)
+
+---

Old:

  Test-MockObject-1.20120301.tar.gz

New:

  Test-MockObject-1.20140408.tar.gz



Other differences:
--
++ perl-Test-MockObject.spec ++
--- /var/tmp/diff_new_pack.s6qa7D/_old  2015-04-15 16:27:11.0 +0200
+++ /var/tmp/diff_new_pack.s6qa7D/_new  2015-04-15 16:27:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-MockObject
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-MockObject
-Version:1.20120301
+Version:1.20140408
 Release:0
 %define cpan_name Test-MockObject
 Summary:Perl extension for emulating troublesome interfaces

++ Test-MockObject-1.20120301.tar.gz - Test-MockObject-1.20140408.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-MockObject-1.20120301/Changes 
new/Test-MockObject-1.20140408/Changes
--- old/Test-MockObject-1.20120301/Changes  2012-03-01 22:17:21.0 
+0100
+++ new/Test-MockObject-1.20140408/Changes  2014-04-08 02:38:47.0 
+0200
@@ -1,5 +1,12 @@
 Revision history for Perl extension Test::MockObject.
 
+1.20140408 2014-04-07 17:38:44-07:00 America/Los_Angeles
+- enabled Travis CI (no user-visible changes)
+- improved fields-based object support (Olivier Mengué, Maxime Soulé)
+
+1.20140328 2014-03-28 16:17:59-07:00 America/Los_Angeles
+- support added for fields-based objects (Gavin Mogan, RT #84535)
+
 1.20120301 2012-03-01 13:17:20 America/Los_Angeles
 - updated dependencies to latest versions of UNIVERSAL::isa and 
UNIVERSAL::can
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-MockObject-1.20120301/LICENSE 
new/Test-MockObject-1.20140408/LICENSE
--- old/Test-MockObject-1.20120301/LICENSE  2012-03-01 22:17:21.0 
+0100
+++ new/Test-MockObject-1.20140408/LICENSE  2014-04-08 02:38:47.0 
+0200
@@ -22,7 +22,7 @@
  Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-MockObject-1.20120301/MANIFEST 
new/Test-MockObject-1.20140408/MANIFEST
--- old/Test-MockObject-1.20120301/MANIFEST 2012-03-01 22:17:21.0 
+0100
+++ new/Test-MockObject-1.20140408/MANIFEST 2014-04-08 02:38:47.0 
+0200
@@ -1,3 +1,4 @@
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.013.
 Changes
 LICENSE
 MANIFEST
@@ -13,6 +14,7 @@
 t/debuggingwarnings.t
 t/debuggingwarningsextends.t
 t/extends-bugs.t
+t/extends-fields.t
 t/extends.t
 t/ignore.t
 t/isa.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-MockObject-1.20120301/META.yml 
new/Test-MockObject-1.20140408/META.yml
--- old/Test-MockObject-1.20120301/META.yml 2012-03-01 22:17:21.0 
+0100
+++ new/Test-MockObject-1.20140408/META.yml 2014-04-08 02:38:47.0 
+0200
@@ -3,35 +3,37 @@
 author:
   - chromatic
 build_requires:
-  Test::Exception: 0
-  Test::More: 0.98
-  Test::Warn: 0.23
-  base: 0
- 

commit perl-Test-LongString for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-LongString for 
openSUSE:Factory checked in at 2015-04-15 16:27:08

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


Package is perl-Test-LongString

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-LongString/perl-Test-LongString.changes
2014-09-19 22:27:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-LongString.new/perl-Test-LongString.changes
   2015-04-15 16:27:09.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr 14 20:46:37 UTC 2015 - co...@suse.com
+
+- updated to 0.17
+   see /usr/share/doc/packages/perl-Test-LongString/Changes
+
+  
+  0.16
+  Force string comparison to use string context (Nick Pongratz)
+  
+  0.17
+  Regenerate tarball, update changes
+
+---

Old:

  Test-LongString-0.16.tar.gz

New:

  Test-LongString-0.17.tar.gz



Other differences:
--
++ perl-Test-LongString.spec ++
--- /var/tmp/diff_new_pack.5woV3v/_old  2015-04-15 16:27:09.0 +0200
+++ /var/tmp/diff_new_pack.5woV3v/_new  2015-04-15 16:27:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-LongString
 #
-# 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,10 +17,10 @@
 
 
 Name:   perl-Test-LongString
-Version:0.16
+Version:0.17
 Release:0
 %define cpan_name Test-LongString
-Summary:Tests strings for equality, with more helpful failures
+Summary:tests strings for equality, with more helpful failures
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-LongString/

++ Test-LongString-0.16.tar.gz - Test-LongString-0.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LongString-0.16/Changes 
new/Test-LongString-0.17/Changes
--- old/Test-LongString-0.16/Changes2014-05-07 08:59:45.0 +0200
+++ new/Test-LongString-0.17/Changes2014-11-06 08:08:55.0 +0100
@@ -24,3 +24,9 @@
 
 0.15
 Show line and column number in diagostics (Mark Fowler)
+
+0.16
+Force string comparison to use string context (Nick Pongratz)
+
+0.17
+Regenerate tarball, update changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LongString-0.16/META.json 
new/Test-LongString-0.17/META.json
--- old/Test-LongString-0.16/META.json  2014-09-05 10:01:11.0 +0200
+++ new/Test-LongString-0.17/META.json  2014-11-06 08:09:19.0 +0100
@@ -4,7 +4,7 @@
   Rafael Garcia-Suarez r...@consttype.org
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.140640,
+   generated_by : ExtUtils::MakeMaker version 6.86, CPAN::Meta::Converter 
version 2.120921,
license : [
   perl_5
],
@@ -19,6 +19,24 @@
  inc
   ]
},
+   prereqs : {
+  build : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  configure : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  runtime : {
+ requires : {
+Test::Builder : 0.12,
+Test::Builder::Tester : 1.04
+ }
+  }
+   },
release_status : stable,
resources : {
   repository : {
@@ -27,5 +45,5 @@
  web : https://github.com/rgs/Test-LongString;
   }
},
-   version : 0.16
+   version : 0.17
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-LongString-0.16/META.yml 
new/Test-LongString-0.17/META.yml
--- old/Test-LongString-0.16/META.yml   2014-09-05 10:01:11.0 +0200
+++ new/Test-LongString-0.17/META.yml   2014-11-06 08:09:19.0 +0100
@@ -2,18 +2,24 @@
 abstract: unknown
 author:
   - 'Rafael Garcia-Suarez r...@consttype.org'
-build_requires: {}
+build_requires:
+  ExtUtils::MakeMaker: 0
+configure_requires:
+  ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 
2.140640'
+generated_by: 'ExtUtils::MakeMaker version 6.86, CPAN::Meta::Converter version 
2.120921'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: '1.4'
+  version: 1.4
 name: Test-LongString
 no_index:
   directory:
 - t
  

commit flash-player for openSUSE:Factory:NonFree

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package flash-player for 
openSUSE:Factory:NonFree checked in at 2015-04-15 16:27:50

Comparing /work/SRC/openSUSE:Factory:NonFree/flash-player (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.flash-player.new (New)


Package is flash-player

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/flash-player/flash-player.changes
2015-03-16 07:01:30.0 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.flash-player.new/flash-player.changes   
2015-04-15 16:27:52.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 14 18:23:31 UTC 2015 - sbra...@suse.com
+
+- Security update to 11.2.202.457 (bsc#927089):
+  * APSB15-06, CVE-2015-0346, CVE-2015-0347, CVE-2015-0348,
+CVE-2015-0349, CVE-2015-0350, CVE-2015-0351, CVE-2015-0352,
+CVE-2015-0353, CVE-2015-0354, CVE-2015-0355, CVE-2015-0356,
+CVE-2015-0357, CVE-2015-0358, CVE-2015-0359, CVE-2015-0360,
+CVE-2015-3038, CVE-2015-3039, CVE-2015-3040, CVE-2015-3041,
+CVE-2015-3042, CVE-2015-3043, CVE-2015-3044
+
+---

Old:

  flashplayer_11.2.202.451_sa.i386.tar.gz
  install_flash_player_11.2.202.451_linux.i386.tar.gz
  install_flash_player_11.2.202.451_linux.x86_64.tar.gz

New:

  flashplayer_11.2.202.457_sa.i386.tar.gz
  install_flash_player_11.2.202.457_linux.i386.tar.gz
  install_flash_player_11.2.202.457_linux.x86_64.tar.gz



Other differences:
--
++ flash-player.spec ++
--- /var/tmp/diff_new_pack.jXoDHW/_old  2015-04-15 16:27:54.0 +0200
+++ /var/tmp/diff_new_pack.jXoDHW/_new  2015-04-15 16:27:54.0 +0200
@@ -19,7 +19,7 @@
 %define build_standalone 1
 
 Name:   flash-player
-Version:11.2.202.451
+Version:11.2.202.457
 Release:0
 Summary:Adobe Flash Plugin and Standalone Player
 License:SUSE-NonFree


++ flashplayer_11.2.202.451_sa.i386.tar.gz - 
flashplayer_11.2.202.457_sa.i386.tar.gz ++
Files old/flashplayer and new/flashplayer differ

++ install_flash_player_11.2.202.451_linux.i386.tar.gz - 
install_flash_player_11.2.202.457_linux.i386.tar.gz ++
/work/SRC/openSUSE:Factory:NonFree/flash-player/install_flash_player_11.2.202.451_linux.i386.tar.gz
 
/work/SRC/openSUSE:Factory:NonFree/.flash-player.new/install_flash_player_11.2.202.457_linux.i386.tar.gz
 differ: char 5, line 1

++ install_flash_player_11.2.202.451_linux.x86_64.tar.gz - 
install_flash_player_11.2.202.457_linux.x86_64.tar.gz ++
/work/SRC/openSUSE:Factory:NonFree/flash-player/install_flash_player_11.2.202.451_linux.x86_64.tar.gz
 
/work/SRC/openSUSE:Factory:NonFree/.flash-player.new/install_flash_player_11.2.202.457_linux.x86_64.tar.gz
 differ: char 5, line 1




commit perl-Test-File-ShareDir for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-File-ShareDir for 
openSUSE:Factory checked in at 2015-04-15 16:27:03

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


Package is perl-Test-File-ShareDir

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-File-ShareDir/perl-Test-File-ShareDir.changes
  2014-09-17 17:25:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-File-ShareDir.new/perl-Test-File-ShareDir.changes
 2015-04-15 16:27:03.0 +0200
@@ -1,0 +2,26 @@
+Tue Apr 14 18:04:53 UTC 2015 - co...@suse.com
+
+- updated to 1.001001
+   see /usr/share/doc/packages/perl-Test-File-ShareDir/Changes
+
+  1.001001 2015-03-01T05:44:37Z a89c745
+   [TestFixes]
+   - Try to guard against accidentally failing if a test distdir does in fact 
exist in the Expect not to exist test.
+  
+  1.001000 2015-02-28T11:09:38Z d703dd2
+   [Dependencies::Stats]
+   - Dependencies changed since 1.05, see misc/*.deps* for details
+   - configure: +1 (recommends: -1, suggests: +1)
+   - develop: +10 ↑3 -2 (suggests: +1 ↑2)
+   - runtime: +3 (suggests: +1)
+   - test: +1 (recommends: -2, suggests: +2)
+  
+   [Deprecations]
+   - OO interfaces have a -add_to_inc method which is being replaced with the 
more generic -register, which wil retain
+ meaning when the interface no longer actually uses @INC
+  
+   [Features]
+   - OO interfaces now all have a -register and a -clear method.
+   - Now supports exporting with_dist_dir and with_module_dir functions from 
Test::File::ShareDir
+
+---

Old:

  Test-File-ShareDir-1.05.tar.gz

New:

  Test-File-ShareDir-1.001001.tar.gz



Other differences:
--
++ perl-Test-File-ShareDir.spec ++
--- /var/tmp/diff_new_pack.3ne8JJ/_old  2015-04-15 16:27:04.0 +0200
+++ /var/tmp/diff_new_pack.3ne8JJ/_new  2015-04-15 16:27:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-File-ShareDir
 #
-# 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,10 +17,10 @@
 
 
 Name:   perl-Test-File-ShareDir
-Version:1.05
+Version:1.001001
 Release:0
 %define cpan_name Test-File-ShareDir
-Summary:Create a Fake ShareDir for your modules for testing.
+Summary:Create a Fake ShareDir for your modules for testing
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-File-ShareDir/
@@ -33,17 +33,29 @@
 BuildRequires:  perl(File::Copy::Recursive)
 BuildRequires:  perl(File::ShareDir) = 1.00
 BuildRequires:  perl(Path::Tiny) = 0.018
+BuildRequires:  perl(Scope::Guard)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) = 0.96
+BuildRequires:  perl(parent)
 Requires:   perl(Class::Tiny)
 Requires:   perl(File::Copy::Recursive)
 Requires:   perl(File::ShareDir) = 1.00
 Requires:   perl(Path::Tiny) = 0.018
+Requires:   perl(Scope::Guard)
+Requires:   perl(parent)
 %{perl_requires}
 
 %description
-This module only has support for creating 'new' style share dirs and are
-NOT compatible with old File::ShareDirs.
+'Test::File::ShareDir' is some low level plumbing to enable a distribution
+to perform tests while consuming its own 'share' directories in a manner
+similar to how they will be once installed.
+
+This allows 'File::ShareDir' to see the _latest_ version of content instead
+of simply whatever is installed on whichever target system you happen to be
+testing on.
+
+*Note:* This module only has support for creating 'new' style share dirs
+and are NOT compatible with old File::ShareDirs.
 
 For this reason, unless you have File::ShareDir 1.00 or later installed,
 this module will not be usable by you.
@@ -65,6 +77,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes dist.ini.meta LICENSE perlcritic.rc README weaver.ini
+%doc Changes LICENSE README
 
 %changelog

++ Test-File-ShareDir-1.05.tar.gz - Test-File-ShareDir-1.001001.tar.gz 
++
 4202 lines of diff (skipped)




commit perl-Time-Duration for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Time-Duration for 
openSUSE:Factory checked in at 2015-04-15 16:27:21

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


Package is perl-Time-Duration

Changes:

--- /work/SRC/openSUSE:Factory/perl-Time-Duration/perl-Time-Duration.changes
2011-12-20 14:30:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Time-Duration.new/perl-Time-Duration.changes   
2015-04-15 16:27:21.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr 14 19:16:50 UTC 2015 - co...@suse.com
+
+- updated to 1.1
+   see /usr/share/doc/packages/perl-Time-Duration/ChangeLog
+
+  2013-04-02  Avi Finkel a...@finkel.org
+  
+   * Release 1.1 -- Adding millisecond support.
+
+---

Old:

  Time-Duration-1.06.tar.gz

New:

  Time-Duration-1.1.tar.gz



Other differences:
--
++ perl-Time-Duration.spec ++
--- /var/tmp/diff_new_pack.F9FLV2/_old  2015-04-15 16:27:22.0 +0200
+++ /var/tmp/diff_new_pack.F9FLV2/_new  2015-04-15 16:27:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Time-Duration
 #
-# 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
@@ -17,59 +17,66 @@
 
 
 Name:   perl-Time-Duration
-Url:http://cpan.org/modules/by-module/Time/
-BuildRequires:  perl-Pod-Coverage
-BuildRequires:  perl-Pod-Escapes
-BuildRequires:  perl-Pod-Simple
-BuildRequires:  perl-Test-Pod
-BuildRequires:  perl-Test-Pod-Coverage
-BuildRequires:  perl-macros
-Summary:Rounded or exact English expression of durations
+Version:1.1
+Release:0
+%define cpan_name Time-Duration
+Summary:rounded or exact English expression of durations
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Version:1.06
-Release:0
-Source: Time-Duration-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Time-Duration/
+Source: 
http://www.cpan.org/authors/id/A/AV/AVIF/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
 %{perl_requires}
 
 %description
-This module provides functions for expressing durations in rounded or
-exact terms.
-
+This module provides functions for expressing durations in rounded or exact
+terms.
 
+In the first example in the Synopsis, using duration($interval_seconds):
 
-Authors:
-
-Sean M. Burke sbu...@cpan.org
-Avi Finkel a...@finkel.org
+If the 'time() - $start_time' is 3 seconds, this prints Runtime: *3
+seconds*.. If it's 0 seconds, it's Runtime: *0 seconds*.. If it's 1
+second, it's Runtime: *1 second*.. If it's 125 seconds, you get Runtime:
+*2 minutes and 5 seconds*.. If it's 3820 seconds (which is exactly 1h, 3m,
+40s), you get it rounded to fit within two expressed units: Runtime: *1
+hour and 4 minutes*.. Using duration_exact instead would return Runtime:
+*1 hour, 3 minutes, and 40 seconds*.
+
+In the second example in the Synopsis, using ago($interval_seconds):
+
+If the $age is 3 seconds, this prints _file_ was modified *3 seconds
+ago*. If it's 0 seconds, it's _file_ was modified *just now*, as a
+special case. If it's 1 second, it's from *1 second ago*. If it's 125
+seconds, you get _file_ was modified *2 minutes and 5 seconds ago*. If
+it's 3820 seconds (which is exactly 1h, 3m, 40s), you get it rounded to fit
+within two expressed units: _file_ was modified *1 hour and 4 minutes
+ago*. Using ago_exact instead would return _file_ was modified *1 hour, 3
+minutes, and 40 seconds ago*. And if the file's modtime is, surprisingly,
+three seconds into the future, $age is -3, and you'll get the equally and
+appropriately surprising _file_ was modified *3 seconds from now*.
 
 %prep
-%setup -q -n Time-Duration-%{version}
-# ---
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-#disable tests that need special modules
-mv t/02_pod.t t/02_pod.tt
-mv t/03_pod_cover.t t/03_pod_cover.tt
-perl Makefile.PL
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-make test
-# ---
+%{__make} test
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make 

commit perl-UNIVERSAL-require for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-UNIVERSAL-require for 
openSUSE:Factory checked in at 2015-04-15 16:27:26

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


Package is perl-UNIVERSAL-require

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-UNIVERSAL-require/perl-UNIVERSAL-require.changes
2014-02-28 16:22:27.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-UNIVERSAL-require.new/perl-UNIVERSAL-require.changes
   2015-04-15 16:27:27.0 +0200
@@ -1,0 +2,17 @@
+Tue Apr 14 17:34:48 UTC 2015 - co...@suse.com
+
+- updated to 0.18
+   see /usr/share/doc/packages/perl-UNIVERSAL-require/Changes
+
+  0.18 2015-02-24
+  - Skip the taint test if Perl was compiled without taint support.
+RAZ++
+  - Changed use of use vars to our
+  - Added strict and warnings to PREREQ_PM
+  
+  0.17 2014-04-19
+  - Check for valid module names. RT#94866 from TOBYINK.
+  - Changed used of die() to croak() RT#23113
+  - Fixed typo in pod (fschlich++)
+
+---

Old:

  UNIVERSAL-require-0.16.tar.gz

New:

  UNIVERSAL-require-0.18.tar.gz



Other differences:
--
++ perl-UNIVERSAL-require.spec ++
--- /var/tmp/diff_new_pack.BqO6Bz/_old  2015-04-15 16:27:27.0 +0200
+++ /var/tmp/diff_new_pack.BqO6Bz/_new  2015-04-15 16:27:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-UNIVERSAL-require
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-UNIVERSAL-require
-Version:0.16
+Version:0.18
 Release:0
 %define cpan_name UNIVERSAL-require
 Summary:require() modules from a variable
@@ -43,7 +43,7 @@
 
 $module-require;
 
-It doesn't save you much typing, but it'll make alot more sense to someone
+It doesn't save you much typing, but it'll make a lot more sense to someone
 who's not a ninth level Perl acolyte.
 
 %prep

++ UNIVERSAL-require-0.16.tar.gz - UNIVERSAL-require-0.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/UNIVERSAL-require-0.16/Changes 
new/UNIVERSAL-require-0.18/Changes
--- old/UNIVERSAL-require-0.16/Changes  2014-02-04 00:55:34.0 +0100
+++ new/UNIVERSAL-require-0.18/Changes  2015-02-24 19:08:25.0 +0100
@@ -1,5 +1,16 @@
 Revision history for Perl module UNIVERSAL::require
 
+0.18 2015-02-24
+- Skip the taint test if Perl was compiled without taint support.
+  RAZ++
+- Changed use of use vars to our
+- Added strict and warnings to PREREQ_PM
+
+0.17 2014-04-19
+- Check for valid module names. RT#94866 from TOBYINK.
+- Changed used of die() to croak() RT#23113
+- Fixed typo in pod (fschlich++)
+
 0.16 2014-02-03
 - All seems fine with previous dev release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/UNIVERSAL-require-0.16/META.json 
new/UNIVERSAL-require-0.18/META.json
--- old/UNIVERSAL-require-0.16/META.json2014-02-04 00:56:13.0 
+0100
+++ new/UNIVERSAL-require-0.18/META.json2015-02-24 19:08:52.0 
+0100
@@ -4,7 +4,7 @@
   Michael G Schwern schw...@pobox.com
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.86, CPAN::Meta::Converter 
version 2.133380,
+   generated_by : ExtUtils::MakeMaker version 7.02, CPAN::Meta::Converter 
version 2.143240,
license : [
   perl_5
],
@@ -35,8 +35,11 @@
   },
   runtime : {
  requires : {
+Carp : 0,
 Test::More : 0.47,
-perl : 5.006
+perl : 5.006,
+strict : 0,
+warnings : 0
  }
   }
},
@@ -51,5 +54,5 @@
  web : https://github.com/neilbowers/UNIVERSAL-require;
   }
},
-   version : 0.16
+   version : 0.18
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/UNIVERSAL-require-0.16/META.yml 
new/UNIVERSAL-require-0.18/META.yml
--- old/UNIVERSAL-require-0.16/META.yml 2014-02-04 00:56:13.0 +0100
+++ new/UNIVERSAL-require-0.18/META.yml 2015-02-24 19:08:52.0 +0100
@@ -3,15 +3,15 @@
 author:
   - 'Michael G Schwern schw...@pobox.com'
 build_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 

commit kye for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package kye for openSUSE:Factory checked in 
at 2015-04-15 16:27:35

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


Package is kye

Changes:

--- /work/SRC/openSUSE:Factory/kye/kye.changes  2012-11-24 21:11:20.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kye.new/kye.changes 2015-04-15 
16:27:37.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr  9 18:50:55 UTC 2015 - jeng...@inai.de
+
+- Use source URL
+
+---

Old:

  kye-1.0.tar.xz

New:

  kye-1.0.tar.gz



Other differences:
--
++ kye.spec ++
--- /var/tmp/diff_new_pack.w2ZU1Z/_old  2015-04-15 16:27:37.0 +0200
+++ /var/tmp/diff_new_pack.w2ZU1Z/_new  2015-04-15 16:27:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kye
 #
-# 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
@@ -24,13 +24,11 @@
 Group:  Amusements/Games/Strategy/Turn Based
 Url:http://games.moria.org.uk/kye/
 
-#Freecode-URL: https://freecode.com/projects/python-kye
-Source: %name-%version.tar.xz
+Source: http://games.moria.org.uk/kye/download/%name-%version.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  desktop-file-utils
 BuildRequires:  python-base
 BuildRequires:  update-desktop-files
-BuildRequires:  xz
 BuildArch:  noarch
 %py_requires
 Requires:   gdk-pixbuf-loader-rsvg




commit perl-Test-SharedFork for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-SharedFork for 
openSUSE:Factory checked in at 2015-04-15 16:27:15

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


Package is perl-Test-SharedFork

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-SharedFork/perl-Test-SharedFork.changes
2014-03-18 14:16:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-SharedFork.new/perl-Test-SharedFork.changes
   2015-04-15 16:27:16.0 +0200
@@ -1,0 +2,35 @@
+Tue Apr 14 19:19:04 UTC 2015 - co...@suse.com
+
+- updated to 0.29
+   see /usr/share/doc/packages/perl-Test-SharedFork/Changes
+
+  0.29 2014-09-20T04:21:14Z
+  
+  0.28 2014-07-04T07:37:50Z
+  
+  - Fixed minor testing issue on Win32.
+(charsbar++)
+  
+  0.27 2014-07-03T05:37:00Z
+  
+  commit fa8821ff5fe7b44a2461ea58e537ea01221504ed
+  Author: Chad Granum chad.gra...@dreamhost.com
+  Date:   Tue Jul 1 15:13:28 2014 -0700
+  
+  Fix another issue with Result_Stream branch of TB
+  
+  0.26 2014-06-27T04:20:47Z
+  
+  - Fix support for Result_Stream Test::Builder branch
+(exodist)
+  
+  0.25 2014-06-24T01:34:10Z
+  
+  - Switch to EUMM
+  
+  0.24 2014-04-07T21:21:56Z
+  
+  - Cygwin 64-bit - allow tests to pass
+(rwhitworth)
+
+---

Old:

  Test-SharedFork-0.23.tar.gz

New:

  Test-SharedFork-0.29.tar.gz



Other differences:
--
++ perl-Test-SharedFork.spec ++
--- /var/tmp/diff_new_pack.YU4NkW/_old  2015-04-15 16:27:16.0 +0200
+++ /var/tmp/diff_new_pack.YU4NkW/_new  2015-04-15 16:27:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-SharedFork
 #
-# 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,19 @@
 
 
 Name:   perl-Test-SharedFork
-Version:0.23
+Version:0.29
 Release:0
 %define cpan_name Test-SharedFork
 Summary:fork test
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-SharedFork/
-Source: 
http://www.cpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(App::Prove)
-BuildRequires:  perl(CPAN::Meta)
-BuildRequires:  perl(CPAN::Meta::Prereqs)
-BuildRequires:  perl(Module::Build) = 0.38
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Requires)
 Requires:   perl(Test::More) = 0.88
@@ -49,18 +46,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 README.mkdn
+%doc Changes LICENSE minil.toml README.md README.mkdn
 
 %changelog

++ Test-SharedFork-0.23.tar.gz - Test-SharedFork-0.29.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-SharedFork-0.23/Build.PL 
new/Test-SharedFork-0.29/Build.PL
--- old/Test-SharedFork-0.23/Build.PL   2014-03-12 21:12:19.0 +0100
+++ new/Test-SharedFork-0.29/Build.PL   1970-01-01 01:00:00.0 +0100
@@ -1,72 +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-SharedFork',
-module_name = 'Test::SharedFork',
-allow_pureperl = 0,
-
-script_files = [glob('script/*'), glob('bin/*')],
-c_source = [qw()],
-PL_files = {},
-

commit perl-Test-NoTabs for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-NoTabs for 
openSUSE:Factory checked in at 2015-04-15 16:27:11

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


Package is perl-Test-NoTabs

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-NoTabs/perl-Test-NoTabs.changes
2013-06-06 12:57:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-NoTabs.new/perl-Test-NoTabs.changes   
2015-04-15 16:27:12.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 14 20:38:10 UTC 2015 - co...@suse.com
+
+- updated to 1.4
+   see /usr/share/doc/packages/perl-Test-NoTabs/Changes
+
+  
+  1.4 2015-01-29
+   - Removed boilerplate section EXPORT from pod (RT #96937) (Prakash 
Kailasa)
+   - Tightened checking for pod lines. (RT #95747) (Prakash Kailasa)
+
+---

Old:

  Test-NoTabs-1.3.tar.gz

New:

  Test-NoTabs-1.4.tar.gz



Other differences:
--
++ perl-Test-NoTabs.spec ++
--- /var/tmp/diff_new_pack.Q3SWb8/_old  2015-04-15 16:27:12.0 +0200
+++ /var/tmp/diff_new_pack.Q3SWb8/_new  2015-04-15 16:27:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-NoTabs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-NoTabs
-Version:1.3
+Version:1.4
 Release:0
 %define cpan_name Test-NoTabs
 Summary:Check the presence of tabs in your project
@@ -29,16 +29,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(CPANPLUS::Backend)
-#BuildRequires: perl(inc::Module::Install) = 0.78
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::AutoInstall)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(Test::NoTabs)
-#BuildRequires: perl(YAML::Tiny)
 %{perl_requires}
 
 %description

++ Test-NoTabs-1.3.tar.gz - Test-NoTabs-1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-NoTabs-1.3/Changes new/Test-NoTabs-1.4/Changes
--- old/Test-NoTabs-1.3/Changes 2012-06-25 22:21:11.0 +0200
+++ new/Test-NoTabs-1.4/Changes 2015-01-29 11:31:52.0 +0100
@@ -48,3 +48,7 @@
 1.3 2012-06-25
  - Fix regex to ignore '.svn', but not 'Xsvn' - unescaped .
 
+1.4 2015-01-29
+ - Removed boilerplate section EXPORT from pod (RT #96937) (Prakash 
Kailasa)
+ - Tightened checking for pod lines. (RT #95747) (Prakash Kailasa)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-NoTabs-1.3/META.yml new/Test-NoTabs-1.4/META.yml
--- old/Test-NoTabs-1.3/META.yml2012-06-25 22:21:40.0 +0200
+++ new/Test-NoTabs-1.4/META.yml2015-01-29 11:32:18.0 +0100
@@ -9,7 +9,7 @@
   ExtUtils::MakeMaker: 6.36
 distribution_type: module
 dynamic_config: 1
-generated_by: 'Module::Install version 1.06'
+generated_by: 'Module::Install version 1.10'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -28,4 +28,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://github.com/bobtfish/perl-test-notabs.git
-version: 1.3
+version: '1.4'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-NoTabs-1.3/inc/Module/AutoInstall.pm 
new/Test-NoTabs-1.4/inc/Module/AutoInstall.pm
--- old/Test-NoTabs-1.3/inc/Module/AutoInstall.pm   2012-06-25 
22:21:38.0 +0200
+++ new/Test-NoTabs-1.4/inc/Module/AutoInstall.pm   2015-01-29 
11:32:18.0 +0100
@@ -8,7 +8,7 @@
 
 use vars qw{$VERSION};
 BEGIN {
-   $VERSION = '1.06';
+   $VERSION = '1.10';
 }
 
 # special map on pre-defined feature sets
@@ -115,7 +115,7 @@
 print *** $class version  . $class-VERSION . \n;
 print *** Checking for Perl dependencies...\n;
 
-my $cwd = Cwd::cwd();
+my $cwd = Cwd::getcwd();
 
 $Config = [];
 
@@ -166,7 +166,7 @@
 $modules = [ %{$modules} ] if UNIVERSAL::isa( $modules, 'HASH' );
 
 unshift @$modules, -default = { shift(@$modules) }
-  if ( ref( $modules-[0] ) eq 'CODE' );# XXX: bugward 
combatability
+  if ( ref( $modules-[0] ) eq 'CODE' );# XXX: bugward 
compatibility
 
 while ( my ( $mod, $arg 

commit gammu for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package gammu for openSUSE:Factory checked 
in at 2015-04-15 16:27:37

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


Package is gammu

Changes:

--- /work/SRC/openSUSE:Factory/gammu/gammu.changes  2015-03-03 
11:15:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.gammu.new/gammu.changes 2015-04-15 
16:27:38.0 +0200
@@ -1,0 +2,21 @@
+Wed Apr 15 08:06:34 UTC 2015 - mci...@suse.cz
+
+- Fix compatibility with libdbi snapshot from Git we are using
+  (Compatibility-with-libdbi-from-git.patch)
+
+---
+Tue Apr 14 08:58:20 UTC 2015 - mci...@suse.cz
+
+- Update to 1.36.0:
+  * The python-gammu module is now shipped separately.
+  * Removed usage of __TIME__ and __DATE__ macros in codebase.
+  * Fixed encoding of special chars to iCalendar format.
+  * Fixed decoding of priority from vTODO.
+  * Avoid infinite loops with ignored messages.
+  * Improved stability of checking phone SMS memory.
+  * Fixed parsing of some backup files.
+- Adjusted Source URL
+- Python module is now shipped separately
+- No more need for fake build date
+
+---

Old:

  gammu-1.35.0.tar.xz

New:

  Compatibility-with-libdbi-from-git.patch
  gammu-1.36.0.tar.xz



Other differences:
--
++ gammu.spec ++
--- /var/tmp/diff_new_pack.96BadV/_old  2015-04-15 16:27:39.0 +0200
+++ /var/tmp/diff_new_pack.96BadV/_new  2015-04-15 16:27:39.0 +0200
@@ -19,21 +19,19 @@
 %define so_ver 7
 
 Name:   gammu
-Version:1.35.0
+Version:1.36.0
 Release:0
 Summary:Mobile phone management utility
 License:GPL-2.0
 Group:  Productivity/Telephony/Utilities
 Url:http://wammu.eu/gammu/
-Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
+Source0:http://dl.cihar.com/gammu/releases/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gammu-smsd.lsb.patch asterios.dra...@gmail.com -- Fix 
rpmlint warnings unknown-lsb-keyword and init-script-runlevel-4
 Patch0: gammu-smsd.lsb.patch
 # PATCH-FIX-OPENSUSE gammu-remove-gplv3-files.patch idoen...@suse.de -- Remove 
GPLv3 files bnc#775397
 Patch1: gammu-remove-gplv3-files.patch
-# Python location
-%{!?__python: %define __python python}
-%define g_python_sitearch %(%{__python} -c from distutils.sysconfig import 
get_python_lib; print get_python_lib(1))
-%define g_python_major_version %(%{__python} -c 'import sys; print 
sys.version.split( )[0][:3]')
+# PATCH-FIX-UPSTREAM -- Upstream patch for libdbi from git (which we are using)
+Patch2: Compatibility-with-libdbi-from-git.patch
 # Docdir
 %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 
0%{?fedora} || 0%{?rhel}
 %define gammu_docdir %{_docdir}/%{name}-%{version}
@@ -130,7 +128,6 @@
 BuildRequires:  python-Sphinx
 BuildRequires:  python-sphinxcontrib-breathe
 %endif
-BuildRequires:  python-devel
 BuildRequires:  unixODBC-devel
 %if 0%{?suse_version}  0%{?suse_version} = 1210
 BuildRequires:  xz
@@ -269,29 +266,13 @@
 
 This package contains the Gammu SMS daemon shared library.
 
-%package -n python-gammu
-Summary:Python module to communicate with mobile phones
-Group:  Development/Languages/Python
-Requires:   python  %{g_python_major_version}.99
-Requires:   python = %{g_python_major_version}
-%{?py_requires}
-
-%description -n python-gammu
-This provides gammu module, that can work with any phone Gammu
-supports - many Nokias, Siemens, Alcatel, ...
-
 %prep
 %setup -q
 %patch0
 %patch1 -p1
+%patch2 -p1
 
-# Remove build time references - Fix rpmlint warning 
file-contains-date-and-time
-FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M')
-FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
-sed -i s/__TIME__/\$FAKE_BUILDTIME\/ gammu/gammu.c gammu-detect/main.c 
libgammu/gsmstate.c smsd/inject.c smsd/monitor.c smsd/main.c
-sed -i s/__DATE__/\$FAKE_BUILDDATE\/ gammu/gammu.c gammu-detect/main.c 
libgammu/gsmstate.c libgammu/phone/dummy/dummy.c smsd/inject.c smsd/monitor.c 
smsd/main.c
 # Change permissions - Fix rpmlint warning doc-file-dependency
-chmod 644 python/examples/*.py
 chmod 644 contrib/init/gammu-smsd.lsb
 
 # GPL-3.0 licensed files, bnc#775397
@@ -306,7 +287,6 @@
 export CXXFLAGS=%{optflags}
 cmake ../ \
 -DBUILD_SHARED_LIBS=ON \
--DBUILD_PYTHON=/usr/bin/python \
 -DCMAKE_INSTALL_PREFIX=%{_prefix} \
 -DINSTALL_DOC_DIR=%{gammu_docdir} \
 -DINSTALL_LIB_DIR=%{_lib} \
@@ -419,9 +399,4 @@
 

commit perl-File-ShareDir-ProjectDistDir for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-File-ShareDir-ProjectDistDir 
for openSUSE:Factory checked in at 2015-04-15 16:27:34

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


Package is perl-File-ShareDir-ProjectDistDir

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-File-ShareDir-ProjectDistDir/perl-File-ShareDir-ProjectDistDir.changes
  2014-03-09 18:37:51.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-File-ShareDir-ProjectDistDir.new/perl-File-ShareDir-ProjectDistDir.changes
 2015-04-15 16:27:35.0 +0200
@@ -1,0 +2,81 @@
+Tue Apr 14 15:40:45 UTC 2015 - co...@suse.com
+
+- updated to 1.05
+   see /usr/share/doc/packages/perl-File-ShareDir-ProjectDistDir/Changes
+
+  1.05 2015-04-14T12:54:44Z 6999a7d
+   [Dependencies]
+   - Minimums dropped.
+  
+   [Dependencies::Stats]
+   - Dependencies changed since 1.04, see misc/*.deps* for details
+   - configure: +1 (recommends: ↑1)
+   - develop: +8 ↑3 -2 (recommends: +1, suggests: ↑2)
+   - runtime: ↓1 -1 (recommends: +1)
+   - test: +1 (recommends: ↑1 ↓1)
+  
+   [Documentation]
+   - Erroneous synopsis fixed, thanks to Michael Jemmeson/MJEMMESON (GH #15)
+
+---
+Mon Apr 13 19:06:03 UTC 2015 - co...@suse.com
+
+- updated to 1.04
+   see /usr/share/doc/packages/perl-File-ShareDir-ProjectDistDir/Changes
+
+  1.04 2014-08-18T22:18:54Z
+   [00 Trivial]
+   - Minor documentation fixes.
+  
+   [Dependencies::Stats]
+   - Dependencies changed since 1.03, see misc/*.deps* for details
+   - develop: +1 (suggests: ↑1)
+  
+   [Documentation]
+   - misnamed heading, thanks to Michał Wojciechowski (GH #14)
+  
+   [Metadata]
+   - new contributor.
+  
+  1.03 2014-08-16T06:53:18Z
+   [00 Trivial]
+   - CPANDAY!
+   - no code changes.
+   - tests updated.
+   - metadata updated.
+   - whitespace reduced.
+  
+   [Dependencies::Stats]
+   - Dependencies changed since 1.02, see misc/*.deps* for details
+   - configure: ↓1
+   - develop: +4 ↑1 -2 (suggests: ↑2)
+   - test: +1 -3 (recommends: ↑1 -1)
+  
+   [Metadata]
+   - migrate to kentnl org.
+  
+   [Misc]
+   - Improve source side POD to reduce build side whitespace.
+  
+   [Tests]
+   - update Test::ReportPrereqs
+  
+  1.02 2014-06-13T15:17:10Z
+   [Bugfix]
+   - most tests refactored to have their dependent files inflated into 
existence during testing.
+   - This is to avoid issues with an HP-UX box which has a tar implementation 
that truncates filenames at 100 chars.
+   - closes #13
+  
+   [Dependencies::Aggregate]
+   - 5.008 : 47 → 46
+   - 5.010 : 37 → 30
+   - 5.018 : 18
+   - 5.019 : 20 → 19
+  
+   [Dependencies::Stats]
+   - Dependencies changed since 1.01, see misc/*.deps* for details
+   - configure: (recommends: ↑1)
+   - develop: -1 (suggests: +2 -1)
+   - test: +1 (recommends: ↑2)
+
+---

Old:

  File-ShareDir-ProjectDistDir-1.01.tar.gz

New:

  File-ShareDir-ProjectDistDir-1.05.tar.gz



Other differences:
--
++ perl-File-ShareDir-ProjectDistDir.spec ++
--- /var/tmp/diff_new_pack.z6NoU6/_old  2015-04-15 16:27:35.0 +0200
+++ /var/tmp/diff_new_pack.z6NoU6/_new  2015-04-15 16:27:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-ShareDir-ProjectDistDir
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-File-ShareDir-ProjectDistDir
-Version:1.01
+Version:1.05
 Release:0
 %define cpan_name File-ShareDir-ProjectDistDir
 Summary:Simple set-and-forget using of a '/share' directory in your 
projects root
@@ -29,18 +29,19 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Class::Tiny)
 BuildRequires:  perl(File::ShareDir)
 BuildRequires:  perl(Path::FindDev)
 BuildRequires:  perl(Path::IsDev)
 BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Sub::Exporter)
 BuildRequires:  perl(Test::More) = 0.96
-BuildRequires:  perl(version)
 Requires:   perl(File::ShareDir)
 Requires:   perl(Path::FindDev)
 Requires:   perl(Path::IsDev)
 Requires:   perl(Path::Tiny)
 Requires:   perl(Sub::Exporter)
+Recommends: perl(Path::Tiny) = 0.058
 %{perl_requires}
 
 %description
@@ -63,6 +64,6 @@
 
 %files 

commit libyubikey for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package libyubikey for openSUSE:Factory 
checked in at 2015-04-15 16:27:41

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


Package is libyubikey

Changes:

--- /work/SRC/openSUSE:Factory/libyubikey/libyubikey.changes2015-04-02 
16:03:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyubikey.new/libyubikey.changes   
2015-04-15 16:27:42.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 15 07:20:20 UTC 2015 - jeng...@inai.de
+
+- Cleanup: --with-pic is useless because no static libs are built.
+  Remove stray leading newline in description.
+
+---



Other differences:
--
++ libyubikey.spec ++
--- /var/tmp/diff_new_pack.uGoXyn/_old  2015-04-15 16:27:42.0 +0200
+++ /var/tmp/diff_new_pack.uGoXyn/_new  2015-04-15 16:27:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyubikey
 #
-# 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
@@ -28,7 +28,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-
 Low-level library for decrypting and parsing Yubikey One-Time Passwords (OTP) 
in C.
 
 %package -n libyubikey0
@@ -36,7 +35,6 @@
 Group:  Productivity/Networking/Security
 
 %description -n libyubikey0
-
 Low-level library for decrypting and parsing Yubikey One-Time Passwords (OTP) 
in C.
 
 %packagedevel
@@ -46,7 +44,6 @@
 Requires:   libyubikey0 = %{version}
 
 %description devel
-
 Low-level library for decrypting and parsing Yubikey One-Time Passwords (OTP) 
in C.
 
 %packagetools
@@ -55,14 +52,13 @@
 Requires:   libyubikey0 = %{version}
 
 %description tools
-
 Binary tools to support Yubico's Low-level library for decrypting and parsing 
Yubikey One-Time Passwords (OTP) in C.
 
 %prep
 %setup -q
 
 %build
-%configure --disable-static --with-pic
+%configure --disable-static
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 




commit perl-WWW-Shorten for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-WWW-Shorten for 
openSUSE:Factory checked in at 2015-04-15 16:27:45

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


Package is perl-WWW-Shorten

Changes:

--- /work/SRC/openSUSE:Factory/perl-WWW-Shorten/perl-WWW-Shorten.changes
2013-10-06 14:56:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-WWW-Shorten.new/perl-WWW-Shorten.changes   
2015-04-15 16:27:46.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 15 10:59:18 UTC 2015 - co...@suse.com
+
+- updated to 3.06
+   see /usr/share/doc/packages/perl-WWW-Shorten/Changes
+
+---

Old:

  WWW-Shorten-3.04.tar.gz

New:

  WWW-Shorten-3.06.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-WWW-Shorten.spec ++
--- /var/tmp/diff_new_pack.b5PFxJ/_old  2015-04-15 16:27:46.0 +0200
+++ /var/tmp/diff_new_pack.b5PFxJ/_new  2015-04-15 16:27:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-WWW-Shorten
 #
-# 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-WWW-Shorten
-Version:3.04
+Version:3.06
 Release:0
 %define cpan_name WWW-Shorten
-Summary:Interface to URL shortening sites.
+Summary:Interface to Url Shortening Sites
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/WWW-Shorten/
 Source: 
http://www.cpan.org/authors/id/D/DA/DAVECROSS/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -32,17 +33,8 @@
 BuildRequires:  perl(Config::Auto)
 BuildRequires:  perl(LWP) = 5.75
 BuildRequires:  perl(LWP::UserAgent) = 2.023
-BuildRequires:  perl(Module::Build) = 0.4000
+BuildRequires:  perl(Module::Build) = 0.40
 BuildRequires:  perl(URI) = 1.27
-#BuildRequires: perl(WWW::Shorten)
-#BuildRequires: perl(WWW::Shorten::_dead)
-#BuildRequires: perl(WWW::Shorten::generic)
-#BuildRequires: perl(WWW::Shorten::LinkToolbot)
-#BuildRequires: perl(WWW::Shorten::MakeAShorterLink)
-#BuildRequires: perl(WWW::Shorten::Metamark)
-#BuildRequires: perl(WWW::Shorten::TinyClick)
-#BuildRequires: perl(WWW::Shorten::Tinylink)
-#BuildRequires: perl(WWW::Shorten::UserAgent)
 Requires:   perl(Config::Auto)
 Requires:   perl(LWP) = 5.75
 Requires:   perl(LWP::UserAgent) = 2.023
@@ -60,14 +52,15 @@
 
 %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}
 
 %check
-# MANUAL
-# needs network ./Build test
+# MANUAL no testing (needs network)
+#./Build test
 
 %install
 ./Build install destdir=%{buildroot} create_packlist=0
@@ -75,6 +68,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Artistic AUTHORS ChangeLog.SPOON Changes CREDITS LICENCE README TODO xt
+%doc Artistic AUTHORS ChangeLog.SPOON Changes CREDITS LICENCE README TODO
 
 %changelog

++ WWW-Shorten-3.04.tar.gz - WWW-Shorten-3.06.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Shorten-3.04/Changes new/WWW-Shorten-3.06/Changes
--- old/WWW-Shorten-3.04/Changes2013-08-22 12:32:15.0 +0200
+++ new/WWW-Shorten-3.06/Changes2014-09-15 22:38:03.0 +0200
@@ -1,226 +1,377 @@
-2013-08-22 Dave Cross d...@dave.org.uk - RELEASE_3.04
-
+www-shorten (0.1.1) unstable; urgency=low
 
- Dave Cross d...@dave.org.uk (17):
-  * Finish removing all references to SnipURL.pm.
-  * Bump to version 2.05 for release.
-  * Removed support for shorl.pm (now in WWW::Shorten::Shorl distribution).
-  * Bumped version number. Removed shorl files from MANIFEST.
-  * Added Config::Auto to list of dependencies (it's used by the shorten
-program). Bumped version for release.
-  * Default to using a service that we currently support.
-  * Added MYMETA.yml to MANIFEST.SKIP.
-  * Be far more intelligent about the code that allows the user to choose
-which service to use.
-  * Bump version number for release.
-  * Better examples of using bin/shorten
-  * Added a WWW::Shorten::UserAgent object which dies if it receives an HTTP
-error response.
-  * Added documentation.
-  * Added META.json to 

commit perl-Convert-ASN1 for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Convert-ASN1 for 
openSUSE:Factory checked in at 2015-04-15 16:27:47

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


Package is perl-Convert-ASN1

Changes:

--- /work/SRC/openSUSE:Factory/perl-Convert-ASN1/perl-Convert-ASN1.changes  
2013-06-06 15:10:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Convert-ASN1.new/perl-Convert-ASN1.changes 
2015-04-15 16:27:49.0 +0200
@@ -1,0 +2,13 @@
+Wed Apr 15 11:25:50 UTC 2015 - co...@suse.com
+
+- updated to 0.27
+   see /usr/share/doc/packages/perl-Convert-ASN1/ChangeLog
+
+  0.27 -- Wed Jun 25 13:47:28 CDT 2014
+* Avoid recursion when encountering an invalid tag and length
+* Avoid negative repetition counts (5.22 compatibility) [Alex Vandiver]
+* Use pack/unpack instead of chr/org to avoid encoding issues
+
+- obsolete Convert-ASN1-0.22-path.diff
+
+---

Old:

  Convert-ASN1-0.22-path.diff
  Convert-ASN1-0.26.tar.gz

New:

  Convert-ASN1-0.27.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Convert-ASN1.spec ++
--- /var/tmp/diff_new_pack.eLbrUI/_old  2015-04-15 16:27:49.0 +0200
+++ /var/tmp/diff_new_pack.eLbrUI/_new  2015-04-15 16:27:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Convert-ASN1
 #
-# 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,28 +17,22 @@
 
 
 Name:   perl-Convert-ASN1
-Version:0.26
+Version:0.27
 Release:0
 %define cpan_name Convert-ASN1
-Summary:ASN.1 Encode/Decode library
+Summary:Asn.1 Encode/Decode Library
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Convert-ASN1/
 Source: 
http://www.cpan.org/authors/id/G/GB/GBARR/%{cpan_name}-%{version}.tar.gz
-Patch0: %{cpan_name}-0.22-path.diff
-Patch1: %{cpan_name}-0.22-test.diff
+Source1:cpanspec.yml
+Patch0: Convert-ASN1-0.22-test.diff
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Math::BigInt) = 1.997
 BuildRequires:  perl(Test::More) = 0.90
-#BuildRequires: perl(Convert::ASN1)
-#BuildRequires: perl(Convert::ASN1::Debug)
-#BuildRequires: perl(Convert::ASN1::_decode)
-#BuildRequires: perl(Convert::ASN1::_encode)
-#BuildRequires: perl(Convert::ASN1::IO)
-#BuildRequires: perl(Convert::ASN1::parser)
 %{perl_requires}
 
 %description
@@ -48,7 +42,6 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 %patch0
-%patch1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Convert-ASN1-0.26.tar.gz - Convert-ASN1-0.27.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Convert-ASN1-0.26/ChangeLog 
new/Convert-ASN1-0.27/ChangeLog
--- old/Convert-ASN1-0.26/ChangeLog 2012-06-09 20:30:22.0 +0200
+++ new/Convert-ASN1-0.27/ChangeLog 2014-06-25 20:47:34.0 +0200
@@ -1,3 +1,8 @@
+0.27 -- Wed Jun 25 13:47:28 CDT 2014
+  * Avoid recursion when encountering an invalid tag and length
+  * Avoid negative repetition counts (5.22 compatibility) [Alex Vandiver]
+  * Use pack/unpack instead of chr/org to avoid encoding issues
+
 0.26 -- Sat Jun 09 13:30:16 CDT 2012
   * Avoid Modification of a read-only value attempted errors
   * dump Data::Dumper strings when rtest fails
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Convert-ASN1-0.26/LICENSE 
new/Convert-ASN1-0.27/LICENSE
--- old/Convert-ASN1-0.26/LICENSE   2012-06-09 20:30:22.0 +0200
+++ new/Convert-ASN1-0.27/LICENSE   2014-06-25 20:47:34.0 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2012 by Graham Barr.
+This software is copyright (c) 2014 by Graham Barr.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2012 by Graham Barr.
+This software is Copyright (c) 2014 by Graham Barr.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2012 by Graham Barr.
+This software is Copyright (c) 2014 by Graham 

commit perl-Redis for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Redis for openSUSE:Factory 
checked in at 2015-04-15 16:23:20

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


Package is perl-Redis

Changes:

--- /work/SRC/openSUSE:Factory/perl-Redis/perl-Redis.changes2014-07-26 
09:42:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Redis.new/perl-Redis.changes   
2015-04-15 16:23:21.0 +0200
@@ -1,0 +2,21 @@
+Mon Apr 13 19:06:19 UTC 2015 - co...@suse.com
+
+- updated to 1.978
+   see /usr/share/doc/packages/perl-Redis/Changes
+
+  1.978 2015-01-28 09:52:27 Europe/Amsterdam
+  
+ * reshape the documentation
+ * croak when reconnecting while responses are pending (#101)
+ * merge PR#106 ( support 0 in topic )
+  
+  1.977 2015-01-28 01:10:31 Europe/Amsterdam
+  
+  1.976 2014-10-03 15:05:58 Europe/Amsterdam
+  
+  1.975 2014-08-03 20:50:25 Europe/Amsterdam
+  
+ * Clarification about reconnect and read_timeout (#89)
+ * Test::CPAN::Meta (et al.) are required even if unused (#92)
+
+---

Old:

  Redis-1.974.tar.gz

New:

  Redis-1.978.tar.gz



Other differences:
--
++ perl-Redis.spec ++
--- /var/tmp/diff_new_pack.GjnjUM/_old  2015-04-15 16:23:21.0 +0200
+++ /var/tmp/diff_new_pack.GjnjUM/_new  2015-04-15 16:23:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Redis
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Redis
-Version:1.974
+Version:1.978
 Release:0
 %define cpan_name Redis
 Summary:Perl binding for Redis database
@@ -34,7 +34,7 @@
 BuildRequires:  perl(IO::Socket::Timeout) = 0.22
 BuildRequires:  perl(IO::String)
 BuildRequires:  perl(IPC::Cmd)
-BuildRequires:  perl(Module::Build::Tiny) = 0.030
+BuildRequires:  perl(Module::Build::Tiny) = 0.036
 BuildRequires:  perl(Pod::Coverage::TrustPod)
 BuildRequires:  perl(Test::CPAN::Meta)
 BuildRequires:  perl(Test::Deep)
@@ -75,6 +75,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README scripts
+%doc Changes LICENSE README scripts tools
 
 %changelog

++ Redis-1.974.tar.gz - Redis-1.978.tar.gz ++
 2519 lines of diff (skipped)




commit perl-Test-Spec for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Spec for openSUSE:Factory 
checked in at 2015-04-15 16:25:07

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


Package is perl-Test-Spec

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Spec/perl-Test-Spec.changes
2013-11-26 14:42:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Spec.new/perl-Test-Spec.changes   
2015-04-15 16:25:08.0 +0200
@@ -1,0 +2,23 @@
+Tue Apr 14 19:54:09 UTC 2015 - co...@suse.com
+
+- updated to 0.49
+   see /usr/share/doc/packages/perl-Test-Spec/Changes
+
+  0.49 Sun Jan 18 12:56:00 EST 2015
+- Added with_deep
+  Contributed by Andy Jones (issue #21)
+- Documented memory leak in stub()
+  Reported by Victor Efimov (issue #14)
+- Added Travis CI info
+  Contributed by Andy Jones (issue #23)
+- Fixed mock() example documentation
+  Reported by Victor Efimov (issue #15)
+  Contributed by Andy Jones (issue #22)
+  
+  0.48 Tue Jan 06 22:52:00 EST 2015
+- Testing fixes for Alpha branch of Test::More
+  Contributed by Chad Granum (issue #18)
+- Metadata fixes
+  Contributed by Graham Knop (issue #19)
+
+---

Old:

  Test-Spec-0.47.tar.gz

New:

  Test-Spec-0.49.tar.gz



Other differences:
--
++ perl-Test-Spec.spec ++
--- /var/tmp/diff_new_pack.um8qC3/_old  2015-04-15 16:25:08.0 +0200
+++ /var/tmp/diff_new_pack.um8qC3/_new  2015-04-15 16:25:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Spec
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Spec
-Version:0.47
+Version:0.49
 Release:0
 %define cpan_name Test-Spec
 Summary:Write tests in a declarative specification style
@@ -32,17 +32,13 @@
 BuildRequires:  perl(Package::Stash) = 0.23
 BuildRequires:  perl(TAP::Parser)
 BuildRequires:  perl(Test::Deep) = 0.103
+BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Trap)
 BuildRequires:  perl(Tie::IxHash)
-#BuildRequires: perl(Test::Spec)
-#BuildRequires: perl(Test::Spec::Context)
-#BuildRequires: perl(Test::Spec::Mocks)
-#BuildRequires: perl(Test::Spec::Mocks::Expectation)
-#BuildRequires: perl(Test::Spec::SharedHash)
-#BuildRequires: perl(Tie::StdHash)
 Requires:   perl(Package::Stash) = 0.23
 Requires:   perl(TAP::Parser)
 Requires:   perl(Test::Deep) = 0.103
+Requires:   perl(Test::More) = 0.88
 Requires:   perl(Test::Trap)
 Requires:   perl(Tie::IxHash)
 %{perl_requires}

++ Test-Spec-0.47.tar.gz - Test-Spec-0.49.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Spec-0.47/.travis.yml 
new/Test-Spec-0.49/.travis.yml
--- old/Test-Spec-0.47/.travis.yml  1970-01-01 01:00:00.0 +0100
+++ new/Test-Spec-0.49/.travis.yml  2015-01-18 19:01:51.0 +0100
@@ -0,0 +1,10 @@
+language: perl
+
+perl:
+  - 5.20
+  - 5.18
+  - 5.16
+  - 5.14
+  - 5.12
+  - 5.10
+  - 5.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Spec-0.47/Changes new/Test-Spec-0.49/Changes
--- old/Test-Spec-0.47/Changes  2013-10-11 07:23:38.0 +0200
+++ new/Test-Spec-0.49/Changes  2015-01-18 19:01:51.0 +0100
@@ -1,5 +1,22 @@
 Revision history for Perl extension Test::Spec.
 
+0.49 Sun Jan 18 12:56:00 EST 2015
+  - Added with_deep
+Contributed by Andy Jones (issue #21)
+  - Documented memory leak in stub()
+Reported by Victor Efimov (issue #14)
+  - Added Travis CI info
+Contributed by Andy Jones (issue #23)
+  - Fixed mock() example documentation
+Reported by Victor Efimov (issue #15)
+Contributed by Andy Jones (issue #22)
+
+0.48 Tue Jan 06 22:52:00 EST 2015
+  - Testing fixes for Alpha branch of Test::More
+Contributed by Chad Granum (issue #18)
+  - Metadata fixes
+Contributed by Graham Knop (issue #19)
+
 0.47 Fri Oct 11 01:22:00 EDT 2012
   - added repository metadata for CPAN
 Contributed by David Steinbrunner (issue #13)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Spec-0.47/MANIFEST new/Test-Spec-0.49/MANIFEST
--- old/Test-Spec-0.47/MANIFEST 2013-10-11 07:24:49.0 +0200
+++ new/Test-Spec-0.49/MANIFEST 2015-01-18 19:03:18.0 +0100
@@ -1,3 +1,4 @@
+.travis.yml

commit perl-WWW-Mechanize for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2015-04-15 16:25:03

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


Package is perl-WWW-Mechanize

Changes:

--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes
2013-10-21 15:15:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new/perl-WWW-Mechanize.changes   
2015-04-15 16:25:04.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 14 20:33:26 UTC 2015 - co...@suse.com
+
+- updated to 1.74
+   see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
+
+  1.742015-01-23
+  
+  [OTHER CHANGES]
+  
+  - updated repository link in metadata
+
+---

Old:

  WWW-Mechanize-1.73.tar.gz

New:

  WWW-Mechanize-1.74.tar.gz



Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.XYsX7o/_old  2015-04-15 16:25:05.0 +0200
+++ /var/tmp/diff_new_pack.XYsX7o/_new  2015-04-15 16:25:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-WWW-Mechanize
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-WWW-Mechanize
-Version:1.73
+Version:1.74
 Release:0
 %define cpan_name WWW-Mechanize
 Summary:Handy web browsing in a Perl object
@@ -45,16 +45,6 @@
 BuildRequires:  perl(URI) = 1.36
 BuildRequires:  perl(URI::URL)
 BuildRequires:  perl(URI::file)
-#BuildRequires: perl(HTTP::Request::Common)
-#BuildRequires: perl(HTTP::Response)
-#BuildRequires: perl(LocalServer)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(TestServer)
-#BuildRequires: perl(Tools)
-#BuildRequires: perl(URI::Escape)
-#BuildRequires: perl(WWW::Mechanize)
-#BuildRequires: perl(WWW::Mechanize::Image)
-#BuildRequires: perl(WWW::Mechanize::Link)
 Requires:   perl(HTML::Form) = 6
 Requires:   perl(HTML::HeadParser)
 Requires:   perl(HTML::Parser) = 3.33
@@ -81,8 +71,7 @@
 find . -type f -print0 | xargs -0 chmod 644
 
 %build
-# MANUAL - tests in t/live/*.t want network connectivity
-%{__perl} Makefile.PL --nolive INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
 
 %check
@@ -95,6 +84,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes
+%doc Changes Makefile.old
 
 %changelog

++ WWW-Mechanize-1.73.tar.gz - WWW-Mechanize-1.74.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.73/Changes 
new/WWW-Mechanize-1.74/Changes
--- old/WWW-Mechanize-1.73/Changes  2013-08-24 06:23:37.0 +0200
+++ new/WWW-Mechanize-1.74/Changes  2015-01-24 06:49:00.0 +0100
@@ -3,6 +3,12 @@
 Mech now has its own mailing list at Google Groups:
 http://groups.google.com/group/www-mechanize-users
 
+1.742015-01-23
+
+[OTHER CHANGES]
+
+- updated repository link in metadata
+
 
 1.732013-08-24
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.73/MANIFEST 
new/WWW-Mechanize-1.74/MANIFEST
--- old/WWW-Mechanize-1.73/MANIFEST 2013-08-24 06:33:06.0 +0200
+++ new/WWW-Mechanize-1.74/MANIFEST 2015-01-24 06:51:39.0 +0100
@@ -7,6 +7,7 @@
 lib/WWW/Mechanize/FAQ.pod
 lib/WWW/Mechanize/Image.pm
 lib/WWW/Mechanize/Link.pm
+Makefile.old
 Makefile.PL
 MANIFEST   This list of files
 MANIFEST.SKIP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.73/META.json 
new/WWW-Mechanize-1.74/META.json
--- old/WWW-Mechanize-1.73/META.json2013-08-24 06:33:06.0 +0200
+++ new/WWW-Mechanize-1.74/META.json2015-01-24 06:51:39.0 +0100
@@ -4,7 +4,7 @@
   Jesse Vincent je...@bestpractical.com
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter 
version 2.132140,
+   generated_by : ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.143240,
license : [
   perl_5
],
@@ -63,12 +63,16 @@
   bugtracker : {
  web : http://code.google.com/p/www-mechanize/issues/list;
   },
-  homepage : https://github.com/bestpractical/www-mechanize;,
+ 

commit perl-JSON-MaybeXS for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-JSON-MaybeXS for 
openSUSE:Factory checked in at 2015-04-15 16:25:11

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


Package is perl-JSON-MaybeXS

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:Factory/.perl-JSON-MaybeXS.new/perl-JSON-MaybeXS.changes 
2015-04-15 16:25:12.0 +0200
@@ -0,0 +1,12 @@
+---
+Mon Apr 13 19:51:31 UTC 2015 - co...@suse.com
+
+- updated to 1.003005
+   see /usr/share/doc/packages/perl-JSON-MaybeXS/Changes
+
+---
+Mon Feb 24 08:35:29 UTC 2014 - co...@suse.com
+
+- initial package 1.001000
+* created by cpanspec 1.78.07
+

New:

  JSON-MaybeXS-1.003005.tar.gz
  perl-JSON-MaybeXS.changes
  perl-JSON-MaybeXS.spec



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

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


Name:   perl-JSON-MaybeXS
Version:1.003005
Release:0
%define cpan_name JSON-MaybeXS
Summary:Use LCpanel::JSON::XS with a fallback to LJSON::XS and 
LJSON::PP
License:Artistic-1.0 or GPL-1.0+
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/JSON-MaybeXS/
Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(ExtUtils::CBuilder) = 0.27
BuildRequires:  perl(JSON::PP) = 2.27202
BuildRequires:  perl(Test::More) = 0.88
BuildRequires:  perl(Test::Without::Module) = 0.17
Requires:   perl(JSON::PP) = 2.27202
Recommends: perl(Cpanel::JSON::XS) = 2.3310
%{perl_requires}

%description
This module first checks to see if either the Cpanel::JSON::XS manpage or
the JSON::XS manpage is already loaded, in which case it uses that module.
Otherwise it tries to load the Cpanel::JSON::XS manpage, then the JSON::XS
manpage, then the JSON::PP manpage in order, and either uses the first
module it finds or throws an error.

It then exports the 'encode_json' and 'decode_json' functions from the
loaded module, along with a 'JSON' constant that returns the class name for
calling 'new' on.

If you're writing fresh code rather than replacing JSON usage, you might
want to pass options as constructor args rather than calling mutators, so
we provide our own 'new' method that supports that.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README

%changelog



commit perl-boolean for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-boolean for openSUSE:Factory 
checked in at 2015-04-15 16:25:09

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


Package is perl-boolean

Changes:

--- /work/SRC/openSUSE:Factory/perl-boolean/perl-boolean.changes
2014-09-17 17:25:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-boolean.new/perl-boolean.changes   
2015-04-15 16:25:10.0 +0200
@@ -1,0 +2,15 @@
+Tue Apr 14 18:14:34 UTC 2015 - co...@suse.com
+
+- updated to 0.45
+   see /usr/share/doc/packages/perl-boolean/Changes
+
+  0.45 Thu Feb  5 15:39:26 PST 2015
+   - Remove last vestige of -truth from the tests!
+  
+  0.44 Sat Jan 31 13:55:37 PST 2015
+   - Apply PRs 9,10,11 @dagolden++
+  
+  0.43 Thu Jan  1 00:27:42 PST 2015
+   - Update docs
+
+---

Old:

  boolean-0.42.tar.gz

New:

  boolean-0.45.tar.gz



Other differences:
--
++ perl-boolean.spec ++
--- /var/tmp/diff_new_pack.axJEVP/_old  2015-04-15 16:25:10.0 +0200
+++ /var/tmp/diff_new_pack.axJEVP/_new  2015-04-15 16:25:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-boolean
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-boolean
-Version:0.42
+Version:0.45
 Release:0
 %define cpan_name boolean
 Summary:Boolean support for Perl
@@ -29,7 +29,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-Recommends: perl(JSON)
+Recommends: perl(JSON::MaybeXS)
 %{perl_requires}
 
 %description

++ boolean-0.42.tar.gz - boolean-0.45.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boolean-0.42/CONTRIBUTING 
new/boolean-0.45/CONTRIBUTING
--- old/boolean-0.42/CONTRIBUTING   2014-08-16 19:49:37.0 +0200
+++ new/boolean-0.45/CONTRIBUTING   2015-02-06 00:39:33.0 +0100
@@ -9,7 +9,7 @@
 GitHub
 --
 
-The code for this Project is hosted at GitHub. The repository is:
+The code for this Project is hosted at GitHub. The URL is:
 
   https://github.com/ingydotnet/boolean-pm
 
@@ -36,7 +36,7 @@
 
 This Project uses Zilla::Dist to prepare it for publishing to CPAN. Read:
 
-  
https://metacpan.org/pod/distribution/Zilla-Dist/lib/Zilla/Dist/Contributing.pod
+  https://metacpan.org/pod/Zilla::Dist::Contributing
 
 for up-to-date instructions on what contributors like yourself need to know to
 use it.
@@ -51,5 +51,10 @@
 Join the channel. Join the team!
 
 
-Thanks in advance, Ingy döt Net
+Thanks in advance, 
 
+
+
+
+
+# This file generated by Zilla-Dist-0.0.189
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boolean-0.42/Changes new/boolean-0.45/Changes
--- old/boolean-0.42/Changes2014-08-16 19:49:37.0 +0200
+++ new/boolean-0.45/Changes2015-02-06 00:39:33.0 +0100
@@ -1,3 +1,12 @@
+0.45 Thu Feb  5 15:39:26 PST 2015
+ - Remove last vestige of -truth from the tests!
+
+0.44 Sat Jan 31 13:55:37 PST 2015
+ - Apply PRs 9,10,11 @dagolden++
+
+0.43 Thu Jan  1 00:27:42 PST 2015
+ - Update docs
+
 0.42 Sat Aug 16 10:49:31 PDT 2014
  - Meta 0.0.2
  - Remove .gitignore
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boolean-0.42/LICENSE new/boolean-0.45/LICENSE
--- old/boolean-0.42/LICENSE2014-08-16 19:49:37.0 +0200
+++ new/boolean-0.45/LICENSE2015-02-06 00:39:33.0 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2014 by Ingy döt Net.
+This software is copyright (c) 2015 by Ingy döt Net.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2014 by Ingy döt Net.
+This software is Copyright (c) 2015 by Ingy döt Net.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2014 by Ingy döt Net.
+This software is Copyright (c) 2015 by Ingy döt Net.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boolean-0.42/MANIFEST new/boolean-0.45/MANIFEST
--- 

commit shorewall for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package shorewall for openSUSE:Factory 
checked in at 2015-04-15 16:24:53

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


Package is shorewall

Changes:

--- /work/SRC/openSUSE:Factory/shorewall/shorewall.changes  2015-04-05 
02:04:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.shorewall.new/shorewall.changes 2015-04-15 
16:24:55.0 +0200
@@ -1,0 +2,15 @@
+Tue Apr 14 22:06:55 UTC 2015 - tog...@opensuse.org
+
+- Update to version 4.6.8.1 For more details see changnlog.txt and
+  releasenotes.txt
+
+  * Previously, when servicd was installed and there were one or
+more required interfaces, the firewall would fail to start at
+boot.This has been corrected by Tuomo Soini.
+
+  * Some startup logic in lib.cli has been deleted. A bug prevented
+the code from working as intended, so there is no loss of 
+functionality resulting from deletion of the code.
+ 
+
+---

Old:

  shorewall-4.6.8.tar.bz2
  shorewall-core-4.6.8.tar.bz2
  shorewall-docs-html-4.6.8.tar.bz2
  shorewall-init-4.6.8.tar.bz2
  shorewall-lite-4.6.8.tar.bz2
  shorewall6-4.6.8.tar.bz2
  shorewall6-lite-4.6.8.tar.bz2

New:

  shorewall-4.6.8.1.tar.bz2
  shorewall-core-4.6.8.1.tar.bz2
  shorewall-docs-html-4.6.8.1.tar.bz2
  shorewall-init-4.6.8.1.tar.bz2
  shorewall-lite-4.6.8.1.tar.bz2
  shorewall6-4.6.8.1.tar.bz2
  shorewall6-lite-4.6.8.1.tar.bz2



Other differences:
--
++ shorewall.spec ++
--- /var/tmp/diff_new_pack.CfohR0/_old  2015-04-15 16:24:56.0 +0200
+++ /var/tmp/diff_new_pack.CfohR0/_new  2015-04-15 16:24:56.0 +0200
@@ -20,7 +20,7 @@
 %define have_systemd 1
 
 Name:   shorewall
-Version:4.6.8
+Version:4.6.8.1
 Release:0
 Summary:Shoreline Firewall is an iptables-based firewall for Linux 
systems
 License:GPL-2.0

++ shorewall-4.6.8.tar.bz2 - shorewall-4.6.8.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-4.6.8/Perl/Shorewall/Config.pm 
new/shorewall-4.6.8.1/Perl/Shorewall/Config.pm
--- old/shorewall-4.6.8/Perl/Shorewall/Config.pm2015-04-02 
22:27:47.0 +0200
+++ new/shorewall-4.6.8.1/Perl/Shorewall/Config.pm  2015-04-11 
16:50:08.0 +0200
@@ -396,6 +396,7 @@
 NEW_TOS_MATCH   = 'New tos Match',
 TARPIT_TARGET   = 'TARPIT Target',
 IFACE_MATCH = 'Iface Match',
+ TCPMSS_TARGET   = 'TCPMSS Target',
 
 AMANDA_HELPER   = 'Amanda Helper',
 FTP_HELPER  = 'FTP Helper',
@@ -713,8 +714,8 @@
TC_SCRIPT   = '',
EXPORT  = 0,
KLUDGEFREE  = '',
-   VERSION = 4.6.8,
-   CAPVERSION  = 40606 ,
+   VERSION = 4.6.8.1,
+   CAPVERSION  = 40609 ,
  );
 #
 # From shorewall.conf file
@@ -983,6 +984,7 @@
   REAP_OPTION = undef,
   TARPIT_TARGET = undef,
   IFACE_MATCH = undef,
+  TCPMSS_TARGET = undef,
 
   AMANDA_HELPER = undef,
   FTP_HELPER = undef,
@@ -4468,7 +4470,9 @@
 qt1( $iptables $iptablesw -A $sillyname -m iface --iface lo --loopback );
 }
 
-
+sub Tcpmss_Target() {
+qt1( $iptables $iptablesw -A $sillyname -p tcp --tcp-flags SYN,RST SYN -j 
TCPMSS --clamp-mss-to-pmtu );
+}
 
 our %detect_capability =
 ( ACCOUNT_TARGET =\Account_Target,
@@ -4557,6 +4561,7 @@
   STATISTIC_MATCH = \Statistic_Match,
   TARPIT_TARGET = \Tarpit_Target,
   TCPMSS_MATCH = \Tcpmss_Match,
+  TCPMSS_TARGET = \Tcpmss_Target,
   TFTP_HELPER = \TFTP_Helper,
   TFTP0_HELPER = \TFTP0_Helper,
   TIME_MATCH = \Time_Match,
@@ -4710,6 +4715,7 @@
$capabilities{NEW_TOS_MATCH}   = detect_capability( 'NEW_TOS_MATCH' );
$capabilities{TARPIT_TARGET}   = detect_capability( 'TARPIT_TARGET' );
$capabilities{IFACE_MATCH} = detect_capability( 'IFACE_MATCH' );
+   $capabilities{TCPMSS_TARGET}   = detect_capability( 'TCPMSS_TARGET' );
 
unless ( have_capability 'CT_TARGET' ) {
$capabilities{HELPER_MATCH} = detect_capability 'HELPER_MATCH';
@@ -5608,8 +5614,9 @@
 default_yes_no 'DETECT_DNAT_IPADDRS', '';
 default_yes_no 'CLEAR_TC'   , $family == F_IPV4 ? 'Yes' : 
'';
 
-if ( supplied $config{CLAMPMSS} ) {
-   default_yes_no 'CLAMPMSS'  

commit perl-ExtUtils-Config for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-ExtUtils-Config for 
openSUSE:Factory checked in at 2015-04-15 16:25:22

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


Package is perl-ExtUtils-Config

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-Config/perl-ExtUtils-Config.changes
2013-06-06 15:02:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-Config.new/perl-ExtUtils-Config.changes
   2015-04-15 16:25:23.0 +0200
@@ -1,0 +2,9 @@
+Tue Apr 14 21:09:56 UTC 2015 - co...@suse.com
+
+- updated to 0.008
+   see /usr/share/doc/packages/perl-ExtUtils-Config/Changes
+
+  0.008 2014-06-25 11:37:13-04:00 America/Nassau
+Remove set, clear, clone methods
+
+---

Old:

  ExtUtils-Config-0.007.tar.gz

New:

  ExtUtils-Config-0.008.tar.gz



Other differences:
--
++ perl-ExtUtils-Config.spec ++
--- /var/tmp/diff_new_pack.iJNjgm/_old  2015-04-15 16:25:23.0 +0200
+++ /var/tmp/diff_new_pack.iJNjgm/_new  2015-04-15 16:25:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-Config
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-ExtUtils-Config
-Version:0.007
+Version:0.008
 Release:0
 %define cpan_name ExtUtils-Config
 Summary:A wrapper for perl's configuration
@@ -30,11 +30,12 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::More) = 0.88
-#BuildRequires: perl(ExtUtils::Config)
 %{perl_requires}
 
 %description
-ExtUtils::Config is an abstraction around the %Config hash.
+ExtUtils::Config is an abstraction around the %Config hash. By itself it is
+not a particularly interesting module by any measure, however it ties
+together a family of modern toolchain modules.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ ExtUtils-Config-0.007.tar.gz - ExtUtils-Config-0.008.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Config-0.007/Changes 
new/ExtUtils-Config-0.008/Changes
--- old/ExtUtils-Config-0.007/Changes   2012-10-17 22:12:49.0 +0200
+++ new/ExtUtils-Config-0.008/Changes   2014-06-25 17:37:31.0 +0200
@@ -1,5 +1,8 @@
 Revision history for ExtUtils-Config
 
+0.008 2014-06-25 11:37:13-04:00 America/Nassau
+  Remove set, clear, clone methods
+
 0.007 2012-10-17 22:12:15 Europe/Amsterdam
   Added serialize method
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Config-0.007/INSTALL 
new/ExtUtils-Config-0.008/INSTALL
--- old/ExtUtils-Config-0.007/INSTALL   1970-01-01 01:00:00.0 +0100
+++ new/ExtUtils-Config-0.008/INSTALL   2014-06-25 17:37:31.0 +0200
@@ -0,0 +1,44 @@
+
+This is the Perl distribution ExtUtils-Config.
+
+Installing ExtUtils-Config is straightforward.
+
+## Installation with cpanm
+
+If you have cpanm, you only need one line:
+
+% cpanm ExtUtils::Config
+
+If you are installing into a system-wide directory, you may need to pass the
+-S flag to cpanm, which uses sudo to install the module:
+
+% cpanm -S ExtUtils::Config
+
+## Installing with the CPAN shell
+
+Alternatively, if your CPAN shell is set up, you should just be able to do:
+
+% cpan ExtUtils::Config
+
+## Manual installation
+
+As a last resort, you can manually install it. Download the tarball, untar it,
+then build it:
+
+% perl Makefile.PL
+% make  make test
+
+Then install it:
+
+% make install
+
+If you are installing into a system-wide directory, you may need to run:
+
+% sudo make install
+
+## Documentation
+
+ExtUtils-Config documentation is available as POD.
+You can run perldoc from a shell to read the documentation:
+
+% perldoc ExtUtils::Config
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Config-0.007/LICENSE 
new/ExtUtils-Config-0.008/LICENSE
--- old/ExtUtils-Config-0.007/LICENSE   2012-10-17 22:12:49.0 +0200
+++ new/ExtUtils-Config-0.008/LICENSE   2014-06-25 17:37:31.0 +0200
@@ -22,7 +22,7 @@
  Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
  

commit perl-Email-Valid for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Email-Valid for 
openSUSE:Factory checked in at 2015-04-15 16:25:18

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


Package is perl-Email-Valid

Changes:

--- /work/SRC/openSUSE:Factory/perl-Email-Valid/perl-Email-Valid.changes
2013-10-21 15:13:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Email-Valid.new/perl-Email-Valid.changes   
2015-04-15 16:25:19.0 +0200
@@ -1,0 +2,18 @@
+Tue Apr 14 20:02:00 UTC 2015 - co...@suse.com
+
+- updated to 1.196
+   see /usr/share/doc/packages/perl-Email-Valid/Changes
+
+  1.196 2015-02-05 22:31:29-05:00 America/New_York
+  - AOL local rules no longer enforced
+  
+  1.195 2014-09-01 08:38:58-04:00 America/New_York
+  - handle domain part with MX but no A record (thanks, Karel Miko)
+  
+  1.194 2014-05-28 17:21:53-04:00 America/New_York
+  - yhaoo.com grew an MX record; use something that won't
+  
+  1.193 2014-03-26 22:29:28-04:00 America/New_York
+  - improve behavior on CNAME MX records
+
+---

Old:

  Email-Valid-1.192.tar.gz

New:

  Email-Valid-1.196.tar.gz



Other differences:
--
++ perl-Email-Valid.spec ++
--- /var/tmp/diff_new_pack.YXo4fR/_old  2015-04-15 16:25:19.0 +0200
+++ /var/tmp/diff_new_pack.YXo4fR/_new  2015-04-15 16:25:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Email-Valid
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Email-Valid
-Version:1.192
+Version:1.196
 Release:0
 %define cpan_name Email-Valid
 Summary:Check validity of Internet email addresses
@@ -29,14 +29,11 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(IO::CaptureOutput)
 BuildRequires:  perl(Mail::Address)
 BuildRequires:  perl(Net::DNS)
 BuildRequires:  perl(Net::Domain::TLD) = 1.65
 BuildRequires:  perl(Test::More) = 0.96
-#BuildRequires: perl(Email::Valid)
-#BuildRequires: perl(XML::LibXML)
 Requires:   perl(IO::CaptureOutput)
 Requires:   perl(Mail::Address)
 Requires:   perl(Net::DNS)
@@ -67,6 +64,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README xt
+%doc Changes LICENSE README
 
 %changelog

++ Email-Valid-1.192.tar.gz - Email-Valid-1.196.tar.gz ++
 1737 lines of diff (skipped)




commit perl-Exporter-Lite for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Exporter-Lite for 
openSUSE:Factory checked in at 2015-04-15 16:25:20

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


Package is perl-Exporter-Lite

Changes:

--- /work/SRC/openSUSE:Factory/perl-Exporter-Lite/perl-Exporter-Lite.changes
2011-09-23 12:36:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Exporter-Lite.new/perl-Exporter-Lite.changes   
2015-04-15 16:25:21.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 14 20:45:22 UTC 2015 - co...@suse.com
+
+- updated to 0.06
+   see /usr/share/doc/packages/perl-Exporter-Lite/Changes
+
+---

Old:

  Exporter-Lite-0.02.tar.gz

New:

  Exporter-Lite-0.06.tar.gz



Other differences:
--
++ perl-Exporter-Lite.spec ++
--- /var/tmp/diff_new_pack.xSo6f5/_old  2015-04-15 16:25:21.0 +0200
+++ /var/tmp/diff_new_pack.xSo6f5/_new  2015-04-15 16:25:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Exporter-Lite
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,15 @@
 #
 
 
-
 Name:   perl-Exporter-Lite
-Version:0.02
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.06
+Release:0
 %define cpan_name Exporter-Lite
-Summary:Lightweight exporting of variables
-Url:http://search.cpan.org/dist/Exporter-Lite/
+Summary:lightweight exporting of functions and variables
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://www.cpan.org/authors/id/M/MS/MSCHWERN/%{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Exporter-Lite/
+Source: 
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -33,32 +32,52 @@
 %{perl_requires}
 
 %description
-This is an alternative to Exporter intended to provide a lightweight subset
-of its functionality. It supports 'import()', '@EXPORT' and '@EXPORT_OK'
-and not a whole lot else.
-
-Unlike Exporter, it is not necessary to inherit from Exporter::Lite (ie. no
-'@ISA = qw(Exporter::Lite)' mantra). Exporter::Lite simply exports its
-import() function. This might be called a mix-in.
+Exporter::Lite is an alternative to the Exporter manpage, intended to
+provide a lightweight subset of the most commonly-used functionality. It
+supports 'import()', '@EXPORT' and '@EXPORT_OK' and not a whole lot else.
+
+Unlike Exporter, it is not necessary to inherit from Exporter::Lite; Ie you
+don't need to write:
+
+ @ISA = qw(Exporter::Lite);
+
+Exporter::Lite simply exports its import() function into your namespace.
+This might be called a mix-in or a role.
 
 Setting up a module to export its variables and functions is simple:
 
 package My::Module;
 use Exporter::Lite;
 
-@EXPORT = qw($Foo bar);
+our @EXPORT = qw($Foo bar);
 
-now when you 'use My::Module', '$Foo' and 'bar()' will show up.
+Functions and variables listed in the '@EXPORT' package variable are
+automatically exported if you use the module and don't explicitly list any
+imports. Now, when you 'use My::Module', '$Foo' and 'bar()' will show up.
 
-In order to make exporting optional, use @EXPORT_OK.
+Optional exports are listed in the '@EXPORT_OK' package variable:
 
 package My::Module;
 use Exporter::Lite;
 
-@EXPORT_OK = qw($Foo bar);
+our @EXPORT_OK = qw($Foo bar);
 
-when My::Module is used, '$Foo' and 'bar()' will _not_ show up. You have to
-ask for them. 'use My::Module qw($Foo bar)'.
+When My::Module is used, '$Foo' and 'bar()' will _not_ show up, unless you
+explicitly ask for them:
+
+use My::Module qw($Foo bar);
+
+Note that when you specify one or more functions or variables to import,
+then you must also explicitly list any of the default symbols you want to
+use. So if you have an exporting module:
+
+package Games;
+our @EXPORT= qw/ pacman defender  /;
+our @EXPORT_OK = qw/ galaga centipede /;
+
+Then if you want to use both 'pacman' and 'galaga', then you'd write:
+
+use Games qw/ pacman galaga /;
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -75,10 +94,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
+%doc Changes 

commit perl-ExtUtils-InstallPaths for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-ExtUtils-InstallPaths for 
openSUSE:Factory checked in at 2015-04-15 16:25:24

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


Package is perl-ExtUtils-InstallPaths

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-InstallPaths/perl-ExtUtils-InstallPaths.changes
2013-11-26 14:41:01.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-InstallPaths.new/perl-ExtUtils-InstallPaths.changes
   2015-04-15 16:25:26.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr 14 18:07:28 UTC 2015 - co...@suse.com
+
+- updated to 0.011
+   see /usr/share/doc/packages/perl-ExtUtils-InstallPaths/Changes
+
+  0.011 2015-02-16 00:47:54+01:00 Europe/Amsterdam
+Make EU::IP compatible with perl 5.6
+Declare dependency on File::Spec 0.83 for case_sensitive
+
+---

Old:

  ExtUtils-InstallPaths-0.010.tar.gz

New:

  ExtUtils-InstallPaths-0.011.tar.gz



Other differences:
--
++ perl-ExtUtils-InstallPaths.spec ++
--- /var/tmp/diff_new_pack.MqquHR/_old  2015-04-15 16:25:26.0 +0200
+++ /var/tmp/diff_new_pack.MqquHR/_new  2015-04-15 16:25:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-InstallPaths
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-ExtUtils-InstallPaths
-Version:0.010
+Version:0.011
 Release:0
 %define cpan_name ExtUtils-InstallPaths
 Summary:Build.PL install path logic made easy
@@ -30,7 +30,6 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::Config) = 0.002
-#BuildRequires: perl(ExtUtils::InstallPaths)
 Requires:   perl(ExtUtils::Config) = 0.002
 %{perl_requires}
 

++ ExtUtils-InstallPaths-0.010.tar.gz - ExtUtils-InstallPaths-0.011.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-InstallPaths-0.010/Changes 
new/ExtUtils-InstallPaths-0.011/Changes
--- old/ExtUtils-InstallPaths-0.010/Changes 2013-10-29 12:17:28.0 
+0100
+++ new/ExtUtils-InstallPaths-0.011/Changes 2015-02-16 00:48:22.0 
+0100
@@ -1,5 +1,9 @@
 Revision history for ExtUtils-InstallPaths
 
+0.011 2015-02-16 00:47:54+01:00 Europe/Amsterdam
+  Make EU::IP compatible with perl 5.6
+  Declare dependency on File::Spec 0.83 for case_sensitive
+
 0.010 2013-10-29 12:17:18 Europe/Amsterdam
   Deprecated usage of legacy configuration variables
   Generate default paths more dynamically
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-InstallPaths-0.010/LICENSE 
new/ExtUtils-InstallPaths-0.011/LICENSE
--- old/ExtUtils-InstallPaths-0.010/LICENSE 2013-10-29 12:17:28.0 
+0100
+++ new/ExtUtils-InstallPaths-0.011/LICENSE 2015-02-16 00:48:22.0 
+0100
@@ -22,7 +22,7 @@
  Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-InstallPaths-0.010/MANIFEST 
new/ExtUtils-InstallPaths-0.011/MANIFEST
--- old/ExtUtils-InstallPaths-0.010/MANIFEST2013-10-29 12:17:28.0 
+0100
+++ new/ExtUtils-InstallPaths-0.011/MANIFEST2015-02-16 00:48:22.0 
+0100
@@ -1,3 +1,4 @@
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.025.
 Changes
 INSTALL
 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-InstallPaths-0.010/META.json 
new/ExtUtils-InstallPaths-0.011/META.json
--- old/ExtUtils-InstallPaths-0.010/META.json   2013-10-29 12:17:28.0 
+0100
+++ new/ExtUtils-InstallPaths-0.011/META.json   2015-02-16 00:48:22.0 
+0100
@@ -5,7 +5,7 @@
   Leon Timmermans le...@cpan.org
],
dynamic_config : 0,
-   generated_by : Dist::Zilla version 4.300039, CPAN::Meta::Converter 
version 2.132830,
+   generated_by : Dist::Zilla version 5.025, CPAN::Meta::Converter version 
2.143240,

commit perl-MooseX-Declare for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Declare for 
openSUSE:Factory checked in at 2015-04-15 16:25:48

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


Package is perl-MooseX-Declare

Changes:

--- /work/SRC/openSUSE:Factory/perl-MooseX-Declare/perl-MooseX-Declare.changes  
2014-09-15 18:25:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Declare.new/perl-MooseX-Declare.changes 
2015-04-15 16:25:49.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr 14 19:55:25 UTC 2015 - co...@suse.com
+
+- updated to 0.40
+   see /usr/share/doc/packages/perl-MooseX-Declare/Changes
+
+  0.40  2014-11-12 02:27:58Z
+- mention deprecation status in module ABSTRACT
+- fix warning in tests on 5.8.x
+
+---

Old:

  MooseX-Declare-0.39.tar.gz

New:

  MooseX-Declare-0.40.tar.gz



Other differences:
--
++ perl-MooseX-Declare.spec ++
--- /var/tmp/diff_new_pack.RAMrZ8/_old  2015-04-15 16:25:49.0 +0200
+++ /var/tmp/diff_new_pack.RAMrZ8/_new  2015-04-15 16:25:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Declare
 #
-# 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,10 +17,10 @@
 
 
 Name:   perl-MooseX-Declare
-Version:0.39
+Version:0.40
 Release:0
 %define cpan_name MooseX-Declare
-Summary:Declarative syntax for Moose
+Summary:DEPRECATED: Declarative syntax for Moose
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/MooseX-Declare/
@@ -32,7 +32,7 @@
 BuildRequires:  perl(Devel::Declare) = 0.005011
 BuildRequires:  perl(Devel::Declare::Context::Simple)
 BuildRequires:  perl(List::MoreUtils)
-BuildRequires:  perl(Module::Build::Tiny) = 0.037
+BuildRequires:  perl(Module::Build::Tiny) = 0.039
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Moose) = 0.90
 BuildRequires:  perl(Moose::Meta::Class)
@@ -100,6 +100,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README TODO weaver.ini
+%doc Changes CONTRIBUTING LICENSE README TODO
 
 %changelog

++ MooseX-Declare-0.39.tar.gz - MooseX-Declare-0.40.tar.gz ++
 3224 lines of diff (skipped)




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

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Lingua-EN-Sentence for 
openSUSE:Factory checked in at 2015-04-15 16:25:57

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


Package is perl-Lingua-EN-Sentence

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Lingua-EN-Sentence/perl-Lingua-EN-Sentence.changes
  2011-11-21 12:42:07.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Lingua-EN-Sentence.new/perl-Lingua-EN-Sentence.changes
 2015-04-15 16:25:58.0 +0200
@@ -1,0 +2,18 @@
+Tue Apr 14 19:21:08 UTC 2015 - co...@suse.com
+
+- updated to 0.27
+   see /usr/share/doc/packages/perl-Lingua-EN-Sentence/Changes
+
+   
+  0.26 Mar 12 2015
+  - Fixed POD errors
+   - Fixed RT bug 97681, setlocale work around for Android systems
+   - Added Build.PL
+   - Added tests harness and more tests
+   - update to newer Perl idioms such as 'our' variables
+   
+  0.27 Mar 12 2015
+  - added main.t to MANIFEST
+   - added more prefixes and suffixes for people' snames, such as Mme. , 
Msgr.
+
+---

Old:

  Lingua-EN-Sentence-0.25.tar.gz

New:

  Lingua-EN-Sentence-0.27.tar.gz



Other differences:
--
++ perl-Lingua-EN-Sentence.spec ++
--- /var/tmp/diff_new_pack.6x3Ojy/_old  2015-04-15 16:25:58.0 +0200
+++ /var/tmp/diff_new_pack.6x3Ojy/_new  2015-04-15 16:25:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Lingua-EN-Sentence
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,27 @@
 #
 
 
-
 Name:   perl-Lingua-EN-Sentence
-Version:0.25
-Release:3
-License:GPL-1.0+ or Artistic-1.0
+Version:0.27
+Release:0
 %define cpan_name Lingua-EN-Sentence
-Summary:Module for splitting text into sentences.
-Url:http://search.cpan.org/dist/Lingua-EN-Sentence/
+Summary:Module for splitting text into sentences
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/S/SH/SHLOMOY/Lingua-EN-Sentence-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Lingua-EN-Sentence/
+Source: 
http://www.cpan.org/authors/id/K/KI/KIMRYAN/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Module::Build) = 0.38
+BuildRequires:  perl(Test::More) = 0.94
+BuildRequires:  perl(strict) = 1.04
+BuildRequires:  perl(utf8) = 1.09
+BuildRequires:  perl(warnings) = 1.12
+Requires:   perl(strict) = 1.04
+Requires:   perl(utf8) = 1.09
+Requires:   perl(warnings) = 1.12
 %{perl_requires}
 
 %description
@@ -59,11 +65,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes
+%defattr(-,root,root,755)
+%doc Changes README
 
 %changelog

++ Lingua-EN-Sentence-0.25.tar.gz - Lingua-EN-Sentence-0.27.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Sentence-0.25/Changes 
new/Lingua-EN-Sentence-0.27/Changes
--- old/Lingua-EN-Sentence-0.25/Changes 2002-09-24 12:28:55.0 +0200
+++ new/Lingua-EN-Sentence-0.27/Changes 2015-03-12 08:22:18.0 +0100
@@ -76,3 +76,14 @@
- Changing the rights notice.
 0.25 Tue Sep 24 13:28:33 IDT 2002
- changed the email address.
+   
+0.26 Mar 12 2015
+- Fixed POD errors
+   - Fixed RT bug 97681, setlocale work around for Android systems
+   - Added Build.PL
+   - Added tests harness and more tests
+   - update to newer Perl idioms such as 'our' variables
+   
+0.27 Mar 12 2015
+- added main.t to MANIFEST
+   - added more prefixes and suffixes for people' snames, such as Mme. , 
Msgr.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Sentence-0.25/INSTALL 
new/Lingua-EN-Sentence-0.27/INSTALL
--- old/Lingua-EN-Sentence-0.25/INSTALL 2002-09-24 10:35:59.0 +0200
+++ new/Lingua-EN-Sentence-0.27/INSTALL 1970-01-01 01:00:00.0 +0100
@@ -1,6 +0,0 @@
-To install the script and create man pages use the commands:
-
-  perl Makefile.PL
-  make
-  make test
-  make install  

commit appstream-glib for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package appstream-glib for openSUSE:Factory 
checked in at 2015-04-15 17:42:37

Comparing /work/SRC/openSUSE:Factory/appstream-glib (Old)
 and  /work/SRC/openSUSE:Factory/.appstream-glib.new (New)


Package is appstream-glib

Changes:

--- /work/SRC/openSUSE:Factory/appstream-glib/appstream-glib.changes
2015-04-10 09:47:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.appstream-glib.new/appstream-glib.changes   
2015-04-15 17:42:39.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 10 11:01:21 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.3.6+git.20150409:
+  + Fix a crash for an invalid AppData file
+
+---

Old:

  appstream-glib-0.3.6+git.20150407.tar.xz

New:

  appstream-glib-0.3.6+git.20150409.tar.xz



Other differences:
--
++ appstream-glib.spec ++
--- /var/tmp/diff_new_pack.yMHYDS/_old  2015-04-15 17:42:39.0 +0200
+++ /var/tmp/diff_new_pack.yMHYDS/_new  2015-04-15 17:42:39.0 +0200
@@ -20,7 +20,7 @@
 %define _build_from_vcs 1
 
 Name:   appstream-glib
-Version:0.3.6+git.20150407
+Version:0.3.6+git.20150409
 Release:0
 Summary:AppStream Abstraction Library
 License:LGPL-2.1+

++ _servicedata ++
--- /var/tmp/diff_new_pack.yMHYDS/_old  2015-04-15 17:42:40.0 +0200
+++ /var/tmp/diff_new_pack.yMHYDS/_new  2015-04-15 17:42:40.0 +0200
@@ -1,4 +1,4 @@
 servicedata
 service name=tar_scm
 param 
name=urlhttps://github.com/hughsie/appstream-glib.git/param
-  param 
name=changesrevisiond2ad5d3c2f29a1e4ba4a64fdb9d445dc5f415bd1/param/service/servicedata
\ No newline at end of file
+  param 
name=changesrevision85b1dae71e2d138bd616e5be0bb558489dc36f20/param/service/servicedata
\ No newline at end of file

++ appstream-glib-0.3.6+git.20150407.tar.xz - 
appstream-glib-0.3.6+git.20150409.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/appstream-glib-0.3.6+git.20150407/libappstream-glib/as-node.c 
new/appstream-glib-0.3.6+git.20150409/libappstream-glib/as-node.c
--- old/appstream-glib-0.3.6+git.20150407/libappstream-glib/as-node.c   
2015-04-07 14:00:01.0 +0200
+++ new/appstream-glib-0.3.6+git.20150409/libappstream-glib/as-node.c   
2015-04-10 13:01:21.0 +0200
@@ -511,7 +511,11 @@
 {
GString *xml;
const GNode *l;
-   guint depth_offset = g_node_depth ((GNode *) node) + 1;
+   guint depth_offset;
+
+   g_return_val_if_fail (node != NULL, NULL);
+
+   depth_offset = g_node_depth ((GNode *) node) + 1;
xml = g_string_new ();
if ((flags  AS_NODE_TO_XML_FLAG_ADD_HEADER)  0)
g_string_append (xml, ?xml version=\1.0\ 
encoding=\UTF-8\?\n);
@@ -1870,9 +1874,11 @@
_cleanup_hashtable_unref_ GHashTable *hash = NULL;
_cleanup_list_free_ GList *keys = NULL;
 
+   g_return_val_if_fail (node != NULL, NULL);
+
/* work out what kind of normalization this is */
xml_lang = as_node_get_attribute (node, xml:lang);
-   if (xml_lang != NULL) {
+   if (xml_lang != NULL  node-children != NULL) {
str = as_node_to_xml (node-children, AS_NODE_TO_XML_FLAG_NONE);
results = g_hash_table_new_full (g_str_hash, g_str_equal, 
g_free, g_free);
g_hash_table_insert (results,




commit java-1_7_0-openjdk for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:Factory checked in at 2015-04-15 17:42:31

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


Package is java-1_7_0-openjdk

Changes:

--- 
/work/SRC/openSUSE:Factory/java-1_7_0-openjdk/java-1_7_0-openjdk-bootstrap.changes
  2015-04-06 00:23:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new/java-1_7_0-openjdk-bootstrap.changes
 2015-04-15 17:42:32.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr  2 05:50:13 UTC 2015 - fst...@suse.com
+
+- Build again aarch64 hotspot as JIT accelerated
+
+---
java-1_7_0-openjdk.changes: same change



Other differences:
--
++ java-1_7_0-openjdk-bootstrap.spec ++
--- /var/tmp/diff_new_pack.bmAJNj/_old  2015-04-15 17:42:35.0 +0200
+++ /var/tmp/diff_new_pack.bmAJNj/_new  2015-04-15 17:42:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 %{!?aarch64:%global aarch64 aarch64 arm64 armv8}
-%global jit_arches %ix86 x86_64 ppc64 ppc64le %arm
+%global jit_arches %ix86 x86_64 ppc64 ppc64le %arm %aarch64
 %global test_arches %ix86 x86_64 ppc64 ppc64le
 %global icedtea_version 2.5.4
 %global icedtea_sound_version 1.0.1

java-1_7_0-openjdk.spec: same change
++ _constraints ++
--- /var/tmp/diff_new_pack.bmAJNj/_old  2015-04-15 17:42:35.0 +0200
+++ /var/tmp/diff_new_pack.bmAJNj/_new  2015-04-15 17:42:35.0 +0200
@@ -10,7 +10,6 @@
 
   overwrite
 conditions
-  archaarch64/arch
   archarmv7l/arch
   archarmv6l/arch
 /conditions



++ pre_checkin.sh ++
--- /var/tmp/diff_new_pack.bmAJNj/_old  2015-04-15 17:42:35.0 +0200
+++ /var/tmp/diff_new_pack.bmAJNj/_new  2015-04-15 17:42:35.0 +0200
@@ -2,3 +2,4 @@
 
 sed -e 's,^Name:.*,Name: java-1_7_0-openjdk-bootstrap,; s,bcond_with 
bootstrap,bcond_without bootstrap,' java-1_7_0-openjdk.spec  
java-1_7_0-openjdk-bootstrap.spec
 cp java-1_7_0-openjdk.changes java-1_7_0-openjdk-bootstrap.changes
+osc service localrun clean_spec_file




commit libksba for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package libksba for openSUSE:Factory checked 
in at 2015-04-15 17:42:51

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


Package is libksba

Changes:

--- /work/SRC/openSUSE:Factory/libksba/libksba.changes  2015-03-25 
21:03:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.libksba.new/libksba.changes 2015-04-15 
17:42:56.0 +0200
@@ -1,0 +2,10 @@
+Fri Apr 10 20:28:31 UTC 2015 - astie...@suse.com
+
+- libksba 1.3.3:
+ * Fixed an integer overflow in the DN decoder.
+ * Now returns an error instead of terminating the process for
+   certain bad BER encodings.
+ * Improved the parsing of utf-8 strings in DNs.
+ * Allow building with newer versions of Bison.
+
+---

Old:

  libksba-1.3.2.tar.bz2
  libksba-1.3.2.tar.bz2.sig

New:

  libksba-1.3.3.tar.bz2
  libksba-1.3.3.tar.bz2.sig



Other differences:
--
++ libksba.spec ++
--- /var/tmp/diff_new_pack.Zz2wnt/_old  2015-04-15 17:42:57.0 +0200
+++ /var/tmp/diff_new_pack.Zz2wnt/_new  2015-04-15 17:42:57.0 +0200
@@ -18,7 +18,7 @@
 
 %define soname 8
 Name:   libksba
-Version:1.3.2
+Version:1.3.3
 Release:0
 Summary:A X.509 Library
 License:(LGPL-3.0+ or GPL-2.0+) and GPL-3.0+ and MIT

++ libksba-1.3.2.tar.bz2 - libksba-1.3.3.tar.bz2 ++
 17496 lines of diff (skipped)





commit perl-Path-Tiny for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Path-Tiny for openSUSE:Factory 
checked in at 2015-04-15 16:23:26

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


Package is perl-Path-Tiny

Changes:

--- /work/SRC/openSUSE:Factory/perl-Path-Tiny/perl-Path-Tiny.changes
2013-12-10 17:44:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Path-Tiny.new/perl-Path-Tiny.changes   
2015-04-15 16:23:27.0 +0200
@@ -1,0 +2,196 @@
+Mon Apr 13 18:49:17 UTC 2015 - co...@suse.com
+
+- updated to 0.068
+   see /usr/share/doc/packages/perl-Path-Tiny/Changes
+
+  0.068 2015-03-23 20:42:56-04:00 America/New_York
+  
+  [META]
+  
+  - Jumping to 0.068 to get to an even-version for a stable release
+  
+  [DOCUMENTED]
+  
+  - Noted that 0.66 changed the 'filehandle' method
+  
+  0.066 2015-03-20 23:59:08-04:00 America/New_York (TRIAL RELEASE)
+  
+  [ADDED]
+  
+  - Added exclusive locking option to filehandle opens; spew now
+exclusively locks tempfile used for atomic writes
+  
+  0.065 2015-03-06 05:59:56-05:00 America/New_York
+  
+  [ADDED]
+  
+  - Added 'assert' method
+  
+  - Added 'visit' method
+  
+  - Added support for a negative count for 'lines' to get the
+last lines of a file
+  
+  [FIXED]
+  
+  - Fixed tilde expansion if path has spaces
+  
+  - Make realpath non-fatal if the parent path exists and only the final
+path component does not. (Was fatal on Windows and some Unixes.)
+  
+  - Removed rendundant locking on tempfile use for spewing
+  
+  - Work around File::Temp bugs on older ActiveState Windows Perls
+https://bugs.activestate.com/show_bug.cgi?id=104767 
+  
+  [DOCUMENTED]
+  
+  - Fixed SYNOPSIS example
+  
+  0.064 2015-03-05 03:58:42-05:00 America/New_York (TRIAL RELEASE)
+  
+  0.063 2015-03-04 16:00:17-05:00 America/New_York (TRIAL RELEASE)
+  
+  0.062 2015-03-04 13:59:31-05:00 America/New_York (TRIAL RELEASE)
+  
+  0.061 2014-11-13 16:50:05-05:00 America/New_York
+  
+  [FIXED]
+  
+  - Fixed append_utf8 and append_raw with 'truncate' option.
+  
+  0.060 2014-11-04 17:33:39-05:00 America/New_York
+  
+  [ADDED]
+  
+  - Added 'truncate' option to append for in-place replacement of
+file contents.
+  
+  0.059 2014-10-14 12:45:46-04:00 America/New_York
+  
+  [FIXED]
+  
+  - Fixed precedence bug in the check for Unicode::UTF8
+  
+  0.058 2014-09-23 11:00:24-04:00 America/New_York
+  
+  [ADDED]
+  
+  - Added a 'sibling' method as a more efficient form of
+calling $path-parent-child(...).
+  
+  [DOCUMENTED]
+  
+  - Every method annotated with the version number of the
+last API change.
+  
+  0.057 2014-09-19 11:23:05-04:00 America/New_York
+  
+  [FIXED]
+  
+  - On AIX, reads that default to locking would fail without
+write permissions, because locking needs write permissions.
+The fix is only to lock reads if write permissions exist;
+otherwise locking is skipped.
+  
+  0.056 2014-08-07 15:08:41-04:00 America/New_York
+  
+  [*** DEPRECATIONS ***]
+  
+  - The 'dirname' method is deprecated due to exposing File::Spec
+inconsistencies
+  
+  [ADDED]
+  
+  - The 'digest' method now takes a 'chunk_size' option to avoid
+slurping files entirely into memory.
+  
+  [FIXED]
+  
+  - Fixed problem throwing errors from 'remove'
+  
+  0.055 2014-06-30 10:29:28-04:00 America/New_York
+  
+  [FIXED]
+  
+  - tempfile/tempdir won't warn if used as functions without arguments
+  
+  0.054 2014-05-04 13:56:11-04:00 America/New_York
+  
+  [ADDED]
+  
+  - The 'basename' method now takes a list of suffixes to remove before
+returning the name
+  
+  - FREEZE/THAW/TO_JSON serialization helpers
+  
+  [CHANGED]
+  
+  - When constructing a Path::Tiny object from another, the original
+is returned unless it's a temp dir/file.  This significantly
+speeds up calling path($path) if $path is already a Path::Tiny
+object. (Thanks to Michael Schwern for prompting such benchmarking.)
+  
+  [FIXED]
+  
+  - Constructing any path -- e.g. with child() -- with undef or
+zero-length parts throws an error instead of constructing an
+invalid path
+  
+  0.053 2014-03-24 09:25:51-04:00 America/New_York (TRIAL RELEASE)
+  
+  [INCOMPATIBLE CHANGES]
+  
+  - The 'is_file' method now does -e  ! -d and not -f because -f
+is often more restrictive than people intend or expect.
+  
+  [ADDED]
+  
+  - Added 'chmod' method with symbolic chmod support 

commit perl-PAR for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-PAR for openSUSE:Factory 
checked in at 2015-04-15 16:23:27

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


Package is perl-PAR

Changes:

--- /work/SRC/openSUSE:Factory/perl-PAR/perl-PAR.changes2013-01-10 
22:33:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-PAR.new/perl-PAR.changes   2015-04-15 
16:23:28.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 13 18:07:17 UTC 2015 - co...@suse.com
+
+- updated to 1.008
+   see /usr/share/doc/packages/perl-PAR/Changes
+
+---

Old:

  PAR-1.007.tar.gz

New:

  PAR-1.008.tar.gz



Other differences:
--
++ perl-PAR.spec ++
--- /var/tmp/diff_new_pack.HByetH/_old  2015-04-15 16:23:28.0 +0200
+++ /var/tmp/diff_new_pack.HByetH/_new  2015-04-15 16:23:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-PAR
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,37 +16,68 @@
 #
 
 
-%define cpan_name PAR
-
 Name:   perl-PAR
+Version:1.008
+Release:0
+%define cpan_name PAR
 Summary:Perl Archive Toolkit
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Version:1.007
-Release:0
 Url:http://search.cpan.org/dist/PAR/
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
-BuildRequires:  perl = 5.6.0
 BuildRequires:  perl-macros
 BuildRequires:  perl(Archive::Zip) = 1
 BuildRequires:  perl(AutoLoader) = 5.66_02
-BuildRequires:  perl(Digest) = Module::Signature
-BuildRequires:  perl(File::Temp) = 0.05
+BuildRequires:  perl(Compress::Zlib) = 1.3
 BuildRequires:  perl(PAR::Dist) = 0.32
 Requires:   perl(Archive::Zip) = 1
 Requires:   perl(AutoLoader) = 5.66_02
-Requires:   perl(Digest) = Module::Signature
-Requires:   perl(File::Temp) = 0.05
+Requires:   perl(Compress::Zlib) = 1.3
 Requires:   perl(PAR::Dist) = 0.32
+Recommends: perl(Digest) = Module::Signature
+%{perl_requires}
 
 %description
-This module lets you use special zip files, called Perl Archives, as
+This module lets you use special zip files, called *P*erl *Ar*chives, as
 libraries from which Perl modules can be loaded.
 
+It supports loading XS modules by overriding *DynaLoader* bootstrapping
+methods; it writes shared object file to a temporary file at the time it is
+needed.
+
+A _.par_ file is mostly a zip of the _blib/_ directory after the build
+process of a CPAN distribution. To generate a _.par_ file yourself, all you
+have to do is compress the modules under _arch/_ and _lib/_, e.g.:
+
+% perl Makefile.PL
+% make
+% cd blib
+% zip -r mymodule.par arch/ lib/
+
+Afterward, you can just use _mymodule.par_ anywhere in your '@INC', use
+*PAR*, and it will Just Work. Support for generating _.par_ files is going
+to be in the next (beyond 0.2805) release of Module::Build.
+
+For convenience, you can set the 'PERL5OPT' environment variable to '-MPAR'
+to enable 'PAR' processing globally (the overhead is small if not used);
+setting it to '-MPAR=/path/to/mylib.par' will load a specific PAR file.
+Alternatively, consider using the _par.pl_ utility bundled with the the
+PAR::Packer manpage distribution, or using the self-contained _parl_
+utility which is also distributed with the PAR::Packer manpage on machines
+without PAR.pm installed.
+
+Note that self-containing scripts and executables created with _par.pl_ and
+_pp_ may also be used as _.par_ archives:
+
+% pp -o packed.exe source.pl# generate packed.exe (see PAR::Packer)
+% perl -MPAR=packed.exe other.pl# this also works
+% perl -MPAR -Ipacked.exe other.pl  # ditto
+
+Please see the /SYNOPSIS manpage for most typical use cases.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -59,18 +90,11 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf %{buildroot}%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf %{buildroot}%perl_archlib
+%perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog 

commit perl-MooseX-SetOnce for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-SetOnce for 
openSUSE:Factory checked in at 2015-04-15 16:23:31

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


Package is perl-MooseX-SetOnce

Changes:

--- /work/SRC/openSUSE:Factory/perl-MooseX-SetOnce/perl-MooseX-SetOnce.changes  
2011-12-21 10:02:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-SetOnce.new/perl-MooseX-SetOnce.changes 
2015-04-15 16:23:32.0 +0200
@@ -1,0 +2,9 @@
+Mon Apr 13 19:07:02 UTC 2015 - co...@suse.com
+
+- updated to 0.22
+   see /usr/share/doc/packages/perl-MooseX-SetOnce/Changes
+
+  0.22  2013-10-05 09:10:57 America/New_York
+add a test for the bugfix in 0.21 (thanks, Karen Etheridge)
+
+---

Old:

  MooseX-SetOnce-0.21.tar.gz

New:

  MooseX-SetOnce-0.22.tar.gz



Other differences:
--
++ perl-MooseX-SetOnce.spec ++
--- /var/tmp/diff_new_pack.mKsE6i/_old  2015-04-15 16:23:32.0 +0200
+++ /var/tmp/diff_new_pack.mKsE6i/_new  2015-04-15 16:23:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-SetOnce
 #
-# 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
@@ -17,11 +17,11 @@
 
 
 Name:   perl-MooseX-SetOnce
-Version:0.21
+Version:0.22
 Release:0
 %define cpan_name MooseX-SetOnce
 Summary:write-once, read-many attributes for Moose
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/MooseX-SetOnce/
 Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
@@ -29,7 +29,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Role) = 0.90
 BuildRequires:  perl(Test::Fatal)
@@ -64,9 +63,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes LICENSE README

++ MooseX-SetOnce-0.21.tar.gz - MooseX-SetOnce-0.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-SetOnce-0.21/Changes 
new/MooseX-SetOnce-0.22/Changes
--- old/MooseX-SetOnce-0.21/Changes 2011-10-07 01:04:55.0 +0200
+++ new/MooseX-SetOnce-0.22/Changes 2013-10-05 15:11:00.0 +0200
@@ -1,5 +1,8 @@
 Revision history for MooseX-SetOnce
 
+0.22  2013-10-05 09:10:57 America/New_York
+  add a test for the bugfix in 0.21 (thanks, Karen Etheridge)
+
 0.21  2011-10-06 19:04:51 America/New_York
   bugfixes for accessors in subclasses (thanks, Karen Etheridge and
   Jesse Luehrs!)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-SetOnce-0.21/LICENSE 
new/MooseX-SetOnce-0.22/LICENSE
--- old/MooseX-SetOnce-0.21/LICENSE 2011-10-07 01:04:55.0 +0200
+++ new/MooseX-SetOnce-0.22/LICENSE 2013-10-05 15:11:00.0 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2011 by Ricardo SIGNES.
+This software is copyright (c) 2013 by Ricardo SIGNES.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2011 by Ricardo SIGNES.
+This software is Copyright (c) 2013 by Ricardo SIGNES.
 
 This is free software, licensed under:
 
@@ -22,7 +22,7 @@
  Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
-51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
 
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2011 by Ricardo SIGNES.
+This software is Copyright (c) 2013 by Ricardo SIGNES.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

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

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Lingua-EN-Inflect-Number for 
openSUSE:Factory checked in at 2015-04-15 16:23:52

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


Package is perl-Lingua-EN-Inflect-Number

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Lingua-EN-Inflect-Number/perl-Lingua-EN-Inflect-Number.changes
  2012-01-24 12:20:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Lingua-EN-Inflect-Number.new/perl-Lingua-EN-Inflect-Number.changes
 2015-04-15 16:23:53.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 13 19:17:02 UTC 2015 - co...@suse.com
+
+- updated to 1.11
+   see /usr/share/doc/packages/perl-Lingua-EN-Inflect-Number/Changes
+
+---

Old:

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

New:

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



Other differences:
--
++ perl-Lingua-EN-Inflect-Number.spec ++
--- /var/tmp/diff_new_pack.DqDkw6/_old  2015-04-15 16:23:53.0 +0200
+++ /var/tmp/diff_new_pack.DqDkw6/_new  2015-04-15 16:23:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Lingua-EN-Inflect-Number
 #
-# 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,40 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-Lingua-EN-Inflect-Number
-Version:1.1
+Version:1.11
 Release:0
-# see http://osdir.com/ml/linux.redhat.fedora.maintainers/2006-04/msg00090.html
 %define cpan_name Lingua-EN-Inflect-Number
 Summary:Force number of words to singular or plural
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Lingua-EN-Inflect-Number/
-Source: 
http://www.cpan.org/authors/id/S/SI/SIMON/Lingua-EN-Inflect-Number-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Lingua::EN::Inflect)
 Requires:   perl(Lingua::EN::Inflect)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 %{perl_requires}
 
 %description
 This module extends the functionality of Lingua::EN::Inflect with three new
 functions available for export:
 
-number
-This takes a word, and determines its number. It returns 's' for
-singular, 'p' for plural, and 'ambig' for words that can be either
-singular or plural.
-
-Based on that:
-
-to_S / to_PL
-These take a word and convert it forcefully either to singular or to
-plural. 'Lingua::EN::Inflect' does funny things if you try to pluralise
-an already-plural word, but this module does the right thing.
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -64,11 +52,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes README
+%defattr(-,root,root,755)
+%doc Changes LICENSE README
 
 %changelog

++ Lingua-EN-Inflect-Number-1.1.tar.gz - 
Lingua-EN-Inflect-Number-1.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Inflect-Number-1.1/Changes 
new/Lingua-EN-Inflect-Number-1.11/Changes
--- old/Lingua-EN-Inflect-Number-1.1/Changes2004-01-01 17:04:12.0 
+0100
+++ new/Lingua-EN-Inflect-Number-1.11/Changes   2014-06-07 18:39:51.0 
+0200
@@ -1,6 +1,13 @@
-Revision history for Perl extension Lingua::EN::Inflect::Number.
+Revision history for Perl module Lingua::EN::Inflect::Number
 
-0.01  Wed Dec 31 17:24:48 2003
-   - original version; created by h2xs 1.21 with options
-   -AX -n Lingua::EN::Inflect::Number
+1.11 2014-06-09
+- Set up the usual directory structure
+- Switched to Dist::Zilla
+- Added COPYRIGHT AND LICENSE section to pod
+- Added github repo to pod
+
+1.1 2004-02-28 SIMON
+
+1.0 2004-01-01 SIMON
+- First release to CPAN
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Inflect-Number-1.1/LICENSE 
new/Lingua-EN-Inflect-Number-1.11/LICENSE
--- old/Lingua-EN-Inflect-Number-1.1/LICENSE1970-01-01 01:00:00.0 
+0100
+++ 

commit perl-Router-Simple for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Router-Simple for 
openSUSE:Factory checked in at 2015-04-15 16:23:17

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


Package is perl-Router-Simple

Changes:

--- /work/SRC/openSUSE:Factory/perl-Router-Simple/perl-Router-Simple.changes
2013-10-06 14:56:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Router-Simple.new/perl-Router-Simple.changes   
2015-04-15 16:23:18.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 13 19:07:42 UTC 2015 - co...@suse.com
+
+- updated to 0.17
+   see /usr/share/doc/packages/perl-Router-Simple/Changes
+
+---

Old:

  Router-Simple-0.15.tar.gz

New:

  Router-Simple-0.17.tar.gz



Other differences:
--
++ perl-Router-Simple.spec ++
--- /var/tmp/diff_new_pack.utxWGO/_old  2015-04-15 16:23:18.0 +0200
+++ /var/tmp/diff_new_pack.utxWGO/_new  2015-04-15 16:23:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Router-Simple
 #
-# 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,10 +17,10 @@
 
 
 Name:   perl-Router-Simple
-Version:0.15
+Version:0.17
 Release:0
 %define cpan_name Router-Simple
-Summary:Simple HTTP router
+Summary:simple HTTP router
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Router-Simple/
@@ -29,8 +29,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Meta)
-BuildRequires:  perl(CPAN::Meta::Prereqs)
 BuildRequires:  perl(Class::Accessor::Lite) = 0.05
 BuildRequires:  perl(Module::Build) = 0.38
 BuildRequires:  perl(Test::More) = 0.98
@@ -63,6 +61,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes cpanfile LICENSE minil.toml README.md
+%doc Changes LICENSE minil.toml README.md
 
 %changelog

++ Router-Simple-0.15.tar.gz - Router-Simple-0.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Router-Simple-0.15/Build.PL 
new/Router-Simple-0.17/Build.PL
--- old/Router-Simple-0.15/Build.PL 2013-09-29 04:29:29.0 +0200
+++ new/Router-Simple-0.17/Build.PL 2014-12-02 07:58:37.0 +0100
@@ -12,8 +12,6 @@
 use Module::Build;
 use File::Basename;
 use File::Spec;
-use CPAN::Meta;
-use CPAN::Meta::Prereqs;
 
 my %args = (
 license  = 'perl',
@@ -33,6 +31,8 @@
 
 test_files   = ((-d '.git' || $ENV{RELEASE_TESTING})  -d 'xt') 
? 't/ xt/' : 't/',
 recursive_test_files = 1,
+
+
 );
 if (-d 'share') {
 $args{share_dir} = 'share';
@@ -51,20 +51,15 @@
 )-new(%args);
 $builder-create_build_script();
 
-my $mbmeta = CPAN::Meta-load_file('MYMETA.json');
-my $meta = CPAN::Meta-load_file('META.json');
-my $prereqs_hash = CPAN::Meta::Prereqs-new(
-$meta-prereqs
-)-with_merged_prereqs(
-CPAN::Meta::Prereqs-new($mbmeta-prereqs)
-)-as_string_hash;
-my $mymeta = CPAN::Meta-new(
-{
-%{$meta-as_struct},
-prereqs = $prereqs_hash
-}
-);
-print Merging cpanfile prereqs to MYMETA.yml\n;
-$mymeta-save('MYMETA.yml', { version = 1.4 });
-print Merging cpanfile prereqs to MYMETA.json\n;
-$mymeta-save('MYMETA.json', { version = 2 });
+use File::Copy;
+
+print cp META.json MYMETA.json\n;
+copy(META.json,MYMETA.json) or die Copy failed(META.json): $!;
+
+if (-f 'META.yml') {
+print cp META.yml MYMETA.yml\n;
+copy(META.yml,MYMETA.yml) or die Copy failed(META.yml): $!;
+} else {
+print There is no META.yml... You may install this module from the 
repository...\n;
+}
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Router-Simple-0.15/Changes 
new/Router-Simple-0.17/Changes
--- old/Router-Simple-0.15/Changes  2013-09-29 04:29:29.0 +0200
+++ new/Router-Simple-0.17/Changes  2014-12-02 07:58:37.0 +0100
@@ -1,4 +1,27 @@
-Revision history for Perl extension Router::Simple
+Revision history for Perl module Router::Simple
+
+0.17 2014-12-02T06:58:23Z
+
+commit 35bb954a60cdd9225858b522f118d5851f69e3ce
+Author: Maurice Aubrey maurice.aub...@gmail.com
+Date:   Fri Nov 21 15:19:59 2014 -0800
+
+support nested submappers
+
+0.16 2014-10-27T01:39:47Z
+
+commit 4cce76f681517d9ae10d2509899bf0e9abd4db5d
+

commit perl-Plack for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Plack for openSUSE:Factory 
checked in at 2015-04-15 16:23:21

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


Package is perl-Plack

Changes:

--- /work/SRC/openSUSE:Factory/perl-Plack/perl-Plack.changes2014-09-17 
17:26:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Plack.new/perl-Plack.changes   
2015-04-15 16:23:23.0 +0200
@@ -1,0 +2,28 @@
+Mon Apr 13 18:36:02 UTC 2015 - co...@suse.com
+
+- updated to 1.0034
+   see /usr/share/doc/packages/perl-Plack/Changes
+
+  1.0034  2015-02-02 21:42:42 CET
+  [SECURITY]
+  - Fixed a possible directory traversal with Plack::App::File on 
Win32 (sri)
+  
+  [IMPROVEMENTS]
+  - Documentation improvements (timbunce, oalders, autarch, frioux)
+  - Avoid warnings in Plack::App::WrapCGI (frioux)
+  
+  1.0033  2014-10-23 12:33:18 PDT
+  [BUG FIXES]
+  - Lint: Fix error messages (fgabolde) #473
+  - ErrorDocument: Reverse the $done filtering (nwellnhof) #474
+  
+  [IMPROVEMENTS]
+  - StackTrace: Improve the accuracy of thrown exceptions in case 
where an excpetion
+is thrown in destructors (nwellnhof) #476
+  
+  1.0032  2014-10-04 11:13:24 PDT
+  [IMPROVEMENTS]
+  - Support Server::Starter in FCGI handler (yuryu) #435
+  - Various documentation fixes
+
+---

Old:

  Plack-1.0031.tar.gz

New:

  Plack-1.0034.tar.gz



Other differences:
--
++ perl-Plack.spec ++
--- /var/tmp/diff_new_pack.qgf5g6/_old  2015-04-15 16:23:24.0 +0200
+++ /var/tmp/diff_new_pack.qgf5g6/_new  2015-04-15 16:23:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Plack
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Plack
-Version:1.0031
+Version:1.0034
 Release:0
 %define cpan_name Plack
 Summary:Perl Superglue for Web frameworks and Web Servers (PSGI 
toolkit)
@@ -90,6 +90,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes cpanfile LICENSE README
+%doc Changes LICENSE README
 
 %changelog

++ Plack-1.0031.tar.gz - Plack-1.0034.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Plack-1.0031/Changes new/Plack-1.0034/Changes
--- old/Plack-1.0031/Changes2014-08-01 22:19:17.0 +0200
+++ new/Plack-1.0034/Changes2015-02-02 21:42:46.0 +0100
@@ -1,5 +1,27 @@
 Go to http://github.com/plack/Plack/issues for the roadmap and known issues.
 
+1.0034  2015-02-02 21:42:42 CET
+[SECURITY]
+- Fixed a possible directory traversal with Plack::App::File on Win32 
(sri)
+
+[IMPROVEMENTS]
+- Documentation improvements (timbunce, oalders, autarch, frioux)
+- Avoid warnings in Plack::App::WrapCGI (frioux)
+
+1.0033  2014-10-23 12:33:18 PDT
+[BUG FIXES]
+- Lint: Fix error messages (fgabolde) #473
+- ErrorDocument: Reverse the $done filtering (nwellnhof) #474
+
+[IMPROVEMENTS]
+- StackTrace: Improve the accuracy of thrown exceptions in case where 
an excpetion
+  is thrown in destructors (nwellnhof) #476
+
+1.0032  2014-10-04 11:13:24 PDT
+[IMPROVEMENTS]
+- Support Server::Starter in FCGI handler (yuryu) #435
+- Various documentation fixes
+
 1.0031  2014-08-01 13:19:14 PDT
 [SECURITY]
 - Plack::App::File would previously strip trailing slashes off
@@ -62,7 +84,7 @@
 1.0025  2013-06-12 13:08:58 PDT
 [INCOMPATIBLE CHANGES]
 - No XS! Eliminates dependency to LWP::UserAgent by making it 
completely optional for
-  testing. If you run Plack::Test with Server implemenetation or run 
Plack::Test::Suite
+  testing. If you run Plack::Test with Server implementation or run 
Plack::Test::Suite
   (for PSGI handlers) without LWP installed, the tests will 
automatically be skipped.
   This removes the eventual sub-dependency to HTML::Parser, which is 
the only XS dependency
   in Plack. #408
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Plack-1.0031/MANIFEST new/Plack-1.0034/MANIFEST
--- old/Plack-1.0031/MANIFEST   2014-08-01 22:19:17.0 +0200
+++ new/Plack-1.0034/MANIFEST   2015-02-02 21:42:46.0 +0100
@@ -1,4 +1,4 @@
-# 

commit perl-Module-ScanDeps for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-ScanDeps for 
openSUSE:Factory checked in at 2015-04-15 16:23:37

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


Package is perl-Module-ScanDeps

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes
2014-02-12 09:48:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new/perl-Module-ScanDeps.changes
   2015-04-15 16:23:38.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 13 19:32:37 UTC 2015 - co...@suse.com
+
+- updated to 1.18
+   see /usr/share/doc/packages/perl-Module-ScanDeps/Changes
+
+---

Old:

  Module-ScanDeps-1.13.tar.gz

New:

  Module-ScanDeps-1.18.tar.gz



Other differences:
--
++ perl-Module-ScanDeps.spec ++
--- /var/tmp/diff_new_pack.yiic2w/_old  2015-04-15 16:23:38.0 +0200
+++ /var/tmp/diff_new_pack.yiic2w/_new  2015-04-15 16:23:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-ScanDeps
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Module-ScanDeps
-Version:1.13
+Version:1.18
 Release:0
 %define cpan_name Module-ScanDeps
 Summary:Recursively scan Perl code for dependencies
@@ -28,10 +28,10 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build::ModuleInfo)
+BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(version)
-Requires:   perl(Module::Build::ModuleInfo)
+Requires:   perl(Module::Metadata)
 Requires:   perl(version)
 %{perl_requires}
 

++ Module-ScanDeps-1.13.tar.gz - Module-ScanDeps-1.18.tar.gz ++
 2210 lines of diff (skipped)




commit perl-Perl-PrereqScanner for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Perl-PrereqScanner for 
openSUSE:Factory checked in at 2015-04-15 16:23:23

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


Package is perl-Perl-PrereqScanner

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Perl-PrereqScanner/perl-Perl-PrereqScanner.changes
  2014-07-21 22:34:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Perl-PrereqScanner.new/perl-Perl-PrereqScanner.changes
 2015-04-15 16:23:24.0 +0200
@@ -1,0 +2,16 @@
+Mon Apr 13 18:24:43 UTC 2015 - co...@suse.com
+
+- updated to 1.023
+   see /usr/share/doc/packages/perl-Perl-PrereqScanner/Changes
+
+  1.023 2015-04-05 22:23:53-04:00 America/New_York
+- improve test reliability when path to perl has a space in it
+  
+  1.022 2014-12-23 21:11:27-05:00 America/New_York
+- do not crash when encountering arg-less use aliased;
+  
+  1.021 2014-11-06 21:08:49-05:00 America/New_York
+- instead of always trying to use lib, add a -I switch to scan-perl-prereqs
+- when finding files to scan, find files, not anything else
+
+---

Old:

  Perl-PrereqScanner-1.020.tar.gz

New:

  Perl-PrereqScanner-1.023.tar.gz



Other differences:
--
++ perl-Perl-PrereqScanner.spec ++
--- /var/tmp/diff_new_pack.kcpjHa/_old  2015-04-15 16:23:25.0 +0200
+++ /var/tmp/diff_new_pack.kcpjHa/_new  2015-04-15 16:23:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Perl-PrereqScanner
 #
-# 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,10 +17,10 @@
 
 
 Name:   perl-Perl-PrereqScanner
-Version:1.020
+Version:1.023
 Release:0
 %define cpan_name Perl-PrereqScanner
-Summary:A tool to scan your Perl code for its prerequisites
+Summary:a tool to scan your Perl code for its prerequisites
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Perl-PrereqScanner/
@@ -29,48 +29,27 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
-# for Test
-BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(PPI::Document)
-BuildRequires:  perl(Test::More) = 0.96
-BuildRequires:  perl(Try::Tiny)
-#
-# Many thanks to 'DAGOLDEN' for switching amount of digits in version !!
-%if 0%{?suse_version} == 1220 || 0%{?suse_version} == 1230
-BuildRequires:  perl(CPAN::Meta::Requirements) = 2.124000
-%else
 BuildRequires:  perl(CPAN::Meta::Requirements) = 2.124
-%endif
-BuildRequires:  perl(File::Find)
-BuildRequires:  perl(File::Spec::Functions)
-BuildRequires:  perl(FindBin)
-BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(Getopt::Long::Descriptive)
 BuildRequires:  perl(List::MoreUtils)
-BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Module::Path)
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Role)
 BuildRequires:  perl(PPI) = 1.215
+BuildRequires:  perl(PPI::Document)
 BuildRequires:  perl(Params::Util)
-BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(String::RewritePrefix) = 0.005
+BuildRequires:  perl(Test::More) = 0.96
+BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(namespace::autoclean)
-Requires:   perl(CPAN::Meta::Requirements) = 2.120630
-Requires:   perl(File::Find)
-Requires:   perl(File::Spec::Functions)
-Requires:   perl(FindBin)
-Requires:   perl(Getopt::Long)
+Requires:   perl(CPAN::Meta::Requirements) = 2.124
 Requires:   perl(Getopt::Long::Descriptive)
 Requires:   perl(List::MoreUtils)
-Requires:   perl(List::Util)
 Requires:   perl(Module::Path)
 Requires:   perl(Moose)
 Requires:   perl(Moose::Role)
 Requires:   perl(PPI) = 1.215
 Requires:   perl(Params::Util)
-Requires:   perl(Scalar::Util)
 Requires:   perl(String::RewritePrefix) = 0.005
 Requires:   perl(namespace::autoclean)
 %{perl_requires}

++ Perl-PrereqScanner-1.020.tar.gz - Perl-PrereqScanner-1.023.tar.gz ++
 1818 lines of diff (skipped)




commit perl-MooseX-Method-Signatures for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Method-Signatures for 
openSUSE:Factory checked in at 2015-04-15 16:23:33

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


Package is perl-MooseX-Method-Signatures

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-Method-Signatures/perl-MooseX-Method-Signatures.changes
  2014-03-11 07:23:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Method-Signatures.new/perl-MooseX-Method-Signatures.changes
 2015-04-15 16:23:34.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 13 19:24:50 UTC 2015 - co...@suse.com
+
+- updated to 0.48
+   see /usr/share/doc/packages/perl-MooseX-Method-Signatures/Changes
+
+  0.48  2014-09-20 17:46:45Z
+- fix tests that fail on altered warning messages in perl 5.21.4 (see perl
+  RT#121638)
+
+---

Old:

  MooseX-Method-Signatures-0.47.tar.gz

New:

  MooseX-Method-Signatures-0.48.tar.gz



Other differences:
--
++ perl-MooseX-Method-Signatures.spec ++
--- /var/tmp/diff_new_pack.keeWyo/_old  2015-04-15 16:23:34.0 +0200
+++ /var/tmp/diff_new_pack.keeWyo/_new  2015-04-15 16:23:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Method-Signatures
 #
-# 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,10 +17,10 @@
 
 
 Name:   perl-MooseX-Method-Signatures
-Version:0.47
+Version:0.48
 Release:0
 %define cpan_name MooseX-Method-Signatures
-Summary:Method declarations with type constraints and no source filter
+Summary:DEPRECATED: Method declarations with type constraints and no 
source filter
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/MooseX-Method-Signatures/
@@ -34,7 +34,7 @@
 BuildRequires:  perl(Devel::Declare) = 0.005011
 BuildRequires:  perl(Devel::Declare::Context::Simple)
 BuildRequires:  perl(Eval::Closure)
-BuildRequires:  perl(Module::Build::Tiny) = 0.030
+BuildRequires:  perl(Module::Build::Tiny) = 0.038
 BuildRequires:  perl(Module::Runtime) = 0.012
 BuildRequires:  perl(Moose) = 0.89
 BuildRequires:  perl(Moose::Meta::Class)
@@ -111,6 +111,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README README.md weaver.ini
+%doc Changes CONTRIBUTING LICENSE README
 
 %changelog

++ MooseX-Method-Signatures-0.47.tar.gz - 
MooseX-Method-Signatures-0.48.tar.gz ++
 4233 lines of diff (skipped)




commit perl-Module-Reader for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Reader for 
openSUSE:Factory checked in at 2015-04-15 16:23:39

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


Package is perl-Module-Reader

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Reader/perl-Module-Reader.changes
2014-02-27 00:11:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Reader.new/perl-Module-Reader.changes   
2015-04-15 16:23:40.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 13 18:23:50 UTC 2015 - co...@suse.com
+
+- updated to 0.002003
+   see /usr/share/doc/packages/perl-Module-Reader/Changes
+
+---

Old:

  Module-Reader-0.002001.tar.gz

New:

  Module-Reader-0.002003.tar.gz



Other differences:
--
++ perl-Module-Reader.spec ++
--- /var/tmp/diff_new_pack.NoED9O/_old  2015-04-15 16:23:40.0 +0200
+++ /var/tmp/diff_new_pack.NoED9O/_new  2015-04-15 16:23:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Reader
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Module-Reader
-Version:0.002001
+Version:0.002003
 Release:0
 %define cpan_name Module-Reader
 Summary:Read the source of a module like perl does
@@ -54,6 +54,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes
+%doc Changes README
 
 %changelog

++ Module-Reader-0.002001.tar.gz - Module-Reader-0.002003.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Reader-0.002001/Changes 
new/Module-Reader-0.002003/Changes
--- old/Module-Reader-0.002001/Changes  2013-11-23 20:15:17.0 +0100
+++ new/Module-Reader-0.002003/Changes  2014-08-21 18:58:32.0 +0200
@@ -1,16 +1,26 @@
- - fix module NAME in Makefile.PL
- - minor doc corrections
- - fix in-memory file test on perl 5.6
-
-0.002000Feb 11, 2013
- - Improve documentation.
- - Add 'found' option for always loading from specific files.
+Revision history for Module-Reader
 
-0.001002Feb 2, 2013
- - fix copyright attribution
+0.002003 - 2014-08-21
+  - fix dist name in meta files
 
-0.001001Feb 1, 2013
- - fix version number format
+0.002002 - 2014-08-16
+  - include README in dist
+  - include additional metadata
 
-0.001000Feb 1, 2013
- - initial version
+0.002001 - Nov 23, 2013
+  - fix module NAME in Makefile.PL
+  - minor doc corrections
+  - fix in-memory file test on perl 5.6
+
+0.002000 - Feb 11, 2013
+  - Improve documentation.
+  - Add 'found' option for always loading from specific files.
+
+0.001002 - Feb 2, 2013
+  - fix copyright attribution
+
+0.001001 - Feb 1, 2013
+  - fix version number format
+
+0.001000 - Feb 1, 2013
+  - initial version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Reader-0.002001/MANIFEST 
new/Module-Reader-0.002003/MANIFEST
--- old/Module-Reader-0.002001/MANIFEST 2013-11-23 20:16:24.0 +0100
+++ new/Module-Reader-0.002003/MANIFEST 2014-08-21 18:58:41.0 +0200
@@ -1,11 +1,12 @@
 Changes
 lib/Module/Reader.pm
+maint/Makefile.PL.include
 Makefile.PL
 MANIFEST   This list of files
-MANIFEST.SKIP
 t/00-load.t
 t/lib/TestLib.pm
 t/main.t
 t/memory.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/Module-Reader-0.002001/MANIFEST.SKIP 
new/Module-Reader-0.002003/MANIFEST.SKIP
--- old/Module-Reader-0.002001/MANIFEST.SKIP2013-11-15 20:56:35.0 
+0100
+++ new/Module-Reader-0.002003/MANIFEST.SKIP1970-01-01 01:00:00.0 
+0100
@@ -1,57 +0,0 @@
-# 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
-
-# Avoid Module::Build generated and utility files.
-\bBuild$

commit perl-Mixin-Linewise for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Mixin-Linewise for 
openSUSE:Factory checked in at 2015-04-15 16:23:41

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


Package is perl-Mixin-Linewise

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mixin-Linewise/perl-Mixin-Linewise.changes  
2014-03-18 13:58:23.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mixin-Linewise.new/perl-Mixin-Linewise.changes 
2015-04-15 16:23:43.0 +0200
@@ -1,0 +2,18 @@
+Mon Apr 13 18:47:46 UTC 2015 - co...@suse.com
+
+- updated to 0.108
+   see /usr/share/doc/packages/perl-Mixin-Linewise/Changes
+
+  0.108 2015-04-08 14:56:06-04:00 America/New_York
+  - first argument can be options only if there are two options
+  
+  0.107 2015-04-07 20:14:41-04:00 America/New_York
+  - add leading hashref arg for passing binmode to read_string,
+write_string
+  - do not modify references of args passed to read_file, write_file
+  
+  0.106 2014-03-10 08:08:39-04:00 America/New_York
+  - avoid dumb v-string warning in dumb perl versions (thanks, Graham
+Knop, you're not dumb!)
+
+---

Old:

  Mixin-Linewise-0.105.tar.gz

New:

  Mixin-Linewise-0.108.tar.gz



Other differences:
--
++ perl-Mixin-Linewise.spec ++
--- /var/tmp/diff_new_pack.yQ1PbI/_old  2015-04-15 16:23:43.0 +0200
+++ /var/tmp/diff_new_pack.yQ1PbI/_new  2015-04-15 16:23:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mixin-Linewise
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mixin-Linewise
-Version:0.105
+Version:0.108
 Release:0
 %define cpan_name Mixin-Linewise
 Summary:write your linewise code for handles; this does the rest

++ Mixin-Linewise-0.105.tar.gz - Mixin-Linewise-0.108.tar.gz ++
 2071 lines of diff (skipped)




commit perl-Hash-Util-FieldHash-Compat for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Hash-Util-FieldHash-Compat for 
openSUSE:Factory checked in at 2015-04-15 16:24:01

Comparing /work/SRC/openSUSE:Factory/perl-Hash-Util-FieldHash-Compat (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Hash-Util-FieldHash-Compat.new (New)


Package is perl-Hash-Util-FieldHash-Compat

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Hash-Util-FieldHash-Compat/perl-Hash-Util-FieldHash-Compat.changes
  2014-03-28 13:17:12.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Hash-Util-FieldHash-Compat.new/perl-Hash-Util-FieldHash-Compat.changes
 2015-04-15 16:24:03.0 +0200
@@ -1,0 +2,9 @@
+Mon Apr 13 18:15:38 UTC 2015 - co...@suse.com
+
+- updated to 0.08
+   see /usr/share/doc/packages/perl-Hash-Util-FieldHash-Compat/Changes
+
+  0.08  2014-07-17 15:06:28Z
+  - add missing prereq declarations needed for perl 5.6 (RT#97000)
+
+---

Old:

  Hash-Util-FieldHash-Compat-0.07.tar.gz

New:

  Hash-Util-FieldHash-Compat-0.08.tar.gz



Other differences:
--
++ perl-Hash-Util-FieldHash-Compat.spec ++
--- /var/tmp/diff_new_pack.vVaedc/_old  2015-04-15 16:24:03.0 +0200
+++ /var/tmp/diff_new_pack.vVaedc/_new  2015-04-15 16:24:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Hash-Util-FieldHash-Compat
 #
-# 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,10 +17,10 @@
 
 
 Name:   perl-Hash-Util-FieldHash-Compat
-Version:0.07
+Version:0.08
 Release:0
 %define cpan_name Hash-Util-FieldHash-Compat
-Summary:Use LHash::Util::FieldHash or ties, depending
+Summary:Use Hash::Util::FieldHash or ties, depending on availability
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Hash-Util-FieldHash-Compat/
@@ -29,7 +29,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::use::ok)
+BuildRequires:  perl(parent)
+BuildRequires:  perl(version)
+Requires:   perl(parent)
 %{perl_requires}
 
 %description

++ Hash-Util-FieldHash-Compat-0.07.tar.gz - 
Hash-Util-FieldHash-Compat-0.08.tar.gz ++
 2114 lines of diff (skipped)




commit perl-Net-Domain-TLD for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-Domain-TLD for 
openSUSE:Factory checked in at 2015-04-15 16:23:29

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


Package is perl-Net-Domain-TLD

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-Domain-TLD/perl-Net-Domain-TLD.changes  
2014-03-25 13:25:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-Domain-TLD.new/perl-Net-Domain-TLD.changes 
2015-04-15 16:23:30.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 13 19:09:09 UTC 2015 - co...@suse.com
+
+- updated to 1.73
+   see /usr/share/doc/packages/perl-Net-Domain-TLD/Changes
+
+  
+  1.73  Wed Feb 04 09:00 2015
+  - ccidn and gtld_new update as per latest IANA db entries, add 
%tld_profile to @EXPORT_OK
+
+---

Old:

  Net-Domain-TLD-1.72.tar.gz

New:

  Net-Domain-TLD-1.73.tar.gz



Other differences:
--
++ perl-Net-Domain-TLD.spec ++
--- /var/tmp/diff_new_pack.w5PqS1/_old  2015-04-15 16:23:30.0 +0200
+++ /var/tmp/diff_new_pack.w5PqS1/_new  2015-04-15 16:23:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-Domain-TLD
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-Domain-TLD
-Version:1.72
+Version:1.73
 Release:0
 %define cpan_name Net-Domain-TLD
 Summary:Work with TLD names

++ Net-Domain-TLD-1.72.tar.gz - Net-Domain-TLD-1.73.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Domain-TLD-1.72/Changes 
new/Net-Domain-TLD-1.73/Changes
--- old/Net-Domain-TLD-1.72/Changes 2014-03-21 04:50:44.0 +0100
+++ new/Net-Domain-TLD-1.73/Changes 2015-02-04 18:03:17.0 +0100
@@ -270,4 +270,7 @@
 'zone' = q{Outer Falls, LLC},
 
 1.72  Thu Mar 20 21:00 2014
-- added support for RFC2606 explicitly reserved names
\ No newline at end of file
+- added support for RFC2606 explicitly reserved names
+
+1.73  Wed Feb 04 09:00 2015
+- ccidn and gtld_new update as per latest IANA db entries, add 
%tld_profile to @EXPORT_OK
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Domain-TLD-1.72/META.json 
new/Net-Domain-TLD-1.73/META.json
--- old/Net-Domain-TLD-1.72/META.json   2014-03-21 04:52:52.0 +0100
+++ new/Net-Domain-TLD-1.73/META.json   2015-02-04 18:06:18.0 +0100
@@ -1,10 +1,10 @@
 {
abstract : Net::Domain::TLD - Work with TLD names,
author : [
-  Alex Pavlovic (alex.pavlo...@taskforce-1.com)
+  Alex Pavlovic (alex.pavlo...@devradius.com)
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120630,
+   generated_by : ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.120630,
license : [
   unknown
],
@@ -38,5 +38,5 @@
   }
},
release_status : stable,
-   version : 1.72
+   version : 1.73
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Domain-TLD-1.72/META.yml 
new/Net-Domain-TLD-1.73/META.yml
--- old/Net-Domain-TLD-1.72/META.yml2014-03-21 04:52:52.0 +0100
+++ new/Net-Domain-TLD-1.73/META.yml2015-02-04 18:06:18.0 +0100
@@ -1,13 +1,13 @@
 ---
 abstract: 'Net::Domain::TLD - Work with TLD names'
 author:
-  - 'Alex Pavlovic (alex.pavlo...@taskforce-1.com)'
+  - 'Alex Pavlovic (alex.pavlo...@devradius.com)'
 build_requires:
   ExtUtils::MakeMaker: 0
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120630'
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.120630'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -20,4 +20,4 @@
 requires:
   Carp: 0
   Storable: 0
-version: 1.72
+version: 1.73
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Domain-TLD-1.72/Makefile.PL 
new/Net-Domain-TLD-1.73/Makefile.PL
--- old/Net-Domain-TLD-1.72/Makefile.PL 2013-05-01 20:06:42.0 +0200
+++ new/Net-Domain-TLD-1.73/Makefile.PL 2015-02-04 18:03:48.0 +0100
@@ -4,7 +4,7 @@
 WriteMakefile(
 NAME = 

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

2015-04-15 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-15 16:23:34

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-03 14:34:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-AssetPack.new/perl-Mojolicious-Plugin-AssetPack.changes
 2015-04-15 16:23:36.0 +0200
@@ -1,0 +2,36 @@
+Mon Apr 13 19:21:14 UTC 2015 - co...@suse.com
+
+- updated to 0.50
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes
+
+  0.50 2015-04-13T11:37:08+0200
+ * Need to start with a fresh asset to avoid adding duplicate
+   processed data to the same asset.
+  
+  0.49 Sun Apr  5 09:54:27 2015
+ * Will not pack asset.ext.swp files
+  
+  0.48 Sun Apr  5 09:19:01 2015
+ * Fix serving in memory assets with Content-Type
+ * Fix serving in memory assets with Last-Modified
+  
+  0.47 Sat Apr  4 13:53:32 2015
+ * Fix Mojo::Base::tap() does not support arguments before 5.57
+  
+  0.4602   Thu Apr  2 18:44:01 2015
+ * Improved cpantesters
+  
+  0.46 Wed Apr  1 15:09:35 2015
+ * 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 Tue Mar 31 22:02:06 2015
+ * Can also fetch remote assets from local $app #30
+ * Will calculate MD5 sum recursively for sass/scss #44
+ * Add Cookbook
+
+---

Old:

  Mojolicious-Plugin-AssetPack-0.44.tar.gz

New:

  Mojolicious-Plugin-AssetPack-0.50.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-AssetPack.spec ++
--- /var/tmp/diff_new_pack.07Fkcv/_old  2015-04-15 16:23:36.0 +0200
+++ /var/tmp/diff_new_pack.07Fkcv/_new  2015-04-15 16:23:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious-Plugin-AssetPack
-Version:0.44
+Version:0.50
 Release:0
 %define cpan_name Mojolicious-Plugin-AssetPack
 Summary:Compress and convert css, less, sass, javascript and 
coffeescript files
@@ -33,13 +33,13 @@
 BuildRequires:  perl(File::Which) = 1.00
 BuildRequires:  perl(IPC::Run3) = 0.04
 BuildRequires:  perl(JavaScript::Minifier::XS) = 0.11
-BuildRequires:  perl(Mojolicious) = 5.00
+BuildRequires:  perl(Mojolicious) = 5.41
 BuildRequires:  perl(Test::More) = 0.88
 Requires:   perl(CSS::Minifier::XS) = 0.01
 Requires:   perl(File::Which) = 1.00
 Requires:   perl(IPC::Run3) = 0.04
 Requires:   perl(JavaScript::Minifier::XS) = 0.11
-Requires:   perl(Mojolicious) = 5.00
+Requires:   perl(Mojolicious) = 5.41
 %{perl_requires}
 
 %description
@@ -72,6 +72,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes cpanfile README
+%doc Changes README
 
 %changelog

++ Mojolicious-Plugin-AssetPack-0.44.tar.gz - 
Mojolicious-Plugin-AssetPack-0.50.tar.gz ++
 1833 lines of diff (skipped)




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

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Lingua-EN-Number-IsOrdinal for 
openSUSE:Factory checked in at 2015-04-15 16:23:43

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


Package is perl-Lingua-EN-Number-IsOrdinal

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Lingua-EN-Number-IsOrdinal/perl-Lingua-EN-Number-IsOrdinal.changes
  2014-12-06 13:45:39.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Lingua-EN-Number-IsOrdinal.new/perl-Lingua-EN-Number-IsOrdinal.changes
 2015-04-15 16:23:45.0 +0200
@@ -1,0 +2,9 @@
+Mon Apr 13 19:01:10 UTC 2015 - co...@suse.com
+
+- updated to 0.05
+   see /usr/share/doc/packages/perl-Lingua-EN-Number-IsOrdinal/Changes
+
+  0.05 2015-03-23 00:06:52
+  - merge PR #1 to add Test::Kwalitee and License info
+
+---

Old:

  Lingua-EN-Number-IsOrdinal-0.04.tar.gz

New:

  Lingua-EN-Number-IsOrdinal-0.05.tar.gz



Other differences:
--
++ perl-Lingua-EN-Number-IsOrdinal.spec ++
--- /var/tmp/diff_new_pack.q8h9C7/_old  2015-04-15 16:23:45.0 +0200
+++ /var/tmp/diff_new_pack.q8h9C7/_new  2015-04-15 16:23:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Lingua-EN-Number-IsOrdinal
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Lingua-EN-Number-IsOrdinal
-Version:0.04
+Version:0.05
 Release:0
 %define cpan_name Lingua-EN-Number-IsOrdinal
 Summary:detect if English number is ordinal or cardinal

++ Lingua-EN-Number-IsOrdinal-0.04.tar.gz - 
Lingua-EN-Number-IsOrdinal-0.05.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Number-IsOrdinal-0.04/Changes 
new/Lingua-EN-Number-IsOrdinal-0.05/Changes
--- old/Lingua-EN-Number-IsOrdinal-0.04/Changes 2013-01-14 04:53:35.0 
+0100
+++ new/Lingua-EN-Number-IsOrdinal-0.05/Changes 2015-03-23 05:06:56.0 
+0100
@@ -1,5 +1,8 @@
 Revision history for Lingua::EN::Number::IsOrdinal
 
+0.05 2015-03-23 00:06:52
+- merge PR #1 to add Test::Kwalitee and License info
+
 0.04 2013-01-13 22:53:26
 - refactor code for stricter input checking
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Number-IsOrdinal-0.04/LICENSE 
new/Lingua-EN-Number-IsOrdinal-0.05/LICENSE
--- old/Lingua-EN-Number-IsOrdinal-0.04/LICENSE 2013-01-14 04:53:35.0 
+0100
+++ new/Lingua-EN-Number-IsOrdinal-0.05/LICENSE 2015-03-23 05:06:56.0 
+0100
@@ -22,7 +22,7 @@
  Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Number-IsOrdinal-0.04/MANIFEST 
new/Lingua-EN-Number-IsOrdinal-0.05/MANIFEST
--- old/Lingua-EN-Number-IsOrdinal-0.04/MANIFEST2013-01-14 
04:53:35.0 +0100
+++ new/Lingua-EN-Number-IsOrdinal-0.05/MANIFEST2015-03-23 
05:06:56.0 +0100
@@ -1,3 +1,4 @@
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.031.
 Changes
 LICENSE
 MANIFEST
@@ -10,4 +11,5 @@
 t/00-compile.t
 t/basic.t
 t/lib/TestOrdinal.pm
+t/release-kwalitee.t
 t/release-pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Number-IsOrdinal-0.04/META.json 
new/Lingua-EN-Number-IsOrdinal-0.05/META.json
--- old/Lingua-EN-Number-IsOrdinal-0.04/META.json   2013-01-14 
04:53:35.0 +0100
+++ new/Lingua-EN-Number-IsOrdinal-0.05/META.json   2015-03-23 
05:06:56.0 +0100
@@ -4,13 +4,13 @@
   Rafael Kitover rkito...@cpan.org
],
dynamic_config : 0,
-   generated_by : Dist::Zilla version 4.300028, CPAN::Meta::Converter 
version 2.120921,
+   generated_by : Dist::Zilla version 5.031, CPAN::Meta::Converter version 
2.143240,
license : [
   perl_5
],
meta-spec : {
   url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
-  version : 2
+  version : 2
},
name : Lingua-EN-Number-IsOrdinal,
no_index : {
@@ 

commit perl-Email-Address for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Email-Address for 
openSUSE:Factory checked in at 2015-04-15 16:24:12

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


Package is perl-Email-Address

Changes:

--- /work/SRC/openSUSE:Factory/perl-Email-Address/perl-Email-Address.changes
2014-09-17 21:25:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Email-Address.new/perl-Email-Address.changes   
2015-04-15 16:24:13.0 +0200
@@ -1,0 +2,16 @@
+Mon Apr 13 19:07:17 UTC 2015 - co...@suse.com
+
+- updated to 1.907
+   see /usr/share/doc/packages/perl-Email-Address/Changes
+
+  1.907 2015-02-03 17:48:10-05:00 America/New_York
+  - restore 5.8.x compatibility
+  
+  1.906 2015-02-03 16:48:11-05:00 America/New_York
+  - the test suite tests parses more directly, which eliminates a 
number
+of misleading (and possibly wrong) test cases
+  - escaped characters in a quoted string are now properly unescaped
+for the -phrase method, which means things should round trip 
better
+from their decomposed form
+
+---

Old:

  Email-Address-1.905.tar.gz

New:

  Email-Address-1.907.tar.gz



Other differences:
--
++ perl-Email-Address.spec ++
--- /var/tmp/diff_new_pack.aBIyvQ/_old  2015-04-15 16:24:13.0 +0200
+++ /var/tmp/diff_new_pack.aBIyvQ/_new  2015-04-15 16:24:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Email-Address
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Email-Address
-Version:1.905
+Version:1.907
 Release:0
 %define cpan_name Email-Address
 Summary:RFC 2822 Address Parsing and Creation

++ Email-Address-1.905.tar.gz - Email-Address-1.907.tar.gz ++
 2569 lines of diff (skipped)




commit perl-Term-ProgressBar for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Term-ProgressBar for 
openSUSE:Factory checked in at 2015-04-15 16:23:02

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


Package is perl-Term-ProgressBar

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Term-ProgressBar/perl-Term-ProgressBar.changes  
2014-06-30 21:50:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Term-ProgressBar.new/perl-Term-ProgressBar.changes
 2015-04-15 16:23:03.0 +0200
@@ -1,0 +2,15 @@
+Mon Apr 13 19:08:26 UTC 2015 - co...@suse.com
+
+- updated to 2.17
+   see /usr/share/doc/packages/perl-Term-ProgressBar/Changes
+
+  2.17 2015-01-23
+ - Handle case when the maximum number of items is unknown (LukeGoodsell)
+  
+  2.16 2014-09-09 17:00:00
+ - Cygwin width issue  RT #8344 (LukeGoodsell)
+ - Remove unused DEBUG variables.
+ - Stop exorting $PACKAGE $VERSION.
+ - Add use warnings;
+
+---

Old:

  Term-ProgressBar-2.15.tar.gz

New:

  Term-ProgressBar-2.17.tar.gz



Other differences:
--
++ perl-Term-ProgressBar.spec ++
--- /var/tmp/diff_new_pack.M7HQHK/_old  2015-04-15 16:23:03.0 +0200
+++ /var/tmp/diff_new_pack.M7HQHK/_new  2015-04-15 16:23:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Term-ProgressBar
 #
-# 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,57 +16,72 @@
 #
 
 
-%define modname Term-ProgressBar
-
-Name:   perl-%{modname}
-Version:2.15
+Name:   perl-Term-ProgressBar
+Version:2.17
 Release:0
-Summary:A progress bar for terminals
-License:GPL-1.0+ or Artistic-1.0
+%define cpan_name Term-ProgressBar
+Summary:provide a progress meter on a standard terminal
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Requires:   perl(Class::MethodMaker)
-Requires:   perl(Term::ReadKey)
-BuildRequires:  perl(Capture::Tiny) = 0.13
-BuildRequires:  perl(Class::MethodMaker)
-BuildRequires:  perl(Term::ReadKey)
-BuildRequires:  perl(Test::Exception)
-Source: 
http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/%{modname}-%{version}.tar.gz
 Url:http://search.cpan.org/dist/Term-ProgressBar/
+Source: 
http://www.cpan.org/authors/id/S/SZ/SZABGAB/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(Capture::Tiny) = 0.13
+BuildRequires:  perl(Class::MethodMaker) = 1.02
+BuildRequires:  perl(Term::ReadKey) = 2.14
+BuildRequires:  perl(Test::Exception) = 0.31
+BuildRequires:  perl(Test::More) = 0.80
+Requires:   perl(Class::MethodMaker) = 1.02
+Requires:   perl(Term::ReadKey) = 2.14
+%{perl_requires}
 
 %description
-This module provides a simple progress indicator for command line
-programs.  You initialize a ProgressBar object with a brief
-description of what is happening and the number of things that need
-doing, and after each thing is done you call the object's update()
-method.
-
-At the moment, this is presented to the user (on stderr) as a sequence
-of 50 hash marks (no matter how many things are being done).
+Term::ProgressBar provides a simple progress bar on the terminal, to let
+the user know that something is happening, roughly how much stuff has been
+done, and maybe an estimate at how long remains.
+
+A typical use sets up the progress bar with a number of items to do, and
+then calls update to update the bar whenever an item is processed.
+
+Often, this would involve updating the progress bar many times with no
+user-visible change. To avoid unnecessary work, the update method returns a
+value, being the update value at which the user will next see a change. By
+only calling update when the current value exceeds the next update value,
+the call overhead is reduced.
+
+Remember to call the '$progress-update($max_value)' when the job is done
+to get a nice 100% done bar.
+
+A progress bar by default is simple; it just goes from left-to-right,
+filling the bar with '=' characters. These are called *major* characters.
+For long-running jobs, this may be too slow, so two additional features are
+available: a linear completion time estimator, and/or a *minor* character:
+this is a character that _moves_ from left-to-right on the progress bar (it
+does 

commit perl-Syntax-Keyword-Junction for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Syntax-Keyword-Junction for 
openSUSE:Factory checked in at 2015-04-15 16:23:12

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


Package is perl-Syntax-Keyword-Junction

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Syntax-Keyword-Junction/perl-Syntax-Keyword-Junction.changes
2014-03-11 08:03:12.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Syntax-Keyword-Junction.new/perl-Syntax-Keyword-Junction.changes
   2015-04-15 16:23:13.0 +0200
@@ -1,0 +2,9 @@
+Mon Apr 13 18:30:02 UTC 2015 - co...@suse.com
+
+- updated to 0.003008
+   see /usr/share/doc/packages/perl-Syntax-Keyword-Junction/Changes
+
+  0.003008  2014-07-06 20:08:35-05:00 America/Chicago
+   - Stop using base.pm (Olivier Mengué)
+
+---

Old:

  Syntax-Keyword-Junction-0.003007.tar.gz

New:

  Syntax-Keyword-Junction-0.003008.tar.gz



Other differences:
--
++ perl-Syntax-Keyword-Junction.spec ++
--- /var/tmp/diff_new_pack.Q8GDpM/_old  2015-04-15 16:23:13.0 +0200
+++ /var/tmp/diff_new_pack.Q8GDpM/_new  2015-04-15 16:23:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Syntax-Keyword-Junction
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Syntax-Keyword-Junction
-Version:0.003007
+Version:0.003008
 Release:0
 %define cpan_name Syntax-Keyword-Junction
 Summary:Perl6 style Junction operators in Perl5
@@ -32,8 +32,10 @@
 BuildRequires:  perl(Sub::Exporter::Progressive) = 0.001006
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Requires) = 0.07
+BuildRequires:  perl(parent)
 BuildRequires:  perl(syntax)
 Requires:   perl(Sub::Exporter::Progressive) = 0.001006
+Requires:   perl(parent)
 Requires:   perl(syntax)
 %{perl_requires}
 
@@ -69,6 +71,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes cpanfile LICENSE README
+%doc Changes LICENSE README
 
 %changelog

++ Syntax-Keyword-Junction-0.003007.tar.gz - 
Syntax-Keyword-Junction-0.003008.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Syntax-Keyword-Junction-0.003007/Changes 
new/Syntax-Keyword-Junction-0.003008/Changes
--- old/Syntax-Keyword-Junction-0.003007/Changes2013-11-23 
21:28:19.0 +0100
+++ new/Syntax-Keyword-Junction-0.003008/Changes2014-07-07 
03:08:37.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Syntax-Keyword-Junction
 
+0.003008  2014-07-06 20:08:35-05:00 America/Chicago
+ - Stop using base.pm (Olivier Mengué)
+
 0.003007  2013-11-23 14:28:14 America/Chicago
  - Minor typo fixes
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Syntax-Keyword-Junction-0.003007/LICENSE 
new/Syntax-Keyword-Junction-0.003008/LICENSE
--- old/Syntax-Keyword-Junction-0.003007/LICENSE2013-11-23 
21:28:19.0 +0100
+++ new/Syntax-Keyword-Junction-0.003008/LICENSE2014-07-07 
03:08:37.0 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2013 by Arthur Axel fREW Schmidt.
+This software is copyright (c) 2014 by Arthur Axel fREW Schmidt.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2013 by Arthur Axel fREW Schmidt.
+This software is Copyright (c) 2014 by Arthur Axel fREW Schmidt.
 
 This is free software, licensed under:
 
@@ -22,7 +22,7 @@
  Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2013 by Arthur Axel fREW Schmidt.
+This software is Copyright (c) 2014 by Arthur Axel fREW Schmidt.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Syntax-Keyword-Junction-0.003007/MANIFEST 

commit perl-Test-Most for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Most for openSUSE:Factory 
checked in at 2015-04-15 16:22:52

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


Package is perl-Test-Most

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Most/perl-Test-Most.changes
2014-03-25 13:26:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Most.new/perl-Test-Most.changes   
2015-04-15 16:22:53.0 +0200
@@ -1,0 +2,15 @@
+Mon Apr 13 18:32:34 UTC 2015 - co...@suse.com
+
+- updated to 0.34
+   see /usr/share/doc/packages/perl-Test-Most/Changes
+
+  0.342014-08-03
+  - Make compatible with the new Test::Builder (exodist - Chad Granum)
+  - Backwards-incompatible change: reftype no longer exported by
+default. See https://github.com/Ovid/test--most/issues/6 (reported
+by rjattril). This should not be noticed by most users
+(crosses-fingers).
+  - defer_plan() has long been deprecated and will be removed in a
+future release. This release carp()s if you try to call it.
+
+---

Old:

  Test-Most-0.33.tar.gz

New:

  Test-Most-0.34.tar.gz



Other differences:
--
++ perl-Test-Most.spec ++
--- /var/tmp/diff_new_pack.q7AqUI/_old  2015-04-15 16:22:53.0 +0200
+++ /var/tmp/diff_new_pack.q7AqUI/_new  2015-04-15 16:22:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Most
 #
-# 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,10 +17,10 @@
 
 
 Name:   perl-Test-Most
-Version:0.33
+Version:0.34
 Release:0
 %define cpan_name Test-Most
-Summary:Most commonly needed test functions and features
+Summary:Most commonly needed test functions and features.
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Most/

++ Test-Most-0.33.tar.gz - Test-Most-0.34.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Most-0.33/Changes new/Test-Most-0.34/Changes
--- old/Test-Most-0.33/Changes  2014-01-12 12:00:36.0 +0100
+++ new/Test-Most-0.34/Changes  2014-08-03 09:07:07.0 +0200
@@ -1,5 +1,14 @@
 Revision history for Test::Most
 
+0.342014-08-03
+- Make compatible with the new Test::Builder (exodist - Chad Granum)
+- Backwards-incompatible change: reftype no longer exported by
+  default. See https://github.com/Ovid/test--most/issues/6 (reported
+  by rjattril). This should not be noticed by most users
+  (crosses-fingers).
+- defer_plan() has long been deprecated and will be removed in a
+  future release. This release carp()s if you try to call it.
+
 0.332013-01-12
 - Oops. Uploaded a bad .tar.gz
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Most-0.33/META.json new/Test-Most-0.34/META.json
--- old/Test-Most-0.33/META.json2014-01-12 12:01:22.0 +0100
+++ new/Test-Most-0.34/META.json2014-08-03 09:08:42.0 +0200
@@ -4,7 +4,7 @@
   unknown
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.132830,
+   generated_by : ExtUtils::MakeMaker version 6.92, CPAN::Meta::Converter 
version 2.140640,
license : [
   unknown
],
@@ -19,6 +19,29 @@
  inc
   ]
},
+   prereqs : {
+  build : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  configure : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  runtime : {
+ requires : {
+Exception::Class : 1.14,
+Test::Deep : 0.106,
+Test::Differences : 0.61,
+Test::Exception : 0.31,
+Test::Harness : 3.21,
+Test::More : 0.88,
+Test::Warn : 0.23
+ }
+  }
+   },
release_status : stable,
resources : {
   repository : {
@@ -26,5 +49,5 @@
  web : https://github.com/Ovid/test--most;
   }
},
-   version : 0.33
+   version : 0.34
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Most-0.33/META.yml new/Test-Most-0.34/META.yml
--- 

commit perl-Makefile-DOM for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Makefile-DOM for 
openSUSE:Factory checked in at 2015-04-15 16:26:04

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


Package is perl-Makefile-DOM

Changes:

--- /work/SRC/openSUSE:Factory/perl-Makefile-DOM/perl-Makefile-DOM.changes  
2011-11-21 12:42:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Makefile-DOM.new/perl-Makefile-DOM.changes 
2015-04-15 16:26:05.0 +0200
@@ -1,0 +2,14 @@
+Tue Apr 14 19:20:50 UTC 2015 - co...@suse.com
+
+- updated to 0.008
+   see /usr/share/doc/packages/perl-Makefile-DOM/Changes
+
+  0.008  2014-11-18
+  * bugfix: fixed a regression in 0.007 which changed the API of 
MDOM::Document::Gmake
+and broke backward-compatibility.
+  
+  0.007  2014-11-18
+  * bugfix: The test file pod-coverage.t was failing. thanks ambs (Alberto 
Simões)
+for the original patch.
+
+---

Old:

  Makefile-DOM-0.006.tar.gz

New:

  Makefile-DOM-0.008.tar.gz



Other differences:
--
++ perl-Makefile-DOM.spec ++
--- /var/tmp/diff_new_pack.Zy4RFY/_old  2015-04-15 16:26:05.0 +0200
+++ /var/tmp/diff_new_pack.Zy4RFY/_new  2015-04-15 16:26:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Makefile-DOM
 #
-# 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,21 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Makefile-DOM
+Version:0.008
+Release:0
 %define cpan_name Makefile-DOM
 Summary:Simple DOM parser for Makefiles
-Version:0.006
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Makefile-DOM/
-Source: 
http://www.cpan.org/authors/id/A/AG/AGENT/Makefile-DOM-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/A/AG/AGENT/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Clone) = 0.18
@@ -38,6 +35,7 @@
 Requires:   perl(Clone) = 0.18
 Requires:   perl(List::MoreUtils) = 0.21
 Requires:   perl(Params::Util) = 0.22
+%{perl_requires}
 
 %description
 This libary can serve as an advanced lexer for (GNU) makefiles. It parses
@@ -46,12 +44,30 @@
 information in the original input files, including white spaces, blank
 lines and makefile comments. That means it's possible to reproduce the
 original makefiles from the DOM trees. In addition, each node of the DOM
-trees is modifiable and so is the whole tree, just like the PPI module used
-for Perl source parsing and the HTML::TreeBuilder module used for parsing
-HTML source.
+trees is modifiable and so is the whole tree, just like the the PPI manpage
+module used for Perl source parsing and the the HTML::TreeBuilder manpage
+module used for parsing HTML source.
+
+If you're looking for a true GNU make parser that generates an AST, please
+see the Makefile::Parser::GmakeDB manpage instead.
+
+The interface of 'Makefile::DOM' mimics the API design of the PPI manpage.
+In fact, I've directly stolen the source code and POD documentation of the
+PPI::Node manpage, the PPI::Element manpage, and the PPI::Dumper manpage,
+with the full permission from the author of the PPI manpage, Adam Kennedy.
+
+'Makefile::DOM' tries to be independent of specific makefile's syntax. The
+same set of DOM node types is supposed to get shared by different makefile
+DOM generators. For example, the MDOM::Document::Gmake manpage parses GNU
+makefiles and returns an instance of the MDOM::Document manpage, i.e., the
+root of the DOM tree while the NMAKE makefile lexer in the future,
+'MDOM::Document::Nmake', also returns instances of the the MDOM::Document
+manpage class. Later, I'll also consider adding support for dmake and
+bsdmake.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -62,18 +78,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

commit perl-Pod-Spell for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Pod-Spell for openSUSE:Factory 
checked in at 2015-04-15 16:26:40

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


Package is perl-Pod-Spell

Changes:

--- /work/SRC/openSUSE:Factory/perl-Pod-Spell/perl-Pod-Spell.changes
2014-09-17 17:26:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new/perl-Pod-Spell.changes   
2015-04-15 16:26:40.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 14 21:10:29 UTC 2015 - co...@suse.com
+
+- updated to 1.17
+   see /usr/share/doc/packages/perl-Pod-Spell/Changes
+
+  1.17  2015-03-08
+   - revert changes in 1.16 they are not compatible with windows GH #18
+  
+  1.16  2015-02-24
+   - podspell script: set output encoding from locale CTYPE (DOLMEN)
+
+---

Old:

  Pod-Spell-1.15.tar.gz

New:

  Pod-Spell-1.17.tar.gz



Other differences:
--
++ perl-Pod-Spell.spec ++
--- /var/tmp/diff_new_pack.JbswUk/_old  2015-04-15 16:26:41.0 +0200
+++ /var/tmp/diff_new_pack.JbswUk/_new  2015-04-15 16:26:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Pod-Spell
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Pod-Spell
-Version:1.15
+Version:1.17
 Release:0
 %define cpan_name Pod-Spell
 Summary:a formatter for spellchecking Pod
@@ -30,12 +30,11 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Class::Tiny)
-BuildRequires:  perl(File::ShareDir::Install) = 0.03
+BuildRequires:  perl(File::ShareDir::Install) = 0.06
 BuildRequires:  perl(File::ShareDir::ProjectDistDir) = 1.000
 BuildRequires:  perl(Lingua::EN::Inflect)
 BuildRequires:  perl(Pod::Escapes)
 BuildRequires:  perl(Test::Deep)
-BuildRequires:  perl(version)
 Requires:   perl(Class::Tiny)
 Requires:   perl(File::ShareDir::ProjectDistDir) = 1.000
 Requires:   perl(Lingua::EN::Inflect)
@@ -80,6 +79,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE perlcritic.rc README
+%doc Changes CONTRIBUTING LICENSE README
 
 %changelog

++ Pod-Spell-1.15.tar.gz - Pod-Spell-1.17.tar.gz ++
 1661 lines of diff (skipped)




commit perl-Net-CIDR-Set for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-CIDR-Set for 
openSUSE:Factory checked in at 2015-04-15 16:26:20

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


Package is perl-Net-CIDR-Set

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-CIDR-Set/perl-Net-CIDR-Set.changes  
2012-06-12 21:59:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-CIDR-Set.new/perl-Net-CIDR-Set.changes 
2015-04-15 16:26:22.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 14 20:36:07 UTC 2015 - co...@suse.com
+
+- updated to 0.13
+   see /usr/share/doc/packages/perl-Net-CIDR-Set/Changes
+
+---

Old:

  Net-CIDR-Set-0.11.tar.gz

New:

  Net-CIDR-Set-0.13.tar.gz



Other differences:
--
++ perl-Net-CIDR-Set.spec ++
--- /var/tmp/diff_new_pack.p08lZy/_old  2015-04-15 16:26:22.0 +0200
+++ /var/tmp/diff_new_pack.p08lZy/_new  2015-04-15 16:26:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-CIDR-Set
 #
-# 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,20 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-Net-CIDR-Set
+Version:0.13
+Release:0
 %define cpan_name Net-CIDR-Set
 Summary:Manipulate sets of IP addresses
-Version:0.11
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Net-CIDR-Set/
-Source: 
http://www.cpan.org/authors/id/A/AN/ANDYA/Net-CIDR-Set-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/A/AN/ANDYA/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build) = 0.42
 %{perl_requires}
 
 %description
@@ -61,11 +62,8 @@
 ./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

++ Net-CIDR-Set-0.11.tar.gz - Net-CIDR-Set-0.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-CIDR-Set-0.11/Changes 
new/Net-CIDR-Set-0.13/Changes
--- old/Net-CIDR-Set-0.11/Changes   2009-01-30 00:01:39.0 +0100
+++ new/Net-CIDR-Set-0.13/Changes   2014-02-24 14:46:33.0 +0100
@@ -1,8 +1,14 @@
 Revision history for Net-CIDR-Set
 
-2009-01-29 0.10
-  - Initial release
- 
-2009-01-29 0.11
-  - Remove broken cidrcalc
+0.10  2009-01-29
+  - Initial release
  
+0.11  2009-01-29
+  - Remove broken cidrcalc
+
+0.12  2009-05-29
+  - Move to GitHub 
+
+0.13  2014-02-24
+  - Applied Brian Gottreu's fix for
+https://rt.cpan.org/Public/Bug/Display.html?id=49632
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-CIDR-Set-0.11/MANIFEST 
new/Net-CIDR-Set-0.13/MANIFEST
--- old/Net-CIDR-Set-0.11/MANIFEST  2009-01-30 00:01:39.0 +0100
+++ new/Net-CIDR-Set-0.13/MANIFEST  2014-02-24 14:46:33.0 +0100
@@ -14,3 +14,4 @@
 t/pod.t
 t/private.t
 META.yml
+META.json
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-CIDR-Set-0.11/META.json 
new/Net-CIDR-Set-0.13/META.json
--- old/Net-CIDR-Set-0.11/META.json 1970-01-01 01:00:00.0 +0100
+++ new/Net-CIDR-Set-0.13/META.json 2014-02-24 14:46:33.0 +0100
@@ -0,0 +1,55 @@
+{
+   abstract : Manipulate sets of IP addresses,
+   author : [
+  Andy Armstrong andy.armstr...@messagesystems.com
+   ],
+   dynamic_config : 1,
+   generated_by : Module::Build version 0.4205,
+   license : [
+  perl_5
+   ],
+   meta-spec : {
+  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  version : 2
+   },
+   name : Net-CIDR-Set,
+   prereqs : {
+  configure : {
+ requires : {
+Module::Build : 0.42
+ }
+  },
+  runtime : {
+ requires : {
+Test::More : 0
+ }
+  }
+   },
+   provides : {
+  Net::CIDR::Set : {
+ file : lib/Net/CIDR/Set.pm,
+ version : 0.13
+  },
+  Net::CIDR::Set::IPv4 : {
+ file : 

commit perl-POE-Test-Loops for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-POE-Test-Loops for 
openSUSE:Factory checked in at 2015-04-15 16:26:43

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


Package is perl-POE-Test-Loops

Changes:

--- /work/SRC/openSUSE:Factory/perl-POE-Test-Loops/perl-POE-Test-Loops.changes  
2014-07-28 16:20:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-POE-Test-Loops.new/perl-POE-Test-Loops.changes 
2015-04-15 16:26:45.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 14 20:02:27 UTC 2015 - co...@suse.com
+
+- updated to 1.360
+   see /usr/share/doc/packages/perl-POE-Test-Loops/CHANGES
+
+---

Old:

  POE-Test-Loops-1.358.tar.gz

New:

  POE-Test-Loops-1.360.tar.gz



Other differences:
--
++ perl-POE-Test-Loops.spec ++
--- /var/tmp/diff_new_pack.E3mtv3/_old  2015-04-15 16:26:45.0 +0200
+++ /var/tmp/diff_new_pack.E3mtv3/_new  2015-04-15 16:26:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-POE-Test-Loops
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-POE-Test-Loops
-Version:1.358
+Version:1.360
 Release:0
 %define cpan_name POE-Test-Loops
 Summary:Reusable tests for POE::Loop authors
@@ -29,8 +29,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More) = 1.001003
-Requires:   perl(Test::More) = 1.001003
+BuildRequires:  perl(Test::More) = 1.001002
+Requires:   perl(Test::More) = 1.001002
 %{perl_requires}
 
 %description

++ POE-Test-Loops-1.358.tar.gz - POE-Test-Loops-1.360.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/POE-Test-Loops-1.358/CHANGES 
new/POE-Test-Loops-1.360/CHANGES
--- old/POE-Test-Loops-1.358/CHANGES2014-07-13 00:24:11.0 +0200
+++ new/POE-Test-Loops-1.360/CHANGES2014-11-03 19:39:14.0 +0100
@@ -1,9 +1,46 @@
 ==
-Changes from 2013-07-12 00:00:00 + to present.
+Changes from 2013-11-03 00:00:00 + to present.
 ==
 
 --
-version 1.358 at 2014-07-12 22:24:02 +
+version 1.360 at 2014-11-03 18:39:01 +
+--
+
+  Change: 321dbe7f3249bb5c82c83fbad8a9faf2b0319f22
+  Author: Rocco Caputo rcap...@cpan.org
+  Date : 2014-11-03 11:51:29 +
+
+Update dist.ini for relatively new plugi behaviors. 
+
+  Change: 88af7cb4cc1bd0cb92bcfd3d2e986264f2c040d7
+  Author: Rocco Caputo rcap...@cpan.org
+  Date : 2014-10-30 12:38:45 +
+
+Reflect a change in POE::Kernel-stop() behavior. 
+
+--
+version 1.359 at 2014-07-27 07:07:53 +
+--
+
+  Change: e9ea00e6e02120b66577e68f1a969cb550eaf3ed
+  Author: Rocco Caputo rcap...@cpan.org
+  Date : 2014-07-27 03:07:53 +
+
+Merge pull request #4 from Hugmeir/master
+
+Don't assume that /tmp exists, use File::Temp instead 
+
+  Change: b96cbffbbf9e418014bb049449989ccc9a53f505
+  Author: Brian Fraser frase...@gmail.com
+  Date : 2014-07-27 03:35:16 +
+
+Don't assume that /tmp exists, use File::Temp instead
+
+Some unixy systems don't have /tmp (android, blackberry 10) which was
+causing tests in POE to fail. 
+
+--
+version 1.358 at 2014-07-12 22:14:15 +
 --
 
   Change: 9bb32997c9b77e5c3ae33229f3e8b0aae3ad5263
@@ -91,145 +128,6 @@
 
 Switch a test from ok() to is() for more fail-time information. 
 
---
-version 1.354 at 2013-10-20 17:59:31 +
---
-
-  Change: 8d9b7477dd1528890923237090cf673ae55426e2
-  Author: Rocco Caputo rcap...@cpan.org
-  Date : 2013-10-20 13:59:31 +
-
-[rt.cpan.org 89568] Set Test::More prerequisite.
-
-Resolves a bug reported by Doug Truesdell at John Deere. 
-
---
-version 1.353 at 2013-09-15 20:06:22 +
---
-
-  Change: 8beabfebf53200a01b50a4d7d7f64ac4e429248e
-  Author: Rocco Caputo rcap...@cpan.org
-  Date : 2013-09-15 16:06:22 +
-
-Fix 

commit perl-Proc-Fork for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Proc-Fork for openSUSE:Factory 
checked in at 2015-04-15 16:26:46

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


Package is perl-Proc-Fork

Changes:

--- /work/SRC/openSUSE:Factory/perl-Proc-Fork/perl-Proc-Fork.changes
2013-06-21 13:37:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Proc-Fork.new/perl-Proc-Fork.changes   
2015-04-15 16:26:47.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 14 15:37:08 UTC 2015 - co...@suse.com
+
+- updated to 0.804
+   see /usr/share/doc/packages/perl-Proc-Fork/Changes
+
+---

Old:

  Proc-Fork-0.802.tar.gz

New:

  Proc-Fork-0.804.tar.gz



Other differences:
--
++ perl-Proc-Fork.spec ++
--- /var/tmp/diff_new_pack.M0j1gR/_old  2015-04-15 16:26:47.0 +0200
+++ /var/tmp/diff_new_pack.M0j1gR/_new  2015-04-15 16:26:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Proc-Fork
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Proc-Fork
-Version:0.802
+Version:0.804
 Release:0
 %define cpan_name Proc-Fork
 Summary:simple, intuitive interface to the fork() system call
@@ -30,7 +30,6 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Exporter::Tidy)
-#BuildRequires: perl(Proc::Fork)
 Requires:   perl(Exporter::Tidy)
 %{perl_requires}
 
@@ -77,6 +76,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README weaver.ini
+%doc Changes LICENSE README
 
 %changelog

++ Proc-Fork-0.802.tar.gz - Proc-Fork-0.804.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-Fork-0.802/Changes new/Proc-Fork-0.804/Changes
--- old/Proc-Fork-0.802/Changes 2013-01-24 12:06:30.0 +0100
+++ new/Proc-Fork-0.804/Changes 2015-01-10 11:48:30.0 +0100
@@ -1,203 +1,89 @@
-=head1 Revision history for Proc-Fork
+Release history for Proc-Fork
 
+0.804 Sat 10 Jan 2015
+   - No functional changes
+   - No longer contains INSTALL file with install-as-root instructions
+
+0.803 Mon 05 Jan 2015
+   - No functional changes
+   - Test suite cleanup
+   - Minimum Perl requirement specified
+
+0.802 Thu 24 Jan 2013
+   - Simplified internals further still
+
+0.801 Thu 03 Jan 2013
+   - No functional changes
+   - Credit to Eric Roode for the docs added back
+
+0.800 Wed 02 Jan 2013
+   - Complete rewrite and simplification of internals
+ (all operation and error checking is now in a single function)
+
+0.71 Mon 22 Sep 2008
+   - Brown paper bag release
+ (forgot some parens that are mandatory in 5.10 but not 5.8.8)
+
+0.7 Sat 20 Sep 2008
+   - Completely new internal structure; modified API, now with a 
Crun_fork wrapper.
+ Should address both the semicolon problem and the context sensitivity
+ problem pointed out on AnnoCPAN by dmcbride. Code written against the
+ previous API design will continue to work unchanged.
+   - LExporter::Tidy replaces some local code.
+   - POD examples extracted and provided as files in an Feg/ directory.
+ Yes, this is Kwalitee whoring. Hopefully I won't make changes to the 
docs
+ that I then forget to update in the Feg/ copies. Yay for CPANTS.
+
+0.61 Sun 23 Dec 2007
+   - Test suite fix for Perl 5.5.5
+ (t/01.real.t would generate the TAP header multiple times)
+
+0.6 Sun 23 Dec 2007
+   - No `our` in test suite, now works on pre-5.6 perls
+
+0.5 Fri 21 Dec 2007
+   - Windows compat: no in-place modification of C@_ with Cgoto
+   - Windows compat: no taint checking in tests
+   - Many thanks to David Golden for the Windows compat fixes
+   - Carp loaded on demand
+   - Exporter dropped
+
+0.4 Sun 01 Apr 2007
+   - Internals simplification in hopes of fixing #17474 and #17926;
+ unfortunately, no dice
+
+0.3 Wed 10 May 2006
+   - Tests with real fork() call
+ (intended to resolve stalled bugs #17474 and #17926)
+   - Test for $pid getting passed to the parent block
+
+0.2 Sat 04 Mar 2006
+   - Internals refactor to fix bugs #17474 and #17926
+   - Test suite rejig, new test for the syntax error catcher
+
+0.11 Mon 03 Oct 2005
+   - POD and POD coverage tests
+   - Now using 

commit perl-Net-IDN-Nameprep for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-IDN-Nameprep for 
openSUSE:Factory checked in at 2015-04-15 16:26:22

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


Package is perl-Net-IDN-Nameprep

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Net-IDN-Nameprep/perl-Net-IDN-Nameprep.changes  
2012-03-02 13:49:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-IDN-Nameprep.new/perl-Net-IDN-Nameprep.changes
 2015-04-15 16:26:22.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 14 19:49:15 UTC 2015 - co...@suse.com
+
+- updated to 1.101
+   see /usr/share/doc/packages/perl-Net-IDN-Nameprep/Changes
+
+  1.101 (2011-12-08)
+  
+   - FIXES: #72615 faulty data in Build.PL causes a lack of
+ meta files, which breaks carton.
+
+---

Old:

  Net-IDN-Nameprep-1.100.tar.gz

New:

  Net-IDN-Nameprep-1.101.tar.gz



Other differences:
--
++ perl-Net-IDN-Nameprep.spec ++
--- /var/tmp/diff_new_pack.L6fRuu/_old  2015-04-15 16:26:23.0 +0200
+++ /var/tmp/diff_new_pack.L6fRuu/_new  2015-04-15 16:26:23.0 +0200
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
 #
 # spec file for package perl-Net-IDN-Nameprep
 #
-# 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
@@ -18,64 +17,49 @@
 
 
 Name:   perl-Net-IDN-Nameprep
-Version:1.100
+Version:1.101
 Release:0
-Summary:Stringprep Profile for Internationalized Domain Names (RFC 
3491)
+%define cpan_name Net-IDN-Nameprep
+Summary:A Stringprep Profile for Internationalized Domain Names (SRFC 
3491)
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/Net-IDN-Nameprep-%{version}.tar.gz
 Url:http://search.cpan.org/dist/Net-IDN-Nameprep/
+Source: 
http://www.cpan.org/authors/id/C/CF/CFAERBER/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Module::Build) = 0.38
 BuildRequires:  perl(Test::NoWarnings)
-BuildRequires:  perl(Unicode::Stringprep)
-Requires:   perl(Unicode::Stringprep)
+BuildRequires:  perl(Unicode::Stringprep) = 1.1
+Requires:   perl(Unicode::Stringprep) = 1.1
+%{perl_requires}
 
 %description
-This module implements the nameprep specification, which describes how to
+This module implements the _nameprep_ specification, which describes how to
 prepare internationalized domain name (IDN) labels in order to increase the
-likelihood that name input and name comparison work in ways that make sense for
-typical users throughout the world. Nameprep is a profile of the stringprep
-protocol and is used as part of a suite of on-the-wire protocols for
-internationalizing the Domain Name System (DNS).
+likelihood that name input and name comparison work in ways that make sense
+for typical users throughout the world. Nameprep is a profile of the
+stringprep protocol and is used as part of a suite of on-the-wire protocols
+for internationalizing the Domain Name System (DNS).
 
 %prep
-%setup -q -n Net-IDN-Nameprep-%{version}
-%__sed -i '/^auto_install/d' Makefile.PL
-%__chmod -x Changes
-find . -name '*.pm' -exec %__chmod -x {} \;
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%__perl Makefile.PL PREFIX=%{_prefix}
-%__make %{?jobs:-j%{jobs}}
-
-%__perl ./Build.PL
-./Build
-
-%install
-%perl_make_install
-./Build pure_install --destdir %{buildroot} --installdirs vendor
-%perl_process_packlist
+%{__perl} Build.PL installdirs=vendor
+./Build build flags=%{?_smp_mflags}
 
 %check
-%__make test
 ./Build test
 
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
+%install
+./Build install destdir=%{buildroot} create_packlist=0
+%perl_gen_filelist
 
-%files
-%defattr(-,root,root)
-%doc Changes README
-%dir %{perl_vendorlib}/Net
-%dir %{perl_vendorlib}/Net/IDN
-%{perl_vendorlib}/Net/IDN/Nameprep.pm
-%dir %{perl_vendorarch}/auto/Net
-%dir %{perl_vendorarch}/auto/Net/IDN
-%{perl_vendorarch}/auto/Net/IDN/Nameprep
-%doc %{perl_man3dir}/Net::IDN::Nameprep.%{perl_man3ext}%{ext_man}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes LICENSE README
 
 %changelog

++ Net-IDN-Nameprep-1.100.tar.gz - 

commit perl-Params-Validate for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Params-Validate for 
openSUSE:Factory checked in at 2015-04-15 16:26:31

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


Package is perl-Params-Validate

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Params-Validate/perl-Params-Validate.changes
2014-08-05 21:11:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Params-Validate.new/perl-Params-Validate.changes
   2015-04-15 16:26:32.0 +0200
@@ -1,0 +2,40 @@
+Tue Apr 14 20:51:06 UTC 2015 - co...@suse.com
+
+- updated to 1.18
+   see /usr/share/doc/packages/perl-Params-Validate/Changes
+
+  1.182015-02-13
+  
+  - We no longer attempt to save and restore an existing $SIG{__DIE__} hook
+before calling a validation callback. This uses undocumented black magic
+poking at the Perl interpreter guts, which seems to cause sporadic
+segfaults. Reported by David Wheeler with help from Andreas Koenig. RT
+#102112.
+  
+  
+  1.172015-01-08
+  
+  - More XS fixes. Simplified how we localize $@ in the XS code and fixed error
+with Perls compiled with -DDEBUGGING. Reported by Lars Dɪᴇᴄᴋᴏᴡ. RT #101416.
+  
+  
+  1.162015-01-07
+  
+  - The changes in 1.14 introduced a memory leak any time a callback was called
+and it did not throw an error that was a reference. This affected the
+DateTime constructor and probably many other things. Reported by David
+Kayal. RT #101380.
+  
+  
+  1.152015-01-01
+  
+  - No changes from 1.14
+  
+  
+  1.142014-12-20 (TRIAL RELEASE)
+  
+  - Callbacks can now die to provide a custom error message or exception
+object. Requested by multiple people. Addresses RT #95701 and will allow
+MooseX::Params::Validate to use messages provided by the type object.
+
+---

Old:

  Params-Validate-1.13.tar.gz

New:

  Params-Validate-1.18.tar.gz



Other differences:
--
++ perl-Params-Validate.spec ++
--- /var/tmp/diff_new_pack.gdsRTK/_old  2015-04-15 16:26:32.0 +0200
+++ /var/tmp/diff_new_pack.gdsRTK/_new  2015-04-15 16:26:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Params-Validate
 #
-# 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,22 @@
 
 
 Name:   perl-Params-Validate
-Version:1.13
+Version:1.18
 Release:0
 %define cpan_name Params-Validate
 Summary:Validate method/function parameters
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Params-Validate/
-Source: Params-Validate-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Attribute::Handlers) = 0.79
-BuildRequires:  perl(Module::Build) = 0.3601
+BuildRequires:  perl(Module::Build) = 0.28
 BuildRequires:  perl(Module::Implementation)
 BuildRequires:  perl(Test::Fatal)
-BuildRequires:  perl(Test::More) = 0.88
+BuildRequires:  perl(Test::More) = 0.96
 BuildRequires:  perl(Test::Requires)
 Requires:   perl(Attribute::Handlers) = 0.79
 Requires:   perl(Module::Implementation)
@@ -64,6 +64,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README TODO
+%doc Changes LICENSE README.md TODO
 
 %changelog

++ Params-Validate-1.13.tar.gz - Params-Validate-1.18.tar.gz ++
 6779 lines of diff (skipped)




commit perl-strictures for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-strictures for openSUSE:Factory 
checked in at 2015-04-15 16:26:52

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


Package is perl-strictures

Changes:

--- /work/SRC/openSUSE:Factory/perl-strictures/perl-strictures.changes  
2015-02-10 20:22:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-strictures.new/perl-strictures.changes 
2015-04-15 16:26:53.0 +0200
@@ -1,0 +2,14 @@
+Tue Apr 14 21:13:03 UTC 2015 - co...@suse.com
+
+- updated to 2.00
+   see /usr/share/doc/packages/perl-strictures/Changes
+
+  2.00 - 2015-02-26
+* Incompatible Changes
+  - strictures 2 fatalizes only a subset of warnings.  Some warning
+categories are not safe to catch, or just inappropriate to have fatal.
+Existing code looking like 'use strictures 1;' will continue to get the
+old behavior of fatalizing all errors.  The new behavior will take 
effect
+when no version or version 2 is specified.
+
+---

Old:

  strictures-1.005006.tar.gz

New:

  strictures-2.00.tar.gz



Other differences:
--
++ perl-strictures.spec ++
--- /var/tmp/diff_new_pack.9DPEKk/_old  2015-04-15 16:26:53.0 +0200
+++ /var/tmp/diff_new_pack.9DPEKk/_new  2015-04-15 16:26:53.0 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   perl-strictures
-Version:1.005006
+Version:2.00
 Release:0
 %define cpan_name strictures
-Summary:Turn on strict and make all warnings fatal
+Summary:turn on strict and make all warnings fatal
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/strictures/
@@ -70,15 +70,6 @@
 only to the mechanism of this code will result in a sub-version increase
 (e.g. 1.00 to 1.01 (1.0.1)).
 
-If the behaviour of 'use strictures' in normal mode changes in any way,
-that will constitute a major version increase -- and the code already
-checks when its version is tested to ensure that
-
-  use strictures 1;
-
-will continue to only introduce the current set of strictures even if 2.0
-is installed.
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 

++ strictures-1.005006.tar.gz - strictures-2.00.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/strictures-1.005006/Changes 
new/strictures-2.00/Changes
--- old/strictures-1.005006/Changes 2015-01-30 14:01:25.0 +0100
+++ new/strictures-2.00/Changes 2015-02-26 10:32:12.0 +0100
@@ -1,5 +1,13 @@
 Release history for strictures
 
+2.00 - 2015-02-26
+  * Incompatible Changes
+- strictures 2 fatalizes only a subset of warnings.  Some warning
+  categories are not safe to catch, or just inappropriate to have fatal.
+  Existing code looking like 'use strictures 1;' will continue to get the
+  old behavior of fatalizing all errors.  The new behavior will take effect
+  when no version or version 2 is specified.
+
 1.005006 - 2015-01-30
   - fix extra checks triggering on paths starting with t, xt, lib, or blib,
 rather than only triggering on those directories.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/strictures-1.005006/MANIFEST 
new/strictures-2.00/MANIFEST
--- old/strictures-1.005006/MANIFEST2015-01-30 14:01:44.0 +0100
+++ new/strictures-2.00/MANIFEST2015-02-26 10:32:27.0 +0100
@@ -1,11 +1,13 @@
 Changes
 lib/strictures.pm
+lib/strictures/extra.pm
 maint/Makefile.PL.include
 Makefile.PL
 MANIFEST   This list of files
 t/crash.t
 t/extras.t
 t/strictures.t
+xt/all-categories.t
 xt/pod.t
 META.yml Module YAML meta-data (added by 
MakeMaker)
 META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/strictures-1.005006/META.json 
new/strictures-2.00/META.json
--- old/strictures-1.005006/META.json   2015-01-30 14:01:44.0 +0100
+++ new/strictures-2.00/META.json   2015-02-26 10:32:27.0 +0100
@@ -4,7 +4,7 @@
   mst - Matt S. Trout (cpan:MSTROUT) m...@shadowcat.co.uk
],
dynamic_config : 1,
-   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
],
@@ -67,5 +67,5 @@
  web : 

commit perl-Net-SMTP-SSL for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-SMTP-SSL for 
openSUSE:Factory checked in at 2015-04-15 16:26:24

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


Package is perl-Net-SMTP-SSL

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-SMTP-SSL/perl-Net-SMTP-SSL.changes  
2011-09-23 12:38:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-SMTP-SSL.new/perl-Net-SMTP-SSL.changes 
2015-04-15 16:26:25.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr 14 18:27:30 UTC 2015 - co...@suse.com
+
+- updated to 1.02
+   see /usr/share/doc/packages/perl-Net-SMTP-SSL/Changes
+
+  1.022015-03-26
+  
+- make it work again under blead; thanks to Zefram for the patch
+
+---

Old:

  Net-SMTP-SSL-1.01.tar.gz

New:

  Net-SMTP-SSL-1.02.tar.gz



Other differences:
--
++ perl-Net-SMTP-SSL.spec ++
--- /var/tmp/diff_new_pack.y7c2bi/_old  2015-04-15 16:26:25.0 +0200
+++ /var/tmp/diff_new_pack.y7c2bi/_new  2015-04-15 16:26:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-SMTP-SSL
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,21 @@
 #
 
 
-
 Name:   perl-Net-SMTP-SSL
-Version:1.01
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.02
+Release:0
 %define cpan_name Net-SMTP-SSL
 Summary:SSL support for Net::SMTP
-Url:http://search.cpan.org/dist/Net-SMTP-SSL/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/C/CW/CWEST/Net-SMTP-SSL-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
-BuildRequires:  perl(IO::Socket::SSL)
+Url:http://search.cpan.org/dist/Net-SMTP-SSL/
+Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(IO::Socket::SSL)
 Requires:   perl(IO::Socket::SSL)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 %{perl_requires}
 
 %description
@@ -59,11 +57,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

++ Net-SMTP-SSL-1.01.tar.gz - Net-SMTP-SSL-1.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SMTP-SSL-1.01/Changes 
new/Net-SMTP-SSL-1.02/Changes
--- old/Net-SMTP-SSL-1.01/Changes   2004-07-20 05:14:39.0 +0200
+++ new/Net-SMTP-SSL-1.02/Changes   2015-03-26 23:07:10.0 +0100
@@ -1,3 +1,7 @@
+1.022015-03-26
+
+  - make it work again under blead; thanks to Zefram for the patch
+
 1.012004-07-19
 
   - Initial Revision.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SMTP-SSL-1.01/MANIFEST 
new/Net-SMTP-SSL-1.02/MANIFEST
--- old/Net-SMTP-SSL-1.01/MANIFEST  2004-07-20 05:15:49.0 +0200
+++ new/Net-SMTP-SSL-1.02/MANIFEST  2015-03-26 23:07:33.0 +0100
@@ -5,3 +5,4 @@
 META.yml
 README
 t/test.t
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SMTP-SSL-1.01/META.json 
new/Net-SMTP-SSL-1.02/META.json
--- old/Net-SMTP-SSL-1.01/META.json 1970-01-01 01:00:00.0 +0100
+++ new/Net-SMTP-SSL-1.02/META.json 2015-03-26 23:07:33.0 +0100
@@ -0,0 +1,43 @@
+{
+   abstract : SSL support for Net::SMTP,
+   author : [
+  Casey West ca...@geeknest.com
+   ],
+   dynamic_config : 1,
+   generated_by : ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.150001,
+   license : [
+  unknown
+   ],
+   meta-spec : {
+  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  version : 2
+   },
+   name : Net-SMTP-SSL,
+   no_index : {
+  directory : [
+ t,
+ inc
+  ]
+   },
+   prereqs : {
+  build : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  configure : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  runtime : {
+

commit perl-Parse-CPAN-Packages for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Parse-CPAN-Packages for 
openSUSE:Factory checked in at 2015-04-15 16:26:33

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


Package is perl-Parse-CPAN-Packages

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Parse-CPAN-Packages/perl-Parse-CPAN-Packages.changes
2013-06-13 18:20:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Parse-CPAN-Packages.new/perl-Parse-CPAN-Packages.changes
   2015-04-15 16:26:35.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr 14 20:52:22 UTC 2015 - co...@suse.com
+
+- updated to 2.40
+   see /usr/share/doc/packages/perl-Parse-CPAN-Packages/CHANGES
+
+  2.40 Fri Feb  7 23:44:00 BST 2015
+- changelog fix ( thanks to Karen Etheridge et...@cpan.org )
+  
+  2.39 Fri Feb  6 23:44:00 BST 2015
+- ported from Moose to Moo ( thanks to Olaf Alders 
o...@wundercounter.com )
+- github repo added to metadata ( thanks to Olaf Alders 
o...@wundercounter.com )
+
+---

Old:

  Parse-CPAN-Packages-2.38.tar.gz

New:

  Parse-CPAN-Packages-2.40.tar.gz



Other differences:
--
++ perl-Parse-CPAN-Packages.spec ++
--- /var/tmp/diff_new_pack.3ULQWV/_old  2015-04-15 16:26:35.0 +0200
+++ /var/tmp/diff_new_pack.3ULQWV/_new  2015-04-15 16:26:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Parse-CPAN-Packages
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Parse-CPAN-Packages
-Version:2.38
+Version:2.40
 Release:0
 %define cpan_name Parse-CPAN-Packages
 Summary:Parse 02packages.details.txt.gz
@@ -33,22 +33,23 @@
 BuildRequires:  perl(CPAN::DistnameInfo)
 BuildRequires:  perl(Compress::Zlib)
 BuildRequires:  perl(File::Slurp)
-BuildRequires:  perl(Moose)
+BuildRequires:  perl(Moo)
 BuildRequires:  perl(PPI)
 BuildRequires:  perl(Path::Class)
 BuildRequires:  perl(Test::InDistDir)
-BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Type::Utils)
+BuildRequires:  perl(Types::Standard)
 BuildRequires:  perl(version)
-#BuildRequires: perl(Parse::CPAN::Packages::Distribution)
-#BuildRequires: perl(Parse::CPAN::Packages::Package)
 Requires:   perl(Archive::Peek)
 Requires:   perl(CPAN::DistnameInfo)
 Requires:   perl(Compress::Zlib)
 Requires:   perl(File::Slurp)
-Requires:   perl(Moose)
+Requires:   perl(Moo)
 Requires:   perl(PPI)
 Requires:   perl(Path::Class)
 Requires:   perl(Test::InDistDir)
+Requires:   perl(Type::Utils)
+Requires:   perl(Types::Standard)
 Requires:   perl(version)
 %{perl_requires}
 

++ Parse-CPAN-Packages-2.38.tar.gz - Parse-CPAN-Packages-2.40.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Parse-CPAN-Packages-2.38/CHANGES 
new/Parse-CPAN-Packages-2.40/CHANGES
--- old/Parse-CPAN-Packages-2.38/CHANGES2012-12-03 14:58:04.0 
+0100
+++ new/Parse-CPAN-Packages-2.40/CHANGES2015-02-07 00:29:10.0 
+0100
@@ -1,5 +1,12 @@
 CHANGES file for Parse::CPAN::Packages
 
+2.40 Fri Feb  7 23:44:00 BST 2015
+  - changelog fix ( thanks to Karen Etheridge et...@cpan.org )
+
+2.39 Fri Feb  6 23:44:00 BST 2015
+  - ported from Moose to Moo ( thanks to Olaf Alders o...@wundercounter.com )
+  - github repo added to metadata ( thanks to Olaf Alders 
o...@wundercounter.com )
+
 2.38 Mon Dec  3 14:57:00 BST 2012
   - removed some dependency on hash ordering in the tests
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Parse-CPAN-Packages-2.38/MANIFEST 
new/Parse-CPAN-Packages-2.40/MANIFEST
--- old/Parse-CPAN-Packages-2.38/MANIFEST   2012-12-03 14:59:37.0 
+0100
+++ new/Parse-CPAN-Packages-2.40/MANIFEST   2015-02-07 00:30:48.0 
+0100
@@ -1,16 +1,16 @@
-CHANGES
-lib/Parse/CPAN/Packages.pm
-lib/Parse/CPAN/Packages/Distribution.pm
-lib/Parse/CPAN/Packages/Package.pm
-Makefile.PL
-MANIFEST   This list of files
-README
-t/02packages.details.txt
-t/02packages.details.txt.gz
-t/mirror/authors/id/K/KA/KANE/Acme-Comment-1.02.tar.gz
-t/mirror/modules/02packages.details.txt.gz
-t/simple.t
-xt/pod.t
-xt/pod_coverage.t
-META.yml Module YAML meta-data (added by 
MakeMaker)
-META.jsonModule JSON meta-data (added 

commit perl-Scope-Upper for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Scope-Upper for 
openSUSE:Factory checked in at 2015-04-15 16:26:49

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


Package is perl-Scope-Upper

Changes:

--- /work/SRC/openSUSE:Factory/perl-Scope-Upper/perl-Scope-Upper.changes
2013-10-06 14:31:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Scope-Upper.new/perl-Scope-Upper.changes   
2015-04-15 16:26:51.0 +0200
@@ -1,0 +2,32 @@
+Tue Apr 14 19:22:47 UTC 2015 - co...@suse.com
+
+- updated to 0.27
+   see /usr/share/doc/packages/perl-Scope-Upper/Changes
+
+  0.272015-03-27 22:10 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 : Memory leak with the uid() feature.
+  + Fix : Update the Windows ActivePerl + gcc 3.4 workaround for
+  ExtUtils::MakeMaker 7.04. Thanks Christian Walde for 
reporting
+  and feedback on this issue.
+  + Fix : reap(), localize(), localize_elem() and localize_delete()
+  will again work correctly on perl 5.19.4+ when the debugger
+  is enabled.
+  + Fix : Silence some compiler warnings.
+  
+  0.262015-03-12 23:30 UTC
+  + Fix : [RT #100264] : Don't use CvPADLIST on XSUBs
+  Thanks Father Chrysostomos for reporting and contributing a
+  patch.
+  + Fix : Be really compatible with the optional OP_PARENT feature.
+  
+  0.252014-09-21 17:10 UTC
+  + Add : Support for the PERL_OP_PARENT optional feature introduced in
+  perl 5.21.2.
+  + Fix : Work around an assertion failure in perl 5.21.4.
+
+---

Old:

  Scope-Upper-0.24.tar.gz

New:

  Scope-Upper-0.27.tar.gz



Other differences:
--
++ perl-Scope-Upper.spec ++
--- /var/tmp/diff_new_pack.gHeWe9/_old  2015-04-15 16:26:51.0 +0200
+++ /var/tmp/diff_new_pack.gHeWe9/_new  2015-04-15 16:26:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Scope-Upper
 #
-# 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,10 +17,10 @@
 
 
 Name:   perl-Scope-Upper
-Version:0.24
+Version:0.27
 Release:0
 %define cpan_name Scope-Upper
-Summary:Act on upper scopes.
+Summary:Act on upper scopes
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Scope-Upper/
@@ -28,13 +28,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(feature)
-#BuildRequires: perl(Scope::Upper)
-#BuildRequires: perl(Scope::Upper::TestGenerator)
-#BuildRequires: perl(Scope::Upper::TestThreads)
-#BuildRequires: perl(Sub::Uplevel)
-#BuildRequires: perl(Test::Leaner)
-#BuildRequires: perl(VPIT::TestHelpers)
 %{perl_requires}
 
 %description

++ Scope-Upper-0.24.tar.gz - Scope-Upper-0.27.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Scope-Upper-0.24/Changes new/Scope-Upper-0.27/Changes
--- old/Scope-Upper-0.24/Changes2013-09-10 12:46:59.0 +0200
+++ new/Scope-Upper-0.27/Changes2015-03-27 22:38:16.0 +0100
@@ -1,5 +1,31 @@
 Revision history for Scope-Upper
 
+0.272015-03-27 22:10 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 : Memory leak with the uid() feature.
++ Fix : Update the Windows ActivePerl + gcc 3.4 workaround for
+ExtUtils::MakeMaker 7.04. Thanks Christian Walde for reporting
+and feedback on this issue.
++ Fix : reap(), localize(), localize_elem() and localize_delete()
+will again work correctly on perl 5.19.4+ when the 

commit perl-SVG for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-SVG for openSUSE:Factory 
checked in at 2015-04-15 16:26:55

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


Package is perl-SVG

Changes:

--- /work/SRC/openSUSE:Factory/perl-SVG/perl-SVG.changes2013-06-05 
13:07:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-SVG.new/perl-SVG.changes   2015-04-15 
16:26:57.0 +0200
@@ -1,0 +2,24 @@
+Tue Apr 14 18:08:06 UTC 2015 - co...@suse.com
+
+- updated to 2.63
+   see /usr/share/doc/packages/perl-SVG/Changes
+
+  2.63 2015.03.06
+  - Move SVG results from POD to external files.
+  
+  2.62 2015.03.06
+  - Remove more duplicate pod.
+  - Encoding of the pod RT #89414
+  
+  2.61 2015.03.03
+  - Eliminate a bunch of duplicate documentation.
+  - Skip tidy testing if module is not available (RT #102484)
+  - POD formatting.
+  
+  2.60 2015.03.03
+   - Convert source files to utf8
+   - Add more tests
+   - css styles are now sorted to make it easeier to test
+   - Run Perltidy on the code
+
+---

Old:

  SVG-2.59.tar.gz

New:

  SVG-2.63.tar.gz



Other differences:
--
++ perl-SVG.spec ++
--- /var/tmp/diff_new_pack.V7gPKx/_old  2015-04-15 16:26:57.0 +0200
+++ /var/tmp/diff_new_pack.V7gPKx/_new  2015-04-15 16:26:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SVG
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-SVG
-Version:2.59
+Version:2.63
 Release:0
 %define cpan_name SVG
 Summary:Perl extension for generating Scalable Vector Graphics (SVG) 
documents
@@ -30,13 +30,6 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(parent)
-#BuildRequires: perl(Image::LibRSVG)
-#BuildRequires: perl(SVG)
-#BuildRequires: perl(SVG::DOM)
-#BuildRequires: perl(SVG::Element)
-#BuildRequires: perl(SVG::Extension)
-#BuildRequires: perl(SVG::XML)
-#BuildRequires: perl(Test::Perl::Critic)
 Requires:   perl(parent)
 %{perl_requires}
 

++ SVG-2.59.tar.gz - SVG-2.63.tar.gz ++
 5352 lines of diff (skipped)




commit rubygem-text for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package rubygem-text for openSUSE:Factory 
checked in at 2015-04-15 16:24:17

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


Package is rubygem-text

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-text/rubygem-text.changes
2015-02-11 16:45:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-text.new/rubygem-text.changes   
2015-04-15 16:24:18.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 14 04:31:32 UTC 2015 - co...@suse.com
+
+- updated to version 1.3.1
+
+---

Old:

  text-1.3.0.gem

New:

  text-1.3.1.gem



Other differences:
--
++ rubygem-text.spec ++
--- /var/tmp/diff_new_pack.tvF5l3/_old  2015-04-15 16:24:18.0 +0200
+++ /var/tmp/diff_new_pack.tvF5l3/_new  2015-04-15 16:24:18.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-text
-Version:1.3.0
+Version:1.3.1
 Release:0
 %define mod_name text
 %define mod_full_name %{mod_name}-%{version}

++ text-1.3.0.gem - text-1.3.1.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/text/levenshtein.rb new/lib/text/levenshtein.rb
--- old/lib/text/levenshtein.rb 2014-06-24 00:05:44.0 +0200
+++ new/lib/text/levenshtein.rb 2015-04-13 16:54:51.0 +0200
@@ -36,14 +36,15 @@
 
 private
   def distance_with_maximum(str1, str2, max_distance) # :nodoc:
-s, t = [str1, str2].sort_by(:length).
-map{ |str| str.encode(Encoding::UTF_8).unpack(U*) }
+s = str1.encode(Encoding::UTF_8).unpack(U*)
+t = str2.encode(Encoding::UTF_8).unpack(U*)
+
 n = s.length
 m = t.length
 big_int = n * m
-return m if n.zero?
-return n if m.zero?
-return 0 if s == t
+
+# Swap if necessary so that s is always the shorter of the two strings
+s, t, n, m = t, s, m, n if m  n
 
 # If the length difference is already greater than the max_distance, then
 # there is nothing else to check
@@ -51,6 +52,10 @@
   return max_distance
 end
 
+return 0 if s == t
+return m if n.zero?
+return n if m.zero?
+
 # The values necessary for our threshold are written; the ones after must
 # be filled with large integers since the tailing member of the threshold
 # window in the bottom array will run min across them
@@ -84,10 +89,12 @@
   # computer science and computational biology.
   # Cambridge, UK: Cambridge University Press. ISBN 0-521-58519-8.
   # pp. 263–264.
-  min = [0, i - max_distance - 1].max
-  max = [m - 1, i + max_distance].min
+  min = i - max_distance - 1
+  min = 0 if min  0
+  max = i + max_distance
+  max = m - 1 if max  m - 1
 
-  (min .. max).each do |j|
+  min.upto(max) do |j|
 # If the diagonal value is already greater than the max_distance
 # then we can safety return: the diagonal will never go lower again.
 # See: http://www.levenshtein.net/
@@ -96,11 +103,11 @@
 end
 
 cost = s[i] == t[j] ? 0 : 1
-x = [
-  d[j+1] + 1, # insertion
-  e + 1,  # deletion
-  d[j] + cost # substitution
-].min
+insertion = d[j + 1] + 1
+deletion = e + 1
+substitution = d[j] + cost
+x = insertion  deletion ? insertion : deletion
+x = substitution if substitution  x
 
 d[j] = e
 e = x
@@ -116,9 +123,12 @@
   end
 
   def distance_without_maximum(str1, str2) # :nodoc:
-s, t = [str1, str2].map{ |str| str.encode(Encoding::UTF_8).unpack(U*) }
+s = str1.encode(Encoding::UTF_8).unpack(U*)
+t = str2.encode(Encoding::UTF_8).unpack(U*)
+
 n = s.length
 m = t.length
+
 return m if n.zero?
 return n if m.zero?
 
@@ -128,12 +138,13 @@
 n.times do |i|
   e = i + 1
   m.times do |j|
-cost = (s[i] == t[j]) ? 0 : 1
-x = [
-  d[j+1] + 1, # insertion
-  e + 1,  # deletion
-  d[j] + cost # substitution
-].min
+cost = s[i] == t[j] ? 0 : 1
+insertion = d[j + 1] + 1
+deletion = e + 1
+substitution = d[j] + cost
+x = insertion  deletion ? insertion : deletion
+x = substitution if substitution  x
+
 d[j] = e
 e = x
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/text/version.rb new/lib/text/version.rb
--- old/lib/text/version.rb 2014-06-24 00:05:44.0 +0200
+++ new/lib/text/version.rb 2015-04-13 

commit fail2ban for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package fail2ban for openSUSE:Factory 
checked in at 2015-04-15 16:24:13

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


Package is fail2ban

Changes:

--- /work/SRC/openSUSE:Factory/fail2ban/fail2ban.changes2015-02-04 
12:47:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.fail2ban.new/fail2ban.changes   2015-04-15 
16:24:15.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 14 07:10:43 UTC 2015 - mplus...@suse.com
+
+- Add missing dependency on ed (boo#926943)
+
+---



Other differences:
--
++ fail2ban.spec ++
--- /var/tmp/diff_new_pack.GvvWEt/_old  2015-04-15 16:24:16.0 +0200
+++ /var/tmp/diff_new_pack.GvvWEt/_new  2015-04-15 16:24:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fail2ban
 #
-# 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
@@ -49,6 +49,7 @@
 BuildRequires:  logrotate
 BuildRequires:  python-devel
 Requires:   cron
+Requires:   ed
 Requires:   iptables
 Requires:   logrotate
 Requires:   python = 2.5




commit perl-Lexical-SealRequireHints for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Lexical-SealRequireHints for 
openSUSE:Factory checked in at 2015-04-15 16:23:55

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


Package is perl-Lexical-SealRequireHints

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Lexical-SealRequireHints/perl-Lexical-SealRequireHints.changes
  2014-02-28 19:04:51.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Lexical-SealRequireHints.new/perl-Lexical-SealRequireHints.changes
 2015-04-15 16:23:56.0 +0200
@@ -1,0 +2,44 @@
+Mon Apr 13 19:32:52 UTC 2015 - co...@suse.com
+
+- updated to 0.009
+   see /usr/share/doc/packages/perl-Lexical-SealRequireHints/Changes
+
+  version 0.009; 2015-03-20
+  
+* in test of require for version checking, work around [perl #124135]
+  which was introduced in Perl 5.21.4
+  
+  version 0.008; 2015-03-20
+  
+* bugfix: don't localise hints around a version-number require, so that
+  use v5.10.0 can have its intentional effect of setting feature flags
+  
+* bugfix: in pure Perl implementation, use a ($) prototype on
+  CORE::GLOBAL::require, so that the argument expression will be in
+  the correct context
+  
+* better error message for refusing to use pure Perl implementation
+  on Perl 5.9.4 to 5.10.0
+  
+* document that the pure Perl implementation breaks the use of the
+  implicit $_ parameter with require
+  
+* in swash test, don't fail if utf8.pm was loaded unexpectedly early,
+  as has been seen to happen on some systems
+  
+* test idempotence
+  
+* fix test for thread safety, which risked false negatives
+  
+* when preemptively loading Carp and Carp::Heavy, avoid the Perl core
+  bug regarding the context applied to file scope of required modules,
+  in case of future versions of those modules becoming vulnerable and
+  running on an old Perl
+  
+* declare correct version for Test::More dependency
+  
+* typo fix in documentation
+  
+* typo fix in a comment
+
+---

Old:

  Lexical-SealRequireHints-0.007.tar.gz

New:

  Lexical-SealRequireHints-0.009.tar.gz



Other differences:
--
++ perl-Lexical-SealRequireHints.spec ++
--- /var/tmp/diff_new_pack.0AUhFh/_old  2015-04-15 16:23:56.0 +0200
+++ /var/tmp/diff_new_pack.0AUhFh/_new  2015-04-15 16:23:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Lexical-SealRequireHints
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Lexical-SealRequireHints
-Version:0.007
+Version:0.009
 Release:0
 %define cpan_name Lexical-SealRequireHints
 Summary:prevent leakage of lexical hints
@@ -68,7 +68,9 @@
 systems that can't handle XS modules. The XS version has a better chance of
 playing nicely with other modules that modify 'require' handling. The pure
 Perl version can't work at all on some Perl versions; users of those
-versions must use the XS.
+versions must use the XS. On all Perl versions suffering the underlying
+hint leakage bug, pure Perl hooking of 'require' breaks the use of
+'require' without an explicit parameter (implicitly using '$_').
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ Lexical-SealRequireHints-0.007.tar.gz - 
Lexical-SealRequireHints-0.009.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lexical-SealRequireHints-0.007/Build.PL 
new/Lexical-SealRequireHints-0.009/Build.PL
--- old/Lexical-SealRequireHints-0.007/Build.PL 2012-02-11 12:16:34.0 
+0100
+++ new/Lexical-SealRequireHints-0.009/Build.PL 2015-03-20 23:17:44.0 
+0100
@@ -68,7 +68,7 @@
},
build_requires = {
Module::Build = 0,
-   Test::More = 0,
+   Test::More = 0.41,
perl = 5.006,
strict = 0,
warnings = 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lexical-SealRequireHints-0.007/Changes 
new/Lexical-SealRequireHints-0.009/Changes
--- old/Lexical-SealRequireHints-0.007/Changes  2012-02-11 12:16:34.0 
+0100
+++ new/Lexical-SealRequireHints-0.009/Changes  2015-03-20 23:17:44.0 
+0100
@@ -1,3 +1,41 @@
+version 0.009; 2015-03-20
+
+  * in test of 

commit perl-Devel-Declare for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Declare for 
openSUSE:Factory checked in at 2015-04-15 16:24:15

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


Package is perl-Devel-Declare

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Declare/perl-Devel-Declare.changes
2014-11-24 11:10:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Declare.new/perl-Devel-Declare.changes   
2015-04-15 16:24:16.0 +0200
@@ -1,0 +2,9 @@
+Mon Apr 13 18:45:41 UTC 2015 - co...@suse.com
+
+- updated to 0.006018
+   see /usr/share/doc/packages/perl-Devel-Declare/Changes
+
+  0.006018 - 2015-03-24
+- tests fixed for blead (5.21.*) (Matthew Horsfall, RT#102918)
+
+---

Old:

  Devel-Declare-0.006017.tar.gz

New:

  Devel-Declare-0.006018.tar.gz



Other differences:
--
++ perl-Devel-Declare.spec ++
--- /var/tmp/diff_new_pack.cnQP1N/_old  2015-04-15 16:24:16.0 +0200
+++ /var/tmp/diff_new_pack.cnQP1N/_new  2015-04-15 16:24:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Declare
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-Declare
-Version:0.006017
+Version:0.006018
 Release:0
 %define cpan_name Devel-Declare
 Summary:Adding keywords to perl, in perl

++ Devel-Declare-0.006017.tar.gz - Devel-Declare-0.006018.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006017/Changes 
new/Devel-Declare-0.006018/Changes
--- old/Devel-Declare-0.006017/Changes  2014-09-25 04:47:16.0 +0200
+++ new/Devel-Declare-0.006018/Changes  2015-03-24 20:10:50.0 +0100
@@ -1,5 +1,8 @@
 Revision history for Devel-Declare
 
+0.006018 - 2015-03-24
+  - tests fixed for blead (5.21.*) (Matthew Horsfall, RT#102918)
+
 0.006017 - 2014-09-25
   - fix for changes in 5.21.4 (Avoid creating GVs when subs are declared),
 RT#99102, Father Chrysostomos
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006017/META.json 
new/Devel-Declare-0.006018/META.json
--- old/Devel-Declare-0.006017/META.json2014-09-25 04:49:55.0 
+0200
+++ new/Devel-Declare-0.006018/META.json2015-03-24 20:11:06.0 
+0100
@@ -4,7 +4,7 @@
   Matt S Trout - m...@shadowcat.co.uk - original author
],
dynamic_config : 0,
-   generated_by : ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.142060,
+   generated_by : ExtUtils::MakeMaker version 7.0517, CPAN::Meta::Converter 
version 2.150001,
license : [
   perl_5
],
@@ -55,5 +55,25 @@
  web : 
http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-Declare.git;
   }
},
-   version : 0.006017
+   version : 0.006018,
+   x_contributors : [
+  Florian Ragwitz r...@debian.org,
+  Matt S Trout m...@shadowcat.co.uk,
+  Karen Etheridge et...@cpan.org,
+  Zefram zef...@fysh.org,
+  Rhesa Rozendaal rh...@cpan.org,
+  Ash Berlin a...@cpan.org,
+  Chia-liang Kao cl...@clkao.org,
+  Marcus Ramberg mar...@nordaaker.com,
+  Christopher Nehren apei...@cpan.org,
+  Yuval Kogman nothingm...@woobling.org,
+  Cory Watson gp...@cpan.org,
+  Alexandr Ciornii alexcho...@gmail.com,
+  Father Chrysostomos spr...@cpan.org,
+  Graham Knop ha...@haarg.org,
+  Matthew Horsfall wolfs...@cpan.org,
+  Nick Perez npe...@cpan.org,
+  Yanick Champoux yan...@babyl.dyndns.org
+   ]
 }
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006017/META.yml 
new/Devel-Declare-0.006018/META.yml
--- old/Devel-Declare-0.006017/META.yml 2014-09-25 04:49:54.0 +0200
+++ new/Devel-Declare-0.006018/META.yml 2015-03-24 20:11:06.0 +0100
@@ -10,7 +10,7 @@
   B::Hooks::OP::Check: '0.19'
   ExtUtils::Depends: '0.302'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.142060'
+generated_by: 'ExtUtils::MakeMaker version 7.0517, CPAN::Meta::Converter 
version 2.150001'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -29,4 +29,23 @@
 resources:
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-Declare
   

commit mozilla-jss for openSUSE:Factory

2015-04-15 Thread h_root


binvGKrWd9fbw.bin
Description: Binary data


commit perl-Apache-Session for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Apache-Session for 
openSUSE:Factory checked in at 2015-04-15 16:24:20

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


Package is perl-Apache-Session

Changes:

--- /work/SRC/openSUSE:Factory/perl-Apache-Session/perl-Apache-Session.changes  
2014-02-24 14:12:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Apache-Session.new/perl-Apache-Session.changes 
2015-04-15 16:24:22.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 14 09:27:20 UTC 2015 - co...@suse.com
+
+- updated to 1.93
+   see /usr/share/doc/packages/perl-Apache-Session/CHANGES
+
+  1.93  2014-04-12
+- even more test fixes
+  
+  1.92  2014-03-08
+- more test fixes
+
+---

Old:

  Apache-Session-1.91.tar.gz

New:

  Apache-Session-1.93.tar.gz



Other differences:
--
++ perl-Apache-Session.spec ++
--- /var/tmp/diff_new_pack.L3mK8S/_old  2015-04-15 16:24:22.0 +0200
+++ /var/tmp/diff_new_pack.L3mK8S/_new  2015-04-15 16:24:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Apache-Session
 #
-# 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,61 +17,62 @@
 
 
 Name:   perl-Apache-Session
-BuildRequires:  apache2-devel
-BuildRequires:  apache2-mod_perl
-BuildRequires:  dos2unix
-BuildRequires:  libapr-util1-devel
-BuildRequires:  pcre-devel
-BuildRequires:  perl-DBI
-BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::Deep) = 0.082
-BuildRequires:  perl(Test::Exception) = 0.15
-Version:1.91
+Version:1.93
 Release:0
-Provides:   Apache-Session
-Requires:   apache2
-Requires:   apache2-mod_perl
-Requires:   perl-DBI
-Requires:   perl-URI
-Conflicts:  perlmod
-Url:http://cpan.org/modules/by-module/Apache/
-Source: Apache-Session-%{version}.tar.gz
-Summary:persistent storage for arbitrary data
+%define cpan_name Apache-Session
+Summary:A persistence framework for session data
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Apache-Session/
+Source: 
http://www.cpan.org/authors/id/C/CH/CHORNY/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-#BuildRequires: perl(Test::Database)
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Test::Deep) = 0.082
+BuildRequires:  perl(Test::Exception) = 0.15
 %{perl_requires}
 
 %description
-These modules provide persistent storage for arbitrary data, in
-arbitrary backing stores.  The details of interacting with the backing
-store are abstracted to make all backing stores behave alike.  The
-programmer simply interacts with a tied hash.
+Apache::Session is a persistence framework which is particularly useful for
+tracking session data between httpd requests. Apache::Session is designed
+to work with Apache and mod_perl, but it should work under CGI and other
+web servers, and it also works outside of a web server altogether.
+
+Apache::Session consists of five components: the interface, the object
+store, the lock manager, the ID generator, and the serializer. The
+interface is defined in Session.pm, which is meant to be easily subclassed.
+The object store can be the filesystem, a Berkeley DB, a MySQL DB, an
+Oracle DB, a Postgres DB, Sybase, or Informix. Locking is done by lock
+files, semaphores, or the locking capabilities of the various databases.
+Serialization is done via Storable, and optionally ASCII-fied via MIME or
+pack(). ID numbers are generated via MD5. The reader is encouraged to
+extend these capabilities to meet his own requirements.
+
+A derived class of Apache::Session is used to tie together the three
+following components. The derived class inherits the interface from
+Apache::Session, and specifies which store and locker classes to use.
+Apache::Session::MySQL, for instance, uses the MySQL storage class and also
+the MySQL locking class. You can easily plug in your own object store or
+locker class.
 
 %prep 
-%setup -q -n Apache-Session-%{version}
-dos2unix INSTALL CHANGES TODO README eg/example.perl
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL
-make %{?_smp_mflags} all
+%{__perl} Build.PL installdirs=vendor

commit perl-AppConfig for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-AppConfig for openSUSE:Factory 
checked in at 2015-04-15 16:24:33

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


Package is perl-AppConfig

Changes:

--- /work/SRC/openSUSE:Factory/perl-AppConfig/perl-AppConfig.changes
2011-12-09 11:51:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-AppConfig.new/perl-AppConfig.changes   
2015-04-15 16:24:35.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 14 10:28:46 UTC 2015 - co...@suse.com
+
+- updated to 1.71
+   see /usr/share/doc/packages/perl-AppConfig/Changes
+
+---

Old:

  AppConfig-1.66.tar.gz

New:

  AppConfig-1.71.tar.gz



Other differences:
--
++ perl-AppConfig.spec ++
--- /var/tmp/diff_new_pack.DRYFom/_old  2015-04-15 16:24:35.0 +0200
+++ /var/tmp/diff_new_pack.DRYFom/_new  2015-04-15 16:24:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-AppConfig
 #
-# 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
@@ -17,33 +17,23 @@
 
 
 Name:   perl-AppConfig
+Version:1.71
+Release:0
 %define cpan_name AppConfig
-Summary:Reading configuration files and parsing command line arguments
-License:GPL-1.0+ or Artistic-1.0
+Summary:Perl5 module for reading configuration files and parsing 
command line ar[cut]
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Version:1.66
-Release:0
 Url:http://search.cpan.org/dist/AppConfig/
-#Source: http://www.cpan.org/authors/id/A/AB/ABW/AppConfig-1.66.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl-macros
+BuildRequires:  perl(Test::Pod) = 1.0
+%{perl_requires}
 
 %description
-AppConfig is a Perl module for managing application configuration
-information. It maintains the state of any number of variables and
-provides methods for parsing configuration files and command line
-arguments.
-
-Authors:
-
- Andy Wardley, a...@wardley.org
- With contributions from Dave Viner, Ijon Tichy, Axel Gerstmair and many
- others whose names have been lost to the sands of time (reminders 
welcome).
+Perl5 module for reading configuration files and parsing command line 
arguments.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -57,24 +47,11 @@
 
 %install
 %perl_make_install
-### since 11.4 perl_process_packlist
-### removes .packlist, perllocal.pod files
-%if 0%{?suse_version}  1130
 %perl_process_packlist
-%else
-# do not perl_process_packlist
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
-%endif
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(-,root,root,755)
 %doc Changes LICENSE README TODO
 
 %changelog

++ AppConfig-1.66.tar.gz - AppConfig-1.71.tar.gz ++
 2287 lines of diff (skipped)




commit perl-App-FatPacker for openSUSE:Factory

2015-04-15 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-15 16:24:23

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
2014-03-25 13:25:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-App-FatPacker.new/perl-App-FatPacker.changes   
2015-04-15 16:24:24.0 +0200
@@ -1,0 +2,9 @@
+Tue Apr 14 09:36:07 UTC 2015 - co...@suse.com
+
+- updated to 0.010002
+   see /usr/share/doc/packages/perl-App-FatPacker/Changes
+
+  0.010002 - 2014-08-16
+- correctly specify perl prerequisite of 5.8 in meta files
+
+---

Old:

  App-FatPacker-0.010001.tar.gz

New:

  App-FatPacker-0.010002.tar.gz



Other differences:
--
++ perl-App-FatPacker.spec ++
--- /var/tmp/diff_new_pack.TnuwkV/_old  2015-04-15 16:24:24.0 +0200
+++ /var/tmp/diff_new_pack.TnuwkV/_new  2015-04-15 16:24:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-App-FatPacker
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   perl-App-FatPacker
-Version:0.010001
+Version:0.010002
 Release:0
 %define cpan_name App-FatPacker
 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/M/MS/MSTROUT/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ App-FatPacker-0.010001.tar.gz - App-FatPacker-0.010002.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-FatPacker-0.010001/Changes 
new/App-FatPacker-0.010002/Changes
--- old/App-FatPacker-0.010001/Changes  2014-03-18 14:11:00.0 +0100
+++ new/App-FatPacker-0.010002/Changes  2014-08-16 02:23:57.0 +0200
@@ -1,5 +1,8 @@
 Revision history for App-FatPacker
 
+0.010002 - 2014-08-16
+  - correctly specify perl prerequisite of 5.8 in meta files
+
 0.010001 - 2014-03-18
   - include 'lib' in @INC for packlists_containing's require() calls
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-FatPacker-0.010001/MANIFEST 
new/App-FatPacker-0.010002/MANIFEST
--- old/App-FatPacker-0.010001/MANIFEST 2014-03-18 14:11:11.0 +0100
+++ new/App-FatPacker-0.010002/MANIFEST 2014-08-16 02:24:05.0 +0200
@@ -7,7 +7,6 @@
 maint/Makefile.PL.include
 Makefile.PL
 MANIFEST   This list of files
-META.yml
 t/basic.t
 t/line.t
 t/line/lib/line/a.pm
@@ -18,5 +17,6 @@
 t/mod/cond.pm
 t/pack.t
 t/trace.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/App-FatPacker-0.010001/META.json 
new/App-FatPacker-0.010002/META.json
--- old/App-FatPacker-0.010001/META.json2014-03-18 14:11:11.0 
+0100
+++ new/App-FatPacker-0.010002/META.json2014-08-16 02:24:05.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.84, CPAN::Meta::Converter 
version 2.140640,
+   generated_by : ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.141520,
license : [
   perl_5
],
@@ -24,6 +24,16 @@
  requires : {
 ExtUtils::MakeMaker : 0
  }
+  },
+  configure : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  runtime : {
+ requires : {
+perl : 5.008000
+ }
   }
},
release_status : stable,
@@ -38,5 +48,5 @@
  web : 
http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/App-FatPacker.git;
   }
},
-   version : 0.010001
+   version : 0.010002
 }
diff -urN 

commit perl-IO-Tty for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-Tty for openSUSE:Factory 
checked in at 2015-04-15 16:23:59

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


Package is perl-IO-Tty

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-Tty/perl-IO-Tty.changes  2011-09-23 
12:37:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-IO-Tty.new/perl-IO-Tty.changes 
2015-04-15 16:24:00.0 +0200
@@ -1,0 +2,15 @@
+Mon Apr 13 18:51:40 UTC 2015 - co...@suse.com
+
+- updated to 1.12
+   see /usr/share/doc/packages/perl-IO-Tty/ChangeLog
+
+  2014-09-12 Todd Rinaldo to...@cpan.org 1.12
+   * Merge pull request from Chris Williams (bingos) to fix redefinition 
of typedef errors with v5.19.4 and above
+  
+  2014-05-05 Todd Rinaldo to...@cpan.org
+   * Release 1.11 to CPAN with explicit dropping of support for Win32 (we 
never supported it) - RT 77813
+   * Bump version to a devel release 1.11_01 for experimental work.
+   * Fix typo in compilter - RT 75649
+   * Add support for PERL_MM_OPT
+
+---

Old:

  IO-Tty-1.10.tar.gz

New:

  IO-Tty-1.12.tar.gz



Other differences:
--
++ perl-IO-Tty.spec ++
--- /var/tmp/diff_new_pack.kYJDYG/_old  2015-04-15 16:24:00.0 +0200
+++ /var/tmp/diff_new_pack.kYJDYG/_new  2015-04-15 16:24:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-IO-Tty
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,15 @@
 #
 
 
-
 Name:   perl-IO-Tty
-Version:1.10
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.12
+Release:0
 %define cpan_name IO-Tty
 Summary:Low-level allocate a pseudo-Tty, import constants.
-Url:http://search.cpan.org/dist/IO-Tty/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/T/TO/TODDR/IO-Tty-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/IO-Tty/
+Source: 
http://www.cpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -77,11 +75,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc ChangeLog README try
 
 %changelog

++ IO-Tty-1.10.tar.gz - IO-Tty-1.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Tty-1.10/ChangeLog new/IO-Tty-1.12/ChangeLog
--- old/IO-Tty-1.10/ChangeLog   2010-10-11 20:10:46.0 +0200
+++ new/IO-Tty-1.12/ChangeLog   2014-09-12 18:10:15.0 +0200
@@ -1,3 +1,12 @@
+2014-09-12 Todd Rinaldo to...@cpan.org 1.12
+   * Merge pull request from Chris Williams (bingos) to fix redefinition 
of typedef errors with v5.19.4 and above
+
+2014-05-05 Todd Rinaldo to...@cpan.org
+   * Release 1.11 to CPAN with explicit dropping of support for Win32 (we 
never supported it) - RT 77813
+   * Bump version to a devel release 1.11_01 for experimental work.
+   * Fix typo in compilter - RT 75649
+   * Add support for PERL_MM_OPT
+
 2010-10-11   Todd Rinaldo to...@cpan.org
* CPAN testers clean. Bumping to release version 1.10
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Tty-1.10/MANIFEST new/IO-Tty-1.12/MANIFEST
--- old/IO-Tty-1.10/MANIFEST2010-10-11 20:07:57.0 +0200
+++ new/IO-Tty-1.12/MANIFEST2014-09-12 18:14:41.0 +0200
@@ -8,3 +8,4 @@
 try
 t/test.t
 META.yml Module meta-data (added by MakeMaker)
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Tty-1.10/META.json new/IO-Tty-1.12/META.json
--- old/IO-Tty-1.10/META.json   1970-01-01 01:00:00.0 +0100
+++ new/IO-Tty-1.12/META.json   2014-09-12 18:14:41.0 +0200
@@ -0,0 +1,44 @@
+{
+   abstract : Pseudo ttys and constants,
+   author : [
+  Roland Giersig rgier...@cpan.org
+   ],
+   dynamic_config : 1,
+   generated_by : ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter 
version 2.120921,
+   license : [
+  

commit perl-Getopt-Long-Descriptive for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Getopt-Long-Descriptive for 
openSUSE:Factory checked in at 2015-04-15 16:24:08

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


Package is perl-Getopt-Long-Descriptive

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Getopt-Long-Descriptive/perl-Getopt-Long-Descriptive.changes
2014-03-09 18:37:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Getopt-Long-Descriptive.new/perl-Getopt-Long-Descriptive.changes
   2015-04-15 16:24:09.0 +0200
@@ -1,0 +2,13 @@
+Mon Apr 13 19:09:38 UTC 2015 - co...@suse.com
+
+- updated to 0.099
+   see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes
+
+  0.099 2015-01-23 21:11:09-05:00 America/New_York
+  - options that take arguments now indicate the argument's type and
+whether it can be given multiply (thanks, Niels Thykier)
+  
+  0.098 2014-11-16 14:35:34-05:00 America/New_York
+  - when showing defaults, show false ones, too
+
+---

Old:

  Getopt-Long-Descriptive-0.097.tar.gz

New:

  Getopt-Long-Descriptive-0.099.tar.gz



Other differences:
--
++ perl-Getopt-Long-Descriptive.spec ++
--- /var/tmp/diff_new_pack.sdOTzw/_old  2015-04-15 16:24:09.0 +0200
+++ /var/tmp/diff_new_pack.sdOTzw/_new  2015-04-15 16:24:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Getopt-Long-Descriptive
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Getopt-Long-Descriptive
-Version:0.097
+Version:0.099
 Release:0
 %define cpan_name Getopt-Long-Descriptive
 Summary:Getopt::Long, but simpler and more powerful

++ Getopt-Long-Descriptive-0.097.tar.gz - 
Getopt-Long-Descriptive-0.099.tar.gz ++
 2454 lines of diff (skipped)




commit ghc-rpm-macros for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package ghc-rpm-macros for openSUSE:Factory 
checked in at 2015-04-15 16:24:38

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


Package is ghc-rpm-macros

Changes:

--- /work/SRC/openSUSE:Factory/ghc-rpm-macros/ghc-rpm-macros.changes
2015-03-28 18:38:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-rpm-macros.new/ghc-rpm-macros.changes   
2015-04-15 16:24:40.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 14 07:10:18 UTC 2015 - mimi...@gmail.com
+
+- regenerated sle-sp1-rpmdeps.patch 
+
+---



Other differences:
--
++ ghc-rpm-macros.spec ++
--- /var/tmp/diff_new_pack.VW1IPe/_old  2015-04-15 16:24:40.0 +0200
+++ /var/tmp/diff_new_pack.VW1IPe/_new  2015-04-15 16:24:40.0 +0200
@@ -90,7 +90,7 @@
 %patch5 -p1
 %patch8 -p1
 %if 0%{?sles_version}
-%patch -P 100 -p1
+%patch -P 100 -p2
 %endif
 
 %build

++ sle-sp1-rpmdeps.patch ++
--- /var/tmp/diff_new_pack.VW1IPe/_old  2015-04-15 16:24:40.0 +0200
+++ /var/tmp/diff_new_pack.VW1IPe/_new  2015-04-15 16:24:40.0 +0200
@@ -1,8 +1,8 @@
-Index: ghc-rpm-macros-4d2eb25803c01c46ee84cd7f30f1bc5fb4efba52/ghc-deps.sh
-===
 ghc-rpm-macros-4d2eb25803c01c46ee84cd7f30f1bc5fb4efba52.orig/ghc-deps.sh
-+++ ghc-rpm-macros-4d2eb25803c01c46ee84cd7f30f1bc5fb4efba52/ghc-deps.sh
-@@ -25,8 +25,8 @@ else
+diff --git 
b/ghc-rpm-macros-81726e4857a866d19cc59b496846d127b9e8c381.orig/ghc-deps.sh 
a/ghc-rpm-macros-81726e4857a866d19cc59b496846d127b9e8c381/ghc-deps.sh
+index e3a681e..300315b 100755
+--- b/ghc-rpm-macros-81726e4857a866d19cc59b496846d127b9e8c381.orig/ghc-deps.sh
 a/ghc-rpm-macros-81726e4857a866d19cc59b496846d127b9e8c381/ghc-deps.sh
+@@ -30,8 +30,8 @@ else
  fi
  
  case $MODE in
@@ -13,23 +13,17 @@
  *) echo `basename $0`: Need --provides or --requires ; exit 1
  esac
  
-@@ -81,4 +81,4 @@ for i in $files; do
- fi
- done
- 
--echo $files | tr [:blank:] '\n' | /usr/lib/rpm/rpmdeps $MODE
-+echo $files | tr [:blank:] '\n' | /usr/lib/rpm/find$FINDMODE
-Index: 
ghc-rpm-macros-4d2eb25803c01c46ee84cd7f30f1bc5fb4efba52/ghc-rpm-macros.ghc
-===
 
ghc-rpm-macros-4d2eb25803c01c46ee84cd7f30f1bc5fb4efba52.orig/ghc-rpm-macros.ghc
-+++ ghc-rpm-macros-4d2eb25803c01c46ee84cd7f30f1bc5fb4efba52/ghc-rpm-macros.ghc
-@@ -121,6 +121,9 @@ if [ -d %{buildroot}%{_bindir} ]; then
- find %{buildroot}%{_bindir} -type f -exec sh -c file {} | grep -q ' ELF ' 
\\; -exec execstack -c {} \\;\
- fi
+diff --git 
b/ghc-rpm-macros-81726e4857a866d19cc59b496846d127b9e8c381.orig/macros.ghc 
a/ghc-rpm-macros-81726e4857a866d19cc59b496846d127b9e8c381/macros.ghc
+index 7bf522c..eda73be 100644
+--- b/ghc-rpm-macros-81726e4857a866d19cc59b496846d127b9e8c381.orig/macros.ghc
 a/ghc-rpm-macros-81726e4857a866d19cc59b496846d127b9e8c381/macros.ghc
+@@ -127,6 +127,9 @@ fi\
+ find %{buildroot} -type f -exec sh -c file {} | grep -q 'dynamically 
linked' \\; -exec strip {} \\;\
+ %endif
  
 +# SLE does not define _rpmconfigdir (yet)
 +%_rpmconfigdir %{_prefix}/lib/rpm
 +
  # install bin package
  %ghc_bin_install()\
- %global _use_internal_dependency_generator 0\
+ %cabal_install\




commit perl-Exporter-Tiny for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Exporter-Tiny for 
openSUSE:Factory checked in at 2015-04-15 16:24:10

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


Package is perl-Exporter-Tiny

Changes:

--- /work/SRC/openSUSE:Factory/perl-Exporter-Tiny/perl-Exporter-Tiny.changes
2014-09-22 18:50:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Exporter-Tiny.new/perl-Exporter-Tiny.changes   
2015-04-15 16:24:11.0 +0200
@@ -1,0 +2,24 @@
+Mon Apr 13 19:24:34 UTC 2015 - co...@suse.com
+
+- updated to 0.042
+   see /usr/share/doc/packages/perl-Exporter-Tiny/Changes
+
+  0.0422014-10-04
+  
+   [ Documentation ]
+   - Document the warning emitted when you provide options to a function you
+ are unimporting.
+  
+   [ Other ]
+   - Housekeeping on %TRACKED.
+  
+  0.041_02 2014-09-19
+  
+   [ Bug Fixes ]
+   - Option validation needs to happen after expanding tags.
+  
+  0.041_01 2014-09-18
+  
+   - Add an `unimport` feature.
+
+---

Old:

  Exporter-Tiny-0.040.tar.gz

New:

  Exporter-Tiny-0.042.tar.gz



Other differences:
--
++ perl-Exporter-Tiny.spec ++
--- /var/tmp/diff_new_pack.ioNjMX/_old  2015-04-15 16:24:11.0 +0200
+++ /var/tmp/diff_new_pack.ioNjMX/_new  2015-04-15 16:24:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Exporter-Tiny
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Exporter-Tiny
-Version:0.040
+Version:0.042
 Release:0
 %define cpan_name Exporter-Tiny
 Summary:an exporter with the features of Sub::Exporter but only core 
dependencies

++ Exporter-Tiny-0.040.tar.gz - Exporter-Tiny-0.042.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.040/COPYRIGHT 
new/Exporter-Tiny-0.042/COPYRIGHT
--- old/Exporter-Tiny-0.040/COPYRIGHT   2014-09-17 14:01:35.0 +0200
+++ new/Exporter-Tiny-0.042/COPYRIGHT   2014-10-04 19:35:56.0 +0200
@@ -9,14 +9,15 @@
  t/07regexp.t
  t/08tags.t
  t/09warnings.t
+ t/10no.t
 Copyright: This software is copyright (c) 2014 by Toby Inkster.
 License: GPL-1.0+ or Artistic-1.0
 
-Files: t/01basic.t
- t/02renaming.t
- t/03generators.t
- t/04into.t
-Copyright: This software is copyright (c) 2013 by Toby Inkster.
+Files: Changes
+ META.json
+ META.yml
+ doap.ttl
+Copyright: Copyright 2014 Toby Inkster.
 License: GPL-1.0+ or Artistic-1.0
 
 Files: CONTRIBUTING
@@ -26,11 +27,11 @@
 Copyright: Unknown
 License: Unknown
 
-Files: Changes
- META.json
- META.yml
- doap.ttl
-Copyright: Copyright 2014 Toby Inkster.
+Files: t/01basic.t
+ t/02renaming.t
+ t/03generators.t
+ t/04into.t
+Copyright: This software is copyright (c) 2013 by Toby Inkster.
 License: GPL-1.0+ or Artistic-1.0
 
 Files: COPYRIGHT
@@ -39,16 +40,16 @@
 Copyright: None
 License: public-domain
 
-Files: Makefile.PL
- dist.ini
-Copyright: Copyright 2013 Toby Inkster.
-License: GPL-1.0+ or Artistic-1.0
-
 Files: README
  lib/Exporter/Tiny.pm
 Copyright: This software is copyright (c) 2013-2014 by Toby Inkster.
 License: GPL-1.0+ or Artistic-1.0
 
+Files: Makefile.PL
+ dist.ini
+Copyright: Copyright 2013 Toby Inkster.
+License: GPL-1.0+ or Artistic-1.0
+
 License: Artistic-1.0
  This software is Copyright (c) 2014 by the copyright holder(s).
  
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.040/Changes 
new/Exporter-Tiny-0.042/Changes
--- old/Exporter-Tiny-0.040/Changes 2014-09-17 14:01:31.0 +0200
+++ new/Exporter-Tiny-0.042/Changes 2014-10-04 19:35:51.0 +0200
@@ -6,6 +6,24 @@
 Bug tracker:  http://rt.cpan.org/Dist/Display.html?Queue=Exporter-Tiny
 Maintainer:   Toby Inkster (TOBYINK) toby...@cpan.org
 
+0.042  2014-10-04
+
+ [ Documentation ]
+ - Document the warning emitted when you provide options to a function you
+   are unimporting.
+
+ [ Other ]
+ - Housekeeping on %TRACKED.
+
+0.041_02   2014-09-19
+
+ [ Bug Fixes ]
+ - Option validation needs to happen after expanding tags.
+
+0.041_01   2014-09-18
+
+ - Add an `unimport` feature.
+
 0.040  2014-09-17
 
  [ Packaging ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Exporter-Tiny-0.040/MANIFEST 
new/Exporter-Tiny-0.042/MANIFEST
--- 

commit perl-JSON-Any for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-JSON-Any for openSUSE:Factory 
checked in at 2015-04-15 16:23:57

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


Package is perl-JSON-Any

Changes:

--- /work/SRC/openSUSE:Factory/perl-JSON-Any/perl-JSON-Any.changes  
2013-11-26 19:25:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-JSON-Any.new/perl-JSON-Any.changes 
2015-04-15 16:23:58.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 13 19:30:04 UTC 2015 - co...@suse.com
+
+- updated to 1.38
+   see /usr/share/doc/packages/perl-JSON-Any/Changes
+
+---

Old:

  JSON-Any-1.32.tar.gz

New:

  JSON-Any-1.38.tar.gz



Other differences:
--
++ perl-JSON-Any.spec ++
--- /var/tmp/diff_new_pack.nx097T/_old  2015-04-15 16:23:58.0 +0200
+++ /var/tmp/diff_new_pack.nx097T/_new  2015-04-15 16:23:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-JSON-Any
 #
-# 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,106 @@
 
 
 Name:   perl-JSON-Any
-Version:1.32
+Version:1.38
 Release:0
 %define cpan_name JSON-Any
-Summary:Wrapper Class for the various JSON classes.
+Summary:Wrapper Class for the various JSON classes (DEPRECATED)
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/JSON-Any/
-Source: 
http://www.cpan.org/authors/id/P/PE/PERIGRIN/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::Requires)
-BuildRequires:  perl(Test::Without::Module) = 0.17
-#BuildRequires: perl(Devel::StringInfo)
-#BuildRequires: perl(Dist::Zilla::Plugin::MakeMaker::Awesome)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(JSON::XS)
-#BuildRequires: perl(Moose)
-#BuildRequires: perl(namespace::autoclean)
+BuildRequires:  perl(Test::Warnings) = 0.009
+BuildRequires:  perl(Test::Without::Module)
+BuildRequires:  perl(namespace::clean)
+Requires:   perl(namespace::clean)
 %{perl_requires}
 
 %description
-Wrapper Class for the various JSON classes.
+This module tries to provide a coherent API to bring together the various
+JSON modules currently on CPAN. This module will allow you to code to any
+JSON API and have it work regardless of which JSON module is actually
+installed.
+
+use JSON::Any;
+
+my $j = JSON::Any-new;
+
+$json = $j-objToJson({foo='bar', baz='quux'});
+$obj = $j-jsonToObj($json);
+
+or
+
+$json = $j-encode({foo='bar', baz='quux'});
+$obj = $j-decode($json);
+
+or
+
+$json = $j-Dump({foo='bar', baz='quux'});
+$obj = $j-Load($json);
+
+or
+
+$json = $j-to_json({foo='bar', baz='quux'});
+$obj = $j-from_json($json);
+
+or without creating an object:
+
+$json = JSON::Any-objToJson({foo='bar', baz='quux'});
+$obj = JSON::Any-jsonToObj($json);
+
+On load, JSON::Any will find a valid JSON module in your @INC by looking
+for them in this order:
+
+Cpanel::JSON::XS
+JSON::XS
+JSON::PP
+JSON
+JSON::DWIW
+
+And loading the first one it finds.
+
+You may change the order by specifying it on the 'use JSON::Any' line:
+
+use JSON::Any qw(DWIW XS CPANEL JSON PP);
+
+Specifying an order that is missing modules will prevent those module from
+being used:
+
+use JSON::Any qw(CPANEL PP); # same as JSON::MaybeXS
+
+This will check in that order, and will never attempt to load the JSON::XS
+manpage, the JSON.pm/JSON manpage, or the JSON::DWIW manpage. This can also
+be set via the '$ENV{JSON_ANY_ORDER}' environment variable.
+
+the JSON::Syck manpage has been deprecated by its author, but in the
+attempt to still stay relevant as a Compatibility Layer JSON::Any still
+supports it. This support however has been made optional starting with
+JSON::Any 1.19. In deference to a bug request starting with JSON 1.20, the
+JSON::Syck manpage and other deprecated modules will still be installed,
+but only as a last resort and will now include a warning.
+
+use JSON::Any qw(Syck XS JSON);
+
+or
+
+$ENV{JSON_ANY_ORDER} = 'Syck XS JSON';
+
+At install time, JSON::Any will attempt to install the JSON::PP manpage as
+a 

  1   2   >