The package rpms/touchegg.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/touchegg.git/commit/?id=ba2f272fff59....
Change: +ExcludeArch: %{ix86}
Thanks.
Full change: ============
commit 297ee9fce17a22baac41d02ff4979586136b01cc Author: Leigh Scott leigh123linux@gmail.com Date: Sat May 24 21:59:48 2025 +0100
Update to 2.0.18
diff --git a/.gitignore b/.gitignore index fef2b19..66a7a37 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /touchegg-2.0.15.tar.gz /touchegg-2.0.16.tar.gz /touchegg-2.0.17.tar.gz +/touchegg-2.0.18.tar.gz diff --git a/add_missing_include.patch b/add_missing_include.patch deleted file mode 100644 index e133956..0000000 --- a/add_missing_include.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/src/animations/animation.h 2023-08-13 16:49:33.000000000 +0100 -+++ b/src/animations/animation.h 2025-01-19 16:36:35.624525589 +0000 -@@ -20,6 +20,7 @@ - - #include <cairo.h> - -+#include <cstdint> - #include <memory> - - #include "window-system/cairo-surface.h" diff --git a/sources b/sources index ea33343..26a9025 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (touchegg-2.0.17.tar.gz) = b0c957003f0df1c3fdb750e0f3a253ed39014c900c82ffa7be254afe6c2a60949ea81d2628bf3d40ad4f3547093b274fb20831144c2427b417262812a10d563d +SHA512 (touchegg-2.0.18.tar.gz) = 79c806dc21305a6a1ebe5ad8db3c7b632876ca24627cef02e7cd89b0ea4ab34ddd9ccc9f631bba34f19fa25508b1193307f2a79fbc875e52f29be2356c84e4ec diff --git a/touchegg.spec b/touchegg.spec index 249a4c8..7180a87 100644 --- a/touchegg.spec +++ b/touchegg.spec @@ -1,13 +1,12 @@ Name: touchegg -Version: 2.0.17 -Release: 2%{?dist} +Version: 2.0.18 +Release: 1%{?dist} Summary: Multi-touch gesture recognizer
# Automatically converted from old format: GPLv3+ - review is highly recommended. License: GPL-3.0-or-later URL: https://github.com/JoseExposito/touchegg Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz -Patch0: add_missing_include.patch
ExcludeArch: %{ix86}
@@ -80,6 +79,9 @@ desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}.desktop
%changelog +* Sat May 24 2025 Leigh Scott leigh123linux@gmail.com - 2.0.18-1 +- Update to 2.0.18 + * Sun Jan 19 2025 Fedora Release Engineering releng@fedoraproject.org - 2.0.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
commit a9769020e73736364a322ceadf86f247d933acc3 Author: Leigh Scott leigh123linux@gmail.com Date: Sun Jan 19 16:44:42 2025 +0000
fix build
diff --git a/add_missing_include.patch b/add_missing_include.patch new file mode 100644 index 0000000..e133956 --- /dev/null +++ b/add_missing_include.patch @@ -0,0 +1,10 @@ +--- a/src/animations/animation.h 2023-08-13 16:49:33.000000000 +0100 ++++ b/src/animations/animation.h 2025-01-19 16:36:35.624525589 +0000 +@@ -20,6 +20,7 @@ + + #include <cairo.h> + ++#include <cstdint> + #include <memory> + + #include "window-system/cairo-surface.h" diff --git a/touchegg.spec b/touchegg.spec index 44f8297..249a4c8 100644 --- a/touchegg.spec +++ b/touchegg.spec @@ -7,6 +7,7 @@ Summary: Multi-touch gesture recognizer License: GPL-3.0-or-later URL: https://github.com/JoseExposito/touchegg Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz +Patch0: add_missing_include.patch
ExcludeArch: %{ix86}
@@ -39,7 +40,7 @@ configurable.
%prep -%autosetup +%autosetup -p1
%build
commit 8bfe6fe29cba52ebf73e770644c0c698d9dd0a6e Author: Fedora Release Engineering releng@fedoraproject.org Date: Sun Jan 19 13:09:42 2025 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
diff --git a/touchegg.spec b/touchegg.spec index ec5ecae..44f8297 100644 --- a/touchegg.spec +++ b/touchegg.spec @@ -1,6 +1,6 @@ Name: touchegg Version: 2.0.17 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Multi-touch gesture recognizer
# Automatically converted from old format: GPLv3+ - review is highly recommended. @@ -79,6 +79,9 @@ desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}.desktop
%changelog +* Sun Jan 19 2025 Fedora Release Engineering releng@fedoraproject.org - 2.0.17-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Jan 15 2025 Leigh Scott leigh123linux@gmail.com - 2.0.17-1 - Update to 2.0.17
commit ba2f272fff59047db33534ead58d63c8d0f969b5 Author: Leigh Scott leigh123linux@gmail.com Date: Wed Jan 15 01:50:55 2025 +0000
Exclude i686 build
diff --git a/touchegg.spec b/touchegg.spec index 2ff76f0..ec5ecae 100644 --- a/touchegg.spec +++ b/touchegg.spec @@ -8,6 +8,8 @@ License: GPL-3.0-or-later URL: https://github.com/JoseExposito/touchegg Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
+ExcludeArch: %{ix86} + BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: gcc-c++ @@ -70,9 +72,7 @@ desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}.desktop %files %license COPYING COPYRIGHT %doc README.md CHANGELOG.md - %config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}.desktop - %{_bindir}/%{name} %{_datadir}/%{name}/ %{_unitdir}/%{name}.service
commit b33960c43f5967b4acb4b0b06c8106f587b37bed Author: Leigh Scott leigh123linux@gmail.com Date: Wed Jan 15 01:40:20 2025 +0000
Update to 2.0.17
diff --git a/.gitignore b/.gitignore index ce9cf1b..fef2b19 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /touchegg-2.0.14.tar.gz /touchegg-2.0.15.tar.gz /touchegg-2.0.16.tar.gz +/touchegg-2.0.17.tar.gz diff --git a/sources b/sources index 1c84974..ea33343 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (touchegg-2.0.16.tar.gz) = 92a5409c1f570de2690e57e8ae291bda1c07b5d5c1094fd80a9648c5986f5dc8cd5a8e03c3714a8dc10b5305a75e52a0ef86f5bf52a038db08fedb86620af76f +SHA512 (touchegg-2.0.17.tar.gz) = b0c957003f0df1c3fdb750e0f3a253ed39014c900c82ffa7be254afe6c2a60949ea81d2628bf3d40ad4f3547093b274fb20831144c2427b417262812a10d563d diff --git a/touchegg.spec b/touchegg.spec index bf92a5d..2ff76f0 100644 --- a/touchegg.spec +++ b/touchegg.spec @@ -1,6 +1,6 @@ Name: touchegg -Version: 2.0.16 -Release: 5%{?dist} +Version: 2.0.17 +Release: 1%{?dist} Summary: Multi-touch gesture recognizer
# Automatically converted from old format: GPLv3+ - review is highly recommended. @@ -79,6 +79,9 @@ desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}.desktop
%changelog +* Wed Jan 15 2025 Leigh Scott leigh123linux@gmail.com - 2.0.17-1 +- Update to 2.0.17 + * Thu Jul 25 2024 Miroslav Suchý msuchy@redhat.com - 2.0.16-5 - convert license to SPDX
@@ -91,7 +94,7 @@ desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}.desktop * Sat Jul 22 2023 Fedora Release Engineering releng@fedoraproject.org - 2.0.16-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-* Thu Feb 07 2023 Maíra Canal mairacanal@riseup.net - 2.0.16-1 +* Tue Feb 07 2023 Maíra Canal mairacanal@riseup.net - 2.0.16-1 - Update to 2.0.16.
* Sat Jan 21 2023 Fedora Release Engineering releng@fedoraproject.org - 2.0.15-2
arch-excludes@lists.fedoraproject.org