cvsdist 34515dd
Summary: Image viewer, editor, organizer
cvsdist 34515dd
Name: gthumb
e7cfe5e
Version: 3.0.1
bcfc0b8
Release: 2%{?dist}
cvsdist 34515dd
URL: http://gthumb.sourceforge.net
2565a1e
Source0: http://download.gnome.org/sources/gthumb/3.0/%{name}-%{version}.tar.xz
dc3d0c9
License: GPLv2+
cvsdist 34515dd
Group: User Interface/X
cvsdist 34515dd
2565a1e
BuildRequires: gtk3-devel
paragn 8c53dc8
BuildRequires: glib2-devel 
Christian Krause 719a9c0
BuildRequires: GConf2, GConf2-devel
paragn 8c53dc8
BuildRequires: unique-devel 
paragn 8c53dc8
BuildRequires: exiv2-devel 
paragn 8c53dc8
Buildrequires: libopenraw-gnome-devel
2565a1e
BuildRequires: clutter-gtk-devel
paragn 8c53dc8
BuildRequires: gstreamer-devel 
paragn 8c53dc8
BuildRequires: gstreamer-plugins-base-devel
eab504d
BuildRequires: intltool
paragn 8c53dc8
BuildRequires: gnome-doc-utils 
a84cb4f
BuildRequires: libSM-devel
cvsdist 409d331
BuildRequires: libjpeg-devel
cvsdist 409d331
BuildRequires: libtiff-devel
Tomas Bzatek bae32c0
BuildRequires: libgnome-keyring-devel
Tomas Bzatek bae32c0
BuildRequires: brasero-devel
Tomas Bzatek bae32c0
BuildRequires: libsoup-devel
41fc0fd
BuildRequires: gnome-common
Tomas Bzatek d6775e5
BuildRequires: rarian-compat
2565a1e
BuildRequires: librsvg2-devel
e7cfe5e
BuildRequires: gsettings-desktop-schemas-devel
Christian Krause 719a9c0
# For Web albums extension
Christian Krause 719a9c0
BuildRequires: bison flex
Christian Krause 719a9c0
Christian Krause 719a9c0
Requires: hicolor-icon-theme
Tomas Bzatek d6775e5
Christian Krause 719a9c0
Requires(pre): GConf2
Christian Krause 719a9c0
Requires(post): GConf2
Christian Krause 719a9c0
Requires(preun): GConf2
1f158e2
cvsdist 34515dd
%description
d34fb15
gthumb is an application for viewing, editing, and organizing
cvsdist 34515dd
collections of images.
cvsdist 34515dd
c6b4950
%package devel
c6b4950
Summary: Header files needed for developing gthumb extensions
c6b4950
Group: Development/Libraries
c6b4950
Requires: %{name} = %{version}-%{release}
c6b4950
c6b4950
%description devel
c6b4950
The gthumb-devel package includes header files for the gthumb
c6b4950
package.
c6b4950
cvsdist 34515dd
%prep
cvsdist 34515dd
%setup -q
70fa757
5e7ed9d
# force regeneration
e5f9203
rm -f extensions/importer/gth-import-enum-types.[hc]
Tomas Bzatek bae32c0
rm -f extensions/pixbuf_savers/enum-types.[hc]
c6b4950
rm -f data/gthumb.schemas
bb6f483
cvsdist 34515dd
%build
2565a1e
%configure --enable-libopenraw --disable-static
7b1931f
7b1931f
# drop unneeded direct library deps with --as-needed
7b1931f
# libtool doesn't make this easy, so we do it the hard way
7b1931f
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
7b1931f
7b1931f
make %{?_smp_mflags}
cvsdist 34515dd
cvsdist 34515dd
%install
cvsdist 34515dd
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
paragn 8c53dc8
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
cvsdist 34515dd
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
cvsdist 34515dd
paragn 8c53dc8
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
paragn 8c53dc8
db0ae4e
rm -rf $RPM_BUILD_ROOT/var/lib/scrollkeeper
cvsdist 34515dd
dc3d0c9
%find_lang %{name} --with-gnome
cvsdist 34515dd
cvsdist 34515dd
%post
Christian Krause 719a9c0
update-desktop-database &> /dev/null || :
c6b4950
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
cvsdist 34515dd
cvsdist 34515dd
%postun
Christian Krause 719a9c0
update-desktop-database &> /dev/null || :
c6b4950
if [ $1 -eq 0 ]; then
c6b4950
  touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
