From 2b4a5886f39f9493bd0562f1ead20db78529f1a98316f5bda54ba765069d791a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 5 May 2021 15:16:43 +0000 Subject: [PATCH] - Drop baselibs.conf: eds-32bit seems no longer to be needed. Let's try to reduce the 32bit footprint a bit further. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=396 --- baselibs.conf | 10 ---------- evolution-data-server.changes | 6 ++++++ evolution-data-server.spec | 2 -- 3 files changed, 6 insertions(+), 12 deletions(-) delete mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf deleted file mode 100644 index 4f84b2c..0000000 --- a/baselibs.conf +++ /dev/null @@ -1,10 +0,0 @@ -evolution-data-server -libcamel-1_2-62 -libebackend-1_2-10 -libebook-1_2-20 -libebook-contacts-1_2-3 -libecal-2_0-1 -libedata-book-1_2-26 -libedata-cal-2_0-1 -libedataserver-1_2-26 -libedataserverui-1_2-3 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index be83b78..dbeaf33 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 5 15:16:02 UTC 2021 - Dominique Leuenberger + +- Drop baselibs.conf: eds-32bit seems no longer to be needed. Let's + try to reduce the 32bit footprint a bit further. + ------------------------------------------------------------------- Fri Apr 30 12:53:59 UTC 2021 - Dominique Leuenberger diff --git a/evolution-data-server.spec b/evolution-data-server.spec index e60bec5..b654e07 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -19,7 +19,6 @@ %global with_docs 0 # Shared Library soNUMs, to make it easier for updates -# When updating the sonums, do not forget to also update baselibs.conf %define so_camel 62 %define so_ebackend 10 %define so_edataserver 26 @@ -39,7 +38,6 @@ License: LGPL-2.0-only Group: Development/Libraries/GNOME URL: https://wiki.gnome.org/Apps/Evolution Source0: https://download.gnome.org/sources/evolution-data-server/3.40/%{name}-%{version}.tar.xz -Source99: baselibs.conf BuildRequires: cmake BuildRequires: db-devel