Skip to content

Commit fe49240

Browse files
author
Release Manager
committed
gh-35399: libatomic_ops: Update to 7.8.0 <!-- Please provide a concise, informative and self-explanatory title. --> <!-- Don't put issue numbers in the title. Put it in the Description below. --> <!-- For example, instead of "Fixes #12345", use "Add a new method to multiply two integers" --> ### 📚 Description <!-- Describe your changes here in detail. --> <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> This is an update to the latest stable release of libatomic_ops. I'm the upstream maintainer of the package. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x ]`. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #35399 Reported by: Ivan Maidanski Reviewer(s):
2 parents 76191ac + 518353b commit fe49240

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

build/pkgs/libatomic_ops/SPKG.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,21 @@ libatomic_ops: Access hardware-provided atomic memory update operations
44
Description
55
-----------
66

7-
A part of the Boehm-Demers-Weiser conservative garbage collector.
7+
This package provides semi-portable access to hardware-provided
8+
atomic memory update operations on a number of architectures.
9+
810

911
License
1012
-------
1113

12-
- Permissive BSD + GPL 2.0+
14+
- MIT + GPL 2.0+
1315

1416

1517
Upstream Contact
1618
----------------
1719

18-
- Webpage: http://www.hboehm.info/gc/
19-
- Email List: [email protected]
20+
https://github.com/ivmai/libatomic_ops/
21+
2022

2123
Special Update/Build Instructions
2224
---------------------------------
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=libatomic_ops-VERSION.tar.gz
2-
sha1=ad1c9cd6cc22e042a784e34baa360874083e5f60
3-
md5=90a78a84d9c28ce11f331c25289bfbd0
4-
cksum=1553525211
2+
sha1=69223bbec025a0d57977feb861479f78a5e6c8d7
3+
md5=a7e51e8041c3e60c298c037b2789c3fa
4+
cksum=596151076
55
upstream_url=https://github.com/ivmai/libatomic_ops/releases/download/vVERSION/libatomic_ops-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.10
1+
7.8.0

0 commit comments

Comments
 (0)