diff --git a/sed.spec b/sed.spec index 9d9c5ee..041d09a 100644 --- a/sed.spec +++ b/sed.spec @@ -1,10 +1,17 @@ # # spec file for package sed (Version 4.1.5) # -# Copyright (c) 2008 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. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # +# 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/ # @@ -14,7 +21,7 @@ Name: sed Url: http://www.gnu.org/directory/sed.html Version: 4.1.5 -Release: 85 +Release: 128 License: GPL v2 or later Group: System/Base 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). * Fri Sep 17 2004 uli@suse.de - 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: o fix bug in 'y' command in multi-byte character sets 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 * Wed Jun 23 2004 ro@suse.de - 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: o // matches the last regular expression even in POSIXLY_CORRECT mode.