Bump to 1.0.2
This commit is contained in:
parent
781c413bf2
commit
01fe7464d6
3 changed files with 10 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/vmod-querystring-1.0.1.tar.gz
|
||||
/vmod-querystring-1.0.2.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vmod-querystring-1.0.1.tar.gz) = c579a84ce37c7febdce790c65dbe66328face05a35ca29d47d54b9dcd5286db9a1d65502988e3dc976116b21cb28fd6c3769551bec88c47ad2cd6f56a61585ed
|
||||
SHA512 (vmod-querystring-1.0.2.tar.gz) = 474bbb5625d84516bae5a481cddd17b01d6091b00aeaaec48ee14bc60cb469e33420c7278ed1f43f549a973ef0080c688b84d6e595e3cf38db0faac8b964ef55
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%global vmoddir %{_libdir}/varnish/vmods
|
||||
|
||||
Name: vmod-querystring
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
Summary: QueryString module for Varnish Cache
|
||||
|
|
@ -38,8 +38,8 @@ with this kind of query-strings.
|
|||
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules
|
||||
%make_build CFLAGS="%{optflags}"
|
||||
%configure --disable-silent-rules CFLAGS="%{optflags}"
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
|
|
@ -48,7 +48,7 @@ rm %{buildroot}%{vmoddir}/*.la
|
|||
|
||||
|
||||
%check
|
||||
make %{?_smp_mflags} check
|
||||
%make_build check
|
||||
|
||||
|
||||
%files
|
||||
|
|
@ -59,5 +59,9 @@ make %{?_smp_mflags} check
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 26 2017 Dridi Boukelmoune <dridi.boukelmoune@gmail.com> - 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
|
||||
- Initial spec.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue