diff --git a/grep.changes b/grep.changes index 2c4dcf6..6b699e2 100644 --- a/grep.changes +++ b/grep.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Dec 2 10:13:19 UTC 2011 - cfarrell@suse.com + +- license update: GPL-3.0+ + There are no GPL-3.0 files in the package. + +------------------------------------------------------------------- +Thu Dec 1 15:48:03 UTC 2011 - coolo@suse.com + +- add automake as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Sat Oct 29 14:09:48 UTC 2011 - meissner@suse.com diff --git a/grep.spec b/grep.spec index 280e79e..7ee55e0 100644 --- a/grep.spec +++ b/grep.spec @@ -15,21 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: grep +BuildRequires: automake BuildRequires: pcre-devel %if 0%{?suse_version} < 1120 BuildRequires: pcre %endif Url: http://www.gnu.org/software/grep/ -License: GPLv3 +License: GPL-3.0+ Group: Productivity/Text/Utilities Provides: base:/usr/bin/grep -AutoReqProv: on PreReq: %{install_info_prereq} Version: 2.9 -Release: 1 +Release: 0 Summary: Print lines matching a pattern Source: grep-%{version}.tar.bz2 Patch0: fix-testsuite.diff