8
0

90 Commits

Author SHA256 Message Date
Stephan Kulow
7b08a89a18 Accepting request 185015 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/185015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=30
2013-07-31 15:24:24 +00:00
Stephan Kulow
34f1f7ba94 - updated to 1.40
- NetBSD also doesn't like the _XOPEN_SOURCE hack (ISHIGAKI)
    - Resolved #86080: PATCH: statistics_info support (DDICK)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=39
2013-07-28 20:22:02 +00:00
Stephan Kulow
4b1a51beff Accepting request 184388 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/184388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=29
2013-07-27 13:50:03 +00:00
Stephan Kulow
6f8b972257 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=37 2013-07-24 07:52:05 +00:00
Stephan Kulow
0e72701bd9 - updated to 1.39
1.39 Fri 31 May 2013                                                                                                                                                                                                                        
     - Production release, no changes from 1.38_05                                                                                                                                                                                           
                                                                                                                                                                                                                                             
 1.38_05 Fri 31 May 2013                                                                                                                                                                                                                     
     - OpenBSD doesn't like the previous _XOPEN_SOURCE hack (ISHIGAKI)                                                                                                                                                                       
     - Disabled a unicode-related test for older perls (ISHIGAKI)                                                                                                                                                                            
                                                                                                                                                                                                                                             
 1.38_04 Wed 29 May 2013                                                                                                                                                                                                                     
     - Tentatively defined _XOPEN_SOURCE under *BSD systems to see                                                                                                                                                                           
       if it solves a compilation issue for threaded perls (ISHIGAKI)                                                                                                                                                                        
                                                                                                                                                                                                                                             
 1.38_03 Mon 20 May 2013                                                                                                                                                                                                                     
     *** NOTICE ON QUERY OPTIMIZER ENHANCEMENT ***                                                                                                                                                                                           
     - As of SQLite 3.7.15, SQLite's query optimizer was enhanced                                                                                                                                                                            
       and the result order of a SELECT statement without an ORDER                                                                                                                                                                           
       BY clause may be different from the one of the previous                                                                                                                                                                               
       versions. If your applications or tests mistakenly depend                                                                                                                                                                             
       on the arbitrary output order, they may be broken with this                                                                                                                                                                           
       enhancement.                                                                                                                                                                                                                          
                                                                                                                                                                                                                                             
     - Updated to SQLite 3.7.17 (ISHIGAKI)
     - Fixed tests that mistakenly made invalid assumptions about
       the result order (ISHIGAKI)
     - Added a brief note on useful pragmata. (ISHIGAKI)
     - Resolved #85302: type fixes (ISHIGAKI)
 
 1.38_02 Thu 4 Apr 2013
     - Updated to SQLite 3.7.16.1 (ISHIGAKI)
     - Removed two obsolete pragma calls at login time (ISHIGAKI)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=36
2013-07-24 07:51:07 +00:00
Stephan Kulow
11f8bb679c Accepting request 141532 from devel:languages:perl
- update to 1.37
    - Updated to SQLite 3.7.12.1 (ISHIGAKI)
    - Tweaked Makefile.PL to behave better during the Bsymbolic
      check (HMBRAND)
    - Added SQLITE_WITHOUT_ZONEMALLOC for older MacOS X (ISHIGAKI)
    - Fix >32bit integer truncation and other sqlite_set_result
      condition issue (Yuriy Kaminskiy)
    - Fix integer overflow in passing argument to perl function
    - Convert unsigned -> int64 when possible (Yuriy Kaminskiy)
    - Turned datatype mismatch error (introduced in 1.34_02) into
      a warning (you can disable this warning by setting PrintWarn
      attribute to false). (ISHIGAKI)
    - Refactored sqlite_is_number to fix various corner cases
    - Downgraded SQLite to 3.7.9, as 3.7.10 turned out to be
      broken on the latest MacOS X (due to a missing symbol),
      and broke other modules that typically use temporary tables
      under a few environments too. As of this writing, would-be
      3.7.11 seems fine, but it would take another month to be
      released. (ISHIGAKI)
    *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
      Note that this release changed the default schema format
      number, that means newly created database files will be
      unreadable by SQLite version prior to 3.3.0 (2006-01-10)
      (or DBD::SQLite prior to 1.12) unless you explicitly issue
      "PRAGMA legacy_file_format=ON".
    - Enabled SQLITE_ENABLE_FTS4
    - Enabled SQLITE_ENABLE_STAT3
    - Resolved #73159: FTS tokenizer segfault (ISHIGAKI)
    - Resolved #73787: sqlite_see_if_its_a_number causes a buffer
      overflow (ISHIGAKI) (forwarded request 141389 from vitezslav_cizek)

