diff --git a/eppic-binutils-fix.patch b/eppic-binutils-fix.patch deleted file mode 100644 index ca2d403..0000000 --- a/eppic-binutils-fix.patch +++ /dev/null @@ -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) diff --git a/eppic.changes b/eppic.changes index 75b8d35..0c5e822 100644 --- a/eppic.changes +++ b/eppic.changes @@ -1,12 +1,13 @@ ------------------------------------------------------------------- -Wed Feb 3 09:54:23 UTC 2021 - Petr Tesařík +Wed Feb 3 13:57:25 UTC 2021 - Petr Tesařík - 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 diff --git a/eppic.spec b/eppic.spec index c304691..d454fe7 100644 --- a/eppic.spec +++ b/eppic.spec @@ -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