From 4fe5428a3153be56397d9807532005cd7b658436 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Sep 2021 09:05:52 +0200 Subject: re-build for remirepo with lower EVR than upstream --- .gitignore | 9 +++++++++ Makefile | 4 ++++ libev.spec | 5 ++++- 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 Makefile diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..01f0400 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +clog +package-*.xml +*.tgz +*.tar.bz2 +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + diff --git a/libev.spec b/libev.spec index 4f9d968..e6e9d60 100644 --- a/libev.spec +++ b/libev.spec @@ -4,7 +4,7 @@ Name: libev Summary: High-performance event loop/event model with lots of features Version: 4.15 -Release: 7%{?dist} +Release: 0.7%{?dist} License: BSD or GPLv2+ URL: http://software.schmorp.de/pkg/libev.html Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version}.tar.gz @@ -91,6 +91,9 @@ install -p -m 0644 Changes ev.pod LICENSE README %{inst_srcdir} %{source_dir} %changelog +* Thu Sep 23 2021 Remi Collet - 4.15-0.7 +- re-build for remirepo with lower EVR than upstream + * Tue Apr 18 2017 Josh Boyer - 4.15-7 - Bump and build for all architectures -- cgit