Revisions of automake

Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 195477 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 38)
Fix automake-testsuite in Factory
buildservice-autocommit accepted request 180835 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 37)
baserev update by copy to link target
Philipp Thomas's avatar Philipp Thomas (psmt) committed (revision 36)
- Adapt automake-SuSE.patch to changed config.guess.
Philipp Thomas's avatar Philipp Thomas (psmt) committed (revision 35)
- Update to 1.13.4:
  - Fix a minor regression introduced in Automake 1.13.3: when two or more
    user-defined suffix rules were present in a single Makefile.am,
    automake would needlessly include definition of some make variables
    related to C compilation in the generated Makefile.in (bug#14560).
  - Patches updated to they apply cleanly and with no offset.

- Update to 1.13.4:
  - Fix a minor regression introduced in Automake 1.13.3: when two or more
    user-defined suffix rules were present in a single Makefile.am,
    automake would needlessly include definition of some make variables
    related to C compilation in the generated Makefile.in (bug#14560).
Philipp Thomas's avatar Philipp Thomas (psmt) committed (revision 34)
- Update to 1.13.3:
  * Documentation fixes:
    - The documentation no longer mistakenly reports that the
      obsolete 'AM_MKDIR_PROG_P' macro and '$(mkdir_p)' make variable
      are going to be removed in Automake 2.0.
  * Bugs fixed:
    - Byte-compilation of Emacs lisp files could fail spuriously on
      Solaris, when /bin/ksh or /usr/xpg4/bin/sh were used as shell.
    - If the same user-defined suffixes were transformed into
      different Automake-known suffixes in different Makefile.am
      files in the same project, automake could get confused and
      generate inconsistent Makefiles (automake bug#14441).
      For example, if 'Makefile.am' contained a ".ext.cc:" suffix
      rule, and 'sub/Makefile.am' contained a ".ext.c:" suffix rule,
      automake would have mistakenly placed into 'Makefile.in' rules
      to compile "*.c" files into object files, and into
      'sub/Makefile.in' rules to compile "*.cc" files into object
      files --- rather than the other way around.  This is now fixed.
  - Several spurious failures have been fixed (they hit especially
    MinGW/MSYS builds).  See automake bugs #14493, #14494, #14495,
    #14498, #14499, #14500, #14501, #14517 and #14528.
  - Some other minor miscellaneous changes and fixlets.
buildservice-autocommit accepted request 176993 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 33)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 32)
fix build
Philipp Thomas's avatar Philipp Thomas (psmt) committed (revision 31)
- Remove aclocal-am_ac.patch and aclocal-am_ac.sh as they aren't
  needed anymore and instead cause havok.
Philipp Thomas's avatar Philipp Thomas (psmt) committed (revision 30)
- Update to 1.13.2 (for the full change log please see the file NEWS
  in the package documentation):
* Obsolescent features:
  - Use of suffix-less info files (that can be specified through the
    '@setfilename' macro in Texinfo input files) is discouraged, and
    its use will raise warnings in the 'obsolete' category.
  - Use of Texinfo input files with '.txi' or '.texinfo' extensions
    is discouraged, and its use will raise warnings in the 'obsolete'
    category.  You are advised to simply use the '.texi' extension
    instead.
* Documentation fixes:
  - The long-deprecated but still supported two-arguments invocation form
    of AM_INIT_AUTOMAKE is documented once again.
* Bugs fixed:
  - When the 'ustar' option is used, the generated configure script no
    longer risks hanging during the tests for the availability of the
    'pax' utility, even if the user running configure has a UID or GID
    that requires more than 21 bits to be represented.
  - The obsolete macros AM_CONFIG_HEADER or AM_PROG_CC_STDC work once
    again, as they did in Automake 1.12.x (albeit printing runtime
    warnings in the 'obsolete' category).
  - aclocal will no longer error out if the first local m4 directory
    (as specified by the '-I' option or the 'AC_CONFIG_MACRO_DIRS' or
    'AC_CONFIG_MACRO_DIR' macros) doesn't exist; it will merely report
    a warning in the 'unsupported' category.
  - aclocal will no longer consider directories for extra m4 files more
    than once, even if they are specified multiple times.
  - Analysis of make flags in Automake-generated rules has been made more
    robust, and more future-proof.
- Adapt automake-SUSE.patch to the changed sources.
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 173676 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 29)
- add a script to replace obsolete macros in configure.*
- call it from aclocal to avoid having to patch hundreds of packages

- Remove 
- update config.guess/sub to the latest state 

- Remove automake-add-mkdir_p-temporarly.patch: 
  * Only temporary hack for openSUSE 12.2, now it is time to remove it
- add a script to replace obsolete macros in configure.*
- call it from aclocal to avoid having to patch hundreds of packages
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 160251 from Maximilian Meister's avatar Maximilian Meister (m_meister) (revision 28)
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

- Added url as source.
  Please see http://en.opensuse.org/SourceUrls
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 156497 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 27)
as I reverted the automake version in factory - to put in a staging project - here is the update again
buildservice-autocommit accepted request 156374 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 26)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 25)
- Remove 
- Remove automake-add-mkdir_p-temporarly.patch: 
  * Only temporary hack for openSUSE 12.2, now it is time to remove it
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 23)
- update config.guess/sub to the latest state
Philipp Thomas's avatar Philipp Thomas (psmt) committed (revision 22)
- Run pre_checkin.sh to sync automake-testsuite pec and .changes.

- Update to 1.12.3:
  - reworks and reshuffles the Automake testsuite a bit; fixing some
    weaknesses and spurious failures in the process, but also, likely,
    introducing new ones;
  - introduces initial support for automatic dependency tracking with
    the Portland Group C/C++ compilers (thanks to Dave Goodell and
    Jeff A. Daily);
  - fixes several long-standing bugs and limitations in the 'ylwrap'
    script (thanks to Akim Demaille); among the other things, the
    long-standing PR/491 and automake bug#7648 are now fixed.

- make sure we still define $(mkdir_p) for the time being

- Run pre_checkin.sh to sync automake-testsuite pec and .changes.
Philipp Thomas's avatar Philipp Thomas (psmt) accepted request 133690 from Denisart Benjamin's avatar Denisart Benjamin (posophe) (revision 21)
Update to 1.12.3
buildservice-autocommit accepted request 127073 from Philipp Thomas's avatar Philipp Thomas (psmt) (revision 20)
baserev update by copy to link target
Philipp Thomas's avatar Philipp Thomas (psmt) accepted request 127065 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 19)
- make sure we still define $(mkdir_p) for the time being
Displaying revisions 61 - 80 of 98
openSUSE Build Service is sponsored by