From 847f4f6038c8acfa83ff83d29f051f582debc0f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 25 Nov 2015 16:53:49 +0100 Subject: [PATCH] 1.73 bump - Don't filter out Text::Autoformat::Hang and ::NullHang provides, we depend on them (and others may too, somehow) --- perl-Text-Autoformat.spec | 17 +++++++++-------- sources | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/perl-Text-Autoformat.spec b/perl-Text-Autoformat.spec index ab9260d..fcb34c9 100644 --- a/perl-Text-Autoformat.spec +++ b/perl-Text-Autoformat.spec @@ -1,8 +1,8 @@ Name: perl-Text-Autoformat # Maintain six-digit version number to ensure clean upgrade path -%global cpan_version 1.72 +%global cpan_version 1.73 Version: %{cpan_version}0000 -Release: 2%{?dist} +Release: 1%{?dist} Summary: Automatic text wrapping and reformatting License: GPL+ or Artistic Group: Development/Libraries @@ -20,17 +20,13 @@ BuildRequires: perl(warnings) BuildRequires: perl(Carp) BuildRequires: perl(Exporter) BuildRequires: perl(overload) -BuildRequires: perl(Text::Reform) >= 1.11 +BuildRequires: perl(Text::Reform) BuildRequires: perl(Text::Tabs) -BuildRequires: perl(vars) # Tests only -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(utf8) Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) -# Do not export private modules -%global __provides_exclude %{?__provides_exclude|%__provides_exclude|}^perl\\((Hang|NullHang)\\) - %description Text::Autoformat provides intelligent formatting of plain text without the need for any kind of embedded mark-up. The module recognizes Internet @@ -64,6 +60,11 @@ make test %{_mandir}/man3/Text::Autoformat.3pm* %changelog +* Wed Nov 25 2015 Petr Ĺ abata - 1.730000-1 +- 1.73 bump +- Don't filter out Text::Autoformat::Hang and ::NullHang provides, + we depend on them (and others may too, somehow) + * Thu Jun 18 2015 Fedora Release Engineering - 1.720000-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 7537e3d..7000f37 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ebb9d3b1c74776870d65d2b66046876e Text-Autoformat-1.72.tar.gz +4b1477dfb80408e87f62bae777141fca Text-Autoformat-1.73.tar.gz