[dwgrep] Rebase to 0.2

Petr Machata pmachata at fedoraproject.org
Mon Mar 2 10:14:34 UTC 2015


commit c36bff98e4867c88d2b1cc9ab008a22c0c7fbd23
Author: Petr Machata <pmachata at redhat.com>
Date:   Mon Mar 2 11:14:22 2015 +0100

    Rebase to 0.2

 .gitignore                      |  2 ++
 dwgrep-0.1-mpz_class-ctor.patch | 45 -----------------------------------------
 dwgrep.spec                     | 10 +++++----
 sources                         |  2 +-
 4 files changed, 9 insertions(+), 50 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2755d7a..7762ce0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
+dwgrep-*/
 /dwgrep-0.1.tar.gz
+/dwgrep-0.2.tar.gz
diff --git a/dwgrep.spec b/dwgrep.spec
index 05192b5..6e207f2 100644
--- a/dwgrep.spec
+++ b/dwgrep.spec
@@ -1,15 +1,14 @@
 %global htmldocdir %{_docdir}/dwgrep/html
 
 Name:           dwgrep
-Version:        0.1
-Release:        6%{?dist}
+Version:        0.2
+Release:        1%{?dist}
 Summary:        A tool for querying Dwarf (debuginfo) graphs
 Group:          Development/Tools
 
 License:        GPLv3+ and (GPLv2+ or LGPLv3+)
 URL:            http://pmachata.github.io/dwgrep/index.html
 Source0:        https://github.com/pmachata/dwgrep/archive/%{version}/dwgrep-%{version}.tar.gz
-Patch0:         dwgrep-0.1-mpz_class-ctor.patch
 
 BuildRequires:  bison
 BuildRequires:  cmake
@@ -75,7 +74,6 @@ Boost web page (http://pmachata.github.io/dwgrep/).
 
 %prep
 %setup -q -n dwgrep-%{version}
-%patch0 -p1
 
 
 %build
@@ -135,6 +133,10 @@ popd
 
 
 %changelog
+* Sat Feb 28 2015 Petr Machata <pmachata at redhat.com> - 0.2-1
+- Rebase to 0.2
+- Drop dwgrep-0.1-mpz_class-ctor.patch
+
 * Wed Jan  7 2015 Petr Machata <pmachata at redhat.com> - 0.1-6
 - Fix compilation on s390 (31-bit)
 
diff --git a/sources b/sources
index 1c67ffb..c3763cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc829ed3b95bede6fbef953999e280ac  dwgrep-0.1.tar.gz
+6f84c128f0790c479c33bc82c31c9ac9  dwgrep-0.2.tar.gz


More information about the scm-commits mailing list