3b6c6de
%global glib2_version 2.33.1
3b6c6de
%global pango_version 1.30.0
3b6c6de
%global gdk_pixbuf_version 2.26.0
138030c
%global atk_version 2.5.3
07fef5b
%global cairo_version 1.10.0
7442cc3
%global xrandr_version 1.2.99.4-2
7442cc3
7442cc3
%global bin_version 3.0.0
7442cc3
7442cc3
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
7442cc3
Name: gtk3
0fad9e2
Version: 3.6.4
d26cb3c
Release: 2%{?dist}
7442cc3
License: LGPLv2+
7442cc3
Group: System Environment/Libraries
7442cc3
URL: http://www.gtk.org
7442cc3
#VCS: git:git://git.gnome.org/gtk+
Cosimo Cecchi addd457
Source: http://download.gnome.org/sources/gtk+/3.6/gtk+-%{version}.tar.xz
a6e3e53
Source1: im-cedilla.conf
7442cc3
d26cb3c
# upstream fix
d26cb3c
Patch0: 0001-IconTheme-Move-changed-emission-to-an-idle.patch
d26cb3c
Bastien Nocera f866077
BuildRequires: gnome-common autoconf automake intltool gettext
7442cc3
BuildRequires: atk-devel >= %{atk_version}
08d45d4
BuildRequires: at-spi2-atk-devel
7442cc3
BuildRequires: glib2-devel >= %{glib2_version}
45f7964
BuildRequires: cairo-devel >= %{cairo_version}
1a836c3
BuildRequires: cairo-gobject-devel >= %{cairo_version}
45f7964
BuildRequires: pango-devel >= %{pango_version}
33add5f
BuildRequires: gdk-pixbuf2-devel >= %{gdk_pixbuf_version}
a6e3e53
BuildRequires: gtk2-devel
7442cc3
BuildRequires: libXi-devel
7442cc3
BuildRequires: gettext
7442cc3
BuildRequires: gtk-doc
7442cc3
BuildRequires: cups-devel
7442cc3
BuildRequires: libXrandr-devel >= %{xrandr_version}
7442cc3
BuildRequires: libXrender-devel
7442cc3
BuildRequires: libXcursor-devel
7442cc3
BuildRequires: libXfixes-devel
7442cc3
BuildRequires: libXinerama-devel
7442cc3
BuildRequires: libXcomposite-devel
7442cc3
BuildRequires: libXdamage-devel
a66f0b3
BuildRequires: libXi-devel
9a2582a
BuildRequires: gobject-introspection-devel
c2615a3
BuildRequires: colord-devel
7442cc3
7442cc3
# required for icon theme apis to work
7442cc3
Requires: hicolor-icon-theme
7442cc3
7442cc3
# We need to prereq these so we can run gtk-query-immodules-3.0
7442cc3
Requires(post): glib2 >= %{glib2_version}
7442cc3
Requires(post): atk >= %{atk_version}
7442cc3
Requires(post): pango >= %{pango_version}
7442cc3
Requires: libXrandr >= %{xrandr_version}
7442cc3
fecf2ab
# gtk3 no longer provides the GtkThemeEngine interface used there
fecf2ab
Obsoletes: gtk3-engines <= 2.91.5-5.fc15
fecf2ab
7442cc3
%description
7442cc3
GTK+ is a multi-platform toolkit for creating graphical user
7442cc3
interfaces. Offering a complete set of widgets, GTK+ is suitable for
7442cc3
projects ranging from small one-off tools to complete application
7442cc3
suites.
7442cc3
7442cc3
This package contains version 3 of GTK+.
7442cc3
7442cc3
%package immodules
7442cc3
Summary: Input methods for GTK+
7442cc3
Group: System Environment/Libraries
e53c375
Requires: gtk3%{?_isa} = %{version}-%{release}
7442cc3
7442cc3
%description immodules
a6e3e53
The gtk3-immodules package contains standalone input methods that
a6e3e53
are shipped as part of GTK+ 3.
7442cc3
7442cc3
%package immodule-xim
7442cc3
Summary: XIM support for GTK+
7442cc3
Group: System Environment/Libraries
e53c375
Requires: gtk3%{?_isa} = %{version}-%{release}
7442cc3
7442cc3
%description immodule-xim
7442cc3
The gtk3-immodule-xim package contains XIM support for GTK+ 3.
7442cc3
7442cc3
%package devel
7442cc3
Summary: Development files for GTK+
7442cc3
Group: Development/Libraries
7442cc3
Requires: gtk3 = %{version}-%{release}
3dfa7d5
Requires: gdk-pixbuf2-devel
7442cc3
Requires: libX11-devel, libXcursor-devel, libXinerama-devel
7442cc3
Requires: libXext-devel, libXi-devel, libXrandr-devel
7442cc3
Requires: libXfixes-devel, libXcomposite-devel
7442cc3
# for /usr/share/aclocal
7442cc3
Requires: automake
7442cc3
fecf2ab
Obsoletes: gtk3-engines-devel <= 2.91.5-5.fc15
fecf2ab
7442cc3
%description devel
7442cc3
This package contains the libraries and header files that are needed
7442cc3
for writing applications with version 3 of the GTK+ widget toolkit. If
7442cc3
you plan to develop applications with GTK+, consider installing the
7442cc3
gtk3-devel-docs package.
7442cc3
7442cc3
%package devel-docs
7442cc3
Summary: Developer documentation for GTK+
7442cc3
Group: Development/Libraries
7442cc3
Requires: gtk3 = %{version}-%{release}
7442cc3
7442cc3
%description devel-docs
7442cc3
This package contains developer documentation for version 3 of the GTK+
7442cc3
widget toolkit.
7442cc3
7442cc3
%prep
7442cc3
%setup -q -n gtk+-%{version}
d26cb3c
%patch0 -p1
7442cc3
7442cc3
%build
Bastien Nocera f866077
6369175
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
6369175
 %configure $CONFIGFLAGS \
