commit Test-DVD-x86_64 for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package Test-DVD-x86_64 for openSUSE:Factory 
checked in at 2013-11-27 05:25:54

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


Package is "Test-DVD-x86_64"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ PRODUCT-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.Z5Puse/_old  2013-11-27 05:25:55.0 +0100
+++ /var/tmp/diff_new_pack.Z5Puse/_new  2013-11-27 05:25:55.0 +0100
@@ -480,7 +480,6 @@
   
   
   
-  
   
   
   


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



commit perl-MooseX-App-Cmd for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-App-Cmd for 
openSUSE:Factory checked in at 2013-11-26 21:06:43

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


Package is "perl-MooseX-App-Cmd"

Changes:

--- /work/SRC/openSUSE:Factory/perl-MooseX-App-Cmd/perl-MooseX-App-Cmd.changes  
2013-08-06 12:41:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-App-Cmd.new/perl-MooseX-App-Cmd.changes 
2013-11-26 21:06:44.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 25 07:38:32 UTC 2013 - co...@suse.com
+
+- updated to 0.11
+- gh#6: document --configfile option added in 0.03 (reported by abraxxa)
+- gh#8: fix missing commands in test files (ubermichael)
+
+---

Old:

  MooseX-App-Cmd-0.10.tar.gz

New:

  MooseX-App-Cmd-0.11.tar.gz



Other differences:
--
++ perl-MooseX-App-Cmd.spec ++
--- /var/tmp/diff_new_pack.Mp7pWr/_old  2013-11-26 21:06:45.0 +0100
+++ /var/tmp/diff_new_pack.Mp7pWr/_new  2013-11-26 21:06:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-App-Cmd
-Version:0.10
+Version:0.11
 Release:0
 %define cpan_name MooseX-App-Cmd
 Summary:Mashes up MooseX::Getopt and App::Cmd
@@ -29,7 +29,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(App::Cmd) >= 0.3
+BuildRequires:  perl(App::Cmd) >= 0.321
 BuildRequires:  perl(App::Cmd::Command)
 BuildRequires:  perl(Getopt::Long::Descriptive) >= 0.091
 BuildRequires:  perl(Moose) >= 0.86
@@ -45,8 +45,11 @@
 #BuildRequires: perl(MooseX::App::Cmd)
 #BuildRequires: perl(MooseX::App::Cmd::Command)
 #BuildRequires: perl(Test::ConfigFromFile)
+#BuildRequires: perl(Test::EOL)
+#BuildRequires: perl(Test::Kwalitee)
 #BuildRequires: perl(Test::MyCmd)
-Requires:   perl(App::Cmd) >= 0.3
+#BuildRequires: perl(Test::NoTabs)
+Requires:   perl(App::Cmd) >= 0.321
 Requires:   perl(App::Cmd::Command)
 Requires:   perl(Getopt::Long::Descriptive) >= 0.091
 Requires:   perl(Moose) >= 0.86

++ MooseX-App-Cmd-0.10.tar.gz -> MooseX-App-Cmd-0.11.tar.gz ++
 1725 lines of diff (skipped)

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



commit hdf5 for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package hdf5 for openSUSE:Factory checked in 
at 2013-11-26 21:06:01

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


Package is "hdf5"

Changes:

--- /work/SRC/openSUSE:Factory/hdf5/hdf5.changes2013-09-25 
17:14:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.hdf5.new/hdf5.changes   2013-11-26 
21:06:03.0 +0100
@@ -1,0 +2,38 @@
+Tue Nov 26 14:27:16 UTC 2013 - pgaj...@suse.com
+
+- update to 1.8.2:
+- Added a configuration option to change the default plugin path.
+  The configure option is --with-default-plugindir=location.
+  The cmake option is -DH5_DEFAULT_PLUGINDIR:PATH=location.
+  HDFFV-8513.  (ADB 2013/09/04)
+- Renamed FFLAGS to FCFLAGS in configure. (ADB 2013/08/13)
+- CMake can now package a compressed examples file, the default for 
+  Windows binaries from HDF Group.  (ADB  - 2013/07/22)
+- h5repack: Added the ability to use plugin filters to read and write 
+  files. The option uses the filter number. HDFFV-8345 
+  (ADB - 2013/09/04).
+- h5dump: Added the option -N --any_path, which searches the file for 
+  paths that match the search path. HDFFV-7989 (ADB - 2013/08/12).
+- h5dump: Added the optional arg 0 to -A, which excludes attributes 
+  from display. HDFFV-8134 (ADB - 2013/08/01).
+- Added tutorial examples to C++/examples.  They can be installed by
+  "make install-examples" and, in the installed directory, they can be
+  executed by running the script file run-c++-ex.sh. (BMR - 2013/09/28)
+- A new class, H5::H5Location, is added to represent the location concept
+  in the C library.  It is a base class to H5::H5File and H5::H5Ojbect,
+  whose member functions are moved into H5::H5Location.  H5::H5File can
+  now inherent those functions.  As a result, an H5::H5File object can have
+  an attribute. (BMR - 2013/09/27)
+- Added wrappers for H5Rget_obj_type2 to retrieve the type of the object
+  that an object reference points to. (BMR - 2013/09/27)
+   H5O_type_t H5Location::getRefObjType(void *ref, H5R_type_t ref_type)
+- Added wrappers for H5Aexist to check whether an attribute exists given
+  a name. (BMR - 2013/09/27)
+   bool H5::H5Location::attrExists(const char* name)
+   bool H5::H5Location::attrExists(const H5std_string& name)
+- Added a number of overloaded functions for convenience. (BMR - 
2013/09/27)
+- bugfixes
+- see http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt
+  for more
+
+---

Old:

  hdf5-1.8.11.tar.bz2

New:

  hdf5-1.8.12.tar.bz2



Other differences:
--
++ hdf5.spec ++
--- /var/tmp/diff_new_pack.XxZgPz/_old  2013-11-26 21:06:04.0 +0100
+++ /var/tmp/diff_new_pack.XxZgPz/_new  2013-11-26 21:06:04.0 +0100
@@ -29,10 +29,10 @@
 %define _mpi %{?_openmpi:openmpi} %{?_mvapich2:mvapich2}
 
 # rpm may not like this original version number
-%define xversion 1.8.11
+%define xversion 1.8.12
 
 Name:   hdf5
-Version:1.8.11
+Version:1.8.12
 Release:0
 Summary:A general purpose library and file format for storing 
scientific data
 License:BSD-3-Clause

++ hdf5-1.8.11.tar.bz2 -> hdf5-1.8.12.tar.bz2 ++
 74174 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-HTML-FormHandler for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-FormHandler for 
openSUSE:Factory checked in at 2013-11-26 21:06:20

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


Package is "perl-HTML-FormHandler"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTML-FormHandler/perl-HTML-FormHandler.changes  
2013-10-21 15:13:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new/perl-HTML-FormHandler.changes
 2013-11-26 21:06:21.0 +0100
@@ -1,0 +2,14 @@
+Mon Nov 25 07:39:49 UTC 2013 - co...@suse.com
+
+- updated to 0.40053
+   Bad version number on prereq
+   allow overriding layout_classes in Bootstrap3 wrapper
+   allow passing in value to 'as_label' method in Select field
+   Update Italian message file
+   Minor doc updates
+   add errors_by_name and errors_by_id to result
+   add Bootstrap3 theme for those using the Bootstrap theme
+   better form-horizontal Bootstrap 3.0 support
+   provide method in result (form_and_field_errors) to return form and field 
errors
+
+---

Old:

  HTML-FormHandler-0.40050.tar.gz

New:

  HTML-FormHandler-0.40053.tar.gz



Other differences:
--
++ perl-HTML-FormHandler.spec ++
--- /var/tmp/diff_new_pack.1htP6a/_old  2013-11-26 21:06:22.0 +0100
+++ /var/tmp/diff_new_pack.1htP6a/_new  2013-11-26 21:06:22.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTML-FormHandler
-Version:0.40050
+Version:0.40053
 Release:0
 %define cpan_name HTML-FormHandler
 Summary:HTML forms using Moose
@@ -38,6 +38,7 @@
 BuildRequires:  perl(File::ShareDir::Install) >= 0.03
 BuildRequires:  perl(HTML::TreeBuilder) >= 3.23
 BuildRequires:  perl(JSON)
+BuildRequires:  perl(List::AllUtils) >= 0.07
 BuildRequires:  perl(Moose) >= 2.0007
 BuildRequires:  perl(MooseX::Getopt) >= 0.16
 BuildRequires:  perl(MooseX::Types) >= 0.20
@@ -62,8 +63,10 @@
 #BuildRequires: perl(Data::FormValidator::Constraints)
 #BuildRequires: perl(Data::UUID)
 #BuildRequires: perl(Devel::Cycle)
+#BuildRequires: perl(Form::Address)
 #BuildRequires: perl(Form::AddressRole)
 #BuildRequires: perl(Form::NoExtForm)
+#BuildRequires: perl(Form::Person)
 #BuildRequires: perl(Form::PersonRole)
 #BuildRequires: perl(Form::Test)
 #BuildRequires: perl(GD::SecurityImage)
@@ -72,6 +75,7 @@
 #BuildRequires: perl(HTML::FormHandler::Base)
 #BuildRequires: perl(HTML::FormHandler::Blocks)
 #BuildRequires: perl(HTML::FormHandler::BuildFields)
+#BuildRequires: perl(HTML::FormHandler::BuildPages)
 #BuildRequires: perl(HTML::FormHandler::Field)
 #BuildRequires: perl(HTML::FormHandler::Field::Checkbox)
 #BuildRequires: perl(HTML::FormHandler::Field::Compound)
@@ -159,6 +163,7 @@
 Requires:   perl(File::ShareDir)
 Requires:   perl(HTML::TreeBuilder) >= 3.23
 Requires:   perl(JSON)
+Requires:   perl(List::AllUtils) >= 0.07
 Requires:   perl(Moose) >= 2.0007
 Requires:   perl(MooseX::Getopt) >= 0.16
 Requires:   perl(MooseX::Types) >= 0.20

++ HTML-FormHandler-0.40050.tar.gz -> HTML-FormHandler-0.40053.tar.gz ++
 2987 lines of diff (skipped)

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



commit yast2-services-manager for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package yast2-services-manager for 
openSUSE:Factory checked in at 2013-11-26 19:36:24

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


Package is "yast2-services-manager"

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-services-manager/yast2-services-manager.changes
2013-11-14 14:23:17.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-services-manager.new/yast2-services-manager.changes
   2013-11-26 19:36:25.0 +0100
@@ -1,0 +2,13 @@
+Tue Nov 26 07:43:18 UTC 2013 - vmora...@suse.cz
+
+- fix missing dependency on Mode module
+- 0.0.16
+
+---
+Fri Nov 22 14:47:02 UTC 2013 - vmora...@suse.com
+
+- 0.0.15
+- do not call dbus during installation for setting
+  default_target
+
+---

Old:

  yast2-services-manager-0.0.14.tar.bz2

New:

  yast2-services-manager-0.0.16.tar.bz2



Other differences:
--
++ yast2-services-manager.spec ++
--- /var/tmp/diff_new_pack.DviP9W/_old  2013-11-26 19:36:25.0 +0100
+++ /var/tmp/diff_new_pack.DviP9W/_new  2013-11-26 19:36:25.0 +0100
@@ -24,7 +24,7 @@
 ##
 
 Name:   yast2-services-manager
-Version:0.0.14
+Version:0.0.16
 Release:0
 BuildArch:  noarch
 

++ yast2-services-manager-0.0.14.tar.bz2 -> 
yast2-services-manager-0.0.16.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-services-manager-0.0.14/VERSION 
new/yast2-services-manager-0.0.16/VERSION
--- old/yast2-services-manager-0.0.14/VERSION   2013-11-11 14:11:42.0 
+0100
+++ new/yast2-services-manager-0.0.16/VERSION   2013-11-26 08:52:50.0 
+0100
@@ -1 +1 @@
-0.0.14
+0.0.16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-0.0.14/package/yast2-services-manager.changes 
new/yast2-services-manager-0.0.16/package/yast2-services-manager.changes
--- old/yast2-services-manager-0.0.14/package/yast2-services-manager.changes
2013-11-11 14:11:42.0 +0100
+++ new/yast2-services-manager-0.0.16/package/yast2-services-manager.changes
2013-11-26 08:52:50.0 +0100
@@ -1,4 +1,17 @@
 ---
+Tue Nov 26 07:43:18 UTC 2013 - vmora...@suse.cz
+
+- fix missing dependency on Mode module
+- 0.0.16
+
+---
+Fri Nov 22 14:47:02 UTC 2013 - vmora...@suse.com
+
+- 0.0.15
+- do not call dbus during installation for setting
+  default_target
+
+---
 Mon Nov 11 13:01:49 UTC 2013 - vmora...@suse.com
 
 - 0.0.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-0.0.14/package/yast2-services-manager.spec 
new/yast2-services-manager-0.0.16/package/yast2-services-manager.spec
--- old/yast2-services-manager-0.0.14/package/yast2-services-manager.spec   
2013-11-11 14:11:42.0 +0100
+++ new/yast2-services-manager-0.0.16/package/yast2-services-manager.spec   
2013-11-26 08:52:50.0 +0100
@@ -24,7 +24,7 @@
 ##
 
 Name:   yast2-services-manager
-Version:0.0.14
+Version:0.0.16
 Release:0
 BuildArch:  noarch
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-0.0.14/src/clients/default_target_proposal.rb 
new/yast2-services-manager-0.0.16/src/clients/default_target_proposal.rb
--- old/yast2-services-manager-0.0.14/src/clients/default_target_proposal.rb
2013-11-11 14:01:42.0 +0100
+++ new/yast2-services-manager-0.0.16/src/clients/default_target_proposal.rb
2013-11-22 16:02:04.0 +0100
@@ -7,7 +7,7 @@
   import 'Pkg'
   import "Popup"
   import 'ProductFeatures'
-  import 'ServicesManager'
+  import 'SystemdTarget'
   import 'Wizard'
 
   class TargetProposal < Client
@@ -63,13 +63,12 @@
   include Warnings
   include UIElements
 
-  attr_accessor :dialog, :available_targets
+  attr_accessor :dialog
+  attr_reader   :available_targets
 
   def initialize
 textdomain 'services-manager'
-self.available_targets = SystemdTarget.targets.keys.select do |target|
-  Target::SUPPORTED.include?(target)
-end
+@available_targets 

commit yast2-dns-server for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package yast2-dns-server for 
openSUSE:Factory checked in at 2013-11-26 19:35:43

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


Package is "yast2-dns-server"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-dns-server/yast2-dns-server.changes
2013-11-15 14:24:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-dns-server.new/yast2-dns-server.changes   
2013-11-26 19:35:45.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 25 15:48:26 CET 2013 - loci...@suse.com
+
+- Switched to using Service library instead of calling init script
+  directly
+- 3.1.2
+
+---
@@ -4,0 +12 @@
+- 3.1.1

Old:

  yast2-dns-server-3.1.1.tar.bz2

New:

  yast2-dns-server-3.1.2.tar.bz2



Other differences:
--
++ yast2-dns-server.spec ++
--- /var/tmp/diff_new_pack.CAqZGO/_old  2013-11-26 19:35:45.0 +0100
+++ /var/tmp/diff_new_pack.CAqZGO/_new  2013-11-26 19:35:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-dns-server
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-dns-server-3.1.1.tar.bz2 -> yast2-dns-server-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-dns-server-3.1.1/VERSION 
new/yast2-dns-server-3.1.2/VERSION
--- old/yast2-dns-server-3.1.1/VERSION  2013-11-15 12:57:39.0 +0100
+++ new/yast2-dns-server-3.1.2/VERSION  2013-11-26 16:22:48.0 +0100
@@ -1 +1 @@
-3.1.1
+3.1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-dns-server-3.1.1/package/yast2-dns-server.changes 
new/yast2-dns-server-3.1.2/package/yast2-dns-server.changes
--- old/yast2-dns-server-3.1.1/package/yast2-dns-server.changes 2013-11-15 
12:57:39.0 +0100
+++ new/yast2-dns-server-3.1.2/package/yast2-dns-server.changes 2013-11-26 
16:22:48.0 +0100
@@ -1,7 +1,15 @@
 ---
+Mon Nov 25 15:48:26 CET 2013 - loci...@suse.com
+
+- Switched to using Service library instead of calling init script
+  directly
+- 3.1.2
+
+---
 Wed Nov 13 15:56:18 UTC 2013 - jreidin...@suse.com
 
 - Add explicit COPYING file
+- 3.1.1
 
 ---
 Wed Sep 18 15:53:18 UTC 2013 - lsle...@suse.cz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-dns-server-3.1.1/package/yast2-dns-server.spec 
new/yast2-dns-server-3.1.2/package/yast2-dns-server.spec
--- old/yast2-dns-server-3.1.1/package/yast2-dns-server.spec2013-11-15 
12:57:39.0 +0100
+++ new/yast2-dns-server-3.1.2/package/yast2-dns-server.spec2013-11-26 
16:22:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-dns-server
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-dns-server-3.1.1/src/modules/DnsServer.pm 
new/yast2-dns-server-3.1.2/src/modules/DnsServer.pm
--- old/yast2-dns-server-3.1.1/src/modules/DnsServer.pm 2013-11-15 
12:57:39.0 +0100
+++ new/yast2-dns-server-3.1.2/src/modules/DnsServer.pm 2013-11-26 
16:22:48.0 +0100
@@ -806,38 +806,32 @@
 
 BEGIN{$TYPEINFO{StopDnsService} = ["function", "boolean"];}
 sub StopDnsService {
-my $self = shift;
-
-my $ret = SCR->Execute (".target.bash", "/etc/init.d/named stop");
-if ($ret == 0)
+if (Service->Stop("named"))
 {
return 1;
 }
+
 y2error ("Stopping DNS daemon failed");
 return 0;
 }
 
 BEGIN{$TYPEINFO{GetDnsServiceStatus} = ["function", "boolean"];}
 sub GetDnsServiceStatus {
-my $self = shift;
-
-my $ret = SCR->Execute (".target.bash", "/etc/init.d/named status");
-if ($ret == 0)
+if (Service->Status("named") == 0)
 {
return 1;
 }
+
 return 0;
 }
 
 BEGIN{$TYPEINFO{StartDnsService} = ["function", "boolean"];}
 sub StartDnsService { 
-my $self = shift;
-
-my $ret = SCR->Execute (".target.bash", "/etc/init.d/named restart");
-if ($ret == 0)
+if (Service->Restart("named"))
 {
 return 1;
 }
+
 y2error ("Starting DNS daemon failed");
 return 0;
 }
@@ -1277,8 +1271,6 @@
 ""
 );
 
-my $sl = 0;
-
 Progress->NextStage ();
 
 my $ok = 1;
@@ -1392,12 +1384,12 @@
$ok = $self->ZoneWrite ($z) && $ok;
 }
 
-

commit xtrabackup for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package xtrabackup for openSUSE:Factory 
checked in at 2013-11-26 19:35:35

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


Package is "xtrabackup"

Changes:

--- /work/SRC/openSUSE:Factory/xtrabackup/xtrabackup.changes2013-09-26 
07:22:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.xtrabackup.new/xtrabackup.changes   
2013-11-26 19:35:37.0 +0100
@@ -1,0 +2,39 @@
+Mon Nov 25 22:46:42 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 2.1.6 [bnc#852224]
+- New Features:
+  * New innobackupex --force-non-empty-directories option
+  * now supports logs created with the new log block checksums
+- New Features specific to MySQL 5.6:
+option innodb_log_checksum_algorithm in Percona Server 5.6
+- Bugs Fixed:
+  * innobackupex --copy-back fails on empty innodb_data_home_dir
+  * A fixed initialization vector (constant string) was used while
+encrypting the data. This opened the encrypted stream/data to
+plaintext attacks among others.
+  * innobackupex --version-check is now on by default.
+  * Since Version Check is enabled by default, new optin 
+--no-version-check option has been introduced to disable it.
+  * xtrabackup_slave_info didn't contain any GTID information, which 
+could cause master_auto_position not to work properly
+  * now supports absolute paths in innodb_data_file_path variable.
+  * wouldn't back up the empty directory created with mkdir 
+(i.e. test) outside of the server which could lead to
+inconsistencies during the Percona XtraDB Cluster State Snapshot
+Transfer.
+  * wasn't able to perform backups to the NFS mount in some NFS
+configurations, because it was trying to preserve file ownership.
+  * unable to perform backup if innodb_log_arch_dir variable was
+used in server configuration
+  * Race condition in start_query_killer child code could cause
+parent MySQL connection to close.
+ - Bugs Fixed specific to MySQL 5.6:
+  * xtrabackup_56 was using CRC32 as the default checksum algorithm
+This could cause error if the innodb_checksum_algorithm value
+was changed to strict_innodb value after a restore.
+  * xtrabackup_56 binary didn't store the server’s
+innodb_checksum_algorithm value to backup-my.cnf. This value is
+needed because it affects the on-disk data format.
+- update and tag percona-xtrabackup-2.1.x-nodoc.patch
+
+---

Old:

  percona-xtrabackup-2.1.5-nodoc.tar.gz

New:

  percona-xtrabackup-2.1.6-nodoc.tar.gz



Other differences:
--
++ xtrabackup.spec ++
--- /var/tmp/diff_new_pack.xVKe2J/_old  2013-11-26 19:35:39.0 +0100
+++ /var/tmp/diff_new_pack.xVKe2J/_new  2013-11-26 19:35:39.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0
 Group:  Productivity/Databases/Tools
 Name:   xtrabackup
-Version:2.1.5
+Version:2.1.6
 Release:0
 Url:http://www.percona.com/software/percona-xtrabackup/
 Source: percona-xtrabackup-%{version}-nodoc.tar.gz

++ percona-xtrabackup-2.1.5-nodoc.tar.gz -> 
percona-xtrabackup-2.1.6-nodoc.tar.gz ++
/work/SRC/openSUSE:Factory/xtrabackup/percona-xtrabackup-2.1.5-nodoc.tar.gz 
/work/SRC/openSUSE:Factory/.xtrabackup.new/percona-xtrabackup-2.1.6-nodoc.tar.gz
 differ: char 5, line 1

++ percona-xtrabackup-2.1.x-nodoc.patch ++
--- /var/tmp/diff_new_pack.xVKe2J/_old  2013-11-26 19:35:39.0 +0100
+++ /var/tmp/diff_new_pack.xVKe2J/_new  2013-11-26 19:35:39.0 +0100
@@ -1,3 +1,8 @@
+From: Andreas Stieger 
+Date: Mon, 25 Nov 2013 19:38:57 +
+Subject: [PATCH] make Percona XtraBackup accept MySQL sources extracted using 
rpm %prep
+Upstream: no
+
 The rpm spec file extracts the MySQL sources during %setup, 
 make the build script work with that.
 
@@ -5,11 +10,11 @@
  utils/build.sh |4 
  1 file changed, 4 deletions(-)
 
-Index: percona-xtrabackup-2.1.4/utils/build.sh
+Index: percona-xtrabackup-2.1.6/utils/build.sh
 ===
 percona-xtrabackup-2.1.4.orig/utils/build.sh   2013-08-01 
14:26:37.0 +0100
-+++ percona-xtrabackup-2.1.4/utils/build.sh2013-08-09 20:34:14.0 
+0100
-@@ -126,7 +126,6 @@ AUTO_DOWNLOAD to \"yes\""
+--- percona-xtrabackup-2.1.6.orig/utils/build.sh   2013-11-25 
19:40:22.0 +
 percona-xtrabackup-2.1.6/utils/build.sh2013-11-25 19:40:26.0 
+
+@@ -164,7 +164,6 @@ AUTO_DOWNLOAD to \"yes\""
  function unpack_and_patch()
  {
  local dirname=`basename "$1" ".tar.gz"`
@@ -17,9 +22,9 @@
  cd $dirname
  

commit rubygem-amq-client for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-amq-client for 
openSUSE:Factory checked in at 2013-11-26 19:35:19

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


Package is "rubygem-amq-client"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-amq-client/rubygem-amq-client.changes
2013-10-31 15:49:27.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-amq-client.new/rubygem-amq-client.changes   
2013-11-26 19:35:20.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 23 09:22:43 UTC 2013 - co...@suse.com
+
+- updated to version 1.0.4, bump requirement
+
+---

Old:

  amq-client-1.0.3.gem

New:

  amq-client-1.0.4.gem



Other differences:
--
++ rubygem-amq-client.spec ++
--- /var/tmp/diff_new_pack.L75bu6/_old  2013-11-26 19:35:20.0 +0100
+++ /var/tmp/diff_new_pack.L75bu6/_new  2013-11-26 19:35:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-amq-client
-Version:1.0.3
+Version:1.0.4
 Release:0
 %define mod_name amq-client
 %define mod_full_name %{mod_name}-%{version}

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



commit python-socketpool for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package python-socketpool for 
openSUSE:Factory checked in at 2013-11-26 19:35:13

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


Package is "python-socketpool"

Changes:

--- /work/SRC/openSUSE:Factory/python-socketpool/python-socketpool.changes  
2013-01-20 08:18:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-socketpool.new/python-socketpool.changes 
2013-11-26 19:35:14.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 19 15:54:47 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 0.5.3
+  + No changelog available
+
+---

Old:

  socketpool-0.5.2.tar.gz

New:

  socketpool-0.5.3.tar.gz



Other differences:
--
++ python-socketpool.spec ++
--- /var/tmp/diff_new_pack.dog70Q/_old  2013-11-26 19:35:14.0 +0100
+++ /var/tmp/diff_new_pack.dog70Q/_new  2013-11-26 19:35:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-socketpool
-Version:0.5.2
+Version:0.5.3
 Release:0
 Summary:Python socket pool
 License:MIT

++ socketpool-0.5.2.tar.gz -> socketpool-0.5.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/socketpool-0.5.2/PKG-INFO 
new/socketpool-0.5.3/PKG-INFO
--- old/socketpool-0.5.2/PKG-INFO   2012-08-05 06:34:47.0 +0200
+++ new/socketpool-0.5.3/PKG-INFO   2013-08-30 17:23:10.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: socketpool
-Version: 0.5.2
+Version: 0.5.3
 Summary: Python socket pool
 Home-page: http://github.com/benoitc/socketpool
 Author: UNKNOWN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/socketpool-0.5.2/examples/test_gevent.py 
new/socketpool-0.5.3/examples/test_gevent.py
--- old/socketpool-0.5.2/examples/test_gevent.py2012-08-05 
05:47:57.0 +0200
+++ new/socketpool-0.5.3/examples/test_gevent.py2013-08-30 
17:04:57.0 +0200
@@ -33,7 +33,7 @@
 
 def runpool(data):
 with pool.connection(**options) as conn:
-print ("conn: pool size: %s" % pool.size())
+print ("conn: pool size: %s" % pool.size)
 
 sent = conn.send(data)
 echo_data = conn.recv(1024)
@@ -45,13 +45,13 @@
 gevent.joinall(jobs)
 delay = time.time() - start
 
-print ("final pool size: %s" % pool.size())
+print ("final pool size: %s" % pool.size)
 
 with pool.connection(**options) as conn:
-print ("conn: pool size: %s" % pool.size())
+print ("conn: pool size: %s" % pool.size)
 
 sent = conn.send("hello")
 echo_data = conn.recv(1024)
 assert "hello" == echo_data
 
-print ("final pool size: %s" % pool.size())
+print ("final pool size: %s" % pool.size)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/socketpool-0.5.2/examples/test_threaded.py 
new/socketpool-0.5.3/examples/test_threaded.py
--- old/socketpool-0.5.2/examples/test_threaded.py  2012-08-05 
06:32:36.0 +0200
+++ new/socketpool-0.5.3/examples/test_threaded.py  2013-08-30 
17:04:57.0 +0200
@@ -72,7 +72,7 @@
 break
 try:
 with pool.connection() as conn:
-print("conn: pool size: %s" % pool.size())
+print("conn: pool size: %s" % pool.size)
 sent = conn.send(data)
 echo = conn.recv(1024)
 print("got %s" % data)
@@ -91,7 +91,7 @@
 
 q.join()
 
-print ("final pool size: %s" % pool.size())
+print ("final pool size: %s" % pool.size)
 
 pool.release_all()
 server.shutdown()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/socketpool-0.5.2/setup.py 
new/socketpool-0.5.3/setup.py
--- old/socketpool-0.5.2/setup.py   2012-08-05 06:33:47.0 +0200
+++ new/socketpool-0.5.3/setup.py   2013-08-30 17:04:57.0 +0200
@@ -32,7 +32,7 @@
 
 
 setup(name='socketpool',
-  version='0.5.2',
+  version='0.5.3',
   description = 'Python socket pool',
   long_description = long_description,
   classifiers = CLASSIFIERS,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/socketpool-0.5.2/socketpool/pool.py 
new/socketpool-0.5.3/socketpool/pool.py
--- old/socketpool-0.5.2/socketpool/pool.py 2012-08-05 06:22:13.0 
+0200
+++ new/socketpool-0.5.3/socketpool/pool.py 2013-08-30 17:04:57.0 
+0200
@@ -46,10 +46,15 @@
 

commit python-pyflakes for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package python-pyflakes for openSUSE:Factory 
checked in at 2013-11-26 19:33:41

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


Package is "python-pyflakes"

Changes:

--- /work/SRC/openSUSE:Factory/python-pyflakes/python-pyflakes.changes  
2013-07-04 10:16:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyflakes.new/python-pyflakes.changes 
2013-11-26 19:33:43.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 19 15:43:47 UTC 2013 - dmuel...@suse.com
+
+- install LICENSE (and other usual boilerplate) 
+
+---



Other differences:
--
++ python-pyflakes.spec ++
--- /var/tmp/diff_new_pack.ryhAnB/_old  2013-11-26 19:33:43.0 +0100
+++ /var/tmp/diff_new_pack.ryhAnB/_new  2013-11-26 19:33:43.0 +0100
@@ -53,6 +53,7 @@
 
 %files
 %defattr(-,root,root,-)
+%doc LICENSE NEWS.txt README.rst AUTHORS
 %{python_sitelib}/*
 %{_bindir}/pyflakes
 

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



commit python for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package python for openSUSE:Factory checked 
in at 2013-11-26 19:33:31

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


Package is "python"

Changes:

--- /work/SRC/openSUSE:Factory/python/python-base.changes   2013-10-11 
12:54:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.python.new/python-base.changes  2013-11-26 
19:33:33.0 +0100
@@ -1,0 +2,12 @@
+Thu Nov 21 15:39:28 UTC 2013 - jmate...@suse.com
+
+- update to 2.7.6
+  * bugfix-only release
+  * SSL-related fixes
+  * upstream fix for CVE-2013-4238
+  * upstream fixes for CVE-2013-1752
+- removed upstreamed patch CVE-2013-4238_py27.patch
+- reintroduce audioop.so as the problems with it seem to be fixed
+  (bnc#831442)
+
+---
--- /work/SRC/openSUSE:Factory/python/python-doc.changes2013-06-25 
06:57:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.python.new/python-doc.changes   2013-11-26 
19:33:33.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 21 15:55:04 UTC 2013 - jmate...@suse.com
+
+- update to 2.7.6
+- docs are now versioned with patchlevel too
+
+---
--- /work/SRC/openSUSE:Factory/python/python.changes2013-09-26 
19:43:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.python.new/python.changes   2013-11-26 
19:33:33.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 21 15:54:55 UTC 2013 - jmate...@suse.com
+
+- update to 2.7.6
+
+---

Old:

  CVE-2013-4238_py27.patch
  Python-2.7.5.tar.xz
  python-2.7.5-docs-html.tar.bz2
  python-2.7.5-docs-pdf-a4.tar.bz2
  python-2.7.5-docs-pdf-letter.tar.bz2

New:

  Python-2.7.6.tar.xz
  python-2.7.6-docs-html.tar.bz2
  python-2.7.6-docs-pdf-a4.tar.bz2
  python-2.7.6-docs-pdf-letter.tar.bz2



Other differences:
--
++ python-base.spec ++
--- /var/tmp/diff_new_pack.CqkVhw/_old  2013-11-26 19:33:35.0 +0100
+++ /var/tmp/diff_new_pack.CqkVhw/_new  2013-11-26 19:33:35.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-base
-Version:2.7.5
+Version:2.7.6
 Release:0
 Summary:Python Interpreter base package
 License:Python-2.0
@@ -50,7 +50,6 @@
 Patch22:python-2.7.4-aarch64.patch
 Patch23:python-2.7.4-no-REUSEPORT.patch
 Patch24:python-bsddb6.diff
-Patch25:CVE-2013-4238_py27.patch
 # COMMON-PATCH-END
 %define python_version%(echo %{tarversion} | head -c 3)
 BuildRequires:  automake
@@ -142,7 +141,6 @@
 %patch22 -p1
 %patch23 -p1
 %patch24 -p1
-%patch25 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^version_required/dnl version_required/' configure.ac
@@ -227,9 +225,8 @@
 CLEANUP_DIR="%{buildroot}%{_libdir}/python%{python_version}"
 # don't distribute precompiled windows installers (duh)
 rm -f $CLEANUP_DIR/distutils/command/*.exe
-# kill imageop.so and audioop.so, they are rarely used and insecure
+# kill imageop.so - it used to be insecure and it is deprecated anyway
 rm -f $CLEANUP_DIR/lib-dynload/imageop.so
-rm -f $CLEANUP_DIR/lib-dynload/audioop.so
 # link shared library instead of static library that tools expect
 ln -s ../../libpython%{python_version}.so 
%{buildroot}%{_libdir}/python%{python_version}/config/libpython%{python_version}.so
 # remove various things that don't need to be in python-base
@@ -348,6 +345,7 @@
 %{_libdir}/python%{python_version}/lib-dynload/_struct.so
 %{_libdir}/python%{python_version}/lib-dynload/_testcapi.so
 %{_libdir}/python%{python_version}/lib-dynload/array.so
+%{_libdir}/python%{python_version}/lib-dynload/audioop.so
 %{_libdir}/python%{python_version}/lib-dynload/binascii.so
 %{_libdir}/python%{python_version}/lib-dynload/bz2.so
 %{_libdir}/python%{python_version}/lib-dynload/cPickle.so

++ python-doc.spec ++
--- /var/tmp/diff_new_pack.CqkVhw/_old  2013-11-26 19:33:35.0 +0100
+++ /var/tmp/diff_new_pack.CqkVhw/_new  2013-11-26 19:33:35.0 +0100
@@ -16,23 +16,22 @@
 #
 
 Name:   python-doc
-Version:2.7
+Version:2.7.6
 Release:0
 Summary:Additional Package Documentation for Python
 License:Python-2.0
 Group:  Development/Languages/Python
 Url:http://www.python.org/
-%define pyver   2.7.5
-%define tarname Python-%{pyver}
+%define tarname Python-%{version}
 Source0:%{tarname}.tar.xz
 # docs for current version are regenerated every day
 # this messes with autobuild "file changed" checks
 #Source1:
http://docs.python.org/%{version}/archives/python-%{pyver}-docs-html.tar.bz2
 #So

commit php5-pear-phpunit-PHP_TokenStream for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-phpunit-PHP_TokenStream 
for openSUSE:Factory checked in at 2013-11-26 19:33:22

Comparing /work/SRC/openSUSE:Factory/php5-pear-phpunit-PHP_TokenStream (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-phpunit-PHP_TokenStream.new 
(New)


Package is "php5-pear-phpunit-PHP_TokenStream"

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-phpunit-PHP_TokenStream/php5-pear-phpunit-PHP_TokenStream.changes
  2013-08-15 12:24:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-phpunit-PHP_TokenStream.new/php5-pear-phpunit-PHP_TokenStream.changes
 2013-11-26 19:33:23.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 23 09:55:12 UTC 2013 - gerrit.be...@gmx.de
+
+- Update to version 1.2.1 
+
+---

Old:

  PHP_TokenStream-1.2.0.tgz

New:

  PHP_TokenStream-1.2.1.tgz



Other differences:
--
++ php5-pear-phpunit-PHP_TokenStream.spec ++
--- /var/tmp/diff_new_pack.mT7m5j/_old  2013-11-26 19:33:24.0 +0100
+++ /var/tmp/diff_new_pack.mT7m5j/_new  2013-11-26 19:33:24.0 +0100
@@ -22,7 +22,7 @@
 Summary:Wrapper around PHP's tokenizer extension
 License:BSD-3-Clause
 Group:  Development/Libraries/PHP
-Version:1.2.0
+Version:1.2.1
 Release:0
 Source0:http://pear.phpunit.de/get/%{pear_name}-%{version}.tgz
 Url:http://pear.phpunit.de/

++ PHP_TokenStream-1.2.0.tgz -> PHP_TokenStream-1.2.1.tgz ++
 3520 lines of diff (skipped)

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



commit php5-pear-phpunit-File_Iterator for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-phpunit-File_Iterator for 
openSUSE:Factory checked in at 2013-11-26 19:33:17

Comparing /work/SRC/openSUSE:Factory/php5-pear-phpunit-File_Iterator (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-phpunit-File_Iterator.new (New)


Package is "php5-pear-phpunit-File_Iterator"

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-phpunit-File_Iterator/php5-pear-phpunit-File_Iterator.changes
  2013-08-15 12:24:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-phpunit-File_Iterator.new/php5-pear-phpunit-File_Iterator.changes
 2013-11-26 19:33:18.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 23 09:49:56 UTC 2013 - gerrit.be...@gmx.de
+
+- update to version 1.3.4
+
+---

Old:

  File_Iterator-1.3.3.tgz

New:

  File_Iterator-1.3.4.tgz



Other differences:
--
++ php5-pear-phpunit-File_Iterator.spec ++
--- /var/tmp/diff_new_pack.hWTeJ4/_old  2013-11-26 19:33:18.0 +0100
+++ /var/tmp/diff_new_pack.hWTeJ4/_new  2013-11-26 19:33:18.0 +0100
@@ -22,7 +22,7 @@
 Summary:Filters files based on a list of suffixes
 License:BSD-3-Clause
 Group:  Development/Libraries/PHP
-Version:1.3.3
+Version:1.3.4
 Release:0
 Source0:http://pear.phpunit.de/get/File_Iterator-%{version}.tgz
 Url:http://pear.phpunit.de/

++ File_Iterator-1.3.3.tgz -> File_Iterator-1.3.4.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File_Iterator-1.3.3/ChangeLog.markdown 
new/File_Iterator-1.3.3/ChangeLog.markdown
--- old/File_Iterator-1.3.3/ChangeLog.markdown  2012-10-11 12:49:58.0 
+0200
+++ new/File_Iterator-1.3.3/ChangeLog.markdown  1970-01-01 01:00:00.0 
+0100
@@ -1,26 +0,0 @@
-File_Iterator 1.3
-=
-
-This is the list of changes for the File_Iterator 1.3 release series.
-
-File_Iterator 1.3.3

-
-* No changes.
-
-File_Iterator 1.3.2

-
-* No changes.
-
-File_Iterator 1.3.1

-
-* Fixed infinite loop in `File_Iterator_Facade::getCommonPath()` for empty 
directories.
-
-File_Iterator 1.3.0

-
-* Added `File_Iterator_Facade` for the most common use case.
-* Moved `File_Iterator_Factory::getFilesAsArray()` to 
`File_Iterator_Facade::getFilesAsArray()`.
-* `File_Iterator_Factory` is no longer static.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File_Iterator-1.3.3/File/Iterator/Autoload.php 
new/File_Iterator-1.3.3/File/Iterator/Autoload.php
--- old/File_Iterator-1.3.3/File/Iterator/Autoload.php  2012-10-11 
12:49:58.0 +0200
+++ new/File_Iterator-1.3.3/File/Iterator/Autoload.php  1970-01-01 
01:00:00.0 +0100
@@ -1,66 +0,0 @@
-.
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- *   * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- *   * Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- *   * Neither the name of Sebastian Bergmann nor the names of his
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
- * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- * @package   File
- * @authorSebastian Bergmann 
- * @copyright 2009-2012 Sebastian Bergmann 
- * @license   http://www.opensource.org/licenses/BSD-3-Clause  The BSD 
3-Clause License
- * @since File available since Release 1.3.0
- */
-
-spl_autoloa

commit perl-Text-CSV_XS for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-CSV_XS for 
openSUSE:Factory checked in at 2013-11-26 19:33:12

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


Package is "perl-Text-CSV_XS"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-CSV_XS/perl-Text-CSV_XS.changes
2013-07-30 18:44:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Text-CSV_XS.new/perl-Text-CSV_XS.changes   
2013-11-26 19:33:14.0 +0100
@@ -1,0 +2,9 @@
+Mon Nov 25 07:43:45 UTC 2013 - co...@suse.com
+
+- updated to 1.02
+   * Add example for reading only a single column
+   * Don't store NULL in _ERROR_INPUT (RT#86217/Clone)
+   * Prevent double-decode in csv-check
+   * Add decode_utf8 attribute (default is true)
+
+---

Old:

  Text-CSV_XS-1.01.tgz

New:

  Text-CSV_XS-1.02.tgz



Other differences:
--
++ perl-Text-CSV_XS.spec ++
--- /var/tmp/diff_new_pack.mH69jB/_old  2013-11-26 19:33:14.0 +0100
+++ /var/tmp/diff_new_pack.mH69jB/_new  2013-11-26 19:33:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Text-CSV_XS
-Version:1.01
+Version:1.02
 Release:0
 %define cpan_name Text-CSV_XS
 Summary:comma-separated values manipulation routines
@@ -29,7 +29,7 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 #BuildRequires: perl(Text::CSV_XS)
-Recommends: perl(Encode) >= 2.51
+Recommends: perl(Encode) >= 2.55
 %{perl_requires}
 
 %description

++ Text-CSV_XS-1.01.tgz -> Text-CSV_XS-1.02.tgz ++
 2687 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-CheckDeps for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-CheckDeps for 
openSUSE:Factory checked in at 2013-11-26 19:32:23

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  
2013-10-06 14:31:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CheckDeps.new/perl-Test-CheckDeps.changes 
2013-11-26 19:32:25.0 +0100
@@ -1,0 +2,10 @@
+Mon Nov 25 07:38:54 UTC 2013 - co...@suse.com
+
+- updated to 0.010
+ - Revert adding conventional [Test::CheckDeps] test, to avoid 
circular dependency
+ - Added Synopsis
+ - $Test::Builder::Level increased, so failing tests appear to come
+   from the .t file rather than Test/CheckDeps.pm
+ - also test 'develop' prereqs when AUTHOR_TESTING
+
+---

Old:

  Test-CheckDeps-0.008.tar.gz

New:

  Test-CheckDeps-0.010.tar.gz



Other differences:
--
++ perl-Test-CheckDeps.spec ++
--- /var/tmp/diff_new_pack.fO3BIi/_old  2013-11-26 19:32:25.0 +0100
+++ /var/tmp/diff_new_pack.fO3BIi/_new  2013-11-26 19:32:25.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-CheckDeps
-Version:0.008
+Version:0.010
 Release:0
 %define cpan_name Test-CheckDeps
 Summary:Check for presence of dependencies

++ Test-CheckDeps-0.008.tar.gz -> Test-CheckDeps-0.010.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.008/Changes 
new/Test-CheckDeps-0.010/Changes
--- old/Test-CheckDeps-0.008/Changes2013-09-25 13:50:51.0 +0200
+++ new/Test-CheckDeps-0.010/Changes2013-10-09 18:10:57.0 +0200
@@ -1,5 +1,14 @@
 Revision history for Test-CheckDeps
 
+0.010 2013-10-09 18:10:39 Europe/Amsterdam
+  - Revert adding conventional [Test::CheckDeps] test, to avoid 
circular dependency
+
+0.009 2013-10-09 15:39:01 Europe/Amsterdam
+  - Added Synopsis
+  - $Test::Builder::Level increased, so failing tests appear to come
+from the .t file rather than Test/CheckDeps.pm
+  - also test 'develop' prereqs when AUTHOR_TESTING
+
 0.008 2013-09-25 13:49:59 Europe/Amsterdam
   - Switch to MakeMaker to fix bootstrapping issues
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.008/META.json 
new/Test-CheckDeps-0.010/META.json
--- old/Test-CheckDeps-0.008/META.json  2013-09-25 13:50:51.0 +0200
+++ new/Test-CheckDeps-0.010/META.json  2013-10-09 18:10:57.0 +0200
@@ -47,6 +47,12 @@
  }
   }
},
+   "provides" : {
+  "Test::CheckDeps" : {
+ "file" : "lib/Test/CheckDeps.pm",
+ "version" : "0.010"
+  }
+   },
"release_status" : "stable",
"resources" : {
   "bugtracker" : {
@@ -59,7 +65,7 @@
  "web" : "https://github.com/Leont/test-checkdeps";
   }
},
-   "version" : "0.008",
+   "version" : "0.010",
"x_contributors" : [
   "Karen Etheridge ",
   "Leon Timmermans "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.008/META.yml 
new/Test-CheckDeps-0.010/META.yml
--- old/Test-CheckDeps-0.008/META.yml   2013-09-25 13:50:51.0 +0200
+++ new/Test-CheckDeps-0.010/META.yml   2013-10-09 18:10:57.0 +0200
@@ -16,6 +16,10 @@
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
 name: Test-CheckDeps
+provides:
+  Test::CheckDeps:
+file: lib/Test/CheckDeps.pm
+version: 0.010
 requires:
   CPAN::Meta: 2.120920
   CPAN::Meta::Check: 0.007
@@ -28,7 +32,7 @@
 resources:
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Test-CheckDeps
   repository: git://github.com/Leont/test-checkdeps.git
-version: 0.008
+version: 0.010
 x_contributors:
   - 'Karen Etheridge '
   - 'Leon Timmermans '
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.008/Makefile.PL 
new/Test-CheckDeps-0.010/Makefile.PL
--- old/Test-CheckDeps-0.008/Makefile.PL2013-09-25 13:50:51.0 
+0200
+++ new/Test-CheckDeps-0.010/Makefile.PL2013-10-09 18:10:57.0 
+0200
@@ -34,7 +34,7 @@
 "IPC::Open3" => 0,
 "Test::More" => "0.88"
   },
