a7755d8
Name:    kde-baseapps
a7755d8
Summary: KDE Core Applications 
592f838
Version: 4.10.5
fcdcd0b
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
Rex Dieter 89bfc8e
Source0: http://download.kde.org/%{stable}/%{version}/src/kde-baseapps-%{version}.tar.xz
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
0aeac2d
# add x-scheme-handler/http for konqueror so it can be set
0aeac2d
# as default browser in GNOME
0aeac2d
Patch5: kde-baseapps-4.9.2-konqueror-mimetyp.patch
0aeac2d
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
Rex Dieter e653296
BuildRequires: kactivities-devel >= %{version}
a7755d8
BuildRequires: kdelibs4-devel >= %{version}
Rex Dieter e653296
BuildRequires: nepomuk-core-devel >= %{version}
Rex Dieter 2e13988
BuildRequires: nepomuk-widgets-devel >= %{version}
a7755d8
%if 0%{?fedora}
a7755d8
BuildRequires: libtidy-devel
a7755d8
%endif
a7755d8
BuildRequires: pkgconfig
a7755d8
BuildRequires: pkgconfig(glib-2.0)
ef52045
BuildRequires: pkgconfig(libstreams)
a7755d8
59de7d4
Requires: kde-runtime%{?_kde4_version: >= %{_kde4_version}}
1f971fb
# for upgrade path, when konsole, kwrite were split out since 4.7.90
1f971fb
# remove unconditional or f18+ only? (bug #834137)  -- rex
Rex Dieter 1bad332
%if 0%{?fedora} < 17 && 0%{?rhel} < 7
Rex Dieter 1bad332
Requires: konsole
Rex Dieter 1bad332
Requires: kwrite
Rex Dieter 1bad332
%endif
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
%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}
1d56b54
Requires: kdelibs4-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
0aeac2d
%patch5 -p1 -b .mimetyp.patch
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
f9ffcfd
# fix documentation multilib conflict in index.cache
f9ffcfd
for f in konqueror dolphin ; do
f9ffcfd
   bunzip2 %{buildroot}%{_kde4_docdir}/HTML/en/$f/index.cache.bz2
f9ffcfd
   sed -i -e 's!name="id[a-z]*[0-9]*"!!g' %{buildroot}%{_kde4_docdir}/HTML/en/$f/index.cache
f9ffcfd
   sed -i -e 's!#id[a-z]*[0-9]*"!!g' %{buildroot}%{_kde4_docdir}/HTML/en/$f/index.cache
f9ffcfd
   bzip2 -9 %{buildroot}%{_kde4_docdir}/HTML/en/$f/index.cache
