Hello community, here is the log from the commit of package grep for openSUSE:Factory checked in at 2014-02-20 18:12:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grep (Old) and /work/SRC/openSUSE:Factory/.grep.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grep" Changes: -------- --- /work/SRC/openSUSE:Factory/grep/grep.changes 2014-01-07 06:53:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.grep.new/grep.changes 2014-02-20 18:12:25.000000000 +0100 @@ -1,0 +2,12 @@ +Wed Feb 19 10:32:43 UTC 2014 - [email protected] + +- update to 2.17 + * grep -i in a multibyte locale is now typically 10 times faster + for patterns that do not contain \ or [ + * grep (without -i) in a multibyte locale is now up to 7 times faster + when processing many matched lines + * grep's --mmap option was disabled in March of 2010, and began to + elicit a warning in January of 2012. Now it is completely gone. +- Reformat spec file using hints from spec-cleaner + +------------------------------------------------------------------- Old: ---- grep-2.16.tar.xz grep-2.16.tar.xz.sig New: ---- grep-2.17.tar.xz grep-2.17.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grep.spec ++++++ --- /var/tmp/diff_new_pack.Sk55hR/_old 2014-02-20 18:12:26.000000000 +0100 +++ /var/tmp/diff_new_pack.Sk55hR/_new 2014-02-20 18:12:26.000000000 +0100 @@ -17,23 +17,25 @@ Name: grep -BuildRequires: makeinfo -BuildRequires: pcre-devel -BuildRequires: xz -%if 0%{?suse_version} < 1120 -BuildRequires: pcre -%endif -Url: http://www.gnu.org/software/grep/ -Provides: base:/usr/bin/grep -PreReq: %{install_info_prereq} -Version: 2.16 +Version: 2.17 Release: 0 Summary: Print lines matching a pattern License: GPL-3.0+ Group: Productivity/Text/Utilities +Url: http://www.gnu.org/software/grep/ Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz Source2: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig Source3: http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=grep&download=1#/%{name}.keyring + +BuildRequires: makeinfo +BuildRequires: pcre-devel +BuildRequires: xz +%if 0%{?suse_version} < 1120 +BuildRequires: pcre +%endif + +Provides: base:/usr/bin/grep +Requires(pre): %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -49,7 +51,7 @@ %build %ifarch ppc ppc64 -export CFLAGS="$RPM_OPT_FLAGS -mlong-double-64" +export CFLAGS="%{optflags} -mlong-double-64" %endif %if 0%{?suse_version} < 1120 %configure -C --bindir=/bin --disable-silent-rules @@ -58,15 +60,15 @@ %else %configure --disable-silent-rules --without-included-regex %endif -%{__make} %{?_smp_mflags} +make %{?_smp_mflags} %check -make check VERBOSE=1 +make check VERBOSE=1 %{?_smp_mflags} %install -%makeinstall +make DESTDIR=%{buildroot} install %{?_smp_mflags} %if 0%{?suse_version} < 1120 -install -d %{buildroot}/usr/bin +install -d %{buildroot}%{_bindir} ln -sf ../../bin/egrep %{buildroot}%{_bindir}/egrep ln -sf ../../bin/fgrep %{buildroot}%{_bindir}/fgrep ln -sf ../../bin/grep %{buildroot}%{_bindir}/grep @@ -78,7 +80,7 @@ ln -sf %{_bindir}/grep %{buildroot}/bin/grep #EndUsrMerge %endif -%find_lang %name +%find_lang %{name} %post %install_info --info-dir=%{_infodir} %{_infodir}/grep.info.gz @@ -86,7 +88,7 @@ %postun %install_info_delete --info-dir=%{_infodir} %{_infodir}/grep.info.gz -%files -f %name.lang +%files -f %{name}.lang %defattr(-,root,root) %doc README AUTHORS NEWS THANKS TODO COPYING ChangeLog* %if 0%{?suse_version} < 1120 ++++++ grep-2.16.tar.xz -> grep-2.17.tar.xz ++++++ ++++ 19948 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
