Hello community,

here is the log from the commit of package make for openSUSE:Factory checked in 
at 2014-01-17 11:04:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2013-10-01 
08:17:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.make.new/make.changes   2014-01-23 
15:49:22.000000000 +0100
@@ -1,0 +2,60 @@
+Thu Nov 21 12:51:32 UTC 2013 - sweet_...@gmx.de
+
+- Update to 4.0
+  * see details in NEWS and ChangeLog files 
+  * Bugfixes, a complete list of bugs fixed in this version is
+    available here
+    
http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=101&set=custom
+  * WARNING: Backward-incompatibility! backslash/newline handling
+  * New feature: GNU Guile integration
+  * New command line option: --output-sync (-O) enables grouping of
+    output by target or by recursive make.
+  * New command line option: --trace enables tracing of targets.
+  * New command line option argument: --debug now accepts a "n"
+    (none) flag which disables all debugging settings that are
+    currently enabled.
+  * New feature: The "job server" capability is now supported on
+    Windows.
+  * New feature: The .ONESHELL capability is now supported on
+    Windows.
+  * New feature: "!=" shell assignment operator as an alternative
+    to the $(shell ...) function.  Implemented for compatibility
+    with BSD makefiles.
+  * New feature: "::=" simple assignment operator as defined by
+    POSIX in 2012.
+  * New feature: Loadable objects
+  * New function: $(file ...) writes to a file.
+  * New variable: $(GNUMAKEFLAGS) will be parsed for make flags,
+    just like MAKEFLAGS is.  It can be set in the environment or
+    the makefile, containing GNU make-specific flags to allow your
+    makefile to be portable to other versions of make.
+  * New variable: `MAKE_HOST' gives the name of the host
+    architecture make was compiled for.
+  * Behavior of MAKEFLAGS and MFLAGS is more rigorously defined.
+  * Setting the -r and -R options in MAKEFLAGS inside a makefile
+    now works as expected, removing all built-in rules and
+    variables, respectively.
+  * If a recipe fails, the makefile name and linenumber of the
+    recipe are shown.
+  * A .RECIPEPREFIX setting is remembered per-recipe and variables
+    expanded in that recipe also use that recipe prefix setting.
+  * In -p output, .RECIPEPREFIX settings are shown and all
+    target-specific variables are output as if in a makefile,
+    instead of as comments.
+  * On MS-Windows, recipes that use ".." quoting will no longer force
+    invocation of commands via temporary batch files.
+- Removed following patches, applied by upstream or fixed otherwise
+  * make-disable-broken-tests.diff
+  * make-savannah-bug30723-expand_makeflags_before_reexec.diff
+  * make-savannah-bug30612-handling_of_archives.diff
+  * make-fix_whitespace_tokenization.diff
+  * make-glob-faster.patch
+  * make-parallel-build.patch
+  * bug-841457_make-savannah-bug30612-handling_of_archives-part2.txt
+  * config-guess-update.diff
+- remove make-arglength.patch which was rejected by upstream. It
+  was just a dirty hack to build a broken libwebkit version
+- remove make-slowdown-parallelism.diff, haven't seen any timing
+  problems of the test-suite anymore
+
+-------------------------------------------------------------------

Old:
----
  bug-841457_make-savannah-bug30612-handling_of_archives-part2.txt
  config-guess-update.diff
  make-3.82.tar.bz2
  make-3.82.tar.bz2.sig
  make-arglength.patch
  make-disable-broken-tests.diff
  make-fix_whitespace_tokenization.diff
  make-glob-faster.patch
  make-parallel-build.patch
  make-savannah-bug30612-handling_of_archives.diff
  make-savannah-bug30723-expand_makeflags_before_reexec.diff
  make-slowdown-parallelism.diff

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

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

Other differences:
------------------
++++++ make.spec ++++++
--- /var/tmp/diff_new_pack.uWasDF/_old  2014-01-23 15:49:23.000000000 +0100
+++ /var/tmp/diff_new_pack.uWasDF/_new  2014-01-23 15:49:23.000000000 +0100
@@ -20,7 +20,7 @@
 Url:            http://www.gnu.org/software/make/make.html
 Provides:       gmake
 PreReq:         %install_info_prereq
-Version:        3.82
+Version:        4.0
 Release:        0
 Summary:        GNU make
 License:        GPL-2.0+
@@ -29,20 +29,7 @@
 Source1:        http://ftp.gnu.org/gnu/make/make-%version.tar.bz2.sig
 # keyring downloaded from 
http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=make
 Source2:        %name.keyring
-Patch2:         make-slowdown-parallelism.diff
-Patch3:         make-disable-broken-tests.diff
-Patch4:         make-savannah-bug30723-expand_makeflags_before_reexec.diff
-Patch5:         make-savannah-bug30612-handling_of_archives.diff
-Patch6:         make-fix_whitespace_tokenization.diff
-Patch7:         make-glob-faster.patch
-# PATCH-FIX-UPSTREAM make-arglength.patch dims...@opensuse.org -- 
http://article.gmane.org/gmane.comp.gnu.make.bugs/4219
-Patch8:         make-arglength.patch
-# PATCH-FIX-UPSTREAM make-parallel-build.patch dmis...@opensuse.org -- 
http://savannah.gnu.org/bugs/?30653 
-Patch9:         make-parallel-build.patch
-# PATCH-FIX-UPSTREAM 
bug-841457_make-savannah-bug30612-handling_of_archives-part2.txt 
meiss...@suse.com -- https://bugzilla.novell.com/show_bug.cgi?id=841457
-Patch10:        
bug-841457_make-savannah-bug30612-handling_of_archives-part2.txt
 Patch64:        make-library-search-path.diff
-Patch65:        config-guess-update.diff
 #BuildRequires:  gpg-offline
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -51,19 +38,9 @@
 
 %prep
 %setup -q
-%patch2
-%patch3 -p1
-%patch4
-%patch5
-%patch6 -p1
-%patch7 -p0
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
 if [ %_lib == lib64 ]; then
 %patch64
 fi
-%patch65
 
 %build
 CFLAGS=$RPM_OPT_FLAGS \
@@ -77,6 +54,8 @@
 make DESTDIR=$RPM_BUILD_ROOT install
 ln -s make $RPM_BUILD_ROOT/usr/bin/gmake
 %find_lang %name
+# gnumake.h was introduced in 4.0, looks useless
+rm $RPM_BUILD_ROOT/usr/include/gnumake.h
 
 %files -f %name.lang
 %defattr(-,root,root)

++++++ make-3.82.tar.bz2 -> make-4.0.tar.bz2 ++++++
++++ 145683 lines of diff (skipped)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to