From 25e7e672a8562e37a385632f0041f47a75d535860e4a429c8d82b350546e53db Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 20 Jun 2013 14:08:45 +0000 Subject: [PATCH 1/4] Updating link to change in openSUSE:Factory/libdb-4_8 revision 18.0 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdb-4_8?expand=0&rev=e90d6a0e32f4d2c1d0307c4c79783263 --- libdb-4_8.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libdb-4_8.spec b/libdb-4_8.spec index 218be89..0d9a551 100644 --- a/libdb-4_8.spec +++ b/libdb-4_8.spec @@ -80,6 +80,7 @@ Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: glibc-devel Conflicts: libdb-4_5-devel +Provides: db-devel %description devel The Berkeley DB Database is a programmatic toolkit that provides From c92188c78442f5ea539eb368bb8efad7ca90b9c03f1496b6cf914ca7d8df5271 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 20 Jun 2013 14:09:22 +0000 Subject: [PATCH 2/4] remove here OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdb-4_8?expand=0&rev=32 --- libdb-4_8.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/libdb-4_8.spec b/libdb-4_8.spec index 0d9a551..218be89 100644 --- a/libdb-4_8.spec +++ b/libdb-4_8.spec @@ -80,7 +80,6 @@ Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: glibc-devel Conflicts: libdb-4_5-devel -Provides: db-devel %description devel The Berkeley DB Database is a programmatic toolkit that provides From 24fc784a4e7d629a695435ee33206c7a87da4abc84382d8f49f78bc0b68209ba Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 23 Jul 2013 07:33:15 +0000 Subject: [PATCH 3/4] - readd the provides of db-devel, we're not going to switch to db 6.0 too eagerly: http://lwn.net/Articles/557487/ OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdb-4_8?expand=0&rev=33 --- libdb-4_8.changes | 6 ++++++ libdb-4_8.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/libdb-4_8.changes b/libdb-4_8.changes index c45b9a2..5670993 100644 --- a/libdb-4_8.changes +++ b/libdb-4_8.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 23 07:30:46 UTC 2013 - coolo@suse.com + +- readd the provides of db-devel, we're not going to switch to db 6.0 + too eagerly: http://lwn.net/Articles/557487/ + ------------------------------------------------------------------- Wed Jun 19 11:13:31 UTC 2013 - werner@suse.de diff --git a/libdb-4_8.spec b/libdb-4_8.spec index 218be89..0d9a551 100644 --- a/libdb-4_8.spec +++ b/libdb-4_8.spec @@ -80,6 +80,7 @@ Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: glibc-devel Conflicts: libdb-4_5-devel +Provides: db-devel %description devel The Berkeley DB Database is a programmatic toolkit that provides From 281c2db59a87c3ef6f888b5b780638c4792ac9a7a62a02cc3f9ce0c9605b5dba Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 23 Jul 2013 07:41:12 +0000 Subject: [PATCH 4/4] - readd the provides of db-*, we're not going to switch to db 6.0 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdb-4_8?expand=0&rev=34 --- libdb-4_8.changes | 2 +- libdb-4_8.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libdb-4_8.changes b/libdb-4_8.changes index 5670993..62a845f 100644 --- a/libdb-4_8.changes +++ b/libdb-4_8.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Tue Jul 23 07:30:46 UTC 2013 - coolo@suse.com -- readd the provides of db-devel, we're not going to switch to db 6.0 +- readd the provides of db-*, we're not going to switch to db 6.0 too eagerly: http://lwn.net/Articles/557487/ ------------------------------------------------------------------- diff --git a/libdb-4_8.spec b/libdb-4_8.spec index 0d9a551..260a9d1 100644 --- a/libdb-4_8.spec +++ b/libdb-4_8.spec @@ -52,6 +52,8 @@ This package contains the necessary runtime libraries. %package -n db48-utils Summary: Command Line tools for Managing Berkeley DB Databases Group: Productivity/Databases/Tools +Provides: db-utils = %{version} +Obsoletes: db-utils < %{version} %description -n db48-utils The Berkeley DB Database is a programmatic toolkit that provides @@ -63,7 +65,9 @@ databases. %package -n db48-doc Summary: Documentation for Berkeley DB Group: Development/Libraries/C and C++ +Provides: db-doc = %{version} Provides: db-utils-doc = %{version} +Obsoletes: db-doc < %{version} %if 0%{?suse_version} >= 1120 BuildArch: noarch %endif @@ -80,7 +84,7 @@ Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: glibc-devel Conflicts: libdb-4_5-devel -Provides: db-devel +Provides: db-devel = %{version} %description devel The Berkeley DB Database is a programmatic toolkit that provides