diff --git a/gimp-gap-2.6.0.tar.bz2 b/gimp-gap-2.6.0.tar.bz2 deleted file mode 100644 index 3c1fd4f..0000000 --- a/gimp-gap-2.6.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1483f5e17ed5f9107c1702fcac3b7a66e6834061560ccb449fc4eaca7a3c2cca -size 8503561 diff --git a/gimp-gap.changes b/gimp-gap.changes index c78a5ef..9998fb6 100644 --- a/gimp-gap.changes +++ b/gimp-gap.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Nov 6 16:09:33 UTC 2023 - Dominique Leuenberger + +- Fix build with RPM 4.19: unnumbered patches are no longer + supported. + +------------------------------------------------------------------- +Thu May 19 09:18:27 UTC 2022 - Marcus Meissner + +- switch to https source url + +------------------------------------------------------------------- +Mon Sep 20 17:34:28 UTC 2021 - Stanislav Brabec + +- Remove obsolete translation-update-upstream support + (jsc#SLE-21105). + ------------------------------------------------------------------- Wed Jun 6 18:48:30 UTC 2012 - dimstar@opensuse.org diff --git a/gimp-gap.spec b/gimp-gap.spec index d17881f..baaa413 100644 --- a/gimp-gap.spec +++ b/gimp-gap.spec @@ -26,7 +26,6 @@ BuildRequires: automake BuildRequires: gimp-devel >= 2.6.0 BuildRequires: intltool BuildRequires: libjpeg-devel -BuildRequires: translation-update-upstream %if 0%{?BUILD_ORIG} %if ! 0%{?BUILD_ORIG_ADDON} Provides: %{name}-orig = %{version} @@ -42,13 +41,13 @@ Summary: GIMP Animation Package License: GPL-2.0 Group: Productivity/Multimedia/Video/Editors and Convertors %if 0%{?BUILD_ORIG} -Source: ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap/%{name}-%{version}.tar.bz2 +Source: https://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap/%{name}-%{version}.tar.bz2 %else # WARNING: This is not a comment, but the real command to repack souce: #%(bash %{_sourcedir}/%{name}-patch-source.sh %{name}-%{version}.tar.bz2) Source: %{name}-%{version}-patched.tar.bz2 %endif -Patch: %{name}-patched.patch +Patch0: %{name}-patched.patch # PATCH-FIX-OPENSUSE gimp-gap-no-strict-aliasing.patch sbrabec@suse.cz -- Disables strict aliasing for part of the code. Patch1: %{name}-no-strict-aliasing.patch # PATCH-FIX-UPSTREAM gimp-gap-warnings.patch bgo585343 sbrabec@suse.cz -- Fix of serious warnings. @@ -95,9 +94,8 @@ sequences of single frames. %setup -q chmod -x ChangeLog %if ! 0%{?BUILD_ORIG} -%patch +%patch0 %endif -translation-update-upstream %if 0%{?BUILD_ORIG} %patch1 %endif