Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sandbox:master commit in: /
Date: Tue, 07 Sep 2021 15:58:37
Message-Id: 1631028975.ee52689e9833ab99febaf5a478b70eef4e0099a5.mgorny@gentoo
1 commit: ee52689e9833ab99febaf5a478b70eef4e0099a5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 7 15:36:15 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 7 15:36:15 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=ee52689e
7
8 Release 2.25
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 INSTALL | 6 +++---
13 configure.ac | 2 +-
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/INSTALL b/INSTALL
17 index 8865734..e82fd21 100644
18 --- a/INSTALL
19 +++ b/INSTALL
20 @@ -1,8 +1,8 @@
21 Installation Instructions
22 *************************
23
24 - Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software
25 -Foundation, Inc.
26 + Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free
27 +Software Foundation, Inc.
28
29 Copying and distribution of this file, with or without modification,
30 are permitted in any medium without royalty provided the copyright
31 @@ -225,7 +225,7 @@ order to use an ANSI C compiler:
32
33 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
34
35 - HP-UX 'make' updates targets which have the same time stamps as their
36 + HP-UX 'make' updates targets which have the same timestamps as their
37 prerequisites, which makes it generally unusable when shipped generated
38 files such as 'configure' are involved. Use GNU 'make' instead.
39
40
41 diff --git a/configure.ac b/configure.ac
42 index ac0311e..9f64a0e 100644
43 --- a/configure.ac
44 +++ b/configure.ac
45 @@ -1,5 +1,5 @@
46 AC_PREREQ([2.69])
47 -AC_INIT([sandbox], [2.24], [sandbox@g.o])
48 +AC_INIT([sandbox], [2.25], [sandbox@g.o])
49 AM_INIT_AUTOMAKE([1.14 dist-xz no-dist-gzip silent-rules subdir-objects -Wall])
50 AM_SILENT_RULES([yes]) # AM_INIT_AUTOMAKE([silent-rules]) is broken atm
51 AC_CONFIG_HEADER([config.h])