commit alsa for openSUSE:Factory

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package alsa for openSUSE:Factory checked in 
at 2014-03-19 08:01:49

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


Package is alsa

Changes:

--- /work/SRC/openSUSE:Factory/alsa/alsa.changes2014-03-16 
08:04:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa.new/alsa.changes   2014-03-19 
08:01:50.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 18 15:31:12 CET 2014 - ti...@suse.de
+
+- Fix the silent output with PulseAudio (bnc#868795)
+  0037-pcm-route-Don-t-handle-no-matching-chmap-as-a-seriou.patch 
+
+---

New:

  0037-pcm-route-Don-t-handle-no-matching-chmap-as-a-seriou.patch



Other differences:
--
++ alsa.spec ++
--- /var/tmp/diff_new_pack.xOD7SE/_old  2014-03-19 08:01:51.0 +0100
+++ /var/tmp/diff_new_pack.xOD7SE/_new  2014-03-19 08:01:51.0 +0100
@@ -88,6 +88,7 @@
 Patch34:0034-conf-Allow-2.1-surround-to-use-different-number-of-c.patch
 Patch35:0035-pcm-Wrap-hw_ptr-to-boundary-in-pcm_ioplug.patch
 Patch36:0036-src-conf-cards-Add-missing-entry-for-Loopback.conf.patch
+Patch37:0037-pcm-route-Don-t-handle-no-matching-chmap-as-a-seriou.patch
 # rest suse patches
 Patch99:alsa-lib-doxygen-avoid-crash-for-11.3.diff
 BuildRequires:  doxygen
@@ -193,6 +194,7 @@
 %patch34 -p1
 %patch35 -p1
 %patch36 -p1
+%patch37 -p1
 %if 0%{?suse_version} == 1130
 %patch99 -p1
 %endif

++ 0037-pcm-route-Don-t-handle-no-matching-chmap-as-a-seriou.patch ++
From 5b72e3d5305930bffc300aa4f2545ba95992c144 Mon Sep 17 00:00:00 2001
From: Takashi Iwai ti...@suse.de
Date: Tue, 18 Mar 2014 15:23:09 +0100
Subject: [PATCH] pcm: route: Don't handle no matching chmap as a serious error

When find_matching_chmap() returns an error for the non-matching
chmap, the caller, snd_pcm_route_open(), also returns an error
although it shouldn't be handled as the fatal error.  This results in
the probe error with PulseAudio and it gives no real output in the
end.

Signed-off-by: Takashi Iwai ti...@suse.de
---
 src/pcm/pcm_route.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/pcm/pcm_route.c b/src/pcm/pcm_route.c
index ab17fa78be2c..ac11bdc8adfd 100644
--- a/src/pcm/pcm_route.c
+++ b/src/pcm/pcm_route.c
@@ -940,10 +940,8 @@ static int find_matching_chmap(snd_pcm_t *spcm, 
snd_pcm_chmap_t *tt_chmap,
 
snd_pcm_free_chmaps(chmaps);
 
-   if (*found_chmap == NULL) {
+   if (*found_chmap == NULL)
SNDERR(Found no matching channel map);
-   return -EINVAL;
-   }
return 0;
 }
 
-- 
1.9.0




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



commit perl-DBM-Deep for openSUSE:Factory

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-DBM-Deep for openSUSE:Factory 
checked in at 2014-03-19 08:02:08

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


Package is perl-DBM-Deep

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBM-Deep/perl-DBM-Deep.changes  
2014-01-07 14:37:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBM-Deep.new/perl-DBM-Deep.changes 
2014-03-19 08:02:09.0 +0100
@@ -1,0 +2,11 @@
+Mon Mar 17 08:29:24 UTC 2014 - co...@suse.com
+
+- fix spec file to build
+
+---
+Sun Jan 26 16:51:56 UTC 2014 - l...@linux-schulserver.de
+
+- update to 2.0011
+  + POD fixes by H. Merijn Brandt (The X tag - Thanks!)
+
+---

Old:

  DBM-Deep-2.0010.tar.gz

New:

  DBM-Deep-2.0011.tar.gz



Other differences:
--
++ perl-DBM-Deep.spec ++
--- /var/tmp/diff_new_pack.YC6dwb/_old  2014-03-19 08:02:09.0 +0100
+++ /var/tmp/diff_new_pack.YC6dwb/_new  2014-03-19 08:02:09.0 +0100
@@ -16,59 +16,28 @@
 #
 
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
-#
-
 Name:   perl-DBM-Deep
-Version:2.0010
+Version:2.0011
 Release:0
 %define cpan_name DBM-Deep
 Summary:A pure perl multi-level hash/array DBM that supports 
transactions
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/DBM-Deep/lib/DBM/Deep.pod
+Url:http://search.cpan.org/dist/DBM-Deep/
 Source: 
http://www.cpan.org/authors/id/R/RK/RKINYON/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build) = 0.40
+BuildRequires:  perl(Module::Build) = 0.4200
 BuildRequires:  perl(Test::Deep) = 0.095
 BuildRequires:  perl(Test::Exception) = 0.21
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Warn) = 0.08
-#BuildRequires: perl(Clone)
-#BuildRequires: perl(DBI)
-#BuildRequires: perl(DBM::Deep)
-#BuildRequires: perl(DBM::Deep::09830)
-#BuildRequires: perl(DBM::Deep::10002)
-#BuildRequires: perl(DBM::Deep::Array)
-#BuildRequires: perl(DBM::Deep::Engine)
-#BuildRequires: perl(DBM::Deep::Hash)
-#BuildRequires: perl(DBM::Deep::Iterator)
-#BuildRequires: perl(DBM::Deep::Iterator::File::BucketList)
-#BuildRequires: perl(DBM::Deep::Iterator::File::Index)
-#BuildRequires: perl(DBM::Deep::Null)
-#BuildRequires: perl(DBM::Deep::Sector)
-#BuildRequires: perl(DBM::Deep::Sector::DBI)
-#BuildRequires: perl(DBM::Deep::Sector::DBI::Reference)
-#BuildRequires: perl(DBM::Deep::Sector::DBI::Scalar)
-#BuildRequires: perl(DBM::Deep::Sector::File)
-#BuildRequires: perl(DBM::Deep::Sector::File::BucketList)
-#BuildRequires: perl(DBM::Deep::Sector::File::Data)
-#BuildRequires: perl(DBM::Deep::Sector::File::Index)
-#BuildRequires: perl(DBM::Deep::Sector::File::Null)
-#BuildRequires: perl(DBM::Deep::Sector::File::Reference)
-#BuildRequires: perl(DBM::Deep::Sector::File::Scalar)
-#BuildRequires: perl(DBM::Deep::Storage)
-#BuildRequires: perl(DBM::Deep::Storage::DBI)
-#BuildRequires: perl(DBM::Deep::Storage::File)
-#BuildRequires: perl(DBM::Deep::Storage::Test)
-#BuildRequires: perl(FileHandle::Fmode)
-#BuildRequires: perl(Hash::Util::FieldHash)
-#BuildRequires: perl(Pod::Simple)
-#BuildRequires: perl(t::common)
 %{perl_requires}
+# MANUAL
+BuildRequires:  perl(DBD::SQLite)
+BuildRequires:  perl(DBD::mysql)
 
 %description
 A unique flat-file database module, written in pure perl. True multi-level

++ DBM-Deep-2.0010.tar.gz - DBM-Deep-2.0011.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0010/Changes new/DBM-Deep-2.0011/Changes
--- old/DBM-Deep-2.0010/Changes 2013-11-11 15:38:10.0 +0100
+++ new/DBM-Deep-2.0011/Changes 2014-01-13 03:05:20.0 +0100
@@ -1,5 +1,8 @@
 Revision history for DBM::Deep (ordered by revision number).
 
+2.0011 Jan 12 16:00:00 2013 PDT
+- POD fixes by H. Merijn Brandt (The X tag - Thanks!)
+
 2.0009 Jun 30 13:00:00 2013 PDT
 - Can push undefined values onto arrays.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0010/META.json 
