[gprof2dot] Update to solve https://bugzilla.redhat.com/show_bug.cgi?id=821864 (support perf)

Toshio くらとみ toshio at fedoraproject.org
Fri Jul 20 17:51:26 UTC 2012


commit 64f5b521ab0f910f883062feba6708508c4f5883
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Fri Jul 20 10:51:13 2012 -0700

    Update to solve https://bugzilla.redhat.com/show_bug.cgi?id=821864 (support perf)
    
    - Upstream has switched to a git repo

 gprof2dot.spec |   15 +++++++++------
 sources        |    2 +-
 2 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/gprof2dot.spec b/gprof2dot.spec
index ceb9804..59c0694 100644
--- a/gprof2dot.spec
+++ b/gprof2dot.spec
@@ -1,18 +1,17 @@
 Name:           gprof2dot
 Version:        1.0
-Release:        0.7.20100708hg89%{?dist}
+Release:        0.8.20120720git56961%{?dist}
 Summary:        Generate dot graphs from the output of several profilers
 
 Group:          Applications/Multimedia
 License:        LGPLv3+
 URL:            http://code.google.com/p/jrfonseca/wiki/Gprof2Dot
 # The Source0 used in this version of the package can be obtained by:
-# hg clone https://gprof2dot.jrfonseca.googlecode.com/hg/ gprof2dot-1.0
-# pushd gprof2dot-1.0
-# hg checkout -r 89 
-# # Same as rev: 04ddadc21c5e
+# git clone https://code.google.com/p/jrfonseca.gprof2dot/ gprof2dot-1.0
+# pushd gprof2dot
+# git checkout 569616d326d86bfb289247b878bb01bf99dae059
 # popd
-# tar -cf - gprof2dot-1.0 |xz -9c --memory=500MiB > gprof2dot-1.0.tar.xz
+# tar -cf - gprof2dot-1.0 | xz -9c --memory=1GiB > gprof2dot-1.0.tar.xz
 Source0:        gprof2dot-1.0.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -59,6 +58,10 @@ cd tests
 
 
 %changelog
+* Fri Jul 20 2012 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0-0.8.20120720git56961
+- Update to solve https://bugzilla.redhat.com/show_bug.cgi?id=821864 (support perf)
+- Upstream has switched to a git repo
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-0.7.20100708hg89
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 89fcbd7..ab3d4ff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-43abf13d4e0f2a569ab0e441d138b9e1  gprof2dot-1.0.tar.xz
+7962089b8502ffac661a98036f2ed18c  gprof2dot-1.0.tar.xz


More information about the scm-commits mailing list