Blame SPECS/gtk3.spec

f80473
%if 0%{?fedora}
f80473
%global with_wayland 1
f80473
%global with_broadway 1
f80473
%endif
f80473
f80473
%global glib2_version 2.35.3
f80473
%global pango_version 1.32.4
f80473
%global gdk_pixbuf_version 2.27.1
f80473
%global atk_version 2.7.5
f80473
%global cairo_version 1.10.0
f80473
%global xrandr_version 1.2.99.4-2
f80473
%global gobject_introspection_version 1.36.0-2
f80473
f80473
%global bin_version 3.0.0
f80473
f80473
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
f80473
Name: gtk3
8d4952
Version: 3.8.8
0fe339
Release: 10%{?dist}
f80473
License: LGPLv2+
f80473
Group: System Environment/Libraries
f80473
URL: http://www.gtk.org
f80473
#VCS: git:git://git.gnome.org/gtk+
f80473
Source: http://download.gnome.org/sources/gtk+/3.8/gtk+-%{version}.tar.xz
f80473
f80473
# https://bugzilla.gnome.org/show_bug.cgi?id=711158
f80473
Patch0: gtk3-gir-multilib.patch
f80473
8d4952
# http://bugzilla.gnome.org/show_bug.cgi?id=719762
8d4952
Patch1: 0001-x11-Handle-all-XI2-crossing-mode-values-in-switch.patch
8d4952
Patch2: 0002-x11-Handle-XINotifyPassiveGrab-Ungrab-in-focus-event.patch
8d4952
8d4952
Patch3: translations.patch
8d4952
8d4952
Patch4: 0001-window-Sanitize-size-hint-computation.patch
8d4952
0fe339
# https://bugzilla.redhat.com/show_bug.cgi?id=982295
0fe339
Patch5: 0001-GtkExpander-Fix-a-problem-with-resize-toplevel.patch
0fe339
0fe339
# https://bugzilla.redhat.com/show_bug.cgi?id=948432
0fe339
Patch6: 0001-Add-man-pages-for-gtk3-demo-and-gtk3-widget-factory.patch
0fe339
Patch7: 0002-docs-Fix-make-dist.patch
0fe339
Patch8: 0003-docs-Add-a-man-page-fro-gtk3-demo-application.patch
0fe339
0fe339
# https://bugzilla.redhat.com/show_bug.cgi?id=1090126
0fe339
Patch9: 0001-Pull-all-changes-from-gtkcellrenderaccel-c-up-to-3-14-0.patch
0fe339
0fe339
# https://bugzilla.redhat.com/show_bug.cgi?id=1062938
0fe339
Patch10: 0001-menu-Do-a-proper-min-height-request.patch
0fe339
0fe339
# https://bugzilla.redhat.com/show_bug.cgi?id=1150290
0fe339
Patch11: 0001-treemodelfilter-Fix-using-wrong-path-on-row-deleted.patch
0fe339
f80473
BuildRequires: gnome-common autoconf automake intltool gettext
f80473
BuildRequires: atk-devel >= %{atk_version}
f80473
BuildRequires: at-spi2-atk-devel
f80473
BuildRequires: glib2-devel >= %{glib2_version}
f80473
BuildRequires: cairo-devel >= %{cairo_version}
f80473
BuildRequires: cairo-gobject-devel >= %{cairo_version}
f80473
BuildRequires: pango-devel >= %{pango_version}
f80473
BuildRequires: gdk-pixbuf2-devel >= %{gdk_pixbuf_version}
f80473
BuildRequires: gtk2-devel
f80473
BuildRequires: libXi-devel
f80473
BuildRequires: gettext
f80473
BuildRequires: gtk-doc
f80473
BuildRequires: cups-devel
f80473
BuildRequires: libXrandr-devel >= %{xrandr_version}
f80473
BuildRequires: libXrender-devel
f80473
BuildRequires: libXcursor-devel
f80473
BuildRequires: libXfixes-devel
f80473
BuildRequires: libXinerama-devel
f80473
BuildRequires: libXcomposite-devel
f80473
BuildRequires: libXdamage-devel
f80473
BuildRequires: libXi-devel
f80473
BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
f80473
BuildRequires: colord-devel
f80473
BuildRequires: avahi-gobject-devel
f80473
%if 0%{?with_wayland}
f80473
BuildRequires: libwayland-client-devel
f80473
BuildRequires: libwayland-cursor-devel
f80473
BuildRequires: libxkbcommon-devel
f80473
%endif
f80473
f80473
# required for icon theme apis to work
f80473
Requires: hicolor-icon-theme
f80473
f80473
# We need to prereq these so we can run gtk-query-immodules-3.0
f80473
Requires(post): glib2 >= %{glib2_version}
f80473
Requires(post): atk >= %{atk_version}
f80473
Requires(post): pango >= %{pango_version}
f80473
Requires: libXrandr >= %{xrandr_version}
f80473
f80473
# gtk3 no longer provides the GtkThemeEngine interface used there
f80473
Obsoletes: gtk3-engines <= 2.91.5-5.fc15
f80473
f80473
%description
f80473
GTK+ is a multi-platform toolkit for creating graphical user
f80473
interfaces. Offering a complete set of widgets, GTK+ is suitable for
f80473
projects ranging from small one-off tools to complete application
f80473
suites.
f80473
f80473
This package contains version 3 of GTK+.
f80473
f80473
%package immodules
f80473
Summary: Input methods for GTK+
f80473
Group: System Environment/Libraries
f80473
Requires: gtk3%{?_isa} = %{version}-%{release}
f80473
# for im-cedilla.conf
f80473
Requires: gtk2-immodules
f80473
f80473
%description immodules
f80473
The gtk3-immodules package contains standalone input methods that
f80473
are shipped as part of GTK+ 3.
f80473
f80473
%package immodule-xim
f80473
Summary: XIM support for GTK+
f80473
Group: System Environment/Libraries
f80473
Requires: gtk3%{?_isa} = %{version}-%{release}
f80473
f80473
%description immodule-xim
f80473
The gtk3-immodule-xim package contains XIM support for GTK+ 3.
f80473
f80473
%package devel
f80473
Summary: Development files for GTK+
f80473
Group: Development/Libraries
f80473
Requires: gtk3 = %{version}-%{release}
f80473
Requires: gdk-pixbuf2-devel
f80473
Requires: libX11-devel, libXcursor-devel, libXinerama-devel
f80473
Requires: libXext-devel, libXi-devel, libXrandr-devel
f80473
Requires: libXfixes-devel, libXcomposite-devel
f80473
# for /usr/share/aclocal
f80473
Requires: automake
f80473
f80473
Obsoletes: gtk3-engines-devel <= 2.91.5-5.fc15
f80473
f80473
%description devel
f80473
This package contains the libraries and header files that are needed
f80473
for writing applications with version 3 of the GTK+ widget toolkit. If
f80473
you plan to develop applications with GTK+, consider installing the
f80473
gtk3-devel-docs package.
f80473
f80473
%package devel-docs
f80473
Summary: Developer documentation for GTK+
f80473
Group: Development/Libraries
f80473
Requires: gtk3 = %{version}-%{release}
f80473
f80473
%description devel-docs
f80473
This package contains developer documentation for version 3 of the GTK+
f80473
widget toolkit.
f80473
f80473
%prep
f80473
%setup -q -n gtk+-%{version}
f80473
%patch0 -p1 -b .multilib
8d4952
%patch1 -p1
8d4952
%patch2 -p1
8d4952
%patch3 -p2
8d4952
%patch4 -p1
0fe339
%patch5 -p1
0fe339
%patch6 -p1
0fe339
%patch7 -p1
0fe339
%patch8 -p1
0fe339
%patch9 -p1
0fe339
%patch10 -p1
0fe339
%patch11 -p1
f80473
f80473
%build
f80473
f80473
export CFLAGS='-fno-strict-aliasing %optflags'
f80473
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
f80473
%configure $CONFIGFLAGS \
f80473
        --enable-gtk2-dependency \
f80473
        --enable-xkb \
f80473
        --enable-xinerama \
f80473
        --enable-xrandr \
f80473
        --enable-xfixes \
f80473
        --enable-xcomposite \
f80473
        --enable-xdamage \
f80473
        --enable-x11-backend \
f80473
%if 0%{?with_wayland}
f80473
        --enable-wayland-backend \
f80473
%endif
f80473
%if 0%{?with_broadway}
f80473
        --enable-broadway-backend \
f80473
%endif
f80473
        --enable-colord \
f80473
)
f80473
f80473
# fight unused direct deps
f80473
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
f80473
f80473
make %{?_smp_mflags}
f80473
f80473
%install
f80473
make install DESTDIR=$RPM_BUILD_ROOT        \
f80473
             RUN_QUERY_IMMODULES_TEST=false
f80473
f80473
%find_lang gtk30
f80473
%find_lang gtk30-properties
f80473
f80473
(cd $RPM_BUILD_ROOT%{_bindir}
f80473
 mv gtk-query-immodules-3.0 gtk-query-immodules-3.0-%{__isa_bits}
f80473
)
f80473
f80473
echo ".so man1/gtk-query-immodules-3.0.1" > $RPM_BUILD_ROOT%{_mandir}/man1/gtk-query-immodules-3.0-%{__isa_bits}.1
f80473
f80473
# Remove unpackaged files
f80473
rm $RPM_BUILD_ROOT%{_libdir}/*.la
f80473
rm $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{bin_version}/*/*.la
f80473
f80473
%if !0%{?with_broadway}
f80473
rm $RPM_BUILD_ROOT%{_mandir}/man1/broadwayd.1*
f80473
%endif
f80473
f80473
touch $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{bin_version}/immodules.cache
f80473
f80473
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gtk-3.0
f80473
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/modules
f80473
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/immodules
f80473
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{bin_version}/theming-engines
f80473
f80473
%post
f80473
/sbin/ldconfig
f80473
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
f80473
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
f80473
f80473
%post devel
f80473
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
f80473
f80473
%post immodules
f80473
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
f80473
f80473
%post immodule-xim
f80473
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
f80473
f80473
%postun
f80473
/sbin/ldconfig
f80473
if [ $1 -gt 0 ]; then
f80473
  gtk-query-immodules-3.0-%{__isa_bits} --update-cache