new/DBM-Deep-2.0011/META.json
--- old/DBM-Deep-2.0010/META.json   2013-11-11 15:38:10.0 +0100
+++ new/DBM-Deep-2.0011/META.json   2014-01-13 03:05:20.0 +0100
@@ -1,10 +1,8 @@
 {
abstract : A pure perl multi-level hash/array DBM that supports 

commit perl-Devel-Cover for openSUSE:Factory

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2014-03-19 08:02:22

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


Package is perl-Devel-Cover

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Cover/perl-Devel-Cover.changes
2013-09-13 14:44:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2014-03-19 08:02:23.0 +0100
@@ -1,0 +2,11 @@
+Mon Mar 17 08:29:34 UTC 2014 - co...@suse.com
+
+- updated to 1.09
+ - Add Contributors file.
+ - Test against 5.19.4 - 5.19.9.
+ - Officially support 5.18.2.
+ - Fix shortcircuiting conditional operators for blead changes
+   (Matthew Horsfall) (rt 90591) (github 75, 80).
+ - Fix tab expansion in HTML report (H.Merijn Brand) (github 83).
+
+---

Old:

  Devel-Cover-1.08.tar.gz

New:

  Devel-Cover-1.09.tar.gz



Other differences:
--
++ perl-Devel-Cover.spec ++
--- /var/tmp/diff_new_pack.OQ1G45/_old  2014-03-19 08:02:23.0 +0100
+++ /var/tmp/diff_new_pack.OQ1G45/_new  2014-03-19 08:02:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Cover
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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-Devel-Cover
-Version:1.08
+Version:1.09
 Release:0
 %define cpan_name Devel-Cover
 Summary:Code coverage metrics for Perl
@@ -29,38 +29,6 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::Warn)
-#BuildRequires: perl(Browser::Open)
-#BuildRequires: perl(DC::Test::Dist)
-#BuildRequires: perl(DC::Test::Dist::M1)
-#BuildRequires: perl(Devel::Cover)
-#BuildRequires: perl(Devel::Cover::Branch)
-#BuildRequires: perl(Devel::Cover::Condition)
-#BuildRequires: perl(Devel::Cover::Condition_and_2)
-#BuildRequires: perl(Devel::Cover::Condition_and_3)
-#BuildRequires: perl(Devel::Cover::Condition_or_2)
-#BuildRequires: perl(Devel::Cover::Condition_or_3)
-#BuildRequires: perl(Devel::Cover::Condition_xor_4)
-#BuildRequires: perl(Devel::Cover::Criterion)
-#BuildRequires: perl(Devel::Cover::DB)
-#BuildRequires: perl(Devel::Cover::DB::Digests)
-#BuildRequires: perl(Devel::Cover::DB::File)
-#BuildRequires: perl(Devel::Cover::DB::IO)
-#BuildRequires: perl(Devel::Cover::DB::Structure)
-#BuildRequires: perl(Devel::Cover::Dumper)
-#BuildRequires: perl(Devel::Cover::Html_Common)
-#BuildRequires: perl(Devel::Cover::Inc)
-#BuildRequires: perl(Devel::Cover::Pod)
-#BuildRequires: perl(Devel::Cover::Report::Html_minimal)
-#BuildRequires: perl(Devel::Cover::Statement)
-#BuildRequires: perl(Devel::Cover::Subroutine)
-#BuildRequires: perl(Devel::Cover::Test)
-#BuildRequires: perl(Devel::Cover::Time)
-#BuildRequires: perl(Devel::Cover::Truth_Table)
-#BuildRequires: perl(Devel::Cover::Util)
-#BuildRequires: perl(Devel::Cover::Web)
-#BuildRequires: perl(Module1)
-#BuildRequires: perl(Template) = 2.00
-#BuildRequires: perl(Template::Provider)
 Requires:   perl(Test::Warn)
 Recommends: perl(Browser::Open)
 Recommends: perl(JSON::PP)
@@ -141,6 +109,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes docs README tests utils
+%doc Changes Contributors docs README tests utils
 
 %changelog

++ Devel-Cover-1.08.tar.gz - Devel-Cover-1.09.tar.gz ++
 4957 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-Version for openSUSE:Factory

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-Perl-Version for 
openSUSE:Factory checked in at 2014-03-19 08:02:28

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


Package is perl-Perl-Version

Changes:

--- /work/SRC/openSUSE:Factory/perl-Perl-Version/perl-Perl-Version.changes  
2011-09-23 12:38:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Perl-Version.new/perl-Perl-Version.changes 
2014-03-19 08:02:30.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 17 08:29:25 UTC 2014 - co...@suse.com
+
+- updated to 1.013
+ Remove File::Slurp, which has a critical security issue (RT 92974)
+
+---

Old:

  Perl-Version-1.011.tar.gz

New:

  Perl-Version-1.013.tar.gz



Other differences:
--
++ perl-Perl-Version.spec ++
--- /var/tmp/diff_new_pack.uGpR7o/_old  2014-03-19 08:02:30.0 +0100
+++ /var/tmp/diff_new_pack.uGpR7o/_new  2014-03-19 08:02:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Perl-Version
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,21 @@
 #
 
 
-
 Name:   perl-Perl-Version
-Version:1.011
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.013
+Release:0
 %define cpan_name Perl-Version
 Summary:Parse and manipulate Perl version strings
-Url:http://search.cpan.org/dist/Perl-Version/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://www.cpan.org/authors/id/A/AN/ANDYA/%{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Perl-Version/
+Source: 
http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Slurp) = .12
-Requires:   perl(File::Slurp) = .12
+BuildRequires:  perl(File::Slurp::Tiny)
+Requires:   perl(File::Slurp::Tiny)
 %{perl_requires}
 
 %description
@@ -107,9 +106,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes examples Notes.txt README

++ Perl-Version-1.011.tar.gz - Perl-Version-1.013.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Version-1.011/Changes 
new/Perl-Version-1.013/Changes
--- old/Perl-Version-1.011/Changes  2011-02-21 22:31:04.0 +0100
+++ new/Perl-Version-1.013/Changes  2014-02-12 21:53:33.0 +0100
@@ -85,3 +85,6 @@
 1.011   2011-02-21
 Remove Build.PL which didn't install perl-reversion.
 
+1.013   2014-02-12
+Remove File::Slurp, which has a critical security issue (RT 92974)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Version-1.011/MANIFEST 
new/Perl-Version-1.013/MANIFEST
--- old/Perl-Version-1.011/MANIFEST 2011-02-21 22:31:19.0 +0100
+++ new/Perl-Version-1.013/MANIFEST 2014-02-12 21:56:36.0 +0100
@@ -14,5 +14,5 @@
 t/manifest.t
 t/pod-coverage.t
 t/pod.t
