OBS User unknown 2009-06-18 15:51:22 +00:00 committed by Git OBS Bridge
parent 27e6c02694
commit d346c0b2b5

View File

@ -1,10 +1,17 @@
# #
# spec file for package sed (Version 4.1.5) # spec file for package sed (Version 4.1.5)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# #
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -14,7 +21,7 @@
Name: sed Name: sed
Url: http://www.gnu.org/directory/sed.html Url: http://www.gnu.org/directory/sed.html
Version: 4.1.5 Version: 4.1.5
Release: 85 Release: 128
License: GPL v2 or later License: GPL v2 or later
Group: System/Base Group: System/Base
Summary: A Stream-Oriented Non-Interactive Text Editor Summary: A Stream-Oriented Non-Interactive Text Editor
@ -210,7 +217,7 @@ rm -f $RPM_BUILD_ROOT/usr/share/doc/sed.html $RPM_BUILD_ROOT/usr/share/doc/sed-4
separately up to now). separately up to now).
* Fri Sep 17 2004 uli@suse.de * Fri Sep 17 2004 uli@suse.de
- fixed segfault (bug #45491) - fixed segfault (bug #45491)
* Mon Aug 23 2004 mmj@suse.de * Sun Aug 22 2004 mmj@suse.de
- Update to sed-4.1.2 including: - Update to sed-4.1.2 including:
o fix bug in 'y' command in multi-byte character sets o fix bug in 'y' command in multi-byte character sets
o fix severe bug in parsing of ranges with an embedded open bracket o fix severe bug in parsing of ranges with an embedded open bracket
@ -219,7 +226,7 @@ rm -f $RPM_BUILD_ROOT/usr/share/doc/sed.html $RPM_BUILD_ROOT/usr/share/doc/sed-4
- Update to 4.1.1 including the initialization fix of output_fd - Update to 4.1.1 including the initialization fix of output_fd
* Wed Jun 23 2004 ro@suse.de * Wed Jun 23 2004 ro@suse.de
- do initialize output_fd before use - do initialize output_fd before use
* Thu Jun 17 2004 mmj@suse.de * Wed Jun 16 2004 mmj@suse.de
- Update to 4.1 including: - Update to 4.1 including:
o // matches the last regular expression even in o // matches the last regular expression even in
POSIXLY_CORRECT mode. POSIXLY_CORRECT mode.