Re: perl: warning: Setting locale failed.

2019-01-08 Thread Petr Šabata
On Tue, Jan 08, 2019 at 05:58:35PM +0100, Emmanuel Seyman wrote:
> * Ralf Corsepius [08/01/2019 17:33] :
> >
> > Adding
> > BuildRequires: glibc-all-langpacks
> > to all the *.specs obviously fixes this issue. However, I doubt this is
> > right, because I think these warnings originate from some rpm-internal
> > scripts and not from the packages.
> 
> I suspect you're running into the glibc-langpacks-all feature:
> * 
> https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot
> * 
> https://lists.fedoraproject.org/archives/list/de...@lists.fedoraproject.org/thread/VRIO4YQV2B2G2DUUYNRTVYQDFCMZSZGX/#B5SEICGIAETNXPRIE6VZT2VDKXRLJWSP

The locale shouldn't be set to en_US.utf8 is glibc-langpack-en is
not present.  Where does it come from?

P


signature.asc
Description: PGP signature
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


Re: CPAN Search Going Away

2018-05-24 Thread Petr Šabata
On Thu, May 24, 2018 at 12:55:27PM -0400, Dan Book wrote:
> On Thu, May 24, 2018 at 12:34 PM, Petr Pisar  wrote:
> 
> > On Fri, May 18, 2018 at 10:55:02AM +0100, Dave Cross wrote:
> > > See https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html
> > >
> > > This means that the URLs included in RPMs of CPAN modules will need to
> > > change to MetaCPAN URLs.
> > >
> > > Please let me know if I can be any help making this happen.
> > >
> > I can mass update spec files for all Perl packages. I submitted this
> > Fedora 29
> > change request  > MetaCPAN>
> > and this packaging guidelines request
> > .
> >
> > If it is approved, I will try to do that before Perl 5.28 mass rebuild so
> > that the change becomes visible in Fedora 29 release.
> >
> > I propose rewriting both URL and Source tags like this:
> >
> > -URL:http://search.cpan.org/dist/CPANPLUS/
> > +URL:https://metacpan.org/release/CPANPLUS
> > -Source0:http://www.cpan.org/authors/id/B/BI/BINGOS/CPANPLUS-%{
> > cpan_version}.tar.gz
> > +Source0:https://cpan.metacpan.org/authors/id/B/BI/BINGOS/
> > CPANPLUS-%{cpan_version}.tar.gz
> >
> > Are you fine with it?
> >
> > While the old addresses will probably work, I believe it makes sense to
> > update
> > them because:
> >
> > (1) The less intermediary steps to the final location, the better. (Fewer
> > things can get broken.)
> > (2) It's good when a user see the same address in RPM and in his web
> > browser.
> 
> 
> The changes look good to me. However, the source URL does not really need
> to be updated (it will still mirror the file); www.cpan.org is not
> changing, only search.cpan.org is. If there is any source URL using the
> search.cpan.org mirror that could be updated:
> http://search.cpan.org/CPAN/authors/id/... ->
> https://www.cpan.org/authors/id/... or
> https://cpan.metacpan.org/authors/id/...
> 
> -Dan

Do we know if files like /modules/02packages.details.txt are
still going to be provided by cpan.org?  If not, virtually all
CPAN tools will have to be updated.  cpanspec included.

P

> ___
> perl-devel mailing list -- perl-devel@lists.fedoraproject.org
> To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org/message/K2ACTGGZUAJZQHXFO43UO6FQZP3ITRWB/


signature.asc
Description: PGP signature
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org/message/3MGJD6NDGEEMBFTU7YDQDF6CBE6AHHIS/


Re: CPAN Search Going Away

2018-05-18 Thread Petr Šabata
On Fri, May 18, 2018 at 10:55:02AM +0100, Dave Cross wrote:
> See https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html

Thanks for bringing this up.

> This means that the URLs included in RPMs of CPAN modules will need to
> change to MetaCPAN URLs.

Well, that's sad news.

Regarding the change, it's good they will keep the old URLs
working, quoting:

Shortly, a link will be added to all pages on
search.cpan.org to inform users of the upcoming change.
After about a month, all traffic will be redirected
to the equivalent MetaCPAN page.

I vaguely remember there were some differences between
cpan.org and metacpan.org in what they considered released
vs. in development.  Some of the packages I was maintaining
were affected by that.  I suppose that's no longer an issue
given that MetaCPAN is going to be the only source.

> Please let me know if I can be any help making this happen.

I wonder if creating a "CPAN URL" macros for URL and Source
would make sense in the long term + to clean the SPEC files
but I wouldn't want to overengineer things here :)

P

> 
> Dave...
> ___
> perl-devel mailing list -- perl-devel@lists.fedoraproject.org
> To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org/message/4AMIYRZBZDW2H5274FXIRGNJLCWHQK7Q/


signature.asc
Description: PGP signature
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org/message/OKAGARXJKVTOK2ZSOQ2K67YLNCP5OQTI/


Re: Installing all core Perl modules by perl package

2017-06-14 Thread Petr Šabata
On Wed, Jun 14, 2017 at 01:52:41PM +0200, Petr Pisar wrote:
> Hello,
> 
> as you know Fedora's perl package does not provide all core modules. Fedora 
> has
> perl-core package for that. As you probably know, this is not welcomed by some
> people. They expect "perl" package means Perl.
> 
> I had a chat with some people from #perl channel ragarding this topic on 
> #fedora-perl
> yesterday (around 16:00 UTC). They wanted to have "dnf install perl" to 
> install
> "all core" modules because all other distribitions do so.
> 
> Actually they were not so sure what "all core" means because when I pointed on
> dependencies among core modules and also on non-perl packages they started to
> throw ideas like "all but ExtUtils::CBuilder" or "all but files in
> perl-devel". Some even came with an idea that nobody needs building XS modules
> and we can drop dependencies on GCC toolchain completetely. Or that Debian
> actually does not install POD files by default.
> 
> I understand their concerns regarding unified user experience. On the other
> hand I understand there are people who need Perl broken into RPM packages and
> after maintaining Perl for seven years I know that this is the only
> sustainable way if we do not want to resign on high quality maintanance (i.e.
> do more than just forwarding upstream code.)
> 
> Therefore I offered them that Fedora can make "dnf install perl" working as
> thay want and it will be implemented by renaming perl-core to perl and
> giving a new name to present perl package.
> 
> Thus I created this Fedora Change
> 
> naively aiming to Fedora 27.
> 
> My plan is to move files form perl subpackage to a new perl-interpreter
> subpackage and rename perl-core to perl.
> 
> To prevent from installing unneeded packages, all spec files will be
> mass-edited to replace explicit dependency from perl to perl-interpreter.
> 
> To preserve compatibility, perl-core will be Provided by perl and
> "Provides: perl-interpreter" will be pushed to perl in older Fedoras.
> 
> And of course updating this packaging guidelines paragraph:
> 
> Below is a list of Perl-related build dependencies you may need.
> perl – The Perl interpreter must be listed as a build dependency if it is
> called in any way, either explicitly via perl or %__perl, or as part of your
> package's build system.
> 
> to
> 
> Below is a list of Perl-related build dependencies you may need.
> perl-interpeter – The Perl interpreter must be listed as a build dependency if
> it is called in any way, either explicitly via perl-interpreter or %__perl, 
> or as
> part of your package's build system.
> 
> Any opinions?

Yes.

Looking at the IRC backlog, I don't think this will actually
solve the issue; it will only install the full Perl when you
explicitly type "dnf install perl".  If parts of Perl get pulled
in as dependencies of something else, the same users will still
be confused since it will appear as if they have Perl yet it
still won't be the whole thing.

I'm worried this will change the behavior many Fedora users
and packagers are used to for very litte if any real benefit.
But that's just a feeling.

I haven't read the change proposal yet but do you have any plans
regarding a mass build & runtime dependency substitution of
"perl" with "perl-interpreter" in SPEC files?

Thanks,
P


> ___
> perl-devel mailing list -- perl-devel@lists.fedoraproject.org
> To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org



signature.asc
Description: PGP signature
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: Perl on Reddit

2017-06-13 Thread Petr Šabata
On Mon, Jun 12, 2017 at 07:25:16PM -0400, Dan Book wrote:
> Sorry I don't have quotes but I was not subscribed to the list yet.
> 
> Looking at the dependency chain for perl-core, it brings in perl-devel
> directly and as a prerequisite for modules such as perl-ExtUtils-MakeMaker
> and perl-ExtUtils-Miniperl.

Correct.

> Assuming perl-devel is what brings in the C
> development toolchain that's undesired, would this be a possibility,
> however distant (direction suggested by hobbs on IRC): remove the
> perl-devel dependency from these modules, and have 'perl' then be able to
> install everything else - the whole set of expected core modules?

It might be undesired by some yet it's necessary.

Without the C development toolchain you wouldn't be able to
install XS modules, at all, and there are XS modules in Core.
What would be the advantage of such `perl-core` installation?
It wouldn't be the Perl core people want anyway.

If you want to manage a pure Perl, Core-like installation
yourself, you can start with the `perl` package which is just
the interpreter, more or less.

P


signature.asc
Description: PGP signature
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Perl on Reddit

2017-06-09 Thread Petr Šabata
Hi Matt,

I see scottchiefbaker linked your Reddit convo[0] on #fedora-perl
but left before anybody could answer his question.  I'm not on
Reddit so I'll just comment here; perhaps you can forward that :)

The way perls packaged is intentional and small installation
footprint wasn't, as far as I know, the reason.  It was more
of a general modular (ha) packaging rule -- perl, as a source
package, is the same as whatever upstream ships in their tarball.
It is then split into subpackages, where perl is just the
interpreter and dozens of the bundled modules are available
as subpackages.  The same perl modules are also available as
standalone packages so they can be updated.  This allows people
(and packages) install only what they need which is rarely the
entire installation of perl which, among other things, pulls in
gcc and the entire C development toolchain.  That's the default
upstream perl experience, after all.  Doing so in Fedora was
deemed unacceptable.

People who expect the whole thing can always install perl-core.
Perhaps there could be a 'Perl Development' comps group, too,
to make this option more visible.

Using weak dependencies would install C development tools on
practically every system by default.  I don't think that's the
answer here.

P

P.S. The list is fine ;) Maybe someone else can comment or
 correct my possibly false statements above.

[0] 
https://www.reddit.com/r/linux/comments/6fu9ma/im_matthew_miller_fedora_project_leader_ama/dil9mwh/?context=3


signature.asc
Description: PGP signature
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: Perl 5.26 rebuild finished

2017-06-08 Thread Petr Šabata
On Thu, Jun 08, 2017 at 02:07:27PM +0200, Jitka Plesníková wrote:
> Hi,
> 
> we have finished rebuild of all Perl packages:
> 
>   3011 all
>   2963 done
>   25 failed
>   23 unsatisfied dependencies
> 
> I asked rel-engs to merge f27-perl build-root into f27 build-root
> https://pagure.io/releng/issue/6821#comment-444308
> 
> I'll check after merge if all updated packages are rebuilt against Perl
> 5.26. If not I'll do it.
> 
> Lists of built/failed/unsatisfied packages are at
> https://jplesnik.fedorapeople.org/5.26/
> 
> I was fixing some bugs during the rebuild and I will continue with
> investigating and possible fixing the rest of the packages.
> 
> List of failed packaged with links to Bugzilla and other statistics are at
> https://fedoraproject.org/wiki/Changes/perl5.26#Current_status
> 
> I want to thank everybody who helped in this rebuild.
> 
> Regards,
> Jitka

That was pretty quick.
Exciting new release.  Thank you.

P


signature.asc
Description: PGP signature
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: A big package giveaway

2016-03-11 Thread Petr Šabata
On Thu, Mar 10, 2016 at 09:24:26PM -0800, Tim Orling wrote:
> On Thu, Mar 10, 2016 at 2:18 AM, Petr Šabata <con...@redhat.com> wrote:
> 
> > On Tue, Mar 08, 2016 at 12:43:50PM +0100, Petr Šabata wrote:
> > > Dear Perl hackers,
> > >
> > > due to a shift in my work responsibilities, I'm giving away a
> > > large number of my packages.  If you're interested in any of
> > > them, let me know and I'll pass them to you.  See the list at
> > > the end of this mail.
> > >
> > > I'm going to orphan what's left & post to devel@ on Friday.
> > >
> > > Thank you,
> > > Petr
> >
> > Updated again.
> >
> 
> I hope the "shift" is good and welcome one for you Petr!

Yes, thanks :)

> As these are both directly related to my other packages and my end use, I
> am happy to take them.
> 
> > perl-Log-Any -- Bringing loggers and listeners together ( master f24 f23
> > f22 epel7 el6 el5 )
> > perl-Unix-Statgrab -- Perl extension for collecting information about the
> > machine ( master f24 f23 f22 el6 el5 )
> >
> > P

Done.

> I'll take a deeper look at the list over the weekend, just in case.
> 
> Regards,
> 
> --Tim ( FAS ttorling )

I'll just orphan the rest later today so you grab anything you like.

P


signature.asc
Description: PGP signature
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Re: A big package giveaway

2016-03-10 Thread Petr Šabata
On Thu, Mar 10, 2016 at 11:39:37AM +, Paul Howarth wrote:
> I'll take these as well:
> 
> Cheers, Paul.

Okay, done.
P


signature.asc
Description: PGP signature
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Re: A big package giveaway

2016-03-10 Thread Petr Šabata
On Tue, Mar 08, 2016 at 12:43:50PM +0100, Petr Šabata wrote:
> Dear Perl hackers,
> 
> due to a shift in my work responsibilities, I'm giving away a
> large number of my packages.  If you're interested in any of
> them, let me know and I'll pass them to you.  See the list at
> the end of this mail.
> 
> I'm going to orphan what's left & post to devel@ on Friday.
> 
> Thank you,
> Petr

Updated again.

