]> git.pld-linux.org Git - packages/lttng-ust.git/commitdiff
- updated to 2.7.1 auto/th/lttng-ust-2.7.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Jan 2016 15:04:32 +0000 (16:04 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Jan 2016 15:04:32 +0000 (16:04 +0100)
- updated python patch

lttng-ust-python.patch
lttng-ust.spec

index 18905cc0a21a03f98d90291140284b4e85f3efc4..96c6457c320796a17f67824c6f0149953c17948a 100644 (file)
@@ -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; \
index 298222ac3825f25290cab5597aeb8cc478c1bda2..987e7bc61ce870ec3cbe3bd936ab187821799045 100644 (file)
@@ -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
This page took 0.206016 seconds and 4 git commands to generate.