Hello community,

here is the log from the commit of package make for openSUSE:Factory checked in 
at 2016-07-03 12:17:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/make (Old)
 and      /work/SRC/openSUSE:Factory/.make.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "make"

Changes:
--------
--- /work/SRC/openSUSE:Factory/make/make.changes        2016-06-07 
23:42:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.make.new/make.changes   2016-07-03 
12:17:19.000000000 +0200
@@ -1,0 +2,11 @@
+Sun Jun 12 09:13:27 UTC 2016 - [email protected]
+
+- Update to version 4.2.1:
+  * bug-fix release
+- Drop upstream patches:
+  * 0001-SV-47995-Ensure-forced-double-colon-rules-work-with-.patch
+  * 0002-main.c-main-SV-48009-Reset-stack-limit-for-make-re-e.patch
+- Small spec file cleanup
+  * man and info pages are implicitly marked as documentation
+
+-------------------------------------------------------------------

Old:
----
  0001-SV-47995-Ensure-forced-double-colon-rules-work-with-.patch
  0002-main.c-main-SV-48009-Reset-stack-limit-for-make-re-e.patch
  make-4.2.tar.bz2
  make-4.2.tar.bz2.sig

New:
----
  make-4.2.1.tar.bz2
  make-4.2.1.tar.bz2.sig

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

Other differences:
------------------
++++++ make.spec ++++++
--- /var/tmp/diff_new_pack.o7J0mb/_old  2016-07-03 12:17:20.000000000 +0200
+++ /var/tmp/diff_new_pack.o7J0mb/_new  2016-07-03 12:17:20.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           make
-Version:        4.2
+Version:        4.2.1
 Release:        0
 Summary:        GNU make
 License:        GPL-2.0+
@@ -29,8 +29,6 @@
 Source2:        %{name}.keyring
 Patch1:         make-testcases_timeout.diff
 Patch64:        make-library-search-path.diff
-Patch2:         0001-SV-47995-Ensure-forced-double-colon-rules-work-with-.patch
-Patch3:         0002-main.c-main-SV-48009-Reset-stack-limit-for-make-re-e.patch
 Requires(post): %{install_info_prereq}
 Requires(preun): %{install_info_prereq}
 Recommends:     %{name}-lang
@@ -48,8 +46,6 @@
 if [ %{_lib} == lib64 ]; then
 %patch64 -p1
 fi
-%patch2 -p1
-%patch3 -p1
 # This test always fails
 rm -f tests/scripts/features/output-sync
 
@@ -59,10 +55,10 @@
 make %{?_smp_mflags}
 
 %check
-make check
+make %{?_smp_mflags} check
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 ln -s make %{buildroot}%{_bindir}/gmake
 %find_lang %{name}
 # gnumake.h was introduced in 4.0, looks useless
@@ -72,17 +68,17 @@
 %defattr(-,root,root)
 %{_bindir}/make
 %{_bindir}/gmake
-%doc %{_infodir}/make.info-*.gz
-%doc %{_infodir}/make.info.gz
-%doc %{_mandir}/man1/make.1.gz
+%{_infodir}/make.info-*%{ext_info}
+%{_infodir}/make.info%{ext_info}
+%{_mandir}/man1/make.1%{ext_man}
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)
 
 %post
-%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
 
 %preun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
 
 %changelog

++++++ make-4.2.tar.bz2 -> make-4.2.1.tar.bz2 ++++++
++++ 12840 lines of diff (skipped)



Reply via email to