rpms/frysk/devel .cvsignore, 1.43, 1.44 frysk.spec, 1.109, 1.110 sources, 1.43, 1.44

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Dec 22 19:23:38 UTC 2006


Author: skasal

Update of /cvs/dist/rpms/frysk/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv22878

Modified Files:
	.cvsignore frysk.spec sources 
Log Message:
Sync with RHEL 5 branch.


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/frysk/devel/.cvsignore,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- .cvsignore	18 Dec 2006 20:34:42 -0000	1.43
+++ .cvsignore	22 Dec 2006 19:23:36 -0000	1.44
@@ -1 +1 @@
-frysk-0.0.1.2006.12.18.rh1.tar.bz2
+frysk-0.0.1.2006.12.22.rh1.tar.bz2


Index: frysk.spec
===================================================================
RCS file: /cvs/dist/rpms/frysk/devel/frysk.spec,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- frysk.spec	18 Dec 2006 20:34:06 -0000	1.109
+++ frysk.spec	22 Dec 2006 19:23:36 -0000	1.110
@@ -1,6 +1,6 @@
 Summary:	Frysk execution analysis tool
 Name:		frysk
-Version:	0.0.1.2006.12.18.rh1
+Version:	0.0.1.2006.12.22.rh1
 Release:	1%{?dist}
 License:	GPL
 Group:		Development/System
@@ -17,6 +17,9 @@
 # Prevent a warning from a new g++:
 Patch1:		frysk-20060922-a-cast.patch
 
+# Temporarily disable install-dejagnu:
+Patch2:		frysk-no-dejagnu.patch
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
 Requires:	glib-java >= 0.2.6
@@ -54,9 +57,7 @@
 Buildrequires:	metacity
 %endif
 
-#ExclusiveArch: %{ix86} x86_64 ppc64
-# ppc64 is broken, see #220073
-ExclusiveArch: %{ix86} x86_64
+ExclusiveArch: %{ix86} x86_64 ppc64
 
 # We do not want to build a ``cross-debugging version'' i686->i386;
 # libunwind build would get confused by this.  Override the cmd-line
@@ -105,6 +106,7 @@
 %patch0
 %endif
 %patch1
+%patch2
 
 %build 
 
@@ -141,6 +143,10 @@
 %install
 
 rm -rf %{buildroot}
+
+# Workaround for bug #??:
+mkdir -p $RPM_BUILD_ROOT/usr/share/frysk
+
 make  DESTDIR=$RPM_BUILD_ROOT  install %{?_smp_mflags}
 
 # Workaround for #211824:
@@ -164,6 +170,8 @@
 %{_bindir}/fcore
 %{_bindir}/fparser
 %{_bindir}/fstep
+%{_bindir}/fcatch
+%{_bindir}/fhpd
 %{_libdir}/libfrysk-antlr.so
 %{_libdir}/libfrysk-cdtparser.so
 %{_libdir}/libfrysk-core.so
@@ -180,10 +188,14 @@
 %{_libdir}/libfrysk-junit.so
 %dir %{_libdir}/%{name}
 %{_libdir}/%{name}/funit*
+%{_libdir}/%{name}/ftail
+%{_libdir}/%{name}/fsystest
+%{_libdir}/%{name}/sys-tests
 %{_datadir}/%{name}/helloworld.o
 %{_datadir}/%{name}/test-core
 %dir %{_datadir}/%{name}/test
 %{_datadir}/%{name}/test/test*
+%{_datadir}/%{name}/dogtail_scripts
 
 %files gnome
 %defattr(-,root,root)
@@ -198,18 +210,35 @@
 %{_datadir}/pixmaps/fryskTrayIcon48.png
 
 %changelog
-* Mon Dec 18 2006 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.12.18.rh1-1
+* Tue Dec 19 2006 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.12.22.rh1-1
 - New upstream version.
+- libexecdir -> libdir and other file list updates
+- Remove frysk-arch32-disable.patch, use --disable-arch32-tests instead.
+- Add frysk-no-dejagnu.patch and create $RPM_BUILD_ROOT/${pkgdatadir},
+  to work around a bug in install-dejagnu-testsuite-local rule.
+- Resolves: #218819
+
+* Tue Dec 19 2006 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.12.01.rh1-4
+- Add frysk-20061201-i386_is_not_64bit.patch
+- Related: #218835
+
+* Tue Dec 19 2006 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.12.01.rh1-3
+- Use libexecdir with the old version.
+- Related: #218835
+
+* Mon Dec 18 2006 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.12.01.rh1-2
+- Fix typo in the previous chlog entry.
+- Resolves: #211200
+
+* Mon Dec 18 2006 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.12.01.rh1-2
 - Do not install the .desktop file.
 - Resolves: #211200
 - Split to frysk, frysk-devel, and frysk-gnome; move the requires for gui
   java-gnome libraries to frysk-gnome.
 - Resolves: #218835
-- Remove frysk-arch32-disable.patch, use --disable-arch32-tests instead.
-- Disable ppc64 build.
 
 * Fri Dec  1 2006 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.12.01.rh1-2
-- Relates: #211775
+- Related: #211775
 - The ppc64 build works again.
 
 * Fri Dec  1 2006 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.12.01.rh1-1


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/frysk/devel/sources,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- sources	18 Dec 2006 20:34:42 -0000	1.43
+++ sources	22 Dec 2006 19:23:36 -0000	1.44
@@ -1 +1 @@
-db792a597249b287a647e80de116954a  frysk-0.0.1.2006.12.18.rh1.tar.bz2
+a731c5042d5be6a3b3498475cf4099b9  frysk-0.0.1.2006.12.22.rh1.tar.bz2




More information about the fedora-cvs-commits mailing list