a6e3e53
        --enable-gtk2-dependency \
3238d3d
        --enable-xkb \
3238d3d
        --enable-xinerama \
3238d3d
        --enable-xrandr \
3238d3d
        --enable-xfixes \
3238d3d
        --enable-xcomposite \
3238d3d
        --enable-xdamage \
3238d3d
        --enable-x11-backend \
c2615a3
        --enable-colord \
6369175
)
7442cc3
7442cc3
# fight unused direct deps
7442cc3
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
7442cc3
cc51009
make # %{?_smp_mflags}
7442cc3
7442cc3
%install
7442cc3
make install DESTDIR=$RPM_BUILD_ROOT        \
45f7964
             RUN_QUERY_IMMODULES_TEST=false
7442cc3
7442cc3
%find_lang gtk30
7442cc3
%find_lang gtk30-properties
7442cc3
c890c92
(cd $RPM_BUILD_ROOT%{_bindir}
c890c92
 mv gtk-query-immodules-3.0 gtk-query-immodules-3.0-%{__isa_bits}
c890c92
)
7442cc3
7442cc3
# Input method frameworks want this
a6e3e53
install -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinput.d/im-cedilla.conf
7442cc3
7442cc3
# Remove unpackaged files
7442cc3
rm $RPM_BUILD_ROOT%{_libdir}/*.la
7442cc3
rm $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{bin_version}/*/*.la
7442cc3
c890c92
touch $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{bin_version}/immodules.cache
7442cc3
af3fa9d
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gtk-3.0
7442cc3
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/modules
7442cc3
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/immodules
af3fa9d
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{bin_version}/theming-engines
7442cc3
7442cc3
%post
7442cc3
/sbin/ldconfig
c890c92
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
Richard Hughes f28e248
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
7442cc3
63cb46f
%post devel
63cb46f
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
63cb46f
7442cc3
%post immodules
c890c92
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
7442cc3
7442cc3
%post immodule-xim
c890c92
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
7442cc3
7442cc3
%postun
7442cc3
/sbin/ldconfig
7442cc3
if [ $1 -gt 0 ]; then
c890c92
  gtk-query-immodules-3.0-%{__isa_bits} --update-cache
