[perl-CatalystX-Component-Traits] Update to 0.19

Emmanuel Seyman eseyman at fedoraproject.org
Fri Nov 28 21:58:37 UTC 2014


commit ceb5670a1133e7a8d75b9a2c0bad377a4331e181
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Fri Nov 28 22:58:34 2014 +0100

    Update to 0.19

 .gitignore                           |    1 +
 perl-CatalystX-Component-Traits.spec |   20 +++++++++++---------
 sources                              |    2 +-
 3 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5ebcb58..8e6aeb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 CatalystX-Component-Traits-0.14.tar.gz
 /CatalystX-Component-Traits-0.16.tar.gz
+/CatalystX-Component-Traits-0.19.tar.gz
diff --git a/perl-CatalystX-Component-Traits.spec b/perl-CatalystX-Component-Traits.spec
index 65ea118..62eb4fb 100644
--- a/perl-CatalystX-Component-Traits.spec
+++ b/perl-CatalystX-Component-Traits.spec
@@ -1,12 +1,12 @@
 Name:           perl-CatalystX-Component-Traits
 Summary:        Automatic Trait Loading and Resolution for
-Version:        0.16
-Release:        11%{?dist}
+Version:        0.19
+Release:        1%{?dist}
 License:        GPL+ or Artistic
-Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/CatalystX-Component-Traits-%{version}.tar.gz
+
+Source0:        http://search.cpan.org/CPAN/authors/id/R/RK/RKITOVER/CatalystX-Component-Traits-%{version}.tar.gz
 URL:            http://search.cpan.org/dist/CatalystX-Component-Traits
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
@@ -54,16 +54,18 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
+%license LICENSE
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Nov 28 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.19-1
+- Update to 0.19
+- Use %%license tag
+- General clean-up
+
 * Tue Sep 02 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.16-11
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 5aaa0d3..33963e1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7165156a9ebc786146c710d2939f9c06  CatalystX-Component-Traits-0.16.tar.gz
+3abf5e3893f7eaa70ec862a6d6b92385  CatalystX-Component-Traits-0.19.tar.gz


More information about the scm-commits mailing list