Accepting request 922144 from GNOME:Next

- Add Provides: libsoup2 to the library, so that the lang package
  is installable.
- Remove the left-over provides/obsoltes for libsoup (which is now
  libsoup 3).

OBS-URL: https://build.opensuse.org/request/show/922144
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup2?expand=0&rev=2
This commit is contained in:
2021-09-29 10:23:02 +00:00
committed by Git OBS Bridge
parent 19f8e3184f
commit 880d7f94fb
2 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Sep 29 10:14:16 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Add Provides: libsoup2 to the library, so that the lang package
is installable.
- Remove the left-over provides/obsoltes for libsoup (which is now
libsoup 3).
-------------------------------------------------------------------
Wed Aug 25 13:43:03 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -65,9 +65,8 @@ Group: Development/Libraries/GNOME
Requires: glib-networking >= 2.27.90
# For NTLM single sign on
Suggests: samba-winbind
# Needed for smooth upgrades and to make the lang package installable
Provides: %{_name} = %{version}
Obsoletes: %{_name} < %{version}
# Needed to make the lang package installable
Provides: %{name} = %{version}
%description -n %{_name}-2_4-1
Libsoup is an HTTP client/server library for GNOME. It uses GObjects