forked from pool/libatomic_ops
Accepting request 644117 from home:seanlew:branches:devel:libraries:c_c++
Update libatomic_ops to 7.6.6 OBS-URL: https://build.opensuse.org/request/show/644117 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libatomic_ops?expand=0&rev=23
This commit is contained in:
committed by
Git OBS Bridge
parent
c72d006459
commit
6529f769a9
BIN
libatomic_ops-7.6.2.tar.gz
(Stored with Git LFS)
BIN
libatomic_ops-7.6.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
libatomic_ops-7.6.6.tar.gz
(Stored with Git LFS)
Normal file
BIN
libatomic_ops-7.6.6.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 24 05:09:08 UTC 2018 - sean@suspend.net
|
||||
|
||||
- Update to new upstream release 7.6.6
|
||||
* Fix undefined reference to __atomic_load/store/cas_16
|
||||
* Fix a typo in the overview section of README
|
||||
* Fix comments style in configure.ac and Makefile.am
|
||||
* Update copyright information in README and some header files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 11:04:41 UTC 2018 - jengelh@inai.de
|
||||
|
||||
|
@@ -12,21 +12,20 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libatomic_ops
|
||||
Version: 7.6.2
|
||||
Version: 7.6.6
|
||||
Release: 0
|
||||
Summary: A portable library for atomic memory operations
|
||||
License: GPL-2.0+ and MIT
|
||||
License: GPL-2.0-or-later AND MIT
|
||||
Group: Development/Languages/C and C++
|
||||
Url: https://github.com/ivmai/libatomic_ops
|
||||
|
||||
#Git-Clone: git://github.com/ivmai/libatomic_ops
|
||||
Source: http://www.ivmaisoft.com/_bin/atomic_ops/%name-%version.tar.gz
|
||||
Patch1: libatomic_ops-ppc64.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
@@ -54,7 +53,6 @@ that involves minimum overhead across a variety of architectures.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -P 1 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
|
Reference in New Issue
Block a user