Dominique Leuenberger 2024-03-19 13:30:42 +00:00 committed by Git OBS Bridge
parent c61f131d83
commit 8793ca2c5e
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 29 16:14:17 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update version to match epiphany.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 28 11:49:30 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org> Tue Nov 28 11:49:30 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package epiphany-branding-openSUSE # spec file for package epiphany-branding-openSUSE
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# 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
@ -18,7 +18,7 @@
%define epiphany_version %(rpm -q --qf '%%{version}' epiphany) %define epiphany_version %(rpm -q --qf '%%{version}' epiphany)
Name: epiphany-branding-openSUSE Name: epiphany-branding-openSUSE
Version: 42.1 Version: %{epiphany_version}
Release: 0 Release: 0
Summary: GNOME Web Browser -- openSUSE default bookmarks and user agent string Summary: GNOME Web Browser -- openSUSE default bookmarks and user agent string
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -34,7 +34,7 @@ BuildRequires: epiphany >= 3.23.2
# reuse build root. You have to build in a clean build root every time! # reuse build root. You have to build in a clean build root every time!
BuildRequires: epiphany-branding-upstream >= 3.11.2 BuildRequires: epiphany-branding-upstream >= 3.11.2
Requires: epiphany = %{epiphany_version} Requires: epiphany = %{epiphany_version}
Supplements: packageand(epiphany:branding-openSUSE) Supplements: (epiphany and branding-openSUSE)
Conflicts: epiphany-branding Conflicts: epiphany-branding
Provides: epiphany-branding = %{epiphany_version} Provides: epiphany-branding = %{epiphany_version}
BuildArch: noarch BuildArch: noarch