[Bug 1030920] perl-Text-CSV_XS-1.02 is available

2013-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1030920



--- Comment #1 from Fedora Update System upda...@fedoraproject.org ---
perl-Text-CSV_XS-1.02-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/perl-Text-CSV_XS-1.02-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=psRmdiLAlra=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 1030920] perl-Text-CSV_XS-1.02 is available

2013-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1030920



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
perl-Text-CSV_XS-1.02-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/perl-Text-CSV_XS-1.02-1.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=J0XviqUNLDa=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 1032489] New: Hash-Case-1.02 bump

2013-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1032489

Bug ID: 1032489
   Summary: Hash-Case-1.02 bump
   Product: Fedora
   Version: rawhide
 Component: perl-Hash-Case
  Assignee: ppi...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
psab...@redhat.com
Blocks: 1032479



Upstream has released new Hash-Case version 1.02. Current Fedora delivers
1.006. Please upgrade.

Notice this version requires not-yet-packaged Log::Report.


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1032479
[Bug 1032479] Review Request: perl-Log-Report - Report a problem with
exceptions and translation support
-- 
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=3T4soHvryYa=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 1032489] Hash-Case-1.02 bump

2013-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1032489

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

   What|Removed |Added

 Blocks|1032479 |
 Depends On||1032479




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1032479
[Bug 1032479] Review Request: perl-Log-Report - Report a problem with
exceptions and translation support
-- 
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=t1bgCk74JOa=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 1032181] Templated types are causing Could not find a typemap for C type

2013-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1032181



--- Comment #1 from Petr Pisar ppi...@redhat.com ---
The patch moves tidy_type() from ExtUtils::ParseXS::Utilities to
ExtUtils::Typemaps. The patch improves tidy_type(). The patch removes
_tidy_type() from ExtUtils::Typemaps.

ExtUtils::ParseXS::Utilities is declared as not a public API explicitly.

The patch is based on perl commit:

commit ae7fdf584559a304eb5992a58cd58349cc7c58da
Author: Steffen Mueller smuel...@cpan.org
Date:   Wed May 22 21:49:06 2013 +0200

EU::ParseXS: Attempt to canonicalize C++ types in tidy_type

Includes moving tidy_type to ExtUtils::Typemaps where it seems to
belong. It's a pretty poor canonicalizer, but better than nothing!

The key change is:

+  # for templated C++ types, do some bit of flawed canonicalization
+  # wrt. templates at least
+  if (/[]/) {
+s/\s*([])\s*/$1/g;
+s// /g;
+  }

in tidy_type().

-- 
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=DDZ1tuE5g1a=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 1032181] Templated types are causing Could not find a typemap for C type

2013-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1032181

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

   What|Removed |Added

 Attachment #826208|0   |1
is obsolete||



--- Comment #2 from Petr Pisar ppi...@redhat.com ---
Created attachment 826591
  -- https://bugzilla.redhat.com/attachment.cgi?id=826591action=edit
Minimal fix

This ports only the fix without breaking API.

-- 
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=OCYsWTpQQHa=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-ExtUtils-ParseXS/f20] Improve compatibility with C++

2013-11-20 Thread Petr Pisar
commit 38fb925f990d88c4098e0e7d5bc9cef09800ac79
Author: Petr Písař ppi...@redhat.com
Date:   Wed Nov 20 13:02:22 2013 +0100

Improve compatibility with C++

 ...Attempt-to-canonicalize-C-types-in-tidy_t.patch |  110 
 perl-ExtUtils-ParseXS.spec |9 ++-
 2 files changed, 118 insertions(+), 1 deletions(-)
---
diff --git 
a/ExtUtils-ParseXS-3.18-EU-ParseXS-Attempt-to-canonicalize-C-types-in-tidy_t.patch
 
b/ExtUtils-ParseXS-3.18-EU-ParseXS-Attempt-to-canonicalize-C-types-in-tidy_t.patch
new file mode 100644
index 000..24ca9a3
--- /dev/null
+++ 
b/ExtUtils-ParseXS-3.18-EU-ParseXS-Attempt-to-canonicalize-C-types-in-tidy_t.patch
@@ -0,0 +1,110 @@
+From 28c286718f7d2c46b9ff310bb4178b7f2258bb25 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Wed, 20 Nov 2013 12:49:57 +0100
+Subject: [PATCH] EU::ParseXS: Attempt to canonicalize C++ types in tidy_type
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+This is a 3.18 port of perl commit:
+
+Author: Steffen Mueller smuel...@cpan.org
+Date:   Wed May 22 21:49:06 2013 +0200
+
+EU::ParseXS: Attempt to canonicalize C++ types in tidy_type
+
+Includes moving tidy_type to ExtUtils::Typemaps where it seems to
+belong. It's a pretty poor canonicalizer, but better than nothing!
+
+https://rt.cpan.org/Public/Bug/Display.html?id=86367
+https://bugzilla.redhat.com/show_bug.cgi?id=1032181
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ lib/ExtUtils/ParseXS/Utilities.pm |  7 +++
+ lib/ExtUtils/Typemaps.pm  |  7 +++
+ t/103-tidy_type.t | 27 +++
+ 3 files changed, 29 insertions(+), 12 deletions(-)
+
+diff --git a/lib/ExtUtils/ParseXS/Utilities.pm 
b/lib/ExtUtils/ParseXS/Utilities.pm
+index d0089f8..f64af35 100644
+--- a/lib/ExtUtils/ParseXS/Utilities.pm
 b/lib/ExtUtils/ParseXS/Utilities.pm
