Compare commits

1 Commits
main ... 1.1

2 changed files with 3 additions and 8 deletions

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
Thu Feb 29 15:09:20 UTC 2024 - pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Thu Mar 23 12:47:37 UTC 2023 - Martin Liška <mliska@suse.cz>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libaio
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -62,7 +62,8 @@ with, for the Linux-native asynchronous I/O facility ("async I/O", or
"aio").
%prep
%autosetup -p1 -n %{name}-%{name}-%{version}
%setup -q -n %{name}-%{name}-%{version}
%patch1 -p1
%build
%define _lto_cflags %nil