2012-07-11 17:37:54 +00:00
|
|
|
%define attica_ver 0.4.0
|
|
|
|
%define dbusmenu_qt_ver 0.9.0
|
|
|
|
%define phonon_ver 4.6.0
|
|
|
|
%define qt4_ver 4.8.1
|
|
|
|
%define shared_desktop_ontologies_ver 0.10.0
|
|
|
|
%define soprano_ver 2.8.0
|
|
|
|
%define strigi_ver 0.7.7
|
2012-11-02 20:18:07 +00:00
|
|
|
%define apidocs 1
|
2010-08-27 22:40:51 +00:00
|
|
|
# to build/include QCH apidocs or not (currently broken)
|
|
|
|
#define apidocs_qch 1
|
2011-08-30 08:54:52 +00:00
|
|
|
%if 0%{?fedora} && 0%{?fedora} > 16
|
2011-08-21 02:21:13 +00:00
|
|
|
%define libplasma_pk 1
|
|
|
|
%endif
|
2012-04-16 18:16:03 +00:00
|
|
|
%if 0%{?rhel} > 6 || 0%{?fedora} > 17
|
2012-04-16 18:15:47 +00:00
|
|
|
%define udisks udisks2
|
|
|
|
%else
|
|
|
|
%define udisks udisks
|
|
|
|
%endif
|
2009-11-14 15:50:57 +00:00
|
|
|
|
2011-08-30 08:54:52 +00:00
|
|
|
%global phonon_version %(pkg-config --modversion phonon 2>/dev/null || echo %{phonon_ver})
|
|
|
|
%global shared_desktop_ontologies_version %(pkg-config --modversion shared-desktop-ontologies 2>/dev/null || echo %{shared_desktop_ontologies_ver})
|
|
|
|
%global soprano_version %(pkg-config --modversion soprano 2>/dev/null || echo %{soprano_ver})
|
|
|
|
%global strigi_version %(pkg-config --modversion libstreams 2>/dev/null || echo %{strigi_ver})
|
2011-09-02 10:39:48 +00:00
|
|
|
%global dbusmenu_qt_version %(pkg-config --modversion dbusmenu-qt 2>/dev/null || echo %{dbusmenu_qt_ver})
|
2011-08-30 08:54:52 +00:00
|
|
|
|
2009-12-16 11:17:12 +00:00
|
|
|
Summary: KDE Libraries
|
2012-12-03 15:52:35 +00:00
|
|
|
Version: 4.9.4
|
2012-12-12 20:32:31 +00:00
|
|
|
Release: 5%{?dist}
|
2004-09-09 06:57:53 +00:00
|
|
|
|
2007-08-06 09:46:35 +00:00
|
|
|
Name: kdelibs
|
|
|
|
Epoch: 6
|
2007-12-01 19:43:21 +00:00
|
|
|
Obsoletes: kdelibs4 < %{version}-%{release}
|
|
|
|
Provides: kdelibs4 = %{version}-%{release}
|
2009-03-19 12:17:23 +00:00
|
|
|
%{?_isa:Provides: kdelibs4%{?_isa} = %{version}-%{release}}
|
2007-07-20 13:12:20 +00:00
|
|
|
|
2009-07-16 20:16:57 +00:00
|
|
|
# http://techbase.kde.org/Policies/Licensing_Policy
|
|
|
|
License: LGPLv2+
|
2007-12-01 19:43:21 +00:00
|
|
|
URL: http://www.kde.org/
|
2011-12-02 03:20:01 +00:00
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
%if %{revision} >= 50
|
|
|
|
%global stable unstable
|
|
|
|
%else
|
|
|
|
%global stable stable
|
|
|
|
%endif
|
2012-08-12 17:04:56 +00:00
|
|
|
Source0: http://download.kde.org/%{stable}/%{version}/src/kdelibs-%{version}.tar.xz
|
2007-12-01 19:43:21 +00:00
|
|
|
|
2008-09-13 15:48:34 +00:00
|
|
|
BuildRequires: kde4-macros(api) >= 2
|
2009-01-09 15:43:38 +00:00
|
|
|
BuildRequires: kde-filesystem >= 4-23
|
2011-08-21 00:51:08 +00:00
|
|
|
# for the RPM dependency generators
|
|
|
|
BuildRequires: kde-settings
|
2010-06-08 15:35:13 +00:00
|
|
|
BuildRequires: docbook-dtds docbook-style-xsl
|
2010-08-26 18:20:51 +00:00
|
|
|
Requires: ca-certificates
|
2010-08-11 20:44:05 +00:00
|
|
|
Requires: dbusmenu-qt%{?_isa} >= %{dbusmenu_qt_version}
|
2010-06-08 15:35:13 +00:00
|
|
|
Requires: docbook-dtds docbook-style-xsl
|
2007-05-17 15:19:44 +00:00
|
|
|
Requires: hicolor-icon-theme
|
2009-01-09 15:43:38 +00:00
|
|
|
Requires: kde-filesystem >= 4-23
|
2007-12-01 19:43:21 +00:00
|
|
|
Requires: kde-settings
|
|
|
|
%{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api} }
|
2010-03-09 19:41:21 +00:00
|
|
|
Requires: %{name}-common = %{epoch}:%{version}-%{release}
|
2008-01-19 15:55:33 +00:00
|
|
|
Requires: hunspell
|
2012-08-12 17:04:56 +00:00
|
|
|
# https://git.reviewboard.kde.org/r/103028/
|
|
|
|
Requires: media-player-info
|
2011-06-28 14:20:28 +00:00
|
|
|
# beware of possible bootstrapping problems
|
2012-08-12 17:04:56 +00:00
|
|
|
# moved back to kde-runtime
|
2011-06-28 14:20:28 +00:00
|
|
|
#Requires: oxygen-icon-theme >= %{version}
|
2010-02-09 21:18:41 +00:00
|
|
|
Requires: phonon%{?_isa} >= %{phonon_version}
|
2011-06-02 16:45:32 +00:00
|
|
|
Requires: shared-desktop-ontologies >= %{shared_desktop_ontologies_version}
|
2010-03-09 19:41:21 +00:00
|
|
|
Requires: shared-mime-info
|
2010-02-09 20:58:08 +00:00
|
|
|
Requires: soprano%{?_isa} >= %{soprano_version}
|
2010-02-09 21:18:41 +00:00
|
|
|
Requires: strigi-libs%{?_isa} >= %{strigi_version}
|
2007-12-01 19:43:21 +00:00
|
|
|
|
2010-11-20 18:57:38 +00:00
|
|
|
# make kdelibs-devel parallel-installable with kdelibs3-devel
|
|
|
|
Patch0: kdelibs-4.5.80-parallel_devel.patch
|
2011-06-28 08:02:02 +00:00
|
|
|
|
2007-12-01 19:43:21 +00:00
|
|
|
# fix kde#149705
|
2009-05-14 16:03:07 +00:00
|
|
|
Patch2: kdelibs-4.2.85-kde149705.patch
|
2011-06-28 08:02:02 +00:00
|
|
|
|
2008-03-06 04:21:20 +00:00
|
|
|
# install all .css files and Doxyfile.global in kdelibs-common to build
|
|
|
|
# kdepimlibs-apidocs against
|
2010-01-06 19:50:19 +00:00
|
|
|
Patch8: kdelibs-4.3.90-install_all_css.patch
|
2011-06-28 08:02:02 +00:00
|
|
|
|
2008-03-07 20:57:11 +00:00
|
|
|
# add Fedora/V-R to KHTML UA string
|
2011-05-27 12:57:55 +00:00
|
|
|
Patch9: kdelibs-4.6.80-branding.patch
|
2011-06-28 08:02:02 +00:00
|
|
|
|
2008-03-10 00:23:52 +00:00
|
|
|
# don't cache kdeglobals paths because they change after profile directories
|
|
|
|
# are loaded from kde4rc
|
2008-11-20 10:22:49 +00:00
|
|
|
Patch10: kdelibs-4.1.72-no-cache-kdeglobals-paths.patch
|
2011-06-28 08:02:02 +00:00
|
|
|
|
2011-05-10 15:40:28 +00:00
|
|
|
# adds the Administration menu from redhat-menus which equals System + Settings
|
|
|
|
# This prevents the stuff getting listed twice, under both System and Settings.
|
2008-08-23 07:48:48 +00:00
|
|
|
Patch12: kdelibs-4.1.0-xdg-menu.patch
|
2011-06-28 08:02:02 +00:00
|
|
|
|
2008-03-31 16:24:53 +00:00
|
|
|
# patch KStandardDirs to use %{_libexecdir}/kde4 instead of %{_libdir}/kde4/libexec
|
2012-01-19 12:56:05 +00:00
|
|
|
Patch14: kdelibs-4.8.0-libexecdir.patch
|
2011-06-28 08:02:02 +00:00
|
|
|
|
2010-05-16 17:01:13 +00:00
|
|
|
# kstandarddirs changes: search /etc/kde, find %{_kde4_libexecdir}
|
2011-06-28 08:02:02 +00:00
|
|
|
Patch18: kdelibs-4.6.90-kstandarddirs.patch
|
|
|
|
|
|
|
|
# set build type
|
2008-11-20 10:22:49 +00:00
|
|
|
Patch20: kdelibs-4.1.70-cmake.patch
|
2011-06-28 08:02:02 +00:00
|
|
|
|
2010-02-01 20:01:45 +00:00
|
|
|
# die rpath die, since we're using standard paths, we can avoid
|
|
|
|
# this extra hassle (even though cmake is *supposed* to not add standard
|
|
|
|
# paths (like /usr/lib64) already! With this, we can drop
|
|
|
|
# -DCMAKE_SKIP_RPATH:BOOL=ON (finally)
|
2010-11-21 00:23:22 +00:00
|
|
|
Patch27: kdelibs-4.5.80-no_rpath.patch
|
2008-04-04 12:13:52 +00:00
|
|
|
|
2011-08-21 02:10:16 +00:00
|
|
|
## libplasma PackageKit integration
|
|
|
|
# Add an API (currently private) for installing missing Plasma engines.
|
|
|
|
# https://git.reviewboard.kde.org/r/102175/
|
|
|
|
Patch40: 0001-Add-an-API-currently-private-for-installing-missing-.patch
|
2011-08-30 08:54:52 +00:00
|
|
|
|
2011-08-21 02:10:16 +00:00
|
|
|
# Trigger installation of missing components when installing a package.
|
|
|
|
# https://git.reviewboard.kde.org/r/102291/
|
|
|
|
Patch41: 0002-Trigger-installation-of-missing-components-when-inst.patch
|
2011-08-30 08:54:52 +00:00
|
|
|
|
2011-08-21 02:10:16 +00:00
|
|
|
# Implement automatic scanning of source code for required data engines.
|
|
|
|
# https://git.reviewboard.kde.org/r/102350/
|
|
|
|
Patch42: 0003-Implement-automatic-scanning-of-source-code-for-requ.patch
|
2011-08-30 08:54:52 +00:00
|
|
|
|
2012-04-17 20:10:28 +00:00
|
|
|
# make forcefully hal-free build
|
|
|
|
Patch45: kdelibs-4.7.3-halectomy.patch
|
|
|
|
|
2012-10-29 17:26:23 +00:00
|
|
|
# udisks2 Solid backend
|
2012-04-17 20:10:28 +00:00
|
|
|
Patch47: kdelibs-udisks2-backend.patch
|
|
|
|
|
2012-12-12 20:32:31 +00:00
|
|
|
# limit solid qDebug spam
|
|
|
|
# http://bugzilla.redhat.com/882731
|
|
|
|
# TODO: could make uptreamable and conditional only on Release-type builds
|
|
|
|
Patch49: kdelibs-solid_qt_no_debug_output.patch
|
2012-11-29 15:10:08 +00:00
|
|
|
|
2010-08-27 16:06:49 +00:00
|
|
|
## upstreamable
|
2011-09-06 16:37:09 +00:00
|
|
|
# knewstuff2 variant of:
|
|
|
|
# https://git.reviewboard.kde.org/r/102439/
|
|
|
|
Patch50: kdelibs-4.7.0-knewstuff2_gpg2.patch
|
2011-08-30 08:54:52 +00:00
|
|
|
|
2011-04-25 19:04:48 +00:00
|
|
|
# https://bugs.kde.org/show_bug.cgi?id=269045
|
|
|
|
# https://git.reviewboard.kde.org/r/101231/
|
2011-04-25 19:18:47 +00:00
|
|
|
Patch51: kdelibs-4.6.2-uri_mimetypes.patch
|
2011-08-30 08:54:52 +00:00
|
|
|
|
2011-12-02 01:43:03 +00:00
|
|
|
# Toggle solid upnp support at runtime via env var SOLID_UPNP=1 (disabled by default)
|
|
|
|
Patch52: kdelibs-4.7.4-SOLID_UPNP.patch
|
|
|
|
|
2011-12-06 16:42:41 +00:00
|
|
|
# add s390/s390x support in kjs
|
|
|
|
Patch53: kdelibs-4.7.2-kjs-s390.patch
|
|
|
|
|
2012-07-12 12:33:20 +00:00
|
|
|
# return valid locale (RFC 1766)
|
|
|
|
Patch54: kdelibs-4.8.4-kjs-locale.patch
|
|
|
|
|
2012-10-02 12:16:30 +00:00
|
|
|
# patch FindSamba.cmake to find samba4 libs (using pkg-config hints)
|
2012-10-14 23:44:36 +00:00
|
|
|
# https://git.reviewboard.kde.org/r/106861/
|
2012-10-02 12:16:30 +00:00
|
|
|
Patch55: kdelibs-4.9.2-FindSamba_samba4.patch
|
|
|
|
|
2012-09-22 16:42:15 +00:00
|
|
|
# backport FindKipi.cmake from Digikam SC 3.0.0-beta1 for libkipi 2 (kde#307213)
|
|
|
|
Patch56: kdelibs-4.9.1-FindKipi-libkipi2.patch
|
|
|
|
|
2012-10-08 16:12:12 +00:00
|
|
|
# cmake/python3 love, see # https://bugs.kde.org/show_bug.cgi?id=275919
|
2012-10-08 19:22:57 +00:00
|
|
|
# see also http://git.reviewboard.kde.org/r/106707/
|
2012-11-02 19:47:02 +00:00
|
|
|
# reviewboard finished, double check if these remaining patches are still
|
|
|
|
# required or not -- rex
|
2012-10-08 16:12:12 +00:00
|
|
|
Patch58: kdelibs-cmake_python3.patch
|
|
|
|
|
2012-11-29 14:54:46 +00:00
|
|
|
# make filter working
|
2012-11-29 15:03:24 +00:00
|
|
|
Patch59: kdelibs-4.9.3-kcm_ssl.patch
|
2012-11-29 14:54:46 +00:00
|
|
|
|
2012-04-30 08:01:59 +00:00
|
|
|
## upstream
|
2012-12-06 10:43:10 +00:00
|
|
|
Patch100: 0001-Revert-Also-check-parent-mimetypes-in-protocolForArc.patch
|
2012-12-06 12:22:05 +00:00
|
|
|
Patch101: 0001-Fix-crash-when-no-service-was-selected-user-clicked-.patch
|
2010-03-20 13:17:07 +00:00
|
|
|
|
|
|
|
## security fix
|
|
|
|
# Not Upstreamed? why not ? -- Rex
|
2009-09-04 12:22:13 +00:00
|
|
|
Patch200: kdelibs-4.3.1-CVE-2009-2702.patch
|
|
|
|
|
2012-05-04 11:19:51 +00:00
|
|
|
# rhel patches
|
|
|
|
Patch300: kdelibs-4.8.3-webkit.patch
|
2012-12-04 17:02:25 +00:00
|
|
|
Patch301: kdelibs-4.9.3-dot.patch
|
2012-05-04 11:19:51 +00:00
|
|
|
|
2012-07-12 17:24:57 +00:00
|
|
|
# kmailservice moved here
|
|
|
|
Conflicts: kdelibs3 < 3.5.10-38
|
2011-01-25 21:34:50 +00:00
|
|
|
|
2010-07-21 13:57:25 +00:00
|
|
|
BuildRequires: qt4-devel >= %{qt4_ver}
|
2012-05-04 11:19:51 +00:00
|
|
|
%if 0%{?fedora}
|
2011-09-22 16:35:19 +00:00
|
|
|
BuildRequires: pkgconfig(QtWebKit)
|
2012-05-04 11:19:51 +00:00
|
|
|
%endif
|
2010-07-21 13:57:25 +00:00
|
|
|
%{?_qt4_version:Requires: qt4%{?_isa} >= %{_qt4_version}}
|
2007-12-01 19:43:21 +00:00
|
|
|
Requires: xdg-utils
|
2011-05-10 15:40:28 +00:00
|
|
|
Requires: redhat-menus
|
2009-03-23 16:41:02 +00:00
|
|
|
Requires(post): /sbin/ldconfig
|
|
|
|
Requires(postun): /sbin/ldconfig
|
2004-09-09 07:03:26 +00:00
|
|
|
|
2009-01-26 17:08:28 +00:00
|
|
|
BuildRequires: automoc4 >= 0.9.88
|
2009-11-06 00:17:18 +00:00
|
|
|
BuildRequires: bison flex
|
2007-12-01 19:43:21 +00:00
|
|
|
BuildRequires: bzip2-devel
|
2010-04-15 12:01:40 +00:00
|
|
|
BuildRequires: cmake >= 2.6.4
|
2007-12-01 19:43:21 +00:00
|
|
|
BuildRequires: cups-devel cups
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: giflib-devel
|
2010-11-20 21:52:39 +00:00
|
|
|
BuildRequires: grantlee-devel
|
2011-07-20 16:01:55 +00:00
|
|
|
BuildRequires: herqq-devel
|
2007-12-01 19:43:21 +00:00
|
|
|
BuildRequires: krb5-devel
|
|
|
|
BuildRequires: libacl-devel libattr-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libpng-devel
|
2009-08-26 17:17:40 +00:00
|
|
|
BuildRequires: libutempter-devel
|
2011-09-22 16:35:19 +00:00
|
|
|
BuildRequires: pkgconfig(alsa)
|
|
|
|
BuildRequires: pkgconfig(avahi-core)
|
|
|
|
BuildRequires: pkgconfig(dbusmenu-qt)
|
|
|
|
BuildRequires: pkgconfig(enchant)
|
|
|
|
BuildRequires: pkgconfig(gamin)
|
|
|
|
BuildRequires: pkgconfig(jasper)
|
|
|
|
BuildRequires: pkgconfig(libattica) >= %{attica_ver}
|
|
|
|
BuildRequires: pkgconfig(liblzma)
|
|
|
|
BuildRequires: pkgconfig(libpcre)
|
|
|
|
BuildRequires: pkgconfig(libstreams) >= %{strigi_ver}
|
|
|
|
BuildRequires: pkgconfig(libudev)
|
|
|
|
BuildRequires: pkgconfig(libxslt) pkgconfig(libxml-2.0)
|
|
|
|
BuildRequires: pkgconfig(OpenEXR)
|
|
|
|
BuildRequires: pkgconfig(openssl)
|
|
|
|
BuildRequires: pkgconfig(phonon) >= %{phonon_ver}
|
|
|
|
BuildRequires: pkgconfig(polkit-qt-1)
|
|
|
|
BuildRequires: pkgconfig(qca2)
|
|
|
|
BuildRequires: pkgconfig(shared-desktop-ontologies) >= %{shared_desktop_ontologies_ver}
|
2012-07-21 22:49:44 +00:00
|
|
|
BuildRequires: pkgconfig(shared-mime-info)
|
2011-09-22 16:35:19 +00:00
|
|
|
BuildRequires: pkgconfig(soprano) >= %{soprano_ver}
|
2012-07-21 22:49:44 +00:00
|
|
|
BuildRequires: pkgconfig(zlib)
|
2008-10-17 17:49:41 +00:00
|
|
|
# extra X deps (seemingly needed and/or checked-for by most kde4 buildscripts)
|
2012-07-21 22:49:44 +00:00
|
|
|
%define x_deps pkgconfig(sm) pkgconfig(xcomposite) pkgconfig(xdamage) pkgconfig(xkbfile) pkgconfig(xpm) pkgconfig(xproto) pkgconfig(xscrnsaver) pkgconfig(xtst) pkgconfig(xv) pkgconfig(xxf86misc)
|
2007-12-01 19:43:21 +00:00
|
|
|
%{?x_deps:BuildRequires: %{x_deps}}
|
2007-10-30 12:46:46 +00:00
|
|
|
|
2012-04-16 18:15:47 +00:00
|
|
|
Requires: %{?udisks} upower
|
2010-11-26 22:22:53 +00:00
|
|
|
|
2008-07-12 20:55:44 +00:00
|
|
|
%if 0%{?apidocs}
|
2010-05-23 19:55:19 +00:00
|
|
|
BuildRequires: docbook-dtds
|
2008-03-05 22:08:50 +00:00
|
|
|
BuildRequires: doxygen
|
2008-03-05 22:56:55 +00:00
|
|
|
BuildRequires: graphviz
|
2011-02-26 20:56:58 +00:00
|
|
|
# should probably do something about removing this one, it's quite huge'ish -- Rex
|
2008-03-05 22:08:50 +00:00
|
|
|
BuildRequires: qt4-doc
|
|
|
|
%endif
|
|
|
|
|
2012-07-21 22:49:44 +00:00
|
|
|
Provides: katepart = %{version}-%{release}
|
|
|
|
Provides: katepart%{?_isa} = %{version}-%{release}
|
2009-03-18 13:23:04 +00:00
|
|
|
Provides: kross(javascript) = %{version}-%{release}
|
|
|
|
Provides: kross(qtscript) = %{version}-%{release}
|
|
|
|
|
2010-03-24 18:50:06 +00:00
|
|
|
|
2004-09-09 06:52:50 +00:00
|
|
|
%description
|
2009-12-16 16:05:23 +00:00
|
|
|
Libraries for KDE 4.
|
2004-09-09 06:52:50 +00:00
|
|
|
|
2007-12-17 17:59:59 +00:00
|
|
|
%package common
|
|
|
|
Summary: Common files for KDE 3 and KDE 4 libraries
|
2010-12-10 19:09:15 +00:00
|
|
|
# some files moved kdebase-runtime -> here
|
|
|
|
Conflicts: kdebase-runtime < 4.5.80
|
2007-12-17 17:59:59 +00:00
|
|
|
%description common
|
|
|
|
This package includes the common files for the KDE 3 and KDE 4 libraries.
|
|
|
|
|
2004-09-09 06:52:50 +00:00
|
|
|
%package devel
|
2007-12-01 19:43:21 +00:00
|
|
|
Summary: Header files for compiling KDE 4 applications
|
2008-11-20 17:24:05 +00:00
|
|
|
Provides: plasma-devel = %{version}-%{release}
|
2011-09-28 19:54:40 +00:00
|
|
|
Provides: nepomuk-devel = %{version}-%{release}
|
2007-07-20 13:12:20 +00:00
|
|
|
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
2007-12-01 19:43:21 +00:00
|
|
|
Obsoletes: kdelibs4-devel < %{version}-%{release}
|
|
|
|
Provides: kdelibs4-devel = %{version}-%{release}
|
2012-07-21 22:49:44 +00:00
|
|
|
Provides: kdelibs4-devel%{?_isa} = %{version}-%{release}
|
2009-01-26 17:08:28 +00:00
|
|
|
Requires: automoc4 >= 0.9.88
|
2010-04-15 12:01:40 +00:00
|
|
|
Requires: cmake >= 2.6.4
|
2011-09-28 19:54:40 +00:00
|
|
|
Requires: pkgconfig(libattica) >= %{attica_ver}
|
2011-09-22 16:35:19 +00:00
|
|
|
Requires: pkgconfig(openssl)
|
|
|
|
Requires: pkgconfig(phonon)
|
2010-01-06 23:04:53 +00:00
|
|
|
# considered part of nepomuk-devel
|
2011-09-22 16:35:19 +00:00
|
|
|
Requires: pkgconfig(shared-desktop-ontologies) pkgconfig(soprano)
|
2009-12-19 01:17:35 +00:00
|
|
|
Requires: qt4-devel
|
2012-05-04 11:19:51 +00:00
|
|
|
%if 0%{?fedora}
|
|
|
|
Requires: pkgconfig(QtWebKit)
|
|
|
|
%endif
|
2007-12-01 19:43:21 +00:00
|
|
|
%{?x_deps:Requires: %{x_deps}}
|
2009-11-24 15:24:36 +00:00
|
|
|
|
2004-09-09 06:52:50 +00:00
|
|
|
%description devel
|
|
|
|
This package includes the header files you will need to compile
|
2007-12-01 19:43:21 +00:00
|
|
|
applications for KDE 4.
|
2006-01-18 15:41:35 +00:00
|
|
|
|
2008-03-05 21:39:51 +00:00
|
|
|
%package apidocs
|
|
|
|
Summary: KDE 4 API documentation
|
2008-03-28 18:14:45 +00:00
|
|
|
Requires: kde-filesystem
|
2008-03-05 21:39:51 +00:00
|
|
|
Provides: kdelibs4-apidocs = %{version}-%{release}
|
2010-02-02 17:05:41 +00:00
|
|
|
BuildArch: noarch
|
2008-03-05 21:39:51 +00:00
|
|
|
|
|
|
|
%description apidocs
|
|
|
|
This package includes the KDE 4 API documentation in HTML
|
|
|
|
format for easy browsing.
|
|
|
|
|
2010-08-18 03:16:20 +00:00
|
|
|
%package apidocs-qch
|
|
|
|
Summary: KDE 4 API documentation for Qt Assistant
|
|
|
|
# Directory ownership (%{_qt4_docdir}/qch)
|
|
|
|
Requires: qt4
|
|
|
|
Provides: kdelibs4-apidocs-qch = %{version}-%{release}
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description apidocs-qch
|
|
|
|
This package includes the KDE 4 API documentation in Qt Assistant QCH
|
|
|
|
format for use with the Qt 4 Assistant or KDevelop 4.
|
|
|
|
|
2004-09-09 06:52:50 +00:00
|
|
|
|
|
|
|
%prep
|
2011-07-25 13:49:09 +00:00
|
|
|
%setup -q -n kdelibs-%{version}
|
2011-05-31 08:30:41 +00:00
|
|
|
|
2008-10-17 21:33:08 +00:00
|
|
|
%patch0 -p1 -b .parallel_devel
|
|
|
|
%patch2 -p1 -b .kde149705
|
2010-01-06 19:50:19 +00:00
|
|
|
%patch8 -p1 -b .install_all_css
|
2008-03-07 20:57:11 +00:00
|
|
|
%patch9 -p1 -b .branding
|
2010-10-08 12:24:07 +00:00
|
|
|
# add release version as part of branding (suggested by cailon)
|
|
|
|
sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanager.cpp
|
2008-03-28 14:01:27 +00:00
|
|
|
%patch12 -p1 -b .Administration-menu
|
2008-03-31 16:24:53 +00:00
|
|
|
%patch14 -p1 -b .libexecdir
|
2008-05-22 18:44:00 +00:00
|
|
|
%patch18 -p1 -b .kstandarddirs
|
2008-12-15 14:19:47 +00:00
|
|
|
%patch20 -p1 -b .xxcmake
|
2010-02-01 20:01:45 +00:00
|
|
|
%patch27 -p1 -b .no_rpath
|
2008-03-28 18:14:45 +00:00
|
|
|
|
2011-08-21 02:10:16 +00:00
|
|
|
# libplasma PackageKit integration
|
2011-08-21 02:21:13 +00:00
|
|
|
%if 0%{?libplasma_pk}
|
2011-08-21 02:10:16 +00:00
|
|
|
%patch40 -p1 -b .libplasma-pk-0001
|
|
|
|
%patch41 -p1 -b .libplasma-pk-0002
|
|
|
|
%patch42 -p1 -b .libplasma-pk-0003
|
|
|
|
%endif
|
|
|
|
|
2012-04-17 20:10:28 +00:00
|
|
|
%if "%{?udisks}" == "udisks2"
|
2012-09-04 20:58:12 +00:00
|
|
|
%patch47 -p1 -b .udisks2backend
|
2012-12-12 20:32:31 +00:00
|
|
|
%patch49 -p1 -b .solid_qt_no_debug_output
|
2012-04-17 20:10:28 +00:00
|
|
|
%else
|
|
|
|
%patch45 -p1 -b .halectomy
|
|
|
|
%endif
|
|
|
|
|
2010-01-27 17:07:20 +00:00
|
|
|
# upstreamable patches
|
2011-09-06 16:37:09 +00:00
|
|
|
%patch50 -p1 -b .knewstuff2_gpg2
|
2011-04-25 19:04:48 +00:00
|
|
|
%patch51 -p1 -b .uri_mimetypes
|
2011-12-02 01:43:03 +00:00
|
|
|
%patch52 -p1 -b .SOLID_UPNP
|
2011-12-06 16:42:41 +00:00
|
|
|
%patch53 -p1 -b .kjs-s390
|
2012-07-12 12:33:20 +00:00
|
|
|
%patch54 -p1 -b .kjs-locale
|
2012-10-02 12:16:30 +00:00
|
|
|
%patch55 -p1 -b .FindSamba-samba4
|
2012-09-22 16:42:15 +00:00
|
|
|
%patch56 -p1 -b .FindKipi-libkipi2
|
2012-10-08 16:12:12 +00:00
|
|
|
%patch58 -p1 -b .cmake_python3
|
2012-11-29 14:54:46 +00:00
|
|
|
%patch59 -p1 -b .filter
|
2010-01-27 17:07:20 +00:00
|
|
|
|
2009-12-03 13:36:24 +00:00
|
|
|
# upstream patches
|
2012-12-06 10:43:10 +00:00
|
|
|
%patch100 -p1 -b .kio
|
2012-12-06 12:22:05 +00:00
|
|
|
%patch101 -p1 -b .crash
|
2009-12-03 13:36:24 +00:00
|
|
|
|
2011-10-04 15:41:35 +00:00
|
|
|
# security fixes
|
2009-09-04 12:22:13 +00:00
|
|
|
%patch200 -p1 -b .CVE-2009-2702
|
2009-01-26 18:20:23 +00:00
|
|
|
|
2012-05-04 11:19:51 +00:00
|
|
|
# rhel patches
|
2012-05-04 12:17:43 +00:00
|
|
|
%if 0%{?rhel}
|
2012-05-04 11:19:51 +00:00
|
|
|
%patch300 -p1 -b .webkit
|
2012-12-04 17:02:25 +00:00
|
|
|
%patch301 -p1 -b .dot
|
2012-05-04 12:17:43 +00:00
|
|
|
%endif
|
2010-11-26 22:22:53 +00:00
|
|
|
|
2004-09-09 06:52:50 +00:00
|
|
|
%build
|
2007-12-01 19:43:21 +00:00
|
|
|
|
2008-10-17 21:34:35 +00:00
|
|
|
mkdir -p %{_target_platform}
|
2008-10-17 17:49:41 +00:00
|
|
|
pushd %{_target_platform}
|
2011-10-26 00:11:49 +00:00
|
|
|
%{cmake_kde4} \
|
2012-10-31 16:25:24 +00:00
|
|
|
-DKDE_DISTRIBUTION_TEXT="%{version}-%{release}%{?fedora: Fedora}%{?rhel: Red Hat Enterprise Linux}" \
|
2012-10-29 17:26:23 +00:00
|
|
|
%if 0%{?rhel} > 6 || 0%{?fedora} > 17
|
|
|
|
-DWITH_SOLID_UDISKS2:BOOL=ON \
|
|
|
|
%endif
|
2011-10-26 00:11:49 +00:00
|
|
|
..
|
2007-12-01 19:43:21 +00:00
|
|
|
popd
|
|
|
|
|
2009-01-30 20:47:54 +00:00
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
2007-12-01 19:43:21 +00:00
|
|
|
|
2008-03-05 21:39:51 +00:00
|
|
|
# build apidocs
|
2008-03-20 20:37:51 +00:00
|
|
|
%if 0%{?apidocs}
|
2010-10-08 12:29:37 +00:00
|
|
|
export QTDOCDIR="%{?_qt4_docdir}%{?!_qt4_docdir:%(pkg-config --variable=docdir Qt)}"
|
2010-08-27 22:40:51 +00:00
|
|
|
%if 0%{?apidocs_qch}
|
2010-08-18 00:55:53 +00:00
|
|
|
export PROJECT_NAME="%{name}"
|
|
|
|
export PROJECT_VERSION="%{version}%{?alphatag}"
|
|
|
|
doc/api/doxygen.sh --qhppages .
|
2010-08-27 22:40:51 +00:00
|
|
|
%else
|
|
|
|
doc/api/doxygen.sh .
|
|
|
|
%endif
|
2008-03-05 21:39:51 +00:00
|
|
|
%endif
|
2007-05-15 18:58:25 +00:00
|
|
|
|
2004-09-09 06:57:53 +00:00
|
|
|
|
2004-09-09 06:59:30 +00:00
|
|
|
%install
|
2006-05-04 17:50:29 +00:00
|
|
|
rm -rf %{buildroot}
|
2004-09-09 06:59:48 +00:00
|
|
|
|
2008-10-17 17:49:41 +00:00
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
2004-09-09 06:52:50 +00:00
|
|
|
|
2008-05-23 14:12:48 +00:00
|
|
|
# see also use-of/patching of XDG_MENU_PREFIX in kdebase/kde-settings
|
2007-12-01 19:43:21 +00:00
|
|
|
mv %{buildroot}%{_kde4_sysconfdir}/xdg/menus/applications.menu \
|
|
|
|
%{buildroot}%{_kde4_sysconfdir}/xdg/menus/kde4-applications.menu
|
2004-09-09 06:52:50 +00:00
|
|
|
|
2012-07-12 17:24:57 +00:00
|
|
|
# kmailservice symlink
|
|
|
|
# Mailto not working in Firefox: can't find kmailservice
|
|
|
|
# http://bugzilla.redhat.com/773414
|
|
|
|
ln -s %{_kde4_libexecdir}/kmailservice %{buildroot}%{_kde4_bindir}/kmailservice
|
|
|
|
|
2010-05-24 01:42:56 +00:00
|
|
|
# create/own stuff
|
|
|
|
# see http://bugzilla.redhat.com/483318
|
2009-01-31 19:10:50 +00:00
|
|
|
mkdir -p %{buildroot}%{_kde4_libdir}/kconf_update_bin
|
2011-08-30 08:54:52 +00:00
|
|
|
%if 0%{?fedora} && 0%{?fedora} < 15
|
2011-01-18 20:22:06 +00:00
|
|
|
# moved to kde-filesystem f15+
|
|
|
|
mkdir -p %{buildroot}%{_kde4_libdir}/kde4/plugins/{gui_platform,styles}
|
|
|
|
%endif
|
2009-01-31 18:50:36 +00:00
|
|
|
|
2010-08-26 18:20:51 +00:00
|
|
|
## use ca-certificates' ca-bundle.crt, symlink as what most other
|
|
|
|
## distros do these days (http://bugzilla.redhat.com/521902)
|
|
|
|
if [ -f %{buildroot}%{_kde4_appsdir}/kssl/ca-bundle.crt -a \
|
|
|
|
-f /etc/pki/tls/certs/ca-bundle.crt ]; then
|
|
|
|
ln -sf /etc/pki/tls/certs/ca-bundle.crt \
|
|
|
|
%{buildroot}%{_kde4_appsdir}/kssl/ca-bundle.crt
|
|
|
|
fi
|
|
|
|
|
2007-12-01 19:43:21 +00:00
|
|
|
# move devel symlinks
|
|
|
|
mkdir -p %{buildroot}%{_kde4_libdir}/kde4/devel
|
|
|
|
pushd %{buildroot}%{_kde4_libdir}
|
|
|
|
for i in lib*.so
|
|
|
|
do
|
|
|
|
case "$i" in
|
|
|
|
libkdeinit4_*.so)
|
|
|
|
;;
|
2012-07-22 14:51:05 +00:00
|
|
|
*)
|
2007-12-01 19:43:21 +00:00
|
|
|
linktarget=`readlink "$i"`
|
|
|
|
rm -f "$i"
|
|
|
|
ln -sf "../../$linktarget" "kde4/devel/$i"
|
|
|
|
;;
|
|
|
|
esac
|
2004-09-09 06:52:50 +00:00
|
|
|
done
|
|
|
|
popd
|
|
|
|
|
2008-07-24 18:41:01 +00:00
|
|
|
# fix Sonnet documentation multilib conflict
|
|
|
|
bunzip2 %{buildroot}%{_kde4_docdir}/HTML/en/sonnet/index.cache.bz2
|
2012-10-04 16:00:50 +00:00
|
|
|
sed -i -e 's!<a name="id[a-z]*[0-9]*"></a>!!g' %{buildroot}%{_kde4_docdir}/HTML/en/sonnet/index.cache
|
2008-07-24 18:41:01 +00:00
|
|
|
bzip2 -9 %{buildroot}%{_kde4_docdir}/HTML/en/sonnet/index.cache
|
|
|
|
|
2008-03-05 21:39:51 +00:00
|
|
|
# install apidocs and generator script
|
2008-10-17 18:19:53 +00:00
|
|
|
install -p -D doc/api/doxygen.sh %{buildroot}%{_kde4_bindir}/kde4-doxygen.sh
|
2008-03-20 20:37:51 +00:00
|
|
|
|
|
|
|
%if 0%{?apidocs}
|
2008-10-17 18:19:53 +00:00
|
|
|
mkdir -p %{buildroot}%{_kde4_docdir}/HTML/en
|
2010-07-24 18:58:57 +00:00
|
|
|
cp -a kdelibs-%{version}%{?alphatag}-apidocs %{buildroot}%{_kde4_docdir}/HTML/en/kdelibs4-apidocs
|
2010-08-27 17:24:39 +00:00
|
|
|
find %{buildroot}%{_kde4_docdir}/HTML/en/ -name 'installdox' -exec rm -fv {} ';'
|
2010-08-18 05:40:16 +00:00
|
|
|
rm -vf %{buildroot}%{_kde4_docdir}/HTML/en/kdelibs4-apidocs/*.tmp \
|
|
|
|
%{buildroot}%{_kde4_docdir}/HTML/en/kdelibs4-apidocs/index.qhp \
|
|
|
|
%{buildroot}%{_kde4_docdir}/HTML/en/kdelibs4-apidocs/*/html/index.qhp
|
2010-08-18 03:16:20 +00:00
|
|
|
|
2010-08-27 22:40:51 +00:00
|
|
|
%if 0%{?apidocs_qch}
|
2010-08-18 05:40:16 +00:00
|
|
|
mkdir -p %{buildroot}%{_qt4_docdir}/qch
|
|
|
|
for i in %{buildroot}%{_kde4_docdir}/HTML/en/kdelibs4-apidocs/*/qch
|
|
|
|
do
|
|
|
|
mv -f "$i"/* %{buildroot}%{_qt4_docdir}/qch/
|
|
|
|
rmdir "$i"
|
|
|
|
done
|
2008-03-05 21:39:51 +00:00
|
|
|
%endif
|
2010-08-27 22:40:51 +00:00
|
|
|
%endif
|
2008-03-05 21:39:51 +00:00
|
|
|
|
2006-09-30 11:44:45 +00:00
|
|
|
|
2007-12-01 19:43:21 +00:00
|
|
|
%post
|
2009-03-23 16:41:02 +00:00
|
|
|
/sbin/ldconfig
|
2009-03-23 17:16:37 +00:00
|
|
|
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null || :
|
2007-08-06 09:46:35 +00:00
|
|
|
|
2008-10-17 17:49:41 +00:00
|
|
|
%postun
|
2007-12-01 19:43:21 +00:00
|
|
|
/sbin/ldconfig ||:
|
2009-03-23 16:41:02 +00:00
|
|
|
if [ $1 -eq 0 ] ; then
|
2009-03-23 17:16:37 +00:00
|
|
|
update-desktop-database -q &> /dev/null
|
|
|
|
update-mime-database %{_kde4_datadir}/mime &> /dev/null
|
|
|
|
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null
|
|
|
|
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
|
2009-03-23 16:41:02 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%posttrans
|
2009-03-23 17:16:37 +00:00
|
|
|
update-desktop-database -q &> /dev/null
|
2009-03-23 16:41:02 +00:00
|
|
|
update-mime-database %{_kde4_datadir}/mime >& /dev/null
|
2009-03-23 17:16:37 +00:00
|
|
|
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
|
2006-07-18 20:34:59 +00:00
|
|
|
|
2007-05-15 18:58:25 +00:00
|
|
|
|
2004-09-09 06:52:50 +00:00
|
|
|
%clean
|
2006-05-04 17:50:29 +00:00
|
|
|
rm -rf %{buildroot}
|
2004-09-09 06:52:50 +00:00
|
|
|
|
2007-05-15 18:58:25 +00:00
|
|
|
|
2004-09-09 06:52:50 +00:00
|
|
|
%files
|
2007-12-01 19:43:21 +00:00
|
|
|
%doc AUTHORS README TODO
|
2007-08-03 14:23:17 +00:00
|
|
|
%doc COPYING.LIB
|
2010-06-08 16:29:13 +00:00
|
|
|
%{_kde4_bindir}/checkXML
|
2010-06-08 15:35:13 +00:00
|
|
|
%{_kde4_bindir}/kbuildsycoca4
|
|
|
|
%{_kde4_bindir}/kcookiejar4
|
|
|
|
%{_kde4_bindir}/kde4-config
|
|
|
|
%{_kde4_bindir}/kded4
|
|
|
|
%{_kde4_bindir}/kdeinit4
|
|
|
|
%{_kde4_bindir}/kdeinit4_shutdown
|
|
|
|
%{_kde4_bindir}/kdeinit4_wrapper
|
2011-05-31 16:58:24 +00:00
|
|
|
%{_kde4_bindir}/kfilemetadatareader
|
2010-06-08 15:35:13 +00:00
|
|
|
%{_kde4_bindir}/kjs
|
|
|
|
%{_kde4_bindir}/kjscmd
|
2012-07-12 17:24:57 +00:00
|
|
|
%{_kde4_bindir}/kmailservice
|
2010-06-08 15:35:13 +00:00
|
|
|
%{_kde4_bindir}/kross
|
|
|
|
%{_kde4_bindir}/kshell4
|
|
|
|
%{_kde4_bindir}/kunittestmodrunner
|
|
|
|
%{_kde4_bindir}/kwrapper4
|
2011-05-31 16:56:03 +00:00
|
|
|
%{_kde4_bindir}/nepomuk-rcgen
|
2010-06-08 16:29:13 +00:00
|
|
|
%{_kde4_bindir}/meinproc4
|
|
|
|
%{_kde4_bindir}/meinproc4_simple
|
2010-06-08 15:35:13 +00:00
|
|
|
%{_kde4_appsdir}/kauth/
|
|
|
|
%{_kde4_appsdir}/kcharselect/
|
|
|
|
%{_kde4_appsdir}/kcm_componentchooser/
|
|
|
|
%{_kde4_appsdir}/kconf_update/
|
2011-09-22 16:56:41 +00:00
|
|
|
%{_kde4_appsdir}/kdewidgets/
|
2010-06-08 15:35:13 +00:00
|
|
|
%{_kde4_appsdir}/khtml/
|
|
|
|
%{_kde4_appsdir}/kjava/
|
|
|
|
%{_kde4_appsdir}/knewstuff/
|
|
|
|
%{_kde4_appsdir}/ksgmltools2/
|
|
|
|
%{_kde4_appsdir}/kssl/
|
|
|
|
%{_kde4_appsdir}/LICENSES/
|
|
|
|
%{_kde4_appsdir}/plasma/
|
|
|
|
%{_kde4_appsdir}/proxyscout/
|
|
|
|
%{_kde4_configdir}/accept-languages.codes
|
2010-06-08 16:29:13 +00:00
|
|
|
%{_kde4_configdir}/khtmlrc
|
2010-06-08 15:35:13 +00:00
|
|
|
%{_kde4_configdir}/plasmoids.knsrc
|
2007-12-01 19:43:21 +00:00
|
|
|
%{_datadir}/dbus-1/interfaces/*
|
2009-11-24 15:24:36 +00:00
|
|
|
%{_sysconfdir}/dbus-1/system.d/*
|
2010-11-20 23:06:48 +00:00
|
|
|
%{_kde4_datadir}/applications/kde4/kmailservice.desktop
|
|
|
|
%{_kde4_datadir}/applications/kde4/ktelnetservice.desktop
|
2009-03-23 16:41:02 +00:00
|
|
|
%{_kde4_datadir}/mime/packages/kde.xml
|
2007-12-01 19:43:21 +00:00
|
|
|
%{_kde4_sharedir}/kde4/services/*
|
|
|
|
%{_kde4_sharedir}/kde4/servicetypes/*
|
2009-12-03 11:30:56 +00:00
|
|
|
%{_kde4_iconsdir}/hicolor/*/*/*
|
2008-07-24 18:41:01 +00:00
|
|
|
%{_kde4_docdir}/HTML/en/sonnet/
|
2008-11-25 21:33:12 +00:00
|
|
|
%{_kde4_docdir}/HTML/en/kioslave/
|
2007-12-01 19:43:21 +00:00
|
|
|
%{_kde4_libdir}/lib*.so.*
|
|
|
|
%{_kde4_libdir}/libkdeinit4_*.so
|
2009-01-31 18:50:36 +00:00
|
|
|
%{_kde4_libdir}/kconf_update_bin/
|
2008-02-25 15:26:15 +00:00
|
|
|
%dir %{_kde4_libdir}/kde4/
|
2008-02-25 16:15:30 +00:00
|
|
|
%{_kde4_libdir}/kde4/*.so
|
2010-05-16 17:01:13 +00:00
|
|
|
%{_kde4_libexecdir}/filesharelist
|
|
|
|
%{_kde4_libexecdir}/fileshareset
|
|
|
|
%{_kde4_libexecdir}/kauth-policy-gen
|
|
|
|
%{_kde4_libexecdir}/kconf_update
|
|
|
|
%{_kde4_libexecdir}/kdesu_stub
|
|
|
|
%{_kde4_libexecdir}/kio_http_cache_cleaner
|
|
|
|
%{_kde4_libexecdir}/kioslave
|
|
|
|
%{_kde4_libexecdir}/klauncher
|
|
|
|
%{_kde4_libexecdir}/kmailservice
|
|
|
|
# see kio/misc/kpac/README.wpad
|
|
|
|
%attr(4755,root,root) %{_kde4_libexecdir}/kpac_dhcp_helper
|
|
|
|
%{_kde4_libexecdir}/ksendbugmail
|
|
|
|
%{_kde4_libexecdir}/ktelnetservice
|
|
|
|
%{_kde4_libexecdir}/lnusertemp
|
|
|
|
%{_kde4_libexecdir}/start_kdeinit
|
|
|
|
%{_kde4_libexecdir}/start_kdeinit_wrapper
|
2009-03-04 19:12:01 +00:00
|
|
|
%{_kde4_libdir}/kde4/plugins/
|
2007-12-01 19:43:21 +00:00
|
|
|
%{_kde4_sysconfdir}/xdg/menus/*.menu
|
2010-06-08 16:29:13 +00:00
|
|
|
%{_mandir}/man1/checkXML.1*
|
2009-12-26 21:19:39 +00:00
|
|
|
%{_mandir}/man1/kde4-config.1*
|
|
|
|
%{_mandir}/man1/kjs.1*
|
|
|
|
%{_mandir}/man1/kjscmd.1*
|
|
|
|
%{_mandir}/man1/kross.1*
|
|
|
|
%{_mandir}/man7/kdeoptions.7*
|
|
|
|
%{_mandir}/man7/qtoptions.7*
|
|
|
|
%{_mandir}/man8/kbuildsycoca4.8*
|
|
|
|
%{_mandir}/man8/kcookiejar4.8*
|
|
|
|
%{_mandir}/man8/kded4.8*
|
|
|
|
%{_mandir}/man8/kdeinit4.8*
|
2010-06-08 16:29:13 +00:00
|
|
|
%{_mandir}/man8/meinproc4.8*
|
2007-12-17 17:59:59 +00:00
|
|
|
|
|
|
|
%files common
|
2009-02-25 11:39:31 +00:00
|
|
|
%{_kde4_bindir}/preparetips
|
2010-06-08 15:35:13 +00:00
|
|
|
%{_kde4_configdir}/colors/
|
|
|
|
%{_kde4_configdir}/ksslcalist
|
2007-12-17 17:59:59 +00:00
|
|
|
%{_kde4_configdir}/kdebug.areas
|
|
|
|
%{_kde4_configdir}/kdebugrc
|
2010-06-08 15:35:13 +00:00
|
|
|
%{_kde4_configdir}/ui/
|
|
|
|
%{_kde4_appsdir}/kdeui/
|
2008-06-25 18:12:18 +00:00
|
|
|
%{_kde4_docdir}/HTML/en/common/
|
2011-07-20 16:49:38 +00:00
|
|
|
%{_kde4_datadir}/locale/all_languages
|
2010-11-20 23:06:48 +00:00
|
|
|
%{_kde4_datadir}/locale/en_US/entry.desktop
|
2004-09-09 06:52:50 +00:00
|
|
|
|
|
|
|
%files devel
|
2007-12-01 19:43:21 +00:00
|
|
|
%doc KDE4PORTING.html
|
2009-12-26 21:19:39 +00:00
|
|
|
%{_mandir}/man1/kdecmake.1*
|
|
|
|
%{_mandir}/man1/makekdewidgets.1*
|
2012-03-05 09:24:43 +00:00
|
|
|
%{_mandir}/man1/kconfig_compiler.1*
|
|
|
|
%{_mandir}/man1/preparetips.1*
|
2007-12-01 19:43:21 +00:00
|
|
|
%{_kde4_bindir}/kconfig_compiler4
|
|
|
|
%{_kde4_bindir}/makekdewidgets4
|
2011-08-21 02:21:13 +00:00
|
|
|
%if 0%{?libplasma_pk}
|
|
|
|
%{_kde4_bindir}/plasma-dataengine-depextractor
|
|
|
|
%endif
|
2008-03-05 21:39:51 +00:00
|
|
|
%{_kde4_bindir}/kde4-doxygen.sh
|
2008-02-18 16:14:44 +00:00
|
|
|
%{_kde4_appsdir}/cmake/
|
2007-12-01 19:43:21 +00:00
|
|
|
%{_kde4_includedir}/*
|
2012-04-30 10:34:47 +00:00
|
|
|
%{_kde4_libdir}/cmake/KDeclarative/
|
2007-12-01 19:43:21 +00:00
|
|
|
%{_kde4_libdir}/kde4/devel/
|
2007-05-15 18:58:25 +00:00
|
|
|
|
2008-03-20 20:37:51 +00:00
|
|
|
%if 0%{?apidocs}
|
2008-03-05 21:39:51 +00:00
|
|
|
%files apidocs
|
|
|
|
%{_kde4_docdir}/HTML/en/kdelibs4-apidocs/
|
2010-08-18 03:16:20 +00:00
|
|
|
|
2010-08-27 22:40:51 +00:00
|
|
|
%if 0%{?apidocs_qch}
|
2010-08-18 03:16:20 +00:00
|
|
|
%files apidocs-qch
|
|
|
|
%{_qt4_docdir}/qch/*.qch
|
2008-03-05 21:39:51 +00:00
|
|
|
%endif
|
2010-08-27 22:40:51 +00:00
|
|
|
%endif
|
2008-03-05 21:39:51 +00:00
|
|
|
|
2004-09-09 06:52:50 +00:00
|
|
|
|
2008-03-26 17:36:58 +00:00
|
|
|
%changelog
|
2012-12-12 20:32:31 +00:00
|
|
|
* Wed Dec 11 2012 Rex Dieter <rdieter@fedoraproject.org> 6:4.9.4-5
|
|
|
|
- Debug output in kdelibs-udisks2-backend.patch should be disabled (#882731)
|
|
|
|
|
2012-12-06 12:22:05 +00:00
|
|
|
* Thu Dec 06 2012 Than Ngo <than@redhat.com> - 6:4.9.4-4
|
|
|
|
- apply upstream patch to fix crash when no service was selected
|
|
|
|
|
2012-12-06 10:43:10 +00:00
|
|
|
* Thu Dec 06 2012 Than Ngo <than@redhat.com> - 6:4.9.4-3
|
|
|
|
- apply upstream patch to revert the check parent mimetypes in
|
|
|
|
protocolForArchiveMimetype() (kde#311214)
|
|
|
|
|
2012-12-04 17:02:25 +00:00
|
|
|
* Tue Dec 04 2012 Than Ngo <than@redhat.com> - 6:4.9.4-2
|
|
|
|
- disable kfileplacesdevicecache which causes bad regression
|
|
|
|
- add rhel condition
|
|
|
|
|
2012-12-03 16:31:16 +00:00
|
|
|
* Mon Dec 03 2012 Than Ngo <than@redhat.com> - 6:4.9.4-1
|
2012-12-03 15:52:35 +00:00
|
|
|
- 4.9.4
|
2012-12-03 16:31:16 +00:00
|
|
|
- update udisks2 backend patch to fix ghost devices
|
2012-12-03 15:52:35 +00:00
|
|
|
|
2012-11-30 16:23:15 +00:00
|
|
|
* Fri Nov 30 2012 Dan Vrátil <dvratil@redhat.com> - 6:4.9.3-7
|
|
|
|
- update udisks2 backend patch
|
|
|
|
|
2012-11-29 14:54:46 +00:00
|
|
|
* Thu Nov 29 2012 Than Ngo <than@redhat.com> - 6:4.9.3-6
|
|
|
|
- fix file filter
|
|
|
|
|
2012-11-29 14:46:42 +00:00
|
|
|
* Thu Nov 29 2012 Lukáš Tinkl <ltinkl@redhat.com> 6:4.9.3-5
|
|
|
|
- update udisks2 backend patch
|
|
|
|
|
2012-11-23 15:15:21 +00:00
|
|
|
* Fri Nov 23 2012 Jan Grulich <jgrulich@redhat.com> 6:4.9.3-4
|
|
|
|
- Fix previous patch
|
|
|
|
|
2012-11-23 12:29:20 +00:00
|
|
|
* Fri Nov 23 2012 Jan Grulich <jgrulich@redhat.com> 6:4.9.3-3
|
|
|
|
- Resolves: bz#877021
|
|
|
|
|
2012-11-02 20:18:07 +00:00
|
|
|
* Fri Nov 02 2012 Rex Dieter <rdieter@fedoraproject.org> 6:4.9.3-2
|
|
|
|
- (re)enable apidocs
|
|
|
|
|
2012-11-02 19:47:02 +00:00
|
|
|
* Fri Nov 02 2012 Rex Dieter <rdieter@fedoraproject.org> 6:4.9.3-1
|
|
|
|
- 4.9.3
|
|
|
|
|
2012-10-31 10:13:15 +00:00
|
|
|
* Wed Oct 31 2012 Than Ngo <than@redhat.com> - 6:4.9.2-11
|
|
|
|
- Resolves: CVE-2012-4514
|
|
|
|
|
2012-10-31 08:40:04 +00:00
|
|
|
* Wed Oct 31 2012 Than Ngo <than@redhat.com> - 6:4.9.2-10
|
|
|
|
- Resolves: bz#871541, CVE-2012-4515
|
|
|
|
|
2012-10-29 17:26:23 +00:00
|
|
|
* Mon Oct 29 2012 Lukáš Tinkl <ltinkl@redhat.com> 6:4.9.2-9
|
|
|
|
- Resolves #868530 - cache information about solid device in 'Places'
|
|
|
|
panel in open/save dialog
|
|
|
|
- update solid/udisks2 backend, switch to cmake-define
|
|
|
|
|
2012-10-25 14:40:57 +00:00
|
|
|
* Thu Oct 25 2012 Dan Vrátil <dvratil@redhat.com> 6:4.9.2-8
|
|
|
|
- Resolves #868530 - cache information about solid device in 'Places'
|
|
|
|
panel in open/save dialog
|
|
|
|
|
2012-10-24 18:27:48 +00:00
|
|
|
* Wed Oct 24 2012 Rex Dieter <rdieter@fedoraproject.org> 6:4.9.2-7
|
|
|
|
- rebuild (libjpeg-turbo v8)
|
|
|
|
|
2012-10-08 16:12:12 +00:00
|
|
|
* Mon Oct 08 2012 Rex Dieter <rdieter@fedoraproject.org> 6:4.9.2-6
|
|
|
|
- cmake/python3 love (kde#275919)
|
|
|
|
|
2012-10-04 16:00:50 +00:00
|
|
|
* Thu Oct 04 2012 Rex Dieter <rdieter@fedoraproject.org> 6:4.9.2-5
|
|
|
|
- multilib conflict /usr/share/doc/HTML/en/sonnet/index.cache.bz2 (#862388)
|
|
|
|
|
2012-10-04 12:52:20 +00:00
|
|
|
* Thu Oct 04 2012 Than Ngo <than@redhat.com> - 6:4.9.2-4
|
|
|
|
- revert kde#108510, kde#183534
|
|
|
|
|
2012-10-02 12:16:30 +00:00
|
|
|
* Tue Oct 02 2012 Rex Dieter <rdieter@fedoraproject.org> 6:4.9.2-3
|
|
|
|
- patch FindSamba.cmake to use pkg-config hints (#862169)
|
|
|
|
|
2012-09-29 14:04:44 +00:00
|
|
|
* Sat Sep 29 2012 Rex Dieter <rdieter@fedoraproject.org> 6:4.9.2-2
|
|
|
|
- respin
|
|
|
|
|
2012-09-28 18:19:43 +00:00
|
|
|
* Fri Sep 28 2012 Rex Dieter <rdieter@fedoraproject.org> - 6:4.9.2-1
|
|
|
|
- 4.9.2
|
|
|
|
|
2012-09-26 13:03:45 +00:00
|
|
|
* Wed Sep 26 2012 Rex Dieter <rdieter@fedoraproject.org> 6:4.9.1-5
|
|
|
|
- respin FindKipi.cmake patch (kde#307213)
|
|
|
|
|
2012-09-22 16:42:15 +00:00
|
|
|
* Sat Sep 22 2012 Kevin Kofler <Kevin@tigcc.ticalc.org> - 6:4.9.1-4
|
|
|
|
- actually enable Solid udisks2 backend (restore patch hunks lost in 4.9.1-2)
|
|
|
|
- backport FindKipi.cmake from Digikam SC 3.0.0-beta1 for libkipi 2 (kde#307213)
|
|
|
|
|
2012-09-19 08:47:59 +00:00
|
|
|
* Wed Sep 19 2012 Lukas Tinkl <ltinkl@redhat.com> - 6:4.9.1-3
|
|
|
|
- Resolves #690123 - solid-udisks: Constant spinning of DVD drive when
|
|
|
|
selecting dolphin
|
|
|
|
|
|
|
|
* Tue Sep 04 2012 Lukas Tinkl <ltinkl@redhat.com> - 6:4.9.1-2
|
2012-09-04 20:58:12 +00:00
|
|
|
- rebase udisks2 backend against KDE/4.10 branch
|
|
|
|
|
2012-09-03 20:28:41 +00:00
|
|
|
* Mon Sep 03 2012 Than Ngo <than@redhat.com> - 6:4.9.1-1
|
|
|
|
- 4.9.1
|
|
|
|
|
2012-08-29 15:29:50 +00:00
|
|
|
* Wed Aug 29 2012 Rex Dieter <rdieter@fedoraproject.org> 6:4.9.0-4
|
|
|
|
- Can't safely remove a USB removable hard drive (#852196)
|
|
|
|
|
2012-08-12 17:04:56 +00:00
|
|
|
* Sun Aug 12 2012 Rex Dieter <rdieter@fedoraproject.org> - 6:4.9.0-3
|
|
|
|
- drop .spec cruft
|
|
|
|
- Requires: media-player-info
|
|
|
|
|
2012-08-02 12:26:34 +00:00
|
|
|
* Thu Aug 02 2012 Rex Dieter <rdieter@fedoraproject.org> 6:4.9.0-2
|
|
|
|
- respin
|
|
|
|
|
2012-07-26 15:16:11 +00:00
|
|
|
* Thu Jul 26 2012 Lukas Tinkl <ltinkl@redhat.com> - 6:4.9.0-1
|
|
|
|
- 4.9.0
|
|
|
|
|
2012-07-22 14:51:05 +00:00
|
|
|
* Sun Jul 22 2012 Kevin Kofler <Kevin@tigcc.ticalc.org> - 6:4.8.97-7
|
|
|
|
- revert "-devel: move only conflicting lib symlinks to kde4/devel" (#842142)
|
|
|
|
|
2012-07-21 22:49:44 +00:00
|
|
|
* Sat Jul 21 2012 Rex Dieter <rdieter@fedoraproject.org> - 6:4.8.97-6
|
2012-07-22 14:51:05 +00:00
|
|
|
- -devel: move only conflicting lib symlinks to kde4/devel
|
2012-07-21 22:49:44 +00:00
|
|
|
- drop old Conflicts/Obsoletes
|
|
|
|
|
2012-07-18 07:08:53 +00:00
|
|
|
* Wed Jul 18 2012 Lukas Tinkl <ltinkl@redhat.com> - 6:4.8.97-5
|
|
|
|
- respin the udisks2 backend patch
|
|
|
|
- fix k3b not recognizing any CD/DVD burning device
|
|
|
|
|
2012-07-13 12:29:23 +00:00
|
|
|
* Fri Jul 13 2012 Rex Dieter <rdieter@fedoraproject.org> - 6:4.8.97-4
|
|
|
|
- CD drive tray goes back in after 'Eject' when dolphin is running (kde#296657, #811609)
|
|
|
|
|
2012-07-12 17:24:57 +00:00
|
|
|
* Thu Jul 12 2012 Rex Dieter <rdieter@fedoraproject.org> - 6:4.8.97-3
|
|
|
|
- provide /usr/bin/kmailservice (#773414)
|
|
|
|
|
2012-07-12 12:33:20 +00:00
|
|
|
* Thu Jul 12 2012 Than Ngo <than@redhat.com> - 6:4.8.97-2
|
|
|
|
- fix kjs to return valid lang (RFC 1766)
|
|
|
|
|
2012-07-11 17:37:54 +00:00
|
|
|
* Wed Jul 11 2012 Rex Dieter <rdieter@fedoraproject.org> - 6:4.8.97-1
|
|
|
|
- 4.8.97
|
|
|
|
|
2012-06-27 16:11:24 +00:00
|
|
|
* Wed Jun 27 2012 Lukas Tinkl <ltinkl@redhat.com> - 6:4.8.95-2
|
|
|
|
- respin the udisks2 backend patch
|
|
|
|
- Resolves #835107 - Unable to eject optical media using "Device
|
|
|
|
notifier"
|
|
|
|
|
2012-06-27 06:40:19 +00:00
|
|
|
* Wed Jun 27 2012 Radek Novacek <rnovacek@redhat.com> - 6:4.8.95-1
|
|
|
|
- 4.8.95
|
|
|
|
|
2012-06-26 22:17:33 +00:00
|
|
|
* Tue Jun 26 2012 Lukáš Tinkl <ltinkl@redhat.com> - 6:4.8.90-4
|
2012-06-26 20:53:06 +00:00
|
|
|
- update the udisks2 backend patch
|
2012-06-27 16:11:24 +00:00
|
|
|
|
2012-06-26 20:53:06 +00:00
|
|
|
|
2012-06-20 17:32:49 +00:00
|
|
|
* Wed Jun 20 2012 Rex Dieter <rdieter@fedoraproject.org> 6:4.8.90-3
|
|
|
|
- rebuild (attica)
|
|
|
|
|
2012-06-09 15:36:40 +00:00
|
|
|
* Sat Jun 09 2012 Rex Dieter <rdieter@fedoraproject.org> 6:4.8.90-2
|
|
|
|
- rebuild
|
|
|
|
|
2012-06-08 13:49:56 +00:00
|
|
|
* Fri Jun 08 2012 Jaroslav Reznik <jreznik@redhat.com> - 6:4.8.90-1
|
|
|
|
- 4.8.90
|
|
|
|
|
2012-06-01 06:59:34 +00:00
|
|
|
* Fri Jun 01 2012 Jaroslav Reznik <jreznik@redhat.com> - 6:4.8.80-2
|
|
|
|
- respin
|
|
|
|
|
2012-05-25 23:14:10 +00:00
|
|
|
* Fri May 25 2012 Jaroslav Reznik <jreznik@redhat.com> - 6:4.8.80-1
|
|
|
|
- 4.8.80
|
|
|
|
|
2012-05-25 11:58:26 +00:00
|
|
|
* Fri May 25 2012 Rex Dieter <rdieter@fedoraproject.org>
|
|
|
|
- 6:4.8.3-4
|
|
|
|
- include upstream kmessagewidget fixes
|
|
|
|
- apply kdeclarative-install-location.patch
|
|
|
|
|
2012-05-24 08:53:26 +00:00
|
|
|
* Thu May 24 2012 Lukas Tinkl <ltinkl@redhat.com> - 6:4.8.3-3
|
|
|
|
- update the udisks2 backend patch, fixing some bugs with storage drives
|
|
|
|
|
2012-05-04 11:19:51 +00:00
|
|
|
* Thu May 03 2012 Than Ngo <than@redhat.com> - 6:4.8.3-2
|
|
|
|
- add rhel/fedora condition
|
|
|
|
|
2012-04-30 08:01:59 +00:00
|
|
|
* Mon Apr 30 2012 Jaroslav Reznik <jreznik@redhat.com> - 6:4.8.3-1
|
|
|
|
- 4.8.3
|
|
|
|
- remove cmake implicit link directories patch
|
|
|
|
- remove adblock filter patch
|
2012-04-30 10:34:47 +00:00
|
|
|
- add kdeclarative install location patch
|
2012-04-30 08:01:59 +00:00
|
|
|
|
2012-04-16 18:15:47 +00:00
|
|
|
* Mon Apr 16 2012 Rex Dieter <rdieter@fedoraproject.org> 6:4.8.2-4
|
|
|
|
- enable udisks2, +Requires: udisks2 on f18+ too
|
|
|
|
|
2012-04-16 17:50:29 +00:00
|
|
|
* Mon Apr 16 2012 Lukas Tinkl <ltinkl@redhat.com> - 6:4.8.2-3
|
|
|
|
- add udisks2 Solid backend plus RHEL conditional
|
|
|
|
|
2012-04-12 08:30:26 +00:00
|
|
|
* Thu Apr 12 2012 Than Ngo <than@redhat.com> - 6:4.8.2-2
|
|
|
|
- Load/Update filter lists only when AdBlock is enabled
|
|
|
|
|
2012-03-30 07:59:59 +00:00
|
|
|
* Fri Mar 30 2012 Jaroslav Reznik <jreznik@redhat.com> - 6:4.8.2-1
|
|
|
|
- 4.8.2
|
|
|
|
|
2012-03-22 12:32:26 +00:00
|
|
|
* Thu Mar 22 2012 Jaroslav Reznik <jreznik@redhat.com> 6:4.8.1-3
|
|
|
|
- Sonnet crash due to unitialized value access (kde#295615, rhbz#805010)
|
|
|
|
|
2012-03-13 11:54:05 +00:00
|
|
|
* Tue Mar 13 2012 Rex Dieter <rdieter@fedoraproject.org> 6:4.8.1-2
|
|
|
|
- Nepomuk::Resource[Data|Watcher] thread-safety (kde#295474)
|
|
|
|
|
2012-03-05 08:43:51 +00:00
|
|
|
* Mon Mar 05 2012 Radek Novacek <rnovacek@redhat.com> 6:4.8.1-1
|
|
|
|
- 4.8.1
|
|
|
|
- Drop upstreamed patches
|
|
|
|
|
2012-02-28 18:52:40 +00:00
|
|
|
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6:4.8.0-5
|
2012-02-28 18:46:06 +00:00
|
|
|
- Rebuilt for c++ ABI breakage
|
|
|
|
|
2012-02-18 18:01:01 +00:00
|
|
|
* Sat Feb 18 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-4
|
|
|
|
- don't set rpath on multiarch dirs (kde review request #103422)
|
|
|
|
|
2012-02-10 13:10:15 +00:00
|
|
|
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 6:4.8.0-3
|
|
|
|
- Rebuild against PCRE 8.30
|
|
|
|
|
2012-02-04 16:18:57 +00:00
|
|
|
* Sat Feb 04 2012 Rex Dieter <rdieter@fedoraproject.org> 6:4.8.0-2
|
|
|
|
- fix KDE_VERSION_STRING (kde#293204)
|
|
|
|
|
2012-01-19 12:56:05 +00:00
|
|
|
* Thu Jan 19 2012 Jaroslav Reznik <jreznik@redhat.com> - 6:4.8.0-1
|
|
|
|
- 4.8.0
|
|
|
|
|
2012-01-04 08:31:55 +00:00
|
|
|
* Wed Jan 04 2012 Radek Novacek <rnovacek@redhat.com> - 6:4.7.97-1
|
|
|
|
- 4.7.97
|
|
|
|
|
2011-12-31 13:29:33 +00:00
|
|
|
* Sat Dec 31 2011 Rex Dieter <rdieter@fedoraproject.org> 6:4.7.95-2
|
|
|
|
- rebuild (attica)
|
|
|
|
|
2011-12-21 07:24:49 +00:00
|
|
|
* Wed Dec 21 2011 Radek Novacek <rnovacek@redhat.com> - 6:4.7.95-1
|
|
|
|
- 4.7.95
|
2011-12-21 07:53:55 +00:00
|
|
|
- drop patch for Plasma::PackageMetadata::read: Match the behavior of KService.
|
2011-12-21 07:24:49 +00:00
|
|
|
|
2011-12-06 16:42:41 +00:00
|
|
|
* Tue Dec 06 2011 Than Ngo <than@redhat.com> - 4.7.90-2
|
|
|
|
- add ss390/s390x support in kjs
|
|
|
|
|
2011-12-03 23:25:22 +00:00
|
|
|
* Sat Dec 03 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.90-1
|
|
|
|
- 4.7.90
|
|
|
|
|
2011-12-02 01:43:03 +00:00
|
|
|
* Thu Dec 01 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.80-3
|
|
|
|
- disable solid/upnp by default, set env SOLID_UPNP=1 to re-enable (#754530, #758008, kde#259472)
|
|
|
|
|
2011-11-29 14:03:19 +00:00
|
|
|
* Tue Nov 29 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.80-2
|
|
|
|
- drop kactivities conditional
|
|
|
|
|
2011-11-18 12:33:03 +00:00
|
|
|
* Fri Nov 18 2011 Jaroslav Reznik <jreznik@redhat.com> 4.7.80-1
|
|
|
|
- 4.7.80 (beta 1)
|
|
|
|
|
2011-11-16 23:22:38 +00:00
|
|
|
* Wed Nov 16 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.3-5
|
|
|
|
- restore halectomy patch (sans fstab-removing pieces)
|
|
|
|
|
2011-11-14 14:43:07 +00:00
|
|
|
* Mon Nov 14 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.3-4
|
|
|
|
- solid hardware does not detect NFS drives, halectomy related (#751879)
|
|
|
|
|
2011-11-07 18:38:47 +00:00
|
|
|
* Mon Nov 07 2011 Than Ngo <than@redhat.com> - 4.7.3-3
|
|
|
|
- CVE-2010-0046, security issue in khtml
|
|
|
|
|
2011-11-04 14:33:04 +00:00
|
|
|
* Fri Nov 04 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.3-2
|
|
|
|
- no_libkactivities
|
|
|
|
|
2011-10-29 11:47:42 +00:00
|
|
|
* Sat Oct 29 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.3-1
|
|
|
|
- 4.7.3
|
|
|
|
|
2011-10-29 03:42:37 +00:00
|
|
|
* Thu Oct 27 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.2-5
|
|
|
|
- omit knotify hack, fix in qt instead
|
|
|
|
|
2011-10-26 19:27:16 +00:00
|
|
|
* Wed Oct 26 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.2-4
|
|
|
|
- fix knotify, workaround Qt 4.8 QUrl.toLocalFile behavior change (#749213)
|
|
|
|
|
2011-10-26 00:11:49 +00:00
|
|
|
* Tue Oct 25 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.2-3
|
2011-10-26 00:21:39 +00:00
|
|
|
- no_libkactivities toggle, -devel: Provides: libkactivities-devel
|
2011-10-26 00:11:49 +00:00
|
|
|
|
2011-10-09 14:50:55 +00:00
|
|
|
* Sun Oct 09 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.2-2
|
|
|
|
- upstream nepomuk_unicode patch
|
|
|
|
|
2011-10-04 20:08:06 +00:00
|
|
|
* Tue Oct 04 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.2-1
|
|
|
|
- 4.7.2
|
|
|
|
|
2011-10-04 15:41:35 +00:00
|
|
|
* Tue Oct 04 2011 Lukas Tinkl <ltinkl@redhat.com> - 4.7.1-6
|
|
|
|
- Resolves #743056 - CVE-2011-3365 kdelibs: input validation failure in KSSL
|
|
|
|
|
2011-09-28 19:54:40 +00:00
|
|
|
* Wed Sep 28 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-5
|
|
|
|
- -devel: s/pkgconfig(attica)/pkgconfig(libattica)/
|
|
|
|
|
2011-09-27 23:51:17 +00:00
|
|
|
* Tue Sep 27 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.7.1-4
|
|
|
|
- updated Plasma data engine dependency extraction patch:
|
|
|
|
- added support for declarativeappletscript QML code
|
|
|
|
- plasma-dataengine-depextractor command-line tool:
|
|
|
|
- make sure we pass an absolute path to KDesktopFile
|
|
|
|
- autodetect the API/language used, drop --api command-line argument
|
|
|
|
|
2011-09-22 16:35:19 +00:00
|
|
|
* Thu Sep 22 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-3
|
|
|
|
- pkgconfig-style deps
|
2011-09-22 16:56:41 +00:00
|
|
|
- move kde4_appsdir/kdewidgets to main pkg (pairs with kdewidgets designer plugin)
|
2011-09-22 16:35:19 +00:00
|
|
|
|
2011-09-02 10:39:48 +00:00
|
|
|
* Fri Sep 02 2011 Than Ngo <than@redhat.com> - 4.7.1-1
|
|
|
|
- 4.7.1
|
|
|
|
|
2011-08-30 08:54:52 +00:00
|
|
|
* Tue Aug 30 2011 Than Ngo <than@redhat.com> - 4.7.0-5
|
|
|
|
- clean up fedora conditonals
|
|
|
|
|
2011-08-22 00:11:13 +00:00
|
|
|
* Mon Aug 22 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.7.0-4
|
|
|
|
- fix Plasma::PackageMetadata::read to match the behavior of KService
|
|
|
|
|
2011-08-21 02:10:16 +00:00
|
|
|
* Sun Aug 21 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.7.0-3
|
|
|
|
- backport my GSoC 2011 patches for libplasma PackageKit integration (F17+)
|
2011-08-21 02:21:13 +00:00
|
|
|
- package plasma-dataengine-depextractor in -devel (F17+)
|
2011-08-21 02:10:16 +00:00
|
|
|
|
2011-08-21 00:47:37 +00:00
|
|
|
* Sun Aug 21 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.7.0-2
|
|
|
|
- rebuild for the RPM dependency generators for Plasma (GSoC 2011)
|
2011-08-21 00:51:08 +00:00
|
|
|
- add BuildRequires: kde-settings to pick up the above
|
2011-08-21 00:47:37 +00:00
|
|
|
|
2011-07-26 08:40:00 +00:00
|
|
|
* Tue Jul 26 2011 Jaroslav Reznik <jreznik@redhat.com> 4.7.0-1
|
|
|
|
- 4.7.0
|
|
|
|
|
2011-07-25 17:15:14 +00:00
|
|
|
* Mon Jul 25 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.6.95-11
|
|
|
|
- fix KHTML form completion regression (kde#277457, patch by Andrea Iacovitti)
|
|
|
|
|
2011-07-25 13:49:09 +00:00
|
|
|
* Fri Jul 22 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.95-10
|
|
|
|
- drop kate
|
|
|
|
|
2011-07-21 15:01:45 +00:00
|
|
|
* Thu Jul 21 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.95-4
|
|
|
|
- rebuild (qt48)
|
|
|
|
|
2011-07-20 16:01:55 +00:00
|
|
|
* Wed Jul 20 2011 Jaroslav Reznik <jreznik@redhat.com> 4.6.95-3
|
|
|
|
- add Herqq dependency for Solid's UPnP support
|
|
|
|
|
2011-07-08 19:09:59 +00:00
|
|
|
* Fri Jul 08 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.95-2
|
|
|
|
- drop upstreamed qt48 patch
|
2011-07-08 19:20:31 +00:00
|
|
|
- Provides: katepart
|
2011-07-08 19:09:59 +00:00
|
|
|
|
2011-07-08 11:57:01 +00:00
|
|
|
* Fri Jul 08 2011 Jaroslav Reznik <jreznik@redhat.com> 4.6.95-1
|
|
|
|
- 4.6.95 (rc2)
|
|
|
|
|
2011-06-30 19:43:41 +00:00
|
|
|
* Thu Jun 30 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.90-4
|
|
|
|
- drop unneeded kstatusnotify_dbus_leak.patch (upstream fixed better)
|
|
|
|
|
2011-06-29 18:06:47 +00:00
|
|
|
* Wed Jun 29 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.90-3
|
|
|
|
- fix %%shared_desktop_ontologies_ver(sion) usage
|
2011-06-29 18:17:43 +00:00
|
|
|
- upstream kdoctools/docbook patch (#690124)
|
2011-06-29 18:06:47 +00:00
|
|
|
|
2011-06-28 14:20:28 +00:00
|
|
|
* Tue Jun 28 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.90-2
|
|
|
|
- move oxygen-icons-theme dep (back) to kdebase-runtime
|
|
|
|
|
2011-06-27 08:49:46 +00:00
|
|
|
* Mon Jun 27 2011 Than Ngo <than@redhat.com> - 4.6.90-1
|
|
|
|
- 4.6.90 (rc1)
|
|
|
|
|
2011-06-14 14:16:39 +00:00
|
|
|
* Tue Jun 14 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.80-5
|
|
|
|
- KStatusNotifierItem leaks D-Bus connections (#667787, kde#261180)
|
|
|
|
|
2011-06-12 02:00:30 +00:00
|
|
|
* Sun Jun 12 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.6.80-4
|
|
|
|
- rebuild for new qtwebkit (in an attempt to fix KWebPage crash)
|
|
|
|
|
2011-06-02 16:45:32 +00:00
|
|
|
* Thu Jun 02 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.80-3
|
|
|
|
- up min versions of phonon, shared-desktop-ontologies, soprano
|
|
|
|
|
2011-06-02 03:21:18 +00:00
|
|
|
* Thu Jun 02 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.6.80-2
|
|
|
|
- fix KConfigXT KComboBox for Qt 4.8 TP1 (upstream patch)
|
|
|
|
|
2011-05-27 12:57:55 +00:00
|
|
|
* Fri May 27 2011 Jaroslav Reznik <jreznik@redhat.com> 4.6.80-1
|
|
|
|
- 4.6.80 (beta1)
|
|
|
|
|
2011-05-24 13:52:08 +00:00
|
|
|
* Tue May 24 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.6.3-5
|
|
|
|
- fix kio regression causing requests submitted twice (#707146, kde#272466)
|
|
|
|
|
2011-05-16 16:00:47 +00:00
|
|
|
* Mon May 16 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.3-4.1
|
|
|
|
- Requires: oxygen-icon-theme >= 4.6.2
|
|
|
|
|
2011-05-10 15:40:28 +00:00
|
|
|
* Tue May 10 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.6.3-4
|
|
|
|
- Apply the xdg-menu patch everywhere again (#703531)
|
|
|
|
- Requires: redhat-menus (proper fix for #701693)
|
|
|
|
|
2011-05-08 22:56:01 +00:00
|
|
|
* Sun May 08 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.3-3
|
|
|
|
- Plasma crash in KiconLoader (kde258706)
|
|
|
|
|
2011-05-03 16:06:02 +00:00
|
|
|
* Tue May 03 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.6.3-2
|
|
|
|
- Drop xdg-menu patch on F15+ (#701693)
|
|
|
|
|
2011-04-28 18:05:15 +00:00
|
|
|
* Thu Apr 28 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.3-1
|
|
|
|
- 4.6.3
|
|
|
|
|
2011-04-25 19:04:48 +00:00
|
|
|
* Mon Apr 25 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.2-3
|
|
|
|
- Adjust uri/ mimetypes to use newer x-scheme-handler/ (#587573)
|
|
|
|
|
2011-04-19 19:33:19 +00:00
|
|
|
* Tue Apr 19 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.2-2
|
|
|
|
- Solid::Networking::status() returning Solid::Networking::Status::Unknown (kde#270538)
|
|
|
|
|
2011-04-06 10:53:47 +00:00
|
|
|
* Wed Apr 06 2011 Jaroslav Reznik <jreznik@redhat.com> 4.6.2-1
|
|
|
|
- 4.6.2
|
|
|
|
|
2011-03-23 19:47:28 +00:00
|
|
|
* Wed Mar 23 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.1-5
|
|
|
|
- Constant spinning of cd/dvd drive ... (#690123, kde#264487)
|
|
|
|
|
2011-03-11 20:21:46 +00:00
|
|
|
* Fri Mar 11 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.6.1-4
|
|
|
|
- use upstream patch for #682300 (kde#267770), my previous one didn't work
|
|
|
|
|
2011-03-11 01:41:26 +00:00
|
|
|
* Fri Mar 11 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.6.1-3
|
|
|
|
- set the plugin path in KApplication, don't rely on QT_PLUGIN_PATH being set,
|
|
|
|
fixes kpackagekitsmarticon not getting themed (#682300, kde#267770)
|
|
|
|
|
2011-03-08 14:26:42 +00:00
|
|
|
* Tue Mar 08 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.1-2
|
|
|
|
- Dolphin shows no files... (kde#267709)
|
|
|
|
|
2011-02-26 20:56:58 +00:00
|
|
|
* Sat Feb 26 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.1-1
|
|
|
|
- 4.6.1
|
|
|
|
|
2011-02-21 16:25:22 +00:00
|
|
|
* Mon Feb 21 2011 Jaroslav Reznik <jreznik@redhat.com> - 4.6.0-4
|
|
|
|
- Fix plasma logout crash (kde#264076)
|
|
|
|
|
2011-02-08 02:09:19 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6:4.6.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-25 21:37:42 +00:00
|
|
|
* Tue Jan 25 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.6.0-2
|
2011-01-25 21:34:50 +00:00
|
|
|
- Conflicts with old versions of kdevplatform, kdevelop, kile, rkward to force
|
|
|
|
their upgrade to compatible versions
|
|
|
|
|
2011-01-21 11:28:31 +00:00
|
|
|
* Fri Jan 21 2011 Jaroslav Reznik <jreznik@redhat.com> - 4.6.0-1
|
|
|
|
- 4.6.0
|
|
|
|
|
2011-01-18 20:22:06 +00:00
|
|
|
* Tue Jan 18 2011 Rex Dieter <rdieter@fedoraproject.org> - 4.5.95-2
|
|
|
|
- Unowned /usr/lib*/kde4/plugins/{gui_platform,styles} dirs (#645059)
|
|
|
|
|
2011-01-05 15:31:03 +00:00
|
|
|
* Wed Jan 05 2011 Jaroslav Reznik <jreznik@redhat.com> - 4.5.95-1
|
2011-01-05 15:28:03 +00:00
|
|
|
- 4.5.95 (4.6rc2)
|
|
|
|
|
2011-01-03 19:51:47 +00:00
|
|
|
* Mon Jan 03 2011 Lukas Tinkl <ltinkl@redhat.com> - 4.5.90-3
|
|
|
|
- update the halectomy patch to also omit the fstab backend
|
|
|
|
(may interfere with the udisks backend, causing deadlocks, cf kdebug#261359)
|
|
|
|
|
2010-12-23 13:10:38 +00:00
|
|
|
* Thu Dec 23 2010 Rex Dieter <rdieter@fedoraproject.org> 4.5.90-2
|
|
|
|
- build hal-free (ltinkl)
|
|
|
|
|
2010-12-22 14:43:51 +00:00
|
|
|
* Wed Dec 22 2010 Rex Dieter <rdieter@fedoraproject.org> 4.5.90-1
|
|
|
|
- 4.5.90 (4.6rc1)
|
|
|
|
|
2010-12-17 14:53:48 +00:00
|
|
|
* Fri Dec 17 2010 Jaroslav Reznik <jreznik@redhat.com> - 4.5.85-5
|
2010-12-17 14:52:48 +00:00
|
|
|
- rebuild for polkit-qt-1-0.99.0 (soname 1.99.0)
|
|
|
|
|
|
|
|
* Fri Dec 10 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.85-4
|
2010-12-10 19:09:15 +00:00
|
|
|
- -common: Conflicts: kdebase-runtime < 4.5.80
|
|
|
|
- drop some old pre-f13 era Conflicts
|
|
|
|
|
2010-12-10 17:37:42 +00:00
|
|
|
* Fri Dec 10 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.5.85-3
|
|
|
|
- fix FindQt4.cmake when there's also qt3-devel installed (#661996)
|
|
|
|
|
2010-12-08 12:22:33 +00:00
|
|
|
* Wed Dec 08 2010 Thomas Janssen <thomasj@fedoraproject.org> 4.5.85-2
|
|
|
|
- respun upstream tarball
|
|
|
|
|
2010-12-03 18:50:56 +00:00
|
|
|
* Fri Dec 03 2010 Thomas Janssen <thomasj@fedoraproject.org> 4.5.85-1
|
|
|
|
- 4.5.85 (4.6beta2)
|
|
|
|
|
2010-11-26 22:22:53 +00:00
|
|
|
* Fri Nov 26 2010 Rex Dieter <rdieter@fedoraproject.org> 4.5.80-7
|
|
|
|
- move udisks/upower dep to main pkg (from -devel)
|
|
|
|
|
2010-11-24 19:04:15 +00:00
|
|
|
* Wed Nov 24 2010 Lukas Tinkl <ltinkl@redhat.com> - 4.5.80-6
|
|
|
|
- explicitely require udisks/upower now that we depend on them
|
|
|
|
|
2010-11-23 21:16:39 +00:00
|
|
|
* Tue Nov 23 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.5.80-5
|
|
|
|
- respun tarball (again), includes fix-build patch
|
|
|
|
|
2010-11-23 06:03:38 +00:00
|
|
|
* Tue Nov 23 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.5.80-4
|
|
|
|
- respun tarball
|
2010-11-23 14:07:57 +00:00
|
|
|
- fix build failure triggered by "build fix" (patch by Jonathan Riddell)
|
2010-11-23 06:03:38 +00:00
|
|
|
|
2010-11-22 19:27:13 +00:00
|
|
|
* Mon Nov 22 2010 Lukas Tinkl <ltinkl@redhat.com> - 4.5.80-3
|
|
|
|
- don't build Solid HAL backend, rely on udisks/upower/udev only
|
|
|
|
(aka project HALsectomy)
|
|
|
|
|
2010-11-21 00:23:22 +00:00
|
|
|
* Sat Nov 20 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.80-2
|
|
|
|
- squash more rpath's
|
|
|
|
|
2010-11-20 17:12:30 +00:00
|
|
|
* Sat Nov 20 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.80-1
|
|
|
|
- 4.5.80 (4.6beta1)
|
|
|
|
|
2010-11-16 01:20:16 +00:00
|
|
|
* Mon Nov 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.3-3
|
|
|
|
- Closing a konsolepart shell crashes (kde#256652)
|
|
|
|
|
2010-11-05 09:48:10 +00:00
|
|
|
* Fri Nov 05 2010 Thomas janssen <thomasj@fedoraproject.org> 4.5.3-2
|
|
|
|
- rebuild for new libxml2
|
|
|
|
|
2010-10-29 13:34:22 +00:00
|
|
|
* Fri Oct 29 2010 Than Ngo <than@redhat.com> - 4.5.3-1
|
|
|
|
- 4.5.3
|
|
|
|
|
2010-10-15 17:25:49 +00:00
|
|
|
* Fri Oct 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.2-7
|
|
|
|
- backport configChanged() for wallpaper
|
|
|
|
|
2010-10-15 16:16:19 +00:00
|
|
|
* Fri Oct 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.2-6
|
|
|
|
- kio/krun patch so kde services can open urls directly too
|
|
|
|
|
2010-10-08 12:21:16 +00:00
|
|
|
* Fri Oct 08 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.2-5
|
2010-10-08 13:19:09 +00:00
|
|
|
- switching comic in comic applet crashes plasma (kde#253387,rh#640619)
|
2010-10-08 12:21:16 +00:00
|
|
|
|
2010-10-07 11:08:25 +00:00
|
|
|
* Thu Oct 07 2010 Than Ngo <than@redhat.com> - 4.5.2-4
|
|
|
|
- kde253294, KMail and Kopete download and open https url instead of only opening
|
|
|
|
|
2010-10-05 12:26:10 +00:00
|
|
|
* Tue Oct 05 2010 Lukas Tinkl <ltinkl@redhat.com> - 4.5.2-3
|
|
|
|
- tarball respin
|
|
|
|
|
2010-10-02 02:49:24 +00:00
|
|
|
* Fri Oct 01 2010 Rex Dieter <rdieter@fedoraproject.org> 4.5.2-2
|
|
|
|
- rebuild (phonon)
|
|
|
|
|
2010-10-01 14:23:11 +00:00
|
|
|
* Fri Oct 01 2010 Rex Dieter <rdieter@fedoraproject.org> 4.5.2-1
|
|
|
|
- 4.5.2
|
|
|
|
|
2010-09-10 09:34:16 +00:00
|
|
|
* Fri Sep 10 2010 Thomas Janssen <thomasj@fedoraproject.org> 4.5.1-4
|
|
|
|
- backport patches to fix a crashing kdevelop (kde 4.5.1 only)
|
|
|
|
|
2010-08-27 22:40:51 +00:00
|
|
|
* Fri Aug 27 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.5.1-3
|
|
|
|
- make building -apidocs-qch optional and disable it by default until fixed
|
|
|
|
|
2010-08-27 17:24:39 +00:00
|
|
|
* Fri Aug 27 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-2
|
|
|
|
- -apidocs : exclude installdox
|
|
|
|
|
2010-08-27 14:39:09 +00:00
|
|
|
* Fri Aug 27 2010 Jaroslav Reznik <jreznik@redhat.com> - 4.5.1-1
|
|
|
|
- 4.5.1
|
2010-08-27 16:06:49 +00:00
|
|
|
- use gpg2 in knewstuff (kde#249152)
|
2010-08-27 14:39:09 +00:00
|
|
|
|
2010-08-26 18:20:51 +00:00
|
|
|
* Thu Aug 26 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.0-6
|
|
|
|
- use ca-certificates' ca-bundle.crt (#521902)
|
|
|
|
|
2010-08-18 05:40:16 +00:00
|
|
|
* Wed Aug 18 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.5.0-5
|
|
|
|
- fix packaging of QCH apidocs
|
|
|
|
|
2010-08-18 03:16:20 +00:00
|
|
|
* Wed Aug 18 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.5.0-4
|
|
|
|
- package QCH apidocs (-apidocs-qch noarch subpackage)
|
|
|
|
|
2010-08-18 00:55:53 +00:00
|
|
|
* Wed Aug 18 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.5.0-3
|
|
|
|
- generate QCH apidocs (try 1)
|
|
|
|
|
2010-08-11 20:44:05 +00:00
|
|
|
* Tue Aug 10 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.0-2
|
|
|
|
- (Build)Requires: qt4(-devel) >= 4.6.3
|
|
|
|
- dbusmenu_qt_ver 0.5.2, soprano_ver 4.5.0
|
|
|
|
|
2010-08-03 11:52:43 +00:00
|
|
|
* Tue Aug 03 2010 Than Ngo <than@redhat.com> - 4.5.0-1
|
|
|
|
- 4.5.0
|
|
|
|
|
2010-07-24 16:52:20 +00:00
|
|
|
* Sat Jul 25 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.95-1
|
|
|
|
- 4.5 RC3 (4.4.95)
|
|
|
|
|
2010-07-21 13:57:25 +00:00
|
|
|
* Wed Jul 21 2010 Than Ngo <than@redhat.com> - 6:4.4.92-4
|
|
|
|
- (Build)Requires: qt4(-devel) >= 4.7.0
|
|
|
|
- drop icon-name-qt47 patch
|
2010-07-21 13:02:42 +00:00
|
|
|
|
2010-07-16 13:44:11 +00:00
|
|
|
* Fri Jul 16 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.92-3
|
|
|
|
- Requires: oxygen-icon-theme (ensures default fallback is present)
|
|
|
|
|
|
|
|
* Wed Jul 07 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.92-2
|
|
|
|
- tarball respin
|
|
|
|
|
|
|
|
* Wed Jul 07 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.92-1
|
|
|
|
- 4.5 RC2 (4.4.92)
|
|
|
|
|
|
|
|
* Fri Jun 25 2010 Jaroslav Reznik <jreznik@redhat.com> - 6:4.4.90-1
|
|
|
|
- 4.5 RC1 (4.4.90)
|
|
|
|
|
|
|
|
* Thu Jun 17 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.85-3
|
|
|
|
- Plasma crash on startup (kde#241298)
|
|
|
|
|
2010-06-08 14:38:24 +00:00
|
|
|
* Tue Jun 08 2010 Jaroslav Reznik <jreznik@redhat.com> - 6:4.4.85-2
|
2010-06-08 15:35:13 +00:00
|
|
|
- (Build)Requires: docbook-dtds, docbook-style-xsl
|
|
|
|
- drop fedora < 12 conditionals
|
2010-06-08 14:38:24 +00:00
|
|
|
|
2010-06-07 14:11:10 +00:00
|
|
|
* Mon Jun 07 2010 Jaroslav Reznik <jreznik@redhat.com> - 6:4.4.85-1
|
|
|
|
- 4.5 Beta 2 (4.4.85)
|
|
|
|
|
2010-05-25 22:13:28 +00:00
|
|
|
* Tue May 25 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.80-3
|
|
|
|
- Blur shadow around widgets does not smoothly fade out (kde#235620)
|
|
|
|
|
2010-05-24 01:42:56 +00:00
|
|
|
* Sun May 23 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.80-2
|
|
|
|
- own %%{_kde4_libdir}/plugins/{gui_platform,styles}
|
|
|
|
|
2010-05-21 08:28:42 +00:00
|
|
|
* Fri May 21 2010 Jaroslav Reznik <jreznik@redhat.com> - 6:4.4.80-1
|
|
|
|
- 4.5 Beta 1 (4.4.80)
|
2010-05-22 14:58:59 +00:00
|
|
|
- BuildRequires: dbusmenu-qt-devel
|
2010-05-21 08:28:42 +00:00
|
|
|
|
2010-05-16 17:01:13 +00:00
|
|
|
* Sun May 16 2010 Rex Dieter <rdieter@fedoraproject.org> 6:4.4.3-5
|
|
|
|
- Web proxy auto-discovery (WPAD) fails (#592658)
|
|
|
|
|
2010-05-09 00:08:04 +00:00
|
|
|
* Sat May 08 2010 Rex Dieter <rdieter@fedoraproject.org> 6:4.4.3-4
|
|
|
|
- -devel: Req: qt4-webkit-devel
|
|
|
|
|
|
|
|
* Sat May 08 2010 Rex Dieter <rdieter@fedoraproject.org> 6:4.4.3-3
|
2010-05-08 21:17:36 +00:00
|
|
|
- BR: qt4-webkit-devel
|
|
|
|
|
2010-05-05 10:13:40 +00:00
|
|
|
* Wed May 05 2010 Than Ngo <than@redhat.com> - 6:4.4.3-2
|
|
|
|
- respin
|
|
|
|
|
2010-04-30 13:08:38 +00:00
|
|
|
* Fri Apr 30 2010 Jaroslav Reznik <jreznik@redhat.com> - 6:4.4.3-1
|
|
|
|
- 4.4.3
|
|
|
|
|
2010-04-25 17:02:08 +00:00
|
|
|
* Sun Apr 25 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.2-5
|
|
|
|
- rebuild (soprano)
|
|
|
|
|
2010-04-24 20:34:21 +00:00
|
|
|
* Sat Apr 24 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.2-4
|
|
|
|
- fix kidletime (kde#231628,kde#227279,kde#218468)
|
|
|
|
- kate part ignores japanese input from input method (#585242,kde#206455)
|
|
|
|
|
2010-04-15 12:01:40 +00:00
|
|
|
* Thu Apr 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.2-3
|
|
|
|
- cleanup/fix webkitkde Obsoletes a bit more (#582469)
|
|
|
|
- (Build)Requies: cmake >= 2.6.4
|
|
|
|
|
2010-04-09 17:08:15 +00:00
|
|
|
* Fri Apr 09 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.2-2
|
|
|
|
- Obsoletes: webkitkde < 0.0.6 (#576634)
|
|
|
|
|
2010-03-29 16:01:12 +00:00
|
|
|
* Mon Mar 29 2010 Lukas Tinkl <ltinkl@redhat.com> - 6:4.4.2-1
|
|
|
|
- 4.4.2
|
|
|
|
|
2010-03-25 14:38:03 +00:00
|
|
|
* Thu Mar 25 2010 Rex Dieter <rdieter@fedoraproject.org> 6:4.4.1-10
|
|
|
|
- drop BR: openssh-clients subversion
|
|
|
|
|
2010-03-25 14:06:50 +00:00
|
|
|
* Thu Mar 25 2010 Rex Dieter <rdieter@fedoraproject.org> 6:4.4.1-9
|
|
|
|
- refresh kdelibs-4.4.2-kpixmapcache.patch
|
|
|
|
|
2010-03-24 18:50:06 +00:00
|
|
|
* Wed Mar 24 2010 Rex Dieter <rdieter@fedoraproject.org> 6:4.4.1-8
|
|
|
|
- Obsoletes: webkitkde (#576634)
|
|
|
|
|
2010-03-20 13:17:07 +00:00
|
|
|
* Sat Mar 20 2010 Rex Dieter <rdieter@fedoraproject.org> 6:4.4.1-7
|
|
|
|
- KDE default in noisy debug mode to stdout/stderr (kde#227089)
|
|
|
|
- backport trunk/ fix building against qt-4.7
|
|
|
|
|
2010-03-17 12:19:41 +00:00
|
|
|
* Wed Mar 17 2010 Lukas Tinkl <ltinkl@redhat.com> - 6:4.4.1-6
|
|
|
|
- fix crash in KPixmapCache (bug#568389)
|
|
|
|
|
2010-03-09 22:29:38 +00:00
|
|
|
* Tue Mar 09 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.1-5
|
|
|
|
- rebuild (soprano)
|
|
|
|
|
2010-03-09 19:41:21 +00:00
|
|
|
* Tue Mar 09 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.1-4
|
|
|
|
- Requires: hal (for solid)
|
|
|
|
- drop Requires: dbus-x11 (it's already Req'd in kdebase-workspace)
|
|
|
|
- drop Requires: coreutils grep (F-12+)
|
|
|
|
- make Requires: kdelibs-common versioned
|
|
|
|
|
2010-02-28 21:17:07 +00:00
|
|
|
* Sun Feb 28 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.1-3
|
|
|
|
- put back CMAKE_INSTALL_RPATH_USE_LINK_PATH FALSE to avoid
|
|
|
|
%%_libdir/kde/devel rpaths (#568495)
|
|
|
|
|
2010-02-28 18:01:58 +00:00
|
|
|
* Sun Feb 28 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.1-2
|
|
|
|
- update no_rpath patch, revert back to
|
|
|
|
CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE (#568495)
|
|
|
|
|
2010-02-28 02:44:50 +00:00
|
|
|
* Sat Feb 27 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.1-1
|
|
|
|
- 4.4.1
|
|
|
|
|
2010-02-19 17:37:55 +00:00
|
|
|
* Fri Feb 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.0-9
|
|
|
|
- -devel: Provides: nepomuk-devel, Requires: soprano-devel
|
|
|
|
|
2010-02-16 11:18:09 +00:00
|
|
|
* Tue Feb 16 2010 Than Ngo <than@redhat.com> - 6:4.4.0-8
|
|
|
|
- krunner crash patch (kde#227118)
|
2010-02-16 11:41:22 +00:00
|
|
|
- plasma crash patch (kde#226823)
|
2010-02-16 11:18:09 +00:00
|
|
|
|
2010-02-13 23:33:32 +00:00
|
|
|
* Sat Feb 13 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 6:4.4.0-7
|
|
|
|
- rebuild for new kde-filesystem in F13, fixes kde4-config --libsuffix (#564712)
|
|
|
|
|
2010-02-13 21:53:10 +00:00
|
|
|
* Sat Feb 13 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.0-6
|
|
|
|
- nepomuk_memleak patch
|
|
|
|
|
2010-02-12 16:49:50 +00:00
|
|
|
* Fri Feb 12 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.0-5
|
|
|
|
- khtml_scrolling patch
|
|
|
|
- drop khtml_svg_no_var_tracking_assignments patch
|
|
|
|
|
2010-02-09 20:46:57 +00:00
|
|
|
* Tue Feb 09 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.0-4
|
2010-02-09 21:18:41 +00:00
|
|
|
- depend on version of phonon,strigi,soprano built against
|
2010-02-09 20:46:57 +00:00
|
|
|
|
2010-02-09 12:46:13 +00:00
|
|
|
* Tue Feb 09 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.0-3
|
|
|
|
- respin
|
|
|
|
|
2010-02-08 21:33:41 +00:00
|
|
|
* Mon Feb 08 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.0-2
|
|
|
|
- respin
|
|
|
|
|
2010-02-05 11:56:58 +00:00
|
|
|
* Fri Feb 05 2010 Than Ngo <than@redhat.com> - 6:4.4.0-1
|
|
|
|
- 4.4.0
|
|
|
|
|
2010-02-02 17:05:41 +00:00
|
|
|
* Tue Feb 02 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.3.98-4
|
|
|
|
- -apidocs: build as normal noarch subpkg
|
|
|
|
|
2010-02-02 15:53:56 +00:00
|
|
|
* Tue Feb 02 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.3.98-3
|
|
|
|
- respin no_rpath patch, add LIB_INSTALL_DIR rpath only if not in
|
|
|
|
CMAKE_SYSTEM_LIBRARY_PATH. added some status messages to help debug.
|
|
|
|
|
2010-02-01 20:01:45 +00:00
|
|
|
* Mon Feb 01 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.3.98-2
|
|
|
|
- no_rpath patch, goodbye -DCMAKE_SKIP_RPATH:BOOL=ON, it's been fun
|
|
|
|
|
2010-02-01 00:56:36 +00:00
|
|
|
* Sun Jan 31 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.3.98-1
|
|
|
|
- KDE 4.3.98 (4.4rc3)
|
|
|
|
|
2010-01-27 17:07:20 +00:00
|
|
|
* Wed Jan 27 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.3.95-3
|
2010-01-27 22:28:25 +00:00
|
|
|
- patch for kde4-config --kde-version option (kde#224540)
|
2010-01-27 17:07:20 +00:00
|
|
|
|
|
|
|
* Tue Jan 26 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.3.95-2
|
|
|
|
- -devel: Obsoletes: webkitkde-devel
|
|
|
|
|
2010-01-20 19:00:52 +00:00
|
|
|
* Wed Jan 20 2010 Lukas Tinkl <ltinkl@redhat.com> - 4.3.95-1
|
|
|
|
- KDE 4.3.95 (4.4rc2)
|
|
|
|
|
2010-01-14 18:06:45 +00:00
|
|
|
* Thu Jan 14 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.3.90-6
|
|
|
|
- use %%_polkit_qt_policydir
|
|
|
|
- strigi_ver 0.7.1
|
|
|
|
|
2010-01-11 16:45:58 +00:00
|
|
|
* Mon Jan 11 2010 Jaroslav Reznik <jreznik@redhat.com> - 4.3.90-5
|
|
|
|
- hopefully correct kauth fix (old polkit cmake module is broken)
|
|
|
|
|
2010-01-08 15:54:36 +00:00
|
|
|
* Fri Jan 08 2010 Jaroslav Reznik <jreznik@redhat.com> - 4.3.90-4
|
|
|
|
- fix kauth polkit policies installation
|
|
|
|
|
2010-01-07 14:38:32 +00:00
|
|
|
* Thu Jan 07 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.3.90-3
|
|
|
|
- bump min polkit-qt version(s)
|
|
|
|
|
2010-01-06 23:04:53 +00:00
|
|
|
* Wed Jan 06 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.3.90-2
|
|
|
|
- -devel: Requires: shared-desktop-ontologies-devel
|
|
|
|
|
2010-01-06 19:50:19 +00:00
|
|
|
* Wed Jan 06 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.3.90-1
|
|
|
|
- 4.3.90 (4.4rc1)
|
|
|
|
- drop openssl patch (no longer needed since bug #429846 fixed)
|
|
|
|
|
2010-01-05 17:12:44 +00:00
|
|
|
* Tue Jan 05 2010 Jaroslav Reznik <jreznik@redhat.com> - 4.3.85-7
|
|
|
|
- PolkitQt rebuild
|
|
|
|
|
2009-12-27 10:53:38 +00:00
|
|
|
* Sun Dec 27 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.85-6
|
|
|
|
- Conflicts: kdebase-workspace(-libs,-devel) < 4.3.80
|
|
|
|
|
2009-12-26 21:19:39 +00:00
|
|
|
* Sat Dec 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.85-5
|
|
|
|
- move kdecmake,makekdewidgets manpages to -devel (#549947)
|
|
|
|
|
2009-12-19 16:19:09 +00:00
|
|
|
* Sat Dec 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.85-4
|
|
|
|
- tarball respin
|
|
|
|
|
2009-12-19 01:17:35 +00:00
|
|
|
* Fri Dec 18 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.85-3
|
|
|
|
- -devel: Requires: attica-devel
|
|
|
|
|
2009-12-18 22:53:49 +00:00
|
|
|
* Fri Dec 18 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.85-2
|
|
|
|
- plasma_scrollwidget patch
|
|
|
|
|
2009-12-18 14:29:01 +00:00
|
|
|
* Fri Dec 18 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.85-1
|
|
|
|
- 4.3.85 (4.4 beta2)
|
|
|
|
|
2009-12-16 11:17:12 +00:00
|
|
|
* Wed Dec 16 2009 Jaroslav Reznik <jreznik@redhat.com> - 4.3.80-5
|
|
|
|
- Repositioning the KDE Brand (#547361)
|
|
|
|
|
2009-12-09 21:47:18 +00:00
|
|
|
* Wed Dec 09 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.80-4
|
2009-12-09 22:21:00 +00:00
|
|
|
- BR: attica-devel shared-desktop-ontologies-devel
|
2009-12-09 21:47:18 +00:00
|
|
|
- phonon_ver 4.3.80
|
|
|
|
- soprano_ver 2.3.70
|
|
|
|
|
2009-12-04 15:20:31 +00:00
|
|
|
* Fri Dec 04 2009 Than Ngo <than@redhat.com> - 4.3.80-3
|
|
|
|
- respin
|
|
|
|
|
2009-12-03 13:36:24 +00:00
|
|
|
* Thu Dec 03 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.80-2
|
|
|
|
- BR polkit-qt-devel
|
|
|
|
- fix the build of the KAuth PolkitQt-1 backend (upstream patch)
|
|
|
|
|
2009-12-02 04:50:37 +00:00
|
|
|
* Tue Dec 01 2009 Ben Boeckel <MathStuf@gmail.com> - 4.3.80-1
|
|
|
|
- KDE 4.4 beta1 (4.3.80)
|
|
|
|
|
2009-11-25 16:38:28 +00:00
|
|
|
* Wed Nov 25 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.75-0.2.svn1048496
|
|
|
|
- -devel: Provides: kdelibs4-devel%{?_isa} ...
|
|
|
|
- Obsoletes: kdelibs-experimental(-devel) < 4.3.75
|
|
|
|
|
2009-11-24 15:24:36 +00:00
|
|
|
* Fri Nov 20 2009 Ben Boeckel <MathStuf@gmail.com> - 4.3.75-0.1.svn1048496
|
|
|
|
- Update to 4.3.75 snapshot
|
|
|
|
|
2009-11-18 19:34:47 +00:00
|
|
|
* Wed Nov 18 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.3-6
|
|
|
|
- rebuild (for qt-4.6.0-rc1, f13+)
|
|
|
|
- fix/revert soprano_ver change in -5
|
|
|
|
|
2009-11-16 16:51:30 +00:00
|
|
|
* Mon Nov 16 2009 Than Ngo <than@redhat.com> - 4.3.3-5
|
|
|
|
- fix conditional
|
|
|
|
|
2009-11-14 01:45:21 +00:00
|
|
|
* Fri Nov 13 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.3-4
|
|
|
|
- kubuntu_80_kaction_qt_keys.diff (#475247)
|
2009-11-16 16:51:30 +00:00
|
|
|
- soprano_ver 2.3.1
|
2009-11-14 01:45:21 +00:00
|
|
|
|
2009-11-13 16:52:48 +00:00
|
|
|
* Fri Nov 13 2009 Than Ngo <than@redhat.com> - 4.3.3-3
|
|
|
|
- rhel cleanup, fix conditional for RHEL
|
|
|
|
|
2009-11-06 00:17:18 +00:00
|
|
|
* Fri Nov 06 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.3-2
|
2009-11-05 23:36:43 +00:00
|
|
|
- backport adFilteredBy API from trunk, required to build konq-plugins-4.3.3
|
2009-11-06 00:17:18 +00:00
|
|
|
- BR flex and bison for the Solid predicate parser
|
2009-11-06 01:09:45 +00:00
|
|
|
- fix build of fakes.c due to missing #include <string.h>
|
2009-11-05 23:36:43 +00:00
|
|
|
|
2009-10-31 13:10:42 +00:00
|
|
|
* Fri Oct 30 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.3-1
|
|
|
|
- 4.3.3
|
|
|
|
|
2009-10-12 16:31:16 +00:00
|
|
|
* Mon Oct 12 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.3.2-4
|
|
|
|
- khtml kpart crasher nr. 2 (rev.1033984)
|
|
|
|
|
2009-10-08 18:26:18 +00:00
|
|
|
* Thu Oct 08 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.2-3
|
|
|
|
- khtml kpart crasher (kde #207173/209876)
|
|
|
|
|
2009-10-07 10:39:07 +00:00
|
|
|
* Wed Oct 07 2009 Than Ngo <than@redhat.com> - 4.3.2-2
|
|
|
|
- fix a deadlock in KLocale
|
|
|
|
|
2009-10-05 13:24:57 +00:00
|
|
|
* Mon Oct 05 2009 Than Ngo <than@redhat.com> - 4.3.2-1
|
|
|
|
- 4.3.2
|
|
|
|
|
2009-09-23 19:40:39 +00:00
|
|
|
* Wed Sep 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.1-7
|
|
|
|
- move /etc/profile.d/kde4.(sh|csh) to kde-settings (F-12+)
|
|
|
|
|
2009-09-21 15:47:17 +00:00
|
|
|
* Mon Sep 21 2009 Than Ngo <than@redhat.com> - 4.3.1-6
|
|
|
|
- use abrt for RHEL
|
|
|
|
|
2009-09-19 06:20:04 +00:00
|
|
|
* Sat Sep 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.1-5
|
|
|
|
- groupdav connect to egroupware failed (kde#186763)
|
|
|
|
|
2009-09-18 23:38:55 +00:00
|
|
|
* Fri Sep 18 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.1-4
|
|
|
|
- ship kde4-doxygen.sh only in -devel (fix duplicate file)
|
|
|
|
|
2009-09-04 12:22:13 +00:00
|
|
|
* Fri Sep 04 2009 Than Ngo <than@redhat.com> - 4.3.1-3
|
|
|
|
- security fix for -CVE-2009-2702
|
|
|
|
|
2009-09-02 17:57:44 +00:00
|
|
|
* Wed Sep 02 2009 Ben Boeckel <MathStuf@gmail.com> - 4.3.1-2
|
|
|
|
- Patch for kde#160679
|
|
|
|
|
2009-08-28 14:14:08 +00:00
|
|
|
* Fri Aug 28 2009 Than Ngo <than@redhat.com> - 4.3.1-1
|
|
|
|
- 4.3.1
|
2009-09-01 21:31:35 +00:00
|
|
|
- openssl-1.0 build fixes
|
2009-08-28 14:14:08 +00:00
|
|
|
|
2009-08-26 17:17:40 +00:00
|
|
|
* Wed Aug 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.0-8
|
|
|
|
- BR: xz-devel
|
|
|
|
|
2009-08-23 18:43:21 +00:00
|
|
|
* Sun Aug 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.0-7
|
|
|
|
- buildsys_phonon patch (to be compatible with newer kde-qt.git qt builds)
|
|
|
|
|
2009-08-19 09:39:14 +00:00
|
|
|
* Wed Aug 19 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.3.0-6
|
|
|
|
- fix crash when editting toolbars (kdebug:200815)
|
|
|
|
|
2009-08-18 10:04:20 +00:00
|
|
|
* Tue Aug 18 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.3.0.5
|
|
|
|
- fix KDE bug #19538, copy file after rename uses old file name
|
|
|
|
|
2009-08-17 11:11:29 +00:00
|
|
|
* Mon Aug 17 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.3.0-4
|
|
|
|
- fix unmounting devices
|
|
|
|
- fix copying URLs to clipboard (kdebug:170608)
|
|
|
|
|
2009-08-14 14:21:12 +00:00
|
|
|
* Fri Aug 14 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.0-3
|
|
|
|
- kde4.(sh|csh): drop KDE_IS_PRELINKED for now (workaround bug #515539)
|
|
|
|
|
2009-08-05 17:48:32 +00:00
|
|
|
* Wed Aug 05 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.0-2
|
|
|
|
- microblog crashes plasma on show friends toggle (kdebug#202550)
|
2009-08-05 18:25:22 +00:00
|
|
|
- khtml crasher (kdebug#199557)
|
2009-08-05 17:48:32 +00:00
|
|
|
|
2009-07-29 23:05:01 +00:00
|
|
|
* Thu Jul 30 2009 Than Ngo <than@redhat.com> - 4.3.0-1
|
|
|
|
- 4.3.0
|
|
|
|
|
2009-07-29 20:40:53 +00:00
|
|
|
* Wed Jul 29 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.98-4
|
|
|
|
- -devel: Conflicts: kdebase-runtime < 4.2.90, kdebase-workspace-devel < 4.2.90
|
|
|
|
|
2009-07-26 02:25:43 +00:00
|
|
|
* Sun Jul 26 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.2.98-3
|
|
|
|
- fix CVE-2009-2537 - select length DoS
|
|
|
|
- fix CVE-2009-1725 - crash, possible ACE in numeric character references
|
|
|
|
- fix CVE-2009-1687 - possible ACE in KJS (FIXME: now aborts, so still crashes)
|
|
|
|
- fix CVE-2009-1698 - crash, possible ACE in CSS style attribute handling
|
2009-07-26 02:59:12 +00:00
|
|
|
- fix minimum strigi version (0.7, not 0.7.0, RPM thinks 0.7 < 0.7.0)
|
2009-07-26 02:25:43 +00:00
|
|
|
|
2009-07-24 16:42:21 +00:00
|
|
|
* Fri Jul 24 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.2.98-2
|
2009-07-24 16:48:26 +00:00
|
|
|
- respun tarball, to fix KIO HTTP redirects
|
2009-07-25 16:58:35 +00:00
|
|
|
- fix phonon/strigi versions
|
2009-07-24 16:42:21 +00:00
|
|
|
|
2009-07-22 10:12:16 +00:00
|
|
|
* Wed Jul 22 2009 Than Ngo <than@redhat.com> - 4.2.98-1
|
|
|
|
- 4.3rc3
|
|
|
|
|
2009-07-16 20:16:57 +00:00
|
|
|
* Thu Jul 16 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.96-2
|
|
|
|
- soprano_ver 2.3.0
|
|
|
|
- License: LGPLv2+
|
|
|
|
|
2009-07-10 20:13:40 +00:00
|
|
|
* Fri Jul 10 2009 Than Ngo <than@redhat.com> - 4.2.96-1
|
|
|
|
- 4.3rc2
|
|
|
|
|
2009-07-08 15:21:44 +00:00
|
|
|
* Wed Jul 08 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.2.95-4
|
|
|
|
- fix CMake dependency in parallel_devel patch (#510259, CHIKAMA Masaki)
|
|
|
|
|
2009-07-04 00:52:49 +00:00
|
|
|
* Fri Jul 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.95-3
|
2009-07-04 00:52:00 +00:00
|
|
|
- plasma animation crasher (kdebug#198338)
|
|
|
|
|
2009-07-03 10:53:26 +00:00
|
|
|
* Fri Jul 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.95-2
|
|
|
|
- up min versions, phonon, strigi, soprano (#509511)
|
|
|
|
|
2009-06-25 13:11:05 +00:00
|
|
|
* Thu Jun 25 2009 Than Ngo <than@redhat.com> - 4.2.95-1
|
|
|
|
- 4.3 rc1
|
|
|
|
|
2009-06-03 21:15:23 +00:00
|
|
|
* Wed Jun 03 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.90-1
|
|
|
|
- KDE-4.3 beta2 (4.2.90)
|
|
|
|
|
2009-05-12 12:12:56 +00:00
|
|
|
* Tue May 12 2009 Than Ngo <than@redhat.com> 4.2.85-1
|
|
|
|
- KDE-4.3 beta1 (4.2.85)
|
2009-05-14 16:52:04 +00:00
|
|
|
- kde4.(sh|csh): drop QT_PLUGINS_PATH munging, kde4-config call (#498809)
|
|
|
|
|
2009-04-29 23:50:34 +00:00
|
|
|
* Wed Apr 29 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.2-14
|
|
|
|
- -devel: Provides: kdelibs4-devel%%{?_isa} ...
|
|
|
|
|
2009-04-28 12:20:38 +00:00
|
|
|
* Tue Apr 28 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.2.2-13
|
|
|
|
- upstream patch to fix GCC4.4 crashes in kjs
|
|
|
|
(kdebug:189809)
|
|
|
|
|
2009-04-24 01:45:15 +00:00
|
|
|
* Fri Apr 24 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.2.2-12
|
|
|
|
- drop the PopupApplet configuration backports (#495998) for now, kconf_update
|
|
|
|
does not work as expected for Plasma
|
|
|
|
|
2009-04-23 22:50:30 +00:00
|
|
|
* Thu Apr 23 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.2.2-11
|
|
|
|
- fix the kconf_update scriptlet for #495998 again (missing DELETEGROUP)
|
|
|
|
|
2009-04-23 21:29:02 +00:00
|
|
|
* Thu Apr 23 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.2.2-10
|
2009-04-23 22:50:30 +00:00
|
|
|
- fix the kconf_update scriptlet for #495998 (broken .upd syntax)
|
2009-04-23 21:29:02 +00:00
|
|
|
|
2009-04-21 15:07:16 +00:00
|
|
|
* Tue Apr 21 2009 Than Ngo <than@redhat.com> - 4.2.2-9
|
|
|
|
- don't let plasma appear over screensaver
|
|
|
|
|
2009-04-20 12:23:37 +00:00
|
|
|
* Mon Apr 20 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.2.2-8
|
|
|
|
- fix Plasma PopupApplet configuration interfering with weather applet (#495998)
|
|
|
|
|
2009-04-19 14:23:15 +00:00
|
|
|
* Sun Apr 19 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.2-7
|
|
|
|
- fix and simplify the child struct disposal (kde#180785)
|
|
|
|
|
2009-04-18 22:53:41 +00:00
|
|
|
* Sat Apr 18 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.2-6
|
|
|
|
- squash leaky file descriptors in kdeinit (kde#180785,rhbz#484370)
|
|
|
|
|
2009-04-10 15:43:12 +00:00
|
|
|
* Fri Apr 10 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.2-5
|
|
|
|
- fix bidi-related hangs in khtml (kde#189161)
|
|
|
|
|
2009-04-08 15:08:10 +00:00
|
|
|
* Wed Apr 08 2009 Than Ngo <than@redhat.com> - 4.2.2-4
|
|
|
|
- upstream patch fix ReadOnlyPart crash for non-local file
|
|
|
|
|
2009-04-07 15:43:04 +00:00
|
|
|
* Tue Apr 07 2009 Than Ngo <than@redhat.com> - 4.2.2-3
|
|
|
|
- fix kickoff focus issue
|
|
|
|
|
2009-04-07 10:24:29 +00:00
|
|
|
* Tue Apr 07 2009 Than Ngo <than@redhat.com> - 4.2.2-2
|
|
|
|
- upstream patch to fix kio_http issue
|
|
|
|
|
2009-04-01 10:18:07 +00:00
|
|
|
* Wed Apr 1 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.2.2-1
|
|
|
|
- KDE 4.2.2
|
|
|
|
|
2009-03-23 16:41:02 +00:00
|
|
|
* Mon Mar 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.1-9
|
|
|
|
- scriptlet optimization
|
|
|
|
|
2009-03-19 12:17:23 +00:00
|
|
|
* Thu Mar 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.1-8
|
|
|
|
- Provides: kdelibs4%%{?_isa} ... (#491082)
|
|
|
|
|
2009-03-18 13:23:04 +00:00
|
|
|
* Wed Mar 18 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.1-7
|
|
|
|
- Provides: kross(javascript) kross(qtscript) (#490586)
|
|
|
|
|
2009-03-12 12:38:41 +00:00
|
|
|
* Thu Mar 12 2009 Than Ngo <than@redhat.com> - 4.2.1-6
|
|
|
|
- apply patch to fix encoding for Qt-4.5.0
|
|
|
|
|
2009-03-09 22:35:47 +00:00
|
|
|
* Mon Mar 09 2009 Than Ngo <than@redhat.com> - 4.2.1-5
|
|
|
|
- apply patch to fix issue in CSS style that causes konqueror shows a blank page
|
|
|
|
|
2009-03-04 19:12:01 +00:00
|
|
|
* Wed Mar 05 2009 Rex Dieter <rdieter@fedorproject.org> - 4.2.1-4
|
|
|
|
- move designer plugins to main/runtime (#487622)
|
|
|
|
|
2009-03-01 11:21:50 +00:00
|
|
|
* Sun Mar 01 2009 Than Ngo <than@redhat.com> - 4.2.1-2
|
|
|
|
- respin
|
|
|
|
|
2009-02-27 12:21:02 +00:00
|
|
|
* Fri Feb 27 2009 Than Ngo <than@redhat.com> - 4.2.1-1
|
|
|
|
- 4.2.1
|
|
|
|
|
2009-02-26 11:24:36 +00:00
|
|
|
* Thu Feb 26 2009 Than Ngo <than@redhat.com> 4.2.0-17
|
|
|
|
- fix build issue against gcc44
|
|
|
|
|
2009-02-25 11:39:31 +00:00
|
|
|
* Wed Feb 25 2009 Than Ngo <than@redhat.com> - 4.2.0-16
|
|
|
|
- fix files conflicts with 3.5.x
|
|
|
|
|
2009-02-24 04:25:19 +00:00
|
|
|
* Tue Feb 24 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.2.0-15
|
|
|
|
- fix crash in ~KMainWindow triggered by sending messages in KNode (kde#182322)
|
|
|
|
|
2009-02-23 17:03:58 +00:00
|
|
|
* Mon Feb 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.0-14
|
|
|
|
- (Build)Req: soprano(-devel) >= 2.2
|
|
|
|
- devel: drop Req: zlib-devel libutempter-devel
|
|
|
|
|
2009-02-18 18:49:38 +00:00
|
|
|
* Wed Feb 18 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.2.0-13
|
|
|
|
- disable strict aliasing in kjs/dtoa.cpp (GCC 4.4 x86_64 crash) (#485968)
|
2009-02-18 17:17:41 +00:00
|
|
|
|
2009-02-12 22:24:21 +00:00
|
|
|
* Thu Feb 12 2009 Than Ngo <than@redhat.com> - 4.2.0-11
|
2009-02-24 04:17:41 +00:00
|
|
|
- make plasma work better with Qt 4.5 (when built against Qt 4.5)
|
2009-02-24 04:19:51 +00:00
|
|
|
- add gcc44-workaround
|
2009-02-12 22:24:21 +00:00
|
|
|
|
2009-02-05 23:06:44 +00:00
|
|
|
* Fri Feb 06 2009 Than Ngo <than@redhat.com> - 4.2.0-10
|
|
|
|
- Fix duplicated applications in the K menu and in keditfiletype
|
|
|
|
|
2009-02-05 14:37:06 +00:00
|
|
|
* Thu Feb 05 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.0-9
|
|
|
|
- ssl/proxy patch (kde#179934)
|
|
|
|
|
2009-01-31 17:25:15 +00:00
|
|
|
* Sat Jan 31 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.0-8
|
2009-01-31 18:50:36 +00:00
|
|
|
- unowned dirs (#483315,#483318)
|
2009-01-31 17:25:15 +00:00
|
|
|
|
2009-01-30 20:47:54 +00:00
|
|
|
* Fri Jan 30 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.0-7
|
|
|
|
- kded/kdirwatch patch (kde#182472)
|
|
|
|
|
2009-01-30 15:21:21 +00:00
|
|
|
* Fri Jan 30 2009 Lukáš Tinkl <ltinkl@redhat.com> 4.2.0-6
|
|
|
|
- Emit the correct FilesRemoved signal if the job was aborted in the middle of its operation,
|
|
|
|
otherwise it can result in confusion and data loss (overwriting files with files
|
|
|
|
that don't exist). kdebug:118593
|
|
|
|
- Fix "klauncher hangs when kdeinit4 dies" -- this happened because
|
|
|
|
klauncher was doing a blocking read forever.
|
|
|
|
- Repair klauncher support for unique-applications like konsole.
|
|
|
|
kdebug:162729, kdebug:75492
|
|
|
|
|
2009-01-30 02:05:29 +00:00
|
|
|
* Fri Jan 30 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.2.0-5
|
|
|
|
- reenable PolicyKit and NTFS workarounds
|
|
|
|
|
2009-01-27 00:22:51 +00:00
|
|
|
* Mon Jan 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.0-4
|
|
|
|
- revert Requires: qt4%%{_isa}
|
|
|
|
|
2009-01-26 18:20:23 +00:00
|
|
|
* Mon Jan 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.0-3
|
|
|
|
- respun tarball
|
|
|
|
|
2009-01-26 17:08:28 +00:00
|
|
|
* Mon Jan 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.0-2
|
|
|
|
- plasma-on-screensaver-security patch
|
|
|
|
- (Build)Req: automoc4 >= 0.9.88, phonon(-devel) >= 4.3.0
|
|
|
|
- Requires: strigi-libs >= 0.6.3
|
|
|
|
- use %%{?_isa} to avoid potential multilib heartbreak
|
|
|
|
|
2009-01-22 11:18:31 +00:00
|
|
|
* Thu Jan 22 2009 Than Ngo <than@redhat.com> - 4.2.0-1
|
|
|
|
- 4.2.0
|
|
|
|
|
2009-01-16 12:14:14 +00:00
|
|
|
* Fri Jan 16 2009 Than Ngo <than@redhat.com> - 4.1.96-9
|
|
|
|
- drop kdelibs-4.1.85-plasma-default-wallpaper.patch, it's not needed
|
|
|
|
since new plasma allows to define default wallpaper, new kde-setting
|
|
|
|
is required
|
2009-01-16 14:11:00 +00:00
|
|
|
- backport fix from trunk to allow symlinks in wallpaper theme
|
2009-01-16 12:14:14 +00:00
|
|
|
|
2009-01-16 10:23:15 +00:00
|
|
|
* Fri Jan 16 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.1.96-8
|
|
|
|
- rebuild for new OpenSSL
|
|
|
|
|
2009-01-12 20:34:52 +00:00
|
|
|
* Mon Jan 12 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.1.96-7
|
|
|
|
- Slight speedup to profile.d/kde.sh (#465370)
|
|
|
|
- (Build)Req: strigi(-devel) >= 0.6.3
|
|
|
|
|
2009-01-12 13:43:16 +00:00
|
|
|
* Mon Jan 12 2009 Than Ngo <than@redhat.com> - 4.1.96-6
|
|
|
|
- fix a crash (appearing in KSMServer)
|
|
|
|
|
2009-01-10 20:54:00 +00:00
|
|
|
* Sat Jan 10 2009 Than Ngo <than@redhat.com> - 4.1.96-5
|
|
|
|
- kdeworkspace cmake files in correct place
|
|
|
|
|
2009-01-09 15:43:38 +00:00
|
|
|
* Fri Jan 09 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.1.96-4
|
|
|
|
- bump min deps (cmake, kde-filesystem, phonon)
|
2009-02-06 17:46:22 +00:00
|
|
|
- kde.(sh|csh): cleanup QT_PLUGIN_PATH handling (#477095)
|
2009-01-09 15:43:38 +00:00
|
|
|
- Requires: coreutils grep
|
|
|
|
|
2009-01-09 13:16:47 +00:00
|
|
|
* Fri Jan 09 2009 Than Ngo <than@redhat.com> - 4.1.96-3
|
|
|
|
- BR soprano >= 2.1.64
|
|
|
|
|
2009-01-08 21:20:30 +00:00
|
|
|
* Thu Jan 08 2009 Than Ngo <than@redhat.com> - 4.1.96-2
|
|
|
|
- kdepim cmake files in correct place
|
|
|
|
|
2009-01-07 16:23:23 +00:00
|
|
|
* Wed Jan 07 2009 Than Ngo <than@redhat.com> - 4.1.96-1
|
|
|
|
- 4.2rc1
|
|
|
|
|
2008-12-19 01:31:10 +00:00
|
|
|
* Fri Dec 19 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.85-6
|
|
|
|
- add plasma-default-wallpaper libplasma patch from kdebase-workspace-4.1
|
|
|
|
|
2008-12-16 19:35:48 +00:00
|
|
|
* Tue Dec 16 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.85-5
|
|
|
|
- respun tarball, integrates kde-l10n-systemsettings patch
|
|
|
|
|
2008-12-16 16:32:09 +00:00
|
|
|
* Tue Dec 16 2008 Than Ngo <than@redhat.com> - 4.1.85-4
|
|
|
|
- add missing ENTITY systemsettings in pt, that fixes kde-l10
|
|
|
|
build breakage
|
|
|
|
|
2008-12-15 14:10:35 +00:00
|
|
|
* Mon Dec 15 2008 Than Ngo <than@redhat.com> - 4.1.85-3
|
2008-12-16 16:32:09 +00:00
|
|
|
- add missing ENTITY systemsettings in ru/gl/es/pt, that fixes kde-l10
|
|
|
|
build breakage
|
|
|
|
- rename suffix .xxcmake to avoid install .cmake
|
2008-12-15 14:10:35 +00:00
|
|
|
|
2008-12-14 02:29:07 +00:00
|
|
|
* Sun Dec 14 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.1.85-2
|
|
|
|
- tweak parallel_devel patch to get a -L flag for the symlink directory
|
|
|
|
|
2008-12-11 11:53:42 +00:00
|
|
|
* Thu Dec 11 2008 Than Ngo <than@redhat.com> - 4.1.85-1
|
|
|
|
- 4.2beta2
|
|
|
|
|
2008-12-09 13:24:29 +00:00
|
|
|
* Tue Dec 09 2008 Lorenzo Villani <lvillani@binaryhelix.net> - 6:4.1.82-2
|
|
|
|
- rebase parallel devel patch and kde149705 patch
|
|
|
|
|
2008-12-08 15:20:26 +00:00
|
|
|
* Mon Dec 08 2008 Lorenzo Villani <lvillani@binaryhelix.net> - 6:4.1.82-1
|
|
|
|
- 4.1.82
|
|
|
|
|
2008-11-25 19:28:00 +00:00
|
|
|
* Tue Nov 25 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.80-5
|
|
|
|
- remove workaround BR on phonon-backend-gstreamer, it's ineffective since
|
|
|
|
phonon now explicitly Requires: phonon-backend-xine and the dependency is no
|
|
|
|
longer circular anyway
|
2008-11-25 20:20:43 +00:00
|
|
|
- update parallel_devel patch
|
2008-11-25 20:49:41 +00:00
|
|
|
- fix minimum strigi version (only 0.5.9 needed)
|
2008-11-25 19:28:00 +00:00
|
|
|
|
2008-11-25 09:42:19 +00:00
|
|
|
* Tue Nov 25 2008 Than Ngo <than@redhat.com> 4.1.80-4
|
|
|
|
- respin
|
|
|
|
|
2008-11-20 17:24:05 +00:00
|
|
|
* Thu Nov 20 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.80-3
|
|
|
|
- -devel: Provides: plasma-devel
|
|
|
|
|
2008-11-20 10:22:49 +00:00
|
|
|
* Thu Nov 20 2008 Than Ngo <than@redhat.com> 4.1.80-2
|
|
|
|
- merged
|
|
|
|
|
|
|
|
* Thu Nov 20 2008 Lorenzo Villani <lvillani@binaryhelix.net> - 6:4.1.80-1
|
|
|
|
- 4.1.80
|
|
|
|
- BR strigi 0.60
|
|
|
|
- BR cmake 2.6
|
|
|
|
- make install/fast
|
|
|
|
- rebase policykit patch
|
|
|
|
- rebase cmake patch
|
|
|
|
- rebase a couple of patches and drop _default_patch_fuzz 2
|
|
|
|
|
|
|
|
* Wed Nov 12 2008 Than Ngo <than@redhat.com> 4.1.3-1
|
|
|
|
- 4.1.3
|
|
|
|
|
|
|
|
* Fri Nov 07 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.2-6
|
|
|
|
- backport http_cache_cleaner fix (kdebug:172182)
|
2008-09-18 14:39:40 +00:00
|
|
|
|
2008-10-17 18:06:04 +00:00
|
|
|
* Wed Oct 15 2008 Lukáš Tinkl <ltinkl@redhat.com> 4.1.2-5
|
|
|
|
- backport fix for faulty window resizing (kdebug:172042)
|
2008-09-18 14:39:40 +00:00
|
|
|
|
2008-10-17 18:06:04 +00:00
|
|
|
* Mon Oct 13 2008 Than Ngo <than@redhat.com> 4.1.2-4
|
|
|
|
- backport patch to fix crash kded startup crash
|
2008-09-17 09:45:29 +00:00
|
|
|
|
2008-10-17 18:06:04 +00:00
|
|
|
* Wed Oct 08 2008 Than Ngo <than@redhat.com> 4.1.2-3
|
|
|
|
- backport fix for google maps
|
2008-09-13 15:48:34 +00:00
|
|
|
|
2008-10-17 18:06:04 +00:00
|
|
|
* Sun Sep 28 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.2-2
|
|
|
|
- make VERBOSE=1
|
|
|
|
- respin against new(er) kde-filesystem
|
2008-09-12 22:28:08 +00:00
|
|
|
|
2008-10-17 18:06:04 +00:00
|
|
|
* Thu Sep 25 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.2-1
|
|
|
|
- kde-4.1.2
|
|
|
|
|
|
|
|
* Fri Sep 19 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.1-12
|
|
|
|
- make "Stop Animations" work again in Konqueror (KDE 4 regression kde#157789)
|
|
|
|
|
|
|
|
* Thu Sep 18 2008 Than Ngo <than@redhat.com> 4.1.1-11
|
|
|
|
- apply upstream patch to fix the regression
|
|
|
|
- drop the kdelibs-4.1.1-bz#461725-regression.patch
|
|
|
|
|
|
|
|
* Thu Sep 18 2008 Lukáš Tinkl <ltinkl@redhat.com> 4.1.1-10
|
|
|
|
- Fix file association bug, the global mimeapps.list file had priority
|
|
|
|
over the local one.
|
|
|
|
- khtml scroll crash fix (kdebug:170880)
|
|
|
|
- Don't eat text when the emoticons were not installed. This fixes
|
|
|
|
mail text not being displayed in KMail when kdebase-runtime wasn't
|
|
|
|
installed.
|
|
|
|
|
|
|
|
* Wed Sep 17 2008 Than Ngo <than@redhat.com> 4.1.1-9
|
|
|
|
- #461725, revert the patch to fix the regression
|
|
|
|
|
|
|
|
* Sat Sep 13 2008 Than Ngo <than@redhat.com> 4.1.1-8
|
|
|
|
- fix kdelibs-4.1.1-kdeui-widgets-fixes.patch
|
|
|
|
|
|
|
|
* Sat Sep 13 2008 Than Ngo <than@redhat.com> 4.1.1-7
|
|
|
|
- remove redundant FEDORA, use CMAKE_BUILD_TYPE=release
|
|
|
|
- fix install problem with cmake > 2.5
|
|
|
|
|
|
|
|
* Mon Sep 08 2008 Lukáš Tinkl <ltinkl@redhat.com> 4.1.1-6
|
|
|
|
- fix crashes in plugin selector
|
|
|
|
- fix problems in various kdeui widgets
|
2008-09-12 20:32:08 +00:00
|
|
|
|
2008-09-04 09:40:31 +00:00
|
|
|
* Wed Sep 03 2008 Lukáš Tinkl <ltinkl@redhat.com> 4.1.1-5
|
|
|
|
- fixed crash on setting cookies on empty domains (like the file
|
|
|
|
system), KDE bug #170147
|
|
|
|
- fix URL navigator focus in file dialogs, KDE bug #169497, #170211
|
|
|
|
|
2008-09-02 09:56:16 +00:00
|
|
|
* Tue Sep 02 2008 Than Ngo <than@redhat.com> 4.1.1-4
|
|
|
|
- apply patch to fix regression in khtml
|
|
|
|
|
2008-09-01 09:22:37 +00:00
|
|
|
* Mon Sep 01 2008 Than Ngo <than@redhat.com> 4.1.1-3
|
|
|
|
- respun
|
|
|
|
|
2008-08-29 14:54:03 +00:00
|
|
|
* Fri Aug 29 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.1-2
|
|
|
|
- fix #455130 (kinit crashing in kglobalconfig with no KComponentData) properly
|
|
|
|
- drop revert-kinit-regression hack (fixes ioslave translations)
|
|
|
|
|
2008-08-29 12:46:19 +00:00
|
|
|
* Fri Aug 29 2008 Than Ngo <than@redhat.com> 4.1.1-1
|
|
|
|
- 4.1.1
|
|
|
|
|
2008-08-29 08:43:19 +00:00
|
|
|
* Fri Aug 29 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.0-9
|
|
|
|
- -devel: +Requires: libutempter-devel (cmake wants to link it in)
|
|
|
|
|
2008-08-28 22:38:48 +00:00
|
|
|
* Thu Aug 28 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.0-8
|
|
|
|
- rewrite kstandarddirs patch to fix side effects (#459904 (KDEDIRS), #457633)
|
|
|
|
|
2008-08-25 15:53:38 +00:00
|
|
|
* Mon Aug 25 2008 Than Ngo <than@redhat.com> 4.1.0-7
|
|
|
|
- konsole doesn't write to utmp
|
|
|
|
|
2008-08-23 07:48:48 +00:00
|
|
|
* Sat Aug 23 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.0-6
|
|
|
|
- don't hide KDE 3 KCMs in kde4-applications.menu, not needed with our
|
2008-08-23 07:51:29 +00:00
|
|
|
OnlyShowIn=KDE3 patch and breaks KDE 3 KCMs (kcmshell, apps) in KDE 4 sessions
|
2008-08-23 07:48:48 +00:00
|
|
|
|
2008-08-10 15:59:59 +00:00
|
|
|
* Sun Aug 10 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.0-5
|
|
|
|
- fix kcookiejar crash on invalid cookie file from KDE 3 (patch by David Faure)
|
|
|
|
|
2008-08-01 12:35:47 +00:00
|
|
|
* Fri Aug 01 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.0-4
|
|
|
|
- -devel: Requires: phonon-devel >= 4.2 (helps multilib upgrades)
|
2008-08-01 13:00:10 +00:00
|
|
|
- konq processes never terminate (kde#167826, rh#457526)
|
2008-08-01 12:35:47 +00:00
|
|
|
|
2008-07-31 00:34:21 +00:00
|
|
|
* Wed Jul 30 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.0-3
|
2008-07-31 00:43:14 +00:00
|
|
|
- (Build)Requires: soprano(-devel) >= 2.1 (#456827)
|
2008-07-31 00:34:21 +00:00
|
|
|
|
2008-07-24 18:41:01 +00:00
|
|
|
* Thu Jul 24 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.0-2
|
|
|
|
- move Sonnet documentation back to the main package
|
2009-02-16 15:48:00 +00:00
|
|
|
- fix #341751 (Sonnet documentation multilib conflict) properly
|
2008-07-24 18:12:10 +00:00
|
|
|
|
2008-07-23 14:25:23 +00:00
|
|
|
* Wed Jul 23 2008 Than Ngo <than@redhat.com> 4.1.0-1
|
|
|
|
- 4.1.0
|
|
|
|
|
2008-07-20 16:37:44 +00:00
|
|
|
* Sun Jul 20 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.99-3
|
|
|
|
- fix kstandarddirs patch to always append the installed location last, even if
|
|
|
|
it is already present earlier in the search path (#456004)
|
|
|
|
|
2008-07-19 06:17:10 +00:00
|
|
|
* Sat Jul 19 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.99-2
|
|
|
|
- use better fedora-buildtype patch from F-9 branch
|
|
|
|
|
2008-07-18 15:13:36 +00:00
|
|
|
* Fri Jul 18 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.99-1
|
|
|
|
- 4.0.99
|
|
|
|
|
2008-07-14 21:01:57 +00:00
|
|
|
* Mon Jul 14 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.98-4
|
2008-07-14 16:10:07 +00:00
|
|
|
- respun tarball
|
|
|
|
|
2008-07-12 20:37:48 +00:00
|
|
|
* Sat Jul 12 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.0.98-2
|
2008-07-12 20:45:09 +00:00
|
|
|
- revert a kinit patch causing an assertion failure in KComponentData (#455130)
|
2008-07-12 20:37:48 +00:00
|
|
|
|
2008-07-11 03:57:48 +00:00
|
|
|
* Thu Jul 10 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.98-1
|
|
|
|
- 4.0.98
|
2008-07-13 15:48:55 +00:00
|
|
|
- omit proxy patch (fixed upstream)
|
2008-07-11 03:57:48 +00:00
|
|
|
|
2008-07-07 12:38:52 +00:00
|
|
|
* Sun Jul 06 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.85-1
|
|
|
|
- 4.0.85
|
|
|
|
|
2008-06-27 17:01:25 +00:00
|
|
|
* Fri Jun 27 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.84-1
|
|
|
|
- 4.0.84
|
|
|
|
|
2008-06-27 01:56:06 +00:00
|
|
|
* Fri Jun 27 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.0.83-3
|
|
|
|
- fix kstandarddirs patch so /usr/libexec/kde4 is found (#453063)
|
|
|
|
|
2008-06-25 18:12:18 +00:00
|
|
|
* Wed Jun 25 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.83-2
|
|
|
|
- -common: move %{_kde4_docdir}/HTML/en/sonnet/ here (#341751)
|
|
|
|
|
2008-06-19 10:11:50 +00:00
|
|
|
* Thu Jun 19 2008 Than Ngo <than@redhat.com> 4.0.83-1
|
|
|
|
- 4.0.83 (beta2)
|
|
|
|
|
2008-06-13 21:15:44 +00:00
|
|
|
* Fri Jun 13 2008 Than Ngo <than@redhat.com> 4.0.82-1
|
|
|
|
- 4.0.82
|
|
|
|
|
2008-05-30 17:17:51 +00:00
|
|
|
* Fri May 30 2008 Than Ngo <than@redhat.com> 4.0.80-2
|
|
|
|
- fix #447965, order issue in kde path, thanks to Kevin
|
|
|
|
- backport patch to check html style version
|
|
|
|
|
2008-05-26 13:31:03 +00:00
|
|
|
* Mon May 26 2008 Than Ngo <than@redhat.com> 4.0.80-1
|
|
|
|
- 4.1 beta1
|
|
|
|
|
2008-05-24 20:26:25 +00:00
|
|
|
* Sat May 24 2008 Rex Dieter <rdieter@fedoraproject.org> - 4.0.72-8
|
|
|
|
- revert previous, don't include kde3-compat symlink (here, anyway)
|
|
|
|
|
2008-05-23 14:12:48 +00:00
|
|
|
* Fri May 23 2008 Rex Dieter <rdieter@fedoraproejct.org> - 4.0.72-7
|
|
|
|
- -common: provide %%_datadir/apps/kdeui for kde3 apps (#447965)
|
|
|
|
|
2008-05-22 18:44:00 +00:00
|
|
|
* Thu May 22 2008 Rex Dieter <rdieter@fedoraproject.org> - 4.0.72-6
|
|
|
|
- kstandarddirs hack to search /etc/kde
|
|
|
|
|
2008-05-22 12:24:30 +00:00
|
|
|
* Thu May 22 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.0.72-5
|
|
|
|
- keep libphonon.so in %%{_libdir} for non-KDE apps (#447831)
|
|
|
|
|
2008-05-15 02:17:32 +00:00
|
|
|
* Thu May 15 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.0.72-4
|
|
|
|
- fix proxy support (#443931, kde#155707)
|
|
|
|
- move %%{_kde4_appsdir}/ksgmltools2/ from -devel to the main package (#446435)
|
|
|
|
|
2008-05-13 17:20:19 +00:00
|
|
|
* Tue May 13 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.0.72-3
|
|
|
|
- drop no longer needed ALSA default device Phonon hack
|
|
|
|
|
2008-05-04 12:56:40 +00:00
|
|
|
* Sun May 4 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.0.72-2
|
2008-05-04 12:58:17 +00:00
|
|
|
- BR new minimum versions of qt4-devel and soprano-devel
|
2008-05-04 12:55:44 +00:00
|
|
|
|
2008-05-02 00:52:55 +00:00
|
|
|
* Fri May 2 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.0.72-1
|
|
|
|
- update to 4.0.72 (4.1 alpha 1)
|
2008-05-02 01:09:22 +00:00
|
|
|
- parallel_devel patch ported by Lorenzo Villani <lvillani@binaryhelix.net>
|
2008-05-02 00:52:55 +00:00
|
|
|
- update file list (Lorenzo Villani)
|
|
|
|
- drop upstreamed khtml-security, kconfig_sync_crash and klauncher-crash patches
|
|
|
|
- update xdg-menu (Administration menu) patch
|
|
|
|
|
2008-04-23 13:58:27 +00:00
|
|
|
* Tue Apr 22 2008 Lukáš Tinkl <ltinkl@redhat.com> - 4.0.3-7
|
|
|
|
- fix buffer overflow in KHTML's image loader (KDE advisory 20080426-1,
|
2008-04-26 23:16:21 +00:00
|
|
|
#443766: CVE-2008-1670)
|
2008-04-22 16:30:35 +00:00
|
|
|
|
2008-04-04 12:33:41 +00:00
|
|
|
* Fri Apr 04 2008 Than Ngo <than@redhat.com> - 4.0.3-6
|
|
|
|
- apply upstream patch to fix klauncher crash
|
2008-04-04 13:23:32 +00:00
|
|
|
- fix kconfig_sync_crash patch
|
2008-04-04 12:33:41 +00:00
|
|
|
|
2008-04-04 12:13:52 +00:00
|
|
|
* Fri Apr 4 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.3-5
|
|
|
|
- kconfig_sync_crash patch
|
|
|
|
|
2008-04-03 15:04:54 +00:00
|
|
|
* Thu Apr 3 2008 Lukáš Tinkl <ltinkl@redhat.com> 4.0.3-4
|
2008-04-03 17:00:04 +00:00
|
|
|
- rebuild for the new %%{_kde4_buildtype}
|
2008-04-03 15:04:54 +00:00
|
|
|
|
2008-03-31 16:24:53 +00:00
|
|
|
* Mon Mar 31 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.3-3
|
|
|
|
- patch and update file list for _kde4_libexecdir
|
|
|
|
|
2008-03-31 15:38:48 +00:00
|
|
|
* Mon Mar 31 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.3-2
|
|
|
|
- add Fedora build type (uses -DNDEBUG)
|
|
|
|
|
2008-03-28 16:26:23 +00:00
|
|
|
* Fri Mar 28 2008 Than Ngo <than@redhat.com> 4.0.3-1
|
|
|
|
- 4.0.3
|
2008-03-28 18:14:45 +00:00
|
|
|
- -apidocs: drop Requires: %%name
|
2008-03-28 16:26:23 +00:00
|
|
|
|
2008-03-28 14:01:27 +00:00
|
|
|
* Fri Mar 28 2008 Than Ngo <than@redhat.com> - 4.0.2-13
|
2008-03-28 14:01:27 +00:00
|
|
|
- add Administration menu, bz#439378
|
|
|
|
|
2008-03-27 11:19:11 +00:00
|
|
|
* Thu Mar 27 2008 Than Ngo <than@redhat.com> 4.0.2-12
|
|
|
|
- bz#428212, adapted Kevin Kofler's workaround for Policykit
|
|
|
|
|
2008-03-20 20:37:51 +00:00
|
|
|
* Thu Mar 20 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.2-11
|
2008-03-26 17:36:58 +00:00
|
|
|
- apidocs subpackage should be noarch (#436579)
|
2008-03-20 20:37:51 +00:00
|
|
|
|
2008-03-10 05:02:23 +00:00
|
|
|
* Mon Mar 10 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.2-10
|
2008-03-10 05:28:14 +00:00
|
|
|
- work around #436725: BR: libtool-ltdl so graphviz gets a valid libltdl
|
2008-03-10 05:02:23 +00:00
|
|
|
|
2008-03-10 00:23:52 +00:00
|
|
|
* Mon Mar 10 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.2-9
|
|
|
|
- fix kdeglobals not being found in profile (e.g. kde-settings) directory
|
|
|
|
|
2008-03-07 20:57:11 +00:00
|
|
|
* Fri Mar 07 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.2-8
|
|
|
|
- touchup KDE_DISTRIBUTION_TEXT
|
|
|
|
- add Fedora/V-R to KHTML UA string (thanks caillon)
|
|
|
|
|
2008-03-06 11:16:10 +00:00
|
|
|
* Thu Mar 06 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.2-7
|
|
|
|
- exclude apidocs from the main package
|
|
|
|
|
2008-03-06 10:29:15 +00:00
|
|
|
* Thu Mar 06 2008 Than Ngo <than@redhat.com> 4.0.2-6
|
|
|
|
- apply upstream patch to fix issue in KPropertiesDialog
|
|
|
|
|
2008-03-06 04:21:20 +00:00
|
|
|
* Thu Mar 06 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.2-5
|
|
|
|
- also install Doxyfile.global in -common to build kdepimlibs-apidocs against
|
|
|
|
|
2008-03-06 01:21:01 +00:00
|
|
|
* Wed Mar 05 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.2-4
|
2008-03-05 21:39:51 +00:00
|
|
|
- install all .css files in kdelibs-common to build kdepimlibs-apidocs against
|
|
|
|
- install doxygen.sh as kde4-doxygen.sh in -devel
|
|
|
|
- build apidocs and put them into an -apidocs subpackage (can be turned off)
|
2008-03-05 22:56:55 +00:00
|
|
|
- BR doxygen, graphviz and qt4-doc when building apidocs
|
2008-03-05 21:39:51 +00:00
|
|
|
|
2008-02-29 18:19:36 +00:00
|
|
|
* Fri Feb 29 2008 Than Ngo <than@redhat.com> 4.0.2-3
|
|
|
|
- rebuilt
|
|
|
|
|
2008-02-29 12:06:27 +00:00
|
|
|
* Fri Feb 29 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.2-2
|
2008-02-29 12:15:36 +00:00
|
|
|
- drop obsolete kde#149703 patch (fixed upstream by code rewrite)
|
|
|
|
- drop backports from 4.0.2: objectembed-handling, autostart, kde#771201-khtml
|
2008-02-29 12:06:27 +00:00
|
|
|
|
2008-02-28 18:15:24 +00:00
|
|
|
* Thu Feb 28 2008 Than Ngo <than@redhat.com> 4.0.2-1
|
|
|
|
- 4.0.2
|
|
|
|
|
2008-02-27 14:25:32 +00:00
|
|
|
* Wed Feb 27 2008 Lukáš Tinkl <ltinkl@redhat.com> - 4.0.1-8
|
|
|
|
- add Fedora branding to the package (#434815)
|
|
|
|
|
2008-02-25 15:26:15 +00:00
|
|
|
* Mon Feb 25 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.1-7
|
|
|
|
- -devel: own %%_kde4_libdir/kde4/plugins (thanks wolfy!)
|
|
|
|
|
2008-02-19 22:12:39 +00:00
|
|
|
* Tue Feb 19 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.1-6
|
|
|
|
- fix running KDE 3 apps as filetype viewers from KDE 4 Dolphin
|
|
|
|
|
2008-02-18 16:14:44 +00:00
|
|
|
* Mon Feb 18 2008 Rex Dieter <rdieter@fedoraprojectorg> 4.0.1-5
|
|
|
|
- -devel: include %%_kde4_appsdir/cmake here (#341751)
|
|
|
|
|
2008-02-06 10:32:04 +00:00
|
|
|
* Wed Feb 06 2008 Than Ngo <than@redhat.com> 4.0.1-4
|
|
|
|
- upstream patch to make sure that static widget is always at position 0,0
|
|
|
|
|
2008-02-01 15:37:29 +00:00
|
|
|
* Fri Feb 01 2008 Than Ngo <than@redhat.com> 4.0.1-3
|
|
|
|
- upstream patch to fix a regression in <object><embed> handling
|
2008-02-04 17:07:25 +00:00
|
|
|
- autostart upstream patch
|
2008-02-01 15:37:29 +00:00
|
|
|
|
2008-02-01 12:57:29 +00:00
|
|
|
* Fri Feb 01 2008 Than Ngo <than@redhat.com> 4.0.1-2
|
|
|
|
- autostart from XDG_CONFIG_DIRS
|
|
|
|
|
2008-01-31 12:52:43 +00:00
|
|
|
* Wed Jan 30 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.1-1
|
|
|
|
- 4.0.1
|
|
|
|
|
2008-01-30 14:47:46 +00:00
|
|
|
* Wed Jan 30 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.0-4
|
|
|
|
- omit openssl patch (f9+ #429846)
|
|
|
|
- respin (qt4)
|
|
|
|
|
2008-01-23 13:02:18 +00:00
|
|
|
* Wed Jan 23 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.0-3
|
|
|
|
- openssl patch
|
|
|
|
|
2008-01-19 15:55:33 +00:00
|
|
|
* Sat Jan 19 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.0-2
|
|
|
|
- patch K3Spell for hunspell support on F9+ (FeatureDictionary, kde#154561)
|
|
|
|
|
2008-01-07 13:06:54 +00:00
|
|
|
* Mon Jan 07 2008 Than Ngo <than@redhat.com> 4.0.0-1
|
|
|
|
- 4.0.0
|
|
|
|
|
2008-01-04 15:26:31 +00:00
|
|
|
* Fri Jan 04 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-11
|
|
|
|
- force Phonon to use the ALSA default device by default
|
|
|
|
|
2008-01-02 18:00:27 +00:00
|
|
|
* Wed Jan 02 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-10
|
2008-01-02 17:58:47 +00:00
|
|
|
- apply patch by Alex Merry to support FLAC 1.1.3+ in FindFlac.cmake
|
|
|
|
|
2007-12-22 19:52:36 +00:00
|
|
|
* Sat Dec 22 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-9
|
|
|
|
- drop BR aspell-devel on F9+, use only enchant (FeatureDictionary)
|
|
|
|
|
2007-12-18 16:48:09 +00:00
|
|
|
* Tue Dec 18 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-8
|
|
|
|
- don't put binaries into kdelibs-common, they drag in kdelibs (#417251)
|
|
|
|
|
2007-12-17 17:59:59 +00:00
|
|
|
* Mon Dec 17 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-7
|
2007-12-17 18:12:04 +00:00
|
|
|
- split out kdelibs-common on F9+ (shared with KDE 3) (#417251)
|
|
|
|
- Requires: kdelibs-common (F9+) (#417251)
|
2007-12-17 17:59:59 +00:00
|
|
|
|
2007-12-11 12:31:20 +00:00
|
|
|
* Tue Dec 11 2007 Than Ngo <than@redhat.com> 3.97.0-6
|
|
|
|
- enable subversion again
|
|
|
|
|
2007-12-11 11:26:47 +00:00
|
|
|
* Tue Dec 11 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-5
|
|
|
|
- rebuild for changed _kde4_includedir
|
|
|
|
|
2007-12-06 20:37:55 +00:00
|
|
|
* Thu Dec 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.97.0-4
|
|
|
|
- drop Req: kdebase-runtime oxygen-icon-theme (at least for now)
|
2007-12-06 20:34:16 +00:00
|
|
|
|
2007-12-06 15:00:35 +00:00
|
|
|
* Thu Dec 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.97.0-2
|
|
|
|
- drop BR: subversion temporarily (due to rawhide breakage)
|
|
|
|
|
2007-12-06 01:33:11 +00:00
|
|
|
* Wed Dec 05 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.97.0-1
|
|
|
|
- kde-3.97.0
|
|
|
|
|
2007-12-04 14:35:56 +00:00
|
|
|
* Tue Dec 04 2007 Than Ngo <than@redhat.com> 3.96.2-4
|
|
|
|
- rebuilt against new openssl/openldap
|
|
|
|
|
2007-12-01 21:03:41 +00:00
|
|
|
* Sat Dec 01 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.96.2-3
|
|
|
|
- install profile scripts as 644 instead of 755 (Ville Skyttä, #407521)
|
|
|
|
|
2007-12-01 20:34:38 +00:00
|
|
|
* Sat Dec 01 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.96.2-2
|
|
|
|
- BR openssh-clients and subversion (Sebastian Vahl)
|
|
|
|
- make this the default kdelibs for F9 again
|
|
|
|
|
2007-12-01 19:43:21 +00:00
|
|
|
* Tue Nov 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.2-1
|
|
|
|
- kde-3.96.2
|
|
|
|
|
|
|
|
* Tue Nov 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.1-1
|
|
|
|
- kde-3.96.1
|
|
|
|
|
|
|
|
* Tue Nov 20 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.0-4
|
|
|
|
- Requires: kdebase-runtime oxygen-icon-theme (where available)
|
|
|
|
|
|
|
|
* Mon Nov 19 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.0-3
|
|
|
|
- Requires: dbus-x11 (#390851)
|
|
|
|
|
|
|
|
* Mon Nov 19 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.0-2
|
|
|
|
- -devel: (Build)Requires: libXcomposite-devel libXdamage-devel
|
|
|
|
libxkbfile-devel libXpm-devel libXScrnSaver-devel libXtst-devel
|
|
|
|
libXv-devel libXxf86misc-devel
|
|
|
|
- devel: Requires: strigi-devel >= 0.5.7
|
|
|
|
- (Build)Requires: kde-filesystem >= 4
|
|
|
|
|
|
|
|
* Thu Nov 15 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.96.0-1
|
|
|
|
- kde-3.96.0
|
|
|
|
|
|
|
|
* Sat Nov 10 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.95.2-2
|
|
|
|
- BR: strigi-devel >= 0.5.7, soprano-devel >= 1.97.1
|
|
|
|
- License: LGPLv2 (only)
|
|
|
|
|
|
|
|
* Fri Nov 09 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.95.2-1
|
|
|
|
- kde-3.95.2
|
|
|
|
|
|
|
|
* Tue Nov 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.95.0-2
|
|
|
|
- fix parallel_devel patch (typo in KDE4_KPARTS_LIBRARY)
|
|
|
|
|
|
|
|
* Sun Nov 04 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.95.0-1
|
|
|
|
- kde-3.95.0 (kde4 dev platform rc1)
|
|
|
|
|
|
|
|
* Thu Oct 18 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.94.0-2
|
|
|
|
- drop optional BR hspell-devel again due to broken x86_64 static library
|
|
|
|
|
|
|
|
* Thu Oct 18 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.94.0-1
|
|
|
|
- update to 3.94.0
|
|
|
|
- BR soprano-devel >= 1.95.0
|
|
|
|
- don't rename js to kjs after installation, fixed upstream
|
|
|
|
- update parallel-devel patch
|
|
|
|
- drop kde#149704 patch, fixed upstream
|
|
|
|
- drop colorscheme-hack patch
|
|
|
|
- backport upstream fix for unversioned kpty library (rev 724528)
|
|
|
|
- add new BRs hspell-devel and jasper-devel
|
|
|
|
- 3.94.0 generates some manpages, add them to the file list
|
|
|
|
|
|
|
|
* Thu Oct 4 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-11
|
|
|
|
- don't make this the default kdelibs on F9 yet
|
|
|
|
- retry ppc64 build (#300571)
|
|
|
|
|
|
|
|
* Fri Sep 21 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-10
|
|
|
|
- ExcludeArch: ppc64 (#300571)
|
|
|
|
|
|
|
|
* Thu Sep 20 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.93.0-9
|
|
|
|
- -devel: (re)add Requires: bzip2-devel gamin-devel libacl-devel strigi-devel zlib-devel
|
|
|
|
- update sources
|
|
|
|
- sync kde4.(sh|csh) changes wrt KDE_IS_PRELINKED w/ devel/ branch
|
|
|
|
|
|
|
|
* Fri Sep 14 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-8
|
|
|
|
- rename js to kjs because of file conflict (kde#149840)
|
|
|
|
|
|
|
|
* Thu Sep 13 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-7
|
|
|
|
- actually install kde4.sh and kde4.csh
|
|
|
|
- sync KDE_IS_PRELINKED setting in kde4.sh and kde4.csh with kdelibs 3
|
|
|
|
(workaround for #244065 no longer needed, fixed in 3.93.0)
|
|
|
|
|
|
|
|
* Thu Sep 13 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-6
|
|
|
|
- set QT_PLUGIN_PATH in kde4.sh and kde4.csh
|
|
|
|
|
|
|
|
* Wed Sep 12 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-5
|
|
|
|
- fix strange coloring due to incomplete changes to KColorScheme
|
|
|
|
|
|
|
|
* Mon Sep 10 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-4
|
|
|
|
- use upstream fix (by David Faure) for kde#149704
|
|
|
|
|
|
|
|
* Mon Sep 10 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-3
|
|
|
|
- fix kde#149703, kde#149704, kde#149705
|
|
|
|
|
|
|
|
* Sun Sep 9 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-2
|
|
|
|
- remove files which conflict with KDE 3
|
|
|
|
- rename kconfig_compiler and makekdewidgets to *4
|
|
|
|
- move devel symlinks to %%{_kde4_libdir}/kde4/devel/
|
|
|
|
- drop Conflicts: kdelibs-devel
|
|
|
|
|
|
|
|
* Sun Sep 9 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.93.0-1
|
|
|
|
- update to 3.93.0
|
|
|
|
- drop kde4home patch (no longer applied)
|
|
|
|
- drop kdeprint soversion conflict patch (fixed upstream)
|
|
|
|
- remove icon-related code, pics/ is now in kdebase-runtime
|
|
|
|
- BR strigi-devel >= 0.5.5 due to API changes
|
|
|
|
- package hicolor presence_* icons which are not in hicolor-icon-theme
|
|
|
|
- don't list non-existing ksvgtopng in devel binaries (now in kdebase-runtime)
|
|
|
|
|
|
|
|
* Tue Aug 14 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.92.0-4
|
|
|
|
- -devel: omit most (hopefully) extraneous Requires:
|
|
|
|
- use macros.kde4
|
|
|
|
- -devel: Conflicts: kdelibs-devel (in %%_bindir,%%_libdir)
|
|
|
|
- License clarification
|
|
|
|
|
|
|
|
* Fri Aug 03 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.92.0-3
|
|
|
|
- name kdelibs4, don't mess with %%_prefix (for now)
|
2007-08-03 14:23:17 +00:00
|
|
|
- move to -devel: checkXML, kconfig_compiler, (make)kdewidgets, ksgmltools2,
|
|
|
|
ksvgtopng, kunittestmodrunner
|
|
|
|
- set KDE_IS_PRELINKED unconditionally (#244065)
|
2007-12-01 19:43:21 +00:00
|
|
|
- License: LGPLv2
|
|
|
|
- Requires: shared-mime-info
|
|
|
|
|
|
|
|
* Mon Jul 30 2007 Than Ngo <than@redhat.com> 3.92.0-2
|
|
|
|
- fix conlict with kde3
|
|
|
|
- add -DSYSCONF_INSTALL_DIR
|
|
|
|
|
|
|
|
* Sat Jul 28 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.92.0-1
|
|
|
|
- kde-3.92.0 (kde4-beta1)
|
|
|
|
|
|
|
|
* Thu Jul 19 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.91.0-6
|
|
|
|
- add missing epoch to main package Requires for -devel if name is kdelibs
|
|
|
|
|
|
|
|
* Tue Jul 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-5
|
|
|
|
- BR: soprano-devel
|
|
|
|
- prefix=/usr cleanups
|
|
|
|
|
|
|
|
* Wed Jul 11 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.91.0-4
|
|
|
|
- apply upstream bugfix for KatePart syntax highlighting (kde #145571)
|
|
|
|
|
|
|
|
* Thu Jun 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-3
|
|
|
|
- fix %%_sysconfdir for %%_prefix != /usr case.
|
|
|
|
|
|
|
|
* Thu Jun 28 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-2
|
|
|
|
- updated kde4home.diff
|
|
|
|
- CMAKE_BUILD_TYPE=RelWithDebInfo (we're already using %%optflags)
|
|
|
|
|
|
|
|
* Wed Jun 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.91.0-1
|
|
|
|
- kde-3.91.0
|
2008-10-17 17:49:41 +00:00
|
|
|
- CMAKE_BUILD_TYPE=debug
|
2007-12-01 19:43:21 +00:00
|
|
|
|
|
|
|
* Sat Jun 23 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.90.1-3
|
|
|
|
- specfile cleanup (%%prefix issues mostly)
|
|
|
|
|
|
|
|
* Wed May 30 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.90.1-2
|
|
|
|
- add missing BR shared-mime-info
|
|
|
|
|
|
|
|
* Sun May 13 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.90.1-1
|
|
|
|
- update to 3.90.1
|
|
|
|
- drop backported upstream fixes already in 3.90.1
|
|
|
|
- bump cmake BR to 2.4.5 as required upstream now
|
|
|
|
- add BR strigi-devel, alsa-lib-devel, avahi-devel
|
|
|
|
- don't set execute bits by hand anymore, cmake has been fixed
|
|
|
|
- use multilibs in /opt/kde4
|
|
|
|
|
|
|
|
* Mon Mar 26 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.3-5
|
|
|
|
- apply upstream fixes to build with Qt 4.3 Beta
|
|
|
|
|
|
|
|
* Sat Mar 24 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.3-4
|
|
|
|
- restore minimum version requirements for cmake and qt4-devel
|
|
|
|
- drop visibility hack (no longer needed with latest qt4 package)
|
|
|
|
- don't set QT4DIR and PATH anymore, qdbuscpp2xml has been fixed
|
|
|
|
- apply upstream bugfixes:
|
|
|
|
- * khtml segfault fix
|
|
|
|
- * message box cancel button fix
|
|
|
|
- * kprocio received buffer truncation fix (backported)
|
|
|
|
- * KatePart keyboard shortcut (Ctrl+Right, Shift+Right) fix
|
|
|
|
|
|
|
|
* Mon Mar 05 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.80.3-3
|
|
|
|
- +eXecute perms for %%{_prefix}/lib/*
|
|
|
|
|
|
|
|
* Fri Feb 23 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.3-2
|
|
|
|
- apply upstream patch to fix klauncher crash
|
|
|
|
- hack around Qt 4 being built with no visibility support
|
|
|
|
- install Qt Designer plugin
|
|
|
|
|
|
|
|
* Wed Feb 21 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.3-1
|
|
|
|
- update to 3.80.3
|
|
|
|
- update and improve parallel-installability patch
|
|
|
|
- set QT4DIR and PATH so CMake's direct $QT4DIR/qdbuscpp2xml calls work
|
|
|
|
- move libkdeinit_*.so from -devel to main package
|
|
|
|
- symlink kde4-config into /usr/bin so it can be used for path setting
|
|
|
|
|
|
|
|
* Wed Nov 29 2006 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 3.80.2-0.4.20061003svn
|
|
|
|
- dropped -DCMAKE_SKIP_RPATH=TRUE from cmake
|
|
|
|
- compiling with QA_RPATHS=0x0003; export QA_RPATHS
|
|
|
|
|
|
|
|
* Sun Nov 26 2006 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 3.80.2-0.3.20061003svn
|
|
|
|
- Added foolishly dropped libjpeg-devel, zlib-devel, krb5-devel, libattr-devel again as BR
|
|
|
|
|
|
|
|
* Thu Nov 23 2006 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 3.80.2-0.2.20061003svn
|
|
|
|
- parallel build support
|
|
|
|
- added -DCMAKE_SKIP_RPATH=TRUE to cmake to skip rpath
|
|
|
|
- dropped libjpeg-devel, zlib-devel, krb5-devel, libattr-devel as BR
|
|
|
|
- dropped duplicate libattr-devel in BR
|
|
|
|
- spec file cleanups and added clean up in %%install
|
|
|
|
- fixed missing dependency : libkdeinit_knotify.so
|
|
|
|
|
|
|
|
* Sat Oct 07 2006 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.80.2-0.1.20061003svn
|
|
|
|
- first Fedora RPM (parts borrowed from the OpenSUSE kdelibs 4 RPM and the Fedora kdelibs 3 RPM)
|
|
|
|
- apply parallel-installability patch
|