rpms/konversation/FC-4 konversation-gcc41.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 konversation.spec, 1.3, 1.4 sources, 1.2, 1.3

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Mon Jan 30 16:50:03 UTC 2006


Author: ausil

Update of /cvs/extras/rpms/konversation/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21242

Modified Files:
	.cvsignore konversation.spec sources 
Added Files:
	konversation-gcc41.patch 
Log Message:
Update to 0.19


konversation-gcc41.patch:

--- NEW FILE konversation-gcc41.patch ---
--- 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();


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/konversation/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	29 Jun 2005 19:44:46 -0000	1.2
+++ .cvsignore	30 Jan 2006 16:50:03 -0000	1.3
@@ -1 +1 @@
-konversation-0.18.tar.bz2
+konversation-0.19.tar.bz2


Index: konversation.spec
===================================================================
RCS file: /cvs/extras/rpms/konversation/FC-4/konversation.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- konversation.spec	23 Oct 2005 04:56:08 -0000	1.3
+++ konversation.spec	30 Jan 2006 16:50:03 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           konversation
-Version:        0.18
-Release:        5%{?dist}
+Version:        0.19
+Release:        1%{?dist}
 Summary:        Konversation is a user friendly IRC client for KDE
 
 Group:          Applications/Internet
@@ -9,10 +9,10 @@
 Source0:        http://download.berlios.de/konversation/konversation-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  kdebase-devel  >= 3.2, desktop-file-utils
-Requires:       kdebase >= 3.2
+BuildRequires:  kdebase-devel  >= 3.4, desktop-file-utils
+Requires:       kdebase >= 3.4
 
-patch0: kdegcc4.patch
+patch0: konversation-gcc41.patch
 
 %description
 A simple and easy to use IRC client for KDE with support for
@@ -23,7 +23,7 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .gcc4
+%patch0 -p1 -b .gcc41
 
 %build
 unset QTDIR || : ; . /etc/profile.d/qt.sh
@@ -83,18 +83,25 @@
 
 
 %changelog
+* Mon Jan 30 2006 Dennis Gilmore <dennis at ausil.us> - 0.19-1
+- update to 0.19
+* Thu Dec 22 2005 Dennis Gilmore <dennis at ausil.us> - 0.18-6
+- Rebuild for gcc 4.1
 * Sat Oct 20 2005 Dennis Gilmore <dennis at ausil.us> - 0.18-5
 - add BuildRequires desktop-file-utils  http://fedoraproject.org/wiki/QAChecklist 
 - add %post and %postun scriptlets  to notify of new icons per
-touch --no-create %{_datadir}/icons/hicolor || :
 - http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#implementation_notes
+
 * Sun Jul 03 2005 Dennis Gilmore <dennis at ausil.us> - 0.18-4
 - Explicly export QT lib and include dirs  for x86_64 build issue
+
 * Tue Jun 28 2005  Dennis Gilmore <dennis at ausil.us> - 0.18-3
 - Destop-file-install,  change gcc4 patch  to configure  
   remove unneeded build deps.
+
 * Mon Jun 27 2005  Dennis Gilmore <dennis at ausil.us> - 0.18-2
 - Fix build requires,set QT, %%lang'ify LOCALE bits and HTML docs
   move automake to prep
+
 * Sat Jun 25 2005  Dennis Gilmore <dennis at ausil.us> - 0.18-1
 - Initial build


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/konversation/FC-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	29 Jun 2005 19:44:46 -0000	1.2
+++ sources	30 Jan 2006 16:50:03 -0000	1.3
@@ -1 +1 @@
-87eceaaad4223d17380cd1f8dfe8123f  konversation-0.18.tar.bz2
+2194967b21276315a29258ccc557c429  konversation-0.19.tar.bz2




More information about the fedora-extras-commits mailing list