Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2017-09-05 16:07:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and      /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-DBD-Pg"

Tue Sep  5 16:07:13 2017 rev:40 rq:519654 version:3.5.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2017-04-06 
11:01:21.446306356 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new/perl-DBD-Pg.changes     
2017-09-05 16:07:14.258471193 +0200
@@ -1,0 +2,6 @@
+Wed Aug 30 10:35:59 UTC 2017 - co...@suse.com
+
+- Just use postgresql-server everywhere and leave it up to prjconf,
+  SLE12 has no 94 in maintenance anymore
+
+-------------------------------------------------------------------

New:
----
  cpanspec.yml

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-DBD-Pg.spec ++++++
--- /var/tmp/diff_new_pack.c1v7qD/_old  2017-09-05 16:07:14.746402580 +0200
+++ /var/tmp/diff_new_pack.c1v7qD/_new  2017-09-05 16:07:14.746402580 +0200
@@ -17,54 +17,32 @@
 
 
 Name:           perl-DBD-Pg
+Version:        3.5.3
+Release:        0
 %define cpan_name DBD-Pg
 Summary:        PostgreSQL database driver for the DBI module
-License:        GPL-1.0+ or Artistic-1.0
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
-Version:        3.5.3
-Release:        0
 Url:            http://search.cpan.org/dist/DBD-Pg/
-Source:         
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/T/TU/TURNSTEP/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  openssl-devel
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  postgresql-devel >= 7.4
-# For the Testsuite
-%if 0%{?sle_version} > 120000
-BuildRequires:  postgresql94-server
-%else
-BuildRequires:  postgresql-server
-%endif
-BuildRequires:  perl(Test::More) >= 0.61
-#BuildRequires:  perl(Cwd)
 BuildRequires:  perl(DBI) >= 1.614
-#BuildRequires:  perl(File::Comments)
-#BuildRequires:  perl(File::Comments::Plugin::C)
-#BuildRequires:  perl(File::Temp)
-#BuildRequires:  perl(Module::Signature) >= 0.50
-#BuildRequires:  perl(Perl::Critic)
-#BuildRequires:  perl(Pod::Spell)
-#BuildRequires:  perl(Test::Pod) >= 0.95
-#BuildRequires:  perl(Test::Pod::Coverage)
-#BuildRequires:  perl(Test::Warn) >= 0.08
-#BuildRequires:  perl(Test::YAML::Meta) >= 0.03
-#BuildRequires:  perl(Text::SpellChecker)
-#
-#Recommends:     perl(Cwd)
+BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(version)
 Requires:       perl(DBI) >= 1.614
-#Recommends:     perl(File::Comments)
-#Recommends:     perl(File::Comments::Plugin::C)
-#Recommends:     perl(File::Temp)
-#Suggests:       perl(Module::Signature) >= 0.50
-#Suggests:       perl(Perl::Critic)
-#Suggests:       perl(Pod::Spell)
-#Suggests:       perl(Test::Pod) >= 0.95
-#Suggests:       perl(Test::Pod::Coverage)
-#Suggests:       perl(Test::Warn) >= 0.08
-#Suggests:       perl(Test::YAML::Meta) >= 0.03
-#Recommends:     perl(Text::SpellChecker)
+Requires:       perl(Test::More) >= 0.88
+Requires:       perl(version)
+Recommends:     perl(Module::Signature) >= 0.50
 %{perl_requires}
+# MANUAL BEGIN
+BuildRequires:  openssl-devel
+BuildRequires:  postgresql-devel >= 7.4
+# For the Testsuite
+BuildRequires:  postgresql-server
+# MANUAL END
 
 %description
 DBD::Pg is a Perl module that works with the DBI module to provide access
@@ -74,8 +52,6 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-export POSTGRES_INCLUDE=/usr/include/pgsql
-export POSTGRES_LIB="%{_libdir} -lssl"
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 %{__make} %{?_smp_mflags}
 
@@ -84,13 +60,11 @@
 
 %install
 %perl_make_install
-# remove testme.tmp.pl
-%{__rm} -f $RPM_BUILD_ROOT%perl_vendorarch/DBD/testme.tmp.pl
 %perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes README SIGNATURE TODO testme.tmp.pl
+%defattr(-,root,root,755)
+%doc Changes README README.dev README.win32 TODO win32.mak
 
 %changelog

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
preamble: |-
 BuildRequires:  openssl-devel
 BuildRequires:  postgresql-devel >= 7.4
 # For the Testsuite
 BuildRequires:  postgresql-server
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to