libatomic-ops 7.4.2-3ubuntu1 source package in Ubuntu

Changelog

libatomic-ops (7.4.2-3ubuntu1) xenial; urgency=medium

  * Merge with Debian; remaining changes:

libatomic-ops (7.4.2-3) unstable; urgency=medium

  * Restore backported patches from 7.4.2-1.1 for mips64/arm64

libatomic-ops (7.4.2-2) unstable; urgency=medium

  * Closes: 811550 -- implement multi-arch
  * Update standards version 3.9.6 (no change)

 -- Matthias Klose <email address hidden>  Wed, 17 Feb 2016 15:56:46 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Ian Wienand
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main libs

Downloads

File Size SHA-256 Checksum
libatomic-ops_7.4.2.orig.tar.gz 454.4 KiB 784d9aec5e713c47ac5673bd4b9b0947e0d0cb03165ae6803d0e62e2c9921ccf
libatomic-ops_7.4.2-3ubuntu1.diff.gz 13.9 KiB 4248fe516c080dbf259f1af2cef6fdac595617835b1ecf74ba19d443731d0b2c
libatomic-ops_7.4.2-3ubuntu1.dsc 1.8 KiB 491c00555ce6c8209e9da43eaed98a76522d728cc18a656ecef2ee9dd2b2779a

View changes file

Binary packages built by this source

libatomic-ops-dev: A library for atomic operations (development files)

 Libatomic-ops implements a large collection of operations, each one
 of which is a combination of an (optional) atomic memory operation,
 and a memory barrier. It also implements associated feature-test
 macros that determine whether a particular operation is available
 on the current target hardware (either directly or by synthesis).
 Libatomic-ops attempts to replace various existing files with similar
 goals, since they usually do not handle differences in memory barrier
 styles with sufficient generality.
 .
 This package provides the header files and documentation needed by
 developers.