Codebase list libcork / f1d80c0
debian/patches: Add 0012 patch to bump libcork version Roger Shimizu 7 years ago
3 changed file(s) with 29 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 libcork (0.15.0+ds-8) UNRELEASED; urgency=medium
1
2 * debian/patches:
3 - Add 0012 patch to bump libcork version to 16.0.2
4
5 -- Roger Shimizu <rogershimizu@gmail.com> Wed, 19 Oct 2016 01:38:14 +0900
6
07 libcork (0.15.0+ds-7) unstable; urgency=medium
18
29 * debian/copyright:
0 From: Roger Shimizu <rogershimizu@gmail.com>
1 Date: Wed, 19 Oct 2016 01:35:46 +0900
2 Subject: bump libcork version to 16.0.2
3
4 ---
5 src/CMakeLists.txt | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
9 index ed3e309..14ec03a 100644
10 --- a/src/CMakeLists.txt
11 +++ b/src/CMakeLists.txt
12 @@ -37,7 +37,7 @@ add_c_library(
13 libcork
14 OUTPUT_NAME cork
15 PKGCONFIG_NAME libcork
16 - VERSION 16.0.1
17 + VERSION 16.0.2
18 SOURCES
19 libcork/cli/commands.c
20 libcork/core/allocator.c
88 0009-update-hash-test-result-for-big-endian-64bit.patch
99 0010-extend-test-timeout-of-bitset-case-to-60-seconds.patch
1010 0011-make-version-in-soname-the-same-as-library-version.patch
11 0012-bump-libcork-version-to-16.0.2.patch