diff --git a/.gitignore b/.gitignore index f1cd6d3..6e6d7e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /vmod-uuid-1.3.tar.gz +/vmod-uuid-1.6.tar.gz diff --git a/sources b/sources index 2cca672..c78d81f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vmod-uuid-1.3.tar.gz) = 3607c9f81cdd0b5ffafd562acd13a63d1bc26b6270f6cacc40f5bc8b612a512d31b74bb2c86d8a014f3a058800dd12cd33f15531592fd9f89b34df6cc3eeb47f +SHA512 (vmod-uuid-1.6.tar.gz) = 15728fd38282ab76a1fa69c4498790039c19dc71eb5d68f61219452aee46be610689d759e87a3b157f7e2fb0bfd2bea83c75652d9c51b385d3810ae65f955875 diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 014187b..ec09977 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -1,11 +1,10 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache -Version: 1.3 -Release: 6%{?dist} +Version: 1.6 +Release: 1%{?dist} License: BSD URL: https://github.com/otto-de/libvmod-uuid Source0: https://github.com/otto-de/lib%{name}/archive/v%{version}/%{name}-%{version}.tar.gz -Patch0: vmod-uuid-1.3.fix_obsolete_m4_macro.patch Requires: varnish%{?_isa} = %(pkg-config --silence-errors --modversion varnishapi || echo 0) Requires: uuid @@ -21,7 +20,7 @@ BuildRequires: check-devel # To build from a git checkout, add these BuildRequires: automake BuildRequires: libtool -BuildRequires: python-docutils +BuildRequires: python3-docutils BuildRequires: autoconf-archive %description @@ -47,7 +46,7 @@ sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g; %check -make check +make %{?_smp_mflags} check %install @@ -66,6 +65,11 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Tue Feb 26 2019 Ingvar Hagelund - 1.6-1 +- New upstream release +- Source tarball has no prebuilt manpages, so buildrequires python3-docutils + for rst2man + * Sat Jul 14 2018 Fedora Release Engineering - 1.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild