diff --git a/kdenetwork.spec b/kdenetwork.spec index b5124af..464003a 100644 --- a/kdenetwork.spec +++ b/kdenetwork.spec @@ -12,8 +12,8 @@ %define appdir %{_datadir}/applications/kde Name: kdenetwork -Version: 3.5.3 -Release: 5 +Version: 3.5.4 +Release: 0.pre1%{?dist} Summary: K Desktop Environment - Network Applications Epoch: 7 Group: Applications/Internet @@ -21,12 +21,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPL Url: http://www.kde.org -Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2 +Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-3.5.3.tar.bz2 Source1: kppp.pamd Source2: ktalk Source4: lisarc Source5: lisa.redhat +Patch10: kdenetwork-3.5.3-to-3.5.4.patch Patch0: kdenetwork-3.1-desktop.patch Patch1: kdenetwork-3.1-buildroot.patch Patch2: kde-libtool.patch @@ -73,7 +74,8 @@ Development files for kdenetwork. Install kdenetwork-devel if you wish to develop or compile KDE networking applications. %prep -%setup -q +%setup -q -n %{name}-3.5.3 +%patch10 -p0 -b .kde3.5.4 %patch0 -p1 -b .dt %patch1 -p1 -b .buildroot %patch2 -p1 -b .libtool @@ -82,8 +84,8 @@ to develop or compile KDE networking applications. %patch5 -p1 -b .libgadu-va_copy # upstream patches -%patch100 -p0 -b .setuid-check -%patch101 -p0 -b .kde#77626 +#%patch100 -p0 -b .setuid-check +#%patch101 -p0 -b .kde#77626 echo "DO_NOT_COMPILE=\"\$DO_NOT_COMPILE nowlistening\"" > kopete/plugins/nowlistening/configure.in.in @@ -227,6 +229,9 @@ rm -rf %{buildroot} %exclude %{_libdir}/libkdeinit_* %changelog +* Mon Jul 24 2006 Petr Rockai 7:3.5.4-0.pre1 +- prerelease of kde 3.5.4 (from the first-cut tag) + * Thu Jul 20 2006 Than Ngo 7:3.5.3-5 - apply upstream patches, Allow listening on all TCP ports between 1024 and 65535, kde#77626