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

2014-01-29 Thread Nathanael D. Noblet
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.

Thanks!

--
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

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

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