OBS-URL: https://build.opensuse.org/request/show/141532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=27
2012-11-16 12:41:24 +00:00
3958e6af5a Accepting request 141389 from home:vitezslav_cizek:branches:devel:languages:perl
- update to 1.37
    - Updated to SQLite 3.7.12.1 (ISHIGAKI)
    - Tweaked Makefile.PL to behave better during the Bsymbolic
      check (HMBRAND)
    - Added SQLITE_WITHOUT_ZONEMALLOC for older MacOS X (ISHIGAKI)
    - Fix >32bit integer truncation and other sqlite_set_result
      condition issue (Yuriy Kaminskiy)
    - Fix integer overflow in passing argument to perl function
    - Convert unsigned -> int64 when possible (Yuriy Kaminskiy)
    - Turned datatype mismatch error (introduced in 1.34_02) into
      a warning (you can disable this warning by setting PrintWarn
      attribute to false). (ISHIGAKI)
    - Refactored sqlite_is_number to fix various corner cases
    - Downgraded SQLite to 3.7.9, as 3.7.10 turned out to be
      broken on the latest MacOS X (due to a missing symbol),
      and broke other modules that typically use temporary tables
      under a few environments too. As of this writing, would-be
      3.7.11 seems fine, but it would take another month to be
      released. (ISHIGAKI)
    *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
      Note that this release changed the default schema format
      number, that means newly created database files will be
      unreadable by SQLite version prior to 3.3.0 (2006-01-10)
      (or DBD::SQLite prior to 1.12) unless you explicitly issue
      "PRAGMA legacy_file_format=ON".
    - Enabled SQLITE_ENABLE_FTS4
    - Enabled SQLITE_ENABLE_STAT3
    - Resolved #73159: FTS tokenizer segfault (ISHIGAKI)
    - Resolved #73787: sqlite_see_if_its_a_number causes a buffer
      overflow (ISHIGAKI)

