psabata pushed to perl-Tangerine (f21). "0.15 bump (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 28 13:51:06 UTC 2015


>From 7ac2b635b2cec98da67f1a03960f88d8799e5b7f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Mon, 27 Apr 2015 16:43:53 +0200
Subject: 0.15 bump

- The utility is now provided by a separate distribution/package

diff --git a/.gitignore b/.gitignore
index 6fb8dc5..05fafe0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /Tangerine-0.12.tar.gz
 /Tangerine-0.13.tar.gz
 /Tangerine-0.14.tar.gz
+/Tangerine-0.15.tar.gz
diff --git a/perl-Tangerine.spec b/perl-Tangerine.spec
index 2a81366..5c1765c 100644
--- a/perl-Tangerine.spec
+++ b/perl-Tangerine.spec
@@ -1,5 +1,5 @@
 Name:           perl-Tangerine
-Version:        0.14
+Version:        0.15
 Release:        1%{?dist}
 Summary:        Analyse perl files and report module-related information
 License:        MIT
@@ -14,21 +14,14 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Runtime
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(File::Find::Rule)
-BuildRequires:  perl(File::Find::Rule::Perl)
-BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(List::MoreUtils)
-BuildRequires:  perl(Mo)
-BuildRequires:  perl(Mo::default)
+BuildRequires:  perl(parent)
 BuildRequires:  perl(PPI)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(utf8)
-BuildRequires:  perl(version) >= 0.77
 # Tests only
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Script)
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
-Requires:       perl(Mo::default)
 
 %description
 Tangerine statically analyses perl files and reports various information
@@ -53,12 +46,15 @@ make test
 %files
 %{!?_licensedir:%global license %%doc}
 %license LICENSE
-%doc Changes CONTRIBUTING README TODO
-%{_bindir}/tangerine
+%doc Changes CONTRIBUTING README.md TODO
 %{perl_vendorlib}/*
 %{_mandir}/man*/*
 
 %changelog
+* Mon Apr 27 2015 Petr Šabata <contyk at redhat.com> - 0.15-1
+- 0.15 bump
+- The utility is now provided by a separate distribution/package
+
 * Tue Mar 31 2015 Petr Šabata <contyk at redhat.com> - 0.14-1
 - 0.14 bump
 
diff --git a/sources b/sources
index 828dc0c..012b49d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-28b4ca0984eea0e94e95be37d350a061  Tangerine-0.14.tar.gz
+12f52782882cc29a51c79aa4e0195028  Tangerine-0.15.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Tangerine.git/commit/?h=f21&id=7ac2b635b2cec98da67f1a03960f88d8799e5b7f


More information about the scm-commits mailing list