diff --git a/sed.changes b/sed.changes index 4f32213..a818b35 100644 --- a/sed.changes +++ b/sed.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Dec 2 13:16:18 UTC 2011 - cfarrell@suse.com + +- license update: GPL-3.0+ + There are no "GPL-3.0 only" licenses in sed + +------------------------------------------------------------------- +Wed Nov 30 14:23:45 UTC 2011 - coolo@suse.com + +- add automake as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Fri Aug 13 11:10:53 CEST 2010 - dimstar@opensuse.org diff --git a/sed.spec b/sed.spec index dca9c07..ae06394 100644 --- a/sed.spec +++ b/sed.spec @@ -1,7 +1,7 @@ # -# spec file for package sed (Version 4.2.1) +# spec file for package sed # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -15,12 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: sed Version: 4.2.1 -Release: 1 -License: GPLv3 +Release: 0 +License: GPL-3.0+ Summary: A Stream-Oriented Non-Interactive Text Editor Url: http://www.gnu.org/directory/sed.html Group: System/Base @@ -28,6 +26,7 @@ Source: %name-%version.tar.bz2 PreReq: %install_info_prereq Provides: base:/bin/sed BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: automake %description Sed takes text input, performs one or more operations on it, and