>From bb4e77aed2722e64d29d81923db22eb2d8959850 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Fri, 8 Jan 2016 08:55:26 +0100
Subject: 1.10 bump

---
 .gitignore                |  1 +
 perl-Test-PostgreSQL.spec | 18 +++++++++++++-----
 sources                   |  2 +-
 3 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index f03d1eb..1ffbc15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Test-PostgreSQL-1.05.tar.gz
 /Test-PostgreSQL-1.06.tar.gz
+/Test-PostgreSQL-1.10.tar.gz
diff --git a/perl-Test-PostgreSQL.spec b/perl-Test-PostgreSQL.spec
index ea8a33c..d2eef7f 100644
--- a/perl-Test-PostgreSQL.spec
+++ b/perl-Test-PostgreSQL.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-PostgreSQL
-Version:        1.06
-Release:        3%{?dist}
+Version:        1.10
+Release:        1%{?dist}
 Summary:        PostgreSQL runner for Perl tests
 # lib/Test/PostgreSQL.pm:   Artistic 2.0
 # other files:              GPL+ or Artistic
@@ -10,21 +10,26 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-PostgreSQL/
 Source0:        
http://www.cpan.org/authors/id/T/TJ/TJC/Test-PostgreSQL-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(inc::Module::Install)
 BuildRequires:  perl(Module::Install::Metadata)
 BuildRequires:  perl(Module::Install::WriteAll)
 BuildRequires:  perl(strict)
+BuildRequires:  sed
 # Run-time:
 BuildRequires:  perl(Class::Accessor::Lite)
-BuildRequires:  perl(Cwd)
 # The DBD::Pg is used via DBI->connect() first argument
 BuildRequires:  perl(DBD::Pg)
 BuildRequires:  perl(DBI)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(File::Which)
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(warnings)
-# initdb and postmaster tools are used
+# initdb, pg_ctl, and postgres or postmaster tools are used
 BuildRequires:  postgresql-server
 # Tests:
 BuildRequires:  perl(Test::More)
@@ -34,7 +39,7 @@ BuildRequires:  perl(Test::Pod) >= 1.14
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 # The DBD::Pg is used via DBI->connect() first argument
 Requires:       perl(DBD::Pg)
-# initdb and postmaster tools are used
+# initdb, pg_ctl, and postgres or postmaster tools are used
 Requires:       postgresql-server
 
 %description
@@ -65,6 +70,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 08 2016 Petr Pisar <ppi...@redhat.com> - 1.10-1
+- 1.10 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 1.06-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 994b3f3..72ef5ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4ab088aa117cd2c2c492a4c19c8cb324  Test-PostgreSQL-1.06.tar.gz
+29a747440548d12cdf5cf1e27c3ed019  Test-PostgreSQL-1.10.tar.gz
-- 
cgit v0.11.2


        
http://pkgs.fedoraproject.org/cgit/perl-Test-PostgreSQL.git/commit/?h=epel7&id=bb4e77aed2722e64d29d81923db22eb2d8959850
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to