Michael R. Crusoe pushed to branch master at Debian Med / spdlog
Commits: c9bdeaca by Michael R. Crusoe at 2020-06-22T16:54:26+02:00 Move libfmt-dev dependency from libspdlog1 to libspdlog-dev. Closes: #962089 - - - - - 6a096896 by Michael R. Crusoe at 2020-06-22T16:54:54+02:00 Adjust libspdlog1 symbols for buster-bpo/amd64. Closes: #963481 - - - - - 4ffa7732 by Michael R. Crusoe at 2020-06-22T16:58:17+02:00 Mark one more symbol as optional for ppc64 when building with -O3. Closes: #961134 - - - - - a7df5f33 by Michael R. Crusoe at 2020-06-22T17:12:11+02:00 routine-update: Rules-Requires-Root: no - - - - - 4955dd5f by Michael R. Crusoe at 2020-06-22T17:12:13+02:00 Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html Fixes: lintian: upstream-metadata-missing-repository See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html - - - - - 5feb8e1a by Michael R. Crusoe at 2020-06-22T17:20:30+02:00 release 1:1.5.0+ds-5 - - - - - 4 changed files: - debian/changelog - debian/control - debian/libspdlog1.symbols - debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,19 @@ +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 <[email protected]> Mon, 22 Jun 2020 17:20:18 +0200 + spdlog (1:1.5.0+ds-4) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -13,11 +13,13 @@ Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/spdlog Vcs-Git: https://salsa.debian.org/med-team/spdlog.git Homepage: https://github.com/gabime/spdlog +Rules-Requires-Root: no Package: libspdlog-dev Architecture: any Multi-Arch: same Depends: libspdlog1 (= ${binary:Version}), + libfmt-dev (>= 6.1.2+ds), ${misc:Depends} Description: Very fast, header only or compiled, C++ logging library Features: Very fast - performance is the primary goal; Headers only; No @@ -37,7 +39,6 @@ Architecture: any Multi-Arch: same Section: libs Depends: ${shlibs:Depends}, - libfmt-dev (>= 6.1.2+ds), ${misc:Depends} Description: Very fast C++ logging library Features: Very fast - performance is the primary goal; Headers only; No ===================================== debian/libspdlog1.symbols ===================================== @@ -203,7 +203,7 @@ libspdlog.so.1 libspdlog1 #MINVER# _ZN3fmt2v68internal6bigint12assign_pow10Ei@Base 1.5.0 _ZN3fmt2v68internal6bigintD1Ev@Base 1.5.0 _ZN3fmt2v68internal6bigintD2Ev@Base 1.5.0 - (arch=ia64 ppc64 ppc64el sparc64)_ZN3fmt2v68internal6bigintlSEi@Base 1.5.0 + (arch=ia64 sparc64)_ZN3fmt2v68internal6bigintlSEi@Base 1.5.0 (optional=templinst)_ZN3fmt2v68internal6bufferIcE6appendIcEEvPKT_S7_@Base 1.5.0 (optional=templinst)_ZN3fmt2v68internal6bufferIwE6appendIwEEvPKT_S7_@Base 1.5.0 (optional=templinst)_ZN3fmt2v68internal7arg_mapINS0_20basic_format_contextISt20back_insert_iteratorINS1_6bufferIcEEEcEEE4initERKNS0_17basic_format_argsIS8_EE@Base 1.5.0 ===================================== debian/upstream/metadata ===================================== @@ -1 +1,4 @@ -Repository: https://github.com/gabime/spdlog +Bug-Database: https://github.com/gabime/spdlog/issues +Bug-Submit: https://github.com/gabime/spdlog/issues/new +Repository: https://github.com/gabime/spdlog.git +Repository-Browse: https://github.com/gabime/spdlog View it on GitLab: https://salsa.debian.org/med-team/spdlog/-/compare/5f6f8100663746e2908b738c0540b08d52998220...5feb8e1ac4d7b736ed0cdce7eb4ad4da0de75689 -- View it on GitLab: https://salsa.debian.org/med-team/spdlog/-/compare/5f6f8100663746e2908b738c0540b08d52998220...5feb8e1ac4d7b736ed0cdce7eb4ad4da0de75689 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
