Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory
checked in at Mon Apr 11 11:04:52 CEST 2011.



--------
--- perl-DBD-Pg/perl-DBD-Pg.changes     2010-12-02 09:38:41.000000000 +0100
+++ /mounts/work_src_done/STABLE/perl-DBD-Pg/perl-DBD-Pg.changes        
2011-04-08 21:25:52.000000000 +0200
@@ -1,0 +2,33 @@
+Fri Apr  8 19:24:01 UTC 2011 - ch...@computersalat.de
+
+- fix deps
+  o add openssl-devel
+- fix build
+  o build with -lssl
+- bzip source
+- add testme.tmp.pl to doc
+
+-------------------------------------------------------------------
+Thu Mar 31 09:11:48 UTC 2011 - co...@novell.com
+
+- update to 2.18.0
+ - Thanks to 123people.com for sponsoring work on this release [GSM]
+ - Fix memory leak when binding arrays [GSM] (CPAN bug #65734)
+ - Fix memory leak with ParamValues. [Martin J. Evans] (CPAN bug #60863)
+ - New cancel() method per DBI spec. [Eric Simon] (CPAN bug #63516)
+ - Fix memory leak in handle_old_async (missing PQclear)
+   [Rainer Weikusat] (CPAN bug #63408)
+ - Fix memory leak in pg_db_cancel (missing PQclear)
+   [Rainer Weikusat] (CPAN bug #63441)
+ - Mark pg_getcopydata strings as UTF8 as needed (CPAN bug #66006)
+ - Function dequote_bytea returning void should not try to return something
+   [Dagobert Michelsen] (CPAN bug #63497)
+ - Fix the number of tests to skip in t/01connect.t when the $DBI_DSN
+   environment variable lacks a database specification. [David E. Wheeler]
+ - Fix algorithm for skipping tests in t/06bytea.t when running on a version
+   of PostgreSQL lower than 9.0. [David E. Wheeler]
+ - Small tweaks to get tests working when compiled against Postgres 7.4
+   (CPAN bug #61713) [GSM]
+ - Fix failing test when run as non-superuser [GSM] (CPAN bug #61534)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  DBD-Pg-2.17.2.tar.bz2

New:
----
  DBD-Pg-2.18.0.tar.bz2

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

Other differences:
------------------
++++++ perl-DBD-Pg.spec ++++++
--- /var/tmp/diff_new_pack.gNrjDq/_old  2011-04-11 11:02:21.000000000 +0200
+++ /var/tmp/diff_new_pack.gNrjDq/_new  2011-04-11 11:02:21.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-DBD-Pg (Version 2.17.2)
+# spec file for package perl-DBD-Pg
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,35 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           perl-DBD-Pg
 %define cpan_name DBD-Pg
 Summary:        PostgreSQL database driver for the DBI module
-Version:        2.17.2
-Release:        2
+Version:        2.18.0
+Release:        1
 License:        GPL+ or Artistic
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/DBD-Pg/
-#Source:         
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-2.17.2.tar.gz
+#Source:         
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz
 Source:         %{cpan_name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  openssl-devel
-## TestSuite broken for postgresql < 8.4
-## undefined symbol: lo_import_with_oid
-# https://rt.cpan.org/Public/Bug/Display.html?id=56363
-#BuildRequires:  postgresql-devel >= 8.4
-# fixed since 2.17.1
 BuildRequires:  postgresql-devel >= 7.4
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::More) >= 0.61
-BuildRequires:  perl(DBI) >= 1.52
-BuildRequires:  perl(version)
-#
 #BuildRequires:  perl(Cwd)
+BuildRequires:  perl(DBI) >= 1.52
 #BuildRequires:  perl(File::Comments)
 #BuildRequires:  perl(File::Comments::Plugin::C)
 #BuildRequires:  perl(File::Temp)
@@ -55,11 +46,10 @@
 #BuildRequires:  perl(Test::Warn) >= 0.08
 #BuildRequires:  perl(Test::YAML::Meta) >= 0.03
 #BuildRequires:  perl(Text::SpellChecker)
-#
-Requires:       perl(DBI) >= 1.52
-Requires:       perl(version)
+BuildRequires:  perl(version)
 #
 #Recommends:     perl(Cwd)
+Requires:       perl(DBI) >= 1.52
 #Recommends:     perl(File::Comments)
 #Recommends:     perl(File::Comments::Plugin::C)
 #Recommends:     perl(File::Temp)
@@ -71,6 +61,8 @@
 #Suggests:       perl(Test::Warn) >= 0.08
 #Suggests:       perl(Test::YAML::Meta) >= 0.03
 #Recommends:     perl(Text::SpellChecker)
+Requires:       perl(version)
+%{perl_requires}
 
 %description
 DBD::Pg is a Perl module that works with the DBI module to provide access
@@ -82,7 +74,7 @@
 %build
 export POSTGRES_INCLUDE=/usr/include/pgsql
 export POSTGRES_LIB="%{_libdir} -lssl"
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 %{__make} %{?_smp_mflags}
 
 %check
@@ -90,24 +82,16 @@
 
 %install
 %perl_make_install
-### since 11.4 perl_process_packlist
-### removes .packlist, perllocal.pod files
-%if 0%{?suse_version} > 1130
+# remove testme.tmp.pl
+%{__rm} -f $RPM_BUILD_ROOT%perl_vendorarch/DBD/testme.tmp.pl
 %perl_process_packlist
-%else
-# do not perl_process_packlist
-# remove .packlist file
-%{__rm} -f $RPM_BUILD_ROOT%perl_vendorarch/auto/DBD/Pg/.packlist
-# remove perllocal.pod file
-%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
-%endif
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Changes README SIGNATURE TODO
+%defattr(644,root,root,755)
+%doc Changes README SIGNATURE TODO testme.tmp.pl
 
 %changelog

++++++ DBD-Pg-2.17.2.tar.bz2 -> DBD-Pg-2.18.0.tar.bz2 ++++++
++++ 2566 lines of diff (skipped)


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to