]> git.pld-linux.org Git - packages/parted.git/blob - 0002-maint-post-release-administrivia.patch
- rel 4; tons of patches from FC
[packages/parted.git] / 0002-maint-post-release-administrivia.patch
1 From f1cdf08806caf7d71779a5fe67af797c8e3ab09e Mon Sep 17 00:00:00 2001
2 From: Phillip Susi <psusi@ubuntu.com>
3 Date: Mon, 28 Jul 2014 23:19:51 -0400
4 Subject: [PATCH 2/6] maint: post-release administrivia
5
6 * NEWS: Add header line for next release.
7 * .prev-version: Record previous version.
8 * cfg.mk (old_NEWS_hash): Auto-update.
9 ---
10  .prev-version | 2 +-
11  NEWS          | 3 +++
12  cfg.mk        | 2 +-
13  3 files changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/.prev-version b/.prev-version
16 index 8c50098..a3ec5a4 100644
17 --- a/.prev-version
18 +++ b/.prev-version
19 @@ -1 +1 @@
20 -3.1
21 +3.2
22 diff --git a/NEWS b/NEWS
23 index 49c8129..297b0a5 100644
24 --- a/NEWS
25 +++ b/NEWS
26 @@ -1,5 +1,8 @@
27  GNU parted NEWS                                    -*- outline -*-
28  
29 +* Noteworthy changes in release ?.? (????-??-??) [?]
30 +
31 +
32  * Noteworthy changes in release 3.2 (2014-07-28) [stable]
33  
34  ** New Features
35 diff --git a/cfg.mk b/cfg.mk
36 index ade72d7..62a02b6 100644
37 --- a/cfg.mk
38 +++ b/cfg.mk
39 @@ -43,7 +43,7 @@ local-checks-to-skip = \
40  # Now that we have better (check.mk) tests, make this the default.
41  export VERBOSE = yes
42  
43 -old_NEWS_hash = bd453bcf049e292a9677c094d24a29dd
44 +old_NEWS_hash = 85f2e93c40425e202491675d97e40166
45  
46  include $(srcdir)/dist-check.mk
47  
48 -- 
49 1.9.3
50
This page took 0.085458 seconds and 3 git commands to generate.