8
0

Accepting request 909793 from devel:languages:perl:autoupdate

- Remove silence_sqlite_unicode_deprecation_warning.patch (upstream fix)
- updated to 1.70
   see /usr/share/doc/packages/perl-DBD-SQLite/Changes
  1.70 2021-08-01
      - Switched to a production version
  1.69_02 2021-07-30
      - Fix doc to use the correct attribute with sqlite_ (GH#86, eekboek++)
      - Modify the fix to silence the sqlite_unicode warning not to check
        the attribute twice
      - Fix an encoding issue of naive (GH#83, HaraldJoerg++)
  1.69_01 2021-07-30
      - Typo (GH#85, grr++)
      - Silenced deprecation warning of sqlite_unicode not to break
        tests of existing applications

OBS-URL: https://build.opensuse.org/request/show/909793
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=67
This commit is contained in:
2021-08-03 08:48:15 +00:00
committed by Git OBS Bridge
parent e497e6fb54
commit 296b947ae7
6 changed files with 32 additions and 24 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Aug 2 13:06:28 UTC 2021 - Tina Müller <tina.mueller@suse.com>
- Remove silence_sqlite_unicode_deprecation_warning.patch (upstream fix)
-------------------------------------------------------------------
Mon Aug 2 03:07:06 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.70
see /usr/share/doc/packages/perl-DBD-SQLite/Changes
1.70 2021-08-01
- Switched to a production version
1.69_02 2021-07-30
- Fix doc to use the correct attribute with sqlite_ (GH#86, eekboek++)
- Modify the fix to silence the sqlite_unicode warning not to check
the attribute twice
- Fix an encoding issue of naive (GH#83, HaraldJoerg++)
1.69_01 2021-07-30
- Typo (GH#85, grr++)
- Silenced deprecation warning of sqlite_unicode not to break
tests of existing applications
-------------------------------------------------------------------
Fri Jul 30 07:51:14 UTC 2021 - Tina Müller <tina.mueller@suse.com>