SHA256
3
0
forked from pool/automake

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/automake?expand=0&rev=22
This commit is contained in:
Philipp Thomas 2012-09-13 10:30:30 +00:00 committed by Git OBS Bridge
parent 71b7acb528
commit fe1d9fcdd0
4 changed files with 43 additions and 3 deletions

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Sep 13 12:29:33 CEST 2012 - pth@suse.de
- Run pre_checkin.sh to sync automake-testsuite pec and .changes.
-------------------------------------------------------------------
Tue Sep 11 17:34:05 UTC 2012 - p.drouand@gmail.com
- 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.
-------------------------------------------------------------------
Wed Jul 4 07:21:17 UTC 2012 - coolo@suse.com
- make sure we still define $(mkdir_p) for the time being
-------------------------------------------------------------------
Wed Jun 27 15:46:00 UTC 2012 - tom.mbrt@googlemail.com

View File

@ -16,8 +16,12 @@
#
# PLEASE run pre_checkin.sh in this directory before submitting
# this package. Otherwise the .spec and .changes for automake-testsuite
# aren't updated.
Name: automake-testsuite
BuildRequires: autoconf
BuildRequires: autoconf >= 2.69
BuildRequires: bison
BuildRequires: gcc-c++
BuildRequires: gcc-fortran
@ -29,9 +33,9 @@ Requires: libtool
BuildRequires: flex
Requires: flex
%endif
Requires: autoconf >= 2.62
Requires: autoconf >= 2.69
Requires: info
Version: 1.12.1
Version: 1.12.3
Release: 0
Summary: A Program for Automatically Generating GNU-Style Makefile.in Files
License: GPL-2.0+
@ -56,6 +60,7 @@ definitions (with rules occasionally thrown in). The generated
%patch3
%build
sh bootstrap.sh
%configure --docdir=%{_docdir}/%{name}
make %{?_smp_mflags}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 13 12:29:33 CEST 2012 - pth@suse.de
- Run pre_checkin.sh to sync automake-testsuite pec and .changes.
-------------------------------------------------------------------
Tue Sep 11 17:34:05 UTC 2012 - p.drouand@gmail.com

View File

@ -16,6 +16,10 @@
#
# PLEASE run pre_checkin.sh in this directory before submitting
# this package. Otherwise the .spec and .changes for automake-testsuite
# aren't updated.
Name: automake
BuildRequires: autoconf >= 2.69
BuildRequires: bison