[perl-Tangerine] 0.13 bump

Petr Šabata psabata at fedoraproject.org
Wed Feb 25 09:06:31 UTC 2015


commit 5749e136001cb72810ce3e22f9545af9cdc09ed3
Author: Petr Šabata <contyk at 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 <contyk at redhat.com> - 0.13-1
+- 0.13 bump
+
 * Mon Jan 12 2015 Petr Šabata <contyk at 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



More information about the perl-devel mailing list