[Bug 1032489] Hash-Case-1.02 bump

2014-01-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1032489

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Hash-Case-1.20.0-1.fc2
   ||1
 Resolution|--- |RAWHIDE
Last Closed||2014-01-28 03:27:41



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=DdTOWxqgg4a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1058664] New: FTBFS: perl-eperl-2.2.14-25.fc21: format not a string literal and no format arguments [-Werror=format-security]

2014-01-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1058664

Bug ID: 1058664
   Summary: FTBFS: perl-eperl-2.2.14-25.fc21: format not a string
literal and no format arguments
[-Werror=format-security]
   Product: Fedora
   Version: rawhide
 Component: perl-eperl
  Assignee: st...@silug.org
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, st...@silug.org



perl-eperl-2.2.14-25.fc21 fails to build in F21 because of
-Werror=format-security:

gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2
-fexcepti
ons -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches
-m6
4 -mtune=generic -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe
-fstack-p
rotector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/lib64/perl5/CORE -I. -c eperl_pp.c
eperl_main.c: In function 'give_readme':
eperl_main.c:153:5: error: format not a string literal and no format arguments
[-Werror=format-security]
 fprintf(stdout, ePerl_README);
 ^
eperl_main.c: In function 'give_license':
eperl_main.c:158:5: error: format not a string literal and no format arguments
[-Werror=format-security]
 fprintf(stdout, ePerl_LICENSE);
 ^

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=WUcpSbJcfPa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Math-GMP-2.07.tar.gz uploaded to lookaside cache by pghmcfc

2014-01-28 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Math-GMP:

a4a5fcb1fb3ab805d9720e98e0b3d519  Math-GMP-2.07.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Math-GMP] Update to 2.07

2014-01-28 Thread Paul Howarth
commit 39d55fa1121215dde94eeca3e163eaa14e91bbb5
Author: Paul Howarth p...@city-fan.org
Date:   Tue Jan 28 11:07:40 2014 +

Update to 2.07

- New upstream release 2.07
  - Go direct to XS for more speed
  - Add lcm/blcm, bsqrt, bmodinv
- Don't bother trying to run the release tests
- Use DESTDIR rather than PERL_INSTALL_ROOT
- Don't need to remove empty directories from the buildroot

 .gitignore|2 +-
 14964AC8.asc  |  428 -
 161C06B1.asc  |   68 ---
 Math-GMP-2.06-stopwords.patch |   60 --
 perl-Math-GMP.spec|   63 ++-
 sources   |2 +-
 6 files changed, 15 insertions(+), 608 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4301ec1..2f773aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Math-GMP-2.06.tar.gz
+/Math-GMP-[0-9.]*.tar.gz
diff --git a/perl-Math-GMP.spec b/perl-Math-GMP.spec
index b548784..8820921 100644
--- a/perl-Math-GMP.spec
+++ b/perl-Math-GMP.spec
@@ -1,14 +1,11 @@
 Summary:   High speed arbitrary size integer math
 Name:  perl-Math-GMP
-Version:   2.06
-Release:   14%{?dist}
+Version:   2.07
+Release:   1%{?dist}
 License:   LGPLv2+
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Math-GMP/
 Source0:   
http://search.cpan.org/CPAN/authors/id/T/TU/TURNSTEP/Math-GMP-%{version}.tar.gz
-Source1:   14964AC8.asc
-Source2:   161C06B1.asc
-Patch0:Math-GMP-2.06-stopwords.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildRequires: gmp-devel
 BuildRequires: perl(AutoLoader)
@@ -16,21 +13,9 @@ BuildRequires:   perl(Carp)
 BuildRequires: perl(DynaLoader)
 BuildRequires: perl(Exporter)
 BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(File::Comments)
-BuildRequires: perl(Module::Signature)
-BuildRequires: perl(Pod::Spell)
 BuildRequires: perl(Test::More)
-BuildRequires: perl(Test::Pod)
-BuildRequires: perl(Test::YAML::Meta)
-BuildRequires: perl(Text::SpellChecker)
-BuildRequires: perl(YAML)
-BuildRequires: hunspell-en
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
-# Critic and Pod Coverage tests fail, so make sure we don't try to run them 
for now
-BuildConflicts:perl(Perl::Critic)
-BuildConflicts:perl(Test::Pod::Coverage)
-
 # Don't provide private Perl libs
 %{?perl_default_filter}
 
@@ -41,51 +26,21 @@ gmp library for all of its calculations, as opposed to 
straight Perl functions.
 This can result in speed improvements.
 
 %prep
-# Do the build in a subdirectory so that the debug files list doesn't interfere
-# with the signature test
-%setup -q -c -n Math-GMP
-
-# Additional words for spell checker to ignore
-cd Math-GMP-%{version}
-%patch0 -p2
-cd -
-
-# Link docs back to top level for %%doc
-ln Math-GMP-%{version}/{README,Changes,LICENSE} .
-
-# Create a GPG directory for testing, to avoid using ~/.gnupg
-mkdir --mode=0700 gnupghome
-export GNUPGHOME=$(pwd)/gnupghome
-gpg --import %{SOURCE1} %{SOURCE2}
+%setup -q -n Math-GMP-%{version}
 
 %build
-cd Math-GMP-%{version}
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
 make %{?_smp_mflags}
-cd -
 
 %install
 rm -rf %{buildroot}
-make -C Math-GMP-%{version} pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} ';' 2/dev/null
 %{_fixperms} %{buildroot}
 
 %check
-export GNUPGHOME=$(pwd)/gnupghome
-cd Math-GMP-%{version}
-
-# Signature test would fail on recent distros due to presence of MYMETA.yml
-[ -f MYMETA.yml ]  mv MYMETA.yml ..
-
-# Locale set to en_US for spell check tests
-LANG=en_US make test RELEASE_TESTING=1
-
-# Restore MYMETA.yml if necessary
-[ -f ../MYMETA.yml ]  mv ../MYMETA.yml .
-
-cd -
+make test
 
 %clean
 rm -rf %{buildroot}
@@ -98,6 +53,14 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Math::GMP.3pm*
 
 %changelog
+* Tue Jan 28 2014 Paul Howarth p...@city-fan.org - 2.07-1
+- Update to 2.07
+  - Go direct to XS for more speed
+  - Add lcm/blcm, bsqrt, bmodinv
+- Don't bother trying to run the release tests
+- Use DESTDIR rather than PERL_INSTALL_ROOT
+- Don't need to remove empty directories from the buildroot
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.06-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index dd5e51b..b242773 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ead0cd7d7ec1076c6d5a5fbe81b91a3  Math-GMP-2.06.tar.gz
+a4a5fcb1fb3ab805d9720e98e0b3d519  Math-GMP-2.07.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org

[perl-Math-GMP] Created tag perl-Math-GMP-2.07-1.fc21

2014-01-28 Thread Paul Howarth
The lightweight tag 'perl-Math-GMP-2.07-1.fc21' was created pointing to:

 39d55fa... Update to 2.07
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File NetAddr-IP-4.072.tar.gz uploaded to lookaside cache by pghmcfc

2014-01-28 Thread Paul Howarth
A file has been added to the lookaside cache for perl-NetAddr-IP:

7764bf54881cd014880c0b77161f16aa  NetAddr-IP-4.072.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 814082] Move from db4 to db5

2014-01-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=814082

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-eperl-2.2.14-22.fc18
 Resolution|--- |CURRENTRELEASE
Last Closed||2014-01-28 06:28:02



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=FZENp6ThoZa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-NetAddr-IP] Update to 4.072