-META.yml Module meta-data (added by MakeMaker)
-SIGNATUREPublic-key signature (added by 
MakeMaker)
+META.yml Module YAML meta-data (added by 
MakeMaker)
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Version-1.011/META.json 
new/Perl-Version-1.013/META.json
--- old/Perl-Version-1.011/META.json1970-01-01 01:00:00.0 +0100
+++ new/Perl-Version-1.013/META.json2014-02-12 21:56:36.0 +0100
@@ -0,0 +1,47 @@
+{
+   abstract : Parse and manipulate Perl version strings,
+   author : [
+  Andy Armstrong a...@hexten.net
+   ],
+   dynamic_config : 1,
+   generated_by : ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.132830,
+   license : [
+  perl_5
+   ],
+   meta-spec : {
+  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  version : 2
+   },
+   name : Perl-Version,
+   no_index : {
+  directory : [
+ t,
+ inc
+  ]
+   },
+   prereqs : {
+  build : {
+ requires : {
+

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

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-Task-Kensho-Testing for 
openSUSE:Factory checked in at 2014-03-19 08:02:56

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


Package is perl-Task-Kensho-Testing

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Task-Kensho-Testing/perl-Task-Kensho-Testing.changes
2013-06-06 12:28:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Task-Kensho-Testing.new/perl-Task-Kensho-Testing.changes
   2014-03-19 08:02:57.0 +0100
@@ -1,0 +2,48 @@
+Mon Mar 17 08:29:32 UTC 2014 - co...@suse.com
+
+- updated to 0.36
+   - fix pod markup error in main Task::Kensho distribution
+   - module list revisions to CLI, Dates, Toolchain, WebCrawling,
+ WebDev
+ 
+ 0.35  2014-01-30
+   - updated recommendations for Async, CLI, ModuleDev, Scalability,
+ WebDev
+ 
+ 0.34004   2014-01-22 (TRIAL RELEASE)
+   - still more pod and metadata tweaks
+ 
+ 0.34003   2014-01-22 (TRIAL RELEASE)
+   - more pod and metadata tweaks
+ 
+ 0.34002   2014-01-21 (TRIAL RELEASE)
+   - fix mangled abstract in META.*
+   - fixed missing list of recommendations in Task::Kensho pod
+ 
+ 0.34001   2014-01-21 (TRIAL RELEASE)
+   - fix munging of ::Hackery preamble into stopwords
+   - fixed bugtracker metadata (now indicating github issues)
+   - distributions split apart again, with new! and enhanced!
+ Dist::Zilla generation magic
+ 
+ 0.34  2013-08-20 01:27:07Z (TRIAL RELEASE)
+   - distributions reunified under Task-Kensho, and now auto-generated
+ from a master YAML file using Dist::Zilla
+ 
+ 0.33  2012-06-24
+   - Task::Kensho::Testing:
+ - Retired Test::Exception and replaced with Test::Fatal
+ - added Test::Deep, Test::Requires and Test::NoWarnings
+   - Task::Kensho::WebDev: added Plack
+ 
+ 0.32  2012-06-08
+   - Fix reference to Module::CoreList (RT#65948)
+   - Add Plack to Task::Kensho::WebDev
+ 
+ 0.31  2011-04-11
+   - Fix Task::Kensho::Logging version, thanks kent
+ 
+ 0.30  2011-04-11
+   - new group, Task::Kensho::Logging
+
+---

Old:

  Task-Kensho-Testing-0.29.tar.gz

New:

  Task-Kensho-Testing-0.36.tar.gz



Other differences:
--
++ perl-Task-Kensho-Testing.spec ++
--- /var/tmp/diff_new_pack.U520xu/_old  2014-03-19 08:02:57.0 +0100
+++ /var/tmp/diff_new_pack.U520xu/_new  2014-03-19 08:02:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Task-Kensho-Testing
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,10 +17,10 @@
 
 
 Name:   perl-Task-Kensho-Testing
-Version:0.29
+Version:0.36
 Release:0
 %define cpan_name Task-Kensho-Testing
-Summary:A Glimpse at an Enlightened Perl (Testing)
+Summary:A Glimpse at an Enlightened Perl: Testing
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Task-Kensho-Testing/
@@ -30,50 +30,76 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Devel::Cover)
+BuildRequires:  perl(Module::Build::Tiny) = 0.035
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::Memory::Cycle)
 BuildRequires:  perl(Test::Most)
+BuildRequires:  perl(Test::NoWarnings)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Test::Requires)
-#BuildRequires: perl(CPANPLUS::Backend)
-#BuildRequires: perl(inc::Module::Install)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::AutoInstall)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(YAML::Tiny)
-Requires:   perl(Devel::Cover)
-Requires:   perl(Test::Deep)
-Requires:   perl(Test::Fatal)
-Requires:   perl(Test::Most)
-Requires:   perl(Test::Pod)
-Requires:   perl(Test::Pod::Coverage)
-Requires:   perl(Test::Requires)
+BuildRequires:  perl(version)
+Recommends: perl(Devel::Cover)
+Recommends: perl(Test::Deep)
+Recommends: perl(Test::Fatal)
+Recommends: perl(Test::Memory::Cycle)

commit python-pbr for openSUSE:Factory

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package python-pbr for openSUSE:Factory 
checked in at 2014-03-19 08:03:08

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


Package is python-pbr

Changes:

--- /work/SRC/openSUSE:Factory/python-pbr/python-pbr.changes2014-01-23 
15:54:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pbr.new/python-pbr.changes   
2014-03-19 08:03:09.0 +0100
@@ -1,0 +2,19 @@
+Tue Mar 18 14:18:44 UTC 2014 -  speili...@suse.com
+
+- Update to version pbr-0.6.14.g67c:
+  * Factor run_cmd out of the base class
+  * Return the real class in VersionInfo __repr__
+  * Fix up some docstrings
+  * Init sphinx config values before accessing them
+  * Remove copyright from empty files
+  * Declare support for Python versions in setup.cfg
+  * Updated from global requirements
+  * Remove unused _parse_mailmap()
+  * Add support for python 3-3.3
+  * Remove tox locale overrides
+  * Do not force log verbosity level to info
+  0.6
+  * package: read a specific Python version requirement file
+- Fix dependencies
+
+---



Other differences:
--
++ python-pbr.spec ++
--- /var/tmp/diff_new_pack.PzRyVi/_old  2014-03-19 08:03:09.0 +0100
+++ /var/tmp/diff_new_pack.PzRyVi/_new  2014-03-19 08:03:09.0 +0100
@@ -21,7 +21,7 @@
 %bcond_with test
 
 Name:   python-pbr
-Version:0.5.23.36.g00fbbd1
+Version:0.6.14.g67c
 Release:0
 Summary:Python Build Reasonableness
 License:Apache-2.0
@@ -37,17 +37,15 @@
 %if 0%{?suse_version} = 1110
 BuildRequires:  python-discover
 %endif
-BuildRequires:  python-fixtures = 0.3.12
-BuildRequires:  python-flake8 = 2.0
-#BuildRequires:  python-pip = 1.0
-#BuildRequires:  python-python-mimeparse
-BuildRequires:  python-python-subunit
+BuildRequires:  python-fixtures = 0.3.14
+BuildRequires:  python-mock = 1.0
+BuildRequires:  python-python-subunit = 0.0.18
 BuildRequires:  python-testrepository = 0.0.17
-BuildRequires:  python-testresources
+BuildRequires:  python-testresources = 0.2.4
 BuildRequires:  python-testscenarios = 0.4
-BuildRequires:  python-testtools = 0.9.32
+BuildRequires:  python-testtools = 0.9.34
 %endif
-Requires:   python-pip = 1.0
+Requires:   python-pip = 1.4
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
@@ -76,12 +74,13 @@
 
 %if %{with test}
 %check
-python setup.py testr 
+testr init  testr run
 %endif
 
 %files
 %defattr(-,root,root,-)
 %doc README.rst AUTHORS LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/pbr
+%{python_sitelib}/pbr-%{version}-py%{py_ver}.egg-info
 
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.PzRyVi/_old  2014-03-19 08:03:09.0 +0100
+++ /var/tmp/diff_new_pack.PzRyVi/_new  2014-03-19 08:03:09.0 +0100
@@ -1,10 +1,12 @@
 services
-  service name=git_tarballs mode=disabled
-param 
name=urlhttp://tarballs.openstack.org/pbr/pbr-master.tar.gz/param
-param name=emailopensuse-cl...@opensuse.org/param
-param name=plain-versionTrue/param
+  service mode=disabled name=download_files 
+param name=changesgenerateenable/param
+  /service
+  service mode=disabled name=set_version
+param name=basenamepbr/param
+  /service
+  service mode=disabled name=python_requires
   /service
-
   service name=refresh_patches mode=disabled
 param name=changesgenerateenable/param
   /service

++ pbr-master.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbr-0.5.23.36.g00fbbd1/ChangeLog 
new/pbr-0.6.14.g67c/ChangeLog
--- old/pbr-0.5.23.36.g00fbbd1/ChangeLog2013-12-14 16:04:55.0 
+0100
+++ new/pbr-0.6.14.g67c/ChangeLog   2014-03-17 21:51:56.0 +0100
@@ -1,6 +1,22 @@
 CHANGES
 ===
 
+* Factor run_cmd out of the base class
+* Return the real class in VersionInfo __repr__
+* Fix up some docstrings
+* Init sphinx config values before accessing them
+* Remove copyright from empty files
+* Declare support for Python versions in setup.cfg
+* Updated from global requirements
+* Remove unused _parse_mailmap()
+* Add support for python 3-3.3
+* Remove tox locale overrides
+* Do not force log verbosity level to info
+
+0.6
+---
+
+* package: read a specific Python version requirement file
 * Fix typos in documents
 * Pin sphinx to 1.2
 * Build mirror using proper requirements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit post-build-checks for openSUSE:Factory

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package post-build-checks for 
openSUSE:Factory checked in at 2014-03-19 08:03:04

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


Package is post-build-checks

Changes:

--- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes  
2014-02-28 16:21:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.post-build-checks.new/post-build-checks.changes 
2014-03-19 08:03:05.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar 18 10:38:54 UTC 2014 - r...@suse.com
+
+- also allow -MM additional to -MD to asssume were only generating deps
+
+---

Old:

  post-build-checks-13.2+git20140204.5b17faa.tar.xz

New:

  post-build-checks-13.2+git20140318.f24deaf.tar.xz



Other differences:
--
++ post-build-checks.spec ++
--- /var/tmp/diff_new_pack.0TQazh/_old  2014-03-19 08:03:05.0 +0100
+++ /var/tmp/diff_new_pack.0TQazh/_new  2014-03-19 08:03:05.0 +0100
@@ -20,7 +20,7 @@
 Summary:post checks for build after rpms have been created
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Version:13.2+git20140204.5b17faa
+Version:13.2+git20140318.f24deaf
 Release:0
 PreReq: aaa_base permissions sed
 Requires:   aaa_base-malloccheck

++ post-build-checks-13.2+git20140204.5b17faa.tar.xz - 
post-build-checks-13.2+git20140318.f24deaf.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/post-build-checks-13.2+git20140204.5b17faa/checks-data/check_gcc_output 
new/post-build-checks-13.2+git20140318.f24deaf/checks-data/check_gcc_output
--- old/post-build-checks-13.2+git20140204.5b17faa/checks-data/check_gcc_output 
2014-02-04 15:18:49.0 +0100
+++ new/post-build-checks-13.2+git20140318.f24deaf/checks-data/check_gcc_output 
2014-03-18 11:36:56.0 +0100
@@ -219,8 +219,8 @@
 my $iscompilerline = 0;
 if (/^(|.*[\s;\/]+)(gcc|cc|g\+\+) .*/i) {
 # avoid make dep lines...
-$iscompilerline = 1 if (! /(-E|-MD|-shared|gccmakedep)/);
-$iscompilerline = 1 if (/-MD/  /\.o /); # -MD and object output
+$iscompilerline = 1 if (! /(-E|-MD|-MM|-shared|gccmakedep)/);
+$iscompilerline = 1 if (/(-MD|-MM)/  /\.o /); # -MD or -MM and 
object output
 }
 # libtool needs some special love.
 $iscompilerline = 1 if (/libtool.*--mode=compile.*(gcc|cc|g\+\+)/i);

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



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

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-MouseX-Types-Path-Class for 
openSUSE:Factory checked in at 2014-03-19 09:05:25

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


Package is perl-MouseX-Types-Path-Class

Changes:

New Changes file:

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MouseX-Types-Path-Class.new/perl-MouseX-Types-Path-Class.changes
   2014-03-19 09:05:26.0 +0100
@@ -0,0 +1,12 @@
+---
+Thu May 31 12:20:24 UTC 2012 - co...@suse.com
+
+- updated to 0.07
+ - use Module::Install 1.06
+ - added inc/Module/Install/Repository.pm (RT#75534)
+
+---
+Thu Feb 17 14:42:08 CET 2011 - pascal.ble...@opensuse.org
+
+- initial version (0.06)
+

New:

  MouseX-Types-Path-Class-0.07.tar.gz
  perl-MouseX-Types-Path-Class.changes
  perl-MouseX-Types-Path-Class.spec



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

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


Name:   perl-MouseX-Types-Path-Class
Version:0.07
Release:0
%define cpan_name MouseX-Types-Path-Class
Summary:A Path::Class type library for Mouse
License:Artistic-1.0 or GPL-1.0+
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/MouseX-Types-Path-Class/
Source: 
http://www.cpan.org/authors/id/M/MA/MASAKI/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Mouse) = 0.39
BuildRequires:  perl(MouseX::Types) = 0.02
BuildRequires:  perl(Path::Class)
BuildRequires:  perl(Test::More) = 0.94
BuildRequires:  perl(Test::UseAllModules)
#BuildRequires: perl(inc::Module::Install)
#BuildRequires: perl(JSON)
#BuildRequires: perl(LWP::Simple)
#BuildRequires: perl(Module::Build)
#BuildRequires: perl(Module::Install::Base)
#BuildRequires: perl(MouseX::Getopt)
#BuildRequires: perl(MouseX::Types::Mouse)
#BuildRequires: perl(MouseX::Types::Path::Class)
#BuildRequires: perl(parent)
#BuildRequires: perl(Parse::CPAN::Meta)
#BuildRequires: perl(Pod::Markdown)
#BuildRequires: perl(YAML::Tiny)
Requires:   perl(Mouse) = 0.39
Requires:   perl(MouseX::Types) = 0.02
Requires:   perl(Path::Class)
Recommends: perl(MouseX::Getopt) = 0.2200
%{perl_requires}

%description
MouseX::Types::Path::Class creates common the Mouse manpage types,
coercions and option specifications useful for dealing with the Path::Class
manpage objects as the Mouse manpage attributes.

Coercions (see the Mouse::Util::TypeConstraints manpage) are made from both
'Str' and 'ArrayRef' to both the Path::Class::Dir manpage and the
Path::Class::File manpage objects. If you have the MouseX::Getopt manpage
installed, the Getopt option type (=s) will be added for both the
Path::Class::Dir manpage and the Path::Class::File manpage.

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

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

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

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

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



commit perl-Tree-DAG_Node for openSUSE:Factory

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-Tree-DAG_Node for 
openSUSE:Factory checked in at 2014-03-19 09:05:56

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


Package is perl-Tree-DAG_Node

Changes:

--- /work/SRC/openSUSE:Factory/perl-Tree-DAG_Node/perl-Tree-DAG_Node.changes
2013-10-21 15:15:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Tree-DAG_Node.new/perl-Tree-DAG_Node.changes   
2014-03-19 09:05:57.0 +0100
@@ -1,0 +2,17 @@
+Fri Mar 14 06:09:54 UTC 2014 - co...@suse.com
+
+- updated to 1.22
+- t/read.tree.t was still using File::Slurp :-(.
+ 
+ 1.21  Thu Feb 13 11:14:00 2014
+- Switch from File::Slurp to File::Slurp::Tiny, on the advice of Karen 
Etheridge. See RT#92976.
+ 
+ 1.20  Fri Jan 31 09:46:00 2014
+- After a private email from Paul Howarth (yea!) I see I need 
File::Temp V 0.19 because that's
+the version which introduced the newdir() method, as used in 
the test suite. Sorry for the churn.
+ 
+ 1.19  Thu Jan 30 09:24:00 2014
+- Set pre-req File::Temp version # to 0 (back from 0.2301). See D A 
Golden's blog entry:
+
http://www.dagolden.com/index.php/2293/why-installing-distzilla-is-slow-and-what-you-can-do-about-it/.
+
+---

Old:

  Tree-DAG_Node-1.18.tgz

New:

  Tree-DAG_Node-1.22.tgz



Other differences:
--
++ perl-Tree-DAG_Node.spec ++
--- /var/tmp/diff_new_pack.GbIWIS/_old  2014-03-19 09:05:58.0 +0100
+++ /var/tmp/diff_new_pack.GbIWIS/_new  2014-03-19 09:05:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Tree-DAG_Node
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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-Tree-DAG_Node
-Version:1.18
+Version:1.22
 Release:0
 %define cpan_name Tree-DAG_Node
 Summary:An N-ary tree
@@ -29,15 +29,14 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Slurp) = .19
+BuildRequires:  perl(File::Slurp::Tiny) = 0.003
 BuildRequires:  perl(File::Spec) = 3.4
-BuildRequires:  perl(File::Temp) = 0.2301
+BuildRequires:  perl(File::Temp) = 0.19
 BuildRequires:  perl(Module::Build) = 0.38
 BuildRequires:  perl(Test::More) = 0.98
-#BuildRequires: perl(Tree::DAG_Node)
-Requires:   perl(File::Slurp) = .19
+Requires:   perl(File::Slurp::Tiny) = 0.003
 Requires:   perl(File::Spec) = 3.4
-Requires:   perl(File::Temp) = 0.2301
+Requires:   perl(File::Temp) = 0.19
 %{perl_requires}
 
 %description

++ Tree-DAG_Node-1.18.tgz - Tree-DAG_Node-1.22.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tree-DAG_Node-1.18/Build.PL 
new/Tree-DAG_Node-1.22/Build.PL
--- old/Tree-DAG_Node-1.18/Build.PL 2013-09-19 06:36:07.0 +0200
+++ new/Tree-DAG_Node-1.22/Build.PL 2014-02-13 05:43:32.0 +0100
@@ -1,6 +1,8 @@
 use strict;
 use warnings;
 
+use 5.008_001; # For the utf-8 stuff.
+
 use Module::Build;
 
 Module::Build - new
@@ -20,11 +22,10 @@
},
requires =
{
-   'File::Spec'  = 3.40,
-   'File::Temp'  = 0.2301,
-   'perl'= '5.008001', # For the utf-8 stuff.
-   'File::Slurp' = .19,
-   'strict'  = 0,
-   'warnings'= 0,
+   'File::Spec'= 3.40,
+   'File::Temp'= 0.19,
+   'File::Slurp::Tiny' = 0.003,
+   'strict'= 0,
+   'warnings'  = 0,
},
 ) - create_build_script();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tree-DAG_Node-1.18/Changelog.ini 
new/Tree-DAG_Node-1.22/Changelog.ini
--- old/Tree-DAG_Node-1.18/Changelog.ini2013-09-19 06:36:07.0 
+0200
+++ new/Tree-DAG_Node-1.22/Changelog.ini2014-02-13 05:43:32.0 
+0100
@@ -1,7 +1,29 @@
 [Module]
 Name=Tree::DAG_Node
 Changelog.Creator=Module::Metadata::Changes V 2.05
-Changelog.Parser=Config::IniFiles V 2.78
+Changelog.Parser=Config::IniFiles V 2.82
+
+[V 1.22]
+Date=2014-02-13T13:14:00
+Comments=- t/read.tree.t was still using File::Slurp :-(.
+
+[V 1.21]
+Date=2014-02-13T11:14:00
+Comments=- Switch from File::Slurp to File::Slurp::Tiny, on the 

commit perl-MooseX-Daemonize for openSUSE:Factory

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Daemonize for 
openSUSE:Factory checked in at 2014-03-19 09:05:33

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


Package is perl-MooseX-Daemonize

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-Daemonize/perl-MooseX-Daemonize.changes  
2013-06-13 18:15:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Daemonize.new/perl-MooseX-Daemonize.changes
 2014-03-19 09:05:34.0 +0100
@@ -1,0 +2,8 @@
+Mon Mar 10 06:23:05 UTC 2014 - co...@suse.com
+
+- updated to 0.19
+- fix buggy test that does not try hard enough to look for a nonexistent
+  pid (ether)
+- repository moved to github moose organization
+
+---

Old:

  MooseX-Daemonize-0.18.tar.gz

New:

  MooseX-Daemonize-0.19.tar.gz



Other differences:
--
++ perl-MooseX-Daemonize.spec ++
--- /var/tmp/diff_new_pack.V3Ypoc/_old  2014-03-19 09:05:35.0 +0100
+++ /var/tmp/diff_new_pack.V3Ypoc/_new  2014-03-19 09:05:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Daemonize
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-Daemonize
-Version:0.18
+Version:0.19
 Release:0
 %define cpan_name MooseX-Daemonize
 Summary:Role for daemonizing your Moose based application
@@ -29,55 +29,57 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Devel::AssertOS)
+BuildRequires:  perl(Devel::CheckOS) = 1.63
 BuildRequires:  perl(File::Path) = 2.08
-BuildRequires:  perl(Moose) = 0.33
-BuildRequires:  perl(MooseX::Getopt) = 0.07
+BuildRequires:  perl(Module::Build::Tiny) = 0.034
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(Moose::Role)
+BuildRequires:  perl(Moose::Util::TypeConstraints)
+BuildRequires:  perl(MooseX::Getopt)
+BuildRequires:  perl(MooseX::Getopt::OptionTypeMap)
 BuildRequires:  perl(MooseX::Types::Path::Class)
 BuildRequires:  perl(Sub::Exporter)
+BuildRequires:  perl(Sub::Exporter::ForMethods)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::Moose)
-BuildRequires:  perl(Test::More) = 0.88
-#BuildRequires: perl(Devel::AssertOS)
-#BuildRequires: perl(Devel::CheckOS)
-#BuildRequires: perl(Moose::Role)
-#BuildRequires: perl(Moose::Util::TypeConstraints)
-#BuildRequires: perl(MooseX::Daemonize)
-#BuildRequires: perl(MooseX::Daemonize::Core)
-#BuildRequires: perl(MooseX::Daemonize::Pid)
-#BuildRequires: perl(MooseX::Daemonize::Pid::File)
-#BuildRequires: perl(MooseX::Daemonize::WithPidFile)
-#BuildRequires: perl(MooseX::Getopt::OptionTypeMap)
-#BuildRequires: perl(Test::MooseX::Daemonize)
-#BuildRequires: perl(Test::MooseX::Daemonize::Testable)
+BuildRequires:  perl(namespace::autoclean)
+BuildRequires:  perl(version)
 Requires:   perl(File::Path) = 2.08
