Accepting request 504012 from server:database
1 OBS-URL: https://build.opensuse.org/request/show/504012 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=98
This commit is contained in:
commit
7b810daddc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca5361fb01cc3ad63d6fd4eb2cb0b6398e629595896d3558f7e121d37dac2ffc
|
||||
size 2542613
|
3
sqlite-autoconf-3190300.tar.gz
Normal file
3
sqlite-autoconf-3190300.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06129c03dced9f87733a8cba408871bd60673b8f93b920ba8d815efab0a06301
|
||||
size 2542682
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d136abeea8d045ab7acef64ce84028dacb418584fa5a259e7ab4233ef21ff46
|
||||
size 5577171
|
3
sqlite-doc-3190300.zip
Normal file
3
sqlite-doc-3190300.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62cda70d5285e35144ddfd4629df8fadc2bae8dbcb43d0638aa874c1c03de101
|
||||
size 5649351
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 16 07:43:51 UTC 2017 - astieger@suse.com
|
||||
|
||||
- a little less packaging cleanup so as to not break SLE 11 SP4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 16 07:20:20 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Small packaging cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 9 07:43:28 UTC 2017 - astieger@suse.com
|
||||
|
||||
- Update to 3.19.3:
|
||||
* Fix a bug associated with auto_vacuum that can lead to database
|
||||
corruption. (introduced in 3.16.0)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 25 17:52:39 UTC 2017 - idonmez@suse.com
|
||||
|
||||
|
24
sqlite3.spec
24
sqlite3.spec
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
%define oname sqlite
|
||||
%define tarversion 3190200
|
||||
%define tarversion 3190300
|
||||
Name: sqlite3
|
||||
Version: 3.19.2
|
||||
Version: 3.19.3
|
||||
Release: 0
|
||||
Summary: Embeddable SQL Database Engine
|
||||
License: SUSE-Public-Domain
|
||||
@ -35,7 +35,6 @@ BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: unzip
|
||||
Requires: libsqlite3-0 = %{version}
|
||||
Provides: %{oname} = %{version}
|
||||
Obsoletes: %{oname} < %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -127,13 +126,14 @@ export CFLAGS="%{optflags} \
|
||||
-DSQLITE_ENABLE_UNLOCK_NOTIFY \
|
||||
-DSQLITE_SECURE_DELETE \
|
||||
"
|
||||
%configure --disable-static \
|
||||
--disable-static-shell \
|
||||
--enable-readline
|
||||
%configure \
|
||||
--disable-static \
|
||||
--disable-static-shell \
|
||||
--enable-readline
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%post -n libsqlite3-0 -p /sbin/ldconfig
|
||||
@ -142,16 +142,18 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/sqlite3
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man1/sqlite3.1%{ext_man}
|
||||
|
||||
%files -n libsqlite3-0
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libsqlite*.so.*
|
||||
%{_libdir}/libsqlite3.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/libsqlite*.so
|
||||
%{_includedir}/msvc.h
|
||||
%{_includedir}/sqlite3.h
|
||||
%{_includedir}/sqlite3ext.h
|
||||
%{_libdir}/libsqlite3.so
|
||||
%{_libdir}/pkgconfig/sqlite3.pc
|
||||
|
||||
%files doc
|
||||
|
Loading…
Reference in New Issue
Block a user