Update to 1.8.0

Move libWPEBackend-fdo-1.0.so back to -devel package
This commit is contained in:
Michael Catanzaro 2020-09-11 16:04:24 -05:00
parent 5db6261d91
commit a89b0b2a4c
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/wpebackend-fdo-1.6.0.tar.xz
/wpebackend-fdo-1.6.1.tar.xz
/wpebackend-fdo-1.7.1.tar.xz
/wpebackend-fdo-1.8.0.tar.xz

View File

@ -1 +1 @@
SHA512 (wpebackend-fdo-1.7.1.tar.xz) = 5ef83d831cc283a9969222cd78e3950f89f5520a15329a22ea8c4c5440d515ad708679d60a0a7572d57129d5161a0cf338263db9fd35fa2d09060c17dc8686f9
SHA512 (wpebackend-fdo-1.8.0.tar.xz) = e885a169e89f90bdd38149894406af368ddd951a17612975a459bd958fef3adf46f39f80c2264a9a2eae965984a8f1f61b36440836780e73cb4e7b8f433335a6

View File

@ -1,7 +1,7 @@
%undefine __cmake_in_source_build
Name: wpebackend-fdo
Version: 1.7.1
Version: 1.8.0
Release: 1%{?dist}
Summary: A WPE backend designed for Linux desktop systems
@ -46,13 +46,17 @@ files for developing applications that use %{name}.
%doc NEWS
%{_libdir}/libWPEBackend-fdo-1.0.so.1
%{_libdir}/libWPEBackend-fdo-1.0.so.1.*
%{_libdir}/libWPEBackend-fdo-1.0.so
%files devel
%{_includedir}/wpe-fdo-1.0
%{_libdir}/libWPEBackend-fdo-1.0.so
%{_libdir}/pkgconfig/wpebackend-fdo-1.0.pc
%changelog
* Fri Sep 11 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.8.0-1
- Update to 1.8.0
- Move libWPEBackend-fdo-1.0.so back to -devel package
* Wed Jul 29 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 1.7.1-1
- Update to 1.7.1 and switch to meson build system