OBS-URL: https://build.opensuse.org/request/show/141389
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=34
2012-11-16 08:01:33 +00:00
Stephan Kulow
d54e621210 Accepting request 125943 from devel:languages:perl
- Add Group: field to subpackages to allow them to build on
  distributions with older rpm (forwarded request 125856 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/125943
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=26
2012-06-26 15:16:05 +00:00
Christian Wittmer
b36c6fd5e9 Accepting request 125856 from X11:RemoteDesktop:x2go
- Add Group: field to subpackages to allow them to build on
  distributions with older rpm

OBS-URL: https://build.opensuse.org/request/show/125856
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=32
2012-06-25 09:54:10 +00:00
Stephan Kulow
da7de83ade Accepting request 96613 from devel:languages:perl
- fix license to be in spdx.org format (forwarded request 96587 from coolo)

OBS-URL: https://build.opensuse.org/request/show/96613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=24
2011-12-20 09:54:56 +00:00
Stephan Kulow
f2fca52cc8 Accepting request 96587 from devel:openSUSE:Factory:for-legal-lhf
- fix license to be in spdx.org format

OBS-URL: https://build.opensuse.org/request/show/96587
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=30
2011-12-14 12:22:16 +00:00
Stephan Kulow
95f55c7f82 Accepting request 94222 from devel:languages:perl
- update to 1.35:
  * updated to SQLite 3.7.9
  * one small potential break case if you are using FTS4 and ^
- cumulated changes from 1.34*:
  * adding an explicit dynamic_config => 1
  * bind_param SQL_INTEGER error now actually dies with RaiseError
  * CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS:
    - resolved RT#67581: bind_param SQL_INTEGER numifies value;
      now DBD::SQLite croaks if you explicitly specify datatype
      (with bind_param) and datatype mismatch happens
    - datatype set in the bind_param(_array) becomes sticky now
      (as per DBI spec); this potentially affects code depending on
      current undocumented and broken behavior
  * resolved RT#71311: binding output columns as SQL_BLOB returns nothing
  * fixed binding named parameters
  * moved check for bind_ph/is_inout so it always error-out
  * don't set imp_sth->stmt to NULL on error path
  * explained an issue of rollback with unfinished statements
  * made util/getsqlite.pl work properly for SQLite 3.7.5+
  * Cookbook: don't use globals
  * resolved RT#70135 and hopefully other mod_perl/CentOS issues like RT#63873
    and RT#47983

OBS-URL: https://build.opensuse.org/request/show/94222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=23
2011-12-02 12:21:56 +00:00
Pascal Bleser
e4db869cd2 - update to 1.35:
* updated to SQLite 3.7.9
  * one small potential break case if you are using FTS4 and ^
- cumulated changes from 1.34*:
  * adding an explicit dynamic_config => 1
  * bind_param SQL_INTEGER error now actually dies with RaiseError
  * CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS:
    - resolved RT#67581: bind_param SQL_INTEGER numifies value;
      now DBD::SQLite croaks if you explicitly specify datatype
      (with bind_param) and datatype mismatch happens
    - datatype set in the bind_param(_array) becomes sticky now
      (as per DBI spec); this potentially affects code depending on
      current undocumented and broken behavior
  * resolved RT#71311: binding output columns as SQL_BLOB returns nothing
  * fixed binding named parameters
  * moved check for bind_ph/is_inout so it always error-out
  * don't set imp_sth->stmt to NULL on error path
  * explained an issue of rollback with unfinished statements
  * made util/getsqlite.pl work properly for SQLite 3.7.5+
  * Cookbook: don't use globals
  * resolved RT#70135 and hopefully other mod_perl/CentOS issues like RT#63873
    and RT#47983

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=27
2011-11-29 05:52:02 +00:00
Sascha Peilicke
b6045eb881 Autobuild autoformatter for 78501
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=21
2011-08-11 13:45:07 +00:00
Sascha Peilicke
bff46d266b Accepting request 78501 from devel:languages:perl
update to v1.33 from v1.31
Used "osc vc" for once to document changes (forwarded request 78484 from gregfreemyer)

OBS-URL: https://build.opensuse.org/request/show/78501
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=20
2011-08-11 13:44:56 +00:00
0cecbdc129 Accepting request 78484 from home:gregfreemyer:Tools-for-forensic-boot-cd
update to v1.33 from v1.31
Used "osc vc" for once to document changes

OBS-URL: https://build.opensuse.org/request/show/78484
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=25
2011-08-11 09:16:40 +00:00
Lars Vogdt
a0de6a342c Autobuild autoformatter for 54517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=18
2010-12-05 20:45:44 +00:00
Lars Vogdt
b893256501 Accepting request 54517 from devel:languages:perl
Accepted submit request 54517 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=17
2010-12-05 20:45:37 +00:00
Stephan Kulow
bb7a3e728f always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=23
2010-12-03 14:02:07 +00:00
Stephan Kulow
bded560b16 siwtch to perl_requires macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=22
2010-12-01 13:43:03 +00:00
OBS User autobuild
e42ed7ed92 Accepting request 49164 from devel:languages:perl
Copy from devel:languages:perl/perl-DBD-SQLite based on submit request 49164 from user coolo

OBS-URL: https://build.opensuse.org/request/show/49164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=16
2010-09-27 14:07:49 +00:00
OBS User buildservice-autocommit
07ce135ca7 Updating link to change in openSUSE:Factory/perl-DBD-SQLite revision 16.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=ec0eef8b16ab73d5127c95f0c416902b
2010-09-27 14:07:49 +00:00
OBS User autobuild
1e419da4d8 Accepting request 49164 from devel:languages:perl
checked in (request 49164)

OBS-URL: https://build.opensuse.org/request/show/49164
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=21
2010-09-27 14:07:48 +00:00
Christian Wittmer
9f6a6c111f Accepting request 48223 from home:jnweiger:branches:devel:languages:perl
ok, thank you :)

