Hello community, here is the log from the commit of package grep for openSUSE:Factory checked in at 2017-06-08 16:09:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grep (Old) and /work/SRC/openSUSE:Factory/.grep.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grep" Thu Jun 8 16:09:38 2017 rev:64 rq:501206 version:3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/grep/grep.changes 2017-03-05 17:47:44.741887972 +0100 +++ /work/SRC/openSUSE:Factory/.grep.new/grep.changes 2017-06-08 16:09:42.142111010 +0200 @@ -1,0 +2,7 @@ +Thu Jun 1 19:23:26 UTC 2017 - [email protected] + +- Use https url's +- Drop no longer needed explicit pie +- Enable profiled build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grep.spec ++++++ --- /var/tmp/diff_new_pack.toUMoU/_old 2017-06-08 16:09:42.894004914 +0200 +++ /var/tmp/diff_new_pack.toUMoU/_new 2017-06-08 16:09:42.894004914 +0200 @@ -22,10 +22,10 @@ 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 +Url: https://www.gnu.org/software/grep/ +Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz +Source2: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig +Source3: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=grep&download=1#/%{name}.keyring BuildRequires: fdupes BuildRequires: makeinfo BuildRequires: pcre-devel @@ -44,13 +44,20 @@ %setup -q %build -%global optflags %{optflags} -fPIE -export LDFLAGS="-pie" -%configure --disable-silent-rules --without-included-regex -make %{?_smp_mflags} +%configure \ + --disable-silent-rules \ + --without-included-regex +%if %{do_profiling} + make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" + make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" check + make clean + make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}" +%else + make %{?_smp_mflags} CFLAGS="%{optflags}" +%endif %check -make check VERBOSE=1 %{?_smp_mflags} +make %{?_smp_mflags} check %install %make_install
