[lttng-ust/f19] New upstream bugfix release (2.1.4)

Yannick Brosseau greenscientist at fedoraproject.org
Mon Jul 22 19:40:30 UTC 2013


commit 3e0b3573788629e9ef794e1df257b3b313fdbff5
Author: Yannick Brosseau <yannick.brosseau at gmail.com>
Date:   Mon Jul 22 15:39:29 2013 -0400

    New upstream bugfix release (2.1.4)
    
    Remove now unecessary patches

 .gitignore                                         |    1 +
 ...st-2.1.1-Use-tp-rcu-link-test-in-provider.patch |   28 ------------
 lttng-ust-2.1.1-remove-dep-urcu-bp.patch           |   46 --------------------
 lttng-ust.spec                                     |   13 ++---
 sources                                            |    3 +-
 5 files changed, 7 insertions(+), 84 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a7bd852..40a8a5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /lttng-ust-2.0.5.tar.bz2
 /lttng-ust-2.1.0.tar.bz2
 /lttng-ust-2.1.1.tar.bz2
+/lttng-ust-2.1.4.tar.bz2
diff --git a/lttng-ust.spec b/lttng-ust.spec
index ba66973..a5b3e6a 100644
--- a/lttng-ust.spec
+++ b/lttng-ust.spec
@@ -1,5 +1,5 @@
 Name:           lttng-ust
-Version:        2.1.1
+Version:        2.1.4
 Release:        2%{?dist}
 License:        LGPLv2 and GPLv2 and MIT
 Group:          Development/Libraries
@@ -7,11 +7,6 @@ Summary:        LTTng Userspace Tracer library
 URL:            http://lttng.org/ust/
 Source0:        http://lttng.org/files/lttng-ust/%{name}-%{version}.tar.bz2
 
-#Patch applied in upstream stable-2.1 branch (commit d9619bcf98bae)
-Patch0:         lttng-ust-2.1.1-Use-tp-rcu-link-test-in-provider.patch
-#Patch applied in upstream stable-2.1 branch (commit 3ac4bd8ab3091)
-Patch1:         lttng-ust-2.1.1-remove-dep-urcu-bp.patch
-
 BuildRequires:  libuuid-devel texinfo systemtap-sdt-devel libtool
 BuildRequires:  userspace-rcu-devel >= 0.6.6
 
@@ -31,8 +26,6 @@ LTTng userspace tracing
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 #Reinitialize libtool with the fedora version to remove Rpath
@@ -71,6 +64,10 @@ rm -vf %{buildroot}%{_libdir}/*.la
 %{_docdir}/%{name}/examples/*
 
 %changelog
+* Mon Jul 22 2013 Yannick Brosseau <yannick.brosseau at gmail.com> - 2.1.4-1
+- New upstream bugfix release
+- Remove backported patches
+
 * Wed Feb 27 2013 Yannick Brosseau <yannick.brosseau at gmail.com> - 2.1.1-2
 - Remove dependency of probes on urcu-bp
 
diff --git a/sources b/sources
index 450bffb..2f1129e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-2032e66f3438949c51ec9922c6f8542b  lttng-ust-2.1.0.tar.bz2
-a1cdd9a10f7876defde444b86c82bf44  lttng-ust-2.1.1.tar.bz2
+d4d16a6ffd87c82ba46098906958b193  lttng-ust-2.1.4.tar.bz2


More information about the scm-commits mailing list