- update to 4.6.0 final

- revert libmagic looking into compressed files for now, breaks ooffice
    build
This commit is contained in:
Panu Matilainen 2009-02-06 13:55:13 +00:00
parent 0a87f6d73e
commit cef0937683
4 changed files with 9 additions and 6 deletions

View File

@ -1 +1 @@
rpm-4.6.0-rc4.tar.bz2
rpm-4.6.0.tar.bz2

View File

@ -64,7 +64,7 @@ diff -up rpm-4.6.0-rc4/build/rpmfc.c.extra-prov rpm-4.6.0-rc4/build/rpmfc.c
int fcolor;
int xx;
- int msflags = MAGIC_CHECK; /* XXX MAGIC_COMPRESS flag? */
+ int msflags = MAGIC_CHECK | MAGIC_COMPRESS;
+ int msflags = MAGIC_CHECK; /* add MAGIC_COMPRESS eventually */
magic_t ms = NULL;
if (fc == NULL || argv == NULL)

View File

@ -10,15 +10,14 @@
%define rpmhome /usr/lib/rpm
%define rpmver 4.6.0
%define snapver rc4
%define srcver %{rpmver}-%{snapver}
%define srcver %{rpmver}
%define bdbver 4.5.20
Summary: The RPM package management system
Name: rpm
Version: %{rpmver}
Release: 0.%{snapver}.5%{?dist}
Release: 1%{?dist}
Group: System Environment/Base
Url: http://www.rpm.org/
Source0: http://rpm.org/releases/testing/%{name}-%{srcver}.tar.bz2
@ -376,6 +375,10 @@ exit 0
%doc doc/librpm/html/*
%changelog
* Fri Feb 06 2009 Panu Matilainen <pmatilai@redhat.com> - 4.6.0-1
- update to 4.6.0 final
- revert libmagic looking into compressed files for now, breaks ooffice build
* Fri Feb 06 2009 Panu Matilainen <pmatilai@redhat.com> - 4.6.0-0.rc4.5
- enable fontconfig provides generation

View File

@ -1 +1 @@
ad3d374efb26e4d22ff1d27dc3d399ab rpm-4.6.0-rc4.tar.bz2
77bf389f87f61ff53b068a9870aa91ca rpm-4.6.0.tar.bz2