File: changelog

package info (click to toggle)
fmtlib 11.1.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,772 kB
  • sloc: cpp: 22,591; ansic: 758; python: 504; sh: 53; makefile: 16; javascript: 4
file content (443 lines) | stat: -rw-r--r-- 15,118 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
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
fmtlib (11.1.1+ds1-1) experimental; urgency=medium

  * New upstream version 11.1.1+ds1

 -- Shengjing Zhu <zhsj@debian.org>  Sat, 28 Dec 2024 17:05:42 +0800

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

  * New upstream version 11.1.0+ds1
  * Bump Standards-Version to 4.7.0 (no changes)

 -- Shengjing Zhu <zhsj@debian.org>  Fri, 27 Dec 2024 05:58:56 +0800

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

  * New upstream version 11.0.2+ds1
  * Build docs with mkdocs
  * Bump SO version to 11

 -- Shengjing Zhu <zhsj@debian.org>  Thu, 14 Nov 2024 07:50:40 +0800

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

  * Backport patch to fix handling FMT_STATIC_THOUSANDS_SEPARATOR
    (Closes: #1086722)

 -- Shengjing Zhu <zhsj@debian.org>  Tue, 05 Nov 2024 02:46:03 +0800

fmtlib (10.1.1+ds1-3) unstable; urgency=medium

  * Upload to unstable (Closes: #1072674)

 -- Shengjing Zhu <zhsj@debian.org>  Mon, 04 Nov 2024 17:39:56 +0800

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

  * Fix build with Sphinx 7 (Closes: #1042588)

 -- Shengjing Zhu <zhsj@debian.org>  Wed, 22 Nov 2023 04:18:37 +0800

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

  * New upstream version 10.1.1+ds1

 -- Shengjing Zhu <zhsj@debian.org>  Fri, 08 Sep 2023 14:47:55 +0800

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

  * New upstream version 10.1.0+ds1

 -- Shengjing Zhu <zhsj@debian.org>  Mon, 14 Aug 2023 18:51:20 +0800

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

  * New upstream version 10.0.0+ds1
  * Bump SO version to 10
  * Explicitly set CMAKE_CXX_STANDARD to 11 to fix tests

 -- Shengjing Zhu <zhsj@debian.org>  Wed, 10 May 2023 22:24:04 +0800

fmtlib (9.1.0+ds1-2) unstable; urgency=medium

  * Upload to unstable

 -- Shengjing Zhu <zhsj@debian.org>  Mon, 29 Aug 2022 20:43:55 +0800

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

  * New upstream version 9.1.0+ds1

 -- Shengjing Zhu <zhsj@debian.org>  Sun, 28 Aug 2022 00:39:05 +0800

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

  * Upload to unstable
  * Update Standards-Version to 4.6.1 (no changes)

 -- Shengjing Zhu <zhsj@debian.org>  Fri, 19 Aug 2022 10:52:23 +0800

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

  * Backport patch for failed chrono test on i386

 -- Shengjing Zhu <zhsj@debian.org>  Thu, 14 Jul 2022 03:51:10 +0800

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

  * Backport patch to fix failure on i386

 -- Shengjing Zhu <zhsj@debian.org>  Mon, 11 Jul 2022 03:01:31 +0800

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

  * New upstream version 9.0.0+ds1
  * Bump SO version to 9

 -- Shengjing Zhu <zhsj@debian.org>  Tue, 05 Jul 2022 23:55:12 +0800

fmtlib (8.1.1+ds1-2) unstable; urgency=medium

  * Upload to unstable.

 -- Shengjing Zhu <zhsj@debian.org>  Thu, 20 Jan 2022 02:07:51 +0800

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

  * New upstream version 8.1.1+ds1

 -- Shengjing Zhu <zhsj@debian.org>  Fri, 07 Jan 2022 09:29:32 +0800

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

  * Backport patch to restore ABI compatibility.
    Previous patch is incomplete

 -- Shengjing Zhu <zhsj@debian.org>  Thu, 06 Jan 2022 00:35:43 +0800

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

  * Update doxygen conf
  * Backport patches
    + PR-2696: Restore FMT_API on error_handler::on_error()
    + PR-2699: Fix endianness bug in write_digit2_separated

 -- Shengjing Zhu <zhsj@debian.org>  Wed, 05 Jan 2022 02:51:30 +0800

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

  * New upstream version 8.1.0+ds1

 -- Shengjing Zhu <zhsj@debian.org>  Mon, 03 Jan 2022 16:41:54 +0800

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

  * Upload to unstable.
  * Update Standards-Version to 4.6.0 (no changes)

 -- Shengjing Zhu <zhsj@debian.org>  Fri, 17 Dec 2021 22:41:44 +0800

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

  * Breaks libspdlog-dev << 1:1.9.2+ds-0.1

 -- Shengjing Zhu <zhsj@debian.org>  Sat, 11 Dec 2021 22:23:54 +0800

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

  * Fix FTBFS with dh_sphinxdoc (Closes: #997437)
    dh_sphinxdoc: error: DOCUMENTATION_OPTIONS does not define URL_ROOT

 -- Shengjing Zhu <zhsj@debian.org>  Thu, 02 Dec 2021 03:59:56 +0800

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

  * New upstream version 8.0.1+ds1
  * Set INSTALL_GTEST to OFF to remove extra exported targets

 -- Shengjing Zhu <zhsj@debian.org>  Sat, 03 Jul 2021 18:14:41 +0800

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

  * New upstream version 8.0.0+ds1
  * Bump SO version to 8

 -- Shengjing Zhu <zhsj@debian.org>  Mon, 21 Jun 2021 22:59:40 +0800

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