perl-Affix-Infix2Postfix -- Perl extension for converting from infix notation 
to postfix notation ( master f24 f23 f22 el6 el5 )
perl-Algorithm-Annotate -- Represent a series of changes in annotate form ( 
master f24 f23 f22 el6 el5 )
perl-Algorithm-IncludeExclude -- Build and evaluate include/exclude lists ( 
master f24 f23 f22 )
perl-Algorithm-Merge -- Three-way merge and diff ( master f24 f23 f22 )
perl-AnyEvent-XMPP -- Implementation of the XMPP Protocol ( master f24 f23 f22 )
perl-Apache-LogRegex -- Parse a line from an Apache logfile into a hash ( 
master f24 f23 f22 el6 el5 )
perl-App-CLI -- Dispatcher module for command line interface programs ( el6 el5 
)
perl-App-Daemon -- Start an Application as a Daemon ( el5 )
perl-App-Nopaste -- Easy access to any pastebin ( epel7 )
perl-Archive-Extract -- Generic archive extracting mechanism ( el5 )
perl-B-Compiling -- Expose PL_compiling to perl ( master f24 f23 f22 )
perl-B-Generate -- Create your own op trees ( master f24 f23 f22 )
perl-B-Hooks-OP-Check -- Wrap OP check callbacks ( master f24 f23 f22 )
perl-B-Hooks-OP-Check-EntersubForCV -- Invoke callbacks on construction of 
entersub OPs for certain CVs ( f22 )
perl-Bencode -- BitTorrent serialization format ( master f24 f23 f22 )
perl-Best -- Fallbackable module loader ( master f24 f23 f22 )
perl-Bot-BasicBot -- Simple irc bot baseclass ( master f24 f23 f22 )
perl-Browser-Open -- Open a browser in a given URL ( master f24 f23 f22 )
perl-Captcha-reCAPTCHA -- Perl implementation of the reCAPTCHA API ( master f24 
f23 f22 )
perl-Carp-Clan-Share -- Share your Carp::Clan settings with your whole Clan ( 
master f24 f23 f22 )
perl-Carp-REPL -- Read-eval-print-loop on die and/or warn ( master f24 f23 f22 )
perl-Catalyst-Action-RenderView -- Sensible default end action for view 
rendering ( el6 )
perl-Catalyst-Devel -- Catalyst Development Tools ( el6 )
perl-Catalyst-Model-DBIC-Schema -- DBIx::Class::Schema Model Class ( el6 )
perl-Catalyst-Plugin-ConfigLoader -- Load config files of various types ( el6 )
perl-Catalyst-Plugin-I18N -- I18N for Catalyst ( el6 )
perl-Catalyst-Plugin-Session -- Catalyst generic session plugin ( el6 )
perl-Catalyst-Plugin-Session-State-Cookie -- Maintain session IDs using cookies 
( el6 )
perl-Catalyst-Plugin-Session-Store-FastMmap -- FastMmap session storage backend 
( el6 )
perl-Catalyst-Plugin-Static-Simple -- Make serving static pages painless ( el6 )
perl-Catalyst-Plugin-SubRequest -- Make subrequests to actions in Catalyst ( 
el6 )
perl-Catalyst-Runtime -- Catalyst Framework Runtime ( el6 )
perl-Catalyst-View-TT -- Template Toolkit View Class ( el6 )
perl-CatalystX-Component-Traits -- Automatic Trait Loading and Resolution for ( 
el6 )
perl-Chart -- Series of charting modules ( master f24 f23 f22 el6 el5 )
perl-Chatbot-Eliza -- Implementation of the Eliza algorithm ( master f24 f23 
f22 )
perl-Class-Accessor-Grouped -- Build groups of accessors ( master f24 f23 f22 
el6 )
perl-Class-Autouse -- Run-time class loading on first method call ( el5 )
perl-Class-Base -- Useful base class for deriving other modules ( master f24 
f23 f22 el6 )
perl-Class-C3-Adopt-NEXT -- Reduce one's dependency on NEXT ( master f24 f23 
f22 el6 )
perl-Class-C3-Componentised -- Load mix-ins or components to your C3-based 
class ( master f24 f23 f22 el6 )
perl-Class-Container -- Class::Container Perl module ( master f24 f23 f22 el6 
el5 )
perl-Class-DBI-Plugin-DeepAbstractSearch -- SQL::Abstract for Class::DBI ( 
master f24 f23 f22 el6 )
perl-Class-ErrorHandler -- Class::ErrorHandler Perl module ( master f24 f23 f22 
epel7 el6 el5 )
perl-Class-MakeMethods -- Generate common types of methods ( master f24 f23 f22 
el6 )
perl-Class-Mix -- Dynamic class mixing ( master f24 f23 f22 epel7 el6 )
perl-Color-Library -- Easy-to-use and comprehensive named-color library ( 
master f24 f23 f22 el6 el5 )
perl-Config-Extend-MySQL -- Extend your favorite .INI parser module to read 
MySQL configuration file ( el6 el5 )
perl-Config-IniHash -- Perl extension for reading and writing INI files ( el6 
el5 )
perl-Config-Simple -- Simple configuration file class ( el6 el5 )
perl-Const-Fast -- Facility for creating read-only scalars, arrays, and hashes 
( el6 )
perl-Context-Preserve -- Run code after a subroutine call, preserving context ( 
master f24 f23 f22 epel7 el6 )
perl-Convert-ASCII-Armour -- Convert binary octets into ASCII armoured messages 
( master f24 f23 f22 el6 el5 )
perl-Convert-Bencode_XS -- Faster conversions to/from Bencode format ( master 
f24 f23 f22 )
perl-Conv

Re: A big package giveaway

2016-03-09 Thread Petr Šabata
On Tue, Mar 08, 2016 at 12:43:50PM +0100, Petr Šabata wrote:
> Dear Perl hackers,
> 
> due to a shift in my work responsibilities, I'm giving away a
> large number of my packages.  If you're interested in any of
> them, let me know and I'll pass them to you.  See the list at
> the end of this mail.
> 
> I'm going to orphan what's left & post to devel@ on Friday.
> 
> Thank you,
> Petr

Updated list:

perl-Affix-Infix2Postfix -- Perl extension for converting from infix notation 
to postfix notation ( master f24 f23 f22 el6 el5 )
perl-Algorithm-Annotate -- Represent a series of changes in annotate form ( 
master f24 f23 f22 el6 el5 )
perl-Algorithm-Diff-XS -- Algorithm::Diff with XS core loop ( master f24 f23 
f22 )
perl-Algorithm-IncludeExclude -- Build and evaluate include/exclude lists ( 
master f24 f23 f22 )
perl-Algorithm-Merge -- Three-way merge and diff ( master f24 f23 f22 )
perl-AnyEvent-XMPP -- Implementation of the XMPP Protocol ( master f24 f23 f22 )
perl-Apache-LogRegex -- Parse a line from an Apache logfile into a hash ( 
master f24 f23 f22 el6 el5 )
perl-App-CLI -- Dispatcher module for command line interface programs ( el6 el5 
)
perl-App-Daemon -- Start an Application as a Daemon ( el5 )
perl-App-Nopaste -- Easy access to any pastebin ( epel7 )
perl-Archive-Extract -- Generic archive extracting mechanism ( el5 )
perl-B-Compiling -- Expose PL_compiling to perl ( master f24 f23 f22 )
perl-B-Generate -- Create your own op trees ( master f24 f23 f22 )
perl-B-Hooks-OP-Check -- Wrap OP check callbacks ( master f24 f23 f22 )
perl-B-Hooks-OP-Check-EntersubForCV -- Invoke callbacks on construction of 
entersub OPs for certain CVs ( f22 )
perl-BSD-Resource -- BSD process resource limit and priority functions ( master 
f24 f23 f22 epel7 )
perl-BackPAN-Index -- Interface to the BackPAN index ( master f24 f23 f22 )
perl-Bencode -- BitTorrent serialization format ( master f24 f23 f22 )
perl-Best -- Fallbackable module loader ( master f24 f23 f22 )
perl-Bot-BasicBot -- Simple irc bot baseclass ( master f24 f23 f22 )
perl-Browser-Open -- Open a browser in a given URL ( master f24 f23 f22 )
perl-Business-CreditCard -- Validate/generate credit card check-sums/names ( 
el5 )
perl-Cache -- The Cache interface ( el5 )
perl-Cache-FastMmap -- Uses an mmap'ed file to act as a shared memory 
interprocess cache ( master f24 f23 f22 epel7 el6 el5 )
perl-Cache-Mmap -- Shared data cache using memory mapped files ( master f24 f23 
f22 el6 el5 )
perl-Captcha-reCAPTCHA -- Perl implementation of the reCAPTCHA API ( master f24 
f23 f22 )
perl-Carp-Clan-Share -- Share your Carp::Clan settings with your whole Clan ( 
master f24 f23 f22 )
perl-Carp-REPL -- Read-eval-print-loop on die and/or warn ( master f24 f23 f22 )
perl-Catalyst-Action-RenderView -- Sensible default end action for view 
rendering ( el6 )
perl-Catalyst-Devel -- Catalyst Development Tools ( el6 )
perl-Catalyst-Model-DBIC-Schema -- DBIx::Class::Schema Model Class ( el6 )
perl-Catalyst-Plugin-ConfigLoader -- Load config files of various types ( el6 )
perl-Catalyst-Plugin-I18N -- I18N for Catalyst ( el6 )
perl-Catalyst-Plugin-Session -- Catalyst generic session plugin ( el6 )
perl-Catalyst-Plugin-Session-State-Cookie -- Maintain session IDs using cookies 
( el6 )
perl-Catalyst-Plugin-Session-Store-FastMmap -- FastMmap session storage backend 
( el6 )
perl-Catalyst-Plugin-Static-Simple -- Make serving static pages painless ( el6 )
perl-Catalyst-Plugin-SubRequest -- Make subrequests to actions in Catalyst ( 
el6 )
perl-Catalyst-Runtime -- Catalyst Framework Runtime ( el6 )
perl-Catalyst-View-TT -- Template Toolkit View Class ( el6 )
perl-CatalystX-Component-Traits -- Automatic Trait Loading and Resolution for ( 
el6 )
perl-Chart -- Series of charting modules ( master f24 f23 f22 el6 el5 )
perl-Chatbot-Eliza -- Implementation of the Eliza algorithm ( master f24 f23 
f22 )
perl-Class-Accessor-Grouped -- Build groups of accessors ( master f24 f23 f22 
el6 )
perl-Class-Autouse -- Run-time class loading on first method call ( el5 )
perl-Class-Base -- Useful base class for deriving other modules ( master f24 
f23 f22 el6 )
perl-Class-C3-Adopt-NEXT -- Reduce one's dependency on NEXT ( master f24 f23 
f22 el6 )
perl-Class-C3-Componentised -- Load mix-ins or components to your C3-based 
class ( master f24 f23 f22 el6 )
perl-Class-Container -- Class::Container Perl module ( master f24 f23 f22 el6 
el5 )
perl-Class-DBI-Plugin-DeepAbstractSearch -- SQL::Abstract for Class::DBI ( 
master f24 f23 f22 el6 )
perl-Class-ErrorHandler -- Class::ErrorHandler Perl module ( master f24 f23 f22 
epel7 el6 el5 )
perl-Class-MakeMethods -- Generate common types of methods ( master f24 f23 f22 
el6 )
perl-Class-Mix -- Dynamic class mixing ( master f24 f23 f22 epel7 el6 )
perl-Color-Library -- Easy-to-use and comprehensive named-color library ( 
master f24 f23 f22 el6 el5 )
perl-Config-Extend-MySQL -- Extend your favorite .INI parser module to read 
MySQ

A big package giveaway

2016-03-08 Thread Petr Šabata
Dear Perl hackers,

due to a shift in my work responsibilities, I'm giving away a
large number of my packages.  If you're interested in any of
them, let me know and I'll pass them to you.  See the list at
the end of this mail.

I'm going to orphan what's left & post to devel@ on Friday.

Thank you,
Petr

perl-Affix-Infix2Postfix
perl-Algorithm-Annotate
perl-Algorithm-Diff
perl-Algorithm-Diff-XS
perl-Algorithm-IncludeExclude
perl-Algorithm-Merge
perl-Any-Moose
perl-AnyEvent-XMPP
perl-Apache-LogRegex
perl-Apache-Session
perl-App-CLI
perl-App-Daemon
perl-App-Nopaste
perl-Archive-Extract
perl-B-Compiling
perl-B-Generate
perl-B-Hooks-OP-Annotation
perl-B-Hooks-OP-Check
perl-B-Hooks-OP-Check-EntersubForCV
perl-B-Utils
perl-BSD-Resource
perl-BackPAN-Index
perl-Bencode
perl-Best
perl-Bot-BasicBot
perl-Browser-Open
perl-Business-CreditCard
perl-Cache
perl-Cache-Cache
perl-Cache-FastMmap
perl-Cache-Mmap
perl-Captcha-reCAPTCHA
perl-Carp-Clan-Share
perl-Carp-REPL
perl-Catalyst-Action-RenderView
perl-Catalyst-Devel
perl-Catalyst-Model-DBIC-Schema
perl-Catalyst-Plugin-ConfigLoader
perl-Catalyst-Plugin-I18N
perl-Catalyst-Plugin-Session
perl-Catalyst-Plugin-Session-State-Cookie
perl-Catalyst-Plugin-Session-Store-FastMmap
perl-Catalyst-Plugin-Static-Simple
perl-Catalyst-Plugin-SubRequest
perl-Catalyst-Runtime
perl-Catalyst-View-TT
perl-CatalystX-Component-Traits
perl-Chart
perl-Chatbot-Eliza
perl-Child
perl-Class-Accessor-Grouped
perl-Class-Autouse
perl-Class-Base
perl-Class-C3-Adopt-NEXT
perl-Class-C3-Componentised
perl-Class-Container
perl-Class-DBI-Plugin-DeepAbstractSearch
perl-Class-ErrorHandler
perl-Class-Factory-Util
perl-Class-MakeMethods
perl-Class-Method-Modifiers
perl-Class-Mix
perl-Class-XSAccessor
perl-Color-Library
perl-Config-Extend-MySQL
perl-Config-IniHash
perl-Config-Simple
perl-Const-Fast
perl-Context-Preserve
perl-Contextual-Return
perl-Convert-ASCII-Armour
perl-Convert-Bencode
perl-Convert-Bencode_XS
perl-Convert-NLS_DATE_FORMAT
perl-Convert-PEM
perl-Convert-TNEF
perl-Crypt-CAST5_PP
perl-Crypt-DES
perl-Crypt-DES_EDE3
perl-Crypt-Eksblowfish
perl-Crypt-PasswdMD5
perl-Crypt-Twofish
perl-DBD-CSV
perl-Danga-Socket
perl-Data-Dump
perl-Data-Dump-Streamer
perl-Data-Visitor
perl-Date-HolidayParser
perl-Date-JD
perl-Date-Manip
perl-Date-Pcalc
perl-DateTime-Event-ICal
perl-DateTime-Event-Recurrence
perl-DateTime-Format-Builder
perl-DateTime-Format-DB2
perl-DateTime-Format-DBI
perl-DateTime-Format-Epoch
perl-DateTime-Format-HTTP
perl-DateTime-Format-IBeat
perl-DateTime-Format-ICal
perl-DateTime-Format-Mail
perl-DateTime-Format-MySQL
perl-DateTime-Format-Natural
perl-DateTime-Format-Oracle
perl-DateTime-Format-Pg
perl-DateTime-Format-SQLite
perl-DateTime-Format-Strptime
perl-DateTime-Format-W3CDTF
perl-DateTime-TimeZone-SystemV
perl-DateTime-TimeZone-Tzfile
perl-Debug-ShowStuff
perl-Devel-BeginLift
perl-Devel-Caller
perl-Devel-FastProf
perl-Devel-GoFaster
perl-Devel-Leak
perl-Devel-LeakGuard-Object
perl-Devel-LexAlias
perl-Devel-NYTProf
perl-Devel-PartialDump
perl-Devel-PatchPerl
perl-Devel-Pragma
perl-Devel-Profiler
perl-Devel-REPL
perl-Devel-SmallProf
perl-Devel-StackTrace-WithLexicals
perl-Digest-CRC
perl-Digest-Nilsimsa
perl-Dir-Self
perl-Directory-Scratch
perl-End
perl-Env-Path
perl-Error
perl-Expect-Simple
perl-Exporter-Tidy
perl-FCGI
perl-File-BOM
perl-File-ChangeNotify
perl-File-Fetch
perl-File-Modified
perl-File-Path-Tiny
perl-File-Pid
perl-File-Read
perl-File-ReadBackwards
perl-File-RsyncP
perl-File-Share
perl-File-Slurper
perl-File-Sync
perl-File-Type
perl-File-Type-WebImages
perl-File-chdir
perl-File-pushd
perl-Font-TTF
perl-GSSAPI
perl-Gearman
perl-Gearman-Client-Async
perl-Gearman-Server
perl-Geo-IP
perl-Getopt-Long-Descriptive
perl-Git-CPAN-Patch
perl-Git-PurePerl
perl-Git-Repository
perl-Git-Repository-Plugin-AUTOLOAD
perl-Graph-Easy
perl-Graphics-ColorNames
perl-Gtk2-Spell
perl-HTML-DOMbo
perl-HTML-Template-Pro
perl-HTML-Tiny
perl-HTML-TokeParser-Simple
perl-HTTP-Request-AsCGI
perl-Ham-Reference-QRZ
perl-Hash-Case
perl-Hash-Flatten
perl-Hash-Merge-Simple
perl-Hash-WithDefaults
perl-IPC-Filter
perl-IPC-Run
perl-IPC-ShareLite
perl-IPC-Shareable
perl-IRC-Utils
perl-Image-Math-Constrain
perl-Imager
perl-Import-Into
perl-Inline
perl-Inline-C
perl-Inline-Files
perl-Inline-Filters
perl-Inline-Module
perl-Inline-Struct
perl-JSON-Any
perl-KinoSearch1
perl-Kwiki
perl-Kwiki-Archive-Rcs
perl-Kwiki-Attachments
perl-Kwiki-Diff
perl-Kwiki-ModPerl
perl-Kwiki-NewPage
perl-Kwiki-Raw
perl-Kwiki-RecentChanges
perl-Kwiki-Revisions
perl-Kwiki-Search
perl-Kwiki-UserName
perl-Kwiki-UserPreferences
perl-Kwiki-Users-Remote
perl-Lexical-Persistence
perl-License-Syntax
perl-Lingua-EN-FindNumber
perl-Lingua-EN-Inflect-Phrase
perl-Lingua-EN-Number-IsOrdinal
perl-Lingua-EN-Numbers-Easy
perl-Lingua-EN-Numbers-Ordinate
perl-Lingua-EN-Tagger
perl-Lingua-EN-Words2Nums
perl-Lingua-Flags
perl-Lingua-KO-Hangul-Util
perl-Lingua-PT-Stemmer
perl-Lingua-Stem
perl-Lingua-Stem-Fr
perl-Lingua-Stem-It
perl-Lingua-Stem-Ru