-  "VERSION" => "0.008",
+  "VERSION" => "0.010",
   "test" => {
 "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Check

commit perl-Sub-Install for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Sub-Install for 
openSUSE:Factory checked in at 2013-11-26 19:32:05

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


Package is "perl-Sub-Install"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sub-Install/perl-Sub-Install.changes
2012-03-07 20:10:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Install.new/perl-Sub-Install.changes   
2013-11-26 19:32:06.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 25 07:38:53 UTC 2013 - co...@suse.com
+
+- updated to 0.927
+   rebuild using Dist::Zilla, update links to repo, metadata, etc.
+   typo fixes, thanks David Steinbrunner
+
+---

Old:

  Sub-Install-0.926.tar.gz

New:

  Sub-Install-0.927.tar.gz



Other differences:
--
++ perl-Sub-Install.spec ++
--- /var/tmp/diff_new_pack.bssI9P/_old  2013-11-26 19:32:07.0 +0100
+++ /var/tmp/diff_new_pack.bssI9P/_new  2013-11-26 19:32:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sub-Install
 #
-# 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-Sub-Install
-Version:0.926
+Version:0.927
 Release:0
 %define cpan_name Sub-Install
 Summary:Install subroutines into packages easily
@@ -29,13 +29,13 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Test::More) >= 0.96
 #BuildRequires: perl(Sub::Install)
-#BuildRequires: perl(Test::Perl::Critic)
 %{perl_requires}
 
 %description
 This module makes it easy to install subroutines into packages without the
-unslightly mess of 'no strict' or typeglobs lying about where just anyone
+unsightly mess of 'no strict' or typeglobs lying about where just anyone
 can see them.
 
 %prep
@@ -55,6 +55,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE MYMETA.json MYMETA.yml README
+%doc Changes LICENSE README
 
 %changelog

++ Sub-Install-0.926.tar.gz -> Sub-Install-0.927.tar.gz ++
 2079 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-Perl-PrereqScanner for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Perl-PrereqScanner for 
openSUSE:Factory checked in at 2013-11-26 19:30:12

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


Package is "perl-Perl-PrereqScanner"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Perl-PrereqScanner/perl-Perl-PrereqScanner.changes
  2013-08-01 15:59:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Perl-PrereqScanner.new/perl-Perl-PrereqScanner.changes
 2013-11-26 19:30:14.0 +0100
@@ -1,0 +2,10 @@
+Mon Nov 25 07:36:03 UTC 2013 - co...@suse.com
+
+- updated to 1.018
+  - make the scan-perl-prereqs program also scan .PL and .cgi files
+  - also check for "Foo->VERSION(x)" after "require Foo"
+  - doc improvements from David Steinbrunner and Karen Etheridge
+  - eliminate testing of Carp for its prereqs, which *did* change from older
+5.8.8 installs
+
+---

Old:

  Perl-PrereqScanner-1.016.tar.gz

New:

  Perl-PrereqScanner-1.018.tar.gz



Other differences:
--
++ perl-Perl-PrereqScanner.spec ++
--- /var/tmp/diff_new_pack.YGNOps/_old  2013-11-26 19:30:17.0 +0100
+++ /var/tmp/diff_new_pack.YGNOps/_new  2013-11-26 19:30:17.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Perl-PrereqScanner
-Version:1.016
+Version:1.018
 Release:0
 %define cpan_name Perl-PrereqScanner
 Summary:A tool to scan your Perl code for its prerequisites

++ Perl-PrereqScanner-1.016.tar.gz -> Perl-PrereqScanner-1.018.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.016/Changes 
new/Perl-PrereqScanner-1.018/Changes
--- old/Perl-PrereqScanner-1.016/Changes2013-06-20 03:27:47.0 
+0200
+++ new/Perl-PrereqScanner-1.018/Changes2013-11-04 03:53:50.0 
+0100
@@ -1,5 +1,14 @@
 Revision history for Perl-PrereqScanner
 
+1.018 2013-11-03 21:53:46 America/New_York
+  - make the scan-perl-prereqs program also scan .PL and .cgi files
+  - also check for "Foo->VERSION(x)" after "require Foo"
+  - doc improvements from David Steinbrunner and Karen Etheridge
+
+1.017 2013-10-07 17:56:34 America/New_York
+  - eliminate testing of Carp for its prereqs, which *did* change from older
+5.8.8 installs
+
 1.016 2013-06-19 21:27:44 America/New_York
   - new executable is bundled, scan-perl-prereqs, to take the plae of
 scan_prereqs;  it has cpanm-friendly output by default, but supports
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.016/MANIFEST 
new/Perl-PrereqScanner-1.018/MANIFEST
--- old/Perl-PrereqScanner-1.016/MANIFEST   2013-06-20 03:27:47.0 
+0200
+++ new/Perl-PrereqScanner-1.018/MANIFEST   2013-11-04 03:53:50.0 
+0100
@@ -18,10 +18,9 @@
 lib/Perl/PrereqScanner/Scanner/Perl5.pm
 lib/Perl/PrereqScanner/Scanner/Superclass.pm
 lib/Perl/PrereqScanner/Scanner/TestMore.pm
-t/00-compile.t
 t/000-report-versions-tiny.t
 t/autoprereq.t
 t/scan-module.t
-t/scan_prereqs.t
+t/scan-prereqs.t
 xt/release/changes_has_content.t
 xt/release/pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.016/META.json 
new/Perl-PrereqScanner-1.018/META.json
--- old/Perl-PrereqScanner-1.016/META.json  2013-06-20 03:27:47.0 
+0200
+++ new/Perl-PrereqScanner-1.018/META.json  2013-11-04 03:53:50.0 
+0100
@@ -5,7 +5,7 @@
   "Ricardo Signes "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.300034, CPAN::Meta::Converter 
version 2.131560",
+   "generated_by" : "Dist::Zilla version 5.005, CPAN::Meta::Converter version 
2.132830",
"license" : [
   "perl_5"
],
@@ -62,31 +62,31 @@
"release_status" : "stable",
"resources" : {
   "bugtracker" : {
- "web" : "https://github.com/rjbs/perl-prereqscanner/issues";
+ "web" : "https://github.com/rjbs/Perl-PrereqScanner/issues";
   },
-  "homepage" : "https://github.com/rjbs/perl-prereqscanner";,
+  "homepage" : "https://github.com/rjbs/Perl-PrereqScanner";,
   "repository" : {
  "type" : "git",
- "url" : "https://github.com/rjbs/perl-prereqscanner.git";,
- "web" : "https://github.com/rjbs/perl-prereqscanner";
+ "url" : "https://github.com/rjbs/Perl-PrereqScanner.git";,
+ "web" : "https://github.com/rjbs/Perl-PrereqScanner";
   },
   "x_MailingList" : "http://www.listbox.com/subscribe/?list_id=139292";
},
-   "version" : "1.01

commit perl-Pod-Spell for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Pod-Spell for openSUSE:Factory 
checked in at 2013-11-26 19:30:35

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


Package is "perl-Pod-Spell"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Pod-Spell/perl-Pod-Spell.changes
2013-10-21 15:14:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new/perl-Pod-Spell.changes   
2013-11-26 19:30:37.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 26 07:31:01 UTC 2013 - co...@suse.com
+
+- updated to 1.13
+  - fix encoding issues issues in pod for perldoc
+  - improve documentation
+  - fix shebang to /usr/bin/perl for EUMM replacment GH #13 (dolmen)
+
+---

Old:

  Pod-Spell-1.10.tar.gz

New:

  Pod-Spell-1.13.tar.gz



Other differences:
--
++ perl-Pod-Spell.spec ++
--- /var/tmp/diff_new_pack.2ZBmTn/_old  2013-11-26 19:30:37.0 +0100
+++ /var/tmp/diff_new_pack.2ZBmTn/_new  2013-11-26 19:30:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Pod-Spell
-Version:1.10
+Version:1.13
 Release:0
 %define cpan_name Pod-Spell
 Summary:a formatter for spellchecking Pod

++ Pod-Spell-1.10.tar.gz -> Pod-Spell-1.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.10/Changes new/Pod-Spell-1.13/Changes
--- old/Pod-Spell-1.10/Changes  2013-09-28 06:02:55.0 +0200
+++ new/Pod-Spell-1.13/Changes  2013-11-03 01:51:41.0 +0100
@@ -1,5 +1,14 @@
 Revision history Pod-Spell
 
+1.13  2013-11-02
+   - fix encoding issues issues in pod for perldoc
+
+1.12  2013-10-17
+   - improve documentation
+
+1.11  2013-10-17
+   - fix shebang to /usr/bin/perl for EUMM replacment GH #13 (dolmen)
+
 1.10  2013-09-27
[FEATURES]
- added 'no_wide_chars' option to strip words with such characters
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.10/META.json new/Pod-Spell-1.13/META.json
--- old/Pod-Spell-1.10/META.json2013-09-28 06:02:55.0 +0200
+++ new/Pod-Spell-1.13/META.json2013-11-03 01:51:41.0 +0100
@@ -5,7 +5,7 @@
   "Caleb Cushing "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.300039, CPAN::Meta::Converter 
version 2.132661",
+   "generated_by" : "Dist::Zilla version 5.005, CPAN::Meta::Converter version 
2.132830",
"license" : [
   "artistic_2"
],
@@ -69,11 +69,11 @@
"provides" : {
   "Pod::Spell" : {
  "file" : "lib/Pod/Spell.pm",
- "version" : "1.10"
+ "version" : "1.13"
   },
   "Pod::Wordlist" : {
  "file" : "lib/Pod/Wordlist.pm",
- "version" : "1.10"
+ "version" : "1.13"
   }
},
"release_status" : "stable",
@@ -88,9 +88,10 @@
  "web" : "https://github.com/xenoterracide/pod-spell";
   }
},
-   "version" : "1.10",
+   "version" : "1.13",
"x_contributors" : [
-  "David Golden "
+  "David Golden ",
+  "Olivier Mengu\u00e9 "
]
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.10/META.yml new/Pod-Spell-1.13/META.yml
--- old/Pod-Spell-1.10/META.yml 2013-09-28 06:02:55.0 +0200
+++ new/Pod-Spell-1.13/META.yml 2013-11-03 01:51:41.0 +0100
@@ -15,7 +15,7 @@
   ExtUtils::MakeMaker: 6.30
   File::ShareDir::Install: 0.03
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.300039, CPAN::Meta::Converter version 
2.132661'
+generated_by: 'Dist::Zilla version 5.005, CPAN::Meta::Converter version 
2.132830'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -27,10 +27,10 @@
 provides:
   Pod::Spell:
 file: lib/Pod/Spell.pm
-version: 1.10
+version: 1.13
   Pod::Wordlist:
 file: lib/Pod/Wordlist.pm
-version: 1.10
+version: 1.13
 requires:
   Carp: 0
   Class::Tiny: 0
@@ -50,6 +50,7 @@
   bugtracker: https://github.com/xenoterracide/pod-spell/issues
   homepage: https://metacpan.org/dist/Pod-Spell
   repository: git://github.com/xenoterracide/pod-spell.git
-version: 1.10
+version: 1.13
 x_contributors:
   - 'David Golden '
+  - 'Olivier Mengué '
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.10/Makefile.PL 
new/Pod-Spell-1.13/Makefile.PL
--- old/Pod-Spell-1.10/Makefile.PL  2013-09-28 06:02:55.0 +0200
+++ new/Pod-Spell-1.13/Makefile.PL  2013-11-03 01:51:41.0 +0100
@@ -48,37 +48,41 @@

commit perl-Mouse for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Mouse for openSUSE:Factory 
checked in at 2013-11-26 19:29:35

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


Package is "perl-Mouse"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mouse/perl-Mouse.changes2013-10-06 
14:55:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mouse.new/perl-Mouse.changes   
2013-11-26 19:29:36.0 +0100
@@ -1,0 +2,12 @@
+Mon Nov 25 07:36:49 UTC 2013 - co...@suse.com
+
+- updated to 2.0.0
+[BUG FIXES]
+- Merged the pull-request #13, which fixed an issue where
+  the behavior of role method confliction was different
+  from Moose. This change might affect your existing code
+  so the major version has incremented.
+  See t/030_roles/role_conflict_and_inheritance.t for details.
+- Fix for perl 5.19.4 (RT 88295)
+
+---

Old:

  Mouse-1.12.tar.gz

New:

  Mouse-2.0.0.tar.gz



Other differences:
--
++ perl-Mouse.spec ++
--- /var/tmp/diff_new_pack.NX9hnk/_old  2013-11-26 19:29:36.0 +0100
+++ /var/tmp/diff_new_pack.NX9hnk/_new  2013-11-26 19:29:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mouse
-Version:1.12
+Version:2.0.0
 Release:0
 %define cpan_name Mouse
 Summary:Moose minus the antlers
@@ -31,208 +31,6 @@
 BuildRequires:  perl(Devel::PPPort) >= 3.19
 BuildRequires:  perl(ExtUtils::ParseXS) >= 2.21
 BuildRequires:  perl(Test::More) >= 0.88
-#BuildRequires: perl(A)
-#BuildRequires: perl(Abstract)
-#BuildRequires: perl(Animal)
-#BuildRequires: perl(AutoloadedBase)
-#BuildRequires: perl(BankAccount)
-#BuildRequires: perl(Bar)
-#BuildRequires: perl(BarClass)
-#BuildRequires: perl(Bar::Role)
-#BuildRequires: perl(BarRole)
-#BuildRequires: perl(Base)
-#BuildRequires: perl(BaseClass)
-#BuildRequires: perl(Baz)
-#BuildRequires: perl(Baz::Role)
-#BuildRequires: perl(Bling)
-#BuildRequires: perl(C1)
-#BuildRequires: perl(CA)
-#BuildRequires: perl(Cat)
-#BuildRequires: perl(CB)
-#BuildRequires: perl(Child)
-#BuildRequires: perl(ChildA)
-#BuildRequires: perl(ChildASuper)
-#BuildRequires: perl(ChildRole)
-#BuildRequires: perl(Class)
-#BuildRequires: perl(ClassA)
-#BuildRequires: perl(Class::Accessor::Fast)
-#BuildRequires: perl(Class::C3)
-#BuildRequires: perl(Class::Method::Modifiers)
-#BuildRequires: perl(Class::MOP)
-#BuildRequires: perl(Class::Parent)
-#BuildRequires: perl(Comparable)
-#BuildRequires: perl(ConcreteA)
-#BuildRequires: perl(ConcreteB)
-#BuildRequires: perl(ConcreteC)
-#BuildRequires: perl(Constraint)
-#BuildRequires: perl(Constraint::AtLeast)
-#BuildRequires: perl(Constraint::NoMoreThan)
-#BuildRequires: perl(Constraint::OnLength)
-#BuildRequires: perl(D)
-#BuildRequires: perl(Data::Dump::Streamer)
-#BuildRequires: perl(Declare::Constraints::Simple)
-#BuildRequires: perl(Document::Page)
-#BuildRequires: perl(Document::PageWithHeadersAndFooters)
-#BuildRequires: perl(DoesNegated)
-#BuildRequires: perl(DoesTranspose)
-#BuildRequires: perl(Dog)
-#BuildRequires: perl(E)
-#BuildRequires: perl(Eq)
-#BuildRequires: perl(Err::Role)
-#BuildRequires: perl(FakeBar)
-#BuildRequires: perl(Foo)
-#BuildRequires: perl(Foo::Base)
-#BuildRequires: perl(Foo::Class)
-#BuildRequires: perl(FooClass)
-#BuildRequires: perl(Foo::Role)
-#BuildRequires: perl(FooRole)
-#BuildRequires: perl(Foo::Sub)
-#BuildRequires: perl(Gorch)
-#BuildRequires: perl(Horse)
-#BuildRequires: perl(HTTP::Headers)
-#BuildRequires: perl(inc::Module::Install)
-#BuildRequires: perl(IO::String)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(Left)
-#BuildRequires: perl(List)
-#BuildRequires: perl(List::Immutable)
-#BuildRequires: perl(Locale::US)
-#BuildRequires: perl(MiddleL)
-#BuildRequires: perl(MiddleR)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Moose)
-#BuildRequires: perl(MooseCompat)
-#BuildRequires: perl(Moose::Role)
-#BuildRequires: perl(Moose::Util::TypeConstraints)
-#BuildRequires: perl(MooseX::StrictConstructor)
-#BuildRequires: perl(Mouse)
-#BuildRequires: perl(Mouse::Deprecated)
-#BuildRequires: perl(Mouse::Exporter)
-#BuildRequires: perl(Mouse::Meta::Attribute)
-#BuildRequires: perl(Mouse::Meta::Class)
-#BuildRequires: perl(Mouse::Meta::Method)
-#BuildRequires: perl(Mouse::Meta::Method::Accessor)
-#BuildRequires: perl(Mouse::Meta::Method::Constructor)
-#BuildRequires: perl(Mouse::Meta::Method::Destructor)
-#BuildRequires: perl(Mouse::Meta::Module)
-#BuildRequires: perl(Mouse::Meta::Role)
-#BuildRequires: perl(Mouse::Meta::Role::Application)
-#BuildRequires: perl(Mouse::Meta::Role::Composite)
-#BuildRe

commit perl-MooX-Types-MooseLike-Numeric for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-MooX-Types-MooseLike-Numeric 
for openSUSE:Factory checked in at 2013-11-26 19:28:42

Comparing /work/SRC/openSUSE:Factory/perl-MooX-Types-MooseLike-Numeric (Old)
 and  /work/SRC/openSUSE:Factory/.perl-MooX-Types-MooseLike-Numeric.new 
(New)


Package is "perl-MooX-Types-MooseLike-Numeric"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooX-Types-MooseLike-Numeric/perl-MooX-Types-MooseLike-Numeric.changes
  2013-08-06 11:42:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooX-Types-MooseLike-Numeric.new/perl-MooX-Types-MooseLike-Numeric.changes
 2013-11-26 19:28:43.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 25 07:39:36 UTC 2013 - co...@suse.com
+
+- updated to 1.02
+  - Correct Makefile NAME
+
+---

Old:

  MooX-Types-MooseLike-Numeric-1.01.tar.gz

New:

  MooX-Types-MooseLike-Numeric-1.02.tar.gz



Other differences:
--
++ perl-MooX-Types-MooseLike-Numeric.spec ++
--- /var/tmp/diff_new_pack.qRqtLs/_old  2013-11-26 19:28:44.0 +0100
+++ /var/tmp/diff_new_pack.qRqtLs/_new  2013-11-26 19:28:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooX-Types-MooseLike-Numeric
-Version:1.01
+Version:1.02
 Release:0
 %define cpan_name MooX-Types-MooseLike-Numeric
 Summary:Moo types for numbers
@@ -38,7 +38,7 @@
 %{perl_requires}
 
 %description
