psabata pushed to perl-Time-Progress (f23). "1.10 bump, documentation updates (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Aug 31 10:30:08 UTC 2015


From eae48270f67f0e274e3bb752b32d5a6ee33fe9a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Mon, 31 Aug 2015 12:29:35 +0200
Subject: 1.10 bump, documentation updates

- Updated %description

diff --git a/.gitignore b/.gitignore
index 2fb51db..9046055 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Time-Progress-1.4.tar.gz
 /Time-Progress-1.7.tar.gz
 /Time-Progress-1.8.tar.gz
 /Time-Progress-1.9.tar.gz
+/Time-Progress-1.10.tar.gz
diff --git a/perl-Time-Progress.spec b/perl-Time-Progress.spec
index a12a20d..70d279f 100644
--- a/perl-Time-Progress.spec
+++ b/perl-Time-Progress.spec
@@ -1,5 +1,5 @@
 Name:           perl-Time-Progress
-Version:        1.9
+Version:        1.10
 Release:        1%{?dist}
 Summary:        Elapsed and estimated finish time reporting
 License:        GPL+ or Artistic
@@ -18,8 +18,13 @@ BuildRequires:  perl(Test::More) >= 0.88
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 
 %description
-Perl module to report progress. Reports elapsed and estimated finish time.
-Displays progress bar.
+This module displays progress information for long-running processes. This
+can be percentage complete, time elapsed, estimated time remaining,
+an ASCII progress bar, or any combination of those.
+
+It is useful for code where you perform a number of steps, or iterations
+of a loop, where the number of iterations is known before you start
+the loop.
 
 %prep
 %setup -q -n Time-Progress-%{version}
@@ -41,6 +46,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 31 2015 Petr Šabata <contyk at redhat.com> - 1.10-1
+- 1.10 bump, documentation updates
+- Updated %%description
+
 * Mon Aug 24 2015 Petr Šabata <contyk at redhat.com> - 1.9-1
 - 1.9 bump
 
diff --git a/sources b/sources
index 19e18cb..7ce48bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cb83f432f7674e3c8a4b64b55cccb560  Time-Progress-1.9.tar.gz
+50fc9f92ca30918d4a1380b24a64cab4  Time-Progress-1.10.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Time-Progress.git/commit/?h=f23&id=eae48270f67f0e274e3bb752b32d5a6ee33fe9a6


More information about the perl-devel mailing list