diff --git a/0001-Fix-build-with-Werror-format-security.patch b/0001-Fix-build-with-Werror-format-security.patch index 76106b1..75920c2 100644 --- a/0001-Fix-build-with-Werror-format-security.patch +++ b/0001-Fix-build-with-Werror-format-security.patch @@ -8,10 +8,10 @@ Subject: [PATCH 1/2] Fix build with -Werror=format-security 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numad.c b/numad.c -index 2d8ae95..3e2816b 100644 +index d266f3d..1075e2c 100644 --- a/numad.c +++ b/numad.c -@@ -141,7 +141,7 @@ void numad_log(int level, const char *fmt, ...) { +@@ -154,7 +154,7 @@ void numad_log(int level, const char *fmt, ...) { } char buf[BUF_SIZE]; time_t ts = time(NULL); diff --git a/numad-0.5git-pthread.patch b/numad-0.5git-pthread.patch deleted file mode 100644 index 7e2c60f..0000000 --- a/numad-0.5git-pthread.patch +++ /dev/null @@ -1,17 +0,0 @@ -Remove linked libraries from Makefile. They break rebuilds from srpms on some -architectures. The linker flags are supplied from the spec. - -Author: Jan Synacek -RH-Bugzilla: #825153 - ---- Makefile.orig 2012-09-11 08:29:18.965821127 +0200 -+++ Makefile 2012-09-11 08:29:29.391803358 +0200 -@@ -31,7 +31,7 @@ - - all: numad - --numad: numad.o -lpthread -lrt -lm -+numad: numad.o - - AR ?= ar - RANLIB ?= ranlib diff --git a/numad.spec b/numad.spec index 257c465..04cedd8 100644 --- a/numad.spec +++ b/numad.spec @@ -2,7 +2,7 @@ Name: numad Version: 0.5 -Release: 16.20140225git%{?dist} +Release: 17.20140620git%{?dist} Summary: NUMA user daemon License: LGPLv2 @@ -13,7 +13,6 @@ URL: http://git.fedorahosted.org/git/?p=numad.git # git clone git://git.fedorahosted.org/numad.git numad-0.5git # tar --exclude-vcs -cJf numad-0.5git.tar.xz numad-0.5git/ Source0: %{name}-%{version}git.tar.xz -Patch0: numad-0.5git-pthread.patch Patch1: 0001-Fix-build-with-Werror-format-security.patch Requires: systemd-units, initscripts @@ -30,7 +29,6 @@ and memory to minimize memory latency and thus provide optimum performance. %prep %setup -q -n %{name}-%{version}git -%patch0 -p0 %patch1 -p1 %build @@ -61,6 +59,9 @@ make install prefix=%{buildroot}/usr %systemd_postun numad.service %changelog +* Mon Jun 23 2014 Jan Synáček - 0.5-17.20140620git +- Update to 20140620 + * Sat Jun 07 2014 Fedora Release Engineering - 0.5-16.20140225git - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 2c34834..6f29513 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9d1b195a4776dc04b21eeaea4a7a942f numad-0.5git.tar.xz +0ca3cc0a34b891623f1dc9ae36ee58f9 numad-0.5git.tar.xz