Accepting request 607318 from home:scarabeus_iv:branches:devel:libraries:c_c++
- Revert to release 1.13 to allow migration to split compat package first. Otherwise OBS can't get heads or tails on conflicts OBS-URL: https://build.opensuse.org/request/show/607318 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=47
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
libgdbm5
|
||||
libgdbm4
|
||||
obsoletes "gdbm-<targettype> < <version>"
|
||||
libgdbm_compat4
|
||||
conflicts "libgdbm4-<targettype>"
|
||||
conflicts "libgdbm3-<targettype>"
|
||||
gdbm-devel
|
||||
requires "libgdbm5-<targettype> = <version>"
|
||||
requires "libgdbm4<targettype> = <version>"
|
||||
requires "libgdbm_compat4-<targettype> = <version>"
|
||||
|
3
gdbm-1.13.tar.gz
Normal file
3
gdbm-1.13.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d252cbd7d793f7b12bcceaddda98d257c14f4d1890d851c386c37207000a253
|
||||
size 891987
|
7
gdbm-1.13.tar.gz.sig
Normal file
7
gdbm-1.13.tar.gz.sig
Normal file
@@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.15 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAljEKKgACgkQNgKwf1XQxzJI/gCgneIHAy4tfcEhzuNLeVE4PO+D
|
||||
TxcAoKNkmTk5PwNBHSbsOI8sanQop+F/
|
||||
=R+s2
|
||||
-----END PGP SIGNATURE-----
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cdceff00ffe014495bed3aed71c7910aa88bf29379f795abc0f46d4ee5f8bc5f
|
||||
size 894412
|
@@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.15 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlpM/RMACgkQNgKwf1XQxzJ/VACghGZzncnAAgNRdtWl0Q6J1WR+
|
||||
i1EAn1yWMe7Y31thdTCnZumJAOs6Cl6Y
|
||||
=Ixl8
|
||||
-----END PGP SIGNATURE-----
|
@@ -5,7 +5,7 @@ Index: src/version.c
|
||||
@@ -25,9 +25,6 @@
|
||||
making the distdir. */
|
||||
const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". "
|
||||
"03/01/2018"
|
||||
"11/03/2017"
|
||||
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
|
||||
- " (built " __DATE__ " " __TIME__ ")"
|
||||
-#endif
|
||||
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 14 17:55:17 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Revert to release 1.13 to allow migration to split compat package
|
||||
first. Otherwise OBS can't get heads or tails on conflicts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 14 09:13:07 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
@@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define lname libgdbm5
|
||||
%define lname libgdbm4
|
||||
%define lcompat libgdbm_compat4
|
||||
Name: gdbm
|
||||
Version: 1.14.1
|
||||
Version: 1.13
|
||||
Release: 0
|
||||
Summary: GNU dbm key/data database
|
||||
License: GPL-3.0-or-later
|
||||
@@ -79,7 +79,6 @@ License: GPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
Recommends: %{name}-lang = %{version}
|
||||
# Was provided in older sonames
|
||||
Conflicts: libgdbm4
|
||||
Conflicts: libgdbm3
|
||||
|
||||
%description -n %{lcompat}
|
||||
|
Reference in New Issue
Block a user