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

2010-10-11 Thread Petr Sabata
A file has been added to the lookaside cache for perl-Text-CSV_XS:

6ec24df35823f200ee3d5dceab3fd0ca  Text-CSV_XS-0.75.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


[Bug 641568] perl-Text-CSV_XS-0.75 is available

2010-10-11 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=641568

Petr Sabata psab...@redhat.com changed:

   What|Removed |Added

 CC||psab...@redhat.com
 AssignedTo|mmasl...@redhat.com |psab...@redhat.com

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


[perl-Text-CSV_XS] New version, 0.75

2010-10-11 Thread Petr Sabata
commit 3729237fc28fa5e59a467da4114a3c7880754a15
Author: Petr Sabata psab...@redhat.com
Date:   Mon Oct 11 12:08:26 2010 +0200

New version, 0.75

 .gitignore|1 +
 perl-Text-CSV_XS.spec |5 -
 sources   |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 475bb46..f0845b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Text-CSV_XS-0.72.tgz
 /Text-CSV_XS-0.73.tgz
 /Text-CSV_XS-0.74.tgz
+/Text-CSV_XS-0.75.tgz
diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec
index 77118f0..466b6d7 100644
--- a/perl-Text-CSV_XS.spec
+++ b/perl-Text-CSV_XS.spec
@@ -1,5 +1,5 @@
 Name:   perl-Text-CSV_XS
-Version:0.74
+Version:0.75
 Release:1%{?dist}
 Summary:Comma-separated values manipulation routines
 
@@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Oct 11 2010 Petr Sabata psab...@redhat.com - 0.75-1
+- 0.75 version bump
+
 * Mon Oct 04 2010 Petr Pisar ppi...@redhat.com - 0.74-1
 - 0.74 bump
 
diff --git a/sources b/sources
index 8e6bc32..7ff9244 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c30ee0db913fcebc76d707203b905b74  Text-CSV_XS-0.74.tgz
+6ec24df35823f200ee3d5dceab3fd0ca  Text-CSV_XS-0.75.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


File threads-shared-1.34.tar.gz uploaded to lookaside cache by ppisar

2010-10-11 Thread Petr Pisar
A file has been added to the lookaside cache for perl-threads-shared:

07e048f7c81c98603ec27d4401f6b495  threads-shared-1.34.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 JSON-XS-2.3.tar.gz uploaded to lookaside cache by mmaslano

2010-10-11 Thread Marcela Mašláňová
A file has been added to the lookaside cache for perl-JSON-XS:

4dc2a968e41f8cf330d46be12f221a12  JSON-XS-2.3.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-JSON-XS] Update to 2.3 from cpan. Change in rpm to 2.30.

2010-10-11 Thread Marcela Mašláňová
commit 7cb38dbfe8a8729f97a724774f6e79943066fccf
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Mon Oct 11 14:05:13 2010 +0200

Update to 2.3 from cpan. Change in rpm to 2.30.

 .gitignore|1 +
 perl-JSON-XS.spec |   17 +++--
 sources   |2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7d5f6fc..ec93d93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 JSON-XS-2.27.tar.gz
+/JSON-XS-2.3.tar.gz
diff --git a/perl-JSON-XS.spec b/perl-JSON-XS.spec
index bd1713a..a0a8633 100644
--- a/perl-JSON-XS.spec
+++ b/perl-JSON-XS.spec
@@ -1,13 +1,14 @@
+%define real_version 2.3
 Name:   perl-JSON-XS
 Summary:JSON serialising/deserialising, done correctly and fast
 Epoch:  1
-Version:2.27
-Release:2%{?dist}
+# previous version was 2.27
+Version:2.30
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
-Source0:
http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-%{version}.tar.gz 
 URL:http://search.cpan.org/dist/JSON-XS/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:
http://www.cpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-%{real_version}.tar.gz
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 BuildRequires:  perl(common::sense)
@@ -15,7 +16,8 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 
 Requires:   perl(common::sense)
-
+# because of 2.3 upstream version and 2.30 rpm version
+Provides:   perl(JSON::XS) = 2.30
 
 %{?perl_default_filter}
 %{?perl_default_subpackage_tests}
@@ -26,7 +28,7 @@ primary goal is to be correct and its secondary goal is to be 
fast. To
 reach the latter goal it was written in C.
 
 %prep
