auto-import kdelibs-3.0.5a-5 from kdelibs-3.0.5a-5.src.rpm

This commit is contained in:
cvsdist 2004-09-09 06:58:24 +00:00
parent 1fadbace30
commit 5dc6e35a1e
1 changed files with 16 additions and 1 deletions

View File

@ -8,7 +8,7 @@
%define debug 0
%define release_number 4
%define release_number 5
%define build_for_ftp 0
@ -67,6 +67,9 @@ Patch24: metatest.patch
Patch25: kdelibs-3.0.5a-buildroot.patch
Patch26: kdelibs-3.0.5a-gnome-menu.patch
Patch27: post-3.0.5a-kdelibs-kimgio.diff
Patch28: post-3.0.5b-kdelibs-khtml.patch
Patch29: post-3.0.5b-kdelibs-http.patch
Requires: qt >= 3.0.5
Requires: arts >= 7:1.0.2
@ -150,10 +153,19 @@ format for easy browsing.
%patch24 -p0
%patch25 -p1 -b .buildroot
%patch26 -p1 -b .watchdirs
pushd kimgio
%patch27 -p0 -b .pdf
popd
pushd khtml
%patch28 -p0 -b .sec
popd
pushd kioslave/http
%patch29 -p0 -b .sec
popd
# Enable keramik
perl -pi -e "s,highcolor,highcolor keramik," kstyles/Makefile.am
perl -pi -e "s,^#define KDE_VERSION_STRING .*,#define KDE_VERSION_STRING \"%{version}-%{release} Red Hat\"," kdecore/kdeversion.h
@ -348,6 +360,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_docdir}/%{name}-devel-%{version}/*
%changelog
* Mon Jul 14 2003 Than Ngo <than@redhat.com> 3.0.5a-5
- securitiy bug - Konqueror Referer Leaking Website Authentication Credentials
* Mon Apr 7 2003 Than Ngo <than@redhat.com> 3.0.5a-4
- PS/PDF file handling vulnerability