public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gimp-resynthesizer] f43: Update to upstream 3.0.1 (rhbz#2453456)
@ 2026-09-12 18:08 Luya Tshimbalanga
0 siblings, 0 replies; only message in thread
From: Luya Tshimbalanga @ 2026-09-12 18:08 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gimp-resynthesizer
Branch : f43
Commit : b6193d07315960eef92e4625f0d4337c43b490f6
Author : Luya Tshimbalanga <luya@fedoraproject.org>
Date : 2026-09-12T11:07:57-07:00
Stats : +8/-6 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gimp-resynthesizer/c/b6193d07315960eef92e4625f0d4337c43b490f6?branch=f43
Log:
Update to upstream 3.0.1 (rhbz#2453456)
---
diff --git a/.gitignore b/.gitignore
index 44d3775..3b726ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ resynthesizer-0.16.tar.gz
/resynthesizer-adfa25a.tar.gz
/resynthesizer-20250518git3846f79.tar.gz
/resynthesizer-3.0.0.tar.gz
+/resynthesizer-3.0.1.tar.gz
diff --git a/gimp-resynthesizer.spec b/gimp-resynthesizer.spec
index b63b4a6..74ff3ef 100644
--- a/gimp-resynthesizer.spec
+++ b/gimp-resynthesizer.spec
@@ -5,7 +5,7 @@
#%%global snapshotver 20250518git%%{shortcommit}
Name: gimp-%{pkgname}
-Version: 3.0.0
+Version: 3.0.1
Release: %autorelease %{?snapshotver:-p -s %{snapshotver}}
Summary: GIMP plug-in for texture synthesis
License: GPL-3.0-or-later
@@ -34,7 +34,7 @@ ExcludeArch: s390x
%description
Modern texture synthesis plugin for GIMP 3 implementing:
-- AI-assisted inpainting and object removal
+- AI-assisted in-painting and object removal
- Neural texture synthesis
- Seamless pattern generation
- Context-aware image manipulation
@@ -52,20 +52,21 @@ Modern texture synthesis plugin for GIMP 3 implementing:
%install
%meson_install
mkdir -p %{buildroot}%{_metainfodir}
-install -Dpm 644 %{name}.metainfo.xml %{buildroot}%{_metainfodir}/
+install -Dpm 644 %{name}.metainfo.xml \
+ %{buildroot}%{_metainfodir}/%{pkgname}.bootchk.com.github.metainfo.xml
%check
%meson_test
# Post-process desktop file with AppStream metadata
appstream-util validate-relax --nonet \
- %{buildroot}%{_metainfodir}/%{name}.metainfo.xml
+ %{buildroot}%{_metainfodir}/%{pkgname}.bootchk.com.github.metainfo.xml
%files
%license COPYING
%doc ChangeLog README.md
%{_libdir}/gimp/3.0/plug-ins/
-%{_metainfodir}/%{name}.metainfo.xml
+%{_metainfodir}/%{pkgname}.bootchk.com.github.metainfo.xml
%changelog
%autochangelog
diff --git a/sources b/sources
index 27218d0..2e58a06 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (resynthesizer-3.0.0.tar.gz) = 053b365bb4c1d8228a3fe1e67fb9758c67a4dc040801ab3179b2c973508137aa8995a6f3c51a270c61b9cd8019e755cb4e8e1650857e288c112a2948daf4fb66
+SHA512 (resynthesizer-3.0.1.tar.gz) = 053b365bb4c1d8228a3fe1e67fb9758c67a4dc040801ab3179b2c973508137aa8995a6f3c51a270c61b9cd8019e755cb4e8e1650857e288c112a2948daf4fb66
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-12 18:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-12 18:08 [rpms/gimp-resynthesizer] f43: Update to upstream 3.0.1 (rhbz#2453456) Luya Tshimbalanga
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox