cvsdist 6eb10f6
%define po_package libgnomeui-2.0
cvsdist 3d713fa
cvsdist 3d713fa
Summary: GNOME base GUI library
cvsdist 3d713fa
Name: libgnomeui
Christopher Aillon d55c150
Version: 2.24.5
ad53e98
Release: 23%{?dist}
76dd50c
URL: http://www.gnome.org
5aafc09
Source0: http://download.gnome.org/sources/libgnomeui/2.24/%{name}-%{version}.tar.bz2
feabaa5
feabaa5
# https://bugzilla.gnome.org/show_bug.cgi?id=606437
554a160
Patch0: libgnomeui-2.23.4-disable-event-sounds.patch
Colin Walters 5ce532e
Patch1: 0001-gnome-scores.h-Convert-to-UTF-8.patch
8e59c1d
1d9babc
License: LGPLv2+
cvsdist 3d713fa
paragn bb6f70b
BuildRequires: glib2-devel
9b7b4ee
BuildRequires: gvfs-devel
paragn bb6f70b
BuildRequires: pango-devel
paragn bb6f70b
BuildRequires: gtk2-devel
d0b68b9
BuildRequires: GConf2-devel
d0b68b9
BuildRequires: gnome-vfs2-devel
d0b68b9
BuildRequires: libgnomecanvas-devel
d0b68b9
BuildRequires: libbonoboui-devel
paragn bb6f70b
BuildRequires: libxml2-devel
d0b68b9
BuildRequires: libgnome-devel
d0b68b9
BuildRequires: libart_lgpl-devel
d0b68b9
BuildRequires: libglade2-devel
a7748e7
BuildRequires: libgnome-keyring-devel
76812ef
BuildRequires: libSM-devel
76812ef
BuildRequires: fontconfig-devel
3608888
BuildRequires: gettext
bd28636
BuildRequires: automake, autoconf, libtool
10ae27e
BuildRequires: intltool
ff39718
BuildRequires: make
cvsdist 3d713fa
c5e5894
#Requires: yelp
c5e5894
#  This creates a chicken/egg problem with updating yelp:
c5e5894
#  https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=249000
0195f67
cvsdist 3d713fa
%description
cvsdist 3d713fa
GNOME (GNU Network Object Model Environment) is a user-friendly set of
cvsdist 3d713fa
GUI applications and desktop tools to be used in conjunction with a
cvsdist 3d713fa
window manager for the X Window System. The libgnomeui package
cvsdist 3d713fa
includes GUI-related libraries that are needed to run GNOME. (The
cvsdist b8e72d3
libgnome package includes the library features that don\'t use the X
cvsdist 3d713fa
Window System.)
cvsdist 3d713fa
cvsdist 3d713fa
%package devel
cvsdist 3d713fa
Summary: Libraries and headers for libgnome
paragn bb6f70b
Requires: %{name} = %{version}-%{release}
paragn b94fd87
Requires: libSM-devel
paragn b94fd87
Requires: libICE-devel
cvsdist 3d713fa
cvsdist 3d713fa
%description devel
cvsdist 3d713fa
You should install the libgnomeui-devel package if you would like to
cvsdist 3d713fa
compile GNOME applications. You do not need to install
cvsdist 3d713fa
libgnomeui-devel if you just want to use the GNOME desktop
cvsdist 3d713fa
environment.
cvsdist 3d713fa
cvsdist 3d713fa
%prep
cvsdist 3d713fa
%setup -q
554a160
%patch0 -p1 -b .disable-sound-events
Colin Walters 5ce532e
%patch1 -p1
e6df5cb
e6df5cb
libtoolize --force --copy
f6c150d
autoreconf -i
69d0fb0
cvsdist 3d713fa
%build
53ee767
%configure --disable-gtk-doc --disable-static
e6df5cb
e6df5cb
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
e6df5cb
9b7b4ee
make %{?_smp_mflags}
9b7b4ee
cvsdist 3d713fa
%install
paragn bb6f70b
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
paragn bb6f70b
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
9b7b4ee
cvsdist 5e76928
cvsdist 6eb10f6
%find_lang %{po_package}
cvsdist 3d713fa
9c9a322
%ldconfig_scriptlets
cvsdist 3d713fa
cvsdist 6eb10f6
%files -f %{po_package}.lang
paragn bb6f70b
%doc COPYING.LIB NEWS ChangeLog
cvsdist 3d713fa
%{_libdir}/lib*.so.*
cvsdist 3d713fa
## FIXME questionable that libgnomeui still contains these
cvsdist 3d713fa
%{_datadir}/pixmaps/*
9b7b4ee
%{_libdir}/libglade/2.0/*.so
cvsdist 3d713fa
cvsdist 3d713fa
%files devel
db5f0fa
%doc %{_datadir}/gtk-doc/html/libgnomeui
cvsdist 3d713fa
%{_libdir}/lib*.so
cvsdist 3d713fa
%{_libdir}/pkgconfig/*
cvsdist 3d713fa
%{_includedir}/*
cvsdist 3d713fa
cvsdist 3d713fa
%changelog
ad53e98
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.5-23
ad53e98
- Second attempt - Rebuilt for
ad53e98
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
ad53e98
6c2e5a4
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.5-22
6c2e5a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
6c2e5a4
a94f32e
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.5-21
a94f32e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
a94f32e
6f78e92
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.5-20
6f78e92
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
6f78e92
5c5d6eb
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.5-19
5c5d6eb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
5c5d6eb
66e41ec
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.5-18
66e41ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
66e41ec
fe2aadb
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.5-17
fe2aadb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
fe2aadb
Colin Walters 5ce532e
* Mon Aug 07 2017 Colin Walters <walters@verbum.org> - 2.24.5-16
Colin Walters 5ce532e
- Backport patch to fix invalid UTF-8 in source
Colin Walters 5ce532e
b04f225
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.5-15
b04f225
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
b04f225
5c3f42a
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.5-14
5c3f42a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5c3f42a
195d335
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.5-13
195d335
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
195d335
0f6def4
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.24.5-12
0f6def4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0f6def4
5f0b107
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.5-11
5f0b107
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
5f0b107
9846d5d
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.5-10
9846d5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
9846d5d
de3b8c9
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.5-9
de3b8c9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
de3b8c9
f6c150d
* Mon Jan 13 2014 Karsten Hopp <karsten@redhat.com> 2.24.5-8
f6c150d
- use autoreconf -i (#1051630)
f6c150d
316e929
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.5-7
316e929
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
316e929
d55c2cd
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.5-6
d55c2cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d55c2cd
3dc1e9b
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.5-5
3dc1e9b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3dc1e9b
a7748e7
* Sun Feb 12 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.24.5-4
a7748e7
- Fix gnome-keyring deps
a7748e7
61ad761
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.5-3
61ad761
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
61ad761
d6983bd
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.5-2
d6983bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d6983bd
Christopher Aillon d55c150
* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> 2.24.5-1
Christopher Aillon d55c150
- Update to 2.24.5
Christopher Aillon d55c150
paragn b94fd87
* Wed Oct 06 2010 Parag Nemade <paragn AT fedoraproject.org> 2.24.4-2
paragn b94fd87
- Resolves:rh#638938 - missing dependencies in libgnomeui-devel
paragn b94fd87
d0b68b9
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> 2.24.4-1
d0b68b9
- Update to 2.24.4
d0b68b9
paragn bb6f70b
* Thu Sep 16 2010 Parag Nemade <paragn AT fedoraproject.org> 2.24.3-2
d0b68b9
- spec cleanup
paragn bb6f70b
f77e526
* Wed Mar 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.24.3-1
f77e526
- Update to 2.24.3
f77e526
db5f0fa
* Sun Jul 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.1-3
db5f0fa
- Save some space
db5f0fa
c4419a6
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.1-2
c4419a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c4419a6
2b4bdfd
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
2b4bdfd
- Update to 2.24.1
2b4bdfd
fdd119e
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.0-4
fdd119e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
fdd119e
e6df5cb
* Tue Nov 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-3
e6df5cb
- Reduce unneeded direct library deps
e6df5cb
46929bf
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
5aafc09
- Update to 2.24.0
5aafc09
5aafc09
* Sat Sep 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-3
5aafc09
- Plug a memory leak
5aafc09
ae593de
* Fri Sep 19 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-2
ae593de
- Plug a memory leak
ae593de
74f1741
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
74f1741
- Update to 2.23.90
74f1741
554a160
* Thu Aug 14 2008 Lennart Poettering <lpoetter@redhat.com> - 2.23.4-2
554a160
- Disable event sounds because we do them now with libcanberra
554a160
c496d50
* Tue Jun 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4-1
c496d50
- Update to 2.23.4
c496d50
131f930
* Wed Jun  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-1
131f930
- Update to 2.23.3
4ed93fe
fa58c5f
* Mon May 19 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.1-3
fa58c5f
- Add patch to fix ObexFTP crasher
fa58c5f
7a29b75
* Mon Apr 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-2
7a29b75
- Bump rev to make sure the NVR is newer than the previous one
7a29b75
9a6384c
* Wed Apr  9 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
9a6384c
- Update to 2.22.1 (filechooser crash fixes)
9a6384c
- Implement authentication support for the file chooser (Tomas Bzatek)
9a6384c
1749d2b
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.01-1
1749d2b
- Update to 2.22.01
1749d2b
3d42ad9
* Mon Mar 10 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.93-2
3d42ad9
- Add patch to avoid hang on error in the filechooser under EOG
3d42ad9
edf5f58
* Fri Mar 07 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.93-1
edf5f58
- Update to 2.21.93
edf5f58
d54707b
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-1
d54707b
- Update to 2.21.92
d54707b
defd78d
* Tue Feb 19 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-2
defd78d
- Use gio for thumbnails
defd78d
b949b4e
* Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-1
b949b4e
- Update to 2.21.91
b949b4e
d797a4e
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
d797a4e
- Update to 2.21.90
d797a4e
1264084
* Mon Jan 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.5-1
1264084
- Update to 2.21.5
1264084
9b7b4ee
* Sat Dec 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1.1-2
9b7b4ee
- Add the gvfs filechooser backend
9b7b4ee
52b9616
* Wed Oct 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1.1-1
52b9616
- Update to 2.20.1.1 (fixes a crash in thumbnailing code) 
52b9616
2b5044a
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
2b5044a
- Update to 2.20.1 (translation updates, file chooser improvements)
2b5044a
32fe740
* Wed Sep 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
32fe740
- Update to 2.20.0
32fe740
6e96af3
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 2.19.1-3
6e96af3
- Rebuild for ppc toolchain bug
6e96af3
1d9babc
* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-2
1d9babc
- Update the license field
1d9babc
62fa832
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-1
62fa832
- Update to 2.19.1
62fa832
c5e5894
* Fri Jul 20 2007 Jesse Keating <jkeating@redhat.com> 0 2.19.0-2
c5e5894
- Don't require yelp (RH #249000)
c5e5894
76dd50c
* Mon Jun 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.0-1
76dd50c
- Update to 2.19.0
76dd50c
0195f67
* Tue Jun 12 2007 Ray Strode <rstrode@redhat.com> - 2.18.1-3
0195f67
- Require yelp
0195f67
8e59c1d
* Tue Apr 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.1-2
8e59c1d
- Add user-dirs support to the gnome-vfs filechooser backend
8e59c1d
303adf3
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.1-1
303adf3
- Update to 2.18.1
303adf3
05c07c7
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
05c07c7
- Update to 2.18.0
05c07c7
53ee767
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
53ee767
- Update to 2.17.92
53ee767
89690aa
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
89690aa
- Update to 2.17.91
89690aa
779233f
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
779233f
- Update to 2.17.90
779233f
76812ef
* Sat Jan 20 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.1-2
76812ef
- Drop explicit esound requirement in preparation for pulseaudio 
76812ef
- Clean up requires
76812ef
fb29a1a
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.1-1
fb29a1a
- Update to 2.17.1
fb29a1a
b00a07b
* Tue Dec  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.0-1
b00a07b
- Update to 2.17.0
b00a07b
e62ac99
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
e62ac99
- Update to 2.16.1
e62ac99
- Drop upstreamed patches
e62ac99
c3b209d
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.16.0-4
c3b209d
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
c3b209d
d09c256
* Tue Sep 26 2006 Matthew Barnes <mbarnes@redhat.com> - 2.16.0-3.fc6
d09c256
- Make the API documentation easier to navigate.
d09c256
92c9a62
* Mon Sep 11 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-2
92c9a62
- Fix a deadlock when destroying file choosers (#206058)
92c9a62
92c9a62
* Mon Sep  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
6318f3c
- Update to 2.16.0
dbb2e63
- Require pkgconfig in the -devel package
6318f3c
ff413f2
* Fri Sep  1 2006 Matthew Barnes <mbarnes@redhat.com> - 2.15.91-2.fc6
ff413f2
- Don't spawn bug-buddy when bug-buddy itself aborts (RH bug #204943).
ff413f2
b2f1460
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.91-1.fc6
b2f1460
- Update to 2.15.91
b2f1460
b56396f
* Thu Aug  3 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
b56396f
- Update to 2.15.90
b56396f
13560d4
* Wed Jul 26 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.2-2
13560d4
- Make GnomeIconList work again
13560d4
8738692
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.2-1
8738692
- Update to 2.15.2
8738692
1e673f4
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.1-6.1
1e673f4
- rebuild
1e673f4
3608888
* Sat Jun 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-6
3608888
- More BuildRequires fixes
3608888
a4e9d8c
* Mon Jun  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-5
a4e9d8c
- Fix BuildRequires
a4e9d8c
b9c0ca9
* Mon May  8 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-4
b74cf8d
- Update to 2.15.1
b74cf8d
67f2b11
* Fri May  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1.cvs20060505-2
f152f8f
- Update to a cvs snapshot that supports the new GTK+ filechooser
f152f8f
  backend API
f152f8f
- Require GTK+ 2.9.0
f152f8f
e8390f1
* Tue Apr 11 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-2
e8390f1
- Update to 2.14.1
e8390f1
1162a54
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
1162a54
- Update to 2.14.0
1162a54
1c20368
* Mon Feb 27 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.90-1
1c20368
- Update to 2.13.90
1c20368
3b083a8
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.3-1.2
3b083a8
- bump again for double-long bug on ppc(64)
3b083a8
f1b4019
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.3-1.1
f1b4019
- rebuilt for new gcc4.1 snapshot and glibc changes
f1b4019
e780826
* Thu Jan 26 2006 Matthias Clasen <mclasen@redhat.com>
e780826
- Update to 2.13.3
e780826
234e4ce
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com>
234e4ce
- Update to 2.13.2
234e4ce
e91360b
* Wed Dec 14 2005 Matthias Clasen <mclasen@redhat.com>
e91360b
- Update to 2.13.0
e91360b
2be0584
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
2be0584
- rebuilt
2be0584
47de996
* Mon Nov 28 2005 Ray Strode <rstrode@redhat.com> - 2.12.0-6
47de996
- Add libSM-devel/libICE-devel requires for libgnomeui-devel 
47de996
  (bug 173610)
47de996
d32de32
* Tue Nov  8 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-5
d32de32
- Remove static libs
d32de32
d32de32
* Sun Nov  6 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-4
c0bd73a
- Switch requires to modular X
c0bd73a
50ef987
* Mon Sep 12 2005 Jeremy Katz <katzj@redhat.com> - 2.12.0-2
50ef987
- devel subpackage requires gnome-keyring-devel (noticed by Marc Maurer)
50ef987
42e7420
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-1
42e7420
- Update to 2.12.0
42e7420
6afb87a
* Tue Aug 16 2005 Warren Togami <wtogami@redhat.com> - 2.11.2-2
6afb87a
- rebuild for new cairo
6afb87a
6206f93
* Tue Aug 9 2005 Ray Strode <rstrode@redhat.com> - 2.11.2-1
6206f93
- Newer upstream version
6206f93
88675ab
* Mon Jul 11 2005 Matthias Clasen <mclasen@redhat.com> - 2.11.1-1
88675ab
- Newer upstream version
88675ab
2595299
* Fri Apr 8 2005 Ray Strode <rstrode@redhat.com> - 2.10.0-1
2595299
- Update to 2.10.0
2595299
2595299
-* Thu Jan 27 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.1-1
d3d9860
- Update to 2.9.1
d3d9860
- Drop upstreamed patches
d3d9860
2a662c2
* Wed Sep 22 2004 Alexander Larsson <alexl@redhat.com> - 2.8.0-1
2a662c2
- update to 2.8.0
2a662c2
d83da71
* Fri Sep 17 2004 Matthias Clasen <mclasen@redhat.com> 2.7.92-2
d83da71
- make the gnome-vfs file chooser backend work better with ftp:
d83da71
cvsdist 05ecac7
* Tue Aug 31 2004 Alex Larsson <alexl@redhat.com> 2.7.92-1
cvsdist 05ecac7
- update to 2.7.92
cvsdist 05ecac7
cvsdist eb5b666
* Wed Aug  4 2004 Mark McLoughlin <markmc@redhat.com> 2.7.2-1
cvsdist eb5b666
- Update to 2.7.2
cvsdist eb5b666
- Remove patches - all upstream now.
cvsdist eb5b666
cvsdist f4d7fca
* Tue Jul 27 2004 Colin Walters <walters@redhat.com> 2.6.0-6
cvsdist f4d7fca
- Revert unneeded dep on newer gtk
cvsdist f4d7fca
cvsdist b8e72d3
* Thu Jul 22 2004 Colin Walters <walters@redhat.com> 2.6.0-5
cvsdist b8e72d3
- Backport fileselector crash fix from HEAD
cvsdist b8e72d3
- Remove unneeded calls to autotools
cvsdist b8e72d3
- Remove BR on autotools
cvsdist b8e72d3
cvsdist b1c7ee0
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b1c7ee0
- rebuilt
cvsdist b1c7ee0
cvsdist cd6e04d
* Fri Apr 16 2004 Alexander Larsson <alexl@redhat.com> 2.6.0-3
cvsdist cd6e04d
- Backport fixes from cvs
cvsdist cd6e04d
-  fix fileselector crashes
cvsdist cd6e04d
-  fix auth callback threadsafeness
cvsdist cd6e04d
-  fix auth callback modal dialog bug
cvsdist cd6e04d
cvsdist cd6e04d
* Fri Apr  2 2004 Mark McLoughlin <markmc@redhat.com> 2.6.0-2
cvsdist cd6e04d
- Require libjpeg and BuildRequire libjpeg-devel for the thumbnailer (#111111)
cvsdist cd6e04d
cvsdist cd6e04d
* Thu Apr  1 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
cvsdist cd6e04d
- update to 2.6.0
cvsdist cd6e04d
cvsdist 6034f1b
* Wed Mar 17 2004 Alex Larsson <alexl@redhat.com> 2.5.92-1
cvsdist 6034f1b
- update to 2.5.92
cvsdist 6034f1b
cvsdist 6034f1b
* Thu Mar 11 2004 Alex Larsson <alexl@redhat.com> 2.5.91-2
cvsdist 6034f1b
- enable gtk-doc
cvsdist 6034f1b
cvsdist 6034f1b
* Wed Mar 10 2004 Mark McLoughlin <markmc@redhat.com> 2.5.91-1
cvsdist 6034f1b
- Update to 2.5.91
cvsdist 6034f1b
cvsdist 6034f1b
* Thu Mar 04 2004 Mark McLoughlin <markmc@redhat.com> 2.5.90.1-1
cvsdist 6034f1b
- Update to 2.5.90.1
cvsdist 6034f1b
- Package the gnome-vfs GtkFilesystem impl.
cvsdist 6034f1b
cvsdist 6034f1b
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 6034f1b
- rebuilt
cvsdist 6034f1b
cvsdist 6034f1b
* Tue Feb 24 2004 Alexander Larsson <alexl@redhat.com> 2.5.90-1
cvsdist 6034f1b
- update to 2.5.90
cvsdist 6034f1b
cvsdist 6034f1b
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 6034f1b
- rebuilt
cvsdist 6034f1b
cvsdist 9d60297
* Mon Jan 26 2004 Alexander Larsson <alexl@redhat.com> 2.5.3-2
cvsdist 9d60297
- require later gnome-vfs2
cvsdist 9d60297
cvsdist 9d60297
* Fri Jan 23 2004 Jonathan Blandford <jrb@redhat.com> 2.5.3-1
cvsdist 9d60297
- update to new version
cvsdist 9d60297
cvsdist 0cc1c2f
* Fri Oct  3 2003 Alexander Larsson <alexl@redhat.com> 2.4.0.1-1
cvsdist 0cc1c2f
- 2.4.0.1
cvsdist 0cc1c2f
cvsdist 0cc1c2f
* Wed Sep  3 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
cvsdist 0cc1c2f
- update to 2.4.0
cvsdist 0cc1c2f
cvsdist 0cc1c2f
* Wed Aug 13 2003 Alexander Larsson <alexl@redhat.com> 2.3.6-2
cvsdist 0cc1c2f
- Remove bonobo-activation dependencies
cvsdist 0cc1c2f
cvsdist 0cc1c2f
* Tue Aug 12 2003 Jonathan Blandford <jrb@redhat.com>
cvsdist 0cc1c2f
- new release for GNOME 2.4
cvsdist 0cc1c2f
cvsdist 0cc1c2f
* Mon Jul 28 2003 Havoc Pennington <hp@redhat.com> 2.2.1-3
cvsdist 0cc1c2f
- rebuild, and libtoolize
cvsdist 0cc1c2f
cvsdist 0cc1c2f
* Wed Jul 23 2003 Nalin Dahyabhai <nalin@redhat.com> 2.2.1-2
cvsdist 0cc1c2f
- remove apparently-unused source file for rebuild
cvsdist 0cc1c2f
cvsdist 0cc1c2f
* Mon Jul  7 2003 Havoc Pennington <hp@redhat.com> 2.2.1-1
cvsdist 0cc1c2f
- 2.2.1
cvsdist 0cc1c2f
cvsdist 0cc1c2f
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 0cc1c2f
- rebuilt
cvsdist 0cc1c2f
cvsdist 0cc1c2f
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
cvsdist 0cc1c2f
- add explicit epoch's where needed, hide epoch in esound_version.
cvsdist 0cc1c2f
cvsdist 1ba4f14
* Thu Feb 13 2003 Tim Powers <timp@redhat.com> 2.2.0.1-5
cvsdist 1ba4f14
- fixed requires so that we no longer require Xft and Xft-devel, but
cvsdist 1ba4f14
  instead XFree86 and XFree86-devel >= 4.2.99
cvsdist 1ba4f14
cvsdist 1ba4f14
* Tue Feb 11 2003 Alexander Larsson <alexl@redhat.com> 2.2.0.1-4
cvsdist 1ba4f14
- Passs LIBTOOL=/usr/bin/libtool to make, should fix lib64 issue
cvsdist 1ba4f14
cvsdist 1ba4f14
* Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 2.2.0.1-3
cvsdist 1ba4f14
- fix esound req (#74566)
cvsdist 1ba4f14
cvsdist 1ba4f14
* Fri Jan 31 2003 Alexander Larsson <alexl@redhat.com> 2.2.0.1-2
cvsdist 1ba4f14
- Add patch to enable top-left text
cvsdist 1ba4f14
cvsdist 1ba4f14
* Thu Jan 23 2003 Alexander Larsson <alexl@redhat.com> 2.2.0.1-1
cvsdist 1ba4f14
- Update to 2.2.0.1
cvsdist 1ba4f14
- removed icon scale patch. Other patch is in upstream.
cvsdist 1ba4f14
cvsdist 1ba4f14
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 1ba4f14
- rebuilt
cvsdist 1ba4f14
cvsdist 1ba4f14
* Mon Jan 13 2003 Havoc Pennington <hp@redhat.com>
cvsdist 1ba4f14
- copy kdelibs by not scaling icons up more than 6 pixels. needs
cvsdist 1ba4f14
  syncing with icon theme spec
cvsdist 1ba4f14
cvsdist 1ba4f14
* Sun Jan 12 2003 Havoc Pennington <hp@redhat.com>
cvsdist 1ba4f14
- rebuild with newer requirements
cvsdist 1ba4f14
cvsdist 1ba4f14
* Thu Jan  9 2003 Alexander Larsson <alexl@redhat.com> 2.1.90-1
cvsdist 1ba4f14
- Update to 2.1.90
cvsdist 1ba4f14
cvsdist 1ba4f14
* Mon Nov 11 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1ba4f14
- 2.1.2
cvsdist 1ba4f14
- comment out change-esound-startup patch, not sure about it, doesn't
cvsdist 1ba4f14
  apply anymore
cvsdist 1ba4f14
cvsdist 1ba4f14
* Tue Nov  5 2002 Bill Nottingham <notting@redhat.com> 2.0.3-4
cvsdist 1ba4f14
- rebuild for fixed pkgconfig paths
cvsdist 1ba4f14
cvsdist eaa8118
* Thu Aug 29 2002 Havoc Pennington <hp@redhat.com>
cvsdist eaa8118
- require new libtool and libtoolize to fix rpath bugs
cvsdist eaa8118
cvsdist 1fc9cf8
* Wed Aug 21 2002 Elliot Lee <sopwith@redhat.com> 2.0.3-2
cvsdist 1fc9cf8
- Don't always ensure an esd connection is available just because we
cvsdist 1fc9cf8
  can do so.
cvsdist 1fc9cf8
cvsdist 5e76928
* Mon Aug 12 2002 Havoc Pennington <hp@redhat.com>
cvsdist 5e76928
- 2.0.3
cvsdist 5e76928
- fixups to file list and not-packaged files warnings
cvsdist 5e76928
cvsdist 6eb10f6
* Wed Jun 26 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 6eb10f6
- Fix find_lang
cvsdist 6eb10f6
cvsdist 6eb10f6
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist 6eb10f6
- 2.0.1
cvsdist 6eb10f6
cvsdist 6eb10f6
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
cvsdist 6eb10f6
- rebuild in different environment
cvsdist 6eb10f6
cvsdist 2009d17
* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
cvsdist 2009d17
- 1.117.2
cvsdist 2009d17
- remove zero-length AUTHORS/README
cvsdist 2009d17
- add post/postun ldconfig
cvsdist 2009d17
cvsdist 2009d17
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 2009d17
- automated rebuild
cvsdist 2009d17
cvsdist 2009d17
* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
cvsdist 2009d17
- rebuild in different environment
cvsdist 2009d17
cvsdist 2009d17
* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
cvsdist 2009d17
- 1.117.1
cvsdist 2009d17
cvsdist 2009d17
* Fri May 03 2002 Havoc Pennington <hp@redhat.com>
cvsdist 2009d17
- rebuild in different environment
cvsdist 2009d17
cvsdist 2009d17
* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
cvsdist 2009d17
- 1.116.1
cvsdist 2009d17
cvsdist 2009d17
* Thu Apr  4 2002 Jeremy Katz <katzj@redhat.com>
cvsdist 2009d17
- 1.114.0
cvsdist 2009d17
cvsdist 2009d17
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
cvsdist 2009d17
- 1.111.1
cvsdist 2009d17
cvsdist 2009d17
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 2009d17
- Version 1.110.0
cvsdist 2009d17
cvsdist 2009d17
* Mon Jan 28 2002 Havoc Pennington <hp@redhat.com>
cvsdist 2009d17
- rebuild in rawhide
cvsdist 2009d17
- --disable-gtk-doc
cvsdist 2009d17
cvsdist 3d713fa
* Mon Jan  7 2002 Havoc Pennington <hp@redhat.com>
cvsdist 3d713fa
- 1.108.0.90 snap, remove gconf stuff moved to libgnome
cvsdist 3d713fa
cvsdist 3d713fa
* Tue Nov 27 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3d713fa
- 1.106.0.90 snap, glib 1.3.11
cvsdist 3d713fa
- add explicit-versioned requires on dependency libs
cvsdist 3d713fa
- do gconftool stuff, put schemas in file list
cvsdist 3d713fa
- use makeinstall instead of destdir to avoid broken makefiles
cvsdist 3d713fa
cvsdist 3d713fa
* Mon Oct 29 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3d713fa
- grumble, we require libglade 2 not libglade 1
cvsdist 3d713fa
cvsdist 3d713fa
* Mon Oct 29 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3d713fa
- add libglade module to file list
cvsdist 3d713fa
- add libglade dependency
cvsdist 3d713fa
cvsdist 3d713fa
* Sun Oct 28 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3d713fa
- new snap, rebuild for glib 1.3.10
cvsdist 3d713fa
cvsdist 3d713fa
* Fri Oct  5 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3d713fa
- new tarball, rebuild for new glib, remove db1 dependency
cvsdist 3d713fa
cvsdist 3d713fa
* Mon Sep 24 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3d713fa
- new cvs snap
cvsdist 3d713fa
cvsdist 3d713fa
* Tue Sep 18 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3d713fa
- Initial build.
cvsdist 3d713fa
cvsdist 3d713fa