[uprof/f12/master] Update to 0.3

drago01 drago01 at fedoraproject.org
Sat Jan 15 13:53:21 UTC 2011


commit c5b5bda5e67e6bdeb1dffeb9de65d7a4d09ae929
Author: Adel Gadllah <adel.gadllah at gmail.com>
Date:   Sat Jan 15 14:53:16 2011 +0100

    Update to 0.3
    
    Adds a new ncurses based tool to view the results live.

 .gitignore |    1 +
 sources    |    2 +-
 uprof.spec |   17 ++++++++++++-----
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a1ca3c8..8f0b600 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 uprof-0.2-b620fb7f9.tar.bz2
+/uprof-0.3-a6832f7a.tar.bz2
diff --git a/sources b/sources
index 8b85d38..af26bc8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6d435870591f04202a3c262c46df5d0  uprof-0.2-b620fb7f9.tar.bz2
+c374ad561a99c8a5c773698aeb14c665  uprof-0.3-a6832f7a.tar.bz2
diff --git a/uprof.spec b/uprof.spec
index be4f496..b4f8a68 100644
--- a/uprof.spec
+++ b/uprof.spec
@@ -1,8 +1,8 @@
-%global githash b620fb7f9
+%global githash a6832f7a
 
 Name:           uprof
-Version:        0.2
-Release:        0.5.20100808git%{githash}%{?dist}
+Version:        0.3
+Release:        0.1.20110115git%{githash}%{?dist}
 Summary:        Profiling toolkit
 
 Group:          System Environment/Libraries
@@ -20,6 +20,7 @@ BuildRequires:  gtk-doc
 BuildRequires:  gnome-common
 BuildRequires:  gnome-doc-utils
 BuildRequires:  libtool
+BuildRequires:  ncurses-devel
 
 %description
 An open source library providing a toolkit to assist in profiling
@@ -42,7 +43,9 @@ developing applications that use %{name}.
 %build
 ./autogen.sh
 %configure --enable-gtk-doc --disable-static
-make %{?_smp_mflags} V=1
+#parallel build is broken
+#make %{?_smp_mflags} V=1
+make V=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -59,6 +62,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc COPYING
+%{_bindir}/uprof-tool
 %{_libdir}/*.so.*
 
 %files devel
@@ -67,9 +71,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/*
 %{_libdir}/*.so
 %{_datadir}/gtk-doc/html/uprof/
-%{_libdir}/pkgconfig/uprof-0.2.pc
+%{_libdir}/pkgconfig/uprof-0.3.pc
 
 %changelog
+* Sat Jan 15 2011 Adel Gadllah <adel.gadllah at gmail.com> - 0.3-0.1.20110115gita6832f7a
+- Update to 0.3
+
 * Tue Aug 10 2010 Adel Gadllah <adel.gadllah at gmail.com> - 0.2-0.5.20100808gitb620fb7f9
 - Buildrequire libtool
 


More information about the scm-commits mailing list