Re: About versions and macros

2016-03-03 Thread Petr Šabata
On Thu, Mar 03, 2016 at 03:47:57PM +0100, Emmanuel Seyman wrote:
> > > As for replacing much of the existing boilerplate with macros, I'm
> > > personally less keen on that because I think it actually makes specs 
> > > harder
> > > to read, at least until I know what each of those macros actually does 
> > > under
> > > the hood.
> 
> A related point is a higher barrier of entry for new members of the SIG.
> Requiring people to learn specific macros before they can submit packages
> or contribute to existing spec files is a huge hassle.
> 
> Emmanuel

You think?  I expect most new packagers simply use a template
or have the package autogenerated.  Contributions from non-perl
packagers -- that's a valid point but most the macros ppisar
suggested seem to be fairly self-descriptive.

Updating the docs and cpanspec[0] is a must, of course.

P

[0] I've been sort of working on a new tool to replace the
dead cpanspec -- more generic and hopefully more maintainable.
It's still not ready, though.


signature.asc
Description: PGP signature
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Re: About versions and macros

2016-03-03 Thread Petr Šabata
On Tue, Feb 02, 2016 at 04:17:45PM +, Paul Howarth wrote:
> On 29/01/16 12:34, Petr Pisar wrote:
> >Compatibility
> >=
> >
> >Introducing this normalization requires changing both build-requires and
> >run-requires at the same time (you cannot provide "perl(Foo) = 1.2" and
> >build-require "perl(Foo) >= 1.200"), the normalization would be enabled at 
> >one
> >of the Perl mass rebuilds. But we could start using the macros gradually
> >even before the big switch. For those who would not find all the macros
> >appealing and would not convert their spec files, we could just wrap the
> >version strings in BuildRequire and Requires statements into %perl_v macro
> >automatically by a script.
> 
> I think it would be very difficult to change all perl packages to normalized
> version numbers in one go, which makes me think that maybe the existing and
> normalized schemes should have their own namespaces, both provided by perl
> dependency generators. I think the provides probably need to appear prior to
> the requires so that the new scheme can be bootstrapped (maybe just before a
> mass rebuild?). If the two schemes co-exist then packages can be migrated at
> a more leisurely pace by maintainers that are keen on this apporach.

I'm not sure it would be possible to do it the way you suggest, supporting
both versioning schemes at the same time.  The conversion could be largely
automated and all packages could be altered & rebuilt during the next
Perl mass rebuild, for example.  With new generators in place.

> I think having a versioning scheme that works the same way as rpm's
> versioning is a good thing and would avoid plenty of hacks and the need for
> some epoch bumps.

+1

> As for replacing much of the existing boilerplate with macros, I'm
> personally less keen on that because I think it actually makes specs harder
> to read, at least until I know what each of those macros actually does under
> the hood. It's like when I see some SuSE package specs and have to go figure
> out what all those macros actually do so I can see what's happening in the
> package build.

Although I originally suggested the weird macros for dependency lists,
I think they make the SPEC files harder to read.  I still like the idea of
a single-macro %prep/%install/%check sections as the code is almost always
the same and looking them up in perl-macros isn't a difficult task at all.

> Paul.

Petr


signature.asc
Description: PGP signature
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Re: Introduction, Seeking Sponsor

2015-04-29 Thread Petr Šabata
On Tue, Apr 28, 2015 at 08:48:20PM -0700, Tim Orling wrote:
 Petr,
 
 Thank you for responding. Work is currently being a four letter word, so I
 am quite busy. In the coming weeks I will submit my packages per the
 guidelines.
 
 I assume I should be targeting F23.
 
 Regards,
 
 Tim

Well, it depends.  In this case the answer would be yes.

