5604392
%undefine __cmake_in_source_build
771cf06
Name:           kdevelop
771cf06
Summary:        Integrated Development Environment for C++/C
771cf06
Epoch:          9
172c78a
Version:        5.6.1
f671316
Release:        1%{?dist}
771cf06
License:        GPLv2
771cf06
URL:            http://www.kdevelop.org/
8af9f3d
Source0:        http://download.kde.org/stable/kdevelop/%{version}/src/kdevelop-%{version}.tar.xz
98075d1
47e34c3
## kdevelop-pg-qt FTBFS s390x
47e34c3
ExcludeArch: s390x
47e34c3
Rex Dieter 7ba9c92
%global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
Rex Dieter 202aad3
Source10:       macros.kdevelop
317888a
Patch0:         kdevelop-5.2.3-qmake.patch
Rex Dieter 7ba9c92
c1fe843
# upstreamable patches
Kevin Kofler 78321ad
Kevin Kofler 78321ad
# upstream patches
6733421
2e1e330
BuildRequires:  gcc-c++ gcc
6733421
BuildRequires:  boost-devel
6733421
BuildRequires:  desktop-file-utils
6733421
BuildRequires:  gettext
2eee73f
BuildRequires:  shared-mime-info
6733421
BuildRequires:  llvm-devel
6733421
BuildRequires:  clang-devel
6733421
BuildRequires:  okteta-devel
e2b6cae
BuildRequires:  pcre-devel
e2b6cae
BuildRequires:  subversion-devel
308af14
BuildRequires:  kdevelop-pg-qt-devel >= 2.0
50154fe
BuildRequires:  libksysguard-devel
706b6bb
BuildRequires:  grantlee-qt5-devel
d286006
e2b6cae
%{?grantlee5_requires}
e2b6cae
BuildRequires:  libkomparediff2-devel
6733421
BuildRequires:  kf5-rpm-macros
6733421
BuildRequires:  extra-cmake-modules
894ac29
BuildRequires:  kf5-karchive-devel
6733421
BuildRequires:  kf5-kconfig-devel
706b6bb
BuildRequires:  kf5-kguiaddons-devel
6733421
BuildRequires:  kf5-kiconthemes-devel
6733421
BuildRequires:  kf5-ki18n-devel
6733421
BuildRequires:  kf5-kitemmodels-devel
6733421
BuildRequires:  kf5-kitemviews-devel
6733421
BuildRequires:  kf5-kjobwidgets-devel
6733421
BuildRequires:  kf5-kcmutils-devel
6733421
BuildRequires:  kf5-kio-devel
6733421
BuildRequires:  kf5-kdoctools-devel
6733421
BuildRequires:  kf5-knewstuff-devel
6733421
BuildRequires:  kf5-knotifications-devel
6733421
BuildRequires:  kf5-knotifyconfig-devel
6733421
BuildRequires:  kf5-kparts-devel
6733421
BuildRequires:  kf5-kservice-devel
6733421
BuildRequires:  kf5-ktexteditor-devel
6733421
BuildRequires:  kf5-threadweaver-devel
6733421
BuildRequires:  kf5-kwindowsystem-devel
6733421
BuildRequires:  kf5-kdeclarative-devel
6733421
BuildRequires:  kf5-kxmlgui-devel
6733421
BuildRequires:  kf5-plasma-devel
6733421
BuildRequires:  kf5-krunner-devel
771cf06
BuildRequires:  kf5-kcrash-devel
6733421
6733421
BuildRequires:  qt5-qtbase-devel
6733421
BuildRequires:  qt5-qtdeclarative-devel
6733421
BuildRequires:  qt5-qtwebkit-devel
6733421
BuildRequires:  qt5-qtscript-devel
6733421
BuildRequires:  qt5-qttools-devel
6733421
4ea091f
# For AutoReq cmake-filesystem
4ea091f
BuildRequires:  cmake
4ea091f
43913b0
# some arches don't have valgrind so we need to disable its support on them
43913b0
%ifarch %{ix86} x86_64 ppc ppc64 s390x
83787df
BuildRequires: valgrind-devel
43913b0
%endif
83787df
Radek Novacek aac5551
# kdevelop-custom-buildsystem has been merged to kdevelop 4.5.0
Radek Novacek aac5551
Provides:  kdevelop-custom-buildsystem = 9:%{version}-%{release}
Radek Novacek aac5551
Obsoletes: kdevelop-custom-buildsystem < 1.2.1-5
Radek Novacek aac5551
e2b6cae
Provides:  kdevplatform = %{version}-%{release}
e2b6cae
Obsoletes: kdevplatform < 5.1.80-1
e2b6cae
Rex Dieter 9d43232
# kdevappwizard/templates/qmake_qt4guiapp moved here
Rex Dieter 9d43232
Conflicts: kapptemplate < 16.03.80
Rex Dieter 9d43232
83787df
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
d286006
Requires: astyle
Kevin Kofler ce4648e
Requires: cmake
d286006
Requires: clang-tools-extra
44a1a02
Suggests: clazy
d286006
Requires: cppcheck
d286006
Requires: git
d286006
Requires: meson
44a1a02
cvsdist ab70d60
%description
cvsdist ab70d60
The KDevelop Integrated Development Environment provides many features
cvsdist ab70d60
that developers need as well as providing a unified interface to programs
cvsdist ab70d60
like gdb, the C/C++ compiler, and make. KDevelop manages or provides:
cvsdist ab70d60
cvsdist ab70d60
All development tools needed for C++ programming like Compiler,
cvsdist ab70d60
Linker, automake and autoconf; KAppWizard, which generates complete,
cvsdist ab70d60
ready-to-go sample applications; Classgenerator, for creating new
cvsdist ab70d60
classes and integrating them into the current project; File management
cvsdist ab70d60
for sources, headers, documentation etc. to be included in the
cvsdist ab70d60
project; The creation of User-Handbooks written with SGML and the
cvsdist ab70d60
automatic generation of HTML-output with the KDE look and feel;
cvsdist ab70d60
Automatic HTML-based API-documentation for your project's classes with
cvsdist ab70d60
cross-references to the used libraries; Internationalization support
cvsdist ab70d60
for your application, allowing translators to easily add their target
cvsdist ab70d60
language to a project;
cvsdist ab70d60
cvsdist ab70d60
KDevelop also includes WYSIWYG (What you see is what you get)-creation
cvsdist ab70d60
of user interfaces with a built-in dialog editor; Debugging your
cvsdist ab70d60
application by integrating KDbg; Editing of project-specific pixmaps
cvsdist ab70d60
with KIconEdit; The inclusion of any other program you need for
cvsdist ab70d60
development by adding it to the "Tools"-menu according to your
cvsdist ab70d60
individual needs.
cvsdist ab70d60
ee35e0d
d671572
%package devel
d671572
Summary: Development files for %{name}
83787df
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
e2b6cae
Provides: kdevplatform-devel = %{version}-%{release}
e2b6cae
Obsoletes: kdevplatform-devel < 5.1.80-1
d671572
%description devel
d671572
%{summary}.
d671572
d671572
%package libs
d671572
Summary: %{name} runtime libraries
d671572
# helps multilib upgrades
83787df
Obsoletes: kdevelop < 9:3.9.95
83787df
Requires: %{name} = %{epoch}:%{version}-%{release}
e2b6cae
Provides: kdevplatform-libs = %{version}-%{release}
e2b6cae
Obsoletes: kdevplatform-libs < 5.1.80-1
d671572
%description libs
d671572
%{summary}.
d671572
d671572
cvsdist ab70d60
%prep
f06e2f7
%setup -q -n kdevelop-%{version}
317888a
%patch0 -p1 -b .qmake
Rex Dieter 7ba9c92
59b4b69
%build
5604392
%{cmake_kf5}
5604392
%cmake_build
cvsdist ab70d60
59b4b69
cvsdist ab70d60
%install
5604392
%cmake_install
c9c844a
Rex Dieter 7ba9c92
%find_lang %{name} --all-name
Rex Dieter 7ba9c92
Rex Dieter 7ba9c92
# rpm macros
Rex Dieter 7ba9c92
install -p -m644 -D %{SOURCE10} \
Rex Dieter 7ba9c92
  %{buildroot}%{rpm_macros_dir}/macros.kdevelop
Rex Dieter 7ba9c92
sed -i \
Rex Dieter 7ba9c92
  -e "s|@@NAME@@|%{name}|g" \
Rex Dieter 7ba9c92
  -e "s|@@EPOCH@@|%{?epoch}%{!?epoch:0}|g" \
Rex Dieter 7ba9c92
  -e "s|@@VERSION@@|%{version}|g" \
Rex Dieter 7ba9c92
  -e "s|@@EVR@@|%{?epoch:%{epoch}:}%{version}-%{release}|g" \
Rex Dieter 7ba9c92
  %{buildroot}%{rpm_macros_dir}/macros.kdevelop
