15
0

Accepting request 1174614 from home:dimstar:Factory

- Use %autosetup macro: allows us to eliminiate usage of deprecated
  %patchN syntax.

OBS-URL: https://build.opensuse.org/request/show/1174614
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cinemagoer?expand=0&rev=3
This commit is contained in:
2024-05-17 06:21:25 +00:00
committed by Git OBS Bridge
parent 8148cc3f43
commit 5c1a3b1f1e
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 16 14:46:26 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro: allows us to eliminiate usage of deprecated
%patchN syntax.
-------------------------------------------------------------------
Mon Jun 5 14:24:33 UTC 2023 - Ana Guerrero <ana.guerrero@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cinemagoer
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -32,7 +32,7 @@ BuildRequires: python-rpm-macros
Requires: python-SQLAlchemy
Requires: python-lxml
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
Provides: python-IMDbPY = %version-%release
Obsoletes: python-IMDbPY < %version-%release
BuildArch: noarch
@@ -46,8 +46,7 @@ cinemagoer can retrieve data from both the IMDb's web server and a local
copy of the whole database.
%prep
%setup -q -n cinemagoer-%{version}
%patch0 -p1
%autosetup -p1 -n cinemagoer-%{version}
%build
%python_build