commit blktrace for openSUSE:Factory
Hello community, here is the log from the commit of package blktrace for openSUSE:Factory checked in at 2013-01-07 15:38:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blktrace (Old) and /work/SRC/openSUSE:Factory/.blktrace.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "blktrace", Maintainer is "jeffm@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/blktrace/blktrace.changes 2012-07-24 17:21:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.blktrace.new/blktrace.changes 2013-01-07 15:38:36.000000000 +0100 @@ -1,0 +2,8 @@ +Sat Dec 29 21:23:39 UTC 2012 - p.drouand@gmail.com + +- Update to 1.0.5 version: + * Fix compiler warnings + * avoid string overflows +- Some improvements like using macro instead of RPM variables + +------------------------------------------------------------------- Old: ---- blktrace-1.0.3.tar.bz2 New: ---- blktrace-1.0.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blktrace.spec ++++++ --- /var/tmp/diff_new_pack.RuCZsL/_old 2013-01-07 15:38:37.000000000 +0100 +++ /var/tmp/diff_new_pack.RuCZsL/_new 2013-01-07 15:38:37.000000000 +0100 @@ -22,7 +22,7 @@ Summary: Block IO tracer License: GPL-2.0 Group: Development/Tools/Other -Version: 1.0.3 +Version: 1.0.5 Release: 0 Url: http://git.kernel.dk/?p=blktrace.git;a=summary Source0: %name-%version.tar.bz2 @@ -30,7 +30,6 @@ BuildRequires: gcc BuildRequires: libaio-devel %if 0%{?with_docs} -%if 0%{?suse_version} >= 1030 BuildRequires: texlive BuildRequires: texlive-latex %if 0%{?suse_version} > 1220 @@ -47,7 +46,6 @@ BuildRequires: te_latex BuildRequires: tetex %endif -%endif %description blktrace is a block layer IO tracing mechanism which provides detailed @@ -60,14 +58,14 @@ %patch0 -p1 %build -make CFLAGS="$RPM_OPT_FLAGS" all %{?with_docs: docs} -j1 +make CFLAGS="%{optflags}" all %{?with_docs: docs} -j1 %install make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} install # move blktrace to /bin (bug #300186) -mkdir -p $RPM_BUILD_ROOT/bin -mv $RPM_BUILD_ROOT%{_prefix}/bin/{blktrace,blkparse,btrace} \ - $RPM_BUILD_ROOT/bin +mkdir -p %{buildroot}/bin +mv %{buildroot}%{_bindir}/{blktrace,blkparse,btrace} \ + %{buildroot}/bin %files %defattr(-,root,root) @@ -75,13 +73,13 @@ /bin/blktrace /bin/blkparse /bin/btrace -%{_prefix}/bin/blkrawverify -%{_prefix}/bin/bno_plot.py -%{_prefix}/bin/btt -%{_prefix}/bin/btrecord -%{_prefix}/bin/btreplay -%{_prefix}/bin/verify_blkparse -%{_prefix}/bin/blkiomon +%{_bindir}/blkrawverify +%{_bindir}/bno_plot.py +%{_bindir}/btt +%{_bindir}/btrecord +%{_bindir}/btreplay +%{_bindir}/verify_blkparse +%{_bindir}/blkiomon %{_mandir}/man1/blkparse.1* %{_mandir}/man1/blkrawverify.1* %{_mandir}/man1/bno_plot.1* ++++++ blktrace-1.0.3.tar.bz2 -> blktrace-1.0.5.tar.bz2 ++++++ ++++ 5009 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de