6230c8c
%define rhel 0
6230c8c
cvsdist 8105645
%define debug 0
cvsdist 3c8dd82
%define final 0
cvsdist 8105645
b7749dc
%define kdelibs_epoch 6
b7749dc
%define kdebase_epoch 6
b7749dc
cvsdist 404f570
%define kpovmodeler 0
cvsdist 4456b17
%define kfract 0
cvsdist 404f570
%define arts 1
287ee87
%define make_cvs 1
cvsdist 4456b17
cb4d90a
%define appdir %{_datadir}/applications/kde
cb4d90a
cvsdist 4456b17
%define no_scanner_archs s390 s390x
cvsdist 4456b17
prockai fe466be
Version: 3.5.4
173b365
Release: 1%{?dist}
cvsdist 807c342
Name: kdegraphics
cvsdist 807c342
Summary: K Desktop Environment - Graphics Applications
cvsdist 807c342
Epoch: 7
cvsdist 807c342
Group: Applications/Multimedia
173b365
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cvsdist 807c342
License: GPL
6add642
Url: http://www.kde.org
173b365
Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
6230c8c
prockai fe466be
Patch10: kde-libtool.patch
fb47cd0
Patch1: kdegraphics-3.3.0-misc.patch
5c3033e
Patch2: kdegraphics-3.3.1-xorg.patch
4182ee8
Patch3: kdegraphics-3.5.1-warning.patch
cb4d90a
Patch4: kdegraphics-3.5.2-kpdf-xft.patch
bfcdf4a
a7a31eb
%ifnarch %{no_scanner_archs}
cvsdist 807c342
BuildRequires: sane-backends-devel >= 1.0.3-10
cvsdist d547f7f
BuildRequires: gphoto2-devel
d207295
BuildRequires: libexif-devel
cvsdist 807c342
%endif
cvsdist 8105645
cvsdist 4456b17
%if %{kpovmodeler}
cvsdist 551cf6d
BuildRequires: freeglut-devel
cvsdist 4456b17
%endif
6bfd981
BuildRequires: kdebase-devel
cvsdist b53a4db
BuildRequires: fribidi-devel 
6d15a71
BuildRequires: libieee1284-devel
bc492f2
BuildRequires: libXxf86vm-devel
bc492f2
BuildRequires: freetype-devel
bc492f2
BuildRequires: lcms-devel
bc492f2
BuildRequires: libart_lgpl-devel
5aba8ae
%if %{make_cvs}
43f1bfd
BuildRequires: autoconf
43f1bfd
BuildRequires: automake
43f1bfd
%endif
cvsdist 8105645
b7749dc
Requires: kdebase >= %{kdebase_epoch}:%{version}
173b365
Requires(post): /sbin/ldconfig
173b365
Requires(postun): /sbin/ldconfig
173b365
Requires(post): desktop-file-utils
173b365
Requires(postun): desktop-file-utils
cvsdist a220f34
cvsdist 807c342
%description
cvsdist 807c342
Graphics applications for the K Desktop Environment.
cvsdist 807c342
cvsdist 4456b17
Includes:
cvsdist 4456b17
  kdvi (displays TeX .dvi files)
cvsdist 4456b17
  kghostview (displays postscript files)
cvsdist 4456b17
  kcoloredit (palette editor and color chooser)
cvsdist 4456b17
  kiconedit (icon editor)
fbf9c2b
  kolourpaint (a simple drawing program)
cvsdist 4456b17
  ksnapshot (screen capture utility)
cvsdist 4456b17
  kview (image viewer for GIF, JPEG, TIFF, etc.)
cvsdist 4456b17
  kooka (scanner application)
cvsdist 4456b17
  kruler (screen ruler and color measurement tool)
fbf9c2b
  kpdf (display pdf files)
cvsdist 4456b17
cvsdist 4456b17
%package devel
cvsdist 4456b17
Summary: Development files for kdegraphics
cvsdist 29292e3
Requires: %{name} = %{epoch}:%{version}-%{release}
cvsdist 4456b17
Group: Development/Libraries
cvsdist 4456b17
cvsdist 4456b17
%description devel
cvsdist 4456b17
Graphic applications for the K Desktop Environment.
cvsdist 4456b17
This package contains header files for developing applications using kdegraphics.
cvsdist 807c342
cvsdist 4456b17
%prep
173b365
%setup -q
6230c8c
%patch1 -p1 -b .misc
5c3033e
%patch2 -p1 -b .xorg
4182ee8
%patch3 -p1 -b .gcc-warning
a36810d
%patch4 -p1 -b .kpdf-xft
c87b934
fb5ea37
%if %{rhel}
287ee87
  echo "DO_NOT_COMPILE=\"\$DO_NOT_COMPILE kfax\"" >kfax/configure.in.in
