a7755d8
Name:    kde-baseapps
a7755d8
Summary: KDE Core Applications 
d8f3cdf
Version: 4.8.5
Jaroslav Reznik 960f9d9
Release: 1%{?dist}
a7755d8
a7755d8
License: GPLv2
a7755d8
URL:     https://projects.kde.org/projects/kde/kde-baseapps 
Jaroslav Reznik 8acc3f5
%global revision %(echo %{version} | cut -d. -f3)
Jaroslav Reznik 8acc3f5
%if %{revision} >= 50
Jaroslav Reznik 8acc3f5
%global stable unstable
Jaroslav Reznik 8acc3f5
%else
Jaroslav Reznik 8acc3f5
%global stable stable
Jaroslav Reznik 8acc3f5
%endif
Jaroslav Reznik 88c6706
Source0: ftp://ftp.kde.org/pub/kde/%{stable}/%{version}/src/kde-baseapps-%{version}.tar.xz
a7755d8
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
a7755d8
a7755d8
## upstreamable patches
a7755d8
# search path for plugins
a7755d8
Patch0: kdebase-4.1.80-nsplugins-paths.patch
a7755d8
a7755d8
# make menuitem Home visible
a7755d8
Patch2: kdebase-4.2.1-home-icon.patch
a7755d8
a7755d8
# fix disabling automatic spell checking in the Konqueror UI (kde#228593)
a7755d8
Patch3: kdebase-4.4.0-konqueror-kde#228593.patch
a7755d8
a7755d8
# Password & User account becomes non responding
a7755d8
Patch4: kdebase-4.3.4-bz#609039-chfn-parse.patch
a7755d8
a7755d8
## upstream patches
a7755d8
a7755d8
%ifnarch s390 s390x
a7755d8
Requires: eject
a7755d8
%endif
a7755d8
a7755d8
Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
a7755d8
a7755d8
Obsoletes: kdebase < 6:4.7.97-10
a7755d8
Provides:  kdebase = 6:%{version}-%{release}
a7755d8
a7755d8
Obsoletes: kdebase4 < %{version}-%{release}
a7755d8
Provides:  kdebase4 = %{version}-%{release}
a7755d8
a7755d8
Obsoletes: d3lphin
a7755d8
Obsoletes: dolphin < 1.0.2-1
a7755d8
Provides:  dolphin = %{version}-%{release} 
a7755d8
a7755d8
Obsoletes: kde-plasma-folderview < 6:4.3.1-1
a7755d8
Provides:  kde-plasma-folderview = %{?epoch:%{epoch}:}%{version}-%{release} 
a7755d8
a7755d8
Obsoletes: konq-plugins < 4.6.80-1
a7755d8
Provides:  konq-plugins = %{version}-%{release}
a7755d8
a7755d8
Provides: konqueror = %{version}-%{release}
a7755d8
a7755d8
BuildRequires: desktop-file-utils
a7755d8
BuildRequires: kdelibs4-devel >= %{version}
a7755d8
%if 0%{?fedora}
a7755d8
BuildRequires: libtidy-devel
a7755d8
%endif
a7755d8
BuildRequires: pkgconfig
a7755d8
BuildRequires: pkgconfig(glib-2.0)
a7755d8
59de7d4
Requires: kde-runtime%{?_kde4_version: >= %{_kde4_version}}
a7755d8
# for upgrade path, when konsole, kwrite were split out
a7755d8
Requires: konsole
a7755d8
Requires: kwrite
a7755d8
a7755d8
%description
a7755d8
Core applications for KDE 4, including:
a7755d8
dolphin : File manager
a7755d8
kdepasswd : Changes a UNIX password.
a7755d8
kdialog : Nice dialog boxes from shell scripts
a7755d8
keditbookmarks : Bookmark oranizer and editor
a7755d8
kfind : File find utility
a7755d8
kfmclient : Tool for opening URLs from the command line
a7755d8
konqueror : Web browser, file manager and document viewer
a7755d8
a7755d8
%package -n kde-plasma-folderview
a7755d8
Summary: FolderView plasma applet
a7755d8
Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
a7755d8
%description -n kde-plasma-folderview
a7755d8
%{summary}.
a7755d8
a7755d8
%package libs
a7755d8
Summary: Runtime libraries for %{name}
a7755d8
Obsoletes: kdebase-libs < 6:4.7.97-10
a7755d8
Provides:  kdebase-libs < 6:%{version}-%{release}
a7755d8
Provides:  kdebase-libs%{?_isa} < 6:%{version}-%{release}
a7755d8
# lib(dolphin|konq) likely require appsdir resources, and other goodies
a7755d8
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
a7755d8
%{?_kde4_version:Requires: kdelibs4%{?_isa} >= %{_kde4_version}}
a7755d8
%{?_kde4_version:Requires: kdepimlibs%{?_isa} >= %{_kde4_version}}
a7755d8
%description libs
a7755d8
%{summary}.
a7755d8
a7755d8
%package devel
a7755d8
Summary:  Development files for %{name}
a7755d8
Obsoletes: kdebase-devel < 6:4.7.97-10
a7755d8
Provides:  kdebase-devel = 6:%{version}-%{release}
a7755d8
Obsoletes: kdebase4-devel < %{version}-%{release}
a7755d8
Provides:  kdebase4-devel = %{version}-%{release}
a7755d8
Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
a7755d8
Requires: kdelibs4-devel kdepimlibs4-devel
a7755d8
%description devel
a7755d8
%{summary}.
a7755d8
a7755d8
a7755d8
%prep
a7755d8
%setup -q -n kde-baseapps-%{version}
a7755d8
a7755d8
%patch0 -p2 -b .nsplugins-paths
a7755d8
%patch2 -p2 -b .home-icon
a7755d8
%patch3 -p2 -b .kde#228593
a7755d8
%patch4 -p2 -b .bz#631481
7dcda48
a7755d8
a7755d8
%build
a7755d8
mkdir -p %{_target_platform}
a7755d8
pushd %{_target_platform}
a7755d8
%{cmake_kde4} ..
a7755d8
popd
a7755d8
a7755d8
make %{?_smp_mflags} -C %{_target_platform}
a7755d8
a7755d8
a7755d8
%install
a7755d8
rm -rf %{buildroot}
a7755d8
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
a7755d8
a7755d8
# konquerorsu only show in KDE
a7755d8
echo 'OnlyShowIn=KDE;' >> %{buildroot}%{_kde4_datadir}/applications/kde4/konquerorsu.desktop
a7755d8
a7755d8
# create/own some dirs 
a7755d8
mkdir -p %{buildroot}%{_kde4_appsdir}/konqueror/{kpartplugins,icons,opensearch}
a7755d8
a7755d8
## unpackaged files
a7755d8
# libs for which there is no (public) api
a7755d8
rm -f %{buildroot}%{_libdir}/lib{dolphin,kbookmarkmodel_,konqueror}private.so
a7755d8
a7755d8
# move devel symlinks
a7755d8
mkdir -p %{buildroot}%{_kde4_libdir}/kde4/devel
a7755d8
pushd %{buildroot}%{_kde4_libdir}
a7755d8
for i in lib*.so
a7755d8
do
a7755d8
  case "$i" in
