8
0
forked from pool/perl-DB_File
Files
perl-DB_File/perl-DB_File.changes
Stephan Kulow a551fce6ba Accepting request 328279 from devel:languages:perl:autoupdate
- updated to 1.835
   see /usr/share/doc/packages/perl-DB_File/Changes
  
  1.835 23 Dec 2014
  
     * Silence more compiler warnings
  
  1.834 11 Dec 2014
  
     * Makefile.PL: version check is missing a zero
       RT #100844
  
  1.833 9 Dec 2014
  
     * More Silence compiler warnings
  
     * 1.832 breaks bleadperl C89 build
       RT #100812
  
  1.832 8 Dec 2014
  
     * Silence compiler warnings
  
     * C++ change from blead
  
  1.831 15 November 2013
  
     * C99 comment is a nogo
       RT #90383

OBS-URL: https://build.opensuse.org/request/show/328279
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DB_File?expand=0&rev=6
2015-09-01 09:35:24 +00:00

94 lines
2.4 KiB
Plaintext

-------------------------------------------------------------------
Tue Sep 1 08:53:04 UTC 2015 - coolo@suse.com
- updated to 1.835
see /usr/share/doc/packages/perl-DB_File/Changes
1.835 23 Dec 2014
* Silence more compiler warnings
1.834 11 Dec 2014
* Makefile.PL: version check is missing a zero
RT #100844
1.833 9 Dec 2014
* More Silence compiler warnings
* 1.832 breaks bleadperl C89 build
RT #100812
1.832 8 Dec 2014
* Silence compiler warnings
* C++ change from blead
1.831 15 November 2013
* C99 comment is a nogo
RT #90383
1.830 2 November 2013
* Memory leaks when failed to open db
RT #89589
* DB_File uses AutoLoader for no reason
RT #88258
1.829 7 July 2013
* make realclean: removing all files
RT #68214
* Documented the issue where the error below
BDB0588 At least one secondary cursor must be specified to DB->join
* DB_File installs to wrong place for CPAN version
RT #70420
Makefile.PL prevents INSTALLDIRS on command line.
RT #68287: Makefile.PL prevents INSTALLDIRS on command line.
* typo fix
RT #85335
1.828 7 May 2013
* Minor change to build with Berkeley DB 6.x
1.827 25 Jan 2012
* DB_File.pm - Don't use "@_" construct
[RT #79287]
-------------------------------------------------------------------
Wed Feb 15 17:00:57 UTC 2012 - seiler@b1-systems.de
- changed dependency to get the build working (hopefully) for SLE10 distributions
-------------------------------------------------------------------
Wed Feb 15 16:58:50 UTC 2012 - seiler@b1-systems.de
- changed dependency to get the build working (hopefully) for SLE10 distributions
-------------------------------------------------------------------
Wed Feb 15 16:51:04 UTC 2012 - seiler@b1-systems.de
- corrected mistake in >= and == to prevent that the if condition for sles10 fits for sles11 too
-------------------------------------------------------------------
Wed Feb 15 16:48:07 UTC 2012 - seiler@b1-systems.de
- corrected if conditions to get the macros interpreted correctly for sles versions
-------------------------------------------------------------------
Tue Feb 14 11:29:24 UTC 2012 - seiler@b1-systems.de
- added dependencies libd4_x-devel to prevent missing db.h file in build section (compiling error)