diff --git a/.gitignore b/.gitignore index f826a6d..1d54b28 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /vmod-uuid-1.6.tar.gz /vmod-uuid-1.8.tar.gz /vmod-uuid-1.9.tar.gz +/vmod-uuid-1.10.tar.gz diff --git a/sources b/sources index 4a557ab..6b6eb2a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vmod-uuid-1.9.tar.gz) = 6fd064790a055896c222107320e8425d5ca716c1ded785c67e8b0597cc67ad8d75cf3ab22c8c92fcd4f55afa23bf2935179c3eebf7f6b015c97cf5caca923e17 +SHA512 (vmod-uuid-1.10.tar.gz) = 47c91c47f2209ca7ff2352305b0cd9794c3ba917c88e49706e478316049a58900a896099ecff054ecc97ec5b05d5b4e4365dda02b15c0054a134faf60b1e325a diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 12ec7a6..c8d76f4 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -8,15 +8,11 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache -Version: 1.9 +Version: 1.10 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 -# Upstream commits from master -Patch1: vmod-uuid-1.9_fix_autoconf_2.71.patch -#Patch2: vmod-uuid-1.9_fix_for_varnish660.patch -#Patch3: vmod-uuid-1.9_fix_for_varnish660_free_uuids.patch Requires: varnish%{?_isa} = %(pkg-config --silence-errors --modversion varnishapi || echo 0) Requires: uuid @@ -43,9 +39,6 @@ as specified in RFC 4122. See the RFC for details about the various versions. %prep %setup -q -n lib%{name}-%{version} -%patch1 -p1 -#patch2 -p1 -#patch3 -p1 %build @@ -82,6 +75,11 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Tue May 18 2021 Ingvar Hagelund 1.10-1 +- New upstream release +- Dropped patches included in this release +- Built for varnish-6.6.0 + * Fri Mar 26 2021 Ingvar Hagelund - 1.9-1 - New upstream release - Added patch for autoconf-2.71 from upstream, closes rhbz #1943109