Hello community,

here is the log from the commit of package automake for openSUSE:Factory 
checked in at 2012-06-01 07:19:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/automake (Old)
 and      /work/SRC/openSUSE:Factory/.automake.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "automake", Maintainer is "p...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/automake/automake-testsuite.changes      
2012-04-19 08:48:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.automake.new/automake-testsuite.changes 
2012-06-01 07:19:39.000000000 +0200
@@ -1,0 +2,78 @@
+Fri May  4 15:23:03 CEST 2012 - p...@suse.de
+
+- Run pre_checkin.sh manually.
+
+-------------------------------------------------------------------
+Thu Apr 26 16:32:56 CEST 2012 - p...@suse.de
+
+- Update to 1.12:
+  * Changes to Yacc and Lex support:
+
+  - C source and header files derived from non-distributed Yacc
+    and/or Lex sources are now removed by a simple "make clean"
+    (while they were previously removed only by "make
+    maintainer-clean").
+
+  - Slightly backward-incompatible change, relevant only for use of
+    Yacc with C++: the extensions of the header files produced by the
+    Yacc rules are now modelled after the extension of the
+    corresponding sources.  For example, yacc files named "foo.y++"
+    and "bar.yy" will produce header files named "foo.h++" and
+    "bar.hh" respectively, where they would have previously produced
+    header files named simply "foo.h" and "bar.h".  This change
+    offers better compatibility with 'bison -o'.
+
+  * Miscellaneous changes:
+
+  - The AM_PROG_VALAC macro now causes configure to exit with status
+    77, rather than 1, if the vala compiler found is too old.
+
+  - The build system of Automake itself now avoids the use of make
+    recursion as much as possible.
+
+  - Automake now prefers to quote 'like this' or "like this", rather
+    than `like this', in diagnostic message and generated Makefiles,
+    to accommodate the new GNU Coding Standards recommendations.
+
+  - Automake has a new option '--print-libdir' that prints the path
+    of the directory containing the Automake-provided scripts and
+    data files.
+
+  - The 'dist' and 'dist-all' targets now can run compressors in
+  - parallel.
+
+  - The rules to create pdf, dvi and ps output from Texinfo files now
+    works better with modern 'texi2dvi' script, by explicitly passing
+    it the '--clean' option to ensure stray auxiliary files are not
+    left to clutter the build directory.
+
+  - Automake can now generate silenced rules for texinfo outputs.
+
+  - Some auxiliary files that are automatically distributed by
+    Automake (e.g., 'install-sh', or the 'depcomp' script for
+    packages compiling C sources) might now be listed in the
+    DIST_COMMON variable in many Makefile.in files, rather than in
+    the top-level one.
+
+  - Messages of types warning or error from 'automake' and 'aclocal'
+    are now prefixed with the respective type, and presence of
+    -Werror is noted.
+
+  - Automake's early configure-time sanity check now tries to avoid
+    sleeping for a second, which slowed down cached configure runs
+    noticeably.  In that case, it will check back at the end of the
+    configure script to ensure that at least one second has passed,
+    to avoid time stamp issues with makefile rules rerunning
+    autotools programs.
+
+  - The warnings in the category 'extra-portability' are now enabled
+    by '-Wall'.  In previous versions, one has to use
+    '-Wextra-portability' to enable them.
+
+
+  - Various minor bugfixes for recent or long-standing bugs.
+
+  For a more detailed list see the file NEWS in the package
+  documentation.
+
+-------------------------------------------------------------------
automake.changes: same change

Old:
----
  automake-1.11.5.tar.xz

New:
----
  automake-1.12.tar.xz

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

Other differences:
------------------
++++++ automake-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.frhjed/_old  2012-06-01 07:19:41.000000000 +0200
+++ /var/tmp/diff_new_pack.frhjed/_new  2012-06-01 07:19:41.000000000 +0200
@@ -19,11 +19,19 @@
 Name:           automake-testsuite
 BuildRequires:  autoconf
 BuildRequires:  bison
+BuildRequires:  gcc-c++
+BuildRequires:  gcc-fortran
 BuildRequires:  help2man
 BuildRequires:  xz
+%if "%{name}" == "automake-testsuite"
+BuildRequires:  libtool
+Requires:       libtool
+BuildRequires:  flex
+Requires:       flex
+%endif
 Requires:       autoconf >= 2.62
 Requires:       info
-Version:        1.11.5
+Version:        1.12
 Release:        0
 Summary:        A Program for Automatically Generating GNU-Style Makefile.in 
Files
 License:        GPL-2.0+

++++++ automake.spec ++++++
--- /var/tmp/diff_new_pack.frhjed/_old  2012-06-01 07:19:41.000000000 +0200
+++ /var/tmp/diff_new_pack.frhjed/_new  2012-06-01 07:19:41.000000000 +0200
@@ -19,11 +19,19 @@
 Name:           automake
 BuildRequires:  autoconf
 BuildRequires:  bison
+BuildRequires:  gcc-c++
+BuildRequires:  gcc-fortran
 BuildRequires:  help2man
 BuildRequires:  xz
+%if "%{name}" == "automake-testsuite"
+BuildRequires:  libtool
+Requires:       libtool
+BuildRequires:  flex
+Requires:       flex
+%endif
 Requires:       autoconf >= 2.62
 Requires:       info
-Version:        1.11.5
+Version:        1.12
 Release:        0
 Summary:        A Program for Automatically Generating GNU-Style Makefile.in 
Files
 License:        GPL-2.0+

++++++ automake-require_file.patch ++++++
--- /var/tmp/diff_new_pack.frhjed/_old  2012-06-01 07:19:41.000000000 +0200
+++ /var/tmp/diff_new_pack.frhjed/_new  2012-06-01 07:19:41.000000000 +0200
@@ -1,20 +1,20 @@
 Index: automake.in
 ===================================================================
---- automake.in.orig   2012-04-13 16:46:00.000000000 +0200
-+++ automake.in        2012-04-18 11:35:58.420388812 +0200
-@@ -7878,12 +7878,14 @@ sub require_file_internal ($$$@)
-       my $fullfile = "$dir/$file";
-       my $found_it = 0;
-       my $dangling_sym = 0;
-+      my $thisdir = dirname ($fullfile);
-+      my $thisfile = basename ($fullfile);
+--- automake.in.orig   2012-04-21 16:38:05.000000000 +0200
++++ automake.in        2012-04-26 16:31:55.925021393 +0200
+@@ -7709,12 +7709,14 @@ sub required_file_check_or_copy ($$$)
+   my $fullfile = "$dir/$file";
+   my $found_it = 0;
+   my $dangling_sym = 0;
++  my $thisdir = dirname ($fullfile);
++  my $thisfile = basename ($fullfile);
  
-       if (-l $fullfile && ! -f $fullfile)
-       {
-         $dangling_sym = 1;
-       }
--      elsif (dir_has_case_matching_file ($dir, $file))
-+      elsif (dir_has_case_matching_file ($thisdir, $thisfile))
-       {
-         $found_it = 1;
-         maybe_push_required_file ($dir, $file, $fullfile);
+   if (-l $fullfile && ! -f $fullfile)
+     {
+       $dangling_sym = 1;
+     }
+-  elsif (dir_has_case_matching_file ($dir, $file))
++  elsif (dir_has_case_matching_file ($thisdir, $thisfile))
+     {
+       $found_it = 1;
+     }

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

Reply via email to