Compare commits

..

No commits in common. "rawhide" and "f42" have entirely different histories.

3 changed files with 3 additions and 10 deletions

1
.gitignore vendored
View file

@ -9,4 +9,3 @@
/waydroid-1.6.0.tar.gz
/waydroid-1.6.1.tar.gz
/waydroid-1.6.2.tar.gz
/waydroid-1.6.3.tar.gz

View file

@ -1 +1 @@
SHA512 (waydroid-1.6.3.tar.gz) = e395b0eed9bfda3cb7b0ab8de5e8d69c57188c86b810c76fccd6a9dea2179acf219b41338382a923d0f4cfbb276064d7336c0771ba54c6ef14e8496250a3acfa
SHA512 (waydroid-1.6.2.tar.gz) = ea6d6c0d8519a41c7c80335c30cb9afd3fd03d308400585779fbb5a52de881cfc4f3b9cbc71a089fd84bd362bd24c6f7ee4869420fcd2a1fe2104554b1b7b90b

View file

@ -1,12 +1,12 @@
%global forgeurl https://github.com/waydroid/waydroid
%global selinuxtype targeted
Version: 1.6.3
Version: 1.6.2
%global tag %{version}
%forgemeta
Name: waydroid
Release: 2%{?dist}
Release: 1%{?dist}
Summary: Container-based approach to boot a full Android system on GNU/Linux
License: GPL-3.0-only
URL: %{forgeurl}
@ -147,12 +147,6 @@ fi
%{_datadir}/selinux/%{selinuxtype}/%{name}.pp
%changelog
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Thu May 28 2026 Alessandro Astone <ales.astone@gmail.com> - 1.6.3-1
- new version
* Sun Feb 22 2026 Alessandro Astone <ales.astone@gmail.com> - 1.6.2-1
- Attempt to further fix initialization with Python 3.14
- Fix desktop file update logic for headless apps