summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2017-11-01 19:56:59 +0100
committerKalev Lember <klember@redhat.com>2017-11-01 22:03:36 +0100
commit785a9d6b742fdd43ee7184f18fb902d2b2c1fc5c (patch)
treed8cd27d7023591c5e2d8a6689fc126d9517d0e99 /gtk3.spec
parentBackport fix to prevent crashes when adding online accounts (diff)
downloadgtk3-classic-build-gtk3-785a9d6b742fdd43ee7184f18fb902d2b2c1fc5c.tar.gz
gtk3-classic-build-gtk3-785a9d6b742fdd43ee7184f18fb902d2b2c1fc5c.tar.bz2
gtk3-classic-build-gtk3-785a9d6b742fdd43ee7184f18fb902d2b2c1fc5c.zip
Update to 3.22.25
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec11
1 files changed, 5 insertions, 6 deletions
diff --git a/gtk3.spec b/gtk3.spec
index cc9dbf7..bcc1af3 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -21,17 +21,14 @@
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3
-Version: 3.22.24
-Release: 3%{?dist}
+Version: 3.22.25
+Release: 1%{?dist}
Summary: GTK+ graphical user interface library
License: LGPLv2+
URL: http://www.gtk.org
Source0: http://download.gnome.org/sources/gtk+/3.22/gtk+-%{version}.tar.xz
-# https://bugzilla.gnome.org/show_bug.cgi?id=789141
-Patch0: gtk3-gdk-Clear-GL-context-when-window-is-withdrawn.patch
-
BuildRequires: pkgconfig(atk) >= %{atk_version}
BuildRequires: pkgconfig(atk-bridge-2.0)
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
@@ -170,7 +167,6 @@ the functionality of the installed %{name} package.
%prep
%setup -q -n gtk+-%{version}
-%patch0 -p1
%build
export CFLAGS='-fno-strict-aliasing %optflags'
@@ -344,6 +340,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests
%changelog
+* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 3.22.25-1
+- Update to 3.22.25
+
* Wed Oct 25 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.22.24-3
- Backport fix to prevent crashes when adding online accounts (GNOME #789141)
bgstack15