[Bug 808197] FTBFS: big endian bug in self checks

2012-03-30 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=808197

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

   What|Removed |Added

 CC||ppi...@redhat.com
External Bug ID||CPAN 71112

--- Comment #2 from Petr Pisar ppi...@redhat.com 2012-03-30 04:51:10 EDT ---
The t/20io-socket-netlink-generic.t:55 test checks serialization of

my $message = $genlsock-new_message(
   nlmsg_type = 30,
   cmd = 1,
   version = 2
);

netlink(7) defines netlink header as:

struct nlmsghdr {
  __u32 nlmsg_len;/* Length of message including header. */
  __u16 nlmsg_type;   /* Type of message content. */
  __u16 nlmsg_flags;  /* Additional flags. */
  __u32 nlmsg_seq;/* Sequence number. */
  __u32 nlmsg_pid;/* PID of the sending process. */
};

So I think the expected

00 00 00 14 00 00 00 1e 00 00 00 00 00 00 00 00

is wrong since the type (30 = 0x1e) should occupy two bytes only. Here it spans
to nlmsg_flags field.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
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-Prolog-Yaswi

2012-03-30 Thread buildsys


perl-Language-Prolog-Yaswi has broken dependencies in the F-17 tree:
On x86_64:
perl-Language-Prolog-Yaswi-0.19-1.fc17.x86_64 requires 
libswipl.so.5.10.5()(64bit)
On i386:
perl-Language-Prolog-Yaswi-0.19-1.fc17.i686 requires libswipl.so.5.10.5
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

File Debug-Client-0.18.tar.gz uploaded to lookaside cache by ppisar

2012-03-30 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Debug-Client:

a4391fb6e3a837fc6441d819e67a7ac5  Debug-Client-0.18.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 802986] perl-Debug-Client-0.18 is available

2012-03-30 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=802986

--- Comment #2 from Petr Pisar ppi...@redhat.com 2012-03-30 08:31:35 EDT ---
Some tests fail because of incompatibility with Term::ReadLine::Perl = 1.0303.
The module is not needed indeed. I will exclude it and ask upstream for a help.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
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 802986] perl-Debug-Client-0.18 is available

2012-03-30 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=802986

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Debug-Client-0.18-1.fc
   ||18
 Resolution||RAWHIDE
Last Closed||2012-03-30 08:45:42

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
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 CPAN-Uploader-0.103001.tar.gz uploaded to lookaside cache by iarnell

2012-03-30 Thread Iain Arnell
A file has been added to the lookaside cache for perl-CPAN-Uploader:

7698046a5b1d779734568da987b5928b  CPAN-Uploader-0.103001.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-CPAN-Uploader] update to 0.103001

2012-03-30 Thread Iain Arnell
commit 68bbd73c5862adc68d7123dd7dc1c196e8cd3891
Author: Iain Arnell iarn...@gmail.com
Date:   Fri Mar 30 06:55:04 2012 -0600

update to 0.103001

 .gitignore  |1 +
 perl-CPAN-Uploader.spec |   10 ++
 sources |2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 583242e..6a5a73d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 CPAN-Uploader-0.101670.tar.gz
 CPAN-Uploader-0.102150.tar.gz
 /CPAN-Uploader-0.103000.tar.gz
+/CPAN-Uploader-0.103001.tar.gz
diff --git a/perl-CPAN-Uploader.spec b/perl-CPAN-Uploader.spec
index 1cd7e00..57f4b58 100644
--- a/perl-CPAN-Uploader.spec
+++ b/perl-CPAN-Uploader.spec
@@ -1,6 +1,6 @@
 Name:   perl-CPAN-Uploader
-Version:0.103000
-Release:4%{?dist}
+Version:0.103001
+Release:1%{?dist}
 Summary:Upload things to the CPAN
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -51,14 +51,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 RELEASE_TESTING=1 make test
 
 %files