f80473
fi
f80473
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
f80473
f80473
%postun devel
f80473
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
f80473
f80473
%postun immodules
f80473
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
f80473
f80473
%postun immodule-xim
f80473
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
f80473
f80473
%files -f gtk30.lang
f80473
%doc AUTHORS COPYING NEWS README
f80473
%{_bindir}/gtk-query-immodules-3.0*
f80473
%{_bindir}/gtk-launch
f80473
%{_libdir}/libgtk-3.so.*
f80473
%{_libdir}/libgdk-3.so.*
f80473
%{_libdir}/libgailutil-3.so.*
f80473
%dir %{_libdir}/gtk-3.0
f80473
%dir %{_libdir}/gtk-3.0/%{bin_version}
f80473
%{_libdir}/gtk-3.0/%{bin_version}/theming-engines
f80473
%dir %{_libdir}/gtk-3.0/%{bin_version}/immodules
f80473
%{_libdir}/gtk-3.0/%{bin_version}/printbackends
f80473
%{_libdir}/gtk-3.0/modules
f80473
%{_libdir}/gtk-3.0/immodules
f80473
%{_datadir}/themes/Default
f80473
%{_datadir}/themes/Emacs
f80473
%{_libdir}/girepository-1.0
f80473
%dir %{_sysconfdir}/gtk-3.0
f80473
%ghost %{_libdir}/gtk-3.0/%{bin_version}/immodules.cache
f80473
%{_mandir}/man1/gtk-query-immodules-3.0*
f80473
%{_mandir}/man1/gtk-launch.1.gz
0fe339
%{_mandir}/man1/gtk3-demo.1.gz
0fe339
%{_mandir}/man1/gtk3-demo-application.1.gz
0fe339
%{_mandir}/man1/gtk3-widget-factory.1.gz
f80473
%exclude %{_mandir}/man1/gtk-update-icon-cache.1.gz
f80473
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
f80473
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml
f80473
%if 0%{?with_broadway}
f80473
%{_bindir}/broadwayd
f80473
%{_mandir}/man1/broadwayd.1*
f80473
%endif
f80473
f80473
%files immodules
f80473
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-cedilla.so
f80473
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-am-et.so
f80473
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-cyrillic-translit.so
f80473
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-inuktitut.so
f80473
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ipa.so
f80473
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-multipress.so
f80473
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-thai.so
f80473
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ti-er.so
f80473
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ti-et.so
f80473
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-viqr.so
f80473
%config(noreplace) %{_sysconfdir}/gtk-3.0/im-multipress.conf
f80473
f80473
%files immodule-xim
f80473
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-xim.so
f80473
f80473
%files devel -f gtk30-properties.lang
f80473
%{_libdir}/lib*.so
f80473
%{_includedir}/*
f80473
%{_datadir}/aclocal/*
f80473
%{_libdir}/pkgconfig/*
f80473
%{_bindir}/gtk3-demo
f80473
%{_bindir}/gtk3-demo-application
f80473
%{_bindir}/gtk3-widget-factory
f80473
%{_datadir}/gtk-3.0
f80473
%{_datadir}/gir-1.0
f80473
%{_datadir}/glib-2.0/schemas/org.gtk.Demo.gschema.xml
f80473
f80473
%files devel-docs
f80473
%{_datadir}/gtk-doc
f80473
f80473
%changelog
0fe339
* Tue Dec 16 2014 Benjamin Otte <otte@redhat.com> - 3.8.8-10
0fe339
- Don't accidentally export function
0fe339
- Resolves: #1168685
0fe339
0fe339
* Fri Oct 31 2014 Benjamin Otte <otte@redhat.com> - 3.8.8-9
0fe339
- Don't crash when alt-tabbing in gedit
0fe339
- Resolves: #1150290
0fe339
0fe339
* Mon Oct 20 2014 Benjamin Otte <otte@redhat.com> - 3.8.8-8
0fe339
- Fix breakage introduced by patch
0fe339
- Resolves: #1090126
0fe339
0fe339
* Sun Oct 05 2014 Benjamin Otte <otte@redhat.com> - 3.8.8-7
0fe339
- Fix height request on labels
0fe339
- Resolves: #1062938
0fe339
0fe339
* Fri Oct 03 2014 Benjamin Otte <otte@redhat.com> - 3.8.8-6
0fe339
- Properly resize toplevel when collapsing GtkExpander
0fe339
- Add missing man pages
0fe339
- Allow remapping all keys
0fe339
- Resolves: #982295, #948432, #1090126
0fe339
8d4952
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.8-5
8d4952
- Mass rebuild 2014-01-24
8d4952
8d4952
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.8-4
8d4952
- Mass rebuild 2013-12-27
8d4952
8d4952
* Mon Dec 16 2013 Benjamin Otte <otte@redhat.com> - 3.8.8-3
8d4952
- Stop window shaking at startup of firstboot
8d4952
- Resolves: #1035409
8d4952
8d4952
* Wed Dec 11 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.8-2
8d4952
- Update translations
8d4952
- Resolves: #1030356
8d4952
8d4952
* Wed Dec  4 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.8-1
8d4952
- Update to 3.8.8
8d4952
- Resolves: #1031802, #1031089
8d4952
8d4952
* Wed Nov 27 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.4-8
8d4952
- Revert last change - the issue will be addressed in gnome-session instead
8d4952
  Resolves: #1031117
8d4952
8d4952
* Fri Nov 22 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.4-6
8d4952
- Follow upstream in a GtkBin commit war
8d4952
  Resolves: #1031117
8d4952
f80473
* Fri Nov  1 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.4-5
f80473
- Avoid losing %optflags
f80473
- Related: #881175
f80473
f80473
* Fri Nov  1 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.4-4
f80473
- Build with -fno-strict-aliasing
f80473
- Related: #881175
f80473
f80473
* Fri Nov  1 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.4-3
f80473
- Include a patch needed to fix multilib
f80473
- Related: #881175
f80473
f80473
* Fri Nov  1 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.4-2
f80473
- Rebuild with newer gobject-introspection to fix multilib
f80473
- Related: #881175
f80473
f80473
* Fri Aug 30 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.4-1
f80473
- Update to 3.8.4
f80473
- This update includes a considerable number of bug fixes,
f80473
  including fixes for filechooser behavior, a crash fix for
f80473
  gnome-shell, appearance fixes for menu items, etc.
f80473
f80473
* Wed Jun 19 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.2-2
f80473
- Fix icon theme reloading reentrancy issue
f80473
f80473
* Mon May 13 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
f80473
- Update to 3.8.2
f80473
f80473
* Wed May  8 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.1-2
f80473
- Make man gtk-query-immodules-3.0-64 work
f80473
f80473
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
f80473
- Update to 3.8.1
f80473
f80473
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
f80473
- Update to 3.8.0
f80473
f80473
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.14-1
f80473
- Update to 3.7.14
f80473
f80473
* Wed Mar  6 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.12-1
f80473
- Update to 3.7.12
f80473
f80473
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.10-1
f80473
- Update to 3.7.10
f80473
f80473
* Tue Feb 05 2013 Richard Hughes <rhughes@redhat.com> - 3.7.8-1
f80473
- Update to 3.7.8
f80473
f80473
* Mon Jan 28 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.6-4
f80473
- Move im-cedilla back to -immodules subpackage to avoid
f80473
  a conflict with gtk2-immodules (#797838)
f80473
f80473
* Thu Jan 24 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.6-3
f80473
- Enable the Wayland and Broadway backends
f80473
f80473
* Thu Jan 24 2013 Cosimo Cecchi <cosimoc@redhat.com> - 3.7.6-2
f80473
- Backport two patches from git master to fix window allocations
f80473
f80473
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.6-1
f80473
- Update to 3.7.6
f80473
f80473
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.4-1
f80473
- Update to 3.7.4
f80473
f80473
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
f80473
- Update to 3.7.2
f80473
f80473
* Thu Nov 08 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.0-1
f80473
- Update to 3.7.0
f80473
f80473
* Fri Oct 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.1-2
f80473
- Don't pull in imsettings just for a directory
f80473
f80473
* Tue Oct 16 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.6.1-1
f80473
- Update to 3.6.1
f80473
f80473
* Fri Oct 12 2012 Bastien Nocera <bnocera@redhat.com> 3.6.0-2
f80473
- Add upstream patch to make Epiphany less painful to use
f80473
f80473
* Tue Sep 25 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.6.0-1
f80473
- Update to 3.6.0
f80473
f80473
* Tue Sep 18 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.18-1
f80473
- Update to 3.5.18
f80473
f80473
* Thu Sep 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.16-1
f80473
- Update to 3.5.16
f80473
f80473
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.14-1
f80473
- Update to 3.5.14
f80473
f80473
* Wed Aug 22 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.12-2
f80473
- Backport a patch from upstream fixing crashers with app menus
f80473
f80473
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.12-1
f80473
- Update to 3.5.12
f80473
f80473
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.10-1
f80473
- Update to 3.5.10
f80473
f80473
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.8-2
f80473
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f80473
f80473
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.8-1
f80473
- Update to 3.5.8
f80473
f80473
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.6-1
f80473
- Update to 3.5.6
f80473
f80473
* Wed Jun 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
f80473
- Update to 3.5.4
f80473
f80473
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.2-1
f80473
- Update to 3.5.2
f80473
f80473
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
f80473
- Update to 3.4.0
f80473
f80473
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.20-1
f80473
- Update to 3.3.20
f80473
f80473
* Mon Mar  5 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.18-1
f80473
- Update to 3.3.18
f80473
f80473
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.16-1
f80473
- Update to 3.3.16
f80473
f80473
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.14-1
f80473
- Update to 3.3.14
f80473
f80473
* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.10-1
f80473
- Update to 3.3.10
f80473
f80473
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.8-1
f80473
- Update to 3.3.8
f80473
f80473
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.6-3
f80473
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f80473
f80473
* Thu Dec 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.6-2
f80473
- Revert a problematic focus handling change
f80473
f80473
* Mon Dec 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.6-1
f80473
- Update to 3.3.6
f80473
f80473
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
f80473
- Update to 3.3.4
f80473
f80473
* Wed Nov  3 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
f80473
- Update to 3.3.2
f80473
f80473
* Fri Oct 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
f80473
- Update to 3.2.1
f80473
f80473
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 3.2.0-1
f80473
- Update to 3.2.0
f80473
f80473
* Fri Sep 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-2
f80473
- Fix crashes when turning a11y on and off repeatedly
f80473
f80473
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
f80473
- Update to 3.1.92
f80473
f80473
* Tue Sep 13 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
f80473
- Update to 3.1.90
f80473
f80473
* Mon Sep  5 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.18-1
f80473
- Update to 3.1.18
f80473
f80473
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.16-1
f80473
- Update to 3.1.16
f80473
f80473
* Tue Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.12-1
f80473
- Update to 3.1.12
f80473
f80473
* Sat Jul 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.10-1
f80473
- Update to 3.1.10
f80473
f80473
* Tue Jul  5 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.8-1
f80473
- Update to 3.1.8
f80473
f80473
* Tue Jun 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.6-1
f80473
- Update to 3.1.6
f80473
f80473
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.4-1
f80473
- Update to 3.1.4
f80473
f80473
* Fri Apr 15 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.9-1
f80473
- Update to 3.0.9
f80473
f80473
* Thu Apr 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-3
f80473
- Move im-cedilla back to the main package (#637399)
f80473
f80473
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-2
f80473
- Add a missed backport
f80473
f80473
* Sun Apr  3 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-1
f80473
- Update to 3.0.8
f80473
f80473
* Fri Apr  1 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.7-1
f80473
- Update to 3.0.7
f80473
f80473
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.6-1
f80473
- Update to 3.0.6
f80473
f80473
* Wed Mar 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.5-1
f80473
- Update to 3.0.5
f80473
f80473
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.4-1
f80473
- Update to 3.0.4
f80473
f80473
* Mon Mar 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.3-1
f80473
- Update to 3.0.3
f80473
f80473
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.2-1
f80473
- Update to 3.0.2
f80473
f80473
* Sat Feb 26 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-2
f80473
- Fix frequent crashes on double-click events
f80473
f80473
* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
f80473
- Update to 3.0.1
f80473
f80473
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
f80473
- Update to 3.0.0
f80473
f80473
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.99.3-2
f80473
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f80473
f80473
* Tue Feb  1 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.3-1
f80473
- Update to 2.99.3
f80473
f80473
* Mon Jan 24 2011 Dan Williams <dcbw@redhat.com> 2.99.2-2
f80473
- Fix bug in gtk_show_uri() which caused crashes when plugging in USB drives
f80473
f80473
* Wed Jan 12 2011 Matthias Clasen <mclasen@redhat.com> 2.99.2-1
f80473
- Update to 2.99.2
f80473
f80473
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.99.1-1
f80473
- Update to 2.99.1
f80473
f80473
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.99.0-3
f80473
- Obsolete gtk3-engines
f80473
f80473
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> 2.99.0-2
f80473
- Provide the right directory for theming engines
f80473
f80473
* Thu Jan  6 2011 Matthias Clasen <mclasen@redhat.com> 2.99.0-1
f80473
- Update to 2.99.0
f80473
- Drop gtk-update-icon-cache and gtk-builder-convert to
f80473
  avoid conflict with gtk2
f80473
- Drop the tooltips-style patch for now
f80473
f80473
* Thu Dec  2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.5-1
f80473
- Update to 2.91.5
f80473
f80473
* Fri Nov 12 2010 Matthias Clasen <mclasen@redhat.com> 2.91.4-2
f80473
- Make gnome-terminal work again
f80473
f80473
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
f80473
- Update to 2.91.4
f80473
f80473
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> 2.91.3-1
f80473
- Update to 2.91.3
f80473
f80473
* Wed Oct 20 2010 Richard Hughes <richard@hughsie.com> 2.91.1-1
f80473
- Update to 2.91.1
f80473
f80473
* Tue Oct 12 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-2
f80473
- Fix a crash in the tooltip code
f80473
f80473
* Sat Oct  2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-1
f80473
- Update to 2.91.0
f80473
f80473
* Wed Sep 29 2010 jkeating - 2.90.7-3
f80473
- Rebuilt for gcc bug 634757
f80473
f80473
* Tue Sep 21 2010 Matthias Clasen <mclaesn@redhat.com> 2.90.7-2
f80473
- Reinstate the tooltip look
f80473
f80473
* Mon Sep 20 2010 Bastien Nocera <bnocera@redhat.com> 2.90.7-1
f80473
- Update to 2.90.7
f80473
f80473
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.90.5-5
f80473
- Co-own /usr/share/gtk-doc
f80473
- gtk3-devel requires gdk-pixbuf2-devel
f80473
f80473
* Mon Jul 26 2010 Colin Walters <walters@verbum.org> - 2.90.5-4
f80473
- gtk3-devel requires gdk-pixbuf-devel
f80473
f80473
* Thu Jul 22 2010 Colin Walters <walters@verbum.org> - 2.90.5-2
f80473
- Rebuild with new gobject-introspection
f80473
f80473
* Mon Jul 22 2010 Matthias Clasen <mclasen@redhat.com> 2.90.5-1
f80473
- Update to 2.90.5
f80473
f80473
* Fri Jul  9 2010 Colin Walters <walters@verbum.org> - 2.90.4-3
f80473
- Update tooltip style patch to remove unused GdkRegion
f80473
f80473
* Tue Jun 29 2010 Colin Walters <walters@pocket> - 2.90.4-2
f80473
- Changes to support rebuilds from snapshots
f80473
f80473
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> 2.90.4-1
f80473
- Update to 2.90.4
f80473
f80473
* Fri Jun 18 2010 Matthias Clasen <mclasen@redhat.com> 2.90.3-1
f80473
- Update to 2.90.3
f80473
f80473
* Sat Jun 12 2010 Matthias Clasen <mclasen@redhat.com> 2.90.2-2
f80473
- Copy some tweaks from gtk2
f80473
f80473
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> 2.90.2-1
f80473
- Update to 2.90.2
f80473
f80473
* Tue May 25 2010 Matthias Clasen <mclasen@redhat.com> 2.90.1-1
f80473
- Update to 2.90.1
f80473
f80473
* Fri May 21 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-5
f80473
- Some more package review feedback
f80473
f80473
* Thu May 20 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-4
f80473
- Remove %%check again, it causes trouble
f80473
f80473
* Mon May 17 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-3
f80473
- More review feedback
f80473
f80473
* Wed May 12 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-2
f80473
- Incorporate review feedback
f80473
f80473
* Wed May 11 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-1
f80473
- Update to the 2.90.0 release
f80473
- Complete parallel installability
f80473
f80473
* Mon May 10 2010 Richard Hughes <richard@hughsie.com> 2.90.0-0.0.20100510git
f80473
- Update from git