- Upgrade to git commit e8844d3.

o eppic-binutils-fix.patch

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/eppic?expand=0&rev=23
This commit is contained in:
Petr Tesařík 2021-02-03 13:59:01 +00:00 committed by Git OBS Bridge
parent 7508093398
commit edb05980ce
3 changed files with 3 additions and 17 deletions

View File

@ -1,13 +0,0 @@
diff --git a/libeppic/Makefile b/libeppic/Makefile
index 1f97800..4ef7101 100644
--- a/libeppic/Makefile
+++ b/libeppic/Makefile
@@ -101,7 +101,7 @@ default: $(TARGETS)
$(CFILES): $(HFILES) eppic.tab.h
$(TARGETS): $(OFILES)
- $(AR) ccurl $(TARGETS) $(OFILES)
+ $(AR) cur $(TARGETS) $(OFILES)
clean:
-/bin/rm -f *.o $(TARGETS) $(LDIRT)

View File

@ -1,12 +1,13 @@
-------------------------------------------------------------------
Wed Feb 3 09:54:23 UTC 2021 - Petr Tesařík <ptesarik@suse.com>
Wed Feb 3 13:57:25 UTC 2021 - Petr Tesařík <ptesarik@suse.com>
- Update upstream URL.
- Convert to obs_scm source service.
- Upgrade to git commit 873741a.
- Upgrade to git commit e8844d3.
- Drop patches that have been merged into upstream:
o eppic-no-return.patch
o eppic-use-extern-in-devel-declaration.patch
o eppic-binutils-fix.patch
-------------------------------------------------------------------
Tue Feb 2 08:29:23 UTC 2021 - Martin Liška <mliska@suse.cz>

View File

@ -24,7 +24,6 @@ License: GPL-2.0-or-later
Group: Development/Libraries/C and C++
Source: lib%{name}-%{version}.tar.xz
Patch1: %{name}-fix-install.patch
Patch4: %{name}-binutils-fix.patch
BuildRequires: bison
BuildRequires: flex
BuildRequires: ncurses-devel
@ -54,7 +53,6 @@ This package provides the include files and libraries needed for development.
%prep
%setup -n lib%{name}-%{version}
%patch1 -p2
%patch4 -p2
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects