[perl-Getopt-Long] 2.44 bump

Petr Pisar ppisar at fedoraproject.org
Thu Feb 19 12:44:44 UTC 2015


commit 73e0f2cce4c29a5a6468f1d09dde1caddb2a0f45
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Feb 19 10:40:05 2015 +0100

    2.44 bump

 .gitignore            | 1 +
 perl-Getopt-Long.spec | 7 ++++++-
 sources               | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f753c2d..90c8e17 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Getopt-Long-2.41.tar.gz
 /Getopt-Long-2.42.tar.gz
 /Getopt-Long-2.43.tar.gz
+/Getopt-Long-2.44.tar.gz
diff --git a/perl-Getopt-Long.spec b/perl-Getopt-Long.spec
index 4186ddd..d7c4a96 100644
--- a/perl-Getopt-Long.spec
+++ b/perl-Getopt-Long.spec
@@ -1,5 +1,5 @@
 Name:           perl-Getopt-Long
-Version:        2.43
+Version:        2.44
 Release:        1%{?dist}
 Summary:        Extended processing of command line options
 License:        GPLv2+ or Artistic
@@ -23,6 +23,8 @@ Requires:       perl(overload)
 Requires:       perl(Text::ParseWords)
 # Recommended:
 Requires:       perl(Pod::Usage) >= 1.14
+# Dependencies on these Perl 4 files are generated as perl(foo.pl):
+Provides:       perl(newgetopt.pl) = %{version}
 
 %description
 The Getopt::Long module implements an extended getopt function called
@@ -55,6 +57,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 19 2015 Petr Pisar <ppisar at redhat.com> - 2.44-1
+- 2.44 bump
+
 * Fri Jan 30 2015 Petr Pisar <ppisar at redhat.com> - 2.43-1
 - 2.43 bump
 
diff --git a/sources b/sources
index 5122235..f7c9ded 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c9fcb9732597e738f8de137b9047d830  Getopt-Long-2.43.tar.gz
+f12497b9d8109e2b9b939512af8ddef7  Getopt-Long-2.44.tar.gz


More information about the scm-commits mailing list