Update tag to v0.1.7
authorBrenden Blanco <bblanco@plumgrid.com>
Mon, 12 Oct 2015 16:31:03 +0000 (09:31 -0700)
committerBrenden Blanco <bblanco@plumgrid.com>
Mon, 12 Oct 2015 16:49:27 +0000 (09:49 -0700)
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
SPECS/Dockerfile.el6
SPECS/Dockerfile.el7
SPECS/Dockerfile.f22
SPECS/bcc.el6.spec
SPECS/bcc.el7.spec
SPECS/bcc.f22.spec
debian/changelog
scripts/build-deb.sh

index 8ada333..184fe24 100644 (file)
@@ -13,9 +13,9 @@ RUN cd SOURCES && wget https://www.python.org/ftp/python/2.7.10/Python-2.7.10.tg
 RUN cd SOURCES && wget https://ftp.gnu.org/gnu/gcc/gcc-5.1.0/gcc-5.1.0.tar.gz
 RUN cd SOURCES && wget http://llvm.org/releases/3.7.0/llvm-3.7.0.src.tar.xz
 RUN cd SOURCES && wget http://llvm.org/releases/3.7.0/cfe-3.7.0.src.tar.xz
-RUN cd SOURCES && wget https://github.com/iovisor/bcc/archive/v0.1.6.tar.gz
+RUN cd SOURCES && wget https://github.com/iovisor/bcc/archive/v0.1.7.tar.gz
 
-RUN cd SPECS && wget https://raw.githubusercontent.com/iovisor/bcc/v0.1.6/SPECS/bcc.el6.spec
+RUN cd SPECS && wget https://raw.githubusercontent.com/iovisor/bcc/v0.1.7/SPECS/bcc.el6.spec
 #COPY SPECS/bcc.el6.spec SPECS/
 
 RUN rpmbuild --define "_topdir `pwd`" -ba SPECS/bcc.el6.spec
index 253f522..d6f5114 100644 (file)
@@ -11,9 +11,9 @@ WORKDIR /root
 RUN mkdir -p {BUILD,RPMS,SOURCES,SPECS,SRPMS}
 RUN cd SOURCES && wget http://llvm.org/releases/3.7.0/llvm-3.7.0.src.tar.xz
 RUN cd SOURCES && wget http://llvm.org/releases/3.7.0/cfe-3.7.0.src.tar.xz
-RUN cd SOURCES && wget https://github.com/iovisor/bcc/archive/v0.1.6.tar.gz
+RUN cd SOURCES && wget https://github.com/iovisor/bcc/archive/v0.1.7.tar.gz
 
-RUN cd SPECS && wget https://raw.githubusercontent.com/iovisor/bcc/v0.1.6/SPECS/bcc.el7.spec
+RUN cd SPECS && wget https://raw.githubusercontent.com/iovisor/bcc/v0.1.7/SPECS/bcc.el7.spec
 #COPY SPECS/bcc.el7.spec SPECS/
 
 RUN rpmbuild --define "_topdir `pwd`" -ba SPECS/bcc.el7.spec
index 892c576..c4c996b 100644 (file)
@@ -12,9 +12,9 @@ RUN mkdir -p {BUILD,RPMS,SOURCES,SPECS,SRPMS}
 
 RUN cd SOURCES && wget http://llvm.org/releases/3.7.0/llvm-3.7.0.src.tar.xz
 RUN cd SOURCES && wget http://llvm.org/releases/3.7.0/cfe-3.7.0.src.tar.xz
-RUN cd SOURCES && wget https://github.com/iovisor/bcc/archive/v0.1.6.tar.gz
+RUN cd SOURCES && wget https://github.com/iovisor/bcc/archive/v0.1.7.tar.gz
 
-RUN cd SPECS && wget https://raw.githubusercontent.com/iovisor/bcc/v0.1.6/SPECS/bcc.f22.spec
+RUN cd SPECS && wget https://raw.githubusercontent.com/iovisor/bcc/v0.1.7/SPECS/bcc.f22.spec
 #COPY SPECS/bcc.f22.spec SPECS/
 
 RUN rpmbuild --define "_topdir `pwd`" -ba SPECS/bcc.f22.spec
index a075700..d7ec99c 100644 (file)
@@ -7,7 +7,7 @@
 %define pythonver 2.7.10
 
 Name:           bcc
-Version:        0.1.6
+Version:        0.1.7
 Release:        1%{?dist}
 Summary:        BPF Compiler Collection (BCC)
 
index 055e0f7..091d0aa 100644 (file)
@@ -2,7 +2,7 @@
 %define llvmver 3.7.0
 
 Name:           bcc
-Version:        0.1.6
+Version:        0.1.7
 Release:        1%{?dist}
 Summary:        BPF Compiler Collection (BCC)
 
index 055e0f7..091d0aa 100644 (file)
@@ -2,7 +2,7 @@
 %define llvmver 3.7.0
 
 Name:           bcc
-Version:        0.1.6
+Version:        0.1.7
 Release:        1%{?dist}
 Summary:        BPF Compiler Collection (BCC)
 
index 467d3c4..3ef4f65 100644 (file)
@@ -1,3 +1,10 @@
+bcc (0.1.7-1) unstable; urgency=low
+
+  * Tracing features and bugfixes
+  * Built against LLVM 3.8 HEAD
+
+ -- Brenden Blanco <bblanco@plumgrid.com>  Mon, 12 Oct 2015 16:47:09 +0000
+
 bcc (0.1.6-1) unstable; urgency=low
 
   * Stability fixes
index 1c849fb..b33b1f8 100755 (executable)
@@ -14,7 +14,7 @@ trap cleanup EXIT
 mkdir $TMP/bcc
 cp -a * $TMP/bcc
 pushd $TMP
-tar zcf bcc_0.1.6.orig.tar.gz bcc/
+tar zcf bcc_0.1.7.orig.tar.gz bcc/
 cd bcc
 DEB_BUILD_OPTIONS="nocheck parallel=${PARALLEL}" debuild -us -uc
 popd