[packages/lttng-ust] - updated to 2.7.1 - updated python patch
qboosh
qboosh at pld-linux.org
Tue Jan 26 16:01:53 CET 2016
commit 7f3aff4397d69c5c41fb19d0512b533bc8726113
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Jan 26 16:04:32 2016 +0100
- updated to 2.7.1
- updated python patch
lttng-ust-python.patch | 22 +++++++++++-----------
lttng-ust.spec | 6 +++---
2 files changed, 14 insertions(+), 14 deletions(-)
---
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
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; \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lttng-ust.git/commitdiff/7f3aff4397d69c5c41fb19d0512b533bc8726113
More information about the pld-cvs-commit
mailing list