fix a bug in ksslopen #114835

This commit is contained in:
Than Ngo 2004-09-20 09:29:47 +00:00
parent 407a77d990
commit 6c330d5fd3

View File

@ -16,7 +16,7 @@
%define arts 1
Version: 3.3.0
Release: 2
Release: 3
Summary: K Desktop Environment - Libraries
Name: kdelibs
Url: http://www.kde.org/
@ -33,6 +33,7 @@ Patch1: kdelibs-3.2.2-pie.patch
Patch2: kdelibs-3.0.0-ndebug.patch
Patch3: kdelibs-3.2.0-icon.patch
Patch4: kdelibs-3.0.4-ksyscoca.patch
Patch5: kdelibs-3.3.0-openssl.patch
Patch15: kdelibs-3.1.95-buildroot.patch
Patch16: kdelibs-3.1-ssl-krb5.patch
Patch20: kdelibs-3.1-defaultstyle.patch
@ -149,6 +150,7 @@ format for easy browsing.
%patch2 -p1 -b .debug
%endif
%patch4 -p1 -b .ksyscoca
%patch4 -p1 -b .openssl
%patch15 -p1 -b .buildroot
%patch16 -p1 -b .ssl-krb5
%patch20 -p1 -b .defaultstyle
@ -379,6 +381,9 @@ exit 0
%doc %{_docdir}/HTML/en/kdelibs*
%changelog
* Mon Sep 20 2004 Than Ngo <than@redhat.com> 3.3.0-3
- fix a bug in ksslopen #114835
* Tue Sep 07 2004 Than Ngo <than@redhat.com> 6:3.3.0-2
- add patch to fix KDE trash always full #122988