However, in additional to the master development branch
(`Rawhide', the future F23), you may request branches for
supported stable Fedora or EPEL releases, too.

Petr


pgpvjQdSKqXOz.pgp
Description: PGP signature
--
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: Tangerine 0.15

2015-04-27 Thread Petr Šabata
On Fri, Apr 24, 2015 at 06:25:57PM +0200, Petr Šabata wrote:
  - The utility lives in its own distribution now and will have
to be installed separately.
I'll submit it for package review soon.

Package submitted:
https://bugzilla.redhat.com/show_bug.cgi?id=1215575

P


pgpwn6i72S43q.pgp
Description: PGP signature
--
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: Introduction, Seeking Sponsor

2015-04-27 Thread Petr Šabata
On Thu, Apr 02, 2015 at 08:09:07PM -0700, Tim Orling wrote:
 Hello perl-devel,
 
 I have been an active user since Redhat 6.
 
 I am currently co-maintainer of meta-python layer for OpenEmbedded and
 frequent contributor to the meta-perl layer.
 
 I have built many RPMs in the past, but this will be my first entrance into
 the world of contributors.
 
 In an effort to use https://github.com/rehsack/Packager-Utils I find that I
 need additional perl modules in Fedora. My builds of perl-MooX-Log-Any and
 perl-Alien-Packages (generated by cpanspec) pass on koji. (user: ttorling)
 
 Please consider sponsoring me as a collaborator/packager and member of the
 group.
 
 --Tim

Hey Tim,

apologies for the late reply; I somehow missed this email.

It's great news you'd like to contribute.  Go ahead and submit
your packages for review [0].  I'll gladly help you polish the
rough bits and possibly sponsor you.

While still a useful tool, packages generated by cpanspec are
far from perfect and still need some attention.  To get an
idea what a modern perl package looks like, browse the git
repositories or check out some recent perl package reviews.

Anyway, do submit your packages and we'll see how it goes :)

Cheers,
Petr

[0] https://fedoraproject.org/wiki/New_package_process_for_existing_contributors


pgpbFx59qWzsp.pgp
Description: PGP signature
--
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

Tangerine 0.15

2015-04-24 Thread Petr Šabata
I've just pushed new Tangerine, v0.15, to CPAN.  Updates should
land in Fedora and EPEL in the coming weeks.

There are quite a few things about this release I'd like to
point out:

 - The utility lives in its own distribution now and will have
   to be installed separately.
   I'll submit it for package review soon.

 - The module now requires fewer dependencies as I abandoned
   Mo in favour of perl's native object system.

 - I adopted the common terminology and renamed the main methods,
   hook types and modes.  `provides' is now called `package',
   `use' is `compile' and `require' is `runtime'.  The old names
   are still available for backwards compatibility.

 - The utility output is slightly different now, reflecting on the 
   abovementioned change.

 - Parallel scanning is supported and it's on by default,
   automagically spawning just the right number of workers.
   This can be adjusted with the -j option.

 - You can now generate metadata diffs, comparing directories or
   tarballs.  Thanks to Paul for this suggestion -- it's really
   quite handy when doing package updates.

 - Fixed some nasty bugs in module name and version filters.

 - It's all much cleaner and faster now :)


Cheers,
Petr


pgpJueBntBKDI.pgp
Description: PGP signature
--
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-Dist-Zilla/f22] 5.034 bump

2015-03-24 Thread Petr Šabata
Summary of changes:

  100da2e... 5.034 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

File Text-VimColor-0.26.tar.gz uploaded to lookaside cache by psabata

2015-03-23 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Text-VimColor:

cda2c0006b40c5489d6718baecc7da89  Text-VimColor-0.26.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-Text-VimColor] 0.26 bump

2015-03-23 Thread Petr Šabata
commit 7637d70e9084d68704f61fdfd6d7da74303c2636
Author: Petr Šabata con...@redhat.com
Date:   Mon Mar 23 13:58:10 2015 +0100

0.26 bump

 .gitignore  | 1 +
 perl-Text-VimColor.spec | 6 +-
 sources | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5d09be2..ac8482e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ Text-VimColor-0.11.tar.gz
 /Text-VimColor-0.23.tar.gz
 /Text-VimColor-0.24.tar.gz
 /Text-VimColor-0.25.tar.gz
+/Text-VimColor-0.26.tar.gz
diff --git a/perl-Text-VimColor.spec b/perl-Text-VimColor.spec
index b895ca2..3cc7910 100644
--- a/perl-Text-VimColor.spec
+++ b/perl-Text-VimColor.spec
@@ -1,5 +1,5 @@
 Name:   perl-Text-VimColor
-Version:0.25
+Version:0.26
 Release:1%{?dist}
 Summary:Syntax color text in HTML or XML using Vim
 License:GPL+ or Artistic
@@ -30,6 +30,7 @@ BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::File::ShareDir::Dist)
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(version)
 BuildRequires:  vim-enhanced
@@ -75,6 +76,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 23 2015 Petr Šabata con...@redhat.com - 0.26-1
+- 0.26 bump
+
 * Mon Mar 02 2015 Petr Šabata con...@redhat.com - 0.25-1
 - 0.25 bump
 
diff --git a/sources b/sources
index d80ea91..54cd604 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-91ae616a8925bbf6bac3b8c85a003c1b  Text-VimColor-0.25.tar.gz
+cda2c0006b40c5489d6718baecc7da89  Text-VimColor-0.26.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-Text-VimColor/f22] 0.26 bump

2015-03-23 Thread Petr Šabata
Summary of changes:

  7637d70... 0.26 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

File CPAN-Perl-Releases-2.12.tar.gz uploaded to lookaside cache by psabata

2015-03-23 Thread Petr Šabata
A file has been added to the lookaside cache for perl-CPAN-Perl-Releases:

2db050a552fe3211fe961ba941834aaf  CPAN-Perl-Releases-2.12.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-Perl-Releases] 2.12 bump, updated for v5.21.10

2015-03-23 Thread Petr Šabata
commit d9987ad40bc672b170775e5a061a893df4342726
Author: Petr Šabata con...@redhat.com
Date:   Mon Mar 23 14:13:16 2015 +0100

2.12 bump, updated for v5.21.10

 .gitignore   | 1 +
 perl-CPAN-Perl-Releases.spec | 5 -
 sources  | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c897fd3..44a588c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /CPAN-Perl-Releases-2.06.tar.gz
 /CPAN-Perl-Releases-2.08.tar.gz
 /CPAN-Perl-Releases-2.10.tar.gz
+/CPAN-Perl-Releases-2.12.tar.gz
diff --git a/perl-CPAN-Perl-Releases.spec b/perl-CPAN-Perl-Releases.spec
index a4cd319..b0d2ee8 100644
--- a/perl-CPAN-Perl-Releases.spec
+++ b/perl-CPAN-Perl-Releases.spec
@@ -1,5 +1,5 @@
 Name:   perl-CPAN-Perl-Releases
-Version:2.10
+Version:2.12
 Release:1%{?dist}
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:GPL+ or Artistic
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 23 2015 Petr Šabata con...@redhat.com - 2.12-1
+- 2.12 bump, updated for v5.21.10
+
 * Thu Mar 19 2015 Petr Šabata con...@redhat.com - 2.10-1
 - 2.10 bump, updated for v5.21.9
 
diff --git a/sources b/sources
index 958a9bc..a763081 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df07151766ca8467f2712a6493b48139  CPAN-Perl-Releases-2.10.tar.gz
+2db050a552fe3211fe961ba941834aaf  CPAN-Perl-Releases-2.12.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 Tk-ToolBar-0.12.tar.gz uploaded to lookaside cache by psabata

2015-03-23 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Tk-ToolBar:

a1827609ff99a9ec6795611da805fac4  Tk-ToolBar-0.12.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-Tk-ToolBar] 0.12 bump

2015-03-23 Thread Petr Šabata
commit 36bfae2a3d5fe736beaa7eafd7b41cbb708f36ee
Author: Petr Šabata con...@redhat.com
Date:   Mon Mar 23 13:34:02 2015 +0100

0.12 bump

- Update source URL
- Modernize the spec and fix the dep list

 .gitignore |  1 +
 Tk-ToolBar-0.12-noarch.patch   | 16 
 perl-Tk-ToolBar-no-demos.patch | 14 ---
 perl-Tk-ToolBar.spec   | 55 +++---
 sources|  2 +-
 5 files changed, 48 insertions(+), 40 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9fa83e9..eb50362 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Tk-ToolBar-0.10.zip
+/Tk-ToolBar-0.12.tar.gz
diff --git a/Tk-ToolBar-0.12-noarch.patch b/Tk-ToolBar-0.12-noarch.patch
new file mode 100644
index 000..89d1a93
--- /dev/null
+++ b/Tk-ToolBar-0.12-noarch.patch
@@ -0,0 +1,16 @@
+diff --git a/Makefile.PL b/Makefile.PL
+index c270704..5d12468 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -30,11 +30,6 @@ WriteMakefile1(
+ TARFLAGS = '-c -C -f',
+ },
+ ) : (),
+-  PM   = {
+-  'lib/Tk/ToolBar.pm'   = '$(INST_LIB)/Tk/ToolBar.pm',
+-  'toolbar.pl'   = ($] = 5.005 ? '$(INST_ARCHLIB)' : 
'$(INST_LIB)') . '/Tk/demos/widtrib/toolbar.pl',
+-  'ToolBar/tkIcons'  = '$(INST_LIB)/Tk/ToolBar/tkIcons',
+-  },
+ );
+ 
+ sub WriteMakefile1 {  #Written by Alexandr Ciornii, version 0.21. Added by 
eumm-upgrade.
diff --git a/perl-Tk-ToolBar.spec b/perl-Tk-ToolBar.spec
index 2a9f06d..974e458 100644
--- a/perl-Tk-ToolBar.spec
+++ b/perl-Tk-ToolBar.spec
@@ -1,32 +1,36 @@
 Name:   perl-Tk-ToolBar
-Version:0.10
-Release:10%{?dist}
+Version:0.12
+Release:1%{?dist}
 Summary:Toolbar widget for Perl/Tk
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Tk-ToolBar/
-Source0:
http://www.cpan.org/authors/id/C/CH/CHORNY/Tk-ToolBar-%{version}.zip
-# don't install toolbar.pl demo - add to docs instead
-Patch0: perl-Tk-ToolBar-no-demos.patch
+Source0:
http://search.cpan.org/CPAN/authors/id/A/AS/ASB/Tk-ToolBar-%{version}.tar.gz
+Patch0: Tk-ToolBar-0.12-noarch.patch
 BuildArch:  noarch
-BuildRequires:  perl = 0:5.005
+# Build
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+# Runtime
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test)
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Tk)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Tk::Balloon)
-BuildRequires:  perl(Tk::CursorControl)
+BuildRequires:  perl(Tk::BrowseEntry)
+# Unused BuildRequires:  perl(Tk::CursorControl)
 BuildRequires:  perl(Tk::Frame)
-BuildRequires:  perl(Tk::LabEntry)
+# Unused BuildRequires:  perl(Tk::LabEntry)
 BuildRequires:  perl(Tk::widgets)
-Requires:   perl(Tk::CursorControl)
+BuildRequires:  perl(vars)
+# Tests only
+BuildRequires:  perl(Test)
+BuildRequires:  perl(Test::More)
+# Optional tests only
+BuildRequires:  perl(Test::Pod) = 1.14
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+# Optional Requires:   perl(Tk::CursorControl)
 Requires:   perl(Tk::LabEntry)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-
-%{?perl_default_filter}
 
 %description
 This module implements a dockable toolbar. It is in the same spirit as the
@@ -36,21 +40,17 @@ shortcut buttons).
 
 %prep
 %setup -q -n Tk-ToolBar-%{version}
-%patch0 -p1
-
-# strip CRLF
 find -type f -print0 | xargs -0 sed -i 's/\r$//'
+%patch0 -p1
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
-
+# Package the demo script in doc instead
+rm -f %{buildroot}/%{perl_vendorlib}/Tk/toolbar.pl
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -62,6 +62,11 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 23 2015 Petr Šabata con...@redhat.com - 0.12-1
+- 0.12 bump
+- Update source URL
+- Modernize the spec and fix the dep list
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.10-10
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index dd3d6ba..e145094 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c21f0f0320651eac05c5c6071f87df35  Tk-ToolBar-0.10.zip
+a1827609ff99a9ec6795611da805fac4  Tk-ToolBar-0.12.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-DateTime-TimeZone/f22] 1.86 bump, timezone data updated

2015-03-23 Thread Petr Šabata
Summary of changes:

  915df65... 1.86 bump, timezone data updated (*)

(*) 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-DateTime-TimeZone] 1.86 bump, timezone data updated

2015-03-23 Thread Petr Šabata
commit 915df65d30968799c6d4a17ef1710ee5b23cb6dd
Author: Petr Šabata con...@redhat.com
Date:   Mon Mar 23 15:24:13 2015 +0100

1.86 bump, timezone data updated

 perl-DateTime-TimeZone.spec | 10 ++
 sources |  2 +-
 2 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec
index 8a2019d..aa828c8 100644
--- a/perl-DateTime-TimeZone.spec
+++ b/perl-DateTime-TimeZone.spec
@@ -1,5 +1,5 @@
 Name:   perl-DateTime-TimeZone
-Version:1.85
+Version:1.86
 Release:1%{?dist}
 Summary:Time zone object base class and factory
 License:GPL+ or Artistic
@@ -12,7 +12,7 @@ Patch0: 
DateTime-TimeZone-1.83-Parse-etc-localtime-by-DateTime-TimeZone-
 BuildArch:  noarch
 # Build
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Runtime
@@ -82,12 +82,11 @@ offset from GMT for a given time period.
 %patch0 -p1
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} +
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -100,6 +99,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 23 2015 Petr Šabata con...@redhat.com - 1.86-1
+- 1.86 bump, timezone data updated
+
 * Tue Feb 03 2015 Petr Pisar ppi...@redhat.com - 1.85-1
 - 1.85 bump
 
diff --git a/sources b/sources
index 30c95fd..531dfe4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cf9d75ae4e238966d85fcfd1a8c23bf2  DateTime-TimeZone-1.85.tar.gz
+e27d97c13988d70e44b61668d14c6f40  DateTime-TimeZone-1.86.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 DateTime-TimeZone-1.86.tar.gz uploaded to lookaside cache by psabata

2015-03-23 Thread Petr Šabata
A file has been added to the lookaside cache for perl-DateTime-TimeZone:

e27d97c13988d70e44b61668d14c6f40  DateTime-TimeZone-1.86.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-MCE/f22] (2 commits) ...1.604 bump

2015-03-23 Thread Petr Šabata
Summary of changes:

  2db011a... Move mce_grep tool into a separate sub-package (*)
  510a47e... 1.604 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-MCE/f20] (3 commits) ...1.604 bump

2015-03-23 Thread Petr Šabata
Summary of changes:

  7461fb1... Correct dependencies (*)
  2db011a... Move mce_grep tool into a separate sub-package (*)
  510a47e... 1.604 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-MCE/epel7] (3 commits) ...1.604 bump

2015-03-23 Thread Petr Šabata
Summary of changes:

  7461fb1... Correct dependencies (*)
  2db011a... Move mce_grep tool into a separate sub-package (*)
  510a47e... 1.604 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

File MCE-1.604.tar.gz uploaded to lookaside cache by psabata

2015-03-23 Thread Petr Šabata
A file has been added to the lookaside cache for perl-MCE:

9a590559943c0ee58bbd804e12ae0df4  MCE-1.604.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-MCE] 1.604 bump

2015-03-23 Thread Petr Šabata
commit 510a47e79df896a501d8dfa04efd2a72cf84e799
Author: Petr Šabata con...@redhat.com
Date:   Mon Mar 23 16:38:49 2015 +0100

1.604 bump

 .gitignore   |  1 +
 MCE-1.600-Install-mce_grep.patch | 33 -
 perl-MCE.spec| 26 +-
 sources  |  2 +-
 4 files changed, 15 insertions(+), 47 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fdb86d2..0ac5de1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /MCE-1.521.tar.gz
 /MCE-1.522.tar.gz
 /MCE-1.600.tar.gz
+/MCE-1.604.tar.gz
diff --git a/perl-MCE.spec b/perl-MCE.spec
index 500c169..e45c470 100644
--- a/perl-MCE.spec
+++ b/perl-MCE.spec
@@ -1,14 +1,12 @@
 Name:   perl-MCE
-Version:1.600
-Release:3%{?dist}
+Version:1.604
+Release:1%{?dist}
 Summary:Many-core Engine for Perl providing parallel processing 
capabilities
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/MCE/
 Source0:
http://www.cpan.org/authors/id/M/MA/MARIOROY/MCE-%{version}.tar.gz
-# Install mce_grep tool, CPAN RT#102040
-Patch0: MCE-1.600-Install-mce_grep.patch
 # Fix sharp-bang line
-Patch1: MCE-1.600-Fix-sharp-bang-line.patch
+Patch0: MCE-1.600-Fix-sharp-bang-line.patch
 BuildArch:  noarch
 # Build
 BuildRequires:  perl
@@ -19,7 +17,7 @@ BuildRequires:  perl(warnings)
 # The bin/mce_grep is not used by tests
 BuildRequires:  perl(base)
 BuildRequires:  perl(bytes)
-# Unused BuildRequires:  perl(Carp)
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Fcntl)
@@ -33,22 +31,21 @@ BuildRequires:  perl(Time::HiRes)
 # Tests only
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
-Requires:   perl(Carp)
-Requires:   perl(File::Path)
 Requires:   perl(IO::Handle)
-Requires:   perl(MCE::Util)
+Requires:   perl(MCE::Candy)
 Requires:   perl(MCE::Core::Input::Generator)
 Requires:   perl(MCE::Core::Input::Handle)
 Requires:   perl(MCE::Core::Input::Iterator)
 Requires:   perl(MCE::Core::Input::Request)
 Requires:   perl(MCE::Core::Input::Sequence)
-Requires:   perl(MCE::Core::Validation)
 Requires:   perl(MCE::Core::Manager)
+Requires:   perl(MCE::Core::Validation)
 Requires:   perl(MCE::Core::Worker)
+Requires:   perl(MCE::Util)
 Requires:   perl(Storable) = 2.04
 
 %{?perl_default_filter}
-%global __requires_exclude 
%{?__requires_exclude|%__requires_exclude|}^perl\\((MCE|Storable)\\)$
+%global __requires_exclude 
%{?__requires_exclude|%__requires_exclude|}^perl\\(Storable\\)$
 %global __provides_exclude 
%{?__provides_exclude|%__provides_exclude|}^perl\\(MCE\\)$
 
 %description
@@ -72,11 +69,10 @@ the Many-core Engine (MCE) Perl library.
 %prep
 %setup -q -n MCE-%{version}
 %patch0 -p1
-%patch1 -p1
 chmod -c a-x examples/*pl
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+MCE_INSTALL_TOOLS=1 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -88,6 +84,7 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} +
 make test
 
 %files
+%{!?_licensedir:%global license %%doc}
 %license LICENSE
 %doc CHANGES CREDITS README examples
 %{perl_vendorlib}/*
@@ -97,6 +94,9 @@ make test
 %{_bindir}/mce_grep
 
 %changelog
+* Mon Mar 23 2015 Petr Šabata con...@redhat.com - 1.604-1
+- 1.604 bump
+
 * Wed Feb 11 2015 Petr Pisar ppi...@redhat.com - 1.600-3
 - Move mce_grep tool into a separate sub-package
 
diff --git a/sources b/sources
index b13e0a1..577782c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-33cc796654ecaf0eb3e69334a27b9a7a  MCE-1.600.tar.gz
+9a590559943c0ee58bbd804e12ae0df4  MCE-1.604.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-MCE/el6] (3 commits) ...1.604 bump

2015-03-23 Thread Petr Šabata
Summary of changes:

  7461fb1... Correct dependencies (*)
  2db011a... Move mce_grep tool into a separate sub-package (*)
  510a47e... 1.604 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

File Dist-Zilla-5.034.tar.gz uploaded to lookaside cache by psabata

2015-03-23 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Dist-Zilla:

edf9788f2635ac33fb361c854d61e48b  Dist-Zilla-5.034.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-Dist-Zilla] 5.034 bump

2015-03-23 Thread Petr Šabata
commit 100da2e5abdf4bd4978443e669103df420c6e094
Author: Petr Šabata con...@redhat.com
Date:   Mon Mar 23 17:33:27 2015 +0100

5.034 bump

 .gitignore   |  1 +
 perl-Dist-Zilla.spec | 14 +-
 sources  |  2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bc7bcb4..6c96d4f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ Dist-Zilla-4.101900.tar.gz
 /Dist-Zilla-5.030.tar.gz
 /Dist-Zilla-5.031.tar.gz
 /Dist-Zilla-5.033.tar.gz
+/Dist-Zilla-5.034.tar.gz
diff --git a/perl-Dist-Zilla.spec b/perl-Dist-Zilla.spec
index a48cfc0..98755e7 100644
--- a/perl-Dist-Zilla.spec
+++ b/perl-Dist-Zilla.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dist-Zilla
-Version:5.033
+Version:5.034
 Release:1%{?dist}
 Summary:Distribution builder; installer not included!
 License:GPL+ or Artistic
@@ -26,12 +26,12 @@ BuildRequires:  perl(Class::Load) = 0.17
 BuildRequires:  perl(Config)
 BuildRequires:  perl(Config::INI::Reader)
 BuildRequires:  perl(Config::MVP::Assembler)
-BuildRequires:  perl(Config::MVP::Assembler::WithBundles)
+BuildRequires:  perl(Config::MVP::Assembler::WithBundles) = 2.200010
 BuildRequires:  perl(Config::MVP::Reader) = 2.101540
 BuildRequires:  perl(Config::MVP::Reader::Findable::ByExtension)
 BuildRequires:  perl(Config::MVP::Reader::Finder)
 BuildRequires:  perl(Config::MVP::Reader::INI) = 2
-BuildRequires:  perl(Config::MVP::Section) = 2.22
+BuildRequires:  perl(Config::MVP::Section) = 2.29
 BuildRequires:  perl(CPAN::Meta) = 2.120900
 BuildRequires:  perl(CPAN::Meta::Check) = 0.007
 BuildRequires:  perl(CPAN::Meta::Converter) = 2.101550
@@ -119,10 +119,11 @@ Requires:   perl(Archive::Tar)
 Requires:   perl(Class::Load) = 0.17
 Requires:   perl(Config::INI::Reader)
 Requires:   perl(Config::MVP::Assembler)
-Requires:   perl(Config::MVP::Assembler::WithBundles)
+Requires:   perl(Config::MVP::Assembler::WithBundles) = 2.200010
 Requires:   perl(Config::MVP::Reader::Findable::ByExtension)
 Requires:   perl(Config::MVP::Reader::Finder)
 Requires:   perl(Config::MVP::Reader::INI) = 2
+Requires:   perl(Config::MVP::Section) = 2.29
 Requires:   perl(CPAN::Meta::Converter) = 2.101550
 Requires:   perl(CPAN::Meta::Requirements) = 2.121
 Requires:   perl(CPAN::Meta::Validator) = 2.101550
@@ -131,7 +132,7 @@ Requires:   perl(DateTime)
 Requires:   perl(Encode)
 Requires:   perl(ExtUtils::Manifest) = 1.54
 Requires:   perl(File::Path)
-Requires:   perl(File::ShareDir::Install) = 0.03
+Requires:   perl(File::ShareDir::Install) = 0.06
 Requires:   perl(Hash::Merge::Simple)
 Requires:   perl(Module::CoreList)
 Requires:   perl(Path::Class) = 0.22
@@ -185,6 +186,9 @@ make test
 %{_sysconfdir}/bash_completion.d
 
 %changelog
+* Mon Mar 23 2015 Petr Šabata con...@redhat.com - 5.034-1
+- 5.034 bump
+
 * Fri Mar 20 2015 Petr Šabata con...@redhat.com - 5.033-1
 - 5.033 bump
 
diff --git a/sources b/sources
index 9a26bc1..bab506c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d829cc41be88592983d27dcc49a0d175  Dist-Zilla-5.033.tar.gz
+edf9788f2635ac33fb361c854d61e48b  Dist-Zilla-5.034.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 Dist-Zilla-5.033.tar.gz uploaded to lookaside cache by psabata

2015-03-20 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Dist-Zilla:

d829cc41be88592983d27dcc49a0d175  Dist-Zilla-5.033.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 Test-File-ShareDir-1.001001.tar.gz uploaded to lookaside cache by psabata

2015-03-20 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Test-File-ShareDir:

09a0a9e03b3162bd967c010d3a007467  Test-File-ShareDir-1.001001.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-Test-File-ShareDir] 1.001001 bump

2015-03-20 Thread Petr Šabata
commit e6fb2dc522c93fed4481c4dadbec4b67807d4352
Author: Petr Šabata con...@redhat.com
Date:   Fri Mar 20 14:45:42 2015 +0100

1.001001 bump

 .gitignore   |  1 +
 perl-Test-File-ShareDir.spec | 15 +++
 sources  |  2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4dff4eb..93413e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Test-File-ShareDir-0.3.1.tar.gz
 /Test-File-ShareDir-1.05.tar.gz
+/Test-File-ShareDir-1.001001.tar.gz
diff --git a/perl-Test-File-ShareDir.spec b/perl-Test-File-ShareDir.spec
index a4b1c13..914cbb3 100644
--- a/perl-Test-File-ShareDir.spec
+++ b/perl-Test-File-ShareDir.spec
@@ -1,9 +1,8 @@
 Name:   perl-Test-File-ShareDir
-Version:1.05
+Version:1.001001
 Release:1%{?dist}
 Summary:Create a Fake ShareDir for your modules for testing
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-File-ShareDir/
 Source0:
http://www.cpan.org/authors/id/K/KE/KENTNL/Test-File-ShareDir-%{version}.tar.gz
 BuildArch:  noarch
@@ -15,18 +14,22 @@ BuildRequires:  perl(warnings)
 # Runtime
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Class::Tiny)
+BuildRequires:  perl(Exporter) = 5.57
 BuildRequires:  perl(File::Copy::Recursive)
 BuildRequires:  perl(File::ShareDir) = 1.00
+BuildRequires:  perl(parent)
 BuildRequires:  perl(Path::Tiny)
+BuildRequires:  perl(Scope::Guard)
 # Tests only
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(FindBin)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::Fatal)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) = 0.96
 Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 Requires:   perl(File::Copy::Recursive)
+Requires:   perl(Scope::Guard)
 
 %{?perl_default_filter}
 
@@ -48,11 +51,15 @@ make pure_install DESTDIR=%{buildroot}
 make test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 20 2015 Petr Šabata con...@redhat.com - 1.001001-1
+- 1.001001 bump
+
 * Mon Nov 10 2014 Petr Šabata con...@redhat.com - 1.05-1
 - 1.05 bump
 
diff --git a/sources b/sources
index 4c12c0c..401a96f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5a2ccf41cc1b9b8fa541f0d263fa2b61  Test-File-ShareDir-1.05.tar.gz
+09a0a9e03b3162bd967c010d3a007467  Test-File-ShareDir-1.001001.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-Dist-Zilla] 5.033 bump

2015-03-20 Thread Petr Šabata
commit 1a2f47c1e25a591e80ed7d85e4f77b0dc2c3050e
Author: Petr Šabata con...@redhat.com
Date:   Fri Mar 20 13:32:41 2015 +0100

5.033 bump

 .gitignore   | 1 +
 perl-Dist-Zilla.spec | 5 -
 sources  | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9fc71d9..bc7bcb4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ Dist-Zilla-4.101900.tar.gz
 /Dist-Zilla-5.029.tar.gz
 /Dist-Zilla-5.030.tar.gz
 /Dist-Zilla-5.031.tar.gz
+/Dist-Zilla-5.033.tar.gz
diff --git a/perl-Dist-Zilla.spec b/perl-Dist-Zilla.spec
index 059a760..a48cfc0 100644
--- a/perl-Dist-Zilla.spec
+++ b/perl-Dist-Zilla.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dist-Zilla
-Version:5.031
+Version:5.033
 Release:1%{?dist}
 Summary:Distribution builder; installer not included!
 License:GPL+ or Artistic
@@ -185,6 +185,9 @@ make test
 %{_sysconfdir}/bash_completion.d
 
 %changelog
+* Fri Mar 20 2015 Petr Šabata con...@redhat.com - 5.033-1
+- 5.033 bump
+
 * Fri Jan 09 2015 Petr Šabata con...@redhat.com - 5.031-1
 - 5.031 bump, Win32 test suite fixes
 
diff --git a/sources b/sources
index 5c59820..9a26bc1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-93693036ddf557b0254a69a7cf39da5a  Dist-Zilla-5.031.tar.gz
+d829cc41be88592983d27dcc49a0d175  Dist-Zilla-5.033.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 Scope-Upper-0.26.tar.gz uploaded to lookaside cache by psabata

2015-03-20 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Scope-Upper:

1da9e90c8739eaf92790db7ba342b294  Scope-Upper-0.26.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-Dist-Zilla/f22] 5.033 bump

2015-03-20 Thread Petr Šabata
Summary of changes:

  1a2f47c... 5.033 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

File PerlIO-gzip-0.19.tar.gz uploaded to lookaside cache by psabata

2015-03-20 Thread Petr Šabata
A file has been added to the lookaside cache for perl-PerlIO-gzip:

dbcfc1450f6b593b65048b8ced061c98  PerlIO-gzip-0.19.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-PerlIO-gzip] 0.19 bump, patch merged upstream

2015-03-20 Thread Petr Šabata
commit 06d1b6f1dccf7895f308a6b65dbc1694bb16d8b5
Author: Petr Šabata con...@redhat.com
Date:   Fri Mar 20 16:02:12 2015 +0100

0.19 bump, patch merged upstream

- Modernize the spec

 PerlIO-gzip-0.18-RT92412.patch | 12 -
 perl-PerlIO-gzip.spec  | 56 --
 sources|  2 +-
 3 files changed, 22 insertions(+), 48 deletions(-)
---
diff --git a/perl-PerlIO-gzip.spec b/perl-PerlIO-gzip.spec
index d51c3f9..542a623 100644
--- a/perl-PerlIO-gzip.spec
+++ b/perl-PerlIO-gzip.spec
@@ -1,34 +1,26 @@
 Name:   perl-PerlIO-gzip
-Version:0.18
-Release:21%{?dist}
+Version:0.19
+Release:1%{?dist}
 Summary:Perl extension to provide a PerlIO layer to gzip/gunzip
-# See Makefile.PL, gzip.xs, etc.
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/PerlIO-gzip/
 Source0:
http://www.cpan.org/authors/id/N/NW/NWCLARK/PerlIO-gzip-%{version}.tar.gz
-# Fix https://rt.cpan.org/Public/Bug/Display.html?id=92412
-# usesfio is no longer available as a core configuration setting
-Patch0: PerlIO-gzip-0.18-RT92412.patch
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-Requires:   perl(:WITH_PERLIO)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-
-# non-perl
+BuildRequires:  glibc-common
 BuildRequires:  zlib-devel
-
-# perl
+# Build
+BuildRequires:  perl
 BuildRequires:  perl(Config)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+# Runtime
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 BuildRequires:  perl(XSLoader)
-# test
+# Tests only
 BuildRequires:  perl(File::Compare)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Test::More)
+Requires:   perl(:WITH_PERLIO)
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 
 %{?perl_default_filter}
 
@@ -41,40 +33,34 @@ layer.
 
 %prep
 %setup -q -n PerlIO-gzip-%{version}
-%patch0 -p1
-
 perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t
-cat README | iconv -f ISO-8859-1 -t UTF-8  foo  mv foo README
+iconv -f latin1 -t utf8 README  README.utf8  \
+touch README.utf8 -r README  \
+mv README.utf8 README
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags} NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
-
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
-
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} +
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
-%doc Changes README t/
+%doc Changes README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/PerlIO*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 20 2015 Petr Šabata con...@redhat.com - 0.19-1
+- 0.19 bump, patch merged upstream
+- Modernize the spec
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.18-21
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index e814390..fca6052 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-933fdf283a0d2739f7630420569e3b24  PerlIO-gzip-0.18.tar.gz
+dbcfc1450f6b593b65048b8ced061c98  PerlIO-gzip-0.19.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-HTTP-BrowserDetect] 1.76 bump

2015-03-20 Thread Petr Šabata
commit 6235652d73931bac207b0901c5e151aaed8c9723
Author: Petr Šabata con...@redhat.com
Date:   Fri Mar 20 13:07:32 2015 +0100

1.76 bump

 perl-HTTP-BrowserDetect.spec | 26 ++
 sources  |  2 +-
 2 files changed, 15 insertions(+), 13 deletions(-)
---
diff --git a/perl-HTTP-BrowserDetect.spec b/perl-HTTP-BrowserDetect.spec
index 19c0720..ee82664 100644
--- a/perl-HTTP-BrowserDetect.spec
+++ b/perl-HTTP-BrowserDetect.spec
@@ -1,28 +1,27 @@
 Name:   perl-HTTP-BrowserDetect
 Summary:Determine the Web browser, version, and platform from an HTTP 
user agent string
-Version:1.75
+Version:1.78
 Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/HTTP-BrowserDetect/
 Source0:
http://www.cpan.org/authors/id/O/OA/OALDERS/HTTP-BrowserDetect-%{version}.tar.gz
 
 BuildArch:  noarch
-# Module Build
+# Build
 BuildRequires:  perl(Module::Build) = 0.28
-# Module Runtime
 BuildRequires:  perl(strict)
-BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
-# Test Suite
+# Runtime
+BuildRequires:  perl(vars)
+# Tests only
 BuildRequires:  perl(FindBin)
 BuildRequires:  perl(JSON::PP)
 BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Test::FailWarnings)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) = 0.96
 BuildRequires:  perl(Test::Most)
 BuildRequires:  perl(Test::NoWarnings)
-# Runtime
-Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 
 %description
 The HTTP::BrowserDetect object does a number of tests on an HTTP user agent
@@ -33,7 +32,6 @@ at 
http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html.
 
 %prep
 %setup -q -n HTTP-BrowserDetect-%{version}
-
 # Remove spurious exec permission
 chmod -c -x lib/HTTP/BrowserDetect.pm
 
@@ -42,18 +40,22 @@ perl Build.PL installdirs=vendor
 ./Build
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-%{_fixperms} $RPM_BUILD_ROOT
+./Build install destdir=%{buildroot} create_packlist=0
+%{_fixperms} %{buildroot}
 
 %check
 ./Build test
 
 %files
-%doc Changes CONTRIBUTORS LICENSE README TODO
+%license LICENSE
+%doc Changes CONTRIBUTORS README TODO
 %{perl_vendorlib}/HTTP/
 %{_mandir}/man3/HTTP::BrowserDetect.3pm*
 
 %changelog
+* Fri Mar 20 2015 Petr Šabata con...@redhat.com - 1.78-1
+- 1.76 bump
+
 * Wed Nov 26 2014 Jitka Plesnikova jples...@redhat.com - 1.75-1
 - 1.75 bump
 
diff --git a/sources b/sources
index 49daefe..6686c7d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-45fd35ca9ebb99b9c8fe39569978c776  HTTP-BrowserDetect-1.75.tar.gz
+28e6f80b1169b4b0bb796265df915179  HTTP-BrowserDetect-1.78.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 HTTP-BrowserDetect-1.78.tar.gz uploaded to lookaside cache by psabata

2015-03-20 Thread Petr Šabata
A file has been added to the lookaside cache for perl-HTTP-BrowserDetect:

28e6f80b1169b4b0bb796265df915179  HTTP-BrowserDetect-1.78.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-Scope-Upper/f22] 0.26 bump

2015-03-20 Thread Petr Šabata
Summary of changes:

  d3a8761... 0.26 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-Scope-Upper] 0.26 bump

2015-03-20 Thread Petr Šabata
commit d3a8761beda6e12ac5005271329d1444b47f1195
Author: Petr Šabata con...@redhat.com
Date:   Fri Mar 20 15:18:39 2015 +0100

0.26 bump

 .gitignore|  1 +
 perl-Scope-Upper.spec | 27 ++-
 sources   |  2 +-
 3 files changed, 16 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dc2f0b5..29b3d4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ Scope-Upper-0.10.tar.gz
 /Scope-Upper-0.22.tar.gz
 /Scope-Upper-0.24.tar.gz
 /Scope-Upper-0.25.tar.gz
+/Scope-Upper-0.26.tar.gz
diff --git a/perl-Scope-Upper.spec b/perl-Scope-Upper.spec
index 8dd9baa..30a1fd0 100644
--- a/perl-Scope-Upper.spec
+++ b/perl-Scope-Upper.spec
@@ -1,31 +1,30 @@
 Name:   perl-Scope-Upper
 Summary:Act on upper scopes
-Version:0.25
+Version:0.26
 Release:1%{?dist}
 License:GPL+ or Artistic
-Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Scope-Upper-%{version}.tar.gz 
 URL:http://search.cpan.org/dist/Scope-Upper
+# Build
 BuildRequires:  perl
 BuildRequires:  perl(Config)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
-# Run-time:
+# Runtime
 BuildRequires:  perl(base)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(XSLoader)
-# Tests:
+# Tests only
 BuildRequires:  perl(feature)
 BuildRequires:  perl(lib)
+# It's either Scalar::Util or B; with the former being preferred
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(threads::shared)
-# Optional tests:
-BuildRequires:  perl(B)
-BuildRequires:  perl(Scalar::Util)
+# Optional tests only
 BuildRequires:  perl(Time::HiRes)
-Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
-Requires:   perl(Exporter)
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 Requires:   perl(XSLoader)
 
 %{?perl_default_filter}
@@ -42,13 +41,12 @@ context was in use then.
 sed -i '1s,^#!.*perl,#!%{__perl},' samples/*
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags} NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 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} -type f -name '*.bs' -a -size 0 -exec rm -f {} +
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -61,6 +59,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 20 2015 Petr Šabata con...@redhat.com - 0.26-1
+- 0.26 bump
+
 * Tue Nov 25 2014 Petr Pisar ppi...@redhat.com - 0.25-1
 - 0.25 bump
 
diff --git a/sources b/sources
index ab767dc..19f8493 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5bbb92a8a63689e81efed1460ab6a13d  Scope-Upper-0.25.tar.gz
+1da9e90c8739eaf92790db7ba342b294  Scope-Upper-0.26.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-Devel-NYTProf] 5.07 bump

2015-03-20 Thread Petr Šabata
commit 3e7548a1a347d95ffdfd324c921c7d3694c62d34
Author: Petr Šabata con...@redhat.com
Date:   Fri Mar 20 18:04:33 2015 +0100

5.07 bump

- Modernize the spec and fix the dependency list

 .gitignore  |  1 +
 perl-Devel-NYTProf.spec | 75 +++--
 sources |  2 +-
 3 files changed, 50 insertions(+), 28 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 38798d1..28a77a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ Devel-NYTProf-4.04.tar.gz
 /Devel-NYTProf-5.00.tar.gz
 /Devel-NYTProf-5.05.tar.gz
 /Devel-NYTProf-5.06.tar.gz
+/Devel-NYTProf-5.07.tar.gz
diff --git a/perl-Devel-NYTProf.spec b/perl-Devel-NYTProf.spec
index 4665bb2..0d4c95c 100644
--- a/perl-Devel-NYTProf.spec
+++ b/perl-Devel-NYTProf.spec
@@ -1,35 +1,56 @@
 Name:   perl-Devel-NYTProf
-Version:5.06
-Release:3%{?dist}
+Version:5.07
+Release:1%{?dist}
 Summary:Powerful feature-rich perl source code profiler
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Devel-NYTProf/
 Source0:
http://www.cpan.org/authors/id/T/TI/TIMB/Devel-NYTProf-%{version}.tar.gz
 BuildRequires:  zlib-devel
-BuildRequires:  perl(AutoLoader)
+# Build
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Runtime
+# Unused BuildRequires:  perl(ActiveState::Browser)
+# Unused BuildRequires:  perl(Apache)
+BuildRequires:  perl(base)
+# Unused BuildRequires:  perl(Browser::Open)
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Cwd)
 BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(DynaLoader)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Copy)
-BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Path)
-BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(Getopt::Long)
-BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(File::Spec)
+# Unused BuildRequires:  perl(JSON::Any)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(List::Util)
-# currently a developer-only test
-#BuildRequires:  perl(Moose)
 BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(Sub::Name)
+BuildRequires:  perl(XSLoader)
+# Tests only
+BuildRequires:  perl(AutoLoader)
+BuildRequires:  perl(AutoSplit)
+# Unused BuildRequires:  perl(BSD::Resource)
+BuildRequires:  perl(ExtUtils::testlib)
+BuildRequires:  perl(feature)
+BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(Test::Differences)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
-
-# not automatically detected
-Requires:   perl(JSON::Any)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+BuildRequires:  perl(vars)
+# Optional tests only
+BuildRequires:  perl(Sub::Name) = 0.11
+BuildRequires:  perl(Test::Pod) = 1.00
+BuildRequires:  perl(Test::Pod::Coverage) = 1.04
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+# Unneded Requires:   perl(Apache)
+# Optional Requires:   perl(Browser::Open)
+# Optional Requires:   perl(JSON::Any)
 
 %{?perl_default_filter}
 
@@ -40,25 +61,21 @@ Devel::NYTProf is a powerful feature-rich perl source code 
profiler.
 %setup -q -n Devel-NYTProf-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags} NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} +
 # remove duplicate installed lib in wrong location
-rm -rf $RPM_BUILD_ROOT/%{perl_vendorarch}/Devel/auto/
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+rm -rf %{buildroot}/%{perl_vendorarch}/Devel/auto/
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
 
 %files
-%doc Changes HACKING demo
+%doc Changes HACKING demo README.md
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Devel*
 %{_bindir}/*
@@ -66,6 +83,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 20 2015 Petr Šabata con...@redhat.com - 5.07-1
+- 5.07 bump
+- Modernize the spec and fix the dependency list
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 5.06-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index ed0dbd2..5244cc9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-45e83ef96fac392ab141959d8c1a75dd  Devel-NYTProf-5.06.tar.gz
+f96326e95be854d49bd7e53085917273  Devel-NYTProf-5.07.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel

File Devel-NYTProf-5.07.tar.gz uploaded to lookaside cache by psabata

2015-03-20 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Devel-NYTProf:

f96326e95be854d49bd7e53085917273  Devel-NYTProf-5.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

File Git-PurePerl-0.51.tar.gz uploaded to lookaside cache by psabata

2015-03-20 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Git-PurePerl:

20a1913cc2b29dcf6b4ac3a79d05b3e0  Git-PurePerl-0.51.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-Git-PurePerl] 0.51 bump

2015-03-20 Thread Petr Šabata
commit 7aaa263c4b8a0940af881d082a62fc3770dc7ac4
Author: Petr Šabata con...@redhat.com
Date:   Fri Mar 20 11:06:38 2015 +0100

0.51 bump

 .gitignore | 1 +
 perl-Git-PurePerl.spec | 6 --
 sources| 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ab03966..2d3d353 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Git-PurePerl-0.46.tar.gz
 /perl-Git-PurePerl.spec
 /Git-PurePerl-0.48.tar.gz
 /Git-PurePerl-0.50.tar.gz
+/Git-PurePerl-0.51.tar.gz
diff --git a/perl-Git-PurePerl.spec b/perl-Git-PurePerl.spec
index 746c7ab..8ef8374 100644
--- a/perl-Git-PurePerl.spec
+++ b/perl-Git-PurePerl.spec
@@ -1,5 +1,5 @@
 Name:   perl-Git-PurePerl
-Version:0.50
+Version:0.51
 Release:1%{?dist}
 Summary:Pure Perl interface to Git repositories
 License:GPL+ or Artistic
@@ -62,7 +62,6 @@ make pure_install DESTDIR=%{buildroot}
 %{_fixperms} %{buildroot}/*
 
 %check
-%{?!_with_live_tests: rm t/protocol_gpp.t}
 make test
 
 %files
@@ -71,6 +70,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 20 2015 Petr Šabata con...@redhat.com - 0.51-1
+- 0.51 bump
+
 * Fri Nov 28 2014 Petr Šabata con...@redhat.com - 0.50-1
 - 0.50 bump
 
diff --git a/sources b/sources
index 878fed4..9a55bc9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0df8e25f9b887b537184c115320bf445  Git-PurePerl-0.50.tar.gz
+20a1913cc2b29dcf6b4ac3a79d05b3e0  Git-PurePerl-0.51.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 Data-Structure-Util-0.16.tar.gz uploaded to lookaside cache by psabata

2015-03-19 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Data-Structure-Util:

ada3241ff14e895e26e9a112bd5c3431  Data-Structure-Util-0.16.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-Data-Structure-Util] 0.16 bump

2015-03-19 Thread Petr Šabata
commit 669c037484e18ca664f2cb5600a92f644c0d6734
Author: Petr Šabata con...@redhat.com
Date:   Thu Mar 19 18:20:42 2015 +0100

0.16 bump

- Remove bundled libs, drop the patch
- Modernize spec file and fix the dep list

 .gitignore |  1 +
 ...ucture-Util-0.15-Remove-failed-test-cases.patch | 21 --
 perl-Data-Structure-Util.spec  | 74 +++---
 sources|  2 +-
 4 files changed, 39 insertions(+), 59 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cf3bc51..4dc6526 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Data-Structure-Util-0.15.tar.gz
+/Data-Structure-Util-0.16.tar.gz
diff --git a/perl-Data-Structure-Util.spec b/perl-Data-Structure-Util.spec
index a0bf853..9767d60 100644
--- a/perl-Data-Structure-Util.spec
+++ b/perl-Data-Structure-Util.spec
@@ -1,31 +1,38 @@
 Name:   perl-Data-Structure-Util
-Version:0.15
-Release:19%{?dist}
+Version:0.16
+Release:1%{?dist}
 Summary:Change nature of data within a structure
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Data-Structure-Util/
 Source0:
http://www.cpan.org/authors/id/A/AN/ANDYA/Data-Structure-Util-%{version}.tar.gz
-# Fix for RT#88257
-Patch0: Data-Structure-Util-0.15-Remove-failed-test-cases.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-
+# Build
+BuildRequires:  perl
+BuildRequires:  perl(Devel::CheckLib)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(lib)
+BuildRequires:  perl(strict)
+# Runtime
 BuildRequires:  perl(AutoLoader)
-BuildRequires:  perl(CPAN::Meta)
-BuildRequires:  perl(Data::Dumper)
-BuildRequires: perl(Devel::CheckLib)
 BuildRequires: perl(Digest::MD5)
 BuildRequires:  perl(DynaLoader)
-BuildRequires:  perl(Encode)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(File::Find::Rule)
-BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Storable)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings::register)
+# Tests only
+BuildRequires:  perl(blib)
+BuildRequires:  perl(bytes)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(warnings)
+# Optional tests only
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(File::Find::Rule)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(XML::Simple)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+# Unused if Encode is available BuildRequires:  perl(XML::Simple)
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 
 %description
 Data::Structure::Util is a toolbox to manipulate the data inside a data
@@ -34,42 +41,35 @@ requested on each appropriate element.
 
 %prep
 %setup -q -n Data-Structure-Util-%{version}
-%patch0 -p1
-
-chmod 644 CHANGES README bin/packages.pl
+chmod 644 -c CHANGES README bin/packages.pl
+rm -r inc  sed -e '/^inc.*$/d' -i MANIFEST
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags} NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-rm -f $RPM_BUILD_ROOT%{_bindir}/packages.pl \
-$RPM_BUILD_ROOT%{_mandir}/man1/packages.pl*
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+rm -f %{buildroot}%{_bindir}/packages.pl \
+  %{buildroot}%{_mandir}/man1/packages.pl*
+find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} +
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc CHANGES README bin/packages.pl
 %{perl_vendorarch}/auto/*
-%{perl_vendorarch}/Data*
+%{perl_vendorarch}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 19 2015 Petr Šabata con...@redhat.com - 0.16-1
+- 0.16 bump
+- Remove bundled libs, drop the patch
+- Modernize spec file and fix the dep list
+
 * Fri Aug 29 2014 Jitka Plesnikova jples...@redhat.com - 0.15-19
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index c4d083b..93f34b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e12ba777c0abfbd79a131de28d542359  Data-Structure-Util-0.15.tar.gz
+ada3241ff14e895e26e9a112bd5c3431  Data-Structure-Util-0.16.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-Chart] 2.4.10 bump, no changes

2015-03-19 Thread Petr Šabata
commit 95a86ee113fc8b8b846d8c23319f7e34c7183525
Author: Petr Šabata con...@redhat.com
Date:   Thu Mar 19 17:20:04 2015 +0100

2.4.10 bump, no changes

 perl-Chart.spec | 5 -
 sources | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Chart.spec b/perl-Chart.spec
index 24c308d..e390fc2 100644
--- a/perl-Chart.spec
+++ b/perl-Chart.spec
@@ -1,5 +1,5 @@
 Name:   perl-Chart
-Version:2.4.9
+Version:2.4.10
 Release:1%{?dist}
 Summary:Series of charting modules
 License:GPL+ or Artistic
@@ -49,6 +49,9 @@ make test
 %{_mandir}/man3/Chart.3*
 
 %changelog
+* Thu Mar 19 2015 Petr Šabata con...@redhat.com - 2.4.10-1
+- 2.4.10 bump, no changes
+
 * Mon Feb 09 2015 Petr Šabata con...@redhat.com - 2.4.9-1
 - 2.4.9 bump, no changes
 
diff --git a/sources b/sources
index d582b62..0f9f5af 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-896a9a36aa513689c20ff813136776ab  Chart-2.4.9.tar.gz
+f493c2b3c4594e92716b956a367cc93a  Chart-2.4.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

File Chart-2.4.10.tar.gz uploaded to lookaside cache by psabata

2015-03-19 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Chart:

f493c2b3c4594e92716b956a367cc93a  Chart-2.4.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

File CPAN-Perl-Releases-2.10.tar.gz uploaded to lookaside cache by psabata

2015-03-19 Thread Petr Šabata
A file has been added to the lookaside cache for perl-CPAN-Perl-Releases:

df07151766ca8467f2712a6493b48139  CPAN-Perl-Releases-2.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-CPAN-Perl-Releases] 2.10 bump, updated for v5.21.9

2015-03-19 Thread Petr Šabata
commit f2eb9c97a238e5a33807da0d102b735f12d9b9de
Author: Petr Šabata con...@redhat.com
Date:   Thu Mar 19 17:44:24 2015 +0100

2.10 bump, updated for v5.21.9

 .gitignore   | 1 +
 perl-CPAN-Perl-Releases.spec | 5 -
 sources  | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9da5a59..c897fd3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /CPAN-Perl-Releases-2.02.tar.gz
 /CPAN-Perl-Releases-2.06.tar.gz
 /CPAN-Perl-Releases-2.08.tar.gz
+/CPAN-Perl-Releases-2.10.tar.gz
diff --git a/perl-CPAN-Perl-Releases.spec b/perl-CPAN-Perl-Releases.spec
index c519fd6..a4cd319 100644
--- a/perl-CPAN-Perl-Releases.spec
+++ b/perl-CPAN-Perl-Releases.spec
@@ -1,5 +1,5 @@
 Name:   perl-CPAN-Perl-Releases
-Version:2.08
+Version:2.10
 Release:1%{?dist}
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:GPL+ or Artistic
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 19 2015 Petr Šabata con...@redhat.com - 2.10-1
+- 2.10 bump, updated for v5.21.9
+
 * Tue Feb 17 2015 Petr Šabata con...@redhat.com - 2.08-1
 - 2.08 bump, updated for v5.20.2
 
diff --git a/sources b/sources
index 4aeee2d..958a9bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d56684568b072299af4e493adccea9a2  CPAN-Perl-Releases-2.08.tar.gz
+df07151766ca8467f2712a6493b48139  CPAN-Perl-Releases-2.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

File Net-GitHub-0.74.tar.gz uploaded to lookaside cache by psabata

2015-03-18 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Net-GitHub:

4e8453c00984911f83fbf381e22694ce  Net-GitHub-0.74.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-GitHub] 0.74 bump, fix a regression introduced in 0.73

2015-03-18 Thread Petr Šabata
commit fed5cafc6d78131bb91e85844d2a9bf9c432cbc4
Author: Petr Šabata con...@redhat.com
Date:   Wed Mar 18 17:20:25 2015 +0100

0.74 bump, fix a regression introduced in 0.73

 .gitignore   | 1 +
 perl-Net-GitHub.spec | 5 -
 sources  | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f8bac0..eeb27d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ Net-GitHub-0.22.tar.gz
 /Net-GitHub-0.71.tar.gz
 /Net-GitHub-0.72.tar.gz
 /Net-GitHub-0.73.tar.gz
+/Net-GitHub-0.74.tar.gz
diff --git a/perl-Net-GitHub.spec b/perl-Net-GitHub.spec
index 911d483..101244d 100644
--- a/perl-Net-GitHub.spec
+++ b/perl-Net-GitHub.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-GitHub
 Summary:Perl interface for github.com
-Version:0.73
+Version:0.74
 Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -64,6 +64,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Mar 18 2015 Petr Šabata con...@redhat.com - 0.74-1
+- 0.74 bump, fix a regression introduced in 0.73
+
 * Fri Mar 06 2015 Petr Šabata con...@redhat.com - 0.73-1
 - 0.73 bump
 
diff --git a/sources b/sources
index 5a52a47..81d93da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f77f9cfdf230912efafbb0f79f4558da  Net-GitHub-0.73.tar.gz
+4e8453c00984911f83fbf381e22694ce  Net-GitHub-0.74.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-Inline] 0.80 bump

2015-03-18 Thread Petr Šabata
commit d5d7c030b448cf5c7a1519f31e29460555be33e6
Author: Petr Šabata con...@redhat.com
Date:   Wed Mar 18 17:24:14 2015 +0100

0.80 bump

 .gitignore   | 1 +
 perl-Inline.spec | 5 -
 sources  | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 30e585a..f81b499 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ Inline-0.46.tar.gz
 /Inline-0.77.tar.gz
 /Inline-0.78.tar.gz
 /Inline-0.79.tar.gz
+/Inline-0.80.tar.gz
diff --git a/perl-Inline.spec b/perl-Inline.spec
index 9ca4aec..1aebb9e 100644
--- a/perl-Inline.spec
+++ b/perl-Inline.spec
@@ -1,5 +1,5 @@
 Name:   perl-Inline
-Version:0.79
+Version:0.80
 Release:1%{?dist}
 Summary:Inline Perl module
 Group:  Development/Libraries
@@ -83,6 +83,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Mar 18 2015 Petr Šabata con...@redhat.com - 0.80-1
+- 0.80 bump
+
 * Wed Feb 18 2015 Petr Šabata con...@redhat.com - 0.79-1
 - 0.79 bump, Win32 fixes only
 
diff --git a/sources b/sources
index 5dbf401..bb7f72b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-439219736492bf24379f0c5681a9b4c6  Inline-0.79.tar.gz
+510bbac46e727bcaf240b7feac2646c9  Inline-0.80.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 Inline-0.80.tar.gz uploaded to lookaside cache by psabata

2015-03-18 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Inline:

510bbac46e727bcaf240b7feac2646c9  Inline-0.80.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-Inline-C] 0.75 bump, documentation fixes

2015-03-18 Thread Petr Šabata
commit b9ac1099356becd7996366c6f3800ae9ca7dbf6c
Author: Petr Šabata con...@redhat.com
Date:   Wed Mar 18 17:54:52 2015 +0100

0.75 bump, documentation fixes

 .gitignore | 1 +
 perl-Inline-C.spec | 5 -
 sources| 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4340b70..704b4a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /Inline-C-0.67.tar.gz
 /Inline-C-0.73.tar.gz
 /Inline-C-0.74.tar.gz
+/Inline-C-0.75.tar.gz
diff --git a/perl-Inline-C.spec b/perl-Inline-C.spec
index 87b8d21..3080910 100644
--- a/perl-Inline-C.spec
+++ b/perl-Inline-C.spec
@@ -1,5 +1,5 @@
 Name:   perl-Inline-C
-Version:0.74
+Version:0.75
 Release:1%{?dist}
 Summary:Write Perl subroutines in C
 License:GPL+ or Artistic
@@ -80,6 +80,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Mar 18 2015 Petr Šabata con...@redhat.com - 0.75-1
+- 0.75 bump, documentation fixes
+
 * Wed Feb 18 2015 Petr Šabata con...@redhat.com - 0.74-1
 - 0.74 bump, Win32 fixes only
 
diff --git a/sources b/sources
index 1a0288a..e68b8b4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1609466bad491f10dad85eb43dc2ca0c  Inline-C-0.74.tar.gz
+4e9c295c1514da492306719a194f5711  Inline-C-0.75.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 Inline-C-0.75.tar.gz uploaded to lookaside cache by psabata

2015-03-18 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Inline-C:

4e9c295c1514da492306719a194f5711  Inline-C-0.75.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-Inline/f22] 0.80 bump

2015-03-18 Thread Petr Šabata
Summary of changes:

  d5d7c03... 0.80 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-IO-Socket-IP] 0.37 bump

2015-03-13 Thread Petr Šabata
commit 5904a7a3edbca8b32d5b5d59beb7c99df46ce98d
Author: Petr Šabata con...@redhat.com
Date:   Fri Mar 13 13:06:37 2015 +0100

0.37 bump

 .gitignore | 1 +
 perl-IO-Socket-IP.spec | 5 -
 sources| 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0c31d0e..008a9dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /IO-Socket-IP-0.34.tar.gz
 /IO-Socket-IP-0.35.tar.gz
 /IO-Socket-IP-0.36.tar.gz
+/IO-Socket-IP-0.37.tar.gz
diff --git a/perl-IO-Socket-IP.spec b/perl-IO-Socket-IP.spec
index 6c03225..1d03e2f 100644
--- a/perl-IO-Socket-IP.spec
+++ b/perl-IO-Socket-IP.spec
@@ -1,5 +1,5 @@
 Name:   perl-IO-Socket-IP
-Version:0.36
+Version:0.37
 Release:1%{?dist}
 Summary:Drop-in replacement for IO::Socket::INET supporting both IPv4 
and IPv6
 License:GPL+ or Artistic
@@ -60,6 +60,9 @@ rm -f t/21nonblocking-connect-internet.t
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 13 2015 Petr Šabata con...@redhat.com - 0.37-1
+- 0.37 bump
+
 * Fri Jan 30 2015 Petr Šabata con...@redhat.com - 0.36-1
 - 0.36 bump
 - Win32 changes only
diff --git a/sources b/sources
index 6df71ee..64f26c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3460c4657b4b9c329ba65a8e0b390937  IO-Socket-IP-0.36.tar.gz
+49b39aa1be331dc983695d19ab47cef3  IO-Socket-IP-0.37.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 IO-Socket-IP-0.37.tar.gz uploaded to lookaside cache by psabata

2015-03-13 Thread Petr Šabata
A file has been added to the lookaside cache for perl-IO-Socket-IP:

49b39aa1be331dc983695d19ab47cef3  IO-Socket-IP-0.37.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-DBI] Fix a confusing typo

2015-03-12 Thread Petr Šabata
commit 402260ef98d1227546286253ba606ba4605ac4d3
Author: Petr Šabata con...@redhat.com
Date:   Thu Mar 12 15:42:32 2015 +0100

Fix a confusing typo

 perl-DBI.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/perl-DBI.spec b/perl-DBI.spec
index 4d30dac..6de1d0f 100644
--- a/perl-DBI.spec
+++ b/perl-DBI.spec
@@ -18,7 +18,7 @@ URL:http://dbi.perl.org/
 # The source tarball must be repackaged to remove the DBI/FAQ.pm, since the
 # license is not a FSF free license. 
 # When upgrading, download the new source tarball, and run 
-# ./repackage.sh version to produce the -repackaged tarball.
+# ./repackage.sh version to produce the _repackaged tarball.
 # Source0:
http://www.cpan.org/authors/id/T/TI/TIMB/DBI-%{version}.tar.gz
 Source0:DBI-%{version}_repackaged.tar.gz
 BuildRequires:  perl
--
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 List-Compare-0.49.tar.gz uploaded to lookaside cache by psabata

2015-03-12 Thread Petr Šabata
A file has been added to the lookaside cache for perl-List-Compare:

fb8ac390f7a5a8757025467d577ec4b4  List-Compare-0.49.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-List-Compare] 0.49 bump, metadata updates

2015-03-12 Thread Petr Šabata
commit 8e989856c2c0c74cff8d26d54c1e29e7ff3165de
Author: Petr Šabata con...@redhat.com
Date:   Thu Mar 12 16:15:17 2015 +0100

0.49 bump, metadata updates

 .gitignore | 1 +
 perl-List-Compare.spec | 5 -
 sources| 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7e1e5d8..f45aa1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ List-Compare-0.37.tar.gz
 /List-Compare-0.46.tar.gz
 /List-Compare-0.47.tar.gz
 /List-Compare-0.48.tar.gz
+/List-Compare-0.49.tar.gz
diff --git a/perl-List-Compare.spec b/perl-List-Compare.spec
index bb6847f..ef60032 100644
--- a/perl-List-Compare.spec
+++ b/perl-List-Compare.spec
@@ -1,5 +1,5 @@
 Name:   perl-List-Compare
-Version:0.48
+Version:0.49
 Release:1%{?dist}
 Summary:Compare elements of two or more lists
 Group:  Development/Libraries
@@ -46,6 +46,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Mar 12 2015 Petr Šabata con...@redhat.com - 0.49-1
+- 0.49 bump, metadata updates
+
 * Thu Feb 26 2015 Petr Šabata con...@redhat.com - 0.48-1
 - 0.48 bump, yet even more performance improvements
 
diff --git a/sources b/sources
index 00c8ec7..8234003 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-533457924eceadae61960a89c4cc6aea  List-Compare-0.48.tar.gz
+fb8ac390f7a5a8757025467d577ec4b4  List-Compare-0.49.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 Net-GitHub-0.73.tar.gz uploaded to lookaside cache by psabata

2015-03-06 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Net-GitHub:

f77f9cfdf230912efafbb0f79f4558da  Net-GitHub-0.73.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-GitHub] 0.73 bump

2015-03-06 Thread Petr Šabata
commit 39abf577ec8d83281ac75b7db2f68698c3c15966
Author: Petr Šabata con...@redhat.com
Date:   Fri Mar 6 13:29:55 2015 +0100

0.73 bump

 .gitignore   | 1 +
 perl-Net-GitHub.spec | 7 +--
 sources  | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 46bc6df..9f8bac0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ Net-GitHub-0.22.tar.gz
 /Net-GitHub-0.69.tar.gz
 /Net-GitHub-0.71.tar.gz
 /Net-GitHub-0.72.tar.gz
+/Net-GitHub-0.73.tar.gz
diff --git a/perl-Net-GitHub.spec b/perl-Net-GitHub.spec
index 3bf6ab5..911d483 100644
--- a/perl-Net-GitHub.spec
+++ b/perl-Net-GitHub.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-GitHub
 Summary:Perl interface for github.com
-Version:0.72
+Version:0.73
 Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -24,7 +24,7 @@ BuildRequires:  perl(vars)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Request::Common)
-BuildRequires:  perl(JSON::Any)
+BuildRequires:  perl(JSON::MaybeXS)
 BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(MIME::Base64)
 BuildRequires:  perl(Moo)
@@ -64,6 +64,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 06 2015 Petr Šabata con...@redhat.com - 0.73-1
+- 0.73 bump
+
 * Tue Feb 10 2015 Petr Šabata con...@redhat.com - 0.72-1
 - 0.72 bump
 
diff --git a/sources b/sources
index 20f0709..5a52a47 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bd9dff198a07978ff9ed8a06dfc6e494  Net-GitHub-0.72.tar.gz
+f77f9cfdf230912efafbb0f79f4558da  Net-GitHub-0.73.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-DateTime] Comment on the misleading license header in XS

2015-03-06 Thread Petr Šabata
commit 0bec7a0d16606a9e87edf6f315c49c74709f4774
Author: Petr Šabata con...@redhat.com
Date:   Fri Mar 6 17:10:57 2015 +0100

Comment on the misleading license header in XS

 perl-DateTime.spec | 4 
 1 file changed, 4 insertions(+)
---
diff --git a/perl-DateTime.spec b/perl-DateTime.spec
index 379024f..d25216d 100644
--- a/perl-DateTime.spec
+++ b/perl-DateTime.spec
@@ -3,6 +3,10 @@ Epoch:  2
 Version:1.18
 Release:1%{?dist}
 Summary:Date and time object for Perl
+# Even though lib/DateTime.xs says `the same as Perl', it also points to the
+# LICENSE file (Artistic 2.0).  Reading the changelog entry for v0.56 suggests
+# this was simply overlooked when re-licensing.
+# Reported as rt#102546
 License:Artistic 2.0
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/DateTime/
--
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-Sys-Syslog] Drop an obsolete comment

2015-03-05 Thread Petr Šabata
commit fa01c672a7c0215a22e0c65ff1adf1515b897fe0
Author: Petr Šabata con...@redhat.com
Date:   Thu Mar 5 12:36:38 2015 +0100

Drop an obsolete comment

 perl-Sys-Syslog.spec | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/perl-Sys-Syslog.spec b/perl-Sys-Syslog.spec
index 3d879f3..1ff7b8d 100644
--- a/perl-Sys-Syslog.spec
+++ b/perl-Sys-Syslog.spec
@@ -2,7 +2,6 @@ Name:   perl-Sys-Syslog
 Version:0.33
 Release:311%{?dist}
 Summary:Perl interface to the UNIX syslog(3) calls
-# Unused sources fallback/* are covered with BSD license.
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Sys-Syslog/
--
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-Simple/f21] Correct the license tag

2015-03-04 Thread Petr Šabata
commit f22d5ee6d83bf8be2be9ec8f437115070f6e0c79
Author: Petr Šabata con...@redhat.com
Date:   Wed Mar 4 16:51:46 2015 +0100

Correct the license tag

 perl-Test-Simple.spec | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec
index 35425f7..4aa71c2 100644
--- a/perl-Test-Simple.spec
+++ b/perl-Test-Simple.spec
@@ -1,8 +1,10 @@
 Name:   perl-Test-Simple
 Summary:Basic utilities for writing tests
 Version:1.001008
-Release:1%{?dist}
-License:GPL+ or Artistic
+Release:2%{?dist}
+# Public Domain: lib/Test/Tutorial.pod
+# GPL+ or Artistic: the rest of the distribution
+License:(GPL+ or Artistic) and Public Domain
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-Simple
 Source0:
http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-Simple-%{version}.tar.gz
@@ -80,6 +82,9 @@ make test
 %{_mandir}/man3/Test::Tutorial.3pm*
 
 %changelog
+* Wed Mar 04 2015 Petr Šabata con...@redhat.com - 1.001008-2
+- Correct the license tag
+
 * Thu Oct 16 2014 Paul Howarth p...@city-fan.org - 1.001008-1
 - Update to 1.001008
   - Fix subtest name when skip_all is used
--
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-Simple/f22] Correct the license tag

2015-03-04 Thread Petr Šabata
Summary of changes:

  e062fab... Correct the license tag (*)

(*) 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-Simple/f20] Correct the license tag

2015-03-04 Thread Petr Šabata
commit 2101639c33c38106cb508b2ea7dce640ea067c02
Author: Petr Šabata con...@redhat.com
Date:   Wed Mar 4 16:53:03 2015 +0100

Correct the license tag

 perl-Test-Simple.spec | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec
index abe7427..53d3f3b 100644
--- a/perl-Test-Simple.spec
+++ b/perl-Test-Simple.spec
@@ -1,8 +1,10 @@
 Name:   perl-Test-Simple
 Summary:Basic utilities for writing tests
 Version:1.001002
-Release:1%{?dist}
-License:GPL+ or Artistic
+Release:2%{?dist}
+# Public Domain: lib/Test/Tutorial.pod
+# GPL+ or Artistic: the rest of the distribution
+License:(GPL+ or Artistic) and Public Domain
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-Simple
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Simple-%{version}.tar.gz 
@@ -83,6 +85,9 @@ make test
 %{_mandir}/man3/Test::Tutorial.3pm*
 
 %changelog
+* Wed Mar 04 2015 Petr Šabata con...@redhat.com - 1.001002-2
+- Correct the license tag
+
 * Tue Nov  5 2013 Paul Howarth p...@city-fan.org - 1.001002-1
 - Update to 1.001002
   - Restore ability to use regex with test_err and test_out (CPAN RT#89655)
--
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-Simple] Correct the license tag

2015-03-04 Thread Petr Šabata
commit e062fabb300f7bfec23040e3e6a01c7d5b329901
Author: Petr Šabata con...@redhat.com
Date:   Wed Mar 4 16:49:00 2015 +0100

Correct the license tag

 perl-Test-Simple.spec | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec
index ec695ea..e506e50 100644
--- a/perl-Test-Simple.spec
+++ b/perl-Test-Simple.spec
@@ -5,8 +5,11 @@
 Name:   perl-Test-Simple
 Summary:Basic utilities for writing tests
 Version:1.001014
-Release:1%{?dist}
-License:GPL+ or Artistic
+Release:2%{?dist}
+# CC0: lib/ok.pm
+# Public Domain: lib/Test/Tutorial.pod
+# GPL+ or Artistic: the rest of the distribution
+License:(GPL+ or Artistic) and CC0 and Public Domain
 URL:http://search.cpan.org/dist/Test-Simple
 Source0:
http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-Simple-%{version}.tar.gz
 BuildArch:  noarch
@@ -111,6 +114,9 @@ make test AUTHOR_TESTING=1
 %{_mandir}/man3/Test::use::ok.3*
 
 %changelog
+* Wed Mar 04 2015 Petr Šabata con...@redhat.com - 1.001014-2
+- Correct the license tag
+
 * Wed Jan  7 2015 Paul Howarth p...@city-fan.org - 1.001014-1
 - Update to 1.001014
   - Fix a unit test that broke on some platforms with spaces in the $^X path
--
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 Date-Manip-6.49.tar.gz uploaded to lookaside cache by psabata

2015-03-03 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Date-Manip:

4a07d42b0e47a48c4df0af22fcefc6be  Date-Manip-6.49.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-Date-Manip] 6.49 bugfix bump

2015-03-03 Thread Petr Šabata
commit 6a31f41812fe5cc11345ce2ef2ea0d74ed664896
Author: Petr Šabata con...@redhat.com
Date:   Tue Mar 3 13:40:57 2015 +0100

6.49 bugfix bump

 .gitignore   |  1 +
 perl-Date-Manip.spec | 20 
 sources  |  2 +-
 3 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 078ab32..34286af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ Date-Manip-6.07.tar.gz
 /Date-Manip-6.46.tar.gz
 /Date-Manip-6.47.tar.gz
 /Date-Manip-6.48.tar.gz
+/Date-Manip-6.49.tar.gz
diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec
index 358b2b5..6eaf93b 100644
--- a/perl-Date-Manip.spec
+++ b/perl-Date-Manip.spec
@@ -1,5 +1,5 @@
 Name:   perl-Date-Manip
-Version:6.48
+Version:6.49
 Release:1%{?dist}
 Summary:Date manipulation routines
 Group:  Development/Libraries
@@ -7,23 +7,23 @@ License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Date-Manip/
 Source0:
http://www.cpan.org/authors/id/S/SB/SBECK/Date-Manip-%{version}.tar.gz
 BuildArch:  noarch
+# Build
 BuildRequires:  perl
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Runtime
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(integer)
 BuildRequires:  perl(IO::File)
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Storable)
-BuildRequires:  perl(strict)
 BuildRequires:  perl(utf8)
-BuildRequires:  perl(warnings)
 # Tests only
 BuildRequires:  perl(Test::Inter)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod) = 1.00
-BuildRequires:  perl(Test::Pod::Coverage) = 1.00
-Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 
 # This package was formerly known as perl-DateManip
 Provides: perl-DateManip = %{version}-%{release}
@@ -54,12 +54,16 @@ perl Build.PL installdirs=vendor
 ./Build test
 
 %files