a7755d8
    libkonq.so|libkonqsidebarplugin.so)
a7755d8
      linktarget=`readlink "$i"`
a7755d8
      rm -f "$i"
a7755d8
      ln -sf "../../$linktarget" "kde4/devel/$i"
a7755d8
      ;;
a7755d8
    *)
a7755d8
      ;;
a7755d8
  esac
a7755d8
done
a7755d8
popd
a7755d8
a7755d8
%find_lang %{name} --all-name --with-kde --without-mo
a7755d8
a7755d8
a7755d8
%check
a7755d8
for f in %{buildroot}%{_kde4_datadir}/applications/kde4/*.desktop ; do
a7755d8
  desktop-file-validate $f
a7755d8
done
a7755d8
a7755d8
a7755d8
%clean
a7755d8
rm -rf %{buildroot}
a7755d8
a7755d8
a7755d8
%post
a7755d8
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
a7755d8
touch --no-create %{_kde4_iconsdir}/oxygen &> /dev/null ||:
a7755d8
a7755d8
%posttrans
a7755d8
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
a7755d8
gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &> /dev/null ||:
a7755d8
update-desktop-database -q &> /dev/null ||:
a7755d8
a7755d8
%postun
a7755d8
if [ $1 -eq 0 ] ; then
a7755d8
  touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
a7755d8
  touch --no-create %{_kde4_iconsdir}/oxygen &> /dev/null ||:
a7755d8
  gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
a7755d8
  gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &> /dev/null ||:
a7755d8
  update-desktop-database -q &> /dev/null ||:
a7755d8
fi
a7755d8
a7755d8
%files -f %{name}.lang
a7755d8
%doc COPYING
a7755d8
%{_kde4_bindir}/dolphin
a7755d8
%{_kde4_bindir}/fsview
a7755d8
%{_kde4_bindir}/kbookmarkmerger
a7755d8
%{_kde4_bindir}/kdepasswd
a7755d8
%{_kde4_bindir}/kdialog
a7755d8
%{_kde4_bindir}/keditbookmarks
a7755d8
%{_kde4_bindir}/kfind
a7755d8
%{_kde4_bindir}/kfmclient
a7755d8
%{_kde4_bindir}/konqueror
a7755d8
%{_kde4_bindir}/nspluginscan
a7755d8
%{_kde4_bindir}/nspluginviewer
a7755d8
%{_kde4_bindir}/servicemenudeinstallation
a7755d8
%{_kde4_bindir}/servicemenuinstallation
a7755d8
%{_kde4_datadir}/applications/kde4/Home.desktop
a7755d8
%{_kde4_datadir}/applications/kde4/dolphin.desktop
a7755d8
%{_kde4_datadir}/applications/kde4/kdepasswd.desktop
a7755d8
%{_kde4_datadir}/applications/kde4/keditbookmarks.desktop
a7755d8
%{_kde4_datadir}/applications/kde4/kfind.desktop
a7755d8
%{_kde4_datadir}/applications/kde4/kfmclient.desktop
a7755d8
%{_kde4_datadir}/applications/kde4/kfmclient_dir.desktop
a7755d8
%{_kde4_datadir}/applications/kde4/kfmclient_html.desktop
a7755d8
%{_kde4_datadir}/applications/kde4/kfmclient_war.desktop
a7755d8
%{_kde4_datadir}/applications/kde4/konqbrowser.desktop
a7755d8
%{_kde4_datadir}/applications/kde4/konquerorsu.desktop
a7755d8
%{_kde4_appsdir}/akregator/
a7755d8
%{_kde4_appsdir}/dolphin/
a7755d8
%{_kde4_appsdir}/dolphinpart/
a7755d8
%{_kde4_appsdir}/domtreeviewer/
a7755d8
%{_kde4_appsdir}/fsview/
a7755d8
%{_kde4_appsdir}/kbookmark/
a7755d8
%{_kde4_appsdir}/kcmcss/
a7755d8
%{_kde4_appsdir}/kconf_update/*
a7755d8
%{_kde4_appsdir}/kcontrol/
a7755d8
%{_kde4_appsdir}/kdm/
a7755d8
%{_kde4_appsdir}/keditbookmarks/
a7755d8
%{_kde4_appsdir}/khtml/
a7755d8
%{_kde4_appsdir}/konqsidebartng/
a7755d8
%{_kde4_appsdir}/konqueror/
a7755d8
%{_kde4_appsdir}/kwebkitpart/
a7755d8
%{_kde4_appsdir}/nsplugin/
a7755d8
%{_kde4_datadir}/config.kcfg/*
a7755d8
%{_datadir}/dbus-1/interfaces/*
a7755d8
%{_kde4_iconsdir}/hicolor/*/*/*
a7755d8
%{_kde4_iconsdir}/oxygen/*/*/*
a7755d8
%{_kde4_datadir}/kde4/services/*.desktop
a7755d8
%{_kde4_datadir}/kde4/services/*.protocol
a7755d8
%{_kde4_datadir}/kde4/services/ServiceMenus/
a7755d8
%{_kde4_datadir}/kde4/services/kded/*.desktop
a7755d8
%{_kde4_datadir}/kde4/services/useragentstrings/
a7755d8
%{_kde4_datadir}/kde4/servicetypes/*.desktop
a7755d8
%{_kde4_libdir}/kde4/*.so
a7755d8
%{_mandir}/man1/kbookmarkmerger.1.gz
a7755d8
%{_mandir}/man1/kfind.1.gz
a7755d8
%{_kde4_datadir}/autostart/konqy_preload.desktop
a7755d8
%{_kde4_configdir}/*
a7755d8
%{_kde4_datadir}/templates/*.desktop
a7755d8
%{_kde4_datadir}/templates/.source/*
a7755d8
%{_kde4_libdir}/libkdeinit4_*.so
a7755d8
a7755d8
%post libs -p /sbin/ldconfig
a7755d8
%postun libs -p /sbin/ldconfig
a7755d8
a7755d8
%files libs
a7755d8
%{_kde4_libdir}/libkbookmarkmodel_private.so.4*
a7755d8
%{_kde4_libdir}/libdolphinprivate.so.4*
a7755d8
%{_kde4_libdir}/libkonq.so.5*
a7755d8
%{_kde4_libdir}/libkonqsidebarplugin.so.4*
a7755d8
%{_kde4_libdir}/libkonquerorprivate.so.4*
a7755d8
a7755d8
%files devel
a7755d8
%{_kde4_includedir}/*.h
a7755d8
%{_kde4_libdir}/kde4/devel/libkonq.so
a7755d8
%{_kde4_libdir}/kde4/devel/libkonqsidebarplugin.so
a7755d8
a7755d8
a7755d8
%changelog
d8f3cdf
* Thu Aug 02 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.8.5-1
d8f3cdf
- 4.8.5
d8f3cdf
362d93b
* Mon Jun 04 2012 Than Ngo <than@redhat.com> - 4.8.4-1
362d93b
- 4.8.4
362d93b
Jaroslav Reznik 960f9d9
* Mon Apr 30 2012 Jaroslav Reznik <jreznik@redhat.com> - 4.8.3-1
Jaroslav Reznik 960f9d9
- 4.8.3
Jaroslav Reznik 960f9d9
- removed Dolphin timeout patch
Jaroslav Reznik 960f9d9
7dcda48
* Mon Apr 16 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.2-2
7dcda48
- dolphin keyboard search timeout improvement (kde#297458, kde#297488)
7dcda48
2ddb33d
* Fri Mar 30 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.8.2-1
2ddb33d
- 4.8.2
2ddb33d
Jaroslav Reznik 88c6706
* Mon Mar 05 2012 Jaroslav Reznik <jreznik@redhat.com> - 4.8.1-1
Jaroslav Reznik 88c6706
- 4.8.1
Jaroslav Reznik 88c6706
8135e59
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.8.0-3
8135e59
- Rebuilt for c++ ABI breakage
8135e59
8af038a
* Wed Jan 25 2012 Than Ngo <than@redhat.com> - 4.8.0-2
8af038a
- fix kde#292250, make sure that Control+click toggles the selection state
8af038a
Jaroslav Reznik 8acc3f5
* Fri Jan 20 2012 Jaroslav Reznik <jreznik@redhat.com> - 4.8.0-1
Jaroslav Reznik 8acc3f5
- 4.8.0
Jaroslav Reznik 8acc3f5
Radek Novacek 96f3b16
* Fri Jan 13 2012 Radek Novacek <rnovacek@redhat.com> 4.7.97-12
Radek Novacek 96f3b16
- Remove unnecessary BRs
Radek Novacek 96f3b16
a7755d8
* Fri Jan 13 2012 Rex Dieter <rdieter@fedoraproject.org> 6:4.7.97-11
a7755d8
- %%check: desktop-file-validate
a7755d8
- %%doc COPYING
a7755d8
- fix some errant Provides
a7755d8
a7755d8
* Wed Jan 04 2012 Rex Dieter <rdieter@fedoraproject.org> 6:4.7.97-10
a7755d8
- kdebase => kde-baseapps rename
a7755d8
a7755d8
* Wed Jan 04 2012 Rex Dieter <rdieter@fedoraproject.org> 6:4.7.97-1
a7755d8
- 4.7.97
a7755d8
a7755d8
* Wed Dec 21 2011 Radek Novacek <rnovacek@redhat.com> - 6:4.7.95-1
a7755d8
- 4.7.95
a7755d8
a7755d8
* Sun Dec 04 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.90-1
a7755d8
- 4.7.90
a7755d8
- Build with glib support (#759882)
a7755d8
a7755d8
* Mon Nov 21 2011 Jaroslav Reznik <jreznik@redhat.com> 4.7.80-1
a7755d8
- 4.7.80 (beta 1)
a7755d8
- fix conditional for kwebkitpart
a7755d8
a7755d8
* Sat Oct 29 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.3-1
a7755d8
- 4.7.3
a7755d8
- pkgconfig-style deps
a7755d8
- more kde-baseapps Provides
a7755d8
a7755d8
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6:4.7.2-3
a7755d8
- Rebuilt for glibc bug#747377
a7755d8
a7755d8
* Sat Oct 08 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.2-2
a7755d8
- rebase folderview/rename patch (kde#270414)
a7755d8
a7755d8
* Tue Oct 04 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.2-1
a7755d8
- 4.7.2
a7755d8
a7755d8
* Wed Sep 21 2011 Rex Dieter <rdieter@fedoraproject.org> 6:4.7.1-2
a7755d8
- Rename any file using folderview causes an error message (kde#270414)
a7755d8
a7755d8
* Fri Sep 02 2011 Than Ngo <than@redhat.com> - 6:4.7.1-1
a7755d8
- 4.7.1
a7755d8
a7755d8
* Tue Jul 26 2011 Jaroslav Reznik <jreznik@redhat.com> 6:4.7.0-1
a7755d8
- 4.7.0
a7755d8
a7755d8
* Fri Jul 22 2011 Rex Dieter <rdieter@fedoraproject.org> 6:4.6.95-11
a7755d8
- Requires: konsole kwrite, for upgrade path 
a7755d8
a7755d8
* Thu Jul 21 2011 Rex Dieter <rdieter@fedoraproject.org> 6:4.6.95-10
a7755d8
- drop kate, konsole, to be packaged separately.
a7755d8
- update summary to mention included apps/utilities
a7755d8
- Provides: kde-baseapps (matching new upstream tarball)
a7755d8
a7755d8
* Mon Jul 18 2011 Rex Dieter <rdieter@fedoraproject.org> 6:4.6.95-2
a7755d8
- Provides: konqueror, konsole
a7755d8
a7755d8
* Fri Jul 08 2011 Jaroslav Reznik <jreznik@redhat.com> - 6:4.6.95-1
a7755d8
- 4.6.95 (rc2)
a7755d8
a7755d8
* Mon Jun 27 2011 Than Ngo <than@redhat.com> - 6:4.6.90-1
a7755d8
- 4.6.90 (rc1)
a7755d8
a7755d8
* Wed Jun 01 2011 Radek Novacek <rnovacek@redhat.com> 6:4.6.80-1
a7755d8
- 4.6.80
a7755d8
- import separately packaged kwrite and konsole
a7755d8
- drop upstreamed patches (nsplugins_sdk_headers and nsplugins_flash)
a7755d8
- add konq-plugins
a7755d8
a7755d8
* Mon May 23 2011 Rex Dieter <rdieter@fedoraproject.org> 6:4.6.3-2
a7755d8
- nspluginviewer crashes with flash-plugin 10.3 (kde#273323)
a7755d8
a7755d8
* Thu Apr 28 2011 Rex Dieter <rdieter@fedoraproject.org> 6:4.6.3-1
a7755d8
- 4.6.3
a7755d8
a7755d8
* Wed Apr 06 2011 Than Ngo <than@redhat.com> - 6:4.6.2-1
a7755d8
- 4.6.2
a7755d8
a7755d8
* Sun Mar 06 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 6:4.6.1-3
a7755d8
- fix Dolphin regression
a7755d8
a7755d8
* Thu Mar 03 2011 Rex Dieter <rdieter@fedoraproject.org> 6:4.6.1-2
a7755d8
- respin tarball
a7755d8
a7755d8
* Mon Feb 28 2011 Rex Dieter <rdieter@fedoraproject.org> 6:4.6.1-1
a7755d8
- 4.6.1
a7755d8
a7755d8
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6:4.6.0-2
a7755d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a7755d8
a7755d8
* Fri Jan 21 2011 Jaroslav Reznik <jreznik@redhat.com> 6:4.6.0-1
a7755d8
- 4.6.0
a7755d8
a7755d8
* Wed Jan 05 2011 Jaroslav Reznik <jreznik@redhat.com> 6:4.5.95-1
a7755d8
- 4.5.95 (4.6rc2)
a7755d8
a7755d8
* Wed Dec 22 2010 Rex Dieter <rdieter@fedoraproject.org> 6:4.5.90-1
a7755d8
- 4.5.90 (4.6rc1)
a7755d8
a7755d8
* Sat Dec 04 2010 Thomas Janssen <thomasj@fedoraproject.org> 6:4.5.85-1
a7755d8
- 4.5.85 (4.6beta2)
a7755d8
a7755d8
* Mon Nov 22 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.5.80-2
a7755d8
- drop extraneous BR's
a7755d8
a7755d8
* Sat Nov 20 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.5.80-1
a7755d8
- 4.5.80 (4.6beta1)
a7755d8
a7755d8
* Fri Oct 29 2010 Than Ngo <than@redhat.com> - 6:4.5.3-1
a7755d8
- 4.5.3
a7755d8
a7755d8
* Wed Oct 13 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.5.2-2
a7755d8
- FolderView keeps sorting icons (kde#227157)
a7755d8
a7755d8
* Fri Oct 01 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.5.2-1
a7755d8
- 4.5.2
a7755d8
a7755d8
* Thu Sep 30 2010 Than Ngo <than@redhat.com> - 6:4.5.1-4
a7755d8
- Password & User account becomes non responding
a7755d8
a7755d8
* Wed Sep 29 2010 jkeating - 6:4.5.1-3
a7755d8
- Rebuilt for gcc bug 634757
a7755d8
a7755d8
* Mon Sep 20 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.5.1-2
a7755d8
- konsole minimum tab width is too wide (#632217, kde#166573)
a7755d8
a7755d8
* Fri Aug 27 2010 Jaroslav Reznik <jreznik@redhat.com> - 6:4.5.1-1
a7755d8
- 4.5.1
a7755d8
a7755d8
* Tue Aug 03 2010 Than Ngo <than@redhat.com> - 6:4.5.0-1
a7755d8
- 4.5.0
a7755d8
a7755d8
* Sat Jul 25 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.95-1
a7755d8
- 4.5 RC3 (4.4.95)
a7755d8
a7755d8
* Wed Jul 07 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.92-1
a7755d8
- 4.5 RC2 (4.4.92)
a7755d8
a7755d8
* Tue Jul 06 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.90-2
a7755d8
- update %%summary/%%description
a7755d8
- tighten deps
a7755d8
a7755d8
* Fri Jun 25 2010 Jaroslav Reznik <jreznik@redhat.com> - 6:4.4.90-1
a7755d8
- 4.5 RC1 (4.4.90)
a7755d8
a7755d8
* Mon Jun 07 2010 Jaroslav Reznik <jreznik@redhat.com> - 6:4.4.85-1
a7755d8
- 4.5 Beta 2 (4.4.85)
a7755d8
a7755d8
* Fri May 21 2010 Jaroslav Reznik <jreznik@redhat.com> - 6:4.4.80-1
a7755d8
- 4.5 Beta 1 (4.4.80)
a7755d8
a7755d8
* Sat May 01 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 6:4.4.3-2
a7755d8
- completely drop commented out konsole-session patch (fixed upstream)
a7755d8
- add backwards compatibility hack for a config option change by that patch
a7755d8
a7755d8
* Fri Apr 30 2010 Jaroslav Reznik <jreznik@redhat.com> - 6:4.4.3-1
a7755d8
- 4.4.3
a7755d8
a7755d8
* Mon Mar 29 2010 Lukas Tinkl <ltinkl@redhat.com> - 6:4.4.2-1
a7755d8
- 4.4.2
a7755d8
a7755d8
* Mon Mar 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.1-2
a7755d8
- drop kappfinder (keep option for -kappfinder subpkg)
a7755d8
- use whitelist for conflicting libs
a7755d8
- libs: Requires: %%name
a7755d8
a7755d8
* Sat Feb 27 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.1-1
a7755d8
- 4.4.1
a7755d8
a7755d8
* Fri Feb 26 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 6:4.4.0-5
a7755d8
- fix disabling automatic spell checking in the Konqueror UI (kde#228593)
a7755d8
a7755d8
* Thu Feb 25 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 6:4.4.0-4
a7755d8
- backport fix for folderview getting resorted on file creation (kde#227157)
a7755d8
a7755d8
* Wed Feb 10 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 6:4.4.0-3
a7755d8
- BR webkitpart-devel >= 0.0.5
a7755d8
a7755d8
* Wed Feb 10 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.0-2
a7755d8
- disable webkitpart support (until upstream naming/api stabilizes)
a7755d8
a7755d8
* Fri Feb 05 2010 Than Ngo <than@redhat.com> - 6:4.4.0-1
a7755d8
- 4.4.0
a7755d8
a7755d8
* Mon Feb 01 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.3.98-2
a7755d8
- remove extra spaces from konsole selections (#560721)
a7755d8
a7755d8
* Sun Jan 31 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.3.98-1
a7755d8
- KDE 4.3.98 (4.4rc3)
a7755d8
a7755d8
* Wed Jan 20 2010 Lukas Tinkl <ltinkl@redhat.com> - 4.3.95-1
a7755d8
- KDE 4.3.95 (4.4rc2)
a7755d8
a7755d8
* Wed Jan 06 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.3.90-1
a7755d8
- kde-4.3.90 (4.4rc1)
a7755d8
a7755d8
* Fri Dec 18 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.85-1
a7755d8
- kde-4.3.85 (4.4beta2)
a7755d8
a7755d8
* Wed Dec 16 2009 Jaroslav Reznik <jreznik@redhat.com> - 4.3.80-4
a7755d8
- Repositioning the KDE Brand (#547361)
a7755d8
a7755d8
* Wed Dec 09 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.80-3
a7755d8
- rebuild against Nepomuk-enabled kdelibs
a7755d8
a7755d8
* Wed Dec 09 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.80-2
a7755d8
- BR: shared-desktop-ontologies-devel
a7755d8
a7755d8
* Tue Dec 01 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.3.80-1
a7755d8
- KDE 4.4 beta1 (4.3.80)
a7755d8
a7755d8
* Tue Nov 24 2009 Ben Boeckel <MathStuf@gmail.com> - 4.3.75-0.2.svn1048496
a7755d8
- Fix webkitkde version requirement
a7755d8
a7755d8
* Sun Nov 22 2009 Ben Boeckel <MathStuf@gmail.com> - 4.3.75-0.1.svn1048496
a7755d8
- Update to 4.3.75 snapshot
a7755d8
a7755d8
* Thu Nov 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.3-4
a7755d8
- rebuild (for qt-4.6.0-rc1, f13+)
a7755d8
a7755d8
* Wed Nov 11 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.3-3
a7755d8
- allow 'Open Folder in Tabs' in Konsole to support SSH bookmarks (kde#177637)
a7755d8
  (upstream patch backported from 4.4)
a7755d8
a7755d8
* Mon Nov 09 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.3-2
a7755d8
- BR: webkitpart-devel >= 0.0.2
a7755d8
a7755d8
* Sat Oct 31 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.3-1
a7755d8
- 4.3.3
a7755d8
a7755d8
* Fri Oct 09 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.2-3
a7755d8
- backport upstream patch for bookmark editor drag&drop crash (kde#160679)
a7755d8
a7755d8
* Wed Oct 07 2009 Than Ngo <than@redhat.com> - 4.3.2-2
a7755d8
- fix Dolphin crash (regression)
a7755d8
a7755d8
* Sun Oct 04 2009 Than Ngo <than@redhat.com> - 4.3.2-1
a7755d8
- 4.3.2
a7755d8
a7755d8
* Sun Sep 27 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.1-4
a7755d8
- BR: webkitpart-devel
a7755d8
- fix Provides: kdebase4%%{?_isa} (not kdelibs)
a7755d8
a7755d8
* Sun Sep 27 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.1-3
a7755d8
- own %%_kde4_appsdir/konqueror/{kpartplugins,icons,opensearch}
a7755d8
- %%lang'ify HTML docs
a7755d8
- Provides: kdelibs4%%{?_isa} 
a7755d8
a7755d8
* Wed Sep  2 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.3.1-2
a7755d8
- fix context menus in Konsole (kdebug:186745)
a7755d8
a7755d8
* Fri Aug 28 2009 Than Ngo <than@redhat.com> - 4.3.1-1
a7755d8
- 4.3.1
a7755d8
- drop/revert kde-plasma-folderview subpkg
a7755d8
a7755d8
* Tue Aug 25 2009 Rex Dieter <rdieter@fedoraproject.org> 4.3.0-2
a7755d8
- kde-plasma-folderview subpkg
a7755d8
- %%?_isa'ify -libs deps
a7755d8
a7755d8
* Thu Jul 30 2009 Than Ngo <than@redhat.com> - 4.3.0-1
a7755d8
- 4.3.0
a7755d8
a7755d8
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6:4.2.98-2
a7755d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a7755d8
a7755d8
* Tue Jul 21 2009 Than Ngo <than@redhat.com> - 4.2.98-1
a7755d8
- 4.3rc3
a7755d8
a7755d8
* Thu Jul 09 2009 Than Ngo <than@redhat.com> - 4.2.96-1
a7755d8
- 4.3rc2
a7755d8
a7755d8
* Thu Jun 25 2009 Than Ngo <than@redhat.com> - 4.2.95-1
a7755d8
- 4.3rc1
a7755d8
a7755d8
* Wed Jun 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 6:4.2.90-1
a7755d8
- KDE-4.3 beta2 (4.2.90)
a7755d8
a7755d8
* Tue Jun 02 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 6:4.2.85-2
a7755d8
- Fedora 8 is EOL'ed, drop conditionals and cleanup the specfile
a7755d8
a7755d8
* Wed May 13 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.2.85-1
a7755d8
- KDE 4.3 beta 1
a7755d8
a7755d8
* Tue Apr 21 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.2.2-3
a7755d8
- #496447 -  fix disabling konsole's flow control
a7755d8
a7755d8
* Wed Apr 01 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.2-2
a7755d8
- optimize scriptlets
a7755d8
a7755d8
* Mon Mar 30 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.2.2-1
a7755d8
- KDE 4.2.2
a7755d8
a7755d8
* Mon Mar 09 2009 Than Ngo <than@redhat.com> - 4.2.1-3
a7755d8
- apply patch to fix regression in konsole, layout regression affecting apps
a7755d8
  using the KPart
a7755d8
a7755d8
* Wed Mar 04 2009 Than Ngo <than@redhat.com> - 4.2.1-2
a7755d8
- apply patch to fix regression in konsole, double-click selection works again
a7755d8
a7755d8
* Fri Feb 27 2009 Than Ngo <than@redhat.com> - 4.2.1-1
a7755d8
- 4.2.1
a7755d8
a7755d8
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6:4.2.0-7
a7755d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a7755d8
a7755d8
* Mon Feb 16 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.2.0-6
a7755d8
- unbreak apps like vim or mc under Konsole
a7755d8
a7755d8
* Thu Feb 12 2009 Rex Dieter <rdieter@fedorparoject.org> - 4.2.0-5
a7755d8
- avoid_kde3_services patch
a7755d8
- fix home-icon patch
a7755d8
a7755d8
* Thu Feb 12 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.2.0-4
a7755d8
- add Home icon to the Applications menu by default (#457756)
a7755d8
a7755d8
* Wed Feb 11 2009 Than Ngo <than@redhat.com> - 4.2.0-3
a7755d8
- apply patch to make dolphin working well with 4.5
a7755d8
a7755d8
* Wed Jan 28 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.0-2
a7755d8
- KDEInit could not launch '/usr/bin/konsole' (kdebug#162729)
a7755d8
a7755d8
* Thu Jan 22 2009 Than Ngo <than@redhat.com> - 4.2.0-1
a7755d8
- 4.2.0
a7755d8
a7755d8
* Wed Jan 07 2009 Than Ngo <than@redhat.com> - 4.1.96-1
a7755d8
- 4.2rc1
a7755d8
a7755d8
* Thu Dec 11 2008 Than Ngo <than@redhat.com> -  4.1.85-1
a7755d8
- 4.2beta2
a7755d8
a7755d8
* Thu Nov 27 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 6:4.1.80-4
a7755d8
- BR plasma-devel instead of kdebase-workspace-devel
a7755d8
a7755d8
* Sun Nov 23 2008 Lorenzo Villani <lvillani@binaryhelix.net> - 6:4.1.80-3
a7755d8
- rebase nsplugins-path patch
a7755d8
a7755d8
* Thu Nov 20 2008 Than Ngo <than@redhat.com>  4.1.80-2
a7755d8
- merged
a7755d8
a7755d8
* Wed Nov 19 2008 Lorenzo Villani <lvillani@binaryhelix.net> - 6:4.1.80-1
a7755d8
- 4.1.80
a7755d8
- patch100 was backported from 4.2 (4.1.6x), removed from patch list
a7755d8
- ported 4.1.2 konsole patches
a7755d8
- drop the second konsole patch (upstreamed)
a7755d8
- using make install/fast
a7755d8
- BR cmake >= 2.6.2
a7755d8
a7755d8
* Wed Nov 12 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.3-2
a7755d8
- readd kde#156636 patch (Konsole keyboard actions backport)
a7755d8
a7755d8
* Tue Nov  4 2008 Lukáš Tinkl <ltinkl@redhat.com> 4.1.3-1
a7755d8
- KDE 4.1.3
a7755d8
a7755d8
* Thu Oct 16 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.2-5
a7755d8
- backport kbd actions for switching to Nth tab in Konsole from 4.2 (kde#156636)
a7755d8
a7755d8
* Mon Oct 06 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.2-4
a7755d8
- updated konsole session management patch from Stefan Becker
a7755d8
a7755d8
* Mon Oct 06 2008 Than Ngo <than@redhat.com> 4.1.2-3
a7755d8
- bz#465451, backport konsole session management, thanks to Stefan Becker
a7755d8
a7755d8
* Mon Sep 29 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.2-2
a7755d8
- make VERBOSE=1
a7755d8
- respin against new(er) kde-filesystem
a7755d8
a7755d8
* Fri Sep 26 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.2-1
a7755d8
- 4.1.2
a7755d8
a7755d8
* Thu Sep 18 2008 Than Ngo <than@redhat.com> 4.1.1-2
a7755d8
- make bookmark silent
a7755d8
a7755d8
* Fri Aug 29 2008 Than Ngo <than@redhat.com> 4.1.1-1
a7755d8
- 4.1.1
a7755d8
a7755d8
* Fri Jul 25 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.0-1.1
a7755d8
- always check for Plasma actually being present (fixes F8 kdebase4 build)
a7755d8
a7755d8
* Wed Jul 23 2008 Than Ngo <than@redhat.com> 4.1.0-1
a7755d8
- 4.1.0
a7755d8
a7755d8
* Tue Jul 22 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.99-2
a7755d8
 respin (libraw1394)
a7755d8
a7755d8
* Fri Jul 18 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.99-1
a7755d8
- 4.0.99
a7755d8
a7755d8
* Fri Jul 11 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.98-2
a7755d8
- BR: pciutils-devel
a7755d8
a7755d8
* Thu Jul 10 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.98-1
a7755d8
- 4.0.98
a7755d8
a7755d8
* Sun Jul 06 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.85-1
a7755d8
- 4.0.85
a7755d8
a7755d8
* Fri Jun 27 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.84-1
a7755d8
- 4.0.84
a7755d8
a7755d8
* Tue Jun 24 2008 Lukáš Tinkl <ltinkl@redhat.com> - 4.0.83-2
a7755d8
- #426108: Add more directories to konqueror's default
a7755d8
  plugin search path list
a7755d8
a7755d8
* Thu Jun 19 2008 Than Ngo <than@redhat.com> 4.0.83-1
a7755d8
- 4.0.83 (beta2)
a7755d8
a7755d8
* Mon Jun 16 2008 Than Ngo <than@redhat.com> 4.0.82-2
a7755d8
- BR kdebase-workspace-devel (F9+)
a7755d8
a7755d8
* Sun Jun 15 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.82-1
a7755d8
- 4.0.82
a7755d8
a7755d8
* Tue May 27 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.80-3
a7755d8
- respun tarball from upstream
a7755d8
a7755d8
* Tue May 27 2008 Than Ngo <than@redhat.com> 4.0.80-2
a7755d8
- rebuild to fix undefined symbol issue in dolphin
a7755d8
a7755d8
* Mon May 26 2008 Than Ngo <than@redhat.com> 4.0.80-1
a7755d8
- 4.1 beta1
a7755d8
a7755d8
* Sun May 11 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.72-2
a7755d8
- quote semicolon in fix for #442834
a7755d8
- only do the echo when konquerorsu.desktop is actually shipped (#445989)
a7755d8
a7755d8
* Tue May 06 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.72-1
a7755d8
- update to 4.0.72 (4.1 alpha 1)
a7755d8
- drop backported kde#160422 and nspluginviewer patches
a7755d8
- add minimum versions to soprano-devel and strigi-devel BRs
a7755d8
a7755d8
* Fri Apr 18 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.3-9
a7755d8
- kwrite.desktop: Categories += Utility (#438786)
a7755d8
a7755d8
* Thu Apr 17 2008 Than Ngo <than@redhat.com> 4.0.3-8
a7755d8
- konquerorsu only show in KDE, #442834
a7755d8
a7755d8
* Mon Apr 14 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.3-7
a7755d8
- nspluginviewer patch (kde#160413)
a7755d8
a7755d8
* Sun Apr 06 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.3-6
a7755d8
- backport Konsole window size fixes from 4.1 (#439638, kde#160422)
a7755d8
a7755d8
* Thu Apr 03 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.3-5
a7755d8
- rebuild (again) for the fixed %%{_kde4_buildtype}
a7755d8
a7755d8
* Mon Mar 31 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.3-4
a7755d8
- add missing BR libraw1394-devel (thanks to Karsten Hopp)
a7755d8
- don't BR libusb-devel on s390 or s390x
a7755d8
a7755d8
* Mon Mar 31 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.3-3
a7755d8
- rebuild for NDEBUG and _kde4_libexecdir
a7755d8
a7755d8
* Fri Mar 28 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.3-2
a7755d8
- add Requires: kdebase-runtime oxygen-icon-theme (#438632)
a7755d8
a7755d8
* Fri Mar 28 2008 Than Ngo <than@redhat.com> 4.0.3-1
a7755d8
- 4.0.3
a7755d8
- drop fix for favicons infinite loop, it's included in new version
a7755d8
- omit multilib upgrade hacks
a7755d8
- omit extraneous BR's
a7755d8
- (re)include oxgygen/scalable icons
a7755d8
a7755d8
* Fri Feb 29 2008 Lukáš Tinkl <ltinkl@redhat.com> 4.0.2-2
a7755d8
- fix favicons infinite loop
a7755d8
a7755d8
* Thu Feb 28 2008 Than Ngo <than@redhat.com> 4.0.2-1
a7755d8
- 4.0.2
a7755d8
a7755d8
* Mon Feb 18 2008 Than Ngo <than@redhat.com> 4.0.1-4
a7755d8
- fix nsplugins hangs during login
a7755d8
a7755d8
* Mon Feb 04 2008 Than Ngo <than@redhat.com> 4.0.1-3
a7755d8
- respin
a7755d8
a7755d8
* Fri Feb 01 2008 Than Ngo <than@redhat.com> 4.0.1-2
a7755d8
- add flash fix from stable svn branch
a7755d8
a7755d8
* Thu Jan 31 2008 Than Ngo <than@redhat.com> 4.0.1-1
a7755d8
- 4.0.1
a7755d8
a7755d8
* Wed Jan 30 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.0-3
a7755d8
- resurrect -libs (f9+)
a7755d8
- improve %%description
a7755d8
a7755d8
* Sat Jan 19 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.0-2.1
a7755d8
- Obsoletes: dolphin, d3lphin, Provides: dolphin everywhere
a7755d8
a7755d8
* Tue Jan 08 2008 Rex Dieter <rdieter[AT]fedoraproject.org> 4.0.0-2
a7755d8
- respun tarball
a7755d8
a7755d8
* Mon Jan 07 2008 Than Ngo <than@redhat.com> 4.0.0-1
a7755d8
- 4.0.0
a7755d8
a7755d8
* Tue Dec 25 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-5
a7755d8
- Obsoletes: dolphin, d3lphin, Provides: dolphin (F9+)
a7755d8
a7755d8
* Fri Dec 14 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.97.0-4
a7755d8
- Obsoletes: -extras (f9+)
a7755d8
a7755d8
* Wed Dec 12 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-3
a7755d8
- rebuild for changed _kde4_includedir
a7755d8
a7755d8
* Sun Dec 09 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-2
a7755d8
- rm konsoleprofile when building as kdebase4, does nothing with KDE 3 konsole
a7755d8
a7755d8
* Thu Dec 06 2007 Than Ngo <than@redhat.com> 3.97.0-1
a7755d8
- update to 3.97.0
a7755d8
a7755d8
* Sat Dec 01 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.96.2-1
a7755d8
- merge changes from Sebastian Vahl's version:
a7755d8
  - update to 3.96.2, remove beta warnings
a7755d8
  - BR: kde-filesystem >= 4
a7755d8
  - only remove conflicts when building as kdebase4, update file list
a7755d8
  - run xdg-icon-resource forceupdate for hicolor when building as kdebase
a7755d8
- make this the default kdebase for F9 again
a7755d8
a7755d8
* Mon Nov 19 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.96.0-4
a7755d8
- don't list libkdeinit4_*.so, we remove all of them as conflicts
a7755d8
a7755d8
* Mon Nov 19 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.96.0-3
a7755d8
- remove new directory/files %{_kde4_datadir}/templates (conflict with KDE 3)
a7755d8
a7755d8
* Mon Nov 19 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.96.0-2
a7755d8
- (re)add %{_kde4_iconsdir}/oxygen/*/*/* to file list
a7755d8
a7755d8
* Mon Nov 19 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.96.0-1
a7755d8
- update to 3.96.0
a7755d8
- drop dolphin-desktop patch, fixed upstream
a7755d8
- don't list files which are now in kdebase-runtime
a7755d8
- add Requires: kdebase-runtime
a7755d8
a7755d8
* Thu Oct 25 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.94.0-2
a7755d8
- patch dolphin.desktop to get Dolphin to start from the menu
a7755d8
a7755d8
* Fri Oct 19 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.94.0-1
a7755d8
- update to 3.94.0
a7755d8
a7755d8
* Thu Oct 4 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-5
a7755d8
- don't make this the default kdebase on F9 yet
a7755d8
- drop ExcludeArch: ppc64 (#300601)
a7755d8
a7755d8
* Fri Sep 21 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-4
a7755d8
- ExcludeArch: ppc64 (#300601)
a7755d8
- update description
a7755d8
a7755d8
* Thu Sep 13 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-3
a7755d8
- add missing BR alsa-lib-devel
a7755d8
a7755d8
* Wed Sep 12 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-2
a7755d8
- remove files which conflict with KDE 3
a7755d8
- move devel symlinks to %%{_kde4_libdir}/kde4/devel/
a7755d8
- Conflicts with KDE 3 versions of dolphin pre d3lphin rename
a7755d8
a7755d8
* Wed Sep 12 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-1
a7755d8
- update to 3.93.0
a7755d8
- drop kde4home patch (no longer applied)
a7755d8
- drop KDM ConsoleKit patch (KDM is now in kdebase-workspace)
a7755d8
- remove kdebase-kdm Obsoletes/Provides (for the same reason)
a7755d8
- remove KDM (and KDM session) setup code (for the same reason)
a7755d8
- remove rss-glx conflict (Plasma is now in kdebase-workspace)
a7755d8
- remove redhat-startkde patch (startkde is now in kdebase-workspace)
a7755d8
- remove kde4-opt.sh (all the code in it is commented out)
a7755d8
- remove kde4-xdg_menu_prefix.sh (only needed for kdebase-workspace)
a7755d8
- remove bogus BRs on automake and libtool
a7755d8
- remove workspace-only BRs
a7755d8
- add BR qimageblitz-devel, xine-lib-devel (all), libxcb-devel (F8+)
a7755d8
- remove workspace files and directories
a7755d8
- handle icons (moved from kdelibs4)
a7755d8
- add mkdir %%{buildroot} in %%install
a7755d8
a7755d8
* Tue Aug 14 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.92.0-4
a7755d8
- use macros.kde4
a7755d8
- License: GPLv2
a7755d8
a7755d8
* Mon Jul 30 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.92.0-3
a7755d8
- bump rss-glx Conflicts because the conflict is still there in 0.8.1.p-7.fc8
a7755d8
- rss-glx conflict only needed if "%%{_prefix}" == "/usr"
a7755d8
- consolekit_kdm patch only needs BR dbus-devel, not ConsoleKit-devel
a7755d8
a7755d8
* Mon Jul 30 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.92.0-2
a7755d8
- consolekit_kdm patch (#228111, kde#147790)
a7755d8
- update startkde patch
a7755d8
a7755d8
* Sat Jul 28 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.92.0-1
a7755d8
- kde-3.92 (kde-4-beta1)
a7755d8
a7755d8
* Wed Jul 25 2007 Than Ngo <than@redhat.com> - 3.91.0-6
a7755d8
- fix startkde
a7755d8
- add env/shutdown directory
a7755d8
a7755d8
* Thu Jul 19 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-5
a7755d8
- kde4.desktop: fix session Name
a7755d8
a7755d8
* Tue Jul 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-4
a7755d8
- cleanup/fix kde4.desktop
a7755d8
- kdepimlibs4->kdepimlibs
a7755d8
a7755d8
* Thu Jun 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-3
a7755d8
- fix %%_sysconfdir for %%_prefix != /usr case.
a7755d8
a7755d8
* Thu Jun 28 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-2
a7755d8
- updated kde4home.diff
a7755d8
- CMAKE_BUILD_TYPE=RelWithDebInfo (we're already using %%optflags)
a7755d8
a7755d8
* Wed Jun 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-1
a7755d8
- kde-3.91.0
a7755d8
- CMAKE_BUILD_TYPE=debug
a7755d8
a7755d8
* Sat Jun 23 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.90.1-2
a7755d8
- specfile cleanup (%%prefix issues mostly)
a7755d8
a7755d8
* Sun May 13 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.90.1-1
a7755d8
- update to 3.90.1
a7755d8
- bump cmake BR to 2.4.5 as required upstream now
a7755d8
- don't set execute bits by hand anymore, cmake has been fixed
a7755d8
- use multilibs in /opt/kde4
a7755d8
- add BR openssl-devel, NetworkManager-devel, bluez-libs-devel
a7755d8
- add explicit BRs on strigi-devel, zlib-devel, bzip2-devel, libpng-devel
a7755d8
  in case we want to drop the Rs on these from kdelibs4-devel
a7755d8
- consistently add all BRs as -devel Rs, not just almost all, until we can
a7755d8
  figure out which, if any, are really needed
a7755d8
- BR libsmbclient-devel instead of samba on F>=7, EL>=6
a7755d8
a7755d8
* Fri Mar 23 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.3-4
a7755d8
- restore minimum version requirement for cmake
a7755d8
- build against libxklavier on EL5
a7755d8
- don't set QT4DIR and PATH anymore, qdbuscpp2xml has been fixed
a7755d8
a7755d8
* Mon Mar 05 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.80.3-3
a7755d8
- +eXecute perms for %%{_prefix}/lib/*
a7755d8
a7755d8
* Fri Feb 23 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.3-2
a7755d8
- rebuild for patched FindKDE4Internal.cmake
a7755d8
a7755d8
* Wed Feb 21 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.3-1
a7755d8
- update to 3.80.3
a7755d8
- update and improve parallel-installability patch
a7755d8
- drop obsolete joydevice.h patch
a7755d8
- remove translations of "KDE" without the "4" from kde4.desktop
a7755d8
- resync BR and -devel Requires
a7755d8
- don't set LD_LIBRARY_PATH
a7755d8
- set QT4DIR and PATH so CMake's direct $QT4DIR/qdbuscpp2xml calls work
a7755d8
- fix missing underscore in _datadir
a7755d8
- install kde4.desktop in install, not prep
a7755d8
- fix invalid syntax in kde4.desktop
a7755d8
a7755d8
* Wed Nov 29 2006 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 3.80.2-0.3.20061003svn
a7755d8
- dropped -DCMAKE_SKIP_RPATH=TRUE from cmake
a7755d8
- compiling with QA_RPATHS=0x0003; export QA_RPATHS
a7755d8
a7755d8
* Sun Nov 26 2006 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 3.80.2-0.2.20061003svn
a7755d8
- parallel build support
a7755d8
- added -DCMAKE_SKIP_RPATH=TRUE to cmake to skip rpath
a7755d8
- dropped qt4-devel >= 4.2.0, kdelibs4-devel as BR
a7755d8
- spec file cleanups and added clean up in %%install
a7755d8
- fixed PATH for libkdecore.so.5; cannot open shared object file;
a7755d8
- added Logitech mouse support
a7755d8
- added dbus-devel, hal-devel and more as BR
a7755d8
- fixed broken joydevice.h - Kevin Kofler
a7755d8
- added file kde4.desktop
a7755d8
a7755d8
* Sun Oct 08 2006 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.2-0.1.20061003svn
a7755d8
- first Fedora RPM (parts borrowed from the OpenSUSE kdebase 4 RPM and the Fedora kdebase 3 RPM)
a7755d8
- apply parallel-installability patch