-adpated from MooseX::Types::Common::Numeric
+adapted from MooseX::Types::Common::Numeric
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ MooX-Types-MooseLike-Numeric-1.01.tar.gz -> 
MooX-Types-MooseLike-Numeric-1.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooX-Types-MooseLike-Numeric-1.01/Changes 
new/MooX-Types-MooseLike-Numeric-1.02/Changes
--- old/MooX-Types-MooseLike-Numeric-1.01/Changes   2013-03-08 
00:12:48.0 +0100
+++ new/MooX-Types-MooseLike-Numeric-1.02/Changes   2013-11-23 
18:32:38.0 +0100
@@ -1,3 +1,6 @@
+1.02 - 2013-11-23
+ - Correct Makefile NAME
+
 1.01 - 2013-03-07
  - Corrected test (check for existence of Type before-hand)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooX-Types-MooseLike-Numeric-1.01/META.json 
new/MooX-Types-MooseLike-Numeric-1.02/META.json
--- old/MooX-Types-MooseLike-Numeric-1.01/META.json 2013-03-08 
00:13:36.0 +0100
+++ new/MooX-Types-MooseLike-Numeric-1.02/META.json 2013-11-23 
18:33:09.0 +0100
@@ -4,7 +4,7 @@
   "mateu - Mateu X. Hunter (cpan:MATEU) "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.120921",
+   "generated_by" : "ExtUtils::MakeMaker version 6.8, CPAN::Meta::Converter 
version 2.120921",
"license" : [
   "perl_5"
],
@@ -47,5 +47,5 @@
   },
   "x_IRC" : "irc://irc.perl.org/#web-simple"
},
-   "version" : "1.01"
+   "version" : "1.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooX-Types-MooseLike-Numeric-1.01/META.yml 
new/MooX-Types-MooseLike-Numeric-1.02/META.yml
--- old/MooX-Types-MooseLike-Numeric-1.01/META.yml  2013-03-08 
00:13:36.0 +0100
+++ new/MooX-Types-MooseLike-Numeric-1.02/META.yml  2013-11-23 
18:33:09.0 +0100
@@ -8,7 +8,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.120921'
+generated_by: 'ExtUtils::MakeMaker version 6.8, CPAN::Meta::Converter version 
2.120921'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,4 +24,4 @@
   bugtracker: 
http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooX-Types-MooseLike-Numeric
   repository: git://github.com/mateu/MooX-Types-MooseLike-Numeric.git
   x_IRC: irc://irc.perl.org/#web-simple
-version: 1.01
+version: 1.02
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooX-Types-MooseLike-Numeric-1.01/Makefile.PL 
new/MooX-Types-MooseLike-Numeric-1.02/Makefile.PL
--- old/MooX-Types-MooseLike-Numeric-1.01/Makefile.PL   2013-03-08 
00:07:55.0 +0100
+++ new/MooX-Types-MooseLike-Numeric-1.02/Makefile.PL   2013-03-27 
01:31:08.0 +0100
@@ -13,7 +13,7 @@
 );
 
 WriteMakefile(
-  NAME => 'MooX-Types-MooseLike-Numeric',
+  NAME => 'MooX::Types::MooseLike::Numeric',
   VERSION_FROM => 'lib/MooX/Types/MooseLike/Numeric.pm',
   PREREQ_PM => {
 %RUN_DEPS,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooX-Types-MooseLike-Numeric-1

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

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Types-Stringlike for 
openSUSE:Factory checked in at 2013-11-26 19:27:08

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


Package is "perl-MooseX-Types-Stringlike"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-Types-Stringlike/perl-MooseX-Types-Stringlike.changes
2013-08-06 12:41:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Types-Stringlike.new/perl-MooseX-Types-Stringlike.changes
   2013-11-26 19:27:09.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 25 07:39:31 UTC 2013 - co...@suse.com
+
+- updated to 0.002
+[DOCUMENTATION]
+- Fixed missing =encoding command
+
+---

Old:

  MooseX-Types-Stringlike-0.001.tar.gz

New:

  MooseX-Types-Stringlike-0.002.tar.gz



Other differences:
--
++ perl-MooseX-Types-Stringlike.spec ++
--- /var/tmp/diff_new_pack.CTr2j9/_old  2013-11-26 19:27:09.0 +0100
+++ /var/tmp/diff_new_pack.CTr2j9/_new  2013-11-26 19:27:09.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-Types-Stringlike
-Version:0.001
+Version:0.002
 Release:0
 %define cpan_name MooseX-Types-Stringlike
 Summary:Moose type constraints for strings or string-like objects
@@ -34,7 +34,8 @@
 BuildRequires:  perl(MooseX::Types::Moose)
 BuildRequires:  perl(Test::More) >= 0.96
 #BuildRequires: perl(MooseX::Types::Stringlike)
-#BuildRequires: perl(Test::Requires)
+#BuildRequires: perl(Pod::Wordlist)
+#BuildRequires: perl(Test::Spelling) >= 0.12
 Requires:   perl(MooseX::Types)
 Requires:   perl(MooseX::Types::Moose)
 %{perl_requires}
@@ -61,6 +62,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE perlcritic.rc README README.PATCHING
+%doc Changes CONTRIBUTING cpanfile LICENSE perlcritic.rc README tidyall.ini
 
 %changelog

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

commit perl-Mixin-Linewise for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Mixin-Linewise for 
openSUSE:Factory checked in at 2013-11-26 19:26:43

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


Package is "perl-Mixin-Linewise"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mixin-Linewise/perl-Mixin-Linewise.changes  
2013-07-30 16:45:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mixin-Linewise.new/perl-Mixin-Linewise.changes 
2013-11-26 19:26:44.0 +0100
@@ -1,0 +2,13 @@
+Mon Nov 25 07:36:06 UTC 2013 - co...@suse.com
+
+- updated to 0.102
+   - revert the IO::String changes found in 0.101
+
+   [THIS MIGHT BREAK YOUR CODE]
+   - tweak how read_string handles non-ASCII strings; needs further
+ automated testing, so be sure to run your test suites
+   - add binmode option to set binmode on opened filehandles; this
+ defaults to encoding(UTF-8); thanks, David Golden!
+   - typo fix by the inimitable David Steinbrunner
+
+---

Old:

  Mixin-Linewise-0.004.tar.gz

New:

  Mixin-Linewise-0.102.tar.gz



Other differences:
--
++ perl-Mixin-Linewise.spec ++
--- /var/tmp/diff_new_pack.kYLOoN/_old  2013-11-26 19:26:45.0 +0100
+++ /var/tmp/diff_new_pack.kYLOoN/_new  2013-11-26 19:26:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mixin-Linewise
-Version:0.004
+Version:0.102
 Release:0
 %define cpan_name Mixin-Linewise
 Summary:write your linewise code for handles; this does the rest

++ Mixin-Linewise-0.004.tar.gz -> Mixin-Linewise-0.102.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mixin-Linewise-0.004/Changes 
new/Mixin-Linewise-0.102/Changes
--- old/Mixin-Linewise-0.004/Changes2013-06-18 23:30:33.0 +0200
+++ new/Mixin-Linewise-0.102/Changes2013-11-02 16:36:25.0 +0100
@@ -1,5 +1,19 @@
 Changelog for Mixin-Linewise
 
+0.102 2013-11-02 11:36:22 America/New_York
+- revert the IO::String changes found in 0.101
+
+0.101 2013-11-02 08:00:43 America/New_York
+[THIS MIGHT BREAK YOUR CODE]
+- tweak how read_string handles non-ASCII strings; needs further
+  automated testing, so be sure to run your test suites
+
+0.100 2013-10-18 15:55:59 America/New_York (TRIAL RELEASE)
+[THIS MIGHT BREAK YOUR CODE]
+- add binmode option to set binmode on opened filehandles; this
+  defaults to encoding(UTF-8); thanks, David Golden!
+- typo fix by the inimitable David Steinbrunner
+
 0.004 2013-06-18 17:30:31 America/New_York
   repackage
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mixin-Linewise-0.004/MANIFEST 
new/Mixin-Linewise-0.102/MANIFEST
--- old/Mixin-Linewise-0.004/MANIFEST   2013-06-18 23:30:33.0 +0200
+++ new/Mixin-Linewise-0.102/MANIFEST   2013-11-02 16:36:25.0 +0100
@@ -9,10 +9,11 @@
 lib/Mixin/Linewise.pm
 lib/Mixin/Linewise/Readers.pm
 lib/Mixin/Linewise/Writers.pm
-t/00-compile.t
 t/000-report-versions-tiny.t
 t/data.txt
+t/encoding.t
 t/lib/MLTests.pm
 t/reader.t
+t/utf8.txt
 xt/release/changes_has_content.t
 xt/release/pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mixin-Linewise-0.004/META.json 
new/Mixin-Linewise-0.102/META.json
--- old/Mixin-Linewise-0.004/META.json  2013-06-18 23:30:33.0 +0200
+++ new/Mixin-Linewise-0.102/META.json  2013-11-02 16:36:25.0 +0100
@@ -4,7 +4,7 @@
   "Ricardo SIGNES "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.300034, CPAN::Meta::Converter 
version 2.131560",
+   "generated_by" : "Dist::Zilla version 5.004, CPAN::Meta::Converter version 
2.132830",
"license" : [
   "perl_5"
],
@@ -31,42 +31,42 @@
 "IO::File" : "0",
 "IO::String" : "0",
 "Sub::Exporter" : "0",
-"perl" : "5.006",
+"perl" : "v5.8.1",
 "strict" : "0",
 "warnings" : "0"
  }
   },
   "test" : {
  "requires" : {
-"File::Find" : "0",
-"File::Temp" : "0",
+"Encode" : "0",
 "Test::More" : "0.96",
-"lib" : "0"
+"lib" : "0",
+"utf8" : "0"
  }
   }
},
"release_status" : "stable",
"resources" : {
   "bugtracker" : {
- "web" : "https://github.com/rjbs/mixin-linewise/issues";
+ "web" : "https://github.com/rjbs/Mixin-Linewise/issues";
   }

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

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-Socket-SSL for 
openSUSE:Factory checked in at 2013-11-26 19:25:41

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


Package is "perl-IO-Socket-SSL"

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-Socket-SSL/perl-IO-Socket-SSL.changes
2013-10-06 14:53:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-IO-Socket-SSL.new/perl-IO-Socket-SSL.changes   
2013-11-26 19:25:42.0 +0100
@@ -1,0 +2,34 @@
+Tue Nov 26 07:34:03 UTC 2013 - co...@suse.com
+
+- updated to 1.960
+ only documentation enhancements:
+ - clarify with text and example code, that within event loops not only
+   select/poll should be used, but also pending has to be called.
+ - better introduction into SSL, at least mention anonymous authentication as
+   something you don't want and should take care with the right cipher
+ - make it more clear, that user better does not change the cipher list, unless
+   he really know what he is doing
+ 1.959 2013/11/12
+ - bugfix test core.t windows only
+ 1.958 2013/11/11
+ - cleanup: remove workaround for old IO::Socket::INET6 but instead require at
+   least version 2.55 which is now 5 years old
+ - fix t/session.t #RT90240, thanks to  paul[AT]city-fan[DOT]org
+ 1.957 2013/11/11
+ - fixed t/core.t: test uses cipher_list of HIGH, which includes anonymous
+   authorization. With the DH param given by default since 1.956 old versions 
of
+   openssl (like 0.9.8k) used cipher ADH-AES256-SHA (e.g. anonymous
+   authorization) instead of AES256-SHA and thus the check for the peer
+   certificate failed (because ADH does not exchanges certificates).
+   Fixed by explicitly specifying HIGH:!aNULL as cipher
+   RT#90221, thanks to  paul[AT]city-fan[DOT]org
+ - cleaned up tests: 
+   - remove ssl_settings.req and 02settings.t, because all tests now create a
+ simple socket at 127.0.0.1 and thus global settings are no longer needed.
+   - some tests did not have use strict(!), fixed it.
+   - removed special handling for older Net::SSLeay versions, which are less 
than
+ our minimum requirement
+   - some syntax enhancements, removed some SSL_version and SSL_cipher_list
+ options where they were not really needed
+
+---

Old:

  IO-Socket-SSL-1.954.tar.gz

New:

  IO-Socket-SSL-1.960.tar.gz



Other differences:
--
++ perl-IO-Socket-SSL.spec ++
--- /var/tmp/diff_new_pack.OT57uw/_old  2013-11-26 19:25:43.0 +0100
+++ /var/tmp/diff_new_pack.OT57uw/_new  2013-11-26 19:25:43.0 +0100
@@ -17,47 +17,38 @@
 
 
 Name:   perl-IO-Socket-SSL
-Version:1.954
+Version:1.960
 Release:0
 %define cpan_name IO-Socket-SSL
-Summary:Nearly transparent SSL encapsulation for IO::Socket::INET
+Summary:Nearly transparent SSL encapsulation for IO::Socket::INET.
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/IO-Socket-SSL/
-Source: 
http://www.cpan.org/modules/by-module/IO/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-# MANUAL BEGIN
 BuildRequires:  perl-macros
-# the testsuite does not work with INET6 yet. If INET6 is enabled,
-# at least netcfg has to be installed as well.
-#BuildRequires:  perl(IO::Socket::INET6)
-BuildRequires:  perl(Net::LibIDN)
 BuildRequires:  perl(Net::SSLeay) >= 1.46
 Requires:   perl(Net::SSLeay) >= 1.46
-#Recommends: perl(IO::Socket::INET6)
-Recommends: perl(Net::LibIDN)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
-# MANUAL END
 %{perl_requires}
 
 %description
-This module is a true drop-in replacement for IO::Socket::INET that uses
-SSL to encrypt data before it is transferred to a remote server or client.
-IO::Socket::SSL supports all the extra features that one needs to write a
-full-featured SSL client or server application: multiple SSL contexts,
-cipher selection, certificate verification, and SSL version selection. As
-an extra bonus, it works perfectly with mod_perl.
+This module provides an interface to SSL sockets, similar to other
+IO::Socket modules. Because of that, it can be used to make existing
+programs using IO::Socket::INET or similar modules to provide SSL
+encryption without much effort. IO::Socket::SSL supports all the extra
+features that one needs to write a full-featured SSL client or server
+application: multiple SSL 

commit perl-MIME-Lite for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-MIME-Lite for openSUSE:Factory 
checked in at 2013-11-26 19:26:09

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


Package is "perl-MIME-Lite"

Changes:

--- /work/SRC/openSUSE:Factory/perl-MIME-Lite/perl-MIME-Lite.changes
2013-06-09 16:57:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-MIME-Lite.new/perl-MIME-Lite.changes   
2013-11-26 19:26:11.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 25 07:36:22 UTC 2013 - co...@suse.com
+
+- updated to 3.030
+ Make send_by_sendmail set sender like documentation says it does (thanks,
+ Michael Schout!)
+
+---

Old:

  MIME-Lite-3.029.tar.gz

New:

  MIME-Lite-3.030.tar.gz



Other differences:
--
++ perl-MIME-Lite.spec ++
--- /var/tmp/diff_new_pack.qK2nsf/_old  2013-11-26 19:26:11.0 +0100
+++ /var/tmp/diff_new_pack.qK2nsf/_new  2013-11-26 19:26:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MIME-Lite
-Version:3.029
+Version:3.030
 Release:0
 %define cpan_name MIME-Lite
 Summary:low-calorie MIME generator
@@ -30,13 +30,12 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Email::Date::Format) >= 1.000
-BuildRequires:  perl(Mail::Address) >= 1.62
 #BuildRequires: perl(ExtUtils::TBone)
+#BuildRequires: perl(Mail::Address)
 #BuildRequires: perl(MIME::Lite)
 #BuildRequires: perl(MIME::Types) >= 1.28
 #BuildRequires: perl(Utils)
 Requires:   perl(Email::Date::Format) >= 1.000
-Requires:   perl(Mail::Address) >= 1.62
 %{perl_requires}
 
 %description

++ MIME-Lite-3.029.tar.gz -> MIME-Lite-3.030.tar.gz ++
 1790 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-HTTP-Tiny for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-HTTP-Tiny for openSUSE:Factory 
checked in at 2013-11-26 19:25:33

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


Package is "perl-HTTP-Tiny"

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTTP-Tiny/perl-HTTP-Tiny.changes
2013-10-21 15:13:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-HTTP-Tiny.new/perl-HTTP-Tiny.changes   
2013-11-26 19:25:34.0 +0100
@@ -1,0 +2,14 @@
+Mon Nov 25 07:39:43 UTC 2013 - co...@suse.com
+
+- updated to 0.038
+   [FIXED]
+   - Fixed a bug where authentication parameters in the URL would override
+ an existing Authorization header
+   - Basic authentication in the URL is now unescaped before being encoded
+ into the authentication header
+
+   [DOCUMENTED]
+   - Added HTTP::Tiny::UA to SEE ALSO and suggested it as the appropriate
+ place for new features
+
+---

Old:

  HTTP-Tiny-0.036.tar.gz

New:

  HTTP-Tiny-0.038.tar.gz



Other differences:
--
++ perl-HTTP-Tiny.spec ++
--- /var/tmp/diff_new_pack.UvwLFw/_old  2013-11-26 19:25:34.0 +0100
+++ /var/tmp/diff_new_pack.UvwLFw/_new  2013-11-26 19:25:34.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTTP-Tiny
-Version:0.036
+Version:0.038
 Release:0
 %define cpan_name HTTP-Tiny
 Summary:A small, simple, correct HTTP/1.1 client
@@ -28,7 +28,6 @@
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-BuildRequires:  perl-doc
 BuildRequires:  perl-macros
 BuildRequires:  perl(IPC::Cmd)
 BuildRequires:  perl(Test::More) >= 0.96

++ HTTP-Tiny-0.036.tar.gz -> HTTP-Tiny-0.038.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Tiny-0.036/Changes new/HTTP-Tiny-0.038/Changes
--- old/HTTP-Tiny-0.036/Changes 2013-09-25 18:10:15.0 +0200
+++ new/HTTP-Tiny-0.038/Changes 2013-11-18 18:56:36.0 +0100
@@ -1,5 +1,24 @@
 Release notes for HTTP-Tiny
 
+0.038 2013-11-18 12:56:26 America/New_York
+
+[FIXED]
+
+- Fixed a bug where authentication parameters in the URL would override
+  an existing Authorization header
+
+0.037 2013-10-28 13:26:21 America/New_York
+
+[FIXED]
+
+- Basic authentication in the URL is now unescaped before being encoded
+  into the authentication header
+
+[DOCUMENTED]
+
+- Added HTTP::Tiny::UA to SEE ALSO and suggested it as the appropriate
+  place for new features
+
 0.036 2013-09-25 12:10:06 America/New_York
 
 [FIXED]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Tiny-0.036/MANIFEST new/HTTP-Tiny-0.038/MANIFEST
--- old/HTTP-Tiny-0.036/MANIFEST2013-09-25 18:10:15.0 +0200
+++ new/HTTP-Tiny-0.038/MANIFEST2013-11-18 18:56:36.0 +0100
@@ -13,7 +13,6 @@
 eg/post.pl
 lib/HTTP/Tiny.pm
 perlcritic.rc
-t/00-compile.t
 t/00-report-prereqs.t
 t/000_load.t
 t/001_api.t
@@ -47,6 +46,8 @@
 t/cases/auth-01.txt
 t/cases/auth-02.txt
 t/cases/auth-03.txt
+t/cases/auth-04.txt
+t/cases/auth-05.txt
 t/cases/cookies-01.txt
 t/cases/cookies-02.txt
 t/cases/cookies-03.txt
@@ -102,6 +103,7 @@
 t/cases/redirect-07.txt
 t/cases/redirect-08.txt
 t/cases/redirect-09.txt
+xt/author/00-compile.t
 xt/author/critic.t
 xt/author/pod-spell.t
 xt/release/distmeta.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Tiny-0.036/META.json 
new/HTTP-Tiny-0.038/META.json
--- old/HTTP-Tiny-0.036/META.json   2013-09-25 18:10:15.0 +0200
+++ new/HTTP-Tiny-0.038/META.json   2013-11-18 18:56:36.0 +0100
@@ -5,7 +5,7 @@
   "David Golden "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.300039, CPAN::Meta::Converter 
version 2.132660",
+   "generated_by" : "Dist::Zilla version 5.006, CPAN::Meta::Converter version 
2.132830",
"license" : [
   "perl_5"
],
@@ -33,8 +33,17 @@
   },
   "develop" : {
  "requires" : {
+"Dist::Zilla" : "5.006",
+"Dist::Zilla::Plugin::Prereqs" : "0",
+"Dist::Zilla::Plugin::RemovePrereqs" : "0",
+"Dist::Zilla::PluginBundle::DAGOLDEN" : "0.053",
+"File::Spec" : "0",
+"File::Temp" : "0",
+"IO::Handle" : "0",
+"IPC::Open3" : "0",
 "Pod::Coverage::TrustPod" : "0",
 "Test::CPAN::Meta" : "0",
+"Test::More" : "0",
 "Test::Pod" : "1.41",
 "Test::Pod::Coverage" : "1.08"
 

commit perl-HTML-Template for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-Template for 
openSUSE:Factory checked in at 2013-11-26 19:25:28

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


Package is "perl-HTML-Template"

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTML-Template/perl-HTML-Template.changes
2013-06-06 15:06:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-Template.new/perl-HTML-Template.changes   
2013-11-26 19:25:29.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 26 07:35:30 UTC 2013 - co...@suse.com
+
+- updated to 2.95
+- Added support for "none" for default_escape [Mark Stosberg]
+- Escape unicode new-line characters in JS escape [Michael Peters]
+
+---

Old:

  HTML-Template-2.94.tar.gz

New:

  HTML-Template-2.95.tar.gz



Other differences:
--
++ perl-HTML-Template.spec ++
--- /var/tmp/diff_new_pack.qPSfNs/_old  2013-11-26 19:25:30.0 +0100
+++ /var/tmp/diff_new_pack.qPSfNs/_new  2013-11-26 19:25:30.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTML-Template
-Version:2.94
+Version:2.95
 Release:0
 %define cpan_name HTML-Template
 Summary:Perl module to use HTML-like templating language

++ HTML-Template-2.94.tar.gz -> HTML-Template-2.95.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTML-Template-2.94/Changes 
new/HTML-Template-2.95/Changes
--- old/HTML-Template-2.94/Changes  2013-01-17 21:59:50.0 +0100
+++ new/HTML-Template-2.95/Changes  2013-10-21 19:27:27.0 +0200
@@ -1,3 +1,7 @@
+2.95 Mon Oct 21 2013
+- Added support for "none" for default_escape [Mark Stosberg]
+- Escape unicode new-line characters in JS escape [Michael Peters]
+
 2.94 Thu Jan 17 2013
 - Fixed bug where options were bleeding over into subsequent calls to new()
   [Michael Peters]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTML-Template-2.94/MANIFEST 
new/HTML-Template-2.95/MANIFEST
--- old/HTML-Template-2.94/MANIFEST 2013-01-17 21:59:50.0 +0100
+++ new/HTML-Template-2.95/MANIFEST 2013-10-21 19:27:27.0 +0200
@@ -21,6 +21,7 @@
 t/02-random.t
 t/03-associate.t
 t/03-else_else_bug.t
+t/04-default-escape.t
 t/04-default_with_escape.t
 t/04-escape.t
 t/04-no_taintmode.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTML-Template-2.94/META.yml 
new/HTML-Template-2.95/META.yml
--- old/HTML-Template-2.94/META.yml 2013-01-17 21:59:50.0 +0100
+++ new/HTML-Template-2.95/META.yml 2013-10-21 19:27:27.0 +0200
@@ -22,4 +22,4 @@
 resources:
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=HTML-Template
   repository: git://github.com/mpeters/html-template.git
-version: 2.94
+version: 2.95
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTML-Template-2.94/Makefile.PL 
new/HTML-Template-2.95/Makefile.PL
--- old/HTML-Template-2.94/Makefile.PL  2013-01-17 21:59:50.0 +0100
+++ new/HTML-Template-2.95/Makefile.PL  2013-10-21 19:27:27.0 +0200
@@ -28,7 +28,7 @@
 "File::Spec" => "0.82",
 "Scalar::Util" => 0
   },
-  "VERSION" => "2.94",
+  "VERSION" => "2.95",
   "test" => {
 "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTML-Template-2.94/README 
new/HTML-Template-2.95/README
--- old/HTML-Template-2.94/README   2013-01-17 21:59:50.0 +0100
+++ new/HTML-Template-2.95/README   2013-10-21 19:27:27.0 +0200
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution HTML-Template,
-version 2.94:
+version 2.95:
 
   Perl module to use HTML-like templating language
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTML-Template-2.94/lib/HTML/Template.pm 
new/HTML-Template-2.95/lib/HTML/Template.pm
--- old/HTML-Template-2.94/lib/HTML/Template.pm 2013-01-17 21:59:50.0 
+0100
+++ new/HTML-Template-2.95/lib/HTML/Template.pm 2013-10-21 19:27:27.0 
+0200
@@ -1,6 +1,6 @@
 package HTML::Template;
 
-$HTML::Template::VERSION = '2.94';
+$HTML::Template::VERSION = '2.95';
 
 =head1 NAME
 
@@ -1259,9 +1259,9 @@
 
 if ($options->{default_escape}) {
 $options->{default_escape} = uc $options->{default_escape};
-unless ($options->{default_escape} =~ /^(HTML|URL|JS)$/) {
+unless ($options->{default_escape} =~ /^(NONE|HTML|URL|JS)$/i) {
 croak(
-"HTML::

commit perl-Lexical-Persistence for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Lexical-Persistence for 
openSUSE:Factory checked in at 2013-11-26 19:25:50

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


Package is "perl-Lexical-Persistence"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Lexical-Persistence/perl-Lexical-Persistence.changes
2012-09-13 00:05:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Lexical-Persistence.new/perl-Lexical-Persistence.changes
   2013-11-26 19:25:51.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 25 09:32:32 UTC 2013 - co...@suse.com
+
+- updated to 1.023, they forgot to update their changelog
+
+---

Old:

  Lexical-Persistence-1.020.tar.gz

New:

  Lexical-Persistence-1.023.tar.gz



Other differences:
--
++ perl-Lexical-Persistence.spec ++
--- /var/tmp/diff_new_pack.BQym8N/_old  2013-11-26 19:25:52.0 +0100
+++ /var/tmp/diff_new_pack.BQym8N/_new  2013-11-26 19:25:52.0 +0100
@@ -1,8 +1,7 @@
-# vim: set sw=3 ts=3 noet:
 #
 # spec file for package perl-Lexical-Persistence
 #
-# 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
@@ -18,60 +17,228 @@
 
 
 Name:   perl-Lexical-Persistence
-Version:1.020
+Version:1.023
 Release:0
-Summary:Persistent lexical variable values for arbitrary calls
+%define cpan_name Lexical-Persistence
+Summary:Persistent lexical variable values for arbitrary calls.
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://www.cpan.org/modules/by-module/Lexical/RCAPUTO/Lexical-Persistence-%{version}.tar.gz
 Url:http://search.cpan.org/dist/Lexical-Persistence/
+Source: 
http://www.cpan.org/authors/id/R/RC/RCAPUTO/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   perl
-Requires:   perl(Devel::LexAlias) >= 0.04
-Requires:   perl(PadWalker) >= 1.1
-BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Devel::LexAlias) >= 0.04
-BuildRequires:  perl(PadWalker) >= 1.1
+BuildRequires:  perl(Carp) >= 1.26
+BuildRequires:  perl(Devel::LexAlias) >= 0.05
+BuildRequires:  perl(PadWalker) >= 1.96
+BuildRequires:  perl(Scalar::Util) >= 1.29
+BuildRequires:  perl(Test::More) >= 0.98
+#BuildRequires: perl(Lexical::Persistence)
+Requires:   perl(Devel::LexAlias) >= 0.05
+Requires:   perl(PadWalker) >= 1.96
 %{perl_requires}
 
 %description
 Lexical::Persistence does a few things, all related. Note that all the
-behaviors listed here are the defaults. Subclasses can override nearly every
-aspect of Lexical::Persistence's behavior.
+behaviors listed here are the defaults. Subclasses can override nearly
+every aspect of Lexical::Persistence's behavior.
 
 Lexical::Persistence lets your code access persistent data through lexical
-variables. This example prints "some value" because the value of $x perists in
-the $lp object between setter() and getter().
+variables. This example prints "some value" because the value of $x
+persists in the $lp object between setter() and getter().
+
+   use Lexical::Persistence;
+
+   my $lp = Lexical::Persistence->new();
+   $lp->call(\&setter);
+   $lp->call(\&getter);
+
+   sub setter { my $x = "some value" }
+   sub getter { print my $x, "\n" }
+
+Lexicals with leading underscores are not persistent.
+
+By default, Lexical::Persistence supports accessing data from multiple
+sources through the use of variable prefixes. The set_context() member sets
+each data source. It takes a prefix name and a hash of key/value pairs. By
+default, the keys must have sigils representing their variable types.
+
+   use Lexical::Persistence;
+
+   my $lp = Lexical::Persistence->new();
+   $lp->set_context( pi => { '$member' => 3.141 } );
+   $lp->set_context( e => { '@member' => [ 2, '.', 7, 1, 8 ] } );
+   $lp->set_context(
+   animal => {
+   '%member' => { cat => "meow", dog => "woof" }
+   }
+   );
+
+   $lp->call(\&display);
+
+   sub display {
+   my ($pi_member, @e_member, %animal_member);
+
+   print "pi = $pi_member\n";
+   print "e = @e_member\n";
+   while (my ($animal, $sound) = each %animal_membe

commit perl-MIME-Charset for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-MIME-Charset for 
openSUSE:Factory checked in at 2013-11-26 19:26:03

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


Package is "perl-MIME-Charset"

Changes:

--- /work/SRC/openSUSE:Factory/perl-MIME-Charset/perl-MIME-Charset.changes  
2013-10-06 14:54:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-MIME-Charset.new/perl-MIME-Charset.changes 
2013-11-26 19:26:04.0 +0100
@@ -1,0 +2,9 @@
+Mon Nov 25 07:38:11 UTC 2013 - co...@suse.com
+
+- updated to 1.011.1
+* Fix: "shift_jis-2004" did not depend on Encode::JISX0213 but
+  Encode::ShiftJIS2004.
+* Chg: Added gb18030 to extended mapping of GB2312.
+* Updated inc::Module::Install to version 1.01.
+
+---

Old:

  MIME-Charset-1.011.0.tar.gz

New:

  MIME-Charset-1.011.1.tar.gz



Other differences:
--
++ perl-MIME-Charset.spec ++
--- /var/tmp/diff_new_pack.LwocEJ/_old  2013-11-26 19:26:04.0 +0100
+++ /var/tmp/diff_new_pack.LwocEJ/_new  2013-11-26 19:26:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MIME-Charset
-Version:1.011.0
+Version:1.011.1
 Release:0
 %define cpan_name MIME-Charset
 Summary:Charset Information for MIME
@@ -31,6 +31,7 @@
 BuildRequires:  perl-macros
 #BuildRequires: perl(CPANPLUS::Backend)
 #BuildRequires: perl(inc::Module::Install)
+#BuildRequires: perl(JSON)
 #BuildRequires: perl(LWP::Simple)
 #BuildRequires: perl(MIME::Charset)
 #BuildRequires: perl(MIME::Charset::_Compat)
@@ -38,6 +39,7 @@
 #BuildRequires: perl(Module::AutoInstall)
 #BuildRequires: perl(Module::Build)
 #BuildRequires: perl(Module::Install::Base)
+#BuildRequires: perl(Parse::CPAN::Meta)
 #BuildRequires: perl(YAML::Tiny)
 %{perl_requires}
 

++ MIME-Charset-1.011.0.tar.gz -> MIME-Charset-1.011.1.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-JSON-Any for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-JSON-Any for openSUSE:Factory 
checked in at 2013-11-26 19:25:45

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


Package is "perl-JSON-Any"

Changes:

--- /work/SRC/openSUSE:Factory/perl-JSON-Any/perl-JSON-Any.changes  
2013-07-30 12:05:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-JSON-Any.new/perl-JSON-Any.changes 
2013-11-26 19:25:45.0 +0100
@@ -1,0 +2,23 @@
+Tue Nov 26 07:34:04 UTC 2013 - co...@suse.com
+
+- updated to 1.32
+   Include dep Test::Requires in dist.ini 
+   bump minimum version requirement for JSON.pm 
+
+   fix the tests to properly exclude JSON::XS
+
+   A bug came up where JSON::XS and JSON.pm had incompatible revisions
+   but installed just fine. This was a problem because JSON.pm will
+   silently load JSON::XS in the background and caused explosions.
+
+   We now try to exclude JSON::XS except in the case we're actually
+   testing it directly.
+
+   Also we've removed some of the tests for JSON::Syck as it's been
+   deprecated. We also add in tests for Cpanel::JSON::XS which got
+   missed when it was added as a choice. 
+
+   JSON::XS 3.x is incompatible with JSON.pm < 2.90 in the exact way
+   that JSON::Any uses things in the test suite.
+
+---

Old:

  JSON-Any-1.30.tar.gz

New:

  JSON-Any-1.32.tar.gz



Other differences:
--
++ perl-JSON-Any.spec ++
--- /var/tmp/diff_new_pack.NO9b4K/_old  2013-11-26 19:25:46.0 +0100
+++ /var/tmp/diff_new_pack.NO9b4K/_new  2013-11-26 19:25:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-JSON-Any
-Version:1.30
+Version:1.32
 Release:0
 %define cpan_name JSON-Any
 Summary:Wrapper Class for the various JSON classes.
@@ -29,13 +29,14 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-Requires:   perl
-Requires:   perl-JSON
-Requires:   perl-YAML-Syck
-BuildRequires:  perl(JSON)
-BuildRequires:  perl(JSON::XS)
-Requires:   perl(JSON)
-Requires:   perl(JSON::XS)
+BuildRequires:  perl(Test::Requires)
+BuildRequires:  perl(Test::Without::Module) >= 0.17
+#BuildRequires: perl(Devel::StringInfo)
+#BuildRequires: perl(Dist::Zilla::Plugin::MakeMaker::Awesome)
+#BuildRequires: perl(JSON)
+#BuildRequires: perl(JSON::XS)
+#BuildRequires: perl(Moose)
+#BuildRequires: perl(namespace::autoclean)
 %{perl_requires}
 
 %description
@@ -59,6 +60,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README weaver.ini
+%doc CHANGES LICENSE README weaver.ini xt
 
 %changelog

++ JSON-Any-1.30.tar.gz -> JSON-Any-1.32.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-Any-1.30/CHANGES new/JSON-Any-1.32/CHANGES
--- old/JSON-Any-1.30/CHANGES   1970-01-01 01:00:00.0 +0100
+++ new/JSON-Any-1.32/CHANGES   2013-11-07 16:56:36.0 +0100
@@ -0,0 +1,811 @@
+==
+Changes from 2012-11-07 00:00:00 + to present.
+==
+
+-
+version 1.32 at 2013-11-07 15:56:33 +
+-
+
+  Change: e1fbae5ccddc7becce7b1bcff1a8ac99075bc136
+  Author: Chris Prather 
+  Date : 2013-11-07 07:52:41 +
+
+Merge pull request #3 from wolfsage/t_fix_deps
+
+Include dep Test::Requires in dist.ini 
+
+  Change: 0880faaaf3c8194acc3a70a387d94ff69633b333
+  Author: Matthew Horsfall 
+  Date : 2013-11-07 10:51:02 +
+
+Include dep Test::Requires in dist.ini 
+
+-
+version 1.31 at 2013-11-06 21:46:52 +
+-
+
+  Change: 87ce2b21a27c984d71ec9b2a94847ae99d48445b
+  Author: Chris Prather 
+  Date : 2013-11-06 21:46:52 +
+
+ignore a few more directories 
+
+  Change: d585c4cdccb59c96d7a3ab78e1881edd7e4d4e59
+  Author: Chris Prather 
+  Date : 2013-11-06 21:44:04 +
+
+bump minimum version requirement for JSON.pm 
+
+  Change: f5200618645fc09d27856b921bc9be43cf35b039
+  Author: Chris Prather 
+  Date : 2013-11-06 21:41:22 +
+
+fix the tests to properly exclude JSON::XS
+
+A bug came up where JSON::XS and JSON.pm had incompatible revisions
+but installed just fine. This was a problem because JSON.pm will
+silently load JSON::XS in the background and caused explosions.
+
+We now try to exclude JSON::XS except in the case we're actually
+testing it directly.
+
+Also we've removed some of the test

commit perl-List-AllUtils for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-List-AllUtils for 
openSUSE:Factory checked in at 2013-11-26 19:25:55

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


Package is "perl-List-AllUtils"

Changes:

--- /work/SRC/openSUSE:Factory/perl-List-AllUtils/perl-List-AllUtils.changes
2013-10-21 15:14:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-List-AllUtils.new/perl-List-AllUtils.changes   
2013-11-26 19:25:56.0 +0100
@@ -1,0 +2,11 @@
+Mon Nov 25 07:39:19 UTC 2013 - co...@suse.com
+
+- updated to 0.07
+ - The last version totally broke all exports from List::MoreUtils. Now there
+   are actual tests for this. Reported by Tatsuhiko Miyagawa. RT #89509.
+ - List::Util 1.33 provides some subs that are also provided by
+   List::MoreUtils. This caused subroutine redefeined warnings. List::AllUtils
+   now only imports subs from List::MoreUtils that aren't defined by
+   List::Util. This works with List::Util 1.31+. Reported by Zefram. RT #89467.
+
+---
@@ -5,5 +16,5 @@
-+- Really require List::Util 1.31, instead of just saying so in the
-+  Changes. Reported by Przemysław Wesołek. RT #88296
-+- Updated to require List::Util 1.31, which includes a bunch of new pairwise
-+  functions.
-+- Updated docs to match List::MoreUtils 0.28+. Reported by ilmari. RT #75196.
+ - Really require List::Util 1.31, instead of just saying so in the
+   Changes. Reported by Przemysław Wesołek. RT #88296
+ - Updated to require List::Util 1.31, which includes a bunch of new pairwise
+   functions.
+ - Updated docs to match List::MoreUtils 0.28+. Reported by ilmari. RT #75196.

Old:

  List-AllUtils-0.05.tar.gz

New:

  List-AllUtils-0.07.tar.gz



Other differences:
--
++ perl-List-AllUtils.spec ++
--- /var/tmp/diff_new_pack.i7RZ7A/_old  2013-11-26 19:25:56.0 +0100
+++ /var/tmp/diff_new_pack.i7RZ7A/_new  2013-11-26 19:25:56.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-List-AllUtils
-Version:0.05
+Version:0.07
 Release:0
 %define cpan_name List-AllUtils
 Summary:Combines List::Util and List::MoreUtils in one bite-sized 
package
@@ -32,6 +32,7 @@
 BuildRequires:  perl(List::MoreUtils) >= 0.28
 BuildRequires:  perl(List::Util) >= 1.31
 BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Test::Warnings)
 #BuildRequires: perl(List::AllUtils)
 Requires:   perl(List::MoreUtils) >= 0.28
 Requires:   perl(List::Util) >= 1.31

++ List-AllUtils-0.05.tar.gz -> List-AllUtils-0.07.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/List-AllUtils-0.05/Changes 
new/List-AllUtils-0.07/Changes
--- old/List-AllUtils-0.05/Changes  2013-08-31 04:54:55.0 +0200
+++ new/List-AllUtils-0.07/Changes  2013-10-14 22:58:25.0 +0200
@@ -1,3 +1,17 @@
+0.072013-10-14
+
+- The last version totally broke all exports from List::MoreUtils. Now there
+  are actual tests for this. Reported by Tatsuhiko Miyagawa. RT #89509.
+
+
+0.062013-10-14
+
+- List::Util 1.33 provides some subs that are also provided by
+  List::MoreUtils. This caused subroutine redefeined warnings. List::AllUtils
+  now only imports subs from List::MoreUtils that aren't defined by
+  List::Util. This works with List::Util 1.31+. Reported by Zefram. RT #89467.
+
+
 0.052013-08-30
 
 - Really require List::Util 1.31, instead of just saying so in the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/List-AllUtils-0.05/META.json 
new/List-AllUtils-0.07/META.json
--- old/List-AllUtils-0.05/META.json2013-08-31 04:54:55.0 +0200
+++ new/List-AllUtils-0.07/META.json2013-10-14 22:58:25.0 +0200
@@ -4,7 +4,7 @@
   "Dave Rolsky "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.300037, CPAN::Meta::Converter 
version 2.131560",
+   "generated_by" : "Dist::Zilla version 4.300039, CPAN::Meta::Converter 
version 2.131560",
"license" : [
   "artistic_2"
],
@@ -41,7 +41,8 @@
  "requires" : {
 "File::Find" : "0",
 "File::Temp" : "0",
-"Test::More" : "0.88"
+"Test::More" : "0.88",
+"Test::Warnings" : "0"
  }
   }
},
@@ -58,7 +59,7 @@
  "web" : "http://git.urth.org/List-AllUtils.git";
   }
},
-   "version" : "0.05",
+   "version" : "0.07",
"x_authority" : "cpan:DROLSKY"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/List-AllUtils-0.05/META.yml 
new/

commit perl-Devel-Symdump for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Symdump for 
openSUSE:Factory checked in at 2013-11-26 19:25:23

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


Package is "perl-Devel-Symdump"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Symdump/perl-Devel-Symdump.changes
2013-06-07 06:58:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Symdump.new/perl-Devel-Symdump.changes   
2013-11-26 19:25:24.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 26 07:33:00 UTC 2013 - co...@suse.com
+
+- updated to 2.11
+ * v5.19.5-71-gd456e3f stopped producing the %@ hash at startup
+
+---

Old:

  Devel-Symdump-2.10.tar.gz

New:

  Devel-Symdump-2.11.tar.gz



Other differences:
--
++ perl-Devel-Symdump.spec ++
--- /var/tmp/diff_new_pack.4tgFK6/_old  2013-11-26 19:25:24.0 +0100
+++ /var/tmp/diff_new_pack.4tgFK6/_new  2013-11-26 19:25:24.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-Symdump
-Version:2.10
+Version:2.11
 Release:0
 %define cpan_name Devel-Symdump
 Summary:Dump symbol names or the symbol table

++ Devel-Symdump-2.10.tar.gz -> Devel-Symdump-2.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Symdump-2.10/Changes 
new/Devel-Symdump-2.11/Changes
--- old/Devel-Symdump-2.10/Changes  2013-03-27 06:35:19.0 +0100
+++ new/Devel-Symdump-2.11/Changes  2013-10-30 07:30:55.0 +0100
@@ -1,3 +1,9 @@
+2013-10-30  k  
+
+   * release 2.11
+
+   * v5.19.5-71-gd456e3f stopped producing the %@ hash at startup
+
 2013-03-27  k  
 
* release 2.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Symdump-2.10/META.json 
new/Devel-Symdump-2.11/META.json
--- old/Devel-Symdump-2.10/META.json2013-03-27 06:35:47.0 +0100
+++ new/Devel-Symdump-2.11/META.json2013-10-30 07:51:48.0 +0100
@@ -4,7 +4,7 @@
   "Andreas Koenig "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.6501, CPAN::Meta::Converter 
version 2.120921",
+   "generated_by" : "ExtUtils::MakeMaker version 6.8, CPAN::Meta::Converter 
version 2.132830",
"keywords" : [
   "symbol table inspection"
],
@@ -47,5 +47,5 @@
  "url" : "git://github.com/andk/devel-symdump.git"
   }
},
-   "version" : "2.10"
+   "version" : "2.11"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Symdump-2.10/META.yml 
new/Devel-Symdump-2.11/META.yml
--- old/Devel-Symdump-2.10/META.yml 2013-03-27 06:35:47.0 +0100
+++ new/Devel-Symdump-2.11/META.yml 2013-10-30 07:51:48.0 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.6501, CPAN::Meta::Converter 
version 2.120921'
+generated_by: 'ExtUtils::MakeMaker version 6.8, CPAN::Meta::Converter version 
2.132830'
 keywords:
   - 'symbol table inspection'
 license: perl
