Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 291445 Details for
Bug 226429
Merge Review: sqlite
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to specfile to fix some package review issues
package-review-specfile.patch (text/plain), 3.39 KB, created by
Robin Norwood
on 2008-01-12 03:34:18 UTC
(
hide
)
Description:
patch to specfile to fix some package review issues
Filename:
MIME Type:
Creator:
Robin Norwood
Created:
2008-01-12 03:34:18 UTC
Size:
3.39 KB
patch
obsolete
>? .build-3.5.4-2.fc9.log >? .build-3.5.4-3.fc9.log >? i386 >? package-review-specfile.patch >? sqlite-3.5.4 >? sqlite-3.5.4-2.fc9.src.rpm >? sqlite-3.5.4-3.fc9.src.rpm >? sqlite-3.5.4-fix-bind-test.patch >? sqlite-3.5.4-fix-io-test.patch >? sqlite-3.5.4-fix-printf-test.patch >? sqlite-3.5.4-fix-static-libs-in-Makefile.patch >? sqlite-3.5.4-fix-tcl-test.patch >? work >Index: sqlite.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/sqlite/devel/sqlite.spec,v >retrieving revision 1.35 >diff -u -r1.35 sqlite.spec >--- sqlite.spec 8 Jan 2008 07:49:06 -0000 1.35 >+++ sqlite.spec 12 Jan 2008 03:33:04 -0000 >@@ -1,18 +1,40 @@ > # bcond default logic is nicely backwards... >+ >+# enable tcl > %bcond_without tcl >+ >+# remove static libs > %bcond_with static >-%bcond_with check >+ >+# enable make check >+%bcond_without check > > Summary: Library that implements an embeddable SQL database engine > Name: sqlite > Version: 3.5.4 >-Release: 2%{?dist} >+Release: 3%{?dist} > License: Public Domain >-Group: Applications/Databases >+Group: Applications/Databases > URL: http://www.sqlite.org/ > Source: http://www.sqlite.org/sqlite-%{version}.tar.gz >-Obsoletes: sqlite3 sqlite3-devel > BuildRequires: ncurses-devel readline-devel glibc-devel >+# This makes the tests use ./libs/libsqlite3.so instead of libsqlite3.la >+Patch0: sqlite-3.5.4-fix-static-libs-in-Makefile.patch >+# binding NaN to a double column doesn't seem to work >+# FIXME: This test could indicate an actual bug >+Patch1: sqlite-3.5.4-fix-bind-test.patch >+# Not sure why the expected_sync_count is incorrect for us. >+# FIXME: This test could indicate an actual bug >+Patch2: sqlite-3.5.4-fix-io-test.patch >+# Not sure why printf format tests fail. >+# FIXME: This test could indicate an actual bug >+Patch3: sqlite-3.5.4-fix-printf-test.patch >+# Apparently the tcl error report syntax changed. This should be easy >+# to fix, but I didn't take the time to figure out how to match a >+# multiline string in the test suite >+# FIXME: Get the test to check for the actual error message >+Patch4: sqlite-3.5.4-fix-tcl-test.patch >+ > BuildRequires: /usr/bin/tclsh > %if %{with tcl} > BuildRequires: tcl-devel >@@ -29,7 +51,7 @@ > are named to permit each to be installed on a single host > > %package devel >-Summary: Development tools for the sqlite3 embeddable SQL database engine. >+Summary: Development tools for the sqlite3 embeddable SQL database engine > Group: Development/Libraries > Requires: %{name} = %{version}-%{release} > >@@ -40,7 +62,7 @@ > > %if %{with tcl} > %package tcl >-Summary: Tcl module for the sqlite3 embeddable SQL database engine. >+Summary: Tcl module for the sqlite3 embeddable SQL database engine > Group: Development/Languages > Requires: %{name} = %{version}-%{release} > >@@ -50,6 +72,11 @@ > > %prep > %setup -q >+%patch0 -p1 >+%patch1 -p1 >+%patch2 -p1 >+%patch3 -p1 >+%patch4 -p1 > > %build > export CFLAGS="$RPM_OPT_FLAGS -DSQLITE_DISABLE_DIRSYNC=1 -Wall" >@@ -95,10 +122,12 @@ > %{_includedir}/*.h > %{_libdir}/*.so > %{_libdir}/pkgconfig/*.pc >+ > %if %{with static} > %{_libdir}/*.a > %exclude %{_libdir}/*.la > %endif >+ > %if %{with tcl} > %files tcl > %defattr(-, root, root) >@@ -106,6 +135,11 @@ > %endif > > %changelog >+* Fri Jan 11 2008 Robin Norwood <rnorwood@redhat.com> - 3.5.4-3 >+- Fixes from package review: >+ - fix rpmlint warnings >+ - add patches to make tests pass >+ > * Tue Jan 08 2008 Panu Matilainen <pmatilai@redhat.com> - 3.5.4-2 > - avoid packaging CVS directory as documentation (#427755) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 226429
: 291445 |
291446
|
291447
|
291448
|
291449
|
291450