7485d5c
Summary:	Execution analysis and debugging tool-suite.
7485d5c
Name:		frysk
7485d5c
Version:	0.4
b4e6ab5
Release:	25%{?dist}
7485d5c
7485d5c
# antlrv2 is Public Domain; antlrv3 is BSD.
7485d5c
# getopt is GPLv2 with exception
7485d5c
# elfutils is GPLv2 with exception
7485d5c
# frysk is GPLv2 with exception
7485d5c
# junit licence is CPL (according to the junit rpm)
7485d5c
# jline licence is BSD
7485d5c
# libunwind is BSD
7485d5c
License:	GPLv2 with exceptions and BSD and CPL and Public Domain
7485d5c
7485d5c
Group:		Development/System
7485d5c
URL:		http://sourceware.org/frysk
7485d5c
Source:		ftp://sourceware.org/pub/frysk/%{name}-%{version}.tar.bz2
a49f4f1
34fd27f
# Import unreleased fixes
61cf7dc
Patch0:	 	frysk-0.4-head.patch
34fd27f
a49f4f1
# Local fixes.
d16a317
Patch1:		frysk-0.4-bash-dollar-star.patch
a49f4f1
Patch2:		frysk-0.4-strayelsif.patch
a49f4f1
Patch3:		frysk-0.4-fdebugrpm.patch
a49f4f1
Patch4:		frysk-0.4-mktlwidgetdir.patch
a49f4f1
Patch5:		frysk-0.4-gcc-warnings.patch
a49f4f1
Patch6:		frysk-0.4-funitexitman.patch
a49f4f1
Patch7:		frysk-0.4-mvtesttomain.patch
49a792f
Patch8:		frysk-0.4-taskstoputil.patch
7719b73
Patch9:		frysk-0.4-publictestbedsymtab.patch
0a456fe
Patch10:	frysk-0.4-noelfmem.patch
cbd8dae
Patch11:	frysk-0.4-gccjint.patch
d99ba8f
Patch12:	frysk-0.4-taskstoperr.patch
4624993
Patch13:	frysk-0.4-lostfork.patch
b4e6ab5
Patch14:	frysk-0.4-nooptimize.patch
b4e6ab5
Patch15:	frysk-0.4-skipdecl.patch
a49f4f1
a49f4f1
Patch100:	frysk-0.4-aclocaljavac.patch
a49f4f1
a49f4f1
# Do not push these upstream
a49f4f1
Patch1003:	frysk-0.4-nogtkwerror.patch
7485d5c
61cf7dc
# Use installed elfutils
61cf7dc
Patch666:	frysk-0.4-sodwfl.patch
61cf7dc
61cf7dc
# revert to 0.133 removing local and fedora rpm fixes
61cf7dc
Patch1004:	frysk-0.4-elfutils-fixesout.patch
61cf7dc
Patch1005:	frysk-0.4-elfutils-rpmout.patch
61cf7dc
Patch1006:	frysk-0.4-elfutils-head.patch
61cf7dc
Patch1007:	frysk-0.4-elfutils-offt.patch
61cf7dc
Patch1100:	frysk-0.4-elfutils-maphack.patch
61cf7dc
Patch1101:	frysk-0.4-elfutils-ldadd.patch
61cf7dc
Patch1102:	frysk-0.4-elfutils-louser.patch
61cf7dc
7485d5c
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
7485d5c
7485d5c
BuildRequires:  gcc-java >= 4.1.2
7485d5c
BuildRequires:	junit >= 3.8.1
7485d5c
BuildRequires:  antlr >= 2.7.4 
7485d5c
BuildRequires:	jdom >= 1.0
7485d5c
BuildRequires:	glib-java >= 0.2.6
7485d5c
BuildRequires:  libgtk-java-devel >= 2.8.7-6
7485d5c
BuildRequires:	libglade-java-devel >= 2.12.3
7485d5c
BuildRequires:  cairo-java-devel >= 1.0.3
7485d5c
BuildRequires:  cairo-devel >= 1.0.0
7485d5c
BuildRequires:  gtk2-devel >= 2.8.0
7485d5c
BuildRequires:	libglade2-devel >= 2.5.1
7485d5c
BuildRequires:	libvte-java-devel >= 0.12.0
7485d5c
BuildRequires:  vte-devel >= 0.12.1
7485d5c
BuildRequires:  xmlto
7485d5c
BuildRequires:  sharutils
7485d5c
BuildRequires:	transfig >= 3.2.0 
7485d5c
BuildRequires:	gnome-python2-gconf
7485d5c
BuildRequires:	audit-libs-devel
7485d5c
BuildRequires:	autoconf automake libtool
61cf7dc
BuildRequires:	bison >= 1.875
61cf7dc
BuildRequires:	flex >= 2.5.4a
61cf7dc
BuildRequires:	zlib-devel >= 1.2.2.3
61cf7dc
BuildRequires:	bzip2-devel
7485d5c
# Some generation scripts are being written in python
7485d5c
BuildRequires:	python
7485d5c
7485d5c
# Bug #305611: PPC Build problems with libunwind
7485d5c
# Bug #416961: ALPHA not supported by frysk and libunwind.
90312e2
# Bug #467970: SPARC/SPARC64 not supported by frysk and libunwind.
7485d5c
# Bug #467971: ARM not supported by frysk.
90312e2
# Bug #506961: S390X not supported by frysk and libunwind.
90312e2
ExcludeArch: alpha arm ppc sparc sparc64 s390x
7485d5c
7485d5c
# We do not want to build a ``cross-debugging version'' i686->i386;
7485d5c
# libunwind build would get confused by this.  Override the cmd-line
7485d5c
# --target option:
7485d5c
%ifarch %{ix86}
7485d5c
%define _target_cpu %{_host_cpu}
7485d5c
%endif
7485d5c
7485d5c
%description
7485d5c
Frysk is an execution-analysis technology implemented using native
7485d5c
Java and C++.  It is aimed at providing developers and sysadmins with
7485d5c
the ability to both examine and analyze running multi-host,
7485d5c
multi-process, multi-threaded systems.  Frysk allows the monitoring of
7485d5c
running processes and threads, of locking primitives and will also
7485d5c
expose deadlocks, gather data and debug any given process in the
7485d5c
system.
7485d5c
7485d5c
%package devel
7485d5c
Summary:        The development part of Frysk
7485d5c
Group:		Development/System
7485d5c
Requires:       %{name} = %{version}-%{release}
7485d5c
Requires:	dogtail >= 0.5.2
7485d5c
# Needed by "dogtail-run-headless -n":
7485d5c
Requires:	metacity
7485d5c
Requires:	python
7485d5c
7485d5c
%description devel
7485d5c
Frysk is an execution-analysis technology implemented using native
7485d5c
Java and C++.  It is aimed at providing developers and sysadmins with
7485d5c
the ability to both examine and analyze running multi-host,
7485d5c
multi-process, multi-threaded systems.  Frysk allows the monitoring of
7485d5c
running processes and threads, of locking primitives and will also
7485d5c
expose deadlocks, gather data and debug any given process in the
7485d5c
system.
7485d5c
7485d5c
This package contains the development components of Frysk.
7485d5c
7485d5c
%package gnome
7485d5c
Summary:        The GNOME front-end of Frysk
7485d5c
Requires:       %{name} = %{version}-%{release}
7485d5c
Group:		Development/System
7485d5c
Requires:   	libgconf-java
7485d5c
Requires:   	libglade-java >= 2.12.5
7485d5c
Requires: 	libvte-java >= 0.12.0
7485d5c
7485d5c
%description gnome
7485d5c
Frysk is an execution-analysis technology implemented using native
7485d5c
Java and C++.  It is aimed at providing developers and sysadmins with
7485d5c
the ability to both examine and analyze running multi-host,
7485d5c
multi-process, multi-threaded systems.  Frysk allows the monitoring of
7485d5c
running processes and threads, of locking primitives and will also
7485d5c
expose deadlocks, gather data and debug any given process in the
7485d5c
system.
7485d5c
7485d5c
This package contains the GNOME front end for Frysk.
7485d5c
7485d5c
%prep
7485d5c
7485d5c
%setup -q -n %{name}-%{version}
7485d5c
pwd
a49f4f1
34fd27f
%patch0 -p1 -z .head
34fd27f
94bbade
%patch1 -p1 -z .bash-dollar-star
a49f4f1
%patch2 -p1 -z .strayelsif
a49f4f1
%patch3 -p1 -z .fdebugrpm
a49f4f1
%patch4 -p1 -z .mktlwidgetdir
a49f4f1
%patch5 -p1 -z .gcc-warnings
a49f4f1
%patch6 -p1 -z .funitexitman
94bbade
mv frysk-core/frysk/pkglibdir/FunitSimpleInterfaceTest.java frysk-core/frysk/pkglibdir/FunitSimpleInterfaceMain.java
a49f4f1
%patch7 -p1 -z .mvtesttomain -F 1
49a792f
mv frysk-core/frysk/util/ProcStopUtil.java frysk-core/frysk/util/TaskStopUtil.java
49a792f
%patch8 -p1 -z .taskstoputil -F 3
0a456fe
%patch9 -p1 -z .publictestbedsymtab
0a456fe
%patch10 -p1 -z .noelfmem
cbd8dae
%patch11 -p1 -z .gccjint
d99ba8f
%patch12 -p1 -z .taskstoperr
4624993
%patch13 -p1 -z .lostfork
b4e6ab5
%patch14 -p1 -z .nooptimize
b4e6ab5
%patch15 -p1 -z .skipdecl
a49f4f1
3074ccf
%if %{fedora}0 >= 130
a49f4f1
%patch100 -p1 -z .aclocaljavac
3074ccf
%endif
a49f4f1
a49f4f1
%patch1003 -p1 -z .nogtkwerror
a49f4f1
61cf7dc
%if %{fedora}0 >= 200
61cf7dc
rm -rf frysk-imports/elfutils
61cf7dc
%patch666 -p1 -z .sodwfl
61cf7dc
%else
61cf7dc
cd frysk-imports/elfutils
61cf7dc
%patch1004 -p1 -z .elfutils-fixesout
61cf7dc
%patch1005 -p1 -z .elfutils-rpmout
61cf7dc
%patch1006 -p1 -z .elfutils-head
61cf7dc
%patch1007 -p1 -z .elfutils-offt
61cf7dc
cd ../..
61cf7dc
%patch1100 -p1 -z .elfutils-maphack
61cf7dc
%patch1101 -p1 -z .elfutils-ldadd
61cf7dc
%patch1102 -p1 -z .elfutils-louser
61cf7dc
%endif
61cf7dc
a49f4f1
echo "%{version}-%{release}" > frysk-common/version.in
a49f4f1
7485d5c
./bootstrap.sh
7485d5c
7485d5c
%build 
7485d5c
7485d5c
uname -a
7485d5c
gcc --version
7485d5c
pwd
7485d5c
mkdir -p build
7485d5c
cd build
7485d5c
7485d5c
# double check xmlto
7485d5c
rpm -ql xmlto || :
7485d5c
ls -l /usr/bin/xmlto || :
7485d5c
# Capture the configure line
7485d5c
rm -f configure
7485d5c
echo '#!/bin/sh -x'		>> configure
7485d5c
echo 'exec ../configure "$@"'	>> configure
7485d5c
chmod a+x configure
7485d5c
7485d5c
# FIXME: Warnings should be fixed, not suppressed:
7485d5c
RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-Wp,-D_FORTIFY_SOURCE=2 /}
7485d5c
%configure \
7485d5c
	   CFLAGS="$RPM_OPT_FLAGS" \
