From 8c24595eb3417a79f3e4986d07f87c001d66839e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 17 Nov 2016 18:24:45 +0100 Subject: [PATCH] * Thu Nov 17 2016 Fabian Affolter - 2.1.0-1 - Update to latest upstream release 2.1.0 (rhbz#1376257) --- .gitignore | 1 + libwebsockets.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3ddbb19..a87560d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /libwebsockets-1.7.5.tar.gz /libwebsockets-2.0.2.tar.gz /libwebsockets-2.0.3.tar.gz +/libwebsockets-2.1.0.tar.gz diff --git a/libwebsockets.spec b/libwebsockets.spec index f2840ed..58a69fb 100644 --- a/libwebsockets.spec +++ b/libwebsockets.spec @@ -1,5 +1,5 @@ Name: libwebsockets -Version: 2.0.3 +Version: 2.1.0 Release: 1%{?dist} Summary: A lightweight C library for Websockets @@ -47,11 +47,11 @@ cd build -D LWS_WITHOUT_BUILTIN_SHA1=ON \ -D LWS_WITH_STATIC=OFF \ .. -make %{?_smp_mflags} +%make_build %install cd build -make install DESTDIR=%{buildroot} INSTALL="install -p" +%make_install find %{buildroot} -name '*.la' -exec rm -f {} ';' find %{buildroot} -name '*.a' -exec rm -f {} ';' find %{buildroot} -name '*.cmake' -exec rm -f {} ';' @@ -75,6 +75,9 @@ find %{buildroot} -name '*.cmake' -exec rm -f {} ';' %{_libdir}/pkgconfig/%{name}.pc %changelog +* Thu Nov 17 2016 Fabian Affolter - 2.1.0-1 +- Update to latest upstream release 2.1.0 (rhbz#1376257) + * Mon Oct 31 2016 Fabian Affolter - 2.0.3-1 - Update to latest upstream release 2.0.3 diff --git a/sources b/sources index 17ffa38..52aabb9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a025156d606d90579e65d53ccd062a94 libwebsockets-2.0.3.tar.gz +4df3be57dee43aeebd54a3ed56568f50 libwebsockets-2.1.0.tar.gz