328d104
%define gtk3_version 3.3.6
328d104
%define glib2_version 2.31.0
9661280
%define gnome_desktop_version 2.91.2
cd65269
%define gnome_icon_theme_version 2.19.1
75b0716
%define desktop_file_utils_version 0.9
dfae43d
%define libexif_version 0.6.14
cvsdist e99646c
cvsdist e99646c
Summary: Eye of GNOME image viewer
cvsdist e99646c
Name:    eog
Richard Hughes 4f3b2fc
Version: 3.5.91
Richard Hughes 54d8da9
Release: 1%{?dist}
9181e96
URL: http://projects.gnome.org/eog/
bf2cf35
#VCS: git:git://git.gnome.org/eog
328d104
Source: http://download.gnome.org/sources/eog/3.5/%{name}-%{version}.tar.xz
371dfa8
# The GFDL has an "or later version" clause embedded inside the license.
371dfa8
# There is no need to add the + here.
371dfa8
License: GPLv2+ and GFDL
cvsdist e99646c
Group: User Interface/Desktops
cvsdist e99646c
BuildRequires: glib2-devel >= %{glib2_version}
d9e553b
BuildRequires: gtk3-devel >= %{gtk3_version}
828f106
BuildRequires: libexif-devel >= %{libexif_version}
d9fea3c
BuildRequires: exempi-devel
dfae43d
BuildRequires: lcms2-devel
9aae077
BuildRequires: intltool >= 0.50.0-1
cvsdist fd2ef27
BuildRequires: libjpeg-devel
cvsdist fd2ef27
BuildRequires: scrollkeeper
cvsdist fd2ef27
BuildRequires: gettext
914a41b
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
8223728
BuildRequires: gnome-doc-utils
d9e553b
BuildRequires: gnome-desktop3-devel >= %{gnome_desktop_version}
cc35b92
BuildRequires: gnome-icon-theme >= %{gnome_icon_theme_version}
8223728
BuildRequires: libXt-devel
1e45ef8
BuildRequires: libxml2-devel
Siddhesh Poyarekar c201d43
BuildRequires: librsvg2-devel
f08b025
BuildRequires: libpeas-devel >= 0.7.4
9661280
BuildRequires: gdk-pixbuf2-devel
9661280
BuildRequires: shared-mime-info
9661280
BuildRequires: gsettings-desktop-schemas-devel
9661280
BuildRequires: dbus-glib-devel
dfae43d
BuildRequires: gobject-introspection-devel
dfae43d
BuildRequires: zlib-devel
Richard Hughes 5e8c6d2
BuildRequires: itstool
9661280
Requires:      gsettings-desktop-schemas
cvsdist 41da6c0
3df9c3e
Requires(post):   desktop-file-utils >= %{desktop_file_utils_version}
6841583
Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
cvsdist e99646c
6841583
%description
6ad37ed
The Eye of GNOME image viewer (eog) is the official image viewer for the
6ad37ed
GNOME desktop. It can view single image files in a variety of formats, as
393ac8c
well as large image collections.
393ac8c
393ac8c
eog is extensible through a plugin system.
cvsdist e99646c
18e88d6
%package devel
393ac8c
Summary: Support for developing plugins for the eog image viewer
18e88d6
Group: Development/Libraries
18e88d6
Requires: %{name} = %{version}-%{release}
9661280
Requires: gtk3-devel
18e88d6
18e88d6
%description devel
6ad37ed
The Eye of GNOME image viewer (eog) is the official image viewer for the
393ac8c
GNOME desktop. This package allows you to develop plugins that add new
393ac8c
functionality to eog.
18e88d6
cvsdist e99646c
%prep
cvsdist e99646c
%setup -q
besfahbo ae710ed
cvsdist e99646c
%build
6ad37ed
%configure --disable-scrollkeeper
9661280
make %{?_smp_mflags}
cvsdist e99646c
cvsdist e99646c
%install
5cbbb3d
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist e99646c
cvsdist 5fe39a0
desktop-file-install --vendor gnome --delete-original       \
cvsdist 5fe39a0
  --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