7442cc3
fi
Richard Hughes f28e248
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
7442cc3
4e4c113
%postun devel
63cb46f
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
63cb46f
7442cc3
%postun immodules
c890c92
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
7442cc3
7442cc3
%postun immodule-xim
c890c92
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
7442cc3
7442cc3
%files -f gtk30.lang
7442cc3
%doc AUTHORS COPYING NEWS README
7442cc3
%{_bindir}/gtk-query-immodules-3.0*
Richard Hughes dafe7fc
%{_bindir}/gtk-launch
f0b1eba
%{_libdir}/libgtk-3.so.*
f0b1eba
%{_libdir}/libgdk-3.so.*
f0b1eba
%{_libdir}/libgailutil-3.so.*
7442cc3
%dir %{_libdir}/gtk-3.0
7442cc3
%dir %{_libdir}/gtk-3.0/%{bin_version}
af3fa9d
%{_libdir}/gtk-3.0/%{bin_version}/theming-engines
7442cc3
%dir %{_libdir}/gtk-3.0/%{bin_version}/immodules
d543d63
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-cedilla.so
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/printbackends
7442cc3
%{_libdir}/gtk-3.0/modules
7442cc3
%{_libdir}/gtk-3.0/immodules
7442cc3
%{_datadir}/themes/Default
7442cc3
%{_datadir}/themes/Emacs
7442cc3
%{_libdir}/girepository-1.0
c890c92
%dir %{_sysconfdir}/gtk-3.0
ff30e37
%dir %{_sysconfdir}/X11/xinit/xinput.d
0dc2c47
%{_sysconfdir}/X11/xinit/xinput.d/im-cedilla.conf
c890c92
%ghost %{_libdir}/gtk-3.0/%{bin_version}/immodules.cache
ec1868f
%{_mandir}/man1/gtk-query-immodules-3.0.1.gz
Richard Hughes dafe7fc
%{_mandir}/man1/gtk-launch.1.gz
6329e0f
%exclude %{_mandir}/man1/gtk-update-icon-cache.1.gz
Richard Hughes f28e248
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
63cb46f
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml
7442cc3
7442cc3
%files immodules
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-am-et.so
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-cyrillic-translit.so
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-inuktitut.so
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ipa.so
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-multipress.so
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-thai.so
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ti-er.so
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ti-et.so
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-viqr.so
7442cc3
%config(noreplace) %{_sysconfdir}/gtk-3.0/im-multipress.conf
7442cc3
7442cc3
%files immodule-xim
7442cc3
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-xim.so
7442cc3
7442cc3
%files devel -f gtk30-properties.lang
7442cc3
%{_libdir}/lib*.so
7442cc3
%{_includedir}/*
7442cc3
%{_datadir}/aclocal/*
7442cc3
%{_libdir}/pkgconfig/*
7442cc3
%{_bindir}/gtk3-demo
d70a70e
%{_bindir}/gtk3-demo-application
63cb46f
%{_bindir}/gtk3-widget-factory
7442cc3
%{_datadir}/gtk-3.0
7442cc3
%{_datadir}/gir-1.0
63cb46f
%{_datadir}/glib-2.0/schemas/org.gtk.Demo.gschema.xml
7442cc3
7442cc3
%files devel-docs
1217c59
%{_datadir}/gtk-doc
7442cc3
7442cc3
%changelog
d26cb3c
* Wed Jun 19 2013 Matthias Clasen <mclasen@redhat.com> - 3.6.4-2
d26cb3c
- Fix icon theme reloading reentrancy issue
d26cb3c
0fad9e2
* Mon Jan  7 2013 Matthias Clasen <mclasen@redhat.com> - 3.6.4-1
0fad9e2
- Update to 3.6.4
0fad9e2
2d3e7e5
* Thu Jan  3 2013 Matthias Clasen <mclasen@redhat.com> - 3.6.3-1
2d3e7e5
- Update to 3.6.3
2d3e7e5
138030c
* Mon Nov 12 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.2-1
138030c
- Update to 3.6.2
138030c
ff30e37
* Fri Oct 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.1-2
ff30e37
- Don't pull in imsettings just for a directory
ff30e37
Cosimo Cecchi f3cf8c8
* Tue Oct 16 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.6.1-1
Cosimo Cecchi f3cf8c8
- Update to 3.6.1
Cosimo Cecchi f3cf8c8
Bastien Nocera b1d2b33
* Fri Oct 12 2012 Bastien Nocera <bnocera@redhat.com> 3.6.0-2
Bastien Nocera b1d2b33
- Add upstream patch to make Epiphany less painful to use
Bastien Nocera b1d2b33
Cosimo Cecchi addd457
* Tue Sep 25 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.6.0-1
Cosimo Cecchi addd457
- Update to 3.6.0
Cosimo Cecchi addd457
58b736d
* Tue Sep 18 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.18-1
58b736d
- Update to 3.5.18
58b736d
Richard Hughes 89cb089
* Thu Sep 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.16-1
Richard Hughes 89cb089
- Update to 3.5.16
Richard Hughes 89cb089
Richard Hughes 6a37ad4
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.14-1
Richard Hughes 6a37ad4
- Update to 3.5.14
Richard Hughes 6a37ad4
Cosimo Cecchi 8611a74
* Wed Aug 22 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.12-2
Cosimo Cecchi 8611a74
- Backport a patch from upstream fixing crashers with app menus
Cosimo Cecchi 8611a74
Richard Hughes 12bcf76
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.12-1
Richard Hughes 12bcf76
- Update to 3.5.12
Richard Hughes 12bcf76
Richard Hughes 6573ce2
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.10-1
Richard Hughes 6573ce2
- Update to 3.5.10
Richard Hughes 6573ce2
c4c4408
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.8-2
c4c4408
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c4c4408
Richard Hughes 0dc7128
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.8-1
Richard Hughes 0dc7128
- Update to 3.5.8
Richard Hughes 0dc7128
Richard Hughes 647a5f2
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.6-1
Richard Hughes 647a5f2
- Update to 3.5.6
Richard Hughes 647a5f2
Richard Hughes b154a2a
* Wed Jun 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
Richard Hughes b154a2a
- Update to 3.5.4
Richard Hughes b154a2a
3b6c6de
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.2-1
3b6c6de
- Update to 3.5.2
3b6c6de
Richard Hughes bf97c6e
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
Richard Hughes bf97c6e
- Update to 3.4.0
Richard Hughes bf97c6e
7f5e005
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.20-1
7f5e005
- Update to 3.3.20
7f5e005
8616af4
* Mon Mar  5 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.18-1
8616af4
- Update to 3.3.18
8616af4
c3b1dd1
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.16-1
c3b1dd1
- Update to 3.3.16
c3b1dd1
96c9f69
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.14-1
96c9f69
- Update to 3.3.14
96c9f69
fabacef
* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.10-1
fabacef
- Update to 3.3.10
fabacef
8b4f27d
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.8-1
8b4f27d
- Update to 3.3.8
8b4f27d
4e22034
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.6-3
4e22034
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4e22034
029087d
* Thu Dec 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.6-2
029087d
- Revert a problematic focus handling change
029087d
34ef168
* Mon Dec 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.6-1
34ef168
- Update to 3.3.6
34ef168
5fab0db
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
5fab0db
- Update to 3.3.4
5fab0db
7ea59c9
* Wed Nov  3 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
7ea59c9
- Update to 3.3.2
7ea59c9
bbe5b5c
* Fri Oct 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
bbe5b5c
- Update to 3.2.1
bbe5b5c
6c27e85
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 3.2.0-1
6c27e85
- Update to 3.2.0
6c27e85
bbe5b5c
* Fri Sep 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-2
bbe5b5c
- Fix crashes when turning a11y on and off repeatedly
bbe5b5c
9a0a155
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
9a0a155
- Update to 3.1.92
9a0a155
ff0e3af
* Tue Sep 13 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
ff0e3af
- Update to 3.1.90
ff0e3af
e53c375
* Mon Sep  5 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.18-1
e53c375
- Update to 3.1.18
e53c375
bbe5b5c
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.16-1
bbe5b5c
- Update to 3.1.16
bbe5b5c
bbe5b5c
* Tue Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.12-1
bbe5b5c
- Update to 3.1.12
bbe5b5c
3fd1c51
* Sat Jul 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.10-1
3fd1c51
- Update to 3.1.10
3fd1c51
9eaa900
* Tue Jul  5 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.8-1
9eaa900
- Update to 3.1.8
9eaa900
c2615a3
* Tue Jun 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.6-1
c2615a3
- Update to 3.1.6
c2615a3
07fef5b
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.4-1
07fef5b
- Update to 3.1.4
07fef5b
0dc2c47
* Fri Apr 15 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.9-1
0dc2c47
- Update to 3.0.9
0dc2c47
d543d63
* Thu Apr 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-3
d543d63
- Move im-cedilla back to the main package (#637399)
d543d63
f7570ff
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-2
f7570ff
- Add a missed backport
f7570ff
8674ab1
* Sun Apr  3 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-1
8674ab1
- Update to 3.0.8
8674ab1
2e02cb6
* Fri Apr  1 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.7-1
2e02cb6
- Update to 3.0.7
2e02cb6
56f6645
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.6-1
56f6645
- Update to 3.0.6
56f6645
7370214
* Wed Mar 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.5-1
7370214
- Update to 3.0.5
7370214
63ac439
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.4-1
63ac439
- Update to 3.0.4
63ac439
4d33066
* Mon Mar 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.3-1
4d33066
- Update to 3.0.3
4d33066
d5ef670
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.2-1
d5ef670
- Update to 3.0.2
d5ef670
c4e3477
* Sat Feb 26 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-2
c4e3477
- Fix frequent crashes on double-click events
c4e3477
131c220
* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
131c220
- Update to 3.0.1
131c220
5df9d12
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
5df9d12
- Update to 3.0.0
5df9d12
2512013
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.99.3-2
2512013
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2512013
a6e3e53
* Tue Feb  1 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.3-1
a6e3e53
- Update to 2.99.3
a6e3e53
0574055
* Mon Jan 24 2011 Dan Williams <dcbw@redhat.com> 2.99.2-2
0574055
- Fix bug in gtk_show_uri() which caused crashes when plugging in USB drives
0574055
257f095
* Wed Jan 12 2011 Matthias Clasen <mclasen@redhat.com> 2.99.2-1
257f095
- Update to 2.99.2
257f095
84c1744
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.99.1-1
84c1744
- Update to 2.99.1
84c1744
fecf2ab
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.99.0-3
fecf2ab
- Obsolete gtk3-engines
fecf2ab
af3fa9d
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> 2.99.0-2
af3fa9d
- Provide the right directory for theming engines
af3fa9d
6329e0f
* Thu Jan  6 2011 Matthias Clasen <mclasen@redhat.com> 2.99.0-1
6329e0f
- Update to 2.99.0
6329e0f
- Drop gtk-update-icon-cache and gtk-builder-convert to
6329e0f
  avoid conflict with gtk2
6329e0f
- Drop the tooltips-style patch for now
6329e0f
2575ccd
* Thu Dec  2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.5-1
2575ccd
- Update to 2.91.5
2575ccd
87b4838
* Fri Nov 12 2010 Matthias Clasen <mclasen@redhat.com> 2.91.4-2
87b4838
- Make gnome-terminal work again
87b4838
ddd31bc
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
ddd31bc
- Update to 2.91.4
ddd31bc
b5ad578
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> 2.91.3-1
b5ad578
- Update to 2.91.3
b5ad578
Richard Hughes f28e248
* Wed Oct 20 2010 Richard Hughes <richard@hughsie.com> 2.91.1-1
Richard Hughes f28e248
- Update to 2.91.1
Richard Hughes f28e248
42fb020
* Tue Oct 12 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-2
42fb020
- Fix a crash in the tooltip code
42fb020
61f4052
* Sat Oct  2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-1
61f4052
- Update to 2.91.0
61f4052
Jesse Keating cfa1db8
* Wed Sep 29 2010 jkeating - 2.90.7-3
Jesse Keating cfa1db8
- Rebuilt for gcc bug 634757
Jesse Keating cfa1db8
e8108e0
* Tue Sep 21 2010 Matthias Clasen <mclaesn@redhat.com> 2.90.7-2
e8108e0
- Reinstate the tooltip look
e8108e0
Bastien Nocera 7da5f6e
* Mon Sep 20 2010 Bastien Nocera <bnocera@redhat.com> 2.90.7-1
Bastien Nocera 7da5f6e
- Update to 2.90.7
Bastien Nocera 7da5f6e
1217c59
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.90.5-5
1217c59
- Co-own /usr/share/gtk-doc
3dfa7d5
- gtk3-devel requires gdk-pixbuf2-devel
1217c59
692eabf
* Mon Jul 26 2010 Colin Walters <walters@verbum.org> - 2.90.5-4
1bf70b6
- gtk3-devel requires gdk-pixbuf-devel
1bf70b6
692eabf
* Thu Jul 22 2010 Colin Walters <walters@verbum.org> - 2.90.5-2
42f6303
- Rebuild with new gobject-introspection
42f6303
850ed7d
* Mon Jul 22 2010 Matthias Clasen <mclasen@redhat.com> 2.90.5-1
850ed7d
- Update to 2.90.5
850ed7d
adf47a5
* Fri Jul  9 2010 Colin Walters <walters@verbum.org> - 2.90.4-3
adf47a5
- Update tooltip style patch to remove unused GdkRegion
adf47a5
6369175
* Tue Jun 29 2010 Colin Walters <walters@pocket> - 2.90.4-2
6369175
- Changes to support rebuilds from snapshots
6369175
45f7964
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> 2.90.4-1
45f7964
- Update to 2.90.4
45f7964
15308e3
* Fri Jun 18 2010 Matthias Clasen <mclasen@redhat.com> 2.90.3-1
15308e3
- Update to 2.90.3
15308e3
c697fd5
* Sat Jun 12 2010 Matthias Clasen <mclasen@redhat.com> 2.90.2-2
c697fd5
- Copy some tweaks from gtk2
c697fd5
dd8ffa9
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> 2.90.2-1
dd8ffa9
- Update to 2.90.2
dd8ffa9
c890c92
* Tue May 25 2010 Matthias Clasen <mclasen@redhat.com> 2.90.1-1
c890c92
- Update to 2.90.1
c890c92
7442cc3
* Fri May 21 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-5
7442cc3
- Some more package review feedback
7442cc3
7442cc3
* Thu May 20 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-4
7442cc3
- Remove %%check again, it causes trouble
7442cc3
7442cc3
* Mon May 17 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-3
7442cc3
- More review feedback
7442cc3
7442cc3
* Wed May 12 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-2
7442cc3
- Incorporate review feedback
7442cc3
7442cc3
* Wed May 11 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-1
7442cc3
- Update to the 2.90.0 release
7442cc3
- Complete parallel installability
7442cc3
7442cc3
* Mon May 10 2010 Richard Hughes <richard@hughsie.com> 2.90.0-0.0.20100510git
7442cc3
- Update from git