-%setup -q -n JSON-XS-%{version}
+%setup -q -n JSON-XS-%{real_version}
 
 sed -i 's/\r//' t/*
 perl -pi -e 's|^#!/opt/bin/perl|#!%{__perl}|' eg/*
@@ -62,6 +64,9 @@ rm -rf %{buildroot}
 %{_mandir}/man[13]/*
 
 %changelog
+* Mon Oct 11 2010 Marcela Mašláňová mmasl...@redhat.com - 1:2.30-1
+- update
+
 * Sun May 02 2010 Marcela Maslanova mmasl...@redhat.com - 1:2.27-2
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 943ea61..0fe43fe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d7a4f92f2e497281f2a8f535fbe9783a  JSON-XS-2.27.tar.gz
+4dc2a968e41f8cf330d46be12f221a12  JSON-XS-2.3.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-threads-shared] 1.34 bump

2010-10-11 Thread Petr Pisar
commit 15bd579fd72535ea79ceda6c042acda883996acb
Author: Petr Písař ppi...@redhat.com
Date:   Mon Oct 11 14:07:08 2010 +0200

1.34 bump

 .gitignore   |1 +
 perl-threads-shared.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6001a3d..a8fa788 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /threads-shared-1.33.tar.gz
+/threads-shared-1.34.tar.gz
diff --git a/perl-threads-shared.spec b/perl-threads-shared.spec
index 8f4371a..2fae5ee 100644
--- a/perl-threads-shared.spec
+++ b/perl-threads-shared.spec
@@ -1,5 +1,5 @@
 Name:   perl-threads-shared
-Version:1.33
+Version:1.34
 Release:1%{?dist}
 Summary:Perl extension for sharing data structures between threads
 License:GPL+ or Artistic
@@ -55,6 +55,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 11 2010 Petr Pisar ppi...@redhat.com - 1.34-1
+- 1.34 bump
+
 * Thu Sep 23 2010 Petr Pisar ppi...@redhat.com 1.33-1
 - Specfile autogenerated by cpanspec 1.78.
 - Fix dependencies
diff --git a/sources b/sources
index 42462a4..7ba6688 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-59e5882c75033835d44d0ab3bfc02c60  threads-shared-1.33.tar.gz
+07e048f7c81c98603ec27d4401f6b495  threads-shared-1.34.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-threads/f13/master] (2 commits) ...1.81 bump

2010-10-11 Thread Petr Pisar
Summary of changes:

  5ae7776... 1.79 imported (*)
  0afd3e7... 1.81 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


[perl-Tk/el6/master] (6 commits) ...Merge back in from master

2010-10-11 Thread tremble
Summary of changes:

  3941f4e... Fix typo that causes a failure to update the common directo (*)
  33eba8b... - rebuild against perl 5.10.1 (*)
  14ef948... - Mass rebuild with perl-5.12.0 (*)
  da34362... - Mass rebuild with perl-5.12.0  update to development rel (*)
  d76407e... dist-git conversion (*)
  3bc46c6... Merge back in from master

(*) 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-Tk/el6/master: 6/6] Merge back in from master

2010-10-11 Thread tremble
commit 3bc46c6f824a9fc42904a184201a17a80c0524d1
Merge: 7996a40 d76407e
Author: Mark Chappell trem...@fedoraproject.org
Date:   Mon Oct 11 22:55:28 2010 +0200

Merge back in from master

 .gitignore|2 +-
 perl-Tk-XIM.patch |   61 -
 perl-Tk-events.patch  |   25 --
 perl-Tk-getOpenFile.patch |   11 
 perl-Tk-gif.patch |   15 ---
 perl-Tk.spec  |   32 ---
 sources   |2 +-
 7 files changed, 13 insertions(+), 135 deletions(-)
---
--
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 571192] $ENV{HTTP_TRANSFER_ENCODING} may be undefined in SOAP::Transport::HTTP

2010-10-11 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=571192

rvalue red...@burninator.net changed:

   What|Removed |Added

 CC||red...@burninator.net

--- Comment #2 from rvalue red...@burninator.net 2010-10-11 20:34:03 EDT ---
Had the same problem with Fedora 13 distribution of Bugzilla  perl-SOAP-Lite
packages.

Worked around by undoing my own configuration of Bugzilla to use mod_perl; the
default (mod_cgi?) Apache configuration does not exhibit this error for me.

Are you using Bugzilla with mod_perl?

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