New upstream version (0.3.2)
This commit is contained in:
parent
3c8677d076
commit
df027ff75f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/libverto-0.2.6.tar.gz
|
/libverto-0.2.6.tar.gz
|
||||||
/libverto-0.3.0.tar.gz
|
/libverto-0.3.0.tar.gz
|
||||||
/libverto-0.3.1.tar.gz
|
/libverto-0.3.1.tar.gz
|
||||||
|
/libverto-0.3.2.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global homepage https://github.com/latchset/libverto
|
%global homepage https://github.com/latchset/libverto
|
||||||
|
|
||||||
Name: libverto
|
Name: libverto
|
||||||
Version: 0.3.1
|
Version: 0.3.2
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Main loop abstraction library
|
Summary: Main loop abstraction library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -108,7 +108,7 @@ and signal.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%configure --disable-static --without-tevent
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -158,6 +158,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_libdir}/pkgconfig/%{name}-libev.pc
|
%{_libdir}/pkgconfig/%{name}-libev.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 15 2021 Robbie Harwood <rharwood@redhat.com> - 0.3.2-1
|
||||||
|
- New upstream version (0.3.2)
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-3
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libverto-0.3.1.tar.gz) = baef4fd280e0cb30167743608fd5a950fb4340eeb89e3630a0f63f8eab4d56f0f894a2e3283583b7ed8774d5e896c44e2c68c25882d95a07350f980af36b8740
|
SHA512 (libverto-0.3.2.tar.gz) = 342f20f83b8f674230fefba013505e1339dab0022e5e232c39d6763e4307088fa290b5a8e83f588e97142f5c4d190b1430288750e45f37a5fe4174d84ef85fc1
|
||||||
|
Loading…
Reference in New Issue
Block a user