rpms/CodeAnalyst-gui/devel .cvsignore, 1.2, 1.3 CodeAnalyst-gui.spec, 1.6, 1.7 ca-use-oprofile-default-buffersize.patch, 1.1, 1.2 sources, 1.2, 1.3

Suravee Suthikulpanit suravee at fedoraproject.org
Wed Jul 8 19:55:35 UTC 2009


Author: suravee

Update of /cvs/pkgs/rpms/CodeAnalyst-gui/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16237

Modified Files:
	.cvsignore CodeAnalyst-gui.spec 
	ca-use-oprofile-default-buffersize.patch sources 
Log Message:
- Update new CodeAnalyst release (2.8.54)
- Update Source
- Update Patch0
- Remove Patches1-4




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/CodeAnalyst-gui/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	16 Mar 2009 16:36:06 -0000	1.2
+++ .cvsignore	8 Jul 2009 19:55:05 -0000	1.3
@@ -1 +1 @@
-CodeAnalyst-gui-2.8.38.tar.gz
+CodeAnalyst-gui-2.8.54.tar.gz


Index: CodeAnalyst-gui.spec
===================================================================
RCS file: /cvs/pkgs/rpms/CodeAnalyst-gui/devel/CodeAnalyst-gui.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- CodeAnalyst-gui.spec	7 Jul 2009 22:39:39 -0000	1.6
+++ CodeAnalyst-gui.spec	8 Jul 2009 19:55:05 -0000	1.7
@@ -1,12 +1,12 @@
 Summary:       CodeAnalyst is a Performance Analysis Suite for AMD-based System
 Name:          CodeAnalyst-gui
-Version:       2.8.38
-Release:       13%{?dist}
+Version:       2.8.54
+Release:       14%{?dist}
 License:       GPLv2
 Group:         Development/System
 URL:           http://developer.amd.com/cpu/CodeAnalyst/codeanalystlinux
 
-Source0:       http://ftp-developer.amd.com/user/ssuthiku/CALinuxSnapshots/%{name}-%{version}.tar.gz 
+Source0:       http://ftp-developer.amd.com/user/ssuthiku/Releases/%{name}-%{version}.tar.gz 
 Source1:       CodeAnalyst-gui.desktop
 Source2:       DiffAnalyst-gui.desktop
 
@@ -14,18 +14,6 @@ Source2:       DiffAnalyst-gui.desktop
 # since using stock oprofile daemon/driver
 Patch0:        ca-use-oprofile-default-buffersize.patch
 
-# This patch allows us to use the DESTDIR variable in install section.
-Patch1:        ca-destdir.patch
-
-# This patch allows to succesfully build with --disable-dwarf
-Patch2:        ca-disable-dwarf.patch
-
-# This patch allows to CA to be configured with any libdwarf
-Patch3:        ca-configure-libdwarf.patch
-
-# This patch fix the splash screen
-Patch4:        ca-fix-splash.patch
-
 Requires:      popt
 Requires:      binutils
 Requires:      elfutils-libelf
@@ -66,10 +54,6 @@ profile comparison, DiffAnalayst.
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1 -b .ca-use-oprofile-default-buffersize
-%patch1 -p0 -b .ca-destdir
-%patch2 -p0 -b .ca-disable-dwarf
-%patch3 -p1 -b .ca-configure-libdwarf
-%patch4 -p1 -b .ca-fix-splash
 
 
 %build
@@ -165,6 +149,13 @@ fi
 
 
 %changelog
+* Wed Jul 8 2009 - Suravee Suthikulpanit
+- 2.8.54-14
+- Update new release
+- Update source
+- Update patch0 
+- Remove patches1-4
+
 * Tue Jul 7 2009 - Suravee Suthikulpanit
 - 2.8.38-13
 - Rebuild against new libbfd-2.19.51.0.20-20.fc12.so

ca-use-oprofile-default-buffersize.patch:

Index: ca-use-oprofile-default-buffersize.patch
===================================================================
RCS file: /cvs/pkgs/rpms/CodeAnalyst-gui/devel/ca-use-oprofile-default-buffersize.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ca-use-oprofile-default-buffersize.patch	16 Mar 2009 16:36:07 -0000	1.1
+++ ca-use-oprofile-default-buffersize.patch	8 Jul 2009 19:55:05 -0000	1.2
@@ -1,7 +1,7 @@
-diff -paurN CodeAnalyst-gui-2.8.38.org/src/ca/gui/atuneoptions.h CodeAnalyst-gui-2.8.38/src/ca/gui/atuneoptions.h
---- CodeAnalyst-gui-2.8.38.org/src/ca/gui/atuneoptions.h	2009-02-02 12:42:55.000000000 -0600
-+++ CodeAnalyst-gui-2.8.38/src/ca/gui/atuneoptions.h	2009-02-03 11:41:56.000000000 -0600
-@@ -114,9 +114,9 @@ enum ChartDensityShownType
+diff -paurN CodeAnalyst-gui-2.8.54.org/src/ca/gui/atuneoptions.h CodeAnalyst-gui-2.8.54/src/ca/gui/atuneoptions.h
+--- CodeAnalyst-gui-2.8.54.org/src/ca/gui/atuneoptions.h	2009-06-10 15:45:23.000000000 -0500
++++ CodeAnalyst-gui-2.8.54/src/ca/gui/atuneoptions.h	2009-07-08 13:29:14.000000000 -0500
+@@ -117,9 +117,9 @@ enum ChartDensityShownType
  
  enum BuffDefaultSizeType
  {
@@ -13,4 +13,4 @@ diff -paurN CodeAnalyst-gui-2.8.38.org/s
 +	OP_DEFAULT_CPU_BUFFER_SIZE 	= 8192
  };
  
- #define OPT_IMPORT_TYPE "/CodeAnalyst/Key/ImportType"
+ #define OPT_IMPORT_TYPE OPT_DATA_PREFIX "/ImportType"


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/CodeAnalyst-gui/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	16 Mar 2009 16:36:07 -0000	1.2
+++ sources	8 Jul 2009 19:55:05 -0000	1.3
@@ -1 +1 @@
-2fb7944b3db827360d4d0e4b9355854c  CodeAnalyst-gui-2.8.38.tar.gz
+ebd48e2c8498d45bfcc774d54dfdf789  CodeAnalyst-gui-2.8.54.tar.gz




More information about the fedora-extras-commits mailing list