Andreas Tille pushed to branch master at Debian Med / libmurmurhash
Commits: 83b99c3c by Fabian Klötzl at 2019-07-08T14:52:14Z document recent changes - - - - - 6637a33c by Fabian Klötzl at 2019-07-09T09:32:47Z adapt d/symbols file - - - - - 3 changed files: - debian/changelog - debian/control - debian/libmurmurhash1.symbols → debian/libmurmurhash2.symbols Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,8 @@ -libmurmurhash (1.3-3) UNRELEASED; urgency=medium +libmurmurhash (1.5-1) UNRELEASED; urgency=medium * Team upload. + * Update to upstream version 1.5 + This also includes a SONAME bump to 2 * Mark the binary packages as Multi-Arch: same -- Michael R. Crusoe <[email protected]> Sat, 16 Feb 2019 01:11:50 -0800 ===================================== debian/control ===================================== @@ -10,7 +10,7 @@ Vcs-Browser: https://salsa.debian.org/med-team/libmurmurhash Vcs-Git: https://salsa.debian.org/med-team/libmurmurhash.git Homepage: https://github.com/kloetzl/libmurmurhash -Package: libmurmurhash1 +Package: libmurmurhash2 Architecture: any Multi-Arch: same Section: libs @@ -28,7 +28,7 @@ Package: libmurmurhash-dev Architecture: any Multi-Arch: same Section: libdevel -Depends: libmurmurhash1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: libmurmurhash2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: libmurmurhash header files MurmurHash is one of the most commonly used non-cryptographic hash functions. This project bundles it into a shared library to avoid code ===================================== debian/libmurmurhash1.symbols → debian/libmurmurhash2.symbols ===================================== @@ -1,11 +1,7 @@ -libmurmurhash.so.1 libmurmurhash1 #MINVER# +libmurmurhash.so.2 libmurmurhash2 #MINVER# MurmurHash3_x64_128@Base 0.2 MurmurHash3_x86_128@Base 0.2 MurmurHash3_x86_32@Base 0.2 - PMurHash32@Base 0.2 - PMurHash32_Process@Base 0.2 - PMurHash32_Result@Base 0.2 - PMurHash32_test@Base 0.2 lmmh_x64_128@Base 0.2 lmmh_x86_128@Base 0.2 lmmh_x86_32@Base 0.2 View it on GitLab: https://salsa.debian.org/med-team/libmurmurhash/compare/fab76e0f6fdff8a0e9b4c487e913d75e24d85722...6637a33c1b528e6d372040e2c42bc71afc24630f -- View it on GitLab: https://salsa.debian.org/med-team/libmurmurhash/compare/fab76e0f6fdff8a0e9b4c487e913d75e24d85722...6637a33c1b528e6d372040e2c42bc71afc24630f 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
