Hello community,

here is the log from the commit of package grep for openSUSE:Factory checked in 
at 2020-12-07 14:59:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grep (Old)
 and      /work/SRC/openSUSE:Factory/.grep.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grep"

Mon Dec  7 14:59:52 2020 rev:77 rq:852358 version:3.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/grep/grep.changes        2020-11-26 
23:10:23.180887967 +0100
+++ /work/SRC/openSUSE:Factory/.grep.new.5913/grep.changes      2020-12-07 
14:59:53.676684329 +0100
@@ -1,0 +2,6 @@
+Sat Nov 28 09:48:12 UTC 2020 - Andreas Stieger <[email protected]>
+
+- remove deprecated texinfo macros
+- silence egrep,fgrep packaging warnings
+
+-------------------------------------------------------------------

New:
----
  grep-rpmlintrc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ grep.spec ++++++
--- /var/tmp/diff_new_pack.WS3eih/_old  2020-12-07 14:59:54.376685062 +0100
+++ /var/tmp/diff_new_pack.WS3eih/_new  2020-12-07 14:59:54.380685066 +0100
@@ -27,12 +27,11 @@
 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
 Source4:        profile.sh
+Source5:        %{name}-rpmlintrc
 Patch0:         werror-return-type.patch
 BuildRequires:  fdupes
 BuildRequires:  makeinfo
 BuildRequires:  pcre-devel
-Requires(pre):  %{install_info_prereq}
-Requires(preun): %{install_info_prereq}
 Provides:       base:%{_bindir}/grep
 
 %description
@@ -42,8 +41,7 @@
 %lang_package
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 %configure \
@@ -51,16 +49,16 @@
   --without-included-regex \
   %{nil}
 %if 0%{?do_profiling}
-  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}"
+  %make_build CFLAGS="%{optflags} %{cflags_profile_generate}"
   sh %{SOURCE4} # profiling run
-  make clean
-  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}"
+  %make_build clean
+  %make_build CFLAGS="%{optflags} %{cflags_profile_feedback}"
 %else
-  make %{?_smp_mflags} CFLAGS="%{optflags}"
+  %make_build
 %endif
 
 %check
-make %{?_smp_mflags} check
+%make_build check
 
 %install
 %make_install
@@ -73,14 +71,7 @@
 %fdupes -s %{buildroot}
 %find_lang %{name}
 
-%post
-%install_info --info-dir=%{_infodir} %{_infodir}/grep.info%{ext_info}
-
-%preun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/grep.info%{ext_info}
-
 %files
-%defattr(-,root,root)
 %license COPYING
 %doc README AUTHORS NEWS THANKS TODO ChangeLog*
 %if !0%{?usrmerged}
@@ -91,12 +82,11 @@
 %{_bindir}/egrep
 %{_bindir}/fgrep
 %{_bindir}/grep
-%{_mandir}/man1/egrep.1%{ext_man}
-%{_mandir}/man1/fgrep.1%{ext_man}
-%{_mandir}/man1/grep.1%{ext_man}
-%{_infodir}/grep.info%{ext_info}
+%{_mandir}/man1/egrep.1%{?ext_man}
+%{_mandir}/man1/fgrep.1%{?ext_man}
+%{_mandir}/man1/grep.1%{?ext_man}
+%{_infodir}/grep.info%{?ext_info}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog


++++++ grep-rpmlintrc ++++++
# the package itself still contains the compatibility links
addFilter("grep.* deprecated-grep .*[ef]grep")
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to