2014-01-28 Thread Paul Howarth
commit c5fa95d3ba771c19eb9ee56e6a2ee4b058f41f10
Author: Paul Howarth p...@city-fan.org
Date:   Tue Jan 28 11:38:16 2014 +

Update to 4.072

- New upstream release 4.072
  - Modify Makefile.PL to bypass missing 'pod2text'
- BR: perl(Pod::Text) to ensure we get pod2text

 perl-NetAddr-IP.spec |8 +++-
 sources  |2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/perl-NetAddr-IP.spec b/perl-NetAddr-IP.spec
index ce2d466..0247d72 100644
--- a/perl-NetAddr-IP.spec
+++ b/perl-NetAddr-IP.spec
@@ -1,5 +1,5 @@
 Name:   perl-NetAddr-IP
-Version:4.071
+Version:4.072
 Release:1%{?dist}
 Summary:Manages IPv4 and IPv6 addresses and subnets
 # Lite/Util/Util.xs is GPLv2+
@@ -16,6 +16,7 @@ BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(Math::BigInt)
+BuildRequires:  perl(Pod::Text)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(Socket6)
@@ -56,6 +57,11 @@ make test
 %{_mandir}/man3/NetAddr::IP::UtilPP.3pm*
 
 %changelog
+* Tue Jan 28 2014 Paul Howarth p...@city-fan.org - 4.072-1
+- Update to 4.072
+  - Modify Makefile.PL to bypass missing 'pod2text'
+- BR: perl(Pod::Text) to ensure we get pod2text
+
 * Tue Oct  1 2013 Paul Howarth p...@city-fan.org - 4.071-1
 - Update to 4.071
   - Add method canon
diff --git a/sources b/sources
index 1a2ff3c..166b833 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f0da45422022fdf1ccfa90b8068d782b  NetAddr-IP-4.071.tar.gz
+7764bf54881cd014880c0b77161f16aa  NetAddr-IP-4.072.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1058699] New: FTBFS: perl-AutoClass-1_01-20.fc21: Random tests failure

2014-01-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1058699

Bug ID: 1058699
   Summary: FTBFS: perl-AutoClass-1_01-20.fc21: Random tests
failure
   Product: Fedora
   Version: rawhide
 Component: perl-AutoClass
  Assignee: al...@users.sourceforge.net
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: al...@users.sourceforge.net,
perl-devel@lists.fedoraproject.org



perl-AutoClass-1_01-20.fc21 fails to build randomly because tests fail
sometimes like this:

PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -MTest::Harness
-e undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')
t/*.t
t/AutoArgsTest.t ... ok
t/AutoClassTest.t .. ok
t/classvarTest.t ... ok
t/defaultTest.t  1/? # Tests for handling of defaults with  synonyms.
Parent only
# Tests for handling of defaults with  synonyms. Parent and Child
t/defaultTest.t  ok
t/nullify.t  ok
t/override.t ... ok
t/RootTest.t ... ok
t/synonym.t  ok
t/testCase.t ... 1/? # test setting attributes from defaults
# test setting attributes from arguments
t/testCase.t ... ok
t/testInconsistent.t ... 1/?
#   Failed test 'use testInconsistent2 found expected inconsistencies'
#   at t/testInconsistent.t line 13.
#   'Inconsistent declarations for attribute(s) b a
#   Attribute b: declared instance attribute in testInconsistent2, class
attribute in testInconsistent1
#   Attribute a: declared instance attribute in testInconsistent1, class
attribute in testInconsistent2 at
/home/test/fedora/perl-AutoClass/AutoClass/blib/lib/Class/AutoClass.pm line
540.
#   Class::AutoClass::declare(testInconsistent2) called at
t/testInconsistent2.pm line 12
#   require testInconsistent2.pm called at (eval 11) line 2
#   main::BEGIN() called at t/testInconsistent2.pm line 0
#   eval {...} called at t/testInconsistent2.pm line 0
#   eval 'use testInconsistent2' called at t/testInconsistent.t line 12
# Compilation failed in require at (eval 11) line 2.
# BEGIN failed--compilation aborted at (eval 11) line 2.
# '
# doesn't match '(?^:^Inconsistent declarations for attribute\(s\) a b)'
# Looks like you failed 1 test of 2.
t/testInconsistent.t ... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
t/testNoAutoClass.t  ok
t/testNoUseParent.t  ok
t/testSynonyms2.t .. ok
t/testUseOutOfOrder.t .. ok

Test Summary Report
---
t/testInconsistent.t (Wstat: 256 Tests: 2 Failed: 1)
  Failed test:  2
  Non-zero exit status: 1
Files=14, Tests=362,  2 wallclock secs ( 0.17 usr  0.15 sys +  0.85 cusr  0.58
csys =  1.75 CPU)
Result: FAIL

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=eGIFA7gEnUa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-NetAddr-IP] Created tag perl-NetAddr-IP-4.072-1.fc21

2014-01-28 Thread Paul Howarth
The lightweight tag 'perl-NetAddr-IP-4.072-1.fc21' was created pointing to:

 c5fa95d... Update to 4.072
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1058709] New: FTBFS: perl-DBD-SQLite-1.40-2.fc21: tests fail

2014-01-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1058709

Bug ID: 1058709
   Summary: FTBFS: perl-DBD-SQLite-1.40-2.fc21: tests fail
   Product: Fedora
   Version: rawhide
 Component: perl-DBD-SQLite
  Assignee: jples...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
st...@silug.org



perl-DBD-SQLite-1.40-2.fc21 fails to build in F21 because some tests fail:

+ umask 022
+ cd /home/test/fedora/perl-DBD-SQLite
+ cd DBD-SQLite-1.40
+ make test
PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -MTest::Harness
-e undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')
t/*.t
# $DBI::VERSION=1.631
# Compile Options:
#   DISABLE_DIRSYNC
#   ENABLE_COLUMN_METADATA
#   ENABLE_FTS3
#   ENABLE_RTREE
#   ENABLE_UNLOCK_NOTIFY
#   SECURE_DELETE
#   SYSTEM_MALLOC
#   TEMP_STORE=1
#   THREADSAFE=1
t/01_compile.t .. ok
# sqlite_version=3.8.2
t/02_logon.t  ok
t/03_create_table.t . ok
t/04_insert.t ... ok
t/05_select.t ... ok
t/06_tran.t . ok

#   Failed test '$DBI::errstr ok'
#   at t/07_error.t line 31.
#   'UNIQUE constraint failed: testerror.a'
# doesn't match '(?^:column a is not unique)'
# Looks like you failed 1 test of 8.
t/07_error.t 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/8 subtests
t/08_busy.t . ok
t/09_create_function.t .. ok
t/10_create_aggregate.t . ok
t/12_unicode.t .. ok
t/13_create_collation.t . ok
t/14_progress_handler.t . ok
t/15_ak_dbd.t ... ok
t/16_column_info.t .. ok
t/17_createdrop.t ... ok
t/18_insertfetch.t .. ok
t/19_bindparam.t  ok
t/20_blobs.t  ok
t/21_blobtext.t . ok
t/22_listfields.t ... ok
t/23_nulls.t  ok
t/24_numrows.t .. ok
t/25_chopblanks.t ... ok
t/26_commit.t ... ok
t/27_metadata.t . ok
t/28_schemachange.t . ok
t/29_cppcomments.t .. ok
t/30_auto_rollback.t  ok
t/31_bind_weird_number_param.t .. ok
t/32_inactive_error.t ... ok
t/33_non_latin_path.t ... ok
t/34_online_backup.t  ok
t/35_table_info.t ... ok
t/36_hooks.t  ok
t/37_regexp.t ... ok
t/38_empty_statement.t .. ok

#   Failed test at t/39_foreign_keys.t line 52.

#   Failed test at t/39_foreign_keys.t line 65.
# Looks like you failed 2 tests of 17.
t/39_foreign_keys.t .
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/17 subtests
t/40_multiple_statements.t .. ok
t/41_placeholders.t . ok
t/42_primary_key_info.t . ok
t/43_fts3.t . ok
t/44_rtree.t  ok
t/45_savepoints.t ... ok
t/46_mod_perl.t . skipped: requires APR::Table
t/47_execute.t .. ok
t/48_bind_param_is_sticky.t . ok
t/49_trace_and_profile.t  ok
t/50_foreign_key_info.t . ok
t/51_table_column_metadata.t  ok
t/52_db_filename.t .. ok

#   Failed test 'num of sort: 0'
#   at t/53_status.t line 49.

#   Failed test 'num of sort: 0'
#   at t/53_status.t line 49.
# Looks like you failed 2 tests of 16.
t/53_status.t ...
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/16 subtests
t/54_literal_txn.t .. ok
t/cookbook_variance.t ... ok
t/rt_15186_prepcached.t . ok
t/rt_21406_auto_finish.t  ok
t/rt_25371_asymmetric_unicode.t . ok
t/rt_25460_numeric_aggregate.t .. ok
t/rt_25924_user_defined_func_unicode.t .. ok
t/rt_26775_distinct.t ... ok
t/rt_27553_prepared_cache_and_analyze.t . ok
t/rt_29058_group_by.t ... ok
t/rt_29629_sqlite_where_length.t  ok
t/rt_31324_full_names.t . ok
t/rt_32889_prepare_cached_reexecute.t 

[Bug 1058709] FTBFS: perl-DBD-SQLite-1.40-2.fc21: tests fail

2014-01-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1058709

Paul Howarth p...@city-fan.org changed:

   What|Removed |Added

 CC||p...@city-fan.org



--- Comment #1 from Paul Howarth p...@city-fan.org ---
Created attachment 856551
  -- https://bugzilla.redhat.com/attachment.cgi?id=856551action=edit
Upstream fix for sort error in t/53_status.t

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=7Vgobg45ena=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1058709] FTBFS: perl-DBD-SQLite-1.40-2.fc21: tests fail

2014-01-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1058709



--- Comment #2 from Paul Howarth p...@city-fan.org ---
Created attachment 856553
  -- https://bugzilla.redhat.com/attachment.cgi?id=856553action=edit
Upstream fix for test failures due to error message changes in sqlite 3.8.2

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=MXgua9azt1a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1058709] FTBFS: perl-DBD-SQLite-1.40-2.fc21: tests fail

2014-01-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1058709



--- Comment #3 from Paul Howarth p...@city-fan.org ---
Attached patches fixed my local build.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=OxP1bPE9Qba=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1058723] New: FTBFS: perl-DBD-Pg-2.19.3-5.fc21: tests fail

2014-01-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1058723

Bug ID: 1058723
   Summary: FTBFS: perl-DBD-Pg-2.19.3-5.fc21: tests fail
   Product: Fedora
   Version: rawhide
 Component: perl-DBD-Pg
  Assignee: jples...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: dev...@gunduz.org, jples...@redhat.com,
mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org
   External Bug ID: CPAN 88865



perl-DBD-Pg-2.19.3-5.fc21 fails to build in F21 because tests fail:

+ make test
PGINITDB=/usr/bin/initdb PERL_DL_NONLAZY=1 /usr/bin/perl
-MExtUtils::Command::MM -MTest::Harness -e undef
*Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch') t/*.t
t/00_signature.t  skipped: Set the environment variable TEST_SIGNATURE to
enable this test
t/00basic.t . ok
Please wait, creating new database for testing
Use of uninitialized value $info in pattern match (m//) at
t/dbdpg_test_setup.pl line 418.
Use of uninitialized value $info in pattern match (m//) at
t/dbdpg_test_setup.pl line 418.
# 
# DBI Version 1.631
# DBD::Pg Version 2.19.3
# PerlVersion 5.18.2
# OS  linux
# PostgreSQL (compiled)   90302
# PostgreSQL (target) 90302
# PostgreSQL (reported)   PostgreSQL 9.3.2 on x86_64-redhat-linux-gnu,
compiled by gcc (GCC) 4.8.2 20131212 (Red Hat 4.8.2-7), 64-bit
# Default port5432
# DBI_DSN
dbi:Pg:db=postgres;port=5440;host=pwd/dbdpg_test_database/data/socket
# DBI_USERmockbuild
# Test schema dbd_pg_testschema
# LANGC
# array_nulls on
# backslash_quote safe_encoding
# client_encoding UTF8
# server_encoding UTF8
# standard_conforming_strings on
# Adjusted:   initdb
t/01connect.t ... ok
t/01constants.t . ok
#   Failed test 'DB handle attribute PrintWarn shows warnings when on'
#   at t/02attribs.t line 263.
#   ''
# doesn't match '(?^:dbd_pg_test_temp)'
(in cleanup) DBD::Pg::st DESTROY failed: no connection to the server at
t/02attribs.t line 1558.
# Looks like you failed 1 test of 249.
t/02attribs.t ... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/249 subtests 
t/03dbmethod.t .. ok
t/03smethod.t ... ok
# Checking pg_st_split_statement. This may take a while...
t/04misc.t .. ok
t/06bytea.t . ok
t/07copy.t .. ok
t/08async.t . ok
t/09arrays.t  ok
t/12placeholders.t .. ok
t/20savepoints.t  ok
Removing test database directory
t/99cleanup.t ... ok
Test Summary Report
---
t/02attribs.t (Wstat: 256 Tests: 249 Failed: 1)
  Failed test:  23
  Non-zero exit status: 1
Files=15, Tests=1691, 64 wallclock secs ( 0.21 usr  0.03 sys +  4.41 cusr  1.19
csys =  5.84 CPU)
Result: FAIL

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=cWhpgLAHXXa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1058728] New: FTBFS: perl-HTTP-Daemon-SSL-1.04-13.fc21: tests fail

2014-01-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1058728

Bug ID: 1058728
   Summary: FTBFS: perl-HTTP-Daemon-SSL-1.04-13.fc21: tests fail
   Product: Fedora
   Version: rawhide
 Component: perl-HTTP-Daemon-SSL
  Assignee: steve.tray...@cern.ch
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
steve.tray...@cern.ch
   External Bug ID: CPAN 88998



perl-HTTP-Daemon-SSL-1.04-13.fc21 fails to build in F21 because tests fail:

Provádění(%check): /bin/sh -e /var/tmp/rpm-tmp.xggGnP
+ umask 022
+ cd /builddir/build/BUILD
+ cd HTTP-Daemon-SSL-1.04
+ make test
PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -MTest::Harness
-e undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')
t/*.t
t/loadmodule.t .. ok
Can't call method get_request on an undefined value at t/testmodule.t line
91.
t/testmodule.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/9 subtests 
Test Summary Report
---
t/testmodule.t (Wstat: 65280 Tests: 7 Failed: 2)
  Failed tests:  4, 7
  Non-zero exit status: 255
  Parse errors: Tests out of sequence.  Found (4) but expected (6)
Bad plan.  You planned 9 tests but ran 7.
Files=2, Tests=10,  1 wallclock secs ( 0.03 usr  0.00 sys +  0.17 cusr  0.02
csys =  0.22 CPU)
Result: FAIL

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=oc2L5LGdnNa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1058734] New: FTBFS: perl-URI-Title-1.86-6.fc21: tests fail

2014-01-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1058734

Bug ID: 1058734
   Summary: FTBFS: perl-URI-Title-1.86-6.fc21: tests fail
   Product: Fedora
   Version: rawhide
 Component: perl-URI-Title
  Assignee: psab...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, psab...@redhat.com
   External Bug ID: CPAN 92091



perl-URI-Title-1.86-6.fc21 fails to build in F21 because tests fail:

Provádění(%check): /bin/sh -e /var/tmp/rpm-tmp.XXCVgc
+ umask 022
+ cd /builddir/build/BUILD
+ cd URI-Title-1.86
+ make test
PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -MTest::Harness
-e undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')
t/*.t
t/00bootstrap.t .. ok
t/failure.t .. ok
#   Failed test 'got register title'
#   at t/html.t line 26.
Use of uninitialized value in string eq at t/html.t line 30.
#   Failed test 'got Twitter status'
#   at t/html.t line 30.
# Looks like you failed 2 tests of 2.
t/html.t . 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests 
Test Summary Report
---
t/html.t   (Wstat: 512 Tests: 2 Failed: 2)
  Failed tests:  1-2
  Non-zero exit status: 2
Files=3, Tests=4,  6 wallclock secs ( 0.02 usr  0.01 sys +  0.38 cusr  0.03
csys =  0.44 CPU)
Result: FAIL

This happens only when Internet is reachable, i.e. with local build.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=EarZAnO0k9a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File SOAP-Lite-1.10.tar.gz uploaded to lookaside cache by psabata

2014-01-28 Thread Petr Šabata
A file has been added to the lookaside cache for perl-SOAP-Lite:

aad50cef6b379c7568bc22ce948c9322  SOAP-Lite-1.10.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Any-Moose] Drop an extra dependency

2014-01-28 Thread Lubomir Rintel
commit 0745990fb5aacbf6e2d49c09cc28acee345003c4
Author: Lubomir Rintel lkund...@v3.sk
Date:   Tue Jan 28 14:27:38 2014 +0100

Drop an extra dependency

 perl-Any-Moose.spec |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/perl-Any-Moose.spec b/perl-Any-Moose.spec
index 382324f..a42a19b 100644
--- a/perl-Any-Moose.spec
+++ b/perl-Any-Moose.spec
@@ -11,7 +11,6 @@ BuildArch:  noarch
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Moose)
-BuildRequires:  perl(MooseX::Types)
 BuildRequires:  perl(Mouse) = 0.40
 # MouseX::Types requires Any::Moose
 %if !0%{?perl_bootstrap}
@@ -63,6 +62,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Jan 20 2014 Lubomir Rintel lkund...@v3.sk - 0.21-6
+- Drop an extra dependency
+
 * Wed Aug 14 2013 Jitka Plesnikova jples...@redhat.com - 0.21-5
 - Perl 5.18 re-rebuild of bootstrapped packages
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Any-Moose/epel7] (6 commits) ...Bootstrap

2014-01-28 Thread Lubomir Rintel
Summary of changes:

  7ca7511... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  7cff926... Rebuilt for perl-5.18.0 (*)
  e6c3abc... Perl 5.18 rebuild (*)
  57f6bba... Perl 5.18 re-rebuild of bootstrapped packages (*)
  0745990... Drop an extra dependency (*)
  82b6b39... Bootstrap

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Any-Moose/epel7: 6/6] Bootstrap

2014-01-28 Thread Lubomir Rintel
commit 82b6b39955cd16cbfa925f3b500586b8b3042842
Author: Lubomir Rintel lkund...@v3.sk
Date:   Tue Jan 28 14:25:28 2014 +0100

Bootstrap

 perl-Any-Moose.spec |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/perl-Any-Moose.spec b/perl-Any-Moose.spec
index a42a19b..10e9c00 100644
--- a/perl-Any-Moose.spec
+++ b/perl-Any-Moose.spec
@@ -1,7 +1,9 @@
+%global perl_bootstrap 1
+
 Name:   perl-Any-Moose
 Summary:Use Moose or Mouse automagically (DEPRECATED)
 Version:0.21
-Release:5%{?dist}
+Release:0.5%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Any-Moose-%{version}.tar.gz 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Mouse/epel7] (3 commits) ...update to 1.11

2014-01-28 Thread Lubomir Rintel
Summary of changes:

  7466c9b... update to 1.06 (*)
  de07f6b... Perl 5.18 rebuild (*)
  c83e6ba... update to 1.11 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Any-Moose] Fix bogus changelog date

2014-01-28 Thread Lubomir Rintel
commit 93d12931d4bfae12793f418e6f94eb6c5e56dfee
Author: Lubomir Rintel lkund...@v3.sk
Date:   Tue Jan 28 14:32:26 2014 +0100

Fix bogus changelog date

 perl-Any-Moose.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-Any-Moose.spec b/perl-Any-Moose.spec
index a42a19b..6e510da 100644
--- a/perl-Any-Moose.spec
+++ b/perl-Any-Moose.spec
@@ -62,7 +62,7 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
-* Tue Jan 20 2014 Lubomir Rintel lkund...@v3.sk - 0.21-6
+* Tue Jan 28 2014 Lubomir Rintel lkund...@v3.sk - 0.21-6
 - Drop an extra dependency
 
 * Wed Aug 14 2013 Jitka Plesnikova jples...@redhat.com - 0.21-5
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Any-Moose/epel7] Fix bogus changelog date

2014-01-28 Thread Lubomir Rintel
commit e2cc0da1231ce32fdfa6bdcd3f655d521ac57f6b
Author: Lubomir Rintel lkund...@v3.sk
Date:   Tue Jan 28 14:32:26 2014 +0100

Fix bogus changelog date

 perl-Any-Moose.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-Any-Moose.spec b/perl-Any-Moose.spec
index 10e9c00..ee29ef6 100644
--- a/perl-Any-Moose.spec
+++ b/perl-Any-Moose.spec
@@ -64,7 +64,7 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
-* Tue Jan 20 2014 Lubomir Rintel lkund...@v3.sk - 0.21-6
+* Tue Jan 28 2014 Lubomir Rintel lkund...@v3.sk - 0.21-6
 - Drop an extra dependency
 
 * Wed Aug 14 2013 Jitka Plesnikova jples...@redhat.com - 0.21-5
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-Catalyst-Controller-HTML-FormFu

2014-01-28 Thread buildsys


perl-Catalyst-Controller-HTML-FormFu has broken dependencies in the rawhide 
tree:
On x86_64:
perl-Catalyst-Controller-HTML-FormFu-0.09004-4.fc20.noarch requires 
perl(HTML::FormFu::MultiForm)
On i386:
perl-Catalyst-Controller-HTML-FormFu-0.09004-4.fc20.noarch requires 
perl(HTML::FormFu::MultiForm)
On armhfp:
perl-Catalyst-Controller-HTML-FormFu-0.09004-4.fc20.noarch requires 
perl(HTML::FormFu::MultiForm)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: mojomojo

2014-01-28 Thread buildsys


mojomojo has broken dependencies in the rawhide tree:
On x86_64:
mojomojo-1.10-1.fc20.noarch requires 
perl(HTML::FormFu::Element::reCAPTCHA)
On i386:
mojomojo-1.10-1.fc20.noarch requires 
perl(HTML::FormFu::Element::reCAPTCHA)
On armhfp:
mojomojo-1.10-1.fc20.noarch requires 
perl(HTML::FormFu::Element::reCAPTCHA)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-Language-Expr

2014-01-28 Thread buildsys


perl-Language-Expr has broken dependencies in the rawhide tree:
On x86_64:
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-qpid_proton

2014-01-28 Thread buildsys


perl-qpid_proton has broken dependencies in the rawhide tree:
On x86_64:
perl-qpid_proton-0.6-1.fc21.x86_64 requires perl(qpid_proton)
perl-qpid_proton-0.6-1.fc21.x86_64 requires 
perl(qpid::proton::ExceptionHandling)
On i386:
perl-qpid_proton-0.6-1.fc21.i686 requires perl(qpid_proton)
perl-qpid_proton-0.6-1.fc21.i686 requires 
perl(qpid::proton::ExceptionHandling)
On armhfp:
perl-qpid_proton-0.6-1.fc21.armv7hl requires perl(qpid_proton)
perl-qpid_proton-0.6-1.fc21.armv7hl requires 
perl(qpid::proton::ExceptionHandling)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

perl-File-ReadBackwards on EPEL7

2014-01-28 Thread Orion Poplawski
FYI - I'm requesting an EPEL7 branch for perl-File-ReadBackwards and will be
doing a build.

-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-SGML-Parser-OpenSP/epel7] updated changelog/releasever

2014-01-28 Thread Nathanael Noblet
commit 71d7cfedab6d554d26fb65a5d77d8554e301da9c
Author: Nathanael D. Noblet nathan...@noblet.ca
Date:   Tue Jan 28 09:15:51 2014 -0700

updated changelog/releasever

 perl-SGML-Parser-OpenSP.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-SGML-Parser-OpenSP.spec b/perl-SGML-Parser-OpenSP.spec
index 1a077ec..74f0c92 100644
--- a/perl-SGML-Parser-OpenSP.spec
+++ b/perl-SGML-Parser-OpenSP.spec
@@ -1,6 +1,6 @@
 Name:   perl-SGML-Parser-OpenSP
 Version:0.994
-Release:14%{?dist}
+Release:15%{?dist}
 Summary:Perl interface to the OpenSP SGML and XML parser
 
 License:GPL+ or Artistic
@@ -57,6 +57,9 @@ make test
 
 
 %changelog
+* Tue Jan 28 2014 Nathanael Noblet nathan...@gnat.ca - 0.994-15
+- Exclude ppc64 due to missing deps
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.994-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-File-ReadBackwards/epel7] (3 commits) ...Update to 1.05

2014-01-28 Thread Orion Poplawski
Summary of changes:

  828dc42... Perl 5.18 rebuild (*)
  7c4db90... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  9073f73... Update to 1.05 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-SGML-Parser-OpenSP/epel7] exclude ppc64 for now as perl-class-accessor is unavailable

2014-01-28 Thread Nathanael Noblet
commit 09acd6327d876e6d1126ebed87ae9e1e1ec84c27
Author: Nathanael D. Noblet nathan...@noblet.ca
Date:   Tue Jan 28 09:14:44 2014 -0700

exclude ppc64 for now as perl-class-accessor is unavailable

 perl-SGML-Parser-OpenSP.spec |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/perl-SGML-Parser-OpenSP.spec b/perl-SGML-Parser-OpenSP.spec
index 35b0e52..1a077ec 100644
--- a/perl-SGML-Parser-OpenSP.spec
+++ b/perl-SGML-Parser-OpenSP.spec
@@ -13,6 +13,7 @@ BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  opensp-devel
+ExcludeArch:ppc64
 Requires:   perl(Class::Accessor)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: [perl-SGML-Parser-OpenSP/epel7] exclude ppc64 for now as perl-class-accessor is unavailable

2014-01-28 Thread Paul Howarth

On 28/01/14 16:14, Nathanael Noblet wrote:

commit 09acd6327d876e6d1126ebed87ae9e1e1ec84c27
Author: Nathanael D. Noblet nathan...@noblet.ca
Date:   Tue Jan 28 09:14:44 2014 -0700

 exclude ppc64 for now as perl-class-accessor is unavailable

  perl-SGML-Parser-OpenSP.spec |1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


I'm in the process of fixing that:

https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-0374/perl-Class-Accessor-0.31-0.6.1.el6

Paul.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Text-CSV_XS-1.03.tgz uploaded to lookaside cache by psabata

2014-01-28 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Text-CSV_XS:

daadc6af7da8155d8d4c99366c79db1a  Text-CSV_XS-1.03.tgz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Text-CSV_XS] 1.03 bump

2014-01-28 Thread Petr Šabata
commit 802547e09b2dbc828297ea507ec9fc068ea856f8
Author: Petr Šabata con...@redhat.com
Date:   Tue Jan 28 17:42:44 2014 +0100

1.03 bump

 .gitignore|1 +
 perl-Text-CSV_XS.spec |5 -
 sources   |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b99989b..25e4071 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@ Text-CSV_XS-0.72.tgz
 /Text-CSV_XS-1.00.tgz
 /Text-CSV_XS-1.01.tgz
 /Text-CSV_XS-1.02.tgz
+/Text-CSV_XS-1.03.tgz
diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec
index 69aa99c..67d6848 100644
--- a/perl-Text-CSV_XS.spec
+++ b/perl-Text-CSV_XS.spec
@@ -1,5 +1,5 @@
 Name:   perl-Text-CSV_XS
-Version:1.02
+Version:1.03
 Release:1%{?dist}
 Summary:Comma-separated values manipulation routines
 Group:  Development/Libraries
@@ -67,6 +67,9 @@ make test %{?_smp_mflags}
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Tue Jan 28 2014 Petr Šabata con...@redhat.com - 1.03-1
+- 1.03 bump
+
 * Wed Nov 20 2013 Petr Šabata con...@redhat.com - 1.02-1
 - 1.02 bump
 
diff --git a/sources b/sources
index ddd3763..2a5b7ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6eea14245cd119f8b81ef2d1db852323  Text-CSV_XS-1.02.tgz
+daadc6af7da8155d8d4c99366c79db1a  Text-CSV_XS-1.03.tgz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: [perl-SGML-Parser-OpenSP/epel7] exclude ppc64 for now as perl-class-accessor is unavailable

2014-01-28 Thread Paul Howarth

On 28/01/14 16:32, Paul Howarth wrote:

On 28/01/14 16:14, Nathanael Noblet wrote:

commit 09acd6327d876e6d1126ebed87ae9e1e1ec84c27
Author: Nathanael D. Noblet nathan...@noblet.ca
Date:   Tue Jan 28 09:14:44 2014 -0700

 exclude ppc64 for now as perl-class-accessor is unavailable

  perl-SGML-Parser-OpenSP.spec |1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


I'm in the process of fixing that:

https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-0374/perl-Class-Accessor-0.31-0.6.1.el6


And, having now noticed that you were referring to epel7, spot has 
branched this yesterday but not yet built it, so it should be available 
soon (in EPEL, for all architectures; only EL-6 has the arch-specific 
issue).


Paul.

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Text-CSV_XS/f20] 1.03 bump

2014-01-28 Thread Petr Šabata
Summary of changes:

  802547e... 1.03 bump (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1058009] perl-Text-CSV_XS-1.03 is available

2014-01-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1058009



--- Comment #1 from Fedora Update System upda...@fedoraproject.org ---
perl-Text-CSV_XS-1.03-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/perl-Text-CSV_XS-1.03-1.fc20

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=7KKYXtmMJta=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Test-Mojibake] Created tag perl-Test-Mojibake-0.9-2.el7

2014-01-28 Thread Paul Howarth
The lightweight tag 'perl-Test-Mojibake-0.9-2.el7' was created pointing to:

 f1bf3e6... Bootstrap epel7 build
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Test-Mojibake] Created tag perl-Test-Mojibake-0.9-3.fc21

2014-01-28 Thread Paul Howarth
The lightweight tag 'perl-Test-Mojibake-0.9-3.fc21' was created pointing to:

 d379646... Bootstrap build for epel7 done
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Test-Mojibake] Created tag perl-Test-Mojibake-0.9-2.fc21

2014-01-28 Thread Paul Howarth
The lightweight tag 'perl-Test-Mojibake-0.9-2.fc21' was created pointing to:

 f1bf3e6... Bootstrap epel7 build
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: [perl-SGML-Parser-OpenSP/epel7] exclude ppc64 for now as perl-class-accessor is unavailable

2014-01-28 Thread Paul Howarth
On Tue, 28 Jan 2014 12:01:49 -0700
Nathanael D. Noblet nathan...@noblet.ca wrote:

 On Tue, 2014-01-28 at 16:36 +, Paul Howarth wrote:
  On 28/01/14 16:32, Paul Howarth wrote:
   On 28/01/14 16:14, Nathanael Noblet wrote:
   commit 09acd6327d876e6d1126ebed87ae9e1e1ec84c27
   Author: Nathanael D. Noblet nathan...@noblet.ca
   Date:   Tue Jan 28 09:14:44 2014 -0700
  
exclude ppc64 for now as perl-class-accessor is unavailable
  
 perl-SGML-Parser-OpenSP.spec |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
  
   I'm in the process of fixing that:
  
   https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-0374/perl-Class-Accessor-0.31-0.6.1.el6
  
  And, having now noticed that you were referring to epel7, spot has 
  branched this yesterday but not yet built it, so it should be
  available soon (in EPEL, for all architectures; only EL-6 has the
  arch-specific issue).
  
 
 Awesome - After I emailed spot I remembered that it was likely what
 you just described... I eagerly await the fix for el6 and build on
 el7.

spot has done the el7 build now.

Paul.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Software-License/epel7] (7 commits) ...Update to 0.103008

2014-01-28 Thread Paul Howarth
Summary of changes:

  4de72bd... Perl 5.18 rebuild (*)
  48493fb... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  9405841... Update to 0.103006 release (rhbz #1021385) (*)
  2509d75... Add Module::Load BR (*)
  ee29560... Fix EL-5 support and tidy up buildreqs (*)
  232beef... Update to 0.103007 (*)
  001cbe8... Update to 0.103008 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Array-Diff/epel7] (4 commits) ...Get rid of pointless in-place edit flag in perl filter invocation

2014-01-28 Thread Paul Howarth
Summary of changes:

  c27c6b8... Perl 5.18 rebuild (*)
  18e76a2... Perl 5.18 rebuild (*)
  b2cd981... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  5073982... Get rid of pointless in-place edit flag in perl filter invo (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Software-License] Created tag perl-Software-License-0.103008-1.el7

2014-01-28 Thread Paul Howarth
The lightweight tag 'perl-Software-License-0.103008-1.el7' was created pointing 
to:

 001cbe8... Update to 0.103008
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Array-Diff] Created tag perl-Array-Diff-0.07-14.el7

2014-01-28 Thread Paul Howarth
The lightweight tag 'perl-Array-Diff-0.07-14.el7' was created pointing to:

 5073982... Get rid of pointless in-place edit flag in perl filter invo
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Module-ExtractUse/epel7] (4 commits) ...Update to 0.32

2014-01-28 Thread Paul Howarth
Summary of changes:

  5f4ea58... Update to 0.31 (*)
  75b91ae... Perl 5.18 rebuild (*)
  adb81f1... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  97fa6d4... Update to 0.32 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Module-ExtractUse] Created tag perl-Module-ExtractUse-0.32-1.el7

2014-01-28 Thread Paul Howarth
The lightweight tag 'perl-Module-ExtractUse-0.32-1.el7' was created pointing to:

 97fa6d4... Update to 0.32
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Test-Kwalitee/epel7] (10 commits) ...Update to 1.15

2014-01-28 Thread Paul Howarth
Summary of changes:

  924e931... Update to 1.07 (*)
  246dfc9... Update to 1.08 (*)
  a56d7c4... Update to 1.09 (*)
  dbd13a6... Update to 1.10 (*)
  bfa0f46... Perl 5.18 rebuild (*)
  190f3ad... Update to 1.11 (*)
  d16164c... Update to 1.12 (*)
  f6fd2cd... Update to 1.13 (*)
  6a5a612... Update to 1.14 (*)
  a88c0f8... Update to 1.15 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Test-Kwalitee] Created tag perl-Test-Kwalitee-1.15-1.el7

2014-01-28 Thread Paul Howarth
The lightweight tag 'perl-Test-Kwalitee-1.15-1.el7' was created pointing to:

 a88c0f8... Update to 1.15
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Mozilla-PublicSuffix] New upstream release - 0.1.17

2014-01-28 Thread Yanko Kaneti
commit 97c4583f8af15433c81e3f1c8aaea4438f15
Author: Yanko Kaneti yan...@declera.com
Date:   Wed Jan 29 01:25:28 2014 +0200

New upstream release - 0.1.17

- Latest public suffix list from publicsuffix.org

 .gitignore |1 +
 effective_tld_names.dat|  428 +---
 perl-Mozilla-PublicSuffix.spec |8 +-
 sources|2 +-
 4 files changed, 406 insertions(+), 33 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 34ca667..af2ec84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Mozilla-PublicSuffix-v0.1.13.tar.gz
 /Mozilla-PublicSuffix-v0.1.15.tar.gz
 /Mozilla-PublicSuffix-v0.1.16.tar.gz
+/Mozilla-PublicSuffix-v0.1.17.tar.gz
diff --git a/effective_tld_names.dat b/effective_tld_names.dat
index 843df59..d36d55b 100644
--- a/effective_tld_names.dat
+++ b/effective_tld_names.dat
@@ -188,6 +188,7 @@ tur.ar
 
 // arpa : http://en.wikipedia.org/wiki/.arpa
 // Confirmed by registry iana-questi...@icann.org 2008-06-18
+arpa
 e164.arpa
 in-addr.arpa
 ip6.arpa
@@ -212,6 +213,7 @@ or.at
 
 // au : http://en.wikipedia.org/wiki/.au
 // http://www.auda.org.au/
+au
 // 2LDs
 com.au
 net.au
@@ -490,6 +492,7 @@ org.bt
 
 // bv : No registrations at this time.
 // Submitted by registry ja...@uninett.no 2006-06-16
+bv
 
 // bw : http://en.wikipedia.org/wiki/.bw
 // http://www.gobin.info/domainname/bw.doc
@@ -868,6 +871,7 @@ ga
 
 // gb : This registry is effectively dormant
 // Submitted by registry damien.s...@ja.net 2008-06-12
+gb
 
 // gd : http://en.wikipedia.org/wiki/.gd
 gd
@@ -921,6 +925,7 @@ gm
 
 // gn : http://psg.com/dns/gn/gn.txt
 // Submitted by registry ra...@psg.com 2008-06-17
+gn
 ac.gn
 com.gn
 edu.gn
@@ -3301,6 +3306,7 @@ edu.kn
 gov.kn
 
 // kp : http://www.kcce.kp/en_index.php
+kp
 com.kp
 edu.kp
 gov.kp
@@ -3378,6 +3384,7 @@ org.la
 
 // lb : http://en.wikipedia.org/wiki/.lb
 // Submitted by registry ra...@psg.com 2008-06-17
+lb
 com.lb
 edu.lb
 gov.lb
@@ -3416,6 +3423,7 @@ hotel.lk
 
 // lr : http://psg.com/dns/lr/lr.txt
 // Submitted by registry ra...@psg.com 2008-06-17
+lr
 com.lr
 edu.lr
 gov.lr
@@ -5693,6 +5701,7 @@ si
 
 // sj : No registrations at this time.
 // Submitted by registry ja...@uninett.no 2008-06-16
+sj
 
 // sk : http://en.wikipedia.org/wiki/.sk
 // list of 2nd level domains ?
@@ -5875,6 +5884,10 @@ org.to
 edu.to
 mil.to
 
+// tp : No registrations at this time.
+// Submitted by Ryan Sleevi ryan.sle...@gmail.com 2014-01-03
+tp
+
 // tr : http://en.wikipedia.org/wiki/.tr
 *.tr
 !nic.tr
@@ -5928,6 +5941,7 @@ club.tw
 
 // tz : http://www.tznic.or.tz/index.php/domains
 // Confirmed by registry mana...@tznic.or.tz 2013-01-22
+tz
 ac.tz
 co.tz
 go.tz
@@ -6470,6 +6484,9 @@ yt
 // xn--3e0b707e (Republic of Korea Hangul) : KR
 한국
 
+// xn--80ao21a (Kaz Kazakh) : KZ
+қаз
+
 // xn--fzc2c9e2c (Lanka Sinhalese-Sinhala) : LK
 // http://nic.lk
 ලංකා
@@ -6481,6 +6498,12 @@ yt
 // xn--mgbc0a9azcg (Morocco / al-Maghrib Arabic) : MA
 المغرب
 
+// xn--l1acc (mon Mongolian) : MN
+мон
+
+// xn--mgbx4cd0ab (Malaysia Malay) : MY
+مليسيا
+
 // xn--mgb9awbf (Oman Arabic) : OM
 عمان
 
@@ -6743,36 +6766,6 @@ otsuka
 // xn--fiQ64b : 2013-10-14 CITIC Group Corporation
 中信
 
-// wed : 2013-10-02 Atgron, Inc. 
-wed
-
-// pink : 2013-10-02 Afilias Limited 
-pink
-
-// ruhr : 2013-10-02 regiodot GmbH  Co. KG 
-ruhr
-
-// buzz : 2013-10-03 DOTSTRATEGY CO. 
-buzz
-
-// careers : 2013-10-03 Wild Corner, LLC 
-careers
-
-// shoes : 2013-10-03 Binky Galley, LLC 
-shoes
-
-// xn--4gbrim : 2013-10-07 Suhub Electronic Establishment 
-موقع
-
-// career : 2013-10-09 dotCareer, LLC 
-career
-
-// otsuka : 2013-10-11 Otsuka Holdings Co. Ltd. 
-otsuka
-
-// xn--fiQ64b : 2013-10-14 CITIC Group Corporation 
-中信
-
 // gift : 2013-10-18 Uniregistry Corp. 
 gift
 
@@ -6950,6 +6943,381 @@ TOKYO
 // moe : 2013-11-13 Interlink Co., Ltd. 
 moe
 
+// guitars : 2013-11-14 Uniregistry, Corp. 
+guitars
+
+// bargains : 2013-11-14 Half Hallow, LLC 
+bargains
+
+// xn--nqv7fs00ema : 2013-11-14 Public Interest Registry 
+组织机构
+
+// desi : 2013-11-14 Desi Networks LLC 
+desi
+
+// cool : 2013-11-14 Koko Lake, LLC 
+cool
+
+// boutique : 2013-11-14 Over Galley, LLC 
+boutique
+
+// pics : 2013-11-14 Uniregistry, Corp. 
+pics
+
+// xn--c1avg : 2013-11-14 Public Interest Registry 
+орг
+
+// xn--55qx5d : 2013-11-14 Computer Network Information Center of Chinese 
Academy of Sciences (China Internet Network Information Center) 
+公司
+
+// xn--io0a7i : 2013-11-14 Computer Network Information Center of Chinese 
Academy of Sciences (China Internet Network Information Center) 
+网络
+
+// cheap : 2013-11-14 Sand Cover, LLC 
+cheap
+
+// xn--xhq521b : 2013-11-14 Guangzhou YU Wei Information Technology Co., Ltd. 
+广东
+
+// photo : 2013-11-14 Uniregistry, Corp. 
+photo
+
+// network : 2013-11-14 Trixy Manor, LLC 
+network
+
+// zone : 2013-11-14 Outer Falls, LLC 
+zone
+
+// xn--nqv7f : 2013-11-14 Public Interest Registry 
+机构
+
+// link : 

[Bug 1059002] New: On F19, perl's IO::Socket::SSL has problems verifying server's certificate (but works on F20)

2014-01-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1059002

Bug ID: 1059002
   Summary: On F19, perl's IO::Socket::SSL has problems verifying
server's certificate (but works on F20)
   Product: Fedora
   Version: 19
 Component: perl-IO-Socket-SSL
  Assignee: p...@city-fan.org
  Reporter: bugh...@gluino.name
QA Contact: extras...@fedoraproject.org
CC: j...@di.uminho.pt, p...@city-fan.org,
perl-devel@lists.fedoraproject.org



Description of problem:
===

I run a DNS update on DynDNS servers using the ddclient script.

ddclient uses IO::Socket::SSL 

  (see http://search.cpan.org/~sullr/IO-Socket-SSL-1.966/lib/IO/Socket/SSL.pm) 

to set up an https connection to 

  https://members.dyndns.org

in order to to submit update data.

The root certificate authority certificate for this connection is

--
  Data:
  Version: 3 (0x2)
  Serial Number: 33554617 (0x2b9)
  Signature Algorithm: sha1WithRSAEncryption
  Issuer: C=IE, O=Baltimore, OU=CyberTrust, CN=Baltimore CyberTrust Root
  Validity
  Not Before: May 12 18:46:00 2000 GMT
  Not After : May 12 23:59:00 2025 GMT
  Subject: C=IE, O=Baltimore, OU=CyberTrust, CN=Baltimore CyberTrust Root
--

This certificate can be found in the bundle file

  /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt

on both Fedora 19 and Fedora 20.

Certificate in PEM format for greppability:

-BEGIN TRUSTED CERTIFICATE-
MIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJ
RTESMBAGA1UEChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYD
VQQDExlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290MB4XDTAwMDUxMjE4NDYwMFoX
DTI1MDUxMjIzNTkwMFowWjELMAkGA1UEBhMCSUUxEjAQBgNVBAoTCUJhbHRpbW9y
ZTETMBEGA1UECxMKQ3liZXJUcnVzdDEiMCAGA1UEAxMZQmFsdGltb3JlIEN5YmVy
VHJ1c3QgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKMEuyKr
mD1X6CZymrV51Cni4eiVgLGw41uOKymaZN+hXe2wCQVt2yguzmKiYv60iNoS6zjr
IZ3AQSsBUnuId9Mcj8e6uYi1agnnc+gRQKfRzMpijS3ljwumUNKoUMMo6vWrJYeK
mpYcqWe4PwzV9/lSEy/CG9VwcPCPwBLKBsua4dnKM3p31vjsufFoREJIE9LAwqSu
XmD+tqYF/LTdB1kC1FkYmGP1pWPgkAx9XbIGevOF6uvUA65ehD5f/xXtabz5OTZy
dc93Uk3zyZAsuT3lySNTPx8kmCFcB5kpvcY67Oduhjprl3RjM71oGDHweI12v/ye
jl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYDVR0OBBYEFOWdWTCCR1jMrPoIVDaGezq1
BE3wMBIGA1UdEwEB/wQIMAYBAf8CAQMwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3
DQEBBQUAA4IBAQCFDF2O5G9RaEIFoN27TyclhAO992T9Ldcw46QQF+vaKSm2eT92
9hkTI7gQCvlYpNRhcL0EYWoSihfVCr3FvDB81ukMJY2GQE/szKN+OMY3EU/t3Wgx
jkzSswF07r51XgdIGn9w/xZchMB5hbgF/X++ZRGjD8ACtPhSNzkE1akxehi/oCr0
Epn3o0WC4zxe9Z2etciefC7IpJ5OCBRLbf1wbWsaY71k5h+3zvDyny67G7fyUIhz
ksLi4xaNmjICq44Y3ekQEe5+NauQrz4wlHrQMz2nZQ/1/I6eYs9HRCwBXbsdtTLS
R9I4LtD+gdwyah617jzV/OeBHRnDJELqYzmpMDEwFAYIKwYBBQUHAwQGCCsGAQUF
BwMBDBlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290
-END TRUSTED CERTIFICATE-


Problem
===


Running ddclient on Fedora 20 
(which has perl-IO-Socket-SSL-1.955-1.fc20.noarch) 
works.

Running ddclient on Fedora 19 
(which has perl-IO-Socket-SSL-1.88-1.fc19.noarch) 
results in connection failure:

-
WARNING:  cannot connect to members.dyndns.org:443 socket:  IO::Socket::IP
configuration failed SSL connect attempt failed with unknown error
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify
failed
-

(Sorry for the horrific formatting, but that is the way it is)


The code to connect to the DynDNS server is:

-
  $sd = IO::Socket::SSL-new(
PeerAddr = $peer,
PeerPort = $port,
Proto = 'tcp',
MultiHomed = 1,
SSL_verify_mode = SSL_VERIFY_PEER,
Timeout = opt('timeout'),
);
-

It turns out that explicitly specifying the trusted CA file in this call makes
things work on Fedora 19:

-
 $sd = IO::Socket::SSL-new(
PeerAddr = $peer,
PeerPort = $port,
Proto = 'tcp',
MultiHomed = 1,
SSL_verify_mode = SSL_VERIFY_PEER,
Timeout = opt('timeout'),
SSL_ca_file =
'/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt'
);
-


Conclusion is that IO::Socket:SSL does not fetch its trusted CA file from the
expected place, at least on Fedora 19.

Additionally, note that IO::Socket::SSL doesn't care about the debugging
setting as explained in

http://search.cpan.org/~sullr/IO-Socket-SSL-1.966/lib/IO/Socket/SSL.pm#DEBUGGING

for some reason.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=mWs4iivc7ra=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1052192] perl-IO-Socket-IP-0.25 is available

2014-01-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1052192



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
perl-IO-Socket-IP-0.26-1.fc20 has been pushed to the Fedora 20 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=0XghzSd09Fa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1055294] perl-Net-DNS-0.74 is available

2014-01-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1055294



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
perl-Net-DNS-0.74-1.fc20 has been pushed to the Fedora 20 stable repository. 
If problems still persist, please make note of it in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=pvqvMm8Iwya=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1052853] Unnecessary dependencies

2014-01-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1052853



--- Comment #1 from Mathieu Bridon boche...@fedoraproject.org ---
Anyone?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=0s6uGhB5Iaa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1052853] Unnecessary dependencies

2014-01-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1052853

Ralf Corsepius rc040...@freenet.de changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||rc040...@freenet.de
   Assignee|iarn...@gmail.com   |rc040...@freenet.de



--- Comment #2 from Ralf Corsepius rc040...@freenet.de ---
Seems obvious to me. Taking.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=h0zE59jk7Ja=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Throwable] Remove bogus R: perl(ExtUtils::MakeMaker) (RHBZ #1052853).

2014-01-28 Thread corsepiu
commit e88369119096076ba2c6d454525c26c60d3653a7
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Jan 29 06:28:49 2014 +0100

Remove bogus R: perl(ExtUtils::MakeMaker) (RHBZ #1052853).

- Remove redundant R: perl(Moose).

 perl-Throwable.spec |8 +---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/perl-Throwable.spec b/perl-Throwable.spec
index d25fc6c..bbeca7c 100644
--- a/perl-Throwable.spec
+++ b/perl-Throwable.spec
@@ -1,6 +1,6 @@
 Name:   perl-Throwable
 Version:0.102080
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Role for classes that can be thrown
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -16,8 +16,6 @@ BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Pod::Coverage::TrustPod)
 
 Requires:   perl(Devel::StackTrace) = 1.21
-Requires:   perl(ExtUtils::MakeMaker) = 6.11
-Requires:   perl(Moose) = 0.87
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %{?perl_default_filter}
@@ -52,6 +50,10 @@ RELEASE_TESTING=1 make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jan 29 2014 Ralf Corsépius corse...@fedoraproject.org - 0.102080-11
+- Remove bogus R: perl(ExtUtils::MakeMaker) (RHBZ #1052853).
+- Remove redundant R: perl(Moose).
+
 * Sun Aug 04 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.102080-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Throwable/f20] Remove bogus R: perl(ExtUtils::MakeMaker) (RHBZ #1052853).

2014-01-28 Thread corsepiu
Summary of changes:

  e883691... Remove bogus R: perl(ExtUtils::MakeMaker) (RHBZ #1052853). (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Throwable/f19] (4 commits) ...Merge cleanup.

2014-01-28 Thread corsepiu
Summary of changes:

  426eac7... Perl 5.18 rebuild (*)
  bc7ea12... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  e883691... Remove bogus R: perl(ExtUtils::MakeMaker) (RHBZ #1052853). (*)
  aa21418... Merge cleanup.

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Throwable/f19: 4/4] Merge cleanup.

2014-01-28 Thread corsepiu
commit aa214188083de741b666d8afd85c4b0358a37b80
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Jan 29 06:32:41 2014 +0100

Merge cleanup.

 perl-Throwable.spec |6 --
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/perl-Throwable.spec b/perl-Throwable.spec
index bbeca7c..1954733 100644
--- a/perl-Throwable.spec
+++ b/perl-Throwable.spec
@@ -54,12 +54,6 @@ RELEASE_TESTING=1 make test
 - Remove bogus R: perl(ExtUtils::MakeMaker) (RHBZ #1052853).
 - Remove redundant R: perl(Moose).
 
-* Sun Aug 04 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.102080-10
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Fri Aug 02 2013 Petr Pisar ppi...@redhat.com - 0.102080-9
-- Perl 5.18 rebuild
-
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.102080-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1052853] Unnecessary dependencies

2014-01-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1052853



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Throwable-0.102080-11.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/perl-Throwable-0.102080-11.fc19

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=4XqaLUJuK6a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1052853] Unnecessary dependencies

2014-01-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1052853



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Throwable-0.102080-11.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/perl-Throwable-0.102080-11.fc20

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=jNCjzUXeGUa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel