0.13
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-Toolkit?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
a049a6ece9
commit
374ca297d8
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e11e6917e9ea40ed5220a6073563c7f7a20e9a5d04cad02bb59f635560a97d2e
|
||||
size 2020106
|
3
XML-Toolkit-0.13.tar.bz2
Normal file
3
XML-Toolkit-0.13.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bea2e241ca2cd72cdd2801ed609b59f0f878bc5b30e1357f365b00b5c0aedf4e
|
||||
size 2020156
|
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 23:14:09 UTC 2010 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 0.13:
|
||||
* fix missing dep on MooseX::App::Cmd
|
||||
* fix bad synopsis code
|
||||
|
||||
- changes from 0.12:
|
||||
* clean up the XML::Toolkit::CMD::Commands to extend XML::Toolkit::App
|
||||
* fix some oddities that crept up in the XML::Toolkit::CMD::Commands
|
||||
|
||||
- changes from 0.11:
|
||||
* add (back) XML::Toolkit::Application as a wrapper around the config layer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 13:56:20 CET 2010 - pascal.bleser@opensuse.org
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# vim: set sw=4 ts=4 et nu:
|
||||
|
||||
Name: perl-XML-Toolkit
|
||||
Version: 0.10
|
||||
Version: 0.13
|
||||
Release: 0
|
||||
Summary: Suite of XML tools with Antlers
|
||||
# http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-Toolkit-%{version}.tar.gz
|
||||
@@ -32,6 +32,7 @@ BuildRequires: perl(XML::SAX::Writer) >= 0.50
|
||||
BuildRequires: perl(Devel::PackagePath) >= 0.01
|
||||
BuildRequires: perl(Moose) >= 0.92
|
||||
BuildRequires: perl(MooseX::NonMoose)
|
||||
BuildRequires: perl(MooseX::App::Cmd)
|
||||
Requires: perl(XML::SAX) >= 0.96
|
||||
Requires: perl(namespace::autoclean)
|
||||
Requires: perl(aliased)
|
||||
@@ -44,6 +45,7 @@ Requires: perl(XML::SAX::Writer) >= 0.50
|
||||
Requires: perl(Devel::PackagePath) >= 0.01
|
||||
Requires: perl(Moose) >= 0.92
|
||||
Requires: perl(MooseX::NonMoose)
|
||||
Requires: perl(MooseX::App::Cmd)
|
||||
|
||||
%description
|
||||
XML::Toolkit is a suite of tools that work to make handling XML easier. It
|
||||
|
Reference in New Issue
Block a user