[btparser/f19] New upstream release

Jakub Filak jfilak at fedoraproject.org
Thu May 16 11:07:59 UTC 2013


commit 67fc96985297539e46446edd10091b3f1d3f943f
Author: Jakub Filak <jfilak at redhat.com>
Date:   Thu May 16 11:08:00 2013 +0200

    New upstream release

 .gitignore                          |    1 +
 btparser-0.25-build-fixes.patch     |  335 -----------------------------------
 btparser-0.25-strict-aliasing.patch |   69 -------
 btparser.spec                       |   12 +-
 sources                             |    2 +-
 5 files changed, 7 insertions(+), 412 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3c28636..0f11c88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /btparser-0.23.tar.xz
 /btparser-0.24.tar.xz
 /btparser-0.25.tar.xz
+/btparser-0.26.tar.xz
diff --git a/btparser.spec b/btparser.spec
index d5674ca..cc516a8 100644
--- a/btparser.spec
+++ b/btparser.spec
@@ -1,16 +1,13 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name: btparser
-Version: 0.25
-Release: 3%{?dist}
+Version: 0.26
+Release: 1%{?dist}
 Summary: Parser and analyzer for backtraces produced by GDB
 Group: Development/Libraries
 License: GPLv2+
 URL: http://fedorahosted.org/btparser
 Source0: https://fedorahosted.org/released/btparser/btparser-%{version}.tar.xz
-# remove after packaging version > 0.25
-Patch0: btparser-0.25-strict-aliasing.patch
-Patch1: btparser-0.25-build-fixes.patch
 BuildRequires: autoconf
 BuildRequires: glib2-devel >= 2.21
 %if 0%{?suse_version}
@@ -64,8 +61,6 @@ Python bindings for %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %configure --disable-static
@@ -99,6 +94,9 @@ make check
 %{python_sitearch}/%{name}/*
 
 %changelog
+* Wed May 15 2013 Jakup Filak <jfilak at redhat.com> - 0.26-1
+- New upstream release
+
 * Tue Mar 12 2013 Martin Milata <mmilata at redhat.com> - 0.25-3
 - Build fixes
 
diff --git a/sources b/sources
index d4068ca..a26f7f9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7fcf3f97dd6df827151638a41855c5bb  btparser-0.25.tar.xz
+5a3d8ab1fb3c145f78ff18541d73f248  btparser-0.26.tar.xz


More information about the scm-commits mailing list