packages: automake/automake-info.patch, automake/automake.spec - updated to...

qboosh qboosh at pld-linux.org
Mon Dec 26 08:42:17 CET 2011


Author: qboosh                       Date: Mon Dec 26 07:42:17 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.11.2
- updated info patch

---- Files affected:
packages/automake:
   automake-info.patch (1.17 -> 1.18) , automake.spec (1.145 -> 1.146) 

---- Diffs:

================================================================
Index: packages/automake/automake-info.patch
diff -u packages/automake/automake-info.patch:1.17 packages/automake/automake-info.patch:1.18
--- packages/automake/automake-info.patch:1.17	Sun May 17 22:36:12 2009
+++ packages/automake/automake-info.patch	Mon Dec 26 08:42:12 2011
@@ -1,6 +1,6 @@
---- automake-1.10/doc/automake.texi.orig	2006-10-15 19:41:24.000000000 +0200
-+++ automake-1.10/doc/automake.texi	2006-10-26 23:02:36.354332500 +0200
-@@ -38,15 +38,11 @@
+--- automake-1.11.2/doc/automake.texi.orig	2011-12-21 20:53:41.000000000 +0100
++++ automake-1.11.2/doc/automake.texi	2011-12-26 07:06:15.124722539 +0100
+@@ -41,15 +41,11 @@
  @c info Automake  points to the Automake package's documentation
  @c info automake  points to the automake script's documentation
  @c (Autoconf has a similar setup.)
@@ -14,22 +14,22 @@
 - at direntry
 -* aclocal: (automake)Invoking aclocal.          Generating aclocal.m4.
 -* automake: (automake)Invoking Automake.        Generating Makefile.in.
-+* Automake: (automake).			Making GNU standards-compliant Makefiles
++* automake: (automake).			Making GNU standards-compliant Makefiles
 +* aclocal: (automake)aclocal.		Generating aclocal.m4
 +* automake: (automake)automake.		Generating Makefile.in
  @end direntry
  
  @titlepage
-@@ -97,7 +93,7 @@
+@@ -102,7 +98,7 @@
  * Autotools Introduction::      An Introduction to the Autotools
  * Generalities::                General ideas
  * Examples::                    Some example packages
 -* Invoking Automake::           Creating a Makefile.in
 +* automake::                    Creating a Makefile.in
- * configure::                   Scanning configure.ac or configure.in
+ * configure::                   Scanning configure.ac, using aclocal
  * Directories::                 Declaring subdirectories
  * Programs::                    Building programs and libraries
-@@ -174,7 +170,7 @@
+@@ -181,7 +177,7 @@
  
  * Requirements::                Configuration requirements
  * Optional::                    Other things Automake recognizes
@@ -38,8 +38,8 @@
  * Macros::                      Autoconf macros supplied with Automake
  
  Auto-generating aclocal.m4
-@@ -2418,7 +2414,7 @@
- (The name of the object files rarely matters.)
+@@ -2504,7 +2500,7 @@
+ @file{true-true.o}. (The name of the object files rarely matters.)
  
  
 - at node Invoking Automake
@@ -47,7 +47,7 @@
  @chapter Creating a @file{Makefile.in}
  
  @cindex Multiple @file{configure.ac} files
-@@ -2652,7 +2648,7 @@
+@@ -2749,7 +2745,7 @@
  @menu
  * Requirements::                Configuration requirements
  * Optional::                    Other things Automake recognizes
@@ -56,7 +56,7 @@
  * Macros::                      Autoconf macros supplied with Automake
  @end menu
  
-@@ -3020,13 +3016,12 @@
+@@ -3120,13 +3116,12 @@
  @code{m4_include} is seldom used by @file{configure.ac} authors, but
  can appear in @file{aclocal.m4} when @command{aclocal} detects that
  some required macros come from files local to your package (as opposed
@@ -72,7 +72,7 @@
  @section Auto-generating aclocal.m4
  
  @cindex Invoking @command{aclocal}
-@@ -3194,7 +3189,7 @@
+@@ -3309,7 +3304,7 @@
  
  @vindex WARNINGS
  The environment variable @env{WARNINGS} is honored in the same
@@ -81,7 +81,7 @@
  
  @end table
  
-@@ -3468,12 +3463,12 @@
+@@ -3617,12 +3612,12 @@
  
  @code{ACLOCAL_AMFLAGS} contains options to pass to @command{aclocal}
  when @file{aclocal.m4} is to be rebuilt by @command{make}.  This line is
@@ -97,25 +97,16 @@
  @command{gettextize} Program, gettext, GNU gettext tools}) to locate
  the place where Gettext's macros should be installed.  So even if you
  do not really care about the rebuild rules, you should define
-@@ -5314,7 +5309,7 @@
+@@ -5481,7 +5476,7 @@
  passed to the tool invoked by @command{libtool} (hence the use of
  @samp{@var{library}_LDFLAGS} for libtool linking flags).  Generic
- options include @option{--tag=@var{TAG}} and @option{--silent}
+ options include @option{--tag=@var{tag}} and @option{--silent}
 -(@pxref{Invoking libtool, , Invoking @command{libtool}, libtool, The
 +(@pxref{libtool, , Invoking @command{libtool}, libtool, The
  Libtool Manual} for more options) should appear before the mode
  selection on the command line; in @file{Makefile.am}s they should
  be listed in the @samp{@var{library}_LIBTOOLFLAGS} variable.
-@@ -9151,7 +9146,7 @@
- @command{make} implementations that do not support it.  The
- @option{silent-rules} option turns off warnings about recursive variable
- expansion, which are in turn enabled by @option{-Wportability}
--(@pxref{Invoking Automake}).
-+(@pxref{automake}).
- 
- @vindex @code{AM_V_GEN}
- @vindex @code{AM_V_at}
-@@ -9292,7 +9287,7 @@
+@@ -9551,7 +9546,7 @@
  @cindex Option, @option{-W at var{category}}
  @cindex Option, @option{--warnings=@var{category}}
  These options behave exactly like their command-line counterpart
@@ -124,7 +115,16 @@
  warning categories on a per-file basis.  You can also setup some warnings
  for your entire project; for instance, try @samp{AM_INIT_AUTOMAKE([-Wall])}
  in your @file{configure.ac}.
-@@ -9840,7 +9835,7 @@
+@@ -10166,7 +10161,7 @@
+ @command{make} implementations that do not support it.  The
+ @option{silent-rules} option turns off warnings about recursive variable
+ expansion, which are in turn enabled by @option{-Wportability}
+-(@pxref{Invoking Automake}).
++(@pxref{automake}).
+ 
+ @vindex @code{AM_V_GEN}
+ @vindex @code{AM_V_at}
+@@ -10386,7 +10381,7 @@
  settings of Automake, or replace some of its rules.  Overriding
  Automake rules is often inadvisable, particularly in the topmost
  directory of a package with subdirectories.  The @option{-Woverride}
@@ -133,7 +133,7 @@
  definitions.
  
  Note that Automake does not make any distinction between rules with
-@@ -10283,7 +10278,7 @@
+@@ -10834,7 +10829,7 @@
  @end example
  
  The use of @option{--force-missing} ensures that auxiliary tools will be

================================================================
Index: packages/automake/automake.spec
diff -u packages/automake/automake.spec:1.145 packages/automake/automake.spec:1.146
--- packages/automake/automake.spec:1.145	Tue Aug 31 20:33:38 2010
+++ packages/automake/automake.spec	Mon Dec 26 08:42:12 2011
@@ -15,13 +15,13 @@
 Summary(tr.UTF-8):	Makefile yapılandırma araçları
 Summary(uk.UTF-8):	GNU automake - інструменти для автоматичної генерації Makefile'ів
 Name:		automake
-Version:	1.11.1
-Release:	3
+Version:	1.11.2
+Release:	1
 Epoch:		1
 License:	GPL v2+
 Group:		Development/Building
 Source0:	http://ftp.gnu.org/gnu/automake/%{name}-%{version}.tar.bz2
-# Source0-md5:	c2972c4d9b3e29c03d5f2af86249876f
+# Source0-md5:	18194e804d415767bae8f703c963d456
 Patch0:		%{name}-info.patch
 Patch1:		%{name}-man.patch
 Patch2:		%{name}-no_versioned_dir.patch
@@ -170,6 +170,7 @@
 %{_datadir}/automake/INSTALL
 %{_datadir}/automake/texinfo.tex
 %{_datadir}/automake/ansi2knr*
+%attr(755,root,root) %{_datadir}/automake/ar-lib
 %attr(755,root,root) %{_datadir}/automake/acinstall
 %attr(755,root,root) %{_datadir}/automake/compile
 %attr(755,root,root) %{_datadir}/automake/config.guess
@@ -191,6 +192,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.146  2011/12/26 07:42:12  qboosh
+- updated to 1.11.2
+- updated info patch
+
 Revision 1.145  2010/08/31 18:33:38  glen
 - swap bootstrap order, more logical
 - needs ac 2.62 with regeneration mode
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/automake/automake-info.patch?r1=1.17&r2=1.18&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/automake/automake.spec?r1=1.145&r2=1.146&f=u



More information about the pld-cvs-commit mailing list