+@@ -201,6 +201,13 @@ String cleaned up.
+ sub tidy_type {
+   local ($_) = @_;
+ 
++  # for templated C++ types, do some bit of flawed canonicalization
++  # wrt. templates at least
++  if (/[]/) {
++s/\s*([])\s*/$1/g;
++s// /g;
++  }
++
+   # rationalise any '*' by joining them into bunches and removing whitespace
+   s#\s*(\*+)\s*#$1#g;
+   s#(\*+)# $1 #g;
+diff --git a/lib/ExtUtils/Typemaps.pm b/lib/ExtUtils/Typemaps.pm
+index 2768ef0..fc4e413 100644
+--- a/lib/ExtUtils/Typemaps.pm
 b/lib/ExtUtils/Typemaps.pm
+@@ -973,6 +973,13 @@ sub _parse {
+ sub _tidy_type {
+   local $_ = shift;
+ 
++  # for templated C++ types, do some bit of flawed canonicalization
++  # wrt. templates at least
++  if (/[]/) {
++s/\s*([])\s*/$1/g;
++s// /g;
++  }
++
+   # rationalise any '*' by joining them into bunches and removing whitespace
+   s#\s*(\*+)\s*#$1#g;
+   s#(\*+)# $1 #g ;
+diff --git a/t/103-tidy_type.t b/t/103-tidy_type.t
+index a043383..fb44aa9 100644
+--- a/t/103-tidy_type.t
 b/t/103-tidy_type.t
+@@ -1,23 +1,26 @@
+ #!/usr/bin/perl
+ use strict;
+ use warnings;
+-use Test::More tests =  3;
++use Test::More;
+ use lib qw( lib );
+ use ExtUtils::ParseXS::Utilities qw(
+   tidy_type
+ );
+ 
+-my $input;
+-
+-$input = ' *  ** ';
+-is( tidy_type($input), '***',
+-Got expected value for '$input' );
++my @tests = (
++  [' *  ** ', '***'],
++  [' * ** ', '***'],
++  [' * ** foobar  *   ', '*** foobar *'],
++  ['unsigned int', 'unsigned int'],
++  ['std::vectorint', 'std::vectorint'],
++  ['std::vector unsigned int ', 'std::vectorunsigned int'],
++  ['std::vector vectorunsigned int ', 'std::vectorvectorunsigned int 
'],
++  ['std::map map unsigned int, int, int', 'std::mapmapunsigned int, 
int, int'],
++);
+ 
+-$input = ' * ** ';
+-is( tidy_type($input), '***',
+-Got expected value for '$input' );
++plan tests = scalar(@tests);
+ 
+-$input = ' * ** foobar  *  ';
+-is( tidy_type($input), '*** foobar *',
+-Got expected value for '$input' );
++foreach my $test (@tests) {
++  is(tidy_type($test-[0]), $test-[1], Tidying '$test-[0]');
++}
+ 
+-- 
+1.8.3.1
+
diff --git a/perl-ExtUtils-ParseXS.spec b/perl-ExtUtils-ParseXS.spec
index 0bdf3f0..5c57f03 100644
--- a/perl-ExtUtils-ParseXS.spec
+++ b/perl-ExtUtils-ParseXS.spec
@@ -2,12 +2,15 @@ Name:   perl-ExtUtils-ParseXS
 # Epoch to compete with perl.spec
 Epoch:  1
 Version:3.18
-Release:291%{?dist}
+Release:292%{?dist}
 Summary:Module and a script for converting Perl XS code into C code
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/ExtUtils-ParseXS/
 Source0:
http://www.cpan.org/authors/id/S/SM/SMUELLER/ExtUtils-ParseXS-%{version}.tar.gz
+# Improve compatibility with C++, CPAN RT#86367, bug #1032181,
+# in upstream 3.18_03
+Patch0: 
ExtUtils-ParseXS-3.18-EU-ParseXS-Attempt-to-canonicalize-C-types-in-tidy_t.patch
 BuildArch:  noarch
 BuildRequires:  perl
 

Broken dependencies: perl-Language-Expr

2013-11-20 Thread buildsys


perl-Language-Expr has broken dependencies in the F-20 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

[Bug 1032568] New: perl-Math-MatrixReal-2.10 is available

2013-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1032568

Bug ID: 1032568
   Summary: perl-Math-MatrixReal-2.10 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Math-MatrixReal
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org, pertu...@free.fr,
ppi...@redhat.com



Latest upstream release: 2.10
Current version/release in Fedora Rawhide: 2.09-7.fc20
URL: http://search.cpan.org/dist/Math-MatrixReal/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
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=1UGQiEdE3ya=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 1032569] New: perl-Module-Build-0.4202 is available

2013-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1032569

Bug ID: 1032569
   Summary: perl-Module-Build-0.4202 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Module-Build
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 0.4202
Current version/release in Fedora Rawhide: 0.40.08-1.fc21
URL: http://search.cpan.org/dist/Module-Build/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
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=UFzXaKcLDFa=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 1032571] New: perl-Net-Twitter-4.01000 is available

2013-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1032571

Bug ID: 1032571
   Summary: perl-Net-Twitter-4.01000 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Net-Twitter
  Keywords: FutureFeature, Triaged
  Assignee: jd...@aquezada.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jd...@aquezada.com, perl-devel@lists.fedoraproject.org



Latest upstream release: 4.01000
Current version/release in Fedora Rawhide: 4.7-1.fc21
URL: http://search.cpan.org/dist/Net-Twitter/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
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=m9caFjumi2a=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 1032181] Templated types are causing Could not find a typemap for C type

2013-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1032181

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

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-ExtUtils-ParseXS-3.18-
   ||292.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=z3rvGnTkXSa=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 1032181] Templated types are causing Could not find a typemap for C type

2013-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1032181



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-ExtUtils-ParseXS-3.18-292.fc20 has been submitted as an update for Fedora
20.
https://admin.fedoraproject.org/updates/perl-ExtUtils-ParseXS-3.18-292.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=OP09qAEgBla=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 1032581] New: perlbrew-0.67 is available

2013-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1032581

Bug ID: 1032581
   Summary: perlbrew-0.67 is available
   Product: Fedora
   Version: rawhide
 Component: perlbrew
  Keywords: FutureFeature, Triaged
  Assignee: iarn...@gmail.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, perl-devel@lists.fedoraproject.org



Latest upstream release: 0.67
Current version/release in Fedora Rawhide: 0.66-1.fc20
URL: http://search.cpan.org/dist/App-perlbrew/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
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=0wG7vbwEdaa=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

Broken dependencies: perl-Language-Expr

2013-11-20 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

[Bug 1032181] Templated types are causing Could not find a typemap for C type

2013-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1032181



--- Comment #4 from Miro Hrončok mhron...@redhat.com ---
Thanks a lot for the minimal fix.

-- 
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=fMgXiMCgC4a=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 Tree-Simple-1.23.tgz uploaded to lookaside cache by corsepiu

2013-11-20 Thread corsepiu
A file has been added to the lookaside cache for perl-Tree-Simple:

827b2d3d9d7c876aa92fcc7357ecf348  Tree-Simple-1.23.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 Net-Twitter-4.01000.tar.gz uploaded to lookaside cache by jdunn

2013-11-20 Thread Julian C. Dunn
A file has been added to the lookaside cache for perl-Net-Twitter:

4b240f8005f8493dc68ebe6ebf3d7021  Net-Twitter-4.01000.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-Net-Twitter] Upgrade to 4.01000 (bz#1032571)

2013-11-20 Thread Julian C . Dunn
commit 8a672f6cc4fe3cc4d75e80c8c9606c7a7bf79db8
Author: Julian C. Dunn jd...@aquezada.com
Date:   Thu Nov 21 00:50:51 2013 -0500

Upgrade to 4.01000 (bz#1032571)

 .gitignore|1 +
 perl-Net-Twitter.spec |5 -
 sources   |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 875e7e4..f845024 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /Net-Twitter-4.4.tar.gz
 /Net-Twitter-4.6.tar.gz
 /Net-Twitter-4.7.tar.gz
+/Net-Twitter-4.01000.tar.gz
diff --git a/perl-Net-Twitter.spec b/perl-Net-Twitter.spec
index bb71258..af38648 100644
--- a/perl-Net-Twitter.spec
+++ b/perl-Net-Twitter.spec
@@ -1,5 +1,5 @@
 Name:   perl-Net-Twitter
-Version:4.7
+Version:4.01000
 Release:1%{?dist}
 Summary:Perl interface to the Twitter API
 License:GPL+ or Artistic
@@ -76,6 +76,9 @@ http://dev.twitter.com/doc for a full description of the 
Twitter APIs.
 %{_mandir}/man3/*
 
 %changelog
+* Thu Nov 21 2013 Julian C. Dunn jd...@aquezada.com - 4.01000-1
+- Upgrade to 4.01000 (bz#1032571)
+
 * Thu Aug 22 2013 Julian C. Dunn jd...@aquezada.com - 4.7-1
 - Upgrade to 4.7 (bz#996455)
 
diff --git a/sources b/sources
index 0c1be16..587beec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afb8538e37dfccd3c5d08efa1036e701  Net-Twitter-4.7.tar.gz
+4b240f8005f8493dc68ebe6ebf3d7021  Net-Twitter-4.01000.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