c6b4950
  gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
1f158e2
fi
2565a1e
if [ $1 -eq 0 ] ; then
2565a1e
    /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
2565a1e
fi
cvsdist 34515dd
c6b4950
%posttrans
c6b4950
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
2565a1e
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
2565a1e
c6b4950
cvsdist 34515dd
%files -f %{name}.lang
Christian Krause 719a9c0
%defattr(-,root,root,-)
cvsdist 34515dd
%{_bindir}/*
Christian Krause 719a9c0
%{_datadir}/gthumb/
2565a1e
%{_datadir}/glib-2.0/schemas/org.gnome.gthumb*
2565a1e
%{_datadir}/GConf/gsettings
f9c76c6
%{_datadir}/applications/*
c6b4950
%{_datadir}/icons/hicolor/*/apps/gthumb.png
c6b4950
%{_datadir}/icons/hicolor/scalable/apps/gthumb.svg
Christian Krause 719a9c0
%{_libdir}/gthumb/
e7cfe5e
%{_mandir}/man?/gthumb*
c6b4950
c6b4950
%files devel
Christian Krause 719a9c0
%defattr(-,root,root,-)
2565a1e
%{_includedir}/gthumb-3.0/
2565a1e
%{_libdir}/pkgconfig/gthumb-3.0.pc
77dcea9
%{_datadir}/aclocal/*
cvsdist 34515dd
cvsdist 34515dd
%changelog
bcfc0b8
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-2
bcfc0b8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
bcfc0b8
e7cfe5e
* Mon May 21 2012 Christian Krause <chkr@fedoraproject.org> - 3.0.1-1
e7cfe5e
- Update to 3.0.1 (#821670)
e7cfe5e
b46af55
* Wed May 02 2012 Rex Dieter <rdieter@fedoraproject.org> - 3.0.0-2
b46af55
- rebuild (exiv2)
b46af55
2565a1e
* Sun Apr 29 2012 Christian Krause <chkr@fedoraproject.org> - 3.0.0-1
2565a1e
- Update to 3.0.0 (#802954)
2565a1e
- Remove unused patches
2565a1e
0df15ff
* Tue Mar 27 2012 Christian Krause <chkr@fedoraproject.org> - 2.14.3-1
0df15ff
- Update to 2.14.3
0df15ff
62a0528
* Sun Jan 29 2012 Christian Krause <chkr@fedoraproject.org> - 2.14.2-1
62a0528
- Update to 2.14.2 (#784234)
62a0528
95fc199
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.14.1-2
95fc199
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
95fc199
55a6e31
* Sun Jan 01 2012 Christian Krause <chkr@fedoraproject.org> - 2.14.1-1
55a6e31
- Update to 2.14.1 (#760061)
55a6e31
cf8dfc4
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 2.14.0-2
cf8dfc4
- Rebuild for new libpng
cf8dfc4
d925724
* Thu Oct 27 2011 Christian Krause <chkr@fedoraproject.org> - 2.14.0-1
d925724
- Update to 2.14.0 (#683408)
d925724
93f40d8
* Fri Oct 14 2011 Rex Dieter <rdieter@fedoraproject.org> - 2.13.91-4
93f40d8
- rebuild (exiv2)
93f40d8
350c35e
* Fri Oct 14 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 2.13.91-3
350c35e
- and again
350c35e
8c734ec
* Fri Oct 14 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 2.13.91-2
8c734ec
- Rebuild for new clutter-gtk010
8c734ec
b914d53
* Wed Sep 28 2011 Ray <rstrode@redhat.com> - 2.13.91-1
b914d53
- Update to 2.13.91
b914d53
67e51e5
* Wed May 04 2011 Christian Krause <chkr@fedoraproject.org> - 2.12.3-2
67e51e5
- Build against clutter-gtk010 until gthumb is ported to GTK3
67e51e5
62e3a99
* Sat Apr 23 2011 Christian Krause <chkr@fedoraproject.org> - 2.12.3-1
62e3a99
- Update to 2.12.3
62e3a99
49413e8
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12.2-2
49413e8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
49413e8
70fe0d5
* Fri Jan 14 2011 Christian Krause <chkr@fedoraproject.org> - 2.12.2-1
70fe0d5
- Update to 2.12.2 (#669612)
70fe0d5
- Drop 4 upstreamed patch
70fe0d5
642eba9
* Sun Jan 02 2011 Christian Krause <chkr@fedoraproject.org> - 2.12.1-3
642eba9
- Rebuilt against new exiv2
642eba9
- Added upstream patch for changed API in exiv2-0.21
db3d9ca
7b2da74
* Tue Dec 14 2010 Christian Krause <chkr@fedoraproject.org> - 2.12.1-2
7b2da74
- Temporarily disable usage of brasero to avoid mixed linkage of
7b2da74
  GTK+-2.x and GTK+-3.x (#662793)
7b2da74
c73a9f8
* Wed Nov 17 2010 Christian Krause <chkr@fedoraproject.org> - 2.12.1-1
c73a9f8
- Update to 2.12.1 (#654748)
c73a9f8
- Add 3 upstream patches (to fix bgo: #635475 and two other minor bugs)
c73a9f8
77dcea9
* Wed Oct 06 2010 Christian Krause <chkr@fedoraproject.org> - 2.12.0-1
77dcea9
- Update to 2.12.0
77dcea9
paragn 8c53dc8
* Fri Sep 24 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.11.91-3
paragn 0e62e0f
- Merge-review cleanup (#225867)
paragn 8c53dc8
11fe692
* Thu Sep 02 2010 Christian Krause <chkr@fedoraproject.org> - 2.11.91-2
11fe692
- Rebuild against new clutter
11fe692
5a30ffe
* Tue Aug 31 2010 Christian Krause <chkr@fedoraproject.org> - 2.11.91-1
5a30ffe
- Update to 2.11.91 (#628892)
5a30ffe
- Drop upstreamed patch
5a30ffe
Christian Krause 24ae2b0
* Sun Aug 22 2010 Christian Krause <chkr@fedoraproject.org> - 2.11.90-3
Christian Krause 24ae2b0
- Fix compilation against new libbrasero-burn
Christian Krause 24ae2b0
Christian Krause 719a9c0
* Sun Aug 22 2010 Christian Krause <chkr@fedoraproject.org> - 2.11.90-2
Christian Krause 719a9c0
- Spec file cleanup
Christian Krause 719a9c0
- Add BR for Web albums extension (#620707)
Christian Krause 719a9c0
f9d583c
* Tue Aug 17 2010 Matthias Clasen <mclasen@redhat.com> 2.11.90-1
f9d583c
- Update to 2.11.90
f9d583c
36e2997
* Fri Aug  6 2010 Matthias Clasen <mclasen@redhat.com> 2.11.6-1
36e2997
- Update to 2.11.6
36e2997
70fa757
* Tue Jul 20 2010 Bastien Nocera <bnocera@redhat.com> 2.11.5-2
70fa757
- Force compile against newer brasero-media
70fa757
3000333
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 2.11.5-1
3000333
- Update to 2.11.5
3000333
2848886
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.11.4-1
2848886
- Update to 2.11.4
2848886
36a4d95
* Fri Jun 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.11.3-3
36a4d95
- Rebuild against new brasero
36a4d95
ce7af9b
* Mon May 31 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.11.3-2 
ce7af9b
- rebuild (exiv2)
ce7af9b
Tomas Bzatek bae32c0
* Thu Apr 15 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.11.3-1
Tomas Bzatek bae32c0
- Update to 2.11.3
Tomas Bzatek bae32c0
25561e7
* Mon Apr 12 2010 Hans de Goede <hdegoede@redhat.com> - 2.11.2-2
25561e7
- Don't ship our own gthumb-importer.desktop and gthumb-importer script, the
25561e7
  gvfs unmounting these were created for, is unwanted now that gthumb itself
25561e7
  uses gvfs. The gvfs unmounting now actually stops non mass storage cameras
25561e7
  (ptp or proprietary protocols) from working (related #533691)
25561e7
252fdf4
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.11.2-1
252fdf4
- Update to 2.11.2
252fdf4
Tomas Bzatek 70e81fa
* Mon Feb  8 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.11.1-5
Tomas Bzatek 70e81fa
- Fix extension linking with --as-needed (#562243)
Tomas Bzatek 70e81fa
Tomas Bzatek d6775e5
* Wed Feb  3 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.11.1-4
Tomas Bzatek d6775e5
- Enable clutter and gstreamer integration
Tomas Bzatek d6775e5
22be34c
* Wed Jan  6 2010 Matthias Clasen <mclasen@redhat.com> - 2.11.1-3
22be34c
- Use my CFLAGS, dammit
22be34c
8c0d532
* Wed Jan  6 2010 Matthias Clasen <mclasen@redhat.com> - 2.11.1-2
8c0d532
- Fix up some spec file issues
8c0d532
528bb76
* Mon Jan  4 2010 Matthias Clasen <mclasen@redhat.com> - 2.11.1-1
528bb76
- Update to 2.11.1
528bb76
7b1931f
* Mon Aug  3 2009 Matthias Clasen <mclasen@redhat.com> - 2.10.11-6
7b1931f
- Drop unneeded direct deps
7b1931f
cc0a5f8
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.11-5
cc0a5f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
cc0a5f8
5e7ed9d
* Thu Jul  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.10.11-4
5e7ed9d
- Rebuild to shrink GConf schemas
5e7ed9d
57e557a
* Fri Apr 10 2009 Matthias Clasen <mclasen@redhat.com> - 2.10.11-3
57e557a
- Fix directory ownership
57e557a
cfde6be
* Fri Mar 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.10.11-2
cfde6be
- Fix the photo import location (#492179)
cfde6be
d34fb15
* Fri Feb 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.10.11-1
d34fb15
- Update to 2.10.11
d34fb15
bb6f483
* Thu Feb 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.10.10-5
bb6f483
- Make it build
bb6f483
7cda85c
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.10-4
7cda85c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
7cda85c
fde1270
* Thu Oct 23 2008 Matthias Clasen  <mclasen@redhat.com> - 2.10.10-3
3f610be
- Avoid tons of GTK+ warnings
3f610be
c809f56
* Mon Sep 22 2008 Matthias Clasen  <mclasen@redhat.com> - 2.10.10-1
c809f56
- Update to 2.10.10
c809f56
f6580fb
* Tue Aug  5 2008 Matthias Clasen  <mclasen@redhat.com> - 2.10.9-1
cfde6be
- Update to 2.10.9
f6580fb
e04bade
* Fri Jul 18 2008 Matthias Clasen  <mclasen@redhat.com> - 2.10.8-4
e04bade
- Try to fix a crash (#453181)
e04bade
David Zeuthen be6ff67
* Fri May  2 2008 David Zeuthen <davidz@redhat.com> - 2.10.8-3
David Zeuthen be6ff67
- Drop x-content patch and provide gthumb-importer and a desktop
David Zeuthen be6ff67
  file for it (#444635)
David Zeuthen be6ff67
9b7042b
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.10.8-2
9b7042b
- Autorebuild for GCC 4.3
9b7042b
9fdecf0
* Sun Jan 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.10.8-1
9fdecf0
- Update to 2.10.8
9fdecf0
3d382fc
* Fri Jan 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.10.7-2
3d382fc
- Add content-type support
3d382fc
8a27b98
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.7-1
8a27b98
- Update to 2.10.7 (bug fixes)
8a27b98
a88b13b
* Thu Oct  2 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.6-2
a88b13b
- Fix rotation of images with # in their name (#248708)
a88b13b
08ea306
* Tue Sep  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.6-1
08ea306
- Update to 2.10.6
08ea306
4cb8161
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.10.5-5
4cb8161
- Rebuild for selinux ppc32 issue.
4cb8161
b9df1be
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 2.10.5-4
b9df1be
- Rebuild for PPC toolchain bug
b9df1be
dc3d0c9
* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.5-3
dc3d0c9
- Update the license field
dc3d0c9
- Use %%find_lang for help files
dc3d0c9
9b4e6c8
* Fri Jul  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.5-2
9b4e6c8
- Fix a directory ownership issue
9b4e6c8
3101ad7
* Wed Jun 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.5-1
3101ad7
- Update to 2.10.5
3101ad7
42265ca
* Tue Jun 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.4-1
42265ca
- Update to 2.10.4
42265ca
c568d94
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.3-1
c568d94
- Update to 2.10.3
d416eb0
- Drop upstreamed patch
c568d94
a5ba779
* Wed May  9 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.2-3
a5ba779
- Add dependency on libopenraw-gnome (#236184)
a5ba779
ddba42d
* Thu May  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.2-2
ddba42d
- Add dependency on libiptcdata (#127690)
ddba42d
756686b
* Fri Apr 20 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.2-1
756686b
- Update to 2.10.2
756686b
- 
9b19bd8
* Mon Apr  2 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.0-3
9b19bd8
- Use the PICTURES user dir as default location for photo import
9b19bd8
b65bad5
* Fri Mar 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.0-2
b65bad5
- Remove a no-longer needed patch (#233350)
b65bad5
1fa9e30
* Tue Mar 20 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.0-1
1fa9e30
- Update to 2.10.0
1fa9e30
404f2eb
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.9.3-1
404f2eb
- Update to 2.9.3
404f2eb
b262170
* Wed Feb 21 2007 Matthias Clasen <mclasen@redhat.com> - 2.9.2-1
b262170
- Update to 2.9.2
039b0b7
- Move libgthumb.so out of libdir
b262170
78b45d0
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.9.1-1
78b45d0
- Update to 2.9.1
78b45d0
5cbebec
* Sun Oct 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.7.9-1
5cbebec
- Update to 2.7.9
5cbebec
80247f5
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.7.8-4
80247f5
- fix up requires (#202549)
80247f5
80247f5
* Thu Sep  7 2006 Matthias Clasen <mclasen@redhat.com> - 2.7.8-3
f9c76c6
- fix directory ownership issues (#205682)
f9c76c6
6321ba2
* Mon Aug  7 2006 Jindrich Novy <jnovy@redhat.com> - 2.7.8-2.fc6
6321ba2
- fix URL in Source0
6321ba2
0506d62
* Wed Aug  2 2006 Matthias Clasen <mclasen@redhat.com> - 2.7.8-1.fc6
0506d62
- Update to 2.7.8
0506d62
- Fix some documentation inaccuracies (#175165)
0506d62
c02b753
* Fri Jul 14 2006 Matthias Clasen <mclasen@redhat.com> - 2.7.7-4
c02b753
- Don't BR gphoto2-devel on s390
c02b753
891a86b
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.7.7-3
395710b
- rebuild
891a86b
- Don't get gphoto2 on s390(x)
395710b
f44f87b
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.7.7-2  
f44f87b
- Update to 2.7.7  
f44f87b
d4914fe
* Thu Apr 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.7.6-2  
d4914fe
- Update to 2.7.6  
d4914fe
bb64395
* Fri Mar 24 2006 Matthias Clasen <mclasen@redhat.com> - 2.7.5.1-2
bb64395
- Update to 2.7.5.1
bb64395
bb64395
* Mon Mar 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.7.5-1
bb64395
- Update to 2.7.5
bb64395
b20dc76
* Thu Mar  2 2006 Ray Strode <rstrode@redhat.com> - 2.7.3-2
b20dc76
- Make saving work again (bug 183141)
b20dc76
bf089cd
* Wed Feb 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.7.3-1
bf089cd
- Update to 2.7.3
b9e14cd
- BuildRequire libgphoto2
bf089cd
e0a90c0
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.7.2-2.2
e0a90c0
- bump again for double-long bug on ppc(64)
e0a90c0
f1a6139
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.7.2-2.1
f1a6139
- rebuilt for new gcc4.1 snapshot and glibc changes
f1a6139
0e091f4
* Fri Jan 27 2006 Ray Strode <rstrode@redhat.com> - 2.7.2-2
0e091f4
- drop redhat-menus buildrequires
0e091f4
- use make install DESTDIR instead %%makeinstall
0e091f4
68ab2ee
* Wed Jan  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.7.2-1
68ab2ee
- Update to 2.7.2
68ab2ee
- Drop upstreamed patches
68ab2ee
1b1d2e7
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> - 2.7.1-1.1
4a09121
- rebuilt
4a09121
2dc2b36
* Sun Nov 13 2005 Matthias Clasen <mclasen@redhat.com> - 2.7.1-1
2dc2b36
- Update to 2.7.1
2dc2b36
c74d124
* Wed Oct 12 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.8-2
c74d124
- Use GTK+ stock icons where available
c74d124
90aa16a
* Thu Sep 29 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.8-1
90aa16a
- Update to 2.6.8
90aa16a
147b77e
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.7-1
147b77e
- Update to 2.6.7
147b77e
5c81bcf
* Tue Aug 18 2005 John (J5) Palmieri <johnp@redhat.com> - 2.6.2-2
5c81bcf
- Bump and rebuild for cairo ABI changes
5c81bcf
39f3a4e
* Fri Jul 15 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.6-1
39f3a4e
- Newer upstream version
39f3a4e
9754828
* Mon May 16 2005 John (J5) Palmieri <johnp@redhat.com> - 2.6.5-1
9754828
- Minor updated that fixes a couple of bugs and adds some translations
9754828
71952fc
* Mon Mar 28 2005 Matthias Clasen <mclasen@redhat.com> 
71952fc
- Rebuild against newer libexif
71952fc
af57dfb
* Wed Mar 16 2005 John (J5) Palmieri <johnp@redhat.com> - 2.6.4-1
af57dfb
- Update to upstream version 2.6.4
af57dfb
Marco Pesenti Gritti cb3b6c4
* Thu Mar  3 2005 Marco Pesenti Gritti <mpg@redhat.com> 2.6.3-2
Marco Pesenti Gritti cb3b6c4
- Rebuild
Marco Pesenti Gritti cb3b6c4
c4b532e
* Mon Jan 31 2005 Matthias Clasen <mclasen@redhat.com> 2.6.3
c4b532e
- Update to 2.6.3
c4b532e
Marco Pesenti Gritti bd68b23
* Tue Nov  9 2004 Marco Pesenti Gritti <mpg@redhat.com> 2.6.0.1-2
Marco Pesenti Gritti bd68b23
- Use upstream desktop file, it has translations and mime
Marco Pesenti Gritti bd68b23
dc52c5d
* Sun Oct 31 2004 Christopher Aillon <caillon@redhat.com> 2.6.0.1-1
dc52c5d
- Update to 2.6.0.1
dc52c5d
b80cb84
* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 2.4.2-3
b80cb84
- PreReq desktop-file-utils >= 0.9
b80cb84
9ce119f
* Wed Sep 29 2004 Ray Strode <rstrode@redhat.com> 2.4.2-2
9ce119f
- Move gthumb.desktop to redhat-menus (#131726)
9ce119f
- Require recent desktop-file-utils
Christian Krause 719a9c0
- Call update-desktop-database from %%postun
9ce119f
7d7624d
* Mon Sep 13 2004 Christopher Aillon <caillon@redhat.com> 2.4.2-1
7d7624d
  - gthumb.desktop: Add supported mime types (#131740)
7d7624d
  - gthumb.spec: Run update-desktop-database (#131740)
7d7624d
  - Update to 2.4.2
7d7624d
cvsdist f029a55
* Mon Aug 23 2004 Christopher Aillon <caillon@redhat.com> 2.4.1-2
cvsdist f029a55
- Only use catalog view if the directory has an image file present (alexl)
cvsdist f029a55
cvsdist e304ad4
* Wed Aug 11 2004 Christopher Aillon <caillon@redhat.com> 2.4.1-1
cvsdist e304ad4
- Update to 2.4.1
cvsdist e304ad4
cvsdist 5fab0c6
* Tue Jun 29 2004 Christopher Aillon <caillon@redhat.com> 2.4.0-1
cvsdist 5fab0c6
- Update to 2.4.0
cvsdist 5fab0c6
cvsdist 8fe13f6
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 8fe13f6
- rebuilt
cvsdist 8fe13f6
cvsdist 409d331
* Tue Apr 13 2004 Warren Togami <wtogami@redhat.com> 2.3.2-2
cvsdist 409d331
- #111001 BR: libgnomeui-devel gettext libpng-devel
cvsdist 409d331
  BR or missing features: gphoto2-devel libjpeg-devel libtiff-devel
cvsdist 409d331
cvsdist 409d331
* Fri Apr  2 2004 Mark McLoughlin <markmc@redhat.com> 2.3.2-1
cvsdist 409d331
- Update to 2.3.2
cvsdist 409d331
cvsdist b400436
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b400436
- rebuilt
cvsdist b400436
cvsdist b400436
* Wed Feb 25 2004 Alexander Larsson <alexl@redhat.com> 2.3.1-1
cvsdist b400436
- update to 2.3.1
cvsdist b400436
cvsdist b400436
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b400436
- rebuilt
cvsdist b400436
cvsdist 6a461fe
* Mon Dec 22 2003 Matt Wilson <msw@redhat.com> 2.2.0-1
cvsdist 6a461fe
- 2.2.0
cvsdist 6a461fe
cvsdist 5b05724
* Wed Jul  9 2003 Havoc Pennington <hp@redhat.com> 2.0.2-1
cvsdist 5b05724
- 2.0.2
cvsdist 5b05724
- buildreq libgnomeprint
cvsdist 5b05724
cvsdist 5b05724
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 5b05724
- rebuilt
cvsdist 5b05724
cvsdist 34515dd
* Wed Feb  5 2003 Havoc Pennington <hp@redhat.com> 2.0.1-1
cvsdist 34515dd
- 2.0.1
cvsdist 34515dd
cvsdist 34515dd
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 34515dd
- rebuilt
cvsdist 34515dd
cvsdist 34515dd
* Tue Jan  7 2003 Havoc Pennington <hp@redhat.com>
cvsdist 34515dd
- 1.108
cvsdist 34515dd
- disable schema install during makeinstall
cvsdist 34515dd
cvsdist 34515dd
* Thu Jan 02 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 34515dd
- require scrollkeeper
cvsdist 34515dd
cvsdist 34515dd
* Mon Dec 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist 34515dd
- rebuild
cvsdist 34515dd
cvsdist 34515dd
* Thu Dec 12 2002 Havoc Pennington <hp@redhat.com>
cvsdist 34515dd
- Initial build.
cvsdist 34515dd
cvsdist 34515dd