commit 96b47fa89376745bbf58b17297cca2fabe4ce686 Author: Jitka Plesnikova <jplesnik@xxxxxxxxxx> Date: Wed Nov 26 15:38:09 2014 +0100 0.75 bump; Update BRs .gitignore | 1 + perl-Graph-Easy.spec | 29 ++++++++++++++++++----------- sources | 2 +- 3 files changed, 20 insertions(+), 12 deletions(-) --- diff --git a/.gitignore b/.gitignore index 4349e85..41c80bb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /Graph-Easy-0.71.tar.gz /Graph-Easy-0.72.tar.gz /Graph-Easy-0.73.tar.gz +/Graph-Easy-0.75.tar.gz diff --git a/perl-Graph-Easy.spec b/perl-Graph-Easy.spec index 653caeb..6dbcba0 100644 --- a/perl-Graph-Easy.spec +++ b/perl-Graph-Easy.spec @@ -1,6 +1,6 @@ Name: perl-Graph-Easy -Version: 0.73 -Release: 5%{?dist} +Version: 0.75 +Release: 1%{?dist} Summary: Convert or render graphs as ASCII, HTML, SVG or via Graphviz License: GPLv2+ and ASL 1.1 Group: Development/Libraries @@ -9,10 +9,17 @@ Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/Graph-Easy-%{version Patch0: graph-easy-undefined-lc.patch BuildArch: noarch BuildRequires: perl >= 0:5.008002 +BuildRequires: perl(base) +BuildRequires: perl(Carp) +BuildRequires: perl(constant) BuildRequires: perl(Data::Dumper) +BuildRequires: perl(Encode) +BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) BuildRequires: perl(lib) +BuildRequires: perl(List::Util) +BuildRequires: perl(Module::Build) BuildRequires: perl(Pod::Coverage) BuildRequires: perl(Scalar::Util) >= 1.13 BuildRequires: perl(strict) @@ -21,7 +28,11 @@ BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(utf8) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(vars) +BuildRequires: perl(warnings) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(Carp) +Requires: perl(Data::Dumper) # avoid circular dependencies %bcond_without bootstrap @@ -31,10 +42,6 @@ Requires: perl(Graph::Easy::As_svg) >= 0.23 %endif # filter unversioned provides -%{?filter_setup: -%filter_from_provides /^perl(Graph::Easy\(\|::Edge\|::Edge::Cell\|::Group\|::Node\))\s*$/d -%?perl_default_filter -} %global __provides_exclude %{?__provides_exclude:%__provides_exclude|}perl\\(Graph::Easy\\)$ %global __provides_exclude %__provides_exclude|perl\\(Graph::Easy::(Edge|Edge::Cell|Group|Node)\\)$ @@ -52,15 +59,12 @@ useful for flow charts, network diagrams, or hierarchy trees. chmod 0644 examples/* %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT - find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; - %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -74,6 +78,9 @@ make test %{_mandir}/man3/* %changelog +* Wed Nov 26 2014 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 0.75-1 +- 0.75 bump; Update BRs + * Thu Aug 28 2014 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 0.73-5 - Perl 5.20 rebuild diff --git a/sources b/sources index 882f06d..5cc5c10 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -847e4225ea9a9ef1e7ce7ddc84f8b3e7 Graph-Easy-0.73.tar.gz +8a4536760de1920586d3509355caa9f7 Graph-Easy-0.75.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel