From 4c88e9128385b5a7dbb8cc42bc16ed60e91d1fbc Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Aug 29 2016 11:50:34 +0000 Subject: 1.06 bump --- diff --git a/.gitignore b/.gitignore index 4ea60f7..5a489cb 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ Font-TTF-0.45.tar.gz /Font-TTF-1.02.tar.gz /Font-TTF-1.04.tar.gz /Font-TTF-1.05.tar.gz +/Font-TTF-1.06.tar.gz diff --git a/perl-Font-TTF.spec b/perl-Font-TTF.spec index d3ff35e..6db8f04 100644 --- a/perl-Font-TTF.spec +++ b/perl-Font-TTF.spec @@ -1,13 +1,15 @@ Name: perl-Font-TTF -Version: 1.05 -Release: 5%{?dist} +Version: 1.06 +Release: 1%{?dist} Summary: Perl library for modifying TTF font files Group: Development/Libraries License: Artistic 2.0 URL: http://search.cpan.org/dist/Font-TTF/ -Source0: http://cpan.org/authors/id/M/MH/MHOSKEN/Font-TTF-%{version}.tar.gz +Source0: http://cpan.org/authors/id/B/BH/BHALLISSY/Font-TTF-%{version}.tar.gz BuildArch: noarch # Build +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 @@ -27,6 +29,7 @@ BuildRequires: perl(vars) # Unused BuildRequires: perl(XML::Parser::Expat) # Tests only BuildRequires: perl(File::Compare) +BuildRequires: perl(Test::More) BuildRequires: perl(Test::Simple) BuildRequires: perl(vars) @@ -51,7 +54,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} + +find %{buildroot} -type f -name '*.bs' -a -size 0 -delete %{_fixperms} %{buildroot}/* %check @@ -72,6 +75,9 @@ make test %exclude %{perl_vendorlib}/Font/TTF/Win32.pm %changelog +* Mon Aug 29 2016 Jitka Plesnikova - 1.06-1 +- 1.06 bump + * Sun May 15 2016 Jitka Plesnikova - 1.05-5 - Perl 5.24 rebuild diff --git a/sources b/sources index f4a2201..033ba8c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a9d0acf4cb9ebaee875d71732b83dfe5 Font-TTF-1.05.tar.gz +241b59310ad4450e6e050d5e790f1b21 Font-TTF-1.06.tar.gz