diff --git a/SPECS/pygtk2.spec b/SPECS/pygtk2.spec
index 344f155..1a85fcb 100644
--- a/SPECS/pygtk2.spec
+++ b/SPECS/pygtk2.spec
@@ -11,7 +11,7 @@
 
 Name: pygtk2
 Version: 2.24.0
-Release: 24%{?dist}
+Release: 25%{?dist}
 License: LGPLv2+
 Group: Development/Languages
 Summary: Python bindings for GTK+
@@ -107,7 +107,7 @@ do
 done
 
 %build
-%if 0%{?flatpak}
+%if !0%{?flatpak}
 %configure --enable-thread --disable-numpy --without-glade
 %else
 %configure --enable-thread --enable-numpy --without-glade
@@ -145,11 +145,9 @@ sed -i 's|^#! /usr/bin/python(2\?)|#!%{__python2}|' %{buildroot}%{_bindir}/pygtk
 %{_datadir}/gtk-doc/html/pygtk/
 
 %changelog
-* Tue Dec 15 2020 Owen Taylor <otaylor@redhat.com> - 2.24.0-24
-- Disable numpy for Flatpak builds (#1907603)
-
-* Sun Sep 13 2020 Jan Beran <jaberan@redhat.com> - 2.24.0-24
-- Fix shebang mangling for _prefix=app (#1907603)
+* Mon Jan 11 2021 Jan Beran <jaberan@redhat.com> 2.24.0-25
+- Fix shebang mangling for _prefix=app (#1907579)
+- disable numpy for flatpak (#1907579)
 
 * Wed Sep 12 2018 Josef Ridky <jridky@redhat.com> - 2.24.0-24
 - remove libglade dependency and sub-package (#1622134)