7485d5c
	   CXXFLAGS="$RPM_OPT_FLAGS" \
7485d5c
	   GCJFLAGS="-g -O -fsource=1.4 -Wextraneous-semicolon" \
7485d5c
	   --disable-arch32-tests
7485d5c
7485d5c
make %{?_smp_mflags}
7485d5c
7485d5c
%install
7485d5c
7485d5c
rm -rf %{buildroot}
7485d5c
7485d5c
# Workaround for bug #??:
7485d5c
mkdir -p $RPM_BUILD_ROOT/usr/share/frysk
7485d5c
7485d5c
pwd
7485d5c
cd build
7485d5c
make  DESTDIR=$RPM_BUILD_ROOT  install %{?_smp_mflags}
7485d5c
7485d5c
# Fix timestamp of a generated script:
7485d5c
touch -r \
7485d5c
      ../frysk-gui/frysk/gui/FryskGui.java-in \
7485d5c
      $RPM_BUILD_ROOT%{_datadir}/%{name}/dogtail_scripts/frysk_suite.py
7485d5c
# ...and a few other ones:
7485d5c
for f in test2866.py test2985.py test3380.py; do
7485d5c
    touch -r \
7485d5c
    	  ../frysk-gui/frysk/gui/test/dogtail_scripts/$f \
7485d5c
	  $RPM_BUILD_ROOT%{_datadir}/%{name}/dogtail_scripts/$f
7485d5c
done
7485d5c
7485d5c
# Workaround for #211824:
7485d5c
rm $RPM_BUILD_ROOT%{_datadir}/java/*.jar
7485d5c
7485d5c
# some stray files.
7485d5c
rm $RPM_BUILD_ROOT%{_libdir}/%{name}/gen-type-funit-tests
7485d5c
rm $RPM_BUILD_ROOT%{_datadir}/%{name}/ChangeLog
7485d5c
rm $RPM_BUILD_ROOT%{_datadir}/%{name}/test-exe-x86.c.source
7485d5c
7485d5c
# We are not yet ready to be in the menu:
7485d5c
echo "Hidden=true" >> $RPM_BUILD_ROOT%{_datadir}/applications/frysk.desktop
7485d5c
ed1d422
# Remove duplicates; causes tools to complain.
c32d0a3
rm $RPM_BUILD_ROOT%{_libdir}/%{name}/funit-exec-alias
ed1d422
# Remove debuginfo; confuses elfutils.
ed1d422
rm $RPM_BUILD_ROOT%{_libdir}/%{name}/funit-*-nodebug
e889a8b
7485d5c
%post -p /sbin/ldconfig
7485d5c
%postun -p /sbin/ldconfig
7485d5c
7485d5c
%clean
7485d5c
rm -rf %{buildroot}
7485d5c
7485d5c
%files
7485d5c
7485d5c
%defattr(-,root,root)
7485d5c
7485d5c
%doc frysk-common/COPYING frysk-common/EXCEPTION
7485d5c
7485d5c
%{_bindir}/fauxv
7485d5c
%{_bindir}/fcatch
7485d5c
%{_bindir}/fcore
7485d5c
%{_bindir}/fdebugdump
7485d5c
%{_bindir}/fdebuginfo
7485d5c
%{_bindir}/fdebugrpm
7485d5c
%{_bindir}/ferror
7485d5c
%{_bindir}/fexe
7485d5c
%{_bindir}/fhpd
7485d5c
%{_bindir}/fmaps
7485d5c
%{_bindir}/fstack
7485d5c
%{_bindir}/fstep
7485d5c
%{_bindir}/ftrace
7485d5c
7485d5c
%{_libdir}/libfrysk-antlr.so
7485d5c
%{_libdir}/libfrysk-core.so
7485d5c
%{_libdir}/libfrysk-getopt.so
7485d5c
%{_libdir}/libfrysk-sys.so
7485d5c
%{_libdir}/libfrysk-sys-jni.so
7485d5c
%{_libdir}/libfrysk-jdom.so
7485d5c
%{_libdir}/libfrysk-jline.so
7485d5c
7485d5c
%dir %{_datadir}/%{name}
7485d5c
%{_datadir}/%{name}/messages.properties
7485d5c
%{_datadir}/%{name}/test-core-x86
7485d5c
%{_datadir}/%{name}/test-core-x8664
7485d5c
%{_datadir}/%{name}/test-exe-x86
7485d5c
%{_datadir}/%{name}/libtest.so
7485d5c
7485d5c
%{_mandir}/man1/fauxv.1.gz
7485d5c
%{_mandir}/man1/fcatch.1.gz
7485d5c
%{_mandir}/man1/fcore.1.gz
7485d5c
%{_mandir}/man1/fdebugdump.1.gz
7485d5c
%{_mandir}/man1/fdebuginfo.1.gz
7485d5c
%{_mandir}/man1/fdebugrpm.1.gz
7485d5c
%{_mandir}/man1/ferror.1.gz
7485d5c
%{_mandir}/man1/fexe.1.gz
7485d5c
%{_mandir}/man1/fhpd.1.gz
7485d5c
%{_mandir}/man1/fmaps.1.gz
7485d5c
%{_mandir}/man1/fstack.1.gz
7485d5c
%{_mandir}/man1/fstep.1.gz
7485d5c
%{_mandir}/man1/ftrace.1.gz
7485d5c
%{_mandir}/man7/frysk.7.gz
7485d5c
7485d5c
%files devel
7485d5c
7485d5c
%defattr(-,root,root)
7485d5c
7485d5c
%{_libdir}/libfrysk-junit.so
7485d5c
7485d5c
%dir %{_libdir}/%{name}
94bbade
%{_libdir}/%{name}/FunitSimpleInterfaceMain
7485d5c
%{_libdir}/%{name}/fsystest
7485d5c
%{_libdir}/%{name}/ftail
7485d5c
%{_libdir}/%{name}/funit*
7485d5c
%{_libdir}/%{name}/hpd-c
7485d5c
%{_libdir}/%{name}/sys-tests
7485d5c
%{_libdir}/%{name}/test-sysroot
7485d5c
%{_libdir}/%{name}/test1
7485d5c
%{_datadir}/%{name}/helloworld.o
7485d5c
%{_datadir}/%{name}/test_looper.xml
7485d5c
%{_datadir}/%{name}/dogtail_scripts
7485d5c
%{_mandir}/man8/*
7485d5c
7485d5c
%files gnome
7485d5c
7485d5c
%defattr(-,root,root)
7485d5c
7485d5c
%{_bindir}/frysk
7485d5c
7485d5c
%{_libdir}/libEggTrayIcon.so
7485d5c
%{_libdir}/libfrysk-ftk.so
7485d5c
%{_libdir}/libfrysk-gtk.so
7485d5c
%{_libdir}/libfrysk-gui.so
7485d5c
%{_libdir}/libftk*.so
7485d5c
7485d5c
%{_datadir}/%{name}/glade
7485d5c
%{_datadir}/%{name}/images
7485d5c
7485d5c
%{_datadir}/applications/frysk.desktop
7485d5c
%{_datadir}/pixmaps/fryskTrayIcon48.png
7485d5c
7485d5c
%dir %{_datadir}/gnome/help/%{name}
7485d5c
%{_datadir}/gnome/help/%{name}/*
7485d5c
7485d5c
%{_mandir}/man1/frysk.1.gz
7485d5c
7485d5c
%changelog
b4e6ab5
* Tue Mar 30 2010 Andrew Cagney <cagney [at] fedoraproject.org> - 0.4-25
b4e6ab5
- for stack tests use a pragma to reduce optimization level -
b4e6ab5
  frysk-0.4-nooptimize
b4e6ab5
- prefer a variable definition over its declaration -
b4e6ab5
  frysk-0.4-skipdecl
b4e6ab5
4624993
* Tue Mar 30 2010 Andrew Cagney <cagney [at] fedoraproject.org> - 0.4-24
4624993
- for fcatch et.al. don't exit when outstanding child events -
4624993
  frysk-0.4-lostfork.patch
4624993
d99ba8f
* Mon Mar 29 2010 Andrew Cagney <cagney [at] fedoraproject.org> - 0.4-23
d99ba8f
- for fexe et.al., exit cleanly when an error -
d99ba8f
  frysk-0.4-taskstoperr.patch
d99ba8f
cbd8dae
* Mon Mar 29 2010 Andrew Cagney <cagney [at] fedoraproject.org> - 0.4-22
d99ba8f
- work around gcc bug where MAX_INT+1 isn't -ve -
d99ba8f
  frsyk-0.4-gccjint.patch
cbd8dae
61cf7dc
* Thu Mar 25 2010 Andrew Cagney <cagney [at] fedoraproject.org> - 0.4-21
61cf7dc
- Merge 0.145 elfutils and local fixes.  This is Plan B, Plan A was to
61cf7dc
  use the installed elfutils.
61cf7dc
0a456fe
* Thu Mar 25 2010 Andrew Cagney <cagney [at] fedoraproject.org> - 0.4-20
0a456fe
- Don't use elf_from_remote_memory - frysk-0.4-noelfmem.patch.
0a456fe
7719b73
* Thu Mar 25 2010 Andrew Cagney <cagney [at] fedoraproject.org> - 0.4-19
7719b73
- Make TestbedSymTab public - frysk-0.4-publictestbedsymtab.patch.
7719b73
34fd27f
* Wed Mar 24 2010 Andrew Cagney <cagney [at] fedoraproject.org> - 0.4-18
34fd27f
- Update fhpd's watchpoints, ftrace, etc from head - frysk-0.4-head.patch
34fd27f
49a792f
* Wed Mar 24 2010 Andrew Cagney <cagney [at] fedoraproject.org> - 0.4-17
49a792f
- In fstack et.al., don't exit until all processes have been detached
49a792f
  - frysk-0.4-taskstoputil.patch.
49a792f
a49f4f1
* Wed Mar 24 2010 Andrew Cagney <cagney [at] fedoraproject.org> - 0.4-16
a49f4f1
- Re-organize local patches, blat the version.
a49f4f1
a49f4f1
* Wed Mar 17 2010 Andrew Cagney <cagney [at] fedoraproject.org> - 0.4-15
fe428e0
- Fix manpage typos - frysk-0.4-manpages.patch
fe428e0
a49f4f1
* Wed Mar 17 2010 Andrew Cagney <cagney [at] fedoraproject.org> - 0.4-14
3074ccf
- Update to latest autotools - frysk-0.4-aclocaljavac.patch,
3074ccf
  frysk-0.4-elfutilsdeps.patch
3074ccf
- Add missing include sys/stat.h - frysk-0.4-elfutilsfstat.patch
3074ccf
- Create missing dir - frysk-0.4-mktlwidgetdir.patch
3074ccf
a49f4f1
* Mon Mar 15 2010 Andrew Cagney <cagney [at] fedoraproject.org> - 0.4-13
2816f6f
- Fix debuginforpm's sed line (from  Stephen Tweedie).
2816f6f
659798f
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.4-12
659798f
- rebuilt with new audit
659798f
4c3df02
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-11
4c3df02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4c3df02
a49f4f1
* Fri Jun 19 2009 Andrew Cagney <cagney [at] fedoraproject.org> - 0.4-10
94bbade
- Add frysk-0.4-fix-duplicates.patch to address duplicated install
94bbade
  problems.
94bbade
a49f4f1
* Fri Jun 19 2009 Andrew Cagney <cagney [at] fedoraproject.org> - 0.4-9
90312e2
- Add sparc64 and s390x to ExcludeArch.
90312e2
3deb4e7
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-8
3deb4e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3deb4e7
36ca139
* Mon Feb 9 2009 Andrew Cagney <cagney [at] fedoraproject org> - 0.4-7
36ca139
- Add frysk-0.4-gcc-warnings.patch; fix warnings from newer gcc.
e889a8b
- Delete funit-stacks-nodebug and funit-exec-alias; confuses install.
36ca139
d16a317
* Sun Feb 08 2009 Andrew Cagney <cagney [at] fedoraproject org> - 0.4-6
d16a317
- Add frysk-0.4-batch-dollar-star.patch; avoid empty "$*" and "$@" in
d16a317
  shell scripts (bash bug?).
d16a317
1ac9e46
* Sun Feb 08 2009 Alex Lancaster <alexlan[AT] fedoraproject org> - 0.4-5
1ac9e46
- Rebuild for new GCC 4.4 to fix broken deps
1ac9e46
7485d5c
* Tue Dec 23 2008 Andrew Cagney <andrew.cagney@gmail.com> - 0.4-4
7485d5c
- Improve summaries.
7485d5c
7485d5c
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.4-3
7485d5c
- Rebuild for Python 2.6
7485d5c
7485d5c
* Mon Oct 27 2008 Andrew Cagney <andrew.cagney@gmail.com> -  0.4-2
7485d5c
- drop EPL from licence list; cdtparser deleted
7485d5c
- re-enable SMP make
7485d5c
- disable -Werror flag to gcj
7485d5c
7485d5c
* Tue Oct 20 2008 Andrew Cagney <andrew.cagney@gmail.com> -  0.4-1
7485d5c
- add sparc and arm to ExcludeArch.
7485d5c
7485d5c
* Mon Jun 9 2008 Sami Wagiaalla <swagiaal@rdhat.com> -  0.4-0
7485d5c
- import frysk-0.4.tar.bz2
7485d5c
- removed Patch7: frysk-0.0.1.2008.02.29.rh1-jboolean-array.patch
7485d5c
- removed Patch8: frysk-0.0.1.2008.02.29.rh1-asm-includes.patch
7485d5c
- removed Patch10: frysk-0.0.1.2008.03.19.rh1-fparser8.patch
7485d5c
- removed Patch11: frysk-0.2.1-ppc-build.patch
7485d5c
- Added fdebugdump files to files list
7485d5c
- Added libfrysk-sys-jni.so to file list.
7485d5c
- remove fparser from executable list.
7485d5c
- remove test_main_looper from file list.
7485d5c
- remove libfrysk-cdtparser from file list.
7485d5c
7485d5c
* Fri Apr 4 2008 Andrew Cagney <cagney@rdhat.com> -  0.2.1-2
7485d5c
- add patch11, frysk-0.2.1-ppc-build.patch.
7485d5c
7485d5c
* Fri Apr 4 2008 Andrew Cagney <cagney@rdhat.com> -  0.2.1-1
7485d5c
- re-instate patch10, install fparser's manpage in man8
7485d5c
- drop patch6, frysk-0.0.1.2008.01.18.rh1-elfutils-werror.patch.
7485d5c
7485d5c
* Fri Apr 4 2008 Andrew Cagney <cagney@rdhat.com> -  0.2.1-0
7485d5c
- import frysk-0.2.1.tar.bz2
7485d5c
- drop patch9, frysk-elfutils-src.patch.
7485d5c
- drop patch10, install fparser's manpage in man8
7485d5c
7485d5c
* Tue Mar 25 2008 Andrew Cagney <cagney@rdhat.com> -  0.0.1.2008.03.19.rh1-1
7485d5c
- import 0.0.1.2008.03.19.rh1 (35c076f3436b95a116cba33f52e0c9a592607dfa)
7485d5c
- move fparser to pkglibdir.
7485d5c
- add ferror to frysk's file list.
7485d5c
- add FunitSimpleInterfaceTest to frysk-devel's file list.
7485d5c
- add frysk.7 to frysk's file list.
7485d5c
- move frysk.1 to frysk-gnome's file list
7485d5c
- add Patch9 frysk-elfutils-crc.patch, work-around broken CRC check.
7485d5c
- add Patch10, install fparser's manpage in man8
7485d5c
7485d5c
* Fri Mar 11 2008 Sami Wagiaalla <swagiaal@rdhat.com> -  0.0.1.2008.03.11-2
7485d5c
- Added statements to check for xmlto.
7485d5c
7485d5c
* Fri Mar 11 2008 Sami Wagiaalla <swagiaal@rdhat.com> -  0.0.1.2008.03.11-1
7485d5c
- Import 0.0.1.2008.03.11 (84bcf09e5a329252d81e853e49f0cf1449f937c2)
7485d5c
7485d5c
* Fri Mar 11 2008 Sami Wagiaalla <swagiaal@rdhat.com> - 0.0.1.2008.02.29.rh1-2
7485d5c
- Update releease number
7485d5c
- added frysk-0.0.1.2008.02.29.rh1-asm-includes.patch
7485d5c
- added frysk-0.0.1.2008.02.29.rh1-jboolean-array.patch
7485d5c
7485d5c
* Fri Feb 29 2008 Sami Wagiaalla <swagiaal@rdhat.com> - 0.0.1.2008.02.29.rh1-1
7485d5c
- Import frysk-0.0.1.2008.02.29.rh1 (148d1359cf791171d7f346d4fca35c1fc36aca8c)
7485d5c
- Remove BuildRequires: libgconf-java-devel
7485d5c
- Remove Patch4 (frysk-0.0.1.2008.01.18.rh1-no-sysroot.patch)
7485d5c
- Remove Patch5 (frysk-0.0.1.2008.01.18.rh1-line-npe.patch)
7485d5c
7485d5c
* Tue Feb 5 2008 Andrew Cagney <cagney@redhat.com> - 0.0.1.2008.01.18.rh1-3
7485d5c
- Add frysk-0.0.1.2008.01.18.rh1-elfutils-werror.patch to fix elfutils
7485d5c
  errors.
7485d5c
7485d5c
* Mon Feb  4 2008 Stepan Kasal <skasal@redhat.com> - 0.0.1.2008.01.18.rh1-2
7485d5c
- rebuild against rebuilt java-gnome
7485d5c
7485d5c
* Mon Jan 20 2008 Andrew Cagney <cagney@redhat.com> - 0.0.1.2008.01.18.rh1-1
7485d5c
- Import frysk-0.0.1.2008.01.18.rh1 (4cff0daa2996b28274985fa4674160f15e5fd9e2)
7485d5c
- Delete run_make_check code.
7485d5c
- Add patch4, frysk-0.0.1.2008.01.18.rh1-no-sysroot.patch to not build
7485d5c
  sysroot tests.
7485d5c
- Add patch5, frysk-0.0.1.2008.01.18.rh1-line-npe.patch to prevent NPE
7485d5c
  in source window.
7485d5c
- Enable ppc64 build; disable alpha build (bug 416961).
7485d5c
- Move dogtail testing requirements to devel package.
7485d5c
- Delete stray ChangeLog, gen-type-funit-tests, and
7485d5c
  test-exe-x86.c.source files.
7485d5c
7485d5c
* Wed Oct 17 2007 Andrew Cagney <cagney@redhat.com> - 0.0.1.2007.10.17-1
7485d5c
- Import frysk-0.0.1.2007.10.17.
7485d5c
- Remove hack disabling glade check.
7485d5c
7485d5c
* Mon Sep 24 2007 Andrew Cagney <cagney@redhat.com> - 0.0.1.2007.09.24-2
7485d5c
- Install frysk.desktop; but with Hidden=true.
7485d5c
- Sort files list.
7485d5c
- Remove trailing period from summaries.
7485d5c
- Replace ExclusiveArch with ExcludeArch of ppc and ppc64; bug 305611.
7485d5c
7485d5c
* Mon Sep 24 2007 Andrew Cagney <cagney@redhat.com> - 0.0.1.2007.09.24-1
7485d5c
- Update files list.
7485d5c
- Fix path to dogtail_scripts.
7485d5c
- Fix touch paths to allow for build sub-directory.
7485d5c
- Import frysk-0.0.1.2007.09.24.tar.bz2.
7485d5c
- Remove frysk-20060922-a-cast.patch
7485d5c
- Remove frysk-xfail-2130.patch.
7485d5c
- Run bootstrap.sh over source tree.
7485d5c
- Add autoconf, automake, and libtool to BuildRequires.
7485d5c
- Remove binutils-devel from BuildRequires.
7485d5c
- Build in separate sub-directory.
7485d5c
- Do not force JV_SCAN into the build environment.
7485d5c
- Update Licence.
7485d5c
- Change BuildRoot to prefered fedora format.
7485d5c
- Expand Summary to mention debugging.
7485d5c
7485d5c
* Tue Mar 13 2007 Stepan Kasal <skasal@redhat.com> - 0.0.1.2007.03.13.rh1-1
7485d5c
- New upstream version, adapt the file list.
7485d5c
- Remove frysk-no-dejagnu.patch.
7485d5c
- configure --disable-werror
7485d5c
7485d5c
* Tue Feb  6 2007 Stepan Kasal <skasal@redhat.com> - 0.0.1.2007.02.07.rh1-1
7485d5c
- New upstream version.
7485d5c
- Add Gnome help files, test_looper.xml, and test_main_looper to the file
7485d5c
  lists.
7485d5c
- Temporarily:
7485d5c
  switch off /usr/share/frysk/test, current tarball does not install it;
7485d5c
  switch off ppc64 build, frysk-imports/include/frysk-asm.h ain't ready.
7485d5c
7485d5c
* Tue Feb  6 2007 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.22.rh1-8
7485d5c
- Do not delete the .desktop file, nove it to docdir.
7485d5c
- Related: #211200
7485d5c
7485d5c
* Tue Jan 30 2007 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.22.rh1-7
7485d5c
- Move the requirement for libgconf-java to subpackage frysk-gnome.
7485d5c
- Resolves: #225401.
7485d5c
7485d5c
* Thu Jan 25 2007 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.22.rh1-6
7485d5c
- Fix the mistake which I made while backporting the TestFStack patch.
7485d5c
- Related: #224248
7485d5c
7485d5c
* Wed Jan 24 2007 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.22.rh1-5
7485d5c
- Add frysk-20070106-TestFStack.patch frysk-20070124-libunwind.patch .
7485d5c
- Resolves: #224248
7485d5c
7485d5c
* Wed Jan 17 2007 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.22.rh1-4
7485d5c
- Second iteration to make section 8 man pages platform-independent.
7485d5c
- Resolves: #222468
7485d5c
7485d5c
* Wed Jan 17 2007 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.22.rh1-3
7485d5c
- Make the contents of section 8 man pages platform-independent.
7485d5c
- Resolves: #222468
7485d5c
- Move section 8 man pages to frysk-devel, where the corresponding utilities
7485d5c
  reside.
7485d5c
7485d5c
* Wed Jan 17 2007 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.22.rh1-2
7485d5c
- Fix time stamps of installed *.py files, which ...
7485d5c
- Resolves: #222468
7485d5c
7485d5c
* Tue Dec 19 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.22.rh1-1
7485d5c
- New upstream version.
7485d5c
- libexecdir -> libdir and other file list updates
7485d5c
- Remove frysk-arch32-disable.patch, use --disable-arch32-tests instead.
7485d5c
- Add frysk-no-dejagnu.patch and create $RPM_BUILD_ROOT${pkgdatadir},
7485d5c
  to work around a bug in install-dejagnu-testsuite-local rule.
7485d5c
- Resolves: #218819
7485d5c
7485d5c
* Tue Dec 19 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.01.rh1-4
7485d5c
- Add frysk-20061201-i386_is_not_64bit.patch
7485d5c
- Related: #218835
7485d5c
7485d5c
* Tue Dec 19 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.01.rh1-3
7485d5c
- Use libexecdir with the old version.
7485d5c
- Related: #218835
7485d5c
7485d5c
* Mon Dec 18 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.01.rh1-2
7485d5c
- Fix typo in the previous chlog entry.
7485d5c
- Resolves: #211200
7485d5c
7485d5c
* Mon Dec 18 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.01.rh1-2
7485d5c
- Do not install the .desktop file.
7485d5c
- Resolves: #211200
7485d5c
- Split to frysk, frysk-devel, and frysk-gnome; move the requires for gui
7485d5c
  java-gnome libraries to frysk-gnome.
7485d5c
- Resolves: #218835
7485d5c
7485d5c
* Fri Dec  1 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.01.rh1-2
7485d5c
- Related: #211775
7485d5c
- The ppc64 build works again.
7485d5c
7485d5c
* Fri Dec  1 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.12.01.rh1-1
7485d5c
- New upstream version.
7485d5c
- Resolves: #211288.
7485d5c
7485d5c
* Thu Nov 30 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.11.30.rh1-1
7485d5c
- New upstream version.
7485d5c
- The stamp file for glade files has been renamed.
7485d5c
- Disable ppc64 build.
7485d5c
7485d5c
* Mon Oct 30 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.10.30.rh1-1
7485d5c
- New upstream version.
7485d5c
- Do not apply frysk-xfail-2130.patch, we do not run make check anyway.
7485d5c
- Do not list the binaries in the file list; use `f*'.
7485d5c
7485d5c
* Mon Oct 23 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.10.23.rh1-1
7485d5c
- New upstream version.
7485d5c
- Do not pack the jars; they cause multilib conflicts.
7485d5c
- Add /usr/bin/fcrash to the file list.
7485d5c
7485d5c
* Tue Oct 17 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.10.17.rh1-1
7485d5c
- New upstream version.
7485d5c
7485d5c
* Fri Oct 13 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.10.13.rh1-1 
7485d5c
- New upstream version.
7485d5c
7485d5c
* Wed Oct 11 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.10.11.rh1-1
7485d5c
- New upstream version.
7485d5c
7485d5c
* Mon Oct  2 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.10.02.rh1-1
7485d5c
- New upstream version.
7485d5c
7485d5c
* Tue Sep 26 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.09.22.rh1-1
7485d5c
- New upstream version.
7485d5c
- Refresh frysk-xfail-2130.patch.
7485d5c
- Add frysk-20060922-a-cast.patch to fix a warning.
7485d5c
- Add fstack to the file list.
7485d5c
7485d5c
* Fri Sep 15 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.09.15.rh1-2
7485d5c
- BuildRequire binutils-devel.
7485d5c
7485d5c
* Fri Sep 15 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.09.15.rh1-1
7485d5c
- New upstream version.
7485d5c
- Make sure we are not building a ``cross-debugging'' libunwind on i686.
7485d5c
7485d5c
* Tue Sep 12 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.09.08.rh1-2
7485d5c
- Do not require dogtail on FC-5; it's not available there.
7485d5c
7485d5c
* Mon Sep 11 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.09.08.rh1-1
7485d5c
- New upstream version.
7485d5c
7485d5c
* Sat Sep  2 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.08.30.rh1-2
7485d5c
- Tried to build on 32bit ppc, but it does not work yet.
7485d5c
7485d5c
* Tue Aug 29 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.08.30.rh1-1
7485d5c
- New upstream version.
7485d5c
- Removed xorg-x11-xinit from BuildRequires, dogtail was fixed to require it.
7485d5c
- Build also on ppc64.
7485d5c
7485d5c
* Mon Aug 28 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.08.28.rh1-1
7485d5c
- New upstream version.
7485d5c
- Remove Patch1, the code now contains a real fix for bug #203902.
7485d5c
7485d5c
* Fri Aug 25 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.08.24.rh1-3
7485d5c
- Patch1 for bug #203902.
7485d5c
7485d5c
* Fri Aug 25 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.08.24.rh1-2
7485d5c
- Comment out the %%check section temporarily.
7485d5c
7485d5c
* Thu Aug 24 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.08.24.rh1-1
7485d5c
- New upstream version.
7485d5c
- Add Requires: libgconf-java
7485d5c
7485d5c
* Tue Aug 22 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.08.22.rh1-1
7485d5c
- New upstream version.
7485d5c
- Add BuildRequires: gnome-python2-gconf, remove BuildRequires: ghostscript.
7485d5c
- Add `uname -a' to %%check.
7485d5c
7485d5c
* Wed Aug 16 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.08.16.rh1-1
7485d5c
- New upstream version.
7485d5c
7485d5c
* Tue Aug 15 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.08.15.rh1-1
7485d5c
- New upstream version.
7485d5c
- Require latest java-gnome.
7485d5c
- frysk-xfail-2130.patch: fails if building on an old kernel.
7485d5c
7485d5c
* Wed Aug  9 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.08.09.rh1-1
7485d5c
- New upstream version, incorporates both the patches.
7485d5c
7485d5c
* Wed Aug  2 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.07.25.rh1-4
7485d5c
- Add make check to %%check
7485d5c
- Add patches to disable failing tests.
7485d5c
7485d5c
* Wed Aug  2 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.07.25.rh1-3
7485d5c
- BuildRequires latest dogtail
7485d5c
7485d5c
* Fri Jul 28 2006 Phil Muldoon <pmuldoon@redhat.com> -  0.0.1.2006.07.25.rh1-3
7485d5c
- Add dogtail to BuildRequires 
7485d5c
7485d5c
* Tue Jul 25 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.07.25.rh1-2
7485d5c
- Add ftrace to the file list.
7485d5c
7485d5c
* Tue Jul 25 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.07.25.rh1-1
7485d5c
- New upstream version.
7485d5c
7485d5c
* Sat Jul 22 2006 Thomas Fitzsimmons <fitzsim@redhat.com> - 0.0.1.2006.07.18.rh1-2
7485d5c
- Bump release number. (dist-fc6-java)
7485d5c
7485d5c
* Tue Jul 18 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.07.18.rh1-1
7485d5c
- New upstream version, incorporates the previous two patches.
7485d5c
7485d5c
* Wed Jul 18 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.07.14.rh1-2
7485d5c
- Add two patches from Phil Muldoon:
7485d5c
  frysk-20060714-observer.patch -- continue even though an observer cannot be load
7485d5c
  frysk-20060714-timer.patch -- fix incorrect usage of a core timer
7485d5c
7485d5c
* Wed Jul 14 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.07.14.rh1-1
7485d5c
- New upstream version.
7485d5c
7485d5c
* Wed Jul 13 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.07.13.rh1-1
7485d5c
- New upstream version.
7485d5c
7485d5c
* Wed Jul 12 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.07.12.rh2-1
7485d5c
- New upstream version.
7485d5c
7485d5c
* Wed Jul 12 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.07.12.rh1-1
7485d5c
- New upstream version.
7485d5c
7485d5c
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.0.1.2006.06.28.rh1-0.1
7485d5c
- rebuild
7485d5c
7485d5c
* Wed Jun 28 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.06.28.rh1-1
7485d5c
- Remove  BuildRequires:  autoconf automake
7485d5c
7485d5c
* Tue Jun 27 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.06.28.rh1-0
7485d5c
- Refresh the tarball.
7485d5c
- Remove the patches, they are all upstream now.
7485d5c
- BuildRequires: sharutils, instead of gmime.
7485d5c
- Do not remove the unwanted files, they should not be installed anymore.
7485d5c
- Do not hide the menu entry.
7485d5c
- Do not call ./bootstrap.sh.
7485d5c
7485d5c
* Fri Jun 16 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.06.15-3
7485d5c
- Add the non-intermediate hack.
7485d5c
- Remove more unwanted files.
7485d5c
- Add patch to link statically with libelf; remove elfutils libraries.
7485d5c
7485d5c
* Fri Jun 16 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.06.15-2
7485d5c
- Suppress warnings caused by _FORTIFY_SOURCE=2
7485d5c
- Remove unwanted files.
7485d5c
7485d5c
* Fri Jun 16 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.06.15-1
7485d5c
- Add BuildRequires: libgconf-java-devel
7485d5c
- Update frysk-unistd.patch
7485d5c
7485d5c
* Thu Jun 15 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.06.15-0
7485d5c
- Refresh the tarball.
7485d5c
- Patch to fix Elf.cxx on 64bit.
7485d5c
- Anoter patch required by new linux/unistd.h.
7485d5c
- Add BuildRequires: ghostscript
7485d5c
7485d5c
* Thu Jun 15 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.06.14-1
7485d5c
- Patch for new linux/unistd.h.
7485d5c
- Patch to avoid scanf("%%a[..]").
7485d5c
7485d5c
* Thu Jun 14 2006 Stepan Kasal <skasal@redhat.com> - 0.0.1.2006.06.14-0
7485d5c
- New upstream version.
7485d5c
- Add BuildRequires: libglade2-devel >= 2.5.1
7485d5c
- Refresh other BuildRequires.
7485d5c
- Replace the noxmltest.patch patch by two touch commands.
7485d5c
- Add BuildRequires: autoconf automake, BuildRequires: gcc-java >= 4.1.1
7485d5c
7485d5c
* Thu May 18 2006 Stepan Kasal <skasal@redhat.com>    - 0.0.1.2006.02.19.rh2-0.FC5.3
7485d5c
- Add gmime to BuildRequires.
7485d5c
7485d5c
* Fri Mar 03 2006 Andrew Cagney <cagney@redhat.de> 0.0.1.2006.02.19.rh2-0.FC5.2
7485d5c
- Add Hidden=true to frysk.desktop file; from halfline; with fixes.
7485d5c
- Disable xml check in frysk-gui/.
7485d5c
7485d5c
* Wed Mar 01 2006 Andrew Cagney <cagney@redhat.de> 0.0.1.2006.02.19.rh2-0.FC5.1
7485d5c
- Add dependencies on latest Java-GNOME bindings.
7485d5c
7485d5c
* Wed Mar 01 2006 Andrew Cagney <cagney@redhat.de> 0.0.1.2006.02.19.rh2-0.FC5.0
7485d5c
- Import frysk 0.0.1.2006.02.19.rh2; works around bug #180637.
7485d5c
- Enable x86_64, update *-java BuildRequires; fix bug #183538.
7485d5c
7485d5c
* Tue Feb 21 2006 Karsten Hopp <karsten@redhat.de> 0.0.1.2006.02.19.rh1-0.FC5.1
7485d5c
- BuildRequires: xmlto
7485d5c
7485d5c
* Mon Feb 20 2006 Andrew Cagney <cagney@redhat.com> 0.0.1.2006.02.19.rh1-0.FC5.0
7485d5c
- Import frysk 0.0.1.2006.02.19.rh1 -- snapshot from middle of that day.
7485d5c
7485d5c
* Sat Feb 18 2006 Andrew Cagney <cagney@redhat.com> 0.0.1.2006.02.12-0.FC5.1
7485d5c
- Remove eclipse-cdt >= 3.0.0 from BuildRequires.  From Wu Zhou
7485d5c
  woodzltc@ibm.
7485d5c
7485d5c
* Sun Feb 12 2006 Andrew Cagney <cagney@redhat.com> 0.0.1.2006.02.12-0.FC5.0
7485d5c
- Import frysk 0.0.1.2006.02.12.
7485d5c
7485d5c
* Thu Feb 09 2006 Adam Jocksch <ajocksch@redhat.com> 0.0.1.2006.02.09-0.FC5.0
7485d5c
- Removed ftrace from %%files and added libexedir files and man pages.
7485d5c
- Imported new frysk tarball, 
7485d5c
7485d5c
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.0.1.2006.01.22-0.FC5.1.1
7485d5c
- rebuilt for new gcc4.1 snapshot and glibc changes
7485d5c
7485d5c
* Mon Feb 06 2006 Adam Jocksch <ajocksch@redhat.com> 0.0.1.2006.01.22-0.FC5.1
7485d5c
- Bumped version, rebuilt.
7485d5c
7485d5c
* Mon Jan 23 2006 Andrew Cagney <cagney@redhat.com> 0.0.1.2006.01.22-0.FC4.0
7485d5c
- Simplify .spec file (remove unused macro definitions).
7485d5c
- Import frysk 0.0.1.2006.01.22.
7485d5c
- Update -files; adding frysk.desktop and fryskTrayIcon48.png.
7485d5c
7485d5c
* Thu Dec 22 2005 Andrew Cagney <cagney@redhat.com> 0.0.1.2005.12.14.15.12-0.FC4.1
7485d5c
- Import frysk-0.0.1.2005.12.14.15.12 rpm.
7485d5c
- Drop build dependency java-1.4.2-gcj-compat-devel
7485d5c
- Apply Patch003, frysk-makefileam.patch.
7485d5c
7485d5c
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
7485d5c
- rebuilt
7485d5c
7485d5c
* Mon Nov 16  2005 Igor Foox <ifoox@redhat.com> 0.0.0.20051116-0.3
7485d5c
- Added jars under /usr/share/java to distribution.
7485d5c
7485d5c
* Mon Nov 16  2005 Igor Foox <ifoox@redhat.com> 0.0.0.20051116-0.1
7485d5c
- Update source.
7485d5c
7485d5c
* Mon Nov 16  2005 Igor Foox <ifoox@redhat.com> 0.0.0.20051114-0.3
7485d5c
- Removed runtime dependency for eclipse-cdt, changed buildtime eclipse-cdt dependency to 3.0.0.
7485d5c
7485d5c
* Mon Nov 16  2005 Igor Foox <ifoox@redhat.com> 0.0.0.20051114-0.2
7485d5c
- Changed dependency on frysk-cdtparser to eclipse-cdt (it was somehow magically reversed).
7485d5c
7485d5c
* Mon Nov 14  2005 Igor Foox <ifoox@redhat.com> 0.0.0.20051114-0.1
7485d5c
- Removed smp flags.
7485d5c
7485d5c
* Mon Nov 10  2005 Igor Foox <ifoox@redhat.com> 0.0.0.20051109-0.3
7485d5c
- Update source.
7485d5c
7485d5c
* Wed Nov 10  2005 Igor Foox <ifoox@redhat.com> 0.0.0.20051109-0.2
7485d5c
- Added ExclusiveArch for i386.
7485d5c
7485d5c
* Wed Nov 10  2005 Igor Foox <ifoox@redhat.com> 0.0.0.20051109-0.1
7485d5c
- Updated source, changed cdtparser dependency to eclipse-cdt. Added build
7485d5c
restriction to i386. Added %%{?_smp_flags} to make command.
7485d5c
7485d5c
* Fri Oct 28  2005 Igor Foox <ifoox@redhat.com> 0.0-2
7485d5c
- Validated all Requires and BuildRequires clauses, fixed some of them.
7485d5c
- Fixed bug with libdir detection based on architecture.
7485d5c
7485d5c
* Wed Oct 26  2005 Igor Foox <ifoox@redhat.com> 0.0-1
7485d5c
- Birth.