-Requires:   perl(Moose) = 0.33
-Requires:   perl(MooseX::Getopt) = 0.07
+Requires:   perl(Moose)
+Requires:   perl(Moose::Role)
+Requires:   perl(Moose::Util::TypeConstraints)
+Requires:   perl(MooseX::Getopt)
+Requires:   perl(MooseX::Getopt::OptionTypeMap)
 Requires:   perl(MooseX::Types::Path::Class)
 Requires:   perl(Sub::Exporter)
+Requires:   perl(Sub::Exporter::ForMethods)
+Requires:   perl(namespace::autoclean)
 %{perl_requires}
 
 %description
-Often you want to write a persistant daemon that has a pid file, and
+Often you want to write a persistent daemon that has a pid file, and
 responds appropriately to Signals. This module provides a set of basic
 roles as an infrastructure to do that.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+# MANUAL
+sed -i -e 's,^use.*AssertOS,#,' Build.PL
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes CONTRIBUTING examples IDEAS LICENSE README README.md
 
 %changelog

++ MooseX-Daemonize-0.18.tar.gz - MooseX-Daemonize-0.19.tar.gz ++
 5059 lines of diff (skipped)

-- 
To 

commit libjansson.2640 for openSUSE:12.3:Update

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package libjansson.2640 for 
openSUSE:12.3:Update checked in at 2014-03-19 10:29:50

