diff --git a/bash.changes b/bash.changes
index 5a8d8a6..b5797d6 100644
--- a/bash.changes
+++ b/bash.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Tue Mar 6 23:27:48 CET 2007 - rguenther@suse.de
+
+- Fix order of changelog entries. Remove duplicate entry.
+
-------------------------------------------------------------------
Wed Feb 28 13:25:29 CET 2007 - werner@suse.de
@@ -211,17 +216,17 @@ Thu Nov 25 15:29:10 CET 2004 - werner@suse.de
- Fix a crash on internal arrays if unset during execution of
functions and files (bug #48511)
--------------------------------------------------------------------
-Fri Nov 19 16:31:21 CET 2004 - werner@suse.de
-
-- Fix the evalexp fix (bug #48253)
-
-------------------------------------------------------------------
Sun Nov 21 03:37:08 CET 2004 - schwab@suse.de
- Add patches from and
.
+-------------------------------------------------------------------
+Fri Nov 19 16:31:21 CET 2004 - werner@suse.de
+
+- Fix the evalexp fix (bug #48253)
+
-------------------------------------------------------------------
Mon Oct 25 17:31:46 CEST 2004 - werner@suse.de
@@ -824,13 +829,13 @@ Wed Jun 17 17:21:39 MEST 1998 - ro@suse.de
- changed general.h: !defined (gid_t)
-----------------------------------------------------------------------------
+-------------------------------------------------------------------
Mon Oct 27 12:55:07 MET 1997 - florian@suse.de
- do not include old compatible-only safestring() in libreadline.a
-----------------------------------------------------------------------------
+-------------------------------------------------------------------
Thu Oct 9 19:08:47 MEST 1997 - florian@suse.de
@@ -841,7 +846,7 @@ Thu Oct 9 19:08:47 MEST 1997 - florian@suse.de
- fix missing things in spec-file
-----------------------------------------------------------------------------
+-------------------------------------------------------------------
Thu Aug 14 15:53:29 MEST 1997 - florian@suse.de
@@ -849,14 +854,14 @@ Thu Aug 14 15:53:29 MEST 1997 - florian@suse.de
of LC_ALL
-----------------------------------------------------------------------------
+-------------------------------------------------------------------
Sat Jul 5 10:08:27 MEST 1997 - florian@suse.de
- add another bugfix from gnu.utils.bugs
-----------------------------------------------------------------------------
+-------------------------------------------------------------------
Mon Jun 23 23:04:57 MEST 1997 - florian@suse.de
@@ -865,16 +870,7 @@ Mon Jun 23 23:04:57 MEST 1997 - florian@suse.de
- add minor bugfix to check for new email
-----------------------------------------------------------------------------
-Thu Jun 5 11:08:05 MEST 1997 - florian@suse.de
-
-
-- update to bash 2.01 and readline 2.1
-
-- add more documentation files in /usr/doc
-
-
-----------------------------------------------------------------------------
+-------------------------------------------------------------------
Thu Jun 5 11:08:05 MEST 1997 - florian@suse.de
@@ -884,26 +880,25 @@ Thu Jun 5 11:08:05 MEST 1997 - florian@suse.de
-----------------------------------------------------------------------------
+-------------------------------------------------------------------
Tue Apr 22 15:16:57 CEST 1997 - bs@suse.de
- added FAQ and bashref.html to /usr/doc/packages/bash
-----------------------------------------------------------------------------
+-------------------------------------------------------------------
Sun Apr 13 23:04:29 MEST 1997 - florian@suse.de
- update to bash 2.0 with lots of patches from gnu.utils.bugs
--------------------------------------------------------------------------
Mon Sep 2 02:48:35 MET DST 1996
new version with security patches
--------------------------------------------------------------------------
+-------------------------------------------------------------------
Fri Aug 23 16:13:49 MET DST 1996 - florian@suse.de
security fix included (0xff was command separator)
diff --git a/bash.spec b/bash.spec
index e3a56e8..99df746 100644
--- a/bash.spec
+++ b/bash.spec
@@ -16,7 +16,7 @@ Group: System/Shells
Requires: readline >= 5.2
Autoreqprov: on
Version: 3.2
-Release: 12
+Release: 13
%define bash_vers 3.2
%define rl_vers 5.2
Summary: The GNU Bourne-Again Shell
@@ -65,7 +65,7 @@ Summary: The Readline Library
Group: System/Libraries
Provides: bash:/lib/libreadline.so.5
Version: 5.2
-Release: 12
+Release: 13
Autoreqprov: on
%description -n readline
@@ -85,7 +85,7 @@ Summary: Include Files and Libraries mandatory for Development.
Group: Development/Libraries/C and C++
Provides: bash:/usr/lib/libreadline.a
Version: 5.2
-Release: 12
+Release: 13
Requires: readline = %{version}-%{release}, %{_libdir}/libncurses.so
Autoreqprov: on
@@ -328,6 +328,8 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man3/readline.3.gz
%changelog
+* Tue Mar 06 2007 - rguenther@suse.de
+- Fix order of changelog entries. Remove duplicate entry.
* Wed Feb 28 2007 - werner@suse.de
- Don't access buffer but resulting pointer for array element names
to avoid the not initialized area of the buffer. This also fixes
@@ -740,8 +742,6 @@ rm -rf $RPM_BUILD_ROOT
- create the history file with 0600 perms
- add minor bugfix to check for new email
* Thu Jun 05 1997 - florian@suse.de
-- update to bash 2.01 and readline 2.1
-- add more documentation files in /usr/doc
- bash: check for NULL-pointer before calling "savestring()"
- add bashref.info and newer FAQ
* Tue Apr 22 1997 - bs@suse.de