[bashdb/f15/master] Updated to 4.2-0.6

Paulo Roma Cavalcanti roma at fedoraproject.org
Sun Mar 6 11:50:26 UTC 2011


commit eeaeaa96476c4d8a6f2169f41c625dcbe0ab62e6
Author: Paulo Roma Cavalcanti <promac at gmail.com>
Date:   Sun Mar 6 08:50:03 2011 -0300

    Updated to 4.2-0.6

 .gitignore  |    1 +
 bashdb.spec |   44 +++++++++++---------------------------------
 sources     |    2 +-
 3 files changed, 13 insertions(+), 34 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d46c4d6..caadc93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 bashdb-4.1-0.4.tar.bz2
+/bashdb-4.2-0.6.tar.bz2
diff --git a/bashdb.spec b/bashdb.spec
index dc9092a..f9dad69 100644
--- a/bashdb.spec
+++ b/bashdb.spec
@@ -1,20 +1,21 @@
 %bcond_with tests
-%define rversion 4.1-0.4
+%define rversion 4.2-0.6
 
 Name:           bashdb
 Summary:        BASH debugger, the BASH symbolic debugger
-Version:        4.1_0.4
-Release:        2%{?dist}
+Version:        4.2_0.6
+Release:        1%{?dist}
 License:        GPLv2+
 Group:          Development/Debuggers
 Url:            http://bashdb.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{rversion}.tar.bz2
 Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  bash >= 4.1
+BuildRequires:  bash >= 4.2
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
-Requires:       bash >= 4.1
+Requires:       bash >= 4.2
 BuildArch:      noarch
+Obsoletes:      emacs-bashdb, emacs-bashdb-el
 
 %description
 The Bash Debugger Project is a source-code debugger for bash,
@@ -28,29 +29,11 @@ what is going on “inside” a bash script, while it executes:
 The 4.0 series is a complete rewrite of the previous series.
 Bashdb can be used with ddd: ddd --debugger %{_bindir}/%{name} <script-name>.
 
-%package -n emacs-bashdb
-Summary:        Bashdb support for Emacs
-Group:          Development/Debuggers
-BuildRequires:  emacs >= 21
-Requires:       bashdb = %{version}-%{release}
-Requires:       emacs >= %{_emacs_version}
-
-%description -n emacs-bashdb
-Bashdb support for Emacs.
-
-%package -n emacs-bashdb-el
-Summary:        Elisp source files for Bashdb support for Emacs
-Group:          Development/Debuggers
-Requires:       emacs-bashdb = %{version}-%{release}
-
-%description -n emacs-bashdb-el
-Elisp source files for Bashdb support for Emacs.
-
 %prep
 %setup -q -n %{name}-%{rversion}
 
 %build
-%configure --with-lispdir=%{_emacs_sitelispdir}/%{name}
+%configure
 make
 
 %install
@@ -74,15 +57,6 @@ fi
 %clean
 rm -rf %{buildroot}
 
-%files -n emacs-bashdb
-%defattr(-,root,root,-)
-%dir %{_emacs_sitelispdir}/%{name}
-%{_emacs_sitelispdir}/%{name}/*.elc
-
-%files -n emacs-bashdb-el
-%defattr(-,root,root,-)
-%{_emacs_sitelispdir}/%{name}/*.el
-
 %files
 %defattr(-,root,root,-)
 %doc doc/*.html AUTHORS ChangeLog COPYING INSTALL NEWS README THANKS TODO
@@ -92,6 +66,10 @@ rm -rf %{buildroot}
 %{_infodir}/%{name}.info*
 
 %changelog
+* Sun Mar 06 2011 Paulo Roma <roma at lcg.ufrj.br> 4.2_0.6-1
+- Updated to 4.2-0.6
+- Emacs lisp code has been removed upstream.
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1_0.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index ad901a7..936f791 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d2f9005077d1e8b99e9fd69c72938926  bashdb-4.1-0.4.tar.bz2
+2ae12a973f75921b92d55356ec8e38c8  bashdb-4.2-0.6.tar.bz2


More information about the scm-commits mailing list