Sync from devel:

* Tue Mar 04 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 3.5.9-4
- hardcode qt_ver again because 3.3.8b reports itself as 3.3.8 (fixes apidocs)
This commit is contained in:
Kevin Kofler 2008-03-04 23:10:00 +00:00
parent 2a9f1cb661
commit 429affde86
1 changed files with 8 additions and 3 deletions

View File

@ -9,8 +9,10 @@
%define arts_version 1.5.9
%define qt_epoch 1
%define qt_version 3.3.8
%global qt_ver %(pkg-config --modversion qt-mt 2>/dev/null || echo %{qt_version})
%define qt_version 3.3.8b
# unfortunately, this doesn't work for 3.3.8b which still identifies as 3.3.8
#global qt_ver %(pkg-config --modversion qt-mt 2>/dev/null || echo %{qt_version})
%define qt_ver %{qt_version}
%define qtdocdir %{_docdir}/qt-devel-%{qt_ver}
%define kde_major_version 3
@ -21,7 +23,7 @@
Summary: K Desktop Environment 3 - Libraries
Version: 3.5.9
Release: 3%{?dist}
Release: 4%{?dist}
%if 0%{?fedora} > 8
Name: kdelibs3
@ -569,6 +571,9 @@ touch --no-create %{_datadir}/icons/crystalsvg 2> /dev/null || :
%changelog
* Tue Mar 04 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 3.5.9-4
- hardcode qt_ver again because 3.3.8b reports itself as 3.3.8 (fixes apidocs)
* Tue Feb 26 2008 Lukáš Tinkl <ltinkl@redhat.com> - 3.5.9-3
- #230979: Writes ServerBin into cupsd.conf
- #416101: unable to print after configuring printing in KDE