ppisar pushed to perl-Config-General (master). "2.58 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Aug 28 12:08:23 UTC 2015


From e3c98036dc3480d8e35ea90da0e4c9c611dcb390 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Fri, 28 Aug 2015 14:04:32 +0200
Subject: 2.58 bump


diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..bd2ea9b
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* (backend|multiline)");
diff --git a/perl-Config-General.spec b/perl-Config-General.spec
index 0023b42..e88f073 100644
--- a/perl-Config-General.spec
+++ b/perl-Config-General.spec
@@ -1,6 +1,6 @@
 Name:           perl-Config-General
-Version:        2.56
-Release:        5%{?dist}
+Version:        2.58
+Release:        1%{?dist}
 Summary:        Generic configuration module for Perl
 
 Group:          Development/Libraries
@@ -11,6 +11,10 @@ Patch0:         %{name}-2.50-system-ixhash.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  glibc-common
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time:
@@ -38,7 +42,7 @@ you. After parsing the module returns a hash structure which contains
 the representation of the config file.
 The format of config files supported by Config::General is inspired by
 the well known Apache config format, in fact, this module is 100%
-read-compatible with Apache configs, but you can also just use simple
+read-compatible with Apache config files, but you can also just use simple
 name/value pairs in your config files.
 In addition to the capabilities of an Apache config file it supports
 some enhancements such as here-documents, C-style comments or
@@ -78,13 +82,15 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %files
-%defattr(-,root,root,-)
 %doc Changelog README example.cfg
 %{perl_vendorlib}/Config/
 %{_mandir}/man3/Config::*.3*
 
 
 %changelog
+* Fri Aug 28 2015 Petr Pisar <ppisar at redhat.com> - 2.58-1
+- 2.58 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.56-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 8634cff..211bdda 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8cf9dd044d016f27b4dc26077606736d  Config-General-2.56.tar.gz
+79397bfbf32dbe772bdc2167afc5c5a6  Config-General-2.58.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Config-General.git/commit/?h=master&id=e3c98036dc3480d8e35ea90da0e4c9c611dcb390


More information about the perl-devel mailing list