Compare commits

1 Commits
main ... 1.1

2 changed files with 2 additions and 7 deletions

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
Thu Feb 29 18:49:42 UTC 2024 - pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Wed May 19 15:00:56 UTC 2021 - Fridrich Strba <fstrba@suse.com>

View File

@@ -70,7 +70,8 @@ developing applications that use %{name}.
%global build_vars OPTCFLAGS='%{optflags}' OPTLDFLAGS="$RPM_LD_FLAGS"
%prep
%autosetup -p1
%setup -q
%patch0 -p1
%build
%make_build %{make_vars} %{build_vars}