@@ -25,4 +25,4 @@
   perl: 5.004
 resources:
   repository: git://github.com/andk/devel-symdump.git
-version: 2.10
+version: 2.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Symdump-2.10/SIGNATURE 
new/Devel-Symdump-2.11/SIGNATURE
--- old/Devel-Symdump-2.10/SIGNATURE2013-03-27 06:35:53.0 +0100
+++ new/Devel-Symdump-2.11/SIGNATURE2013-10-30 07:51:54.0 +0100
@@ -1,5 +1,5 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.70.
+signed via the Module::Signature module, version 0.73.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:
@@ -14,13 +14,13 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
-SHA1 87258f01833a67d06698a8cbd65f91d405c28102 Changes
+SHA1 83e958ea60908948be82119cf2fb7d19f783a81f Changes
 SHA1 1a8c5d596cff0111353e14fa44e6caca7cce8c13 MANIFEST
-SHA1 3435feb135d6354c3b72395858f1da94a50221fe META.json
-SHA1 1a2880a91a3b315d4281658feeef906c05b28c92 META.yml
+SHA1 390b7ecc4bd159d0a78a34921c4a8942071f2c4c META.json
+SHA1 f3cae9cb0977b2c88e0904ec02682628ae44ba3f META.yml
 SHA1 a58477f4ebc16c72b70c3c3bd8981bf808598d70 Makefile.PL
 SHA1 6cf5689752f21ac49c634e92588ee882b2bca6de README
-SHA1 564c447143e90c90c4213b3ec8a77ad38ec3d79b lib/Devel/Symdump.pm
+SHA1 a2d8f1b202eb8334375b5abdca09cc9825b6b655 lib/Devel/Symdump.pm
 SHA1 fef2e4c5ea88bd09f2af618e32a58ee87be965a4 lib/Devel/Symdu

commit perl-Config-Tiny for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-Tiny for 
openSUSE:Factory checked in at 2013-11-26 19:24:43

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


Package is "perl-Config-Tiny"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-Tiny/perl-Config-Tiny.changes
2013-10-21 15:13:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Config-Tiny.new/perl-Config-Tiny.changes   
2013-11-26 19:24:44.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 26 07:31:49 UTC 2013 - co...@suse.com
+
+- updated to 2.20
+  - Relax pre-req version requirements
+
+---

Old:

  Config-Tiny-2.19.tgz

New:

  Config-Tiny-2.20.tgz



Other differences:
--
++ perl-Config-Tiny.spec ++
--- /var/tmp/diff_new_pack.JmseGx/_old  2013-11-26 19:24:45.0 +0100
+++ /var/tmp/diff_new_pack.JmseGx/_new  2013-11-26 19:24:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Config-Tiny
-Version:2.19
+Version:2.20
 Release:0
 %define cpan_name Config-Tiny
 Summary:Read/Write .ini style files with as little code as possible
@@ -29,12 +29,10 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Spec) >= 3.4
-BuildRequires:  perl(File::Temp) >= 0.2301
-BuildRequires:  perl(Module::Build) >= 0.38
+BuildRequires:  perl(File::Spec) >= 3.3
+BuildRequires:  perl(File::Temp) >= 0.22
+BuildRequires:  perl(Module::Build) >= 0.34
 #BuildRequires: perl(Config::Tiny)
-Requires:   perl(File::Spec) >= 3.4
-Requires:   perl(File::Temp) >= 0.2301
 %{perl_requires}
 
 %description

++ Config-Tiny-2.19.tgz -> Config-Tiny-2.20.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.19/Build.PL 
new/Config-Tiny-2.20/Build.PL
--- old/Config-Tiny-2.19/Build.PL   2013-09-15 01:22:11.0 +0200
+++ new/Config-Tiny-2.20/Build.PL   2013-11-24 00:54:11.0 +0100
@@ -1,3 +1,6 @@
+use strict;
+use warnings;
+
 use Module::Build;
 
 Module::Build -> new
@@ -8,21 +11,20 @@
dist_author=> 'Adam Kennedy ',
build_requires =>
{
-   Test::More => 0.47,
-#  Test::Pod  => 1.45, # Make it optional. See xt/pod.t
+   'File::Spec' => 3.30,
+   'File::Temp' => 0.22,
+   'Test::More' => 0.47,
+#  'Test::Pod'  => 1.45, # Make it optional. See xt/pod.t
},
configure_requires =>
{
-Module::Build => 0.3800,
+'Module::Build' => 0.3400,
},
requires =>
{
-   'File::Spec' => 3.40,
-   'File::Temp' => 0.2301,
'perl'   => '5.8.1', # For the utf stuff.
'strict' => 0,
'UNIVERSAL'  => 0,
'utf8'   => 0,
-   'vars'   => 0,
},
 ) -> create_build_script();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.19/Changelog.ini 
new/Config-Tiny-2.20/Changelog.ini
--- old/Config-Tiny-2.19/Changelog.ini  2013-09-15 01:22:11.0 +0200
+++ new/Config-Tiny-2.20/Changelog.ini  2013-11-24 00:54:11.0 +0100
@@ -1,7 +1,11 @@
 [Module]
 Name=Config-Tiny:
 Changelog.Creator=Module::Metadata::Changes V 2.05
-Changelog.Parser=Config::IniFiles V 2.78
+Changelog.Parser=Config::IniFiles V 2.82
+
+[V 2.20]
+Date=2013-11-24T10:52:00
+Comments=- Relax pre-req version requirements
 
 [V 2.19]
 Date=2013-09-15T09:16:00
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.19/Changes new/Config-Tiny-2.20/Changes
--- old/Config-Tiny-2.19/Changes2013-09-15 01:22:11.0 +0200
+++ new/Config-Tiny-2.20/Changes2013-11-24 00:54:11.0 +0100
@@ -1,5 +1,8 @@
 Revision history for Perl extension Config-Tiny:
 
+2.20  Sun Nov 24 10:52:00 2013
+   - Relax pre-req version requirements
+
 2.19  Sun Sep 15 09:16:00 2013
