From 9b1bd395f03ba4b5244ae0da479826e2c24f871b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Mon, 16 Nov 2015 16:34:48 +0100 Subject: [PATCH] Update to 0827611. - Package the docs directory --- .gitignore | 1 + mujs.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f341d4a..861478b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /mujs-c1ad1ba.tar.gz +/mujs-0827611.tar.gz diff --git a/mujs.spec b/mujs.spec index 425e83a..7a968cf 100644 --- a/mujs.spec +++ b/mujs.spec @@ -1,10 +1,10 @@ -%global codate 20150202 -%global cohash c1ad1ba +%global codate 20150929 +%global cohash 0827611 %global checkout %{codate}git%{cohash} Name: mujs Version: 0 -Release: 4.%{checkout}%{?dist} +Release: 1.%{checkout}%{?dist} Summary: An embeddable Javascript interpreter License: AGPLv3+ URL: http://mujs.com/ @@ -40,7 +40,7 @@ make install DESTDIR=%{buildroot} prefix="%{_prefix}" libdir="%{_libdir}" %files %license COPYING -%doc AUTHORS README +%doc AUTHORS README docs %{_bindir}/%{name} %files devel @@ -50,6 +50,10 @@ make install DESTDIR=%{buildroot} prefix="%{_prefix}" libdir="%{_libdir}" %{_libdir}/lib%{name}.a %changelog +* Mon Nov 16 2015 Petr Šabata - 0-1.20150929git0827611 +- Update to 0827611. +- Package the docs directory + * Thu Sep 17 2015 Petr Šabata - 0-4.20150202gitc1ad1ba - Enable full RELRO diff --git a/sources b/sources index ad7aab1..0d04b20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2af4327aeca34c3a8c4937a10f87351a mujs-c1ad1ba.tar.gz +da431fe0829c61a7bb54d0a5f27dbc65 mujs-0827611.tar.gz