Skip to content

Commit

Permalink
- fixed rhbz#1073907
Browse files Browse the repository at this point in the history
  • Loading branch information
midnightercz committed Apr 11, 2014
1 parent 645e285 commit 774bdf9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion build_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ def build_chlog(tags ,top='HEAD'):
f = open("chcommits", "r")
chcommits = set([x.strip() for x in f])
f.close()


print len(chcommits)
log = []
for tag in tags:
head = log_for_commits([tag], _format="%ct%n%cn <%ce>%n%B")
Expand Down
5 changes: 4 additions & 1 deletion chcommits
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@ a71aa7b6dfb7da3fec6fd9239453ce682d802374
a756363ce4a0dc7cb9395d2f57315428c22a4efb
fcc1951f5cc09d1b0f5dbd9d6e2585419e201031
c57510dda1b9db6143da38656c7e518586ca59cc

645e2857e19d7791876836794e31604bd444ccc4
63b6727cca3732adc3d2a00c38512809b4e2d24d
9788d83e7db2e60a24df27fa149960c34ecfcfb8
a756363ce4a0dc7cb9395d2f57315428c22a4efb
2 changes: 1 addition & 1 deletion libcomps/version.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set (libcomps_VERSION_MAJOR 0)
set (libcomps_VERSION_MINOR 1)
set (libcomps_VERSION_PATCH 6)
set (libcomps_RELEASE 8)
set (libcomps_RELEASE 9)

2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"libcomps_VERSION_MAJOR": 0,
"libcomps_RELEASE": 8,
"libcomps_RELEASE": 9,
"libcomps_VERSION_MINOR": 1,
"libcomps_VERSION_PATCH": 6
}

0 comments on commit 774bdf9

Please sign in to comment.