- Change VERSION => $VERSION in Makefile.PL to VERSION_FROM => 
'lib/Config/Tiny.pm'.
Reported by Jean-Louis Morel. See RT#88670.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Tiny-2.19/META.json 
new/Config-Tiny-2.20/META.json
--- old/Config-Tiny-2.19/META.json  2013-09-15 01:22:11.0 +0200
+++ new/Config-Tiny-2.20/META.json  2013-11-24 00:54:11.0 +0100
@@ -16,30 +16,29 @@
"prereqs" : {
   "build" : {
  "requires" : {
+   

commit perl-Data-Section for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Data-Section for 
openSUSE:Factory checked in at 2013-11-26 19:24:59

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


Package is "perl-Data-Section"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Data-Section/perl-Data-Section.changes  
2013-07-22 13:04:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Data-Section.new/perl-Data-Section.changes 
2013-11-26 19:25:00.0 +0100
@@ -1,0 +2,8 @@
+Mon Nov 25 07:36:05 UTC 2013 - co...@suse.com
+
+- updated to 0.23
+   [THIS MIGHT BREAK STUFF]
+   - add an "encoding" parameter to set encoding of data section contents;
+ this defaults to UTF-8 (thanks, David Golden!)
+
+---

Old:

  Data-Section-0.101622.tar.gz

New:

  Data-Section-0.23.tar.gz



Other differences:
--
++ perl-Data-Section.spec ++
--- /var/tmp/diff_new_pack.KRRGde/_old  2013-11-26 19:25:01.0 +0100
+++ /var/tmp/diff_new_pack.KRRGde/_new  2013-11-26 19:25:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Data-Section
-Version:0.101622
+Version:0.23
 Release:0
 %define cpan_name Data-Section
 Summary:read multiple hunks of data out of your DATA section
@@ -31,6 +31,7 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(MRO::Compat) >= 0.09
 BuildRequires:  perl(Sub::Exporter) >= 0.979
+BuildRequires:  perl(Test::FailWarnings)
 BuildRequires:  perl(Test::More) >= 0.96
 #BuildRequires: perl(Child)
 #BuildRequires: perl(Data::Section)

++ Data-Section-0.101622.tar.gz -> Data-Section-0.23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Section-0.101622/Changes 
new/Data-Section-0.23/Changes
--- old/Data-Section-0.101622/Changes   2013-06-20 03:48:04.0 +0200
+++ new/Data-Section-0.23/Changes   2013-11-02 12:57:55.0 +0100
@@ -1,5 +1,14 @@
 Revision history for Data-Section
 
+0.23  2013-11-02 07:57:52 America/New_York
+  [THIS MIGHT BREAK STUFF]
+- stable release of 0.22, no functional changes
+
+0.22  2013-10-19 22:11:32 America/New_York (TRIAL RELEASE)
+  [THIS MIGHT BREAK STUFF]
+- add an "encoding" parameter to set encoding of data section contents;
+  this defaults to UTF-8 (thanks, David Golden!)
+
 0.101622  2013-06-19 21:48:02 America/New_York
   add a link to an Advent article about Data-Section
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Section-0.101622/MANIFEST 
new/Data-Section-0.23/MANIFEST
--- old/Data-Section-0.101622/MANIFEST  2013-06-20 03:48:04.0 +0200
+++ new/Data-Section-0.23/MANIFEST  2013-11-02 12:57:55.0 +0100
@@ -7,9 +7,9 @@
 README
 dist.ini
 lib/Data/Section.pm
-t/00-compile.t
 t/000-report-versions-tiny.t
 t/basic.t
+t/encodings.t
 t/lib/Child.pm
 t/lib/End.pm
 t/lib/Godfather.pm
@@ -18,10 +18,13 @@
 t/lib/I/Child.pm
 t/lib/I/Grandchild.pm
 t/lib/I/Parent.pm
+t/lib/Latin1.pm
 t/lib/NoData.pm
 t/lib/NoName.pm
 t/lib/Parent.pm
 t/lib/Relaxed.pm
+t/lib/Unicode_nopragma.pm
+t/lib/Unicode_pragma.pm
 t/lib/WindowsNewlines.pm
 xt/release/changes_has_content.t
 xt/release/pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Section-0.101622/META.json 
new/Data-Section-0.23/META.json
--- old/Data-Section-0.101622/META.json 2013-06-20 03:48:04.0 +0200
+++ new/Data-Section-0.23/META.json 2013-11-02 12:57:55.0 +0100
@@ -4,7 +4,7 @@
   "Ricardo SIGNES "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.300035, CPAN::Meta::Converter 
version 2.131560",
+   "generated_by" : "Dist::Zilla version 5.001, CPAN::Meta::Converter version 
2.132830",
"license" : [
   "perl_5"
],
@@ -27,6 +27,7 @@
   },
   "runtime" : {
  "requires" : {
+"Encode" : "0",
 "MRO::Compat" : "0.09",
 "Sub::Exporter" : "0.979",
 "strict" : "0",
@@ -35,36 +36,36 @@
   },
   "test" : {
  "requires" : {
-"File::Find" : "0",
-"File::Temp" : "0",
+"Test::FailWarnings" : "0",
 "Test::More" : "0.96",
 "base" : "0",
-"lib" : "0"
+"lib" : "0",
+"utf8" : "0"
  }
   }
},
"release_status" : "stable",
"resources" : {
   "bugtracker" : {
- "web" : "https://github.com/rjbs/data-section/issues";
+ "web" : "https://

commit perl-Devel-PatchPerl for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-PatchPerl for 
openSUSE:Factory checked in at 2013-11-26 19:25:19

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


Package is "perl-Devel-PatchPerl"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Devel-PatchPerl/perl-Devel-PatchPerl.changes
2013-07-30 12:02:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-PatchPerl.new/perl-Devel-PatchPerl.changes
   2013-11-26 19:25:20.0 +0100
@@ -1,0 +2,26 @@
+Mon Nov 25 07:39:35 UTC 2013 - co...@suse.com
+
+- updated to 1.14
+   RT#89635 Configure on 5.6 uses sort +N, which isn't supported by
+   modern sort(1)
+
+   The two instances of 'sort -n +1' in Configure on perl 5.6 need to be
+   replaced with the portable equivalent used since perl 5.7.3:
+
+   ($sort -n -k 2 2>/dev/null || $sort -n +1)
+
+   This works on both old and new sorts. 
+
+   better gconvert detection 
+
+---
+Fri Oct  4 09:13:48 UTC 2013 - co...@suse.com
+
+- updated to 1.12
+Add GNU/Hurd hints file 
+Only try to change perms if the hints file already exists 
+Support Bitrig all the way back to at least v5.8.9 
+Fix issues with Bitrig patch and version normalisation 
+Remove Test::Compile from dzil configuration 
+
+---

Old:

  Devel-PatchPerl-1.00.tar.gz

New:

  Devel-PatchPerl-1.14.tar.gz



Other differences:
--
++ perl-Devel-PatchPerl.spec ++
--- /var/tmp/diff_new_pack.ilbDkl/_old  2013-11-26 19:25:20.0 +0100
+++ /var/tmp/diff_new_pack.ilbDkl/_new  2013-11-26 19:25:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-PatchPerl
-Version:1.00
+Version:1.14
 Release:0
 %define cpan_name Devel-PatchPerl
 Summary:Patch perl source a la Devel::PPPort's buildperl.pl
@@ -62,6 +62,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes LICENSE README tools
 
 %changelog

++ Devel-PatchPerl-1.00.tar.gz -> Devel-PatchPerl-1.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PatchPerl-1.00/Changes 
new/Devel-PatchPerl-1.14/Changes
--- old/Devel-PatchPerl-1.00/Changes2013-07-25 12:42:29.0 +0200
+++ new/Devel-PatchPerl-1.14/Changes2013-10-20 17:40:10.0 +0200
@@ -1,8 +1,106 @@
 ==
-Changes from 2008-07-26 00:00:00 + to present.
+Changes from 2008-10-21 00:00:00 + to present.
 ==
 
 -
+version 1.14 at 2013-10-20 15:38:09 +
+-
+
+  Change: 0b1f81c0ce692a37bc8552cd278e90c0d0a3122c
+  Author: Chris 'BinGOs' Williams 
+  Date : 2013-10-20 16:38:09 +
+
+RT#89635 Configure on 5.6 uses sort +N, which isn't supported by
+modern sort(1)
+
+The two instances of 'sort -n +1' in Configure on perl 5.6 need to be
+replaced with the portable equivalent used since perl 5.7.3:
+
+($sort -n -k 2 2>/dev/null || $sort -n +1)
+
+This works on both old and new sorts. 
+
+  Change: 9989391d5011cb1d518db37a32e9b8eeefafcc9a
+  Author: Chris Williams 
+  Date : 2013-09-25 12:19:09 +
+
+Merge pull request #14 from haarg/gconvert-5.6
+
+better gconvert detection 
+
+  Change: 0003e6aeaf8c055074b75ceea5accb22025ce776
+  Author: Graham Knop 
+  Date : 2013-09-25 10:30:53 +
+
+better gconvert detection 
+
+-
+version 1.12 at 2013-09-15 20:31:14 +
+-
+
+  Change: 96317bf956f3b5ff36a30c41e293ff134101c6dc
+  Author: Chris 'BinGOs' Williams 
+  Date : 2013-09-15 21:31:14 +
+
+Add GNU/Hurd hints file 
+
+-
+version 1.10 at 2013-08-22 23:10:22 +
+-
+
+  Change: 28b9d595ae1f44274a07bb8e845ac7173632b28d
+  Author: Chris 'BinGOs' Williams 
+  Date : 2013-08-23 00:10:22 +
+
+Only try to change perms if the hints file already exists 
+
+-
+version 1.08 at 2013-08-22 22:56:58 +
+-
+
+  Change: fc01a16685418d3d2d20621c717836b1172982d3
+  Author: Chris 'BinGOs' Williams 
+  Date : 2013-08-22 23:56:58 +
+
+Support Bitrig all the way back to at least v5.8.9 
+
+-
+version 1.06 at 2013-08-22 21:03:11 +
+---

commit perl-Convert-BinHex for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Convert-BinHex for 
openSUSE:Factory checked in at 2013-11-26 19:24:47

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


Package is "perl-Convert-BinHex"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Convert-BinHex/perl-Convert-BinHex.changes  
2011-11-21 12:37:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Convert-BinHex.new/perl-Convert-BinHex.changes 
2013-11-26 19:24:49.0 +0100
@@ -1,0 +2,8 @@
+Mon Oct 14 17:57:53 UTC 2013 - l...@linux-schulserver.de
+
+- update to 1.123:
+  + Fixed pod error in debinhex and added pod tests
+  + Added unit tests for OO and CRC code
+  + Moved to Dist::Zilla's OurPkgVersion for keeping $VERSIONs in sync
+
+---

Old:

  Convert-BinHex-1.119-enable-checker.patch
  Convert-BinHex-1.119.tar.gz

New:

  Convert-BinHex-1.123.tar.gz



Other differences:
--
++ perl-Convert-BinHex.spec ++
--- /var/tmp/diff_new_pack.jWqg1B/_old  2013-11-26 19:24:49.0 +0100
+++ /var/tmp/diff_new_pack.jWqg1B/_new  2013-11-26 19:24:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Convert-BinHex
 #
-# 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,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Convert-BinHex
+Version:1.123
+Release:0
 %definereal_name Convert-BinHex
 Summary:Extract data from Macintosh BinHex files
-Url:http://search.cpan.org/perldoc?Convert::BinHex
-Group:  Development/Libraries/Perl
 License:GPL-1.0+ or Artistic-1.0
-Version:1.119
-Release:15
+Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/perldoc?Convert::BinHex
 Source: %{real_name}-%{version}.tar.gz
-Patch1: Convert-BinHex-1.119-enable-checker.patch
 BuildRequires:  perl-macros
+BuildRequires:  perl(Test::Most)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 
@@ -38,27 +36,20 @@
 module provides a means of converting those data streams back into binary
 data.
 
-Authors:

-Written by Eryq, http://www.enteract.com/~eryq / e...@enteract.com
-
-
 %prep
 %setup -n %{real_name}-%{version}
-%patch1 -p0
 
 %build
 perl Makefile.PL 
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %check
 make test
 
 %install
 %perl_make_install
-install -Dm755 bin/binhex.pl %{buildroot}/%{_bindir}/binhex.pl
-install -m755  bin/debinhex.pl %{buildroot}/%{_bindir}/
-find docs/ -type f -exec chmod -x {} \;
+install -Dm755 bin/binhex.pl %{buildroot}%{_bindir}/binhex.pl
+install -m755  bin/debinhex.pl %{buildroot}%{_bindir}/
 %perl_process_packlist
 %perl_gen_filelist
 
@@ -68,6 +59,5 @@
 %files -f %{name}.files
 %defattr(-, root, root)
 %doc COPYING README* MANIFEST
-%doc docs/Convert/*
 
 %changelog

++ Convert-BinHex-1.119.tar.gz -> Convert-BinHex-1.123.tar.gz ++
 2566 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-Data-ShowTable for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Data-ShowTable for 
openSUSE:Factory checked in at 2013-11-26 19:25:04

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


Package is "perl-Data-ShowTable"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Data-ShowTable/perl-Data-ShowTable.changes  
2011-09-23 12:36:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Data-ShowTable.new/perl-Data-ShowTable.changes 
2013-11-26 19:25:05.0 +0100
@@ -1,0 +2,40 @@
+Tue Nov 26 07:35:34 UTC 2013 - co...@suse.com
+
+- updated to 4.5
+ Modified "ShowTable.pm":
+ 
+   Added "showmode" argument to ShowTableValue so it could handle HTML
+   embedded text correctly.  ShowTableValue now uses a string substitution
+   "%s" for any values with embedded HTML tokens, even if defined as an
+   integer or real.
+ 
+   Changed how URLs work: now %K and %V are substituted into the URL
+   corresponding to the given field name key.  No other insertions are
+   done, so the URL is completely specified by the user otherwise.
+ 
+   Added tableAttrs argument to ShowHTMLTable allowing other stuff to be
+   inserted within the TABLE token (ie: ).
+ 
+   Changed the regexp in &PlainText to avoid the multiple null string
+   matches.
+ 
+   Changed htmltext to substitute blanks if the optional second argument
+   is non-null (which is used when creating URLs).
+ 
+   Allow column indexes, as well as column names, to be mapped to URLs.
+ 
+   Added %I (column index) key to the url substitutions.
+ 
+   Removed Sys::OutPut usage.  Added "put" and "out" subs directly.
+ 
+   Fixed small documentation problems.
+ 
+ Modified "showtable":
+ 
+   Added -urls option to support URL mappings for fields.
+ 
+   Added -attributes option to support table_attributes argument.
+
+- remove obsolete Data-ShowTable-3.3.dif
+
+---

Old:

  Data-ShowTable-3.3.tar.bz2

New:

  Data-ShowTable-4.5.tar.gz



Other differences:
--
++ perl-Data-ShowTable.spec ++
--- /var/tmp/diff_new_pack.r2D0Ss/_old  2013-11-26 19:25:06.0 +0100
+++ /var/tmp/diff_new_pack.r2D0Ss/_new  2013-11-26 19:25:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Data-ShowTable
 #
-# 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,79 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Data-ShowTable
+Version:4.5
+Release:0
 %define cpan_name Data-ShowTable
-Version:3.3
-Release:715
-Provides:   Data-ShowTable
-AutoReqProv:on
-Group:  Development/Libraries/Perl
+Summary:routines to display tabular data in several formats.
 License:GPL-2.0+
-Summary:A Perl Module that allows Pretty-Printing of Data Arrays
-Url:http://search.cpan.org/perldoc?Data::ShowTable
-Source: %{cpan_name}-%{version}.tar.bz2
-Patch:  %{cpan_name}-%{version}.dif
+Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Data-ShowTable/
+Source: 
http://www.cpan.org/authors/id/A/AK/AKSTE/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+#BuildRequires: perl(Data::ShowTable)
+#BuildRequires: perl(Sys::OutPut)
+%{perl_requires}
 
 %description
-ShowTable.pm is a Perl 5 module which defines subroutines to print
-arrays of data in nicely formatted listings. It uses one of four
-possible formats: simple table, boxed table, list style, and
-HTML-formatting.
+The *ShowTable* module provides subroutines to display tabular data,
+typially from a database, in nicely formatted columns, in several formats.
+Its arguments can either be given in a fixed order, or, as a single,
+anonymous hash-array.
+
+The output format for any one invocation can be one of four possible
+styles:
+
+* Box
 
+  A tabular format, with the column titles and the entire table surrounded
+  by a "box" of "'+'", "'-'", and "'|'" characters. See the "ShowBoxTable"
+  manpage for details.
 
+* Table
 
-Authors:
-
-Alan K. Stebbens 
+  A simple tabular format, with columns automatically aligned, with column
+  titles. See the "ShowSimpleTable" manpage.
+
+* List
+
+  A _list_ style, where columns of data are listed as a _name_:

commit perl-CPAN-Meta for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Meta for openSUSE:Factory 
checked in at 2013-11-26 19:24:51

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


Package is "perl-CPAN-Meta"

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPAN-Meta/perl-CPAN-Meta.changes
2013-10-06 14:30:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CPAN-Meta.new/perl-CPAN-Meta.changes   
2013-11-26 19:24:53.0 +0100
@@ -1,0 +2,16 @@
+Mon Nov 25 07:39:39 UTC 2013 - co...@suse.com
+
+- updated to 2.132830
+  [ADDED]
+
+  - CPAN::Meta::Prereqs now has a 'merged_requirements' method for
+combining requirements across multiple phases and types
+
+  [FIXED]
+
+  - Invalid 'meta-spec' is no longer a fatal error: instead, it will
+usually be treated as spec version "1.0" (prior to formalization of the
+meta-spec field).  Conversion has some heuristics for guessing a
+version depending on other fields if 'meta-spec' is missing or invalid.
+
+---

Old:

  CPAN-Meta-2.132661.tar.gz

New:

  CPAN-Meta-2.132830.tar.gz



Other differences:
--
++ perl-CPAN-Meta.spec ++
--- /var/tmp/diff_new_pack.LvacfM/_old  2013-11-26 19:24:53.0 +0100
+++ /var/tmp/diff_new_pack.LvacfM/_new  2013-11-26 19:24:53.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CPAN-Meta
-Version:2.132661
+Version:2.132830
 Release:0
 %define cpan_name CPAN-Meta
 Summary:the distribution metadata for a CPAN dist

++ CPAN-Meta-2.132661.tar.gz -> CPAN-Meta-2.132830.tar.gz ++
 5285 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-Debug-Trace for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Debug-Trace for 
openSUSE:Factory checked in at 2013-11-26 19:25:14

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


Package is "perl-Debug-Trace"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Debug-Trace/perl-Debug-Trace.changes
2011-09-23 12:36:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Debug-Trace.new/perl-Debug-Trace.changes   
2013-11-26 19:25:16.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 25 07:36:44 UTC 2013 - co...@suse.com
+
+- updated to 0.05
+  - Update tests for Carp >= 1.32
+- new cpanspec template
+
+---

Old:

  Debug-Trace-0.04.tar.gz

New:

  Debug-Trace-0.05.tar.gz



Other differences:
--
++ perl-Debug-Trace.spec ++
--- /var/tmp/diff_new_pack.sLsEd2/_old  2013-11-26 19:25:17.0 +0100
+++ /var/tmp/diff_new_pack.sLsEd2/_new  2013-11-26 19:25:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Debug-Trace
 #
-# 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,35 +15,40 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Debug-Trace
+Version:0.05
+Release:0
 %define cpan_name Debug-Trace
 Summary:Perl extension to trace subroutine calls
-Version:0.04
-Release:1
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Debug-Trace/
-Source: 
http://www.cpan.org/authors/id/J/JV/JV/Debug-Trace-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/J/JV/JV/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Data::Dumper) >= 2.101
-Requires:   perl(Data::Dumper) >= 2.101
+#BuildRequires: perl(Debug::Trace)
+%{perl_requires}
 
 %description
 Debug::Trace instruments subroutines to provide tracing information upon
 every call and return.
 
-Authors:
-
-Jan-Pieter Cornet 
-Jos Boumans 
-Johan Vromans 
+Using Debug::Trace does not require any changes to your sources. Most
+often, it will be used from the command line:
+
+  perl -MDebug::Trace=foo,bar yourprogram.pl
+
+This will have your subroutines foo() and bar() printing call and return
+information.
+
+Subroutine names may be fully qualified to denote subroutines in other
+packages than the default main::.
+
+By default, the trace information is output using the standard warn()
+function.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -57,18 +62,11 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

++ Debug-Trace-0.04.tar.gz -> Debug-Trace-0.05.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Debug-Trace-0.04/Changes new/Debug-Trace-0.05/Changes
--- old/Debug-Trace-0.04/Changes2002-10-05 11:02:16.0 +0200
+++ new/Debug-Trace-0.05/Changes2013-11-07 14:06:02.0 +0100
@@ -19,3 +19,6 @@
 0.04  Fri Oct  4 22:01:45 2002
 - Add tests, update documentation and small fixes for caller,
  stacktrace, maxlen.
+
+0.05  Thu Nov  7 2002
+   - Update tests for Carp >= 1.32.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Debug-Trace-0.04/MANIFEST 
new/Debug-Trace-0.05/MANIFEST
--- old/Debug-Trace-0.04/MANIFEST   2002-10-05 11:02:16.0 +0200
+++ new/Debug-Trace-0.05/MANIFEST   2013-11-07 14:07:20.0 +0100
@@ -2,8 +2,10 @@
 Makefile.PL
 MANIFEST
 README
-Trace.pm
+lib/Debug/Trace.pm
 t/basic.t
 t/caller.t
 t/maxlen.t
 t/stack.t
+META.yml Module YAML meta-data (added by 
MakeMaker)
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Debug-Trace-0.04/META.json 
new/Debu

commit perl-CPAN-Mini for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Mini for openSUSE:Factory 
checked in at 2013-11-26 19:24:55

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
2013-06-06 12:19:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CPAN-Mini.new/perl-CPAN-Mini.changes   
2013-11-26 19:24:56.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 25 07:36:21 UTC 2013 - co...@suse.com
+
+- updated to 1.111014
+  prune overly-aggressively-set prereqs; we do not require CPANPLUS!
+
+
+---

Old:

  CPAN-Mini-1.111013.tar.gz

New:

  CPAN-Mini-1.111014.tar.gz



Other differences:
--
++ perl-CPAN-Mini.spec ++
--- /var/tmp/diff_new_pack.3BLldf/_old  2013-11-26 19:24:57.0 +0100
+++ /var/tmp/diff_new_pack.3BLldf/_new  2013-11-26 19:24:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CPAN-Mini
-Version:1.111013
+Version:1.111014
 Release:0
 %define cpan_name CPAN-Mini
 Summary:create a minimal mirror of CPAN
@@ -29,7 +29,6 @@
 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,8 +37,8 @@
 BuildRequires:  perl(URI) >= 1
 #BuildRequires: perl(CPAN::Mini)
 #BuildRequires: perl(CPAN::Mini::App)
+#BuildRequires: perl(CPANPLUS::Backend)
 #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.111013.tar.gz -> CPAN-Mini-1.111014.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Mini-1.111013/Changes 
new/CPAN-Mini-1.111014/Changes
--- old/CPAN-Mini-1.111013/Changes  2013-04-13 15:03:01.0 +0200
+++ new/CPAN-Mini-1.111014/Changes  2013-11-16 01:17:43.0 +0100
@@ -1,5 +1,8 @@
 Revision history for CPAN-Mini
 
+1.111014  2013-11-15 19:17:39 America/New_York
+  prune overly-aggressively-set prereqs; we do not require CPANPLUS!
+
 1.111013  2013-04-13 14:02:58 Europe/London
   make www.cpan.org the default remote!
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Mini-1.111013/MANIFEST 
new/CPAN-Mini-1.111014/MANIFEST
--- old/CPAN-Mini-1.111013/MANIFEST 2013-04-13 15:03:01.0 +0200
+++ new/CPAN-Mini-1.111014/MANIFEST 2013-11-16 01:17:43.0 +0100
@@ -10,7 +10,6 @@
 dist.ini
 lib/CPAN/Mini.pm
 lib/CPAN/Mini/App.pm
-t/00-compile.t
 t/00-load.t
 t/000-report-versions-tiny.t
 t/app.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Mini-1.111013/META.json 
new/CPAN-Mini-1.111014/META.json
--- old/CPAN-Mini-1.111013/META.json2013-04-13 15:03:01.0 +0200
+++ new/CPAN-Mini-1.111014/META.json2013-11-16 01:17:43.0 +0100
@@ -5,7 +5,7 @@
   "Randal Schwartz "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.300033, CPAN::Meta::Converter 
version 2.130880",
+   "generated_by" : "Dist::Zilla version 5.006, CPAN::Meta::Converter version 
2.132830",
"license" : [
   "perl_5"
],
@@ -28,8 +28,6 @@
   },
   "runtime" : {
  "requires" : {
-"CPAN" : "0",
-"CPANPLUS::Backend" : "0",
 "Carp" : "0",
 "Compress::Zlib" : "1.20",
 "File::Basename" : "0",
@@ -56,6 +54,9 @@
},
"release_status" : "stable",
"resources" : {
+  "bugtracker" : {
+ "web" : "https://github.com/rjbs/cpan-mini/issues";
+  },
   "homepage" : "https://github.com/rjbs/cpan-mini";,
   "repository" : {
  "type" : "git",
@@ -63,116 +64,126 @@
  "web" : "https://github.com/rjbs/cpan-mini";
   }
},
-   "version" : "1.111013",
+   "version" : "1.111014",
"x_Dist_Zilla" : {
   "perl" : {
- "version" : "5.017010"
+ "version" : "5.019005"
   },
   "plugins" : [
  {
 "class" : "Dist::Zilla::Plugin::Git::GatherDir",
 "name" : "@RJBS/Git::GatherDir",
-"version" : "2.012"
+"version" : "2.017"
  },
  {
 "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
 "name" : "@RJBS/CheckPrereqsI

commit perl-DBD-CSV for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-CSV for openSUSE:Factory 
checked in at 2013-11-26 19:25:07

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


Package is "perl-DBD-CSV"

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-CSV/perl-DBD-CSV.changes
2013-08-13 09:50:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new/perl-DBD-CSV.changes   
2013-11-26 19:25:09.0 +0100
@@ -1,0 +2,10 @@
+Fri Oct  4 09:11:13 UTC 2013 - co...@suse.com
+
+- updated to 0.41
+* Use File::Spec->tmpdir () for universal existing folder
+  Note that huge $TMP folders may cause the test to run slow
+* Use File::Spec::rel2abs () instead of abs_path and hoops
+* Guard against parallel testing, which is unsupported
+* Guard against streaming tests (they PASS on the DBI-devel)
+
+---

Old:

  DBD-CSV-0.40.tgz

New:

  DBD-CSV-0.41.tgz



Other differences:
--
++ perl-DBD-CSV.spec ++
--- /var/tmp/diff_new_pack.ACEVcY/_old  2013-11-26 19:25:10.0 +0100
+++ /var/tmp/diff_new_pack.ACEVcY/_new  2013-11-26 19:25:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DBD-CSV
-Version:0.40
+Version:0.41
 Release:0
 %define cpan_name DBD-CSV
 Summary:DBI driver for CSV files

++ DBD-CSV-0.40.tgz -> DBD-CSV-0.41.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.40/ChangeLog new/DBD-CSV-0.41/ChangeLog
--- old/DBD-CSV-0.40/ChangeLog  2013-07-23 08:47:38.0 +0200
+++ new/DBD-CSV-0.41/ChangeLog  2013-07-29 09:34:07.0 +0200
@@ -1,3 +1,10 @@
+0.41   - 2013-07-29, H.Merijn Brand
+* Use File::Spec->tmpdir () for universal existing folder
+  Note that huge $TMP folders may cause the test to run slow
+* Use File::Spec::rel2abs () instead of abs_path and hoops
+* Guard against parallel testing, which is unsupported
+* Guard against streaming tests (they PASS on the DBI-devel)
+
 0.40   - 2013-07-23, H.Merijn Brand
 * Fix version references in doc
 * Fix tests for Windows
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.40/META.json new/DBD-CSV-0.41/META.json
--- old/DBD-CSV-0.40/META.json  2013-07-23 08:49:33.0 +0200
+++ new/DBD-CSV-0.41/META.json  2013-07-29 15:15:28.0 +0200
@@ -1,72 +1,72 @@
 {
-   "generated_by" : "Author",
-   "release_status" : "stable",
+   "author" : [
+  "Jochen Wiedmann",
+  "Jeff Zucker",
+  "H.Merijn Brand ",
+  "Jens Rehsack "
+  ],
"dynamic_config" : 1,
-   "x_installdirs" : "site",
-   "meta-spec" : {
-  "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-  "version" : "2"
+   "provides" : {
+  "DBD::CSV" : {
+ "version" : "0.41",
+ "file" : "lib/DBD/CSV.pm"
+ }
   },
+   "x_installdirs" : "site",
"prereqs" : {
-  "test" : {
- "requires" : {
-"Cwd" : "0",
-"charnames" : "0",
-"Encode" : "0",
-"Test::Harness" : "0",
-"Test::More" : "0.90"
-}
- },
-  "build" : {
- "requires" : {
-"Config" : "0"
-}
- },
   "runtime" : {
  "recommends" : {
-"perl" : "5.016003",
-"Test::More" : "0.98"
+"Test::More" : "0.98",
+"perl" : "5.016003"
 },
  "requires" : {
-"SQL::Statement" : "1.405",
-"DBD::File" : "0.42",
+"Text::CSV_XS" : "1.01",
 "perl" : "5.008001",
-"DBI" : "1.628",
-"Text::CSV_XS" : "1.01"
+"DBD::File" : "0.42",
+"SQL::Statement" : "1.405",
+"DBI" : "1.628"
 }
  },
   "configure" : {
  "requires" : {
 "ExtUtils::MakeMaker" : "0"
 }
+ },
+  "build" : {
+ "requires" : {
+"Config" : "0"
+}
+ },
+  "test" : {
+ "requires" : {
+"Encode" : "0",
+"Test::Harness" : "0",
+"charnames" : "0",
+"Test::More" : "0.90",
+"Cwd" : "0"
+}
  }
   },
-   "abstract" : "DBI driver for CSV files",
-   "author" : [
-  "Jochen Wiedmann",
-  "Jeff Zucker",
-  "H.Merijn Brand ",
-  "Jens Rehsack "
-  ],
+   "generated_by" : "Author",
"license" : [
   "perl_5"
   ],
"resources" : {
-  "repository" : {
- "type" : "git",
- "

commit perl-Class-XSAccessor for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-XSAccessor for 
openSUSE:Factory checked in at 2013-11-26 19:24:34

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


Package is "perl-Class-XSAccessor"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Class-XSAccessor/perl-Class-XSAccessor.changes  
2013-07-30 16:37:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Class-XSAccessor.new/perl-Class-XSAccessor.changes
 2013-11-26 19:24:36.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 26 07:35:24 UTC 2013 - co...@suse.com
+
+- updated to 1.19
+  - Remove the OP tree munging optimization since it wasn't in the
+end really speeding things up. (chocolateboy)
+  - Require Time::HiRes explicitly because CentOS cripples the base
+perl install.
+
+---

Old:

  Class-XSAccessor-1.18.tar.gz

New:

  Class-XSAccessor-1.19.tar.gz



Other differences:
--
++ perl-Class-XSAccessor.spec ++
--- /var/tmp/diff_new_pack.JTV8pL/_old  2013-11-26 19:24:36.0 +0100
+++ /var/tmp/diff_new_pack.JTV8pL/_new  2013-11-26 19:24:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Class-XSAccessor
-Version:1.18
+Version:1.19
 Release:0
 %define cpan_name Class-XSAccessor
 Summary:Generate fast XS accessors without runtime compilation

++ Class-XSAccessor-1.18.tar.gz -> Class-XSAccessor-1.19.tar.gz ++
 1775 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-Config-INI for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-INI for openSUSE:Factory 
checked in at 2013-11-26 19:24:38

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


Package is "perl-Config-INI"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-INI/perl-Config-INI.changes  
2013-07-27 15:49:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Config-INI.new/perl-Config-INI.changes 
2013-11-26 19:24:40.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 26 07:35:04 UTC 2013 - co...@suse.com
+
+- updated to 0.021
+ - throw an exception if line 1 appears to start with a UTF-8 BOM
+ - typo fixes in docs (thanks, David Steinbrunner!)
+
+---

Old:

  Config-INI-0.020.tar.gz

New:

  Config-INI-0.021.tar.gz



Other differences:
--
++ perl-Config-INI.spec ++
--- /var/tmp/diff_new_pack.bTfE1w/_old  2013-11-26 19:24:40.0 +0100
+++ /var/tmp/diff_new_pack.bTfE1w/_new  2013-11-26 19:24:40.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Config-INI
-Version:0.020
+Version:0.021
 Release:0
 %define cpan_name Config-INI
 Summary:simple .ini-file format
@@ -29,6 +29,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(IO::File) >= 1.14
 BuildRequires:  perl(IO::String)
 BuildRequires:  perl(Mixin::Linewise::Readers)

++ Config-INI-0.020.tar.gz -> Config-INI-0.021.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-INI-0.020/Changes new/Config-INI-0.021/Changes
--- old/Config-INI-0.020/Changes2013-07-02 03:30:53.0 +0200
+++ new/Config-INI-0.021/Changes2013-10-20 17:34:03.0 +0200
@@ -1,5 +1,9 @@
 Changelog for Config-INI
 
+0.021 2013-10-20 11:33:59 America/New_York
+- throw an exception if line 1 appears to start with a UTF-8 BOM
+- typo fixes in docs (thanks, David Steinbrunner!)
+
 0.020 2013-07-01 21:30:50 America/New_York
   update bugtracker
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-INI-0.020/MANIFEST 
new/Config-INI-0.021/MANIFEST
--- old/Config-INI-0.020/MANIFEST   2013-07-02 03:30:53.0 +0200
+++ new/Config-INI-0.021/MANIFEST   2013-10-20 17:34:03.0 +0200
@@ -11,7 +11,6 @@
 lib/Config/INI/Reader.pm
 lib/Config/INI/Writer.pm
 t/00-compile.t
-t/00-load.t
 t/000-report-versions-tiny.t
 t/reader-err.t
 t/reader.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-INI-0.020/META.json 
new/Config-INI-0.021/META.json
--- old/Config-INI-0.020/META.json  2013-07-02 03:30:53.0 +0200
+++ new/Config-INI-0.021/META.json  2013-10-20 17:34:03.0 +0200
@@ -4,7 +4,7 @@
   "Ricardo Signes "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.300035, CPAN::Meta::Converter 
version 2.131560",
+   "generated_by" : "Dist::Zilla version 4.300037, CPAN::Meta::Converter 
version 2.120921",
"license" : [
   "perl_5"
],
@@ -38,9 +38,9 @@
   },
   "test" : {
  "requires" : {
-"File::Find" : "0",
-"File::Temp" : "0",
-"Test::More" : "0.96"
+"Capture::Tiny" : "0",
+"Test::More" : "0.96",
+"blib" : "0"
  }
   }
},
@@ -56,10 +56,10 @@
  "web" : "https://github.com/rjbs/Config-INI";
   }
},
-   "version" : "0.020",
+   "version" : "0.021",
"x_Dist_Zilla" : {
   "perl" : {
- "version" : "5.019001"
+ "version" : "5.016002"
   },
   "plugins" : [
  {
@@ -70,77 +70,77 @@
  {
 "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
 "name" : "@RJBS/CheckPrereqsIndexed",
-"version" : "0.009"
+"version" : "0.007"
  },
  {
 "class" : "Dist::Zilla::Plugin::CheckExtraTests",
 "name" : "@RJBS/CheckExtraTests",
-"version" : "0.011"
+"version" : "0.007"
  },
  {
 "class" : "Dist::Zilla::Plugin::PruneCruft",
 "name" : "@RJBS/@Filter/PruneCruft",
-"version" : "4.300035"
+"version" : "4.300037"
  },
  {
 "class" : "Dist::Zilla::Plugin::ManifestSkip",
 "name" : "@RJBS/@Filter/ManifestSkip",
-"version" : "4.300035"
+"version" : "4.300037"
  },
  {

commit perl-Class-Tiny for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-Tiny for openSUSE:Factory 
checked in at 2013-11-26 19:24:28

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


Package is "perl-Class-Tiny"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-Tiny/perl-Class-Tiny.changes  
2013-10-21 15:13:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Class-Tiny.new/perl-Class-Tiny.changes 
2013-11-26 19:24:29.0 +0100
@@ -1,0 +2,10 @@
+Mon Nov 25 07:39:21 UTC 2013 - co...@suse.com
+
+- updated to 0.012
+   [DOCUMENTED]
+   - added documentation notes about multiple inheritance
+ and attribute defaults under subclassing
+   [INTERNAL]
+   - added tests for multiple inheritance
+
+---

Old:

  Class-Tiny-0.011.tar.gz

New:

  Class-Tiny-0.012.tar.gz



Other differences:
--
++ perl-Class-Tiny.spec ++
--- /var/tmp/diff_new_pack.ByuVZz/_old  2013-11-26 19:24:29.0 +0100
+++ /var/tmp/diff_new_pack.ByuVZz/_new  2013-11-26 19:24:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Class-Tiny
-Version:0.011
+Version:0.012
 Release:0
 %define cpan_name Class-Tiny
 Summary:Minimalist class construction
@@ -31,10 +31,12 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::More) >= 0.96
 #BuildRequires: perl(Alfa)
+#BuildRequires: perl(Baker)
 #BuildRequires: perl(Class::Tiny)
 #BuildRequires: perl(Delta)
 #BuildRequires: perl(Devel::GlobalDestruction)
 #BuildRequires: perl(Golf)
+#BuildRequires: perl(India)
 #BuildRequires: perl(Pod::Wordlist)
 #BuildRequires: perl(Test::FailWarnings)
 #BuildRequires: perl(Test::Spelling) >= 0.12

++ Class-Tiny-0.011.tar.gz -> Class-Tiny-0.012.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Tiny-0.011/Changes new/Class-Tiny-0.012/Changes
--- old/Class-Tiny-0.011/Changes2013-09-25 17:08:11.0 +0200
+++ new/Class-Tiny-0.012/Changes2013-11-01 21:36:39.0 +0100
@@ -1,5 +1,16 @@
 Revision history for Class-Tiny
 
+0.012 2013-11-01 16:36:35 America/New_York
+
+[DOCUMENTED]
+
+- added documentation notes about multiple inheritance
+  and attribute defaults under subclassing
+
+[INTERNAL]
+
+- added tests for multiple inheritance
+
 0.011 2013-09-25 11:08:07 America/New_York
 
 [FIXED]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Tiny-0.011/MANIFEST 
new/Class-Tiny-0.012/MANIFEST
--- old/Class-Tiny-0.011/MANIFEST   2013-09-25 17:08:11.0 +0200
+++ new/Class-Tiny-0.012/MANIFEST   2013-11-01 21:36:39.0 +0100
@@ -10,7 +10,6 @@
 dist.ini
 lib/Class/Tiny.pm
 perlcritic.rc
-t/00-compile.t
 t/00-report-prereqs.t
 t/alfa.t
 t/baker.t
@@ -20,6 +19,7 @@
 t/foxtrot.t
 t/golf.t
 t/hotel.t
+t/juliett.t
 t/lib/Alfa.pm
 t/lib/Baker.pm
 t/lib/Charlie.pm
@@ -28,8 +28,11 @@
 t/lib/Foxtrot.pm
 t/lib/Golf.pm
 t/lib/Hotel.pm
+t/lib/India.pm
+t/lib/Juliett.pm
 t/lib/TestUtils.pm
 tidyall.ini
+xt/author/00-compile.t
 xt/author/critic.t
 xt/author/pod-spell.t
 xt/release/distmeta.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Tiny-0.011/META.json 
new/Class-Tiny-0.012/META.json
--- old/Class-Tiny-0.011/META.json  2013-09-25 17:08:11.0 +0200
+++ new/Class-Tiny-0.012/META.json  2013-11-01 21:36:39.0 +0100
@@ -4,7 +4,7 @@
   "David Golden "
],
"dynamic_config" : 1,
-   "generated_by" : "Dist::Zilla version 4.300039, CPAN::Meta::Converter 
version 2.132660",
+   "generated_by" : "Dist::Zilla version 5.003, CPAN::Meta::Converter version 
2.132830",
"license" : [
   "apache_2_0"
],
@@ -32,8 +32,13 @@
   },
   "develop" : {
  "requires" : {
+"File::Spec" : "0",
+"File::Temp" : "0",
+"IO::Handle" : "0",
+"IPC::Open3" : "0",
 "Pod::Coverage::TrustPod" : "0",
 "Test::CPAN::Meta" : "0",
+"Test::More" : "0",
 "Test::Pod" : "1.41",
 "Test::Pod::Coverage" : "1.08"
  }
@@ -48,16 +53,14 @@
   },
   "test" : {
  "recommends" : {
+"CPAN::Meta" : "0",
+"CPAN::Meta::Requirements" : "0",
 "Test::FailWarnings" : "0"
  },
  "requires" : {
 "Exporter" : "0",
 "ExtUtils::MakeMaker" : "0",
-"File::Spec" : "0",
 "File::Spec::Functions" : "0",
-"File::Temp" : "0",
-"IO::Handle" : "0",
- 

commit perl-Class-Method-Modifiers for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-Method-Modifiers for 
openSUSE:Factory checked in at 2013-11-26 19:24:22

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


Package is "perl-Class-Method-Modifiers"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Class-Method-Modifiers/perl-Class-Method-Modifiers.changes
  2013-10-06 14:53:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Class-Method-Modifiers.new/perl-Class-Method-Modifiers.changes
 2013-11-26 19:24:23.0 +0100
@@ -1,0 +2,9 @@
+Mon Nov 25 07:39:41 UTC 2013 - co...@suse.com
+
+- updated to 2.08
+   - remove requirement on perl 5.8 in metadata
+   - repository migrated to the github moose organization
+   - remove t/00-check-deps.t, which fails on old toolchains that do not
+ understand configure_requires
+
+---

Old:

  Class-Method-Modifiers-2.07.tar.gz

New:

  Class-Method-Modifiers-2.08.tar.gz



Other differences:
--
++ perl-Class-Method-Modifiers.spec ++
--- /var/tmp/diff_new_pack.rGKPyX/_old  2013-11-26 19:24:23.0 +0100
+++ /var/tmp/diff_new_pack.rGKPyX/_new  2013-11-26 19:24:23.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Class-Method-Modifiers
-Version:2.07
+Version:2.08
 Release:0
 %define cpan_name Class-Method-Modifiers
 Summary:provides Moose-like method modifiers
@@ -29,8 +29,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build::Tiny) >= 0.027
-BuildRequires:  perl(Test::CheckDeps) >= 0.007
+BuildRequires:  perl(Module::Build::Tiny) >= 0.028
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.94
 #BuildRequires: perl(Class::Method::Modifiers)

++ Class-Method-Modifiers-2.07.tar.gz -> Class-Method-Modifiers-2.08.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Method-Modifiers-2.07/Build.PL 
new/Class-Method-Modifiers-2.08/Build.PL
--- old/Class-Method-Modifiers-2.07/Build.PL2013-09-23 00:09:40.0 
+0200
+++ new/Class-Method-Modifiers-2.08/Build.PL2013-10-11 02:30:43.0 
+0200
@@ -1,3 +1,3 @@
-use 5.008;
-use Module::Build::Tiny 0.027;
+use 5.006;
+use Module::Build::Tiny 0.028;
 Build_PL();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Method-Modifiers-2.07/Changes 
new/Class-Method-Modifiers-2.08/Changes
--- old/Class-Method-Modifiers-2.07/Changes 2013-09-23 00:09:40.0 
+0200
+++ new/Class-Method-Modifiers-2.08/Changes 2013-10-11 02:30:43.0 
+0200
@@ -1,5 +1,11 @@
 Revision history for Class-Method-Modifiers
 
+2.08  2013-10-11 00:30:32Z (Karen Etheridge)
+- remove requirement on perl 5.8 in metadata
+- repository migrated to the github moose organization
+- remove t/00-check-deps.t, which fails on old toolchains that do not
+  understand configure_requires
+
 2.07  2013-09-22 22:09:32Z (Karen Etheridge)
 - removed dependency on Test::Warnings in tests (now reserved for
   author testing)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Method-Modifiers-2.07/INSTALL 
new/Class-Method-Modifiers-2.08/INSTALL
--- old/Class-Method-Modifiers-2.07/INSTALL 2013-09-23 00:09:40.0 
+0200
+++ new/Class-Method-Modifiers-2.08/INSTALL 2013-10-11 02:30:43.0 
+0200
@@ -25,20 +25,6 @@
 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
-
-As a last resort, you can manually install it. Download the tarball, untar it,
-then build it:
-
 % perl Build.PL
 % ./Build && ./Build test
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Method-Modifiers-2.07/MANIFEST 
new/Class-Method-Modifiers-2.08/MANIFEST
--- old/Class-Method-Modifiers-2.07/MANIFEST2013-09-23 00:09:40.0 
+0200
+++ new/Class-Method-Modifiers-2.08/MANIFEST2013-10-11 02:30:43.0 
+0200
@@ -9,7 +9,6 @@
 README
 dist.ini
 lib/Class/Method/Modifiers.pm
-t/00-check-deps.t
 t/00-compile.t
 t/00-report-prereqs.t
 t/000-load.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Method-Modifiers-2.

commit perl-autobox for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-autobox for openSUSE:Factory 
checked in at 2013-11-26 19:23:31

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


Package is "perl-autobox"

Changes:

--- /work/SRC/openSUSE:Factory/perl-autobox/perl-autobox.changes
2013-06-21 13:10:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-autobox.new/perl-autobox.changes   
2013-11-26 19:23:32.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 26 07:35:37 UTC 2013 - co...@suse.com
+
+- updated to 2.82
+- simplify test to avoid portability woes
+- fix failing test on Windows
+- RT #71777: fix segfault in destructor called during global destruction 
(thanks, Tomas Doran)
+- added t/rt_71777.t
+
+---

Old:

  autobox-2.79.tar.gz

New:

  autobox-2.82.tar.gz



Other differences:
--
++ perl-autobox.spec ++
--- /var/tmp/diff_new_pack.sPoglr/_old  2013-11-26 19:23:33.0 +0100
+++ /var/tmp/diff_new_pack.sPoglr/_new  2013-11-26 19:23:33.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-autobox
-Version:2.79
+Version:2.82
 Release:0
 %define cpan_name autobox
 Summary:call methods on native types
@@ -46,6 +46,11 @@
 (user-defined) implementation class (unless the method elects to bestow
 such a blessing) - they simply use its methods as though they are.
 
+The classes (packages) into which the native types are boxed are fully
+configurable. By default, a method invoked on a non-object value is assumed
+to be defined in a class whose name corresponds to the 'ref()' type of that
+value - or SCALAR if the value is a non-reference.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 

++ autobox-2.79.tar.gz -> autobox-2.82.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autobox-2.79/Changes new/autobox-2.82/Changes
--- old/autobox-2.79/Changes2013-04-30 22:25:20.0 +0200
+++ new/autobox-2.82/Changes2013-10-26 04:09:45.0 +0200
@@ -1,13 +1,23 @@
 Revision history for Perl extension autobox
 
+2.82 Sat Oct 26 12:44:52 2013
+- simplify test to avoid portability woes
+
+2.81 Sat Oct 26 11:32:31 2013
+- fix failing test on Windows
+
+2.80 Fri Oct 25 19:32:12 2013
+- RT #71777: fix segfault in destructor called during global destruction 
(thanks, Tomas Doran)
+- added t/rt_71777.t
+
 2.79 Tue Apr 30 21:22:05 2013
 - allow import arguments to be passed as a hashref
-  - add t/import_hashref.t
+- added t/import_hashref.t
 - doc tweaks
 
 2.78 Tue Apr 30 18:53:54 2013
-- fix RT #80400 (thanks, Tokuhiro Matsuno)
-  - added t/rt_80400.t
+- RT #80400: fix segfault in destructor called in END block (thanks, 
Tokuhiro Matsuno)
+- added t/rt_80400.t
 
 2.77  Thu Dec 13 19:59:48 2012
 - doc tweaks
@@ -35,17 +45,17 @@
 2.70  Wed Mar 17 19:27:44 2010
 - replace autobox_can and autobox_isa with autobox_class
   this also fixes import, unimport and VERSION
-  - added t/version.t
-  - renamed t/universal.t => t/autobox_class.t
+- added t/version.t
+- renamed t/universal.t => t/autobox_class.t
 
 2.60  Wed Mar 17 16:34:56 2010
 - fix RT #46814 (thanks Tye McQueen)
-  - added t/rt_46814.t
+- added t/rt_46814.t
 - fix RT #49273 (thanks Daniel Austin)
 - fix RT #55565 (thanks Schwern)
 - fix RT #55652 (thanks Schwern)
-  - $native->isa and $native->can must now be called as 
$native->autobox_isa and $native->autobox_can
-  - added t/rt_55652.t
+- $native->isa and $native->can must now be called as 
$native->autobox_isa and $native->autobox_can
+- added t/rt_55652.t
 
 2.55  Sun May 25 03:20:54 2008
 - fix MANIFEST again - restore Changes
@@ -141,7 +151,6 @@
 multiple bindings for each type can be supplied as an ARRAY ref of 
classes
 or namespaces
 "no autobox qw(...)" disables/resets bindings for the specified type(s)
-
 - fixed incorrect bareword handling
 - perl 5.10 compatibility fixes (thanks Andreas Koenig)
 - document previously undocumented features
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autobox-2.79/MANIFEST new/autobox-2.82/MANIFEST
--- old/autobox-2.79/MANIFEST   2013-04-30 22:55:08.0 +0200
+++ new/autobox-2.82/MANIFEST   2013-10-26 04:11:09.0 +0200
@@ -22,9 +22,9 @@
 t/lib/Versioned.pm
 t/merge.t
 t/name.t
-t/pod.t
 t/rt_46814.t
 t/rt_55652.t
+t/rt_71777.t
 t/rt_80400.t
 t/scalar.t
 t/type.t
diff -urN '--exclude=CVS' '--exclude=.cv

commit perl-Carp-Always for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Carp-Always for 
openSUSE:Factory checked in at 2013-11-26 19:24:15

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
2013-06-06 13:08:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Carp-Always.new/perl-Carp-Always.changes   
2013-11-26 19:24:17.0 +0100
@@ -1,0 +2,8 @@
+Mon Nov 25 07:35:53 UTC 2013 - co...@suse.com
+
+- updated to 0.13
+   - Test::More and Test::Base go to TEST_REQUIRES
+   - Test::Pod and Test::Pod::Coverage as author tests
+ (solves RT#87423)
+
+---

Old:

  Carp-Always-0.12.tar.gz

New:

  Carp-Always-0.13.tar.gz



Other differences:
--
++ perl-Carp-Always.spec ++
--- /var/tmp/diff_new_pack.eP8Nf9/_old  2013-11-26 19:24:17.0 +0100
+++ /var/tmp/diff_new_pack.eP8Nf9/_new  2013-11-26 19:24:17.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Carp-Always
-Version:0.12
+Version:0.13
 Release:0
 %define cpan_name Carp-Always
 Summary:Warns and dies noisily with stack backtraces

++ Carp-Always-0.12.tar.gz -> Carp-Always-0.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Always-0.12/Changes new/Carp-Always-0.13/Changes
--- old/Carp-Always-0.12/Changes2012-08-21 16:19:52.0 +0200
+++ new/Carp-Always-0.13/Changes2013-11-06 16:44:54.0 +0100
@@ -2,6 +2,11 @@
 
 $Id: Changes 1480 2007-07-30 14:35:04Z me $
 
+0.13  Wed Nov 6 2012
+- Test::More and Test::Base go to TEST_REQUIRES
+- Test::Pod and Test::Pod::Coverage as author tests
+  (solves RT#87423)
+
 0.12  Tue Aug 21 2012
 - fix failing t/pod.t due to bad encoding (CPAN #77656)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Always-0.12/META.json 
new/Carp-Always-0.13/META.json
--- old/Carp-Always-0.12/META.json  2012-08-21 16:29:20.0 +0200
+++ new/Carp-Always-0.13/META.json  2013-11-06 16:47:37.0 +0100
@@ -4,7 +4,7 @@
   "Adriano R. Ferreira "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.113640",
+   "generated_by" : "ExtUtils::MakeMaker version 6.82, CPAN::Meta::Converter 
version 2.132830",
"license" : [
   "perl_5"
],
@@ -22,22 +22,19 @@
"prereqs" : {
   "build" : {
  "requires" : {
-"Test::Base" : 0
+"ExtUtils::MakeMaker" : "0",
+"Test::Base" : "0",
+"Test::More" : "0"
  }
   },
   "configure" : {
  "requires" : {
-"ExtUtils::MakeMaker" : 0
+"ExtUtils::MakeMaker" : "0"
  }
   },
   "runtime" : {
- "recommends" : {
-"Test::Pod" : 0,
-"Test::Pod::Coverage" : 0
- },
  "requires" : {
-"Carp" : 0,
-"Test::More" : 0
+"Carp" : "0"
  }
   }
},
@@ -47,5 +44,5 @@
  "url" : "http://github.com/aferreira/cpan-Carp-Always";
   }
},
-   "version" : "0.12"
+   "version" : "0.13"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Always-0.12/META.yml 
new/Carp-Always-0.13/META.yml
--- old/Carp-Always-0.12/META.yml   2012-08-21 16:29:20.0 +0200
+++ new/Carp-Always-0.13/META.yml   2013-11-06 16:47:37.0 +0100
@@ -3,11 +3,13 @@
 author:
   - 'Adriano R. Ferreira '
 build_requires:
+  ExtUtils::MakeMaker: 0
   Test::Base: 0
+  Test::More: 0
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.113640'
+generated_by: 'ExtUtils::MakeMaker version 6.82, CPAN::Meta::Converter version 
2.132830'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -17,12 +19,8 @@
   directory:
 - t
 - inc
-recommends:
-  Test::Pod: 0
-  Test::Pod::Coverage: 0
 requires:
   Carp: 0
-  Test::More: 0
 resources:
   repository: http://github.com/aferreira/cpan-Carp-Always
-version: 0.12
+version: 0.13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Always-0.12/Makefile.PL 
new/Carp-Always-0.13/Makefile.PL
--- old/Carp-Always-0.12/Makefile.PL2012-04-18 15:22:47.0 +0200
+++ new/Carp-Always-0.13/Makefile.PL2013-11-06 16:46:3

commit perl-BerkeleyDB for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-BerkeleyDB for openSUSE:Factory 
checked in at 2013-11-26 19:24:02

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  
2013-10-06 14:53:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-BerkeleyDB.new/perl-BerkeleyDB.changes 
2013-11-26 19:24:02.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 26 07:30:58 UTC 2013 - co...@suse.com
+
+- updated to 0.54
+   * memory leak in CDS locking routines [RT #90134]
+
+---

Old:

  BerkeleyDB-0.53.tar.gz

New:

  BerkeleyDB-0.54.tar.gz



Other differences:
--
++ perl-BerkeleyDB.spec ++
--- /var/tmp/diff_new_pack.ygiV2M/_old  2013-11-26 19:24:03.0 +0100
+++ /var/tmp/diff_new_pack.ygiV2M/_new  2013-11-26 19:24:03.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-BerkeleyDB
-Version:0.53
+Version:0.54
 Release:0
 %define cpan_name BerkeleyDB
 Summary:Perl extension for Berkeley DB version 2, 3, 4 or 5
@@ -28,12 +28,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(BerkeleyDB)
-#BuildRequires: perl(MLDBM)
-#BuildRequires: perl(util)
+%{perl_requires}
 # MANUAL
 BuildRequires:  db-devel
-%{perl_requires}
 
 %description
 *NOTE: This document is still under construction. Expect it to be

++ BerkeleyDB-0.53.tar.gz -> BerkeleyDB-0.54.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/BerkeleyDB-0.53/BerkeleyDB.pm 
new/BerkeleyDB-0.54/BerkeleyDB.pm
--- old/BerkeleyDB-0.53/BerkeleyDB.pm   2013-08-15 22:20:49.0 +0200
+++ new/BerkeleyDB-0.54/BerkeleyDB.pm   2013-11-10 12:05:55.0 +0100
@@ -17,11 +17,9 @@
 use vars qw($VERSION @ISA @EXPORT $AUTOLOAD
$use_XSLoader);
 
-$VERSION = '0.53';
+$VERSION = '0.54';
 
 require Exporter;
-#require DynaLoader;
-require AutoLoader;
 
 BEGIN {
 $use_XSLoader = 1 ;
@@ -2065,7 +2063,8 @@
 if ($Count{"$db"} == 0)
 {
 $Object{"$db"}->c_close() ;
-undef $Object{"$db"};
+delete $Object{"$db"};
+delete $Count{"$db"};
 }
 
 return 1 ;
@@ -2092,7 +2091,6 @@
 
 
 
-# Autoload methods go after =cut, and are processed by the autosplit program.
 
 1;
 __END__
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/BerkeleyDB-0.53/Changes new/BerkeleyDB-0.54/Changes
--- old/BerkeleyDB-0.53/Changes 2013-08-14 20:20:00.0 +0200
+++ new/BerkeleyDB-0.54/Changes 2013-11-10 12:02:38.0 +0100
@@ -1,5 +1,10 @@
 Revision history for Perl extension BerkeleyDB.
 
+0.54  9th November 2013
+
+* memory leak in CDS locking routines
+  [RT #90134]
+
 0.53  14th August 2013
 
 * BerkeleyDB-0.52 fails to build on 5.18.1RC3
@@ -122,6 +127,9 @@
 * Fixed issue db_stat when it returned a null pointer.
   (#46312 rt.cpan.org)
 
+* set_msgfile API
+  (#46313)
+
 * Fixed issue with DNM Filters & UTF8 support.
   Patch supplied by Torsten Foertsch.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/BerkeleyDB-0.53/META.json 
new/BerkeleyDB-0.54/META.json
--- old/BerkeleyDB-0.53/META.json   2013-08-15 22:21:10.0 +0200
+++ new/BerkeleyDB-0.54/META.json   2013-11-10 12:06:33.0 +0100
@@ -35,5 +35,5 @@
   }
},
"release_status" : "stable",
-   "version" : "0.53"
+   "version" : "0.54"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/BerkeleyDB-0.53/META.yml new/BerkeleyDB-0.54/META.yml
--- old/BerkeleyDB-0.53/META.yml2013-08-15 22:21:10.0 +0200
+++ new/BerkeleyDB-0.54/META.yml2013-11-10 12:06:33.0 +0100
@@ -18,4 +18,4 @@
 - t
 - inc
 requires: {}
-version: 0.53
+version: 0.54
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/BerkeleyDB-0.53/README new/BerkeleyDB-0.54/README
--- old/BerkeleyDB-0.53/README  2013-08-14 20:20:00.0 +0200
+++ new/BerkeleyDB-0.54/README  2013-11-09 15:32:53.0 +0100
@@ -1,8 +1,8 @@
 BerkeleyDB
 
-   Version 0.53
+   Version 0.54
 
- 14th August 2013
+ 9th November 2013
   
 
  C

commit perl-Capture-Tiny for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Capture-Tiny for 
openSUSE:Factory checked in at 2013-11-26 19:24:11

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  
2013-06-06 13:08:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Capture-Tiny.new/perl-Capture-Tiny.changes 
2013-11-26 19:24:12.0 +0100
@@ -1,0 +2,13 @@
+Tue Nov 26 07:35:33 UTC 2013 - co...@suse.com
+
+- updated to 0.23
+   Fixed:
+ 
+   - minimum Perl prereq is back to 5.6 (but $diety help you if
+ you're still stuck on 5.6)
+ 
+   Documented:
+ 
+   - Added warning about using @_ in a capture block
+
+---

Old:

  Capture-Tiny-0.22.tar.gz

New:

  Capture-Tiny-0.23.tar.gz



Other differences:
--
++ perl-Capture-Tiny.spec ++
--- /var/tmp/diff_new_pack.sgRZOz/_old  2013-11-26 19:24:12.0 +0100
+++ /var/tmp/diff_new_pack.sgRZOz/_new  2013-11-26 19:24:12.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Capture-Tiny
-Version:0.22
+Version:0.23
 Release:0
 %define cpan_name Capture-Tiny
 Summary:Capture STDOUT and STDERR from Perl, XS or external programs
@@ -32,7 +32,9 @@
 #BuildRequires: perl(Capture::Tiny)
 #BuildRequires: perl(Cases)
 #BuildRequires: perl(Inline)
+#BuildRequires: perl(Pod::Wordlist)
 #BuildRequires: perl(Test::Differences)
+#BuildRequires: perl(Test::Spelling) >= 0.12
 #BuildRequires: perl(TieEvil)
 #BuildRequires: perl(TieLC)
 #BuildRequires: perl(Utils)
@@ -63,6 +65,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples LICENSE perlcritic.rc README README.PATCHING Todo
+%doc Changes CONTRIBUTING cpanfile examples LICENSE perlcritic.rc README Todo
 
 %changelog

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

commit perl-App-Cmd for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-App-Cmd for openSUSE:Factory 
checked in at 2013-11-26 19:22:29

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


Package is "perl-App-Cmd"

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-Cmd/perl-App-Cmd.changes
2013-06-05 17:47:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-App-Cmd.new/perl-App-Cmd.changes   
2013-11-26 19:22:30.0 +0100
@@ -1,0 +2,9 @@
+Mon Nov 25 07:39:36 UTC 2013 - co...@suse.com
+
+- updated to 0.322
+require a newer Getopt::Long to avoid --version conflicts
+avoiding getting [undef] in argument list in Simple apps
+add --version support via version command (thanks, Jakob Voss!)
+- remove outdated perl-App-Cmd-old_Test-More.patch
+
+---

Old:

  App-Cmd-0.320.tar.gz
  perl-App-Cmd-old_Test-More.patch

New:

  App-Cmd-0.322.tar.gz



Other differences:
--
++ perl-App-Cmd.spec ++
--- /var/tmp/diff_new_pack.9Axlyn/_old  2013-11-26 19:22:30.0 +0100
+++ /var/tmp/diff_new_pack.9Axlyn/_new  2013-11-26 19:22:30.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-App-Cmd
-Version:0.320
+Version:0.322
 Release:0
 %define cpan_name App-Cmd
 Summary:write command line apps with less suffering
@@ -25,7 +25,6 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/App-Cmd/
 Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
-Patch1: perl-App-Cmd-old_Test-More.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -33,6 +32,7 @@
 BuildRequires:  perl(Capture::Tiny) >= 0.13
 BuildRequires:  perl(Class::Load) >= 0.06
 BuildRequires:  perl(Data::OptList)
+BuildRequires:  perl(Getopt::Long) >= 2.39
 BuildRequires:  perl(Getopt::Long::Descriptive) >= 0.084
 BuildRequires:  perl(IO::TieCombine)
 BuildRequires:  perl(IPC::Cmd)
@@ -66,6 +66,7 @@
 Requires:   perl(Capture::Tiny) >= 0.13
 Requires:   perl(Class::Load) >= 0.06
 Requires:   perl(Data::OptList)
+Requires:   perl(Getopt::Long) >= 2.39
 Requires:   perl(Getopt::Long::Descriptive) >= 0.084
 Requires:   perl(IO::TieCombine)
 Requires:   perl(Module::Pluggable::Object)
@@ -86,11 +87,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-# MANUAL
-%if 0%{?suse_version} <= 1110
-%patch1 -p1
-sed -i "s|__vendorperl__|%{perl_vendorlib}|g" Makefile.PL t/*.t
-%endif
 find . -type f -print0 | xargs -0 chmod 644
 
 %build

++ App-Cmd-0.320.tar.gz -> App-Cmd-0.322.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-Cmd-0.320/Changes new/App-Cmd-0.322/Changes
--- old/App-Cmd-0.320/Changes   2013-01-31 01:37:50.0 +0100
+++ new/App-Cmd-0.322/Changes   2013-10-28 13:00:39.0 +0100
@@ -1,5 +1,13 @@
 Revision history for App-Cmd
 
+0.322 2013-10-28 08:00:35 America/New_York
+  require a newer Getopt::Long to avoid --version conflicts
+
+0.321 2013-10-26 07:44:19 America/New_York
+  avoiding getting [undef] in argument list in Simple apps
+
+  add --version support via version command (thanks, Jakob Voss!)
+
 0.320 2013-01-30 19:37:46 America/New_York
   when answering "Unknown subcommand," the commands list is sent ot
   STDERR (#75652)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-Cmd-0.320/MANIFEST new/App-Cmd-0.322/MANIFEST
--- old/App-Cmd-0.320/MANIFEST  2013-01-31 01:37:50.0 +0100
+++ new/App-Cmd-0.322/MANIFEST  2013-10-28 13:00:39.0 +0100
@@ -11,6 +11,7 @@
 lib/App/Cmd/Command.pm
 lib/App/Cmd/Command/commands.pm
 lib/App/Cmd/Command/help.pm
+lib/App/Cmd/Command/version.pm
 lib/App/Cmd/Plugin.pm
 lib/App/Cmd/Setup.pm
 lib/App/Cmd/Simple.pm
@@ -19,7 +20,6 @@
 lib/App/Cmd/Tester.pm
 lib/App/Cmd/Tester/CaptureExternal.pm
 lib/App/Cmd/Tutorial.pod
-t/00-compile.t
 t/00-load.t
 t/000-report-versions-tiny.t
 t/abbrev.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-Cmd-0.320/META.json new/App-Cmd-0.322/META.json
--- old/App-Cmd-0.320/META.json 2013-01-31 01:37:50.0 +0100
+++ new/App-Cmd-0.322/META.json 2013-10-28 13:00:39.0 +0100
@@ -4,7 +4,7 @@
   "Ricardo Signes "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.300029, CPAN::Meta::Converter 
version 2.120921",
+   "generated_by" : "Dist::Zilla version 4.300039, CPAN::Meta::Converter 
version 2.132830",
"license" 

commit obs-service-tar_scm for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package obs-service-tar_scm for 
openSUSE:Factory checked in at 2013-11-26 19:21:43

Comparing /work/SRC/openSUSE:Factory/obs-service-tar_scm (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-tar_scm.new (New)


Package is "obs-service-tar_scm"

Changes:

--- /work/SRC/openSUSE:Factory/obs-service-tar_scm/obs-service-tar_scm.changes  
2013-11-01 14:38:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-tar_scm.new/obs-service-tar_scm.changes 
2013-11-26 19:21:44.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 19 10:15:53 UTC 2013 - adr...@suse.de
+
+- Bump version to 0.3.2
+  * changes file generation support written by Sascha
+
+---

Old:

  obs-service-tar_scm-0.3.1.1383144507.58d1af8.tar.gz

New:

  obs-service-tar_scm-0.3.2.1384855776.cc62c54.tar.gz



Other differences:
--
++ obs-service-tar_scm.spec ++
--- /var/tmp/diff_new_pack.Asx8X1/_old  2013-11-26 19:21:44.0 +0100
+++ /var/tmp/diff_new_pack.Asx8X1/_new  2013-11-26 19:21:44.0 +0100
@@ -19,7 +19,7 @@
 %define service tar_scm
 
 Name:   obs-service-%{service}
-Version:0.3.1.1383144507.58d1af8
+Version:0.3.2.1384855776.cc62c54
 Release:0
 Summary:An OBS source service: checkout or update a tar ball from 
svn/git/hg
 License:GPL-2.0+

++ _service ++
--- /var/tmp/diff_new_pack.Asx8X1/_old  2013-11-26 19:21:44.0 +0100
+++ /var/tmp/diff_new_pack.Asx8X1/_new  2013-11-26 19:21:44.0 +0100
@@ -1,10 +1,10 @@
 
   
-g...@github.com:openSUSE/obs-service-tar_scm.git
+git://github.com/openSUSE/obs-service-tar_scm.git
 git
 .git
 git-master
-0.3.1.%ct.%h
+0.3.2.%ct.%h
 master
   
 

++ obs-service-tar_scm-0.3.1.1383144507.58d1af8.tar.gz -> 
obs-service-tar_scm-0.3.2.1384855776.cc62c54.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-tar_scm-0.3.1.1383144507.58d1af8/tar_scm 
new/obs-service-tar_scm-0.3.2.1384855776.cc62c54/tar_scm
--- old/obs-service-tar_scm-0.3.1.1383144507.58d1af8/tar_scm2013-10-30 
15:58:20.0 +0100
+++ new/obs-service-tar_scm-0.3.2.1384855776.cc62c54/tar_scm2013-11-19 
11:16:32.0 +0100
@@ -23,6 +23,9 @@
   MYPACKAGEMETA=""
   USE_SUBMODULES=enable
 #  MYHISTORYDEPTH=""
+  CHANGES_GENERATE=disable
+  CHANGES_REVISION=""
+  CHANGES_AUTHOR=""
   INCLUDES=""
 }
 
@@ -96,6 +99,14 @@
 USE_SUBMODULES="$2"
 shift
   ;;
+  *-changesgenerate)
+CHANGES_GENERATE="$2"
+shift
+  ;;
+  *-changesauthor)
+CHANGES_AUTHOR="$2"
+shift
+  ;;
   *)
 echo "Unknown parameter: $1"
 echo 'Usage: $SERVICE --scm $SCM --url $URL [--subdir $SUBDIR] 
[--revision $REVISION] [--version $VERSION] [--include $INCLUDE]* [--exclude 
$EXCLUDE]* [--versionformat $FORMAT] [--versionprefix $PREFIX] [--filename 
$FILENAME] [--package-meta $META] [--submodules disable] --outdir $OUT'
@@ -165,6 +176,156 @@
   esac
 }
 
+detect_changes () {
+  # Try to load from _servicedata. We have to change $PWD, ET.parse() seems to 
be relative...
+  CHANGES_REVISION=$(python <<-EOF
+import os, shutil
+try:
+# If lxml is available, we can use a parser that doesnt destroy comments
+import lxml.etree as ET
+xml_parser = ET.XMLParser(remove_comments=False)
+except ImportError:
+import xml.etree.ElementTree as ET
+xml_parser = None
+create_servicedata, tar_scm_service = False, None
+tar_scm_xmlstring = "  \n${MYURL}\n  \n"
+try:
+tree = ET.parse(os.path.join("$SRCDIR", "_servicedata"), parser=xml_parser)
+root = tree.getroot()
+for service in root.findall("service[@name='tar_scm']"):
+for param in service.findall("param[@name='url']"):
+if param.text == "${MYURL}":
+tar_scm_service = service
+break
+if tar_scm_service:
+changerev_params = 
tar_scm_service.findall("param[@name='changesrevision']")
+if len(changerev_params) == 1:
+print(changerev_params[0].text)  # Found what we searched for!
+else:
+# File exists, is well-formed but does not contain the service we 
search
+root.append(ET.fromstring(tar_scm_xmlstring))
+tree.write(os.path.join("$MYOUTDIR", "_servicedata"))
+except IOError as e:
+create_servicedata = True  # File doesnt exist
+except ET.ParseError as e:
+if e.message.startswith("Document is empty"):
+create_servicedata = True  # File is empty
+else:
+print("error: %s" % e) # File is mal-formed, bail out.
+except Exception as e:
+prin

commit pcsc-ccid for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2013-11-26 19:21:50

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2013-10-11 
09:00:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2013-11-26 
19:21:51.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 26 11:07:53 UTC 2013 - w...@rosenauer.org
+
+- Updated to version 1.4.14
+  * Add support of
+Gemalto GemCore SIM Pro firmware 2.0 (using USB)
+  * report FEATURE_IFD_PIN_PROPERTIES only for pinpad readers
+  * Generalize the management of (old) readers with bDeviceClass = 0xFF
+  * some minor bugs removed
+
+---

Old:

  ccid-1.4.13.tar.bz2
  ccid-1.4.13.tar.bz2.asc

New:

  ccid-1.4.14.tar.bz2
  ccid-1.4.14.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.uleOG9/_old  2013-11-26 19:21:52.0 +0100
+++ /var/tmp/diff_new_pack.uleOG9/_new  2013-11-26 19:21:52.0 +0100
@@ -32,7 +32,7 @@
 %if %suse_version > 1220
 BuildRequires:  gpg-offline
 %endif
-Version:1.4.13
+Version:1.4.14
 Release:0
 Url:http://pcsclite.alioth.debian.org/ccid.html
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader

++ ccid-1.4.13.tar.bz2 -> ccid-1.4.14.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccid-1.4.13/ChangeLog new/ccid-1.4.14/ChangeLog
--- old/ccid-1.4.13/ChangeLog   2013-08-12 23:46:05.0 +0200
+++ new/ccid-1.4.14/ChangeLog   2013-11-25 19:16:37.0 +0100
@@ -1,3 +1,238 @@
+2013-11-25  Ludovic Rousseau
+
+   * [r6795] README, configure.ac: Release 1.4.14
+   * [r6794] README: Reformat the list of readers in the "add support
+ for" section
+   * [r6793] src/ccid_usb.c: Generalize the management of readers with
+ bDeviceClass = 0xFF
+ 
+ Some early Gemalto Ezio CB+ readers have bDeviceClass,
+ bDeviceSubClass and bDeviceProtocol set to 0xFF (proprietary)
+ instead of 0x00.
+ 
+ So on Mac OS X the reader configuration is not done by the
+ OS/kernel and we do it ourself.
+ 
+ The code is no more limited to the GEMALTO_EZIO_CBP
+ (0x08E6/0x34C3) but to any reader with the problem, like the
+ Todos Argos Mini II CCID.
+   * [r6792] MacOSX/configure: Set Xcode SDK to version 10.8
+ 
+ With Xcode 5.x the minimum SDK version is 10.8 (Mountain Lion)
+ even on Mountain Lion.
+   * [r6791] readers/Gemalto_Ezio_Shield_Secure_Channel.txt,
+ readers/supported_readers.txt: Add Gemalto ING Shield Pro SC
+   * [r6790] src/ifdhandler.c: IFDHControl(): report
+ FEATURE_IFD_PIN_PROPERTIES only for pinpad readers
+ 
+ Some (bogus) applications use the presence of
+ FEATURE_IFD_PIN_PROPERTIES to know if the reader is a pinpad
+ reader or not. The application should use
+ FEATURE_VERIFY_PIN_DIRECT and FEATURE_MODIFY_PIN_DIRECT instead.
+ 
+ Reporting FEATURE_IFD_PIN_PROPERTIES for a non-pinpad reader is
+ useless so it should not harm to remove it from
+ CM_IOCTL_GET_FEATURE_REQUEST.
+
+2013-10-24  Ludovic Rousseau
+
+   * [r6784] src/ccid_usb.c, src/ifdhandler.c: Add support of Gemalto
+ GemCore SIM Pro firmware 2.0
+ 
+ The new firmware of the Gemalto GemCore SIM Pro removes a
+ limitation of the firmware 1.0. The 2 slots now supports the same
+ data rates. The second slot is no more limited to some values
+ only.
+   * [r6783] src/ccid.c, src/ccid_serial.c, src/commands.c,
+ src/commands.h, src/ifdhandler.c: Add a timeout parameter to
+ CmdEscape()
+ 
+ Not all commands need the same timeout. For example the
+ CmdEscape() used in ccid_serial.c to check if the reader is alive
+ should have a short timeout. The timeout was forced to 30 seconds
+ inside CmdEscape() so it was not possible to use a different
+ value. The patch fixes this.
+   * [r6782] src/ifdhandler.c: Limit GemCore SIM PRO hack to only the
+ specific reader
+ 
+ If the ATR fails we should mark the card as absent only for the
+ GemCore SIM PRO. This reader do not manage slot status for the
+ second slot and a corresponding hack is present in function
+ IFDHICCPres

commit nfs-utils for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package nfs-utils for openSUSE:Factory 
checked in at 2013-11-26 19:21:37

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


Package is "nfs-utils"

Changes:

--- /work/SRC/openSUSE:Factory/nfs-utils/nfs-utils.changes  2013-11-18 
10:53:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.nfs-utils.new/nfs-utils.changes 2013-11-26 
19:21:38.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 26 13:05:11 UTC 2013 - wer...@suse.de
+
+- If nfs-utils and autofs are both installed make sure that the nfs
+  client boot service will be started before autofs as otherwise
+  systemd dependency chain is waiting on nfs client services at
+  shutdown if nfs client is enabled.
+
+---



Other differences:
--

++ nfs.init ++
--- /var/tmp/diff_new_pack.u8WqqK/_old  2013-11-26 19:21:39.0 +0100
+++ /var/tmp/diff_new_pack.u8WqqK/_new  2013-11-26 19:21:39.0 +0100
@@ -15,6 +15,7 @@
 # Provides:   nfs
 # Required-Start: $network $portmap
 # Required-Stop:  $network $portmap
+# X-Start-Before: +autofs
 # Default-Start:  3 5
 # Default-Stop:   0 1 2 6
 # Short-Description: NFS client services

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



commit msr-tools for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package msr-tools for openSUSE:Factory 
checked in at 2013-11-26 19:19:56

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


Package is "msr-tools"

Changes:

--- /work/SRC/openSUSE:Factory/msr-tools/msr-tools.changes  2011-09-23 
02:13:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.msr-tools.new/msr-tools.changes 2013-11-26 
19:19:57.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 26 15:43:18 UTC 2013 - tr...@suse.de
+
+- Update to latest version 1.3 (cpuid tool added)
+  bnc#847158
+
+---

Old:

  msr-tools-1.2.tar.bz2

New:

  msr-tools-1.3.tar.bz2



Other differences:
--
++ msr-tools.spec ++
--- /var/tmp/diff_new_pack.QEyumL/_old  2013-11-26 19:19:58.0 +0100
+++ /var/tmp/diff_new_pack.QEyumL/_new  2013-11-26 19:19:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package msr-tools
 #
-# 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,9 +19,9 @@
 
 
 Name:   msr-tools
-Url:http://www.kernel.org/pub/linux/utils/cpu/msr-tools/
+Url:https://github.com/01org/msr-tools
 Summary:Tool for reading and writing MSRs (model specific register)
-Version:1.2
+Version:1.3
 Release:1
 License:GPL-2.0+
 Group:  System/Base
@@ -53,7 +53,7 @@
 %install
 mkdir -p $RPM_BUILD_ROOT/%{_sbindir}
 cp %{SOURCE1} .
-install -m 0755 rdmsr wrmsr $RPM_BUILD_ROOT/%{_sbindir}
+install -m 0755 rdmsr wrmsr cpuid $RPM_BUILD_ROOT/%{_sbindir}
 
 %clean
 rm -rf %{buildroot}

++ msr-tools-1.2.tar.bz2 -> msr-tools-1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msr-tools-1.2/.gitignore new/msr-tools-1.3/.gitignore
--- old/msr-tools-1.2/.gitignore2010-08-05 08:35:51.0 +0200
+++ new/msr-tools-1.3/.gitignore1970-01-01 01:00:00.0 +0100
@@ -1,4 +0,0 @@
-rdmsr
-wrmsr
-*.o
-*~
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msr-tools-1.2/Makefile new/msr-tools-1.3/Makefile
--- old/msr-tools-1.2/Makefile  2010-08-05 08:35:51.0 +0200
+++ new/msr-tools-1.3/Makefile  2013-09-10 04:49:29.0 +0200
@@ -18,7 +18,7 @@
 CFLAGS   = -g -O2 -fomit-frame-pointer -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
 LDFLAGS  = 
 
-BIN= wrmsr rdmsr
+BIN= wrmsr rdmsr cpuid
 
 sbindir = /usr/sbin
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msr-tools-1.2/cpuid.c new/msr-tools-1.3/cpuid.c
--- old/msr-tools-1.2/cpuid.c   1970-01-01 01:00:00.0 +0100
+++ new/msr-tools-1.3/cpuid.c   2013-09-10 04:49:29.0 +0200
@@ -0,0 +1,201 @@
+/*
+ * Utility to read CPUIDs from x86 processors
+ * Copyright (c) 2013, Intel Corporation.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ */
+
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+
+struct cpuid {
+   uint32_t eax, ebx, ecx, edx;
+};
+
+static int cpuid(int cpu, uint32_t leaf, uint32_t subleaf, struct cpuid *data)
+{
+   static int fd = -1;
+   static int last_cpu;
+   off_t offset = leaf + ((off_t) subleaf << 32);
+
+   if (fd < 0 || last_cpu != cpu) {
+   char devstr[64];
+   if (fd >= 0)
+   close(fd);
+   snprintf(devstr, sizeof devstr, "/dev/cpu/%d/cpuid", cpu);
+   fd = open(devstr, O_RDONLY);
+   if (fd < 0) {
+   if (errno == ENXIO) {
+   fprintf(stderr, "cpuid: No CPU %d\n", cpu);
+   exit(2);
+   } else if (errno == EIO) {
+   fprintf(stderr,
+  

commit lilypond for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package lilypond for openSUSE:Factory 
checked in at 2013-11-26 19:19:07

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


Package is "lilypond"

Changes:

--- /work/SRC/openSUSE:Factory/lilypond/lilypond-doc.changes2013-09-11 
12:20:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.lilypond.new/lilypond-doc.changes   
2013-11-26 19:19:08.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 26 12:00:43 UTC 2013 - pgaj...@suse.com
+
+-  updated to 2.17.96:
+  * beta phase to 2.18
+  * bugfixes
+
+---
--- /work/SRC/openSUSE:Factory/lilypond/lilypond.changes2013-09-11 
12:20:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.lilypond.new/lilypond.changes   2013-11-26 
19:19:08.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 26 12:00:11 UTC 2013 - pgaj...@suse.com
+
+- updated to 2.17.96:
+  * beta phase to 2.18
+  * bugfixes
+
+---

Old:

  lilypond-2.17.26.tar.gz

New:

  lilypond-2.17.96.tar.gz



Other differences:
--
++ lilypond-doc.spec ++
--- /var/tmp/diff_new_pack.NIcYpU/_old  2013-11-26 19:19:09.0 +0100
+++ /var/tmp/diff_new_pack.NIcYpU/_new  2013-11-26 19:19:09.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   lilypond-doc
 %define ver 2.17
-%define plevel  26
+%define plevel  96
 Version:%{ver}.%{plevel}
 Release:0
 BuildRequires:  autoconf
@@ -141,11 +141,6 @@
 echo "*"
 echo "* Start the documentation build *"
 echo "*"
-rm -rf lily/out/lilypond
-ln -s %{_bindir}/lilypond lily/out/lilypond
-rm -rf GNUmakefile
-cp GNUmakefile.in GNUmakefile
-make -C scripts && make -C python
 pushd Documentation
 LILYPOND_EXTERNAL_BINARY="%{_bindir}/lilypond" 
LILYPOND_BINARY=$LILYPOND_EXTERNAL_BINARY make -e %{?jobs:-j%jobs 
CPU_COUNT=%jobs} doc \
 || (lndir  -ignorelinks out-www/notation . && \

++ lilypond.spec ++
--- /var/tmp/diff_new_pack.NIcYpU/_old  2013-11-26 19:19:09.0 +0100
+++ /var/tmp/diff_new_pack.NIcYpU/_new  2013-11-26 19:19:09.0 +0100
@@ -21,7 +21,7 @@
 
 Name:   lilypond
 %define ver 2.17
-%define plevel  26
+%define plevel  96
 Version:%{ver}.%{plevel}
 Release:0
 Summary:A typesetting system for music notation

++ lilypond-2.17.26.tar.gz -> lilypond-2.17.96.tar.gz ++
/work/SRC/openSUSE:Factory/lilypond/lilypond-2.17.26.tar.gz 
/work/SRC/openSUSE:Factory/.lilypond.new/lilypond-2.17.96.tar.gz differ: char 
5, line 1

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



commit libnl3 for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package libnl3 for openSUSE:Factory checked 
in at 2013-11-26 19:18:41

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


Package is "libnl3"

Changes:

--- /work/SRC/openSUSE:Factory/libnl3/libnl3.changes2013-06-06 
15:00:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnl3.new/libnl3.changes   2013-11-26 
19:18:42.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 26 14:05:28 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 3.2.23
+* Add macvlan and VXVLAN support
+
+---

Old:

  libnl-3.2.22.tar.xz

New:

  libnl-3.2.23.tar.xz



Other differences:
--
++ libnl3.spec ++
--- /var/tmp/diff_new_pack.ucscOd/_old  2013-11-26 19:18:42.0 +0100
+++ /var/tmp/diff_new_pack.ucscOd/_new  2013-11-26 19:18:42.0 +0100
@@ -19,7 +19,7 @@
 Name:   libnl3
 %define lname  libnl3-200
 %define with_tools 1
-Version:3.2.22
+Version:3.2.23
 Release:0
 Summary:Convenience library for working with Netlink sockets
 License:LGPL-2.1 and GPL-2.0

++ libnl-3.2.22.tar.xz -> libnl-3.2.23.tar.xz ++
 15903 lines of diff (skipped)

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



commit libgit2 for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package libgit2 for openSUSE:Factory checked 
in at 2013-11-26 19:18:21

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


Package is "libgit2"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2/libgit2.changes  2013-07-09 
20:54:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2.new/libgit2.changes 2013-11-26 
19:18:22.0 +0100
@@ -1,0 +2,28 @@
+Mon Nov 25 21:00:42 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.20.0:
+  + Blame APIs.
+  + Filter APIs.
+  + Public git_buffer APIs.
+  + Merge conflict support in Checkout.
+  + Simplified Clone options and git_clone_into.
+  + Config iterator APIs and updated Config multivar API.
+  + Diff API reorganization and renaming, with Patch API split off.
+  + Indexer API renaming and improvements.
+  + ODB backend API cleanup.
+  + Improves progress callbacks for Packbuilder, Push, Fetch (and
+any other Remote operation).
+  + Public Pathspec matching APIs.
+  + Reflog API and RefDB Backend API cleanup.
+  + Remote API extensions.
+  + SSH Transport configuration cleanup.
+  + Submodule status improvements.
+  + Pluggable Transport APIs.
+  + Lots of other small features (e.g. decomposed unicode support on
+MacOS, revwalk simplifying by first parent),
+  + Bug fixes (e.g. junction support on Win32, redirect handling
+in HTTP transport) and performance improvements.
+  + Lots of new examples (init, status, log, blame, etc.) and
+relicensing of example code under CC0 license.
+
+---

Old:

  v0.19.0.tar.gz

New:

  v0.20.0.tar.gz



Other differences:
--
++ libgit2.spec ++
--- /var/tmp/diff_new_pack.hndVUC/_old  2013-11-26 19:18:23.0 +0100
+++ /var/tmp/diff_new_pack.hndVUC/_new  2013-11-26 19:18:23.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   libgit2
-Version:0.19.0
+Version:0.20.0
 Release:0
 Summary:C git library
 License:GPL-2.0-with-GCC-exception

++ v0.19.0.tar.gz -> v0.20.0.tar.gz ++
 153849 lines of diff (skipped)

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



commit knot for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package knot for openSUSE:Factory checked in 
at 2013-11-26 19:18:00

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


Package is "knot"

Changes:

--- /work/SRC/openSUSE:Factory/knot/knot.changes2013-09-09 
19:43:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.knot.new/knot.changes   2013-11-26 
19:18:01.0 +0100
@@ -1,0 +2,14 @@
+Tue Nov 26 13:36:54 UTC 2013 - pgaj...@suse.com
+
+- update to 1.3.3:
+  * New features:
+Reduced memory usage
+Improved performance
+Experimental automatic DNSSEC signing
+Refactored zone loading
+Improved journal locking
+  * Bugfixes:
+Fixed some race conditions
+Various fixes in client utilities
+
+---

Old:

  knot-1.3.1.tar.bz2

New:

  knot-1.3.3.tar.bz2



Other differences:
--
++ knot.spec ++
--- /var/tmp/diff_new_pack.kZ1ESH/_old  2013-11-26 19:18:02.0 +0100
+++ /var/tmp/diff_new_pack.kZ1ESH/_new  2013-11-26 19:18:02.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   knot
 Url:http://www.knot-dns.cz
-Version:1.3.1
+Version:1.3.3
 Release:0
 Summary:An authoritative DNS daemon
 License:GPL-3.0+

++ knot-1.3.1.tar.bz2 -> knot-1.3.3.tar.bz2 ++
 15036 lines of diff (skipped)

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



commit iw for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package iw for openSUSE:Factory checked in 
at 2013-11-26 19:17:23

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


Package is "iw"

Changes:

--- /work/SRC/openSUSE:Factory/iw/iw.changes2012-12-05 13:54:06.0 
+0100
+++ /work/SRC/openSUSE:Factory/.iw.new/iw.changes   2013-11-26 
19:17:24.0 +0100
@@ -1,0 +2,8 @@
+Mon Nov 25 04:27:32 UTC 2013 - crrodrig...@opensuse.org
+
+- Update to version 3.11, matching with features in the
+  same kernel version.
+- build with libnl-3.0, as usual this "kernel style" hand written 
+  makefiles are total crap so extra cflags are needed.
+
+---

Old:

  iw-3.7.tar.bz2

New:

  iw-3.11.tar.xz



Other differences:
--
++ iw.spec ++
--- /var/tmp/diff_new_pack.P0kwxu/_old  2013-11-26 19:17:24.0 +0100
+++ /var/tmp/diff_new_pack.P0kwxu/_new  2013-11-26 19:17:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iw
 #
-# 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
@@ -18,16 +18,16 @@
 
 Name:   iw
 BuildRequires:  kernel-source
-BuildRequires:  libnl-1_1-devel
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(libnl-3.0)
 Summary:Configuration utility for nl80211 based wireless drivers
 License:ISC
 Group:  Hardware/Wifi
-Version:3.7
+Version:3.11
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://linuxwireless.org/en/users/Documentation/iw
-Source: iw-%{version}.tar.bz2
+Source: iw-%{version}.tar.xz
 
 %description
 iw is a nl80211 based CLI configuration utility for wireless devices. It
@@ -39,12 +39,12 @@
 Johannes Berg 
 
 %prep
-%setup
+%setup -q
 
 %build
 # FIXME: -fno-strict-aliasing seems to be obsolete, but upstream Makefile 
requires it.
 # Either it is really obsolete or there is a hidden aliasing use.
-make %{?jobs:-j%jobs} CFLAGS="${RPM_OPT_FLAGS} -Wall -Wundef 
-Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common 
-Werror-implicit-function-declaration" V=1
+make %{?jobs:-j%jobs} CFLAGS="${RPM_OPT_FLAGS} $(pkg-config --cflags 
libnl-3.0) -DCONFIG_LIBNL30 -Wundef -Wstrict-prototypes -Wno-trigraphs 
-fno-strict-aliasing -fno-common -Werror-implicit-function-declaration" V=1
 
 %install
 %makeinstall

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



commit b43-fwcutter for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package b43-fwcutter for openSUSE:Factory 
checked in at 2013-11-26 19:17:06

Comparing /work/SRC/openSUSE:Factory/b43-fwcutter (Old)
 and  /work/SRC/openSUSE:Factory/.b43-fwcutter.new (New)


Package is "b43-fwcutter"

Changes:

--- /work/SRC/openSUSE:Factory/b43-fwcutter/b43-fwcutter.changes
2013-09-09 19:43:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.b43-fwcutter.new/b43-fwcutter.changes   
2013-11-26 19:17:07.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 24 18:30:14 UTC 2013 - crrodrig...@opensuse.org
+
+- Update to version 018 (no changelog) 
+
+---

Old:

  b43-fwcutter-017.tar.bz2

New:

  b43-fwcutter-018.tar.bz2



Other differences:
--
++ b43-fwcutter.spec ++
--- /var/tmp/diff_new_pack.zfjKN4/_old  2013-11-26 19:17:07.0 +0100
+++ /var/tmp/diff_new_pack.zfjKN4/_new  2013-11-26 19:17:07.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   b43-fwcutter
-Version:017
+Version:018
 Release:0
 Summary:Tool for extracting firmware from newer Broadcom WLAN drivers
 License:BSD-2-Clause

++ b43-fwcutter-017.tar.bz2 -> b43-fwcutter-018.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/b43-fwcutter-017/Makefile 
new/b43-fwcutter-018/Makefile
--- old/b43-fwcutter-017/Makefile   2012-12-07 19:16:00.0 +0100
+++ new/b43-fwcutter-018/Makefile   2013-07-29 21:22:45.0 +0200
@@ -1,4 +1,4 @@
-VERSION = 017
+VERSION = 018
 
 # The toolchain definitions
 CC = cc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/b43-fwcutter-017/README new/b43-fwcutter-018/README
--- old/b43-fwcutter-017/README 2012-12-07 19:16:00.0 +0100
+++ new/b43-fwcutter-018/README 2013-07-29 21:22:45.0 +0200
@@ -5,10 +5,9 @@
 About this software
 ---
 
-b43-fwcutter is a tool which can extract firmware from various source files.
-It's written for BCM43xx driver files.
+http://wireless.kernel.org/en/users/Drivers/b43
 
-The project page is http://bcm43xx.berlios.de/
+b43-fwcutter is a tool to extract firmware from binary Broadcom 43xx driver 
files.
 
 
 Usage
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/b43-fwcutter-017/b43-fwcutter.1 
new/b43-fwcutter-018/b43-fwcutter.1
--- old/b43-fwcutter-017/b43-fwcutter.1 2012-12-07 19:16:00.0 +0100
+++ new/b43-fwcutter-018/b43-fwcutter.1 2013-07-29 21:22:45.0 +0200
@@ -1,5 +1,5 @@
 .\" Initially generated by help2man 1.36.
-.TH B43-FWCUTTER "1" "2007" "b43-fwcutter" "User Commands"
+.TH B43-FWCUTTER "1" "2013" "b43-fwcutter" "User Commands"
 .SH NAME
 b43-fwcutter \- manual page for b43-fwcutter
 .SH SYNOPSIS
@@ -38,4 +38,4 @@
 \fB\-h\fR|\-\-help
 Print help information
 .SH AUTHORS
-b43 development team, http://bcm43xx.berlios.de
+b43 development team, http://wireless.kernel.org/en/users/Drivers/b43
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/b43-fwcutter-017/fwcutter_list.h 
new/b43-fwcutter-018/fwcutter_list.h
--- old/b43-fwcutter-017/fwcutter_list.h2012-12-07 19:16:00.0 
+0100
+++ new/b43-fwcutter-018/fwcutter_list.h2013-07-29 21:22:45.0 
+0200
@@ -771,6 +771,179 @@
EXTRACT_LIST_END
 };
 
+static struct extract _29c8a47094fbae342902d84881a465ff[] =
+{
+   { .name = "lcn1bsinitvals26", .offset = 0x22CF88, .type = EXT_IV, 
.length = 0x118 },
+   { .name = "n0bsinitvals22", .offset = 0x28D3D8, .type = EXT_IV, .length 
= 0x0 },
+   { .name = "lcn0bsinitvals26", .offset = 0x22BF18, .type = EXT_IV, 
.length = 0x118 },
+   { .name = "ac1bsinitvals42", .offset = 0x274530, .type = EXT_IV, 
.length = 0x248 },
+   { .name = "ucode24_lcn", .offset = 0x23AF24, .type = EXT_UCODE_3, 
.length = 0x891A },
+   /* ucode minor version at offset 0x288284 */
+   { .name = "ht0bsinitvals26", .offset = 0x22F068, .type = EXT_IV, 
.length = 0x118 },
+   { .name = "ucode24_mimo", .offset = 0x231300, .type = EXT_UCODE_3, 
.length = 0x9C20 },
+   { .name = "n20initvals36", .offset = 0x2312D0, .type = EXT_IV, .length 
= 0x0 },
+   { .name = "ucode15", .offset = 0x2E86A0, .type = EXT_UCODE_3, .length = 
0x7190 },
+   { .name = "b0g0bsinitvals9", .offset = 0x2C8AF8, .type = EXT_IV, 
.length = 0x118 },
+   { .name = "lcn405initvals35", .offset = 0x2312C0, .type = EXT_IV, 
.length = 0x0 },
+   { .name = "ac1initvals42", .offset = 0x273218, .type = EXT_IV, .length 
= 0x1310 },
+   { .name = "lp0bsinitvals13", .offset = 0x2CC668, .t

commit kbdsniffd for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package kbdsniffd for openSUSE:Factory 
checked in at 2013-11-26 19:17:31

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


Package is "kbdsniffd"

Changes:

--- /work/SRC/openSUSE:Factory/kbdsniffd/kbdsniffd.changes  2011-10-04 
18:12:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.kbdsniffd.new/kbdsniffd.changes 2013-11-26 
19:17:32.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 25 15:36:25 UTC 2013 - meiss...@suse.com
+
+- fixed file permissions away from 744 to 755 or 644. bnc#851620
+
+---

New:

  kbdsniffd-fixes.patch



Other differences:
--
++ kbdsniffd.spec ++
--- /var/tmp/diff_new_pack.zwGjbB/_old  2013-11-26 19:17:32.0 +0100
+++ /var/tmp/diff_new_pack.zwGjbB/_new  2013-11-26 19:17:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kbdsniffd
 #
-# 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,17 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   kbdsniffd
-BuildRequires:  gcc-c++ glibc-devel
+BuildRequires:  gcc-c++
+BuildRequires:  glibc-devel
 Version:0.6
-Release:2
-License:GPL-2.0+
-Group:  Hardware/Other
+Release:0
 Source: kbdsniffd-%{version}.tbz2
+Patch0: %name-fixes.patch
 Summary:Keyboard Grabber Daemon
+License:GPL-2.0+
+Group:  Hardware/Other
 PreReq: %insserv_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -38,7 +38,8 @@
 grabbed keys can be used to trigger special screenreader functions
 
 %prep
-%setup 
+%setup -q
+%patch0 -p1
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE" 
LIB_CFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -fPIC" 
CC="%{__cc}" LD="%{__cc}"
@@ -47,17 +48,11 @@
 mkdir -p $RPM_BUILD_ROOT/usr/sbin
 mkdir -p $RPM_BUILD_ROOT/etc/init.d
 make LIBINSTPATH=%{_libdir} DESTDIR=$RPM_BUILD_ROOT install
-chmod a-x $RPM_BUILD_ROOT%_mandir/man8/*
-
-%clean
-rm -rf $RPM_BUILD_ROOT
 
 %post
-/sbin/ldconfig
-%{insserv_force_if_yast etc/init.d/kbdsniffd }
+%{insserv_force_if_yast kbdsniffd}
 
 %postun
-/sbin/ldconfig
 %{insserv_cleanup}
 
 %files


++ kbdsniffd-fixes.patch ++
Index: kbdsniffd-0.6/Makefile
===
--- kbdsniffd-0.6.orig/Makefile
+++ kbdsniffd-0.6/Makefile
@@ -27,9 +27,9 @@ clean:
rm -f $(TRG) *.o *~ jj.jj
 
 install: $(TRG)
-   install -s -m 744 $(TRG) $(DESTDIR)$(INSTPATH)
-   install -m 744 suse/$(TRG) $(DESTDIR)/etc/init.d 
-   install -m 744  $(TRG).conf $(DESTDIR)/etc
+   install -s -m 755 $(TRG) $(DESTDIR)$(INSTPATH)
+   install -m 755 suse/$(TRG) $(DESTDIR)/etc/init.d 
+   install -m 644  $(TRG).conf $(DESTDIR)/etc
install --directory $(DESTDIR)$(MANDIR)/man8
-   install -m 744  $(TRG).8 $(DESTDIR)$(MANDIR)/man8
+   install -m 644  $(TRG).8 $(DESTDIR)$(MANDIR)/man8
ln -sf /etc/init.d/kbdsniffd $(DESTDIR)$(INSTPATH)/rc$(TRG)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Test-Spec for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Spec for openSUSE:Factory 
checked in at 2013-11-26 14:42:08

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


Package is "perl-Test-Spec"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Spec/perl-Test-Spec.changes
2013-06-06 13:56:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Spec.new/perl-Test-Spec.changes   
2013-11-26 14:42:09.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 26 07:35:30 UTC 2013 - co...@suse.com
+
+- updated to 0.47
+  - added repository metadata for CPAN
+Contributed by David Steinbrunner (issue #1)
+
+---

Old:

  Test-Spec-0.46.tar.gz

New:

  Test-Spec-0.47.tar.gz



Other differences:
--
++ perl-Test-Spec.spec ++
--- /var/tmp/diff_new_pack.QWnv0f/_old  2013-11-26 14:42:10.0 +0100
+++ /var/tmp/diff_new_pack.QWnv0f/_new  2013-11-26 14:42:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Spec
-Version:0.46
+Version:0.47
 Release:0
 %define cpan_name Test-Spec
 Summary:Write tests in a declarative specification style

++ Test-Spec-0.46.tar.gz -> Test-Spec-0.47.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Spec-0.46/Changes new/Test-Spec-0.47/Changes
--- old/Test-Spec-0.46/Changes  2012-10-02 19:26:36.0 +0200
+++ new/Test-Spec-0.47/Changes  2013-10-11 07:23:38.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension Test::Spec.
 
+0.47 Fri Oct 11 01:22:00 EDT 2012
+  - added repository metadata for CPAN
+Contributed by David Steinbrunner (issue #13)
+
 0.46 Tue Oct  2 13:23:00 EDT 2012
   - with() enables argument matching on mocked methods
   - raises() makes mocked methods raise exceptions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Spec-0.46/META.yml new/Test-Spec-0.47/META.yml
--- old/Test-Spec-0.46/META.yml 2012-10-02 19:29:05.0 +0200
+++ new/Test-Spec-0.47/META.yml 2013-10-11 07:24:49.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   Test-Spec
-version:0.46
+version:0.47
 abstract:   Write tests in a declarative specification style
 author:
 - Philip Garrett 
@@ -22,6 +22,8 @@
 Test::More:  0
 Test::Trap:  0
 Tie::IxHash: 0
+resources:
+repository:  https://github.com/kingpong/perl-Test-Spec
 no_index:
 directory:
 - t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Spec-0.46/Makefile.PL 
new/Test-Spec-0.47/Makefile.PL
--- old/Test-Spec-0.46/Makefile.PL  2012-03-04 01:06:07.0 +0100
+++ new/Test-Spec-0.47/Makefile.PL  2013-10-11 07:20:55.0 +0200
@@ -22,4 +22,9 @@
   (ABSTRACT_FROM  => 'lib/Test/Spec.pm', # retrieve abstract from module
AUTHOR => 'Philip Garrett ') 
: ()),
 LICENSE => 'perl',
+META_MERGE=> {
+resources => {
+repository => 'https://github.com/kingpong/perl-Test-Spec',
+},
+},
 );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Spec-0.46/lib/Test/Spec.pm 
new/Test-Spec-0.47/lib/Test/Spec.pm
--- old/Test-Spec-0.46/lib/Test/Spec.pm 2012-10-02 19:26:36.0 +0200
+++ new/Test-Spec-0.47/lib/Test/Spec.pm 2013-10-11 07:21:46.0 +0200
@@ -3,7 +3,7 @@
 use warnings;
 use Test::Trap ();# load as early as possible to override CORE::exit
 
-our $VERSION = '0.46';
+our $VERSION = '0.47';
 
 use base qw(Exporter);
 

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



commit perl-Test-Class for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Class for openSUSE:Factory 
checked in at 2013-11-26 14:42:01

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  
2013-06-06 13:31:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Class.new/perl-Test-Class.changes 
2013-11-26 14:42:02.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 26 07:35:35 UTC 2013 - co...@suse.com
+
+- updated to 0.40
+  -   Applied Zefram's fix for RT#89473, Test::Class fails on Test::Builder
+  0.99
+
+---

Old:

  Test-Class-0.39.tar.gz

New:

  Test-Class-0.40.tar.gz



Other differences:
--
++ perl-Test-Class.spec ++
--- /var/tmp/diff_new_pack.3AmAko/_old  2013-11-26 14:42:02.0 +0100
+++ /var/tmp/diff_new_pack.3AmAko/_new  2013-11-26 14:42:02.0 +0100
@@ -17,20 +17,20 @@
 
 
 Name:   perl-Test-Class
-Version:0.39
+Version:0.40
 Release:0
 %define cpan_name Test-Class
 Summary:Easily create test classes in an xUnit/JUnit style
 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
+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(MRO::Compat) >= 0.11
-BuildRequires:  perl(Module::Build) >= 0.38
+BuildRequires:  perl(Module::Build) >= 0.40
 BuildRequires:  perl(Test::Builder) >= 0.78
 BuildRequires:  perl(Test::Exception) >= 0.25
 BuildRequires:  perl(Test::More) >= 0.78

++ Test-Class-0.39.tar.gz -> Test-Class-0.40.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Class-0.39/Changes new/Test-Class-0.40/Changes
--- old/Test-Class-0.39/Changes 2013-04-12 15:32:08.0 +0200
+++ new/Test-Class-0.40/Changes 2013-11-04 21:18:26.0 +0100
@@ -1,5 +1,9 @@
 Changes for Perl extension Test-Class
 
+0.40   or the "rjbs wants to install App::GitGot" release [2013-11-04]
+-   Applied Zefram's fix for RT#89473, Test::Class fails on Test::Builder
+0.99
+
 0.39   or the "For the QA Hackathon 2013" release [2013-04-12]
 -   Merged schwern's https://github.com/adrianh/test-class/pull/2 
 "Fix Test::Class for Test::Builder 1.5" - thank you Schwern!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Class-0.39/MANIFEST new/Test-Class-0.40/MANIFEST
--- old/Test-Class-0.39/MANIFEST2013-04-12 15:32:08.0 +0200
+++ new/Test-Class-0.40/MANIFEST2013-11-04 21:18:26.0 +0100
@@ -4,10 +4,7 @@
 lib/Test/Class/Load.pm
 lib/Test/Class/MethodInfo.pm
 LICENSE
-Makefile.PL
 MANIFEST   This list of files
-META.yml
-README
 t/00-load.t
 t/20-load-classes.t
 t/21-load-subclassed.t
@@ -79,4 +76,7 @@
 xt/pmv.t
 xt/pod.t
 xt/spelling.t
+Makefile.PL
+README
+META.yml
 META.json
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Class-0.39/META.json 
new/Test-Class-0.40/META.json
--- old/Test-Class-0.39/META.json   2013-04-12 15:32:08.0 +0200
+++ new/Test-Class-0.40/META.json   2013-11-04 21:18:26.0 +0100
@@ -4,7 +4,7 @@
   "Adrian Howard , Curtis \"Ovid\" Poe, , Mark Morgan ."
],
"dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 
2.112621",
+   "generated_by" : "Module::Build version 0.4007, CPAN::Meta::Converter 
version 2.132830",
"license" : [
   "perl_5"
],
@@ -22,7 +22,7 @@
   },
   "configure" : {
  "requires" : {
-"Module::Build" : "0.38"
+"Module::Build" : "0.40"
  }
   },
   "runtime" : {
@@ -41,15 +41,15 @@
"provides" : {
   "Test::Class" : {
  "file" : "lib/Test/Class.pm",
- "version" : "0.39"
+ "version" : "0.40"
   },
   "Test::Class::Load" : {
  "file" : "lib/Test/Class/Load.pm",
- "version" : "0.35"
+ "version" : "0.40"
   },
   "Test::Class::MethodInfo" : {
  "file" : "lib/Test/Class/MethodInfo.pm",
- "version" : "0.34"
+ "version" : "0.40"
   }
},
"release_status" : "stable",
@@ -61,5 +61,5 @@
  "ur

commit perl-Sys-SigAction for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-SigAction for 
openSUSE:Factory checked in at 2013-11-26 14:41:56

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


Package is "perl-Sys-SigAction"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-SigAction/perl-Sys-SigAction.changes
2013-08-13 10:19:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Sys-SigAction.new/perl-Sys-SigAction.changes   
2013-11-26 14:41:57.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov 26 07:33:35 UTC 2013 - co...@suse.com
+
+- updated to 0.21
+  Remove erroneous note at the end of the POD related to references to
+  this module in DBD:Oracle.  In reality the reference was in DBI, and it
+  is still there.
+  
+  Close pod error bug (which referred to the above paragraph) submitted
+  by the Debian Packaging team.
+
+---

Old:

  Sys-SigAction-0.20.tar.gz

New:

  Sys-SigAction-0.21.tar.gz



Other differences:
--
++ perl-Sys-SigAction.spec ++
--- /var/tmp/diff_new_pack.olPjC1/_old  2013-11-26 14:41:58.0 +0100
+++ /var/tmp/diff_new_pack.olPjC1/_new  2013-11-26 14:41:58.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-SigAction
-Version:0.20
+Version:0.21
 Release:0
 %define cpan_name Sys-SigAction
 Summary:Perl extension for Consistent Signal Handling
@@ -30,6 +30,7 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 #BuildRequires: perl(Sys::SigAction)
+#BuildRequires: perl(Sys::SigAction::Alarm)
 %{perl_requires}
 
 %description
@@ -40,6 +41,37 @@
 reason it has always been recommended that one do as little as possible in
 a signal handler, and only variables that already exist be manipulated.
 
+Perl 5.8.0 and later versions implements 'safe' signal handling on
+platforms which support the POSIX sigaction() function. This is
+accomplished by having perl note that a signal has arrived, but deferring
+the execution of the signal handler until such time as it is safe to do so.
+Unfortunately these changes can break some existing scripts, if they
+depended on a system routine being interrupted by the signal's arrival. The
+perl 5.8.0 implementation was modified further in version 5.8.2.
+
+From the perl 5.8.2 *perlvar* man page:
+
+   The default delivery policy of signals changed in Perl 5.8.0 
+   from immediate (also known as "unsafe") to deferred, also 
+   known as "safe signals".
+
+The implementation of this changed the 'sa_flags' with which the signal
+handler is installed by perl, and it causes some system routines (like
+connect()) to return EINTR, instead of another error when the signal
+arrives. The problem comes when the code that made the system call sees the
+EINTR code and decides it's going to call it again before returning. Perl
+doesn't do this but some libraries do, including for instance, the Oracle
+OCI library.
+
+Thus the 'deferred signal' approach (as implemented by default in perl 5.8
+and later) results in some system calls being retried prior to the signal
+handler being called by perl. This breaks timeout logic for DBD-Oracle
+which works with earlier versions of perl. This can be particularly vexing,
+when, for instance, the host on which a database resides is not available:
+'DBI->connect()' hangs for minutes before returning an error (and cannot
+even be interrupted with control-C, even when the intended timeout is only
+seconds). This is because SIGINT appears to be deferred as well. 
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 find . -type f -print0 | xargs -0 chmod 644
@@ -49,6 +81,7 @@
 %{__make} %{?_smp_mflags}
 
 %check
+# MANUAL
 %if ! 0%{?qemu_user_space_build}
 %{__make} test
 %endif

++ Sys-SigAction-0.20.tar.gz -> Sys-SigAction-0.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-SigAction-0.20/Changes 
new/Sys-SigAction-0.21/Changes
--- old/Sys-SigAction-0.20/Changes  2013-08-05 02:32:59.0 +0200
+++ new/Sys-SigAction-0.21/Changes  2013-11-20 12:34:31.0 +0100
@@ -8,24 +8,33 @@
 
 Revision history for Sys::SigAction.
 
+=head2 Changes in Sys::SigAction 0.21  20 Nov 2013
+
+Remove erroneous note at the end of the POD related to references to
+this module in DBD:Oracle.  In reality the reference was in DBI, and it
+is still there.
+
+Close pod error bug (which referred to the above paragraph) submitted
+by the Debian Packaging team.
+
 =head2 Changes in Sys::SigAction 0.20  4 Aug 2013
 
 Even if C exists, it may not necessarily
-work. (There were way too many broken smoke tests with were
-the result of this. One re

commit perl-XML-LibXSLT for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXSLT for 
openSUSE:Factory checked in at 2013-11-26 14:42:18

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
2013-07-30 19:11:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXSLT.new/perl-XML-LibXSLT.changes   
2013-11-26 14:42:19.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 26 07:31:07 UTC 2013 - co...@suse.com
+
+- updated to 1.82
+   - Makefile.PL: Report LibXSLT mismatch correctly.
+   - https://rt.cpan.org/Ticket/Display.html?id=90085
+   - Thanks to David Schmidt for the report, and to joel and brother
+   from the channel #perl-help for analysis.
+
+---

Old:

  XML-LibXSLT-1.81.tar.gz

New:

  XML-LibXSLT-1.82.tar.gz



Other differences:
--
++ perl-XML-LibXSLT.spec ++
--- /var/tmp/diff_new_pack.vpx1jO/_old  2013-11-26 14:42:20.0 +0100
+++ /var/tmp/diff_new_pack.vpx1jO/_new  2013-11-26 14:42:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXSLT
-Version:1.81
+Version:1.82
 Release:0
 %define cpan_name XML-LibXSLT
 Summary:Interface to the GNOME libxslt library

++ XML-LibXSLT-1.81.tar.gz -> XML-LibXSLT-1.82.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXSLT-1.81/Changes new/XML-LibXSLT-1.82/Changes
--- old/XML-LibXSLT-1.81/Changes2013-07-05 09:13:44.0 +0200
+++ new/XML-LibXSLT-1.82/Changes2013-11-06 12:22:39.0 +0100
@@ -1,5 +1,11 @@
 Revision history for Perl extension XML::LibXSLT.
 
+1.82Wed  6 Nov 13:17:39 IST 2013
+- Makefile.PL: Report LibXSLT mismatch correctly.
+- https://rt.cpan.org/Ticket/Display.html?id=90085
+- Thanks to David Schmidt for the report, and to joel and brother
+from the channel #perl-help for analysis.
+
 1.81Fri  5 Jul 10:13:36 IDT 2013
 - Fix a typo reported by dsteinbrunner:
 - https://rt.cpan.org/Ticket/Display.html?id=86689
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXSLT-1.81/LibXSLT.pm 
new/XML-LibXSLT-1.82/LibXSLT.pm
--- old/XML-LibXSLT-1.81/LibXSLT.pm 2013-07-05 09:15:32.0 +0200
+++ new/XML-LibXSLT-1.82/LibXSLT.pm 2013-11-06 12:23:05.0 +0100
@@ -25,7 +25,7 @@
 
 require Exporter;
 
-$VERSION = "1.81";
+$VERSION = "1.82";
 
 require DynaLoader;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXSLT-1.81/META.json 
new/XML-LibXSLT-1.82/META.json
--- old/XML-LibXSLT-1.81/META.json  2013-07-05 09:16:16.0 +0200
+++ new/XML-LibXSLT-1.82/META.json  2013-11-06 12:24:17.0 +0100
@@ -4,7 +4,7 @@
   "Matt Sergeant"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.131560",
+   "generated_by" : "ExtUtils::MakeMaker version 6.78, CPAN::Meta::Converter 
version 2.132830",
"license" : [
   "unknown"
],
@@ -40,5 +40,5 @@
   }
},
"release_status" : "stable",
-   "version" : "1.81"
+   "version" : "1.82"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXSLT-1.81/META.yml 
new/XML-LibXSLT-1.82/META.yml
--- old/XML-LibXSLT-1.81/META.yml   2013-07-05 09:16:16.0 +0200
+++ new/XML-LibXSLT-1.82/META.yml   2013-11-06 12:24:17.0 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 
2.131560'
+generated_by: 'ExtUtils::MakeMaker version 6.78, CPAN::Meta::Converter version 
2.132830'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -22,4 +22,4 @@
   XML::LibXML: 1.70
   strict: 0
   warnings: 0
-version: 1.81
+version: 1.82
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXSLT-1.81/Makefile.PL 
new/XML-LibXSLT-1.82/Makefile.PL
--- old/XML-LibXSLT-1.81/Makefile.PL2013-01-23 06:51:05.0 +0100
+++ new/XML-LibXSLT-1.82/Makefile.PL2013-11-06 12:16:38.0 +0100
@@ -72,9 +72,9 @@
 };
 if ($@) {
 print "failed\n";
-if ($@ =~ /^VERSION/) {
-print STDERR "XML::LibXSLT needs libxslt version 1.1.18 or 
higher\n";
-   exit 0; # 0 recommended by ht

commit perl-Test-TCP for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-TCP for openSUSE:Factory 
checked in at 2013-11-26 14:42:12

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


Package is "perl-Test-TCP"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-TCP/perl-Test-TCP.changes  
2013-11-13 09:45:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-TCP.new/perl-Test-TCP.changes 
2013-11-26 14:42:13.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 25 07:38:53 UTC 2013 - co...@suse.com
+
+- updated to 2.02
+   - Fixed fork(2) error handling.  (tokuhirom)
+
+---

Old:

  Test-TCP-2.01.tar.gz

New:

  Test-TCP-2.02.tar.gz



Other differences:
--
++ perl-Test-TCP.spec ++
--- /var/tmp/diff_new_pack.yOUgNW/_old  2013-11-26 14:42:14.0 +0100
+++ /var/tmp/diff_new_pack.yOUgNW/_new  2013-11-26 14:42:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-TCP
-Version:2.01
+Version:2.02
 Release:0
 %define cpan_name Test-TCP
 Summary:Testing TCP program

++ Test-TCP-2.01.tar.gz -> Test-TCP-2.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-TCP-2.01/Build.PL new/Test-TCP-2.02/Build.PL
--- old/Test-TCP-2.01/Build.PL  2013-09-22 06:14:24.0 +0200
+++ new/Test-TCP-2.02/Build.PL  2013-10-30 04:23:09.0 +0100
@@ -25,12 +25,15 @@
 
 name=> 'Test-TCP',
 module_name => 'Test::TCP',
-allow_pure_perl => 0,
+allow_pureperl => 0,
 
 script_files => [glob('script/*'), glob('bin/*')],
+c_source => [qw()],
+PL_files => {},
 
 test_files   => ((-d '.git' || $ENV{RELEASE_TESTING}) && -d 'xt') 
? 't/ xt/' : 't/',
 recursive_test_files => 1,
+
 );
 if (-d 'share') {
 $args{share_dir} = 'share';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-TCP-2.01/Changes new/Test-TCP-2.02/Changes
--- old/Test-TCP-2.01/Changes   2013-09-22 06:14:24.0 +0200
+++ new/Test-TCP-2.02/Changes   2013-10-30 04:23:09.0 +0100
@@ -1,5 +1,10 @@
 Revision history for Perl extension Test::TCP
 
+2.02 2013-10-30T03:22:39Z
+
+- Fixed fork(2) error handling.
+  (tokuhirom)
+
 2.01 2013-09-22T04:13:53Z
 
 commit 95cd6a0669d422e10f2d3b09f35346c86f7e3257
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-TCP-2.01/META.json new/Test-TCP-2.02/META.json
--- old/Test-TCP-2.01/META.json 2013-09-22 06:14:24.0 +0200
+++ new/Test-TCP-2.02/META.json 2013-10-30 04:23:09.0 +0100
@@ -4,8 +4,10 @@
   "Tokuhiro Matsuno "
],
"dynamic_config" : 0,
-   "generated_by" : "Minilla/v0.4.5",
-   "license" : "perl_5",
+   "generated_by" : "Minilla/v0.7.5",
+   "license" : [
+  "perl_5"
+   ],
"meta-spec" : {
   "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
   "version" : "2"
@@ -19,7 +21,8 @@
  "share",
  "eg",
  "examples",
- "author"
+ "author",
+ "builder"
   ]
},
"prereqs" : {
@@ -64,7 +67,7 @@
   },
   "Test::TCP" : {
  "file" : "lib/Test/TCP.pm",
- "version" : "2.01"
+ "version" : "2.02"
   },
   "Test::TCP::CheckPort" : {
  "file" : "lib/Test/TCP/CheckPort.pm"
@@ -81,7 +84,7 @@
  "web" : "https://github.com/tokuhirom/Test-TCP";
   }
},
-   "version" : "2.01",
+   "version" : "2.02",
"x_contributors" : [
   "tokuhirom ",
   "mattn ",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-TCP-2.01/META.yml new/Test-TCP-2.02/META.yml
--- old/Test-TCP-2.01/META.yml  2013-09-22 06:14:24.0 +0200
+++ new/Test-TCP-2.02/META.yml  2013-10-30 04:23:09.0 +0100
@@ -11,7 +11,7 @@
   CPAN::Meta::Prereqs: 0
   Module::Build: 0.38
 dynamic_config: 0
-generated_by: 'Minilla/v0.4.5, CPAN::Meta::Converter version 2.131490'
+generated_by: 'Minilla/v0.7.5, CPAN::Meta::Converter version 2.132510'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -26,12 +26,13 @@
 - eg
 - examples
 - author
+- builder
 provides:
   Net::EmptyPort:
 file: lib/Net/EmptyPort.pm
   Test::TCP:
 file: lib/Test/TCP.pm
-version: 2.01
+version: 2.02
   Test::TCP::CheckPort:
 file: lib/Test/TCP/CheckPort.pm
 requires:
@@ -44,7 +45,7 @@
   bugtracker: https://github.com/tokuhirom/Test-TCP/issues
   homepage: https://github.com/tokuhirom/Test-TCP
   repository: git://github.com/tokuhiro

commit perl-ExtUtils-InstallPaths for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-ExtUtils-InstallPaths for 
openSUSE:Factory checked in at 2013-11-26 14:41:00

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


Package is "perl-ExtUtils-InstallPaths"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-InstallPaths/perl-ExtUtils-InstallPaths.changes
2013-06-06 15:04:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-InstallPaths.new/perl-ExtUtils-InstallPaths.changes
   2013-11-26 14:41:01.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 25 07:38:15 UTC 2013 - co...@suse.com
+
+- updated to 0.010
+  Deprecated usage of legacy configuration variables
+  Generate default paths more dynamically
+
+---

Old:

  ExtUtils-InstallPaths-0.009.tar.gz

New:

  ExtUtils-InstallPaths-0.010.tar.gz



Other differences:
--
++ perl-ExtUtils-InstallPaths.spec ++
--- /var/tmp/diff_new_pack.t09Hsw/_old  2013-11-26 14:41:02.0 +0100
+++ /var/tmp/diff_new_pack.t09Hsw/_new  2013-11-26 14:41:02.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-ExtUtils-InstallPaths
-Version:0.009
+Version:0.010
 Release:0
 %define cpan_name ExtUtils-InstallPaths
 Summary:Build.PL install path logic made easy

++ ExtUtils-InstallPaths-0.009.tar.gz -> ExtUtils-InstallPaths-0.010.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-InstallPaths-0.009/Changes 
new/ExtUtils-InstallPaths-0.010/Changes
--- old/ExtUtils-InstallPaths-0.009/Changes 2012-12-07 00:05:03.0 
+0100
+++ new/ExtUtils-InstallPaths-0.010/Changes 2013-10-29 12:17:28.0 
+0100
@@ -1,5 +1,9 @@
 Revision history for ExtUtils-InstallPaths
 
+0.010 2013-10-29 12:17:18 Europe/Amsterdam
+  Deprecated usage of legacy configuration variables
+  Generate default paths more dynamically
+
 0.009 2012-12-07 00:04:52 Europe/Amsterdam
   Add relative path checkers to relpaths arguments
   Rewrote merging algorithm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-InstallPaths-0.009/META.json 
new/ExtUtils-InstallPaths-0.010/META.json
--- old/ExtUtils-InstallPaths-0.009/META.json   2012-12-07 00:05:03.0 
+0100
+++ new/ExtUtils-InstallPaths-0.010/META.json   2013-10-29 12:17:28.0 
+0100
@@ -5,7 +5,7 @@
   "Leon Timmermans "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.300021, CPAN::Meta::Converter 
version 2.120921",
+   "generated_by" : "Dist::Zilla version 4.300039, CPAN::Meta::Converter 
version 2.132830",
"license" : [
   "perl_5"
],
@@ -20,26 +20,40 @@
 "ExtUtils::MakeMaker" : "6.30"
  }
   },
+  "develop" : {
+ "requires" : {
+"Pod::Coverage::TrustPod" : "0",
+"Test::Pod" : "1.41",
+"Test::Pod::Coverage" : "1.08"
+ }
+  },
   "runtime" : {
  "requires" : {
 "Carp" : "0",
 "ExtUtils::Config" : "0.002",
 "File::Spec" : "0",
-"perl" : "5.006",
+"perl" : "5.008001",
 "strict" : "0",
 "warnings" : "0"
  }
   },
   "test" : {
  "requires" : {
-"Config" : "0",
-"File::Find" : "0",
+"File::Spec" : "0",
 "File::Spec::Functions" : "0",
 "File::Temp" : "0",
+"IO::Handle" : "0",
+"IPC::Open3" : "0",
 "Test::More" : "0"
  }
   }
},
+   "provides" : {
+  "ExtUtils::InstallPaths" : {
+ "file" : "lib/ExtUtils/InstallPaths.pm",
+ "version" : "0.010"
+  }
+   },
"release_status" : "stable",
"resources" : {
   "bugtracker" : {
@@ -49,9 +63,9 @@
   "repository" : {
  "type" : "git",
  "url" : "git://github.com/Leont/extutils-installpaths.git",
- "web" : "http://github.com/Leont/extutils-installpaths";
+ "web" : "https://github.com/Leont/extutils-installpaths";
   }
},
-   "version" : "0.009"
+   "version" : "0.010"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-InstallPaths-0.009/META.yml 
new/ExtUtils-InstallPaths-0.010/META.yml
--- old/ExtUtils-InstallPaths-0.009/META.yml2012-12-07 00:05:03.0 
+0100
+++ new/ExtUtils-InstallPaths-0.010/META.yml2013-10-29 12:17:28.0 
+0100
@@ -4,28 +4,33 @@
   - 'Ken Williams '
   - 'Leon Timme

commit perl-String-Flogger for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-String-Flogger for 
openSUSE:Factory checked in at 2013-11-26 14:41:51

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  
2013-06-06 13:28:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-String-Flogger.new/perl-String-Flogger.changes 
2013-11-26 14:41:53.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 26 07:30:51 UTC 2013 - co...@suse.com
+
+- updated to 1.101244
+   update bugtracker and repo
+
+---

Old:

  String-Flogger-1.101243.tar.gz

New:

  String-Flogger-1.101244.tar.gz



Other differences:
--
++ perl-String-Flogger.spec ++
--- /var/tmp/diff_new_pack.3aNuXr/_old  2013-11-26 14:41:53.0 +0100
+++ /var/tmp/diff_new_pack.3aNuXr/_new  2013-11-26 14:41:53.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-String-Flogger
-Version:1.101243
+Version:1.101244
 Release:0
 %define cpan_name String-Flogger
 Summary:string munging for loggers

++ String-Flogger-1.101243.tar.gz -> String-Flogger-1.101244.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-Flogger-1.101243/Changes 
new/String-Flogger-1.101244/Changes
--- old/String-Flogger-1.101243/Changes 2013-01-31 17:42:30.0 +0100
+++ new/String-Flogger-1.101244/Changes 2013-10-16 04:35:37.0 +0200
@@ -1,5 +1,8 @@
 Revision history for String-Flogger
 
+1.101244  2013-10-15 22:35:34 America/New_York
+  update bugtracker and repo
+
 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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-Flogger-1.101243/META.json 
new/String-Flogger-1.101244/META.json
--- old/String-Flogger-1.101243/META.json   2013-01-31 17:42:30.0 
+0100
+++ new/String-Flogger-1.101244/META.json   2013-10-16 04:35:37.0 
+0200
@@ -4,7 +4,7 @@
   "Ricardo SIGNES "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.300030, CPAN::Meta::Converter 
version 2.120921",
+   "generated_by" : "Dist::Zilla version 4.300039, CPAN::Meta::Converter 
version 2.132830",
"license" : [
   "perl_5"
],
@@ -38,8 +38,9 @@
   },
   "test" : {
  "requires" : {
-"File::Find" : "0",
-"File::Temp" : "0",
+"File::Spec" : "0",
+"IO::Handle" : "0",
+"IPC::Open3" : "0",
 "Test::More" : "0.96"
  }
   }
@@ -47,125 +48,135 @@
"release_status" : "stable",
"resources" : {
   "bugtracker" : {
- "web" : "https://github.com/rjbs/string-flogger/issues";
+ "web" : "https://github.com/rjbs/String-Flogger/issues";
   },
-  "homepage" : "https://github.com/rjbs/string-flogger";,
+  "homepage" : "https://github.com/rjbs/String-Flogger";,
   "repository" : {
  "type" : "git",
- "url" : "https://github.com/rjbs/string-flogger.git";,
- "web" : "https://github.com/rjbs/string-flogger";
+ "url" : "https://github.com/rjbs/String-Flogger.git";,
+ "web" : "https://github.com/rjbs/String-Flogger";
   }
},
-   "version" : "1.101243",
+   "version" : "1.101244",
"x_Dist_Zilla" : {
   "perl" : {
- "version" : "5.017008"
+ "version" : "5.019004"
   },
   "plugins" : [
  {
 "class" : "Dist::Zilla::Plugin::Git::GatherDir",
 "name" : "@RJBS/Git::GatherDir",
-"version" : "2.007"
+"version" : "2.014"
  },
  {
 "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
 "name" : "@RJBS/CheckPrereqsIndexed",
-"version" : "0.008"
+"version" : "0.009"
  },
  {
 "class" : "Dist::Zilla::Plugin::CheckExtraTests",
 "name" : "@RJBS/CheckExtraTests",
+"version" : "0.011"
+ },
+ {
+"class" : "Dist::Zilla::Plugin::PromptIfStale",
+"name" : "@RJBS/RJBS-Outdated",
+"version" : "0.008"
+ },
+ {
+"class" : "Dist::Zilla::Plugin::PromptIfStale",
+"name" : "@RJBS/CPAN-Outdated",
 "version" : "0.008"
  },
  {
 "class" : "Dist::Zilla::Plugin::PruneCruft",
 "name" : "@R

commit perl-Plack for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Plack for openSUSE:Factory 
checked in at 2013-11-26 14:41:11

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


Package is "perl-Plack"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Plack/perl-Plack.changes2013-10-21 
15:14:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Plack.new/perl-Plack.changes   
2013-11-26 14:41:12.0 +0100
@@ -1,0 +2,15 @@
+Mon Nov 25 07:39:46 UTC 2013 - co...@suse.com
+
+- updated to 1.0030
+   [IMPROVEMENTS]
+   - Middleware::LogDispatch stringifies objects (oalders) #427
+   - Encode wide character strings as UTF-8 in HTTP::Server::PSGI #429
+   - Optimize Plack::Response->finalize performance (kazeburo) #433
+   - Optimize mount() performance in Plack::App::URLMap
+
+   [BUG FIXES]
+   - ErrorDocument: remove Content-Encoding and Transfer-Encoding 
(kazeburo) #430
+   - Fix harakiri test hang on win32 (wchristian) #431
+   - Handler::FCGI: Restore --keep-stderr option (mauzo) #432
+
+---

Old:

  Plack-1.0029.tar.gz

New:

  Plack-1.0030.tar.gz



Other differences:
--
++ perl-Plack.spec ++
--- /var/tmp/diff_new_pack.VWEhKG/_old  2013-11-26 14:41:13.0 +0100
+++ /var/tmp/diff_new_pack.VWEhKG/_new  2013-11-26 14:41:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Plack
-Version:1.0029
+Version:1.0030
 Release:0
 %define cpan_name Plack
 Summary:Perl Superglue for Web frameworks and Web Servers (PSGI 
toolkit)

++ Plack-1.0029.tar.gz -> Plack-1.0030.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Plack-1.0029/Changes new/Plack-1.0030/Changes
--- old/Plack-1.0029/Changes2013-08-22 23:05:49.0 +0200
+++ new/Plack-1.0030/Changes2013-11-23 08:54:05.0 +0100
@@ -1,5 +1,17 @@
 Go to http://github.com/plack/Plack/issues for the roadmap and known issues.
 
+1.0030  2013-11-23 08:54:01 CET
+[IMPROVEMENTS]
+- Middleware::LogDispatch stringifies objects (oalders) #427
+- Encode wide character strings as UTF-8 in HTTP::Server::PSGI #429
+- Optimize Plack::Response->finalize performance (kazeburo) #433
+- Optimize mount() performance in Plack::App::URLMap
+
+[BUG FIXES]
+- ErrorDocument: remove Content-Encoding and Transfer-Encoding 
(kazeburo) #430
+- Fix harakiri test hang on win32 (wchristian) #431
+- Handler::FCGI: Restore --keep-stderr option (mauzo) #432
+
 1.0029  2013-08-22 14:05:44 PDT
 [NEW FEATURES]
 - Plack::Test now has a simpler object-oriented interface that doesn't
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Plack-1.0029/META.json new/Plack-1.0030/META.json
--- old/Plack-1.0029/META.json  2013-08-22 23:05:49.0 +0200
+++ new/Plack-1.0030/META.json  2013-11-23 08:54:05.0 +0100
@@ -4,7 +4,7 @@
   "Tatsuhiko Miyagawa"
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Milla version v1.0.3, Dist::Zilla version 4.300035, 
CPAN::Meta::Converter version 2.132140",
+   "generated_by" : "Dist::Milla version v1.0.4, Dist::Zilla version 5.006, 
CPAN::Meta::Converter version 2.132830",
"license" : [
   "perl_5"
],
@@ -95,7 +95,7 @@
  "web" : "https://github.com/plack/Plack";
   }
},
-   "version" : "1.0029",
+   "version" : "1.0030",
"x_authority" : "cpan:MIYAGAWA",
"x_contributors" : [
   "Aaron Trevena ",
@@ -105,6 +105,7 @@
   "Andy Wardley ",
   "Aristotle Pagaltzis ",
   "Ask Bj\u00f8rn Hansen ",
+  "Ben Morrow ",
   "Bernhard Graf ",
   "Chia-liang Kao ",
   "Christian Walde ",
@@ -145,6 +146,7 @@
   "Michael G. Schwern ",
   "Nick Wellnhofer ",
   "Nobuo Danjou ",
+  "Olaf Alders ",
   "Oliver Gorwits ",
   "Oliver Paukstadt ",
   "Olivier Mengu\u00e9 ",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Plack-1.0029/META.yml new/Plack-1.0030/META.yml
--- old/Plack-1.0029/META.yml   2013-08-22 23:05:49.0 +0200
+++ new/Plack-1.0030/META.yml   2013-11-23 08:54:05.0 +0100
@@ -9,7 +9,7 @@
   ExtUtils::MakeMaker: 6.30
   File::ShareDir::Install: 0.03
 dynamic_config: 0
-generated_by: 'Dist::Milla version v1.0.3, Dist::Zilla version 4.300035, 
CPAN::Meta::Converter version 2.132140'
+generated_by: 'Dist::Milla version v1.0.4, Dist::Zilla version 5.006, 
CPAN::Meta::Converter version 2.132830'
 license: perl
 meta-spec:
   url: http://module-build.source

commit libkscreen for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package libkscreen for openSUSE:Factory 
checked in at 2013-11-26 14:40:36

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


Package is "libkscreen"

Changes:

--- /work/SRC/openSUSE:Factory/libkscreen/libkscreen.changes2013-09-16 
16:12:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkscreen.new/libkscreen.changes   
2013-11-26 14:40:37.0 +0100
@@ -1,0 +2,8 @@
+Thu Nov 21 23:15:12 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 1.0.2:
+  * Bugfix release, no changelog provided
+- Dropped refresh-modes-when-currentModeId-points-to-unknown-mode.patch,
+  merged upstream
+
+---

Old:

  libkscreen-1.0.1.tar.bz2
  refresh-modes-when-currentModeId-points-to-unknown-mode.patch

New:

  libkscreen-1.0.2.tar.xz



Other differences:
--
++ libkscreen.spec ++
--- /var/tmp/diff_new_pack.2p4ZOv/_old  2013-11-26 14:40:37.0 +0100
+++ /var/tmp/diff_new_pack.2p4ZOv/_new  2013-11-26 14:40:37.0 +0100
@@ -19,15 +19,13 @@
 #
 %define soversion 1
 Name:   libkscreen
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:KDE's screen management library
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/%{name}/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM 
refresh-modes-when-currentModeId-points-to-unknown-mode.patch bnc#840446 
kde#324625
-Patch0: refresh-modes-when-currentModeId-points-to-unknown-mode.patch
+Source: 
http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
 BuildRequires:  libkde4-devel >= 4.7.0
 BuildRequires:  libqjson-devel >= 0.8.1
 BuildRequires:  pkgconfig(xcb)
@@ -57,7 +55,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
   %cmake_kde4 -d build

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



commit libModemManagerQt for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package libModemManagerQt for 
openSUSE:Factory checked in at 2013-11-26 14:40:41

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


Package is "libModemManagerQt"

Changes:

--- /work/SRC/openSUSE:Factory/libModemManagerQt/libModemManagerQt.changes  
2013-09-16 10:05:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.libModemManagerQt.new/libModemManagerQt.changes 
2013-11-26 14:40:42.0 +0100
@@ -1,0 +2,8 @@
+Mon Nov 25 23:37:21 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 1.0.0
+  * Added full ModemManager 0.8+ support
+- Added pkgconfig(ModemManager) >= 0.8 (Build)Requires
+- Added non-void.diff, for resolving error detected by post-build-checks
+
+---

Old:

  libmm-qt-0.5.1.tar.xz

New:

  libmm-qt-1.0.0.tar.xz
  non-void.diff



Other differences:
--
++ libModemManagerQt.spec ++
--- /var/tmp/diff_new_pack.NQnL8n/_old  2013-11-26 14:40:43.0 +0100
+++ /var/tmp/diff_new_pack.NQnL8n/_new  2013-11-26 14:40:43.0 +0100
@@ -20,15 +20,18 @@
 %define soversion 0
 
 Name:   libModemManagerQt
-Version:0.5.1
+Version:1.0.0
 Release:0
 Summary:Qt wrapper for ModemManager DBus API
 License:LGPL-2.1 or LGPL-3.0
 Group:  System/GUI/KDE
-Source0:
http://download.kde.org/unstable/modemmanager-qt/0.5.1/src/libmm-qt-%{version}.tar.xz
+Source0:
http://download.kde.org/unstable/modemmanager-qt/%{version}/src/libmm-qt-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM non-void.diff -- bad coding style is bad
+Patch0: non-void.diff
 BuildRequires:  cmake
 BuildRequires:  kde4-filesystem
 BuildRequires:  libqt4-devel
+BuildRequires:  pkgconfig(ModemManager) >= 0.8
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -38,6 +41,7 @@
 Summary:Development package for the libmm-qt library
 Group:  Development/Libraries/KDE
 Requires:   libModemManagerQt%{soversion} = %{version}
+Requires:   pkgconfig(ModemManager) >= 0.8
 
 %description devel
 Qt wrapper for ModemManager DBus API.
@@ -51,6 +55,7 @@
 
 %prep
 %setup -q -n libmm-qt-%{version}
+%patch0 -p0
 
 %build
   %cmake_kde4 -d build

++ libmm-qt-0.5.1.tar.xz -> libmm-qt-1.0.0.tar.xz ++
 17536 lines of diff (skipped)

++ non-void.diff ++
diff -urNB libmm-qt-0.5.50/modem.cpp new/modem.cpp
--- modem.cpp   2013-10-07 16:46:47.622051254 +0200
+++ modem.cpp   2013-10-07 16:57:04.548203444 +0200
@@ -168,7 +168,7 @@
 QString ModemManager::Modem::command(const QString &cmd, uint timeout)
 {
 Q_D(Modem);
-d->modemIface.Command(cmd, timeout);
+return d->modemIface.Command(cmd, timeout);
 }
 
 QString ModemManager::Modem::simPath() const
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libNetworkManagerQt for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package libNetworkManagerQt for 
openSUSE:Factory checked in at 2013-11-26 14:40:52

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


Package is "libNetworkManagerQt"

Changes:

--- /work/SRC/openSUSE:Factory/libNetworkManagerQt/libNetworkManagerQt.changes  
2013-10-17 17:40:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libNetworkManagerQt.new/libNetworkManagerQt.changes 
2013-11-26 14:40:53.0 +0100
@@ -1,0 +2,8 @@
+Mon Nov 25 23:55:30 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 0.9.8.0
+  * Added integration with ModemManager >= 0.8
+- Changed NetworkManager (Build)Requires to >= 0.9.8.0
+- Explicitly disable build of tests
+
+---

Old:

  libnm-qt-0.9.0.1.tar.xz

New:

  libnm-qt-0.9.8.0.tar.xz



Other differences:
--
++ libNetworkManagerQt.spec ++
--- /var/tmp/diff_new_pack.X3SwGl/_old  2013-11-26 14:40:54.0 +0100
+++ /var/tmp/diff_new_pack.X3SwGl/_new  2013-11-26 14:40:54.0 +0100
@@ -20,7 +20,7 @@
 %define soversion 0
 
 Name:   libNetworkManagerQt
-Version:0.9.0.1
+Version:0.9.8.0
 Release:0
 Summary:A qt wrapper around the NetworkManager libraries
 License:LGPL-2.1 or LGPL-3.0
@@ -28,7 +28,7 @@
 Source0:libnm-qt-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM fix-no-return-in-nonvoid-function.patch -- fixes 
no-return-in-nonvoid-function error detected by post-build-checks
 Patch0: fix-no-return-in-nonvoid-function.patch
-BuildRequires:  NetworkManager-devel > 0.9.8.0
+BuildRequires:  NetworkManager-devel >= 0.9.8.0
 BuildRequires:  cmake
 BuildRequires:  kde4-filesystem
 BuildRequires:  libModemManagerQt-devel
@@ -50,6 +50,7 @@
 %package -n libNetworkManagerQt%{soversion}
 Summary:Qt Wrapper for NetworkManager libraries
 Group:  Development/Libraries/KDE
+Requires:   NetworkManager >= 0.9.8.0
 
 %description -n libNetworkManagerQt%{soversion}
 A qt wrapper around the NetworkManager libraries
@@ -59,7 +60,7 @@
 %patch0 -p1
 
 %build
-  %cmake_kde4 -d build
+  %cmake_kde4 -d build -- -DDISABLE_TESTING=ON
   %make_jobs
 
 %install

++ libnm-qt-0.9.0.1.tar.xz -> libnm-qt-0.9.8.0.tar.xz ++
 4317 lines of diff (skipped)

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



commit apparmor for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2013-11-26 14:40:15

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


Package is "apparmor"

Changes:

--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes2013-11-15 
13:12:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2013-11-26 
14:40:16.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 25 23:44:40 UTC 2013 - opens...@cboltz.de
+
+- add apparmor-abstractions-ssl_certs.diff to allow access to 
+  certificates in /var/lib/ca-certificates/ (bnc#852018)
+
+---

New:

  apparmor-abstractions-ssl_certs.diff



Other differences:
--
++ apparmor.spec ++
--- /var/tmp/diff_new_pack.iZYQkp/_old  2013-11-26 14:40:17.0 +0100
+++ /var/tmp/diff_new_pack.iZYQkp/_new  2013-11-26 14:40:17.0 +0100
@@ -109,7 +109,7 @@
 # fix aa-unconfined to work with all languages (commited upstream trunk r2190, 
2.8 r2094)
 Patch10:apparmor-unconfined-lang-r2094.diff
 
-# various permissions needed for Samba 4.1 - bnc#845867 bnc#846054 (not 
commited upstream yet)
+# various permissions needed for Samba 4.1 - bnc#845867 bnc#846054 - commited 
upstream trunk r2104, 2.8 branch r2254
 Patch11:apparmor-profiles-samba4.diff
 
 # Add support for eDirectory calls in abstractions/nameservice. Not accepted 
upstream (yet) because of open questions
@@ -121,6 +121,9 @@
 # ntpd - add missing permissions for drift file at yet another location - 
bnc#850374 - commited upstream trunk r2252, 2.8 branch r2103
 Patch14:apparmor-profiles-ntpd-r2103.diff
 
+# abstractions/ssl_certs - add /var/lib/ca-certificates/ - bnc#852018 - 
commited upstream trunk r2255, 2.8 branch r2105
+Patch15:apparmor-abstractions-ssl_certs.diff
+
 # create Immunix::SubDomain perl module - only included for openSUSE <= 12.1 - 
bnc#720617 #c7
 Patch21:apparmor-utils-subdomain-compat
 
@@ -483,7 +486,7 @@
 %{?gpg_verify:  %gpg_verify %{S:1}  }
 %setup -q
 %patch1 -p1
-%patch2 -p0
+%patch2
 %patch3
 %patch4
 %patch5 -p1
@@ -496,6 +499,7 @@
 %patch12 -p1
 %patch13
 %patch14
+%patch15
 
 # only create Immunix::SubDomain perl module for openSUSE <= 12.1 
 %if 0%{?suse_version}


++ apparmor-abstractions-ssl_certs.diff ++
=== modified file 'profiles/apparmor.d/abstractions/ssl_certs'
--- profiles/apparmor.d/abstractions/ssl_certs  2011-08-08 20:22:03 +
+++ profiles/apparmor.d/abstractions/ssl_certs  2013-11-25 23:40:53 +
@@ -17,3 +17,5 @@
   /usr/share/ssl/certs/ca-bundle.crt  r,
   /usr/local/share/ca-certificates/ r,
   /usr/local/share/ca-certificates/** r,
+  /var/lib/ca-certificates/ r,
+  /var/lib/ca-certificates/** r,


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