File: changelog

package info (click to toggle)
fmtlib 7.1.3%2Bds1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,576 kB
  • sloc: cpp: 16,453; ansic: 1,366; python: 131; sh: 52; makefile: 24
file content (277 lines) | stat: -rw-r--r-- 10,482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
fmtlib (7.1.3+ds1-5) unstable; urgency=medium

  * Breaks libspdlog1 << 1:1.8.1+ds-2.1 for libfmt-dev

 -- Shengjing Zhu <zhsj@debian.org>  Sat, 02 Jan 2021 20:35:29 +0800

fmtlib (7.1.3+ds1-4) unstable; urgency=medium

  * Upload to unstable.
  * Update README.Debian.
    Header-only version is provided now
  * Add node-clean-css to Build-Depends-Indep

 -- Shengjing Zhu <zhsj@debian.org>  Thu, 24 Dec 2020 22:50:19 +0800

fmtlib (7.1.3+ds1-3) experimental; urgency=medium

  * Enable building shared library
  * Add new shared library package (Closes: #962087)

 -- Shengjing Zhu <zhsj@debian.org>  Tue, 15 Dec 2020 02:30:16 +0800

fmtlib (7.1.3+ds1-2) experimental; urgency=medium

  * Fix api signature in doc

 -- Shengjing Zhu <zhsj@debian.org>  Tue, 15 Dec 2020 01:49:39 +0800

fmtlib (7.1.3+ds1-1) experimental; urgency=medium

  * New upstream version 7.1.3+ds1
  * Rewrite patches from scratch.
    To many patches in previous version, impossible to rebase.

 -- Shengjing Zhu <zhsj@debian.org>  Mon, 14 Dec 2020 16:45:25 +0800

fmtlib (6.1.2+ds-3) unstable; urgency=medium

  * Rework sphinx doc build (Closes: #959638)
  * Adopt package, thanks Eugene V. Lyubimkin (Closes: #972869)
  * Move package source to salsa.d.o (Closes: #950856)
  * Add Multi-Arch hint, thanks Michael R. Crusoe (Closes: #953023)
  * Update new Homepage and source repository
  * Bump debhelper-compat
  * Secure copyright format url
  * Add Rules-Requires-Root
  * Bump Standards-Version

 -- Shengjing Zhu <zhsj@debian.org>  Sun, 22 Nov 2020 23:17:23 +0800

fmtlib (6.1.2+ds-2) unstable; urgency=medium

  * Upload to unstable.

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Wed, 26 Feb 2020 20:16:24 +0100

fmtlib (6.1.2+ds-1) experimental; urgency=medium

  * New upstream release. (Closes: #950857)
  * debian/patches:
    - Rebased.
    - 0021-test-stop-using-internal-scoped_ptr-from-GTest: dropped
      (applied upstream).

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Tue, 18 Feb 2020 14:10:10 +0100

fmtlib (5.3.0+ds-2) unstable; urgency=medium

  * debian/control:
    - Added ${shlibs:Depends} to record the minimal required version of
      the libstdc++6 expected by the static library. (Closes: #939290)
  * debian/patches:
    - 0021-test-stop-using-internal-scoped_ptr-from-GTest: added.

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Thu, 05 Sep 2019 18:40:01 +0200

fmtlib (5.3.0+ds-1) unstable; urgency=low

  * New upstream release.
  * debian/patches:
    - Rebased.
    - 0018-fmt-format-disable-UDL-templates-as-non-standard.patch: added.
      (Closes: #925686)
    - 0019-fmt-format-is_output_iterator-use-constexpr-method.patch: added.
    - 0020-cmakelists-do-not-refer-to-TARGET_PDB_FILE: added.

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Sun, 25 Aug 2019 16:31:11 +0200

fmtlib (5.2.1+ds-2) unstable; urgency=low

  * debian/patches:
    - 0017-test-assert-test-fix-typo-in-else-branch-of-EXPECT_D: fix building
      conditional death tests on non-Linux platforms.

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Sat, 16 Feb 2019 18:50:37 +0100

fmtlib (5.2.1+ds-1) unstable; urgency=low

  * New upstream release.
  * debian/patches:
    - Rebased.
    - 0003-test-cmakelists-use-system-provided-GTest-and-GMock.patch:
      treat_includes_as_system: support for multiple values in a list.
      Fixes multitude of compile warnings when building tests with
      googletest >= 1.8.1.

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Sat, 15 Dec 2018 17:30:30 +0100

fmtlib (5.1.0+ds-1) experimental; urgency=low

  * New upstream release.
  * debian/patches:
    - Rebased.
    - 0002-test-cmakelists-remove-irrelevant-compile-tests.patch: added.

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Tue, 07 Aug 2018 18:54:46 +0200

fmtlib (4.1.0+ds-2) unstable; urgency=medium

  * debian/patches:
    - 0002-test-cmakelists-use-system-provide-GTest-and-GMock.patch: also link
      header-only-test executable to gtest target to ensure having right GTest
      include directory. Fixes FTBFS. (Closes: #897175)
    - 0015-doc-build-explicitly-use-python3.patch: added.
  * debian/control:
    - Priority: extra -> optional, as suggested by lintian.

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Sun, 29 Apr 2018 19:06:35 +0200

fmtlib (4.1.0+ds-1) unstable; urgency=low

  * New upstream release.
  * debian/patches:
    - Rebased.
    - 0014-doc-build-disable-Doxygen-full-path-names.patch: added. Shall make
      the build reproducible. Patch by Chris Lamb. (Closes: 879914)

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Thu, 29 Mar 2018 13:22:32 +0200

fmtlib (4.0.0+ds-2) unstable; urgency=medium

  * debian/rules:
    - Set FMT_PEDANTIC=on to enable more compiler warnings.
    - Set CMAKE_POSITION_INDEPENDENT_CODE=on to compile the static library
      with -fPIC, so it can used in shared libraries. Thanks to
      Boyuan Yang for the report. (Closes: #878070)
  * debian/patches:
    - 0013-doc-index-removed-GitHub-iframe.patch: added.
      This removes autoloading GitHub buttons from the documentation.
      Caught by lintian.
  * debian/control:
    - Bumped Standards-Version to 4.1.1, no changes needed.

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Mon, 16 Oct 2017 22:04:21 +0200

fmtlib (4.0.0+ds-1) unstable; urgency=low

  * New upstream release. (Closes: #866338)
  * debian/strip-orig-tar.sh:
    - Do not strip CMake support files.
  * debian/control:
    - Changed source package name to 'fmtlib', following upstream rename.
    - Removed versioning (numbers) from binary package names - C++ headers
      are unversioned so two different development packages could not be
      co-installed anyway.
    - Added conflicts with names of previous binary packages.
    - Bumped Standards-Version to 4.1.0, no changes needed.
  * debian/patches:
    - Rebased.
    - 0011-fmt-cmakelists-don-t-bother-with-exporting-CMake-con.patch:
      removed, the package now provides non-header-only CMake config files.
  * debian/README.Debian:
    - Added with Debian-specific instructions for CMake usage.

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Sun, 17 Sep 2017 13:13:38 +0200

cppformat (3.0.1+ds-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
    - Build-depend on googletest instead of libgtest-dev/google-mock.
  * debian/patches:
    - 0002-test-cmakelists-use-system-provide-GTest-and-GMock.patch: use new
      gmock source directory. Fixes FTBFS (Closes: #844843)
    - 0002-test-cmakelists-use-system-provide-GTest-and-GMock.patch: prevent
      installing gmock/gtest stuff.
    - 0012-test-format-test-FormatIntLocale-disabled.patch: dropped, upstream
      made the test independent of system locale.

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Mon, 21 Nov 2016 09:58:22 +0100

cppformat (3.0.0+ds-2) unstable; urgency=low

  * Upload to unstable.

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Thu, 29 Sep 2016 13:15:56 +0200

cppformat (3.0.0+ds-1) experimental; urgency=low

  * New upstream release.
    - Unit tests now pass when compiled with GCC6. (Closes: #812261)
  * debian/control:
    - Updated home page (new is http://fmtlib.net/).
    - Updated binary package names to use libfmt prefix (following
      the upstream name change).
    - Updated Standards-Version to 3.9.8, no changes needed.
  * debian/strip-orig-tar.sh:
    - Strip also GTest/GMock from new locations inside 3.0.0 tarball.
  * debian/patches:
    - Rebased.
    - 0010-test-cmakelists-don-t-guess-C-11-support.patch: added.
    - 0011-fmt-cmakelists-don-t-bother-with-exporting-CMake-con.patch: added.
    - 0012-test-format-test-FormatIntLocale-disabled.patch: added.
    - 0013-test-cmakelists-posix-mock-test-link-to-already-comp.patch: added.
    - 0014-fmt-cmakelists-really-separate-sources-with-headers.patch: added.

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Sat, 24 Sep 2016 17:16:59 +0200

cppformat (2.0.0~alpha~20151107+ds3-1) experimental; urgency=low

  * New upstream snapshot (git commit 7c249736).
    - Fixes float-formatting test on PowerPC architectures (Closes: #801878).
  * debian/control:
    - Renamed binary packages from libcppformat1* to libcppformat2*.
    - Dev-package now suggests doc-package (Closes: #797691).
  * debian/patches:
    - 0001-README-removed-autoloading-of-third-party-links-imag.patch: rebased.
    - 0002-test-cmakelists-use-system-provide-GTest-and-GMock.patch: rebased.
    - 0003-doc-cmakelists-unconditionally-build-documentation.patch: rebased.
    - 0004-doc-cmakelists-out-of-tree-build-support.patch: removed
      (fixed upstream).
    - 0005-doc-conf.py-removed-usage-of-sphinx-bootstrap-theme.patch: removed
      (not needed anymore).
    - 0006-cmakelists-install-format.h-to-prefix-include-cppfor.patch: removed
      (applied upstream).
    - 0007-doc-cmakelists-added-installation-rules.patch: removed
      (applied upstream).
    - 0008-cmakelists-name-static-library-cppformat.a-not-forma.patch: removed
      (applied upstream).
    - 0009-test-format-test-FormatIntTest-FormatDec-don-t-assum.patch: removed
      (fixed upstream).
    - 0010-test-compile-death-tests-only-when-GTest-provides-th.patch: removed
      (fixed upstream).
    - 0011-test-gtest-extra-test-FileTest-ReadError-WriteError-.patch: removed
      (fixed upstream).
    - 0012-test-cmakelists-force-declare-GTEST_HAS_PTHREAD.patch: rebased.
    - New patches 0005-0007 to removed non-applicable stuff from documentation
      building script.
    - New patches 0008-0009 to strip GoogleAnalytics and download links from
      the new documentation layout template.

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Sun, 08 Nov 2015 12:05:57 +0100

cppformat (1.1.0+ds-3) unstable; urgency=medium

  * debian/patches:
    - New patch 0011 to remove unit tests which assume too much about
      behavior of pipe().
    - New patch 0012 to avoid GTest crashes on non-linux platforms
      (workaround for #789267).

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Fri, 19 Jun 2015 14:47:36 +0300

cppformat (1.1.0+ds-2) unstable; urgency=medium

  * debian/patches:
    - New patch 0009 to fix FormatInt unit test on architectures where char
      type is unsigned.
    - New patch 0010 to skip death unit tests on unsupported architectures.

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Thu, 18 Jun 2015 22:22:52 +0300

cppformat (1.1.0+ds-1) unstable; urgency=low

  * Initial release. (Closes: #785408)

 -- Eugene V. Lyubimkin <jackyf@debian.org>  Wed, 17 Jun 2015 08:12:26 +0300