diff options
-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 |