[perl-Tangerine] 0.05 bump

Petr Šabata psabata at fedoraproject.org
Tue Sep 30 10:32:30 UTC 2014


commit 85927e9daed484ba1ccad47fa0dd147d6be5e702
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue Sep 30 12:32:23 2014 +0200

    0.05 bump

 .gitignore          |    1 +
 perl-Tangerine.spec |   10 ++++++----
 sources             |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ef736b6..b7657bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Tangerine-0.03.tar.gz
+/Tangerine-0.05.tar.gz
diff --git a/perl-Tangerine.spec b/perl-Tangerine.spec
index 52154cc..54f8c37 100644
--- a/perl-Tangerine.spec
+++ b/perl-Tangerine.spec
@@ -1,5 +1,5 @@
 Name:           perl-Tangerine
-Version:        0.03
+Version:        0.05
 Release:        1%{?dist}
 Summary:        Analyse perl files and report module-related information
 License:        MIT
@@ -10,7 +10,6 @@ BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
-BuildRequires:  perl(feature)
 BuildRequires:  perl(File::Find::Rule)
 BuildRequires:  perl(File::Find::Rule::Perl)
 BuildRequires:  perl(Getopt::Long)
@@ -48,12 +47,15 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} +
 make test
 
 %files
-%doc Changes CONTRIBUTING LICENSE README
+%doc Changes CONTRIBUTING LICENSE README TODO
 %{_bindir}/tangerine
 %{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{_mandir}/man*/*
 
 %changelog
+* Tue Sep 30 2014 Petr Šabata <contyk at redhat.com> - 0.05-1
+- 0.05 bump
+
 * Mon Sep 08 2014 Petr Šabata <contyk at redhat.com> - 0.03-1
 - 0.03 bump
 - Install the tangerine script
diff --git a/sources b/sources
index dc6e66d..aa303e0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dc809d99c11aa81f50975758f70701fa  Tangerine-0.03.tar.gz
+df8919a8f5eb405d1202f3bbf5426421  Tangerine-0.05.tar.gz


More information about the scm-commits mailing list