287ee87
  echo "DO_NOT_COMPILE=\"\$DO_NOT_COMPILE kfaxview\"" >kfaxview/configure.in.in
fb5ea37
%endif
cvsdist 29292e3
cvsdist 29292e3
%if !%{kpovmodeler}
cvsdist a220f34
   echo "DO_NOT_COMPILE=\"\$DO_NOT_COMPILE kpovmodeler\"" >kpovmodeler/configure.in.in
cvsdist 29292e3
%endif
cvsdist d00c5a7
287ee87
%if %{make_cvs}
287ee87
   make -f admin/Makefile.common cvs
287ee87
%endif
cvsdist 4456b17
cvsdist 807c342
%build
cvsdist 807c342
unset QTDIR || : ; . /etc/profile.d/qt.sh
cvsdist 807c342
cvsdist 4456b17
%configure \
b7749dc
   --enable-new-ldflags \
b7749dc
   --disable-dependency-tracking \
cvsdist 4456b17
   --with-qt-libraries=$QTDIR/lib \
cvsdist 0b1e03f
   --disable-rpath \
b7749dc
   --disable-gcc-hidden-visibility \
cvsdist 404f570
%if %{arts} == 0
cvsdist 404f570
   --without-arts \
cvsdist 404f570
%endif
b7749dc
%if %{debug} == 0
b7749dc
   --disable-debug \
b7749dc
   --disable-warnings \
b7749dc
%endif%
cvsdist 0b1e03f
%if %{final}
cvsdist 8105645
   --enable-final \
cvsdist 0b1e03f
%endif
cb4d90a
   --includedir=%{_includedir}/kde \
cvsdist 4456b17
%ifnarch %{no_scanner_archs}
b7749dc
   --with-kamera \
cvsdist 807c342
%else
cb4d90a
   --without-kamera \
cvsdist 807c342
%endif
cb4d90a
   --with-xinerama
cvsdist 3c8dd82
cvsdist a220f34
make %{?_smp_mflags}
cvsdist 807c342
cvsdist 807c342
%install
fbf9c2b
rm -rf %{buildroot}
cvsdist 4456b17
fbf9c2b
make install DESTDIR=%{buildroot}
cvsdist 807c342
fbf9c2b
pushd %{buildroot}%{_docdir}/HTML/en
cvsdist 807c342
for i in *; do
cvsdist 8105645
   if [ -d $i -a -L $i/common ]; then
cvsdist 8105645
      rm -f $i/common
cvsdist 8105645
      ln -sf ../common $i
cvsdist 8105645
   fi
cvsdist 8105645
done
cvsdist 8105645
popd
cvsdist 3c8dd82
cb4d90a
for i in kcmkmrml ksnapshot ; do
fbf9c2b
  [ -f %{buildroot}%{appdir}/$i.desktop ] && echo "OnlyShowIn=KDE;" >> %{buildroot}%{appdir}/$i.desktop
cb4d90a
done
7355e0b
cvsdist 4456b17
%clean
fbf9c2b
rm -rf %{buildroot}
cvsdist 807c342
bc492f2
%post
bc492f2
/sbin/ldconfig
bc492f2
for f in crystalsvg hicolor locolor ; do
bc492f2
  touch --no-create %{_datadir}/icons/${f} 2> /dev/null ||:
bc492f2
  gtk-update-icon-cache -q %{_datadir}/icons/${f} 2> /dev/null ||:
bc492f2
done
bc492f2
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
bc492f2
cvsdist 807c342
bc492f2
%postun
bc492f2
/sbin/ldconfig
bc492f2
for f in crystalsvg hicolor locolor ; do
bc492f2
  touch --no-create %{_datadir}/icons/${f} 2> /dev/null ||:
bc492f2
  gtk-update-icon-cache -q %{_datadir}/icons/${f} 2> /dev/null ||:
