psabata pushed to perl-Text-Reflow (master). "1.11 bump; only fixes a typo in the changelog, really"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Sep 24 13:23:26 UTC 2015


From 4c868a9c2dba73753fd55dc6819f07e10aa44b80 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Thu, 24 Sep 2015 15:23:18 +0200
Subject: 1.11 bump; only fixes a typo in the changelog, really


diff --git a/.gitignore b/.gitignore
index 68041a7..947f7d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Text-Reflow-1.10.tar.gz
+/Text-Reflow-1.11.tar.gz
diff --git a/perl-Text-Reflow.spec b/perl-Text-Reflow.spec
index 952dbf0..0af7c52 100644
--- a/perl-Text-Reflow.spec
+++ b/perl-Text-Reflow.spec
@@ -1,12 +1,11 @@
 Name:           perl-Text-Reflow
-Version:        1.10
+Version:        1.11
 Release:        1%{?dist}
 Summary:        Perl module for reflowing text files using Knuth's paragraphing algorithm
 License:        GPLv3+ and (GPL+ or Artistic)
 URL:            http://search.cpan.org/dist/Text-Reflow/
 Source0:        http://www.cpan.org/authors/id/M/MW/MWARD/Text-Reflow-%{version}.tar.gz
 # Build
-BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl
@@ -45,7 +44,7 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} +
+find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -61,6 +60,9 @@ make test
 %{_bindir}/reflow
 
 %changelog
+* Thu Sep 24 2015 Petr Šabata <contyk at redhat.com> - 1.11-1
+- 1.11 bump; only fixes a typo in the changelog, really
+
 * Fri Jul 17 2015 Petr Šabata <contyk at redhat.com> - 1.10-1
 - 1.10 bump
 - Drop the patch, incorporated upstream (rt#105774)
diff --git a/sources b/sources
index ea24224..af597ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ad0f4b3b2ec69d3eea8150f268f1d1dd  Text-Reflow-1.10.tar.gz
+29c09a6fe9a149327826bc4cd88a027c  Text-Reflow-1.11.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Text-Reflow.git/commit/?h=master&id=4c868a9c2dba73753fd55dc6819f07e10aa44b80


More information about the perl-devel mailing list