From d3b72073453617161f9a9aa8ef04e51bab60d334 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 03:07:10 +0000 Subject: [PATCH 01/55] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index c26b63e..50ed6e6 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -1,7 +1,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.6 -Release: 2%{?dist} +Release: 3%{?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 @@ -65,6 +65,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 1.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Tue Feb 26 2019 Ingvar Hagelund - 1.6-2 - Source tarball has no prebuilt manpages, so buildrequires python3-docutils for rst2man From 715767e9172d33cecf1ad44346945c732f4b304b Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Wed, 25 Sep 2019 15:58:06 +0200 Subject: [PATCH 02/55] Rebuilt against varnish-6.0.4 --- vmod-uuid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index c26b63e..8aa7928 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -1,7 +1,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.6 -Release: 2%{?dist} +Release: 3%{?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 @@ -20,7 +20,7 @@ BuildRequires: check-devel # To build from a git checkout, add these BuildRequires: automake BuildRequires: libtool -BuildRequires: python3-docutils +BuildRequires: python-docutils BuildRequires: autoconf-archive %description @@ -65,6 +65,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Thu Sep 19 2019 Ingvar Hagelund - 1.6-3 +- Rebuilt against varnish-6.0.4 + * Tue Feb 26 2019 Ingvar Hagelund - 1.6-2 - Source tarball has no prebuilt manpages, so buildrequires python3-docutils for rst2man From 8e7ea0cdfa46612c2e8c779452fbb3ef3c330238 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Wed, 25 Sep 2019 16:02:46 +0200 Subject: [PATCH 03/55] Rebuilt against varnish-6.3.0-2 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 50ed6e6..b3e1cab 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -1,7 +1,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.6 -Release: 3%{?dist} +Release: 4%{?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 @@ -65,6 +65,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Wed Sep 24 2019 Ingvar Hagelund - 1.6-4 +- Rebuilt against varnish-6.3.0-2 + * Sat Jul 27 2019 Fedora Release Engineering - 1.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 9c31bf553de6d97a3dfb3ce99ac596c42cf2701f Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Fri, 15 Nov 2019 15:30:34 +0100 Subject: [PATCH 04/55] Rebuilt against varnish-6.0.5 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 8aa7928..6ded0fa 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -1,7 +1,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.6 -Release: 3%{?dist} +Release: 4%{?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 @@ -65,6 +65,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Fri Nov 15 2019 Ingvar Hagelund - 1.6-4 +- Rebuilt against varnish-6.0.5 + * Thu Sep 19 2019 Ingvar Hagelund - 1.6-3 - Rebuilt against varnish-6.0.4 From 04d5b266ce8d0f4d6491947cbd1ae0b491fcb14d Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Sun, 17 Nov 2019 22:02:09 +0100 Subject: [PATCH 05/55] needs rst2man, which is in python3-docutils. Nice to be explicit on python3 too. --- vmod-uuid.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 6ded0fa..98fa870 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -20,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 From 7e5dca12a6f4a922303992f9cdbbf01eeb11db60 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Sun, 17 Nov 2019 22:17:31 +0100 Subject: [PATCH 06/55] Rebuilt against varnish-6.3.1 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index b3e1cab..d709b23 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -1,7 +1,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.6 -Release: 4%{?dist} +Release: 5%{?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 @@ -65,6 +65,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Sun Nov 17 2019 Ingvar Hagelund - 1.6-5 +- Rebuilt against varnish-6.3.1 + * Wed Sep 24 2019 Ingvar Hagelund - 1.6-4 - Rebuilt against varnish-6.3.0-2 From c4e8913157d2b5dca593adb82e4cca6b939cdfe1 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Tue, 19 Nov 2019 07:32:56 +0100 Subject: [PATCH 07/55] fixed wrong date in changelog --- vmod-uuid.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index d709b23..b9984f7 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -68,7 +68,7 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete * Sun Nov 17 2019 Ingvar Hagelund - 1.6-5 - Rebuilt against varnish-6.3.1 -* Wed Sep 24 2019 Ingvar Hagelund - 1.6-4 +* Wed Sep 25 2019 Ingvar Hagelund - 1.6-4 - Rebuilt against varnish-6.3.0-2 * Sat Jul 27 2019 Fedora Release Engineering - 1.6-3 From 24abd5bfaec515f4740a1d5e8fa54da5c0440f68 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 03:19:01 +0000 Subject: [PATCH 08/55] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index b9984f7..df1489a 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -1,7 +1,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.6 -Release: 5%{?dist} +Release: 6%{?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 @@ -65,6 +65,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 1.6-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sun Nov 17 2019 Ingvar Hagelund - 1.6-5 - Rebuilt against varnish-6.3.1 From da93edf86ceb22dd6224af51089d9f534f6a0e2e Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Thu, 26 Mar 2020 09:20:53 +0100 Subject: [PATCH 09/55] Rebuilt against varnish-6.4.0 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index b9984f7..4e58362 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -1,7 +1,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.6 -Release: 5%{?dist} +Release: 6%{?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 @@ -65,6 +65,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Thu Mar 26 2020 Ingvar Hagelund - 1.6-6 +- Rebuilt against varnish-6.4.0 + * Sun Nov 17 2019 Ingvar Hagelund - 1.6-5 - Rebuilt against varnish-6.3.1 From 1cc56d03f578b384d2c428b85fe63d1e4f48dee6 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Thu, 26 Mar 2020 09:23:29 +0100 Subject: [PATCH 10/55] * Thu Mar 26 2020 Ingvar Hagelund - 1.6-7 - Rebuilt against varnish-6.4.0 --- vmod-uuid.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 63749c2..f16accb 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -66,7 +66,7 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog * Thu Mar 26 2020 Ingvar Hagelund - 1.6-7 -- Rebuilt against varnish-6.4.0 +- Rebuilt against varnish-6.4.0 * Fri Jan 31 2020 Fedora Release Engineering - 1.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 87ce7bb46c19a002b4f189a288b350cc03a1a7da Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Thu, 26 Mar 2020 13:27:46 +0100 Subject: [PATCH 11/55] synced with f32 --- vmod-uuid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index f16accb..3692c60 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -1,7 +1,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.6 -Release: 7%{?dist} +Release: 8%{?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 @@ -65,8 +65,11 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Thu Mar 26 2020 Ingvar Hagelund - 1.6-8 +- Rebuilt against varnish-6.4.0 + * Thu Mar 26 2020 Ingvar Hagelund - 1.6-7 -- Rebuilt against varnish-6.4.0 +- Rebuilt against varnish-6.3.2 * Fri Jan 31 2020 Fedora Release Engineering - 1.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From b4d0b2b8578cb98240a0082a597bc4452a918a3e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 13:50:14 +0000 Subject: [PATCH 12/55] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 3692c60..91827f2 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -1,7 +1,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.6 -Release: 8%{?dist} +Release: 9%{?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 @@ -65,6 +65,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.6-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Thu Mar 26 2020 Ingvar Hagelund - 1.6-8 - Rebuilt against varnish-6.4.0 From de205f7026d1dd9b8b5a644f8e410eed3f1c65b9 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Mon, 21 Sep 2020 10:27:59 +0200 Subject: [PATCH 13/55] New upstream release 1.8 Built for varnish-6.5.0 Added hacks for newer varnish on older rhel derivates --- .gitignore | 1 + sources | 2 +- vmod-uuid.spec | 20 +++++++++++++++++--- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d9969b9..a921e9b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /vmod-uuid-1.3.tar.gz /vmod-uuid-1.5.tar.gz /vmod-uuid-1.6.tar.gz +/vmod-uuid-1.8.tar.gz diff --git a/sources b/sources index c78d81f..2a44ef4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vmod-uuid-1.6.tar.gz) = 15728fd38282ab76a1fa69c4498790039c19dc71eb5d68f61219452aee46be610689d759e87a3b157f7e2fb0bfd2bea83c75652d9c51b385d3810ae65f955875 +SHA512 (vmod-uuid-1.8.tar.gz) = 0feaca67db2a5239022dcb89eee46ba886ea065b2d3512260648955802af22cfc3fe2fd3f6d621237ce920f4578cfcba52a3a83d8c046d9a02ec647befece150 diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 91827f2..a89a307 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -1,7 +1,15 @@ +%if 0%{?rhel} == 7 || 0%{?rhel} == 6 +%global docutils python34-docutils +%global rst2man rst2man-3.4 +%else +%global docutils python3-docutils +%global rst2man rst2man +%endif + Name: vmod-uuid Summary: UUID module for Varnish Cache -Version: 1.6 -Release: 9%{?dist} +Version: 1.8 +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 @@ -20,7 +28,7 @@ BuildRequires: check-devel # To build from a git checkout, add these BuildRequires: automake BuildRequires: libtool -BuildRequires: python3-docutils +BuildRequires: %docutils BuildRequires: autoconf-archive %description @@ -34,6 +42,7 @@ as specified in RFC 4122. See the RFC for details about the various versions. %build ./autogen.sh +export RST2MAN=%rst2man %configure \ --docdir=%{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}} @@ -65,6 +74,11 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Mon Sep 21 2020 Ingvar Hagelund - 1.8-1 +- New upstream release 1.8 +- Built for varnish-6.5.0 +- Added hacks for newer varnish on older rhel derivates + * Wed Jul 29 2020 Fedora Release Engineering - 1.6-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From c19ad2d7bbb21c7eae5e7b0bb791cfea7e765ccc Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Tue, 29 Sep 2020 10:41:40 +0200 Subject: [PATCH 14/55] Built for varnish-6.5.1 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index a89a307..269309c 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.8 -Release: 1%{?dist} +Release: 2%{?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 @@ -74,6 +74,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Tue Sep 29 2020 Ingvar Hagelund - 1.8-2 +- Built for varnish-6.5.1 + * Mon Sep 21 2020 Ingvar Hagelund - 1.8-1 - New upstream release 1.8 - Built for varnish-6.5.0 From a22bfabdef55dca98088e1818227eca078d111f6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:11:50 +0000 Subject: [PATCH 15/55] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 269309c..b3ff3d4 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.8 -Release: 2%{?dist} +Release: 3%{?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 @@ -74,6 +74,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Sep 29 2020 Ingvar Hagelund - 1.8-2 - Built for varnish-6.5.1 From b7ae6de7aa4a411408f5f30db94e01c8c2593ad4 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Fri, 26 Mar 2021 09:42:55 +0100 Subject: [PATCH 16/55] New upstream release Added patch for autoconf-2.71 from upstream, closes rhbz #1943109 --- .gitignore | 1 + sources | 2 +- vmod-uuid-1.9_fix_autoconf_2.71.patch | 19 +++++++++++++++++++ vmod-uuid.spec | 12 +++++++++--- 4 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 vmod-uuid-1.9_fix_autoconf_2.71.patch diff --git a/.gitignore b/.gitignore index a921e9b..f826a6d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /vmod-uuid-1.5.tar.gz /vmod-uuid-1.6.tar.gz /vmod-uuid-1.8.tar.gz +/vmod-uuid-1.9.tar.gz diff --git a/sources b/sources index 2a44ef4..4a557ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vmod-uuid-1.8.tar.gz) = 0feaca67db2a5239022dcb89eee46ba886ea065b2d3512260648955802af22cfc3fe2fd3f6d621237ce920f4578cfcba52a3a83d8c046d9a02ec647befece150 +SHA512 (vmod-uuid-1.9.tar.gz) = 6fd064790a055896c222107320e8425d5ca716c1ded785c67e8b0597cc67ad8d75cf3ab22c8c92fcd4f55afa23bf2935179c3eebf7f6b015c97cf5caca923e17 diff --git a/vmod-uuid-1.9_fix_autoconf_2.71.patch b/vmod-uuid-1.9_fix_autoconf_2.71.patch new file mode 100644 index 0000000..3dff6ea --- /dev/null +++ b/vmod-uuid-1.9_fix_autoconf_2.71.patch @@ -0,0 +1,19 @@ +commit ae0ca345b9974092bf139409d2852fc46886c250 +Author: Stefan Schmidt +Date: Tue Feb 16 11:56:10 2021 +0100 + + Fix autoconf error in version 2.70 + +diff --git a/configure.ac b/configure.ac +index 0596d45..5b73eb4 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -29,7 +29,7 @@ AC_ARG_WITH([rst2man], + [--with-rst2man=PATH], + [Location of rst2man (auto)]), + [RST2MAN="$withval"], +- AC_CHECK_PROGS(RST2MAN, [rst2man rst2man.py], [])) ++ [AC_CHECK_PROGS(RST2MAN, [rst2man rst2man.py], [])]) + + m4_ifndef([VARNISH_PREREQ], AC_MSG_ERROR([Need varnish.m4 -- see INSTALL.rst])) + diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 269309c..721c852 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -8,12 +8,13 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache -Version: 1.8 -Release: 2%{?dist} +Version: 1.9 +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 commit ae0ca34 +Patch1: vmod-uuid-1.9_fix_autoconf_2.71.patch Requires: varnish%{?_isa} = %(pkg-config --silence-errors --modversion varnishapi || echo 0) Requires: uuid @@ -31,6 +32,7 @@ BuildRequires: libtool BuildRequires: %docutils BuildRequires: autoconf-archive + %description UUID Varnish vmod used to generate a uuid, including versions 1, 3, 4 and 5 as specified in RFC 4122. See the RFC for details about the various versions. @@ -74,6 +76,10 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Fri Mar 26 2021 Ingvar Hagelund - 1.9-1 +- New upstream release +- Added patch for autoconf-2.71 from upstream, closes rhbz #1943109 + * Tue Sep 29 2020 Ingvar Hagelund - 1.8-2 - Built for varnish-6.5.1 From 6c87a6e197199d7ffba5f3a6927f2a10ce0e045f Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Tue, 30 Mar 2021 00:40:32 +0200 Subject: [PATCH 17/55] New upstream release Added patch for autoconf-2.71 from upstream, closes rhbz #1943109 Added patches for varnish-6.6.0 from upstream Built for varnish-6.6.0 --- vmod-uuid-1.9_fix_for_varnish660.patch | 34 +++++++++++++++++++ ...id-1.9_fix_for_varnish660_free_uuids.patch | 22 ++++++++++++ vmod-uuid.spec | 14 ++++++-- 3 files changed, 67 insertions(+), 3 deletions(-) create mode 100644 vmod-uuid-1.9_fix_for_varnish660.patch create mode 100644 vmod-uuid-1.9_fix_for_varnish660_free_uuids.patch diff --git a/vmod-uuid-1.9_fix_for_varnish660.patch b/vmod-uuid-1.9_fix_for_varnish660.patch new file mode 100644 index 0000000..5e5cd8d --- /dev/null +++ b/vmod-uuid-1.9_fix_for_varnish660.patch @@ -0,0 +1,34 @@ +commit 25d3873833ca6e0f4bcd46efd59f6955228bfabf +Author: Geoff Simmons +Date: Thu Dec 10 11:32:42 2020 +0100 + + Adjust to vmod_priv methods. + + Required for Varnish as of commit 681c11998ec56dc4460a30585210f95a7850ea3b + +diff --git a/src/vmod_uuid.c b/src/vmod_uuid.c +index 60d6928..3da20ab 100644 +--- a/src/vmod_uuid.c ++++ b/src/vmod_uuid.c +@@ -112,6 +112,12 @@ free_uuids(void *priv) + uuid_destroy(uuids[1]); + } + ++static const struct vmod_priv_methods uuid_priv_task_methods[1] = {{ ++ .magic = VMOD_PRIV_METHODS_MAGIC, ++ .type = "vmod_uuid_priv_task", ++ .fini = free_uuids ++}}; ++ + static inline uuid_t * + get_uuids(VRT_CTX, struct vmod_priv *priv, uuid_t **uuid_ns) + { +@@ -130,7 +136,7 @@ get_uuids(VRT_CTX, struct vmod_priv *priv, uuid_t **uuid_ns) + return NULL; + } + priv->priv = uuids; +- priv->free = free_uuids; ++ priv->methods = uuid_priv_task_methods; + uuids[0] = NULL; + uuids[1] = NULL; + UUID_CALL(rc, ctx, uuid_create(&uuid), NULL); diff --git a/vmod-uuid-1.9_fix_for_varnish660_free_uuids.patch b/vmod-uuid-1.9_fix_for_varnish660_free_uuids.patch new file mode 100644 index 0000000..155d24d --- /dev/null +++ b/vmod-uuid-1.9_fix_for_varnish660_free_uuids.patch @@ -0,0 +1,22 @@ +commit a0c20e8fc1ce423de3d6650770ea791dffd6398d +Author: Geoff Simmons +Date: Thu Jan 28 15:28:45 2021 +0100 + + Change signature of priv_task fini method (changed in Varnish). + +diff --git a/src/vmod_uuid.c b/src/vmod_uuid.c +index 3da20ab..fa94a1a 100644 +--- a/src/vmod_uuid.c ++++ b/src/vmod_uuid.c +@@ -101,9 +101,10 @@ _uuid(VRT_CTX, uuid_t *uuid, int utype, ...) + } + + static void +-free_uuids(void *priv) ++free_uuids(VRT_CTX, void *priv) + { + uuid_t **uuids; ++ (void)ctx; + + AN(priv); + uuids = priv; diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 36a1292..ae32fde 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -13,8 +13,11 @@ 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 commit ae0ca34 +# 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 @@ -22,7 +25,7 @@ BuildRequires: make BuildRequires: gcc BuildRequires: pkgconfig BuildRequires: uuid-devel -BuildRequires: varnish-devel +BuildRequires: varnish-devel >= 6.3.0 BuildRequires: varnish BuildRequires: check-devel @@ -39,7 +42,10 @@ as specified in RFC 4122. See the RFC for details about the various versions. %prep -%autosetup -n lib%{name}-%{version} +%setup -q -n lib%{name}-%{version} +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build @@ -79,6 +85,8 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete * Fri Mar 26 2021 Ingvar Hagelund - 1.9-1 - New upstream release - Added patch for autoconf-2.71 from upstream, closes rhbz #1943109 +- Added patches for varnish-6.6.0 from upstream +- Built for varnish-6.6.0 * Wed Jan 27 2021 Fedora Release Engineering - 1.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From b25f0af4833d9c8f000f831a809c6ebd538a7287 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Tue, 30 Mar 2021 00:51:40 +0200 Subject: [PATCH 18/55] Actually build for varnish-6.5.1 - New upstream release - Added patch for autoconf-2.71 from upstream, closes rhbz #1943109 --- vmod-uuid.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index ae32fde..12ec7a6 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -15,8 +15,8 @@ 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 +#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 @@ -44,8 +44,8 @@ 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 +#patch2 -p1 +#patch3 -p1 %build @@ -85,8 +85,6 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete * Fri Mar 26 2021 Ingvar Hagelund - 1.9-1 - New upstream release - Added patch for autoconf-2.71 from upstream, closes rhbz #1943109 -- Added patches for varnish-6.6.0 from upstream -- Built for varnish-6.6.0 * Wed Jan 27 2021 Fedora Release Engineering - 1.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 95abca649584ec4fe262a2bafc79b3f246e7280d Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Tue, 18 May 2021 16:44:55 +0200 Subject: [PATCH 19/55] New upstream release Dropped patches included in this release Built for varnish-6.6.0 --- .gitignore | 1 + sources | 2 +- vmod-uuid.spec | 14 ++++++-------- 3 files changed, 8 insertions(+), 9 deletions(-) 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 From 07ae0df31beaa6c72a2eb266769a69c087e5f5d0 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Sat, 17 Jul 2021 11:33:44 +0200 Subject: [PATCH 20/55] Rebuilt for varnish-6.6.1 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index c8d76f4..feffc78 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 1%{?dist} +Release: 2%{?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 @@ -75,6 +75,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Sat Jul 17 2021 Ingvar Hagelund 1.10-2 +- Rebuilt for varnish-6.6.1 + * Tue May 18 2021 Ingvar Hagelund 1.10-1 - New upstream release - Dropped patches included in this release From 4ac434e0b9e6fc5a394b6bb8b3616d25633a11c9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 20:36:51 +0000 Subject: [PATCH 21/55] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index feffc78..830278d 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 2%{?dist} +Release: 3%{?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 @@ -75,6 +75,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Sat Jul 17 2021 Ingvar Hagelund 1.10-2 - Rebuilt for varnish-6.6.1 From 609577703ed6c354f5d0a7d4e706302c5afd454a Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Mon, 4 Oct 2021 20:09:30 +0200 Subject: [PATCH 22/55] Rebuilt for varnish-7.0.0 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 830278d..8b4e628 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 3%{?dist} +Release: 4%{?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 @@ -75,6 +75,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Mon Oct 04 2021 Ingvar Hagelund - 1.10-4 +- Rebuilt for varnish-7.0.0 + * Fri Jul 23 2021 Fedora Release Engineering - 1.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 5e1868740d6bc7d6bfa3e8eb7dc891816b783877 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:07:34 +0000 Subject: [PATCH 23/55] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 8b4e628..16a178d 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 4%{?dist} +Release: 5%{?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 @@ -75,6 +75,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.10-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Mon Oct 04 2021 Ingvar Hagelund - 1.10-4 - Rebuilt for varnish-7.0.0 From 2cef3985850322859473e3f00bc2a5bee1da0342 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Tue, 8 Feb 2022 18:07:13 +0100 Subject: [PATCH 24/55] Rebuilt for varnish-7.0.2 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 16a178d..8f4ac44 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 5%{?dist} +Release: 6%{?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 @@ -75,6 +75,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Tue Feb 08 2022 Ingvar Hagelund - 1.10-6 +- Rebuilt for varnish-7.0.2 + * Sat Jan 22 2022 Fedora Release Engineering - 1.10-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 1b6c65d5cae4f93fc277e0e866b757cf229e3de8 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Mon, 4 Apr 2022 14:48:08 +0200 Subject: [PATCH 25/55] %changelog * Mon Apr 04 2022 Ingvar Hagelund - 1.10-7 - Rebuilt for varnish-7.1.0 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 8f4ac44..0cbba8b 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 6%{?dist} +Release: 7%{?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 @@ -75,6 +75,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Mon Apr 04 2022 Ingvar Hagelund - 1.10-7 +- Rebuilt for varnish-7.1.0 + * Tue Feb 08 2022 Ingvar Hagelund - 1.10-6 - Rebuilt for varnish-7.0.2 From 0661c817968573c6d394598df99ee7ccd672684c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:03:22 +0000 Subject: [PATCH 26/55] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 0cbba8b..b58fbce 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 7%{?dist} +Release: 8%{?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 @@ -75,6 +75,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.10-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Mon Apr 04 2022 Ingvar Hagelund - 1.10-7 - Rebuilt for varnish-7.1.0 From 2621c5fa9ffd9b42bbf7e8236929b2f7235308de Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Mon, 15 Aug 2022 09:01:13 +0200 Subject: [PATCH 27/55] Rebuilt for varnish-7.1.1 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 0cbba8b..70ab2a3 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 7%{?dist} +Release: 8%{?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 @@ -75,6 +75,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Mon Aug 15 2022 Ingvar Hagelund - 1.10-8 +- Rebuilt for varnish-7.1.1 + * Mon Apr 04 2022 Ingvar Hagelund - 1.10-7 - Rebuilt for varnish-7.1.0 From 5496e24df12953cdc179d30b0f229a3abed86366 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Mon, 26 Sep 2022 19:22:14 +0200 Subject: [PATCH 28/55] Rebuilt for varnish-7.2.0 --- vmod-uuid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index b0ab48e..a51d184 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -1,4 +1,4 @@ -%if 0%{?rhel} == 7 || 0%{?rhel} == 6 +%if 0%{?rhel} == 7 %global docutils python34-docutils %global rst2man rst2man-3.4 %else @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 9%{?dist} +Release: 10%{?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 @@ -75,6 +75,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Mon Sep 26 2022 Ingvar Hagelund - 1.10-10 +- Rebuilt for varnish-7.2.0 + * Mon Aug 15 2022 Ingvar Hagelund - 1.10-9 - Rebuilt for varnish-7.1.1 From b368eedcbf052c662a7e93382e0f0b0217eda676 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Mon, 14 Nov 2022 15:47:55 +0100 Subject: [PATCH 29/55] Rebuilt for varnish-7.2.1 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index a51d184..c689589 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 10%{?dist} +Release: 11%{?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 @@ -75,6 +75,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Mon Nov 14 2022 Ingvar Hagelund - 1.10-11 +- Rebuilt for varnish-7.2.1 + * Mon Sep 26 2022 Ingvar Hagelund - 1.10-10 - Rebuilt for varnish-7.2.0 From 0d3a862a9cab0456566b0c2f12186c23c8baf14f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:26:58 +0000 Subject: [PATCH 30/55] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index c689589..3e0796a 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 11%{?dist} +Release: 12%{?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 @@ -75,6 +75,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.10-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Mon Nov 14 2022 Ingvar Hagelund - 1.10-11 - Rebuilt for varnish-7.2.1 From 1bc674fe06552ff8a0f6e94f65ea8c79a23ddf9b Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Mon, 20 Mar 2023 23:21:07 +0100 Subject: [PATCH 31/55] Rebuilt for varnish-7.3.0 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 3e0796a..b873ebd 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 12%{?dist} +Release: 13%{?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 @@ -75,6 +75,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Mon Mar 20 2023 Ingvar Hagelund - 1.10-13 +- Rebuilt for varnish-7.3.0 + * Sat Jan 21 2023 Fedora Release Engineering - 1.10-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 57ad5865e9a3a8b6e46f19d448bb5e432b772788 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:48:33 +0000 Subject: [PATCH 32/55] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index b873ebd..9339a08 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 13%{?dist} +Release: 14%{?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 @@ -75,6 +75,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.10-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Mon Mar 20 2023 Ingvar Hagelund - 1.10-13 - Rebuilt for varnish-7.3.0 From 29710d47798467a16ccc0f8ae52fa2465cbd3bd4 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Wed, 15 Nov 2023 16:38:43 +0100 Subject: [PATCH 33/55] Rebuilt for varnish-7.4.2 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 9339a08..56127b5 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 14%{?dist} +Release: 15%{?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 @@ -75,6 +75,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Wed Nov 15 2023 Ingvar Hagelund - 1.10-15 +- Rebuilt for varnish-7.4.2 + * Sat Jul 22 2023 Fedora Release Engineering - 1.10-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 8e8fc6b284fa8087c7e295bff4156c16482ce053 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 08:06:34 +0000 Subject: [PATCH 34/55] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 56127b5..d2f7ccd 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 15%{?dist} +Release: 16%{?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 @@ -75,6 +75,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.10-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Nov 15 2023 Ingvar Hagelund - 1.10-15 - Rebuilt for varnish-7.4.2 From 642cb3522fdafea862db433fd0fda4e004af4c4c Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Tue, 23 Apr 2024 14:12:23 +0200 Subject: [PATCH 35/55] Rebuilt for varnish-7.5.0 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index d2f7ccd..8b456e2 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 16%{?dist} +Release: 17%{?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 @@ -75,6 +75,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Tue Apr 23 2024 Ingvar Hagelund - 1.10-17 +- Rebuilt for varnish-7.5.0 + * Sat Jan 27 2024 Fedora Release Engineering - 1.10-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From b16042c15c2a5fa20df4662a85d6343e2ee8028e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 08:57:13 +0000 Subject: [PATCH 36/55] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 8b456e2..31b4c92 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 17%{?dist} +Release: 18%{?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 @@ -75,6 +75,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.10-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Tue Apr 23 2024 Ingvar Hagelund - 1.10-17 - Rebuilt for varnish-7.5.0 From b3a7c97e5d4481cf20e5b04e5722d86ab4d1b985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 22:42:10 +0200 Subject: [PATCH 37/55] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- vmod-uuid.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 31b4c92..4858ba9 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,8 +9,9 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 18%{?dist} -License: BSD +Release: 19%{?dist} +# Automatically converted from old format: BSD - review is highly recommended. +License: LicenseRef-Callaway-BSD URL: https://github.com/otto-de/libvmod-uuid Source0: https://github.com/otto-de/lib%{name}/archive/v%{version}/%{name}-%{version}.tar.gz @@ -75,6 +76,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Wed Sep 04 2024 Miroslav Suchý - 1.10-19 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 1.10-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From a1e69df9e11ecb33921603f37f112b5a22c7c88e Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Wed, 25 Sep 2024 09:27:17 +0200 Subject: [PATCH 38/55] Rebuild for varnish-7.6.0 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 4858ba9..5556eb8 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 19%{?dist} +Release: 20%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: https://github.com/otto-de/libvmod-uuid @@ -76,6 +76,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Wed Sep 18 2024 Ingvar Hagelund - 1.10-20 +- Rebuild for varnish-7.6.0 + * Wed Sep 04 2024 Miroslav Suchý - 1.10-19 - convert license to SPDX From 151c7b75f747efb5ad4cffe0cb536e0ead3da9dd Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Fri, 6 Dec 2024 14:47:31 +0100 Subject: [PATCH 39/55] Rebuild for varnish-7.6.1 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 5556eb8..e908200 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 20%{?dist} +Release: 21%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: https://github.com/otto-de/libvmod-uuid @@ -76,6 +76,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Fri Dec 06 2024 Ingvar Hagelund - 1.10-21 +- Rebuild for varnish-7.6.1 + * Wed Sep 18 2024 Ingvar Hagelund - 1.10-20 - Rebuild for varnish-7.6.0 From 0edf657e14836b1521e92da413b0f26610f00769 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:33:11 +0000 Subject: [PATCH 40/55] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index e908200..755f0bd 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -9,7 +9,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 21%{?dist} +Release: 22%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: https://github.com/otto-de/libvmod-uuid @@ -76,6 +76,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.10-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Dec 06 2024 Ingvar Hagelund - 1.10-21 - Rebuild for varnish-7.6.1 From e4d56af1748bffeca66900154c0ffc98eebd6bec Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Wed, 26 Mar 2025 20:32:45 +0100 Subject: [PATCH 41/55] Rebuild for varnish-7.7.0 --- vmod-uuid.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 755f0bd..1958255 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -1,15 +1,10 @@ -%if 0%{?rhel} == 7 -%global docutils python34-docutils -%global rst2man rst2man-3.4 -%else %global docutils python3-docutils %global rst2man rst2man -%endif Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 22%{?dist} +Release: 23%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: https://github.com/otto-de/libvmod-uuid @@ -76,6 +71,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Wed Mar 26 2025 Ingvar Hagelund - 1.10-23 +- Rebuild for varnish-7.7.0 + * Sun Jan 19 2025 Fedora Release Engineering - 1.10-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 79ea89405634f40bfd283a5caa3653caeaa1dd08 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Thu, 22 May 2025 12:46:33 +0200 Subject: [PATCH 42/55] Rebuild for varnish-7.7.1 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 1958255..9ab86ad 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -4,7 +4,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 23%{?dist} +Release: 24%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: https://github.com/otto-de/libvmod-uuid @@ -71,6 +71,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Thu May 22 2025 Ingvar Hagelund - 1.10-24 +- Rebuild for varnish-7.7.1 + * Wed Mar 26 2025 Ingvar Hagelund - 1.10-23 - Rebuild for varnish-7.7.0 From 87740d8125722ebf0fe6130a56d3bd0ea3040189 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Mon, 26 May 2025 00:25:18 +0200 Subject: [PATCH 43/55] reset rebuild date --- vmod-uuid.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 9ab86ad..4e6b16f 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -71,7 +71,7 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog -* Thu May 22 2025 Ingvar Hagelund - 1.10-24 +* Mon May 26 2025 Ingvar Hagelund - 1.10-24 - Rebuild for varnish-7.7.1 * Wed Mar 26 2025 Ingvar Hagelund - 1.10-23 From fec4b54351cedb1a259a23b8474b027f2a4d7f22 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:11:33 +0000 Subject: [PATCH 44/55] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 4e6b16f..248c690 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -4,7 +4,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 24%{?dist} +Release: 25%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: https://github.com/otto-de/libvmod-uuid @@ -71,6 +71,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.10-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon May 26 2025 Ingvar Hagelund - 1.10-24 - Rebuild for varnish-7.7.1 From 3ac31e51520d821a0150e6dc64e1b77d5933aa3e Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Mon, 15 Sep 2025 17:19:41 +0200 Subject: [PATCH 45/55] Rebuild for varnish-7.7.3 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 9ab86ad..9a21958 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -4,7 +4,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 24%{?dist} +Release: 25%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: https://github.com/otto-de/libvmod-uuid @@ -71,6 +71,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Mon Sep 15 2025 Ingvar Hagelund - 1.10-25 +- Rebuild for varnish-7.7.3 + * Thu May 22 2025 Ingvar Hagelund - 1.10-24 - Rebuild for varnish-7.7.1 From 9c0ccae8e9cbb38532b5cb4c31d887d2ba6ddad0 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Wed, 19 Nov 2025 15:43:41 +0100 Subject: [PATCH 46/55] Rebuild for varnish-7.7.3-2, rhbz#2407457 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 2316509..6db5ea3 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -4,7 +4,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 25%{?dist} +Release: 26%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: https://github.com/otto-de/libvmod-uuid @@ -71,6 +71,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Wed Nov 19 2025 Ingvar Hagelund - 1.10-26 +- Rebuild for varnish-7.7.3-2, rhbz#2407457 + * Mon Sep 15 2025 Ingvar Hagelund - 1.10-25 - Rebuild for varnish-7.7.3 From 1e55749480c14a2562e660d78dda2942629fdd9a Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Thu, 8 Jan 2026 16:42:26 +0100 Subject: [PATCH 47/55] Rebuild for varnish-8.0.0-1 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 6db5ea3..04821f5 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -4,7 +4,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 26%{?dist} +Release: 27%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: https://github.com/otto-de/libvmod-uuid @@ -71,6 +71,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Thu Jan 08 2026 Ingvar Hagelund - 1.10-27 +- Rebuild for varnish-8.0.0-1 + * Wed Nov 19 2025 Ingvar Hagelund - 1.10-26 - Rebuild for varnish-7.7.3-2, rhbz#2407457 From 568b4a670eaa45b02ffbcbe6d79691ca580d2927 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:01:14 +0000 Subject: [PATCH 48/55] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 04821f5..c05f1ef 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -4,7 +4,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 27%{?dist} +Release: 28%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: https://github.com/otto-de/libvmod-uuid @@ -71,6 +71,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.10-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Thu Jan 08 2026 Ingvar Hagelund - 1.10-27 - Rebuild for varnish-8.0.0-1 From 5d36c71544de1a24aac1f79d8f3cf0f203c62910 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Tue, 10 Feb 2026 12:57:18 +0100 Subject: [PATCH 49/55] Rebuilt for varnish-8.0.0-2 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index c05f1ef..c27e639 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -4,7 +4,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 28%{?dist} +Release: 29%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: https://github.com/otto-de/libvmod-uuid @@ -71,6 +71,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Tue Feb 10 2026 Ingvar Hagelund - 1.10-29 +- Rebuilt for varnish-8.0.0-2 + * Sat Jan 17 2026 Fedora Release Engineering - 1.10-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 8b2352803e91e791e00ef8f3a3788f284193ac2d Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Fri, 27 Mar 2026 18:07:54 +0100 Subject: [PATCH 50/55] Rebuilt for varnish-9.0.0-1 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index c27e639..60f4260 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -4,7 +4,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 29%{?dist} +Release: 30%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: https://github.com/otto-de/libvmod-uuid @@ -71,6 +71,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Fri Mar 27 2026 Ingvar Hagelund - 1.10-30 +- Rebuilt for varnish-9.0.0-1 + * Tue Feb 10 2026 Ingvar Hagelund - 1.10-29 - Rebuilt for varnish-8.0.0-2 From 2728dd5b1ab4e00e9c76abd6db2f7dbefe0771a6 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Thu, 30 Apr 2026 15:20:57 +0200 Subject: [PATCH 51/55] Rebuild for varnish-9.0.1-1 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 60f4260..7ab31c9 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -4,7 +4,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 30%{?dist} +Release: 31%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: https://github.com/otto-de/libvmod-uuid @@ -71,6 +71,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Thu Apr 30 2026 Ingvar Hagelund - 1.10-31 +- Rebuild for varnish-9.0.1-1 + * Fri Mar 27 2026 Ingvar Hagelund - 1.10-30 - Rebuilt for varnish-9.0.0-1 From 194d53cf7113508cf82e82a2115025187c0444ce Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Thu, 21 May 2026 14:18:26 +0200 Subject: [PATCH 52/55] Rebuild for varnish-9.0.2 --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 7ab31c9..dd3a462 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -4,7 +4,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 31%{?dist} +Release: 32%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: https://github.com/otto-de/libvmod-uuid @@ -71,6 +71,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Fri May 15 2026 Ingvar Hagelund - 1.10-32 +- Rebuild for varnish-9.0.2 + * Thu Apr 30 2026 Ingvar Hagelund - 1.10-31 - Rebuild for varnish-9.0.1-1 From 8f464417ead7ab409d56f2123d96b1f511d2dc35 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Thu, 21 May 2026 14:19:47 +0200 Subject: [PATCH 53/55] Rebuild for varnish-9.03. --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index dd3a462..2026239 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -4,7 +4,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 32%{?dist} +Release: 33%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: https://github.com/otto-de/libvmod-uuid @@ -71,6 +71,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Thu May 21 2026 Ingvar Hagelund - 1.10-33 +- Rebuild for varnish-9.03. + * Fri May 15 2026 Ingvar Hagelund - 1.10-32 - Rebuild for varnish-9.0.2 From 17bdaa111bd1f95b82dd856611026c83214e6603 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Thu, 21 May 2026 14:20:15 +0200 Subject: [PATCH 54/55] typofix --- vmod-uuid.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index 2026239..de28ad1 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -72,7 +72,7 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog * Thu May 21 2026 Ingvar Hagelund - 1.10-33 -- Rebuild for varnish-9.03. +- Rebuild for varnish-9.0.3 * Fri May 15 2026 Ingvar Hagelund - 1.10-32 - Rebuild for varnish-9.0.2 From e246e76b02a8d4db3c59eebb3da0cc143980b84c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:35:23 +0000 Subject: [PATCH 55/55] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- vmod-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmod-uuid.spec b/vmod-uuid.spec index de28ad1..dc8d88d 100644 --- a/vmod-uuid.spec +++ b/vmod-uuid.spec @@ -4,7 +4,7 @@ Name: vmod-uuid Summary: UUID module for Varnish Cache Version: 1.10 -Release: 33%{?dist} +Release: 34%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: https://github.com/otto-de/libvmod-uuid @@ -71,6 +71,9 @@ find %{buildroot}/%{_libdir}/ -name '*.a' -delete %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.10-34 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Thu May 21 2026 Ingvar Hagelund - 1.10-33 - Rebuild for varnish-9.0.3