bc492f2
done
bc492f2
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
cvsdist 807c342
cvsdist 4456b17
%files
cvsdist 807c342
%defattr(-,root,root)
cvsdist 4456b17
%doc %{_docdir}/HTML/en/*
cvsdist 4456b17
%{_bindir}/*
cvsdist 551cf6d
%{_libdir}/*.so*
cvsdist 4456b17
%{_libdir}/*.la
cvsdist 4456b17
%{_libdir}/kde3/*
287ee87
%{_datadir}/applications/kde/*
287ee87
%{_datadir}/applnk/*
287ee87
%{_datadir}/apps/*
287ee87
%{_datadir}/config.kcfg/*
c1bbeb3
%ifnarch %{no_scanner_archs}
c1bbeb3
%{_datadir}/config/*
c1bbeb3
%endif
287ee87
%{_datadir}/icons/*/*/*/*
287ee87
%{_datadir}/mimelnk/text/*
cvsdist 4456b17
%{_datadir}/services/*
cvsdist 4456b17
%{_datadir}/servicetypes/*
cvsdist 807c342
cvsdist 4456b17
%files devel
cvsdist 807c342
%defattr(-,root,root)
cvsdist 4456b17
%{_includedir}/kde/*
cvsdist 807c342
cvsdist 4456b17
%changelog
173b365
* Thu Aug 10 2006 Than Ngo <than@redhat.com> 7:3.5.4-1
173b365
- rebuild
173b365
timp 7308979
* Mon Jul 24 2006 Tim Powers <timp@redhat.com> - 7:3.5.4-0.pre2
timp 7308979
- rebuild
timp 7308979
prockai fe466be
* Mon Jul 24 2006 Petr Rockai <prockai@redhat.com> - 7:3.5.4-0.pre1
prockai fe466be
- prerelease of 3.5.4 (from the first-cut tag)
prockai fe466be
1b16108
* Mon Jul 17 2006 Than Ngo <than@redhat.com> 7:3.5.3-3
1b16108
- rebuild
1b16108
9e3b03e
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 7:3.5.3-2.1
9e3b03e
- rebuild
9e3b03e
bc492f2
* Fri Jun 23 2006 Than Ngo <than@redhat.com> 7:3.5.3-2
bc492f2
- add missing kuickshow, printnodetest, svgdisplay, xf86gammacfg #196067
bc492f2
fbf9c2b
* Sat Jun 03 2006 Than Ngo <than@redhat.com> 7:3.5.3-1
fbf9c2b
- update to 3.5.3
fbf9c2b
cb4d90a
* Wed Apr 05 2006 Than Ngo <than@redhat.com> 7:3.5.2-1
cb4d90a
- update to 3.5.2
cb4d90a
85a3dca
* Tue Mar 14 2006 Than Ngo <than@redhat.com> 7:3.5.1-4
85a3dca
- fix build problem with gphoto2
85a3dca
a36810d
* Thu Feb 16 2006 Than Ngo <than@redhat.com> 7:3.5.1-3
a36810d
- apply patch to fix kpdf build with modular-X again #173836
a36810d
5effe65
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 7:3.5.1-2.1
5effe65
- bump again for double-long bug on ppc(64)
5effe65
9deaf31
* Tue Feb 07 2006 Than Ngo <than@redhat.com> 7:3.5.1-2
9deaf31
- apply patch to fix buffer overflow in kpdf, CVE-2006-0301 (#179425)
4182ee8
- apply patch to fix gcc warning (#169189)
9deaf31
b7749dc
* Sat Feb 04 2006 Than Ngo <than@redhat.com> 7:3.5.1-1 
b7749dc
- 3.5.1
b7749dc
36629ec
* Mon Jan 16 2006 Than Ngo <than@redhat.com> 7:3.5.0-3
36629ec
- apply patch to fix CAN-2005-3193, #177908
36629ec
69b9f56
* Mon Dec 12 2005 Than Ngo <than@redhat.com> 7:3.5.0-2
69b9f56
- apply patch to fix modula-X problem
69b9f56
b142f43
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
b142f43
- rebuilt
b142f43
8ca971c
* Wed Nov 30 2005 Than Ngo <than@redhat.com> 7:3.5.0-1
8ca971c
- 3.5
8ca971c
3261843
* Tue Oct 25 2005 Than Ngo <than@redhat.com> 7:3.4.92-1
3261843
- update to 3.5 Beta 2
3261843
8dcc2a3
* Thu Oct 13 2005 Matthias Clasen <mclasen@redhat.com> 7:3.4.91-2
8dcc2a3
- don't use freetype internals
8dcc2a3
1571420
* Wed Oct 05 2005 Than Ngo <than@redhat.com> 7:3.4.91-1
1571420
- update to 3.5 Beta1
1571420
c87b934
* Wed Sep 21 2005 Than Ngo <than@redhat.com> 7:3.4.2-5
c87b934
- fix uic build problem
c87b934
6d15a71
* Thu Sep 15 2005 Than Ngo <than@redhat.com> 7:3.4.2-4 
6d15a71
- add BuldRequires: libieee1284 #168356
6d15a71
2391dfc
* Mon Sep 05 2005 Than Ngo <than@redhat.com> 7:3.4.2-3
2391dfc
- backport CVS patch to fix kpdf crash when trying to
2391dfc
  expand sub-bookmarks in the bookmark tree #167390
2391dfc
0b05af3
* Wed Aug 31 2005 Than Ngo <than@redhat.com> 7:3.4.2-2
0b05af3
- backport CVS patch to fix rendering problem in kpdf
bdda80e
- backport CVS patch to fix bug #kde110171
bdda80e
- backport CVS patch to fix bug #kde110034, #kde110000
bdda80e
- backport CVS patch to fix crash in kpdf
0b05af3
813155b
* Thu Aug 11 2005 Than Ngo <than@redhat.com> 7:3.4.2-1
813155b
- update to 3.4.2
813155b
93adfb2
* Mon Jul 04 2005 Than Ngo <than@redhat.com> 7:3.4.1-2
93adfb2
- apply gcc4 workaround to fix #162430
93adfb2
0e730a0
* Tue Jun 28 2005 Than Ngo <than@redhat.com> 7:3.4.1-1
0e730a0
- 3.4.1
4fd4887
- fix gcc4 build problem
0e730a0
Florian La Roche dfce6d1
* Wed Mar 30 2005 Florian La Roche <laroche@redhat.com>
Florian La Roche dfce6d1
- try rebuilding
Florian La Roche dfce6d1
3140366
* Fri Mar 18 2005 Than Ngo <than@redhat.com> 7:3.4.0-1
3140366
- 3.4.0
3140366
9e88f32
* Fri Mar 04 2005 Than Ngo <than@redhat.com> 7:3.4.0-0.rc1.2
9e88f32
- rebuilt against gcc-4.0.0-0.31
9e88f32
930eccf
* Tue Mar 01 2005 Than Ngo <than@redhat.com> 7:3.4.0-0.rc1.1
930eccf
- rebuilt with gcc-4
930eccf
287ee87
* Sat Feb 26 2005 Than Ngo <than@redhat.com> 3.4.0-0.rc1.0
287ee87
- KDE-3.4.0 rc1
287ee87
287ee87
* Tue Feb 22 2005 Than Ngo <than@redhat.com> 7:3.3.92-0.1
287ee87
- KDE-3.4 beta2
287ee87
d753b8a
* Sat Feb 12 2005 Than Ngo <than@redhat.com> 7:3.3.2-0.4 
d753b8a
- backport from CVS for working with qt-immodule
d753b8a
5c3033e
* Thu Feb 10 2005 Than Ngo <than@redhat.com> 7:3.3.2-0.3
5c3033e
- Applied patch to fix CAN-2005-0064
5c3033e
- Applied Steve cleanup patch file
5c3033e
bfcdf4a
* Thu Dec 23 2004 Than Ngo <than@redhat.com> 7:3.3.2-0.2
bfcdf4a
- Applied patch to fix CAN-2004-112
bfcdf4a
2e85e9d
* Fri Dec 03 2004 Than Ngo <than@redhat.com> 7:3.3.2-0.1
2e85e9d
- update to 3.3.2
2e85e9d
- remove kdegraphics-3.3.1-tiff.patch, it's included in 3.3.2
2e85e9d
aab483c
* Fri Nov 19 2004 Than Ngo <than@redhat.com> 7:3.3.1-4
aab483c
- fix xf86gammacfg to work with xorg.conf
aab483c
fb5ea37
* Mon Nov 01 2004 Than Ngo <than@redhat.com> 7:3.3.1-3
fb5ea37
- rebuilt
fb5ea37
fb5ea37
* Thu Oct 28 2004 Than Ngo <than@redhat.com> 7:3.3.1-2.1
fb5ea37
- add patch from 3_3_BRANCH
fb5ea37
6230c8c
* Fri Oct 15 2004 Than Ngo <than@redhat.com> 7:3.3.1-2
6230c8c
- fix kfax to use system libtiff
6230c8c
72b35b7
* Wed Oct 13 2004 Than Ngo <than@redhat.com> 7:3.3.1-1
72b35b7
- update to 3.3.1
72b35b7
d207295
* Fri Oct 08 2004 Than Ngo <than@redhat.com> 7:3.3.0-3
d207295
- fix typo in buildrequires #135007
d207295
7355e0b
* Thu Sep 23 2004 Than Ngo <than@redhat.com> 7:3.3.0-2
7355e0b
- only show kcmkmrml in KDE
fb47cd0
- set variables before use
7355e0b
cvsdist d56e074
* Mon Aug 23 2004 Than Ngo <than@redhat.com> 3.3.0-1
cvsdist d56e074
- update to 3.3.0
cvsdist d56e074
cvsdist 404f570
* Tue Aug 10 2004 Than Ngo <than@redhat.com> 3.3.0-0.1.rc2
cvsdist 404f570
- update to 3.3.0 rc2
cvsdist 404f570
cvsdist b53a4db
* Mon Jun 21 2004 Than Ngo <than@redhat.com> 7:3.2.3-1
cvsdist b53a4db
- update to 3.2.3
cvsdist b53a4db
cvsdist 551cf6d
* Wed Apr 14 2004 Than Ngo <than@redhat.com> 7:3.2.2-1
cvsdist 551cf6d
- update to 3.2.2
cvsdist 551cf6d
cvsdist a220f34
* Sun Mar 07 2004 Than Ngo <than@redhat.com> 7:3.2.1-1
cvsdist a220f34
- 3.2.1 release
cvsdist a220f34
cvsdist a220f34
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist a220f34
- rebuilt
cvsdist a220f34
cvsdist a220f34
* Tue Feb 17 2004 Than Ngo <than@redhat.com> 7:3.2.0-1.4
cvsdist a220f34
- fix typo bug, _smp_mflags instead smp_mflags
cvsdist a220f34
cvsdist a220f34
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist a220f34
- rebuilt
cvsdist a220f34
cvsdist a220f34
* Thu Feb 05 2004 Than Ngo <than@redhat.com> 7:3.2.0-0.3
cvsdist a220f34
- 3.2.0 release
cvsdist a220f34
- built against qt 3.3.0
cvsdist a220f34
- add prereq /sbin/ldconfig    
cvsdist a220f34
cvsdist 0b1e03f
* Mon Jan 19 2004 Than Ngo <than@redhat.com> 7:3.1.95-0.1
cvsdist 0b1e03f
- KDE 3.2 RC1
cvsdist 0b1e03f
cvsdist 0b1e03f
* Mon Dec 01 2003 Than Ngo <than@redhat.com> 7:3.1.94-0.1
cvsdist 0b1e03f
- KDE 3.2 Beta2
cvsdist 0b1e03f
cvsdist 0b1e03f
* Thu Nov 27 2003 Than Ngo <than@redhat.com> 7:3.1.93-0.2
cvsdist 0b1e03f
- get rid of rpath
cvsdist 0b1e03f
cvsdist 0b1e03f
* Wed Nov 12 2003 Than Ngo <than@redhat.com> 7:3.1.93-0.1
cvsdist 0b1e03f
- KDE 3.2 Beta1
cvsdist 0b1e03f
- cleanup
cvsdist 0b1e03f
cvsdist 29292e3
* Tue Sep 30 2003 Than Ngo <than@redhat.com> 7:3.1.4-1
cvsdist d6d7984
- 3.1.4
cvsdist d6d7984
cvsdist 29292e3
* Thu Sep 04 2003 Than Ngo <than@redhat.com> 7:3.1.3-4
cvsdist 29292e3
- disable kpovmodeler temporary. waiting for freeglut
cvsdist 29292e3
cvsdist 29292e3
* Thu Aug 21 2003 Than Ngo <than@redhat.com> 7:3.1.3-3
cvsdist 29292e3
- fixed build problem with new gcc
cvsdist 29292e3
cvsdist 29292e3
* Mon Aug 04 2003 Than Ngo <than@redhat.com> 7:3.1.3-2
cvsdist 29292e3
- rebuilt
cvsdist 29292e3
cvsdist 29292e3
* Mon Aug 04 2003 Than Ngo <than@redhat.com> 7:3.1.3-1
cvsdist 7f4d606
- 3.1.3
cvsdist fda71b6
cvsdist 29292e3
* Wed Jun 25 2003 Than Ngo <than@redhat.com> 3.1.2-4
cvsdist 29292e3
- disable kpovmodeler temporary. waiting for freeglut
cvsdist 29292e3
- built with gcc-3.3-12
cvsdist 29292e3
- remove excludearch s390/s390x
cvsdist 29292e3
cvsdist 29292e3
* Sun Jun  8 2003 Tim Powers <timp@redhat.com> 7:3.1.2-3.1
cvsdist 29292e3
- added epoch for versioned requires where needed
cvsdist 29292e3
- built for RHEL
cvsdist 29292e3
cvsdist 29292e3
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 29292e3
- rebuilt
cvsdist 29292e3
cvsdist 29292e3
* Tue May 20 2003 Than Ngo <than@redhat.com> 3.1.2-2
cvsdist 29292e3
- 3.1.2
cvsdist 29292e3
cvsdist 29292e3
* Tue Apr 22 2003 Than Ngo <than@redhat.com> 3.1.1-2
cvsdist b5f9252
- PS/PDF file handling vulnerability
cvsdist 29292e3
cvsdist 29292e3
* Thu Mar 20 2003 Than Ngo <than@redhat.com> 3.1.1-1
cvsdist fda71b6
- 3.1.1
cvsdist fda71b6
cvsdist 4456b17
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 4456b17
- debuginfo rebuild
cvsdist 807c342
cvsdist 4456b17
* Fri Feb 21 2003 Than Ngo <than@redhat.com> 3.1-3
cvsdist 4456b17
- get rid of gcc path from dependency_libs
cvsdist 807c342
cvsdist 4456b17
* Wed Feb 19 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 4456b17
- BuildRequires: glut-devel if kpovmodeler
cvsdist 807c342
cvsdist 4456b17
* Tue Jan 28 2003 Than Ngo <than@redhat.com> 3.1-1
cvsdist 4456b17
- 3.1 release
cvsdist 4456b17
- remove excludearch ia64
cvsdist 4456b17
- remove some unneeded macros
cvsdist 807c342
cvsdist 4456b17
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 4456b17
- rebuilt
cvsdist 807c342
cvsdist 4456b17
* Mon Jan 13 2003 Thomas Woerner <twoerner@redhat.com> 3.1-0.3
cvsdist 4456b17
- rc6
cvsdist 4456b17
- exclude ia64
cvsdist 807c342
cvsdist 4456b17
* Thu Nov 28 2002 Than Ngo <than@redhat.com> 3.1-0.2
cvsdist 4456b17
- fix desktop file issues
cvsdist 4456b17
- get rid of su packages
cvsdist d00c5a7
cvsdist 4456b17
* Sun Nov 24 2002 Than Ngo <than@redhat.com> 3.1-0.1
cvsdist 4456b17
- update to 3.1 rc4
cvsdist 8105645
cvsdist 8105645
* Sun Nov 10 2002 Than Ngo <than@redhat.com> 3.0.5-1
cvsdist 8105645
- update to 3.0.5
cvsdist 8105645
cvsdist 8105645
* Tue Oct 15 2002 Than Ngo <than@redhat.com> 3.0.4-1
cvsdist 8105645
- 3.0.4
cvsdist f1ae2b2
cvsdist 2b77f26
* Sun Aug 25 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 2b77f26
- compile on mainframe
cvsdist 2b77f26
cvsdist d547f7f
* Wed Aug 14 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist d547f7f
- change spec file to work for more archs
cvsdist d547f7f
cvsdist 3c8dd82
* Mon Aug 12 2002 Than Ngo <than@redhat.com> 3.0.3-1
cvsdist 4414d82
- 3.0.3
cvsdist 3c8dd82
- build using gcc-3.2-0.3
cvsdist 3c8dd82
cvsdist 3c8dd82
* Fri Aug  9 2002 Than Ngo <than@redhat.com> 3.0.2-4
cvsdist 3c8dd82
- desktop files issues (bug #71018)
cvsdist 3c8dd82
cvsdist 3c8dd82
* Tue Jul 23 2002 Tim Powers <timp@redhat.com> 3.0.2-3
cvsdist 3c8dd82
- build using gcc-3.2-0.1
cvsdist 3c8dd82
cvsdist 3c8dd82
* Sat Jul 20 2002 Than Ngo <than@redhat.com> 3.0.2-2
cvsdist 3c8dd82
- fix desktop files issue
cvsdist 3c8dd82
cvsdist 3c8dd82
* Tue Jul 09 2002 Than Ngo <than@redhat.com> 3.0.2-1
cvsdist 3c8dd82
- 3.0.2
cvsdist 3c8dd82
- use desktop-file-install
cvsdist 3c8dd82
cvsdist 3c8dd82
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 3c8dd82
- automated rebuild
cvsdist 3c8dd82
cvsdist 3c8dd82
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 3c8dd82
- automated rebuild
cvsdist 3c8dd82
cvsdist 3c8dd82
* Tue May 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.1-1
cvsdist 3c8dd82
- 3.0.1
cvsdist 4414d82
cvsdist 568582a
* Tue Apr 16 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-5
cvsdist 568582a
- rename libraries
cvsdist 568582a
cvsdist 568582a
* Mon Apr  8 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-4
cvsdist 568582a
- Fix libkviewpart.* duplication (kview and kviewshell, #62749)
cvsdist 568582a
- Shut up rpmlint
cvsdist 568582a
cvsdist 807c342
* Fri Mar 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-3
cvsdist 807c342
- Obsolete the old monolithic package
cvsdist 807c342
- Fix build with gcc 3.1
cvsdist 807c342
cvsdist 807c342
* Thu Mar 28 2002 Than Ngo <than@redhat.com> 3.0.0-2
cvsdist 807c342
- fix deps problem
cvsdist 807c342
cvsdist 807c342
* Wed Mar 27 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-1
cvsdist 807c342
- 3.0.0 final
cvsdist 807c342
cvsdist 807c342
* Thu Mar 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020321.1
cvsdist 807c342
- Add docs for kooka and kuickshow and kfile PostScript plugin
cvsdist 807c342
cvsdist 807c342
* Wed Mar  6 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020306.1
cvsdist 807c342
- Update
cvsdist 807c342
- Rename subpackages
cvsdist 807c342
- Don't build kamera on alpha
cvsdist 807c342
cvsdist 807c342
* Wed Dec 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20011226.1
cvsdist 807c342
- Update
cvsdist 807c342
- Reorganize package
cvsdist 807c342
cvsdist 807c342
* Thu Jul 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010726.1
cvsdist 807c342
- The -devel package has kscan-related files -n only. Since kscan isn't built
cvsdist 807c342
  on s390/s390x, don't build the devel package there.
cvsdist 807c342
cvsdist 807c342
* Tue Jul 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010724.1
cvsdist 807c342
- Add more build dependencies (#48970)
cvsdist 807c342
- Remove ia64 workarounds, no longer needed
cvsdist 807c342
- Update
cvsdist 807c342
cvsdist 807c342
* Mon Jul 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010723.1
cvsdist 807c342
- Restore -devel package, got lost during the update
cvsdist 807c342
- Fix build on s390/s390x
cvsdist 807c342
- Update
cvsdist 807c342
cvsdist 807c342
* Sun Jul 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010722.2
cvsdist 807c342
- Make symlinks relative
cvsdist 807c342
- Update
cvsdist 807c342
cvsdist 807c342
* Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 807c342
- 2.1-respin
cvsdist 807c342
cvsdist 807c342
* Tue Feb 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 807c342
- 2.1
cvsdist 807c342
cvsdist 807c342
* Fri Feb 16 2001 Than Ngo <than@redhat.com>
cvsdist 807c342
- fix to build against glibc
cvsdist 807c342
cvsdist 807c342
* Tue Feb  6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 807c342
- Get rid of libkdefakes.so.0 dependency
cvsdist 807c342
cvsdist 807c342
* Mon Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 807c342
- Update
cvsdist 807c342
cvsdist 807c342
* Mon Jan  1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 807c342
- Update
cvsdist 807c342
cvsdist 807c342
* Wed Dec 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 807c342
- Update
cvsdist 807c342
- Stop excluding ia64
cvsdist 807c342
cvsdist 807c342
* Wed Nov 15 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 807c342
- Update to HEAD
cvsdist 807c342
cvsdist 807c342
* Fri Nov  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 807c342
- Update to KDE_2_0_BRANCH
cvsdist 807c342
cvsdist 807c342
* Mon Oct 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 807c342
- 2.0 final
cvsdist 807c342
cvsdist 807c342
* Thu Aug 24 2000 Than Ngo <than@redhat.com>
cvsdist 807c342
- update to kdegraphics-1.93
cvsdist 807c342
cvsdist 807c342
* Sun Aug 20 2000 Than Ngo <than@redhat.com>
cvsdist 807c342
- add missing kdegraphic2 package
cvsdist 807c342
cvsdist 807c342
* Mon Aug  7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 807c342
- new version
cvsdist 807c342
cvsdist 807c342
* Tue Jul 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 807c342
- new snapshot
cvsdist 807c342
- work around compiler bug by disabling kcoloredit for now, FIXME
cvsdist 807c342
cvsdist 807c342
* Fri Jul 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 807c342
- new snapshot
cvsdist 807c342
- SMPify build
cvsdist 807c342
cvsdist 807c342
* Sun Jul 16 2000 Than Ngo <than@redhat.de>
cvsdist 807c342
- use gcc 2.96
cvsdist 807c342
- new snapshot
cvsdist 807c342
- fix docdir
cvsdist 807c342
cvsdist 807c342
* Fri Jun 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 807c342
- Add Epoch - for some reason, rpm thinks 1.1.2 > 1.92.20000623.
cvsdist 807c342
cvsdist 807c342
* Tue Jun 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 807c342
- new snapshot
cvsdist 807c342
- ExcludeArch ia64 for now
cvsdist 807c342
cvsdist 807c342
* Sat Mar 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 807c342
- new snapshot
cvsdist 807c342
- move it to /usr, where it belongs
cvsdist 807c342
cvsdist 807c342
* Sun Oct 24 1999 Bernhard Rosenkraenzer <bero@redhat.de>
cvsdist 807c342
- Fix compilation
cvsdist 807c342
cvsdist 807c342
* Fri Oct 22 1999 Bernhard Rosenkraenzer <bero@redhat.de>
cvsdist 807c342
- 2.0 CVS
cvsdist 807c342
cvsdist 807c342
* Fri Sep 24 1999 Preston Brown <pbrown@redhat.com>
cvsdist 807c342
- mark doc files as such
cvsdist 807c342
cvsdist 807c342
* Wed Sep 08 1999 Preston Brown <pbrown@redhat.com>
cvsdist 807c342
- upgraded to 1.1.2 release
cvsdist 807c342
cvsdist 807c342
* Fri Jun 11 1999 Preston Brown <pbrown@redhat.com>
cvsdist 807c342
- snapshot, includes kde 1.1.1 + fixes
cvsdist 807c342
cvsdist 807c342
* Mon Apr 19 1999 Preston Brown <pbrown@redhat.com>
cvsdist 807c342
- last snapshot before release
cvsdist 807c342
cvsdist 807c342
* Mon Apr 12 1999 Preston Brown <pbrown@redhat.com>
cvsdist 807c342
- latest stable snapshot
cvsdist 807c342
cvsdist 807c342
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
cvsdist 807c342
- Injected new description and group.
cvsdist 807c342
cvsdist 807c342
* Mon Feb 08 1999 Preston Brown <pbrown@redhat.com>
cvsdist 807c342
- upgraded to KDE 1.1 final.
cvsdist 807c342
cvsdist 807c342
* Sat Feb 06 1999 Preston Brown <pbrown@redhat.com>
cvsdist 807c342
- updates to new libstdc++ and rpm standards.
cvsdist 807c342
cvsdist 807c342
* Wed Jan 06 1999 Preston Brown <pbrown@redhat.com>
cvsdist 807c342
- re-merged in updates from Duncan Haldane
cvsdist 807c342