Commit Graph

87 Commits

Author SHA1 Message Date
Panu Matilainen 649a471531 - update to 3.7.8 2011-10-28 16:02:56 +03:00
Panu Matilainen 30d0e9aa29 - update to 3.7.7.1
- autoconf no longer needed for build, libdl check finally upstreamed
- nodirsync test-suite fiddling no longer seems necessary
- update the broken oserror test patch to apply
2011-07-13 10:09:23 +03:00
Panu Matilainen cec0a298b8 - update to 3.7.6.3 2011-05-25 12:34:16 +03:00
Peter Robinson 2744a9a631 add arm to the exclude from tests list 2011-05-21 18:26:12 +01:00
Panu Matilainen bf8a6d9be8 - Comment out stupid oserror tests which depend on system settings
on max permitted open files per user: on koji these tests "fail"
  because sqlite can open more files than a the hardcoded limit of 2000
  in the tests expect, so it never sees the errors it thinks 2000
  open files should cause. Doh.
2011-04-29 13:30:08 +03:00
Panu Matilainen 1518161595 - update to 3.7.6.2 2011-04-21 13:51:36 +03:00
Dennis Gilmore 8b94c1ffdc build tests on sparc expecting failures same as the other big endian arches 2011-02-25 15:19:51 -06:00
Dennis Gilmore ef38f7eb9a - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-09 09:48:34 -06:00
Panu Matilainen 4ddb5c027f - unwanted cgi-script in docs creating broken dependencies, remove it
- make doc sub-package noarch
2011-02-02 15:41:11 +02:00
Panu Matilainen 4cd939c0fa - update to 3.7.5 2011-02-01 10:51:14 +02:00
Panu Matilainen e5b14b43aa - update to 3.7.4
- deal with upstream source naming, versioning and format changing
- fixup wal2-test expections wrt SQLITE_DISABLE_DIRSYNC use
2010-12-09 14:18:57 +02:00
Dan Horák abaefeeb05 - expect test failures also on s390x 2010-11-05 16:21:28 +01:00
Panu Matilainen 74b92869c3 - update to 3.7.3 2010-11-01 14:04:40 +02:00
Tom "spot" Callaway c2b9045477 enable SQLITE_SECURE_DELETE, SQLITE_ENABLE_UNLOCK_NOTIFY for firefox 4 2010-09-07 12:13:34 -04:00
Panu Matilainen 13839730a0 - update to 3.7.0.1 2010-08-13 12:52:31 +03:00
Dan Horák 926f717bf4 - some tests are failing on s390 and ppc/ppc64 so don't fail the whole
build there
2010-07-03 11:57:52 +00:00
Panu Matilainen bf978b4a5f - update to 3.6.23.1 2010-04-19 12:01:52 +00:00
Panu Matilainen e3525490a2 - update to 3.6.23
- drop the lemon sprintf patch, upstream doesn't want it
- make test-suite errors fail build finally
2010-03-10 15:20:36 +00:00
Panu Matilainen a11024b7ab - update to 3.6.22 2010-01-18 12:20:19 +00:00
Panu Matilainen f3b16591ce - update to 3.6.21 2009-12-08 07:16:40 +00:00
Panu Matilainen a237aeba67 - update to 3.6.20 2009-11-19 11:17:46 +00:00
Panu Matilainen c7084d09dd - update to 3.6.18 (http://www.sqlite.org/releaselog/3_6_18.html)
- drop no longer needed test-disabler patches
2009-10-06 06:38:53 +00:00
Panu Matilainen 61184f52c3 - update to 3.6.17
- disable to failing tests until upstream fixes
2009-08-21 10:23:52 +00:00
Jesse Keating 3e3691c44a - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 04:43:48 +00:00
Panu Matilainen e479b786b7 - update to 3.6.14.2 (#505229) 2009-06-12 10:34:58 +00:00
Panu Matilainen a3b00fbea1 - disable rpath
- add -doc subpackage instead of patching out reference to it
2009-05-18 08:06:21 +00:00
Panu Matilainen a80e2df17d - update to 3.6.14 2009-05-14 12:09:11 +00:00
Panu Matilainen 83462ab867 - fixup io-test fsync expectations wrt SQLITE_DISABLE_DIRSYNC 2009-05-14 09:24:05 +00:00
Panu Matilainen 9d202ae946 - merge-review cosmetics (#226429)
- drop ancient sqlite3 obsoletes
- fix tab vs space whitespace issues
- remove commas from summaries
2009-05-14 08:46:20 +00:00
Panu Matilainen 0c6ef34f6e - update to 3.6.13 2009-04-15 17:20:59 +00:00
Dennis Gilmore c5209b6299 fix sparc memory allignment bug
https://bugzilla.redhat.com/show_bug.cgi?id=494906
2009-04-09 14:58:48 +00:00
Panu Matilainen 0da1b09516 - disable strict aliasing to work around brokenness on 3.6.12 (#494266)
- run test-suite on build but let it fail for now
2009-04-07 08:35:41 +00:00
Panu Matilainen 8cd1c7b21b - libdl patch now needs autoconf 2009-04-03 09:56:25 +00:00
Panu Matilainen 1393d4e6c2 - update to 3.6.12 (#492662)
- remove reference to non-existent sqlite-doc from manual (#488883)
- drop unused patches
2009-04-03 09:49:27 +00:00
Jesse Keating 5b48bde7a4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 02:37:01 +00:00
Panu Matilainen 57f695404b - enable RTREE and FTS3 extensions (#481417) 2009-02-04 16:25:32 +00:00
Panu Matilainen e201d7b098 - upstream fix yum breakage caused by new keywords (#481189) 2009-01-22 19:47:34 +00:00
Panu Matilainen bc56a18c61 - update to 3.6.10 2009-01-22 07:37:44 +00:00
Panu Matilainen 95bd238cd0 - update to 3.6.7
- avoid lemon ending up in main sqlite package too
2008-12-31 08:39:40 +00:00
Panu Matilainen bf1898b025 Oops, wrong permissions on the generator template 2008-12-05 20:13:42 +00:00
Panu Matilainen e30c1c748a - add lemon (parser generator) subpackage
- add patch to lemon (ported from Debian) to look for lempar.c template in
    system location, and avoid insecure sprintf() use
2008-12-05 20:06:32 +00:00
Matthias Clasen 0bb9e3a149 Rebuild for pkg-config provides 2008-12-05 04:59:35 +00:00
Panu Matilainen cd7455666d - bah, mock src.rpm generation doesnt like macros depending on
build-required things..
- tclsh is only required if tcl enabled
2008-12-02 20:35:27 +00:00
Panu Matilainen f5ed2642ca - require tcl(abi) in sqlite-tcl subpackage (#474034)
- move tcl extensions to arch-specific location
- enable dependency extraction on the tcl dso
- require pkgconfig in sqlite-devel
2008-12-02 14:44:36 +00:00
Panu Matilainen cb487c94c9 - update to 3.6.6.2 2008-11-29 18:09:06 +00:00
Panu Matilainen 2182006839 - update to 3.6.4
- drop patches already upstream
2008-11-08 11:16:25 +00:00
Panu Matilainen 778c041844 - Remove references to temporary registers from cache on release (#463061)
- Enable loading of external extensions (#457433)
2008-09-30 05:43:16 +00:00
Štěpán Kasal 11e1913f42 - update to 3.5.9 2008-06-17 14:04:16 +00:00
Panu Matilainen debaecc4e3 - update to 3.5.8
- provide full version in pkg-config (#443692)
2008-05-13 05:41:20 +00:00
Panu Matilainen f32dde38d5 - remove reference to static libs from -devel description (#439376) 2008-03-31 12:22:41 +00:00