commit bibletime for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package bibletime for openSUSE:Factory 
checked in at 2013-06-06 12:07:07

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


Package is bibletime

Changes:

--- /work/SRC/openSUSE:Factory/bibletime/bibletime.changes  2013-05-13 
14:42:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.bibletime.new/bibletime.changes 2013-06-06 
12:07:09.0 +0200
@@ -1,0 +2,12 @@
+Tue Jun  4 15:55:48 UTC 2013 - l...@linux-schulserver.de
+
+- update to 2.9.2:
+  + Fixed settings dialog tab contents not being translated
+  + Fix crash when closing window with tab
+  + Fix bug 14 - Headers displayed as plain text in some modules
+  + Fix problem with text not displaying when using QtWebKit 2.3
+  + added changes needed for Qt5
+  + Fix multi-arch path issue in FindCLucene.cmake
+- removed fix-movetoanchor-for-qt5.patch (upstream)
+
+---

Old:

  bibletime-2.9.1.tar.bz2
  fix-movetoanchor-for-qt5.patch

New:

  bibletime-2.9.2.tar.bz2



Other differences:
--
++ bibletime.spec ++
--- /var/tmp/diff_new_pack.h7M4Zs/_old  2013-06-06 12:07:10.0 +0200
+++ /var/tmp/diff_new_pack.h7M4Zs/_new  2013-06-06 12:07:10.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   bibletime
-Version:2.9.1
+Version:2.9.2
 Release:0
 Summary:An easy to use Bible study tool
 License:GPL-2.0+
@@ -27,8 +27,6 @@
 Source0:%name-%version.tar.bz2
 Source1:%{name}.xpm
 Source2:bibletime-rpmlintrc
-# PATCH-FIX-UPSTREAM fix-movetoanchor-for-qt5.patch -- fixes no text visible 
in bibletime's main window when used with libQtWebkit 2.3
-Patch0: fix-movetoanchor-for-qt5.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  curl-devel
@@ -91,7 +89,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 mkdir build

++ bibletime-2.9.1.tar.bz2 - bibletime-2.9.2.tar.bz2 ++
 94323 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit build-config for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package build-config for openSUSE:Factory 
checked in at 2013-06-06 12:07:23

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


Package is build-config

Changes:

New Changes file:

--- /dev/null   2013-06-06 00:44:45.792030006 +0200
+++ /work/SRC/openSUSE:Factory/.build-config.new/build-config.changes   
2013-06-06 12:07:24.0 +0200
@@ -0,0 +1,5 @@
+---
+Tue Jun  4 14:04:48 UTC 2013 - co...@suse.com
+
+- initial package
+

New:

  MIT-LICENSE
  build-config.changes
  build-config.spec
  su.pam



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

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


Name:   build-config
Summary:Fix up build's chroot through post script
License:MIT
Group:  Development/Tools/Building
Version:2013.06.04
Release:0
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
Requires:   this-is-only-for-build-envs
Source0:MIT-LICENSE
Source1:su.pam
Requires(post): /usr/bin/diff coreutils util-linux

%description
build package is distribution specific, so this script adds some opensuse 
distribution
specific environment during build.

%prep

%build
cp %{S:0} .

%install
install -D %{S:1} %{buildroot}/usr/lib/build-config/su.pam

%post
echo Overwriting /etc/pam.d/su.core
diff -u /etc/pam.d/su.core /usr/lib/build-config/su.pam
cp /usr/lib/build-config/su.pam /etc/pam.d/su.core
cp /usr/lib/build-config/su.pam /etc/pam.d/su-l.core

%files
%doc MIT-LICENSE
/usr/lib/build-config

%changelog
++ MIT-LICENSE ++
Copyright (c) 2013 Stephan Kulow co...@suse.de

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Software), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
++ su.pam ++
#%PAM-1.0
auth sufficient pam_rootok.so
auth required   pam_unix.so try_first_pass 
account  sufficient pam_rootok.so
account  required   pam_unix.so try_first_pass
password required   pam_unix.so use_authtok nullok shadow 
try_first_pass 
session  required   pam_permit.so

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit idzebra for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package idzebra for openSUSE:Factory checked 
in at 2013-06-06 12:07:50

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


Package is idzebra

Changes:

--- /work/SRC/openSUSE:Factory/idzebra/idzebra.changes  2011-09-23 
02:03:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.idzebra.new/idzebra.changes 2013-06-06 
12:07:51.0 +0200
@@ -1,0 +2,12 @@
+Thu Jun  6 06:46:24 UTC 2013 - k...@suse.de
+
+- Version 2.0.54; for details and earlier changes, see
+  http://indexdata.dk/zebra/doc/NEWS.
+
+---
+Tue Sep 18 07:29:47 UTC 2012 - k...@suse.de
+
+- Version 2.0.52; for details and earlier changes, see
+  http://indexdata.dk/zebra/doc/NEWS.
+
+---

Old:

  idzebra-2.0.47.tar.gz

New:

  idzebra-2.0.54.tar.gz



Other differences:
--
++ idzebra.spec ++
--- /var/tmp/diff_new_pack.yLK6Ad/_old  2013-06-06 12:07:52.0 +0200
+++ /var/tmp/diff_new_pack.yLK6Ad/_new  2013-06-06 12:07:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package idzebra
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   idzebra
-BuildRequires:  libexpat-devel libyaz-devel openssl-devel readline-devel 
tcl-devel tcpd-devel
-Version:2.0.47
-Release:1
+BuildRequires:  libexpat-devel
+BuildRequires:  libyaz-devel
+BuildRequires:  openssl-devel
+BuildRequires:  readline-devel
+BuildRequires:  tcl-devel
+BuildRequires:  tcpd-devel
+Version:2.0.54
+Release:0
 Requires:   yaz
-License:GPL-2.0+
-Group:  Productivity/Databases/Servers
-Source: ftp://ftp.indexdata.dk/pub/zebra/%{name}-%{version}.tar.gz
+Source: http://ftp.indexdata.dk/pub/zebra/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://www.indexdata.dk/zebra/
 Summary:Fielded Free Text Engine with a Z39.50 Front-End
+License:GPL-2.0+
+Group:  Productivity/Databases/Servers
 
 %description
 Zebra is a fielded free text indexing and retrieval engine with a
@@ -42,11 +45,11 @@
 Adam Dickmeiss a...@indexdata.dk
 
 %package devel
-License:GPL-2.0+
 Summary:Fielded Free Text Engine with a Z39.50 Front-End
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
-Requires:   libyaz-devel glibc-devel
+Requires:   glibc-devel
+Requires:   libyaz-devel
 
 %description devel
 Zebra is a fielded free text indexing and retrieval engine with a
@@ -60,7 +63,6 @@
 Adam Dickmeiss a...@indexdata.dk
 
 %package doc
-License:GPL-2.0+
 Summary:Documentation for the idzebra Package
 Group:  Productivity/Databases/Servers
 Requires:   %{name} = %{version}
@@ -133,6 +135,7 @@
 rm examples/*/Makefile*
 rm -fr $RPM_BUILD_ROOT/usr/share/idzebra-2.0-examples
 find %{buildroot} -type f -name *.la -exec %{__rm} -fv {} +
+find examples -type f -name '*.pl' -exec chmod -x {} \;
 
 %post -p /sbin/ldconfig
 
@@ -150,7 +153,6 @@
 %{_bindir}/zebrasrv*
 %{_bindir}/zebraidx*
 %{_bindir}/idzebra*
-#%{_bindir}/zebrash
 %{_mandir}/*/*
 
 %files devel
@@ -163,7 +165,6 @@
 %defattr(-,root,root)
 %doc %{DOCFILES}
 %doc index.html html
-#%doc *.pdf
 %doc examples
 %doc doc/marc_indexing.xml
 

++ idzebra-2.0.47.tar.gz - idzebra-2.0.54.tar.gz ++
 57286 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit hxtools for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package hxtools for openSUSE:Factory checked 
in at 2013-06-06 12:07:39

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


Package is hxtools

Changes:

--- /work/SRC/openSUSE:Factory/hxtools/hxtools.changes  2012-12-14 
09:17:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.hxtools.new/hxtools.changes 2013-06-06 
12:07:40.0 +0200
@@ -1,0 +2,8 @@
+Wed Jun  5 13:13:18 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 20130605
+* ru-translit-de scim-table replaced by ru-phonde M17N mdbIM
+* hcdplay: new utility for control of analog CDROM playback
+* cp437AB font: Czech and Polish support/maps
+
+---

Old:

  hxtools-20121125.tar.xz
  hxtools-20121125.tar.xz.asc

New:

  hxtools-20130605.tar.asc
  hxtools-20130605.tar.xz



Other differences:
--
++ hxtools.spec ++
--- /var/tmp/diff_new_pack.fpfetW/_old  2013-06-06 12:07:41.0 +0200
+++ /var/tmp/diff_new_pack.fpfetW/_new  2013-06-06 12:07:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hxtools
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,18 @@
 
 
 Name:   hxtools
-Version:20121125
-Release:0
-Url:http://inai.de/projects/hxtools/
 Summary:Collection of day-to-day tools (binaries)
 License:GPL-2.0+ and SUSE-WTFPL-2.0
-Group:  System/Base
+Group:  Productivity/Other
+Version:20130605
+Release:0
+Url:http://inai.de/projects/hxtools/
 
-Source: %name-%version.tar.xz
-Source2:%name-%version.tar.xz.asc
+Source: http://jftp.inai.de/hxtools/%name-%version.tar.xz
+Source2:http://jftp.inai.de/hxtools/%name-%version.tar.asc
 Source3:%name.keyring
+# This package has a Upstream First policy for patches.
+# See https://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 BuildRequires:  fdupes
 BuildRequires:  libcap-devel = 2
 # xorg-x11 for bdftopcf
@@ -80,7 +82,7 @@
 
 %package scripts
 Summary:Collection of day-to-day tools (scripts)
-Group:  System/Base
+Group:  Productivity/Other
 %if 0%{?suse_version} = 1120
 BuildArch:  noarch
 %endif
@@ -133,7 +135,7 @@
 
 %package data
 Summary:Collection of day-to-day tools (data)
-Group:  System/Base
+Group:  Productivity/Other
 %if 0%{?suse_version} = 1120
 BuildArch:  noarch
 %endif
@@ -147,7 +149,7 @@
 
 %package profile
 Summary:The hxtools shell environment
-Group:  System/Base
+Group:  Productivity/Other
 Requires:   %name = %version
 Requires:   %name-data = %version
 Requires:   %name-scripts = %version
@@ -191,6 +193,7 @@
 an entire mount.
 
 %prep
+xz -dk %{S:0}
 %{?gpg_verify: %gpg_verify %{S:2}}
 %if 0%{?__xz:1}
 %setup -q
@@ -223,11 +226,12 @@
 rm -Rf $b/%_sysconfdir/profile.d $b/%_sysconfdir/hx*;
 %endif
 
-%fdupes %buildroot
+%fdupes %buildroot/%_prefix
 
 %files
 %defattr(-,root,root)
 %_bindir/declone
+%_bindir/hcdplay
 %_bindir/newns
 %_bindir/omixer
 %_bindir/oplay

++ hxtools-20121125.tar.xz - hxtools-20130605.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hxtools-20121125/LICENSES.txt 
new/hxtools-20130605/LICENSES.txt
--- old/hxtools-20121125/LICENSES.txt   2012-11-25 17:52:12.0 +0100
+++ new/hxtools-20130605/LICENSES.txt   2013-06-05 15:09:16.0 +0200
@@ -43,6 +43,7 @@
 smm/fnt2bdfGPL-2.0+
 smm/googttsWTFPL-2.0+
 smm/gpsh   WTFPL-2.0+
+smm/hcdplayWTFPL-2.0+
 smm/mod2oggWTFPL-2.0+
 smm/mpg2oggWTFPL-2.0+
 smm/oplay  GPL-2.0+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hxtools-20121125/aclocal.m4 
new/hxtools-20130605/aclocal.m4
--- old/hxtools-20121125/aclocal.m4 2012-11-25 17:52:36.0 +0100
+++ new/hxtools-20130605/aclocal.m4 2013-06-05 15:09:50.0 +0200
@@ -47,7 +47,8 @@
 # --
 AC_DEFUN([PKG_PROG_PKG_CONFIG],
 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
-m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
+m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])

commit irqd for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package irqd for openSUSE:Factory checked in 
at 2013-06-06 12:07:56

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


Package is irqd

Changes:

--- /work/SRC/openSUSE:Factory/irqd/irqd.changes2012-11-30 
12:25:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.irqd.new/irqd.changes   2013-06-06 
12:07:58.0 +0200
@@ -1,0 +2,6 @@
+Wed May 29 14:15:56 UTC 2013 - jeng...@inai.de
+
+- Remove After=syslog.target since that is implicit now
+  with systemd-202
+
+---



Other differences:
--
++ irqd.spec ++
--- /var/tmp/diff_new_pack.fd1upG/_old  2013-06-06 12:07:58.0 +0200
+++ /var/tmp/diff_new_pack.fd1upG/_new  2013-06-06 12:07:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package irqd
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ irqd.service ++
--- /var/tmp/diff_new_pack.fd1upG/_old  2013-06-06 12:07:58.0 +0200
+++ /var/tmp/diff_new_pack.fd1upG/_new  2013-06-06 12:07:58.0 +0200
@@ -1,6 +1,5 @@
 [Unit]
 Description=RPS-aware IRQ balancing daemon
-After=syslog.target
 Conflicts=irq_balancer.service
 
 [Service]

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libfreefare for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package libfreefare for openSUSE:Factory 
checked in at 2013-06-06 12:08:27

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


Package is libfreefare

Changes:

--- /work/SRC/openSUSE:Factory/libfreefare/libfreefare.changes  2012-09-20 
15:33:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfreefare.new/libfreefare.changes 
2013-06-06 12:08:28.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun  5 15:58:17 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream snapshot 0.3.4+git67
+* update for new libnfc4-1.7.0 API
+
+---

Old:

  libfreefare-0.3.4.tar.xz

New:

  libfreefare-0.3.4+git67.tar.xz



Other differences:
--
++ libfreefare.spec ++
--- /var/tmp/diff_new_pack.ohVCnW/_old  2013-06-06 12:08:28.0 +0200
+++ /var/tmp/diff_new_pack.ohVCnW/_new  2013-06-06 12:08:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfreefare
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,20 +21,25 @@
 Summary:API for Mifare card manipulations
 License:LGPL-3.0+
 Group:  Development/Libraries/C and C++
-Version:0.3.4
+# Commit 089b6006b1bdd7546f9c7b291a8b3325cbda5537
+Version:0.3.4+git67
 Release:0
 Url:http://code.google.com/p/nfc-tools/
 
+#Git-Clone:http://code.google.com/p/libfreefare/
 Source: %name-%version.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 %if 0%{?suse_version} = 1140 || 0%{?fedora_version}
 BuildRequires:  pkgconfig(libcrypto)
-BuildRequires:  pkgconfig(libnfc) = 1.6.0
+BuildRequires:  pkgconfig(libnfc) = 1.7.0
 %else
+BuildRequires:  libnfc-devel = 1.7.0
 BuildRequires: libopenssl-devel
-BuildRequires: libnfc-devel = 1.6.0
 %endif
 
 %description
@@ -80,9 +85,12 @@
 inspecting and manipulating Mifare cards.
 
 %prep
-%setup -q
+%setup -qn %name
 
 %build
+if [ ! -e configure ]; then
+   autoreconf -fi
+fi
 %configure --disable-static
 make %{?_smp_mflags};
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ivykis for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package ivykis for openSUSE:Factory checked 
in at 2013-06-06 12:08:03

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


Package is ivykis

Changes:

--- /work/SRC/openSUSE:Factory/ivykis/ivykis.changes2013-03-08 
13:22:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.ivykis.new/ivykis.changes   2013-06-06 
12:08:05.0 +0200
@@ -1,0 +2,5 @@
+Fri Mar 22 19:22:54 UTC 2013 - jeng...@inai.de
+
+- Downgrade to 0.38+git16 to work around failure on PPC
+
+---

Old:

  ivykis-0.39.tar.xz

New:

  ivykis-0.38.g16.tar.xz



Other differences:
--
++ ivykis.spec ++
--- /var/tmp/diff_new_pack.ZEuyb2/_old  2013-06-06 12:08:05.0 +0200
+++ /var/tmp/diff_new_pack.ZEuyb2/_new  2013-06-06 12:08:05.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   ivykis
 %define lname   libivykis0
-Version:0.39
+Version:0.38.g16
 Release:0
 Summary:An event dispatching library
 License:LGPL-2.1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mosh for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package mosh for openSUSE:Factory checked in 
at 2013-06-06 12:09:28

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


Package is mosh

Changes:

--- /work/SRC/openSUSE:Factory/mosh/mosh.changes2013-02-13 
14:39:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.mosh.new/mosh.changes   2013-06-06 
12:09:30.0 +0200
@@ -1,0 +2,40 @@
+Wed Jun  5 18:50:37 UTC 2013 - tchva...@suse.com
+
+- Make ufw files happy with rpmlint from suse (i hope).
+
+---
+Wed Jun  5 13:00:59 UTC 2013 - tchva...@suse.com
+
+- Do not handle examples, forgotten here by testing.
+
+---
+Wed Jun  5 12:58:44 UTC 2013 - tchva...@suse.com
+
+- Version bump to 1.2.4.
+  * New features:
+  * Support port ranges with -p LOWPORT:HIGHPORT (Luke Mewburn)
+  * Ctrl-^ Ctrl-Z suspends mosh client (Nikolai Zeldovich)
+  * mm:ss display of lost-contact times (Kevin Ballard)
+  * Show infobar with control chars when Ctrl-^ is typed
+  * Put terminal in altscreen mode (Anders Kaseorg)
+  * Tell automake/Debian pkg about our checks (Anders Kaseorg)
+
+  * Platform support:
+  * OS X: Script to build a universal package (Peter Iannucci)
+  * FreeBSD: Fix build problems (Jimmy Olgeni)
+  * AIX: port by Anton Lundin
+  * Solaris with system curses (Anton Lundin)
+  * Cygwin and others: eliminate use of IO::Pty (Anton Lundin)
+
+  * Bug fixes:
+  * Fix bug (introduced in 1.2.3) where server stays around
+if process quits while client is detached
+  * Clean up spurious entries from detached sessions warning
+  * Fix freeze when connectivity is one-directional for hours
+(reported by Axel Beckert)
+  * Don't wipe title until a new one is set (sqweek)
+  * Eliminate memory leaks and cppcheck warnings (Anders Kaseorg)
+
+- Cleanup the dependencies a bit and explicitly name desired features.
+
+---

Old:

  mosh-1.2.3.tar.gz

New:

  mosh-1.2.4.tar.gz



Other differences:
--
++ mosh.spec ++
--- /var/tmp/diff_new_pack.xhjCd1/_old  2013-06-06 12:09:31.0 +0200
+++ /var/tmp/diff_new_pack.xhjCd1/_new  2013-06-06 12:09:31.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   mosh
-Version:1.2.3
+Version:1.2.4
 Release:0
 Summary:The mobile shell
 License:GPL-3.0+
@@ -30,15 +30,9 @@
 BuildRequires:  pkg-config
 BuildRequires:  protobuf-devel
 BuildRequires:  zlib-devel
-%if %suse_version = 1140
-BuildRequires:  utempter-devel
-%else
-BuildRequires:  utempter
-%endif
-
+Requires:   openssh
 Requires:   perl-IO-Tty
-
-Source0:%{name}-%{version}.tar.gz
+Source0:http://mosh.mit.edu/%{name}-%{version}.tar.gz
 Source1:%{name}.SuSEfirewall
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -58,7 +52,16 @@
 %setup -q
 
 %build
-%configure --disable-hardening --enable-completion
+# utempter requires libutempter not utempter itself and it is not yet
+# packaged properly in openSUSE
+%configure \
+   --enable-completion \
+   --enable-client \
+   --enable-server \
+   --disable-examples \
+   --enable-hardening \
+   --enable-ufw \
+   --without-utempter
 make V=1 %{?_smp_mflags}
 
 %install
@@ -77,11 +80,14 @@
 %doc %{_mandir}/man1/mosh-client.1.*
 %doc %{_mandir}/man1/mosh-server.1.*
 %if 0%{?with_susefirewall_config}
-%config(noreplace) /etc/sysconfig/SuSEfirewall2.d/services/mosh
+%config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/mosh
 %endif
+%dir %{_sysconfdir}/ufw
+%dir %{_sysconfdir}/ufw/applications.d
+%config %{_sysconfdir}/ufw/applications.d/mosh
 %{_bindir}/mosh
 %{_bindir}/mosh-client
 %{_bindir}/mosh-server
-%{_sysconfdir}/bash_completion.d/mosh
+%config %{_sysconfdir}/bash_completion.d/mosh
 
 %changelog

++ mosh-1.2.3.tar.gz - mosh-1.2.4.tar.gz ++
 7381 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mfoc for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package mfoc for openSUSE:Factory checked in 
at 2013-06-06 12:09:06

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


Package is mfoc

Changes:

--- /work/SRC/openSUSE:Factory/mfoc/mfoc.changes2013-03-11 
10:22:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.mfoc.new/mfoc.changes   2013-06-06 
12:09:08.0 +0200
@@ -1,0 +2,6 @@
+Fri May 31 16:14:13 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 0.10.5
+* Adjust for new libnfc4-1.7.0 API
+
+---

Old:

  mfoc-0.10.2+.tar.xz
  mfoc-01-no-asm.diff

New:

  mfoc-0.10.5+git16.tar.xz



Other differences:
--
++ mfoc.spec ++
--- /var/tmp/diff_new_pack.1pDGXr/_old  2013-06-06 12:09:08.0 +0200
+++ /var/tmp/diff_new_pack.1pDGXr/_new  2013-06-06 12:09:08.0 +0200
@@ -20,22 +20,21 @@
 Summary:Mifare Classic Offline Cracker: key recovery tool for MC cards
 License:GPL-2.0+
 Group:  Hardware/Other
-Version:0.10.2+
+Version:0.10.5+git16
 Release:0
 Url:http://code.google.com/p/nfc-tools/
 
-#SVN-DL:   http://nfc-tools.googlecode.com/svn/trunk/mfoc/
+#Git-Clone:http://code.google.com/p/mfoc/
 Source: %name-%version.tar.xz
-Patch1: mfoc-01-no-asm.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 %if 0%{?suse_version} = 1140 || 0%{?fedora_version}
-BuildRequires:  pkgconfig(libnfc) = 1.6
+BuildRequires:  pkgconfig(libnfc) = 1.7
 %else
-BuildRequires:  libnfc-devel = 1.6
+BuildRequires:  libnfc-devel = 1.7
 %endif
 
 %description
@@ -43,7 +42,6 @@
 
 %prep
 %setup -qn %name
-%patch -P 1 -p1
 
 %build
 mkdir -p m4;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nfc-eventd for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package nfc-eventd for openSUSE:Factory 
checked in at 2013-06-06 12:12:30

Comparing /work/SRC/openSUSE:Factory/nfc-eventd (Old)
 and  /work/SRC/openSUSE:Factory/.nfc-eventd.new (New)


Package is nfc-eventd

Changes:

--- /work/SRC/openSUSE:Factory/nfc-eventd/nfc-eventd.changes2012-10-03 
08:05:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.nfc-eventd.new/nfc-eventd.changes   
2013-06-06 12:12:31.0 +0200
@@ -1,0 +2,6 @@
+Fri May 31 16:10:58 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream snapshot 0.1.5+svn1129
+* Check return value in an internal call
+
+---

Old:

  nfc-eventd-0.1.5+.tar.xz

New:

  nfc-eventd-0.1.5+svn1129.tar.xz



Other differences:
--
++ nfc-eventd.spec ++
--- /var/tmp/diff_new_pack.DZOMg0/_old  2013-06-06 12:12:32.0 +0200
+++ /var/tmp/diff_new_pack.DZOMg0/_new  2013-06-06 12:12:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nfc-eventd
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:NFC event daemon
 License:GPL-3.0+
 Group:  Hardware/Other
-Version:0.1.5+
+Version:0.1.5+svn1129
 Release:0
 Url:http://code.google.com/p/nfc-tools/
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-BerkeleyDB for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-BerkeleyDB for openSUSE:Factory 
checked in at 2013-06-06 12:18:55

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


Package is perl-BerkeleyDB

Changes:

--- /work/SRC/openSUSE:Factory/perl-BerkeleyDB/perl-BerkeleyDB.changes  
2012-02-16 10:06:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-BerkeleyDB.new/perl-BerkeleyDB.changes 
2013-06-06 12:18:56.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun  3 11:38:48 UTC 2013 - co...@suse.com
+
+- updated to 0.51
+   * Rework FETCHSIZE
+ [RT #75691]
+
+---

Old:

  BerkeleyDB-0.50.tar.gz

New:

  BerkeleyDB-0.51.tar.gz



Other differences:
--
++ perl-BerkeleyDB.spec ++
--- /var/tmp/diff_new_pack.dTJDqa/_old  2013-06-06 12:18:57.0 +0200
+++ /var/tmp/diff_new_pack.dTJDqa/_new  2013-06-06 12:18:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-BerkeleyDB
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,59 +16,63 @@
 #
 
 
-%bcond_with opt
-
 Name:   perl-BerkeleyDB
-Version:0.50
+Version:0.51
 Release:0
 %define cpan_name BerkeleyDB
-Summary:Perl extension for Berkeley DB version 2, 3 or 4
+Summary:Perl extension for Berkeley DB version 2, 3, 4 or 5
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/BerkeleyDB/
-#Source: 
http://www.cpan.org/modules/by-module/BerkeleyDB/BerkeleyDB-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
-BuildRequires:  db-devel
+Source: 
http://www.cpan.org/authors/id/P/PM/PMQS/%{cpan_name}-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# MANUAL
+BuildRequires:  db-devel
+#BuildRequires: perl(BerkeleyDB)
+#BuildRequires: perl(MLDBM)
+#BuildRequires: perl(util)
 %{perl_requires}
-%if %{with opt}
-BuildRequires:  perl(MLDBM)
-%endif
-#
 
 %description
-This Perl module provides an interface to most of the functionality available
-in Berkeley DB versions 2, 3 and 4. In general it is safe to assume that the
-interface provided here to be identical to the Berkeley DB interface. The main
-changes have been to make the Berkeley DB API work in a Perl way. Note that if
-you are using Berkeley DB 2.x, the new features available in
-Berkeley DB 3.x or DB 4.x are not available via this module.
+*NOTE: This document is still under construction. Expect it to be
+incomplete in places.*
+
+This Perl module provides an interface to most of the functionality
+available in Berkeley DB versions 2, 3 and 4. In general it is safe to
+assume that the interface provided here to be identical to the Berkeley DB
+interface. The main changes have been to make the Berkeley DB API work in a
+Perl way. Note that if you are using Berkeley DB 2.x, the new features
+available in Berkeley DB 3.x or DB 4.x are not available via this module.
+
+The reader is expected to be familiar with the Berkeley DB documentation.
+Where the interface provided here is identical to the Berkeley DB library
+and the... TODO
+
+The *db_appinit*, *db_cursor*, *db_open* and *db_txn* man pages are
+particularly relevant.
+
+The interface to Berkeley DB is implemented with a number of Perl classes.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-# rpmlint
-# executable-docs, spurious-executable-perm
-chmod a-x Changes README
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+%{__make} %{?_smp_mflags}
 
 %check
-make test
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-rm -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Changes README Todo
+%defattr(-,root,root,755)
+%doc BerkeleyDB.pod.P Changes dbinfo mkpod README Todo
 
 %changelog

++ BerkeleyDB-0.50.tar.gz - BerkeleyDB-0.51.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/BerkeleyDB-0.50/BerkeleyDB.pm 
new/BerkeleyDB-0.51/BerkeleyDB.pm
--- old/BerkeleyDB-0.50/BerkeleyDB.pm   2011-12-08 20:58:19.0 +0100
+++ 

commit perl-Compress-Bzip2 for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Compress-Bzip2 for 
openSUSE:Factory checked in at 2013-06-06 12:19:20

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


Package is perl-Compress-Bzip2

Changes:

--- /work/SRC/openSUSE:Factory/perl-Compress-Bzip2/perl-Compress-Bzip2.changes  
2013-03-08 09:36:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Bzip2.new/perl-Compress-Bzip2.changes 
2013-06-06 12:19:21.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun  3 15:50:38 UTC 2013 - co...@suse.com
+
+- updated to 2.15, no changelog
+
+---

Old:

  Compress-Bzip2-2.09.tar.gz

New:

  Compress-Bzip2-2.15.tar.gz



Other differences:
--
++ perl-Compress-Bzip2.spec ++
--- /var/tmp/diff_new_pack.EWD7LJ/_old  2013-06-06 12:19:22.0 +0200
+++ /var/tmp/diff_new_pack.EWD7LJ/_new  2013-06-06 12:19:22.0 +0200
@@ -21,7 +21,7 @@
 Summary:Interface to Bzip2 compression library
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:2.09
+Version:2.15
 Release:0
 Url:http://cpan.org/modules/by-module/Compress/
 Source: %{cpan_name}-%{version}.tar.gz

++ Compress-Bzip2-2.09.tar.gz - Compress-Bzip2-2.15.tar.gz ++
 95099 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Apache-Session for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Apache-Session for 
openSUSE:Factory checked in at 2013-06-06 12:18:49

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  
2011-11-21 12:35:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Apache-Session.new/perl-Apache-Session.changes 
2013-06-06 12:18:50.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun  3 11:27:29 UTC 2013 - co...@suse.com
+
+- updated to 1.90
+  - Allow specifying table for Oracle
+  - Use Test::Database for tests
+
+---

Old:

  Apache-Session-1.89.tar.gz

New:

  Apache-Session-1.90.tar.gz



Other differences:
--
++ perl-Apache-Session.spec ++
--- /var/tmp/diff_new_pack.HDzJoD/_old  2013-06-06 12:18:51.0 +0200
+++ /var/tmp/diff_new_pack.HDzJoD/_new  2013-06-06 12:18:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Apache-Session
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,25 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Apache-Session
-BuildRequires:  apache2-devel apache2-mod_perl dos2unix libapr-util1-devel 
pcre-devel perl-DBI
+BuildRequires:  apache2-devel
+BuildRequires:  apache2-mod_perl
+BuildRequires:  dos2unix
+BuildRequires:  libapr-util1-devel
+BuildRequires:  pcre-devel
+BuildRequires:  perl-DBI
 BuildRequires:  perl-macros
-Version:1.89
-Release:3
+Version:1.90
+Release:0
 Provides:   Apache-Session
 Requires:   apache2
-Requires:   apache2-mod_perl perl-URI perl-DBI
+Requires:   apache2-mod_perl
+Requires:   perl-DBI
+Requires:   perl-URI
 Conflicts:  perlmod
-AutoReqProv:on
-Group:  Development/Libraries/Perl
-License:Artistic-1.0
 Url:http://cpan.org/modules/by-module/Apache/
 Source: Apache-Session-%{version}.tar.gz
 Summary:persistent storage for arbitrary data
+License:Artistic-1.0
+Group:  Development/Libraries/Perl
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+#BuildRequires: perl(Test::Database)
 %{perl_requires}
 
 %description
@@ -42,12 +47,6 @@
 store are abstracted to make all backing stores behave alike.  The
 programmer simply interacts with a tied hash.
 
-
-
-Authors:
-
-Jeffrey William Baker jwba...@acm.org
-
 %prep 
 %setup -q -n Apache-Session-%{version}
 dos2unix INSTALL CHANGES TODO README eg/example.perl
@@ -65,9 +64,6 @@
 make DESTDIR=$RPM_BUILD_ROOT install_vendor
 %perl_process_packlist
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-, root, root)
 %doc INSTALL README TODO CHANGES README eg

++ Apache-Session-1.89.tar.gz - Apache-Session-1.90.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Apache-Session-1.89/Build.PL 
new/Apache-Session-1.90/Build.PL
--- old/Apache-Session-1.89/Build.PL2010-09-22 00:42:26.0 +0200
+++ new/Apache-Session-1.90/Build.PL2012-12-24 22:50:55.0 +0100
@@ -25,7 +25,8 @@
   'build_requires' = {
 'Test::More' = '0.47',
 'Test::Exception' = '0.15',
-'Test::Deep' = '0.082'
+'Test::Deep' = '0.082',
+($ENV{TRAVIS}?('Test::Database'=0, 'DBD::mysql'=0, 'DBD::Pg' = 0,):()),
   },
   'dist_author' = 'Casey West casey[at]geeknest.com',
   'module_name' = 'Apache::Session',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Apache-Session-1.89/CHANGES 
new/Apache-Session-1.90/CHANGES
--- old/Apache-Session-1.89/CHANGES 2010-09-22 00:52:54.0 +0200
+++ new/Apache-Session-1.90/CHANGES 2013-01-27 14:26:32.0 +0100
@@ -3,6 +3,10 @@
 and tell me what version do you use, why and will you need newer versions
 of Apache::Session.
 
+1.90   2013-01-27 by Alexandr Ciornii, Perl 25th birthday version
+  - Allow specifying table for Oracle
+  - Use Test::Database for tests
+
 1.89   2010-09-22  by Alexandr Ciornii
   - require Digest::MD5
   - all semaphore tests were removed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Apache-Session-1.89/Contributing.txt 
new/Apache-Session-1.90/Contributing.txt
--- 

commit perl-Class-Unload for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-Unload for 
openSUSE:Factory checked in at 2013-06-06 12:19:14

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


Package is perl-Class-Unload

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-Unload/perl-Class-Unload.changes  
2012-01-26 16:00:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Class-Unload.new/perl-Class-Unload.changes 
2013-06-06 12:19:15.0 +0200
@@ -1,0 +2,8 @@
+Mon Jun  3 15:37:36 UTC 2013 - co...@suse.com
+
+- updated to 0.08
+ - Add =encoding directive to POD (RT#85625)
+ 
+Remove no longer applying 
perl-Class-Unload-lower_required_makemaker_version.patch
+
+---

Old:

  Class-Unload-0.07.tar.gz
  perl-Class-Unload-lower_required_makemaker_version.patch

New:

  Class-Unload-0.08.tar.gz



Other differences:
--
++ perl-Class-Unload.spec ++
--- /var/tmp/diff_new_pack.aWVrwm/_old  2013-06-06 12:19:16.0 +0200
+++ /var/tmp/diff_new_pack.aWVrwm/_new  2013-06-06 12:19:16.0 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package perl-Class-Unload
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,15 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   perl-Class-Unload
-Version:0.07
+Version:0.08
 Release:0
 Summary:Unload a class
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Source: 
http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/Class-Unload-%{version}.tar.gz
-Patch1: perl-Class-Unload-lower_required_makemaker_version.patch
 Url:http://search.cpan.org/dist/Class-Unload
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   perl = %{perl_version}
@@ -40,7 +41,6 @@
 
 %prep
 %setup -q -n Class-Unload-%{version}
-%patch1
 %__sed -i '/^auto_install/d' Makefile.PL
 
 %build

++ Class-Unload-0.07.tar.gz - Class-Unload-0.08.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Unload-0.07/Changes 
new/Class-Unload-0.08/Changes
--- old/Class-Unload-0.07/Changes   2011-01-27 00:27:59.0 +0100
+++ new/Class-Unload-0.08/Changes   2013-05-26 16:55:42.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Class-Unload
 
+0.08  2013-05-26 15:55:39 Europe/London
+   - Add =encoding directive to POD (RT#85625)
+
 0.07  2011-01-26 23:27:56 Europe/London
 - Clean up after Class::C3 on pre-5.10 perls.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Unload-0.07/LICENSE 
new/Class-Unload-0.08/LICENSE
--- old/Class-Unload-0.07/LICENSE   2011-01-27 00:27:59.0 +0100
+++ new/Class-Unload-0.08/LICENSE   2013-05-26 16:55:42.0 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2011 by Dagfinn Ilmari Mannsåker.
+This software is copyright (c) 2013 by Dagfinn Ilmari Mannsåker.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,21 +12,22 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2011 by Dagfinn Ilmari Mannsåker.
+This software is Copyright (c) 2013 by Dagfinn Ilmari Mannsåker.
 
 This is free software, licensed under:
 
   The GNU General Public License, Version 1, February 1989
 
-   GNU GENERAL PUBLIC LICENSE
-Version 1, February 1989
+GNU GENERAL PUBLIC LICENSE
+ Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
-59 Temple Place, Suite 330, Boston, MA 02111-1307, 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.
 
-   Preamble
+Preamble
 
   The license agreements of most software companies try to keep users
 at the mercy of those companies.  By contrast, our General Public
@@ -67,7 +68,7 @@
   The precise terms and conditions for copying, distribution and
 modification follow.
 
-   GNU GENERAL PUBLIC LICENSE
+GNU GENERAL PUBLIC LICENSE

commit perl-CPAN-Mini for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Mini for openSUSE:Factory 
checked in at 2013-06-06 12:19:56

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


Package is perl-CPAN-Mini

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPAN-Mini/perl-CPAN-Mini.changes
2012-02-16 10:06:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CPAN-Mini.new/perl-CPAN-Mini.changes   
2013-06-06 12:19:57.0 +0200
@@ -1,0 +2,30 @@
+Mon Jun  3 11:48:38 UTC 2013 - co...@suse.com
+
+- updated to 1.111013
+  make www.cpan.org the default remote!
+
+  link to the list of mirrors, too (thanks, SYSMON!)
+
+  pass all options from command line, not just known ones (thanks,
+  Jeffrey Thalhammer, who waited a very very long time for me to apply
+  this!)
+
+  add --remote-from option to get remote from CPAN or CPANPLUS config
+  (thanks, Jeff Bisbee, who also waited a long time)
+
+  expand leading ~ in config file name (suggested by justincase)
+
+  die if local target isn't writable (suggested by SARGIE)
+
+  when testing, mock my_home harder (thanks, David Golden!)
+
+  check that the received 02packages seems at least remotely plausible
+
+  fix the old -trace method, broken in 1.111004
+
+  config options that once had to be specified as multiple entries
+  on one line may now be given as repeated entries; these are
+  also_mirror, module_filters, and path_filters
+
+
+---

Old:

  CPAN-Mini-1.111008.tar.gz

New:

  CPAN-Mini-1.111013.tar.gz



Other differences:
--
++ perl-CPAN-Mini.spec ++
--- /var/tmp/diff_new_pack.f1EmRL/_old  2013-06-06 12:19:57.0 +0200
+++ /var/tmp/diff_new_pack.f1EmRL/_new  2013-06-06 12:19:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CPAN-Mini
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CPAN-Mini
-Version:1.111008
+Version:1.111013
 Release:0
 %define cpan_name CPAN-Mini
 Summary:create a minimal mirror of CPAN
@@ -29,6 +29,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(CPANPLUS::Backend)
 BuildRequires:  perl(Compress::Zlib) = 1.20
 BuildRequires:  perl(File::HomeDir) = 0.57
 BuildRequires:  perl(File::Path) = 2.04
@@ -38,6 +39,7 @@
 #BuildRequires: perl(CPAN::Mini)
 #BuildRequires: perl(CPAN::Mini::App)
 #BuildRequires: perl(File::Find::Rule)
+Requires:   perl(CPANPLUS::Backend)
 Requires:   perl(Compress::Zlib) = 1.20
 Requires:   perl(File::HomeDir) = 0.57
 Requires:   perl(File::Path) = 2.04

++ CPAN-Mini-1.111008.tar.gz - CPAN-Mini-1.111013.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Mini-1.111008/Changes 
new/CPAN-Mini-1.111013/Changes
--- old/CPAN-Mini-1.111008/Changes  2011-12-23 19:36:47.0 +0100
+++ new/CPAN-Mini-1.111013/Changes  2013-04-13 15:03:01.0 +0200
@@ -1,5 +1,35 @@
 Revision history for CPAN-Mini
 
+1.111013  2013-04-13 14:02:58 Europe/London
+  make www.cpan.org the default remote!
+
+  link to the list of mirrors, too (thanks, SYSMON!)
+
+  pass all options from command line, not just known ones (thanks,
+  Jeffrey Thalhammer, who waited a very very long time for me to apply
+  this!)
+
+  add --remote-from option to get remote from CPAN or CPANPLUS config
+  (thanks, Jeff Bisbee, who also waited a long time)
+
+  expand leading ~ in config file name (suggested by justincase)
+
+  die if local target isn't writable (suggested by SARGIE)
+
+1.111012  2013-03-28 16:32:58 America/New_York
+  when testing, mock my_home harder (thanks, David Golden!)
+
+1.111011  2013-02-07 16:40:23 America/New_York
+  check that the received 02packages seems at least remotely plausible
+
+1.111010  2012-10-24 10:46:35 America/New_York
+  fix the old -trace method, broken in 1.111004
+
+1.111009  2012-08-27 21:32:39 America/New_York
+  config options that once had to be specified as multiple entries
+  on one line may now be given as repeated entries; these are
+  also_mirror, module_filters, 

commit perl-Email-Valid for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Email-Valid for 
openSUSE:Factory checked in at 2013-06-06 12:20:08

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
2012-02-27 18:35:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Email-Valid.new/perl-Email-Valid.changes   
2013-06-06 12:20:09.0 +0200
@@ -1,0 +2,12 @@
+Tue Jun  4 08:43:46 UTC 2013 - co...@suse.com
+
+- updated to 0.190
+  fix skip test count
+
+  addresses in the form rjbs@[1.2.3.4], when allowed by allow_ip,
+  are not failed for the tld check (reported by Marcel Grünauer)
+
+  fix [rt.cpan.org #75736], in which 0...@domain.com was considered
+  invalid (thanks for the fix from Steve Bertrand)
+
+---

Old:

  Email-Valid-0.187.tar.gz

New:

  Email-Valid-0.190.tar.gz



Other differences:
--
++ perl-Email-Valid.spec ++
--- /var/tmp/diff_new_pack.Whc0lA/_old  2013-06-06 12:20:10.0 +0200
+++ /var/tmp/diff_new_pack.Whc0lA/_new  2013-06-06 12:20:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Email-Valid
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Email-Valid
-Version:0.187
+Version:0.190
 Release:0
 %define cpan_name Email-Valid
 Summary:Check validity of Internet email addresses
@@ -33,7 +33,7 @@
 BuildRequires:  perl(Net::DNS)
 #BuildRequires: perl(Email::Valid)
 #BuildRequires: perl(IO::CaptureOutput)
-#BuildRequires: perl(Net::Domain::TLD)
+#BuildRequires: perl(Net::Domain::TLD) = 1.65
 Requires:   perl(Mail::Address)
 Requires:   perl(Net::DNS)
 %{perl_requires}
@@ -53,7 +53,7 @@
 %{__make} %{?_smp_mflags}
 
 %check
-#broken %{__make} test
+%{__make} test
 
 %install
 %perl_make_install

++ Email-Valid-0.187.tar.gz - Email-Valid-0.190.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Valid-0.187/Changes 
new/Email-Valid-0.190/Changes
--- old/Email-Valid-0.187/Changes   2012-01-27 17:23:47.0 +0100
+++ new/Email-Valid-0.190/Changes   2012-03-27 02:03:47.0 +0200
@@ -1,5 +1,16 @@
 Revision history for Perl extension Email::Valid.
 
+0.190 2012-03-26
+  fix skip test count
+
+0.189 2012-03-26
+  addresses in the form rjbs@[1.2.3.4], when allowed by allow_ip,
+  are not failed for the tld check (reported by Marcel Grünauer)
+
+0.188 2012-03-15
+  fix [rt.cpan.org #75736], in which 0...@domain.com was considered
+  invalid (thanks for the fix from Steve Bertrand)
+
 0.187 2012-01-27
   addresses in the form rjbs@[1.2.3.4] are now (correctly) considered
   valid; this can be disabled with the -allow_ip option
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Valid-0.187/META.json 
new/Email-Valid-0.190/META.json
--- old/Email-Valid-0.187/META.json 2012-01-27 17:28:09.0 +0100
+++ new/Email-Valid-0.190/META.json 2012-03-27 02:04:21.0 +0200
@@ -4,7 +4,7 @@
   unknown
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.113640,
+   generated_by : ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.120351,
license : [
   perl_5
],
@@ -22,20 +22,20 @@
prereqs : {
   build : {
  requires : {
-ExtUtils::MakeMaker : 0
+ExtUtils::MakeMaker : 0
  }
   },
   configure : {
  requires : {
-ExtUtils::MakeMaker : 0
+ExtUtils::MakeMaker : 0
  }
   },
   runtime : {
  requires : {
-Mail::Address : 0,
-Net::DNS : 0,
-Scalar::Util : 0,
-Test::More : 0,
+Mail::Address : 0,
+Net::DNS : 0,
+Scalar::Util : 0,
+Test::More : 0,
 perl : 5.006
  }
   }
@@ -46,5 +46,5 @@
  url : http://github.com/rjbs/email-valid;
   }
},
-   version : 0.187
+   version : 0.190
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit perl-Geo-Coordinates-UTM for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Geo-Coordinates-UTM for 
openSUSE:Factory checked in at 2013-06-06 12:20:20

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


Package is perl-Geo-Coordinates-UTM

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Geo-Coordinates-UTM/perl-Geo-Coordinates-UTM.changes
2011-11-21 12:40:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Geo-Coordinates-UTM.new/perl-Geo-Coordinates-UTM.changes
   2013-06-06 12:20:20.0 +0200
@@ -1,0 +2,10 @@
+Wed Jun  5 05:44:50 UTC 2013 - co...@suse.com
+
+- update to 0.11
+   - fixed error in Everest Pakistan ellipsoid axis
+   - Added Arc 1950 ellipsoid
+   - patched MGRS calculations for S. Hemisphere
+   - Added MGRS tests
+   - Added NAD27 and NAD83 ellipsoids
+
+---

Old:

  Geo-Coordinates-UTM-0.09.tar.gz

New:

  Geo-Coordinates-UTM-0.11.tar.gz



Other differences:
--
++ perl-Geo-Coordinates-UTM.spec ++
--- /var/tmp/diff_new_pack.NFwE0k/_old  2013-06-06 12:20:21.0 +0200
+++ /var/tmp/diff_new_pack.NFwE0k/_new  2013-06-06 12:20:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Geo-Coordinates-UTM
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Geo-Coordinates-UTM
 %define cpan_name Geo-Coordinates-UTM
-Summary:Perl extension for Latitiude Longitude conversions
-Version:0.09
-Release:1
+Summary:Perl extension for Latitude Longitude conversions
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Version:0.11
+Release:0
 Url:http://search.cpan.org/dist/Geo-Coordinates-UTM/
-Source: 
http://www.cpan.org/modules/by-module/Geo/Geo-Coordinates-UTM-0.09.tar.gz
+Source: 
http://www.cpan.org/authors/id/G/GR/GRAHAMC/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
@@ -39,10 +37,6 @@
 This module will translate latitude longitude coordinates to Universal
 Transverse Mercator(UTM) coordinates and vice versa.
 
-Authors:
-
-Graham Crookham grah...@cpan.org
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 ### rpmlint:

++ Geo-Coordinates-UTM-0.09.tar.gz - Geo-Coordinates-UTM-0.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Geo-Coordinates-UTM-0.09/Changes 
new/Geo-Coordinates-UTM-0.11/Changes
--- old/Geo-Coordinates-UTM-0.09/Changes2010-05-17 17:31:38.0 
+0200
+++ new/Geo-Coordinates-UTM-0.11/Changes2013-05-21 14:26:43.0 
+0200
@@ -1,4 +1,4 @@
-Revision history for Perl extension Geo::Coord.
+Revision history for Perl extension Geo::Coordinates::UTM.
 
 0.01  Wed Sep 27 12:37:38 2000
- original version; created by h2xs 1.19
@@ -23,7 +23,15 @@
- Addition of new ellipsoids
- Refinement of MGRS calculations
- Addition of latlon_to_utm_force_zone 
-0.08  Thu Dec 06 17:15:03
+0.08  Thu Dec 06 17:15:03 2007
- Refinement of MGRS calculations
-0.09  Mon May 17 16:30:32
+0.09  Mon May 17 16:30:32 2010
- Patched mgrs_to_utm to handle short MGRS strings
+0.10 Mon Mar 25 19:05:12 2013
+   - fixed error in Everest Pakistan ellipsoid axis
+   - Added Arc 1950 ellipsoid
+   - patched MGRS calculations for S. Hemisphere
+   - Added MGRS tests
+0.11 Tue May 21 13:26:14 2013
+   - Added NAD27 and NAD83 ellipsoids
+   
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Geo-Coordinates-UTM-0.09/MANIFEST 
new/Geo-Coordinates-UTM-0.11/MANIFEST
--- old/Geo-Coordinates-UTM-0.09/MANIFEST   2010-05-17 15:07:32.0 
+0200
+++ new/Geo-Coordinates-UTM-0.11/MANIFEST   2013-03-25 21:08:13.0 
+0100
@@ -5,4 +5,5 @@
 README
 t/01_basic_settings.t
 t/02_points.t
+t/03_mgrs.t
 META.yml Module meta-data (added by MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Geo-Coordinates-UTM-0.09/META.yml 
new/Geo-Coordinates-UTM-0.11/META.yml
--- 

commit perl-HTTP-Body for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-HTTP-Body for openSUSE:Factory 
checked in at 2013-06-06 12:20:31

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


Package is perl-HTTP-Body

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTTP-Body/perl-HTTP-Body.changes
2012-02-16 10:06:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-HTTP-Body.new/perl-HTTP-Body.changes   
2013-06-06 12:20:32.0 +0200
@@ -1,0 +2,6 @@
+
+Wed Jun  5 07:24:16 UTC 2013 - co...@suse.com
+
+- updated to 1.17, no changelog
+
+---

Old:

  HTTP-Body-1.15.tar.gz

New:

  HTTP-Body-1.17.tar.gz



Other differences:
--
++ perl-HTTP-Body.spec ++
--- /var/tmp/diff_new_pack.uqadeA/_old  2013-06-06 12:20:33.0 +0200
+++ /var/tmp/diff_new_pack.uqadeA/_new  2013-06-06 12:20:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTTP-Body
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTTP-Body
-Version:1.15
+Version:1.17
 Release:0
 %define cpan_name HTTP-Body
 Summary:HTTP Body Parser
@@ -48,8 +48,8 @@
 
 %description
 HTTP::Body parses chunks of HTTP POST data and supports
-application/octet-stream, application/x-www-form-urlencoded, and
-multipart/form-data.
+application/octet-stream, application/json,
+application/x-www-form-urlencoded, and multipart/form-data.
 
 Chunked bodies are supported by not passing a length value to new().
 
@@ -72,6 +72,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README scripts
+%doc Changes LICENSE README
 
 %changelog

++ HTTP-Body-1.15.tar.gz - HTTP-Body-1.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Body-1.15/LICENSE new/HTTP-Body-1.17/LICENSE
--- old/HTTP-Body-1.15/LICENSE  2011-12-05 03:59:14.0 +0100
+++ new/HTTP-Body-1.17/LICENSE  2012-10-04 00:02:14.0 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2011 by Christian Hansen.
+This software is copyright (c) 2012 by Christian Hansen.
 
 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 Christian Hansen.
+This software is Copyright (c) 2012 by Christian Hansen.
 
 This is free software, licensed under:
 
@@ -270,7 +270,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2011 by Christian Hansen.
+This software is Copyright (c) 2012 by Christian Hansen.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Body-1.15/META.yml new/HTTP-Body-1.17/META.yml
--- old/HTTP-Body-1.15/META.yml 2011-12-05 03:59:14.0 +0100
+++ new/HTTP-Body-1.17/META.yml 2012-10-04 00:02:14.0 +0200
@@ -11,7 +11,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.30
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.33, CPAN::Meta::Converter version 
2.112150'
+generated_by: 'Dist::Zilla version 4.300016, CPAN::Meta::Converter version 
2.120630'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -26,4 +26,4 @@
 resources:
   X_mailing_list: 
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst-dev
   repository: https://dev.catalystframework.org/repos/Catalyst/trunk/HTTP-Body/
-version: 1.15
+version: 1.17
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Body-1.15/Makefile.PL 
new/HTTP-Body-1.17/Makefile.PL
--- old/HTTP-Body-1.15/Makefile.PL  2011-12-05 03:59:14.0 +0100
+++ new/HTTP-Body-1.17/Makefile.PL  2012-10-04 00:02:14.0 +0200
@@ -29,7 +29,7 @@
 HTTP::Headers = 0,
 IO::File = 1.14
   },
-  VERSION = 1.15,
+  VERSION = 1.17,
   test = {
 TESTS = t/*.t
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Body-1.15/README new/HTTP-Body-1.17/README
--- old/HTTP-Body-1.15/README   2011-12-05 03:59:14.0 +0100
+++ new/HTTP-Body-1.17/README   2012-10-04 00:02:14.0 +0200
@@ -1,11 +1,11 @@
 
 
 This archive contains the distribution HTTP-Body,
-version 

commit perl-Hash-MultiValue for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Hash-MultiValue for 
openSUSE:Factory checked in at 2013-06-06 12:20:26

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


Package is perl-Hash-MultiValue

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Hash-MultiValue/perl-Hash-MultiValue.changes
2012-02-17 12:07:39.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Hash-MultiValue.new/perl-Hash-MultiValue.changes
   2013-06-06 12:20:27.0 +0200
@@ -1,0 +2,9 @@
+Wed Jun  5 07:27:16 UTC 2013 - co...@suse.com
+
+- updated to 0.15
+   - use MakeMaker
+   - Use milla
+   - repackage with Module::Install  1.04
+- remove no longer applying test-more-no-plan.patch
+
+---

Old:

  Hash-MultiValue-0.12.tar.gz
  test-more-no-plan.patch

New:

  Hash-MultiValue-0.15.tar.gz



Other differences:
--
++ perl-Hash-MultiValue.spec ++
--- /var/tmp/diff_new_pack.sGBbs8/_old  2013-06-06 12:20:27.0 +0200
+++ /var/tmp/diff_new_pack.sGBbs8/_new  2013-06-06 12:20:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Hash-MultiValue
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,20 @@
 
 
 Name:   perl-Hash-MultiValue
-Version:0.12
+Version:0.15
 Release:0
 %define cpan_name Hash-MultiValue
 Summary:Store multiple values per key
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Hash-MultiValue/
-Source: 
http://www.cpan.org/authors/id/A/AR/ARISTOTLE/%{cpan_name}-%{version}.tar.gz
-Patch0: test-more-no-plan.patch
+Source: 
http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+#BuildRequires: perl(Hash::MultiValue)
+#BuildRequires: perl(UNIVERSAL::ref)
 %{perl_requires}
 
 %description
@@ -38,7 +39,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -54,6 +54,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes cpanfile LICENSE README
 
 %changelog

++ Hash-MultiValue-0.12.tar.gz - Hash-MultiValue-0.15.tar.gz ++
 7058 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Mail-Sender for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Mail-Sender for 
openSUSE:Factory checked in at 2013-06-06 12:21:13

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


Package is perl-Mail-Sender

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mail-Sender/perl-Mail-Sender.changes
2012-06-05 15:34:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mail-Sender.new/perl-Mail-Sender.changes   
2013-06-06 12:21:15.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun  5 14:33:59 UTC 2013 - co...@suse.com
+
+- update to 0.8.22, no changelog
+
+---

Old:

  Mail-Sender-0.8.21.tar.gz

New:

  Mail-Sender-0.8.22.tar.gz



Other differences:
--
++ perl-Mail-Sender.spec ++
--- /var/tmp/diff_new_pack.7k5c0l/_old  2013-06-06 12:21:15.0 +0200
+++ /var/tmp/diff_new_pack.7k5c0l/_new  2013-06-06 12:21:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mail-Sender
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,14 @@
 
 
 Name:   perl-Mail-Sender
-Version:0.8.21
+Version:0.8.22
 Release:0
 %define cpan_name Mail-Sender
 Summary:module for sending mails with attachments through an SMTP 
server
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Mail-Sender/
-#Source: 
http://www.cpan.org/authors/id/J/JE/JENDA/Mail-Sender-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/J/JE/JENDA/Mail-Sender-%{version}.tar.gz
 Requires:   perl(Carp)
 Requires:   perl(Encode)
 Requires:   perl(File::Basename)

++ Mail-Sender-0.8.21.tar.gz - Mail-Sender-0.8.22.tar.gz ++
 7871 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Modern-Perl for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Modern-Perl for 
openSUSE:Factory checked in at 2013-06-06 12:21:20

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


Package is perl-Modern-Perl

Changes:

--- /work/SRC/openSUSE:Factory/perl-Modern-Perl/perl-Modern-Perl.changes
2012-03-01 17:25:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Modern-Perl.new/perl-Modern-Perl.changes   
2013-06-06 12:21:21.0 +0200
@@ -1,0 +2,8 @@
+Wed Jun  5 18:41:01 UTC 2013 - co...@suse.com
+
+- updated to 1.20121103
+- fixed VERSION( undef ) (Peter Vereshagin, RT #80304)
+- fixed POD encoding error (Norbert E. Grüner, RT #80468)
+- added Perl 5.16 support
+
+---

Old:

  Modern-Perl-1.20120130.tar.gz

New:

  Modern-Perl-1.20121103.tar.gz



Other differences:
--
++ perl-Modern-Perl.spec ++
--- /var/tmp/diff_new_pack.pTqVri/_old  2013-06-06 12:21:22.0 +0200
+++ /var/tmp/diff_new_pack.pTqVri/_new  2013-06-06 12:21:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Modern-Perl
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Modern-Perl
-Version:1.20120130
+Version:1.20121103
 Release:0
 %define cpan_name Modern-Perl
 Summary:enable all of the features of Modern Perl with one import

++ Modern-Perl-1.20120130.tar.gz - Modern-Perl-1.20121103.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Modern-Perl-1.20120130/Build.PL 
new/Modern-Perl-1.20121103/Build.PL
--- old/Modern-Perl-1.20120130/Build.PL 2012-01-30 20:38:10.0 +0100
+++ new/Modern-Perl-1.20121103/Build.PL 2012-11-03 21:30:27.0 +0100
@@ -19,7 +19,7 @@
 chromatic
   ],
   dist_name = Modern-Perl,
-  dist_version = 1.20120130,
+  dist_version = 1.20121103,
   license = perl,
   module_name = Modern::Perl,
   recommends = {},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Modern-Perl-1.20120130/Changes 
new/Modern-Perl-1.20121103/Changes
--- old/Modern-Perl-1.20120130/Changes  2012-01-30 20:38:10.0 +0100
+++ new/Modern-Perl-1.20121103/Changes  2012-11-03 21:30:27.0 +0100
@@ -1,5 +1,12 @@
 Revision history for Modern::Perl
 
+1.20121103 2012-11-03 13:30:26 America/Los_Angeles
+- fixed VERSION( undef ) (Peter Vereshagin, RT #80304)
+- fixed POD encoding error (Norbert E. Grüner, RT #80468)
+
+1.20120521 2012-05-21 15:58:59 America/Los_Angeles
+- added Perl 5.16 support
+
 1.20120130 2012-01-30 11:38:08 America/Los_Angeles
 - fixed t/year_imports.t for 5.10 (ANDK and sprout again)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Modern-Perl-1.20120130/META.yml 
new/Modern-Perl-1.20121103/META.yml
--- old/Modern-Perl-1.20120130/META.yml 2012-01-30 20:38:10.0 +0100
+++ new/Modern-Perl-1.20121103/META.yml 2012-11-03 21:30:27.0 +0100
@@ -9,7 +9,7 @@
   ExtUtils::MakeMaker: 6.30
   Module::Build: 0.3601
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.36, CPAN::Meta::Converter version 
2.113640'
+generated_by: 'Dist::Zilla version 4.300028, CPAN::Meta::Converter version 
2.120921'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -27,4 +27,4 @@
 resources:
   homepage: https://github.com/chromatic/Modern-Perl
   repository: https://github.com/chromatic/Modern-Perl.git
-version: 1.20120130
+version: 1.20121103
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Modern-Perl-1.20120130/Makefile.PL 
new/Modern-Perl-1.20121103/Makefile.PL
--- old/Modern-Perl-1.20120130/Makefile.PL  2012-01-30 20:38:10.0 
+0100
+++ new/Modern-Perl-1.20121103/Makefile.PL  2012-11-03 21:30:27.0 
+0100
@@ -32,7 +32,7 @@
 strict = 0,
 warnings = 0
   },
-  VERSION = 1.20120130,
+  VERSION = 1.20121103,
   test = {
 TESTS = t/*.t
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Modern-Perl-1.20120130/lib/Modern/Perl.pm 
new/Modern-Perl-1.20121103/lib/Modern/Perl.pm
--- old/Modern-Perl-1.20120130/lib/Modern/Perl.pm   2012-01-30 
20:38:10.0 +0100
+++ new/Modern-Perl-1.20121103/lib/Modern/Perl.pm   2012-11-03 

commit perl-HTTP-Lite for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-HTTP-Lite for openSUSE:Factory 
checked in at 2013-06-06 12:20:40

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


Package is perl-HTTP-Lite

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTTP-Lite/perl-HTTP-Lite.changes
2012-02-14 13:09:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-HTTP-Lite.new/perl-HTTP-Lite.changes   
2013-06-06 12:20:41.0 +0200
@@ -1,0 +2,13 @@
+Wed Jun  5 07:26:33 UTC 2013 - co...@suse.com
+
+- updated to 2.4
+   - Fixed RT #13791, which meant you couldn't request http://foobar.com --
+ had to have to trailing slash on the URL.
+   - Don't add request header if value passed is undef (RT #4546).
+   - Fixed bug where writing the request can get stuck in a loop.
+ Bug reported by Florian Kirchmeir. Fix based on Florian's patch.
+   - RT #35360 fixed (fix included in report).
+   - Documentation tidy-up
+   - Neil Bowers (NEILB) granted co-maint by Adam (thanks)
+
+---

Old:

  HTTP-Lite-2.3.tar.gz

New:

  HTTP-Lite-2.4.tar.gz



Other differences:
--
++ perl-HTTP-Lite.spec ++
--- /var/tmp/diff_new_pack.Sot0Gq/_old  2013-06-06 12:20:41.0 +0200
+++ /var/tmp/diff_new_pack.Sot0Gq/_new  2013-06-06 12:20:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTTP-Lite
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,63 +17,72 @@
 
 
 Name:   perl-HTTP-Lite
-Version:2.3
+Version:2.4
 Release:0
+%define cpan_name HTTP-Lite
 Summary:Lightweight HTTP implementation
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/HTTP-Lite-%{version}.tar.gz
-Url:http://search.cpan.org/dist/HTTP-Lite
+Url:http://search.cpan.org/dist/HTTP-Lite/
+Source: 
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   perl = %{perl_version}
-BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker) = 6.42
+#BuildRequires: perl(HTTP::Lite)
+#BuildRequires: perl(inc::Module::Install)
+#BuildRequires: perl(inc::Module::Install::DSL) = 1.00
+#BuildRequires: perl(JSON)
+#BuildRequires: perl(LWP::Simple)
+#BuildRequires: perl(Module::Build)
+#BuildRequires: perl(Module::Install::Base)
+#BuildRequires: perl(Parse::CPAN::Meta)
+#BuildRequires: perl(YAML::Tiny)
+%{perl_requires}
 
 %description
-HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation
-for perl.
-
-It is not intended as a replacement for the fully-features LWP module. Instead,
-it is intended for use in situations where it is desirable to install the
-minimal number of modules to achieve HTTP support, or where LWP is not a good
-candidate due to CPU overhead, such as slower processors.
-
+HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation for perl.
+It is not intended as a replacement for the fully-featured LWP module.
+Instead, it is intended for use in situations where it is desirable to
+install the minimal number of modules to achieve HTTP support, or where LWP
+is not a good candidate due to CPU overhead, such as slower processors.
 HTTP::Lite is also significantly faster than LWP.
 
 HTTP::Lite is ideal for CGI (or mod_perl) programs or for bundling for
-redistribution with larger packages where only HTTP GET and POST functionality
-are necessary.
+redistribution with larger packages where only HTTP GET and POST
+functionality are necessary.
+
+HTTP::Lite supports basic POST and GET operations only. As of 0.2.1,
+HTTP::Lite supports HTTP/1.1 and is compliant with the Host header,
+necessary for name based virtual hosting. Additionally, HTTP::Lite now
+supports Proxies.
+
+As of 2.0.0 HTTP::Lite now supports a callback to allow processing of
+request data as it arrives. This is useful for handling very large files
+without consuming memory.
+
+If you require more functionality, such as FTP or HTTPS, please see
+libwwwperl (LWP). LWP is a significantly better and more comprehensive
+package than HTTP::Lite, and should be used instead of HTTP::Lite whenever
+possible.
 
 %prep
-%setup -q -n HTTP-Lite-%{version}
-%__sed -i '/^auto_install/d' 

commit perl-IO-Pager for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-Pager for openSUSE:Factory 
checked in at 2013-06-06 12:20:45

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


Package is perl-IO-Pager

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-Pager/perl-IO-Pager.changes  
2012-03-09 21:25:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-IO-Pager.new/perl-IO-Pager.changes 
2013-06-06 12:20:47.0 +0200
@@ -1,0 +2,22 @@
+Wed Jun  5 07:34:25 UTC 2013 - co...@suse.com
+
+- updated to 0.31
+  Add missing IO::Handle fallback for ::Unbuffered (RT#82351)
+
+  Bogus fix for Windoze automatic line-ending failure of t/11 (RT#79950),
+  improvements welcomed.
+
+  Implement feature request #78270 to include support say
+
+  Preserve layers of passed hilehandle on instantiation.
+
+  Fixed tests under Win32  cygwin, bug #75181.
+
+  Swap IO::Pager:new and ::open, alter subclass::open to
+  remove unnecessary level of subroutine calls
+
+  Return IO::Handle objects when not connected to a TTY for
+  transparent use of IO::Pager when programming OO.
+  NOTE: This is broken, see ::less in TODO
+
+---

Old:

  IO-Pager-0.24.tgz

New:

  IO-Pager-0.31.tgz



Other differences:
--
++ perl-IO-Pager.spec ++
--- /var/tmp/diff_new_pack.lBRU4G/_old  2013-06-06 12:20:47.0 +0200
+++ /var/tmp/diff_new_pack.lBRU4G/_new  2013-06-06 12:20:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-IO-Pager
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-IO-Pager
-Version:0.24
+Version:0.31
 Release:0
 %define cpan_name IO-Pager
 Summary:Select a pager and pipe text to it if destination is a TTY

++ IO-Pager-0.24.tgz - IO-Pager-0.31.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Pager-0.24/CHANGES new/IO-Pager-0.31/CHANGES
--- old/IO-Pager-0.24/CHANGES   2012-02-18 23:36:42.0 +0100
+++ new/IO-Pager-0.31/CHANGES   2013-04-06 17:23:37.0 +0200
@@ -1,5 +1,26 @@
 Revision history for Perl extension IO::Pager.
 
+0.31Sat Apr 06 2013
+
+   Add missing IO::Handle fallback for ::Unbuffered (RT#82351)
+
+   Bogus fix for Windoze automatic line-ending failure of t/11 (RT#79950),
+   improvements welcomed.
+
+0.30   Tue Sep 04 2012
+   Implement feature request #78270 to include support say
+
+   Preserve layers of passed hilehandle on instantiation.
+
+   Fixed tests under Win32  cygwin, bug #75181.
+
+   Swap IO::Pager:new and ::open, alter subclass::open to
+   remove unnecessary level of subroutine calls
+
+   Return IO::Handle objects when not connected to a TTY for
+   transparent use of IO::Pager when programming OO.
+   NOTE: This is broken, see ::less in TODO
+
 0.24   Sat Feb 18 2012 
Fixed bug #74691, tests fail if CPANTS folk don't have a perl in PATH!
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Pager-0.24/MANIFEST new/IO-Pager-0.31/MANIFEST
--- old/IO-Pager-0.24/MANIFEST  2012-02-19 15:59:58.0 +0100
+++ new/IO-Pager-0.31/MANIFEST  2013-04-06 17:25:42.0 +0200
@@ -20,5 +20,8 @@
 t/08-redirect.t
 t/09-open.t
 t/10-close_interactive.t
+t/11-redirect-oo.pl
+t/11-redirect-oo.t
 t/TestUtils.pm
-META.yml Module meta-data (added by MakeMaker)
+META.yml Module YAML meta-data (added by 
MakeMaker)
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Pager-0.24/META.json new/IO-Pager-0.31/META.json
--- old/IO-Pager-0.24/META.json 1970-01-01 01:00:00.0 +0100
+++ new/IO-Pager-0.31/META.json 2013-04-06 17:25:42.0 +0200
@@ -0,0 +1,53 @@
+{
+   abstract : Select a pager and pipe text to it if destination is a TTY,
+   author : [
+  Jerrad Pierce jpie...@cpan.org, Florent Angly 
florent.an...@gmail.com
+   ],
+   dynamic_config : 1,
+   generated_by : ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter 
version 2.112621,
+   license : [
+  unknown
+   ],
+   meta-spec : {
+  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  

commit perl-Module-Install-ExtraTests for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Install-ExtraTests for 
openSUSE:Factory checked in at 2013-06-06 12:21:45

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


Package is perl-Module-Install-ExtraTests

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Module-Install-ExtraTests/perl-Module-Install-ExtraTests.changes
2011-09-23 12:38:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Install-ExtraTests.new/perl-Module-Install-ExtraTests.changes
   2013-06-06 12:21:47.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun  5 18:42:45 UTC 2013 - co...@suse.com
+
+- updated to 0.008
+  fix a documentation/code mismatch on VERSION (thanks, ETHER)
+
+---

Old:

  Module-Install-ExtraTests-0.007.tar.gz

New:

  Module-Install-ExtraTests-0.008.tar.gz



Other differences:
--
++ perl-Module-Install-ExtraTests.spec ++
--- /var/tmp/diff_new_pack.XOhb1e/_old  2013-06-06 12:21:48.0 +0200
+++ /var/tmp/diff_new_pack.XOhb1e/_new  2013-06-06 12:21:48.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Module-Install-ExtraTests (Version 0.007)
+# spec file for package perl-Module-Install-ExtraTests
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,54 +15,49 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Module-Install-ExtraTests
-Version:0.007
-Release:2
+Version:0.008
+Release:0
+%define cpan_name Module-Install-ExtraTests
 Summary:Contextual tests that the harness can ignore
-Source: 
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Module-Install-ExtraTests-%{version}.tar.gz
-Url:http://search.cpan.org/dist/Module-Install-ExtraTests
-Group:  Development/Libraries/Perl
 License:Artistic-1.0 or GPL-1.0+
+Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Module-Install-ExtraTests/
+Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  make
-BuildRequires:  perl(ExtUtils::MakeMaker) = 6.42
+#BuildRequires: perl(inc::Module::Install)
+#BuildRequires: perl(JSON)
+#BuildRequires: perl(LWP::Simple)
+#BuildRequires: perl(Module::Build)
+#BuildRequires: perl(Module::Install::Base)
+#BuildRequires: perl(Parse::CPAN::Meta)
+#BuildRequires: perl(YAML::Tiny)
+%{perl_requires}
 
 %description
-Adds contextual tests that the harness can ignore.
+contextual tests that the harness can ignore
 
 %prep
-%setup -q -n Module-Install-ExtraTests-%{version}
-%__sed -i '/^auto_install/d' Makefile.PL
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-%__perl Makefile.PL PREFIX=%{_prefix}
-%__make %{?jobs:-j%{jobs}}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%check
-%__make test
-
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
-
-%files
-%defattr(-,root,root)
-%doc Changes README
-%dir %{perl_vendorlib}/Module
-%dir %{perl_vendorlib}/Module/Install
-%{perl_vendorlib}/Module/Install/ExtraTests.pm
-%dir %{perl_vendorarch}/auto/Module
-%dir %{perl_vendorarch}/auto/Module/Install
-%{perl_vendorarch}/auto/Module/Install/ExtraTests
-%doc %{perl_man3dir}/Module::Install::ExtraTests.%{perl_man3ext}%{ext_man}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes LICENSE MYMETA.json MYMETA.yml README
 
 %changelog

++ Module-Install-ExtraTests-0.007.tar.gz - 
Module-Install-ExtraTests-0.008.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Install-ExtraTests-0.007/Changes 
new/Module-Install-ExtraTests-0.008/Changes
--- old/Module-Install-ExtraTests-0.007/Changes 2010-04-24 01:06:54.0 
+0200
+++ new/Module-Install-ExtraTests-0.008/Changes 2012-12-30 02:09:45.0 
+0100
@@ -1,5 +1,8 @@
 Revision history for Module-Install-ExtraTests
 
+0.008 2012-12-29
+  fix a documentation/code mismatch on VERSION (thanks, ETHER)
+
 0.007 2010-04-23
   Only call the custom MakeMaker methods if the Makefile.PL actually
   

commit perl-MooseX-Types-LoadableClass for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Types-LoadableClass for 
openSUSE:Factory checked in at 2013-06-06 12:22:25

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


Package is perl-MooseX-Types-LoadableClass

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-Types-LoadableClass/perl-MooseX-Types-LoadableClass.changes
  2012-02-17 15:01:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Types-LoadableClass.new/perl-MooseX-Types-LoadableClass.changes
 2013-06-06 12:22:26.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun  5 19:07:32 UTC 2013 - co...@suse.com
+
+- updated to 0.008
+  - Do not require Test::Exception. RT#75246
+
+---

Old:

  MooseX-Types-LoadableClass-0.007.tar.gz

New:

  MooseX-Types-LoadableClass-0.008.tar.gz



Other differences:
--
++ perl-MooseX-Types-LoadableClass.spec ++
--- /var/tmp/diff_new_pack.ZJsZOV/_old  2013-06-06 12:22:26.0 +0200
+++ /var/tmp/diff_new_pack.ZJsZOV/_new  2013-06-06 12:22:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Types-LoadableClass
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-Types-LoadableClass
-Version:0.007
+Version:0.008
 Release:0
 %define cpan_name MooseX-Types-LoadableClass
 Summary:ClassName type constraint with coercion to load the class.
@@ -48,7 +48,6 @@
 #BuildRequires: perl(MooseX::Types::Moose)
 #BuildRequires: perl(Parse::CPAN::Meta)
 #BuildRequires: perl(Test::EOL)
-#BuildRequires: perl(Test::Exception)
 #BuildRequires: perl(Test::NoTabs)
 #BuildRequires: perl(YAML::Tiny)
 Requires:   perl(Class::Load) = 0.06

++ MooseX-Types-LoadableClass-0.007.tar.gz - 
MooseX-Types-LoadableClass-0.008.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Types-LoadableClass-0.007/Changes 
new/MooseX-Types-LoadableClass-0.008/Changes
--- old/MooseX-Types-LoadableClass-0.007/Changes2012-02-15 
23:14:06.0 +0100
+++ new/MooseX-Types-LoadableClass-0.008/Changes2012-03-13 
23:19:52.0 +0100
@@ -1,3 +1,6 @@
+0.008 13-03-2012
+  - Do not require Test::Exception. RT#75246
+
 0.007 15-02-2012
   - Be more paranoid about the potential for $_ being clobbered.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Types-LoadableClass-0.007/META.yml 
new/MooseX-Types-LoadableClass-0.008/META.yml
--- old/MooseX-Types-LoadableClass-0.007/META.yml   2012-02-15 
23:20:10.0 +0100
+++ new/MooseX-Types-LoadableClass-0.008/META.yml   2012-03-13 
23:21:21.0 +0100
@@ -10,7 +10,7 @@
   ExtUtils::MakeMaker: 6.36
 distribution_type: module
 dynamic_config: 1
-generated_by: 'Module::Install version 1.04'
+generated_by: 'Module::Install version 1.05'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -27,4 +27,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://github.com/bobtfish/MooseX-Types-LoadableClass.git
-version: 0.007
+version: 0.008
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/MooseX-Types-LoadableClass-0.007/inc/Module/Install/Base.pm 
new/MooseX-Types-LoadableClass-0.008/inc/Module/Install/Base.pm
--- old/MooseX-Types-LoadableClass-0.007/inc/Module/Install/Base.pm 
2012-02-15 23:20:10.0 +0100
+++ new/MooseX-Types-LoadableClass-0.008/inc/Module/Install/Base.pm 
2012-03-13 23:21:21.0 +0100
@@ -4,7 +4,7 @@
 use strict 'vars';
 use vars qw{$VERSION};
 BEGIN {
-   $VERSION = '1.04';
+   $VERSION = '1.05';
 }
 
 # Suspend handler for redefined warnings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/MooseX-Types-LoadableClass-0.007/inc/Module/Install/Can.pm 
new/MooseX-Types-LoadableClass-0.008/inc/Module/Install/Can.pm
--- old/MooseX-Types-LoadableClass-0.007/inc/Module/Install/Can.pm  
2012-02-15 23:20:10.0 +0100
+++ new/MooseX-Types-LoadableClass-0.008/inc/Module/Install/Can.pm  
2012-03-13 23:21:21.0 +0100
@@ -9,7 +9,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-   $VERSION = '1.04';
+   $VERSION = '1.05';
@ISA = 

commit perl-Sub-Override for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Sub-Override for 
openSUSE:Factory checked in at 2013-06-06 12:22:35

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


Package is perl-Sub-Override

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sub-Override/perl-Sub-Override.changes  
2011-09-23 12:38:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Override.new/perl-Sub-Override.changes 
2013-06-06 12:22:37.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun  4 17:18:39 UTC 2013 - co...@suse.com
+
+- updated to 0.09
+  Switch from Test::Exception to Test::Fatal.
+  Fix two typos on the POD. Patches from Ansgar Burchardt and david.skyba.
+
+---

Old:

  Sub-Override-0.08.tar.gz

New:

  Sub-Override-0.09.tar.gz



Other differences:
--
++ perl-Sub-Override.spec ++
--- /var/tmp/diff_new_pack.LShVSD/_old  2013-06-06 12:22:38.0 +0200
+++ /var/tmp/diff_new_pack.LShVSD/_new  2013-06-06 12:22:38.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Sub-Override (Version 0.08)
+# spec file for package perl-Sub-Override
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,43 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%bcond_with pod
 
 Name:   perl-Sub-Override
+Version:0.09
+Release:0
 %define cpan_name Sub-Override
 Summary:Perl extension for easily overriding subroutines
-Version:0.08
-Release:2
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Sub-Override/
-Source: 
http://www.cpan.org/modules/by-module/Sub/Sub-Override-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/O/OV/OVID/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-%if %{with pod}
-BuildRequires:  perl(Test::Pod) = 1.14
-BuildRequires:  perl(Test::Pod::Coverage) = 1.04
-%endif
-BuildRequires:  perl(Sub::Uplevel)
-BuildRequires:  perl(Test::Exception) = 0.21
-#
-Requires:   perl(Sub::Uplevel)
-Requires:   perl(Test::Exception) = 0.21
+BuildRequires:  perl(Test::Fatal) = 0.010
+Requires:   perl(Test::Fatal) = 0.010
+%{perl_requires}
 
 %description
-Sometimes subroutines need to be overridden. In fact, your author does
-this constantly for tests. Particularly when testing, using a
-Mock Object can be overkill when all you want to do is override
-one tiny, little function.
-
-Authors:
-
-Curtis Ovid Poe, eop_divo_sit...@yahoo.com
+Perl extension for easily overriding subroutines
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -65,18 +48,11 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Changes README
+%defattr(-,root,root,755)
+%doc Changes README README.md
 
 %changelog

++ Sub-Override-0.08.tar.gz - Sub-Override-0.09.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Override-0.08/Changes 
new/Sub-Override-0.09/Changes
--- old/Sub-Override-0.08/Changes   2005-09-21 20:06:22.0 +0200
+++ new/Sub-Override-0.09/Changes   2013-01-16 19:57:01.0 +0100
@@ -1,5 +1,9 @@
 Revision history for Perl extension Sub::Override.
 
+0.09  Wed Jan 16 2013
+  Switch from Test::Exception to Test::Fatal.
+  Fix two typos on the POD. Patches from Ansgar Burchardt and david.skyba.
+
 0.08  Wed Sep 21 2005
   Remembered to update Changes file.  Grr.  I really need a
   lint script which can check to see if I've forgotten
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Override-0.08/MANIFEST 
new/Sub-Override-0.09/MANIFEST
--- old/Sub-Override-0.08/MANIFEST  2005-09-21 19:57:22.0 +0200
+++ new/Sub-Override-0.09/MANIFEST  2013-01-16 20:01:30.0 +0100
@@ -4,6 +4,8 @@
 MANIFEST
 META.yml   Module meta-data (added by MakeMaker)
 README

commit perl-Task-Kensho-Testing for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Task-Kensho-Testing for 
openSUSE:Factory checked in at 2013-06-06 12:28:33

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


Package is perl-Task-Kensho-Testing

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Task-Kensho-Testing/perl-Task-Kensho-Testing.changes
2012-02-14 19:05:43.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Task-Kensho-Testing.new/perl-Task-Kensho-Testing.changes
   2013-06-06 12:28:34.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun  4 14:57:33 UTC 2013 - co...@suse.com
+
+- updated to 0.29
+   | Retired Test::Exception and replaced with Test::Fatal
+   | added Test::Deep, Test::Requires and Test::NoWarnings
+
+---

Old:

  Task-Kensho-Testing-0.28.tar.gz

New:

  Task-Kensho-Testing-0.29.tar.gz



Other differences:
--
++ perl-Task-Kensho-Testing.spec ++
--- /var/tmp/diff_new_pack.1utAmu/_old  2013-06-06 12:28:34.0 +0200
+++ /var/tmp/diff_new_pack.1utAmu/_new  2013-06-06 12:28:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Task-Kensho-Testing
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,35 +17,45 @@
 
 
 Name:   perl-Task-Kensho-Testing
-Version:0.28
+Version:0.29
 Release:0
 %define cpan_name Task-Kensho-Testing
 Summary:A Glimpse at an Enlightened Perl (Testing)
-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/Task-Kensho-Testing/
-#Source: 
http://www.cpan.org/authors/id/A/AP/APEIRON/Task-Kensho-Testing-%{version}.tar.gz
-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(Devel::Cover)
-BuildRequires:  perl(Test::Exception)
-BuildRequires:  perl(Test::Memory::Cycle)
+BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::Most)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::Requires)
+#BuildRequires: perl(CPANPLUS::Backend)
+#BuildRequires: perl(inc::Module::Install)
+#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(YAML::Tiny)
 Requires:   perl(Devel::Cover)
-Requires:   perl(Test::Exception)
-Requires:   perl(Test::Memory::Cycle)
+Requires:   perl(Test::Deep)
+Requires:   perl(Test::Fatal)
 Requires:   perl(Test::Most)
 Requires:   perl(Test::Pod)
 Requires:   perl(Test::Pod::Coverage)
+Requires:   perl(Test::Requires)
 %{perl_requires}
 
 %description
-sorry, no description found
+A Glimpse at an Enlightened Perl (Testing)
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -62,11 +72,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes MYMETA.yml README
+%defattr(-,root,root,755)
+%doc Changes MYMETA.json MYMETA.yml README
 
 %changelog

++ Task-Kensho-Testing-0.28.tar.gz - Task-Kensho-Testing-0.29.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-Testing-0.28/Changes 
new/Task-Kensho-Testing-0.29/Changes
--- old/Task-Kensho-Testing-0.28/Changes2011-03-26 04:35:16.0 
+0100
+++ new/Task-Kensho-Testing-0.29/Changes2012-06-24 02:43:50.0 
+0200
@@ -1,4 +1,9 @@
 Revision history for Task-Kensho-Testing
+
+0.29 2012-06-24
+| Retired Test::Exception and replaced with Test::Fatal
+| added Test::Deep, Test::Requires and Test::NoWarnings
+
 0.28 2011-03-25
 | No changes from 0.27.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-Testing-0.28/MANIFEST 
new/Task-Kensho-Testing-0.29/MANIFEST
--- old/Task-Kensho-Testing-0.28/MANIFEST   2011-03-26 04:41:52.0 
+0100
+++ new/Task-Kensho-Testing-0.29/MANIFEST   2012-06-24 

commit perl-Test-Command for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Command for 
openSUSE:Factory checked in at 2013-06-06 12:43:34

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


Package is perl-Test-Command

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Command/perl-Test-Command.changes  
2011-09-23 12:39:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Command.new/perl-Test-Command.changes 
2013-06-06 12:43:35.0 +0200
@@ -1,0 +2,10 @@
+Tue Jun  4 15:01:16 UTC 2013 - co...@suse.com
+
+- updated to 0.11
+   - fix determination of diagnostic test name in signal_is_undef()
+   - fix signal tests on Win32 platforms
+   - added exit_value(), signal_value(), stdout_value(), stdout_file(),
+ stderr_value() and stderr_file() (these provide access to raw value
+ for arbitrary testing not covered by this module)
+
+---

Old:

  Test-Command-0.08.tar.gz

New:

  Test-Command-0.11.tar.gz



Other differences:
--
++ perl-Test-Command.spec ++
--- /var/tmp/diff_new_pack.p8Xjyb/_old  2013-06-06 12:43:35.0 +0200
+++ /var/tmp/diff_new_pack.p8Xjyb/_new  2013-06-06 12:43:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Command
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,21 @@
 #
 
 
-
 Name:   perl-Test-Command
-Version:0.08
-Release:3
-License:GPL-1.0+ or Artistic-1.0
+Version:0.11
+Release:0
 %define cpan_name Test-Command
 Summary:Test routines for external commands
-Url:http://search.cpan.org/dist/Test-Command/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Test-Command/
 Source: 
http://www.cpan.org/authors/id/D/DA/DANBOO/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Build)
+#BuildRequires: perl(Test::Command)
 %{perl_requires}
 
 %description
@@ -94,9 +94,6 @@
 ./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes README

++ Test-Command-0.08.tar.gz - Test-Command-0.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Command-0.08/Build.PL 
new/Test-Command-0.11/Build.PL
--- old/Test-Command-0.08/Build.PL  2009-05-14 05:21:05.0 +0200
+++ new/Test-Command-0.11/Build.PL  2013-04-29 20:40:18.0 +0200
@@ -11,6 +11,14 @@
 'Test::Simple' = 0.62,
 },
 add_to_cleanup  = [ 'Test-Command-*' ],
+create_makefile_pl  = 'traditional',
+meta_merge  = {
+   resources = {
+  repository = 'https://github.com/danboo/perl-test-command',
+  homepage   = 'https://metacpan.org/release/Test-Command',
+  bugtracker = 
'http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Command',
+   },
+},
 );
 
 $builder-create_build_script();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Command-0.08/Changes 
new/Test-Command-0.11/Changes
--- old/Test-Command-0.08/Changes   2009-05-14 05:21:05.0 +0200
+++ new/Test-Command-0.11/Changes   2013-04-29 20:40:18.0 +0200
@@ -1,5 +1,16 @@
 Revision history for Test-Command
 
+0.114/29/2013
+- fix determination of diagnostic test name in signal_is_undef()
+
+0.102/8/2013
+- fix signal tests on Win32 platforms
+
+0.092/1/2013
+- added exit_value(), signal_value(), stdout_value(), stdout_file(),
+  stderr_value() and stderr_file() (these provide access to raw value
+  for arbitrary testing not covered by this module)
+
 0.08Wed May 13 23:04 2009
 - removed use of POSIX module (need a better understanding of how
   to use it on BSD systems), reverted back to hand-rolled exit and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Command-0.08/META.yml 
new/Test-Command-0.11/META.yml
--- old/Test-Command-0.08/META.yml  2009-05-14 05:21:05.0 +0200
+++ new/Test-Command-0.11/META.yml  

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

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-CPAN-Meta for 
openSUSE:Factory checked in at 2013-06-06 12:45:38

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  
2011-09-23 12:38:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CPAN-Meta.new/perl-Test-CPAN-Meta.changes 
2013-06-06 12:45:39.0 +0200
@@ -1,0 +2,18 @@
+Tue Jun  4 14:58:02 UTC 2013 - co...@suse.com
+
+- updated to 0.23
+   - updated INSTALL instructions.
+   - added minimum perl version (5.006).
+   - reworked Makefile.PL for clarity.
+   - implemented Perl::Critic suggestions.
+   - added meta_yaml_ok test and example.
+   - several Version.pm updates, including new() parameter name change:
+ 'yaml' is now 'data'.
+   - RT#76609: further spelling fix. (Florian Schlichting).
+   - removed DSLIP info.
+   - RT#76609: spelling fix. (Florian Schlichting  Gregor Herrmann).
+   - RT#74317: imported url validation from CPAN::Meta (Alex Hartmaier).
+   - RT#66692: updated license type (Paul Howarth).
+   - updates to examples.
+
+---

Old:

  Test-CPAN-Meta-0.18.tar.gz

New:

  Test-CPAN-Meta-0.23.tar.gz



Other differences:
--
++ perl-Test-CPAN-Meta.spec ++
--- /var/tmp/diff_new_pack.yXbxkg/_old  2013-06-06 12:45:40.0 +0200
+++ /var/tmp/diff_new_pack.yXbxkg/_new  2013-06-06 12:45:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-CPAN-Meta
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   perl-Test-CPAN-Meta
-Version:0.18
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.23
+Release:0
 %define cpan_name Test-CPAN-Meta
-Summary:Validation of the META.yml file in a CPAN distribution.
-Url:http://search.cpan.org/dist/Test-CPAN-Meta/
+Summary:Validate your CPAN META.yml files.
+License:Artistic-2.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Test-CPAN-Meta/
 Source: 
http://www.cpan.org/authors/id/B/BA/BARBIE/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -32,16 +31,18 @@
 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.7
-Recommends: perl(Test::More) = 0.70
+Requires:   perl(Test::More) = 0.70
 Recommends: perl(Test::Pod) = 1.00
 Recommends: perl(Test::Pod::Coverage) = 0.08
 %{perl_requires}
 
 %description
-This module was written to ensure that a META.yml file, provided with a
-standard distribution uploaded to CPAN, meets the specifications that are
+This distribution was written to ensure that a META.yml file, provided with
+a standard distribution uploaded to CPAN, meets the specifications that are
 slowly being introduced to module uploads, via the use of package makers
 and installers such as the ExtUtils::MakeMaker manpage, the Module::Build
 manpage and the Module::Install manpage.
@@ -64,9 +65,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes examples LICENSE README

++ Test-CPAN-Meta-0.18.tar.gz - Test-CPAN-Meta-0.23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CPAN-Meta-0.18/Changes 
new/Test-CPAN-Meta-0.23/Changes
--- old/Test-CPAN-Meta-0.18/Changes 2011-02-13 15:00:20.0 +0100
+++ new/Test-CPAN-Meta-0.23/Changes 2013-04-07 14:49:35.0 +0200
@@ -1,95 +1,119 @@
-# Changes log for Test::CPAN::Meta
+# Changes log for Test-CPAN-Meta
 
-0.1813/02/2011
-   - documentation clean up.
+0.232013-04-07
+- change file dates changed to meet W3CDTF standards.
 
-0.1712/04/2010
-   - fixed qr// delimiters due to issues with the NOT SIGN symbol 
- (suggested by Ricardo Signes  David Golden).
-
-0.16

commit perl-Test-EOL for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-EOL for openSUSE:Factory 
checked in at 2013-06-06 12:57:22

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


Package is perl-Test-EOL

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-EOL/perl-Test-EOL.changes  
2012-02-16 15:00:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-EOL.new/perl-Test-EOL.changes 
2013-06-06 12:57:24.0 +0200
@@ -1,0 +2,14 @@
+Tue Jun  4 17:20:10 UTC 2013 - co...@suse.com
+
+- updated to 1.5
+- Change to default to searching for trailing whitespace from the
+  current directory downwards (as tests are run from the top of a dist
+  normally), rather than one directory above the test file, as then
+  we don't work as expected if tests are in t/author or similar.
+  
+ - Fix to ignore inc/ directory used by Module::Install.
+  
+ - Fix bad regex matching directories containing 'svn', not just .svn'
+   directories. RT#75968
+  
+---

Old:

  Test-EOL-1.1.tar.gz

New:

  Test-EOL-1.5.tar.gz



Other differences:
--
++ perl-Test-EOL.spec ++
--- /var/tmp/diff_new_pack.tw0526/_old  2013-06-06 12:57:25.0 +0200
+++ /var/tmp/diff_new_pack.tw0526/_new  2013-06-06 12:57:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-EOL
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,25 @@
 
 
 Name:   perl-Test-EOL
-Version:1.1
+Version:1.5
 Release:0
 %define cpan_name Test-EOL
 Summary:Check the correct line endings in your project
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-EOL/
-Source: 
http://www.cpan.org/authors/id/R/RI/RIBASUSHI/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+#BuildRequires: perl(JSON)
+#BuildRequires: perl(LWP::Simple)
+#BuildRequires: perl(Module::Build)
+#BuildRequires: perl(Module::Install::Base)
+#BuildRequires: perl(Parse::CPAN::Meta)
 #BuildRequires: perl(Test::EOL)
+#BuildRequires: perl(YAML::Tiny)
 %{perl_requires}
 
 %description
@@ -38,11 +44,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-# MANUAL BEGIN
-%if 0%{?sles_version} == 10
-%{__perl} -p -i -e 's|6.31|6.30|' Makefile.PL
-%endif
-# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Test-EOL-1.1.tar.gz - Test-EOL-1.5.tar.gz ++
 2536 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-XML-LibXML-Simple for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML-Simple for 
openSUSE:Factory checked in at 2013-06-06 12:58:15

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


Package is perl-XML-LibXML-Simple

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-XML-LibXML-Simple/perl-XML-LibXML-Simple.changes
2012-05-29 11:46:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML-Simple.new/perl-XML-LibXML-Simple.changes
   2013-06-06 12:58:16.0 +0200
@@ -1,0 +2,8 @@
+Tue Jun  4 17:01:50 UTC 2013 - co...@suse.com
+
+- updated to 0.93
+   - move pod-test to xt/
+   - fix warning produced by Pod::Checker
+   - include license in the manuals.
+
+---

Old:

  XML-LibXML-Simple-0.91.tar.gz

New:

  XML-LibXML-Simple-0.93.tar.gz



Other differences:
--
++ perl-XML-LibXML-Simple.spec ++
--- /var/tmp/diff_new_pack.Ng9RBR/_old  2013-06-06 12:58:16.0 +0200
+++ /var/tmp/diff_new_pack.Ng9RBR/_new  2013-06-06 12:58:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML-Simple
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,29 +16,24 @@
 #
 
 
-
 Name:   perl-XML-LibXML-Simple
-Version:0.91
+Version:0.93
 Release:0
-Summary:XML::LibXML based XML::Simple clone
-Source: 
http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/XML-LibXML-Simple-%{version}.tar.gz
-Url:http://search.cpan.org/dist/XML-LibXML-Simple
-Group:  Development/Libraries/Perl
+%define cpan_name XML-LibXML-Simple
+Summary:XML::LibXML clone of XML::Simple::XMLin()
 License:Artistic-1.0 or GPL-1.0+
+Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/XML-LibXML-Simple/
+Source: 
http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  make
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::More) = 0.54
-BuildRequires:  perl(XML::LibXML) = 1.64
-BuildRequires:  perl(Test::Pod) = 1.00
 BuildRequires:  perl(File::Slurp)
-Requires:   perl(XML::LibXML) = 1.64
+BuildRequires:  perl(XML::LibXML) = 1.64
 Requires:   perl(File::Slurp)
-%if 0%{?suse_version} = 1120
-BuildArch:  noarch
-%endif
+Requires:   perl(XML::LibXML) = 1.64
+%{perl_requires}
 
 %description
 This module is a blunt rewrite of XML::Simple (by Grant McLean) to use the
@@ -46,30 +41,22 @@
 or SAX parsers.
 
 %prep
-%setup -q -n XML-LibXML-Simple-%{version}
-%__sed -i '/^auto_install/d' Makefile.PL
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-%__perl Makefile.PL PREFIX=%{_prefix}
-%__make %{?_smp_flags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%check
-%__make test
-
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
-
-%files
-%defattr(-,root,root)
-%doc README
-%dir %{perl_vendorlib}/XML
-%dir %{perl_vendorlib}/XML/LibXML
-%{perl_vendorlib}/XML/LibXML/Simple.pm
-%doc %{perl_vendorlib}/XML/LibXML/Simple.pod
-%doc %{perl_man3dir}/XML::LibXML::Simple.%{perl_man3ext}%{ext_man}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc ChangeLog README
 
 %changelog

++ XML-LibXML-Simple-0.91.tar.gz - XML-LibXML-Simple-0.93.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.91/ChangeLog 
new/XML-LibXML-Simple-0.93/ChangeLog
--- old/XML-LibXML-Simple-0.91/ChangeLog2011-07-11 22:40:06.0 
+0200
+++ new/XML-LibXML-Simple-0.93/ChangeLog2013-03-02 11:59:01.0 
+0100
@@ -1,6 +1,15 @@
 
 === version history for XML::LibXML::Simple
 
+version 0.93: Sat Mar  2 11:58:52 CET 2013
+   - move pod-test to xt/
+   - fix warning produced by Pod::Checker
+
+version 0.92: Fri Dec 21 12:22:16 CET 2012
+
+   Fixes:
+   - include license in the manuals.
+
 version 0.91: Mon Jul 11 22:40:02 CEST 2011
Fixes:
- forcearray option with one element
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.91/MANIFEST 

commit perl-TryCatch for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-TryCatch for openSUSE:Factory 
checked in at 2013-06-06 12:57:57

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


Package is perl-TryCatch

Changes:

--- /work/SRC/openSUSE:Factory/perl-TryCatch/perl-TryCatch.changes  
2012-01-09 11:17:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-TryCatch.new/perl-TryCatch.changes 
2013-06-06 12:57:58.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun  4 15:26:53 UTC 2013 - co...@suse.com
+
+- updated to 1.003002, no changelog
+
+---

Old:

  TryCatch-1.003000.tar.gz

New:

  TryCatch-1.003002.tar.gz



Other differences:
--
++ perl-TryCatch.spec ++
--- /var/tmp/diff_new_pack.4fEu0r/_old  2013-06-06 12:57:58.0 +0200
+++ /var/tmp/diff_new_pack.4fEu0r/_new  2013-06-06 12:57:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-TryCatch
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,11 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-TryCatch
-Version:1.003000
+Version:1.003002
 Release:0
 %define cpan_name TryCatch
-Summary:first class try catch semantics for Perl, without source 
filters
+Summary:first class try catch semantics for Perl, without source 
filters.
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/TryCatch/
@@ -27,7 +28,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(B::Hooks::EndOfScope) = 0.08
+BuildRequires:  perl(B::Hooks::EndOfScope) = 0.12
 BuildRequires:  perl(B::Hooks::OP::Check) = 0.18
 BuildRequires:  perl(B::Hooks::OP::PPAddr) = 0.03
 BuildRequires:  perl(Devel::Declare) = 0.005007
@@ -39,7 +40,31 @@
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Variable::Magic) = 0.28
-Requires:   perl(B::Hooks::EndOfScope) = 0.08
+BuildRequires:  perl(namespace::clean) = 0.20
+#BuildRequires: perl(Class::Throwable)
+#BuildRequires: perl(CPANPLUS::Backend)
+#BuildRequires: perl(Devel::Declare::Context::Simple)
+#BuildRequires: perl(Devel::PartialDump)
+#BuildRequires: perl(Exception::Class)
+#BuildRequires: perl(File::Copy::Recursive)
+#BuildRequires: perl(inc::Module::Install) = 0.79
+#BuildRequires: perl(JSON)
+#BuildRequires: perl(LWP::Simple)
+#BuildRequires: perl(Module::AutoInstall)
+#BuildRequires: perl(Module::Build)
+#BuildRequires: perl(Module::Install::Base)
+#BuildRequires: perl(Moose::Util::TypeConstraints)
+#BuildRequires: perl(MooseX::Types::Structured)
+#BuildRequires: perl(NoType)
+#BuildRequires: perl(NoVarName)
+#BuildRequires: perl(Parse::CPAN::Meta)
+#BuildRequires: perl(Path::Class)
+#BuildRequires: perl(TryCatch)
+#BuildRequires: perl(TryCatchTest)
+#BuildRequires: perl(XML::SAX::Base)
+#BuildRequires: perl(XML::SAX::Expat)
+#BuildRequires: perl(YAML::Tiny)
+Requires:   perl(B::Hooks::EndOfScope) = 0.12
 Requires:   perl(B::Hooks::OP::Check) = 0.18
 Requires:   perl(B::Hooks::OP::PPAddr) = 0.03
 Requires:   perl(Devel::Declare) = 0.005007
@@ -48,9 +73,8 @@
 Requires:   perl(Parse::Method::Signatures) = 1.003012
 Requires:   perl(Scope::Upper) = 0.06
 Requires:   perl(Sub::Exporter) = 0.979
-Requires:   perl(Test::Exception)
-Requires:   perl(Test::More) = 0.88
 Requires:   perl(Variable::Magic) = 0.28
+Requires:   perl(namespace::clean) = 0.20
 %{perl_requires}
 
 %description
@@ -72,12 +96,11 @@
 
 %install
 %perl_make_install
-%__rm %{buildroot}%{perl_vendorarch}/{bench,bench_ok}.pl
 %perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes MYMETA.json MYMETA.yml README
 
 %changelog

++ TryCatch-1.003000.tar.gz - TryCatch-1.003002.tar.gz ++
 1995 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Test-NoTabs for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-NoTabs for 
openSUSE:Factory checked in at 2013-06-06 12:57:31

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
2011-09-23 12:39:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-NoTabs.new/perl-Test-NoTabs.changes   
2013-06-06 12:57:33.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun  4 15:05:56 UTC 2013 - co...@suse.com
+
+- updated to 1.3
+ - Fix to ignore inc/ for Module::Install
+ - Fix regex to ignore '.svn', but not 'Xsvn' - unescaped .
+
+---

Old:

  Test-NoTabs-1.1.tar.gz

New:

  Test-NoTabs-1.3.tar.gz



Other differences:
--
++ perl-Test-NoTabs.spec ++
--- /var/tmp/diff_new_pack.cnQl42/_old  2013-06-06 12:57:34.0 +0200
+++ /var/tmp/diff_new_pack.cnQl42/_new  2013-06-06 12:57:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-NoTabs
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,12 @@
 #
 
 
-
 Name:   perl-Test-NoTabs
-Version:1.1
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.3
+Release:0
 %define cpan_name Test-NoTabs
 Summary:Check the presence of tabs in your project
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-NoTabs/
 Source: 
http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
@@ -30,16 +29,16 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Builder)
-BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(FindBin)
-BuildRequires:  perl(File::Find)
-Requires:  perl(Test::More)
-Requires:  perl(Test::Builder)
-Requires:  perl(File::Spec)
-Requires:  perl(FindBin)
-Requires:  perl(File::Find)
+#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
@@ -48,7 +47,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%{__perl} -p -i -e 's|(auto_install)|#\1|' Makefile.PL
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -62,9 +60,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes README

++ Test-NoTabs-1.1.tar.gz - Test-NoTabs-1.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-NoTabs-1.1/Changes new/Test-NoTabs-1.3/Changes
--- old/Test-NoTabs-1.1/Changes 2011-04-29 14:02:46.0 +0200
+++ new/Test-NoTabs-1.3/Changes 2012-06-25 22:21:11.0 +0200
@@ -42,3 +42,9 @@
 1.1 2011-04-29
  - Fix test fails if cwd or perl has a space in its path RT#67376
 
+1.2 2012-06-15
+ - Fix to ignore inc/ for Module::Install
+
+1.3 2012-06-25
+ - Fix regex to ignore '.svn', but not 'Xsvn' - unescaped .
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-NoTabs-1.1/META.yml new/Test-NoTabs-1.3/META.yml
--- old/Test-NoTabs-1.1/META.yml2011-04-29 14:03:34.0 +0200
+++ new/Test-NoTabs-1.3/META.yml2012-06-25 22:21:40.0 +0200
@@ -4,11 +4,12 @@
   - 'Nick Gerakines n...@socklabs.com'
   - 'Tomas Doran bobtf...@bobtfish.net'
 build_requires:
-  ExtUtils::MakeMaker: 6.42
+  ExtUtils::MakeMaker: 6.36
 configure_requires:
-  ExtUtils::MakeMaker: 6.42
+  ExtUtils::MakeMaker: 6.36
 distribution_type: module
-generated_by: 'Module::Install version 0.99'
+dynamic_config: 1
+generated_by: 'Module::Install version 1.06'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -27,4 +28,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://github.com/bobtfish/perl-test-notabs.git
-version: 1.1
+version: 1.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit perl-XML-SAX-Expat for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-SAX-Expat for 
openSUSE:Factory checked in at 2013-06-06 12:58:27

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


Package is perl-XML-SAX-Expat

Changes:

New Changes file:

--- /dev/null   2013-06-06 00:44:45.792030006 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-SAX-Expat.new/perl-XML-SAX-Expat.changes   
2013-06-06 12:58:28.0 +0200
@@ -0,0 +1,14 @@
+---
+Tue Jun  4 17:17:03 UTC 2013 - co...@suse.com
+
+- update to 0.50
+- fixed broken link to SAX2 specification in POD
+- added repository information to Makefile.PL
+- added README file to satisfy packaging guidelines
+
+---
+Fri Jun  3 08:49:46 UTC 2011 - co...@novell.com
+
+- initial package 0.40
+* created by cpanspec 1.78.04
+

New:

  XML-SAX-Expat-0.50.tar.gz
  perl-XML-SAX-Expat.changes
  perl-XML-SAX-Expat.spec



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

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


Name:   perl-XML-SAX-Expat
Version:0.50
Release:0
%define cpan_name XML-SAX-Expat
Summary:SAX2 Driver for Expat (XML::Parser)
License:GPL-1.0+ or Artistic-1.0
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/XML-SAX-Expat/
Source: 
http://www.cpan.org/authors/id/B/BJ/BJOERN/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(XML::NamespaceSupport) = 0.03
BuildRequires:  perl(XML::Parser) = 2.27
BuildRequires:  perl(XML::SAX) = 0.03
BuildRequires:  perl(XML::SAX::Base) = 1.00
Requires:   perl(XML::NamespaceSupport) = 0.03
Requires:   perl(XML::Parser) = 2.27
Requires:   perl(XML::SAX) = 0.03
Requires:   perl(XML::SAX::Base) = 1.00
%{perl_requires}

%description
This is an implementation of a SAX2 driver sitting on top of Expat
(XML::Parser) which Ken MacLeod posted to perl-xml and which I have
updated.

It is still incomplete, though most of the basic SAX2 events should be
available. The SAX2 spec is currently available from
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/perl-xml/libxml-p
erl/doc/sax-2.0.html?rev=HEADcontent-type=text/html

A more friendly URL as well as a PODification of the spec are in the works.

%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644

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

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

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

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Text-Hunspell for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-Hunspell for 
openSUSE:Factory checked in at 2013-06-06 12:57:49

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


Package is perl-Text-Hunspell

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Hunspell/perl-Text-Hunspell.changes
2011-12-21 17:00:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Hunspell.new/perl-Text-Hunspell.changes   
2013-06-06 12:57:51.0 +0200
@@ -1,0 +2,23 @@
+Tue Jun  4 15:16:32 UTC 2013 - co...@suse.com
+
+- updated to 2.08
+Improved main POD documentation for Hunspell.pm.
+Fixes RT#84964. Thanks to Paul Flo Williams for the patch.
+(https://github.com/cosimo/perl5-text-hunspell/pull/2)
+
+DEPRECATED the delete() method, and implemented proper
+object handles in the hunspell XS glue. Again, thanks to
+Paul Flo Williams for patch and test case. Closes RT#84054.
+
+Implemented new add_dic() function from hunspell API.
+Fixes RT#83765. Thanks to Paul Flo Williams for patch
+and test case.
+
+Fixed RT#79630 incorrect encoding of Hunspell.pm POD documentation.
+Thanks to Paul for the patch.
+
+Fixed t/02_pod.t test due to newest Test::Pod and
+missing =encoding directive. Thanks to SHLOMIF for
+the patch.
+
+---

Old:

  Text-Hunspell-2.03.tar.gz

New:

  Text-Hunspell-2.08.tar.gz



Other differences:
--
++ perl-Text-Hunspell.spec ++
--- /var/tmp/diff_new_pack.NfgED7/_old  2013-06-06 12:57:51.0 +0200
+++ /var/tmp/diff_new_pack.NfgED7/_new  2013-06-06 12:57:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-Hunspell
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,25 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-Text-Hunspell
-Version:2.03
+Version:2.08
 Release:0
 %define cpan_name Text-Hunspell
-Summary:Perl interface to the GNU Hunspell library
-License:Artistic-1.0 or GPL-1.0+
+Summary:Perl interface to the Hunspell library
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Text-Hunspell/
-Source: 
http://www.cpan.org/authors/id/C/CO/COSIMO/Text-Hunspell-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/C/CO/COSIMO/%{cpan_name}-%{version}.tar.gz
+# MANUAL BEGIN
 Patch0: fix-makefile.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  hunspell-devel
+# MANUAL END
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+#BuildRequires: perl(Devel::CheckLib)
+#BuildRequires: perl(Text::Hunspell)
 %{perl_requires}
 
 %description
-This module provides a Perl interface to the OO *Hunspell* library. This
+This module provides a Perl interface to the *Hunspell* library. This
 module is to meet the need of looking up many words, one at a time, in a
 single session, such as spell-checking a document in memory.
 
@@ -41,9 +46,12 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+# MANUAL BEGIN
 %patch0 -p1
 hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
 sed -i -e s,hunspell-X,$hunspell, t/00-prereq.t Makefile.PL 
+# MANUAL END
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
@@ -57,11 +65,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes perlobject.map README
+%defattr(-,root,root,755)
+%doc Changes examples perlobject.map README
 
 %changelog

++ Text-Hunspell-2.03.tar.gz - Text-Hunspell-2.08.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Hunspell-2.03/Changes 
new/Text-Hunspell-2.08/Changes
--- old/Text-Hunspell-2.03/Changes  2011-06-24 11:15:26.0 +0200
+++ new/Text-Hunspell-2.08/Changes  2013-05-01 23:24:29.0 +0200
@@ -1,5 +1,34 @@
 Revision history for Perl extension Text::Hunspell.
 
+2.082013/05/01 23:22:35 Europe/Oslo (cosimo)
+
+Improved main POD documentation for Hunspell.pm.
+Fixes 

commit posixovl for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package posixovl for openSUSE:Factory 
checked in at 2013-06-06 12:58:35

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


Package is posixovl

Changes:

--- /work/SRC/openSUSE:Factory/posixovl/posixovl.changes2012-12-17 
09:36:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.posixovl.new/posixovl.changes   2013-06-06 
12:58:36.0 +0200
@@ -1,0 +2,5 @@
+Sat Feb 23 23:20:53 UTC 2013 - jeng...@inai.de
+
+- Specify dependencies for SLE
+
+---



Other differences:
--
++ posixovl.spec ++
--- /var/tmp/diff_new_pack.yO5tAi/_old  2013-06-06 12:58:36.0 +0200
+++ /var/tmp/diff_new_pack.yO5tAi/_new  2013-06-06 12:58:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package posixovl
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,7 +37,11 @@
 BuildRequires:  libattr-devel
 BuildRequires:  pkgconfig
 BuildRequires:  xz
+%if 0%{?suse_version} = 1130
 BuildRequires:  pkgconfig(fuse) = 2.6.5
+%else
+BuildRequires:  fuse-devel = 2.6.5
+%endif
 
 %description
 A FUSE filesystem that provides POSIX functionality - UNIX-style


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-XML-LibXSLT for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXSLT for 
openSUSE:Factory checked in at 2013-06-06 12:58:19

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


Package is perl-XML-LibXSLT

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXSLT/perl-XML-LibXSLT.changes
2012-02-14 13:09:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXSLT.new/perl-XML-LibXSLT.changes   
2013-06-06 12:58:21.0 +0200
@@ -1,0 +2,18 @@
+Tue Jun  4 17:05:54 UTC 2013 - co...@suse.com
+
+- updated to 1.80
+ - Bump the minimum version of libxslt2 to 1.1.28.
+ - due to failures such as 
http://www.cpantesters.org/cpan/report/6f5029ee-639a-11e2-8465-2a97270fb964
+ 
+ - Die when libxslt is 1.1.27.
+ - Due to this bug - https://bugzilla.gnome.org/show_bug.cgi?id=684564
+ 
+ - Add output_method method, update documentation of media_type
+ (dorian@cpan).
+ - Thanks, Dorian!
+ 
+ - Apply a patch from Michael Ludwig clarifying the quoting of string
+ parameters to the XSLT transformation.
+ - Thanks, Michael!
+
+---

Old:

  XML-LibXSLT-1.76.tar.gz

New:

  XML-LibXSLT-1.80.tar.gz



Other differences:
--
++ perl-XML-LibXSLT.spec ++
--- /var/tmp/diff_new_pack.q5JNMT/_old  2013-06-06 12:58:22.0 +0200
+++ /var/tmp/diff_new_pack.q5JNMT/_new  2013-06-06 12:58:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXSLT
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,51 +17,53 @@
 
 
 Name:   perl-XML-LibXSLT
-Version:1.76
+Version:1.80
 Release:0
-Summary:XML::LibXSLT Perl Module
+%define cpan_name XML-LibXSLT
+Summary:Interface to the GNOME libxslt library
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Url:http://www.cpan.org/modules/by-module/XML/
-Source: XML-LibXSLT-%{version}.tar.gz
-BuildRequires:  libxslt-devel
-BuildRequires:  perl-XML-LibXML
-BuildRequires:  perl-macros
-Requires:   perl-XML-LibXML
+Url:http://search.cpan.org/dist/XML-LibXSLT/
+Source: 
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(XML::LibXML) = 1.70
+#BuildRequires: perl(Driver::BaseClass)
+#BuildRequires: perl(XML::LibXML::Boolean)
+#BuildRequires: perl(XML::LibXML::Literal)
+#BuildRequires: perl(XML::LibXML::NodeList)
+#BuildRequires: perl(XML::LibXML::Number)
+#BuildRequires: perl(XML::LibXSLT)
+#BuildRequires: perl(XML::Sablotron)
+#BuildRequires: perl(XML::XPath)
+Requires:   perl(XML::LibXML) = 1.70
 %{perl_requires}
+# MANUAL
+BuildRequires:  libxslt-devel
 
 %description
-This module is a fast XSLT library, based on the GNOME libxslt engine
-that you can find at http://www.xmlsoft.org/XSLT/.
-
-The performance is currently about twice that of XML::Sablotron (based
-on XSLTMark tests converted to Perl). The libxslt processor is also
-highly standard compliant, with practically all of XSLT 1.0 being
-supported in version 0.9 of libxslt.
+This module is an interface to the GNOME project's libxslt. This is an
+extremely good XSLT engine, highly compliant and also very fast. I have
+tests showing this to be more than twice as fast as Sablotron.
 
 %prep
-%setup -q -n XML-LibXSLT-%{version}
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+%{__make} %{?_smp_mflags}
 
 %check
-make test
+%{__make} test
 
 %install
-make DESTDIR=%{buildroot} install_vendor
+%perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%clean
-rm -rf %{buildroot}
-
-%files
-%defattr(-,root,root)
-%doc Changes README
-%doc %{_mandir}/man3/*
-%{perl_vendorarch}/XML
-%{perl_vendorarch}/auto/XML
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes example README
 
 %changelog

++ XML-LibXSLT-1.76.tar.gz - XML-LibXSLT-1.80.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXSLT-1.76/Changes new/XML-LibXSLT-1.80/Changes
--- old/XML-LibXSLT-1.76/Changes2012-01-12 18:15:07.0 +0100
+++ new/XML-LibXSLT-1.80/Changes2013-01-23 

commit perl-Test-Spelling for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Spelling for 
openSUSE:Factory checked in at 2013-06-06 12:57:42

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


Package is perl-Test-Spelling

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Spelling/perl-Test-Spelling.changes
2011-12-21 10:02:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Spelling.new/perl-Test-Spelling.changes   
2013-06-06 12:57:44.0 +0200
@@ -1,0 +2,24 @@
+Tue Jun  4 15:08:59 UTC 2013 - co...@suse.com
+
+- updated to 0.19
+ - for more consistent results avoid using the user's local aspell
+   dictionary [rt.cpan.org #56483] (Karen Etheridge)
+ 
+ - Work around Pod::Spell limitations (David Golden)
+ - Improve case handling (David Golden)
+ - Improve test failure reporting (Karen Etheridge)
+ - Include more useful info in Test-Spelling's own test
+ suite (Shawn Moore)
+ 
+ - Use IPC::Run3 instead of IPC::Open3
+ Quoth IPC::Open3:
+ If you try to read from the child's stdout writer
+ and their stderr writer, you'll have problems with
+ blocking ... This is very dangerous, as you may
+ block forever.
+ Also the code is nicely shorter. (Randy Stauner)
+ 
+ - Allow use of a custom POD parser rather than Pod::Spell
+   using set_pod_parser (Thomas Sibley)
+
+---

Old:

  Test-Spelling-0.15.tar.gz

New:

  Test-Spelling-0.19.tar.gz



Other differences:
--
++ perl-Test-Spelling.spec ++
--- /var/tmp/diff_new_pack.piRuxV/_old  2013-06-06 12:57:44.0 +0200
+++ /var/tmp/diff_new_pack.piRuxV/_new  2013-06-06 12:57:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Spelling
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Spelling
-Version:0.15
+Version:0.19
 Release:0
 %define cpan_name Test-Spelling
 Summary:check for spelling errors in POD files
@@ -29,6 +29,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(IPC::Run3) = 0.044
 BuildRequires:  perl(Pod::Spell) = 1.01
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Tester)
@@ -43,6 +44,7 @@
 #BuildRequires: perl(Parse::CPAN::Meta)
 #BuildRequires: perl(Test::Spelling)
 #BuildRequires: perl(YAML::Tiny)
+Requires:   perl(IPC::Run3) = 0.044
 Requires:   perl(Pod::Spell) = 1.01
 %{perl_requires}
 

++ Test-Spelling-0.15.tar.gz - Test-Spelling-0.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Spelling-0.15/.prove 
new/Test-Spelling-0.19/.prove
--- old/Test-Spelling-0.15/.prove   1970-01-01 01:00:00.0 +0100
+++ new/Test-Spelling-0.19/.prove   2013-04-26 16:50:23.0 +0200
@@ -0,0 +1,72 @@
+---
+generation: 8
+last_run_time: 1366987823.5195
+tests:
+  t/basic.t:
+elapsed: 0.0465278625488281
+gen: 8
+last_fail_time: 1366987823.46117
+last_pass_time: 1366987750.13305
+last_result: 15
+last_run_time: 1366987823.46117
+last_todo: 0
+mtime: 1356046620
+seq: 46
+total_failures: 5
+total_passes: 3
+  t/fake_checker.t:
+elapsed: 0.0521571636199951
+gen: 8
+last_fail_time: 1366987823.45588
+last_pass_time: 1366987750.13592
+last_result: 15
+last_run_time: 1366987823.45588
+last_todo: 0
+mtime: 1366986959
+seq: 45
+total_failures: 5
+total_passes: 3
+  t/load.t:
+elapsed: 0.00190591812133789
+gen: 8
+last_pass_time: 1366987823.41582
+last_result: 0
+last_run_time: 1366987823.41582
+last_todo: 0
+mtime: 1366987242
+seq: 43
+total_passes: 8
+  t/pod-spell.t:
+elapsed: 0.0302088260650635
+gen: 8
+last_pass_time: 1366987823.51709
+last_result: 0
+last_run_time: 1366987823.51709
+last_todo: 0
+mtime: 1356046620
+seq: 48
+total_passes: 8
+  t/pod.t:
+elapsed: 0.0278980731964111
+gen: 8
+last_pass_time: 1366987823.50121
+last_result: 0
+last_run_time: 1366987823.50121
+last_todo: 0
+mtime: 1356046620
+seq: 47
+total_passes: 8
+  t/stopword.t:
+elapsed: 

commit sbcl for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package sbcl for openSUSE:Factory checked in 
at 2013-06-06 12:59:16

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


Package is sbcl

Changes:

--- /work/SRC/openSUSE:Factory/sbcl/sbcl.changes2013-05-02 
12:01:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.sbcl.new/sbcl.changes   2013-06-06 
12:59:18.0 +0200
@@ -1,0 +2,129 @@
+Wed Jun  5 07:07:56 UTC 2013 - tog...@opensuse.org
+
+- Update to version 1.1.8
+  * Notice:
++ The implementation of MAP-ALLOCATED-OBJECTS (the heart of
+  ROOM, plus a few SB-INTROSPECT functions) has been completely
+  rewritten; it may now exhibit different bugs than before.
+  * New feature:
++ minimal runtime/compiler intrastructure support
+  for SSE SIMD values, as SB-EXT:SIMD-PACK. Enabled on x86-64
+  via the  build-time
+ + sb-simd-pack. This should enable intrinsics extensions
+   as libraries, without patching SBCL itself. 
+  * Enhancement:
++ RUN-PROGRAM supports a :DIRECTORY argument to set
+  the working directory of the spawned process.
+  (lp#791800) (patch by Matthias Benkard)
++ boxed vectors (vectors of T or of FIXNUM) can now
+  be stack-allocated on PPC.
++ fixed objects can now be stack-allocated on PPC.
++ WITH-PINNED-OBJECTS no longer conses on PPC/GENCGC.
++ (sb-introspect:find-definition-sources-by-name x :vop) now
+  also returns VOPs which do not translate any functions, and
+  finds  defoptimizer types ir2convert and stack-allocate-result.
++ better type derivation for APPEND, NCONC, LIST.  (lp#538957)
++ MAP-ALLOCATED-OBJECTS (the heart of ROOM) now walks the heap
+  in a manner similar to the GC rather than its previous ad-hoc
+  scheme, and is therefore no less and possibly more accurate.
++ fixes and enhancements related to Unicode:
+  - the character database information has been updated to
+Unicode 6.2;
+  - support for canonical and compatibility decomposition of
+characters has been added, along with support for primary
+composition;
+  - support for Unicode normalization forms of strings (NFC,
+NFKC, NFD and  NFKD) has been included;
+  - querying the character database for code points not defined
+by Unicode gives less wrong answers (lp#1178038, reported by
+Ken Harris)
+ + print intermediate evaluation results for some ASSERTed
+   expressions. (lp#789497) (patch by Alexandra Barchunova)
+ + x86-64 disassemblies are annotated with unboxed constant
+  values when there are references to (RIP-relative) unboxed
+  constants.
+  * Bug fix:
++ type derivation for LOG{AND,IOR,XOR} scales linearly instead 
+  of quadratically with the size of the input in the worst case.
+  (lp#1096444)
++ handle errors when initializing *default-pathname-defaults*,
+  sb-ext:*runtime-pathname*, sb-ext:*posix-argv* on startup, like
+  character decoding errors, or directories being deleted.
++ Loading a core with a discontiguous dynamic space now correctly
+  computes the amount of dynamic space used.
++ disassembler missing ,8 on SHLD
++ backtracing through INTERNAL-ERROR signal handlers on systems
+  that provide an invalid stack frame link for the signal handler
+  itself now use the saved-fp-and-pc mechanism to pick up from
+  the stack frame in the interrupt (signal) context.  This is
+  known to affect threaded FreeBSD/x86-64.
++ some LOOP statements couldn't be compiled. (lp#1178989)
++ sb-sequence:dosequence works on literal vectors.
++ errors in generic arithmetic show the assembly routine's caller
+  on x86 and x86-64. (lp#800343)
++ Compile-time type errors should never result in COMPILE-FILE
+  failure. (lp#943953)
++ Known bad local calls do not cause strange failures when emitting
+  or dumping code. (lp#504121)
++ Multiply-inlined structure constructor don't cause  IR2-time
+  codegen errors: type checks are inserted as necessary.
+  (lp#1177703)
++ Unsigned modular arithmetic is correctly converted  into signed
+  modular arithemtic (mostly to exploit fixnum-width VOPs).
+  (lp#1026634)
++ a combination of inlined local function with optional and
+  recursion no longer causes undescriptive compiler errors.
+ (lp#1180992)
++ sub-word BOOLEAN alien types now disregard higher order bits
+  when testing for non-zero-ness.
++ (CONCATENATE 'null ...) no longer fails for generic sequences.
+  (lp#1162301)
++ Type mismatch for the value of conditional expressions are
+  correctly reported when detected at compile-time, instead of
+  complaining about a 

commit pv for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package pv for openSUSE:Factory checked in 
at 2013-06-06 12:58:50

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


Package is pv

Changes:

--- /work/SRC/openSUSE:Factory/pv/pv.changes2013-03-08 09:39:10.0 
+0100
+++ /work/SRC/openSUSE:Factory/.pv.new/pv.changes   2013-06-06 
12:58:52.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun  5 17:11:16 UTC 2013 - jeng...@inai.de
+
+- Add explicit BuildRequires for usleep
+
+---



Other differences:
--
++ pv.spec ++
--- /var/tmp/diff_new_pack.Hwvw0p/_old  2013-06-06 12:58:52.0 +0200
+++ /var/tmp/diff_new_pack.Hwvw0p/_new  2013-06-06 12:58:52.0 +0200
@@ -37,6 +37,12 @@
 %endif
 BuildRequires:  intltool
 BuildRequires:  make
+%if 0%{?suse_version}  0%{?suse_version} = 1200
+# The testsuite wants the usleep utility
+BuildRequires:  sysvinit
+%else
+BuildRequires:  sysvinit-tools
+%endif
 
 %description
 PV (Pipe Viewer) is a tool for monitoring the progress of data through a



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-pry_debug for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry_debug for 
openSUSE:Factory checked in at 2013-06-06 12:59:08

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


Package is rubygem-pry_debug

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry_debug/rubygem-pry_debug.changes  
2012-07-22 15:21:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry_debug.new/rubygem-pry_debug.changes 
2013-06-06 12:59:09.0 +0200
@@ -1,0 +2,11 @@
+Tue Jun  4 10:56:33 UTC 2013 - cfarr...@suse.com
+
+- license update: Zlib
+  See data/LICENSE
+
+---
+Mon May 27 09:33:03 UTC 2013 - co...@suse.com
+
+- updated to version 0.1.0
+
+---

Old:

  pry_debug-0.0.1.gem

New:

  pry_debug-0.1.0.gem



Other differences:
--
++ rubygem-pry_debug.spec ++
--- /var/tmp/diff_new_pack.ld9mkM/_old  2013-06-06 12:59:09.0 +0200
+++ /var/tmp/diff_new_pack.ld9mkM/_new  2013-06-06 12:59:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-pry_debug
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-pry_debug
-Version:0.0.1
+Version:0.1.0
 Release:0
-License:MIT
-Summary:A pure-ruby debugger
-Url:http://github.com/Mon-Ouie/pry_debug
-Group:  Development/Languages/Ruby
 %define mod_name pry_debug
 %define mod_full_name %{mod_name}-%{version}
-Source: %{mod_full_name}.gem
-BuildRequires:  rubygem-pry-0_9 = 0.9.0
-BuildRequires:  rubygems_with_buildroot_patch
-Requires:   rubygem-pry-0_9 = 0.9.0
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros = 1
+Url:http://github.com/Mon-Ouie/pry_debug
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Summary:A pure-ruby debugger
+License:Zlib
+Group:  Development/Languages/Ruby
+%define mod_branch -%{version}
+%define mod_weight 0
+PreReq: update-alternatives
 
 %description
 A pure-ruby debugger. No more puts HERE!!! or p :var = var, :other = other
@@ -54,13 +56,34 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
+
 %install
-%gem_install %{SOURCE0}
+%gem_install -f
+mv %{buildroot}%{_bindir}/pry_debug{,%{mod_branch}}
+ln -s pry_debug%{mod_branch} %{buildroot}%{_bindir}/pry_debug
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
+
+%post
+/usr/sbin/update-alternatives --install \
+%{_bindir}/pry_debug pry_debug %{_bindir}/pry_debug%{mod_branch} 
%{mod_weight}
+
+%preun
+if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove pry_debug 
%{_bindir}/pry_debug%{mod_branch}
+fi
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/pry_debug
+%{_docdir}/%{name}
+%{_bindir}/pry_debug%{mod_branch}
+%ghost %{_bindir}/pry_debug
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wireshark for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2013-06-06 13:00:20

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


Package is wireshark

Changes:

--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes  2013-05-27 
10:10:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark.changes 2013-06-06 
13:00:23.0 +0200
@@ -1,0 +2,59 @@
+Wed Jun  5 21:08:57 UTC 2013 - andreas.stie...@gmx.de
+
+- 1.10.0
+- new or significantly updated features since version 1.8:
+  * You can now display a list of resolved host names in hosts 
+format within Wireshark.
+  * The wireless toolbar has been updated.
+  * Wireshark on Linux does a better job of detecting interface 
+addition and removal.
+  * It is now possible to compare two fields in a display filter 
+(for example: udp.srcport != udp.dstport). The two fields must
+be of the same type for this to work.
+  * USB type and product name support has been improved.
+  * All Bluetooth profiles and protocols are now supported.
+  * Wireshark now calculates HTTP response times and presents the 
+result in a new field in the HTTP response. Links from the 
+request’s frame to the response’s frame and vice-versa are 
+also added.
+  * The main welcome screen and status bar now display file sizes 
+using strict SI prefixes instead of old-style binary prefixes.
+  * Capinfos now prints human-readable statistics with SI suffixes 
+by default.
+  * It is now possible to open a referenced packet (such as the 
+matched request or response packet) in a new window.
+  * Tshark can now display only the hex/ascii packet data without 
+requiring that the packet summary and/or packet details are also
+displayed. If you want the old behavior, use -Px instead of 
+just -x.
+  * Wireshark can be compiled using GTK+ 3.
+  * The Wireshark application icon, capture toolbar icons, and other 
+icons have been updated.
+  * Tshark’s filtering and multi-pass analysis have been reworked 
+for consistency and in order to support dependent frame 
+calculations during reassembly. See the man page descriptions 
+for -2, -R, and -Y.
+  * Tshark’s -G fields2 and -G fields3 options have been eliminated. 
+The -G fields option now includes the 2 extra fields that
+-G fields3 previously provided, and the blurb information has been
+relegated to the last column since in many cases it is blank 
+anyway.
+  * Wireshark dropped the left-handed settings from the preferences.
+This is still configurable via the GTK settings (add 
+gtk-scrolled-window-placement = top-right in the config file, 
+which might be called /.gtkrc-2.0 or /.config/gtk-3.0/settings.ini).
+  * Wireshark now ships with two global configuration files: Bluetooth, 
+which contains coloring rules for Bluetooth and Classic, which
+contains the old-style coloring rules. 
+  * The LOAD() metric in the IO-graph now shows the load in IO
+units instead of thousands of IO units.
+- packaging changes
+  * drop wireshark-suidflags.patch
+-fPIE and -pie now set on SUID binaries by upstream
+ no longer require or call call autoreconf
+  * wireshark-1.2.4-enable_lua.patch refreshed with upstream changes
+to wireshark-1.10.0-enable_lua.patch
+  * drop include.filelist, instead find files for -devel package
+during build
+
+---

Old:

  SIGNATURES-1.8.7.txt
  include.filelist
  wireshark-1.2.4-enable_lua.patch
  wireshark-1.8.7.tar.bz2
  wireshark-suidflags.patch

New:

  SIGNATURES-1.10.0.txt
  wireshark-1.10.0-enable_lua.patch
  wireshark-1.10.0.tar.bz2



Other differences:
--
++ wireshark.spec ++
--- /var/tmp/diff_new_pack.X9TzgU/_old  2013-06-06 13:00:25.0 +0200
+++ /var/tmp/diff_new_pack.X9TzgU/_new  2013-06-06 13:00:25.0 +0200
@@ -20,25 +20,21 @@
 %define use_caps 0
 
 Name:   wireshark
-Version:1.8.7
+Version:1.10.0
 Release:0
 Summary:A Network Traffic Analyser
 License:GPL-2.0+ and GPL-3.0+
 Group:  Productivity/Networking/Diagnostic
 Url:https://www.wireshark.org/
 Source: 
https://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2
-Source1:include.filelist
 Source2:https://www.wireshark.org/download/SIGNATURES-%{version}.txt
 # https://www.wireshark.org/download/gerald_at_wireshark_dot_org.gpg
 Source3:wireshark.keyring
 # PATCH-FIX-OPENSUSE wireshark-1.6.3-disable-warning-dialog.patch bnc#349782 
prus...@suse.cz -- don't show warning 

commit gstreamer-0_10-plugins-good for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-good for 
openSUSE:Factory checked in at 2013-06-06 13:02:54

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new (New)


Package is gstreamer-0_10-plugins-good

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes
  2012-10-03 07:29:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new/gstreamer-0_10-plugins-good.changes
 2013-06-06 13:02:55.0 +0200
@@ -1,0 +2,6 @@
+Wed May 29 15:38:38 CEST 2013 - mhruse...@suse.cz
+
+- Add gstreamer-0_10-plugins-good-v4l2-1.patch:
+  Fix build with recent kernels
+
+---

New:

  gstreamer-0_10-plugins-good-v4l2-2.patch



Other differences:
--
++ gstreamer-0_10-plugins-good.spec ++
--- /var/tmp/diff_new_pack.aoEmjb/_old  2013-06-06 13:02:56.0 +0200
+++ /var/tmp/diff_new_pack.aoEmjb/_new  2013-06-06 13:02:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-plugins-good
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,6 +35,8 @@
 Patch0: gstreamer-0_10-plugins-good-missing-return-value.patch
 # PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-good-v4l2.patch 
dims...@opensuse.org -- Fix build with recent kernels, taken from upstream git.
 Patch1: gstreamer-0_10-plugins-good-v4l2.patch
+# PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-good-v4l2-1.patch 
mhruse...@suse.cz -- Fix build with recent kernels, taken from upstream git.
+Patch2: gstreamer-0_10-plugins-good-v4l2-2.patch
 %if 0%{?ENABLE_AALIB}
 BuildRequires:  aalib-devel
 %endif
@@ -186,6 +188,7 @@
 translation-update-upstream po gst-plugins-good-0.10
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 # FIXME:

++ gstreamer-0_10-plugins-good-v4l2-2.patch ++
From 8e633d2059cb835448021cf79becb487aff10975 Mon Sep 17 00:00:00 2001
From: Bastien Nocera had...@hadess.net
Date: Mon, 18 Mar 2013 14:59:35 +
Subject: v4l2: fix compilation against newer kernel headers as on FC19

---
diff --git a/sys/v4l2/v4l2_calls.c b/sys/v4l2/v4l2_calls.c
index 07d390a..4c10f4f 100644
--- a/sys/v4l2/v4l2_calls.c
+++ b/sys/v4l2/v4l2_calls.c
@@ -291,8 +291,12 @@ gst_v4l2_fill_lists (GstV4l2Object * v4l2object)
 break;
   case V4L2_CID_HFLIP:
   case V4L2_CID_VFLIP:
+#ifndef V4L2_CID_PAN_RESET
   case V4L2_CID_HCENTER:
+#endif
+#ifndef V4L2_CID_TILT_RESET
   case V4L2_CID_VCENTER:
+#endif
 #ifdef V4L2_CID_PAN_RESET
   case V4L2_CID_PAN_RESET:
 #endif
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ecj for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package ecj for openSUSE:Factory checked in 
at 2013-06-06 13:02:45

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


Package is ecj

Changes:

--- /work/SRC/openSUSE:Factory/ecj/ecj.changes  2013-01-31 15:10:17.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ecj.new/ecj.changes 2013-06-06 
13:02:47.0 +0200
@@ -1,0 +2,5 @@
+Fri May 31 16:44:10 UTC 2013 - vark...@suse.com
+
+- Fix the spec to avoid fileconflicts with ecj-bootstrap 
+
+---



Other differences:
--
++ ecj.spec ++
--- /var/tmp/diff_new_pack.W8HAP6/_old  2013-06-06 13:02:47.0 +0200
+++ /var/tmp/diff_new_pack.W8HAP6/_new  2013-06-06 13:02:47.0 +0200
@@ -23,6 +23,7 @@
 License:EPL-1.0
 Group:  Development/Languages/Java
 Url:http://eclipse.org
+Conflicts:  ecj-bootstrap
 Source0:%{name}src-%{version}.jar
 Source1:ecj.sh.in
 # Use ECJ for GCJ



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmowgli for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package libmowgli for openSUSE:Factory 
checked in at 2013-06-06 13:05:14

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


Package is libmowgli

Changes:

--- /work/SRC/openSUSE:Factory/libmowgli/libmowgli.changes  2012-02-01 
09:57:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmowgli.new/libmowgli.changes 2013-06-06 
13:05:15.0 +0200
@@ -1,0 +2,5 @@
+Sun Mar  3 23:46:37 UTC 2013 - jeng...@inai.de
+
+- Use more robust make install call
+
+---



Other differences:
--
++ libmowgli.spec ++
--- /var/tmp/diff_new_pack.wtfbh0/_old  2013-06-06 13:05:15.0 +0200
+++ /var/tmp/diff_new_pack.wtfbh0/_new  2013-06-06 13:05:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmowgli
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libmowgli
 %define libsoname %{name}2
 Summary:A development framework for C (like GLib)
@@ -23,7 +24,8 @@
 Version:1.0.0
 Release:0
 Url:http://www.atheme.org/project/mowgli
-#Git-Clone:git://git.atheme.org/libmowgli
+
+#Git-Clone:git://github.com/atheme/libmowgli
 Source: http://distfiles.atheme.org/libmowgli-%version.tar.bz2
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -56,7 +58,8 @@
 %package devel
 Summary:The development files for libmowgli
 Group:  Development/Libraries/C and C++
-Requires:   %libsoname = %version, glibc-devel
+Requires:   %libsoname = %version
+Requires:   glibc-devel
 
 %description devel
 mowgli is a development framework for C (like GLib), which provides
@@ -80,7 +83,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR=%buildroot
 
 %post   -n %libsoname -p /sbin/ldconfig
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit iproute2 for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package iproute2 for openSUSE:Factory 
checked in at 2013-06-06 13:04:59

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


Package is iproute2

Changes:

--- /work/SRC/openSUSE:Factory/iproute2/iproute2.changes2013-05-16 
11:05:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.iproute2.new/iproute2.changes   2013-06-06 
13:05:00.0 +0200
@@ -1,0 +2,9 @@
+Wed Jun  5 13:01:09 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 3.9.0
+* Support for managing the forwarding tables in Bridge and VXLAN.
+- Remove 0001-build-resolve-compile-error-due-to-missing-include.patch
+  (merged upstream)
+- Signature verification for the package
+
+---

Old:

  0001-build-resolve-compile-error-due-to-missing-include.patch
  iproute2-3.8.0.tar.sign
  iproute2-3.8.0.tar.xz

New:

  iproute2-3.9.0.tar.sign
  iproute2-3.9.0.tar.xz
  iproute2.keyring



Other differences:
--
++ iproute2.spec ++
--- /var/tmp/diff_new_pack.tNMZ6l/_old  2013-06-06 13:05:01.0 +0200
+++ /var/tmp/diff_new_pack.tNMZ6l/_new  2013-06-06 13:05:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   iproute2
-Version:3.8.0
+Version:3.9.0
 Release:0
 Summary:Linux network configuration utilities
 License:GPL-2.0
@@ -27,12 +27,11 @@
 
 #DL-URL:   http://kernel.org/pub/linux/utils/net/iproute2/
 #Git-Clone:
git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2
-Source: %name-%version.tar.xz
-Source2:%name-%version.tar.sign
+Source: 
http://kernel.org/pub/linux/utils/net/iproute2/%name-%version.tar.xz
+Source2:
http://kernel.org/pub/linux/utils/net/iproute2/%name-%version.tar.sign
 Patch1: iproute2-dirs.diff
 Patch2: iproute2-HZ.diff
 Patch3: revert-pdf-creation.diff
-Patch4: 0001-build-resolve-compile-error-due-to-missing-include.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison
 BuildRequires:  db-devel
@@ -70,6 +69,9 @@
 BuildRequires:  libxtables-devel = 1.4.11
 %endif
 %endif
+%if 0%{?suse_version} = 1230
+BuildRequires:  gpg-offline
+%endif
 Provides:   iproute = %version-%release
 
 %description
@@ -100,6 +102,8 @@
 as well as examples and other outdated files.
 
 %prep
+xz -dk %{S:0}
+%{?gpg_verify: %gpg_verify %{S:2}}
 %if 0%{?__xz:1}
 %setup -q
 %else
@@ -110,7 +114,6 @@
 %if 0%{?sles_version} == 11 || (0%{?suse_version}  0%{?suse_version} = 1220)
 %patch -P 3 -p1
 %endif
-%patch -P 4 -p1
 find . -name *.orig -delete
 
 %build

++ iproute2-3.8.0.tar.xz - iproute2-3.9.0.tar.xz ++
 3747 lines of diff (skipped)

++ iproute2.keyring ++
pub   4096R/95CDE47E 2011-10-03
uid  Stephen Hemminger step...@networkplumber.org
uid  Stephen Hemminger shemmin...@vyatta.com
uid  Stephen Hemminger stephen.hemmin...@gmail.com
uid  Stephen Hemminger stephen.hemmin...@vyatta.com
sub   4096R/C0728CDC 2011-10-03

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v2.0.19 (GNU/Linux)

mQINBE6J28kBEADN+t/gag06JAMej0hhx0Ci9pUUs7FWp7dHXvj9HVsA1OsaDURB
Jc4er//8NOXuUT4gObLmGkCE0ZhTD9rhimi1lNGpqrsB6iqJDuKBaNgJKSugysh7
7RZhW/urOQv8j8e2VoOe2VB+mSGw6Kb+sFAcoQx+suVy/VaqELjxtqh8KSPrJGdK
fHQTfdEVOWsM17c6POGUKDOXxSJr/J7X5tUUa/O+SDDvS2rKXmcLFvo4ug90TNTX
t+LbyOzDNW9r/9IVR+XnJapDTQO+J5K3jIqF6lL42j34AoB6l5VAem5SbdXqskph
IvrGmaC295mDmtjW1UWLEe6poJMjujdoLv01ro+T6Yq9C5cJYLc51wQm5m8CFXD7
o+R8d+NNmf61blYP+IR7JxK8YHtrtInDQ9NkDKycI6iA2VFjMvFEaqNVy4NiBuQv
g70Dk4dTBBb2JQkqzNvDfeW3KoolWRif4kfMb/L+AHE/E5pj2kptWrZdoekD7HGF
5SanzFjMRt15xdSlmHeqqAepMUMO7JDg7BvdAl1ZPoUKeRvnm/PbWK9RM06IsVMf
DWhKQz2NqaSiAY/kVKKx+aTIW1kHSFyqTl3Y4lbVQT4sI6DMqG8ZaXBfFQCR7hzA
6J1UJavbPjbg1IxasJNarCzJT0OgxSVxbFcS6zJ5y236eUds+lHR+z23CQARAQAB
tClTdGVwaGVuIEhlbW1pbmdlciA8c2hlbW1pbmdlckB2eWF0dGEuY29tPokCNwQT
AQIAIQIbAwIeAQIXgAULCQgHAwUVCgkICwUWAgMBAAUCTpNeowAKCRCAp39glc3k
fsalEACHf61eo0tH0FgI6kstIw2otNAQEqnvJjruAv1wBT62s6fuiaZjHHjOZFQS
cEBNb5GdTHRy117enF6vBkirQAuUtvIUi0cWcwjbSLaHl4fCapj+C55bhSghGjhq
atXZxOCyaz+pYYtwvMFUJMPQn6BuIfs/Vp7UD5s3hE5WBT2p8rNOGfyuOVgQxzkc
6LaRmCHrSH6sgkokD8DSjNISxX1+TPaVg+Tv6KYvrlqd/+P596MAF7z5ZS+PW0VI
bbt1nGE4yNI+Vv6Abbd29YXG9juhswljOg3zQn2l1Mp2dEDCl3eWOgdJK8XfDgc+
OPylHmQahuNYBY7miFlLepu3AtmHtexzVnvlzgBzTv6nS0F5lPAqlfZUiMNQ5ev2
XawQvWOa3Hgwd1fZwovaeiS4NvsFpakvjKiDMjWbRcuLBd5ERWNKcQMwxVle7g2+
/8QDeps2QwUK3qnz1lmsCrMrO0FRdcU3uTh5IC9MpUCGumk30U/AlA1qxiQan5Rc
pB9jhiUYzxdGy0/5cazqJFQidxOf6YJWMM6p/b/p/AC2aOQfXXsQ6trT7IUIeBp0
+Jo/mz5K5xC3yYjVz9PUi0HrB7oxpsrHBI+yOZ95/kwWNkxq+9GbX7slWbd0zyh2

commit mediastreamer2 for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package mediastreamer2 for openSUSE:Factory 
checked in at 2013-06-06 13:06:04

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


Package is mediastreamer2

Changes:

--- /work/SRC/openSUSE:Factory/mediastreamer2/mediastreamer2.changes
2012-10-26 00:23:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.mediastreamer2.new/mediastreamer2.changes   
2013-06-06 13:06:05.0 +0200
@@ -1,0 +2,9 @@
+Mon Jun  3 21:53:45 UTC 2013 - fi...@opensuse.org
+
+- Add 0001-Fixes-for-new-versions-of-ffmpeg.patch: fix for new
+  ffmpeg API.
+- Spec cleanup.
+- Call ldconfig for shared library.
+- Enable conditional build for video configure option.
+
+---

New:

  0001-Fixes-for-new-versions-of-ffmpeg.patch



Other differences:
--
++ mediastreamer2.spec ++
--- /var/tmp/diff_new_pack.rvHqJ8/_old  2013-06-06 13:06:05.0 +0200
+++ /var/tmp/diff_new_pack.rvHqJ8/_new  2013-06-06 13:06:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mediastreamer2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,30 +15,37 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-Summary:Audio/Video real-time streaming
-Name:   mediastreamer2
+
 %define lname  libmediastreamer1
+
+Name:   mediastreamer2
 Version:2.8.2
 Release:0
+Summary:Audio/Video real-time streaming
 License:GPL-2.0+
 Group:  Productivity/Telephony/Utilities
-URL:http://www.mediastreamer2.com
+Url:http://www.mediastreamer2.com
 Source0:mediastreamer-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# PATCH-FIX-UPSTREAM Fix new ffmpeg API change Yann Diorcet 
yann.dior...@belledonne-communications.com
+Patch0: 0001-Fixes-for-new-versions-of-ffmpeg.patch
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
-BuildRequires:  libtool
 BuildRequires:  intltool
-BuildRequires:  pkgconfig(speex)
-BuildRequires:  pkgconfig(x11)
-BuildRequires:  pkgconfig(xv)
-BuildRequires:  pkgconfig(theora)
-BuildRequires:  spandsp-devel
 BuildRequires:  libgsm-devel
-BuildRequires:  pkgconfig(alsa)
-BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  libortp-devel
+BuildRequires:  libtool
 BuildRequires:  libv4l-devel
+BuildRequires:  pkg-config
+BuildRequires:  spandsp-devel
+BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(libpulse)
+BuildRequires:  pkgconfig(speex)
+BuildRequires:  pkgconfig(theora)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xv)
+%if 0%{?packman_bs}
+BuildRequires:  libffmpeg-devel
+%endif
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Mediastreamer2 is a GPL licensed library to make audio and video
@@ -57,7 +64,7 @@
 %packagedevel
 Summary:Headers, libraries and docs for the mediastreamer2 library
 Group:  Development/Libraries/C and C++
-Requires:   %lname = %version
+Requires:   %lname = %{version}
 
 %descriptiondevel
 Mediastreamer2 is a GPL licensed library to make audio and video
@@ -69,21 +76,28 @@
 
 %prep
 %setup -q -n mediastreamer-%{version}
+%patch0 -p1
 
 %build
-%configure --enable-shared --disable-video
-CFLAGS=${CFLAGS:-%optflags}; export CFLAGS
-CXXFLAGS=${CXXFLAGS:-%optflags}; export CXXFLAGS
+export CFLAGS=%{optflags}
+export CXXFLAGS=%{optflags}
+%configure \
+--enable-shared \
+%if 0%{?packman_bs}
+--enable-video
+%else
+--disable-video
+%endif
 make %{?_smp_mflags}
 
 %install
 %makeinstall
 %find_lang mediastreamer
-rm -f %buildroot/%_libdir/*.la
+rm -f %{buildroot}/%{_libdir}/*.la
 
-%post -p /sbin/ldconfig
+%post -n %lname -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
 %files -f mediastreamer.lang
 %defattr(-,root,root,-)
@@ -94,7 +108,7 @@
 
 %files -n %lname
 %defattr(-,root,root)
-%_libdir/libmediastreamer.so.1*
+%{_libdir}/libmediastreamer.so.1*
 
 %files devel
 %defattr(-,root,root,-)

++ 0001-Fixes-for-new-versions-of-ffmpeg.patch ++
From f586917ea4d66f9ba8910f0967a8830e54d50784 Mon Sep 17 00:00:00 2001
From: Yann Diorcet yann.dior...@belledonne-communications.com
Date: Tue, 5 Jun 2012 11:07:48 +0200
Subject: [PATCH] Fixes for new versions of ffmpeg

---
 src/h264dec.c  | 2 ++
 src/videoenc.c | 8 +++-
 2 files changed, 9 insertions(+), 1 

commit perl-Bit-Vector for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Bit-Vector for openSUSE:Factory 
checked in at 2013-06-06 13:06:19

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


Package is perl-Bit-Vector

Changes:

--- /work/SRC/openSUSE:Factory/perl-Bit-Vector/perl-Bit-Vector.changes  
2012-05-26 12:59:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Bit-Vector.new/perl-Bit-Vector.changes 
2013-06-06 13:06:21.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun  3 11:39:43 UTC 2013 - co...@suse.com
+
+- updated to 7.3
+ *  Fixed t/02_destroy.t to make it pass on perl-5.17.11
+
+---

Old:

  Bit-Vector-7.2.tar.gz

New:

  Bit-Vector-7.3.tar.gz



Other differences:
--
++ perl-Bit-Vector.spec ++
--- /var/tmp/diff_new_pack.JOHgec/_old  2013-06-06 13:06:21.0 +0200
+++ /var/tmp/diff_new_pack.JOHgec/_new  2013-06-06 13:06:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Bit-Vector
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,49 +17,38 @@
 
 
 Name:   perl-Bit-Vector
+Version:7.3
+Release:0
 %define cpan_name Bit-Vector
 Summary:Bit::Vector Perl module
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:7.2
-Release:0
 Url:http://search.cpan.org/dist/Bit-Vector/
 Source: 
http://www.cpan.org/authors/id/S/ST/STBEY/%{cpan_name}-%{version}.tar.gz
-Patch:  Bit-Vector-7.1.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+Patch0: Bit-Vector-7.1.diff
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Carp::Clan) = 5.3
 BuildRequires:  perl(Storable) = 2.21
+#BuildRequires: perl(Bit::Vector)
+#BuildRequires: perl(Bit::Vector::Overload)
+#BuildRequires: perl(Bit::Vector::String)
+#BuildRequires: perl(Date::Calc::Object)
+#BuildRequires: perl(the)
 Requires:   perl(Carp::Clan) = 5.3
 Requires:   perl(Storable) = 2.21
+%{perl_requires}
 
 %description
-Bit::Vector is an efficient C library which allows you to handle
-bit vectors, sets (of integers), big integer arithmetic and
-boolean matrices, all of arbitrary sizes.
-
-The library is efficient (in terms of algorithmical complexity)
-and therefore fast (in terms of execution speed) for instance
-through the widespread use of divide-and-conquer algorithms.
-
-The package also includes an object-oriented Perl module for
-accessing the C library from Perl, and optionally features
-overloaded operators for maximum ease of use.
-
-The C library can nevertheless be used stand-alone, without Perl.
-
-Authors:
-
-Steffen Beyer s...@engelschall.com
+Bit::Vector Perl module
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch
+%patch0
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
 %{__make} %{?_smp_mflags}
 
 %check
@@ -67,22 +56,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} -f $RPM_BUILD_ROOT%perl_vendorarch/auto/Bit/Vector/.packlist
-# remove perllocal.pod file
-%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
-%endif
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Artistic.txt CREDITS.txt GNU_GPL.txt GNU_LGPL.txt
-%doc CHANGES.txt README.txt examples
+%defattr(-,root,root,755)
+%doc Artistic.txt CHANGES.txt CREDITS.txt examples GNU_GPL.txt GNU_LGPL.txt 
INSTALL.txt README.txt
 
 %changelog

++ Bit-Vector-7.2.tar.gz - Bit-Vector-7.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.2/BitVector.c 
new/Bit-Vector-7.3/BitVector.c
--- old/Bit-Vector-7.2/BitVector.c  2012-05-17 14:28:31.0 +0200
+++ new/Bit-Vector-7.3/BitVector.c  2013-06-01 14:43:36.0 +0200
@@ -629,7 +629,7 @@
 
 charptr BitVector_Version(void)
 {
-return((charptr)7.2);
+return((charptr)7.3);
 }
 
 N_int BitVector_Word_Bits(void)
@@ -3838,11 +3838,12 @@
 }
 
 /*/
-/*  VERSION:  7.2*/
+/*  

commit perl-Alien-SDL for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Alien-SDL for openSUSE:Factory 
checked in at 2013-06-06 13:06:14

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


Package is perl-Alien-SDL

Changes:

--- /work/SRC/openSUSE:Factory/perl-Alien-SDL/perl-Alien-SDL.changes
2012-11-12 12:05:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Alien-SDL.new/perl-Alien-SDL.changes   
2013-06-06 13:06:15.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun  5 14:47:17 UTC 2013 - opens...@dstoecker.de
+
+- update to 1.440
+  * patch for File::Temp-tempfile - File::Temp::tempfile (#244) [FROGGS]
+
+---

Old:

  Alien-SDL-1.430.tar.gz

New:

  Alien-SDL-1.440.tar.gz



Other differences:
--
++ perl-Alien-SDL.spec ++
--- /var/tmp/diff_new_pack.k4oQZR/_old  2013-06-06 13:06:16.0 +0200
+++ /var/tmp/diff_new_pack.k4oQZR/_new  2013-06-06 13:06:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Alien-SDL
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-Alien-SDL
-Version:1.430
-Release:1
-License:GPL-2.0+ or Artistic-1.0
+Version:1.440
+Release:0
 %define cpan_name Alien-SDL
 Summary:Building, finding and using SDL binaries
-Url:http://search.cpan.org/dist/Alien-SDL/
+License:GPL-2.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Alien-SDL/
 Source: 
http://www.cpan.org/authors/id/F/FR/FROGGS/Alien-SDL-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  Mesa-devel
+BuildRequires:  libSDL_Pango-devel
 BuildRequires:  libSDL_image-devel
 BuildRequires:  libSDL_mixer-devel
 BuildRequires:  libSDL_net-devel
-BuildRequires:  libSDL_Pango-devel
 BuildRequires:  libSDL_ttf-devel
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -93,6 +94,7 @@
 %install
 ./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
+sed s:^%{_bindir}:%%attr(755,root,root) %{_bindir}: %{name}.files -i
 
 %clean
 %{__rm} -rf %{buildroot}

++ Alien-SDL-1.430.tar.gz - Alien-SDL-1.440.tar.gz ++
 2478 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-B-Keywords for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-B-Keywords for openSUSE:Factory 
checked in at 2013-06-06 13:07:58

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


Package is perl-B-Keywords

Changes:

--- /work/SRC/openSUSE:Factory/perl-B-Keywords/perl-B-Keywords.changes  
2012-02-15 15:58:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-B-Keywords.new/perl-B-Keywords.changes 
2013-06-06 13:08:00.0 +0200
@@ -1,0 +2,25 @@
+Mon Jun  3 11:37:53 UTC 2013 - co...@suse.com
+
+- updated to 1.13
+  - removed diag before each big t/11keywords.t loop
+  - added suggested keywords from RT #62382: 
+ *_ and DATA to @FileHandles (the deprecated lowercase: stdin, stdout, 
stderr not),
+import unimport to @Functions,
+BINMODE CLEAR CLEARERR CLONE CLONE_SKIP CLOSE DELETE EOF
+ERROR EXISTS EXTEND FDOPEN FETCH FETCHSIZE FILENO FILL FIRSTKEY FLUSH
+GETC NEXTKEY OPEN POP POPPED PRINT PRINTF PUSH PUSHED READ READLINE
+SCALAR SEEK SETLINEBUF SHIFT SPLICE STORE STORESIZE SYSOPEN TELL
+TIEARRAY TIEHANDLE TIEHASH TIESCALAR UNREAD UNSHIFT UNTIE UTF8 WRITE to 
@TieIOMethods,
+can isa DOES VERSION to @UNIVERSALMethods,
+@EXPORT @EXPORT_OK @EXPORT_FAIL
+@EXPORT_TAGS _push_tags _rebuild_cache as_heavy export export_fail
+export_fail_in export_ok_tags export_tags export_to_level heavy_export
+heavy_export_ok_tags heavy_export_tags heavy_export_to_level
+heavy_require_version require_version  to @ExporterSymbols (Zsbán Ambrus)
+  - Moved exp from @Barewords to @Functions
+  - Added $^CHILD_ERROR_NATIVE $^GLOBAL_PHASE $^LAST_FH $^MATCH $^PREMATCH
+$^POSTMATCH $^UTF8CACHE $^WIN32_SLOPPY_STAT to @Scalars
+  - Added English names for %!, @F (perlrun) and @ARG for @_ (Zsbán Ambrus)
+  - Added %+ %- (Zsbán Ambrus) and $LAST_SUBMATCH_RESULT
+
+---

Old:

  B-Keywords-1.12.tar.gz

New:

  B-Keywords-1.13.tar.gz



Other differences:
--
++ perl-B-Keywords.spec ++
--- /var/tmp/diff_new_pack.YcYTWT/_old  2013-06-06 13:08:00.0 +0200
+++ /var/tmp/diff_new_pack.YcYTWT/_new  2013-06-06 13:08:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-B-Keywords
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-B-Keywords
-Version:1.12
+Version:1.13
 Release:0
 %define cpan_name B-Keywords
 Summary:Lists of reserved barewords and symbol names
@@ -30,17 +30,27 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 #BuildRequires: perl(B::Keywords)
+#BuildRequires: perl(Test::Kwalitee)
 %{perl_requires}
 
 %description
-'B::Keywords' supplies seven arrays of keywords: '@Scalars', '@Arrays',
-'@Hashes', '@Filehandles', '@Symbols', '@Functions', and '@Barewords'. The
-'@Symbols' array includes the contents of each of '@Scalars', '@Arrays',
-'@Hashes', '@Functions' and '@Filehandles'. Similarly, '@Barewords' adds a
-few non-function keywords and operators to the '@Functions' array.
+'B::Keywords' supplies several arrays of exportable keywords: '@Scalars',
+'@Arrays', '@Hashes', '@Filehandles', '@Symbols', '@Functions',
+'@Barewords', '@TieIOMethods', '@UNIVERSALMethods' and '@ExporterSymbols'.
+
+The '@Symbols' array includes the contents of each of '@Scalars',
+'@Arrays', '@Hashes', '@Functions' and '@Filehandles'.
+
+Similarly, '@Barewords' adds a few non-function keywords and operators to
+the '@Functions' array.
 
 All additions and modifications are welcome.
 
+The perl parser uses a static list of keywords from _regen/keywords.pl_
+which constitutes the strict list of keywords @Functions and @Barewords,
+though some @Functions are not functions in the strict sense. Several
+library functions use more special symbols, handles and methods.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 

++ B-Keywords-1.12.tar.gz - B-Keywords-1.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Keywords-1.12/Changes new/B-Keywords-1.13/Changes
--- old/B-Keywords-1.12/Changes 2012-02-09 22:09:27.0 +0100
+++ new/B-Keywords-1.13/Changes 2013-04-05 22:20:16.0 +0200
@@ -49,4 +49,25 @@
   - Add new keywords for 5.16, __SUB__ and evalbytes.
 1.12 rurban
   - Add new keyword fc (Unicode casefolding) for 5.16 added with commit 
838f2281
-  - added diag before each big t/11keywords.t loop

commit perl-Capture-Tiny for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Capture-Tiny for 
openSUSE:Factory checked in at 2013-06-06 13:08:44

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


Package is perl-Capture-Tiny

Changes:

--- /work/SRC/openSUSE:Factory/perl-Capture-Tiny/perl-Capture-Tiny.changes  
2012-05-26 12:59:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Capture-Tiny.new/perl-Capture-Tiny.changes 
2013-06-06 13:08:46.0 +0200
@@ -1,0 +2,29 @@
+Tue Jun  4 14:46:18 UTC 2013 - co...@suse.com
+
+- updated to 0.22
+ 
+   Documented:
+ 
+   - Issue tracker is now github
+ 
+   Changed:
+ 
+   - Skips tee and leak tests for closed STDIN on Perl prior to
+ 5.12 when PERL_UNICODE=D.  Documented lack of support as
+ a known issue.
+ 
+   - Isolated tee subprocesses from effects of PERL_UNICODE as a
+ precaution (though this did not fix the above issue).
+ 
+   - Improved layer detection for handles proxied due to being closed
+ or tied.
+ 
+   Fixed:
+ 
+   - Nested merged captures that include an external program call no longer
+ leak STDERR to the outer scope [rt.cpan.org #79376]
+ 
+   - Work around rt.perl.org #114404 by forcing PerlIO layers back on
+ original handles [rt.cpan.org #78819]
+ 
+---

Old:

  Capture-Tiny-0.18.tar.gz

New:

  Capture-Tiny-0.22.tar.gz



Other differences:
--
++ perl-Capture-Tiny.spec ++
--- /var/tmp/diff_new_pack.ubrKHP/_old  2013-06-06 13:08:46.0 +0200
+++ /var/tmp/diff_new_pack.ubrKHP/_new  2013-06-06 13:08:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Capture-Tiny
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Capture-Tiny
-Version:0.18
+Version:0.22
 Release:0
 %define cpan_name Capture-Tiny
 Summary:Capture STDOUT and STDERR from Perl, XS or external programs
@@ -33,7 +33,6 @@
 #BuildRequires: perl(Cases)
 #BuildRequires: perl(Inline)
 #BuildRequires: perl(Test::Differences)
-#BuildRequires: perl(Test::Requires)
 #BuildRequires: perl(TieEvil)
 #BuildRequires: perl(TieLC)
 #BuildRequires: perl(Utils)
@@ -49,11 +48,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-# MANUAL BEGIN
-%if 0%{?sles_version} == 10 || 0%{?rhel_version} || 0%{?centos_version}
-  %{__perl} -p -i -e 's|6.31|6.30|' Makefile.PL
-%endif
-# MANUAL END 
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Capture-Tiny-0.18.tar.gz - Capture-Tiny-0.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Capture-Tiny-0.18/Changes 
new/Capture-Tiny-0.22/Changes
--- old/Capture-Tiny-0.18/Changes   2012-05-04 22:31:58.0 +0200
+++ new/Capture-Tiny-0.22/Changes   2013-03-27 20:50:36.0 +0100
@@ -1,8 +1,42 @@
 Revision history for Capture-Tiny
 
+0.22  2013-03-27 15:50:29 America/New_York
+
+  Documented:
+
+  - Issue tracker is now github
+
+0.21  2012-11-14 19:04:49 America/New_York
+
+  Changed:
+
+  - Skips tee and leak tests for closed STDIN on Perl prior to
+5.12 when PERL_UNICODE=D.  Documented lack of support as
+a known issue.
+
+  - Isolated tee subprocesses from effects of PERL_UNICODE as a
+precaution (though this did not fix the above issue).
+
+  - Improved layer detection for handles proxied due to being closed
+or tied.
+
+0.20  2012-09-19 13:20:57 America/New_York
+
+  Fixed:
+
+  - Nested merged captures that include an external program call no longer
+leak STDERR to the outer scope [rt.cpan.org #79376]
+
+0.19  2012-08-06 20:26:34 America/New_York
+
+  Fixed:
+
+  - Work around rt.perl.org #114404 by forcing PerlIO layers back on
+original handles [rt.cpan.org #78819]
+
 0.18  2012-05-04 16:31:53 America/New_York
 
-  Added
+  Added:
 
   - When capture or tee are called in void context, Capture::Tiny
 skips reading back from the capture handles if it can do so safely
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Capture-Tiny-0.18/MANIFEST 
new/Capture-Tiny-0.22/MANIFEST
--- old/Capture-Tiny-0.18/MANIFEST  2012-05-04 22:31:58.0 +0200
+++ new/Capture-Tiny-0.22/MANIFEST  2013-03-27 20:50:36.0 +0100
@@ -13,6 +13,7 @@
 lib/Capture/Tiny.pm
 perlcritic.rc
 t/00-compile.t
+t/00-report-prereqs.t
 t/01-Capture-Tiny.t

commit perl-Carp-Always for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Carp-Always for 
openSUSE:Factory checked in at 2013-06-06 13:08:59

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


Package is perl-Carp-Always

Changes:

--- /work/SRC/openSUSE:Factory/perl-Carp-Always/perl-Carp-Always.changes
2011-10-27 11:22:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Carp-Always.new/perl-Carp-Always.changes   
2013-06-06 13:08:59.0 +0200
@@ -1,0 +2,8 @@
+Mon Jun  3 11:53:36 UTC 2013 - co...@suse.com
+
+- updated to 0.12
+- fix failing t/pod.t due to bad encoding (CPAN #77656)
+- fix test failure with Carp 1.25+ RT#75320 [thanks ANDK and greeneg]
+- Test::Base is required in BUILD (otherwise we haven't tested anything)
+
+---

Old:

  Carp-Always-0.10.tar.gz

New:

  Carp-Always-0.12.tar.gz



Other differences:
--
++ perl-Carp-Always.spec ++
--- /var/tmp/diff_new_pack.K99UZs/_old  2013-06-06 13:09:00.0 +0200
+++ /var/tmp/diff_new_pack.K99UZs/_new  2013-06-06 13:09:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Carp-Always
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,29 +16,24 @@
 #
 
 
-
 Name:   perl-Carp-Always
-Version:0.10
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.12
+Release:0
 %define cpan_name Carp-Always
 Summary:Warns and dies noisily with stack backtraces
-Url:http://search.cpan.org/dist/Carp-Always/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Carp-Always/
 Source: 
http://www.cpan.org/authors/id/F/FE/FERREIRA/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::More)
-#BuildRequires: perl(Test::Base)
-Requires:   perl(Carp)
-Requires:   perl(Test::More)
-Recommends: perl(Test::Base)
-Recommends: perl(Test::Pod)
-Recommends: perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::Base)
+# MANUAL BEGIN
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+# MANUAL END
 %{perl_requires}
 
 %description

++ Carp-Always-0.10.tar.gz - Carp-Always-0.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Always-0.10/Changes new/Carp-Always-0.12/Changes
--- old/Carp-Always-0.10/Changes2011-08-19 16:37:36.0 +0200
+++ new/Carp-Always-0.12/Changes2012-08-21 16:19:52.0 +0200
@@ -2,6 +2,13 @@
 
 $Id: Changes 1480 2007-07-30 14:35:04Z me $
 
+0.12  Tue Aug 21 2012
+- fix failing t/pod.t due to bad encoding (CPAN #77656)
+
+0.11  Wed Apr 18 2011
+- fix test failure with Carp 1.25+ RT#75320 [thanks ANDK and greeneg]
+- Test::Base is required in BUILD (otherwise we haven't tested 
anything)
+
 0.10  Fri Aug 19 2011
 - fix typo in POD RT#68793 (also reported by Kai Moonbourn)
 - Carp::Always ate part of errors like 'foo at bar' RT#57385
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Always-0.10/MANIFEST 
new/Carp-Always-0.12/MANIFEST
--- old/Carp-Always-0.10/MANIFEST   2007-07-30 16:47:14.0 +0200
+++ new/Carp-Always-0.12/MANIFEST   2012-08-21 16:29:20.0 +0200
@@ -11,3 +11,4 @@
 lib/Carp/Always.pm
 
 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/Carp-Always-0.10/META.json 
new/Carp-Always-0.12/META.json
--- old/Carp-Always-0.10/META.json  1970-01-01 01:00:00.0 +0100
+++ new/Carp-Always-0.12/META.json  2012-08-21 16:29:20.0 +0200
@@ -0,0 +1,51 @@
+{
+   abstract : Warns and dies noisily with stack backtraces,
+   author : [
+  Adriano R. Ferreira ferre...@cpan.org
+   ],
+   dynamic_config : 1,
+   generated_by : ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.113640,
+   license : [
+  perl_5
+   ],
+   meta-spec : {
+  url : 

commit perl-Config-AutoConf for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-AutoConf for 
openSUSE:Factory checked in at 2013-06-06 13:11:32

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


Package is perl-Config-AutoConf

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Config-AutoConf/perl-Config-AutoConf.changes
2012-03-07 13:44:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Config-AutoConf.new/perl-Config-AutoConf.changes
   2013-06-06 13:11:34.0 +0200
@@ -1,0 +2,10 @@
+Mon Jun  3 15:51:32 UTC 2013 - co...@suse.com
+
+- updated to 0.22
+   - Flag some more tests as TODO.
+   - Flag -lm tests as 'TODO' as they might fail in some Windows
+ machines
+   - Add stdint.h into check_default_headers
+   - Make POD tests author only.
+
+---

Old:

  Config-AutoConf-0.19.tar.gz

New:

  Config-AutoConf-0.22.tar.gz



Other differences:
--
++ perl-Config-AutoConf.spec ++
--- /var/tmp/diff_new_pack.OcutZM/_old  2013-06-06 13:11:34.0 +0200
+++ /var/tmp/diff_new_pack.OcutZM/_new  2013-06-06 13:11:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-AutoConf
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,11 @@
 
 
 Name:   perl-Config-AutoConf
-Version:0.19
+Version:0.22
 Release:0
 %define cpan_name Config-AutoConf
 Summary:A module to implement some of AutoConf macros in pure perl
-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/Config-AutoConf/
 Source: 
http://www.cpan.org/authors/id/A/AM/AMBS/Config/%{cpan_name}-%{version}.tar.gz

++ Config-AutoConf-0.19.tar.gz - Config-AutoConf-0.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-AutoConf-0.19/Changes 
new/Config-AutoConf-0.22/Changes
--- old/Config-AutoConf-0.19/Changes2012-02-07 19:45:31.0 +0100
+++ new/Config-AutoConf-0.22/Changes2012-12-11 16:22:24.0 +0100
@@ -1,5 +1,16 @@
 Revision history for Config-AutoConf
 
+0.22   Dec 11, 2012
+ - Flag some more tests as TODO.
+
+0.21   Dec 2, 2012
+ - Flag -lm tests as 'TODO' as they might fail in some Windows
+   machines
+
+0.20   Nov 9, 2012
+ - Add stdint.h into check_default_headers
+ - Make POD tests author only.
+
 0.19   Feb  7, 2012
  - Added new method, check_lm
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-AutoConf-0.19/META.json 
new/Config-AutoConf-0.22/META.json
--- old/Config-AutoConf-0.19/META.json  2012-02-07 19:46:25.0 +0100
+++ new/Config-AutoConf-0.22/META.json  2012-12-11 16:25:02.0 +0100
@@ -4,9 +4,9 @@
   Alberto Simoes a...@cpan.org
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.120351,
+   generated_by : ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120921,
license : [
-  unknown
+  perl_5
],
meta-spec : {
   url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
@@ -39,5 +39,5 @@
   }
},
release_status : stable,
-   version : 0.19
+   version : 0.22
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-AutoConf-0.19/META.yml 
new/Config-AutoConf-0.22/META.yml
--- old/Config-AutoConf-0.19/META.yml   2012-02-07 19:46:25.0 +0100
+++ new/Config-AutoConf-0.22/META.yml   2012-12-11 16:25:02.0 +0100
@@ -7,8 +7,8 @@
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.120351'
-license: unknown
+generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120921'
+license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
@@ -21,4 +21,4 @@
   Capture::Tiny: 0
   ExtUtils::CBuilder: 0.23
   Test::More: 0
-version: 0.19
+version: 0.22
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-AutoConf-0.19/Makefile.PL 
new/Config-AutoConf-0.22/Makefile.PL
--- 

commit perl-Data-Clone for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Data-Clone for openSUSE:Factory 
checked in at 2013-06-06 13:12:04

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


Package is perl-Data-Clone

Changes:

New Changes file:

--- /dev/null   2013-06-06 00:44:45.792030006 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Data-Clone.new/perl-Data-Clone.changes 
2013-06-06 13:12:05.0 +0200
@@ -0,0 +1,10 @@
+---
+Fri Sep 30 09:31:27 UTC 2011 - pascal.ble...@opensuse.org
+
+- skip tests on  11.3, Test::More too old there
+
+---
+Fri Sep 30 07:14:15 CET 2011 - pascal.ble...@opensuse.org
+
+- initial version (0.003)
+

New:

  Data-Clone-0.003.tar.gz
  perl-Data-Clone-rpmlintrc
  perl-Data-Clone.changes
  perl-Data-Clone.spec



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

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


Name:   perl-Data-Clone
Version:0.003
Release:0
Summary:Polymorphic data cloning
License:GPL-2.0+ or Artistic-1.0
Group:  Development/Libraries/Perl
Source: 
http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Data-Clone-%{version}.tar.gz
Source99:   perl-Data-Clone-rpmlintrc
Url:http://search.cpan.org/dist/Data-Clone
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  make
BuildRequires:  perl-macros
BuildRequires:  perl(Test::Requires) = 0.03
%if 0%{?suse_version}  1120
BuildRequires:  perl(Test::More) = 0.88
%endif
BuildRequires:  perl(Devel::PPPort) = 3.19
BuildRequires:  perl(ExtUtils::MakeMaker) = 6.42
BuildRequires:  perl(ExtUtils::ParseXS) = 2.21
BuildRequires:  perl(XSLoader) = 0.1
BuildRequires:  perl(parent)
Requires:   perl(XSLoader) = 0.1
Requires:   perl(parent)

%description
Data::Clone does data cloning, i.e. copies things recursively. This is
smart so that it works with not only non-blessed references, but also with
blessed references (i.e. objects). When clone() finds an object, it
calls a clone method of the object if the object has a clone,
otherwise it makes a surface copy of the object. That is, this module does
polymorphic data cloning.
Although there are several modules on CPAN which can clone data, this
module has a different cloning policy from almost all of them. See
Cloning policy and Comparison to other cloning modules for details.

%prep
%setup -q -n Data-Clone-%{version}
%__sed -i '/^auto_install/d' Makefile.PL

%build
%__perl Makefile.PL PREFIX=%{_prefix}
%__make %{?_smp_flags}

%install
%perl_make_install
%perl_process_packlist

%if 0%{?suse_version}  1120

%check
%__make test
%endif

%clean
%{?buildroot:%__rm -rf %{buildroot}}

%files
%defattr(-,root,root)
%doc README Changes
%dir %{perl_vendorarch}/Data
%{perl_vendorarch}/Data/Clone.pm
%dir %{perl_vendorarch}/auto/Data
%{perl_vendorarch}/auto/Data/Clone
%doc %{perl_man3dir}/Data::Clone.%{perl_man3ext}%{ext_man}

%changelog
++ perl-Data-Clone-rpmlintrc ++
addFilter('devel-file-in-non-devel-package')
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Config-IniFiles for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-IniFiles for 
openSUSE:Factory checked in at 2013-06-06 13:11:52

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


Package is perl-Config-IniFiles

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Config-IniFiles/perl-Config-IniFiles.changes
2012-05-31 17:08:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Config-IniFiles.new/perl-Config-IniFiles.changes
   2013-06-06 13:11:53.0 +0200
@@ -1,0 +2,29 @@
+Mon Jun  3 15:55:18 UTC 2013 - co...@suse.com
+
+- updated to 2.82
+  * Add t/style-trailing-space.t .
+  - Remove trailing space.
+  
+  * Add the CopySection method to copy a section.
+  - Thanks to James Rouzier.
+  
+  * Add the RenameSection method to rename a section.
+  - Thanks to James Rouzier.
+  
+  * Fix test failures with Pod-Simple-3.28:
+  - 
http://www.cpantesters.org/cpan/report/98f9d3a8-b557-11e2-9adc-3d5fc1508286
+  
+  * Fix https://rt.cpan.org/Public/Bug/Display.html?id=80259:
+  - Warnings on undefined value in length in perl-5.10.x.
+  
+  * Bump the List::MoreUtils dependency to '0.33'.
+  - https://rt.cpan.org/Ticket/Display.html?id=77930
+  - Thanks to TJENNESS for the report.
+  
+  * Correct the documentation regarding the syntax of calling -WriteConfig(),
+  which always accepts a mandatory filename and not just
+  -WriteConfig(-delta = 1).
+  - Thanks to the Mageia Linux QA team at:
+  - https://bugs.mageia.org/show_bug.cgi?id=6024#c17
+
+---

Old:

  Config-IniFiles-2.75.tar.gz

New:

  Config-IniFiles-2.82.tar.gz



Other differences:
--
++ perl-Config-IniFiles.spec ++
--- /var/tmp/diff_new_pack.bO6GWk/_old  2013-06-06 13:11:53.0 +0200
+++ /var/tmp/diff_new_pack.bO6GWk/_new  2013-06-06 13:11:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-IniFiles
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,30 +17,29 @@
 
 
 Name:   perl-Config-IniFiles
+Version:2.82
+Release:0
 %define cpan_name Config-IniFiles
-Summary:Module for reading .ini-style configuration files
-License:GPL-1.0+ or Artistic-1.0
+Summary:A module for reading .ini-style configuration files.
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Version:2.75
-Release:0
 Url:http://search.cpan.org/dist/Config-IniFiles/
-#Source: 
http://www.cpan.org/modules/by-module/Config/Config-IniFiles-2.58.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Basename)
-BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(IO::Scalar)
-BuildRequires:  perl(List::MoreUtils)
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::Pod) = 1.14
-BuildRequires:  perl(Test::Pod::Coverage) = 1.04
-Requires:   perl(File::Basename)
-Requires:   perl(File::Temp)
-Requires:   perl(IO::Scalar)
-Requires:   perl(List::MoreUtils)
+BuildRequires:  perl(List::MoreUtils) = 0.33
+BuildRequires:  perl(Module::Build) = 0.36
+#BuildRequires: perl(Config::IniFiles)
+#BuildRequires: perl(Config::IniFiles::Debug)
+#BuildRequires: perl(Config::IniFiles::TestPaths)
+#BuildRequires: perl(IO::All)
+#BuildRequires: perl(IO::Scalar)
+#BuildRequires: perl(Module::Build::Compat) = 0.02
+#BuildRequires: perl(Test::Run::Builder)
+#BuildRequires: perl(Test::Run::CmdLine::Iface)
+Requires:   perl(List::MoreUtils) = 0.33
 %{perl_requires}
 
 %description
@@ -49,35 +48,22 @@
 stacked,...), sections can be grouped, and settings can be accessed from a
 tied hash.
 
-
-
-Authors:
-
-Scott Hutton
-Rich Bowen rbo...@rcbowen.com
-Jeremy Wadsack dgsupport at wadsack-allen dot com
-
 %prep
-%setup -q -n Config-IniFiles-%{version}
-#rpmlint: wrong-file-end-of-line-encoding
-%{__perl} -p -i -e s|\r\n|\n| Changes
+%setup -q -n %{cpan_name}-%{version}
 
 %build
 %{__perl} Build.PL installdirs=vendor
-./Build
+./Build build flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+./Build install 

commit perl-Crypt-SSLeay for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Crypt-SSLeay for 
openSUSE:Factory checked in at 2013-06-06 13:11:58

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


Package is perl-Crypt-SSLeay

Changes:

--- /work/SRC/openSUSE:Factory/perl-Crypt-SSLeay/perl-Crypt-SSLeay.changes  
2011-11-21 12:38:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Crypt-SSLeay.new/perl-Crypt-SSLeay.changes 
2013-06-06 13:12:01.0 +0200
@@ -1,0 +2,48 @@
+Mon Jun  3 16:03:46 UTC 2013 - co...@suse.com
+
+- updated to 0.64
+  - Drastically simplify Makefile.PL to resolve RT bugs #61249, #61324,
+#63553, #68208, and #68084.
+  
+  - Forgot to update Changes for 0.63, so this version overrides that.
+  
+  - Trying to distinguish between good vs bad zero returns from underlying
+SSL_read/SSL_write broke stuff (see RT bug #78695). Revert to previous
+behavior.
+  
+  - Completely re-organize Makefile.PL. I hope these changes will help take
+care of RT bugs #61324, #61249, #63553, and #68084 etc. This is not
+necessarily finished, but I want to see what happens on CPAN Testers at
+this point before making a few other minor changes.
+  
+  - Release 0.59_03 as 0.60 so distributions can pick up various fixes. The 
most
+important one seems to be bug RT #70565. This should take care of bug RT
+#77167
+  
+  - SSL_read and SSL_write now try to handle incomplete reads/writes (see bug 
RT
+RT #64054). The current test suite does is not very comprehensive, so 
caution
+is recommended at this point. Also, if you have good test cases, I would 
love
+to incorporate them into the distribution.
+  
+  - Bump version number and upload to CPAN.
+  
+  - Forgot to update Changes for 0.59_01. The following is a combined list of
+the more important fixes incorporated in both.
+  
+  - Bug RT #64054: Handle incomplete reads/writes better
+  
+  - Bug RT #73754: Add LWP::Protocol::https to PREREQ_PM
+  
+  - Bug RT #73755: Crypt-SSLeay does not verify hosts (yet). Don't let that
+cause a failure during tests.
+  
+  - Streamline t/02-live.t using Try::Tiny and done_testing
+  
+  - Plus assorted related small changes.
+  
+  - Ltext|scheme:... is not supported in POD for 5.8.5 and earlier.
+  - TODOs in POD should stand out
+  - Add /boot/common/ssl and some other directories to unix_ssl_dirs (see bug
+#60936).
+
+---

Old:

  Crypt-SSLeay-0.58.tar.gz

New:

  Crypt-SSLeay-0.64.tar.gz



Other differences:
--
++ perl-Crypt-SSLeay.spec ++
--- /var/tmp/diff_new_pack.4O7CPM/_old  2013-06-06 13:12:01.0 +0200
+++ /var/tmp/diff_new_pack.4O7CPM/_new  2013-06-06 13:12:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Crypt-SSLeay
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,29 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Crypt-SSLeay
 %define cpan_name Crypt-SSLeay
 Summary:OpenSSL support for LWP
-Version:0.58
-Release:2
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Version:0.64
+Release:0
 Url:http://search.cpan.org/dist/Crypt-SSLeay/
-#Source: 
http://www.cpan.org/authors/id/N/NA/NANIS/Crypt-SSLeay-0.58.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/N/NA/NANIS/%{cpan_name}-%{version}.tar.gz
 Patch:  %{cpan_name}-0.58.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
+BuildRequires:  openssl-devel
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(MIME::Base64)
-BuildRequires:  openssl-devel
 #
-Requires:   perl(MIME::Base64)
 Requires:   openssl
+Requires:   perl(MIME::Base64)
+BuildRequires:  perl(LWP::Protocol::https) = 6.02
+BuildRequires:  perl(Test::More) = 0.88
+BuildRequires:  perl(Try::Tiny) = 0.09
+Requires:   perl(LWP::Protocol::https) = 6.02
 
 %description
 This Perl module provides support for the HTTPS protocol under LWP, to
@@ -65,9 +66,6 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 %patch -p1
-### rpmlint
-# wrong-file-end-of-line-encoding
-%{__perl} -pi -e 's|\r\n|\n|' README
 
 %build
 export CRYPT_SSLEAY_DEFAULT=/usr
@@ -92,11 +90,8 @@
 %endif
 %perl_gen_filelist
 

commit perl-File-Next for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Next for openSUSE:Factory 
checked in at 2013-06-06 13:13:12

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


Package is perl-File-Next

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Next/perl-File-Next.changes
2011-11-21 12:39:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-File-Next.new/perl-File-Next.changes   
2013-06-06 13:13:13.0 +0200
@@ -1,0 +2,34 @@
+Wed Jun  5 14:04:00 UTC 2013 - cfarr...@suse.com
+
+- license update: Artistic-2.0
+  See Readme.md
+
+---
+Tue Jun  4 08:55:23 UTC 2013 - co...@suse.com
+
+- updated to 1.12
+ [FIXES]
+ Fix detection of named pipes under various flavors of BSD.
+ 
+ 
+ [ENHANCEMENTS]
+ Added the warning_handler argument to File::Next::from_file().
+ This is so from_file() can throw a warning if a non-existent
+ file is in the file it came from.
+ 
+ [FIXES]
+ from_file() should return undef if the file can't be opened.
+ 
+ Fixed test failures and made tests more portable.
+ 
+ 
+ [ENHANCEMENTS]
+ Added File::Next::from_file() to get the list of files to iterate
+ over from a file, or from STDIN.
+ 
+ Named pipes are now supported.
+ 
+ [INTERNAL]
+ Add more tests, and clean up some Perl::Critic warnings.
+
+---

Old:

  File-Next-1.06.tar.gz

New:

  File-Next-1.12.tar.gz



Other differences:
--
++ perl-File-Next.spec ++
--- /var/tmp/diff_new_pack.6GXGdP/_old  2013-06-06 13:13:14.0 +0200
+++ /var/tmp/diff_new_pack.6GXGdP/_new  2013-06-06 13:13:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Next
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,43 +15,33 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%bcond_with pod
 
 Name:   perl-File-Next
+Version:1.12
+Release:0
 %define cpan_name File-Next
-Summary:File::Next Perl module
-Version:1.06
-Release:3
-License:GPL-1.0+ or Artistic-1.0
+Summary:File-finding iterator
+License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/File-Next/
-#Source: 
http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/File-Next-1.06.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-%if %{with pod}
-BuildRequires:  perl(Test::Pod) = 1.14
-BuildRequires:  perl(Test::Pod::Coverage) = 1.14
-%endif
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(File::Spec)
-#
-Requires:   perl(File::Spec)
+BuildRequires:  perl(Test::More) = 0.88
+#BuildRequires: perl(File::Next)
+#BuildRequires: perl(Util)
+Requires:   perl(Test::More) = 0.88
+%{perl_requires}
 
 %description
-File::Next is an iterator-based module for finding files.  It's
-lightweight, has no dependencies, runs under taint mode, and puts your
-program more directly in control of file selection.
+File-finding iterator
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
 %{__make} %{?_smp_mflags}
 
 %check
@@ -60,17 +50,10 @@
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root,-)
-%doc Changes README
-%dir %{perl_vendorlib}/File
-%{perl_vendorlib}/File/Next.pm
-%dir %{perl_vendorarch}/auto/File
-%{perl_vendorarch}/auto/File/Next
-%doc %{perl_man3dir}/File::Next.%{perl_man3ext}*
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes README.md
 
 %changelog

++ File-Next-1.06.tar.gz - File-Next-1.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Next-1.06/Changes new/File-Next-1.12/Changes
--- old/File-Next-1.06/Changes  2009-08-04 22:11:08.0 +0200
+++ new/File-Next-1.12/Changes  2012-12-22 22:22:40.0 +0100
@@ -3,6 +3,34 @@
 File::Next does NOT use rt.cpan.org for bug tracking.  

commit perl-Dist-CheckConflicts for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Dist-CheckConflicts for 
openSUSE:Factory checked in at 2013-06-06 13:12:51

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


Package is perl-Dist-CheckConflicts

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Dist-CheckConflicts/perl-Dist-CheckConflicts.changes
2011-09-23 12:36:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Dist-CheckConflicts.new/perl-Dist-CheckConflicts.changes
   2013-06-06 13:12:52.0 +0200
@@ -1,0 +2,6 @@
+Thu Mar 21 15:10:07 UTC 2013 - l...@linux-schulserver.de
+
+- remove perl-Dist-CheckConflicts-old_Test-More.patch - handle the 
+  problem with old distributions in %%prep now
+
+---

Old:

  perl-Dist-CheckConflicts-old_Test-More.patch



Other differences:
--
++ perl-Dist-CheckConflicts.spec ++
--- /var/tmp/diff_new_pack.M6mX4k/_old  2013-06-06 13:12:53.0 +0200
+++ /var/tmp/diff_new_pack.M6mX4k/_new  2013-06-06 13:12:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Dist-CheckConflicts
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,15 @@
 #
 
 
-
 Name:   perl-Dist-CheckConflicts
 Version:0.02
-Release:3
-License:GPL-1.0+ or Artistic-1.0
+Release:0
 %define cpan_name Dist-CheckConflicts
 Summary:Declare version conflicts for your dist
-Url:http://search.cpan.org/dist/Dist-CheckConflicts/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Dist-CheckConflicts/
 Source: 
http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
-Patch1: perl-Dist-CheckConflicts-old_Test-More.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -94,7 +92,10 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 %if 0%{?suse_version} = 1010
-%patch1 -p0
+mv t/00-compile.t t/00-compile.t.disabled
+sed -i s|^use Test::More;|use Test::More qw(no_plan);|g; \
+   s|^done_testing;|# done_testing;|g t/*.t
+mv t/00-compile.t.disabled t/00-compile.t
 %endif
 
 %build
@@ -102,7 +103,6 @@
 %{__make} %{?_smp_mflags}
 
 %if 0%{?suse_version}  01010
-
 %check
 %{__make} test
 %endif

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-File-pushd for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-File-pushd for openSUSE:Factory 
checked in at 2013-06-06 13:13:34

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  
2012-02-16 12:25:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-File-pushd.new/perl-File-pushd.changes 
2013-06-06 13:13:35.0 +0200
@@ -1,0 +2,22 @@
+Tue Jun  4 10:51:12 UTC 2013 - co...@suse.com
+
+- updated to 1.005
+ [BUG FIXES]
+ 
+ - Fix failing test for changing to non-existent directory on some
+   older Perls for some platforms
+ 
+ - Object destruction won't clobber $@
+ 
+ [SUPPORT]
+ 
+ - Changed issue tracker to Github
+ 
+ - Dropped support for Perl 5.005
+ 
+ [BUG FIXES]
+ 
+ - Fix test failures on Win32 when using perl.exe that must link to gcc
+   DLL [rt.cpan.org #81476]
+
+---

Old:

  File-pushd-1.002.tar.gz

New:

  File-pushd-1.005.tar.gz



Other differences:
--
++ perl-File-pushd.spec ++
--- /var/tmp/diff_new_pack.s2U32w/_old  2013-06-06 13:13:35.0 +0200
+++ /var/tmp/diff_new_pack.s2U32w/_new  2013-06-06 13:13:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-pushd
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-File-pushd
-Version:1.002
+Version:1.005
 Release:0
 %define cpan_name File-pushd
 Summary:change directory temporarily for a limited scope
@@ -64,6 +64,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples LICENSE README README.PATCHING Todo
+%doc Changes CONTRIBUTING examples LICENSE perlcritic.rc README Todo
 
 %changelog

++ File-pushd-1.002.tar.gz - File-pushd-1.005.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-pushd-1.002/CONTRIBUTING 
new/File-pushd-1.005/CONTRIBUTING
--- old/File-pushd-1.002/CONTRIBUTING   1970-01-01 01:00:00.0 +0100
+++ new/File-pushd-1.005/CONTRIBUTING   2013-03-22 14:58:24.0 +0100
@@ -0,0 +1,42 @@
+README.PATCHING
+
+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).
+
+However, 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.
+
+Likewise, 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 the documentation you
+see.
+
+If you see typos or documentation issues in the generated docs, please
+email or open a bug ticket instead of patching.
+
+Dist::Zilla is a very powerful authoring tool, but requires a number of
+author-specific plugins.  If you would like to use it for contributing,
+install it from CPAN, then run one of the following commands, depending on
+your CPAN client:
+
+  $ cpan `dzil authordeps`
+  $ dzil authordeps | cpanm
+
+Once installed, here are some dzil commands you might try:
+
+  $ dzil build
+  $ dzil test
+  $ dzil xtest
+ 
+You can learn more about Dist::Zilla at http://dzil.org/
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-pushd-1.002/Changes new/File-pushd-1.005/Changes
--- old/File-pushd-1.002/Changes2011-12-07 17:40:29.0 +0100
+++ new/File-pushd-1.005/Changes2013-03-22 14:58:24.0 +0100
@@ -1,5 +1,31 @@
 Revision history for Perl module File::pushd
 
+1.005 2013-03-22 09:58:20 America/New_York
+
+[BUG FIXES]
+
+- Fix failing test for changing to non-existent directory on some
+  older Perls for some platforms
+
+1.004 2013-03-05 17:59:08 America/New_York
+
+[BUG FIXES]
+
+- Object destruction won't clobber $@
+
+[SUPPORT]
+
+- Changed issue tracker to Github
+
+- Dropped 

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

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Getopt-Long-Descriptive for 
openSUSE:Factory checked in at 2013-06-06 13:15:29

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
2012-02-24 12:06:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Getopt-Long-Descriptive.new/perl-Getopt-Long-Descriptive.changes
   2013-06-06 13:15:31.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun  5 05:47:21 UTC 2013 - co...@suse.com
+
+- updated to 0.093
+   bogus %-codes in usage description are now noticed and fatal
+   make hidden options usable on their own (thanks, Roman Hubacek!)
+
+---

Old:

  Getopt-Long-Descriptive-0.091.tar.gz

New:

  Getopt-Long-Descriptive-0.093.tar.gz



Other differences:
--
++ perl-Getopt-Long-Descriptive.spec ++
--- /var/tmp/diff_new_pack.2iqaoy/_old  2013-06-06 13:15:31.0 +0200
+++ /var/tmp/diff_new_pack.2iqaoy/_new  2013-06-06 13:15:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Getopt-Long-Descriptive
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Getopt-Long-Descriptive
-Version:0.091
+Version:0.093
 Release:0
 %define cpan_name Getopt-Long-Descriptive
 Summary:Getopt::Long, but simpler and more powerful

++ Getopt-Long-Descriptive-0.091.tar.gz - 
Getopt-Long-Descriptive-0.093.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Getopt-Long-Descriptive-0.091/Changes 
new/Getopt-Long-Descriptive-0.093/Changes
--- old/Getopt-Long-Descriptive-0.091/Changes   2012-02-23 00:15:15.0 
+0100
+++ new/Getopt-Long-Descriptive-0.093/Changes   2012-11-01 20:55:38.0 
+0100
@@ -1,5 +1,11 @@
 Revision history for Getopt-Long-Descriptive
 
+0.093 2012-11-01 15:55:35 America/New_York
+  bogus %-codes in usage description are now noticed and fatal
+
+0.092 2012-07-31 22:51:09 America/New_York
+  make hidden options usable on their own (thanks, Roman Hubacek!)
+
 0.091 2012-02-22 18:15:08 America/New_York
   don't die quite so violently when a Params::Validate constraint fails
   (initial patch by harleypig@github; final blame to RJBS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Getopt-Long-Descriptive-0.091/MANIFEST 
new/Getopt-Long-Descriptive-0.093/MANIFEST
--- old/Getopt-Long-Descriptive-0.091/MANIFEST  2012-02-23 00:15:15.0 
+0100
+++ new/Getopt-Long-Descriptive-0.093/MANIFEST  2012-11-01 20:55:38.0 
+0100
@@ -9,6 +9,8 @@
 lib/Getopt/Long/Descriptive.pm
 lib/Getopt/Long/Descriptive/Opts.pm
 lib/Getopt/Long/Descriptive/Usage.pm
-t/00-load.t
+t/00-compile.t
+t/000-report-versions-tiny.t
 t/descriptive.t
-t/release-pod-syntax.t
+xt/release/changes_has_content.t
+xt/release/pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Getopt-Long-Descriptive-0.091/META.json 
new/Getopt-Long-Descriptive-0.093/META.json
--- old/Getopt-Long-Descriptive-0.091/META.json 2012-02-23 00:15:15.0 
+0100
+++ new/Getopt-Long-Descriptive-0.093/META.json 2012-11-01 20:55:38.0 
+0100
@@ -5,7 +5,7 @@
   Ricardo Signes r...@cpan.org
],
dynamic_config : 0,
-   generated_by : Dist::Zilla version 4.37, CPAN::Meta::Converter 
version 2.120351,
+   generated_by : Dist::Zilla version 4.300028, CPAN::Meta::Converter 
version 2.120921,
license : [
   perl_5
],
@@ -20,6 +20,12 @@
 ExtUtils::MakeMaker : 6.30
  }
   },
+  develop : {
+ requires : {
+Test::Pod : 1.41,
+version : 0.9901
+ }
+  },
   runtime : {
  requires : {
 Carp : 0,
@@ -37,6 +43,8 @@
   },
   test : {
  requires : {
+File::Find : 0,
+File::Temp : 0,
 Test::More : 0.96
  }
   }
@@ -50,123 +58,136 @@
  web : https://github.com/rjbs/Getopt-Long-Descriptive;
   }
},
-   version : 0.091,
+   version : 0.093,
x_Dist_Zilla : {
+  perl : {
+ version : 5.017004
+  },
   

commit perl-Glib for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Glib for openSUSE:Factory 
checked in at 2013-06-06 13:22:54

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


Package is perl-Glib

Changes:

--- /work/SRC/openSUSE:Factory/perl-Glib/perl-Glib.changes  2012-07-22 
15:18:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Glib.new/perl-Glib.changes 2013-06-06 
13:22:55.0 +0200
@@ -1,0 +2,46 @@
+Wed Jun  5 05:48:40 UTC 2013 - co...@suse.com
+
+- updated to 1.300
+ * Stable release to coincide with the release of Perl 5.18.0
+ 
+  Since 1.28x (The previous stable release)
+  -
+  * Ensure timely destruction of initial wrapper of custom subclasses
+  * Start changing module version numbers in all Perl modules in the
+distribution, not just lib/Glib.pm; (Bugzilla #690464)
+  * Make Glib::Object subclassing more robust.  This should in particular fix
+issues revealed by the change to hash randomization introduced in perl
+5.17.6.
+  * Correctly handle utf8-encoded strings in GPerlArgv.  This should fix issues
+seen with utf8-encoded strings in @ARGV with, for example, Gtk2-init.
+ 
+ Overview of changes in Glib 1.291 (unstable)
+ 
+ 
+ * Ensure timely destruction of initial wrapper of custom subclasses
+ * Start changing module version numbers in all Perl modules in the
+   distribution, not just lib/Glib.pm; (Bugzilla #690464)
+ 
+ Overview of changes in Glib 1.290 (unstable)
+ 
+ 
+ * Make Glib::Object subclassing more robust.  This should in particular fix
+   issues revealed by the change to hash randomization introduced in perl
+   5.17.6.
+ * Correctly handle utf8-encoded strings in GPerlArgv.  This should fix issues
+   seen with utf8-encoded strings in @ARGV with, for example, Gtk2-init.
+ 
+ Overview of changes in Glib 1.280 (stable)
+ ==
+ 
+  Since 1.26x (the previous stable series)
+  
+  * Correctly handle the boxed type for GError.
+  * Ensure that custom signal marshallers are always used irregardless of
+the spelling used for the signal name.
+  * Make the stack handling of some marshallers more robust, in
+preparation for custom Glib::Boxed converters that call back into
+Perl code.
+  * Add new C API gperl_register_boxed_synonym.
+
+---

Old:

  Glib-1.250.tar.gz

New:

  Glib-1.300.tar.gz



Other differences:
--
++ perl-Glib.spec ++
--- /var/tmp/diff_new_pack.vy4An3/_old  2013-06-06 13:22:55.0 +0200
+++ /var/tmp/diff_new_pack.vy4An3/_new  2013-06-06 13:22:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Glib
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,48 +17,54 @@
 
 
 Name:   perl-Glib
-Version:1.250
+Version:1.300
 Release:0
-Summary:Glib Perl module
+%define cpan_name Glib
+Summary:Perl wrappers for the GLib utility and Object libraries
 License:LGPL-2.1+
 Group:  Development/Libraries/Perl
-Url:http://cpan.org/modules/by-module/Glib/
-Source: Glib-%{version}.tar.gz
-BuildRequires:  perl-ExtUtils-Depends
-BuildRequires:  perl-ExtUtils-PkgConfig
+Url:http://search.cpan.org/dist/Glib/
+Source: 
http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# MANUAL
+BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(ExtUtils::Depends) = 0.300
+BuildRequires:  perl(ExtUtils::PkgConfig) = 1.000
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+#BuildRequires: perl(Glib)
+#BuildRequires: perl(Glib::Object::Subclass)
+#BuildRequires: perl(Gtk2)
+Requires:   perl(ExtUtils::Depends) = 0.300
+Requires:   perl(ExtUtils::PkgConfig) = 1.000
 %{perl_requires}
 
 %description
-This module provides perl access to GLib and GLib's GObject libraries.
-GLib is a portability and utility library; GObject provides a generic
-type system with inheritance and a powerful signal system.  Together
-these libraries are used as the foundation for many of the libraries
-that make up the Gnome environment, and are used in many unrelated
-projects.
+This wrapper 

commit perl-MooseX-Log-Log4perl for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Log-Log4perl for 
openSUSE:Factory checked in at 2013-06-06 13:23:58

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


Package is perl-MooseX-Log-Log4perl

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-Log-Log4perl/perl-MooseX-Log-Log4perl.changes
2011-12-21 10:02:27.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Log-Log4perl.new/perl-MooseX-Log-Log4perl.changes
   2013-06-06 13:24:00.0 +0200
@@ -1,0 +2,13 @@
+Wed Jun  5 18:56:04 UTC 2013 - co...@suse.com
+
+- updated to 0.46
+* RT#77451: Spelling mistake in Easy.pm (thanks gre...@debian.org)
+* RT#77783: Added tests (03inheritence) to showcase expected category in 
logging
+
+* RT#72596: META file needs regenerating, should be fixed now
+* Correct some dist stuff (copyright, license, bundled Module::Install)
+
+* Fix CPAN tester build issue for Tie::Hash::NamedCapture (probably caused 
by use English)
+* Support special 'append' prefix for category (Andreas Marienborg)
+
+---

Old:

  MooseX-Log-Log4perl-0.43.tar.gz

New:

  MooseX-Log-Log4perl-0.46.tar.gz



Other differences:
--
++ perl-MooseX-Log-Log4perl.spec ++
--- /var/tmp/diff_new_pack.FEa0Wm/_old  2013-06-06 13:24:00.0 +0200
+++ /var/tmp/diff_new_pack.FEa0Wm/_new  2013-06-06 13:24:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Log-Log4perl
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-Log-Log4perl
-Version:0.43
+Version:0.46
 Release:0
 %define cpan_name MooseX-Log-Log4perl
 Summary:A Logging Role for Moose based on Log::Log4perl
@@ -29,12 +29,13 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Any::Moose)
+BuildRequires:  perl(Any::Moose) = 0.12
 BuildRequires:  perl(IO::Scalar)
 BuildRequires:  perl(Log::Log4perl) = 1.13
 BuildRequires:  perl(Moose) = 0.65
 #BuildRequires: perl(CPANPLUS::Backend)
 #BuildRequires: perl(inc::Module::Install)
+#BuildRequires: perl(JSON)
 #BuildRequires: perl(Log::Log4perl::Appender::TestBuffer)
 #BuildRequires: perl(LWP::Simple)
 #BuildRequires: perl(Module::AutoInstall)
@@ -42,10 +43,13 @@
 #BuildRequires: perl(Module::Install::Base)
 #BuildRequires: perl(MooseX::Log::Log4perl)
 #BuildRequires: perl(MooseX::Log::Log4perl::Easy)
+#BuildRequires: perl(Parent)
+#BuildRequires: perl(Parse::CPAN::Meta)
 #BuildRequires: perl(Test::Perl::Critic)
 #BuildRequires: perl(YAML::Tiny)
+Requires:   perl(Any::Moose) = 0.12
 Requires:   perl(Log::Log4perl) = 1.13
-Requires:   perl(Moose) = 0.65
+Recommends: perl(Moose) = 0.65
 %{perl_requires}
 
 %description

++ MooseX-Log-Log4perl-0.43.tar.gz - MooseX-Log-Log4perl-0.46.tar.gz ++
 2471 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-IO-Socket-INET6 for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-Socket-INET6 for 
openSUSE:Factory checked in at 2013-06-06 13:23:53

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


Package is perl-IO-Socket-INET6

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-IO-Socket-INET6/perl-IO-Socket-INET6.changes
2011-12-01 17:38:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-IO-Socket-INET6.new/perl-IO-Socket-INET6.changes
   2013-06-06 13:23:54.0 +0200
@@ -1,0 +2,8 @@
+Wed Jun  5 07:41:15 UTC 2013 - co...@suse.com
+
+- updated to 2.70
+  * Fix a typo:
+  - https://rt.cpan.org/Ticket/Display.html?id=73143
+  * Add t/style-trailing-space.t and got rid of trailing space.
+
+---

Old:

  IO-Socket-INET6-2.69.tar.gz

New:

  IO-Socket-INET6-2.70.tar.gz



Other differences:
--
++ perl-IO-Socket-INET6.spec ++
--- /var/tmp/diff_new_pack.jAKST9/_old  2013-06-06 13:23:54.0 +0200
+++ /var/tmp/diff_new_pack.jAKST9/_new  2013-06-06 13:23:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-IO-Socket-INET6
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,18 +19,17 @@
 %bcond_with test
 
 Name:   perl-IO-Socket-INET6
-Version:2.69
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:2.70
+Release:0
 %define cpan_name IO-Socket-INET6
-Summary:Object interface for AF_INET|AF_INET6 domain sockets
-Url:http://search.cpan.org/dist/IO-Socket-INET6/
+Summary:Object interface for AF_INET/AF_INET6 domain sockets
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/modules/by-module/IO/IO-Socket-INET6-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/IO-Socket-INET6/
+Source: 
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 BuildRequires:  perl
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl-macros
+BuildRequires:  perl(Module::Build)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %{perl_requires}

++ IO-Socket-INET6-2.69.tar.gz - IO-Socket-INET6-2.70.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-INET6-2.69/Build.PL 
new/IO-Socket-INET6-2.70/Build.PL
--- old/IO-Socket-INET6-2.69/Build.PL   2011-11-28 13:57:54.0 +0100
+++ new/IO-Socket-INET6-2.70/Build.PL   2013-05-21 18:06:40.0 +0200
@@ -7,7 +7,9 @@
 
 my $build = Test::Run::Builder-new(
 'module_name' = IO::Socket::INET6,
-'requires' = 
+dist_version_from   = 'lib/IO/Socket/INET6.pm',
+dist_abstract = 'Object interface for AF_INET/AF_INET6 domain sockets',
+'requires' =
 {
 'Carp' = 0,
 'Errno' = 0,
@@ -47,6 +49,6 @@
 sockets,
 ],
 },
-
 );
+
 $build-create_build_script;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-INET6-2.69/ChangeLog 
new/IO-Socket-INET6-2.70/ChangeLog
--- old/IO-Socket-INET6-2.69/ChangeLog  2011-11-28 13:57:54.0 +0100
+++ new/IO-Socket-INET6-2.70/ChangeLog  2013-05-21 18:06:40.0 +0200
@@ -1,3 +1,9 @@
+2013-05-21 Shlomi Fish shlo...@shlomifish.org
+   * Fix a typo:
+   - https://rt.cpan.org/Ticket/Display.html?id=73143
+   * Add t/style-trailing-space.t and got rid of trailing space.
+   * New Release IO-Socket-INET6-2.70
+
 2011-11-28 Shlomi Fish shlo...@shlomifish.org
* Fix the imports on t/io_multihomed6.t .
- Fixes https://rt.cpan.org/Ticket/Display.html?id=72769 again.
@@ -22,8 +28,8 @@
* New Release IO-Socket-INET6-2.66
 
 2010-06-11 Shlomi Fish shlo...@iglu.org.il
-   * Add a fix for t/io_multihomed6.t to make sure 
-   ok 3 will be printed before ok 4. due to many failures in the tests. 
+   * Add a fix for t/io_multihomed6.t to make sure
+   ok 3 will be printed before ok 4. due to many failures in the tests.
Such as:
- 
http://www.cpantesters.org/cpan/report/07413426-b19f-3f77-b713-d32bba55d77f
* New Release IO-Socket-INET6-2.65
@@ -72,7 +78,7 @@
* New Release IO-Socket-INET6-2.58
 
 2009-11-23 Shlomi Fish 

commit perl-IO-All for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-All for openSUSE:Factory 
checked in at 2013-06-06 13:23:44

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


Package is perl-IO-All

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-All/perl-IO-All.changes  2011-12-27 
18:14:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-IO-All.new/perl-IO-All.changes 
2013-06-06 13:23:46.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun  4 14:47:20 UTC 2013 - co...@suse.com
+
+- updated to 0.46
+ - Added an example for -assert and fixed the \E warnings on 5.16, courtesy 
shlomi fish
+
+---

Old:

  IO-All-0.44.tar.gz

New:

  IO-All-0.46.tar.gz



Other differences:
--
++ perl-IO-All.spec ++
--- /var/tmp/diff_new_pack.Gehqp6/_old  2013-06-06 13:23:46.0 +0200
+++ /var/tmp/diff_new_pack.Gehqp6/_new  2013-06-06 13:23:46.0 +0200
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
 #
 # spec file for package perl-IO-All
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,62 +14,106 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   perl-IO-All
-Version:0.44
+Version:0.46
 Release:0
+%define cpan_name IO-All
 Summary:IO::All of it to Graham and Damian!
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://search.cpan.org/CPAN/authors/id/I/IN/INGY/IO-All-%{version}.tar.gz
-Url:http://search.cpan.org/dist/IO-All
+Url:http://search.cpan.org/dist/IO-All/
+Source: 
http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(ExtUtils::MakeMaker) = 6.42
-BuildRequires:  perl(File::ReadBackwards)
-BuildRequires:  perl(IO::String)
-Requires:   perl(IO::String)
+BuildRequires:  perl(IO::String) = 1.08
+#BuildRequires: perl(File::ReadBackwards)
+#BuildRequires: perl(inc::Module::Package)
+#BuildRequires: perl(IO::All)
+#BuildRequires: perl(IO::All::Base)
+#BuildRequires: perl(IO::All::DBM)
+#BuildRequires: perl(IO::All::Dir)
+#BuildRequires: perl(IO::All::File)
+#BuildRequires: perl(IO::All::Filesys)
+#BuildRequires: perl(IO::All::Link)
+#BuildRequires: perl(IO::All::MLDBM)
+#BuildRequires: perl(IO::All::Pipe)
+#BuildRequires: perl(IO::All::Socket)
+#BuildRequires: perl(IO::All::STDIO)
+#BuildRequires: perl(IO::All::String)
+#BuildRequires: perl(IO::All::Temp)
+#BuildRequires: perl(IO_All_Test)
+#BuildRequires: perl(IO_Dumper)
+#BuildRequires: perl(JSON)
+#BuildRequires: perl(LWP::Simple)
+#BuildRequires: perl(MLDBM)
+#BuildRequires: perl(Module::Build)
+#BuildRequires: perl(Module::Install::Base)
+#BuildRequires: perl(Parse::CPAN::Meta)
+#BuildRequires: perl(YAML::Tiny)
+Requires:   perl(IO::String) = 1.08
+Recommends: perl(File::ReadBackwards)
+%{perl_requires}
 
 %description
-IO::All combines all of the best Perl IO modules into a single nifty
-object oriented interface to greatly simplify your everyday Perl IO
-idioms. It exports a single function called io, which returns a new
-IO::All object. And that object can do it all!
+Graham Barr for doing it all. Damian Conway for doing it all different.
 
-%prep
-%setup -q -n IO-All-%{version}
-%__sed -i '/^auto_install/d' Makefile.PL
+IO::All combines all of the best Perl IO modules into a single nifty object
+oriented interface to greatly simplify your everyday Perl IO idioms. It
+exports a single function called 'io', which returns a new IO::All object.
+And that object can do it all!
+
+The IO::All object is a proxy for IO::File, IO::Dir, IO::Socket,
+IO::String, Tie::File, File::Spec, File::Path and File::ReadBackwards; as
+well as all the DBM and MLDBM modules. You can use most of the methods
+found in these classes and in IO::Handle (which they inherit from). IO::All
+adds dozens of other helpful idiomatic methods including file stat and
+manipulation functions.
+
+IO::All is pluggable, and modules like the IO::All::LWP manpage and the
+IO::All::Mailto manpage add even more functionality. Optionally, every
+IO::All object can be tied to itself. This means that you can use most perl
+IO builtins on it: readline, 

commit perl-Graph for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Graph for openSUSE:Factory 
checked in at 2013-06-06 13:23:31

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


Package is perl-Graph

Changes:

--- /work/SRC/openSUSE:Factory/perl-Graph/perl-Graph.changes2011-11-21 
12:40:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Graph.new/perl-Graph.changes   
2013-06-06 13:23:33.0 +0200
@@ -1,0 +2,28 @@
+Wed Jun  5 05:50:19 UTC 2013 - co...@suse.com
+
+- updated to 0.96
+  * Address rt.cpan.org #85449:
+Graph-0.94 tests fail under perl 5.18.0
+
+  * Address rt.cpan.org #82324:
+Test failures due to hash randomisation in perl 5.17.6
+
+  The two above fixes were the same: the biconnectedness
+  code was rewritten from scratch.  The new code behaves
+  differently (but I believe more correctly) on certain
+  edge cases, in general it will generate more biconnected
+  components and bridges, for example for a=b=c it will
+  now return the same two biconnected components and bridges
+  (cut edges), namely a=b and b=c, the b of course being
+  the articulation point (cut vertex).
+
+  * Address rt.cpan.org #67213:
+[PATCH] pod fixes
+
+  * Remove the t/u_bo.t and t/u_bo1.t since they die in 5.18 due
+to some strange failure, looks unrelated to Graph as such,
+probably some fix/change made by newer Perls. 
+
+  * Release as 0.95.
+
+---

Old:

  Graph-0.94.tar.gz

New:

  Graph-0.96.tar.gz



Other differences:
--
++ perl-Graph.spec ++
--- /var/tmp/diff_new_pack.0RPw5Z/_old  2013-06-06 13:23:34.0 +0200
+++ /var/tmp/diff_new_pack.0RPw5Z/_new  2013-06-06 13:23:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Graph
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,55 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%bcond_with pod
 
 Name:   perl-Graph
+Version:0.96
+Release:0
 %define cpan_name Graph
 Summary:Graph data structures and algorithms
-Version:0.94
-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/Graph/
-#Source: 
http://www.cpan.org/modules/by-module/Graph/Graph-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/J/JH/JHI/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-%if %{with pod}
-BuildRequires:  perl(Test::Pod) = 1.00
-BuildRequires:  perl(Test::Pod::Coverage) = 1.00
-%endif
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(List::Util)
-BuildRequires:  perl(Math::Complex)
-BuildRequires:  perl(Scalar::Util)
-# further mention if perl = 5.008
-BuildRequires:  perl(Safe)
-BuildRequires:  perl(Storable) = 2.05
-#
-Requires:   perl(List::Util)
-Requires:   perl(Math::Complex)
-Requires:   perl(Scalar::Util)
-# further mention if perl = 5.008
+# MANUAL further mention if perl = 5.008
 Requires:   perl(Safe)
 Requires:   perl(Storable) = 2.05
+%{perl_requires}
 
 %description
-Graph::Directed allows you to create directed graphs.
-For the available methods, see Graph.
-http://search.cpan.org/~jhi/Graph-0.94/lib/Graph.pod
-
-Authors:
-
-Jarkko Hietaniemi j...@iki.fi
+graph data structures and algorithms
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -74,20 +50,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
-# rpmlint: auto directory is included in the perl package
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorlib/auto
+%perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Changes DESIGN README RELEASE TODO
+%defattr(-,root,root,755)
+%doc Changes DESIGN README RELEASE TODO util
 
 %changelog

++ Graph-0.94.tar.gz 

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

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Method-Signatures for 
openSUSE:Factory checked in at 2013-06-06 13:24:14

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
  2012-06-07 15:39:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Method-Signatures.new/perl-MooseX-Method-Signatures.changes
 2013-06-06 13:24:15.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun  5 18:57:11 UTC 2013 - co...@suse.com
+
+- updated to 0.44
+  * Fix broken test in 5.17.6, where hash ordering is now randomized
+(RT#81388, Karen Etheridge)
+
+---

Old:

  MooseX-Method-Signatures-0.43.tar.gz

New:

  MooseX-Method-Signatures-0.44.tar.gz



Other differences:
--
++ perl-MooseX-Method-Signatures.spec ++
--- /var/tmp/diff_new_pack.3IKGrV/_old  2013-06-06 13:24:16.0 +0200
+++ /var/tmp/diff_new_pack.3IKGrV/_new  2013-06-06 13:24:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Method-Signatures
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-Method-Signatures
-Version:0.43
+Version:0.44
 Release:0
 %define cpan_name MooseX-Method-Signatures
 Summary:Method declarations with type constraints and no source filter
@@ -63,9 +63,14 @@
 BuildRequires:  perl(metaclass)
 BuildRequires:  perl(namespace::autoclean)
 BuildRequires:  perl(namespace::clean)
+#BuildRequires: perl(MooseX::Meta::Method::Authorized)
+#BuildRequires: perl(MooseX::Meta::Method::Transactional)
 #BuildRequires: perl(MooseX::Method::Signatures)
 #BuildRequires: perl(MooseX::Method::Signatures::Meta::Method)
 #BuildRequires: perl(MooseX::Method::Signatures::Types)
+#BuildRequires: perl(MXMSLabeled)
+#BuildRequires: perl(MXMSMoody)
+#BuildRequires: perl(My::Annoyingly::Long::Name::Space)
 #BuildRequires: perl(TestClass)
 #BuildRequires: perl(TestClassTrait)
 #BuildRequires: perl(TestClassWithMxTypes)

++ MooseX-Method-Signatures-0.43.tar.gz - 
MooseX-Method-Signatures-0.44.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Method-Signatures-0.43/Changes 
new/MooseX-Method-Signatures-0.44/Changes
--- old/MooseX-Method-Signatures-0.43/Changes   2012-05-21 02:34:11.0 
+0200
+++ new/MooseX-Method-Signatures-0.44/Changes   2012-11-24 22:17:13.0 
+0100
@@ -1,4 +1,8 @@
-Version history for MooseX::Method::Signatures
+Revision history for MooseX-Method-Signatures
+
+0.44  2012-11-24 13:17:02 PST-0800 (Karen Etheridge)
+  * Fix broken test in 5.17.6, where hash ordering is now randomized
+(RT#81388, Karen Etheridge)
 
 0.43  2012-05-20 17:34:04 PDT-0700
   * Bump dependency on MooseX::Types to 0.35 to resolve issues with recent
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Method-Signatures-0.43/INSTALL 
new/MooseX-Method-Signatures-0.44/INSTALL
--- old/MooseX-Method-Signatures-0.43/INSTALL   1970-01-01 01:00:00.0 
+0100
+++ new/MooseX-Method-Signatures-0.44/INSTALL   2012-11-24 22:17:13.0 
+0100
@@ -0,0 +1,44 @@
+
+This is the Perl distribution MooseX-Method-Signatures.
+
+Installing MooseX-Method-Signatures is straightforward.
+
+## Installation with cpanm
+
+If you have cpanm, you only need one line:
+
+% cpanm MooseX::Method::Signatures
+
+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 MooseX::Method::Signatures
+
+## Installing with the CPAN shell
+
+Alternatively, if your CPAN shell is set up, you should just be able to do:
+
+% cpan MooseX::Method::Signatures
+
+## 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
+
+MooseX-Method-Signatures documentation is available as POD.
+You can run perldoc from a shell to read the documentation:
+
+% perldoc 

commit perl-MooseX-Types-Path-Class for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Types-Path-Class for 
openSUSE:Factory checked in at 2013-06-06 13:25:51

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


Package is perl-MooseX-Types-Path-Class

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-Types-Path-Class/perl-MooseX-Types-Path-Class.changes
2011-12-21 15:41:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Types-Path-Class.new/perl-MooseX-Types-Path-Class.changes
   2013-06-06 13:25:53.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun  5 19:08:27 UTC 2013 - co...@suse.com
+
+- updated to 0.06
+* added SEE ALSO section in pod
+* converted git repo to Dist::Zilla
+
+---

Old:

  MooseX-Types-Path-Class-0.05.tar.gz

New:

  MooseX-Types-Path-Class-0.06.tar.gz



Other differences:
--
++ perl-MooseX-Types-Path-Class.spec ++
--- /var/tmp/diff_new_pack.7ROoHq/_old  2013-06-06 13:25:53.0 +0200
+++ /var/tmp/diff_new_pack.7ROoHq/_new  2013-06-06 13:25:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Types-Path-Class
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-Types-Path-Class
-Version:0.05
+Version:0.06
 Release:0
 %define cpan_name MooseX-Types-Path-Class
 Summary:A Path::Class type library for Moose
@@ -33,17 +33,11 @@
 BuildRequires:  perl(Moose) = 0.39
 BuildRequires:  perl(MooseX::Types) = 0.04
 BuildRequires:  perl(Path::Class) = 0.16
-#BuildRequires: perl(inc::Module::Install) = 0.75
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
+BuildRequires:  perl(Test::More) = 0.88
 #BuildRequires: perl(Moose::Util::TypeConstraints)
 #BuildRequires: perl(MooseX::Getopt)
 #BuildRequires: perl(MooseX::Types::Moose)
 #BuildRequires: perl(MooseX::Types::Path::Class)
-#BuildRequires: perl(Test::Kwalitee)
-#BuildRequires: perl(Test::Perl::Critic)
-#BuildRequires: perl(YAML::Tiny)
 Requires:   perl(Class::MOP)
 Requires:   perl(Moose) = 0.39
 Requires:   perl(MooseX::Types) = 0.04
@@ -78,6 +72,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes LICENSE README
 
 %changelog

++ MooseX-Types-Path-Class-0.05.tar.gz - 
MooseX-Types-Path-Class-0.06.tar.gz ++
 2277 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-MooseX-Params-Validate for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Params-Validate for 
openSUSE:Factory checked in at 2013-06-06 13:25:45

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


Package is perl-MooseX-Params-Validate

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-Params-Validate/perl-MooseX-Params-Validate.changes
  2012-01-04 07:27:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Params-Validate.new/perl-MooseX-Params-Validate.changes
 2013-06-06 13:25:46.0 +0200
@@ -1,0 +2,9 @@
+Wed Jun  5 18:59:55 UTC 2013 - co...@suse.com
+
+- updated to 0.18
+- Fix broken prereq specification in 0.17. Reported by Justin Hunter.
+
+- Fix tests that broke with new hash randomization in 5.17.6. (Dagfinn
+  Ilmari Mannsåker)
+
+---

Old:

  MooseX-Params-Validate-0.16.tar.gz

New:

  MooseX-Params-Validate-0.18.tar.gz



Other differences:
--
++ perl-MooseX-Params-Validate.spec ++
--- /var/tmp/diff_new_pack.LtpTdd/_old  2013-06-06 13:25:46.0 +0200
+++ /var/tmp/diff_new_pack.LtpTdd/_new  2013-06-06 13:25:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Params-Validate
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-Params-Validate
-Version:0.16
+Version:0.18
 Release:0
 %define cpan_name MooseX-Params-Validate
 Summary:an extension of Params::Validate using Moose's types
@@ -31,16 +31,17 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Devel::Caller)
 BuildRequires:  perl(Moose) = 0.58
+BuildRequires:  perl(Moose::Role)
+BuildRequires:  perl(Moose::Util::TypeConstraints)
 BuildRequires:  perl(Params::Validate) = 0.88
 BuildRequires:  perl(Sub::Exporter)
-BuildRequires:  perl(Test::Fatal) = 0.001
+BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) = 0.88
-#BuildRequires: perl(Moose::Role)
-#BuildRequires: perl(Moose::Util::TypeConstraints)
 #BuildRequires: perl(MooseX::Params::Validate)
 #BuildRequires: perl(Roles::Blah)
 Requires:   perl(Devel::Caller)
 Requires:   perl(Moose) = 0.58
+Requires:   perl(Moose::Util::TypeConstraints)
 Requires:   perl(Params::Validate) = 0.88
 Requires:   perl(Sub::Exporter)
 %{perl_requires}
@@ -70,6 +71,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ChangeLog LICENSE README
+%doc Changes LICENSE README
 
 %changelog

++ MooseX-Params-Validate-0.16.tar.gz - MooseX-Params-Validate-0.18.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Params-Validate-0.16/ChangeLog 
new/MooseX-Params-Validate-0.18/ChangeLog
--- old/MooseX-Params-Validate-0.16/ChangeLog   2011-01-29 18:38:03.0 
+0100
+++ new/MooseX-Params-Validate-0.18/ChangeLog   1970-01-01 01:00:00.0 
+0100
@@ -1,97 +0,0 @@
-Revision history for Perl extension MooseX-Params-Validate
-
-0.16 2011-01-29
-- The validated_list and validated_hash functions now accept the values to
-  be validated as both a hash and a hash reference.
-
-0.15 2010-11-29
-- Add MX_PARAMS_VALIDATE_ALLOW_EXTRA which allows extra parameters in
-  validation calls (like allow_extra for Params::Validate).
-- Converted to Test::Fatal.
-
-0.14 2010-03-18
-- The validated_hash method failed when called on in an overloaded
-  stringify method. Patch by Ian Sillitoe. RT #52565.
-
-0.13 2009-11-29
-- Fix so that validated_hash does not try to coerce optional
-  parameters which are not present. Patch by Ian Sillitoe.
-
-- Same fix for pos_validated_list. (Dave Rolsky)
-
-0.12 2009-07-07
-- Using the subroutine name as a cache key for validation specs
-  broke in the face of method modifiers, which all appear to have
-  the same name. Now we use Devel::Caller to get the CV of the
-  caller and use its refaddr as the key, which will be unique in
-  all cases. Bug report by Jos Boumans. RT #46730.
-
-0.11 2009-07-07
-- The validation functions tried to coerce optional keys which
-  weren't present in the incoming parameters, leading to weird
-  errors. Based on a patch from Jos Boumans. RT #46344.
-
-- Allow other callbacks to be specified. Previously these were
-  silently thrown out. But we'd recommend just defining types that

commit perl-Scope-Upper for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Scope-Upper for 
openSUSE:Factory checked in at 2013-06-06 13:25:56

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
2012-01-04 07:28:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Scope-Upper.new/perl-Scope-Upper.changes   
2013-06-06 13:25:57.0 +0200
@@ -1,0 +2,50 @@
+Tue Jun  4 18:16:16 UTC 2013 - co...@suse.com
+
+- updated to 0.22
+   + Chg : perl 5.6.1 is required.
+   + Fix : context_info() now ignores %warnings::Bits for perl 5.8.6 and
+   below, just like caller().
+   + Fix : [RT #82220] : Scope-Upper-0.21 test stuck on Windows perl 5.12.3
+   t/93-pod-spelling.t will not crash anymore on perl 5.12 and
+   below.
+   Thanks Gabor Szabo for reporting and Slaven Rezic for debugging
+   this issue.
+   + Tst : Rare test failures of t/07-context_info.t on perl 5.6,
+   t/55-yield-target.t on perl 5.[68], and t/63-uplevel-ctl.t on
+   perl 5.8.[345] have been addressed.
+
+   + Fix : context_info() has been taught about perl 5.17.4.
+   + Fix : t/07-context_info.t will no longer fail with perls that have
+   sitecustomize enabled (like many perl builds for Windows).
+   Thanks Steve Hay and Nicholas Clark for debugging help.
+   + Fix : Broken linkage on Windows with gcc 3.4, which appears in
+   particular when using ActivePerl's default compiler suite.
+   For those setups, the Scope::Upper shared library will now be
+   linked against the perl dll directly (instead of the import
+   library).
+
+   + Add : The new yield(@values, $context) function can be used to return
+   values to any upper scope, including do or map blocks.
+   The new leave(@values) function is an alias for
+   yield(@values, HERE).
+   + Add : The new context_info($context) function return information
+   about context $context, similarly to what caller() provides
+   but for any upper scope.
+   + Chg : Contexts are now normalized. In previous versions, it was
+   possible for different contexts to refer to the same scope :
+   for example, for (my $i = 0; $i  10; ++$i) { ... } was
+   reachable through two contexts, while for (@array) { ... }
+   only by one. Starting from this version, contexts are
+   normalized so that they always represent an actual scope.
+   + Doc : C++ compilers are officially NOT supported.
+   + Fix : Building with a more recent version of perl 5.17.4.
+   + Fix : Debugger compatibility with perl 5.17.1 and above.
+
+   + Doc : POD headings have been made linkable.
+   + Fix : Building with perl 5.17.4.
+   + Fix : BUILD_PREREQS are now set for ExtUtils::MakeMaker.
+   + Opt : uplevel() private data structure is 7% smaller on 64 bits
+   architectures.
+   + Tst : Author tests overhaul.
+
+---

Old:

  Scope-Upper-0.18.tar.gz

New:

  Scope-Upper-0.22.tar.gz



Other differences:
--
++ perl-Scope-Upper.spec ++
--- /var/tmp/diff_new_pack.XN5YHr/_old  2013-06-06 13:25:57.0 +0200
+++ /var/tmp/diff_new_pack.XN5YHr/_new  2013-06-06 13:25:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Scope-Upper
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,24 @@
 
 
 Name:   perl-Scope-Upper
-Version:0.18
+Version:0.22
 Release:0
 %define cpan_name Scope-Upper
 Summary:Act on upper scopes.
-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/Scope-Upper/
 Source: 
http://www.cpan.org/authors/id/V/VP/VPIT/%{cpan_name}-%{version}.tar.gz
 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: 

commit perl-Software-License for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Software-License for 
openSUSE:Factory checked in at 2013-06-06 13:26:56

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


Package is perl-Software-License

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Software-License/perl-Software-License.changes  
2012-01-10 14:51:17.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Software-License.new/perl-Software-License.changes
 2013-06-06 13:26:58.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun  4 18:20:16 UTC 2013 - co...@suse.com
+
+- updated to 0.103005
+  add MPL 2.0 (thanks, Bernhard Amann)
+- removed Software-License-0.101620-Build_n_Test.patch
+
+---

Old:

  Software-License-0.101620-Build_n_Test.patch
  Software-License-0.103004.tar.gz

New:

  Software-License-0.103005.tar.gz



Other differences:
--
++ perl-Software-License.spec ++
--- /var/tmp/diff_new_pack.pJIkJb/_old  2013-06-06 13:26:58.0 +0200
+++ /var/tmp/diff_new_pack.pJIkJb/_new  2013-06-06 13:26:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Software-License
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Software-License
-Version:0.103004
+Version:0.103005
 Release:0
 %define cpan_name Software-License
 Summary:packages that provide templated software licenses
@@ -25,18 +25,13 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Software-License/
 Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
-# workaround for Test::More = 0.88 (done_testing)
-# only needed for suse_version  1120
-Patch0: %{cpan_name}-0.101620-Build_n_Test.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Data::Section)
 BuildRequires:  perl(Sub::Install)
-%if 0%{?suse_version} = 1120
-BuildRequires:  perl(Test::More) = 0.96
-%endif
+BuildRequires:  perl(Test::More) = 0.96
 BuildRequires:  perl(Text::Template)
 #BuildRequires: perl(Software::License)
 #BuildRequires: perl(Software::License::Artistic_1_0)
@@ -57,9 +52,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%if 0%{?suse_version}  1120
-%patch0 -p1
-%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Software-License-0.103004.tar.gz - Software-License-0.103005.tar.gz 
++
 2647 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-strictures for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-strictures for openSUSE:Factory 
checked in at 2013-06-06 13:27:51

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  
2012-05-25 16:17:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-strictures.new/perl-strictures.changes 
2013-06-06 13:27:52.0 +0200
@@ -1,0 +2,11 @@
+Tue Jun  4 11:51:58 UTC 2013 - co...@suse.com
+
+- updated to 1.004004
+   - fix 5.16 crash due to qw() list being readonly
+   - check only once for presence of extra testing prereqs
+   - explicitly specify no dynamic_config in META
+   - add better rationale for the extra testing heuristic
+   - test-specific strictures now enabled during 'dzil test'
+   - switch to testing calling file to avoid firing on dependencies
+
+---

Old:

  strictures-1.003001.tar.gz

New:

  strictures-1.004004.tar.gz



Other differences:
--
++ perl-strictures.spec ++
--- /var/tmp/diff_new_pack.zqdPau/_old  2013-06-06 13:27:52.0 +0200
+++ /var/tmp/diff_new_pack.zqdPau/_new  2013-06-06 13:27:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-strictures
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   perl-strictures
-Version:1.003001
+Version:1.004004
 Release:0
 %define cpan_name strictures
 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/
-Source: 
http://www.cpan.org/authors/id/M/MS/MSTROUT/%{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
@@ -36,6 +36,9 @@
 #BuildRequires: perl(strictures) = 1
 #BuildRequires: perl(Test::Pod)
 #BuildRequires: perl(Test::Pod::Coverage)
+Recommends: perl(bareword::filehandles)
+Recommends: perl(indirect)
+Recommends: perl(multidimensional)
 %{perl_requires}
 
 %description
@@ -43,13 +46,13 @@
 about a year now. I figured it was time to make it shorter.
 
 Things like the importer in 'use Moose' don't help me because they turn
-warnings on but don't make them fatal - which from my point of view is
-useless because I want an exception to tell me my code isn't warnings
-clean.
+warnings on but don't make them fatal -- which from my point of view is
+useless because I want an exception to tell me my code isn't
+warnings-clean.
 
 Any time I see a warning from my code, that indicates a mistake.
 
-Any time my code encounters a mistake, I want a crash - not spew to STDERR
+Any time my code encounters a mistake, I want a crash -- not spew to STDERR
 and then unknown (and probably undesired) subsequent behaviour.
 
 I also want to ensure that obvious coding mistakes, like indirect object
@@ -57,20 +60,20 @@
 compile as such) get caught, but not at the cost of an XS dependency and
 not at the cost of blowing things up on another machine.
 
-Therefore, strictures turns on additional checking, but only when it thinks
-it's running in a test file in a VCS checkout - though if this causes
-undesired behaviour this can be overridden by setting the
-PERL_STRICTURES_EXTRA environment variable.
+Therefore, the strictures manpage turns on additional checking, but only
+when it thinks it's running in a test file in a VCS checkout -- although if
+this causes undesired behaviour this can be overridden by setting the
+'PERL_STRICTURES_EXTRA' environment variable.
 
 If additional useful author side checks come to mind, I'll add them to the
-_EXTRA code path only - this will result in a minor version increase (i.e.
-1.00 to 1.001000 (1.1.0) or similar). Any fixes only to the mechanism
-of this code will result in a subversion increas (i.e. 1.00 to 1.01
-(1.0.1)).
+'PERL_STRICTURES_EXTRA' code path only -- this will result in a minor
+version increase (e.g. 1.00 to 1.001000 (1.1.0) or similar). Any fixes
+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,

commit perl-SQL-Abstract for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-SQL-Abstract for 
openSUSE:Factory checked in at 2013-06-06 13:27:44

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


Package is perl-SQL-Abstract

Changes:

--- /work/SRC/openSUSE:Factory/perl-SQL-Abstract/perl-SQL-Abstract.changes  
2012-01-26 14:07:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-SQL-Abstract.new/perl-SQL-Abstract.changes 
2013-06-06 13:27:46.0 +0200
@@ -1,0 +2,15 @@
+Tue Jun  4 17:21:42 UTC 2013 - co...@suse.com
+
+- updated to 1.73
+- Fix parsing of ORDER BY foo + ?
+- Stop filling in placeholders in `format-sql` since it does not support
+  passing values for them anyway
+- Fix parsing of NOT EXISTS
+- Fix over-eager parenthesis unrolling
+- Fix deep recursion warnings while parsing obnoxiously long sql statements
+- Fix incorrect comparison of malformed lists
+- Fix incorrect reporting of mismatch-members in SQLA::Test
+- Migrate the -ident operator from DBIC into SQLA
+- Migrate the -value operator from DBIC into SQLA
+
+---

Old:

  SQL-Abstract-1.72.tar.gz

New:

  SQL-Abstract-1.73.tar.gz



Other differences:
--
++ perl-SQL-Abstract.spec ++
--- /var/tmp/diff_new_pack.265d8d/_old  2013-06-06 13:27:47.0 +0200
+++ /var/tmp/diff_new_pack.265d8d/_new  2013-06-06 13:27:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SQL-Abstract
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,31 +17,41 @@
 
 
 Name:   perl-SQL-Abstract
-Version:1.72
+Version:1.73
 Release:0
 %define cpan_name SQL-Abstract
 Summary:Generate SQL from Perl data structures
-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/SQL-Abstract/
-Source: 
http://www.cpan.org/authors/id/F/FR/FREW/SQL-Abstract-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/F/FR/FREW/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Class::Accessor::Grouped) = 0.10002
-BuildRequires:  perl(Getopt::Long::Descriptive) = 0.086
+BuildRequires:  perl(Class::Accessor::Grouped) = 0.10005
+BuildRequires:  perl(Getopt::Long::Descriptive) = 0.091
 BuildRequires:  perl(Hash::Merge) = 0.12
-BuildRequires:  perl(List::Util)
-BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(Test::Deep) = 0.106
 BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::More) = 0.92
 BuildRequires:  perl(Test::Warn)
-Requires:   perl(Class::Accessor::Grouped) = 0.10002
-Requires:   perl(Getopt::Long::Descriptive) = 0.086
+#BuildRequires: perl(CPANPLUS::Backend)
+#BuildRequires: perl(DBIx::Class::Storage::Debug::PrettyPrint)
+#BuildRequires: perl(DBIx::Class::Storage::Statistics)
+#BuildRequires: perl(inc::Module::Install) = 1.06
+#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(SQL::Abstract)
+#BuildRequires: perl(SQL::Abstract::Test)
+#BuildRequires: perl(SQL::Abstract::Tree)
+#BuildRequires: perl(YAML::Tiny)
+Requires:   perl(Class::Accessor::Grouped) = 0.10005
+Requires:   perl(Getopt::Long::Descriptive) = 0.091
 Requires:   perl(Hash::Merge) = 0.12
-Requires:   perl(List::Util)
-Requires:   perl(Scalar::Util)
 %{perl_requires}
 
 %description
@@ -59,8 +69,37 @@
 it. The big advantage is that you don't have to modify your code every time
 your data changes, as this module figures it out.
 
+To begin with, an SQL INSERT is as easy as just specifying a hash of
+'key=value' pairs:
+
+my %data = (
+name = 'Jimbo Bobson',
+phone = '123-456-7890',
+address = '42 Sister Lane',
+city = 'St. Louis',
+state = 'Louisiana',
+);
+
+The SQL can then be generated with this:
+
+my($stmt, @bind) = $sql-insert('people', \%data);
+
+Which would give you something like this:
+
+$stmt = INSERT INTO people
+(address, city, name, phone, state)
+VALUES (?, ?, ?, 

commit perl-Sub-Exporter for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Sub-Exporter for 
openSUSE:Factory checked in at 2013-06-06 13:28:56

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


Package is perl-Sub-Exporter

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sub-Exporter/perl-Sub-Exporter.changes  
2011-12-20 14:30:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Exporter.new/perl-Sub-Exporter.changes 
2013-06-06 13:28:58.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun  4 18:30:22 UTC 2013 - co...@suse.com
+
+- updated to 0.985
+documentation fixes
+
+---

Old:

  Sub-Exporter-0.982.tar.gz

New:

  Sub-Exporter-0.985.tar.gz



Other differences:
--
++ perl-Sub-Exporter.spec ++
--- /var/tmp/diff_new_pack.ihwtw7/_old  2013-06-06 13:28:58.0 +0200
+++ /var/tmp/diff_new_pack.ihwtw7/_new  2013-06-06 13:28:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sub-Exporter
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,49 +17,41 @@
 
 
 Name:   perl-Sub-Exporter
+Version:0.985
+Release:0
 %define cpan_name Sub-Exporter
-Summary:A sophisticated exporter for custom-built routines
-License:GPL-1.0+ or Artistic-1.0
+Summary:a sophisticated exporter for custom-built routines
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Version:0.982
-Release:0
-Url:http://search.cpan.org/dist/Sub-Exporter
-Source: %{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Sub-Exporter/
+Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-# other not perl || perl-base
-BuildRequires:  perl(Sub::Install) = 0.92
 BuildRequires:  perl(Data::OptList) = 0.100
 BuildRequires:  perl(Params::Util) = 0.14
-BuildRequires:  perl(Package::Generator)
-# other not perl || perl-base
-Requires:   perl(Sub::Install) = 0.92
+BuildRequires:  perl(Sub::Install) = 0.92
+BuildRequires:  perl(Test::More) = 0.96
+#BuildRequires: perl(E::Parent)
+#BuildRequires: perl(Package::Generator)
+#BuildRequires: perl(Sub::Exporter)
+#BuildRequires: perl(Test::SubExporter::Faux)
+#BuildRequires: perl(Test::SubExporter::GroupGen)
 Requires:   perl(Data::OptList) = 0.100
 Requires:   perl(Params::Util) = 0.14
-Requires:   perl(Package::Generator)
+Requires:   perl(Sub::Install) = 0.92
+%{perl_requires}
 
 %description
-Sub::Exporter provides a sophisticated alternative to Exporter.pm.  It allows
-for renaming, currying/sub-generation, and other cool stuff.  Read its own
-documentation.
-
-
-The biggest benefit of Sub::Exporter over existing exporters
-(including the ubiquitous Exporter.pm) is its ability to build new coderefs
-for export, rather than to simply export code identical to that found
-in the exporting package.
-
-  Author:  Ricardo Signes, r...@cpan.org
-
+*ACHTUNG!* If you're not familiar with Exporter or exporting, read the
+Sub::Exporter::Tutorial manpage first!
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL OPTIMIZE=$RPM_OPT_FLAGS -Wall
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
 
 %check
@@ -67,19 +59,11 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
 %perl_gen_filelist
 
-%clean 
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-# normally you only need to check for doc files
-%defattr(-,root,root)
+%defattr(-,root,root,755)
 %doc Changes LICENSE README
 
 %changelog

++ Sub-Exporter-0.982.tar.gz - Sub-Exporter-0.985.tar.gz ++
 5611 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-String-Flogger for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-String-Flogger for 
openSUSE:Factory checked in at 2013-06-06 13:28:50

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


Package is perl-String-Flogger

Changes:

--- /work/SRC/openSUSE:Factory/perl-String-Flogger/perl-String-Flogger.changes  
2011-11-21 12:46:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-String-Flogger.new/perl-String-Flogger.changes 
2013-06-06 13:28:52.0 +0200
@@ -1,0 +2,9 @@
+Tue Jun  4 18:26:30 UTC 2013 - co...@suse.com
+
+- updated to 1.101243
+  use horrible hack to avoid dying when a data structure to log
+  contains an object
+  make -flog({...}) act like -flog([ '%s', {...} ])
+  (thanks, Randy Stauner)
+
+---

Old:

  String-Flogger-1.101241.tar.gz

New:

  String-Flogger-1.101243.tar.gz



Other differences:
--
++ perl-String-Flogger.spec ++
--- /var/tmp/diff_new_pack.SPN2yo/_old  2013-06-06 13:28:52.0 +0200
+++ /var/tmp/diff_new_pack.SPN2yo/_new  2013-06-06 13:28:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-String-Flogger
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,35 +16,33 @@
 #
 
 
-
 Name:   perl-String-Flogger
-Version:1.101241
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.101243
+Release:0
 %define cpan_name String-Flogger
 Summary:string munging for loggers
-Url:http://search.cpan.org/dist/String-Flogger/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/String-Flogger-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/String-Flogger/
+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(JSON)
 BuildRequires:  perl(Params::Util)
-BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Sub::Exporter)
 BuildRequires:  perl(Sub::Exporter::Util)
-BuildRequires:  perl
-BuildRequires:  perl-macros
+BuildRequires:  perl(Test::More) = 0.96
+#BuildRequires: perl(String::Flogger)
 Requires:   perl(JSON)
 Requires:   perl(Params::Util)
-Requires:   perl(Scalar::Util)
 Requires:   perl(Sub::Exporter)
 Requires:   perl(Sub::Exporter::Util)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 %{perl_requires}
 
 %description
-sorry, no description found
+string munging for loggers
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -61,11 +59,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes dist.ini LICENSE README
+%defattr(-,root,root,755)
+%doc Changes LICENSE README
 
 %changelog

++ String-Flogger-1.101241.tar.gz - String-Flogger-1.101243.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-Flogger-1.101241/Changes 
new/String-Flogger-1.101243/Changes
--- old/String-Flogger-1.101241/Changes 2011-01-13 18:31:41.0 +0100
+++ new/String-Flogger-1.101243/Changes 2013-01-31 17:42:30.0 +0100
@@ -1,5 +1,13 @@
 Revision history for String-Flogger
 
+1.101243  2013-01-31 11:42:28 America/New_York
+  use horrible hack to avoid dying when a data structure to log
+  contains an object
+
+1.101242  2012-03-26 08:20:22 America/New_York
+  make -flog({...}) act like -flog([ '%s', {...} ])
+  (thanks, Randy Stauner)
+
 1.101241  2011-01-13 12:31:38 America/New_York
   add format_string method for subclassing
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-Flogger-1.101241/LICENSE 
new/String-Flogger-1.101243/LICENSE
--- old/String-Flogger-1.101241/LICENSE 2011-01-13 18:31:41.0 +0100
+++ new/String-Flogger-1.101243/LICENSE 2013-01-31 17:42:30.0 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2011 by Ricardo SIGNES r...@cpan.org.
+This software is copyright (c) 2013 by Ricardo SIGNES r...@cpan.org.
 
 This is free software; you can redistribute 

commit perl-Sub-Exporter-GlobExporter for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Sub-Exporter-GlobExporter for 
openSUSE:Factory checked in at 2013-06-06 13:29:13

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


Package is perl-Sub-Exporter-GlobExporter

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Sub-Exporter-GlobExporter/perl-Sub-Exporter-GlobExporter.changes
2012-01-09 21:44:07.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Sub-Exporter-GlobExporter.new/perl-Sub-Exporter-GlobExporter.changes
   2013-06-06 13:29:15.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun  4 18:31:06 UTC 2013 - co...@suse.com
+
+- updated to 0.003
+ fix some confusing mistakes in the docs (thanks, George Hartzell)
+- remove Sub-Exporter-GlobExporter-Test_More.patch
+
+---

Old:

  Sub-Exporter-GlobExporter-0.002.tar.gz
  Sub-Exporter-GlobExporter-Test_More.patch

New:

  Sub-Exporter-GlobExporter-0.003.tar.gz



Other differences:
--
++ perl-Sub-Exporter-GlobExporter.spec ++
--- /var/tmp/diff_new_pack.f6JFSh/_old  2013-06-06 13:29:15.0 +0200
+++ /var/tmp/diff_new_pack.f6JFSh/_new  2013-06-06 13:29:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sub-Exporter-GlobExporter
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,40 +17,30 @@
 
 
 Name:   perl-Sub-Exporter-GlobExporter
+Version:0.003
+Release:0
 %define cpan_name Sub-Exporter-GlobExporter
-Summary:Export shared globs with Sub::Exporter collectors
-License:GPL-1.0+ or Artistic-1.0
+Summary:export shared globs with Sub::Exporter collectors
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Version:0.002
-Release:0
 Url:http://search.cpan.org/dist/Sub-Exporter-GlobExporter/
-Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-GlobExporter-%{version}.tar.gz
-Patch:  %{cpan_name}-Test_More.patch
+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
-%if 0%{?suse_version} = 1110
-BuildRequires:  perl(Test::More)
-%else
-BuildRequires:  perl(Test::More) = 0.96
-%endif
-BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Sub::Exporter)
-Requires:   perl(Scalar::Util)
+BuildRequires:  perl(Test::More) = 0.96
+#BuildRequires: perl(Sub::Exporter::GlobExporter)
+#BuildRequires: perl(TestGlob)
 Requires:   perl(Sub::Exporter)
 %{perl_requires}
 
 %description
-This module enables you to export shared globs with Sub::Exporter
-collectors
+export shared globs with Sub::Exporter collectors
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%if 0%{?suse_version} = 1110
-%patch -p1
-%{__perl} -p -i -e 's|use ExtUtils::MakeMaker 6.31;|use ExtUtils::MakeMaker 
6.30;|' Makefile.PL
-%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -64,11 +54,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes dist.ini LICENSE README
+%defattr(-,root,root,755)
+%doc Changes LICENSE README
 
 %changelog

++ Sub-Exporter-GlobExporter-0.002.tar.gz - 
Sub-Exporter-GlobExporter-0.003.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Exporter-GlobExporter-0.002/Changes 
new/Sub-Exporter-GlobExporter-0.003/Changes
--- old/Sub-Exporter-GlobExporter-0.002/Changes 2010-11-24 00:34:48.0 
+0100
+++ new/Sub-Exporter-GlobExporter-0.003/Changes 2013-04-26 16:41:36.0 
+0200
@@ -1,5 +1,8 @@
 Revision history for Sub-Exporter-GlobExporter
 
+0.003 2013-04-26 10:41:34 America/New_York
+  fix some confusing mistakes in the docs (thanks, George Hartzell)
+
 0.002 2010-11-23 18:34:44 America/New_York
   pass arguments to collector through to globref locator
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Exporter-GlobExporter-0.002/LICENSE 
new/Sub-Exporter-GlobExporter-0.003/LICENSE
--- old/Sub-Exporter-GlobExporter-0.002/LICENSE 2010-11-24 00:34:48.0 
+0100
+++ new/Sub-Exporter-GlobExporter-0.003/LICENSE 2013-04-26 16:41:36.0 
+0200
@@ -18,15 +18,16 @@
 

commit perl-Test-CheckDeps for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-CheckDeps for 
openSUSE:Factory checked in at 2013-06-06 13:29:36

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


Package is perl-Test-CheckDeps

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-CheckDeps/perl-Test-CheckDeps.changes  
2012-06-06 16:09:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CheckDeps.new/perl-Test-CheckDeps.changes 
2013-06-06 13:29:36.0 +0200
@@ -1,0 +2,9 @@
+Tue Jun  4 14:59:24 UTC 2013 - co...@suse.com
+
+- updated to 0.004
+Reinstate loading of CPAN::Meta
+Sort dependencies before displaying them
+check_dependencies() can now optionally also test recommended and
+suggested prerequisites
+
+---

Old:

  Test-CheckDeps-0.002.tar.gz

New:

  Test-CheckDeps-0.004.tar.gz



Other differences:
--
++ perl-Test-CheckDeps.spec ++
--- /var/tmp/diff_new_pack.OjXVK3/_old  2013-06-06 13:29:37.0 +0200
+++ /var/tmp/diff_new_pack.OjXVK3/_new  2013-06-06 13:29:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-CheckDeps
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-CheckDeps
-Version:0.002
+Version:0.004
 Release:0
 %define cpan_name Test-CheckDeps
 Summary:Check for presence of dependencies
@@ -31,12 +31,10 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(CPAN::Meta)
 BuildRequires:  perl(CPAN::Meta::Check)
-BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(Test::More) = 0.88
 #BuildRequires: perl(Test::CheckDeps)
 Requires:   perl(CPAN::Meta)
 Requires:   perl(CPAN::Meta::Check)
-Requires:   perl(Module::Metadata)
 %{perl_requires}
 
 %description

++ Test-CheckDeps-0.002.tar.gz - Test-CheckDeps-0.004.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.002/Changes 
new/Test-CheckDeps-0.004/Changes
--- old/Test-CheckDeps-0.002/Changes2012-04-01 12:58:15.0 +0200
+++ new/Test-CheckDeps-0.004/Changes2013-05-15 00:05:11.0 +0200
@@ -1,5 +1,13 @@
 Revision history for Test-CheckDeps
 
+0.004 2013-05-15 00:04:46 Europe/Amsterdam
+  Reinstate loading of CPAN::Meta
+
+0.003 2013-05-14 23:16:36 Europe/Amsterdam
+  Sort dependencies before displaying them
+  check_dependencies() can now optionally also test recommended and
+  suggested prerequisites
+
 0.002 2012-04-01 12:58:10 Europe/Amsterdam
   Converted to using Test::Builder directly
   Refactored most non-test code into a new dist, CPAN-Meta-Check
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.002/MANIFEST 
new/Test-CheckDeps-0.004/MANIFEST
--- old/Test-CheckDeps-0.002/MANIFEST   2012-04-01 12:58:15.0 +0200
+++ new/Test-CheckDeps-0.004/MANIFEST   2013-05-15 00:05:11.0 +0200
@@ -10,6 +10,5 @@
 lib/Test/CheckDeps.pm
 t/00-compile.t
 t/10-basics.t
-t/release-kwalitee.t
 t/release-pod-coverage.t
 t/release-pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.002/META.json 
new/Test-CheckDeps-0.004/META.json
--- old/Test-CheckDeps-0.002/META.json  2012-04-01 12:58:15.0 +0200
+++ new/Test-CheckDeps-0.004/META.json  2013-05-15 00:05:11.0 +0200
@@ -4,7 +4,7 @@
   Leon Timmermans le...@cpan.org
],
dynamic_config : 0,
-   generated_by : Dist::Zilla version 4.36, CPAN::Meta::Converter 
version 2.120920,
+   generated_by : Dist::Zilla version 4.300033, CPAN::Meta::Converter 
version 2.130880,
license : [
   perl_5
],
@@ -19,13 +19,19 @@
 ExtUtils::MakeMaker : 6.30
  }
   },
+  develop : {
+ requires : {
+Pod::Coverage::TrustPod : 0,
+Test::Pod : 1.41,
+Test::Pod::Coverage : 1.08
+ }
+  },
   runtime : {
  requires : {
 CPAN::Meta : 0,
 CPAN::Meta::Check : 0,
 Exporter : 5.57,
 List::Util : 0,
-Module::Metadata : 0,
 Test::Builder : 0,
 perl : 5.006,
 strict : 0,
@@ -52,6 +58,6 @@
  web : 

commit perl-Test-Deep for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Deep for openSUSE:Factory 
checked in at 2013-06-06 13:31:23

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


Package is perl-Test-Deep

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Deep/perl-Test-Deep.changes
2012-02-20 16:16:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Deep.new/perl-Test-Deep.changes   
2013-06-06 13:31:24.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun  4 15:02:11 UTC 2013 - co...@suse.com
+
+- updated to 0.110
+   Allow methods() and listmethods() to work again on class methods
+   (RT#77804) (thanks, Ricardo Signes!)
+
+---

Old:

  Test-Deep-0.109.tar.gz

New:

  Test-Deep-0.110.tar.gz



Other differences:
--
++ perl-Test-Deep.spec ++
--- /var/tmp/diff_new_pack.rUC9md/_old  2013-06-06 13:31:24.0 +0200
+++ /var/tmp/diff_new_pack.rUC9md/_new  2013-06-06 13:31:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Deep
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Deep
-Version:0.109
+Version:0.110
 Release:0
 %define cpan_name Test-Deep
 Summary:Extremely flexible deep comparison

++ Test-Deep-0.109.tar.gz - Test-Deep-0.110.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Deep-0.109/CHANGES new/Test-Deep-0.110/CHANGES
--- old/Test-Deep-0.109/CHANGES 2012-02-17 03:41:37.0 +0100
+++ new/Test-Deep-0.110/CHANGES 2012-06-16 17:43:48.0 +0200
@@ -1,5 +1,10 @@
 Revision history for Test-Deep
 
+0.110 2012-06-16
+
+  Allow methods() and listmethods() to work again on class methods
+  (RT#77804) (thanks, Ricardo Signes!)
+
 0.109 2012-02-16
 
   UNIVERSAL::isa and UNIVERAL::can are no longer called as functions:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Deep-0.109/META.json 
new/Test-Deep-0.110/META.json
--- old/Test-Deep-0.109/META.json   2012-02-17 03:44:29.0 +0100
+++ new/Test-Deep-0.110/META.json   2012-06-16 17:44:48.0 +0200
@@ -4,7 +4,7 @@
   Fergal Daly fer...@esatclear.ie
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.120351,
+   generated_by : ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120921,
license : [
   unknown
],
@@ -41,5 +41,5 @@
   }
},
release_status : stable,
-   version : 0.109
+   version : 0.110
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Deep-0.109/META.yml new/Test-Deep-0.110/META.yml
--- old/Test-Deep-0.109/META.yml2012-02-17 03:44:29.0 +0100
+++ new/Test-Deep-0.110/META.yml2012-06-16 17:44:47.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.120351'
+generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120921'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -23,4 +23,4 @@
   Test::More: 0
   Test::NoWarnings: 0.02
   Test::Tester: 0.04
-version: 0.109
+version: 0.110
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Deep-0.109/lib/Test/Deep/ArrayEach.pm 
new/Test-Deep-0.110/lib/Test/Deep/ArrayEach.pm
--- old/Test-Deep-0.109/lib/Test/Deep/ArrayEach.pm  2010-09-25 
21:32:52.0 +0200
+++ new/Test-Deep-0.110/lib/Test/Deep/ArrayEach.pm  2012-04-01 
17:54:26.0 +0200
@@ -4,6 +4,7 @@
 package Test::Deep::ArrayEach;
 
 use Test::Deep::Cmp;
+use Scalar::Util ();
 
 sub init
 {
@@ -19,9 +20,18 @@
my $self = shift;
my $got = shift;
 
+  return unless Scalar::Util::reftype($got) eq 'ARRAY';
my $exp = [ ($self-{val}) x @$got ];
 
return Test::Deep::descend($got, $exp);
 }
 
+sub renderExp
+{
+  my $self = shift;
+  my $exp = shift;
+
+   return '[ ' . $self-SUPER::renderExp($self-{val}) . ', ... ]';
+}
+
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Deep-0.109/lib/Test/Deep/Methods.pm 

commit perl-Test-Class for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Class for openSUSE:Factory 
checked in at 2013-06-06 13:31:11

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


Package is perl-Test-Class

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Class/perl-Test-Class.changes  
2011-09-23 12:39:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Class.new/perl-Test-Class.changes 
2013-06-06 13:31:13.0 +0200
@@ -1,0 +2,23 @@
+Tue Jun  4 15:00:17 UTC 2013 - co...@suse.com
+
+- updated to 0.39
+   -   Merged schwern's https://github.com/adrianh/test-class/pull/2 
+   Fix Test::Class for Test::Builder 1.5 - thank you Schwern!
+   -   Many thanks to the ever excellent Ovid for actually making this happen.
+   -   die-in-setup.t will work on Windows (thanks to Alexandr Ciornii for
+   the patch)
+   -   Fix docs to explain no_plan in start up (thanks to skington for the
+   patch)
+   -   Fixed RT#64470: minor documentation error in Test::Class::Load (thanks
+   to Andrew Grangaard for patch)
+   -   Fixed RT#39266: Test::Class with Package::Alias
+   -   Fixed RT#56636: feature request: option to turn off auto-skipping 
+   uncompleted tests (thanks to Ken Fox for suggestion) with addition
+   of fail_if_returned_early() (thanks to Dave Evans for patch)
+   -   Fixed RT#64268: dying in setup does not skip rest of test
+   -   Startup and shutdown methods are no longer run if a class will not
+   run any test methods
+   -   Updated acknowledgements
+   -   Added missing filter tests to MANIFEST  distribution
+
+---

Old:

  Test-Class-0.36.tar.gz

New:

  Test-Class-0.39.tar.gz



Other differences:
--
++ perl-Test-Class.spec ++
--- /var/tmp/diff_new_pack.1kbG8i/_old  2013-06-06 13:31:14.0 +0200
+++ /var/tmp/diff_new_pack.1kbG8i/_new  2013-06-06 13:31:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Class
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,77 +16,70 @@
 #
 
 
-
 Name:   perl-Test-Class
-Version:0.36
-Release:1
+Version:0.39
+Release:0
+%define cpan_name Test-Class
 Summary:Easily create test classes in an xUnit/JUnit style
-Source: 
http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Class-%{version}.tar.gz
-Url:http://search.cpan.org/dist/Test-Class
-Group:  Development/Libraries/Perl
 License:Artistic-1.0 or GPL-1.0+
+Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Test-Class/
+Source: 
http://www.cpan.org/authors/id/A/AD/ADIE/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(MRO::Compat) = 0.11
+BuildRequires:  perl(Module::Build) = 0.38
+BuildRequires:  perl(Test::Builder) = 0.78
 BuildRequires:  perl(Test::Exception) = 0.25
-BuildRequires:  perl(IO::File) = 1.09
-BuildRequires:  perl(Module::Build) = 0.36
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Attribute::Handlers) = 0.77
-BuildRequires:  perl(Storable) = 2.04
-BuildRequires:  perl(Test::Simple) = 0.78
-BuildRequires:  perl(Test::Builder::Tester) = 1.02
 BuildRequires:  perl(Test::More) = 0.78
-BuildRequires:  perl(Test::Builder) = 0.78
-BuildRequires:  perl(MRO::Compat) = 0.11
-BuildRequires:  perl(Contextual::Return)
-Requires:   perl(Attribute::Handlers) = 0.77
-Requires:   perl(Storable) = 2.04
-Requires:   perl(Test::Simple) = 0.78
-Requires:   perl(Test::Builder::Tester) = 1.02
-Requires:   perl(Test::More) = 0.78
-Requires:   perl(Test::Builder) = 0.78
+BuildRequires:  perl(Test::Simple) = 0.78
+#BuildRequires: perl(Base::Test)
+#BuildRequires: perl(Foo)
+#BuildRequires: perl(SomeClassThatDefinesNew)
+#BuildRequires: perl(Test::Class)
+#BuildRequires: perl(Test::Class::Load)
+#BuildRequires: perl(TestClassLoadSubclass)
+#BuildRequires: perl(Test::Class::MethodInfo)
+#BuildRequires: perl(Tests::Foo)
 Requires:   perl(MRO::Compat) = 0.11
+Requires:   perl(Test::Builder) = 0.78
+Requires:   perl(Test::More) = 0.78
+Requires:   perl(Test::Simple) = 0.78
+%{perl_requires}
 
 %description
 Test::Class provides a simple way of creating classes and objects to test
 your code in 

commit perl-Test-Exception for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Exception for 
openSUSE:Factory checked in at 2013-06-06 13:31:37

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


Package is perl-Test-Exception

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Exception/perl-Test-Exception.changes  
2013-04-17 08:03:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Exception.new/perl-Test-Exception.changes 
2013-06-06 13:31:39.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun  4 15:03:12 UTC 2013 - co...@suse.com
+
+- updated to 0.32
+   Fixed tests that broke due to Test::More diagnostic changes
+
+---

Old:

  Test-Exception-0.31.tar.gz

New:

  Test-Exception-0.32.tar.gz



Other differences:
--
++ perl-Test-Exception.spec ++
--- /var/tmp/diff_new_pack.ekfhtK/_old  2013-06-06 13:31:40.0 +0200
+++ /var/tmp/diff_new_pack.ekfhtK/_new  2013-06-06 13:31:40.0 +0200
@@ -17,59 +17,58 @@
 
 
 Name:   perl-Test-Exception
-%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
-Summary:Test::Exception - Test exception based code
-License:Artistic-1.0
-Group:  Development/Libraries/Perl
-Version:0.31
+Version:0.32
 Release:0
-Url:http://search.cpan.org/dist/Test-Exception
-Source: 
http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-%{version}.tar.gz
+%define cpan_name Test-Exception
+Summary:Test exception based code
+License:Artistic-1.0 or GPL-1.0+
+Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Test-Exception/
+Source: 
http://www.cpan.org/authors/id/A/AD/ADIE/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Module::Build) = 0.38
 BuildRequires:  perl(Sub::Uplevel) = 0.18
-BuildRequires:  perl(Test::Builder)
-BuildRequires:  perl(Test::Builder::Tester)
-BuildRequires:  perl(Test::Harness) = 2.03
+BuildRequires:  perl(Test::Builder) = 0.7
+BuildRequires:  perl(Test::Builder::Tester) = 1.07
 BuildRequires:  perl(Test::More) = 0.7
-BuildRequires:  perl(Test::Pod) = 1.00
 BuildRequires:  perl(Test::Simple) = 0.7
+#BuildRequires: perl(Local::Error::Simple)
+#BuildRequires: perl(Test::Exception)
 Requires:   perl(Sub::Uplevel) = 0.18
-Requires:   perl(Test::Builder)
+Requires:   perl(Test::Builder) = 0.7
+Requires:   perl(Test::Builder::Tester) = 1.07
 Requires:   perl(Test::More) = 0.7
+Requires:   perl(Test::Simple) = 0.7
+%{perl_requires}
 
 %description
-This module provides a few convenience methods for testing exception
-based code. It is built with Test::Builder and plays happily with
-Test::More and friends.
-
-Authors:
-
-Adrian Howard adri...@quietstars.com
+This module provides a few convenience methods for testing exception based
+code. It is built with the Test::Builder manpage and plays happily with the
+Test::More manpage and friends.
+
+If you are not already familiar with the Test::More manpage now would be
+the time to go take a look.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-echo perlVersion: %{perl_version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-perl Makefile.PL OPTIMIZE=$RPM_OPT_FLAGS -Wall
-%{__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
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(0644,root,root,0755)
-%doc Changes README
+%defattr(-,root,root,755)
+%doc Changes README xt
 
 %changelog

++ Test-Exception-0.31.tar.gz - Test-Exception-0.32.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Exception-0.31/Changes 
new/Test-Exception-0.32/Changes
--- old/Test-Exception-0.31/Changes 2010-10-10 13:29:13.0 +0200
+++ new/Test-Exception-0.32/Changes 2013-04-28 02:02:17.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension Test::Exception:
 
+0.32   [2013-04-28] Or the prepping for upcoming Test::Simple 0.99 release
+-   Fixed tests that broke due to Test::More diagnostic changes
+
 0.31   [2010-10-10] Or the Yay - an actual release! release
 -   Same as 0.30_2
 
@@ -19,7 +22,7 @@
 getting this release out
 
 0.28_01 
--   Patch to fix code with 

commit perl-Test-Inter for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Inter for openSUSE:Factory 
checked in at 2013-06-06 13:51:12

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


Package is perl-Test-Inter

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Inter/perl-Test-Inter.changes  
2011-11-21 12:47:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Inter.new/perl-Test-Inter.changes 
2013-06-06 13:51:14.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun  4 15:04:17 UTC 2013 - co...@suse.com
+
+- updated to 1.05
+   The __nl__ substitution wasn't happening.
+   Fixed the Build.PL/Makefile.PL scripts to not install the example scripts.  
RT 84091
+
+---

Old:

  Test-Inter-1.03.tar.gz

New:

  Test-Inter-1.05.tar.gz



Other differences:
--
++ perl-Test-Inter.spec ++
--- /var/tmp/diff_new_pack.sR7Cei/_old  2013-06-06 13:51:15.0 +0200
+++ /var/tmp/diff_new_pack.sR7Cei/_new  2013-06-06 13:51:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Inter
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,62 +15,56 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%bcond_with pod
 
 Name:   perl-Test-Inter
+Version:1.05
+Release:0
 %define cpan_name Test-Inter
-Summary:Framework for more readable interactive test scripts
-Version:1.03
-Release:2
-License:GPL-1.0+ or Artistic-1.0
+Summary:framework for more readable interactive test scripts
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Inter/
-Source: 
http://www.cpan.org/modules/by-module/Test/Test-Inter-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/S/SB/SBECK/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl-macros
-%if %{with pod}
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
-%endif
-BuildRequires:  perl(File::Basename)
-BuildRequires:  perl(IO::File)
-Requires:   perl(File::Basename)
-Requires:   perl(IO::File)
+BuildRequires:  perl(Module::Build) = 0.39
+#BuildRequires: perl(Test::Inter)
+%{perl_requires}
 
 %description
 This is another framework for writing test scripts. It is loosely inspired
 by Test::More, and has most of it's functionality, but it is not a drop-in
 replacement.
 
-Authors:
-
-Sullivan Beck sb...@cpan.org
+Test::More (and other existing test frameworks) suffer from two weaknesses,
+both of which have prevented me from ever using them:
+
+   None offer the ability to access specific tests in
+   a reasonably interactive fashion
+
+   None offer the ability to write the tests in
+   whatever format would make the tests the most
+   readable
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Build.PL installdirs=vendor
-./Build
+./Build build flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc ChangeLog LICENSE README TODO
+%defattr(-,root,root,755)
+%doc ChangeLog examples LICENSE README TODO
 
 %changelog

++ Test-Inter-1.03.tar.gz - Test-Inter-1.05.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Inter-1.03/Build.PL new/Test-Inter-1.05/Build.PL
--- old/Test-Inter-1.03/Build.PL2011-06-28 22:01:35.0 +0200
+++ new/Test-Inter-1.05/Build.PL2013-03-20 13:47:38.0 +0100
@@ -11,9 +11,14 @@
);
 
 
-my $build = Module::Build-new(
+my $class = Module::Build-subclass(
+   class = Module::Build::Custom,
+   code  = q { sub ACTION_html { my $self = shift ; $self-SUPER::ACTION_html 
( @_ ) if ( $ENV{ MAKE_HTML } ) ; } }
+);
+
+my $build = $class-new(
 license= 'perl',
-dist_version   = '1.03',
+dist_version   = '1.05',
 dist_author= 'Sullivan Beck sb...@cpan.org',
 module_name  

commit Mesa for openSUSE:12.2:Update

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:12.2:Update 
checked in at 2013-06-06 13:52:14

Comparing /work/SRC/openSUSE:12.2:Update/Mesa (Old)
 and  /work/SRC/openSUSE:12.2:Update/.Mesa.new (New)


Package is Mesa

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.k2apG6/_old  2013-06-06 13:52:16.0 +0200
+++ /var/tmp/diff_new_pack.k2apG6/_new  2013-06-06 13:52:16.0 +0200
@@ -1 +1 @@
-link package='Mesa.1319' cicount='copy' /
+link package='Mesa.1592' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit Mesa.1592 for openSUSE:12.2:Update

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package Mesa.1592 for openSUSE:12.2:Update 
checked in at 2013-06-06 13:52:12

Comparing /work/SRC/openSUSE:12.2:Update/Mesa.1592 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.Mesa.1592.new (New)


Package is Mesa.1592

Changes:

New Changes file:

--- /dev/null   2013-06-06 00:44:45.792030006 +0200
+++ /work/SRC/openSUSE:12.2:Update/.Mesa.1592.new/Mesa.changes  2013-06-06 
13:52:13.0 +0200
@@ -0,0 +1,1702 @@
+---
+Tue May 28 13:08:46 UTC 2013 - sndir...@suse.com
+
+- u_0001_integer_overflow_in_XF86DRIOpenConnection_CVE-2013-1993.patch,
+  u_0002_integer_overflow_in_XF86DRIGetClientDriverName_CVE-2013-1993.patch
+  * fixes integer overflow in XF86DRIOpenConnection()/
+XF86DRIGetClientDriverName() [CVE-2013-1993] (bnc#821855,
+bnc#815451)
+
+---
+Mon Feb  4 20:09:56 UTC 2013 - stefan.bru...@rwth-aachen.de
+
+- fix_glx_indirect_reply_bfo#59876.diff
+  * GLX replies are parsed incorrectly when using libxcb and AIGLX,
+happens for most replies where data is embedded in the header.
+(bfo#59876, bnc#802718)
+
+---
+Tue Aug 28 11:43:57 UTC 2012 - sndir...@suse.com
+
+- U_glsl-linker-Avoid-buffer-over-run-in-parcel_out_unif.patch 
+  * Avoid buffer over-run in parcel_out_uniform_storage::visit_field
+When too may uniforms are used, the error will be caught in
+check_resources (src/glsl/linker.cpp). (CVE-2012-2864, bnc#777461)
+
+---
+Thu Aug 23 15:29:34 UTC 2012 - fcro...@suse.com
+
+- Add u_mesa-8.0-llvmpipe-shmget.patch (Fedora): use shmget under
+  llvmpipe, if available (bnc#766498).
+- Update u_mesa-8.0.1-fix-16bpp.patch to work with shmget patch.
+
+---
+Wed Aug  8 15:43:20 CEST 2012 - ti...@suse.de
+
+- U_i965-gen7-Reduce-GT1-WM-thread-count-according-to-up.patch
+  * Fix GPU hang with IVB GT1 desktop (bnc#775048)
+
+---
+Tue Jul 10 23:42:04 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to Version 8.0.4 (minor bugfix release)
+- Back to bz2 tarballs
+
+---
+Sat Jun 16 09:58:59 UTC 2012 - co...@suse.com
+
+- remove buildrequire on vim, it creates a pretty big cycle for
+  no (obvious) benefit
+
+---
+Tue Jun 12 15:53:50 UTC 2012 - sndir...@suse.com
+
+- enabled build of XvMC/VDPAU state trackers for Nouveau, R300,
+  R600, Softpipe (Software implementation)
+
+---
+Tue Jun 12 10:19:01 UTC 2012 - sndir...@suse.com
+
+- u_remove-os-abi-tag.patch 
+  * Remove OS ABI tag from libGL, so it is no longer preferred over
+libGLs without OS ABI tag (bnc#765294, fdo#26663)
+
+---
+Fri Jun  8 14:05:30 UTC 2012 - sndir...@suse.com
+
+- let libGL1-Mesa require Mesa, since that package includes the DRI
+  drivers (including the swrast DRI driver for software rendering)
+  (bnc#765241)
+
+---
+Wed May 30 16:56:11 UTC 2012 - fcro...@suse.com
+
+- Add u_mesa-8.0.1-fix-16bpp.patch (Fedora): fix 16bpp mode under
+  llvmpipe.
+
+---
+Sat May 26 22:29:41 UTC 2012 - sndir...@suse.com
+
+- added configure options --enable-gbm --enable-glx-tls (required
+  for glamor support)
+
+---
+Fri May 25 15:57:25 UTC 2012 - meiss...@suse.com
+
+- libxatracker is also not built on ppc*.
+
+---
+Mon May 21 12:32:23 UTC 2012 - sndir...@suse.com
+
+- Trivial change to Version 8.0.3; tarball from here:
+  http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-8.0.3.tar.gz 
+
+---
+Wed May 16 10:28:30 UTC 2012 - adr...@suse.de
+
+- fix build on platforms without gallium (s390  arm)
+
+---
+Wed Apr 25 14:14:35 UTC 2012 - tittiatc...@gmail.com
+
+- Added patches from upstream Master to enable building with 
+  llvm 3.1
+
+---
+Wed Apr 25 13:17:59 UTC 2012 - sndir...@suse.com
+
+- For full OpenGL 3.0 compliance, it is necessary to
+  have floating-point textures, so Mesa is now compiled with
+  --enable-texture-float parameter to have 

commit patchinfo.1592 for openSUSE:12.3:Update

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1592 for 
openSUSE:12.3:Update checked in at 2013-06-06 13:52:21

Comparing /work/SRC/openSUSE:12.3:Update/patchinfo.1592 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.patchinfo.1592.new (New)


Package is patchinfo.1592

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagersndirsch/packager
  categorysecurity/category
  ratingmoderate/rating
  summaryMesa: security and bugfix update/summary
  description
This Mesa update fixes the following security bug:
CVE-2013-1993: Integer overflows in XF86DRIOpenConnection and 
XF86DRIGetClientDriverName were fixed
that could lead to client crashes when using a malicious X server.

This update fixes the following issue for Mesa on openSUSE 12.3:
- bnc#814947, fdo#62141: Make sure we do render between two hiz flushes

/description
  issue tracker=bnc id=814947MESA: [SNB] hang on gnome-shell start/issue
  issue tracker=cve id=CVE-2013-1993integer overflow in 
XF86DRIOpenConnection()/XF86DRIGetClientDriverName/issue
  issue tracker=bnc id=821855/issue
  issue tracker=bnc id=815451/issue
  issue tracker=fdo id=62141[SNB] hang on gnome-shell start with Fedora 
19/rawhide + rc6/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit Mesa.1592 for openSUSE:12.3:Update

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package Mesa.1592 for openSUSE:12.3:Update 
checked in at 2013-06-06 13:52:15

Comparing /work/SRC/openSUSE:12.3:Update/Mesa.1592 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.Mesa.1592.new (New)


Package is Mesa.1592

Changes:

--- /work/SRC/openSUSE:12.3:Update/Mesa.1592/Mesa.changes   2013-04-23 
15:35:21.0 +0200
+++ /work/SRC/openSUSE:12.3:Update/.Mesa.1592.new/Mesa.changes  2013-06-06 
13:52:17.0 +0200
@@ -1,0 +2,9 @@
+Tue May 28 13:52:21 UTC 2013 - sndir...@suse.com
+
+- u_0001_integer_overflow_in_XF86DRIOpenConnection_CVE-2013-1993.patch,
+  u_0002_integer_overflow_in_XF86DRIGetClientDriverName_CVE-2013-1993.patch
+  * fixes integer overflow in XF86DRIOpenConnection()/
+XF86DRIGetClientDriverName() [CVE-2013-1993] (bnc#821855,
+bnc#815451)
+
+---

New:

  u_0001_integer_overflow_in_XF86DRIOpenConnection_CVE-2013-1993.patch
  u_0002_integer_overflow_in_XF86DRIGetClientDriverName_CVE-2013-1993.patch



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.wrYo8H/_old  2013-06-06 13:52:17.0 +0200
+++ /var/tmp/diff_new_pack.wrYo8H/_new  2013-06-06 13:52:17.0 +0200
@@ -96,6 +96,8 @@
 Patch16:u_mesa-8.0-llvmpipe-shmget.patch
 # PATCH-FIX-UPSTREAM mesa-i965-render-between-hiz-flushes.patch fdo#62141 
bnc#814947 dims...@opensuse.org -- i965: Make sure we do render between two hiz 
flushes
 Patch17:mesa-i965-render-between-hiz-flushes.patch
+Patch18:
u_0001_integer_overflow_in_XF86DRIOpenConnection_CVE-2013-1993.patch  
+Patch19:
u_0002_integer_overflow_in_XF86DRIGetClientDriverName_CVE-2013-1993.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -483,6 +485,8 @@
 %patch13 -p1
 %patch14 -p1
 %patch17 -p1
+%patch18 -p1
+%patch19 -p1
 
 %build
 

++ u_0001_integer_overflow_in_XF86DRIOpenConnection_CVE-2013-1993.patch 
++
[Mesa-dev] [PATCH:mesa 1/2] integer overflow in XF86DRIOpenConnection() 
[CVE-2013-1993 1/2]
Alan Coopersmith alan.coopersmith at oracle.com

busIdStringLength is a CARD32 and needs to be bounds checked before adding
one to it to come up with the total size to allocate, to avoid integer
overflow leading to underallocation and writing data from the network past
the end of the allocated buffer.

Reported-by: Ilja Van Sprundel ivansprundel at ioactive.com
Signed-off-by: Alan Coopersmith alan.coopersmith at oracle.com
---
 src/glx/XF86dri.c |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Index: mesa-8.0.4/src/glx/XF86dri.c
===
--- mesa-8.0.4.orig/src/glx/XF86dri.c
+++ mesa-8.0.4/src/glx/XF86dri.c
@@ -43,6 +43,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN
 #include X11/extensions/Xext.h
 #include X11/extensions/extutil.h
 #include xf86dristr.h
+#include limits.h
 
 static XExtensionInfo _xf86dri_info_data;
 static XExtensionInfo *xf86dri_info = _xf86dri_info_data;
@@ -201,7 +202,11 @@ XF86DRIOpenConnection(Display * dpy, int
}
 
if (rep.length) {
-  if (!(*busIdString = (char *) Xcalloc(rep.busIdStringLength + 1, 1))) {
+  if (rep.busIdStringLength  INT_MAX)
+ *busIdString = calloc(rep.busIdStringLength + 1, 1);
+  else
+ *busIdString = NULL;
+  if (*busIdString == NULL) {
  _XEatData(dpy, ((rep.busIdStringLength + 3)  ~3));
  UnlockDisplay(dpy);
  SyncHandle();
++ 
u_0002_integer_overflow_in_XF86DRIGetClientDriverName_CVE-2013-1993.patch ++
[Mesa-dev] [PATCH:mesa 2/2] integer overflow in XF86DRIGetClientDriverName() 
[CVE-2013-1993 2/2]
Alan Coopersmith alan.coopersmith at oracle.com

clientDriverNameLength is a CARD32 and needs to be bounds checked before
adding one to it to come up with the total size to allocate, to avoid
integer overflow leading to underallocation and writing data from the
network past the end of the allocated buffer.

Reported-by: Ilja Van Sprundel ivansprundel at ioactive.com
Signed-off-by: Alan Coopersmith alan.coopersmith at oracle.com
---
 src/glx/XF86dri.c |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Index: mesa-8.0.4/src/glx/XF86dri.c
===
--- mesa-8.0.4.orig/src/glx/XF86dri.c
+++ mesa-8.0.4/src/glx/XF86dri.c
@@ -300,9 +300,11 @@ XF86DRIGetClientDriverName(Display * dpy
*ddxDriverPatchVersion = rep.ddxDriverPatchVersion;
 
if (rep.length) {
-  if (!
-  (*clientDriverName =
-   (char *) Xcalloc(rep.clientDriverNameLength + 1, 1))) {
+  if (rep.clientDriverNameLength  INT_MAX)
+ *clientDriverName = 

commit patchinfo.1592 for openSUSE:12.2:Update

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1592 for 
openSUSE:12.2:Update checked in at 2013-06-06 13:52:19

Comparing /work/SRC/openSUSE:12.2:Update/patchinfo.1592 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.patchinfo.1592.new (New)


Package is patchinfo.1592

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagersndirsch/packager
  categorysecurity/category
  ratingmoderate/rating
  summaryMesa: security and bugfix update/summary
  description
This Mesa update fixes the following security bug:
CVE-2013-1993: Integer overflows in XF86DRIOpenConnection and 
XF86DRIGetClientDriverName were fixed
that could lead to client crashes when using a malicious X server.

This update fixes the following issue for Mesa on openSUSE 12.3:
- bnc#814947, fdo#62141: Make sure we do render between two hiz flushes

/description
  issue tracker=bnc id=814947MESA: [SNB] hang on gnome-shell start/issue
  issue tracker=cve id=CVE-2013-1993integer overflow in 
XF86DRIOpenConnection()/XF86DRIGetClientDriverName/issue
  issue tracker=bnc id=821855/issue
  issue tracker=bnc id=815451/issue
  issue tracker=fdo id=62141[SNB] hang on gnome-shell start with Fedora 
19/rawhide + rc6/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Test-Most for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Most for openSUSE:Factory 
checked in at 2013-06-06 13:52:34

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
2012-01-04 07:29:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Most.new/perl-Test-Most.changes   
2013-06-06 13:52:35.0 +0200
@@ -1,0 +2,11 @@
+Tue Jun  4 15:05:24 UTC 2013 - co...@suse.com
+
+- updated to 0.31
+   - Fix You tried to plan twice bug (reported on #78564)
+   - Bugfix: Moose can now be used safely as we exclude
+ Test::Deep::blessed by default (multiple reports)
+   - Bugfix from Randy Stauner. Time::HiRes eval test uses $@, not @_
+   - carp instead of warn (Olivier Mengué)
+   - Remove autogenerated files (Olivier Mengué)
+
+---

Old:

  Test-Most-0.25.tar.gz

New:

  Test-Most-0.31.tar.gz



Other differences:
--
++ perl-Test-Most.spec ++
--- /var/tmp/diff_new_pack.ktK6hT/_old  2013-06-06 13:52:36.0 +0200
+++ /var/tmp/diff_new_pack.ktK6hT/_new  2013-06-06 13:52:36.0 +0200
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
 #
 # spec file for package perl-Test-Most
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +14,23 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   perl-Test-Most
-Version:0.25
+Version:0.31
 Release:0
-Summary:Most commonly needed test functions and features
+%define cpan_name Test-Most
+Summary:Most commonly needed test functions and features.
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Most-%{version}.tar.gz
 Url:http://search.cpan.org/dist/Test-Most/
+Source: 
http://www.cpan.org/authors/id/O/OV/OVID/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Exception::Class) = 1.14
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build) = 0.4000
 BuildRequires:  perl(Test::Deep) = 0.106
 BuildRequires:  perl(Test::Differences) = 0.61
 BuildRequires:  perl(Test::Exception) = 0.31
@@ -47,46 +48,53 @@
 Requires:   perl(Test::More) = 0.88
 Requires:   perl(Test::Warn) = 0.23
 Recommends: perl(Data::Dumper::Names) = 0.03
+%{perl_requires}
 
 %description
-Test::Most exists to reduce boilerplate and to make your testing life easier.
-We provide one stop shopping for most commonly used testing modules. In fact,
-we often require the latest versions so that you get bug fixes through
-Test::Most and don't have to keep upgrading these modules separately.
-
-This module provides you with the most commonly used testing functions, along
-with automatically turning on strict and warning and gives you a bit more
-fine-grained control over your test suite.
+the Test::Most manpage exists to reduce boilerplate and to make your
+testing life easier. We provide one stop shopping for most commonly used
+testing modules. In fact, we often require the latest versions so that you
+get bug fixes through the Test::Most manpage and don't have to keep
+upgrading these modules separately.
+
+This module provides you with the most commonly used testing functions,
+along with automatically turning on strict and warning and gives you a bit
+more fine-grained control over your test suite.
+
+use Test::Most tests = 4, 'die';
+
+ok 1, 'Normal calls to ok() should succeed';
+is 2, 2, '... as should all passing tests';
+eq_or_diff [3], [4], '... but failing tests should die';
+ok 4, '... will never get to here';
+
+As you can see, the 'eq_or_diff' test will fail. Because 'die' is in the
+import list, the test program will halt at that point.
+
+If you do not want strict and warnings enabled, you must explicitly disable
+them. Thus, you must be explicit about what you want and no longer need to
+worry about accidentally forgetting them.
+
+use Test::Most tests = 4;
+no strict;
+no warnings;
 
 %prep
-%setup -q -n Test-Most-%{version}
-%__sed -i '/^auto_install/d' Makefile.PL

commit perl-Test-Taint for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Taint for openSUSE:Factory 
checked in at 2013-06-06 13:56:31

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


Package is perl-Test-Taint

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Taint/perl-Test-Taint.changes  
2011-09-23 12:39:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Taint.new/perl-Test-Taint.changes 
2013-06-06 13:56:32.0 +0200
@@ -1,0 +2,15 @@
+Tue Jun  4 15:09:35 UTC 2013 - co...@suse.com
+
+- updated to 1.06
+   [ENHANCEMENTS]
+   tainted() now localizes $SIG{__DIE__} before performing the
+   taint check.  If the calling program has its own $SIG{__DIE__},
+   we don't want to use it.  Thanks, Pete Krawczyk.
+   https://rt.cpan.org/Ticket/Display.html?id=23507
+
+   [FIXES]
+   Checks for undef before opening files when trying to create
+   some taint. Thanks Frédéric Buclin.
+   https://rt.cpan.org/Ticket/Display.html?id=51246
+
+---

Old:

  Test-Taint-1.04.tar.gz

New:

  Test-Taint-1.06.tar.gz



Other differences:
--
++ perl-Test-Taint.spec ++
--- /var/tmp/diff_new_pack.pOvqLC/_old  2013-06-06 13:56:32.0 +0200
+++ /var/tmp/diff_new_pack.pOvqLC/_new  2013-06-06 13:56:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Taint
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,19 +16,23 @@
 #
 
 
-
 Name:   perl-Test-Taint
-Version:1.04
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.06
+Release:0
 %define cpan_name Test-Taint
 Summary:Tools to test taintedness
-Url:http://search.cpan.org/dist/Test-Taint/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Test-Taint/
 Source: 
http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+#BuildRequires: perl(My::ObjectHash)
+#BuildRequires: perl(Test::Taint)
+#BuildRequires: perl(Tie::StdArray)
+#BuildRequires: perl(Tie::StdHash)
+#BuildRequires: perl(Tie::StdScalar)
 %{perl_requires}
 
 %description
@@ -57,9 +61,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes

++ Test-Taint-1.04.tar.gz - Test-Taint-1.06.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Taint-1.04/Changes new/Test-Taint-1.06/Changes
--- old/Test-Taint-1.04/Changes 2004-08-10 05:06:27.0 +0200
+++ new/Test-Taint-1.06/Changes 2012-10-19 18:30:43.0 +0200
@@ -1,5 +1,18 @@
 Revision history for Perl extension Test::Taint
 
+1.06Fri Oct 19 11:30:31 CDT 2012
+[ENHANCEMENTS]
+tainted() now localizes $SIG{__DIE__} before performing the
+taint check.  If the calling program has its own $SIG{__DIE__},
+we don't want to use it.  Thanks, Pete Krawczyk.
+https://rt.cpan.org/Ticket/Display.html?id=23507
+
+[FIXES]
+Checks for undef before opening files when trying to create
+some taint. Thanks Frédéric Buclin.
+https://rt.cpan.org/Ticket/Display.html?id=51246
+
+
 1.04Mon Aug  9 22:06:10 CDT 2004
 No differences from 1.03_01.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Taint-1.04/MANIFEST new/Test-Taint-1.06/MANIFEST
--- old/Test-Taint-1.04/MANIFEST2004-07-01 06:47:12.0 +0200
+++ new/Test-Taint-1.06/MANIFEST2012-10-19 18:31:16.0 +0200
@@ -1,7 +1,6 @@
 Changes
 Makefile.PL
 MANIFEST
-META.yml
 ppport.h
 t/00.load.t
 t/no-dash-T.t
@@ -14,3 +13,5 @@
 t/tainted_ok_deeply.t
 Taint.pm
 Taint.xs
+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/Test-Taint-1.04/META.json 
new/Test-Taint-1.06/META.json
--- old/Test-Taint-1.04/META.json   1970-01-01 01:00:00.0 +0100
+++ new/Test-Taint-1.06/META.json   2012-10-19 18:31:16.0 +0200

commit perl-Test-Spec for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Spec for openSUSE:Factory 
checked in at 2013-06-06 13:56:24

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
2012-03-12 08:54:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Spec.new/perl-Test-Spec.changes   
2013-06-06 13:56:26.0 +0200
@@ -1,0 +2,16 @@
+Tue Jun  4 15:08:18 UTC 2013 - co...@suse.com
+
+- updated to 0.46
+   - with() enables argument matching on mocked methods
+   - raises() makes mocked methods raise exceptions
+ Contributed by Kjell-Magne Øierud (issue #12)
+ 
+   - Add support for TAP version 13.
+ Contributed by Michael G. Schwern (issue #11)
+ 
+   - Allow shared_examples_for to be defined in any context.
+ 
+   - Fixed runtests() to honor its contract to run only the examples specified
+ in its @patterns parameter or SPEC environment variable.
+ 
+---

Old:

  Test-Spec-0.42.tar.gz

New:

  Test-Spec-0.46.tar.gz



Other differences:
--
++ perl-Test-Spec.spec ++
--- /var/tmp/diff_new_pack.FJN6Ct/_old  2013-06-06 13:56:27.0 +0200
+++ /var/tmp/diff_new_pack.FJN6Ct/_new  2013-06-06 13:56:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Spec
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Spec
-Version:0.42
+Version:0.46
 Release:0
 %define cpan_name Test-Spec
 Summary:Write tests in a declarative specification style
@@ -66,10 +66,8 @@
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
 
-%if 0%{?suse_version} == 0 || 0%{?suse_version}  1120
 %check
 %{__make} test
-%endif
 
 %install
 %perl_make_install

++ Test-Spec-0.42.tar.gz - Test-Spec-0.46.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Spec-0.42/Changes new/Test-Spec-0.46/Changes
--- old/Test-Spec-0.42/Changes  2012-03-06 04:21:04.0 +0100
+++ new/Test-Spec-0.46/Changes  2012-10-02 19:26:36.0 +0200
@@ -1,5 +1,21 @@
 Revision history for Perl extension Test::Spec.
 
+0.46 Tue Oct  2 13:23:00 EDT 2012
+  - with() enables argument matching on mocked methods
+  - raises() makes mocked methods raise exceptions
+Contributed by Kjell-Magne Øierud (issue #12)
+
+0.45 Mon May  7 10:08:13 EDT 2012
+  - Add support for TAP version 13.
+Contributed by Michael G. Schwern (issue #11)
+
+0.44 Mon Apr 30 11:04:00 CST 2012
+  - Allow shared_examples_for to be defined in any context.
+
+0.43 Sat Apr 14 16:22:00 EST 2012
+  - Fixed runtests() to honor its contract to run only the examples specified
+in its @patterns parameter or SPEC environment variable.
+
 0.42 Mon Mar 05 21:18:00 CST 2012
   - Added context() and xcontext() aliases for describe/xdescribe
 (reported by intrigeri)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Spec-0.42/MANIFEST new/Test-Spec-0.46/MANIFEST
--- old/Test-Spec-0.42/MANIFEST 2012-03-06 04:21:16.0 +0100
+++ new/Test-Spec-0.46/MANIFEST 2012-10-02 19:29:05.0 +0200
@@ -20,11 +20,13 @@
 t/mocks.t
 t/mocks_imports.t
 t/perl_warning_spec.pl
+t/runtests_subset.t
 t/shared_examples.t
 t/shared_examples_spec.pl
 t/show_exceptions.t
 t/spec_helper.t
 t/strict_violating_spec.pl
+t/subset_spec.pl
 t/test_helper.pl
 t/uncompilable_spec.pl
 META.yml Module meta-data (added by MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Spec-0.42/META.yml new/Test-Spec-0.46/META.yml
--- old/Test-Spec-0.42/META.yml 2012-03-06 04:21:16.0 +0100
+++ new/Test-Spec-0.46/META.yml 2012-10-02 19:29:05.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   Test-Spec
-version:0.42
+version:0.46
 abstract:   Write tests in a declarative specification style
 author:
 - Philip Garrett philip.garr...@icainformatics.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Spec-0.42/lib/Test/Spec/Mocks.pm 
new/Test-Spec-0.46/lib/Test/Spec/Mocks.pm
--- old/Test-Spec-0.42/lib/Test/Spec/Mocks.pm   2012-01-31 00:36:05.0 
+0100
+++ 

commit perl-Test-Tester for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Tester for 
openSUSE:Factory checked in at 2013-06-06 13:56:36

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


Package is perl-Test-Tester

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Tester/perl-Test-Tester.changes
2012-02-20 16:17:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Tester.new/perl-Test-Tester.changes   
2013-06-06 13:56:38.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun  4 15:10:46 UTC 2013 - co...@suse.com
+
+- updated to 0.109
+  Add minimal support for note and explain (i.e. don't crash).
+
+---

Old:

  Test-Tester-0.108.tar.gz

New:

  Test-Tester-0.109.tar.gz



Other differences:
--
++ perl-Test-Tester.spec ++
--- /var/tmp/diff_new_pack.jfGLVe/_old  2013-06-06 13:56:38.0 +0200
+++ /var/tmp/diff_new_pack.jfGLVe/_new  2013-06-06 13:56:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Tester
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Tester
-Version:0.108
+Version:0.109
 Release:0
 %define cpan_name Test-Tester
 Summary:Ease testing test modules built with Test::Builder

++ Test-Tester-0.108.tar.gz - Test-Tester-0.109.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Tester-0.108/CHANGES 
new/Test-Tester-0.109/CHANGES
--- old/Test-Tester-0.108/CHANGES   2011-11-30 15:05:43.0 +0100
+++ new/Test-Tester-0.109/CHANGES   2013-05-26 04:11:29.0 +0200
@@ -1,3 +1,7 @@
+0.109
+
+Add minimal support for note and explain (i.e. don't crash).
+
 0.108
 
 At the request Michael Schwern, do not require threads any longer as
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Tester-0.108/MANIFEST 
new/Test-Tester-0.109/MANIFEST
--- old/Test-Tester-0.108/MANIFEST  2011-11-30 15:02:13.0 +0100
+++ new/Test-Tester-0.109/MANIFEST  2013-05-26 04:12:05.0 +0200
@@ -17,3 +17,4 @@
 t/SmallTest.pm
 t/fail/fail.t
 TODO
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Tester-0.108/META.json 
new/Test-Tester-0.109/META.json
--- old/Test-Tester-0.108/META.json 1970-01-01 01:00:00.0 +0100
+++ new/Test-Tester-0.109/META.json 2013-05-26 04:12:05.0 +0200
@@ -0,0 +1,41 @@
+{
+   abstract : unknown,
+   author : [
+  Fergal Daly fer...@esatclear.ie
+   ],
+   dynamic_config : 1,
+   generated_by : ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.112150,
+   license : [
+  unknown
+   ],
+   meta-spec : {
+  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  version : 2
+   },
+   name : Test-Tester,
+   no_index : {
+  directory : [
+ t,
+ inc
+  ]
+   },
+   prereqs : {
+  build : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  configure : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  runtime : {
+ requires : {
+Test::Builder : 0
+ }
+  }
+   },
+   release_status : stable,
+   version : 0.109
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Tester-0.108/META.yml 
new/Test-Tester-0.109/META.yml
--- old/Test-Tester-0.108/META.yml  2011-11-30 15:06:30.0 +0100
+++ new/Test-Tester-0.109/META.yml  2013-05-26 04:12:05.0 +0200
@@ -1,11 +1,22 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXX This is a prototype!!!  It will change in the future!!! X#
-name: Test-Tester
-version:  0.108
-version_from: ./lib/Test/Tester.pm
-installdirs:  perl
+---
+abstract: unknown
+author:
+  - 'Fergal Daly fer...@esatclear.ie'
+build_requires:
+  ExtUtils::MakeMaker: 0
+configure_requires:
+  ExtUtils::MakeMaker: 0
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.112150'
+license: unknown
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Test-Tester
+no_index:
+  directory:
+- t
+- inc
 

commit perl-Test-Unit-Lite for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Unit-Lite for 
openSUSE:Factory checked in at 2013-06-06 13:57:54

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


Package is perl-Test-Unit-Lite

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Unit-Lite/perl-Test-Unit-Lite.changes  
2012-05-29 11:42:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Unit-Lite.new/perl-Test-Unit-Lite.changes 
2013-06-06 13:57:55.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun  4 15:14:48 UTC 2013 - co...@suse.com
+
+- updated to 0.1202
+ * RT #81879: hash key randomization after 5.17.5
+
+---

Old:

  Test-Unit-Lite-0.1201.tar.gz

New:

  Test-Unit-Lite-0.1202.tar.gz



Other differences:
--
++ perl-Test-Unit-Lite.spec ++
--- /var/tmp/diff_new_pack.MMdzNJ/_old  2013-06-06 13:57:55.0 +0200
+++ /var/tmp/diff_new_pack.MMdzNJ/_new  2013-06-06 13:57:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Unit-Lite
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Unit-Lite
-Version:0.1201
+Version:0.1202
 Release:0
 %define cpan_name Test-Unit-Lite
 Summary:Unit testing without external dependencies
@@ -42,9 +42,15 @@
 #BuildRequires: perl(Readonly)
 #BuildRequires: perl(Taint::Runtime)
 #BuildRequires: perl(Test::CheckChanges)
+#BuildRequires: perl(Test::CPAN::Changes)
+#BuildRequires: perl(Test::CPAN::Meta)
+#BuildRequires: perl(Test::DistManifest)
 #BuildRequires: perl(Test::Distribution)
+#BuildRequires: perl(Test::EOL)
 #BuildRequires: perl(Test::Kwalitee)
+#BuildRequires: perl(Test::NoTabs)
 #BuildRequires: perl(TestObject)
+#BuildRequires: perl(Test::Perl::Critic)
 #BuildRequires: perl(Test::Pod) = 1.14
 #BuildRequires: perl(Test::Pod::Coverage) = 1.04
 #BuildRequires: perl(Test::Signature)
@@ -84,6 +90,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples LICENSE README xt
+%doc Changes examples LICENSE README README.md
 
 %changelog

++ Test-Unit-Lite-0.1201.tar.gz - Test-Unit-Lite-0.1202.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.1201/Build.PL 
new/Test-Unit-Lite-0.1202/Build.PL
--- old/Test-Unit-Lite-0.1201/Build.PL  2012-03-25 15:32:07.0 +0200
+++ new/Test-Unit-Lite-0.1202/Build.PL  2012-12-20 17:11:41.0 +0100
@@ -12,29 +12,29 @@
 (my $dist = $module) =~ s/::/-/g;
 
 my $build = Module::Build-new(
-module_name = $module,
-license = 'perl',
-requires = {
-'perl'   = 5.006,
+module_name = $module,
+license = 'perl',
+requires= {
+'perl'  = 5.006,
 },
-optional = {
+recommends  = {
 },
-build_requires = {
+build_requires  = {
 },
 auto_configure_requires = 0,
-create_makefile_pl = 'traditional',
-create_readme = 1,
-create_license = 1,
-sign = 1,
-recursive_test_files = 0,
-add_to_cleanup = [
-'*.bak', '*.gz', '*.tgz', '*.ppd', '*.ppmx', '*.deb', '*.bat',
-'Makefile', 'pm_to_blib', 'cover_db', 'Debian_CPANTS.txt',
+create_makefile_pl  = 'traditional',
+create_readme   = 1,
+create_license  = 1,
+recursive_test_files= 0,
+add_to_cleanup  = [
+'*.bak', '*.gz', '*.tgz', '*.ppd', '*.ppmx', '*.deb',
+'pm_to_blib', 'cover_db', 'Debian_CPANTS.txt',
+'compilet*', 'test-*',
 $dist-*,
 ],
 meta_merge = {
 resources = {
-bugtracker = http://rt.cpan.org/NoAuth/Bugs.html?Dist=$dist;,
+bugtracker = http://github.com/dex4er/perl-$dist/issues;,
 repository = http://github.com/dex4er/perl-$dist;,
 },
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Unit-Lite-0.1201/Changes 
new/Test-Unit-Lite-0.1202/Changes
--- old/Test-Unit-Lite-0.1201/Changes   2012-03-25 15:32:07.0 +0200
+++ new/Test-Unit-Lite-0.1202/Changes   2012-12-20 17:11:41.0 +0100
@@ -1,10 +1,17 @@
 
-0.1201 | Piotr Roszatycki dex...@cpan.org | 2012-03-25
+0.1202  2012-12-15  Piotr 

commit perl-Test-WWW-Mechanize for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-WWW-Mechanize for 
openSUSE:Factory checked in at 2013-06-06 13:59:44

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


Package is perl-Test-WWW-Mechanize

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-WWW-Mechanize/perl-Test-WWW-Mechanize.changes
  2012-02-16 15:00:45.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-WWW-Mechanize.new/perl-Test-WWW-Mechanize.changes
 2013-06-06 13:59:45.0 +0200
@@ -1,0 +2,36 @@
+Tue Jun  4 15:15:46 UTC 2013 - co...@suse.com
+
+- updated to 1.44
+  If you want to use the autolint functionality, you'll have to have
+  HTML::Lint 2.20.
+  
+  [FIXES]
+  Custom lint objects don't get reset before they get used, making
+  autolint with a custom lint object practically useless.
+  https://github.com/petdance/test-www-mechanize/issues/25
+  
+  [ENHANCEMENTS]
+  Added a $mech-autolint() method so you can turn autolinting on and off
+  in mid-program.  Thanks, Mike O'Regan.
+  
+  New functions $mech-scrape_text_by_id() and $mech-scrape_text_by_attr()
+  let you extract text from your pages.  Convenience function
+  $mech-scraped_id_is() makes it easy to scrape and compare in one
+  function.
+  
+  h1 id=pagetitleMy Awesome Page!/h1
+  
+  # Verify that HTML is there with:
+  $mech-scraped_id_is( 'pagetitle', 'My Awesome Page!' );
+  
+  [FIXES]
+  $mech-has_tag() now handles nested tags more sensibly.  This fixes
+  Google Code ticket #1.
+  
+  
+  [INTERNALS]
+  Explicitly requires Test::Simple 0.94 or higher.
+  
+  Brought over t/TestServer.pm from WWW::Mechanize which fixes a number
+
+---

Old:

  Test-WWW-Mechanize-1.38.tar.gz

New:

  Test-WWW-Mechanize-1.44.tar.gz



Other differences:
--
++ perl-Test-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.vCBEuH/_old  2013-06-06 13:59:45.0 +0200
+++ /var/tmp/diff_new_pack.vCBEuH/_new  2013-06-06 13:59:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-WWW-Mechanize
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,11 @@
 
 
 Name:   perl-Test-WWW-Mechanize
-Version:1.38
+Version:1.44
 Release:0
 %define cpan_name Test-WWW-Mechanize
 Summary:Testing-specific WWW::Mechanize subclass
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-WWW-Mechanize/
 Source: 
http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
@@ -36,9 +36,11 @@
 BuildRequires:  perl(LWP) = 6.02
 BuildRequires:  perl(Test::Builder::Tester) = 1.09
 BuildRequires:  perl(Test::LongString) = 0.15
+BuildRequires:  perl(Test::More) = 0.96
 BuildRequires:  perl(URI::file)
 BuildRequires:  perl(WWW::Mechanize) = 1.68
 #BuildRequires: perl(TestServer)
+#BuildRequires: perl(Test::WWW::Mechanize)
 Requires:   perl(Carp::Assert::More)
 Requires:   perl(HTML::TreeBuilder)
 Requires:   perl(HTTP::Server::Simple) = 0.42
@@ -46,6 +48,7 @@
 Requires:   perl(LWP) = 6.02
 Requires:   perl(Test::Builder::Tester) = 1.09
 Requires:   perl(Test::LongString) = 0.15
+Requires:   perl(Test::More) = 0.96
 Requires:   perl(URI::file)
 Requires:   perl(WWW::Mechanize) = 1.68
 %{perl_requires}
@@ -70,6 +73,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes README.md
 
 %changelog

++ Test-WWW-Mechanize-1.38.tar.gz - Test-WWW-Mechanize-1.44.tar.gz ++
 2179 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Tree-DAG_Node for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Tree-DAG_Node for 
openSUSE:Factory checked in at 2013-06-06 14:00:18

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


Package is perl-Tree-DAG_Node

Changes:

--- /work/SRC/openSUSE:Factory/perl-Tree-DAG_Node/perl-Tree-DAG_Node.changes
2011-11-21 12:49:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Tree-DAG_Node.new/perl-Tree-DAG_Node.changes   
2013-06-06 14:00:20.0 +0200
@@ -1,0 +2,35 @@
+Tue Jun  4 15:24:17 UTC 2013 - co...@suse.com
+
+- updated to 1.11
+   - Correct the date (2012 - 2013) in this file used for V 1.10.
+   - Correct the text at LTree::DAG_Node/AUTHOR so it refers to Artistic 
License 2.0,
+   which now matches what it says in Build.PL and Makefile.PL. 
Resolves RT#83088.
+
+   - Change t/pod.t to look for Test::Pod 1.45, but comment out Test::Pod 
in Build.PL and Makefile.PL.
+   This means Test::Pod is not used at all if it is not installed. 
As per RT#83077.
+
+   - For pre-reqs such as strict, warnings, etc, which ship with Perl, set 
the version # to 0.
+   Reported as RT#80663 by Father Chrysostomos for Tree::DAG_Node.
+
+   - New maintainer: Ron Savage
+   - Pre-emptive apologies for any changes which are not back-compat. No 
such problems are expected, but the
+   introduction of new methods may disconcert some viewers.
+   - Fix RT#78858, reported by Gene Boggs. Audit code for similar problems.
+   - Fix RT#79506. reported by Ron Savage.
+   - Rename ChangeLog to CHANGES, and add Changelog.ini.
+   - Replace all uses of cyclicity_fault() and Carp::croak with die.
+   - Remove unused methods: decommission_root(), cyclicity_allowed(), 
cyclicity_fault(), inaugurate_root(),
+   no_cyclicity() and _update_links(). OK - cyclicity_fault() was 
called once. It just died.
+   - Add methods: format_node(), hashref2string(), is_root(), 
node2string(), tree2string().
+   tree2string($opts, $node) - unlike draw_ascii_tree() - can 
optionally print the tree starting at any node.
+   Override format_node(), hashref2string(), and node2string() if 
desired.
+   - Reformat the POD big-time.
+   - Add Build.PL.
+   - Re-write Makefile.PL.
+   - Remove use vars(@ISA $Debug $VERSION). Replace latter 2 with 'our 
...'.
+   - Rename t/00_about_verbose.t to t/about.perl.t.
+   - Add scripts/cut.and.paste.subtrees.pl. Warning: Some trees get into 
an infinite loop.
+   - Add t/cut.and.paste.subtrees.t.Warning: Some trees get into 
an infinite loop.
+   - Document the options (discouraged by Sean) supported in the call to 
new($hashref).
+
+---

Old:

  Tree-DAG_Node-1.06.tar.gz

New:

  Tree-DAG_Node-1.11.tgz



Other differences:
--
++ perl-Tree-DAG_Node.spec ++
--- /var/tmp/diff_new_pack.1Ont2u/_old  2013-06-06 14:00:21.0 +0200
+++ /var/tmp/diff_new_pack.1Ont2u/_new  2013-06-06 14:00:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Tree-DAG_Node
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,63 +15,113 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Tree-DAG_Node
-Version:1.06 
-Release:51
-AutoReqProv:on
+Version:1.11
+Release:0
+%define cpan_name Tree-DAG_Node
+Summary:An N-ary tree
+License:Artistic-2.0
 Group:  Development/Libraries/Perl
-License:Artistic-1.0
-Url:http://cpan.org/modules/by-module/Tree/
-Summary:Tree::DAG_Node - (super)class for representing nodes in a tree
-Source: Tree-DAG_Node-%{version}.tar.gz 
+Url:http://search.cpan.org/dist/Tree-DAG_Node/
+Source: 
http://www.cpan.org/authors/id/R/RS/RSAVAGE/%{cpan_name}-%{version}.tgz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Module::Build) = 0.38
+BuildRequires:  perl(Test::More) = 0.98
+#BuildRequires: perl(Tree::DAG_Node)
+%{perl_requires}
 
 %description
-This class encapsulates/makes/manipulates objects that represent nodes
-in a tree structure. The tree structure is not an object itself, but is

commit perl-Try-Tiny for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Try-Tiny for openSUSE:Factory 
checked in at 2013-06-06 14:00:55

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


Package is perl-Try-Tiny

Changes:

--- /work/SRC/openSUSE:Factory/perl-Try-Tiny/perl-Try-Tiny.changes  
2011-09-23 12:39:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Try-Tiny.new/perl-Try-Tiny.changes 
2013-06-06 14:00:58.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun  4 15:25:34 UTC 2013 - co...@suse.com
+
+- updated to 0.12
+ - doc fixes
+
+---

Old:

  Try-Tiny-0.11.tar.gz

New:

  Try-Tiny-0.12.tar.gz



Other differences:
--
++ perl-Try-Tiny.spec ++
--- /var/tmp/diff_new_pack.h0ZtL4/_old  2013-06-06 14:00:59.0 +0200
+++ /var/tmp/diff_new_pack.h0ZtL4/_new  2013-06-06 14:00:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Try-Tiny
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   perl-Try-Tiny
-Version:0.11
-Release:1
-License:MIT
+Version:0.12
+Release:0
 %define cpan_name Try-Tiny
 Summary:Minimal try/catch with proper localization of $@
-Url:http://search.cpan.org/dist/Try-Tiny/
+License:MIT
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Try-Tiny/
 Source: 
http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,9 +36,9 @@
 designed to minimize common mistakes with eval blocks, and NOTHING else.
 
 This is unlike the TryCatch manpage which provides a nice syntax and avoids
-adding another call stack layer, and supports calling 'return' from the try
-block to return from the parent subroutine. These extra features come at a
-cost of a few dependencies, namely the Devel::Declare manpage and the
+adding another call stack layer, and supports calling 'return' from the
+'try' block to return from the parent subroutine. These extra features come
+at a cost of a few dependencies, namely the Devel::Declare manpage and the
 Scope::Upper manpage which are occasionally problematic, and the additional
 catch filtering uses the Moose manpage type constraints which may not be
 desirable either.
@@ -50,28 +49,30 @@
 boilerplate each time.
 
 It's designed to work as correctly as possible in light of the various
-pathological edge cases (see the BACKGROUND manpage) and to be compatible
+pathological edge cases (see the /BACKGROUND manpage) and to be compatible
 with any style of error values (simple strings, references, objects,
 overloaded objects, etc).
 
-If the try block dies, it returns the value of the last statement executed
-in the catch block, if there is one. Otherwise, it returns 'undef' in
-scalar context or the empty list in list context. The following two
-examples both assign 'bar' to '$x'.
+If the 'try' block dies, it returns the value of the last statement
+executed in the 'catch' block, if there is one. Otherwise, it returns
+'undef' in scalar context or the empty list in list context. The following
+examples all assign 'bar' to '$x':
 
my $x = try { die foo } catch { bar };
+   my $x = try { die foo } || { bar };
+   my $x = (try { die foo }) // { bar };
 
my $x = eval { die foo } || bar;
 
-You can add finally blocks making the following true.
+You can add 'finally' blocks, yielding the following:
 
my $x;
try { die 'foo' } finally { $x = 'bar' };
try { die 'foo' } catch { warn Got a die: $_ } finally { $x = 'bar' };
 
-Finally blocks are always executed making them suitable for cleanup code
-which cannot be handled using local. You can add as many finally blocks to
-a given try block as you like.
+'finally' blocks are always executed making them suitable for cleanup code
+which cannot be handled using local. You can add as many 'finally' blocks
+to a given 'try' block as you like.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ Try-Tiny-0.11.tar.gz - Try-Tiny-0.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Try-Tiny-0.11/Changes new/Try-Tiny-0.12/Changes
--- old/Try-Tiny-0.11/Changes   2011-08-30 17:50:00.0 +0200
+++ new/Try-Tiny-0.12/Changes   2013-01-02 17:27:56.0 

commit perl-XML-Writer for openSUSE:Factory

2013-06-06 Thread h_root


bing8T3joIdhh.bin
Description: Binary data


commit ecj-bootstrap for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package ecj-bootstrap for openSUSE:Factory 
checked in at 2013-06-06 14:50:59

Comparing /work/SRC/openSUSE:Factory/ecj-bootstrap (Old)
 and  /work/SRC/openSUSE:Factory/.ecj-bootstrap.new (New)


Package is ecj-bootstrap

Changes:

--- /work/SRC/openSUSE:Factory/ecj-bootstrap/ecj-bootstrap.changes  
2011-09-23 01:55:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.ecj-bootstrap.new/ecj-bootstrap.changes 
2013-06-06 14:51:00.0 +0200
@@ -1,0 +2,5 @@
+Fri May 31 16:44:53 UTC 2013 - vark...@suse.com
+
+- Fix the spec to avoid fileconflicts with ecj 
+
+---



Other differences:
--
++ ecj-bootstrap.spec ++
--- /var/tmp/diff_new_pack.5jaeaZ/_old  2013-06-06 14:51:01.0 +0200
+++ /var/tmp/diff_new_pack.5jaeaZ/_new  2013-06-06 14:51:01.0 +0200
@@ -1,7 +1,8 @@
+# vim:fdm=marker:foldmarker=#,#:foldcolumn=6:foldlevel=42:
 #
 # spec file for package ecj-bootstrap
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +17,22 @@
 #
 
 
-
 Name:   ecj-bootstrap
-BuildRequires:  fastjar gcc-gij gcc-java libgcj-devel unzip zip
+BuildRequires:  fastjar
+BuildRequires:  gcc-gij
+BuildRequires:  gcc-java
+BuildRequires:  libgcj-devel
+BuildRequires:  unzip
+BuildRequires:  zip
 %define eclipse_version 3.4
 %define jarname eclipse-ecj
+Summary:Eclipse Java Compiler
 License:EPL-1.0
 Group:  Development/Libraries/Java
-Summary:Eclipse Java Compiler
 Version:0.755
-Release:185
+Release:0
 Url:http://www.eclipse.org
-Group:  Development/Libraries/Java
+Conflicts:  ecj
 Source0:eclipse-sourceBuild-srcIncluded-%{eclipse_version}.tar.bz2
 Source1:manifest.ecj
 #Source2:strange-mandriva-bug.patch
@@ -211,6 +216,5 @@
 %{_javadir}/*
 %attr(0755,root,root) %{_bindir}/*
 #
-# vim:fdm=marker:foldmarker=#,#:foldcolumn=6:foldlevel=42:
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit collectl for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package collectl for openSUSE:Factory 
checked in at 2013-06-06 14:50:54

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


Package is collectl

Changes:

--- /work/SRC/openSUSE:Factory/collectl/collectl.changes2013-04-19 
15:30:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.collectl.new/collectl.changes   2013-06-06 
14:50:55.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun  6 01:23:39 UTC 2013 - tabra...@suse.com
+
+- deleted bug-793027.patch : deprecated
+- init-cleanup.patch : init script cleanup
+- see RELEASE-collectl for list of changes between 3.4.3 and 3.6.7
+
+---

Old:

  bug-793027.patch
  collectl-3.4.3.src.tar.bz2

New:

  collectl-3.6.7.src.tar.bz2
  init-cleanup.patch



Other differences:
--
++ collectl.spec ++
--- /var/tmp/diff_new_pack.uP2R0o/_old  2013-06-06 14:50:56.0 +0200
+++ /var/tmp/diff_new_pack.uP2R0o/_new  2013-06-06 14:50:56.0 +0200
@@ -21,10 +21,11 @@
 License:Artistic-1.0 and GPL-2.0+
 Group:  System/Monitoring
 Url:http://collectl.sourceforge.net
-Version:3.4.3
+Version:3.6.7
 Release:0
 Source: %name-%version.src.tar.bz2
-Patch1: bug-793027.patch
+#PATCH-FIX-UPSTREAM init-cleanup.patch
+Patch1: init-cleanup.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -35,13 +36,12 @@
 
 %prep
 %setup -q 
-%patch1 -p1
+%patch1
 
 %build
 
 %install
 install -m 755 -D collectl.pl %buildroot%_sbindir/collectl
-install -m 755 -D readS %buildroot%_sbindir/collectl-readS
 install -m 644 -D collectl.conf %buildroot/%_sysconfdir/collectl.conf
 install -D formatit.ph %buildroot%_datadir/%name/formatit.ph
 install -D lexpr.ph %buildroot%_datadir/%name/lexpr.ph
@@ -64,7 +64,6 @@
 %config(noreplace) %_sysconfdir/collectl.conf
 %_sysconfdir/init.d/collectl
 %_sbindir/collectl
-%_sbindir/collectl-readS
 %_sbindir/rccollectl
 %_datadir/collectl
 %_mandir/man1/collectl.1.gz

++ collectl-3.4.3.src.tar.bz2 - collectl-3.6.7.src.tar.bz2 ++
 16809 lines of diff (skipped)

++ init-cleanup.patch ++
From: T.M Abraham tabra...@suse.com
Subject: init cleanup
Upstream: submitted

This patch does some cleanup of the init script for openSUSE.

* /var/lock/subsys is neither used or supported on openSUSE, so
  use is removed
* change $all to $ALL - both work, but $ALL is more correct
* don't insert collectl in runlevel 4, which is admin defined
  and therefore should not be used by distribution scripts

---

--- initd/collectl-suse.orig2013-06-05 21:15:00.522844781 -0400
+++ initd/collectl-suse 2013-06-05 21:15:19.702843470 -0400
@@ -8,9 +8,9 @@
 #
 ### BEGIN INIT INFO
 # Provides:  collectl
-# Required-Start:$all
-# Required-Stop: $all
-# Default-Start: 2 3 4 5
+# Required-Start:$ALL
+# Required-Stop: $ALL
+# Default-Start: 2 3 5
 # Default-Stop:  0 1 6
 # Short-Description: Collectl monitors system performance.
 # Description:   Collectl is a light-weight performance monitoring
@@ -94,10 +94,7 @@
   if [ -f $PIDFILE ]; then
   echo -n Shutting down $PNAME: 
   killproc -p $PIDFILE collectl
- RETVAL=$?
  rc_status -v
-  echo
-  [ $RETVAL -eq 0 ]  rm -f /var/lock/subsys/$PNAME
   else
   echo $PNAME not running
   fi
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gcc33 for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package gcc33 for openSUSE:Factory checked 
in at 2013-06-06 14:52:31

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


Package is gcc33

Changes:

--- /work/SRC/openSUSE:Factory/gcc33/gcc33.changes  2012-09-11 
13:57:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcc33.new/gcc33.changes 2013-06-06 
14:52:32.0 +0200
@@ -1,0 +2,12 @@
+Thu Jun  6 08:02:45 UTC 2013 - rguent...@suse.com
+
+- Do not package info docs which conflict with the generic
+  gcc-info package from recent releases.
+
+---
+Fri Apr 12 10:09:12 UTC 2013 - rguent...@suse.com
+
+- Do not package libstdc++ locale which conflicts with the locale
+  from the libstdc++6 package.
+
+---
libgcj33.changes: same change



Other differences:
--
++ gcc33.spec ++
--- /var/tmp/diff_new_pack.vMn8q6/_old  2013-06-06 14:52:34.0 +0200
+++ /var/tmp/diff_new_pack.vMn8q6/_new  2013-06-06 14:52:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gcc33
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -1649,6 +1649,14 @@
 rm $RPM_BUILD_ROOT%{_infodir}/*.info*
 rm $RPM_BUILD_ROOT%{_prefix}/share/locale/*/LC_MESSAGES/*.mo
 %endif
+# ???  The libstdc++5 locale conflicts with the libstdc++6 locale.
+# prefer the libstdc++6 one by simply removing ours
+rm -f $RPM_BUILD_ROOT%{_prefix}/share/locale/*/LC_MESSAGES/libstdc++.mo
+
+# Do not package gcc-info as that conflicts with later gcc
+%if %{suse_version} = 1010
+rm -f $RPM_BUILD_ROOT%{_infodir}/*.info*
+%endif
 
 # LIBJAVA-DELETE-BEGIN
 %post info
@@ -1753,10 +1761,6 @@
 %files locale
 %defattr(-,root,root)
 %{_prefix}/share/locale/*/LC_MESSAGES/gcc.mo
-# FIXME - maybe this should go into a new package libstdc++-locale
-%if 0%{!?build_for_base:1}
-%{_prefix}/share/locale/*/LC_MESSAGES/libstdc++.mo
-%endif
 %endif
 
 %files c++
@@ -1873,6 +1877,7 @@
 %endif
 %endif
 
+%if %{suse_version}  1010
 %if !%{versionspecificlibs}
 %files info
 %defattr(-,root,root)
@@ -1892,6 +1897,7 @@
 %doc %{_infodir}/gnat_ugn_unw.info*gz
 %endif
 %endif
+%endif
 
 %files -n cpp33
 %defattr(-,root,root)

++ libgcj33.spec ++
--- /var/tmp/diff_new_pack.vMn8q6/_old  2013-06-06 14:52:34.0 +0200
+++ /var/tmp/diff_new_pack.vMn8q6/_new  2013-06-06 14:52:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgcj33
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -992,6 +992,14 @@
 rm $RPM_BUILD_ROOT%{_infodir}/*.info*
 rm $RPM_BUILD_ROOT%{_prefix}/share/locale/*/LC_MESSAGES/*.mo
 %endif
+# ???  The libstdc++5 locale conflicts with the libstdc++6 locale.
+# prefer the libstdc++6 one by simply removing ours
+rm -f $RPM_BUILD_ROOT%{_prefix}/share/locale/*/LC_MESSAGES/libstdc++.mo
+
+# Do not package gcc-info as that conflicts with later gcc
+%if %{suse_version} = 1010
+rm -f $RPM_BUILD_ROOT%{_infodir}/*.info*
+%endif
 
 %if %{build_java}
 %if %{build_libjava}

++ gcc.spec.in ++
--- /var/tmp/diff_new_pack.vMn8q6/_old  2013-06-06 14:52:34.0 +0200
+++ /var/tmp/diff_new_pack.vMn8q6/_new  2013-06-06 14:52:34.0 +0200
@@ -1304,6 +1304,14 @@
 rm $RPM_BUILD_ROOT%{_infodir}/*.info*
 rm $RPM_BUILD_ROOT%{_prefix}/share/locale/*/LC_MESSAGES/*.mo
 %endif
+# ???  The libstdc++5 locale conflicts with the libstdc++6 locale.
+# prefer the libstdc++6 one by simply removing ours
+rm -f $RPM_BUILD_ROOT%{_prefix}/share/locale/*/LC_MESSAGES/libstdc++.mo
+
+# Do not package gcc-info as that conflicts with later gcc
+%if %{suse_version} = 1010
+rm -f $RPM_BUILD_ROOT%{_infodir}/*.info*
+%endif
 
 # LIBJAVA-DELETE-BEGIN
 %post info
@@ -1409,10 +1417,6 @@
 %files locale
 %defattr(-,root,root)
 %{_prefix}/share/locale/*/LC_MESSAGES/gcc.mo
-# FIXME - maybe this should go into a new package libstdc++-locale
-%if 0%{!?build_for_base:1}
-%{_prefix}/share/locale/*/LC_MESSAGES/libstdc++.mo
-%endif
 %endif
 
 %files c++
@@ -1530,6 +1534,7 @@
 %endif
 %endif
 
+%if %{suse_version}  1010
 %if !%{versionspecificlibs}
 %files info
 %defattr(-,root,root)
@@ -1549,6 +1554,7 @@
 %doc %{_infodir}/gnat_ugn_unw.info*gz
 %endif
 %endif
+%endif
 
 %files 

commit icu for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package icu for openSUSE:Factory checked in 
at 2013-06-06 14:55:46

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


Package is icu

Changes:

--- /work/SRC/openSUSE:Factory/icu/icu.changes  2013-05-16 11:04:13.0 
+0200
+++ /work/SRC/openSUSE:Factory/.icu.new/icu.changes 2013-06-06 
14:55:47.0 +0200
@@ -1,0 +2,12 @@
+Wed Jun  5 17:19:12 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 51.2
+* Common Locale Data Repository (CLDR) 23.1
+* Time zone database version 2013c
+* Security fixes for font layout and glyph table errors. NOTE:
+  Applications must implement
+  LEFontInstance::getFontTable(LETag, size_t length) in their
+  LEFontInstance subclasses, so that ICU can properly bounds-check
+  font tables.
+
+---

Old:

  download.sh
  icu4c-51_1-docs.tar.xz
  icu4c-51_1-src.tar.xz

New:

  icu4c-51_2-docs.tar.xz
  icu4c-51_2-src.tar.xz
  sanitize_docs.sh



Other differences:
--
++ icu.spec ++
--- /var/tmp/diff_new_pack.Kj2Gsp/_old  2013-06-06 14:55:49.0 +0200
+++ /var/tmp/diff_new_pack.Kj2Gsp/_new  2013-06-06 14:55:49.0 +0200
@@ -18,9 +18,9 @@
 
 Name:   icu
 %define lname  libicu51
-Version:51.1
+Version:51.2
 Release:0
-%define aversion 51_1
+%define aversion 51_2
 Summary:International Components for Unicode
 License:X11
 Group:  Development/Libraries/C and C++
@@ -29,11 +29,9 @@
 #DL-URL:   
http://download.icu-project.org/files/icu4c/%version/icu4c-%aversion-src.tgz
 Source: icu4c-%aversion-src.tar.xz
 Source2:icu4c-%aversion-docs.tar.xz
-Source3:download.sh
-# PATCH-FIX-UPSTREAM icu-rpmlint.diff -- 
http://bugs.icu-project.org/trac/ticket/7808
+Source3:sanitize_docs.sh
 Patch1: icu-rpmlint.diff
-# PATCH-FIX-OPENSUSE icu-remove-datetime.patch vu...@novell.com -- Do not put 
date/time in icu-config (needed for build-compare)
-Patch99:icu-remove-datetime.patch
+Patch2: icu-remove-datetime.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
@@ -56,8 +54,8 @@
 # icudata (largest part) is always needed.
 Summary:International Components for Unicode (development files)
 Group:  Development/Libraries/C and C++
-# bug437293
 %ifarch ppc64
+# bug437293
 Obsoletes:  libicu-64bit
 %endif
 Requires:   timezone
@@ -74,11 +72,10 @@
 %package -n libicu-devel
 Summary:International Components for Unicode (development files)
 Group:  Development/Libraries/C and C++
-# bug437293
 %ifarch ppc64
+# bug437293
 Obsoletes:  libicu-devel-64bit
 %endif
-#
 Requires:   %lname = %version
 
 %description -n libicu-devel
@@ -111,8 +108,7 @@
 
 %prep
 %setup -qn icu -a2
-%patch1 -p1
-%patch99 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 cd source

++ icu-remove-datetime.patch ++
--- /var/tmp/diff_new_pack.Kj2Gsp/_old  2013-06-06 14:55:49.0 +0200
+++ /var/tmp/diff_new_pack.Kj2Gsp/_new  2013-06-06 14:55:49.0 +0200
@@ -1,3 +1,7 @@
+From: vu...@novell.com
+
+Do not put date/time in icu-config (needed for build-compare)
+
 ---
  source/Makefile.in |1 -
  1 file changed, 1 deletion(-)

++ icu-rpmlint.diff ++
--- /var/tmp/diff_new_pack.Kj2Gsp/_old  2013-06-06 14:55:49.0 +0200
+++ /var/tmp/diff_new_pack.Kj2Gsp/_new  2013-06-06 14:55:49.0 +0200
@@ -1,3 +1,8 @@
+From: Jan Engelhardt jeng...@inai.de
+Reference: http://bugs.icu-project.org/trac/ticket/7808
+
+build: resolve potential buffer overflow in icu
+
 I: Statement might be overflowing a buffer in strncat. Common mistake:
BAD: strncat(buffer,charptr,sizeof(buffer)) is wrong, it takes the left 
over size as 3rd argument
GOOD: strncat(buffer,charptr,sizeof(buffer)-strlen(buffer)-1)

++ icu4c-51_1-docs.tar.xz - icu4c-51_2-docs.tar.xz ++
 216212 lines of diff (skipped)

++ icu4c-51_1-src.tar.xz - icu4c-51_2-src.tar.xz ++
/work/SRC/openSUSE:Factory/icu/icu4c-51_1-src.tar.xz 
/work/SRC/openSUSE:Factory/.icu.new/icu4c-51_2-src.tar.xz differ: char 17, line 
1

++ sanitize_docs.sh ++
#!/bin/sh -ex

ver=51.2
name=icu4c-51_2-docs.zip

# Put docs in a separate directory
wget -c http://download.icu-project.org/files/icu4c/$ver/$name;
rm -Rf html
mkdir html
pushd html
unzip ../$name
popd
tar --use=xz -cvf ${name%.zip}.tar.xz html
rm $name
rm -Rf html
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit java-1_7_0-openjdk for openSUSE:Factory

2013-06-06 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 2013-06-06 14:58:16

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.changes
2013-04-26 12:37:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new/java-1_7_0-openjdk.changes   
2013-06-06 14:58:17.0 +0200
@@ -1,0 +2,8 @@
+Wed Jun  5 08:16:12 UTC 2013 - mvysko...@suse.com
+
+- fix bnc#781690c#11 - setup JAVA_HOME in posttrans, so certificates
+  will be created by this JVM
+- fix the postrans conditions (add missing prefiX)
+- relax build requires, so every java-devel = 1.7.0 can match
+
+---



Other differences:
--
++ java-1_7_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.UFWOAS/_old  2013-06-06 14:58:19.0 +0200
+++ /var/tmp/diff_new_pack.UFWOAS/_new  2013-06-06 14:58:19.0 +0200
@@ -264,8 +264,8 @@
 #!BuildIgnore: xerces-j2 xml-commons-resolver xml-commons-apis xml-commons
 BuildRequires:  ant
 BuildRequires:  ant-nodeps
-BuildRequires:  java-1_7_0-%{origin}
-BuildRequires:  java-1_7_0-%{origin}-devel
+BuildRequires:  java = 1.7.0
+BuildRequires:  java-devel = 1.7.0
 BuildRequires:  mozilla-nss-devel
 BuildRequires:  zlib-devel
 # can be disabled using --disable-compile-against-syscalls
@@ -847,9 +847,13 @@
 
 %if 0%{?suse_version} = 1130
 %posttrans
+# bnc#781690#c11: don't trust user defined JAVA_HOME and use the current VM
+# XXX: this might conflict between various versions of openjdk
+export JAVA_HOME=%{_jvmdir}/%{jrelnk}
+
 # check if the java-cacerts is a valid keystore (bnc#781690)
-if [ `/usr/bin/file --mime-type -b %{javacacerts}` \
-!= xapplication/x-java-keystore; ]; then
+if [ X`/usr/bin/file --mime-type -b %{javacacerts}` \
+!= Xapplication/x-java-keystore; ]; then
 /usr/sbin/update-ca-certificates
 fi
 
@@ -860,8 +864,8 @@
 
 # if cacerts does exists, neither does not contain/point to a
 # valid keystore (bnc#781690) ...
-if [ `/usr/bin/file --mime-type -b -L %{cacerts}` \
-!= xapplication/x-java-keystore; ]; then
+if [ X`/usr/bin/file --mime-type -b -L %{cacerts}` \
+!= Xapplication/x-java-keystore; ]; then
 # bnc#727223
 rm -f %{cacerts}
 ln -s %{javacacerts} %{cacerts}


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit jemalloc for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package jemalloc for openSUSE:Factory 
checked in at 2013-06-06 14:58:24

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


Package is jemalloc

Changes:

--- /work/SRC/openSUSE:Factory/jemalloc/jemalloc.changes2013-03-08 
09:13:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.jemalloc.new/jemalloc.changes   2013-06-06 
14:58:26.0 +0200
@@ -1,0 +2,12 @@
+Thu Jun  6 10:52:02 UTC 2013 - idon...@suse.com
+
+- Rename pprof to pprof-jemalloc to prevent conflict with gperftools 
+
+---
+Wed Jun  5 14:49:45 UTC 2013 - idon...@suse.com
+
+- Update to version 3.4.0
+  * Support for aarch64
+  * Fix race-triggered deadlocks in chunk_record()
+
+---

Old:

  jemalloc-3.3.1.tar.bz2

New:

  jemalloc-3.4.0.tar.bz2



Other differences:
--
++ jemalloc.spec ++
--- /var/tmp/diff_new_pack.EYmNg4/_old  2013-06-06 14:58:27.0 +0200
+++ /var/tmp/diff_new_pack.EYmNg4/_new  2013-06-06 14:58:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   jemalloc
-Version:3.3.1
+Version:3.4.0
 Release:0
 %define lname  libjemalloc1
 Summary:General-purpose scalable concurrent malloc implementation
@@ -73,6 +73,7 @@
 %install
 b=%{buildroot};
 make install DESTDIR=$b;
+
 chmod -x %{buildroot}/%{_libdir}/*.a;
 if [ %_docdir != %{_datadir}/doc ]; then
# stupid Makefile does not allow to set it
@@ -80,13 +81,15 @@
mv $b/%{_datadir}/doc/jemalloc $b/%_docdir/%{name};
 fi;
 
+mv %{buildroot}/%{_bindir}/pprof %{buildroot}/%{_bindir}/pprof-jemalloc
+
 %check
 make check
 
 %files
 %defattr(-,root,root)
 %{_bindir}/jemalloc.sh
-%{_bindir}/pprof
+%{_bindir}/pprof-jemalloc
 %{_mandir}/man*/*
 %_docdir/%{name}
 

++ jemalloc-3.3.1.tar.bz2 - jemalloc-3.4.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jemalloc-3.3.1/ChangeLog new/jemalloc-3.4.0/ChangeLog
--- old/jemalloc-3.3.1/ChangeLog2013-03-06 21:04:18.0 +0100
+++ new/jemalloc-3.4.0/ChangeLog2013-06-03 06:06:22.0 +0200
@@ -6,6 +6,19 @@
 http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git
 git://canonware.com/jemalloc.git
 
+* 3.4.0 (June 2, 2013)
+
+  This version is essentially a small bugfix release, but the addition of
+  aarch64 support requires that the minor version be incremented.
+
+  Bug fixes:
+  - Fix race-triggered deadlocks in chunk_record().  These deadlocks were
+typically triggered by multiple threads concurrently deallocating huge
+objects.
+
+  New features:
+  - Add support for the aarch64 architecture.
+
 * 3.3.1 (March 6, 2013)
 
   This version fixes bugs that are typically encountered only when utilizing
@@ -15,7 +28,7 @@
   - Fix a locking order bug that could cause deadlock during fork if heap
 profiling were enabled.
   - Fix a chunk recycling bug that could cause the allocator to lose track of
-whether a chunk was zeroed.   On FreeBSD, NetBSD, and OS X, it could cause
+whether a chunk was zeroed.  On FreeBSD, NetBSD, and OS X, it could cause
 corruption if allocating via sbrk(2) (unlikely unless running with the
 dss:primary option specified).  This was completely harmless on Linux
 unless using mlockall(2) (and unlikely even then, unless the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jemalloc-3.3.1/VERSION new/jemalloc-3.4.0/VERSION
--- old/jemalloc-3.3.1/VERSION  2013-03-06 21:04:18.0 +0100
+++ new/jemalloc-3.4.0/VERSION  2013-06-03 06:06:22.0 +0200
@@ -1 +1 @@
-3.3.1-0-g9ef9d9e8c271cdf14f664b871a8f98c827714784
+3.4.0-0-g0ed518e5dab789ad2171bb38977a8927e2a26775
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jemalloc-3.3.1/doc/jemalloc.3 
new/jemalloc-3.4.0/doc/jemalloc.3
--- old/jemalloc-3.3.1/doc/jemalloc.3   2013-03-06 21:06:05.0 +0100
+++ new/jemalloc-3.4.0/doc/jemalloc.3   2013-06-03 06:07:22.0 +0200
@@ -2,12 +2,12 @@
 .\ Title: JEMALLOC
 .\Author: Jason Evans
 .\ Generator: DocBook XSL Stylesheets v1.76.1 http://docbook.sf.net/
-.\  Date: 03/06/2013
+.\  Date: 06/02/2013
 .\Manual: User Manual
-.\Source: jemalloc 3.3.1-0-g9ef9d9e8c271cdf14f664b871a8f98c827714784
+.\Source: jemalloc 3.4.0-0-g0ed518e5dab789ad2171bb38977a8927e2a26775
 .\  Language: English
 .\
-.TH JEMALLOC 3 03/06/2013 jemalloc 3.3.1-0-g9ef9d9e8c271 User Manual
+.TH JEMALLOC 3 06/02/2013 jemalloc 3.4.0-0-g0ed518e5dab7 User Manual
 .\ 

  1   2   >