diff options
author | jbj <devnull@localhost> | 2004-12-05 20:05:46 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-12-05 20:05:46 +0000 |
commit | cf8bf4efd96da10b33a2b556dc78015cefbcfc9c (patch) | |
tree | a020f79f9a55c718e79f3ff574665a704274ba6e /CHANGES | |
parent | edc0ad3152685cdf284953c2618bc895e9025d01 (diff) | |
download | librpm-tizen-cf8bf4efd96da10b33a2b556dc78015cefbcfc9c.tar.gz librpm-tizen-cf8bf4efd96da10b33a2b556dc78015cefbcfc9c.tar.bz2 librpm-tizen-cf8bf4efd96da10b33a2b556dc78015cefbcfc9c.zip |
- force *.py->*.pyo byte code compilation with brp-python-bytecompile.
- automagically detect and emit "python(abi) = 2.4" dependencies.
CVS patchset: 7628
CVS date: 2004/12/05 20:05:46
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +4.4 -> 4.4.1: + - force *.py->*.pyo byte code compilation with brp-python-bytecompile. + - automagically detect and emit "python(abi) = 2.4" dependencies. + 4.3.3 -> 4.4: - pentium3/pentium4 arch support (pluto@PLD). - cpuid() cleanups for PIC/non-PIC and gcc 3.4 (pluto@PLD). @@ -47,6 +51,7 @@ - python: add python 2.4 support. - selinux: use rpm_execcon, not execv, to run scriptlets (#136848). - fix: segfault on --verifydb (#138589). + - sparcv8: optflags changed to -mtune=ultrasparc (#140420). 4.3.1 -> 4.3.2: - use /etc/selinux/targeted/contexts/files/file_contexts for now. |