diff --git a/.gitignore b/.gitignore index 2a6b6fe..70ba411 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ /wpebackend-fdo-1.9.92.tar.xz.asc /wpebackend-fdo-1.10.0.tar.xz /wpebackend-fdo-1.10.0.tar.xz.asc +/wpebackend-fdo-1.12.0.tar.xz +/wpebackend-fdo-1.12.0.tar.xz.asc diff --git a/changelog b/changelog new file mode 100644 index 0000000..13f8fe9 --- /dev/null +++ b/changelog @@ -0,0 +1,85 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 1.10.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon Jun 07 2021 Michael Catanzaro - 1.10.0-1 +- Update to 1.10.0 + +* Fri May 14 2021 Michael Catanzaro - 1.9.92-1 +- Update to 1.9.92 +- Add GPG verification of source tarball + +* Fri Apr 30 2021 Michael Catanzaro - 1.9.91-1 +- Update to 1.9.91 + +* Sat Apr 17 2021 Michael Catanzaro - 1.9.90-2 +- Stop crashing after process swap + +* Thu Apr 01 2021 Michael Catanzaro - 1.9.90-1 +- Update to 1.9.90 + +* Mon Mar 08 2021 Michael Catanzaro - 1.9.1-1 +- Update to 1.9.1 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Sep 11 2020 Michael Catanzaro - 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 - 1.7.1-1 +- Update to 1.7.1 and switch to meson build system + +* Wed Jul 29 2020 Fedora Release Engineering - 1.6.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Michael Catanzaro - 1.6.1-1 +- Update to 1.6.1 + +* Thu Mar 12 2020 Michael Catanzaro - 1.6.0-1 +- Update to 1.6.0 + +* Tue Mar 03 2020 Michael Catanzaro - 1.5.90-2 +- Rebuild against updated libwpe + +* Tue Mar 03 2020 Michael Catanzaro - 1.5.90-1 +- Update to 1.5.90 + +* Mon Feb 24 2020 Michael Catanzaro - 1.4.1-1 +- Update to 1.4.1 + +* Fri Jan 31 2020 Fedora Release Engineering - 1.4.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Sep 19 2019 Chris King - 1.4.0-2 +- Change location of libWPEBackend-fdo.so to allow for WPE backend + +* Wed Sep 18 2019 Chris King - 1.4.0-1 +- new version + +* Sat Jul 27 2019 Fedora Release Engineering - 1.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Jun 17 2019 Chris King - 1.3.1-1 +- New version + +* Sat May 11 2019 Chris King - 1.3.0-1 +- New version + +* Mon Mar 25 2019 Chris King - 1.2.0-1 +- New version + +* Thu Feb 28 2019 Pete Walter - 1.1.90-2 +- Update wayland deps + +* Tue Feb 26 2019 Chris King - 1.1.90-1 +- New version with soname bump + +* Sun Feb 03 2019 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sun Aug 26 2018 Chris King - 1.0.0-1 +- Soname bump + +* Mon Jul 16 2018 Chris King - 0.1-1 +- Initial RPM package diff --git a/sources b/sources index c437491..8339d18 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (wpebackend-fdo-1.10.0.tar.xz) = 50e65d1560b943ec85b80449c838b61d7ab3baf96844542cce06028bd934b1145319f3fa07a3dc629d2a7896b95ab388edbe853b7e377cf0ff02fb66291e1ce0 -SHA512 (wpebackend-fdo-1.10.0.tar.xz.asc) = c1a644501bd2d518697edd021b0e212e5901ee92da6d49e056912791019b94ea4765efd6ef5d934382757d83efaad37b67763d2edd2d0315601251cd81d965b8 +SHA512 (wpebackend-fdo-1.12.0.tar.xz) = 856885394872ad3f205b600caecbae48ae0c51185a8e19e66add93222e49bb1b060cdc77f5c9269d43509a0b85af0b5642c27f951d1c9836d8616aa51a9180a5 +SHA512 (wpebackend-fdo-1.12.0.tar.xz.asc) = d180b60ea22d7d66b68633ca3d00adb80bc2feb87506d008446f79ca8d59991d5c0f2036d1c65e3789cca3687b897612c228106544394d533618f436204a7d4a diff --git a/wpebackend-fdo.spec b/wpebackend-fdo.spec index 5b2e59e..8ec28fb 100644 --- a/wpebackend-fdo.spec +++ b/wpebackend-fdo.spec @@ -1,8 +1,8 @@ %undefine __cmake_in_source_build Name: wpebackend-fdo -Version: 1.10.0 -Release: 2%{?dist} +Version: 1.12.0 +Release: %autorelease Summary: A WPE backend designed for Linux desktop systems License: BSD @@ -60,88 +60,4 @@ files for developing applications that use %{name}. %{_libdir}/pkgconfig/wpebackend-fdo-1.0.pc %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 1.10.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Mon Jun 07 2021 Michael Catanzaro - 1.10.0-1 -- Update to 1.10.0 - -* Fri May 14 2021 Michael Catanzaro - 1.9.92-1 -- Update to 1.9.92 -- Add GPG verification of source tarball - -* Fri Apr 30 2021 Michael Catanzaro - 1.9.91-1 -- Update to 1.9.91 - -* Sat Apr 17 2021 Michael Catanzaro - 1.9.90-2 -- Stop crashing after process swap - -* Thu Apr 01 2021 Michael Catanzaro - 1.9.90-1 -- Update to 1.9.90 - -* Mon Mar 08 2021 Michael Catanzaro - 1.9.1-1 -- Update to 1.9.1 - -* Wed Jan 27 2021 Fedora Release Engineering - 1.8.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Sep 11 2020 Michael Catanzaro - 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 - 1.7.1-1 -- Update to 1.7.1 and switch to meson build system - -* Wed Jul 29 2020 Fedora Release Engineering - 1.6.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue May 26 2020 Michael Catanzaro - 1.6.1-1 -- Update to 1.6.1 - -* Thu Mar 12 2020 Michael Catanzaro - 1.6.0-1 -- Update to 1.6.0 - -* Tue Mar 03 2020 Michael Catanzaro - 1.5.90-2 -- Rebuild against updated libwpe - -* Tue Mar 03 2020 Michael Catanzaro - 1.5.90-1 -- Update to 1.5.90 - -* Mon Feb 24 2020 Michael Catanzaro - 1.4.1-1 -- Update to 1.4.1 - -* Fri Jan 31 2020 Fedora Release Engineering - 1.4.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Sep 19 2019 Chris King - 1.4.0-2 -- Change location of libWPEBackend-fdo.so to allow for WPE backend - -* Wed Sep 18 2019 Chris King - 1.4.0-1 -- new version - -* Sat Jul 27 2019 Fedora Release Engineering - 1.3.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Mon Jun 17 2019 Chris King - 1.3.1-1 -- New version - -* Sat May 11 2019 Chris King - 1.3.0-1 -- New version - -* Mon Mar 25 2019 Chris King - 1.2.0-1 -- New version - -* Thu Feb 28 2019 Pete Walter - 1.1.90-2 -- Update wayland deps - -* Tue Feb 26 2019 Chris King - 1.1.90-1 -- New version with soname bump - -* Sun Feb 03 2019 Fedora Release Engineering - 1.0.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sun Aug 26 2018 Chris King - 1.0.0-1 -- Soname bump - -* Mon Jul 16 2018 Chris King - 0.1-1 -- Initial RPM package +%autochangelog