Comparing /work/SRC/openSUSE:12.3:Update/libjansson.2640 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.libjansson.2640.new (New)


Package is libjansson.2640

Changes:

New Changes file:

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ /work/SRC/openSUSE:12.3:Update/.libjansson.2640.new/libjansson.changes  
2014-03-19 10:29:51.0 +0100
@@ -0,0 +1,52 @@
+---
+Mon Mar 10 12:44:38 UTC 2014 - jmassaguer...@suse.com
+
+- fix CVE-2013-6401: hash table collisions CPU usage DoS
+  (bnc#863301).
+- fix make check for ppc64 arch.
+
+- added patches:
+  * CVE-2013-6401.patch
+  * fix-ppc64.patch
+---
+Wed Nov 28 19:42:17 CET 2012 - sbra...@suse.cz
+
+- Verify GPG signature.
+
+---
+Sat May 12 15:18:44 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 2.3.1
+* Add support for optional object keys with the {s?o} syntax
+  in json_unpack and the like
+* Add json_object_update_existing() and json_object_update_missing()
+  for updating only existing keys or only adding missing keys to an
+  object.
+* Add json_object_foreach() for more convenient iteration over
+  objects.
+* When decoding JSON, write the number of bytes that were read from
+  input to error.position also on success. This is handy with
+  JSON_DISABLE_EOF_CHECK.
+* Add support for decoding any JSON value, not just arrays or
+  objects. The support is enabled with the new JSON_DECODE_ANY
+  flag.
+* Avoid problems with object's serial number growing too big.
+* Remove + and leading zeros from exponents in the encoder.
+* Decoding functions now return NULL if the first argument is NULL.
+
+---
+Tue Jan 31 16:50:56 UTC 2012 - jeng...@medozas.de
+
+- Provide pkgconfig symbols
+
+---
+Fri Oct 21 16:03:16 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections (cf. specfile guidelines)
+- Centralize the shlib package name
+
+---
+Mon Oct 17 14:53:08 UTC 2011 - fcaste...@suse.com
+
+- Create initial package (v2.2.1)
+

New:

  CVE-2013-6401.patch
  fix-ppc64.patch
  jansson-2.3.1.tar.gz
  jansson-2.3.1.tar.gz.asc
  libjansson.changes
  libjansson.keyring
  libjansson.spec



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

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


Name:   libjansson
%define lname   libjansson4
Summary:C library for encoding, decoding and manipulating JSON data
License:MIT
Group:  Development/Libraries/C and C++
Version:2.3.1
Release:0
Url:http://digip.org/jansson/
Source: jansson-%version.tar.gz
Source2:jansson-%version.tar.gz.asc
Source3:%name.keyring
Patch0: CVE-2013-6401.patch
Patch1: fix-ppc64.patch 
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  gpg-offline
BuildRequires:  pkgconfig

%description
Jansson is a C library for encoding, decoding and manipulating JSON data.
It features:
 * Simple and intuitive API and data model
 * Comprehensive documentation
 * No dependencies on other libraries
 * Full Unicode support (UTF-8)
 * Extensive test suite

%package -n %lname
Summary:C library for encoding, decoding and manipulating JSON data
Group:  Development/Libraries/C and C++

%description -n %lname
Jansson is a C library for encoding, decoding and manipulating JSON data.
It features:
 * Simple and intuitive API and data model
 * Comprehensive documentation
 * No dependencies on other libraries
 * Full Unicode support (UTF-8)
 * Extensive test suite

%package devel
Summary:Development files for libjansson
Group:  

commit net-snmp.2637 for openSUSE:12.3:Update

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package net-snmp.2637 for 
openSUSE:12.3:Update checked in at 2014-03-19 17:38:37

Comparing /work/SRC/openSUSE:12.3:Update/net-snmp.2637 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.net-snmp.2637.new (New)


Package is net-snmp.2637

Changes:

New Changes file:

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ /work/SRC/openSUSE:12.3:Update/.net-snmp.2637.new/net-snmp.changes  
2014-03-19 17:38:38.0 +0100
@@ -0,0 +1,1005 @@
+---
+Mon Mar 10 16:00:45 UTC 2014 - abergm...@suse.com
+
+- net-snmp-5.7.2-fix-icmp-mib-table-handling.patch: fix potential 
+  remote denial of service problem within the Linux ICMP-MIB 
+  implementation (CVE-2014-2284)(bnc#866942)
+- net-snmp-5.7.2-fix-perl-trap-handler.patch: fix potential remote
+  denial of service problem inside the snmptrapd Perl trap handler 
+  (CVE-2014-2285)(bnc#866942)
+
+---
+Mon May 20 11:22:24 UTC 2013 - lchiqui...@suse.com
+
+- Disable parallelism during build. The dependencies between the
+  Perl module and libnetsnmp are not defined correctly and might
+  result in broken linkage (bnc#819497, bnc#818907)
+
+---
+Tue Dec 18 22:01:23 UTC 2012 - lchiqui...@suse.com
+
+- net-snmp-5.7.2-build-fix-for-strlcat.patch: fix exported strlcat()
+  prototype that could conflict with other packages (bnc#793548)
+
+---
+Wed Oct 10 18:21:19 UTC 2012 - lchiqui...@suse.com
+
+- update to version 5.7.2: several bug fixes in the agent, client
+  utilities and libraries. The CHANGES file shipped with the
+  package contains a comprehensive list of fixes and improvements
+- rebase patches to apply cleanly:
+  * net-snmp-5.7.2-perl-tk-warning.patch
+  * net-snmp-5.7.2-socket-path.patch
+  * net-snmp-5.7.2-testing-empty-arptable.patch
+  * net-snmp-5.7.2-pie.patch
+  * net-snmp-5.7.2-velocity-mib.patch
+  * net-snmp-5.7.2-fix-snmpd-crashing-when-an-agentx-disconnects.patch
+- remove patches that are now present in the upstream release:
+  * net-snmp-5.7.0-recognize-reiserfs.patch
+  * net-snmp-5.7.1-snmplib-zero-timeout.patch
+  * net-snmp-5.7.1-old-api-double-free.patch
+  * net-snmp-5.7.1-use-pclose-to-close-pipes.patch
+  * net-snmp-5.7.1-fix-handling-of-large-filesystems.patch
+  * net-snmp-5.7.1-snmplib-default-retries.patch
+  * net-snmp-5.7.1-fsys-memory-leak.patch
+  * net-snmp-5.7.1-adjust-copyright-in-agent-txt-file.patch
+  * net-snmp-5.7.1-recognize-ocfs2.patch
+  * net-snmp-5.7.1-properly-clean-up-old-requests-in-subagents.patch
+  * net-snmp-5.7.1-reduce-code-duplication-in-agentx.patch
+  * net-snmp-5.7.1-log-agentx-disconnections.patch
+  * net-snmp-5.7.1-more-robust-handling-of-agentx-errors.patch
+  * net-snmp-5.7.1-report-problems-with-setundo-processing.patch
+  * net-snmp-5.7.1-fix-array-index-error.patch
+
+---
+Fri Sep  7 17:28:00 UTC 2012 - jeng...@inai.de
+
+- Remove redundant sections from specfile
+- Avoid shipping .la files
+
+---
+Mon May 14 17:39:17 UTC 2012 - lchiqui...@suse.com
+
+- fix array index error that could lead to a crash (CVE-2012-2141)
+  (bnc#759352)
+
+---
+Thu Mar 29 22:14:55 UTC 2012 - lchiqui...@suse.com
+
+- fix agent crash when reloading a subagent (AgentX) during a query
+  (bnc#670789)
+
+---
+Thu Mar 29 22:14:04 UTC 2012 - lchiqui...@suse.com
+
+- add OCFS2 to the list of known file systems
+
+---
+Thu Mar 22 11:04:08 UTC 2012 - lchiqui...@suse.com
+
+- update copyright notice of AGENT.txt allowing us to redistribute
+  the file in our package (from Dave Shield) (bnc#750704)
+
+---
+Wed Feb  8 06:09:32 UTC 2012 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Tue Nov  1 11:01:12 UTC 2011 - lchiqui...@suse.com
+
+- logrotate: use reload instead of try-restart to avoid an
+  unnecessary stop/start cycle in the agent (bnc#707636)
+
+---
+Fri Oct 21 12:30:29 UTC 2011 - lchiqui...@suse.com
+
+- net-snmp-5.7.1-fsys-memory-leak.patch: fix a memory leak in
+  agent/mibgroup/hardware/fsys (bnc#725766)
+- net-snmp-5.7.1-snmplib-default-retries.patch: change default
+  number of retries back from 0 to 5 (bnc#725766)
+- 

commit patchinfo.2637 for openSUSE:13.1:Update

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2637 for 
openSUSE:13.1:Update checked in at 2014-03-19 17:38:44

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


Package is patchinfo.2637

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=866942 tracker=bncVUL-0: CVE-2014-2284: net-snmp: two remote 
denial of service problems/issue
  issue id=CVE-2014-2284 tracker=cve /
  issue id=CVE-2014-2285 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagerabergmann/packager
  description
net-snmp was updated to fix potential remote denial of service problems:

- fixed a potential remote denial of service problem within the Linux
  ICMP-MIB implementation (CVE-2014-2284)(bnc#866942)

- fixed a potential remote denial of service problem inside the snmptrapd
  Perl trap handler (CVE-2014-2285)(bnc#866942)
/description
  summarynet-snmp: security fixes for remote denial of service 
problems/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit net-snmp for openSUSE:12.3:Update

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package net-snmp for openSUSE:12.3:Update 
checked in at 2014-03-19 17:38:41

Comparing /work/SRC/openSUSE:12.3:Update/net-snmp (Old)
 and  /work/SRC/openSUSE:12.3:Update/.net-snmp.new (New)


Package is net-snmp

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.S76S7z/_old  2014-03-19 17:38:42.0 +0100
+++ /var/tmp/diff_new_pack.S76S7z/_new  2014-03-19 17:38:42.0 +0100
@@ -1 +1 @@
-link package='net-snmp.1693' cicount='copy' /
+link package='net-snmp.2637' cicount='copy' /

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



commit swig for openSUSE:Factory

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package swig for openSUSE:Factory checked in 
at 2014-03-20 06:53:28

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


Package is swig

Changes:

--- /work/SRC/openSUSE:Factory/swig/swig.changes2014-02-13 
06:52:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.swig.new/swig.changes   2014-03-20 
06:53:31.0 +0100
@@ -1,0 +2,34 @@
+Mon Mar 17 07:46:53 UTC 2014 - kkae...@suse.com
+
+- Update to 3.0.0
+  - This is a major new release focusing primarily on C++
+improvements.
+  - C++11 support added. Please see documentation for details of
+supported features:
+http://www.swig.org/Doc3.0/CPlusPlus11.html
+  - Nested class support added. This has been taken full advantage
+of in Java and C#. Other languages can use the nested classes,
+but require further work for a more natural integration into
+the target language.
+  - We urge folk knowledgeable in the other target languages to
+step forward and help with this effort.
+  - Lua: improved metatables and support for %nspace.
+  - Go 1.3 support added.
+  - Python import improvements including relative imports.
+  - Python 3.3 support completed.
+  - Perl director support added.
+  - C# .NET 2 support is now the minimum. Generated using statements
+are replaced by fully qualified names.
+  - Bug fixes and improvements to the following languages:
+C#, Go, Guile, Java, Lua, Perl, PHP, Python, Octave, R, Ruby, Tcl
+  - Various other bug fixes and improvements affecting all
+languages.
+  - Note that this release contains some backwards incompatible
+changes in some languages.
+  - Full detailed release notes are in the changes file.
+
+- drop 0001-Fix-Ruby-tracking-code-to-use-C-hash.patch,
+  ruby-1.8.6-newobject.patch, and swig-fix_ocaml_type.patch.
+  All upstreamed.
+
+---

Old:

  0001-Fix-Ruby-tracking-code-to-use-C-hash.patch
  ruby-1.8.6-newobject.patch
  swig-2.0.11.tar.gz
  swig-2.0.12.tar.gz
  swig-fix_ocaml_type.patch

New:

  swig-3.0.0.tar.gz



Other differences:
--
++ swig.spec ++
--- /var/tmp/diff_new_pack.xEaENE/_old  2014-03-20 06:53:31.0 +0100
+++ /var/tmp/diff_new_pack.xEaENE/_new  2014-03-20 06:53:31.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   swig
-Version:2.0.12
+Version:3.0.0
 Release:0
 Summary:Simplified Wrapper and Interface Generator
 License:GPL-3.0+ and BSD-3-Clause
@@ -25,12 +25,6 @@
 Url:http://www.swig.org/
 Source: 
http://sourceforge.net/projects/swig/files/swig/%{name}-%{version}/%{name}-%{version}.tar.gz
 Source1:%{name}.rpmlintrc
-# Fix the return type in declaration of caml_array_length
-Patch9: swig-fix_ocaml_type.patch
-# Fix SWIG object tracking to use C hash, not Ruby Hash, kkae...@suse.de
-Patch11:0001-Fix-Ruby-tracking-code-to-use-C-hash.patch
-# Ruby 1.8.6 (SLE 10) differs in object tracking, kkae...@suse.de
-Patch12:ruby-1.8.6-newobject.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  boost-devel
@@ -124,14 +118,6 @@
 
 %prep
 %setup -q
-%if 0%{?suse_version} == 1010
-%patch12 -p1
-%endif
-# Ruby 1.9 for openSUSE 12.x
-%if 0%{?suse_version} = 1220
-%patch11 -p1
-%endif
-%patch9
 
 %build
 %configure --disable-ccache

++ swig-2.0.11.tar.gz - swig-3.0.0.tar.gz ++
 93785 lines of diff (skipped)

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



commit nfs-utils for openSUSE:Factory

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package nfs-utils for openSUSE:Factory 
checked in at 2014-03-20 06:53:35

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  2014-02-19 
18:55:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.nfs-utils.new/nfs-utils.changes 2014-03-20 
06:53:37.0 +0100
@@ -1,0 +2,19 @@
+Tue Mar 11 00:11:18 UTC 2014 - sleep_wal...@suse.cz
+
+- properly rename patches:
+  udp-fallback.fix - udp-fallback-fix.patch
+  fedfs-lib-name - fedfs-lib-name.patch
+  gssd-mount-hang-fix - gssd-mount-hang-fix.patch
+
+---
+Sun Mar  9 23:00:19 UTC 2014 - nfbr...@suse.com
+
+- Remove Start-Before: autofs from nfs.init.  This turns
+  out not to be needed, and is out of place.  If anything,
+  autofs should declare a dependency on nfs. (bnc#861489)
+- fedfs-lib-name, nfs-utils.spec
+  Build with fedfs support so that if fedfs-utils is also
+  installed, federated-filesystems can be exported.
+  (FATE#313522)
+
+---

Old:

  gssd-mount-hang-fix
  udp-fallback.fix

New:

  fedfs-lib-name.patch
  gssd-mount-hang-fix.patch
  udp-fallback-fix.patch



Other differences:
--
++ nfs-utils.spec ++
--- /var/tmp/diff_new_pack.ol6mKU/_old  2014-03-20 06:53:38.0 +0100
+++ /var/tmp/diff_new_pack.ol6mKU/_new  2014-03-20 06:53:38.0 +0100
@@ -34,6 +34,9 @@
 %if 0%{?suse_version} = 1210
 BuildRequires:  systemd
 %endif
+%if 0%{?suse_version} = 1310
+BuildRequires:  fedfs-utils-devel
+%endif
 Url:http://kernel.org/pub/linux/utils/nfs-utils/
 Summary:Support Utilities for Kernel nfsd
 License:GPL-2.0+
@@ -81,10 +84,13 @@
 Patch9: exportfs-exit-with-error-code-if-there-was-any-error.patch
 # PATCH-FIX_UPSTREAM 
exportfs-report-failure-if-asked-to-unexport-somethi.patch nfbr...@suse.de
 Patch10:exportfs-report-failure-if-asked-to-unexport-somethi.patch
-# PATCH-FIX-UPSTREAM gssd-mount-hang-fix bnc#833543 nfbr...@suse.de
-Patch11:gssd-mount-hang-fix
-# PATCH-FIX-UPSTREAM udp-fallback.fix bnc#863749 nfbr...@suse.de
-Patch12:udp-fallback.fix
+# PATCH-FIX-UPSTREAM gssd-mount-hang-fix.patch bnc#833543 nfbr...@suse.de
+Patch11:gssd-mount-hang-fix.patch
+# PATCH-FIX-UPSTREAM udp-fallback-fix.patch bnc#863749 nfbr...@suse.de
+Patch12:udp-fallback-fix.patch
+# PATCH-FIX-UPSTREAM fedfs-lib-name.patch nfbr...@suse.de
+Patch13:fedfs-lib-name.patch
+
 Suggests:   python-base
 
 %description
@@ -148,6 +154,7 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 cp %{S:6} .
 
 %build

++ fedfs-lib-name.patch ++
From 878972d60cb55f2bc6e04a0937f81407fbc308fe Mon Sep 17 00:00:00 2001
From: Neil Brown ne...@suse.de
Date: Wed, 5 Mar 2014 14:55:46 +1100
Subject: [PATCH] mountd: use SONAME fir libnfsjunct when loading with dlopen.

The standard for loading shared libraries is to identify them by their
soname (Which objdump -x $BINARY | grep SONAME will report).
However mountd currently loads using the linker name which should only
be used when building new code.

Future releases of fedfs-utils will define the soname in the include
file, so if that is defined, use it.  If not, use the soname of the
first version: libnfsjunct.so.0.

This is a slight behavioural change.  However all distros known to
package fedfs-utils will install libnfsjunct.so.0 whenever they
install the old name of libnfsjunct.so, and make install will
install both.  So it should not be a noticeable change.

Also only test the JP_API_VERSION if it is defined.  As the version is
embedded in the soname, a secondary test is not needed.

Cc: Chuck Lever chuck.le...@oracle.com
Signed-off-by: NeilBrown ne...@suse.de

---
 utils/mountd/cache.c |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

--- nfs-utils-1.2.8.orig/utils/mountd/cache.c
+++ nfs-utils-1.2.8/utils/mountd/cache.c
@@ -1055,12 +1055,13 @@ static struct exportent *invoke_junction
__func__, error);
return NULL;
}
+#ifdef JP_API_VERSION
if (ops-jp_api_version != JP_API_VERSION) {
xlog(D_GENERAL, %s: unrecognized junction API version: %u,
__func__, ops-jp_api_version);
return NULL;
}
-
+#endif
status = ops-jp_init(false);
if (status != JP_OK) {
xlog(D_GENERAL, %s: failed to resolve %s: %s,
@@ -1107,7 +1108,11 @@ static struct exportent *lookup_junction
struct link_map *map;
 

commit php5 for openSUSE:Factory

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package php5 for openSUSE:Factory checked in 
at 2014-03-20 06:53:26

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


Package is php5

Changes:

--- /work/SRC/openSUSE:Factory/php5/php5.changes2014-02-26 
23:20:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes   2014-03-20 
06:53:28.0 +0100
@@ -1,0 +2,8 @@
+Mon Mar 17 12:11:34 UTC 2014 - pgaj...@suse.com
+
+- updated to 5.5.10:
+  * Several bugs were fixed in this release, including security 
+issues related to CVEs. CVE-2014-1943, CVE-2014-2270 and 
+CVE-2013-7327 have been addressed in this release.
+
+---

Old:

  php-5.5.9.tar.bz2

New:

  php-5.5.10.tar.bz2



Other differences:
--
++ php5.spec ++
--- /var/tmp/diff_new_pack.gcXmDh/_old  2014-03-20 06:53:29.0 +0100
+++ /var/tmp/diff_new_pack.gcXmDh/_new  2014-03-20 06:53:29.0 +0100
@@ -100,7 +100,7 @@
 %define apache2_includedir %(%{apxs2} -q INCLUDEDIR)
 %define apache2_serverroot %(%{apxs2} -q PREFIX)
 %define need_libxml2_hack  %(if [ -e %{_includedir}/libxml/parser.h ]; then if 
grep -q XML_PARSE_OLDSAX %{_includedir}/libxml/parser.h;then echo 1; else echo 
0; fi; else echo 0; fi)
-Version:5.5.9
+Version:5.5.10
 Release:0
 Provides:   php
 Provides:   php-api = %{apiver}


++ php-5.5.9.tar.bz2 - php-5.5.10.tar.bz2 ++
/work/SRC/openSUSE:Factory/php5/php-5.5.9.tar.bz2 
/work/SRC/openSUSE:Factory/.php5.new/php-5.5.10.tar.bz2 differ: char 11, line 1

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



commit inst-source-utils for openSUSE:Factory

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package inst-source-utils for 
openSUSE:Factory checked in at 2014-03-20 06:53:33

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


Package is inst-source-utils

Changes:

--- /work/SRC/openSUSE:Factory/inst-source-utils/inst-source-utils.changes  
2014-03-18 16:21:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.inst-source-utils.new/inst-source-utils.changes 
2014-03-20 06:53:36.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar 18 16:40:34 CET 2014 - r...@suse.de
+
+- update create_package_descr: fix utf8 handling thanks to mls 
+
+---



Other differences:
--
++ inst-source-utils.spec ++
--- /var/tmp/diff_new_pack.Z28UAy/_old  2014-03-20 06:53:36.0 +0100
+++ /var/tmp/diff_new_pack.Z28UAy/_new  2014-03-20 06:53:36.0 +0100
@@ -20,7 +20,7 @@
 Summary:Utilities for creating customized installation sources
 License:GPL-2.0+
 Group:  System/YaST
-Version:2014.3.14
+Version:2014.3.18
 Release:0
 Url:http://en.opensuse.org/Inst-source-utils
 BuildArch:  noarch

++ inst-source-utils.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/inst-source-utils/usr/bin/create_package_descr 
new/inst-source-utils/usr/bin/create_package_descr
--- old/inst-source-utils/usr/bin/create_package_descr  2014-03-14 
02:38:18.0 +0100
+++ new/inst-source-utils/usr/bin/create_package_descr  2014-03-18 
16:40:31.0 +0100
@@ -35,6 +35,7 @@
 use strict;
 use RPMQ;
 use Digest::MD5 ();
+use Encode;
 
 my 
(@DATADIRS,@IGNOREDIRS,@LANGUAGES,%SEEN_PACKAGE,%IGNORE_PACKAGE,@SHA_CACHEDIR);
 my %lang_alias = ( czech=cs,
@@ -494,22 +495,6 @@
 close ( $pkg_du );
 close ( $pkg_fl ) if $do_file_list;
 
-print INFO:now recoding to UTF-8: ;
-foreach my $file (packages,packages.DU) {
-print $file ;
-system ( recode, ISO-8859-1...UTF-8, $output_dir/$file );
-}
-foreach my $lang (@LANGUAGES) {
-my $file = packages.$lang_alias{$lang};
-print $file ;
-if ( $lang eq czech || $lang eq hungarian ) {
-   system ( recode, ISO-8859-2...UTF-8, $output_dir/$file );
-} else {
-   system ( recode, ISO-8859-1...UTF-8, $output_dir/$file );
-}
-}
-print \n;
-
 #
 #
 
@@ -567,22 +552,40 @@
   print $FH ## .join( ,@XX).\n;
 }
 
+sub utf8ify {
+  my ($value) = @_;
+  eval {
+Encode::_utf8_on($value);
+$value = encode('UTF-8', $value, Encode::FB_CROAK);
+  };
+  if ($@) {
+Encode::_utf8_off($value);
+$value = encode('UTF-8', $value, Encode::FB_DEFAULT);
+  }
+  Encode::_utf8_off($value);
+  return $value;
+}
+
 sub WriteAnyEntry {
   my ($FH,$value) = @_;
+  $value = utf8ify($value) if $value =~ /[\200-\377]/s;
   print $FH $value\n;
 }
 
 sub WriteSEntry {
   my ($FH,$tag,$value) = @_;
-  if ( $value ) { print $FH =$tag: $value\n; }
+  if ( $value ) {
+$value = utf8ify($value) if $value =~ /[\200-\377]/s;
+print $FH =$tag: $value\n;
+  }
 }
 
 sub WriteMEntry {
   my ($FH,$tag,@value) = @_;
   if ( @value  $value[0] ) {
-print $FH +$tag:\n;
-print $FH join(\n, @value).\n;
-print $FH -$tag:\n;
+my $value = join(\n, @value);
+$value = utf8ify($value) if $value =~ /[\200-\377]/s;
+print $FH +$tag:\n$value\n-$tag:\n;
   }
 }
 

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



commit libcamgm for openSUSE:Factory

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package libcamgm for openSUSE:Factory 
checked in at 2014-03-20 06:53:31

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


Package is libcamgm

Changes:

--- /work/SRC/openSUSE:Factory/libcamgm/libcamgm.changes2013-12-22 
19:34:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.libcamgm.new/libcamgm.changes   2014-03-20 
06:53:35.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 18 09:30:39 UTC 2014 - kkae...@suse.com
+
+- use correct type when calling C++ from Python
+  add libcamgm-1.0.2.patch
+
+---

New:

  libcamgm-1.0.2.patch



Other differences:
--
++ libcamgm.spec ++
--- /var/tmp/diff_new_pack.UzL3sj/_old  2014-03-20 06:53:35.0 +0100
+++ /var/tmp/diff_new_pack.UzL3sj/_new  2014-03-20 06:53:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcamgm
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -26,6 +26,8 @@
 
 Source0:libcamgm-%{version}.tar.bz2
 Source1:baselibs.conf
+# Call C++ from Python with correct types, k...@suse.de
+Patch:  %{name}-%{version}.patch
 Prefix: /usr
 
 BuildRequires:  autoconf
@@ -125,6 +127,7 @@
 %prep
 %setup
 translation-update-upstream
+%patch
 
 %build
 autoreconf --force --install --verbose

++ libcamgm-1.0.2.patch ++
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-libcamgm-1.0.2/testsuite/python-CertificateTestRef.single 
./testsuite/python-CertificateTestRef.single
--- ../orig-libcamgm-1.0.2/testsuite/python-CertificateTestRef.single   
2012-07-26 13:26:23.0 +0200
+++ ./testsuite/python-CertificateTestRef.single2014-03-18 
09:55:54.267980354 +0100
@@ -52,7 +52,7 @@
 
 # - create basic constrains extension ---
 
-cid.extensions().basicConstraints().setBasicConstraints(1, 3)
+cid.extensions().basicConstraints().setBasicConstraints(True, 3)
 
 # - create extended keyUsage extension --
 
@@ -67,7 +67,7 @@
 
 #  create key identifier extension 
-
 
-cid.extensions().subjectKeyIdentifier().setSubjectKeyIdentifier(1)
+cid.extensions().subjectKeyIdentifier().setSubjectKeyIdentifier(True)
 
cid.extensions().authorityKeyIdentifier().setKeyID(CaMgm.AuthorityKeyIdentifierGenerateExt.KeyID_always)
 
cid.extensions().authorityKeyIdentifier().setIssuer(CaMgm.AuthorityKeyIdentifierGenerateExt.Issuer_always)
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit iniparser for openSUSE:Factory

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package iniparser for openSUSE:Factory 
checked in at 2014-03-20 06:53:30

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


Package is iniparser

Changes:

--- /work/SRC/openSUSE:Factory/iniparser/iniparser.changes  2013-06-11 
09:28:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.iniparser.new/iniparser.changes 2014-03-20 
06:53:34.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 17 14:50:58 UTC 2014 - lmue...@suse.com
+
+- Remove superfluous obsoletes *-64bit in the ifarch ppc64 case; (bnc#437293).
+
+---



Other differences:
--
++ iniparser.spec ++
--- /var/tmp/diff_new_pack.POaLXt/_old  2014-03-20 06:53:35.0 +0100
+++ /var/tmp/diff_new_pack.POaLXt/_new  2014-03-20 06:53:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iniparser
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,7 +18,7 @@
 
 Name:   iniparser
 Version:3.1
-Release:101
+Release:0
 Url:http://ndevilla.free.fr/iniparser/
 Summary:Library to parse ini files
 License:MIT
@@ -40,11 +40,6 @@
 %package -n %{libiniparser_name}
 Summary:Library to parse ini files
 Group:  System/Libraries
-# bug437293
-%ifarch ppc64
-Obsoletes:  libiniparser-64bit
-%endif
-#
 
 %description -n %{libiniparser_name}
 Libiniparser offers parsing of ini files from the C level.
@@ -55,11 +50,6 @@
 %package -n libiniparser-devel
 Summary:Libraries and Header Files to Develop Programs with 
libiniparser Support
 Group:  Development/Libraries/C and C++
-# bug437293
-%ifarch ppc64
-Obsoletes:  libiniparser-devel-64bit
-%endif
-#
 %if 0%{?suse_version} == 0 || 0%{?suse_version}  1100
 Requires:   %{libiniparser_name} = %{version}
 %else
@@ -104,7 +94,6 @@
 
 %postun -n %{libiniparser_name} -p /sbin/ldconfig
 
-
 %files -n %{libiniparser_name}
 %defattr(-,root,root)
 %{_libdir}/libiniparser.so.*

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