Compare commits
No commits in common. "c8-stream-3.7" and "c8s" have entirely different histories.
c8-stream-
...
c8s
22
.gitignore
vendored
22
.gitignore
vendored
@ -1 +1,21 @@
|
||||
SOURCES/DBD-Pg-3.7.4.tar.gz
|
||||
DBD-Pg-2.17.1.tar.gz
|
||||
/DBD-Pg-2.17.2.tar.gz
|
||||
/DBD-Pg-2.18.0.tar.gz
|
||||
/DBD-Pg-2.19.2.tar.gz
|
||||
/DBD-Pg-2.19.3.tar.gz
|
||||
/DBD-Pg-3.0.0.tar.gz
|
||||
/DBD-Pg-3.1.1.tar.gz
|
||||
/DBD-Pg-3.2.1.tar.gz
|
||||
/DBD-Pg-3.3.0.tar.gz
|
||||
/DBD-Pg-3.4.0.tar.gz
|
||||
/DBD-Pg-3.4.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
|
||||
/DBD-Pg-3.5.3.tar.gz
|
||||
/DBD-Pg-3.6.0.tar.gz
|
||||
/DBD-Pg-3.6.2.tar.gz
|
||||
/DBD-Pg-3.7.0.tar.gz
|
||||
/DBD-Pg-3.7.1.tar.gz
|
||||
/DBD-Pg-3.7.4.tar.gz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
6f0598fef195203057bae7947859590e8b79e497 SOURCES/DBD-Pg-3.7.4.tar.gz
|
||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
||||
@ -1,7 +1,7 @@
|
||||
Name: perl-DBD-Pg
|
||||
Summary: A PostgreSQL interface for perl
|
||||
Version: 3.7.4
|
||||
Release: 4%{?dist}
|
||||
Release: 3%{?dist}
|
||||
# Pg.pm, README: Points to directory which contains GPLv2+ and Artistic
|
||||
# other files: Same as Perl (GPL+ or Artistic)
|
||||
License: GPLv2+ or Artistic
|
||||
@ -117,13 +117,10 @@ make test
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 08 2019 Petr Pisar <ppisar@redhat.com> - 3.7.4-4
|
||||
* Fri Nov 08 2019 Petr Pisar <ppisar@redhat.com> - 3.7.4-3
|
||||
- Adapt to changes in libpq 12 (bug #1772373)
|
||||
- Adapt to changes in PostgreSQL 12 (bug #1772373)
|
||||
|
||||
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 3.7.4-3
|
||||
- Rebuild with enable hardening (bug #1636329)
|
||||
|
||||
* Mon Feb 19 2018 Jitka Plesnikova <jplesnik@redhat.com> - 3.7.4-2
|
||||
- Add build-require gcc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user