From c0c8a1d55c6664331b797378963fdf5532423f4d144be9428526c6cc6083c953 Mon Sep 17 00:00:00 2001 From: Paolo Stivanin Date: Fri, 19 Jan 2024 10:30:23 +0000 Subject: [PATCH] - Update to 2.0.3~git.20231001: * switch to a new fork that removes Python2 requirements OBS-URL: https://build.opensuse.org/package/show/graphics/gimp-plugin-resynthesizer?expand=0&rev=13 --- _service | 2 +- ...in-resynthesizer-2.0.3~git.20220422.tar.xz | 3 --- ...in-resynthesizer-2.0.3~git.20231001.tar.xz | 3 +++ gimp-plugin-resynthesizer.changes | 6 +++++ gimp-plugin-resynthesizer.spec | 24 +++++++++---------- 5 files changed, 21 insertions(+), 17 deletions(-) delete mode 100644 gimp-plugin-resynthesizer-2.0.3~git.20220422.tar.xz create mode 100644 gimp-plugin-resynthesizer-2.0.3~git.20231001.tar.xz diff --git a/_service b/_service index f0b1528..417250d 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - https://github.com/bootchk/resynthesizer + https://github.com/itr-tert/gimp-resynthesizer-scm git .git gimp-plugin-resynthesizer diff --git a/gimp-plugin-resynthesizer-2.0.3~git.20220422.tar.xz b/gimp-plugin-resynthesizer-2.0.3~git.20220422.tar.xz deleted file mode 100644 index 0a06e1b..0000000 --- a/gimp-plugin-resynthesizer-2.0.3~git.20220422.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08a5ce071aa7df584506bf2d1d9d898e84d469af219b5bb486176f17932ce362 -size 6127832 diff --git a/gimp-plugin-resynthesizer-2.0.3~git.20231001.tar.xz b/gimp-plugin-resynthesizer-2.0.3~git.20231001.tar.xz new file mode 100644 index 0000000..66471aa --- /dev/null +++ b/gimp-plugin-resynthesizer-2.0.3~git.20231001.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece95469393f4ed429b4621978458c74eac85ada7ecf655809e086543800e407 +size 6135552 diff --git a/gimp-plugin-resynthesizer.changes b/gimp-plugin-resynthesizer.changes index f01f117..b0bc32a 100644 --- a/gimp-plugin-resynthesizer.changes +++ b/gimp-plugin-resynthesizer.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 19 10:29:36 UTC 2024 - Paolo Stivanin + +- Update to 2.0.3~git.20231001: + * switch to a new fork that removes Python2 requirements + ------------------------------------------------------------------- Thu Sep 8 06:22:53 UTC 2022 - Paolo Stivanin diff --git a/gimp-plugin-resynthesizer.spec b/gimp-plugin-resynthesizer.spec index d9f9b75..4e5926d 100644 --- a/gimp-plugin-resynthesizer.spec +++ b/gimp-plugin-resynthesizer.spec @@ -1,7 +1,7 @@ # # spec file for package gimp-plugin-resynthesizer # -# Copyright (c) 2022 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 @@ -17,22 +17,19 @@ Name: gimp-plugin-resynthesizer -Version: 2.0.3~git.20220422 +Version: 2.0.3~git.20231001 Release: 0 License: GPL-3.0-or-later Summary: Suite of gimp plugins for texture synthesis -URL: https://github.com/bootchk/resynthesizer +URL: https://github.com/itr-tert/gimp-resynthesizer-scm Group: Productivity/Graphics/Bitmap Editors Source: %{name}-%{version}.tar.xz BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc -BuildRequires: gimp -BuildRequires: gimp-devel +BuildRequires: gimp-devel < 3.0 BuildRequires: intltool BuildRequires: pkgconfig(glib-2.0) -Requires: gimp-plugins-python -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package is a set of plugins for use with the Gimp program. @@ -43,25 +40,26 @@ The package includes: - various plugins (in Python language) that call the resynthesizer engine %prep -%autosetup +%autosetup -p1 %build ./autogen.sh %configure -make %{?_smp_mflags} +%make_build %install %make_install -%find_lang resynthesizer %clean rm -rf %{buildroot} -%files -f resynthesizer.lang -%defattr(-,root,root) -%doc AUTHORS ChangeLog NEWS README +%files +%doc README.md %license COPYING %{_libdir}/gimp/2.0/plug-ins/* %{_datadir}/resynthesizer/ +%dir %{_datadir}/gimp/2.0/scripts +%dir %{_datadir}/gimp/2.0/scripts/resynthesizer-scm +%{_datadir}/gimp/2.0/scripts/resynthesizer-scm/* %changelog