OBS-URL: https://build.opensuse.org/request/show/48223
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=20
2010-09-15 18:50:15 +00:00
OBS User autobuild
7bb6a3e05e Accepting request 43712 from devel:languages:perl
Copy from devel:languages:perl/perl-DBD-SQLite based on submit request 43712 from user coolo

OBS-URL: https://build.opensuse.org/request/show/43712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=15
2010-07-23 20:02:34 +00:00
OBS User autobuild
d347249e8a Accepting request 43712 from devel:languages:perl
checked in (request 43712)

OBS-URL: https://build.opensuse.org/request/show/43712
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=19
2010-07-23 20:02:34 +00:00
Christian Wittmer
1b5c8cc661 Accepting request 36191 from home:jnweiger:branches:devel:languages:perl
Copy from home:jnweiger:branches:devel:languages:perl/perl-DBD-SQLite via accept of submit request 36191 revision 2.
Request was accepted with message:
reviewed, OK, Thank you

OBS-URL: https://build.opensuse.org/request/show/36191
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=18
2010-03-31 21:48:42 +00:00
OBS User autobuild
d9dc327742 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=12 2010-03-18 15:16:52 +00:00
OBS User buildservice-autocommit
0ce1805d51 Updating link to change in openSUSE:Factory/perl-DBD-SQLite revision 12.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=d80d6f98c09d05b544c544df1ca7f20c
2010-03-18 15:16:52 +00:00
OBS User autobuild
73defe4d41 Accepting request 29293 from devel:languages:perl
Copy from devel:languages:perl/perl-DBD-SQLite based on submit request 29293 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=11
2010-01-12 11:01:27 +00:00
OBS User autobuild
2f6ad81b16 checked in
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=16
2010-01-12 11:01:27 +00:00
Stephan Kulow
f0bd3eb77c Accepting request 28733 from home:jengelh:branches:devel:languages:perl
Copy from home:jengelh:branches:devel:languages:perl/perl-DBD-SQLite via accept of submit request 28733 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/28733
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=15
2010-01-11 18:16:15 +00:00
OBS User autobuild
21247e3edd Accepting request 28386 from devel:languages:perl
Copy from devel:languages:perl/perl-DBD-SQLite based on submit request 28386 from user coolo

OBS-URL: https://build.opensuse.org/request/show/28386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=10
2010-01-11 15:55:26 +00:00
OBS User unknown
ba98d34c07 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=8 2009-07-27 21:02:55 +00:00
OBS User unknown
7be295465f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=7 2009-04-20 00:08:58 +00:00
OBS User unknown
865adfb274 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=6 2009-04-15 22:54:48 +00:00
OBS User unknown
24d8011c35 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=5 2009-01-14 23:40:49 +00:00
OBS User unknown
be4efad97a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=3 2008-02-08 19:21:57 +00:00
OBS User unknown
25f35075dc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=2 2008-01-14 09:48:36 +00:00
OBS User unknown
2505f5e14c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=1 2007-01-15 23:30:19 +00:00