f9ffcfd
done
f9ffcfd
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}/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
592f838
* Sun Jun 30 2013 Than Ngo <than@redhat.com> - 4.10.5-1
592f838
- 4.10.5
592f838
Rex Dieter 47715f1
* Sat Jun 01 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.10.4-1
Rex Dieter 47715f1
- 4.10.4
Rex Dieter 47715f1
fcdcd0b
* Mon May 06 2013 Than Ngo <than@redhat.com> - 4.10.3-1
fcdcd0b
- 4.10.3
fcdcd0b
f9ffcfd
* Mon Apr 29 2013 Than Ngo <than@redhat.com> - 4.10.2-2
f9ffcfd
- fix multilib issue
f9ffcfd
Rex Dieter d975813
* Sun Mar 31 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.10.2-1
Rex Dieter d975813
- 4.10.2
Rex Dieter d975813
Rex Dieter 18ba46c
* Sat Mar 02 2013 Rex Dieter <rdieter@fedoraproject.org> 4.10.1-1
Rex Dieter 18ba46c
- 4.10.1
Rex Dieter 18ba46c
Rex Dieter d48d11d
* Thu Jan 31 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.10.0-1
Rex Dieter d48d11d
- 4.10.0
Rex Dieter d48d11d
Rex Dieter 9b18023
* Sun Jan 20 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.9.98-1
Rex Dieter 9b18023
- 4.9.98
Rex Dieter 9b18023
Rex Dieter 4264d80
* Fri Jan 04 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.9.97-1
Rex Dieter 4264d80
- 4.9.97
Rex Dieter 4264d80
Rex Dieter b73c70a
* Thu Dec 20 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.9.95-1
Rex Dieter b73c70a
- 4.9.95
Rex Dieter b73c70a
ed8ae8a
* Thu Dec 13 2012 Rex Dieter <rdieter@fedoraproject.org> 4.9.90-3
ed8ae8a
- Dolphin cannot start due to symbol lookup error (#886964)
ed8ae8a
Rex Dieter e653296
* Mon Dec 03 2012 Rex Dieter <rdieter@fedoraproject.org> 4.9.90-2
Rex Dieter e653296
- BR: kactivites-devel nepomuk-core-devel
Rex Dieter e653296
Rex Dieter 89bfc8e
* Mon Dec 03 2012 Rex Dieter <rdieter@fedoraproject.org> 4.9.90-1
Rex Dieter 89bfc8e
- 4.9.90 (4.10 beta2)
a679557
c40babc
* Mon Dec 03 2012 Than Ngo <than@redhat.com> - 4.9.4-1
c40babc
- 4.9.4
c40babc
Dan Vrátil 4cbd247
* Thu Nov 29 2012 Dan Vrátil <dvratil@redhat.com> - 4.9.3-2
Dan Vrátil 4cbd247
- Dolphin Solid optimizations
Dan Vrátil 4cbd247
3b629ac
* Sat Nov 03 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.9.3-1
3b629ac
- 4.9.3
3b629ac
0aeac2d
* Tue Oct 16 2012 Than Ngo <than@redhat.com> - 4.9.2-3
0aeac2d
- add x-scheme-handler/http for konqueror so it can be set as default browser in GNOME
0aeac2d
27d48a7
* Sat Sep 29 2012 Rex Dieter <rdieter@fedoraproject.org> 4.9.2-2
27d48a7
- tarball respin
27d48a7
012413f
* Fri Sep 28 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.9.2-1
012413f
- 4.9.2
012413f
b2f303e
* Tue Sep 11 2012 Rex Dieter <rdieter@fedoraproject.org> 4.9.1-2
b2f303e
- Cryptsetup crashes Dolphin on Closing of Loop Devic (#842164,kde#306167)
b2f303e
28cb4a7
* Mon Sep 03 2012 Than Ngo <than@redhat.com> - 4.9.1-1
28cb4a7
- 4.9.1
1d56b54
- drop references to kdepimlibs
28cb4a7
Lukas Tinkl 79de938
* Thu Jul 26 2012 Lukas Tinkl <ltinkl@redhat.com> - 4.9.0-1
Lukas Tinkl 79de938
- 4.9.0
Lukas Tinkl 79de938
4668122
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.8.97-2
4668122
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4668122
9146573
* Wed Jul 11 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.8.97-1
9146573
- 4.8.97
9146573
Jaroslav Reznik 5fea31e
* Wed Jun 27 2012 Jaroslav Reznik <jreznik@redhat.com> - 4.8.95-1
Jaroslav Reznik 5fea31e
- 4.8.95
Jaroslav Reznik 5fea31e
1f971fb
* Wed Jun 20 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.90-2
1f971fb
- Please remove kwrite dependency (#834137)
1f971fb
f85b8ee
* Sat Jun 09 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.8.90-1
f85b8ee
- 4.8.90
f85b8ee
Jaroslav Reznik 14589a1
* Fri Jun 01 2012 Jaroslav Reznik <jreznik@redhat.com> 4.8.80-2
Jaroslav Reznik 14589a1
- respin
Jaroslav Reznik 14589a1
6b89331
* Mon May 28 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.80-1
6b89331
- 4.8.80
6b89331
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
Rex Dieter 2351b6c
* Sun 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