cvsdist 5fe39a0
  $RPM_BUILD_ROOT%{_datadir}/applications/*
cvsdist 5fe39a0
f7d0715
%find_lang %{name} --with-gnome
cvsdist e99646c
5463fd8
# grr, --disable-scrollkeeper seems broken
5463fd8
rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
5463fd8
ddfda09
rm -rf $RPM_BUILD_ROOT%{_libdir}/eog/plugins/*.la
18e88d6
b7cd3be
cvsdist e99646c
%post
bebcc49
update-desktop-database >&/dev/null || :
bf2cf35
touch %{_datadir}/icons/hicolor >&/dev/null || :
796daa7
914a41b
%postun
bebcc49
update-desktop-database >&/dev/null || :
bf2cf35
if [ $1 -eq 0 ]; then
bf2cf35
  touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
bf2cf35
  gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
bebcc49
  glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
ba4c80c
fi
914a41b
bf2cf35
%posttrans
bf2cf35
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
bebcc49
glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
bf2cf35
cvsdist e99646c
%files -f %{name}.lang
f7d0715
%doc AUTHORS COPYING NEWS README
cvsdist b970d02
%{_datadir}/eog
e91e7a4
%{_datadir}/applications/*
5e05663
%{_datadir}/icons/hicolor/*/apps/*
cvsdist e99646c
%{_bindir}/*
18e88d6
%{_libdir}/eog
ec26e03
%{_datadir}/GConf/gsettings/eog.convert
ec26e03
%{_datadir}/glib-2.0/schemas/org.gnome.eog.enums.xml
d7f2a42
%{_datadir}/glib-2.0/schemas/org.gnome.eog.gschema.xml
18e88d6
18e88d6
%files devel
e409595
%{_includedir}/eog-3.0
18e88d6
%{_libdir}/pkgconfig/eog.pc
3adfb2f
%{_datadir}/gtk-doc/
cvsdist e99646c
cvsdist e99646c
%changelog
Richard Hughes 4f3b2fc
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
Richard Hughes 4f3b2fc
- Update to 3.5.91
Richard Hughes 4f3b2fc
Richard Hughes 884dc09
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
Richard Hughes 884dc09
- Update to 3.5.90
Richard Hughes 884dc09
Richard Hughes 54d8da9
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
Richard Hughes 54d8da9
- Update to 3.5.4
Richard Hughes 54d8da9
7cf6c9b
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.3-2
7cf6c9b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7cf6c9b
c6297ab
* Wed Jul 18 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.3-1
c6297ab
- Update to 3.5.3
c6297ab
Richard Hughes a61ea69
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
Richard Hughes a61ea69
- Update to 3.5.2
Richard Hughes a61ea69
bea7d57
* Fri Jun  8 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.1-2
bea7d57
- Rebuild against new gnome-desktop
bea7d57
328d104
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.1-1
328d104
- Update to 3.5.1
328d104
f182aab
* Fri Apr 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-3
f182aab
- Removed last traces of gconf handling (#704230)
f182aab
bebcc49
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
bebcc49
- Silence rpm scriptlet output
bebcc49
b136186
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
b136186
- Update to 3.4.1
b136186
Richard Hughes 3e99102
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
Richard Hughes 3e99102
- Update to 3.4.0
Richard Hughes 3e99102
3184eec
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
3184eec
- Update to 3.3.92
3184eec
2afdb19
* Tue Mar  6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
2afdb19
- Update to 3.3.91
2afdb19
173584f
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
173584f
- Update to 3.3.90
173584f
a44dceb
* Tue Feb  6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
a44dceb
- Update to 3.3.5
a44dceb
9e74ab5
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
9e74ab5
- Update to 3.3.4
9e74ab5
23e4d28
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
23e4d28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
23e4d28
9aae077
* Tue Dec 20 2011 Alon Levy <alevy@redhat.com> - 3.3.3-1
9aae077
- Update to 3.3.3
9aae077
- requires newer intltool for --no-translations
9aae077
7bde7ea
* Tue Nov 22 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.3.2-1
7bde7ea
- Update to 3.3.2
7bde7ea
3f19680
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
3f19680
- Rebuilt for glibc bug#747377
3f19680
661f685
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
661f685
- Update to 3.2.1
661f685
be04664
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
be04664
- Update to 3.2.0
be04664
1b8e652
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
1b8e652
- Update to 3.1.92
1b8e652
b8042bc
* Wed Sep 07 2011 Kalev Lember <kalevlember@gmail.com> - 3.1.91-1
b8042bc
- Update to 3.1.91
b8042bc
661f685
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
d914ac4
- Update to 3.1.90
d914ac4
0bf6802
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.5-1
0bf6802
- Update to 3.1.5
0bf6802
f1dba2d
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
f1dba2d
- Update to 3.1.4
f1dba2d
bd994b0
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-2
bd994b0
- Rebuilt in order to fix pre scriptlet
bd994b0
dfae43d
* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
dfae43d
- Update to 3.1.2
dfae43d
9661280
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> 3.1.1-1
9661280
- Update to 3.1.1
9661280
7b6e48f
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-1
7b6e48f
- Update to 3.0.1
7b6e48f
a801d4f
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0-1
a801d4f
- Update to 3.0.0
a801d4f
154b552
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-1
154b552
- Update to 2.91.92
154b552
bb93f11
* Tue Mar  8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91-1
bb93f11
- Update to 2.91.91
bb93f11
fa35fad
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-1
fa35fad
- Update to 2.91.90
fa35fad
ce87818
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.7-3
ce87818
- Rebuild against newer gtk
ce87818
b96ed38
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.7-2
b96ed38
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b96ed38
Christopher Aillon 64ea50e
* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> 2.91.7-1
Christopher Aillon 64ea50e
- Update to 2.91.7
Christopher Aillon 64ea50e
cf1b753
* Fri Jan 14 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-1
cf1b753
- Update to 2.91.6
cf1b753
3df9c3e
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-1
3df9c3e
- Update to 2.91.5
3df9c3e
7442fc1
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.3-1
7442fc1
- Update to 2.91.3
7442fc1
cd65269
* Tue Nov  9 2010 Tomas Bzatek <tbzatek@redhat.com> 2.91.2-1
cd65269
- Update to 2.91.2
cd65269
6f68e5a
* Tue Nov  2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.1-1
6f68e5a
- Update to 2.91.1
6f68e5a
Siddhesh Poyarekar c201d43
* Sat Oct 16 2010 Siddhesh Poyarekar <spoyarek@redhat.com> 2.91.0-2
Siddhesh Poyarekar c201d43
- Add librsvg to BuildRequires to build native svg support
Siddhesh Poyarekar c201d43
d9e553b
* Wed Oct  6 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-1
d9e553b
- Update to 2.91.0
d9e553b
7fd7bbf
* Tue Sep 28 2010 Matthias Clasen <mclasen@redhat.com> 2.32.0-1
7fd7bbf
- Update to 2.32.0
7fd7bbf
48b5803
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> 2.31.91-1
48b5803
- Update to 2.31.91
48b5803
3adfb2f
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> 2.31.90-2
3adfb2f
- Co-own /usr/share/gtk-doc
3adfb2f
2253662
* Tue Aug 17 2010 Matthias Clasen <mclasen@redhat.com> 2.31.90-1
2253662
- Update to 2.31.90
2253662
404b32c
* Wed Jun 23 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4-0.1.20100623git
404b32c
- git snapshot that works with glib 2.25.9
404b32c
9ea600e
* Wed Jun 16 2010 Matthias Clasen <mclasen@redhat.com> 2.31.3-2
9ea600e
- Make installed gsettings schema compile
9ea600e
782e3b6
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> 2.31.3-1
782e3b6
- Update to 2.31.3
782e3b6
220dcad
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> 2.31.2-1
220dcad
- Update to 2.31.2
220dcad
287b136
* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> 2.31.1-1
287b136
- Update to 2.31.1
287b136
1f2c02b
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-1
1f2c02b
- Update to 2.30.1
1f2c02b
bf2cf35
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
bf2cf35
- Update to 2.30.0
bf2cf35
b9d01f1
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> 2.29.91-1
b9d01f1
- Update to 2.29.91
b9d01f1
93b796e
* Wed Feb 10 2010 Bastien Nocera <bnocera@redhat.com> 2.29.90-1
93b796e
- Update to 2.29.90
93b796e
b499c6c
* Sun Jan 17 2010 Matthias Clasen <mclasen@redhat.com> 2.29.5-2
b499c6c
 - Rebuild
b499c6c
7593ffe
* Tue Jan 12 2010 Matthias Clasen <mclasen@redhat.com> 2.29.5-1
b499c6c
- Update to 2.29.5
7593ffe
a3ed07d
* Thu Dec  3 2009 Matthias Clasen <mclasen@redhat.com> 2.29.3-2
a3ed07d
- Don't ship .la files
a3ed07d
e37a4d2
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-1
e37a4d2
- Update to 2.29.3
e37a4d2
9c534b7
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> 2.28.0-1
9c534b7
- Update to 2.28.0
9c534b7
b354dbc
* Tue Sep  8 2009 Matthias Clasen <mclasen@redhat.com> 2.27.92-1
b354dbc
- Update to 2.27.92
b354dbc
d244aa7
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> 2.27.91-1
d244aa7
- Update to 2.27.91
d244aa7
c1bf9e5
* Fri Aug 14 2009 Matthias Clasen <mclasen@redhat.com> 2.27.90-1
c1bf9e5
- 2.27.90
c1bf9e5
ed0b446
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> 2.27.5-1
ed0b446
- Update to 2.27.5
ed0b446
14c20d7
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
14c20d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
14c20d7
6e7963e
* Tue Jul 14 2009 Matthias Clasen <mclasen@redhat.com> 2.27.4-1
6e7963e
- Update to 2.27.4
6e7963e
38d022f
* Tue Jun 16 2009 Matthias Clasen <mclasen@redhat.com> 2.27.3-1
38d022f
- Update to 2.27.3
38d022f
571e884
* Wed May 27 2009 Bastien Nocera <bnocera@redhat.com> 2.27.2-1
571e884
- Update to 2.27.2
571e884
a7976b4
* Sat May 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.1-1
a7976b4
- Update to 2.27.1
a7976b4
d9729aa
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
d9729aa
- Update to 2.26.1
d9729aa
- See http://download.gnome.org/sources/eog/2.26/eog-2.26.1.news
d9729aa
cdcdc8f
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
cdcdc8f
- Update to 2.26.0
cdcdc8f
6ad37ed
* Tue Mar  3 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.92-1
6ad37ed
- Update to 2.25.92
6ad37ed
c7eb81e
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
c7eb81e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c7eb81e
14a8ea1
* Wed Feb 18 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-1
14a8ea1
- Update to 2.25.91
14a8ea1
9be12a7
* Tue Feb  3 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.90-1
9be12a7
- Update to 2.25.90
9be12a7
36e5cba
* Tue Jan 20 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.5-1
36e5cba
- Update to 2.25.5
36e5cba
ee5d4d2
* Tue Jan  6 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.4-1
ee5d4d2
- Update to 2.25.4
ee5d4d2
3ac0b30
* Wed Dec 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.3-2
c171fe2
- Update to 2.25.3
c171fe2
12bb18f
* Wed Dec  3 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.2-1
12bb18f
- Update to 2.25.2
12bb18f
9181e96
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-5
9181e96
- Better URL
9181e96
393ac8c
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-4
393ac8c
- Tweak %%summary and %%description
393ac8c
f469200
* Wed Nov 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-3
b482837
- Update to 2.25.1
b482837
0972583
* Mon Oct 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
0972583
- Update to 2.24.1
0972583
b7cd3be
* Thu Oct  9 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
b7cd3be
- Save some space
b7cd3be
fb33cea
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
fb33cea
- Update to 2.24.0
fb33cea
e08472a
* Mon Sep  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
e08472a
- Update to 2.23.92
e08472a
8311c3f
* Tue Sep  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
8311c3f
- Update to 2.23.91
8311c3f
f2c30b3
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
f2c30b3
- Update to 2.23.90
f2c30b3
fa59f2f
* Tue Aug 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-2
fa59f2f
- Add a possible fix for a deadlock
fa59f2f
3bd49ae
* Tue Aug  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-1
3bd49ae
- Update to 2.23.6
3bd49ae
3a09154
* Fri Aug  1 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-2
3a09154
- Use standard icon names
3a09154
cca1c41
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
cca1c41
- Update to 2.23.5
cca1c41
40e51f1
* Wed Jun 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4.1-1
40e51f1
- Update to 2.23.4.1
40e51f1
eceb484
* Wed Jun  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-1
eceb484
- Update to 2.23.3
eceb484
371dfa8
* Wed May 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.23.2-2
371dfa8
- fix license tag
371dfa8
5318648
* Tue May 13 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-1
5318648
- Update to 2.23.2
5318648
314429e
* Fri Apr 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
314429e
- Update to 2.23.1
314429e
 
aed7d06
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
aed7d06
- Update to 2.22.1
aed7d06
d7a7662
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
d7a7662
- Update to 2.22.0
d7a7662
ab3d501
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-1
ab3d501
- Update to 2.21.92
ab3d501
c97d59a
* Wed Feb 13 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
c97d59a
- Update to 2.21.90
c97d59a
56af2b6
* Mon Jan 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.4-1
56af2b6
- Update to 2.21.4
56af2b6
eb633a0
* Tue Dec 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.3-1
eb633a0
- Update to 2.21.3
eb633a0
d4bb07a
* Tue Dec  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.2-1
d4bb07a
- Update to 2.21.2
d4bb07a
2f33529
* Tue Nov 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
2f33529
- Update to 2.21.1
2f33529
69ead23
* Tue Oct 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-2
69ead23
- Rebuild against new dbus-glib
69ead23
03215f4
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
03215f4
- Update to 2.20.1 (bug fixes and translation updates)
03215f4
0bf85e4
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
0bf85e4
- Update to 2.20.0
0bf85e4
168d31b
* Mon Sep  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.92-1
168d31b
- Update to 2.19.92
168d31b
7e0ac16
* Thu Aug 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-3
7e0ac16
- Hide it from the menus _again_
7e0ac16
d9fea3c
* Tue Aug 14 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-2
d9fea3c
- Build with XMP support
d9fea3c
b70e595
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-1
b70e595
- Update to 2.19.5
b70e595
9da86a8
* Thu Aug  9 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-4
9da86a8
- Hide it from the menus again
9da86a8
f7d0715
* Mon Aug  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-3
f7d0715
- Update license field
f7d0715
- Use %%find_lang for help files, too
f7d0715
92b86d6
* Tue Jul 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-2
92b86d6
- Fix a undefined macro use (#248689)
92b86d6
75b0716
* Tue Jul 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-1
75b0716
- Update to 2.19.4
75b0716
df11194
* Fri Jul  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.3-2
df11194
- Fix a directory ownership issue
df11194
ecbfb8a
* Mon Jun  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.3-1
ecbfb8a
- Update to 2.19.3
ecbfb8a
ba4c80c
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
ba4c80c
- Update to 2.19.2
18e88d6
- Split off a -devel package
ba4c80c
- Small spec fixes
ba4c80c
7432662
* Sun Apr  1 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0.1-27
581d98f
- Fix a problem with the svgz patch
581d98f
a4cfb26
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0.1-1
a4cfb26
- Update to 2.18.0.1
a4cfb26
5cbbb3d
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
5cbbb3d
- Update to 2.17.92
5cbbb3d
e2f3fe6
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
e2f3fe6
- Update to 2.17.91
e2f3fe6
c788972
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
c788972
- Update to 2.17.90
c788972
228a0e6
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.4-1
228a0e6
- Update to 2.17.4
228a0e6
besfahbo ae710ed
* Tue Jan 09 2007 Behdad Esfahbod <besfahbo@redhat.com> - 2.17.3-2
besfahbo ae710ed
- Handle svgz images
besfahbo ae710ed
- Resolves: #219782
besfahbo ae710ed
5c5a282
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.3-1
5c5a282
- Update to 2.17.3
5c5a282
0305825
* Tue Dec  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
0305825
- Update to 2.17.2
0305825
8aef1b4
* Fri Oct 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.1-1
8aef1b4
- Update to 2.17.1
8aef1b4
796daa7
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0.1-3
796daa7
- Fix scripts according to the packaging guidelines
796daa7
e91e7a4
* Thu Sep  7 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0.1-2.fc6
e91e7a4
- Fix some directory ownership issues
e91e7a4
06632ca
* Mon Sep  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0.1-1.fc6
06632ca
- Update to 2.16.0.1
06632ca
ed386ae
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-1.fc6
ed386ae
- Update to 2.15.92
ed386ae
f679193
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.91-1.fc6
f679193
- Update to 2.15.91
f679193
9ccdaf4
* Wed Aug  2 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
9ccdaf4
- Update to 2.15.90
9ccdaf4
9102698
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.4-1
9102698
- Update to 2.15.4
9102698
7dab8a7
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.3-1.1
7dab8a7
- rebuild
7dab8a7
5a0b8e3
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.3-1
5a0b8e3
- Update to 2.15.3
5a0b8e3
7feea1c
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.2-1
9df0cf5
- Update to 2.15.2
9df0cf5
8223728
* Sat May 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-2
8223728
- Add missing BuildRequires (#129025)
8223728
6841583
* Tue May  9 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1
6841583
- Update to 2.15.1
a559f14
- Remove workaround for a long-fixed bug
6841583
73c8311
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-2
73c8311
- Update to 2.14.1
73c8311
f9333e6
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
f9333e6
- Update to 2.14.0
f9333e6
1618968
* Sat Mar  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.92-1
1618968
- Update to 2.13.92
1618968
- Drop upstreamed patch
1618968
5fb344e
* Wed Feb 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-2
5fb344e
- silence excessive debug output
5fb344e
458ae5f
* Wed Feb 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-1
458ae5f
- Update to 2.13.91
458ae5f
33d1b35
* Mon Feb 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.90-2
33d1b35
- Append NoDisplay=true to the right file
33d1b35
476f76a
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-1.2
476f76a
- bump again for double-long bug on ppc(64)
476f76a
d923b02
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-1.1
d923b02
- rebuilt for new gcc4.1 snapshot and glibc changes
d923b02
4c3e19f
* Mon Jan 30 2006 Matthias Clasen <mclasen@redhat.com> 2.13.90-1
4c3e19f
- Update to 2.13.90
4c3e19f
3b516de
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5-1
3b516de
- Update to 2.13.5
3b516de
d20a785
* Fri Jan 13 2006 Matthias Clasen <mclasen@redhat.com> 2.13.4-1
3063a50
- Update to 2.13.4
3063a50
cf0de2a
* Wed Dec 14 2005 Matthias Clasen <mclasen@redhat.com> 2.13.3-1
cf0de2a
- Update to 2.13.3
cf0de2a
366f7e3
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
366f7e3
- rebuilt
366f7e3
8234a80
* Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> 2.13.2-1
8234a80
- Update to 2.13.2
8234a80
c320324
* Thu Oct  6 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-1
c320324
- Update to 2.12.1
c320324
5e046dd
* Wed Sep  7 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1
5e046dd
- Update to 2.12.0
5e046dd
73dea4b
* Tue Aug 16 2005 Matthias Clasen <mclasen@redhat.com> 
73dea4b
- Rebuilt
73dea4b
bd5c6b4
* Thu Aug  4 2005 Matthias Clasen <mclasen@redhat.com> 2.11.90-1
bd5c6b4
- Newer upstream version
bd5c6b4
828f106
* Fri Jul  8 2005 Matthias Clasen <mclasen@redhat.com> 2.11.0-1
828f106
- Update to 2.11.0
828f106
d261900
* Mon Mar 28 2005 Matthias Clasen <mclasen@redhat.com> 2.10.0-1
d261900
- Update to 2.10.0
d261900
Marco Pesenti Gritti 851e3aa
* Thu Mar  3 2005 Marco Pesenti Gritti <mpg@redhat.com> 2.9.0-2
Marco Pesenti Gritti 851e3aa
- Rebuild
Marco Pesenti Gritti 851e3aa
2d73c01
* Mon Jan 31 2005 Matthias Clasen <mclasen@redhat.com> 2.9.0-1
2d73c01
- Update to 2.9.0
2d73c01
Marco Pesenti Gritti 22f6fae
* Sat Nov  6 2004 Marco Pesenti Gritti <mpg@redhat.com> 2.8.1-1
Marco Pesenti Gritti 22f6fae
- Update to 2.8.1
Marco Pesenti Gritti 22f6fae
914a41b
* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-3
914a41b
- Prereq desktop-file-utils >= 0.9
914a41b
- update-desktop-database on uninstall
914a41b
da113e7
* Sun Sep 26 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-2
da113e7
- Remove the graphics menu entry (#131724)
da113e7
02b1209
* Wed Sep 22 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-1
02b1209
- Update to 2.8.0
02b1209
cvsdist 374671e
* Wed Aug 19 2004 Christopher Aillon <caillon@redhat.com> 2.7.1-1
cvsdist 374671e
- Update to 2.7.1
cvsdist 374671e
cvsdist b758396
* Mon Aug 16 2004 Christopher Aillon <caillon@redhat.com> 2.7.0-3
cvsdist b758396
- Use update-desktop-database instead of rebuild-mime-info-cache
cvsdist b758396
cvsdist 283a151
* Sun Aug 15 2004 Christopher Aillon <caillon@redhat.com> 2.7.0-2
cvsdist 283a151
- Rebuild MIME info cache
cvsdist 283a151
cvsdist 0236e96
* Sun Aug 15 2004 Christopher Aillon <caillon@redhat.com> 2.7.0-1
cvsdist 0236e96
- Update to 2.7.0
cvsdist 0236e96
cvsdist 41a4cb6
* Tue Jun 29 2004 Christopher Aillon <caillon@redhat.com> 2.6.1-1
cvsdist 41a4cb6
- Update to 2.6.1
cvsdist 41a4cb6
cvsdist b18a566
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b18a566
- rebuilt
cvsdist b18a566
cvsdist fd2ef27
* Sat Apr 10 2004 Warren Togami <wtogami@redhat.com> 2.6.0-2
cvsdist fd2ef27
- BR intltool libjpeg-devel scrollkeeper gettext
cvsdist fd2ef27
cvsdist fd2ef27
* Fri Apr  2 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
cvsdist fd2ef27
- update to 2.6.0
cvsdist fd2ef27
cvsdist dfbfab1
* Wed Mar 10 2004 Alex Larsson <alexl@redhat.com> 2.5.90-1
cvsdist dfbfab1
- update to 2.5.90
cvsdist dfbfab1
cvsdist dfbfab1
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist dfbfab1
- rebuilt
cvsdist dfbfab1
cvsdist dfbfab1
* Thu Feb 26 2004 Alexander Larsson <alexl@redhat.com> 2.5.6-1
cvsdist dfbfab1
- update to 2.5.6
cvsdist dfbfab1
cvsdist dfbfab1
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist dfbfab1
- rebuilt
cvsdist dfbfab1
cvsdist 3770881
* Fri Jan 30 2004 Alexander Larsson <alexl@redhat.com> 2.5.3-1
cvsdist 3770881
- update to 2.5.3
cvsdist 3770881
cvsdist 0efcfda
* Fri Oct  3 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
cvsdist 0efcfda
- 2.4.0
cvsdist 0efcfda
cvsdist 0efcfda
* Fri Aug 29 2003 Alexander Larsson <alexl@redhat.com> 2.3.5-2
cvsdist 0efcfda
- prereq gconf2 (#90698)
cvsdist 0efcfda
cvsdist 0efcfda
* Tue Aug 19 2003 Alexander Larsson <alexl@redhat.com> 2.3.5-1
cvsdist 0efcfda
- update for gnome 2.3
cvsdist 0efcfda
cvsdist 0efcfda
* Tue Jul 29 2003 Havoc Pennington <hp@redhat.com> 2.2.2-2
cvsdist 0efcfda
- rebuild
cvsdist 0efcfda
cvsdist 0efcfda
* Mon Jul  7 2003 Havoc Pennington <hp@redhat.com> 2.2.2-1
cvsdist 0efcfda
- 2.2.2
cvsdist 0efcfda
- remove arg-escaping patch now upstream
cvsdist 0efcfda
cvsdist 0efcfda
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 0efcfda
- rebuilt
cvsdist 0efcfda
cvsdist 41da6c0
* Tue Apr  1 2003 Havoc Pennington <hp@redhat.com> 2.2.0-2
cvsdist 41da6c0
- add patch to better escape filenames passed in as arguments
cvsdist 41da6c0
- add eel2-devel buildreq
cvsdist 41da6c0
cvsdist b970d02
* Thu Feb  6 2003 Havoc Pennington <hp@redhat.com> 2.2.0-1
cvsdist b970d02
- 2.2.0
cvsdist b970d02
- fix dependency versions
cvsdist b970d02
cvsdist b970d02
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist b970d02
- rebuilt
cvsdist b970d02
cvsdist b970d02
* Fri Dec 13 2002 Tim Powers <timp@redhat.com> 1.1.3-1
cvsdist b970d02
- update to 1.1.3
cvsdist b970d02
- include glade file
cvsdist 487159e
cvsdist b970d02
* Sun Dec  1 2002 Havoc Pennington <hp@redhat.com>
cvsdist b970d02
- 1.1.2
cvsdist 487159e
cvsdist bc21d00
* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
cvsdist bc21d00
- 1.0.2
cvsdist bc21d00
- remove --copy-generic-name-to-name because there's no GenericName
cvsdist bc21d00
  anymore
cvsdist bc21d00
- include libexecdir stuff
cvsdist bc21d00
cvsdist 5fe39a0
* Mon Jul 29 2002 Havoc Pennington <hp@redhat.com>
cvsdist 5fe39a0
- copy generic name to name and move to -Extra
cvsdist 5fe39a0
cvsdist 5fe39a0
* Mon Jul 29 2002 Havoc Pennington <hp@redhat.com>
cvsdist 5fe39a0
- 1.0.1, rebuild with new gail
cvsdist 5fe39a0
cvsdist 5fe39a0
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 5fe39a0
- automated rebuild
cvsdist 5fe39a0
cvsdist 5fe39a0
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist 5fe39a0
- 1.0.0
cvsdist 5fe39a0
- use desktop-file-install
cvsdist 5fe39a0
cvsdist 5fe39a0
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
cvsdist 5fe39a0
- rebuild in different environment
cvsdist 5fe39a0
cvsdist e99646c
* Wed Jun 05 2002 Havoc Pennington <hp@redhat.com>
cvsdist e99646c
- rebuild in different environment
cvsdist e99646c
cvsdist e99646c
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist e99646c
- automated rebuild
cvsdist e99646c
cvsdist e99646c
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist e99646c
- rebuild in different environment
cvsdist e99646c
- build requires libgnomeprint
cvsdist e99646c
cvsdist e99646c
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist e99646c
- 0.118.0
cvsdist e99646c
cvsdist e99646c
* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
cvsdist e99646c
- 0.117.0
cvsdist e99646c
cvsdist e99646c
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
cvsdist e99646c
- initial build
cvsdist e99646c
cvsdist e99646c
cvsdist e99646c