-%doc LICENSE README README.first
+%license LICENSE
+%doc README README.first
 %{perl_vendorlib}/Date/
 %{_mandir}/man[13]/*.[13]*
 %{_bindir}/dm_*
 
 %changelog
+* Tue Mar 03 2015 Petr Šabata con...@redhat.com - 6.49-1
+- 6.49 bugfix bump
+
 * Fri Dec 05 2014 Petr Šabata con...@redhat.com - 6.48-1
 - 6.48 bump
 - various bugfixes and tzdata updates
diff --git a/sources b/sources
index fdb225a..59888d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc1629f119072fa723ff89133d6f9a2d  Date-Manip-6.48.tar.gz
+4a07d42b0e47a48c4df0af22fcefc6be  Date-Manip-6.49.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-Date-Manip/f22] 6.49 bugfix bump

2015-03-03 Thread Petr Šabata
Summary of changes:

  6a31f41... 6.49 bugfix 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-Date-Manip/f21] 6.49 bugfix bump

2015-03-03 Thread Petr Šabata
Summary of changes:

  6a31f41... 6.49 bugfix 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-Date-Manip/f20] 6.49 bugfix bump

2015-03-03 Thread Petr Šabata
Summary of changes:

  6a31f41... 6.49 bugfix 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-Text-VimColor] 0.25 bump

2015-03-02 Thread Petr Šabata
commit 693797f78d258b2caa1312c469f3296384ed5b5d
Author: Petr Šabata con...@redhat.com
Date:   Mon Mar 2 13:49:58 2015 +0100

0.25 bump

 .gitignore  |  1 +
 perl-Text-VimColor.spec | 30 +-
 sources |  2 +-
 3 files changed, 19 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b6e4c5f..5d09be2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ Text-VimColor-0.11.tar.gz
 /Text-VimColor-0.22.tar.gz
 /Text-VimColor-0.23.tar.gz
 /Text-VimColor-0.24.tar.gz
+/Text-VimColor-0.25.tar.gz
diff --git a/perl-Text-VimColor.spec b/perl-Text-VimColor.spec
index 10ea49c..b895ca2 100644
--- a/perl-Text-VimColor.spec
+++ b/perl-Text-VimColor.spec
@@ -1,6 +1,6 @@
 Name:   perl-Text-VimColor
-Version:0.24
-Release:3%{?dist}
+Version:0.25
+Release:1%{?dist}
 Summary:Syntax color text in HTML or XML using Vim
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,7 +8,7 @@ URL:http://search.cpan.org/dist/Text-VimColor/
 Source0:
http://www.cpan.org/authors/id/R/RW/RWSTAUNER/Text-VimColor-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(File::ShareDir::Install) = 0.03
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(IO::File)
@@ -20,14 +20,14 @@ BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(File::Copy)
 BuildRequires:  perl(File::ShareDir)
-BuildRequires:  perl(Path::Class)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(Path::Class) = 0.04
 BuildRequires:  perl(Symbol)
 BuildRequires:  perl(Term::ANSIColor) = 1.03
 # Tests
 BuildRequires:  perl(Config)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(File::Spec::Functions)
-BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More) = 0.88
@@ -37,10 +37,13 @@ BuildRequires:  vim-enhanced
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(Tie::StdHandle)
 BuildRequires:  perl(XML::Parser)
-Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+Requires:   perl(Path::Class) = 0.04
 Requires:   perl(Term::ANSIColor) = 1.03
 Requires:   vim-enhanced
 
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Path::Class\\)$
+
 %description
 This module tries to markup text files according to their syntax. It can be
 used to produce web pages with pretty-printed colorful source code samples.
@@ -52,12 +55,11 @@ interface to the Perl module Text::VimColor:
 %setup -q -n Text-VimColor-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags} NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} +
 find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} +
 %{_fixperms} %{buildroot}/*
 
@@ -65,15 +67,17 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f 
{} +
 make test
 
 %files
+%license LICENSE
 %doc Changes README
 %{_bindir}/text-vimcolor
-%{perl_vendorlib}/Text
-%{perl_vendorlib}/Text/*
-%{perl_vendorlib}/auto/share/dist/Text-VimColor/*
+%{perl_vendorlib}/*
+%{_mandir}/man1/*
 %{_mandir}/man3/*
-%{_mandir}/man1/text-vimcolor.1.gz
 
 %changelog
+* Mon Mar 02 2015 Petr Šabata con...@redhat.com - 0.25-1
+- 0.25 bump
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 0.24-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 756ebba..d80ea91 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-760eb75865168a5e6ede4287c9cf39af  Text-VimColor-0.24.tar.gz
+91ae616a8925bbf6bac3b8c85a003c1b  Text-VimColor-0.25.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 Text-VimColor-0.25.tar.gz uploaded to lookaside cache by psabata

2015-03-02 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Text-VimColor:

91ae616a8925bbf6bac3b8c85a003c1b  Text-VimColor-0.25.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-Text-VimColor/f22] 0.25 bump

2015-03-02 Thread Petr Šabata
Summary of changes:

  693797f... 0.25 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-SQL-Translator] Avoid X11 dependency by Subpackaging SQL::Translator::Producer::Diagram

2015-03-02 Thread Petr Šabata
commit 042f51b30ae101d48a56cc7b53580c5d2f672c35
Author: Petr Šabata con...@redhat.com
Date:   Mon Mar 2 15:19:30 2015 +0100

Avoid X11 dependency by Subpackaging SQL::Translator::Producer::Diagram

 perl-SQL-Translator.spec | 17 -
 1 file changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/perl-SQL-Translator.spec b/perl-SQL-Translator.spec
index 360135f..425d920 100644
--- a/perl-SQL-Translator.spec
+++ b/perl-SQL-Translator.spec
@@ -1,7 +1,7 @@
 Name:   perl-SQL-Translator
 Summary:Manipulate structured data definitions (SQL and more)
 Version:0.11021
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/SQL-Translator-%{version}.tar.gz
@@ -127,6 +127,12 @@ producers, or to manipulate the parsed data via the 
built-in object model.
 Presently only the definition parts of SQL are handled (CREATE, ALTER),
 not the manipulation of data (INSERT, UPDATE, DELETE).
 
+%package Producer-Diagram
+Summary:ER diagram producer for SQL::Translator
+
+%description Producer-Diagram
+ER diagram producer for SQL::Translator.
+
 %prep
 %setup -q -n SQL-Translator-%{version}
 # Remove bundled modules
@@ -154,8 +160,17 @@ make test
 %{_bindir}/*
 %{perl_vendorlib}/*
 %{_mandir}/man[13]/*
+%exclude %{perl_vendorlib}/SQL/Translator/Producer/Diagram.pm
+%exclude %{_mandir}/man3/SQL::Translator::Producer::Diagram.*
+
+%files Producer-Diagram
+%{perl_vendorlib}/SQL/Translator/Producer/Diagram.pm
+%{_mandir}/man3/SQL::Translator::Producer::Diagram.*
 
 %changelog
+* Mon Mar 02 2015 Petr Šabata con...@redhat.com - 0.11021-2
+- Avoid X11 dependency by Subpackaging SQL::Translator::Producer::Diagram
+
 * Tue Feb 03 2015 Petr Šabata con...@redhat.com - 0.11021-1
 - 0.11021 bump
 
--
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-VimColor/f21] (2 commits) ...0.25 bump

2015-03-02 Thread Petr Šabata
Summary of changes:

  76347ba... Perl 5.20 rebuild (*)
  693797f... 0.25 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-Hardware-Vhdl-Parser] Fix a FTBFS failure with recent File::Find

2015-03-02 Thread Petr Šabata
commit a12c6e5022159c4b008aace3c66f51f8a6346b92
Author: Petr Šabata con...@redhat.com
Date:   Mon Mar 2 16:48:03 2015 +0100

Fix a FTBFS failure with recent File::Find

- Fix broken grammar for entity_declaritive_item
- Modernize the spec
- Enable tests

 Hardware-Vhdl-Parser-0.12-unreachable.patch | 13 +++
 perl-Hardware-Vhdl-Parser.spec  | 54 ++---
 2 files changed, 40 insertions(+), 27 deletions(-)
---
diff --git a/Hardware-Vhdl-Parser-0.12-unreachable.patch 
b/Hardware-Vhdl-Parser-0.12-unreachable.patch
new file mode 100644
index 000..6b4375e
--- /dev/null
+++ b/Hardware-Vhdl-Parser-0.12-unreachable.patch
@@ -0,0 +1,13 @@
+diff --git a/Parser.pm b/Parser.pm
+index ddcc82f..90cdb1f 100644
+--- a/Parser.pm
 b/Parser.pm
+@@ -461,7 +461,7 @@ passive_process_statement :
+   process_statement
+ 
+ entity_declaritive_item : 
+-  | signal_declaration 
++signal_declaration
+   | constant_declaration 
+   | type_declaration 
+   | subtype_declaration 
diff --git a/perl-Hardware-Vhdl-Parser.spec b/perl-Hardware-Vhdl-Parser.spec
index f62c477..f0a9821 100644
--- a/perl-Hardware-Vhdl-Parser.spec
+++ b/perl-Hardware-Vhdl-Parser.spec
@@ -1,22 +1,22 @@
 Name:   perl-Hardware-Vhdl-Parser
 Version:0.12
-Release:18%{?dist}
+Release:19%{?dist}
 Summary:Complete grammar for parsing VHDL code using perl
-
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Hardware-Vhdl-Parser/
 Source0:
http://www.cpan.org/authors/id/G/GS/GSLONDON/Hardware-Vhdl-Parser-%{version}.tar.gz
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# rt#102452
+Patch0: Hardware-Vhdl-Parser-0.12-unreachable.patch
 BuildArch:  noarch
-
-BuildRequires:  perl(ExtUtils::MakeMaker)
+# Build
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+# Runtime
 BuildRequires:  perl(Parse::RecDescent)
-
-Requires:   perl(Parse::RecDescent)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Tests only
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 
 %description
 This module defines the complete grammar needed to parse any VHDL code. By
@@ -25,36 +25,36 @@ which run through VHDL code and perform specific functions.
 
 %prep
 %setup -q -n Hardware-Vhdl-Parser-%{version}
-
-find . -type f | xargs %{__perl} -pi -e 's|#! /bin/perl|#! /usr/bin/perl|'
+%patch0 -p1
+find . -type f | xargs perl -pi -e 's|#!\s*/bin/perl|#!%{__perl}|'
+# rt#102450
+rm -rf Hardware
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
+make pure_install DESTDIR=%{buildroot}
+rm -f %{buildroot}%{perl_vendorlib}/Hardware/Vhdl/*.pl
+%{_fixperms} %{buildroot}/*
 
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
-
-%{__rm} -f $RPM_BUILD_ROOT%{perl_vendorlib}//Hardware/Vhdl/*.pl
-
-%{_fixperms} $RPM_BUILD_ROOT/*
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%check
+make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes readme.txt test1.vhd
 %doc parser.pl hierarchy.pl
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 02 2015 Petr Šabata con...@redhat.com - 0.12-19
+- Fix a FTBFS failure with recent File::Find
+- Fix broken grammar for entity_declaritive_item
+- Modernize the spec
+- Enable tests
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 0.12-18
 - Perl 5.20 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-Net-DNS] 0.83 bump

2015-02-27 Thread Petr Šabata
commit 8c7495572369852c46523d99eec4968c7a621e5d
Author: Petr Šabata con...@redhat.com
Date:   Fri Feb 27 10:59:42 2015 +0100

0.83 bump

- Correct the dependency list
- Modernize the spec a bit

 .gitignore|  1 +
 perl-Net-DNS.spec | 36 +---
 sources   |  2 +-
 3 files changed, 27 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 74ee0a8..4d9ae2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ Net-DNS-0.65.tar.gz
 /Net-DNS-0.80.tar.gz
 /Net-DNS-0.81.tar.gz
 /Net-DNS-0.82.tar.gz
+/Net-DNS-0.83.tar.gz
diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec
index 89a0560..938a8b2 100644
--- a/perl-Net-DNS.spec
+++ b/perl-Net-DNS.spec
@@ -1,5 +1,5 @@
 Name:  perl-Net-DNS
-Version:   0.82
+Version:   0.83
 Release:   1%{?dist}
 Summary:   DNS resolver modules for Perl
 # lib/Net/DNS/RR/OPT.pm:MIT
@@ -12,7 +12,7 @@ Source0:   
http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-%{v
 BuildRequires: %{_bindir}/iconv
 BuildRequires: perl
 BuildRequires: perl(Config)
-BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires: perl(Getopt::Long)
 BuildRequires: perl(IO::Socket)
 BuildRequires: perl(strict)
@@ -25,13 +25,16 @@ BuildRequires: perl(Data::Dumper)
 # Digest::BubbleBabble is optional
 BuildRequires: perl(Digest::BubbleBabble)
 %endif
-BuildRequires: perl(Digest::HMAC_MD5) = 1
+BuildRequires: perl(Digest::HMAC) = 1.01
+BuildRequires: perl(Digest::MD5) = 2.13
+BuildRequires: perl(Digest::SHA) = 5.23
 # Digest::SHA is not used
 # DynaLoader not used
 BuildRequires: perl(Encode)
 BuildRequires: perl(Exporter)
 BuildRequires: perl(FileHandle)
 BuildRequires: perl(integer)
+BuildRequires: perl(IO::File)
 BuildRequires: perl(IO::Select)
 BuildRequires: perl(IO::Socket::INET)
 # IO::Socket::INET6 is optional
@@ -46,23 +49,30 @@ BuildRequires: perl(vars)
 # Win32::TieRegistry is not needed
 BuildRequires: perl(XSLoader)
 # Tests:
-BuildRequires: perl(diagnostics)
+BuildRequires: perl(File::Find)
 BuildRequires: perl(File::Spec)
 BuildRequires: perl(Test::Builder)
-BuildRequires: perl(Test::More) = 0.18
+BuildRequires: perl(Test::More) = 0.52
 # Optional tests:
 BuildRequires: perl(Test::Pod) = 0.95
-Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
-Requires:  perl(Digest::HMAC_MD5) = 1
+Requires:  perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo $version))
+Requires:  perl(Digest::HMAC) = 1.01
+Requires:  perl(Digest::MD5) = 2.13
+Requires:  perl(Digest::SHA) = 5.23
 Requires:  perl(Encode)
 Requires:  perl(Exporter)
+Requires:  perl(FileHandle)
+Requires:  perl(IO::File)
 Requires:  perl(MIME::Base64) = 2.11
 Requires:  perl(XSLoader)
 
 %{?perl_default_filter}
 
 # Do not export under-specified dependencies
-%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((Digest::HMAC_MD5|MIME::Base64)\\)$
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Digest::HMAC\\)$
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Digest::MD5\\)$
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Digest::SHA\\)$
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(MIME::Base64\\)$
 # Do not export under-specified provides
 %global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}^perl\\((Net::DNS::Text)\\)$
 %global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}^perl\\((Net::DNS::RR::OPT)\\)$
@@ -95,13 +105,12 @@ done
 
 %build
 export PERL_MM_USE_DEFAULT=yes
-perl Makefile.PL INSTALLDIRS=vendor --no-online-tests
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 --no-online-tests
 make %{?_smp_mflags} OPTIMIZE=%{optflags}
 
 %install
 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} -type f -name '*.bs' -a -size 0 -exec rm -f {} +
 chmod -R u+w %{buildroot}/*
 
 %check
@@ -125,6 +134,11 @@ make test
 %{_mandir}/man3/Net::DNS::Nameserver*
 
 %changelog
+* Fri Feb 27 2015 Petr Šabata con...@redhat.com - 0.83-1
+- 0.83 bump
+- Correct the dependency list
+- Modernize the spec a bit
+
 * Tue Jan 20 2015 Paul Wouters pwout...@redhat.com - 0.82-1
 - Updated to 0.82 Support for IPv6 link-local addresses with scope_id
 
diff --git a/sources b/sources
index fbb797b..cf7dc24 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-95660d1f81ddd087639a6ea132b8  Net-DNS-0.82.tar.gz
+f1d48107ff6b366479ad035783486d7a  Net-DNS-0.83.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 Net-DNS-0.83.tar.gz uploaded to lookaside cache by psabata

2015-02-27 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Net-DNS:

f1d48107ff6b366479ad035783486d7a  Net-DNS-0.83.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-DNS/f22] 0.83 bump

2015-02-27 Thread Petr Šabata
Summary of changes:

  8c74955... 0.83 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-Net-DNS/f21] 0.83 bump

2015-02-27 Thread Petr Šabata
Summary of changes:

  8c74955... 0.83 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

File List-Compare-0.48.tar.gz uploaded to lookaside cache by psabata

2015-02-26 Thread Petr Šabata
A file has been added to the lookaside cache for perl-List-Compare:

533457924eceadae61960a89c4cc6aea  List-Compare-0.48.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-List-Compare] 0.48 bump, yet even more performance improvements

2015-02-26 Thread Petr Šabata
commit a656988c9cff73970332d6325c7968ff57932da7
Author: Petr Šabata con...@redhat.com
Date:   Thu Feb 26 13:44:31 2015 +0100

0.48 bump, yet even more performance improvements

 .gitignore | 1 +
 perl-List-Compare.spec | 5 -
 sources| 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c317424..7e1e5d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ List-Compare-0.37.tar.gz
 /List-Compare-0.45.tar.gz
 /List-Compare-0.46.tar.gz
 /List-Compare-0.47.tar.gz
+/List-Compare-0.48.tar.gz
diff --git a/perl-List-Compare.spec b/perl-List-Compare.spec
index 1512674..bb6847f 100644
--- a/perl-List-Compare.spec
+++ b/perl-List-Compare.spec
@@ -1,5 +1,5 @@
 Name:   perl-List-Compare
-Version:0.47
+Version:0.48
 Release:1%{?dist}
 Summary:Compare elements of two or more lists
 Group:  Development/Libraries
@@ -46,6 +46,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Feb 26 2015 Petr Šabata con...@redhat.com - 0.48-1
+- 0.48 bump, yet even more performance improvements
+
 * Mon Feb 23 2015 Petr Šabata con...@redhat.com - 0.47-1
 - 0.47 bump, yet more performance improvements
 
diff --git a/sources b/sources
index f1527f4..00c8ec7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b0103c7d43bd668118dbb065679b1b48  List-Compare-0.47.tar.gz
+533457924eceadae61960a89c4cc6aea  List-Compare-0.48.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 Tangerine-0.13.tar.gz uploaded to lookaside cache by psabata

2015-02-25 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Tangerine:

13cfe30243559291161dec8693408c83  Tangerine-0.13.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-Tangerine] 0.13 bump

2015-02-25 Thread Petr Šabata
commit 5749e136001cb72810ce3e22f9545af9cdc09ed3
Author: Petr Šabata con...@redhat.com
Date:   Wed Feb 25 10:06:27 2015 +0100

0.13 bump

 .gitignore  | 1 +
 perl-Tangerine.spec | 9 +++--
 sources | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 16ee598..21b1a4a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /Tangerine-0.10.tar.gz
 /Tangerine-0.11.tar.gz
 /Tangerine-0.12.tar.gz
+/Tangerine-0.13.tar.gz
diff --git a/perl-Tangerine.spec b/perl-Tangerine.spec
index f13e3ee..4000659 100644
--- a/perl-Tangerine.spec
+++ b/perl-Tangerine.spec
@@ -1,5 +1,5 @@
 Name:   perl-Tangerine
-Version:0.12
+Version:0.13
 Release:1%{?dist}
 Summary:Analyse perl files and report module-related information
 License:MIT
@@ -51,12 +51,17 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} +
 make test
 
 %files
-%doc Changes CONTRIBUTING LICENSE README TODO
+%{!?_licensedir:%global license %%doc}
+%license LICENSE
+%doc Changes CONTRIBUTING README TODO
 %{_bindir}/tangerine
 %{perl_vendorlib}/*
 %{_mandir}/man*/*
 
 %changelog
+* Wed Feb 25 2015 Petr Šabata con...@redhat.com - 0.13-1
+- 0.13 bump
+
 * Mon Jan 12 2015 Petr Šabata con...@redhat.com - 0.12-1
 - 0.12 bump
 
diff --git a/sources b/sources
index ac5c7b3..f2a2e48 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-221ceabd8e9bed61e8c81fb0cb413fde  Tangerine-0.12.tar.gz
+13cfe30243559291161dec8693408c83  Tangerine-0.13.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-Tangerine/f21] 0.13 bump

2015-02-25 Thread Petr Šabata
Summary of changes:

  5749e13... 0.13 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-Tangerine/f22] 0.13 bump

2015-02-25 Thread Petr Šabata
Summary of changes:

  5749e13... 0.13 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

  1   2   3   4   5   6   7   8   9   10   >