summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-06-24 18:36:43 +0100
committerRichard Hughes <richard@hughsie.com>2014-06-24 18:36:43 +0100
commit722a22a3cd05aa52572bec7c231e9d95b6cd3e78 (patch)
tree19128287d33c0a2d53ec536965f845e89be5f606 /gtk3.spec
parentAdded build deps for cloudprint print backend module (diff)
downloadgtk3-classic-build-gtk3-722a22a3cd05aa52572bec7c231e9d95b6cd3e78.tar.gz
gtk3-classic-build-gtk3-722a22a3cd05aa52572bec7c231e9d95b6cd3e78.tar.bz2
gtk3-classic-build-gtk3-722a22a3cd05aa52572bec7c231e9d95b6cd3e78.zip
Update to 3.13.3
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec15
1 files changed, 5 insertions, 10 deletions
diff --git a/gtk3.spec b/gtk3.spec
index ea5e1ca..56aab7a 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -16,19 +16,14 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.13.2
-Release: 5%{?dist}
+Version: 3.13.3
+Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
#VCS: git:git://git.gnome.org/gtk+
Source: http://download.gnome.org/sources/gtk+/3.13/gtk+-%{version}.tar.xz
-# Backports from git master
-Patch1: 0001-eventcontroller-Ensure-controllers-stay-alive-during.patch
-Patch2: 0002-Revert-GtkMisc-Keep-gtk_misc_set_alignment-working.patch
-Patch3: 0003-GtkBuilder-Ensure-types-are-fully-initialized.patch
-
BuildRequires: gnome-common autoconf automake intltool gettext
BuildRequires: atk-devel >= %{atk_version}
BuildRequires: at-spi2-atk-devel
@@ -145,9 +140,6 @@ the functionality of the installed %{name} package.
%prep
%setup -q -n gtk+-%{version}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
%build
@@ -313,6 +305,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
+- Update to 3.13.3
+
* Sat Jun 07 2014 Tim Waugh <twaugh@redhat.com> - 3.13.2-5
- Added build deps for cloudprint print backend module (bug #1104663).
bgstack15