- don't classify files in /dev (#146623).
- don't build with sqlite3 if <sqlite3.h> is missing. Sat Feb 12 2005 Jeff Johnson <jbj@jbj.org> 4.4.1-0.24 - zlib: uniqify certain symbols to prevent name space pollution. - macosx: include <sys/types.h> so that python sees the u_char typedef. - macosx: change to --prefix=/usr rather than /opt/local. - use waitpid rather than SIGCHLD reaper. - rip out DB_PRIVATE revert if not NPTL, it's not the right thing to do.
This commit is contained in:
parent
e16dc30555
commit
f2efffa81f
13
rpm.spec
13
rpm.spec
@ -20,7 +20,7 @@ Name: rpm
|
||||
%define version 4.4.1
|
||||
Version: %{version}
|
||||
%{expand: %%define rpm_version %{version}}
|
||||
Release: 0.22
|
||||
Release: 2
|
||||
Group: System Environment/Base
|
||||
Source: ftp://jbj.org/pub/rpm-devel/rpm-%{rpm_version}.tar.gz
|
||||
License: GPL
|
||||
@ -500,6 +500,17 @@ exit 0
|
||||
%{__includedir}/popt.h
|
||||
|
||||
%changelog
|
||||
* Sun Feb 13 2005 Jeff Johnson <jbj@jbj.org> 4.4.1-1
|
||||
- don't classify files in /dev (#146623).
|
||||
- don't build with sqlite3 if <sqlite3.h> is missing.
|
||||
|
||||
* Sat Feb 12 2005 Jeff Johnson <jbj@jbj.org> 4.4.1-0.24
|
||||
- zlib: uniqify certain symbols to prevent name space pollution.
|
||||
- macosx: include <sys/types.h> so that python sees the u_char typedef.
|
||||
- macosx: change to --prefix=/usr rather than /opt/local.
|
||||
- use waitpid rather than SIGCHLD reaper.
|
||||
- rip out DB_PRIVATE revert if not NPTL, it's not the right thing to do.
|
||||
|
||||
* Fri Feb 11 2005 Jeff Johnson <jbj@jbj.org> 4.4.1-0.22
|
||||
- permit build scriptlet interpreters to be individually overridden.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user