Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
ad1132c426 |
@@ -1,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Feb 22 08:15:24 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
|
||||||
|
|
||||||
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
||||||
%patchN.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 28 15:04:29 UTC 2023 - pgajdos@suse.com
|
Tue Feb 28 15:04:29 UTC 2023 - pgajdos@suse.com
|
||||||
|
|
||||||
|
7
gd.spec
7
gd.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gd
|
# spec file for package gd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2023 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
|
||||||
@@ -83,7 +83,10 @@ useful in World Wide Web applications, where PNG and JPEG are two of
|
|||||||
the formats accepted for inline images by most browsers.
|
the formats accepted for inline images by most browsers.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p0 -n %{prjname}-%{version}
|
%setup -q -n %{prjname}-%{version}
|
||||||
|
%patch1
|
||||||
|
%patch2
|
||||||
|
%patch3
|
||||||
chmod 644 COPYING
|
chmod 644 COPYING
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Reference in New Issue
Block a user