new vsn & soname bump
This commit is contained in:
parent
90a67789f8
commit
f4ccd6ec91
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/wpebackend-fdo-0.1.tar.gz
|
||||
/wpebackend-fdo-1.0.0.tar.xz
|
||||
/wpebackend-fdo-1.1.90.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (wpebackend-fdo-1.0.0.tar.xz) = 1daf32c1c83ac11377231691945f6feaced39ce404dd3486e4f002156181512def369df04ac66336ab0469918a0dc46bd6648268e1727568acbb1c780f49fb5a
|
||||
SHA512 (wpebackend-fdo-1.1.90.tar.xz) = 3abcdce7fe1ecc9478b863096caf36f6df76c9fd22e0fe94c05d2ba9024c35d9cd229eb62292d61d51ae330a236db1ae4746f5906a0b12d71cdea52ba31f87a8
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: wpebackend-fdo
|
||||
Version: 1.0.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.1.90
|
||||
Release: 1%{?dist}
|
||||
Summary: A WPE backend designed for Linux desktop systems
|
||||
|
||||
License: BSD
|
||||
@ -46,19 +46,23 @@ popd
|
||||
%files
|
||||
%license COPYING
|
||||
%doc NEWS
|
||||
%{_libdir}/libWPEBackend-fdo-0.1.so.1
|
||||
%{_libdir}/libWPEBackend-fdo-0.1.so.1.*
|
||||
%{_libdir}/libWPEBackend-fdo-1.0.so.1
|
||||
%{_libdir}/libWPEBackend-fdo-1.0.so.1.*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/wpe-fdo-0.1
|
||||
%{_libdir}/libWPEBackend-fdo-0.1.so
|
||||
%{_libdir}/pkgconfig/wpebackend-fdo-0.1.pc
|
||||
%{_includedir}/wpe-fdo-1.0
|
||||
%{_libdir}/libWPEBackend-fdo-1.0.so
|
||||
%{_libdir}/pkgconfig/wpebackend-fdo-1.0.pc
|
||||
|
||||
%changelog
|
||||
* Tue Feb 26 2019 Chris King <bunnyapocalypse@protonmail.com> - 1.1.90-1
|
||||
- New version with soname bump
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sun Aug 26 2018 Chris King <bunnyapocalypse@protonmail.com> - 1.0.0-1
|
||||
- Soname bump
|
||||
|
||||
* Mon Jul 16 2018 Chris King <bunnyapocalypse@fedoraproject.org> - 0.1-1
|
||||
- Initial RPM package
|
||||
|
Loading…
Reference in New Issue
Block a user