diff --git a/.gitignore b/.gitignore index 5b90a71..fa126e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /konsole-4.7.2.tar.bz2 +/konsole-4.7.3.tar.bz2 diff --git a/konsole.spec b/konsole.spec index 4b17a1e..31c4888 100644 --- a/konsole.spec +++ b/konsole.spec @@ -1,6 +1,6 @@ Name: konsole Summary: KDE Terminal emulator -Version: 4.7.2 +Version: 4.7.3 Release: 1%{?dist} # sources: MIT and LGPLv2 and LGPLv2+ and GPLv2+ @@ -10,8 +10,8 @@ Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar. BuildRequires: desktop-file-utils BuildRequires: kdelibs4-devel >= %{version} -BuildRequires: libX11-devel -BuildRequires: libXrender-devel +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xrender) Requires: kdelibs4%{?_isa}%{?_kde4_version: >= %{_kde4_version}} # when split occurred @@ -62,6 +62,9 @@ desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/konsole.des %changelog +* Sat Oct 29 2011 Rex Dieter 4.7.3-1 +- 4.7.3 + * Tue Oct 04 2011 Rex Dieter 4.7.2-1 - 4.7.2 diff --git a/sources b/sources index 0a94515..a2dbcab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -21c2c5715f04fed122cd2c22142e3624 konsole-4.7.2.tar.bz2 +fdb73cc1e4b0add724f4f177f8129bf8 konsole-4.7.3.tar.bz2