Rex Dieter 7ba9c92
ebd0b6f
# drop zsh, using bash as default
ebd0b6f
rm -f %{buildroot}%{_datadir}/kdevplatform/shellutils/.zshrc
83787df
83787df
%check
771cf06
desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.kdevelop.desktop
cvsdist ab70d60
308af14
%files -f %{name}.lang
Rex Dieter 9d43232
%doc AUTHORS
Rex Dieter 9d43232
%license COPYING COPYING.DOC COPYING.LIB
6733421
%{_bindir}/kdevelop
6733421
%{_bindir}/kdevelop!
6733421
%{_bindir}/kdev_includepathsconverter
e2b6cae
%{_bindir}/kdev_dbus_socket_transformer
e2b6cae
%{_bindir}/kdevplatform_shell_environment.sh
e2b6cae
%{_bindir}/kdev_format_source
6733421
%{_datadir}/kdev*/
771cf06
%{_datadir}/applications/org.kde.kdevelop.desktop
771cf06
%{_datadir}/applications/org.kde.kdevelop_ps.desktop
1ea1bbf
%{_datadir}/applications/org.kde.kdevelop_bzr.desktop
1ea1bbf
%{_datadir}/applications/org.kde.kdevelop_git.desktop
1ea1bbf
%{_datadir}/applications/org.kde.kdevelop_kdev4.desktop
1ea1bbf
%{_datadir}/applications/org.kde.kdevelop_svn.desktop
6733421
%{_datadir}/kservices5/*.desktop
6733421
%{_datadir}/mime/packages/kdevelop.xml
788cd3a
%{_datadir}/mime/packages/kdevclang.xml
1ea1bbf
%{_datadir}/mime/packages/kdevgit.xml
6733421
%{_datadir}/plasma/plasmoids/kdevelopsessions/*
6733421
%{_datadir}/knotifications5/kdevelop.notifyrc
6733421
%{_datadir}/icons/hicolor/*/*/*
9655c5b
%{_datadir}/metainfo/org.kde.kdevelop.appdata.xml
e2bb65f
%{_datadir}/qlogging-categories5/kdevelop.categories
e2bb65f
%{_datadir}/qlogging-categories5/kdevplatform.categories
072bb08
# %{_datadir}/bash-completion/completions/kdevelop
354527f
%{_datadir}/knsrcfiles/kdev*.knsrc
b0d1b34
%{_docdir}/HTML/*/kdevelop/
e2b6cae
%{_kf5_datadir}/kservicetypes5/kdevelopplugin.desktop
f671316
%{_qt5_qmldir}/org/kde/plasma/private/kdevelopsessions/libkdevelopsessionsplugin.so
f671316
%{_qt5_qmldir}/org/kde/plasma/private/kdevelopsessions/qmldir
cvsdist ab70d60
698083e
%ldconfig_scriptlets libs
78880fd
d671572
%files libs
e2b6cae
%{_libdir}/lib*.so.*
6733421
%{_libdir}/*.so
771cf06
%{_libdir}/libKDevClangPrivate.so*
f671316
%{_kf5_qtplugindir}/kf5/krunner/krunner_kdevelopsessions.so
e2b6cae
%{_kf5_qtplugindir}/kdevplatform/
e2b6cae
%{_kf5_qtplugindir}/grantlee/%{grantlee5_plugins}/kdev_filters.so
e2b6cae
# FIXME/TODO: does not use standard %%{?grantlee5_plugindir}, is that a problem?  -- rex
e2b6cae
%dir %{_kf5_qtplugindir}/grantlee/
e2b6cae
%dir %{_kf5_qtplugindir}/grantlee/%{grantlee5_plugins}/
e2b85ec
%{_qt5_qmldir}/org/kde/kdevplatform/
d671572
d671572
%files devel
4ea091f
%{_libdir}/cmake/KDevelop/
e2b6cae
%{_libdir}/cmake/KDevPlatform
6733421
%{_includedir}/kdevelop/
e2b6cae
%{_includedir}/kdevplatform/
e2b6cae
%{_libdir}/lib*.so
Rex Dieter 7ba9c92
%{rpm_macros_dir}/macros.kdevelop
d671572
cvsdist ab70d60
%changelog
172c78a
* Wed Dec  9 10:37:30 CET 2020 Jan Grulich <jgrulich@redhat.com> - 9:5.6.1-1
172c78a
- 5.6.1
172c78a
f671316
* Tue Sep 08 2020 Jan Grulich <jgrulich@redhat.com> - 9:5.6.0-1
f671316
- 5.6.0
f671316
624e9a9
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9:5.5.2-3
624e9a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
624e9a9
c05f232
* Tue Jun 23 2020 Jan Grulich <jgrulich@redhat.com> - 9:5.5.2-2
c05f232
- Rebuild (Plasma 5.19)
c05f232
d211353
* Tue Jun 02 2020 Jan Grulich <jgrulich@redhat.com> - 9:5.5.2-1
d211353
- 5.5.2
d211353
25b39e4
* Wed May 27 2020 Jan Grulich <jgrulich@redhat.com> - 9:5.5.1-2
25b39e4
- Rebuild (libksysguard)
25b39e4
6650b6e
* Tue May 05 2020 Jan Grulich <jgrulich@redhat.com> - 9:5.5.1-1
6650b6e
- 5.5.1
6650b6e
e01b932
* Wed Feb 19 2020 Jan Grulich <jgrulich@redhat.com> - 9:5.5.0-3
e01b932
- Rebuild for grantlee
e01b932
333e8dd
* Mon Feb 17 2020 Jan Grulich <jgrulich@redhat.com> - 9:5.5.0-2
333e8dd
- Do not crash when showing tooltip
333e8dd
354527f
* Mon Feb 03 2020 Jan Grulich <jgrulich@redhat.com> - 9:5.5.0-1
354527f
- 5.5.0
354527f
5eb45f2
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9:5.4.6-2
5eb45f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
5eb45f2
a4b65b3
* Tue Jan 07 2020 Jan Grulich <jgrulich@redhat.com> - 9:5.4.6-1
a4b65b3
- 5.4.6
a4b65b3
daabd19
* Tue Dec 03 2019 Jan Grulich <jgrulich@redhat.com> - 9:5.4.5-1
daabd19
- 5.4.5
daabd19
5ffb1a9
* Tue Nov 05 2019 Jan Grulich <jgrulich@redhat.com> - 9:5.4.4-1
5ffb1a9
- 5.4.4
5ffb1a9
e533980
* Tue Oct 22 2019 Jan Grulich <jgrulich@redhat.com> - 9:5.4.3-1
e533980
- 5.4.3
e533980
756b5af
* Tue Sep 03 2019 Jan Grulich <jgrulich@redhat.com> - 5.4.2-1
756b5af
- 5.4.2
756b5af
cf9713a
* Tue Aug 13 2019 Jan Grulich <jgrulich@redhat.com> - 5.4.1-1
cf9713a
- 5.4.1
cf9713a
d286006
* Tue Aug 06 2019 Jan Grulich <jgrulich@redhat.com> - 5.4.0-1
d286006
- 5.4.0
d286006
a293795
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 9:5.3.3-2
a293795
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
a293795
e2bb65f
* Thu Jul 18 2019 Jan Grulich <jgrulich@redhat.com> - 5.3.3-1
e2bb65f
- 5.3.3
e2bb65f
5fe33df
* Fri Mar 15 2019 Jan Grulich <jgrulich@redhat.com> - 5.3.2-1
5fe33df
- 5.3.2
5fe33df
4a12ab5
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 9:5.3.1-3
4a12ab5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
4a12ab5
19034e0
* Wed Jan 30 2019 Jan Grulich <jgrulich@redhat.com> - 5.3.1-2
19034e0
- Rebuild (clang)
19034e0
d318fde
* Tue Dec 11 2018 Jan Grulich <jgrulich@redhat.com> - 5.3.1-1
d318fde
- 5.3.1
d318fde
44a1a02
* Wed Nov 14 2018 Jan Grulich <jgrulich@redhat.com> - 5.3.0-1
44a1a02
- 5.3.0
44a1a02
1ea1bbf
* Tue Oct 02 2018 Jan Grulich <jgrulich@redhat.com> - 5.2.80-1
1ea1bbf
- 5.2.80 (beta)
1ea1bbf
7834626
* Mon Aug 27 2018 Jan Grulich <jgrulich@redhat.com> - 5.2.4-1
7834626
- 5.2.4
7834626
317888a
* Thu Aug 16 2018 Than Ngo <than@redhat.com> - 5.2.3-4
317888a
- fixed #1405880, prefer qmake-qt5
840d1a9
- fixed #1518465, prefer bash and drop zsh dependency
317888a
2e1e330
* Mon Jul 23 2018 Than Ngo <than@redhat.com> - 5.2.3-3
2e1e330
- fixed FTBFS
2e1e330
6f29c58
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9:5.2.3-2
6f29c58
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
6f29c58
b385af6
* Mon May 21 2018 Jan Grulich <jgrulich@redhat.com> - 9:5.2.3-1
b385af6
- Update to 5.2.3
b385af6
ba3fdd9
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9:5.2.1-2
ba3fdd9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
ba3fdd9
1a2f9a2
* Fri Nov 24 2017 Jan Grulich <jgrulich@redhat.com> - 5.2.1-1
1a2f9a2
- Update to 5.2.1
1a2f9a2
8af9f3d
* Tue Nov 14 2017 Jan Grulich <jgrulich@redhat.com> - 5.2.0-1
8af9f3d
- Update to 5.2.0
8af9f3d
bfb02b0
* Tue Oct 24 2017 Jan Grulich <jgrulich@redhat.com> - 5.1.80-2
bfb02b0
- rebuild (llvm-5.0)
bfb02b0
e2b6cae
* Fri Oct 06 2017 Jan Grulich <jgrulich@redhat.com> - 5.1.80-1
e2b6cae
- Update to 5.1.80 (beta)
e2b6cae
- KDevplatform merged to KDevelop
e2b6cae
36788c4
* Tue Aug 29 2017 Jan Grulich <jgrulich@redhat.com> - 5.1.2-1
36788c4
- Update to 5.1.2
36788c4
4ea091f
* Mon Aug 07 2017 Björn Esser <besser82@fedoraproject.org> - 9:5.1.1-6
4ea091f
- Rebuilt for AutoReq cmake-filesystem
4ea091f
155f96e
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9:5.1.1-5
155f96e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
155f96e
46e443f
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9:5.1.1-4
46e443f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
46e443f
a8a4fae
* Mon Jul 03 2017 Jonathan Wakely <jwakely@redhat.com> - 9:5.1.1-3
a8a4fae
- Rebuilt for Boost 1.64
a8a4fae
fdb385e
* Tue May 30 2017 Björn Esser <besser82@fedoraproject.org> - 9:5.1.1-2
fdb385e
- Rebuilt for clang/llvm-4
fdb385e
788cd3a
* Mon May 29 2017 Jan Grulich <jgrulich@redhat.com> 9:5.1.1-1
788cd3a
- Update to 5.1.1
788cd3a
ca29985
* Thu May 25 2017 Peter Robinson <pbrobinson@fedoraproject.org> 9:5.1.0-4
ca29985
- Rebuild clang/llvm-4
ca29985
2ac6af7
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9:5.1.0-3
2ac6af7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
2ac6af7
Igor Gnatenko f567acb
* Fri Mar 24 2017 Igor Gnatenko <ignatenko@redhat.com> - 9:5.1.0-2
Igor Gnatenko f567acb
- Rebuild for LLVM4
Igor Gnatenko f567acb
e1533da
* Mon Mar 20 2017 Jan Grulich <jgrulich@redhat.com> - 9:5.1.0-1
e1533da
- Update to 5.1.0
e1533da
a1d84d7
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9:5.0.80-3
a1d84d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a1d84d7
e08e813
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 9:5.0.80-2
e08e813
- Rebuilt for Boost 1.63
e08e813
ffda6c9
* Tue Jan 17 2017 Jan Grulich <jgrulich@redhat.com> - 5.0.80-1
ffda6c9
- Update to 5.0.80 (beta)
ffda6c9
e0d57e5
* Thu Dec 01 2016 Jan Grulich <jgrulich@redhat.com> - 5.0.3-1
e0d57e5
- Update to 5.0.3
e0d57e5
Rex Dieter bc33c8f
* Wed Nov 09 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.0.2-2
Rex Dieter bc33c8f
- rebuild (clang)
Rex Dieter bc33c8f
cf1e0b5
* Mon Oct 17 2016 Jan Grulich <jgrulich@redhat.com> - 5.0.2-1
cf1e0b5
- Update to 5.0.2
cf1e0b5
f06e2f7
* Mon Sep 19 2016 Jan Grulich <jgrulich@redhat.com> - 5.0.1-1
f06e2f7
- Update to 5.0.1
f06e2f7
Rex Dieter 7ba9c92
* Wed Sep 07 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.0.0-2
Rex Dieter 7ba9c92
- +macros.kdevelop: make addon packages easier to manage
Rex Dieter 7ba9c92
Rex Dieter 7ba9c92
* Wed Aug 24 2016 Helio Chissini de Castro <helio@kde.org> - 5.0.0-1
Rex Dieter 7ba9c92
- New upstream version
Rex Dieter 7ba9c92
66a9a58
* Mon Aug 08 2016 Jan Grulich <jgrulich@redhat.com> - 5.0.0-0.3.20160808git
66a9a58
- Update to latest git snapshot
66a9a58
50154fe
* Thu Jul 07 2016 Jan Grulich <jgrulich@redhat.com> - 5.0.0-0.2.20160608git
50154fe
- Add BR: libksysguard-devel
50154fe
  Resolves: bz#1352964
50154fe
771cf06
* Wed Jun 08 2016 Jan Grulich <jgrulich@redhat.com> - 5.0.0-0.1.20160608git
771cf06
- Package latest git snapshot to address GCC 6 related crashes
771cf06
  Resolves: bz#1343439
771cf06
Rex Dieter 9d43232
* Fri Apr 08 2016 Rex Dieter <rdieter@fedoraproject.org> - 9:4.90.91-5
Rex Dieter 9d43232
- Conflicts: kapptemplate < 16.03.80
Rex Dieter 9d43232
- .spec cosmetics, use %%license
Rex Dieter 9d43232
Daniel Vrátil 04c6c20
* Fri Mar 04 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 9:4.90.91-4
Daniel Vrátil 04c6c20
- Rebuld against new clang
Daniel Vrátil 04c6c20
2292862
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 9:4.90.91-3
2292862
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2292862
7eb2972
* Thu Jan 28 2016 Adam Jackson <ajax@redhat.com> 4.90.91-2
7eb2972
- Rebuild for llvm 3.7.1 library split
7eb2972
21b5c1d
* Tue Jan 26 2016 Jan Grulich <jgrulich@redhat.com> - 9:4.90.91-1
21b5c1d
- Update to 4.90.91 (beta 2)
21b5c1d
945b59d
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 9:4.90.90-2
945b59d
- Rebuilt for Boost 1.60
945b59d
6733421
* Thu Oct 29 2015 Jan Grulich <jgrulich@redhat.com> - 4.90.90-1
6733421
- Update to 4.90.90 (beta 1)
bf2fc94
Kevin Kofler c8e2b9b
* Thu Jul 30 2015 Kevin Kofler <Kevin@tigcc.ticalc.org> - 9:4.7.1-7
Kevin Kofler c8e2b9b
- Readd missing BuildRequires: kde-workspace-devel (#1248073)
Kevin Kofler c8e2b9b
ee740fa
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9:4.7.1-6
ee740fa
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
ee740fa
7656273
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 9:4.7.1-5
7656273
- rebuild for Boost 1.58
7656273
ab3f0d3
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9:4.7.1-4
ab3f0d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ab3f0d3
82c12a3
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 9:4.7.1-3
82c12a3
- Rebuilt for GCC 5 C++11 ABI change
82c12a3
Rex Dieter 0de5b56
* Tue Mar 31 2015 Rex Dieter <rdieter@fedoraproject.org> 9:4.7.1-2
Rex Dieter 0de5b56
- BR: okteta4-devel, -libs: drop Requires: okteta
Rex Dieter 0de5b56
6fd7a53
* Tue Feb 03 2015 Jan Grulich <jgrulich@redhat.com> - 9:4.7.1-1
6fd7a53
- Update to 4.7.1
6fd7a53
Petr Machata 8e16894
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 9:4.7.0-2
Petr Machata 8e16894
- Rebuild for boost 1.57.0
Petr Machata 8e16894
c0669bc
* Wed Aug 27 2014 Jan Grulich <jgrulich@redhat.com> - 9:4.7.0-1
c0669bc
- Update to 4.7.0
f630c0c
0200c68
* Fri Jul 11 2014 Jan Grulich <jgrulich@redhat.com> 9:4.6.90-1
0200c68
- Update to 4.6.90 (beta1)
0200c68
Rex Dieter b2d29a2
* Thu Jul 03 2014 Rex Dieter <rdieter@fedoraproject.org> 9:4.6.0-5
Rex Dieter b2d29a2
- optimize mimeinfo scriptlet, .spec cleanup
Rex Dieter bcae9c5
- BR: qtwebkit ...
Rex Dieter b2d29a2
d9bf509
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9:4.6.0-4
d9bf509
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d9bf509
Petr Machata 92d64f9
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 9:4.6.0-3
Petr Machata 92d64f9
- Rebuild for boost 1.55.0
Petr Machata 92d64f9
fe15475
* Thu Dec 12 2013 Jan Grulich <jgrulich@redhat.com> - 9:4.6.0-2
fe15475
- Fix ninja builder (bz#1040801)
fe15475
de3a62c
* Sun Dec 08 2013 Jan Grulich <jgrulich@redhat.com> - 9:4.6.0-1
de3a62c
- Update to 4.6.0
de3a62c
9a78630
* Wed Nov 27 2013 Jan Grulich <jgrulich@redhat.com> - 9:4.5.90-1
9a78630
- Update to 4.5.90
9a78630
744af3b
* Mon Nov 18 2013 Jan Grulich <jgrulich@redhat.com> - 9:4.5.80-1
744af3b
- Update to 4.5.80
744af3b
0f3ff00
* Thu Oct 31 2013 Jan Grulich <jgrulich@redhat.com> - 9:4.5.2-1
0f3ff00
- Update to 4.5.2
0f3ff00
e229394
* Wed Aug 07 2013 Jan Grulich <jgrulich@redhat.com> - 9:4.5.1-4
e229394
- Not necessary to require the latest version of okteta
e229394
d3872fc
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9:4.5.1-3
d3872fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d3872fc
Petr Machata 5854aa0
* Tue Jul 30 2013 Petr Machata <pmachata@redhat.com> - 9:4.5.1-2
Petr Machata 5854aa0
- Rebuild for boost 1.54.0
Petr Machata 5854aa0
74ecb35
* Thu May 30 2013 Jan Grulich <jgrulich@redhat.com> - 9:4.5.1-1
79ddaa1
- Update to 4.5.1
79ddaa1
79ddaa1
* Mon Apr 29 2013 Radek Novacek <rnovacek@redhat.com> - 9:4.5.0-2
Radek Novacek aac5551
- Obsoletes and provides kdevelop-custom-buildsystem
Radek Novacek aac5551
786eb9e
* Fri Apr 26 2013 Jan Grulich <jgrulich@redhat.com> - 9:4.5.0-1
786eb9e
- Update to 4.5.0
786eb9e
98075d1
* Fri Apr 26 2013 Jan Grulich <jgrulich@redhat.com> - 9:4.4.90-2
98075d1
- Add previusly removed rpath patch
98075d1
98075d1
* Thu Apr 25 2013 Jan Grulich <jgrulich@redhat.com> - 9:4.4.90-1
2e46d0d
- Update to 4.4.90 (RC1)
2e46d0d
Kevin Kofler ce4648e
* Mon Apr 01 2013 Kevin Kofler <Kevin@tigcc.ticalc.org> - 9:4.4.1-4
Kevin Kofler ce4648e
- Requires: cmake (as per discussion of kde#274246)
Kevin Kofler ce4648e
c79517a
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9:4.4.1-3
c79517a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c79517a
0e8d473
* Thu Nov 22 2012 Jan Grulich <jgrulich@redhat.com> 9:4.4.1-2
0e8d473
- Don't execute cmake every time when you use ninja
0e8d473
fed7f82
* Mon Nov 05 2012 Jan Grulich <jgrulich@redhat.com> 9:4.4.1-1
fed7f82
- Update to 4.4.1
fed7f82
- Remove unnecessary fix for splash
fed7f82
e94d007
* Wed Oct 24 2012 Jan Grulich <jgrulich@redhat.com> 9:4.4.0-2
e94d007
- Fixed version in splash
e94d007
e229394
* Tue Oct 23 2012 Jan Grulich <jgrulich@redhat.com> 9:4.4.0-1
2c73937
- Update to 4.4.0
2c73937
- Rebase no-rpath patch
2c73937
Radek Novacek 61ce487
* Fri Sep 07 2012 Radek Novacek <rnovacek@redhat.com> 9:4.3.90-1
Radek Novacek 61ce487
- Update to 4.3.90 (RC 1)
Radek Novacek 61ce487
Radek Novacek 3bf6807
* Thu Aug 09 2012 Radek Novacek <rnovacek@redhat.com> 9:4.3.80-1
Radek Novacek 3bf6807
- Update to 4.3.80 (beta 1)
Radek Novacek 3bf6807
- Rebase no-rpath patch
Radek Novacek 3bf6807
- Drop okteta09 patch (upstreamed)
Radek Novacek 3bf6807
4e8db2b
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9:4.3.1-4
4e8db2b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4e8db2b
Kevin Kofler 78321ad
* Fri Jun 15 2012 Kevin Kofler <Kevin@tigcc.ticalc.org> 9:4.3.1-3
Kevin Kofler 78321ad
- reenable Okteta plugin, fix its build with Okteta 0.9 (upstream patch)
Kevin Kofler 78321ad
Radek Novacek 288c40f
* Wed Jun 13 2012 Radek Novacek <rnovacek@redhat.com> 9:4.3.1-2
Radek Novacek 288c40f
- Rebuild (kasten)
Radek Novacek 288c40f
Radek Novacek 5aa626d
* Mon Apr 16 2012 Radek Novacek <rnovacek@redhat.com> 9:4.3.1-1
Radek Novacek 5aa626d
- Update to 4.3.1
Radek Novacek 5aa626d
c1fe843
* Wed Apr 04 2012 Than Ngo <than@redhat.com> - 9:4.3.0-2
c1fe843
- fix build failure on plattform wirh bigendian
c1fe843
Jaroslav Reznik 774a52d
* Mon Mar 12 2012 Jaroslav Reznik <jreznik@redhat.com> 9:4.3.0-1
Jaroslav Reznik 774a52d
- Update to 4.3.0
Jaroslav Reznik 774a52d
f539cfc
* Sun Feb 26 2012 Radek Novacek <rnovacek@redhat.com> 9:4.2.90-2
f539cfc
- Fix kdevplatform version
f539cfc
f539cfc
* Sun Feb 26 2012 Radek Novacek <rnovacek@redhat.com> 9:4.2.90-1
bf102fd
- Update to 4.2.90 (RC 1)
bf102fd
Jaroslav Reznik dd31b24
* Tue Feb 14 2012 Jaroslav Reznik <jreznik@redhat.com> 9:4.2.82-1
Jaroslav Reznik dd31b24
- Update to 4.2.82 (beta 2)
Jaroslav Reznik dd31b24
- Rebase include unistd.h patch
Jaroslav Reznik dd31b24
Radek Novacek 1703c41
* Mon Jan 23 2012 Radek Novacek <rnovacek@redhat.com> 9:4.2.81-1
Radek Novacek 1703c41
- Update to 4.2.81 (1.3 beta)
Radek Novacek 1703c41
- Drop upstreamed patch
Radek Novacek 1703c41
- Rebase rpath patch
Radek Novacek 7f0f098
- Fix with g++ 4.7 (missing include unistd.h)
Radek Novacek 11deef6
- Fix unpackaged files
Radek Novacek 1703c41
b5197d7
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9:4.2.3-8
b5197d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b5197d7
Kevin Kofler 0a14977
* Sat Dec 24 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 9:4.2.3-7
Kevin Kofler 0a14977
- remove set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) line
Kevin Kofler 0a14977
Kevin Kofler 2b5b6c0
* Sat Dec 24 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 9:4.2.3-6
Kevin Kofler 1d462c6
- upstream patch to make Okteta plugin compile against libs from Okteta 0.8
Kevin Kofler 1d462c6
78880fd
* Mon Dec 05 2011 Rex Dieter <rdieter@fedoraproject.org> 9:4.2.3-5
78880fd
- add explicit BR: boost-devel
78880fd
820b157
* Sun Jul 31 2011 Rex Dieter <rdieter@fedoraproject.org> 9:4.2.3-4
6733421
- drop < f14 conditionals
820b157
- BR: okteta-devel
820b157
851e9ed
* Fri Jul 22 2011 Rex Dieter <rdieter@fedoraproject.org> 9:4.2.3-3
851e9ed
- fix dep(s) on kdesdk/okteta
851e9ed
Radek Novacek b8c9869
* Tue Jun 28 2011 Radek Novacek <rnovacek@redhat.com> - 9:4.2.3-2
Radek Novacek b8c9869
- Rebuild with kdevplatform-1.2.3
Radek Novacek b8c9869
94ad0bd
* Mon Jun 27 2011 Than Ngo <than@redhat.com> - 9:4.2.3-1
94ad0bd
- 4.2.3
94ad0bd
43913b0
* Tue Apr 26 2011 Dan Horák <dan[at]danny.cz> - 9:4.2.2-2
43913b0
- valgrind exists only on selected architectures
43913b0
Radek Novacek 57a1a1f
* Thu Apr 07 2011 Radek Novacek <rnovacek@redhat.com> 9:4.2.2-1
Radek Novacek 57a1a1f
- Update to 4.2.2
Radek Novacek 57a1a1f
9d527f7
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9:4.2.0-2
9d527f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
9d527f7
b607d9e
* Tue Jan 25 2011 Rex Dieter <rdieter@fedoraproject.org> 4.2.0-1
b607d9e
- 4.2.0
b607d9e
Kevin Kofler 82f0306
* Fri Jan 21 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> - 9:4.1.90-1
Kevin Kofler 82f0306
- Update to 4.1.90 (4.2 RC1, uses kdevplatform 1.1.90)
Kevin Kofler 82f0306
Kevin Kofler c2b5b3a
* Tue Dec 28 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 9:4.1.81-1
Kevin Kofler c2b5b3a
- Update to 4.1.81 (4.2 Beta 2, uses kdevplatform 1.1.81)
Kevin Kofler c2b5b3a
Kevin Kofler a8dc11f
* Thu Dec 16 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 9:4.1.80-1
Kevin Kofler a8dc11f
- Update to 4.1.80 (4.2 Beta 1, required for kdelibs 4.6, #660345, #661077)
Kevin Kofler a8dc11f
Kevin Kofler a8dc11f
* Mon Dec 06 2010 Rex Dieter <rdieter@fedoraproject.org> - 9:4.1.1-1
1501f58
- kdevelop-4.1.1
1501f58
Kevin Kofler a8dc11f
* Mon Dec 06 2010 Rex Dieter <rdieter@fedoraproject.org> - 9:4.1.0-4
b2f4cd2
- -libs: (versioned) Requires: kdeutils-libs (#656847)
b2f4cd2
- -libs: move kdevplatform dep here, make arch'd
b2f4cd2
Kevin Kofler a8dc11f
* Tue Nov 23 2010 Rex Dieter <rdieter@fedoraproject.org> - 9:4.1.0-3
e8eeff0
- rebuild
d845f45
- BR: kdesdk-devel (f15+, kde46)
e8eeff0
Kevin Kofler a8dc11f
* Thu Nov 18 2010 Thomas Janssen <thomasj@fedoraproject.org> - 9:4.1.0-2
1789738
- added Requires git
1789738
Kevin Kofler a8dc11f
* Fri Oct 22 2010 Thomas Janssen <thomasj@fedoraproject.org> - 9:4.1.0-1
4aee07b
- update to 4.1.0
4aee07b
- added BR kdeutils-devel
4aee07b
Jesse Keating c94dbd5
* Wed Sep 29 2010 jkeating - 9:4.0.82-2
Jesse Keating c94dbd5
- Rebuilt for gcc bug 634757
Jesse Keating c94dbd5
Kevin Kofler a8dc11f
* Sun Sep 26 2010 Thomas Janssen <thomasj@fedoraproject.org> - 9:4.0.82-1
508feff
- update to 4.0.82
508feff
Kevin Kofler 7fca8eb
* Wed Aug 11 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 9:4.0.1-1
Kevin Kofler 7fca8eb
- update to 4.0.1 (uses kdevplatform 1.0.1)
Kevin Kofler 7fca8eb
- remove Source1, upstream doesn't ship a .md5sum anymore
Kevin Kofler 7fca8eb
- drop qmake_qt4 patch, fixed upstream
Kevin Kofler 7fca8eb
b13ecb5
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 9:4.0.0-3
b13ecb5
- recompiling .py files against Python 2.7 (rhbz#623326)
b13ecb5
66fcceb
* Wed May 05 2010 Rex Dieter <rdieter@fedoraproject.org> 9:4.0.0-2
66fcceb
- Qt documentation not available on Fedora  (kde#236315)
66fcceb
3322f0e
* Thu Apr 29 2010 Rex Dieter <rdieter@fedoraproject.org> 9:4.0.0-1
3322f0e
- kdevelop-4.0.0
3322f0e
db6d938
* Sat Apr 17 2010 Rex Dieter <rdieter@fedoraproject.org> 9:3.10.2-1
db6d938
- kdevelop-3.10.2
db6d938
e3c84d4
* Thu Apr 08 2010 Rex Dieter <rdieter@fedoraproject.org> 9:3.10.0-1
e3c84d4
- kdevelop-3.10.0
e3c84d4
ab52b59
* Mon Mar 08 2010 Rex Dieter <rdieter@fedoraproject.org> 9:3.9.99-1
ab52b59
- kdevelop-3.9.99
ab52b59
83787df
* Mon Feb 22 2010 Rex Dieter <rdieter@fedoraproject.org> 9:3.9.98-1
83787df
- kdevelop-3.9.98
83787df
cd6e59a
* Thu Jan 28 2010 Rex Dieter <rdieter@fedoraproject.org> 9:3.9.97-3
cd6e59a
- -libs: fix Requires: kdelibs4 ...
cd6e59a
6733421
* Sat Jan 16 2010 Rex Dieter <rdieter@fedoraproject.org> 9:3.9.97-2
88587e2
- rebuild (boost)
88587e2
c9c844a
* Thu Jan 07 2010 Rex Dieter <rdieter@fedoraproject.org> 9:3.9.97-1
c9c844a
- kdevelop-3.9.97
c9c844a
cfcda9f
* Sun Nov 22 2009 Rex Dieter <rdieter@fedoraproject.org> 9:3.9.95-0.3.beta5
0801855
- rebuild (fc13+, qt-4.6.0-rc1)
0801855
ee35e0d
* Tue Sep 29 2009 Ben Boeckel <MathStuf@gmail.com> - 9:3.9.95-0.1.beta5
ee35e0d
- Upgrade to 3.9.95
ee35e0d
e09ffed
* Sat Sep 12 2009 Rex Dieter <rdieter@fedoraproject.org> 9:3.5.4-6
e09ffed
- make -libs unconditional
e09ffed
- Requires: kdebase3 (#507653)
e09ffed
fe7b199
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9:3.5.4-5
fe7b199
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
fe7b199
2e9a46d
* Sat Jul 18 2009 Rex Dieter <rdieter@fedoraproject.org> - 9:3.5.4-4
2e9a46d
- FTBFS kdevelop-3.5.4-3.fc11 (#511768)
2e9a46d
a2f95e5
* Mon Mar 02 2009 Than Ngo <than@redhat.com> - 3.5.4-3
a2f95e5
- fix build problem with gcc-4.4
a2f95e5
402a2c2
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9:3.5.4-2
402a2c2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
402a2c2
0a222c9
* Thu Dec 18 2008 Than Ngo <than@redhat.com> - 3.5.4-1
0a222c9
- 3.5.4
f5ec2d4
1313b76
* Sat Aug 30 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 9:3.5.3-1
1313b76
- update to 3.5.3
1f54499
- drop svn patch (fixed upstream)
1313b76
00a0843
* Mon Jul 07 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 9:3.5.2-3
00a0843
- fix FTBFS (add BR openldap-devel to work around missing dep in apr-devel)
00a0843
34ffd49
* Fri Jun 06 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 9:3.5.2-2
34ffd49
- improve integration of the KDE 4 app template
34ffd49
aa2de89
* Mon May 19 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 9:3.5.2-1
aa2de89
- update to 3.5.2
aa2de89
- F9+: BR qt3-devel-docs instead of qt-devel-docs
aa2de89
- F9+: Require qt3-designer instead of qt-designer
bf12b50
- drop backported fix_missing_output_kdev3.5.1 patch
aa2de89
27c71e4
* Tue Mar 04 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 9:3.5.1-4
27c71e4
- BR kdelibs3-apidocs instead of kdelibs-apidocs
27c71e4
- hardcode qt_ver again because 3.3.8b reports itself as 3.3.8
27c71e4
3b22fff
* Thu Feb 28 2008 Than Ngo <than@redhat.com> 9:3.5.1-3
3fb8f2a
- apply upstream patch to fix outputview
3fb8f2a
f75d9f2
* Fri Feb 15 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 9:3.5.1-1
f75d9f2
- update to 3.5.1 (KDE 3.5.9)
f75d9f2
- drop backported autosave patch (fixed upstream)
f75d9f2
7a33f06
* Sat Feb 09 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 9:3.5.0-7
7a33f06
- disable parallel make because of a race condition
7a33f06
d70c431
* Sat Feb 09 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 9:3.5.0-6
d70c431
- rebuild for GCC 4.3
d70c431
7cb3bb3
* Thu Dec 06 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 9:3.5.0-5
7cb3bb3
- drop CVS integration in F9+ for now because it requires kdesdk3
7cb3bb3
e229394
* Wed Oct 31 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 9:3.5.0-4
d05838e
- %%post/%%postun libs -p /sbin/ldconfig
eb15fcb
- -libs conditional (f8+)
d05838e
d671572
* Tue Oct 30 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 9:3.5.0-3
d671572
- -devel, -libs subpkgs, multiarch conflicts (#341791)
d671572
dfb511d
* Thu Oct 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 9:3.5.0-2
dfb511d
- autosave patch
dfb511d
dfb511d
* Sat Oct 13 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 9:3.5.0-1
dfb511d
- kdevelop-3.5.0 (kde-3.5.8)
dfb511d
cf96a95
* Mon Sep 03 2007 Than Ngo <than@redhat.com> - 9:3.4.1-5
cf96a95
- rebuilt against apr
cf96a95
ca46c27
* Wed Aug 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 9:3.4.1-4
ca46c27
- License: GPLv2
ca46c27
- (Build)Requires: kdelibs3-devel kdesdk3-devel
ca46c27
- svn patch (#265481)
ca46c27
2c904af
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 9:3.4.1-3
2c904af
- Rebuild for selinux ppc32 issue.
2c904af
4da7277
* Sun Jun 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 9:3.4.1-2
4da7277
- merge missed changes from F-7 branch
4da7277
- make qt-devel-doc/qt_ver detection more robust
4da7277
59b4b69
* Sun Jun 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 9:3.4.1-1
ee35e0d
- cleanup
59b4b69
59b4b69
* Thu Jun 14 2007 Than Ngo <than@redhat.com> - 9:3.4.1-1.fc7
59b4b69
- 3.4.1
59b4b69
e8e9935
* Thu Feb 08 2007 Than Ngo <than@redhat.com> 9:3.3.6-1.fc7
e8e9935
- 3.3.6
e8e9935
a5ce76d
* Thu Aug 10 2006 Than Ngo <than@redhat.com> 9:3.3.4-1
a5ce76d
- rebuild
a5ce76d
28c3aa6
* Mon Jul 24 2006 Than Ngo <than@redhat.com> 9:3.3.4-0.pre1
28c3aa6
- prerelease of 3.3.4 (from the first-cut tag)
28c3aa6
0e3e6c7
* Mon Jul 17 2006 Than Ngo <than@redhat.com> 9:3.3.3-3
0e3e6c7
- rebuild
0e3e6c7
5ee5683
* Fri Jul 14 2006 Than Ngo <than@redhat.com> 9:3.3.3-2
5ee5683
- cleanup specfile
5ee5683
01389d8
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 9:3.3.3-1.1
01389d8
- rebuild
01389d8
0b32437
* Mon Jun 05 2006 Than Ngo <than@redhat.com> 9:3.3.3-1
0b32437
- update to 3.3.3
0b32437
1fe8d91
* Wed Apr 05 2006 Than Ngo <than@redhat.com> 9:3.3.2-1
1fe8d91
- update to 3.3.2
1fe8d91
d7f611e
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 9:3.3.1-1.2
d7f611e
- bump again for double-long bug on ppc(64)
d7f611e
c33e310
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 9:3.3.1-1.1
c33e310
- rebuilt for new gcc4.1 snapshot and glibc changes
c33e310
ee35e0d
* Sun Feb 05 2006 Than Ngo <than@redhat.com> 9:3.3.1-1
01b54f5
- 3.3.1
01b54f5
1d9b40a
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
1d9b40a
- rebuilt
1d9b40a
0bc55a4
* Sun Dec 04 2005 Than Ngo <than@redhat.com> 3.3.0-1
0bc55a4
- 3.3.0
0bc55a4
7592af1
* Tue Oct 25 2005 Than Ngo <than@redhat.com> 9:3.2.92-1
7592af1
- update to KDE 3.5 beta2
7592af1
33c6862
* Thu Oct 06 2005 Than Ngo <than@redhat.com> 9:3.2.91-1
33c6862
- update to KDE 3.5 beta 1
33c6862
6098b61
* Thu Sep 22 2005 Than Ngo <than@redhat.com> 9:3.2.2-2
6098b61
- fix uic build problem
6098b61
1b5904a
* Thu Aug 11 2005 Than Ngo <than@redhat.com> 9:3.2.2-1
1b5904a
- update to 3.2.2
1b5904a
b5b7422
* Thu Jul 07 2005 Than Ngo <than@redhat.com> 8:3.2.1-3
b5b7422
- fix uninitialized variable warning #162367
b5b7422
7cac6c9
* Thu Jun 30 2005 Than Ngo <than@redhat.com> 9:3.2.1-2
7cac6c9
- apply patch to fix undefined symbol issue #162146
7cac6c9
a9aa22a
* Wed Jun 29 2005 Than Ngo <than@redhat.com> 9:3.2.1-1
a9aa22a
- 3.2.1
a6f3375
- fix gcc4 build problem
a9aa22a
61fbcfd
* Wed Apr 13 2005 Than Ngo <than@redhat.com> 9:3.2.0-2
61fbcfd
- fix wrong qtdoc path
61fbcfd
2d7fa35
* Fri Mar 18 2005 Than Ngo <than@redhat.com> 9:3.2.0-1
2d7fa35
- 3.2.0
2d7fa35
af7176f
* Fri Mar 04 2005 Than Ngo <than@redhat.com> 9:3.2.0-0.rc1.2
af7176f
- rebuilt against gcc-4.0.0-0.31
af7176f
359c7a3
* Tue Mar 01 2005 Than Ngo <than@redhat.com> 9:3.2.0-0.rc1.1
8169d19
- KDE 3.4.0 rc1
8169d19
8169d19
* Mon Feb 21 2005 Than Ngo <than@redhat.com> 9:3.1.92-0.1
8169d19
- KDE-3.4 beta2
8169d19
1914c77
* Sun Dec 05 2004 Than Ngo <than@redhat.com> 9:3.1.2-0.1
1914c77
- update to 3.1.2
1914c77
9ed8b39
* Sun Oct 24 2004 Warren Togami <wtogami@redhat.com>
9ed8b39
- req libtool used by kdevelop
9ed8b39
3019c7d
* Sat Oct 16 2004 Than Ngo <than@redhat.com> 9:3.1.1-2
3019c7d
- rhel rebuilt
3019c7d
3600b5a
* Wed Oct 13 2004 Than Ngo <than@redhat.com> 9:3.1.1-1
3600b5a
- update to 3.1.1
3600b5a
cvsdist fc3b1ca
* Thu Sep 02 2004 Than Ngo <than@redhat.com> 3.1.0-2
cvsdist fc3b1ca
- remove kdevelop-gdb_shared_library.patch, it's include in new upstream
ee35e0d
- cleanup specfile
cvsdist fc3b1ca
cvsdist fc3b1ca
* Wed Sep 01 2004 Than Ngo <than@redhat.com> 3.1.0-1
cvsdist fc3b1ca
- update to 3.1.0
cvsdist fc3b1ca
cvsdist fc3b1ca
* Tue Aug 10 2004 Than Ngo <than@redhat.com> 3.1.0-0.1.rc2
cvsdist fc3b1ca
- update to 3.1.0 rc2
cvsdist fc3b1ca
ee35e0d
* Sat Jun 19 2004 Than Ngo <than@redhat.com> 3.0.4-1
cvsdist d01432d
- update to 3.0.4
cvsdist d01432d
cvsdist d01432d
* Thu Apr 15 2004 Than Ngo <than@redhat.com> 3.0.3-2
cvsdist d01432d
- fixed multiple duplicate names, bug #117940
cvsdist d01432d
cvsdist b0ad103
* Wed Apr 14 2004 Than Ngo <than@redhat.com> 9:3.0.3-1
cvsdist b0ad103
- update to 3.0.3
cvsdist b0ad103
cvsdist b0ad103
* Tue Apr 06 2004 Than Ngo <than@redhat.com> 9:3.0.2-2
cvsdist b0ad103
- fix a bug in creating of new PHP project that causes kdevelop to crash, bug #117113
cvsdist b0ad103
cvsdist f3fe0bf
* Tue Mar 09 2004 Than Ngo <than@redhat.com> 9:3.0.2-1
cvsdist f3fe0bf
- rebuild
cvsdist f3fe0bf
cvsdist f3fe0bf
* Fri Mar 05 2004 Than Ngo <than@redhat.com> 9:3.0.2-0.1
cvsdist f3fe0bf
- 3.0.2 release
cvsdist f3fe0bf
cvsdist f3fe0bf
* Sun Feb 08 2004 Than Ngo <than@redhat.com> 9:3.0.0-0.2
cvsdist f3fe0bf
- rebuilt against qt-3.3.0
cvsdist f3fe0bf
cvsdist f3fe0bf
* Mon Feb 02 2004 Than Ngo <than@redhat.com> 9:3.0.0-0.1
cvsdist f3fe0bf
- 3.0.0 release
cvsdist f3fe0bf
cvsdist e8abf62
* Thu Jan 22 2004 Than Ngo <than@redhat.com> 8:3.0.0r1-0.1
cvsdist f3fe0bf
- 3.0.0 RC1
cvsdist e8abf62
cvsdist e8abf62
* Wed Dec 10 2003 Than Ngo <than@redhat.com> 8:3.0.0b2-0.3
cvsdist e8abf62
- included BuildRequires: db4-devel
cvsdist e8abf62
cvsdist e8abf62
* Tue Dec 02 2003 Than Ngo <than@redhat.com> 8:3.0.0b2-0.2
cvsdist e8abf62
- 3.0.0 Beta 2 respin
cvsdist e8abf62
cvsdist e8abf62
* Mon Dec 01 2003 Than Ngo <than@redhat.com> 8:3.0.0b2-0.1
cvsdist e8abf62
- 3.0.0 Beta 2
cvsdist e8abf62
- remove unneeded files: kdevelop-htdig.conf, admin-1.0.tar.gz
cvsdist e8abf62
cvsdist e8abf62
* Thu Nov 27 2003 Than Ngo <than@redhat.com> 8:3.0.0b1-0.2
cvsdist e8abf62
- get rid of rpath
cvsdist e8abf62
cvsdist e8abf62
* Thu Nov 13 2003 Than Ngo <than@redhat.com> 8:3.0.0b1-0.1
cvsdist e8abf62
- 3.0.0 Beta1
cvsdist e8abf62
- po files moved in kde-i18n
cvsdist e8abf62
- cleanup
cvsdist e8abf62
cvsdist e8abf62
* Tue Oct 21 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist e8abf62
- add a %%clean specfile target
cvsdist e8abf62
cvsdist 4917ee0
* Mon Oct 13 2003 Than Ngo <than@redhat.com> 8:2.1.5-13
cvsdist 4917ee0
- fix documention localtion
cvsdist 4917ee0
cvsdist 4917ee0
* Wed Aug 20 2003 Than Ngo <than@redhat.com> 8:2.1.5-12
cvsdist 4917ee0
- fix build problem with gcc 3.3
cvsdist 4917ee0
cvsdist 4917ee0
* Wed Jun 25 2003 <than@redhat.com> 2.1.5-11
cvsdist 4917ee0
- rebuilt
cvsdist 4917ee0
cvsdist 4917ee0
* Tue Jun 10 2003 <than@redhat.com> 2.1.5-10
cvsdist 4917ee0
- fix templates bug (bug #88718)
cvsdist 4917ee0
cvsdist 4917ee0
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 4917ee0
- rebuilt
cvsdist 4917ee0
cvsdist 4917ee0
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
cvsdist 4917ee0
- add explicit epoch's where needed.
cvsdist 4917ee0
cvsdist 4917ee0
* Tue May 27 2003 <than@redhat.com> 2.1.5-7
cvsdist 4917ee0
- rebuild
cvsdist 4917ee0
cvsdist 4d58295
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 4d58295
- rebuilt
cvsdist 4d58295
cvsdist 4d58295
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 4d58295
- rebuilt
cvsdist 4d58295
cvsdist 4d58295
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 4d58295
- rebuilt
cvsdist 4d58295
cvsdist 4d58295
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 4d58295
- rebuilt
cvsdist 4d58295
cvsdist 4d58295
* Fri Feb 21 2003 <than@redhat.com> 2.1.5-2
cvsdist 4d58295
- get rid of gcc path from dependency_libs
cvsdist 4d58295
cvsdist 4d58295
* Fri Jan 24 2003 <than@redhat.com> 2.1.5-1
cvsdist 4d58295
- 2.1.5 release
cvsdist 4d58295
- update c_cpp_reference
cvsdist 4d58295
- cleanup sepcfile
cvsdist 4d58295
- remove templates, which is now in new upstream
cvsdist 4d58295
- remove unneeded c_cpp_reference-2.0.1-config.patch
cvsdist 4d58295
- add missing mo files
cvsdist 4d58295
- fixed #75084, #73128, #70656, #77767, #74425
cvsdist 4d58295
cvsdist 4d58295
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 2.1.4-6
cvsdist 4d58295
- rebuilt
cvsdist 4d58295
cvsdist 4d58295
* Wed Jan  8 2003 Jeff Johnson <jbj@redhat.com> 2.1.4-5
cvsdist 4d58295
- don't include -debuginfo files in package.
cvsdist 4d58295
cvsdist 4d58295
* Tue Dec 31 2002 Than Ngo <than@redhat.com> 2.1.4-4
cvsdist 4d58295
- fix templates (bug #80745)
cvsdist 4d58295
cvsdist 4d58295
* Tue Dec 17 2002 Than Ngo <than@redhat.com> 2.1.4-3
cvsdist 4d58295
- enable kdoc
cvsdist 4d58295
cvsdist 4d58295
* Mon Dec  9 2002 Than Ngo <than@redhat.com> 2.1.4-2
cvsdist 4d58295
- fix build problem on s390/s390x
cvsdist 4d58295
- fix bug #78866
cvsdist 4d58295
cvsdist 4d58295
* Sun Nov 10 2002 Than Ngo <than@redhat.com> 2.1.4-1
cvsdist 4d58295
- update to 2.1.4
cvsdist 4d58295
cvsdist 4d58295
* Mon Oct 07 2002 Phil Knirsch <pknirsch@redhat.com> 2.1.3-3.2
cvsdist 4d58295
- Fixed build for s390x.
cvsdist 4d58295
cvsdist 4d58295
* Thu Sep 12 2002 Than Ngo <than@redhat.com> 2.1.3-3.1
cvsdist 4d58295
- clean up specfile for x86_64/ppc (bug #73862)
cvsdist 4d58295
cvsdist 7fb1bfc
* Sun Sep  1 2002 Than Ngo <than@redhat.com> 2.1.3-3
cvsdist 7fb1bfc
- Add fix to show/hide KaboutKDE and Report Bug menu item over
cvsdist 7fb1bfc
  KDE Action Restrictions in kdeglobals
cvsdist 7fb1bfc
cvsdist 7efdec0
* Tue Aug 27 2002 Than Ngo <than@redhat.com> 2.1.3-2
cvsdist 7efdec0
- move kdevelop in X-Red-Hat-Base
cvsdist 7efdec0
cvsdist baaea67
* Mon Aug 12 2002 Than Ngo <than@redhat.com> 2.1.3-1
cvsdist baaea67
- 2.1.3
cvsdist baaea67
- Adapted a patch file to 2.1.3
cvsdist baaea67
e229394
* Mon Aug  5 2002 Than Ngo <than@redhat.com> 2.1.2-3
cvsdist e5a8164
- fixed desktop file issue
cvsdist e5a8164
cvsdist e5a8164
* Tue Jul 23 2002 Tim Powers <timp@redhat.com>
cvsdist e5a8164
- build using gcc-3.2-0.1
cvsdist e5a8164
cvsdist e5a8164
* Tue Jul 09 2002 Than Ngo <than@redhat.com> 2.1.2-1
cvsdist e5a8164
- 2.1.2 for kde 3.0.2
cvsdist e5a8164
- use desktop-file-install
cvsdist e5a8164
cvsdist e5a8164
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist e5a8164
- automated rebuild
cvsdist e5a8164
cvsdist e5a8164
* Wed Jun 19 2002 Than Ngo <than@redhat.com> 2.1.1-2
cvsdist e5a8164
- don't forcibly strip binaries
cvsdist e5a8164
cvsdist e5a8164
* Sun Jun  2 2002 Than Ngo <than@redhat.com> 2.1.1-1
cvsdist e5a8164
- 2.1.1
cvsdist e5a8164
cvsdist e5a8164
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist e5a8164
- automated rebuild
cvsdist e5a8164
cvsdist e5a8164
* Thu May 23 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.1-3
cvsdist e5a8164
- Use automake15
cvsdist e5a8164
cvsdist f6f4b97
* Tue Apr 16 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.1-2
cvsdist f6f4b97
- Change sonames
cvsdist f6f4b97
cvsdist 5f6dc0c
* Wed Mar 27 2002 Than Ngo <than@redhat.com> 2.1-1
cvsdist 5f6dc0c
- final
cvsdist 5f6dc0c
cvsdist 5f6dc0c
* Wed Mar 27 2002 Than Ngo <than@redhat.com> 2.1-0.cvs20020326.1
cvsdist 5f6dc0c
- update
cvsdist 5f6dc0c
cvsdist 5f6dc0c
* Wed Mar 20 2002 Than Ngo <than@redhat.com> 2.1rc3-1
cvsdist 5f6dc0c
- update to 2.1rc3
cvsdist 5f6dc0c
cvsdist 5f6dc0c
* Sun Mar 17 2002 Than Ngo <than@redhat.com> 2.1rc2-1
cvsdist 5f6dc0c
- update to 2.1rc2
cvsdist 5f6dc0c
cvsdist 5f6dc0c
* Sun Mar 10 2002 Than Ngo <than@redhat.com> 2.1beta2-3
cvsdist 5f6dc0c
- rebuild against new kdelibs
cvsdist 5f6dc0c
cvsdist 5f6dc0c
* Sun Mar 10 2002 Than Ngo <than@redhat.com> 2.1beta2-2
cvsdist 5f6dc0c
- fixed Strange characters appear in the output window (bug #59217)
cvsdist 5f6dc0c
- fixed return-line feed sign in Kdevelop setup tool (bug #55032)
cvsdist 5f6dc0c
e229394
* Fri Mar  8 2002 Than Ngo <than@redhat.com> 2.1beta2-1
cvsdist 1eaff19
- update to 2.1beta2
cvsdist 372c434
cvsdist 1eaff19
* Wed Jan 16 2002 Than Ngo <than@redhat.com> 2.1beta1-2
cvsdist 1eaff19
- rebuild against new kdelibs
cvsdist 1eaff19
cvsdist 1eaff19
* Wed Jan  9 2002 Than Ngo <than@redhat.com> 2.1beta1-1
cvsdist 1eaff19
- update to 2.1 beta1
cvsdist 1eaff19
- fix build against gcc 3
cvsdist 1eaff19
- fix some typo bugs
cvsdist 1eaff19
- get rid of libkfile
cvsdist 1eaff19
- update c_cpp_reference to 2.0.1
cvsdist 392a0a4
cvsdist 1eaff19
* Mon Oct 22 2001 Than Ngo <than@redhat.com> 2.0-1
cvsdist 1eaff19
- add patch to show non lattin1 font in build-in editor correct (bug #54457)
cvsdist 392a0a4
cvsdist 1eaff19
* Sat Sep 22 2001 Than Ngo <than@redhat.com> 2.0-2
cvsdist 1eaff19
- fix a bug in creating documentation index when running KDevelop Setup (bug #52760)
cvsdist 1eaff19
- backport some major bugfixes from 2.0.1
cvsdist c27adac
cvsdist ab70d60
* Mon Jul 30 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.0-0.cvs20010730.1
cvsdist ab70d60
- Don't crash on startup
cvsdist ab70d60
cvsdist ab70d60
* Tue Jul 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.0-0.cvs20010724.1
cvsdist ab70d60
- Fix file list
cvsdist ab70d60
cvsdist ab70d60
* Mon Jul 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.0-0.cvs20010723.1
cvsdist ab70d60
- Update
cvsdist ab70d60
cvsdist ab70d60
* Mon Feb 26 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist ab70d60
- Yet another respin - printing was broken.
cvsdist ab70d60
cvsdist ab70d60
* Sat Feb 24 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist ab70d60
- Update the C/C++ reference guide docs. The older version had a
cvsdist ab70d60
  couple of examples that won't work with gcc 2.96-*
cvsdist ab70d60
cvsdist ab70d60
* Thu Feb 22 2001 Than Ngo <than@redhat.com>
cvsdist ab70d60
- fix version number
cvsdist ab70d60
cvsdist ab70d60
* Wed Feb 21 2001 Than Ngo <than@redhat.com>
cvsdist ab70d60
- 1.4-respin
cvsdist ab70d60
cvsdist ab70d60
* Tue Feb 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist ab70d60
- 1.4
cvsdist ab70d60
cvsdist ab70d60
* Wed Feb 14 2001 Than Ngo <than@redhat.com>
cvsdist ab70d60
- update (only bugfixes)
cvsdist ab70d60
- fix up kdelibs documentation path
cvsdist ab70d60
- fix a dependency problem with kde-i18n package (Bug #27675)
cvsdist ab70d60
- add qt-designer into requires
cvsdist ab70d60
cvsdist ab70d60
* Sun Feb 11 2001 Than Ngo <than@redhat.com>
cvsdist ab70d60
- fixed to build on s390
cvsdist ab70d60
cvsdist ab70d60
* Tue Feb 06 2001 Than Ngo <than@redhat.com>
cvsdist ab70d60
- update, only bugfixes
cvsdist ab70d60
cvsdist ab70d60
* Wed Jan 24 2001 Than Ngo <than@redhat.com>
cvsdist ab70d60
- hacked for building of KDE references
cvsdist ab70d60
cvsdist ab70d60
* Tue Jan 23 2001 Than Ngo <than@redhat.com>
cvsdist ab70d60
- work-around to build on alpha
cvsdist ab70d60
cvsdist ab70d60
* Mon Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist ab70d60
- Update
cvsdist ab70d60
cvsdist ab70d60
* Wed Jan 10 2001 Than Ngo <than@redhat.com>
cvsdist ab70d60
- update new snapshot, only require KDE2/Qt2
cvsdist ab70d60
cvsdist ab70d60
* Fri Dec 22 2000 Than Ngo <than@redhat.com>
cvsdist ab70d60
- fixed dependency problem with kde-i18n
cvsdist ab70d60
cvsdist ab70d60
* Thu Dec 21 2000 Than Ngo <than@redhat.com>
cvsdist ab70d60
- updated to 1.4beta1 with KDE2 support
cvsdist ab70d60
- fixed to build on s390
cvsdist ab70d60
- fixed some broken codes
ee35e0d
cvsdist ab70d60
* Fri Dec 8 2000 Than Ngo <than@redhat.com>
cvsdist ab70d60
- fixed for building on ia64
ee35e0d
cvsdist ab70d60
* Wed Nov 15 2000 Than Ngo <than@redhat.com>
cvsdist ab70d60
- build snapshot 20001112, it works now with KDE2 and kde1-compat
cvsdist ab70d60
- fix libtool to build on sparc and alpha
cvsdist ab70d60
- don't use make -j
ee35e0d
cvsdist ab70d60
* Sun Aug 13 2000 Than Ngo <than@redhat.com>
cvsdist ab70d60
- fix kdelibsdoc-dir to show kdelibs-1.1.2 html docu correct
ee35e0d
cvsdist ab70d60
* Tue Aug 01 2000 Than Ngo <than@redhat.de>
308af14
- add missing ldconfig in post and postun section (Bug #14924)
cvsdist ab70d60
- add missing C references stuff to kdevelop
ee35e0d
cvsdist ab70d60
* Sun Jul 30 2000 Than Ngo <than@redhat.de>
cvsdist ab70d60
- rebuilt against compat-egcs-c++, put KDE1 under /usr
cvsdist ab70d60
- cleanup specfile
ee35e0d
cvsdist ab70d60
* Tue Jul 25 2000 Than Ngo <than@redhat.de>
cvsdist ab70d60
- fix dependency problem
ee35e0d
cvsdist ab70d60
* Wed Jul 19 2000 Than Ngo <than@redhat.de>
cvsdist ab70d60
- rebuilt against compat-libstdc++
ee35e0d
cvsdist ab70d60
* Mon Jul 17 2000 Than Ngo <than@redhat.de>
cvsdist ab70d60
- install under /usr/share instead /usr/lib/kde1-compat/share,
cvsdist ab70d60
  fix dependency problem
ee35e0d
cvsdist ab70d60
* Sat Jul 15 2000 Than Ngo <than@redhat.de>
cvsdist ab70d60
- rebuilt with egcs-c++-1.1.2
cvsdist ab70d60
cvsdist ab70d60
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
cvsdist ab70d60
- automatic rebuild
ee35e0d
cvsdist ab70d60
* Mon Jul 03 2000 Than Ngo <than@redhat.de>
cvsdist ab70d60
- fix docdir
cvsdist ab70d60
- add requires kdebase
ee35e0d
cvsdist ab70d60
* Sun Jul 02 2000 Than Ngo <than@redhat.de>
cvsdist ab70d60
- rebuilt with  kde1-compat
ee35e0d
cvsdist ab70d60
* Sun Jun 18 2000 Than Ngo <than@redhat.de>
cvsdist ab70d60
- rebuilt in the new build environment, fix docdir
cvsdist ab70d60
- FHS packaging
ee35e0d
cvsdist ab70d60
* Thu Jun 08 2000 Than Ngo <than@redhat.de>
cvsdist ab70d60
- update to 1.2
cvsdist ab70d60
- move from powertools to main CD
cvsdist ab70d60
- use %%configure
ee35e0d
cvsdist ab70d60
* Mon Apr 3 2000 Ngo Than <than@redhat.de>
cvsdist ab70d60
- fix up reference (Bug #10368)
ee35e0d
7cb3bb3
* Tue Feb 15 2000 Bernhard Rosenkränzer <bero@redhat.com>
cvsdist ab70d60
- Fix up documentation path (Bug #7291)
cvsdist ab70d60
- Update to current stable branch - this should fix up the debugger problem
cvsdist ab70d60
- clean up spec file
ee35e0d
e229394
* Thu Jan  6 2000 Bernhard Rosenkränzer <bero@redhat.com>
cvsdist ab70d60
- Update to current stable branch
cvsdist ab70d60
- Adapt to 6.2 Qt libraries
cvsdist ab70d60
- Use BuildPrereq
ee35e0d
cvsdist ab70d60
* Wed Jan 05 2000 Ngo Than <than@redhat.de>
cvsdist ab70d60
- added patch for alpha
ee35e0d
cvsdist ab70d60
* Tue Dec 21 1999 Ngo Than <than@redhat.de>
cvsdist ab70d60
- updated kdevelop-1.0 release
ee35e0d
cvsdist ab70d60
* Tue Nov 16 1999 Preston Brown <pbrown@redhat.com>
cvsdist ab70d60
- kdevelop 1.0beta4.1, docdir added, using DESTDIR env. variable.
ee35e0d
cvsdist ab70d60
* Thu Sep 09 1999 Preston Brown <pbrown@redhat.com>
cvsdist ab70d60
- initial packaging for 6.1.