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 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458
|
spdlog (1:1.15.1+ds-1) unstable; urgency=medium
* Team upload.
* New upstream version 1.15.1+ds.
* d/patches: remove applied patch.
-- Shengqi Chen <harry@debian.org> Wed, 12 Feb 2025 23:07:58 +0800
spdlog (1:1.15.0+ds-2) unstable; urgency=medium
* Team upload.
* Backport a patch from upstream to fix building with fmtlib 11.1.
-- Shengqi Chen <harry@debian.org> Fri, 10 Jan 2025 17:46:13 +0800
spdlog (1:1.15.0+ds-1) unstable; urgency=medium
* Team upload.
* Upload 1.15.0+ds-1 to unstable.
-- Shengqi Chen <harry@debian.org> Fri, 10 Jan 2025 17:45:50 +0800
spdlog (1:1.15.0+ds-1~exp2) experimental; urgency=medium
* Team upload.
* d/control: move libfmt-dev back into Depends of libspdlog-dev
-- Shengqi Chen <harry@debian.org> Mon, 06 Jan 2025 17:24:08 +0800
spdlog (1:1.15.0+ds-1~exp1) experimental; urgency=medium
* Team upload.
* New upstream version 1.15.0+ds (closes: #1087759)
+ bump soversion to 1.15 accordingly
* Use cmake+ninja as build system
* d/patches: remove applied patch & refresh
* d/control:
+ bump std-ver to 4.7.0 (no changes required)
+ re-organize dependencies and B-D (closes: #1087736)
* d/tests: add missing dependencies, use ninja to build
-- Shengqi Chen <harry@debian.org> Fri, 03 Jan 2025 00:05:38 +0800
spdlog (1:1.12.0+ds-2) unstable; urgency=medium
* Team upload.
* Specify minimum compatible version of catch2.
-- Andrius Merkys <merkys@debian.org> Mon, 20 Nov 2023 05:04:22 -0500
spdlog (1:1.12.0+ds-1) unstable; urgency=medium
* Team upload.
* Upload to unstable.
-- Andrius Merkys <merkys@debian.org> Fri, 17 Nov 2023 01:43:49 -0500
spdlog (1:1.12.0+ds-1~exp) experimental; urgency=medium
* Team upload
[ Andreas Tille ]
* New upstream version
Closes: #1053774, #1054684
* Remove constraints unnecessary since bullseye (oldstable):
+ libspdlog1.10: Drop conflict with removed package nheko (<< 0.7.2-3+b1) in
Breaks.
[ Andrius Merkys ]
* Apply upstream patch to fix tests.
* Adapt to soversion change.
-- Andrius Merkys <merkys@debian.org> Mon, 13 Nov 2023 01:49:23 -0500
spdlog (1:1.10.0+ds-1) unstable; urgency=medium
* Acknowlege NMUs.
* d/watch: fix for GitHub breakage.
* d/control: libspdlog-dev suggests qtbase5-dev, libsystemd-dev to
support optional features.
* d/rules: remove three headers that aren't usable on Debian. Closes:
#1035373
* Standards-Version: 4.6.2 (routine-update)
-- Michael R. Crusoe <crusoe@debian.org> Mon, 25 Sep 2023 16:24:02 +0200
spdlog (1:1.10.0+ds-0.4) unstable; urgency=medium
* Non-maintainer upload.
* Breaks and Replaces libspdlog1 << 1:1.10.0+ds-0.3 (Closes: #1017700)
libspdlog1 1:1.10.0+ds-0.1 has same symlink libspdlog.so.1.10.0
-- Shengjing Zhu <zhsj@debian.org> Fri, 19 Aug 2022 20:23:44 +0800
spdlog (1:1.10.0+ds-0.3) unstable; urgency=medium
* Non-maintainer upload.
* Upload to unstable.
* Rebuild with fmtlib 9.0.0.
-- Shengjing Zhu <zhsj@debian.org> Fri, 19 Aug 2022 14:22:08 +0800
spdlog (1:1.10.0+ds-0.2) experimental; urgency=medium
* Non-maintainer upload.
* Backport upstream SOVERSION change.
During spdlog 1.9 -> 1.10, upstream breaks ABI without bumping SOVERSION.
Upstream decides not to fix it for 1.10, but they will use
${SPDLOG_VERSION_MAJOR}.${SPDLOG_VERSION_MINOR} as SOVERSION since 1.11.
* Bump SOVERSION to 1.10 (Closes: #1015742)
-- Shengjing Zhu <zhsj@debian.org> Tue, 16 Aug 2022 00:25:52 +0800
spdlog (1:1.10.0+ds-0.1) unstable; urgency=medium
* Non-maintainer upload.
* Upload to unstable. (Closes: #1014568)
-- Shengjing Zhu <zhsj@debian.org> Thu, 28 Jul 2022 22:46:40 +0800
spdlog (1:1.10.0+ds-0.1~exp2) experimental; urgency=medium
* Team upload.
* Rebuild without library symbols which are unsupportable for
c++ library.
* debian/libspdlog1.symbols: Dropped.
-- Boyuan Yang <byang@debian.org> Sat, 11 Jun 2022 09:24:35 -0400
spdlog (1:1.10.0+ds-0.1~exp1) experimental; urgency=medium
* Non-maintainer upload coordinated with maintainer team. (#1012566)
[ xiao sheng wen ]
* New upstream version 1.10.0+ds (Closes: #1012566)
* d/patches/use-external-fmt.patch: update for New upstream version 1.10.0+ds
[ Andreas Tille ]
* Add symbols file
* Standards-Version: 4.6.1 (routine-update)
[ Boyuan Yang ]
* debian/libspdlog1.symbols: Add Build-Depends-Package field.
* debian/libspdlog1.symbols: Activate SymbolsHelper for a test
experimental build.
-- Boyuan Yang <byang@debian.org> Fri, 10 Jun 2022 20:25:58 -0400
spdlog (1:1.9.2+ds-0.1) experimental; urgency=medium
* Non-maintainer upload with maintainer team acknowledgement.
[ Andreas Tille ]
* Team upload.
* New upstream version
Closes: #1000967
* d/watch: define proper filename
* Standards-Version: 4.6.0 (routine-update)
[ Boyuan Yang ]
* debian/control: Bump fmtlib version requirement to (>= 8.0.1).
-- Boyuan Yang <byang@debian.org> Fri, 10 Dec 2021 14:52:53 -0500
spdlog (1:1.8.5+ds-3) unstable; urgency=medium
* Ignore vendored copy of catch.hpp; use the one from the catch2
package instead. Closes: #993511
-- Michael R. Crusoe <crusoe@debian.org> Fri, 17 Sep 2021 14:59:55 +0200
spdlog (1:1.8.5+ds-2) unstable; urgency=medium
* Fix autopkgtests by tweaking our patch and matching compilation flags
better. (Closes: #992977)
-- Michael R. Crusoe <crusoe@debian.org> Thu, 26 Aug 2021 13:20:09 +0200
spdlog (1:1.8.5+ds-1) unstable; urgency=medium
* Team upload
[ Pino Toscano ]
* Limit libsystemd-dev build dependency to linux-any
* Fix dh_auto_test override
[ xiao sheng wen ]
* New upstream version 1.8.5+ds (Closes: #992359)
* d/watch: fix typo
-- xiao sheng wen <atzlinux@sina.com> Mon, 07 Jun 2021 11:03:13 +0800
spdlog (1:1.8.1+ds-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Track fmtlib abi in libspdlog1 (Closes: #978471)
-- Shengjing Zhu <zhsj@debian.org> Wed, 30 Dec 2020 02:30:44 +0800
spdlog (1:1.8.1+ds-2) unstable; urgency=medium
[ Shengjing Zhu ]
* Drop symbols file
Closes: #977454
-- Andreas Tille <tille@debian.org> Tue, 15 Dec 2020 18:33:59 +0100
spdlog (1:1.8.1+ds-1) unstable; urgency=medium
* Team upload
[ Michael R. Crusoe ]
* New upstream version
* debhelper-compat 13 (routine-update)
* Freshen patches
[ Andreas Tille ]
* Provide symbols file for amd64 only to reduce maintenance burden
Closes: #966959
* Standards-Version: 4.5.1 (routine-update)
-- Andreas Tille <tille@debian.org> Wed, 09 Dec 2020 09:50:06 +0100
spdlog (1:1.5.0+ds-5) unstable; urgency=medium
[ Matthias Klose ]
* Mark one more symbol as optional for ppc64 when building with -O3.
Closes: #961134
[ Michael R. Crusoe ]
* Move libfmt-dev dependency from libspdlog1 to libspdlog-dev.
Closes: #962089
* Adjust libspdlog1 symbols for buster-bpo/amd64. Closes: #963481
* Rules-Requires-Root: no (routine-update)
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
-- Michael R. Crusoe <crusoe@debian.org> Mon, 22 Jun 2020 17:20:18 +0200
spdlog (1:1.5.0+ds-4) unstable; urgency=medium
* Team upload.
[ Michael R. Crusoe ]
* Update Michael's email address
[ Nilesh Patra ]
* Use system libfmt by default
Closes: #956694
[ Andreas Tille ]
* Add salsa-ci.yml
-- Nilesh Patra <npatra974@gmail.com> Sun, 14 Jun 2020 20:46:53 +0200
spdlog (1:1.5.0+ds-3) unstable; urgency=medium
* Speed up nocheck build profile by not building the tests & example
-- Michael R. Crusoe <michael.crusoe@gmail.com> Tue, 03 Mar 2020 11:44:57 +0100
spdlog (1:1.5.0+ds-3~rc1) experimental; urgency=medium
* Hopefully the final symbols refresh for 1.5.0
-- Michael R. Crusoe <michael.crusoe@gmail.com> Tue, 03 Mar 2020 08:50:12 +0100
spdlog (1:1.5.0+ds-3~rc0) experimental; urgency=medium
* Depend on newer libfmt (Closes: #952625)
* libspdlog-dev is Multi-Arch: same
-- Michael R. Crusoe <michael.crusoe@gmail.com> Sun, 01 Mar 2020 11:45:33 +0100
spdlog (1:1.5.0+ds-2) unstable; urgency=medium
* Add Build-Depends-Package meta-information field
* Refresh symbols
-- Michael R. Crusoe <michael.crusoe@gmail.com> Wed, 26 Feb 2020 11:14:14 +0100
spdlog (1:1.5.0+ds-1) unstable; urgency=medium
* Mark libspdlog1 as Multi-Arch: same
* Repack source to remove newer libfmt (Closes: #952543)
-- Michael R. Crusoe <michael.crusoe@gmail.com> Tue, 25 Feb 2020 19:22:37 +0100
spdlog (1:1.5.0-1) unstable; urgency=medium
* Release to unstable with updated symbols
* Use the packaged (older) libfmt package instead of bundled libfmt
-- Michael R. Crusoe <michael.crusoe@gmail.com> Sun, 09 Feb 2020 09:14:13 +0100
spdlog (1:1.5.0-1~rc1) experimental; urgency=medium
* Include symbols file
-- Michael R. Crusoe <michael.crusoe@gmail.com> Sat, 08 Feb 2020 15:28:01 +0100
spdlog (1:1.5.0-1~rc0) experimental; urgency=medium
* New upstream version
* debhelper-compat 12
* Standards-Version: 4.5.0
* Set upstream metadata fields: Name.
* Set upstream metadata fields: Repository.
* Remove obsolete fields Name from debian/upstream/metadata.
-- Michael R. Crusoe <michael.crusoe@gmail.com> Fri, 07 Feb 2020 12:22:39 +0100
spdlog (1:1.3.1-1) unstable; urgency=medium
* New upstream version
-- Michael R. Crusoe <michael.crusoe@gmail.com> Mon, 21 Jan 2019 08:15:35 -0800
spdlog (1:1.3.0-2) unstable; urgency=medium
* No point in building benchmarks, causes issues on some unofficial
archs.
-- Michael R. Crusoe <michael.crusoe@gmail.com> Sat, 12 Jan 2019 09:59:25 -0800
spdlog (1:1.3.0-1) unstable; urgency=medium
* debian/control: Mark us as Multi-Arch: same.
* New upstream version
* Build the benchmark.
* Standards-Version: 4.3.0, no changes needed
-- Michael R. Crusoe <michael.crusoe@gmail.com> Sat, 12 Jan 2019 06:52:15 -0800
spdlog (1:1.2.1-1) unstable; urgency=medium
* New upstream version
-- Michael R. Crusoe <michael.crusoe@gmail.com> Wed, 28 Nov 2018 23:54:29 -0800
spdlog (1:1.2.0-1) unstable; urgency=medium
* New upstream release.
-- Michael R. Crusoe <michael.crusoe@gmail.com> Wed, 17 Oct 2018 03:10:17 -0700
spdlog (1:1.1.0-2) unstable; urgency=medium
* Team upload.
* Drop debian/gdb.conf (specifying only defaults)
* Fix build on several architectures (Thanks for the patch to
Adrian Bunk <bunk@debian.org>)
Closes: #909938
-- Andreas Tille <tille@debian.org> Mon, 01 Oct 2018 08:31:40 +0200
spdlog (1:1.1.0-1) unstable; urgency=medium
* Team upload.
* New upstream version
Closes: #909197
* Standards-Version: 4.2.1
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test
-- Andreas Tille <tille@debian.org> Wed, 19 Sep 2018 21:38:22 +0200
spdlog (1:0.17.0-1) unstable; urgency=medium
* Team upload.
* New upstream version
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.4
-- Andreas Tille <tille@debian.org> Mon, 28 May 2018 21:20:54 +0200
spdlog (1:0.16.3-1) unstable; urgency=medium
* New upstream version
-- Michael R. Crusoe <michael.crusoe@gmail.com> Sat, 17 Feb 2018 09:02:28 -0800
spdlog (1:0.14.0-1) unstable; urgency=medium
* Team upload.
* New upstream version
Closes: #882606
* debhelper 10
-- Andreas Tille <tille@debian.org> Sat, 02 Dec 2017 08:06:47 +0100
spdlog (1:0.11.0-3) unstable; urgency=medium
* Allow stderr, fixes autopkgtests; fix courtesy Graham Inggs
<ginggs@debian.org>. (Closes: #854469)
* Update standards-version to 4.1.1; no changes needed.
-- Michael R. Crusoe <michael.crusoe@gmail.com> Sat, 14 Oct 2017 10:30:35 -0700
spdlog (1:0.11.0-2) unstable; urgency=medium
* Correct URL to upstream
-- Michael R. Crusoe <michael.crusoe@gmail.com> Sun, 09 Oct 2016 05:26:25 -0700
spdlog (1:0.11.0-1) unstable; urgency=medium
* Switch to correct upstream, increment epoch due to different version
numbering. Mea culpa!
-- Michael R. Crusoe <michael.crusoe@gmail.com> Sun, 09 Oct 2016 01:30:45 -0700
spdlog (1.12-1) unstable; urgency=medium
* new upstream release
-- Michael R. Crusoe <michael.crusoe@gmail.com> Sun, 18 Sep 2016 05:52:07 -0700
spdlog (1.11-1) unstable; urgency=medium
* new upstream release
* debian/copyright: updated to track latest code movement
-- Michael R. Crusoe <michael.crusoe@gmail.com> Fri, 26 Aug 2016 09:23:31 -0700
spdlog (1.8-1) unstable; urgency=medium
* new upstream release
-- Michael R. Crusoe <michael.crusoe@gmail.com> Tue, 17 May 2016 02:52:07 -0700
spdlog (1.7-1) unstable; urgency=medium
* new upstream release
* Standards-Version: increment to 3.9.8
* Match upstream's switch to cmake
-- Michael R. Crusoe <michael.crusoe@gmail.com> Sat, 14 May 2016 11:06:05 -0700
spdlog (1.6-2) unstable; urgency=medium
* Fix VCS-Git URL.
-- Michael R. Crusoe <crusoe@ucdavis.edu> Sun, 28 Feb 2016 17:10:41 -0800
spdlog (1.6-1) unstable; urgency=medium
* Update to version 1.6
* Ship examples, tests. Run the tests during build time and added
autopkgtest hook.
-- Michael R. Crusoe <crusoe@ucdavis.edu> Sat, 30 Jan 2016 05:33:59 -0800
spdlog (1.4-1) unstable; urgency=low
* Initial release (Closes: #800337)
-- Michael R. Crusoe <crusoe@ucdavis.edu> Fri, 18 Sep 2015 20:31:46 -0700
|