Bump to 2.0.1 (BZ#1689434)
This commit is contained in:
parent
01ce6d45cd
commit
cc57c1f126
3 changed files with 15 additions and 15 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,4 +1 @@
|
|||
/vmod-querystring-1.0.1.tar.gz
|
||||
/vmod-querystring-1.0.2.tar.gz
|
||||
/vmod-querystring-1.0.3.tar.gz
|
||||
/vmod-querystring-1.0.5.tar.gz
|
||||
vmod-querystring-*.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vmod-querystring-1.0.5.tar.gz) = c421905c410fff7ed710a2891c4e74672e91fb3fb725e59e34f62900b281a6f7a64ca8ffc06e3e0535928afcefb8bacb17ec9c0e2df8ba809ca8cb09b317e13e
|
||||
SHA512 (vmod-querystring-2.0.1.tar.gz) = 9605fdfe8fd1457b06a2e8306791da3efb340b7bc737be9416b5c6cc424887c89a769854580ca3f000367f234b5b119d016e605c2cd094f6b3aa7c79e076032f
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
%global vmoddir %{_libdir}/varnish/vmods
|
||||
|
||||
Name: vmod-querystring
|
||||
Version: 1.0.5
|
||||
Release: 3%{?dist}
|
||||
Version: 2.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: QueryString module for Varnish Cache
|
||||
URL: https://github.com/dridi/libvmod-querystring
|
||||
License: GPLv3+
|
||||
|
|
@ -10,10 +10,10 @@ License: GPLv3+
|
|||
Source: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: python3
|
||||
BuildRequires: varnish >= 4.1.3
|
||||
BuildRequires: pkgconfig(varnishapi) >= 4.1.3
|
||||
BuildRequires: varnish >= 6
|
||||
BuildRequires: pkgconfig(varnishapi) >= 6
|
||||
|
||||
Requires: varnish >= 4.1.3
|
||||
Requires: varnish >= 6
|
||||
|
||||
|
||||
%description
|
||||
|
|
@ -58,25 +58,28 @@ rm %{buildroot}%{vmoddir}/*.la
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 16 2019 Dridi Boukelmoune <dridi@fedoraproject.org> - 2.0.1-1
|
||||
- Bump to 2.0.1
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Apr 17 2018 Dridi Boukelmoune <dridi.boukelmoune@gmail.com> - 1.0.5-1
|
||||
* Tue Apr 17 2018 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.0.5-1
|
||||
- Bump to 1.0.5
|
||||
- Drop rst2man BR
|
||||
- Add python3 BR
|
||||
- Simplify %%configure step
|
||||
|
||||
* Thu Mar 15 2018 Dridi Boukelmoune <dridi.boukelmoune@gmail.com> - 1.0.3-3
|
||||
* Thu Mar 15 2018 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.0.3-3
|
||||
- Explicit python requirements (#1556533)
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Sat Oct 21 2017 Dridi Boukelmoune <dridi.boukelmoune@gmail.com> - 1.0.3-1
|
||||
* Sat Oct 21 2017 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.0.3-1
|
||||
- Bump to 1.0.3
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-3
|
||||
|
|
@ -85,9 +88,9 @@ rm %{buildroot}%{vmoddir}/*.la
|
|||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Wed Apr 26 2017 Dridi Boukelmoune <dridi.boukelmoune@gmail.com> - 1.0.2-1
|
||||
* Wed Apr 26 2017 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.0.2-1
|
||||
- Bump to 1.0.2
|
||||
- Set the optflags at configure time
|
||||
|
||||
* Sun Sep 25 2016 Dridi Boukelmoune <dridi.boukelmoune@gmail.com> - 1.0.1-1
|
||||
* Sun Sep 25 2016 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.0.1-1
|
||||
- Initial spec.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue