forked from pool/perl-DBD-SQLite
Accepting request 312895 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/312895 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=45
This commit is contained in:
committed by
Git OBS Bridge
parent
fdef0dd6bf
commit
b4765b710c
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b2b179136cd7c0df7b0e4840ff3f46330f161e5fc646279748afa7a3144f7cc0
|
|
||||||
size 1718862
|
|
||||||
3
DBD-SQLite-1.48.tar.gz
Normal file
3
DBD-SQLite-1.48.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b397230f5d4cdc9923f91c62da9e535234f3055c528ede75afd7d24698030ea6
|
||||||
|
size 1769115
|
||||||
@@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 21 08:18:18 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.48
|
||||||
|
see /usr/share/doc/packages/perl-DBD-SQLite/Changes
|
||||||
|
|
||||||
|
1.48 2015-06-12
|
||||||
|
- Switched to a production version. (ISHIGAKI)
|
||||||
|
|
||||||
|
1.47_05 2015-05-08
|
||||||
|
- Updated to SQLite 3.8.10
|
||||||
|
|
||||||
|
1.47_04 2015-05-02
|
||||||
|
- Used MY_CXT instead of a global variable
|
||||||
|
|
||||||
|
1.47_03 2015-04-16
|
||||||
|
- Added :all to EXPORT_TAGS in ::Constants
|
||||||
|
|
||||||
|
1.47_02 2015-04-16
|
||||||
|
- Updated to SQLite 3.8.9
|
||||||
|
- Added DBD::SQLite::Constants, from which you can import any
|
||||||
|
"useful" constants into your applications.
|
||||||
|
- Removed previous Cygwin hack as SQLite 3.8.9 compiles well again
|
||||||
|
- Now create_function/aggregate accepts an extra bit
|
||||||
|
(SQLITE_DETERMINISTIC) for better performance.
|
||||||
|
|
||||||
|
1.47_01 2015-02-17
|
||||||
|
*** (EXPERIMENTAL) CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
|
||||||
|
- Commented OPTIMIZE out of WriteMakefile (RT #94207).
|
||||||
|
If your perl is not compiled with -O2, your DBD::SQLite may
|
||||||
|
possibly behave differently under some circumstances.
|
||||||
|
(This release is to find notable examples from CPAN Testers).
|
||||||
|
- Set THREADSAFE to 0 under Cygwin to cope with an upstream
|
||||||
|
regression since 3.8.7 (GH #7).
|
||||||
|
|
||||||
|
- Updated to SQLite 3.8.8.2
|
||||||
|
- Resolved #35449: Fast DBH->do (ptushnik, ISHIGAKI)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 16 19:16:08 UTC 2015 - coolo@suse.com
|
Thu Apr 16 19:16:08 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-DBD-SQLite
|
Name: perl-DBD-SQLite
|
||||||
Version: 1.46
|
Version: 1.48
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name DBD-SQLite
|
%define cpan_name DBD-SQLite
|
||||||
Summary: Self-contained RDBMS in a DBI Driver
|
Summary: Self-contained RDBMS in a DBI Driver
|
||||||
@@ -88,6 +88,6 @@ find . -type f -print0 | xargs -0 chmod 644
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README util
|
%doc Changes constants.inc LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user