diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-23 09:05:52 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-23 09:05:52 +0200 |
commit | 4fe5428a3153be56397d9807532005cd7b658436 (patch) | |
tree | 9cca13ab227e0ffe66048dc71163647dfb7463dc | |
parent | c3dace58db5a2f0de8ac5ab3a7a641a3abd1787a (diff) |
-rw-r--r-- | .gitignore | 9 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | libev.spec | 5 |
3 files changed, 17 insertions, 1 deletions
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 + @@ -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 <remi@remirepo.net> - 4.15-0.7 +- re-build for remirepo with lower EVR than upstream + * Tue Apr 18 2017 Josh Boyer <jwboyer@redhat.com> - 4.15-7 - Bump and build for all architectures |