jplesnik pushed to perl-DBD-Pg (f23). "3.5.2 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Sep 30 09:48:37 UTC 2015


From 751f5935e9d1806ff66c4820c70c85d2ed01afc0 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik at redhat.com>
Date: Wed, 30 Sep 2015 11:01:40 +0200
Subject: 3.5.2 bump


diff --git a/.gitignore b/.gitignore
index ab921a9..54a9d91 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ DBD-Pg-2.17.1.tar.gz
 /DBD-Pg-3.4.2.tar.gz
 /DBD-Pg-3.5.0.tar.gz
 /DBD-Pg-3.5.1.tar.gz
+/DBD-Pg-3.5.2.tar.gz
diff --git a/perl-DBD-Pg.spec b/perl-DBD-Pg.spec
index fc0ed8c..0134efe 100644
--- a/perl-DBD-Pg.spec
+++ b/perl-DBD-Pg.spec
@@ -1,7 +1,7 @@
 Name:           perl-DBD-Pg
 Summary:        A PostgreSQL interface for perl
-Version:        3.5.1
-Release:        3%{?dist}
+Version:        3.5.2
+Release:        1%{?dist}
 # Pg.pm, README:    Points to directory which contains GPLv2+ and Artistic
 # other files:      Same as Perl (GPL+ or Artistic)
 License:        GPLv2+ or Artistic
@@ -9,6 +9,10 @@ Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/DBD-Pg/
 
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -29,6 +33,7 @@ BuildRequires:  perl(charnames)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Simple)
 BuildRequires:  perl(Time::HiRes)
@@ -38,7 +43,7 @@ BuildRequires:  postgresql-server
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(File::Temp)
 
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(DBI) >= 1.614
 
 # Missed by the find provides script:
@@ -56,7 +61,7 @@ to PostgreSQL databases.
 %setup -q -n DBD-Pg-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 
 %install
@@ -81,6 +86,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Sep 30 2015 Jitka Plesnikova <jplesnik at redhat.com> - 3.5.2-1
+- 3.5.2 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.5.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 85433de..4c356dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cc693c034e7a31d1bf85ecb5ab9f3571  DBD-Pg-3.5.1.tar.gz
+0c1a6865258c2da14481635299628c60  DBD-Pg-3.5.2.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-DBD-Pg.git/commit/?h=f23&id=751f5935e9d1806ff66c4820c70c85d2ed01afc0


More information about the perl-devel mailing list