-%defattr(-,root,root,-)
-%doc Changes dist.ini LICENSE META.json README
+%doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_bindir}/*
 %{_mandir}/man1/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 30 2012 Iain Arnell iarn...@gmail.com 0.103001-1
+- update to latest upstream version
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.103000-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 7474177..b6f9454 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7bd63780e1ebb7ff806ba95b4f60c3ba  CPAN-Uploader-0.103000.tar.gz
+7698046a5b1d779734568da987b5928b  CPAN-Uploader-0.103001.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

File Catalyst-Plugin-Session-0.33.tar.gz uploaded to lookaside cache by iarnell

2012-03-30 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Catalyst-Plugin-Session:

bb0561b8c3030f9c24f34617759960ff  Catalyst-Plugin-Session-0.33.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-Catalyst-Plugin-Session] update to 0.33

2012-03-30 Thread Iain Arnell
commit b4c19d1e7ead958aa1d669bbd747115ca537da51
Author: Iain Arnell iarn...@gmail.com
Date:   Fri Mar 30 07:01:58 2012 -0600

update to 0.33

 .gitignore|1 +
 perl-Catalyst-Plugin-Session.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 24133e4..c3c814d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Catalyst-Plugin-Session-0.29.tar.gz
 /Catalyst-Plugin-Session-0.31.tar.gz
 /Catalyst-Plugin-Session-0.32.tar.gz
+/Catalyst-Plugin-Session-0.33.tar.gz
diff --git a/perl-Catalyst-Plugin-Session.spec 
b/perl-Catalyst-Plugin-Session.spec
index 2284065..6067163 100644
--- a/perl-Catalyst-Plugin-Session.spec
+++ b/perl-Catalyst-Plugin-Session.spec
@@ -1,7 +1,7 @@
 Name:   perl-Catalyst-Plugin-Session
 Summary:Catalyst generic session plugin
-Version:0.32
-Release:2%{?dist}
+Version:0.33
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Session-%{version}.tar.gz
 
@@ -81,6 +81,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 30 2012 Iain Arnell iarn...@gmail.com 0.33-1
+- update to latest upstream version
+
 * Sun Jan 22 2012 Iain Arnell iarn...@gmail.com 0.32-2
 - drop tests subpackage; move tests to main package documentation
 
diff --git a/sources b/sources
index 14019e1..d051d4b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-978ee69b592aa7b384e118ae2900e251  Catalyst-Plugin-Session-0.32.tar.gz
+bb0561b8c3030f9c24f34617759960ff  Catalyst-Plugin-Session-0.33.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

File DBIx-Class-Schema-Loader-0.07019.tar.gz uploaded to lookaside cache by iarnell

2012-03-30 Thread Iain Arnell
A file has been added to the lookaside cache for perl-DBIx-Class-Schema-Loader:

a09b96cf9c165ec106baf70938d4bf96  DBIx-Class-Schema-Loader-0.07019.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-DBIx-Class-Schema-Loader] update to 0.07019

2012-03-30 Thread Iain Arnell
commit 64a2796730b27eb9a20040f78cb9878f52e263ef
Author: Iain Arnell iarn...@gmail.com
Date:   Fri Mar 30 08:01:06 2012 -0600

update to 0.07019

 .gitignore |1 +
 perl-DBIx-Class-Schema-Loader.spec |7 +--
 sources|2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c4b6511..6207503 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ DBIx-Class-Schema-Loader-0.05003.tar.gz
 /DBIx-Class-Schema-Loader-0.07010.tar.gz
 /DBIx-Class-Schema-Loader-0.07015.tar.gz
 /DBIx-Class-Schema-Loader-0.07017.tar.gz
+/DBIx-Class-Schema-Loader-0.07019.tar.gz
diff --git a/perl-DBIx-Class-Schema-Loader.spec 
b/perl-DBIx-Class-Schema-Loader.spec
index e36290c..6757ca8 100644
--- a/perl-DBIx-Class-Schema-Loader.spec
+++ b/perl-DBIx-Class-Schema-Loader.spec
@@ -1,6 +1,6 @@
 Name:   perl-DBIx-Class-Schema-Loader
 Summary:Dynamic definition of a DBIx::Class::Schema
-Version:0.07017
+Version:0.07019
 Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -86,7 +86,7 @@ iconv -f iso-8859-1 -t utf-8 README.iconv README
 touch -r README.iconv README
 rm -f README.iconv
 
-sed -i '1s,#!.*perl,#!%{__perl},' t/*.t
+find t -type f -print0 | xargs -0 sed -i '1s,#!.*perl,#!%{__perl},'
 
 %build
 %{__perl} Makefile.PL --skipdeps INSTALLDIRS=vendor
@@ -111,6 +111,9 @@ make test
 %{_bindir}/*
 
 %changelog
+* Fri Mar 30 2012 Iain Arnell iarn...@gmail.com 0.07019-1
+- update to latest upstream version
+
 * Wed Feb 08 2012 Iain Arnell iarn...@gmail.com 0.07017-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 1cb855d..7892118 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b2bc5056ce57508b7a3a887d5230ac00  DBIx-Class-Schema-Loader-0.07017.tar.gz
+a09b96cf9c165ec106baf70938d4bf96  DBIx-Class-Schema-Loader-0.07019.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-DBIx-Class-Schema-Loader/f17] update to 0.07019

2012-03-30 Thread Iain Arnell
Summary of changes:

  64a2796... update to 0.07019 (*)

(*) 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

Broken dependencies: perl-RPM2

2012-03-30 Thread buildsys


perl-RPM2 has broken dependencies in the rawhide tree:
On x86_64:
perl-RPM2-1.0-2.fc17.x86_64 requires librpmio.so.2()(64bit)
perl-RPM2-1.0-2.fc17.x86_64 requires librpm.so.2()(64bit)
On i386:
perl-RPM2-1.0-2.fc17.i686 requires librpmio.so.2
perl-RPM2-1.0-2.fc17.i686 requires librpm.so.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

File MooseX-Types-Path-Class-0.06.tar.gz uploaded to lookaside cache by iarnell

2012-03-30 Thread Iain Arnell
A file has been added to the lookaside cache for perl-MooseX-Types-Path-Class:

8b98dcc6ef5d056781162c9e14a8e94d  MooseX-Types-Path-Class-0.06.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-MooseX-Types-Path-Class] update to 0.06

2012-03-30 Thread Iain Arnell
commit c794736b04635e0e7add7458ba493c14ae8c289d
Author: Iain Arnell iarn...@gmail.com
Date:   Fri Mar 30 08:33:01 2012 -0600

update to 0.06

 .gitignore|1 +
 perl-MooseX-Types-Path-Class.spec |9 ++---
 sources   |2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4c4d7cf..bfdf67c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 MooseX-Types-Path-Class-0.05.tar.gz
+/MooseX-Types-Path-Class-0.06.tar.gz
diff --git a/perl-MooseX-Types-Path-Class.spec 
b/perl-MooseX-Types-Path-Class.spec
index 7d2224f..c913fc3 100644
--- a/perl-MooseX-Types-Path-Class.spec
+++ b/perl-MooseX-Types-Path-Class.spec
@@ -1,7 +1,7 @@
 Name:   perl-MooseX-Types-Path-Class 
 Summary:A Path::Class type library for Moose 
-Version:0.05
-Release:12%{?dist}
+Version:0.06
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/T/TH/THEPLER/MooseX-Types-Path-Class-%{version}.tar.gz
 
@@ -16,7 +16,7 @@ BuildRequires:  perl(Moose) = 0.39
 BuildRequires:  perl(MooseX::Getopt) = 0.05
 BuildRequires:  perl(MooseX::Types) = 0.04
 BuildRequires:  perl(Path::Class) = 0.16
-BuildRequires:  perl(Test::More) = 0.62
+BuildRequires:  perl(Test::More) = 0.88
 
 Requires:   perl(Class::MOP)
 Requires:   perl(Moose) = 0.39
@@ -65,6 +65,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 30 2012 Iain Arnell iarn...@gmail.com 0.06-1
+- update to latest upstream version
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.05-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index ff8e41d..7c8013a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79a0d19fe8b4547b232605645c75aaad  MooseX-Types-Path-Class-0.05.tar.gz
+8b98dcc6ef5d056781162c9e14a8e94d  MooseX-Types-Path-Class-0.06.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-MooseX-Types-Path-Class] clean up spec for modern rpmbuild

2012-03-30 Thread Iain Arnell
commit 983016efbc335d1f0238e914f2302f3861611ba9
Author: Iain Arnell iarn...@gmail.com
Date:   Fri Mar 30 08:33:36 2012 -0600

clean up spec for modern rpmbuild

 perl-MooseX-Types-Path-Class.spec |8 +---
 1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/perl-MooseX-Types-Path-Class.spec 
b/perl-MooseX-Types-Path-Class.spec
index c913fc3..0954bb8 100644
--- a/perl-MooseX-Types-Path-Class.spec
+++ b/perl-MooseX-Types-Path-Class.spec
@@ -6,7 +6,6 @@ License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/T/TH/THEPLER/MooseX-Types-Path-Class-%{version}.tar.gz
 
 URL:http://search.cpan.org/dist/MooseX-Types-Path-Class
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildArch:  noarch
 
@@ -44,8 +43,6 @@ for both Path::Class::Dir and Path::Class::File.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'
@@ -55,11 +52,7 @@ find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null 
';'
 %check
 make test
 
-%clean
-rm -rf %{buildroot} 
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README 
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
@@ -67,6 +60,7 @@ rm -rf %{buildroot}
 %changelog
 * Fri Mar 30 2012 Iain Arnell iarn...@gmail.com 0.06-1
 - update to latest upstream version
+- clean up spec for modern rpmbuild
 
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.05-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-MooseX-Types-Path-Class] drop tests subpackage

2012-03-30 Thread Iain Arnell
commit 1d4a4e21383150c1d9fbf2f5f64076b37cf55f85
Author: Iain Arnell iarn...@gmail.com
Date:   Fri Mar 30 08:35:13 2012 -0600

drop tests subpackage

 perl-MooseX-Types-Path-Class.spec |7 +--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-MooseX-Types-Path-Class.spec 
b/perl-MooseX-Types-Path-Class.spec
index 0954bb8..788e28f 100644
--- a/perl-MooseX-Types-Path-Class.spec
+++ b/perl-MooseX-Types-Path-Class.spec
@@ -22,9 +22,11 @@ Requires:   perl(Moose) = 0.39
 Requires:   perl(MooseX::Types) = 0.04
 Requires:   perl(Path::Class) = 0.16
 
+# obsolete/provide old tests subpackage
+Obsoletes:  %{name}-tests  0.06-1
+Provides:   %{name}-tests = %{version}-%{release}
 
 %{?perl_default_filter}
-%{?perl_default_subpackage_tests}
 
 %description
 MooseX::Types::Path::Class creates common Moose types, coercions and option
@@ -53,7 +55,7 @@ find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null 
';'
 make test
 
 %files
-%doc Changes README 
+%doc Changes README t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
@@ -61,6 +63,7 @@ make test
 * Fri Mar 30 2012 Iain Arnell iarn...@gmail.com 0.06-1
 - update to latest upstream version
 - clean up spec for modern rpmbuild
+- drop tests subpackage; move tests to main package documentation
 
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.05-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-MooseX-Types-Path-Class] silence rpmlint wrong-script-interpreter error

2012-03-30 Thread Iain Arnell
commit 5f02f770261782460559f950ec17492763471ff7
Author: Iain Arnell iarn...@gmail.com
Date:   Fri Mar 30 08:51:07 2012 -0600

silence rpmlint wrong-script-interpreter error

 perl-MooseX-Types-Path-Class.spec |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/perl-MooseX-Types-Path-Class.spec 
b/perl-MooseX-Types-Path-Class.spec
index 788e28f..c5d67a1 100644
--- a/perl-MooseX-Types-Path-Class.spec
+++ b/perl-MooseX-Types-Path-Class.spec
@@ -40,6 +40,8 @@ for both Path::Class::Dir and Path::Class::File.
 %prep
 %setup -q -n MooseX-Types-Path-Class-%{version}
 
+sed -i '1s:^#!.*perl:#!%{__perl}:' t/*.t
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -64,6 +66,7 @@ make test
 - update to latest upstream version
 - clean up spec for modern rpmbuild
 - drop tests subpackage; move tests to main package documentation
+- silence rpmlint wrong-script-interpreter error
 
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.05-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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

File String-Flogger-1.101242.tar.gz uploaded to lookaside cache by iarnell

2012-03-30 Thread Iain Arnell
A file has been added to the lookaside cache for perl-String-Flogger:

909502184dda0b5833ef752cc0380301  String-Flogger-1.101242.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-String-Flogger] update to 1.101242

2012-03-30 Thread Iain Arnell
commit e73ce058350322086825a27f1633132b3828b640
Author: Iain Arnell iarn...@gmail.com
Date:   Fri Mar 30 09:00:46 2012 -0600

update to 1.101242

 .gitignore   |1 +
 perl-String-Flogger.spec |8 +---
 sources  |2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a1e16eb..d00cb87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 String-Flogger-1.101240.tar.gz
 /String-Flogger-1.101241.tar.gz
+/String-Flogger-1.101242.tar.gz
diff --git a/perl-String-Flogger.spec b/perl-String-Flogger.spec
index 455b46c..07be044 100644
--- a/perl-String-Flogger.spec
+++ b/perl-String-Flogger.spec
@@ -1,6 +1,6 @@
 Name:   perl-String-Flogger
-Version:1.101241
-Release:4%{?dist}
+Version:1.101242
+Release:1%{?dist}
 Summary:String munging for loggers
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -39,12 +39,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 30 2012 Iain Arnell iarn...@gmail.com 1.101242-1
+- update to latest upstream version
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.101241-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 4df5551..ad3907d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-42668540d4720f1b78efae39c255c33e  String-Flogger-1.101241.tar.gz
+909502184dda0b5833ef752cc0380301  String-Flogger-1.101242.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 806884] RPM2 can't be built with new rpm-4.10

2012-03-30 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=806884

--- Comment #1 from Anton Guda a...@dmeti.dp.ua 2012-03-30 15:55:55 EDT ---
Created attachment 574087
  -- https://bugzilla.redhat.com/attachment.cgi?id=574087
Patch to hide unpulished names

Some actions will now work, but core ctill works.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
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 CPAN-Meta-2.120900.tar.gz uploaded to lookaside cache by iarnell

2012-03-30 Thread Iain Arnell
A file has been added to the lookaside cache for perl-CPAN-Meta:

47a33638f7d9d449626d896aaddcecd4  CPAN-Meta-2.120900.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-CPAN-Meta] update to 2.120900

2012-03-30 Thread Iain Arnell
commit 6d728e588955f0c802e69bd148742a43577e6735
Author: Iain Arnell iarn...@gmail.com
Date:   Fri Mar 30 15:17:26 2012 -0600

update to 2.120900

 .gitignore  |1 +
 perl-CPAN-Meta.spec |5 -
 sources |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 89cbb9b..1ea3534 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ CPAN-Meta-2.102160.tar.gz
 /CPAN-Meta-2.120351.tar.gz
 /CPAN-Meta-2.120530.tar.gz
 /CPAN-Meta-2.120630.tar.gz
+/CPAN-Meta-2.120900.tar.gz
diff --git a/perl-CPAN-Meta.spec b/perl-CPAN-Meta.spec
index a66d769..19fd6d5 100644
--- a/perl-CPAN-Meta.spec
+++ b/perl-CPAN-Meta.spec
@@ -1,6 +1,6 @@
 Name:   perl-CPAN-Meta
 Summary:Distribution metadata for a CPAN dist
-Version:2.120630
+Version:2.120900
 Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -65,6 +65,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 30 2012 Iain Arnell iarn...@gmail.com 2.120900-1
+- update to latest upstream version
+
 * Sun Mar 04 2012 Iain Arnell iarn...@gmail.com 2.120630-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 0d9c941..a8dabd2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f8336fb484414c7935581ce03dacf6ea  CPAN-Meta-2.120630.tar.gz
+47a33638f7d9d449626d896aaddcecd4  CPAN-Meta-2.120900.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 803000] perl-Socket-2.000 is available

2012-03-30 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=803000

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

   Fixed In Version|perl-Socket-2.000-2.fc17|perl-Socket-2.000-1.fc16

--- Comment #7 from Fedora Update System upda...@fedoraproject.org 2012-03-30 
23:06:11 EDT ---
perl-Socket-2.000-1.fc16 has been pushed to the Fedora 16 stable repository. 
If problems still persist, please make note of it in this bug report.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
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