Accepting request 103834 from devel:libraries:c_c++
- put the provides for libatomic-ops-devel in a package actually in existance (forwarded request 103786 from coolo) OBS-URL: https://build.opensuse.org/request/show/103834 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gc?expand=0&rev=22
This commit is contained in:
commit
d7ca3c8170
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 11 08:55:11 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- put the provides for libatomic-ops-devel in a package actually
|
||||||
|
in existance
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 25 16:02:21 UTC 2011 - idonmez@suse.com
|
Sun Dec 25 16:02:21 UTC 2011 - idonmez@suse.com
|
||||||
|
|
||||||
|
7
gc.spec
7
gc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gc
|
# spec file for package gc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: gc
|
Name: gc
|
||||||
Version: 7.1.9.6
|
Version: 7.1.9.6
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -29,8 +30,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
Conflicts: libatomic-ops-devel <= %{src_ver}
|
|
||||||
Provides: libatomic-ops-devel = %{src_ver}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Boehm-Demers-Weiser conservative garbage collector can be used as a
|
The Boehm-Demers-Weiser conservative garbage collector can be used as a
|
||||||
@ -75,6 +74,8 @@ be otherwise accessed.
|
|||||||
Summary: Atomic memory update operations
|
Summary: Atomic memory update operations
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Provides: libatomic_ops-static = %{version}-%{release}
|
Provides: libatomic_ops-static = %{version}-%{release}
|
||||||
|
Obsoletes: libatomic-ops-devel <= 1.2
|
||||||
|
Provides: libatomic-ops-devel = %{version}
|
||||||
|
|
||||||
%description -n libatomic_ops-devel
|
%description -n libatomic_ops-devel
|
||||||
Provides implementations for atomic memory update operations on a
|
Provides implementations for atomic memory update operations on a
|
||||||
|
Loading…
Reference in New Issue
Block a user