From: Jakub Bogusz Date: Tue, 26 Jan 2016 15:04:32 +0000 (+0100) Subject: - updated to 2.7.1 X-Git-Tag: auto/th/lttng-ust-2.7.1-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=7f3aff4397d69c5c41fb19d0512b533bc8726113;p=packages%2Flttng-ust.git - updated to 2.7.1 - updated python patch --- diff --git a/lttng-ust-python.patch b/lttng-ust-python.patch index 18905cc..96c6457 100644 --- a/lttng-ust-python.patch +++ b/lttng-ust-python.patch @@ -1,11 +1,11 @@ ---- lttng-ust-2.7.0/liblttng-ust-python-agent/Makefile.am.orig 2015-09-24 22:41:04.000000000 +0200 -+++ lttng-ust-2.7.0/liblttng-ust-python-agent/Makefile.am 2015-10-03 18:16:54.993333507 +0200 -@@ -18,7 +18,7 @@ - if [ "$(DESTDIR)" = "" ]; then \ - $(PYTHON) setup.py install --prefix=$(prefix) --record install_files.txt --verbose --no-compile $(DISTSETUPOPTS); \ - else \ -- $(PYTHON) setup.py install --root=$(DESTDIR) --verbose install_files.txt --prefix=$(prefix) --no-compile $(DISTSETUPOPTS); \ -+ $(PYTHON) setup.py install --root=$(DESTDIR) --verbose --record install_files.txt --prefix=$(prefix) --optimize=2 $(DISTSETUPOPTS); \ - fi - clean-local: - rm -rf build +--- lttng-ust-2.7.1/liblttng-ust-python-agent/Makefile.am.orig 2016-01-25 22:11:19.823939945 +0100 ++++ lttng-ust-2.7.1/liblttng-ust-python-agent/Makefile.am 2016-01-25 22:12:22.277270532 +0100 +@@ -15,7 +15,7 @@ + $(PYTHON) setup.py build --verbose + + install-exec-local: +- @opts="--prefix=$(prefix) --verbose --no-compile $(DISTSETUPOPTS)"; \ ++ @opts="--prefix=$(prefix) --verbose --optimize=2 $(DISTSETUPOPTS)"; \ + if [ "$(DESTDIR)" != "" ]; then \ + opts="$$opts --root=$(DESTDIR)"; \ + fi; \ diff --git a/lttng-ust.spec b/lttng-ust.spec index 298222a..987e7bc 100644 --- a/lttng-ust.spec +++ b/lttng-ust.spec @@ -7,12 +7,12 @@ Summary: LTTng Userspace Tracer Summary(pl.UTF-8): LTTng Userspace Tracer - narzędzia LTTng do śledzenia przestrzeni użytkownika Name: lttng-ust -Version: 2.7.0 -Release: 3 +Version: 2.7.1 +Release: 1 License: LGPL v2.1 (library), MIT (headers), GPL v2 (programs) Group: Libraries Source0: http://lttng.org/files/lttng-ust/%{name}-%{version}.tar.bz2 -# Source0-md5: e9d1e6ea38bc3109a917472d657d6eb8 +# Source0-md5: 38e41b2b4716edf83b564434409698b1 Patch0: %{name}-link.patch Patch1: %{name}-java.patch Patch2: %{name}-python.patch