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:
parent
c72d006459
commit
6529f769a9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:219724edad3d580d4d37b22e1d7cb52f0006d282d26a9b8681b560a625142ee6
|
|
||||||
size 496917
|
|
3
libatomic_ops-7.6.6.tar.gz
Normal file
3
libatomic_ops-7.6.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:99feabc5f54877f314db4fadeb109f0b3e1d1a54afb6b4b3dfba1e707e38e074
|
||||||
|
size 498187
|
@ -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
|
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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: libatomic_ops
|
||||||
Version: 7.6.2
|
Version: 7.6.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A portable library for atomic memory operations
|
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++
|
Group: Development/Languages/C and C++
|
||||||
Url: https://github.com/ivmai/libatomic_ops
|
Url: https://github.com/ivmai/libatomic_ops
|
||||||
|
|
||||||
#Git-Clone: git://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
|
Source: http://www.ivmaisoft.com/_bin/atomic_ops/%name-%version.tar.gz
|
||||||
Patch1: libatomic_ops-ppc64.patch
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -54,7 +53,6 @@ that involves minimum overhead across a variety of architectures.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -P 1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
|
Loading…
Reference in New Issue
Block a user