[perl-Role-Identifiable] Update to 0.007

Emmanuel Seyman eseyman at fedoraproject.org
Mon Nov 10 15:37:23 UTC 2014


commit c9ee44d29dd9c1fc84cc14a6d5b403232a87cc80
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Mon Nov 10 16:37:12 2014 +0100

    Update to 0.007

 .gitignore                  |    1 +
 perl-Role-Identifiable.spec |   15 ++++++++++-----
 sources                     |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3de7275..f25131d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Role-Identifiable-0.005.tar.gz
+/Role-Identifiable-0.007.tar.gz
diff --git a/perl-Role-Identifiable.spec b/perl-Role-Identifiable.spec
index 241306d..e1704ea 100644
--- a/perl-Role-Identifiable.spec
+++ b/perl-Role-Identifiable.spec
@@ -1,9 +1,9 @@
 Name:           perl-Role-Identifiable
-Version:        0.005
-Release:        10%{?dist}
+Version:        0.007
+Release:        1%{?dist}
 Summary:        Identifiable roles
 License:        GPL+ or Artistic
-Group:          Development/Libraries
+
 URL:            http://search.cpan.org/dist/Role-Identifiable/
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Role-Identifiable-%{version}.tar.gz
 BuildArch:      noarch
@@ -41,12 +41,17 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Nov 10 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.007-1
+- Update to 0.007
+- Remove Group tag (no longer used)
+- Add %%license tag
+
 * Mon Sep 01 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.005-10
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 73a43e4..bb5b2b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab9c638b5413c4eca9ac69017bafc715  Role-Identifiable-0.005.tar.gz
+46bbc6db5fdcf301aadb377bab8c1d07  Role-Identifiable-0.007.tar.gz



More information about the perl-devel mailing list