diff --git a/.cvsignore b/.cvsignore index 3227a3d..773c2ec 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -konversation-0.19.tar.bz2 +konversation-1.0.tar.bz2 diff --git a/konversation-gcc41.patch b/konversation-gcc41.patch deleted file mode 100644 index 21b7dce..0000000 --- a/konversation-gcc41.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- konversation-0.19-orig/konversation/src/searchbar.h 2006-01-30 02:43:47.000000000 -0600 -+++ konversation-0.19/konversation/src/searchbar.h 2006-01-30 09:44:39.000000000 -0600 -@@ -55,7 +55,7 @@ - - void focusInEvent(QFocusEvent* e); - virtual void showEvent(QShowEvent* e); -- bool SearchBar::focusedChild(); -+ bool focusedChild(); - public slots: - - virtual void hide(); diff --git a/konversation.spec b/konversation.spec index ef20f0b..45146c5 100644 --- a/konversation.spec +++ b/konversation.spec @@ -1,6 +1,6 @@ Name: konversation -Version: 0.19 -Release: 3%{?dist} +Version: 1.0 +Release: 1%{?dist} Summary: Konversation is a user friendly IRC client for KDE Group: Applications/Internet @@ -12,7 +12,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdebase-devel >= 3.4, desktop-file-utils Requires: kdebase >= 3.4 -patch0: konversation-gcc41.patch %description A simple and easy to use IRC client for KDE with support for @@ -23,7 +22,6 @@ to chat windows; configurable background colors and much more %prep %setup -q -%patch0 -p1 -b .gcc41 %build unset QTDIR || : ; . /etc/profile.d/qt.sh @@ -83,6 +81,9 @@ touch --no-create %{_datadir}/icons/crystalsvg || : %changelog +* Thu Sep 14 2006 Dennis Gilmore - 1.0-1 +- Upgrade to 1.0 :) + * Sat Sep 02 2006 Dennis Gilmore - 0.19-3 - rebuild for fc6 diff --git a/sources b/sources index f229499..3f6d638 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2194967b21276315a29258ccc557c429 konversation-0.19.tar.bz2 +824bd7d2ac6a4164625dbae03d6d481e konversation-1.0.tar.bz2